
/*!
 * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free';
}

.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands';
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  -webkit-animation-name: fa-beat;
  animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  -webkit-animation-name: fa-bounce;
  animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  -webkit-animation-name: fa-fade;
  animation-name: fa-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
  animation-name: fa-beat-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  -webkit-animation-name: fa-flip;
  animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  -webkit-animation-name: fa-shake;
  animation-name: fa-shake;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
  animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {

  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}

@-webkit-keyframes fa-beat {

  0%,
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}

@keyframes fa-beat {

  0%,
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}

@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }

  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }

  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }

  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }

  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }

  64% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }

  100% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
}

@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }

  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }

  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }

  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }

  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }

  64% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }

  100% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
}

@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}

@-webkit-keyframes fa-beat-fade {

  0%,
  100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}

@keyframes fa-beat-fade {

  0%,
  100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}

@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}

@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}

@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  8%,
  24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  12%,
  28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }

  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }

  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  40%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  8%,
  24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  12%,
  28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }

  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }

  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  40%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, 0));
  transform: rotate(var(--fa-rotate-angle, 0));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-0::before {
  content: "\30";
}

.fa-1::before {
  content: "\31";
}

.fa-2::before {
  content: "\32";
}

.fa-3::before {
  content: "\33";
}

.fa-4::before {
  content: "\34";
}

.fa-5::before {
  content: "\35";
}

.fa-6::before {
  content: "\36";
}

.fa-7::before {
  content: "\37";
}

.fa-8::before {
  content: "\38";
}

.fa-9::before {
  content: "\39";
}

.fa-fill-drip::before {
  content: "\f576";
}

.fa-arrows-to-circle::before {
  content: "\e4bd";
}

.fa-circle-chevron-right::before {
  content: "\f138";
}

.fa-chevron-circle-right::before {
  content: "\f138";
}

.fa-at::before {
  content: "\40";
}

.fa-trash-can::before {
  content: "\f2ed";
}

.fa-trash-alt::before {
  content: "\f2ed";
}

.fa-text-height::before {
  content: "\f034";
}

.fa-user-xmark::before {
  content: "\f235";
}

.fa-user-times::before {
  content: "\f235";
}

.fa-stethoscope::before {
  content: "\f0f1";
}

.fa-message::before {
  content: "\f27a";
}

.fa-comment-alt::before {
  content: "\f27a";
}

.fa-info::before {
  content: "\f129";
}

.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}

.fa-compress-alt::before {
  content: "\f422";
}

.fa-explosion::before {
  content: "\e4e9";
}

.fa-file-lines::before {
  content: "\f15c";
}

.fa-file-alt::before {
  content: "\f15c";
}

.fa-file-text::before {
  content: "\f15c";
}

.fa-wave-square::before {
  content: "\f83e";
}

.fa-ring::before {
  content: "\f70b";
}

.fa-building-un::before {
  content: "\e4d9";
}

.fa-dice-three::before {
  content: "\f527";
}

.fa-calendar-days::before {
  content: "\f073";
}

.fa-calendar-alt::before {
  content: "\f073";
}

.fa-anchor-circle-check::before {
  content: "\e4aa";
}

.fa-building-circle-arrow-right::before {
  content: "\e4d1";
}

.fa-volleyball::before {
  content: "\f45f";
}

.fa-volleyball-ball::before {
  content: "\f45f";
}

.fa-arrows-up-to-line::before {
  content: "\e4c2";
}

.fa-sort-down::before {
  content: "\f0dd";
}

.fa-sort-desc::before {
  content: "\f0dd";
}

.fa-circle-minus::before {
  content: "\f056";
}

.fa-minus-circle::before {
  content: "\f056";
}

.fa-door-open::before {
  content: "\f52b";
}

.fa-right-from-bracket::before {
  content: "\f2f5";
}

.fa-sign-out-alt::before {
  content: "\f2f5";
}

.fa-atom::before {
  content: "\f5d2";
}

.fa-soap::before {
  content: "\e06e";
}

.fa-icons::before {
  content: "\f86d";
}

.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}

.fa-microphone-lines-slash::before {
  content: "\f539";
}

.fa-microphone-alt-slash::before {
  content: "\f539";
}

.fa-bridge-circle-check::before {
  content: "\e4c9";
}

.fa-pump-medical::before {
  content: "\e06a";
}

.fa-fingerprint::before {
  content: "\f577";
}

.fa-hand-point-right::before {
  content: "\f0a4";
}

.fa-magnifying-glass-location::before {
  content: "\f689";
}

.fa-search-location::before {
  content: "\f689";
}

.fa-forward-step::before {
  content: "\f051";
}

.fa-step-forward::before {
  content: "\f051";
}

.fa-face-smile-beam::before {
  content: "\f5b8";
}

.fa-smile-beam::before {
  content: "\f5b8";
}

.fa-flag-checkered::before {
  content: "\f11e";
}

.fa-football::before {
  content: "\f44e";
}

.fa-football-ball::before {
  content: "\f44e";
}

.fa-school-circle-exclamation::before {
  content: "\e56c";
}

.fa-crop::before {
  content: "\f125";
}

.fa-angles-down::before {
  content: "\f103";
}

.fa-angle-double-down::before {
  content: "\f103";
}

.fa-users-rectangle::before {
  content: "\e594";
}

.fa-people-roof::before {
  content: "\e537";
}

.fa-people-line::before {
  content: "\e534";
}

.fa-beer-mug-empty::before {
  content: "\f0fc";
}

.fa-beer::before {
  content: "\f0fc";
}

.fa-diagram-predecessor::before {
  content: "\e477";
}

.fa-arrow-up-long::before {
  content: "\f176";
}

.fa-long-arrow-up::before {
  content: "\f176";
}

.fa-fire-flame-simple::before {
  content: "\f46a";
}

.fa-burn::before {
  content: "\f46a";
}

.fa-person::before {
  content: "\f183";
}

.fa-male::before {
  content: "\f183";
}

.fa-laptop::before {
  content: "\f109";
}

.fa-file-csv::before {
  content: "\f6dd";
}

.fa-menorah::before {
  content: "\f676";
}

.fa-truck-plane::before {
  content: "\e58f";
}

.fa-record-vinyl::before {
  content: "\f8d9";
}

.fa-face-grin-stars::before {
  content: "\f587";
}

.fa-grin-stars::before {
  content: "\f587";
}

.fa-bong::before {
  content: "\f55c";
}

.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}

.fa-pastafarianism::before {
  content: "\f67b";
}

.fa-arrow-down-up-across-line::before {
  content: "\e4af";
}

.fa-spoon::before {
  content: "\f2e5";
}

.fa-utensil-spoon::before {
  content: "\f2e5";
}

.fa-jar-wheat::before {
  content: "\e517";
}

.fa-envelopes-bulk::before {
  content: "\f674";
}

.fa-mail-bulk::before {
  content: "\f674";
}

.fa-file-circle-exclamation::before {
  content: "\e4eb";
}

.fa-circle-h::before {
  content: "\f47e";
}

.fa-hospital-symbol::before {
  content: "\f47e";
}

.fa-pager::before {
  content: "\f815";
}

.fa-address-book::before {
  content: "\f2b9";
}

.fa-contact-book::before {
  content: "\f2b9";
}

.fa-strikethrough::before {
  content: "\f0cc";
}

.fa-k::before {
  content: "\4b";
}

.fa-landmark-flag::before {
  content: "\e51c";
}

.fa-pencil::before {
  content: "\f303";
}

.fa-pencil-alt::before {
  content: "\f303";
}

.fa-backward::before {
  content: "\f04a";
}

.fa-caret-right::before {
  content: "\f0da";
}

.fa-comments::before {
  content: "\f086";
}

.fa-paste::before {
  content: "\f0ea";
}

.fa-file-clipboard::before {
  content: "\f0ea";
}

.fa-code-pull-request::before {
  content: "\e13c";
}

.fa-clipboard-list::before {
  content: "\f46d";
}

.fa-truck-ramp-box::before {
  content: "\f4de";
}

.fa-truck-loading::before {
  content: "\f4de";
}

.fa-user-check::before {
  content: "\f4fc";
}

.fa-vial-virus::before {
  content: "\e597";
}

.fa-sheet-plastic::before {
  content: "\e571";
}

.fa-blog::before {
  content: "\f781";
}

.fa-user-ninja::before {
  content: "\f504";
}

.fa-person-arrow-up-from-line::before {
  content: "\e539";
}

.fa-scroll-torah::before {
  content: "\f6a0";
}

.fa-torah::before {
  content: "\f6a0";
}

.fa-broom-ball::before {
  content: "\f458";
}

.fa-quidditch::before {
  content: "\f458";
}

.fa-quidditch-broom-ball::before {
  content: "\f458";
}

.fa-toggle-off::before {
  content: "\f204";
}

.fa-box-archive::before {
  content: "\f187";
}

.fa-archive::before {
  content: "\f187";
}

.fa-person-drowning::before {
  content: "\e545";
}

.fa-arrow-down-9-1::before {
  content: "\f886";
}

.fa-sort-numeric-desc::before {
  content: "\f886";
}

.fa-sort-numeric-down-alt::before {
  content: "\f886";
}

.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-spray-can::before {
  content: "\f5bd";
}

.fa-truck-monster::before {
  content: "\f63b";
}

.fa-w::before {
  content: "\57";
}

.fa-earth-africa::before {
  content: "\f57c";
}

.fa-globe-africa::before {
  content: "\f57c";
}

.fa-rainbow::before {
  content: "\f75b";
}

.fa-circle-notch::before {
  content: "\f1ce";
}

.fa-tablet-screen-button::before {
  content: "\f3fa";
}

.fa-tablet-alt::before {
  content: "\f3fa";
}

.fa-paw::before {
  content: "\f1b0";
}

.fa-cloud::before {
  content: "\f0c2";
}

.fa-trowel-bricks::before {
  content: "\e58a";
}

.fa-face-flushed::before {
  content: "\f579";
}

.fa-flushed::before {
  content: "\f579";
}

.fa-hospital-user::before {
  content: "\f80d";
}

.fa-tent-arrow-left-right::before {
  content: "\e57f";
}

.fa-gavel::before {
  content: "\f0e3";
}

.fa-legal::before {
  content: "\f0e3";
}

.fa-binoculars::before {
  content: "\f1e5";
}

.fa-microphone-slash::before {
  content: "\f131";
}

.fa-box-tissue::before {
  content: "\e05b";
}

.fa-motorcycle::before {
  content: "\f21c";
}

.fa-bell-concierge::before {
  content: "\f562";
}

.fa-concierge-bell::before {
  content: "\f562";
}

.fa-pen-ruler::before {
  content: "\f5ae";
}

.fa-pencil-ruler::before {
  content: "\f5ae";
}

.fa-people-arrows::before {
  content: "\e068";
}

.fa-people-arrows-left-right::before {
  content: "\e068";
}

.fa-mars-and-venus-burst::before {
  content: "\e523";
}

.fa-square-caret-right::before {
  content: "\f152";
}

.fa-caret-square-right::before {
  content: "\f152";
}

.fa-scissors::before {
  content: "\f0c4";
}

.fa-cut::before {
  content: "\f0c4";
}

.fa-sun-plant-wilt::before {
  content: "\e57a";
}

.fa-toilets-portable::before {
  content: "\e584";
}

.fa-hockey-puck::before {
  content: "\f453";
}

.fa-table::before {
  content: "\f0ce";
}

.fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}

.fa-tachograph-digital::before {
  content: "\f566";
}

.fa-digital-tachograph::before {
  content: "\f566";
}

.fa-users-slash::before {
  content: "\e073";
}

.fa-clover::before {
  content: "\e139";
}

.fa-reply::before {
  content: "\f3e5";
}

.fa-mail-reply::before {
  content: "\f3e5";
}

.fa-star-and-crescent::before {
  content: "\f699";
}

.fa-house-fire::before {
  content: "\e50c";
}

.fa-square-minus::before {
  content: "\f146";
}

.fa-minus-square::before {
  content: "\f146";
}

.fa-helicopter::before {
  content: "\f533";
}

.fa-compass::before {
  content: "\f14e";
}

.fa-square-caret-down::before {
  content: "\f150";
}

.fa-caret-square-down::before {
  content: "\f150";
}

.fa-file-circle-question::before {
  content: "\e4ef";
}

.fa-laptop-code::before {
  content: "\f5fc";
}

.fa-swatchbook::before {
  content: "\f5c3";
}

.fa-prescription-bottle::before {
  content: "\f485";
}

.fa-bars::before {
  content: "\f0c9";
}

.fa-navicon::before {
  content: "\f0c9";
}

.fa-people-group::before {
  content: "\e533";
}

.fa-hourglass-end::before {
  content: "\f253";
}

.fa-hourglass-3::before {
  content: "\f253";
}

.fa-heart-crack::before {
  content: "\f7a9";
}

.fa-heart-broken::before {
  content: "\f7a9";
}

.fa-square-up-right::before {
  content: "\f360";
}

.fa-external-link-square-alt::before {
  content: "\f360";
}

.fa-face-kiss-beam::before {
  content: "\f597";
}

.fa-kiss-beam::before {
  content: "\f597";
}

.fa-film::before {
  content: "\f008";
}

.fa-ruler-horizontal::before {
  content: "\f547";
}

.fa-people-robbery::before {
  content: "\e536";
}

.fa-lightbulb::before {
  content: "\f0eb";
}

.fa-caret-left::before {
  content: "\f0d9";
}

.fa-circle-exclamation::before {
  content: "\f06a";
}

.fa-exclamation-circle::before {
  content: "\f06a";
}

.fa-school-circle-xmark::before {
  content: "\e56d";
}

.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}

.fa-sign-out::before {
  content: "\f08b";
}

.fa-circle-chevron-down::before {
  content: "\f13a";
}

.fa-chevron-circle-down::before {
  content: "\f13a";
}

.fa-unlock-keyhole::before {
  content: "\f13e";
}

.fa-unlock-alt::before {
  content: "\f13e";
}

.fa-cloud-showers-heavy::before {
  content: "\f740";
}

.fa-headphones-simple::before {
  content: "\f58f";
}

.fa-headphones-alt::before {
  content: "\f58f";
}

.fa-sitemap::before {
  content: "\f0e8";
}

.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}

.fa-donate::before {
  content: "\f4b9";
}

.fa-memory::before {
  content: "\f538";
}

.fa-road-spikes::before {
  content: "\e568";
}

.fa-fire-burner::before {
  content: "\e4f1";
}

.fa-flag::before {
  content: "\f024";
}

.fa-hanukiah::before {
  content: "\f6e6";
}

.fa-feather::before {
  content: "\f52d";
}

.fa-volume-low::before {
  content: "\f027";
}

.fa-volume-down::before {
  content: "\f027";
}

.fa-comment-slash::before {
  content: "\f4b3";
}

.fa-cloud-sun-rain::before {
  content: "\f743";
}

.fa-compress::before {
  content: "\f066";
}

.fa-wheat-awn::before {
  content: "\e2cd";
}

.fa-wheat-alt::before {
  content: "\e2cd";
}

.fa-ankh::before {
  content: "\f644";
}

.fa-hands-holding-child::before {
  content: "\e4fa";
}

.fa-asterisk::before {
  content: "\2a";
}

.fa-square-check::before {
  content: "\f14a";
}

.fa-check-square::before {
  content: "\f14a";
}

.fa-peseta-sign::before {
  content: "\e221";
}

.fa-heading::before {
  content: "\f1dc";
}

.fa-header::before {
  content: "\f1dc";
}

.fa-ghost::before {
  content: "\f6e2";
}

.fa-list::before {
  content: "\f03a";
}

.fa-list-squares::before {
  content: "\f03a";
}

.fa-square-phone-flip::before {
  content: "\f87b";
}

.fa-phone-square-alt::before {
  content: "\f87b";
}

.fa-cart-plus::before {
  content: "\f217";
}

.fa-gamepad::before {
  content: "\f11b";
}

.fa-circle-dot::before {
  content: "\f192";
}

.fa-dot-circle::before {
  content: "\f192";
}

.fa-face-dizzy::before {
  content: "\f567";
}

.fa-dizzy::before {
  content: "\f567";
}

.fa-egg::before {
  content: "\f7fb";
}

.fa-house-medical-circle-xmark::before {
  content: "\e513";
}

.fa-campground::before {
  content: "\f6bb";
}

.fa-folder-plus::before {
  content: "\f65e";
}

.fa-futbol::before {
  content: "\f1e3";
}

.fa-futbol-ball::before {
  content: "\f1e3";
}

.fa-soccer-ball::before {
  content: "\f1e3";
}

.fa-paintbrush::before {
  content: "\f1fc";
}

.fa-paint-brush::before {
  content: "\f1fc";
}

.fa-lock::before {
  content: "\f023";
}

.fa-gas-pump::before {
  content: "\f52f";
}

.fa-hot-tub-person::before {
  content: "\f593";
}

.fa-hot-tub::before {
  content: "\f593";
}

.fa-map-location::before {
  content: "\f59f";
}

.fa-map-marked::before {
  content: "\f59f";
}

.fa-house-flood-water::before {
  content: "\e50e";
}

.fa-tree::before {
  content: "\f1bb";
}

.fa-bridge-lock::before {
  content: "\e4cc";
}

.fa-sack-dollar::before {
  content: "\f81d";
}

.fa-pen-to-square::before {
  content: "\f044";
}

.fa-edit::before {
  content: "\f044";
}

.fa-car-side::before {
  content: "\f5e4";
}

.fa-share-nodes::before {
  content: "\f1e0";
}

.fa-share-alt::before {
  content: "\f1e0";
}

.fa-heart-circle-minus::before {
  content: "\e4ff";
}

.fa-hourglass-half::before {
  content: "\f252";
}

.fa-hourglass-2::before {
  content: "\f252";
}

.fa-microscope::before {
  content: "\f610";
}

.fa-sink::before {
  content: "\e06d";
}

.fa-bag-shopping::before {
  content: "\f290";
}

.fa-shopping-bag::before {
  content: "\f290";
}

.fa-arrow-down-z-a::before {
  content: "\f881";
}

.fa-sort-alpha-desc::before {
  content: "\f881";
}

.fa-sort-alpha-down-alt::before {
  content: "\f881";
}

.fa-mitten::before {
  content: "\f7b5";
}

.fa-person-rays::before {
  content: "\e54d";
}

.fa-users::before {
  content: "\f0c0";
}

.fa-eye-slash::before {
  content: "\f070";
}

.fa-flask-vial::before {
  content: "\e4f3";
}

.fa-hand::before {
  content: "\f256";
}

.fa-hand-paper::before {
  content: "\f256";
}

.fa-om::before {
  content: "\f679";
}

.fa-worm::before {
  content: "\e599";
}

.fa-house-circle-xmark::before {
  content: "\e50b";
}

.fa-plug::before {
  content: "\f1e6";
}

.fa-chevron-up::before {
  content: "\f077";
}

.fa-hand-spock::before {
  content: "\f259";
}

.fa-stopwatch::before {
  content: "\f2f2";
}

.fa-face-kiss::before {
  content: "\f596";
}

.fa-kiss::before {
  content: "\f596";
}

.fa-bridge-circle-xmark::before {
  content: "\e4cb";
}

.fa-face-grin-tongue::before {
  content: "\f589";
}

.fa-grin-tongue::before {
  content: "\f589";
}

.fa-chess-bishop::before {
  content: "\f43a";
}

.fa-face-grin-wink::before {
  content: "\f58c";
}

.fa-grin-wink::before {
  content: "\f58c";
}

.fa-ear-deaf::before {
  content: "\f2a4";
}

.fa-deaf::before {
  content: "\f2a4";
}

.fa-deafness::before {
  content: "\f2a4";
}

.fa-hard-of-hearing::before {
  content: "\f2a4";
}

.fa-road-circle-check::before {
  content: "\e564";
}

.fa-dice-five::before {
  content: "\f523";
}

.fa-square-rss::before {
  content: "\f143";
}

.fa-rss-square::before {
  content: "\f143";
}

.fa-land-mine-on::before {
  content: "\e51b";
}

.fa-i-cursor::before {
  content: "\f246";
}

.fa-stamp::before {
  content: "\f5bf";
}

.fa-stairs::before {
  content: "\e289";
}

.fa-i::before {
  content: "\49";
}

.fa-hryvnia-sign::before {
  content: "\f6f2";
}

.fa-hryvnia::before {
  content: "\f6f2";
}

.fa-pills::before {
  content: "\f484";
}

.fa-face-grin-wide::before {
  content: "\f581";
}

.fa-grin-alt::before {
  content: "\f581";
}

.fa-tooth::before {
  content: "\f5c9";
}

.fa-v::before {
  content: "\56";
}

.fa-bangladeshi-taka-sign::before {
  content: "\e2e6";
}

.fa-bicycle::before {
  content: "\f206";
}

.fa-staff-snake::before {
  content: "\e579";
}

.fa-rod-asclepius::before {
  content: "\e579";
}

.fa-rod-snake::before {
  content: "\e579";
}

.fa-staff-aesculapius::before {
  content: "\e579";
}

.fa-head-side-cough-slash::before {
  content: "\e062";
}

.fa-truck-medical::before {
  content: "\f0f9";
}

.fa-ambulance::before {
  content: "\f0f9";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}

.fa-snowman::before {
  content: "\f7d0";
}

.fa-mortar-pestle::before {
  content: "\f5a7";
}

.fa-road-barrier::before {
  content: "\e562";
}

.fa-school::before {
  content: "\f549";
}

.fa-igloo::before {
  content: "\f7ae";
}

.fa-joint::before {
  content: "\f595";
}

.fa-angle-right::before {
  content: "\f105";
}

.fa-horse::before {
  content: "\f6f0";
}

.fa-q::before {
  content: "\51";
}

.fa-g::before {
  content: "\47";
}

.fa-notes-medical::before {
  content: "\f481";
}

.fa-temperature-half::before {
  content: "\f2c9";
}

.fa-temperature-2::before {
  content: "\f2c9";
}

.fa-thermometer-2::before {
  content: "\f2c9";
}

.fa-thermometer-half::before {
  content: "\f2c9";
}

.fa-dong-sign::before {
  content: "\e169";
}

.fa-capsules::before {
  content: "\f46b";
}

.fa-poo-storm::before {
  content: "\f75a";
}

.fa-poo-bolt::before {
  content: "\f75a";
}

.fa-face-frown-open::before {
  content: "\f57a";
}

.fa-frown-open::before {
  content: "\f57a";
}

.fa-hand-point-up::before {
  content: "\f0a6";
}

.fa-money-bill::before {
  content: "\f0d6";
}

.fa-bookmark::before {
  content: "\f02e";
}

.fa-align-justify::before {
  content: "\f039";
}

.fa-umbrella-beach::before {
  content: "\f5ca";
}

.fa-helmet-un::before {
  content: "\e503";
}

.fa-bullseye::before {
  content: "\f140";
}

.fa-bacon::before {
  content: "\f7e5";
}

.fa-hand-point-down::before {
  content: "\f0a7";
}

.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}

.fa-folder::before {
  content: "\f07b";
}

.fa-folder-blank::before {
  content: "\f07b";
}

.fa-file-waveform::before {
  content: "\f478";
}

.fa-file-medical-alt::before {
  content: "\f478";
}

.fa-radiation::before {
  content: "\f7b9";
}

.fa-chart-simple::before {
  content: "\e473";
}

.fa-mars-stroke::before {
  content: "\f229";
}

.fa-vial::before {
  content: "\f492";
}

.fa-gauge::before {
  content: "\f624";
}

.fa-dashboard::before {
  content: "\f624";
}

.fa-gauge-med::before {
  content: "\f624";
}

.fa-tachometer-alt-average::before {
  content: "\f624";
}

.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}

.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}

.fa-e::before {
  content: "\45";
}

.fa-pen-clip::before {
  content: "\f305";
}

.fa-pen-alt::before {
  content: "\f305";
}

.fa-bridge-circle-exclamation::before {
  content: "\e4ca";
}

.fa-user::before {
  content: "\f007";
}

.fa-school-circle-check::before {
  content: "\e56b";
}

.fa-dumpster::before {
  content: "\f793";
}

.fa-van-shuttle::before {
  content: "\f5b6";
}

.fa-shuttle-van::before {
  content: "\f5b6";
}

.fa-building-user::before {
  content: "\e4da";
}

.fa-square-caret-left::before {
  content: "\f191";
}

.fa-caret-square-left::before {
  content: "\f191";
}

.fa-highlighter::before {
  content: "\f591";
}

.fa-key::before {
  content: "\f084";
}

.fa-bullhorn::before {
  content: "\f0a1";
}

.fa-globe::before {
  content: "\f0ac";
}

.fa-synagogue::before {
  content: "\f69b";
}

.fa-person-half-dress::before {
  content: "\e548";
}

.fa-road-bridge::before {
  content: "\e563";
}

.fa-location-arrow::before {
  content: "\f124";
}

.fa-c::before {
  content: "\43";
}

.fa-tablet-button::before {
  content: "\f10a";
}

.fa-building-lock::before {
  content: "\e4d6";
}

.fa-pizza-slice::before {
  content: "\f818";
}

.fa-money-bill-wave::before {
  content: "\f53a";
}

.fa-chart-area::before {
  content: "\f1fe";
}

.fa-area-chart::before {
  content: "\f1fe";
}

.fa-house-flag::before {
  content: "\e50d";
}

.fa-person-circle-minus::before {
  content: "\e540";
}

.fa-ban::before {
  content: "\f05e";
}

.fa-cancel::before {
  content: "\f05e";
}

.fa-camera-rotate::before {
  content: "\e0d8";
}

.fa-spray-can-sparkles::before {
  content: "\f5d0";
}

.fa-air-freshener::before {
  content: "\f5d0";
}

.fa-star::before {
  content: "\f005";
}

.fa-repeat::before {
  content: "\f363";
}

.fa-cross::before {
  content: "\f654";
}

.fa-box::before {
  content: "\f466";
}

.fa-venus-mars::before {
  content: "\f228";
}

.fa-arrow-pointer::before {
  content: "\f245";
}

.fa-mouse-pointer::before {
  content: "\f245";
}

.fa-maximize::before {
  content: "\f31e";
}

.fa-expand-arrows-alt::before {
  content: "\f31e";
}

.fa-charging-station::before {
  content: "\f5e7";
}

.fa-shapes::before {
  content: "\f61f";
}

.fa-triangle-circle-square::before {
  content: "\f61f";
}

.fa-shuffle::before {
  content: "\f074";
}

.fa-random::before {
  content: "\f074";
}

.fa-person-running::before {
  content: "\f70c";
}

.fa-running::before {
  content: "\f70c";
}

.fa-mobile-retro::before {
  content: "\e527";
}

.fa-grip-lines-vertical::before {
  content: "\f7a5";
}

.fa-spider::before {
  content: "\f717";
}

.fa-hands-bound::before {
  content: "\e4f9";
}

.fa-file-invoice-dollar::before {
  content: "\f571";
}

.fa-plane-circle-exclamation::before {
  content: "\e556";
}

.fa-x-ray::before {
  content: "\f497";
}

.fa-spell-check::before {
  content: "\f891";
}

.fa-slash::before {
  content: "\f715";
}

.fa-computer-mouse::before {
  content: "\f8cc";
}

.fa-mouse::before {
  content: "\f8cc";
}

.fa-arrow-right-to-bracket::before {
  content: "\f090";
}

.fa-sign-in::before {
  content: "\f090";
}

.fa-shop-slash::before {
  content: "\e070";
}

.fa-store-alt-slash::before {
  content: "\e070";
}

.fa-server::before {
  content: "\f233";
}

.fa-virus-covid-slash::before {
  content: "\e4a9";
}

.fa-shop-lock::before {
  content: "\e4a5";
}

.fa-hourglass-start::before {
  content: "\f251";
}

.fa-hourglass-1::before {
  content: "\f251";
}

.fa-blender-phone::before {
  content: "\f6b6";
}

.fa-building-wheat::before {
  content: "\e4db";
}

.fa-person-breastfeeding::before {
  content: "\e53a";
}

.fa-right-to-bracket::before {
  content: "\f2f6";
}

.fa-sign-in-alt::before {
  content: "\f2f6";
}

.fa-venus::before {
  content: "\f221";
}

.fa-passport::before {
  content: "\f5ab";
}

.fa-heart-pulse::before {
  content: "\f21e";
}

.fa-heartbeat::before {
  content: "\f21e";
}

.fa-people-carry-box::before {
  content: "\f4ce";
}

.fa-people-carry::before {
  content: "\f4ce";
}

.fa-temperature-high::before {
  content: "\f769";
}

.fa-microchip::before {
  content: "\f2db";
}

.fa-crown::before {
  content: "\f521";
}

.fa-weight-hanging::before {
  content: "\f5cd";
}

.fa-xmarks-lines::before {
  content: "\e59a";
}

.fa-file-prescription::before {
  content: "\f572";
}

.fa-weight-scale::before {
  content: "\f496";
}

.fa-weight::before {
  content: "\f496";
}

.fa-user-group::before {
  content: "\f500";
}

.fa-user-friends::before {
  content: "\f500";
}

.fa-arrow-up-a-z::before {
  content: "\f15e";
}

.fa-sort-alpha-up::before {
  content: "\f15e";
}

.fa-chess-knight::before {
  content: "\f441";
}

.fa-face-laugh-squint::before {
  content: "\f59b";
}

.fa-laugh-squint::before {
  content: "\f59b";
}

.fa-wheelchair::before {
  content: "\f193";
}

.fa-circle-arrow-up::before {
  content: "\f0aa";
}

.fa-arrow-circle-up::before {
  content: "\f0aa";
}

.fa-toggle-on::before {
  content: "\f205";
}

.fa-person-walking::before {
  content: "\f554";
}

.fa-walking::before {
  content: "\f554";
}

.fa-l::before {
  content: "\4c";
}

.fa-fire::before {
  content: "\f06d";
}

.fa-bed-pulse::before {
  content: "\f487";
}

.fa-procedures::before {
  content: "\f487";
}

.fa-shuttle-space::before {
  content: "\f197";
}

.fa-space-shuttle::before {
  content: "\f197";
}

.fa-face-laugh::before {
  content: "\f599";
}

.fa-laugh::before {
  content: "\f599";
}

.fa-folder-open::before {
  content: "\f07c";
}

.fa-heart-circle-plus::before {
  content: "\e500";
}

.fa-code-fork::before {
  content: "\e13b";
}

.fa-city::before {
  content: "\f64f";
}

.fa-microphone-lines::before {
  content: "\f3c9";
}

.fa-microphone-alt::before {
  content: "\f3c9";
}

.fa-pepper-hot::before {
  content: "\f816";
}

.fa-unlock::before {
  content: "\f09c";
}

.fa-colon-sign::before {
  content: "\e140";
}

.fa-headset::before {
  content: "\f590";
}

.fa-store-slash::before {
  content: "\e071";
}

.fa-road-circle-xmark::before {
  content: "\e566";
}

.fa-user-minus::before {
  content: "\f503";
}

.fa-mars-stroke-up::before {
  content: "\f22a";
}

.fa-mars-stroke-v::before {
  content: "\f22a";
}

.fa-champagne-glasses::before {
  content: "\f79f";
}

.fa-glass-cheers::before {
  content: "\f79f";
}

.fa-clipboard::before {
  content: "\f328";
}

.fa-house-circle-exclamation::before {
  content: "\e50a";
}

.fa-file-arrow-up::before {
  content: "\f574";
}

.fa-file-upload::before {
  content: "\f574";
}

.fa-wifi::before {
  content: "\f1eb";
}

.fa-wifi-3::before {
  content: "\f1eb";
}

.fa-wifi-strong::before {
  content: "\f1eb";
}

.fa-bath::before {
  content: "\f2cd";
}

.fa-bathtub::before {
  content: "\f2cd";
}

.fa-underline::before {
  content: "\f0cd";
}

.fa-user-pen::before {
  content: "\f4ff";
}

.fa-user-edit::before {
  content: "\f4ff";
}

.fa-signature::before {
  content: "\f5b7";
}

.fa-stroopwafel::before {
  content: "\f551";
}

.fa-bold::before {
  content: "\f032";
}

.fa-anchor-lock::before {
  content: "\e4ad";
}

.fa-building-ngo::before {
  content: "\e4d7";
}

.fa-manat-sign::before {
  content: "\e1d5";
}

.fa-not-equal::before {
  content: "\f53e";
}

.fa-border-top-left::before {
  content: "\f853";
}

.fa-border-style::before {
  content: "\f853";
}

.fa-map-location-dot::before {
  content: "\f5a0";
}

.fa-map-marked-alt::before {
  content: "\f5a0";
}

.fa-jedi::before {
  content: "\f669";
}

.fa-square-poll-vertical::before {
  content: "\f681";
}

.fa-poll::before {
  content: "\f681";
}

.fa-mug-hot::before {
  content: "\f7b6";
}

.fa-car-battery::before {
  content: "\f5df";
}

.fa-battery-car::before {
  content: "\f5df";
}

.fa-gift::before {
  content: "\f06b";
}

.fa-dice-two::before {
  content: "\f528";
}

.fa-chess-queen::before {
  content: "\f445";
}

.fa-glasses::before {
  content: "\f530";
}

.fa-chess-board::before {
  content: "\f43c";
}

.fa-building-circle-check::before {
  content: "\e4d2";
}

.fa-person-chalkboard::before {
  content: "\e53d";
}

.fa-mars-stroke-right::before {
  content: "\f22b";
}

.fa-mars-stroke-h::before {
  content: "\f22b";
}

.fa-hand-back-fist::before {
  content: "\f255";
}

.fa-hand-rock::before {
  content: "\f255";
}

.fa-square-caret-up::before {
  content: "\f151";
}

.fa-caret-square-up::before {
  content: "\f151";
}

.fa-cloud-showers-water::before {
  content: "\e4e4";
}

.fa-chart-bar::before {
  content: "\f080";
}

.fa-bar-chart::before {
  content: "\f080";
}

.fa-hands-bubbles::before {
  content: "\e05e";
}

.fa-hands-wash::before {
  content: "\e05e";
}

.fa-less-than-equal::before {
  content: "\f537";
}

.fa-train::before {
  content: "\f238";
}

.fa-eye-low-vision::before {
  content: "\f2a8";
}

.fa-low-vision::before {
  content: "\f2a8";
}

.fa-crow::before {
  content: "\f520";
}

.fa-sailboat::before {
  content: "\e445";
}

.fa-window-restore::before {
  content: "\f2d2";
}

.fa-square-plus::before {
  content: "\f0fe";
}

.fa-plus-square::before {
  content: "\f0fe";
}

.fa-torii-gate::before {
  content: "\f6a1";
}

.fa-frog::before {
  content: "\f52e";
}

.fa-bucket::before {
  content: "\e4cf";
}

.fa-image::before {
  content: "\f03e";
}

.fa-microphone::before {
  content: "\f130";
}

.fa-cow::before {
  content: "\f6c8";
}

.fa-caret-up::before {
  content: "\f0d8";
}

.fa-screwdriver::before {
  content: "\f54a";
}

.fa-folder-closed::before {
  content: "\e185";
}

.fa-house-tsunami::before {
  content: "\e515";
}

.fa-square-nfi::before {
  content: "\e576";
}

.fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}

.fa-martini-glass::before {
  content: "\f57b";
}

.fa-glass-martini-alt::before {
  content: "\f57b";
}

.fa-rotate-left::before {
  content: "\f2ea";
}

.fa-rotate-back::before {
  content: "\f2ea";
}

.fa-rotate-backward::before {
  content: "\f2ea";
}

.fa-undo-alt::before {
  content: "\f2ea";
}

.fa-table-columns::before {
  content: "\f0db";
}

.fa-columns::before {
  content: "\f0db";
}

.fa-lemon::before {
  content: "\f094";
}

.fa-head-side-mask::before {
  content: "\e063";
}

.fa-handshake::before {
  content: "\f2b5";
}

.fa-gem::before {
  content: "\f3a5";
}

.fa-dolly::before {
  content: "\f472";
}

.fa-dolly-box::before {
  content: "\f472";
}

.fa-smoking::before {
  content: "\f48d";
}

.fa-minimize::before {
  content: "\f78c";
}

.fa-compress-arrows-alt::before {
  content: "\f78c";
}

.fa-monument::before {
  content: "\f5a6";
}

.fa-snowplow::before {
  content: "\f7d2";
}

.fa-angles-right::before {
  content: "\f101";
}

.fa-angle-double-right::before {
  content: "\f101";
}

.fa-cannabis::before {
  content: "\f55f";
}

.fa-circle-play::before {
  content: "\f144";
}

.fa-play-circle::before {
  content: "\f144";
}

.fa-tablets::before {
  content: "\f490";
}

.fa-ethernet::before {
  content: "\f796";
}

.fa-euro-sign::before {
  content: "\f153";
}

.fa-eur::before {
  content: "\f153";
}

.fa-euro::before {
  content: "\f153";
}

.fa-chair::before {
  content: "\f6c0";
}

.fa-circle-check::before {
  content: "\f058";
}

.fa-check-circle::before {
  content: "\f058";
}

.fa-circle-stop::before {
  content: "\f28d";
}

.fa-stop-circle::before {
  content: "\f28d";
}

.fa-compass-drafting::before {
  content: "\f568";
}

.fa-drafting-compass::before {
  content: "\f568";
}

.fa-plate-wheat::before {
  content: "\e55a";
}

.fa-icicles::before {
  content: "\f7ad";
}

.fa-person-shelter::before {
  content: "\e54f";
}

.fa-neuter::before {
  content: "\f22c";
}

.fa-id-badge::before {
  content: "\f2c1";
}

.fa-marker::before {
  content: "\f5a1";
}

.fa-face-laugh-beam::before {
  content: "\f59a";
}

.fa-laugh-beam::before {
  content: "\f59a";
}

.fa-helicopter-symbol::before {
  content: "\e502";
}

.fa-universal-access::before {
  content: "\f29a";
}

.fa-circle-chevron-up::before {
  content: "\f139";
}

.fa-chevron-circle-up::before {
  content: "\f139";
}

.fa-lari-sign::before {
  content: "\e1c8";
}

.fa-volcano::before {
  content: "\f770";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}

.fa-sterling-sign::before {
  content: "\f154";
}

.fa-gbp::before {
  content: "\f154";
}

.fa-pound-sign::before {
  content: "\f154";
}

.fa-viruses::before {
  content: "\e076";
}

.fa-square-person-confined::before {
  content: "\e577";
}

.fa-user-tie::before {
  content: "\f508";
}

.fa-arrow-down-long::before {
  content: "\f175";
}

.fa-long-arrow-down::before {
  content: "\f175";
}

.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}

.fa-certificate::before {
  content: "\f0a3";
}

.fa-reply-all::before {
  content: "\f122";
}

.fa-mail-reply-all::before {
  content: "\f122";
}

.fa-suitcase::before {
  content: "\f0f2";
}

.fa-person-skating::before {
  content: "\f7c5";
}

.fa-skating::before {
  content: "\f7c5";
}

.fa-filter-circle-dollar::before {
  content: "\f662";
}

.fa-funnel-dollar::before {
  content: "\f662";
}

.fa-camera-retro::before {
  content: "\f083";
}

.fa-circle-arrow-down::before {
  content: "\f0ab";
}

.fa-arrow-circle-down::before {
  content: "\f0ab";
}

.fa-file-import::before {
  content: "\f56f";
}

.fa-arrow-right-to-file::before {
  content: "\f56f";
}

.fa-square-arrow-up-right::before {
  content: "\f14c";
}

.fa-external-link-square::before {
  content: "\f14c";
}

.fa-box-open::before {
  content: "\f49e";
}

.fa-scroll::before {
  content: "\f70e";
}

.fa-spa::before {
  content: "\f5bb";
}

.fa-location-pin-lock::before {
  content: "\e51f";
}

.fa-pause::before {
  content: "\f04c";
}

.fa-hill-avalanche::before {
  content: "\e507";
}

.fa-temperature-empty::before {
  content: "\f2cb";
}

.fa-temperature-0::before {
  content: "\f2cb";
}

.fa-thermometer-0::before {
  content: "\f2cb";
}

.fa-thermometer-empty::before {
  content: "\f2cb";
}

.fa-bomb::before {
  content: "\f1e2";
}

.fa-registered::before {
  content: "\f25d";
}

.fa-address-card::before {
  content: "\f2bb";
}

.fa-contact-card::before {
  content: "\f2bb";
}

.fa-vcard::before {
  content: "\f2bb";
}

.fa-scale-unbalanced-flip::before {
  content: "\f516";
}

.fa-balance-scale-right::before {
  content: "\f516";
}

.fa-subscript::before {
  content: "\f12c";
}

.fa-diamond-turn-right::before {
  content: "\f5eb";
}

.fa-directions::before {
  content: "\f5eb";
}

.fa-burst::before {
  content: "\e4dc";
}

.fa-house-laptop::before {
  content: "\e066";
}

.fa-laptop-house::before {
  content: "\e066";
}

.fa-face-tired::before {
  content: "\f5c8";
}

.fa-tired::before {
  content: "\f5c8";
}

.fa-money-bills::before {
  content: "\e1f3";
}

.fa-smog::before {
  content: "\f75f";
}

.fa-crutch::before {
  content: "\f7f7";
}

.fa-cloud-arrow-up::before {
  content: "\f0ee";
}

.fa-cloud-upload::before {
  content: "\f0ee";
}

.fa-cloud-upload-alt::before {
  content: "\f0ee";
}

.fa-palette::before {
  content: "\f53f";
}

.fa-arrows-turn-right::before {
  content: "\e4c0";
}

.fa-vest::before {
  content: "\e085";
}

.fa-ferry::before {
  content: "\e4ea";
}

.fa-arrows-down-to-people::before {
  content: "\e4b9";
}

.fa-seedling::before {
  content: "\f4d8";
}

.fa-sprout::before {
  content: "\f4d8";
}

.fa-left-right::before {
  content: "\f337";
}

.fa-arrows-alt-h::before {
  content: "\f337";
}

.fa-boxes-packing::before {
  content: "\e4c7";
}

.fa-circle-arrow-left::before {
  content: "\f0a8";
}

.fa-arrow-circle-left::before {
  content: "\f0a8";
}

.fa-group-arrows-rotate::before {
  content: "\e4f6";
}

.fa-bowl-food::before {
  content: "\e4c6";
}

.fa-candy-cane::before {
  content: "\f786";
}

.fa-arrow-down-wide-short::before {
  content: "\f160";
}

.fa-sort-amount-asc::before {
  content: "\f160";
}

.fa-sort-amount-down::before {
  content: "\f160";
}

.fa-cloud-bolt::before {
  content: "\f76c";
}

.fa-thunderstorm::before {
  content: "\f76c";
}

.fa-text-slash::before {
  content: "\f87d";
}

.fa-remove-format::before {
  content: "\f87d";
}

.fa-face-smile-wink::before {
  content: "\f4da";
}

.fa-smile-wink::before {
  content: "\f4da";
}

.fa-file-word::before {
  content: "\f1c2";
}

.fa-file-powerpoint::before {
  content: "\f1c4";
}

.fa-arrows-left-right::before {
  content: "\f07e";
}

.fa-arrows-h::before {
  content: "\f07e";
}

.fa-house-lock::before {
  content: "\e510";
}

.fa-cloud-arrow-down::before {
  content: "\f0ed";
}

.fa-cloud-download::before {
  content: "\f0ed";
}

.fa-cloud-download-alt::before {
  content: "\f0ed";
}

.fa-children::before {
  content: "\e4e1";
}

.fa-chalkboard::before {
  content: "\f51b";
}

.fa-blackboard::before {
  content: "\f51b";
}

.fa-user-large-slash::before {
  content: "\f4fa";
}

.fa-user-alt-slash::before {
  content: "\f4fa";
}

.fa-envelope-open::before {
  content: "\f2b6";
}

.fa-handshake-simple-slash::before {
  content: "\e05f";
}

.fa-handshake-alt-slash::before {
  content: "\e05f";
}

.fa-mattress-pillow::before {
  content: "\e525";
}

.fa-guarani-sign::before {
  content: "\e19a";
}

.fa-arrows-rotate::before {
  content: "\f021";
}

.fa-refresh::before {
  content: "\f021";
}

.fa-sync::before {
  content: "\f021";
}

.fa-fire-extinguisher::before {
  content: "\f134";
}

.fa-cruzeiro-sign::before {
  content: "\e152";
}

.fa-greater-than-equal::before {
  content: "\f532";
}

.fa-shield-halved::before {
  content: "\f3ed";
}

.fa-shield-alt::before {
  content: "\f3ed";
}

.fa-book-atlas::before {
  content: "\f558";
}

.fa-atlas::before {
  content: "\f558";
}

.fa-virus::before {
  content: "\e074";
}

.fa-envelope-circle-check::before {
  content: "\e4e8";
}

.fa-layer-group::before {
  content: "\f5fd";
}

.fa-arrows-to-dot::before {
  content: "\e4be";
}

.fa-archway::before {
  content: "\f557";
}

.fa-heart-circle-check::before {
  content: "\e4fd";
}

.fa-house-chimney-crack::before {
  content: "\f6f1";
}

.fa-house-damage::before {
  content: "\f6f1";
}

.fa-file-zipper::before {
  content: "\f1c6";
}

.fa-file-archive::before {
  content: "\f1c6";
}

.fa-square::before {
  content: "\f0c8";
}

.fa-martini-glass-empty::before {
  content: "\f000";
}

.fa-glass-martini::before {
  content: "\f000";
}

.fa-couch::before {
  content: "\f4b8";
}

.fa-cedi-sign::before {
  content: "\e0df";
}

.fa-italic::before {
  content: "\f033";
}

.fa-table-cells-column-lock::before {
  content: "\e678";
}

.fa-church::before {
  content: "\f51d";
}

.fa-comments-dollar::before {
  content: "\f653";
}

.fa-democrat::before {
  content: "\f747";
}

.fa-z::before {
  content: "\5a";
}

.fa-person-skiing::before {
  content: "\f7c9";
}

.fa-skiing::before {
  content: "\f7c9";
}

.fa-road-lock::before {
  content: "\e567";
}

.fa-a::before {
  content: "\41";
}

.fa-temperature-arrow-down::before {
  content: "\e03f";
}

.fa-temperature-down::before {
  content: "\e03f";
}

.fa-feather-pointed::before {
  content: "\f56b";
}

.fa-feather-alt::before {
  content: "\f56b";
}

.fa-p::before {
  content: "\50";
}

.fa-snowflake::before {
  content: "\f2dc";
}

.fa-newspaper::before {
  content: "\f1ea";
}

.fa-rectangle-ad::before {
  content: "\f641";
}

.fa-ad::before {
  content: "\f641";
}

.fa-circle-arrow-right::before {
  content: "\f0a9";
}

.fa-arrow-circle-right::before {
  content: "\f0a9";
}

.fa-filter-circle-xmark::before {
  content: "\e17b";
}

.fa-locust::before {
  content: "\e520";
}

.fa-sort::before {
  content: "\f0dc";
}

.fa-unsorted::before {
  content: "\f0dc";
}

.fa-list-ol::before {
  content: "\f0cb";
}

.fa-list-1-2::before {
  content: "\f0cb";
}

.fa-list-numeric::before {
  content: "\f0cb";
}

.fa-person-dress-burst::before {
  content: "\e544";
}

.fa-money-check-dollar::before {
  content: "\f53d";
}

.fa-money-check-alt::before {
  content: "\f53d";
}

.fa-vector-square::before {
  content: "\f5cb";
}

.fa-bread-slice::before {
  content: "\f7ec";
}

.fa-language::before {
  content: "\f1ab";
}

.fa-face-kiss-wink-heart::before {
  content: "\f598";
}

.fa-kiss-wink-heart::before {
  content: "\f598";
}

.fa-filter::before {
  content: "\f0b0";
}

.fa-question::before {
  content: "\3f";
}

.fa-file-signature::before {
  content: "\f573";
}

.fa-up-down-left-right::before {
  content: "\f0b2";
}

.fa-arrows-alt::before {
  content: "\f0b2";
}

.fa-house-chimney-user::before {
  content: "\e065";
}

.fa-hand-holding-heart::before {
  content: "\f4be";
}

.fa-puzzle-piece::before {
  content: "\f12e";
}

.fa-money-check::before {
  content: "\f53c";
}

.fa-star-half-stroke::before {
  content: "\f5c0";
}

.fa-star-half-alt::before {
  content: "\f5c0";
}

.fa-code::before {
  content: "\f121";
}

.fa-whiskey-glass::before {
  content: "\f7a0";
}

.fa-glass-whiskey::before {
  content: "\f7a0";
}

.fa-building-circle-exclamation::before {
  content: "\e4d3";
}

.fa-magnifying-glass-chart::before {
  content: "\e522";
}

.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}

.fa-external-link::before {
  content: "\f08e";
}

.fa-cubes-stacked::before {
  content: "\e4e6";
}

.fa-won-sign::before {
  content: "\f159";
}

.fa-krw::before {
  content: "\f159";
}

.fa-won::before {
  content: "\f159";
}

.fa-virus-covid::before {
  content: "\e4a8";
}

.fa-austral-sign::before {
  content: "\e0a9";
}

.fa-f::before {
  content: "\46";
}

.fa-leaf::before {
  content: "\f06c";
}

.fa-road::before {
  content: "\f018";
}

.fa-taxi::before {
  content: "\f1ba";
}

.fa-cab::before {
  content: "\f1ba";
}

.fa-person-circle-plus::before {
  content: "\e541";
}

.fa-chart-pie::before {
  content: "\f200";
}

.fa-pie-chart::before {
  content: "\f200";
}

.fa-bolt-lightning::before {
  content: "\e0b7";
}

.fa-sack-xmark::before {
  content: "\e56a";
}

.fa-file-excel::before {
  content: "\f1c3";
}

.fa-file-contract::before {
  content: "\f56c";
}

.fa-fish-fins::before {
  content: "\e4f2";
}

.fa-building-flag::before {
  content: "\e4d5";
}

.fa-face-grin-beam::before {
  content: "\f582";
}

.fa-grin-beam::before {
  content: "\f582";
}

.fa-object-ungroup::before {
  content: "\f248";
}

.fa-poop::before {
  content: "\f619";
}

.fa-location-pin::before {
  content: "\f041";
}

.fa-map-marker::before {
  content: "\f041";
}

.fa-kaaba::before {
  content: "\f66b";
}

.fa-toilet-paper::before {
  content: "\f71e";
}

.fa-helmet-safety::before {
  content: "\f807";
}

.fa-hard-hat::before {
  content: "\f807";
}

.fa-hat-hard::before {
  content: "\f807";
}

.fa-eject::before {
  content: "\f052";
}

.fa-circle-right::before {
  content: "\f35a";
}

.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}

.fa-plane-circle-check::before {
  content: "\e555";
}

.fa-face-rolling-eyes::before {
  content: "\f5a5";
}

.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}

.fa-object-group::before {
  content: "\f247";
}

.fa-chart-line::before {
  content: "\f201";
}

.fa-line-chart::before {
  content: "\f201";
}

.fa-mask-ventilator::before {
  content: "\e524";
}

.fa-arrow-right::before {
  content: "\f061";
}

.fa-signs-post::before {
  content: "\f277";
}

.fa-map-signs::before {
  content: "\f277";
}

.fa-cash-register::before {
  content: "\f788";
}

.fa-person-circle-question::before {
  content: "\e542";
}

.fa-h::before {
  content: "\48";
}

.fa-tarp::before {
  content: "\e57b";
}

.fa-screwdriver-wrench::before {
  content: "\f7d9";
}

.fa-tools::before {
  content: "\f7d9";
}

.fa-arrows-to-eye::before {
  content: "\e4bf";
}

.fa-plug-circle-bolt::before {
  content: "\e55b";
}

.fa-heart::before {
  content: "\f004";
}

.fa-mars-and-venus::before {
  content: "\f224";
}

.fa-house-user::before {
  content: "\e1b0";
}

.fa-home-user::before {
  content: "\e1b0";
}

.fa-dumpster-fire::before {
  content: "\f794";
}

.fa-house-crack::before {
  content: "\e3b1";
}

.fa-martini-glass-citrus::before {
  content: "\f561";
}

.fa-cocktail::before {
  content: "\f561";
}

.fa-face-surprise::before {
  content: "\f5c2";
}

.fa-surprise::before {
  content: "\f5c2";
}

.fa-bottle-water::before {
  content: "\e4c5";
}

.fa-circle-pause::before {
  content: "\f28b";
}

.fa-pause-circle::before {
  content: "\f28b";
}

.fa-toilet-paper-slash::before {
  content: "\e072";
}

.fa-apple-whole::before {
  content: "\f5d1";
}

.fa-apple-alt::before {
  content: "\f5d1";
}

.fa-kitchen-set::before {
  content: "\e51a";
}

.fa-r::before {
  content: "\52";
}

.fa-temperature-quarter::before {
  content: "\f2ca";
}

.fa-temperature-1::before {
  content: "\f2ca";
}

.fa-thermometer-1::before {
  content: "\f2ca";
}

.fa-thermometer-quarter::before {
  content: "\f2ca";
}

.fa-cube::before {
  content: "\f1b2";
}

.fa-bitcoin-sign::before {
  content: "\e0b4";
}

.fa-shield-dog::before {
  content: "\e573";
}

.fa-solar-panel::before {
  content: "\f5ba";
}

.fa-lock-open::before {
  content: "\f3c1";
}

.fa-elevator::before {
  content: "\e16d";
}

.fa-money-bill-transfer::before {
  content: "\e528";
}

.fa-money-bill-trend-up::before {
  content: "\e529";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}

.fa-square-poll-horizontal::before {
  content: "\f682";
}

.fa-poll-h::before {
  content: "\f682";
}

.fa-circle::before {
  content: "\f111";
}

.fa-backward-fast::before {
  content: "\f049";
}

.fa-fast-backward::before {
  content: "\f049";
}

.fa-recycle::before {
  content: "\f1b8";
}

.fa-user-astronaut::before {
  content: "\f4fb";
}

.fa-plane-slash::before {
  content: "\e069";
}

.fa-trademark::before {
  content: "\f25c";
}

.fa-basketball::before {
  content: "\f434";
}

.fa-basketball-ball::before {
  content: "\f434";
}

.fa-satellite-dish::before {
  content: "\f7c0";
}

.fa-circle-up::before {
  content: "\f35b";
}

.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}

.fa-mobile-screen-button::before {
  content: "\f3cd";
}

.fa-mobile-alt::before {
  content: "\f3cd";
}

.fa-volume-high::before {
  content: "\f028";
}

.fa-volume-up::before {
  content: "\f028";
}

.fa-users-rays::before {
  content: "\e593";
}

.fa-wallet::before {
  content: "\f555";
}

.fa-clipboard-check::before {
  content: "\f46c";
}

.fa-file-audio::before {
  content: "\f1c7";
}

.fa-burger::before {
  content: "\f805";
}

.fa-hamburger::before {
  content: "\f805";
}

.fa-wrench::before {
  content: "\f0ad";
}

.fa-bugs::before {
  content: "\e4d0";
}

.fa-rupee-sign::before {
  content: "\f156";
}

.fa-rupee::before {
  content: "\f156";
}

.fa-file-image::before {
  content: "\f1c5";
}

.fa-circle-question::before {
  content: "\f059";
}

.fa-question-circle::before {
  content: "\f059";
}

.fa-plane-departure::before {
  content: "\f5b0";
}

.fa-handshake-slash::before {
  content: "\e060";
}

.fa-book-bookmark::before {
  content: "\e0bb";
}

.fa-code-branch::before {
  content: "\f126";
}

.fa-hat-cowboy::before {
  content: "\f8c0";
}

.fa-bridge::before {
  content: "\e4c8";
}

.fa-phone-flip::before {
  content: "\f879";
}

.fa-phone-alt::before {
  content: "\f879";
}

.fa-truck-front::before {
  content: "\e2b7";
}

.fa-cat::before {
  content: "\f6be";
}

.fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}

.fa-truck-field::before {
  content: "\e58d";
}

.fa-route::before {
  content: "\f4d7";
}

.fa-clipboard-question::before {
  content: "\e4e3";
}

.fa-panorama::before {
  content: "\e209";
}

.fa-comment-medical::before {
  content: "\f7f5";
}

.fa-teeth-open::before {
  content: "\f62f";
}

.fa-file-circle-minus::before {
  content: "\e4ed";
}

.fa-tags::before {
  content: "\f02c";
}

.fa-wine-glass::before {
  content: "\f4e3";
}

.fa-forward-fast::before {
  content: "\f050";
}

.fa-fast-forward::before {
  content: "\f050";
}

.fa-face-meh-blank::before {
  content: "\f5a4";
}

.fa-meh-blank::before {
  content: "\f5a4";
}

.fa-square-parking::before {
  content: "\f540";
}

.fa-parking::before {
  content: "\f540";
}

.fa-house-signal::before {
  content: "\e012";
}

.fa-bars-progress::before {
  content: "\f828";
}

.fa-tasks-alt::before {
  content: "\f828";
}

.fa-faucet-drip::before {
  content: "\e006";
}

.fa-cart-flatbed::before {
  content: "\f474";
}

.fa-dolly-flatbed::before {
  content: "\f474";
}

.fa-ban-smoking::before {
  content: "\f54d";
}

.fa-smoking-ban::before {
  content: "\f54d";
}

.fa-terminal::before {
  content: "\f120";
}

.fa-mobile-button::before {
  content: "\f10b";
}

.fa-house-medical-flag::before {
  content: "\e514";
}

.fa-basket-shopping::before {
  content: "\f291";
}

.fa-shopping-basket::before {
  content: "\f291";
}

.fa-tape::before {
  content: "\f4db";
}

.fa-bus-simple::before {
  content: "\f55e";
}

.fa-bus-alt::before {
  content: "\f55e";
}

.fa-eye::before {
  content: "\f06e";
}

.fa-face-sad-cry::before {
  content: "\f5b3";
}

.fa-sad-cry::before {
  content: "\f5b3";
}

.fa-audio-description::before {
  content: "\f29e";
}

.fa-person-military-to-person::before {
  content: "\e54c";
}

.fa-file-shield::before {
  content: "\e4f0";
}

.fa-user-slash::before {
  content: "\f506";
}

.fa-pen::before {
  content: "\f304";
}

.fa-tower-observation::before {
  content: "\e586";
}

.fa-file-code::before {
  content: "\f1c9";
}

.fa-signal::before {
  content: "\f012";
}

.fa-signal-5::before {
  content: "\f012";
}

.fa-signal-perfect::before {
  content: "\f012";
}

.fa-bus::before {
  content: "\f207";
}

.fa-heart-circle-xmark::before {
  content: "\e501";
}

.fa-house-chimney::before {
  content: "\e3af";
}

.fa-home-lg::before {
  content: "\e3af";
}

.fa-window-maximize::before {
  content: "\f2d0";
}

.fa-face-frown::before {
  content: "\f119";
}

.fa-frown::before {
  content: "\f119";
}

.fa-prescription::before {
  content: "\f5b1";
}

.fa-shop::before {
  content: "\f54f";
}

.fa-store-alt::before {
  content: "\f54f";
}

.fa-floppy-disk::before {
  content: "\f0c7";
}

.fa-save::before {
  content: "\f0c7";
}

.fa-vihara::before {
  content: "\f6a7";
}

.fa-scale-unbalanced::before {
  content: "\f515";
}

.fa-balance-scale-left::before {
  content: "\f515";
}

.fa-sort-up::before {
  content: "\f0de";
}

.fa-sort-asc::before {
  content: "\f0de";
}

.fa-comment-dots::before {
  content: "\f4ad";
}

.fa-commenting::before {
  content: "\f4ad";
}

.fa-plant-wilt::before {
  content: "\e5aa";
}

.fa-diamond::before {
  content: "\f219";
}

.fa-face-grin-squint::before {
  content: "\f585";
}

.fa-grin-squint::before {
  content: "\f585";
}

.fa-hand-holding-dollar::before {
  content: "\f4c0";
}

.fa-hand-holding-usd::before {
  content: "\f4c0";
}

.fa-bacterium::before {
  content: "\e05a";
}

.fa-hand-pointer::before {
  content: "\f25a";
}

.fa-drum-steelpan::before {
  content: "\f56a";
}

.fa-hand-scissors::before {
  content: "\f257";
}

.fa-hands-praying::before {
  content: "\f684";
}

.fa-praying-hands::before {
  content: "\f684";
}

.fa-arrow-rotate-right::before {
  content: "\f01e";
}

.fa-arrow-right-rotate::before {
  content: "\f01e";
}

.fa-arrow-rotate-forward::before {
  content: "\f01e";
}

.fa-redo::before {
  content: "\f01e";
}

.fa-biohazard::before {
  content: "\f780";
}

.fa-location-crosshairs::before {
  content: "\f601";
}

.fa-location::before {
  content: "\f601";
}

.fa-mars-double::before {
  content: "\f227";
}

.fa-child-dress::before {
  content: "\e59c";
}

.fa-users-between-lines::before {
  content: "\e591";
}

.fa-lungs-virus::before {
  content: "\e067";
}

.fa-face-grin-tears::before {
  content: "\f588";
}

.fa-grin-tears::before {
  content: "\f588";
}

.fa-phone::before {
  content: "\f095";
}

.fa-calendar-xmark::before {
  content: "\f273";
}

.fa-calendar-times::before {
  content: "\f273";
}

.fa-child-reaching::before {
  content: "\e59d";
}

.fa-head-side-virus::before {
  content: "\e064";
}

.fa-user-gear::before {
  content: "\f4fe";
}

.fa-user-cog::before {
  content: "\f4fe";
}

.fa-arrow-up-1-9::before {
  content: "\f163";
}

.fa-sort-numeric-up::before {
  content: "\f163";
}

.fa-door-closed::before {
  content: "\f52a";
}

.fa-shield-virus::before {
  content: "\e06c";
}

.fa-dice-six::before {
  content: "\f526";
}

.fa-mosquito-net::before {
  content: "\e52c";
}

.fa-bridge-water::before {
  content: "\e4ce";
}

.fa-person-booth::before {
  content: "\f756";
}

.fa-text-width::before {
  content: "\f035";
}

.fa-hat-wizard::before {
  content: "\f6e8";
}

.fa-pen-fancy::before {
  content: "\f5ac";
}

.fa-person-digging::before {
  content: "\f85e";
}

.fa-digging::before {
  content: "\f85e";
}

.fa-trash::before {
  content: "\f1f8";
}

.fa-gauge-simple::before {
  content: "\f629";
}

.fa-gauge-simple-med::before {
  content: "\f629";
}

.fa-tachometer-average::before {
  content: "\f629";
}

.fa-book-medical::before {
  content: "\f7e6";
}

.fa-poo::before {
  content: "\f2fe";
}

.fa-quote-right::before {
  content: "\f10e";
}

.fa-quote-right-alt::before {
  content: "\f10e";
}

.fa-shirt::before {
  content: "\f553";
}

.fa-t-shirt::before {
  content: "\f553";
}

.fa-tshirt::before {
  content: "\f553";
}

.fa-cubes::before {
  content: "\f1b3";
}

.fa-divide::before {
  content: "\f529";
}

.fa-tenge-sign::before {
  content: "\f7d7";
}

.fa-tenge::before {
  content: "\f7d7";
}

.fa-headphones::before {
  content: "\f025";
}

.fa-hands-holding::before {
  content: "\f4c2";
}

.fa-hands-clapping::before {
  content: "\e1a8";
}

.fa-republican::before {
  content: "\f75e";
}

.fa-arrow-left::before {
  content: "\f060";
}

.fa-person-circle-xmark::before {
  content: "\e543";
}

.fa-ruler::before {
  content: "\f545";
}

.fa-align-left::before {
  content: "\f036";
}

.fa-dice-d6::before {
  content: "\f6d1";
}

.fa-restroom::before {
  content: "\f7bd";
}

.fa-j::before {
  content: "\4a";
}

.fa-users-viewfinder::before {
  content: "\e595";
}

.fa-file-video::before {
  content: "\f1c8";
}

.fa-up-right-from-square::before {
  content: "\f35d";
}

.fa-external-link-alt::before {
  content: "\f35d";
}

.fa-table-cells::before {
  content: "\f00a";
}

.fa-th::before {
  content: "\f00a";
}

.fa-file-pdf::before {
  content: "\f1c1";
}

.fa-book-bible::before {
  content: "\f647";
}

.fa-bible::before {
  content: "\f647";
}

.fa-o::before {
  content: "\4f";
}

.fa-suitcase-medical::before {
  content: "\f0fa";
}

.fa-medkit::before {
  content: "\f0fa";
}

.fa-user-secret::before {
  content: "\f21b";
}

.fa-otter::before {
  content: "\f700";
}

.fa-person-dress::before {
  content: "\f182";
}

.fa-female::before {
  content: "\f182";
}

.fa-comment-dollar::before {
  content: "\f651";
}

.fa-business-time::before {
  content: "\f64a";
}

.fa-briefcase-clock::before {
  content: "\f64a";
}

.fa-table-cells-large::before {
  content: "\f009";
}

.fa-th-large::before {
  content: "\f009";
}

.fa-book-tanakh::before {
  content: "\f827";
}

.fa-tanakh::before {
  content: "\f827";
}

.fa-phone-volume::before {
  content: "\f2a0";
}

.fa-volume-control-phone::before {
  content: "\f2a0";
}

.fa-hat-cowboy-side::before {
  content: "\f8c1";
}

.fa-clipboard-user::before {
  content: "\f7f3";
}

.fa-child::before {
  content: "\f1ae";
}

.fa-lira-sign::before {
  content: "\f195";
}

.fa-satellite::before {
  content: "\f7bf";
}

.fa-plane-lock::before {
  content: "\e558";
}

.fa-tag::before {
  content: "\f02b";
}

.fa-comment::before {
  content: "\f075";
}

.fa-cake-candles::before {
  content: "\f1fd";
}

.fa-birthday-cake::before {
  content: "\f1fd";
}

.fa-cake::before {
  content: "\f1fd";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-angles-up::before {
  content: "\f102";
}

.fa-angle-double-up::before {
  content: "\f102";
}

.fa-paperclip::before {
  content: "\f0c6";
}

.fa-arrow-right-to-city::before {
  content: "\e4b3";
}

.fa-ribbon::before {
  content: "\f4d6";
}

.fa-lungs::before {
  content: "\f604";
}

.fa-arrow-up-9-1::before {
  content: "\f887";
}

.fa-sort-numeric-up-alt::before {
  content: "\f887";
}

.fa-litecoin-sign::before {
  content: "\e1d3";
}

.fa-border-none::before {
  content: "\f850";
}

.fa-circle-nodes::before {
  content: "\e4e2";
}

.fa-parachute-box::before {
  content: "\f4cd";
}

.fa-indent::before {
  content: "\f03c";
}

.fa-truck-field-un::before {
  content: "\e58e";
}

.fa-hourglass::before {
  content: "\f254";
}

.fa-hourglass-empty::before {
  content: "\f254";
}

.fa-mountain::before {
  content: "\f6fc";
}

.fa-user-doctor::before {
  content: "\f0f0";
}

.fa-user-md::before {
  content: "\f0f0";
}

.fa-circle-info::before {
  content: "\f05a";
}

.fa-info-circle::before {
  content: "\f05a";
}

.fa-cloud-meatball::before {
  content: "\f73b";
}

.fa-camera::before {
  content: "\f030";
}

.fa-camera-alt::before {
  content: "\f030";
}

.fa-square-virus::before {
  content: "\e578";
}

.fa-meteor::before {
  content: "\f753";
}

.fa-car-on::before {
  content: "\e4dd";
}

.fa-sleigh::before {
  content: "\f7cc";
}

.fa-arrow-down-1-9::before {
  content: "\f162";
}

.fa-sort-numeric-asc::before {
  content: "\f162";
}

.fa-sort-numeric-down::before {
  content: "\f162";
}

.fa-hand-holding-droplet::before {
  content: "\f4c1";
}

.fa-hand-holding-water::before {
  content: "\f4c1";
}

.fa-water::before {
  content: "\f773";
}

.fa-calendar-check::before {
  content: "\f274";
}

.fa-braille::before {
  content: "\f2a1";
}

.fa-prescription-bottle-medical::before {
  content: "\f486";
}

.fa-prescription-bottle-alt::before {
  content: "\f486";
}

.fa-landmark::before {
  content: "\f66f";
}

.fa-truck::before {
  content: "\f0d1";
}

.fa-crosshairs::before {
  content: "\f05b";
}

.fa-person-cane::before {
  content: "\e53c";
}

.fa-tent::before {
  content: "\e57d";
}

.fa-vest-patches::before {
  content: "\e086";
}

.fa-check-double::before {
  content: "\f560";
}

.fa-arrow-down-a-z::before {
  content: "\f15d";
}

.fa-sort-alpha-asc::before {
  content: "\f15d";
}

.fa-sort-alpha-down::before {
  content: "\f15d";
}

.fa-money-bill-wheat::before {
  content: "\e52a";
}

.fa-cookie::before {
  content: "\f563";
}

.fa-arrow-rotate-left::before {
  content: "\f0e2";
}

.fa-arrow-left-rotate::before {
  content: "\f0e2";
}

.fa-arrow-rotate-back::before {
  content: "\f0e2";
}

.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}

.fa-undo::before {
  content: "\f0e2";
}

.fa-hard-drive::before {
  content: "\f0a0";
}

.fa-hdd::before {
  content: "\f0a0";
}

.fa-face-grin-squint-tears::before {
  content: "\f586";
}

.fa-grin-squint-tears::before {
  content: "\f586";
}

.fa-dumbbell::before {
  content: "\f44b";
}

.fa-rectangle-list::before {
  content: "\f022";
}

.fa-list-alt::before {
  content: "\f022";
}

.fa-tarp-droplet::before {
  content: "\e57c";
}

.fa-house-medical-circle-check::before {
  content: "\e511";
}

.fa-person-skiing-nordic::before {
  content: "\f7ca";
}

.fa-skiing-nordic::before {
  content: "\f7ca";
}

.fa-calendar-plus::before {
  content: "\f271";
}

.fa-plane-arrival::before {
  content: "\f5af";
}

.fa-circle-left::before {
  content: "\f359";
}

.fa-arrow-alt-circle-left::before {
  content: "\f359";
}

.fa-train-subway::before {
  content: "\f239";
}

.fa-subway::before {
  content: "\f239";
}

.fa-chart-gantt::before {
  content: "\e0e4";
}

.fa-indian-rupee-sign::before {
  content: "\e1bc";
}

.fa-indian-rupee::before {
  content: "\e1bc";
}

.fa-inr::before {
  content: "\e1bc";
}

.fa-crop-simple::before {
  content: "\f565";
}

.fa-crop-alt::before {
  content: "\f565";
}

.fa-money-bill-1::before {
  content: "\f3d1";
}

.fa-money-bill-alt::before {
  content: "\f3d1";
}

.fa-left-long::before {
  content: "\f30a";
}

.fa-long-arrow-alt-left::before {
  content: "\f30a";
}

.fa-dna::before {
  content: "\f471";
}

.fa-virus-slash::before {
  content: "\e075";
}

.fa-minus::before {
  content: "\f068";
}

.fa-subtract::before {
  content: "\f068";
}

.fa-chess::before {
  content: "\f439";
}

.fa-arrow-left-long::before {
  content: "\f177";
}

.fa-long-arrow-left::before {
  content: "\f177";
}

.fa-plug-circle-check::before {
  content: "\e55c";
}

.fa-street-view::before {
  content: "\f21d";
}

.fa-franc-sign::before {
  content: "\e18f";
}

.fa-volume-off::before {
  content: "\f026";
}

.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}

.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-asl-interpreting::before {
  content: "\f2a3";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-gear::before {
  content: "\f013";
}

.fa-cog::before {
  content: "\f013";
}

.fa-droplet-slash::before {
  content: "\f5c7";
}

.fa-tint-slash::before {
  content: "\f5c7";
}

.fa-mosque::before {
  content: "\f678";
}

.fa-mosquito::before {
  content: "\e52b";
}

.fa-star-of-david::before {
  content: "\f69a";
}

.fa-person-military-rifle::before {
  content: "\e54b";
}

.fa-cart-shopping::before {
  content: "\f07a";
}

.fa-shopping-cart::before {
  content: "\f07a";
}

.fa-vials::before {
  content: "\f493";
}

.fa-plug-circle-plus::before {
  content: "\e55f";
}

.fa-place-of-worship::before {
  content: "\f67f";
}

.fa-grip-vertical::before {
  content: "\f58e";
}

.fa-arrow-turn-up::before {
  content: "\f148";
}

.fa-level-up::before {
  content: "\f148";
}

.fa-u::before {
  content: "\55";
}

.fa-square-root-variable::before {
  content: "\f698";
}

.fa-square-root-alt::before {
  content: "\f698";
}

.fa-clock::before {
  content: "\f017";
}

.fa-clock-four::before {
  content: "\f017";
}

.fa-backward-step::before {
  content: "\f048";
}

.fa-step-backward::before {
  content: "\f048";
}

.fa-pallet::before {
  content: "\f482";
}

.fa-faucet::before {
  content: "\e005";
}

.fa-baseball-bat-ball::before {
  content: "\f432";
}

.fa-s::before {
  content: "\53";
}

.fa-timeline::before {
  content: "\e29c";
}

.fa-keyboard::before {
  content: "\f11c";
}

.fa-caret-down::before {
  content: "\f0d7";
}

.fa-house-chimney-medical::before {
  content: "\f7f2";
}

.fa-clinic-medical::before {
  content: "\f7f2";
}

.fa-temperature-three-quarters::before {
  content: "\f2c8";
}

.fa-temperature-3::before {
  content: "\f2c8";
}

.fa-thermometer-3::before {
  content: "\f2c8";
}

.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}

.fa-mobile-screen::before {
  content: "\f3cf";
}

.fa-mobile-android-alt::before {
  content: "\f3cf";
}

.fa-plane-up::before {
  content: "\e22d";
}

.fa-piggy-bank::before {
  content: "\f4d3";
}

.fa-battery-half::before {
  content: "\f242";
}

.fa-battery-3::before {
  content: "\f242";
}

.fa-mountain-city::before {
  content: "\e52e";
}

.fa-coins::before {
  content: "\f51e";
}

.fa-khanda::before {
  content: "\f66d";
}

.fa-sliders::before {
  content: "\f1de";
}

.fa-sliders-h::before {
  content: "\f1de";
}

.fa-folder-tree::before {
  content: "\f802";
}

.fa-network-wired::before {
  content: "\f6ff";
}

.fa-map-pin::before {
  content: "\f276";
}

.fa-hamsa::before {
  content: "\f665";
}

.fa-cent-sign::before {
  content: "\e3f5";
}

.fa-flask::before {
  content: "\f0c3";
}

.fa-person-pregnant::before {
  content: "\e31e";
}

.fa-wand-sparkles::before {
  content: "\f72b";
}

.fa-ellipsis-vertical::before {
  content: "\f142";
}

.fa-ellipsis-v::before {
  content: "\f142";
}

.fa-ticket::before {
  content: "\f145";
}

.fa-power-off::before {
  content: "\f011";
}

.fa-right-long::before {
  content: "\f30b";
}

.fa-long-arrow-alt-right::before {
  content: "\f30b";
}

.fa-flag-usa::before {
  content: "\f74d";
}

.fa-laptop-file::before {
  content: "\e51d";
}

.fa-tty::before {
  content: "\f1e4";
}

.fa-teletype::before {
  content: "\f1e4";
}

.fa-diagram-next::before {
  content: "\e476";
}

.fa-person-rifle::before {
  content: "\e54e";
}

.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}

.fa-closed-captioning::before {
  content: "\f20a";
}

.fa-person-hiking::before {
  content: "\f6ec";
}

.fa-hiking::before {
  content: "\f6ec";
}

.fa-venus-double::before {
  content: "\f226";
}

.fa-images::before {
  content: "\f302";
}

.fa-calculator::before {
  content: "\f1ec";
}

.fa-people-pulling::before {
  content: "\e535";
}

.fa-n::before {
  content: "\4e";
}

.fa-cable-car::before {
  content: "\f7da";
}

.fa-tram::before {
  content: "\f7da";
}

.fa-cloud-rain::before {
  content: "\f73d";
}

.fa-building-circle-xmark::before {
  content: "\e4d4";
}

.fa-ship::before {
  content: "\f21a";
}

.fa-arrows-down-to-line::before {
  content: "\e4b8";
}

.fa-download::before {
  content: "\f019";
}

.fa-face-grin::before {
  content: "\f580";
}

.fa-grin::before {
  content: "\f580";
}

.fa-delete-left::before {
  content: "\f55a";
}

.fa-backspace::before {
  content: "\f55a";
}

.fa-eye-dropper::before {
  content: "\f1fb";
}

.fa-eye-dropper-empty::before {
  content: "\f1fb";
}

.fa-eyedropper::before {
  content: "\f1fb";
}

.fa-file-circle-check::before {
  content: "\e5a0";
}

.fa-forward::before {
  content: "\f04e";
}

.fa-mobile::before {
  content: "\f3ce";
}

.fa-mobile-android::before {
  content: "\f3ce";
}

.fa-mobile-phone::before {
  content: "\f3ce";
}

.fa-face-meh::before {
  content: "\f11a";
}

.fa-meh::before {
  content: "\f11a";
}

.fa-align-center::before {
  content: "\f037";
}

.fa-book-skull::before {
  content: "\f6b7";
}

.fa-book-dead::before {
  content: "\f6b7";
}

.fa-id-card::before {
  content: "\f2c2";
}

.fa-drivers-license::before {
  content: "\f2c2";
}

.fa-outdent::before {
  content: "\f03b";
}

.fa-dedent::before {
  content: "\f03b";
}

.fa-heart-circle-exclamation::before {
  content: "\e4fe";
}

.fa-house::before {
  content: "\f015";
}

.fa-home::before {
  content: "\f015";
}

.fa-home-alt::before {
  content: "\f015";
}

.fa-home-lg-alt::before {
  content: "\f015";
}

.fa-calendar-week::before {
  content: "\f784";
}

.fa-laptop-medical::before {
  content: "\f812";
}

.fa-b::before {
  content: "\42";
}

.fa-file-medical::before {
  content: "\f477";
}

.fa-dice-one::before {
  content: "\f525";
}

.fa-kiwi-bird::before {
  content: "\f535";
}

.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}

.fa-exchange::before {
  content: "\f0ec";
}

.fa-rotate-right::before {
  content: "\f2f9";
}

.fa-redo-alt::before {
  content: "\f2f9";
}

.fa-rotate-forward::before {
  content: "\f2f9";
}

.fa-utensils::before {
  content: "\f2e7";
}

.fa-cutlery::before {
  content: "\f2e7";
}

.fa-arrow-up-wide-short::before {
  content: "\f161";
}

.fa-sort-amount-up::before {
  content: "\f161";
}

.fa-mill-sign::before {
  content: "\e1ed";
}

.fa-bowl-rice::before {
  content: "\e2eb";
}

.fa-skull::before {
  content: "\f54c";
}

.fa-tower-broadcast::before {
  content: "\f519";
}

.fa-broadcast-tower::before {
  content: "\f519";
}

.fa-truck-pickup::before {
  content: "\f63c";
}

.fa-up-long::before {
  content: "\f30c";
}

.fa-long-arrow-alt-up::before {
  content: "\f30c";
}

.fa-stop::before {
  content: "\f04d";
}

.fa-code-merge::before {
  content: "\f387";
}

.fa-upload::before {
  content: "\f093";
}

.fa-hurricane::before {
  content: "\f751";
}

.fa-mound::before {
  content: "\e52d";
}

.fa-toilet-portable::before {
  content: "\e583";
}

.fa-compact-disc::before {
  content: "\f51f";
}

.fa-file-arrow-down::before {
  content: "\f56d";
}

.fa-file-download::before {
  content: "\f56d";
}

.fa-caravan::before {
  content: "\f8ff";
}

.fa-shield-cat::before {
  content: "\e572";
}

.fa-bolt::before {
  content: "\f0e7";
}

.fa-zap::before {
  content: "\f0e7";
}

.fa-glass-water::before {
  content: "\e4f4";
}

.fa-oil-well::before {
  content: "\e532";
}

.fa-vault::before {
  content: "\e2c5";
}

.fa-mars::before {
  content: "\f222";
}

.fa-toilet::before {
  content: "\f7d8";
}

.fa-plane-circle-xmark::before {
  content: "\e557";
}

.fa-yen-sign::before {
  content: "\f157";
}

.fa-cny::before {
  content: "\f157";
}

.fa-jpy::before {
  content: "\f157";
}

.fa-rmb::before {
  content: "\f157";
}

.fa-yen::before {
  content: "\f157";
}

.fa-ruble-sign::before {
  content: "\f158";
}

.fa-rouble::before {
  content: "\f158";
}

.fa-rub::before {
  content: "\f158";
}

.fa-ruble::before {
  content: "\f158";
}

.fa-sun::before {
  content: "\f185";
}

.fa-guitar::before {
  content: "\f7a6";
}

.fa-face-laugh-wink::before {
  content: "\f59c";
}

.fa-laugh-wink::before {
  content: "\f59c";
}

.fa-horse-head::before {
  content: "\f7ab";
}

.fa-bore-hole::before {
  content: "\e4c3";
}

.fa-industry::before {
  content: "\f275";
}

.fa-circle-down::before {
  content: "\f358";
}

.fa-arrow-alt-circle-down::before {
  content: "\f358";
}

.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}

.fa-florin-sign::before {
  content: "\e184";
}

.fa-arrow-down-short-wide::before {
  content: "\f884";
}

.fa-sort-amount-desc::before {
  content: "\f884";
}

.fa-sort-amount-down-alt::before {
  content: "\f884";
}

.fa-less-than::before {
  content: "\3c";
}

.fa-angle-down::before {
  content: "\f107";
}

.fa-car-tunnel::before {
  content: "\e4de";
}

.fa-head-side-cough::before {
  content: "\e061";
}

.fa-grip-lines::before {
  content: "\f7a4";
}

.fa-thumbs-down::before {
  content: "\f165";
}

.fa-user-lock::before {
  content: "\f502";
}

.fa-arrow-right-long::before {
  content: "\f178";
}

.fa-long-arrow-right::before {
  content: "\f178";
}

.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}

.fa-ellipsis::before {
  content: "\f141";
}

.fa-ellipsis-h::before {
  content: "\f141";
}

.fa-chess-pawn::before {
  content: "\f443";
}

.fa-kit-medical::before {
  content: "\f479";
}

.fa-first-aid::before {
  content: "\f479";
}

.fa-person-through-window::before {
  content: "\e5a9";
}

.fa-toolbox::before {
  content: "\f552";
}

.fa-hands-holding-circle::before {
  content: "\e4fb";
}

.fa-bug::before {
  content: "\f188";
}

.fa-credit-card::before {
  content: "\f09d";
}

.fa-credit-card-alt::before {
  content: "\f09d";
}

.fa-car::before {
  content: "\f1b9";
}

.fa-automobile::before {
  content: "\f1b9";
}

.fa-hand-holding-hand::before {
  content: "\e4f7";
}

.fa-book-open-reader::before {
  content: "\f5da";
}

.fa-book-reader::before {
  content: "\f5da";
}

.fa-mountain-sun::before {
  content: "\e52f";
}

.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}

.fa-dice-d20::before {
  content: "\f6cf";
}

.fa-truck-droplet::before {
  content: "\e58c";
}

.fa-file-circle-xmark::before {
  content: "\e5a1";
}

.fa-temperature-arrow-up::before {
  content: "\e040";
}

.fa-temperature-up::before {
  content: "\e040";
}

.fa-medal::before {
  content: "\f5a2";
}

.fa-bed::before {
  content: "\f236";
}

.fa-square-h::before {
  content: "\f0fd";
}

.fa-h-square::before {
  content: "\f0fd";
}

.fa-podcast::before {
  content: "\f2ce";
}

.fa-temperature-full::before {
  content: "\f2c7";
}

.fa-temperature-4::before {
  content: "\f2c7";
}

.fa-thermometer-4::before {
  content: "\f2c7";
}

.fa-thermometer-full::before {
  content: "\f2c7";
}

.fa-bell::before {
  content: "\f0f3";
}

.fa-superscript::before {
  content: "\f12b";
}

.fa-plug-circle-xmark::before {
  content: "\e560";
}

.fa-star-of-life::before {
  content: "\f621";
}

.fa-phone-slash::before {
  content: "\f3dd";
}

.fa-paint-roller::before {
  content: "\f5aa";
}

.fa-handshake-angle::before {
  content: "\f4c4";
}

.fa-hands-helping::before {
  content: "\f4c4";
}

.fa-location-dot::before {
  content: "\f3c5";
}

.fa-map-marker-alt::before {
  content: "\f3c5";
}

.fa-file::before {
  content: "\f15b";
}

.fa-greater-than::before {
  content: "\3e";
}

.fa-person-swimming::before {
  content: "\f5c4";
}

.fa-swimmer::before {
  content: "\f5c4";
}

.fa-arrow-down::before {
  content: "\f063";
}

.fa-droplet::before {
  content: "\f043";
}

.fa-tint::before {
  content: "\f043";
}

.fa-eraser::before {
  content: "\f12d";
}

.fa-earth-americas::before {
  content: "\f57d";
}

.fa-earth::before {
  content: "\f57d";
}

.fa-earth-america::before {
  content: "\f57d";
}

.fa-globe-americas::before {
  content: "\f57d";
}

.fa-person-burst::before {
  content: "\e53b";
}

.fa-dove::before {
  content: "\f4ba";
}

.fa-battery-empty::before {
  content: "\f244";
}

.fa-battery-0::before {
  content: "\f244";
}

.fa-socks::before {
  content: "\f696";
}

.fa-inbox::before {
  content: "\f01c";
}

.fa-section::before {
  content: "\e447";
}

.fa-gauge-high::before {
  content: "\f625";
}

.fa-tachometer-alt::before {
  content: "\f625";
}

.fa-tachometer-alt-fast::before {
  content: "\f625";
}

.fa-envelope-open-text::before {
  content: "\f658";
}

.fa-hospital::before {
  content: "\f0f8";
}

.fa-hospital-alt::before {
  content: "\f0f8";
}

.fa-hospital-wide::before {
  content: "\f0f8";
}

.fa-wine-bottle::before {
  content: "\f72f";
}

.fa-chess-rook::before {
  content: "\f447";
}

.fa-bars-staggered::before {
  content: "\f550";
}

.fa-reorder::before {
  content: "\f550";
}

.fa-stream::before {
  content: "\f550";
}

.fa-dharmachakra::before {
  content: "\f655";
}

.fa-hotdog::before {
  content: "\f80f";
}

.fa-person-walking-with-cane::before {
  content: "\f29d";
}

.fa-blind::before {
  content: "\f29d";
}

.fa-drum::before {
  content: "\f569";
}

.fa-ice-cream::before {
  content: "\f810";
}

.fa-heart-circle-bolt::before {
  content: "\e4fc";
}

.fa-fax::before {
  content: "\f1ac";
}

.fa-paragraph::before {
  content: "\f1dd";
}

.fa-check-to-slot::before {
  content: "\f772";
}

.fa-vote-yea::before {
  content: "\f772";
}

.fa-star-half::before {
  content: "\f089";
}

.fa-boxes-stacked::before {
  content: "\f468";
}

.fa-boxes::before {
  content: "\f468";
}

.fa-boxes-alt::before {
  content: "\f468";
}

.fa-link::before {
  content: "\f0c1";
}

.fa-chain::before {
  content: "\f0c1";
}

.fa-ear-listen::before {
  content: "\f2a2";
}

.fa-assistive-listening-systems::before {
  content: "\f2a2";
}

.fa-tree-city::before {
  content: "\e587";
}

.fa-play::before {
  content: "\f04b";
}

.fa-font::before {
  content: "\f031";
}

.fa-table-cells-row-lock::before {
  content: "\e67a";
}

.fa-rupiah-sign::before {
  content: "\e23d";
}

.fa-magnifying-glass::before {
  content: "\f002";
}

.fa-search::before {
  content: "\f002";
}

.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}

.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}

.fa-table-tennis::before {
  content: "\f45d";
}

.fa-person-dots-from-line::before {
  content: "\f470";
}

.fa-diagnoses::before {
  content: "\f470";
}

.fa-trash-can-arrow-up::before {
  content: "\f82a";
}

.fa-trash-restore-alt::before {
  content: "\f82a";
}

.fa-naira-sign::before {
  content: "\e1f6";
}

.fa-cart-arrow-down::before {
  content: "\f218";
}

.fa-walkie-talkie::before {
  content: "\f8ef";
}

.fa-file-pen::before {
  content: "\f31c";
}

.fa-file-edit::before {
  content: "\f31c";
}

.fa-receipt::before {
  content: "\f543";
}

.fa-square-pen::before {
  content: "\f14b";
}

.fa-pen-square::before {
  content: "\f14b";
}

.fa-pencil-square::before {
  content: "\f14b";
}

.fa-suitcase-rolling::before {
  content: "\f5c1";
}

.fa-person-circle-exclamation::before {
  content: "\e53f";
}

.fa-chevron-down::before {
  content: "\f078";
}

.fa-battery-full::before {
  content: "\f240";
}

.fa-battery::before {
  content: "\f240";
}

.fa-battery-5::before {
  content: "\f240";
}

.fa-skull-crossbones::before {
  content: "\f714";
}

.fa-code-compare::before {
  content: "\e13a";
}

.fa-list-ul::before {
  content: "\f0ca";
}

.fa-list-dots::before {
  content: "\f0ca";
}

.fa-school-lock::before {
  content: "\e56f";
}

.fa-tower-cell::before {
  content: "\e585";
}

.fa-down-long::before {
  content: "\f309";
}

.fa-long-arrow-alt-down::before {
  content: "\f309";
}

.fa-ranking-star::before {
  content: "\e561";
}

.fa-chess-king::before {
  content: "\f43f";
}

.fa-person-harassing::before {
  content: "\e549";
}

.fa-brazilian-real-sign::before {
  content: "\e46c";
}

.fa-landmark-dome::before {
  content: "\f752";
}

.fa-landmark-alt::before {
  content: "\f752";
}

.fa-arrow-up::before {
  content: "\f062";
}

.fa-tv::before {
  content: "\f26c";
}

.fa-television::before {
  content: "\f26c";
}

.fa-tv-alt::before {
  content: "\f26c";
}

.fa-shrimp::before {
  content: "\e448";
}

.fa-list-check::before {
  content: "\f0ae";
}

.fa-tasks::before {
  content: "\f0ae";
}

.fa-jug-detergent::before {
  content: "\e519";
}

.fa-circle-user::before {
  content: "\f2bd";
}

.fa-user-circle::before {
  content: "\f2bd";
}

.fa-user-shield::before {
  content: "\f505";
}

.fa-wind::before {
  content: "\f72e";
}

.fa-car-burst::before {
  content: "\f5e1";
}

.fa-car-crash::before {
  content: "\f5e1";
}

.fa-y::before {
  content: "\59";
}

.fa-person-snowboarding::before {
  content: "\f7ce";
}

.fa-snowboarding::before {
  content: "\f7ce";
}

.fa-truck-fast::before {
  content: "\f48b";
}

.fa-shipping-fast::before {
  content: "\f48b";
}

.fa-fish::before {
  content: "\f578";
}

.fa-user-graduate::before {
  content: "\f501";
}

.fa-circle-half-stroke::before {
  content: "\f042";
}

.fa-adjust::before {
  content: "\f042";
}

.fa-clapperboard::before {
  content: "\e131";
}

.fa-circle-radiation::before {
  content: "\f7ba";
}

.fa-radiation-alt::before {
  content: "\f7ba";
}

.fa-baseball::before {
  content: "\f433";
}

.fa-baseball-ball::before {
  content: "\f433";
}

.fa-jet-fighter-up::before {
  content: "\e518";
}

.fa-diagram-project::before {
  content: "\f542";
}

.fa-project-diagram::before {
  content: "\f542";
}

.fa-copy::before {
  content: "\f0c5";
}

.fa-volume-xmark::before {
  content: "\f6a9";
}

.fa-volume-mute::before {
  content: "\f6a9";
}

.fa-volume-times::before {
  content: "\f6a9";
}

.fa-hand-sparkles::before {
  content: "\e05d";
}

.fa-grip::before {
  content: "\f58d";
}

.fa-grip-horizontal::before {
  content: "\f58d";
}

.fa-share-from-square::before {
  content: "\f14d";
}

.fa-share-square::before {
  content: "\f14d";
}

.fa-child-combatant::before {
  content: "\e4e0";
}

.fa-child-rifle::before {
  content: "\e4e0";
}

.fa-gun::before {
  content: "\e19b";
}

.fa-square-phone::before {
  content: "\f098";
}

.fa-phone-square::before {
  content: "\f098";
}

.fa-plus::before {
  content: "\2b";
}

.fa-add::before {
  content: "\2b";
}

.fa-expand::before {
  content: "\f065";
}

.fa-computer::before {
  content: "\e4e5";
}

.fa-xmark::before {
  content: "\f00d";
}

.fa-close::before {
  content: "\f00d";
}

.fa-multiply::before {
  content: "\f00d";
}

.fa-remove::before {
  content: "\f00d";
}

.fa-times::before {
  content: "\f00d";
}

.fa-arrows-up-down-left-right::before {
  content: "\f047";
}

.fa-arrows::before {
  content: "\f047";
}

.fa-chalkboard-user::before {
  content: "\f51c";
}

.fa-chalkboard-teacher::before {
  content: "\f51c";
}

.fa-peso-sign::before {
  content: "\e222";
}

.fa-building-shield::before {
  content: "\e4d8";
}

.fa-baby::before {
  content: "\f77c";
}

.fa-users-line::before {
  content: "\e592";
}

.fa-quote-left::before {
  content: "\f10d";
}

.fa-quote-left-alt::before {
  content: "\f10d";
}

.fa-tractor::before {
  content: "\f722";
}

.fa-trash-arrow-up::before {
  content: "\f829";
}

.fa-trash-restore::before {
  content: "\f829";
}

.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}

.fa-lines-leaning::before {
  content: "\e51e";
}

.fa-ruler-combined::before {
  content: "\f546";
}

.fa-copyright::before {
  content: "\f1f9";
}

.fa-equals::before {
  content: "\3d";
}

.fa-blender::before {
  content: "\f517";
}

.fa-teeth::before {
  content: "\f62e";
}

.fa-shekel-sign::before {
  content: "\f20b";
}

.fa-ils::before {
  content: "\f20b";
}

.fa-shekel::before {
  content: "\f20b";
}

.fa-sheqel::before {
  content: "\f20b";
}

.fa-sheqel-sign::before {
  content: "\f20b";
}

.fa-map::before {
  content: "\f279";
}

.fa-rocket::before {
  content: "\f135";
}

.fa-photo-film::before {
  content: "\f87c";
}

.fa-photo-video::before {
  content: "\f87c";
}

.fa-folder-minus::before {
  content: "\f65d";
}

.fa-store::before {
  content: "\f54e";
}

.fa-arrow-trend-up::before {
  content: "\e098";
}

.fa-plug-circle-minus::before {
  content: "\e55e";
}

.fa-sign-hanging::before {
  content: "\f4d9";
}

.fa-sign::before {
  content: "\f4d9";
}

.fa-bezier-curve::before {
  content: "\f55b";
}

.fa-bell-slash::before {
  content: "\f1f6";
}

.fa-tablet::before {
  content: "\f3fb";
}

.fa-tablet-android::before {
  content: "\f3fb";
}

.fa-school-flag::before {
  content: "\e56e";
}

.fa-fill::before {
  content: "\f575";
}

.fa-angle-up::before {
  content: "\f106";
}

.fa-drumstick-bite::before {
  content: "\f6d7";
}

.fa-holly-berry::before {
  content: "\f7aa";
}

.fa-chevron-left::before {
  content: "\f053";
}

.fa-bacteria::before {
  content: "\e059";
}

.fa-hand-lizard::before {
  content: "\f258";
}

.fa-notdef::before {
  content: "\e1fe";
}

.fa-disease::before {
  content: "\f7fa";
}

.fa-briefcase-medical::before {
  content: "\f469";
}

.fa-genderless::before {
  content: "\f22d";
}

.fa-chevron-right::before {
  content: "\f054";
}

.fa-retweet::before {
  content: "\f079";
}

.fa-car-rear::before {
  content: "\f5de";
}

.fa-car-alt::before {
  content: "\f5de";
}

.fa-pump-soap::before {
  content: "\e06b";
}

.fa-video-slash::before {
  content: "\f4e2";
}

.fa-battery-quarter::before {
  content: "\f243";
}

.fa-battery-2::before {
  content: "\f243";
}

.fa-radio::before {
  content: "\f8d7";
}

.fa-baby-carriage::before {
  content: "\f77d";
}

.fa-carriage-baby::before {
  content: "\f77d";
}

.fa-traffic-light::before {
  content: "\f637";
}

.fa-thermometer::before {
  content: "\f491";
}

.fa-vr-cardboard::before {
  content: "\f729";
}

.fa-hand-middle-finger::before {
  content: "\f806";
}

.fa-percent::before {
  content: "\25";
}

.fa-percentage::before {
  content: "\25";
}

.fa-truck-moving::before {
  content: "\f4df";
}

.fa-glass-water-droplet::before {
  content: "\e4f5";
}

.fa-display::before {
  content: "\e163";
}

.fa-face-smile::before {
  content: "\f118";
}

.fa-smile::before {
  content: "\f118";
}

.fa-thumbtack::before {
  content: "\f08d";
}

.fa-thumb-tack::before {
  content: "\f08d";
}

.fa-trophy::before {
  content: "\f091";
}

.fa-person-praying::before {
  content: "\f683";
}

.fa-pray::before {
  content: "\f683";
}

.fa-hammer::before {
  content: "\f6e3";
}

.fa-hand-peace::before {
  content: "\f25b";
}

.fa-rotate::before {
  content: "\f2f1";
}

.fa-sync-alt::before {
  content: "\f2f1";
}

.fa-spinner::before {
  content: "\f110";
}

.fa-robot::before {
  content: "\f544";
}

.fa-peace::before {
  content: "\f67c";
}

.fa-gears::before {
  content: "\f085";
}

.fa-cogs::before {
  content: "\f085";
}

.fa-warehouse::before {
  content: "\f494";
}

.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}

.fa-splotch::before {
  content: "\f5bc";
}

.fa-face-grin-hearts::before {
  content: "\f584";
}

.fa-grin-hearts::before {
  content: "\f584";
}

.fa-dice-four::before {
  content: "\f524";
}

.fa-sim-card::before {
  content: "\f7c4";
}

.fa-transgender::before {
  content: "\f225";
}

.fa-transgender-alt::before {
  content: "\f225";
}

.fa-mercury::before {
  content: "\f223";
}

.fa-arrow-turn-down::before {
  content: "\f149";
}

.fa-level-down::before {
  content: "\f149";
}

.fa-person-falling-burst::before {
  content: "\e547";
}

.fa-award::before {
  content: "\f559";
}

.fa-ticket-simple::before {
  content: "\f3ff";
}

.fa-ticket-alt::before {
  content: "\f3ff";
}

.fa-building::before {
  content: "\f1ad";
}

.fa-angles-left::before {
  content: "\f100";
}

.fa-angle-double-left::before {
  content: "\f100";
}

.fa-qrcode::before {
  content: "\f029";
}

.fa-clock-rotate-left::before {
  content: "\f1da";
}

.fa-history::before {
  content: "\f1da";
}

.fa-face-grin-beam-sweat::before {
  content: "\f583";
}

.fa-grin-beam-sweat::before {
  content: "\f583";
}

.fa-file-export::before {
  content: "\f56e";
}

.fa-arrow-right-from-file::before {
  content: "\f56e";
}

.fa-shield::before {
  content: "\f132";
}

.fa-shield-blank::before {
  content: "\f132";
}

.fa-arrow-up-short-wide::before {
  content: "\f885";
}

.fa-sort-amount-up-alt::before {
  content: "\f885";
}

.fa-house-medical::before {
  content: "\e3b2";
}

.fa-golf-ball-tee::before {
  content: "\f450";
}

.fa-golf-ball::before {
  content: "\f450";
}

.fa-circle-chevron-left::before {
  content: "\f137";
}

.fa-chevron-circle-left::before {
  content: "\f137";
}

.fa-house-chimney-window::before {
  content: "\e00d";
}

.fa-pen-nib::before {
  content: "\f5ad";
}

.fa-tent-arrow-turn-left::before {
  content: "\e580";
}

.fa-tents::before {
  content: "\e582";
}

.fa-wand-magic::before {
  content: "\f0d0";
}

.fa-magic::before {
  content: "\f0d0";
}

.fa-dog::before {
  content: "\f6d3";
}

.fa-carrot::before {
  content: "\f787";
}

.fa-moon::before {
  content: "\f186";
}

.fa-wine-glass-empty::before {
  content: "\f5ce";
}

.fa-wine-glass-alt::before {
  content: "\f5ce";
}

.fa-cheese::before {
  content: "\f7ef";
}

.fa-yin-yang::before {
  content: "\f6ad";
}

.fa-music::before {
  content: "\f001";
}

.fa-code-commit::before {
  content: "\f386";
}

.fa-temperature-low::before {
  content: "\f76b";
}

.fa-person-biking::before {
  content: "\f84a";
}

.fa-biking::before {
  content: "\f84a";
}

.fa-broom::before {
  content: "\f51a";
}

.fa-shield-heart::before {
  content: "\e574";
}

.fa-gopuram::before {
  content: "\f664";
}

.fa-earth-oceania::before {
  content: "\e47b";
}

.fa-globe-oceania::before {
  content: "\e47b";
}

.fa-square-xmark::before {
  content: "\f2d3";
}

.fa-times-square::before {
  content: "\f2d3";
}

.fa-xmark-square::before {
  content: "\f2d3";
}

.fa-hashtag::before {
  content: "\23";
}

.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}

.fa-expand-alt::before {
  content: "\f424";
}

.fa-oil-can::before {
  content: "\f613";
}

.fa-t::before {
  content: "\54";
}

.fa-hippo::before {
  content: "\f6ed";
}

.fa-chart-column::before {
  content: "\e0e3";
}

.fa-infinity::before {
  content: "\f534";
}

.fa-vial-circle-check::before {
  content: "\e596";
}

.fa-person-arrow-down-to-line::before {
  content: "\e538";
}

.fa-voicemail::before {
  content: "\f897";
}

.fa-fan::before {
  content: "\f863";
}

.fa-person-walking-luggage::before {
  content: "\e554";
}

.fa-up-down::before {
  content: "\f338";
}

.fa-arrows-alt-v::before {
  content: "\f338";
}

.fa-cloud-moon-rain::before {
  content: "\f73c";
}

.fa-calendar::before {
  content: "\f133";
}

.fa-trailer::before {
  content: "\e041";
}

.fa-bahai::before {
  content: "\f666";
}

.fa-haykal::before {
  content: "\f666";
}

.fa-sd-card::before {
  content: "\f7c2";
}

.fa-dragon::before {
  content: "\f6d5";
}

.fa-shoe-prints::before {
  content: "\f54b";
}

.fa-circle-plus::before {
  content: "\f055";
}

.fa-plus-circle::before {
  content: "\f055";
}

.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-hand-holding::before {
  content: "\f4bd";
}

.fa-plug-circle-exclamation::before {
  content: "\e55d";
}

.fa-link-slash::before {
  content: "\f127";
}

.fa-chain-broken::before {
  content: "\f127";
}

.fa-chain-slash::before {
  content: "\f127";
}

.fa-unlink::before {
  content: "\f127";
}

.fa-clone::before {
  content: "\f24d";
}

.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}

.fa-arrow-up-z-a::before {
  content: "\f882";
}

.fa-sort-alpha-up-alt::before {
  content: "\f882";
}

.fa-fire-flame-curved::before {
  content: "\f7e4";
}

.fa-fire-alt::before {
  content: "\f7e4";
}

.fa-tornado::before {
  content: "\f76f";
}

.fa-file-circle-plus::before {
  content: "\e494";
}

.fa-book-quran::before {
  content: "\f687";
}

.fa-quran::before {
  content: "\f687";
}

.fa-anchor::before {
  content: "\f13d";
}

.fa-border-all::before {
  content: "\f84c";
}

.fa-face-angry::before {
  content: "\f556";
}

.fa-angry::before {
  content: "\f556";
}

.fa-cookie-bite::before {
  content: "\f564";
}

.fa-arrow-trend-down::before {
  content: "\e097";
}

.fa-rss::before {
  content: "\f09e";
}

.fa-feed::before {
  content: "\f09e";
}

.fa-draw-polygon::before {
  content: "\f5ee";
}

.fa-scale-balanced::before {
  content: "\f24e";
}

.fa-balance-scale::before {
  content: "\f24e";
}

.fa-gauge-simple-high::before {
  content: "\f62a";
}

.fa-tachometer::before {
  content: "\f62a";
}

.fa-tachometer-fast::before {
  content: "\f62a";
}

.fa-shower::before {
  content: "\f2cc";
}

.fa-desktop::before {
  content: "\f390";
}

.fa-desktop-alt::before {
  content: "\f390";
}

.fa-m::before {
  content: "\4d";
}

.fa-table-list::before {
  content: "\f00b";
}

.fa-th-list::before {
  content: "\f00b";
}

.fa-comment-sms::before {
  content: "\f7cd";
}

.fa-sms::before {
  content: "\f7cd";
}

.fa-book::before {
  content: "\f02d";
}

.fa-user-plus::before {
  content: "\f234";
}

.fa-check::before {
  content: "\f00c";
}

.fa-battery-three-quarters::before {
  content: "\f241";
}

.fa-battery-4::before {
  content: "\f241";
}

.fa-house-circle-check::before {
  content: "\e509";
}

.fa-angle-left::before {
  content: "\f104";
}

.fa-diagram-successor::before {
  content: "\e47a";
}

.fa-truck-arrow-right::before {
  content: "\e58b";
}

.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}

.fa-hand-fist::before {
  content: "\f6de";
}

.fa-fist-raised::before {
  content: "\f6de";
}

.fa-cloud-moon::before {
  content: "\f6c3";
}

.fa-briefcase::before {
  content: "\f0b1";
}

.fa-person-falling::before {
  content: "\e546";
}

.fa-image-portrait::before {
  content: "\f3e0";
}

.fa-portrait::before {
  content: "\f3e0";
}

.fa-user-tag::before {
  content: "\f507";
}

.fa-rug::before {
  content: "\e569";
}

.fa-earth-europe::before {
  content: "\f7a2";
}

.fa-globe-europe::before {
  content: "\f7a2";
}

.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}

.fa-luggage-cart::before {
  content: "\f59d";
}

.fa-rectangle-xmark::before {
  content: "\f410";
}

.fa-rectangle-times::before {
  content: "\f410";
}

.fa-times-rectangle::before {
  content: "\f410";
}

.fa-window-close::before {
  content: "\f410";
}

.fa-baht-sign::before {
  content: "\e0ac";
}

.fa-book-open::before {
  content: "\f518";
}

.fa-book-journal-whills::before {
  content: "\f66a";
}

.fa-journal-whills::before {
  content: "\f66a";
}

.fa-handcuffs::before {
  content: "\e4f8";
}

.fa-triangle-exclamation::before {
  content: "\f071";
}

.fa-exclamation-triangle::before {
  content: "\f071";
}

.fa-warning::before {
  content: "\f071";
}

.fa-database::before {
  content: "\f1c0";
}

.fa-share::before {
  content: "\f064";
}

.fa-mail-forward::before {
  content: "\f064";
}

.fa-bottle-droplet::before {
  content: "\e4c4";
}

.fa-mask-face::before {
  content: "\e1d7";
}

.fa-hill-rockslide::before {
  content: "\e508";
}

.fa-right-left::before {
  content: "\f362";
}

.fa-exchange-alt::before {
  content: "\f362";
}

.fa-paper-plane::before {
  content: "\f1d8";
}

.fa-road-circle-exclamation::before {
  content: "\e565";
}

.fa-dungeon::before {
  content: "\f6d9";
}

.fa-align-right::before {
  content: "\f038";
}

.fa-money-bill-1-wave::before {
  content: "\f53b";
}

.fa-money-bill-wave-alt::before {
  content: "\f53b";
}

.fa-life-ring::before {
  content: "\f1cd";
}

.fa-hands::before {
  content: "\f2a7";
}

.fa-sign-language::before {
  content: "\f2a7";
}

.fa-signing::before {
  content: "\f2a7";
}

.fa-calendar-day::before {
  content: "\f783";
}

.fa-water-ladder::before {
  content: "\f5c5";
}

.fa-ladder-water::before {
  content: "\f5c5";
}

.fa-swimming-pool::before {
  content: "\f5c5";
}

.fa-arrows-up-down::before {
  content: "\f07d";
}

.fa-arrows-v::before {
  content: "\f07d";
}

.fa-face-grimace::before {
  content: "\f57f";
}

.fa-grimace::before {
  content: "\f57f";
}

.fa-wheelchair-move::before {
  content: "\e2ce";
}

.fa-wheelchair-alt::before {
  content: "\e2ce";
}

.fa-turn-down::before {
  content: "\f3be";
}

.fa-level-down-alt::before {
  content: "\f3be";
}

.fa-person-walking-arrow-right::before {
  content: "\e552";
}

.fa-square-envelope::before {
  content: "\f199";
}

.fa-envelope-square::before {
  content: "\f199";
}

.fa-dice::before {
  content: "\f522";
}

.fa-bowling-ball::before {
  content: "\f436";
}

.fa-brain::before {
  content: "\f5dc";
}

.fa-bandage::before {
  content: "\f462";
}

.fa-band-aid::before {
  content: "\f462";
}

.fa-calendar-minus::before {
  content: "\f272";
}

.fa-circle-xmark::before {
  content: "\f057";
}

.fa-times-circle::before {
  content: "\f057";
}

.fa-xmark-circle::before {
  content: "\f057";
}

.fa-gifts::before {
  content: "\f79c";
}

.fa-hotel::before {
  content: "\f594";
}

.fa-earth-asia::before {
  content: "\f57e";
}

.fa-globe-asia::before {
  content: "\f57e";
}

.fa-id-card-clip::before {
  content: "\f47f";
}

.fa-id-card-alt::before {
  content: "\f47f";
}

.fa-magnifying-glass-plus::before {
  content: "\f00e";
}

.fa-search-plus::before {
  content: "\f00e";
}

.fa-thumbs-up::before {
  content: "\f164";
}

.fa-user-clock::before {
  content: "\f4fd";
}

.fa-hand-dots::before {
  content: "\f461";
}

.fa-allergies::before {
  content: "\f461";
}

.fa-file-invoice::before {
  content: "\f570";
}

.fa-window-minimize::before {
  content: "\f2d1";
}

.fa-mug-saucer::before {
  content: "\f0f4";
}

.fa-coffee::before {
  content: "\f0f4";
}

.fa-brush::before {
  content: "\f55d";
}

.fa-mask::before {
  content: "\f6fa";
}

.fa-magnifying-glass-minus::before {
  content: "\f010";
}

.fa-search-minus::before {
  content: "\f010";
}

.fa-ruler-vertical::before {
  content: "\f548";
}

.fa-user-large::before {
  content: "\f406";
}

.fa-user-alt::before {
  content: "\f406";
}

.fa-train-tram::before {
  content: "\e5b4";
}

.fa-user-nurse::before {
  content: "\f82f";
}

.fa-syringe::before {
  content: "\f48e";
}

.fa-cloud-sun::before {
  content: "\f6c4";
}

.fa-stopwatch-20::before {
  content: "\e06f";
}

.fa-square-full::before {
  content: "\f45c";
}

.fa-magnet::before {
  content: "\f076";
}

.fa-jar::before {
  content: "\e516";
}

.fa-note-sticky::before {
  content: "\f249";
}

.fa-sticky-note::before {
  content: "\f249";
}

.fa-bug-slash::before {
  content: "\e490";
}

.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}

.fa-bone::before {
  content: "\f5d7";
}

.fa-user-injured::before {
  content: "\f728";
}

.fa-face-sad-tear::before {
  content: "\f5b4";
}

.fa-sad-tear::before {
  content: "\f5b4";
}

.fa-plane::before {
  content: "\f072";
}

.fa-tent-arrows-down::before {
  content: "\e581";
}

.fa-exclamation::before {
  content: "\21";
}

.fa-arrows-spin::before {
  content: "\e4bb";
}

.fa-print::before {
  content: "\f02f";
}

.fa-turkish-lira-sign::before {
  content: "\e2bb";
}

.fa-try::before {
  content: "\e2bb";
}

.fa-turkish-lira::before {
  content: "\e2bb";
}

.fa-dollar-sign::before {
  content: "\24";
}

.fa-dollar::before {
  content: "\24";
}

.fa-usd::before {
  content: "\24";
}

.fa-x::before {
  content: "\58";
}

.fa-magnifying-glass-dollar::before {
  content: "\f688";
}

.fa-search-dollar::before {
  content: "\f688";
}

.fa-users-gear::before {
  content: "\f509";
}

.fa-users-cog::before {
  content: "\f509";
}

.fa-person-military-pointing::before {
  content: "\e54a";
}

.fa-building-columns::before {
  content: "\f19c";
}

.fa-bank::before {
  content: "\f19c";
}

.fa-institution::before {
  content: "\f19c";
}

.fa-museum::before {
  content: "\f19c";
}

.fa-university::before {
  content: "\f19c";
}

.fa-umbrella::before {
  content: "\f0e9";
}

.fa-trowel::before {
  content: "\e589";
}

.fa-d::before {
  content: "\44";
}

.fa-stapler::before {
  content: "\e5af";
}

.fa-masks-theater::before {
  content: "\f630";
}

.fa-theater-masks::before {
  content: "\f630";
}

.fa-kip-sign::before {
  content: "\e1c4";
}

.fa-hand-point-left::before {
  content: "\f0a5";
}

.fa-handshake-simple::before {
  content: "\f4c6";
}

.fa-handshake-alt::before {
  content: "\f4c6";
}

.fa-jet-fighter::before {
  content: "\f0fb";
}

.fa-fighter-jet::before {
  content: "\f0fb";
}

.fa-square-share-nodes::before {
  content: "\f1e1";
}

.fa-share-alt-square::before {
  content: "\f1e1";
}

.fa-barcode::before {
  content: "\f02a";
}

.fa-plus-minus::before {
  content: "\e43c";
}

.fa-video::before {
  content: "\f03d";
}

.fa-video-camera::before {
  content: "\f03d";
}

.fa-graduation-cap::before {
  content: "\f19d";
}

.fa-mortar-board::before {
  content: "\f19d";
}

.fa-hand-holding-medical::before {
  content: "\e05c";
}

.fa-person-circle-check::before {
  content: "\e53e";
}

.fa-turn-up::before {
  content: "\f3bf";
}

.fa-level-up-alt::before {
  content: "\f3bf";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

:root,
:host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets/cuba/fonts/font-awesome/fa-brands-400.woff2") format("woff2"), url("/assets/cuba/fonts/font-awesome/fa-brands-400.ttf") format("truetype");
}

.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-aws:before {
  content: "\f375";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-pixiv:before {
  content: "\e640";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-modx:before {
  content: "\f285";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-square-js:before {
  content: "\f3b9";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-jxl:before {
  content: "\e67b";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-unity:before {
  content: "\e049";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-vk:before {
  content: "\f189";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-square-reddit:before {
  content: "\f1a2";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-square-font-awesome:before {
  content: "\e5ad";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-brave:before {
  content: "\e63c";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-square-instagram:before {
  content: "\e055";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-square-hacker-news:before {
  content: "\f3af";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-edge:before {
  content: "\f282";
}

.fa-threads:before {
  content: "\e618";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-square-snapchat:before {
  content: "\f2ad";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-safari:before {
  content: "\f267";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-square-viadeo:before {
  content: "\f2aa";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-centos:before {
  content: "\f789";
}

.fa-adn:before {
  content: "\f170";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-opensuse:before {
  content: "\e62b";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-square-dribbble:before {
  content: "\f397";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-node:before {
  content: "\f419";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-debian:before {
  content: "\e60b";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-square-twitter:before {
  content: "\f081";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-golang:before {
  content: "\e40f";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-square-kickstarter:before {
  content: "\f3bb";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-square-youtube:before {
  content: "\f431";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-nfc-directional:before {
  content: "\e530";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-meta:before {
  content: "\e49b";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-square-letterboxd:before {
  content: "\e62e";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-hips:before {
  content: "\f452";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-discord:before {
  content: "\f392";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-shoelace:before {
  content: "\e60c";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-square-steam:before {
  content: "\f1b7";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-square-vimeo:before {
  content: "\f194";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-flag:before {
  content: "\f2b4";
}

.fa-font-awesome-logo-full:before {
  content: "\f2b4";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-apple:before {
  content: "\f179";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-padlet:before {
  content: "\e4a0";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-square-github:before {
  content: "\f092";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-neos:before {
  content: "\f612";
}

.fa-square-threads:before {
  content: "\e619";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-angular:before {
  content: "\f420";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envira:before {
  content: "\f299";
}

.fa-google-scholar:before {
  content: "\e63b";
}

.fa-square-gitlab:before {
  content: "\e5ae";
}

.fa-gitlab-square:before {
  content: "\e5ae";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-square-odnoklassniki:before {
  content: "\f264";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-sith:before {
  content: "\f512";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-hashnode:before {
  content: "\e499";
}

.fa-react:before {
  content: "\f41b";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-gg:before {
  content: "\f260";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-square-pinterest:before {
  content: "\f0d3";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-xing:before {
  content: "\f168";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-less:before {
  content: "\f41d";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-signal-messenger:before {
  content: "\e663";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-nfc-symbol:before {
  content: "\e531";
}

.fa-mintbit:before {
  content: "\e62f";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-brave-reverse:before {
  content: "\e63d";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-square-google-plus:before {
  content: "\f0d4";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-web-awesome:before {
  content: "\e682";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-square-xing:before {
  content: "\f169";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-fly:before {
  content: "\f417";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-viber:before {
  content: "\f409";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-letterboxd:before {
  content: "\e62d";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-audible:before {
  content: "\f373";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-bilibili:before {
  content: "\e3d9";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-x-twitter:before {
  content: "\e61b";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-42-group:before {
  content: "\e080";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-square-pied-piper:before {
  content: "\e01e";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-square-web-awesome-stroke:before {
  content: "\e684";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-square-facebook:before {
  content: "\f082";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-square-lastfm:before {
  content: "\f203";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-figma:before {
  content: "\f799";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-cmplid:before {
  content: "\e360";
}

.fa-upwork:before {
  content: "\e641";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-square-upwork:before {
  content: "\e67c";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-docker:before {
  content: "\f395";
}

.fa-screenpal:before {
  content: "\e570";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-square-web-awesome:before {
  content: "\e683";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-wirsindhandwerk:before {
  content: "\e2d0";
}

.fa-wsh:before {
  content: "\e2d0";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-apper:before {
  content: "\f371";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-bluesky:before {
  content: "\e671";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ab";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-square-behance:before {
  content: "\f1b5";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-webflow:before {
  content: "\e65c";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-space-awesome:before {
  content: "\e5ac";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-square-git:before {
  content: "\f1d2";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-square-tumblr:before {
  content: "\f174";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-trello:before {
  content: "\f181";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-android:before {
  content: "\f17b";
}

.fa-bots:before {
  content: "\e340";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-uber:before {
  content: "\f402";
}

.fa-github:before {
  content: "\f09b";
}

.fa-php:before {
  content: "\f457";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-stubber:before {
  content: "\e5c7";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f2c6";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-odysee:before {
  content: "\e5c6";
}

.fa-square-whatsapp:before {
  content: "\f40c";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f198";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-usb:before {
  content: "\f287";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-square-x-twitter:before {
  content: "\e61a";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f23a";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-sitrox:before {
  content: "\e44a";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-strava:before {
  content: "\f428";
}

.fa-ember:before {
  content: "\f423";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-zhihu:before {
  content: "\f63f";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-pix:before {
  content: "\e43a";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

:root,
:host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free';
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets/cuba/fonts/font-awesome/fa-regular-400.woff2") format("woff2"), url("/assets/cuba/fonts/font-awesome/fa-regular-400.ttf") format("truetype");
}

.far,
.fa-regular {
  font-weight: 400;
}

:root,
:host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/assets/cuba/fonts/font-awesome/fa-solid-900.woff2") format("woff2"), url("/assets/cuba/fonts/font-awesome/fa-solid-900.ttf") format("truetype");
}

.fas,
.fa-solid {
  font-weight: 900;
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-display: block;
  font-weight: 400;
  src: url("/assets/cuba/fonts/font-awesome/fa-brands-400.woff2") format("woff2"), url("/assets/cuba/fonts/font-awesome/fa-brands-400.ttf") format("truetype");
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 900;
  src: url("/assets/cuba/fonts/font-awesome/fa-solid-900.woff2") format("woff2"), url("/assets/cuba/fonts/font-awesome/fa-solid-900.ttf") format("truetype");
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 400;
  src: url("/assets/cuba/fonts/font-awesome/fa-regular-400.woff2") format("woff2"), url("/assets/cuba/fonts/font-awesome/fa-regular-400.ttf") format("truetype");
}

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("/assets/cuba/fonts/font-awesome/fa-solid-900.woff2") format("woff2"), url("/assets/cuba/fonts/font-awesome/fa-solid-900.ttf") format("truetype");
}

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("/assets/cuba/fonts/font-awesome/fa-brands-400.woff2") format("woff2"), url("/assets/cuba/fonts/font-awesome/fa-brands-400.ttf") format("truetype");
}

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("/assets/cuba/fonts/font-awesome/fa-regular-400.woff2") format("woff2"), url("/assets/cuba/fonts/font-awesome/fa-regular-400.ttf") format("truetype");
  unicode-range: U+F003, U+F006, U+F014, U+F016-F017, U+F01A-F01B, U+F01D, U+F022, U+F03E, U+F044, U+F046, U+F05C-F05D, U+F06E, U+F070, U+F087-F088, U+F08A, U+F094, U+F096-F097, U+F09D, U+F0A0, U+F0A2, U+F0A4-F0A7, U+F0C5, U+F0C7, U+F0E5-F0E6, U+F0EB, U+F0F6-F0F8, U+F10C, U+F114-F115, U+F118-F11A, U+F11C-F11D, U+F133, U+F147, U+F14E, U+F150-F152, U+F185-F186, U+F18E, U+F190-F192, U+F196, U+F1C1-F1C9, U+F1D9, U+F1DB, U+F1E3, U+F1EA, U+F1F7, U+F1F9, U+F20A, U+F247-F248, U+F24A, U+F24D, U+F255-F25B, U+F25D, U+F271-F274, U+F278, U+F27B, U+F28C, U+F28E, U+F29C, U+F2B5, U+F2B7, U+F2BA, U+F2BC, U+F2BE, U+F2C0-F2C1, U+F2C3, U+F2D0, U+F2D2, U+F2D4, U+F2DC;
}

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("/assets/cuba/fonts/font-awesome/fa-v4compatibility.woff2") format("woff2"), url("/assets/cuba/fonts/font-awesome/fa-v4compatibility.ttf") format("truetype");
  unicode-range: U+F041, U+F047, U+F065-F066, U+F07D-F07E, U+F080, U+F08B, U+F08E, U+F090, U+F09A, U+F0AC, U+F0AE, U+F0B2, U+F0D0, U+F0D6, U+F0E4, U+F0EC, U+F10A-F10B, U+F123, U+F13E, U+F148-F149, U+F14C, U+F156, U+F15E, U+F160-F161, U+F163, U+F175-F178, U+F195, U+F1F8, U+F219, U+F27A;
}
/**
 * @package IcoFont by ThemeHunt - https://themehunt.com
 * @version 1.0.0 Beta
 * @author IcoFont http://icofont.com
 * @copyright Copyright (c) 2018 IcoFont
 * @license - http://icofont.com/license/
*/
@font-face {
  font-family: "icofont";
  src: url("/assets/cuba/fonts/ico/icofont.eot?v=1.0.0-beta");
  src: url("/assets/cuba/fonts/ico/icofont.eot?v=1.0.0-beta#iefix") format("embedded-opentype"), url("/assets/cuba/fonts/ico/icofont.ttf?v=1.0.0-beta") format("truetype"), url("/assets/cuba/fonts/ico/icofont.woff?v=1.0.0-beta") format("woff"), url("/assets/cuba/fonts/ico/icofont.svg?v=1.0.0-beta#icofont") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icofont {
  font-family: "IcoFont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icofont-angry-monster:before {
  content: "\e901";
}

.icofont-bathtub:before {
  content: "\e902";
}

.icofont-bird-wings:before {
  content: "\e903";
}

.icofont-bow:before {
  content: "\e904";
}

.icofont-brain-alt:before {
  content: "\e905";
}

.icofont-butterfly-alt:before {
  content: "\e906";
}

.icofont-castle:before {
  content: "\e907";
}

.icofont-circuit:before {
  content: "\e908";
}

.icofont-dart:before {
  content: "\e909";
}

.icofont-dice-alt:before {
  content: "\e90a";
}

.icofont-disability-race:before {
  content: "\e90b";
}

.icofont-diving-goggle:before {
  content: "\e90c";
}

.icofont-fire-alt:before {
  content: "\e90d";
}

.icofont-flame-torch:before {
  content: "\e90e";
}

.icofont-flora-flower:before {
  content: "\e90f";
}

.icofont-flora:before {
  content: "\e910";
}

.icofont-gift-box:before {
  content: "\e911";
}

.icofont-halloween-pumpkin:before {
  content: "\e912";
}

.icofont-hand-power:before {
  content: "\e913";
}

.icofont-hand-thunder:before {
  content: "\e914";
}

.icofont-king-crown:before {
  content: "\e915";
}

.icofont-king-monster:before {
  content: "\e916";
}

.icofont-love:before {
  content: "\e917";
}

.icofont-magician-hat:before {
  content: "\e918";
}

.icofont-native-american:before {
  content: "\e919";
}

.icofont-open-eye:before {
  content: "\e91a";
}

.icofont-owl-look:before {
  content: "\e91b";
}

.icofont-phoenix:before {
  content: "\e91c";
}

.icofont-queen-crown:before {
  content: "\e91d";
}

.icofont-robot-face:before {
  content: "\e91e";
}

.icofont-sand-clock:before {
  content: "\e91f";
}

.icofont-shield-alt:before {
  content: "\e920";
}

.icofont-ship-wheel:before {
  content: "\e921";
}

.icofont-skull-danger:before {
  content: "\e922";
}

.icofont-skull-face:before {
  content: "\e923";
}

.icofont-snail:before {
  content: "\e924";
}

.icofont-snow-alt:before {
  content: "\e925";
}

.icofont-snow-flake:before {
  content: "\e926";
}

.icofont-snowmobile:before {
  content: "\e927";
}

.icofont-space-shuttle:before {
  content: "\e928";
}

.icofont-star-shape:before {
  content: "\e929";
}

.icofont-swirl:before {
  content: "\e92a";
}

.icofont-tattoo-wing:before {
  content: "\e92b";
}

.icofont-throne:before {
  content: "\e92c";
}

.icofont-touch:before {
  content: "\e92d";
}

.icofont-tree-alt:before {
  content: "\e92e";
}

.icofont-triangle:before {
  content: "\e92f";
}

.icofont-unity-hand:before {
  content: "\e930";
}

.icofont-weed:before {
  content: "\e931";
}

.icofont-woman-bird:before {
  content: "\e932";
}

.icofont-animal-bat:before {
  content: "\e933";
}

.icofont-animal-bear-tracks:before {
  content: "\e934";
}

.icofont-animal-bear:before {
  content: "\e935";
}

.icofont-animal-bird-alt:before {
  content: "\e936";
}

.icofont-animal-bird:before {
  content: "\e937";
}

.icofont-animal-bone:before {
  content: "\e938";
}

.icofont-animal-bull:before {
  content: "\e939";
}

.icofont-animal-camel-alt:before {
  content: "\e93a";
}

.icofont-animal-camel-head:before {
  content: "\e93b";
}

.icofont-animal-camel:before {
  content: "\e93c";
}

.icofont-animal-cat-alt-1:before {
  content: "\e93d";
}

.icofont-animal-cat-alt-2:before {
  content: "\e93e";
}

.icofont-animal-cat-alt-3:before {
  content: "\e93f";
}

.icofont-animal-cat-alt-4:before {
  content: "\e940";
}

.icofont-animal-cat-with-dog:before {
  content: "\e941";
}

.icofont-animal-cat:before {
  content: "\e942";
}

.icofont-animal-cow-head:before {
  content: "\e943";
}

.icofont-animal-cow:before {
  content: "\e944";
}

.icofont-animal-crab:before {
  content: "\e945";
}

.icofont-animal-crocodile:before {
  content: "\e946";
}

.icofont-animal-deer-head:before {
  content: "\e947";
}

.icofont-animal-dog-alt:before {
  content: "\e948";
}

.icofont-animal-dog-barking:before {
  content: "\e949";
}

.icofont-animal-dog:before {
  content: "\e94a";
}

.icofont-animal-dolphin:before {
  content: "\e94b";
}

.icofont-animal-duck-tracks:before {
  content: "\e94c";
}

.icofont-animal-eagle-head:before {
  content: "\e94d";
}

.icofont-animal-eaten-fish:before {
  content: "\e94e";
}

.icofont-animal-elephant-alt:before {
  content: "\e94f";
}

.icofont-animal-elephant-head-alt:before {
  content: "\e950";
}

.icofont-animal-elephant-head:before {
  content: "\e951";
}

.icofont-animal-elephant:before {
  content: "\e952";
}

.icofont-animal-elk:before {
  content: "\e953";
}

.icofont-animal-fish-alt-1:before {
  content: "\e954";
}

.icofont-animal-fish-alt-2:before {
  content: "\e955";
}

.icofont-animal-fish-alt-3:before {
  content: "\e956";
}

.icofont-animal-fish-alt-4:before {
  content: "\e957";
}

.icofont-animal-fish:before {
  content: "\e958";
}

.icofont-animal-fox-alt:before {
  content: "\e959";
}

.icofont-animal-fox:before {
  content: "\e95a";
}

.icofont-animal-frog-tracks:before {
  content: "\e95b";
}

.icofont-animal-frog:before {
  content: "\e95c";
}

.icofont-animal-froggy:before {
  content: "\e95d";
}

.icofont-animal-giraffe-alt:before {
  content: "\e95e";
}

.icofont-animal-giraffe:before {
  content: "\e95f";
}

.icofont-animal-goat-head-alt-1:before {
  content: "\e960";
}

.icofont-animal-goat-head-alt-2:before {
  content: "\e961";
}

.icofont-animal-goat-head:before {
  content: "\e962";
}

.icofont-animal-gorilla:before {
  content: "\e963";
}

.icofont-animal-hen-tracks:before {
  content: "\e964";
}

.icofont-animal-horse-head-alt-1:before {
  content: "\e965";
}

.icofont-animal-horse-head-alt-2:before {
  content: "\e966";
}

.icofont-animal-horse-head:before {
  content: "\e967";
}

.icofont-animal-horse-tracks:before {
  content: "\e968";
}

.icofont-animal-jellyfish:before {
  content: "\e969";
}

.icofont-animal-kangaroo:before {
  content: "\e96a";
}

.icofont-animal-lemur:before {
  content: "\e96b";
}

.icofont-animal-lion-alt:before {
  content: "\e96c";
}

.icofont-animal-lion-head-alt:before {
  content: "\e96d";
}

.icofont-animal-lion-head:before {
  content: "\e96e";
}

.icofont-animal-lion:before {
  content: "\e96f";
}

.icofont-animal-monkey-alt-1:before {
  content: "\e970";
}

.icofont-animal-monkey-alt-2:before {
  content: "\e971";
}

.icofont-animal-monkey-alt-3:before {
  content: "\e972";
}

.icofont-animal-monkey:before {
  content: "\e973";
}

.icofont-animal-octopus-alt:before {
  content: "\e974";
}

.icofont-animal-octopus:before {
  content: "\e975";
}

.icofont-animal-owl:before {
  content: "\e976";
}

.icofont-animal-panda-alt:before {
  content: "\e977";
}

.icofont-animal-panda:before {
  content: "\e978";
}

.icofont-animal-panther:before {
  content: "\e979";
}

.icofont-animal-parrot-lip:before {
  content: "\e97a";
}

.icofont-animal-parrot:before {
  content: "\e97b";
}

.icofont-animal-paw:before {
  content: "\e97c";
}

.icofont-animal-pelican:before {
  content: "\e97d";
}

.icofont-animal-penguin:before {
  content: "\e97e";
}

.icofont-animal-pig-alt:before {
  content: "\e97f";
}

.icofont-animal-pig:before {
  content: "\e980";
}

.icofont-animal-pigeon-alt:before {
  content: "\e981";
}

.icofont-animal-pigeon:before {
  content: "\e982";
}

.icofont-animal-pigeons:before {
  content: "\e983";
}

.icofont-animal-rabbit-running:before {
  content: "\e984";
}

.icofont-animal-rat-alt:before {
  content: "\e985";
}

.icofont-animal-rhino-head:before {
  content: "\e986";
}

.icofont-animal-rhino:before {
  content: "\e987";
}

.icofont-animal-rooster:before {
  content: "\e988";
}

.icofont-animal-seahorse:before {
  content: "\e989";
}

.icofont-animal-seal:before {
  content: "\e98a";
}

.icofont-animal-shrimp:before {
  content: "\e98b";
}

.icofont-animal-snail-alt-1:before {
  content: "\e98c";
}

.icofont-animal-snail-alt-2:before {
  content: "\e98d";
}

.icofont-animal-snail:before {
  content: "\e98e";
}

.icofont-animal-snake:before {
  content: "\e98f";
}

.icofont-animal-squid:before {
  content: "\e990";
}

.icofont-animal-squirrel:before {
  content: "\e991";
}

.icofont-animal-tiger-alt:before {
  content: "\e992";
}

.icofont-animal-tiger:before {
  content: "\e993";
}

.icofont-animal-turtle:before {
  content: "\e994";
}

.icofont-animal-whale:before {
  content: "\e995";
}

.icofont-animal-woodpecker:before {
  content: "\e996";
}

.icofont-animal-zebra:before {
  content: "\e997";
}

.icofont-brand-acer:before {
  content: "\e998";
}

.icofont-brand-adidas:before {
  content: "\e999";
}

.icofont-brand-adobe:before {
  content: "\e99a";
}

.icofont-brand-air-new-zealand:before {
  content: "\e99b";
}

.icofont-brand-airbnb:before {
  content: "\e99c";
}

.icofont-brand-aircell:before {
  content: "\e99d";
}

.icofont-brand-airtel:before {
  content: "\e99e";
}

.icofont-brand-alcatel:before {
  content: "\e99f";
}

.icofont-brand-alibaba:before {
  content: "\e9a0";
}

.icofont-brand-aliexpress:before {
  content: "\e9a1";
}

.icofont-brand-alipay:before {
  content: "\e9a2";
}

.icofont-brand-amazon:before {
  content: "\e9a3";
}

.icofont-brand-amd:before {
  content: "\e9a4";
}

.icofont-brand-american-airlines:before {
  content: "\e9a5";
}

.icofont-brand-android-robot:before {
  content: "\e9a6";
}

.icofont-brand-android:before {
  content: "\e9a7";
}

.icofont-brand-aol:before {
  content: "\e9a8";
}

.icofont-brand-apple:before {
  content: "\e9a9";
}

.icofont-brand-appstore:before {
  content: "\e9aa";
}

.icofont-brand-asus:before {
  content: "\e9ab";
}

.icofont-brand-ati:before {
  content: "\e9ac";
}

.icofont-brand-att:before {
  content: "\e9ad";
}

.icofont-brand-audi:before {
  content: "\e9ae";
}

.icofont-brand-axiata:before {
  content: "\e9af";
}

.icofont-brand-bada:before {
  content: "\e9b0";
}

.icofont-brand-bbc:before {
  content: "\e9b1";
}

.icofont-brand-bing:before {
  content: "\e9b2";
}

.icofont-brand-blackberry:before {
  content: "\e9b3";
}

.icofont-brand-bmw:before {
  content: "\e9b4";
}

.icofont-brand-box:before {
  content: "\e9b5";
}

.icofont-brand-burger-king:before {
  content: "\e9b6";
}

.icofont-brand-business-insider:before {
  content: "\e9b7";
}

.icofont-brand-buzzfeed:before {
  content: "\e9b8";
}

.icofont-brand-cannon:before {
  content: "\e9b9";
}

.icofont-brand-casio:before {
  content: "\e9ba";
}

.icofont-brand-china-mobile:before {
  content: "\e9bb";
}

.icofont-brand-china-telecom:before {
  content: "\e9bc";
}

.icofont-brand-china-unicom:before {
  content: "\e9bd";
}

.icofont-brand-cisco:before {
  content: "\e9be";
}

.icofont-brand-citibank:before {
  content: "\e9bf";
}

.icofont-brand-cnet:before {
  content: "\e9c0";
}

.icofont-brand-cnn:before {
  content: "\e9c1";
}

.icofont-brand-cocal-cola:before {
  content: "\e9c2";
}

.icofont-brand-compaq:before {
  content: "\e9c3";
}

.icofont-brand-copy:before {
  content: "\e9c4";
}

.icofont-brand-debian:before {
  content: "\e9c5";
}

.icofont-brand-delicious:before {
  content: "\e9c6";
}

.icofont-brand-dell:before {
  content: "\e9c7";
}

.icofont-brand-designbump:before {
  content: "\e9c8";
}

.icofont-brand-designfloat:before {
  content: "\e9c9";
}

.icofont-brand-disney:before {
  content: "\e9ca";
}

.icofont-brand-dodge:before {
  content: "\e9cb";
}

.icofont-brand-dove:before {
  content: "\e9cc";
}

.icofont-brand-ebay:before {
  content: "\e9cd";
}

.icofont-brand-eleven:before {
  content: "\e9ce";
}

.icofont-brand-emirates:before {
  content: "\e9cf";
}

.icofont-brand-espn:before {
  content: "\e9d0";
}

.icofont-brand-etihad-airways:before {
  content: "\e9d1";
}

.icofont-brand-etisalat:before {
  content: "\e9d2";
}

.icofont-brand-etsy:before {
  content: "\e9d3";
}

.icofont-brand-facebook:before {
  content: "\e9d4";
}

.icofont-brand-fastrack:before {
  content: "\e9d5";
}

.icofont-brand-fedex:before {
  content: "\e9d6";
}

.icofont-brand-ferrari:before {
  content: "\e9d7";
}

.icofont-brand-fitbit:before {
  content: "\e9d8";
}

.icofont-brand-flikr:before {
  content: "\e9d9";
}

.icofont-brand-forbes:before {
  content: "\e9da";
}

.icofont-brand-foursquare:before {
  content: "\e9db";
}

.icofont-brand-fox:before {
  content: "\e9dc";
}

.icofont-brand-foxconn:before {
  content: "\e9dd";
}

.icofont-brand-fujitsu:before {
  content: "\e9de";
}

.icofont-brand-general-electric:before {
  content: "\e9df";
}

.icofont-brand-gillette:before {
  content: "\e9e0";
}

.icofont-brand-gizmodo:before {
  content: "\e9e1";
}

.icofont-brand-gnome:before {
  content: "\e9e2";
}

.icofont-brand-google:before {
  content: "\e9e3";
}

.icofont-brand-gopro:before {
  content: "\e9e4";
}

.icofont-brand-gucci:before {
  content: "\e9e5";
}

.icofont-brand-hallmark:before {
  content: "\e9e6";
}

.icofont-brand-hi5:before {
  content: "\e9e7";
}

.icofont-brand-honda:before {
  content: "\e9e8";
}

.icofont-brand-hp:before {
  content: "\e9e9";
}

.icofont-brand-hsbc:before {
  content: "\e9ea";
}

.icofont-brand-htc:before {
  content: "\e9eb";
}

.icofont-brand-huawei:before {
  content: "\e9ec";
}

.icofont-brand-hulu:before {
  content: "\e9ed";
}

.icofont-brand-hyundai:before {
  content: "\e9ee";
}

.icofont-brand-ibm:before {
  content: "\e9ef";
}

.icofont-brand-icofont:before {
  content: "\e9f0";
}

.icofont-brand-icq:before {
  content: "\e9f1";
}

.icofont-brand-ikea:before {
  content: "\e9f2";
}

.icofont-brand-imdb:before {
  content: "\e9f3";
}

.icofont-brand-indiegogo:before {
  content: "\e9f4";
}

.icofont-brand-intel:before {
  content: "\e9f5";
}

.icofont-brand-ipair:before {
  content: "\e9f6";
}

.icofont-brand-jaguar:before {
  content: "\e9f7";
}

.icofont-brand-java:before {
  content: "\e9f8";
}

.icofont-brand-joomshaper:before {
  content: "\e9f9";
}

.icofont-brand-kickstarter:before {
  content: "\e9fa";
}

.icofont-brand-kik:before {
  content: "\e9fb";
}

.icofont-brand-lastfm:before {
  content: "\e9fc";
}

.icofont-brand-lego:before {
  content: "\e9fd";
}

.icofont-brand-lenovo:before {
  content: "\e9fe";
}

.icofont-brand-levis:before {
  content: "\e9ff";
}

.icofont-brand-lexus:before {
  content: "\ea00";
}

.icofont-brand-lg:before {
  content: "\ea01";
}

.icofont-brand-life-hacker:before {
  content: "\ea02";
}

.icofont-brand-line-messenger:before {
  content: "\ea03";
}

.icofont-brand-linkedin:before {
  content: "\ea04";
}

.icofont-brand-linux-mint:before {
  content: "\ea05";
}

.icofont-brand-linux:before {
  content: "\ea06";
}

.icofont-brand-lionix:before {
  content: "\ea07";
}

.icofont-brand-live-messenger:before {
  content: "\ea08";
}

.icofont-brand-loreal:before {
  content: "\ea09";
}

.icofont-brand-louis-vuitton:before {
  content: "\ea0a";
}

.icofont-brand-mac-os:before {
  content: "\ea0b";
}

.icofont-brand-marvel-app:before {
  content: "\ea0c";
}

.icofont-brand-mashable:before {
  content: "\ea0d";
}

.icofont-brand-mazda:before {
  content: "\ea0e";
}

.icofont-brand-mcdonals:before {
  content: "\ea0f";
}

.icofont-brand-mercedes:before {
  content: "\ea10";
}

.icofont-brand-micromax:before {
  content: "\ea11";
}

.icofont-brand-microsoft:before {
  content: "\ea12";
}

.icofont-brand-mobileme:before {
  content: "\ea13";
}

.icofont-brand-mobily:before {
  content: "\ea14";
}

.icofont-brand-motorola:before {
  content: "\ea15";
}

.icofont-brand-msi:before {
  content: "\ea16";
}

.icofont-brand-mts:before {
  content: "\ea17";
}

.icofont-brand-myspace:before {
  content: "\ea18";
}

.icofont-brand-mytv:before {
  content: "\ea19";
}

.icofont-brand-nasa:before {
  content: "\ea1a";
}

.icofont-brand-natgeo:before {
  content: "\ea1b";
}

.icofont-brand-nbc:before {
  content: "\ea1c";
}

.icofont-brand-nescafe:before {
  content: "\ea1d";
}

.icofont-brand-nestle:before {
  content: "\ea1e";
}

.icofont-brand-netflix:before {
  content: "\ea1f";
}

.icofont-brand-nexus:before {
  content: "\ea20";
}

.icofont-brand-nike:before {
  content: "\ea21";
}

.icofont-brand-nokia:before {
  content: "\ea22";
}

.icofont-brand-nvidia:before {
  content: "\ea23";
}

.icofont-brand-omega:before {
  content: "\ea24";
}

.icofont-brand-opensuse:before {
  content: "\ea25";
}

.icofont-brand-oracle:before {
  content: "\ea26";
}

.icofont-brand-panasonic:before {
  content: "\ea27";
}

.icofont-brand-paypal:before {
  content: "\ea28";
}

.icofont-brand-pepsi:before {
  content: "\ea29";
}

.icofont-brand-philips:before {
  content: "\ea2a";
}

.icofont-brand-pizza-hut:before {
  content: "\ea2b";
}

.icofont-brand-playstation:before {
  content: "\ea2c";
}

.icofont-brand-puma:before {
  content: "\ea2d";
}

.icofont-brand-qatar-air:before {
  content: "\ea2e";
}

.icofont-brand-qvc:before {
  content: "\ea2f";
}

.icofont-brand-readernaut:before {
  content: "\ea30";
}

.icofont-brand-redbull:before {
  content: "\ea31";
}

.icofont-brand-reebok:before {
  content: "\ea32";
}

.icofont-brand-reuters:before {
  content: "\ea33";
}

.icofont-brand-samsung:before {
  content: "\ea34";
}

.icofont-brand-sap:before {
  content: "\ea35";
}

.icofont-brand-saudia-airlines:before {
  content: "\ea36";
}

.icofont-brand-scribd:before {
  content: "\ea37";
}

.icofont-brand-shell:before {
  content: "\ea38";
}

.icofont-brand-siemens:before {
  content: "\ea39";
}

.icofont-brand-sk-telecom:before {
  content: "\ea3a";
}

.icofont-brand-slideshare:before {
  content: "\ea3b";
}

.icofont-brand-smashing-magazine:before {
  content: "\ea3c";
}

.icofont-brand-snapchat:before {
  content: "\ea3d";
}

.icofont-brand-sony-ericsson:before {
  content: "\ea3e";
}

.icofont-brand-sony:before {
  content: "\ea3f";
}

.icofont-brand-soundcloud:before {
  content: "\ea40";
}

.icofont-brand-sprint:before {
  content: "\ea41";
}

.icofont-brand-squidoo:before {
  content: "\ea42";
}

.icofont-brand-starbucks:before {
  content: "\ea43";
}

.icofont-brand-stc:before {
  content: "\ea44";
}

.icofont-brand-steam:before {
  content: "\ea45";
}

.icofont-brand-suzuki:before {
  content: "\ea46";
}

.icofont-brand-symbian:before {
  content: "\ea47";
}

.icofont-brand-t-mobile:before {
  content: "\ea48";
}

.icofont-brand-tango:before {
  content: "\ea49";
}

.icofont-brand-target:before {
  content: "\ea4a";
}

.icofont-brand-tata-indicom:before {
  content: "\ea4b";
}

.icofont-brand-techcrunch:before {
  content: "\ea4c";
}

.icofont-brand-telenor:before {
  content: "\ea4d";
}

.icofont-brand-teliasonera:before {
  content: "\ea4e";
}

.icofont-brand-tesla:before {
  content: "\ea4f";
}

.icofont-brand-the-verge:before {
  content: "\ea50";
}

.icofont-brand-thenextweb:before {
  content: "\ea51";
}

.icofont-brand-toshiba:before {
  content: "\ea52";
}

.icofont-brand-toyota:before {
  content: "\ea53";
}

.icofont-brand-tribenet:before {
  content: "\ea54";
}

.icofont-brand-ubuntu:before {
  content: "\ea55";
}

.icofont-brand-unilever:before {
  content: "\ea56";
}

.icofont-brand-vaio:before {
  content: "\ea57";
}

.icofont-brand-verizon:before {
  content: "\ea58";
}

.icofont-brand-viber:before {
  content: "\ea59";
}

.icofont-brand-vodafone:before {
  content: "\ea5a";
}

.icofont-brand-volkswagen:before {
  content: "\ea5b";
}

.icofont-brand-walmart:before {
  content: "\ea5c";
}

.icofont-brand-warnerbros:before {
  content: "\ea5d";
}

.icofont-brand-whatsapp:before {
  content: "\ea5e";
}

.icofont-brand-wikipedia:before {
  content: "\ea5f";
}

.icofont-brand-windows:before {
  content: "\ea60";
}

.icofont-brand-wire:before {
  content: "\ea61";
}

.icofont-brand-yahoobuzz:before {
  content: "\ea62";
}

.icofont-brand-yamaha:before {
  content: "\ea63";
}

.icofont-brand-youtube:before {
  content: "\ea64";
}

.icofont-brand-zain:before {
  content: "\ea65";
}

.icofont-bank-alt:before {
  content: "\ea66";
}

.icofont-barcode:before {
  content: "\ea67";
}

.icofont-basket:before {
  content: "\ea68";
}

.icofont-bill-alt:before {
  content: "\ea69";
}

.icofont-billboard:before {
  content: "\ea6a";
}

.icofont-briefcase-alt-1:before {
  content: "\ea6b";
}

.icofont-briefcase-alt-2:before {
  content: "\ea6c";
}

.icofont-building-alt:before {
  content: "\ea6d";
}

.icofont-businessman:before {
  content: "\ea6e";
}

.icofont-businesswoman:before {
  content: "\ea6f";
}

.icofont-cart-alt:before {
  content: "\ea70";
}

.icofont-chair:before {
  content: "\ea71";
}

.icofont-clip:before {
  content: "\ea72";
}

.icofont-coins:before {
  content: "\ea73";
}

.icofont-company:before {
  content: "\ea74";
}

.icofont-contact-add:before {
  content: "\ea75";
}

.icofont-deal:before {
  content: "\ea76";
}

.icofont-files:before {
  content: "\ea77";
}

.icofont-growth:before {
  content: "\ea78";
}

.icofont-id-card:before {
  content: "\ea79";
}

.icofont-idea:before {
  content: "\ea7a";
}

.icofont-list:before {
  content: "\ea7b";
}

.icofont-meeting-add:before {
  content: "\ea7c";
}

.icofont-money-bag:before {
  content: "\ea7d";
}

.icofont-people:before {
  content: "\ea7e";
}

.icofont-pie-chart:before {
  content: "\ea7f";
}

.icofont-presentation-alt:before {
  content: "\ea80";
}

.icofont-stamp:before {
  content: "\ea81";
}

.icofont-stock-mobile:before {
  content: "\ea82";
}

.icofont-support:before {
  content: "\ea83";
}

.icofont-tasks-alt:before {
  content: "\ea84";
}

.icofont-wheel:before {
  content: "\ea85";
}

.icofont-chart-arrows-axis:before {
  content: "\ea86";
}

.icofont-chart-bar-graph:before {
  content: "\ea87";
}

.icofont-chart-flow-alt-1:before {
  content: "\ea88";
}

.icofont-chart-flow-alt-2:before {
  content: "\ea89";
}

.icofont-chart-flow:before {
  content: "\ea8a";
}

.icofont-chart-histogram-alt:before {
  content: "\ea8b";
}

.icofont-chart-histogram:before {
  content: "\ea8c";
}

.icofont-chart-line-alt:before {
  content: "\ea8d";
}

.icofont-chart-line:before {
  content: "\ea8e";
}

.icofont-chart-pie-alt:before {
  content: "\ea8f";
}

.icofont-chart-pie:before {
  content: "\ea90";
}

.icofont-chart-radar-graph:before {
  content: "\ea91";
}

.icofont-cur-afghani-false:before {
  content: "\ea92";
}

.icofont-cur-afghani-minus:before {
  content: "\ea93";
}

.icofont-cur-afghani-plus:before {
  content: "\ea94";
}

.icofont-cur-afghani-true:before {
  content: "\ea95";
}

.icofont-cur-afghani:before {
  content: "\ea96";
}

.icofont-cur-baht-false:before {
  content: "\ea97";
}

.icofont-cur-baht-minus:before {
  content: "\ea98";
}

.icofont-cur-baht-plus:before {
  content: "\ea99";
}

.icofont-cur-baht-true:before {
  content: "\ea9a";
}

.icofont-cur-baht:before {
  content: "\ea9b";
}

.icofont-cur-bitcoin-false:before {
  content: "\ea9c";
}

.icofont-cur-bitcoin-minus:before {
  content: "\ea9d";
}

.icofont-cur-bitcoin-plus:before {
  content: "\ea9e";
}

.icofont-cur-bitcoin-true:before {
  content: "\ea9f";
}

.icofont-cur-bitcoin:before {
  content: "\eaa0";
}

.icofont-cur-dollar-flase:before {
  content: "\eaa1";
}

.icofont-cur-dollar-minus:before {
  content: "\eaa2";
}

.icofont-cur-dollar-plus:before {
  content: "\eaa3";
}

.icofont-cur-dollar-true:before {
  content: "\eaa4";
}

.icofont-cur-dollar:before {
  content: "\eaa5";
}

.icofont-cur-dong-false:before {
  content: "\eaa6";
}

.icofont-cur-dong-minus:before {
  content: "\eaa7";
}

.icofont-cur-dong-plus:before {
  content: "\eaa8";
}

.icofont-cur-dong-true:before {
  content: "\eaa9";
}

.icofont-cur-dong:before {
  content: "\eaaa";
}

.icofont-cur-euro-false:before {
  content: "\eaab";
}

.icofont-cur-euro-minus:before {
  content: "\eaac";
}

.icofont-cur-euro-plus:before {
  content: "\eaad";
}

.icofont-cur-euro-true:before {
  content: "\eaae";
}

.icofont-cur-euro:before {
  content: "\eaaf";
}

.icofont-cur-frank-false:before {
  content: "\eab0";
}

.icofont-cur-frank-minus:before {
  content: "\eab1";
}

.icofont-cur-frank-plus:before {
  content: "\eab2";
}

.icofont-cur-frank-true:before {
  content: "\eab3";
}

.icofont-cur-frank:before {
  content: "\eab4";
}

.icofont-cur-hryvnia-false:before {
  content: "\eab5";
}

.icofont-cur-hryvnia-minus:before {
  content: "\eab6";
}

.icofont-cur-hryvnia-plus:before {
  content: "\eab7";
}

.icofont-cur-hryvnia-true:before {
  content: "\eab8";
}

.icofont-cur-hryvnia:before {
  content: "\eab9";
}

.icofont-cur-lira-false:before {
  content: "\eaba";
}

.icofont-cur-lira-minus:before {
  content: "\eabb";
}

.icofont-cur-lira-plus:before {
  content: "\eabc";
}

.icofont-cur-lira-true:before {
  content: "\eabd";
}

.icofont-cur-lira:before {
  content: "\eabe";
}

.icofont-cur-peseta-false:before {
  content: "\eabf";
}

.icofont-cur-peseta-minus:before {
  content: "\eac0";
}

.icofont-cur-peseta-plus:before {
  content: "\eac1";
}

.icofont-cur-peseta-true:before {
  content: "\eac2";
}

.icofont-cur-peseta:before {
  content: "\eac3";
}

.icofont-cur-peso-false:before {
  content: "\eac4";
}

.icofont-cur-peso-minus:before {
  content: "\eac5";
}

.icofont-cur-peso-plus:before {
  content: "\eac6";
}

.icofont-cur-peso-true:before {
  content: "\eac7";
}

.icofont-cur-peso:before {
  content: "\eac8";
}

.icofont-cur-pound-false:before {
  content: "\eac9";
}

.icofont-cur-pound-minus:before {
  content: "\eaca";
}

.icofont-cur-pound-plus:before {
  content: "\eacb";
}

.icofont-cur-pound-true:before {
  content: "\eacc";
}

.icofont-cur-pound:before {
  content: "\eacd";
}

.icofont-cur-renminbi-false:before {
  content: "\eace";
}

.icofont-cur-renminbi-minus:before {
  content: "\eacf";
}

.icofont-cur-renminbi-plus:before {
  content: "\ead0";
}

.icofont-cur-renminbi-true:before {
  content: "\ead1";
}

.icofont-cur-renminbi:before {
  content: "\ead2";
}

.icofont-cur-riyal-false:before {
  content: "\ead3";
}

.icofont-cur-riyal-minus:before {
  content: "\ead4";
}

.icofont-cur-riyal-plus:before {
  content: "\ead5";
}

.icofont-cur-riyal-true:before {
  content: "\ead6";
}

.icofont-cur-riyal:before {
  content: "\ead7";
}

.icofont-cur-rouble-false:before {
  content: "\ead8";
}

.icofont-cur-rouble-minus:before {
  content: "\ead9";
}

.icofont-cur-rouble-plus:before {
  content: "\eada";
}

.icofont-cur-rouble-true:before {
  content: "\eadb";
}

.icofont-cur-rouble:before {
  content: "\eadc";
}

.icofont-cur-rupee-false:before {
  content: "\eadd";
}

.icofont-cur-rupee-minus:before {
  content: "\eade";
}

.icofont-cur-rupee-plus:before {
  content: "\eadf";
}

.icofont-cur-rupee-true:before {
  content: "\eae0";
}

.icofont-cur-rupee:before {
  content: "\eae1";
}

.icofont-cur-taka-false:before {
  content: "\eae2";
}

.icofont-cur-taka-minus:before {
  content: "\eae3";
}

.icofont-cur-taka-plus:before {
  content: "\eae4";
}

.icofont-cur-taka-true:before {
  content: "\eae5";
}

.icofont-cur-taka:before {
  content: "\eae6";
}

.icofont-cur-turkish-lira-false:before {
  content: "\eae7";
}

.icofont-cur-turkish-lira-minus:before {
  content: "\eae8";
}

.icofont-cur-turkish-lira-plus:before {
  content: "\eae9";
}

.icofont-cur-turkish-lira-true:before {
  content: "\eaea";
}

.icofont-cur-turkish-lira:before {
  content: "\eaeb";
}

.icofont-cur-won-false:before {
  content: "\eaec";
}

.icofont-cur-won-minus:before {
  content: "\eaed";
}

.icofont-cur-won-plus:before {
  content: "\eaee";
}

.icofont-cur-won-true:before {
  content: "\eaef";
}

.icofont-cur-won:before {
  content: "\eaf0";
}

.icofont-cur-yen-false:before {
  content: "\eaf1";
}

.icofont-cur-yen-minus:before {
  content: "\eaf2";
}

.icofont-cur-yen-plus:before {
  content: "\eaf3";
}

.icofont-cur-yen-true:before {
  content: "\eaf4";
}

.icofont-cur-yen:before {
  content: "\eaf5";
}

.icofont-android-nexus:before {
  content: "\eaf6";
}

.icofont-android-tablet:before {
  content: "\eaf7";
}

.icofont-apple-watch:before {
  content: "\eaf8";
}

.icofont-drwaing-tablet:before {
  content: "\eaf9";
}

.icofont-earphone:before {
  content: "\eafa";
}

.icofont-flash-drive:before {
  content: "\eafb";
}

.icofont-game-control:before {
  content: "\eafc";
}

.icofont-headphone-alt:before {
  content: "\eafd";
}

.icofont-htc-one:before {
  content: "\eafe";
}

.icofont-imac:before {
  content: "\eaff";
}

.icofont-ipad-touch:before {
  content: "\eb00";
}

.icofont-iphone:before {
  content: "\eb01";
}

.icofont-ipod-nano:before {
  content: "\eb02";
}

.icofont-ipod-touch:before {
  content: "\eb03";
}

.icofont-keyboard-alt:before {
  content: "\eb04";
}

.icofont-keyboard-wireless:before {
  content: "\eb05";
}

.icofont-laptop-alt:before {
  content: "\eb06";
}

.icofont-macbook:before {
  content: "\eb07";
}

.icofont-magic-mouse:before {
  content: "\eb08";
}

.icofont-microphone-alt:before {
  content: "\eb09";
}

.icofont-monitor:before {
  content: "\eb0a";
}

.icofont-mouse:before {
  content: "\eb0b";
}

.icofont-nintendo:before {
  content: "\eb0c";
}

.icofont-playstation:before {
  content: "\eb0d";
}

.icofont-psvita:before {
  content: "\eb0e";
}

.icofont-radio-mic:before {
  content: "\eb0f";
}

.icofont-refrigerator:before {
  content: "\eb10";
}

.icofont-samsung-galaxy:before {
  content: "\eb11";
}

.icofont-surface-tablet:before {
  content: "\eb12";
}

.icofont-washing-machine:before {
  content: "\eb13";
}

.icofont-wifi-router:before {
  content: "\eb14";
}

.icofont-wii-u:before {
  content: "\eb15";
}

.icofont-windows-lumia:before {
  content: "\eb16";
}

.icofont-wireless-mouse:before {
  content: "\eb17";
}

.icofont-xbox-360:before {
  content: "\eb18";
}

.icofont-arrow-down:before {
  content: "\eb19";
}

.icofont-arrow-left:before {
  content: "\eb1a";
}

.icofont-arrow-right:before {
  content: "\eb1b";
}

.icofont-arrow-up:before {
  content: "\eb1c";
}

.icofont-block-down:before {
  content: "\eb1d";
}

.icofont-block-left:before {
  content: "\eb1e";
}

.icofont-block-right:before {
  content: "\eb1f";
}

.icofont-block-up:before {
  content: "\eb20";
}

.icofont-bubble-down:before {
  content: "\eb21";
}

.icofont-bubble-left:before {
  content: "\eb22";
}

.icofont-bubble-right:before {
  content: "\eb23";
}

.icofont-bubble-up:before {
  content: "\eb24";
}

.icofont-caret-down:before {
  content: "\eb25";
}

.icofont-caret-left:before {
  content: "\eb26";
}

.icofont-caret-right:before {
  content: "\eb27";
}

.icofont-caret-up:before {
  content: "\eb28";
}

.icofont-circled-down:before {
  content: "\eb29";
}

.icofont-circled-left:before {
  content: "\eb2a";
}

.icofont-circled-right:before {
  content: "\eb2b";
}

.icofont-circled-up:before {
  content: "\eb2c";
}

.icofont-collapse:before {
  content: "\eb2d";
}

.icofont-cursor-drag:before {
  content: "\eb2e";
}

.icofont-curved-double-left:before {
  content: "\eb2f";
}

.icofont-curved-double-right:before {
  content: "\eb30";
}

.icofont-curved-down:before {
  content: "\eb31";
}

.icofont-curved-left:before {
  content: "\eb32";
}

.icofont-curved-right:before {
  content: "\eb33";
}

.icofont-curved-up:before {
  content: "\eb34";
}

.icofont-dotted-down:before {
  content: "\eb35";
}

.icofont-dotted-left:before {
  content: "\eb36";
}

.icofont-dotted-right:before {
  content: "\eb37";
}

.icofont-dotted-up:before {
  content: "\eb38";
}

.icofont-double-left:before {
  content: "\eb39";
}

.icofont-double-right:before {
  content: "\eb3a";
}

.icofont-drag:before {
  content: "\eb3b";
}

.icofont-drag1:before {
  content: "\eb3c";
}

.icofont-drag2:before {
  content: "\eb3d";
}

.icofont-drag3:before {
  content: "\eb3e";
}

.icofont-expand-alt:before {
  content: "\eb3f";
}

.icofont-hand-down:before {
  content: "\eb40";
}

.icofont-hand-drag:before {
  content: "\eb41";
}

.icofont-hand-drag1:before {
  content: "\eb42";
}

.icofont-hand-drag2:before {
  content: "\eb43";
}

.icofont-hand-drawn-alt-down:before {
  content: "\eb44";
}

.icofont-hand-drawn-alt-left:before {
  content: "\eb45";
}

.icofont-hand-drawn-alt-right:before {
  content: "\eb46";
}

.icofont-hand-drawn-alt-up:before {
  content: "\eb47";
}

.icofont-hand-drawn-down:before {
  content: "\eb48";
}

.icofont-hand-drawn-left:before {
  content: "\eb49";
}

.icofont-hand-drawn-right:before {
  content: "\eb4a";
}

.icofont-hand-drawn-up:before {
  content: "\eb4b";
}

.icofont-hand-left:before {
  content: "\eb4c";
}

.icofont-hand-right:before {
  content: "\eb4d";
}

.icofont-hand-up:before {
  content: "\eb4e";
}

.icofont-line-block-down:before {
  content: "\eb4f";
}

.icofont-line-block-left:before {
  content: "\eb50";
}

.icofont-line-block-right:before {
  content: "\eb51";
}

.icofont-line-block-up:before {
  content: "\eb52";
}

.icofont-long-arrow-down:before {
  content: "\eb53";
}

.icofont-long-arrow-left:before {
  content: "\eb54";
}

.icofont-long-arrow-right:before {
  content: "\eb55";
}

.icofont-long-arrow-up:before {
  content: "\eb56";
}

.icofont-rounded-collapse:before {
  content: "\eb57";
}

.icofont-rounded-double-left:before {
  content: "\eb58";
}

.icofont-rounded-double-right:before {
  content: "\eb59";
}

.icofont-rounded-down:before {
  content: "\eb5a";
}

.icofont-rounded-expand:before {
  content: "\eb5b";
}

.icofont-rounded-left-down:before {
  content: "\eb5c";
}

.icofont-rounded-left-up:before {
  content: "\eb5d";
}

.icofont-rounded-left:before {
  content: "\eb5e";
}

.icofont-rounded-right-down:before {
  content: "\eb5f";
}

.icofont-rounded-right-up:before {
  content: "\eb60";
}

.icofont-rounded-right:before {
  content: "\eb61";
}

.icofont-rounded-up:before {
  content: "\eb62";
}

.icofont-scroll-bubble-down:before {
  content: "\eb63";
}

.icofont-scroll-bubble-left:before {
  content: "\eb64";
}

.icofont-scroll-bubble-right:before {
  content: "\eb65";
}

.icofont-scroll-bubble-up:before {
  content: "\eb66";
}

.icofont-scroll-double-down:before {
  content: "\eb67";
}

.icofont-scroll-double-left:before {
  content: "\eb68";
}

.icofont-scroll-double-right:before {
  content: "\eb69";
}

.icofont-scroll-double-up:before {
  content: "\eb6a";
}

.icofont-scroll-down:before {
  content: "\eb6b";
}

.icofont-scroll-left:before {
  content: "\eb6c";
}

.icofont-scroll-long-down:before {
  content: "\eb6d";
}

.icofont-scroll-long-left:before {
  content: "\eb6e";
}

.icofont-scroll-long-right:before {
  content: "\eb6f";
}

.icofont-scroll-long-up:before {
  content: "\eb70";
}

.icofont-scroll-right:before {
  content: "\eb71";
}

.icofont-scroll-up:before {
  content: "\eb72";
}

.icofont-simple-down:before {
  content: "\eb73";
}

.icofont-simple-left-down:before {
  content: "\eb74";
}

.icofont-simple-left-up:before {
  content: "\eb75";
}

.icofont-simple-left:before {
  content: "\eb76";
}

.icofont-simple-right-down:before {
  content: "\eb77";
}

.icofont-simple-right-up:before {
  content: "\eb78";
}

.icofont-simple-right:before {
  content: "\eb79";
}

.icofont-simple-up:before {
  content: "\eb7a";
}

.icofont-square-down:before {
  content: "\eb7b";
}

.icofont-square-left:before {
  content: "\eb7c";
}

.icofont-square-right:before {
  content: "\eb7d";
}

.icofont-square-up:before {
  content: "\eb7e";
}

.icofont-stylish-down:before {
  content: "\eb7f";
}

.icofont-stylish-left:before {
  content: "\eb80";
}

.icofont-stylish-right:before {
  content: "\eb81";
}

.icofont-stylish-up:before {
  content: "\eb82";
}

.icofont-swoosh-down:before {
  content: "\eb83";
}

.icofont-swoosh-left:before {
  content: "\eb84";
}

.icofont-swoosh-right:before {
  content: "\eb85";
}

.icofont-swoosh-up:before {
  content: "\eb86";
}

.icofont-thin-double-left:before {
  content: "\eb87";
}

.icofont-thin-double-right:before {
  content: "\eb88";
}

.icofont-thin-down:before {
  content: "\eb89";
}

.icofont-thin-left:before {
  content: "\eb8a";
}

.icofont-thin-right:before {
  content: "\eb8b";
}

.icofont-thin-up:before {
  content: "\eb8c";
}

.icofont-atom:before {
  content: "\eb8d";
}

.icofont-award:before {
  content: "\eb8e";
}

.icofont-bell-alt:before {
  content: "\eb8f";
}

.icofont-book-alt:before {
  content: "\eb90";
}

.icofont-brainstorming:before {
  content: "\eb91";
}

.icofont-certificate-alt-1:before {
  content: "\eb92";
}

.icofont-certificate-alt-2:before {
  content: "\eb93";
}

.icofont-dna-alt-2:before {
  content: "\eb94";
}

.icofont-education:before {
  content: "\eb95";
}

.icofont-electron:before {
  content: "\eb96";
}

.icofont-fountain-pen:before {
  content: "\eb97";
}

.icofont-globe-alt:before {
  content: "\eb98";
}

.icofont-graduate-alt:before {
  content: "\eb99";
}

.icofont-group-students:before {
  content: "\eb9a";
}

.icofont-hat-alt:before {
  content: "\eb9b";
}

.icofont-hat:before {
  content: "\eb9c";
}

.icofont-instrument:before {
  content: "\eb9d";
}

.icofont-lamp-light:before {
  content: "\eb9e";
}

.icofont-microscope-alt:before {
  content: "\eb9f";
}

.icofont-paper:before {
  content: "\eba0";
}

.icofont-pen-alt-4:before {
  content: "\eba1";
}

.icofont-pen-nib:before {
  content: "\eba2";
}

.icofont-pencil-alt-5:before {
  content: "\eba3";
}

.icofont-quill-pen:before {
  content: "\eba4";
}

.icofont-read-book-alt:before {
  content: "\eba5";
}

.icofont-read-book:before {
  content: "\eba6";
}

.icofont-school-bag:before {
  content: "\eba7";
}

.icofont-school-bus:before {
  content: "\eba8";
}

.icofont-student-alt:before {
  content: "\eba9";
}

.icofont-student:before {
  content: "\ebaa";
}

.icofont-teacher:before {
  content: "\ebab";
}

.icofont-test-bulb:before {
  content: "\ebac";
}

.icofont-test-tube-alt:before {
  content: "\ebad";
}

.icofont-university:before {
  content: "\ebae";
}

.icofont-emo-angry:before {
  content: "\ebaf";
}

.icofont-emo-astonished:before {
  content: "\ebb0";
}

.icofont-emo-confounded:before {
  content: "\ebb1";
}

.icofont-emo-confused:before {
  content: "\ebb2";
}

.icofont-emo-crying:before {
  content: "\ebb3";
}

.icofont-emo-dizzy:before {
  content: "\ebb4";
}

.icofont-emo-expressionless:before {
  content: "\ebb5";
}

.icofont-emo-heart-eyes:before {
  content: "\ebb6";
}

.icofont-emo-laughing:before {
  content: "\ebb7";
}

.icofont-emo-nerd-smile:before {
  content: "\ebb8";
}

.icofont-emo-open-mouth:before {
  content: "\ebb9";
}

.icofont-emo-rage:before {
  content: "\ebba";
}

.icofont-emo-rolling-eyes:before {
  content: "\ebbb";
}

.icofont-emo-sad:before {
  content: "\ebbc";
}

.icofont-emo-simple-smile:before {
  content: "\ebbd";
}

.icofont-emo-slightly-smile:before {
  content: "\ebbe";
}

.icofont-emo-smirk:before {
  content: "\ebbf";
}

.icofont-emo-stuck-out-tongue:before {
  content: "\ebc0";
}

.icofont-emo-wink-smile:before {
  content: "\ebc1";
}

.icofont-emo-worried:before {
  content: "\ebc2";
}

.icofont-architecture-alt:before {
  content: "\ebc3";
}

.icofont-architecture:before {
  content: "\ebc4";
}

.icofont-barricade:before {
  content: "\ebc5";
}

.icofont-bricks:before {
  content: "\ebc6";
}

.icofont-calculations:before {
  content: "\ebc7";
}

.icofont-cement-mix:before {
  content: "\ebc8";
}

.icofont-cement-mixer:before {
  content: "\ebc9";
}

.icofont-danger-zone:before {
  content: "\ebca";
}

.icofont-drill:before {
  content: "\ebcb";
}

.icofont-eco-energy:before {
  content: "\ebcc";
}

.icofont-eco-environmen:before {
  content: "\ebcd";
}

.icofont-energy-air:before {
  content: "\ebce";
}

.icofont-energy-oil:before {
  content: "\ebcf";
}

.icofont-energy-savings:before {
  content: "\ebd0";
}

.icofont-energy-solar:before {
  content: "\ebd1";
}

.icofont-energy-water:before {
  content: "\ebd2";
}

.icofont-engineer:before {
  content: "\ebd3";
}

.icofont-fire-extinguisher-alt:before {
  content: "\ebd4";
}

.icofont-fix-tools:before {
  content: "\ebd5";
}

.icofont-glue-oil:before {
  content: "\ebd6";
}

.icofont-hammer-alt:before {
  content: "\ebd7";
}

.icofont-help-robot:before {
  content: "\ebd8";
}

.icofont-industries-alt-1:before {
  content: "\ebd9";
}

.icofont-industries-alt-2:before {
  content: "\ebda";
}

.icofont-industries-alt-3:before {
  content: "\ebdb";
}

.icofont-industries-alt-4:before {
  content: "\ebdc";
}

.icofont-industries-alt-5:before {
  content: "\ebdd";
}

.icofont-industries:before {
  content: "\ebde";
}

.icofont-labour:before {
  content: "\ebdf";
}

.icofont-mining:before {
  content: "\ebe0";
}

.icofont-paint-brush:before {
  content: "\ebe1";
}

.icofont-pollution:before {
  content: "\ebe2";
}

.icofont-power-zone:before {
  content: "\ebe3";
}

.icofont-radio-active:before {
  content: "\ebe4";
}

.icofont-recycle-alt:before {
  content: "\ebe5";
}

.icofont-recycling-man:before {
  content: "\ebe6";
}

.icofont-safety-hat-light:before {
  content: "\ebe7";
}

.icofont-safety-hat:before {
  content: "\ebe8";
}

.icofont-saw:before {
  content: "\ebe9";
}

.icofont-screw-driver:before {
  content: "\ebea";
}

.icofont-settings-alt:before {
  content: "\ebeb";
}

.icofont-tools-alt-1:before {
  content: "\ebec";
}

.icofont-tools-alt-2:before {
  content: "\ebed";
}

.icofont-tools-bag:before {
  content: "\ebee";
}

.icofont-trolley:before {
  content: "\ebef";
}

.icofont-trowel:before {
  content: "\ebf0";
}

.icofont-under-construction-alt:before {
  content: "\ebf1";
}

.icofont-under-construction:before {
  content: "\ebf2";
}

.icofont-vehicle-cement:before {
  content: "\ebf3";
}

.icofont-vehicle-crane:before {
  content: "\ebf4";
}

.icofont-vehicle-delivery-van:before {
  content: "\ebf5";
}

.icofont-vehicle-dozer:before {
  content: "\ebf6";
}

.icofont-vehicle-excavator:before {
  content: "\ebf7";
}

.icofont-vehicle-trucktor:before {
  content: "\ebf8";
}

.icofont-vehicle-wrecking:before {
  content: "\ebf9";
}

.icofont-worker-group:before {
  content: "\ebfa";
}

.icofont-worker:before {
  content: "\ebfb";
}

.icofont-wrench:before {
  content: "\ebfc";
}

.icofont-file-audio:before {
  content: "\ebfd";
}

.icofont-file-avi-mp4:before {
  content: "\ebfe";
}

.icofont-file-bmp:before {
  content: "\ebff";
}

.icofont-file-code:before {
  content: "\ec00";
}

.icofont-file-css:before {
  content: "\ec01";
}

.icofont-file-document:before {
  content: "\ec02";
}

.icofont-file-eps:before {
  content: "\ec03";
}

.icofont-file-excel:before {
  content: "\ec04";
}

.icofont-file-exe:before {
  content: "\ec05";
}

.icofont-file-file:before {
  content: "\ec06";
}

.icofont-file-flv:before {
  content: "\ec07";
}

.icofont-file-gif:before {
  content: "\ec08";
}

.icofont-file-html5:before {
  content: "\ec09";
}

.icofont-file-image:before {
  content: "\ec0a";
}

.icofont-file-iso:before {
  content: "\ec0b";
}

.icofont-file-java:before {
  content: "\ec0c";
}

.icofont-file-javascript:before {
  content: "\ec0d";
}

.icofont-file-jpg:before {
  content: "\ec0e";
}

.icofont-file-midi:before {
  content: "\ec0f";
}

.icofont-file-mov:before {
  content: "\ec10";
}

.icofont-file-mp3:before {
  content: "\ec11";
}

.icofont-file-pdf:before {
  content: "\ec12";
}

.icofont-file-php:before {
  content: "\ec13";
}

.icofont-file-png:before {
  content: "\ec14";
}

.icofont-file-powerpoint:before {
  content: "\ec15";
}

.icofont-file-presentation:before {
  content: "\ec16";
}

.icofont-file-psb:before {
  content: "\ec17";
}

.icofont-file-psd:before {
  content: "\ec18";
}

.icofont-file-python:before {
  content: "\ec19";
}

.icofont-file-ruby:before {
  content: "\ec1a";
}

.icofont-file-spreadsheet:before {
  content: "\ec1b";
}

.icofont-file-sql:before {
  content: "\ec1c";
}

.icofont-file-svg:before {
  content: "\ec1d";
}

.icofont-file-text:before {
  content: "\ec1e";
}

.icofont-file-tiff:before {
  content: "\ec1f";
}

.icofont-file-video:before {
  content: "\ec20";
}

.icofont-file-wave:before {
  content: "\ec21";
}

.icofont-file-wmv:before {
  content: "\ec22";
}

.icofont-file-word:before {
  content: "\ec23";
}

.icofont-file-zip:before {
  content: "\ec24";
}

.icofont-apple:before {
  content: "\ec25";
}

.icofont-arabian-coffee:before {
  content: "\ec26";
}

.icofont-artichoke:before {
  content: "\ec27";
}

.icofont-asparagus:before {
  content: "\ec28";
}

.icofont-avocado:before {
  content: "\ec29";
}

.icofont-baby-food:before {
  content: "\ec2a";
}

.icofont-banana:before {
  content: "\ec2b";
}

.icofont-bbq:before {
  content: "\ec2c";
}

.icofont-beans:before {
  content: "\ec2d";
}

.icofont-beer:before {
  content: "\ec2e";
}

.icofont-bell-pepper-capsicum:before {
  content: "\ec2f";
}

.icofont-birthday-cake:before {
  content: "\ec30";
}

.icofont-bread:before {
  content: "\ec31";
}

.icofont-broccoli:before {
  content: "\ec32";
}

.icofont-burger:before {
  content: "\ec33";
}

.icofont-cabbage:before {
  content: "\ec34";
}

.icofont-carrot:before {
  content: "\ec35";
}

.icofont-cauli-flower:before {
  content: "\ec36";
}

.icofont-cheese:before {
  content: "\ec37";
}

.icofont-chef:before {
  content: "\ec38";
}

.icofont-cherry:before {
  content: "\ec39";
}

.icofont-chicken-fry:before {
  content: "\ec3a";
}

.icofont-chicken:before {
  content: "\ec3b";
}

.icofont-cocktail:before {
  content: "\ec3c";
}

.icofont-coconut:before {
  content: "\ec3d";
}

.icofont-coffee-alt:before {
  content: "\ec3e";
}

.icofont-coffee-mug:before {
  content: "\ec3f";
}

.icofont-coffee-pot:before {
  content: "\ec40";
}

.icofont-cola:before {
  content: "\ec41";
}

.icofont-corn:before {
  content: "\ec42";
}

.icofont-croissant:before {
  content: "\ec43";
}

.icofont-crop-plant:before {
  content: "\ec44";
}

.icofont-cucumber:before {
  content: "\ec45";
}

.icofont-cup-cake:before {
  content: "\ec46";
}

.icofont-dining-table:before {
  content: "\ec47";
}

.icofont-donut:before {
  content: "\ec48";
}

.icofont-egg-plant:before {
  content: "\ec49";
}

.icofont-egg-poached:before {
  content: "\ec4a";
}

.icofont-farmer:before {
  content: "\ec4b";
}

.icofont-farmer1:before {
  content: "\ec4c";
}

.icofont-fast-food:before {
  content: "\ec4d";
}

.icofont-fish:before {
  content: "\ec4e";
}

.icofont-food-basket:before {
  content: "\ec4f";
}

.icofont-food-cart:before {
  content: "\ec50";
}

.icofont-fork-and-knife:before {
  content: "\ec51";
}

.icofont-french-fries:before {
  content: "\ec52";
}

.icofont-fresh-juice:before {
  content: "\ec53";
}

.icofont-fruits:before {
  content: "\ec54";
}

.icofont-grapes:before {
  content: "\ec55";
}

.icofont-honey:before {
  content: "\ec56";
}

.icofont-hot-dog:before {
  content: "\ec57";
}

.icofont-hotel-alt:before {
  content: "\ec58";
}

.icofont-ice-cream-alt:before {
  content: "\ec59";
}

.icofont-ice-cream:before {
  content: "\ec5a";
}

.icofont-ketchup:before {
  content: "\ec5b";
}

.icofont-kiwi:before {
  content: "\ec5c";
}

.icofont-layered-cake:before {
  content: "\ec5d";
}

.icofont-lemon-alt:before {
  content: "\ec5e";
}

.icofont-lobster:before {
  content: "\ec5f";
}

.icofont-mango:before {
  content: "\ec60";
}

.icofont-milk:before {
  content: "\ec61";
}

.icofont-mushroom:before {
  content: "\ec62";
}

.icofont-noodles:before {
  content: "\ec63";
}

.icofont-onion:before {
  content: "\ec64";
}

.icofont-orange:before {
  content: "\ec65";
}

.icofont-pear:before {
  content: "\ec66";
}

.icofont-peas:before {
  content: "\ec67";
}

.icofont-pepper:before {
  content: "\ec68";
}

.icofont-pie-alt:before {
  content: "\ec69";
}

.icofont-pineapple:before {
  content: "\ec6a";
}

.icofont-pizza-slice:before {
  content: "\ec6b";
}

.icofont-pizza:before {
  content: "\ec6c";
}

.icofont-plant:before {
  content: "\ec6d";
}

.icofont-popcorn:before {
  content: "\ec6e";
}

.icofont-potato:before {
  content: "\ec6f";
}

.icofont-pumpkin:before {
  content: "\ec70";
}

.icofont-raddish:before {
  content: "\ec71";
}

.icofont-restaurant-menu:before {
  content: "\ec72";
}

.icofont-restaurant:before {
  content: "\ec73";
}

.icofont-salt-and-pepper:before {
  content: "\ec74";
}

.icofont-sandwich:before {
  content: "\ec75";
}

.icofont-sausage:before {
  content: "\ec76";
}

.icofont-shrimp:before {
  content: "\ec77";
}

.icofont-sof-drinks:before {
  content: "\ec78";
}

.icofont-soup-bowl:before {
  content: "\ec79";
}

.icofont-spoon-and-fork:before {
  content: "\ec7a";
}

.icofont-steak:before {
  content: "\ec7b";
}

.icofont-strawberry:before {
  content: "\ec7c";
}

.icofont-sub-sandwich:before {
  content: "\ec7d";
}

.icofont-sushi:before {
  content: "\ec7e";
}

.icofont-taco:before {
  content: "\ec7f";
}

.icofont-tea-pot:before {
  content: "\ec80";
}

.icofont-tea:before {
  content: "\ec81";
}

.icofont-tomato:before {
  content: "\ec82";
}

.icofont-waiter-alt:before {
  content: "\ec83";
}

.icofont-watermelon:before {
  content: "\ec84";
}

.icofont-wheat:before {
  content: "\ec85";
}

.icofont-abc:before {
  content: "\ec86";
}

.icofont-baby-cloth:before {
  content: "\ec87";
}

.icofont-baby-milk-bottle:before {
  content: "\ec88";
}

.icofont-baby-trolley:before {
  content: "\ec89";
}

.icofont-back-pack:before {
  content: "\ec8a";
}

.icofont-candy:before {
  content: "\ec8b";
}

.icofont-cycling:before {
  content: "\ec8c";
}

.icofont-holding-hands:before {
  content: "\ec8d";
}

.icofont-infant-nipple:before {
  content: "\ec8e";
}

.icofont-kids-scooter:before {
  content: "\ec8f";
}

.icofont-safety-pin:before {
  content: "\ec90";
}

.icofont-teddy-bear:before {
  content: "\ec91";
}

.icofont-toy-ball:before {
  content: "\ec92";
}

.icofont-toy-cat:before {
  content: "\ec93";
}

.icofont-toy-duck:before {
  content: "\ec94";
}

.icofont-toy-elephant:before {
  content: "\ec95";
}

.icofont-toy-hand:before {
  content: "\ec96";
}

.icofont-toy-horse:before {
  content: "\ec97";
}

.icofont-toy-lattu:before {
  content: "\ec98";
}

.icofont-toy-train:before {
  content: "\ec99";
}

.icofont-unique-idea:before {
  content: "\ec9a";
}

.icofont-bag-alt:before {
  content: "\ec9b";
}

.icofont-burglar:before {
  content: "\ec9c";
}

.icofont-cannon-firing:before {
  content: "\ec9d";
}

.icofont-cc-camera:before {
  content: "\ec9e";
}

.icofont-cop-badge:before {
  content: "\ec9f";
}

.icofont-cop:before {
  content: "\eca0";
}

.icofont-court-hammer:before {
  content: "\eca1";
}

.icofont-court:before {
  content: "\eca2";
}

.icofont-finger-print:before {
  content: "\eca3";
}

.icofont-handcuff-alt:before {
  content: "\eca4";
}

.icofont-handcuff:before {
  content: "\eca5";
}

.icofont-investigation:before {
  content: "\eca6";
}

.icofont-investigator:before {
  content: "\eca7";
}

.icofont-jail:before {
  content: "\eca8";
}

.icofont-judge:before {
  content: "\eca9";
}

.icofont-law-alt-1:before {
  content: "\ecaa";
}

.icofont-law-alt-2:before {
  content: "\ecab";
}

.icofont-law-alt-3:before {
  content: "\ecac";
}

.icofont-law-book:before {
  content: "\ecad";
}

.icofont-law-document:before {
  content: "\ecae";
}

.icofont-law:before {
  content: "\ecaf";
}

.icofont-lawyer-alt-1:before {
  content: "\ecb0";
}

.icofont-lawyer-alt-2:before {
  content: "\ecb1";
}

.icofont-lawyer:before {
  content: "\ecb2";
}

.icofont-order:before {
  content: "\ecb3";
}

.icofont-pistol:before {
  content: "\ecb4";
}

.icofont-police-badge:before {
  content: "\ecb5";
}

.icofont-police-cap:before {
  content: "\ecb6";
}

.icofont-police-car-alt-1:before {
  content: "\ecb7";
}

.icofont-police-car-alt-2:before {
  content: "\ecb8";
}

.icofont-police-hat:before {
  content: "\ecb9";
}

.icofont-police-van:before {
  content: "\ecba";
}

.icofont-police:before {
  content: "\ecbb";
}

.icofont-protect:before {
  content: "\ecbc";
}

.icofont-scales:before {
  content: "\ecbd";
}

.icofont-thief-alt:before {
  content: "\ecbe";
}

.icofont-thief:before {
  content: "\ecbf";
}

.icofont-abacus-alt:before {
  content: "\ecc0";
}

.icofont-abacus:before {
  content: "\ecc1";
}

.icofont-angle:before {
  content: "\ecc2";
}

.icofont-calculator-alt-1:before {
  content: "\ecc3";
}

.icofont-calculator-alt-2:before {
  content: "\ecc4";
}

.icofont-circle-ruler-alt:before {
  content: "\ecc5";
}

.icofont-circle-ruler:before {
  content: "\ecc6";
}

.icofont-compass-alt-1:before {
  content: "\ecc7";
}

.icofont-compass-alt-2:before {
  content: "\ecc8";
}

.icofont-compass-alt-3:before {
  content: "\ecc9";
}

.icofont-compass-alt-4:before {
  content: "\ecca";
}

.icofont-degrees-alt-1:before {
  content: "\eccb";
}

.icofont-degrees-alt-2:before {
  content: "\eccc";
}

.icofont-degrees:before {
  content: "\eccd";
}

.icofont-golden-ratio:before {
  content: "\ecce";
}

.icofont-marker-alt-1:before {
  content: "\eccf";
}

.icofont-marker-alt-2:before {
  content: "\ecd0";
}

.icofont-marker-alt-3:before {
  content: "\ecd1";
}

.icofont-mathematical-alt-1:before {
  content: "\ecd2";
}

.icofont-mathematical-alt-2:before {
  content: "\ecd3";
}

.icofont-mathematical:before {
  content: "\ecd4";
}

.icofont-pen-alt-1:before {
  content: "\ecd5";
}

.icofont-pen-alt-2:before {
  content: "\ecd6";
}

.icofont-pen-alt-3:before {
  content: "\ecd7";
}

.icofont-pen-holder-alt-1:before {
  content: "\ecd8";
}

.icofont-pen-holder:before {
  content: "\ecd9";
}

.icofont-pencil-alt-1:before {
  content: "\ecda";
}

.icofont-pencil-alt-2:before {
  content: "\ecdb";
}

.icofont-pencil-alt-3:before {
  content: "\ecdc";
}

.icofont-pencil-alt-4:before {
  content: "\ecdd";
}

.icofont-ruler-alt-1:before {
  content: "\ecde";
}

.icofont-ruler-alt-2:before {
  content: "\ecdf";
}

.icofont-ruler-compass-alt:before {
  content: "\ece0";
}

.icofont-ruler-compass:before {
  content: "\ece1";
}

.icofont-ruler-pencil-alt-1:before {
  content: "\ece2";
}

.icofont-ruler-pencil-alt-2:before {
  content: "\ece3";
}

.icofont-ruler-pencil:before {
  content: "\ece4";
}

.icofont-ruler:before {
  content: "\ece5";
}

.icofont-rulers-alt:before {
  content: "\ece6";
}

.icofont-rulers:before {
  content: "\ece7";
}

.icofont-square-root:before {
  content: "\ece8";
}

.icofont-aids:before {
  content: "\ece9";
}

.icofont-ambulance:before {
  content: "\ecea";
}

.icofont-autism:before {
  content: "\eceb";
}

.icofont-bandage:before {
  content: "\ecec";
}

.icofont-bed-patient:before {
  content: "\eced";
}

.icofont-blind:before {
  content: "\ecee";
}

.icofont-blood-drop:before {
  content: "\ecef";
}

.icofont-blood-test:before {
  content: "\ecf0";
}

.icofont-blood:before {
  content: "\ecf1";
}

.icofont-capsule:before {
  content: "\ecf2";
}

.icofont-crutches:before {
  content: "\ecf3";
}

.icofont-dna-alt-1:before {
  content: "\ecf4";
}

.icofont-dna:before {
  content: "\ecf5";
}

.icofont-doctor-alt:before {
  content: "\ecf6";
}

.icofont-doctor:before {
  content: "\ecf7";
}

.icofont-drug-pack:before {
  content: "\ecf8";
}

.icofont-drug:before {
  content: "\ecf9";
}

.icofont-eye-alt:before {
  content: "\ecfa";
}

.icofont-first-aid-alt:before {
  content: "\ecfb";
}

.icofont-garbage:before {
  content: "\ecfc";
}

.icofont-heart-alt:before {
  content: "\ecfd";
}

.icofont-heartbeat:before {
  content: "\ecfe";
}

.icofont-herbal:before {
  content: "\ecff";
}

.icofont-hospital:before {
  content: "\ed00";
}

.icofont-icu:before {
  content: "\ed01";
}

.icofont-injection-syringe:before {
  content: "\ed02";
}

.icofont-laboratory:before {
  content: "\ed03";
}

.icofont-medical-sign-alt:before {
  content: "\ed04";
}

.icofont-medical-sign:before {
  content: "\ed05";
}

.icofont-nurse-alt:before {
  content: "\ed06";
}

.icofont-nurse:before {
  content: "\ed07";
}

.icofont-nursing-home:before {
  content: "\ed08";
}

.icofont-operation-theater:before {
  content: "\ed09";
}

.icofont-paralysis-disability:before {
  content: "\ed0a";
}

.icofont-pills:before {
  content: "\ed0b";
}

.icofont-prescription:before {
  content: "\ed0c";
}

.icofont-pulse:before {
  content: "\ed0d";
}

.icofont-stethoscope-alt:before {
  content: "\ed0e";
}

.icofont-stethoscope:before {
  content: "\ed0f";
}

.icofont-stretcher:before {
  content: "\ed10";
}

.icofont-surgeon-alt:before {
  content: "\ed11";
}

.icofont-surgeon:before {
  content: "\ed12";
}

.icofont-tablets:before {
  content: "\ed13";
}

.icofont-test-bottle:before {
  content: "\ed14";
}

.icofont-test-tube:before {
  content: "\ed15";
}

.icofont-thermometer-alt:before {
  content: "\ed16";
}

.icofont-tooth:before {
  content: "\ed17";
}

.icofont-xray:before {
  content: "\ed18";
}

.icofont-ui-add:before {
  content: "\ed19";
}

.icofont-ui-alarm:before {
  content: "\ed1a";
}

.icofont-ui-battery:before {
  content: "\ed1b";
}

.icofont-ui-block:before {
  content: "\ed1c";
}

.icofont-ui-bluetooth:before {
  content: "\ed1d";
}

.icofont-ui-brightness:before {
  content: "\ed1e";
}

.icofont-ui-browser:before {
  content: "\ed1f";
}

.icofont-ui-calculator:before {
  content: "\ed20";
}

.icofont-ui-calendar:before {
  content: "\ed21";
}

.icofont-ui-call:before {
  content: "\ed22";
}

.icofont-ui-camera:before {
  content: "\ed23";
}

.icofont-ui-cart:before {
  content: "\ed24";
}

.icofont-ui-cell-phone:before {
  content: "\ed25";
}

.icofont-ui-chat:before {
  content: "\ed26";
}

.icofont-ui-check:before {
  content: "\ed27";
}

.icofont-ui-clip-board:before {
  content: "\ed28";
}

.icofont-ui-clip:before {
  content: "\ed29";
}

.icofont-ui-clock:before {
  content: "\ed2a";
}

.icofont-ui-close:before {
  content: "\ed2b";
}

.icofont-ui-contact-list:before {
  content: "\ed2c";
}

.icofont-ui-copy:before {
  content: "\ed2d";
}

.icofont-ui-cut:before {
  content: "\ed2e";
}

.icofont-ui-delete:before {
  content: "\ed2f";
}

.icofont-ui-dial-phone:before {
  content: "\ed30";
}

.icofont-ui-edit:before {
  content: "\ed31";
}

.icofont-ui-email:before {
  content: "\ed32";
}

.icofont-ui-file:before {
  content: "\ed33";
}

.icofont-ui-fire-wall:before {
  content: "\ed34";
}

.icofont-ui-flash-light:before {
  content: "\ed35";
}

.icofont-ui-flight:before {
  content: "\ed36";
}

.icofont-ui-folder:before {
  content: "\ed37";
}

.icofont-ui-game:before {
  content: "\ed38";
}

.icofont-ui-handicapped:before {
  content: "\ed39";
}

.icofont-ui-head-phone:before {
  content: "\ed3a";
}

.icofont-ui-home:before {
  content: "\ed3b";
}

.icofont-ui-image:before {
  content: "\ed3c";
}

.icofont-ui-keyboard:before {
  content: "\ed3d";
}

.icofont-ui-laoding:before {
  content: "\ed3e";
}

.icofont-ui-lock:before {
  content: "\ed3f";
}

.icofont-ui-love-add:before {
  content: "\ed40";
}

.icofont-ui-love-broken:before {
  content: "\ed41";
}

.icofont-ui-love-remove:before {
  content: "\ed42";
}

.icofont-ui-love:before {
  content: "\ed43";
}

.icofont-ui-map:before {
  content: "\ed44";
}

.icofont-ui-message:before {
  content: "\ed45";
}

.icofont-ui-messaging:before {
  content: "\ed46";
}

.icofont-ui-movie:before {
  content: "\ed47";
}

.icofont-ui-music-player:before {
  content: "\ed48";
}

.icofont-ui-music:before {
  content: "\ed49";
}

.icofont-ui-mute:before {
  content: "\ed4a";
}

.icofont-ui-network:before {
  content: "\ed4b";
}

.icofont-ui-next:before {
  content: "\ed4c";
}

.icofont-ui-note:before {
  content: "\ed4d";
}

.icofont-ui-office:before {
  content: "\ed4e";
}

.icofont-ui-password:before {
  content: "\ed4f";
}

.icofont-ui-pause:before {
  content: "\ed50";
}

.icofont-ui-play-stop:before {
  content: "\ed51";
}

.icofont-ui-play:before {
  content: "\ed52";
}

.icofont-ui-pointer:before {
  content: "\ed53";
}

.icofont-ui-power:before {
  content: "\ed54";
}

.icofont-ui-press:before {
  content: "\ed55";
}

.icofont-ui-previous:before {
  content: "\ed56";
}

.icofont-ui-rate-add:before {
  content: "\ed57";
}

.icofont-ui-rate-blank:before {
  content: "\ed58";
}

.icofont-ui-rate-remove:before {
  content: "\ed59";
}

.icofont-ui-rating:before {
  content: "\ed5a";
}

.icofont-ui-record:before {
  content: "\ed5b";
}

.icofont-ui-remove:before {
  content: "\ed5c";
}

.icofont-ui-reply:before {
  content: "\ed5d";
}

.icofont-ui-rotation:before {
  content: "\ed5e";
}

.icofont-ui-rss:before {
  content: "\ed5f";
}

.icofont-ui-search:before {
  content: "\ed60";
}

.icofont-ui-settings:before {
  content: "\ed61";
}

.icofont-ui-social-link:before {
  content: "\ed62";
}

.icofont-ui-tag:before {
  content: "\ed63";
}

.icofont-ui-text-chat:before {
  content: "\ed64";
}

.icofont-ui-text-loading:before {
  content: "\ed65";
}

.icofont-ui-theme:before {
  content: "\ed66";
}

.icofont-ui-timer:before {
  content: "\ed67";
}

.icofont-ui-touch-phone:before {
  content: "\ed68";
}

.icofont-ui-travel:before {
  content: "\ed69";
}

.icofont-ui-unlock:before {
  content: "\ed6a";
}

.icofont-ui-user-group:before {
  content: "\ed6b";
}

.icofont-ui-user:before {
  content: "\ed6c";
}

.icofont-ui-v-card:before {
  content: "\ed6d";
}

.icofont-ui-video-chat:before {
  content: "\ed6e";
}

.icofont-ui-video-message:before {
  content: "\ed6f";
}

.icofont-ui-video-play:before {
  content: "\ed70";
}

.icofont-ui-video:before {
  content: "\ed71";
}

.icofont-ui-volume:before {
  content: "\ed72";
}

.icofont-ui-weather:before {
  content: "\ed73";
}

.icofont-ui-wifi:before {
  content: "\ed74";
}

.icofont-ui-zoom-in:before {
  content: "\ed75";
}

.icofont-ui-zoom-out:before {
  content: "\ed76";
}

.icofont-cassette-player:before {
  content: "\ed77";
}

.icofont-cassette:before {
  content: "\ed78";
}

.icofont-forward:before {
  content: "\ed79";
}

.icofont-game:before {
  content: "\ed7a";
}

.icofont-guiter:before {
  content: "\ed7b";
}

.icofont-headphone-alt-1:before {
  content: "\ed7c";
}

.icofont-headphone-alt-2:before {
  content: "\ed7d";
}

.icofont-headphone-alt-3:before {
  content: "\ed7e";
}

.icofont-listening:before {
  content: "\ed7f";
}

.icofont-megaphone-alt:before {
  content: "\ed80";
}

.icofont-megaphone:before {
  content: "\ed81";
}

.icofont-movie:before {
  content: "\ed82";
}

.icofont-mp3-player:before {
  content: "\ed83";
}

.icofont-multimedia:before {
  content: "\ed84";
}

.icofont-music-disk:before {
  content: "\ed85";
}

.icofont-music-note:before {
  content: "\ed86";
}

.icofont-pause:before {
  content: "\ed87";
}

.icofont-play-alt-1:before {
  content: "\ed88";
}

.icofont-play-alt-2:before {
  content: "\ed89";
}

.icofont-play-alt-3:before {
  content: "\ed8a";
}

.icofont-play-pause:before {
  content: "\ed8b";
}

.icofont-record:before {
  content: "\ed8c";
}

.icofont-retro-music-disk:before {
  content: "\ed8d";
}

.icofont-rewind:before {
  content: "\ed8e";
}

.icofont-song-notes:before {
  content: "\ed8f";
}

.icofont-sound-wave-alt:before {
  content: "\ed90";
}

.icofont-sound-wave:before {
  content: "\ed91";
}

.icofont-stop:before {
  content: "\ed92";
}

.icofont-video-alt:before {
  content: "\ed93";
}

.icofont-video-cam:before {
  content: "\ed94";
}

.icofont-volume-bar:before {
  content: "\ed95";
}

.icofont-volume-mute:before {
  content: "\ed96";
}

.icofont-youtube-play:before {
  content: "\ed97";
}

.icofont-amazon-alt:before {
  content: "\ed98";
}

.icofont-amazon:before {
  content: "\ed99";
}

.icofont-american-express-alt:before {
  content: "\ed9a";
}

.icofont-american-express:before {
  content: "\ed9b";
}

.icofont-apple-pay-alt:before {
  content: "\ed9c";
}

.icofont-apple-pay:before {
  content: "\ed9d";
}

.icofont-bank-transfer-alt:before {
  content: "\ed9e";
}

.icofont-bank-transfer:before {
  content: "\ed9f";
}

.icofont-braintree-alt:before {
  content: "\eda0";
}

.icofont-braintree:before {
  content: "\eda1";
}

.icofont-cash-on-delivery-alt:before {
  content: "\eda2";
}

.icofont-cash-on-delivery:before {
  content: "\eda3";
}

.icofont-checkout-alt:before {
  content: "\eda4";
}

.icofont-checkout:before {
  content: "\eda5";
}

.icofont-diners-club-alt-1:before {
  content: "\eda6";
}

.icofont-diners-club-alt-2:before {
  content: "\eda7";
}

.icofont-diners-club-alt-3:before {
  content: "\eda8";
}

.icofont-diners-club:before {
  content: "\eda9";
}

.icofont-discover-alt:before {
  content: "\edaa";
}

.icofont-discover:before {
  content: "\edab";
}

.icofont-eway-alt:before {
  content: "\edac";
}

.icofont-eway:before {
  content: "\edad";
}

.icofont-google-wallet-alt-1:before {
  content: "\edae";
}

.icofont-google-wallet-alt-2:before {
  content: "\edaf";
}

.icofont-google-wallet-alt-3:before {
  content: "\edb0";
}

.icofont-google-wallet:before {
  content: "\edb1";
}

.icofont-jcb-alt:before {
  content: "\edb2";
}

.icofont-jcb:before {
  content: "\edb3";
}

.icofont-maestro-alt:before {
  content: "\edb4";
}

.icofont-maestro:before {
  content: "\edb5";
}

.icofont-mastercard-alt:before {
  content: "\edb6";
}

.icofont-mastercard:before {
  content: "\edb7";
}

.icofont-payoneer-alt:before {
  content: "\edb8";
}

.icofont-payoneer:before {
  content: "\edb9";
}

.icofont-paypal-alt:before {
  content: "\edba";
}

.icofont-paypal:before {
  content: "\edbb";
}

.icofont-sage-alt:before {
  content: "\edbc";
}

.icofont-sage:before {
  content: "\edbd";
}

.icofont-skrill-alt:before {
  content: "\edbe";
}

.icofont-skrill:before {
  content: "\edbf";
}

.icofont-stripe-alt:before {
  content: "\edc0";
}

.icofont-stripe:before {
  content: "\edc1";
}

.icofont-visa-alt:before {
  content: "\edc2";
}

.icofont-visa-electron:before {
  content: "\edc3";
}

.icofont-visa:before {
  content: "\edc4";
}

.icofont-western-union-alt:before {
  content: "\edc5";
}

.icofont-western-union:before {
  content: "\edc6";
}

.icofont-boy:before {
  content: "\edc7";
}

.icofont-business-man-alt-1:before {
  content: "\edc8";
}

.icofont-business-man-alt-2:before {
  content: "\edc9";
}

.icofont-business-man-alt-3:before {
  content: "\edca";
}

.icofont-business-man:before {
  content: "\edcb";
}

.icofont-funky-man:before {
  content: "\edcc";
}

.icofont-girl-alt:before {
  content: "\edcd";
}

.icofont-girl:before {
  content: "\edce";
}

.icofont-hotel-boy-alt:before {
  content: "\edcf";
}

.icofont-hotel-boy:before {
  content: "\edd0";
}

.icofont-man-in-glasses:before {
  content: "\edd1";
}

.icofont-user-alt-1:before {
  content: "\edd2";
}

.icofont-user-alt-2:before {
  content: "\edd3";
}

.icofont-user-alt-3:before {
  content: "\edd4";
}

.icofont-user-alt-4:before {
  content: "\edd5";
}

.icofont-user-alt-5:before {
  content: "\edd6";
}

.icofont-user-alt-6:before {
  content: "\edd7";
}

.icofont-user-alt-7:before {
  content: "\edd8";
}

.icofont-user-female:before {
  content: "\edd9";
}

.icofont-user-male:before {
  content: "\edda";
}

.icofont-user-suited:before {
  content: "\eddb";
}

.icofont-user:before {
  content: "\eddc";
}

.icofont-users-alt-1:before {
  content: "\eddd";
}

.icofont-users-alt-2:before {
  content: "\edde";
}

.icofont-users-alt-3:before {
  content: "\eddf";
}

.icofont-users-alt-4:before {
  content: "\ede0";
}

.icofont-users-alt-5:before {
  content: "\ede1";
}

.icofont-users-alt-6:before {
  content: "\ede2";
}

.icofont-users-social:before {
  content: "\ede3";
}

.icofont-users:before {
  content: "\ede4";
}

.icofont-waiter:before {
  content: "\ede5";
}

.icofont-woman-in-glasses:before {
  content: "\ede6";
}

.icofont-document-search:before {
  content: "\ede7";
}

.icofont-folder-search:before {
  content: "\ede8";
}

.icofont-home-search:before {
  content: "\ede9";
}

.icofont-job-search:before {
  content: "\edea";
}

.icofont-map-search:before {
  content: "\edeb";
}

.icofont-restaurant-search:before {
  content: "\edec";
}

.icofont-search-alt-1:before {
  content: "\eded";
}

.icofont-search-alt-2:before {
  content: "\edee";
}

.icofont-search:before {
  content: "\edef";
}

.icofont-stock-search:before {
  content: "\edf0";
}

.icofont-user-search:before {
  content: "\edf1";
}

.icofont-social-aim:before {
  content: "\edf2";
}

.icofont-social-badoo:before {
  content: "\edf3";
}

.icofont-social-bebo:before {
  content: "\edf4";
}

.icofont-social-behance:before {
  content: "\edf5";
}

.icofont-social-blogger:before {
  content: "\edf6";
}

.icofont-social-bootstrap:before {
  content: "\edf7";
}

.icofont-social-brightkite:before {
  content: "\edf8";
}

.icofont-social-cloudapp:before {
  content: "\edf9";
}

.icofont-social-concrete5:before {
  content: "\edfa";
}

.icofont-social-designbump:before {
  content: "\edfb";
}

.icofont-social-designfloat:before {
  content: "\edfc";
}

.icofont-social-deviantart:before {
  content: "\edfd";
}

.icofont-social-digg:before {
  content: "\edfe";
}

.icofont-social-dotcms:before {
  content: "\edff";
}

.icofont-social-dribble:before {
  content: "\ee00";
}

.icofont-social-dropbox:before {
  content: "\ee01";
}

.icofont-brand-drupal:before {
  content: "\ee02";
}

.icofont-social-ebuddy:before {
  content: "\ee03";
}

.icofont-social-ello:before {
  content: "\ee04";
}

.icofont-social-ember:before {
  content: "\ee05";
}

.icofont-social-envato:before {
  content: "\ee06";
}

.icofont-social-evernote:before {
  content: "\ee07";
}

.icofont-social-facebook:before {
  content: "\ee08";
}

.icofont-social-feedburner:before {
  content: "\ee09";
}

.icofont-social-folkd:before {
  content: "\ee0a";
}

.icofont-social-friendfeed:before {
  content: "\ee0b";
}

.icofont-social-ghost:before {
  content: "\ee0c";
}

.icofont-social-github:before {
  content: "\ee0d";
}

.icofont-social-gnome:before {
  content: "\ee0e";
}

.icofont-social-google-buzz:before {
  content: "\ee0f";
}

.icofont-social-google-map:before {
  content: "\ee10";
}

.icofont-social-google-plus:before {
  content: "\ee11";
}

.icofont-social-google-talk:before {
  content: "\ee12";
}

.icofont-social-hype-machine:before {
  content: "\ee13";
}

.icofont-social-instagram:before {
  content: "\ee14";
}

.icofont-brand-joomla:before {
  content: "\ee15";
}

.icofont-social-kickstarter:before {
  content: "\ee16";
}

.icofont-social-line:before {
  content: "\ee17";
}

.icofont-social-linux-mint:before {
  content: "\ee18";
}

.icofont-social-livejournal:before {
  content: "\ee19";
}

.icofont-social-magento:before {
  content: "\ee1a";
}

.icofont-social-meetup:before {
  content: "\ee1b";
}

.icofont-social-mixx:before {
  content: "\ee1c";
}

.icofont-social-newsvine:before {
  content: "\ee1d";
}

.icofont-social-nimbuss:before {
  content: "\ee1e";
}

.icofont-social-opencart:before {
  content: "\ee1f";
}

.icofont-social-oscommerce:before {
  content: "\ee20";
}

.icofont-social-pandora:before {
  content: "\ee21";
}

.icofont-social-picasa:before {
  content: "\ee22";
}

.icofont-social-pinterest:before {
  content: "\ee23";
}

.icofont-social-prestashop:before {
  content: "\ee24";
}

.icofont-social-qik:before {
  content: "\ee25";
}

.icofont-social-readernaut:before {
  content: "\ee26";
}

.icofont-social-reddit:before {
  content: "\ee27";
}

.icofont-social-rss:before {
  content: "\ee28";
}

.icofont-social-shopify:before {
  content: "\ee29";
}

.icofont-social-silverstripe:before {
  content: "\ee2a";
}

.icofont-social-skype:before {
  content: "\ee2b";
}

.icofont-social-slashdot:before {
  content: "\ee2c";
}

.icofont-social-smugmug:before {
  content: "\ee2d";
}

.icofont-social-steam:before {
  content: "\ee2e";
}

.icofont-social-stumbleupon:before {
  content: "\ee2f";
}

.icofont-social-technorati:before {
  content: "\ee30";
}

.icofont-social-telegram:before {
  content: "\ee31";
}

.icofont-social-tinder:before {
  content: "\ee32";
}

.icofont-social-tumblr:before {
  content: "\ee33";
}

.icofont-social-twitter:before {
  content: "\ee34";
}

.icofont-social-typo3:before {
  content: "\ee35";
}

.icofont-social-ubercart:before {
  content: "\ee36";
}

.icofont-social-viber:before {
  content: "\ee37";
}

.icofont-social-viddler:before {
  content: "\ee38";
}

.icofont-social-vimeo:before {
  content: "\ee39";
}

.icofont-social-vine:before {
  content: "\ee3a";
}

.icofont-social-virb:before {
  content: "\ee3b";
}

.icofont-social-virtuemart:before {
  content: "\ee3c";
}

.icofont-social-wechat:before {
  content: "\ee3d";
}

.icofont-brand-wordpress:before {
  content: "\ee3e";
}

.icofont-social-xing:before {
  content: "\ee3f";
}

.icofont-social-yahoo:before {
  content: "\ee40";
}

.icofont-social-yelp:before {
  content: "\ee41";
}

.icofont-social-zencart:before {
  content: "\ee42";
}

.icofont-badminton-birdie:before {
  content: "\ee43";
}

.icofont-baseball:before {
  content: "\ee44";
}

.icofont-baseballer:before {
  content: "\ee45";
}

.icofont-basketball-hoop:before {
  content: "\ee46";
}

.icofont-basketball:before {
  content: "\ee47";
}

.icofont-billiard-ball:before {
  content: "\ee48";
}

.icofont-boot-alt-1:before {
  content: "\ee49";
}

.icofont-boot-alt-2:before {
  content: "\ee4a";
}

.icofont-bowling-alt:before {
  content: "\ee4b";
}

.icofont-bowling:before {
  content: "\ee4c";
}

.icofont-canoe:before {
  content: "\ee4d";
}

.icofont-cheer-leader:before {
  content: "\ee4e";
}

.icofont-climbing:before {
  content: "\ee4f";
}

.icofont-corner:before {
  content: "\ee50";
}

.icofont-cyclist:before {
  content: "\ee51";
}

.icofont-dumbbell-alt:before {
  content: "\ee52";
}

.icofont-dumbbell:before {
  content: "\ee53";
}

.icofont-field-alt:before {
  content: "\ee54";
}

.icofont-field:before {
  content: "\ee55";
}

.icofont-football-alt:before {
  content: "\ee56";
}

.icofont-foul:before {
  content: "\ee57";
}

.icofont-goal-keeper:before {
  content: "\ee58";
}

.icofont-goal:before {
  content: "\ee59";
}

.icofont-golf-alt:before {
  content: "\ee5a";
}

.icofont-golf-bag:before {
  content: "\ee5b";
}

.icofont-golf-field:before {
  content: "\ee5c";
}

.icofont-golf:before {
  content: "\ee5d";
}

.icofont-golfer:before {
  content: "\ee5e";
}

.icofont-gym-alt-1:before {
  content: "\ee5f";
}

.icofont-gym-alt-2:before {
  content: "\ee60";
}

.icofont-gym-alt-3:before {
  content: "\ee61";
}

.icofont-gym:before {
  content: "\ee62";
}

.icofont-hand-grippers:before {
  content: "\ee63";
}

.icofont-heart-beat-alt:before {
  content: "\ee64";
}

.icofont-helmet:before {
  content: "\ee65";
}

.icofont-hockey-alt:before {
  content: "\ee66";
}

.icofont-hockey:before {
  content: "\ee67";
}

.icofont-ice-skate:before {
  content: "\ee68";
}

.icofont-jersey-alt:before {
  content: "\ee69";
}

.icofont-jersey:before {
  content: "\ee6a";
}

.icofont-jumping:before {
  content: "\ee6b";
}

.icofont-kick:before {
  content: "\ee6c";
}

.icofont-leg:before {
  content: "\ee6d";
}

.icofont-match-review:before {
  content: "\ee6e";
}

.icofont-medal-alt:before {
  content: "\ee6f";
}

.icofont-muscle-alt:before {
  content: "\ee70";
}

.icofont-muscle:before {
  content: "\ee71";
}

.icofont-offside:before {
  content: "\ee72";
}

.icofont-olympic-logo:before {
  content: "\ee73";
}

.icofont-olympic:before {
  content: "\ee74";
}

.icofont-padding:before {
  content: "\ee75";
}

.icofont-penalty-card:before {
  content: "\ee76";
}

.icofont-racer:before {
  content: "\ee77";
}

.icofont-racing-car:before {
  content: "\ee78";
}

.icofont-racing-flag-alt:before {
  content: "\ee79";
}

.icofont-racing-flag:before {
  content: "\ee7a";
}

.icofont-racings-wheel:before {
  content: "\ee7b";
}

.icofont-referee:before {
  content: "\ee7c";
}

.icofont-refree-jersey:before {
  content: "\ee7d";
}

.icofont-result:before {
  content: "\ee7e";
}

.icofont-rugby-ball:before {
  content: "\ee7f";
}

.icofont-rugby-player:before {
  content: "\ee80";
}

.icofont-rugby:before {
  content: "\ee81";
}

.icofont-runner-alt-1:before {
  content: "\ee82";
}

.icofont-runner-alt-2:before {
  content: "\ee83";
}

.icofont-runner:before {
  content: "\ee84";
}

.icofont-score-board:before {
  content: "\ee85";
}

.icofont-skiing-man:before {
  content: "\ee86";
}

.icofont-skydiving-goggles:before {
  content: "\ee87";
}

.icofont-snow-mobile:before {
  content: "\ee88";
}

.icofont-steering:before {
  content: "\ee89";
}

.icofont-substitute:before {
  content: "\ee8a";
}

.icofont-swimmer:before {
  content: "\ee8b";
}

.icofont-table-tennis:before {
  content: "\ee8c";
}

.icofont-team-alt:before {
  content: "\ee8d";
}

.icofont-team:before {
  content: "\ee8e";
}

.icofont-tennis-player:before {
  content: "\ee8f";
}

.icofont-tennis:before {
  content: "\ee90";
}

.icofont-time:before {
  content: "\ee91";
}

.icofont-track:before {
  content: "\ee92";
}

.icofont-tracking:before {
  content: "\ee93";
}

.icofont-trophy-alt:before {
  content: "\ee94";
}

.icofont-trophy:before {
  content: "\ee95";
}

.icofont-volleyball-alt:before {
  content: "\ee96";
}

.icofont-volleyball-fire:before {
  content: "\ee97";
}

.icofont-volleyball:before {
  content: "\ee98";
}

.icofont-water-bottle:before {
  content: "\ee99";
}

.icofont-whisle:before {
  content: "\ee9a";
}

.icofont-win-trophy:before {
  content: "\ee9b";
}

.icofont-align-center:before {
  content: "\ee9c";
}

.icofont-align-left:before {
  content: "\ee9d";
}

.icofont-align-right:before {
  content: "\ee9e";
}

.icofont-all-caps:before {
  content: "\ee9f";
}

.icofont-bold:before {
  content: "\eea0";
}

.icofont-brush:before {
  content: "\eea1";
}

.icofont-clip-board:before {
  content: "\eea2";
}

.icofont-code-alt:before {
  content: "\eea3";
}

.icofont-color-bucket:before {
  content: "\eea4";
}

.icofont-color-picker:before {
  content: "\eea5";
}

.icofont-copy-alt:before {
  content: "\eea6";
}

.icofont-copy-black:before {
  content: "\eea7";
}

.icofont-cut:before {
  content: "\eea8";
}

.icofont-delete-alt:before {
  content: "\eea9";
}

.icofont-edit-alt:before {
  content: "\eeaa";
}

.icofont-eraser-alt:before {
  content: "\eeab";
}

.icofont-file-alt:before {
  content: "\eeac";
}

.icofont-font:before {
  content: "\eead";
}

.icofont-header:before {
  content: "\eeae";
}

.icofont-indent:before {
  content: "\eeaf";
}

.icofont-italic-alt:before {
  content: "\eeb0";
}

.icofont-justify-all:before {
  content: "\eeb1";
}

.icofont-justify-center:before {
  content: "\eeb2";
}

.icofont-justify-left:before {
  content: "\eeb3";
}

.icofont-justify-right:before {
  content: "\eeb4";
}

.icofont-line-height:before {
  content: "\eeb5";
}

.icofont-link-alt:before {
  content: "\eeb6";
}

.icofont-listine-dots:before {
  content: "\eeb7";
}

.icofont-listing-box:before {
  content: "\eeb8";
}

.icofont-listing-number:before {
  content: "\eeb9";
}

.icofont-marker:before {
  content: "\eeba";
}

.icofont-outdent:before {
  content: "\eebb";
}

.icofont-paper-clip:before {
  content: "\eebc";
}

.icofont-paragraph:before {
  content: "\eebd";
}

.icofont-pin:before {
  content: "\eebe";
}

.icofont-printer:before {
  content: "\eebf";
}

.icofont-redo:before {
  content: "\eec0";
}

.icofont-rotation:before {
  content: "\eec1";
}

.icofont-save:before {
  content: "\eec2";
}

.icofont-small-cap:before {
  content: "\eec3";
}

.icofont-strike-through:before {
  content: "\eec4";
}

.icofont-sub-listing:before {
  content: "\eec5";
}

.icofont-subscript:before {
  content: "\eec6";
}

.icofont-superscript:before {
  content: "\eec7";
}

.icofont-table:before {
  content: "\eec8";
}

.icofont-text-height:before {
  content: "\eec9";
}

.icofont-text-width:before {
  content: "\eeca";
}

.icofont-trash:before {
  content: "\eecb";
}

.icofont-underline:before {
  content: "\eecc";
}

.icofont-undo:before {
  content: "\eecd";
}

.icofont-unlink:before {
  content: "\eece";
}

.icofont-air-balloon:before {
  content: "\eecf";
}

.icofont-airplane-alt:before {
  content: "\eed0";
}

.icofont-airplane:before {
  content: "\eed1";
}

.icofont-ambulance-crescent:before {
  content: "\eed2";
}

.icofont-ambulance-cross:before {
  content: "\eed3";
}

.icofont-articulated-truck:before {
  content: "\eed4";
}

.icofont-auto-rickshaw:before {
  content: "\eed5";
}

.icofont-bicycle-alt-1:before {
  content: "\eed6";
}

.icofont-bicycle-alt-2:before {
  content: "\eed7";
}

.icofont-bull-dozer:before {
  content: "\eed8";
}

.icofont-bus-alt-1:before {
  content: "\eed9";
}

.icofont-bus-alt-2:before {
  content: "\eeda";
}

.icofont-bus-alt-3:before {
  content: "\eedb";
}

.icofont-cable-car:before {
  content: "\eedc";
}

.icofont-car-alt-1:before {
  content: "\eedd";
}

.icofont-car-alt-2:before {
  content: "\eede";
}

.icofont-car-alt-3:before {
  content: "\eedf";
}

.icofont-car-alt-4:before {
  content: "\eee0";
}

.icofont-concrete-mixer:before {
  content: "\eee1";
}

.icofont-delivery-time:before {
  content: "\eee2";
}

.icofont-excavator:before {
  content: "\eee3";
}

.icofont-fast-delivery:before {
  content: "\eee4";
}

.icofont-fire-truck-alt:before {
  content: "\eee5";
}

.icofont-fire-truck:before {
  content: "\eee6";
}

.icofont-fork-lift:before {
  content: "\eee7";
}

.icofont-free-delivery:before {
  content: "\eee8";
}

.icofont-golf-cart:before {
  content: "\eee9";
}

.icofont-helicopter:before {
  content: "\eeea";
}

.icofont-motor-bike-alt:before {
  content: "\eeeb";
}

.icofont-motor-bike:before {
  content: "\eeec";
}

.icofont-motor-biker:before {
  content: "\eeed";
}

.icofont-oil-truck:before {
  content: "\eeee";
}

.icofont-police-car:before {
  content: "\eeef";
}

.icofont-rickshaw:before {
  content: "\eef0";
}

.icofont-rocket-alt-1:before {
  content: "\eef1";
}

.icofont-rocket-alt-2:before {
  content: "\eef2";
}

.icofont-sail-boat:before {
  content: "\eef3";
}

.icofont-scooter:before {
  content: "\eef4";
}

.icofont-sea-plane:before {
  content: "\eef5";
}

.icofont-ship-alt:before {
  content: "\eef6";
}

.icofont-speed-boat:before {
  content: "\eef7";
}

.icofont-taxi:before {
  content: "\eef8";
}

.icofont-tow-truck:before {
  content: "\eef9";
}

.icofont-tractor:before {
  content: "\eefa";
}

.icofont-traffic-light:before {
  content: "\eefb";
}

.icofont-train-line:before {
  content: "\eefc";
}

.icofont-train-steam:before {
  content: "\eefd";
}

.icofont-tram:before {
  content: "\eefe";
}

.icofont-truck-alt:before {
  content: "\eeff";
}

.icofont-truck-loaded:before {
  content: "\ef00";
}

.icofont-truck:before {
  content: "\ef01";
}

.icofont-van-alt:before {
  content: "\ef02";
}

.icofont-van:before {
  content: "\ef03";
}

.icofont-yacht:before {
  content: "\ef04";
}

.icofont-5-star-hotel:before {
  content: "\ef05";
}

.icofont-anchor-alt:before {
  content: "\ef06";
}

.icofont-beach-bed:before {
  content: "\ef07";
}

.icofont-camping-vest:before {
  content: "\ef08";
}

.icofont-coconut-alt:before {
  content: "\ef09";
}

.icofont-direction-sign:before {
  content: "\ef0a";
}

.icofont-hill-side:before {
  content: "\ef0b";
}

.icofont-island-alt:before {
  content: "\ef0c";
}

.icofont-long-drive:before {
  content: "\ef0d";
}

.icofont-map-pins:before {
  content: "\ef0e";
}

.icofont-plane-ticket:before {
  content: "\ef0f";
}

.icofont-sail-boat-alt-1:before {
  content: "\ef10";
}

.icofont-sail-boat-alt-2:before {
  content: "\ef11";
}

.icofont-sandals-female:before {
  content: "\ef12";
}

.icofont-sandals-male:before {
  content: "\ef13";
}

.icofont-travelling:before {
  content: "\ef14";
}

.icofont-breakdown:before {
  content: "\ef15";
}

.icofont-celsius:before {
  content: "\ef16";
}

.icofont-clouds:before {
  content: "\ef17";
}

.icofont-cloudy:before {
  content: "\ef18";
}

.icofont-compass-alt:before {
  content: "\ef19";
}

.icofont-dust:before {
  content: "\ef1a";
}

.icofont-eclipse:before {
  content: "\ef1b";
}

.icofont-fahrenheit:before {
  content: "\ef1c";
}

.icofont-forest-fire:before {
  content: "\ef1d";
}

.icofont-full-night:before {
  content: "\ef1e";
}

.icofont-full-sunny:before {
  content: "\ef1f";
}

.icofont-hail-night:before {
  content: "\ef20";
}

.icofont-hail-rainy-night:before {
  content: "\ef21";
}

.icofont-hail-rainy-sunny:before {
  content: "\ef22";
}

.icofont-hail-rainy:before {
  content: "\ef23";
}

.icofont-hail-sunny:before {
  content: "\ef24";
}

.icofont-hail-thunder-night:before {
  content: "\ef25";
}

.icofont-hail-thunder-sunny:before {
  content: "\ef26";
}

.icofont-hail-thunder:before {
  content: "\ef27";
}

.icofont-hail:before {
  content: "\ef28";
}

.icofont-hill-night:before {
  content: "\ef29";
}

.icofont-hill-sunny:before {
  content: "\ef2a";
}

.icofont-hill:before {
  content: "\ef2b";
}

.icofont-hurricane:before {
  content: "\ef2c";
}

.icofont-island:before {
  content: "\ef2d";
}

.icofont-meteor:before {
  content: "\ef2e";
}

.icofont-night:before {
  content: "\ef2f";
}

.icofont-rainy-night:before {
  content: "\ef30";
}

.icofont-rainy-sunny:before {
  content: "\ef31";
}

.icofont-rainy-thunder:before {
  content: "\ef32";
}

.icofont-rainy:before {
  content: "\ef33";
}

.icofont-showy-night-hail:before {
  content: "\ef34";
}

.icofont-snow-temp:before {
  content: "\ef35";
}

.icofont-snow:before {
  content: "\ef36";
}

.icofont-snowy-hail:before {
  content: "\ef37";
}

.icofont-snowy-night-rainy:before {
  content: "\ef38";
}

.icofont-snowy-night:before {
  content: "\ef39";
}

.icofont-snowy-rainy:before {
  content: "\ef3a";
}

.icofont-snowy-sunny-hail:before {
  content: "\ef3b";
}

.icofont-snowy-sunny-rainy:before {
  content: "\ef3c";
}

.icofont-snowy-sunny:before {
  content: "\ef3d";
}

.icofont-snowy-thunder-night:before {
  content: "\ef3e";
}

.icofont-snowy-thunder-sunny:before {
  content: "\ef3f";
}

.icofont-snowy-thunder:before {
  content: "\ef40";
}

.icofont-snowy-windy-night:before {
  content: "\ef41";
}

.icofont-snowy-windy-sunny:before {
  content: "\ef42";
}

.icofont-snowy-windy:before {
  content: "\ef43";
}

.icofont-snowy:before {
  content: "\ef44";
}

.icofont-sun-alt:before {
  content: "\ef45";
}

.icofont-sun-rise:before {
  content: "\ef46";
}

.icofont-sun-set:before {
  content: "\ef47";
}

.icofont-sunny-day-temp:before {
  content: "\ef48";
}

.icofont-sunny:before {
  content: "\ef49";
}

.icofont-thermometer:before {
  content: "\ef4a";
}

.icofont-thinder-light:before {
  content: "\ef4b";
}

.icofont-tornado:before {
  content: "\ef4c";
}

.icofont-umbrella-alt:before {
  content: "\ef4d";
}

.icofont-volcano:before {
  content: "\ef4e";
}

.icofont-wave:before {
  content: "\ef4f";
}

.icofont-wind-scale-0:before {
  content: "\ef50";
}

.icofont-wind-scale-1:before {
  content: "\ef51";
}

.icofont-wind-scale-2:before {
  content: "\ef52";
}

.icofont-wind-scale-3:before {
  content: "\ef53";
}

.icofont-wind-scale-4:before {
  content: "\ef54";
}

.icofont-wind-scale-5:before {
  content: "\ef55";
}

.icofont-wind-scale-6:before {
  content: "\ef56";
}

.icofont-wind-scale-7:before {
  content: "\ef57";
}

.icofont-wind-scale-8:before {
  content: "\ef58";
}

.icofont-wind-scale-9:before {
  content: "\ef59";
}

.icofont-wind-scale-10:before {
  content: "\ef5a";
}

.icofont-wind-scale-11:before {
  content: "\ef5b";
}

.icofont-wind-scale-12:before {
  content: "\ef5c";
}

.icofont-wind-waves:before {
  content: "\ef5d";
}

.icofont-wind:before {
  content: "\ef5e";
}

.icofont-windy-hail:before {
  content: "\ef5f";
}

.icofont-windy-night:before {
  content: "\ef60";
}

.icofont-windy-raining:before {
  content: "\ef61";
}

.icofont-windy-sunny:before {
  content: "\ef62";
}

.icofont-windy-thunder-raining:before {
  content: "\ef63";
}

.icofont-windy-thunder:before {
  content: "\ef64";
}

.icofont-windy:before {
  content: "\ef65";
}

.icofont-addons:before {
  content: "\ef66";
}

.icofont-address-book:before {
  content: "\ef67";
}

.icofont-adjust:before {
  content: "\ef68";
}

.icofont-alarm:before {
  content: "\ef69";
}

.icofont-anchor:before {
  content: "\ef6a";
}

.icofont-archive:before {
  content: "\ef6b";
}

.icofont-at:before {
  content: "\ef6c";
}

.icofont-attachment:before {
  content: "\ef6d";
}

.icofont-audio:before {
  content: "\ef6e";
}

.icofont-auto-mobile:before {
  content: "\ef6f";
}

.icofont-automation:before {
  content: "\ef70";
}

.icofont-baby:before {
  content: "\ef71";
}

.icofont-badge:before {
  content: "\ef72";
}

.icofont-bag:before {
  content: "\ef73";
}

.icofont-ban:before {
  content: "\ef74";
}

.icofont-bank:before {
  content: "\ef75";
}

.icofont-bar-code:before {
  content: "\ef76";
}

.icofont-bars:before {
  content: "\ef77";
}

.icofont-battery-empty:before {
  content: "\ef78";
}

.icofont-battery-full:before {
  content: "\ef79";
}

.icofont-battery-half:before {
  content: "\ef7a";
}

.icofont-battery-low:before {
  content: "\ef7b";
}

.icofont-beach:before {
  content: "\ef7c";
}

.icofont-beaker:before {
  content: "\ef7d";
}

.icofont-bear:before {
  content: "\ef7e";
}

.icofont-beard:before {
  content: "\ef7f";
}

.icofont-bed:before {
  content: "\ef80";
}

.icofont-bell:before {
  content: "\ef81";
}

.icofont-beverage:before {
  content: "\ef82";
}

.icofont-bicycle:before {
  content: "\ef83";
}

.icofont-bill:before {
  content: "\ef84";
}

.icofont-bin:before {
  content: "\ef85";
}

.icofont-binary:before {
  content: "\ef86";
}

.icofont-binoculars:before {
  content: "\ef87";
}

.icofont-bird:before {
  content: "\ef88";
}

.icofont-birds:before {
  content: "\ef89";
}

.icofont-black-board:before {
  content: "\ef8a";
}

.icofont-bluetooth:before {
  content: "\ef8b";
}

.icofont-bolt:before {
  content: "\ef8c";
}

.icofont-bomb:before {
  content: "\ef8d";
}

.icofont-book-mark:before {
  content: "\ef8e";
}

.icofont-book:before {
  content: "\ef8f";
}

.icofont-boot:before {
  content: "\ef90";
}

.icofont-box:before {
  content: "\ef91";
}

.icofont-brain:before {
  content: "\ef92";
}

.icofont-briefcase:before {
  content: "\ef93";
}

.icofont-broken:before {
  content: "\ef94";
}

.icofont-bucket:before {
  content: "\ef95";
}

.icofont-bucket1:before {
  content: "\ef96";
}

.icofont-bucket2:before {
  content: "\ef97";
}

.icofont-bug:before {
  content: "\ef98";
}

.icofont-building:before {
  content: "\ef99";
}

.icofont-bullet:before {
  content: "\ef9a";
}

.icofont-bullhorn:before {
  content: "\ef9b";
}

.icofont-bullseye:before {
  content: "\ef9c";
}

.icofont-bus:before {
  content: "\ef9d";
}

.icofont-butterfly:before {
  content: "\ef9e";
}

.icofont-cab:before {
  content: "\ef9f";
}

.icofont-calculator:before {
  content: "\efa0";
}

.icofont-calendar:before {
  content: "\efa1";
}

.icofont-camera-alt:before {
  content: "\efa2";
}

.icofont-camera:before {
  content: "\efa3";
}

.icofont-car:before {
  content: "\efa4";
}

.icofont-card:before {
  content: "\efa5";
}

.icofont-cart:before {
  content: "\efa6";
}

.icofont-cc:before {
  content: "\efa7";
}

.icofont-certificate:before {
  content: "\efa8";
}

.icofont-charging:before {
  content: "\efa9";
}

.icofont-chat:before {
  content: "\efaa";
}

.icofont-check-alt:before {
  content: "\efab";
}

.icofont-check-circled:before {
  content: "\efac";
}

.icofont-check:before {
  content: "\efad";
}

.icofont-checked:before {
  content: "\efae";
}

.icofont-children-care:before {
  content: "\efaf";
}

.icofont-clock-time:before {
  content: "\efb0";
}

.icofont-close-circled:before {
  content: "\efb1";
}

.icofont-close-line-circled:before {
  content: "\efb2";
}

.icofont-close-line-squared-alt:before {
  content: "\efb3";
}

.icofont-close-line-squared:before {
  content: "\efb4";
}

.icofont-close-line:before {
  content: "\efb5";
}

.icofont-close-squared-alt:before {
  content: "\efb6";
}

.icofont-close-squared:before {
  content: "\efb7";
}

.icofont-close:before {
  content: "\efb8";
}

.icofont-cloud-download:before {
  content: "\efb9";
}

.icofont-cloud-refresh:before {
  content: "\efba";
}

.icofont-cloud-upload:before {
  content: "\efbb";
}

.icofont-cloud:before {
  content: "\efbc";
}

.icofont-code-not-allowed:before {
  content: "\efbd";
}

.icofont-code:before {
  content: "\efbe";
}

.icofont-coffee-cup:before {
  content: "\efbf";
}

.icofont-comment:before {
  content: "\efc0";
}

.icofont-compass:before {
  content: "\efc1";
}

.icofont-computer:before {
  content: "\efc2";
}

.icofont-connection:before {
  content: "\efc3";
}

.icofont-console:before {
  content: "\efc4";
}

.icofont-contacts:before {
  content: "\efc5";
}

.icofont-contrast:before {
  content: "\efc6";
}

.icofont-copy:before {
  content: "\efc7";
}

.icofont-copyright:before {
  content: "\efc8";
}

.icofont-credit-card:before {
  content: "\efc9";
}

.icofont-crop:before {
  content: "\efca";
}

.icofont-crown:before {
  content: "\efcb";
}

.icofont-cube:before {
  content: "\efcc";
}

.icofont-cubes:before {
  content: "\efcd";
}

.icofont-culinary:before {
  content: "\efce";
}

.icofont-dashboard-web:before {
  content: "\efcf";
}

.icofont-dashboard:before {
  content: "\efd0";
}

.icofont-data:before {
  content: "\efd1";
}

.icofont-database-add:before {
  content: "\efd2";
}

.icofont-database-locked:before {
  content: "\efd3";
}

.icofont-database-remove:before {
  content: "\efd4";
}

.icofont-database:before {
  content: "\efd5";
}

.icofont-delete:before {
  content: "\efd6";
}

.icofont-diamond:before {
  content: "\efd7";
}

.icofont-dice:before {
  content: "\efd8";
}

.icofont-disabled:before {
  content: "\efd9";
}

.icofont-disc:before {
  content: "\efda";
}

.icofont-diskette:before {
  content: "\efdb";
}

.icofont-document-folder:before {
  content: "\efdc";
}

.icofont-download-alt:before {
  content: "\efdd";
}

.icofont-download:before {
  content: "\efde";
}

.icofont-downloaded:before {
  content: "\efdf";
}

.icofont-earth:before {
  content: "\efe0";
}

.icofont-ebook:before {
  content: "\efe1";
}

.icofont-edit:before {
  content: "\efe2";
}

.icofont-eject:before {
  content: "\efe3";
}

.icofont-email:before {
  content: "\efe4";
}

.icofont-envelope-open:before {
  content: "\efe5";
}

.icofont-envelope:before {
  content: "\efe6";
}

.icofont-eraser:before {
  content: "\efe7";
}

.icofont-error:before {
  content: "\efe8";
}

.icofont-exchange:before {
  content: "\efe9";
}

.icofont-exclamation-circle:before {
  content: "\efea";
}

.icofont-exclamation-square:before {
  content: "\efeb";
}

.icofont-exclamation-tringle:before {
  content: "\efec";
}

.icofont-exclamation:before {
  content: "\efed";
}

.icofont-exit:before {
  content: "\efee";
}

.icofont-expand:before {
  content: "\efef";
}

.icofont-external-link:before {
  content: "\eff0";
}

.icofont-external:before {
  content: "\eff1";
}

.icofont-eye-blocked:before {
  content: "\eff2";
}

.icofont-eye-dropper:before {
  content: "\eff3";
}

.icofont-eye:before {
  content: "\eff4";
}

.icofont-favourite:before {
  content: "\eff5";
}

.icofont-fax:before {
  content: "\eff6";
}

.icofont-female:before {
  content: "\eff7";
}

.icofont-file:before {
  content: "\eff8";
}

.icofont-film:before {
  content: "\eff9";
}

.icofont-filter:before {
  content: "\effa";
}

.icofont-fire-burn:before {
  content: "\effb";
}

.icofont-fire-extinguisher:before {
  content: "\effc";
}

.icofont-fire:before {
  content: "\effd";
}

.icofont-first-aid:before {
  content: "\effe";
}

.icofont-flag-alt-1:before {
  content: "\efff";
}

.icofont-flag-alt-2:before {
  content: "\f000";
}

.icofont-flag:before {
  content: "\f001";
}

.icofont-flash-light:before {
  content: "\f002";
}

.icofont-flash:before {
  content: "\f003";
}

.icofont-flask:before {
  content: "\f004";
}

.icofont-focus:before {
  content: "\f005";
}

.icofont-folder-open:before {
  content: "\f006";
}

.icofont-folder:before {
  content: "\f007";
}

.icofont-foot-print:before {
  content: "\f008";
}

.icofont-football-american:before {
  content: "\f009";
}

.icofont-football:before {
  content: "\f00a";
}

.icofont-game-console:before {
  content: "\f00b";
}

.icofont-game-pad:before {
  content: "\f00c";
}

.icofont-gavel:before {
  content: "\f00d";
}

.icofont-gear:before {
  content: "\f00e";
}

.icofont-gears:before {
  content: "\f00f";
}

.icofont-gift:before {
  content: "\f010";
}

.icofont-glass:before {
  content: "\f011";
}

.icofont-globe:before {
  content: "\f012";
}

.icofont-graduate:before {
  content: "\f013";
}

.icofont-graffiti:before {
  content: "\f014";
}

.icofont-grocery:before {
  content: "\f015";
}

.icofont-group:before {
  content: "\f016";
}

.icofont-hammer:before {
  content: "\f017";
}

.icofont-hand:before {
  content: "\f018";
}

.icofont-hanger:before {
  content: "\f019";
}

.icofont-hard-disk:before {
  content: "\f01a";
}

.icofont-headphone:before {
  content: "\f01b";
}

.icofont-heart-beat:before {
  content: "\f01c";
}

.icofont-heart:before {
  content: "\f01d";
}

.icofont-history:before {
  content: "\f01e";
}

.icofont-home:before {
  content: "\f01f";
}

.icofont-horn:before {
  content: "\f020";
}

.icofont-hotel:before {
  content: "\f021";
}

.icofont-hour-glass:before {
  content: "\f022";
}

.icofont-id:before {
  content: "\f023";
}

.icofont-image:before {
  content: "\f024";
}

.icofont-inbox:before {
  content: "\f025";
}

.icofont-infinite:before {
  content: "\f026";
}

.icofont-info-circle:before {
  content: "\f027";
}

.icofont-info-square:before {
  content: "\f028";
}

.icofont-info:before {
  content: "\f029";
}

.icofont-institution:before {
  content: "\f02a";
}

.icofont-interface:before {
  content: "\f02b";
}

.icofont-invisible:before {
  content: "\f02c";
}

.icofont-italic:before {
  content: "\f02d";
}

.icofont-jacket:before {
  content: "\f02e";
}

.icofont-jar:before {
  content: "\f02f";
}

.icofont-jewlery:before {
  content: "\f030";
}

.icofont-karate:before {
  content: "\f031";
}

.icofont-key-hole:before {
  content: "\f032";
}

.icofont-key:before {
  content: "\f033";
}

.icofont-keyboard:before {
  content: "\f034";
}

.icofont-kid:before {
  content: "\f035";
}

.icofont-label:before {
  content: "\f036";
}

.icofont-lamp:before {
  content: "\f037";
}

.icofont-laptop:before {
  content: "\f038";
}

.icofont-layers:before {
  content: "\f039";
}

.icofont-layout:before {
  content: "\f03a";
}

.icofont-leaf:before {
  content: "\f03b";
}

.icofont-leaflet:before {
  content: "\f03c";
}

.icofont-learn:before {
  content: "\f03d";
}

.icofont-legal:before {
  content: "\f03e";
}

.icofont-lego:before {
  content: "\f03f";
}

.icofont-lemon:before {
  content: "\f040";
}

.icofont-lens:before {
  content: "\f041";
}

.icofont-letter:before {
  content: "\f042";
}

.icofont-letterbox:before {
  content: "\f043";
}

.icofont-library:before {
  content: "\f044";
}

.icofont-license:before {
  content: "\f045";
}

.icofont-life-bouy:before {
  content: "\f046";
}

.icofont-life-buoy:before {
  content: "\f047";
}

.icofont-life-jacket:before {
  content: "\f048";
}

.icofont-life-ring:before {
  content: "\f049";
}

.icofont-light-bulb:before {
  content: "\f04a";
}

.icofont-lighter:before {
  content: "\f04b";
}

.icofont-lightning-ray:before {
  content: "\f04c";
}

.icofont-like:before {
  content: "\f04d";
}

.icofont-link:before {
  content: "\f04e";
}

.icofont-live-support:before {
  content: "\f04f";
}

.icofont-location-arrow:before {
  content: "\f050";
}

.icofont-location-pin:before {
  content: "\f051";
}

.icofont-lock:before {
  content: "\f052";
}

.icofont-login:before {
  content: "\f053";
}

.icofont-logout:before {
  content: "\f054";
}

.icofont-lollipop:before {
  content: "\f055";
}

.icofont-look:before {
  content: "\f056";
}

.icofont-loop:before {
  content: "\f057";
}

.icofont-luggage:before {
  content: "\f058";
}

.icofont-lunch:before {
  content: "\f059";
}

.icofont-lungs:before {
  content: "\f05a";
}

.icofont-magic-alt:before {
  content: "\f05b";
}

.icofont-magic:before {
  content: "\f05c";
}

.icofont-magnet:before {
  content: "\f05d";
}

.icofont-mail-box:before {
  content: "\f05e";
}

.icofont-mail:before {
  content: "\f05f";
}

.icofont-male:before {
  content: "\f060";
}

.icofont-map:before {
  content: "\f061";
}

.icofont-math:before {
  content: "\f062";
}

.icofont-maximize:before {
  content: "\f063";
}

.icofont-measure:before {
  content: "\f064";
}

.icofont-medal:before {
  content: "\f065";
}

.icofont-medical:before {
  content: "\f066";
}

.icofont-medicine:before {
  content: "\f067";
}

.icofont-mega-phone:before {
  content: "\f068";
}

.icofont-memorial:before {
  content: "\f069";
}

.icofont-memory-card:before {
  content: "\f06a";
}

.icofont-mic-mute:before {
  content: "\f06b";
}

.icofont-mic:before {
  content: "\f06c";
}

.icofont-micro-chip:before {
  content: "\f06d";
}

.icofont-microphone:before {
  content: "\f06e";
}

.icofont-microscope:before {
  content: "\f06f";
}

.icofont-military:before {
  content: "\f070";
}

.icofont-mill:before {
  content: "\f071";
}

.icofont-minus-circle:before {
  content: "\f072";
}

.icofont-minus-square:before {
  content: "\f073";
}

.icofont-minus:before {
  content: "\f074";
}

.icofont-mobile-phone:before {
  content: "\f075";
}

.icofont-molecule:before {
  content: "\f076";
}

.icofont-money:before {
  content: "\f077";
}

.icofont-moon:before {
  content: "\f078";
}

.icofont-mop:before {
  content: "\f079";
}

.icofont-muffin:before {
  content: "\f07a";
}

.icofont-music-alt:before {
  content: "\f07b";
}

.icofont-music-notes:before {
  content: "\f07c";
}

.icofont-music:before {
  content: "\f07d";
}

.icofont-mustache:before {
  content: "\f07e";
}

.icofont-mute-volume:before {
  content: "\f07f";
}

.icofont-navigation-menu:before {
  content: "\f080";
}

.icofont-navigation:before {
  content: "\f081";
}

.icofont-network-tower:before {
  content: "\f082";
}

.icofont-network:before {
  content: "\f083";
}

.icofont-news:before {
  content: "\f084";
}

.icofont-newspaper:before {
  content: "\f085";
}

.icofont-no-smoking:before {
  content: "\f086";
}

.icofont-not-allowed:before {
  content: "\f087";
}

.icofont-notebook:before {
  content: "\f088";
}

.icofont-notepad:before {
  content: "\f089";
}

.icofont-notification:before {
  content: "\f08a";
}

.icofont-numbered:before {
  content: "\f08b";
}

.icofont-opposite:before {
  content: "\f08c";
}

.icofont-optic:before {
  content: "\f08d";
}

.icofont-options:before {
  content: "\f08e";
}

.icofont-package:before {
  content: "\f08f";
}

.icofont-page:before {
  content: "\f090";
}

.icofont-paint:before {
  content: "\f091";
}

.icofont-paper-plane:before {
  content: "\f092";
}

.icofont-paperclip:before {
  content: "\f093";
}

.icofont-papers:before {
  content: "\f094";
}

.icofont-paw:before {
  content: "\f095";
}

.icofont-pay:before {
  content: "\f096";
}

.icofont-pen:before {
  content: "\f097";
}

.icofont-pencil:before {
  content: "\f098";
}

.icofont-penguin-linux:before {
  content: "\f099";
}

.icofont-pestle:before {
  content: "\f09a";
}

.icofont-phone-circle:before {
  content: "\f09b";
}

.icofont-phone:before {
  content: "\f09c";
}

.icofont-picture:before {
  content: "\f09d";
}

.icofont-pie:before {
  content: "\f09e";
}

.icofont-pine:before {
  content: "\f09f";
}

.icofont-pixels:before {
  content: "\f0a0";
}

.icofont-play:before {
  content: "\f0a1";
}

.icofont-plugin:before {
  content: "\f0a2";
}

.icofont-plus-circle:before {
  content: "\f0a3";
}

.icofont-plus-square:before {
  content: "\f0a4";
}

.icofont-plus:before {
  content: "\f0a5";
}

.icofont-polygonal:before {
  content: "\f0a6";
}

.icofont-power:before {
  content: "\f0a7";
}

.icofont-presentation:before {
  content: "\f0a8";
}

.icofont-price:before {
  content: "\f0a9";
}

.icofont-print:before {
  content: "\f0aa";
}

.icofont-puzzle:before {
  content: "\f0ab";
}

.icofont-qr-code:before {
  content: "\f0ac";
}

.icofont-queen:before {
  content: "\f0ad";
}

.icofont-question-circle:before {
  content: "\f0ae";
}

.icofont-question-square:before {
  content: "\f0af";
}

.icofont-question:before {
  content: "\f0b0";
}

.icofont-quote-left:before {
  content: "\f0b1";
}

.icofont-quote-right:before {
  content: "\f0b2";
}

.icofont-radio:before {
  content: "\f0b3";
}

.icofont-random:before {
  content: "\f0b4";
}

.icofont-recycle:before {
  content: "\f0b5";
}

.icofont-refresh:before {
  content: "\f0b6";
}

.icofont-repair:before {
  content: "\f0b7";
}

.icofont-reply-all:before {
  content: "\f0b8";
}

.icofont-reply:before {
  content: "\f0b9";
}

.icofont-resize:before {
  content: "\f0ba";
}

.icofont-responsive:before {
  content: "\f0bb";
}

.icofont-retweet:before {
  content: "\f0bc";
}

.icofont-road:before {
  content: "\f0bd";
}

.icofont-robot:before {
  content: "\f0be";
}

.icofont-rocket:before {
  content: "\f0bf";
}

.icofont-royal:before {
  content: "\f0c0";
}

.icofont-rss-feed:before {
  content: "\f0c1";
}

.icofont-safety:before {
  content: "\f0c2";
}

.icofont-sale-discount:before {
  content: "\f0c3";
}

.icofont-satellite:before {
  content: "\f0c4";
}

.icofont-send-mail:before {
  content: "\f0c5";
}

.icofont-server:before {
  content: "\f0c6";
}

.icofont-settings:before {
  content: "\f0c7";
}

.icofont-share-alt:before {
  content: "\f0c8";
}

.icofont-share-boxed:before {
  content: "\f0c9";
}

.icofont-share:before {
  content: "\f0ca";
}

.icofont-shield:before {
  content: "\f0cb";
}

.icofont-ship:before {
  content: "\f0cc";
}

.icofont-shopping-cart:before {
  content: "\f0cd";
}

.icofont-sign-in:before {
  content: "\f0ce";
}

.icofont-sign-out:before {
  content: "\f0cf";
}

.icofont-signal:before {
  content: "\f0d0";
}

.icofont-site-map:before {
  content: "\f0d1";
}

.icofont-smart-phone:before {
  content: "\f0d2";
}

.icofont-soccer:before {
  content: "\f0d3";
}

.icofont-sort-alt:before {
  content: "\f0d4";
}

.icofont-sort:before {
  content: "\f0d5";
}

.icofont-space:before {
  content: "\f0d6";
}

.icofont-spanner:before {
  content: "\f0d7";
}

.icofont-speech-comments:before {
  content: "\f0d8";
}

.icofont-speed-meter:before {
  content: "\f0d9";
}

.icofont-spinner-alt-1:before {
  content: "\f0da";
}

.icofont-spinner-alt-2:before {
  content: "\f0db";
}

.icofont-spinner-alt-3:before {
  content: "\f0dc";
}

.icofont-spinner-alt-4:before {
  content: "\f0dd";
}

.icofont-spinner-alt-5:before {
  content: "\f0de";
}

.icofont-spinner-alt-6:before {
  content: "\f0df";
}

.icofont-spinner:before {
  content: "\f0e0";
}

.icofont-spreadsheet:before {
  content: "\f0e1";
}

.icofont-square:before {
  content: "\f0e2";
}

.icofont-ssl-security:before {
  content: "\f0e3";
}

.icofont-star-alt-1:before {
  content: "\f0e4";
}

.icofont-star-alt-2:before {
  content: "\f0e5";
}

.icofont-star:before {
  content: "\f0e6";
}

.icofont-street-view:before {
  content: "\f0e7";
}

.icofont-sun:before {
  content: "\f0e8";
}

.icofont-support-faq:before {
  content: "\f0e9";
}

.icofont-tack-pin:before {
  content: "\f0ea";
}

.icofont-tag:before {
  content: "\f0eb";
}

.icofont-tags:before {
  content: "\f0ec";
}

.icofont-tasks:before {
  content: "\f0ed";
}

.icofont-telephone:before {
  content: "\f0ee";
}

.icofont-telescope:before {
  content: "\f0ef";
}

.icofont-terminal:before {
  content: "\f0f0";
}

.icofont-thumbs-down:before {
  content: "\f0f1";
}

.icofont-thumbs-up:before {
  content: "\f0f2";
}

.icofont-tick-boxed:before {
  content: "\f0f3";
}

.icofont-tick-mark:before {
  content: "\f0f4";
}

.icofont-ticket:before {
  content: "\f0f5";
}

.icofont-tie:before {
  content: "\f0f6";
}

.icofont-toggle-off:before {
  content: "\f0f7";
}

.icofont-toggle-on:before {
  content: "\f0f8";
}

.icofont-tools:before {
  content: "\f0f9";
}

.icofont-transparent:before {
  content: "\f0fa";
}

.icofont-tree:before {
  content: "\f0fb";
}

.icofont-umbrella:before {
  content: "\f0fc";
}

.icofont-unlock:before {
  content: "\f0fd";
}

.icofont-unlocked:before {
  content: "\f0fe";
}

.icofont-upload-alt:before {
  content: "\f0ff";
}

.icofont-upload:before {
  content: "\f100";
}

.icofont-usb-drive:before {
  content: "\f101";
}

.icofont-usb:before {
  content: "\f102";
}

.icofont-vector-path:before {
  content: "\f103";
}

.icofont-verification-check:before {
  content: "\f104";
}

.icofont-video-clapper:before {
  content: "\f105";
}

.icofont-video:before {
  content: "\f106";
}

.icofont-volume-down:before {
  content: "\f107";
}

.icofont-volume-off:before {
  content: "\f108";
}

.icofont-volume-up:before {
  content: "\f109";
}

.icofont-wall-clock:before {
  content: "\f10a";
}

.icofont-wall:before {
  content: "\f10b";
}

.icofont-wallet:before {
  content: "\f10c";
}

.icofont-warning-alt:before {
  content: "\f10d";
}

.icofont-warning:before {
  content: "\f10e";
}

.icofont-water-drop:before {
  content: "\f10f";
}

.icofont-web:before {
  content: "\f110";
}

.icofont-wheelchair:before {
  content: "\f111";
}

.icofont-wifi-alt:before {
  content: "\f112";
}

.icofont-wifi:before {
  content: "\f113";
}

.icofont-world:before {
  content: "\f114";
}

.icofont-zigzag:before {
  content: "\f115";
}

.icofont-zipped:before {
  content: "\f116";
}

.icofont-social-500px:before {
  content: "\f117";
}

.icofont-social-baidu-tieba:before {
  content: "\f118";
}

.icofont-social-bbm-messenger:before {
  content: "\f119";
}

.icofont-social-delicious:before {
  content: "\f11a";
}

.icofont-social-dribbble:before {
  content: "\f11b";
}

.icofont-social-facebook-messenger:before {
  content: "\f11c";
}

.icofont-social-flikr:before {
  content: "\f11d";
}

.icofont-social-foursquare:before {
  content: "\f11e";
}

.icofont-social-google-hangouts:before {
  content: "\f11f";
}

.icofont-social-kakaotalk:before {
  content: "\f120";
}

.icofont-social-kik:before {
  content: "\f121";
}

.icofont-social-kiwibox:before {
  content: "\f122";
}

.icofont-social-linkedin:before {
  content: "\f123";
}

.icofont-social-meetme:before {
  content: "\f124";
}

.icofont-social-odnoklassniki:before {
  content: "\f125";
}

.icofont-social-photobucket:before {
  content: "\f126";
}

.icofont-social-qq:before {
  content: "\f127";
}

.icofont-social-renren:before {
  content: "\f128";
}

.icofont-social-slack:before {
  content: "\f129";
}

.icofont-social-slidshare:before {
  content: "\f12a";
}

.icofont-social-snapchat:before {
  content: "\f12b";
}

.icofont-social-soundcloud:before {
  content: "\f12c";
}

.icofont-social-spotify:before {
  content: "\f12d";
}

.icofont-social-stack-exchange:before {
  content: "\f12e";
}

.icofont-social-stack-overflow:before {
  content: "\f12f";
}

.icofont-social-tagged:before {
  content: "\f130";
}

.icofont-social-trello:before {
  content: "\f131";
}

.icofont-social-twitch:before {
  content: "\f132";
}

.icofont-social-vk:before {
  content: "\f133";
}

.icofont-social-weibo:before {
  content: "\f134";
}

.icofont-social-whatsapp:before {
  content: "\f135";
}

.icofont-social-youku:before {
  content: "\f136";
}

.icofont-social-youtube-play:before {
  content: "\f137";
}

.icofont-social-youtube:before {
  content: "\f138";
}

.icofont-brand-xiaomi:before {
  content: "\f139";
}

/*Font size*/
.icofont-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.icofont-2x {
  font-size: 2em;
}

.icofont-3x {
  font-size: 3em;
}

.icofont-4x {
  font-size: 4em;
}

.icofont-5x {
  font-size: 5em;
}

.icofont-fw {
  display: inline-block;
  width: 1.28571429em;
  text-align: center;
  width: 1.28571429em;
  text-align: center;
}

/*Fixed Width Icons*/
/*Custom list icons*/
.icofont-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.icofont-ul > li {
  position: relative;
}

.icofont-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/*Animation*/
.icofont-rotate {
  display: inline-block;
  -webkit-animation: icofont-rotate 2s infinite linear;
  animation: icofont-rotate 2s infinite linear;
}

@-webkit-keyframes icofont-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes icofont-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@font-face {
  font-family: 'themify';
  src: url('/assets/cuba/fonts/themify/themify.eot?-fvbane');
  src: url('/assets/cuba/fonts/themify/themify.eot?#iefix-fvbane') format('embedded-opentype'),
    url('/assets/cuba/fonts/themify/themify.woff?-fvbane') format('woff'),
    url('/assets/cuba/fonts/themify/themify.ttf?-fvbane') format('truetype'),
    url('/assets/cuba/fonts/themify/themify.svg?-fvbane#themify') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-wand:before {
  content: "\e600";
}

.icon-volume:before {
  content: "\e601";
}

.icon-user:before {
  content: "\e602";
}

.icon-unlock:before {
  content: "\e603";
}

.icon-unlink:before {
  content: "\e604";
}

.icon-trash:before {
  content: "\e605";
}

.icon-thought:before {
  content: "\e606";
}

.icon-target:before {
  content: "\e607";
}

.icon-tag:before {
  content: "\e608";
}

.icon-tablet:before {
  content: "\e609";
}

.icon-star:before {
  content: "\e60a";
}

.icon-spray:before {
  content: "\e60b";
}

.icon-signal:before {
  content: "\e60c";
}

.icon-shopping-cart:before {
  content: "\e60d";
}

.icon-shopping-cart-full:before {
  content: "\e60e";
}

.icon-settings:before {
  content: "\e60f";
}

.icon-search:before {
  content: "\e610";
}

.icon-zoom-in:before {
  content: "\e611";
}

.icon-zoom-out:before {
  content: "\e612";
}

.icon-cut:before {
  content: "\e613";
}

.icon-ruler:before {
  content: "\e614";
}

.icon-ruler-pencil:before {
  content: "\e615";
}

.icon-ruler-alt:before {
  content: "\e616";
}

.icon-bookmark:before {
  content: "\e617";
}

.icon-bookmark-alt:before {
  content: "\e618";
}

.icon-reload:before {
  content: "\e619";
}

.icon-plus:before {
  content: "\e61a";
}

.icon-pin:before {
  content: "\e61b";
}

.icon-pencil:before {
  content: "\e61c";
}

.icon-pencil-alt:before {
  content: "\e61d";
}

.icon-paint-roller:before {
  content: "\e61e";
}

.icon-paint-bucket:before {
  content: "\e61f";
}

.icon-na:before {
  content: "\e620";
}

.icon-mobile:before {
  content: "\e621";
}

.icon-minus:before {
  content: "\e622";
}

.icon-medall:before {
  content: "\e623";
}

.icon-medall-alt:before {
  content: "\e624";
}

.icon-marker:before {
  content: "\e625";
}

.icon-marker-alt:before {
  content: "\e626";
}

.icon-arrow-up:before {
  content: "\e627";
}

.icon-arrow-right:before {
  content: "\e628";
}

.icon-arrow-left:before {
  content: "\e629";
}

.icon-arrow-down:before {
  content: "\e62a";
}

.icon-lock:before {
  content: "\e62b";
}

.icon-location-arrow:before {
  content: "\e62c";
}

.icon-link:before {
  content: "\e62d";
}

.icon-layout:before {
  content: "\e62e";
}

.icon-layers:before {
  content: "\e62f";
}

.icon-layers-alt:before {
  content: "\e630";
}

.icon-key:before {
  content: "\e631";
}

.icon-import:before {
  content: "\e632";
}

.icon-image:before {
  content: "\e633";
}

.icon-heart:before {
  content: "\e634";
}

.icon-heart-broken:before {
  content: "\e635";
}

.icon-hand-stop:before {
  content: "\e636";
}

.icon-hand-open:before {
  content: "\e637";
}

.icon-hand-drag:before {
  content: "\e638";
}

.icon-folder:before {
  content: "\e639";
}

.icon-flag:before {
  content: "\e63a";
}

.icon-flag-alt:before {
  content: "\e63b";
}

.icon-flag-alt-2:before {
  content: "\e63c";
}

.icon-eye:before {
  content: "\e63d";
}

.icon-export:before {
  content: "\e63e";
}

.icon-exchange-vertical:before {
  content: "\e63f";
}

.icon-desktop:before {
  content: "\e640";
}

.icon-cup:before {
  content: "\e641";
}

.icon-crown:before {
  content: "\e642";
}

.icon-comments:before {
  content: "\e643";
}

.icon-comment:before {
  content: "\e644";
}

.icon-comment-alt:before {
  content: "\e645";
}

.icon-close:before {
  content: "\e646";
}

.icon-clip:before {
  content: "\e647";
}

.icon-angle-up:before {
  content: "\e648";
}

.icon-angle-right:before {
  content: "\e649";
}

.icon-angle-left:before {
  content: "\e64a";
}

.icon-angle-down:before {
  content: "\e64b";
}

.icon-check:before {
  content: "\e64c";
}

.icon-check-box:before {
  content: "\e64d";
}

.icon-camera:before {
  content: "\e64e";
}

.icon-announcement:before {
  content: "\e64f";
}

.icon-brush:before {
  content: "\e650";
}

.icon-briefcase:before {
  content: "\e651";
}

.icon-bolt:before {
  content: "\e652";
}

.icon-bolt-alt:before {
  content: "\e653";
}

.icon-blackboard:before {
  content: "\e654";
}

.icon-bag:before {
  content: "\e655";
}

.icon-move:before {
  content: "\e656";
}

.icon-arrows-vertical:before {
  content: "\e657";
}

.icon-arrows-horizontal:before {
  content: "\e658";
}

.icon-fullscreen:before {
  content: "\e659";
}

.icon-arrow-top-right:before {
  content: "\e65a";
}

.icon-arrow-top-left:before {
  content: "\e65b";
}

.icon-arrow-circle-up:before {
  content: "\e65c";
}

.icon-arrow-circle-right:before {
  content: "\e65d";
}

.icon-arrow-circle-left:before {
  content: "\e65e";
}

.icon-arrow-circle-down:before {
  content: "\e65f";
}

.icon-angle-double-up:before {
  content: "\e660";
}

.icon-angle-double-right:before {
  content: "\e661";
}

.icon-angle-double-left:before {
  content: "\e662";
}

.icon-angle-double-down:before {
  content: "\e663";
}

.icon-zip:before {
  content: "\e664";
}

.icon-world:before {
  content: "\e665";
}

.icon-wheelchair:before {
  content: "\e666";
}

.icon-view-list:before {
  content: "\e667";
}

.icon-view-list-alt:before {
  content: "\e668";
}

.icon-view-grid:before {
  content: "\e669";
}

.icon-uppercase:before {
  content: "\e66a";
}

.icon-upload:before {
  content: "\e66b";
}

.icon-underline:before {
  content: "\e66c";
}

.icon-truck:before {
  content: "\e66d";
}

.icon-timer:before {
  content: "\e66e";
}

.icon-ticket:before {
  content: "\e66f";
}

.icon-thumb-up:before {
  content: "\e670";
}

.icon-thumb-down:before {
  content: "\e671";
}

.icon-text:before {
  content: "\e672";
}

.icon-stats-up:before {
  content: "\e673";
}

.icon-stats-down:before {
  content: "\e674";
}

.icon-split-v:before {
  content: "\e675";
}

.icon-split-h:before {
  content: "\e676";
}

.icon-smallcap:before {
  content: "\e677";
}

.icon-shine:before {
  content: "\e678";
}

.icon-shift-right:before {
  content: "\e679";
}

.icon-shift-left:before {
  content: "\e67a";
}

.icon-shield:before {
  content: "\e67b";
}

.icon-notepad:before {
  content: "\e67c";
}

.icon-server:before {
  content: "\e67d";
}

.icon-quote-right:before {
  content: "\e67e";
}

.icon-quote-left:before {
  content: "\e67f";
}

.icon-pulse:before {
  content: "\e680";
}

.icon-printer:before {
  content: "\e681";
}

.icon-power-off:before {
  content: "\e682";
}

.icon-plug:before {
  content: "\e683";
}

.icon-pie-chart:before {
  content: "\e684";
}

.icon-paragraph:before {
  content: "\e685";
}

.icon-panel:before {
  content: "\e686";
}

.icon-package:before {
  content: "\e687";
}

.icon-music:before {
  content: "\e688";
}

.icon-music-alt:before {
  content: "\e689";
}

.icon-mouse:before {
  content: "\e68a";
}

.icon-mouse-alt:before {
  content: "\e68b";
}

.icon-money:before {
  content: "\e68c";
}

.icon-microphone:before {
  content: "\e68d";
}

.icon-menu:before {
  content: "\e68e";
}

.icon-menu-alt:before {
  content: "\e68f";
}

.icon-map:before {
  content: "\e690";
}

.icon-map-alt:before {
  content: "\e691";
}

.icon-loop:before {
  content: "\e692";
}

.icon-location-pin:before {
  content: "\e693";
}

.icon-list:before {
  content: "\e694";
}

.icon-light-bulb:before {
  content: "\e695";
}

.icon-Italic:before {
  content: "\e696";
}

.icon-info:before {
  content: "\e697";
}

.icon-infinite:before {
  content: "\e698";
}

.icon-id-badge:before {
  content: "\e699";
}

.icon-hummer:before {
  content: "\e69a";
}

.icon-home:before {
  content: "\e69b";
}

.icon-help:before {
  content: "\e69c";
}

.icon-headphone:before {
  content: "\e69d";
}

.icon-harddrives:before {
  content: "\e69e";
}

.icon-harddrive:before {
  content: "\e69f";
}

.icon-gift:before {
  content: "\e6a0";
}

.icon-game:before {
  content: "\e6a1";
}

.icon-filter:before {
  content: "\e6a2";
}

.icon-files:before {
  content: "\e6a3";
}

.icon-file:before {
  content: "\e6a4";
}

.icon-eraser:before {
  content: "\e6a5";
}

.icon-envelope:before {
  content: "\e6a6";
}

.icon-download:before {
  content: "\e6a7";
}

.icon-direction:before {
  content: "\e6a8";
}

.icon-direction-alt:before {
  content: "\e6a9";
}

.icon-dashboard:before {
  content: "\e6aa";
}

.icon-control-stop:before {
  content: "\e6ab";
}

.icon-control-shuffle:before {
  content: "\e6ac";
}

.icon-control-play:before {
  content: "\e6ad";
}

.icon-control-pause:before {
  content: "\e6ae";
}

.icon-control-forward:before {
  content: "\e6af";
}

.icon-control-backward:before {
  content: "\e6b0";
}

.icon-cloud:before {
  content: "\e6b1";
}

.icon-cloud-up:before {
  content: "\e6b2";
}

.icon-cloud-down:before {
  content: "\e6b3";
}

.icon-clipboard:before {
  content: "\e6b4";
}

.icon-car:before {
  content: "\e6b5";
}

.icon-calendar:before {
  content: "\e6b6";
}

.icon-book:before {
  content: "\e6b7";
}

.icon-bell:before {
  content: "\e6b8";
}

.icon-basketball:before {
  content: "\e6b9";
}

.icon-bar-chart:before {
  content: "\e6ba";
}

.icon-bar-chart-alt:before {
  content: "\e6bb";
}

.icon-back-right:before {
  content: "\e6bc";
}

.icon-back-left:before {
  content: "\e6bd";
}

.icon-arrows-corner:before {
  content: "\e6be";
}

.icon-archive:before {
  content: "\e6bf";
}

.icon-anchor:before {
  content: "\e6c0";
}

.icon-align-right:before {
  content: "\e6c1";
}

.icon-align-left:before {
  content: "\e6c2";
}

.icon-align-justify:before {
  content: "\e6c3";
}

.icon-align-center:before {
  content: "\e6c4";
}

.icon-alert:before {
  content: "\e6c5";
}

.icon-alarm-clock:before {
  content: "\e6c6";
}

.icon-agenda:before {
  content: "\e6c7";
}

.icon-write:before {
  content: "\e6c8";
}

.icon-window:before {
  content: "\e6c9";
}

.icon-widgetized:before {
  content: "\e6ca";
}

.icon-widget:before {
  content: "\e6cb";
}

.icon-widget-alt:before {
  content: "\e6cc";
}

.icon-wallet:before {
  content: "\e6cd";
}

.icon-video-clapper:before {
  content: "\e6ce";
}

.icon-video-camera:before {
  content: "\e6cf";
}

.icon-vector:before {
  content: "\e6d0";
}

.icon-themify-logo:before {
  content: "\e6d1";
}

.icon-themify-favicon:before {
  content: "\e6d2";
}

.icon-themify-favicon-alt:before {
  content: "\e6d3";
}

.icon-support:before {
  content: "\e6d4";
}

.icon-stamp:before {
  content: "\e6d5";
}

.icon-split-v-alt:before {
  content: "\e6d6";
}

.icon-slice:before {
  content: "\e6d7";
}

.icon-shortcode:before {
  content: "\e6d8";
}

.icon-shift-right-alt:before {
  content: "\e6d9";
}

.icon-shift-left-alt:before {
  content: "\e6da";
}

.icon-ruler-alt-2:before {
  content: "\e6db";
}

.icon-receipt:before {
  content: "\e6dc";
}

.icon-pin2:before {
  content: "\e6dd";
}

.icon-pin-alt:before {
  content: "\e6de";
}

.icon-pencil-alt2:before {
  content: "\e6df";
}

.icon-palette:before {
  content: "\e6e0";
}

.icon-more:before {
  content: "\e6e1";
}

.icon-more-alt:before {
  content: "\e6e2";
}

.icon-microphone-alt:before {
  content: "\e6e3";
}

.icon-magnet:before {
  content: "\e6e4";
}

.icon-line-double:before {
  content: "\e6e5";
}

.icon-line-dotted:before {
  content: "\e6e6";
}

.icon-line-dashed:before {
  content: "\e6e7";
}

.icon-layout-width-full:before {
  content: "\e6e8";
}

.icon-layout-width-default:before {
  content: "\e6e9";
}

.icon-layout-width-default-alt:before {
  content: "\e6ea";
}

.icon-layout-tab:before {
  content: "\e6eb";
}

.icon-layout-tab-window:before {
  content: "\e6ec";
}

.icon-layout-tab-v:before {
  content: "\e6ed";
}

.icon-layout-tab-min:before {
  content: "\e6ee";
}

.icon-layout-slider:before {
  content: "\e6ef";
}

.icon-layout-slider-alt:before {
  content: "\e6f0";
}

.icon-layout-sidebar-right:before {
  content: "\e6f1";
}

.icon-layout-sidebar-none:before {
  content: "\e6f2";
}

.icon-layout-sidebar-left:before {
  content: "\e6f3";
}

.icon-layout-placeholder:before {
  content: "\e6f4";
}

.icon-layout-menu:before {
  content: "\e6f5";
}

.icon-layout-menu-v:before {
  content: "\e6f6";
}

.icon-layout-menu-separated:before {
  content: "\e6f7";
}

.icon-layout-menu-full:before {
  content: "\e6f8";
}

.icon-layout-media-right-alt:before {
  content: "\e6f9";
}

.icon-layout-media-right:before {
  content: "\e6fa";
}

.icon-layout-media-overlay:before {
  content: "\e6fb";
}

.icon-layout-media-overlay-alt:before {
  content: "\e6fc";
}

.icon-layout-media-overlay-alt-2:before {
  content: "\e6fd";
}

.icon-layout-media-left-alt:before {
  content: "\e6fe";
}

.icon-layout-media-left:before {
  content: "\e6ff";
}

.icon-layout-media-center-alt:before {
  content: "\e700";
}

.icon-layout-media-center:before {
  content: "\e701";
}

.icon-layout-list-thumb:before {
  content: "\e702";
}

.icon-layout-list-thumb-alt:before {
  content: "\e703";
}

.icon-layout-list-post:before {
  content: "\e704";
}

.icon-layout-list-large-image:before {
  content: "\e705";
}

.icon-layout-line-solid:before {
  content: "\e706";
}

.icon-layout-grid4:before {
  content: "\e707";
}

.icon-layout-grid3:before {
  content: "\e708";
}

.icon-layout-grid2:before {
  content: "\e709";
}

.icon-layout-grid2-thumb:before {
  content: "\e70a";
}

.icon-layout-cta-right:before {
  content: "\e70b";
}

.icon-layout-cta-left:before {
  content: "\e70c";
}

.icon-layout-cta-center:before {
  content: "\e70d";
}

.icon-layout-cta-btn-right:before {
  content: "\e70e";
}

.icon-layout-cta-btn-left:before {
  content: "\e70f";
}

.icon-layout-column4:before {
  content: "\e710";
}

.icon-layout-column3:before {
  content: "\e711";
}

.icon-layout-column2:before {
  content: "\e712";
}

.icon-layout-accordion-separated:before {
  content: "\e713";
}

.icon-layout-accordion-merged:before {
  content: "\e714";
}

.icon-layout-accordion-list:before {
  content: "\e715";
}

.icon-ink-pen:before {
  content: "\e716";
}

.icon-info-alt:before {
  content: "\e717";
}

.icon-help-alt:before {
  content: "\e718";
}

.icon-headphone-alt:before {
  content: "\e719";
}

.icon-hand-point-up:before {
  content: "\e71a";
}

.icon-hand-point-right:before {
  content: "\e71b";
}

.icon-hand-point-left:before {
  content: "\e71c";
}

.icon-hand-point-down:before {
  content: "\e71d";
}

.icon-gallery:before {
  content: "\e71e";
}

.icon-face-smile:before {
  content: "\e71f";
}

.icon-face-sad:before {
  content: "\e720";
}

.icon-credit-card:before {
  content: "\e721";
}

.icon-control-skip-forward:before {
  content: "\e722";
}

.icon-control-skip-backward:before {
  content: "\e723";
}

.icon-control-record:before {
  content: "\e724";
}

.icon-control-eject:before {
  content: "\e725";
}

.icon-comments-smiley:before {
  content: "\e726";
}

.icon-brush-alt:before {
  content: "\e727";
}

.icon-youtube:before {
  content: "\e728";
}

.icon-vimeo:before {
  content: "\e729";
}

.icon-twitter:before {
  content: "\e72a";
}

.icon-time:before {
  content: "\e72b";
}

.icon-tumblr:before {
  content: "\e72c";
}

.icon-skype:before {
  content: "\e72d";
}

.icon-share:before {
  content: "\e72e";
}

.icon-share-alt:before {
  content: "\e72f";
}

.icon-rocket:before {
  content: "\e730";
}

.icon-pinterest:before {
  content: "\e731";
}

.icon-new-window:before {
  content: "\e732";
}

.icon-microsoft:before {
  content: "\e733";
}

.icon-list-ol:before {
  content: "\e734";
}

.icon-linkedin:before {
  content: "\e735";
}

.icon-layout-sidebar-2:before {
  content: "\e736";
}

.icon-layout-grid4-alt:before {
  content: "\e737";
}

.icon-layout-grid3-alt:before {
  content: "\e738";
}

.icon-layout-grid2-alt:before {
  content: "\e739";
}

.icon-layout-column4-alt:before {
  content: "\e73a";
}

.icon-layout-column3-alt:before {
  content: "\e73b";
}

.icon-layout-column2-alt:before {
  content: "\e73c";
}

.icon-instagram:before {
  content: "\e73d";
}

.icon-google:before {
  content: "\e73e";
}

.icon-github:before {
  content: "\e73f";
}

.icon-flickr:before {
  content: "\e740";
}

.icon-facebook:before {
  content: "\e741";
}

.icon-dropbox:before {
  content: "\e742";
}

.icon-dribbble:before {
  content: "\e743";
}

.icon-apple:before {
  content: "\e744";
}

.icon-android:before {
  content: "\e745";
}

.icon-save:before {
  content: "\e746";
}

.icon-save-alt:before {
  content: "\e747";
}

.icon-yahoo:before {
  content: "\e748";
}

.icon-wordpress:before {
  content: "\e749";
}

.icon-vimeo-alt:before {
  content: "\e74a";
}

.icon-twitter-alt:before {
  content: "\e74b";
}

.icon-tumblr-alt:before {
  content: "\e74c";
}

.icon-trello:before {
  content: "\e74d";
}

.icon-stack-overflow:before {
  content: "\e74e";
}

.icon-soundcloud:before {
  content: "\e74f";
}

.icon-sharethis:before {
  content: "\e750";
}

.icon-sharethis-alt:before {
  content: "\e751";
}

.icon-reddit:before {
  content: "\e752";
}

.icon-pinterest-alt:before {
  content: "\e753";
}

.icon-microsoft-alt:before {
  content: "\e754";
}

.icon-linux:before {
  content: "\e755";
}

.icon-jsfiddle:before {
  content: "\e756";
}

.icon-joomla:before {
  content: "\e757";
}

.icon-html5:before {
  content: "\e758";
}

.icon-flickr-alt:before {
  content: "\e759";
}

.icon-email:before {
  content: "\e75a";
}

.icon-drupal:before {
  content: "\e75b";
}

.icon-dropbox-alt:before {
  content: "\e75c";
}

.icon-css3:before {
  content: "\e75d";
}

.icon-rss:before {
  content: "\e75e";
}

.icon-rss-alt:before {
  content: "\e75f";
}
@charset "UTF-8";
.flag-icon-background, .flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.3333333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: " ";
}
.flag-icon.flag-icon-squared {
  width: 1em;
}

.flag-icon-es-ct {
  background-image: url(/assets/cuba/fonts/flag-icon/es-ct.svg);
}
.flag-icon-es-ct.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/es-ct.svg);
}

.flag-icon-eu {
  background-image: url(/assets/cuba/fonts/flag-icon/eu.svg);
}
.flag-icon-eu.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/eu.svg);
}

.flag-icon-gb-eng {
  background-image: url(/assets/cuba/fonts/flag-icon/gb-eng.svg);
}
.flag-icon-gb-eng.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/gb-eng.svg);
}

.flag-icon-gb-nir {
  background-image: url(/assets/cuba/fonts/flag-icon/gb-nir.svg);
}
.flag-icon-gb-nir.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/gb-nir.svg);
}

.flag-icon-gb-sct {
  background-image: url(/assets/cuba/fonts/flag-icon/gb-sct.svg);
}
.flag-icon-gb-sct.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/gb-sct.svg);
}

.flag-icon-gb-wls {
  background-image: url(/assets/cuba/fonts/flag-icon/gb-wls.svg);
}
.flag-icon-gb-wls.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/gb-wls.svg);
}

.flag-icon-un {
  background-image: url(/assets/cuba/fonts/flag-icon/un.svg);
}
.flag-icon-un.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/un.svg);
}

.flag-icon-ad {
  background-image: url(/assets/cuba/fonts/flag-icon/ad.svg);
}
.flag-icon-ad.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/ad.svg);
}

.flag-icon-ae {
  background-image: url(/assets/cuba/fonts/flag-icon/ae.svg);
}
.flag-icon-ae.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/ae.svg);
}

.flag-icon-af {
  background-image: url(/assets/cuba/fonts/flag-icon/af.svg);
}
.flag-icon-af.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/af.svg);
}

.flag-icon-ag {
  background-image: url(/assets/cuba/fonts/flag-icon/ag.svg);
}
.flag-icon-ag.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/ag.svg);
}

.flag-icon-ai {
  background-image: url(/assets/cuba/fonts/flag-icon/ai.svg);
}
.flag-icon-ai.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/ai.svg);
}

.flag-icon-al {
  background-image: url(/assets/cuba/fonts/flag-icon/al.svg);
}
.flag-icon-al.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/al.svg);
}

.flag-icon-am {
  background-image: url(/assets/cuba/fonts/flag-icon/am.svg);
}
.flag-icon-am.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/am.svg);
}

.flag-icon-ao {
  background-image: url(/assets/cuba/fonts/flag-icon/ao.svg);
}
.flag-icon-ao.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/ao.svg);
}

.flag-icon-aq {
  background-image: url(/assets/cuba/fonts/flag-icon/aq.svg);
}
.flag-icon-aq.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/aq.svg);
}

.flag-icon-ar {
  background-image: url(/assets/cuba/fonts/flag-icon/ar.svg);
}
.flag-icon-ar.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/ar.svg);
}

.flag-icon-as {
  background-image: url(/assets/cuba/fonts/flag-icon/as.svg);
}
.flag-icon-as.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/as.svg);
}

.flag-icon-at {
  background-image: url(/assets/cuba/fonts/flag-icon/at.svg);
}
.flag-icon-at.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/at.svg);
}

.flag-icon-au {
  background-image: url(/assets/cuba/fonts/flag-icon/au.svg);
}
.flag-icon-au.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/au.svg);
}

.flag-icon-aw {
  background-image: url(/assets/cuba/fonts/flag-icon/aw.svg);
}
.flag-icon-aw.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/aw.svg);
}

.flag-icon-ax {
  background-image: url(/assets/cuba/fonts/flag-icon/ax.svg);
}
.flag-icon-ax.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/ax.svg);
}

.flag-icon-az {
  background-image: url(/assets/cuba/fonts/flag-icon/az.svg);
}
.flag-icon-az.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/az.svg);
}

.flag-icon-ba {
  background-image: url(/assets/cuba/fonts/flag-icon/ba.svg);
}
.flag-icon-ba.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/ba.svg);
}

.flag-icon-bb {
  background-image: url(/assets/cuba/fonts/flag-icon/bb.svg);
}
.flag-icon-bb.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/bb.svg);
}

.flag-icon-bd {
  background-image: url(/assets/cuba/fonts/flag-icon/bd.svg);
}
.flag-icon-bd.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/bd.svg);
}

.flag-icon-be {
  background-image: url(/assets/cuba/fonts/flag-icon/be.svg);
}
.flag-icon-be.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/be.svg);
}

.flag-icon-bf {
  background-image: url(/assets/cuba/fonts/flag-icon/bf.svg);
}
.flag-icon-bf.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/bf.svg);
}

.flag-icon-bg {
  background-image: url(/assets/cuba/fonts/flag-icon/bg.svg);
}
.flag-icon-bg.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/bg.svg);
}

.flag-icon-bh {
  background-image: url(/assets/cuba/fonts/flag-icon/bh.svg);
}
.flag-icon-bh.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/bh.svg);
}

.flag-icon-bi {
  background-image: url(/assets/cuba/fonts/flag-icon/bi.svg);
}
.flag-icon-bi.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/bi.svg);
}

.flag-icon-bj {
  background-image: url(/assets/cuba/fonts/flag-icon/bj.svg);
}
.flag-icon-bj.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/bj.svg);
}

.flag-icon-bl {
  background-image: url(/assets/cuba/fonts/flag-icon/bl.svg);
}
.flag-icon-bl.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/bl.svg);
}

.flag-icon-bm {
  background-image: url(/assets/cuba/fonts/flag-icon/bm.svg);
}
.flag-icon-bm.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/bm.svg);
}

.flag-icon-bn {
  background-image: url(/assets/cuba/fonts/flag-icon/bn.svg);
}
.flag-icon-bn.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/bn.svg);
}

.flag-icon-bo {
  background-image: url(/assets/cuba/fonts/flag-icon/bo.svg);
}
.flag-icon-bo.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/bo.svg);
}

.flag-icon-bq {
  background-image: url(/assets/cuba/fonts/flag-icon/bq.svg);
}
.flag-icon-bq.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/bq.svg);
}

.flag-icon-br {
  background-image: url(/assets/cuba/fonts/flag-icon/br.svg);
}
.flag-icon-br.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/br.svg);
}

.flag-icon-bs {
  background-image: url(/assets/cuba/fonts/flag-icon/bs.svg);
}
.flag-icon-bs.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/bs.svg);
}

.flag-icon-bt {
  background-image: url(/assets/cuba/fonts/flag-icon/bt.svg);
}
.flag-icon-bt.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/bt.svg);
}

.flag-icon-bv {
  background-image: url(/assets/cuba/fonts/flag-icon/bv.svg);
}
.flag-icon-bv.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/bv.svg);
}

.flag-icon-bw {
  background-image: url(/assets/cuba/fonts/flag-icon/bw.svg);
}
.flag-icon-bw.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/bw.svg);
}

.flag-icon-by {
  background-image: url(/assets/cuba/fonts/flag-icon/by.svg);
}
.flag-icon-by.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/by.svg);
}

.flag-icon-bz {
  background-image: url(/assets/cuba/fonts/flag-icon/bz.svg);
}
.flag-icon-bz.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/bz.svg);
}

.flag-icon-ca {
  background-image: url(/assets/cuba/fonts/flag-icon/ca.svg);
}
.flag-icon-ca.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/ca.svg);
}

.flag-icon-cc {
  background-image: url(/assets/cuba/fonts/flag-icon/cc.svg);
}
.flag-icon-cc.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/cc.svg);
}

.flag-icon-cd {
  background-image: url(/assets/cuba/fonts/flag-icon/cd.svg);
}
.flag-icon-cd.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/cd.svg);
}

.flag-icon-cf {
  background-image: url(/assets/cuba/fonts/flag-icon/cf.svg);
}
.flag-icon-cf.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/cf.svg);
}

.flag-icon-cg {
  background-image: url(/assets/cuba/fonts/flag-icon/cg.svg);
}
.flag-icon-cg.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/cg.svg);
}

.flag-icon-ch {
  background-image: url(/assets/cuba/fonts/flag-icon/ch.svg);
}
.flag-icon-ch.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/ch.svg);
}

.flag-icon-ci {
  background-image: url(/assets/cuba/fonts/flag-icon/ci.svg);
}
.flag-icon-ci.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/ci.svg);
}

.flag-icon-ck {
  background-image: url(/assets/cuba/fonts/flag-icon/ck.svg);
}
.flag-icon-ck.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/ck.svg);
}

.flag-icon-cl {
  background-image: url(/assets/cuba/fonts/flag-icon/cl.svg);
}
.flag-icon-cl.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/cl.svg);
}

.flag-icon-cm {
  background-image: url(/assets/cuba/fonts/flag-icon/cm.svg);
}
.flag-icon-cm.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/cm.svg);
}

.flag-icon-cn {
  background-image: url(/assets/cuba/fonts/flag-icon/cn.svg);
}
.flag-icon-cn.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/cn.svg);
}

.flag-icon-co {
  background-image: url(/assets/cuba/fonts/flag-icon/co.svg);
}
.flag-icon-co.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/co.svg);
}

.flag-icon-cr {
  background-image: url(/assets/cuba/fonts/flag-icon/cr.svg);
}
.flag-icon-cr.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/cr.svg);
}

.flag-icon-cu {
  background-image: url(/assets/cuba/fonts/flag-icon/cu.svg);
}
.flag-icon-cu.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/cu.svg);
}

.flag-icon-cv {
  background-image: url(/assets/cuba/fonts/flag-icon/cv.svg);
}
.flag-icon-cv.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/cv.svg);
}

.flag-icon-cw {
  background-image: url(/assets/cuba/fonts/flag-icon/cw.svg);
}
.flag-icon-cw.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/cw.svg);
}

.flag-icon-cx {
  background-image: url(/assets/cuba/fonts/flag-icon/cx.svg);
}
.flag-icon-cx.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/cx.svg);
}

.flag-icon-cy {
  background-image: url(/assets/cuba/fonts/flag-icon/cy.svg);
}
.flag-icon-cy.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/cy.svg);
}

.flag-icon-cz {
  background-image: url(/assets/cuba/fonts/flag-icon/cz.svg);
}
.flag-icon-cz.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/cz.svg);
}

.flag-icon-de {
  background-image: url(/assets/cuba/fonts/flag-icon/de.svg);
}
.flag-icon-de.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/de.svg);
}

.flag-icon-dj {
  background-image: url(/assets/cuba/fonts/flag-icon/dj.svg);
}
.flag-icon-dj.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/dj.svg);
}

.flag-icon-dk {
  background-image: url(/assets/cuba/fonts/flag-icon/dk.svg);
}
.flag-icon-dk.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/dk.svg);
}

.flag-icon-dm {
  background-image: url(/assets/cuba/fonts/flag-icon/dm.svg);
}
.flag-icon-dm.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/dm.svg);
}

.flag-icon-do {
  background-image: url(/assets/cuba/fonts/flag-icon/do.svg);
}
.flag-icon-do.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/do.svg);
}

.flag-icon-dz {
  background-image: url(/assets/cuba/fonts/flag-icon/dz.svg);
}
.flag-icon-dz.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/dz.svg);
}

.flag-icon-ec {
  background-image: url(/assets/cuba/fonts/flag-icon/ec.svg);
}
.flag-icon-ec.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/ec.svg);
}

.flag-icon-ee {
  background-image: url(/assets/cuba/fonts/flag-icon/ee.svg);
}
.flag-icon-ee.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/ee.svg);
}

.flag-icon-eg {
  background-image: url(/assets/cuba/fonts/flag-icon/eg.svg);
}
.flag-icon-eg.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/eg.svg);
}

.flag-icon-eh {
  background-image: url(/assets/cuba/fonts/flag-icon/eh.svg);
}
.flag-icon-eh.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/eh.svg);
}

.flag-icon-er {
  background-image: url(/assets/cuba/fonts/flag-icon/er.svg);
}
.flag-icon-er.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/er.svg);
}

.flag-icon-es {
  background-image: url(/assets/cuba/fonts/flag-icon/es.svg);
}
.flag-icon-es.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/es.svg);
}

.flag-icon-et {
  background-image: url(/assets/cuba/fonts/flag-icon/et.svg);
}
.flag-icon-et.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/et.svg);
}

.flag-icon-fi {
  background-image: url(/assets/cuba/fonts/flag-icon/fi.svg);
}
.flag-icon-fi.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/fi.svg);
}

.flag-icon-fj {
  background-image: url(/assets/cuba/fonts/flag-icon/fj.svg);
}
.flag-icon-fj.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/fj.svg);
}

.flag-icon-fk {
  background-image: url(/assets/cuba/fonts/flag-icon/fk.svg);
}
.flag-icon-fk.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/fk.svg);
}

.flag-icon-fm {
  background-image: url(/assets/cuba/fonts/flag-icon/fm.svg);
}
.flag-icon-fm.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/fm.svg);
}

.flag-icon-fo {
  background-image: url(/assets/cuba/fonts/flag-icon/fo.svg);
}
.flag-icon-fo.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/fo.svg);
}

.flag-icon-fr {
  background-image: url(/assets/cuba/fonts/flag-icon/fr.svg);
}
.flag-icon-fr.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/fr.svg);
}

.flag-icon-ga {
  background-image: url(/assets/cuba/fonts/flag-icon/ga.svg);
}
.flag-icon-ga.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/ga.svg);
}

.flag-icon-gb {
  background-image: url(/assets/cuba/fonts/flag-icon/gb.svg);
}
.flag-icon-gb.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/gb.svg);
}

.flag-icon-gd {
  background-image: url(/assets/cuba/fonts/flag-icon/gd.svg);
}
.flag-icon-gd.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/gd.svg);
}

.flag-icon-ge {
  background-image: url(/assets/cuba/fonts/flag-icon/ge.svg);
}
.flag-icon-ge.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/ge.svg);
}

.flag-icon-gf {
  background-image: url(/assets/cuba/fonts/flag-icon/gf.svg);
}
.flag-icon-gf.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/gf.svg);
}

.flag-icon-gg {
  background-image: url(/assets/cuba/fonts/flag-icon/gg.svg);
}
.flag-icon-gg.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/gg.svg);
}

.flag-icon-gh {
  background-image: url(/assets/cuba/fonts/flag-icon/gh.svg);
}
.flag-icon-gh.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/gh.svg);
}

.flag-icon-gi {
  background-image: url(/assets/cuba/fonts/flag-icon/gi.svg);
}
.flag-icon-gi.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/gi.svg);
}

.flag-icon-gl {
  background-image: url(/assets/cuba/fonts/flag-icon/gl.svg);
}
.flag-icon-gl.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/gl.svg);
}

.flag-icon-gm {
  background-image: url(/assets/cuba/fonts/flag-icon/gm.svg);
}
.flag-icon-gm.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/gm.svg);
}

.flag-icon-gn {
  background-image: url(/assets/cuba/fonts/flag-icon/gn.svg);
}
.flag-icon-gn.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/gn.svg);
}

.flag-icon-gp {
  background-image: url(/assets/cuba/fonts/flag-icon/gp.svg);
}
.flag-icon-gp.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/gp.svg);
}

.flag-icon-gq {
  background-image: url(/assets/cuba/fonts/flag-icon/gq.svg);
}
.flag-icon-gq.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/gq.svg);
}

.flag-icon-gr {
  background-image: url(/assets/cuba/fonts/flag-icon/gr.svg);
}
.flag-icon-gr.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/gr.svg);
}

.flag-icon-gs {
  background-image: url(/assets/cuba/fonts/flag-icon/gs.svg);
}
.flag-icon-gs.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/gs.svg);
}

.flag-icon-gt {
  background-image: url(/assets/cuba/fonts/flag-icon/gt.svg);
}
.flag-icon-gt.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/gt.svg);
}

.flag-icon-gu {
  background-image: url(/assets/cuba/fonts/flag-icon/gu.svg);
}
.flag-icon-gu.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/gu.svg);
}

.flag-icon-gw {
  background-image: url(/assets/cuba/fonts/flag-icon/gw.svg);
}
.flag-icon-gw.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/gw.svg);
}

.flag-icon-gy {
  background-image: url(/assets/cuba/fonts/flag-icon/gy.svg);
}
.flag-icon-gy.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/gy.svg);
}

.flag-icon-hk {
  background-image: url(/assets/cuba/fonts/flag-icon/hk.svg);
}
.flag-icon-hk.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/hk.svg);
}

.flag-icon-hm {
  background-image: url(/assets/cuba/fonts/flag-icon/hm.svg);
}
.flag-icon-hm.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/hm.svg);
}

.flag-icon-hn {
  background-image: url(/assets/cuba/fonts/flag-icon/hn.svg);
}
.flag-icon-hn.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/hn.svg);
}

.flag-icon-hr {
  background-image: url(/assets/cuba/fonts/flag-icon/hr.svg);
}
.flag-icon-hr.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/hr.svg);
}

.flag-icon-ht {
  background-image: url(/assets/cuba/fonts/flag-icon/ht.svg);
}
.flag-icon-ht.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/ht.svg);
}

.flag-icon-hu {
  background-image: url(/assets/cuba/fonts/flag-icon/hu.svg);
}
.flag-icon-hu.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/hu.svg);
}

.flag-icon-id {
  background-image: url(/assets/cuba/fonts/flag-icon/id.svg);
}
.flag-icon-id.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/id.svg);
}

.flag-icon-ie {
  background-image: url(/assets/cuba/fonts/flag-icon/ie.svg);
}
.flag-icon-ie.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/ie.svg);
}

.flag-icon-il {
  background-image: url(/assets/cuba/fonts/flag-icon/il.svg);
}
.flag-icon-il.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/il.svg);
}

.flag-icon-im {
  background-image: url(/assets/cuba/fonts/flag-icon/im.svg);
}
.flag-icon-im.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/im.svg);
}

.flag-icon-in {
  background-image: url(/assets/cuba/fonts/flag-icon/in.svg);
}
.flag-icon-in.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/in.svg);
}

.flag-icon-io {
  background-image: url(/assets/cuba/fonts/flag-icon/io.svg);
}
.flag-icon-io.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/io.svg);
}

.flag-icon-iq {
  background-image: url(/assets/cuba/fonts/flag-icon/iq.svg);
}
.flag-icon-iq.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/iq.svg);
}

.flag-icon-ir {
  background-image: url(/assets/cuba/fonts/flag-icon/ir.svg);
}
.flag-icon-ir.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/ir.svg);
}

.flag-icon-is {
  background-image: url(/assets/cuba/fonts/flag-icon/is.svg);
}
.flag-icon-is.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/is.svg);
}

.flag-icon-it {
  background-image: url(/assets/cuba/fonts/flag-icon/it.svg);
}
.flag-icon-it.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/it.svg);
}

.flag-icon-je {
  background-image: url(/assets/cuba/fonts/flag-icon/je.svg);
}
.flag-icon-je.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/je.svg);
}

.flag-icon-jm {
  background-image: url(/assets/cuba/fonts/flag-icon/jm.svg);
}
.flag-icon-jm.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/jm.svg);
}

.flag-icon-jo {
  background-image: url(/assets/cuba/fonts/flag-icon/jo.svg);
}
.flag-icon-jo.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/jo.svg);
}

.flag-icon-jp {
  background-image: url(/assets/cuba/fonts/flag-icon/jp.svg);
}
.flag-icon-jp.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/jp.svg);
}

.flag-icon-ke {
  background-image: url(/assets/cuba/fonts/flag-icon/ke.svg);
}
.flag-icon-ke.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/ke.svg);
}

.flag-icon-kg {
  background-image: url(/assets/cuba/fonts/flag-icon/kg.svg);
}
.flag-icon-kg.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/kg.svg);
}

.flag-icon-kh {
  background-image: url(/assets/cuba/fonts/flag-icon/kh.svg);
}
.flag-icon-kh.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/kh.svg);
}

.flag-icon-ki {
  background-image: url(/assets/cuba/fonts/flag-icon/ki.svg);
}
.flag-icon-ki.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/ki.svg);
}

.flag-icon-km {
  background-image: url(/assets/cuba/fonts/flag-icon/km.svg);
}
.flag-icon-km.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/km.svg);
}

.flag-icon-kn {
  background-image: url(/assets/cuba/fonts/flag-icon/kn.svg);
}
.flag-icon-kn.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/kn.svg);
}

.flag-icon-kp {
  background-image: url(/assets/cuba/fonts/flag-icon/kp.svg);
}
.flag-icon-kp.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/kp.svg);
}

.flag-icon-kr {
  background-image: url(/assets/cuba/fonts/flag-icon/kr.svg);
}
.flag-icon-kr.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/kr.svg);
}

.flag-icon-kw {
  background-image: url(/assets/cuba/fonts/flag-icon/kw.svg);
}
.flag-icon-kw.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/kw.svg);
}

.flag-icon-ky {
  background-image: url(/assets/cuba/fonts/flag-icon/ky.svg);
}
.flag-icon-ky.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/ky.svg);
}

.flag-icon-kz {
  background-image: url(/assets/cuba/fonts/flag-icon/kz.svg);
}
.flag-icon-kz.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/kz.svg);
}

.flag-icon-la {
  background-image: url(/assets/cuba/fonts/flag-icon/la.svg);
}
.flag-icon-la.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/la.svg);
}

.flag-icon-lb {
  background-image: url(/assets/cuba/fonts/flag-icon/lb.svg);
}
.flag-icon-lb.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/lb.svg);
}

.flag-icon-lc {
  background-image: url(/assets/cuba/fonts/flag-icon/lc.svg);
}
.flag-icon-lc.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/lc.svg);
}

.flag-icon-li {
  background-image: url(/assets/cuba/fonts/flag-icon/li.svg);
}
.flag-icon-li.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/li.svg);
}

.flag-icon-lk {
  background-image: url(/assets/cuba/fonts/flag-icon/lk.svg);
}
.flag-icon-lk.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/lk.svg);
}

.flag-icon-lr {
  background-image: url(/assets/cuba/fonts/flag-icon/lr.svg);
}
.flag-icon-lr.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/lr.svg);
}

.flag-icon-ls {
  background-image: url(/assets/cuba/fonts/flag-icon/ls.svg);
}
.flag-icon-ls.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/ls.svg);
}

.flag-icon-lt {
  background-image: url(/assets/cuba/fonts/flag-icon/lt.svg);
}
.flag-icon-lt.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/lt.svg);
}

.flag-icon-lu {
  background-image: url(/assets/cuba/fonts/flag-icon/lu.svg);
}
.flag-icon-lu.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/lu.svg);
}

.flag-icon-lv {
  background-image: url(/assets/cuba/fonts/flag-icon/lv.svg);
}
.flag-icon-lv.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/lv.svg);
}

.flag-icon-ly {
  background-image: url(/assets/cuba/fonts/flag-icon/ly.svg);
}
.flag-icon-ly.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/ly.svg);
}

.flag-icon-ma {
  background-image: url(/assets/cuba/fonts/flag-icon/ma.svg);
}
.flag-icon-ma.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/ma.svg);
}

.flag-icon-mc {
  background-image: url(/assets/cuba/fonts/flag-icon/mc.svg);
}
.flag-icon-mc.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/mc.svg);
}

.flag-icon-md {
  background-image: url(/assets/cuba/fonts/flag-icon/md.svg);
}
.flag-icon-md.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/md.svg);
}

.flag-icon-me {
  background-image: url(/assets/cuba/fonts/flag-icon/me.svg);
}
.flag-icon-me.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/me.svg);
}

.flag-icon-mf {
  background-image: url(/assets/cuba/fonts/flag-icon/mf.svg);
}
.flag-icon-mf.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/mf.svg);
}

.flag-icon-mg {
  background-image: url(/assets/cuba/fonts/flag-icon/mg.svg);
}
.flag-icon-mg.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/mg.svg);
}

.flag-icon-mh {
  background-image: url(/assets/cuba/fonts/flag-icon/mh.svg);
}
.flag-icon-mh.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/mh.svg);
}

.flag-icon-mk {
  background-image: url(/assets/cuba/fonts/flag-icon/mk.svg);
}
.flag-icon-mk.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/mk.svg);
}

.flag-icon-ml {
  background-image: url(/assets/cuba/fonts/flag-icon/ml.svg);
}
.flag-icon-ml.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/ml.svg);
}

.flag-icon-mm {
  background-image: url(/assets/cuba/fonts/flag-icon/mm.svg);
}
.flag-icon-mm.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/mm.svg);
}

.flag-icon-mn {
  background-image: url(/assets/cuba/fonts/flag-icon/mn.svg);
}
.flag-icon-mn.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/mn.svg);
}

.flag-icon-mo {
  background-image: url(/assets/cuba/fonts/flag-icon/mo.svg);
}
.flag-icon-mo.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/mo.svg);
}

.flag-icon-mp {
  background-image: url(/assets/cuba/fonts/flag-icon/mp.svg);
}
.flag-icon-mp.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/mp.svg);
}

.flag-icon-mq {
  background-image: url(/assets/cuba/fonts/flag-icon/mq.svg);
}
.flag-icon-mq.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/mq.svg);
}

.flag-icon-mr {
  background-image: url(/assets/cuba/fonts/flag-icon/mr.svg);
}
.flag-icon-mr.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/mr.svg);
}

.flag-icon-ms {
  background-image: url(/assets/cuba/fonts/flag-icon/ms.svg);
}
.flag-icon-ms.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/ms.svg);
}

.flag-icon-mt {
  background-image: url(/assets/cuba/fonts/flag-icon/mt.svg);
}
.flag-icon-mt.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/mt.svg);
}

.flag-icon-mu {
  background-image: url(/assets/cuba/fonts/flag-icon/mu.svg);
}
.flag-icon-mu.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/mu.svg);
}

.flag-icon-mv {
  background-image: url(/assets/cuba/fonts/flag-icon/mv.svg);
}
.flag-icon-mv.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/mv.svg);
}

.flag-icon-mw {
  background-image: url(/assets/cuba/fonts/flag-icon/mw.svg);
}
.flag-icon-mw.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/mw.svg);
}

.flag-icon-mx {
  background-image: url(/assets/cuba/fonts/flag-icon/mx.svg);
}
.flag-icon-mx.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/mx.svg);
}

.flag-icon-my {
  background-image: url(/assets/cuba/fonts/flag-icon/my.svg);
}
.flag-icon-my.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/my.svg);
}

.flag-icon-mz {
  background-image: url(/assets/cuba/fonts/flag-icon/mz.svg);
}
.flag-icon-mz.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/mz.svg);
}

.flag-icon-na {
  background-image: url(/assets/cuba/fonts/flag-icon/na.svg);
}
.flag-icon-na.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/na.svg);
}

.flag-icon-nc {
  background-image: url(/assets/cuba/fonts/flag-icon/nc.svg);
}
.flag-icon-nc.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/nc.svg);
}

.flag-icon-ne {
  background-image: url(/assets/cuba/fonts/flag-icon/ne.svg);
}
.flag-icon-ne.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/ne.svg);
}

.flag-icon-nf {
  background-image: url(/assets/cuba/fonts/flag-icon/nf.svg);
}
.flag-icon-nf.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/nf.svg);
}

.flag-icon-ng {
  background-image: url(/assets/cuba/fonts/flag-icon/ng.svg);
}
.flag-icon-ng.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/ng.svg);
}

.flag-icon-ni {
  background-image: url(/assets/cuba/fonts/flag-icon/ni.svg);
}
.flag-icon-ni.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/ni.svg);
}

.flag-icon-nl {
  background-image: url(/assets/cuba/fonts/flag-icon/nl.svg);
}
.flag-icon-nl.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/nl.svg);
}

.flag-icon-no {
  background-image: url(/assets/cuba/fonts/flag-icon/no.svg);
}
.flag-icon-no.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/no.svg);
}

.flag-icon-np {
  background-image: url(/assets/cuba/fonts/flag-icon/np.svg);
}
.flag-icon-np.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/np.svg);
}

.flag-icon-nr {
  background-image: url(/assets/cuba/fonts/flag-icon/nr.svg);
}
.flag-icon-nr.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/nr.svg);
}

.flag-icon-nu {
  background-image: url(/assets/cuba/fonts/flag-icon/nu.svg);
}
.flag-icon-nu.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/nu.svg);
}

.flag-icon-nz {
  background-image: url(/assets/cuba/fonts/flag-icon/nz.svg);
}
.flag-icon-nz.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/nz.svg);
}

.flag-icon-om {
  background-image: url(/assets/cuba/fonts/flag-icon/om.svg);
}
.flag-icon-om.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/om.svg);
}

.flag-icon-pa {
  background-image: url(/assets/cuba/fonts/flag-icon/pa.svg);
}
.flag-icon-pa.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/pa.svg);
}

.flag-icon-pe {
  background-image: url(/assets/cuba/fonts/flag-icon/pe.svg);
}
.flag-icon-pe.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/pe.svg);
}

.flag-icon-pf {
  background-image: url(/assets/cuba/fonts/flag-icon/pf.svg);
}
.flag-icon-pf.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/pf.svg);
}

.flag-icon-pg {
  background-image: url(/assets/cuba/fonts/flag-icon/pg.svg);
}
.flag-icon-pg.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/pg.svg);
}

.flag-icon-ph {
  background-image: url(/assets/cuba/fonts/flag-icon/ph.svg);
}
.flag-icon-ph.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/ph.svg);
}

.flag-icon-pk {
  background-image: url(/assets/cuba/fonts/flag-icon/pk.svg);
}
.flag-icon-pk.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/pk.svg);
}

.flag-icon-pl {
  background-image: url(/assets/cuba/fonts/flag-icon/pl.svg);
}
.flag-icon-pl.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/pl.svg);
}

.flag-icon-pm {
  background-image: url(/assets/cuba/fonts/flag-icon/pm.svg);
}
.flag-icon-pm.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/pm.svg);
}

.flag-icon-pn {
  background-image: url(/assets/cuba/fonts/flag-icon/pn.svg);
}
.flag-icon-pn.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/pn.svg);
}

.flag-icon-pr {
  background-image: url(/assets/cuba/fonts/flag-icon/pr.svg);
}
.flag-icon-pr.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/pr.svg);
}

.flag-icon-ps {
  background-image: url(/assets/cuba/fonts/flag-icon/ps.svg);
}
.flag-icon-ps.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/ps.svg);
}

.flag-icon-pt {
  background-image: url(/assets/cuba/fonts/flag-icon/pt.svg);
}
.flag-icon-pt.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/pt.svg);
}

.flag-icon-pw {
  background-image: url(/assets/cuba/fonts/flag-icon/pw.svg);
}
.flag-icon-pw.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/pw.svg);
}

.flag-icon-py {
  background-image: url(/assets/cuba/fonts/flag-icon/py.svg);
}
.flag-icon-py.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/py.svg);
}

.flag-icon-qa {
  background-image: url(/assets/cuba/fonts/flag-icon/qa.svg);
}
.flag-icon-qa.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/qa.svg);
}

.flag-icon-re {
  background-image: url(/assets/cuba/fonts/flag-icon/re.svg);
}
.flag-icon-re.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/re.svg);
}

.flag-icon-ro {
  background-image: url(/assets/cuba/fonts/flag-icon/ro.svg);
}
.flag-icon-ro.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/ro.svg);
}

.flag-icon-rs {
  background-image: url(/assets/cuba/fonts/flag-icon/rs.svg);
}
.flag-icon-rs.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/rs.svg);
}

.flag-icon-ru {
  background-image: url(/assets/cuba/fonts/flag-icon/ru.svg);
}
.flag-icon-ru.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/ru.svg);
}

.flag-icon-rw {
  background-image: url(/assets/cuba/fonts/flag-icon/rw.svg);
}
.flag-icon-rw.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/rw.svg);
}

.flag-icon-sa {
  background-image: url(/assets/cuba/fonts/flag-icon/sa.svg);
}
.flag-icon-sa.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/sa.svg);
}

.flag-icon-sb {
  background-image: url(/assets/cuba/fonts/flag-icon/sb.svg);
}
.flag-icon-sb.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/sb.svg);
}

.flag-icon-sc {
  background-image: url(/assets/cuba/fonts/flag-icon/sc.svg);
}
.flag-icon-sc.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/sc.svg);
}

.flag-icon-sd {
  background-image: url(/assets/cuba/fonts/flag-icon/sd.svg);
}
.flag-icon-sd.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/sd.svg);
}

.flag-icon-se {
  background-image: url(/assets/cuba/fonts/flag-icon/se.svg);
}
.flag-icon-se.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/se.svg);
}

.flag-icon-sg {
  background-image: url(/assets/cuba/fonts/flag-icon/sg.svg);
}
.flag-icon-sg.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/sg.svg);
}

.flag-icon-sh {
  background-image: url(/assets/cuba/fonts/flag-icon/sh.svg);
}
.flag-icon-sh.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/sh.svg);
}

.flag-icon-si {
  background-image: url(/assets/cuba/fonts/flag-icon/si.svg);
}
.flag-icon-si.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/si.svg);
}

.flag-icon-sj {
  background-image: url(/assets/cuba/fonts/flag-icon/sj.svg);
}
.flag-icon-sj.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/sj.svg);
}

.flag-icon-sk {
  background-image: url(/assets/cuba/fonts/flag-icon/sk.svg);
}
.flag-icon-sk.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/sk.svg);
}

.flag-icon-sl {
  background-image: url(/assets/cuba/fonts/flag-icon/sl.svg);
}
.flag-icon-sl.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/sl.svg);
}

.flag-icon-sm {
  background-image: url(/assets/cuba/fonts/flag-icon/sm.svg);
}
.flag-icon-sm.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/sm.svg);
}

.flag-icon-sn {
  background-image: url(/assets/cuba/fonts/flag-icon/sn.svg);
}
.flag-icon-sn.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/sn.svg);
}

.flag-icon-so {
  background-image: url(/assets/cuba/fonts/flag-icon/so.svg);
}
.flag-icon-so.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/so.svg);
}

.flag-icon-sr {
  background-image: url(/assets/cuba/fonts/flag-icon/sr.svg);
}
.flag-icon-sr.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/sr.svg);
}

.flag-icon-ss {
  background-image: url(/assets/cuba/fonts/flag-icon/ss.svg);
}
.flag-icon-ss.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/ss.svg);
}

.flag-icon-st {
  background-image: url(/assets/cuba/fonts/flag-icon/st.svg);
}
.flag-icon-st.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/st.svg);
}

.flag-icon-sv {
  background-image: url(/assets/cuba/fonts/flag-icon/sv.svg);
}
.flag-icon-sv.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/sv.svg);
}

.flag-icon-sx {
  background-image: url(/assets/cuba/fonts/flag-icon/sx.svg);
}
.flag-icon-sx.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/sx.svg);
}

.flag-icon-sy {
  background-image: url(/assets/cuba/fonts/flag-icon/sy.svg);
}
.flag-icon-sy.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/sy.svg);
}

.flag-icon-sz {
  background-image: url(/assets/cuba/fonts/flag-icon/sz.svg);
}
.flag-icon-sz.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/sz.svg);
}

.flag-icon-tc {
  background-image: url(/assets/cuba/fonts/flag-icon/tc.svg);
}
.flag-icon-tc.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/tc.svg);
}

.flag-icon-td {
  background-image: url(/assets/cuba/fonts/flag-icon/td.svg);
}
.flag-icon-td.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/td.svg);
}

.flag-icon-tf {
  background-image: url(/assets/cuba/fonts/flag-icon/tf.svg);
}
.flag-icon-tf.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/tf.svg);
}

.flag-icon-tg {
  background-image: url(/assets/cuba/fonts/flag-icon/tg.svg);
}
.flag-icon-tg.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/tg.svg);
}

.flag-icon-th {
  background-image: url(/assets/cuba/fonts/flag-icon/th.svg);
}
.flag-icon-th.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/th.svg);
}

.flag-icon-tj {
  background-image: url(/assets/cuba/fonts/flag-icon/tj.svg);
}
.flag-icon-tj.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/tj.svg);
}

.flag-icon-tk {
  background-image: url(/assets/cuba/fonts/flag-icon/tk.svg);
}
.flag-icon-tk.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/tk.svg);
}

.flag-icon-tl {
  background-image: url(/assets/cuba/fonts/flag-icon/tl.svg);
}
.flag-icon-tl.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/tl.svg);
}

.flag-icon-tm {
  background-image: url(/assets/cuba/fonts/flag-icon/tm.svg);
}
.flag-icon-tm.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/tm.svg);
}

.flag-icon-tn {
  background-image: url(/assets/cuba/fonts/flag-icon/tn.svg);
}
.flag-icon-tn.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/tn.svg);
}

.flag-icon-to {
  background-image: url(/assets/cuba/fonts/flag-icon/to.svg);
}
.flag-icon-to.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/to.svg);
}

.flag-icon-tr {
  background-image: url(/assets/cuba/fonts/flag-icon/tr.svg);
}
.flag-icon-tr.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/tr.svg);
}

.flag-icon-tt {
  background-image: url(/assets/cuba/fonts/flag-icon/tt.svg);
}
.flag-icon-tt.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/tt.svg);
}

.flag-icon-tv {
  background-image: url(/assets/cuba/fonts/flag-icon/tv.svg);
}
.flag-icon-tv.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/tv.svg);
}

.flag-icon-tw {
  background-image: url(/assets/cuba/fonts/flag-icon/tw.svg);
}
.flag-icon-tw.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/tw.svg);
}

.flag-icon-tz {
  background-image: url(/assets/cuba/fonts/flag-icon/tz.svg);
}
.flag-icon-tz.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/tz.svg);
}

.flag-icon-ua {
  background-image: url(/assets/cuba/fonts/flag-icon/ua.svg);
}
.flag-icon-ua.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/ua.svg);
}

.flag-icon-ug {
  background-image: url(/assets/cuba/fonts/flag-icon/ug.svg);
}
.flag-icon-ug.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/ug.svg);
}

.flag-icon-um {
  background-image: url(/assets/cuba/fonts/flag-icon/um.svg);
}
.flag-icon-um.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/um.svg);
}

.flag-icon-us {
  background-image: url(/assets/cuba/fonts/flag-icon/us.svg);
}
.flag-icon-us.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/us.svg);
}

.flag-icon-uy {
  background-image: url(/assets/cuba/fonts/flag-icon/uy.svg);
}
.flag-icon-uy.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/uy.svg);
}

.flag-icon-uz {
  background-image: url(/assets/cuba/fonts/flag-icon/uz.svg);
}
.flag-icon-uz.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/uz.svg);
}

.flag-icon-va {
  background-image: url(/assets/cuba/fonts/flag-icon/va.svg);
}
.flag-icon-va.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/va.svg);
}

.flag-icon-vc {
  background-image: url(/assets/cuba/fonts/flag-icon/vc.svg);
}
.flag-icon-vc.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/vc.svg);
}

.flag-icon-ve {
  background-image: url(/assets/cuba/fonts/flag-icon/ve.svg);
}
.flag-icon-ve.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/ve.svg);
}

.flag-icon-vg {
  background-image: url(/assets/cuba/fonts/flag-icon/vg.svg);
}
.flag-icon-vg.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/vg.svg);
}

.flag-icon-vi {
  background-image: url(/assets/cuba/fonts/flag-icon/vi.svg);
}
.flag-icon-vi.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/vi.svg);
}

.flag-icon-vn {
  background-image: url(/assets/cuba/fonts/flag-icon/vn.svg);
}
.flag-icon-vn.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/vn.svg);
}

.flag-icon-vu {
  background-image: url(/assets/cuba/fonts/flag-icon/vu.svg);
}
.flag-icon-vu.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/vu.svg);
}

.flag-icon-wf {
  background-image: url(/assets/cuba/fonts/flag-icon/wf.svg);
}
.flag-icon-wf.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/wf.svg);
}

.flag-icon-ws {
  background-image: url(/assets/cuba/fonts/flag-icon/ws.svg);
}
.flag-icon-ws.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/ws.svg);
}

.flag-icon-ye {
  background-image: url(/assets/cuba/fonts/flag-icon/ye.svg);
}
.flag-icon-ye.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/ye.svg);
}

.flag-icon-yt {
  background-image: url(/assets/cuba/fonts/flag-icon/yt.svg);
}
.flag-icon-yt.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/yt.svg);
}

.flag-icon-za {
  background-image: url(/assets/cuba/fonts/flag-icon/za.svg);
}
.flag-icon-za.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/za.svg);
}

.flag-icon-zm {
  background-image: url(/assets/cuba/fonts/flag-icon/zm.svg);
}
.flag-icon-zm.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/zm.svg);
}

.flag-icon-zw {
  background-image: url(/assets/cuba/fonts/flag-icon/zw.svg);
}
.flag-icon-zw.flag-icon-squared {
  background-image: url(/assets/cuba/fonts/flag-icon/zw.svg);
}
button, hr, input {
  overflow: visible;
}

audio, canvas, progress, video {
  display: inline-block;
}

progress, sub, sup {
  vertical-align: baseline;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

menu, article, aside, details, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

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

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

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

a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

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

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

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

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

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

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

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/assets/cuba/fonts/slick.eot");
  src: url("/assets/cuba/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/assets/cuba/fonts/slick.woff") format("woff"), url("/assets/cuba/fonts/slick.ttf") format("truetype"), url("/assets/cuba/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;

  src: url("/assets/cuba/fonts/slick/slick.eot");
  src: url("/assets/cuba/fonts/slick/slick.eot?#iefix") format("embedded-opentype"),
    url("/assets/cuba/fonts/slick/slick.woff") format("woff"),
    url("/assets/cuba/fonts/slick/slick.ttf") format("truetype"),
    url("/assets/cuba/fonts/slick/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;

  opacity: 0.75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}
.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: "•";
  text-align: center;

  opacity: 0.25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/**
 * Swiper 11.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 27, 2024
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 30px;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@charset "UTF-8";
/* classes attached to <body> */
/* TODO: make fc-event selector work when calender in shadow DOM */
/* TODO: not attached to body. attached to specific els. move */
/* for FF, which doesn't expand a 100% div within a table cell. use absolute positioning */
/* inner-wrappers are responsible for being absolute */
/* TODO: best place for this? */
@font-face {
  font-family: "fcicons";
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*
Lots taken from Flatly (MIT): https://bootswatch.com/4/flatly/bootstrap.css

These styles only apply when the standard-theme is activated.
When it's NOT activated, the fc-button classes won't even be in the DOM.
*/
/* link resets */
/* ---------------------------------------------------------------------------------------------------- */
/* cursor */
/* event text content */
/* ---------------------------------------------------------------------------------------------------- */
/* dragging */
/* ---------------------------------------------------------------------------------------------------- */
/* resizing */
/* ---------------------------------------------------------------------------------------------------- */
/* (subclasses should hone positioning for touch and non-touch) */
/* MOUSE */
/* selecting (always TOUCH) */
/* OR, focused by tab-index */
/* (TODO: maybe not the best focus-styling for .fc-daygrid-dot-event) */
/* ---------------------------------------------------------------------------------------------------- */
/*
A HORIZONTAL event
*/
/* adjust border and border-radius (if there is any) for non-start/end */
/* resizers */
/* resizers for TOUCH */
/* help things clear margins of inner content */
/* --- the rectangle ("block") style of event --- */
/* --- the dot style of event --- */
/* --- spacing between time and title --- */
/*
A VERTICAL event
*/
/* make the dot closer to the event title */
.fc-not-allowed {
  cursor: not-allowed;
}
.fc-not-allowed .fc-event {
  cursor: not-allowed;
}

.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fc {
  display: flex;
  flex-direction: column;
  font-size: 1em;
  box-sizing: border-box;
}
.fc * {
  box-sizing: border-box;
}
.fc *:before {
  box-sizing: border-box;
}
.fc *:after {
  box-sizing: border-box;
}
.fc table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
}
.fc th {
  text-align: center;
  vertical-align: top;
  padding: 0;
}
.fc td {
  vertical-align: top;
  padding: 0;
}
.fc a[data-navlink] {
  cursor: pointer;
}
.fc a[data-navlink]:hover {
  text-decoration: underline;
}
.fc .fc-button {
  border-radius: 0;
  overflow: visible;
  text-transform: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-appearance: button;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.4em 0.65em;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0.25em;
}
.fc .fc-button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
}
.fc .fc-button:not(:disabled) {
  cursor: pointer;
}
.fc .fc-button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.fc .fc-button:hover {
  text-decoration: none;
}
.fc .fc-button:disabled {
  opacity: 0.65;
}
.fc .fc-button .fc-icon {
  vertical-align: middle;
  font-size: 1.5em;
}
.fc .fc-button-primary {
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #7366FF;
  background-color: var(--fc-button-bg-color, #7366FF);
  border-color: #7366FF;
  border-color: var(--fc-button-border-color, #7366FF);
}
.fc .fc-button-primary:hover {
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #7366FF;
  background-color: var(--fc-button-hover-bg-color, #7366FF);
  border-color: #7366FF;
  border-color: var(--fc-button-hover-border-color, #7366FF);
}
.fc .fc-button-primary:disabled {
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #7366FF;
  background-color: var(--fc-button-bg-color, #7366FF);
  border-color: #7366FF;
  border-color: var(--fc-button-border-color, #7366FF);
}
.fc .fc-button-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}
.fc .fc-button-primary:not(:disabled):active {
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #7366FF;
  background-color: var(--fc-button-active-bg-color, #7366FF);
  border-color: #534686;
  border-color: var(--fc-button-active-border-color, #7366FF);
}
.fc .fc-button-primary:not(:disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}
.fc .fc-button-primary:not(:disabled).fc-button-active {
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #7366FF;
  background-color: var(--fc-button-active-bg-color, #7366FF);
  border-color: #534686;
  border-color: var(--fc-button-active-border-color, #7366FF);
}
.fc .fc-button-primary:not(:disabled).fc-button-active:focus {
  box-shadow: 0 0 0 0.2rem rgba(115, 102, 255, 0.5);
}
.fc .fc-button-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.fc .fc-button-group > .fc-button {
  position: relative;
  flex: 1 1 auto;
}
.fc .fc-button-group > .fc-button:hover {
  z-index: 1;
}
.fc .fc-button-group > .fc-button:focus {
  z-index: 1;
}
.fc .fc-button-group > .fc-button:active {
  z-index: 1;
}
.fc .fc-button-group > .fc-button.fc-button-active {
  z-index: 1;
}
.fc .fc-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.5em;
}
.fc .fc-toolbar.fc-footer-toolbar {
  margin-top: 1.5em;
}
.fc .fc-toolbar-title {
  font-size: 1.75em;
  margin: 0;
}
.fc .fc-scroller {
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.fc .fc-scroller-liquid {
  height: 100%;
}
.fc .fc-scroller-liquid-absolute {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.fc .fc-scroller-harness {
  position: relative;
  overflow: hidden;
  direction: ltr;
}
.fc .fc-scroller-harness-liquid {
  height: 100%;
}
.fc .fc-scrollgrid {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-right-width: 0;
  border-bottom-width: 0;
}
.fc .fc-scrollgrid table {
  width: 100%;
  table-layout: fixed;
  border-top-style: hidden;
  border-left-style: hidden;
  border-right-style: hidden;
}
.fc .fc-scrollgrid-liquid {
  height: 100%;
}
.fc .fc-scrollgrid-section {
  height: 1px;
}
.fc .fc-scrollgrid-section > td {
  height: 1px;
}
.fc .fc-scrollgrid-section table {
  height: 1px;
}
.fc .fc-scrollgrid-section > * {
  border-top-width: 0;
  border-left-width: 0;
}
.fc .fc-scrollgrid-section-liquid > td {
  height: 100%;
}
.fc .fc-scrollgrid-section-header > * {
  border-bottom-width: 0;
}
.fc .fc-scrollgrid-section-footer > * {
  border-bottom-width: 0;
}
.fc .fc-scrollgrid-section-footer table {
  border-bottom-style: hidden;
}
.fc .fc-scrollgrid-section-body table {
  border-bottom-style: hidden;
}
.fc .fc-scrollgrid-section-sticky > * {
  background: #fff;
  background: var(--fc-page-bg-color, #fff);
  position: sticky;
  z-index: 3;
}
.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky > * {
  top: 0;
}
.fc .fc-scrollgrid-section-footer.fc-scrollgrid-section-sticky > * {
  bottom: 0;
}
.fc .fc-scrollgrid-sticky-shim {
  height: 1px;
  margin-bottom: -1px;
}
.fc .fc-view-harness {
  flex-grow: 1;
  position: relative;
}
.fc .fc-view-harness-active > .fc-view {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fc .fc-col-header-cell-cushion {
  display: inline-block;
  padding: 2px 4px;
}
.fc .fc-bg-event {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(143, 223, 130);
  background: var(--fc-bg-event-color, rgb(143, 223, 130));
  opacity: 0.3;
  opacity: var(--fc-bg-event-opacity, 0.3);
}
.fc .fc-bg-event .fc-event-title {
  margin: 0.5em;
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
  font-style: italic;
}
.fc .fc-non-business {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(215, 215, 215, 0.3);
  background: var(--fc-non-business-color, rgba(215, 215, 215, 0.3));
}
.fc .fc-highlight {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(188, 232, 241, 0.3);
  background: var(--fc-highlight-color, rgba(188, 232, 241, 0.3));
}
.fc .fc-cell-shaded {
  background: rgba(208, 208, 208, 0.3);
  background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
}
.fc .fc-day-disabled {
  background: rgba(208, 208, 208, 0.3);
  background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
}
.fc .fc-popover {
  position: absolute;
  z-index: 9999;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.fc .fc-popover-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 3px 4px;
}
.fc .fc-popover-title {
  margin: 0 2px;
}
.fc .fc-popover-close {
  cursor: pointer;
  opacity: 0.65;
  font-size: 1.1em;
}
.fc .fc-daygrid-body {
  position: relative;
  z-index: 1;
}
.fc .fc-daygrid-day.fc-day-today {
  background-color: rgba(255, 220, 40, 0.15);
  background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
}
.fc .fc-daygrid-day-frame {
  position: relative;
  min-height: 100%;
}
.fc .fc-daygrid-day-top {
  display: flex;
  flex-direction: row-reverse;
}
.fc .fc-day-other .fc-daygrid-day-top {
  opacity: 0.3;
}
.fc .fc-daygrid-day-number {
  position: relative;
  z-index: 4;
  padding: 4px;
}
.fc .fc-daygrid-day-events {
  margin-top: 1px;
}
.fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
  position: absolute;
  left: 0;
  right: 0;
}
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  position: relative;
  min-height: 2em;
}
.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
  margin-bottom: 1em;
}
.fc .fc-daygrid-event-harness {
  position: relative;
}
.fc .fc-daygrid-event-harness-abs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc .fc-daygrid-bg-harness {
  position: absolute;
  top: 0;
  bottom: 0;
}
.fc .fc-daygrid-day-bg .fc-non-business {
  z-index: 1;
}
.fc .fc-daygrid-day-bg .fc-bg-event {
  z-index: 2;
}
.fc .fc-daygrid-day-bg .fc-highlight {
  z-index: 3;
}
.fc .fc-daygrid-event {
  z-index: 6;
  margin-top: 1px;
}
.fc .fc-daygrid-event.fc-event-mirror {
  z-index: 7;
}
.fc .fc-daygrid-day-bottom {
  font-size: 0.85em;
  padding: 2px 3px 0;
}
.fc .fc-daygrid-day-bottom:before {
  content: "";
  clear: both;
  display: table;
}
.fc .fc-daygrid-more-link {
  position: relative;
  z-index: 4;
  cursor: pointer;
}
.fc .fc-daygrid-week-number {
  position: absolute;
  z-index: 5;
  top: 0;
  padding: 2px;
  min-width: 1.5em;
  text-align: center;
  background-color: rgba(208, 208, 208, 0.3);
  background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  color: #808080;
  color: var(--fc-neutral-text-color, #808080);
}
.fc .fc-more-popover .fc-popover-body {
  min-width: 220px;
  padding: 10px;
}
.fc .fc-timegrid .fc-daygrid-body {
  z-index: 2;
}
.fc .fc-timegrid-divider {
  padding: 0 0 2px;
}
.fc .fc-timegrid-body {
  position: relative;
  z-index: 1;
  min-height: 100%;
}
.fc .fc-timegrid-axis-chunk {
  position: relative;
}
.fc .fc-timegrid-axis-chunk > table {
  position: relative;
  z-index: 1;
}
.fc .fc-timegrid-slots {
  position: relative;
  z-index: 1;
}
.fc .fc-timegrid-slot {
  height: 1.5em;
  border-bottom: 0;
}
.fc .fc-timegrid-slot:empty:before {
  content: " ";
}
.fc .fc-timegrid-slot-minor {
  border-top-style: dotted;
}
.fc .fc-timegrid-slot-label-cushion {
  display: inline-block;
  white-space: nowrap;
  padding: 0 4px;
}
.fc .fc-timegrid-slot-label {
  vertical-align: middle;
}
.fc .fc-timegrid-axis-cushion {
  padding: 0 4px;
  max-width: 60px;
  flex-shrink: 0;
}
.fc .fc-timegrid-axis-frame-liquid {
  height: 100%;
}
.fc .fc-timegrid-axis-frame {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.fc .fc-timegrid-col.fc-day-today {
  background-color: rgba(255, 220, 40, 0.15);
  background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
}
.fc .fc-timegrid-col-frame {
  min-height: 100%;
  position: relative;
}
.fc .fc-timegrid-col-bg {
  z-index: 2;
}
.fc .fc-timegrid-col-bg .fc-non-business {
  z-index: 1;
}
.fc .fc-timegrid-col-bg .fc-bg-event {
  z-index: 2;
}
.fc .fc-timegrid-col-bg .fc-highlight {
  z-index: 3;
}
.fc .fc-timegrid-bg-harness {
  position: absolute;
  left: 0;
  right: 0;
}
.fc .fc-timegrid-col-events {
  z-index: 3;
}
.fc .fc-timegrid-now-indicator-container {
  bottom: 0;
  overflow: hidden;
}
.fc .fc-timegrid-now-indicator-line {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  border-style: solid;
  border-color: red;
  border-color: var(--fc-now-indicator-color, red);
  border-width: 1px 0 0;
}
.fc .fc-timegrid-now-indicator-arrow {
  position: absolute;
  z-index: 4;
  margin-top: -5px;
  border-style: solid;
  border-color: red;
  border-color: var(--fc-now-indicator-color, red);
}
.fc .fc-list-empty {
  background-color: rgba(208, 208, 208, 0.3);
  background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fc .fc-list-empty-cushion {
  margin: 5em 0;
}
.fc .fc-list-table {
  width: 100%;
  border-style: hidden;
}
.fc .fc-list-table tr > * {
  border-left: 0;
  border-right: 0;
}
.fc .fc-list-table thead {
  position: absolute;
  left: -10000px;
}
.fc .fc-list-table tbody > tr:first-child th {
  border-top: 0;
}
.fc .fc-list-table th {
  padding: 0;
}
.fc .fc-list-table td {
  padding: 8px 14px;
}
.fc .fc-list-sticky .fc-list-day > * {
  position: sticky;
  top: 0;
  background: #fff;
  background: var(--fc-page-bg-color, #fff);
}
.fc .fc-list-day-cushion {
  padding: 8px 14px;
}
.fc .fc-list-day-cushion:after {
  content: "";
  clear: both;
  display: table;
}
.fc .fc-list-event.fc-event-forced-url {
  cursor: pointer;
}
.fc .fc-list-event.fc-event-forced-url:hover a {
  text-decoration: underline;
}
.fc .fc-list-event:hover td {
  background-color: #f5f5f5;
  background-color: var(--fc-list-event-hover-bg-color, #f5f5f5);
}
.fc .fc-list-event-graphic {
  white-space: nowrap;
  width: 1px;
}
.fc .fc-list-event-time {
  white-space: nowrap;
  width: 1px;
}
.fc .fc-list-event-dot {
  display: inline-block;
  box-sizing: content-box;
  width: 0;
  height: 0;
  border: 5px solid #7366FF;
  border: calc(var(--fc-list-event-dot-width, 10px) / 2) solid var(--fc-event-border-color, #7366FF);
  border-radius: 5px;
  border-radius: calc(var(--fc-list-event-dot-width, 10px) / 2);
}
.fc .fc-list-event-title a {
  color: inherit;
  text-decoration: none;
}

.fc-direction-ltr {
  direction: ltr;
  text-align: left;
}
.fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-direction-ltr .fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
  margin-left: 0.75em;
}
.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
}
.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}
.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start {
  cursor: w-resize;
  left: -4px;
  left: calc(-0.5 * var(--fc-event-resizer-thickness, 8px));
}
.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end {
  cursor: e-resize;
  right: -4px;
  right: calc(-0.5 * var(--fc-event-resizer-thickness, 8px));
}
.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-start {
  left: -4px;
  left: calc(-0.5 * var(--fc-event-resizer-dot-total-width, 8px));
}
.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-end {
  right: -4px;
  right: calc(-0.5 * var(--fc-event-resizer-dot-total-width, 8px));
}
.fc-direction-ltr .fc-daygrid-event.fc-event-start {
  margin-left: 2px;
}
.fc-direction-ltr .fc-daygrid-event.fc-event-end {
  margin-right: 2px;
}
.fc-direction-ltr .fc-daygrid-week-number {
  left: 0;
  border-radius: 0 0 3px 0;
}
.fc-direction-ltr .fc-daygrid-event .fc-event-time {
  margin-right: 3px;
}
.fc-direction-ltr .fc-timegrid-slot-label-frame {
  text-align: right;
}
.fc-direction-ltr .fc-timegrid-col-events {
  margin: 0 2.5% 0 2px;
}
.fc-direction-ltr .fc-timegrid-more-link {
  right: 0;
}
.fc-direction-ltr .fc-timegrid-now-indicator-arrow {
  left: 0;
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.fc-direction-ltr .fc-list-day-text {
  float: left;
}
.fc-direction-ltr .fc-list-day-side-text {
  float: right;
}
.fc-direction-ltr .fc-list-table .fc-list-event-graphic {
  padding-right: 0;
}

.fc-direction-rtl {
  direction: rtl;
  text-align: right;
}
.fc-direction-rtl .fc-button-group > .fc-button:not(:first-child) {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-direction-rtl .fc-button-group > .fc-button:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fc-direction-rtl .fc-direction-rtl .fc-toolbar > * > :not(:first-child) {
  margin-right: 0.75em;
}
.fc-direction-rtl .fc-toolbar-ltr {
  flex-direction: row-reverse;
}
.fc-direction-rtl .fc-scroller-harness > .fc-scroller {
  direction: rtl;
}
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
}
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end {
  cursor: w-resize;
  left: -4px;
  left: calc(-0.5 * var(--fc-event-resizer-thickness, 8px));
}
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start {
  cursor: e-resize;
  right: -4px;
  right: calc(-0.5 * var(--fc-event-resizer-thickness, 8px));
}
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-end {
  left: -4px;
  left: calc(-0.5 * var(--fc-event-resizer-dot-total-width, 8px));
}
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-start {
  right: -4px;
  right: calc(-0.5 * var(--fc-event-resizer-dot-total-width, 8px));
}
.fc-direction-rtl .fc-daygrid-event.fc-event-end {
  margin-left: 2px;
}
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
  margin-right: 2px;
}
.fc-direction-rtl .fc-daygrid-week-number {
  right: 0;
  border-radius: 0 0 0 3px;
}
.fc-direction-rtl .fc-daygrid-event .fc-event-time {
  margin-left: 3px;
}
.fc-direction-rtl .fc-timegrid-slot-label-frame {
  text-align: left;
}
.fc-direction-rtl .fc-timegrid-col-events {
  margin: 0 2px 0 2.5%;
}
.fc-direction-rtl .fc-timegrid-more-link {
  left: 0;
}
.fc-direction-rtl .fc-timegrid-now-indicator-arrow {
  right: 0;
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.fc-direction-rtl .fc-list-day-side-text {
  float: left;
}
.fc-direction-rtl .fc-list-day-text {
  float: right;
}
.fc-direction-rtl .fc-list-table .fc-list-event-graphic {
  padding-left: 0;
}

.fc-theme-standard td {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd);
}
.fc-theme-standard th {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd);
}
.fc-theme-standard .fc-scrollgrid {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd);
}
.fc-theme-standard .fc-popover {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd);
  background: #fff;
  background: var(--fc-page-bg-color, #fff);
}
.fc-theme-standard .fc-popover-header {
  background: rgba(208, 208, 208, 0.3);
  background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
}
.fc-theme-standard .fc-list {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd);
}
.fc-theme-standard .fc-list-day-cushion {
  background-color: rgba(208, 208, 208, 0.3);
  background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
}

.fc-liquid-hack td {
  position: relative;
}
.fc-liquid-hack th {
  position: relative;
}
.fc-liquid-hack .fc-daygrid-day-frame {
  position: static;
}
.fc-liquid-hack .fc-timegrid-axis-frame-liquid {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fc-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "fcicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fc-icon-chevron-left:before {
  content: "\e900";
}

.fc-icon-chevron-right:before {
  content: "\e901";
}

.fc-icon-chevrons-left:before {
  content: "\e902";
}

.fc-icon-chevrons-right:before {
  content: "\e903";
}

.fc-icon-minus-square:before {
  content: "\e904";
}

.fc-icon-plus-square:before {
  content: "\e905";
}

.fc-icon-x:before {
  content: "\e906";
}

.fc-sticky {
  position: sticky;
}

a.fc-event {
  text-decoration: none;
}
a.fc-event:hover {
  text-decoration: none;
}

.fc-event[href] {
  cursor: pointer;
}

.fc-event.fc-event-draggable {
  cursor: pointer;
}

.fc-event .fc-event-main {
  position: relative;
  z-index: 2;
}
.fc-event .fc-event-resizer {
  display: none;
  position: absolute;
  z-index: 4;
}
.fc-event:hover .fc-event-resizer {
  display: block;
}
.fc-event:focus {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.fc-event:focus:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fc-event:focus:after {
  content: "";
  background: rgba(0, 0, 0, 0.25);
  background: var(--fc-event-selected-overlay-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  z-index: 1;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}

.fc-event-dragging:not(.fc-event-selected) {
  opacity: 0.75;
}

.fc-event-dragging.fc-event-selected {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

.fc-event-selected {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.fc-event-selected .fc-event-resizer {
  display: block;
  border-radius: 4px;
  border-radius: calc(var(--fc-event-resizer-dot-total-width, 8px) / 2);
  border-width: 1px;
  border-width: var(--fc-event-resizer-dot-border-width, 1px);
  width: 8px;
  width: var(--fc-event-resizer-dot-total-width, 8px);
  height: 8px;
  height: var(--fc-event-resizer-dot-total-width, 8px);
  border-style: solid;
  border-color: inherit;
  background: #fff;
  background: var(--fc-page-bg-color, #fff);
}
.fc-event-selected .fc-event-resizer:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
}
.fc-event-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fc-event-selected:after {
  content: "";
  background: rgba(0, 0, 0, 0.25);
  background: var(--fc-event-selected-overlay-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  z-index: 1;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}

.fc-h-event {
  display: block;
  border: 1px solid #7366FF;
  border: 1px solid var(--fc-event-border-color, #7366FF);
  background-color: #7366FF;
  background-color: var(--fc-event-bg-color, #7366FF);
}
.fc-h-event .fc-event-main {
  color: #fff;
  color: var(--fc-event-text-color, #fff);
}
.fc-h-event .fc-event-main-frame {
  display: flex;
}
.fc-h-event .fc-event-time {
  max-width: 100%;
  overflow: hidden;
}
.fc-h-event .fc-event-title-container {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
}
.fc-h-event .fc-event-title {
  display: inline-block;
  vertical-align: top;
  left: 0;
  right: 0;
  max-width: 100%;
  overflow: hidden;
}
.fc-h-event:not(.fc-event-selected) .fc-event-resizer {
  top: 0;
  bottom: 0;
  width: 8px;
  width: var(--fc-event-resizer-thickness, 8px);
}

.fc-h-event.fc-event-selected:before {
  top: -10px;
  bottom: -10px;
}
.fc-h-event.fc-event-selected .fc-event-resizer {
  top: 50%;
  margin-top: -4px;
  margin-top: calc(-0.5 * var(--fc-event-resizer-dot-total-width, 8px));
}

:root {
  --fc-daygrid-event-dot-width: 8px;
  --fc-list-event-dot-width: 10px;
  --fc-list-event-hover-bg-color: #f5f5f5;
}

.fc-daygrid-day-frame:before {
  content: "";
  clear: both;
  display: table;
}
.fc-daygrid-day-frame:after {
  content: "";
  clear: both;
  display: table;
}

.fc-daygrid-day-events:before {
  content: "";
  clear: both;
  display: table;
}
.fc-daygrid-day-events:after {
  content: "";
  clear: both;
  display: table;
}

.fc-daygrid-event-harness:before {
  content: "";
  clear: both;
  display: table;
}
.fc-daygrid-event-harness:after {
  content: "";
  clear: both;
  display: table;
}

.fc-daygrid-event {
  position: relative;
  white-space: nowrap;
  border-radius: 3px;
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
}

.fc-daygrid-block-event .fc-event-time {
  font-weight: bold;
  padding: 1px;
}
.fc-daygrid-block-event .fc-event-title {
  padding: 1px;
}

.fc-daygrid-dot-event {
  display: flex;
  align-items: center;
  padding: 2px 0;
}
.fc-daygrid-dot-event .fc-event-title {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
  overflow: hidden;
  font-weight: bold;
}
.fc-daygrid-dot-event:hover {
  background: rgba(0, 0, 0, 0.1);
}

.fc-daygrid-dot-event.fc-event-mirror {
  background: rgba(0, 0, 0, 0.1);
}

.fc-daygrid-dot-event.fc-event-selected:before {
  top: -10px;
  bottom: -10px;
}

.fc-daygrid-event-dot {
  margin: 0 4px;
  box-sizing: content-box;
  width: 0;
  height: 0;
  border: 4px solid #7366FF;
  border: calc(var(--fc-daygrid-event-dot-width, 8px) / 2) solid var(--fc-event-border-color, #7366FF);
  border-radius: 4px;
  border-radius: calc(var(--fc-daygrid-event-dot-width, 8px) / 2);
}

.fc-v-event {
  display: block;
  border: 1px solid #7366FF;
  border: 1px solid var(--fc-event-border-color, #7366FF);
  background-color: #7366FF;
  background-color: var(--fc-event-bg-color, #7366FF);
}
.fc-v-event .fc-event-main {
  color: #fff;
  color: var(--fc-event-text-color, #fff);
  height: 100%;
}
.fc-v-event .fc-event-main-frame {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.fc-v-event .fc-event-time {
  flex-grow: 0;
  flex-shrink: 0;
  max-height: 100%;
  overflow: hidden;
}
.fc-v-event .fc-event-title-container {
  flex-grow: 1;
  flex-shrink: 1;
  min-height: 0;
}
.fc-v-event .fc-event-title {
  top: 0;
  bottom: 0;
  max-height: 100%;
  overflow: hidden;
}
.fc-v-event:not(.fc-event-start) {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.fc-v-event:not(.fc-event-end) {
  border-bottom-width: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-v-event .fc-event-resizer-start {
  cursor: n-resize;
}
.fc-v-event .fc-event-resizer-end {
  cursor: s-resize;
}
.fc-v-event:not(.fc-event-selected) .fc-event-resizer {
  height: 8px;
  height: var(--fc-event-resizer-thickness, 8px);
  left: 0;
  right: 0;
}
.fc-v-event:not(.fc-event-selected) .fc-event-resizer-start {
  top: -4px;
  top: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}
.fc-v-event:not(.fc-event-selected) .fc-event-resizer-end {
  bottom: -4px;
  bottom: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}

.fc-v-event.fc-event-selected:before {
  left: -10px;
  right: -10px;
}
.fc-v-event.fc-event-selected .fc-event-resizer {
  left: 50%;
  margin-left: -4px;
  margin-left: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}
.fc-v-event.fc-event-selected .fc-event-resizer-start {
  top: -4px;
  top: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}
.fc-v-event.fc-event-selected .fc-event-resizer-end {
  bottom: -4px;
  bottom: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

.fc-media-screen.fc-liquid-hack .fc-timegrid-col-frame {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fc-media-screen .fc-timegrid-cols {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fc-media-screen .fc-timegrid-cols > table {
  height: 100%;
}
.fc-media-screen .fc-timegrid-col-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-media-screen .fc-timegrid-col-events {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-media-screen .fc-timegrid-now-indicator-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-timegrid-event-harness {
  position: absolute;
}
.fc-timegrid-event-harness > .fc-timegrid-event {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.fc-timegrid-event-harness-inset .fc-timegrid-event {
  box-shadow: 0px 0px 0px 1px #fff;
  box-shadow: 0px 0px 0px 1px var(--fc-page-bg-color, #fff);
}

.fc-timegrid-event.fc-event-mirror {
  box-shadow: 0px 0px 0px 1px #fff;
  box-shadow: 0px 0px 0px 1px var(--fc-page-bg-color, #fff);
}

.fc-timegrid-more-link {
  box-shadow: 0px 0px 0px 1px #fff;
  box-shadow: 0px 0px 0px 1px var(--fc-page-bg-color, #fff);
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  color: inherit;
  color: var(--fc-more-link-text-color, inherit);
  background: #d0d0d0;
  background: var(--fc-more-link-bg-color, #d0d0d0);
  cursor: pointer;
  margin-bottom: 1px;
}

.fc-timegrid-event {
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
  border-radius: 3px;
  margin-bottom: 1px;
}
.fc-timegrid-event .fc-event-main {
  padding: 1px 1px 0;
}
.fc-timegrid-event .fc-event-time {
  white-space: nowrap;
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
  margin-bottom: 1px;
}

.fc-timegrid-event-short .fc-event-main-frame {
  flex-direction: row;
  overflow: hidden;
}
.fc-timegrid-event-short .fc-event-time:after {
  content: " - ";
}
.fc-timegrid-event-short .fc-event-title {
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
}

.fc-timegrid-more-link-inner {
  padding: 3px 2px;
  top: 0;
}

.fc-theme-bootstrap a:not([href]) {
  color: inherit;
}

.fc-theme-bootstrap5 a:not([href]) {
  color: inherit;
  text-decoration: inherit;
}
.fc-theme-bootstrap5 .fc-list {
  border: 1px solid var(--bs-gray-400);
}
.fc-theme-bootstrap5 .fc-scrollgrid {
  border: 1px solid var(--bs-gray-400);
  border-right-width: 0;
  border-bottom-width: 0;
}
.fc-theme-bootstrap5 td {
  border: 1px solid var(--bs-gray-400);
}
.fc-theme-bootstrap5 th {
  border: 1px solid var(--bs-gray-400);
}

.fc-theme-bootstrap5-shaded {
  background-color: var(--bs-gray-200);
}
@charset "UTF-8";
:root {
  --dt-row-selected: 13, 110, 253;
  --dt-row-selected-text: 255, 255, 255;
  --dt-row-selected-link: 9, 10, 11;
  --dt-row-stripe: 0, 0, 0;
  --dt-row-hover: 0, 0, 0;
  --dt-column-ordering: 0, 0, 0;
  --dt-html-background: white;
}
:root.dark {
  --dt-html-background: rgb(33, 37, 41);
}

table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}
table.dataTable td.dt-control:before {
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
  content: "►";
}
table.dataTable tr.dt-hasChild td.dt-control:before {
  content: "▼";
}

html.dark table.dataTable td.dt-control:before {
  color: rgba(255, 255, 255, 0.5);
}
html.dark table.dataTable tr.dt-hasChild td.dt-control:before {
  color: rgba(255, 255, 255, 0.5);
}

table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting_asc_disabled, table.dataTable thead > tr > th.sorting_desc_disabled,
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting_asc_disabled,
table.dataTable thead > tr > td.sorting_desc_disabled {
  cursor: pointer;
  position: relative;
  padding-right: 26px;
}
table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  position: absolute;
  display: block;
  opacity: 0.125;
  right: 10px;
  line-height: 9px;
  font-size: 0.8em;
}
table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:before {
  bottom: 50%;
  content: "▲";
  content: "▲"/"";
}
table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  top: 50%;
  content: "▼";
  content: "▼"/"";
}
table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:after {
  opacity: 0.6;
}
table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before {
  display: none;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

div.dataTables_scrollBody > table.dataTable > thead > tr > th:before, div.dataTables_scrollBody > table.dataTable > thead > tr > th:after,
div.dataTables_scrollBody > table.dataTable > thead > tr > td:before,
div.dataTables_scrollBody > table.dataTable > thead > tr > td:after {
  display: none;
}

div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 2px;
}
div.dataTables_processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}
div.dataTables_processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgb(13, 110, 253);
  background: rgb(var(--dt-row-selected));
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
div.dataTables_processing > div:last-child > div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 0.6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 0.6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 0.6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 0.6s infinite;
}

@keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: left;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable > thead > tr > th,
table.dataTable > thead > tr > td {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
table.dataTable > thead > tr > th:active,
table.dataTable > thead > tr > td:active {
  outline: none;
}
table.dataTable > tfoot > tr > th,
table.dataTable > tfoot > tr > td {
  padding: 10px 10px 6px 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
table.dataTable tbody tr {
  background-color: transparent;
}
table.dataTable tbody tr.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.9);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.9);
  color: rgb(255, 255, 255);
  color: rgb(var(--dt-row-selected-text));
}
table.dataTable tbody tr.selected a {
  color: rgb(9, 10, 11);
  color: rgb(var(--dt-row-selected-link));
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable.row-border > tbody > tr > th,
table.dataTable.row-border > tbody > tr > td, table.dataTable.display > tbody > tr > th,
table.dataTable.display > tbody > tr > td {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
table.dataTable.row-border > tbody > tr:first-child > th,
table.dataTable.row-border > tbody > tr:first-child > td, table.dataTable.display > tbody > tr:first-child > th,
table.dataTable.display > tbody > tr:first-child > td {
  border-top: none;
}
table.dataTable.row-border > tbody > tr.selected + tr.selected > td, table.dataTable.display > tbody > tr.selected + tr.selected > td {
  border-top-color: #0262ef;
}
table.dataTable.cell-border > tbody > tr > th,
table.dataTable.cell-border > tbody > tr > td {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
table.dataTable.cell-border > tbody > tr > th:first-child,
table.dataTable.cell-border > tbody > tr > td:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
table.dataTable.cell-border > tbody > tr:first-child > th,
table.dataTable.cell-border > tbody > tr:first-child > td {
  border-top: none;
}
table.dataTable.stripe > tbody > tr.odd > *, table.dataTable.display > tbody > tr.odd > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.023);
}
table.dataTable.stripe > tbody > tr.odd.selected > *, table.dataTable.display > tbody > tr.odd.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.923);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.923);
}
table.dataTable.hover > tbody > tr:hover > *, table.dataTable.display > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.035);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.035);
}
table.dataTable.hover > tbody > tr.selected:hover > *, table.dataTable.display > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px #0d6efd !important;
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 1) !important;
}
table.dataTable.order-column > tbody tr > .sorting_1,
table.dataTable.order-column > tbody tr > .sorting_2,
table.dataTable.order-column > tbody tr > .sorting_3, table.dataTable.display > tbody tr > .sorting_1,
table.dataTable.display > tbody tr > .sorting_2,
table.dataTable.display > tbody tr > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.019);
}
table.dataTable.order-column > tbody tr.selected > .sorting_1,
table.dataTable.order-column > tbody tr.selected > .sorting_2,
table.dataTable.order-column > tbody tr.selected > .sorting_3, table.dataTable.display > tbody tr.selected > .sorting_1,
table.dataTable.display > tbody tr.selected > .sorting_2,
table.dataTable.display > tbody tr.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.919);
}
table.dataTable.display > tbody > tr.odd > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.054);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.054);
}
table.dataTable.display > tbody > tr.odd > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.047);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.047);
}
table.dataTable.display > tbody > tr.odd > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.039);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.039);
}
table.dataTable.display > tbody > tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.954);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.954);
}
table.dataTable.display > tbody > tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.947);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.947);
}
table.dataTable.display > tbody > tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.939);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.939);
}
table.dataTable.display > tbody > tr.even > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.019);
}
table.dataTable.display > tbody > tr.even > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.011);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.011);
}
table.dataTable.display > tbody > tr.even > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.003);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.003);
}
table.dataTable.display > tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.919);
}
table.dataTable.display > tbody > tr.even.selected > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.911);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.911);
}
table.dataTable.display > tbody > tr.even.selected > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.903);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.903);
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.082);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.082);
}
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.074);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.074);
}
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.062);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.062);
}
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.982);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.982);
}
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.974);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.974);
}
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.962);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.962);
}
table.dataTable.no-footer {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
table.dataTable.compact thead th,
table.dataTable.compact thead td,
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td,
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}

table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_length select {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  color: inherit;
  padding: 4px;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  color: inherit;
  margin-left: 3px;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: inherit !important;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: inherit !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.05);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230, 230, 230, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.05))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%); /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%); /* FF3.6+ */
  background: -ms-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%); /* IE10+ */
  background: -o-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%); /* Opera 11.10+ */
  background: linear-gradient(to bottom, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%); /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #111;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%); /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111 100%); /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111 100%); /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111 100%); /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%); /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #0c0c0c;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%); /* W3C */
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: inherit;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
html.dark {
  --dt-row-hover: 255, 255, 255;
  --dt-row-stripe: 255, 255, 255;
  --dt-column-ordering: 255, 255, 255;
}
html.dark table.dataTable > thead > tr > th,
html.dark table.dataTable > thead > tr > td {
  border-bottom: 1px solid rgb(89, 91, 94);
}
html.dark table.dataTable > thead > tr > th:active,
html.dark table.dataTable > thead > tr > td:active {
  outline: none;
}
html.dark table.dataTable > tfoot > tr > th,
html.dark table.dataTable > tfoot > tr > td {
  border-top: 1px solid rgb(89, 91, 94);
}
html.dark table.dataTable.row-border > tbody > tr > th,
html.dark table.dataTable.row-border > tbody > tr > td, html.dark table.dataTable.display > tbody > tr > th,
html.dark table.dataTable.display > tbody > tr > td {
  border-top: 1px solid rgb(64, 67, 70);
}
html.dark table.dataTable.row-border > tbody > tr.selected + tr.selected > td, html.dark table.dataTable.display > tbody > tr.selected + tr.selected > td {
  border-top-color: #0257d5;
}
html.dark table.dataTable.cell-border > tbody > tr > th,
html.dark table.dataTable.cell-border > tbody > tr > td {
  border-top: 1px solid rgb(64, 67, 70);
  border-right: 1px solid rgb(64, 67, 70);
}
html.dark table.dataTable.cell-border > tbody > tr > th:first-child,
html.dark table.dataTable.cell-border > tbody > tr > td:first-child {
  border-left: 1px solid rgb(64, 67, 70);
}
html.dark .dataTables_wrapper .dataTables_filter input,
html.dark .dataTables_wrapper .dataTables_length select {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: var(--dt-html-background);
}
html.dark .dataTables_wrapper .dataTables_paginate .paginate_button.current, html.dark .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border: 1px solid rgb(89, 91, 94);
  background: rgba(255, 255, 255, 0.15);
}
html.dark .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, html.dark .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, html.dark .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #666 !important;
}
html.dark .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: 1px solid rgb(53, 53, 53);
  background: rgb(53, 53, 53);
}
html.dark .dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background: #3a3a3a;
}

table.dataTable > tbody > tr > .selected {
  background-color: rgb(13, 110, 253);
  color: white;
}
table.dataTable > tbody > tr > .dt-select {
  text-align: center;
  vertical-align: middle;
}
table.dataTable > thead > tr > .dt-select {
  text-align: center;
}
table.dataTable input.dt-select-checkbox {
  appearance: none;
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid;
  border-radius: 3px;
  vertical-align: middle;
  margin-top: 1px;
  color: inherit;
  font-size: 20px;
  line-height: 1em;
}
table.dataTable input.dt-select-checkbox:checked:after {
  display: block;
  content: "✓";
  margin-top: -8px;
}
table.dataTable input.dt-select-checkbox:indeterminate:after {
  display: block;
  position: absolute;
  content: " ";
  top: 3px;
  left: 3px;
  height: 4px;
  width: 4px;
  background-color: black;
  border-radius: 2px;
}
table.dataTable > tbody > tr.selected input.dt-select-checkbox:checked {
  border: 1px solid;
}
table.dataTable > tbody > tr > td.select-checkbox,
table.dataTable > tbody > tr > th.select-checkbox {
  position: relative;
}
table.dataTable > tbody > tr > td.select-checkbox:before,
table.dataTable > tbody > tr > th.select-checkbox:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  content: " ";
  margin-top: -6px;
  margin-left: -6px;
  border: 1px solid;
  border-radius: 3px;
}
table.dataTable > tbody > tr.selected > td.select-checkbox:before,
table.dataTable > tbody > tr.selected > th.select-checkbox:before {
  border: 1px solid;
  content: "✓";
  font-size: 20px;
  line-height: 4px;
  text-align: center;
}
table.dataTable.compact > tbody > tr > td.select-checkbox:before,
table.dataTable.compact > tbody > tr > th.select-checkbox:before {
  margin-top: -12px;
}
table.dataTable.compact > tbody > tr.selected > td.select-checkbox:after,
table.dataTable.compact > tbody > tr.selected > th.select-checkbox:after {
  margin-top: -16px;
}

div.dt-container span.select-info,
div.dt-container span.select-item {
  margin-left: 0.5em;
}

html.dark table.dataTable input.dt-select-checkbox:indeterminate:after,
html[data-bs-theme=dark] table.dataTable input.dt-select-checkbox:indeterminate:after {
  background-color: white;
}

@media screen and (max-width: 640px) {
  div.dt-container span.select-info,
  div.dt-container span.select-item {
    margin-left: 0;
    display: block;
  }
}
table.dataTable.table-sm tbody td.select-checkbox::before {
  margin-top: -9px;
}

.datatable-wrapper.no-header .datatable-container {
	border-top: 1px solid #d9d9d9;
}

.datatable-wrapper.no-footer .datatable-container {
	border-bottom: 1px solid #d9d9d9;
}

.datatable-top,
.datatable-bottom {
	padding: 8px 10px;
}

.datatable-top > nav:first-child,
.datatable-top > div:first-child,
.datatable-bottom > nav:first-child,
.datatable-bottom > div:first-child {
	float: left;
}

.datatable-top > nav:last-child,
.datatable-top > div:last-child,
.datatable-bottom > nav:last-child,
.datatable-bottom > div:last-child {
	float: right;
}

.datatable-selector {
	padding: 6px;
}

.datatable-input {
	padding: 6px 12px;
}

.datatable-info {
	margin: 7px 0;
}

/* PAGER */
.datatable-pagination ul {
	margin: 0;
	padding-left: 0;
}

.datatable-pagination li {
	list-style: none;
	float: left;
}

.datatable-pagination li.datatable-hidden {
    visibility: hidden;
}

.datatable-pagination a {
	border: 1px solid transparent;
	float: left;
	margin-left: 2px;
	padding: 6px 12px;
	position: relative;
	text-decoration: none;
	color: #333;
    cursor: pointer;
}

.datatable-pagination a:hover {
	background-color: #d9d9d9;
}

.datatable-pagination .datatable-active a,
.datatable-pagination .datatable-active a:focus,
.datatable-pagination .datatable-active a:hover {
	background-color: #d9d9d9;
	cursor: default;
}

.datatable-pagination .datatable-ellipsis a,
.datatable-pagination .datatable-disabled a,
.datatable-pagination .datatable-disabled a:focus,
.datatable-pagination .datatable-disabled a:hover {
    pointer-events: none;
    cursor: default;
}

.datatable-pagination .datatable-disabled a,
.datatable-pagination .datatable-disabled a:focus,
.datatable-pagination .datatable-disabled a:hover {
	cursor: not-allowed;
	opacity: 0.4;
}

.datatable-pagination .datatable-pagination a {
	font-weight: bold;
}

/* TABLE */
.datatable-table {
	max-width: 100%;
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
}

.datatable-table > tbody > tr > td,
.datatable-table > tbody > tr > th,
.datatable-table > tfoot > tr > td,
.datatable-table > tfoot > tr > th,
.datatable-table > thead > tr > td,
.datatable-table > thead > tr > th {
	vertical-align: top;
	padding: 8px 10px;
}

.datatable-table > thead > tr > th {
	vertical-align: bottom;
	text-align: left;
	border-bottom: 1px solid #d9d9d9;
}

.datatable-table > tfoot > tr > th {
	vertical-align: bottom;
	text-align: left;
	border-top: 1px solid #d9d9d9;
}

.datatable-table th {
	vertical-align: bottom;
	text-align: left;
}

.datatable-table th a {
	text-decoration: none;
	color: inherit;
}

.datatable-sorter, .datatable-filter {
	display: inline-block;
	height: 100%;
	position: relative;
	width: 100%;
}

.datatable-sorter::before,
.datatable-sorter::after {
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	right: 4px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	opacity: 0.2;
}


.datatable-sorter::before {
	border-top: 4px solid #000;
	bottom: 0px;
}

.datatable-sorter::after {
	border-bottom: 4px solid #000;
	border-top: 4px solid transparent;
	top: 0px;
}

.datatable-ascending .datatable-sorter::after,
.datatable-descending .datatable-sorter::before,
.datatable-ascending .datatable-filter::after,
.datatable-descending .datatable-filter::before {
	opacity: 0.6;
}

.datatable-filter::before {
    content: "";
    position: absolute;
    right: 4px;
    opacity: 0.2;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
	border-radius: 50%;
    border-top: 10px solid #000;
    top: 25%;
}

.datatable-filter-active .datatable-filter::before {
    opacity: 0.6;
}

.datatable-empty {
	text-align: center;
}

.datatable-top::after, .datatable-bottom::after {
	clear: both;
	content: " ";
	display: table;
}

table.datatable-table:focus tr.datatable-cursor > td:first-child {
	border-left: 3px blue solid;
}

table.datatable-table:focus {
	outline: solid 1px black;
    outline-offset: -1px;
}

@charset "UTF-8";
:root {
  --dt-row-selected: 13, 110, 253;
  --dt-row-selected-text: 255, 255, 255;
  --dt-row-selected-link: 9, 10, 11;
  --dt-row-stripe: 0, 0, 0;
  --dt-row-hover: 0, 0, 0;
  --dt-column-ordering: 0, 0, 0;
  --dt-html-background: white;
}
:root.dark {
  --dt-html-background: rgb(33, 37, 41);
}

table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}
table.dataTable td.dt-control:before {
  display: inline-block;
  box-sizing: border-box;
  content: "";
  border-top: 5px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.5);
  border-bottom: 5px solid transparent;
  border-right: 0px solid transparent;
}
table.dataTable tr.dt-hasChild td.dt-control:before {
  border-top: 10px solid rgba(0, 0, 0, 0.5);
  border-left: 5px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 5px solid transparent;
}

html.dark table.dataTable td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable td.dt-control:before {
  border-left-color: rgba(255, 255, 255, 0.5);
}
html.dark table.dataTable tr.dt-hasChild td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before {
  border-top-color: rgba(255, 255, 255, 0.5);
  border-left-color: transparent;
}

div.dt-scroll-body thead tr,
div.dt-scroll-body tfoot tr {
  height: 0;
}
div.dt-scroll-body thead tr th, div.dt-scroll-body thead tr td,
div.dt-scroll-body tfoot tr th,
div.dt-scroll-body tfoot tr td {
  height: 0 !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  border-top-width: 0px !important;
  border-bottom-width: 0px !important;
}
div.dt-scroll-body thead tr th div.dt-scroll-sizing, div.dt-scroll-body thead tr td div.dt-scroll-sizing,
div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,
div.dt-scroll-body tfoot tr td div.dt-scroll-sizing {
  height: 0 !important;
  overflow: hidden !important;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before {
  position: absolute;
  display: block;
  bottom: 50%;
  content: "▲";
  content: "▲"/"";
}
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  position: absolute;
  display: block;
  top: 50%;
  content: "▼";
  content: "▼"/"";
}
table.dataTable thead > tr > th.dt-orderable-asc, table.dataTable thead > tr > th.dt-orderable-desc, table.dataTable thead > tr > th.dt-ordering-asc, table.dataTable thead > tr > th.dt-ordering-desc,
table.dataTable thead > tr > td.dt-orderable-asc,
table.dataTable thead > tr > td.dt-orderable-desc,
table.dataTable thead > tr > td.dt-ordering-asc,
table.dataTable thead > tr > td.dt-ordering-desc {
  position: relative;
  padding-right: 30px;
}
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order {
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  width: 12px;
}
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  left: 0;
  opacity: 0.125;
  line-height: 9px;
  font-size: 0.8em;
}
table.dataTable thead > tr > th.dt-orderable-asc, table.dataTable thead > tr > th.dt-orderable-desc,
table.dataTable thead > tr > td.dt-orderable-asc,
table.dataTable thead > tr > td.dt-orderable-desc {
  cursor: pointer;
}
table.dataTable thead > tr > th.dt-orderable-asc:hover, table.dataTable thead > tr > th.dt-orderable-desc:hover,
table.dataTable thead > tr > td.dt-orderable-asc:hover,
table.dataTable thead > tr > td.dt-orderable-desc:hover {
  outline: 2px solid rgba(0, 0, 0, 0.05);
  outline-offset: -2px;
}
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  opacity: 0.6;
}
table.dataTable thead > tr > th.sorting_desc_disabled span.dt-column-order:after, table.dataTable thead > tr > th.sorting_asc_disabled span.dt-column-order:before,
table.dataTable thead > tr > td.sorting_desc_disabled span.dt-column-order:after,
table.dataTable thead > tr > td.sorting_asc_disabled span.dt-column-order:before {
  display: none;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

div.dt-scroll-body > table.dataTable > thead > tr > th,
div.dt-scroll-body > table.dataTable > thead > tr > td {
  overflow: hidden;
}

:root.dark table.dataTable thead > tr > th.dt-orderable-asc:hover, :root.dark table.dataTable thead > tr > th.dt-orderable-desc:hover,
:root.dark table.dataTable thead > tr > td.dt-orderable-asc:hover,
:root.dark table.dataTable thead > tr > td.dt-orderable-desc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > th.dt-orderable-asc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > th.dt-orderable-desc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > td.dt-orderable-asc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > td.dt-orderable-desc:hover {
  outline: 2px solid rgba(255, 255, 255, 0.05);
}

div.dt-processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -22px;
  text-align: center;
  padding: 2px;
  z-index: 10;
}
div.dt-processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}
div.dt-processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgb(13, 110, 253);
  background: rgb(var(--dt-row-selected));
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
div.dt-processing > div:last-child > div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 0.6s infinite;
}
div.dt-processing > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 0.6s infinite;
}
div.dt-processing > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 0.6s infinite;
}
div.dt-processing > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 0.6s infinite;
}

@keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable th,
table.dataTable td {
  box-sizing: border-box;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable th.dt-empty,
table.dataTable td.dt-empty {
  text-align: center;
  vertical-align: top;
}
table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
  text-align: right;
}
table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: left;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

/*! Bootstrap 5 integration for DataTables
 *
 * ©2020 SpryMedia Ltd, all rights reserved.
 * License: MIT datatables.net/license/mit
 */
table.table.dataTable {
  clear: both;
  margin-bottom: 0;
  max-width: none;
  border-spacing: 0;
}
table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  box-shadow: none;
}
table.table.dataTable > :not(caption) > * > * {
  background-color: var(--bs-table-bg);
}
table.table.dataTable > tbody > tr {
  background-color: transparent;
}
table.table.dataTable > tbody > tr.selected > * {
  box-shadow: inset 0 0 0 9999px rgb(13, 110, 253);
  box-shadow: inset 0 0 0 9999px rgb(var(--dt-row-selected));
  color: rgb(255, 255, 255);
  color: rgb(var(--dt-row-selected-text));
}
table.table.dataTable > tbody > tr.selected a {
  color: rgb(9, 10, 11);
  color: rgb(var(--dt-row-selected-link));
}
table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.05);
}
table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1).selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.95);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.95);
}
table.table.dataTable.table-hover > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.075);
}
table.table.dataTable.table-hover > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.975);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.975);
}

div.dt-container div.dt-length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
div.dt-container div.dt-length select {
  width: auto;
  display: inline-block;
  margin-right: 0.5em;
}
div.dt-container div.dt-search {
  text-align: right;
}
div.dt-container div.dt-search label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
div.dt-container div.dt-search input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
div.dt-container div.dt-info {
  padding-top: 0.85em;
}
div.dt-container div.dt-paging {
  margin: 0;
}
div.dt-container div.dt-paging ul.pagination {
  margin: 2px 0;
  flex-wrap: wrap;
}
div.dt-container div.dt-row {
  position: relative;
}

div.dt-scroll-head table.dataTable {
  margin-bottom: 0 !important;
}

div.dt-scroll-body {
  border-bottom-color: var(--bs-border-color);
  border-bottom-width: var(--bs-border-width);
  border-bottom-style: solid;
}
div.dt-scroll-body > table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dt-scroll-body > table > tbody > tr:first-child {
  border-top-width: 0;
}
div.dt-scroll-body > table > thead > tr {
  border-width: 0 !important;
}
div.dt-scroll-body > table > tbody > tr:last-child > * {
  border-bottom: none;
}

div.dt-scroll-foot > .dt-scroll-footInner {
  box-sizing: content-box;
}
div.dt-scroll-foot > .dt-scroll-footInner > table {
  margin-top: 0 !important;
  border-top: none;
}
div.dt-scroll-foot > .dt-scroll-footInner > table > tfoot > tr:first-child {
  border-top-width: 0 !important;
}

@media screen and (max-width: 767px) {
  div.dt-container div.dt-length,
  div.dt-container div.dt-search,
  div.dt-container div.dt-info,
  div.dt-container div.dt-paging {
    text-align: center;
  }
  div.dt-container .row {
    --bs-gutter-y: 0.5rem;
  }
  div.dt-container div.dt-paging ul.pagination {
    justify-content: center !important;
  }
}
table.dataTable.table-sm > thead > tr th.dt-orderable-asc, table.dataTable.table-sm > thead > tr th.dt-orderable-desc, table.dataTable.table-sm > thead > tr th.dt-ordering-asc, table.dataTable.table-sm > thead > tr th.dt-ordering-desc,
table.dataTable.table-sm > thead > tr td.dt-orderable-asc,
table.dataTable.table-sm > thead > tr td.dt-orderable-desc,
table.dataTable.table-sm > thead > tr td.dt-ordering-asc,
table.dataTable.table-sm > thead > tr td.dt-ordering-desc {
  padding-right: 20px;
}
table.dataTable.table-sm > thead > tr th.dt-orderable-asc span.dt-column-order, table.dataTable.table-sm > thead > tr th.dt-orderable-desc span.dt-column-order, table.dataTable.table-sm > thead > tr th.dt-ordering-asc span.dt-column-order, table.dataTable.table-sm > thead > tr th.dt-ordering-desc span.dt-column-order,
table.dataTable.table-sm > thead > tr td.dt-orderable-asc span.dt-column-order,
table.dataTable.table-sm > thead > tr td.dt-orderable-desc span.dt-column-order,
table.dataTable.table-sm > thead > tr td.dt-ordering-asc span.dt-column-order,
table.dataTable.table-sm > thead > tr td.dt-ordering-desc span.dt-column-order {
  right: 5px;
}

div.dt-scroll-head table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dt-container > div.row {
  margin: 0;
}
div.table-responsive > div.dt-container > div.row > div[class^=col-]:first-child {
  padding-left: 0;
}
div.table-responsive > div.dt-container > div.row > div[class^=col-]:last-child {
  padding-right: 0;
}

:root[data-bs-theme=dark] {
  --dt-row-hover: 255, 255, 255;
  --dt-row-stripe: 255, 255, 255;
  --dt-column-ordering: 255, 255, 255;
}

@charset "UTF-8";/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 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}*,::after,::before{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:transparent}hr{margin:1rem 0;color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:.25}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.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 + .9vw)}@media (min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .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]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{padding:.1875em;color:var(--bs-highlight-color);background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));text-decoration:underline}a:hover{--bs-link-color-rgb:var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.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:.5rem;padding-bottom:.5rem;color:var(--bs-secondary-color);text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,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}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button: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:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}::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:.5rem}.initialism{font-size:.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:.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.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:.5rem;line-height:1}.figure-caption{font-size:.875em;color:var(--bs-secondary-color)}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{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(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.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:.5rem .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:.25rem .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(2n){--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:.5rem}.col-form-label{padding-top:calc(.375rem + var(--bs-border-width));padding-bottom:calc(.375rem + var(--bs-border-width));margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + var(--bs-border-width));padding-bottom:calc(.5rem + var(--bs-border-width));font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + var(--bs-border-width));padding-bottom:calc(.25rem + var(--bs-border-width));font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:var(--bs-secondary-color)}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);-webkit-appearance:none;-moz-appearance:none;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 .15s ease-in-out,box-shadow .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 .25rem rgba(13,110,253,.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::-moz-placeholder{color:var(--bs-secondary-color);opacity:1}.form-control::placeholder{color:var(--bs-secondary-color);opacity:1}.form-control:disabled{background-color:var(--bs-secondary-bg);opacity:1}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.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;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.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 .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:var(--bs-secondary-bg)}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--bs-secondary-bg)}.form-control-plaintext{display:block;width:100%;padding:.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-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));padding:.25rem .5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));padding:.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + .75rem + calc(var(--bs-border-width) * 2))}textarea.form-control-sm{min-height:calc(1.5em + .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 + .75rem + calc(var(--bs-border-width) * 2));padding:.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 + .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:.375rem 2.25rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);-webkit-appearance:none;-moz-appearance:none;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 .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 .15s ease-in-out,box-shadow .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 .25rem rgba(13,110,253,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.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:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}.form-select-lg{padding-top:.5rem;padding-bottom:.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:.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:.25em;vertical-align:top;-webkit-appearance:none;-moz-appearance:none;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);-webkit-print-color-adjust:exact;color-adjust:exact;print-color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.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 .25rem rgba(13,110,253,.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:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{cursor:default;opacity:.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 .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:.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;-webkit-appearance:none;-moz-appearance:none;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 .25rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;-webkit-appearance:none;appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.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;-moz-appearance:none;appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.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 .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 .1s ease-in-out,transform .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 .75rem}.form-floating>.form-control-plaintext::-moz-placeholder,.form-floating>.form-control::-moz-placeholder{color:transparent}.form-floating>.form-control-plaintext::placeholder,.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control-plaintext:not(:-moz-placeholder-shown),.form-floating>.form-control:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown),.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control-plaintext:-webkit-autofill,.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:not(:-moz-placeholder-shown)~label{color:rgba(var(--bs-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control-plaintext~label,.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{color:rgba(var(--bs-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:not(:-moz-placeholder-shown)~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-plaintext~label::after,.form-floating>.form-control:focus~label::after,.form-floating>.form-control:not(:placeholder-shown)~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),.65);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control-plaintext~label{border-width:var(--bs-border-width) 0}.form-floating>.form-control:disabled~label,.form-floating>:disabled~label{color:#6c757d}.form-floating>.form-control:disabled~label::after,.form-floating>: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-floating,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-floating:focus-within,.input-group>.form-select:focus{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:.375rem .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>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.25rem .5rem;font-size:.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)>.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,.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-top-right-radius:0;border-bottom-right-radius:0}.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,.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){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:.25rem;font-size:.875em;color:var(--bs-form-valid-color)}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:var(--bs-success);border-radius:var(--bs-border-radius)}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:var(--bs-form-valid-border-color);padding-right:calc(1.5em + .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(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:var(--bs-form-valid-border-color)}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select: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 .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.form-control-color.is-valid,.was-validated .form-control-color:valid{width:calc(3rem + calc(1.5em + .75rem))}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:var(--bs-form-valid-border-color)}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:var(--bs-form-valid-color)}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:var(--bs-form-valid-color)}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-valid,.input-group>.form-floating:not(:focus-within).is-valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-control:not(:focus):valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.was-validated .input-group>.form-select:not(:focus):valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:var(--bs-form-invalid-color)}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:var(--bs-danger);border-radius:var(--bs-border-radius)}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:var(--bs-form-invalid-border-color);padding-right:calc(1.5em + .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(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:var(--bs-form-invalid-border-color)}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select: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 .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.form-control-color.is-invalid,.was-validated .form-control-color:invalid{width:calc(3rem + calc(1.5em + .75rem))}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:var(--bs-form-invalid-border-color)}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:var(--bs-form-invalid-color)}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:var(--bs-form-invalid-color)}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-invalid,.input-group>.form-floating:not(:focus-within).is-invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-control:not(:focus):invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.was-validated .input-group>.form-select:not(:focus):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;-webkit-user-select:none;-moz-user-select:none;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 .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .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,.btn.active,.btn.show,.btn:first-child:active,:not(.btn-check)+.btn:active{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,.btn.active:focus-visible,.btn.show:focus-visible,.btn:first-child:active:focus-visible,:not(.btn-check)+.btn:active:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked:focus-visible+.btn{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-group-lg>.btn,.btn-lg{--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-group-sm>.btn,.btn-sm{--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 .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 .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropdown-center,.dropend,.dropstart,.dropup,.dropup-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.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:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.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:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.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:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.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:focus,.dropdown-item:hover{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:.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-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{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>.btn-group:not(:first-child),.btn-group>:not(.btn-check:first-child)+.btn{margin-left:calc(var(--bs-border-width) * -1)}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.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-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:calc(var(--bs-border-width) * -1)}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.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:0 0;border:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:var(--bs-nav-link-hover-color)}.nav-link:focus-visible{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.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:focus,.nav-tabs .nav-link:hover{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{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:focus,.nav-underline .nav-link:hover{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-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{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-lg,.navbar>.container-md,.navbar>.container-sm,.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:focus,.navbar-brand:hover{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:.5rem;padding-bottom:.5rem;color:var(--bs-navbar-color)}.navbar-text a,.navbar-text a:focus,.navbar-text a:hover{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(-.5 * var(--bs-card-title-spacer-y));margin-bottom:0;color:var(--bs-card-subtitle-color)}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom:0;color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-bottom:calc(-1 * var(--bs-card-cap-padding-y));margin-left:calc(-.5 * var(--bs-card-cap-padding-x));border-bottom:0}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-left:calc(-.5 * var(--bs-card-cap-padding-x))}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom,.card-img-top{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-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{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-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{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='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%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='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");--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;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-header .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-header .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-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-header .accordion-button,.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed{border-radius:0}.accordion-flush>.accordion-item>.accordion-collapse{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, "/")}.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 .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .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)}.active>.page-link,.page-link.active{z-index:3;color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color)}.disabled>.page-link,.page-link.disabled{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,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.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:focus,.list-group-item-action:hover{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:.25em .25em;color:var(--bs-btn-close-color);background:transparent var(--bs-btn-close-bg) center/1em auto no-repeat;border:0;border-radius:.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;-webkit-user-select:none;-moz-user-select: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:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{display:flex;align-items:center;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x);color:var(--bs-toast-header-color);background-color:var(--bs-toast-header-bg);background-clip:padding-box;border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))}.toast-header .btn-close{margin-right:calc(-.5 * var(--bs-toast-padding-x));margin-left:var(--bs-toast-padding-x)}.toast-body{padding:var(--bs-toast-padding-x);word-wrap:break-word}.modal{--bs-modal-zindex:1055;--bs-modal-width:500px;--bs-modal-padding:1rem;--bs-modal-margin:0.5rem;--bs-modal-color: ;--bs-modal-bg:var(--bs-body-bg);--bs-modal-border-color:var(--bs-border-color-translucent);--bs-modal-border-width:var(--bs-border-width);--bs-modal-border-radius:var(--bs-border-radius-lg);--bs-modal-box-shadow:var(--bs-box-shadow-sm);--bs-modal-inner-border-radius:calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));--bs-modal-header-padding-x:1rem;--bs-modal-header-padding-y:1rem;--bs-modal-header-padding:1rem 1rem;--bs-modal-header-border-color:var(--bs-border-color);--bs-modal-header-border-width:var(--bs-border-width);--bs-modal-title-line-height:1.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 .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;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius)}.modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);margin:calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto}.modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}.modal-body{position:relative;flex:1 1 auto;padding:var(--bs-modal-padding)}.modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap) * .5)}@media (min-width:576px){.modal{--bs-modal-margin:1.75rem;--bs-modal-box-shadow:var(--bs-box-shadow)}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}.modal-sm{--bs-modal-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{--bs-modal-width:800px}}@media (min-width:1200px){.modal-xl{--bs-modal-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-footer,.modal-fullscreen .modal-header{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-footer,.modal-fullscreen-sm-down .modal-header{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-footer,.modal-fullscreen-md-down .modal-header{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-footer,.modal-fullscreen-lg-down .modal-header{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-footer,.modal-fullscreen-xl-down .modal-header{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-footer,.modal-fullscreen-xxl-down .modal-header{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-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before{top:-1px;border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-top-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before{right:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-right-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before{bottom:-1px;border-width:0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before{left:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg)}.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::after,.popover .popover-arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid;border-width:0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::after,.bs-popover-top>.popover-arrow::before{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::before{bottom:0;border-top-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after{bottom:var(--bs-popover-border-width);border-top-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.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-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::after,.bs-popover-end>.popover-arrow::before{border-width:calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::before{left:0;border-right-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-end>.popover-arrow::after{left:var(--bs-popover-border-width);border-right-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::before{border-width:0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::before{top:0;border-bottom-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after{top:var(--bs-popover-border-width);border-bottom-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:var(--bs-popover-arrow-width);margin-left:calc(-.5 * var(--bs-popover-arrow-width));content:"";border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.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-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::after,.bs-popover-start>.popover-arrow::before{border-width:calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::before{right:0;border-left-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-start>.popover-arrow::after{right:var(--bs-popover-border-width);border-left-color:var(--bs-popover-bg)}.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%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{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:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.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:.5;transition:opacity .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-next-icon,.carousel-dark .carousel-control-prev-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-next-icon,[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{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-border,.spinner-grow{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)}}.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-lg,.offcanvas-md,.offcanvas-sm,.offcanvas-xl,.offcanvas-xxl{--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.show:not(.hiding),.offcanvas-sm.showing{transform:none}.offcanvas-sm.hiding,.offcanvas-sm.show,.offcanvas-sm.showing{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.show:not(.hiding),.offcanvas-md.showing{transform:none}.offcanvas-md.hiding,.offcanvas-md.show,.offcanvas-md.showing{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.show:not(.hiding),.offcanvas-lg.showing{transform:none}.offcanvas-lg.hiding,.offcanvas-lg.show,.offcanvas-lg.showing{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.show:not(.hiding),.offcanvas-xl.showing{transform:none}.offcanvas-xl.hiding,.offcanvas-xl.show,.offcanvas-xl.showing{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.show:not(.hiding),.offcanvas-xxl.showing{transform:none}.offcanvas-xxl.hiding,.offcanvas-xxl.show,.offcanvas-xxl.showing{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.show:not(.hiding),.offcanvas.showing{transform:none}.offcanvas.hiding,.offcanvas.show,.offcanvas.showing{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:.5}.offcanvas-header{display:flex;align-items:center;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.offcanvas-header .btn-close{padding:calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);margin:calc(-.5 * var(--bs-offcanvas-padding-y)) calc(-.5 * var(--bs-offcanvas-padding-x)) calc(-.5 * var(--bs-offcanvas-padding-y)) auto}.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:.5}.placeholder.btn::before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{-webkit-mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%;animation:placeholder-wave 2s linear infinite}@keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0%;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;-webkit-text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important}.link-primary:focus,.link-primary:hover{color:RGBA(10,88,202,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(10,88,202,var(--bs-link-underline-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;-webkit-text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important}.link-secondary:focus,.link-secondary:hover{color:RGBA(86,94,100,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(86,94,100,var(--bs-link-underline-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;-webkit-text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important}.link-success:focus,.link-success:hover{color:RGBA(20,108,67,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(20,108,67,var(--bs-link-underline-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;-webkit-text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1))!important}.link-info:focus,.link-info:hover{color:RGBA(61,213,243,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(61,213,243,var(--bs-link-underline-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;-webkit-text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important}.link-warning:focus,.link-warning:hover{color:RGBA(255,205,57,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(255,205,57,var(--bs-link-underline-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;-webkit-text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important}.link-danger:focus,.link-danger:hover{color:RGBA(176,42,55,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(176,42,55,var(--bs-link-underline-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;-webkit-text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important}.link-light:focus,.link-light:hover{color:RGBA(249,250,251,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(249,250,251,var(--bs-link-underline-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;-webkit-text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1))!important}.link-dark:focus,.link-dark:hover{color:RGBA(26,30,33,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(26,30,33,var(--bs-link-underline-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;-webkit-text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important}.link-body-emphasis:focus,.link-body-emphasis:hover{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,.75))!important;-webkit-text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-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:.375rem;align-items:center;-webkit-text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,0.5));text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,0.5));text-underline-offset:0.25em;-webkit-backface-visibility:hidden;backface-visibility:hidden}.icon-link>.bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:.2s ease-in-out transform}@media (prefers-reduced-motion:reduce){.icon-link>.bi{transition:none}}.icon-link-hover:focus-visible>.bi,.icon-link-hover:hover>.bi{transform:var(--bs-icon-link-transform,translate3d(.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:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:-webkit-sticky;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-focusable:not(:focus):not(:focus-within):not(caption),.visually-hidden: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:.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{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-none{-o-object-fit:none!important;object-fit:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.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:-webkit-sticky!important;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:.25rem!important}.m-2{margin:.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:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.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:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.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:.25rem!important}.mt-2{margin-top:.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:.25rem!important}.me-2{margin-right:.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:.25rem!important}.mb-2{margin-bottom:.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:.25rem!important}.ms-2{margin-left:.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:.25rem!important}.p-2{padding:.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:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.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:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.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:.25rem!important}.pt-2{padding-top:.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:.25rem!important}.pe-2{padding-right:.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:.25rem!important}.pb-2{padding-bottom:.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:.25rem!important}.ps-2{padding-left:.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:.25rem!important}.gap-2{gap:.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:.25rem!important}.row-gap-2{row-gap:.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{-moz-column-gap:0!important;column-gap:0!important}.column-gap-1{-moz-column-gap:0.25rem!important;column-gap:.25rem!important}.column-gap-2{-moz-column-gap:0.5rem!important;column-gap:.5rem!important}.column-gap-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-5{-moz-column-gap:3rem!important;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 + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .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}.text-break{word-wrap:break-word!important;word-break:break-word!important}.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,.5)!important}.text-white-50{--bs-text-opacity:1;color:rgba(255,255,255,.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;-webkit-text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-secondary{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-success{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important}.link-underline-info{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important}.link-underline-warning{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important}.link-underline-danger{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important}.link-underline-light{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important}.link-underline-dark{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important}.link-underline{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important;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{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;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{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-sm-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-sm-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-sm-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-sm-none{-o-object-fit:none!important;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:.25rem!important}.m-sm-2{margin:.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:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.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:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.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:.25rem!important}.mt-sm-2{margin-top:.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:.25rem!important}.me-sm-2{margin-right:.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:.25rem!important}.mb-sm-2{margin-bottom:.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:.25rem!important}.ms-sm-2{margin-left:.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:.25rem!important}.p-sm-2{padding:.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:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.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:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.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:.25rem!important}.pt-sm-2{padding-top:.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:.25rem!important}.pe-sm-2{padding-right:.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:.25rem!important}.pb-sm-2{padding-bottom:.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:.25rem!important}.ps-sm-2{padding-left:.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:.25rem!important}.gap-sm-2{gap:.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:.25rem!important}.row-gap-sm-2{row-gap:.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{-moz-column-gap:0!important;column-gap:0!important}.column-gap-sm-1{-moz-column-gap:0.25rem!important;column-gap:.25rem!important}.column-gap-sm-2{-moz-column-gap:0.5rem!important;column-gap:.5rem!important}.column-gap-sm-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-sm-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-sm-5{-moz-column-gap:3rem!important;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{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-md-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-md-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-md-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-md-none{-o-object-fit:none!important;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:.25rem!important}.m-md-2{margin:.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:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.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:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.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:.25rem!important}.mt-md-2{margin-top:.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:.25rem!important}.me-md-2{margin-right:.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:.25rem!important}.mb-md-2{margin-bottom:.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:.25rem!important}.ms-md-2{margin-left:.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:.25rem!important}.p-md-2{padding:.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:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.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:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.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:.25rem!important}.pt-md-2{padding-top:.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:.25rem!important}.pe-md-2{padding-right:.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:.25rem!important}.pb-md-2{padding-bottom:.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:.25rem!important}.ps-md-2{padding-left:.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:.25rem!important}.gap-md-2{gap:.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:.25rem!important}.row-gap-md-2{row-gap:.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{-moz-column-gap:0!important;column-gap:0!important}.column-gap-md-1{-moz-column-gap:0.25rem!important;column-gap:.25rem!important}.column-gap-md-2{-moz-column-gap:0.5rem!important;column-gap:.5rem!important}.column-gap-md-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-md-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-md-5{-moz-column-gap:3rem!important;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{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-lg-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-lg-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-lg-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-lg-none{-o-object-fit:none!important;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:.25rem!important}.m-lg-2{margin:.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:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.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:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.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:.25rem!important}.mt-lg-2{margin-top:.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:.25rem!important}.me-lg-2{margin-right:.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:.25rem!important}.mb-lg-2{margin-bottom:.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:.25rem!important}.ms-lg-2{margin-left:.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:.25rem!important}.p-lg-2{padding:.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:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.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:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.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:.25rem!important}.pt-lg-2{padding-top:.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:.25rem!important}.pe-lg-2{padding-right:.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:.25rem!important}.pb-lg-2{padding-bottom:.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:.25rem!important}.ps-lg-2{padding-left:.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:.25rem!important}.gap-lg-2{gap:.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:.25rem!important}.row-gap-lg-2{row-gap:.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{-moz-column-gap:0!important;column-gap:0!important}.column-gap-lg-1{-moz-column-gap:0.25rem!important;column-gap:.25rem!important}.column-gap-lg-2{-moz-column-gap:0.5rem!important;column-gap:.5rem!important}.column-gap-lg-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-lg-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-lg-5{-moz-column-gap:3rem!important;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{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-xl-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-xl-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-xl-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-xl-none{-o-object-fit:none!important;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:.25rem!important}.m-xl-2{margin:.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:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.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:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.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:.25rem!important}.mt-xl-2{margin-top:.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:.25rem!important}.me-xl-2{margin-right:.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:.25rem!important}.mb-xl-2{margin-bottom:.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:.25rem!important}.ms-xl-2{margin-left:.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:.25rem!important}.p-xl-2{padding:.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:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.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:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.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:.25rem!important}.pt-xl-2{padding-top:.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:.25rem!important}.pe-xl-2{padding-right:.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:.25rem!important}.pb-xl-2{padding-bottom:.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:.25rem!important}.ps-xl-2{padding-left:.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:.25rem!important}.gap-xl-2{gap:.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:.25rem!important}.row-gap-xl-2{row-gap:.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{-moz-column-gap:0!important;column-gap:0!important}.column-gap-xl-1{-moz-column-gap:0.25rem!important;column-gap:.25rem!important}.column-gap-xl-2{-moz-column-gap:0.5rem!important;column-gap:.5rem!important}.column-gap-xl-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-xl-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-xl-5{-moz-column-gap:3rem!important;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{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-xxl-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-xxl-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-xxl-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-xxl-none{-o-object-fit:none!important;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:.25rem!important}.m-xxl-2{margin:.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:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.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:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.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:.25rem!important}.mt-xxl-2{margin-top:.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:.25rem!important}.me-xxl-2{margin-right:.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:.25rem!important}.mb-xxl-2{margin-bottom:.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:.25rem!important}.ms-xxl-2{margin-left:.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:.25rem!important}.p-xxl-2{padding:.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:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.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:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.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:.25rem!important}.pt-xxl-2{padding-top:.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:.25rem!important}.pe-xxl-2{padding-right:.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:.25rem!important}.pb-xxl-2{padding-bottom:.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:.25rem!important}.ps-xxl-2{padding-left:.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:.25rem!important}.gap-xxl-2{gap:.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:.25rem!important}.row-gap-xxl-2{row-gap:.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{-moz-column-gap:0!important;column-gap:0!important}.column-gap-xxl-1{-moz-column-gap:0.25rem!important;column-gap:.25rem!important}.column-gap-xxl-2{-moz-column-gap:0.5rem!important;column-gap:.5rem!important}.column-gap-xxl-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-xxl-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-xxl-5{-moz-column-gap:3rem!important;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}}
/*# sourceMappingURL=bootstrap.min.css.map */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.flatpickr-calendar{background:transparent;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;-webkit-animation:none;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:manipulation;touch-action:manipulation;background:#fff;-webkit-box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08)}.flatpickr-calendar.open,.flatpickr-calendar.inline{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1);animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){-webkit-box-shadow:none !important;box-shadow:none !important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){-webkit-box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:before,.flatpickr-calendar:after{position:absolute;display:block;pointer-events:none;border:solid transparent;content:'';height:0;width:0;left:22px}.flatpickr-calendar.rightMost:before,.flatpickr-calendar.arrowRight:before,.flatpickr-calendar.rightMost:after,.flatpickr-calendar.arrowRight:after{left:auto;right:22px}.flatpickr-calendar.arrowCenter:before,.flatpickr-calendar.arrowCenter:after{left:50%;right:50%}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-months .flatpickr-month{background:transparent;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9);height:34px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none;cursor:pointer;position:absolute;top:0;height:34px;padding:10px;z-index:3;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9)}.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,.flatpickr-months .flatpickr-next-month.flatpickr-disabled{display:none}.flatpickr-months .flatpickr-prev-month i,.flatpickr-months .flatpickr-next-month i{position:relative}.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,.flatpickr-months .flatpickr-next-month.flatpickr-prev-month{/*
      /*rtl:begin:ignore*/left:0/*
      /*rtl:end:ignore*/}/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,.flatpickr-months .flatpickr-next-month.flatpickr-next-month{/*
      /*rtl:begin:ignore*/right:0/*
      /*rtl:end:ignore*/}/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,.flatpickr-months .flatpickr-next-month:hover{color:#959ea9}.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-prev-month svg,.flatpickr-months .flatpickr-next-month svg{width:14px;height:14px}.flatpickr-months .flatpickr-prev-month svg path,.flatpickr-months .flatpickr-next-month svg path{-webkit-transition:fill .1s;transition:fill .1s;fill:inherit}.numInputWrapper{position:relative;height:auto}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper input::-webkit-outer-spin-button,.numInputWrapper input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(57,57,57,0.15);-webkit-box-sizing:border-box;box-sizing:border-box}.numInputWrapper span:hover{background:rgba(0,0,0,0.1)}.numInputWrapper span:active{background:rgba(0,0,0,0.2)}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(57,57,57,0.6);top:26%}.numInputWrapper span.arrowDown{top:50%}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57,57,57,0.6);top:40%}.numInputWrapper span svg{width:inherit;height:auto}.numInputWrapper span svg path{fill:rgba(0,0,0,0.5)}.numInputWrapper:hover{background:rgba(0,0,0,0.05)}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:7.48px 0 0 0;line-height:1;height:34px;display:inline-block;text-align:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0}.flatpickr-current-month span.cur-month:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch\0;display:inline-block}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:rgba(0,0,0,0.9)}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:rgba(0,0,0,0.9)}.flatpickr-current-month input.cur-year{background:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;cursor:text;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:auto;border:0;border-radius:0;vertical-align:initial;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:rgba(0,0,0,0.5);background:transparent;pointer-events:none}.flatpickr-current-month .flatpickr-monthDropdown-months{appearance:menulist;background:transparent;border:none;border-radius:0;box-sizing:border-box;color:inherit;cursor:pointer;font-size:inherit;font-family:inherit;font-weight:300;height:auto;line-height:inherit;margin:-1px 0 0 0;outline:none;padding:0 0 0 .5ch;position:relative;vertical-align:initial;-webkit-box-sizing:border-box;-webkit-appearance:menulist;-moz-appearance:menulist;width:auto}.flatpickr-current-month .flatpickr-monthDropdown-months:focus,.flatpickr-current-month .flatpickr-monthDropdown-months:active{outline:none}.flatpickr-current-month .flatpickr-monthDropdown-months:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background-color:transparent;outline:none;padding:0}.flatpickr-weekdays{background:transparent;text-align:center;overflow:hidden;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:28px}.flatpickr-weekdays .flatpickr-weekdaycontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}span.flatpickr-weekday{cursor:default;font-size:90%;background:transparent;color:rgba(0,0,0,0.54);line-height:1;margin:0;text-align:center;display:block;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;font-weight:bolder}.dayContainer,.flatpickr-weeks{padding:1px 0 0 0}.flatpickr-days{position:relative;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;width:307.875px}.flatpickr-days:focus{outline:0}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-wrap:wrap;-ms-flex-pack:justify;-webkit-justify-content:space-around;justify-content:space-around;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.dayContainer + .dayContainer{-webkit-box-shadow:-1px 0 0 #e6e6e6;box-shadow:-1px 0 0 #e6e6e6}.flatpickr-day{background:none;border:1px solid transparent;border-radius:150px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#393939;cursor:pointer;font-weight:400;width:14.2857143%;-webkit-flex-basis:14.2857143%;-ms-flex-preferred-size:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus{cursor:pointer;outline:0;background:#e6e6e6;border-color:#e6e6e6}.flatpickr-day.today{border-color:#959ea9}.flatpickr-day.today:hover,.flatpickr-day.today:focus{border-color:#959ea9;background:#959ea9;color:#fff}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:#569ff7;-webkit-box-shadow:none;box-shadow:none;color:#fff;border-color:#569ff7}.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)){-webkit-box-shadow:-10px 0 0 #569ff7;box-shadow:-10px 0 0 #569ff7}.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;-webkit-box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay{color:rgba(57,57,57,0.3);background:transparent;border-color:transparent;cursor:default}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{cursor:not-allowed;color:rgba(57,57,57,0.1)}.flatpickr-day.week.selected{border-radius:0;-webkit-box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7;box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{float:left}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;-webkit-box-shadow:1px 0 0 #e6e6e6;box-shadow:1px 0 0 #e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:rgba(57,57,57,0.3);background:transparent;cursor:default;border:none}.flatpickr-innerContainer{display:block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.flatpickr-rContainer{display:inline-block;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:40%;height:40px;float:left}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:transparent;-webkit-box-shadow:none;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;color:#393939;font-size:14px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-time input.flatpickr-hour{font-weight:bold}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm{height:inherit;float:left;line-height:inherit;color:#393939;font-weight:bold;width:2%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time input:hover,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time .flatpickr-am-pm:focus{background:#eee}.flatpickr-input[readonly]{cursor:pointer}@-webkit-keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}
@-webkit-keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%,70%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}100%{opacity:0;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-ms-transform:translateY(-40px);-o-transform:translateY(-40px);transform:translateY(-40px)}}@-moz-keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%,70%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}100%{opacity:0;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-ms-transform:translateY(-40px);-o-transform:translateY(-40px);transform:translateY(-40px)}}@keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%,70%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}100%{opacity:0;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-ms-transform:translateY(-40px);-o-transform:translateY(-40px);transform:translateY(-40px)}}@-webkit-keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}}@-moz-keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}}@keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}@-moz-keyframes pulse{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}.dropzone,.dropzone *{box-sizing:border-box}.dropzone{min-height:150px;border:2px solid rgba(0,0,0,.3);background:#fff;padding:20px 20px}.dropzone.dz-clickable{cursor:pointer}.dropzone.dz-clickable *{cursor:default}.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message *{cursor:pointer}.dropzone.dz-started .dz-message{display:none}.dropzone.dz-drag-hover{border-style:solid}.dropzone.dz-drag-hover .dz-message{opacity:.5}.dropzone .dz-message{text-align:center;margin:2em 0}.dropzone .dz-message .dz-button{background:none;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit}.dropzone .dz-preview{position:relative;display:inline-block;vertical-align:top;margin:16px;min-height:100px}.dropzone .dz-preview:hover{z-index:1000}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview.dz-file-preview .dz-image{border-radius:20px;background:#999;background:linear-gradient(to bottom, #eee, #ddd)}.dropzone .dz-preview.dz-file-preview .dz-details{opacity:1}.dropzone .dz-preview.dz-image-preview{background:#fff}.dropzone .dz-preview.dz-image-preview .dz-details{-webkit-transition:opacity 0.2s linear;-moz-transition:opacity 0.2s linear;-ms-transition:opacity 0.2s linear;-o-transition:opacity 0.2s linear;transition:opacity 0.2s linear}.dropzone .dz-preview .dz-remove{font-size:14px;text-align:center;display:block;cursor:pointer;border:none}.dropzone .dz-preview .dz-remove:hover{text-decoration:underline}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview .dz-details{z-index:20;position:absolute;top:0;left:0;opacity:0;font-size:13px;min-width:100%;max-width:100%;padding:2em 1em;text-align:center;color:rgba(0,0,0,.9);line-height:150%}.dropzone .dz-preview .dz-details .dz-size{margin-bottom:1em;font-size:16px}.dropzone .dz-preview .dz-details .dz-filename{white-space:nowrap}.dropzone .dz-preview .dz-details .dz-filename:hover span{border:1px solid rgba(200,200,200,.8);background-color:rgba(255,255,255,.8)}.dropzone .dz-preview .dz-details .dz-filename:not(:hover){overflow:hidden;text-overflow:ellipsis}.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{border:1px solid transparent}.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span{background-color:rgba(255,255,255,.4);padding:0 .4em;border-radius:3px}.dropzone .dz-preview:hover .dz-image img{-webkit-transform:scale(1.05, 1.05);-moz-transform:scale(1.05, 1.05);-ms-transform:scale(1.05, 1.05);-o-transform:scale(1.05, 1.05);transform:scale(1.05, 1.05);-webkit-filter:blur(8px);filter:blur(8px)}.dropzone .dz-preview .dz-image{border-radius:20px;overflow:hidden;width:120px;height:120px;position:relative;display:block;z-index:10}.dropzone .dz-preview .dz-image img{display:block}.dropzone .dz-preview.dz-success .dz-success-mark{-webkit-animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);-moz-animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);-ms-animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);-o-animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1)}.dropzone .dz-preview.dz-error .dz-error-mark{opacity:1;-webkit-animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);-moz-animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);-ms-animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);-o-animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1)}.dropzone .dz-preview .dz-success-mark,.dropzone .dz-preview .dz-error-mark{pointer-events:none;opacity:0;z-index:500;position:absolute;display:block;top:50%;left:50%;margin-left:-27px;margin-top:-27px}.dropzone .dz-preview .dz-success-mark svg,.dropzone .dz-preview .dz-error-mark svg{display:block;width:54px;height:54px}.dropzone .dz-preview.dz-processing .dz-progress{opacity:1;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-ms-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear}.dropzone .dz-preview.dz-complete .dz-progress{opacity:0;-webkit-transition:opacity 0.4s ease-in;-moz-transition:opacity 0.4s ease-in;-ms-transition:opacity 0.4s ease-in;-o-transition:opacity 0.4s ease-in;transition:opacity 0.4s ease-in}.dropzone .dz-preview:not(.dz-processing) .dz-progress{-webkit-animation:pulse 6s ease infinite;-moz-animation:pulse 6s ease infinite;-ms-animation:pulse 6s ease infinite;-o-animation:pulse 6s ease infinite;animation:pulse 6s ease infinite}.dropzone .dz-preview .dz-progress{opacity:1;z-index:1000;pointer-events:none;position:absolute;height:16px;left:50%;top:50%;margin-top:-8px;width:80px;margin-left:-40px;background:rgba(255,255,255,.9);-webkit-transform:scale(1);border-radius:8px;overflow:hidden}.dropzone .dz-preview .dz-progress .dz-upload{background:#333;background:linear-gradient(to bottom, #666, #444);position:absolute;top:0;left:0;bottom:0;width:0;-webkit-transition:width 300ms ease-in-out;-moz-transition:width 300ms ease-in-out;-ms-transition:width 300ms ease-in-out;-o-transition:width 300ms ease-in-out;transition:width 300ms ease-in-out}.dropzone .dz-preview.dz-error .dz-error-message{display:block}.dropzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto}.dropzone .dz-preview .dz-error-message{pointer-events:none;z-index:1000;position:absolute;display:block;display:none;opacity:0;-webkit-transition:opacity 0.3s ease;-moz-transition:opacity 0.3s ease;-ms-transition:opacity 0.3s ease;-o-transition:opacity 0.3s ease;transition:opacity 0.3s ease;border-radius:8px;font-size:13px;top:130px;left:-10px;width:140px;background:#be2626;background:linear-gradient(to bottom, #be2626, #a92222);padding:.5em 1.2em;color:#fff}.dropzone .dz-preview .dz-error-message:after{content:"";position:absolute;top:-6px;left:64px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #be2626}
@charset "UTF-8";
/*! -----------------------------------------------------------------------------------

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

-----------------------------------------------------------------------------------

    1.Base css
        1.1 Reset CSS
        1.2 Typography CSS

    2.Components css
        2.1 According CSS
        2.2 Alert CSS
        2.3 Avatars CSS
        2.4 Badge CSS
        2.5 Bookmark CSS
        2.6 Breadcrumb CSS
        2.7 Basic-card CSS      
        2.8 Buttons CSS
        2.9 Block-ui CSS
        2.10 Card CSS
        2.11 Color CSS
        2.12 Datatable CSS
        2.13 Datapicker CSS
        2.14 Dropdown CSS
        2.15 Form-input CSS
        2.16 Form-wizard CSS
        2.17 Forms CSS
        2.18 Icons CSS
        2.19 List CSS
        2.20 Loader CSS  
        2.21 Modal CSS
        2.22 Popover CSS
        2.23 Print CSS
        2.24 Radio CSS
        2.25 Ribbon CSS
        2.26 Range-slider CSS
        2.27 Switch CSS
        2.28 Tab CSS
        2.29 Table CSS
        2.30 Toasts CSS
        2.31 Touchspin CSS
        2.32 Tour CSS
        2.33 Tree CSS
        2.34 Typeahead-search CSS
        2.35 Scrollbar CSS


    3. Pages
        3.1 Add-product CSS
        3.2 Blog CSS
        3.3 Bookmark-app CSS
        3.4 Cart CSS
        3.5 Chart CSS
        3.6 Chat CSS
        3.7 Checkout CSS
        3.8 Comingsoon CSS
        3.9 Contacts CSS
        3.10 Dashboard_2 CSS
        3.11 Dashboard_3 CSS 
        3.12 Dashboard_4 CSS
        3.13 Dashboard_5 CSS
        3.14 Dashboard_6 CSS
        3.15 Dashboard_7 CSS
        3.16 Dashboard_8 CSS
        3.17 Dashboard_9 CSS
        3.18 Dashboard_10 CSS
        3.19 Dashboard_11 CSS
        3.20 Dashboard_default CSS
        3.21 Divider CSS
        3.22 Flash_icons CSS
        // 3.23 General-widget CSS
        3.23 Ecommerce CSS
        3.24 Email-application CSS
        3.25 Letter-box CSS
        3.26 Errorpage CSS
        3.27 Faq CSS
        3.28 File CSS
        3.29 File-manger CSS
        3.30 Gallery CSS
        3.31 Helper CSS
        3.32 Internationalization CSS
        3.33 Invoice CSS
        3.34 Job-search CSS
        3.35 Jsgrid CSS
        3.36 Editors CSS
        3.37 Kanban CSS
        3.38 Knowledgebase CSS
        3.39 Landing CSS
        3.40 Language CSS
        3.41 Learning CSS
        3.42 Login CSS
        3.43 Megaoption CSS
        3.44 Navigate-link CSS
        3.45 Order-history CSS
        3.46 Offcanvas CSS
        3.47 Page CSS
        3.48 Pricing CSS
        3.49 Progress CSS
        3.50 Projectlist CSS
        3.51 Placeholders CSS
        3.52 Rating CSS
        3.53 Social-app CSS
        3.54 Scrollspy CSS
        3.55 Sweet-alert CSS
        3.56 Sellers CSS
        3.57 Task CSS
        3.58 Timeline-v CSS
        3.59 User-profile CSS
        3.60 Wishlist CSS

    4. Themes
        4.1. Dark CSS
        4.2 Theme-customizer CSS
        4.3 Update CSS

    5. Layout
        5.1 Footer CSS
        5.2 Grid CSS
        5.3 Header CSS
        5.4 Navs CSS
        5.5 Search CSS
        5.6 Select2 CSS
        5.7 Sidebar CSS
        5.8 Rtl CSS
        5.9 Box-layout CSS

 */
:root {
  --theme-default: #7366FF;
  --theme-secondary: #838383;
  --light-background: rgba(242, 243, 247, 0.7);
  --body-font-color: #2F2F3B;
  --chart-border: #ECF3FA;
  --recent-chart-bg: #FCFCFD;
  --light-bg: #EEF1F6;
  --white: #fff;
  --light2: #F5F6F9;
  --sidebar-border: rgba(0, 0, 0, 0.1);
  --chart-text-color: rgba(82, 82, 108, 0.8);
  --recent-dashed-border: rgba(82, 82, 108, 0.3);
  --chart-dashed-border: rgba(82, 82, 108, 0.2);
  --chart-progress-light: rgba(82, 82, 108, 0.1);
  --recent-box-bg: #F2F4F7;
  --recent-border: rgba(97, 101, 122, 0.25);
  --course-light-btn: #F2F3F7;
  --course-bg: #F7F7F7;
  --balance-profile-bg: #E0DFEF;
  --view-grid-bg: #ECF3FA80;
  --view-border-marker: #cfcdfc;
  --light-slate: #F5F6F9;
  --product-shadow: 0px 1px 0px rgba(82, 82, 108, 0.15);
  --light-shade-primary: rgba(245, 244, 255);
  --rgb-primary: rgb(115, 102, 255);
  --f-lighter: #7f8183;
  --light-datatable-odd: #F5F6FA;
  --dark-light-color: rgba(10, 10, 10, 0.5);
  --lighter-gray: rgba(33, 37, 41, 0.75);
  --primary-70: rgba(115, 102, 255, 0.7);
  --warning-70: rgba(255, 169, 65, 0.7);
  --success-70: rgba(84, 186, 74, 0.7);
  --fc-button-bg-color: var(--theme-default);
  --fc-button-active-bg-color: var(--theme-default);
  --fc-button-active-border-color: var(--theme-default);
  --fc-button-border-color: var(--theme-default);
  --fc-button-hover-bg-color: var(--theme-default);
  --fc-button-hover-border-color: var(--theme-default);
  --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;
  --bs-emphasis-color-rgb: rgba(242, 243, 247, 0.7);
  --bs-border-color: #e9edf1;
  --bs-table-bg: var(--bs-emphasis-color-rgb);
  --bs-heading-color: #333333;
  /* Do not show the "remove tag" (x) button when only a single tag remains */
}
:root .customLook {
  --tag-bg: var(--theme-default);
  --tag-hover: var(--theme-secondary);
  --tag-text-color: var(--white);
  --tags-border-color: silver;
  --tag-border-radius: 25px;
  --tag-text-color--edit: #111;
  --tag-remove-bg: var(--tag-hover);
  --tag-pad: .6em 1em;
  --tag-inset-shadow-size: 1.35em;
  --tag-remove-btn-bg--hover: #000;
  --tagify-dd-color-primary: var(var(--theme-default));
  --tagify-dd-bg-color: var(--course-light-btn);
}
:root .table {
  --bs-table-color-state: initial;
  --bs-body-bg: auto;
}
:root .table.table-inverse {
  --bs-table-bg: #292b2c;
}
:root .table.table-striped.bg-primary {
  --bs-table-bg: unset;
}

.dark-only {
  --light-background: rgba(31, 32, 40, 0.65);
  --recent-chart-bg: #262932;
  --light-bg: #1d1e26;
  --white: #262932;
  --sidebar-border: rgba(255, 255, 255, 0.1);
  --light2: #1d1e26;
  --chart-border: #374558;
  --recent-box-bg: #1d1e26;
  --recent-border: #374558;
  --body-font-color: rgba(255, 255, 255, 0.6);
  --chart-text-color: rgba(101, 101, 113, 1);
  --chart-dashed-border: rgba(135, 135, 136, 0.2);
  --chart-progress-light: #202128;
  --course-light-btn: var(--light-bg);
  --course-bg: rgba(31, 32, 40, 0.65);
  --view-grid-bg: var(--light-bg);
  --view-border-marker: #2c2c45d4;
  --light-slate: #1c1d26;
  --light-datatable-odd: #191e27;
  --product-shadow: 0px 1px 0px rgb(55 70 87);
  --light-shade-primary: rgba(46, 53, 67, 1);
  --light-gray-1: linear-gradient(0deg, #FCFCFD, #FCFCFD),
      linear-gradient(0deg, #FFFFFF, #FFFFFF);
  --bs-body-bg: rgba(255, 255, 255, 0.6);
  --bs-table-bg: transparent;
  --light-bg-primary: rgba(239, 238, 255);
  --lighter-gray: rgba(255, 255, 255, 0.2);
  --bs-heading-color: rgba(255, 255, 255, 0.7);
  --bs-emphasis-color-rgb: var(--light-background);
  --bs-border-color: var(--recent-chart-bg);
}
.dark-only .table.table-inverse {
  --bs-table-bg: #262932;
}
.dark-only .table.table-striped.bg-primary {
  --bs-table-bg: unset;
}

/**=====================
    1.2 Mixin CSS start
==========================**/
/**=====================
    1.2 Mixin CSS end
==========================**/
/**=====================
    1.1 Reset CSS start
==========================**/
.f-light {
  color: rgba(117, 117, 138, 0.8);
}

.c-light {
  color: #52526c;
}

.c-o-light {
  color: #52526c;
  opacity: 0.8;
}

.light-white {
  color: #fff;
}

.pull-right {
  float: right;
}

svg.f-light {
  fill: #75758a;
  opacity: 0.8;
}

.w-600 {
  width: 600px;
}

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

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

.icon-arrow-down.icon-rotate,
.icon-arrow-up.icon-rotate {
  transform: rotate(-45deg);
  display: inline-block;
}

[contenteditable] {
  outline: 0 solid transparent;
}

::selection {
  background-color: #7366FF;
  color: #fff;
}

::-moz-selection {
  background-color: #7366FF;
  color: #fff;
}

/*====== Padding css starts ======*/
.p-0 {
  padding: 0px;
}

.p-5 {
  padding: 5px;
}

.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

.p-25 {
  padding: 25px;
}

.p-30 {
  padding: 30px;
}

.p-35 {
  padding: 35px;
}

.p-40 {
  padding: 40px;
}

.p-45 {
  padding: 45px;
}

.p-50 {
  padding: 50px;
}

/*====== Padding css ends ======*/
/*====== Padding-left css starts ======*/
.p-l-0 {
  padding-left: 0px;
}

.p-l-5 {
  padding-left: 5px;
}

.p-l-10 {
  padding-left: 10px;
}

.p-l-15 {
  padding-left: 15px;
}

.p-l-20 {
  padding-left: 20px;
}

.p-l-25 {
  padding-left: 25px;
}

.p-l-30 {
  padding-left: 30px;
}

.p-l-35 {
  padding-left: 35px;
}

.p-l-40 {
  padding-left: 40px;
}

.p-l-45 {
  padding-left: 45px;
}

.p-l-50 {
  padding-left: 50px;
}

/*====== Padding-left css ends ======*/
/*====== Padding-top css starts ======*/
.p-t-0 {
  padding-top: 0px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

/*====== Padding-top css ends ======*/
/*====== Padding-bottom css starts ======*/
.p-b-0 {
  padding-bottom: 0px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

/*====== Padding-bottom css ends ======*/
/*====== Padding-right css starts ======*/
.p-r-0 {
  padding-right: 0px;
}

.p-r-5 {
  padding-right: 5px;
}

.p-r-10 {
  padding-right: 10px;
}

.p-r-15 {
  padding-right: 15px;
}

.p-r-20 {
  padding-right: 20px;
}

.p-r-25 {
  padding-right: 25px;
}

.p-r-30 {
  padding-right: 30px;
}

.p-r-35 {
  padding-right: 35px;
}

.p-r-40 {
  padding-right: 40px;
}

.p-r-45 {
  padding-right: 45px;
}

.p-r-50 {
  padding-right: 50px;
}

/*====== Padding-right css ends ======*/
/*====== Margin css starts ======*/
.m-0 {
  margin: 0px !important;
}

.m-5 {
  margin: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-25 {
  margin: 25px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-35 {
  margin: 35px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-45 {
  margin: 45px !important;
}

.m-50 {
  margin: 50px !important;
}

/*====== Margin css ends ======*/
/*====== Margin-top css starts ======*/
.m-t-0 {
  margin-top: 0px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

/*====== Margin-top css ends ======*/
/*====== Margin-Bottom css starts ======*/
.m-b-0 {
  margin-bottom: 0px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

/*====== Margin-Bottom css ends ======*/
/*====== Margin-left css starts ======*/
.m-l-0 {
  margin-left: 0px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

/*====== Margin-left css ends ======*/
/*====== Margin-right css starts ======*/
.m-r-0 {
  margin-right: 0px;
}

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

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

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

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

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

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

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

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

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

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

/*====== Margin-right css ends ======*/
/*====== Border-radius css starts ======*/
.b-r-0 {
  border-radius: 0px !important;
}

.b-r-1 {
  border-radius: 1px !important;
}

.b-r-2 {
  border-radius: 2px !important;
}

.b-r-3 {
  border-radius: 3px !important;
}

.b-r-4 {
  border-radius: 4px !important;
}

.b-r-5 {
  border-radius: 5px !important;
}

.b-r-6 {
  border-radius: 6px !important;
}

.b-r-7 {
  border-radius: 7px !important;
}

.b-r-8 {
  border-radius: 8px !important;
}

.b-r-9 {
  border-radius: 9px !important;
}

.b-r-10 {
  border-radius: 10px !important;
}

.b-r-11 {
  border-radius: 11px !important;
}

.b-r-12 {
  border-radius: 12px !important;
}

.b-r-13 {
  border-radius: 13px !important;
}

.b-r-14 {
  border-radius: 14px !important;
}

.b-r-15 {
  border-radius: 15px !important;
}

.b-r-16 {
  border-radius: 16px !important;
}

.b-r-17 {
  border-radius: 17px !important;
}

.b-r-18 {
  border-radius: 18px !important;
}

.b-r-19 {
  border-radius: 19px !important;
}

.b-r-20 {
  border-radius: 20px !important;
}

.b-r-21 {
  border-radius: 21px !important;
}

.b-r-22 {
  border-radius: 22px !important;
}

.b-r-23 {
  border-radius: 23px !important;
}

.b-r-24 {
  border-radius: 24px !important;
}

.b-r-25 {
  border-radius: 25px !important;
}

.b-r-26 {
  border-radius: 26px !important;
}

.b-r-27 {
  border-radius: 27px !important;
}

.b-r-28 {
  border-radius: 28px !important;
}

.b-r-29 {
  border-radius: 29px !important;
}

.b-r-30 {
  border-radius: 30px !important;
}

.b-r-31 {
  border-radius: 31px !important;
}

.b-r-32 {
  border-radius: 32px !important;
}

.b-r-33 {
  border-radius: 33px !important;
}

.b-r-34 {
  border-radius: 34px !important;
}

.b-r-35 {
  border-radius: 35px !important;
}

/*====== Border-radius css ends ======*/
/*====== Font-size css starts ======*/
.f-12 {
  font-size: 12px !important;
}

.f-14 {
  font-size: 14px !important;
}

.f-16 {
  font-size: 16px !important;
}

.f-18 {
  font-size: 18px !important;
}

.f-20 {
  font-size: 20px !important;
}

.f-22 {
  font-size: 22px !important;
}

.f-24 {
  font-size: 24px !important;
}

.f-26 {
  font-size: 26px !important;
}

.f-28 {
  font-size: 28px !important;
}

.f-30 {
  font-size: 30px !important;
}

.f-32 {
  font-size: 32px !important;
}

.f-34 {
  font-size: 34px !important;
}

.f-36 {
  font-size: 36px !important;
}

.f-38 {
  font-size: 38px !important;
}

.f-40 {
  font-size: 40px !important;
}

.f-42 {
  font-size: 42px !important;
}

.f-44 {
  font-size: 44px !important;
}

.f-46 {
  font-size: 46px !important;
}

.f-48 {
  font-size: 48px !important;
}

.f-50 {
  font-size: 50px !important;
}

.f-52 {
  font-size: 52px !important;
}

.f-54 {
  font-size: 54px !important;
}

.f-56 {
  font-size: 56px !important;
}

.f-58 {
  font-size: 58px !important;
}

.f-60 {
  font-size: 60px !important;
}

.f-62 {
  font-size: 62px !important;
}

.f-64 {
  font-size: 64px !important;
}

.f-66 {
  font-size: 66px !important;
}

.f-68 {
  font-size: 68px !important;
}

.f-70 {
  font-size: 70px !important;
}

.f-72 {
  font-size: 72px !important;
}

.f-74 {
  font-size: 74px !important;
}

.f-76 {
  font-size: 76px !important;
}

.f-78 {
  font-size: 78px !important;
}

.f-80 {
  font-size: 80px !important;
}

.f-82 {
  font-size: 82px !important;
}

.f-84 {
  font-size: 84px !important;
}

.f-86 {
  font-size: 86px !important;
}

.f-88 {
  font-size: 88px !important;
}

.f-90 {
  font-size: 90px !important;
}

.f-92 {
  font-size: 92px !important;
}

.f-94 {
  font-size: 94px !important;
}

.f-96 {
  font-size: 96px !important;
}

.f-98 {
  font-size: 98px !important;
}

.f-100 {
  font-size: 100px !important;
}

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

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

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

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

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

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

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

/*====== Font-weight css ends ======*/
/*====== Font-style css starts ======*/
.f-s-normal {
  font-style: normal;
}

.f-s-italic {
  font-style: italic;
}

.f-s-oblique {
  font-style: oblique;
}

.f-s-initial {
  font-style: initial;
}

.f-s-inherit {
  font-style: inherit;
}

/*====== Font-style css ends ======*/
/*====== Text-Decoration css starts ======*/
.text-overline {
  text-decoration: overline;
}

.text-line-through {
  text-decoration: line-through;
}

.text-underline {
  text-decoration: underline;
}

.text-dashed {
  text-decoration: dashed;
}

.text-blink {
  text-decoration: blink;
}

.text-dotted {
  text-decoration: dotted;
}

.text-initial {
  text-decoration: initial;
}

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

.text-solid {
  text-decoration: solid;
}

.text-wavy {
  text-decoration: wavy;
}

.text-inherit {
  text-decoration: inherit;
}

.text-double {
  text-decoration: double;
}

/*====== Text-Decoration css ends ======*/
/*====== Border-style css starts ======*/
.border-s-overline {
  border-style: overline;
}

.border-s-dashed {
  border-style: dashed;
}

.border-s-dotted {
  border-style: dotted;
}

.border-s-solid {
  border-style: solid;
}

.border-s-double {
  border-style: double;
}

.border-s-groove {
  border-style: groove;
}

.border-s-ridge {
  border-style: ridge;
}

.border-s-inset {
  border-style: inset;
}

.border-s-outset {
  border-style: outset;
}

.border-s-none {
  border-style: none;
}

.border-s-hidden {
  border-style: hidden;
}

/*====== Border-style css ends ======*/
/*====== Vertical-Align css starts ======*/
.baseline {
  vertical-align: baseline;
}

.sub {
  vertical-align: sub;
}

.super {
  vertical-align: super;
}

.top {
  vertical-align: top;
}

.text-top {
  vertical-align: text-top;
}

.middle {
  vertical-align: middle;
}

.bottom {
  vertical-align: bottom;
}

.text-bottom {
  vertical-align: text-bottom;
}

.initial {
  vertical-align: initial;
}

.inherit {
  vertical-align: inherit;
}

/*====== Vertical-Align css ends ======*/
/*====== Position css starts ======*/
.p-static {
  position: static;
}

.p-absolute {
  position: absolute;
}

.p-fixed {
  position: fixed;
}

.p-relative {
  position: relative;
}

.p-initial {
  position: initial;
}

.p-inherit {
  position: inherit;
}

/*====== Position css ends ======*/
/*====== Float css starts ======*/
.f-left {
  float: left;
}

.f-right {
  float: right;
}

.f-none {
  float: none;
}

/*====== Float css ends ======*/
/*====== Overflow css starts ======*/
.o-hidden {
  overflow: hidden;
}

.o-visible {
  overflow: visible;
}

.o-auto {
  overflow: auto;
}

/*====== Overflow css ends ======*/
/*====== Image-sizes css starts ======*/
.img-10 {
  width: 10px !important;
}

.img-h-10 {
  height: 10px !important;
}

.img-20 {
  width: 20px !important;
}

.img-h-20 {
  height: 20px !important;
}

.img-30 {
  width: 30px !important;
}

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

.img-40 {
  width: 40px !important;
}

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

.img-50 {
  width: 50px !important;
}

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

.img-60 {
  width: 60px !important;
}

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

.img-70 {
  width: 70px !important;
}

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

.img-80 {
  width: 80px !important;
}

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

.img-90 {
  width: 90px !important;
}

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

.img-100 {
  width: 100px !important;
}

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

/*====== Image-sizes css ends ======*/
/*====== Height-sizes css starts ======*/
.placeholder-h-2 {
  height: 2px !important;
}

.placeholder-h-4 {
  height: 4px !important;
}

.placeholder-h-6 {
  height: 6px !important;
}

.placeholder-h-8 {
  height: 8px !important;
}

.placeholder-h-10 {
  height: 10px !important;
}

.placeholder-h-12 {
  height: 12px !important;
}

.placeholder-h-14 {
  height: 14px !important;
}

.placeholder-h-16 {
  height: 16px !important;
}

.placeholder-h-18 {
  height: 18px !important;
}

.placeholder-h-20 {
  height: 20px !important;
}

.placeholder-h-22 {
  height: 22px !important;
}

.placeholder-h-24 {
  height: 24px !important;
}

.placeholder-h-26 {
  height: 26px !important;
}

.placeholder-h-28 {
  height: 28px !important;
}

.placeholder-h-30 {
  height: 30px !important;
}

.placeholder-h-32 {
  height: 32px !important;
}

.placeholder-h-34 {
  height: 34px !important;
}

.placeholder-h-36 {
  height: 36px !important;
}

.placeholder-h-38 {
  height: 38px !important;
}

.placeholder-h-40 {
  height: 40px !important;
}

.placeholder-h-42 {
  height: 42px !important;
}

.placeholder-h-44 {
  height: 44px !important;
}

.placeholder-h-46 {
  height: 46px !important;
}

.placeholder-h-48 {
  height: 48px !important;
}

.placeholder-h-50 {
  height: 50px !important;
}

.placeholder-h-52 {
  height: 52px !important;
}

.placeholder-h-54 {
  height: 54px !important;
}

.placeholder-h-56 {
  height: 56px !important;
}

.placeholder-h-58 {
  height: 58px !important;
}

.placeholder-h-60 {
  height: 60px !important;
}

.placeholder-h-62 {
  height: 62px !important;
}

.placeholder-h-64 {
  height: 64px !important;
}

.placeholder-h-66 {
  height: 66px !important;
}

.placeholder-h-68 {
  height: 68px !important;
}

.placeholder-h-70 {
  height: 70px !important;
}

.placeholder-h-72 {
  height: 72px !important;
}

.placeholder-h-74 {
  height: 74px !important;
}

.placeholder-h-76 {
  height: 76px !important;
}

.placeholder-h-78 {
  height: 78px !important;
}

.placeholder-h-80 {
  height: 80px !important;
}

.placeholder-h-82 {
  height: 82px !important;
}

.placeholder-h-84 {
  height: 84px !important;
}

.placeholder-h-86 {
  height: 86px !important;
}

.placeholder-h-88 {
  height: 88px !important;
}

.placeholder-h-90 {
  height: 90px !important;
}

.placeholder-h-92 {
  height: 92px !important;
}

.placeholder-h-94 {
  height: 94px !important;
}

.placeholder-h-96 {
  height: 96px !important;
}

.placeholder-h-98 {
  height: 98px !important;
}

.placeholder-h-100 {
  height: 100px !important;
}

/*====== Height-sizes css ends ======*/
/*======= Text css starts ===========*/
.font-primary {
  color: #7366FF !important;
}

.font-secondary {
  color: #838383 !important;
}

.font-success {
  color: #65c15c !important;
}

.font-danger {
  color: #fc564a !important;
}

.font-info {
  color: #40b8f5 !important;
}

.font-light {
  color: #f4f4f4 !important;
}

.font-dark {
  color: #3f475a !important;
}

.font-warning {
  color: #ffb829 !important;
}

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

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

/*======= Text css ends ===========*/
/*======= Label-color css starts  ======= */
.label {
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 0;
  text-transform: capitalize;
}

.label-theme {
  background-color: #7366FF;
}

.label-primary {
  background-color: #7366FF;
}

.label-secondary {
  background-color: #838383;
}

.label-success {
  background-color: #65c15c;
}

.label-danger {
  background-color: #fc564a;
}

.label-info {
  background-color: #40b8f5;
}

.label-light {
  background-color: #f4f4f4;
}

.label-dark {
  background-color: #3f475a;
}

.label-warning {
  background-color: #ffb829;
}

/*======= Label-color css ends  ======= */
/*======= Badge-color css starts  ======= */
.badge-primary {
  background-color: #7366FF;
}

.badge-b-primary {
  border: 1px solid #7366FF;
}

.badge-secondary {
  background-color: #838383;
}

.badge-b-secondary {
  border: 1px solid #838383;
}

.badge-success {
  background-color: #65c15c;
}

.badge-b-success {
  border: 1px solid #65c15c;
}

.badge-danger {
  background-color: #fc564a;
}

.badge-b-danger {
  border: 1px solid #fc564a;
}

.badge-info {
  background-color: #40b8f5;
}

.badge-b-info {
  border: 1px solid #40b8f5;
}

.badge-light {
  background-color: #f4f4f4;
}

.badge-b-light {
  border: 1px solid #f4f4f4;
}

.badge-dark {
  background-color: #3f475a;
}

.badge-b-dark {
  border: 1px solid #3f475a;
}

.badge-warning {
  background-color: #ffb829;
}

.badge-b-warning {
  border: 1px solid #ffb829;
}

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

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

/*======= Badge-color css end  ======= */
/*======= Background-color css starts  ======= */
.bg-primary {
  background-color: #7366FF !important;
  color: #fff;
}
.bg-primary:hover {
  background-color: #7366FF;
  color: #fff;
}

.title-line-primary::before {
  background-color: #7366FF !important;
}

.scope-light-primary {
  background-color: rgba(115, 102, 255, 0.15) !important;
}

.outline-10-primary {
  outline: 2px solid rgba(115, 102, 255, 0.1);
}

.bg-7-primary {
  background-color: rgba(115, 102, 255, 0.07);
}

.bg-10-primary {
  background-color: rgba(115, 102, 255, 0.1);
}

.bg-20-primary {
  background-color: rgba(115, 102, 255, 0.2);
}

.outline-20-primary {
  outline: 2px solid rgba(115, 102, 255, 0.2);
}

.shadow-10-primary {
  box-shadow: 0px 5.04px 14.96px 0px rgba(115, 102, 255, 0.25) inset;
}

.social-tabs .nav .social-box.bg-7-primary.active {
  border: 1px solid #7366FF;
  transition: all 0.4s ease;
}

.dotted-primary {
  background-color: #7366FF;
}

.text-bg-primary {
  background-color: #7366FF !important;
}

.divider-body.divider-primary::before, .divider-body.divider-primary::after {
  border-color: #7366FF !important;
}

.border-dashed-primary {
  border: 1px dashed #7366FF;
  color: #7366FF;
}
.border-dashed-primary:hover {
  border: 1px dashed #7366FF;
  background-color: #7366FF;
  color: #fff;
}

.border-left-primary {
  border-left: 4px solid #7366FF;
}
[dir=rtl] .border-left-primary {
  border-left: unset;
  border-right: 4px solid #7366FF;
}

.link-underline-primary {
  text-decoration: underline;
  text-decoration-color: #7366FF !important;
}
.link-underline-primary:hover {
  color: var(--body-font-color);
}

.link-primary {
  text-decoration: underline;
  text-decoration-color: #7366FF !important;
  color: #7366FF !important;
}
.link-primary:hover, .link-primary:focus, .link-primary:active {
  color: #7366FF !important;
  text-decoration-color: #7366FF !important;
}

.bg-light-primary {
  background-color: rgba(115, 102, 255, 0.1) !important;
  color: #fff;
}

.bg-lighter-primary {
  background-color: rgba(115, 102, 255, 0.6);
  color: #fff;
}

.button-light-primary {
  background-color: rgba(115, 102, 255, 0.1) !important;
}
.button-light-primary:active {
  border-color: rgba(115, 102, 255, 0.1) !important;
}

.bg-secondary {
  background-color: #838383 !important;
  color: #fff;
}
.bg-secondary:hover {
  background-color: #838383;
  color: #fff;
}

.title-line-secondary::before {
  background-color: #838383 !important;
}

.scope-light-secondary {
  background-color: rgba(131, 131, 131, 0.15) !important;
}

.outline-10-secondary {
  outline: 2px solid rgba(131, 131, 131, 0.1);
}

.bg-7-secondary {
  background-color: rgba(131, 131, 131, 0.07);
}

.bg-10-secondary {
  background-color: rgba(131, 131, 131, 0.1);
}

.bg-20-secondary {
  background-color: rgba(131, 131, 131, 0.2);
}

.outline-20-secondary {
  outline: 2px solid rgba(131, 131, 131, 0.2);
}

.shadow-10-secondary {
  box-shadow: 0px 5.04px 14.96px 0px rgba(131, 131, 131, 0.25) inset;
}

.social-tabs .nav .social-box.bg-7-secondary.active {
  border: 1px solid #838383;
  transition: all 0.4s ease;
}

.dotted-secondary {
  background-color: #838383;
}

.text-bg-secondary {
  background-color: #838383 !important;
}

.divider-body.divider-secondary::before, .divider-body.divider-secondary::after {
  border-color: #838383 !important;
}

.border-dashed-secondary {
  border: 1px dashed #838383;
  color: #838383;
}
.border-dashed-secondary:hover {
  border: 1px dashed #838383;
  background-color: #838383;
  color: #fff;
}

.border-left-secondary {
  border-left: 4px solid #838383;
}
[dir=rtl] .border-left-secondary {
  border-left: unset;
  border-right: 4px solid #838383;
}

.link-underline-secondary {
  text-decoration: underline;
  text-decoration-color: #838383 !important;
}
.link-underline-secondary:hover {
  color: var(--body-font-color);
}

.link-secondary {
  text-decoration: underline;
  text-decoration-color: #838383 !important;
  color: #838383 !important;
}
.link-secondary:hover, .link-secondary:focus, .link-secondary:active {
  color: #838383 !important;
  text-decoration-color: #838383 !important;
}

.bg-light-secondary {
  background-color: rgba(131, 131, 131, 0.1) !important;
  color: #fff;
}

.bg-lighter-secondary {
  background-color: rgba(131, 131, 131, 0.6);
  color: #fff;
}

.button-light-secondary {
  background-color: rgba(131, 131, 131, 0.1) !important;
}
.button-light-secondary:active {
  border-color: rgba(131, 131, 131, 0.1) !important;
}

.bg-success {
  background-color: #65c15c !important;
  color: #fff;
}
.bg-success:hover {
  background-color: #65c15c;
  color: #fff;
}

.title-line-success::before {
  background-color: #65c15c !important;
}

.scope-light-success {
  background-color: rgba(101, 193, 92, 0.15) !important;
}

.outline-10-success {
  outline: 2px solid rgba(101, 193, 92, 0.1);
}

.bg-7-success {
  background-color: rgba(101, 193, 92, 0.07);
}

.bg-10-success {
  background-color: rgba(101, 193, 92, 0.1);
}

.bg-20-success {
  background-color: rgba(101, 193, 92, 0.2);
}

.outline-20-success {
  outline: 2px solid rgba(101, 193, 92, 0.2);
}

.shadow-10-success {
  box-shadow: 0px 5.04px 14.96px 0px rgba(101, 193, 92, 0.25) inset;
}

.social-tabs .nav .social-box.bg-7-success.active {
  border: 1px solid #65c15c;
  transition: all 0.4s ease;
}

.dotted-success {
  background-color: #65c15c;
}

.text-bg-success {
  background-color: #65c15c !important;
}

.divider-body.divider-success::before, .divider-body.divider-success::after {
  border-color: #65c15c !important;
}

.border-dashed-success {
  border: 1px dashed #65c15c;
  color: #65c15c;
}
.border-dashed-success:hover {
  border: 1px dashed #65c15c;
  background-color: #65c15c;
  color: #fff;
}

.border-left-success {
  border-left: 4px solid #65c15c;
}
[dir=rtl] .border-left-success {
  border-left: unset;
  border-right: 4px solid #65c15c;
}

.link-underline-success {
  text-decoration: underline;
  text-decoration-color: #65c15c !important;
}
.link-underline-success:hover {
  color: var(--body-font-color);
}

.link-success {
  text-decoration: underline;
  text-decoration-color: #65c15c !important;
  color: #65c15c !important;
}
.link-success:hover, .link-success:focus, .link-success:active {
  color: #65c15c !important;
  text-decoration-color: #65c15c !important;
}

.bg-light-success {
  background-color: rgba(101, 193, 92, 0.1) !important;
  color: #fff;
}

.bg-lighter-success {
  background-color: rgba(101, 193, 92, 0.6);
  color: #fff;
}

.button-light-success {
  background-color: rgba(101, 193, 92, 0.1) !important;
}
.button-light-success:active {
  border-color: rgba(101, 193, 92, 0.1) !important;
}

.bg-danger {
  background-color: #fc564a !important;
  color: #fff;
}
.bg-danger:hover {
  background-color: #fc564a;
  color: #fff;
}

.title-line-danger::before {
  background-color: #fc564a !important;
}

.scope-light-danger {
  background-color: rgba(252, 86, 74, 0.15) !important;
}

.outline-10-danger {
  outline: 2px solid rgba(252, 86, 74, 0.1);
}

.bg-7-danger {
  background-color: rgba(252, 86, 74, 0.07);
}

.bg-10-danger {
  background-color: rgba(252, 86, 74, 0.1);
}

.bg-20-danger {
  background-color: rgba(252, 86, 74, 0.2);
}

.outline-20-danger {
  outline: 2px solid rgba(252, 86, 74, 0.2);
}

.shadow-10-danger {
  box-shadow: 0px 5.04px 14.96px 0px rgba(252, 86, 74, 0.25) inset;
}

.social-tabs .nav .social-box.bg-7-danger.active {
  border: 1px solid #fc564a;
  transition: all 0.4s ease;
}

.dotted-danger {
  background-color: #fc564a;
}

.text-bg-danger {
  background-color: #fc564a !important;
}

.divider-body.divider-danger::before, .divider-body.divider-danger::after {
  border-color: #fc564a !important;
}

.border-dashed-danger {
  border: 1px dashed #fc564a;
  color: #fc564a;
}
.border-dashed-danger:hover {
  border: 1px dashed #fc564a;
  background-color: #fc564a;
  color: #fff;
}

.border-left-danger {
  border-left: 4px solid #fc564a;
}
[dir=rtl] .border-left-danger {
  border-left: unset;
  border-right: 4px solid #fc564a;
}

.link-underline-danger {
  text-decoration: underline;
  text-decoration-color: #fc564a !important;
}
.link-underline-danger:hover {
  color: var(--body-font-color);
}

.link-danger {
  text-decoration: underline;
  text-decoration-color: #fc564a !important;
  color: #fc564a !important;
}
.link-danger:hover, .link-danger:focus, .link-danger:active {
  color: #fc564a !important;
  text-decoration-color: #fc564a !important;
}

.bg-light-danger {
  background-color: rgba(252, 86, 74, 0.1) !important;
  color: #fff;
}

.bg-lighter-danger {
  background-color: rgba(252, 86, 74, 0.6);
  color: #fff;
}

.button-light-danger {
  background-color: rgba(252, 86, 74, 0.1) !important;
}
.button-light-danger:active {
  border-color: rgba(252, 86, 74, 0.1) !important;
}

.bg-info {
  background-color: #40b8f5 !important;
  color: #fff;
}
.bg-info:hover {
  background-color: #40b8f5;
  color: #fff;
}

.title-line-info::before {
  background-color: #40b8f5 !important;
}

.scope-light-info {
  background-color: rgba(64, 184, 245, 0.15) !important;
}

.outline-10-info {
  outline: 2px solid rgba(64, 184, 245, 0.1);
}

.bg-7-info {
  background-color: rgba(64, 184, 245, 0.07);
}

.bg-10-info {
  background-color: rgba(64, 184, 245, 0.1);
}

.bg-20-info {
  background-color: rgba(64, 184, 245, 0.2);
}

.outline-20-info {
  outline: 2px solid rgba(64, 184, 245, 0.2);
}

.shadow-10-info {
  box-shadow: 0px 5.04px 14.96px 0px rgba(64, 184, 245, 0.25) inset;
}

.social-tabs .nav .social-box.bg-7-info.active {
  border: 1px solid #40b8f5;
  transition: all 0.4s ease;
}

.dotted-info {
  background-color: #40b8f5;
}

.text-bg-info {
  background-color: #40b8f5 !important;
}

.divider-body.divider-info::before, .divider-body.divider-info::after {
  border-color: #40b8f5 !important;
}

.border-dashed-info {
  border: 1px dashed #40b8f5;
  color: #40b8f5;
}
.border-dashed-info:hover {
  border: 1px dashed #40b8f5;
  background-color: #40b8f5;
  color: #fff;
}

.border-left-info {
  border-left: 4px solid #40b8f5;
}
[dir=rtl] .border-left-info {
  border-left: unset;
  border-right: 4px solid #40b8f5;
}

.link-underline-info {
  text-decoration: underline;
  text-decoration-color: #40b8f5 !important;
}
.link-underline-info:hover {
  color: var(--body-font-color);
}

.link-info {
  text-decoration: underline;
  text-decoration-color: #40b8f5 !important;
  color: #40b8f5 !important;
}
.link-info:hover, .link-info:focus, .link-info:active {
  color: #40b8f5 !important;
  text-decoration-color: #40b8f5 !important;
}

.bg-light-info {
  background-color: rgba(64, 184, 245, 0.1) !important;
  color: #fff;
}

.bg-lighter-info {
  background-color: rgba(64, 184, 245, 0.6);
  color: #fff;
}

.button-light-info {
  background-color: rgba(64, 184, 245, 0.1) !important;
}
.button-light-info:active {
  border-color: rgba(64, 184, 245, 0.1) !important;
}

.bg-light {
  background-color: #f4f4f4 !important;
  color: #fff;
}
.bg-light:hover {
  background-color: #f4f4f4;
  color: #fff;
}

.title-line-light::before {
  background-color: #f4f4f4 !important;
}

.scope-light-light {
  background-color: rgba(244, 244, 244, 0.15) !important;
}

.outline-10-light {
  outline: 2px solid rgba(244, 244, 244, 0.1);
}

.bg-7-light {
  background-color: rgba(244, 244, 244, 0.07);
}

.bg-10-light {
  background-color: rgba(244, 244, 244, 0.1);
}

.bg-20-light {
  background-color: rgba(244, 244, 244, 0.2);
}

.outline-20-light {
  outline: 2px solid rgba(244, 244, 244, 0.2);
}

.shadow-10-light {
  box-shadow: 0px 5.04px 14.96px 0px rgba(244, 244, 244, 0.25) inset;
}

.social-tabs .nav .social-box.bg-7-light.active {
  border: 1px solid #f4f4f4;
  transition: all 0.4s ease;
}

.dotted-light {
  background-color: #f4f4f4;
}

.text-bg-light {
  background-color: #f4f4f4 !important;
}

.divider-body.divider-light::before, .divider-body.divider-light::after {
  border-color: #f4f4f4 !important;
}

.border-dashed-light {
  border: 1px dashed #f4f4f4;
  color: #f4f4f4;
}
.border-dashed-light:hover {
  border: 1px dashed #f4f4f4;
  background-color: #f4f4f4;
  color: #fff;
}

.border-left-light {
  border-left: 4px solid #f4f4f4;
}
[dir=rtl] .border-left-light {
  border-left: unset;
  border-right: 4px solid #f4f4f4;
}

.link-underline-light {
  text-decoration: underline;
  text-decoration-color: #f4f4f4 !important;
}
.link-underline-light:hover {
  color: var(--body-font-color);
}

.link-light {
  text-decoration: underline;
  text-decoration-color: #f4f4f4 !important;
  color: #f4f4f4 !important;
}
.link-light:hover, .link-light:focus, .link-light:active {
  color: #f4f4f4 !important;
  text-decoration-color: #f4f4f4 !important;
}

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

.bg-lighter-light {
  background-color: rgba(244, 244, 244, 0.6);
  color: #fff;
}

.button-light-light {
  background-color: rgba(244, 244, 244, 0.1) !important;
}
.button-light-light:active {
  border-color: rgba(244, 244, 244, 0.1) !important;
}

.bg-dark {
  background-color: #3f475a !important;
  color: #fff;
}
.bg-dark:hover {
  background-color: #3f475a;
  color: #fff;
}

.title-line-dark::before {
  background-color: #3f475a !important;
}

.scope-light-dark {
  background-color: rgba(63, 71, 90, 0.15) !important;
}

.outline-10-dark {
  outline: 2px solid rgba(63, 71, 90, 0.1);
}

.bg-7-dark {
  background-color: rgba(63, 71, 90, 0.07);
}

.bg-10-dark {
  background-color: rgba(63, 71, 90, 0.1);
}

.bg-20-dark {
  background-color: rgba(63, 71, 90, 0.2);
}

.outline-20-dark {
  outline: 2px solid rgba(63, 71, 90, 0.2);
}

.shadow-10-dark {
  box-shadow: 0px 5.04px 14.96px 0px rgba(63, 71, 90, 0.25) inset;
}

.social-tabs .nav .social-box.bg-7-dark.active {
  border: 1px solid #3f475a;
  transition: all 0.4s ease;
}

.dotted-dark {
  background-color: #3f475a;
}

.text-bg-dark {
  background-color: #3f475a !important;
}

.divider-body.divider-dark::before, .divider-body.divider-dark::after {
  border-color: #3f475a !important;
}

.border-dashed-dark {
  border: 1px dashed #3f475a;
  color: #3f475a;
}
.border-dashed-dark:hover {
  border: 1px dashed #3f475a;
  background-color: #3f475a;
  color: #fff;
}

.border-left-dark {
  border-left: 4px solid #3f475a;
}
[dir=rtl] .border-left-dark {
  border-left: unset;
  border-right: 4px solid #3f475a;
}

.link-underline-dark {
  text-decoration: underline;
  text-decoration-color: #3f475a !important;
}
.link-underline-dark:hover {
  color: var(--body-font-color);
}

.link-dark {
  text-decoration: underline;
  text-decoration-color: #3f475a !important;
  color: #3f475a !important;
}
.link-dark:hover, .link-dark:focus, .link-dark:active {
  color: #3f475a !important;
  text-decoration-color: #3f475a !important;
}

.bg-light-dark {
  background-color: rgba(63, 71, 90, 0.1) !important;
  color: #fff;
}

.bg-lighter-dark {
  background-color: rgba(63, 71, 90, 0.6);
  color: #fff;
}

.button-light-dark {
  background-color: rgba(63, 71, 90, 0.1) !important;
}
.button-light-dark:active {
  border-color: rgba(63, 71, 90, 0.1) !important;
}

.bg-warning {
  background-color: #ffb829 !important;
  color: #fff;
}
.bg-warning:hover {
  background-color: #ffb829;
  color: #fff;
}

.title-line-warning::before {
  background-color: #ffb829 !important;
}

.scope-light-warning {
  background-color: rgba(255, 184, 41, 0.15) !important;
}

.outline-10-warning {
  outline: 2px solid rgba(255, 184, 41, 0.1);
}

.bg-7-warning {
  background-color: rgba(255, 184, 41, 0.07);
}

.bg-10-warning {
  background-color: rgba(255, 184, 41, 0.1);
}

.bg-20-warning {
  background-color: rgba(255, 184, 41, 0.2);
}

.outline-20-warning {
  outline: 2px solid rgba(255, 184, 41, 0.2);
}

.shadow-10-warning {
  box-shadow: 0px 5.04px 14.96px 0px rgba(255, 184, 41, 0.25) inset;
}

.social-tabs .nav .social-box.bg-7-warning.active {
  border: 1px solid #ffb829;
  transition: all 0.4s ease;
}

.dotted-warning {
  background-color: #ffb829;
}

.text-bg-warning {
  background-color: #ffb829 !important;
}

.divider-body.divider-warning::before, .divider-body.divider-warning::after {
  border-color: #ffb829 !important;
}

.border-dashed-warning {
  border: 1px dashed #ffb829;
  color: #ffb829;
}
.border-dashed-warning:hover {
  border: 1px dashed #ffb829;
  background-color: #ffb829;
  color: #fff;
}

.border-left-warning {
  border-left: 4px solid #ffb829;
}
[dir=rtl] .border-left-warning {
  border-left: unset;
  border-right: 4px solid #ffb829;
}

.link-underline-warning {
  text-decoration: underline;
  text-decoration-color: #ffb829 !important;
}
.link-underline-warning:hover {
  color: var(--body-font-color);
}

.link-warning {
  text-decoration: underline;
  text-decoration-color: #ffb829 !important;
  color: #ffb829 !important;
}
.link-warning:hover, .link-warning:focus, .link-warning:active {
  color: #ffb829 !important;
  text-decoration-color: #ffb829 !important;
}

.bg-light-warning {
  background-color: rgba(255, 184, 41, 0.1) !important;
  color: #fff;
}

.bg-lighter-warning {
  background-color: rgba(255, 184, 41, 0.6);
  color: #fff;
}

.button-light-warning {
  background-color: rgba(255, 184, 41, 0.1) !important;
}
.button-light-warning:active {
  border-color: rgba(255, 184, 41, 0.1) !important;
}

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

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

/*======= Background-color css end  ======= */
/*======= Font-color css starts  ======= */
.txt-primary {
  color: #7366FF !important;
}

.txt-secondary {
  color: #838383 !important;
}

.txt-success {
  color: #65c15c !important;
}

.txt-danger {
  color: #fc564a !important;
}

.txt-info {
  color: #40b8f5 !important;
}

.txt-light {
  color: #f4f4f4 !important;
}

.txt-dark {
  color: #3f475a !important;
}

.txt-warning {
  color: #ffb829 !important;
}

.txt-google-plus {
  color: #c64e40 !important;
}

.txt-twitter {
  color: #6fa2d8 !important;
}

.txt-linkedin {
  color: #0073B1 !important;
}

.txt-fb {
  color: #50598e !important;
}

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

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

/*======= Font-color css end  ======= */
/*======= Button-color css starts  ======= */
@keyframes push {
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
.btn-primary {
  background-color: #7366FF !important;
  border-color: #7366FF !important;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #7366FF !important;
  border-color: #7366FF !important;
}
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem white;
}

.btn-secondary {
  background-color: #838383 !important;
  border-color: #838383 !important;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #838383 !important;
  border-color: #838383 !important;
}
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem #d0d0d0;
}

.btn-success {
  background-color: #65c15c !important;
  border-color: #65c15c !important;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
}
.btn-success.disabled, .btn-success:disabled {
  background-color: #65c15c !important;
  border-color: #65c15c !important;
}
.btn-success:focus {
  box-shadow: 0 0 0 0.2rem #ceebcb;
}

.btn-danger {
  background-color: #fc564a !important;
  border-color: #fc564a !important;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
}
.btn-danger.disabled, .btn-danger:disabled {
  background-color: #fc564a !important;
  border-color: #fc564a !important;
}
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem #fee3e1;
}

.btn-info {
  background-color: #40b8f5 !important;
  border-color: #40b8f5 !important;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
  color: #fff;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  color: #fff !important;
}
.btn-info.disabled, .btn-info:disabled {
  background-color: #40b8f5 !important;
  border-color: #40b8f5 !important;
}
.btn-info:focus {
  box-shadow: 0 0 0 0.2rem #d1eefd;
}

.btn-light {
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
}
.btn-light.disabled, .btn-light:disabled {
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
}
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem white;
}

.btn-dark {
  background-color: #3f475a !important;
  border-color: #3f475a !important;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
}
.btn-dark.disabled, .btn-dark:disabled {
  background-color: #3f475a !important;
  border-color: #3f475a !important;
}
.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem #8792ab;
}

.btn-warning {
  background-color: #ffb829 !important;
  border-color: #ffb829 !important;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
  color: #fff;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.show {
  color: #fff !important;
}
.btn-warning.disabled, .btn-warning:disabled {
  background-color: #ffb829 !important;
  border-color: #ffb829 !important;
}
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem #ffebc2;
}

.btn-light {
  background-color: rgba(115, 102, 255, 0.06) !important;
  border-color: rgba(115, 102, 255, 0.06) !important;
}
.btn-light:hover {
  background-color: rgba(115, 102, 255, 0.1) !important;
  border-color: rgba(115, 102, 255, 0.1) !important;
}

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

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

.btn-hover-effect:hover {
  animation: push 0.5s linear 1;
}

/*======= Button-color css ends  ======= */
.btn-outline-primary-2x {
  border-width: 2px;
  border-color: #7366FF;
  color: #7366FF;
  background-color: transparent;
}
.btn-outline-primary-2x:hover, .btn-outline-primary-2x:focus, .btn-outline-primary-2x:active, .btn-outline-primary-2x.active {
  color: #fff !important;
  background-color: #4433ff !important;
  border-color: #4433ff !important;
  box-shadow: none;
}

.btn-outline-secondary-2x {
  border-width: 2px;
  border-color: #838383;
  color: #838383;
  background-color: transparent;
}
.btn-outline-secondary-2x:hover, .btn-outline-secondary-2x:focus, .btn-outline-secondary-2x:active, .btn-outline-secondary-2x.active {
  color: #fff !important;
  background-color: #6a6a6a !important;
  border-color: #6a6a6a !important;
  box-shadow: none;
}

.btn-outline-success-2x {
  border-width: 2px;
  border-color: #65c15c;
  color: #65c15c;
  background-color: transparent;
}
.btn-outline-success-2x:hover, .btn-outline-success-2x:focus, .btn-outline-success-2x:active, .btn-outline-success-2x.active {
  color: #fff !important;
  background-color: #4aaa40 !important;
  border-color: #4aaa40 !important;
  box-shadow: none;
}

.btn-outline-danger-2x {
  border-width: 2px;
  border-color: #fc564a;
  color: #fc564a;
  background-color: transparent;
}
.btn-outline-danger-2x:hover, .btn-outline-danger-2x:focus, .btn-outline-danger-2x:active, .btn-outline-danger-2x.active {
  color: #fff !important;
  background-color: #fb2718 !important;
  border-color: #fb2718 !important;
  box-shadow: none;
}

.btn-outline-info-2x {
  border-width: 2px;
  border-color: #40b8f5;
  color: #40b8f5;
  background-color: transparent;
}
.btn-outline-info-2x:hover, .btn-outline-info-2x:focus, .btn-outline-info-2x:active, .btn-outline-info-2x.active {
  color: #fff !important;
  background-color: #10a6f2 !important;
  border-color: #10a6f2 !important;
  box-shadow: none;
}

.btn-outline-light-2x {
  border-width: 2px;
  border-color: #f4f4f4;
  color: #f4f4f4;
  background-color: transparent;
}
.btn-outline-light-2x:hover, .btn-outline-light-2x:focus, .btn-outline-light-2x:active, .btn-outline-light-2x.active {
  color: #fff !important;
  background-color: #dbdbdb !important;
  border-color: #dbdbdb !important;
  box-shadow: none;
}

.btn-outline-dark-2x {
  border-width: 2px;
  border-color: #3f475a;
  color: #3f475a;
  background-color: transparent;
}
.btn-outline-dark-2x:hover, .btn-outline-dark-2x:focus, .btn-outline-dark-2x:active, .btn-outline-dark-2x.active {
  color: #fff !important;
  background-color: #2a2f3c !important;
  border-color: #2a2f3c !important;
  box-shadow: none;
}

.btn-outline-warning-2x {
  border-width: 2px;
  border-color: #ffb829;
  color: #ffb829;
  background-color: transparent;
}
.btn-outline-warning-2x:hover, .btn-outline-warning-2x:focus, .btn-outline-warning-2x:active, .btn-outline-warning-2x.active {
  color: #fff !important;
  background-color: #f5a400 !important;
  border-color: #f5a400 !important;
  box-shadow: none;
}

.btn-outline-primary {
  border-color: #7366FF;
  color: #7366FF;
  background-color: transparent;
}
.btn-outline-primary.disabled {
  color: #7366FF;
  border-color: #7366FF;
}
.btn-outline-primary:hover, .btn-outline-primary:active {
  border-color: #7366FF !important;
  color: #fff;
  background-color: #7366FF !important;
}

.btn-check {
  color: #7366FF !important;
}
.btn-check:checked {
  color: white !important;
  background-color: #7366FF !important;
}
.btn-check:checked + .btn-outline-primary {
  color: white !important;
  background-color: #7366FF !important;
  box-shadow: unset !important;
}
.btn-check + .btn-outline-primary {
  border-color: #7366FF !important;
  color: #7366FF !important;
  background-color: transparent;
}
.btn-check + .btn-outline-primary.disabled {
  color: #7366FF;
}
.btn-check + .btn-outline-primary:hover, .btn-check + .btn-outline-primary:focus, .btn-check + .btn-outline-primary:active, .btn-check + .btn-outline-primary:focus-visible, .btn-check + .btn-outline-primary.active {
  color: white !important;
  background-color: #4433ff !important;
  border-color: #4433ff !important;
  box-shadow: none !important;
}

.btn-outline-secondary {
  border-color: #838383;
  color: #838383;
  background-color: transparent;
}
.btn-outline-secondary.disabled {
  color: #838383;
  border-color: #838383;
}
.btn-outline-secondary:hover, .btn-outline-secondary:active {
  border-color: #838383 !important;
  color: #fff;
  background-color: #838383 !important;
}

.btn-check {
  color: #838383 !important;
}
.btn-check:checked {
  color: white !important;
  background-color: #838383 !important;
}
.btn-check:checked + .btn-outline-secondary {
  color: white !important;
  background-color: #838383 !important;
  box-shadow: unset !important;
}
.btn-check + .btn-outline-secondary {
  border-color: #838383 !important;
  color: #838383 !important;
  background-color: transparent;
}
.btn-check + .btn-outline-secondary.disabled {
  color: #838383;
}
.btn-check + .btn-outline-secondary:hover, .btn-check + .btn-outline-secondary:focus, .btn-check + .btn-outline-secondary:active, .btn-check + .btn-outline-secondary:focus-visible, .btn-check + .btn-outline-secondary.active {
  color: white !important;
  background-color: #6a6a6a !important;
  border-color: #6a6a6a !important;
  box-shadow: none !important;
}

.btn-outline-success {
  border-color: #65c15c;
  color: #65c15c;
  background-color: transparent;
}
.btn-outline-success.disabled {
  color: #65c15c;
  border-color: #65c15c;
}
.btn-outline-success:hover, .btn-outline-success:active {
  border-color: #65c15c !important;
  color: #fff;
  background-color: #65c15c !important;
}

.btn-check {
  color: #65c15c !important;
}
.btn-check:checked {
  color: white !important;
  background-color: #65c15c !important;
}
.btn-check:checked + .btn-outline-success {
  color: white !important;
  background-color: #65c15c !important;
  box-shadow: unset !important;
}
.btn-check + .btn-outline-success {
  border-color: #65c15c !important;
  color: #65c15c !important;
  background-color: transparent;
}
.btn-check + .btn-outline-success.disabled {
  color: #65c15c;
}
.btn-check + .btn-outline-success:hover, .btn-check + .btn-outline-success:focus, .btn-check + .btn-outline-success:active, .btn-check + .btn-outline-success:focus-visible, .btn-check + .btn-outline-success.active {
  color: white !important;
  background-color: #4aaa40 !important;
  border-color: #4aaa40 !important;
  box-shadow: none !important;
}

.btn-outline-danger {
  border-color: #fc564a;
  color: #fc564a;
  background-color: transparent;
}
.btn-outline-danger.disabled {
  color: #fc564a;
  border-color: #fc564a;
}
.btn-outline-danger:hover, .btn-outline-danger:active {
  border-color: #fc564a !important;
  color: #fff;
  background-color: #fc564a !important;
}

.btn-check {
  color: #fc564a !important;
}
.btn-check:checked {
  color: white !important;
  background-color: #fc564a !important;
}
.btn-check:checked + .btn-outline-danger {
  color: white !important;
  background-color: #fc564a !important;
  box-shadow: unset !important;
}
.btn-check + .btn-outline-danger {
  border-color: #fc564a !important;
  color: #fc564a !important;
  background-color: transparent;
}
.btn-check + .btn-outline-danger.disabled {
  color: #fc564a;
}
.btn-check + .btn-outline-danger:hover, .btn-check + .btn-outline-danger:focus, .btn-check + .btn-outline-danger:active, .btn-check + .btn-outline-danger:focus-visible, .btn-check + .btn-outline-danger.active {
  color: white !important;
  background-color: #fb2718 !important;
  border-color: #fb2718 !important;
  box-shadow: none !important;
}

.btn-outline-info {
  border-color: #40b8f5;
  color: #40b8f5;
  background-color: transparent;
}
.btn-outline-info.disabled {
  color: #40b8f5;
  border-color: #40b8f5;
}
.btn-outline-info:hover, .btn-outline-info:active {
  border-color: #40b8f5 !important;
  color: #fff;
  background-color: #40b8f5 !important;
}

.btn-check {
  color: #40b8f5 !important;
}
.btn-check:checked {
  color: white !important;
  background-color: #40b8f5 !important;
}
.btn-check:checked + .btn-outline-info {
  color: white !important;
  background-color: #40b8f5 !important;
  box-shadow: unset !important;
}
.btn-check + .btn-outline-info {
  border-color: #40b8f5 !important;
  color: #40b8f5 !important;
  background-color: transparent;
}
.btn-check + .btn-outline-info.disabled {
  color: #40b8f5;
}
.btn-check + .btn-outline-info:hover, .btn-check + .btn-outline-info:focus, .btn-check + .btn-outline-info:active, .btn-check + .btn-outline-info:focus-visible, .btn-check + .btn-outline-info.active {
  color: white !important;
  background-color: #10a6f2 !important;
  border-color: #10a6f2 !important;
  box-shadow: none !important;
}

.btn-outline-light {
  border-color: #f4f4f4;
  color: #f4f4f4;
  background-color: transparent;
  color: #404040;
}
.btn-outline-light.disabled {
  color: #f4f4f4;
  border-color: #f4f4f4;
}
.btn-outline-light:hover, .btn-outline-light:active {
  border-color: #f4f4f4 !important;
  color: #fff;
  background-color: #f4f4f4 !important;
}

.btn-check {
  color: #f4f4f4 !important;
}
.btn-check:checked {
  color: white !important;
  background-color: #f4f4f4 !important;
}
.btn-check:checked + .btn-outline-light {
  color: white !important;
  background-color: #f4f4f4 !important;
  box-shadow: unset !important;
}
.btn-check + .btn-outline-light {
  border-color: #f4f4f4 !important;
  color: #f4f4f4 !important;
  background-color: transparent;
  color: #404040;
}
.btn-check + .btn-outline-light.disabled {
  color: #f4f4f4;
}
.btn-check + .btn-outline-light:hover, .btn-check + .btn-outline-light:focus, .btn-check + .btn-outline-light:active, .btn-check + .btn-outline-light:focus-visible, .btn-check + .btn-outline-light.active {
  color: white !important;
  background-color: #dbdbdb !important;
  border-color: #dbdbdb !important;
  box-shadow: none !important;
}

.btn-outline-dark {
  border-color: #3f475a;
  color: #3f475a;
  background-color: transparent;
}
.btn-outline-dark.disabled {
  color: #3f475a;
  border-color: #3f475a;
}
.btn-outline-dark:hover, .btn-outline-dark:active {
  border-color: #3f475a !important;
  color: #fff;
  background-color: #3f475a !important;
}

.btn-check {
  color: #3f475a !important;
}
.btn-check:checked {
  color: white !important;
  background-color: #3f475a !important;
}
.btn-check:checked + .btn-outline-dark {
  color: white !important;
  background-color: #3f475a !important;
  box-shadow: unset !important;
}
.btn-check + .btn-outline-dark {
  border-color: #3f475a !important;
  color: #3f475a !important;
  background-color: transparent;
}
.btn-check + .btn-outline-dark.disabled {
  color: #3f475a;
}
.btn-check + .btn-outline-dark:hover, .btn-check + .btn-outline-dark:focus, .btn-check + .btn-outline-dark:active, .btn-check + .btn-outline-dark:focus-visible, .btn-check + .btn-outline-dark.active {
  color: white !important;
  background-color: #2a2f3c !important;
  border-color: #2a2f3c !important;
  box-shadow: none !important;
}

.btn-outline-warning {
  border-color: #ffb829;
  color: #ffb829;
  background-color: transparent;
}
.btn-outline-warning.disabled {
  color: #ffb829;
  border-color: #ffb829;
}
.btn-outline-warning:hover, .btn-outline-warning:active {
  border-color: #ffb829 !important;
  color: #fff;
  background-color: #ffb829 !important;
}

.btn-check {
  color: #ffb829 !important;
}
.btn-check:checked {
  color: white !important;
  background-color: #ffb829 !important;
}
.btn-check:checked + .btn-outline-warning {
  color: white !important;
  background-color: #ffb829 !important;
  box-shadow: unset !important;
}
.btn-check + .btn-outline-warning {
  border-color: #ffb829 !important;
  color: #ffb829 !important;
  background-color: transparent;
}
.btn-check + .btn-outline-warning.disabled {
  color: #ffb829;
}
.btn-check + .btn-outline-warning:hover, .btn-check + .btn-outline-warning:focus, .btn-check + .btn-outline-warning:active, .btn-check + .btn-outline-warning:focus-visible, .btn-check + .btn-outline-warning.active {
  color: white !important;
  background-color: #f5a400 !important;
  border-color: #f5a400 !important;
  box-shadow: none !important;
}

.btn-primary:not([disabled]):not(.disabled).active {
  background-color: #4433ff;
  border-color: #4433ff;
  box-shadow: none !important;
}
.btn-primary:not([disabled]):not(.disabled).active:hover, .btn-primary:not([disabled]):not(.disabled).active:focus, .btn-primary:not([disabled]):not(.disabled).active:active, .btn-primary:not([disabled]):not(.disabled).active.active {
  color: white;
  background-color: #4433ff;
  border-color: #4433ff;
}

.btn-secondary:not([disabled]):not(.disabled).active {
  background-color: #6a6a6a;
  border-color: #6a6a6a;
  box-shadow: none !important;
}
.btn-secondary:not([disabled]):not(.disabled).active:hover, .btn-secondary:not([disabled]):not(.disabled).active:focus, .btn-secondary:not([disabled]):not(.disabled).active:active, .btn-secondary:not([disabled]):not(.disabled).active.active {
  color: white;
  background-color: #6a6a6a;
  border-color: #6a6a6a;
}

.btn-success:not([disabled]):not(.disabled).active {
  background-color: #4aaa40;
  border-color: #4aaa40;
  box-shadow: none !important;
}
.btn-success:not([disabled]):not(.disabled).active:hover, .btn-success:not([disabled]):not(.disabled).active:focus, .btn-success:not([disabled]):not(.disabled).active:active, .btn-success:not([disabled]):not(.disabled).active.active {
  color: white;
  background-color: #4aaa40;
  border-color: #4aaa40;
}

.btn-danger:not([disabled]):not(.disabled).active {
  background-color: #fb2718;
  border-color: #fb2718;
  box-shadow: none !important;
}
.btn-danger:not([disabled]):not(.disabled).active:hover, .btn-danger:not([disabled]):not(.disabled).active:focus, .btn-danger:not([disabled]):not(.disabled).active:active, .btn-danger:not([disabled]):not(.disabled).active.active {
  color: white;
  background-color: #fb2718;
  border-color: #fb2718;
}

.btn-info:not([disabled]):not(.disabled).active {
  background-color: #10a6f2;
  border-color: #10a6f2;
  box-shadow: none !important;
}
.btn-info:not([disabled]):not(.disabled).active:hover, .btn-info:not([disabled]):not(.disabled).active:focus, .btn-info:not([disabled]):not(.disabled).active:active, .btn-info:not([disabled]):not(.disabled).active.active {
  color: white;
  background-color: #10a6f2;
  border-color: #10a6f2;
}

.btn-light:not([disabled]):not(.disabled).active {
  background-color: #dbdbdb;
  border-color: #dbdbdb;
  box-shadow: none !important;
}
.btn-light:not([disabled]):not(.disabled).active:hover, .btn-light:not([disabled]):not(.disabled).active:focus, .btn-light:not([disabled]):not(.disabled).active:active, .btn-light:not([disabled]):not(.disabled).active.active {
  color: white;
  background-color: #dbdbdb;
  border-color: #dbdbdb;
}

.btn-dark:not([disabled]):not(.disabled).active {
  background-color: #2a2f3c;
  border-color: #2a2f3c;
  box-shadow: none !important;
}
.btn-dark:not([disabled]):not(.disabled).active:hover, .btn-dark:not([disabled]):not(.disabled).active:focus, .btn-dark:not([disabled]):not(.disabled).active:active, .btn-dark:not([disabled]):not(.disabled).active.active {
  color: white;
  background-color: #2a2f3c;
  border-color: #2a2f3c;
}

.btn-warning:not([disabled]):not(.disabled).active {
  background-color: #f5a400;
  border-color: #f5a400;
  box-shadow: none !important;
}
.btn-warning:not([disabled]):not(.disabled).active:hover, .btn-warning:not([disabled]):not(.disabled).active:focus, .btn-warning:not([disabled]):not(.disabled).active:active, .btn-warning:not([disabled]):not(.disabled).active.active {
  color: white;
  background-color: #f5a400;
  border-color: #f5a400;
}

.btn-outline-primary-2x:not([disabled]):not(.disabled).active {
  background-color: #7366FF;
  border-color: #7366FF;
  box-shadow: none !important;
  color: white;
}
.btn-outline-primary-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-primary-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-primary-2x:not([disabled]):not(.disabled).active:active, .btn-outline-primary-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  box-shadow: none !important;
  background-color: #4433ff !important;
  border-color: #4433ff !important;
}

.btn-outline-secondary-2x:not([disabled]):not(.disabled).active {
  background-color: #838383;
  border-color: #838383;
  box-shadow: none !important;
  color: white;
}
.btn-outline-secondary-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-secondary-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-secondary-2x:not([disabled]):not(.disabled).active:active, .btn-outline-secondary-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  box-shadow: none !important;
  background-color: #6a6a6a !important;
  border-color: #6a6a6a !important;
}

.btn-outline-success-2x:not([disabled]):not(.disabled).active {
  background-color: #65c15c;
  border-color: #65c15c;
  box-shadow: none !important;
  color: white;
}
.btn-outline-success-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-success-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-success-2x:not([disabled]):not(.disabled).active:active, .btn-outline-success-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  box-shadow: none !important;
  background-color: #4aaa40 !important;
  border-color: #4aaa40 !important;
}

.btn-outline-danger-2x:not([disabled]):not(.disabled).active {
  background-color: #fc564a;
  border-color: #fc564a;
  box-shadow: none !important;
  color: white;
}
.btn-outline-danger-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-danger-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-danger-2x:not([disabled]):not(.disabled).active:active, .btn-outline-danger-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  box-shadow: none !important;
  background-color: #fb2718 !important;
  border-color: #fb2718 !important;
}

.btn-outline-info-2x:not([disabled]):not(.disabled).active {
  background-color: #40b8f5;
  border-color: #40b8f5;
  box-shadow: none !important;
  color: white;
}
.btn-outline-info-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-info-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-info-2x:not([disabled]):not(.disabled).active:active, .btn-outline-info-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  box-shadow: none !important;
  background-color: #10a6f2 !important;
  border-color: #10a6f2 !important;
}

.btn-outline-light-2x:not([disabled]):not(.disabled).active {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  box-shadow: none !important;
  color: white;
}
.btn-outline-light-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-light-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-light-2x:not([disabled]):not(.disabled).active:active, .btn-outline-light-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  box-shadow: none !important;
  background-color: #dbdbdb !important;
  border-color: #dbdbdb !important;
}

.btn-outline-dark-2x:not([disabled]):not(.disabled).active {
  background-color: #3f475a;
  border-color: #3f475a;
  box-shadow: none !important;
  color: white;
}
.btn-outline-dark-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-dark-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-dark-2x:not([disabled]):not(.disabled).active:active, .btn-outline-dark-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  box-shadow: none !important;
  background-color: #2a2f3c !important;
  border-color: #2a2f3c !important;
}

.btn-outline-warning-2x:not([disabled]):not(.disabled).active {
  background-color: #ffb829;
  border-color: #ffb829;
  box-shadow: none !important;
  color: white;
}
.btn-outline-warning-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-warning-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-warning-2x:not([disabled]):not(.disabled).active:active, .btn-outline-warning-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  box-shadow: none !important;
  background-color: #f5a400 !important;
  border-color: #f5a400 !important;
}

/*======= Table-Border-Bottom-color css starts  ======= */
table thead .border-bottom-primary th,
table tbody .border-bottom-primary th,
table tbody .border-bottom-primary td {
  border-bottom: 1px solid #7366FF !important;
}

table thead .border-bottom-secondary th,
table tbody .border-bottom-secondary th,
table tbody .border-bottom-secondary td {
  border-bottom: 1px solid #838383 !important;
}

table thead .border-bottom-success th,
table tbody .border-bottom-success th,
table tbody .border-bottom-success td {
  border-bottom: 1px solid #65c15c !important;
}

table thead .border-bottom-danger th,
table tbody .border-bottom-danger th,
table tbody .border-bottom-danger td {
  border-bottom: 1px solid #fc564a !important;
}

table thead .border-bottom-info th,
table tbody .border-bottom-info th,
table tbody .border-bottom-info td {
  border-bottom: 1px solid #40b8f5 !important;
}

table thead .border-bottom-light th,
table tbody .border-bottom-light th,
table tbody .border-bottom-light td {
  border-bottom: 1px solid #f4f4f4 !important;
}

table thead .border-bottom-dark th,
table tbody .border-bottom-dark th,
table tbody .border-bottom-dark td {
  border-bottom: 1px solid #3f475a !important;
}

table thead .border-bottom-warning th,
table tbody .border-bottom-warning th,
table tbody .border-bottom-warning td {
  border-bottom: 1px solid #ffb829 !important;
}

/*======= Table-Border-Bottom-color css ends  ======= */
/*======= Table styling css starts  ======= */
.table-styling .table-primary,
.table-styling.table-primary {
  background-color: #7366FF;
  color: #fff;
  border: 3px solid #7366FF;
}
.table-styling .table-primary thead,
.table-styling.table-primary thead {
  background-color: #4433ff;
  border: 3px solid #4433ff;
}
.table-styling .table-primary th,
.table-styling .table-primary td,
.table-styling.table-primary th,
.table-styling.table-primary td {
  background-color: transparent;
}

.table-styling .table-secondary,
.table-styling.table-secondary {
  background-color: #838383;
  color: #fff;
  border: 3px solid #838383;
}
.table-styling .table-secondary thead,
.table-styling.table-secondary thead {
  background-color: #6a6a6a;
  border: 3px solid #6a6a6a;
}
.table-styling .table-secondary th,
.table-styling .table-secondary td,
.table-styling.table-secondary th,
.table-styling.table-secondary td {
  background-color: transparent;
}

.table-styling .table-success,
.table-styling.table-success {
  background-color: #65c15c;
  color: #fff;
  border: 3px solid #65c15c;
}
.table-styling .table-success thead,
.table-styling.table-success thead {
  background-color: #4aaa40;
  border: 3px solid #4aaa40;
}
.table-styling .table-success th,
.table-styling .table-success td,
.table-styling.table-success th,
.table-styling.table-success td {
  background-color: transparent;
}

.table-styling .table-danger,
.table-styling.table-danger {
  background-color: #fc564a;
  color: #fff;
  border: 3px solid #fc564a;
}
.table-styling .table-danger thead,
.table-styling.table-danger thead {
  background-color: #fb2718;
  border: 3px solid #fb2718;
}
.table-styling .table-danger th,
.table-styling .table-danger td,
.table-styling.table-danger th,
.table-styling.table-danger td {
  background-color: transparent;
}

.table-styling .table-info,
.table-styling.table-info {
  background-color: #40b8f5;
  color: #fff;
  border: 3px solid #40b8f5;
}
.table-styling .table-info thead,
.table-styling.table-info thead {
  background-color: #10a6f2;
  border: 3px solid #10a6f2;
}
.table-styling .table-info th,
.table-styling .table-info td,
.table-styling.table-info th,
.table-styling.table-info td {
  background-color: transparent;
}

.table-styling .table-light,
.table-styling.table-light {
  background-color: #f4f4f4;
  color: #fff;
  border: 3px solid #f4f4f4;
}
.table-styling .table-light thead,
.table-styling.table-light thead {
  background-color: #dbdbdb;
  border: 3px solid #dbdbdb;
}
.table-styling .table-light th,
.table-styling .table-light td,
.table-styling.table-light th,
.table-styling.table-light td {
  background-color: transparent;
}

.table-styling .table-dark,
.table-styling.table-dark {
  background-color: #3f475a;
  color: #fff;
  border: 3px solid #3f475a;
}
.table-styling .table-dark thead,
.table-styling.table-dark thead {
  background-color: #2a2f3c;
  border: 3px solid #2a2f3c;
}
.table-styling .table-dark th,
.table-styling .table-dark td,
.table-styling.table-dark th,
.table-styling.table-dark td {
  background-color: transparent;
}

.table-styling .table-warning,
.table-styling.table-warning {
  background-color: #ffb829;
  color: #fff;
  border: 3px solid #ffb829;
}
.table-styling .table-warning thead,
.table-styling.table-warning thead {
  background-color: #f5a400;
  border: 3px solid #f5a400;
}
.table-styling .table-warning th,
.table-styling .table-warning td,
.table-styling.table-warning th,
.table-styling.table-warning td {
  background-color: transparent;
}

/*======= Table styling css ends  ======= */
/*======= Svg stroke css start  ======= */
.stroke-primary {
  stroke: #7366FF !important;
}

.stroke-secondary {
  stroke: #838383 !important;
}

.stroke-success {
  stroke: #65c15c !important;
}

.stroke-danger {
  stroke: #fc564a !important;
}

.stroke-info {
  stroke: #40b8f5 !important;
}

.stroke-light {
  stroke: #f4f4f4 !important;
}

.stroke-dark {
  stroke: #3f475a !important;
}

.stroke-warning {
  stroke: #ffb829 !important;
}

/*======= Svg stroke css end  ======= */
/*======= Checkbox color css start  ======= */
.checkbox-primary.form-check-input:checked {
  background-color: #7366FF;
  border-color: #7366FF;
}

.checkbox-secondary.form-check-input:checked {
  background-color: #838383;
  border-color: #838383;
}

.checkbox-success.form-check-input:checked {
  background-color: #65c15c;
  border-color: #65c15c;
}

.checkbox-danger.form-check-input:checked {
  background-color: #fc564a;
  border-color: #fc564a;
}

.checkbox-info.form-check-input:checked {
  background-color: #40b8f5;
  border-color: #40b8f5;
}

.checkbox-light.form-check-input:checked {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}

.checkbox-dark.form-check-input:checked {
  background-color: #3f475a;
  border-color: #3f475a;
}

.checkbox-warning.form-check-input:checked {
  background-color: #ffb829;
  border-color: #ffb829;
}

/*======= Checkbox color css end  ======= */
/*======= All-Borders-color css starts  ======= */
.b-primary {
  border: 1px solid #7366FF !important;
}

.b-t-primary {
  border-top: 1px solid #7366FF !important;
}

.border-t-primary {
  border-top: 1px solid #7366FF !important;
}

.b-b-primary {
  border-bottom: 1px solid #7366FF !important;
}

.border-b-primary {
  border-bottom: 1px solid #7366FF !important;
}

.b-l-primary {
  border-left: 1px solid #7366FF !important;
}

.border-l-primary {
  border-left: 1px solid #7366FF !important;
}

.b-r-primary {
  border-right: 1px solid #7366FF !important;
}

.border-r-primary {
  border-right: 1px solid #7366FF !important;
}

.b-secondary {
  border: 1px solid #838383 !important;
}

.b-t-secondary {
  border-top: 1px solid #838383 !important;
}

.border-t-secondary {
  border-top: 1px solid #838383 !important;
}

.b-b-secondary {
  border-bottom: 1px solid #838383 !important;
}

.border-b-secondary {
  border-bottom: 1px solid #838383 !important;
}

.b-l-secondary {
  border-left: 1px solid #838383 !important;
}

.border-l-secondary {
  border-left: 1px solid #838383 !important;
}

.b-r-secondary {
  border-right: 1px solid #838383 !important;
}

.border-r-secondary {
  border-right: 1px solid #838383 !important;
}

.b-success {
  border: 1px solid #65c15c !important;
}

.b-t-success {
  border-top: 1px solid #65c15c !important;
}

.border-t-success {
  border-top: 1px solid #65c15c !important;
}

.b-b-success {
  border-bottom: 1px solid #65c15c !important;
}

.border-b-success {
  border-bottom: 1px solid #65c15c !important;
}

.b-l-success {
  border-left: 1px solid #65c15c !important;
}

.border-l-success {
  border-left: 1px solid #65c15c !important;
}

.b-r-success {
  border-right: 1px solid #65c15c !important;
}

.border-r-success {
  border-right: 1px solid #65c15c !important;
}

.b-danger {
  border: 1px solid #fc564a !important;
}

.b-t-danger {
  border-top: 1px solid #fc564a !important;
}

.border-t-danger {
  border-top: 1px solid #fc564a !important;
}

.b-b-danger {
  border-bottom: 1px solid #fc564a !important;
}

.border-b-danger {
  border-bottom: 1px solid #fc564a !important;
}

.b-l-danger {
  border-left: 1px solid #fc564a !important;
}

.border-l-danger {
  border-left: 1px solid #fc564a !important;
}

.b-r-danger {
  border-right: 1px solid #fc564a !important;
}

.border-r-danger {
  border-right: 1px solid #fc564a !important;
}

.b-info {
  border: 1px solid #40b8f5 !important;
}

.b-t-info {
  border-top: 1px solid #40b8f5 !important;
}

.border-t-info {
  border-top: 1px solid #40b8f5 !important;
}

.b-b-info {
  border-bottom: 1px solid #40b8f5 !important;
}

.border-b-info {
  border-bottom: 1px solid #40b8f5 !important;
}

.b-l-info {
  border-left: 1px solid #40b8f5 !important;
}

.border-l-info {
  border-left: 1px solid #40b8f5 !important;
}

.b-r-info {
  border-right: 1px solid #40b8f5 !important;
}

.border-r-info {
  border-right: 1px solid #40b8f5 !important;
}

.b-light {
  border: 1px solid #f4f4f4 !important;
}

.b-t-light {
  border-top: 1px solid #f4f4f4 !important;
}

.border-t-light {
  border-top: 1px solid #f4f4f4 !important;
}

.b-b-light {
  border-bottom: 1px solid #f4f4f4 !important;
}

.border-b-light {
  border-bottom: 1px solid #f4f4f4 !important;
}

.b-l-light {
  border-left: 1px solid #f4f4f4 !important;
}

.border-l-light {
  border-left: 1px solid #f4f4f4 !important;
}

.b-r-light {
  border-right: 1px solid #f4f4f4 !important;
}

.border-r-light {
  border-right: 1px solid #f4f4f4 !important;
}

.b-dark {
  border: 1px solid #3f475a !important;
}

.b-t-dark {
  border-top: 1px solid #3f475a !important;
}

.border-t-dark {
  border-top: 1px solid #3f475a !important;
}

.b-b-dark {
  border-bottom: 1px solid #3f475a !important;
}

.border-b-dark {
  border-bottom: 1px solid #3f475a !important;
}

.b-l-dark {
  border-left: 1px solid #3f475a !important;
}

.border-l-dark {
  border-left: 1px solid #3f475a !important;
}

.b-r-dark {
  border-right: 1px solid #3f475a !important;
}

.border-r-dark {
  border-right: 1px solid #3f475a !important;
}

.b-warning {
  border: 1px solid #ffb829 !important;
}

.b-t-warning {
  border-top: 1px solid #ffb829 !important;
}

.border-t-warning {
  border-top: 1px solid #ffb829 !important;
}

.b-b-warning {
  border-bottom: 1px solid #ffb829 !important;
}

.border-b-warning {
  border-bottom: 1px solid #ffb829 !important;
}

.b-l-warning {
  border-left: 1px solid #ffb829 !important;
}

.border-l-warning {
  border-left: 1px solid #ffb829 !important;
}

.b-r-warning {
  border-right: 1px solid #ffb829 !important;
}

.border-r-warning {
  border-right: 1px solid #ffb829 !important;
}

/*======= All-Borders-color css ends  ======= */
/*====== 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;
}

/*====== Border width css ends ======*/
/*====== Border dashed css starts ======*/
.b-width-1 {
  border-width: 1px !important;
}

.b-width-2 {
  border-width: 2px !important;
}

.b-width-3 {
  border-width: 3px !important;
}

.b-width-4 {
  border-width: 4px !important;
}

.b-width-5 {
  border-width: 5px !important;
}

.b-width-6 {
  border-width: 6px !important;
}

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

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

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

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

/*====== Border dashed css ends ======*/
.map-js-height {
  height: 500px;
}

/**====== custom scrollbar css start ======**/
.custom-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #e9edf1;
}
.custom-scrollbar::-webkit-scrollbar {
  width: 6px;
  height: 8px;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(68, 102, 242, 0.15);
}

.customer-table::-webkit-scrollbar-track,
.recent-order-scroll::-webkit-scrollbar-track,
.recent-items::-webkit-scrollbar-track,
.recent-table::-webkit-scrollbar-track,
.lead-table::-webkit-scrollbar-track,
.deal-table::-webkit-scrollbar-track,
.referral-visit::-webkit-scrollbar-track,
.leave-request-table::-webkit-scrollbar-track,
.chats-user::-webkit-scrollbar-track,
.contact-wrapper::-webkit-scrollbar-track,
.fc-scroller-liquid-absolute::-webkit-scrollbar-track,
.fc-scroller-liquid::-webkit-scrollbar-track,
.tagify__dropdown__wrapper::-webkit-scrollbar-track,
.iti__country-list::-webkit-scrollbar-track,
.tt-dataset-countries::-webkit-scrollbar-track,
.dt-scroll-body::-webkit-scrollbar-track,
.jsgrid-grid-body::-webkit-scrollbar-track,
.select2-results__options::-webkit-scrollbar-track,
.ace_scrollbar::-webkit-scrollbar-track,
.anchor::-webkit-scrollbar-track,
.ql-editor .inner.show::-webkit-scrollbar-track,
.bootstrap-select .inner.show::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #e9edf1;
}
.customer-table::-webkit-scrollbar,
.recent-order-scroll::-webkit-scrollbar,
.recent-items::-webkit-scrollbar,
.recent-table::-webkit-scrollbar,
.lead-table::-webkit-scrollbar,
.deal-table::-webkit-scrollbar,
.referral-visit::-webkit-scrollbar,
.leave-request-table::-webkit-scrollbar,
.chats-user::-webkit-scrollbar,
.contact-wrapper::-webkit-scrollbar,
.fc-scroller-liquid-absolute::-webkit-scrollbar,
.fc-scroller-liquid::-webkit-scrollbar,
.tagify__dropdown__wrapper::-webkit-scrollbar,
.iti__country-list::-webkit-scrollbar,
.tt-dataset-countries::-webkit-scrollbar,
.dt-scroll-body::-webkit-scrollbar,
.jsgrid-grid-body::-webkit-scrollbar,
.select2-results__options::-webkit-scrollbar,
.ace_scrollbar::-webkit-scrollbar,
.anchor::-webkit-scrollbar,
.ql-editor .inner.show::-webkit-scrollbar,
.bootstrap-select .inner.show::-webkit-scrollbar {
  width: 6px;
  height: 5px;
}
.customer-table::-webkit-scrollbar-thumb,
.recent-order-scroll::-webkit-scrollbar-thumb,
.recent-items::-webkit-scrollbar-thumb,
.recent-table::-webkit-scrollbar-thumb,
.lead-table::-webkit-scrollbar-thumb,
.deal-table::-webkit-scrollbar-thumb,
.referral-visit::-webkit-scrollbar-thumb,
.leave-request-table::-webkit-scrollbar-thumb,
.chats-user::-webkit-scrollbar-thumb,
.contact-wrapper::-webkit-scrollbar-thumb,
.fc-scroller-liquid-absolute::-webkit-scrollbar-thumb,
.fc-scroller-liquid::-webkit-scrollbar-thumb,
.tagify__dropdown__wrapper::-webkit-scrollbar-thumb,
.iti__country-list::-webkit-scrollbar-thumb,
.tt-dataset-countries::-webkit-scrollbar-thumb,
.dt-scroll-body::-webkit-scrollbar-thumb,
.jsgrid-grid-body::-webkit-scrollbar-thumb,
.select2-results__options::-webkit-scrollbar-thumb,
.ace_scrollbar::-webkit-scrollbar-thumb,
.anchor::-webkit-scrollbar-thumb,
.ql-editor .inner.show::-webkit-scrollbar-thumb,
.bootstrap-select .inner.show::-webkit-scrollbar-thumb {
  background-color: rgba(68, 102, 242, 0.15);
}

/**====== Animation css Start ======**/
.line {
  color: #3f475a;
}
.line pre {
  font-size: 100%;
}

/**====== Animation css end ======**/
/**====== Modal style css Start ======**/
.theme-close {
  opacity: 1;
  position: absolute;
  z-index: 1;
  right: 0;
  background-color: #fff !important;
}

/**====== Modal style css end ======**/
/**====== Animation css start ======**/
.options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.options > div {
  color: #cccccc;
  padding: 2px 10px;
  border: 1px solid;
}
.options > div:hover {
  background-color: #7366FF;
  color: #fff;
  transition: background-color 0.3s ease;
}

/**====== Animation css Ends ======**/
.modal-footer {
  flex-wrap: wrap;
}

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

.dropzone .dz-preview .dz-error-message {
  background: #fff !important;
  color: #7366FF !important;
  border: 1px solid #7366FF;
}
.dropzone .dz-preview .dz-error-message:after {
  border-bottom: 6px solid #7366FF !important;
}

.typeahead .theme-form .form-group {
  margin-bottom: 0;
}

.primary .svg-fill {
  fill: var(--theme-default);
}
.primary .svg-fill:not(.half-circle) {
  stroke: var(--theme-default);
}
.primary .bg-gradient {
  background-image: linear-gradient(144.16deg, rgba(115, 102, 255, 0.1) 19.06%, rgba(115, 102, 255, 0) 79.03%) !important;
}

.secondary .svg-fill {
  fill: var(--theme-secondary);
}
.secondary .svg-fill:not(.half-circle) {
  stroke: var(--theme-secondary);
}
.secondary .bg-gradient {
  background-image: linear-gradient(144.16deg, rgba(131, 131, 131, 0.1) 19.06%, rgba(131, 131, 131, 0) 79.03%) !important;
}

.success .svg-fill {
  fill: #65c15c;
}
.success .bg-gradient {
  background-image: linear-gradient(144.16deg, rgba(101, 193, 92, 0.1) 19.06%, rgba(101, 193, 92, 0) 79.03%) !important;
}

.warning .svg-fill {
  fill: #ffb829;
}
.warning .bg-gradient {
  background-image: linear-gradient(144.16deg, rgba(255, 184, 41, 0.1) 19.06%, rgba(255, 184, 41, 0) 79.03%) !important;
}

.dotted {
  border-style: dotted;
}

.dashed {
  border-style: dashed;
}

.double {
  border-style: double;
}

.groove {
  border-style: groove;
}

.ridge {
  border-style: ridge;
}

.inset {
  border-style: inset;
}

.outset {
  border-style: outset;
}

@keyframes fadeIncustom {
  0% {
    opacity: 0;
    top: 50px;
  }
  75% {
    opacity: 0.6;
    top: 0;
  }
  100% {
    opacity: 1;
  }
}
.code-box-copy {
  width: 100%;
  overflow: auto;
}
.code-box-copy pre[class*=language-] {
  height: 300px;
}

@media (max-width: 1660px) and (min-width: 1400px) {
  .custom-rs-4 {
    width: 33.33333333%;
  }
  .custom-rs-12 {
    width: 100%;
  }
}
.apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-marker {
  width: 10px;
  height: 10px;
}
.apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-goals-group,
.apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-z-group {
  display: none;
}

.bg-gray {
  background-color: var(--chart-text-color);
}

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

.common-space {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.common-f-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* Override the default tooltip arrow color */
.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  border-top-color: #e8e5ff;
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  border-right-color: #e8e5ff;
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  border-bottom-color: #e8e5ff;
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  border-left-color: #e8e5ff;
}

.common-title {
  background-color: var(--white);
  padding: 18px;
  border-radius: 10px;
}

.kunj {
  background-color: red;
  color: green;
}

/**=====================
    1.1 Reset CSS Ends
==========================**/
/**=====================
    1.2 Typography CSS start
==========================**/
body {
  font-size: 14px;
  overflow-x: hidden;
  font-family: Rubik, sans-serif;
  color: #404040;
}

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

h1 {
  font-size: 26px;
  line-height: 1.2;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

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

ul,
ol,
dl,
p {
  color: #404040;
}
ul li,
ul dt,
ul dd,
ol li,
ol dt,
ol dd,
dl li,
dl dt,
dl dd,
p li,
p dt,
p dd {
  color: #404040;
}

* a {
  color: var(--theme-default);
  text-decoration: none;
  letter-spacing: 1px;
}

.d-flex {
  align-items: flex-start;
}
.d-flex .flex-grow-1 {
  flex: 1;
}

.f-m-light {
  margin: 0;
  color: var(--f-lighter);
}

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

.btn {
  font-size: 14px;
}

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

button:focus {
  outline: none !important;
}

p {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.7px;
}

code {
  color: var(--theme-default) !important;
  border-radius: 2px;
}

span {
  display: inline-block;
}

.d-flex {
  display: flex;
  align-items: flex-start;
}
.d-flex .flex-grow-1 {
  flex: 1;
}

blockquote {
  border-left: 4px solid #7366FF;
  padding: 18px;
}

.figure.text-center blockquote {
  border: none !important;
}
.figure.text-end blockquote {
  border-left: none !important;
  border-right: 4px solid #7366FF;
}

.row > div {
  position: relative;
}

:focus {
  outline-color: var(--theme-default);
}

.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

svg {
  vertical-align: baseline;
}

input:focus {
  outline-color: transparent;
}

label {
  margin-bottom: 0.5rem;
}

.media-widgets .flex-grow-1 {
  margin-bottom: 30px;
}

.typography h1,
.typography .h1,
.typography h2,
.typography .h2,
.typography h3,
.typography .h3,
.typography h4,
.typography .h4,
.typography h5,
.typography .h5,
.typography h6,
.typography .h6 {
  margin: 18px 0;
  margin-top: 0;
}
.typography h1:last-child,
.typography .h1:last-child,
.typography h2:last-child,
.typography .h2:last-child,
.typography h3:last-child,
.typography .h3:last-child,
.typography h4:last-child,
.typography .h4:last-child,
.typography h5:last-child,
.typography .h5:last-child,
.typography h6:last-child,
.typography .h6:last-child {
  margin-bottom: 0;
}
.typography small {
  padding-left: 10px;
  color: #3f475a;
}

pre {
  background-color: rgba(115, 102, 255, 0.03);
  padding: 20px 0;
}

.typography-list ul li ul {
  padding-left: 32px;
  list-style-type: circle;
}

.owl-theme .owl-dots .owl-dot span {
  background: #d0ccff;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--theme-default);
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-bottom: -10px;
  margin-top: 25px;
}

.click2edit ~ .note-editor.note-frame {
  margin-bottom: 30px;
}

.note-editor.note-frame {
  border-color: #f4f4f4;
}
.note-editor.fullscreen .note-toolbar-wrapper {
  height: 0 !important;
}

.note-editor.note-frame {
  border-color: #f4f4f4;
}

.alert-theme.notify-alert button {
  top: 45px !important;
  right: 20px !important;
  color: var(--theme-default);
}
@media (max-width: 420px) {
  .alert-theme.notify-alert button {
    top: 40px !important;
    font-size: 20px;
  }
}
[dir=rtl] .alert-theme.notify-alert button {
  right: unset !important;
  left: 20px !important;
}
.alert-theme.notify-alert span + span + span {
  background-color: #fff;
  color: var(--theme-default);
  border-radius: 4px;
  box-shadow: 0 2px 14px -3px rgba(0, 0, 0, 0.2);
}
.alert-theme.notify-alert .close {
  color: var(--theme-default);
}
.alert-theme.notify-alert i {
  padding: 20px;
  padding-right: 0 !important;
  margin-right: 20px !important;
}
.alert-theme.notify-alert .progress {
  margin-top: -2px !important;
  height: 2px;
  width: 100%;
}
.alert-theme.notify-alert .progress .progress-bar {
  background-color: var(--theme-default);
}

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

.editor-toolbar {
  width: 100% !important;
}
.editor-toolbar.fullscreen {
  z-index: 100;
}

.CodeMirror {
  top: 0 !important;
}

.CodeMirror-fullscreen {
  top: 50px !important;
}

table tbody tr {
  vertical-align: middle;
}

.common-flex {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.common-align {
  display: flex;
  justify-content: center;
  align-items: center;
}

.typography-table thead tr th {
  font-size: 16px;
}
.typography-table tbody tr td:last-child {
  min-width: 280px;
}
.typography-table tbody tr td:first-child {
  min-width: 100px;
}

/**=====================
    1.2 Typography CSS Ends
==========================**/
/**=====================
    2.1 According CSS start
==========================**/
.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: #404040;
  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.75rem 1.25rem;
  border: 1px solid #e9edf1;
}
.default-according .card .card-header i {
  position: absolute;
  left: 18px;
  font-size: 20px;
  top: 20px;
}
.default-according .card .card-header h5 {
  margin-top: 2px;
}
.default-according .card .card-body {
  border: 1px solid #e9edf1;
  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: 20px;
  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 {
  content: "\eb73";
  font-family: IcoFont;
}
.default-according.style-1 button[aria-expanded=false]:before {
  content: "\eb7a";
  font-family: IcoFont;
}

.accordion-button .svg-color {
  position: absolute;
  right: 20px;
}
[dir=rtl] .accordion-button .svg-color {
  left: 20px;
  right: unset;
}
.accordion-button .svg-color::after {
  content: "";
  background-image: unset;
}
.accordion-button svg {
  transition: transform 0.2s ease-in-out;
}
.accordion-button:not(.collapsed) {
  background-color: unset;
  box-shadow: none;
}
.accordion-button:not(.collapsed) svg {
  transform: rotate(-180deg);
}
.accordion-button:not(.collapsed)::after {
  background-image: unset;
}
.accordion-button::after {
  background-image: unset;
}
.accordion-button:focus {
  box-shadow: none;
}

.accordion-button.accordion-light-primary:not(.collapsed) {
  background-color: #e8e5ff;
}
.accordion-button.accordion-light-primary:active, .accordion-button.accordion-light-primary.active {
  background-color: #e8e5ff;
  color: #000;
}

.multi-collapse.show .collapse-wrapper.accordion-light-primary {
  background-color: #e8e5ff !important;
}

.accordion-button.accordion-light-secondary:not(.collapsed) {
  background-color: #f2f2f2;
}
.accordion-button.accordion-light-secondary:active, .accordion-button.accordion-light-secondary.active {
  background-color: #f2f2f2;
  color: #000;
}

.multi-collapse.show .collapse-wrapper.accordion-light-secondary {
  background-color: #f2f2f2 !important;
}

.accordion-button.accordion-light-success:not(.collapsed) {
  background-color: #dcf1da;
}
.accordion-button.accordion-light-success:active, .accordion-button.accordion-light-success.active {
  background-color: #dcf1da;
  color: #000;
}

.multi-collapse.show .collapse-wrapper.accordion-light-success {
  background-color: #dcf1da !important;
}

.accordion-button.accordion-light-warning:not(.collapsed) {
  background-color: #fff7e5;
}
.accordion-button.accordion-light-warning:active, .accordion-button.accordion-light-warning.active {
  background-color: #fff7e5;
  color: #000;
}

.multi-collapse.show .collapse-wrapper.accordion-light-warning {
  background-color: #fff7e5 !important;
}

.accordion-button.accordion-light-info:not(.collapsed) {
  background-color: #D5F5FE;
}
.accordion-button.accordion-light-info:active, .accordion-button.accordion-light-info.active {
  background-color: #D5F5FE;
  color: #000;
}

.multi-collapse.show .collapse-wrapper.accordion-light-info {
  background-color: #D5F5FE !important;
}

.accordion-button.accordion-light-light:not(.collapsed) {
  background-color: #F9F9FB;
}
.accordion-button.accordion-light-light:active, .accordion-button.accordion-light-light.active {
  background-color: #F9F9FB;
  color: #000;
}

.multi-collapse.show .collapse-wrapper.accordion-light-light {
  background-color: #F9F9FB !important;
}

.accordion-button.accordion-light-danger:not(.collapsed) {
  background-color: #ffe8e6;
}
.accordion-button.accordion-light-danger:active, .accordion-button.accordion-light-danger.active {
  background-color: #ffe8e6;
  color: #000;
}

.multi-collapse.show .collapse-wrapper.accordion-light-danger {
  background-color: #ffe8e6 !important;
}

.accordion-button.accordion-light-dark:not(.collapsed) {
  background-color: #EAEBF2;
}
.accordion-button.accordion-light-dark:active, .accordion-button.accordion-light-dark.active {
  background-color: #EAEBF2;
  color: #000;
}

.multi-collapse.show .collapse-wrapper.accordion-light-dark {
  background-color: #EAEBF2 !important;
}

.accordion-item .accordion-button .svg-wrapper {
  width: 18px;
  height: 18px;
}

.accordion-wrapper.accordion-item {
  background-color: transparent !important;
}
.accordion-wrapper.accordion-item .accordion-button {
  background-color: transparent !important;
  border-bottom: 1px solid var(--recent-border);
}
.accordion-wrapper.accordion-item .accordion-button.collapsed {
  border-bottom: none;
}
.accordion-wrapper:active {
  border: 1px solid #7366FF;
  border-top: 1px solid #7366FF !important;
}

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

.icons-accordion .accordion-item:last-child .accordion-body {
  padding-bottom: 0 !important;
}

.accordions-content li {
  color: #3f475a;
}

.collapse-accordion .btn-dark.collapse {
  border-radius: 15px;
  color: #fff;
}

.main-accordion .accordion:not(.accordion-flush) .accordion-item {
  border-color: var(--view-border-marker) !important;
}
.main-accordion .accordion.accordion-flush .accordion-item {
  border-color: var(--recent-dashed-border);
}

/**=====================
    2.1 According CSS Ends
==========================**/
/**=====================
     2.2 Alert CSS start
==========================**/
.notify-alert .close {
  color: #fff;
  background: unset;
  border: none;
  font-size: 25px;
}
[dir=rtl] .notify-alert .close {
  right: unset !important;
  left: 10px !important;
}
.notify-alert.alert-light .close {
  color: #404040;
}

.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%;
}
.alert i {
  margin-right: 5px;
  font-size: 16px;
}
.alert p {
  margin-bottom: 0;
}
.alert .close {
  opacity: 1;
}
.alert .close span {
  font-size: 24px;
  font-weight: 400;
  display: inline-block;
  border-radius: 3px;
  text-shadow: none;
  padding: 0 5px;
  padding-right: 0;
}

.alert-dismissible {
  padding-right: 2.5rem;
}
[dir=rtl] .alert-dismissible {
  padding-right: 15px;
  padding-left: 2.5rem;
}
.alert-dismissible .btn-close {
  box-shadow: none;
}
@media (max-width: 767px) {
  .alert-dismissible .btn-close {
    font-size: 10px;
  }
}
.alert-dismissible .close {
  padding: 10px 1.25rem;
  top: 4px;
  padding-right: 13px;
  opacity: 0.5;
  transition: all 0.3s ease;
}
.alert-dismissible .close:hover {
  transition: all 0.3s ease;
  opacity: 1;
  color: inherit;
}

.card-body button:focus {
  outline: none;
}
.card-body .alert:last-child {
  margin-bottom: 0;
}
.card-body .alert svg {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  position: absolute;
  top: 18px;
}
.card-body .alert svg ~ p {
  padding-left: 20px;
}

strong {
  display: inline-block;
}
strong ~ p {
  display: inline-block;
}

.alert-primary {
  background-color: rgba(115, 102, 255, 0.8);
  border-color: rgba(115, 102, 255, 0.9);
  color: #fff;
}
.alert-primary .progress {
  height: 5px;
  background-color: #6e61ff;
  border-radius: 0;
}
.alert-primary .progress-bar {
  background-color: white;
}
.alert-primary .btn-close {
  filter: brightness(1) invert(1);
}
.alert-primary .alert-link {
  color: #7366FF;
}
.alert-primary hr {
  border-top-color: #7366FF;
}

.border-primary {
  border-color: #7366FF !important;
}

.income-wrapper ul li .income-dot.dot-primary {
  background-color: #7366FF;
}

.touchspin-wrapper .btn-touchspin.touchspin-primary {
  background-color: #7366FF;
  border: 1px solid #7366FF;
  color: #fff;
}
.touchspin-wrapper .btn-touchspin.spin-border-primary {
  background-color: unset;
  border: 1px solid #7366FF;
  color: #7366FF;
}
.touchspin-wrapper input[type=number].spin-outline-primary {
  outline: 1px solid #7366FF;
  border: none;
  border-radius: 3px;
}

.pre-post-touchspin .btn-touchspin.touchspin-primary {
  background-color: #7366FF;
  border: 1px solid #7366FF;
  color: #fff;
}

.form-switch .form-check-input.switch-primary:checked {
  background-color: #7366FF;
  border-color: #7366FF;
}

.payment-second .mega-icons.stroke-primary {
  stroke: #7366FF;
}

.toast-primary {
  color: #7366FF !important;
}

.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 #7366FF;
}
[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 #7366FF;
  border-left: unset;
}

.main-radio-toggle .btn-check.radio-light-primary:focus + .btn {
  box-shadow: 0 0 0 4px rgba(115, 102, 255, 0.55);
}

.fill-radios .radio.radio-primary input[type=radio]:checked + label::before {
  border: 10px solid #7366FF;
}
.fill-radios .radio.radio-primary input[type=radio]:checked + label::after {
  background-color: #7366FF;
}

.list-group .form-check-input[type=checkbox].checkbox-primary,
.list-group [type=radio].checkbox-primary {
  background-color: unset;
  border-color: #7366FF;
  outline: 0;
}
.list-group .form-check-input[type=checkbox].checkbox-primary:focus, .list-group .form-check-input[type=checkbox].checkbox-primary:active, .list-group .form-check-input[type=checkbox].checkbox-primary.active, .list-group .form-check-input[type=checkbox].checkbox-primary:checked,
.list-group [type=radio].checkbox-primary:focus,
.list-group [type=radio].checkbox-primary:active,
.list-group [type=radio].checkbox-primary.active,
.list-group [type=radio].checkbox-primary:checked {
  border-color: #7366FF;
  outline: 0;
  background-color: #7366FF;
}
.list-group .alert-primary.light {
  background-color: rgba(115, 102, 255, 0.4);
  border-color: rgba(115, 102, 255, 0.7);
}
.list-group .alert-primary.dark {
  background-color: #7366FF;
  border-color: #7366FF;
  color: #fafafa;
}
.list-group .alert-primary.dark .alert-link {
  color: #fff;
}
.list-group .alert-primary.outline,
.list-group .alert-primary.outline-2x {
  background-color: transparent;
  border-color: #7366FF;
  color: #7366FF;
}
.list-group .alert-primary.outline .btn-close,
.list-group .alert-primary.outline-2x .btn-close {
  filter: unset;
}
.list-group .alert-primary.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #7366FF;
  color: #404040;
}
.list-group .alert-primary.inverse:before {
  top: 16px;
  content: "";
  position: absolute;
  left: 54px;
  width: 0;
  height: 0;
  border-left: 7px solid #7366FF;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
@media (max-width: 576px) {
  .list-group .alert-primary.inverse:before {
    left: 45px;
  }
}
.list-group .alert-primary.inverse i {
  padding: 17px 20px;
  display: inline-block;
  background-color: #7366FF;
  color: #fff;
  border-radius: 3px 0 0 3px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
@media (max-width: 576px) {
  .list-group .alert-primary.inverse i {
    padding: 17px 14px;
  }
}
.list-group .btn-close {
  filter: unset;
  top: -3px;
}

.alert-secondary {
  background-color: rgba(131, 131, 131, 0.8);
  border-color: rgba(131, 131, 131, 0.9);
  color: #fff;
}
.alert-secondary .progress {
  height: 5px;
  background-color: gray;
  border-radius: 0;
}
.alert-secondary .progress-bar {
  background-color: white;
}
.alert-secondary .btn-close {
  filter: brightness(1) invert(1);
}
.alert-secondary .alert-link {
  color: #838383;
}
.alert-secondary hr {
  border-top-color: #838383;
}

.border-secondary {
  border-color: #838383 !important;
}

.income-wrapper ul li .income-dot.dot-secondary {
  background-color: #838383;
}

.touchspin-wrapper .btn-touchspin.touchspin-secondary {
  background-color: #838383;
  border: 1px solid #838383;
  color: #fff;
}
.touchspin-wrapper .btn-touchspin.spin-border-secondary {
  background-color: unset;
  border: 1px solid #838383;
  color: #838383;
}
.touchspin-wrapper input[type=number].spin-outline-secondary {
  outline: 1px solid #838383;
  border: none;
  border-radius: 3px;
}

.pre-post-touchspin .btn-touchspin.touchspin-secondary {
  background-color: #838383;
  border: 1px solid #838383;
  color: #fff;
}

.form-switch .form-check-input.switch-secondary:checked {
  background-color: #838383;
  border-color: #838383;
}

.payment-second .mega-icons.stroke-secondary {
  stroke: #838383;
}

.toast-secondary {
  color: #838383 !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 #838383;
}
[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 #838383;
  border-left: unset;
}

.main-radio-toggle .btn-check.radio-light-secondary:focus + .btn {
  box-shadow: 0 0 0 4px rgba(131, 131, 131, 0.55);
}

.fill-radios .radio.radio-secondary input[type=radio]:checked + label::before {
  border: 10px solid #838383;
}
.fill-radios .radio.radio-secondary input[type=radio]:checked + label::after {
  background-color: #838383;
}

.list-group .form-check-input[type=checkbox].checkbox-secondary,
.list-group [type=radio].checkbox-secondary {
  background-color: unset;
  border-color: #838383;
  outline: 0;
}
.list-group .form-check-input[type=checkbox].checkbox-secondary:focus, .list-group .form-check-input[type=checkbox].checkbox-secondary:active, .list-group .form-check-input[type=checkbox].checkbox-secondary.active, .list-group .form-check-input[type=checkbox].checkbox-secondary:checked,
.list-group [type=radio].checkbox-secondary:focus,
.list-group [type=radio].checkbox-secondary:active,
.list-group [type=radio].checkbox-secondary.active,
.list-group [type=radio].checkbox-secondary:checked {
  border-color: #838383;
  outline: 0;
  background-color: #838383;
}
.list-group .alert-secondary.light {
  background-color: rgba(131, 131, 131, 0.4);
  border-color: rgba(131, 131, 131, 0.7);
}
.list-group .alert-secondary.dark {
  background-color: #838383;
  border-color: #838383;
  color: #fafafa;
}
.list-group .alert-secondary.dark .alert-link {
  color: #fff;
}
.list-group .alert-secondary.outline,
.list-group .alert-secondary.outline-2x {
  background-color: transparent;
  border-color: #838383;
  color: #838383;
}
.list-group .alert-secondary.outline .btn-close,
.list-group .alert-secondary.outline-2x .btn-close {
  filter: unset;
}
.list-group .alert-secondary.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #838383;
  color: #404040;
}
.list-group .alert-secondary.inverse:before {
  top: 16px;
  content: "";
  position: absolute;
  left: 54px;
  width: 0;
  height: 0;
  border-left: 7px solid #838383;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
@media (max-width: 576px) {
  .list-group .alert-secondary.inverse:before {
    left: 45px;
  }
}
.list-group .alert-secondary.inverse i {
  padding: 17px 20px;
  display: inline-block;
  background-color: #838383;
  color: #fff;
  border-radius: 3px 0 0 3px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
@media (max-width: 576px) {
  .list-group .alert-secondary.inverse i {
    padding: 17px 14px;
  }
}
.list-group .btn-close {
  filter: unset;
  top: -3px;
}

.alert-success {
  background-color: rgba(101, 193, 92, 0.8);
  border-color: rgba(101, 193, 92, 0.9);
  color: #fff;
}
.alert-success .progress {
  height: 5px;
  background-color: #62c058;
  border-radius: 0;
}
.alert-success .progress-bar {
  background-color: white;
}
.alert-success .btn-close {
  filter: brightness(1) invert(1);
}
.alert-success .alert-link {
  color: #65c15c;
}
.alert-success hr {
  border-top-color: #65c15c;
}

.border-success {
  border-color: #65c15c !important;
}

.income-wrapper ul li .income-dot.dot-success {
  background-color: #65c15c;
}

.touchspin-wrapper .btn-touchspin.touchspin-success {
  background-color: #65c15c;
  border: 1px solid #65c15c;
  color: #fff;
}
.touchspin-wrapper .btn-touchspin.spin-border-success {
  background-color: unset;
  border: 1px solid #65c15c;
  color: #65c15c;
}
.touchspin-wrapper input[type=number].spin-outline-success {
  outline: 1px solid #65c15c;
  border: none;
  border-radius: 3px;
}

.pre-post-touchspin .btn-touchspin.touchspin-success {
  background-color: #65c15c;
  border: 1px solid #65c15c;
  color: #fff;
}

.form-switch .form-check-input.switch-success:checked {
  background-color: #65c15c;
  border-color: #65c15c;
}

.payment-second .mega-icons.stroke-success {
  stroke: #65c15c;
}

.toast-success {
  color: #65c15c !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 #65c15c;
}
[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 #65c15c;
  border-left: unset;
}

.main-radio-toggle .btn-check.radio-light-success:focus + .btn {
  box-shadow: 0 0 0 4px rgba(101, 193, 92, 0.55);
}

.fill-radios .radio.radio-success input[type=radio]:checked + label::before {
  border: 10px solid #65c15c;
}
.fill-radios .radio.radio-success input[type=radio]:checked + label::after {
  background-color: #65c15c;
}

.list-group .form-check-input[type=checkbox].checkbox-success,
.list-group [type=radio].checkbox-success {
  background-color: unset;
  border-color: #65c15c;
  outline: 0;
}
.list-group .form-check-input[type=checkbox].checkbox-success:focus, .list-group .form-check-input[type=checkbox].checkbox-success:active, .list-group .form-check-input[type=checkbox].checkbox-success.active, .list-group .form-check-input[type=checkbox].checkbox-success:checked,
.list-group [type=radio].checkbox-success:focus,
.list-group [type=radio].checkbox-success:active,
.list-group [type=radio].checkbox-success.active,
.list-group [type=radio].checkbox-success:checked {
  border-color: #65c15c;
  outline: 0;
  background-color: #65c15c;
}
.list-group .alert-success.light {
  background-color: rgba(101, 193, 92, 0.4);
  border-color: rgba(101, 193, 92, 0.7);
}
.list-group .alert-success.dark {
  background-color: #65c15c;
  border-color: #65c15c;
  color: #fafafa;
}
.list-group .alert-success.dark .alert-link {
  color: #fff;
}
.list-group .alert-success.outline,
.list-group .alert-success.outline-2x {
  background-color: transparent;
  border-color: #65c15c;
  color: #65c15c;
}
.list-group .alert-success.outline .btn-close,
.list-group .alert-success.outline-2x .btn-close {
  filter: unset;
}
.list-group .alert-success.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #65c15c;
  color: #404040;
}
.list-group .alert-success.inverse:before {
  top: 16px;
  content: "";
  position: absolute;
  left: 54px;
  width: 0;
  height: 0;
  border-left: 7px solid #65c15c;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
@media (max-width: 576px) {
  .list-group .alert-success.inverse:before {
    left: 45px;
  }
}
.list-group .alert-success.inverse i {
  padding: 17px 20px;
  display: inline-block;
  background-color: #65c15c;
  color: #fff;
  border-radius: 3px 0 0 3px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
@media (max-width: 576px) {
  .list-group .alert-success.inverse i {
    padding: 17px 14px;
  }
}
.list-group .btn-close {
  filter: unset;
  top: -3px;
}

.alert-danger {
  background-color: rgba(252, 86, 74, 0.8);
  border-color: rgba(252, 86, 74, 0.9);
  color: #fff;
}
.alert-danger .progress {
  height: 5px;
  background-color: #fc5145;
  border-radius: 0;
}
.alert-danger .progress-bar {
  background-color: white;
}
.alert-danger .btn-close {
  filter: brightness(1) invert(1);
}
.alert-danger .alert-link {
  color: #fc564a;
}
.alert-danger hr {
  border-top-color: #fc564a;
}

.border-danger {
  border-color: #fc564a !important;
}

.income-wrapper ul li .income-dot.dot-danger {
  background-color: #fc564a;
}

.touchspin-wrapper .btn-touchspin.touchspin-danger {
  background-color: #fc564a;
  border: 1px solid #fc564a;
  color: #fff;
}
.touchspin-wrapper .btn-touchspin.spin-border-danger {
  background-color: unset;
  border: 1px solid #fc564a;
  color: #fc564a;
}
.touchspin-wrapper input[type=number].spin-outline-danger {
  outline: 1px solid #fc564a;
  border: none;
  border-radius: 3px;
}

.pre-post-touchspin .btn-touchspin.touchspin-danger {
  background-color: #fc564a;
  border: 1px solid #fc564a;
  color: #fff;
}

.form-switch .form-check-input.switch-danger:checked {
  background-color: #fc564a;
  border-color: #fc564a;
}

.payment-second .mega-icons.stroke-danger {
  stroke: #fc564a;
}

.toast-danger {
  color: #fc564a !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 #fc564a;
}
[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 #fc564a;
  border-left: unset;
}

.main-radio-toggle .btn-check.radio-light-danger:focus + .btn {
  box-shadow: 0 0 0 4px rgba(252, 86, 74, 0.55);
}

.fill-radios .radio.radio-danger input[type=radio]:checked + label::before {
  border: 10px solid #fc564a;
}
.fill-radios .radio.radio-danger input[type=radio]:checked + label::after {
  background-color: #fc564a;
}

.list-group .form-check-input[type=checkbox].checkbox-danger,
.list-group [type=radio].checkbox-danger {
  background-color: unset;
  border-color: #fc564a;
  outline: 0;
}
.list-group .form-check-input[type=checkbox].checkbox-danger:focus, .list-group .form-check-input[type=checkbox].checkbox-danger:active, .list-group .form-check-input[type=checkbox].checkbox-danger.active, .list-group .form-check-input[type=checkbox].checkbox-danger:checked,
.list-group [type=radio].checkbox-danger:focus,
.list-group [type=radio].checkbox-danger:active,
.list-group [type=radio].checkbox-danger.active,
.list-group [type=radio].checkbox-danger:checked {
  border-color: #fc564a;
  outline: 0;
  background-color: #fc564a;
}
.list-group .alert-danger.light {
  background-color: rgba(252, 86, 74, 0.4);
  border-color: rgba(252, 86, 74, 0.7);
}
.list-group .alert-danger.dark {
  background-color: #fc564a;
  border-color: #fc564a;
  color: #fafafa;
}
.list-group .alert-danger.dark .alert-link {
  color: #fff;
}
.list-group .alert-danger.outline,
.list-group .alert-danger.outline-2x {
  background-color: transparent;
  border-color: #fc564a;
  color: #fc564a;
}
.list-group .alert-danger.outline .btn-close,
.list-group .alert-danger.outline-2x .btn-close {
  filter: unset;
}
.list-group .alert-danger.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #fc564a;
  color: #404040;
}
.list-group .alert-danger.inverse:before {
  top: 16px;
  content: "";
  position: absolute;
  left: 54px;
  width: 0;
  height: 0;
  border-left: 7px solid #fc564a;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
@media (max-width: 576px) {
  .list-group .alert-danger.inverse:before {
    left: 45px;
  }
}
.list-group .alert-danger.inverse i {
  padding: 17px 20px;
  display: inline-block;
  background-color: #fc564a;
  color: #fff;
  border-radius: 3px 0 0 3px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
@media (max-width: 576px) {
  .list-group .alert-danger.inverse i {
    padding: 17px 14px;
  }
}
.list-group .btn-close {
  filter: unset;
  top: -3px;
}

.alert-warning {
  background-color: rgba(255, 184, 41, 0.8);
  border-color: rgba(255, 184, 41, 0.9);
  color: #fff;
}
.alert-warning .progress {
  height: 5px;
  background-color: #ffb624;
  border-radius: 0;
}
.alert-warning .progress-bar {
  background-color: white;
}
.alert-warning .btn-close {
  filter: brightness(1) invert(1);
}
.alert-warning .alert-link {
  color: #ffb829;
}
.alert-warning hr {
  border-top-color: #ffb829;
}

.border-warning {
  border-color: #ffb829 !important;
}

.income-wrapper ul li .income-dot.dot-warning {
  background-color: #ffb829;
}

.touchspin-wrapper .btn-touchspin.touchspin-warning {
  background-color: #ffb829;
  border: 1px solid #ffb829;
  color: #fff;
}
.touchspin-wrapper .btn-touchspin.spin-border-warning {
  background-color: unset;
  border: 1px solid #ffb829;
  color: #ffb829;
}
.touchspin-wrapper input[type=number].spin-outline-warning {
  outline: 1px solid #ffb829;
  border: none;
  border-radius: 3px;
}

.pre-post-touchspin .btn-touchspin.touchspin-warning {
  background-color: #ffb829;
  border: 1px solid #ffb829;
  color: #fff;
}

.form-switch .form-check-input.switch-warning:checked {
  background-color: #ffb829;
  border-color: #ffb829;
}

.payment-second .mega-icons.stroke-warning {
  stroke: #ffb829;
}

.toast-warning {
  color: #ffb829 !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 #ffb829;
}
[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 #ffb829;
  border-left: unset;
}

.main-radio-toggle .btn-check.radio-light-warning:focus + .btn {
  box-shadow: 0 0 0 4px rgba(255, 184, 41, 0.55);
}

.fill-radios .radio.radio-warning input[type=radio]:checked + label::before {
  border: 10px solid #ffb829;
}
.fill-radios .radio.radio-warning input[type=radio]:checked + label::after {
  background-color: #ffb829;
}

.list-group .form-check-input[type=checkbox].checkbox-warning,
.list-group [type=radio].checkbox-warning {
  background-color: unset;
  border-color: #ffb829;
  outline: 0;
}
.list-group .form-check-input[type=checkbox].checkbox-warning:focus, .list-group .form-check-input[type=checkbox].checkbox-warning:active, .list-group .form-check-input[type=checkbox].checkbox-warning.active, .list-group .form-check-input[type=checkbox].checkbox-warning:checked,
.list-group [type=radio].checkbox-warning:focus,
.list-group [type=radio].checkbox-warning:active,
.list-group [type=radio].checkbox-warning.active,
.list-group [type=radio].checkbox-warning:checked {
  border-color: #ffb829;
  outline: 0;
  background-color: #ffb829;
}
.list-group .alert-warning.light {
  background-color: rgba(255, 184, 41, 0.4);
  border-color: rgba(255, 184, 41, 0.7);
}
.list-group .alert-warning.dark {
  background-color: #ffb829;
  border-color: #ffb829;
  color: #fafafa;
}
.list-group .alert-warning.dark .alert-link {
  color: #fff;
}
.list-group .alert-warning.outline,
.list-group .alert-warning.outline-2x {
  background-color: transparent;
  border-color: #ffb829;
  color: #ffb829;
}
.list-group .alert-warning.outline .btn-close,
.list-group .alert-warning.outline-2x .btn-close {
  filter: unset;
}
.list-group .alert-warning.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #ffb829;
  color: #404040;
}
.list-group .alert-warning.inverse:before {
  top: 16px;
  content: "";
  position: absolute;
  left: 54px;
  width: 0;
  height: 0;
  border-left: 7px solid #ffb829;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
@media (max-width: 576px) {
  .list-group .alert-warning.inverse:before {
    left: 45px;
  }
}
.list-group .alert-warning.inverse i {
  padding: 17px 20px;
  display: inline-block;
  background-color: #ffb829;
  color: #fff;
  border-radius: 3px 0 0 3px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
@media (max-width: 576px) {
  .list-group .alert-warning.inverse i {
    padding: 17px 14px;
  }
}
.list-group .btn-close {
  filter: unset;
  top: -3px;
}

.alert-info {
  background-color: rgba(64, 184, 245, 0.8);
  border-color: rgba(64, 184, 245, 0.9);
  color: #fff;
}
.alert-info .progress {
  height: 5px;
  background-color: #3bb6f5;
  border-radius: 0;
}
.alert-info .progress-bar {
  background-color: white;
}
.alert-info .btn-close {
  filter: brightness(1) invert(1);
}
.alert-info .alert-link {
  color: #40b8f5;
}
.alert-info hr {
  border-top-color: #40b8f5;
}

.border-info {
  border-color: #40b8f5 !important;
}

.income-wrapper ul li .income-dot.dot-info {
  background-color: #40b8f5;
}

.touchspin-wrapper .btn-touchspin.touchspin-info {
  background-color: #40b8f5;
  border: 1px solid #40b8f5;
  color: #fff;
}
.touchspin-wrapper .btn-touchspin.spin-border-info {
  background-color: unset;
  border: 1px solid #40b8f5;
  color: #40b8f5;
}
.touchspin-wrapper input[type=number].spin-outline-info {
  outline: 1px solid #40b8f5;
  border: none;
  border-radius: 3px;
}

.pre-post-touchspin .btn-touchspin.touchspin-info {
  background-color: #40b8f5;
  border: 1px solid #40b8f5;
  color: #fff;
}

.form-switch .form-check-input.switch-info:checked {
  background-color: #40b8f5;
  border-color: #40b8f5;
}

.payment-second .mega-icons.stroke-info {
  stroke: #40b8f5;
}

.toast-info {
  color: #40b8f5 !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 #40b8f5;
}
[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 #40b8f5;
  border-left: unset;
}

.main-radio-toggle .btn-check.radio-light-info:focus + .btn {
  box-shadow: 0 0 0 4px rgba(64, 184, 245, 0.55);
}

.fill-radios .radio.radio-info input[type=radio]:checked + label::before {
  border: 10px solid #40b8f5;
}
.fill-radios .radio.radio-info input[type=radio]:checked + label::after {
  background-color: #40b8f5;
}

.list-group .form-check-input[type=checkbox].checkbox-info,
.list-group [type=radio].checkbox-info {
  background-color: unset;
  border-color: #40b8f5;
  outline: 0;
}
.list-group .form-check-input[type=checkbox].checkbox-info:focus, .list-group .form-check-input[type=checkbox].checkbox-info:active, .list-group .form-check-input[type=checkbox].checkbox-info.active, .list-group .form-check-input[type=checkbox].checkbox-info:checked,
.list-group [type=radio].checkbox-info:focus,
.list-group [type=radio].checkbox-info:active,
.list-group [type=radio].checkbox-info.active,
.list-group [type=radio].checkbox-info:checked {
  border-color: #40b8f5;
  outline: 0;
  background-color: #40b8f5;
}
.list-group .alert-info.light {
  background-color: rgba(64, 184, 245, 0.4);
  border-color: rgba(64, 184, 245, 0.7);
}
.list-group .alert-info.dark {
  background-color: #40b8f5;
  border-color: #40b8f5;
  color: #fafafa;
}
.list-group .alert-info.dark .alert-link {
  color: #fff;
}
.list-group .alert-info.outline,
.list-group .alert-info.outline-2x {
  background-color: transparent;
  border-color: #40b8f5;
  color: #40b8f5;
}
.list-group .alert-info.outline .btn-close,
.list-group .alert-info.outline-2x .btn-close {
  filter: unset;
}
.list-group .alert-info.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #40b8f5;
  color: #404040;
}
.list-group .alert-info.inverse:before {
  top: 16px;
  content: "";
  position: absolute;
  left: 54px;
  width: 0;
  height: 0;
  border-left: 7px solid #40b8f5;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
@media (max-width: 576px) {
  .list-group .alert-info.inverse:before {
    left: 45px;
  }
}
.list-group .alert-info.inverse i {
  padding: 17px 20px;
  display: inline-block;
  background-color: #40b8f5;
  color: #fff;
  border-radius: 3px 0 0 3px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
@media (max-width: 576px) {
  .list-group .alert-info.inverse i {
    padding: 17px 14px;
  }
}
.list-group .btn-close {
  filter: unset;
  top: -3px;
}

.alert-light {
  background-color: rgba(244, 244, 244, 0.8);
  border-color: rgba(244, 244, 244, 0.9);
  color: #fff;
  color: #3f475a;
  background-color: #f4f4f4;
}
.alert-light .progress {
  height: 5px;
  background-color: #f1f1f1;
  border-radius: 0;
}
.alert-light .progress-bar {
  background-color: white;
}
.alert-light .btn-close {
  filter: brightness(1) invert(1);
}
.alert-light .alert-link {
  color: #f4f4f4;
  color: #3f475a;
}
.alert-light .btn-close {
  filter: unset;
}
.alert-light hr {
  border-top-color: #f4f4f4;
}

.border-light {
  border-color: #f4f4f4 !important;
}

.income-wrapper ul li .income-dot.dot-light {
  background-color: #f4f4f4;
}

.touchspin-wrapper .btn-touchspin.touchspin-light {
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  color: #fff;
}
.touchspin-wrapper .btn-touchspin.spin-border-light {
  background-color: unset;
  border: 1px solid #f4f4f4;
  color: #f4f4f4;
}
.touchspin-wrapper input[type=number].spin-outline-light {
  outline: 1px solid #f4f4f4;
  border: none;
  border-radius: 3px;
}

.pre-post-touchspin .btn-touchspin.touchspin-light {
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  color: #fff;
}

.form-switch .form-check-input.switch-light:checked {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}

.payment-second .mega-icons.stroke-light {
  stroke: #f4f4f4;
}

.toast-light {
  color: #f4f4f4 !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 #f4f4f4;
}
[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 #f4f4f4;
  border-left: unset;
}

.main-radio-toggle .btn-check.radio-light-light:focus + .btn {
  box-shadow: 0 0 0 4px rgba(244, 244, 244, 0.55);
}

.fill-radios .radio.radio-light input[type=radio]:checked + label::before {
  border: 10px solid #f4f4f4;
}
.fill-radios .radio.radio-light input[type=radio]:checked + label::after {
  background-color: #f4f4f4;
}

.list-group .form-check-input[type=checkbox].checkbox-light,
.list-group [type=radio].checkbox-light {
  background-color: unset;
  border-color: #f4f4f4;
  outline: 0;
}
.list-group .form-check-input[type=checkbox].checkbox-light:focus, .list-group .form-check-input[type=checkbox].checkbox-light:active, .list-group .form-check-input[type=checkbox].checkbox-light.active, .list-group .form-check-input[type=checkbox].checkbox-light:checked,
.list-group [type=radio].checkbox-light:focus,
.list-group [type=radio].checkbox-light:active,
.list-group [type=radio].checkbox-light.active,
.list-group [type=radio].checkbox-light:checked {
  border-color: #f4f4f4;
  outline: 0;
  background-color: #f4f4f4;
}
.list-group .alert-light.light {
  background-color: rgba(244, 244, 244, 0.4);
  border-color: rgba(244, 244, 244, 0.7);
}
.list-group .alert-light.dark {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #fafafa;
  color: #3f475a;
}
.list-group .alert-light.dark .alert-link {
  color: #fff;
  color: #3f475a;
}
.list-group .alert-light.outline,
.list-group .alert-light.outline-2x {
  background-color: transparent;
  border-color: #f4f4f4;
  color: #f4f4f4;
  color: #3f475a;
}
.list-group .alert-light.outline .btn-close,
.list-group .alert-light.outline-2x .btn-close {
  filter: unset;
}
.list-group .alert-light.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #f4f4f4;
  color: #404040;
}
.list-group .alert-light.inverse:before {
  top: 16px;
  content: "";
  position: absolute;
  left: 54px;
  width: 0;
  height: 0;
  border-left: 7px solid #f4f4f4;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
@media (max-width: 576px) {
  .list-group .alert-light.inverse:before {
    left: 45px;
  }
}
.list-group .alert-light.inverse i {
  padding: 17px 20px;
  display: inline-block;
  background-color: #f4f4f4;
  color: #fff;
  border-radius: 3px 0 0 3px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
@media (max-width: 576px) {
  .list-group .alert-light.inverse i {
    padding: 17px 14px;
  }
}
.list-group .btn-close {
  filter: unset;
  top: -3px;
}

.alert-dark {
  background-color: rgba(63, 71, 90, 0.8);
  border-color: rgba(63, 71, 90, 0.9);
  color: #fff;
}
.alert-dark .progress {
  height: 5px;
  background-color: #3d4557;
  border-radius: 0;
}
.alert-dark .progress-bar {
  background-color: #c3c8d5;
}
.alert-dark .btn-close {
  filter: brightness(1) invert(1);
}
.alert-dark .alert-link {
  color: #3f475a;
}
.alert-dark hr {
  border-top-color: #3f475a;
}

.border-dark {
  border-color: #3f475a !important;
}

.income-wrapper ul li .income-dot.dot-dark {
  background-color: #3f475a;
}

.touchspin-wrapper .btn-touchspin.touchspin-dark {
  background-color: #3f475a;
  border: 1px solid #3f475a;
  color: #fff;
}
.touchspin-wrapper .btn-touchspin.spin-border-dark {
  background-color: unset;
  border: 1px solid #3f475a;
  color: #3f475a;
}
.touchspin-wrapper input[type=number].spin-outline-dark {
  outline: 1px solid #3f475a;
  border: none;
  border-radius: 3px;
}

.pre-post-touchspin .btn-touchspin.touchspin-dark {
  background-color: #3f475a;
  border: 1px solid #3f475a;
  color: #fff;
}

.form-switch .form-check-input.switch-dark:checked {
  background-color: #3f475a;
  border-color: #3f475a;
}

.payment-second .mega-icons.stroke-dark {
  stroke: #3f475a;
}

.toast-dark {
  color: #3f475a !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 #3f475a;
}
[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 #3f475a;
  border-left: unset;
}

.main-radio-toggle .btn-check.radio-light-dark:focus + .btn {
  box-shadow: 0 0 0 4px rgba(63, 71, 90, 0.55);
}

.fill-radios .radio.radio-dark input[type=radio]:checked + label::before {
  border: 10px solid #3f475a;
}
.fill-radios .radio.radio-dark input[type=radio]:checked + label::after {
  background-color: #3f475a;
}

.list-group .form-check-input[type=checkbox].checkbox-dark,
.list-group [type=radio].checkbox-dark {
  background-color: unset;
  border-color: #3f475a;
  outline: 0;
}
.list-group .form-check-input[type=checkbox].checkbox-dark:focus, .list-group .form-check-input[type=checkbox].checkbox-dark:active, .list-group .form-check-input[type=checkbox].checkbox-dark.active, .list-group .form-check-input[type=checkbox].checkbox-dark:checked,
.list-group [type=radio].checkbox-dark:focus,
.list-group [type=radio].checkbox-dark:active,
.list-group [type=radio].checkbox-dark.active,
.list-group [type=radio].checkbox-dark:checked {
  border-color: #3f475a;
  outline: 0;
  background-color: #3f475a;
}
.list-group .alert-dark.light {
  background-color: rgba(63, 71, 90, 0.4);
  border-color: rgba(63, 71, 90, 0.7);
}
.list-group .alert-dark.dark {
  background-color: #3f475a;
  border-color: #3f475a;
  color: #fafafa;
}
.list-group .alert-dark.dark .alert-link {
  color: #fff;
}
.list-group .alert-dark.outline,
.list-group .alert-dark.outline-2x {
  background-color: transparent;
  border-color: #3f475a;
  color: #3f475a;
}
.list-group .alert-dark.outline .btn-close,
.list-group .alert-dark.outline-2x .btn-close {
  filter: unset;
}
.list-group .alert-dark.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #3f475a;
  color: #404040;
}
.list-group .alert-dark.inverse:before {
  top: 16px;
  content: "";
  position: absolute;
  left: 54px;
  width: 0;
  height: 0;
  border-left: 7px solid #3f475a;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
@media (max-width: 576px) {
  .list-group .alert-dark.inverse:before {
    left: 45px;
  }
}
.list-group .alert-dark.inverse i {
  padding: 17px 20px;
  display: inline-block;
  background-color: #3f475a;
  color: #fff;
  border-radius: 3px 0 0 3px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
@media (max-width: 576px) {
  .list-group .alert-dark.inverse i {
    padding: 17px 14px;
  }
}
.list-group .btn-close {
  filter: unset;
  top: -3px;
}

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

.alert-icons.outline-2x {
  padding: 15px;
}
.alert-icons svg {
  position: absolute !important;
  top: 18px !important;
}

.alert-dark .btn-close,
.alert-info .btn-close {
  filter: none;
}

.alert-dark .btn-close {
  filter: brightness(1) invert(1);
}

.alert-light-primary {
  background-color: #e8e5ff;
}

.shadow-primary {
  box-shadow: 0px 10.511241px 12.4089927673px 0px #e8e5ff;
}

.alert-light-secondary {
  background-color: #f2f2f2;
}

.shadow-secondary {
  box-shadow: 0px 10.511241px 12.4089927673px 0px #f2f2f2;
}

.alert-light-success {
  background-color: #dcf1da;
}

.shadow-success {
  box-shadow: 0px 10.511241px 12.4089927673px 0px #dcf1da;
}

.alert-light-warning {
  background-color: #fff7e5;
}

.shadow-warning {
  box-shadow: 0px 10.511241px 12.4089927673px 0px #fff7e5;
}

.alert-light-info {
  background-color: #D5F5FE;
}

.shadow-info {
  box-shadow: 0px 10.511241px 12.4089927673px 0px #D5F5FE;
}

.alert-light-light {
  background-color: #F9F9FB;
}

.shadow-light {
  box-shadow: 0px 10.511241px 12.4089927673px 0px #F9F9FB;
}

.alert-light-danger {
  background-color: #ffe8e6;
}

.shadow-danger {
  box-shadow: 0px 10.511241px 12.4089927673px 0px #ffe8e6;
}

.alert-light-dark {
  background-color: #EAEBF2;
}

.shadow-dark {
  box-shadow: 0px 10.511241px 12.4089927673px 0px #EAEBF2;
}

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

@media (max-width: 576px) {
  .ellipsis.content {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 294px;
  }
}
@media (max-width: 575px) {
  .ellipsis.content {
    max-width: 180px;
  }
}

.alert-dismissible {
  display: flex;
  align-items: center;
  gap: 8px;
}

.alert.notify-alert.alert-copy {
  display: flex !important;
  background-color: var(--theme-default);
  border: 1px solid var(--theme-default);
  width: 300px;
  line-height: 1;
  color: #fff;
}

.alerts-icon .alert > div {
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.alerts-icon .alert svg {
  position: relative;
  top: 0;
  width: 18px;
  height: 18px;
  margin: 0;
}

.outline-alerts .double-border {
  border: 4px double;
}
.outline-alerts .inset-border {
  border: 4px inset;
}
.outline-alerts .alert p {
  display: inline-block;
  max-width: 92%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.alert-box .alert-body {
  text-align: center;
}
.alert-box .alert-body svg {
  width: 100px;
  height: 100px;
  position: relative;
  margin-bottom: 20px;
}
.alert-box .alert-body p {
  margin-bottom: 12px;
}
.alert-box .alert-body .button-box button:first-child {
  margin-right: 6px;
}
.alert-box .alert-body .button-box button.light-background:hover, .alert-box .alert-body .button-box button.light-background:focus {
  background-color: var(--light-bg) !important;
  border-color: transparent;
}

/**=====================
   2.2 Alert CSS end
==========================**/
/**=====================
  2.3 Avatars CSS start
==========================**/
.avatars .avatar {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  width: auto;
}
.avatars .avatar:last-child {
  margin-right: 0;
}
.avatars .avatar.ratio img {
  width: auto;
}
.avatars .avatar .status {
  position: absolute;
  height: 12%;
  width: 12%;
  border-radius: 100%;
  bottom: 12%;
  right: 4%;
}
.avatars.badge-avatar .avatar .badge {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.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 {
  margin-bottom: -10px;
}
.avatar-showcase .avatars .avatar {
  margin-bottom: 10px;
}
.avatar-showcase .avatar-group {
  margin-bottom: 10px;
}
.avatar-showcase .ratio > * {
  position: relative;
  top: unset;
  left: unset;
}

.letter-avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.letter-avatar h6 {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.animation-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
/**=====================
    2.3 Avatars CSS Ends
==========================**/
/**=====================
    2.4 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 {
  padding: 10px 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.badge-spacing .badge.badge-p-space {
  padding: 10px 13px;
}
.badge-spacing .badge + .badge {
  margin-left: 0px;
}

a.badge:hover {
  color: inherit;
}
a.badge:hover.badge-dark:hover {
  color: #fff;
}

.badge {
  padding: 0.25em 0.5em;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
.badge + .badge {
  margin-left: 5px;
}
.badge svg {
  width: 16px;
  height: 16px;
  padding-top: 3px;
}

.b-ln-height {
  line-height: 5px;
}

.pill-badge-primary {
  background-color: var(--theme-default);
  box-shadow: -0.5px 4.33px 16px 0px rgba(var(--theme-default), 0.25);
  color: #fff;
  border-radius: 0;
}

.pill-badge-secondary {
  background-color: #838383;
  box-shadow: -0.5px 4.33px 16px 0px rgba(131, 131, 131, 0.25);
  color: #fff;
  border-radius: 0;
}

.pill-badge-success {
  background-color: #65c15c;
  box-shadow: -0.5px 4.33px 16px 0px rgba(101, 193, 92, 0.25);
  color: #fff;
  border-radius: 0;
}

.pill-badge-danger {
  background-color: #fc564a;
  box-shadow: -0.5px 4.33px 16px 0px rgba(252, 86, 74, 0.25);
  color: #fff;
  border-radius: 0;
}

.pill-badge-info {
  background-color: #40b8f5;
  box-shadow: -0.5px 4.33px 16px 0px rgba(64, 184, 245, 0.25);
  color: #fff;
  border-radius: 0;
}

.pill-badge-light {
  background-color: #f4f4f4;
  box-shadow: -0.5px 4.33px 16px 0px rgba(244, 244, 244, 0.25);
  color: #fff;
  border-radius: 0;
}

.pill-badge-dark {
  background-color: #3f475a;
  box-shadow: -0.5px 4.33px 16px 0px rgba(63, 71, 90, 0.25);
  color: #fff;
  border-radius: 0;
}

.pill-badge-warning {
  background-color: #ffb829;
  box-shadow: -0.5px 4.33px 16px 0px rgba(255, 184, 41, 0.25);
  color: #fff;
  border-radius: 0;
}

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

.pill-badge-secondary {
  background-color: var(--theme-secondary);
}

.round-badge-primary {
  border-radius: 6px;
  background-color: var(--theme-default);
  box-shadow: -0.5px -6.67px 14px 0px rgba(var(--theme-default), 0.18);
  color: #fff !important;
}

.round-badge-secondary {
  border-radius: 6px;
  background-color: #838383;
  box-shadow: -0.5px -6.67px 14px 0px rgba(131, 131, 131, 0.18);
  color: #fff !important;
}

.round-badge-success {
  border-radius: 6px;
  background-color: #65c15c;
  box-shadow: -0.5px -6.67px 14px 0px rgba(101, 193, 92, 0.18);
  color: #fff !important;
}

.round-badge-danger {
  border-radius: 6px;
  background-color: #fc564a;
  box-shadow: -0.5px -6.67px 14px 0px rgba(252, 86, 74, 0.18);
  color: #fff !important;
}

.round-badge-info {
  border-radius: 6px;
  background-color: #40b8f5;
  box-shadow: -0.5px -6.67px 14px 0px rgba(64, 184, 245, 0.18);
  color: #fff !important;
}

.round-badge-light {
  border-radius: 6px;
  background-color: #f4f4f4;
  box-shadow: -0.5px -6.67px 14px 0px rgba(244, 244, 244, 0.18);
  color: #fff !important;
}

.round-badge-dark {
  border-radius: 6px;
  background-color: #3f475a;
  box-shadow: -0.5px -6.67px 14px 0px rgba(63, 71, 90, 0.18);
  color: #fff !important;
}

.round-badge-warning {
  border-radius: 6px;
  background-color: #ffb829;
  box-shadow: -0.5px -6.67px 14px 0px rgba(255, 184, 41, 0.18);
  color: #fff !important;
}

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

.round-badge-secondary {
  background-color: var(--theme-secondary);
}

.badge-heading h1,
.badge-heading h2,
.badge-heading h3,
.badge-heading h4,
.badge-heading h5 {
  margin-bottom: 16px;
}

.badge-flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 22px;
  flex-wrap: wrap;
}
.badge-flex .badge-square {
  width: 35px;
  height: 35px;
  padding: 0;
}
.badge-flex .badge-p-5 {
  padding: 5px;
}

.image-badges span img {
  height: 24px;
}
.image-badges span.vr {
  min-height: 12px;
  height: auto;
}

/**=====================
  2.4 Badge CSS Ends
==========================**/
/**=====================
    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: #fff;
  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: #404040;
}
.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;
}

/**=====================
    2.5 Bookmark CSS Ends
==========================**/
/**=====================
2.6 Breadcrumb CSS Start
==========================**/
.breadcrumb-colored {
  padding: 12px 16px;
  border-radius: 4px;
}
.breadcrumb-colored li a {
  color: #fff;
}
.breadcrumb-colored li.active {
  color: #fff;
  opacity: 0.7;
}
.breadcrumb-colored .breadcrumb-item:before {
  color: #fff;
}
.breadcrumb-colored .breadcrumb-item.txt-dark:before {
  color: #000;
}

.breadcrumb-icon {
  --bs-breadcrumb-divider: ">";
}
.breadcrumb-icon li {
  display: inline-block;
}

.breadcrumb-no-divider {
  --bs-breadcrumb-divider: "";
}

.breadcrumb-item.active {
  text-transform: capitalize;
  color: var(--theme-default);
  font-weight: 500;
}

.breadcrumb-space .breadcrumb-item::before {
  padding-right: 0;
}

/**=====================
	2.6 Breadcrumb CSS ends
==========================**/
/**=====================
    2.7 Basic-card CSS Start
==========================**/
.dark-color-header {
  background-color: unset !important;
  color: #7366FF;
}
.dark-color-header ul li:first-child i, .dark-color-header ul li:last-child i {
  color: #7366FF !important;
}
.dark-color-header ul li i {
  color: #f4f4f4 !important;
}

/**=====================
  2.7 Basic-card CSS Ends
==========================**/
/**=====================
  2.9 Buttons CSS start
==========================**/
.btn-link {
  color: var(--theme-default);
}

.btn-outline-light {
  color: #242934 !important;
}

.purchase-btn {
  background: linear-gradient(90deg, var(--theme-default) -18.33%, #563EE0 62.78%);
  padding: 12px 20px;
  min-width: 200px;
  border: none;
  transition: 0.5s;
}
.purchase-btn:hover {
  background: linear-gradient(90deg, #563EE0 -18.33%, var(--theme-default) 62.78%);
  transition: 0.5s;
}
@media (max-width: 991px) {
  .purchase-btn {
    min-width: 160px;
  }
}
@media (max-width: 767px) {
  .purchase-btn {
    min-width: 140px;
    padding: 10px 17px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .purchase-btn {
    font-size: 14px;
  }
}

.btn-light:not([disabled]):not(.disabled).active.active {
  color: #404040;
  background-color: #efefef !important;
}

.btn-primary-gradien {
  background-image: linear-gradient(to right, #4e3dff 0%, #988fff 51%, #4e3dff 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  transition: all 0.3s ease;
  color: #fff;
}
.btn-primary-gradien:focus, .btn-primary-gradien:active, .btn-primary-gradien.active {
  transition: 1.5s;
  background-position: right center;
  background-image: linear-gradient(to right, #988fff, 0%, #4e3dff, 100%, #fff) !important;
}

.btn-secondary-gradien {
  background-image: linear-gradient(to right, #979797 0%, #6f6f6f 51%, #979797 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  transition: all 0.3s ease;
}
.btn-secondary-gradien:hover, .btn-secondary-gradien:focus, .btn-secondary-gradien:active, .btn-secondary-gradien.active, .btn-secondary-gradien.hover {
  transition: 1.5s;
  background-position: right center;
  background-image: linear-gradient(to right, #979797, 0%, #6f6f6f, 100%, #fff) !important;
}

.btn-success-gradien {
  background-image: linear-gradient(to right, #81cc7a 0%, #4db143 51%, #81cc7a 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  transition: all 0.3s ease;
}
.btn-success-gradien:hover, .btn-success-gradien:focus, .btn-success-gradien:active, .btn-success-gradien.active, .btn-success-gradien.hover {
  transition: 1.5s;
  background-position: right center;
  background-image: linear-gradient(to right, #81cc7a, 0%, #4db143, 100%, #fff) !important;
}

.btn-danger-gradien {
  background-image: linear-gradient(to right, #fd7b72 0%, #fb3122 51%, #fd7b72 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  transition: all 0.3s ease;
}
.btn-danger-gradien:hover, .btn-danger-gradien:focus, .btn-danger-gradien:active, .btn-danger-gradien.active, .btn-danger-gradien.hover {
  transition: 1.5s;
  background-position: right center;
  background-image: linear-gradient(to right, #fd7b72, 0%, #fb3122, 100%, #fff) !important;
}

.btn-warning-gradien {
  background-image: linear-gradient(to right, #ffc652 0%, #ffaa00 51%, #ffc652 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  transition: all 0.3s ease;
}
.btn-warning-gradien:hover, .btn-warning-gradien:focus, .btn-warning-gradien:active, .btn-warning-gradien.active, .btn-warning-gradien.hover {
  transition: 1.5s;
  background-position: right center;
  background-image: linear-gradient(to right, #ffc652, 0%, #ffaa00, 100%, #fff) !important;
}

.btn-info-gradien {
  background-image: linear-gradient(to right, #67c6f7 0%, #19aaf3 51%, #67c6f7 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  transition: all 0.3s ease;
}
.btn-info-gradien:hover, .btn-info-gradien:focus, .btn-info-gradien:active, .btn-info-gradien.active, .btn-info-gradien.hover {
  transition: 1.5s;
  background-position: right center;
  background-image: linear-gradient(to right, #67c6f7, 0%, #19aaf3, 100%, #fff) !important;
}

.btn-light-gradien {
  background-image: linear-gradient(to right, white 0%, #e0e0e0 51%, white 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  transition: all 0.3s ease;
}
.btn-light-gradien:hover, .btn-light-gradien:focus, .btn-light-gradien:active, .btn-light-gradien.active, .btn-light-gradien.hover {
  transition: 1.5s;
  background-position: right center;
  background-image: linear-gradient(to right, white, 0%, #e0e0e0, 100%, #fff) !important;
}

.btn-dark-gradien {
  background-image: linear-gradient(to right, #505a72 0%, #2e3442 51%, #505a72 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  transition: all 0.3s ease;
}
.btn-dark-gradien:hover, .btn-dark-gradien:focus, .btn-dark-gradien:active, .btn-dark-gradien.active, .btn-dark-gradien.hover {
  transition: 1.5s;
  background-position: right center;
  background-image: linear-gradient(to right, #505a72, 0%, #2e3442, 100%, #fff) !important;
}

.btn {
  padding: 0.375rem 1.75rem;
}
.btn.bg-light-primary:hover {
  background: #7366FF !important;
  color: #fff !important;
}

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

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

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

.large-btn {
  margin-bottom: -20px;
}
.large-btn .btn {
  margin-right: 5px;
  margin-bottom: 15px;
}

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

.button-light-primary {
  background-color: #e8e5ff;
}
.button-light-primary:hover {
  background-color: #e8e5ff;
}

.button-light-secondary {
  background-color: #f2f2f2;
}
.button-light-secondary:hover {
  background-color: #f2f2f2;
}

.button-light-success {
  background-color: #dcf1da;
}
.button-light-success:hover {
  background-color: #dcf1da;
}

.button-light-warning {
  background-color: #fff7e5;
}
.button-light-warning:hover {
  background-color: #fff7e5;
}

.button-light-info {
  background-color: #D5F5FE;
}
.button-light-info:hover {
  background-color: #D5F5FE;
}

.button-light-light {
  background-color: #F9F9FB;
}
.button-light-light:hover {
  background-color: #F9F9FB;
}

.button-light-danger {
  background-color: #ffe8e6;
}
.button-light-danger:hover {
  background-color: #ffe8e6;
}

.button-light-dark {
  background-color: #EAEBF2;
}
.button-light-dark:hover {
  background-color: #EAEBF2;
}

.btn-air-primary {
  box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.btn-air-primary:hover, .btn-air-primary:active, .btn-air-primary:not([disabled]):not(.disabled):active {
  background-color: #4433ff;
  border-color: #4433ff;
}

.input-air-primary {
  box-shadow: 0 3px 5px 1px rgba(115, 102, 255, 0.1) !important;
}
.input-air-primary:focus {
  border-color: #7366FF;
}

.btn-air-secondary {
  box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.btn-air-secondary:hover, .btn-air-secondary:active, .btn-air-secondary:not([disabled]):not(.disabled):active {
  background-color: #6a6a6a;
  border-color: #6a6a6a;
}

.input-air-secondary {
  box-shadow: 0 3px 5px 1px rgba(131, 131, 131, 0.1) !important;
}
.input-air-secondary:focus {
  border-color: #838383;
}

.btn-air-success {
  box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.btn-air-success:hover, .btn-air-success:active, .btn-air-success:not([disabled]):not(.disabled):active {
  background-color: #4aaa40;
  border-color: #4aaa40;
}

.input-air-success {
  box-shadow: 0 3px 5px 1px rgba(101, 193, 92, 0.1) !important;
}
.input-air-success:focus {
  border-color: #65c15c;
}

.btn-air-danger {
  box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.btn-air-danger:hover, .btn-air-danger:active, .btn-air-danger:not([disabled]):not(.disabled):active {
  background-color: #fb2718;
  border-color: #fb2718;
}

.input-air-danger {
  box-shadow: 0 3px 5px 1px rgba(252, 86, 74, 0.1) !important;
}
.input-air-danger:focus {
  border-color: #fc564a;
}

.btn-air-info {
  box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.btn-air-info:hover, .btn-air-info:active, .btn-air-info:not([disabled]):not(.disabled):active {
  background-color: #10a6f2;
  border-color: #10a6f2;
}

.input-air-info {
  box-shadow: 0 3px 5px 1px rgba(64, 184, 245, 0.1) !important;
}
.input-air-info:focus {
  border-color: #40b8f5;
}

.btn-air-light {
  box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.btn-air-light:hover, .btn-air-light:active, .btn-air-light:not([disabled]):not(.disabled):active {
  background-color: #dbdbdb;
  border-color: #dbdbdb;
}

.input-air-light {
  box-shadow: 0 3px 5px 1px rgba(244, 244, 244, 0.1) !important;
}
.input-air-light:focus {
  border-color: #f4f4f4;
}

.btn-air-dark {
  box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.btn-air-dark:hover, .btn-air-dark:active, .btn-air-dark:not([disabled]):not(.disabled):active {
  background-color: #2a2f3c;
  border-color: #2a2f3c;
}

.input-air-dark {
  box-shadow: 0 3px 5px 1px rgba(63, 71, 90, 0.1) !important;
}
.input-air-dark:focus {
  border-color: #3f475a;
}

.btn-air-warning {
  box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.btn-air-warning:hover, .btn-air-warning:active, .btn-air-warning:not([disabled]):not(.disabled):active {
  background-color: #f5a400;
  border-color: #f5a400;
}

.input-air-warning {
  box-shadow: 0 3px 5px 1px rgba(255, 184, 41, 0.1) !important;
}
.input-air-warning:focus {
  border-color: #ffb829;
}

.btn-warning {
  color: #fff;
}
.btn-warning:hover, .btn-warning.disabled {
  color: #fff;
}

[class*=-gradien]:hover {
  background-size: 50% 100%;
  transition: all 0.3s ease;
  color: #fff;
}

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

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

.btn-group-pill .btn:first-child {
  border-radius: 60px 0 0 60px;
}
.btn-group-pill .btn:last-child {
  border-radius: 0 60px 60px 0;
}

.btn-group-square .btn:first-child {
  border-radius: 0px 0 0 0px;
}
.btn-group-square .btn:last-child {
  border-radius: 0 0px 0px 0;
}

.btn-showcase {
  margin-bottom: -10px;
}
.btn-showcase .btn {
  margin-bottom: 10px;
  margin-right: 10px;
}

.btn-dropdown-showcase {
  margin-bottom: -10px;
}
.btn-dropdown-showcase .dropdown {
  margin-bottom: 10px;
  margin-right: 18px;
}
.btn-dropdown-showcase .btn-group {
  margin-bottom: 10px;
  margin-right: 18px;
}

.btn-group .radio label::before {
  top: 2px;
}
.btn-group .radio label::after {
  top: 7px;
}
.btn-group .checkbox label {
  margin-top: 3px;
}

.tooltiptext {
  visibility: visible;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 1;
  transition: opacity 0.3s;
}
.tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.card-header-right-icon .btn.btn-light-primary {
  background-color: var(--light-shade-primary);
  color: var(--theme-default);
}
.card-header-right-icon .btn.btn-light-primary:hover {
  color: #fff;
  background-color: var(--theme-default);
}

.btn.button-primary,
button.button-primary {
  background-color: var(--light-shade-primary);
  color: var(--theme-default);
}
.btn.button-primary:hover,
button.button-primary:hover {
  background-color: var(--theme-default);
  color: #fff;
}

.visual-button button,
.visual-button .btn {
  width: 45px;
  height: 45px;
  padding: 0;
}
.visual-button button svg,
.visual-button .btn svg {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.visual-button button.btn-pill,
.visual-button .btn.btn-pill {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  border: unset;
}
@media (max-width: 1200px) {
  .visual-button button.btn-pill,
  .visual-button .btn.btn-pill {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1200px) {
  .visual-button button,
  .visual-button .btn {
    width: 40px;
    height: 40px;
  }
}
.visual-button.visual-button1 .btn,
.visual-button.visual-button1 .btn-pill {
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 6px 28px;
}
.visual-button.visual-button1 .btn-pill {
  border-radius: 60px;
}

.button-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex-direction: column;
}
.button-wrapper .btn-group .btn {
  vertical-align: middle;
}
.button-wrapper .btn-group .btn svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 1190px) {
  .button-wrapper .btn-group.select-checkbox label {
    padding: 6px;
  }
}
@media (max-width: 1065px) {
  .button-wrapper .btn-group.select-checkbox label.btn-outline-primary {
    display: none;
  }
}
@media (max-width: 1065px) and (min-width: 591px) {
  .button-wrapper.button-box .btn-group .btn {
    padding: 6px 10px;
  }
}
@media (max-width: 590px) {
  .button-wrapper.button-box .btn-group .btn {
    padding: 6px 8px;
  }
}
.button-wrapper.button-outlined .btn-group .btn {
  line-height: 0.8;
}

@media (max-width: 1399px) {
  .btn-groups .button-wrapper {
    align-items: center;
  }
}

.btn-group-vertical .btn-group .btn.show {
  border-color: var(--recent-border);
}

@media (max-width: 360px) {
  .btn-radio .btn-group .btn {
    border-radius: 6px !important;
  }
}
.btn-radio .btn-group .btn:hover {
  color: var(--body-font-color);
}
@media (max-width: 369px) {
  .btn-radio .btn-group {
    display: grid;
    gap: 8px;
  }
  .btn-radio .btn-group .btn {
    border-radius: 6px;
  }
}

.btn-toolbar {
  gap: 12px;
}

.card-wrapper .btn-option .btn:hover {
  color: var(--body-font-color);
}
.card-wrapper .btn-option .btn:focus, .card-wrapper .btn-option .btn:active {
  color: var(--body-font-color);
  box-shadow: unset;
}
@media (max-width: 369px) {
  .card-wrapper .btn-option.btn-group {
    display: grid;
    gap: 8px;
  }
  .card-wrapper .btn-option.btn-group .btn {
    border-radius: 6px;
  }
}

.loader-buttons button i {
  margin-left: 8px;
}

.ripple-button {
  overflow: hidden;
  position: relative;
  transform-origin: center center;
}
.ripple-button:focus, .ripple-button:active {
  outline: 0;
  box-shadow: none;
}
.ripple-button .ripple-span {
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  transform: scale(0);
  animation: ripple 0.7s linear;
  width: 20px;
  height: 20px;
}

@keyframes ripple {
  from {
    transform: scale(1);
    opacity: 0.4;
  }
  to {
    transform: scale(30);
    opacity: 0;
  }
}
.mix-hover-btn .btn {
  position: relative;
}
.mix-hover-btn .btn.btn-border-pop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border: 2px solid var(--theme-default);
  transition: top, left, right, bottom, 100ms ease-in-out;
}
.mix-hover-btn .btn.btn-border-pop:hover::before, .mix-hover-btn .btn.btn-border-pop:focus::before {
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 10px;
}
.mix-hover-btn .btn.btn-bg-slide {
  transition: color 300ms ease-in-out;
  z-index: 1;
}
.mix-hover-btn .btn.btn-bg-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-color: var(--theme-default);
  transition: transform 300ms ease-in-out;
  transform: scaleX(0);
  transform-origin: left;
  border-radius: 6px;
}
.mix-hover-btn .btn.btn-bg-slide:hover, .mix-hover-btn .btn.btn-bg-slide:focus {
  color: #fff;
}
.mix-hover-btn .btn.btn-bg-slide:hover::before, .mix-hover-btn .btn.btn-bg-slide:focus::before {
  transform: scaleX(1);
}
.mix-hover-btn .btn.btn-border-bottom::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: var(--theme-default);
  transform: scaleX(0);
  transition: transform 300ms ease-in-out;
}
.mix-hover-btn .btn.btn-border-bottom:hover::before, .mix-hover-btn .btn.btn-border-bottom:focus::before {
  transform: scaleX(1);
}

.button--winona {
  position: relative;
  overflow: hidden;
  padding: 0;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  border: 2px solid #7366FF;
  background-color: transparent;
  color: var(--body-font-color);
}
.button--winona::after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  color: #7366FF;
  -webkit-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0);
}
.button--winona > span {
  display: block;
}
.button--winona::after,
.button--winona > span {
  padding: 6px 28px;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--winona:hover {
  background-color: rgba(232, 229, 255, 0.7);
}
.button--winona:hover::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.button--winona:hover > span {
  opacity: 0;
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
}

/**=====================
    2.9 Buttons CSS end
==========================**/
/**=====================
    2.9 BlockUi CSS start
==========================**/
.block-main-wrapper p,
.card-block-wrapper p {
  display: block;
  display: -webkit-box;
  height: 68px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.block-main-wrapper {
  position: relative;
}
.block-main-wrapper .block-wrapper {
  padding: 12px;
  margin-bottom: 12px;
  position: relative;
  border: 1px dashed var(--chart-dashed-border);
}
.block-main-wrapper .block-wrapper p {
  margin: 0;
}

.card-img-top1,
.card-img-top2 {
  width: 100%;
  height: 100px;
  object-fit: cover;
  object-position: bottom;
  border-radius: 0;
}

.form-main-wrapper .form-block-wrapper {
  position: relative;
  margin-bottom: 12px;
}
.form-main-wrapper .form-block-wrapper .card-wrapper.overlay-bg {
  cursor: wait;
}
.form-main-wrapper .form-block-wrapper .card-wrapper.overlay-bg form .form-control {
  background-color: transparent;
  border-color: var(--view-grid-bg);
}

.overlay-bg {
  background-color: rgba(0, 0, 0, 0.3);
}

.page-loader-10 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0.4;
}
.page-loader-10::before {
  content: attr(data-text);
  display: block;
  max-width: 125px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #343a40;
  text-align: center;
}
.page-loader-10::after {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: transparent var(--recent-dashed-border) var(--recent-dashed-border) var(--recent-dashed-border);
  position: absolute;
  top: 50%;
  left: 50%;
  animation: load 0.85s infinite linear;
}

@keyframes load {
  0% {
    transform: translate3d(-50%, -50%, 0) rotate(0deg);
  }
  100% {
    transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}
.page-loader-12 {
  animation: content-loading 2s linear;
  position: relative;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.page-loader-12::before {
  content: "Loading...";
  display: block;
  max-width: 125px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--body-font-color);
  z-index: 1;
  font-size: 20px;
  padding: 18px;
  border-radius: 25px 0 25px 0;
  background-color: var(--theme-secondary);
}

@keyframes content-loading {
  to {
    opacity: 0;
  }
}
/**=====================
    2.9 BlockUi CSS start
==========================**/
/**=====================
    2.10 Card CSS Start
==========================**/
.card {
  margin-bottom: 20px;
  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);
}
.card:hover {
  box-shadow: 0 0 40px rgba(8, 21, 66, 0.05);
  transition: all 0.3s ease;
}
.card .card-header {
  background-color: #fff;
  padding: 20px;
  border-bottom: 1px solid #e9edf1;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  position: relative;
}
.card .card-header.card-no-border {
  border-bottom: none !important;
}
.card .card-header h5:not(.mb-0), .card .card-header h5:not(.m-0) {
  margin-bottom: 0;
  text-transform: capitalize;
}
.card .card-header > span {
  font-size: 12px;
  color: #75758a;
  margin-top: 5px;
  display: block;
  letter-spacing: 1px;
}
.card .card-header .card-header-right {
  border-radius: 0 0 0 7px;
  right: 20px;
  top: 14px;
  display: inline-block;
  float: right;
  padding: 8px 0;
  position: absolute;
  background-color: var(--white);
  z-index: 1;
}
.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;
  font-size: 16px;
  color: var(--theme-default);
}
.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;
  color: #3f475a;
  line-height: 20px;
}
.card .card-header .card-header-right i.icofont-refresh {
  font-size: 13px;
}
.card .card-body {
  padding: 20px;
  background-color: transparent;
}
.card .card-body p:last-child {
  margin-bottom: 0;
}
.card .sub-title {
  padding-bottom: 12px;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
}
.card .card-footer {
  background-color: #fff;
  border-top: 1px solid #e9edf1;
  padding: 20px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.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;
}
.card.full-card {
  position: fixed;
  top: 0;
  z-index: 99999;
  box-shadow: none;
  right: 0;
  border-radius: 0;
  border: 1px solid #efefef;
  width: calc(100vw - 12px);
  height: 100vh;
}
.card.full-card .card-body {
  overflow: auto;
}

.page-body-wrapper .card .sub-title {
  font-family: Rubik, sans-serif;
  font-weight: 500;
  color: #75758a;
}

.card-absolute {
  margin-top: 20px;
}
.card-absolute .card-header {
  position: absolute;
  top: -20px;
  left: 15px;
  border-radius: 0.25rem;
  padding: 10px 15px;
}
.card-absolute .card-header h5 {
  font-size: 17px;
}
.card-absolute .card-body {
  margin-top: 10px;
}

.card-header .border-tab {
  margin-bottom: -13px;
}

.custom-card {
  overflow: hidden;
  padding: 30px;
}
.custom-card .card-header {
  padding: 0;
}
.custom-card .card-header img {
  border-radius: 50%;
  margin-top: -100px;
  transform: scale(1.5);
}
.custom-card .card-profile {
  text-align: center;
}
.custom-card .card-profile img {
  height: 110px;
  padding: 7px;
  background-color: #fff;
  z-index: 1;
  position: relative;
}
.custom-card .card-social {
  text-align: center;
}
.custom-card .card-social li {
  display: inline-block;
  padding: 15px 0;
}
.custom-card .card-social li:last-child a {
  margin-right: 0;
}
.custom-card .card-social li a {
  padding: 0;
  margin-right: 15px;
  color: rgb(188, 198, 222);
  font-size: 16px;
  transition: all 0.3s ease;
}
.custom-card .card-social li a:hover {
  color: var(--theme-default);
  transition: all 0.3s ease;
}
.custom-card .profile-details h6 {
  margin-bottom: 30px;
  margin-top: 10px;
  color: #75758a;
  font-size: 14px;
}
.custom-card .card-footer {
  padding: 0;
}
.custom-card .card-footer > div {
  padding: 15px;
  text-align: center;
}
.custom-card .card-footer > div + div {
  border-left: 1px solid #efefef;
}
.custom-card .card-footer > div h3 {
  margin-bottom: 0;
  font-size: 24px;
}
.custom-card .card-footer > div h6 {
  font-size: 14px;
  color: #75758a;
}
.custom-card .card-footer > div h5 {
  font-size: 16px;
  margin-bottom: 0;
}
.custom-card .card-footer > div i {
  font-size: 24px;
  display: inline-block;
  margin-bottom: 15px;
}
.custom-card .card-footer > div .m-b-card {
  margin-bottom: 10px;
}

.social-profile {
  text-align: center;
  background-image: url(../images/dashboard-5/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 {
  color: var(--body-font-color);
}
.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 + li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  background-color: var(--recent-dashed-border);
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}
[dir=rtl] .social-details .social-follow li + li::before {
  left: unset;
  right: -15px;
}
.social-details .card-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}
.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 solid var(--white);
  background: var(--white);
}
.social-img {
  padding: 5px;
  background: var(--white);
  border-radius: 100%;
}
.social-img img {
  height: 68px;
  border-radius: 100%;
}

.effective-card .effect-card {
  display: block;
  position: relative;
  background-color: var(--light-background);
  border-radius: 4px;
  text-decoration: none;
  padding: 18px;
  z-index: 0;
  overflow: hidden;
}
.effective-card .effect-card .common-box1 {
  gap: 8px;
  justify-content: flex-start;
  margin-bottom: 8px;
}
.effective-card .effect-card .common-box1 svg {
  min-width: 16px;
  min-height: 16px;
  color: #455a64;
}
.effective-card .effect-card h5 {
  color: var(--body-font-color);
}
.effective-card .effect-card p {
  color: #75758a;
}
.effective-card .effect-card:hover p {
  transition: all 0.3s ease-out;
  color: #fff;
}
.effective-card .effect-card:hover h5 {
  transition: all 0.3s ease-out;
  color: #fff;
}
.effective-card .effect-card:hover svg {
  color: #fff;
}
@media (max-width: 1399px) {
  .effective-card .effect-card:hover::before {
    width: 82px;
    height: 82px;
  }
}
.effective-card .effect-card .go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 36px;
  height: 36px;
  overflow: hidden;
  top: 0;
  right: 0;
  background-color: var(--theme-default);
  border-radius: 0 4px 0 32px;
  cursor: pointer;
}
@media (max-width: 1788px) and (min-width: 576px) {
  .effective-card .effect-card .go-corner {
    width: 28px;
    height: 28px;
  }
}
[dir=rtl] .effective-card .effect-card .go-corner {
  right: unset;
  left: 0;
  border-radius: 4px 0 32px 0;
}
.effective-card .effect-card .go-corner .go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: var(--white);
}
[dir=rtl] .effective-card .effect-card .go-corner .go-arrow {
  margin-right: unset;
  margin-left: -4px;
}
.effective-card .effect-card .go-corner .go-arrow i {
  font-size: 14px;
  transform: rotateZ(140deg);
}
.effective-card .effect-card:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -2%;
  background: var(--theme-default);
  height: 40px;
  width: 40px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 60% 50%;
  transition: transform 0.25s ease-out;
}
@media (max-width: 1788px) and (min-width: 576px) {
  .effective-card .effect-card:before {
    height: 28px;
    width: 28px;
  }
}
[dir=rtl] .effective-card .effect-card:before {
  right: unset;
  left: -2%;
}
.effective-card .effect-card:hover:before {
  transform: scale(21);
}

.creative-wrapper {
  border-radius: 15px;
  padding: 18px;
  background: #fff;
  position: relative;
  display: flex;
  align-items: flex-end;
  transition: 0.4s ease-out;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .creative-wrapper {
    padding: 4px;
  }
}
.creative-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
}
[dir=rtl] .creative-wrapper img {
  left: unset;
  right: 0;
}
.creative-wrapper:hover .creative-info {
  opacity: 1;
  transform: translateY(0px);
}
.creative-wrapper:hover .creative-info:before {
  opacity: 1;
}
.creative-wrapper .creative-info {
  opacity: 1;
  transform: translateY(0px);
}
.creative-wrapper .creative-info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: rgba(63, 71, 90, 0.2);
  z-index: 2;
  transition: 0.5s;
  opacity: 0;
}
[dir=rtl] .creative-wrapper .creative-info:before {
  left: unset;
  right: 0;
}
.creative-wrapper .creative-info {
  position: relative;
  z-index: 3;
  padding: 16px;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.5s;
  backdrop-filter: blur(6px);
  width: 100%;
}
.creative-wrapper h5,
.creative-wrapper p {
  color: #fff;
}
.creative-wrapper h5 {
  margin-bottom: 8px;
}

.overlay-card {
  height: 136px;
  position: relative;
  inset: 0;
  background: url(../images/masonry/6.jpg);
  background-size: cover;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1626px) and (min-width: 1400px) {
  .overlay-card {
    height: 190px;
  }
}
@media (max-width: 1399px) and (min-width: 576px) {
  .overlay-card {
    height: 98px;
  }
}
@media (max-width: 576px) {
  .overlay-card {
    height: 128px;
  }
}
.overlay-card .overlay {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 2fr 2fr 1fr;
  background: rgba(77, 77, 77, 0.9);
  color: var(--white);
  opacity: 0;
  transition: all 0.5s;
}
.overlay-card .overlay .overlay-box {
  padding: 0 14px;
}
.overlay-card .overlay .overlay-box.overlay-heading {
  transform: translateY(40px);
  transition: all 0.7s;
}
.overlay-card .overlay .overlay-box.overlay-heading hr {
  display: block;
  width: 0;
  border: none;
  border-bottom: solid 2px ridge;
  position: absolute;
  bottom: 0;
  left: 20px;
  transition: all 0.5s;
}
[dir=rtl] .overlay-card .overlay .overlay-box.overlay-heading hr {
  left: unset;
  right: 20px;
}
.overlay-card .overlay .overlay-box.overlay-subtitle {
  font-weight: bold;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.7s;
}
.overlay-card .overlay .overlay-box.overlay-subtitle .overlay-pera {
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 350px) {
  .overlay-card .overlay .overlay-box.overlay-subtitle .overlay-pera {
    display: -webkit-box;
    height: 70px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.overlay-card:hover .overlay {
  opacity: 1;
}
.overlay-card:hover .overlay .overlay-heading {
  transform: translateY(0px);
}
.overlay-card:hover .overlay .overlay-heading hr {
  width: 75px;
  transition-delay: 0.4s;
}
.overlay-card:hover .overlay .overlay-subtitle {
  transform: translateY(0px);
  transition-delay: 0.3s;
  opacity: 1;
}

.common-hover {
  transition: 0.5s;
}
.common-hover:hover {
  transform: translateY(-5px);
  transition: 0.5s;
}

/**=====================
    2.10 Card CSS End
==========================**/
/**=====================
    2.12 Data-table CSS Start
==========================**/
.default-dashboard .heading-space .card-header .header-top,
.dashboard-2 .heading-space .card-header .header-top,
.dashboard-3 .heading-space .card-header .header-top,
.dashboard-4 .heading-space .card-header .header-top,
.dashboard-5 .heading-space .card-header .header-top,
.dashboard-6 .heading-space .card-header .header-top,
.dashboard-7 .heading-space .card-header .header-top,
.dashboard-09 .heading-space .card-header .header-top,
.dashboard-10 .heading-space .card-header .header-top,
.dashboard-11 .heading-space .card-header .header-top,
.main-scope-project .heading-space .card-header .header-top,
.e-category .heading-space .card-header .header-top,
.list-product-view .heading-space .card-header .header-top,
.seller-details-wrapper .heading-space .card-header .header-top,
.common-order-history .heading-space .card-header .header-top,
.datatable-init .heading-space .card-header .header-top,
.common-cart .heading-space .card-header .header-top,
.project-status .heading-space .card-header .header-top {
  margin-left: 74px;
}
.default-dashboard div.dt-container .dt-layout-row thead,
.dashboard-2 div.dt-container .dt-layout-row thead,
.dashboard-3 div.dt-container .dt-layout-row thead,
.dashboard-4 div.dt-container .dt-layout-row thead,
.dashboard-5 div.dt-container .dt-layout-row thead,
.dashboard-6 div.dt-container .dt-layout-row thead,
.dashboard-7 div.dt-container .dt-layout-row thead,
.dashboard-09 div.dt-container .dt-layout-row thead,
.dashboard-10 div.dt-container .dt-layout-row thead,
.dashboard-11 div.dt-container .dt-layout-row thead,
.main-scope-project div.dt-container .dt-layout-row thead,
.e-category div.dt-container .dt-layout-row thead,
.list-product-view div.dt-container .dt-layout-row thead,
.seller-details-wrapper div.dt-container .dt-layout-row thead,
.common-order-history div.dt-container .dt-layout-row thead,
.datatable-init div.dt-container .dt-layout-row thead,
.common-cart div.dt-container .dt-layout-row thead,
.project-status div.dt-container .dt-layout-row thead {
  background: var(--light2);
}
.default-dashboard div.dt-container .dt-layout-row thead th,
.dashboard-2 div.dt-container .dt-layout-row thead th,
.dashboard-3 div.dt-container .dt-layout-row thead th,
.dashboard-4 div.dt-container .dt-layout-row thead th,
.dashboard-5 div.dt-container .dt-layout-row thead th,
.dashboard-6 div.dt-container .dt-layout-row thead th,
.dashboard-7 div.dt-container .dt-layout-row thead th,
.dashboard-09 div.dt-container .dt-layout-row thead th,
.dashboard-10 div.dt-container .dt-layout-row thead th,
.dashboard-11 div.dt-container .dt-layout-row thead th,
.main-scope-project div.dt-container .dt-layout-row thead th,
.e-category div.dt-container .dt-layout-row thead th,
.list-product-view div.dt-container .dt-layout-row thead th,
.seller-details-wrapper div.dt-container .dt-layout-row thead th,
.common-order-history div.dt-container .dt-layout-row thead th,
.datatable-init div.dt-container .dt-layout-row thead th,
.common-cart div.dt-container .dt-layout-row thead th,
.project-status div.dt-container .dt-layout-row thead th {
  font-size: 14px;
  font-weight: 500;
  color: #52526c;
}
.default-dashboard div.dt-container .dt-layout-row .dt-length,
.dashboard-2 div.dt-container .dt-layout-row .dt-length,
.dashboard-3 div.dt-container .dt-layout-row .dt-length,
.dashboard-4 div.dt-container .dt-layout-row .dt-length,
.dashboard-5 div.dt-container .dt-layout-row .dt-length,
.dashboard-6 div.dt-container .dt-layout-row .dt-length,
.dashboard-7 div.dt-container .dt-layout-row .dt-length,
.dashboard-09 div.dt-container .dt-layout-row .dt-length,
.dashboard-10 div.dt-container .dt-layout-row .dt-length,
.dashboard-11 div.dt-container .dt-layout-row .dt-length,
.main-scope-project div.dt-container .dt-layout-row .dt-length,
.e-category div.dt-container .dt-layout-row .dt-length,
.list-product-view div.dt-container .dt-layout-row .dt-length,
.seller-details-wrapper div.dt-container .dt-layout-row .dt-length,
.common-order-history div.dt-container .dt-layout-row .dt-length,
.datatable-init div.dt-container .dt-layout-row .dt-length,
.common-cart div.dt-container .dt-layout-row .dt-length,
.project-status div.dt-container .dt-layout-row .dt-length {
  position: absolute;
  top: 20px;
  left: 20px;
}
.default-dashboard div.dt-container .dt-layout-row .dt-length .dt-input,
.dashboard-2 div.dt-container .dt-layout-row .dt-length .dt-input,
.dashboard-3 div.dt-container .dt-layout-row .dt-length .dt-input,
.dashboard-4 div.dt-container .dt-layout-row .dt-length .dt-input,
.dashboard-5 div.dt-container .dt-layout-row .dt-length .dt-input,
.dashboard-6 div.dt-container .dt-layout-row .dt-length .dt-input,
.dashboard-7 div.dt-container .dt-layout-row .dt-length .dt-input,
.dashboard-09 div.dt-container .dt-layout-row .dt-length .dt-input,
.dashboard-10 div.dt-container .dt-layout-row .dt-length .dt-input,
.dashboard-11 div.dt-container .dt-layout-row .dt-length .dt-input,
.main-scope-project div.dt-container .dt-layout-row .dt-length .dt-input,
.e-category div.dt-container .dt-layout-row .dt-length .dt-input,
.list-product-view div.dt-container .dt-layout-row .dt-length .dt-input,
.seller-details-wrapper div.dt-container .dt-layout-row .dt-length .dt-input,
.common-order-history div.dt-container .dt-layout-row .dt-length .dt-input,
.datatable-init div.dt-container .dt-layout-row .dt-length .dt-input,
.common-cart div.dt-container .dt-layout-row .dt-length .dt-input,
.project-status div.dt-container .dt-layout-row .dt-length .dt-input {
  border-color: var(--recent-dashed-border);
  padding: 4px 6px;
  border-radius: 4px;
  background-color: #f8f8f8;
}
.default-dashboard div.dt-container .dt-layout-row .dt-length label,
.dashboard-2 div.dt-container .dt-layout-row .dt-length label,
.dashboard-3 div.dt-container .dt-layout-row .dt-length label,
.dashboard-4 div.dt-container .dt-layout-row .dt-length label,
.dashboard-5 div.dt-container .dt-layout-row .dt-length label,
.dashboard-6 div.dt-container .dt-layout-row .dt-length label,
.dashboard-7 div.dt-container .dt-layout-row .dt-length label,
.dashboard-09 div.dt-container .dt-layout-row .dt-length label,
.dashboard-10 div.dt-container .dt-layout-row .dt-length label,
.dashboard-11 div.dt-container .dt-layout-row .dt-length label,
.main-scope-project div.dt-container .dt-layout-row .dt-length label,
.e-category div.dt-container .dt-layout-row .dt-length label,
.list-product-view div.dt-container .dt-layout-row .dt-length label,
.seller-details-wrapper div.dt-container .dt-layout-row .dt-length label,
.common-order-history div.dt-container .dt-layout-row .dt-length label,
.datatable-init div.dt-container .dt-layout-row .dt-length label,
.common-cart div.dt-container .dt-layout-row .dt-length label,
.project-status div.dt-container .dt-layout-row .dt-length label {
  display: none;
}
.default-dashboard div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc, .default-dashboard div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc, .default-dashboard div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc, .default-dashboard div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
.dashboard-2 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
.dashboard-2 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
.dashboard-2 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
.dashboard-2 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
.dashboard-3 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
.dashboard-3 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
.dashboard-3 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
.dashboard-3 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
.dashboard-4 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
.dashboard-4 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
.dashboard-4 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
.dashboard-4 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
.dashboard-5 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
.dashboard-5 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
.dashboard-5 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
.dashboard-5 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
.dashboard-6 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
.dashboard-6 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
.dashboard-6 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
.dashboard-6 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
.dashboard-7 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
.dashboard-7 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
.dashboard-7 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
.dashboard-7 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
.dashboard-09 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
.dashboard-09 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
.dashboard-09 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
.dashboard-09 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
.dashboard-10 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
.dashboard-10 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
.dashboard-10 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
.dashboard-10 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
.dashboard-11 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
.dashboard-11 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
.dashboard-11 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
.dashboard-11 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
.main-scope-project div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
.main-scope-project div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
.main-scope-project div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
.main-scope-project div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
.e-category div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
.e-category div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
.e-category div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
.e-category div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
.list-product-view div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
.list-product-view div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
.list-product-view div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
.list-product-view div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
.common-order-history div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
.common-order-history div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
.common-order-history div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
.common-order-history div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
.datatable-init div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
.datatable-init div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
.datatable-init div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
.datatable-init div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
.common-cart div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
.common-cart div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
.common-cart div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
.common-cart div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
.project-status div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
.project-status div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
.project-status div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
.project-status div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc {
  padding-right: 20px;
}
.default-dashboard div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order, .default-dashboard div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order, .default-dashboard div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order, .default-dashboard div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
.dashboard-2 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
.dashboard-2 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
.dashboard-2 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
.dashboard-2 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
.dashboard-3 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
.dashboard-3 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
.dashboard-3 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
.dashboard-3 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
.dashboard-4 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
.dashboard-4 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
.dashboard-4 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
.dashboard-4 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
.dashboard-5 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
.dashboard-5 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
.dashboard-5 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
.dashboard-5 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
.dashboard-6 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
.dashboard-6 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
.dashboard-6 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
.dashboard-6 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
.dashboard-7 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
.dashboard-7 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
.dashboard-7 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
.dashboard-7 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
.dashboard-09 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
.dashboard-09 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
.dashboard-09 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
.dashboard-09 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
.dashboard-10 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
.dashboard-10 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
.dashboard-10 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
.dashboard-10 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
.dashboard-11 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
.dashboard-11 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
.dashboard-11 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
.dashboard-11 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
.main-scope-project div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
.main-scope-project div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
.main-scope-project div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
.main-scope-project div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
.e-category div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
.e-category div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
.e-category div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
.e-category div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
.list-product-view div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
.list-product-view div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
.list-product-view div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
.list-product-view div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
.common-order-history div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
.common-order-history div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
.common-order-history div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
.common-order-history div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
.datatable-init div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
.datatable-init div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
.datatable-init div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
.datatable-init div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
.common-cart div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
.common-cart div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
.common-cart div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
.common-cart div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
.project-status div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
.project-status div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
.project-status div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
.project-status div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order {
  right: 5px;
}
.default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc, .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc, .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc, .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc {
  position: relative;
  padding-right: 28px;
}
.default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order, .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order, .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order, .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order {
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  width: 12px;
}
.default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before, .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after, .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before, .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after, .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before, .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after, .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before, .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after {
  left: 0;
  opacity: 0.125;
  line-height: 9px;
  font-size: 0.8em;
}
.default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before, .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before {
  position: absolute;
  display: block;
  bottom: 50%;
  content: "▲";
  content: "▲"/"";
}
.default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after, .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after {
  position: absolute;
  display: block;
  top: 50%;
  content: "▼";
  content: "▼"/"";
}
.default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::after, .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::before, .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::after, .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::before,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::after,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::before,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::after,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::before,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::after,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::before,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::after,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::before,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::after,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::before,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::after,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::before,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::after,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::before,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::after,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::before,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::after,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::before,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::after,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::before,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::after,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::before,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::after,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::before,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::after,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::before,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::after,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::before,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::after,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::before,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::after,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::before,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::after,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::before,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::after,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::before,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::after,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::before,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::after,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::before,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::after,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::before,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::after,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::before,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::after,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::before,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::after,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::before,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::after,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::before,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::after,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::before,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::after,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::before,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::after,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::before,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::after,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::before,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::after,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::before,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::after,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::before,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::after,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::before,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::after,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::before,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::after,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::before {
  display: none;
}
.default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc, .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc {
  cursor: pointer;
}
.default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before {
  opacity: 0.6;
}
.default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after {
  opacity: 0.6;
}
.default-dashboard div.dt-container .dt-layout-row:last-child,
.dashboard-2 div.dt-container .dt-layout-row:last-child,
.dashboard-3 div.dt-container .dt-layout-row:last-child,
.dashboard-4 div.dt-container .dt-layout-row:last-child,
.dashboard-5 div.dt-container .dt-layout-row:last-child,
.dashboard-6 div.dt-container .dt-layout-row:last-child,
.dashboard-7 div.dt-container .dt-layout-row:last-child,
.dashboard-09 div.dt-container .dt-layout-row:last-child,
.dashboard-10 div.dt-container .dt-layout-row:last-child,
.dashboard-11 div.dt-container .dt-layout-row:last-child,
.main-scope-project div.dt-container .dt-layout-row:last-child,
.e-category div.dt-container .dt-layout-row:last-child,
.list-product-view div.dt-container .dt-layout-row:last-child,
.seller-details-wrapper div.dt-container .dt-layout-row:last-child,
.common-order-history div.dt-container .dt-layout-row:last-child,
.datatable-init div.dt-container .dt-layout-row:last-child,
.common-cart div.dt-container .dt-layout-row:last-child,
.project-status div.dt-container .dt-layout-row:last-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px) {
  .default-dashboard div.dt-container .dt-layout-row:last-child,
  .dashboard-2 div.dt-container .dt-layout-row:last-child,
  .dashboard-3 div.dt-container .dt-layout-row:last-child,
  .dashboard-4 div.dt-container .dt-layout-row:last-child,
  .dashboard-5 div.dt-container .dt-layout-row:last-child,
  .dashboard-6 div.dt-container .dt-layout-row:last-child,
  .dashboard-7 div.dt-container .dt-layout-row:last-child,
  .dashboard-09 div.dt-container .dt-layout-row:last-child,
  .dashboard-10 div.dt-container .dt-layout-row:last-child,
  .dashboard-11 div.dt-container .dt-layout-row:last-child,
  .main-scope-project div.dt-container .dt-layout-row:last-child,
  .e-category div.dt-container .dt-layout-row:last-child,
  .list-product-view div.dt-container .dt-layout-row:last-child,
  .seller-details-wrapper div.dt-container .dt-layout-row:last-child,
  .common-order-history div.dt-container .dt-layout-row:last-child,
  .datatable-init div.dt-container .dt-layout-row:last-child,
  .common-cart div.dt-container .dt-layout-row:last-child,
  .project-status div.dt-container .dt-layout-row:last-child {
    flex-direction: column;
  }
}
.default-dashboard div.dt-container .dt-layout-row .dt-layout-cell .dt-empty,
.dashboard-2 div.dt-container .dt-layout-row .dt-layout-cell .dt-empty,
.dashboard-3 div.dt-container .dt-layout-row .dt-layout-cell .dt-empty,
.dashboard-4 div.dt-container .dt-layout-row .dt-layout-cell .dt-empty,
.dashboard-5 div.dt-container .dt-layout-row .dt-layout-cell .dt-empty,
.dashboard-6 div.dt-container .dt-layout-row .dt-layout-cell .dt-empty,
.dashboard-7 div.dt-container .dt-layout-row .dt-layout-cell .dt-empty,
.dashboard-09 div.dt-container .dt-layout-row .dt-layout-cell .dt-empty,
.dashboard-10 div.dt-container .dt-layout-row .dt-layout-cell .dt-empty,
.dashboard-11 div.dt-container .dt-layout-row .dt-layout-cell .dt-empty,
.main-scope-project div.dt-container .dt-layout-row .dt-layout-cell .dt-empty,
.e-category div.dt-container .dt-layout-row .dt-layout-cell .dt-empty,
.list-product-view div.dt-container .dt-layout-row .dt-layout-cell .dt-empty,
.seller-details-wrapper div.dt-container .dt-layout-row .dt-layout-cell .dt-empty,
.common-order-history div.dt-container .dt-layout-row .dt-layout-cell .dt-empty,
.datatable-init div.dt-container .dt-layout-row .dt-layout-cell .dt-empty,
.common-cart div.dt-container .dt-layout-row .dt-layout-cell .dt-empty,
.project-status div.dt-container .dt-layout-row .dt-layout-cell .dt-empty {
  text-align: center;
  color: var(--body-font-color);
}
.default-dashboard div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
.dashboard-2 div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
.dashboard-3 div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
.dashboard-4 div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
.dashboard-5 div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
.dashboard-6 div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
.dashboard-7 div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
.dashboard-09 div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
.dashboard-10 div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
.dashboard-11 div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
.main-scope-project div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
.e-category div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
.list-product-view div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
.seller-details-wrapper div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
.common-order-history div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
.datatable-init div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
.common-cart div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
.project-status div.dt-container .dt-layout-row .dt-layout-cell .dt-info {
  padding: 16px 20px 0px 20px;
  color: #3f475a;
}
.default-dashboard div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
.dashboard-2 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
.dashboard-3 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
.dashboard-4 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
.dashboard-5 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
.dashboard-6 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
.dashboard-7 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
.dashboard-09 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
.dashboard-10 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
.dashboard-11 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
.main-scope-project div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
.e-category div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
.list-product-view div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
.seller-details-wrapper div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
.common-order-history div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
.datatable-init div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
.common-cart div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
.project-status div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
  position: absolute;
  top: 20px;
  right: -10px;
  z-index: 0;
}
@media (max-width: 640px) {
  .default-dashboard div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  .dashboard-2 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  .dashboard-3 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  .dashboard-4 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  .dashboard-5 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  .dashboard-6 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  .dashboard-7 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  .dashboard-09 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  .dashboard-10 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  .dashboard-11 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  .main-scope-project div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  .e-category div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  .list-product-view div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  .seller-details-wrapper div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  .common-order-history div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  .datatable-init div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  .common-cart div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  .project-status div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    position: relative;
    top: 4px;
    left: 20px;
    margin-bottom: 20px;
  }
}
.default-dashboard div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
.dashboard-2 div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
.dashboard-3 div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
.dashboard-4 div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
.dashboard-5 div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
.dashboard-6 div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
.dashboard-7 div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
.dashboard-09 div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
.dashboard-10 div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
.dashboard-11 div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
.main-scope-project div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
.e-category div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
.list-product-view div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
.seller-details-wrapper div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
.common-order-history div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
.datatable-init div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
.common-cart div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
.project-status div.dt-container .dt-layout-row .dt-layout-cell .dt-search label {
  margin-right: 6px;
  color: #52526c;
}
.default-dashboard div.dt-container .dt-layout-row .dt-layout-cell .dt-search input,
.dashboard-2 div.dt-container .dt-layout-row .dt-layout-cell .dt-search input,
.dashboard-3 div.dt-container .dt-layout-row .dt-layout-cell .dt-search input,
.dashboard-4 div.dt-container .dt-layout-row .dt-layout-cell .dt-search input,
.dashboard-5 div.dt-container .dt-layout-row .dt-layout-cell .dt-search input,
.dashboard-6 div.dt-container .dt-layout-row .dt-layout-cell .dt-search input,
.dashboard-7 div.dt-container .dt-layout-row .dt-layout-cell .dt-search input,
.dashboard-09 div.dt-container .dt-layout-row .dt-layout-cell .dt-search input,
.dashboard-10 div.dt-container .dt-layout-row .dt-layout-cell .dt-search input,
.dashboard-11 div.dt-container .dt-layout-row .dt-layout-cell .dt-search input,
.main-scope-project div.dt-container .dt-layout-row .dt-layout-cell .dt-search input,
.e-category div.dt-container .dt-layout-row .dt-layout-cell .dt-search input,
.list-product-view div.dt-container .dt-layout-row .dt-layout-cell .dt-search input,
.seller-details-wrapper div.dt-container .dt-layout-row .dt-layout-cell .dt-search input,
.common-order-history div.dt-container .dt-layout-row .dt-layout-cell .dt-search input,
.datatable-init div.dt-container .dt-layout-row .dt-layout-cell .dt-search input,
.common-cart div.dt-container .dt-layout-row .dt-layout-cell .dt-search input,
.project-status div.dt-container .dt-layout-row .dt-layout-cell .dt-search input {
  border: 1px solid rgba(82, 82, 108, 0.3);
  width: 50%;
  color: #59667a;
}
.default-dashboard div.dt-container .dt-layout-row .dt-layout-cell tr td,
.dashboard-2 div.dt-container .dt-layout-row .dt-layout-cell tr td,
.dashboard-3 div.dt-container .dt-layout-row .dt-layout-cell tr td,
.dashboard-4 div.dt-container .dt-layout-row .dt-layout-cell tr td,
.dashboard-5 div.dt-container .dt-layout-row .dt-layout-cell tr td,
.dashboard-6 div.dt-container .dt-layout-row .dt-layout-cell tr td,
.dashboard-7 div.dt-container .dt-layout-row .dt-layout-cell tr td,
.dashboard-09 div.dt-container .dt-layout-row .dt-layout-cell tr td,
.dashboard-10 div.dt-container .dt-layout-row .dt-layout-cell tr td,
.dashboard-11 div.dt-container .dt-layout-row .dt-layout-cell tr td,
.main-scope-project div.dt-container .dt-layout-row .dt-layout-cell tr td,
.e-category div.dt-container .dt-layout-row .dt-layout-cell tr td,
.list-product-view div.dt-container .dt-layout-row .dt-layout-cell tr td,
.seller-details-wrapper div.dt-container .dt-layout-row .dt-layout-cell tr td,
.common-order-history div.dt-container .dt-layout-row .dt-layout-cell tr td,
.datatable-init div.dt-container .dt-layout-row .dt-layout-cell tr td,
.common-cart div.dt-container .dt-layout-row .dt-layout-cell tr td,
.project-status div.dt-container .dt-layout-row .dt-layout-cell tr td {
  color: var(--body-font-color);
}
.default-dashboard div.dt-container .dt-layout-row .dt-layout-cell tr.selected td,
.dashboard-2 div.dt-container .dt-layout-row .dt-layout-cell tr.selected td,
.dashboard-3 div.dt-container .dt-layout-row .dt-layout-cell tr.selected td,
.dashboard-4 div.dt-container .dt-layout-row .dt-layout-cell tr.selected td,
.dashboard-5 div.dt-container .dt-layout-row .dt-layout-cell tr.selected td,
.dashboard-6 div.dt-container .dt-layout-row .dt-layout-cell tr.selected td,
.dashboard-7 div.dt-container .dt-layout-row .dt-layout-cell tr.selected td,
.dashboard-09 div.dt-container .dt-layout-row .dt-layout-cell tr.selected td,
.dashboard-10 div.dt-container .dt-layout-row .dt-layout-cell tr.selected td,
.dashboard-11 div.dt-container .dt-layout-row .dt-layout-cell tr.selected td,
.main-scope-project div.dt-container .dt-layout-row .dt-layout-cell tr.selected td,
.e-category div.dt-container .dt-layout-row .dt-layout-cell tr.selected td,
.list-product-view div.dt-container .dt-layout-row .dt-layout-cell tr.selected td,
.seller-details-wrapper div.dt-container .dt-layout-row .dt-layout-cell tr.selected td,
.common-order-history div.dt-container .dt-layout-row .dt-layout-cell tr.selected td,
.datatable-init div.dt-container .dt-layout-row .dt-layout-cell tr.selected td,
.common-cart div.dt-container .dt-layout-row .dt-layout-cell tr.selected td,
.project-status div.dt-container .dt-layout-row .dt-layout-cell tr.selected td {
  box-shadow: inset 0 0 0 9999px #f9f9fa;
}
.default-dashboard div.dt-container .dt-layout-row .dt-paging,
.dashboard-2 div.dt-container .dt-layout-row .dt-paging,
.dashboard-3 div.dt-container .dt-layout-row .dt-paging,
.dashboard-4 div.dt-container .dt-layout-row .dt-paging,
.dashboard-5 div.dt-container .dt-layout-row .dt-paging,
.dashboard-6 div.dt-container .dt-layout-row .dt-paging,
.dashboard-7 div.dt-container .dt-layout-row .dt-paging,
.dashboard-09 div.dt-container .dt-layout-row .dt-paging,
.dashboard-10 div.dt-container .dt-layout-row .dt-paging,
.dashboard-11 div.dt-container .dt-layout-row .dt-paging,
.main-scope-project div.dt-container .dt-layout-row .dt-paging,
.e-category div.dt-container .dt-layout-row .dt-paging,
.list-product-view div.dt-container .dt-layout-row .dt-paging,
.seller-details-wrapper div.dt-container .dt-layout-row .dt-paging,
.common-order-history div.dt-container .dt-layout-row .dt-paging,
.datatable-init div.dt-container .dt-layout-row .dt-paging,
.common-cart div.dt-container .dt-layout-row .dt-paging,
.project-status div.dt-container .dt-layout-row .dt-paging {
  text-align: end;
  padding: 12px 20px 0 20px;
}
.default-dashboard div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
.dashboard-2 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
.dashboard-3 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
.dashboard-4 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
.dashboard-5 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
.dashboard-6 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
.dashboard-7 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
.dashboard-09 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
.dashboard-10 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
.dashboard-11 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
.main-scope-project div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
.e-category div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
.list-product-view div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
.seller-details-wrapper div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
.common-order-history div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
.datatable-init div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
.common-cart div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
.project-status div.dt-container .dt-layout-row .dt-paging .dt-paging-button {
  border: unset;
  padding: 2px 10px;
  font-size: 14px;
  color: var(--body-font-color);
  margin-right: 12px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .default-dashboard div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  .dashboard-2 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  .dashboard-3 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  .dashboard-4 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  .dashboard-5 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  .dashboard-6 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  .dashboard-7 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  .dashboard-09 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  .dashboard-10 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  .dashboard-11 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  .main-scope-project div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  .e-category div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  .list-product-view div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  .seller-details-wrapper div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  .common-order-history div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  .datatable-init div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  .common-cart div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  .project-status div.dt-container .dt-layout-row .dt-paging .dt-paging-button {
    font-size: 13px;
    margin-right: 8px;
  }
}
.default-dashboard div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
.dashboard-2 div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
.dashboard-3 div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
.dashboard-4 div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
.dashboard-5 div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
.dashboard-6 div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
.dashboard-7 div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
.dashboard-09 div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
.dashboard-10 div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
.dashboard-11 div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
.main-scope-project div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
.e-category div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
.list-product-view div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
.seller-details-wrapper div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
.common-order-history div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
.datatable-init div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
.common-cart div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
.project-status div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child {
  margin-right: 0;
}
.default-dashboard div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
.dashboard-2 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
.dashboard-3 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
.dashboard-4 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
.dashboard-5 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
.dashboard-6 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
.dashboard-7 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
.dashboard-09 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
.dashboard-10 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
.dashboard-11 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
.main-scope-project div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
.e-category div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
.list-product-view div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
.seller-details-wrapper div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
.common-order-history div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
.datatable-init div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
.common-cart div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
.project-status div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current {
  background-color: var(--theme-default);
  color: #fff;
}
.default-dashboard div.dt-container .dt-layout-row .dt-select .dt-select-checkbox,
.dashboard-2 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox,
.dashboard-3 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox,
.dashboard-4 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox,
.dashboard-5 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox,
.dashboard-6 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox,
.dashboard-7 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox,
.dashboard-09 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox,
.dashboard-10 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox,
.dashboard-11 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox,
.main-scope-project div.dt-container .dt-layout-row .dt-select .dt-select-checkbox,
.e-category div.dt-container .dt-layout-row .dt-select .dt-select-checkbox,
.list-product-view div.dt-container .dt-layout-row .dt-select .dt-select-checkbox,
.seller-details-wrapper div.dt-container .dt-layout-row .dt-select .dt-select-checkbox,
.common-order-history div.dt-container .dt-layout-row .dt-select .dt-select-checkbox,
.datatable-init div.dt-container .dt-layout-row .dt-select .dt-select-checkbox,
.common-cart div.dt-container .dt-layout-row .dt-select .dt-select-checkbox,
.project-status div.dt-container .dt-layout-row .dt-select .dt-select-checkbox {
  padding: 6px;
  border-color: rgba(82, 82, 108, 0.8);
  cursor: pointer;
}
.default-dashboard div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
.dashboard-2 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
.dashboard-3 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
.dashboard-4 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
.dashboard-5 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
.dashboard-6 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
.dashboard-7 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
.dashboard-09 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
.dashboard-10 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
.dashboard-11 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
.main-scope-project div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
.e-category div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
.list-product-view div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
.seller-details-wrapper div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
.common-order-history div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
.datatable-init div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
.common-cart div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
.project-status div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after {
  top: 4px;
  left: 4px;
}
.default-dashboard div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked,
.dashboard-2 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked,
.dashboard-3 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked,
.dashboard-4 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked,
.dashboard-5 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked,
.dashboard-6 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked,
.dashboard-7 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked,
.dashboard-09 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked,
.dashboard-10 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked,
.dashboard-11 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked,
.main-scope-project div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked,
.e-category div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked,
.list-product-view div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked,
.seller-details-wrapper div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked,
.common-order-history div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked,
.datatable-init div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked,
.common-cart div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked,
.project-status div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked {
  background-color: var(--theme-default);
  border-color: transparent;
}
.default-dashboard div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
.dashboard-2 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
.dashboard-3 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
.dashboard-4 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
.dashboard-5 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
.dashboard-6 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
.dashboard-7 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
.dashboard-09 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
.dashboard-10 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
.dashboard-11 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
.main-scope-project div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
.e-category div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
.list-product-view div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
.seller-details-wrapper div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
.common-order-history div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
.datatable-init div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
.common-cart div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
.project-status div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after {
  content: "\f00c";
  font-family: "fontawesome";
  font-size: 9px;
  margin-top: -10px;
  margin-left: -4px;
  color: #fff;
}

.dt-buttons .btn {
  padding: 6px calc(14px + 3 * (100vw - 320px) / 1600) !important;
}

.datatable-init div.dt-container.dt-bootstrap5 table,
.datatable-advance-wrapper div.dt-container.dt-bootstrap5 table,
.datatable-api-wrapper div.dt-container.dt-bootstrap5 table,
.data-source-wrapper div.dt-container.dt-bootstrap5 table,
.autofill-data-tables div.dt-container.dt-bootstrap5 table,
.support-ticket-table div.dt-container.dt-bootstrap5 table {
  border-collapse: initial !important;
}
.datatable-init div.dt-container.dt-bootstrap5 table thead tr th,
.datatable-init div.dt-container.dt-bootstrap5 table thead tr td,
.datatable-init div.dt-container.dt-bootstrap5 table tbody tr th,
.datatable-init div.dt-container.dt-bootstrap5 table tbody tr td,
.datatable-init div.dt-container.dt-bootstrap5 table tfoot tr th,
.datatable-init div.dt-container.dt-bootstrap5 table tfoot tr td,
.datatable-advance-wrapper div.dt-container.dt-bootstrap5 table thead tr th,
.datatable-advance-wrapper div.dt-container.dt-bootstrap5 table thead tr td,
.datatable-advance-wrapper div.dt-container.dt-bootstrap5 table tbody tr th,
.datatable-advance-wrapper div.dt-container.dt-bootstrap5 table tbody tr td,
.datatable-advance-wrapper div.dt-container.dt-bootstrap5 table tfoot tr th,
.datatable-advance-wrapper div.dt-container.dt-bootstrap5 table tfoot tr td,
.datatable-api-wrapper div.dt-container.dt-bootstrap5 table thead tr th,
.datatable-api-wrapper div.dt-container.dt-bootstrap5 table thead tr td,
.datatable-api-wrapper div.dt-container.dt-bootstrap5 table tbody tr th,
.datatable-api-wrapper div.dt-container.dt-bootstrap5 table tbody tr td,
.datatable-api-wrapper div.dt-container.dt-bootstrap5 table tfoot tr th,
.datatable-api-wrapper div.dt-container.dt-bootstrap5 table tfoot tr td,
.data-source-wrapper div.dt-container.dt-bootstrap5 table thead tr th,
.data-source-wrapper div.dt-container.dt-bootstrap5 table thead tr td,
.data-source-wrapper div.dt-container.dt-bootstrap5 table tbody tr th,
.data-source-wrapper div.dt-container.dt-bootstrap5 table tbody tr td,
.data-source-wrapper div.dt-container.dt-bootstrap5 table tfoot tr th,
.data-source-wrapper div.dt-container.dt-bootstrap5 table tfoot tr td,
.autofill-data-tables div.dt-container.dt-bootstrap5 table thead tr th,
.autofill-data-tables div.dt-container.dt-bootstrap5 table thead tr td,
.autofill-data-tables div.dt-container.dt-bootstrap5 table tbody tr th,
.autofill-data-tables div.dt-container.dt-bootstrap5 table tbody tr td,
.autofill-data-tables div.dt-container.dt-bootstrap5 table tfoot tr th,
.autofill-data-tables div.dt-container.dt-bootstrap5 table tfoot tr td,
.support-ticket-table div.dt-container.dt-bootstrap5 table thead tr th,
.support-ticket-table div.dt-container.dt-bootstrap5 table thead tr td,
.support-ticket-table div.dt-container.dt-bootstrap5 table tbody tr th,
.support-ticket-table div.dt-container.dt-bootstrap5 table tbody tr td,
.support-ticket-table div.dt-container.dt-bootstrap5 table tfoot tr th,
.support-ticket-table div.dt-container.dt-bootstrap5 table tfoot tr td {
  text-align: left;
}
[dir=rtl] .datatable-init div.dt-container.dt-bootstrap5 table thead tr th,
[dir=rtl] .datatable-init div.dt-container.dt-bootstrap5 table thead tr td,
[dir=rtl] .datatable-init div.dt-container.dt-bootstrap5 table tbody tr th,
[dir=rtl] .datatable-init div.dt-container.dt-bootstrap5 table tbody tr td,
[dir=rtl] .datatable-init div.dt-container.dt-bootstrap5 table tfoot tr th,
[dir=rtl] .datatable-init div.dt-container.dt-bootstrap5 table tfoot tr td,
[dir=rtl] .datatable-advance-wrapper div.dt-container.dt-bootstrap5 table thead tr th,
[dir=rtl] .datatable-advance-wrapper div.dt-container.dt-bootstrap5 table thead tr td,
[dir=rtl] .datatable-advance-wrapper div.dt-container.dt-bootstrap5 table tbody tr th,
[dir=rtl] .datatable-advance-wrapper div.dt-container.dt-bootstrap5 table tbody tr td,
[dir=rtl] .datatable-advance-wrapper div.dt-container.dt-bootstrap5 table tfoot tr th,
[dir=rtl] .datatable-advance-wrapper div.dt-container.dt-bootstrap5 table tfoot tr td,
[dir=rtl] .datatable-api-wrapper div.dt-container.dt-bootstrap5 table thead tr th,
[dir=rtl] .datatable-api-wrapper div.dt-container.dt-bootstrap5 table thead tr td,
[dir=rtl] .datatable-api-wrapper div.dt-container.dt-bootstrap5 table tbody tr th,
[dir=rtl] .datatable-api-wrapper div.dt-container.dt-bootstrap5 table tbody tr td,
[dir=rtl] .datatable-api-wrapper div.dt-container.dt-bootstrap5 table tfoot tr th,
[dir=rtl] .datatable-api-wrapper div.dt-container.dt-bootstrap5 table tfoot tr td,
[dir=rtl] .data-source-wrapper div.dt-container.dt-bootstrap5 table thead tr th,
[dir=rtl] .data-source-wrapper div.dt-container.dt-bootstrap5 table thead tr td,
[dir=rtl] .data-source-wrapper div.dt-container.dt-bootstrap5 table tbody tr th,
[dir=rtl] .data-source-wrapper div.dt-container.dt-bootstrap5 table tbody tr td,
[dir=rtl] .data-source-wrapper div.dt-container.dt-bootstrap5 table tfoot tr th,
[dir=rtl] .data-source-wrapper div.dt-container.dt-bootstrap5 table tfoot tr td,
[dir=rtl] .autofill-data-tables div.dt-container.dt-bootstrap5 table thead tr th,
[dir=rtl] .autofill-data-tables div.dt-container.dt-bootstrap5 table thead tr td,
[dir=rtl] .autofill-data-tables div.dt-container.dt-bootstrap5 table tbody tr th,
[dir=rtl] .autofill-data-tables div.dt-container.dt-bootstrap5 table tbody tr td,
[dir=rtl] .autofill-data-tables div.dt-container.dt-bootstrap5 table tfoot tr th,
[dir=rtl] .autofill-data-tables div.dt-container.dt-bootstrap5 table tfoot tr td,
[dir=rtl] .support-ticket-table div.dt-container.dt-bootstrap5 table thead tr th,
[dir=rtl] .support-ticket-table div.dt-container.dt-bootstrap5 table thead tr td,
[dir=rtl] .support-ticket-table div.dt-container.dt-bootstrap5 table tbody tr th,
[dir=rtl] .support-ticket-table div.dt-container.dt-bootstrap5 table tbody tr td,
[dir=rtl] .support-ticket-table div.dt-container.dt-bootstrap5 table tfoot tr th,
[dir=rtl] .support-ticket-table div.dt-container.dt-bootstrap5 table tfoot tr td {
  text-align: right;
}
.datatable-init div.dt-container.dt-bootstrap5 table thead tr .dt-empty,
.datatable-init div.dt-container.dt-bootstrap5 table tbody tr .dt-empty,
.datatable-init div.dt-container.dt-bootstrap5 table tfoot tr .dt-empty,
.datatable-advance-wrapper div.dt-container.dt-bootstrap5 table thead tr .dt-empty,
.datatable-advance-wrapper div.dt-container.dt-bootstrap5 table tbody tr .dt-empty,
.datatable-advance-wrapper div.dt-container.dt-bootstrap5 table tfoot tr .dt-empty,
.datatable-api-wrapper div.dt-container.dt-bootstrap5 table thead tr .dt-empty,
.datatable-api-wrapper div.dt-container.dt-bootstrap5 table tbody tr .dt-empty,
.datatable-api-wrapper div.dt-container.dt-bootstrap5 table tfoot tr .dt-empty,
.data-source-wrapper div.dt-container.dt-bootstrap5 table thead tr .dt-empty,
.data-source-wrapper div.dt-container.dt-bootstrap5 table tbody tr .dt-empty,
.data-source-wrapper div.dt-container.dt-bootstrap5 table tfoot tr .dt-empty,
.autofill-data-tables div.dt-container.dt-bootstrap5 table thead tr .dt-empty,
.autofill-data-tables div.dt-container.dt-bootstrap5 table tbody tr .dt-empty,
.autofill-data-tables div.dt-container.dt-bootstrap5 table tfoot tr .dt-empty,
.support-ticket-table div.dt-container.dt-bootstrap5 table thead tr .dt-empty,
.support-ticket-table div.dt-container.dt-bootstrap5 table tbody tr .dt-empty,
.support-ticket-table div.dt-container.dt-bootstrap5 table tfoot tr .dt-empty {
  text-align: center;
}
.datatable-init div.dt-container.dt-bootstrap5 table tbody tr td,
.datatable-advance-wrapper div.dt-container.dt-bootstrap5 table tbody tr td,
.datatable-api-wrapper div.dt-container.dt-bootstrap5 table tbody tr td,
.data-source-wrapper div.dt-container.dt-bootstrap5 table tbody tr td,
.autofill-data-tables div.dt-container.dt-bootstrap5 table tbody tr td,
.support-ticket-table div.dt-container.dt-bootstrap5 table tbody tr td {
  color: #404040;
}
.datatable-init div.dt-container.dt-bootstrap5 table thead tr th,
.datatable-init div.dt-container.dt-bootstrap5 table tfoot tr th,
.datatable-advance-wrapper div.dt-container.dt-bootstrap5 table thead tr th,
.datatable-advance-wrapper div.dt-container.dt-bootstrap5 table tfoot tr th,
.datatable-api-wrapper div.dt-container.dt-bootstrap5 table thead tr th,
.datatable-api-wrapper div.dt-container.dt-bootstrap5 table tfoot tr th,
.data-source-wrapper div.dt-container.dt-bootstrap5 table thead tr th,
.data-source-wrapper div.dt-container.dt-bootstrap5 table tfoot tr th,
.autofill-data-tables div.dt-container.dt-bootstrap5 table thead tr th,
.autofill-data-tables div.dt-container.dt-bootstrap5 table tfoot tr th,
.support-ticket-table div.dt-container.dt-bootstrap5 table thead tr th,
.support-ticket-table div.dt-container.dt-bootstrap5 table tfoot tr th {
  font-weight: 500;
}
.datatable-init div.dt-container.dt-bootstrap5 table thead tr th:hover,
.datatable-init div.dt-container.dt-bootstrap5 table tfoot tr th:hover,
.datatable-advance-wrapper div.dt-container.dt-bootstrap5 table thead tr th:hover,
.datatable-advance-wrapper div.dt-container.dt-bootstrap5 table tfoot tr th:hover,
.datatable-api-wrapper div.dt-container.dt-bootstrap5 table thead tr th:hover,
.datatable-api-wrapper div.dt-container.dt-bootstrap5 table tfoot tr th:hover,
.data-source-wrapper div.dt-container.dt-bootstrap5 table thead tr th:hover,
.data-source-wrapper div.dt-container.dt-bootstrap5 table tfoot tr th:hover,
.autofill-data-tables div.dt-container.dt-bootstrap5 table thead tr th:hover,
.autofill-data-tables div.dt-container.dt-bootstrap5 table tfoot tr th:hover,
.support-ticket-table div.dt-container.dt-bootstrap5 table thead tr th:hover,
.support-ticket-table div.dt-container.dt-bootstrap5 table tfoot tr th:hover {
  outline: unset;
}
.datatable-init div.dt-container.dt-bootstrap5 thead tr th,
.datatable-advance-wrapper div.dt-container.dt-bootstrap5 thead tr th,
.datatable-api-wrapper div.dt-container.dt-bootstrap5 thead tr th,
.data-source-wrapper div.dt-container.dt-bootstrap5 thead tr th,
.autofill-data-tables div.dt-container.dt-bootstrap5 thead tr th,
.support-ticket-table div.dt-container.dt-bootstrap5 thead tr th {
  border-bottom: 1px solid #efefef;
}
.datatable-init div.dt-container.dt-bootstrap5 tfoot tr th,
.datatable-advance-wrapper div.dt-container.dt-bootstrap5 tfoot tr th,
.datatable-api-wrapper div.dt-container.dt-bootstrap5 tfoot tr th,
.data-source-wrapper div.dt-container.dt-bootstrap5 tfoot tr th,
.autofill-data-tables div.dt-container.dt-bootstrap5 tfoot tr th,
.support-ticket-table div.dt-container.dt-bootstrap5 tfoot tr th {
  border-top: 1px solid #efefef;
}
.datatable-init div.dt-container.dt-bootstrap5 .pagination .dt-paging-button .page-link,
.datatable-advance-wrapper div.dt-container.dt-bootstrap5 .pagination .dt-paging-button .page-link,
.datatable-api-wrapper div.dt-container.dt-bootstrap5 .pagination .dt-paging-button .page-link,
.data-source-wrapper div.dt-container.dt-bootstrap5 .pagination .dt-paging-button .page-link,
.autofill-data-tables div.dt-container.dt-bootstrap5 .pagination .dt-paging-button .page-link,
.support-ticket-table div.dt-container.dt-bootstrap5 .pagination .dt-paging-button .page-link {
  color: #404040;
  background-color: var(--light-background);
  padding: calc(4px + 2 * (100vw - 320px) / 1600) calc(7px + 5 * (100vw - 320px) / 1600);
  font-size: calc(13px + 3 * (100vw - 320px) / 1600);
}
.datatable-init div.dt-container.dt-bootstrap5 .pagination .dt-paging-button .page-link:focus,
.datatable-advance-wrapper div.dt-container.dt-bootstrap5 .pagination .dt-paging-button .page-link:focus,
.datatable-api-wrapper div.dt-container.dt-bootstrap5 .pagination .dt-paging-button .page-link:focus,
.data-source-wrapper div.dt-container.dt-bootstrap5 .pagination .dt-paging-button .page-link:focus,
.autofill-data-tables div.dt-container.dt-bootstrap5 .pagination .dt-paging-button .page-link:focus,
.support-ticket-table div.dt-container.dt-bootstrap5 .pagination .dt-paging-button .page-link:focus {
  box-shadow: unset;
  border-color: unset;
}
.datatable-init div.dt-container.dt-bootstrap5 .pagination .dt-paging-button.active .page-link,
.datatable-advance-wrapper div.dt-container.dt-bootstrap5 .pagination .dt-paging-button.active .page-link,
.datatable-api-wrapper div.dt-container.dt-bootstrap5 .pagination .dt-paging-button.active .page-link,
.data-source-wrapper div.dt-container.dt-bootstrap5 .pagination .dt-paging-button.active .page-link,
.autofill-data-tables div.dt-container.dt-bootstrap5 .pagination .dt-paging-button.active .page-link,
.support-ticket-table div.dt-container.dt-bootstrap5 .pagination .dt-paging-button.active .page-link {
  color: #fff;
  background-color: var(--theme-default);
  border-color: var(--theme-default);
}

.complex-header-table thead tr th:first-child,
.complex-header-table thead tr td:first-child,
.complex-header-table tbody tr th:first-child,
.complex-header-table tbody tr td:first-child {
  min-width: 150px;
}
.complex-header-table thead tr th:nth-child(2),
.complex-header-table thead tr td:nth-child(2),
.complex-header-table tbody tr th:nth-child(2),
.complex-header-table tbody tr td:nth-child(2) {
  min-width: 230px;
}
.complex-header-table thead tr th:nth-child(4),
.complex-header-table thead tr td:nth-child(4),
.complex-header-table tbody tr th:nth-child(4),
.complex-header-table tbody tr td:nth-child(4) {
  min-width: 120px;
}

.state-saving-table thead tr th:nth-child(1),
.state-saving-table thead tr td:nth-child(1),
.state-saving-table tbody tr th:nth-child(1),
.state-saving-table tbody tr td:nth-child(1) {
  min-width: 140px;
}
.state-saving-table thead tr th:nth-child(3),
.state-saving-table thead tr td:nth-child(3),
.state-saving-table tbody tr th:nth-child(3),
.state-saving-table tbody tr td:nth-child(3) {
  min-width: 130px;
}
.state-saving-table thead tr th:nth-child(5),
.state-saving-table thead tr td:nth-child(5),
.state-saving-table tbody tr th:nth-child(5),
.state-saving-table tbody tr td:nth-child(5) {
  min-width: 120px;
}

.callback-table thead tr th:first-child,
.callback-table thead tr td:first-child,
.callback-table tbody tr th:first-child,
.callback-table tbody tr td:first-child {
  min-width: 165px;
}
.callback-table thead tr th:nth-child(5),
.callback-table thead tr td:nth-child(5),
.callback-table tbody tr th:nth-child(5),
.callback-table tbody tr td:nth-child(5) {
  min-width: 150px;
}

table.selection-deletion.dataTable tbody tr.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(82, 82, 108, 0.2) !important;
}
table.selection-deletion.dataTable tbody tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(82, 82, 108, 0.2) !important;
}

.add-row-table thead tr th,
.add-row-table thead tr td,
.add-row-table tbody tr th,
.add-row-table tbody tr td {
  min-width: 118px;
}

.child-row-table thead tr th:first-child,
.child-row-table thead tr td:first-child,
.child-row-table tbody tr th:first-child,
.child-row-table tbody tr td:first-child {
  min-width: 75px;
}
.child-row-table thead tr th:nth-child(2),
.child-row-table thead tr td:nth-child(2),
.child-row-table tbody tr th:nth-child(2),
.child-row-table tbody tr td:nth-child(2) {
  min-width: 160px;
}
.child-row-table thead tr th:nth-child(3),
.child-row-table thead tr td:nth-child(3),
.child-row-table tbody tr th:nth-child(3),
.child-row-table tbody tr td:nth-child(3) {
  min-width: 210px;
}
.child-row-table thead tr th:nth-child(4),
.child-row-table thead tr td:nth-child(4),
.child-row-table tbody tr th:nth-child(4),
.child-row-table tbody tr td:nth-child(4) {
  min-width: 128px;
}

.row-selection-table thead tr th:first-child,
.row-selection-table thead tr td:first-child,
.row-selection-table tbody tr th:first-child,
.row-selection-table tbody tr td:first-child {
  min-width: 175px;
}
.row-selection-table thead tr th:nth-child(2),
.row-selection-table thead tr td:nth-child(2),
.row-selection-table tbody tr th:nth-child(2),
.row-selection-table tbody tr td:nth-child(2) {
  min-width: 180px;
}
.row-selection-table thead tr th:nth-child(3),
.row-selection-table thead tr td:nth-child(3),
.row-selection-table tbody tr th:nth-child(3),
.row-selection-table tbody tr td:nth-child(3) {
  min-width: 160px;
}
.row-selection-table thead tr th:nth-child(4),
.row-selection-table thead tr td:nth-child(4),
.row-selection-table tbody tr th:nth-child(4),
.row-selection-table tbody tr td:nth-child(4) {
  min-width: 130px;
}

.custom-filtering-table thead tr th:nth-child(3),
.custom-filtering-table thead tr td:nth-child(3),
.custom-filtering-table tbody tr th:nth-child(3),
.custom-filtering-table tbody tr td:nth-child(3) {
  min-width: 125px;
}

.dom-source-data thead tr th:first-child,
.dom-source-data thead tr td:first-child,
.dom-source-data tbody tr th:first-child,
.dom-source-data tbody tr td:first-child {
  min-width: 170px;
}
.dom-source-data thead tr th:nth-child(2),
.dom-source-data thead tr td:nth-child(2),
.dom-source-data tbody tr th:nth-child(2),
.dom-source-data tbody tr td:nth-child(2) {
  min-width: 230px;
}
.dom-source-data thead tr th:nth-child(4),
.dom-source-data thead tr td:nth-child(4),
.dom-source-data tbody tr th:nth-child(4),
.dom-source-data tbody tr td:nth-child(4) {
  min-width: 120px;
}

.ajax-table thead tr th:first-child,
.ajax-table thead tr td:first-child,
.ajax-table tbody tr th:first-child,
.ajax-table tbody tr td:first-child {
  min-width: 150px;
}
.ajax-table thead tr th:nth-child(2),
.ajax-table thead tr td:nth-child(2),
.ajax-table tbody tr th:nth-child(2),
.ajax-table tbody tr td:nth-child(2) {
  min-width: 230px;
}
.ajax-table thead tr th:nth-child(5),
.ajax-table thead tr td:nth-child(5),
.ajax-table tbody tr th:nth-child(5),
.ajax-table tbody tr td:nth-child(5) {
  min-width: 130px;
}

.js-source-table thead tr th:first-child,
.js-source-table thead tr td:first-child,
.js-source-table tbody tr th:first-child,
.js-source-table tbody tr td:first-child {
  min-width: 150px;
}
.js-source-table thead tr th:nth-child(2),
.js-source-table thead tr td:nth-child(2),
.js-source-table tbody tr th:nth-child(2),
.js-source-table tbody tr td:nth-child(2) {
  min-width: 230px;
}
.js-source-table thead tr th:nth-child(3), .js-source-table thead tr th:nth-child(5),
.js-source-table thead tr td:nth-child(3),
.js-source-table thead tr td:nth-child(5),
.js-source-table tbody tr th:nth-child(3),
.js-source-table tbody tr th:nth-child(5),
.js-source-table tbody tr td:nth-child(3),
.js-source-table tbody tr td:nth-child(5) {
  min-width: 130px;
}

.server-side-table thead tr th:first-child,
.server-side-table thead tr td:first-child,
.server-side-table tbody tr th:first-child,
.server-side-table tbody tr td:first-child {
  min-width: 125px;
}
.server-side-table thead tr th:nth-child(2),
.server-side-table thead tr td:nth-child(2),
.server-side-table tbody tr th:nth-child(2),
.server-side-table tbody tr td:nth-child(2) {
  min-width: 130px;
}
.server-side-table thead tr th:nth-child(3),
.server-side-table thead tr td:nth-child(3),
.server-side-table tbody tr th:nth-child(3),
.server-side-table tbody tr td:nth-child(3) {
  min-width: 195px;
}
.server-side-table thead tr th:nth-child(4),
.server-side-table thead tr td:nth-child(4),
.server-side-table tbody tr th:nth-child(4),
.server-side-table tbody tr td:nth-child(4) {
  min-width: 120px;
}
.server-side-table thead tr th:nth-child(5),
.server-side-table thead tr td:nth-child(5),
.server-side-table tbody tr th:nth-child(5),
.server-side-table tbody tr td:nth-child(5) {
  min-width: 120px;
}

.keytable-table thead tr th:first-child,
.keytable-table thead tr td:first-child,
.keytable-table tbody tr th:first-child,
.keytable-table tbody tr td:first-child {
  min-width: 175px;
}
.keytable-table thead tr th:nth-child(2),
.keytable-table thead tr td:nth-child(2),
.keytable-table tbody tr th:nth-child(2),
.keytable-table tbody tr td:nth-child(2) {
  min-width: 195px;
}
.keytable-table thead tr th:nth-child(3),
.keytable-table thead tr td:nth-child(3),
.keytable-table tbody tr th:nth-child(3),
.keytable-table tbody tr td:nth-child(3) {
  min-width: 152px;
}
.keytable-table thead tr th:nth-child(4),
.keytable-table thead tr td:nth-child(4),
.keytable-table tbody tr th:nth-child(4),
.keytable-table tbody tr td:nth-child(4) {
  min-width: 120px;
}

.multi-level-table thead tr th:first-child,
.multi-level-table thead tr td:first-child,
.multi-level-table tbody tr th:first-child,
.multi-level-table tbody tr td:first-child {
  min-width: 95px;
}
.multi-level-table thead tr th:nth-child(2),
.multi-level-table thead tr td:nth-child(2),
.multi-level-table tbody tr th:nth-child(2),
.multi-level-table tbody tr td:nth-child(2) {
  min-width: 208px;
}
.multi-level-table thead tr th:nth-child(3),
.multi-level-table thead tr td:nth-child(3),
.multi-level-table tbody tr th:nth-child(3),
.multi-level-table tbody tr td:nth-child(3) {
  min-width: 108px;
}
.multi-level-table thead tr th:nth-child(4),
.multi-level-table thead tr td:nth-child(4),
.multi-level-table tbody tr th:nth-child(4),
.multi-level-table tbody tr td:nth-child(4) {
  min-width: 120px;
}

.header-footer-table thead tr th:first-child,
.header-footer-table thead tr td:first-child,
.header-footer-table tbody tr th:first-child,
.header-footer-table tbody tr td:first-child {
  min-width: 155px;
}
.header-footer-table thead tr th:nth-child(2),
.header-footer-table thead tr td:nth-child(2),
.header-footer-table tbody tr th:nth-child(2),
.header-footer-table tbody tr td:nth-child(2) {
  min-width: 165px;
}
.header-footer-table thead tr th:nth-child(3),
.header-footer-table thead tr td:nth-child(3),
.header-footer-table tbody tr th:nth-child(3),
.header-footer-table tbody tr td:nth-child(3) {
  min-width: 132px;
}
.header-footer-table thead tr th:nth-child(4),
.header-footer-table thead tr td:nth-child(4),
.header-footer-table tbody tr th:nth-child(4),
.header-footer-table tbody tr td:nth-child(4) {
  min-width: 80px;
}
.header-footer-table thead tr th:nth-child(5),
.header-footer-table thead tr td:nth-child(5),
.header-footer-table tbody tr th:nth-child(5),
.header-footer-table tbody tr td:nth-child(5) {
  min-width: 120px;
}

.html-expert-table .pagination {
  justify-content: flex-end;
}
.html-expert-table thead tr th:first-child,
.html-expert-table thead tr td:first-child,
.html-expert-table tbody tr th:first-child,
.html-expert-table tbody tr td:first-child {
  min-width: 155px;
}
.html-expert-table thead tr th:nth-child(2),
.html-expert-table thead tr td:nth-child(2),
.html-expert-table tbody tr th:nth-child(2),
.html-expert-table tbody tr td:nth-child(2) {
  min-width: 235px;
}
.html-expert-table thead tr th:nth-child(3),
.html-expert-table thead tr td:nth-child(3),
.html-expert-table tbody tr th:nth-child(3),
.html-expert-table tbody tr td:nth-child(3) {
  min-width: 132px;
}
.html-expert-table thead tr th:nth-child(4),
.html-expert-table thead tr td:nth-child(4),
.html-expert-table tbody tr th:nth-child(4),
.html-expert-table tbody tr td:nth-child(4) {
  min-width: 80px;
}
.html-expert-table thead tr th:nth-child(5),
.html-expert-table thead tr td:nth-child(5),
.html-expert-table tbody tr th:nth-child(5),
.html-expert-table tbody tr td:nth-child(5) {
  min-width: 120px;
}

.row-selection thead tr th:first-child,
.row-selection thead tr td:first-child,
.row-selection tbody tr th:first-child,
.row-selection tbody tr td:first-child {
  min-width: 224px;
}
.row-selection thead tr th:nth-child(2),
.row-selection thead tr td:nth-child(2),
.row-selection tbody tr th:nth-child(2),
.row-selection tbody tr td:nth-child(2) {
  min-width: 200px;
}
.row-selection thead tr th:nth-child(3),
.row-selection thead tr td:nth-child(3),
.row-selection tbody tr th:nth-child(3),
.row-selection tbody tr td:nth-child(3) {
  min-width: 132px;
}
.row-selection thead tr th:nth-child(4),
.row-selection thead tr td:nth-child(4),
.row-selection tbody tr th:nth-child(4),
.row-selection tbody tr td:nth-child(4) {
  min-width: 65px;
}
.row-selection thead tr th:nth-child(6),
.row-selection thead tr td:nth-child(6),
.row-selection tbody tr th:nth-child(6),
.row-selection tbody tr td:nth-child(6) {
  min-width: 114px;
}

.support-ticket-table thead tr th:first-child,
.support-ticket-table thead tr td:first-child,
.support-ticket-table tbody tr th:first-child,
.support-ticket-table tbody tr td:first-child {
  min-width: 224px;
}
.support-ticket-table thead tr th:nth-child(2),
.support-ticket-table thead tr td:nth-child(2),
.support-ticket-table tbody tr th:nth-child(2),
.support-ticket-table tbody tr td:nth-child(2) {
  min-width: 200px;
}
.support-ticket-table thead tr th:nth-child(3),
.support-ticket-table thead tr td:nth-child(3),
.support-ticket-table tbody tr th:nth-child(3),
.support-ticket-table tbody tr td:nth-child(3) {
  min-width: 132px;
}
.support-ticket-table thead tr th:nth-child(4),
.support-ticket-table thead tr td:nth-child(4),
.support-ticket-table tbody tr th:nth-child(4),
.support-ticket-table tbody tr td:nth-child(4) {
  min-width: 65px;
}
.support-ticket-table thead tr th:nth-child(5),
.support-ticket-table thead tr td:nth-child(5),
.support-ticket-table tbody tr th:nth-child(5),
.support-ticket-table tbody tr td:nth-child(5) {
  min-width: 120px;
}

#batchDelete .jsgrid-grid-header tr th:first-child,
#batchDelete .jsgrid-grid-header tr td:first-child,
#batchDelete .jsgrid-grid-body tr th:first-child,
#batchDelete .jsgrid-grid-body tr td:first-child {
  min-width: 130px;
  width: 130px !important;
}

.autofill-data-tables .dt-ext table.keytable-table tbody tr td.focus {
  outline: 2px solid var(--theme-default);
}
.autofill-data-tables .dt-ext .dt-autofill-handle {
  background: var(--theme-default);
}

div.dt-rowReorder-float-parent {
  outline: 2px solid var(--theme-default) !important;
}

div.dt-button-background {
  display: none !important;
}
div.DTS div.dataTables_scrollBody table {
  z-index: 1;
}
div .table-avtar {
  height: 32px;
  margin-right: 10px;
}
[dir=rtl] div .table-avtar {
  margin-right: unset;
  margin-left: 10px;
}
div .action {
  display: flex;
}
div .action i {
  font-size: 16px;
}
div .action .pdf i {
  font-size: 20px;
  color: #fc564a;
}
div .action .edit {
  margin-right: 5px;
}
div .action .edit i {
  color: #65c15c;
}
[dir=rtl] div .action .edit {
  margin-left: 5px;
}
div .action .delete i {
  color: #fc564a;
}

#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 #e9edf1;
}
.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: #fff;
}
.dataTables_wrapper + .dataTables_wrapper {
  margin-top: 20px;
}
.dataTables_wrapper .dataTables_paginate {
  margin-left: 15px !important;
  border: 1px solid #f4f4f4;
  border-radius: 0.25rem;
  padding-top: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  margin: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background: var(--theme-default);
  color: #fff !important;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: 1px solid var(--theme-default);
  color: #3f475a !important;
  background: transparent !important;
}
.dataTables_wrapper .dataTables_length {
  margin-bottom: 30px;
}
.dataTables_wrapper .dataTables_length select {
  border-color: #f4f4f4;
  color: #3f475a;
  padding: 0 10px;
  margin: 0 10px;
  height: 2.7142em;
  background-color: #fff;
}
.dataTables_wrapper table.dataTable {
  border: 1px solid #efefef;
}
.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: 2px solid #efefef;
}
.dataTables_wrapper table.dataTable th,
.dataTables_wrapper table.dataTable td {
  padding: 0.75rem;
}
.dataTables_wrapper .dataTables_filter {
  margin-bottom: 25px;
  margin-left: 15px;
}
.dataTables_wrapper .dataTables_filter input[type=search] {
  border: 1px solid #efefef;
  padding: 0 10px;
  margin-left: 10px;
  height: 37px;
  border-radius: 0;
}

.dataTables_scrollHeadInner {
  width: 100% !important;
}

table .fixedHeader-floating {
  position: fixed !important;
  background-color: #fff;
}
table .box > div {
  padding: 5px 15px;
  background-color: var(--theme-default);
  display: inline-block;
  color: #fff;
  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 #efefef;
  height: 37px;
}

.user-datatable tr td:first-child,
.user-datatable tr th:first-child {
  min-width: 198px;
}
.user-datatable tr td:nth-child(2),
.user-datatable tr th:nth-child(2) {
  min-width: 190px;
}
.user-datatable tr td:nth-child(5),
.user-datatable tr th:nth-child(5) {
  min-width: 130px;
}

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

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

code.option {
  color: #fc564a !important;
}
code.api {
  color: #65c15c !important;
}

.dt-ext .dataTables_wrapper .page-item.active .page-link {
  background-color: var(--theme-default) !important;
  border-color: var(--theme-default) !important;
  color: #fff;
}
.dt-ext .dataTables_wrapper .dataTables_paginate {
  border: none;
}
.dt-ext .dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0;
  border: none;
}
.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: #fff;
  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: #65c15c;
  border-color: #65c15c;
}
.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: #fc564a;
  border-color: #fc564a;
}
.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: white;
}
.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: white;
}
.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: white;
}
.dt-ext .dataTables_wrapper table.dataTable tbody > tr.selected,
.dt-ext .dataTables_wrapper table.dataTable tbody > tr > .selected {
  background-color: white;
}

td.highlight {
  background-color: #f4f4f4 !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 {
  font-weight: 600;
  color: #3f475a;
}

table.dataTable.display tbody tr.odd > .sorting_1 {
  background-color: #fdfeff;
}
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;
}

/**=====================
     2.12 Datatable CSS Ends
==========================**/
/**=====================
    2.13 Data picker CSS Start
==========================**/
.datepicker {
  z-index: 99;
}

.datepicker--day-name {
  color: #7366FF;
  font-weight: bold;
}

.datepicker--cell.-current- {
  color: #000;
  border-radius: 5px;
  font-weight: bold;
  border: 2px solid var(--theme-default);
}
.datepicker--cell.-focus- {
  background: var(--theme-default);
  color: #fff;
}
.datepicker--cell.-selected- {
  background: var(--theme-default) !important;
}
.datepicker--cell-day {
  width: 14.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;
}

.bootstrap-calendar .form-control {
  font-size: 14px;
  color: #898989;
}

.clockpicker-popover {
  border: none;
  box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
  z-index: 7;
}
.clockpicker-popover .popover-content {
  background-color: rgba(115, 102, 255, 0.05);
}

.clockpicker-canvas-bg {
  fill: white;
}

.clockpicker-tick:hover {
  color: inherit;
  background-color: white;
}

.calendar-basic .md-sidebar-aside {
  background-color: #fff;
}
.calendar-basic #external-events {
  padding: 20px;
  border: 1px solid #d7e2e9;
}
.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-event-main-frame {
  padding: 2px 6px;
  font-size: 13px;
}
.calendar-basic .calendar-default .fc .fc-highlight {
  background: #e8e5ff;
}
.calendar-basic .calendar-default .fc-daygrid-dot-event {
  font-size: 13px;
}
.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: #404040;
  font-weight: 500;
}
.calendar-basic .calendar-default .fc .fc-button:focus {
  box-shadow: unset;
}
.calendar-basic .calendar-default .fc .fc-button .fc-icon {
  height: 23px;
}
.calendar-basic .calendar-default .fc-h-event {
  padding: 2px;
  background-color: #7366FF;
  border: 1px solid #7366FF;
}
.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(115, 102, 255, 0.5);
}

.main-inline-calender.input-group {
  flex-direction: column;
}
.main-inline-calender.input-group .form-control {
  width: 100%;
  border-radius: 6px !important;
}
.main-inline-calender.input-group .form-control:focus {
  box-shadow: unset;
  border-color: var(--recent-border);
}
.main-inline-calender.input-group .flatpickr-calendar.inline {
  width: 100%;
  border-radius: 6px !important;
}
.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.prevMonthDay, .main-inline-calender.input-group .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day.nextMonthDay {
  color: rgba(82, 82, 108, 0.6);
}
.main-inline-calender.input-group .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day:hover {
  background: var(--theme-default) !important;
  color: #fff !important;
}

.flatpickr-day.selected,
.flatpickr-day .endRange {
  background-color: var(--theme-default) !important;
  border-color: var(--theme-default) !important;
}
.flatpickr-day.selected:hover,
.flatpickr-day .endRange:hover {
  background-color: var(--theme-default) !important;
  border-color: var(--theme-default) !important;
}

.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;
}
.flatpickr-calendar.rangeMode .flatpickr-days .dayContainer .flatpickr-day.endRange {
  border-color: var(--theme-default);
  background-color: var(--theme-default);
}

@media (max-width: 768px) {
  .flatpicker-calender .form-control {
    font-size: 14px;
  }
}

.timepicker-wrapper .row {
  margin-bottom: 16px;
}
.timepicker-wrapper .row:last-child {
  margin-bottom: 0;
}
.timepicker-wrapper .row .input-group .form-control {
  font-size: 14px;
  color: #898989;
}
.timepicker-wrapper .row .input-group .form-control.input {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

/**=====================
   2.13 Data picker CSS End
==========================**/
/**=====================
	2.14 Dropdown CSS Start
==========================**/
.img-cropper .dropup .dropdown-toggle::after {
  content: "";
  display: none;
}

.dropdown-divider {
  margin: 0;
}

.dropdown .dropdown-toggle {
  background-color: rgba(115, 102, 255, 0.08);
  color: #7366FF;
  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: "Font Awesome 6 Free";
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.dropdown .dropdown-toggle.show {
  border-color: transparent;
}
.dropdown .dropdown-toggle.btn-primary {
  color: #fff;
}
.dropdown .dropdown-toggle:focus, .dropdown .dropdown-toggle:active {
  border: 1px solid transparent;
}
.dropdown.custom-dropdown .dropdown-toggle {
  border-radius: 3px;
  border: 1px solid rgba(82, 82, 108, 0.2);
  background-color: transparent;
  color: var(--body-font-color);
  font-weight: 500;
}
.dropdown.custom-dropdown .dropdown-toggle::after {
  color: var(--theme-default);
}
.dropdown.custom-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #F7F8F9;
  color: var(--theme-default);
  opacity: 1;
}
.dropdown .dropdown-menu {
  font-family: Rubik, sans-serif;
  border-radius: 0px;
}

.docs-toggles .dropdown .dropdown-toggle {
  width: auto;
}
.docs-toggles .dropdown .dropdown-menu .dropdown-item .form-check .form-check-input:focus {
  box-shadow: unset;
  border-color: #52526c;
}

.nav-tabs .dropdown .dropdown-toggle {
  width: 120px;
}
@media only screen and (max-width: 575.98px) {
  .nav-tabs .dropdown .dropdown-toggle {
    width: 100%;
    text-align: center;
  }
}

.icon-dropdown .dropdown-toggle {
  background: transparent;
  color: #75758a;
  padding: 0;
  width: auto;
  z-index: 1;
  position: relative;
}
.icon-dropdown .dropdown-toggle i {
  font-size: 16px;
}
.icon-dropdown .dropdown-toggle::after {
  display: none;
}
.icon-dropdown .dropdown-item {
  line-height: 1.5;
}

.dropdown-basic {
  margin-bottom: -10px;
}
.dropdown-basic .btn-group .btn-round {
  border-radius: 50px;
}
.dropdown-basic .separated-btn {
  margin-left: -6px;
}
[dir=rtl] .dropdown-basic .separated-btn {
  margin-left: unset;
  margin-right: -6px;
}
.dropdown-basic .separated-btn .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 10px;
}
.dropdown-basic .separated-btn.dropdown {
  margin-bottom: 0;
}
.dropdown-basic button {
  max-height: 43px;
}
.dropdown-basic .dropdown {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.dropdown-basic .dropdown .dropbtn {
  color: #fff;
  padding: 12px 35px;
  border: none;
  cursor: pointer;
}
.dropdown-basic .dropdown-content a:hover {
  background-color: #f1f1f1;
}
.dropdown-basic .dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-block li .dropdown-item:hover {
  background-color: #cccccc;
}
.dropdown-block li .helper-truncate:hover {
  background-color: unset !important;
}

.dropdown-basic .dropdown .dropdown-content a:hover {
  background-color: #cccccc !important;
}

.dropdown-menu .input-group {
  background-color: unset;
  padding: 6px 12px;
  border-top: 1px solid #efefef;
  background-color: var(--white);
  opacity: 0.6;
}
.dropdown-menu .input-group:hover, .dropdown-menu .input-group:active {
  background-color: #cccccc;
}
.dropdown-menu .input-group .input-group-text {
  background-color: unset;
  border: none;
}

.dark-form .form-label {
  color: var(--chart-text-color);
}
.dark-form .form-control {
  border: 1px solid var(--chart-text-color) !important;
}
.dark-form .form-check .form-check-input {
  border: 1px solid var(--chart-text-color);
}
.dark-form .form-check .form-check-label {
  color: var(--chart-text-color);
}
.dark-form h6 {
  color: var(--chart-text-color);
}
.dark-form p.dropdown-item {
  padding: 7px 0 0 0;
  border-top: 1px solid var(--chart-dashed-border);
}
.dark-form .helper-truncate {
  color: var(--chart-text-color);
  background-color: transparent;
}

.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;
}
[dir=rtl] .dropdown-toggle::after {
  margin-left: unset;
  margin-right: 8px;
}

.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;
}
[dir=rtl] .dropstart .dropdown-toggle::before {
  margin-left: 8px;
  margin-right: unset;
}

.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;
}
[dir=rtl] .dropup .dropdown-toggle::after {
  margin-left: unset;
  margin-right: 8px;
}

.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;
}
[dir=rtl] .dropend .dropdown-toggle::after {
  margin-left: unset;
  margin-right: 8px;
}

.form-wrapper {
  width: 260px;
}

@media (max-width: 400px) {
  .dropdown-menu .helper-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.dropdown-menu .form-control::placeholder {
  color: #999999;
  font-size: 14px;
}

.dark-dropdown .dropdown-block li .dropdown-item:hover, .dark-dropdown .dropdown-block li .dropdown-item.active {
  background-color: #3f475a;
  color: #fff;
}

btn-group .dropdown-wrapper {
  z-index: 2;
}
btn-group .dropdown-wrapper .input-group .input-group-text {
  padding: 0px 8px 0px 0px;
}
[dir=rtl] btn-group .dropdown-wrapper .input-group .input-group-text {
  padding: 0px 0px 0px 8px;
}

.helper-cards .common-flex .btn-group .dropdown-menu li .dropdown-item:hover {
  background-color: transparent;
}

.dropdown-option .dropdown .dropdown-toggle {
  color: #fff;
}
.dropdown-option .dropdown .dropdown-toggle::after {
  font-size: 14px;
}

[dir=rtl] .rtl-dropdown .dropdown-menu li .dropdown-item {
  text-align: right;
}
.rtl-dropdown .dropdown-menu.show .form-control {
  color: #52526c;
}
[dir=rtl] .rtl-dropdown .btn-group .dropdown-menu {
  text-align: right;
}

.heading-dropdown .dropdown-menu > li:first-child > a {
  border-bottom: 4px solid var(--recent-border);
  border-top: 0;
  background-color: #d7e2e9;
}

.split-dropdown .dropdown-basic .btn-group .dropdown-menu .dropdown-item a {
  color: #2b2b2b;
  font-size: 13px;
  padding: initial;
  background: transparent;
}

/**=====================
	2.14 Dropdown CSS Ends
==========================**/
/**=====================
    2.15 Form-input CSS Start
==========================**/
.icon-addon .addon-md .fa, .icon-addon .addon-md .glyphicon {
  position: absolute;
  z-index: 2;
  left: 10px;
  font-size: 14px;
  width: 20px;
  margin-left: -2.5px;
  text-align: center;
  padding: 10px 0;
  top: 1px;
}

.icon-addon .glyphicon,
.icon-addon .fa {
  position: absolute;
  z-index: 2;
  left: 10px;
  font-size: 14px;
  width: 20px;
  margin-left: -2.5px;
  text-align: center;
  padding: 10px 0;
  top: 1px;
}

.input-group-square .input-group-text,
.input-group-square .form-control {
  border-radius: 0;
}

.input-group-air {
  box-shadow: 0 3px 20px 0 #efefef;
}

.icon-addon {
  position: relative;
  color: #4c5667;
  display: block;
}
.icon-addon:after {
  display: table;
  content: "";
  clear: both;
}
.icon-addon:before {
  display: table;
  content: "";
}
.icon-addon .addon-md .form-control {
  padding-left: 30px;
  float: left;
  font-weight: normal;
}
.icon-addon .form-control {
  padding-left: 30px;
  float: left;
  font-weight: normal;
}
.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;
}

.main-custom-form label {
  margin-bottom: 0;
}
.main-custom-form .form-select:focus {
  box-shadow: unset;
  border-color: var(--recent-border);
}
.main-custom-form .dropdown-menu {
  z-index: 3;
}
.main-custom-form .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;
}
.main-custom-form .form-select,
.main-custom-form .form-control {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
.main-custom-form .input-group-text {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
@media (max-width: 338px) {
  .main-custom-form .dropdown-toggle.btn {
    padding: 6px 11px;
  }
}

.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;
}
.main-segment-btn .dropdown-menu {
  z-index: 3;
}

#exampleDataList::-webkit-calendar-picker-indicator:hover, #exampleDataList::-webkit-calendar-picker-indicator:focus {
  display: none;
}

.form-control-color {
  max-width: 70rem;
}

.select2-container--default .select2-selection--single {
  border: 1px dashed #cccccc;
}
.select2-container--default .select2-results__option--highlighted {
  background-color: #7366FF !important;
}

.theme-form select.form-select option {
  padding: 8px 10px;
  border-radius: 100px;
}

.input-radius .form-control:focus {
  box-shadow: unset;
  border-color: var(--recent-border);
}
.input-radius .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;
}

.floating-wrapper .form-floating .form-control {
  height: 54px;
}

/**=====================
    2.15 Form-input CSS Ends
	==========================**/
/**=====================
    2.16 Form-wizard CSS Start
==========================**/
/*Form Wizard One Start*/
.form-wizard .tab {
  display: none;
}
.form-wizard .step {
  width: 10px;
  height: 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);
}

/*Form Wizard One ends*/
/*Form Wizard Four Start*/
.wizard-4 .action-bar {
  position: absolute;
  bottom: 50px;
  right: 50px;
}
[dir=rtl] .wizard-4 .action-bar {
  right: unset;
  left: 50px;
}
.wizard-4 .action-bar .btn {
  float: right;
  margin: 0 5px;
  background-color: #e3e0ff !important;
  border-color: #e3e0ff !important;
  color: var(--theme-default);
}
.wizard-4 .action-bar .buttonDisabled {
  color: #59667a;
  background-color: rgba(89, 102, 122, 0.05) !important;
  border: 1px solid rgba(89, 102, 122, 0.05) !important;
  cursor: text;
}
.wizard-4 .step-container {
  background: #f8f9fe;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0 solid #e8ebf2;
  overflow: hidden;
  clear: right;
  width: 70%;
}
.wizard-4 .step-container div.content {
  display: block;
  position: absolute;
  float: left;
  text-align: left;
  overflow: auto;
  z-index: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
}
[dir=rtl] .wizard-4 .step-container div.content {
  text-align: unset;
  text-align: right;
}
.wizard-4 .step-container div.content .wizard-title {
  width: 450px;
  margin: 0 auto;
}
.wizard-4 .loader {
  display: none;
}
.wizard-4 .msg-box {
  position: fixed;
  display: none;
  padding: 5px 10px;
  background-color: #a299ff;
  top: 30px;
  border-radius: 5px;
  right: 60px;
  padding: 10px 20px;
}
.wizard-4 .msg-box .content {
  padding: 0;
  float: left;
  padding-top: 3px;
  color: #fff;
}
.wizard-4 .msg-box .close {
  color: #fff;
  margin-left: 10px;
  opacity: 1;
  font-size: 18px;
  line-height: 1.4;
}
[dir=rtl] .wizard-4 .msg-box .close {
  margin-right: 10px;
  margin-left: unset;
}
.wizard-4 ul.anchor {
  float: left;
  width: 30%;
  height: calc(100vh - 300px);
  padding: 40px 30px;
  overflow: auto;
}
.wizard-4 ul.anchor .disabled {
  opacity: 0.7;
  color: #59667a;
}
.wizard-4 ul.anchor .disabled h4 {
  background-color: rgba(89, 102, 122, 0.15);
}
.wizard-4 ul.anchor .logo {
  padding-bottom: 20px;
}
.wizard-4 ul.anchor li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  padding-bottom: 19px;
  float: left;
  clear: both;
  width: 100%;
  box-sizing: border-box;
  z-index: 0;
}
.wizard-4 ul.anchor li + li a {
  padding-left: 80px;
}
[dir=rtl] .wizard-4 ul.anchor li + li a {
  padding-left: unset;
  padding-right: 80px;
}
.wizard-4 ul.anchor li:last-child {
  position: absolute;
  bottom: 0;
  width: auto;
  padding-bottom: 0;
  left: 9%;
}
[dir=rtl] .wizard-4 ul.anchor li:last-child {
  left: unset;
  right: 9%;
}
.wizard-4 ul.anchor li:last-child img {
  height: 300px;
}
@media (max-width: 1199px) {
  .wizard-4 ul.anchor li:last-child img {
    height: 220px;
  }
}
.wizard-4 ul.anchor li h4 {
  display: inline-block;
  background-color: rgba(115, 102, 255, 0.2);
  padding: 16px 23px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 6px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
[dir=rtl] .wizard-4 ul.anchor li h4 {
  left: unset;
  right: 0;
}
.wizard-4 ul.anchor li a {
  display: block;
  position: relative;
  float: left;
  margin: 0;
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  outline-style: none;
  z-index: 1;
  font-size: 18px;
}
.wizard-4 ul.anchor li a small {
  display: block;
  font-size: 14px;
}
.wizard-4 ul.anchor li a .stepNumber {
  position: relative;
  float: left;
  width: 30px;
  text-align: center;
  padding: 5px;
  padding-top: 0;
}
.wizard-4 ul.anchor li a.done h4 {
  color: #fff;
  background: var(--theme-default);
}
.wizard-4 ul.anchor li a.done h4:before {
  font-size: 12px;
  position: absolute;
  left: 5px;
  top: -3px;
  content: "\e64c";
  font-family: "themify";
  background-color: #fff;
  color: var(--theme-default);
  border-radius: 15px;
  padding: 2px;
  border: 1px solid;
}
.wizard-4 ul.anchor li a.error {
  color: #898989;
  background: #fe8a7d;
  border: 1px solid #fc564a;
}
.wizard-4 ul.anchor li a.error:hover {
  color: #000;
}

.wizard {
  max-width: 670px;
  margin: 0 auto;
}
.wizard .wizard-content {
  box-shadow: unset;
  background-color: #fff;
  border-radius: 5px;
}

.vertical-main-wizard .header-vertical-wizard {
  background-color: var(--light-background);
  height: 100%;
  text-align: unset;
}
.vertical-main-wizard .header-vertical-wizard .nav-link {
  border-bottom: 1px solid var(--recent-border);
  border-radius: 0;
  padding: 18px;
}
.vertical-main-wizard .header-vertical-wizard .nav-link:last-child {
  border-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;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  border-radius: 50%;
  position: relative;
  border: 1px solid #52526c;
}
.vertical-main-wizard .nav-link .vertical-wizard .stroke-icon-wizard i {
  margin-right: 0;
  color: #52526c;
}
.vertical-main-wizard .nav-link .vertical-wizard .vertical-wizard-content h6 {
  font-weight: 400;
  line-height: 1;
  color: var(--body-font-color);
}
.vertical-main-wizard .nav-link .vertical-wizard .vertical-wizard-content p {
  color: var(--chart-text-color);
}
.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);
  border: 1px solid 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: #fff;
  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 #7366FF;
}
.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(--theme-default);
}
.vertical-main-wizard .form-check .form-check-label {
  margin-bottom: 0;
}
.vertical-main-wizard .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;
}

.basic-wizard .stepper-horizontal {
  display: flex;
  width: 100%;
  margin: 0 auto;
  overflow: auto;
  margin-bottom: calc(14px + 10 * (100vw - 320px) / 1600);
}
.basic-wizard .stepper-horizontal .step {
  position: relative;
  padding-inline: 24px;
  z-index: 2;
  width: 100%;
}
.basic-wizard .stepper-horizontal .step:first-child {
  padding-left: 0;
}
[dir=rtl] .basic-wizard .stepper-horizontal .step:first-child {
  padding-left: 24px;
  padding-right: 0;
}
.basic-wizard .stepper-horizontal .step:last-child {
  padding-right: 0;
}
[dir=rtl] .basic-wizard .stepper-horizontal .step:last-child {
  padding-right: 24px;
  padding-left: 0;
}
.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: 1.8;
  font-size: 16px;
  font-weight: 600;
  z-index: 2;
  border: 2px solid #cccccc;
  background: var(--white);
}
.basic-wizard .stepper-horizontal .step.done .step-circle {
  background-color: var(--white);
  border: 2px solid #75758a;
  color: #7366FF;
  z-index: 4;
  position: relative;
}
.basic-wizard .stepper-horizontal .step.done .step-circle:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  content: "\f00c";
}
.basic-wizard .stepper-horizontal .step.done .step-circle * {
  display: none;
}
.basic-wizard .stepper-horizontal .step.done .step-title {
  color: #75758a;
}
.basic-wizard .stepper-horizontal .step.editing .step-circle {
  background: var(--white);
  border-color: #75758a;
  color: var(--theme-default);
}
.basic-wizard .stepper-horizontal .step .step-title {
  margin-top: 8px;
  font-size: 16px;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  white-space: nowrap;
  color: var(--chart-text-color);
}
.basic-wizard .stepper-horizontal .step .step-title,
.basic-wizard .stepper-horizontal .step .step-optional {
  text-align: center;
}
.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(--view-border-marker);
  border: solid var(--view-border-marker);
  border-width: 2px 0;
}
.basic-wizard .stepper-horizontal .step .step-bar-left {
  width: 100%;
  left: 50%;
  z-index: -1;
}
[dir=rtl] .basic-wizard .stepper-horizontal .step .step-bar-left {
  left: unset;
  right: 50%;
}
.basic-wizard .stepper-horizontal .step .step-bar-right {
  width: 0;
  left: 50%;
  z-index: -1;
  transition: width 500ms ease-in-out;
}
[dir=rtl] .basic-wizard .stepper-horizontal .step .step-bar-right {
  right: 50%;
  left: unset;
}
.basic-wizard .stepper-horizontal .step.done .step-bar-right {
  background-color: var(--theme-default);
  border-color: var(--theme-default);
  z-index: 3;
  width: 100%;
}
.basic-wizard form.none {
  display: none;
}
.basic-wizard form.block {
  display: block;
}
.basic-wizard form .form-check-label {
  margin-bottom: 0;
}

.important-validation .form-label span {
  color: #fc564a;
}

.select-size.form-select {
  font-size: 14px;
}

.wizard-footer button.disabled {
  background-color: #EAEBF2;
}
.wizard-footer button.back {
  background-color: #ffb829;
}

.successful-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 24px;
}
.successful-form img {
  width: calc(68px + 32 * (100vw - 320px) / 1600);
  height: calc(68px + 32 * (100vw - 320px) / 1600);
}

#horizontal-wizard-tab .nav-link.active h6,
#vertical-wizard-tab .nav-link.active h6 {
  color: #fff;
}

.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 h6 {
  text-align: center;
  margin-top: 24px;
}

.horizontal-wizard-wrapper .main-horizontal-header {
  padding: 0 0 20px 0;
}
.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(--body-font-color);
  transition: all 0.3s ease;
}
.horizontal-wizard-wrapper .main-horizontal-header .horizontal-options a .horizontal-wizard .stroke-icon-wizard i {
  font-size: 18px;
  color: var(--body-font-color);
}
[dir=rtl] .horizontal-wizard-wrapper .main-horizontal-header .horizontal-options a .horizontal-wizard .stroke-icon-wizard i {
  margin-right: unset;
  margin-left: 10px;
}
.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 i, .horizontal-wizard-wrapper .main-horizontal-header .horizontal-options a.nav-link.active .horizontal-wizard .stroke-icon-wizard i {
  color: #fff;
}
.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: #fff;
}
.horizontal-wizard-wrapper .main-horizontal-header .form-check {
  margin-bottom: 0;
}
.horizontal-wizard-wrapper .bank-search {
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .horizontal-wizard-wrapper .bank-search {
    margin-bottom: 0;
  }
}
.horizontal-wizard-wrapper .bank-selection {
  padding: 10px 0 0 0;
}
@media (max-width: 401px) {
  .horizontal-wizard-wrapper .bank-selection .radio-wrapper {
    justify-content: center;
  }
}
.horizontal-wizard-wrapper .bank-selection .radio-wrapper li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.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 .form-check-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(--body-font-color);
}
.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;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e8e5ff;
  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(--body-font-color);
}
.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;
}
.horizontal-wizard-wrapper.vertical-variations .select-account .radio-wrapper li .form-check-label span > span + span {
  font-size: 13px;
}
@media (max-width: 400px) {
  .horizontal-wizard-wrapper.vertical-variations .select-account .radio-wrapper li .form-check-label span > span + span {
    display: none;
  }
}

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

.authentication-options .radio-wrapper {
  display: flex;
  gap: calc(8px + 8 * (100vw - 320px) / 1600);
  flex-wrap: wrap;
  justify-content: center;
}
.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;
}
@media (max-width: 400px) {
  .authentication-options .radio-wrapper li .form-check-label {
    align-items: baseline;
  }
}
.authentication-options .radio-wrapper li .form-check-label i {
  padding: 0;
}
[dir=rtl] .authentication-options .radio-wrapper li .form-check-label i {
  padding: 0;
}
.authentication-options .radio-wrapper li .form-check-label span > span {
  font-size: 16px;
  color: #1f2533;
  font-weight: 500;
}
.authentication-options .radio-wrapper li .form-check-label span > span + span {
  color: var(--chart-text-color);
  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 {
  width: 100px;
  height: 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;
}

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

.shipping-form .shipping-border,
.checkout-cart .shipping-border {
  border-right: 1px solid var(--recent-dashed-border);
}
@media (max-width: 1200px) {
  .shipping-form .shipping-border,
  .checkout-cart .shipping-border {
    border-right: unset;
  }
}
.shipping-form .shipping-options,
.checkout-cart .shipping-options {
  display: flex;
  align-items: center;
  background-color: #e8e5ff;
  flex-wrap: nowrap;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .shipping-form .shipping-options,
  .checkout-cart .shipping-options {
    flex-direction: column;
  }
}
.shipping-form .shipping-options .nav-link,
.checkout-cart .shipping-options .nav-link {
  width: 100%;
}
@media (min-width: 1200px) and (max-width: 1920px) {
  .shipping-form .shipping-options .nav-link,
  .checkout-cart .shipping-options .nav-link {
    padding: calc(8px + 0 * (100vw - 300px) / 1620) calc(6px + 10 * (100vw - 300px) / 1620);
  }
}
.shipping-form .shipping-options .nav-link.active i,
.checkout-cart .shipping-options .nav-link.active i {
  background-color: #e8e5ff;
  color: var(--theme-default);
  transition: all 0.3s ease-in-out;
}
.shipping-form .shipping-options .nav-link.active h6,
.checkout-cart .shipping-options .nav-link.active h6 {
  color: #fff;
}
.shipping-form .shipping-options .nav-link:nth-child(2) .cart-options i,
.checkout-cart .shipping-options .nav-link:nth-child(2) .cart-options i {
  transform: scaleX(-1);
}
.shipping-form .shipping-options .cart-options,
.checkout-cart .shipping-options .cart-options {
  display: flex;
  align-items: center;
  gap: 11px;
}
.shipping-form .shipping-options .cart-options i,
.checkout-cart .shipping-options .cart-options i {
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  color: #fff;
  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) {
  .shipping-form .shipping-options .cart-options i,
  .checkout-cart .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);
  }
}
.shipping-form .shipping-options .cart-options h6,
.checkout-cart .shipping-options .cart-options h6 {
  color: var(--theme-default);
}
.shipping-form .shipping-info .table thead th,
.checkout-cart .shipping-info .table thead th {
  white-space: nowrap;
}
.shipping-form .shipping-info .table thead th:last-child,
.checkout-cart .shipping-info .table thead th:last-child {
  text-align: end;
}
.shipping-form .shipping-info .table tbody tr td img,
.checkout-cart .shipping-info .table tbody tr td img {
  height: 50px;
}
.shipping-form .shipping-info .table tbody tr td:last-child,
.checkout-cart .shipping-info .table tbody tr td:last-child {
  text-align: end;
}
.shipping-form .shipping-info .table tbody tr td span,
.checkout-cart .shipping-info .table tbody tr td span {
  color: var(--chart-text-color);
}
.shipping-form .shipping-info .table tbody tr:last-child td,
.checkout-cart .shipping-info .table tbody tr:last-child td {
  border: 0;
}
.shipping-form .shipping-info .table tfoot,
.checkout-cart .shipping-info .table tfoot {
  font-weight: 400;
}
.shipping-form .shipping-info .table tfoot tr td,
.checkout-cart .shipping-info .table tfoot tr td {
  white-space: nowrap;
}
.shipping-form .shipping-info .table tfoot tr td:first-child,
.checkout-cart .shipping-info .table tfoot tr td:first-child {
  max-width: 370px;
}
.shipping-form .shipping-info .table tfoot tr td:last-child,
.checkout-cart .shipping-info .table tfoot tr td:last-child {
  min-width: 0;
  text-align: end;
}
.shipping-form .shipping-info .table tfoot tr:first-child,
.checkout-cart .shipping-info .table tfoot tr:first-child {
  font-weight: 500;
}
.shipping-form .shipping-info .table tfoot tr:last-child,
.checkout-cart .shipping-info .table tfoot tr:last-child {
  font-weight: 600;
}
.shipping-form .shipping-info .table tfoot tr:last-child td,
.checkout-cart .shipping-info .table tfoot tr:last-child td {
  border-bottom: 0;
}
.shipping-form .shipping-content,
.checkout-cart .shipping-content {
  height: 100%;
  padding: 0;
}
.shipping-form .shipping-content .shipping-wizard .shipping-title,
.checkout-cart .shipping-content .shipping-wizard .shipping-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shipping-form .shipping-content .shipping-wizard .shipping-title > .btn,
.checkout-cart .shipping-content .shipping-wizard .shipping-title > .btn {
  background: none !important;
  border: 0;
  padding: 0 28px;
}
.shipping-form .shipping-content .shipping-wizard .shipping-title > .btn i,
.checkout-cart .shipping-content .shipping-wizard .shipping-title > .btn i {
  color: var(--theme-default);
}
.shipping-form .shipping-content .shipping-wizard .collect-address,
.checkout-cart .shipping-content .shipping-wizard .collect-address {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.shipping-form .shipping-content .shipping-wizard .collect-address .card-icon,
.checkout-cart .shipping-content .shipping-wizard .collect-address .card-icon {
  display: flex;
  align-items: center;
  gap: 12px;
}
.shipping-form .shipping-content .shipping-wizard .collect-address .card-icon i,
.checkout-cart .shipping-content .shipping-wizard .collect-address .card-icon i {
  font-size: 16px;
  color: var(--theme-default);
}
.shipping-form .shipping-content .shipping-wizard .shipping-address,
.checkout-cart .shipping-content .shipping-wizard .shipping-address {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.shipping-form .shipping-content .shipping-wizard .shipping-address h6,
.checkout-cart .shipping-content .shipping-wizard .shipping-address h6 {
  font-size: 15px;
  font-weight: 500;
}
.shipping-form .shipping-content > .active.finish-wizard1,
.checkout-cart .shipping-content > .active.finish-wizard1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 55px - 18px);
}
@media (max-width: 768px) {
  .shipping-form .shipping-content > .active.finish-wizard1,
  .checkout-cart .shipping-content > .active.finish-wizard1 {
    height: unset;
  }
}
.shipping-form .shipping-method p,
.checkout-cart .shipping-method p {
  padding-left: 25px;
  color: var(--chart-text-color);
}
[dir=rtl] .shipping-form .shipping-method p,
[dir=rtl] .checkout-cart .shipping-method p {
  padding-right: 25px;
  padding-left: unset;
}
.shipping-form .proceed-next,
.checkout-cart .proceed-next {
  padding-left: 8px;
}
[dir=rtl] .shipping-form .proceed-next,
[dir=rtl] .checkout-cart .proceed-next {
  padding-left: unset;
  padding-right: 8px;
}
.shipping-form .proceed-prev,
.checkout-cart .proceed-prev {
  transform: scaleX(-1);
  padding-left: 8px;
}
[dir=rtl] .shipping-form .proceed-prev,
[dir=rtl] .checkout-cart .proceed-prev {
  transform: scaleX(1);
  padding-right: 8px;
  padding-left: unset;
}
.shipping-form .payment-info-wrapper .card-wrapper,
.checkout-cart .payment-info-wrapper .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .shipping-form .payment-info-wrapper .card-wrapper,
  .checkout-cart .payment-info-wrapper .card-wrapper {
    justify-content: unset;
    align-items: flex-start;
    flex-direction: column;
  }
}
.shipping-form .payment-info-wrapper .card-wrapper img,
.checkout-cart .payment-info-wrapper .card-wrapper img {
  height: 50px;
}
.shipping-form .payment-info-wrapper .pay-info,
.checkout-cart .payment-info-wrapper .pay-info {
  display: block;
}
.shipping-form .payment-info-wrapper .pay-info > div,
.checkout-cart .payment-info-wrapper .pay-info > div {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .shipping-form .payment-info-wrapper .pay-info > div,
  .checkout-cart .payment-info-wrapper .pay-info > div {
    flex-direction: column;
    align-items: flex-start;
  }
}
.shipping-form .order-confirm,
.checkout-cart .order-confirm {
  text-align: center;
}
@media (max-width: 1200px) {
  .shipping-form .order-confirm,
  .checkout-cart .order-confirm {
    margin-bottom: 18px;
  }
}
.shipping-form .order-confirm img,
.checkout-cart .order-confirm img {
  height: calc(95px + 45 * (100vw - 320px) / 1600);
}
.shipping-form .finish-shipping,
.checkout-cart .finish-shipping {
  background-color: var(--light-background);
  width: 100%;
  height: 100%;
  padding-block: 15%;
  padding-inline: 12px;
  text-align: center;
}
.shipping-form .finish-shipping svg,
.checkout-cart .finish-shipping svg {
  width: calc(140px + 90 * (100vw - 320px) / 1600);
  height: calc(140px + 90 * (100vw - 320px) / 1600);
  animation: up-down 2.9s ease-in-out infinite;
}
.shipping-form .form-select,
.checkout-cart .form-select {
  font-size: 14px;
  color: var(--chart-text-color);
}

.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%;
  background: var(--light-bg);
  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: "\f303";
  font-family: "Font Awesome 6 Free";
  color: var(--body-font-color);
  position: absolute;
  top: 8px;
  left: 3px;
  right: 0;
  text-align: center;
  margin: auto;
  font-weight: 600;
}
[dir=rtl] .avatar-upload div:first-child .avatar-edit label::after {
  right: 3px;
  left: 0;
}
.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/forms/user.png");
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.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;
}

.authenticate {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.authenticate span:nth-of-type(1) {
  margin-top: 12px;
}
.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;
}

.accordion .accordion-item .accordion-body .choose-bank .form-check .form-check-label {
  color: var(--body-font-color);
}

/*Form Wizard Four Ends*/
/**=====================
   2.16 Form-wizard CSS Ends
==========================**/
/**=====================
  2.17 Forms CSS Start
==========================**/
.form-label {
  margin-bottom: 4px;
  font-size: 14px;
}

.col-form-label {
  padding-bottom: 4px;
}

.form-space {
  margin-bottom: -10px;
}
.form-space > div {
  margin-bottom: 10px;
}

.theme-form .form-control :focus {
  box-shadow: 0 0 0 0.2rem rgba(171, 140, 228, 0.05);
}
.theme-form textarea {
  border-color: #efefef;
}
.theme-form textarea::-webkit-input-placeholder {
  color: #898989;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 100;
}
.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: #cccccc;
  background-color: #fff;
  font-size: 14px;
  color: #898989;
  padding: 12px 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.theme-form input[type=text]::-webkit-input-placeholder,
.theme-form input[type=email]::-webkit-input-placeholder,
.theme-form input[type=search]::-webkit-input-placeholder,
.theme-form input[type=password]::-webkit-input-placeholder,
.theme-form input[type=number]::-webkit-input-placeholder,
.theme-form input[type=tel]::-webkit-input-placeholder,
.theme-form input[type=date]::-webkit-input-placeholder,
.theme-form input[type=datetime-local]::-webkit-input-placeholder,
.theme-form input[type=time]::-webkit-input-placeholder,
.theme-form input[type=datetime-local]::-webkit-input-placeholder,
.theme-form input[type=month]::-webkit-input-placeholder,
.theme-form input[type=week]::-webkit-input-placeholder,
.theme-form input[type=url]::-webkit-input-placeholder,
.theme-form input[type=file]::-webkit-input-placeholder,
.theme-form textarea::-webkit-input-placeholder,
.theme-form select::-webkit-input-placeholder {
  color: #898989;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 100;
}
.theme-form input[type=file] {
  height: auto;
}
.theme-form select.form-control:not([size]):not([multiple]) {
  border-color: #efefef;
  font-size: 14px;
}
.theme-form .checkbox label {
  padding-left: 10px;
}
[dir=rtl] .theme-form .checkbox label {
  padding-right: 10px;
  padding-left: unset;
}
.theme-form .form-divider {
  position: relative;
  clear: both;
  height: 0;
  margin: 30px 0;
  border-top: 1px solid #efefef;
}
.theme-form .form-divider:before {
  position: absolute;
  top: -11px;
  left: 40%;
  margin-left: -10px;
  padding: 0 5px;
  content: "Or Signup With";
  color: #242934;
  background: #fff;
}
[dir=rtl] .theme-form .form-divider:before {
  left: unset;
  right: 40%;
  margin-left: unset;
  margin-right: -10px;
}
.theme-form .login-divider {
  position: relative;
  clear: both;
  height: 0;
  margin: 30px 0;
  border-top: 1px solid #efefef;
}
.theme-form .login-divider:before {
  position: absolute;
  top: -11px;
  left: 40%;
  margin-left: -10px;
  padding: 0 5px;
  color: #242934;
  background: #fff;
  content: "Or Login With";
}
[dir=rtl] .theme-form .login-divider:before {
  left: unset;
  right: 40%;
  margin-left: unset;
  margin-right: -10px;
}
.theme-form .btn-fb,
.theme-form .btn-twitter,
.theme-form .btn-google,
.theme-form .btn-linkedin {
  color: #fff;
  width: 100%;
}
.theme-form .btn-fb {
  background-color: #50598e;
}
.theme-form .btn-twitter {
  background-color: #6fa2d8;
}
.theme-form .btn-google {
  background-color: #c64e40;
}
.theme-form .btn-linkedin {
  background-color: #0073B1;
}

.form-inline {
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}
.form-inline .col-form-label {
  margin-right: 5px;
}
[dir=rtl] .form-inline .col-form-label {
  margin-left: 5px;
  margin-right: unset;
}

.search-form .form-group:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 25px;
  background: #e8ebf2;
  left: 82px;
  top: 50px;
}
[dir=rtl] .search-form .form-group:before {
  left: unset;
  right: 82px;
}
.search-form .form-group:after {
  position: absolute;
  content: "\f002";
  font-family: "FontAwesome";
  top: 53px;
  left: 53px;
  color: #8e8e8e;
}
[dir=rtl] .search-form .form-group:after {
  left: unset;
  right: 53px;
}
.search-form input {
  border: 1px solid #efefef;
  padding: 10px 10px 10px 70px;
  border-radius: 10px;
  background-color: rgba(244, 244, 244, 0.3);
}
[dir=rtl] .search-form input {
  padding: 10px 70px 10px 10px;
}
.search-form input:focus {
  outline: none !important;
}

.form-label-align-right label {
  text-align: right;
  padding-top: 17px;
  font-weight: 500;
}

.needs-validation.was-validated .form-control:valid,
.needs-validation.was-validated .form-select:valid {
  border-color: #65c15c;
}
.needs-validation.was-validated .form-control:valid ~ .valid-feedback,
.needs-validation.was-validated .form-select:valid ~ .valid-feedback {
  color: #65c15c;
}
.needs-validation.was-validated .form-control:invalid,
.needs-validation.was-validated .form-select:invalid {
  border-color: #fc564a;
}
.needs-validation.was-validated .form-control:invalid ~ .invalid-feedback,
.needs-validation.was-validated .form-select:invalid ~ .invalid-feedback {
  color: #fc564a;
}

.custom-input.was-validated .form-control:valid,
.custom-input.was-validated .form-select:valid {
  border-color: #65c15c;
}
.custom-input.was-validated .form-control:invalid,
.custom-input.was-validated .form-select:invalid {
  border-color: #fc564a;
}
.custom-input .valid-tooltip {
  background-color: #65c15c;
}
.custom-input .invalid-tooltip {
  background-color: rgba(252, 86, 74, 0.8);
}
.custom-input .invalid-feedback {
  color: #fc564a !important;
}
.custom-input .form-check .form-check-input:valid {
  border-color: #65c15c;
}
.custom-input .form-check .form-check-input:invalid {
  border-color: #fc564a;
}
.custom-input .form-check .form-check-input:invalid ~ .form-check-label {
  color: #fc564a;
}
.custom-input .form-check .form-check-input:valid ~ .form-check-label {
  color: #65c15c;
}
.custom-input .form-check .form-check-input:checked {
  background-color: #65c15c;
}
.custom-input .form-check .invalid-feedback {
  color: #fc564a;
}
[dir=rtl] .custom-input .form-check.form-switch .form-check-input {
  margin-left: 7px;
}

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

.checkbox-checked.card-wrapper h6.sub-title {
  font-weight: 500;
}
.checkbox-checked .form-check-input:checked {
  background-color: #7366FF;
  border-color: #7366FF;
}
.checkbox-checked .form-check-input:focus {
  border-color: #7366FF;
  box-shadow: 0 0 0 4px rgba(115, 102, 255, 0.25);
}
.checkbox-checked .card-wrapper .form-check:last-child {
  min-height: 0;
  margin-bottom: 0;
}
.checkbox-checked .card-wrapper .form-check:last-child label {
  margin-bottom: 0;
}

.form-check-size {
  display: flex;
  gap: 22px;
  align-items: center;
  flex-wrap: wrap;
}
.form-check-size .form-check-inline {
  margin: 0;
  min-height: 0;
}
[dir=rtl] .form-check-size .form-check-inline {
  margin: 0;
}
.form-check-size .form-check-inline .form-check-input {
  width: 18px;
  height: 18px;
  margin-top: 0;
}
.form-check-size .form-check-inline .check-size {
  width: 36px;
  height: 18px;
  margin-top: 0;
}
.form-check-size .form-check-inline label {
  margin: 0;
}

.main-img-checkbox .img-checkbox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-img-checkbox .img-checkbox .main-img-cover {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 24px;
  height: 24px;
}
[dir=rtl] .main-img-checkbox .img-checkbox .main-img-cover {
  left: unset;
  right: 15px;
}
.main-img-checkbox .img-checkbox .form-check-label {
  width: 100%;
}
.main-img-checkbox .img-checkbox img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.main-icon-checkbox.checkbox label {
  margin-top: 0;
}
.main-icon-checkbox.checkbox label::before {
  content: "";
  width: 100%;
  height: 100%;
  margin-left: 1px;
  background-color: transparent;
  top: 0;
  display: block;
}
[dir=rtl] .main-icon-checkbox.checkbox label::before {
  margin-left: unset;
  margin-right: 1px;
}
.main-icon-checkbox.checkbox-primary input[type=checkbox]:checked + label::before {
  color: transparent;
  border: 2px solid #7366FF;
}
.main-icon-checkbox.checkbox-primary input[type=checkbox] {
  opacity: 1;
}
.main-icon-checkbox.checkbox-primary .form-check-input {
  border: 1px solid #cccccc;
}
.main-icon-checkbox.checkbox-primary .form-check-input.checkbox-shadow:focus {
  box-shadow: none;
}
.main-icon-checkbox.checkbox-primary .form-check-input:checked[type=checkbox] {
  background-image: none;
}

.main-radio-toggle .btn,
.main-checkbox-toggle .btn {
  margin-bottom: 0;
}

.radio-wrapper,
.checkbox-wrapper {
  display: flex;
  gap: calc(8px + 8 * (100vw - 320px) / 1600);
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1200px) {
  .radio-wrapper,
  .checkbox-wrapper {
    justify-content: unset;
  }
}
.radio-wrapper li,
.checkbox-wrapper li {
  position: relative;
  width: 100%;
  padding: 12px;
  border: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 130px;
}
@media (max-width: 1335px) {
  .radio-wrapper li,
  .checkbox-wrapper li {
    max-width: 113px;
  }
}
@media (max-width: 1232px) {
  .radio-wrapper li,
  .checkbox-wrapper li {
    padding: 10px;
    max-width: 105px;
  }
}
.radio-wrapper li .form-check-input,
.checkbox-wrapper li .form-check-input {
  position: absolute;
  width: 100%;
  height: 100%;
  float: none;
  margin: 0;
  top: 0;
  left: 0;
  opacity: 1;
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #cccccc;
}
.radio-wrapper li .form-check-input:focus,
.checkbox-wrapper li .form-check-input:focus {
  box-shadow: none;
}
.radio-wrapper li .form-check-input[type=radio],
.checkbox-wrapper li .form-check-input[type=radio] {
  opacity: 1;
}
.radio-wrapper li .form-check-input:checked,
.checkbox-wrapper li .form-check-input:checked {
  border: 2px solid #7366FF;
  background-color: transparent;
}
.radio-wrapper li .form-check-input:checked[type=radio],
.checkbox-wrapper li .form-check-input:checked[type=radio] {
  background-image: none;
  box-shadow: unset;
}
.radio-wrapper li .form-check-label,
.checkbox-wrapper li .form-check-label {
  position: unset;
  padding: 0;
  margin-bottom: 0;
}
.radio-wrapper li .form-check-label:after,
.checkbox-wrapper li .form-check-label:after {
  content: none;
}
.radio-wrapper li .form-check-label::before,
.checkbox-wrapper li .form-check-label::before {
  content: none;
}
.radio-wrapper li .form-check-label i,
.checkbox-wrapper li .form-check-label i {
  font-size: 18px;
  padding-right: 8px;
}
[dir=rtl] .radio-wrapper li .form-check-label i,
[dir=rtl] .checkbox-wrapper li .form-check-label i {
  padding-right: 0;
  padding-left: 8px;
}
.radio-wrapper li .form-check-label span,
.checkbox-wrapper li .form-check-label span {
  font-size: 16px;
}

[dir=rtl] .rtl-input .form-check.form-check-inline {
  padding: 0;
}
[dir=rtl] .rtl-input .form-check.form-switch {
  padding-right: 40px;
}
[dir=rtl] .rtl-input .form-check.form-switch .form-check-input {
  margin-left: unset;
  margin-right: -40px;
  float: right;
}

.radio-form {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.radio-form .form-check {
  min-height: 0;
  margin-bottom: 0;
}
.radio-form .form-check .form-check-label {
  margin-bottom: 0;
}

.basic-form {
  position: relative;
}
.basic-form svg {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
[dir=rtl] .basic-form svg {
  right: 0;
  left: 12px;
}
.basic-form svg.stroke-icon {
  width: 25px;
  height: 25px;
  stroke: #3f475a;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
[dir=rtl] .basic-form svg.stroke-icon {
  right: unset;
  left: 12px;
}

.form-check {
  margin-bottom: 0;
}
.form-check [class*=form-check-] {
  cursor: pointer;
}

.theme-form .custom-input .row .col .row:last-child label {
  margin: 0;
}
.theme-form.dark-inputs input::file-selector-button {
  border-radius: 30px;
}
[dir=rtl] .theme-form .form-floating > label {
  left: unset;
  right: 0;
}

.create-project-form .form-label {
  color: var(--body-font-color);
}
.create-project-form .form-control,
.create-project-form .form-select {
  border-color: #cccccc;
  background-color: #fff;
  font-size: 14px;
  color: #898989;
  padding: 12px 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.create-project-form .form-control::-webkit-input-placeholder,
.create-project-form .form-select::-webkit-input-placeholder {
  color: #898989;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 100;
}
.create-project-form input[type=file] {
  padding: 6px 12px;
}
.create-project-form .bootstrap-select {
  width: 100% !important;
}
.create-project-form .bootstrap-select .dropdown-toggle {
  width: 100%;
  padding: 12px 10px;
  background-color: unset !important;
  border-radius: 6px;
  border-color: #cccccc !important;
  color: #898989;
}
.create-project-form .bootstrap-select .dropdown-toggle:focus {
  outline: unset !important;
}
.create-project-form .bootstrap-select .dropdown-toggle::after {
  font-size: 15px;
  color: rgba(44, 50, 63, 0.7215686275);
}
.create-project-form .bootstrap-select .dropdown-toggle .filter-option {
  white-space: initial;
}
.create-project-form .bootstrap-select .bs-searchbox .form-control {
  padding: 6px 10px;
}
.create-project-form .was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #65c15c !important;
}

/**=====================
  2.17 Forms CSS Ends
==========================**/
/**=====================
	2.18 Icons CSS Start
==========================**/
.icon-lists div {
  cursor: pointer;
  line-height: 60px;
  border-radius: 4px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.icon-lists div:hover {
  background-color: var(--light-background);
}
.icon-lists div i {
  margin: 0 15px 0 10px;
  font-size: 24px;
  vertical-align: middle;
}
.icon-lists.whether-icon svg {
  height: calc(40px + 10 * (100vw - 320px) / 1600);
  width: calc(40px + 10 * (100vw - 320px) / 1600);
}
.icon-lists.feather-icons .d-flex svg {
  margin: 0 15px 0 10px;
}
.icon-lists .feather-icon .icon-first h6 {
  display: none;
}

.flag-icons,
.feather-icons {
  margin-bottom: -15px;
  margin-top: -15px;
}
.flag-icons div,
.feather-icons div {
  line-height: 1;
  word-wrap: break-word;
  overflow: auto;
}
.flag-icons div .flag-icon,
.feather-icons div .flag-icon {
  height: 50px;
  width: 50px;
}
.flag-icons div .d-flex,
.feather-icons div .d-flex {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
}
.flag-icons div .flex-grow-1 h6,
.feather-icons div .flex-grow-1 h6 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.flag-icons div .flex-grow-1 h5,
.feather-icons div .flex-grow-1 h5 {
  background-color: var(--theme-default);
  display: inline-block;
  padding: 3px 5px;
  font-size: 11px;
  border-radius: 3px;
  margin-bottom: 5px;
  margin-right: 5px;
  color: #fff;
}

.icon-hover-bottom {
  background-color: #fdfeff;
  width: 100%;
  bottom: 0;
  left: 0;
  box-shadow: 0px 0px 1px 1px #f4f4f4;
  z-index: 999;
}
.icon-hover-bottom .icon-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px;
}
.icon-hover-bottom .icon-popup .close-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  color: #cccccc;
  cursor: pointer;
}
[dir=rtl] .icon-hover-bottom .icon-popup .close-icon {
  right: unset;
  left: 10px;
}
.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;
}
.icon-hover-bottom .icon-popup .icon-last .form-inline .form-group {
  display: initial;
}
.icon-hover-bottom .icon-title {
  display: block;
  color: #3f475a;
  text-transform: uppercase;
  font-weight: 500;
}
.icon-hover-bottom span,
.icon-hover-bottom label,
.icon-hover-bottom .btn {
  font-family: Roboto, sans-serif;
}
.icon-hover-bottom .form-group input {
  display: inline-block;
  width: 300px;
  background-color: #fff;
  font-family: Roboto, sans-serif;
}

.fa-fa-icon-show-div,
.icons-show-div {
  display: none;
}

.icon-first i {
  color: #898989;
}
.icon-first h6 {
  display: none;
}

/**=====================
    2.18 Icons CSS Ends
==========================**/
/**=====================
   2.19 List CSS Start
==========================**/
.list-group-item.active {
  background-color: var(--theme-default);
  border-color: var(--theme-default);
}

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

.list-light-primary {
  background-color: #e8e5ff;
}
.list-light-primary:hover, .list-light-primary:active, .list-light-primary:focus {
  background-color: #e8e5ff !important;
}

.list-hover-primary {
  background-color: unset;
}
.list-hover-primary:hover, .list-hover-primary:active, .list-hover-primary.active, .list-hover-primary:focus {
  background-color: #e8e5ff;
  color: #3f475a;
  z-index: 0;
}

.list-light-secondary {
  background-color: #f2f2f2;
}
.list-light-secondary:hover, .list-light-secondary:active, .list-light-secondary:focus {
  background-color: #f2f2f2 !important;
}

.list-hover-secondary {
  background-color: unset;
}
.list-hover-secondary:hover, .list-hover-secondary:active, .list-hover-secondary.active, .list-hover-secondary:focus {
  background-color: #f2f2f2;
  color: #3f475a;
  z-index: 0;
}

.list-light-success {
  background-color: #dcf1da;
}
.list-light-success:hover, .list-light-success:active, .list-light-success:focus {
  background-color: #dcf1da !important;
}

.list-hover-success {
  background-color: unset;
}
.list-hover-success:hover, .list-hover-success:active, .list-hover-success.active, .list-hover-success:focus {
  background-color: #dcf1da;
  color: #3f475a;
  z-index: 0;
}

.list-light-warning {
  background-color: #fff7e5;
}
.list-light-warning:hover, .list-light-warning:active, .list-light-warning:focus {
  background-color: #fff7e5 !important;
}

.list-hover-warning {
  background-color: unset;
}
.list-hover-warning:hover, .list-hover-warning:active, .list-hover-warning.active, .list-hover-warning:focus {
  background-color: #fff7e5;
  color: #3f475a;
  z-index: 0;
}

.list-light-info {
  background-color: #D5F5FE;
}
.list-light-info:hover, .list-light-info:active, .list-light-info:focus {
  background-color: #D5F5FE !important;
}

.list-hover-info {
  background-color: unset;
}
.list-hover-info:hover, .list-hover-info:active, .list-hover-info.active, .list-hover-info:focus {
  background-color: #D5F5FE;
  color: #3f475a;
  z-index: 0;
}

.list-light-light {
  background-color: #F9F9FB;
}
.list-light-light:hover, .list-light-light:active, .list-light-light:focus {
  background-color: #F9F9FB !important;
}

.list-hover-light {
  background-color: unset;
}
.list-hover-light:hover, .list-hover-light:active, .list-hover-light.active, .list-hover-light:focus {
  background-color: #F9F9FB;
  color: #3f475a;
  z-index: 0;
}

.list-light-danger {
  background-color: #ffe8e6;
}
.list-light-danger:hover, .list-light-danger:active, .list-light-danger:focus {
  background-color: #ffe8e6 !important;
}

.list-hover-danger {
  background-color: unset;
}
.list-hover-danger:hover, .list-hover-danger:active, .list-hover-danger.active, .list-hover-danger:focus {
  background-color: #ffe8e6;
  color: #3f475a;
  z-index: 0;
}

.list-light-dark {
  background-color: #EAEBF2;
}
.list-light-dark:hover, .list-light-dark:active, .list-light-dark:focus {
  background-color: #EAEBF2 !important;
}

.list-hover-dark {
  background-color: unset;
}
.list-hover-dark:hover, .list-hover-dark:active, .list-hover-dark.active, .list-hover-dark:focus {
  background-color: #EAEBF2;
  color: #3f475a;
  z-index: 0;
}

.horizontal-list-wrapper .list-group .list-group-item {
  padding: 8px;
}

.list-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
@media (max-width: 414px) {
  .list-wrapper {
    flex-wrap: unset;
    word-break: break-word;
  }
}
@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 p {
  margin-bottom: 0;
}

.scrollbar-wrapper {
  max-height: 270px;
  overflow: auto;
}
.scrollbar-wrapper .list-group-item.active .list-content h6,
.scrollbar-wrapper .list-group-item.active .list-content p,
.scrollbar-wrapper .list-group-item.active .list-content small {
  color: var(--body-font-color);
}

.main-lists-content .list-group-item.active h6,
.main-lists-content .list-group-item.active p {
  color: #fff;
}
@media (max-width: 480px) {
  .main-lists-content small {
    display: none;
  }
}

@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: 64px;
  }
}
.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;
  }
}
[dir=rtl] .list-behavior-1 .flex-grow-1 {
  margin-right: 16px;
  margin-left: unset;
}

.list-behaviors > div:nth-child(even) .flex-grow-1 {
  order: -1;
  margin-left: unset;
  margin-right: 16px;
}
@media (max-width: 1199px) {
  .list-behaviors > div:nth-child(even) .flex-grow-1 {
    margin-left: 0;
    margin-right: 0;
    order: unset;
  }
}

.list-group .list-group-item {
  padding: 11px 16px;
  border-width: 1px;
}
.list-group .list-group-item .form-check-input:focus {
  box-shadow: unset !important;
}
[dir=rtl] .list-group .list-group-item i {
  margin-left: 10px;
  margin-right: unset;
}

@media (max-width: 1216px) {
  .contact-profile {
    background-color: unset;
  }
  .contact-profile.list-light-dark:hover {
    background-color: unset;
  }
}

.badge-list .list-group-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.badge-list .list-group-item div {
  margin-right: auto;
  margin-left: 8px;
}
[dir=rtl] .badge-list .list-group-item div {
  margin-left: auto;
  margin-right: 8px;
}

.list-group-flush li {
  border-bottom-width: 1px;
  border-inline: unset;
}
.list-group-flush li:last-child {
  border-bottom-width: 1px !important;
}
.list-group-flush li i {
  font-size: 16px;
}

/**=====================
   2.19 List CSS Ends
==========================**/
/**=====================
    2.20 Loader CSS Start
==========================**/
.loader-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  background-color: #fff;
  z-index: 11;
  top: 0;
  /*Color Loader*/
  /*Color Loader*/
}
.loader-wrapper .loader-index {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  filter: url("#goo");
}
.loader-wrapper .loader-index:after {
  content: "";
  width: 4em;
  height: 4em;
  background: var(--theme-default);
  border-radius: 50%;
  position: absolute;
  transform: scale(0.5);
  animation: grow 2s cubic-bezier(0.14, 0.05, 0.55, 0.5) infinite alternate;
}
.loader-wrapper .loader-index span {
  width: 2em;
  height: 2em;
  background: var(--theme-secondary);
  border-radius: 50%;
  margin-right: 2em;
  position: relative;
  transform: translateX(7em);
  animation: move 4s ease-in-out infinite;
}
.loader-wrapper .loader-index span:before {
  content: "";
  width: 2em;
  height: 2em;
  background: var(--theme-default);
  border-radius: 50%;
  position: absolute;
  left: 3em;
  transform: translateX(0em);
  animation: shrink 2s ease-in-out infinite;
}
.loader-wrapper .loader-index span:after {
  content: "";
  width: 2em;
  height: 2em;
  background: #40b8f5;
  border-radius: 50%;
  position: absolute;
  right: 3em;
  transform: translateX(0em);
  animation: shrink 2s ease-in-out infinite;
}
@keyframes grow {
  0% {
    transform: scale(0.5);
    background: #40b8f5;
  }
  50% {
    transform: scale(1);
    background: var(--theme-secondary);
  }
}
@keyframes move {
  0% {
    transform: translateX(7em);
  }
  50% {
    transform: translateX(-5em);
  }
}
@keyframes shrink {
  0% {
    transform: translateX(0em);
  }
  50% {
    transform: translateX(-1em);
  }
}
.loader-wrapper svg {
  width: 0;
  height: 0;
}
.loader-wrapper body {
  font-family: sans;
  min-height: 100vh;
  margin: 0;
  display: grid;
  place-content: center;
  background: #000;
}
.loader-wrapper h1 {
  color: #fff;
  text-align: center;
  margin-bottom: 2em;
  letter-spacing: 3px;
  position: relative;
  z-index: 2;
}
.loader-wrapper h1:before {
  position: absolute;
  content: "";
  height: 1px;
  background: linear-gradient(to right, var(--theme-secondary), var(--theme-default), #40b8f5);
  color: #fff;
  top: 2.75em;
  left: 0.75em;
  width: 2.5em;
  font-weight: 400;
  font-variant: small-caps;
  font-size: 0.5em;
}

/**=====================
    2.20 Loader CSS Ends
==========================**/
/**=====================
    2.21 Modal CSS start
==========================**/
.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;
}
[dir=rtl] .modal-toggle-wrapper .modal-img li + li {
  margin-left: unset;
  margin-right: -39px;
}
.modal-toggle-wrapper button svg {
  width: 16px;
  height: 16px;
}

.grid-space {
  display: block;
  text-align: center;
  padding: 12px;
  margin-bottom: 12px;
  font-weight: 500;
}

.large-modal-header,
.large-modal-body {
  display: flex;
  align-items: center;
  color: #3f475a;
}
.large-modal-header svg,
.large-modal-body svg {
  width: 20px;
  height: 20px;
}
[dir=rtl] .large-modal-header svg,
[dir=rtl] .large-modal-body svg {
  transform: scaleX(-1);
}

.modal-padding-space {
  padding-left: 20px;
}

.svg-modal {
  width: 15px;
  height: 15px;
  stroke: #838383;
  vertical-align: middle;
}
[dir=rtl] .svg-modal {
  transform: scaleX(-1);
}

.card-wrapper .modal-heading h5 {
  font-size: calc(15px + 3 * (100vw - 320px) / 1080);
}
@media (min-width: 750px) and (max-width: 1200px) {
  .card-wrapper .balance-modal {
    display: flex;
    flex-direction: column;
  }
}

.modal-footer .btn {
  margin: 0 4px;
}

.modal-content .modal-header .btn-close:focus {
  box-shadow: unset;
}

.modal-details h6 {
  padding-bottom: 12px;
}
.modal-details .web-content {
  margin-bottom: 16px;
}
.modal-details .web-content .d-flex p {
  padding-bottom: 8px;
}
.modal-details .web-content .d-flex:last-child p {
  padding-bottom: 0;
}
.modal-details .web-content:last-child {
  margin-bottom: 0;
}

.modal .modal-body .card {
  box-shadow: none !important;
}

.modal-dialog .modal-content .modal-body p a {
  margin-right: 0;
}

.irs-from,
.irs-to,
.irs-single {
  background: var(--theme-default);
}
.irs-from:after,
.irs-to:after,
.irs-single:after {
  border-top-color: var(--theme-default);
}

.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge {
  background-color: var(--theme-default);
}

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

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

.clipboaard-container h6 {
  line-height: 1.6;
  font-size: 14px;
}

fieldset .bootstrap-touchspin-postfix,
fieldset .bootstrap-touchspin-prefix {
  border-radius: 0;
  padding: 0.4rem 0.75rem;
}
fieldset .input-group-lg .touchspin {
  height: 50px;
}

.f1 .f1-steps .f1-step .f1-step-icon {
  padding: 12px;
}

.form-inline .form-group {
  display: flex;
}

.input-group-text i {
  line-height: 1.5;
}

.animated-modal .form-select {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

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

.custom-alert .card-wrapper .cuba-demo-img .dot-group {
  display: flex;
  gap: calc(3px + 3 * (100vw - 320px) / 1600);
  padding: 15px 10px 0;
}
.custom-alert .card-wrapper .cuba-demo-img .dot-group li {
  width: calc(6px + 2 * (100vw - 320px) / 1600);
  height: calc(6px + 2 * (100vw - 320px) / 1600);
  background-color: var(--f-lighter);
  border-radius: 100%;
  opacity: 0.6;
}

@media (max-width: 768px) and (min-width: 709px) {
  .custom-col-2 {
    width: 9.333333%;
    flex: 0 0 auto;
  }
}
@media (max-width: 708px) and (min-width: 582px) {
  .custom-col-2 {
    width: 10.333333%;
    flex: 0 0 auto;
  }
}
@media (max-width: 581px) and (min-width: 575px) {
  .custom-col-2 {
    width: 11.333333%;
    flex: 0 0 auto;
  }
}
@media (max-width: 574px) and (min-width: 481px) {
  .custom-col-2 {
    width: 12.333333%;
    flex: 0 0 auto;
  }
}
@media (max-width: 480px) and (min-width: 410px) {
  .custom-col-2 {
    width: 14.333333%;
    flex: 0 0 auto;
  }
}
@media (max-width: 409px) and (min-width: 364px) {
  .custom-col-2 {
    width: 16.333333%;
    flex: 0 0 auto;
  }
}
@media (max-width: 363px) {
  .custom-col-2 {
    width: 100%;
    flex: 0 0 auto;
  }
}

/**=====================
    2.21 Modal CSS end
==========================**/
/**=====================
  2.22 Popover CSS Start
==========================**/
.popover {
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0 0 20px rgba(115, 102, 255, 0.1);
  box-shadow: 0 0 20px rgba(115, 102, 255, 0.1);
}
.popover .popover-header {
  background-color: #eae8ff;
  color: #7366FF;
  border-bottom: none;
}
.popover .popover-body {
  color: rgba(43, 43, 43, 0.7);
}

.popover-main .btn-showcase a {
  color: #fff;
}
.popover-main .btn-showcase button:last-child {
  margin-right: 0;
}

.svg-tooltip .common-flex > div {
  width: calc(40px + 10 * (100vw - 320px) / 1600);
  height: calc(40px + 10 * (100vw - 320px) / 1600);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid;
}
.svg-tooltip .common-flex > div i {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
}
.svg-tooltip .common-flex > div:hover i {
  stroke: var(--white) !important;
}
.svg-tooltip .common-flex svg {
  width: calc(18px + 2 * (100vw - 320px) / 1600);
  height: calc(18px + 2 * (100vw - 320px) / 1600);
}

/**=====================
  2.22 Popover CSS Ends
==========================**/
/**=====================
  2.23 Print CSS Start
==========================**/
@media print {
  .sidebar-wrapper,
  .page-header {
    display: none;
  }
  .page-body {
    margin: 0 !important;
  }
  .customizer-links {
    display: none !important;
  }
  .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;
  }
  .main-invoice-1 .table-wrapper {
    width: 100%;
  }
  .main-invoice-1 .banner-image {
    width: 100%;
  }
  .main-tasks .email-body .tab-content .card-header a {
    display: none;
  }
  .mail-body-wrapper {
    margin-top: 20px;
  }
  .mail-body-wrapper .user-mail-wrapper {
    width: 100%;
  }
  .mail-body-wrapper .user-mail-wrapper .send-btn {
    display: none;
  }
  .email-left-aside {
    display: none;
  }
  .footer {
    display: none;
  }
  .print-btn {
    display: none;
  }
}
.invoice-table {
  margin-top: 16px;
  margin-bottom: 16px;
}

.invoice .text-right input {
  margin-top: 6px;
}
.invoice .d-flex {
  align-items: center;
}

/**=====================
  2.23 Print CSS Ends
==========================**/
/**=====================
    2.24 Radio CSS Start
==========================**/
.animate-chk label {
  line-height: 1.6;
  cursor: pointer;
}
.animate-chk label:last-child {
  margin-bottom: 0;
}

.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: #fff;
  border: 2px solid #e9edf1;
  cursor: pointer;
}
.checkbox_animated:checked:before {
  transform: rotate(-45deg) scale(1, 1);
}

.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:after {
  content: "";
  position: absolute;
  top: -0.25rem;
  left: -0.125rem;
  width: 1.25rem;
  height: 1.25rem;
  background: #fff;
  border: 2px solid #e9edf1;
  border-radius: 50%;
}
.radio_animated:checked:before {
  transform: scale(1, 1);
}

.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 16px;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
}
.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: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #242934;
}
.checkbox input[type=checkbox] {
  opacity: 0;
}
.checkbox input[type=checkbox]:focus {
  outline-offset: -2px;
}
.checkbox input[type=checkbox]:focus + label::before {
  outline-offset: -2px;
}
.checkbox input[type=checkbox]:checked + label::before {
  font-family: themify;
  content: "\e64c";
  text-align: center;
  line-height: 1.2;
}
.checkbox input[type=checkbox]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type=checkbox]:disabled + label::before {
  background-color: #f4f4f4;
  cursor: not-allowed;
}
.checkbox .checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox .checkbox-inline {
  margin-top: 0;
}

.m-squar label::before {
  border-radius: 0;
}
.m-squar .checkbox-circle label::before {
  border-radius: 50%;
}
.m-squar .checkbox-inline {
  margin-top: 0;
}

.checkbox-primary label::before {
  border-color: var(--theme-default);
}
.checkbox-primary input[type=checkbox]:checked + label::before {
  border-color: var(--theme-default);
  color: var(--theme-default);
}
.checkbox-primary input[type=checkbox]:checked + label::after {
  color: #fff;
}

.checkbox-solid-primary label:before {
  background-color: var(--theme-default);
  border-color: var(--theme-default);
  color: #fff;
}
.checkbox-solid-primary input[type=checkbox]:checked + label::before {
  background-color: var(--theme-default);
  border-color: var(--theme-default);
  color: #fff;
}
.checkbox-solid-primary input[type=checkbox]:checked + label::after {
  color: #fff;
}

.radio-primary input[type=radio] + label::before {
  border-color: var(--theme-default);
}
.radio-primary input[type=radio] + label::after {
  background-color: var(--theme-default);
}
.radio-primary input[type=radio]:checked + label::before {
  border-color: var(--theme-default);
}
.radio-primary input[type=radio]:checked + label::after {
  background-color: var(--theme-default);
}

.checkbox-secondary label::before {
  border-color: #838383;
}
.checkbox-secondary input[type=checkbox]:checked + label::before {
  border-color: #838383;
  color: #838383;
}
.checkbox-secondary input[type=checkbox]:checked + label::after {
  color: #fff;
}

.checkbox-solid-secondary label:before {
  background-color: #838383;
  border-color: #838383;
  color: #fff;
}
.checkbox-solid-secondary input[type=checkbox]:checked + label::before {
  background-color: #838383;
  border-color: #838383;
  color: #fff;
}
.checkbox-solid-secondary input[type=checkbox]:checked + label::after {
  color: #fff;
}

.radio-secondary input[type=radio] + label::before {
  border-color: #838383;
}
.radio-secondary input[type=radio] + label::after {
  background-color: #838383;
}
.radio-secondary input[type=radio]:checked + label::before {
  border-color: #838383;
}
.radio-secondary input[type=radio]:checked + label::after {
  background-color: #838383;
}

.checkbox-success label::before {
  border-color: #65c15c;
}
.checkbox-success input[type=checkbox]:checked + label::before {
  border-color: #65c15c;
  color: #65c15c;
}
.checkbox-success input[type=checkbox]:checked + label::after {
  color: #fff;
}

.checkbox-solid-success label:before {
  background-color: #65c15c;
  border-color: #65c15c;
  color: #fff;
}
.checkbox-solid-success input[type=checkbox]:checked + label::before {
  background-color: #65c15c;
  border-color: #65c15c;
  color: #fff;
}
.checkbox-solid-success input[type=checkbox]:checked + label::after {
  color: #fff;
}

.radio-success input[type=radio] + label::before {
  border-color: #65c15c;
}
.radio-success input[type=radio] + label::after {
  background-color: #65c15c;
}
.radio-success input[type=radio]:checked + label::before {
  border-color: #65c15c;
}
.radio-success input[type=radio]:checked + label::after {
  background-color: #65c15c;
}

.checkbox-danger label::before {
  border-color: #fc564a;
}
.checkbox-danger input[type=checkbox]:checked + label::before {
  border-color: #fc564a;
  color: #fc564a;
}
.checkbox-danger input[type=checkbox]:checked + label::after {
  color: #fff;
}

.checkbox-solid-danger label:before {
  background-color: #fc564a;
  border-color: #fc564a;
  color: #fff;
}
.checkbox-solid-danger input[type=checkbox]:checked + label::before {
  background-color: #fc564a;
  border-color: #fc564a;
  color: #fff;
}
.checkbox-solid-danger input[type=checkbox]:checked + label::after {
  color: #fff;
}

.radio-danger input[type=radio] + label::before {
  border-color: #fc564a;
}
.radio-danger input[type=radio] + label::after {
  background-color: #fc564a;
}
.radio-danger input[type=radio]:checked + label::before {
  border-color: #fc564a;
}
.radio-danger input[type=radio]:checked + label::after {
  background-color: #fc564a;
}

.checkbox-info label::before {
  border-color: #40b8f5;
}
.checkbox-info input[type=checkbox]:checked + label::before {
  border-color: #40b8f5;
  color: #40b8f5;
}
.checkbox-info input[type=checkbox]:checked + label::after {
  color: #fff;
}

.checkbox-solid-info label:before {
  background-color: #40b8f5;
  border-color: #40b8f5;
  color: #fff;
}
.checkbox-solid-info input[type=checkbox]:checked + label::before {
  background-color: #40b8f5;
  border-color: #40b8f5;
  color: #fff;
}
.checkbox-solid-info input[type=checkbox]:checked + label::after {
  color: #fff;
}

.radio-info input[type=radio] + label::before {
  border-color: #40b8f5;
}
.radio-info input[type=radio] + label::after {
  background-color: #40b8f5;
}
.radio-info input[type=radio]:checked + label::before {
  border-color: #40b8f5;
}
.radio-info input[type=radio]:checked + label::after {
  background-color: #40b8f5;
}

.checkbox-light label::before {
  border-color: #f4f4f4;
}
.checkbox-light input[type=checkbox]:checked + label::before {
  border-color: #f4f4f4;
  color: #f4f4f4;
}
.checkbox-light input[type=checkbox]:checked + label::after {
  color: #fff;
}

.checkbox-solid-light label:before {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #fff;
}
.checkbox-solid-light input[type=checkbox]:checked + label::before {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #fff;
}
.checkbox-solid-light input[type=checkbox]:checked + label::after {
  color: #fff;
}

.radio-light input[type=radio] + label::before {
  border-color: #f4f4f4;
}
.radio-light input[type=radio] + label::after {
  background-color: #f4f4f4;
}
.radio-light input[type=radio]:checked + label::before {
  border-color: #f4f4f4;
}
.radio-light input[type=radio]:checked + label::after {
  background-color: #f4f4f4;
}

.checkbox-dark label::before {
  border-color: #3f475a;
}
.checkbox-dark input[type=checkbox]:checked + label::before {
  border-color: #3f475a;
  color: #3f475a;
}
.checkbox-dark input[type=checkbox]:checked + label::after {
  color: #fff;
}

.checkbox-solid-dark label:before {
  background-color: #3f475a;
  border-color: #3f475a;
  color: #fff;
}
.checkbox-solid-dark input[type=checkbox]:checked + label::before {
  background-color: #3f475a;
  border-color: #3f475a;
  color: #fff;
}
.checkbox-solid-dark input[type=checkbox]:checked + label::after {
  color: #fff;
}

.radio-dark input[type=radio] + label::before {
  border-color: #3f475a;
}
.radio-dark input[type=radio] + label::after {
  background-color: #3f475a;
}
.radio-dark input[type=radio]:checked + label::before {
  border-color: #3f475a;
}
.radio-dark input[type=radio]:checked + label::after {
  background-color: #3f475a;
}

.checkbox-warning label::before {
  border-color: #ffb829;
}
.checkbox-warning input[type=checkbox]:checked + label::before {
  border-color: #ffb829;
  color: #ffb829;
}
.checkbox-warning input[type=checkbox]:checked + label::after {
  color: #fff;
}

.checkbox-solid-warning label:before {
  background-color: #ffb829;
  border-color: #ffb829;
  color: #fff;
}
.checkbox-solid-warning input[type=checkbox]:checked + label::before {
  background-color: #ffb829;
  border-color: #ffb829;
  color: #fff;
}
.checkbox-solid-warning input[type=checkbox]:checked + label::after {
  color: #fff;
}

.radio-warning input[type=radio] + label::before {
  border-color: #ffb829;
}
.radio-warning input[type=radio] + label::after {
  background-color: #ffb829;
}
.radio-warning input[type=radio]:checked + label::before {
  border-color: #ffb829;
}
.radio-warning input[type=radio]:checked + label::after {
  background-color: #ffb829;
}

.m-checkbox-inline .checkbox {
  display: inline-block;
}
.m-checkbox-inline .radio {
  display: inline-block;
}
.m-checkbox-inline label {
  margin-right: 20px;
}

.radio label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
  cursor: pointer;
}
.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: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.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;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type=radio] {
  opacity: 0;
}
.radio input[type=radio]:focus + label::before {
  outline-offset: -2px;
}
.radio input[type=radio]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type=radio]:disabled + label {
  opacity: 0.65;
}
.radio input[type=radio]:disabled + label::before {
  cursor: not-allowed;
}
.radio .radio-inline {
  margin-top: 0;
}

/**=====================
    2.24 Radio CSS Ends
==========================**/
/**=====================
  2.25 Ribbon CSS Start
==========================**/
[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: #fff;
  z-index: 2;
}

.ribbon-clip {
  left: -14px;
}
.ribbon-clip:before {
  position: absolute;
  top: 30px;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border: 7px solid transparent;
  border-top-color: #3f475a;
  border-right-color: #3f475a;
}

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

.ribbon-vertical-right-wrapper {
  padding-right: 40px;
}

.ribbon-wrapper-bottom {
  padding-bottom: 40px;
  padding-top: 0;
}

.ribbon-wrapper-right-bottom {
  padding-right: 40px;
}

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

.ribbon-bookmark:before {
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border: 15px solid #3f475a;
  border-right: 10px solid transparent;
}

.ribbon-right {
  left: auto;
  right: -2px;
}

.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: #3f475a;
  border-right-color: #3f475a;
}

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

.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: #3f475a;
  border-right-color: #3f475a;
}

.ribbon-bookmark.ribbon-right:before {
  right: 100%;
  left: auto;
  border-right: 15px solid #3f475a;
  border-left: 10px solid transparent;
}

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

.ribbon-vertical-right {
  clear: none;
  padding: 0 5px;
  height: 70px;
  width: 30px;
  line-height: 70px;
  text-align: center;
  top: -2px;
  left: auto;
  right: 20px;
}
[dir=rtl] .ribbon-vertical-right {
  left: auto !important;
  right: 20px !important;
}

.ribbon-bookmark.ribbon-vertical-left:before, .ribbon-bookmark.ribbon-vertical-right:before {
  top: 100%;
  left: 0;
  margin-top: -14px;
  border-right: 15px solid #3f475a;
  border-bottom: 10px solid transparent;
}

.ribbon-primary {
  background: #7366FF;
}

.ribbon-primary {
  background: #7366FF;
}

.ribbon-bookmark.ribbon-primary:before {
  border-color: #7366FF;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-primary:before {
  border-right-color: #7366FF;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-primary:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-primary:before {
  border-right-color: #7366FF;
  border-bottom-color: transparent;
}

.ribbon-primary.ribbon-corner:before {
  border-top-color: #7366FF;
  border-left-color: #7366FF;
}
.ribbon-primary.ribbon-corner.ribbon-right:before {
  border-right-color: #7366FF;
  border-left-color: transparent;
}
.ribbon-primary.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #7366FF;
}

.ribbon-primary.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #4433ff;
  border-right-color: #4433ff;
}

.ribbon-primary.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #4433ff;
  border-left-color: #4433ff;
}

.ribbon-primary.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #4433ff;
  border-right-color: #4433ff;
}

.ribbon-primary.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #4433ff;
  border-right-color: transparent;
  border-left-color: #4433ff;
}

.ribbon-secondary {
  background: #838383;
}

.ribbon-secondary {
  background: #838383;
}

.ribbon-bookmark.ribbon-secondary:before {
  border-color: #838383;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-secondary:before {
  border-right-color: #838383;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-secondary:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-secondary:before {
  border-right-color: #838383;
  border-bottom-color: transparent;
}

.ribbon-secondary.ribbon-corner:before {
  border-top-color: #838383;
  border-left-color: #838383;
}
.ribbon-secondary.ribbon-corner.ribbon-right:before {
  border-right-color: #838383;
  border-left-color: transparent;
}
.ribbon-secondary.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #838383;
}

.ribbon-secondary.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #6a6a6a;
  border-right-color: #6a6a6a;
}

.ribbon-secondary.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #6a6a6a;
  border-left-color: #6a6a6a;
}

.ribbon-secondary.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #6a6a6a;
  border-right-color: #6a6a6a;
}

.ribbon-secondary.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #6a6a6a;
  border-right-color: transparent;
  border-left-color: #6a6a6a;
}

.ribbon-success {
  background: #65c15c;
}

.ribbon-success {
  background: #65c15c;
}

.ribbon-bookmark.ribbon-success:before {
  border-color: #65c15c;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-success:before {
  border-right-color: #65c15c;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-success:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-success:before {
  border-right-color: #65c15c;
  border-bottom-color: transparent;
}

.ribbon-success.ribbon-corner:before {
  border-top-color: #65c15c;
  border-left-color: #65c15c;
}
.ribbon-success.ribbon-corner.ribbon-right:before {
  border-right-color: #65c15c;
  border-left-color: transparent;
}
.ribbon-success.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #65c15c;
}

.ribbon-success.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #4aaa40;
  border-right-color: #4aaa40;
}

.ribbon-success.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #4aaa40;
  border-left-color: #4aaa40;
}

.ribbon-success.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #4aaa40;
  border-right-color: #4aaa40;
}

.ribbon-success.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #4aaa40;
  border-right-color: transparent;
  border-left-color: #4aaa40;
}

.ribbon-danger {
  background: #fc564a;
}

.ribbon-danger {
  background: #fc564a;
}

.ribbon-bookmark.ribbon-danger:before {
  border-color: #fc564a;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-danger:before {
  border-right-color: #fc564a;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-danger:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-danger:before {
  border-right-color: #fc564a;
  border-bottom-color: transparent;
}

.ribbon-danger.ribbon-corner:before {
  border-top-color: #fc564a;
  border-left-color: #fc564a;
}
.ribbon-danger.ribbon-corner.ribbon-right:before {
  border-right-color: #fc564a;
  border-left-color: transparent;
}
.ribbon-danger.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #fc564a;
}

.ribbon-danger.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #fb2718;
  border-right-color: #fb2718;
}

.ribbon-danger.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #fb2718;
  border-left-color: #fb2718;
}

.ribbon-danger.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #fb2718;
  border-right-color: #fb2718;
}

.ribbon-danger.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #fb2718;
  border-right-color: transparent;
  border-left-color: #fb2718;
}

.ribbon-info {
  background: #40b8f5;
}

.ribbon-info {
  background: #40b8f5;
}

.ribbon-bookmark.ribbon-info:before {
  border-color: #40b8f5;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-info:before {
  border-right-color: #40b8f5;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-info:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-info:before {
  border-right-color: #40b8f5;
  border-bottom-color: transparent;
}

.ribbon-info.ribbon-corner:before {
  border-top-color: #40b8f5;
  border-left-color: #40b8f5;
}
.ribbon-info.ribbon-corner.ribbon-right:before {
  border-right-color: #40b8f5;
  border-left-color: transparent;
}
.ribbon-info.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #40b8f5;
}

.ribbon-info.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #10a6f2;
  border-right-color: #10a6f2;
}

.ribbon-info.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #10a6f2;
  border-left-color: #10a6f2;
}

.ribbon-info.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #10a6f2;
  border-right-color: #10a6f2;
}

.ribbon-info.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #10a6f2;
  border-right-color: transparent;
  border-left-color: #10a6f2;
}

.ribbon-light {
  background: #f4f4f4;
}

.ribbon-light {
  background: #f4f4f4;
}

.ribbon-bookmark.ribbon-light:before {
  border-color: #f4f4f4;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-light:before {
  border-right-color: #f4f4f4;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-light:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-light:before {
  border-right-color: #f4f4f4;
  border-bottom-color: transparent;
}

.ribbon-light.ribbon-corner:before {
  border-top-color: #f4f4f4;
  border-left-color: #f4f4f4;
}
.ribbon-light.ribbon-corner.ribbon-right:before {
  border-right-color: #f4f4f4;
  border-left-color: transparent;
}
.ribbon-light.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #f4f4f4;
}

.ribbon-light.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #dbdbdb;
  border-right-color: #dbdbdb;
}

.ribbon-light.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #dbdbdb;
  border-left-color: #dbdbdb;
}

.ribbon-light.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #dbdbdb;
  border-right-color: #dbdbdb;
}

.ribbon-light.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #dbdbdb;
  border-right-color: transparent;
  border-left-color: #dbdbdb;
}

.ribbon-dark {
  background: #3f475a;
}

.ribbon-dark {
  background: #3f475a;
}

.ribbon-bookmark.ribbon-dark:before {
  border-color: #3f475a;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-dark:before {
  border-right-color: #3f475a;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-dark:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-dark:before {
  border-right-color: #3f475a;
  border-bottom-color: transparent;
}

.ribbon-dark.ribbon-corner:before {
  border-top-color: #3f475a;
  border-left-color: #3f475a;
}
.ribbon-dark.ribbon-corner.ribbon-right:before {
  border-right-color: #3f475a;
  border-left-color: transparent;
}
.ribbon-dark.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #3f475a;
}

.ribbon-dark.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #2a2f3c;
  border-right-color: #2a2f3c;
}

.ribbon-dark.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #2a2f3c;
  border-left-color: #2a2f3c;
}

.ribbon-dark.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #2a2f3c;
  border-right-color: #2a2f3c;
}

.ribbon-dark.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #2a2f3c;
  border-right-color: transparent;
  border-left-color: #2a2f3c;
}

.ribbon-warning {
  background: #ffb829;
}

.ribbon-warning {
  background: #ffb829;
}

.ribbon-bookmark.ribbon-warning:before {
  border-color: #ffb829;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-warning:before {
  border-right-color: #ffb829;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-warning:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-warning:before {
  border-right-color: #ffb829;
  border-bottom-color: transparent;
}

.ribbon-warning.ribbon-corner:before {
  border-top-color: #ffb829;
  border-left-color: #ffb829;
}
.ribbon-warning.ribbon-corner.ribbon-right:before {
  border-right-color: #ffb829;
  border-left-color: transparent;
}
.ribbon-warning.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #ffb829;
}

.ribbon-warning.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #f5a400;
  border-right-color: #f5a400;
}

.ribbon-warning.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #f5a400;
  border-left-color: #f5a400;
}

.ribbon-warning.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #f5a400;
  border-right-color: #f5a400;
}

.ribbon-warning.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #f5a400;
  border-right-color: transparent;
  border-left-color: #f5a400;
}

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

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

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

.ribbon-wrapper {
  transform: translate(20deg);
}

.animated-ribbon {
  position: relative;
}
.animated-ribbon .box {
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, 50%);
  perspective: 50px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  position: relative;
}
.animated-ribbon .box .ribbon {
  position: absolute;
  right: -21px;
  bottom: 10px;
  height: 60px;
  transform-style: preserve-3d;
  line-height: 2.2;
}
.animated-ribbon .box .ribbon i {
  position: absolute;
  display: block;
  bottom: 0px;
  transition: all 0.2s ease-in;
}
.animated-ribbon .box .ribbon i.back {
  background: var(--theme-default);
  width: 0px;
  height: 36px;
  left: 100%;
  transform: skewY(-30deg);
  transform-origin: 0% 100%;
  transition-delay: 0.45s;
}
.animated-ribbon .box .ribbon i.front {
  width: 0px;
  background: var(--theme-default);
  height: 36px;
  right: -10px;
  bottom: 11px;
  transition-delay: 0.35s;
}
.animated-ribbon .box .ribbon i.fold {
  background: var(--theme-default);
  right: 180px;
  height: 40px;
  width: 0px;
  bottom: 11px;
  transform: rotateY(-45deg) skewY(-40deg);
  transform-origin: 100% 0%;
  transition-delay: 0.15s;
}
.animated-ribbon .box .ribbon i.foldback {
  width: 0px;
  background: var(--theme-default);
  height: 29px;
  right: 200px;
  bottom: 16px;
  transition-delay: 0s;
}
.animated-ribbon .box .ribbon i span {
  position: absolute;
  opacity: 0;
  color: #fff;
  text-align: center;
  padding: 3px 38px;
  transition: all 0.4s ease-out;
}
.animated-ribbon:hover .ribbon i.back {
  width: 10px;
  transition-delay: 0s;
}
.animated-ribbon:hover .ribbon i.front {
  width: 145px;
  transition-delay: 0.15s;
}
.animated-ribbon:hover .ribbon i span {
  opacity: 1;
  transition-delay: 0.2s;
}

.smooth-animate:hover .label {
  padding-left: 1em;
}
[dir=rtl] .smooth-animate:hover .label {
  padding-left: 0.75em;
  padding-right: 1em;
}
.smooth-animate .media-image {
  display: inline-block;
  width: auto;
  position: relative;
}
.smooth-animate .media-image img {
  display: block;
}
.smooth-animate .label {
  position: absolute;
  top: -132px;
  left: -24px;
  display: inline-block;
  padding: 0 0.75em;
  border-radius: 5px 2px 2px 0px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 2.35em;
  font-weight: bold;
  color: #fff;
  background-color: #fc564a;
  z-index: 7;
  box-shadow: 0px 2px 0 rgba(63, 71, 90, 0.1);
  transition: all 0.1s;
}
[dir=rtl] .smooth-animate .label {
  left: unset;
  right: -24px;
  border-radius: 2px 5px 0px 2px;
}
.smooth-animate .label:before {
  content: " ";
  display: block;
  position: absolute;
  width: 5px;
  height: 4px;
  left: 0;
  bottom: -4px;
  background-color: #fc564a;
}
[dir=rtl] .smooth-animate .label:before {
  left: unset;
  right: 0;
}
.smooth-animate .label:after {
  content: " ";
  display: block;
  position: absolute;
  width: 5px;
  height: 6px;
  bottom: -6px;
  left: 0;
  background-color: #fc564a;
  border-radius: 5px 0 0 5px;
}
[dir=rtl] .smooth-animate .label:after {
  left: unset;
  right: 0;
}

.vertical-left-animate .ribbon-wrapper {
  overflow: hidden;
}
.vertical-left-animate .ribbon-wrapper .ribbon {
  left: -50px;
  transition: all 0.2s ease;
}
[dir=rtl] .vertical-left-animate .ribbon-wrapper .ribbon {
  direction: ltr;
}
.vertical-left-animate .ribbon-wrapper .ribbon i {
  margin-left: 12px;
}
.vertical-left-animate .ribbon-wrapper .ribbon span {
  opacity: 0;
  transition: all 0.2s ease;
}
.vertical-left-animate .ribbon-wrapper .ribbon-bookmark::before {
  left: 84%;
}
.vertical-left-animate:hover .ribbon-wrapper .ribbon {
  left: 0px;
  transition: all 0.2s ease;
}
.vertical-left-animate:hover .ribbon-wrapper .ribbon span {
  opacity: 1;
  transition: all 0.2s ease;
}

.triangular-ribbon {
  transition: all 0.3s ease;
}
.triangular-ribbon .ribbon-wrapper {
  overflow: hidden;
}
.triangular-ribbon .ribbon-wrapper .triangular-ribbon-box {
  width: 100px;
  height: 100px;
  background: #e8e5ff;
  position: absolute;
  top: -50px;
  left: -50px;
  transform: rotate(315deg);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: end;
  border: 3px solid var(--theme-default);
  transition: all 0.3s ease;
  opacity: 0;
}
.triangular-ribbon .ribbon-wrapper .triangular-ribbon-box > div {
  position: absolute;
  bottom: -2px;
  left: 36px;
}
.triangular-ribbon .ribbon-wrapper .triangular-ribbon-box > div svg {
  width: 20px;
  height: 20px;
  stroke: var(--theme-default);
}
.triangular-ribbon:hover {
  transition: all 0.3s ease;
}
.triangular-ribbon:hover .triangular-ribbon-box {
  opacity: 1;
  transition: all 0.3s ease;
}

.vertical-ribbon-animate:hover .ribbon-vertical-right {
  animation: shrink 0.3s ease;
}
.vertical-ribbon-animate .ribbon-vertical-right {
  width: 115px;
  line-height: 45px;
  height: 45px;
  border-radius: 0 0 50% 50%;
  box-shadow: 0px 8px 16px -4px rgba(0, 0, 0, 0.25);
  top: 0;
}
.vertical-ribbon-animate .ribbon-vertical-right::before {
  content: unset;
}
.vertical-ribbon-animate .ribbon-vertical-right > div i {
  margin-right: 6px;
}
[dir=rtl] .vertical-ribbon-animate .ribbon-vertical-right > div i {
  margin-right: unset;
  margin-left: 6px;
}
.vertical-ribbon-animate .ribbon-bottom-arrow {
  position: absolute;
  left: 38px;
  line-height: 40px;
  border-radius: 0;
  top: -12px;
  border-left: 12px solid rgba(0, 0, 0, 0.3333333333);
  border-bottom: 14px solid rgba(0, 0, 0, 0);
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 14px), calc(50% + 6px) 100%, 12px calc(100% - 14px), 12px 12px, 0 12px);
}

@media (max-width: 1407px) and (min-width: 992px) {
  .smooth-animate .label {
    top: -178px !important;
  }
}
@media (max-width: 793px) and (min-width: 619px) {
  .smooth-animate .label {
    top: -173px;
  }
}
@media (max-width: 618px) and (min-width: 576px) {
  .smooth-animate .label {
    top: -200px;
  }
}
@media (max-width: 399px) {
  .smooth-animate .label {
    top: -175px;
  }
}

/**=====================
  2.25 Ribbon CSS Ends
==========================**/
/**=====================
   2.26 Range-slider CSS Start
==========================**/
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single,
.irs--flat .irs-bar {
  background-color: #7366FF;
}
.irs--flat .irs-from::before,
.irs--flat .irs-to::before,
.irs--flat .irs-single::before,
.irs--flat .irs-bar::before {
  border-top-color: #7366FF;
}
.irs--flat .irs-handle i:first-child {
  background-color: #7366FF;
}

.irs--round .irs-single {
  background-color: #838383;
}
.irs--round .irs-single::before {
  border-top-color: #838383;
}
.irs--round .irs-handle {
  border: 4px solid #838383;
}
.irs--round .irs-bar {
  background-color: #838383;
}

.irs--square .irs-handle {
  border: 3px solid #65c15c;
}
.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-bar {
  background-color: #65c15c;
}

.irs--sharp .irs-from::before,
.irs--sharp .irs-to::before {
  border-top-color: #40b8f5;
}
.irs--sharp .irs-min,
.irs--sharp .irs-max,
.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-bar {
  background-color: #40b8f5;
}
.irs--sharp .irs-line {
  background-color: #cccccc;
}
.irs--sharp .irs-handle {
  background-color: #40b8f5;
}
.irs--sharp .irs-handle i:first-child {
  border-top-color: #40b8f5;
}

.irs--big .irs-bar {
  border: 1px solid #ffb829;
  background: #ffb829;
  box-shadow: unset;
}
.irs--big .irs-from,
.irs--big .irs-to {
  background-color: #ffb829;
  background: unset;
}
.irs--big .irs-handle {
  background: #ffb829;
}
.irs--big .irs-grid-pol {
  background-color: #ffb829;
}
.irs--big .irs-grid-text {
  color: #ffb829;
}

.irs--modern .irs-single {
  background-color: #fc564a;
}
.irs--modern .irs-single::before {
  border-top-color: #fc564a;
}
.irs--modern .irs-bar {
  background: #fc564a;
}
.irs--modern .irs-grid-text {
  color: #fc564a;
}

/**=====================
    2.26 Range-slider CSS Ends
==========================**/
/**=====================
    2.27 Switch CSS Start
==========================**/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input {
  display: none;
}
.switch input:checked + .switch-state {
  background-color: var(--theme-default);
}
.switch input:checked + .switch-state:before {
  transform: translateX(26px);
}
.switch input:checked + .switch-state.large-switch::before {
  transform: translateX(32px);
}
.switch input:focus + .switch-state {
  box-shadow: 0 0 1px var(--theme-default);
}

.switch-state {
  border-radius: 20px;
  position: absolute;
  cursor: pointer;
  inset: 0;
  background-color: #f4f4f4;
  transition: 0.4s;
}
.switch-state:before {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  transition: 0.4s;
  border-radius: 20px;
}

.icon-state .switch-state:after {
  content: "\efb8";
  font-family: IcoFont;
  left: 10px;
  position: absolute;
  top: 10px;
  color: #3f475a;
  transition: 0.4s;
  opacity: 0.3;
}
.icon-state input:checked + .switch-state:after {
  content: "\efad";
  left: 36px;
  opacity: 1;
  transition: 0.4s;
}

.switch-lg .switch {
  width: 75px;
  height: 40px;
  padding: 0;
  margin: 0;
}
.switch-lg .switch .switch-state:before {
  width: 30px;
  height: 30px;
  left: 7px;
  bottom: 5px;
  top: 4px;
}
.switch-lg .switch .switch-state.large-switch::before {
  top: 5px;
}

.switch-lg.icon-state .switch .switch-state:after {
  left: 12px;
  font-size: 18px;
}
.switch-lg.icon-state .switch input:checked + .switch-state:after {
  left: 47px;
}
.switch-lg.icon-state .switch input:checked + .switch-state:before {
  transform: translateX(32px);
}

.switch-sm.icon-state .switch .switch-state:after {
  top: 4px;
  left: 4px;
  font-size: 8px;
}
.switch-sm.icon-state .switch input:checked + .switch-state:after {
  left: 13px;
  top: 4px;
}
.switch-sm .switch {
  width: 25px;
  height: 16px;
  margin-top: 10px;
  margin-bottom: 0px;
}
.switch-sm .switch .switch-state:before {
  width: 8px;
  height: 8px;
  left: 4px;
  bottom: 4px;
}
.switch-sm input:checked + .switch-state:before {
  left: -13px;
}

.switch-outline .switch-state {
  background-color: #fff;
  border: 1px solid var(--theme-default);
  transition: 0.4s;
}
.switch-outline .switch-state:before {
  background-color: #f4f4f4;
  bottom: 3px;
  color: #fff;
}

.switch-outline .switch input {
  display: none;
}
.switch-outline .switch input:checked + .switch-state {
  background-color: transparent;
  border: 1px solid var(--theme-default);
}
.switch-outline .switch input:checked + .switch-state:before {
  background-color: var(--theme-default);
  bottom: 3px;
  transform: translateX(26px);
}
.switch-outline .switch input:checked + .switch-state:after {
  color: #fff;
}
.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);
}
.switch-outline .switch input:checked + .switch-state.bg-dark {
  background-color: transparent !important;
  border: 1px solid #3f475a;
}
.switch-outline .switch input:checked + .switch-state.bg-dark:before {
  background-color: #3f475a;
}
.switch-outline .switch input:checked + .switch-state.bg-warning {
  background-color: transparent !important;
  border: 1px solid #ffb829;
}
.switch-outline .switch input:checked + .switch-state.bg-warning:before {
  background-color: #ffb829;
}
.switch-outline .switch input:checked + .switch-state.bg-success {
  background-color: transparent !important;
  border: 1px solid #65c15c;
}
.switch-outline .switch input:checked + .switch-state.bg-success:before {
  background-color: #65c15c;
}
.switch-outline .switch input:checked + .switch-state.bg-info {
  background-color: transparent !important;
  border: 1px solid #40b8f5;
}
.switch-outline .switch input:checked + .switch-state.bg-info:before {
  background-color: #40b8f5;
}
.switch-outline .switch input:checked + .switch-state.bg-danger {
  background-color: transparent !important;
  border: 1px solid #fc564a;
}
.switch-outline .switch input:checked + .switch-state.bg-danger:before {
  background-color: #fc564a;
}
.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);
}
.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);
}
.switch-outline .switch-state.bg-primary {
  border: 1px solid var(--theme-default);
  background-color: transparent !important;
}
.switch-outline .switch-state.bg-secondary {
  border: 1px solid var(--theme-secondary);
  background-color: transparent !important;
}
.switch-outline .switch-state.bg-warning {
  border: 1px solid #ffb829;
  background-color: transparent !important;
}
.switch-outline .switch-state.bg-success {
  border: 1px solid #65c15c;
  background-color: transparent !important;
}
.switch-outline .switch-state.bg-info {
  border: 1px solid #40b8f5;
  background-color: transparent !important;
}
.switch-outline .switch-state.bg-danger {
  border: 1px solid #fc564a;
  background-color: transparent !important;
}
.switch-outline .switch-state.bg-dark {
  border: 1px solid #3f475a;
  background-color: transparent !important;
}

.switch-showcase {
  margin-bottom: -8px;
}
.switch-showcase .d-flex {
  line-height: 1;
}
.switch-showcase .form-check .form-check-input {
  float: right;
}

.form-switch .form-check-input:checked {
  background-color: var(--theme-default);
  border-color: var(--theme-default);
}

.tg-list {
  text-align: center;
  display: flex;
  align-items: center;
}

.tgl {
  display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
  box-sizing: border-box;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}

.tgl-skewed + .tgl-btn {
  overflow: hidden;
  transform: skew(-10deg);
  backface-visibility: hidden;
  transition: all 0.2s ease;
  background: #838383;
}
.tgl-skewed + .tgl-btn:after, .tgl-skewed + .tgl-btn:before {
  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 {
  left: 100%;
  content: attr(data-tg-on);
}
.tgl-skewed + .tgl-btn:before {
  left: 0;
  content: attr(data-tg-off);
}
.tgl-skewed + .tgl-btn:active {
  background: #838383;
}
.tgl-skewed + .tgl-btn:active:before {
  left: -10%;
}
.tgl-skewed:checked + .tgl-btn {
  background: #7366FF;
}
.tgl-skewed:checked + .tgl-btn:before {
  left: -100%;
}
.tgl-skewed:checked + .tgl-btn:after {
  left: 0;
}
.tgl-skewed:checked + .tgl-btn:active:after {
  left: 10%;
}

.tgl-flip + .tgl-btn {
  padding: 2px;
  transition: all 0.2s ease;
  perspective: 100px;
}
.tgl-flip + .tgl-btn:after, .tgl-flip + .tgl-btn:before {
  display: inline-block;
  transition: all 0.4s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 2em;
  font-weight: 500;
  color: var(--white);
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  border-radius: 4px;
}
.tgl-flip + .tgl-btn:after {
  content: attr(data-tg-on);
  background: #ffb829;
  transform: rotateY(-180deg);
}
.tgl-flip + .tgl-btn:before {
  background: #fc564a;
  content: attr(data-tg-off);
}
.tgl-flip + .tgl-btn:active:before {
  transform: rotateY(-20deg);
}
.tgl-flip:checked + .tgl-btn:before {
  transform: rotateY(180deg);
}
.tgl-flip:checked + .tgl-btn:after {
  transform: rotateY(0);
  left: 0;
  background: #65c15c;
}
.tgl-flip:checked + .tgl-btn:active:after {
  transform: rotateY(20deg);
}

.radius-none .form-check-input {
  border-radius: 3px;
}

.tg-list .tg-list-item .square-checked .switch-state::before {
  content: "";
  border-radius: 0;
}

.switch-wrapper .d-flex {
  margin-right: 20px;
}
[dir=rtl] .switch-wrapper .d-flex {
  margin-right: unset;
  margin-left: 20px;
}
.switch-wrapper .d-flex .col-form-label {
  padding-bottom: 0;
}
.switch-wrapper .tg-list p {
  margin: 0 8px 0 0;
}

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

/**=====================
    2.27 Switch CSS Ends
==========================**/
/**=====================
  2.28 Tab CSS Start
==========================**/
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: var(--theme-default);
}

.main-vertical-tab .nav .nav-link {
  display: flex;
  align-items: center;
  gap: 8px;
}

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

.nav-right {
  justify-content: flex-end;
}

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

.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: #fff;
}

.nav-secondary .nav-link,
.nav-pills.nav-secondary .nav-link {
  color: #838383;
}
.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: #838383;
  color: #fff;
}

.nav-success .nav-link,
.nav-pills.nav-success .nav-link {
  color: #65c15c;
}
.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: #65c15c;
  color: #fff;
}

.nav-danger .nav-link,
.nav-pills.nav-danger .nav-link {
  color: #fc564a;
}
.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: #fc564a;
  color: #fff;
}

.nav-info .nav-link,
.nav-pills.nav-info .nav-link {
  color: #40b8f5;
}
.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: #40b8f5;
  color: #fff;
}

.nav-light .nav-link,
.nav-pills.nav-light .nav-link {
  color: #f4f4f4;
}
.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: #f4f4f4;
  color: #fff;
}

.nav-dark .nav-link,
.nav-pills.nav-dark .nav-link {
  color: #3f475a;
}
.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: #3f475a;
  color: #fff;
}

.nav-warning .nav-link,
.nav-pills.nav-warning .nav-link {
  color: #ffb829;
}
.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: #ffb829;
  color: #fff;
}

.nav-tabs.nav-bottom .nav-item .nav-link.active,
.nav-tabs.nav-bottom .nav-item .nav-link.focus,
.nav-tabs.nav-bottom .nav-item .nav-link.hover {
  border-color: #fff #dee2e6 #dee2e6;
}

.tab-content ~ .nav-tabs.border-tab {
  margin-bottom: 0;
  margin-top: 30px;
}

.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: #3f475a;
  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);
}
.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-bottom: none;
}

.border-tab.nav-left .nav-link {
  transition: all 0.3s ease;
  color: #3f475a;
}
.border-tab.nav-left .nav-link.active,
.border-tab.nav-left .show > .nav-link {
  background-color: transparent;
  border-left-color: var(--theme-default);
  color: var(--theme-default);
  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: #3f475a;
  text-align: right;
}
.border-tab.nav-right .nav-link.active,
.border-tab.nav-right .show > .nav-link {
  background-color: transparent;
  border-right-color: var(--theme-default);
  color: var(--theme-default);
  border-radius: 0;
  transition: all 0.3s ease;
}

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

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

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

.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: #838383;
  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 #838383;
}
.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: #838383;
}

.border-tab.nav-left.nav-secondary .nav-link.active,
.border-tab.nav-left.nav-secondary .show > .nav-link {
  border-left-color: #838383;
  color: #838383;
}

.border-tab.nav-right.nav-secondary .nav-link.active,
.border-tab.nav-right.nav-secondary .show > .nav-link {
  border-right-color: #838383;
  color: #838383;
}

.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: #65c15c;
  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 #65c15c;
}
.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: #65c15c;
}

.border-tab.nav-left.nav-success .nav-link.active,
.border-tab.nav-left.nav-success .show > .nav-link {
  border-left-color: #65c15c;
  color: #65c15c;
}

.border-tab.nav-right.nav-success .nav-link.active,
.border-tab.nav-right.nav-success .show > .nav-link {
  border-right-color: #65c15c;
  color: #65c15c;
}

.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: #fc564a;
  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 #fc564a;
}
.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: #fc564a;
}

.border-tab.nav-left.nav-danger .nav-link.active,
.border-tab.nav-left.nav-danger .show > .nav-link {
  border-left-color: #fc564a;
  color: #fc564a;
}

.border-tab.nav-right.nav-danger .nav-link.active,
.border-tab.nav-right.nav-danger .show > .nav-link {
  border-right-color: #fc564a;
  color: #fc564a;
}

.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: #40b8f5;
  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 #40b8f5;
}
.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: #40b8f5;
}

.border-tab.nav-left.nav-info .nav-link.active,
.border-tab.nav-left.nav-info .show > .nav-link {
  border-left-color: #40b8f5;
  color: #40b8f5;
}

.border-tab.nav-right.nav-info .nav-link.active,
.border-tab.nav-right.nav-info .show > .nav-link {
  border-right-color: #40b8f5;
  color: #40b8f5;
}

.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: #f4f4f4;
  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 #f4f4f4;
}
.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: #f4f4f4;
}

.border-tab.nav-left.nav-light .nav-link.active,
.border-tab.nav-left.nav-light .show > .nav-link {
  border-left-color: #f4f4f4;
  color: #f4f4f4;
}

.border-tab.nav-right.nav-light .nav-link.active,
.border-tab.nav-right.nav-light .show > .nav-link {
  border-right-color: #f4f4f4;
  color: #f4f4f4;
}

.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: #3f475a;
  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 #3f475a;
}
.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: #3f475a;
}

.border-tab.nav-left.nav-dark .nav-link.active,
.border-tab.nav-left.nav-dark .show > .nav-link {
  border-left-color: #3f475a;
  color: #3f475a;
}

.border-tab.nav-right.nav-dark .nav-link.active,
.border-tab.nav-right.nav-dark .show > .nav-link {
  border-right-color: #3f475a;
  color: #3f475a;
}

.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: #ffb829;
  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 #ffb829;
}
.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: #ffb829;
}

.border-tab.nav-left.nav-warning .nav-link.active,
.border-tab.nav-left.nav-warning .show > .nav-link {
  border-left-color: #ffb829;
  color: #ffb829;
}

.border-tab.nav-right.nav-warning .nav-link.active,
.border-tab.nav-right.nav-warning .show > .nav-link {
  border-right-color: #ffb829;
  color: #ffb829;
}

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

.tab-img {
  height: 100px;
}

.nav-item .navlink-title {
  background-color: unset;
  padding: 8px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.simple-wrapper .dropdown-collection .dropdown-item:hover, .simple-wrapper .dropdown-collection .dropdown-item:active {
  background-color: #cccccc !important;
}

.blog-wrapper .blog-img {
  height: 100px;
}
@media (max-width: 500px) {
  .blog-wrapper .blog-img {
    height: 75px;
  }
}

.designer-details {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1540px) {
  .designer-details {
    gap: 14px;
  }
}
.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: calc(38px + 12 * (100vw - 320px) / 1600);
  border-radius: 100%;
}
.designer-details .designer-profile .designer-wrap .designer-content h6 {
  font-weight: 500;
}
.designer-details .designer-profile .designer-wrap .designer-content p {
  color: #999999;
}

.nav-tabs .nav-border {
  color: #000;
  border: none;
}

.ico-color {
  color: #ffb829;
  font-size: 16px;
}

.main-inbox .header-inbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #999999;
  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: 12px;
}
@media (max-width: 560px) {
  .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-border);
  align-items: center;
}
@media (max-width: 630px) {
  .main-inbox .body-inbox .body-h-wrapper {
    align-items: unset;
  }
}

.tab-space {
  font-size: 14px;
}

#bottom-tab .nav-border.tab-primary:hover {
  color: #7366FF;
}
#bottom-tab .nav-border.tab-primary:focus, #bottom-tab .nav-border.tab-primary:active, #bottom-tab .nav-border.tab-primary.active {
  color: #7366FF;
  border-bottom: 2px solid #7366FF;
}

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

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

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

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

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

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

#bottom-tab .nav-border.tab-dark:hover {
  color: #3f475a;
}
#bottom-tab .nav-border.tab-dark:focus, #bottom-tab .nav-border.tab-dark:active, #bottom-tab .nav-border.tab-dark.active {
  color: #3f475a;
  border-bottom: 2px solid #3f475a;
}

#sideline-tab .nav-effect {
  display: inline-block;
  position: relative;
}
#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;
  transform: scale(0, 1);
}
#sideline-tab .nav-effect:hover::after {
  opacity: 1;
  transform: scale(1);
}

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

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

::placeholder {
  font-size: 14px;
}

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

.bg-navbar .nav {
  justify-content: flex-end;
  background-color: #f4f4f4;
  border-radius: 8px;
}
.bg-navbar .nav .nav-item .nav-link {
  color: #898989;
}
.bg-navbar .nav .nav-item .nav-link.active {
  background-color: #7366FF;
  color: #fff;
}
.bg-navbar .skill-tab .form-control {
  width: 45%;
}
.bg-navbar .skill-tab ul {
  list-style-type: circle;
  margin-left: 16px;
}
[dir=rtl] .bg-navbar .skill-tab ul {
  margin-left: unset;
  margin-right: 16px;
}
.bg-navbar .skill-tab ul li {
  padding-bottom: 4px;
}
.bg-navbar .skill-tab ul li:last-child {
  padding-bottom: unset;
}
.bg-navbar img {
  height: calc(160px + 85 * (100vw - 320px) / 1600);
}
@media (max-width: 500px) and (min-width: 356px) {
  .bg-navbar img {
    height: 118px;
  }
}
@media (max-width: 355px) {
  .bg-navbar img {
    height: 80px;
  }
}

@media (max-width: 1694px) {
  .arrow-tabs.bg-navbar .tab-content .common-box p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.arrow-tabs.bg-navbar .nav {
  justify-content: flex-start;
  border-radius: 0;
}
.arrow-tabs.bg-navbar .nav .nav-item {
  clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
}
[dir=rtl] .arrow-tabs.bg-navbar .nav .nav-item {
  clip-path: polygon(15% 0%, 0% 50%, 15% 100%, 100% 100%, 100% 0%);
}
.arrow-tabs.bg-navbar .nav .nav-item .nav-link.active {
  border-radius: 0;
  background-color: var(--theme-default);
}
.arrow-tabs.bg-navbar .common-box {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 18px;
}
.arrow-tabs.bg-navbar .common-box:first-child p {
  margin-bottom: 14px;
}
.arrow-tabs i {
  font-size: calc(13px + 3 * (100vw - 320px) / 1600);
  color: #52526c;
}
[dir=rtl] .arrow-tabs i {
  transform: scaleX(-1);
}

.bottom-navbar .nav.nav-pills {
  justify-content: center;
}
.bottom-navbar .nav.nav-pills .nav-item {
  flex: 1 1 0;
}
.bottom-navbar .nav.nav-pills .nav-item .nav-link {
  text-align: center;
}
.bottom-navbar .nav.nav-pills .nav-item .nav-link img {
  height: 20px;
  margin-right: 8px;
  filter: grayscale(1);
  transition: all 0.3s ease;
}
[dir=rtl] .bottom-navbar .nav.nav-pills .nav-item .nav-link img {
  margin-right: unset;
  margin-left: 8px;
}
.bottom-navbar .nav.nav-pills .nav-item .nav-link.active img {
  filter: grayscale(0);
  transition: all 0.3s ease;
  transform: scale(1.2);
}
.bottom-navbar .tab-content .common-flex {
  margin-bottom: 18px;
}
.bottom-navbar .tab-content .common-flex img {
  height: 20px;
}
.bottom-navbar .tab-content .tab-paragraph {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 14px;
}
.bottom-navbar .tab-content .tab-paragraph i {
  font-size: calc(13px + 3 * (100vw - 320px) / 1600);
  color: #52526c;
}
[dir=rtl] .bottom-navbar .tab-content .tab-paragraph i {
  transform: scaleX(-1);
}

.horizontal-icons-tab .nav-tabs {
  margin: 0;
  background-image: linear-gradient(135deg, var(--light-bg) 0%, var(--light-bg) 100%);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 2px 2px 0px 0px;
  flex-wrap: wrap;
}
@media (max-width: 764px) {
  .horizontal-icons-tab .nav-tabs {
    row-gap: 8px;
  }
}
.horizontal-icons-tab .nav-tabs .nav-item .nav-link {
  background: transparent;
  background-image: linear-gradient(90deg, transparent 70%, rgba(255, 255, 255, 0.2) 100%);
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: 0.3s ease;
  border-radius: 0;
  padding-top: 10px;
}
@media (max-width: 1529px) and (min-width: 1400px) {
  .horizontal-icons-tab .nav-tabs .nav-item .nav-link {
    padding-inline: 12px;
  }
}
.horizontal-icons-tab .nav-tabs .nav-item .nav-link i {
  color: var(--body-font-color);
  opacity: 0.8;
  z-index: 2;
}
[dir=rtl] .horizontal-icons-tab .nav-tabs .nav-item .nav-link i {
  margin-right: unset;
  margin-left: 10px;
}
.horizontal-icons-tab .nav-tabs .nav-item .nav-link::before {
  background-image: linear-gradient(135deg, var(--theme-default) 0%, #40b8f5 100%);
  content: "";
  width: 100%;
  height: 0px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s ease-in-out;
  z-index: 2;
}
.horizontal-icons-tab .nav-tabs .nav-item .nav-link:hover, .horizontal-icons-tab .nav-tabs .nav-item .nav-link::before {
  height: 100%;
  z-index: 2;
  bottom: 0;
}
.horizontal-icons-tab .nav-tabs .nav-item .nav-link.active {
  background-color: var(--white);
  z-index: 0;
  border-right: 0px;
  border-left: 0px;
  bottom: 0px;
  overflow: hidden;
  color: #7366FF;
}
.horizontal-icons-tab .nav-tabs .nav-item .nav-link.active:hover span {
  opacity: 1;
  background-color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.horizontal-icons-tab .nav-tabs .nav-item .nav-link::before {
  content: "";
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
}
.horizontal-icons-tab .nav-tabs .nav-item .nav-link span {
  opacity: 0.6;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition: 0.5s ease;
  padding: 0;
  margin: 0;
  color: var(--body-font-color);
  backface-visibility: hidden;
  font-weight: 400;
}
.horizontal-icons-tab .nav-tabs .nav-item .nav-link span::before {
  content: attr(data-title);
  position: absolute;
  height: auto;
  width: auto;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.1;
  font-size: 40px;
  transition: 1s ease-out;
  z-index: -1;
  font-weight: 600;
  top: 110%;
}
.horizontal-icons-tab .nav-tabs .nav-item .nav-link:hover span {
  color: #fff;
  opacity: 1;
}
.horizontal-icons-tab .nav-tabs .nav-item .nav-link:hover::before {
  height: 100%;
  z-index: 2;
  bottom: 0;
}
.horizontal-icons-tab .nav-tabs .nav-item .nav-link:hover i {
  color: #fff;
}

.bottom-border-tab .nav .nav-item .nav-link {
  border-bottom: 2px solid transparent;
}

/**=====================
    2.28 Tab CSS Ends
==========================**/
/**=====================
    2.29 Table CSS Start
==========================**/
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: var(--chart-progress-light);
}

.table tbody tr:last-child td,
.table tbody tr:last-child th {
  border-bottom: none;
}

.pills-component {
  width: 20%;
}

#row_create td.highlight {
  font-weight: 500;
  color: #7366FF;
}
#row_create td.danger {
  font-weight: 500;
  color: #fc564a;
}

.table {
  margin-bottom: 0px;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: #e9edf1;
}
.table th,
.table td {
  padding: 0.75rem;
}
.table.table-primary th {
  color: #fff;
}
.table thead.bg-primary tr th {
  color: #fff;
}
.table th {
  color: #404040;
  font-weight: 500;
}
.table th.c-light {
  color: #52526c;
}
.table td {
  color: #404040;
}
.table [class*=bg-] {
  color: #fff;
}
.table .bg-light {
  color: #404040;
}
.table tfoot {
  font-weight: bold;
}

.table-dark th {
  color: #fff;
}

.table-inverse {
  color: #fff;
  background-color: #292b2c;
}
.table-inverse th,
.table-inverse td {
  border-color: #fff;
  color: #fff;
}
.table-inverse.table-bordered {
  border: 0;
}

.table[class*=bg-] th,
.table[class*=bg-] td {
  color: #fff;
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: #f6f6f6;
}
.table-hover tbody tr {
  vertical-align: middle;
}
.table-hover tbody tr:hover {
  background-color: rgba(115, 102, 255, 0.1);
}
.table-hover tbody tr td svg {
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 4px;
  margin-right: 10px;
}
[dir=rtl] .table-hover tbody tr td svg {
  margin-right: unset;
  margin-left: 10px;
}

.typography-table tr:last-child {
  border-bottom: none;
}
.typography-table tr:last-child td {
  border-bottom: none;
}

.table-double {
  border-left: 4px double #dee2e6;
  border-right: 4px double #dee2e6;
}
.table-double thead,
.table-double tbody,
.table-double tfoot,
.table-double tr,
.table-double td,
.table-double th {
  border-style: double;
  border-width: 4px;
  border-right: 0;
  border-left: 0;
}

.table-dotted {
  border-left: 2px dotted #dee2e6;
  border-right: 2px dotted #dee2e6;
}
.table-dotted thead,
.table-dotted tbody,
.table-dotted tfoot,
.table-dotted tr,
.table-dotted td,
.table-dotted th {
  border-style: dotted !important;
  border-width: 2px;
  border-right: 0;
  border-left: 0;
}

.table-dashed {
  border-left: 2px dashed #dee2e6;
  border-right: 2px dashed #dee2e6;
}
.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;
}
.table-dashed tbody tr:last-child th,
.table-dashed tbody tr:last-child td {
  border-color: var(--chart-progress-light);
}

.table-xl td,
.table-xl th {
  padding: 1.25rem 2rem;
  font-size: 120%;
}

.table-lg td,
.table-lg th {
  padding: 0.9rem 2rem;
  font-size: 110%;
}

.table-de td,
.table-de th {
  padding: 0.75rem 2rem;
}

.table-sm th,
.table-sm td {
  padding: 0.5rem 2rem;
  font-size: 90%;
}

.table-xs th,
.table-xs td {
  padding: 0.2rem 2rem;
  font-size: 80%;
}

.table-border-horizontal tr,
.table-border-horizontal th,
.table-border-horizontal td {
  border-top: 1px solid #f2f4ff;
  padding: 0.75rem 2rem;
}

.table-border-vertical tr,
.table-border-vertical th,
.table-border-vertical td {
  border-top: 0;
  border-right: 1px solid #f2f4ff;
}
.table-border-vertical tr td {
  border-bottom: 0;
}
.table-border-vertical tr td:last-child {
  border-right: none;
}
.table-border-vertical tbody tr th {
  border-bottom: 0;
}

.table-bordernone td {
  border: none !important;
}
.table-bordernone thead th {
  border: none !important;
}
.table-bordernone .u-s-tb {
  padding: 11px;
}

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

.table-bordered thead,
.table-bordered tbody,
.table-bordered tfoot,
.table-bordered tr,
.table-bordered td,
.table-bordered th {
  border-color: var(--bs-border-color);
}

.common-striped .table.table-striped[class*=bg-] {
  --bs-table-bg: auto;
}

.table-components .table-bordered .dropdown-menu.show {
  background-color: var(--white);
}
@media (max-width: 767px) {
  .table-components .table tbody tr td:first-child {
    min-width: 180px;
  }
}

/**=====================
    2.29 Table CSS Ends
==========================**/
/**=====================
   2.30 Toasts CSS Start
==========================**/
.toast-container {
  position: unset;
  z-index: 2;
}
.toast-container .toast-header {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.toast-container .toast-body {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.toast .btn-close {
  box-shadow: unset;
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.toast-index {
  z-index: 12;
}
.toast-index.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast-index.toast-fade {
  transition: opacity 0.15s linear;
}
.toast-index.show {
  display: block;
}

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

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

.toast:not(.showing):not(.show) {
  opacity: 0;
}

.toast-content {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 65px;
  margin: 0 auto;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.toast-rtl.toast-dark form .form-select {
  font-size: 14px;
}
[dir=rtl] .toast-rtl .toast .toast-header strong {
  margin-right: unset !important;
  margin-left: auto !important;
}
[dir=rtl] .toast-rtl .toast .btn-close {
  margin-right: 6px;
  margin-left: unset;
}

@media (max-width: 1920px) {
  .toast-dark .btn {
    padding: calc(6px + 0 * (100vw - 320px) / 1600) calc(4px + 24 * (100vw - 320px) / 1600);
  }
}

.toast-icons {
  margin-right: 6px;
  width: 20px;
  height: 20px;
}
[dir=rtl] .toast-icons {
  margin-right: unset;
  margin-left: 6px;
}

.common-toasts {
  position: relative;
}
.common-toasts div[class*=alert-light-] {
  padding: 12px;
  gap: 10px;
  border-radius: 10px;
}
.common-toasts .toast-body {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 0;
}

.animated-toast-box {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 16px;
}
.animated-toast-box .toast-body {
  background-color: var(--light-background);
}

/**=====================
   2.30 Toasts CSS Ends
==========================**/
/**=====================
  2.31 Touchspin CSS Start
==========================**/
.bootstrap-touchspin input.touchspin {
  padding: 0 12px;
}
.bootstrap-touchspin .input-group .btn {
  padding: 0.5rem 1.75rem;
}
.bootstrap-touchspin .touchspin-vertical-tab .input-group .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.bootstrap-touchspin .touchspin-vertical-tab .input-group .input-group-btn-vertical .bootstrap-touchspin-down {
  margin-top: -2px;
}
.bootstrap-touchspin .touchspin-vertical-tab .input-group .input-group-btn-vertical i {
  position: absolute;
  top: 4px;
  left: 7px;
  font-size: 10px;
  font-weight: normal;
}
.bootstrap-touchspin .touchspin-vertical-tab .input-group .input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 9px;
  margin-left: -1px;
  position: relative;
}
.bootstrap-touchspin .input-group {
  font-family: Rubik, sans-serif;
}
.bootstrap-touchspin .input-group .btn {
  border-radius: 0 !important;
}
.bootstrap-touchspin .dropdown-basic .dropdown .dropbtn {
  padding: 9px 30px;
}
.bootstrap-touchspin .dropdown-basic .dropdown .dropdown-content {
  z-index: 9999;
}

.touchspin-wrapper .btn-touchspin {
  border-radius: 5px;
  width: 32px;
  height: 32px;
}
.touchspin-wrapper .btn-touchspin i {
  vertical-align: middle;
}
.touchspin-wrapper input[type=number] {
  width: 85px;
  height: 30px;
  padding: 3px;
  text-align: center;
}

.hover-touchspin .btn-touchspin.spin-border-dark:hover {
  background-color: #3f475a;
  color: #fff;
}

.pre-post-touchspin .decrement-touchspin,
.pre-post-touchspin .increment-touchspin,
.pre-post-touchspin .input-group-text {
  padding: 7px 14px;
  border: 0;
}
.pre-post-touchspin .input-group-text {
  background-color: var(--light-bg);
}
.pre-post-touchspin .input-touchspin {
  border: 1px solid var(--course-light-btn);
  border-width: 2px;
  text-align: center;
}
.pre-post-touchspin .input-group {
  width: auto;
}
@media (max-width: 768px) {
  .pre-post-touchspin .input-group .input-touchspin {
    width: 100px;
  }
}
.pre-post-touchspin.bg-touchspin button[type=button] {
  border: 1px solid var(--course-light-btn);
  border-width: 2px;
  text-align: center;
}
.pre-post-touchspin .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;
}

.rounded-touchspin .btn-touchspin {
  border-radius: 50%;
}
.rounded-touchspin .touchspin-wrapper input[type=number].input-touchspin {
  border-radius: 15px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/**=====================
    2.31 Touchspin CSS Ends
==========================**/
/**=====================
  2.32 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: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background: #fc564a;
  background: linear-gradient(to bottom, var(--theme-default) 0%, var(--theme-default) 100%);
  border: 3px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

.introjs-arrow {
  border: 12px solid #fff;
}
.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: #fff;
  border-color: var(--theme-default);
  min-width: calc(275px + 35 * (100vw - 320px) / 1600);
  max-width: 400px;
  min-height: 90px;
}

.introjs-button {
  border: 1px solid #efefef;
  text-shadow: 1px 1px 0 #fff;
  color: #404040 !important;
  background-color: #fff;
  background-image: linear-gradient(#fff, #fff);
  font-size: 13px;
}
.introjs-button:hover {
  border-color: #efefef;
}
.introjs-button:focus, .introjs-button:active {
  background-image: linear-gradient(#e9edf1, #efefef);
}

.introjs-skipbutton {
  color: var(--theme-default);
}

.introjs-prevbutton.introjs-fullbutton {
  border: 1px solid #efefef;
}

.introjs-disabled {
  color: var(--theme-default);
  border-color: #efefef;
}
.introjs-disabled:hover, .introjs-disabled:focus {
  color: var(--theme-default);
  border-color: #efefef;
}

.introjs-bullets ul li a {
  background: #e9edf1;
}
.introjs-bullets ul li a:hover {
  background: #fff;
}
.introjs-bullets ul li a.active {
  background: #fff;
}

.introjs-progress {
  background-color: #f4f4f4;
}

.introjs-progressbar {
  background-color: var(--theme-default);
}

.introjs-hint:hover > .introjs-hint-pulse {
  border: 5px solid rgba(60, 60, 60, 0.57);
}

.introjs-hint-pulse {
  border: 5px solid rgba(60, 60, 60, 0.27);
  background-color: rgba(136, 136, 136, 0.24);
}

.introjs-hint-dot {
  border: 10px solid rgba(146, 146, 146, 0.36);
}

.introjs-tooltip-header {
  display: none;
}

.introjs-tooltiptext {
  font-size: 16px;
}

.introjs-arrow.bottom-middle {
  display: none;
}

[class*=introjs-] {
  font-family: Rubik;
}

.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 {
  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;
  }
}
.tour-email span {
  color: #52526c;
}

.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 {
  line-height: 25px;
}

.list-inline .list-inline-item.b-r-gray {
  border-right: 1px solid #cccccc;
}

.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;
  }
}
[dir=rtl] .like-comment .list-inline .list-inline-item {
  border-right: 0;
  border-left: 1px solid #cccccc;
}
[dir=rtl] .like-comment .list-inline .list-inline-item:last-child {
  border-right: 0;
  border-left: unset;
}

/**=====================
  2.32 Tour CSS Ends
==========================**/
/**=====================
   2.33 Tree CSS Start
==========================**/
.sortable-handler ul li i {
  cursor: pointer;
}

.grid-box-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1500px) {
  .grid-box-wrapper {
    justify-content: flex-start;
  }
}
@media (max-width: 992px) {
  .grid-box-wrapper {
    justify-content: center;
  }
}

.grid-box {
  padding: 8px;
  width: 100px;
  height: 100px;
  border-radius: 10px;
  display: grid;
  place-items: center;
}

.draggable-filter ul li img {
  width: 37px;
  height: 37px;
}

.stackable-list .list-group {
  padding: 11px 16px;
}
.stackable-list .list-group .list-group-item {
  padding: 11px 16px;
}
@media (max-width: 575px) {
  .stackable-list .list-group .list-group-item {
    padding: 11px 8px;
  }
}
.stackable-list .list-group .list-group-item i {
  color: #ffb829;
}

.nested-1 {
  background-color: rgba(115, 102, 255, 0.03);
}

.nested-2 {
  background-color: rgba(115, 102, 255, 0.05);
}

.nested-3 {
  background-color: rgba(115, 102, 255, 0.07);
}

.nested-4 {
  background-color: rgba(115, 102, 255, 0.09);
}

.swap-wrapper .list-group {
  padding: 11px 16px;
}
@media (max-width: 575px) {
  .swap-wrapper .list-group .list-group-item {
    padding: 11px 4px;
  }
}
.swap-wrapper .list-group img {
  height: 16px;
  width: auto;
}

/**=====================
   2.33 Tree CSS Ends
==========================**/
/**=====================
    2.34 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 solid #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: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.Typeahead-menu.is-open {
  display: block;
}

.Typeahead-selectable {
  cursor: pointer;
}
.Typeahead-selectable + .Typeahead-selectable {
  border-top: 1px solid #ccd6dd;
}

.ProfileCard {
  position: relative;
  padding: 10px;
  border: 1px solid #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: #fff;
}
.ProfileCard:hover .ProfileCard-stat-label {
  color: #fff;
}

.ProfileCard-avatar {
  position: absolute;
  border-radius: 5px;
}

.ProfileCard-details {
  padding-left: 35px;
  float: left;
}

.ProfileCard-realName {
  display: inline-block;
  color: #898989;
}

.ProfileCard-screenName {
  display: inline-block;
  color: #898989;
}

.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: #898989;
  font-weight: 500;
}

.ProfileCard.is-active {
  color: #fff;
  background: var(--theme-default);
}
.ProfileCard.is-active .ProfileCard-screenName {
  color: #fff;
}
.ProfileCard.is-active .ProfileCard-stat-label {
  color: #fff;
}

.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.34 Typeahead-search CSS Ends
==========================**/
/**=====================
    2.35 Scrollbar CSS Start
==========================**/
[data-simplebar] {
  position: unset;
}

.simplebar-mask {
  top: 100px;
}

.simplebar-track {
  right: -2px;
}
.simplebar-track.simplebar-vertical {
  top: 100px;
  width: 10px;
}
.simplebar-track.simplebar-horizontal {
  visibility: hidden !important;
}

.simplebar-scrollbar:before {
  background: rgba(115, 102, 255, 0.2);
}

.scrollbar-images {
  margin-bottom: 12px;
}

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

.horizontal-scroll .horz-scroll-content .horizontal-img {
  height: 100%;
  max-width: 240px;
}
@media (max-width: 576px) {
  .horizontal-scroll .horz-scroll-content .horizontal-img {
    max-width: calc(220px + 20 * (100vw - 320px) / 256);
  }
}
.horizontal-scroll .horz-scroll-content .horizontal-img img {
  height: 100%;
  object-fit: cover;
}

.scroll-demo.scroll-b-none {
  padding: 0;
  border: none;
}
[dir=rtl] .scroll-demo .scroll-rtl .list-group-item span {
  margin-right: auto;
}

@media (max-width: 1497px) {
  .vertical-scroll.scroll-demo .list-group .list-group-item .list-wrapper .list-img {
    height: 40px;
    width: auto;
  }
}

/**=====================
    2.35 Scrollbar CSS Ends
==========================**/
/**=====================
  3.1 Add-product CSS Start
==========================**/
.sidebar-left-wrapper {
  border-right: 1px solid var(--recent-dashed-border);
}
@media (max-width: 1199px) {
  .sidebar-left-wrapper {
    border-right: unset;
    margin-bottom: 25px;
  }
}
[dir=rtl] .sidebar-left-wrapper {
  border-right: unset;
  border-left: 1px solid var(--recent-dashed-border);
}
.sidebar-left-wrapper .sidebar-left-icons {
  display: block;
}
.sidebar-left-wrapper .sidebar-left-icons .nav-item {
  position: relative;
  padding-bottom: 50px;
  z-index: 0;
  overflow: hidden;
}
@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 rgba(82, 82, 108, 0.3);
  bottom: 0px;
  height: calc(100% - 42px);
  left: 20px;
  z-index: -1;
}
[dir=rtl] .sidebar-left-wrapper .sidebar-left-icons .nav-item::before {
  left: unset;
  right: 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;
  background-color: var(--white);
}
.sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link.active, .sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link:active {
  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: #fff;
  animation: tada 2.4s ease infinite;
}
.sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link.active .product-tab-content h6, .sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link:active .product-tab-content h6 {
  color: var(--theme-default);
  font-weight: 500;
}
.sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link .nav-rounded {
  min-width: 42px;
  height: 42px;
  border: 1px solid var(--recent-dashed-border);
  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: rgba(82, 82, 108, 0.8);
}
.sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link .product-tab-content h6 {
  color: var(--body-font-color);
  font-weight: 400;
  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 h6 {
    text-align: left;
  }
}
.sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link .product-tab-content p {
  color: var(--chart-text-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: var(--light-shade-primary, 1);
}
.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 h6 {
  color: var(--theme-default);
}

@media (max-width: 576px) {
  .sidebar-body.advance-options .nav-tabs .nav-item {
    padding: 10px 0;
  }
}
.sidebar-body form .form-control:focus,
.sidebar-body form .form-select:focus {
  box-shadow: unset;
  border-color: unset;
}
[dir=rtl] .sidebar-body .ql-snow .ql-picker-label {
  padding-right: 8px;
  padding-left: 2px;
}
@media (max-width: 575px) {
  .sidebar-body .ql-toolbar.ql-snow .ql-formats {
    margin-right: 0 !important;
  }
}
[dir=rtl] .sidebar-body .ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  right: unset;
  left: 0;
}
[dir=rtl] .sidebar-body .form-select {
  padding: 6px 12px 6px 36px !important;
}
.sidebar-body .ql-formats {
  border-right: 1px solid var(--recent-dashed-border);
}
[dir=rtl] .sidebar-body .ql-formats {
  border-left: 1px solid var(--recent-dashed-border);
  border-right: unset;
}
@media (max-width: 575px) {
  .sidebar-body .ql-formats {
    border-right: unset;
  }
  [dir=rtl] .sidebar-body .ql-formats {
    border-left: unset;
  }
}
.sidebar-body .ql-formats:last-of-type {
  border-right: unset;
}
[dir=rtl] .sidebar-body .ql-formats:last-of-type {
  border-left: unset;
}
.sidebar-body #editor2 {
  min-height: 160px;
}

.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: 14px;
  color: rgba(82, 82, 108, 0.8);
}
.sidebar-body .product-upload .dropzone .dz-message i {
  font-size: 42px;
}
.sidebar-body .product-upload p {
  margin-bottom: calc(8px + 10 * (100vw - 320px) / 1600);
  line-height: 0;
}
@media (max-width: 344px) {
  .sidebar-body .product-upload p {
    line-height: normal;
  }
}
.sidebar-body .product-upload:nth-child(1) {
  margin-bottom: 40px;
}
@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 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
}
.sidebar-body .product-upload form span {
  color: var(--chart-text-color);
  font-size: 14px;
}

.category-button {
  padding-bottom: 30px;
  border-bottom: 1px dashed var(--recent-dashed-border);
}
@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);
}

.price-wrapper .radio-wrapper {
  justify-content: flex-start;
  margin-top: 4px;
}
.price-wrapper .radio-wrapper li {
  max-width: 200px;
}
.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: #4c5667;
  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;
}
.price-wrapper .form-select {
  font-size: 15px;
  color: rgba(82, 82, 108, 0.8);
}

.advance-options ul {
  border-bottom: 1px solid var(--recent-dashed-border);
}
.advance-options ul.border-tab.nav-tabs {
  row-gap: 18px;
  flex-wrap: wrap;
}
.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;
  padding: 0 calc(2px + 23 * (100vw - 320px) / 1600) 10px calc(2px + 23 * (100vw - 320px) / 1600);
}
@media (max-width: 1199px) {
  .advance-options ul.border-tab.nav-tabs .nav-item .nav-link {
    padding: 0 calc(5px + 20 * (100vw - 320px) / 1600) 10px calc(5px + 20 * (100vw - 320px) / 1600);
  }
}
.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(82, 82, 108, 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;
}
[dir=rtl] .tagify__tag {
  margin-right: 5px;
  margin-left: 0px;
}

.tagify__input {
  margin: 0;
}

[dir=rtl] .tagify__tag__removeBtn {
  margin-right: auto;
  margin-left: 4.6666666667px;
}

.list-product.list-category .square-white {
  width: 34px;
  height: 34px;
  border-radius: 2px;
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 28px 6px rgba(235, 235, 235, 0.4);
}
.list-product.list-category .square-white svg {
  fill: rgba(82, 82, 108, 0.8);
  width: 16px;
  height: 16px;
}
.list-product.list-category div.dt-container .dt-layout-row .dt-search {
  top: 26px;
  right: 214px;
}
@media (max-width: 640px) {
  .list-product.list-category div.dt-container .dt-layout-row .dt-search {
    top: 4px;
  }
}
.list-product.list-category div.dt-container .dt-layout-row .dt-search .dt-input {
  width: auto;
}
.list-product.list-category table thead tr th,
.list-product.list-category table thead tr td,
.list-product.list-category table tbody tr th,
.list-product.list-category table tbody tr td {
  color: var(--body-font-color);
  min-width: auto;
}
.list-product.list-category table thead tr th:first-child,
.list-product.list-category table thead tr td:first-child,
.list-product.list-category table tbody tr th:first-child,
.list-product.list-category table tbody tr td:first-child {
  padding-left: 20px;
}
.list-product.list-category table thead tr th:last-child,
.list-product.list-category table thead tr td:last-child,
.list-product.list-category table tbody tr th:last-child,
.list-product.list-category table tbody tr td:last-child {
  padding-right: 20px;
}
@media (min-width: 1200px) {
  .list-product.list-category table thead tr th p,
  .list-product.list-category table thead tr td p,
  .list-product.list-category table tbody tr th p,
  .list-product.list-category table tbody tr td p {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    height: auto;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (min-width: 320px) {
  .list-product.list-category table thead tr th:nth-child(4),
  .list-product.list-category table thead tr td:nth-child(4),
  .list-product.list-category table tbody tr th:nth-child(4),
  .list-product.list-category table tbody tr td:nth-child(4) {
    min-width: 128px;
  }
}
@media (max-width: 1310px) {
  .list-product.list-category table thead tr th:nth-child(4),
  .list-product.list-category table thead tr td:nth-child(4),
  .list-product.list-category table tbody tr th:nth-child(4),
  .list-product.list-category table tbody tr td:nth-child(4) {
    min-width: 125px;
  }
}
@media (max-width: 1199px) {
  .list-product.list-category table thead tr th:nth-child(2),
  .list-product.list-category table thead tr td:nth-child(2),
  .list-product.list-category table tbody tr th:nth-child(2),
  .list-product.list-category table tbody tr td:nth-child(2) {
    min-width: 220px;
  }
  .list-product.list-category table thead tr th:nth-child(3),
  .list-product.list-category table thead tr td:nth-child(3),
  .list-product.list-category table tbody tr th:nth-child(3),
  .list-product.list-category table tbody tr td:nth-child(3) {
    min-width: 510px;
  }
}
.list-product.list-category table thead tr th .badge,
.list-product.list-category table thead tr td .badge,
.list-product.list-category table tbody tr th .badge,
.list-product.list-category table tbody tr td .badge {
  padding: 6px 12px;
  font-size: 12px;
}
.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(--chart-text-color);
}
[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(var(--light-shade-primary), 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: var(--chart-progress-light);
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-names .light-product-box img {
  height: 26px;
}

.datatable-input,
.datatable-selector {
  border: 1px solid var(--recent-dashed-border);
  border-radius: 5px;
  background: unset;
}

@media (max-width: 767px) {
  .e-category .col.m-t-40 {
    margin-top: 20px !important;
  }
}
.e-category .category-popup .tagify {
  width: 100%;
  border-radius: 4px;
  padding: 0;
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  border-color: var(--bs-border-color);
}
.e-category .form-label {
  color: #52526c;
}
.e-category .form-control {
  font-size: 14px;
  color: var(--body-font-color);
}
.e-category .form-control::placeholder {
  color: rgba(82, 82, 108, 0.6);
}
.e-category .form-select {
  font-size: 14px;
  color: rgba(82, 82, 108, 0.8);
}
.e-category .main-divider {
  padding-block: 18px;
}
.e-category .main-divider .divider-body {
  position: relative;
  z-index: 0;
}
.e-category .main-divider .divider-body::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  border: 1px dashed var(--chart-progress-light);
  z-index: -1;
}
.e-category .main-divider .divider-body h6 {
  background-color: var(--white);
  display: inline-block;
  color: #52526c;
  padding-right: 12px;
}

.discount-options {
  justify-content: flex-start;
  margin-top: 4px;
  gap: calc(12px + 18 * (100vw - 320px) / 1600);
}
@media (max-width: 575px) {
  .discount-options {
    display: flex !important;
  }
}
.discount-options .nav-item .nav-link {
  position: relative;
  width: 185px;
  height: 70px;
  padding: 12px;
  border: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: var(--light-background);
  color: #4c5667;
  font-size: 15px;
}
@media (min-width: 1200px) {
  .discount-options .nav-item .nav-link {
    width: calc(170px + 15 * (100vw - 320px) / 1600);
    height: calc(58px + 12 * (100vw - 320px) / 1600);
    font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  }
}
.discount-options .nav-item .nav-link.active {
  background-color: var(--theme-default);
  color: #fff;
}

.common-form .product-buttons {
  margin: 15px 0 0 0;
  text-align: end;
  border-top: 1px solid var(--recent-dashed-border);
  padding: 12px 0 0 0;
  position: absolute;
  bottom: 0;
  width: calc(100% - 48px);
  left: 50%;
  transform: translateX(-50%);
}
[dir=rtl] .common-form .product-buttons {
  left: unset;
  right: 50%;
  transform: translateX(50%);
}
@media (max-width: 1199px) {
  .common-form .product-buttons {
    position: unset;
    width: 100%;
    transform: unset;
  }
  [dir=rtl] .common-form .product-buttons {
    transform: unset;
  }
}
.common-form .product-buttons svg {
  width: 18px;
  height: 18px;
  stroke: var(--chart-text-color);
  vertical-align: sub;
}
@media (max-width: 400px) {
  .common-form .product-buttons svg {
    width: 15px;
    height: 15px;
  }
}
.common-form .product-buttons .btn {
  border: 1px solid #cccccc;
  color: var(--chart-text-color);
  font-weight: 500;
}
@media (max-width: 1400px) {
  .common-form .product-buttons .btn {
    padding: 6px 16px;
  }
}
@media (max-width: 400px) {
  .common-form .product-buttons .btn {
    padding: 6px 8px;
  }
}
.common-form .product-buttons .btn:hover, .common-form .product-buttons .btn:active {
  background-color: var(--theme-default);
  color: #fdfeff;
}
.common-form .product-buttons .btn:hover svg, .common-form .product-buttons .btn:active svg {
  stroke: #fdfeff;
}
.common-form .product-buttons .btn:first-child {
  margin-right: 12px;
}
.common-form .product-buttons .btn:first-child svg {
  margin-right: 6px;
}
.common-form .product-buttons .btn:last-child svg {
  margin-left: 6px;
}

.common-tagify .tagify {
  border-radius: 4px;
  padding: 0;
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
}

.category-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .category-btn {
    margin-top: 0;
  }
}

.product-page-width tbody tr td {
  padding: 8px 12px;
  border: 1px solid var(--recent-dashed-border);
}

.review-box .product-rating .common-flex {
  gap: 6px;
}
.review-box .product-rating .common-flex i {
  font-size: 18px;
  color: rgba(82, 82, 108, 0.8);
}
.review-box .product-rating .common-flex i.fill {
  color: #ffb829;
}
.review-box .rating-box ul {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.review-box .rating-box ul li {
  width: 100%;
}
.review-box .rating-box ul li .rating-list {
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: center;
  flex-wrap: nowrap;
}
.review-box .rating-box ul li .rating-list h6 {
  white-space: nowrap;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  line-height: 1.2;
  margin: 0;
  font-weight: 400;
}
.review-box .rating-box ul li .rating-list h6 i {
  margin-left: 3px;
  font-size: 14px;
  color: rgba(82, 82, 108, 0.6);
}
[dir=rtl] .review-box .rating-box ul li .rating-list h6 i {
  margin-left: unset;
  margin-right: 3px;
}
.review-box .rating-box ul li .rating-list .progress {
  width: 100%;
  border-radius: 4px;
  display: flex;
  height: 8px;
  overflow: hidden;
  font-size: 12px;
}
.review-box .rating-box ul li .rating-list .progress .progress-bar {
  background: var(--theme-default);
}
.review-box .review-people .review-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  max-height: 330px;
  overflow-y: auto;
}
.review-box .review-people .review-list li {
  display: block;
  width: 100%;
}
.review-box .review-people .review-list li .people-box {
  display: flex;
  width: 100%;
  border-radius: 10px;
  padding: 16px 20px;
  background: var(--light-background);
}
@media (max-width: 575px) {
  .review-box .review-people .review-list li .people-box {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.review-box .review-people .review-list li .people-box .people-comment .people-name {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.review-box .review-people .review-list li .people-box .people-comment .people-name > div {
  display: flex;
  gap: 3px;
}
.review-box .review-people .review-list li .people-box .people-comment .date-time {
  display: block;
}
.review-box .review-people .review-list li .people-box .people-comment .product-rating .common-flex {
  gap: 3px;
}
.review-box .review-people .review-list li .people-box .people-comment .product-rating .common-flex i {
  font-size: 12px;
}
.review-box .review-people .review-list li .people-box .people-comment h6 {
  font-size: 13px;
  color: rgba(82, 82, 108, 0.8);
  font-weight: 400;
  margin-left: auto;
}
[dir=rtl] .review-box .review-people .review-list li .people-box .people-comment h6 {
  margin-left: unset;
  margin-right: auto;
}
.review-box .review-people .review-list li .people-box img {
  height: calc(45px + 13 * (100vw - 320px) / 1600);
  border-radius: 8px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.review-box .review-people .review-list li .people-box .people-comment {
  padding-left: calc(10px + 10 * (100vw - 320px) / 1600);
}
[dir=rtl] .review-box .review-people .review-list li .people-box .people-comment {
  padding-right: calc(10px + 10 * (100vw - 320px) / 1600);
  padding-left: unset;
}
@media (max-width: 575px) {
  .review-box .review-people .review-list li .people-box .people-comment {
    padding-left: 0;
  }
  [dir=rtl] .review-box .review-people .review-list li .people-box .people-comment {
    padding-left: unset;
    padding-right: 0;
  }
}
.review-box .review-people .review-list li .people-box .people-comment .name {
  display: block;
  font-weight: 500;
}
.review-box .review-people .review-list li .people-box .people-comment .name:hover {
  color: var(--theme-default);
}
.review-box .review-people .review-list li .people-box .people-comment .date-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.review-box .review-people .review-list li .people-box .people-comment .date-time h6 {
  margin: 0;
}
.review-box .review-people .review-list li .people-box .reply {
  margin-top: 2px;
  line-height: 1.6;
}
.review-box .review-people .review-list li .people-box .reply p {
  margin: 0;
  line-height: 1.6;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 575px) {
  .review-box .review-people .review-list li .people-box .reply p {
    -webkit-line-clamp: 3;
  }
}

.product-rating-box .main-product-rating {
  font-size: 30px;
}
.product-rating-box .main-product-rating i {
  font-size: 22px;
  color: #ffb829;
  margin-left: 4px;
  margin-top: -8px;
  vertical-align: middle;
}
[dir=rtl] .product-rating-box .main-product-rating i {
  margin-left: unset;
  margin-right: 4px;
}
.product-rating-box .review-title-2 {
  border-top: 1px solid var(--chart-progress-light);
  padding-top: calc(13px + 12 * (100vw - 320px) / 1600);
  margin-top: calc(13px + 12 * (100vw - 320px) / 1600);
}
.product-rating-box .review-title-2 p {
  margin-bottom: calc(7px + 6 * (100vw - 320px) / 1600);
  font-size: 15px;
  line-height: 1.6;
  color: rgba(82, 82, 108, 0.6);
}
.product-rating-box .product-review-rating {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.product-rating-box .product-review-rating .product-rating .common-flex i {
  font-size: 14px;
}

.list-product-view .list-product .recent-table div.dt-container .dt-layout-row .dt-search {
  top: 26px;
  right: 214px;
}
@media (max-width: 640px) {
  .list-product-view .list-product .recent-table div.dt-container .dt-layout-row .dt-search {
    top: 4px;
  }
}
.list-product-view .list-product .recent-table div.dt-container .dt-layout-row .dt-search .dt-input {
  width: auto;
}
.list-product-view .list-product .recent-table table thead tr th,
.list-product-view .list-product .recent-table table thead tr td,
.list-product-view .list-product .recent-table table tbody tr th,
.list-product-view .list-product .recent-table table tbody tr td {
  color: var(--body-font-color);
  min-width: auto;
}
.list-product-view .list-product .recent-table table thead tr th:first-child,
.list-product-view .list-product .recent-table table thead tr td:first-child,
.list-product-view .list-product .recent-table table tbody tr th:first-child,
.list-product-view .list-product .recent-table table tbody tr td:first-child {
  padding-left: 20px;
}
.list-product-view .list-product .recent-table table thead tr th:last-child,
.list-product-view .list-product .recent-table table thead tr td:last-child,
.list-product-view .list-product .recent-table table tbody tr th:last-child,
.list-product-view .list-product .recent-table table tbody tr td:last-child {
  padding-right: 20px;
}
.list-product-view .list-product .recent-table table thead tr th .product-action,
.list-product-view .list-product .recent-table table thead tr td .product-action,
.list-product-view .list-product .recent-table table tbody tr th .product-action,
.list-product-view .list-product .recent-table table tbody tr td .product-action {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.list-product-view .list-product .recent-table table thead tr th .product-action .square-white,
.list-product-view .list-product .recent-table table thead tr td .product-action .square-white,
.list-product-view .list-product .recent-table table tbody tr th .product-action .square-white,
.list-product-view .list-product .recent-table table tbody tr td .product-action .square-white {
  width: 34px;
  height: 34px;
  border-radius: 2px;
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 28px 6px rgba(235, 235, 235, 0.4);
}
.list-product-view .list-product .recent-table table thead tr th .product-action .square-white svg,
.list-product-view .list-product .recent-table table thead tr td .product-action .square-white svg,
.list-product-view .list-product .recent-table table tbody tr th .product-action .square-white svg,
.list-product-view .list-product .recent-table table tbody tr td .product-action .square-white svg {
  width: 18px;
  height: 18px;
  cursor: pointer;
  fill: var(--chart-text-color);
  width: 16px;
  height: 16px;
}
.list-product-view .list-product .recent-table table thead tr th .badge,
.list-product-view .list-product .recent-table table thead tr td .badge,
.list-product-view .list-product .recent-table table tbody tr th .badge,
.list-product-view .list-product .recent-table table tbody tr td .badge {
  padding: 6px 12px;
  font-size: 12px;
}

.list-product .product-list-table.recent-table thead tr th .product-names p,
.list-product .product-list-table.recent-table thead tr td .product-names p,
.list-product .product-list-table.recent-table tbody tr th .product-names p,
.list-product .product-list-table.recent-table tbody tr td .product-names p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-product .product-list-table.recent-table thead tr th:nth-child(4),
.list-product .product-list-table.recent-table thead tr td:nth-child(4),
.list-product .product-list-table.recent-table tbody tr th:nth-child(4),
.list-product .product-list-table.recent-table tbody tr td:nth-child(4) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1382px) and (min-width: 1200px) {
  .list-product .product-list-table.recent-table thead tr th:nth-child(6),
  .list-product .product-list-table.recent-table thead tr td:nth-child(6),
  .list-product .product-list-table.recent-table tbody tr th:nth-child(6),
  .list-product .product-list-table.recent-table tbody tr td:nth-child(6) {
    display: none;
  }
}
@media (max-width: 1330px) and (min-width: 1200px) {
  .list-product .product-list-table.recent-table thead tr th:nth-child(8),
  .list-product .product-list-table.recent-table thead tr td:nth-child(8),
  .list-product .product-list-table.recent-table tbody tr th:nth-child(8),
  .list-product .product-list-table.recent-table tbody tr td:nth-child(8) {
    display: none;
  }
}
@media (max-width: 1199px) {
  .list-product .product-list-table.recent-table thead tr th:nth-child(2),
  .list-product .product-list-table.recent-table thead tr td:nth-child(2),
  .list-product .product-list-table.recent-table tbody tr th:nth-child(2),
  .list-product .product-list-table.recent-table tbody tr td:nth-child(2) {
    min-width: 285px;
  }
  .list-product .product-list-table.recent-table thead tr th:nth-child(3),
  .list-product .product-list-table.recent-table thead tr td:nth-child(3),
  .list-product .product-list-table.recent-table tbody tr th:nth-child(3),
  .list-product .product-list-table.recent-table tbody tr td:nth-child(3) {
    min-width: 110px;
  }
  .list-product .product-list-table.recent-table thead tr th:nth-child(4),
  .list-product .product-list-table.recent-table thead tr td:nth-child(4),
  .list-product .product-list-table.recent-table tbody tr th:nth-child(4),
  .list-product .product-list-table.recent-table tbody tr td:nth-child(4) {
    min-width: 138px;
  }
  .list-product .product-list-table.recent-table thead tr th:nth-child(5),
  .list-product .product-list-table.recent-table thead tr td:nth-child(5),
  .list-product .product-list-table.recent-table tbody tr th:nth-child(5),
  .list-product .product-list-table.recent-table tbody tr td:nth-child(5) {
    min-width: 90px;
  }
  .list-product .product-list-table.recent-table thead tr th:nth-child(7),
  .list-product .product-list-table.recent-table thead tr td:nth-child(7),
  .list-product .product-list-table.recent-table tbody tr th:nth-child(7),
  .list-product .product-list-table.recent-table tbody tr td:nth-child(7) {
    min-width: 98px;
  }
  .list-product .product-list-table.recent-table thead tr th:nth-child(8),
  .list-product .product-list-table.recent-table thead tr td:nth-child(8),
  .list-product .product-list-table.recent-table tbody tr th:nth-child(8),
  .list-product .product-list-table.recent-table tbody tr td:nth-child(8) {
    min-width: 100px;
  }
}

@media (max-width: 1382px) and (min-width: 1200px) {
  .product-list-table thead tr th:nth-child(6),
  .product-list-table thead tr td:nth-child(6),
  .product-list-table tbody tr th:nth-child(6),
  .product-list-table tbody tr td:nth-child(6) {
    display: none;
  }
}
@media (max-width: 1330px) and (min-width: 1200px) {
  .product-list-table thead tr th:nth-child(8),
  .product-list-table thead tr td:nth-child(8),
  .product-list-table tbody tr th:nth-child(8),
  .product-list-table tbody tr td:nth-child(8) {
    display: none;
  }
}
@media (max-width: 1199px) {
  .product-list-table thead tr th:nth-child(2),
  .product-list-table thead tr td:nth-child(2),
  .product-list-table tbody tr th:nth-child(2),
  .product-list-table tbody tr td:nth-child(2) {
    min-width: 285px;
  }
  .product-list-table thead tr th:nth-child(3),
  .product-list-table thead tr td:nth-child(3),
  .product-list-table tbody tr th:nth-child(3),
  .product-list-table tbody tr td:nth-child(3) {
    min-width: 110px;
  }
  .product-list-table thead tr th:nth-child(4),
  .product-list-table thead tr td:nth-child(4),
  .product-list-table tbody tr th:nth-child(4),
  .product-list-table tbody tr td:nth-child(4) {
    min-width: 138px;
  }
  .product-list-table thead tr th:nth-child(5),
  .product-list-table thead tr td:nth-child(5),
  .product-list-table tbody tr th:nth-child(5),
  .product-list-table tbody tr td:nth-child(5) {
    min-width: 90px;
  }
  .product-list-table thead tr th:nth-child(8),
  .product-list-table thead tr td:nth-child(8),
  .product-list-table tbody tr th:nth-child(8),
  .product-list-table tbody tr td:nth-child(8) {
    min-width: 100px;
  }
}

.product-info-table .table tbody tr td {
  color: rgba(82, 82, 108, 0.8);
}
@media (max-width: 767px) {
  .product-info-table .table thead tr th:nth-child(3),
  .product-info-table .table thead tr td:nth-child(3),
  .product-info-table .table tbody tr th:nth-child(3),
  .product-info-table .table tbody tr td:nth-child(3) {
    min-width: 108px;
  }
  .product-info-table .table thead tr th:nth-child(4),
  .product-info-table .table thead tr td:nth-child(4),
  .product-info-table .table tbody tr th:nth-child(4),
  .product-info-table .table tbody tr td:nth-child(4) {
    min-width: 100px;
  }
  .product-info-table .table thead tr th:nth-child(5),
  .product-info-table .table thead tr td:nth-child(5),
  .product-info-table .table tbody tr th:nth-child(5),
  .product-info-table .table tbody tr td:nth-child(5) {
    min-width: 125px;
  }
}

/**=====================
  3.1 Add-product CSS Start
==========================**/
/**=====================
   3.2 Blog CSS start
==========================**/
.blog-box img {
  border-radius: 0.25rem;
}
.blog-box .top-radius-blog {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.blog-box h6 {
  font-weight: 600;
  margin: 15px 0;
}
.blog-box .blog-details {
  padding-right: 20px;
}
.blog-box .blog-details .blog-social {
  margin-top: 30px;
}
.blog-box .blog-details .blog-social li {
  display: inline-block;
  font-size: 12px;
  color: #75758a;
}
.blog-box .blog-details .blog-social li + li {
  padding-left: 20px;
  line-height: 1;
  padding-right: 0;
}
.blog-box .blog-details .blog-social li i {
  padding-right: 5px;
  font-weight: 300;
}
.blog-box .blog-details .blog-social li:first-child {
  border-right: 1px solid #898989;
  padding-right: 20px;
}
[dir=rtl] .blog-box .blog-details .blog-social li:first-child {
  border-right: unset;
  border-left: 1px solid #898989;
  padding-right: unset;
  padding-left: 20px;
}
.blog-box .blog-details-main hr {
  background-color: #cccccc;
}
.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: #75758a;
  padding: 0 24px;
  border-right: 1px dashed;
}
[dir=rtl] .blog-box .blog-details-main .blog-social li {
  border-right: unset;
  border-left: 1px dashed;
}
@media (max-width: 1676px) {
  .blog-box .blog-details-main .blog-social li {
    padding: 0 10px;
  }
}
.blog-box .blog-details-main .blog-social li:last-child {
  border-right: 0;
}
[dir=rtl] .blog-box .blog-details-main .blog-social li:last-child {
  border-right: unset;
  border-left: 0;
}
.blog-box .blog-details-main .blog-social li i {
  padding-right: 5px;
}
[dir=rtl] .blog-box .blog-details-main .blog-social li i {
  padding-left: 5px;
  padding-right: unset;
}
.blog-box .blog-details-main .blog-bottom-details {
  margin: 20px;
  font-size: 14px;
  line-height: 1.714;
  font-weight: 500;
  color: #404040;
}
.blog-box .blog-date {
  color: #75758a;
}
.blog-box .blog-date span {
  font-size: 36px;
  font-weight: 500;
  padding-right: 5px;
}

.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 {
  box-shadow: inset 0px -200px 100px -13px rgba(0, 0, 0, 0.65);
  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 {
  color: #fff;
  margin-bottom: 0;
}
.blog-box.blog-shadow .blog-details p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}
.blog-box.blog-shadow .blog-details .blog-social li {
  color: #fff;
}

.blog-list .blog-details .blog-social {
  margin-top: 0;
}
.blog-list .blog-details h6 {
  margin-top: 0;
  color: rgba(63, 71, 90, 0.8);
  font-weight: 500;
}
.blog-list .blog-details hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.blog-list img {
  padding: 17px;
}

.blog-grid img {
  width: 100%;
}
.blog-grid .blog-details {
  padding: 20px;
}
.blog-grid .blog-details h6 {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.8;
}

.blog-box {
  position: relative;
  max-height: 100%;
  align-items: center;
}
.blog-box .blog-details h6 {
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.blog-box .blog-details p {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.7px;
  margin-top: 30px;
  margin-bottom: 0;
  color: #75758a;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1570px) {
  .blog-box .blog-details p {
    -webkit-line-clamp: 2;
  }
}
.blog-box .blog-details h5 {
  line-height: 1.5;
  margin-top: 20px;
}
.blog-box .blog-details .single-blog-content-top {
  margin-top: 20px;
  border-top: 1px solid #efefef;
}
.blog-box .blog-details .blog-social li,
.blog-box .blog-details .comment-social li {
  font-size: 14px;
}

.comment-box {
  padding-top: 50px;
  padding-bottom: 50px;
}
.comment-box hr {
  margin-top: 20px;
  margin-bottom: 30px;
}
.comment-box li {
  margin-bottom: 30px;
}
.comment-box li:last-child {
  margin-bottom: 0;
}
.comment-box ul ul {
  margin-left: 135px;
}
[dir=rtl] .comment-box ul ul {
  margin-left: unset;
  margin-right: 135px;
}
.comment-box p {
  font-size: 14px;
  line-height: 2;
  color: #75758a;
  text-align: justify;
  margin-bottom: 0;
}
.comment-box .d-flex img {
  margin-right: 20px;
  border-radius: 10px;
  height: 90px;
  padding: 7px;
  width: 90px;
  border: 1px solid #efefef;
}
[dir=rtl] .comment-box .d-flex img {
  margin-right: unset;
  margin-left: 20px;
}
.comment-box .d-flex h6 {
  font-weight: 500;
  margin-bottom: 5px;
}
.comment-box .d-flex h6 span {
  padding-left: 10px;
  font-size: 13px;
  color: #75758a;
  font-weight: 400;
}
.comment-box .comment-social li {
  display: inline-block;
  color: rgba(137, 137, 137, 0.5);
  padding-left: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.comment-box .comment-social li:first-child {
  border-right: 1px solid rgba(82, 82, 108, 0.2);
  padding-right: 20px;
}
.comment-box .comment-social li i {
  padding-right: 10px;
}

/**=====================
   3.2 Blog CSS ends
==========================**/
/**=====================
    3.3 Bookmark-app CSS Start
==========================**/
.modal-bookmark .modal-body,
.modal-bookmark .modal-header {
  padding: 20px;
}

@media (max-width: 1535px) {
  .bookmark-wrap .main-bookmark .email-app-sidebar .flex-grow-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }
}
.bookmark-wrap .main-bookmark .bootstrap-select .dropdown-toggle {
  width: 100%;
  color: #52526c;
  border-radius: 6px;
  border-color: rgba(82, 82, 108, 0.1) !important;
}
.bookmark-wrap .main-bookmark .bootstrap-select .dropdown-toggle::after {
  font-size: 14px;
}
.bookmark-wrap .main-bookmark .bootstrap-select .dropdown-menu li .dropdown-item {
  color: #52526c;
}
.bookmark-wrap .main-bookmark .bootstrap-select .dropdown-menu li:hover {
  background-color: #d7e2e9;
}
.bookmark-wrap .main-bookmark .bootstrap-select .dropdown-menu .no-results {
  font-size: 14px;
}
.bookmark-wrap .details-bookmark .row > div + div {
  padding-right: 15px !important;
}
.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: 500;
  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: #898989;
  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,
.form-bookmark textarea {
  font-size: 14px;
  color: rgba(82, 82, 108, 0.8);
}
.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: #fc564a !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: #fff;
  font-size: 16px;
  vertical-align: text-bottom;
}
.bookmark-tabcontent .details-bookmark .bookmark-card.card .favourite-icon.favourite i {
  color: #ffb829;
}
.bookmark-tabcontent .details-bookmark .bookmark-card.card .desciption-data {
  width: 100%;
}
.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;
  border-top: 1px solid #f4f4f4;
  position: relative;
}
.bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark h6 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.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;
}
.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;
}
.bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark .hover-block ul li svg {
  width: 16px;
  height: 16px;
  color: #898989;
}
.bookmark-tabcontent .details-bookmark .bookmark-card.card:hover {
  box-shadow: 1px 4px 16px 3px rgba(0, 0, 0, 0.04);
  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 {
  text-align: left;
  right: unset;
  left: 30px;
}
.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 h6 {
  margin-top: 0;
  display: inline-block;
}
.bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark h6 {
  position: relative;
  padding-right: 15px;
  margin-bottom: -5px;
}
[dir=rtl] .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark h6 {
  padding-left: 15px;
  padding-right: unset;
}
.bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark h6::after {
  position: absolute;
  content: "-";
  right: 0;
  color: #898989;
}
[dir=rtl] .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark h6::after {
  right: unset;
  left: 0;
}
.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%;
}
.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;
}
.bookmark-tabcontent .tab-content .tab-pane > .card {
  box-shadow: none;
}

@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%;
  }
  .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;
    display: block;
  }
  .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;
  }
  .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card img {
    width: 45%;
  }
}
@media only screen and (max-width: 675px) {
  .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark .hover-block {
    top: 65px;
  }
}
@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;
  }
  .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;
  }
  .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 {
    display: block;
  }
  .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;
  }
}
/**=====================
  3.3 Bookmark-app CSS Ends
==========================**/
/**=====================
    3.4 Cart CSS start
==========================**/
.shopping-cart-table .recent-table div.dt-container .dt-layout-row .dt-search {
  right: 20px;
}
@media (max-width: 640px) {
  .shopping-cart-table .recent-table div.dt-container .dt-layout-row .dt-search {
    top: 4px;
  }
}
.shopping-cart-table .recent-table div.dt-container .dt-layout-row .dt-search .dt-input {
  width: auto;
}
.shopping-cart-table .recent-table div.dt-container .dt-layout-row .dt-length {
  top: 16px;
}
.shopping-cart-table .recent-table div.dt-container .table thead tr:hover td:nth-child(2) .product-names img,
.shopping-cart-table .recent-table div.dt-container .table tbody tr:hover td:nth-child(2) .product-names img {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}
.shopping-cart-table .recent-table div.dt-container .table thead tr th,
.shopping-cart-table .recent-table div.dt-container .table thead tr td,
.shopping-cart-table .recent-table div.dt-container .table tbody tr th,
.shopping-cart-table .recent-table div.dt-container .table tbody tr td {
  color: var(--body-font-color);
  min-width: auto;
}
.shopping-cart-table .recent-table div.dt-container .table thead tr th:first-child,
.shopping-cart-table .recent-table div.dt-container .table thead tr td:first-child,
.shopping-cart-table .recent-table div.dt-container .table tbody tr th:first-child,
.shopping-cart-table .recent-table div.dt-container .table tbody tr td:first-child {
  padding-left: 20px;
}
.shopping-cart-table .recent-table div.dt-container .table thead tr th:last-child,
.shopping-cart-table .recent-table div.dt-container .table thead tr td:last-child,
.shopping-cart-table .recent-table div.dt-container .table tbody tr th:last-child,
.shopping-cart-table .recent-table div.dt-container .table tbody tr td:last-child {
  padding-right: 20px;
}
.shopping-cart-table .recent-table div.dt-container .table thead tr th a,
.shopping-cart-table .recent-table div.dt-container .table thead tr td a,
.shopping-cart-table .recent-table div.dt-container .table tbody tr th a,
.shopping-cart-table .recent-table div.dt-container .table tbody tr td a {
  color: #52526c;
}
.shopping-cart-table .recent-table div.dt-container .table thead tr th .touchspin-wrapper .input-touchspin,
.shopping-cart-table .recent-table div.dt-container .table thead tr td .touchspin-wrapper .input-touchspin,
.shopping-cart-table .recent-table div.dt-container .table tbody tr th .touchspin-wrapper .input-touchspin,
.shopping-cart-table .recent-table div.dt-container .table tbody tr td .touchspin-wrapper .input-touchspin {
  width: 68px;
}
@media (max-width: 1660px) {
  .shopping-cart-table .recent-table div.dt-container .table thead tr th:nth-child(2),
  .shopping-cart-table .recent-table div.dt-container .table thead tr td:nth-child(2),
  .shopping-cart-table .recent-table div.dt-container .table tbody tr th:nth-child(2),
  .shopping-cart-table .recent-table div.dt-container .table tbody tr td:nth-child(2) {
    min-width: 258px;
  }
  .shopping-cart-table .recent-table div.dt-container .table thead tr th:nth-child(4),
  .shopping-cart-table .recent-table div.dt-container .table thead tr td:nth-child(4),
  .shopping-cart-table .recent-table div.dt-container .table tbody tr th:nth-child(4),
  .shopping-cart-table .recent-table div.dt-container .table tbody tr td:nth-child(4) {
    min-width: 140px;
  }
  .shopping-cart-table .recent-table div.dt-container .table thead tr th:last-child,
  .shopping-cart-table .recent-table div.dt-container .table thead tr td:last-child,
  .shopping-cart-table .recent-table div.dt-container .table tbody tr th:last-child,
  .shopping-cart-table .recent-table div.dt-container .table tbody tr td:last-child {
    min-width: 100px;
  }
}
@media (max-width: 575px) {
  .shopping-cart-table .recent-table div.dt-container .table thead tr th .touchspin-wrapper .btn-touchspin,
  .shopping-cart-table .recent-table div.dt-container .table thead tr td .touchspin-wrapper .btn-touchspin,
  .shopping-cart-table .recent-table div.dt-container .table tbody tr th .touchspin-wrapper .btn-touchspin,
  .shopping-cart-table .recent-table div.dt-container .table tbody tr td .touchspin-wrapper .btn-touchspin {
    width: 24px;
    height: 24px;
  }
  .shopping-cart-table .recent-table div.dt-container .table thead tr th .touchspin-wrapper .btn-touchspin i,
  .shopping-cart-table .recent-table div.dt-container .table thead tr td .touchspin-wrapper .btn-touchspin i,
  .shopping-cart-table .recent-table div.dt-container .table tbody tr th .touchspin-wrapper .btn-touchspin i,
  .shopping-cart-table .recent-table div.dt-container .table tbody tr td .touchspin-wrapper .btn-touchspin i {
    font-size: 8px;
  }
  .shopping-cart-table .recent-table div.dt-container .table thead tr th .touchspin-wrapper .input-touchspin[type=number],
  .shopping-cart-table .recent-table div.dt-container .table thead tr td .touchspin-wrapper .input-touchspin[type=number],
  .shopping-cart-table .recent-table div.dt-container .table tbody tr th .touchspin-wrapper .input-touchspin[type=number],
  .shopping-cart-table .recent-table div.dt-container .table tbody tr td .touchspin-wrapper .input-touchspin[type=number] {
    width: 50px;
    height: 20px;
    font-size: 12px;
  }
  .shopping-cart-table .recent-table div.dt-container .table thead tr th:nth-child(4),
  .shopping-cart-table .recent-table div.dt-container .table thead tr td:nth-child(4),
  .shopping-cart-table .recent-table div.dt-container .table tbody tr th:nth-child(4),
  .shopping-cart-table .recent-table div.dt-container .table tbody tr td:nth-child(4) {
    min-width: 130px;
  }
}
.shopping-cart-table .recent-table div.dt-container .table thead tr th .product-names .light-product-box,
.shopping-cart-table .recent-table div.dt-container .table thead tr td .product-names .light-product-box,
.shopping-cart-table .recent-table div.dt-container .table tbody tr th .product-names .light-product-box,
.shopping-cart-table .recent-table div.dt-container .table tbody tr td .product-names .light-product-box {
  min-width: calc(72px + 68 * (100vw - 1200px) / 720);
  min-height: calc(70px + 30 * (100vw - 1200px) / 720);
}
@media (max-width: 1199px) {
  .shopping-cart-table .recent-table div.dt-container .table thead tr th .product-names .light-product-box,
  .shopping-cart-table .recent-table div.dt-container .table thead tr td .product-names .light-product-box,
  .shopping-cart-table .recent-table div.dt-container .table tbody tr th .product-names .light-product-box,
  .shopping-cart-table .recent-table div.dt-container .table tbody tr td .product-names .light-product-box {
    min-width: calc(70px + 70 * (100vw - 320px) / 1600);
    min-height: calc(60px + 40 * (100vw - 320px) / 1600);
  }
}
.shopping-cart-table .recent-table div.dt-container .table thead tr th .product-names .light-product-box img,
.shopping-cart-table .recent-table div.dt-container .table thead tr td .product-names .light-product-box img,
.shopping-cart-table .recent-table div.dt-container .table tbody tr th .product-names .light-product-box img,
.shopping-cart-table .recent-table div.dt-container .table tbody tr td .product-names .light-product-box img {
  height: calc(35px + 33 * (100vw - 1200px) / 720);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .shopping-cart-table .recent-table div.dt-container .table thead tr th .product-names .light-product-box img,
  .shopping-cart-table .recent-table div.dt-container .table thead tr td .product-names .light-product-box img,
  .shopping-cart-table .recent-table div.dt-container .table tbody tr th .product-names .light-product-box img,
  .shopping-cart-table .recent-table div.dt-container .table tbody tr td .product-names .light-product-box img {
    height: calc(35px + 33 * (100vw - 320px) / 1600);
  }
}
.shopping-cart-table .recent-table div.dt-container .table thead tr th .product-names p,
.shopping-cart-table .recent-table div.dt-container .table thead tr th .product-names span,
.shopping-cart-table .recent-table div.dt-container .table thead tr td .product-names p,
.shopping-cart-table .recent-table div.dt-container .table thead tr td .product-names span,
.shopping-cart-table .recent-table div.dt-container .table tbody tr th .product-names p,
.shopping-cart-table .recent-table div.dt-container .table tbody tr th .product-names span,
.shopping-cart-table .recent-table div.dt-container .table tbody tr td .product-names p,
.shopping-cart-table .recent-table div.dt-container .table tbody tr td .product-names span {
  color: rgba(82, 82, 108, 0.8);
}
.shopping-cart-table .recent-table div.dt-container .table thead tr th .product-names ul li > p,
.shopping-cart-table .recent-table div.dt-container .table thead tr td .product-names ul li > p,
.shopping-cart-table .recent-table div.dt-container .table tbody tr th .product-names ul li > p,
.shopping-cart-table .recent-table div.dt-container .table tbody tr td .product-names ul li > p {
  margin-bottom: 0;
  display: inline-block;
}
.shopping-cart-table .recent-table div.dt-container .table thead tr th .product-names ul li .common-dot,
.shopping-cart-table .recent-table div.dt-container .table thead tr td .product-names ul li .common-dot,
.shopping-cart-table .recent-table div.dt-container .table tbody tr th .product-names ul li .common-dot,
.shopping-cart-table .recent-table div.dt-container .table tbody tr td .product-names ul li .common-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgba(82, 82, 108, 0.8);
  margin: 1px 6px 1px 6px;
}
.shopping-cart-table .recent-table div.dt-container .table thead tr th .product-action,
.shopping-cart-table .recent-table div.dt-container .table thead tr td .product-action,
.shopping-cart-table .recent-table div.dt-container .table tbody tr th .product-action,
.shopping-cart-table .recent-table div.dt-container .table tbody tr td .product-action {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.shopping-cart-table .recent-table div.dt-container .table thead tr th .product-action .square-white,
.shopping-cart-table .recent-table div.dt-container .table thead tr td .product-action .square-white,
.shopping-cart-table .recent-table div.dt-container .table tbody tr th .product-action .square-white,
.shopping-cart-table .recent-table div.dt-container .table tbody tr td .product-action .square-white {
  width: calc(36px + 6 * (100vw - 320px) / 1600);
  height: calc(36px + 6 * (100vw - 320px) / 1600);
  border-radius: 2px;
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 28px 6px rgba(235, 235, 235, 0.4);
}
.shopping-cart-table .recent-table div.dt-container .table thead tr th .product-action .square-white svg,
.shopping-cart-table .recent-table div.dt-container .table thead tr td .product-action .square-white svg,
.shopping-cart-table .recent-table div.dt-container .table tbody tr th .product-action .square-white svg,
.shopping-cart-table .recent-table div.dt-container .table tbody tr td .product-action .square-white svg {
  width: calc(18px + 4 * (100vw - 320px) / 1600);
  height: calc(18px + 4 * (100vw - 320px) / 1600);
  cursor: pointer;
  fill: var(--chart-text-color);
}
.shopping-cart-table .recent-table div.dt-container .table thead tr:last-child th,
.shopping-cart-table .recent-table div.dt-container .table thead tr:last-child td,
.shopping-cart-table .recent-table div.dt-container .table tbody tr:last-child th,
.shopping-cart-table .recent-table div.dt-container .table tbody tr:last-child td {
  border-bottom: unset;
}
.shopping-cart-table .recent-table div.dt-container .table thead tr:last-child td,
.shopping-cart-table .recent-table div.dt-container .table tbody tr:last-child td {
  padding-bottom: 0;
}
.shopping-cart-table .recent-table div.dt-container .table thead tr th .dt-column-order {
  display: none;
}
.shopping-cart-table .recent-table div.dt-container .table thead tr th .badge {
  vertical-align: text-bottom;
  margin-left: 4px;
}
@media (max-width: 575px) {
  .shopping-cart-table .recent-table div.dt-container .table thead tr th .badge {
    padding: 2px 4px;
    font-size: 10px;
  }
}
.shopping-cart-table .recent-table div.dt-container .table thead tr th:last-child span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.shopping-cart-table .recent-table div.dt-container .table thead tr th:last-child span svg {
  width: 16px;
  height: 16px;
  fill: #404040;
}

.cart-summary li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 12px;
}
.cart-summary li:first-child {
  padding-top: 0;
}
.cart-summary li:last-child {
  padding-bottom: 0;
}
@media (max-width: 575px) {
  .cart-summary li {
    padding-block: 8px;
  }
}

.product-total {
  padding: 0 20px 20px 20px;
  border-top: 1px solid var(--chart-progress-light);
}
[dir=rtl] .product-total {
  padding: 0 20px 20px 20px !important;
}
.product-total > li:not(:last-child) {
  padding-block: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 1660px) {
  .cart-buttons {
    justify-content: flex-end;
  }
}
@media (min-width: 1661px) {
  .cart-buttons li {
    width: 100%;
  }
}
.cart-buttons li .btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  gap: 5px;
}
.cart-buttons li .btn.btn-hover-effect {
  background-color: rgba(204, 204, 204, 0.4);
  color: #404040;
}
.cart-buttons li .btn.btn-hover-effect svg {
  fill: #404040;
}
.cart-buttons li .btn svg {
  width: 18px;
  height: 18px;
  transform: scaleX(-1);
  vertical-align: middle;
  transition: 0.5s;
}
.cart-buttons li .btn:hover svg {
  transform: translateX(-7px) scaleX(-1);
  transition: 0.5s;
}

.coupon-cart .input-group .form-control {
  border: 2px solid var(--theme-default);
}

/**=====================
    3.4 Cart CSS Ends
==========================**/
/**=====================
   3.6 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: #fff;
}
.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: #898989;
  background: #fff;
  border: solid 1px #e9edf1;
  font-family: 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: #fff;
  font: 10px Rubik, 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: #fff;
  font: 10px Rubik, 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: #455a64;
  content: attr(data-label);
  background-color: #fff;
  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: #455a64;
  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, #efefef 50%, transparent 50%, transparent), linear-gradient(162deg, #fc564a 50%, #efefef 50%, #efefef);
}

.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: #fff !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(115, 102, 255, 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: #efefef;
}

.small-donut2 ~ svg path:nth-child(odd) {
  fill: var(--theme-secondary);
}

.small-donut3 ~ svg path:nth-child(odd) {
  fill: #65c15c;
}

.small-donut4 ~ svg path:nth-child(odd) {
  fill: #40b8f5;
}

.small-donut5 ~ svg path:nth-child(odd) {
  fill: #ffb829;
}

.small-donut6 ~ svg path:nth-child(odd) {
  fill: #fc564a;
}

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

.test-buttons button + button {
  margin-left: 10px;
}

.clip-chart-wrapper .test-chart-block {
  margin-bottom: -30px;
}

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

/**=====================
    3.6 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 #fff;
}

.left-sidebar-wrapper {
  padding: 20px;
  border-radius: 10px 0 0 10px;
  z-index: 1;
  border: 2px solid var(--white);
  border-right: unset;
}
[dir=rtl] .left-sidebar-wrapper {
  border-left: unset;
  border-radius: 0 10px 10px 0;
}
@media (max-width: 767px) {
  [dir=rtl] .left-sidebar-wrapper {
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .left-sidebar-wrapper {
    border-radius: 10px;
  }
}
.left-sidebar-wrapper .left-sidebar-chat .input-group .input-group-text {
  background-color: var(--chart-progress-light);
  padding-right: 0;
  margin-right: 1px;
  border-right: none;
}
[dir=rtl] .left-sidebar-wrapper .left-sidebar-chat .input-group .input-group-text {
  padding-left: 0;
  padding-right: 12px;
  margin-left: 1px;
  border-left: none;
  margin-right: unset;
  border-right: unset;
}
.left-sidebar-wrapper .left-sidebar-chat .input-group .input-group-text svg {
  width: 16px;
  height: 16px;
}
.left-sidebar-wrapper .left-sidebar-chat .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.left-sidebar-wrapper .left-sidebar-chat .input-group .form-control {
  border-left: unset;
  background-color: var(--chart-progress-light);
}
[dir=rtl] .left-sidebar-wrapper .left-sidebar-chat .input-group .form-control {
  border-right: unset;
  border-left: 1px solid #ddd;
  border-radius: 0.25rem !important;
}
.left-sidebar-wrapper .left-sidebar-chat .input-group .form-control:focus, .left-sidebar-wrapper .left-sidebar-chat .input-group .form-control:focus-visible {
  border-color: var(--chart-progress-light);
  box-shadow: unset;
}
.left-sidebar-wrapper .advance-options ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
}
@media (max-width: 767px) {
  .left-sidebar-wrapper .advance-options ul {
    justify-content: flex-start;
  }
}
.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;
}
.left-sidebar-wrapper .advance-options .common-space p {
  margin: 0;
  color: var(--chart-text-color);
}
.left-sidebar-wrapper .advance-options .common-space .header-top .btn {
  padding: 6px 12px;
}
.left-sidebar-wrapper .advance-options .common-space .header-top .btn:hover i {
  color: #fff;
}
.left-sidebar-wrapper .advance-options .chats-user {
  border-bottom: unset;
  height: 563px;
  overflow-y: auto;
}
.left-sidebar-wrapper .advance-options .chats-user li {
  width: 100%;
  gap: 10px;
  border-bottom: 1px solid var(--chart-dashed-border);
  border-radius: 0;
  cursor: pointer;
  padding: 11px;
  flex-wrap: wrap;
}
.left-sidebar-wrapper .advance-options .chats-user li:hover, .left-sidebar-wrapper .advance-options .chats-user li:active, .left-sidebar-wrapper .advance-options .chats-user li.active {
  background-color: var(--light-slate);
}
@media (max-width: 1505px) {
  .left-sidebar-wrapper .advance-options .chats-user li {
    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 > div:not(.chat-time) {
  margin-left: auto;
}
[dir=rtl] .left-sidebar-wrapper .advance-options .chats-user li > div:not(.chat-time) {
  margin-left: unset;
  margin-right: auto;
}
@media (max-width: 991px) {
  .left-sidebar-wrapper .advance-options .chats-user li > div:not(.chat-time) {
    width: 100%;
    text-align: end;
  }
  [dir=rtl] .left-sidebar-wrapper .advance-options .chats-user li > div:not(.chat-time) {
    text-align: start;
  }
}
.left-sidebar-wrapper .advance-options .chats-user li.active {
  background-color: var(--theme-default);
}
.left-sidebar-wrapper .advance-options .chats-user li.active .chat-time span,
.left-sidebar-wrapper .advance-options .chats-user li.active .chat-time p {
  color: #fff;
}
.left-sidebar-wrapper .advance-options .chats-user li.active p {
  color: #fff;
}

.active-profile {
  position: relative;
}
.active-profile img {
  width: 42px;
  height: 42px;
}
@media (max-width: 1650px) {
  .active-profile img {
    width: 33px;
    height: 33px;
  }
}
.active-profile .status {
  position: absolute;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  bottom: 5%;
  right: -2px;
  border: 3px solid var(--white);
}
[dir=rtl] .active-profile .status {
  left: -2px;
  right: unset;
}
@media (max-width: 1600px) {
  .active-profile .status {
    width: 11px;
    height: 11px;
    border: 2px solid var(--white);
  }
}

.offcanvas-right-icon {
  gap: 6px;
}
.offcanvas-right-icon .contact-edit.chat-alert {
  width: 29px;
  height: 29px;
}
.offcanvas-right-icon .contact-edit.chat-alert svg {
  width: 16px;
  height: 16px;
  stroke: var(--chart-text-color);
}
.offcanvas-right-icon .contact-edit.chat-alert .dropdown-menu .dropdown-item {
  color: #2b2b2b;
  opacity: 0.6;
  font-size: 13px;
  padding: 6px 12px;
  border-top: 1px solid var(--light-semi-gray);
  background: var(--white);
}
.offcanvas-right-icon .contact-edit.chat-alert .dropdown-menu .dropdown-item:hover {
  background-color: var(--light-background);
  opacity: 1;
  text-decoration: unset;
}

.contact-edit svg {
  cursor: pointer;
  width: 18px;
  height: 18px;
  stroke: #52526c;
}
@media (max-width: 360px) {
  .contact-edit svg {
    width: 14px;
    height: 14px;
  }
}
.contact-edit .dropdown-menu .dropdown-item:hover {
  background-color: var(--light-background);
  opacity: 1;
  text-decoration: unset;
}
.contact-edit.chat-alert {
  width: 40px;
  height: 40px;
  background: var(--light-slate);
  display: fke;
  display: 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: var(--chart-dashed-border);
}
.search-contacts svg {
  stroke: var(--chart-text-color);
  width: 18px;
  height: 18px;
  left: 10px;
  top: 10px;
  position: absolute;
}
[dir=rtl] .search-contacts svg {
  left: unset;
  right: 10px;
}
.search-contacts .mic-search {
  right: 10px;
  top: 8px;
  position: absolute;
  left: unset;
}
[dir=rtl] .search-contacts .mic-search {
  right: unset;
  left: 10px;
}

.contact-wrapper {
  padding-top: 14px;
  border-bottom: unset;
  height: 526px;
  overflow-y: auto;
}
.contact-wrapper > p {
  line-height: 0;
  margin: 0;
  padding: 12px 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--body-font-color);
}
.contact-wrapper ul li {
  width: 100%;
  cursor: pointer;
}
.contact-wrapper ul li .chat-time {
  display: 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;
  border: 2px solid var(--white);
  border-left: unset;
}
[dir=rtl] .right-sidebar-chat {
  border-right: unset;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}
@media (max-width: 767px) {
  [dir=rtl] .right-sidebar-chat {
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .right-sidebar-chat {
    border-radius: 10px;
  }
}

.right-sidebar-title {
  padding: 13px 25px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 12px 13px -17px rgba(131, 131, 131, 0.67);
}
.right-sidebar-title .active-profile-chat {
  position: relative;
}
.right-sidebar-title .active-profile-chat img {
  width: 42px;
  height: 42px;
}
.right-sidebar-title .active-profile-chat .status {
  position: absolute;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  bottom: 5%;
  right: -2px;
  border: 3px solid var(--white);
}
.right-sidebar-title .offcanvas-body .btn {
  background-color: rgba(115, 102, 255, 0.1);
}
.right-sidebar-title .offcanvas-body .btn svg {
  width: 13px;
  height: 13px;
  fill: var(--theme-default);
  vertical-align: middle;
  transition: 0.5s;
}
.right-sidebar-title .offcanvas-body .btn:hover svg {
  transform: translateX(5px);
  transition: 0.5s;
}
.right-sidebar-title .common-space {
  width: 100%;
}
.right-sidebar-title .common-space .offcanvas-header h6 {
  color: var(--body-font-color);
}
.right-sidebar-title .common-space .chat-time-chat {
  display: flex;
  gap: 10px;
  align-items: center;
}
.right-sidebar-title .common-space .chat-time-chat .active-profile img {
  width: 42px;
  height: 42px;
}
@media (max-width: 360px) {
  .right-sidebar-title .common-space .chat-time-chat .active-profile img {
    width: 36px;
    height: 36px;
  }
}
.right-sidebar-title .common-space .chat-time-chat div p {
  margin: 0;
  color: var(--chart-text-color);
}
.right-sidebar-title .common-space .chat-time-chat ul li img {
  width: 42px;
  height: 42px;
}
.right-sidebar-title .common-space .chat-time-chat.group-chat ul {
  display: flex;
}
.right-sidebar-title .common-space .chat-time-chat.group-chat ul li img {
  border: 3px solid transparent;
}
.right-sidebar-title .common-space .chat-time-chat.group-chat ul li + li {
  margin-left: -12px;
}
[dir=rtl] .right-sidebar-title .common-space .chat-time-chat.group-chat ul li + li {
  margin-left: unset;
  margin-right: -12px;
}
.right-sidebar-title .common-space .chat-time-chat.group-chat ul li + li img {
  border: 3px solid var(--white);
}
.right-sidebar-title .common-space .chat-time-chat.group-chat ul li img {
  width: 38px;
  height: 38px;
}
.right-sidebar-title .common-space .chat-time-chat.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-chat.group-chat ul li:nth-child(2), .right-sidebar-title .common-space .chat-time-chat.group-chat ul li:nth-child(3), .right-sidebar-title .common-space .chat-time-chat.group-chat ul li:nth-child(5), .right-sidebar-title .common-space .chat-time-chat.group-chat ul li:nth-child(6) {
    display: none;
  }
}
@media (min-width: 341px) and (max-width: 410px) {
  .right-sidebar-title .common-space .chat-time-chat.group-chat ul li:nth-child(2), .right-sidebar-title .common-space .chat-time-chat.group-chat ul li:nth-child(3), .right-sidebar-title .common-space .chat-time-chat.group-chat ul li:nth-child(5), .right-sidebar-title .common-space .chat-time-chat.group-chat ul li:nth-child(6) {
    display: none;
  }
}
@media (max-width: 1045px) {
  .right-sidebar-title .common-space .chat-time-chat.group-chat > div span,
  .right-sidebar-title .common-space .chat-time-chat.group-chat > div p {
    display: none;
  }
}

.msger-chat {
  flex: 1;
  overflow-y: auto;
  padding: 10px;
  background: linear-gradient(0deg, #F5F6FA, #F5F6FA), linear-gradient(0deg, #FFFFFF, #FFFFFF);
  background-image: url(../images/chats/chat-bg.png);
  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%;
}
[dir=rtl] .msg-img {
  margin-left: 10px;
  margin-right: unset;
}

.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;
}
[dir=rtl] .msg-info-name {
  margin-left: 10px;
  margin-right: unset;
}

.msg-info-time {
  font-size: 0.85em;
}

.left-msg .msg-img {
  background-image: url(../images/dashboard/user/13.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: #f4f4f4;
  color: var(--chart-text-color);
  width: calc(100% - 33px);
}

.right-msg {
  flex-direction: row-reverse;
}
.right-msg .msg-bubble {
  color: #fff;
  background: var(--theme-default);
  width: calc(100% - 33px);
}
.right-msg .msg-img {
  background-image: url(../images/dashboard-11/user/10.jpg);
  width: 33px;
  height: 33px;
  margin: 0 0 0 10px;
}
[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(--chart-dashed-border);
  background: linear-gradient(0deg, #F5F6FA, #F5F6FA), linear-gradient(0deg, #FFFFFF, #FFFFFF);
  align-items: center;
  cursor: pointer;
}
.msger-inputarea .dropdown-toggle::after {
  content: unset;
}
.msger-inputarea .dropdown-toggle .dropdown-menu {
  inset: unset !important;
}
.msger-inputarea .dropdown-form {
  position: relative;
  margin-right: 10px;
  border-radius: 100%;
  display: grid;
  place-content: center;
  margin-right: 10px;
}
[dir=rtl] .msger-inputarea .dropdown-form {
  margin-right: unset;
  margin-left: 10px;
}
.msger-inputarea .dropdown-form:hover {
  background-color: #e8e5ff;
}
.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: #fff;
  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(--chart-text-color);
  stroke: none;
}
.msger-inputarea .dropdown-form .chat-icon div:nth-child(2) svg {
  stroke: var(--chart-text-color);
  fill: none;
}
.msger-inputarea .dropdown-form .chat-icon div:hover {
  background-color: var(--theme-default);
  opacity: 1;
}
.msger-inputarea .dropdown-form .chat-icon div:hover:nth-child(1) svg {
  fill: #fff;
}
.msger-inputarea .dropdown-form .chat-icon div:hover:nth-child(2) svg {
  stroke: #fff;
}
.msger-inputarea .msger-send-btn i {
  color: #fff;
}
[dir=rtl] .msger-inputarea .msger-send-btn i {
  transform: scaleX(-1);
}
.msger-inputarea * {
  padding: 10px;
  border: none;
  border-radius: 3px;
  font-size: 1em;
}

.msger-input {
  flex: 1;
  background-color: var(--white);
  width: 100%;
}
.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;
  }
  [dir=rtl] .fg-emoji-container {
    left: unset;
    right: 417px;
  }
}
@media (min-width: 686px) and (max-width: 860px) {
  .fg-emoji-container {
    left: 360px !important;
  }
  [dir=rtl] .fg-emoji-container {
    left: unset;
    right: 360px;
  }
}
@media (min-width: 588px) and (max-width: 770px) {
  .fg-emoji-container {
    left: 200px !important;
  }
  [dir=rtl] .fg-emoji-container {
    left: unset;
    right: 200px;
  }
}
@media (min-width: 546px) and (max-width: 588px) {
  .fg-emoji-container {
    left: 144px !important;
  }
  [dir=rtl] .fg-emoji-container {
    left: unset;
    right: 144px;
  }
}
@media (min-width: 500px) and (max-width: 546px) {
  .fg-emoji-container {
    left: 88px !important;
  }
  [dir=rtl] .fg-emoji-container {
    left: unset;
    right: 88px;
  }
}
@media (max-width: 500px) {
  .fg-emoji-container {
    left: 22px !important;
    width: 262px !important;
  }
  [dir=rtl] .fg-emoji-container {
    left: unset;
    right: 22px;
  }
}
.fg-emoji-container .fg-emoji-nav {
  background-color: var(--theme-secondary);
}
.fg-emoji-container .fg-emoji-nav ul li:last-child a {
  background-color: rgba(82, 82, 108, 0.5);
}
.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(--chart-text-color);
}

.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(--chart-text-color);
}

.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;
}
[dir=rtl] .msger-send-btn {
  margin-left: unset;
  margin-right: 10px;
}
.msger-send-btn svg {
  width: 1px;
  height: 12px;
}

.custom-name {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}
@media (max-width: 1650px) {
  .custom-name {
    width: 33px;
    height: 33px;
  }
}

.offcanvas-wrapper .offcanvas {
  position: fixed;
  background-color: var(--white);
  z-index: 1045;
}

/**=====================
    14.  Chat CSS Ends
==========================**/
/**=====================
   3.7 Checkout CSS start
==========================**/
.shipping-form .checkout-cart .basic-wizard .shipping-wizard .form-select {
  border-color: var(--bs-border-color);
  color: var(--chart-text-color);
  font-size: 14px;
}
.shipping-form .checkout-cart .basic-wizard .shipping-wizard .collect-address .form-check-label {
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
}
.shipping-form .checkout-cart .basic-wizard .shipping-wizard .card-wrapper {
  cursor: pointer;
  gap: 8px;
}
.shipping-form .checkout-cart .basic-wizard .shipping-wizard .card-wrapper .collect-address .card-icon i {
  display: none;
  transition: all 0.3s ease-in-out;
}
.shipping-form .checkout-cart .basic-wizard .shipping-wizard .card-wrapper:hover .collect-address .card-icon i {
  display: block;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1399px) {
  .shipping-form .checkout-cart .basic-wizard .shipping-wizard .card-wrapper:hover .collect-address .card-icon i {
    font-size: 14px;
  }
}
.shipping-form .checkout-cart .basic-wizard .shipping-wizard .shipping-address span {
  color: var(--chart-text-color);
}
.shipping-form .checkout-cart .basic-wizard .shipping-wizard .shipping-address span strong {
  font-weight: 500;
  padding-right: 5px;
  color: #242934;
}
[dir=rtl] .shipping-form .checkout-cart .basic-wizard .shipping-wizard .shipping-address span strong {
  padding-right: unset;
  padding-left: 5px;
}
.shipping-form .checkout-cart .basic-wizard .shipping-wizard .order-confirm {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: start;
  background-color: var(--light-background);
  padding: 12px;
  border-radius: 6px;
  gap: 12px;
}
.shipping-form .checkout-cart .basic-wizard .shipping-wizard .order-confirm img {
  height: 60px;
}
@media (max-width: 575px) {
  .shipping-form .checkout-cart .basic-wizard .shipping-wizard .order-confirm {
    display: block;
    text-align: center;
  }
  .shipping-form .checkout-cart .basic-wizard .shipping-wizard .order-confirm img {
    height: 40px;
    margin-bottom: 8px;
  }
}
.shipping-form .checkout-cart .basic-wizard .wizard-footer .btn:disabled {
  border-color: transparent;
}
.shipping-form .shipping-content .order-confirm img {
  height: 96px;
}
.shipping-form .shipping-method .future-date {
  margin-top: 6px;
  color: var(--chart-text-color);
  font-size: 14px;
}
.shipping-form .shipping-method .card-wrapper.pay-info .row {
  flex-direction: row;
}
.shipping-form .modal-content .modal-body .bootstrap-select .dropdown-toggle {
  border-color: var(--bs-border-color) !important;
}

.summery-contain {
  border-bottom: 1px solid #EFEEFF;
  padding-bottom: 20px;
}
.summery-contain li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px dashed var(--chart-dashed-border);
  gap: 14px;
}
.summery-contain li:first-child {
  padding-top: 0;
}
.summery-contain li:last-child {
  padding-bottom: 0;
}
@media (max-width: 1399px) {
  .summery-contain li {
    gap: 10px;
  }
}
.summery-contain li img {
  object-fit: contain;
  width: 60px;
  height: 60px;
}
@media (max-width: 1399px) and (min-width: 576px) {
  .summery-contain li img {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 575px) {
  .summery-contain li img {
    width: 35px;
    height: 35px;
  }
}
.summery-contain li h6 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.2px;
  color: #52526c;
  line-height: 1.5;
}
.summery-contain li h6 span {
  font-weight: 500;
  padding-left: 6px;
}
[dir=rtl] .summery-contain li h6 span {
  padding-left: unset;
  padding-right: 6px;
}
@media (max-width: 1399px) {
  .summery-contain li h6:not(.price) {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    height: auto;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.summery-contain li .price {
  margin-left: auto;
}
[dir=rtl] .summery-contain li .price {
  margin-left: unset;
  margin-right: auto;
}
.summery-contain li:last-child {
  border-bottom: unset;
}

.summary-total {
  padding-top: 5px;
}
.summary-total li {
  padding-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.summary-total li h6 {
  font-weight: 400;
  color: #242934;
}
.summary-total li .price {
  margin-left: auto;
  font-weight: 400;
  color: #242934;
}
[dir=rtl] .summary-total li .price {
  margin-left: unset;
  margin-right: auto;
}
.summary-total li:nth-child(4) {
  padding-block: 20px;
  font-weight: 600;
}
.summary-total li:nth-child(4) h6 {
  color: var(--theme-default);
  font-weight: 500;
}
.summary-total li:last-child {
  border-top: 1px solid #EFEEFF;
  padding-top: 12px;
}
.summary-total li:last-child h6 {
  font-size: 20px;
  font-weight: 500;
  color: var(--body-font-color);
}

/**=====================
   3.7 Checkout CSS ends
==========================**/
/**=====================
    3.8 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 h5 {
  font-size: 18px;
  letter-spacing: 1px;
  color: #75758a;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 20px;
}
.comingsoon .comingsoon-inner .countdown {
  padding: 30px 0;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
}
.comingsoon .comingsoon-inner .countdown .time {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: var(--theme-default);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
  font-size: 36px;
}
.comingsoon .comingsoon-inner .countdown .title {
  padding-top: 13px;
  font-size: 14px;
  font-weight: 400;
  color: #75758a;
  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.8 Comingsoon CSS Ends
==========================**/
/**=====================
    3.9 Contacts CSS Start
==========================**/
.updateimg {
  position: absolute;
  left: 15px;
  width: 100px;
  top: 32px;
  line-height: 93px;
  opacity: 0;
}

#right-history {
  top: 81px;
  right: -320px;
  height: 100%;
  position: fixed;
  width: 320px;
  z-index: 9;
  background-color: #fff;
  transition: 0.5s;
  box-shadow: 0 0 9px rgba(191, 191, 191, 0.36);
}
[dir=rtl] #right-history {
  right: unset;
  left: -320px;
}
#right-history h6 span a {
  color: #404040;
}
#right-history.show {
  right: 0;
  transition: 0.3s;
}
[dir=rtl] #right-history.show {
  right: unset;
  left: 0;
}

.history-details > div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: calc(8px + 12 * (100vw - 320px) / 1600) 0;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  flex-wrap: wrap;
  border-top: 1px solid var(--chart-progress-light);
  gap: 8px;
}
.history-details > div i {
  color: rgba(82, 82, 108, 0.8);
}
.history-details .d-flex {
  padding: 20px 15px;
  border-top: 1px solid var(--chart-progress-light);
}
.history-details .d-flex i {
  padding: 5px;
  background: #ffb829;
  color: #fff;
  border-radius: 100%;
}
.history-details .d-flex .flex-grow-1 h6 {
  margin-bottom: 0px;
}

.delete-contact {
  display: none;
}

.more-data {
  animation: displayTransition 1s;
}

.contact-editform {
  padding: 30px;
  animation: displayTransition 1s;
}
.contact-editform form .form-control {
  font-size: 14px;
  color: rgba(82, 82, 108, 0.8);
}
.contact-editform form .bootstrap-select .dropdown-toggle {
  margin: 0;
  width: 100%;
  border-radius: 6px;
  border-color: rgba(82, 82, 108, 0.1) !important;
  color: #898989;
}
.contact-editform form .bootstrap-select .dropdown-toggle:focus {
  outline: unset !important;
}
.contact-editform form .bootstrap-select .no-results {
  font-size: 14px;
}
.contact-editform a {
  display: block;
}
.contact-editform button {
  margin-top: 30px;
}
@media (max-width: 1399px) {
  .contact-editform button {
    margin-top: 20px;
  }
}
.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 p {
  font-family: Roboto, sans-serif;
}
.list-persons .profile-mail {
  padding: 20px 0;
}
.list-persons .profile-mail .main-contact-option li + li {
  padding-left: 10px;
  margin-left: 5px;
  border-left: 1px solid rgba(204, 204, 204, 0.6);
}
.list-persons .profile-mail .d-flex {
  -webkit-box-pack: justify;
  padding-right: 15px;
}
[dir=rtl] .list-persons .profile-mail .d-flex {
  padding-right: unset;
  padding-left: 15px;
}
@media (max-width: 575px) {
  .list-persons .profile-mail .d-flex {
    flex-wrap: wrap;
    gap: 15px;
  }
  .list-persons .profile-mail .d-flex img {
    margin: 0 !important;
  }
}
@media (max-width: 420px) {
  .list-persons .profile-mail .d-flex {
    flex-direction: column;
    gap: 10px;
  }
}
.list-persons .profile-mail .d-flex img {
  height: 100px;
  cursor: pointer;
}
.list-persons .profile-mail .d-flex .flex-grow-1 h5 span + span {
  padding-left: 6px;
}
[dir=rtl] .list-persons .profile-mail .d-flex .flex-grow-1 h5 span + span {
  padding-left: unset;
  padding-right: 6px;
}
.list-persons .profile-mail .common-flex img {
  height: 70px;
}
.list-persons .profile-mail .common-flex .flex-grow-1 ul {
  margin-top: 5px;
}
.list-persons .profile-mail .common-flex .flex-grow-1 ul li {
  display: inline-block;
}
.list-persons .profile-mail .common-flex .flex-grow-1 ul li a {
  font-size: 13px;
}
.list-persons .profile-mail .common-flex .flex-grow-1 ul li + li {
  padding-left: 10px;
  margin-left: 5px;
  border-left: 2px solid #f4f4f4;
}
[dir=rtl] .list-persons .profile-mail .common-flex .flex-grow-1 ul li + li {
  padding-left: unset;
  margin-left: unset;
  border-left: unset;
  padding-right: 10px;
  margin-right: 5px;
  border-right: 2px solid #f4f4f4;
}
.list-persons .profile-mail .email-general {
  padding-top: 20px;
}
.list-persons .profile-mail .email-general ul {
  padding-right: 20px;
}
.list-persons .profile-mail .email-general ul li {
  color: #898989;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.list-persons .profile-mail .email-general ul li > span:first-child, .list-persons .profile-mail .email-general ul li > span:last-child {
  min-width: 108px;
}
@media (max-width: 575px) {
  .list-persons .profile-mail .email-general ul li > span:first-child, .list-persons .profile-mail .email-general ul li > span:last-child {
    min-width: 140px;
  }
}
.list-persons .profile-mail .email-general ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.list-persons .profile-mail .email-general p span {
  margin-left: 20px;
}
.list-persons .profile-mail .email-general .gender {
  margin-top: 30px;
}

.contacts-tabs .nav-pills {
  border-right: 1px solid #f4f4f4;
  height: 100%;
}
.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(115, 102, 255, 0.05);
  color: #404040;
}
.contacts-tabs .nav-pills .nav-link.active .d-flex,
.contacts-tabs .nav-pills .nav-link > .nav-link .d-flex,
.contacts-tabs .nav-pills .show.active .d-flex,
.contacts-tabs .nav-pills .show > .nav-link .d-flex {
  border-left: 2px solid var(--theme-default);
}
[dir=rtl] .contacts-tabs .nav-pills .nav-link.active .d-flex,
[dir=rtl] .contacts-tabs .nav-pills .nav-link > .nav-link .d-flex,
[dir=rtl] .contacts-tabs .nav-pills .show.active .d-flex,
[dir=rtl] .contacts-tabs .nav-pills .show > .nav-link .d-flex {
  border-left: unset;
  border-right: 2px solid var(--theme-default);
}
.contacts-tabs .nav-pills .nav-link {
  color: #404040;
  padding: 0;
}
.contacts-tabs .nav-pills .nav-link .d-flex {
  border-left: 2px solid transparent;
}
[dir=rtl] .contacts-tabs .nav-pills .nav-link .d-flex {
  border-left: unset;
  border-right: 2px solid transparent;
}
.contacts-tabs .nav-pills .nav-link .d-flex .img-50 {
  height: 50px;
}
.contacts-tabs .nav-pills .nav-link + .nav-link {
  border-top: 1px solid #f4f4f4;
  border-radius: 0;
}
.contacts-tabs .nav-pills .d-flex {
  padding: 20px;
}
.contacts-tabs .tab-content .tab-content-child {
  animation: displayTransition 1s;
}
.contacts-tabs .tab-content .modal-header .pull-right a {
  width: 28px;
  height: 28px;
  border-radius: 3px;
  background-color: #e8e5ff;
  display: grid;
  place-items: center;
}
.contacts-tabs .tab-content .modal-header .pull-right i {
  font-size: 14px;
  color: var(--theme-default);
}

@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 #f4f4f4;
  }
}
@media only screen and (max-width: 575px) {
  #right-history {
    width: 308px;
  }
  .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 .flex-grow-1 {
    display: block;
  }
  .list-persons .profile-mail .flex-grow-1 img {
    height: 80px;
    width: 80px !important;
    margin-bottom: 15px;
  }
}
.dark-contact .nav .nav-link .d-flex .flex-grow-1 h6 {
  color: var(--body-font-color);
  font-weight: 400;
  margin-bottom: 0;
}
.dark-contact .nav .nav-link .d-flex .flex-grow-1 h6 span + span {
  padding-left: 6px;
}

/**=====================
   3.9 Contacts CSS Ends
==========================**/
/**=====================
    3.10 Dashboard_2 CSS Start
==========================**/
.widget-decor {
  position: absolute;
  height: 60px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.e-common-button .btn:first-child {
  margin-right: 12px;
}
@media (max-width: 356px) {
  .e-common-button .btn:first-child {
    margin-bottom: 8px;
  }
}
.e-common-button .btn svg {
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
  margin-right: 6px;
}

.main-title-box .common-space {
  flex-wrap: wrap;
}
@media (max-width: 1254px) {
  .main-title-box .common-space {
    display: block;
  }
  .main-title-box .common-space h6 {
    margin-bottom: 12px;
    line-height: 1.5;
  }
}

.balance-widget {
  background-image: url(../images/dashboard-2/balance-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
@media (max-width: 400px) {
  .balance-widget .purchase-btn {
    font-size: 14px;
  }
}
.balance-widget .mobile-right-img {
  position: absolute;
  top: 60%;
  right: -15%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1475px) and (min-width: 1400px) {
  .balance-widget .mobile-right-img {
    right: -18%;
  }
}
@media (max-width: 1399px) and (min-width: 936px) {
  .balance-widget .mobile-right-img {
    right: -10%;
  }
}
@media (max-width: 935px) and (min-width: 768px) {
  .balance-widget .mobile-right-img {
    right: -15%;
  }
}
@media (max-width: 767px) and (min-width: 621px) {
  .balance-widget .mobile-right-img {
    right: -35px;
  }
}
@media (max-width: 620px) and (min-width: 521px) {
  .balance-widget .mobile-right-img {
    right: -60px;
  }
}
@media (max-width: 520px) {
  .balance-widget .mobile-right-img {
    right: -75px;
  }
}
.balance-widget .mobile-right-img .mobile-img {
  height: 110px;
}
@media (max-width: 865px) and (min-width: 787px) {
  .balance-widget .mobile-right-img .mobile-img {
    height: 90px;
  }
}
@media (max-width: 786px) and (min-width: 768px) {
  .balance-widget .mobile-right-img .mobile-img {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .balance-widget .mobile-right-img .mobile-img {
    height: 104px;
  }
}
@media (max-width: 475px) and (min-width: 436px) {
  .balance-widget .mobile-right-img {
    right: -52px;
  }
  .balance-widget .mobile-right-img .mobile-img {
    height: 82px;
  }
}
@media (max-width: 435px) and (min-width: 401px) {
  .balance-widget .mobile-right-img {
    right: -46px;
  }
  .balance-widget .mobile-right-img .mobile-img {
    height: 70px;
  }
}
@media (max-width: 400px) {
  .balance-widget .mobile-right-img {
    right: -35px;
    top: 38%;
  }
  .balance-widget .mobile-right-img .mobile-img {
    height: 55px;
  }
}
[dir=rtl] .balance-widget {
  text-align: right;
}
.balance-widget.card-body {
  padding: 20px 15px;
}
.balance-widget .purchase-btn {
  min-width: 170px;
}

.small-widget {
  overflow: hidden;
}
.small-widget h4 {
  margin-bottom: -3px;
}
.small-widget i {
  font-weight: 700;
  font-size: 11px;
}
.small-widget .card-body {
  padding: 24px 15px;
}
.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%);
}
[dir=rtl] .small-widget .bg-gradient {
  right: unset;
  left: -12px;
  transform: translateY(-50%) scaleX(-1);
}
@media (max-width: 1399px) {
  .small-widget .bg-gradient {
    width: 60px;
    height: 60px;
  }
}
.small-widget .bg-gradient svg {
  width: 25px;
  height: 25px;
}
@media (max-width: 1399px) {
  .small-widget .bg-gradient svg {
    width: 22px;
    height: 22px;
  }
}
.small-widget:hover {
  transform: translateY(-5px);
  transition: 0.5s;
}
.small-widget:hover .bg-gradient svg {
  animation: tada 1.5s ease infinite;
}

.order-wrapper {
  margin: 0 0px -20px -16px;
}

.categories-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (max-width: 767px) {
  .categories-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.categories-list li {
  gap: 10px;
}
.categories-list li .bg-light {
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.categories-list li .bg-light img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  transition: 0.5s;
}
.categories-list li h6 a {
  transition: 0.5s;
  color: var(--body-font-color);
}
.categories-list li:hover .bg-light img {
  transition: 0.5s;
  transform: scale(1.1);
}
.categories-list li:hover h6 a {
  transition: 0.5s;
  color: var(--theme-default);
}

.monthly-profit {
  margin-top: -10px;
}
@media (max-width: 1584px) {
  .monthly-profit {
    margin: -10px -8px 0;
  }
}
@media (max-width: 1520px) {
  .monthly-profit {
    margin: -10px -16px 0;
  }
}
@media (max-width: 1500px) {
  .monthly-profit {
    margin: -10px -14px 0;
  }
}
@media (max-width: 1472px) {
  .monthly-profit {
    margin: -10px -20px 0;
  }
}
@media (max-width: 1424px) {
  .monthly-profit {
    margin: -10px -25px 0;
  }
}
.monthly-profit .apexcharts-canvas .apexcharts-legend-marker {
  margin-right: 6px;
}
.monthly-profit .apexcharts-canvas .apexcharts-datalabels-group .apexcharts-datalabel-value {
  font-size: 14px;
  font-weight: 500;
  font-family: Rubik, sans-serif !important;
  fill: var(--chart-text-color);
}
.monthly-profit .apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-series-group .apexcharts-tooltip-y-group [class*=apexcharts-tooltip-text-y-] {
  color: var(--white);
}

.overview-wrapper {
  position: relative;
  z-index: 1;
}

.back-bar-container {
  position: absolute;
  width: calc(100% - 64px);
  bottom: -8px;
  margin: 0 auto !important;
  left: 28px;
}
@media (max-width: 1199px) {
  .back-bar-container {
    bottom: 22px;
  }
}
@media (max-width: 480px) {
  .back-bar-container {
    width: calc(100% - 34px);
    left: 18px;
  }
}
@media (max-width: 327px) {
  .back-bar-container {
    bottom: 42px;
  }
}
@media (max-width: 342px) {
  .back-bar-container {
    margin-bottom: 24px !important;
  }
}

@media (max-width: 850px) and (min-width: 768px) {
  .overview-card .w-md-100 {
    width: 100%;
  }
  .overview-card .ds-md-none {
    display: none !important;
  }
}
.overview-card .balance-data {
  right: -158px;
  top: -43px;
}
@media (max-width: 1808px) and (min-width: 1759px) {
  .overview-card .balance-data {
    right: -150px;
  }
}
@media (max-width: 1758px) and (min-width: 1400px) {
  .overview-card .balance-data {
    right: -142px;
  }
}
@media (max-width: 1399px) and (min-width: 1346px) {
  .overview-card .balance-data {
    right: -175px;
  }
}
@media (max-width: 1345px) and (min-width: 1291px) {
  .overview-card .balance-data {
    right: -162px;
  }
}
@media (max-width: 1290px) and (min-width: 1236px) {
  .overview-card .balance-data {
    right: -150px;
  }
}
@media (max-width: 1235px) and (min-width: 1050px) {
  .overview-card .balance-data {
    right: -135px;
  }
}
@media (max-width: 1049px) and (min-width: 991px) {
  .overview-card .balance-data {
    right: -124px;
  }
}
@media (max-width: 990px) {
  .overview-card .balance-data {
    display: none;
  }
}
[dir=rtl] .overview-card .balance-data {
  right: unset;
  left: 12px;
}
@media (max-width: 767px) {
  .overview-card .balance-data {
    right: -40%;
  }
  [dir=rtl] .overview-card .balance-data {
    left: -40%;
  }
}

.order-container .apexcharts-canvas .apexcharts-marker {
  stroke-width: 4;
}

.purchase-card.discover {
  margin-top: 90px;
}
@media (max-width: 1488px) {
  .purchase-card.discover .card-body p {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 1143px) and (min-width: 992px) {
  .purchase-card.discover .card-body p {
    -webkit-line-clamp: 1;
  }
}
.purchase-card.discover img {
  width: 216px;
  margin: 0 auto;
  margin-top: -90px;
}
@media (max-width: 1638px) and (min-width: 1200px) {
  .purchase-card.discover img {
    width: 200px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .purchase-card.discover img {
    width: 228px;
  }
}
@media (max-width: 1399px) and (min-width: 992px) {
  .purchase-card.discover img {
    margin-top: -75px;
  }
}
@media (max-width: 991px) {
  .purchase-card.discover img {
    width: 204px;
  }
}
@media (max-width: 618px) {
  .purchase-card.discover img {
    width: 200px;
  }
}

.visitor-card .card-header svg {
  width: 18px;
  height: 18px;
  fill: var(--theme-default);
}

.visitors-container {
  margin: 0 -12px -27px -17px;
}
.visitors-container svg .apexcharts-series path {
  clip-path: inset(1% 0% 0% 0% round 3rem);
}
.visitors-container svg .apexcharts-legend.apexcharts-align-left .apexcharts-legend-series {
  display: flex;
}

.recent-order .nav {
  gap: 8px;
  flex-wrap: nowrap;
  overflow: auto;
  padding-bottom: 5px;
  display: flex;
}
.recent-order .frame-box {
  border: 1px solid transparent;
  padding: 0;
  transition: 0.5s;
}
.recent-order .frame-box.active {
  border: 1px solid var(--theme-default);
}
.recent-order .frame-box:hover {
  transform: translateY(-5px);
  transition: 0.5s;
}
.recent-order .tab-content {
  margin-top: 16px;
}
.recent-order .recent-items table thead tr th:first-child,
.recent-order .recent-items table thead tr td:first-child,
.recent-order .recent-items table tbody tr th:first-child,
.recent-order .recent-items table tbody tr td:first-child {
  min-width: 175px;
}
.recent-order .recent-items table thead tr th:nth-child(2),
.recent-order .recent-items table thead tr td:nth-child(2),
.recent-order .recent-items table tbody tr th:nth-child(2),
.recent-order .recent-items table tbody tr td:nth-child(2) {
  min-width: auto;
}

.recent-table table thead {
  background: var(--light2);
}
.recent-table table thead th {
  padding-top: 9px;
  padding-bottom: 9px;
  border-bottom: none;
}
.recent-table table tr td,
.recent-table table tr th {
  padding: 12px 8px;
  vertical-align: middle;
}
.recent-table table tr td:first-child,
.recent-table table tr th:first-child {
  min-width: 157px;
}
@media (max-width: 1660px) {
  .recent-table table tr td:nth-child(2),
  .recent-table table tr th:nth-child(2) {
    min-width: 97px;
  }
}
.recent-table table tr td:last-child,
.recent-table table tr th:last-child {
  min-width: 96px;
}
.recent-table table tr td:first-child {
  padding-left: 0;
}
[dir=rtl] .recent-table table tr td:first-child {
  padding-left: unset;
  padding-right: 0;
}
.recent-table table tr td:last-child {
  padding-right: 0;
}
[dir=rtl] .recent-table table tr td:last-child {
  padding-left: 0;
  padding-right: unset;
}
.recent-table table tr .product-content h6 a {
  color: var(--body-font-color);
  transition: 0.5s;
}
.recent-table table tr:hover .product-content h6 a {
  color: var(--theme-default);
  transition: 0.5s;
}
.recent-table .product-content {
  display: flex;
  align-items: center;
  gap: 8px;
}
.recent-table .product-content .order-image {
  background: var(--light2);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recent-table svg {
  width: 20px;
  height: 20px;
}
.recent-table .recent-status {
  display: flex;
  align-items: center;
}
.recent-table .recent-status.font-success svg {
  fill: #65c15c;
}
.recent-table .recent-status.font-danger svg {
  fill: #fc564a;
}

.recent-activity h5 {
  padding: 30px 0 20px;
  margin-bottom: 0;
}
.recent-activity h6 {
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}
.recent-activity ul li span {
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}
.recent-activity ul li:last-child {
  padding-bottom: 0;
}

.notification li .recent-images ul::before {
  display: none;
}
.notification li .recent-images li {
  padding-bottom: 3px;
}

.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(--recent-dashed-border);
  padding: 3px;
  border-radius: 2px;
}
.recent-images li .recent-img-wrap {
  width: 40px;
  height: 40px;
  background: var(--light2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.frame-box {
  background: var(--recent-box-bg);
  border-radius: 10px;
  min-width: auto;
  box-shadow: 2px 2px 2px var(--recent-border);
}
.frame-box .frame-image {
  min-width: 57px;
  height: 57px;
  border-color: var(--recent-border) var(--white) var(--white) var(--recent-border);
  border-width: 1px;
  border-style: solid;
  margin: 6px;
  display: flex;
  align-items: center;
  border-radius: 4px;
}
@media (max-width: 1880px) and (min-width: 1800px) {
  .frame-box .frame-image {
    min-width: 52px;
    height: 52px;
  }
}
@media (max-width: 1638px) and (min-width: 1567px) {
  .frame-box .frame-image {
    min-width: 50px;
    height: 50px;
  }
}
@media (max-width: 1575px) and (min-width: 1500px) {
  .frame-box .frame-image {
    min-width: 45px;
    height: 45px;
  }
}
@media (max-width: 1499px) and (min-width: 1200px) {
  .frame-box .frame-image {
    min-width: 40px;
    height: 40px;
  }
}
@media (max-width: 608px) {
  .frame-box .frame-image {
    min-width: 40px;
    height: 40px;
  }
}
@media (max-width: 575px) {
  .frame-box .frame-image {
    min-width: 50px;
    height: 50px;
    margin: 4px;
  }
}
.frame-box img {
  margin: 0 auto;
}
@media (max-width: 1575px) {
  .frame-box img {
    height: 22px;
    width: 30px;
    object-fit: contain;
  }
}

.new-update .d-flex .flex-grow-1 span,
.new-update .d-flex .flex-grow-1 p {
  font-weight: 500;
}

.activity-dot-primary {
  min-width: 6px;
  height: 6px;
  background-color: #7366FF;
  border-radius: 100%;
  outline: 5px solid rgba(115, 102, 255, 0.25);
  position: relative;
  z-index: 2;
}

.timeline-dot-primary {
  min-width: 12px;
  height: 12px;
  background-color: #7366FF;
  outline: 5px solid rgba(115, 102, 255, 0.25);
  position: relative;
  z-index: 2;
}
@media (max-width: 1399px) {
  .timeline-dot-primary {
    min-width: 10px;
    height: 10px;
    outline: 4px solid rgba(115, 102, 255, 0.25);
  }
}

.activity-dot-secondary {
  min-width: 6px;
  height: 6px;
  background-color: #838383;
  border-radius: 100%;
  outline: 5px solid rgba(131, 131, 131, 0.25);
  position: relative;
  z-index: 2;
}

.timeline-dot-secondary {
  min-width: 12px;
  height: 12px;
  background-color: #838383;
  outline: 5px solid rgba(131, 131, 131, 0.25);
  position: relative;
  z-index: 2;
}
@media (max-width: 1399px) {
  .timeline-dot-secondary {
    min-width: 10px;
    height: 10px;
    outline: 4px solid rgba(131, 131, 131, 0.25);
  }
}

.activity-dot-success {
  min-width: 6px;
  height: 6px;
  background-color: #65c15c;
  border-radius: 100%;
  outline: 5px solid rgba(101, 193, 92, 0.25);
  position: relative;
  z-index: 2;
}

.timeline-dot-success {
  min-width: 12px;
  height: 12px;
  background-color: #65c15c;
  outline: 5px solid rgba(101, 193, 92, 0.25);
  position: relative;
  z-index: 2;
}
@media (max-width: 1399px) {
  .timeline-dot-success {
    min-width: 10px;
    height: 10px;
    outline: 4px solid rgba(101, 193, 92, 0.25);
  }
}

.activity-dot-danger {
  min-width: 6px;
  height: 6px;
  background-color: #fc564a;
  border-radius: 100%;
  outline: 5px solid rgba(252, 86, 74, 0.25);
  position: relative;
  z-index: 2;
}

.timeline-dot-danger {
  min-width: 12px;
  height: 12px;
  background-color: #fc564a;
  outline: 5px solid rgba(252, 86, 74, 0.25);
  position: relative;
  z-index: 2;
}
@media (max-width: 1399px) {
  .timeline-dot-danger {
    min-width: 10px;
    height: 10px;
    outline: 4px solid rgba(252, 86, 74, 0.25);
  }
}

.activity-dot-info {
  min-width: 6px;
  height: 6px;
  background-color: #40b8f5;
  border-radius: 100%;
  outline: 5px solid rgba(64, 184, 245, 0.25);
  position: relative;
  z-index: 2;
}

.timeline-dot-info {
  min-width: 12px;
  height: 12px;
  background-color: #40b8f5;
  outline: 5px solid rgba(64, 184, 245, 0.25);
  position: relative;
  z-index: 2;
}
@media (max-width: 1399px) {
  .timeline-dot-info {
    min-width: 10px;
    height: 10px;
    outline: 4px solid rgba(64, 184, 245, 0.25);
  }
}

.activity-dot-light {
  min-width: 6px;
  height: 6px;
  background-color: #f4f4f4;
  border-radius: 100%;
  outline: 5px solid rgba(244, 244, 244, 0.25);
  position: relative;
  z-index: 2;
}

.timeline-dot-light {
  min-width: 12px;
  height: 12px;
  background-color: #f4f4f4;
  outline: 5px solid rgba(244, 244, 244, 0.25);
  position: relative;
  z-index: 2;
}
@media (max-width: 1399px) {
  .timeline-dot-light {
    min-width: 10px;
    height: 10px;
    outline: 4px solid rgba(244, 244, 244, 0.25);
  }
}

.activity-dot-dark {
  min-width: 6px;
  height: 6px;
  background-color: #3f475a;
  border-radius: 100%;
  outline: 5px solid rgba(63, 71, 90, 0.25);
  position: relative;
  z-index: 2;
}

.timeline-dot-dark {
  min-width: 12px;
  height: 12px;
  background-color: #3f475a;
  outline: 5px solid rgba(63, 71, 90, 0.25);
  position: relative;
  z-index: 2;
}
@media (max-width: 1399px) {
  .timeline-dot-dark {
    min-width: 10px;
    height: 10px;
    outline: 4px solid rgba(63, 71, 90, 0.25);
  }
}

.activity-dot-warning {
  min-width: 6px;
  height: 6px;
  background-color: #ffb829;
  border-radius: 100%;
  outline: 5px solid rgba(255, 184, 41, 0.25);
  position: relative;
  z-index: 2;
}

.timeline-dot-warning {
  min-width: 12px;
  height: 12px;
  background-color: #ffb829;
  outline: 5px solid rgba(255, 184, 41, 0.25);
  position: relative;
  z-index: 2;
}
@media (max-width: 1399px) {
  .timeline-dot-warning {
    min-width: 10px;
    height: 10px;
    outline: 4px solid rgba(255, 184, 41, 0.25);
  }
}

@media only screen and (max-width: 1800px) and (min-width: 1400px) {
  .grid-ed-none {
    display: none !important;
  }
  .grid-ed-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1660px) and (min-width: 1400px) {
  .col-ed-12 {
    width: 100%;
  }
  .col-ed-7 {
    width: 58%;
  }
  .col-ed-5 {
    width: 42%;
  }
  .col-ed-9 {
    width: 75%;
  }
  .col-ed-3 {
    width: 25%;
  }
  .col-ed-6 {
    width: 50%;
  }
  .col-ed-4 {
    width: 33.33333333%;
  }
  .col-ed-8 {
    width: 66.66%;
  }
  .col-ed-none {
    display: none !important;
  }
}
@media only screen and (max-width: 1660px) and (min-width: 1200px) {
  .xl-30 {
    max-width: 30%;
    flex: 0 0 30%;
  }
  .xl-70 {
    max-width: 70%;
    flex: 0 0 70%;
  }
}
@media only screen and (max-width: 420px) {
  .size-column .col-6 {
    width: 100%;
  }
}
@media (max-width: 690px) {
  .recent-transaction .dt-layout-row:last-child {
    flex-direction: column;
  }
}
.recent-transaction thead tr th,
.recent-transaction thead tr td,
.recent-transaction tbody tr th,
.recent-transaction tbody tr td {
  color: var(--body-font-color);
}
.recent-transaction thead tr th:first-child,
.recent-transaction thead tr td:first-child,
.recent-transaction tbody tr th:first-child,
.recent-transaction tbody tr td:first-child {
  padding-left: 20px;
}
.recent-transaction thead tr th:last-child,
.recent-transaction thead tr td:last-child,
.recent-transaction tbody tr th:last-child,
.recent-transaction tbody tr td:last-child {
  padding-right: 20px;
}
.recent-transaction thead tr th:first-child,
.recent-transaction thead tr td:first-child,
.recent-transaction tbody tr th:first-child,
.recent-transaction tbody tr td:first-child {
  min-width: auto;
}
@media (max-width: 1454px) and (min-width: 1200px) {
  .recent-transaction thead tr th:nth-child(2),
  .recent-transaction thead tr td:nth-child(2),
  .recent-transaction tbody tr th:nth-child(2),
  .recent-transaction tbody tr td:nth-child(2) {
    display: none;
  }
}
@media (max-width: 903px) {
  .recent-transaction thead tr th:nth-child(2),
  .recent-transaction thead tr td:nth-child(2),
  .recent-transaction tbody tr th:nth-child(2),
  .recent-transaction tbody tr td:nth-child(2) {
    min-width: 114px;
  }
  .recent-transaction thead tr th:nth-child(3), .recent-transaction thead tr th:nth-child(4),
  .recent-transaction thead tr td:nth-child(3),
  .recent-transaction thead tr td:nth-child(4),
  .recent-transaction tbody tr th:nth-child(3),
  .recent-transaction tbody tr th:nth-child(4),
  .recent-transaction tbody tr td:nth-child(3),
  .recent-transaction tbody tr td:nth-child(4) {
    min-width: 90px;
  }
  .recent-transaction thead tr th:nth-child(5),
  .recent-transaction thead tr td:nth-child(5),
  .recent-transaction tbody tr th:nth-child(5),
  .recent-transaction tbody tr td:nth-child(5) {
    min-width: 104px;
  }
  .recent-transaction thead tr th:nth-child(7),
  .recent-transaction thead tr td:nth-child(7),
  .recent-transaction tbody tr th:nth-child(7),
  .recent-transaction tbody tr td:nth-child(7) {
    min-width: 110px;
  }
  .recent-transaction thead tr th:last-child,
  .recent-transaction thead tr td:last-child,
  .recent-transaction tbody tr th:last-child,
  .recent-transaction tbody tr td:last-child {
    min-width: 108px;
  }
}
.recent-transaction thead tr th {
  color: #52526c;
}

.stock-report .table-responsive .table thead tr th,
.stock-report .table-responsive .table thead tr td,
.stock-report .table-responsive .table tbody tr th,
.stock-report .table-responsive .table tbody tr td {
  color: var(--body-font-color);
  min-width: auto;
}
.stock-report .table-responsive .table thead tr th:first-child,
.stock-report .table-responsive .table thead tr td:first-child,
.stock-report .table-responsive .table tbody tr th:first-child,
.stock-report .table-responsive .table tbody tr td:first-child {
  padding-left: 20px;
}
.stock-report .table-responsive .table thead tr th:last-child,
.stock-report .table-responsive .table thead tr td:last-child,
.stock-report .table-responsive .table tbody tr th:last-child,
.stock-report .table-responsive .table tbody tr td:last-child {
  padding-right: 20px;
}
@media (max-width: 1798px) and (min-width: 1400px) {
  .stock-report .table-responsive .table thead tr th:last-child,
  .stock-report .table-responsive .table thead tr td:last-child,
  .stock-report .table-responsive .table tbody tr th:last-child,
  .stock-report .table-responsive .table tbody tr td:last-child {
    display: none;
  }
}
.stock-report .table-responsive .table thead tr th:last-child .btn,
.stock-report .table-responsive .table thead tr td:last-child .btn,
.stock-report .table-responsive .table tbody tr th:last-child .btn,
.stock-report .table-responsive .table tbody tr td:last-child .btn {
  min-width: 142px;
}
.stock-report .table-responsive .table thead tr th a,
.stock-report .table-responsive .table thead tr td a,
.stock-report .table-responsive .table tbody tr th a,
.stock-report .table-responsive .table tbody tr td a {
  color: var(--body-font-color);
}
.stock-report .table-responsive .table thead tr th .img-border,
.stock-report .table-responsive .table thead tr td .img-border,
.stock-report .table-responsive .table tbody tr th .img-border,
.stock-report .table-responsive .table tbody tr td .img-border {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--light2);
  padding: 4px;
  display: flex;
  justify-content: center;
  border: 1px solid var(--chart-progress-light);
  align-items: center;
}
.stock-report .table-responsive .table thead tr th .img-border img,
.stock-report .table-responsive .table thead tr td .img-border img,
.stock-report .table-responsive .table tbody tr th .img-border img,
.stock-report .table-responsive .table tbody tr td .img-border img {
  height: 32px;
}
@media (max-width: 1798px) {
  .stock-report .table-responsive .table thead tr th:nth-child(4),
  .stock-report .table-responsive .table thead tr td:nth-child(4),
  .stock-report .table-responsive .table tbody tr th:nth-child(4),
  .stock-report .table-responsive .table tbody tr td:nth-child(4) {
    padding-right: 20px;
  }
}
@media (max-width: 1543px) and (min-width: 1400px) {
  .stock-report .table-responsive .table thead tr th,
  .stock-report .table-responsive .table thead tr td,
  .stock-report .table-responsive .table tbody tr th,
  .stock-report .table-responsive .table tbody tr td {
    min-width: auto;
  }
  .stock-report .table-responsive .table thead tr th:last-child,
  .stock-report .table-responsive .table thead tr td:last-child,
  .stock-report .table-responsive .table tbody tr th:last-child,
  .stock-report .table-responsive .table tbody tr td:last-child {
    display: none;
  }
}
@media (max-width: 700px) {
  .stock-report .table-responsive .table thead tr th:first-child,
  .stock-report .table-responsive .table thead tr td:first-child,
  .stock-report .table-responsive .table tbody tr th:first-child,
  .stock-report .table-responsive .table tbody tr td:first-child {
    min-width: 168px;
  }
  .stock-report .table-responsive .table thead tr th:nth-child(2),
  .stock-report .table-responsive .table thead tr td:nth-child(2),
  .stock-report .table-responsive .table tbody tr th:nth-child(2),
  .stock-report .table-responsive .table tbody tr td:nth-child(2) {
    min-width: 104px;
  }
  .stock-report .table-responsive .table thead tr th:nth-child(3),
  .stock-report .table-responsive .table thead tr td:nth-child(3),
  .stock-report .table-responsive .table tbody tr th:nth-child(3),
  .stock-report .table-responsive .table tbody tr td:nth-child(3) {
    min-width: 85px;
  }
  .stock-report .table-responsive .table thead tr th:nth-child(4),
  .stock-report .table-responsive .table thead tr td:nth-child(4),
  .stock-report .table-responsive .table tbody tr th:nth-child(4),
  .stock-report .table-responsive .table tbody tr td:nth-child(4) {
    min-width: 65px;
  }
  .stock-report .table-responsive .table thead tr th:last-child,
  .stock-report .table-responsive .table thead tr td:last-child,
  .stock-report .table-responsive .table tbody tr th:last-child,
  .stock-report .table-responsive .table tbody tr td:last-child {
    min-width: 174px;
  }
}
.stock-report .table-responsive .table thead tr .img-border img,
.stock-report .table-responsive .table tbody tr .img-border img {
  transition: 0.5s;
}
.stock-report .table-responsive .table thead tr:hover td .img-border img,
.stock-report .table-responsive .table tbody tr:hover td .img-border img {
  transition: 0.5s;
  transform: scale(1.1);
}
.stock-report .table-responsive .table thead tr th {
  color: #52526c;
}

@media (max-width: 886px) {
  .seller-table .dt-layout-row .dt-search {
    display: none;
  }
}
.seller-table thead tr th,
.seller-table thead tr td,
.seller-table tbody tr th,
.seller-table tbody tr td {
  min-width: auto;
  color: var(--body-font-color);
}
.seller-table thead tr th a,
.seller-table thead tr td a,
.seller-table tbody tr th a,
.seller-table tbody tr td a {
  color: var(--body-font-color);
}
.seller-table thead tr th .common-flex img,
.seller-table thead tr td .common-flex img,
.seller-table tbody tr th .common-flex img,
.seller-table tbody tr td .common-flex img {
  height: 40px;
}
@media (max-width: 1213px) and (min-width: 1200px) {
  .seller-table thead tr th .common-flex,
  .seller-table thead tr td .common-flex,
  .seller-table tbody tr th .common-flex,
  .seller-table tbody tr td .common-flex {
    gap: 7px;
  }
  .seller-table thead tr th .common-flex img,
  .seller-table thead tr td .common-flex img,
  .seller-table tbody tr th .common-flex img,
  .seller-table tbody tr td .common-flex img {
    height: 38px;
  }
}
.seller-table thead tr th:first-child,
.seller-table thead tr td:first-child,
.seller-table tbody tr th:first-child,
.seller-table tbody tr td:first-child {
  padding-left: 20px;
}
.seller-table thead tr th:last-child,
.seller-table thead tr td:last-child,
.seller-table tbody tr th:last-child,
.seller-table tbody tr td:last-child {
  padding-right: 20px;
}
@media (max-width: 1650px) and (min-width: 1200px) {
  .seller-table thead tr th:nth-child(3),
  .seller-table thead tr td:nth-child(3),
  .seller-table tbody tr th:nth-child(3),
  .seller-table tbody tr td:nth-child(3) {
    display: none;
  }
}
@media (max-width: 1179px) {
  .seller-table thead tr th:nth-child(2),
  .seller-table thead tr td:nth-child(2),
  .seller-table tbody tr th:nth-child(2),
  .seller-table tbody tr td:nth-child(2) {
    min-width: 140px;
  }
  .seller-table thead tr th:nth-child(3),
  .seller-table thead tr td:nth-child(3),
  .seller-table tbody tr th:nth-child(3),
  .seller-table tbody tr td:nth-child(3) {
    min-width: 75px;
  }
}
.seller-table thead tr th {
  color: #52526c;
}

.payment-gateway .pay-box {
  margin-bottom: 13px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.payment-gateway .pay-box:last-child {
  margin-bottom: 0;
}
.payment-gateway .pay-box:hover .outer-svg-box svg {
  animation: tada 1.5s ease infinite;
}
.payment-gateway .pay-box .outer-line {
  border-width: 1px;
  border-style: solid;
  padding: 3px;
  border-radius: 50%;
}
.payment-gateway .pay-box .outer-line .outer-svg-box {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media (max-width: 1652px) {
  .payment-gateway .pay-box .outer-line .outer-svg-box {
    width: 29px;
    height: 29px;
  }
  .payment-gateway .pay-box .outer-line .outer-svg-box svg {
    width: 16px;
    height: 16px;
  }
}
.payment-gateway .pay-box .outer-line .outer-svg-box svg {
  width: 18px;
  height: 18px;
}
.payment-gateway .pay-box a {
  color: var(--body-font-color);
}
@media (max-width: 1316px) and (min-width: 1200px) {
  .payment-gateway .pay-box:last-child {
    display: none;
  }
  .payment-gateway .pay-box:nth-child(5) {
    margin-bottom: 0;
  }
}
@media (max-width: 1141px) and (min-width: 992px) {
  .payment-gateway .pay-box:last-child {
    display: none;
  }
  .payment-gateway .pay-box:nth-child(5) {
    margin-bottom: 0;
  }
}
@media (max-width: 850px) and (min-width: 768px) {
  .payment-gateway .pay-box:last-child {
    display: none;
  }
  .payment-gateway .pay-box:nth-child(5) {
    margin-bottom: 0;
  }
}

.treading-product .table-responsive .table thead tr th,
.treading-product .table-responsive .table thead tr td,
.treading-product .table-responsive .table tbody tr th,
.treading-product .table-responsive .table tbody tr td {
  color: var(--body-font-color);
  min-width: auto;
}
.treading-product .table-responsive .table thead tr th:first-child,
.treading-product .table-responsive .table thead tr td:first-child,
.treading-product .table-responsive .table tbody tr th:first-child,
.treading-product .table-responsive .table tbody tr td:first-child {
  padding-left: 20px;
}
@media (max-width: 812px) {
  .treading-product .table-responsive .table thead tr th:first-child,
  .treading-product .table-responsive .table thead tr td:first-child,
  .treading-product .table-responsive .table tbody tr th:first-child,
  .treading-product .table-responsive .table tbody tr td:first-child {
    min-width: 140px;
  }
}
.treading-product .table-responsive .table thead tr th:last-child,
.treading-product .table-responsive .table thead tr td:last-child,
.treading-product .table-responsive .table tbody tr th:last-child,
.treading-product .table-responsive .table tbody tr td:last-child {
  padding-right: 20px;
}
.treading-product .table-responsive .table thead tr th a,
.treading-product .table-responsive .table thead tr td a,
.treading-product .table-responsive .table tbody tr th a,
.treading-product .table-responsive .table tbody tr td a {
  color: var(--body-font-color);
}
@media (max-width: 1454px) {
  .treading-product .table-responsive .table thead tr th .common-flex,
  .treading-product .table-responsive .table thead tr td .common-flex,
  .treading-product .table-responsive .table tbody tr th .common-flex,
  .treading-product .table-responsive .table tbody tr td .common-flex {
    gap: 8px;
  }
}
.treading-product .table-responsive .table thead tr th img,
.treading-product .table-responsive .table thead tr td img,
.treading-product .table-responsive .table tbody tr th img,
.treading-product .table-responsive .table tbody tr td img {
  height: 32px;
}
@media (max-width: 1552px) and (min-width: 1550px) {
  .treading-product .table-responsive .table thead tr th img,
  .treading-product .table-responsive .table thead tr td img,
  .treading-product .table-responsive .table tbody tr th img,
  .treading-product .table-responsive .table tbody tr td img {
    height: 39px;
  }
}
@media (max-width: 362px) {
  .treading-product .table-responsive .table thead tr th:first-child,
  .treading-product .table-responsive .table thead tr td:first-child,
  .treading-product .table-responsive .table tbody tr th:first-child,
  .treading-product .table-responsive .table tbody tr td:first-child {
    min-width: 168px;
  }
}
.treading-product .table-responsive .table thead tr th {
  color: #52526c;
}

@media (max-width: 1399px) and (min-width: 768px) {
  .ord-xl-i {
    order: 1;
  }
  .ord-xl-ii {
    order: 2;
  }
  .ord-xl-iii {
    order: 3;
  }
  .ord-xl-iv {
    order: 4;
  }
  .ord-xl-v {
    order: 5;
  }
  .ord-xl-vi {
    order: 6;
  }
  .ord-xl-vii {
    order: 7;
  }
  .ord-xl-viii {
    order: 8;
  }
  .ord-xl-ix {
    order: 9;
  }
  .ord-xl-x {
    order: 10;
  }
}
/**=====================
    3.10 Dashboard_2 CSS End
==========================**/
/**=====================
    3.11 Dashboard_3 CSS Start
==========================**/
@keyframes hand-move {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.welcome-card {
  background-image: url(../images/dashboard-3/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}
.welcome-card h4 {
  color: #fff;
}
.welcome-card h4 img {
  margin-top: -6px;
  animation: hand-move 5s infinite ease-in;
}
.welcome-card p {
  width: 70%;
  color: var(--white);
}
@media (max-width: 1830px) and (min-width: 1450px) {
  .welcome-card p {
    width: 62%;
  }
}
@media (max-width: 1459px) {
  .welcome-card p {
    display: -webkit-box;
    height: 52px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 991px) and (min-width: 537px) {
  .welcome-card p {
    width: 70%;
  }
}
@media (max-width: 536px) {
  .welcome-card p {
    width: 64%;
  }
}
@media (max-width: 480px) {
  .welcome-card p {
    width: 100%;
  }
}
.welcome-card .welcome-img {
  height: 170px;
  position: absolute;
  right: 0;
  bottom: -26px;
}
[dir=rtl] .welcome-card .welcome-img {
  right: unset;
  left: 0;
}
@media (max-width: 1780px) and (min-width: 1661px) {
  .welcome-card .welcome-img {
    height: 180px;
    bottom: -28px;
  }
}
@media (max-width: 1660px) and (min-width: 1426px) {
  .welcome-card .welcome-img {
    height: 168px;
    bottom: -24px;
  }
}
@media (max-width: 1425px) {
  .welcome-card .welcome-img {
    height: 155px;
    bottom: -22px;
  }
}
@media (max-width: 767px) {
  .welcome-card .welcome-img {
    height: 140px;
    bottom: -18px;
  }
}
@media (max-width: 480px) {
  .welcome-card .welcome-img {
    display: none;
  }
}

.get-image img {
  height: 158px;
}
@media (max-width: 1737px) {
  .get-image img {
    height: 134px;
  }
}

.course-box {
  overflow: hidden;
}
.course-box .card-body {
  padding: 25px 15px;
}
@media (max-width: 1722px) {
  .course-box .card-body {
    padding: 20px 15px;
  }
}
@media (max-width: 1660px) {
  .course-box .card-body {
    padding: 16px 15px;
  }
}
@media (max-width: 1660px) {
  .course-box.widget-course .card-body {
    padding: 25px 15px;
  }
}
.course-box:hover {
  transform: translateY(-5px);
  transition: 0.5s;
}
.course-box:hover .course-icon svg {
  animation: tada 1.5s ease infinite;
}

.course-widget {
  display: flex;
  gap: 8px;
}
.course-widget .course-icon {
  position: relative;
  width: 54px;
  height: 54px;
  clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%);
  background: linear-gradient(310.31deg, #FF3364 14.71%, #FF7F9E 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .course-widget .course-icon {
    width: 47px;
    height: 47px;
  }
  .course-widget .course-icon svg {
    width: 20px;
    height: 20px;
  }
}
.course-widget .course-icon svg {
  width: 26px;
  height: 26px;
  fill: #fff;
}
@media (max-width: 600px) {
  .course-widget .course-icon svg {
    width: 20px;
    height: 20px;
  }
}
.course-widget .course-icon.warning {
  background: linear-gradient(297.08deg, #FF9E2A -4.53%, #FFA941 98.25%);
}
.course-widget .btn-light {
  background: var(--course-light-btn) !important;
  border: none;
}
.course-widget a {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  margin-top: 25px;
}
.course-widget a span {
  display: block;
  margin-bottom: -5px;
}
.course-widget a svg {
  width: 13px;
  height: 13px;
}

.get-card .card-header {
  padding-left: 20px;
  padding-right: 20px;
}

.square-group {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: scaleX(-1);
}
[dir=rtl] .square-group {
  right: unset;
  left: 0;
}
.square-group .square-1 {
  width: 12px;
  height: 18px;
}
@media (max-width: 660px) {
  .square-group .square-1 {
    width: 8px;
    height: 10px;
  }
}
.square-group .square-2 {
  width: 12px;
  height: 10px;
  margin-bottom: -10px;
}
@media (max-width: 660px) {
  .square-group .square-2 {
    width: 8px;
    height: 10px;
  }
}
.square-group .square-3 {
  width: 18px;
  height: 10px;
  margin-left: 10px;
}
@media (max-width: 660px) {
  .square-group .square-3 {
    width: 12px;
    height: 8px;
  }
}
[dir=rtl] .square-group .square-3 {
  margin-left: unset;
  margin-right: 10px;
}
.square-group .square-4 {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 20px;
  right: -15px;
}
[dir=rtl] .square-group .square-4 {
  right: unset;
  left: -15px;
}
@media (max-width: 660px) {
  .square-group .square-4 {
    width: 9px;
    height: 9px;
    right: -3px;
    top: 9px;
  }
}
.square-group .square-5 {
  width: 6px;
  height: 6px;
  bottom: 22px;
  position: absolute;
  right: -1px;
}
[dir=rtl] .square-group .square-5 {
  right: unset;
  left: -1px;
}
@media (max-width: 660px) {
  .square-group .square-5 {
    width: 4px;
    height: 4px;
    bottom: 21px;
    right: 6px;
  }
}
.square-group .square-6,
.square-group .square-7 {
  position: absolute;
  width: 4px;
  height: 4px;
}
@media (max-width: 660px) {
  .square-group .square-6,
  .square-group .square-7 {
    right: 12px;
    bottom: 35px;
  }
}
.square-group .square-6 {
  right: -23px;
  bottom: 5px;
}
[dir=rtl] .square-group .square-6 {
  right: unset;
  left: -23px;
}
.square-group .square-7 {
  right: 8px;
  bottom: 45px;
}
[dir=rtl] .square-group .square-7 {
  right: unset;
  left: 8px;
}
.square-group .warning1 {
  background: #FFD497;
}
.square-group .warning {
  background: #FFA73B;
}
.square-group .primary {
  background: #7366FF;
}
.square-group .danger {
  background: #f54132;
}
.square-group .light {
  background: #E6E8EF;
}
.square-group .success {
  background: #65c15c;
}

.progress-chart-wrap {
  margin: -40px 0 -22px;
}
[dir=rtl] .progress-chart-wrap {
  direction: ltr;
}
@media (max-width: 991px) {
  .progress-chart-wrap {
    margin-top: -18px;
  }
}
.progress-chart-wrap .apexcharts-canvas {
  margin: 0 auto;
}
.progress-chart-wrap .apexcharts-canvas .apexcharts-datalabels-group .apexcharts-datalabel-label {
  fill: var(--chart-text-color);
}

.get-card .btn {
  margin-top: 15px;
  padding: 8px 15px;
}
.get-card .btn:hover svg {
  transform: translateX(5px);
  transition: 0.5s;
}
.get-card .btn svg {
  width: 13px;
  height: 13px;
  fill: #fff;
  vertical-align: middle;
  transition: 0.5s;
}

.default-inline-calender .main-inline-calender .form-control {
  display: none;
}
.default-inline-calender .main-inline-calender .flatpickr-calendar {
  box-shadow: unset;
}
.default-inline-calender .main-inline-calender .flatpickr-calendar .flatpickr-months .flatpickr-prev-month svg,
.default-inline-calender .main-inline-calender .flatpickr-calendar .flatpickr-months .flatpickr-next-month svg {
  stroke: var(--body-font-color);
}
.default-inline-calender .main-inline-calender .flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-monthDropdown-months,
.default-inline-calender .main-inline-calender .flatpickr-calendar .flatpickr-months .flatpickr-month .numInputWrapper {
  color: var(--body-font-color);
}
.default-inline-calender .main-inline-calender .flatpickr-calendar .flatpickr-months .flatpickr-monthDropdown-months {
  padding-right: 18px;
}
@media (max-width: 647px) and (min-width: 617px) {
  .default-inline-calender .main-inline-calender .flatpickr-calendar .flatpickr-months .flatpickr-monthDropdown-months {
    padding-right: 8px;
  }
}
@media (max-width: 616px) {
  .default-inline-calender .main-inline-calender .flatpickr-calendar .flatpickr-months .flatpickr-monthDropdown-months {
    padding-right: 6px;
  }
}
@media (max-width: 611px) {
  .default-inline-calender .main-inline-calender .flatpickr-calendar .flatpickr-current-month {
    width: 90%;
    left: 7.5%;
  }
}
.default-inline-calender .main-inline-calender .flatpickr-rContainer .flatpickr-weekdays .flatpickr-weekdaycontainer .flatpickr-weekday {
  color: var(--chart-text-color);
}
.default-inline-calender .main-inline-calender .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day {
  height: 36px;
}
.default-inline-calender .main-inline-calender .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day.selected {
  color: #fff;
}
.default-inline-calender .main-inline-calender .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day.today {
  background-color: #65c15c;
  border: unset;
  color: #fff;
}
.default-inline-calender .main-inline-calender .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day.today::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fc564a;
  position: absolute;
  top: -2px;
  right: -2px;
  outline: 3px solid var(--white);
}
.default-inline-calender .main-inline-calender .flatpickr-rContainer .flatpickr-current-month .flatpickr-monthDropdown-months option {
  font-size: 14px;
}
.default-inline-calender .main-inline-calender .flatpickr-rContainer .flatpickr-current-month .flatpickr-monthDropdown-months option:hover {
  background-color: #52526c;
}

.learning-wrap {
  margin: -24px -10px -24px -15px;
}

.activity-wrap {
  margin: -22px 0 -22px -28px;
}
[dir=rtl] .activity-wrap {
  margin: -22px -28px -22px 0;
}

.upcoming-event-wrap {
  margin-bottom: -39px;
  margin-left: -24px;
}

.course-card .dropdown .dropdown-toggle {
  width: 125px;
}

.course-wrapper {
  text-align: center;
}
.course-wrapper .course-icon-box {
  position: relative;
  padding: 8px;
}
@media (max-width: 767px) {
  .course-wrapper .course-icon-box {
    padding: 0;
  }
}
.course-wrapper .course-icon-box .icon-wrap {
  width: 117px;
  height: 92px;
  background-color: var(--course-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin: 0 auto;
  box-shadow: -18px 15px 20px rgba(119, 119, 119, 0.25);
}
@media (max-width: 1880px) and (min-width: 1857px) {
  .course-wrapper .course-icon-box .icon-wrap {
    width: 112px;
  }
}
@media (max-width: 1856px) {
  .course-wrapper .course-icon-box .icon-wrap {
    width: 111px;
  }
}
@media (max-width: 767px) {
  .course-wrapper .course-icon-box .icon-wrap {
    box-shadow: none;
  }
}
@media (max-width: 575px) {
  .course-wrapper .course-icon-box .icon-wrap {
    width: 92px;
    height: 82px;
  }
}
.course-wrapper .course-icon-box .icon-wrap img {
  width: 80px;
}
@media (max-width: 575px) {
  .course-wrapper .course-icon-box .icon-wrap img {
    width: 70px;
  }
}
.course-wrapper .course-icon-box .arrow-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 20px);
  height: 100%;
}
[dir=rtl] .course-wrapper .course-icon-box .arrow-bg {
  left: unset;
  right: 0;
  transform: scaleX(-1);
}
@media (max-width: 767px) {
  .course-wrapper .course-icon-box .arrow-bg {
    display: none;
  }
}
.course-wrapper h6 {
  margin-top: 25px;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .course-wrapper h6 {
    margin-top: 15px;
  }
}

.course-main-card {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 1880px) {
  .course-main-card {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .course-main-card {
    gap: 12px;
    flex-wrap: nowrap;
  }
}
@media (max-width: 575px) {
  .course-main-card {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.course-main-card .course-wrapper:last-child .arrow-bg {
  width: 100%;
}

@media (max-width: 330px) {
  .schedule-card .card-header-right-icon .btn {
    min-width: 76px;
  }
}

.schedule-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767px) {
  .schedule-list {
    flex-direction: row;
  }
}
@media (max-width: 575px) {
  .schedule-list {
    flex-direction: column;
  }
}
.schedule-list li {
  display: flex;
  align-items: center;
}
.schedule-list li h6 {
  font-size: 14px;
}
.schedule-list li ul {
  column-count: 2;
  column-rule-style: solid;
  column-rule-color: var(--chart-text-color);
  column-gap: 20px;
  column-rule-width: 1px;
}
@media (max-width: 1712px) {
  .schedule-list li ul {
    column-gap: 14px;
  }
}
@media (max-width: 1199px) {
  .schedule-list li ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.schedule-list li ul li {
  gap: 6px;
}
.schedule-list li img {
  border-radius: 100%;
  width: 37px;
  height: 37px;
  padding: 3px;
}
.schedule-list li svg {
  width: 15px;
  height: 15px;
}
.schedule-list li svg.f-success {
  fill: #65c15c;
}
.schedule-list > li {
  padding: 15px 20px;
  box-shadow: 4px 7px 17px 5px rgba(46, 35, 94, 0.05);
  gap: 10px;
  position: relative;
  border-radius: 10px;
}
@media (max-width: 1712px) {
  .schedule-list > li {
    padding: 16px 14px;
  }
}
.schedule-list > li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 15px 0 0 15px;
}
[dir=rtl] .schedule-list > li::before {
  left: unset;
  right: 0;
  border-radius: 0 15px 15px 0;
}
.schedule-list > li.primary::before {
  background-color: var(--theme-default);
}
.schedule-list > li.primary img {
  border: 1px solid var(--theme-default);
}
.schedule-list > li.warning::before {
  background-color: #ffb829;
}
.schedule-list > li.warning img {
  border: 1px solid #ffb829;
}

.link-only {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #75758a;
}
.link-only svg {
  width: 16px;
  height: 16px;
}

.lessons-lists li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
}
.lessons-lists li img {
  transition: 0.5s;
}
.lessons-lists li + li {
  border-top: 1px solid var(--chart-dashed-border);
}
.lessons-lists li:first-child {
  padding-top: 0;
}
.lessons-lists li:last-child {
  padding-bottom: 0;
}
.lessons-lists li:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}

.lesson-wrap {
  width: 50px;
  margin-bottom: -11px;
  margin-top: -6px;
}
.lesson-wrap .apexcharts-canvas .apexcharts-datalabel-label {
  display: none;
}

@media (max-width: 1261px) {
  .t-top-mentor .table-responsive div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    position: relative;
    top: 4px;
    left: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1608px) {
  .t-top-mentor .table-responsive div.dt-container .dt-layout-row:last-child {
    flex-direction: column;
  }
}
.t-top-mentor thead tr th,
.t-top-mentor thead tr td,
.t-top-mentor tbody tr th,
.t-top-mentor tbody tr td {
  min-width: auto;
  color: var(--body-font-color);
}
.t-top-mentor thead tr th:first-child,
.t-top-mentor thead tr td:first-child,
.t-top-mentor tbody tr th:first-child,
.t-top-mentor tbody tr td:first-child {
  padding-left: 20px;
}
.t-top-mentor thead tr th:last-child,
.t-top-mentor thead tr td:last-child,
.t-top-mentor tbody tr th:last-child,
.t-top-mentor tbody tr td:last-child {
  padding-right: 20px;
}
.t-top-mentor thead tr th a,
.t-top-mentor thead tr td a,
.t-top-mentor tbody tr th a,
.t-top-mentor tbody tr td a {
  color: var(--body-font-color);
}
.t-top-mentor thead tr th img,
.t-top-mentor thead tr td img,
.t-top-mentor tbody tr th img,
.t-top-mentor tbody tr td img {
  height: 40px;
}
@media (max-width: 1394px) {
  .t-top-mentor thead tr th img,
  .t-top-mentor thead tr td img,
  .t-top-mentor tbody tr th img,
  .t-top-mentor tbody tr td img {
    height: 32px;
  }
}
@media (max-width: 1516px) and (min-width: 1200px) {
  .t-top-mentor thead tr th:nth-child(3),
  .t-top-mentor thead tr td:nth-child(3),
  .t-top-mentor tbody tr th:nth-child(3),
  .t-top-mentor tbody tr td:nth-child(3) {
    display: none;
  }
}
@media (max-width: 1294px) and (min-width: 1205px) {
  .t-top-mentor thead tr th img,
  .t-top-mentor thead tr td img,
  .t-top-mentor tbody tr th img,
  .t-top-mentor tbody tr td img {
    height: 38px;
  }
}
@media (max-width: 1204px) and (min-width: 1200px) {
  .t-top-mentor thead tr th img,
  .t-top-mentor thead tr td img,
  .t-top-mentor tbody tr th img,
  .t-top-mentor tbody tr td img {
    height: 37px;
  }
}
@media (max-width: 1199px) {
  .t-top-mentor thead tr th:nth-child(2),
  .t-top-mentor thead tr td:nth-child(2),
  .t-top-mentor tbody tr th:nth-child(2),
  .t-top-mentor tbody tr td:nth-child(2) {
    min-width: 135px;
  }
  .t-top-mentor thead tr th:nth-child(3),
  .t-top-mentor thead tr td:nth-child(3),
  .t-top-mentor tbody tr th:nth-child(3),
  .t-top-mentor tbody tr td:nth-child(3) {
    min-width: 108px;
  }
  .t-top-mentor thead tr th:nth-child(4),
  .t-top-mentor thead tr td:nth-child(4),
  .t-top-mentor tbody tr th:nth-child(4),
  .t-top-mentor tbody tr td:nth-child(4) {
    min-width: 60px;
  }
}
.t-top-mentor thead tr th {
  color: #52526c;
}

@media (max-width: 1261px) {
  .completed-course-table .table-responsive div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    position: relative;
    top: 4px;
    left: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1608px) {
  .completed-course-table .table-responsive div.dt-container .dt-layout-row:last-child {
    flex-direction: column;
  }
}
.completed-course-table thead tr th,
.completed-course-table thead tr td,
.completed-course-table tbody tr th,
.completed-course-table tbody tr td {
  min-width: auto;
  color: var(--body-font-color);
}
.completed-course-table thead tr th:first-child,
.completed-course-table thead tr td:first-child,
.completed-course-table tbody tr th:first-child,
.completed-course-table tbody tr td:first-child {
  padding-left: 20px;
}
.completed-course-table thead tr th:last-child,
.completed-course-table thead tr td:last-child,
.completed-course-table tbody tr th:last-child,
.completed-course-table tbody tr td:last-child {
  padding-right: 20px;
}
@media (max-width: 1671px) and (min-width: 1200px) {
  .completed-course-table thead tr th:last-child,
  .completed-course-table thead tr td:last-child,
  .completed-course-table tbody tr th:last-child,
  .completed-course-table tbody tr td:last-child {
    display: none;
  }
}
.completed-course-table thead tr th a,
.completed-course-table thead tr td a,
.completed-course-table tbody tr th a,
.completed-course-table tbody tr td a {
  color: var(--body-font-color);
}
.completed-course-table thead tr th img,
.completed-course-table thead tr td img,
.completed-course-table tbody tr th img,
.completed-course-table tbody tr td img {
  height: 40px;
  border-radius: 8px;
}
@media (max-width: 1394px) {
  .completed-course-table thead tr th img,
  .completed-course-table thead tr td img,
  .completed-course-table tbody tr th img,
  .completed-course-table tbody tr td img {
    height: 32px;
  }
}
@media (max-width: 1671px) and (min-width: 1351px) {
  .completed-course-table thead tr th:nth-child(4),
  .completed-course-table thead tr td:nth-child(4),
  .completed-course-table tbody tr th:nth-child(4),
  .completed-course-table tbody tr td:nth-child(4) {
    padding-right: 20px;
  }
}
@media (max-width: 1350px) and (min-width: 1200px) {
  .completed-course-table thead tr th:nth-child(4),
  .completed-course-table thead tr td:nth-child(4),
  .completed-course-table tbody tr th:nth-child(4),
  .completed-course-table tbody tr td:nth-child(4) {
    display: none;
  }
}
@media (max-width: 1403px) and (min-width: 1351px) {
  .completed-course-table thead tr th:nth-child(2) .common-flex,
  .completed-course-table thead tr td:nth-child(2) .common-flex,
  .completed-course-table tbody tr th:nth-child(2) .common-flex,
  .completed-course-table tbody tr td:nth-child(2) .common-flex {
    gap: 7px;
  }
}
@media (max-width: 1356px) and (min-width: 1200px) {
  .completed-course-table thead tr th .common-flex,
  .completed-course-table thead tr td .common-flex,
  .completed-course-table tbody tr th .common-flex,
  .completed-course-table tbody tr td .common-flex {
    gap: 10px;
  }
}
@media (max-width: 1294px) and (min-width: 1205px) {
  .completed-course-table thead tr th img,
  .completed-course-table thead tr td img,
  .completed-course-table tbody tr th img,
  .completed-course-table tbody tr td img {
    height: 38px;
  }
}
@media (max-width: 1204px) and (min-width: 1200px) {
  .completed-course-table thead tr th img,
  .completed-course-table thead tr td img,
  .completed-course-table tbody tr th img,
  .completed-course-table tbody tr td img {
    height: 37px;
  }
}
@media (max-width: 1199px) {
  .completed-course-table thead tr th:nth-child(2),
  .completed-course-table thead tr td:nth-child(2),
  .completed-course-table tbody tr th:nth-child(2),
  .completed-course-table tbody tr td:nth-child(2) {
    min-width: 155px;
  }
  .completed-course-table thead tr th:nth-child(3),
  .completed-course-table thead tr td:nth-child(3),
  .completed-course-table tbody tr th:nth-child(3),
  .completed-course-table tbody tr td:nth-child(3) {
    min-width: 96px;
  }
  .completed-course-table thead tr th:nth-child(4),
  .completed-course-table thead tr td:nth-child(4),
  .completed-course-table tbody tr th:nth-child(4),
  .completed-course-table tbody tr td:nth-child(4) {
    min-width: 121px;
  }
  .completed-course-table thead tr th:last-child,
  .completed-course-table thead tr td:last-child,
  .completed-course-table tbody tr th:last-child,
  .completed-course-table tbody tr td:last-child {
    min-width: 99px;
  }
}
.completed-course-table thead tr th {
  color: #52526c;
}

@media (max-width: 791px) and (min-width: 576px) {
  .overall-card .activity-details span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 122px;
  }
}

/**=====================
  3.11 Dashboard_3 CSS Ends
==========================**/
/**=====================
    3.12 Dashboard_4 CSS Start
==========================**/
.widget-hover:hover {
  transform: translateY(-5px);
  transition: 0.5s;
}

.currency-widget .currency-icon-widget {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  box-shadow: inset 2.66667px -2.66667px 2.66667px rgba(194, 128, 49, 0.1), inset -2.66667px 2.66667px 2.66667px rgba(255, 255, 255, 0.1);
}
.currency-widget .currency-icon-widget svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}
.currency-widget .card {
  margin-top: 14px;
}
.currency-widget .card .card-body {
  padding: 15px;
  gap: 10px;
  justify-content: space-between;
}
@media (max-width: 1660px) {
  .currency-widget .card .card-body {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .currency-widget .card .card-body {
    flex-wrap: unset;
  }
}
.currency-widget .card:hover {
  transform: translateY(-5px);
  transition: 0.5s;
}
.currency-widget h6 {
  margin-bottom: 0;
}
.currency-widget .d-flex {
  gap: 10px;
  align-items: center;
}
.currency-widget span svg {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.currency-widget div[class*=bg-light-] {
  color: #404040;
  padding: 15px;
  border-radius: 10px;
  width: 115px;
}
@media (max-width: 1660px) and (min-width: 1200px) {
  .currency-widget div[class*=bg-light-] {
    display: none;
  }
}
@media (max-width: 1199px) {
  .currency-widget div[class*=bg-light-] {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .currency-widget div[class*=bg-light-] {
    width: 50%;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .currency-widget.widget-currency .card .card-body {
    flex-wrap: unset;
  }
}
.currency-widget.warning .currency-icon-widget {
  background-image: linear-gradient(to right, #ffb829 80%, rgba(255, 184, 41, 0.2));
}
.currency-widget.primary .currency-icon-widget {
  background-image: linear-gradient(to right, #7366FF 80%, rgba(115, 102, 255, 0.2));
}
.currency-widget.success .currency-icon-widget {
  background-image: linear-gradient(to right, #65c15c 80%, rgba(101, 193, 92, 0.2));
}
@media (max-width: 1399px) {
  .currency-widget.height-equal {
    min-height: unset !important;
  }
}

.currency-chart-wrap {
  margin: -28px -10px -20px -20px;
}
@media (max-width: 575px) {
  .currency-chart-wrap {
    width: 50%;
  }
}
.currency-chart-wrap .apexcharts-canvas .apexcharts-tooltip-text-y-label {
  display: none;
}

.transaction-card .header-top {
  flex-wrap: wrap;
  gap: 10px;
}

.crypto-main-card {
  background-image: linear-gradient(to bottom right, #5f3deb, #ad79ff);
  color: #fff;
}
@media (max-width: 1199px) {
  .crypto-main-card .card-body {
    padding: 20px;
  }
}
.crypto-main-card .btn {
  padding: 8px 20px;
}
@media (max-width: 1660px) {
  .crypto-main-card .btn {
    padding: 8px 15px;
  }
}
.crypto-main-card .deposit-wrap > div {
  width: 65%;
}
@media (max-width: 1660px) {
  .crypto-main-card .deposit-wrap > div {
    width: 90%;
  }
}
@media (max-width: 1536px) {
  .crypto-main-card .deposit-wrap > div {
    width: 100%;
  }
}
@media (max-width: 1399px) {
  .crypto-main-card .deposit-wrap > div {
    width: 75%;
  }
}
@media (max-width: 1199px) {
  .crypto-main-card .deposit-wrap > div {
    width: 95%;
  }
}
.crypto-main-card .deposit-wrap > div h5 {
  color: #fff;
}
@media (max-width: 1660px) {
  .crypto-main-card .deposit-wrap > div h5 {
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
  }
}
@media (max-width: 767px) {
  .crypto-main-card .deposit-wrap > div h5 {
    -webkit-line-clamp: 1;
  }
}
.crypto-main-card .deposit-wrap > div p {
  color: #fff;
}
.crypto-main-card .deposit-wrap img {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 48%;
  animation: bounce-effect 5s infinite ease-in;
}
[dir=rtl] .crypto-main-card .deposit-wrap img {
  right: unset;
  left: 10px;
  transform: scaleX(-1);
}
@media (max-width: 1660px) and (min-width: 1400px) {
  .crypto-main-card .deposit-wrap img {
    width: 44%;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .crypto-main-card .deposit-wrap img {
    width: 52%;
  }
}
@media (max-width: 1199px) and (min-width: 1081px) {
  .crypto-main-card .deposit-wrap img {
    width: 30%;
  }
}
@media (max-width: 1080px) and (min-width: 768px) {
  .crypto-main-card .deposit-wrap img {
    width: 26%;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .crypto-main-card .deposit-wrap img {
    width: 33%;
  }
}
@media (max-width: 575px) and (min-width: 401px) {
  .crypto-main-card .deposit-wrap img {
    width: 26%;
  }
}
@media (max-width: 400px) {
  .crypto-main-card .deposit-wrap img {
    width: 35%;
  }
}

.portfolio-card .dropdown-toggle {
  width: 80px;
}

.btn-white {
  color: #7366FF;
  background-color: #fff;
}
.btn-white:hover {
  color: #7366FF;
  background-color: #fff;
}

.radial-progress-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}
@media (max-width: 1199px) {
  .radial-progress-card.card-body {
    padding: 30px 20px;
  }
}
.radial-progress-card p {
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.radial-progress-card h6 {
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
}
.radial-progress-card .sale-details {
  margin: 10px 0;
}
.radial-progress-card .sale-details svg {
  width: 15px;
  height: 15px;
  vertical-align: middle;
}
.radial-progress-card .radial-chart-wrap {
  width: 110px;
  margin-right: -25px;
}
[dir=rtl] .radial-progress-card .radial-chart-wrap {
  margin-right: unset;
  margin-left: -25px;
}
@media (max-width: 1820px) {
  .radial-progress-card .radial-chart-wrap {
    margin-right: -12px;
  }
  [dir=rtl] .radial-progress-card .radial-chart-wrap {
    margin-left: -12px;
  }
}
.radial-progress-card .radial-chart-wrap .apexcharts-canvas .apexcharts-datalabel-label {
  display: none;
}

.transaction-table.recent-table table thead tr th:first-child,
.transaction-table.recent-table table thead tr td:first-child,
.transaction-table.recent-table table tbody tr th:first-child,
.transaction-table.recent-table table tbody tr td:first-child {
  padding-left: 20px;
}
@media (max-width: 1455px) {
  .transaction-table.recent-table table thead tr th:first-child svg,
  .transaction-table.recent-table table thead tr td:first-child svg,
  .transaction-table.recent-table table tbody tr th:first-child svg,
  .transaction-table.recent-table table tbody tr td:first-child svg {
    width: 16px;
    height: 16px;
  }
}
.transaction-table.recent-table table thead tr th:last-child,
.transaction-table.recent-table table thead tr td:last-child,
.transaction-table.recent-table table tbody tr th:last-child,
.transaction-table.recent-table table tbody tr td:last-child {
  padding-right: 20px;
}
.transaction-table.recent-table table tr th,
.transaction-table.recent-table table tr td {
  min-width: auto;
}
.transaction-table.recent-table table tr th:first-child,
.transaction-table.recent-table table tr td:first-child {
  min-width: unset;
}
@media (max-width: 1458px) {
  .transaction-table.recent-table table tr th:first-child,
  .transaction-table.recent-table table tr td:first-child {
    min-width: 114px;
  }
}
.transaction-table.recent-table table tr th:last-child,
.transaction-table.recent-table table tr td:last-child {
  text-align: right;
  min-width: 60px;
}
.transaction-table.recent-table table tr:last-child td {
  border: unset;
  padding-bottom: 0;
}
.transaction-table.recent-table table tr,
.transaction-table.recent-table table td {
  border-style: dashed;
}

.custom-tab {
  background: var(--light2);
  padding: 4px;
  border-radius: 5px;
}
.custom-tab.nav-tabs {
  border: none;
}
.custom-tab.nav-tabs .nav-link {
  border: none;
  padding: 6px 12px;
  color: var(--chart-text-color);
}
.custom-tab.nav-tabs .nav-link.active {
  color: var(--theme-default);
}

.market-chart-container {
  margin: -24px 0 -24px -15px;
}
[dir=rtl] .market-chart-container {
  margin: -24px -15px -24px 0;
}
@media (max-width: 575px) {
  .market-chart-container {
    margin-bottom: 0;
  }
}

.market-card .balance-card {
  padding: 10px;
}
@media (max-width: 575px) {
  .market-card .custom-tab {
    display: none;
  }
}

.currency-icon {
  width: 34px;
  height: 34px;
  background-color: var(--light2);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.currency-icon.warning svg {
  fill: #ffb829;
}
.currency-icon.success svg {
  fill: #65c15c;
}
.currency-icon.primary svg {
  fill: #7366FF;
}
.currency-icon.secondary svg {
  fill: #838383;
}
.currency-icon.dark-green svg {
  fill: #1BA27A;
}
.currency-icon.light-blue svg {
  fill: #038DE7;
}

.recent-table tr:hover td:first-child h6 {
  color: var(--theme-default);
}
.recent-table tr:hover .border-icon .social-circle {
  transform: scale(1.02);
  transition: 0.5s;
}
.recent-table tr:hover .currency-icon svg {
  animation: tada 1.5s ease infinite;
}
.recent-table tr:hover .badge-light-primary {
  background-color: var(--theme-default);
  color: #fff;
}

.currency-table.recent-table table .change-currency svg {
  width: 16px;
  height: 16px;
  vertical-align: sub;
}
.currency-table.recent-table table thead tr th,
.currency-table.recent-table table thead tr td,
.currency-table.recent-table table tbody tr th,
.currency-table.recent-table table tbody tr td {
  min-width: auto;
  color: var(--body-font-color);
}
.currency-table.recent-table table thead tr th:first-child,
.currency-table.recent-table table thead tr td:first-child,
.currency-table.recent-table table tbody tr th:first-child,
.currency-table.recent-table table tbody tr td:first-child {
  padding-left: 20px;
}
.currency-table.recent-table table thead tr th:last-child,
.currency-table.recent-table table thead tr td:last-child,
.currency-table.recent-table table tbody tr th:last-child,
.currency-table.recent-table table tbody tr td:last-child {
  padding-right: 20px;
}
.currency-table.recent-table table thead tr th:nth-child(2), .currency-table.recent-table table thead tr th:nth-child(3),
.currency-table.recent-table table thead tr td:nth-child(2),
.currency-table.recent-table table thead tr td:nth-child(3),
.currency-table.recent-table table tbody tr th:nth-child(2),
.currency-table.recent-table table tbody tr th:nth-child(3),
.currency-table.recent-table table tbody tr td:nth-child(2),
.currency-table.recent-table table tbody tr td:nth-child(3) {
  min-width: 87px;
}
.currency-table.recent-table table thead tr th:nth-child(4),
.currency-table.recent-table table thead tr td:nth-child(4),
.currency-table.recent-table table tbody tr th:nth-child(4),
.currency-table.recent-table table tbody tr td:nth-child(4) {
  min-width: 98px;
}
.currency-table.recent-table table thead tr th:nth-child(5),
.currency-table.recent-table table thead tr td:nth-child(5),
.currency-table.recent-table table tbody tr th:nth-child(5),
.currency-table.recent-table table tbody tr td:nth-child(5) {
  min-width: 100px;
}
.currency-table.recent-table table thead thead tr th,
.currency-table.recent-table table tbody thead tr th {
  color: #52526c;
}
@media (max-width: 1275px) and (min-width: 1200px) {
  .currency-table.recent-table.average-sale.table-responsive div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    display: none;
  }
}
@media (max-width: 1199px) {
  .currency-table.recent-table.average-sale.table-responsive div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    position: relative;
    top: 4px;
    left: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1622px) {
  .currency-table.recent-table.average-sale.table-responsive div.dt-container .dt-layout-row:last-child {
    flex-direction: column;
  }
}
.currency-table.recent-table.average-sale.table-responsive thead tr th,
.currency-table.recent-table.average-sale.table-responsive thead tr td,
.currency-table.recent-table.average-sale.table-responsive tbody tr th,
.currency-table.recent-table.average-sale.table-responsive tbody tr td {
  min-width: auto;
  color: var(--body-font-color);
}
.currency-table.recent-table.average-sale.table-responsive thead tr th:first-child,
.currency-table.recent-table.average-sale.table-responsive thead tr td:first-child,
.currency-table.recent-table.average-sale.table-responsive tbody tr th:first-child,
.currency-table.recent-table.average-sale.table-responsive tbody tr td:first-child {
  padding-left: 20px;
}
.currency-table.recent-table.average-sale.table-responsive thead tr th:last-child,
.currency-table.recent-table.average-sale.table-responsive thead tr td:last-child,
.currency-table.recent-table.average-sale.table-responsive tbody tr th:last-child,
.currency-table.recent-table.average-sale.table-responsive tbody tr td:last-child {
  padding-right: 20px;
}
@media (max-width: 1316px) and (min-width: 1200px) {
  .currency-table.recent-table.average-sale.table-responsive thead tr th:last-child,
  .currency-table.recent-table.average-sale.table-responsive thead tr td:last-child,
  .currency-table.recent-table.average-sale.table-responsive tbody tr th:last-child,
  .currency-table.recent-table.average-sale.table-responsive tbody tr td:last-child {
    display: none;
  }
}
@media (max-width: 1199px) {
  .currency-table.recent-table.average-sale.table-responsive thead tr th:last-child,
  .currency-table.recent-table.average-sale.table-responsive thead tr td:last-child,
  .currency-table.recent-table.average-sale.table-responsive tbody tr th:last-child,
  .currency-table.recent-table.average-sale.table-responsive tbody tr td:last-child {
    min-width: 147px;
  }
}
@media (max-width: 1316px) and (min-width: 768px) {
  .currency-table.recent-table.average-sale.table-responsive thead tr th:nth-child(3),
  .currency-table.recent-table.average-sale.table-responsive thead tr td:nth-child(3),
  .currency-table.recent-table.average-sale.table-responsive tbody tr th:nth-child(3),
  .currency-table.recent-table.average-sale.table-responsive tbody tr td:nth-child(3) {
    padding-right: 20px;
  }
}
@media (max-width: 1465px) and (min-width: 768px) {
  .currency-table.recent-table.average-sale.table-responsive thead tr th:nth-child(4),
  .currency-table.recent-table.average-sale.table-responsive thead tr td:nth-child(4),
  .currency-table.recent-table.average-sale.table-responsive tbody tr th:nth-child(4),
  .currency-table.recent-table.average-sale.table-responsive tbody tr td:nth-child(4) {
    display: none;
  }
}
@media (max-width: 767px) {
  .currency-table.recent-table.average-sale.table-responsive thead tr th:nth-child(2), .currency-table.recent-table.average-sale.table-responsive thead tr th:nth-child(3), .currency-table.recent-table.average-sale.table-responsive thead tr th:nth-child(4),
  .currency-table.recent-table.average-sale.table-responsive thead tr td:nth-child(2),
  .currency-table.recent-table.average-sale.table-responsive thead tr td:nth-child(3),
  .currency-table.recent-table.average-sale.table-responsive thead tr td:nth-child(4),
  .currency-table.recent-table.average-sale.table-responsive tbody tr th:nth-child(2),
  .currency-table.recent-table.average-sale.table-responsive tbody tr th:nth-child(3),
  .currency-table.recent-table.average-sale.table-responsive tbody tr th:nth-child(4),
  .currency-table.recent-table.average-sale.table-responsive tbody tr td:nth-child(2),
  .currency-table.recent-table.average-sale.table-responsive tbody tr td:nth-child(3),
  .currency-table.recent-table.average-sale.table-responsive tbody tr td:nth-child(4) {
    min-width: 85px;
  }
}
.currency-table.recent-table.average-sale.table-responsive thead tr th a,
.currency-table.recent-table.average-sale.table-responsive thead tr td a,
.currency-table.recent-table.average-sale.table-responsive tbody tr th a,
.currency-table.recent-table.average-sale.table-responsive tbody tr td a {
  color: var(--body-font-color);
}
.currency-table.recent-table.average-sale.table-responsive thead tr th .currency-icon svg,
.currency-table.recent-table.average-sale.table-responsive thead tr td .currency-icon svg,
.currency-table.recent-table.average-sale.table-responsive tbody tr th .currency-icon svg,
.currency-table.recent-table.average-sale.table-responsive tbody tr td .currency-icon svg {
  fill: var(--white);
}
@media (max-width: 1199px) {
  .currency-table.recent-table.performer-table.table-responsive div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    position: relative;
    top: 4px;
    left: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1622px) {
  .currency-table.recent-table.performer-table.table-responsive div.dt-container .dt-layout-row:last-child {
    flex-direction: column;
  }
}
.currency-table.recent-table.performer-table.table-responsive thead tr th,
.currency-table.recent-table.performer-table.table-responsive thead tr td,
.currency-table.recent-table.performer-table.table-responsive tbody tr th,
.currency-table.recent-table.performer-table.table-responsive tbody tr td {
  min-width: auto;
  color: var(--body-font-color);
}
.currency-table.recent-table.performer-table.table-responsive thead tr th:first-child,
.currency-table.recent-table.performer-table.table-responsive thead tr td:first-child,
.currency-table.recent-table.performer-table.table-responsive tbody tr th:first-child,
.currency-table.recent-table.performer-table.table-responsive tbody tr td:first-child {
  padding-left: 20px;
}
.currency-table.recent-table.performer-table.table-responsive thead tr th:last-child,
.currency-table.recent-table.performer-table.table-responsive thead tr td:last-child,
.currency-table.recent-table.performer-table.table-responsive tbody tr th:last-child,
.currency-table.recent-table.performer-table.table-responsive tbody tr td:last-child {
  padding-right: 20px;
}
@media (max-width: 1696px) and (min-width: 1200px) {
  .currency-table.recent-table.performer-table.table-responsive thead tr th:last-child,
  .currency-table.recent-table.performer-table.table-responsive thead tr td:last-child,
  .currency-table.recent-table.performer-table.table-responsive tbody tr th:last-child,
  .currency-table.recent-table.performer-table.table-responsive tbody tr td:last-child {
    display: none;
  }
}
@media (max-width: 1199px) {
  .currency-table.recent-table.performer-table.table-responsive thead tr th:nth-child(2),
  .currency-table.recent-table.performer-table.table-responsive thead tr td:nth-child(2),
  .currency-table.recent-table.performer-table.table-responsive tbody tr th:nth-child(2),
  .currency-table.recent-table.performer-table.table-responsive tbody tr td:nth-child(2) {
    min-width: 128px;
  }
  .currency-table.recent-table.performer-table.table-responsive thead tr th:last-child,
  .currency-table.recent-table.performer-table.table-responsive thead tr td:last-child,
  .currency-table.recent-table.performer-table.table-responsive tbody tr th:last-child,
  .currency-table.recent-table.performer-table.table-responsive tbody tr td:last-child {
    min-width: 108px;
  }
}
@media (max-width: 1303px) and (min-width: 768px) {
  .currency-table.recent-table.performer-table.table-responsive thead tr th:nth-child(3),
  .currency-table.recent-table.performer-table.table-responsive thead tr td:nth-child(3),
  .currency-table.recent-table.performer-table.table-responsive tbody tr th:nth-child(3),
  .currency-table.recent-table.performer-table.table-responsive tbody tr td:nth-child(3) {
    display: none;
  }
}
@media (max-width: 1696px) and (min-width: 1200px) {
  .currency-table.recent-table.performer-table.table-responsive thead tr th:nth-child(5),
  .currency-table.recent-table.performer-table.table-responsive thead tr td:nth-child(5),
  .currency-table.recent-table.performer-table.table-responsive tbody tr th:nth-child(5),
  .currency-table.recent-table.performer-table.table-responsive tbody tr td:nth-child(5) {
    padding-right: 20px;
  }
}
@media (max-width: 1470px) and (min-width: 1200px) {
  .currency-table.recent-table.performer-table.table-responsive thead tr th:nth-child(4),
  .currency-table.recent-table.performer-table.table-responsive thead tr td:nth-child(4),
  .currency-table.recent-table.performer-table.table-responsive tbody tr th:nth-child(4),
  .currency-table.recent-table.performer-table.table-responsive tbody tr td:nth-child(4) {
    display: none;
  }
}
@media (max-width: 1199px) {
  .currency-table.recent-table.performer-table.table-responsive thead tr:nth-child(2),
  .currency-table.recent-table.performer-table.table-responsive tbody tr:nth-child(2) {
    min-width: 137px;
  }
  .currency-table.recent-table.performer-table.table-responsive thead tr:nth-child(5),
  .currency-table.recent-table.performer-table.table-responsive tbody tr:nth-child(5) {
    min-width: 98px;
  }
  .currency-table.recent-table.performer-table.table-responsive thead tr:last-child,
  .currency-table.recent-table.performer-table.table-responsive tbody tr:last-child {
    min-width: 126px;
  }
}
.currency-table.recent-table.performer-table.table-responsive thead tr a,
.currency-table.recent-table.performer-table.table-responsive tbody tr a {
  color: var(--body-font-color);
}
.currency-table.recent-table.performer-table.table-responsive thead tr svg,
.currency-table.recent-table.performer-table.table-responsive tbody tr svg {
  fill: var(--white);
}

select.crypto-select {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  right: 7px;
  width: 62px;
  background-position: right 0.25rem center;
  padding: 8px;
  border: none;
  font-weight: 500;
  background-size: 8px;
}
[dir=rtl] select.crypto-select {
  right: unset;
  left: 7px;
}
select.crypto-select.warning {
  background-color: rgba(255, 184, 41, 0.1) !important;
  color: #ffb829 !important;
}
select.crypto-select.primary {
  background-color: rgba(115, 102, 255, 0.1) !important;
  color: #7366FF !important;
}

.crypto-form input::-webkit-outer-spin-button, .crypto-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.crypto-form input[type=number] {
  -moz-appearance: textfield;
}

.balance-box {
  text-align: center;
  background-image: url(../images/dashboard-4/bg-balance.png);
  background-position: right;
  background-size: cover;
}
.balance-box .balance-img {
  display: inline-block;
  padding: 5px;
  border: 2px solid var(--chart-border);
  border-left-color: #65c15c;
  border-bottom-color: #65c15c;
  border-radius: 100%;
  position: relative;
  margin-bottom: 15px;
}
.balance-box .balance-img img {
  background-color: var(--balance-profile-bg);
  border-radius: 100%;
}
.balance-box .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: #DFDFF4;
  right: 0;
  bottom: 0;
  border-radius: 100%;
}
.balance-box .balance-img .edit-icon svg {
  width: 11px;
  height: 11px;
  fill: #7366FF;
}

.balance-profile ul {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 16px;
}
@media (max-width: 1660px) {
  .balance-profile ul {
    gap: 25px;
  }
}
.balance-profile ul li {
  position: relative;
}
.balance-profile ul li + li::before {
  position: absolute;
  content: "";
  left: -25px;
  top: 50%;
  height: 40px;
  transform: translateY(-50%);
  border: 1px dashed var(--recent-dashed-border);
}
[dir=rtl] .balance-profile ul li + li::before {
  left: unset;
  right: -25px;
}
@media (max-width: 1660px) {
  .balance-profile ul li + li::before {
    left: -16px;
  }
  [dir=rtl] .balance-profile ul li + li::before {
    right: -16px;
  }
}

@media (max-width: 1399px) {
  .activity-card .appointment-table {
    height: 180px;
  }
}
@media (max-width: 575px) {
  .activity-card .appointment-table {
    height: unset;
  }
}
.activity-card .appointment-table tr td:nth-child(2) {
  min-width: 99px;
}

.balance-item {
  display: flex;
  gap: 10px;
}
.balance-item .balance-icon-wrap {
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
@media (max-width: 1660px) {
  .balance-item .balance-icon-wrap {
    width: 25px;
    min-width: 25px;
    height: 25px;
    border-radius: 8px;
  }
}
.balance-item .balance-icon-wrap .balance-icon {
  width: 16px;
  height: 16px;
  border-radius: 100%;
}
@media (max-width: 1660px) {
  .balance-item .balance-icon-wrap .balance-icon {
    width: 14px;
    height: 14px;
  }
}
.balance-item .balance-icon-wrap .balance-icon svg {
  color: #fff;
  width: 14px;
  height: 14px;
}
@media (max-width: 1660px) {
  .balance-item .balance-icon-wrap .balance-icon svg {
    width: 12px;
    height: 12px;
    vertical-align: text-top;
  }
}
.balance-item .badge {
  padding: 8px 10px;
}
.balance-item.danger .balance-icon-wrap {
  background-color: rgba(252, 86, 74, 0.1);
}
.balance-item.danger .balance-icon-wrap .balance-icon {
  background-color: #fc564a;
}
.balance-item.success .balance-icon-wrap {
  background-color: rgba(101, 193, 92, 0.1);
}
.balance-item.success .balance-icon-wrap .balance-icon {
  background-color: #65c15c;
}

.portfolio-chart-container {
  margin-top: -56px;
}
@media (max-width: 1399px) {
  .portfolio-chart-container {
    margin-top: -20px;
  }
}

.portfolio-table .status {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  display: inline-block;
}
.portfolio-table table tr,
.portfolio-table table td {
  border-style: dashed;
}
@media (max-width: 1755px) {
  .portfolio-table table tr td:first-child,
  .portfolio-table table tr th:first-child {
    min-width: 100px;
  }
}
@media (max-width: 1755px) {
  .portfolio-table table tr td:last-child,
  .portfolio-table table tr th:last-child {
    min-width: 88px;
  }
}
.portfolio-table table tr:last-child td {
  border: unset;
  padding-bottom: 0;
}

/**=====================
    3.12 Dashboard_4 CSS Ends
==========================**/
/**=====================
    3.13 Dashboard_5 CSS Start
==========================**/
.social-img {
  padding: 5px;
  background: var(--white);
  border-radius: 100%;
}
.social-widget .card-body {
  padding: 15px;
}
@media (max-width: 1699px) and (min-width: 1500px) {
  .social-widget .card-body span[class*=font-] {
    display: none !important;
  }
}
.social-widget .social-icons {
  min-width: calc(40px + 15 * (100vw - 320px) / 1600);
  height: calc(40px + 15 * (100vw - 320px) / 1600);
  background: var(--white);
  box-shadow: 0px 42.1092px 27.8569px rgba(41, 72, 152, 0.0303704), 0px 8.90772px 7.12618px rgba(41, 72, 152, 0.0196296), 0px 2.02448px 3.44162px rgba(41, 72, 152, 0.012037);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-widget .social-icons img {
  height: calc(20px + 15 * (100vw - 320px) / 1600);
}
.social-widget .social-content {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.social-widget .social-content .social-chart {
  margin: -34px -42px -13px;
  width: 150px;
}
.social-widget .social-content .social-chart .apexcharts-canvas .apexcharts-datalabels-group .apexcharts-datalabel-label {
  display: none;
}

@keyframes wave-speaker {
  0% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(5px);
  }
}
.mobile-app-card {
  background-image: url(../images/dashboard-5/profile-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.mobile-app-card.social-empower .card-header {
  width: 100%;
}
@media (max-width: 1537px) and (min-width: 1400px) {
  .mobile-app-card.social-empower .card-header h6 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
.mobile-app-card .card-header {
  background: transparent;
  padding: 20px;
  width: 68%;
}
@media (max-width: 1693px) {
  .mobile-app-card .card-header {
    width: 75%;
  }
}
@media (max-width: 1316px) {
  .mobile-app-card .card-header {
    width: 86%;
  }
}
@media (max-width: 991px) {
  .mobile-app-card .card-header {
    width: 64%;
  }
}
@media (max-width: 350px) {
  .mobile-app-card .card-header {
    width: 75%;
  }
}
.mobile-app-card .card-body {
  margin-top: -20px;
}
@media (max-width: 1693px) and (min-width: 1353px) {
  .mobile-app-card .card-body {
    margin-top: 10px;
  }
}
@media (max-width: 1352px) and (min-width: 1500px) {
  .mobile-app-card .card-body {
    margin-top: 70px;
  }
}
@media (max-width: 1499px) and (min-width: 1409px) {
  .mobile-app-card .card-body {
    margin-top: 45px;
  }
}
@media (max-width: 1408px) and (min-width: 1353px) {
  .mobile-app-card .card-body {
    margin-top: 22px;
  }
}
@media (max-width: 1352px) and (min-width: 1213px) {
  .mobile-app-card .card-body {
    margin-top: 45px;
  }
}
@media (max-width: 1212px) and (min-width: 1200px) {
  .mobile-app-card .card-body {
    margin-top: 25px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .mobile-app-card .card-body {
    margin-top: 26px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .mobile-app-card .card-body {
    margin-top: 20px;
  }
}
@media (max-width: 767px) and (min-width: 461px) {
  .mobile-app-card .card-body {
    margin-top: -90px;
  }
}
@media (max-width: 460px) {
  .mobile-app-card .card-body {
    margin-top: -30px;
  }
}
.mobile-app-card .card-body .wavy {
  width: 50px;
  margin-right: -78px;
  margin-top: -50px;
  animation: wave-speaker 2s ease infinite;
}
@media (max-width: 1693px) and (min-width: 768px) {
  .mobile-app-card .card-body .wavy {
    width: 45px;
    margin-right: -70px;
    margin-top: -50px;
  }
}
@media (max-width: 1499px) and (min-width: 768px) {
  .mobile-app-card .card-body .wavy {
    margin-top: -36px;
    width: 32px;
    margin-right: -58px;
  }
}
@media (max-width: 460px) {
  .mobile-app-card .card-body .wavy {
    margin-top: -35px;
    width: 30px;
    margin-right: -50px;
  }
}
.mobile-app-card .card-body img:not(.wavy) {
  height: 158px;
}
@media (max-width: 1693px) and (min-width: 1500px) {
  .mobile-app-card .card-body img:not(.wavy) {
    height: 154px;
  }
}
@media (max-width: 1499px) and (min-width: 1200px) {
  .mobile-app-card .card-body img:not(.wavy) {
    height: 120px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .mobile-app-card .card-body img:not(.wavy) {
    height: 116px;
  }
}
@media (max-width: 460px) {
  .mobile-app-card .card-body img:not(.wavy) {
    height: 108px;
  }
}
.mobile-app-card .purchase-btn {
  padding: 10px 25px;
  min-width: unset;
}
@media (max-width: 575px) {
  .mobile-app-card .purchase-btn {
    padding: 8px 16px;
  }
}

.subscriber-chart-container {
  margin: -22px -10px -24px;
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .subscriber-chart-container {
    margin: -22px -10px -45px;
  }
}
@media (max-width: 488px) {
  .subscriber-chart-container {
    margin: -22px -10px -45px;
  }
}

.click-widgets .card-body {
  padding: 28px 15px;
}
.click-widgets .click-chart {
  margin: -50px 0 -70px -20px;
}

@media (max-width: 1693px) {
  .follower-wrap .card-body,
  .follower-wrap .card-header {
    padding: 22px;
  }
}
.follower-wrap .card-header {
  padding-bottom: 20px;
}
.follower-wrap .papernote-wrap > span {
  margin-bottom: 20px;
}
@media (max-width: 1768px) {
  .follower-wrap .papernote-wrap > span {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.campaign-list {
  column-count: 2;
  column-gap: 20px;
  margin-bottom: 14px;
}
.campaign-list li {
  position: relative;
}
.campaign-list li + li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background-color: var(--chart-text-color);
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
  opacity: 0.6;
}
[dir=rtl] .campaign-list li + li::before {
  left: unset;
  right: -10px;
}
.campaign-list .campaign-box {
  background: linear-gradient(180deg, var(--course-light-btn) 0%, rgba(242, 243, 247, 0) 100%);
  border-radius: 5px;
  padding: 6px 10px;
}

.social-circle {
  width: 34px;
  height: 34px;
  border-width: 1px;
  border-style: solid;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.campaign-table.recent-table table tr th:first-child,
.campaign-table.recent-table table tr td:first-child {
  padding-left: 20px;
}
.campaign-table.recent-table table tr th:last-child,
.campaign-table.recent-table table tr td:last-child {
  padding-right: 20px;
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .campaign-table.recent-table table tr th:nth-child(3), .campaign-table.recent-table table tr th:nth-child(6),
  .campaign-table.recent-table table tr td:nth-child(3),
  .campaign-table.recent-table table tr td:nth-child(6) {
    display: none;
  }
}
@media (max-width: 1260px) and (min-width: 1200px) {
  .campaign-table.recent-table table tr th:last-child,
  .campaign-table.recent-table table tr td:last-child {
    display: none;
  }
  .campaign-table.recent-table table tr th:nth-child(5),
  .campaign-table.recent-table table tr td:nth-child(5) {
    padding-right: 20px;
  }
}
.campaign-table.recent-table table tr:hover td:nth-child(2) {
  color: var(--theme-default);
}
.campaign-table .border-icon > div {
  border-left: 2px solid #2F84F4;
  padding-left: 15px;
}
[dir=rtl] .campaign-table .border-icon > div {
  padding-left: unset;
  padding-right: 15px;
}
.campaign-table .facebook > div {
  border-left: 2px solid #2F84F4;
}
[dir=rtl] .campaign-table .facebook > div {
  border-left: unset;
  border-right: 2px solid #2F84F4;
}
.campaign-table .facebook .social-circle {
  background-color: rgba(47, 132, 244, 0.1);
  border-color: #2F84F4;
  color: #2F84F4;
}
.campaign-table .instagram > div {
  border-left: 2px solid #FC971E;
}
[dir=rtl] .campaign-table .instagram > div {
  border-left: unset;
  border-right: 2px solid #FC971E;
}
.campaign-table .instagram .social-circle {
  background-color: rgba(252, 151, 30, 0.1);
  border-color: #FC971E;
  color: #FC971E;
}
.campaign-table .pinterest > div {
  border-left: 2px solid #FF3364;
}
[dir=rtl] .campaign-table .pinterest > div {
  border-left: unset;
  border-right: 2px solid #FF3364;
}
.campaign-table .pinterest .social-circle {
  background-color: rgba(255, 51, 100, 0.1);
  border-color: #FF3364;
  color: #FF3364;
}
.campaign-table .plus-btn {
  width: 24px;
  border-radius: 5px;
  background-color: transparent;
  border: 1px solid var(--body-font-color);
  color: var(--body-font-color);
}
.campaign-table .plus-btn:hover {
  background-color: var(--body-font-color);
  color: var(--white);
}
.campaign-table .twitter > div {
  border-left: 2px solid #231915;
}
[dir=rtl] .campaign-table .twitter > div {
  border-left: unset;
  border-right: 2px solid #231915;
}
.campaign-table .twitter .social-circle {
  background-color: rgba(35, 25, 21, 0.1);
  border-color: #231915;
  color: #231915;
}
.campaign-table .you-tube > div {
  border-left: 2px solid #F42F2F;
}
[dir=rtl] .campaign-table .you-tube > div {
  border-left: unset;
  border-right: 2px solid #F42F2F;
}
.campaign-table .you-tube .social-circle {
  background-color: rgba(244, 47, 47, 0.1);
  border-color: #F42F2F;
  color: #F42F2F;
}
.campaign-table .linked-in > div {
  border-left: 2px solid #0073B1;
}
[dir=rtl] .campaign-table .linked-in > div {
  border-left: unset;
  border-right: 2px solid #0073B1;
}
.campaign-table .linked-in .social-circle {
  background-color: rgba(0, 115, 177, 0.1);
  border-color: #0073B1;
  color: #0073B1;
}
.campaign-table .badge-light-primary,
.campaign-table .badge-light-light {
  border: unset;
  min-width: 110px;
}
.campaign-table tr td,
.campaign-table tr th {
  border-style: dashed;
}
@media (max-width: 1399px) {
  .campaign-table .recent-table.table-responsive div.dt-container .dt-layout-row:last-child {
    flex-direction: column;
  }
}
.campaign-table .recent-table.table-responsive table thead tr td:first-child,
.campaign-table .recent-table.table-responsive table thead tr th:first-child,
.campaign-table .recent-table.table-responsive table tbody tr td:first-child,
.campaign-table .recent-table.table-responsive table tbody tr th:first-child {
  min-width: 88px;
}
@media (max-width: 775px) {
  .campaign-table .recent-table.table-responsive table thead tr td:first-child,
  .campaign-table .recent-table.table-responsive table thead tr th:first-child,
  .campaign-table .recent-table.table-responsive table tbody tr td:first-child,
  .campaign-table .recent-table.table-responsive table tbody tr th:first-child {
    min-width: 116px;
  }
}
.campaign-table .recent-table.table-responsive table thead tr td:nth-child(2),
.campaign-table .recent-table.table-responsive table thead tr th:nth-child(2),
.campaign-table .recent-table.table-responsive table tbody tr td:nth-child(2),
.campaign-table .recent-table.table-responsive table tbody tr th:nth-child(2) {
  min-width: 80px;
}
.campaign-table .recent-table.table-responsive table thead tr td:nth-child(3), .campaign-table .recent-table.table-responsive table thead tr td:last-child,
.campaign-table .recent-table.table-responsive table thead tr th:nth-child(3),
.campaign-table .recent-table.table-responsive table thead tr th:last-child,
.campaign-table .recent-table.table-responsive table tbody tr td:nth-child(3),
.campaign-table .recent-table.table-responsive table tbody tr td:last-child,
.campaign-table .recent-table.table-responsive table tbody tr th:nth-child(3),
.campaign-table .recent-table.table-responsive table tbody tr th:last-child {
  min-width: 36px;
}
@media (max-width: 1566px) and (min-width: 1200px) {
  .campaign-table .recent-table.table-responsive table thead tr td:nth-child(3),
  .campaign-table .recent-table.table-responsive table thead tr th:nth-child(3),
  .campaign-table .recent-table.table-responsive table tbody tr td:nth-child(3),
  .campaign-table .recent-table.table-responsive table tbody tr th:nth-child(3) {
    display: none;
  }
}
@media (max-width: 1455px) and (min-width: 1200px) {
  .campaign-table .recent-table.table-responsive table thead tr td:last-child,
  .campaign-table .recent-table.table-responsive table thead tr th:last-child,
  .campaign-table .recent-table.table-responsive table tbody tr td:last-child,
  .campaign-table .recent-table.table-responsive table tbody tr th:last-child {
    display: none;
  }
  .campaign-table .recent-table.table-responsive table thead tr td:nth-child(6),
  .campaign-table .recent-table.table-responsive table thead tr th:nth-child(6),
  .campaign-table .recent-table.table-responsive table tbody tr td:nth-child(6),
  .campaign-table .recent-table.table-responsive table tbody tr th:nth-child(6) {
    padding-right: 20px;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .campaign-table .recent-table.table-responsive table thead tr td:nth-child(6),
  .campaign-table .recent-table.table-responsive table thead tr th:nth-child(6),
  .campaign-table .recent-table.table-responsive table tbody tr td:nth-child(6),
  .campaign-table .recent-table.table-responsive table tbody tr th:nth-child(6) {
    display: none;
  }
  .campaign-table .recent-table.table-responsive table thead tr td:nth-child(5),
  .campaign-table .recent-table.table-responsive table thead tr th:nth-child(5),
  .campaign-table .recent-table.table-responsive table tbody tr td:nth-child(5),
  .campaign-table .recent-table.table-responsive table tbody tr th:nth-child(5) {
    padding-right: 20px;
  }
}
@media (max-width: 1255px) and (min-width: 1200px) {
  .campaign-table .recent-table.table-responsive table thead tr td,
  .campaign-table .recent-table.table-responsive table thead tr th,
  .campaign-table .recent-table.table-responsive table tbody tr td,
  .campaign-table .recent-table.table-responsive table tbody tr th {
    min-width: auto;
  }
}
@media (max-width: 1215px) and (min-width: 1200px) {
  .campaign-table .recent-table.table-responsive table thead tr td:nth-child(4),
  .campaign-table .recent-table.table-responsive table thead tr th:nth-child(4),
  .campaign-table .recent-table.table-responsive table tbody tr td:nth-child(4),
  .campaign-table .recent-table.table-responsive table tbody tr th:nth-child(4) {
    display: none;
  }
}

@media (max-width: 938px) {
  .analytics-data .balance-data {
    display: none;
  }
}

.photo-click-wrapper {
  margin: -12px -20px -20px 0px;
}

@media (max-width: 413px) {
  .social-tabs .tab-content {
    margin-bottom: -45px;
  }
}
.social-tabs .nav {
  gap: 16px;
}
@media (max-width: 1210px) {
  .social-tabs .nav {
    gap: 10px;
  }
}
@media (max-width: 575px) {
  .social-tabs .nav {
    display: flex;
  }
}
.social-tabs .nav .social-box {
  padding: 12px 16px;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: all 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1528px) {
  .social-tabs .nav .social-box {
    gap: 12px;
  }
}
.social-tabs .nav .social-box span {
  color: var(--body-font-color);
}
.social-tabs .nav .social-box .frame-image {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.social-tabs .nav .social-box .frame-image [class*=outline-10-],
.social-tabs .nav .social-box .frame-image [class*=outline-20-] {
  border-radius: 50%;
  outline-offset: 4px;
}
.social-tabs .nav .social-box .frame-image [class*=outline-10-] [class*=bg-10-],
.social-tabs .nav .social-box .frame-image [class*=outline-10-] [class*=bg-20-],
.social-tabs .nav .social-box .frame-image [class*=outline-20-] [class*=bg-10-],
.social-tabs .nav .social-box .frame-image [class*=outline-20-] [class*=bg-20-] {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media (max-width: 1528px) {
  .social-tabs .nav .social-box .frame-image [class*=outline-10-] [class*=bg-10-],
  .social-tabs .nav .social-box .frame-image [class*=outline-10-] [class*=bg-20-],
  .social-tabs .nav .social-box .frame-image [class*=outline-20-] [class*=bg-10-],
  .social-tabs .nav .social-box .frame-image [class*=outline-20-] [class*=bg-20-] {
    width: 28px;
    height: 28px;
  }
}
.social-tabs .nav .social-box .frame-image [class*=outline-10-] [class*=fa-]:not(.fa-youtube-play),
.social-tabs .nav .social-box .frame-image [class*=outline-20-] [class*=fa-]:not(.fa-youtube-play) {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-tabs .nav .social-box .frame-image [class*=outline-10-] .youtube-color,
.social-tabs .nav .social-box .frame-image [class*=outline-20-] .youtube-color {
  color: #F42F2F;
}
.social-tabs .nav .social-box .frame-image [class*=outline-10-] .instagram-color,
.social-tabs .nav .social-box .frame-image [class*=outline-20-] .instagram-color {
  background: linear-gradient(45deg, #FEE411 11.93%, #FEDB16 15.61%, #FEC125 21.74%, #FE983D 29.56%, #FE5F5E 38.66%, #FE2181 47.46%, #9000DC 82.98%);
}
.social-tabs .tab-content .tab-pane > div {
  margin-bottom: -20px;
}

.top-country .common-space {
  margin-bottom: 8px;
}
.top-country .common-space > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.top-country .common-space > div p {
  font-size: 16px;
}
@media (max-width: 1520px) {
  .top-country .common-space > div p {
    font-size: 15px;
  }
}
@media (max-width: 1460px) and (min-width: 768px) {
  .top-country .common-space span {
    display: none;
  }
}
.top-country img {
  height: calc(25px + 12 * (100vw - 320px) / 1600);
  border-radius: 50%;
}
.top-country .progress {
  height: 7px;
  background: linear-gradient(180.36deg, #CFDCE8 -32.82%, #FFFFFF 132.82%);
}

@media (max-width: 1791px) {
  .social-clicks .analytics-tread-card .card-header .common-align span:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 1499px) and (min-width: 1200px) {
  .social-clicks .analytics-tread-card .card-header .common-align span:nth-child(2) {
    display: none;
  }
}
.social-clicks i {
  font-size: 10px;
}

.follower-country #countryMap {
  height: 268px;
}
@media (max-width: 1821px) and (min-width: 1015px) {
  .follower-country #countryMap {
    height: 345px;
  }
}
@media (max-width: 1015px) and (min-width: 992px) {
  .follower-country #countryMap {
    height: 408px;
  }
}
@media (max-width: 991px) and (min-width: 926px) {
  .follower-country #countryMap {
    height: 345px;
  }
}
@media (max-width: 925px) and (min-width: 808px) {
  .follower-country #countryMap {
    height: 410px;
  }
}
@media (max-width: 807px) and (min-width: 768px) {
  .follower-country #countryMap {
    height: 400px;
  }
}

@media (max-width: 1499px) {
  .s-xxl-3 {
    width: 33.33333333%;
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .s-xxl-3 {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .s-xxl-3 {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .od-xl-1 {
    order: 1;
  }
  .od-xl-2 {
    order: 2;
  }
  .od-xl-3 {
    order: 3;
  }
  .od-xl-4 {
    order: 4;
  }
  .od-xl-5 {
    order: 5;
  }
  .od-xl-6 {
    order: 6;
  }
  .od-xl-7 {
    order: 7;
  }
  .od-xl-8 {
    order: 8;
  }
}
/**=====================
    3.13 Dashboard_5 CSS Ends
==========================**/
/**=====================
   3.14 Dashboard_6 CSS Start
==========================**/
.trending-card {
  background: url(../images/dashboard-6/bg-1.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.trending-card .card-header {
  background: transparent;
}
.trending-card .activity-card .appointment-table table tr td:nth-child(2) {
  min-width: 90px;
}
.trending-card .activity-card .appointment-table table tr td:last-child {
  min-width: 95px;
}

@keyframes dot-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5) translateX(-10px);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes dot-animation1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4) translateX(-10px);
  }
  100% {
    transform: scale(1);
  }
}
.explore-card {
  background: url(../images/dashboard-6/bg-2.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .explore-card {
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: overlay;
  }
}
@media (max-width: 1199.98px) {
  .explore-card .row {
    width: 53%;
  }
  [dir=rtl] .explore-card .row {
    margin-right: auto;
  }
}
@media (max-width: 991.98px) {
  .explore-card .row {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .explore-card .row {
    width: 60%;
  }
}
@media (max-width: 575.98px) {
  .explore-card .row {
    width: 100%;
  }
}
[dir=rtl] .explore-card .row .custom-rs-12 {
  margin-right: auto;
}
.explore-card .group-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 1220px) {
  .explore-card .group-btn {
    gap: 8px;
  }
}
.explore-card .group-btn .btn {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 575.98px) {
  .explore-card .group-btn .btn {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media (max-width: 1199.98px) {
  .explore-card .decore {
    display: none;
  }
}
.explore-card .decore li {
  position: absolute;
}
.explore-card .decore .dot-gradient {
  width: 22px;
  height: 22px;
  background: linear-gradient(#e3e3ef, rgba(115, 102, 255, 0.3));
  border-radius: 100%;
}
.explore-card .decore .dot-gradient.dot-1 {
  right: -18px;
  top: 0;
  animation: dot-animation 5s ease infinite;
}
@media (max-width: 1660px) {
  .explore-card .decore .dot-gradient.dot-1 {
    right: 45px;
    top: 24px;
  }
}
@media (max-width: 1365px) {
  .explore-card .decore .dot-gradient.dot-1 {
    right: 28px;
  }
}
@media (max-width: 1354px) {
  .explore-card .decore .dot-gradient.dot-1 {
    top: 40px;
  }
}
.explore-card .decore .dot-gradient.dot-2 {
  width: 12px;
  height: 12px;
  animation: dot-animation1 5s ease infinite;
  right: -40%;
  top: 19%;
}
@media (max-width: 1660px) and (min-width: 1516px) {
  .explore-card .decore .dot-gradient.dot-2 {
    right: 22%;
    top: 60%;
  }
}
@media (max-width: 1515px) {
  .explore-card .decore .dot-gradient.dot-2 {
    right: 20%;
    top: 66%;
  }
}
@media (max-width: 1231px) {
  .explore-card .decore .dot-gradient.dot-2 {
    right: 0%;
  }
}

.total-balance {
  background: url(../images/dashboard-6/bg-3.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.total-balance .btn {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.total-balance .card-header {
  background: transparent;
}
.total-balance .card-header p {
  width: 226px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
}
.total-balance .card-body .common-f-start {
  margin-bottom: 8px;
  gap: 22px;
}
@media (max-width: 1380px) {
  .total-balance .card-body .common-f-start {
    margin-bottom: 22px;
  }
}
.total-balance .card-body .common-f-start .d-flex:nth-of-type(2) {
  border-left: 1px solid var(--recent-dashed-border);
  padding-left: 22px;
}
.total-balance .card-body .common-f-start [class*=bg-light-] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.total-balance .card-body .common-f-start [class*=bg-light-] i {
  font-size: 12px;
  transform: rotate(45deg);
}

.income-chart-wrapper {
  margin-bottom: -10px;
}
.income-chart-wrapper .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title,
.income-chart-wrapper .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-goals-groupm,
.income-chart-wrapper .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-z-group {
  display: none;
}
.income-chart-wrapper .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-series-group.apexcharts-active,
.income-chart-wrapper .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-series-group:last-child {
  padding-bottom: 0;
}

.sale-status-table .table > :not(:last-child) > :last-child > * {
  border-bottom: none !important;
}
.sale-status-table table {
  border-collapse: separate;
  border-spacing: 0 10px;
}
.sale-status-table table tr,
.sale-status-table table td,
.sale-status-table table th {
  border: none;
}
.sale-status-table table thead th {
  padding-bottom: 0;
}
.sale-status-table table tbody tr {
  box-shadow: 0px 6px 10px rgba(70, 60, 175, 0.05);
  border-radius: 5px;
}
@media (max-width: 1660px) and (min-width: 1400px) {
  .sale-status-table table th:last-child,
  .sale-status-table table td:last-child {
    display: none;
  }
}
@media (max-width: 575px) {
  .sale-status-table table th:last-child,
  .sale-status-table table td:last-child {
    display: none;
  }
}
@media (max-width: 1660px) and (min-width: 1400px) {
  .sale-status-table table th:nth-child(2),
  .sale-status-table table td:nth-child(2) {
    max-width: 50px;
    padding: 0 8px;
  }
}

.arrow-round .swiper-button-next,
.arrow-round .swiper-button-prev {
  top: 42px;
  z-index: 1;
  width: 29px;
  height: 21px;
  background: var(--white);
  box-shadow: 0px 4px 3px rgba(115, 102, 255, 0.1);
  border-radius: 30px;
}
.arrow-round .swiper-button-next::after,
.arrow-round .swiper-button-prev::after {
  font-size: 10px;
  color: var(--theme-default);
}
@media (max-width: 991px) {
  .arrow-round .swiper-button-next,
  .arrow-round .swiper-button-prev {
    top: 42px;
  }
}
.arrow-round .swiper-button-next {
  right: 30px;
}
[dir=rtl] .arrow-round .swiper-button-next {
  right: unset;
  left: 30px;
}
.arrow-round .swiper-button-prev {
  left: unset;
  right: 70px;
}
[dir=rtl] .arrow-round .swiper-button-prev {
  right: unset;
  left: 70px;
}

.product-card .product-image > img {
  width: 100%;
  border-radius: 4px;
  height: 6.875rem;
  object-fit: cover;
}
.product-card .product-image .author-img {
  text-align: right;
  display: block;
  margin-top: -20px;
  margin-right: 6px;
}
.product-card .product-nft-content {
  margin-top: 5px;
}
.product-card .product-nft-content ul {
  display: flex;
  justify-content: space-between;
}
.product-card .product-nft-content ul li {
  width: 100%;
}
.product-card .product-nft-content ul li + li {
  text-align: right;
  border-left: 1px dashed var(--recent-dashed-border);
}
.product-card .product-nft-content .btn {
  padding: 0.5rem 0;
}

.artist-chart-wrap > div {
  margin-left: -15px;
  margin-right: -10px;
}
.artist-chart-wrap .apexcharts-tooltip .apexcharts-tooltip-z-group,
.artist-chart-wrap .apexcharts-tooltip .apexcharts-tooltip-goals-group,
.artist-chart-wrap .apexcharts-tooltip .apexcharts-tooltip-text-y-label {
  display: none;
}
.artist-chart-wrap .apexcharts-tooltip .apexcharts-tooltip-series-group.apexcharts-active,
.artist-chart-wrap .apexcharts-tooltip .apexcharts-tooltip-series-group:last-child {
  padding-bottom: 0;
}

.statistic-chart-wrap {
  margin-left: -20px;
  margin-bottom: -25px;
}
.statistic-chart-wrap .apexcharts-tooltip .apexcharts-tooltip-z-group,
.statistic-chart-wrap .apexcharts-tooltip .apexcharts-tooltip-goals-group,
.statistic-chart-wrap .apexcharts-tooltip .apexcharts-tooltip-text-y-label {
  display: none;
}

.statistics-card .d-flex li + li {
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px dashed var(--recent-dashed-border);
}
[dir=rtl] .statistics-card .d-flex li + li {
  padding-left: unset;
  margin-left: unset;
  padding-right: 15px;
  margin-right: 15px;
  border-left: unset;
  border-right: 1px dashed var(--recent-dashed-border);
}

.upgrade-plan.mobile-app-card .card-header p {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}
@media (max-width: 1693px) and (min-width: 1400px) {
  .upgrade-plan.mobile-app-card .card-header p {
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 1224px) {
  .upgrade-plan.mobile-app-card .card-header p {
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 1693px) and (min-width: 1500px) {
  .upgrade-plan.mobile-app-card .card-header {
    width: 66%;
  }
}
@media (max-width: 1499px) and (min-width: 1423px) {
  .upgrade-plan.mobile-app-card .card-header {
    width: 70%;
  }
}
@media (max-width: 1422px) {
  .upgrade-plan.mobile-app-card .card-header {
    width: 74%;
  }
}
@media (max-width: 1499px) {
  .upgrade-plan.mobile-app-card .card-body {
    margin-top: 0;
  }
}
.upgrade-plan.mobile-app-card .card-body img {
  margin-top: -130px;
  margin-bottom: 20px;
  width: 144px;
  height: 150px;
}
@media (max-width: 1555px) and (min-width: 1500px) {
  .upgrade-plan.mobile-app-card .card-body img {
    margin-top: -150px;
    width: 136px;
  }
}
@media (max-width: 1499px) and (min-width: 1423px) {
  .upgrade-plan.mobile-app-card .card-body img {
    margin-top: -170px;
    width: 114px;
    height: 118px;
  }
}
@media (max-width: 1422px) {
  .upgrade-plan.mobile-app-card .card-body img {
    margin-top: -116px;
    width: 96px;
    height: 100px;
  }
}
@media (max-width: 1199.98px) {
  .upgrade-plan.mobile-app-card .card-body img {
    margin-top: -128px;
  }
}

.category-box img {
  border-radius: 8px;
  width: 100%;
}
.category-box h6 {
  display: block;
  padding: 10px;
  width: calc(100% - 50px);
  margin: 0 auto;
  color: var(--body-font-color);
  text-align: center;
  background: var(--white);
  margin-top: -20px;
  position: relative;
  border-radius: 5px;
}
@media (max-width: 1705px) and (min-width: 1636px) {
  .category-box h6 {
    width: calc(100% - 40px);
  }
}
@media (max-width: 1635px) and (min-width: 1566px) {
  .category-box h6 {
    width: calc(100% - 30px);
  }
}
@media (max-width: 1565px) and (min-width: 1530px) {
  .category-box h6 {
    width: calc(100% - 20px);
  }
}
@media (max-width: 1426px) {
  .category-box h6 {
    width: calc(100% - 30px);
  }
}

.artist-table button span {
  color: var(--theme-default);
}
.artist-table button svg {
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
}
.artist-table button:hover span {
  color: #fff;
}
.artist-table .appointment-table.customer-table table tr td .medal-img {
  min-width: 30px;
}
@media (max-width: 1795px) {
  .artist-table .appointment-table.customer-table table tr td:last-child {
    min-width: 90px;
  }
}

@media (max-width: 991px) {
  .nft-table.recent-table div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    position: relative;
    top: 4px;
    left: 20px;
    margin-bottom: 20px;
  }
}
.nft-table.recent-table table tr th,
.nft-table.recent-table table tr td {
  min-width: auto;
}
.nft-table.recent-table table tr th:first-child,
.nft-table.recent-table table tr td:first-child {
  padding-left: 20px;
}
.nft-table.recent-table table tr th:last-child,
.nft-table.recent-table table tr td:last-child {
  padding-right: 20px;
}
@media (max-width: 992px) {
  .nft-table.recent-table table tr th:nth-child(2),
  .nft-table.recent-table table tr td:nth-child(2) {
    min-width: 162px;
  }
  .nft-table.recent-table table tr th:nth-child(4),
  .nft-table.recent-table table tr td:nth-child(4) {
    min-width: 68px;
  }
}
.nft-table.recent-table svg {
  width: 18px;
  height: 18px;
}
.nft-table.recent-table .product-content .order-image {
  background: transparent;
  position: relative;
}
.nft-table.recent-table .product-content .order-image .mark-img {
  position: absolute;
  right: 0;
  bottom: 2px;
}

.activity-table .status-success {
  min-width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #65c15c;
}
.activity-table .img-content-box {
  min-width: 108px;
}
@media (max-width: 1772px) {
  .activity-table .appointment-table table tr td:last-child {
    min-width: 72px;
  }
}

@media (max-width: 1199.98px) {
  .explore-wrap {
    order: -1;
  }
}

.live-auction-wrapper .product-nft-content .common-flex {
  gap: 8px;
}
.live-auction-wrapper .product-nft-content .common-flex .btn {
  width: 100%;
}
.live-auction-wrapper .product-nft-content .common-flex svg {
  width: 18px;
  height: 18px;
  fill: var(--theme-default);
}
.live-auction-wrapper .product-nft-content .common-flex .timer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.live-auction-wrapper .product-nft-content .common-flex span span {
  color: var(--theme-default);
}
.live-auction-wrapper .product-nft-content .common-flex .common-align {
  gap: 4px;
}
.live-auction-wrapper .product-nft-content img {
  height: 16px;
}
.live-auction-wrapper .product-nft-content .btn {
  padding: 6px 26px;
}
.live-auction-wrapper .product-nft-content .btn:hover svg {
  fill: #fff;
}
.live-auction-wrapper .product-nft-content .btn:hover span span {
  color: #fff;
}

@media (max-width: 1459px) {
  .art-creator-table.recent-table div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    display: none;
  }
}
.art-creator-table.recent-table table thead tr th,
.art-creator-table.recent-table table thead tr td,
.art-creator-table.recent-table table tbody tr th,
.art-creator-table.recent-table table tbody tr td {
  min-width: auto;
}
.art-creator-table.recent-table table thead tr th:first-child,
.art-creator-table.recent-table table thead tr td:first-child,
.art-creator-table.recent-table table tbody tr th:first-child,
.art-creator-table.recent-table table tbody tr td:first-child {
  padding-left: 20px;
}
.art-creator-table.recent-table table thead tr th:last-child,
.art-creator-table.recent-table table thead tr td:last-child,
.art-creator-table.recent-table table tbody tr th:last-child,
.art-creator-table.recent-table table tbody tr td:last-child {
  padding-right: 20px;
}
@media (max-width: 1551px) and (min-width: 1400px) {
  .art-creator-table.recent-table table thead tr th:last-child,
  .art-creator-table.recent-table table thead tr td:last-child,
  .art-creator-table.recent-table table tbody tr th:last-child,
  .art-creator-table.recent-table table tbody tr td:last-child {
    display: none;
  }
  .art-creator-table.recent-table table thead tr th:nth-child(2),
  .art-creator-table.recent-table table thead tr td:nth-child(2),
  .art-creator-table.recent-table table tbody tr th:nth-child(2),
  .art-creator-table.recent-table table tbody tr td:nth-child(2) {
    padding-right: 20px;
  }
}
@media (max-width: 1395px) and (min-width: 1400px) {
  .art-creator-table.recent-table table thead tr th:nth-child(2),
  .art-creator-table.recent-table table thead tr td:nth-child(2),
  .art-creator-table.recent-table table tbody tr th:nth-child(2),
  .art-creator-table.recent-table table tbody tr td:nth-child(2) {
    min-width: 80px;
  }
}
.art-creator-table.recent-table table thead tr th .img-content-box a,
.art-creator-table.recent-table table thead tr td .img-content-box a,
.art-creator-table.recent-table table tbody tr th .img-content-box a,
.art-creator-table.recent-table table tbody tr td .img-content-box a {
  color: var(--body-font-color);
}
@media (max-width: 1719px) {
  .art-creator-table.recent-table table thead tr th .img-content-box a,
  .art-creator-table.recent-table table thead tr th .img-content-box p,
  .art-creator-table.recent-table table thead tr td .img-content-box a,
  .art-creator-table.recent-table table thead tr td .img-content-box p,
  .art-creator-table.recent-table table tbody tr th .img-content-box a,
  .art-creator-table.recent-table table tbody tr th .img-content-box p,
  .art-creator-table.recent-table table tbody tr td .img-content-box a,
  .art-creator-table.recent-table table tbody tr td .img-content-box p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 92px;
    display: block;
  }
}
@media (max-width: 1608px) and (min-width: 1552px) {
  .art-creator-table.recent-table table thead tr th .img-content-box a,
  .art-creator-table.recent-table table thead tr th .img-content-box p,
  .art-creator-table.recent-table table thead tr td .img-content-box a,
  .art-creator-table.recent-table table thead tr td .img-content-box p,
  .art-creator-table.recent-table table tbody tr th .img-content-box a,
  .art-creator-table.recent-table table tbody tr th .img-content-box p,
  .art-creator-table.recent-table table tbody tr td .img-content-box a,
  .art-creator-table.recent-table table tbody tr td .img-content-box p {
    width: 74px;
  }
}
@media (max-width: 1551px) {
  .art-creator-table.recent-table table thead tr th .img-content-box a,
  .art-creator-table.recent-table table thead tr th .img-content-box p,
  .art-creator-table.recent-table table thead tr td .img-content-box a,
  .art-creator-table.recent-table table thead tr td .img-content-box p,
  .art-creator-table.recent-table table tbody tr th .img-content-box a,
  .art-creator-table.recent-table table tbody tr th .img-content-box p,
  .art-creator-table.recent-table table tbody tr td .img-content-box a,
  .art-creator-table.recent-table table tbody tr td .img-content-box p {
    width: 100%;
  }
}
.art-creator-table.recent-table table thead tr th img,
.art-creator-table.recent-table table thead tr td img,
.art-creator-table.recent-table table tbody tr th img,
.art-creator-table.recent-table table tbody tr td img {
  height: 38px;
}
@media (max-width: 1074px) {
  .art-creator-table.recent-table table thead tr th:first-child,
  .art-creator-table.recent-table table thead tr td:first-child,
  .art-creator-table.recent-table table tbody tr th:first-child,
  .art-creator-table.recent-table table tbody tr td:first-child {
    min-width: 200px;
  }
  .art-creator-table.recent-table table thead tr th:nth-child(2), .art-creator-table.recent-table table thead tr th:last-child,
  .art-creator-table.recent-table table thead tr td:nth-child(2),
  .art-creator-table.recent-table table thead tr td:last-child,
  .art-creator-table.recent-table table tbody tr th:nth-child(2),
  .art-creator-table.recent-table table tbody tr th:last-child,
  .art-creator-table.recent-table table tbody tr td:nth-child(2),
  .art-creator-table.recent-table table tbody tr td:last-child {
    min-width: 85px;
  }
}
@media (max-width: 1249px) and (min-width: 1200px) {
  .art-creator-table.recent-table table.artwork-table thead tr th:last-child,
  .art-creator-table.recent-table table.artwork-table thead tr td:last-child,
  .art-creator-table.recent-table table.artwork-table tbody tr th:last-child,
  .art-creator-table.recent-table table.artwork-table tbody tr td:last-child {
    display: none;
  }
  .art-creator-table.recent-table table.artwork-table thead tr th:nth-child(2),
  .art-creator-table.recent-table table.artwork-table thead tr td:nth-child(2),
  .art-creator-table.recent-table table.artwork-table tbody tr th:nth-child(2),
  .art-creator-table.recent-table table.artwork-table tbody tr td:nth-child(2) {
    padding-right: 20px;
  }
}
@media (max-width: 1074px) {
  .art-creator-table.recent-table table.artwork-table thead tr th:first-child,
  .art-creator-table.recent-table table.artwork-table thead tr td:first-child,
  .art-creator-table.recent-table table.artwork-table tbody tr th:first-child,
  .art-creator-table.recent-table table.artwork-table tbody tr td:first-child {
    min-width: 200px;
  }
  .art-creator-table.recent-table table.artwork-table thead tr th:nth-child(2), .art-creator-table.recent-table table.artwork-table thead tr th:last-child,
  .art-creator-table.recent-table table.artwork-table thead tr td:nth-child(2),
  .art-creator-table.recent-table table.artwork-table thead tr td:last-child,
  .art-creator-table.recent-table table.artwork-table tbody tr th:nth-child(2),
  .art-creator-table.recent-table table.artwork-table tbody tr th:last-child,
  .art-creator-table.recent-table table.artwork-table tbody tr td:nth-child(2),
  .art-creator-table.recent-table table.artwork-table tbody tr td:last-child {
    min-width: 85px;
  }
}

.nft-collection {
  position: relative;
  overflow: hidden;
}
.nft-collection .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.nft-collection .swiper-container img {
  height: 130px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 575px) and (min-width: 401px) {
  .nft-collection .swiper-container img {
    height: 95px;
  }
}
@media (max-width: 400px) {
  .nft-collection .swiper-container img {
    height: 75px;
  }
}
.nft-collection .swiper-slide {
  background-size: cover;
  background-position: center;
}
.nft-collection .gallery-top {
  height: 100%;
  width: 100%;
  margin-top: 14px;
}
.nft-collection .gallery-thumbs {
  height: 20%;
}
.nft-collection .gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.3;
}
.nft-collection .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.nft-collection .swiper-button-next,
.nft-collection .swiper-button-prev {
  display: none;
}
.nft-collection .nft-user-info {
  margin-top: 35px;
}
@media (max-width: 1399px) {
  .nft-collection .nft-user-info {
    margin-top: 18px;
  }
}
.nft-collection .nft-user-info img {
  width: auto;
  height: auto;
}
.nft-collection .nft-user-info .user-desc {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3px;
  color: rgba(82, 82, 108, 0.8);
  flex-wrap: wrap;
}
.nft-collection .nft-user-info .user-desc i {
  font-size: 6px;
}

/**=====================
  3.14 Dashboard_6 CSS end
==========================**/
/**=====================
    3.15 Dashboard_7 Start
==========================**/
[dir=rtl] .increase-content.pe-0 {
  padding-right: 30px !important;
  padding-left: 0px !important;
}

.knowledge-wrapper div {
  width: 80%;
}
@media (max-width: 1403px) {
  .knowledge-wrapper div p {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 65px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.knowledge-wrapper div button {
  position: absolute;
  padding: 5px 16px;
  bottom: 63px;
}
@media (max-width: 1700px) {
  .knowledge-wrapper div button {
    padding: 5px 8px;
  }
}
@media (max-width: 1600px) {
  .knowledge-wrapper div button {
    padding: 4px;
  }
}
.knowledge-wrapper .knowledgebase-wrapper {
  width: 75%;
  margin-top: -24%;
  margin-left: auto;
}
[dir=rtl] .knowledge-wrapper .knowledgebase-wrapper {
  margin-left: unset;
  margin-right: auto;
  transform: scaleX(-1);
}

@media (max-width: 1399px) {
  .school-performance-wrap {
    margin-bottom: -23px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .school-performance-wrap {
    margin-bottom: -53px;
  }
}

.count-student .school-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.count-student .school-wrapper .school-header i {
  font-size: 12px;
  font-weight: 600;
}
.count-student .school-wrapper .school-header p {
  line-height: 1.4;
}
.count-student .school-wrapper .school-body img {
  width: calc(62px + 8 * (100vw - 320px) / 1600);
  position: relative;
}
@media (max-width: 622px) {
  .count-student .school-wrapper .school-body img {
    width: 50px;
  }
}
.count-student .school-wrapper .school-body .right-line {
  position: absolute;
  bottom: 0;
  right: 0;
}
[dir=rtl] .count-student .school-wrapper .school-body .right-line {
  right: unset;
  left: 0;
}
.count-student .school-wrapper .school-body .right-line img {
  width: 100%;
  height: 100%;
}
[dir=rtl] .count-student .school-wrapper .school-body .right-line img {
  transform: scaleX(-1);
}

@media (max-width: 1400px) and (min-width: 754px) {
  .income-wrapper {
    margin-bottom: -26px;
  }
}
@media (max-width: 753px) {
  .income-wrapper {
    margin-bottom: -65px;
  }
}
.income-wrapper ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1735px) {
  .income-wrapper ul {
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
  }
}
@media (max-width: 1735px) and (max-width: 1199px) and (min-width: 339px) {
  .income-wrapper ul {
    gap: 15px;
  }
}
@media (max-width: 1735px) and (max-width: 338px) {
  .income-wrapper ul {
    gap: 0;
  }
}
@media (max-width: 395px) {
  .income-wrapper ul {
    flex-wrap: nowrap;
  }
}
.income-wrapper ul li {
  text-align: center;
}
.income-wrapper ul li + li {
  border-left: 1px dashed rgba(82, 82, 108, 0.3);
}
[dir=rtl] .income-wrapper ul li + li {
  border-left: unset;
  border-right: 1px dashed rgba(82, 82, 108, 0.3);
}
@media (max-width: 1735px) {
  .income-wrapper ul li + li {
    border-left: unset;
  }
  [dir=rtl] .income-wrapper ul li + li {
    border-right: unset;
  }
}
.income-wrapper ul li h6 {
  display: inline-block;
}
.income-wrapper ul li .income-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
}
[dir=rtl] .income-wrapper ul li .income-dot {
  margin-left: 6px;
  margin-right: unset;
}

@media (max-width: 1678px) {
  .performance-wrap {
    margin-bottom: -23px;
  }
}

.performance-right {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 540px) {
  .performance-right {
    display: none;
  }
}
.performance-right p {
  color: rgba(64, 64, 64, 0.8);
  font-weight: 500;
}
.performance-right i {
  font-size: 14px;
}

.attendance-card {
  display: flex;
  padding: 15px;
  border-radius: 5px;
  gap: 15px;
  align-items: center;
}
@media (max-width: 1700px) {
  .attendance-card {
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .attendance-card {
    align-items: flex-start;
  }
}
.attendance-card .left-overview-content {
  display: flex;
  gap: 15px;
  align-items: center;
}
.attendance-card .left-overview-content .svg-box {
  width: 43px;
  height: 43px;
  background-color: var(--white);
  box-shadow: 0px 71.2527px 51.5055px rgba(229, 229, 245, 0.19), 0px 42.3445px 28.0125px rgba(229, 229, 245, 0.15), 0px 21.9866px 14.2913px rgba(229, 229, 245, 0.13), 0px 8.95749px 7.16599px rgba(229, 229, 245, 0.1), 0px 2.03579px 3.46085px rgba(229, 229, 245, 0.06);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.attendance-card .right-overview-content {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 43px - 15px);
}
.attendance-card .right-overview-content h6 {
  padding-bottom: 7px;
}
.attendance-card .right-overview-content span {
  line-height: 18.69px;
}
@media (max-width: 1700px) {
  .attendance-card .right-overview-content {
    gap: 18px;
  }
}
@media (max-width: 480px) {
  .attendance-card .right-overview-content {
    flex-wrap: wrap;
    gap: 7px;
  }
}
.attendance-card .right-overview-content .marks-count {
  display: flex;
  gap: 23px;
  align-items: center;
}
.attendance-card .right-overview-content .marks-count sub {
  bottom: -0.8px;
}
@media (max-width: 1700px) {
  .attendance-card .right-overview-content .marks-count {
    gap: 12px;
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .attendance-card .right-overview-content .marks-count {
    gap: 14px;
  }
}

.default-inline-calender .school-calender .main-inline-calender .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day {
  height: 40px;
}
@media (max-width: 1199px) {
  .default-inline-calender .school-calender .main-inline-calender .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day {
    height: 36px;
  }
}
@media (max-width: 1671px) {
  .default-inline-calender .school-calender .main-inline-calender .flatpickr-calendar .flatpickr-months .flatpickr-current-month {
    font-size: 15px;
  }
}
@media (max-width: 1514px) {
  .default-inline-calender .school-calender .main-inline-calender .flatpickr-calendar .flatpickr-months .flatpickr-current-month {
    font-size: 14px;
    width: 85%;
    left: 8.5%;
  }
}

.student-leader-wrapper .student-leader-content {
  display: flex;
  gap: 10px;
  padding: 10px;
  align-items: center;
  border-bottom: 1px solid #e9edf1;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1525px) {
  .student-leader-wrapper .student-leader-content {
    gap: 6px;
  }
}
.student-leader-wrapper .student-leader-content img {
  width: 24px;
  height: 27px;
}
.student-leader-wrapper .student-leader-content .leader-img {
  width: 35px;
  height: 35px;
  border-radius: 5px;
}
@media (max-width: 1700px) {
  .student-leader-wrapper .student-leader-content .leader-img {
    display: none;
  }
}
.student-leader-wrapper .student-leader-content .leader-content-height span {
  line-height: 18.69px;
}
@media (max-width: 1510px) {
  .student-leader-wrapper .student-leader-content .leader-content-height span {
    display: none;
  }
}
.student-leader-wrapper .student-leader-content:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.task-table .main-task {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.task-table .main-task .task-progress {
  width: 100px;
  height: 6px;
}
.task-table .recent-table.task-table tr td:first-child {
  min-width: 312px;
}
.task-table .recent-table.task-table tr td:nth-child(2) {
  min-width: 110px;
}
.task-table .recent-table.task-table tr td:last-child {
  padding-right: 8px;
  min-width: 34px;
}
[dir=rtl] .task-table .recent-table.task-table tr td:last-child {
  padding-right: unset;
  padding-left: 8px;
}
.task-table .recent-table table tr:last-child td {
  padding-bottom: 12px;
}
.task-table .main-task-wrapper tr td {
  cursor: pointer;
}
.task-table .main-task-wrapper tr td .form-check.checkbox-width {
  padding-left: 0;
}
@media (max-width: 1415px) and (min-width: 1200px) {
  .task-table .main-task-wrapper tr td h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 165px;
  }
}
@media (max-width: 585px) {
  .task-table .main-task-wrapper tr td h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 250px;
  }
}
.task-table .main-task-wrapper .task-icons {
  display: flex;
  align-items: center;
  gap: 12px;
}
.task-table .main-task-wrapper .task-icons li:last-child {
  border-left: 1px solid #cccccc;
  padding-left: 10px;
  display: flex;
  gap: 8px;
}
[dir=rtl] .task-table .main-task-wrapper .task-icons li:last-child {
  border-left: unset;
  border-right: 1px solid #cccccc;
  padding-left: unset;
  padding-right: 10px;
}
.task-table .main-task-wrapper .square-white {
  width: 34px;
  height: 34px;
  border-radius: 2px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 71.2527px 51.5055px rgba(229, 229, 245, 0.189815), 0px 42.3445px 28.0125px rgba(229, 229, 245, 0.151852), 0px 21.9866px 14.2913px rgba(229, 229, 245, 0.125), 0px 8.95749px 7.16599px rgba(229, 229, 245, 0.0981481), 0px 2.03579px 3.46085px rgba(229, 229, 245, 0.0601852);
}
.task-table .main-task-wrapper .square-white i {
  color: rgba(82, 82, 108, 0.5);
  font-size: 17px;
}
@media (max-width: 575px) {
  .task-table .main-task-wrapper .square-white {
    width: 30px;
    height: 30px;
  }
  .task-table .main-task-wrapper .square-white i {
    font-size: 14px;
  }
}
.task-table .main-task-wrapper .fill-clock {
  fill: rgba(82, 82, 108, 0.5);
}
.task-table .main-task-wrapper button {
  padding: 4px 6px 4px 6px;
}
.task-table .open-options .dropdown-toggle::after {
  content: "";
  display: none;
}
.task-table .open-options .dropdown-menu {
  padding: 9px 14px;
  background-color: var(--light2);
}
.task-table .open-options .dropdown-menu.show {
  display: flex;
  gap: 8px;
  min-width: 0;
}
.task-table .open-options .dropdown-menu li .dropdown-item:hover i {
  color: #75758a;
}
.task-table .open-options .dropdown-menu li .dropdown-item:hover {
  background-color: #e9e9e9;
}
@media (max-width: 1770px) {
  .task-table .icons-box {
    display: none;
  }
}
@media (max-width: 1920px) {
  .task-table .icons-box-2 {
    display: none;
  }
}
@media (max-width: 1770px) {
  .task-table .icons-box-2 {
    display: table-cell;
  }
}

.notice-board ul li {
  padding-bottom: 29px;
}
@media (max-width: 1416px) {
  .notice-board ul li {
    padding-bottom: 16px;
  }
}
.notice-board ul li h6 {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.69px;
}
.notice-board ul li p {
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 1477px) {
  .notice-board ul li p:last-child {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 126px;
  }
}

@media (max-width: 1660px) {
  .attendance-data ul.balance-data {
    position: relative;
    top: 0;
    left: 0;
    display: inline-flex;
  }
}

.attendance-student-data {
  margin: 0 0px -20px -15px;
}

.attendance-chart {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .attendance-chart {
    margin-bottom: 12px;
  }
}

.text-ellipsis {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  margin: 0 auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1515px) {
  .apexcharts-legend-series {
    margin: 5px 6px !important;
  }
}

@media (max-width: 1870px) {
  [dir=rtl] .apexcharts-legend {
    margin-right: -20px;
  }
}
@media (max-width: 1870px) {
  [dir=rtl] .apexcharts-legend {
    margin-right: -47px;
  }
}
@media (max-width: 1515px) {
  [dir=rtl] .apexcharts-legend {
    margin-right: -27px;
  }
}

@media (max-width: 1625px) {
  .unpaid-fees-table .recent-table.table-responsive div.dt-container .dt-layout-row:last-child {
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .unpaid-fees-table .recent-table.table-responsive div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    position: relative;
    top: 4px;
    left: 20px;
    margin-bottom: 20px;
  }
}
.unpaid-fees-table .recent-table.table-responsive table thead th,
.unpaid-fees-table .recent-table.table-responsive table thead td,
.unpaid-fees-table .recent-table.table-responsive table tbody th,
.unpaid-fees-table .recent-table.table-responsive table tbody td {
  min-width: auto;
  color: var(--body-font-color);
}
.unpaid-fees-table .recent-table.table-responsive table thead th:first-child,
.unpaid-fees-table .recent-table.table-responsive table thead td:first-child,
.unpaid-fees-table .recent-table.table-responsive table tbody th:first-child,
.unpaid-fees-table .recent-table.table-responsive table tbody td:first-child {
  padding-left: 20px;
}
.unpaid-fees-table .recent-table.table-responsive table thead th:last-child,
.unpaid-fees-table .recent-table.table-responsive table thead td:last-child,
.unpaid-fees-table .recent-table.table-responsive table tbody th:last-child,
.unpaid-fees-table .recent-table.table-responsive table tbody td:last-child {
  padding-right: 20px;
}
.unpaid-fees-table .recent-table.table-responsive table thead th a,
.unpaid-fees-table .recent-table.table-responsive table thead td a,
.unpaid-fees-table .recent-table.table-responsive table tbody th a,
.unpaid-fees-table .recent-table.table-responsive table tbody td a {
  color: var(--body-font-color);
}
@media (max-width: 1732px) and (min-width: 1200px) {
  .unpaid-fees-table .recent-table.table-responsive table thead th:nth-child(3),
  .unpaid-fees-table .recent-table.table-responsive table thead td:nth-child(3),
  .unpaid-fees-table .recent-table.table-responsive table tbody th:nth-child(3),
  .unpaid-fees-table .recent-table.table-responsive table tbody td:nth-child(3) {
    display: none;
  }
}
@media (max-width: 1590px) and (min-width: 1200px) {
  .unpaid-fees-table .recent-table.table-responsive table thead th:nth-child(4),
  .unpaid-fees-table .recent-table.table-responsive table thead td:nth-child(4),
  .unpaid-fees-table .recent-table.table-responsive table tbody th:nth-child(4),
  .unpaid-fees-table .recent-table.table-responsive table tbody td:nth-child(4) {
    display: none;
  }
}
@media (max-width: 1595px) and (min-width: 1200px) {
  .unpaid-fees-table .recent-table.table-responsive table thead th:nth-child(2) .common-align img,
  .unpaid-fees-table .recent-table.table-responsive table thead td:nth-child(2) .common-align img,
  .unpaid-fees-table .recent-table.table-responsive table tbody th:nth-child(2) .common-align img,
  .unpaid-fees-table .recent-table.table-responsive table tbody td:nth-child(2) .common-align img {
    display: none;
  }
}
@media (max-width: 1294px) and (min-width: 1200px) {
  .unpaid-fees-table .recent-table.table-responsive table thead th:nth-child(5),
  .unpaid-fees-table .recent-table.table-responsive table thead td:nth-child(5),
  .unpaid-fees-table .recent-table.table-responsive table tbody th:nth-child(5),
  .unpaid-fees-table .recent-table.table-responsive table tbody td:nth-child(5) {
    display: none;
  }
}
@media (max-width: 1199px) {
  .unpaid-fees-table .recent-table.table-responsive table thead th:nth-child(2),
  .unpaid-fees-table .recent-table.table-responsive table thead td:nth-child(2),
  .unpaid-fees-table .recent-table.table-responsive table tbody th:nth-child(2),
  .unpaid-fees-table .recent-table.table-responsive table tbody td:nth-child(2) {
    min-width: 160px;
  }
  .unpaid-fees-table .recent-table.table-responsive table thead th:last-child,
  .unpaid-fees-table .recent-table.table-responsive table thead td:last-child,
  .unpaid-fees-table .recent-table.table-responsive table tbody th:last-child,
  .unpaid-fees-table .recent-table.table-responsive table tbody td:last-child {
    min-width: 100px;
  }
}

@media (max-width: 1625px) {
  .top-student-table .recent-table.table-responsive div.dt-container .dt-layout-row:last-child {
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .top-student-table .recent-table.table-responsive div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    position: relative;
    top: 4px;
    left: 20px;
    margin-bottom: 20px;
  }
}
.top-student-table .recent-table table thead th,
.top-student-table .recent-table table thead td,
.top-student-table .recent-table table tbody th,
.top-student-table .recent-table table tbody td {
  min-width: auto;
  color: var(--body-font-color);
}
.top-student-table .recent-table table thead th:first-child,
.top-student-table .recent-table table thead td:first-child,
.top-student-table .recent-table table tbody th:first-child,
.top-student-table .recent-table table tbody td:first-child {
  padding-left: 20px;
}
.top-student-table .recent-table table thead th:last-child,
.top-student-table .recent-table table thead td:last-child,
.top-student-table .recent-table table tbody th:last-child,
.top-student-table .recent-table table tbody td:last-child {
  padding-right: 20px;
}
.top-student-table .recent-table table thead th a,
.top-student-table .recent-table table thead td a,
.top-student-table .recent-table table tbody th a,
.top-student-table .recent-table table tbody td a {
  color: var(--body-font-color);
}
@media (max-width: 1673px) and (min-width: 1200px) {
  .top-student-table .recent-table table thead th:nth-child(2),
  .top-student-table .recent-table table thead td:nth-child(2),
  .top-student-table .recent-table table tbody th:nth-child(2),
  .top-student-table .recent-table table tbody td:nth-child(2) {
    display: none;
  }
}
@media (max-width: 1595px) and (min-width: 1200px) {
  .top-student-table .recent-table table thead th:nth-child(3) .common-align img,
  .top-student-table .recent-table table thead td:nth-child(3) .common-align img,
  .top-student-table .recent-table table tbody th:nth-child(3) .common-align img,
  .top-student-table .recent-table table tbody td:nth-child(3) .common-align img {
    display: none;
  }
}
@media (max-width: 1434px) and (min-width: 1200px) {
  .top-student-table .recent-table table thead th:nth-child(6),
  .top-student-table .recent-table table thead td:nth-child(6),
  .top-student-table .recent-table table tbody th:nth-child(6),
  .top-student-table .recent-table table tbody td:nth-child(6) {
    display: none;
  }
}
@media (max-width: 1294px) and (min-width: 1200px) {
  .top-student-table .recent-table table thead th:nth-child(4),
  .top-student-table .recent-table table thead td:nth-child(4),
  .top-student-table .recent-table table tbody th:nth-child(4),
  .top-student-table .recent-table table tbody td:nth-child(4) {
    display: none;
  }
}
@media (max-width: 1199px) {
  .top-student-table .recent-table table thead th:nth-child(3),
  .top-student-table .recent-table table thead td:nth-child(3),
  .top-student-table .recent-table table tbody th:nth-child(3),
  .top-student-table .recent-table table tbody td:nth-child(3) {
    min-width: 150px;
  }
}

@media (max-width: 1530px) {
  .new-enroll-student .recent-table.table-responsive div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    position: relative;
    top: 4px;
    left: 20px;
    margin-bottom: 20px;
    width: 75%;
  }
}
@media (max-width: 1625px) {
  .new-enroll-student .recent-table.table-responsive div.dt-container .dt-layout-row:last-child {
    flex-direction: column;
  }
}
.new-enroll-student .recent-table table thead th,
.new-enroll-student .recent-table table thead td,
.new-enroll-student .recent-table table tbody th,
.new-enroll-student .recent-table table tbody td {
  min-width: auto;
  color: var(--body-font-color);
}
.new-enroll-student .recent-table table thead th:first-child,
.new-enroll-student .recent-table table thead td:first-child,
.new-enroll-student .recent-table table tbody th:first-child,
.new-enroll-student .recent-table table tbody td:first-child {
  padding-left: 20px;
}
.new-enroll-student .recent-table table thead th:last-child,
.new-enroll-student .recent-table table thead td:last-child,
.new-enroll-student .recent-table table tbody th:last-child,
.new-enroll-student .recent-table table tbody td:last-child {
  padding-right: 20px;
}
.new-enroll-student .recent-table table thead th a,
.new-enroll-student .recent-table table thead td a,
.new-enroll-student .recent-table table tbody th a,
.new-enroll-student .recent-table table tbody td a {
  color: var(--body-font-color);
}
@media (max-width: 1830px) and (min-width: 1200px) {
  .new-enroll-student .recent-table table thead th:nth-child(4),
  .new-enroll-student .recent-table table thead td:nth-child(4),
  .new-enroll-student .recent-table table tbody th:nth-child(4),
  .new-enroll-student .recent-table table tbody td:nth-child(4) {
    display: none;
  }
}
@media (max-width: 1607px) and (min-width: 1200px) {
  .new-enroll-student .recent-table table thead th:nth-child(2),
  .new-enroll-student .recent-table table thead td:nth-child(2),
  .new-enroll-student .recent-table table tbody th:nth-child(2),
  .new-enroll-student .recent-table table tbody td:nth-child(2) {
    display: none;
  }
}
@media (max-width: 1530px) and (min-width: 1200px) {
  .new-enroll-student .recent-table table thead th:nth-child(3),
  .new-enroll-student .recent-table table thead td:nth-child(3),
  .new-enroll-student .recent-table table tbody th:nth-child(3),
  .new-enroll-student .recent-table table tbody td:nth-child(3) {
    display: none;
  }
}
@media (max-width: 1199px) {
  .new-enroll-student .recent-table table thead th:first-child,
  .new-enroll-student .recent-table table thead td:first-child,
  .new-enroll-student .recent-table table tbody th:first-child,
  .new-enroll-student .recent-table table tbody td:first-child {
    min-width: 154px;
  }
  .new-enroll-student .recent-table table thead th:last-child,
  .new-enroll-student .recent-table table thead td:last-child,
  .new-enroll-student .recent-table table tbody th:last-child,
  .new-enroll-student .recent-table table tbody td:last-child {
    min-width: 124px;
  }
}

.std-class-chart .apexcharts-legend {
  gap: 35px !important;
}
@media (max-width: 1530px) and (min-width: 1411px) {
  .std-class-chart .apexcharts-legend {
    gap: 8px !important;
  }
}
@media (max-width: 1410px) {
  .std-class-chart .apexcharts-legend {
    gap: 0 !important;
  }
}
@media (max-width: 1610px) and (min-width: 1531px) {
  .std-class-chart {
    margin-block: 16px;
  }
}
@media (max-width: 1530px) and (min-width: 1405px) {
  .std-class-chart {
    margin-block: 52px;
  }
}
@media (max-width: 1404px) and (min-width: 1211px) {
  .std-class-chart {
    margin-block: 64px;
  }
}
@media (max-width: 1210px) and (min-width: 1200px) {
  .std-class-chart {
    margin-block: 80px;
  }
}

@media (max-width: 1350px) and (min-width: 1200px) {
  .student-header .card-header-right-icon {
    display: none;
  }
}
@media (max-width: 650px) and (min-width: 576px) {
  .student-header .card-header-right-icon {
    display: none;
  }
}

/**=====================
   3.15 Dashboard_7 Ends
==========================**/
/**=====================
    3.16 Dashboard_8 Start
==========================**/
.card-header-right-btn {
  padding: 9px 11px;
  border-radius: 5px;
  font-weight: 500;
  background-color: var(--light-slate);
}
@media (max-width: 350px) {
  .card-header-right-btn {
    padding: 8px;
  }
}
@media (max-width: 330px) {
  .card-header-right-btn a {
    font-size: 12px;
  }
}

@media (max-width: 330px) {
  .create-right-btn a {
    font-size: 12px;
  }
}

.shop-box {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: var(--light-slate);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: var(--product-shadow);
  text-align: center;
  margin: 0 auto;
}

.category-title {
  text-align: center;
  display: block;
}

.main-our-product.card-body {
  padding-top: 0 !important;
}

.main-product-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1360px) {
  .main-product-wrapper .product-header p {
    display: none;
  }
}
.main-product-wrapper .product-body {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media (max-width: 440px) {
  .main-product-wrapper .product-body {
    justify-content: flex-end;
  }
}
@media (max-width: 440px) {
  .main-product-wrapper .product-body .product-search {
    width: 64%;
  }
}
@media (max-width: 425px) {
  .main-product-wrapper .product-body .product-search {
    display: none;
  }
}
.main-product-wrapper .product-body .product-search .input-group-text {
  background-color: unset;
  border: 1px solid rgba(229, 229, 243, 0.8);
  border-radius: 5px;
}
.main-product-wrapper .product-body .product-search .input-group-text .search-icon {
  width: 20px;
  height: 20px;
}
@media (max-width: 1920px) {
  .main-product-wrapper .product-body .product-search .input-group-text .search-icon {
    width: calc(18px + 2 * (100vw - 320px) / 1600);
    height: calc(18px + 2 * (100vw - 320px) / 1600);
  }
}
.main-product-wrapper .product-body .product-search .form-control {
  padding: 8px 8px 8px 0;
  border: 1px solid rgba(229, 229, 243, 0.8);
  border-left: unset;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
[dir=rtl] .main-product-wrapper .product-body .product-search .form-control {
  border-left: 1px solid rgba(229, 229, 243, 0.8);
  border-right: unset;
  border-top-left-radius: 5px !important;
  border-top-right-radius: unset !important;
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: unset !important;
}
.main-product-wrapper .product-body .product-search .form-control:focus {
  box-shadow: unset;
}

.our-product-wrapper {
  box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
  padding: 10px;
  border-radius: 5px;
  transition: all 0.5s ease;
}
.our-product-wrapper .our-product-img {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  box-shadow: var(--product-shadow);
  background-color: var(--light-slate);
  height: 158px;
  padding: 24px;
}
@media (max-width: 650px) and (min-width: 576px) {
  .our-product-wrapper .our-product-img {
    height: 118px;
  }
}
.our-product-wrapper .our-product-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.our-product-wrapper .our-product-content .common-f-start {
  gap: 6px;
  margin-top: 8px;
}
.our-product-wrapper .our-product-content .add-quantity {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
}
@media (max-width: 1525px) {
  .our-product-wrapper .our-product-content .add-quantity {
    padding: 4px 8px;
    gap: 8px;
  }
}
@media (max-width: 1290px) {
  .our-product-wrapper .our-product-content .add-quantity {
    gap: 5px;
  }
}
.our-product-wrapper .our-product-content .add-quantity ~ .btn {
  padding: 5px 12px;
}
@media (max-width: 1525px) {
  .our-product-wrapper .our-product-content .add-quantity ~ .btn {
    padding: 5px 8px;
  }
}
.our-product-wrapper .our-product-content .add-quantity .countdown-remove {
  text-align: center;
  width: 25px;
  border: unset;
  background-color: transparent;
  color: var(--chart-text-color);
}
.our-product-wrapper .our-product-content .add-quantity .common-align {
  gap: 6px;
}
.our-product-wrapper:hover .our-product-img img {
  transform: scale(1.1);
  transition: all 0.5s ease;
}

@media (min-width: 1200px) and (max-width: 1920px) {
  .customer-sticky {
    height: calc(100% - 20px);
  }
}

.order-details .common-search.input-group .input-group-text {
  background-color: transparent;
}
.order-details .common-search.input-group svg {
  width: calc(16px + 2 * (100vw - 320px) / 1600);
  height: calc(16px + 2 * (100vw - 320px) / 1600);
}
.order-details .common-search.input-group .form-control {
  border-left: unset;
  padding-left: unset;
  text-indent: 0px;
  transition: all 0.3s ease;
}
.order-details .common-search.input-group .form-control:focus {
  border-color: var(--chart-progress-light);
  box-shadow: unset;
  border-left: unset;
  padding-left: unset;
  text-indent: 0px;
  transition: all 0.3s ease;
}
.order-details .search-items {
  position: relative;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  border-bottom: 2px dashed var(--recent-dashed-border);
}
@media (max-width: 1666px) and (min-width: 1200px) {
  .order-details .search-items button {
    padding: 6px 10px;
  }
}
.order-details .form-select:focus {
  box-shadow: unset !important;
}
.order-details h5 {
  padding: 20px 0 18px 0;
}
.order-details .order-quantity {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.order-details .order-quantity > div {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (max-width: 1199px) and (min-width: 576px) {
  .order-details .order-quantity > div {
    flex-direction: unset;
    gap: 40px;
  }
}
@media (max-width: 732px) and (min-width: 576px) {
  .order-details .order-quantity > div {
    gap: 20px;
  }
}
.order-details .order-quantity .order-details-wrapper {
  display: flex;
  gap: 10px;
}
@media (max-width: 1700px) {
  .order-details .order-quantity .order-details-wrapper {
    gap: 8px;
  }
}
.order-details .order-quantity .order-details-wrapper .left-details {
  display: flex;
  gap: 10px;
}
.order-details .order-quantity .order-details-wrapper .left-details .order-img {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  box-shadow: var(--product-shadow);
  background-color: var(--light-slate);
  height: 94px;
  padding: 15px 20px;
  width: 100px;
}
.order-details .order-quantity .order-details-wrapper .left-details .order-img img {
  width: 100px;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 1400px) and (max-width: 1920px) {
  .order-details .order-quantity .order-details-wrapper .left-details .order-img {
    width: calc(50px + 50 * (100vw - 320px) / 1600);
    height: calc(45px + 55 * (100vw - 320px) / 1600);
  }
  .order-details .order-quantity .order-details-wrapper .left-details .order-img img {
    height: calc(40% + 10 * (100vw - 320px) / 420);
  }
}
@media (max-width: 1245px) and (min-width: 1200px) {
  .order-details .order-quantity .order-details-wrapper .left-details .order-img {
    width: 80px;
    height: 74px;
  }
  .order-details .order-quantity .order-details-wrapper .left-details .order-img img {
    width: 75px;
  }
}
@media (max-width: 732px) and (min-width: 395px) {
  .order-details .order-quantity .order-details-wrapper .left-details .order-img {
    height: 80px;
    width: 90px;
  }
  .order-details .order-quantity .order-details-wrapper .left-details .order-img img {
    width: 70px;
  }
}
@media (max-width: 394px) {
  .order-details .order-quantity .order-details-wrapper .left-details .order-img {
    height: 68px;
    width: 72px;
  }
  .order-details .order-quantity .order-details-wrapper .left-details .order-img img {
    width: 60px;
  }
}
.order-details .order-quantity .order-details-wrapper .category-details {
  display: flex;
  align-items: center;
  gap: 3px;
  justify-content: space-between;
  -webkit-box-flex: 1;
  flex: 1;
}
@media (max-width: 1700px) {
  .order-details .order-quantity .order-details-wrapper .category-details {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
}
.order-details .order-quantity .order-details-wrapper .category-details .right-details {
  padding: 4px;
  background-color: var(--light-slate);
  border-radius: 50px;
  text-align: center;
  margin: 0;
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .order-details .order-quantity .order-details-wrapper .category-details .right-details {
    width: 70%;
  }
}
@media (max-width: 1400px) {
  .order-details .order-quantity .order-details-wrapper .category-details .right-details {
    width: 100px;
  }
}
@media (max-width: 1700px) {
  .order-details .order-quantity .order-details-wrapper .category-details .right-details .touchspin-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.order-details .order-quantity .order-details-wrapper .category-details .right-details .touchspin-wrapper .btn-touchspin {
  border-radius: 50px;
  width: 27px;
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: unset;
  background-color: var(--white);
}
@media (min-width: 1400px) and (max-width: 1920px) {
  .order-details .order-quantity .order-details-wrapper .category-details .right-details .touchspin-wrapper .btn-touchspin {
    width: calc(18px + 9 * (100vw - 1400px) / 520);
    height: calc(18px + 9 * (100vw - 1400px) / 520);
  }
}
.order-details .order-quantity .order-details-wrapper .category-details .right-details .touchspin-wrapper input[type=number] {
  width: 25px;
  padding: 10px 0;
  text-align: center;
  border: unset;
  background-color: unset;
  color: var(--body-font-color);
}
@media (max-width: 1700px) {
  .order-details .order-quantity .order-details-wrapper .category-details .right-details .touchspin-wrapper input[type=number] {
    padding: 0;
  }
}
.order-details .order-quantity .order-details-wrapper .category-details .order-details-right .last-order-detail {
  display: flex;
  align-items: center;
  gap: 15px;
}
.order-details .order-quantity .order-details-wrapper .category-details .order-details-right .last-order-detail a i {
  color: var(--chart-text-color);
  font-size: 15px;
}
.order-details .order-quantity .order-details-wrapper.product-remove {
  display: none;
}
.order-details .total-item {
  margin-top: 20px;
  padding: 12px 15px;
  background-color: var(--light-slate);
  border-radius: 5px;
}
.order-details .total-item .item-number {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}

.payment-methods {
  display: flex;
  text-align: center;
  justify-content: space-between;
}
@media (max-width: 1199px) and (min-width: 576px) {
  .payment-methods {
    justify-content: space-evenly;
  }
}
@media (max-width: 575px) {
  .payment-methods {
    justify-content: space-between;
  }
}
.payment-methods .bg-payment {
  cursor: pointer;
  background-color: var(--light-slate);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 23px 21px;
  border-radius: 5px;
  width: 80px;
  height: 70px;
  border: 1px solid transparent;
}
@media (max-width: 1785px) and (min-width: 1721px) {
  .payment-methods .bg-payment {
    width: 85px;
  }
}
@media (max-width: 1720px) and (min-width: 1586px) {
  .payment-methods .bg-payment {
    width: 75px;
    height: 71px;
  }
}
@media (max-width: 1585px) and (min-width: 1486px) {
  .payment-methods .bg-payment {
    width: 68px;
    height: 68px;
  }
}
@media (max-width: 1485px) and (min-width: 1446px) {
  .payment-methods .bg-payment {
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 1445px) and (min-width: 1456px) {
  .payment-methods .bg-payment {
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 1455px) and (min-width: 1200px) {
  .payment-methods .bg-payment {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 370px) {
  .payment-methods .bg-payment {
    width: 60px;
    height: 60px;
  }
}
.payment-methods .bg-payment img {
  filter: grayscale(1);
  height: calc(28px + 7 * (100vw - 320px) / 1600);
}
.payment-methods .bg-payment:hover, .payment-methods .bg-payment.active,
.payment-methods .bg-payment :focus {
  border: 1px solid var(--theme-default);
  background-color: #e8e5ff;
}
.payment-methods .bg-payment:hover img, .payment-methods .bg-payment.active img,
.payment-methods .bg-payment :focus img {
  filter: unset;
}
.payment-methods span {
  padding-top: 12px;
}

.place-order {
  margin-top: 17px;
}
.place-order button {
  padding: 11px 0;
}

.empty-card {
  display: none;
}
.empty-card.show {
  display: block;
}

.empty-cart-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.empty-cart-wrapper .empty-cart-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--light-slate);
}
@media screen and (max-width: 1920px) and (min-width: 1400px) {
  .empty-cart-wrapper .empty-cart-content {
    width: calc(85px + 55 * (100vw - 1400px) / 520);
    height: calc(85px + 55 * (100vw - 1400px) / 520);
  }
}
.empty-cart-wrapper .empty-cart-content img {
  width: 100%;
  height: 100%;
}
.empty-cart-wrapper h6 {
  line-height: 22px;
  padding-top: 14px;
}

.coupon-code .input-group .form-control:focus {
  box-shadow: unset;
  border-color: var(--chart-progress-light);
}
@media (max-width: 1575px) {
  .coupon-code .input-group .form-control::placeholder {
    font-size: 13px;
  }
}
.coupon-code .input-group .btn {
  color: var(--body-font-color);
  border-left: 0;
  border-color: var(--chart-progress-light);
}
@media (max-width: 1575px) {
  .coupon-code .input-group .btn {
    font-size: 13px;
  }
}

/**=====================
   3.16 Dashboard_8 Ends
==========================**/
/**=====================
    3.17 Dashboard_9 Start
==========================**/
.compare-order {
  transition: 0.5s;
}
.compare-order .compare-icon {
  width: calc(40px + 5 * (100vw - 320px) / 1600);
  height: calc(40px + 5 * (100vw - 320px) / 1600);
  border-radius: 10px;
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}
.compare-order .compare-icon svg {
  width: 20px;
  height: 20px;
  transition: 0.5s;
}
.compare-order .card-body .common-space {
  margin-bottom: 12px;
}
.compare-order .card-body .common-space h4 {
  color: var(--body-font-color);
}
.compare-order .card-body .progress {
  background: linear-gradient(180.36deg, #CFDCE8 -32.82%, #FFFFFF 132.82%);
  height: 9px;
  margin-bottom: 10px;
}
.compare-order .card-body .user-growth {
  font-size: 12px;
  margin-right: 4px;
}
.compare-order .card-body .user-text {
  color: rgba(82, 82, 108, 0.8);
  font-size: 14px;
}
@media (max-width: 1469px) and (min-width: 1400px) {
  .compare-order .card-body .user-text {
    display: none;
  }
}
.compare-order:hover {
  transform: translateY(-5px);
  transition: 0.5s;
}
.compare-order:hover .card-header svg {
  transition: 0.5s;
  transform: scale(1.08);
}

.crm-card {
  background-image: url(../images/dashboard-9/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.crm-card .card-body h4 {
  color: #fff;
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
}
.crm-card .card-body p {
  width: 65%;
  color: #fff;
  margin-bottom: 35px;
}
@media (max-width: 1830px) and (min-width: 1450px) {
  .crm-card .card-body p {
    width: 62%;
  }
}
@media (max-width: 1780px) {
  .crm-card .card-body p {
    display: -webkit-box;
    max-width: 100%;
    height: 44px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 1459px) {
  .crm-card .card-body p {
    display: -webkit-box;
    height: 44px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .crm-card .card-body p {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .crm-card .card-body p {
    margin-bottom: 0;
  }
}
@media (max-width: 617px) {
  .crm-card .card-body p {
    width: 60%;
    margin-bottom: 14px;
  }
}
.crm-card .crm-img {
  height: 138px;
  position: absolute;
  right: 12px;
  bottom: 8px;
  animation: bounce-effect 3s infinite ease;
}
@media (max-width: 1874px) and (min-width: 1820px) {
  .crm-card .crm-img {
    height: 125px;
    right: 12px;
    bottom: 16px;
  }
}
@media (max-width: 1819px) and (min-width: 1626px) {
  .crm-card .crm-img {
    height: 118px;
    right: 8px;
    bottom: 10px;
  }
}
@media (max-width: 1625px) and (min-width: 1521px) {
  .crm-card .crm-img {
    height: 100px;
    right: 12px;
    bottom: 40px;
  }
}
@media (max-width: 1520px) and (min-width: 1400px) {
  .crm-card .crm-img {
    height: 88px;
    right: 4px;
    bottom: 44px;
  }
}
@media (max-width: 1419px) and (min-width: 1400px) {
  .crm-card .crm-img {
    bottom: 52px;
  }
}
@media (max-width: 1000px) and (min-width: 851px) {
  .crm-card .crm-img {
    height: 122px;
  }
}
@media (max-width: 850px) and (min-width: 768px) {
  .crm-card .crm-img {
    height: 112px;
    right: 8px;
  }
}
@media (max-width: 416px) {
  .crm-card .crm-img {
    height: 100px;
    right: 8px;
    bottom: 12px;
  }
}

.pipeline-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1536px) and (min-width: 1400px) {
  .pipeline-data {
    justify-content: center;
  }
}
@media (max-width: 698px) and (min-width: 576px) {
  .pipeline-data {
    justify-content: center;
  }
}
.pipeline-data [class*=dotted-] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
@media (max-width: 1673px) and (min-width: 1400px) {
  .pipeline-data [class*=dotted-] {
    display: none;
  }
}
@media (max-width: 740px) {
  .pipeline-data [class*=dotted-] {
    display: none;
  }
}
.pipeline-data .common-flex {
  align-items: baseline;
}
.pipeline-data .common-flex span {
  color: rgba(82, 82, 108, 0.8);
}
@media (max-width: 1697px) and (min-width: 1400px) {
  .pipeline-data .common-flex {
    gap: 6px;
  }
}
@media (max-width: 1536px) and (min-width: 1400px) {
  .pipeline-data .common-flex {
    display: none;
  }
}
@media (max-width: 698px) and (min-width: 576px) {
  .pipeline-data .common-flex {
    display: none;
  }
}

.revenue-chart-container {
  margin: -23px -10px -26px -16px;
}

.crm-todo-list li {
  cursor: pointer;
  border-bottom: 1px solid var(--chart-dashed-border);
  padding: 12px 0;
  gap: 16px;
}
@media (max-width: 1560px) and (min-width: 1400px) {
  .crm-todo-list li {
    gap: 12px;
  }
}
.crm-todo-list li:first-child {
  padding-top: 0;
}
.crm-todo-list li:last-child {
  border-bottom: unset;
  padding-bottom: 0;
}
.crm-todo-list li span.l-line-primary {
  height: 48px;
  width: 3px;
  border-radius: 4px;
  background: #7366FF;
}
.crm-todo-list li span.l-line-primary:last-child {
  margin-bottom: 0;
}
.crm-todo-list li span.l-line-secondary {
  height: 48px;
  width: 3px;
  border-radius: 4px;
  background: #838383;
}
.crm-todo-list li span.l-line-secondary:last-child {
  margin-bottom: 0;
}
.crm-todo-list li span.l-line-success {
  height: 48px;
  width: 3px;
  border-radius: 4px;
  background: #65c15c;
}
.crm-todo-list li span.l-line-success:last-child {
  margin-bottom: 0;
}
.crm-todo-list li span.l-line-danger {
  height: 48px;
  width: 3px;
  border-radius: 4px;
  background: #fc564a;
}
.crm-todo-list li span.l-line-danger:last-child {
  margin-bottom: 0;
}
.crm-todo-list li span.l-line-info {
  height: 48px;
  width: 3px;
  border-radius: 4px;
  background: #40b8f5;
}
.crm-todo-list li span.l-line-info:last-child {
  margin-bottom: 0;
}
.crm-todo-list li span.l-line-light {
  height: 48px;
  width: 3px;
  border-radius: 4px;
  background: #f4f4f4;
}
.crm-todo-list li span.l-line-light:last-child {
  margin-bottom: 0;
}
.crm-todo-list li span.l-line-dark {
  height: 48px;
  width: 3px;
  border-radius: 4px;
  background: #3f475a;
}
.crm-todo-list li span.l-line-dark:last-child {
  margin-bottom: 0;
}
.crm-todo-list li span.l-line-warning {
  height: 48px;
  width: 3px;
  border-radius: 4px;
  background: #ffb829;
}
.crm-todo-list li span.l-line-warning:last-child {
  margin-bottom: 0;
}
@media (max-width: 1880px) {
  .crm-todo-list li p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 200px;
  }
}
@media (max-width: 1723px) and (min-width: 1519px) {
  .crm-todo-list li p {
    max-width: 158px;
  }
}
@media (max-width: 1518px) and (min-width: 1400px) {
  .crm-todo-list li p {
    max-width: 130px;
  }
}
@media (max-width: 843px) and (min-width: 768px) {
  .crm-todo-list li p {
    max-width: 200px;
  }
}
@media (max-width: 368px) {
  .crm-todo-list li p {
    max-width: 145px;
  }
}
.crm-todo-list li .form-check .form-check-input {
  border-color: rgba(82, 82, 108, 0.8);
}
.crm-todo-list li span {
  color: rgba(82, 82, 108, 0.8);
}

@media (max-width: 338px) {
  .finance-wrapper .common-flex {
    gap: 6px;
  }
}
@media (max-width: 322px) {
  .finance-wrapper .common-flex {
    flex-direction: column;
  }
}
.finance-wrapper .common-flex h6:last-child {
  border-left: 1px solid var(--chart-dashed-border);
  padding-left: 16px;
}
@media (max-width: 338px) and (min-width: 323px) {
  .finance-wrapper .common-flex h6:last-child {
    padding-left: 6px;
  }
}
@media (max-width: 322px) {
  .finance-wrapper .common-flex h6:last-child {
    border-left: unset;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .finance-wrapper .finance-chart-wrapper {
    margin-bottom: -20px;
  }
}

.deal-table.recent-table thead tr th,
.deal-table.recent-table thead tr td,
.deal-table.recent-table tbody tr th,
.deal-table.recent-table tbody tr td {
  min-width: auto;
  color: #52526c;
}
.deal-table.recent-table thead tr th:first-child,
.deal-table.recent-table thead tr td:first-child,
.deal-table.recent-table tbody tr th:first-child,
.deal-table.recent-table tbody tr td:first-child {
  padding-left: 20px;
}
@media (max-width: 1704px) and (min-width: 1400px) {
  .deal-table.recent-table thead tr th:first-child,
  .deal-table.recent-table thead tr td:first-child,
  .deal-table.recent-table tbody tr th:first-child,
  .deal-table.recent-table tbody tr td:first-child {
    display: none;
  }
  .deal-table.recent-table thead tr th:nth-child(2),
  .deal-table.recent-table thead tr td:nth-child(2),
  .deal-table.recent-table tbody tr th:nth-child(2),
  .deal-table.recent-table tbody tr td:nth-child(2) {
    padding-left: 20px;
  }
}
.deal-table.recent-table thead tr th:last-child,
.deal-table.recent-table thead tr td:last-child,
.deal-table.recent-table tbody tr th:last-child,
.deal-table.recent-table tbody tr td:last-child {
  padding-right: 20px;
}
@media (max-width: 1591px) and (min-width: 1400px) {
  .deal-table.recent-table thead tr th:first-child,
  .deal-table.recent-table thead tr td:first-child,
  .deal-table.recent-table tbody tr th:first-child,
  .deal-table.recent-table tbody tr td:first-child {
    display: none;
  }
  .deal-table.recent-table thead tr th:nth-child(2),
  .deal-table.recent-table thead tr td:nth-child(2),
  .deal-table.recent-table tbody tr th:nth-child(2),
  .deal-table.recent-table tbody tr td:nth-child(2) {
    padding-left: 20px;
  }
}
@media (max-width: 1450px) and (min-width: 1200px) {
  .deal-table.recent-table thead tr th:nth-child(3),
  .deal-table.recent-table thead tr td:nth-child(3),
  .deal-table.recent-table tbody tr th:nth-child(3),
  .deal-table.recent-table tbody tr td:nth-child(3) {
    display: none;
  }
}
@media (max-width: 1064px) {
  .deal-table.recent-table thead tr th:first-child,
  .deal-table.recent-table thead tr td:first-child,
  .deal-table.recent-table tbody tr th:first-child,
  .deal-table.recent-table tbody tr td:first-child {
    min-width: 52px;
  }
  .deal-table.recent-table thead tr th:nth-child(2),
  .deal-table.recent-table thead tr td:nth-child(2),
  .deal-table.recent-table tbody tr th:nth-child(2),
  .deal-table.recent-table tbody tr td:nth-child(2) {
    min-width: 116px;
  }
  .deal-table.recent-table thead tr th:last-child,
  .deal-table.recent-table thead tr td:last-child,
  .deal-table.recent-table tbody tr th:last-child,
  .deal-table.recent-table tbody tr td:last-child {
    min-width: 90px;
  }
}
@media (max-width: 899px) {
  .deal-table.recent-table thead tr th:first-child,
  .deal-table.recent-table thead tr td:first-child,
  .deal-table.recent-table tbody tr th:first-child,
  .deal-table.recent-table tbody tr td:first-child {
    min-width: 98px;
  }
  .deal-table.recent-table thead tr th:nth-child(2),
  .deal-table.recent-table thead tr td:nth-child(2),
  .deal-table.recent-table tbody tr th:nth-child(2),
  .deal-table.recent-table tbody tr td:nth-child(2) {
    min-width: 135px;
  }
  .deal-table.recent-table thead tr th:nth-child(3),
  .deal-table.recent-table thead tr td:nth-child(3),
  .deal-table.recent-table tbody tr th:nth-child(3),
  .deal-table.recent-table tbody tr td:nth-child(3) {
    min-width: 100px;
  }
  .deal-table.recent-table thead tr th:last-child,
  .deal-table.recent-table thead tr td:last-child,
  .deal-table.recent-table tbody tr th:last-child,
  .deal-table.recent-table tbody tr td:last-child {
    min-width: 135px;
  }
}
.deal-table.recent-table thead tr th {
  color: #52526c;
}

.lead-table.recent-table.table-responsive div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
  right: 60px;
}
@media (max-width: 1000px) {
  .lead-table.recent-table.table-responsive div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    display: none;
  }
}
.lead-table.recent-table thead tr th {
  color: #52526c;
}
.lead-table.recent-table thead tr th,
.lead-table.recent-table thead tr td,
.lead-table.recent-table tbody tr th,
.lead-table.recent-table tbody tr td {
  min-width: auto;
  color: #52526c;
}
.lead-table.recent-table thead tr th:first-child,
.lead-table.recent-table thead tr td:first-child,
.lead-table.recent-table tbody tr th:first-child,
.lead-table.recent-table tbody tr td:first-child {
  padding-left: 20px;
}
.lead-table.recent-table thead tr th:last-child,
.lead-table.recent-table thead tr td:last-child,
.lead-table.recent-table tbody tr th:last-child,
.lead-table.recent-table tbody tr td:last-child {
  padding-right: 20px;
}
@media (max-width: 1312px) {
  .lead-table.recent-table thead tr th:last-child .btn,
  .lead-table.recent-table thead tr td:last-child .btn,
  .lead-table.recent-table tbody tr th:last-child .btn,
  .lead-table.recent-table tbody tr td:last-child .btn {
    padding: 6px 16px;
  }
}
.lead-table.recent-table thead tr th .common-flex .lead-img,
.lead-table.recent-table thead tr td .common-flex .lead-img,
.lead-table.recent-table tbody tr th .common-flex .lead-img,
.lead-table.recent-table tbody tr td .common-flex .lead-img {
  border-radius: 8px;
  height: 36px;
}
@media (max-width: 1629px) {
  .lead-table.recent-table thead tr th .common-flex .lead-img,
  .lead-table.recent-table thead tr td .common-flex .lead-img,
  .lead-table.recent-table tbody tr th .common-flex .lead-img,
  .lead-table.recent-table tbody tr td .common-flex .lead-img {
    height: 28px;
  }
}
.lead-table.recent-table thead tr th:nth-child(4) .common-flex,
.lead-table.recent-table thead tr td:nth-child(4) .common-flex,
.lead-table.recent-table tbody tr th:nth-child(4) .common-flex,
.lead-table.recent-table tbody tr td:nth-child(4) .common-flex {
  gap: 5px;
}
@media (max-width: 1670px) and (min-width: 1200px) {
  .lead-table.recent-table thead tr th:nth-child(3),
  .lead-table.recent-table thead tr td:nth-child(3),
  .lead-table.recent-table tbody tr th:nth-child(3),
  .lead-table.recent-table tbody tr td:nth-child(3) {
    display: none;
  }
}
@media (max-width: 1608px) and (min-width: 1200px) {
  .lead-table.recent-table thead tr th:nth-child(3),
  .lead-table.recent-table thead tr td:nth-child(3),
  .lead-table.recent-table tbody tr th:nth-child(3),
  .lead-table.recent-table tbody tr td:nth-child(3) {
    display: none;
  }
}
@media (max-width: 1363px) and (min-width: 1200px) {
  .lead-table.recent-table thead tr th:nth-child(2),
  .lead-table.recent-table thead tr td:nth-child(2),
  .lead-table.recent-table tbody tr th:nth-child(2),
  .lead-table.recent-table tbody tr td:nth-child(2) {
    display: none;
  }
}
@media (max-width: 1199px) and (min-width: 1200px) {
  .lead-table.recent-table thead tr th:first-child,
  .lead-table.recent-table thead tr td:first-child,
  .lead-table.recent-table tbody tr th:first-child,
  .lead-table.recent-table tbody tr td:first-child {
    min-width: 128px;
  }
  .lead-table.recent-table thead tr th:nth-child(4),
  .lead-table.recent-table thead tr td:nth-child(4),
  .lead-table.recent-table tbody tr th:nth-child(4),
  .lead-table.recent-table tbody tr td:nth-child(4) {
    min-width: 104px;
  }
}
@media (max-width: 1199px) {
  .lead-table.recent-table thead tr th:first-child,
  .lead-table.recent-table thead tr td:first-child,
  .lead-table.recent-table tbody tr th:first-child,
  .lead-table.recent-table tbody tr td:first-child {
    min-width: 100px;
  }
  .lead-table.recent-table thead tr th:nth-child(4),
  .lead-table.recent-table thead tr td:nth-child(4),
  .lead-table.recent-table tbody tr th:nth-child(4),
  .lead-table.recent-table tbody tr td:nth-child(4) {
    min-width: 114px;
  }
}

.main-lead-source {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -100px;
}
.main-lead-source .lead-source-1 {
  width: 200px;
  height: 200px;
  position: relative;
  border-radius: 50%;
  background-color: rgba(115, 102, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 80px 20px;
  text-align: center;
}
@media (max-width: 1920px) and (min-width: 1400px) {
  .main-lead-source .lead-source-1 {
    width: calc(120px + 80 * (100vw - 1400px) / 520);
    height: calc(120px + 80 * (100vw - 1400px) / 520);
  }
}
@media (max-width: 1610px) and (min-width: 1411px) {
  .main-lead-source .lead-source-1 {
    margin: 60px 0 100px 20px;
  }
}
@media (max-width: 1410px) and (min-width: 1400px) {
  .main-lead-source .lead-source-1 {
    margin: 70px 0 120px 20px;
  }
}
@media (max-width: 1399px) and (min-width: 1211px) {
  .main-lead-source .lead-source-1 {
    margin: 30px 0 80px 20px;
  }
}
@media (max-width: 1210px) {
  .main-lead-source .lead-source-1 {
    margin: 40px 0 90px 20px;
  }
}
@media (max-width: 1263px) and (min-width: 768px) {
  .main-lead-source .lead-source-1 {
    width: calc(164px + 36 * (100vw - 768px) / 1152);
    height: calc(164px + 36 * (100vw - 768px) / 1152);
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .main-lead-source .lead-source-1 {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .main-lead-source .lead-source-1 {
    width: calc(130px + 70 * (100vw - 320px) / 1600);
    height: calc(130px + 70 * (100vw - 320px) / 1600);
    margin: 20px 0 70px 20px;
  }
}
@media (max-width: 585px) and (min-width: 576px) {
  .main-lead-source .lead-source-1 {
    margin: 42px 0 92px 32px;
  }
}
.main-lead-source .lead-source-2 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: rgba(255, 184, 41, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: -35%;
  transform: translateY(8%);
  z-index: 1;
}
@media (max-width: 1920px) and (min-width: 1400px) {
  .main-lead-source .lead-source-2 {
    width: calc(70px + 30 * (100vw - 1400px) / 520);
    height: calc(70px + 30 * (100vw - 1400px) / 520);
  }
}
@media (max-width: 1410px) and (min-width: 1400px) {
  .main-lead-source .lead-source-2 {
    right: -42%;
  }
}
@media (max-width: 1263px) and (min-width: 768px) {
  .main-lead-source .lead-source-2 {
    width: calc(85px + 15 * (100vw - 768px) / 1152);
    height: calc(85px + 15 * (100vw - 768px) / 1152);
  }
}
@media (max-width: 767px) {
  .main-lead-source .lead-source-2 {
    width: calc(75px + 25 * (100vw - 320px) / 1600);
    height: calc(75px + 25 * (100vw - 320px) / 1600);
  }
}

.lead-source-3 {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: rgba(101, 193, 92, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 20%;
  right: -90%;
  transform: translate(-50%, 50%);
}
@media (max-width: 1920px) and (min-width: 1400px) {
  .lead-source-3 {
    width: calc(80px + 70 * (100vw - 1400px) / 520);
    height: calc(80px + 70 * (100vw - 1400px) / 520);
  }
}
@media (max-width: 1599px) {
  .lead-source-3 {
    right: -85%;
    bottom: 16%;
  }
}
@media (max-width: 1263px) and (min-width: 768px) {
  .lead-source-3 {
    width: calc(120px + 30 * (100vw - 768px) / 1152);
    height: calc(120px + 30 * (100vw - 768px) / 1152);
  }
}
@media (max-width: 767px) {
  .lead-source-3 {
    width: calc(95px + 55 * (100vw - 320px) / 1600);
    height: calc(95px + 55 * (100vw - 320px) / 1600);
  }
}

.source-txt span,
.source-txt h5 {
  color: #fff;
}
.source-txt h5 {
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
}

#sales-chart .apexcharts-legend {
  gap: 12px;
}
@media (max-width: 1615px) {
  #sales-chart .apexcharts-legend {
    gap: 0;
  }
}

.sales-week-container {
  margin: 0 -12px -40px -12px;
}

.pipeline-chart-container {
  margin-bottom: -12px;
}

@media (max-width: 767px) {
  .sales-chart-wrapper {
    margin-bottom: -40px;
  }
}

.main-sale .sales-chart-wrap #sales-chart1 {
  margin-bottom: -30px;
}
.main-sale .sale-details {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1650px) and (min-width: 1400px) {
  .sales-header span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100px;
  }
}
@media (max-width: 715px) {
  .sales-header span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100px;
  }
}

@media (max-width: 1524px) and (min-width: 1400px) {
  .schedule-card .card-header-right-icon .btn {
    display: none;
  }
}
@media (max-width: 660px) {
  .schedule-card .card-header-right-icon .btn {
    display: none;
  }
}

.sales-data {
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 1490px) and (min-width: 1431px) {
  .sales-data {
    justify-content: flex-start;
    gap: 8px;
  }
}
@media (max-width: 1430px) and (min-width: 1400px) {
  .sales-data {
    display: none;
  }
}
@media (max-width: 635px) and (min-width: 576px) {
  .sales-data {
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }
}
.sales-data li .sale-value {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.sales-data li .sale-value.primary-20 {
  background-color: rgba(115, 102, 255, 0.2);
}
.sales-data li .sale-value.primary-40 {
  background-color: rgba(115, 102, 255, 0.4);
}
.sales-data li .sale-value.primary-70 {
  background-color: rgba(115, 102, 255, 0.7);
}
.sales-data li span:last-child {
  font-size: 13px;
}

@media (max-width: 1579px) {
  .week-header .card-header-right-icon {
    display: none;
  }
}

/**=====================
    3.17 Dashboard_9 End
==========================**/
/**=====================
    3.18 Dashboard_10 Start
==========================**/
.visits-wrapper .card-body .common-flex {
  background-color: var(--course-light-btn);
  padding: 10px 12px;
  border-radius: 8px;
  align-items: center;
  width: fit-content;
}

.treading-product .recent-table table tbody tr td .referral-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
.treading-product .recent-table table tbody tr td .referral-wrapper svg {
  width: 16px;
  height: 16px;
}
@media (max-width: 812px) {
  .treading-product .recent-table table tbody tr td:nth-child(2) {
    min-width: 135px;
  }
}

.referral-visit .table thead tr th,
.referral-visit .table thead tr td,
.referral-visit .table tbody tr th,
.referral-visit .table tbody tr td {
  min-width: auto;
}
@media (max-width: 1731px) {
  .referral-visit .table thead tr th .btn,
  .referral-visit .table thead tr td .btn,
  .referral-visit .table tbody tr th .btn,
  .referral-visit .table tbody tr td .btn {
    padding: 6px 16px;
  }
}
@media (max-width: 1695px) and (min-width: 1456px) {
  .referral-visit .table thead tr th span,
  .referral-visit .table thead tr td span,
  .referral-visit .table tbody tr th span,
  .referral-visit .table tbody tr td span {
    display: none;
  }
}
@media (max-width: 1455px) and (min-width: 1200px) {
  .referral-visit .table thead tr th:nth-child(2),
  .referral-visit .table thead tr td:nth-child(2),
  .referral-visit .table tbody tr th:nth-child(2),
  .referral-visit .table tbody tr td:nth-child(2) {
    display: none;
  }
}
.referral-visit .table thead tr th .referral-wrapper .bg-dark-primary,
.referral-visit .table thead tr td .referral-wrapper .bg-dark-primary,
.referral-visit .table tbody tr th .referral-wrapper .bg-dark-primary,
.referral-visit .table tbody tr td .referral-wrapper .bg-dark-primary {
  border: 1px solid #2F84F4;
}
.referral-visit .table thead tr th .referral-wrapper .bg-dark-primary .social-wrapper,
.referral-visit .table thead tr td .referral-wrapper .bg-dark-primary .social-wrapper,
.referral-visit .table tbody tr th .referral-wrapper .bg-dark-primary .social-wrapper,
.referral-visit .table tbody tr td .referral-wrapper .bg-dark-primary .social-wrapper {
  background-color: rgba(47, 132, 244, 0.1);
}
.referral-visit .table thead tr th .referral-wrapper > div,
.referral-visit .table thead tr td .referral-wrapper > div,
.referral-visit .table tbody tr th .referral-wrapper > div,
.referral-visit .table tbody tr td .referral-wrapper > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.referral-visit .table thead tr th .referral-wrapper > div > div,
.referral-visit .table thead tr td .referral-wrapper > div > div,
.referral-visit .table tbody tr th .referral-wrapper > div > div,
.referral-visit .table tbody tr td .referral-wrapper > div > div {
  width: 34px;
  height: 34px;
  border: 1px solid #2F84F4;
  border-radius: 50%;
  padding: 3px;
}
.referral-visit .table thead tr th .referral-wrapper > div > div .social-wrapper,
.referral-visit .table thead tr td .referral-wrapper > div > div .social-wrapper,
.referral-visit .table tbody tr th .referral-wrapper > div > div .social-wrapper,
.referral-visit .table tbody tr td .referral-wrapper > div > div .social-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  height: 100%;
  border-radius: 50%;
}
.referral-visit .table thead tr:last-child td,
.referral-visit .table tbody tr:last-child td {
  border: unset;
  padding-bottom: 0;
}

@media (max-width: 420px) {
  .dashboard-10 .card.heading-space .header-top {
    margin-left: 0;
  }
}

@media (max-width: 420px) {
  .page-analytics-table .recent-table div.dt-container .dt-layout-row {
    position: relative;
  }
}
.page-analytics-table .recent-table div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
  right: 60px;
  top: 24px;
}
@media (max-width: 1500px) {
  .page-analytics-table .recent-table div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    position: relative;
    top: 4px;
    left: 20px;
    width: 90%;
    margin-bottom: 20px;
  }
}
@media (max-width: 420px) {
  .page-analytics-table .recent-table div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    left: unset;
    right: -130px;
  }
}
@media (max-width: 420px) {
  .page-analytics-table .recent-table div.dt-container .dt-layout-row:first-child .dt-length {
    top: 0px;
    left: 20px;
  }
}
.page-analytics-table .recent-table div.dt-container .dt-layout-row:last-child {
  flex-direction: column;
}
.page-analytics-table .recent-table .table thead tr th,
.page-analytics-table .recent-table .table thead tr td,
.page-analytics-table .recent-table .table tbody tr th,
.page-analytics-table .recent-table .table tbody tr td {
  color: var(--body-font-color);
  min-width: auto;
}
.page-analytics-table .recent-table .table thead tr th:first-child,
.page-analytics-table .recent-table .table thead tr td:first-child,
.page-analytics-table .recent-table .table tbody tr th:first-child,
.page-analytics-table .recent-table .table tbody tr td:first-child {
  padding-left: 20px;
}
.page-analytics-table .recent-table .table thead tr th:last-child,
.page-analytics-table .recent-table .table thead tr td:last-child,
.page-analytics-table .recent-table .table tbody tr th:last-child,
.page-analytics-table .recent-table .table tbody tr td:last-child {
  padding-right: 20px;
}
@media (max-width: 1588px) and (min-width: 1200px) {
  .page-analytics-table .recent-table .table thead tr th:nth-child(5),
  .page-analytics-table .recent-table .table thead tr td:nth-child(5),
  .page-analytics-table .recent-table .table tbody tr th:nth-child(5),
  .page-analytics-table .recent-table .table tbody tr td:nth-child(5) {
    display: none;
  }
}
@media (max-width: 1368px) and (min-width: 1200px) {
  .page-analytics-table .recent-table .table thead tr th:nth-child(4),
  .page-analytics-table .recent-table .table thead tr td:nth-child(4),
  .page-analytics-table .recent-table .table tbody tr th:nth-child(4),
  .page-analytics-table .recent-table .table tbody tr td:nth-child(4) {
    display: none;
  }
}
@media (max-width: 684px) {
  .page-analytics-table .recent-table .table thead tr th:nth-child(2),
  .page-analytics-table .recent-table .table thead tr td:nth-child(2),
  .page-analytics-table .recent-table .table tbody tr th:nth-child(2),
  .page-analytics-table .recent-table .table tbody tr td:nth-child(2) {
    min-width: 104px;
  }
  .page-analytics-table .recent-table .table thead tr th:nth-child(3), .page-analytics-table .recent-table .table thead tr th:nth-child(4), .page-analytics-table .recent-table .table thead tr th:nth-child(5),
  .page-analytics-table .recent-table .table thead tr td:nth-child(3),
  .page-analytics-table .recent-table .table thead tr td:nth-child(4),
  .page-analytics-table .recent-table .table thead tr td:nth-child(5),
  .page-analytics-table .recent-table .table tbody tr th:nth-child(3),
  .page-analytics-table .recent-table .table tbody tr th:nth-child(4),
  .page-analytics-table .recent-table .table tbody tr th:nth-child(5),
  .page-analytics-table .recent-table .table tbody tr td:nth-child(3),
  .page-analytics-table .recent-table .table tbody tr td:nth-child(4),
  .page-analytics-table .recent-table .table tbody tr td:nth-child(5) {
    min-width: 118px;
  }
}
.page-analytics-table .recent-table .table thead tr th svg,
.page-analytics-table .recent-table .table thead tr td svg,
.page-analytics-table .recent-table .table tbody tr th svg,
.page-analytics-table .recent-table .table tbody tr td svg {
  width: 14px;
  height: 14px;
}

.live-user-wrapper .user-data {
  margin-bottom: 8px;
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  align-items: center;
}
.live-user-wrapper .user-data h5 {
  margin-bottom: 4px;
}
.live-user-wrapper .user-data span svg {
  width: 14px;
  height: 14px;
  vertical-align: middle;
}

.analytics-widget {
  background-image: url(../images/dashboard-10/light-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
@media (max-width: 575px) {
  .analytics-widget {
    text-align: center;
    background-position: top;
  }
}
.analytics-widget img {
  height: 138px;
}
@media (max-width: 450px) {
  .analytics-widget img {
    height: 115px;
  }
}
.analytics-widget .btn {
  min-width: auto;
}
@media (max-width: 1485px) {
  .analytics-widget .btn {
    padding: 8px 14px;
    font-size: 14px;
  }
}
@media (max-width: 1468px) {
  .analytics-widget h5 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 1789px) {
  .analytics-widget .card-text {
    display: -webkit-box;
    max-width: 100%;
    height: 46px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: unset;
  }
}

.analytics-tread-card:hover {
  transform: translateY(-5px);
  transition: 0.5s;
}
.analytics-tread-card .header-top svg {
  width: 14px;
  height: 14px;
}
.analytics-tread-card .progress {
  height: 12px;
  background-color: rgba(64, 184, 245, 0.1);
  margin: 58px 0 20px;
}
@media (max-width: 1700px) {
  .analytics-tread-card .progress {
    height: 8px;
  }
}
@media (max-width: 1500px) and (min-width: 1200px) {
  .analytics-tread-card .progress {
    margin: 90px 0 20px;
  }
}
@media (max-width: 1199px) {
  .analytics-tread-card .progress {
    margin: 40px 0 20px;
  }
}
.analytics-tread-card .progress .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.8) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 75%, transparent 75%, transparent);
}
.analytics-tread-card .analytics-tread {
  width: calc(48px + 10 * (100vw - 320px) / 1600);
  height: calc(48px + 10 * (100vw - 320px) / 1600);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.analytics-tread-card .analytics-tread svg {
  width: calc(20px + 8 * (100vw - 320px) / 1600);
  height: calc(20px + 8 * (100vw - 320px) / 1600);
}
.analytics-tread-card .session-progress .progress {
  background-color: rgba(101, 193, 92, 0.1);
}
.analytics-tread-card .session-progress .progress .small-progressbar .animate-circle {
  border: 5px solid rgba(101, 193, 92, 0.62);
  background-color: 90deg, rgba(101, 193, 92, 0.2) 0%, #65C15C 76.58%;
  top: -10px;
  right: -16px;
  padding: 10px;
  animation: unset;
}
@media (max-width: 1700px) {
  .analytics-tread-card .session-progress .progress .small-progressbar .animate-circle {
    top: -11px;
  }
}
.analytics-tread-card .session-progress .progress .small-progressbar::after {
  background-color: #65c15c;
}
.analytics-tread-card .session-progress .progress .small-progressbar::after {
  top: -3px;
  right: -9px;
  width: 16px;
  height: 16px;
}
@media (max-width: 1700px) {
  .analytics-tread-card .session-progress .progress .small-progressbar::after {
    top: -3px;
    width: 14px;
    height: 14px;
  }
}
.analytics-tread-card .session-progress .progress .progress-label {
  top: -55px;
  right: -20px;
  background-color: #65c15c;
  border-radius: 6px;
  padding: 2px 8px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  font-family: Roboto, sans-serif;
}
@media (max-width: 1399px) {
  .analytics-tread-card .session-progress .progress .progress-label {
    top: -50px;
    right: -16px;
    font-size: 12px;
  }
}
.analytics-tread-card .session-progress .progress .progress-label::after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  bottom: 0;
  border: 8px solid transparent;
  border-bottom: 0;
  border-top: 8px solid #65c15c;
  transform: translate(-50%, calc(100% - 0px));
}
.analytics-tread-card.retention-progress .card-body .progress {
  margin-top: 38px;
}
@media (max-width: 1500px) and (min-width: 1200px) {
  .analytics-tread-card.retention-progress .card-body .progress {
    margin-top: 70px;
  }
}
@media (max-width: 1199px) {
  .analytics-tread-card.retention-progress .card-body .progress {
    margin-top: 12px;
  }
}
.analytics-tread-card .header-top .common-align {
  align-items: baseline;
  gap: 8px;
}
@media (max-width: 1345px) and (min-width: 1200px) {
  .analytics-tread-card .header-top .common-align > span {
    display: none;
  }
}
@media (max-width: 1426px) and (min-width: 1200px) {
  .analytics-tread-card .header-top > div span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 130px;
  }
}
@media (max-width: 1320px) and (min-width: 1231px) {
  .analytics-tread-card .header-top > div span {
    max-width: 104px;
  }
}
@media (max-width: 1230px) and (min-width: 1200px) {
  .analytics-tread-card .header-top > div span {
    max-width: 80px;
  }
}
@media (max-width: 592px) and (min-width: 576px) {
  .analytics-tread-card .header-top > div span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 106px;
  }
}

.user-analytics-wrapper {
  margin: -40px -10px -20px -30px;
}
@media (max-width: 575px) {
  .user-analytics-wrapper {
    margin: -40px 0px -20px -20px;
  }
}

.analytics-view-wrapper {
  margin: -34px -10px -30px 0px;
  overflow: hidden;
}

.visit-duration-wrapper {
  margin: -34px 35px -30px 0px;
}

.bounce-rate-wrapper {
  margin: -34px -20px -30px 0px;
  overflow: hidden;
}

.main-session-devices .common-align {
  flex-direction: column;
  gap: 32px;
  align-items: unset;
}
@media (max-width: 575px) {
  .main-session-devices .common-align {
    gap: 8px;
  }
}
.main-session-devices .common-align p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1290px) and (min-width: 1200px) {
  .main-session-devices .common-align .common-space span {
    display: none;
  }
}
@media (max-width: 850px) and (min-width: 768px) {
  .main-session-devices .common-align .common-space span {
    display: none;
  }
}
.main-session-devices .progress {
  height: 10px;
  background: linear-gradient(180.36deg, #CFDCE8 -32.82%, #FFFFFF 132.82%);
  border-radius: 100px;
}

.session-browser-table .table-responsive .table thead tr th,
.session-browser-table .table-responsive .table thead tr td,
.session-browser-table .table-responsive .table tbody tr th,
.session-browser-table .table-responsive .table tbody tr td {
  border: unset;
  color: var(--body-font-color);
  min-width: auto;
}
.session-browser-table .table-responsive .table thead tr th:first-child,
.session-browser-table .table-responsive .table thead tr td:first-child,
.session-browser-table .table-responsive .table tbody tr th:first-child,
.session-browser-table .table-responsive .table tbody tr td:first-child {
  padding-left: 20px;
}
.session-browser-table .table-responsive .table thead tr th:last-child,
.session-browser-table .table-responsive .table thead tr td:last-child,
.session-browser-table .table-responsive .table tbody tr th:last-child,
.session-browser-table .table-responsive .table tbody tr td:last-child {
  padding-right: 20px;
}
.session-browser-table .table-responsive .table thead tr th .session-name,
.session-browser-table .table-responsive .table thead tr td .session-name,
.session-browser-table .table-responsive .table tbody tr th .session-name,
.session-browser-table .table-responsive .table tbody tr td .session-name {
  color: var(--body-font-color);
  font-weight: 500;
}
@media (max-width: 1255px) and (min-width: 1200px) {
  .session-browser-table .table-responsive .table thead tr th .session-name,
  .session-browser-table .table-responsive .table thead tr td .session-name,
  .session-browser-table .table-responsive .table tbody tr th .session-name,
  .session-browser-table .table-responsive .table tbody tr td .session-name {
    display: none;
  }
}
@media (max-width: 1272px) and (min-width: 1200px) {
  .session-browser-table .table-responsive .table thead tr th .common-flex,
  .session-browser-table .table-responsive .table thead tr td .common-flex,
  .session-browser-table .table-responsive .table tbody tr th .common-flex,
  .session-browser-table .table-responsive .table tbody tr td .common-flex {
    gap: 8px;
  }
}
@media (max-width: 1255px) and (min-width: 1200px) {
  .session-browser-table .table-responsive .table thead tr th .common-flex img,
  .session-browser-table .table-responsive .table thead tr td .common-flex img,
  .session-browser-table .table-responsive .table tbody tr th .common-flex img,
  .session-browser-table .table-responsive .table tbody tr td .common-flex img {
    height: 20px;
  }
}
@media (max-width: 1752px) and (min-width: 1440px) {
  .session-browser-table .table-responsive .table thead tr th,
  .session-browser-table .table-responsive .table thead tr td,
  .session-browser-table .table-responsive .table tbody tr th,
  .session-browser-table .table-responsive .table tbody tr td {
    padding-block: 9px;
  }
}
@media (max-width: 1439px) and (min-width: 1200px) {
  .session-browser-table .table-responsive .table thead tr th,
  .session-browser-table .table-responsive .table thead tr td,
  .session-browser-table .table-responsive .table tbody tr th,
  .session-browser-table .table-responsive .table tbody tr td {
    padding-block: 7px;
  }
}
.session-browser-table .table-responsive .table thead tr:last-child td,
.session-browser-table .table-responsive .table tbody tr:last-child td {
  padding-bottom: 0;
}
.session-browser-table .table-responsive .table thead tr th {
  color: #52526c;
}
@media (max-width: 1439px) and (min-width: 1200px) {
  .session-browser-table .table-responsive .table tbody tr:nth-child(4) {
    display: none;
  }
}

.jvm-zoom-btn {
  display: none;
}

.live-user-map #map {
  height: 245px;
}
@media (max-width: 1752px) and (min-width: 1571px) {
  .live-user-map #map {
    height: 210px;
  }
}
@media (max-width: 1570px) and (min-width: 1440px) {
  .live-user-map #map {
    height: 180px;
  }
}
@media (max-width: 1439px) and (min-width: 768px) {
  .live-user-map #map {
    height: 150px;
  }
}
@media (max-width: 767px) {
  .live-user-map #map {
    height: 150px;
  }
}

.common-m-chart {
  margin-bottom: -20px;
}
@media (max-width: 458px) {
  .common-m-chart {
    margin-bottom: -40px;
  }
}

@media (max-width: 1199px) {
  .ord-md-i {
    order: 1;
  }
  .ord-md-ii {
    order: 2;
  }
  .ord-md-iii {
    order: 3;
  }
  .ord-md-iv {
    order: 4;
  }
  .ord-md-v {
    order: 5;
  }
  .ord-md-vi {
    order: 6;
  }
  .ord-md-vii {
    order: 7;
  }
  .ord-md-viii {
    order: 8;
  }
  .ord-md-ix {
    order: 9;
  }
  .ord-md-x {
    order: 10;
  }
}
/**=====================
    3.18 Dashboard_10 Start
==========================**/
/**=====================
    3.19 Dashboard_11 Start
==========================**/
.widget-11 {
  background-image: url(../images/dashboard/widget-bg.png);
  background-size: cover;
  margin-bottom: 25px;
}
.widget-11 .card-body {
  padding: 20px 19px;
}
.widget-11 .card-body .common-align {
  gap: 15px;
}
.widget-11 .card-body .analytics-tread {
  min-width: calc(48px + 10 * (100vw - 320px) / 1600);
  min-height: calc(48px + 10 * (100vw - 320px) / 1600);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1705px) and (min-width: 1200px) {
  .widget-11 .card-body .analytics-tread {
    min-width: 45px;
    min-height: 45px;
  }
}
.widget-11 .card-body .analytics-tread svg {
  width: calc(20px + 8 * (100vw - 320px) / 1600);
  height: calc(20px + 8 * (100vw - 320px) / 1600);
}
@media (max-width: 1705px) and (min-width: 1200px) {
  .widget-11 .card-body .analytics-tread svg {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 1835px) and (min-width: 1641px) {
  .widget-11 .card-body > div span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100px;
    line-height: 1;
  }
}
@media (max-width: 1277px) and (min-width: 1200px) {
  .widget-11 .card-body > div span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100px;
    line-height: 1;
  }
}

@media (max-width: 1430px) and (min-width: 1400px) {
  .attendance-table.recent-table div.dt-container .dt-layout-row .dt-search {
    display: none;
  }
}
@media (max-width: 1399px) {
  .attendance-table.recent-table div.dt-container .dt-layout-row .dt-search {
    position: relative;
    top: 4px;
    left: 20px;
    margin-bottom: 20px;
    width: 90%;
  }
}
@media (max-width: 1747px) and (min-width: 1400px) {
  .attendance-table.recent-table div.dt-container .dt-layout-row:last-child .dt-info {
    display: none;
  }
}
@media (max-width: 1399px) {
  .attendance-table.recent-table div.dt-container .dt-layout-row:last-child {
    flex-direction: column;
  }
}
.attendance-table.recent-table table thead tr th,
.attendance-table.recent-table table thead tr td,
.attendance-table.recent-table table tbody tr th,
.attendance-table.recent-table table tbody tr td {
  color: var(--body-font-color);
  min-width: auto;
}
.attendance-table.recent-table table thead tr th a,
.attendance-table.recent-table table thead tr td a,
.attendance-table.recent-table table tbody tr th a,
.attendance-table.recent-table table tbody tr td a {
  color: var(--body-font-color);
}
.attendance-table.recent-table table thead tr th:first-child,
.attendance-table.recent-table table thead tr td:first-child,
.attendance-table.recent-table table tbody tr th:first-child,
.attendance-table.recent-table table tbody tr td:first-child {
  padding-left: 20px;
}
.attendance-table.recent-table table thead tr th:last-child,
.attendance-table.recent-table table thead tr td:last-child,
.attendance-table.recent-table table tbody tr th:last-child,
.attendance-table.recent-table table tbody tr td:last-child {
  padding-right: 20px;
}
@media (max-width: 1656px) and (min-width: 1200px) {
  .attendance-table.recent-table table thead tr th:nth-child(2),
  .attendance-table.recent-table table thead tr td:nth-child(2),
  .attendance-table.recent-table table tbody tr th:nth-child(2),
  .attendance-table.recent-table table tbody tr td:nth-child(2) {
    display: none;
  }
}
.attendance-table.recent-table table thead tr th .badge,
.attendance-table.recent-table table thead tr td .badge,
.attendance-table.recent-table table tbody tr th .badge,
.attendance-table.recent-table table tbody tr td .badge {
  padding: 4px 7px;
  font-weight: 400;
  font-size: 14px;
  min-width: 70px;
}
@media (max-width: 1199px) {
  .attendance-table.recent-table table thead tr th:first-child,
  .attendance-table.recent-table table thead tr td:first-child,
  .attendance-table.recent-table table tbody tr th:first-child,
  .attendance-table.recent-table table tbody tr td:first-child {
    min-width: 120px;
  }
  .attendance-table.recent-table table thead tr th:nth-child(2),
  .attendance-table.recent-table table thead tr td:nth-child(2),
  .attendance-table.recent-table table tbody tr th:nth-child(2),
  .attendance-table.recent-table table tbody tr td:nth-child(2) {
    min-width: 108px;
  }
  .attendance-table.recent-table table thead tr th:nth-child(3),
  .attendance-table.recent-table table thead tr td:nth-child(3),
  .attendance-table.recent-table table tbody tr th:nth-child(3),
  .attendance-table.recent-table table tbody tr td:nth-child(3) {
    min-width: 104px;
  }
}

.bhd-user-cards {
  background-image: url(../images/dashboard-11/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.birthday-cards .swiper {
  width: 100%;
  height: 100%;
  margin-block: 46px;
}
@media (max-width: 1447px) and (min-width: 1400px) {
  .birthday-cards .swiper {
    margin-block: 60px;
  }
}
@media (max-width: 1399px) and (min-width: 646px) {
  .birthday-cards .swiper {
    margin-block: 48px;
  }
}
@media (max-width: 645px) {
  .birthday-cards .swiper {
    margin-block: 35px;
  }
}
.birthday-cards .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.birthday-cards .swiper .swiper-slide .birthday-usercard {
  text-align: center;
}
.birthday-cards .swiper .swiper-slide .birthday-usercard .btd-user {
  display: inline-block;
  padding: 8px;
  background-image: url(../images/dashboard-11/ring.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  position: relative;
  margin-bottom: 12px;
}
.birthday-cards .swiper .swiper-slide .birthday-usercard .btd-user img {
  height: 80px;
  border-radius: 50%;
}
@media (max-width: 1447px) and (min-width: 646px) {
  .birthday-cards .swiper .swiper-slide .birthday-usercard .btd-user img {
    height: 60px;
  }
}
@media (max-width: 645px) {
  .birthday-cards .swiper .swiper-slide .birthday-usercard .btd-user img {
    height: 50px;
  }
}
.birthday-cards .swiper .swiper-slide .birthday-usercard .btd-user .verified-user {
  width: 20px;
  height: 20px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  background-color: #65c15c;
  right: 0;
  bottom: 12px;
  border-radius: 100%;
}
.birthday-cards .swiper .swiper-slide .birthday-usercard .btd-user .verified-user i {
  font-size: 8px;
  color: #fff;
}
@media (max-width: 645px) {
  .birthday-cards .swiper .swiper-slide .birthday-usercard .btd-user .verified-user {
    width: 16px;
    height: 16px;
    bottom: 6px;
  }
  .birthday-cards .swiper .swiper-slide .birthday-usercard .btd-user .verified-user i {
    font-size: 6px;
  }
}
.birthday-cards .swiper .swiper-button-prev,
.birthday-cards .swiper .swiper-button-next {
  width: 26px;
  height: 23px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
}
.birthday-cards .swiper .swiper-button-prev::after,
.birthday-cards .swiper .swiper-button-next::after {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
}
.birthday-cards .send-wishes {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 14px 23px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  margin: auto;
}
@media (max-width: 1579px) {
  .birthday-cards .send-wishes {
    padding: 10px 16px;
  }
}
.birthday-cards .send-wishes span {
  color: #fff;
}
.birthday-cards .send-wishes i {
  color: #fff;
}
.birthday-cards h5,
.birthday-cards h6 {
  color: #fff;
}

.project-analytics .analytics-data .balance-data {
  display: inline-flex;
}
@media (max-width: 1680px) {
  .project-analytics .analytics-data .balance-data {
    display: none;
  }
}
.project-analytics .project-analytics-wrapper {
  margin: 0 0 -20px -10px;
}

.app-overview-wrapper {
  margin: 0 -10px -20px -10px;
}

.project-finish-card .project-left-content .progress {
  background: linear-gradient(180.36deg, #CFDCE8 -32.82%, #FFFFFF 99.69%);
  border-radius: 20px;
  height: 14px;
  padding: 2px 4px;
  background-color: transparent;
}
.project-finish-card .project-left-content .progress .progress-bar {
  background-color: transparent;
}
.project-finish-card .project-left-content .progress .progress-bar .common-f-start .progress-box {
  width: 100%;
  height: 16px;
  display: flex;
  align-items: center;
  gap: 4px;
  overflow: hidden;
  background-color: transparent;
  border-radius: 50px;
}
.project-finish-card .project-left-content .progress .progress-bar .common-f-start .progress-box > div {
  width: 3px;
  min-width: 3px;
  max-width: 3px;
  height: 170%;
  background-color: var(--theme-default);
}
.project-finish-card .project-left-content > p {
  margin-bottom: 19px;
}
@media (max-width: 1517px) and (min-width: 768px) {
  .project-finish-card .project-left-content > p {
    display: -webkit-box;
    height: 48px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.project-finish-card .project-left-content .growth-info {
  margin-bottom: 31px;
}
@media (max-width: 897px) and (min-width: 768px) {
  .project-finish-card .project-left-content .growth-info {
    margin-bottom: 16px;
  }
}
.project-finish-card .project-left-content .growth-info p {
  margin-bottom: 19px;
}
.project-finish-card .project-progress span {
  margin-bottom: 7px;
}
@media (max-width: 792px) and (min-width: 768px) {
  .project-finish-card .project-progress span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 130px;
  }
}
.project-finish-card .project-right-content {
  position: absolute;
  bottom: -60px;
  right: -16px;
  animation: bounce-effect 3s infinite ease-in;
}
@media (max-width: 1680px) and (min-width: 1600px) {
  .project-finish-card .project-right-content {
    bottom: -52px;
  }
}
@media (max-width: 1599px) and (min-width: 1400px) {
  .project-finish-card .project-right-content {
    bottom: -50px;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .project-finish-card .project-right-content {
    bottom: -75px;
  }
}
@media (max-width: 1199px) and (min-width: 1071px) {
  .project-finish-card .project-right-content {
    bottom: -63px;
  }
}
@media (max-width: 1070px) and (min-width: 898px) {
  .project-finish-card .project-right-content {
    bottom: -55px;
  }
}
@media (max-width: 897px) and (min-width: 768px) {
  .project-finish-card .project-right-content {
    bottom: -50px;
  }
}
@media (max-width: 767px) and (min-width: 641px) {
  .project-finish-card .project-right-content {
    bottom: -83px;
  }
}
@media (max-width: 640px) and (min-width: 501px) {
  .project-finish-card .project-right-content {
    bottom: -72px;
  }
}
@media (max-width: 500px) {
  .project-finish-card .project-right-content {
    bottom: -57px;
  }
}
@media (max-width: 575px) {
  .project-finish-card {
    background-color: rgba(var(--light-shade-primary), 0.3);
    overflow: hidden;
  }
  .project-finish-card .project-left-content {
    position: relative;
    z-index: 1;
  }
  .project-finish-card .project-right-content {
    filter: opacity(0.4);
    transform: translate(50px, -50px);
    animation: unset;
    z-index: 0;
    right: 50px;
    bottom: -140px;
  }
}
@media (max-width: 575px) and (max-width: 440px) {
  .project-finish-card .project-right-content {
    filter: opacity(0.1);
  }
}

@media (max-width: 1635px) {
  .leave-request-table.table-responsive div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    display: none;
  }
}
.leave-request-table.table-responsive .table thead th,
.leave-request-table.table-responsive .table thead td,
.leave-request-table.table-responsive .table tbody th,
.leave-request-table.table-responsive .table tbody td {
  min-width: auto;
  padding: 12px 8px;
}
.leave-request-table.table-responsive .table thead th:first-child,
.leave-request-table.table-responsive .table thead td:first-child,
.leave-request-table.table-responsive .table tbody th:first-child,
.leave-request-table.table-responsive .table tbody td:first-child {
  padding-left: 20px;
}
@media (max-width: 1779px) and (min-width: 1200px) {
  .leave-request-table.table-responsive .table thead th:first-child img,
  .leave-request-table.table-responsive .table thead td:first-child img,
  .leave-request-table.table-responsive .table tbody th:first-child img,
  .leave-request-table.table-responsive .table tbody td:first-child img {
    display: none;
  }
}
.leave-request-table.table-responsive .table thead th:last-child,
.leave-request-table.table-responsive .table thead td:last-child,
.leave-request-table.table-responsive .table tbody th:last-child,
.leave-request-table.table-responsive .table tbody td:last-child {
  padding-right: 20px;
}
@media (max-width: 1635px) and (min-width: 1400px) {
  .leave-request-table.table-responsive .table thead th:last-child,
  .leave-request-table.table-responsive .table thead td:last-child,
  .leave-request-table.table-responsive .table tbody th:last-child,
  .leave-request-table.table-responsive .table tbody td:last-child {
    display: none;
  }
  .leave-request-table.table-responsive .table thead th:nth-child(2),
  .leave-request-table.table-responsive .table thead td:nth-child(2),
  .leave-request-table.table-responsive .table tbody th:nth-child(2),
  .leave-request-table.table-responsive .table tbody td:nth-child(2) {
    padding-right: 20px;
  }
}
.leave-request-table.table-responsive .table thead th .img-content-box a,
.leave-request-table.table-responsive .table thead td .img-content-box a,
.leave-request-table.table-responsive .table tbody th .img-content-box a,
.leave-request-table.table-responsive .table tbody td .img-content-box a {
  color: var(--body-font-color);
}
@media (max-width: 1114px) {
  .leave-request-table.table-responsive .table thead th:first-child,
  .leave-request-table.table-responsive .table thead td:first-child,
  .leave-request-table.table-responsive .table tbody th:first-child,
  .leave-request-table.table-responsive .table tbody td:first-child {
    min-width: 212px;
  }
  .leave-request-table.table-responsive .table thead th:nth-child(2),
  .leave-request-table.table-responsive .table thead td:nth-child(2),
  .leave-request-table.table-responsive .table tbody th:nth-child(2),
  .leave-request-table.table-responsive .table tbody td:nth-child(2) {
    min-width: 114px;
  }
}
.leave-request-table.table-responsive .table tbody .common-align .approval-box {
  width: 30px;
  height: 30px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.interviewer-users ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 18px;
  gap: 6px;
}
@media (max-width: 1399px) and (min-width: 576px) {
  .interviewer-users ul li {
    padding: 14px 18px;
  }
}
.interviewer-users ul li:nth-child(odd) {
  background-color: var(--light2);
}
.interviewer-users ul li .common-flex {
  gap: 8px;
}
@media (max-width: 400px) {
  .interviewer-users ul li .common-flex {
    flex: 1 1 50%;
  }
}
.interviewer-users ul li .common-flex h6 {
  font-size: 14px;
}
.interviewer-users ul li span {
  min-width: 100px;
}
.interviewer-users ul li img {
  height: 44px;
  border-radius: 50%;
}
@media (max-width: 400px) {
  .interviewer-users ul li img {
    height: 35px;
  }
}
@media (max-width: 1599px) and (min-width: 1400px) {
  .interviewer-users ul li i {
    display: none;
  }
}
@media (max-width: 810px) and (min-width: 768px) {
  .interviewer-users ul li i {
    display: none;
  }
}
@media (max-width: 340px) {
  .interviewer-users ul li i {
    display: none;
  }
}

.schedule-calender .card-header-right-icon .btn {
  border: 1px solid rgba(82, 82, 108, 0.2);
  color: var(--body-font-color);
}
.schedule-calender .card-header-right-icon .btn:hover {
  background-color: var(--theme-default);
  color: #fff;
}
@media (max-width: 1490px) and (min-width: 1400px) {
  .schedule-calender .card-header-right-icon {
    display: none;
  }
}
@media (max-width: 390px) {
  .schedule-calender .header-top {
    display: block;
  }
  .schedule-calender .header-top .card-header-right-icon {
    margin-top: 12px;
  }
}
.schedule-calender .schedule-wrapper {
  padding-bottom: 28px;
  border-bottom-color: rgba(82, 82, 108, 0.1);
  justify-content: center;
}
@media (max-width: 500px) {
  .schedule-calender .schedule-wrapper {
    padding-bottom: 10px;
  }
}
@media (max-width: 1851px) {
  .schedule-calender .schedule-wrapper {
    justify-content: flex-start;
    display: flex;
  }
}
.schedule-calender .schedule-wrapper .nav-item .nav-link {
  border-radius: 16px;
  border: unset;
  transition: all 0.2s ease;
  min-width: 62px;
}
.schedule-calender .schedule-wrapper .nav-item .nav-link span {
  color: rgba(82, 82, 108, 0.8);
}
.schedule-calender .schedule-wrapper .nav-item .nav-link h6 {
  color: var(--body-font-color);
}
.schedule-calender .schedule-wrapper .nav-item .nav-link.active {
  background-color: var(--theme-default);
  border-radius: 16px;
  transition: all 0.2s ease;
}
.schedule-calender .schedule-wrapper .nav-item .nav-link.active span,
.schedule-calender .schedule-wrapper .nav-item .nav-link.active h6 {
  color: #fff;
}
.schedule-calender .tab-content .activity-update > li {
  padding-block: 12px;
  border-bottom: 1px solid var(--chart-border);
}
@media (max-width: 1399px) and (min-width: 768px) {
  .schedule-calender .tab-content .activity-update > li {
    width: 50%;
  }
}
.schedule-calender .tab-content .activity-update > li > div {
  border-width: 4px !important;
  border-radius: 6px 0px 0px 6px;
  justify-content: space-between;
  gap: 6px;
}
@media (max-width: 1490px) and (min-width: 1400px) {
  .schedule-calender .tab-content .activity-update > li > div {
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 20px;
    align-items: flex-start !important;
  }
}
@media (max-width: 500px) {
  .schedule-calender .tab-content .activity-update > li > div {
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 20px;
    align-items: flex-start !important;
  }
}
.schedule-calender .tab-content .activity-update > li .left-schedule {
  margin-left: 14px;
}
@media (max-width: 1490px) and (min-width: 1400px) {
  .schedule-calender .tab-content .activity-update > li .left-schedule {
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  .schedule-calender .tab-content .activity-update > li .left-schedule {
    margin-left: 0;
  }
}
.schedule-calender .tab-content .activity-update > li .left-schedule > span {
  font-weight: 500;
  color: var(--body-font-color);
  margin-bottom: 6px;
}
.schedule-calender .tab-content .activity-update > li .left-schedule .customers {
  padding-right: 6px;
}
.schedule-calender .tab-content .activity-update > li .left-schedule .customers ul li + li {
  margin-left: -16px;
}
.schedule-calender .tab-content .activity-update > li .left-schedule .customers ul li img {
  width: 35px !important;
}
.schedule-calender .tab-content .activity-update > li .left-schedule .schedule-name {
  border-left: 1px solid rgba(82, 82, 108, 0.8);
  padding-left: 6px;
}
@media (max-width: 1660px) {
  .schedule-calender .tab-content .activity-update > li .left-schedule .schedule-name {
    display: none;
  }
}
.schedule-calender .tab-content .activity-update > li .right-schedule {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 500px) {
  .schedule-calender .tab-content .activity-update > li .right-schedule {
    margin-top: 12px;
  }
  .schedule-calender .tab-content .activity-update > li .right-schedule svg {
    width: 16px;
    height: 16px;
  }
}
.schedule-calender .tab-content .activity-update > li .right-schedule svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 1560px) and (min-width: 1491px) {
  .schedule-calender .tab-content .activity-update > li .right-schedule svg {
    display: none;
  }
}
.schedule-calender .tab-content .activity-update > li:last-child {
  border-bottom: unset;
  padding-bottom: unset;
}
@media (max-width: 1399px) and (min-width: 768px) {
  .schedule-calender .tab-content .activity-update {
    display: flex;
    flex-wrap: wrap;
  }
  .schedule-calender .tab-content .activity-update > li {
    flex: 0 0 50%;
    margin-bottom: 10px;
  }
  .schedule-calender .tab-content .activity-update > li .left-schedule,
  .schedule-calender .tab-content .activity-update > li .right-schedule {
    flex: 1;
  }
  .schedule-calender .tab-content .activity-update > li:nth-child(5) {
    border-bottom: unset;
    padding-bottom: unset;
    margin-bottom: 0;
  }
  .schedule-calender .tab-content .activity-update > li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1399px) and (min-width: 768px) {
  .schedule-calender #thu .activity-update > li:nth-child(3) {
    border-bottom: unset;
    padding-bottom: unset;
    margin-bottom: 0;
  }
  .schedule-calender #frd .activity-update > li:first-child,
  .schedule-calender #sun .activity-update > li:first-child {
    border-bottom: unset;
    padding-bottom: unset;
    margin-bottom: 0;
  }
}

@media (max-width: 1799px) {
  .application-overview .balance-data {
    display: none;
  }
}

@media (max-width: 1399px) {
  .employee-list-table.recent-table div.dt-container .dt-layout-row:last-child {
    flex-direction: column;
  }
}
@media (max-width: 1399px) {
  .employee-list-table.recent-table div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    position: relative;
    top: 4px;
    left: 20px;
    margin-bottom: 20px;
    width: 90%;
    display: block;
  }
}
.employee-list-table.recent-table table thead tr th,
.employee-list-table.recent-table table thead tr td,
.employee-list-table.recent-table table tbody tr th,
.employee-list-table.recent-table table tbody tr td {
  min-width: auto;
}
@media (max-width: 1812px) and (min-width: 1200px) {
  .employee-list-table.recent-table table thead tr th:nth-child(3),
  .employee-list-table.recent-table table thead tr td:nth-child(3),
  .employee-list-table.recent-table table tbody tr th:nth-child(3),
  .employee-list-table.recent-table table tbody tr td:nth-child(3) {
    display: none;
  }
}
@media (max-width: 1480px) and (min-width: 1200px) {
  .employee-list-table.recent-table table thead tr th:nth-child(4),
  .employee-list-table.recent-table table thead tr td:nth-child(4),
  .employee-list-table.recent-table table tbody tr th:nth-child(4),
  .employee-list-table.recent-table table tbody tr td:nth-child(4) {
    display: none;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .employee-list-table.recent-table table thead tr th:nth-child(2) img,
  .employee-list-table.recent-table table thead tr td:nth-child(2) img,
  .employee-list-table.recent-table table tbody tr th:nth-child(2) img,
  .employee-list-table.recent-table table tbody tr td:nth-child(2) img {
    display: none;
  }
  .employee-list-table.recent-table table thead tr th:nth-child(5),
  .employee-list-table.recent-table table thead tr td:nth-child(5),
  .employee-list-table.recent-table table tbody tr th:nth-child(5),
  .employee-list-table.recent-table table tbody tr td:nth-child(5) {
    display: none;
  }
  .employee-list-table.recent-table table thead tr th:last-child .square-white,
  .employee-list-table.recent-table table thead tr td:last-child .square-white,
  .employee-list-table.recent-table table tbody tr th:last-child .square-white,
  .employee-list-table.recent-table table tbody tr td:last-child .square-white {
    width: 24px;
    height: 24px;
  }
  .employee-list-table.recent-table table thead tr th:last-child .square-white svg,
  .employee-list-table.recent-table table thead tr td:last-child .square-white svg,
  .employee-list-table.recent-table table tbody tr th:last-child .square-white svg,
  .employee-list-table.recent-table table tbody tr td:last-child .square-white svg {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .employee-list-table.recent-table table thead tr th:nth-child(2) img,
  .employee-list-table.recent-table table thead tr td:nth-child(2) img,
  .employee-list-table.recent-table table tbody tr th:nth-child(2) img,
  .employee-list-table.recent-table table tbody tr td:nth-child(2) img {
    height: 26px;
  }
}
@media (max-width: 1199px) {
  .employee-list-table.recent-table table thead tr th:nth-child(2),
  .employee-list-table.recent-table table thead tr td:nth-child(2),
  .employee-list-table.recent-table table tbody tr th:nth-child(2),
  .employee-list-table.recent-table table tbody tr td:nth-child(2) {
    min-width: 160px;
  }
  .employee-list-table.recent-table table thead tr th:nth-child(3),
  .employee-list-table.recent-table table thead tr td:nth-child(3),
  .employee-list-table.recent-table table tbody tr th:nth-child(3),
  .employee-list-table.recent-table table tbody tr td:nth-child(3) {
    min-width: 122px;
  }
  .employee-list-table.recent-table table thead tr th:nth-child(5),
  .employee-list-table.recent-table table thead tr td:nth-child(5),
  .employee-list-table.recent-table table tbody tr th:nth-child(5),
  .employee-list-table.recent-table table tbody tr td:nth-child(5) {
    min-width: 120px;
  }
  .employee-list-table.recent-table table thead tr th:nth-child(6),
  .employee-list-table.recent-table table thead tr td:nth-child(6),
  .employee-list-table.recent-table table tbody tr th:nth-child(6),
  .employee-list-table.recent-table table tbody tr td:nth-child(6) {
    min-width: 114px;
  }
  .employee-list-table.recent-table table thead tr th:last-child .square-white,
  .employee-list-table.recent-table table thead tr td:last-child .square-white,
  .employee-list-table.recent-table table tbody tr th:last-child .square-white,
  .employee-list-table.recent-table table tbody tr td:last-child .square-white {
    width: 24px;
    height: 24px;
  }
  .employee-list-table.recent-table table thead tr th:last-child .square-white svg,
  .employee-list-table.recent-table table thead tr td:last-child .square-white svg,
  .employee-list-table.recent-table table tbody tr th:last-child .square-white svg,
  .employee-list-table.recent-table table tbody tr td:last-child .square-white svg {
    width: 14px;
    height: 14px;
  }
}
.employee-list-table.recent-table table tbody tr td:last-child {
  cursor: pointer;
}
.employee-list-table.recent-table table tbody .square-white {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background-color: var(--white);
  box-shadow: 0px 0px 28px 6px rgba(235, 235, 235, 0.4);
}
.employee-list-table.recent-table table tbody .square-white svg {
  fill: rgba(82, 82, 108, 0.8);
  width: 16px;
  height: 16px;
}

@media (max-width: 1640px) and (min-width: 1400px) {
  .col-hr-6 {
    width: 50%;
    flex: 0 0 auto;
  }
}
/**=====================
    3.19 Dashboard_11 Start
==========================**/
/**=====================
  3.20 Dashboard_default CSS Start
==========================**/
.form-control-plaintext {
  width: auto !important;
}

@keyframes bounce-effect {
  0% {
    transform: translateY(0);
    transition: 0.5s;
  }
  50% {
    transform: translateY(-5px);
    transition: 0.5s;
  }
  100% {
    transform: translateY(0);
    transition: 0.5s;
  }
}
@keyframes round {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.badge-light-primary {
  background-color: white;
  color: #7366FF;
}
.badge-light-primary:hover {
  background-color: white;
  color: #7366FF;
}

.badge-l-primary {
  background-color: white;
}
.badge-l-primary:hover {
  background-color: white;
}

.badge-light-secondary {
  background-color: #dadada;
  color: #838383;
}
.badge-light-secondary:hover {
  background-color: #dadada;
  color: #838383;
}

.badge-l-secondary {
  background-color: #d5d5d5;
}
.badge-l-secondary:hover {
  background-color: #d5d5d5;
}

.badge-light-success {
  background-color: #dcf1da;
  color: #65c15c;
}
.badge-light-success:hover {
  background-color: #dcf1da;
  color: #65c15c;
}

.badge-l-success {
  background-color: #d5eed2;
}
.badge-l-success:hover {
  background-color: #d5eed2;
}

.badge-light-danger {
  background-color: #fff5f5;
  color: #fc564a;
}
.badge-light-danger:hover {
  background-color: #fff5f5;
  color: #fc564a;
}

.badge-l-danger {
  background-color: #ffeceb;
}
.badge-l-danger:hover {
  background-color: #ffeceb;
}

.badge-light-info {
  background-color: #e5f5fe;
  color: #40b8f5;
}
.badge-light-info:hover {
  background-color: #e5f5fe;
  color: #40b8f5;
}

.badge-l-info {
  background-color: #dbf2fd;
}
.badge-l-info:hover {
  background-color: #dbf2fd;
}

.badge-light-light {
  background-color: #acacc0;
  color: #52526c;
}
.badge-light-light:hover {
  background-color: #acacc0;
  color: #52526c;
}

.badge-l-light {
  background-color: #a6a6bb;
}
.badge-l-light:hover {
  background-color: #a6a6bb;
}

.badge-light-dark {
  background-color: #939db3;
  color: #3f475a;
}
.badge-light-dark:hover {
  background-color: #939db3;
  color: #3f475a;
}

.badge-l-dark {
  background-color: #8d97af;
}
.badge-l-dark:hover {
  background-color: #8d97af;
}

.badge-light-warning {
  background-color: #fff2d6;
  color: #ffb829;
}
.badge-light-warning:hover {
  background-color: #fff2d6;
  color: #ffb829;
}

.badge-l-warning {
  background-color: #ffeecc;
}
.badge-l-warning:hover {
  background-color: #ffeecc;
}

.badge-light-light {
  background-color: #e9e9ee !important;
}

.badge-light-primary,
.badge-l-primary {
  background-color: rgba(115, 102, 255, 0.1);
}
.badge-light-primary:hover,
.badge-l-primary:hover {
  background-color: rgba(115, 102, 255, 0.1);
}

.badge-light-success {
  background-color: rgba(101, 193, 92, 0.15);
}

.badge-light-secondary {
  background-color: rgba(131, 131, 131, 0.08);
}

.badge-light-danger {
  background-color: rgba(252, 86, 74, 0.15);
}

@media (max-width: 1712px) {
  .overall-card .balance-card {
    padding: 12px;
  }
}
@media (max-width: 1662px) and (min-width: 1600px) {
  .overall-card .col-xl-9 {
    width: 73%;
  }
  .overall-card .col-xl-3 {
    width: 27%;
  }
}
@media (max-width: 1650px) and (min-width: 1600px) {
  .overall-card .col-xl-9 {
    width: 72%;
  }
  .overall-card .col-xl-3 {
    width: 28%;
  }
}
@media (max-width: 1600px) and (min-width: 1500px) {
  .overall-card .col-xl-9 {
    width: 70%;
  }
  .overall-card .col-xl-3 {
    width: 30%;
  }
}
@media (max-width: 1500px) and (min-width: 1200px) {
  .overall-card .col-xl-9 {
    width: 65%;
  }
  .overall-card .col-xl-3 {
    width: 35%;
  }
}

/* Clock styles */
.clockbox {
  margin-bottom: -5px;
}
.clockbox svg {
  width: 45px;
  height: 45px;
}
@media (max-width: 767px) {
  .clockbox svg {
    height: 36px;
  }
}

.clockbox,
#clock {
  width: 100%;
}

.circle {
  fill: #fff;
  stroke: rgba(255, 255, 255, 0.4);
  stroke-width: 80px;
  stroke-miterlimit: 10;
}

.mid-circle {
  fill: #000;
}

.hour-marks {
  fill: none;
  stroke: #75758a;
  stroke-width: 9;
  stroke-miterlimit: 10;
}

.hour-hand {
  fill: none;
  stroke: #ff7e00;
  stroke-width: 17;
  stroke-miterlimit: 10;
}

.minute-hand {
  fill: none;
  stroke: #ff7e00;
  stroke-width: 11;
  stroke-miterlimit: 10;
}

.second-hand {
  fill: none;
  stroke: #ffb829;
  stroke-width: 15px;
  stroke-miterlimit: 10;
}

.sizing-box {
  fill: none;
}

#hour,
#minute,
#second {
  transform-origin: 300px 300px;
  transition: transform 0.5s ease-in-out;
}

@media (min-width: 1400px) {
  .widget-grid .height-equal {
    min-height: unset !important;
  }
}
@media (min-width: 1400px) {
  .widget-grid > .col-xxl-auto {
    width: 22.22%;
  }
}

.order-chart > div {
  margin-top: -25px;
  margin-bottom: -43px;
}
.order-chart svg path {
  clip-path: inset(7% 0% 0% 0% round 0.6rem);
}

.widget-1 {
  background-image: url(../images/dashboard/widget-bg.png);
  background-size: cover;
  margin-bottom: 25px;
}
.widget-1 svg {
  font-weight: 700;
  width: 12px;
  height: 12px;
}
.widget-1 .f-w-500 {
  display: flex;
  align-items: center;
}
@media (max-width: 1580px) and (min-width: 1200px) {
  .widget-1 .f-w-500 {
    display: none;
  }
}
.widget-1 .card-body {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 18px 25px;
}
@media (max-width: 1720px) {
  .widget-1 .card-body {
    padding: 18px;
  }
}
.widget-1 .widget-round {
  position: relative;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-radius: 100%;
}
.widget-1 .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;
}
.widget-1 .widget-round .bg-round svg {
  width: 24px;
  height: 24px;
}
.widget-1 .widget-round .bg-round .half-circle {
  height: 52px;
  position: absolute;
  left: -9px;
  width: 35px;
  bottom: -8px;
  background: #fff;
  z-index: -1;
}
@media (max-width: 1399px) {
  .widget-1 .widget-round .bg-round {
    width: 40px;
    height: 40px;
  }
  .widget-1 .widget-round .bg-round svg {
    width: 22px;
    height: 22px;
  }
  .widget-1 .widget-round .bg-round .half-circle {
    height: 40px;
    left: -10px;
    width: 30px;
    bottom: -8px;
  }
}
.widget-1 .widget-round.primary {
  border-color: var(--theme-default);
}
.widget-1 .widget-round.secondary {
  border-color: var(--theme-secondary);
}
.widget-1 .widget-round.success {
  border-color: #65c15c;
}
.widget-1 .widget-round.warning {
  border-color: #ffb829;
}
.widget-1 .widget-content {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1600px) {
  .widget-1 .widget-content {
    gap: 10px;
  }
}
.widget-1 .widget-content h4 {
  margin-bottom: 4px;
}
@media (max-width: 1399px) {
  .widget-1 .widget-content h4 {
    font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  }
}
.widget-1:hover {
  transform: translateY(-5px);
  transition: 0.5s;
}
.widget-1:hover .widget-round .svg-fill:not(.half-circle),
.widget-1:hover .widget-round svg:not(.half-circle) {
  animation: tada 1.5s ease infinite;
}

.widget-with-chart .card-body {
  align-items: center;
}

@media (max-width: 1625px) {
  .main-customer-table .table-responsive .dt-layout-row .dt-search {
    display: none;
  }
}
.main-customer-table .table-responsive .table thead tr th,
.main-customer-table .table-responsive .table thead tr td,
.main-customer-table .table-responsive .table tbody tr th,
.main-customer-table .table-responsive .table tbody tr td {
  min-width: auto;
}
.main-customer-table .table-responsive .table thead tr th:first-child,
.main-customer-table .table-responsive .table thead tr td:first-child,
.main-customer-table .table-responsive .table tbody tr th:first-child,
.main-customer-table .table-responsive .table tbody tr td:first-child {
  padding-left: 20px;
  cursor: pointer;
}
@media (max-width: 1447px) and (min-width: 1400px) {
  .main-customer-table .table-responsive .table thead tr th:nth-child(2) img,
  .main-customer-table .table-responsive .table thead tr td:nth-child(2) img,
  .main-customer-table .table-responsive .table tbody tr th:nth-child(2) img,
  .main-customer-table .table-responsive .table tbody tr td:nth-child(2) img {
    display: none;
  }
}
@media (max-width: 1303px) and (min-width: 1219px) {
  .main-customer-table .table-responsive .table thead tr th:nth-child(2) img,
  .main-customer-table .table-responsive .table thead tr td:nth-child(2) img,
  .main-customer-table .table-responsive .table tbody tr th:nth-child(2) img,
  .main-customer-table .table-responsive .table tbody tr td:nth-child(2) img {
    display: none;
  }
}
.main-customer-table .table-responsive .table thead tr th:last-child,
.main-customer-table .table-responsive .table thead tr td:last-child,
.main-customer-table .table-responsive .table tbody tr th:last-child,
.main-customer-table .table-responsive .table tbody tr td:last-child {
  padding-right: 20px;
}
@media (max-width: 1801px) and (min-width: 1596px) {
  .main-customer-table .table-responsive .table thead tr th:last-child,
  .main-customer-table .table-responsive .table thead tr td:last-child,
  .main-customer-table .table-responsive .table tbody tr th:last-child,
  .main-customer-table .table-responsive .table tbody tr td:last-child {
    display: none;
  }
}
@media (max-width: 1595px) and (min-width: 1400px) {
  .main-customer-table .table-responsive .table thead tr th:last-child,
  .main-customer-table .table-responsive .table thead tr td:last-child,
  .main-customer-table .table-responsive .table tbody tr th:last-child,
  .main-customer-table .table-responsive .table tbody tr td:last-child {
    display: none;
  }
}
@media (max-width: 1218px) and (min-width: 1200px) {
  .main-customer-table .table-responsive .table thead tr th:last-child,
  .main-customer-table .table-responsive .table thead tr td:last-child,
  .main-customer-table .table-responsive .table tbody tr th:last-child,
  .main-customer-table .table-responsive .table tbody tr td:last-child {
    display: none;
  }
}
@media (max-width: 1166px) {
  .main-customer-table .table-responsive .table thead tr th:nth-child(2),
  .main-customer-table .table-responsive .table thead tr td:nth-child(2),
  .main-customer-table .table-responsive .table tbody tr th:nth-child(2),
  .main-customer-table .table-responsive .table tbody tr td:nth-child(2) {
    min-width: 135px;
  }
  .main-customer-table .table-responsive .table thead tr th:nth-child(3),
  .main-customer-table .table-responsive .table thead tr td:nth-child(3),
  .main-customer-table .table-responsive .table tbody tr th:nth-child(3),
  .main-customer-table .table-responsive .table tbody tr td:nth-child(3) {
    min-width: 112px;
  }
  .main-customer-table .table-responsive .table thead tr th:last-child,
  .main-customer-table .table-responsive .table thead tr td:last-child,
  .main-customer-table .table-responsive .table tbody tr th:last-child,
  .main-customer-table .table-responsive .table tbody tr td:last-child {
    min-width: 80px;
  }
}
.main-customer-table .table-responsive .table thead tr th {
  color: #52526c;
}
.main-customer-table .table-responsive .table tbody tr td .img-content-box a {
  color: var(--body-font-color);
}

.profile-box {
  background: linear-gradient(103.75deg, #33B1EE -13.9%, var(--theme-default) 79.68%);
  color: #fff;
  height: 238px;
}
@media (max-width: 1399px) {
  .profile-box {
    height: 206px;
  }
}
.profile-box .cartoon {
  position: absolute;
  bottom: -15px;
  right: 20px;
  animation: bounce-effect 5s infinite ease-in;
}
[dir=rtl] .profile-box .cartoon {
  right: unset !important;
  left: 5px;
}
@media (max-width: 1660px) {
  .profile-box .cartoon {
    right: 30px;
    text-align: right;
  }
  [dir=rtl] .profile-box .cartoon {
    left: -6px;
    text-align: left;
  }
  .profile-box .cartoon img {
    width: 80%;
  }
}
@media (max-width: 1500px) and (min-width: 1031px) {
  .profile-box .cartoon img {
    width: 70%;
  }
}
@media (max-width: 1030px) {
  .profile-box .cartoon img {
    width: 62%;
  }
}
@media (max-width: 767px) {
  .profile-box .cartoon {
    right: 10px;
  }
  [dir=rtl] .profile-box .cartoon {
    left: -10px;
  }
  .profile-box .cartoon img {
    width: 52%;
  }
}
@media (max-width: 575px) {
  .profile-box .cartoon {
    right: 30px;
  }
  [dir=rtl] .profile-box .cartoon {
    left: 10px;
  }
  .profile-box .cartoon img {
    width: 48%;
  }
}
@media (max-width: 1485px) and (min-width: 1400px) {
  .profile-box .greeting-user h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 235px;
  }
}
@media (max-width: 1108px) and (min-width: 992px) {
  .profile-box .greeting-user h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 235px;
  }
}
@media (max-width: 840px) {
  .profile-box .greeting-user h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 235px;
  }
}
@media (max-width: 730px) and (min-width: 611px) {
  .profile-box .greeting-user h2 {
    max-width: 170px;
  }
}
@media (max-width: 610px) and (min-width: 576px) {
  .profile-box .greeting-user h2 {
    max-width: 115px;
  }
}
@media (max-width: 575px) {
  .profile-box .greeting-user h2 {
    max-width: 178px;
  }
}
.profile-box .greeting-user h2,
.profile-box .greeting-user p {
  color: #fff;
}
.profile-box .greeting-user p {
  width: 60%;
}
@media (max-width: 1500px) {
  .profile-box .greeting-user p {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .profile-box .greeting-user p {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .profile-box .greeting-user p {
    width: 98%;
  }
}
@media (max-width: 600px) {
  .profile-box .greeting-user p {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .profile-box .greeting-user p {
    width: 98%;
  }
}
.profile-box .whatsnew-btn {
  margin-top: 3.5rem;
}
@media (max-width: 1500px) {
  .profile-box .whatsnew-btn {
    margin-top: 1.7rem;
  }
}
@media (max-width: 991px) {
  .profile-box .whatsnew-btn {
    margin-top: 3.5rem;
  }
}
@media (max-width: 638px) {
  .profile-box .whatsnew-btn {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .profile-box .whatsnew-btn .btn {
    padding: 6px 10px;
  }
}

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
}
.header-top a i {
  font-size: 11px;
  margin-bottom: -2px;
}
.header-top a.btn {
  padding: 8px 12px;
}
@media (max-width: 575px) {
  .header-top a.btn {
    padding: 5px;
  }
}
.header-top a.btn.badge-light-primary:hover {
  background-color: var(--theme-default);
}

.user-details {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1399px) {
  .user-details {
    gap: 6px;
  }
}
.user-details .customers {
  width: 200px;
}
@media (max-width: 575px) {
  .user-details {
    flex-wrap: wrap;
  }
}

.papernote-wrap .banner-img {
  border-radius: 15px;
  width: 100%;
}
.papernote-wrap .note-labels {
  display: flex;
  align-items: center;
}
.papernote-wrap .note-labels > * {
  padding: 3px 0;
}
.papernote-wrap .note-labels ul {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .papernote-wrap .note-labels ul {
    gap: 4px;
  }
}
.papernote-wrap .note-labels .badge {
  font-size: 14px;
  padding: 6px 12px;
}
@media (max-width: 575px) {
  .papernote-wrap .note-labels .badge {
    font-size: 12px;
    padding: 5px 6px;
  }
}
.papernote-wrap .note-labels .last-label {
  padding-left: 16px;
  margin-left: 16px;
  border-left: 1px dashed rgba(117, 117, 138, 0.7);
}
[dir=rtl] .papernote-wrap .note-labels .last-label {
  padding-left: unset;
  margin-left: unset;
  margin-right: 16px;
  padding-right: 16px;
  border-left: none;
  border-right: 1px dashed rgba(117, 117, 138, 0.7);
}
@media (max-width: 575px) {
  .papernote-wrap .note-labels .last-label {
    padding-left: 8px;
    margin-left: 8px;
  }
  [dir=rtl] .papernote-wrap .note-labels .last-label {
    margin-right: 8px;
    padding-right: 8px;
  }
}
.papernote-wrap .light-card {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--light2);
  border: 1px solid rgba(117, 117, 138, 0.2);
}

.notification ul {
  position: relative;
}
.notification ul::before {
  position: absolute;
  content: "";
  border: 1px dashed #75758a;
  opacity: 0.3;
  top: 12px;
  left: 2px;
  height: calc(100% - 12px);
}
[dir=rtl] .notification ul::before {
  left: unset;
  right: 2px;
}
.notification li {
  padding-bottom: 31px;
}
.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: #fff;
  margin-left: 10px;
  font-weight: 500;
}
.notification .card .d-flex .w-100 h6 {
  margin-bottom: 5px;
  position: relative;
}
.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 {
    -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: #75758a;
}
.notification .card .d-flex:nth-child(2) .flex-grow-1 h6 .dot-notification {
  background-color: #ffb829;
  border: 5px solid #ffebc2;
}
.notification .card .d-flex:last-child {
  margin-bottom: 0 !important;
}
.notification .date-content {
  padding: 4px 8px;
  border-radius: 5px;
}

.schedule-container > div {
  margin-bottom: -40px;
}
.schedule-container svg path {
  clip-path: inset(1% 0% 0% 0% round 1.5rem);
}

.purchase-card {
  text-align: center;
  margin-top: 200px;
}
@media (max-width: 1560px) {
  .purchase-card {
    margin-top: 170px;
  }
}
@media (max-width: 1399px) {
  .purchase-card {
    margin-top: 160px;
  }
}
@media (max-width: 500px) {
  .purchase-card {
    margin-top: 110px;
  }
}
@media (max-width: 420px) {
  .purchase-card {
    margin-top: 90px;
  }
}
.purchase-card img {
  margin-top: -208px;
}
@media (max-width: 1560px) {
  .purchase-card img {
    margin-top: -170px;
  }
}
@media (max-width: 1399px) {
  .purchase-card img {
    width: 70%;
    margin: -160px auto 0 auto;
  }
}
@media (max-width: 1366px) {
  .purchase-card img {
    width: 76%;
  }
}
@media (max-width: 1199px) {
  .purchase-card img {
    width: 86%;
  }
}
@media (max-width: 991px) {
  .purchase-card img {
    width: 72%;
  }
}
@media (max-width: 767px) {
  .purchase-card img {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .purchase-card img {
    margin-top: -110px;
  }
}
@media (max-width: 420px) {
  .purchase-card img {
    margin-top: -90px;
    width: 60%;
  }
}
.purchase-card .purchase-btn {
  min-width: auto;
}

.buy-card img {
  height: 252px;
  object-fit: contain;
  padding: 20px 20px 0;
}
.buy-card .card-body {
  margin-inline: 50px;
  text-align: center;
}
.buy-card .card-body .purchase-btn {
  min-width: auto;
  font-size: 14px;
}
@media (max-width: 1869px) {
  .buy-card img {
    height: 256px;
  }
  .buy-card .card-body {
    margin-inline: 45px;
  }
}
@media (max-width: 1774px) and (min-width: 1431px) {
  .buy-card .card-body {
    margin-inline: 6px;
  }
}
@media (max-width: 1430px) and (min-width: 1400px) {
  .buy-card img {
    height: 230px;
  }
  .buy-card .card-body {
    margin-inline: 0px;
  }
}
@media (max-width: 1399px) {
  .buy-card img {
    height: 295px;
  }
}
@media (max-width: 1380px) and (min-width: 992px) {
  .buy-card .card-body {
    margin-inline: 6px;
  }
}
@media (max-width: 991px) and (min-width: 818px) {
  .buy-card .card-body {
    margin-inline: 50px;
  }
}
@media (max-width: 817px) and (min-width: 687px) {
  .buy-card .card-body {
    margin-inline: 28px;
  }
}
@media (max-width: 686px) {
  .buy-card .card-body {
    margin-inline: 0;
  }
}
@media (max-width: 1199px) and (min-width: 1078px) {
  .buy-card img {
    height: 238px;
  }
}
@media (max-width: 1077px) and (min-width: 992px) {
  .buy-card img {
    height: 252px;
  }
}
@media (max-width: 991px) and (min-width: 1200px) {
  .buy-card img {
    height: 295px;
  }
}
@media (max-width: 1199px) and (min-width: 1200px) {
  .buy-card img {
    height: 270px;
  }
}
@media (max-width: 1199px) and (min-width: 576px) {
  .buy-card img {
    height: 295px;
  }
}
@media (max-width: 575px) and (min-width: 446px) {
  .buy-card img {
    height: 240px;
  }
}
@media (max-width: 445px) {
  .buy-card img {
    height: 185px;
  }
}

.appointment-table table tr td {
  position: relative;
  border-top: none;
  padding: 15px 0;
  vertical-align: middle;
}
.appointment-table table tr td:first-child {
  width: 50px;
}
.appointment-table table tr td .status-circle {
  top: 1px;
  left: 35px;
  border-width: 3px;
}
.appointment-table table tr td p,
.appointment-table table tr td .btn {
  font-weight: 500;
  font-size: 12px;
}
.appointment-table table tr td .btn {
  padding: 4px 12px;
}
.appointment-table table tr .img-content-box a {
  color: var(--body-font-color);
  transition: 0.5s;
  display: inline-block !important;
}
.appointment-table table tr .img-content-box span {
  display: block;
}
.appointment-table table tr:hover .img-content-box a {
  color: var(--theme-default);
  transition: 0.5s;
}
.appointment-table table tr:first-child td {
  padding-top: 0 !important;
}
.appointment-table table tr:last-child td {
  padding-bottom: 0 !important;
}
.appointment-table.customer-table table tr td {
  padding: 10px 0;
}
.appointment-table.customer-table table tr td img {
  min-width: 40px;
}

.icon-box {
  width: 50px;
  height: 32px;
  background-color: rgba(115, 102, 255, 0.08);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-box i {
  color: var(--theme-default);
  font-size: 22px;
}
.icon-box svg {
  stroke: var(--theme-default);
}

.balance-card {
  display: flex;
  padding: 15px;
  border-radius: 5px;
  gap: 15px;
  transition: 0.5s;
}
@media (max-width: 1199px) {
  .balance-card {
    gap: 8px;
  }
}
.balance-card .svg-box {
  width: 43px;
  height: 43px;
  background: #fff;
  box-shadow: 0px 71.2527px 51.5055px rgba(229, 229, 245, 0.189815), 0px 42.3445px 28.0125px rgba(229, 229, 245, 0.151852), 0px 21.9866px 14.2913px rgba(229, 229, 245, 0.125), 0px 8.95749px 7.16599px rgba(229, 229, 245, 0.0981481), 0px 2.03579px 3.46085px rgba(229, 229, 245, 0.0601852);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .balance-card .svg-box {
    width: 35px;
    height: 35px;
  }
}
.balance-card .svg-box svg {
  height: 20px;
  fill: rgba(117, 117, 138, 0.85);
}
@media (max-width: 1199px) {
  .balance-card .svg-box svg {
    height: 17px;
  }
}

.btn-light-secondary {
  background-color: rgba(var(--theme-secondary), 0.1);
  font-size: 12px;
  padding: 6px 12px;
  font-weight: 600;
}

.fill-primary {
  fill: #7366FF;
}

.fill-secondary {
  fill: #838383;
}

.fill-success {
  fill: #65c15c;
}

.fill-warning {
  fill: #ffb829;
}

.fill-info {
  fill: #40b8f5;
}

.fill-danger {
  fill: #fc564a;
}

.testimonial i {
  font-size: 60px;
  color: rgba(43, 43, 43, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.1;
  z-index: -1;
}
.testimonial p {
  color: #75758a;
  font-style: italic;
  margin-bottom: 30px;
  margin-top: 30px;
}
.testimonial h5 {
  color: #404040;
  padding-top: 10px;
}
.testimonial span {
  color: #75758a;
}
.testimonial img {
  margin: 0 auto;
}

.widget-charts .widget-1 .card-body {
  padding: 30px 25px;
}

.chart-widget-top #chart-widget1,
.chart-widget-top #chart-widget2,
.chart-widget-top #chart-widget3 {
  margin-bottom: -15px;
}
.chart-widget-top #chart-widget1 .apexcharts-xaxistooltip,
.chart-widget-top #chart-widget2 .apexcharts-xaxistooltip,
.chart-widget-top #chart-widget3 .apexcharts-xaxistooltip {
  display: none;
}
.chart-widget-top span {
  color: #6C757D;
}

.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: #000;
}

.skill-chart {
  margin-bottom: -48px;
}
.skill-chart .apexcharts-legend .apexcharts-legend-series span {
  display: block;
}
.skill-chart .apexcharts-legend .apexcharts-legend-series .apexcharts-legend-text {
  margin: 10px 0 20px;
}

.progress-chart {
  margin: -11px 0 -20px;
}
.progress-chart .apexcharts-canvas svg path,
.progress-chart .apexcharts-canvas svg rect {
  clip-path: inset(1% 0% 0% 0% round 1rem);
}

.bottom-content span {
  color: #75758a;
}
.bottom-content .block-bottom {
  display: block;
}

@keyframes am-moving-dashes {
  100% {
    stroke-dashoffset: -30px;
  }
}
@-webkit-keyframes am-pulsating {
  0% {
    stroke-opacity: 1;
    stroke-width: 0;
  }
  100% {
    stroke-opacity: 0;
    stroke-width: 50px;
  }
}
@keyframes am-pulsating {
  0% {
    stroke-opacity: 1;
    stroke-width: 0;
  }
  100% {
    stroke-opacity: 0;
    stroke-width: 50px;
  }
}
@-webkit-keyframes am-draw {
  0% {
    stroke-dashoffset: 500%;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes am-draw {
  0% {
    stroke-dashoffset: 500%;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.serial-chart .chart-container {
  width: 100%;
  height: 500px;
}
.serial-chart .chart-container .lastBullet {
  animation: am-pulsating 1s ease-out infinite;
}
.serial-chart .chart-container .amcharts-graph-column-front {
  transition: all 0.3s 0.3s ease-out;
}
.serial-chart .chart-container .amcharts-graph-column-front:hover {
  fill: var(--theme-secondary);
  stroke: var(--theme-secondary);
  transition: all 0.3s ease-out;
}
.serial-chart .chart-container .amcharts-graph-g3 {
  stroke-linejoin: round;
  stroke-linecap: round;
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
  animation: am-draw 40s;
}
.serial-chart .chart-container .amcharts-graph-g2 .amcharts-graph-stroke {
  stroke-dasharray: 3px 3px;
  stroke-linejoin: round;
  stroke-linecap: round;
  animation: am-moving-dashes 1s linear infinite;
}

.chart-container .apexcharts-xaxis-label,
.chart-container .apexcharts-yaxis-label {
  font-size: 14px !important;
  color: #6C757D !important;
}
.chart-container .apexcharts-xaxis-annotations rect {
  clip-path: inset(1% 0% 0% 0% round 0.2rem);
}

.crypto-chart {
  margin-left: -20px;
}
.crypto-chart .apexcharts-tooltip-title {
  display: none;
}
.crypto-chart .apexcharts-tooltip-series-group:last-child, .crypto-chart .apexcharts-tooltip-series-group.active {
  padding-bottom: 0;
}

.speed-chart .chart-container {
  width: 100%;
  height: 530px;
}
.speed-chart .content {
  margin-top: -200px;
  margin-bottom: 20px;
}
.speed-chart .content h4 {
  font-weight: 600;
  padding-top: 2px;
}

.status-widget svg {
  width: 20px;
  height: 20px;
  vertical-align: text-top;
}
.status-widget .card .card-header h5 {
  line-height: 1.38;
}
.status-widget .status-chart {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
}

.small-chart-widget .chart-container {
  height: 311px;
  padding: 0;
  margin: 0;
  border: none;
}

.small-chart-widget .card .card-body {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.donut-chart-widget .chart-container {
  height: 300px;
  border: 0;
  margin: 0;
  padding: 0;
}

.status-details h4 {
  font-weight: 600;
}
.status-details h4 span {
  color: inherit;
}
.status-details span {
  color: #75758a;
}

.status-chart .chart-container {
  height: 200px;
  border: 0;
  padding: 0;
  margin: 0;
}

.map-chart .chart-container {
  width: 100%;
  height: 500px;
}

.serial-chart {
  width: 100%;
}

.live-products,
.turnover,
.uses,
.monthly {
  height: 300px;
}

.live-products .ct-series-a .ct-area,
.live-products .ct-series-a .ct-point,
.live-products .ct-series-a .ct-line,
.live-products .ct-series-a .ct-bar,
.live-products .ct-series-a .ct-slice-donut {
  stroke: rgba(255, 255, 255, 0.77);
}
.live-products .ct-label {
  fill: #fff;
  color: #fff;
}
.live-products .ct-grid {
  stroke: rgba(255, 255, 255, 0.7);
}

.turnover .ct-series-a .ct-area,
.turnover .ct-series-a .ct-point,
.turnover .ct-series-a .ct-line,
.turnover .ct-series-a .ct-bar,
.turnover .ct-series-a .ct-slice-donut,
.uses .ct-series-a .ct-area,
.uses .ct-series-a .ct-point,
.uses .ct-series-a .ct-line,
.uses .ct-series-a .ct-bar,
.uses .ct-series-a .ct-slice-donut,
.monthly .ct-series-a .ct-area,
.monthly .ct-series-a .ct-point,
.monthly .ct-series-a .ct-line,
.monthly .ct-series-a .ct-bar,
.monthly .ct-series-a .ct-slice-donut {
  stroke: rgb(255, 255, 255);
  fill: transparent;
}
.turnover .ct-series-b .ct-area,
.turnover .ct-series-b .ct-point,
.turnover .ct-series-b .ct-line,
.turnover .ct-series-b .ct-bar,
.turnover .ct-series-b .ct-slice-donut,
.uses .ct-series-b .ct-area,
.uses .ct-series-b .ct-point,
.uses .ct-series-b .ct-line,
.uses .ct-series-b .ct-bar,
.uses .ct-series-b .ct-slice-donut,
.monthly .ct-series-b .ct-area,
.monthly .ct-series-b .ct-point,
.monthly .ct-series-b .ct-line,
.monthly .ct-series-b .ct-bar,
.monthly .ct-series-b .ct-slice-donut {
  stroke: rgba(255, 255, 255, 0.7);
  fill: transparent;
}
.turnover .ct-series-c .ct-area,
.turnover .ct-series-c .ct-point,
.turnover .ct-series-c .ct-line,
.turnover .ct-series-c .ct-bar,
.turnover .ct-series-c .ct-slice-donut,
.uses .ct-series-c .ct-area,
.uses .ct-series-c .ct-point,
.uses .ct-series-c .ct-line,
.uses .ct-series-c .ct-bar,
.uses .ct-series-c .ct-slice-donut,
.monthly .ct-series-c .ct-area,
.monthly .ct-series-c .ct-point,
.monthly .ct-series-c .ct-line,
.monthly .ct-series-c .ct-bar,
.monthly .ct-series-c .ct-slice-donut {
  stroke: rgba(255, 255, 255, 0.4);
  fill: transparent;
}
.turnover .ct-label,
.uses .ct-label,
.monthly .ct-label {
  fill: #fff;
  color: #fff;
}
.turnover .ct-grid,
.uses .ct-grid,
.monthly .ct-grid {
  stroke: rgba(255, 255, 255, 0.7);
}

#draggableMultiple .ui-sortable-handle .card {
  cursor: move;
}

.tilt-showcase ul li .line {
  padding-top: 10px;
}
.tilt-showcase .pre-mt {
  margin-top: 5px;
}

.wow-title h5 {
  display: flex;
  align-items: center;
  font-size: 18px;
}
.wow-title h5 .badge {
  -webkit-text-fill-color: #fff;
}

.alert-center {
  display: flex !important;
  align-items: center;
}

.box-shadow-title .sub-title {
  margin: 30px 0;
}

.hovercard .info .social-media ul li {
  padding-top: 3px;
}
.hovercard .cardheader {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.sticky-header-main .card .card-header h5 {
  line-height: 35px;
}
.sticky-header-main .card .card-header h5 a {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.custom-radio-ml {
  margin-left: 3px;
}

.twitter-typeahead {
  display: block !important;
}

span.twitter-typeahead .league-name {
  font-size: 16px;
  padding: 6px 10px 0;
}
span.twitter-typeahead .tt-menu {
  float: left;
  width: 100%;
  min-width: 10rem;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.25rem;
  -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;
}
span.twitter-typeahead .tt-suggestion {
  color: #2b2b2b;
  opacity: 0.6;
  font-size: 13px;
  padding: 6px 12px;
  border-top: 1px solid #efefef;
  background: #fff;
  cursor: pointer;
}
span.twitter-typeahead .tt-suggestion:hover, span.twitter-typeahead .tt-suggestion:focus {
  background-color: #fff;
}
span.twitter-typeahead .tt-suggestion.active, span.twitter-typeahead .tt-suggestion:active {
  color: #fff;
  background-color: var(--theme-default);
}

#scrollable-dropdown-menu .twitter-typeahead .tt-menu .tt-dataset {
  max-height: 100px;
  overflow-y: auto;
}

.chart-right {
  position: relative;
}

.balance-data {
  display: flex;
  gap: 15px;
  position: absolute;
  top: -50px;
  right: 2%;
}
[dir=rtl] .balance-data {
  right: unset;
  left: 2%;
}
@media (max-width: 991px) {
  .balance-data {
    top: -42px;
    right: -65%;
  }
  [dir=rtl] .balance-data {
    left: -65%;
  }
}
@media (max-width: 575px) {
  .balance-data {
    display: none;
  }
}
.balance-data li {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.balance-data .circle {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
}

.current-sale-container {
  padding-right: 12px;
}
[dir=rtl] .current-sale-container {
  padding-right: unset;
  padding-left: 12px;
}
.current-sale-container > div {
  margin: -22px 0 -30px -16px;
}
@media (max-width: 1199px) {
  .current-sale-container > div {
    margin-bottom: 0;
  }
}
@media (max-width: 404px) {
  .current-sale-container > div {
    margin-bottom: -20px;
  }
}
.current-sale-container .apexcharts-xaxistooltip {
  color: var(--theme-default);
  background: rgba(115, 102, 255, 0.1);
  border: 1px solid var(--theme-default);
}
.current-sale-container .apexcharts-xaxistooltip-bottom:before {
  border-bottom-color: var(--theme-default);
}
.current-sale-container .apexcharts-tooltip.light .apexcharts-tooltip-title {
  background: rgba(115, 102, 255, 0.1);
  color: var(--theme-default);
}
@media (max-width: 575px) {
  .current-sale-container.order-container {
    padding-right: 0;
  }
  [dir=rtl] .current-sale-container.order-container {
    padding-left: 0;
  }
}
@media (max-width: 404px) {
  .current-sale-container.order-container > div {
    margin-bottom: 0;
  }
}

.apexcharts-series.apexcharts-radial-series {
  position: relative;
}
.apexcharts-series.apexcharts-radial-series::after {
  position: absolute;
  content: "";
  background: linear-gradient(0deg, #FFFFFF 0.05%, #F4F4F4 19.91%, #F5F6F9 55.02%, #EAECF4 100%);
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  top: 0;
  left: 0;
}

footer.blockquote-footer {
  bottom: unset;
}

@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 {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-fix .pull-right {
    float: none !important;
    text-align: center !important;
  }
}
@media only screen and (max-width: 575px) {
  .notification li {
    padding-bottom: 15px;
  }
  .media-dropdown {
    display: block;
  }
  .media-dropdown .flex-grow-1 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 360px) {
  .footer {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .footer p {
    font-size: 12px;
  }
  .appointment-table table tr td {
    min-width: 103px;
  }
  .appointment-table table tr td:first-child {
    min-width: 50px;
  }
  .appointment-table table tr td:nth-child(2) {
    min-width: 120px;
  }
}
@media (min-width: 1400px) {
  .visitor-chart #visitor_chart {
    min-height: 0px !important;
    height: 122px;
  }
}
@media (max-width: 1399px) {
  .visitor-chart #visitor_chart {
    margin-bottom: -45px;
  }
}
.visitor-chart #visitor_chart .apexcharts-canvas {
  margin: 0;
}
.visitor-chart #visitor_chart .apexcharts-tooltip-title {
  display: none;
}
.visitor-chart .common-flex {
  background-color: var(--course-light-btn);
  padding: 10px 12px;
  border-radius: 8px;
  align-items: center;
}
@media (max-width: 1841px) {
  .visitor-chart .common-flex {
    gap: 4px;
  }
}
.visitor-chart .common-flex p {
  font-weight: 500;
  color: #52526c;
}
@media (max-width: 1805px) and (min-width: 1400px) {
  .visitor-chart .common-flex p {
    display: none;
  }
}
@media (max-width: 1293px) and (min-width: 1200px) {
  .visitor-chart .common-flex p {
    display: none;
  }
}
@media (max-width: 880px) {
  .visitor-chart .common-flex p {
    font-size: 13px;
  }
}

.statistical-card li {
  padding: 8px 14px;
  background: linear-gradient(180deg, var(--course-light-btn) 0%, rgba(242, 243, 247, 0) 100%);
  border-radius: 5px;
  margin-right: 15px;
  position: relative;
}
.statistical-card li + li {
  padding-left: 15px;
  margin-left: 15px;
}
.statistical-card li + li::after {
  content: "";
  top: 50%;
  background-color: rgba(82, 82, 108, 0.8);
  transform: translate(-15px, -50%);
  left: 0;
  position: absolute;
  height: 30px;
  width: 1px;
}

@media (max-width: 1230px) and (min-width: 1200px) {
  .monthly-header .card-header-right-icon {
    display: none;
  }
}

.target-content p {
  color: rgba(82, 82, 108, 0.8);
  text-align: center;
  margin-block: 23px;
  height: 73px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1590px) and (min-width: 1400px) {
  .target-content p {
    margin-block: 28px;
    height: 92px;
  }
}
@media (max-width: 1399px) and (min-width: 768px) {
  .target-content p {
    margin-block: 21px;
  }
}
@media (max-width: 767px) and (min-width: 529px) {
  .target-content p {
    margin: 0;
  }
}
@media (max-width: 528px) {
  .target-content p {
    margin: 0 0 12px;
  }
}
.target-content .common-box {
  border-top: 1px solid var(--chart-dashed-border);
  padding-top: 16px;
}
.target-content .common-box ul {
  justify-content: space-between;
}
@media (max-width: 1486px) {
  .target-content .common-box ul {
    justify-content: center;
  }
}
.target-content .common-box ul li h6 {
  margin-bottom: 4px;
}
@media (max-width: 1559px) {
  .target-content .common-box ul li h6 {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .target-content .common-box ul li h6 {
    text-align: center;
  }
}
.target-content .common-box ul li .badge {
  border-radius: 83px;
  padding: 6px 12px;
}
.target-content .common-box ul li .badge svg {
  width: 14px;
  height: 14px;
  padding-top: 0;
  font-size: 12px;
}
@media (max-width: 1486px) {
  .target-content .common-box ul li:last-child {
    display: none;
  }
}

.activity-log .basic-timeline ul.common-flex li {
  padding-bottom: 0;
}
.activity-log .basic-timeline ul.common-flex::before {
  content: unset;
}
@media (max-width: 1247px) {
  .activity-log .basic-timeline ul li {
    padding-bottom: 8px;
  }
}
@media (max-width: 1399px) and (min-width: 1248px) {
  .activity-log .basic-timeline ul li {
    padding-bottom: 12px;
  }
}
@media (max-width: 1199px) {
  .activity-log .basic-timeline ul li {
    padding-bottom: 8px;
  }
}
.activity-log .basic-timeline ul li .date-content {
  color: #52526c;
}
.activity-log .basic-timeline ul li > div[class*=timeline-dot-] {
  bottom: -7px;
}
.activity-log .basic-timeline ul li img {
  height: 50px;
  border-radius: 10px;
}
@media (max-width: 1344px) {
  .activity-log .basic-timeline ul li img {
    height: 40px;
  }
}
@media (max-width: 1589px) {
  .activity-log .basic-timeline ul li p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 300px;
  }
}
@media (max-width: 1384px) and (min-width: 1205px) {
  .activity-log .basic-timeline ul li p {
    max-width: 225px;
  }
}
@media (max-width: 1204px) and (min-width: 1200px) {
  .activity-log .basic-timeline ul li p {
    max-width: 195px;
  }
}
@media (max-width: 1199px) and (min-width: 897px) {
  .activity-log .basic-timeline ul li p {
    max-width: 280px;
  }
}
@media (max-width: 896px) and (min-width: 768px) {
  .activity-log .basic-timeline ul li p {
    max-width: 210px;
  }
}
@media (max-width: 767px) and (min-width: 550px) {
  .activity-log .basic-timeline ul li p {
    max-width: 100%;
  }
}
@media (max-width: 460px) and (min-width: 396px) {
  .activity-log .basic-timeline ul li p {
    max-width: 234px;
  }
}
@media (max-width: 395px) {
  .activity-log .basic-timeline ul li p {
    max-width: 148px;
  }
}

.sales-report {
  position: relative;
}
.sales-report .balance-data {
  top: 20px;
  right: 60px;
}
@media (max-width: 1460px) and (min-width: 1400px) {
  .sales-report .balance-data {
    display: none;
  }
}
@media (max-width: 1250px) and (min-width: 992px) {
  .sales-report .balance-data {
    display: none;
  }
}
.sales-report .balance-data .circle {
  width: 9px;
  height: 9px;
}
@media (max-width: 991px) and (min-width: 404px) {
  .sales-report #sale_report {
    margin-bottom: -20px;
  }
}
@media (max-width: 403px) {
  .sales-report #sale_report {
    margin-bottom: -40px;
  }
}

.appointments-wrapper {
  position: relative;
}
.appointments-wrapper li > span {
  padding: 0;
  margin: 0;
  margin-right: 12px;
  min-width: 45px;
}
.appointments-wrapper li .main-box {
  margin-left: 20px;
  width: 100%;
  padding: 12px 16px;
  margin-bottom: 14px;
  background-color: var(--light2);
}
@media (max-width: 1869px) {
  .appointments-wrapper li .main-box span:nth-child(2) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 310px;
  }
}
@media (max-width: 1785px) and (min-width: 1646px) {
  .appointments-wrapper li .main-box span:nth-child(2) {
    max-width: 255px;
  }
}
@media (max-width: 1645px) and (min-width: 1500px) {
  .appointments-wrapper li .main-box span:nth-child(2) {
    max-width: 212px;
  }
}
@media (max-width: 1499px) and (min-width: 1449px) {
  .appointments-wrapper li .main-box span:nth-child(2) {
    max-width: 190px;
  }
}
@media (max-width: 1448px) and (min-width: 1400px) {
  .appointments-wrapper li .main-box span:nth-child(2) {
    max-width: 162px;
  }
}
@media (max-width: 1299px) and (min-width: 992px) {
  .appointments-wrapper li .main-box span:nth-child(2) {
    max-width: 245px;
  }
}
@media (max-width: 510px) {
  .appointments-wrapper li .main-box span:nth-child(2) {
    white-space: unset;
  }
}
@media (max-width: 991px) {
  .appointments-wrapper li .main-box span {
    display: block;
  }
}
.appointments-wrapper li::before {
  position: absolute;
  content: "";
  border: 1px solid var(--chart-progress-light);
  opacity: 0.3;
  top: 0;
  left: 61px;
  height: 100%;
  z-index: 1;
}
.appointments-wrapper li > [class*=bg-lighter-] {
  min-width: 10px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  position: relative;
  z-index: 2;
}
.appointments-wrapper li:last-child .main-box {
  margin-bottom: 0;
}

@media (max-width: 454px) {
  .recent-order-table.currency-table.recent-table .dt-layout-row .dt-search {
    display: none;
  }
}
.recent-order-table.currency-table.recent-table .change-currency svg {
  width: 16px;
  height: 16px;
  vertical-align: sub;
}
.recent-order-table.currency-table.recent-table .currency-icon {
  width: 43px;
  height: 43px;
  border-radius: 50%;
}
.recent-order-table.currency-table.recent-table .currency-icon img {
  height: 28px;
}
@media (max-width: 1499px) and (min-width: 1200px) {
  .recent-order-table.currency-table.recent-table .currency-icon {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 1199px) {
  .recent-order-table.currency-table.recent-table .currency-icon {
    width: 40px;
    height: 40px;
  }
  .recent-order-table.currency-table.recent-table .currency-icon img {
    height: 20px;
  }
}
.recent-order-table.currency-table.recent-table table thead tr th,
.recent-order-table.currency-table.recent-table table thead tr td,
.recent-order-table.currency-table.recent-table table tbody tr th,
.recent-order-table.currency-table.recent-table table tbody tr td {
  min-width: auto;
}
.recent-order-table.currency-table.recent-table table thead tr th:first-child,
.recent-order-table.currency-table.recent-table table thead tr td:first-child,
.recent-order-table.currency-table.recent-table table tbody tr th:first-child,
.recent-order-table.currency-table.recent-table table tbody tr td:first-child {
  padding-left: 20px;
}
.recent-order-table.currency-table.recent-table table thead tr th:last-child,
.recent-order-table.currency-table.recent-table table thead tr td:last-child,
.recent-order-table.currency-table.recent-table table tbody tr th:last-child,
.recent-order-table.currency-table.recent-table table tbody tr td:last-child {
  padding-right: 20px;
}
@media (max-width: 1660px) and (min-width: 1200px) {
  .recent-order-table.currency-table.recent-table table thead tr th:last-child,
  .recent-order-table.currency-table.recent-table table thead tr td:last-child,
  .recent-order-table.currency-table.recent-table table tbody tr th:last-child,
  .recent-order-table.currency-table.recent-table table tbody tr td:last-child {
    display: none;
  }
}
@media (max-width: 1660px) {
  .recent-order-table.currency-table.recent-table table thead tr th:nth-child(6),
  .recent-order-table.currency-table.recent-table table thead tr td:nth-child(6),
  .recent-order-table.currency-table.recent-table table tbody tr th:nth-child(6),
  .recent-order-table.currency-table.recent-table table tbody tr td:nth-child(6) {
    padding-right: 20px;
  }
}
@media (max-width: 1475px) {
  .recent-order-table.currency-table.recent-table table thead tr th:nth-child(3),
  .recent-order-table.currency-table.recent-table table thead tr td:nth-child(3),
  .recent-order-table.currency-table.recent-table table tbody tr th:nth-child(3),
  .recent-order-table.currency-table.recent-table table tbody tr td:nth-child(3) {
    min-width: 80px;
  }
}
@media (max-width: 1696px) and (min-width: 1200px) {
  .recent-order-table.currency-table.recent-table table thead tr th:nth-child(4),
  .recent-order-table.currency-table.recent-table table thead tr td:nth-child(4),
  .recent-order-table.currency-table.recent-table table tbody tr th:nth-child(4),
  .recent-order-table.currency-table.recent-table table tbody tr td:nth-child(4) {
    display: none;
  }
}
@media (max-width: 1199px) {
  .recent-order-table.currency-table.recent-table table thead tr th:nth-child(2),
  .recent-order-table.currency-table.recent-table table thead tr td:nth-child(2),
  .recent-order-table.currency-table.recent-table table tbody tr th:nth-child(2),
  .recent-order-table.currency-table.recent-table table tbody tr td:nth-child(2) {
    min-width: 133px;
  }
  .recent-order-table.currency-table.recent-table table thead tr th:nth-child(3),
  .recent-order-table.currency-table.recent-table table thead tr td:nth-child(3),
  .recent-order-table.currency-table.recent-table table tbody tr th:nth-child(3),
  .recent-order-table.currency-table.recent-table table tbody tr td:nth-child(3) {
    min-width: 121px;
  }
  .recent-order-table.currency-table.recent-table table thead tr th:nth-child(5),
  .recent-order-table.currency-table.recent-table table thead tr td:nth-child(5),
  .recent-order-table.currency-table.recent-table table tbody tr th:nth-child(5),
  .recent-order-table.currency-table.recent-table table tbody tr td:nth-child(5) {
    min-width: 80px;
  }
  .recent-order-table.currency-table.recent-table table thead tr th:nth-child(4),
  .recent-order-table.currency-table.recent-table table thead tr td:nth-child(4),
  .recent-order-table.currency-table.recent-table table tbody tr th:nth-child(4),
  .recent-order-table.currency-table.recent-table table tbody tr td:nth-child(4) {
    min-width: 42px;
  }
  .recent-order-table.currency-table.recent-table table thead tr th:nth-child(6),
  .recent-order-table.currency-table.recent-table table thead tr td:nth-child(6),
  .recent-order-table.currency-table.recent-table table tbody tr th:nth-child(6),
  .recent-order-table.currency-table.recent-table table tbody tr td:nth-child(6) {
    min-width: 92px;
  }
}
.recent-order-table.currency-table.recent-table table tbody tr td .btn {
  min-width: 135px;
}
.recent-order-table.currency-table.recent-table table tbody tr td .currency-icon img {
  transition: 0.5s;
}
.recent-order-table.currency-table.recent-table table tbody tr:hover td div .currency-icon img {
  transition: 0.5s;
  transform: scale(1.1);
}
.recent-order-table.currency-table.recent-table table tbody tr:hover td div h6 {
  color: var(--body-font-color);
}
.recent-order-table.currency-table.recent-table table tbody tr:hover td div a {
  color: var(--theme-default);
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .ord-xl-1 {
    order: 1;
  }
  .ord-xl-2 {
    order: 2;
  }
  .ord-xl-3 {
    order: 3;
  }
  .ord-xl-4 {
    order: 4;
  }
  .ord-xl-5 {
    order: 5;
  }
  .ord-xl-6 {
    order: 6;
  }
  .ord-xl-7 {
    order: 7;
  }
  .ord-xl-8 {
    order: 8;
  }
  .ord-xl-9 {
    order: 9;
  }
  .ord-xl-10 {
    order: 10;
  }
}
@media (max-width: 991px) {
  .ord-md-1 {
    order: 1;
  }
  .ord-md-2 {
    order: 2;
  }
  .ord-md-3 {
    order: 3;
  }
  .ord-md-4 {
    order: 4;
  }
  .ord-md-5 {
    order: 5;
  }
  .ord-md-6 {
    order: 6;
  }
  .ord-md-7 {
    order: 7;
  }
  .ord-md-8 {
    order: 8;
  }
}
.page-wrapper.horizontal-wrapper.material-type .default-dashboard .appointments-wrapper li .main-box span:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 310px;
}
@media (min-width: 1400px) {
  .page-wrapper.horizontal-wrapper.material-type .default-dashboard .visitor-chart .common-flex p {
    display: none;
  }
}

/**=====================
  3.20 Dashboard_default CSS Ends
==========================**/
/**=====================
  3.21 Divider CSS start
==========================**/
.main-divider .divider-body {
  gap: calc(14px + 16 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.main-divider .divider-body:last-child {
  margin-bottom: 0;
}
.main-divider .divider-body::before, .main-divider .divider-body::after {
  flex-grow: 1;
}
.main-divider .divider-body div[class*=divider-p-] {
  padding: 8px;
}
.main-divider .divider-body .divider-circle {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.main-divider .divider-body .divider-circle i {
  font-size: 16px;
}
.main-divider .divider-body-1::before, .main-divider .divider-body-1::after {
  content: "";
  border: 1px solid;
}
.main-divider .divider-body-2::before, .main-divider .divider-body-2::after {
  content: "";
  border: 1px dashed;
}
.main-divider .divider-body-3::before, .main-divider .divider-body-3::after {
  content: "";
  border: 2px dotted;
}
.main-divider .divider-body-4::before, .main-divider .divider-body-4::after {
  content: "";
  border: 4px double;
}
.main-divider .divider-body-3::after, .main-divider .divider-body-3::before {
  flex-grow: unset;
  width: 100%;
}
.main-divider.horizontal-variation .divider {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.main-divider.horizontal-variation .divider:last-child {
  margin-bottom: 0;
}
.main-divider.horizontal-variation .divider:before, .main-divider.horizontal-variation .divider:after {
  content: "";
  flex: 1;
}
.main-divider.horizontal-variation .divider.linear-line::before {
  margin: 0 24px 0 0;
  height: 1px;
}
[dir=rtl] .main-divider.horizontal-variation .divider.linear-line::before {
  margin: 0 0 0 24px;
}
.main-divider.horizontal-variation .divider.linear-line::after {
  margin: 0 0 0 24px;
  height: 1px;
}
[dir=rtl] .main-divider.horizontal-variation .divider.linear-line::after {
  margin: 0 24px 0 0;
}
.main-divider.horizontal-variation .divider.double-line:before, .main-divider.horizontal-variation .divider.double-line:after {
  height: 3px;
  border-width: 0;
}
.main-divider.horizontal-variation .divider.double-line-1::before, .main-divider.horizontal-variation .divider.double-line-1::after {
  box-shadow: 0 -0.6px 0 var(--theme-default), 0 0.6px 0 var(--theme-default);
}
.main-divider.horizontal-variation .divider.double-line-2::before, .main-divider.horizontal-variation .divider.double-line-2::after {
  box-shadow: 0 -1.6px 0 #838383, 0 1.6px 0 #838383;
}
.main-divider.horizontal-variation .divider.double-line-3::before, .main-divider.horizontal-variation .divider.double-line-3::after {
  box-shadow: 0 -2.6px 0 #65c15c, 0 2.6px 0 #65c15c;
}
.main-divider.horizontal-variation .divider.double-line-4::before, .main-divider.horizontal-variation .divider.double-line-4::after {
  box-shadow: 0 -3.6px 0 #ffb829, 0 3.6px 0 #ffb829;
}
.main-divider.horizontal-variation .divider.double-line-5::before, .main-divider.horizontal-variation .divider.double-line-5::after {
  box-shadow: 0 -3.6px 0 #fc564a, 0 3.6px 0 #fc564a;
}
.main-divider.horizontal-variation .divider.double-line-6::before, .main-divider.horizontal-variation .divider.double-line-6::after {
  box-shadow: 0 -3.6px 0 #40b8f5, 0 3.6px 0 #40b8f5;
}
.main-divider .vertical-divider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.main-divider .vertical-divider .vertical-line {
  min-height: 80px;
  border-left: 2px dashed;
}
[dir=rtl] .main-divider .vertical-divider .vertical-line {
  border-left: unset;
  border-right: 2px dashed;
}
.main-divider .vertical-divider p {
  padding: 8px;
}
@media (max-width: 1570px) {
  .main-divider .vertical-divider p {
    padding: 8px 4px;
  }
}
@media (max-width: 1464px) {
  .main-divider .vertical-divider p {
    font-size: 13px;
  }
}
.main-divider .vertical-divider svg {
  width: 22px;
  height: 42px;
}
.main-divider .dotted-divider .vertical-divider .vertical-line {
  border-left: 2px dotted;
}
[dir=rtl] .main-divider .dotted-divider .vertical-divider .vertical-line {
  border-left: unset;
  border-right: 2px dotted;
}
.main-divider .double-divider .vertical-divider .vertical-line {
  border-style: double;
  border-width: 3px;
}

.animated-divider {
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  padding: 12px 0;
}
.animated-divider:after, .animated-divider:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 50%;
  left: 0;
}
[dir=rtl] .animated-divider:after, [dir=rtl] .animated-divider:before {
  left: unset;
  right: 0;
}
.animated-divider:after {
  transition: opacity 0.3s ease, animation 0.3s ease;
  background: linear-gradient(to right, #65c15c 5%, #ffb829 15%, #ffb829 25%, #fc564a 35%, #fc564a 45%, #7366FF 55%, #7366FF 65%, #40b8f5 75%, #40b8f5 85%, #65c15c 95%);
  background-size: 200%;
  background-position: 0%;
  animation: linear-line 15s linear infinite;
  animation-duration: 2s;
}
.animated-divider:hover:before {
  animation-duration: 20s;
}
.animated-divider.animated-line:before {
  background: linear-gradient(90deg, #fff 0%, #fff 5%, transparent 5%, transparent 10%, #fff 10%, #fff 15%, transparent 15%, transparent 20%, #fff 20%, #fff 25%, transparent 25%, transparent 30%, #fff 30%, #fff 35%, transparent 35%, transparent 40%, #fff 40%, #fff 45%, transparent 45%, transparent 50%, #fff 50%, #fff 55%, transparent 55%, transparent 60%, #fff 60%, #fff 65%, transparent 65%, transparent 70%, #fff 70%, #fff 75%, transparent 75%, transparent 80%, #fff 80%, #fff 85%, transparent 85%, transparent 90%, #fff 90%, #fff 95%, transparent 95%, transparent 100%);
  background-size: 150px;
  background-position: center;
  z-index: 1;
  animation: linear-line 16s linear infinite;
}

@keyframes linear-line {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 200%;
  }
}
.divider-h-line {
  height: 1px;
  margin-block: 22px;
}
.divider-h-line:first-child {
  margin-top: 0;
}
.divider-h-line:last-child {
  margin-bottom: 0;
}

.vr {
  height: 160px;
  margin-inline: 18px;
  opacity: 1;
}
@media (max-width: 575px) {
  .vr {
    margin-inline-start: 15px;
  }
}

@media (max-width: 1399px) {
  .linear-divider p {
    display: -webkit-box;
    max-width: 100%;
    height: 100px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/**=====================
  3.21 Divider CSS end
==========================**/
/**=====================
    3.22 Flash_icons CSS Start
==========================**/
@media (max-width: 331px) {
  .main-animate .common-flex {
    justify-content: center;
  }
}
.main-animate a {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--light-bg);
  overflow: hidden;
}
.main-animate svg {
  width: 22px;
  height: 22px;
  stroke: var(--chart-text-color);
}
.main-animate i {
  color: var(--chart-text-color);
  border-radius: 50%;
  font-size: 16px;
}

.pulse-wrapper a {
  border-radius: 50%;
}
.pulse-wrapper svg {
  animation: pulse-animate 1s infinite ease;
  border-radius: 50%;
}
.pulse-wrapper i {
  animation: pulse-animate 1s infinite ease;
}
@keyframes pulse-animate {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

.heartbeat-wrapper a {
  border-radius: 50%;
}
.heartbeat-wrapper svg {
  animation: heartbeat-rate 1s infinite ease;
  border-radius: 50%;
  stroke: #fc564a;
}
.heartbeat-wrapper i {
  color: #fc564a;
  animation: heartbeat-rate 1s infinite ease;
}

.border-pulse-wrapper a {
  border: 4px double var(--recent-dashed-border);
  border-radius: unset;
}
.border-pulse-wrapper a svg,
.border-pulse-wrapper a i {
  border-radius: 1%;
}

.pulse-rhombus a {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.pulse-rhombus svg,
.pulse-rhombus i {
  border-radius: 0;
}

.pulse-rabbet a {
  clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
}

@keyframes heartbeat-rate {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  15% {
    transform: scale(0.8);
  }
  20% {
    transform: scale(0.85);
    opacity: 1;
  }
  35% {
    transform: scale(1.3);
    opacity: 0.6;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
/**=====================
    3.22 Flash_icons CSS End
==========================**/
/**=====================
  3.23 E-commerce CSS Start
==========================**/
/**====== Product Start ======**/
.toggle-data {
  cursor: pointer;
}

.filter-block ul {
  list-style-type: circle;
}
.filter-block ul li {
  padding-top: 8px;
  margin-left: 20px;
  color: rgba(82, 82, 108, 0.8);
}
.filter-block ul li:first-child {
  padding-top: 8px;
}
.filter-block ul li:last-child {
  padding-bottom: 0;
}
[dir=rtl] .filter-block ul li {
  margin-left: unset;
  margin-right: 20px;
}
.filter-block ul li::marker {
  font-size: 20px;
}
@media (max-width: 1500px) and (min-width: 576px) {
  .filter-block ul li {
    padding-top: 10px;
  }
}
@media (max-width: 575px) {
  .filter-block ul li {
    padding-top: 3px;
  }
}

.collection-filter-block svg {
  width: 50px;
  height: 25px;
  stroke: var(--theme-default);
  fill: #e8e5ff;
  margin-right: 14px;
}
.collection-filter-block h6 {
  margin-bottom: 0;
  font-size: 16px;
  color: #52526c;
  font-weight: 400;
}
.collection-filter-block p {
  font-size: 13px;
}
.collection-filter-block li + li {
  margin-top: 16px;
}
.collection-filter-block ul.pro-services li {
  border-bottom: 1px dashed var(--chart-dashed-border);
  padding-bottom: 16px;
}
.collection-filter-block ul.pro-services li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.collection-filter-block ul.pro-services li svg {
  width: auto;
}
.collection-filter-block ul.pro-services li span {
  color: rgba(82, 82, 108, 0.6);
}

.qty-box .btn {
  background-color: transparent !important;
  border-color: #e9edf1 !important;
  padding: 8px 12px;
}
.qty-box .btn i {
  color: #898989;
}
.qty-box .btn svg {
  width: 14px !important;
  stroke: #3f475a;
}
.qty-box span {
  padding: 0 4px;
}
.qty-box .input-group {
  background-color: rgba(63, 71, 90, 0.1);
}
.qty-box input {
  background-color: rgba(63, 71, 90, 0.1);
  color: #3f475a;
  max-width: 44px;
  padding: 0;
  text-align: center;
  border: none;
  max-height: 37px;
}

.product-social li a {
  font-size: 15px;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 2.3;
  transition: all 0.3s ease;
  border: 1px solid #7366FF;
  color: #7366FF;
}
.product-social li a:hover {
  background-color: var(--theme-default);
  color: #fff;
  transition: all 0.3s ease;
}
.product-social li:nth-child(n+2) {
  margin-left: 10px;
}
[dir=rtl] .product-social li:nth-child(n+2) {
  margin-left: unset;
  margin-right: 10px;
}

.product-sidebar .filter-section .card .card-header {
  padding: 16px 30px;
  border-radius: 5px;
}
.product-sidebar .filter-section .card .card-header h6 {
  position: relative;
}
.product-sidebar .filter-section .card .card-header h6 .pull-right i {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 14px;
  width: 100%;
  height: 10px;
  text-align: right;
  cursor: pointer;
}

.product-wrapper .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-sidebar .filter-section .card .left-filter .product-filter .irs-with-grid {
  margin-bottom: 15px;
}
.product-wrapper .product-grid .product-wrapper-grid {
  margin-left: 0;
  transition: 0.3s;
}
.product-wrapper .product-grid .product-wrapper-grid .product-box .modal-content .modal-header {
  border-bottom: 0;
}
.product-wrapper .product-grid .product-wrapper-grid .product-box ul {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 1400px) {
  .product-wrapper .product-grid .product-wrapper-grid .product-box .product-details > p {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    height: auto;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.product-wrapper .product-grid .product-wrapper-grid .product-box .product-details h4 {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-wrapper .product-grid .product-wrapper-grid .product-box .product-hover li .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.08);
  padding: 10px 12px;
  background-color: #fff;
  font-size: 18px;
  border-radius: 10px;
  height: calc(38px + 7 * (100vw - 320px) / 1600);
  width: calc(38px + 7 * (100vw - 320px) / 1600);
  cursor: pointer;
}
.product-wrapper .product-grid .product-wrapper-grid .product-box .product-hover li .btn:active {
  border-color: transparent;
}
.product-wrapper .product-grid .product-wrapper-grid .product-box .product-hover li .btn i {
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
}
.product-wrapper .product-grid .product-wrapper-grid .product-box .product-hover li:hover .btn, .product-wrapper .product-grid .product-wrapper-grid .product-box .product-hover li:active .btn {
  background-color: var(--theme-default);
  transition: all 0.3s ease;
}
.product-wrapper .product-grid .product-wrapper-grid .product-box .product-hover li:hover i, .product-wrapper .product-grid .product-wrapper-grid .product-box .product-hover li:active i {
  color: #fff;
  transition: all 0.3s ease;
}
.product-wrapper .product-grid .product-wrapper-grid .modal .modal-header .product-box {
  align-items: center;
}
.product-wrapper .product-grid .product-wrapper-grid .modal .modal-header .product-box .product-details {
  padding: 20px 0;
}
.product-wrapper .product-grid .product-wrapper-grid .modal .modal-header .product-box .product-details .product-size ul li {
  background-color: #e8e5ff;
  border-radius: 6px;
}
.product-wrapper .product-grid .product-wrapper-grid .modal .modal-header .product-box .product-details .product-size ul li .btn {
  width: 45px;
  height: 35px;
  color: var(--theme-default);
  font-weight: 500;
  padding: 0;
}
.product-wrapper .product-grid .product-wrapper-grid .modal .modal-header .product-box .product-details .product-size ul li:hover .btn {
  background-color: var(--theme-default);
  color: #fff;
}
.product-wrapper .product-grid .product-wrapper-grid .modal .modal-header .product-box .product-details .product-view h6 {
  margin-bottom: 6px;
}
.product-wrapper .product-grid .product-wrapper-grid .modal .modal-header .product-box .product-details .product-view p {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-wrapper.sidebaron .product-sidebar .filter-section .card .card-header {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.product-wrapper.sidebaron .product-sidebar .filter-section .card .left-filter {
  z-index: 3;
  opacity: 1;
  visibility: visible;
  position: absolute;
  width: 100%;
  background-color: #fff;
  top: 53px;
  height: auto;
  box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.d-none-productlist {
  display: none;
}
.d-none-productlist svg {
  vertical-align: middle;
  cursor: pointer;
  height: 16px;
}

.product-wrapper-grid.list-view .product-box {
  display: flex;
  align-items: center;
}
.product-wrapper-grid.list-view .product-box .product-img {
  width: 20%;
}
.product-wrapper-grid.list-view .product-box .product-details {
  text-align: left;
}
.product-wrapper-grid.list-view .product-box .modal .modal-content .product-img {
  width: 50%;
}

.slider-product {
  padding: 15px 0;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 15px;
}

.products-total {
  display: flex;
  align-items: center;
}

.grid-options {
  height: 33px;
  margin-left: 10px;
}
.grid-options ul li a {
  position: relative;
}
.grid-options ul li a .line-grid {
  position: absolute;
  width: 4px;
  height: 15px;
  top: 9px;
}
.grid-options ul li a .line-grid-1 {
  left: 12px;
}
.grid-options ul li a .line-grid-2 {
  left: 18px;
}
.grid-options ul li a .line-grid-3 {
  left: 36px;
}
.grid-options ul li a .line-grid-4 {
  left: 42px;
}
.grid-options ul li a .line-grid-5 {
  left: 48px;
}
.grid-options ul li a .line-grid-6 {
  left: 66px;
}
.grid-options ul li a .line-grid-7 {
  left: 72px;
}
.grid-options ul li a .line-grid-8 {
  left: 78px;
}
.grid-options ul li a .line-grid-9 {
  left: 84px;
}
.grid-options ul li a .line-grid-10 {
  left: 103px;
}
.grid-options ul li a .line-grid-11 {
  left: 109px;
}
.grid-options ul li a .line-grid-12 {
  left: 115px;
}
.grid-options ul li a .line-grid-13 {
  left: 121px;
}
.grid-options ul li a .line-grid-14 {
  left: 127px;
}
.grid-options ul li a .line-grid-15 {
  left: 133px;
}

.square-product-setting {
  height: 36px;
  vertical-align: middle;
}
.square-product-setting a {
  color: #404040;
}
.square-product-setting .icon-grid {
  padding: 7px;
  background-color: #fff;
  display: flex;
  align-items: center;
  margin: 0 10px;
}
.square-product-setting .icon-grid svg {
  width: 20px;
  height: 20px;
}

.product-filter .banner-product {
  margin-top: 15px;
}
.product-filter:last-child .checkbox-animated {
  margin-bottom: 0;
}
.product-filter .checkbox-animated .form-check {
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
}
.product-filter .checkbox-animated .form-check:last-child {
  margin-bottom: 0;
}
.product-filter .checkbox-animated .form-check .form-check-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.product-filter .checkbox-animated .form-check .form-check-label .name {
  font-size: 16px;
}
.product-filter .checkbox-animated .form-check .form-check-label .number {
  color: rgba(82, 82, 108, 0.8);
}
.product-filter.product-range .irs--square .irs-handle {
  border: 3px solid #7366FF;
}
.product-filter.product-range .irs--square .irs-from,
.product-filter.product-range .irs--square .irs-to,
.product-filter.product-range .irs--square .irs-bar {
  background-color: #7366FF;
}
.product-filter h6 {
  margin-bottom: 15px;
}
.product-filter .color-selector {
  line-height: 0.9;
}
.product-filter .color-selector ul li {
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #52526c;
  border-radius: 100%;
  cursor: pointer;
  position: relative;
}
.product-filter .color-selector ul li.active::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  font-weight: 600;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--theme-default);
}
.product-filter .color-selector ul li.white {
  background-color: #fff;
}
.product-filter .color-selector ul li.black {
  background-color: #000;
}
.product-filter .color-selector ul li.orange {
  background-color: #ffa666;
}
.product-filter .color-selector ul li.green {
  background-color: #76bc6c;
}
.product-filter .color-selector ul li.pink {
  background-color: #ff7a91;
}
.product-filter .color-selector ul li.yellow {
  background-color: #edf575;
}
.product-filter .color-selector ul li.blue {
  background-color: #76bdf4;
}
.product-filter .color-selector ul li.red {
  background-color: #ff5c77;
}

.dropdown-product {
  margin-bottom: 10px;
  box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
}

.feature-products form .form-group {
  position: relative;
}
.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;
}
.feature-products form .form-group i {
  position: absolute;
  top: 18px;
  right: 30px;
  color: #898989;
}

.product-box {
  border-radius: 10px;
  overflow: hidden;
}
.product-box .product-details {
  padding: 15px 25px;
}
.product-box .product-details > a {
  color: #404040;
}
.product-box .product-details p {
  margin-bottom: 0;
  opacity: 0.8;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-box .product-details h4 {
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 20px;
  font-family: roboto;
}
.product-box .product-details h6 {
  color: #404040;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.product-box .product-details span {
  color: #898989;
}
.product-box .product-details .rating i {
  font-size: 16px;
  letter-spacing: 3px;
  color: #ffb829;
}
.product-box .modal .modal-header .product-box .product-details {
  padding: 25px 0;
}
.product-box .modal .modal-header .product-box .product-details > a {
  margin-block: 5px 0;
  font-size: 20px;
  font-family: Roboto;
  font-weight: 600;
}
.product-box .modal .modal-header .product-box .product-details h6 {
  text-transform: capitalize;
}
.product-box .modal .modal-header .product-box .product-details .product-price {
  font-size: 22px;
  margin-bottom: 10px;
}
.product-box .modal .modal-header .product-box .product-details .product-view {
  padding: 20px 0;
  border-top: 1px dashed var(--recent-dashed-border);
  border-bottom: 1px dashed var(--recent-dashed-border);
}
.product-box .modal .modal-header .product-box .product-details .product-size {
  margin: 20px 0;
}
.product-box .modal .modal-header .product-box .product-details .product-size ul li {
  display: inline-block;
}
.product-box .modal .modal-header .product-box .product-details .product-qnty fieldset {
  margin-bottom: 20px;
}
.product-box .modal .modal-header .product-box .product-details .product-qnty fieldset .input-group {
  width: 35%;
}
.product-box .modal .modal-header .product-box .product-details .product-qnty fieldset .input-group .btn {
  padding: 5px 12px;
}
.product-box .modal .modal-header .product-box .product-details .product-qnty fieldset .input-group .btn-primary {
  background-color: #59667a !important;
  border: 1px solid #59667a !important;
}
.product-box .modal .modal-header .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.product-box .product-img {
  position: relative;
}
.product-box .product-img .product-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: 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:not(.product-wrapper-grid .product-box .product-hover li) {
  display: inline-block;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.08);
  padding: 10px 13px;
  background-color: #fff;
  font-size: 18px;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  margin: 0 3px;
  cursor: pointer;
}
.product-box .product-img .product-hover ul i {
  font-size: 18px;
  color: #898989;
}
.product-box .product-img .product-hover ul .btn {
  padding: 0;
}
.product-box:hover .product-hover {
  opacity: 1;
  border-radius: 0%;
  transform: scale(1);
  transition: all 0.3s ease;
}

.product-page-main {
  padding: 20px;
}
.product-page-main .nav.nav-tabs .nav-item .nav-link {
  border-bottom: 2px solid transparent;
}
.product-page-main .nav.nav-tabs .nav-item .nav-link.active,
.product-page-main .nav.nav-tabs .nav-item .nav-link :focus {
  border-bottom: 2px solid var(--theme-default);
}
@media (max-width: 655px) and (min-width: 576px) {
  .product-page-main .nav.nav-tabs .nav-item .nav-link {
    padding: 0 12px 10px 12px;
  }
}
@media (max-width: 575px) {
  .product-page-main .touchspin-wrapper .btn-touchspin {
    width: 24px;
    height: 24px;
  }
  .product-page-main .touchspin-wrapper .btn-touchspin i {
    display: grid;
    place-items: center;
  }
  .product-page-main .touchspin-wrapper input[type=number] {
    width: 60px;
    height: 23px;
  }
}
.product-page-main .main-star-rating {
  gap: 6px;
}
.product-page-main .main-star-rating .common-flex {
  gap: 6px;
}
.product-page-main .main-star-rating .common-flex i {
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
}
.product-page-main .card-body hr {
  border-top: 1.5px solid var(--recent-dashed-border);
}
.product-page-main .tab-content {
  margin-top: 20px;
}
.product-page-main .tab-content .info-part {
  padding-bottom: 20px;
}
.product-page-main .tab-content .info-part h6 {
  font-weight: 500;
  margin-bottom: 8px;
}
.product-page-main .tab-content .info-part p {
  margin-bottom: 0;
}
.product-page-main .tab-content .info-part:last-child {
  padding-bottom: 0;
}
.product-page-main .owl-item .item {
  border: 1px solid #f4f4f4;
  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 .owl-item .item img {
  border-radius: unset;
}
@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: auto;
    object-fit: cover;
  }
}
.product-page-main .product-slider figure.zoom {
  background-position: 50% 50%;
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
}
.product-page-main .product-slider figure.zoom img:hover {
  opacity: 0;
}
.product-page-main .product-slider figure.zoom img {
  transition: opacity 0.5s;
  display: block;
  width: 100%;
}
.product-page-main .product-color {
  margin-top: 10px;
}

.product-page-details h4 {
  color: #404040;
  text-transform: uppercase;
  font-size: 18px;
}
.product-page-details span {
  padding-left: 15px;
}

.br-theme-fontawesome-stars .br-widget a,
.br-theme-fontawesome-stars .br-widget a.br-selected:after,
.br-theme-fontawesome-stars .br-widget a.br-active:after {
  color: #ffb829 !important;
  font: normal normal normal 14px/1 FontAwesome;
}

.product-price {
  font-size: 18px;
  font-weight: 500;
  margin-top: 5px;
  color: var(--theme-default);
}
.product-price del {
  color: rgba(63, 71, 90, 0.4);
  padding-left: 4px;
  font-size: 80%;
  vertical-align: text-bottom;
}

.product-color li {
  display: inline-block;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  margin: 0 2px;
}

.product-page-main p {
  font-size: 15px;
}
.product-page-main .nav-link {
  text-transform: uppercase;
  font-weight: 500;
}

.product-rate .form-check .common-flex {
  gap: 4px;
}
.product-rate .form-check .common-flex i {
  color: #52526c;
}
.product-rate .form-check .common-flex i.fill {
  color: #ffb829;
}

/**====== Product  Ends ======**/
.payment-opt li {
  display: inline-block;
}
.payment-opt li img {
  height: 20px;
  margin: 15px 15px 0 0;
}

@media screen and (max-width: 1660px) and (min-width: 1200px) {
  .owl-carousel .owl-item img {
    max-width: 420px;
    margin: 0 auto;
  }
}
.vanilla-zoom {
  display: block;
}

.product-page-main .vanilla-zoom > .product-slider .item {
  background-color: transparent;
}
.product-page-main .vanilla-zoom > .product-slider .item img {
  opacity: 0;
}

/**=====================
  3.23 E-commerce CSS End
==========================**/
/**=====================
  3.24 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(115, 102, 255, 0.08);
  color: #7366FF;
  border-radius: 10px;
  padding: 5px 10px;
  width: 100px;
  text-align: left;
}
[dir=rtl] .email-wrap .dropdown .dropdown-toggle {
  text-align: right;
}
.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;
}
[dir=rtl] .email-wrap .dropdown .dropdown-toggle:after {
  right: unset;
  left: 10px;
}
.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 solid #f5f5f5;
  background: #fff;
  line-height: 19px;
}
.email-wrap .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #fff;
}
.email-wrap .email-app-sidebar .d-flex img {
  border: 2px solid #e9edf1;
}
.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: #000;
}
.email-wrap .email-app-sidebar .main-menu > li a:hover {
  background-color: var(--light2);
  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(--body-font-color);
}
.email-wrap .email-app-sidebar ul li a > .badge {
  align-self: center;
  color: #898989;
}
.email-wrap .email-left-aside {
  float: left;
  width: 100%;
}
.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;
  }
  [dir=rtl] .email-wrap .email-right-aside .email-body .pr-0 {
    padding-right: 12px;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .email-wrap .email-right-aside .email-body .pl-0 {
    padding-left: 0;
  }
  [dir=rtl] .email-wrap .email-right-aside .email-body .pl-0 {
    padding-left: 12px;
    padding-right: 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: #fefefe;
}
.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: #898989;
}
.email-wrap .flex-grow-1 {
  margin-top: 5px;
}
.email-wrap .flex-grow-1 h6 {
  margin-bottom: 2px;
  color: #242934;
  margin-top: 3px;
}
.email-wrap .flex-grow-1 h6 small {
  font-size: 12px;
}
.email-wrap .flex-grow-1 h6 small span {
  color: #777777;
}
.email-wrap .flex-grow-1 p {
  color: #75758a;
  font-size: 14px;
}
.email-wrap .email-top {
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 49px;
}
.email-wrap .email-top i {
  cursor: pointer;
}
.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 {
  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 {
  margin-bottom: 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 solid #e9edf1;
}
.email-wrap .email-body .email-compose .email-top h4 {
  padding: 11px 0;
}

/**=====================
  3.24 Email-application CSS Ends
==========================**/
/**=====================
    3.25 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:nth-child(6) {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid var(--recent-dashed-border);
}
.email-main-wrapper .email-app-sidebar .nav-pills .nav-item ul li a {
  color: var(--chart-text-color);
  gap: 12px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding: 3px 12px;
}
.email-main-wrapper .email-app-sidebar .nav-pills .nav-item ul li a svg {
  width: 18px;
  height: 18px;
  stroke: rgba(117, 117, 138, 0.8);
}
.email-main-wrapper .email-app-sidebar .nav-pills .nav-link {
  color: var(--chart-text-color);
  gap: 12px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding: 8px 12px;
}
.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: var(--light-shade-primary);
  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: #52526c;
}
.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;
}
[dir=rtl] .email-main-wrapper .email-app-sidebar .nav-pills .nav-link.active::after, [dir=rtl] .email-main-wrapper .email-app-sidebar .nav-pills .nav-link:active::after {
  right: unset;
  left: 0;
}
@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: rgba(117, 117, 138, 0.8);
}
.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: calc(14px + 1 * (100vw - 320px) / 1600);
  }
}
.email-main-wrapper .email-app-sidebar span {
  background-color: #e8e5ff;
  color: var(--theme-default);
  border-radius: 20px;
  padding: 6px 12px;
}
@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;
  }
}
.email-main-wrapper .email-app-sidebar .email-category.nav-pills .nav-item:last-child i {
  margin-right: 0;
}
@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(82, 82, 108, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.email-body .mail-header-wrapper .mail-header .form-check {
  display: flex;
  align-items: center;
}
@media (max-width: 1468px) {
  .email-body .mail-header-wrapper .mail-header .form-check {
    padding: 0;
  }
}
@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;
  border-color: var(--chart-dashed-border);
}
@media (max-width: 1468px) {
  .email-body .mail-header-wrapper .mail-header .form-check .form-check-input {
    margin: 0;
  }
}
.email-body .mail-header-wrapper .mail-header .form-check .form-check-input:focus {
  box-shadow: unset;
  border: 1px solid var(--theme-default);
}
.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: 620px) {
  .email-body .mail-header-wrapper .mail-body {
    margin-left: auto;
  }
}
@media (max-width: 479px) {
  .email-body .mail-header-wrapper .mail-body {
    display: none;
  }
}
.email-body .mail-header-wrapper .mail-body .mail-search {
  position: relative;
}
@media (max-width: 1500px) and (min-width: 1469px) {
  .email-body .mail-header-wrapper .mail-body .mail-search {
    width: 55%;
  }
}
@media (max-width: 1468px) and (min-width: 1400px) {
  .email-body .mail-header-wrapper .mail-body .mail-search {
    width: 48%;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .email-body .mail-header-wrapper .mail-body .mail-search {
    display: none;
  }
}
@media (max-width: 767px) {
  .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 38px;
  color: #52526c;
}
.email-body .mail-header-wrapper .mail-body .mail-search .form-control:focus {
  box-shadow: unset;
  border: 1px solid var(--chart-dashed-border);
}
@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: 50%;
  left: 20px;
  color: var(--chart-text-color);
  transform: translate(-50%, -50%);
}
[dir=rtl] .email-body .mail-header-wrapper .mail-body .mail-search i {
  left: unset;
  right: 20px;
  transform: translate(50%, -50%);
}
.email-body .mail-header-wrapper .mail-body .light-square i {
  color: var(--body-font-color);
}
@media (max-width: 1468px) {
  .email-body .mail-header-wrapper {
    padding: 12px 16px;
  }
  .email-body .mail-header-wrapper .mail-header-option::before {
    bottom: -22px;
  }
}
@media (max-width: 767px) and (min-width: 621px) {
  .email-body .mail-header-wrapper .mail-header-option::before {
    bottom: -19px;
  }
}
@media (max-width: 620px) {
  .email-body .mail-header-wrapper {
    gap: 8px;
    flex-wrap: wrap-reverse;
  }
  .email-body .mail-header-wrapper .mail-header-option::before {
    bottom: -19px;
  }
}
@media (max-width: 620px) {
  .email-body .mail-header-wrapper .mail-header-option::before {
    bottom: -13px;
  }
}
@media (max-width: 479px) {
  .email-body .mail-header-wrapper .mail-header-option::before {
    bottom: -12px;
  }
}
.email-body .light-square {
  width: 40px;
  height: 39px;
  border-radius: 8px;
  background-color: var(--light-slate);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@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: #cccccc;
}
.email-body .light-square .dropdown-menu .dropdown-item i {
  padding-right: 12px;
}
[dir=rtl] .email-body .light-square .dropdown-menu .dropdown-item i {
  padding-right: 0;
  padding-left: 12px;
}
.email-body .mail-body-wrapper ul li {
  padding: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid var(--chart-dashed-border);
}
.email-body .mail-body-wrapper ul li:hover {
  background-color: var(--light-background);
}
.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;
}
@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: 767px) {
  .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;
  border-color: var(--chart-dashed-border);
}
.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 var(--chart-dashed-border);
  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: #e8e5ff;
  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: #dcf1da;
}
.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: 500;
  color: rgba(82, 82, 108, 0.7);
  letter-spacing: 0.4px;
  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 {
  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;
  justify-content: flex-end;
  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;
    margin-top: 8px;
  }
}
.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: rgba(63, 71, 90, 0.8);
}
.email-body .mail-body-wrapper ul li.page-item {
  padding: 0;
}
.email-body .mail-body-wrapper .hidden {
  display: none !important;
}

.compose-modal form .form-control {
  position: relative;
}
.compose-modal form .add-bcc {
  position: absolute;
  top: 2px;
  right: 16px;
}
[dir=rtl] .compose-modal form .add-bcc {
  right: unset;
  left: 16px;
}
.compose-modal form .add-bcc .btn {
  padding: 5px 8px;
  background-color: var(--light-shade-primary);
  color: var(--theme-default);
}
.compose-modal form .filepond--root {
  margin-bottom: 0;
  cursor: pointer;
}

.mail-header-wrapper.header-wrapper1 {
  flex-direction: unset;
}
@media (max-width: 440px) {
  .mail-header-wrapper.header-wrapper1 {
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
  }
}
.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: calc(16px + 4 * (100vw - 320px) / 1600);
  height: calc(16px + 4 * (100vw - 320px) / 1600);
  stroke: var(--body-font-color);
}
[dir=rtl] .mail-header-wrapper .mail-header1 .btn-email {
  transform: scaleX(-1);
}
.mail-header-wrapper .mail-body1 {
  display: flex;
  gap: 10px;
}
.mail-header-wrapper .mail-body1 svg {
  width: 20px;
  height: 20px;
  stroke: #52526c;
}
@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 var(--chart-dashed-border);
}
@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 var(--chart-dashed-border);
  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(--chart-text-color);
}
.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: 0 0 40px rgba(8, 21, 66, 0.05);
  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.onhover-show-div {
    left: -27px;
  }
  [dir=rtl] .mail-body-wrapper .user-mail-wrapper .user-title > div .onhover-dropdown.onhover-show-div {
    left: unset;
    right: -27px;
  }
}
@media (max-width: 445px) {
  .mail-body-wrapper .user-mail-wrapper .user-title > div .onhover-dropdown.onhover-show-div {
    left: -70px;
  }
  [dir=rtl] .mail-body-wrapper .user-mail-wrapper .user-title > div .onhover-dropdown.onhover-show-div {
    left: unset;
    right: -70px;
  }
}
@media (max-width: 395px) {
  .mail-body-wrapper .user-mail-wrapper .user-title > div .onhover-dropdown.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;
}
[dir=rtl] .mail-body-wrapper .user-mail-wrapper .user-title > div .onhover-dropdown:hover .onhover-show-div {
  left: unset;
  right: 0;
}
@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;
  }
  [dir=rtl] .mail-body-wrapper .user-mail-wrapper .user-title > div .onhover-dropdown:hover .onhover-show-div {
    left: unset;
    right: -27px;
  }
}
@media (max-width: 445px) {
  .mail-body-wrapper .user-mail-wrapper .user-title > div .onhover-dropdown:hover .onhover-show-div {
    left: -70px;
  }
  [dir=rtl] .mail-body-wrapper .user-mail-wrapper .user-title > div .onhover-dropdown:hover .onhover-show-div {
    left: unset;
    right: -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(--chart-text-color);
}
@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: #52526c;
}
.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 var(--chart-dashed-border);
}
.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 var(--chart-dashed-border);
}
.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(--chart-text-color);
}
@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 .attachment-file {
  align-items: center;
  gap: 30px;
  padding: 12px;
  background-color: var(--light-background);
}
.mail-body-wrapper .user-mail-wrapper .user-footer .attachment-file .common-flex img {
  height: 36px;
}
@media (max-width: 1780px) {
  .mail-body-wrapper .user-mail-wrapper .user-footer .attachment-file {
    gap: 8px;
  }
}
.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;
}
[dir=rtl] .mail-body-wrapper .user-mail-wrapper .send-btn i {
  margin-left: 0;
  margin-right: 8px;
}

.toolbar-box {
  display: block;
  padding: 0;
  border: 1px solid var(--chart-dashed-border);
  border-radius: 5px;
  border-color: var(--bs-border-color);
}
.toolbar-box .ql-toolbar.ql-snow {
  border: 0;
}
.toolbar-box .ql-container.ql-snow {
  border: 0;
  min-height: 100px;
}
.toolbar-box .ql-container.ql-snow .ql-tooltip {
  background-color: #efefef;
  border: 1px solid var(--chart-progress-light);
  box-shadow: unset;
  color: #52526c;
  left: 16px !important;
}
.toolbar-box .ql-container.ql-snow .ql-tooltip .ql-action {
  color: var(--theme-default);
}
[dir=rtl] .toolbar-box .ql-editor {
  text-align: right;
}
.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;
}
[dir=rtl] #editor .ql-editing,
[dir=rtl] #editor1 .ql-editing {
  left: 0;
  right: 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;
}
[dir=rtl] #editor .ql-tooltip,
[dir=rtl] #editor1 .ql-tooltip {
  left: 0;
  right: 35.9688px !important;
}
@media (max-width: 430px) {
  #editor .ql-tooltip,
  #editor1 .ql-tooltip {
    left: 2.9688px !important;
  }
  [dir=rtl] #editor .ql-tooltip,
  [dir=rtl] #editor1 .ql-tooltip {
    left: 0;
    right: 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(--chart-text-color);
  cursor: pointer;
}
.important-mail:active, .important-mail.active {
  fill: #ffb829;
  stroke: #ffb829;
}

.bookmark-box {
  stroke: var(--chart-text-color);
}
.bookmark-box:active, .bookmark-box.active {
  stroke: var(--theme-default);
}

.dropdown-subtitle > p {
  color: #52526c;
  font-weight: 500;
}

.mail-filters {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-left: 18px;
}
[dir=rtl] .mail-filters {
  margin-left: unset;
  margin-right: 18px;
}
@media (max-width: 479px) {
  .mail-filters {
    flex-direction: column;
    gap: 23px;
    align-items: flex-start;
  }
}
@media (max-width: 380px) {
  .mail-filters {
    margin-left: 0;
  }
  [dir=rtl] .mail-filters {
    margin-left: unset;
    margin-right: 0;
  }
}
.mail-filters svg {
  width: 22px;
  height: 22px;
  stroke: #52526c;
}
@media (max-width: 424px) {
  .mail-filters svg {
    display: none;
  }
}

.mail-header-option {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 0px 12px;
}
.mail-header-option:hover {
  cursor: pointer;
}
.mail-header-option::before {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 0;
  width: 0;
  background-color: var(--theme-default);
  height: 2px;
}
.mail-header-option.active::before {
  width: 100%;
  transition: all 0.1s ease-in;
}
@media (max-width: 1248px) {
  .mail-header-option {
    padding: 0 7px;
  }
}

.hide {
  display: none !important;
}

@keyframes hide {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
    width: 0;
    height: 0;
    margin: 0;
  }
}
@keyframes show {
  0% {
    transform: scale(0);
    width: 0;
    height: 0;
    margin: 0;
  }
  100% {
    transform: scale(1);
  }
}
/**=====================
    3.25 Letter_box CSS End
==========================**/
/**=====================
    3.26 Errorpage CSS Start
==========================**/
.error-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  text-align: center;
}
.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-icons li i {
  color: #59667a;
  font-size: 50px;
  animation: rotate-effect 40s infinite linear reverse;
}
.error-wrapper .maintenance-icons li:nth-child(2) i {
  font-size: 100px;
  margin-left: 110px;
  margin-top: -25px;
  animation: rotate-effect 40s linear infinite reverse;
}
.error-wrapper .maintenance-icons li:nth-child(3) i {
  animation: rotate-effect 30s infinite linear;
  font-size: 150px;
  margin-top: -85px;
  margin-right: 120px;
}
@keyframes rotate-effect {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes reverse-rotate-effect {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.error-wrapper .maintenance-heading {
  margin-top: 70px;
}
.error-wrapper .maintenance-heading .headline {
  font-size: 99px;
  font-weight: 900;
  letter-spacing: 10px;
  color: var(--theme-default);
  z-index: 2;
  position: relative;
  margin-top: -70px;
}
.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 .sub-content {
  font-size: 18px;
  color: #404040;
  letter-spacing: 1px;
  font-weight: normal;
  line-height: 35px;
  z-index: 3;
  position: relative;
  margin-top: 30px;
  margin-bottom: 0;
}
.error-wrapper .btn {
  margin-top: 40px;
}

.error {
  margin: 70px 0 100px;
  color: #000;
}
.error .error-title {
  font-size: 9.5rem;
  color: #fff;
  text-shadow: 6px 6px 7px rgba(0, 0, 0, 0.32);
}
.error .line-bottom {
  width: 10%;
  height: 5px;
  background-color: #ffb829;
  border: none;
}
.error .c-white {
  color: #fff;
}
.error .error-btn {
  text-align: center;
}
.error .padd {
  padding: 10px 30px 10px 30px;
}
.error .btn-back-home {
  background-color: #f4f4f4;
  color: #000;
}
.error .btn-back-home:hover {
  background-color: #ffb829;
  color: #fff;
  box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.21);
}
.error .btn-adnc-serc {
  background-color: #3f475a;
  color: #fff;
}
.error .btn-adnc-serc:hover {
  background-color: #ffb829;
  color: #fff;
  box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.21);
}

/**=====================
    3.26 Errorpage CSS Start
==========================**/
/**=====================
    3.27 Faq CSS start
==========================**/
.knowledgebase-bg {
  height: 500px;
  border-radius: 15px;
  margin-bottom: 30px;
}

.knowledgebase-search {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  left: 5%;
}
.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: #cccccc;
}
.knowledgebase-search .form-inline svg {
  position: absolute;
  left: 20px;
  width: 20px;
  top: 17px;
  stroke: #cccccc;
}

.faq-widgets {
  align-items: center;
}
.faq-widgets .flex-grow-1 h5 {
  font-weight: 600;
  color: #fff;
  padding-bottom: 10px;
}
.faq-widgets .flex-grow-1 p {
  padding-right: 20px;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(255, 255, 255, 0.9);
}
.faq-widgets svg {
  width: 60px;
  height: 60px;
  opacity: 0.5;
}

.header-faq {
  margin-bottom: 30px;
}
.header-faq h5 {
  font-weight: 600;
}

.features-faq.card .card-body,
.features-faq.card .card-footer {
  padding: 20px 25px;
}
.features-faq.card .card-body p,
.features-faq.card .card-footer p {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.features-faq .faq-image img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
}
.features-faq .card-body h6 {
  font-weight: 500;
}

.add-project.table td {
  vertical-align: middle;
}
.add-project .text-inherit {
  color: #000;
}

.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: 20px;
}
.faq-accordion.default-according .card .faq-header svg {
  position: absolute;
  right: 20px;
  top: 20px;
  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 h6 {
  color: #999999;
  font-weight: 600;
}

.faq-form {
  position: relative;
}
.faq-form .search-icon {
  position: absolute;
  right: 12px;
  top: 9px;
  width: 20px;
  height: 20px;
}

.navigation-btn {
  margin-bottom: 20px;
}
.navigation-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.navigation-btn a svg {
  width: 15px;
  height: 15px;
}

.navigation-option ul li {
  position: relative;
  padding: 8px 8px 8px 0;
}
.navigation-option ul li:last-child {
  padding-bottom: 0;
}
.navigation-option ul li:hover {
  background-color: #fdfeff;
}
.navigation-option ul li a {
  padding-left: 40px;
  color: #404040;
}
.navigation-option ul li a svg {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 11px;
  left: 15px;
}

.updates-faq {
  width: 40px;
  height: 40px;
  border: 2px solid var(--theme-default);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
.updates-faq svg {
  width: 18px;
  height: 18px;
}

.updates-bottom-time p {
  margin-bottom: 2px;
}
.updates-bottom-time p + p {
  color: #999999;
}

.updates-faq-main {
  margin-bottom: 20px;
}
.updates-faq-main a {
  font-weight: 500;
}
.updates-faq-main:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1399.98px) {
  .faq-widgets svg {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .faq-accordion {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .faq-accordion.default-according .card .faq-header {
    padding: 20px !important;
  }
  .faq-accordion.default-according .card .faq-header svg {
    right: 20px;
    top: 20px;
  }
  .navigation-option ul li {
    padding: 10px 10px 10px 0;
  }
  .navigation-option ul li a svg {
    top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .xs-mt-search {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .xs-mt-search {
    margin-top: 0px;
  }
  .faq-widgets svg {
    width: 50px;
    height: 50px;
  }
  .faq-title {
    margin: 15px 0;
  }
  .header-faq {
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .faq-accordion {
    margin-bottom: 0px;
  }
  .faq-accordion .faq-header {
    padding: 15px !important;
  }
  .faq-accordion .faq-header .pull-right {
    float: right;
  }
  .faq-accordion .faq-header svg {
    right: 15px;
    top: 15px;
  }
  .navigation-btn,
  .updates-faq-main {
    margin-bottom: 15px;
  }
}
.faq-wrapper .d-flex p {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/**=====================
    3.27 Faq CSS end
==========================**/
/**=====================
   3.28 File CSS
==========================**/
.file-sidebar .card .card-body,
.file-sidebar .card .card-header,
.file-content .card .card-body,
.file-content .card .card-header {
  padding: 20px !important;
}
.file-sidebar hr,
.file-content hr {
  border-top-color: var(--recent-dashed-border);
}

.file-sidebar ul li + li {
  margin-top: 8px;
}
.file-sidebar .btn {
  display: flex;
  align-items: center;
}
.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: 15px;
  vertical-align: middle;
  margin-right: 8px;
}

.file-manager > h6 {
  opacity: 0.6;
  font-weight: 400 !important;
  font-size: 15px;
  margin-bottom: 12px;
}
.file-manager .files h6 {
  margin-top: 10px;
  margin-bottom: 0;
}
.file-manager p {
  opacity: 0.9;
  font-size: 12px;
}

.files h6,
.folder h6 {
  opacity: 0.9;
  font-weight: 500 !important;
  font-size: 14px;
}

.file-content .form-inline {
  border: 1px solid #f4f4f4;
  border-radius: 5px;
  padding: 0 20px;
}
.file-content .form-inline i {
  padding-right: 10px;
  color: #898989;
  line-height: 3;
}
.file-content .form-inline input::-webkit-input-placeholder {
  color: #898989;
}
.file-content .form-inline input:focus {
  outline: none !important;
}
.file-content .search-form input {
  padding: 5px 10px 5px 70px;
  border-radius: 5px;
}
.file-content .search-form .form-group:before {
  left: 82px;
  top: 37px;
}
.file-content .search-form .form-group:after {
  top: 39px;
  left: 53px;
}
.file-content .btn svg {
  height: 15px;
  margin-right: 2px;
  vertical-align: middle;
}
.file-content h5 {
  font-weight: 500;
}
.file-content .folder .folder-box {
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  padding: 15px;
  background-color: #f6f7fb;
  width: calc(25% - 15px);
  display: inline-block;
}
.file-content .folder .folder-box:nth-child(1) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 100000ms;
}
.file-content .folder .folder-box:nth-child(2) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 200000ms;
}
.file-content .folder .folder-box:nth-child(3) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 300000ms;
}
.file-content .folder .folder-box:nth-child(4) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 400000ms;
}
.file-content .folder .folder-box:nth-child(5) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 500000ms;
}
.file-content .folder .folder-box:nth-child(6) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 600000ms;
}
.file-content .folder .folder-box:nth-child(7) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 700000ms;
}
.file-content .folder .folder-box:nth-child(8) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 800000ms;
}
.file-content .folder .folder-box:nth-child(9) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 900000ms;
}
.file-content .folder .folder-box:nth-child(10) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 1000000ms;
}
.file-content .folder .folder-box:nth-child(11) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 1100000ms;
}
.file-content .folder .folder-box:nth-child(12) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 1200000ms;
}
.file-content .folder .folder-box:nth-child(13) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 1300000ms;
}
.file-content .folder .folder-box:nth-child(14) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 1400000ms;
}
.file-content .folder .folder-box:nth-child(15) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 1500000ms;
}

@media screen and (max-width: 1440px) {
  .file-content .folder .folder-box .d-flex {
    display: block;
  }
  .file-content .folder .folder-box .d-flex .flex-grow-1 {
    margin-left: 0 !important;
    margin-top: 5px;
  }
}
@media screen and (max-width: 1366px) {
  .file-content .files {
    margin-bottom: -10px;
  }
}
@media screen and (max-width: 768px) {
  .file-content .folder {
    margin-bottom: -10px;
  }
  .file-content .folder .folder-box {
    width: calc(50% - 15px);
    margin-bottom: 10px;
    margin-right: 8px;
  }
  .file-content .d-flex {
    display: block !important;
    text-align: center !important;
  }
  .file-content .d-flex .flex-grow-1 {
    margin-top: 18px !important;
    justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  .file-content .folder .folder-box,
  .file-content .files .file-box {
    width: 100%;
  }
}
/**=====================
    3.28 File CSS
==========================**/
/**=====================
   3.29 File Manager CSS Start
==========================**/
@media (max-width: 1199px) and (min-width: 576px) {
  .main-file-sidebar .md-sidebar .md-sidebar-aside {
    width: 325px;
  }
}
.main-file-sidebar .md-sidebar .md-sidebar-aside .common-sort-card {
  background-color: rgba(244, 244, 244, 0.4);
  padding: 14px;
  border-radius: 8px;
}
.main-file-sidebar .md-sidebar .md-sidebar-aside .common-sort-card li .common-sort-card {
  padding: 16px 0 0 0;
  margin-top: 16px;
  border-top: 1px solid var(--chart-dashed-border);
  border-radius: 0;
}
.main-file-sidebar .md-sidebar .md-sidebar-aside .common-sort-card .files-left-icons li {
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
  width: 100%;
}
.main-file-sidebar .md-sidebar .md-sidebar-aside .common-sort-card .files-left-icons li + li {
  margin-top: 0;
}
.main-file-sidebar .md-sidebar .md-sidebar-aside .common-sort-card .files-left-icons li a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(6px + 6 * (100vw - 320px) / 1600);
  padding: 12px;
}
@media (max-width: 575px) {
  .main-file-sidebar .md-sidebar .md-sidebar-aside .common-sort-card .files-left-icons li a {
    display: block;
  }
}
.main-file-sidebar .md-sidebar .md-sidebar-aside .common-sort-card .files-left-icons li a svg {
  width: 28px;
  height: 28px;
}
.main-file-sidebar .md-sidebar .md-sidebar-aside .common-sort-card .files-left-icons li a span {
  color: var(--body-font-color);
}
@media (max-width: 1270px) and (min-width: 1200px) {
  .main-file-sidebar .md-sidebar .md-sidebar-aside .common-sort-card .files-left-icons li a span {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    height: auto;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 1270px) {
  .main-file-sidebar .md-sidebar .md-sidebar-aside .common-sort-card .files-left-icons li a > span {
    text-align: start;
  }
  [dir=rtl] .main-file-sidebar .md-sidebar .md-sidebar-aside .common-sort-card .files-left-icons li a > span {
    text-align: end;
  }
}
.main-file-sidebar .md-sidebar .md-sidebar-aside .common-sort-card .files-left-icons.file-type-icons li a {
  justify-content: space-between;
  transition-delay: 0.1s;
}
@media (max-width: 575px) {
  .main-file-sidebar .md-sidebar .md-sidebar-aside .common-sort-card .files-left-icons.file-type-icons li a {
    border-bottom: 1px solid var(--chart-progress-light);
  }
}
.main-file-sidebar .md-sidebar .md-sidebar-aside .common-sort-card .files-left-icons.file-type-icons li a > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1270px) {
  .main-file-sidebar .md-sidebar .md-sidebar-aside .common-sort-card .files-left-icons.file-type-icons li a > div {
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .main-file-sidebar .md-sidebar .md-sidebar-aside .common-sort-card .files-left-icons.file-type-icons li a > div {
    padding-bottom: 12px;
  }
}
.main-file-sidebar .md-sidebar .md-sidebar-aside .common-sort-card .files-left-icons.file-type-icons li a:hover {
  background-color: rgba(82, 82, 108, 0.15);
  transition-delay: 0.1s;
}
.main-file-sidebar .md-sidebar .md-sidebar-aside .common-sort-card .files-left-icons.file-type-icons li:last-child a {
  border-bottom: unset;
}

.file-manager-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  gap: calc(10px + 6 * (100vw - 320px) / 1600);
  position: relative;
}
@media (max-width: 1655px) and (min-width: 768px) {
  .file-manager-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) and (min-width: 640px) {
  .file-manager-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 639px) and (min-width: 320px) {
  .file-manager-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.file-manager-grid .common-space {
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}
.file-manager-grid .folder {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-width: 100%;
  max-width: 100%;
  flex-direction: column;
  padding: calc(10px + 8 * (100vw - 320px) / 1600);
  cursor: pointer;
  border-radius: 10px;
  background-color: var(--light2);
}
.file-manager-grid .folder:hover {
  background-color: var(--light-bg);
}
.file-manager-grid .folder:hover .folder-icon::after {
  content: "";
  background-color: #efa000;
  border-radius: 5px;
  margin-left: 3px;
  width: calc(40px + 20 * (100vw - 320px) / 1600);
  height: calc(24px + 11 * (100vw - 320px) / 1600);
  position: absolute;
  transform: skewX(-10deg);
  margin-top: 5px;
  opacity: 1;
}
[dir=rtl] .file-manager-grid .folder:hover .folder-icon::after {
  margin-left: unset;
  margin-right: 3px;
  transform: skewX(10deg);
}
.file-manager-grid .folder .folder-icon {
  background-color: #ffb829;
  border-radius: 8px;
  width: calc(40px + 20 * (100vw - 320px) / 1600);
  height: calc(28px + 12 * (100vw - 320px) / 1600);
  position: relative;
  margin-top: 8px;
}
.file-manager-grid .folder .folder-icon::after {
  content: "";
  background-color: #efa000;
  border-radius: 5px;
  width: calc(40px + 20 * (100vw - 320px) / 1600);
  height: calc(28px + 12 * (100vw - 320px) / 1600);
  position: absolute;
  transform: skewX(0deg);
  opacity: 0;
  transition: 0.2s;
}
.file-manager-grid .folder .folder-icon::before {
  margin-top: -8px;
  position: absolute;
  background-color: #ffb829;
  border-radius: 5px;
  border-end-start-radius: 8px;
  content: "";
  width: calc(20px + 8 * (100vw - 320px) / 1600);
  height: calc(36px + 12 * (100vw - 320px) / 1600);
}
.file-manager-grid .folder .folder-name {
  margin: 5px 0 0 0;
  text-align: center;
  width: auto;
}
.file-manager-grid .file {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-width: 100%;
  max-width: 100%;
  flex-direction: column;
  padding: calc(10px + 8 * (100vw - 320px) / 1600);
  cursor: pointer;
  border-radius: 10px;
  background-color: var(--light2);
}
.file-manager-grid .file:hover {
  background-color: var(--light-bg);
}
.file-manager-grid .file:hover .doc-icon::after {
  border-color: var(--light-bg);
  border-bottom-color: var(--dark-light-color);
  border-left-color: var(--dark-light-color);
  border-style: solid;
  border-width: 7px;
}
[dir=rtl] .file-manager-grid .file:hover .doc-icon::after {
  border-left-color: unset;
  border-right-color: var(--dark-light-color);
}
.file-manager-grid .file .file-name {
  margin: 10px 0 6px 0;
  text-align: center;
  width: 100%;
  line-height: 1.3;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 1;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-manager-grid .file .image-preview {
  width: 60px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.file-manager-grid .file .image-preview img {
  border-radius: 5px;
  max-height: 48px;
  height: 100%;
}
.file-manager-grid .item-selected {
  background-color: #f4f4f4;
  padding: 9px;
  border: 1px dotted rgba(82, 82, 108, 0.3);
}
.file-manager-grid .item-selected:hover {
  background-color: #f4f4f4;
  padding: 9px;
  border: 1px dotted rgba(82, 82, 108, 0.3);
}
.file-manager-grid .item-selected .doc-icon::after {
  border-color: var(--light-bg);
  border-bottom-color: var(--dark-light-color);
  border-left-color: var(--dark-light-color);
  border-style: solid;
}
[dir=rtl] .file-manager-grid .item-selected .doc-icon::after {
  border-left-color: unset;
  border-right-color: var(--dark-light-color);
}
.file-manager-grid .doc-icon {
  background-color: var(--theme-default);
  border-radius: 8px;
  width: calc(40px + 8 * (100vw - 320px) / 1600);
  height: calc(40px + 8 * (100vw - 320px) / 1600);
  position: relative;
  color: #f4f4f4;
  display: flex;
  text-align: right;
  align-items: end;
}
.file-manager-grid .doc-icon::after {
  content: "";
  width: 0;
  height: 0;
  border-color: #f4f4f4;
  border-width: calc(7px + 3 * (100vw - 320px) / 1600);
  border-style: solid;
  border-bottom-color: var(--dark-light-color);
  border-left-color: var(--dark-light-color);
  right: 0;
  top: 0;
  position: absolute;
  transition-property: border-width;
  transition-duration: 0.3s;
}
[dir=rtl] .file-manager-grid .doc-icon::after {
  right: unset;
  left: 0;
  border-left-color: unset;
  border-right-color: var(--dark-light-color);
}
.file-manager-grid .doc-icon p {
  padding: 2px;
  margin: 0;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: calc(12px + 2 * (100vw - 320px) / 1600);
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 1;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.common-file-manager .filemanger {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.common-file-manager .filemanger .top-folder-path {
  height: 40px;
  background-color: #fff;
  padding: 3px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 429px) {
  .common-file-manager .filemanger .top-folder-path {
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    padding: 0;
  }
  .common-file-manager .filemanger .top-folder-path .folder-path-write {
    width: 100%;
  }
}
.common-file-manager .filemanger .top-folder-path .folder-path-write {
  display: flex;
  height: 35px;
  flex: 1;
  border-radius: 7px;
  background-color: #f4f4f4;
  overflow: hidden;
  align-items: center;
}
.common-file-manager .filemanger .top-folder-path .folder-path-write input {
  border: 0;
  flex: 1;
  font-size: 15px;
  background-color: transparent;
  outline: 0;
  color: #3f475a;
  margin-left: 10px;
}
[dir=rtl] .common-file-manager .filemanger .top-folder-path .folder-path-write input {
  margin-left: unset;
  margin-right: 10px;
}
.common-file-manager .filemanger .top-folder-path .folder-path-write button {
  margin: 0;
  border: 0;
  background-color: #f4f4f4;
  border-radius: 50px;
  cursor: pointer;
  color: var(--theme-default);
  margin-right: 5px;
  width: 27px;
  height: 27px;
}
[dir=rtl] .common-file-manager .filemanger .top-folder-path .folder-path-write button {
  margin-right: unset;
  margin-left: 5px;
}
.common-file-manager .filemanger .top-folder-path .folder-path-write button:hover {
  background-color: var(--course-bg);
}
.common-file-manager .filemanger .top-folder-path .path-action-btns {
  width: 90px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-right: 5px;
}
[dir=rtl] .common-file-manager .filemanger .top-folder-path .path-action-btns {
  margin-right: unset;
  margin-left: 5px;
}
.common-file-manager .filemanger .top-folder-path .path-action-btns button {
  cursor: pointer;
  margin: 0;
  border: 0;
  border-radius: 50px;
  background-color: #fff;
  color: var(--theme-default);
  width: 26px;
  height: 26px;
}
.common-file-manager .filemanger .top-folder-path .path-action-btns button:disabled {
  color: #999999;
  background-color: #fff;
  cursor: not-allowed;
}
.common-file-manager .filemanger .top-folder-path .path-action-btns button:disabled:hover {
  color: #999999;
  background-color: #fff;
  cursor: not-allowed;
}
.common-file-manager .filemanger .top-menu {
  width: 100%;
  padding: 6px;
  background-color: #f4f4f4;
  border-radius: 4px;
}
.common-file-manager .filemanger .top-menu button {
  font-size: 14px;
  padding: 6px 12px;
  background-color: rgba(82, 82, 108, 0.15);
  border: 0;
  border-radius: 3px;
  margin: 4px;
  cursor: pointer;
}
.common-file-manager .filemanger .top-menu button i {
  margin-right: 8px;
}
[dir=rtl] .common-file-manager .filemanger .top-menu button i {
  margin-right: unset;
  margin-left: 8px;
}
.common-file-manager .filemanger .top-menu button:hover {
  background-color: rgba(204, 204, 204, 0.8);
}
.common-file-manager .filemanger .top-menu button:disabled:hover {
  cursor: not-allowed;
  background-color: rgba(82, 82, 108, 0.15);
}
.common-file-manager .folderEmpty {
  width: 100%;
  padding: calc(50px + 50 * (100vw - 320px) / 1600);
  text-align: center;
  display: none;
}
.common-file-manager .folderEmpty svg {
  width: calc(100px + 200 * (100vw - 320px) / 1600);
  height: calc(100px + 200 * (100vw - 320px) / 1600);
  animation: up-down 4s infinite ease-in-out;
}
.common-file-manager .folderEmpty h5 {
  font-size: calc(16px + 19 * (100vw - 320px) / 1600);
  margin: calc(20px + 80 * (100vw - 320px) / 1600) 0 0 0;
  padding: 0;
  opacity: 0.4;
}
.common-file-manager .popup {
  position: fixed;
  inset: 0;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.common-file-manager .popup .popup-bg {
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
  width: 100%;
  height: 100vh;
  position: absolute;
}
.common-file-manager .popup .popup-content {
  background-color: #f8f8f8;
  padding: 16px;
  border-radius: 12px;
  width: 400px;
  height: auto;
  text-align: center;
}
.common-file-manager .popup .popup-content h5 {
  margin-bottom: 12px;
  font-size: 20px;
}
.common-file-manager .popup .popup-content form {
  text-align: center;
}
.common-file-manager .popup .popup-content form input {
  width: 100%;
  height: 30px;
  font-size: 14px;
  border: 1px solid var(--recent-dashed-border);
  padding: 8px;
  border-radius: 4px;
}
.common-file-manager .popup .popup-content form input:focus-visible {
  outline: unset;
}
.common-file-manager .popup .popup-content form button {
  width: 100px;
  cursor: pointer;
  height: 35px;
  background-color: var(--theme-secondary);
  color: #f8f8f8;
  border: 0;
  font-size: 14px;
  border-radius: 6px;
  padding: 6px;
  margin: 10px;
}
.common-file-manager .popup .popup-content form button:hover {
  background-color: var(--theme-secondary);
}
.common-file-manager .toast-messages {
  position: fixed;
  width: 400px;
  max-height: 98vh;
  overflow: hidden;
  overflow-y: auto;
  bottom: 0;
  right: 0;
  align-items: end;
  display: flex;
  flex-direction: column;
  padding: 1vh 2rem;
}
[dir=rtl] .common-file-manager .toast-messages {
  right: unset;
  left: 0;
}
@media (max-width: 415px) {
  .common-file-manager .toast-messages {
    width: 308px;
  }
}
.common-file-manager .toast-messages .toast-container {
  margin-bottom: 10px;
  background-color: var(--white);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: fit-content;
  min-width: 300px;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  min-height: 30px;
  align-items: center;
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 415px) {
  .common-file-manager .toast-messages .toast-container {
    min-width: 245px;
  }
}
.common-file-manager .toast-messages .toast-container.toast-success {
  background-color: #65c15c;
}
.common-file-manager .toast-messages .toast-container.toast-success p,
.common-file-manager .toast-messages .toast-container.toast-success button {
  color: #fff;
}
.common-file-manager .toast-messages .toast-container.toast-danger {
  background-color: #fc564a;
  cursor: pointer;
}
.common-file-manager .toast-messages .toast-container.toast-danger p,
.common-file-manager .toast-messages .toast-container.toast-danger button {
  color: #fff;
}
.common-file-manager .toast-messages .toast-container.toast-inf p,
.common-file-manager .toast-messages .toast-container.toast-inf button {
  color: var(--body-font-color);
}
.common-file-manager .toast-messages .toast-container p {
  margin: 0;
  font-size: 15px;
}
@media (max-width: 415px) {
  .common-file-manager .toast-messages .toast-container p {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    height: auto;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.common-file-manager .toast-messages .toast-container button {
  border: 0;
  background-color: transparent;
  cursor: pointer;
  border-radius: 50%;
  font-size: 16px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common-file-manager .toast-messages .toast-container button:hover {
  background-color: rgba(0, 0, 0, 0.096);
}

.pricing-plan {
  border: 1px solid #e9edf1;
  border-radius: 5px;
  margin-top: 10px;
  padding: 15px;
  position: relative;
  overflow: hidden;
}
.pricing-plan h5 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 2px;
  color: #898989;
}
.pricing-plan h6 {
  font-weight: 800;
}
.pricing-plan p {
  margin-bottom: 5px;
  color: #898989;
}
.pricing-plan .btn {
  display: inline-block;
  padding: 0.05rem 0.4rem;
}
.pricing-plan .bg-img {
  position: absolute;
  top: 40px;
  opacity: 0.3;
  transform: rotate(-45deg);
  right: -40px;
  animation: fadeIn-out 4s infinite ease-in-out;
}
[dir=rtl] .pricing-plan .bg-img {
  right: unset;
  left: -40px;
  transform: rotate(45deg);
}

@keyframes fadeIn-out {
  0%, 100% {
    opacity: 0.07;
  }
  50% {
    opacity: 0.4;
  }
}
@keyframes up-down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
/**=====================
   3.29 File Manager CSS End
==========================**/
/**=====================
    3.30 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 {
  content: "\edee";
  font-family: IcoFont;
  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: #000;
}
.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 rgba(204, 204, 204, 0.6);
  margin-bottom: 30px;
  border-radius: 0 0 5px 5px;
}
.gallery-with-description a:hover {
  text-decoration: none !important;
}
@media (max-width: 1599px) {
  .gallery-with-description a .caption p {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    height: auto;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.gallery-with-description h4 {
  color: #3f475a;
  margin-top: 15px;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
}
.gallery-with-description p {
  color: #a3a3a3;
}

.lg-backdrop {
  background-color: #fff;
}

.lg-outer .lg-actions .lg-next,
.lg-outer .lg-actions .lg-prev {
  background-color: rgb(255, 255, 255);
  border: 1px solid #efefef;
}
.lg-outer .lg-actions .lg-next:hover,
.lg-outer .lg-actions .lg-prev:hover {
  color: #3f475a;
}
.lg-outer .lg-toolbar {
  background-color: rgba(255, 255, 255, 0.45);
  border-bottom: 1px solid #3f475a;
}
.lg-outer .lg-toolbar .lg-icon:hover {
  color: #3f475a;
}
.lg-outer #lg-counter {
  color: #3f475a;
}
.lg-outer .lg-sub-html {
  background-color: rgba(255, 255, 255, 0.45);
}
.lg-outer .lg-sub-html h4 {
  font-size: inherit;
  color: #3f475a;
}
.lg-outer .lg-sub-html p {
  color: #3f475a;
}
.lg-outer .lg-thumb-outer {
  background-color: #e9edf1;
}
.lg-outer .lg-thumb-item {
  padding: 4px;
  border: 1px solid #efefef;
  border-radius: 0;
}
.lg-outer .lg-thumb-item .active, .lg-outer .lg-thumb-item:hover {
  border-color: #000;
}

.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;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.gallery-with-description .grid-item img {
  border: 0;
  padding: 0;
}

.my-gallery.gallery-with-description .pswp__caption__center h4 {
  color: #F7F8F9;
}
.my-gallery.gallery-with-description .pswp__caption__center p {
  color: #6C757D;
}

/**=====================
    3.30 Gallery CSS Ends
==========================**/
/**=====================
    3.31 Helper CSS start
==========================**/
.helper-common-box {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  gap: 8px;
}
.helper-common-box:last-child {
  margin-bottom: 0;
}
.helper-common-box.helper-p-wrapper {
  gap: 12px;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.helper-common-box .border-common-box {
  width: auto;
  height: 50px;
  background-color: var(--light-background);
  border-radius: 10px;
  border-color: var(--recent-dashed-border);
  padding: 12px;
}
.helper-common-box .border {
  --bs-border-color: var(--recent-border) !important;
}
.helper-common-box [class*=border-] {
  --bs-border-color: var(--recent-border) !important;
}

.txt-space div {
  margin-bottom: 16px;
}
.txt-space div:nth-child(7) {
  margin-bottom: 0;
}

.border-wrapper {
  padding: 20px;
}

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

.fill-wrapper {
  background-color: #f4f4f4;
}

.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: #efefef;
}

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

.helper-padding {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.helper-p-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.helper-p-box span {
  color: var(--body-font-color);
}

.common-p-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

/**=====================
    3.31 Helper CSS end
==========================**/
/**=====================
    3.32 Internationalization CSS start
==========================**/
.hdg_main {
  position: relative;
}

.main .langChoice {
  position: absolute;
  right: 20px;
  top: 10px;
  padding: 10px 12px;
  background-color: #7366FF;
  color: #fff;
}

@media (max-width: 991px) {
  .main .langChoice {
    right: 20px;
    top: 11px;
    padding: 8px;
  }
}
@media only screen and (max-width: 575px) {
  .main .langChoice {
    top: 14px;
    padding: 4px 7px;
  }
  .language-xs {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 360px) {
  .language-header {
    padding-bottom: 60px !important;
  }
  .main .langChoice {
    left: 0;
    margin-left: auto;
    top: 50px;
    width: 30%;
    right: 20px;
  }
}
/**=====================
    3.32 Internationalization CSS End
==========================**/
/**=====================
    3.33 Invoices CSS start
==========================**/
.main-invoice-1 body {
  font-family: Rubik, sans-serif;
  display: block;
  color: #000248;
}
.main-invoice-1 .table-wrapper {
  width: 100%;
}
.main-invoice-1 h2 {
  margin: 0;
  font-weight: 500;
  font-size: 34px;
}
.main-invoice-1 h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
.main-invoice-1 span {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
.main-invoice-1 .banner-image {
  margin: 13px 0 10px;
  width: 100%;
}
.main-invoice-1 .order-details td span {
  margin-bottom: -4px;
  display: block;
}
.main-invoice-1 .order-details th:first-child,
.main-invoice-1 .order-details td:first-child {
  min-width: 490px;
}
.main-invoice-1 .order-details th:nth-child(2),
.main-invoice-1 .order-details td:nth-child(2) {
  width: 20%;
}
@media (max-width: 1199px) {
  .main-invoice-1 .table-wrapper {
    width: 930px;
  }
  .main-invoice-1 .address {
    width: 21% !important;
  }
}

/**=====================
    3.33 Invoices CSS end
==========================**/
/**=====================
    3.34 Job-search CSS Start
==========================**/
.filter-cards-view .job-filter:first-child {
  margin-bottom: 20px;
}
.filter-cards-view .checkbox-animated {
  margin-top: 20px;
  margin-bottom: 20px;
}

.location-checkbox span {
  color: #999999;
  padding-left: 33px;
}
[dir=rtl] .location-checkbox span {
  padding-left: unset;
  padding-right: 33px;
}

.job-accordion .card {
  margin-bottom: 20px;
}
.job-accordion .btn-block {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.job-search p {
  margin-top: 20px;
}
.job-search .d-flex .flex-grow-1 h6 {
  margin-bottom: 3px;
}
.job-search .d-flex .flex-grow-1 h6 span {
  font-size: 12px;
  color: #999999;
  font-weight: normal;
}
.job-search .d-flex .flex-grow-1 h6 span.badge {
  color: #fff;
}
.job-search .d-flex .flex-grow-1 p {
  margin-top: 0;
  color: #999999;
}
.job-search .job-description {
  margin-top: 20px;
}
.job-search .job-description h6 {
  font-weight: 500;
  margin-bottom: 6px;
}
.job-search .job-description p {
  margin-top: 0;
  margin-bottom: 6px;
}
.job-search .job-description ul:not(.job-apply-wrapper .job-search .job-description ul) {
  list-style-type: disc;
  list-style-position: inside;
}
.job-search .job-description ul:not(.job-apply-wrapper .job-search .job-description ul) li {
  margin-bottom: 10px;
  color: rgba(82, 82, 108, 0.8);
}
.job-search .job-description ul:not(.job-apply-wrapper .job-search .job-description ul) li:last-child {
  margin-bottom: 0;
}
.job-search .job-description .theme-form {
  margin-top: 30px;
  margin-bottom: 30px;
}
.job-search .job-description .theme-form .row div[class^=col-] + div[class^=col-] .select2-container {
  margin-top: 18px;
}
.job-search .job-description .theme-form .row div[class^=col-] .input-group .datepicker-here {
  font-size: 14px;
  border: 1px solid #efefef;
  padding-top: 12px;
  padding-bottom: 12px;
}

.select2-container .select2-selection--single {
  border-radius: 0.25rem !important;
  border-color: #efefef;
  height: 47px !important;
  padding: 10px;
}

.job-pagination {
  margin-bottom: 30px;
}
.job-pagination nav ul {
  justify-content: center;
}

@media only screen and (max-width: 1366px) {
  .xl-mt-job {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .filter-cards-view {
    padding: 20px !important;
  }
  .filter-cards-view .job-filter:first-child {
    margin-bottom: 20px;
  }
  .filter-cards-view .checkbox-animated {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .job-accordion .animate-chk {
    padding: 20px !important;
  }
  .job-search p {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .filter-cards-view {
    padding: 15px !important;
  }
  .filter-cards-view .job-filter:first-child {
    margin-bottom: 15px;
  }
  .filter-cards-view .checkbox-animated {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .job-accordion .animate-chk {
    padding: 15px !important;
  }
  .job-search p {
    margin-top: 15px;
  }
  .job-search .d-flex {
    display: block !important;
    text-align: center;
  }
  .job-search .d-flex .flex-grow-1 h6 .pull-right {
    float: none;
    margin-top: 3px;
    display: block;
  }
  .job-search .d-flex .flex-grow-1 h6 a {
    display: block;
  }
  .job-search .d-flex .flex-grow-1 p span + span {
    display: block;
  }
  .job-search .d-flex img {
    margin-bottom: 15px;
  }
  .job-search .d-flex .m-r-20 {
    margin-right: 20px;
    margin-left: unset;
  }
  .job-search .job-description {
    margin-top: 15px;
  }
  .job-search .job-description .theme-form {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .job-search .job-description .theme-form .row div[class^=col-] + div[class^=col-] .select2-container {
    margin-top: 2px;
  }
  .job-search .job-description .theme-form .xs-mt-period {
    margin-top: 15px;
  }
  .job-pagination {
    margin-bottom: 15px;
  }
  .xl-mt-job {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 360px) {
  .job-search .job-description .btn {
    padding: 6px 12px;
  }
}
.select-date .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 9px;
  right: 12px;
}

.job-apply-wrapper .job-search .job-description .theme-form .dropdown-toggle {
  height: 47px;
  padding: 12px;
}

/**=====================
    3.34 Job-search CSS End
==========================**/
/**=====================
  3.35 Jsgrid CSS Start
==========================**/
.jsgrid .jsgrid-grid-body .jsgrid-cell {
  padding: 0.75rem;
}
.jsgrid .jsgrid-pager-container {
  text-align: right;
}
.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 #f4f4f4;
}
.jsgrid .jsgrid-pager .jsgrid-pager-page a {
  color: #3f475a;
}
.jsgrid .jsgrid-pager .jsgrid-pager-current-page {
  color: #3f475a;
}
.jsgrid .jsgrid-selected-row > .jsgrid-cell {
  background: #f4f4f4;
  border-color: #fafafa;
}
.jsgrid .jsgrid-header-row > .jsgrid-header-cell {
  padding: 0.75rem;
  font-weight: 500;
}

/**=====================
  3.35 Jsgrid CSS Ends
==========================**/
/**=====================
    3.36 Editors CSS Start
==========================**/
#editor6.ql-bubble .ql-tooltip {
  background-color: var(--body-font-color);
  padding: 12px;
}
#editor6.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
  border-bottom: 6px solid var(--body-font-color);
}
#editor6.ql-bubble .ql-tooltip-editor input[type=text] {
  color: var(--white);
}
#editor6 #toolbar6 .ql-formats {
  margin: 8px 8px 8px -3px;
}
#editor6 #toolbar6 .ql-formats .ql-stroke,
#editor6 #toolbar6 .ql-formats .ql-fill {
  stroke: var(--white);
}

.ql-formats .ql-picker-label::before {
  color: #1d1e26;
}
.ql-formats .ql-picker-label svg .ql-stroke {
  stroke: var(--body-font-color) !important;
}
[dir=rtl] .ql-formats .ql-picker-label svg {
  right: unset !important;
  left: 0;
}
.ql-formats .ql-script,
.ql-formats .ql-stroke {
  stroke: var(--body-font-color);
}

[dir=rtl] .ql-editor ol {
  padding-left: unset !important;
  padding-right: 24px;
}
[dir=rtl] .ql-editor ol li:not(.ql-direction-rtl)::before {
  margin-left: unset;
  margin-right: unset;
}
[dir=rtl] .ql-editor ul {
  padding-left: unset !important;
  padding-right: 24px;
}
[dir=rtl] .ql-editor ul li:not(.ql-direction-rtl)::before {
  margin-left: unset;
  margin-right: unset;
}

.quill-paragraph p {
  color: var(--body-font-color);
}
.quill-paragraph ol li,
.quill-paragraph ul li {
  color: var(--body-font-color);
}

.ql-toolbar.ql-snow button.ql-active svg .ql-stroke {
  stroke: var(--theme-default);
}
.ql-toolbar.ql-snow button.ql-active svg .ql-fill {
  fill: var(--theme-default);
}
.ql-toolbar.ql-snow .ql-formats .ql-script:hover,
.ql-toolbar.ql-snow .ql-formats .ql-header:hover,
.ql-toolbar.ql-snow .ql-formats .ql-video:hover,
.ql-toolbar.ql-snow .ql-formats .ql-picker-label:hover,
.ql-toolbar.ql-snow .ql-formats .ql-blockquote:hover,
.ql-toolbar.ql-snow .ql-formats .ql-strike:hover {
  color: var(--theme-default);
  stroke: var(--theme-default);
}
.ql-toolbar.ql-snow .ql-formats .ql-script:hover .ql-fill,
.ql-toolbar.ql-snow .ql-formats .ql-header:hover .ql-fill,
.ql-toolbar.ql-snow .ql-formats .ql-video:hover .ql-fill,
.ql-toolbar.ql-snow .ql-formats .ql-picker-label:hover .ql-fill,
.ql-toolbar.ql-snow .ql-formats .ql-blockquote:hover .ql-fill,
.ql-toolbar.ql-snow .ql-formats .ql-strike:hover .ql-fill {
  fill: var(--theme-default);
}
.ql-toolbar.ql-snow .ql-formats .ql-picker-options .ql-picker-item:hover, .ql-toolbar.ql-snow .ql-formats .ql-picker-options .ql-picker-item.ql-selected {
  color: var(--theme-default);
}
.ql-toolbar.ql-snow .ql-formats .ql-video:hover .ql-fill {
  fill: var(--theme-default);
}
.ql-toolbar.ql-snow .ql-formats .ql-align:hover .ql-stroke {
  stroke: var(--theme-default);
}
.ql-toolbar.ql-snow .ql-formats .ql-clean:hover .ql-stroke {
  stroke: var(--theme-default);
}
.ql-toolbar.ql-snow .ql-formats .ql-clean:hover .ql-fill {
  fill: var(--theme-default);
}
.ql-toolbar.ql-snow .ql-formats .ql-header .ql-stroke {
  stroke: var(--theme-default);
}
.ql-toolbar.ql-snow .ql-formats .ql-picker-label:hover .ql-color-label,
.ql-toolbar.ql-snow .ql-formats .ql-picker-label:hover .ql-stroke {
  stroke: var(--theme-default);
}
.ql-toolbar.ql-snow .ql-formats .ql-blockquote:hover .ql-fill {
  fill: var(--theme-default);
  stroke: var(--theme-default);
}
.ql-toolbar.ql-snow .ql-formats .ql-code-block:hover {
  color: var(--theme-default);
}
.ql-toolbar.ql-snow .ql-formats .ql-code-block:hover .ql-even,
.ql-toolbar.ql-snow .ql-formats .ql-code-block:hover .ql-stroke {
  stroke: var(--theme-default);
}
.ql-toolbar.ql-snow .ql-formats .ql-size.ql-picker .ql-picker-label {
  border-color: var(--white);
}
.ql-toolbar.ql-snow .ql-formats .ql-size.ql-picker .ql-picker-options {
  border-color: var(--white);
  background-color: var(--white);
}
.ql-toolbar.ql-snow .ql-formats .ql-size.ql-picker .ql-picker-options .ql-picker-item::before {
  color: var(--body-font-color);
}
.ql-toolbar.ql-snow .ql-formats .ql-size.ql-picker .ql-picker-options .ql-picker-item:hover::before {
  color: var(--theme-default);
}

/**=====================
    3.36 Editors CSS End
==========================**/
/**=====================
  3.37 Kanban CSS start
==========================**/
.jkanban-container .note a {
  display: contents;
}
.jkanban-container .common-f-start {
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
}
.jkanban-container .common-f-start .btn {
  text-align: left;
}
.jkanban-container .kanban-container .kanban-title-board {
  font-weight: 500;
  font-size: 17px;
}
.jkanban-container .kanban-container footer {
  padding: 0;
}
.jkanban-container .kanban-container footer .btn {
  width: 100%;
  padding: calc(12px + 4 * (100vw - 320px) / 1600);
  letter-spacing: 1.2px;
  border-radius: 0;
}
.jkanban-container .kanban-container footer .btn::before {
  content: "+";
  font-family: "Font Awesome 6 Free";
  padding-right: 8px;
}
[dir=rtl] .jkanban-container .kanban-container footer .btn::before {
  padding-right: unset;
  padding-left: 8px;
}
.jkanban-container .kanban-container footer .btn:hover {
  background-color: var(--light-background);
}
.jkanban-container .kanban-container footer .btn:active {
  border-color: transparent;
}

.kanban-board-header {
  height: auto;
  width: auto;
  line-height: unset;
  background: rgba(247, 248, 249, 0.9);
  border-bottom: 1px solid #ddd;
}
.kanban-board-header.bg-primary ~ .kanban-drag {
  background-color: rgba(115, 102, 255, 0.3) !important;
}
.kanban-board-header.bg-warning ~ .kanban-drag {
  background-color: rgba(255, 184, 41, 0.3) !important;
}
.kanban-board-header.bg-success ~ .kanban-drag {
  background-color: rgba(101, 193, 92, 0.3) !important;
}

.kanban-container {
  display: contents;
}
.kanban-container footer {
  padding: 12px 6px;
  text-align: center;
}
.kanban-container footer .btn {
  margin-bottom: 0;
}

.kanban-board {
  margin-bottom: 20px;
  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(25% - 30px) !important;
  cursor: pointer;
}
@media (max-width: 1500px) and (min-width: 768px) {
  .kanban-board {
    width: calc(50% - 30px) !important;
  }
}
@media (max-width: 767px) {
  .kanban-board {
    width: calc(100% - 30px) !important;
  }
}
@media (max-width: 575px) {
  .kanban-board {
    width: calc(100% - 20px) !important;
  }
}
.kanban-board .kanban-drag {
  background: rgba(247, 248, 249, 0.9);
}
.kanban-board .kanban-drag .itemform .form-group:last-child {
  padding-top: 12px;
}

.kanban-item {
  margin-bottom: 20px;
  border: 1px solid var(--chart-progress-light);
  border-radius: 5px;
  padding: 18px;
  position: relative;
  display: block;
  background-color: #fff;
}
.kanban-item .kanban-box .badge {
  line-height: 1.7;
}
.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;
}
.kanban-item .list li i {
  margin-right: 10px;
}
.kanban-item .list li + li {
  border-left: 1px dotted #898989;
  padding-left: 6px;
  margin-left: 6px;
}
[dir=rtl] .kanban-item .list li + li {
  border-left: unset;
  border-right: 1px dotted #898989;
  padding-left: unset;
  padding-right: 6px;
  margin-left: unset;
  margin-right: 6px;
}
.kanban-item .common-f-start li [class*=bg-lighter-] {
  font-size: 12px;
}
.kanban-item .common-f-start li + li {
  margin-left: -22px;
}
[dir=rtl] .kanban-item .common-f-start li + li {
  margin-left: unset;
  margin-right: -22px;
}
.kanban-item .kanban-box + .kanban-box {
  margin-top: 20px;
}
.kanban-item .kanban-box .common-align img {
  height: calc(34px + 6 * (100vw - 320px) / 1600);
}
.kanban-item .kanban-box .badge {
  font-weight: 400;
}
.kanban-item .kanban-box h6 {
  margin: 10px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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;
  flex-wrap: wrap;
}
@media (max-width: 1636px) {
  .kanban-item .kanban-box .d-flex {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
  }
}
.kanban-item .kanban-box .dropdown-toggle:after {
  content: none;
}
.kanban-item .kanban-box .customers ul li + li {
  margin-left: -10px;
}
.kanban-item .kanban-box .date {
  color: rgba(82, 82, 108, 0.8);
}

footer {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 600px) {
  .kanban-board .kanban-drag {
    padding: 10px 15px;
  }
  .kanban-container .kanban-board {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}
@media only screen and (max-width: 480px) {
  .jkanban-container .card-body {
    padding: 20px 15px !important;
  }
  .kanban-board .kanban-drag {
    padding: 10px 15px;
  }
}
/**=====================
   3.37 Kanban CSS ends
==========================**/
/**=====================
    3.38 Knowledgebase CSS start
==========================**/
.browse .browse-articles h6 {
  line-height: 1.6;
}
.browse .browse-articles span {
  vertical-align: middle;
}
.browse .browse-articles span:nth-child(2) {
  padding-left: 20px;
}
[dir=rtl] .browse .browse-articles span:nth-child(2) {
  padding-left: unset;
  padding-right: 20px;
}
.browse .browse-articles span svg {
  width: 14px;
  height: 14px;
  vertical-align: text-top;
  position: absolute;
  left: 0;
  top: 0;
}
[dir=rtl] .browse .browse-articles span svg {
  left: unset;
  right: 0;
}
.browse .browse-articles h6 {
  padding-bottom: 10px;
  margin-bottom: 0px;
  border-bottom: 1px solid #e9edf1;
  padding-left: 25px;
}
[dir=rtl] .browse .browse-articles h6 {
  padding-left: unset;
  padding-right: 25px;
}
.browse .browse-articles h6 span svg {
  width: 16px;
  height: 16px;
  vertical-align: text-top;
  top: 4px;
  left: 7px;
}
[dir=rtl] .browse .browse-articles h6 span svg {
  left: unset;
  right: 7px;
}
.browse .browse-articles ul li {
  padding: 8px;
  border-radius: 8px;
}
.browse .browse-articles ul li a {
  color: #404040;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.browse .browse-articles ul li:hover {
  background-color: #fdfeff;
}

@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;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
  }
}
.badge.pull-right {
  padding-top: 4px;
}

.articles-icons svg {
  min-width: 18px;
}

.d-flex.faq-widgets .flex-grow-1 {
  flex: 1;
}

/**=====================
    3.38 Knowledgebase CSS End
==========================**/
/**=====================
    3.39 Landing CSS Start
==========================**/
/* MESH LOADER */
@keyframes mesh {
  0% {
    transform-origin: 50% -100%;
    transform: rotate(0);
  }
  50% {
    transform-origin: 50% -100%;
    transform: rotate(360deg);
  }
  50.1% {
    transform-origin: 50% 200%;
    transform: rotate(0deg);
  }
  100% {
    transform-origin: 50% 200%;
    transform: rotate(360deg);
  }
}
.mesh-loader {
  overflow: hidden;
  height: inherit;
  width: inherit;
}
.mesh-loader .circle {
  position: absolute;
  background: #7366FF;
  border-radius: 50%;
  margin: -3px;
  animation: mesh 3s ease-in-out infinite -1.5s;
  width: 6px;
  height: 6px;
}
.mesh-loader > div .circle:last-child {
  animation-delay: 0s;
}
.mesh-loader > div {
  position: absolute;
  top: 50%;
  left: 50%;
}
.mesh-loader > div:last-child {
  transform: rotate(90deg);
}

@-webkit-keyframes animloader14 {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes animloader14 {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.loader-1 {
  width: 76px;
  height: 76px;
  display: inline-block;
  position: relative;
}
.loader-1::after, .loader-1::before {
  content: "";
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #80a5ff;
  position: absolute;
  left: 0;
  top: 0;
  animation: animloader14 2s linear infinite;
}
.loader-1::after {
  animation-delay: 1s;
}
@media (max-width: 1199px) {
  .loader-1 {
    width: 60px;
    height: 60px;
  }
  .loader-1::after, .loader-1::before {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 575px) {
  .loader-1 {
    width: 40px;
    height: 40px;
  }
  .loader-1::after, .loader-1::before {
    width: 40px;
    height: 40px;
  }
}

.landing-page {
  color: #000248;
}
.landing-page .accordion-item {
  border: none;
}
.landing-page .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.landing-page .customization-accordion .accordion-collapse {
  border: none;
}
.landing-page .customization-accordion .accordion-button {
  font-weight: 500;
  position: relative;
  border: none;
  padding: 10px 10px 10px 30px;
  color: #000248;
}
.landing-page .customization-accordion .accordion-button::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-left: 0;
  background-image: url(../images/landing/icon/plus.svg);
  background-position: center;
  background-size: 16px;
}
.landing-page .customization-accordion .accordion-button:focus {
  box-shadow: none;
}
.landing-page .customization-accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
}
.landing-page .customization-accordion .accordion-button:not(.collapsed)::after {
  background-image: url(../images/landing/icon/minus.svg);
}
.landing-page .customization-accordion .accordion-body {
  padding-top: 0;
  padding-bottom: 10px;
  text-align: left;
  padding-left: 30px;
}

.animate-slider .slick-slide img {
  width: 100%;
}

.f-light {
  color: #52526C;
  opacity: 0.8;
}

.vector-image {
  position: absolute;
}
@media (max-width: 991px) {
  .vector-image {
    display: none;
  }
}

.line-gif {
  left: 20%;
  top: 0;
  z-index: 1;
}
.line-gif img {
  width: 140px;
  height: 140px;
}
@media (max-width: 1399px) {
  .line-gif img {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 991px) {
  .line-gif img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 575px) {
  .line-gif img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1460px) {
  .line-gif {
    left: 14%;
  }
}
@media (max-width: 1399px) {
  .line-gif {
    left: 21%;
  }
}
@media (max-width: 575px) {
  .line-gif {
    left: 7%;
    top: -30px;
  }
}

.wavy-line-gif {
  right: 0;
  top: 3%;
}
@media (max-width: 991px) {
  .wavy-line-gif {
    top: 1%;
  }
}
@media (max-width: 767px) {
  .wavy-line-gif {
    top: 40px;
  }
}
@media (max-width: 575px) {
  .wavy-line-gif {
    top: 10px;
  }
}
.wavy-line-gif img {
  width: 200px;
}
@media (max-width: 1199px) {
  .wavy-line-gif img {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .wavy-line-gif img {
    width: 120px;
  }
}
@media (max-width: 575px) {
  .wavy-line-gif img {
    width: 90px;
  }
}

.round-gif {
  left: 5%;
  top: 20%;
}
@media (max-width: 1660px) {
  .round-gif {
    left: 2%;
  }
}
@media (max-width: 1399px) {
  .round-gif {
    left: 0%;
    top: 15%;
  }
}
@media (max-width: 1199px) {
  .round-gif {
    top: 20%;
  }
}
@media (max-width: 991px) {
  .round-gif {
    top: 28%;
  }
}
@media (max-width: 767px) {
  .round-gif {
    top: -2%;
  }
}
.round-gif img {
  width: 147px;
  height: 147px;
}
@media (max-width: 1660px) {
  .round-gif img {
    width: 127px;
    height: 127px;
  }
}
@media (max-width: 1199px) {
  .round-gif img {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 991px) {
  .round-gif img {
    width: 70px;
    height: 70px;
  }
}

.wavy-gif {
  right: 17%;
  top: 23%;
}
.wavy-gif svg {
  width: 80px;
  transform: rotate(90deg);
}
@media (max-width: 1199px) {
  .wavy-gif svg {
    width: 60px;
  }
}
@media (max-width: 575px) {
  .wavy-gif svg {
    width: 30px;
  }
}
.wavy-gif path {
  stroke: #f8912b;
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation: dash 1.5s linear infinite;
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@media (max-width: 1399px) {
  .wavy-gif {
    right: 3%;
    top: 15%;
  }
}
@media (max-width: 991px) {
  .wavy-gif {
    right: 1%;
    top: 10%;
  }
}
@media (max-width: 767px) {
  .wavy-gif {
    top: 8%;
  }
}
.wavy-gif img {
  transform: rotate(90deg);
  width: 120px;
}
@media (max-width: 1399px) {
  .wavy-gif img {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .wavy-gif img {
    width: 60px;
  }
}
@media (max-width: 575px) {
  .wavy-gif img {
    width: 40px;
  }
}

.app-section .wavy-gif {
  right: unset;
  left: 20%;
  top: 7%;
}
@media (max-width: 1660px) {
  .app-section .wavy-gif {
    left: 8%;
  }
}
@media (max-width: 1199px) {
  .app-section .wavy-gif {
    left: 3%;
    top: 3%;
  }
}
@media (max-width: 767px) {
  .app-section .wavy-gif {
    top: 30px;
  }
}
.app-section .wavy-gif svg {
  width: 50px;
}
@media (max-width: 767px) {
  .app-section .wavy-gif svg {
    width: 40px;
  }
}

.loader-gif {
  right: 5%;
  top: 25%;
}
@media (max-width: 1199px) {
  .loader-gif {
    top: 32%;
  }
}
@media (max-width: 991px) {
  .loader-gif {
    right: 15px;
  }
}
@media (max-width: 575px) {
  .loader-gif {
    top: 28%;
  }
}

.loader-line-gif {
  right: 15%;
  top: 12%;
}
@media (max-width: 1660px) {
  .loader-line-gif {
    right: 5%;
  }
}
@media (max-width: 1399px) {
  .loader-line-gif {
    top: 10%;
    right: 0;
  }
}
@media (max-width: 1199px) {
  .loader-line-gif {
    top: 9%;
  }
}
@media (max-width: 991px) {
  .loader-line-gif {
    top: 0;
  }
}
.loader-line-gif img {
  width: 130px;
}
@media (max-width: 575px) {
  .loader-line-gif img {
    width: 80px;
  }
}

.premium-wrap {
  margin-top: -28px;
}
.premium-wrap .vector-image {
  top: -50px;
  left: -30px;
}
@media (max-width: 1399px) {
  .premium-wrap .vector-image {
    left: 75px;
  }
}
@media (max-width: 1199px) {
  .premium-wrap .vector-image {
    left: -15px;
  }
}
.premium-wrap .vector-image img {
  height: 400px;
}
@media (max-width: 1399px) {
  .premium-wrap .vector-image img {
    height: 220px;
  }
}

.framework-section .wavy-gif {
  top: unset;
  bottom: 0;
  right: 20%;
}
@media (max-width: 1399px) {
  .framework-section .wavy-gif {
    bottom: -30px;
    right: 0;
  }
}
@media (max-width: 575px) {
  .framework-section .wavy-gif {
    bottom: 0;
  }
}

.components-section .flower-gif {
  left: unset;
  right: 5%;
  top: 20%;
}
@media (max-width: 991px) {
  .components-section .flower-gif {
    right: 10%;
    top: 9%;
  }
}

.feature-section .vector-image {
  top: 50px;
  right: -170px;
}
@media (max-width: 1674px) {
  .feature-section .vector-image {
    top: 60px;
    right: -160px;
  }
}
@media (max-width: 1600px) {
  .feature-section .vector-image {
    top: 0px;
    right: -20px;
  }
}
@media (max-width: 1655px) {
  .feature-section .vector-image {
    right: -130px;
  }
}
@media (max-width: 1595px) {
  .feature-section .vector-image {
    right: -6px;
    top: -10px;
  }
}
@media (max-width: 1399px) {
  .feature-section .vector-image {
    top: -6px;
    right: -10px;
  }
}
@media (max-width: 1199px) {
  .feature-section .vector-image {
    right: -12px;
  }
}
.feature-section .vector-image img {
  height: 370px;
}
@media (max-width: 1674px) {
  .feature-section .vector-image img {
    height: 340px;
  }
}
@media (max-width: 1655px) {
  .feature-section .vector-image img {
    height: 310px;
  }
}
@media (max-width: 1600px) {
  .feature-section .vector-image img {
    height: 300px;
  }
}
@media (max-width: 1399px) {
  .feature-section .vector-image img {
    height: 280px;
  }
}
.feature-section .round-gif {
  top: unset;
  bottom: 12%;
}
@media (max-width: 1660px) {
  .feature-section .round-gif {
    left: 0;
  }
}
@media (max-width: 1460px) {
  .feature-section .round-gif {
    bottom: unset;
    top: 6%;
  }
}
@media (max-width: 991px) {
  .feature-section .round-gif {
    top: -3%;
  }
}
@media (max-width: 575px) {
  .feature-section .round-gif {
    top: -2%;
  }
}
.feature-section .round-gif img {
  width: 105px;
  height: 105px;
}
@media (max-width: 1460px) {
  .feature-section .round-gif img {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 575px) {
  .feature-section .round-gif img {
    width: 70px;
    height: 70px;
  }
}

.document-section a {
  display: block;
  color: #404040;
}
.document-section .document-box {
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0px 5px 20px rgba(46, 35, 94, 0.12);
  border-radius: 5px;
  padding: 20px;
}
@media (max-width: 767px) {
  .document-section .document-box {
    gap: 14px;
  }
}
@media (max-width: 575px) {
  .document-section .document-box {
    gap: 10px;
    padding: 15px;
  }
}
.document-section .document-box .doc-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.document-section .document-box .doc-icon img {
  height: 20px;
  width: 20px;
  object-fit: contain;
}
.document-section .document-box h5 {
  margin-bottom: 0;
}
@media (max-width: 479px) {
  .document-section .row > div {
    width: 100%;
  }
}
.document-section .bg-icon1 {
  background: #F0E9FB;
}
.document-section .bg-icon2 {
  background: rgba(222, 77, 89, 0.1);
}
.document-section .bg-icon3 {
  background: rgba(77, 186, 135, 0.15);
}
.document-section .bg-icon4 {
  background: rgba(103, 190, 253, 0.12);
}
.document-section .bg-icon5 {
  background: rgba(255, 227, 225, 0.59);
}
.document-section .bg-icon6 {
  background: rgba(65, 184, 131, 0.15);
}
.document-section .bg-icon7 {
  background: rgba(158, 149, 255, 0.22);
}
.document-section .bg-icon8 {
  background: rgba(238, 67, 35, 0.12);
}
.document-section .bg-icon9 {
  background: rgba(154, 214, 183, 0.22);
}
.document-section .bg-icon10 {
  background: rgba(255, 153, 33, 0.14);
}
.document-section .bg-icon11 {
  background: rgba(195, 164, 245, 0.18);
}
.document-section .bg-icon12 {
  background: rgba(16, 15, 15, 0.12);
}

.rating-title {
  font-size: calc(14px + 6 * (100vw - 300px) / 1620);
  font-weight: normal;
}

.layout h5 {
  margin-bottom: 10px;
  opacity: 0.8;
  letter-spacing: 1.2px;
}
.layout .btn {
  padding: 0.15rem 0.5rem;
}

.common-card {
  background: #FCFCFD;
  border: 2px solid #fff;
  box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
  border-radius: 10px;
}

.testimonial-box {
  position: relative;
  padding: 20px 25px;
  text-align: left;
  margin-bottom: 33px;
}
.testimonial-box .rating-content {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.testimonial-box h5 {
  font-size: 16px;
  margin-bottom: 0;
}
.testimonial-box .text-end span {
  font-size: 13px;
}
.testimonial-box .customer-img {
  width: 60px;
  height: 60px;
  background: #FFFAFA;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -25px;
}
.testimonial-box p {
  margin-bottom: 0;
}

.about-section .slick-slide {
  padding: 0 14px;
}

.testimonial-slider .slick-dots li {
  width: auto;
  height: auto;
}
.testimonial-slider .slick-dots li button {
  background: rgba(82, 82, 108, 0.2);
  border-radius: 20px;
  height: 5px;
  width: 11px;
  padding: 0;
  transition: all 0.5s;
}
.testimonial-slider .slick-dots li button::before {
  display: none;
}
.testimonial-slider .slick-dots li.slick-active button {
  background: #7366FF;
  border-radius: 20px;
  width: 20px;
  transition: all 0.5s;
}

.customer-box {
  position: relative;
  background-color: #f7f7f7;
  text-align: center;
  padding: 40px 30px;
  border-radius: 25px;
  box-shadow: 30px 30px 33px rgba(119, 119, 119, 0.25);
}
@media (max-width: 1399px) {
  .customer-box {
    padding: 40px 35px;
  }
}
@media (max-width: 1199px) {
  .customer-box {
    padding: 30px 25px;
  }
}
@media (max-width: 991px) {
  .customer-box {
    padding: 17px 13px;
  }
}
@media (max-width: 575px) {
  .customer-box {
    box-shadow: 12px 12px 12px rgba(119, 119, 119, 0.25);
  }
}
.customer-box img {
  height: 70px;
  width: auto;
}
@media (max-width: 991px) {
  .customer-box img {
    height: 50px;
  }
}

.customer-wrapper {
  position: relative;
  padding: 12px;
}
@media (max-width: 767px) {
  .customer-wrapper {
    padding: 0;
  }
}
.customer-wrapper .outline-box {
  position: absolute;
  bottom: -6px;
  left: -5px;
}
@media (max-width: 1399px) {
  .customer-wrapper .outline-box {
    bottom: -1px;
    left: 0px;
  }
}
@media (max-width: 1199px) {
  .customer-wrapper .outline-box {
    bottom: -1px;
    left: -2px;
    width: 120%;
  }
}
@media (max-width: 767px) {
  .customer-wrapper .outline-box {
    display: none;
  }
}

.customer-wrap {
  margin: 0 -28px;
}
@media (max-width: 1199px) {
  .customer-wrap {
    margin: 0 -15px;
  }
}
@media (max-width: 991px) {
  .customer-wrap {
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  .customer-wrap {
    margin: -12px;
  }
}
.customer-wrap > div {
  padding: 0 28px;
}
@media (max-width: 1199px) {
  .customer-wrap > div {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .customer-wrap > div {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .customer-wrap > div {
    padding: 12px;
  }
}
@media (max-width: 1199px) {
  .customer-wrap > div:last-child .outline-box {
    width: 100%;
  }
}

.frame-tab {
  background: rgba(244, 245, 248, 0.5);
  border-radius: 40px;
  border: none;
  gap: 10px;
  display: inline-flex;
  padding: 5px;
  margin-bottom: 50px;
}
.frame-tab .nav-item img {
  width: 21px;
  height: 21px;
}
.frame-tab .nav-item .nav-link {
  font-size: 18px;
  padding: 16px 40px;
  border-radius: 40px;
  background: transparent;
  border: none;
  color: rgba(0, 2, 72, 0.5);
  font-weight: 500;
}
@media (max-width: 991px) {
  .frame-tab .nav-item .nav-link {
    font-size: 16px;
    padding: 10px 25px;
  }
}
.frame-tab .nav-item .nav-link img {
  margin-right: 10px;
  filter: grayscale(1);
}
.frame-tab .nav-item .nav-link.active {
  color: #000248;
  background: #fff;
  box-shadow: 0px 7px 15px rgba(46, 35, 94, 0.06);
}
.frame-tab .nav-item .nav-link.active img {
  filter: unset;
}
@media (max-width: 575.98px) {
  .frame-tab.nav {
    display: inline-flex;
    background-color: transparent;
  }
}

.framework-box {
  position: relative;
  display: flex;
  align-items: center;
  background: #FCFCFD;
  border: 2px solid #fff;
  box-shadow: 0px 5px 20px rgba(46, 35, 94, 0.12);
  border-radius: 50px 16px 16px 50px;
  padding: 18px 16px;
  gap: 16px;
  margin-left: 30px;
  transition: all 0.5s;
}
.framework-box::after {
  position: absolute;
  content: "";
  width: 40px;
  height: calc(100% + 4px);
  border-right: 1px dashed rgba(0, 2, 72, 0.2);
  right: -1px;
  border-top: 1px dashed rgba(0, 2, 72, 0.2);
  border-bottom: 1px dashed rgba(0, 2, 72, 0.2);
  border-radius: 10px;
  top: -1px;
  bottom: 0;
}
.framework-box .frame-icon {
  position: relative;
  min-width: 55px;
  height: 55px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -48px;
}
@media (max-width: 575px) {
  .framework-box .frame-icon {
    min-width: 52px;
    height: 52px;
  }
}
.framework-box .frame-icon::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  box-shadow: 3px 4px 5px rgba(46, 35, 94, 0.11), inset 3px 0px 1px rgba(204, 204, 215, 0.5);
  border-radius: 100%;
}
.framework-box .frame-icon img {
  width: 30px;
  height: 30px;
}
@media (max-width: 575px) {
  .framework-box .frame-icon img {
    width: 25px;
    height: 25px;
  }
}
.framework-box .frame-details {
  position: relative;
  text-align: left;
}
.framework-box .frame-details p {
  opacity: 0.7;
  margin-bottom: 0;
}
.framework-box .frame-details::before, .framework-box .frame-details::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #FEFEFF;
  border: 1px solid rgba(0, 2, 72, 0.2);
  border-radius: 100%;
  right: 17px;
}
.framework-box .frame-details::before {
  top: -23px;
}
.framework-box .frame-details::after {
  bottom: -24px;
}
@media (min-width: 576px) {
  .framework-box:hover {
    transform: scale(1.05);
    transition: all 0.5s;
  }
}
.framework-box:hover .frame-icon::before {
  animation-name: rotate;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotate {
  from {
    transform: rotate(-360deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.customization-wrap .landing-title p {
  width: 100%;
}

.sub-title {
  font-size: calc(18px + 8 * (100vw - 300px) / 1620);
  font-weight: 700;
  font-family: "Caveat", cursive;
  color: #FFB905;
}

.rotate-title {
  color: #FF5A82;
}

.landing-home {
  scroll-behavior: smooth;
  overflow: hidden;
  position: relative;
  background-position: bottom;
  background-size: cover;
  background-image: url(../images/landing/home-bg.jpg);
  background-color: #1b1c21;
}
.landing-home .sub-title {
  font-size: calc(18px + 12 * (100vw - 300px) / 1620);
}
.landing-home .content h1 {
  color: #fff;
  line-height: 1.2;
  font-size: calc(25px + 35 * (100vw - 300px) / 1620);
  text-transform: uppercase;
}
.landing-home .content h1 span {
  background: linear-gradient(90deg, #FFB905 20.35%, #6AEBAD 50%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.landing-home .content p {
  font-size: calc(14px + 4 * (100vw - 300px) / 1620);
  font-weight: 500;
  font-family: roboto;
  color: #fff;
  opacity: 0.8;
  width: 64%;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  .landing-home .content p {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .landing-home .content p {
    width: 100%;
  }
}
.landing-home .btn-grp {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .landing-home .btn-grp {
    gap: 12px;
  }
}
@media (max-width: 575px) {
  .landing-home .btn-grp {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.landing-home .btn-grp img {
  height: 30px;
}
@media (max-width: 767px) {
  .landing-home .btn-grp img {
    height: 22px;
  }
}
@media (max-width: 575px) {
  .landing-home .btn-grp img {
    height: 20px;
  }
}
.landing-home .content {
  margin-top: 200px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 1366px) {
  .landing-home .content {
    margin-top: 170px;
  }
}
@media (max-width: 1199px) {
  .landing-home .content {
    margin-top: 140px;
  }
}
@media (max-width: 575px) {
  .landing-home .content {
    margin-top: 100px;
  }
}
.landing-home .content-title {
  position: relative;
  display: inline-block;
}
.landing-home .content-title .arrow-decore {
  position: absolute;
  left: -203px;
  top: -25px;
}
@media (max-width: 1660px) {
  .landing-home .content-title .arrow-decore {
    left: -166px;
    width: 150px;
  }
}
@media (max-width: 991px) {
  .landing-home .content-title .arrow-decore {
    left: -125px;
    width: 110px;
    top: -14px;
  }
}
@media (max-width: 575px) {
  .landing-home .content-title .arrow-decore {
    left: -61px;
    width: 60px;
    top: -4px;
  }
}
.landing-home .sticky-header header .nav-padding {
  padding: 30px 50px;
}

.build-section {
  position: relative;
}
.build-section .landing-title {
  display: flex;
  align-items: center;
}
.build-section .landing-title h2 {
  width: 53%;
}
@media (max-width: 1660px) {
  .build-section .landing-title h2 {
    width: 58%;
  }
}
@media (max-width: 1366px) {
  .build-section .landing-title h2 {
    width: 59%;
  }
}
@media (max-width: 1199px) {
  .build-section .landing-title h2 {
    width: 63%;
  }
}
@media (max-width: 991px) {
  .build-section .landing-title h2 {
    width: 100%;
  }
}
.build-section .landing-title .title-img {
  margin-bottom: -14px;
}
@media (max-width: 991px) {
  .build-section .landing-title .title-img {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .build-section .landing-title .title-img {
    width: 80px;
  }
}
.build-section .rotate-title {
  width: 14%;
  transform: rotate(13.97deg);
  text-align: center;
  margin-left: -20px;
}
@media (max-width: 1199px) {
  .build-section .rotate-title {
    width: 17%;
  }
}
@media (max-width: 991px) {
  .build-section .rotate-title {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .build-section .rotate-title {
    width: 42%;
  }
}
.build-section .build-image img {
  width: calc(100% + 210px);
}
@media (max-width: 991px) {
  .build-section .build-image img {
    width: calc(100% + 100px);
  }
}
@media (max-width: 767px) {
  .build-section .build-image img {
    width: 100%;
  }
}

@keyframes animationtop {
  0% {
    transform: translate(-10px, -5px);
  }
  50% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-10px, -5px);
  }
}
@keyframes animationleft {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(20px, 0);
  }
  100% {
    transform: translate(0, 0px);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.navbar {
  justify-content: flex-start;
}
.navbar .navbar-toggler {
  margin-left: auto;
}

.navbar-nav {
  align-items: center;
}
.navbar-nav .nav-item {
  position: relative;
}
.navbar-nav .nav-item .nav-link {
  font-size: 18px;
  letter-spacing: 1px;
  padding: 12px 20px;
  transition: all 0.3s ease;
}
.navbar-nav .nav-item .nav-link:hover, .navbar-nav .nav-item .nav-link.active {
  opacity: 1;
  transition: all 0.3s ease;
}

.landing-page .navbar-expand-xl .navbar-collapse {
  background-color: transparent;
}
.landing-page .page-body-wrapper {
  min-height: 100vh;
  background: #eaf4ff;
  overflow: hidden;
}
.landing-page .buy-btn {
  font-size: 16px;
  background: linear-gradient(90deg, #7366FF -18.33%, #563EE0 62.78%);
  border-radius: 5px;
  padding: 15px 54px;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .landing-page .buy-btn {
    padding: 12px 35px;
  }
}
@media (max-width: 767px) {
  .landing-page .buy-btn {
    padding: 9px 20px;
    font-size: 14px;
  }
}
.landing-page .buy-btn a {
  color: #fff;
  padding: 0;
}
.landing-page .navbar-nav .nav-item .nav-link {
  letter-spacing: 1.5px;
  color: #fff;
}
.landing-page .sticky-header header {
  background: transparent;
  box-shadow: none;
  z-index: 100;
  left: 0;
  height: auto;
}
.landing-page .sticky-header header.sticky {
  margin-top: 0;
  background: #1d1f29;
}
.landing-page .sticky-header header.sticky .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  padding: 15px 12px;
}

.navbar-expand-xl .navbar-brand {
  padding-left: 18px;
}
.navbar-expand-xl .navbar-collapse {
  flex-flow: row nowrap;
  justify-content: flex-end;
  background-color: #fff;
}

.section-space {
  position: relative;
  padding: 80px 0;
  text-align: center;
}
.section-space p {
  font-size: 15px;
  line-height: 1.5;
}

.landing-title {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .landing-title {
    margin-bottom: 20px;
  }
}
.landing-title h2 {
  font-size: calc(25px + 27 * (100vw - 300px) / 1620);
}
.landing-title .gradient-1 {
  background: linear-gradient(90.78deg, #7366FF 49.33%, #838383 82.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.landing-title .gradient-2 {
  background: linear-gradient(90deg, #FF6A5B 4.44%, #1E52B9 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.landing-title .gradient-3 {
  background: linear-gradient(90deg, #7B5DFE 11.24%, #FFAB2E 50%), linear-gradient(0deg, #FF6A5B, #FF6A5B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.landing-title .gradient-4 {
  background: linear-gradient(90deg, #22AC16 65.06%, #1C97BE 92.34%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.landing-title .gradient-5 {
  background: linear-gradient(90deg, #6A2FE7 2%, #46B7D0 40%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.landing-title .gradient-6 {
  background: linear-gradient(271deg, #F1305F 30%, #0066FF 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.landing-title .gradient-7 {
  background: linear-gradient(90deg, #FF7A00 20%, #D72695 89.68%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.landing-title .gradient-8 {
  background: linear-gradient(257.2deg, #FF5E51 21.09%, #FFAB6F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.landing-title .gradient-9 {
  background: linear-gradient(90deg, rgba(255, 57, 57, 0.88) 2%, #24D34B 103.68%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.landing-title .gradient-10 {
  background: linear-gradient(90deg, #4A86FB 50%, #FF5823 68.37%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.landing-title .gradient-11 {
  background: linear-gradient(90deg, #FF1717 22.23%, #0A96E6 68.75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.landing-title .gradient-12 {
  background: linear-gradient(90deg, #89D32B 5.6%, #FF7A00 36.2%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.landing-title .gradient-13 {
  background: linear-gradient(90deg, #FF6056 31.63%, #7F74FE 67.63%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.landing-title p {
  font-size: calc(14px + 4 * (100vw - 300px) / 1620);
  width: 65%;
  margin: 0 auto;
  color: #52526C;
  opacity: 0.8;
}
@media (max-width: 1199px) {
  .landing-title p {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .landing-title p {
    width: 100%;
  }
}

.bottom-section-grad {
  position: relative;
}
.bottom-section-grad::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #EDF7FF -3.32%, rgba(227, 242, 255, 0) 144.14%);
  opacity: 0.7;
  height: 100%;
  width: 100%;
}

.faq-section .accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq-section .accordion .accordion-item {
  background: #FCFCFD;
  border: 2px solid #fff;
  box-shadow: 0px 4px 10px rgba(46, 35, 94, 0.07);
  border-radius: 10px;
  padding: 22px 30px;
}
@media (max-width: 767px) {
  .faq-section .accordion .accordion-item {
    padding: 15px 20px;
  }
}
.faq-section .accordion-button, .faq-section .accordion-body {
  padding: 0;
}
.faq-section .accordion-button:not(.collapsed) {
  color: #7366FF;
  background: transparent;
}
.faq-section .accordion-button:focus {
  box-shadow: unset;
  border: none;
}
.faq-section .accordion-button::after {
  font-family: "IcoFont";
  content: "\eb25";
  font-size: 24px;
  background: unset;
  width: auto;
  height: auto;
  margin-bottom: -4px;
}
.faq-section .accordion-body {
  padding-top: 14px;
  margin-top: 14px;
  border-top: 1px solid rgba(82, 82, 108, 0.5);
  text-align: left;
}
.faq-section .vector-image {
  left: -160px;
  top: 30px;
}
@media (max-width: 1600px) {
  .faq-section .vector-image {
    left: 60px;
    top: -30px;
  }
}
@media (max-width: 1199px) {
  .faq-section .vector-image {
    left: 0px;
    top: -30px;
  }
}
.faq-section .vector-image img {
  height: 400px;
}
@media (max-width: 1600px) {
  .faq-section .vector-image img {
    height: 270px;
  }
}

.pricing-section .landing-title p {
  width: 100%;
}
.pricing-section .loader-gif {
  top: -5%;
}
@media (max-width: 1600px) {
  .pricing-section .loader-gif {
    top: -11%;
    right: 2%;
  }
}
@media (max-width: 991px) {
  .pricing-section .loader-gif {
    top: -2%;
    right: 2%;
  }
}
.pricing-section .loader-gif .loader-1 {
  width: 56px;
  height: 56px;
}
.pricing-section .loader-gif .loader-1::after, .pricing-section .loader-gif .loader-1::before {
  width: 56px;
  height: 56px;
}
@media (max-width: 575px) {
  .pricing-section .loader-gif .loader-1 {
    width: 40px;
    height: 40px;
  }
  .pricing-section .loader-gif .loader-1::after, .pricing-section .loader-gif .loader-1::before {
    width: 40px;
    height: 40px;
  }
}
.pricing-section .loader-line-gif {
  right: unset;
  top: unset;
  left: 22%;
  bottom: 15%;
}
@media (max-width: 1600px) {
  .pricing-section .loader-line-gif {
    left: 12%;
  }
}
@media (max-width: 1600px) {
  .pricing-section .loader-line-gif {
    left: 16%;
  }
}
@media (max-width: 991px) {
  .pricing-section .loader-line-gif {
    left: 10px;
    bottom: -20px;
  }
  .pricing-section .loader-line-gif img {
    width: 90px;
  }
}

.pricing-box {
  background: rgba(243, 245, 245, 0.5);
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 30px 20px;
}
.pricing-box img {
  width: 23px;
  height: 22px;
}
@media (max-width: 767px) {
  .pricing-box {
    padding: 20px 15px;
  }
}
.pricing-box p {
  color: #52526C;
}
.pricing-box h4 {
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .pricing-box h4 {
    margin-bottom: 15px;
  }
}
.pricing-box p {
  line-height: 1.5;
}
.pricing-box .purchase-details {
  background: #FCFCFD;
  border: 2px solid #fff;
  box-shadow: 0px 4px 20px rgba(46, 35, 94, 0.05);
  border-radius: 10px;
  padding: 24px 40px;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .pricing-box .purchase-details {
    padding: 24px 20px;
  }
}
.pricing-box .purchase-details h2 {
  margin-bottom: 14px;
}
.pricing-box .purchase-details .btn-lg {
  font-weight: 500;
  padding: 12px 20px;
  width: 100%;
  min-width: auto;
}
@media (max-width: 1199px) {
  .pricing-box .purchase-details .btn-lg {
    padding: 12px 10px;
    font-size: 15px;
  }
}

.license-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 767px) {
  .license-list {
    gap: 10px;
  }
}
.license-list li {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 10px;
}
@media (max-width: 991px) {
  .license-list li {
    gap: 5px;
  }
}
@media (max-width: 575px) {
  .license-list li img {
    width: 18px;
    height: 18px;
  }
}
.license-list li h6 {
  font-weight: normal;
  margin-bottom: 0;
}

.feature-box {
  padding: 30px 20px;
  text-align: left;
  position: relative;
}
@media (max-width: 575px) {
  .feature-box {
    padding: 20px;
  }
}
.feature-box::after {
  position: absolute;
  content: "";
  width: 0;
  height: 5px;
  bottom: 0;
  left: 0;
  background: #F94646;
  border-radius: 0 0 10px 10px;
  transition: width 0.5s;
}
.feature-box:hover::after {
  width: 100%;
  transition: width 0.5s;
}
.feature-box .feature-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-bottom: 25px;
}
.feature-box.bg-feature-1 .feature-icon {
  background: #FBECEC;
}
.feature-box.bg-feature-2 .feature-icon {
  background: #F0E9FB;
}
.feature-box.bg-feature-2::after {
  background: #6610F2;
}
.feature-box.bg-feature-3 .feature-icon {
  background: rgba(41, 156, 252, 0.1);
}
.feature-box.bg-feature-3::after {
  background: #43BCFF;
}
.feature-box.bg-feature-4 .feature-icon {
  background: rgba(96, 177, 88, 0.15);
}
.feature-box.bg-feature-4::after {
  background: #60B158;
}
.feature-box.bg-feature-5 .feature-icon {
  background: rgba(255, 150, 39, 0.1);
}
.feature-box.bg-feature-5::after {
  background: #FF9414;
}
.feature-box.bg-feature-6 .feature-icon {
  background: rgba(222, 77, 89, 0.1);
}
.feature-box.bg-feature-6::after {
  background: #FC6773;
}
.feature-box.bg-feature-7 .feature-icon {
  background: rgba(255, 132, 62, 0.1);
}
.feature-box.bg-feature-7::after {
  background: #FF843E;
}
.feature-box.bg-feature-8 .feature-icon {
  background: rgba(221, 84, 255, 0.1);
}
.feature-box.bg-feature-8::after {
  background: #FF81FF;
}

.benefit-box {
  position: relative;
  background: rgba(241, 242, 242, 0.5);
  padding: 40px 10px;
  box-shadow: 17px 17px 20px rgba(186, 186, 187, 0.3);
  border-radius: 30px;
}
@media (max-width: 991px) {
  .benefit-box {
    padding: 30px 10px;
  }
}
@media (max-width: 575px) {
  .benefit-box {
    padding: 20px 10px;
  }
}
.benefit-box svg {
  width: 40px;
  height: 40px;
}
@media (max-width: 991px) {
  .benefit-box svg {
    width: 30px;
    height: 30px;
  }
}
.benefit-box::after {
  position: absolute;
  content: "";
  width: 54px;
  height: 8px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px 10px 0 0;
}
@media (max-width: 991px) {
  .benefit-box h2 {
    font-size: 25px;
  }
}
.benefit-box h6 {
  font-weight: 400;
  color: #52526C;
  opacity: 0.7;
}
.benefit-box.pink h2 {
  color: #FF3692;
}
.benefit-box.pink::after {
  background: #FF3692;
}
.benefit-box.purple h2 {
  color: #7238FF;
}
.benefit-box.purple::after {
  background: #7238FF;
}
.benefit-box.red h2 {
  color: #FF3556;
}
.benefit-box.red::after {
  background: #FF3556;
}
.benefit-box.warning h2 {
  color: #FFAA05;
}
.benefit-box.warning::after {
  background: #FFAA05;
}

.rating-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rating-title .decore-1 {
  margin-top: -35px;
  animation: animationtop 5s infinite;
}

@keyframes arrowsvg {
  0% {
    transform: scale(0);
    transform-origin: left;
  }
  100% {
    transform: scale(1);
    transform-origin: left;
  }
}
.title-svg {
  animation: arrowsvg 5s infinite;
}

.ratings li i {
  color: #FFAA05;
}

.components-section {
  background: linear-gradient(179deg, rgba(247, 248, 249, 0) 8.83%, #F7F8F9 50%);
}
.components-section .vector-image {
  left: 30px;
  bottom: 2px;
}
@media (max-width: 1660px) {
  .components-section .vector-image {
    left: 50px;
    top: 80px;
  }
}
@media (max-width: 1399px) {
  .components-section .vector-image {
    left: 30px;
  }
}
@media (max-width: 1199px) {
  .components-section .vector-image {
    left: -16px;
  }
}
.components-section .vector-image img {
  height: 280px;
}
@media (max-width: 1660px) {
  .components-section .vector-image img {
    height: 240px;
  }
}
@media (max-width: 1399px) {
  .components-section .vector-image img {
    height: 220px;
  }
}
@media (max-width: 1199px) {
  .components-section .vector-image img {
    height: 190px;
  }
}

.component_responsive {
  flex-wrap: initial;
}

.component-hover-effect {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #FCFCFD;
  border: 2px solid #fff;
  box-shadow: 0px 4px 10px rgba(46, 35, 94, 0.07);
  border-radius: 5px;
  padding: 20px;
  justify-content: center;
  min-height: 78px;
}
@media (max-width: 767px) {
  .component-hover-effect {
    padding: 13px;
    min-height: 68px;
  }
}
.component-hover-effect svg {
  width: 26px;
  height: 26px;
}

.ptb50 {
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .ptb50 {
    padding: 60px 0;
  }
}
@media (max-width: 575.98px) {
  .ptb50 {
    padding: 50px 0;
  }
}

.purchase-btn {
  padding: 12px 20px;
  min-width: 200px;
  border: none;
}
@media (max-width: 991px) {
  .purchase-btn {
    min-width: 160px;
  }
}
@media (max-width: 767px) {
  .purchase-btn {
    min-width: 140px;
    padding: 10px 17px;
    font-size: 16px;
  }
}

.footer-bg {
  position: relative;
  text-align: center;
  background: url(../images/landing/footer.jpg);
  margin-left: 0;
  color: #fff;
}
@media (max-width: 575px) {
  .footer-bg {
    background-position: center;
  }
}
.footer-bg .landing-title h2 {
  color: #fff;
}

@keyframes move_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }
  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}
footer h2 {
  font-size: calc(24px + 46 * (100vw - 300px) / 1620);
}
footer .landing-title p {
  color: #fff;
  opacity: 0.7;
}
footer .license-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: calc(15px + 15 * (100vw - 300px) / 1620);
  gap: calc(15px + 15 * (100vw - 300px) / 1620);
}
@media (max-width: 991px) {
  footer .license-list {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  footer .license-list {
    gap: 15px;
  }
}
@media (max-width: 575px) {
  footer .license-list {
    flex-wrap: wrap;
  }
}
footer .license-list h6 {
  color: #fff;
}
footer .feature-content {
  margin-bottom: calc(25px + 35 * (100vw - 300px) / 1620);
}
footer .feature-content ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(25px + 15 * (100vw - 300px) / 1620);
}
@media (max-width: 767px) {
  footer .feature-content ul {
    gap: 15px;
  }
}
@media (max-width: 575px) {
  footer .feature-content ul {
    flex-wrap: wrap;
    gap: 10px;
  }
}
footer .feature-content ul li h4 {
  max-width: 205px;
  margin: 0 auto;
  color: #fff;
}
@media (max-width: 1199px) {
  footer .feature-content ul li h4 {
    max-width: 200px;
  }
}
@media (max-width: 991px) {
  footer .feature-content ul li h4 {
    max-width: 140px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  footer .feature-content ul li h4 {
    max-width: 116px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  footer .feature-content ul li h4 {
    max-width: 105px;
    font-size: 14px;
  }
}
footer .feature-content ul li img {
  margin-top: -40px;
}
@media (max-width: 991px) {
  footer .feature-content ul li img {
    width: 220px;
  }
}
@media (max-width: 767px) {
  footer .feature-content ul li img {
    width: 160px;
    margin-top: -25px;
  }
}
@media (max-width: 575px) {
  footer .feature-content ul li img {
    width: 140px;
  }
}
footer .sub-footer {
  padding: 20px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 575px) {
  footer .sub-footer {
    padding: 12px 0px;
  }
}
footer .sub-footer h6 {
  font-weight: normal;
  color: #fff;
}
footer .sub-footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
footer .sub-footer ul li a {
  color: #fff;
}
footer .sub-footer ul li a:hover {
  color: #7366FF;
}
footer .sub-footer ul li i {
  font-size: 20px;
}

.landing-page .bg-Widget {
  background: linear-gradient(180deg, #F7F8F9 69%, rgba(247, 248, 249, 0) 91.83%);
}
.landing-page .bg-Widget:before {
  top: 220px !important;
  transform: rotate(-40deg);
}
.landing-page .bg-Widget:after {
  top: unset !important;
  bottom: 0 !important;
}
.landing-page .bg-Widget .cuba-demo-content p {
  color: rgba(255, 255, 255, 0.7);
}
.landing-page .bg-Widget .cuba-demo-content .couting h2 {
  -webkit-text-fill-color: #fff !important;
}

.btn-md:hover {
  animation: 0.3s pulse 3;
}

.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;
  color: #fff;
  background: var(--theme-default);
  border: none;
  padding: 7px;
  box-shadow: 0 0 10px var(--theme-default);
  opacity: 0.5;
  transition: all 0.3s ease;
}
.tap-top:hover {
  transition: all 0.3s ease;
  opacity: 1;
}
.tap-top svg {
  width: 20px;
}

@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
.page-wrapper,
.landing-page {
  overflow: hidden;
}
.page-wrapper .section-space,
.landing-page .section-space {
  padding: 80px 0;
}
.page-wrapper .customer-support,
.landing-page .customer-support {
  padding-top: 21px !important;
}
.page-wrapper .cuba-demo-content,
.landing-page .cuba-demo-content {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .page-wrapper .cuba-demo-content,
  .landing-page .cuba-demo-content {
    margin-bottom: 30px;
  }
}
.page-wrapper .cuba-demo-content img,
.landing-page .cuba-demo-content img {
  margin: 0 auto;
  width: 70px;
  animation: rotated 50s infinite linear;
}
.page-wrapper .cuba-demo-section,
.landing-page .cuba-demo-section {
  position: relative;
}
.page-wrapper .cuba-demo-section .img-effect,
.landing-page .cuba-demo-section .img-effect {
  -webkit-box-shadow: 0 0 37px rgba(8, 21, 66, 0.15);
  box-shadow: 0 0 37px rgba(8, 21, 66, 0.15);
  border-radius: 15px;
  padding: 20px;
  position: relative;
}
.page-wrapper .cuba-demo-section .img-effect .hover-link,
.landing-page .cuba-demo-section .img-effect .hover-link {
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(10deg, rgba(63, 71, 90, 0.8) 0%, transparent 80%);
  border-radius: 15px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 20px;
  opacity: 0;
  transition: all 0.3s ease;
  left: 0;
  top: 0;
}
.page-wrapper .cuba-demo-section .img-effect:hover .hover-link,
.landing-page .cuba-demo-section .img-effect:hover .hover-link {
  opacity: 1;
  z-index: 1;
  transition: all 0.3s ease;
}
.page-wrapper .cuba-demo-section .img-effect img,
.landing-page .cuba-demo-section .img-effect img {
  width: 100%;
  transition: all 0.3s ease;
}
.page-wrapper .cuba-demo-section .img-effect:hover,
.landing-page .cuba-demo-section .img-effect:hover {
  box-shadow: 0 0 37px rgba(8, 21, 66, 0.15);
  transition: all 0.3s ease;
}
.page-wrapper .cuba-demo-section .img-effect:hover img,
.landing-page .cuba-demo-section .img-effect:hover img {
  transform: scale(1.01);
  transition: all 0.3s ease;
}
.page-wrapper .cuba-demo-section .cuba-demo-content .couting,
.landing-page .cuba-demo-section .cuba-demo-content .couting {
  margin-bottom: -10px;
  margin-top: calc(-15px + -17 * (100vw - 300px) / 1620);
}
.page-wrapper .cuba-demo-section .cuba-demo-content .couting h2,
.landing-page .cuba-demo-section .cuba-demo-content .couting h2 {
  color: var(--theme-default);
  font-weight: 500;
  font-size: calc(100px + 150 * (100vw - 300px) / 1620);
  background: linear-gradient(180deg, #5456AA 0%, rgba(0, 2, 72, 0) 88.85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
  line-height: 1;
  opacity: 0.1;
}

.landing-page {
  overflow: unset;
}

.fluid-space {
  padding: 0 calc(10px + 70 * (100vw - 300px) / 1620);
}
@media (max-width: 1399px) {
  .fluid-space {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .fluid-space {
    padding: 0 12px;
  }
}

ul.dot-group {
  display: flex;
  gap: 6px;
  padding: 15px 10px 0;
}
ul.dot-group li {
  width: 8px;
  height: 8px;
  background: #E8E8EC;
  border-radius: 100%;
}

.demo-imgs {
  margin: -15px;
}
.demo-imgs .demo-content .cuba-demo-img {
  box-shadow: 0px 9px 40px rgba(46, 35, 94, 0.15);
  border-radius: 5px;
  position: relative;
  height: 100%;
}
.demo-imgs .demo-content .cuba-demo-img .hover-link {
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  background: #f8f8f8;
  border-radius: 0px 0px 5px 5px;
}
@media (max-width: 1640px) {
  .demo-imgs .demo-content .cuba-demo-img .hover-link {
    padding: 20px 12px;
    gap: 10px;
  }
}
@media (max-width: 1366px) {
  .demo-imgs .demo-content .cuba-demo-img .hover-link {
    padding: 20px;
  }
}
.demo-imgs .demo-content .cuba-demo-img .hover-link .link-btn {
  cursor: not-allowed;
}
.demo-imgs .demo-content .cuba-demo-img .hover-link a {
  color: #fff;
  display: inline-block;
  border-radius: 14px;
  background: #f8f8f8;
  transition: all 0.3s ease;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 7px 7px 5px rgba(192, 202, 216, 0.22);
  position: relative;
}
@media (max-width: 1640px) {
  .demo-imgs .demo-content .cuba-demo-img .hover-link a {
    width: 55px;
    height: 55px;
  }
}
.demo-imgs .demo-content .cuba-demo-img .hover-link a img {
  margin-bottom: -2px;
  height: 20px;
}
.demo-imgs .demo-content .cuba-demo-img .hover-link .coming-soon {
  opacity: 0.4;
  pointer-events: none;
}
.demo-imgs .demo-content .cuba-demo-img .overflow-hidden {
  padding: 10px;
}
.demo-imgs .demo-content .cuba-demo-img .overflow-hidden img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.demo-imgs .demo-content .cuba-demo-img:hover .overflow-hidden img {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}
.demo-imgs .demo-content .title-wrapper {
  padding: 0 10px 0;
}
.demo-imgs .demo-content .title-wrapper .theme-name {
  position: relative;
  font-size: calc(15px + 5 * (100vw - 300px) / 1620);
  text-transform: capitalize;
}
.demo-imgs .demo-content .title-wrapper .theme-name span {
  color: #52526C;
}
@media (max-width: 1670px) {
  .demo-imgs > div {
    padding: 15px;
    margin: 0;
  }
}

.app-box {
  padding: 18px 12px 12px;
  display: flex;
  width: 100%;
  align-items: center;
  border-radius: 5px;
}
.app-box h6 {
  color: #52526C;
  margin: 0 12px 0 0;
  position: relative;
}
.app-box h6 .app-title {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.app-box h6 .line {
  width: 1px;
  background: #52526C;
  height: 18px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.app-box .app-image {
  flex: auto;
}
.app-box .app-image .img-effect {
  box-shadow: 0px 3px 20px rgba(46, 35, 94, 0.1);
  border-radius: 5px;
}
.app-box .app-image .img-effect.image-height a img {
  height: auto;
}
.app-box .app-image a {
  display: block;
}
.app-box .app-image a img {
  width: 100%;
}
.app-box ul.dot-group {
  padding: 0 0 13px;
}

.app-bg-1 {
  background: #F9F7F7;
}

.app-bg-2 {
  background: #F3F5F5;
}

.app-bg-3 {
  background: #EFF5F8;
}

.app-bg-4 {
  background: #F0F5F7;
}

.app-bg-5 {
  background: #F5F4F3;
}

.app-bg-6 {
  background: #F8F8FA;
}

.text-marqee {
  height: 230px;
}
@media (max-width: 1199px) {
  .text-marqee {
    height: 166px;
  }
}
@media (max-width: 991px) {
  .text-marqee {
    height: 130px;
  }
}
@media (max-width: 767px) {
  .text-marqee {
    height: 95px;
  }
}
@media (max-width: 575px) {
  .text-marqee {
    height: 65px;
  }
}

.decoration li {
  position: absolute;
}

.flower-gif {
  top: -40px;
  left: 19%;
}
@media (max-width: 991px) {
  .flower-gif {
    top: 0;
    left: 15%;
  }
}
@media (max-width: 767px) {
  .flower-gif {
    left: 8%;
  }
}
@media (max-width: 575px) {
  .flower-gif {
    display: none;
  }
}

.big-title {
  font-weight: 700;
  font-size: 200px;
  line-height: 229px;
  letter-spacing: -0.045em;
  color: rgba(234, 235, 241, 0.5);
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .big-title {
    font-size: 140px;
    line-height: 170px;
  }
}
@media (max-width: 991px) {
  .big-title {
    font-size: 110px;
    line-height: 140px;
  }
}
@media (max-width: 767px) {
  .big-title {
    font-size: 80px;
    line-height: 100px;
  }
}
@media (max-width: 575px) {
  .big-title {
    font-size: 50px;
    line-height: 60px;
  }
}

.navabr_btn-set {
  position: relative;
}
.navabr_btn-set:focus {
  outline: 0;
}
.navabr_btn-set span {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}
.navabr_btn-set:not(.custom_nav) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}
.navabr_btn-set:not(.custom_nav) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}
.navabr_btn-set:not(.custom_nav) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}

.navbar-b {
  transition: all 0.5s ease-in-out;
  background-color: transparent;
  padding-top: 1.563rem;
  padding-bottom: 1.563rem;
}

.fixed-top {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  display: flex;
  left: 0;
  z-index: 1030;
}

.navbar-toggler span {
  display: block;
  background-color: transparent;
  height: 3px;
  width: 25px;
  z-index: 112;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}
.navbar-toggler span:nth-child(1) {
  transition: transform 0.35s ease-in-out;
}
.navbar-toggler span:nth-child(3) {
  transition: transform 0.35s ease-in-out;
}
.navbar-toggler:focus {
  box-shadow: none;
}

.navbar_nav_modify li {
  text-align: center;
}

.sticky-header header {
  position: fixed;
  width: 100%;
  z-index: 6;
  text-align: center;
  line-height: normal;
  height: 80px;
  background: var(--theme-default);
  color: #fff;
  box-shadow: 0 0 5px 1px rgba(5, 56, 111, 0.1);
  transition: all 0.4s ease;
}
.sticky-header header .nav-padding {
  padding: 14px;
}
.sticky-header header.sticky {
  line-height: normal;
  background: var(--theme-default);
  text-align: left;
}
.sticky-header header.sticky .nav-padding {
  padding: 7px 14px;
}

.landing-home .sticky .navbar-brand img {
  max-height: 35px;
}

.title-padding {
  padding: 130px 0;
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-4px);
  }
}
@media (max-width: 1440px) {
  .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    padding: 12px 7px;
  }
}
/* ========= responsive scss for 1200 screen ========= */
@media only screen and (max-width: 1199px) {
  .sticky-header header.sticky .nav-padding {
    padding: 15px 25px;
  }
  .navbar-toggler span {
    background-color: #fff;
  }
  .landing-home .screen1 {
    left: 100px;
    margin-top: 0;
  }
  .sticky-header .navbar-nav .nav-item .nav-link {
    color: #000;
    padding: 10px 12px !important;
    font-size: 15px;
  }
  .sticky-header .navbar-nav li {
    display: block;
    width: 100%;
  }
  .landing-page .navbar-expand-xl .navbar-collapse {
    background-color: white;
    margin-top: 20px;
    position: absolute;
    width: calc(100% - 30px);
    left: 15px;
    top: 70px;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 575px) {
  .landing-page .navbar-expand-xl .navbar-collapse {
    top: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .landing-page .navbar-expand-xl .navbar-collapse .navbar-nav {
    padding: 20px 30px 30px 30px;
  }
  header.sticky .navbar-expand-xl .navbar-collapse {
    top: 50px;
  }
  .landing-main .sticky .navbar-expand-xl .navbar-brand {
    top: 8px;
  }
  .landing-main .sticky .navbar-expand-xl .navabr_btn-set {
    top: 16px;
  }
  .landing-main .navbar-toggler span {
    background-color: #fff;
  }
  .landing-main .navbar_nav_modify {
    width: 100vw;
    left: 0;
    position: fixed;
    height: 100vh;
    background-color: #293240;
    top: 0;
    padding: 120px 0px;
  }
  .landing-main h4 {
    font-size: 20px;
  }
  .landing-main .navbar-expand-xl .navabr_btn-set {
    position: fixed;
    top: 24px;
    z-index: 1;
    right: 20px;
  }
  .landing-main .navbar-expand-xl .navbar-brand {
    padding-left: 5px;
    z-index: 1;
    position: fixed;
    top: 14px;
  }
  .landing-main .navbar-expand-xl .navbar-collapse .navbar-nav .nav-item a {
    padding: 28px 60px;
    width: 16px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .landing-main .navbar-expand-lg .navbar-brand {
    padding-left: 5px;
  }
  .landing-main .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item a {
    padding: 9px;
  }
}
/* ========= responsive scss for 992 screen ========= */
@media only screen and (max-width: 991px) {
  .landing-home .navbar-brand img {
    height: 35px;
  }
  .frameworks-section > .container {
    max-width: 100%;
  }
  .landing-main .navbar-expand-lg .navbar-collapse {
    position: absolute;
    top: 90px;
    background-color: rgb(255, 255, 255);
    width: calc(100% - 30px);
    border-radius: 5px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 15px;
  }
  .landing-main .section-space {
    padding: 60px 0;
  }
  .landing-main .section-space p {
    font-size: 16px;
  }
  .landing-main .navbar-expand-lg .navbar-toggler {
    background-color: #fff;
  }
  .landing-main .navbar-expand-lg .navbar-toggler .navbar-toggler-icon i {
    margin-top: 5px;
    color: var(--theme-default);
  }
  .landing-main .navbar-expand-lg .navbar-collapse {
    background-color: #fff;
    z-index: 111;
  }
  .landing-main .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item a {
    color: #000;
  }
  .landing-main .footer-bg h2 {
    font-size: 28px;
  }
}
/* ========= responsive scss for 768 screen ========= */
@media only screen and (max-width: 767px) {
  .landing-page .sticky-header header.sticky .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    padding: 10px 12px;
  }
}
/* ========= responsive scss for 575 screen ========= */
@media only screen and (max-width: 575px) {
  .landing-home .sticky-header header .nav-padding {
    padding: 15px 30px;
  }
  .page-wrapper .cuba-demo-content,
  .landing-page .cuba-demo-content {
    margin-bottom: 20px;
  }
  .page-wrapper .section-space,
  .landing-page .section-space {
    padding: 40px 0;
    overflow: hidden;
  }
  .landing-main h4 {
    font-size: 17px;
  }
  .landing-main .footer-bg h2 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 480px) {
  .sticky-header header.sticky {
    height: 56px;
  }
  .landing-home .sticky-header header .nav-padding {
    padding: 15px;
  }
  .landing-home .navbar-toggler {
    border: none;
    background-color: transparent;
    padding: 0;
  }
  .landing-home .navbar-brand img {
    height: 25px;
  }
}
@media only screen and (max-width: 380px) {
  .component-col-set {
    width: 100%;
  }
}
#landings {
  scroll-margin-top: 70px;
}

/**=====================
    3.39 Landing CSS Ends
==========================**/
/**=====================
    3.40 Language CSS start
==========================**/
.current_lang {
  cursor: pointer;
  text-transform: uppercase;
  overflow: hidden;
}

.lang.selected {
  display: none;
}
.lang span.lang-txt {
  display: inline-flex;
  margin-left: 8px;
  font-weight: 500;
}
.lang span span {
  color: #999;
  font-weight: 400;
  margin-left: 5px;
}

/*more lang*/
.more_lang {
  transform: translateY(-20px);
  opacity: 0;
  cursor: pointer;
  display: none;
  transition: all 0.3s cubic-bezier(0.25, 1.15, 0.35, 1.15);
}

.translate_wrapper.active .more_lang {
  display: block;
  position: absolute;
  background-color: #fff;
  top: 47px;
  right: 0;
  box-shadow: 0 0 20px rgba(89, 102, 122, 0.1);
}
.translate_wrapper.active .more_lang:before {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  content: "";
  top: -7px;
  position: absolute;
  right: 20px;
  z-index: 2;
}
.translate_wrapper.active .more_lang:after {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #bdc2c5;
  content: "";
  top: -7px;
  position: absolute;
  right: 20px;
  z-index: 1;
}

.more_lang.active {
  opacity: 1;
  transform: translateY(0px);
}
.more_lang .lang {
  padding: 10px 15px;
  display: flex;
}
.more_lang .lang:hover {
  background: var(--theme-default);
  color: #fff;
}
.more_lang .lang:hover span {
  color: #fff;
}

.translate_wrapper.active .more_lang .lang {
  border-bottom: 1px solid #eaeaea;
}

/**=====================
    3.40 Language CSS end
==========================**/
/**=====================
     3.41 Learning CSS start
==========================**/
.learning-header {
  margin-bottom: 10px;
}

.categories {
  padding: 20px 0;
}
.categories:last-child {
  padding-bottom: 0;
}
.categories .learning-header {
  padding-left: 15px;
}
.categories ul li {
  padding: 8px 15px;
}
.categories ul li a {
  color: #404040;
}
.categories ul li:hover {
  background-color: #f4f4f4;
}

.upcoming-course .d-flex + .d-flex {
  margin-top: 20px;
}

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

@media screen and (min-width: 1200px) and (max-width: 1366px) {
  .learning-comment {
    margin-left: -14px !important;
    float: left !important;
  }
  .blog-box .blog-details .blog-social li:first-child {
    padding-right: 8px;
  }
  .blog-box .blog-details .blog-social li + li {
    padding-left: 8px;
  }
}
@media only screen and (max-width: 991px) {
  .categories {
    padding: 20px 0;
  }
  .upcoming-course .d-flex + .d-flex {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .categories {
    padding: 15px 0;
  }
  .upcoming-course .d-flex + .d-flex {
    margin-top: 15px;
  }
}
/**=====================
     3.41 Learning CSS end
==========================**/
/**=====================
    3.42 Login CSS Start
==========================**/
.login-card {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background-position: center;
  padding: 30px 12px;
}
.login-card .logo {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}
.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 svg {
  height: 16px;
  vertical-align: bottom;
}
.login-card .login-main {
  width: 450px;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 0 37px rgba(8, 21, 66, 0.05);
  margin: 0 auto;
  background-color: #fff;
}
.login-card .login-main .theme-form h4 {
  margin-bottom: 5px;
}
.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: #f9f9fa;
  border: 1px solid #dfdfdf;
}
.login-card .login-main .theme-form .or {
  position: relative;
}
.login-card .login-main .theme-form .or:before {
  content: "";
  position: absolute;
  width: 65%;
  height: 2px;
  background-color: #f3f3ff;
  top: 9px;
  z-index: 0;
  right: 0;
}
.login-card .login-main .theme-form input {
  background-color: #f3f3ff;
  transition: all 0.3s ease;
}
.login-card .login-main .theme-form input::-webkit-input-placeholder {
  color: #999999;
}
.login-card .login-main .theme-form input:hover, .login-card .login-main .theme-form input:focus {
  border: 1px solid #b9c1cc;
  box-shadow: none !important;
  transition: all 0.3s ease;
}
.login-card .login-main .theme-form input[type=password] {
  padding: 12px 60px 12px 12px !important;
}
.login-card .login-main .theme-form p {
  margin-bottom: 25px;
  font-size: 14px;
  color: #898989;
}
.login-card .login-main .theme-form .form-group {
  margin-bottom: 10px;
  position: relative;
}
.login-card .login-main .theme-form .link {
  position: absolute;
  top: 10px;
  right: 0;
}

.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 .invalid-feedback {
  color: #898989;
}
.needs-validation .show-hide {
  right: 30px;
}
.needs-validation .invalid-tooltip {
  top: 10px;
  right: 10px;
}

/**=====================
    3.42 Login CSS Ends
==========================**/
/**=====================
	3.43 Megaoption CSS Start
==========================**/
.mega-inline {
  margin-bottom: -30px;
  display: flex;
}
.mega-inline .card {
  border: 1px solid #f3f3f3;
  box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
}
.mega-inline .mega-title-badge {
  display: table;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.mega-inline .d-flex .radio {
  margin-left: 3px;
}
[dir=rtl] .mega-inline .d-flex .radio {
  margin-right: 3px;
  margin-left: unset;
}

.megaoption-space span:not(.pull-right):last-child {
  color: #404040;
}

.mega-vertical {
  display: flex;
  flex-wrap: wrap;
}
.mega-vertical .card {
  box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
}
.mega-vertical .mega-title-badge {
  display: table;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  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 #f3f3f3;
  box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
}
.mega-horizontal .mega-title-badge {
  display: table;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.mega-horizontal .d-flex .radio {
  margin-left: 3px;
}

.plain-style .card {
  box-shadow: none;
  border: none !important;
}

.border-style .card {
  box-shadow: none;
  border: 1px solid #e9edf1 !important;
}

.offer-style .card {
  box-shadow: none;
  border: 1px dashed #e9edf1 !important;
}

.rating-star-wrapper {
  color: #797979;
}

.card-wrapper .payment-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--chart-dashed-border);
}
.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: #7366FF;
}
.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 #7366FF;
  min-width: 125px;
  border-radius: 15px;
}
@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;
}
[dir=rtl] .main-upgrade .variation-box .selection-box input {
  left: unset;
  right: 0;
}
.main-upgrade .variation-box .selection-box input[type=checkbox]:checked ~ div {
  background-color: #e8e5ff;
  border-radius: 15px;
}

.megaoptions-border-space-sm .d-flex .radio label {
  padding-left: 18px;
}
[dir=rtl] .megaoptions-border-space-sm .d-flex .radio label {
  padding-left: unset;
  padding-right: 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;
  }
  [dir=rtl] .megaoptions-border-space-sm .d-flex .flex-grow-1 .list-behavior-1 .flex-grow-1 {
    margin-left: unset;
    margin-right: 0;
  }
}
.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;
}

/**=====================
    3.43 Megaoption CSS Ends
==========================**/
/**=====================
    3.44 Navigate Links CSS start
==========================**/
.border-opacity-wrapper .border {
  --theme-default: 115, 102, 255;
  border-color: rgba(var(--theme-default), var(--bs-border-opacity)) !important;
}
.border-opacity-wrapper .border a {
  color: #7366FF;
}

.bg-opacity-wrapper > div {
  --theme-default: 115, 102, 255;
  background-color: rgba(var(--theme-default), var(--bs-bg-opacity)) !important;
}

.underline-opacity-wrapper p a {
  text-decoration: underline;
  --theme-default: 115, 102, 255;
  color: #7366FF;
  text-decoration-color: rgba(var(--theme-default), var(--bs-link-underline-opacity, 1)) !important;
}

.link-opacity-wrapper p a {
  --theme-default: 115, 102, 255;
  color: rgba(var(--theme-default), var(--bs-link-opacity, 1));
}
.link-opacity-wrapper p a:hover {
  color: rgba(var(--theme-default), var(--bs-link-opacity, 1));
}

.link-body-emphasis {
  text-decoration: underline;
}

/**=====================
    3.44 Navigate Links CSS end
==========================**/
/**=====================
    3.45 Order-history CSS start
==========================**/
.common-order-history .flatpicker-calender .form-control {
  font-size: 14px;
  color: #52526c;
}
.common-order-history .order-history-wrapper {
  position: relative;
}
@media (max-width: 1399px) {
  .common-order-history .order-history-wrapper .recent-table div.dt-container .dt-layout-row:last-child {
    flex-direction: column;
  }
}
.common-order-history .order-history-wrapper .recent-table div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
  top: -40px;
  right: -50px;
}
@media (max-width: 1399px) {
  .common-order-history .order-history-wrapper .recent-table div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    position: relative;
    top: 4px;
    left: 20px;
    margin-bottom: 20px;
    width: 90%;
    display: block;
  }
}
.common-order-history .order-history-wrapper .recent-table div.dt-container .dt-layout-row .dt-length {
  top: -45px;
  left: 20px;
}
.common-order-history .order-history-wrapper .recent-table table thead tr th,
.common-order-history .order-history-wrapper .recent-table table thead tr td,
.common-order-history .order-history-wrapper .recent-table table tbody tr th,
.common-order-history .order-history-wrapper .recent-table table tbody tr td {
  min-width: auto;
  color: var(--body-font-color);
}
.common-order-history .order-history-wrapper .recent-table table thead tr th:first-child,
.common-order-history .order-history-wrapper .recent-table table thead tr td:first-child,
.common-order-history .order-history-wrapper .recent-table table tbody tr th:first-child,
.common-order-history .order-history-wrapper .recent-table table tbody tr td:first-child {
  padding-left: 20px;
}
.common-order-history .order-history-wrapper .recent-table table thead tr th:last-child,
.common-order-history .order-history-wrapper .recent-table table thead tr td:last-child,
.common-order-history .order-history-wrapper .recent-table table tbody tr th:last-child,
.common-order-history .order-history-wrapper .recent-table table tbody tr td:last-child {
  padding-right: 20px;
}
.common-order-history .order-history-wrapper .recent-table table thead tr th .badge,
.common-order-history .order-history-wrapper .recent-table table thead tr td .badge,
.common-order-history .order-history-wrapper .recent-table table tbody tr th .badge,
.common-order-history .order-history-wrapper .recent-table table tbody tr td .badge {
  padding: 6px 12px;
}
.common-order-history .order-history-wrapper .recent-table table thead tr th a,
.common-order-history .order-history-wrapper .recent-table table thead tr td a,
.common-order-history .order-history-wrapper .recent-table table tbody tr th a,
.common-order-history .order-history-wrapper .recent-table table tbody tr td a {
  font-weight: 500;
}
@media (max-width: 1415px) and (min-width: 1261px) {
  .common-order-history .order-history-wrapper .recent-table table thead tr th:nth-child(4),
  .common-order-history .order-history-wrapper .recent-table table thead tr td:nth-child(4),
  .common-order-history .order-history-wrapper .recent-table table tbody tr th:nth-child(4),
  .common-order-history .order-history-wrapper .recent-table table tbody tr td:nth-child(4) {
    display: none;
  }
}
@media (max-width: 1260px) {
  .common-order-history .order-history-wrapper .recent-table table thead tr th:nth-child(2),
  .common-order-history .order-history-wrapper .recent-table table thead tr td:nth-child(2),
  .common-order-history .order-history-wrapper .recent-table table tbody tr th:nth-child(2),
  .common-order-history .order-history-wrapper .recent-table table tbody tr td:nth-child(2) {
    min-width: 104px;
  }
  .common-order-history .order-history-wrapper .recent-table table thead tr th:nth-child(3),
  .common-order-history .order-history-wrapper .recent-table table thead tr td:nth-child(3),
  .common-order-history .order-history-wrapper .recent-table table tbody tr th:nth-child(3),
  .common-order-history .order-history-wrapper .recent-table table tbody tr td:nth-child(3) {
    min-width: 180px;
  }
  .common-order-history .order-history-wrapper .recent-table table thead tr th:nth-child(4),
  .common-order-history .order-history-wrapper .recent-table table thead tr td:nth-child(4),
  .common-order-history .order-history-wrapper .recent-table table tbody tr th:nth-child(4),
  .common-order-history .order-history-wrapper .recent-table table tbody tr td:nth-child(4) {
    min-width: 140px;
  }
  .common-order-history .order-history-wrapper .recent-table table thead tr th:nth-child(5),
  .common-order-history .order-history-wrapper .recent-table table thead tr td:nth-child(5),
  .common-order-history .order-history-wrapper .recent-table table tbody tr th:nth-child(5),
  .common-order-history .order-history-wrapper .recent-table table tbody tr td:nth-child(5) {
    min-width: 122px;
  }
  .common-order-history .order-history-wrapper .recent-table table thead tr th:nth-child(6),
  .common-order-history .order-history-wrapper .recent-table table thead tr td:nth-child(6),
  .common-order-history .order-history-wrapper .recent-table table tbody tr th:nth-child(6),
  .common-order-history .order-history-wrapper .recent-table table tbody tr td:nth-child(6) {
    min-width: 140px;
  }
  .common-order-history .order-history-wrapper .recent-table table thead tr th:nth-child(7),
  .common-order-history .order-history-wrapper .recent-table table thead tr td:nth-child(7),
  .common-order-history .order-history-wrapper .recent-table table tbody tr th:nth-child(7),
  .common-order-history .order-history-wrapper .recent-table table tbody tr td:nth-child(7) {
    min-width: 148px;
  }
}
.common-order-history .order-history-wrapper .recent-table table tbody .square-white {
  width: 34px;
  height: 34px;
  border-radius: 2px;
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 28px 6px rgba(235, 235, 235, 0.4);
}
.common-order-history .order-history-wrapper .recent-table table tbody .square-white svg {
  fill: rgba(82, 82, 108, 0.8);
  width: 16px;
  height: 16px;
}
.common-order-history .form-select {
  font-size: 14.5px;
  color: rgba(82, 82, 108, 0.8);
}

.track-order-details h6 {
  position: relative;
}
.track-order-details #order-status-timeline .status-bar {
  background-color: var(--recent-dashed-border);
  width: 80%;
  height: 3px;
  position: absolute;
  top: 18px;
  transform: translateX(-50%);
  left: 50%;
}
@media (max-width: 1399px) {
  .track-order-details #order-status-timeline .status-bar {
    top: 13px;
  }
}
@media (max-width: 575px) {
  .track-order-details #order-status-timeline .status-bar {
    transform: translateX(-50%) rotate(90deg);
    left: calc(50% - 68px);
    width: 220px;
    top: 50%;
  }
}
@media (max-width: 400px) {
  .track-order-details #order-status-timeline .status-bar {
    left: 14px;
  }
}
.track-order-details #order-status-timeline .status-bar.progress:after {
  content: "";
  position: absolute;
  background-color: var(--theme-default);
  height: 100%;
}
.track-order-details #order-status-timeline .status-bar.progress.step-one:after {
  width: 0%;
}
.track-order-details #order-status-timeline .status-bar.progress.step-two:after {
  width: 25%;
}
.track-order-details #order-status-timeline .status-bar.progress.step-three:after {
  width: 50%;
}
.track-order-details #order-status-timeline .status-bar.progress.step-four:after {
  width: 75%;
}
.track-order-details #order-status-timeline .status-bar.progress.step-five:after {
  width: 100%;
}
.track-order-details #order-status-timeline .main-status-line ul {
  position: relative;
  display: flex;
}
@media (max-width: 575px) {
  .track-order-details #order-status-timeline .main-status-line ul {
    overflow: auto;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .track-order-details #order-status-timeline .main-status-line ul li {
    width: 25%;
  }
}
@media (max-width: 400px) {
  .track-order-details #order-status-timeline .main-status-line ul {
    align-items: unset;
  }
}
.track-order-details #order-status-timeline .main-status-line ul li {
  text-align: center;
  width: 22%;
}
@media (max-width: 575px) {
  .track-order-details #order-status-timeline .main-status-line ul li {
    text-align: unset;
    align-items: center;
    display: flex;
    width: 165px;
  }
  .track-order-details #order-status-timeline .main-status-line ul li + li {
    margin-top: 21px;
  }
}
@media (max-width: 400px) {
  .track-order-details #order-status-timeline .main-status-line ul li {
    width: 100%;
  }
}
.track-order-details #order-status-timeline .main-status-line ul li .order-process {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 38px;
  height: 38px;
  font-size: 16px;
  border-radius: 50%;
  color: var(--recent-dashed-border);
  border: 1px solid var(--recent-dashed-border);
  background-color: var(--white);
}
.track-order-details #order-status-timeline .main-status-line ul li .order-process.active {
  border-color: var(--theme-default);
  background-color: var(--theme-default);
  color: #fff;
}
.track-order-details #order-status-timeline .main-status-line ul li .order-process.active svg {
  stroke: #fff;
}
@media (max-width: 1399px) {
  .track-order-details #order-status-timeline .main-status-line ul li .order-process {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }
}
.track-order-details #order-status-timeline .main-status-line ul li .order-process svg {
  width: 30px;
  height: 30px;
  stroke: #52526c;
}
.track-order-details #order-status-timeline .main-status-line ul li .order-process span {
  line-height: 0;
}
.track-order-details #order-status-timeline .main-status-line ul li h6 {
  margin: 10px 0 0;
  color: #52526c;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1399px) {
  .track-order-details #order-status-timeline .main-status-line ul li h6 {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
  }
}
@media (max-width: 575px) {
  .track-order-details #order-status-timeline .main-status-line ul li h6 {
    width: calc(100% - 28px - 8px);
    margin: 0 0 0 8px;
  }
}

.summary-header {
  flex-wrap: wrap;
}

.order-details-product table thead th {
  padding-top: 0;
  font-size: 16px;
}
.order-details-product table tbody tr:last-child td {
  border-bottom: unset;
  padding-bottom: 0;
}
.order-details-product table tbody tr td:last-child {
  font-weight: 500;
  color: #3f475a;
}
.order-details-product table tbody ul li > p {
  margin-bottom: 0;
  display: inline-block;
}
.order-details-product table tbody ul li .common-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgba(82, 82, 108, 0.8);
  margin: 1px 6px 1px 6px;
}
.order-details-product table tbody ul li:last-child p,
.order-details-product table tbody ul li:last-child span {
  color: #52526c;
}
.order-details-product table tbody .light-product-box {
  min-width: calc(74px + 26 * (100vw - 320px) / 1600);
  width: calc(74px + 26 * (100vw - 320px) / 1600);
  height: calc(65px + 25 * (100vw - 320px) / 1600);
  border-radius: 3px;
  background-color: var(--chart-progress-light);
  display: flex;
  justify-content: center;
  align-items: center;
}
.order-details-product table tbody .light-product-box img {
  height: calc(40px + 22 * (100vw - 320px) / 1600);
}
@media (max-width: 1199px) {
  .order-details-product table thead tr th:nth-child(2),
  .order-details-product table thead tr td:nth-child(2),
  .order-details-product table tbody tr th:nth-child(2),
  .order-details-product table tbody tr td:nth-child(2) {
    min-width: 220px;
  }
}

.tracking-total li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  gap: 8px;
}
.tracking-total li:nth-child(3) {
  padding-bottom: 0;
}
.tracking-total li:last-child {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--chart-progress-light);
  padding-bottom: 0;
}
.tracking-total li h6,
.tracking-total li span {
  color: #52526c;
  font-weight: 400;
}

.customer-details li {
  padding-bottom: 14px;
}
.customer-details li:first-child {
  padding-top: 0;
}
.customer-details li:last-child {
  padding-bottom: 0;
}
.customer-details h6 {
  font-weight: 400;
  color: #242934;
  margin-bottom: 3px;
}
.customer-details span {
  color: #6C757D;
  line-height: 1.5;
}

/**=====================
    3.45 Order-history CSS End
==========================**/
/**=====================
     3.46. Offcanvas CSS Start
==========================**/
.main-offcanvas-wrapper .card-body [class*=offcanvas-] .offcanvas-body .form-select,
.main-offcanvas-wrapper .card-body [class*=offcanvas-] .offcanvas-body .form-control {
  font-size: 13px;
  color: #52526c;
}
.main-offcanvas-wrapper .card-body [class*=offcanvas-] .offcanvas-body .form-label {
  color: #242934;
}

.common-offcanvas .offcanvas {
  position: fixed;
  background-color: var(--white);
  z-index: 1045;
}
.common-offcanvas .offcanvas.offcanvas-start.show {
  box-shadow: 8px 0 8px -2px rgba(137, 137, 137, 0.1);
}
.common-offcanvas .offcanvas .offcanvas-body svg {
  color: var(--body-font-color);
}

/**=====================
    3.46. Offcanvas CSS Ends
==========================**/
/**=====================
  3.47 Page CSS Start
==========================**/
/*test Nav bar color */
.pagination-theme .page-item .page-link {
  color: var(--theme-default) !important;
}
.pagination-theme .page-item.active .page-link {
  color: #fff !important;
  background-color: var(--theme-default) !important;
  border-color: var(--theme-default);
}

.pagination-primary .page-item .page-link {
  color: var(--theme-default) !important;
}
.pagination-primary .page-item.active .page-link {
  color: #fff !important;
  background-color: var(--theme-default) !important;
  border-color: var(--theme-default);
}

.pagination-secondary .page-item .page-link {
  color: #838383 !important;
}
.pagination-secondary .page-item.active .page-link {
  color: #fff !important;
  background-color: #838383 !important;
  border-color: #838383;
}

.pagination-success .page-item .page-link {
  color: #65c15c !important;
}
.pagination-success .page-item.active .page-link {
  color: #fff !important;
  background-color: #65c15c !important;
  border-color: #65c15c;
}

.pagination-danger .page-item .page-link {
  color: #fc564a !important;
}
.pagination-danger .page-item.active .page-link {
  color: #fff !important;
  background-color: #fc564a !important;
  border-color: #fc564a;
}

.pagination-info .page-item .page-link {
  color: #40b8f5 !important;
}
.pagination-info .page-item.active .page-link {
  color: #fff !important;
  background-color: #40b8f5 !important;
  border-color: #40b8f5;
}

.pagination-dark .page-item .page-link {
  color: #3f475a !important;
}
.pagination-dark .page-item.active .page-link {
  color: #fff !important;
  background-color: #3f475a !important;
  border-color: #3f475a;
}

.pagination-warning .page-item .page-link {
  color: #ffb829 !important;
}
.pagination-warning .page-item.active .page-link {
  color: #fff !important;
  background-color: #ffb829 !important;
  border-color: #ffb829;
}

.pagin-border-primary .page-item.active, .pagin-border-primary .page-item:active {
  background-color: #e8e5ff;
}
.pagin-border-primary .page-item .page-link {
  border-color: #e8e5ff;
}
.pagin-border-primary .page-item .page-link:hover, .pagin-border-primary .page-item .page-link:focus {
  background-color: #e8e5ff;
}
.pagin-border-primary .page-item .page-link:focus {
  box-shadow: unset;
}

.pagin-border-secondary .page-item.active, .pagin-border-secondary .page-item:active {
  background-color: #f2f2f2;
}
.pagin-border-secondary .page-item .page-link {
  border-color: #f2f2f2;
}
.pagin-border-secondary .page-item .page-link:hover, .pagin-border-secondary .page-item .page-link:focus {
  background-color: #f2f2f2;
}
.pagin-border-secondary .page-item .page-link:focus {
  box-shadow: unset;
}

.pagin-border-success .page-item.active, .pagin-border-success .page-item:active {
  background-color: #dcf1da;
}
.pagin-border-success .page-item .page-link {
  border-color: #dcf1da;
}
.pagin-border-success .page-item .page-link:hover, .pagin-border-success .page-item .page-link:focus {
  background-color: #dcf1da;
}
.pagin-border-success .page-item .page-link:focus {
  box-shadow: unset;
}

.pagin-border-danger .page-item.active, .pagin-border-danger .page-item:active {
  background-color: #ffe8e6;
}
.pagin-border-danger .page-item .page-link {
  border-color: #ffe8e6;
}
.pagin-border-danger .page-item .page-link:hover, .pagin-border-danger .page-item .page-link:focus {
  background-color: #ffe8e6;
}
.pagin-border-danger .page-item .page-link:focus {
  box-shadow: unset;
}

.pagin-border-warning .page-item.active, .pagin-border-warning .page-item:active {
  background-color: #fff7e5;
}
.pagin-border-warning .page-item .page-link {
  border-color: #fff7e5;
}
.pagin-border-warning .page-item .page-link:hover, .pagin-border-warning .page-item .page-link:focus {
  background-color: #fff7e5;
}
.pagin-border-warning .page-item .page-link:focus {
  box-shadow: unset;
}

.pagin-border-info .page-item.active, .pagin-border-info .page-item:active {
  background-color: #D5F5FE;
}
.pagin-border-info .page-item .page-link {
  border-color: #D5F5FE;
}
.pagin-border-info .page-item .page-link:hover, .pagin-border-info .page-item .page-link:focus {
  background-color: #D5F5FE;
}
.pagin-border-info .page-item .page-link:focus {
  box-shadow: unset;
}

.pagin-border-light .page-item.active, .pagin-border-light .page-item:active {
  background-color: #F9F9FB;
}
.pagin-border-light .page-item .page-link {
  border-color: #F9F9FB;
}
.pagin-border-light .page-item .page-link:hover, .pagin-border-light .page-item .page-link:focus {
  background-color: #F9F9FB;
}
.pagin-border-light .page-item .page-link:focus {
  box-shadow: unset;
}

.pagin-border-dark .page-item.active, .pagin-border-dark .page-item:active {
  background-color: #EAEBF2;
}
.pagin-border-dark .page-item .page-link {
  border-color: #EAEBF2;
}
.pagin-border-dark .page-item .page-link:hover, .pagin-border-dark .page-item .page-link:focus {
  background-color: #EAEBF2;
}
.pagin-border-dark .page-item .page-link:focus {
  box-shadow: unset;
}

@media (max-width: 576px) {
  .pagination-lg .page-item .page-link {
    font-size: calc(15px + 5 * (100vw - 320px) / 256);
    padding: calc(12px + 0 * (100vw - 320px) / 256) calc(12px + 12 * (100vw - 320px) / 256);
  }
}

@media (max-width: 576px) {
  .pagination-md .page-item .page-link {
    font-size: calc(15px + 5 * (100vw - 320px) / 256);
  }
}

@media (max-width: 339px) {
  .pagination {
    justify-content: center;
  }
}
.pagination .page-item:active {
  background-color: unset;
}
.pagination .page-item .page-link.rounded-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
}

/**=====================
    3.47 Page CSS Ends
==========================**/
/**=====================
    3.48 Pricing CSS Start
==========================**/
.pricing-simple {
  box-shadow: 0 0 10px 5px rgba(68, 102, 242, 0.05);
  margin-bottom: 0 !important;
}
.pricing-simple .card-body {
  border-bottom: none;
  text-align: left;
}
[dir=rtl] .pricing-simple .card-body {
  text-align: right;
}
.pricing-simple .card-body h4 {
  position: relative;
  margin-bottom: 38px;
}
.pricing-simple .card-body h4:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 1px;
  margin: 0;
  left: 0;
  bottom: -10px;
  background-color: #999999;
}
[dir=rtl] .pricing-simple .card-body h4:before {
  left: unset;
  right: 0;
}
.pricing-simple .card-body h5 {
  font-size: calc(36px + 4 * (100vw - 320px) / 1600);
  line-height: 0.9;
  margin-bottom: 24px;
  font-weight: 400;
}

.pricingtable {
  text-align: center;
  padding-block: 20px;
  border-radius: 10px;
  box-shadow: 0 0 40px rgba(8, 21, 66, 0.05);
  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;
}
[dir=rtl] .pricingtable:before, [dir=rtl] .pricingtable:after {
  right: unset;
  left: -213px;
}

.pricing-simple .pricing-content li {
  text-align: left;
  margin-bottom: calc(12px + 6 * (100vw - 320px) / 1600);
  text-transform: capitalize;
  color: #52526c;
}
.pricing-simple .pricing-content li:last-child {
  margin-bottom: 0;
}
.pricing-simple .pricing-content li i {
  padding-right: 8px;
  color: var(--theme-default);
}
[dir=rtl] .pricing-simple .pricing-content li {
  text-align: right;
}
[dir=rtl] .pricing-simple .pricing-content li i {
  padding-right: unset;
  padding-left: 8px;
}

.pricingtable:after {
  background-color: var(--theme-default);
  width: 300px;
  height: 300px;
  top: auto;
  bottom: -210px;
  right: auto;
  left: -160px;
  opacity: 0.1;
}
[dir=rtl] .pricingtable:after {
  right: -160px;
  left: auto;
}
.pricingtable .title {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.pricingtable .price-value {
  color: #fff;
  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;
}
[dir=rtl] .pricingtable .price-value .duration {
  margin: 0 -5px 0 0;
}
.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;
}
[dir=rtl] .pricingtable .pricing-content li {
  text-align: right;
  padding-left: unset;
  padding-right: 30px;
}
.pricingtable .pricing-content li:last-child {
  margin: 0;
}
.pricingtable .pricing-content li:before {
  content: "\f00c";
  color: var(--theme-default);
  font-family: "Font Awesome 6 Free";
  text-align: center;
  width: 20px;
  height: 20px;
  font-weight: 600;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  left: 0;
}
[dir=rtl] .pricingtable .pricing-content li:before {
  left: unset;
  right: 0;
}

@media only screen and (max-width: 991px) {
  .pricing-simple .card-body h1 {
    margin-bottom: 20px;
  }
  .pricing-simple .card-body h3 {
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .pricing-simple .card-body h1 {
    margin-bottom: 15px;
  }
  .pricing-block > div {
    flex: 100%;
  }
}
/**=====================
   3.48 Pricing CSS Ends
==========================**/
/**=====================
   3.49 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-number button {
  width: 2rem;
  height: 2rem;
  color: var(--white);
  border: unset;
}
.progress-number .progress-wrapper {
  height: 1px;
}
.progress-number .progress-wrapper.progress {
  background-color: var(--recent-dashed-border);
}
.progress-number .progress-wrapper .progress-bar {
  background-color: var(--theme-default);
}

button.progress-btn {
  background-color: #f6f9fd;
  border-color: #f6f9fd;
  color: var(--body-font-color);
}

.small-progressbar {
  position: relative;
  overflow: visible;
}
.small-progressbar::after {
  position: absolute;
  content: "";
  top: -2px;
  right: -9px;
  background-color: #7366FF;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}
[dir=rtl] .small-progressbar::after {
  left: -9px;
  right: unset;
}
.small-progressbar .progress-label {
  position: absolute;
  top: -26px;
  right: -6px;
  font-weight: 700;
}
[dir=rtl] .small-progressbar .progress-label {
  right: unset;
  left: -6px;
}
.small-progressbar .animate-circle {
  position: absolute;
  top: -11px;
  right: -18px;
  height: 30px;
  width: 30px;
  border: 14px solid #7366FF;
  border-radius: 70px;
  animation: heart 1s ease-in-out;
  animation-iteration-count: infinite;
}
[dir=rtl] .small-progressbar .animate-circle {
  right: unset;
  left: -18px;
}

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

.step-progress-wrapper .step-progress-box ul {
  overflow-x: auto;
  overflow-y: hidden;
}
.step-progress-wrapper .progress-box {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.step-progress-wrapper ul {
  display: flex;
}
.step-progress-wrapper ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  flex-direction: column;
  margin: 0 30px;
}
.step-progress-wrapper ul li:first-child {
  margin-left: 0;
}
[dir=rtl] .step-progress-wrapper ul li:first-child {
  margin-left: 30px;
  margin-right: 0;
}
.step-progress-wrapper ul li:last-child {
  margin-right: 0;
}
[dir=rtl] .step-progress-wrapper ul li:last-child {
  margin-left: 0;
  margin-right: 30px;
}
@media screen and (max-width: 1580px) and (min-width: 1200px) {
  [dir=rtl] .step-progress-wrapper ul li:first-child {
    margin-left: 5px;
    margin-right: 0;
  }
  [dir=rtl] .step-progress-wrapper ul li:last-child {
    margin-left: 0;
    margin-right: 5px;
  }
}
.step-progress-wrapper ul li svg {
  color: #65c15c;
  margin: 0 30px;
}
.step-progress-wrapper ul li .p-step svg {
  color: #fff;
  margin: 0;
}
.step-progress-wrapper ul li h6 {
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: bold;
  color: #65c15c;
}
.step-progress-wrapper ul li .p-step {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #65c15c;
  margin: 16px 0 10px;
  display: grid;
  place-items: center;
  position: relative;
  cursor: pointer;
}
.step-progress-wrapper ul li .p-step svg {
  display: none;
}
.step-progress-wrapper ul li .p-step p {
  margin: 0;
  color: #fff;
}
.step-progress-wrapper ul li .active {
  background-color: #65c15c;
}
.step-progress-wrapper ul li .active p {
  display: none;
}
.step-progress-wrapper ul li .active svg {
  display: flex;
  z-index: 2;
  width: 14px;
  height: 14px;
}
.step-progress-wrapper .p-step::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 3px;
  background-color: transparent;
  right: 0;
}
[dir=rtl] .step-progress-wrapper .p-step::after {
  right: unset;
  left: 0;
}
.step-progress-wrapper .first::after {
  width: 0;
  height: 0;
}
.step-progress-wrapper li .active::after {
  background-color: #65c15c;
}
@media (max-width: 1815px) and (min-width: 1581px) {
  .step-progress-wrapper ul li {
    margin: 0 15px;
  }
  [dir=rtl] .step-progress-wrapper ul li:first-child {
    margin-left: 15px;
    margin-right: unset;
  }
  [dir=rtl] .step-progress-wrapper ul li:last-child {
    margin-left: unset;
    margin-right: 15px;
  }
  .step-progress-wrapper ul li .p-step::after {
    width: 140px;
  }
}
@media (max-width: 1408px) and (min-width: 1200px) {
  .step-progress-wrapper ul li svg {
    margin: 0 28px;
  }
}

/**=====================
   3.49 Progress CSS Ends
==========================**/
/**=====================
   3.50 Project_list CSS Start
==========================**/
[class*=title-line-]::before {
  content: "";
  width: 4px;
  height: 26px;
  top: 23px;
  position: absolute;
  left: 0;
  border-radius: 0 10px 10px 0;
}

.common-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid var(--white);
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common-circle:hover {
  transform: translateY(-4px) scale(1.02);
  transition: 0.5s;
}

.project-list .progress-project-box .row {
  margin: 15px;
}
.project-list button:focus {
  outline: none !important;
}
.project-list .theme-form .form-group {
  margin-bottom: 15px;
}
.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 .btn {
  margin-right: 5px;
  vertical-align: -12px;
  float: right;
}
.project-list .btn svg {
  vertical-align: middle;
  height: 16px;
}
.project-list ul {
  margin-bottom: 0 !important;
  border-bottom: 0;
}
.project-list ul li svg {
  height: 18px;
  vertical-align: middle;
  margin-right: 5px;
}

.new-project-wrapper .apexcharts-legend {
  display: flex;
  flex-direction: unset !important;
  flex-wrap: wrap;
  padding: 0;
}
.new-project-wrapper .apexcharts-legend .apexcharts-legend-series {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0 !important;
  padding: 0 6px;
}
.new-project-wrapper .apexcharts-legend .apexcharts-legend-series .apexcharts-legend-text {
  margin-left: -14px;
}

.project-header > div {
  width: 46px;
  height: 46px;
  box-shadow: 0px 6px 12px 0px rgba(115, 102, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: var(--white);
}
.project-header > div svg {
  width: 20px;
  height: 26px;
}
.project-header span {
  font-size: 12px;
  padding: 9px 21px;
}

.project-chart-wrap .apexcharts-legend-text {
  padding-left: 18px;
}

.scope-bottom-wrapper .sidebar-left-icons {
  display: block;
}
.scope-bottom-wrapper .sidebar-left-icons .nav-item {
  position: relative;
  padding-bottom: 66px;
  overflow: hidden;
}
.scope-bottom-wrapper .sidebar-left-icons .nav-item:last-child {
  padding-bottom: 0;
}
.scope-bottom-wrapper .sidebar-left-icons .nav-item::before {
  content: "";
  position: absolute;
  border: 1px dashed var(--recent-dashed-border);
  top: 75px;
  height: 50px;
  left: 38px;
}
@media (max-width: 1839px) and (min-width: 1661px) {
  .scope-bottom-wrapper .sidebar-left-icons .nav-item::before {
    left: 30px;
  }
}
@media (max-width: 1660px) and (min-width: 1400px) {
  .scope-bottom-wrapper .sidebar-left-icons .nav-item::before {
    left: 35px;
  }
}
@media (max-width: 1399px) and (min-width: 320px) {
  .scope-bottom-wrapper .sidebar-left-icons .nav-item::before {
    left: 30px;
  }
}
.scope-bottom-wrapper .sidebar-left-icons .nav-item:last-child::before {
  content: unset;
}
.scope-bottom-wrapper .sidebar-left-icons .nav-item:nth-child(4) svg {
  stroke: #52526c;
}
.scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0 12px 8px;
  position: relative;
}
@media (max-width: 1839px) and (min-width: 320px) {
  .scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link {
    gap: 8px;
  }
}
.scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link.active {
  background: linear-gradient(90deg, #7366FF -175.57%, rgba(115, 102, 255, 0) 65.16%);
  color: unset;
}
.scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link.active .absolute-border::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background-color: var(--theme-default);
  border: 3px solid var(--theme-default);
  border-radius: 20px;
  left: 0;
}
.scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link.active .absolute-border::after {
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  background-color: var(--theme-default);
  top: 50%;
  border: 5px solid var(--theme-default);
  transform: translate(-50%, -50%);
  left: -8px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
.scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link.active .nav-rounded {
  border: 1px solid var(--theme-default);
}
.scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link.active .product-tab-content h6 {
  color: var(--theme-default);
  font-weight: 500;
}
.scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link .nav-rounded {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border: 1px solid var(--recent-dashed-border);
  position: relative;
  z-index: 2;
  border-radius: 100%;
  padding: 2px;
  box-shadow: inset 0px 9px 20px 0px rgba(46, 35, 94, 0.07);
}
@media (max-width: 1839px) and (min-width: 1661px) {
  .scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link .nav-rounded {
    width: 33px;
    height: 33px;
    min-width: 33px;
  }
}
@media (max-width: 1399px) {
  .scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link .nav-rounded {
    width: 33px;
    height: 33px;
    min-width: 33px;
  }
}
.scope-bottom-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%;
}
.scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link .nav-rounded .product-icons svg {
  width: 20px;
  height: 20px;
  fill: #52526c;
}
@media (max-width: 1839px) and (min-width: 1661px) {
  .scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link .nav-rounded .product-icons svg {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 1399px) {
  .scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link .nav-rounded .product-icons svg {
    width: 16px;
    height: 16px;
  }
}
@media (min-width: 1200px) {
  .scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link .product-tab-content h6 {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    height: auto;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    color: var(--body-font-color);
    font-weight: 400;
  }
}
@media (max-width: 1199px) {
  .scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link .product-tab-content h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }
}
.scope-bottom-wrapper .sidebar-left-icons:first-child {
  padding-top: 0;
}
@media (max-width: 1199px) {
  .scope-bottom-wrapper .sidebar-left-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
  }
  .scope-bottom-wrapper .sidebar-left-icons .nav-item {
    padding-bottom: 0;
  }
  .scope-bottom-wrapper .sidebar-left-icons .nav-item::before {
    content: unset;
  }
}
@media (max-width: 1024px) {
  .scope-bottom-wrapper .sidebar-left-icons {
    justify-content: flex-start;
  }
}

.progress-project {
  border: 2px solid #fff;
}
.progress-project .common-space svg {
  width: 15px;
  height: 15px;
  stroke: var(--theme-default);
}
.progress-project .common-space .common-align {
  gap: 6px;
}
.progress-project .common-space .common-align .badge {
  background-color: rgba(82, 82, 108, 0.1);
  padding: 4px 7px;
}
.progress-project .common-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.progress-project .progress-project-box .card,
.progress-project .progress-project-box .list-box {
  padding: calc(16px + 2 * (100vw - 320px) / 1600);
  cursor: pointer;
  background-color: var(--recent-chart-bg);
  box-shadow: 0px 9px 20px 0px rgba(46, 35, 94, 0.0705882353);
}
.progress-project .progress-project-box .card .header-top,
.progress-project .progress-project-box .list-box .header-top {
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.progress-project .progress-project-box .card .project-body span,
.progress-project .progress-project-box .list-box .project-body span {
  color: rgba(82, 82, 108, 0.8);
  margin-bottom: 8px;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.progress-project .progress-project-box .card .project-body .progress,
.progress-project .progress-project-box .list-box .project-body .progress {
  height: 6px;
  margin-bottom: 8px;
}
.progress-project .progress-project-box:last-child .card {
  margin-bottom: 0;
}
.progress-project .progress-project-box ul li + li {
  margin-left: -12px;
}
[dir=rtl] .progress-project .progress-project-box ul li + li {
  margin-left: unset;
  margin-right: -12px;
}
.progress-project .progress-project-box ul li img {
  transition: 0.5s;
}
.progress-project .progress-project-box ul li img:hover,
.progress-project .progress-project-box ul li .light-background:hover {
  transform: translateY(-4px) scale(1.02);
  transition: 0.5s;
}
.progress-project .progress-project-box .badge {
  padding: calc(6px + 4 * (100vw - 320px) / 1600) calc(6px + 6 * (100vw - 320px) / 1600);
  font-size: 12px;
}
.progress-project .progress-project-box .project-body h6 {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.progress-project .progress-project-box .project-body > img {
  width: 100%;
  height: calc(85px + 41 * (100vw - 320px) / 1600);
  border-radius: 5px;
  margin-bottom: 15px;
  object-fit: cover;
}
.progress-project .progress-project-box .project-body ul {
  padding-bottom: calc(12px + 3 * (100vw - 320px) / 1600);
}
.progress-project .progress-project-box .project-body .project-bottom {
  padding-top: calc(12px + 6 * (100vw - 320px) / 1600);
  border-top: 1px solid rgba(82, 82, 108, 0.1);
  flex-wrap: wrap;
  gap: 6px;
}
.progress-project .progress-project-box .project-body .project-bottom .common-flex span {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .progress-project .progress-project-box .project-body .project-bottom .common-flex svg {
    width: 14px;
    height: 14px;
  }
}
.progress-project .progress-project-box .project-body .project-bottom span {
  background-color: var(--light-bg);
  padding: calc(4px + 2 * (100vw - 320px) / 1600) calc(8px + 4 * (100vw - 320px) / 1600);
  border-radius: 5px;
}
.progress-project .progress-project-box .project-body .project-bottom svg {
  width: 16px;
  height: 16px;
  stroke: rgba(82, 82, 108, 0.8);
  vertical-align: text-top;
}
.progress-project .progress-project-box .list-box {
  position: relative;
  border: none;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  border-radius: 15px;
  margin-bottom: 20px;
}
.progress-project .progress-project-box .list-box ul li img {
  width: 32px;
  height: 32px;
  border: 2px solid var(--white);
}
.progress-project .progress-project-box:last-child .list-box {
  margin-bottom: 0;
}
.progress-project .common-box {
  width: 28px;
  height: 28px;
  background-color: rgba(255, 184, 41, 0.15);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.budget-card.widget-2 {
  background-image: url(../images/project/widget-bg.png);
  background-size: cover;
  margin-bottom: 25px;
  transition: 0.5s;
}
.budget-card.widget-2:hover {
  transform: translateY(-5px);
  transition: 0.5s;
}
.budget-card .common-space {
  gap: 6px;
}
@media (max-width: 1697px) {
  .budget-card .common-space {
    flex-wrap: wrap;
  }
}
.budget-card .common-space h6 {
  padding-bottom: 8px;
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
}
.budget-card .common-space span svg {
  width: 14px;
  height: 14px;
  vertical-align: text-top;
}

@media (max-width: 1697px) {
  .expense-chart-wrap {
    margin: -20px 0 -20px 0;
  }
}

.common-project-header {
  gap: 8px;
  flex-wrap: wrap;
}
@media (max-width: 644px) {
  .common-project-header {
    display: block;
  }
}
.common-project-header .customers li .common-circle {
  width: 40px;
  height: 40px;
}
@media (max-width: 644px) {
  .common-project-header .customers li .common-circle {
    width: 30px;
    height: 30px;
  }
  .common-project-header .customers li .common-circle span {
    font-size: 13px;
  }
}
@media (max-width: 644px) {
  .common-project-header .common-space {
    padding-bottom: 18px;
  }
}
@media (max-width: 400px) {
  .common-project-header .common-space {
    flex-direction: column;
    align-items: flex-start;
  }
}
.common-project-header h6 {
  margin-left: -46px;
  font-weight: 400;
}
@media (max-width: 1685px) and (min-width: 320px) {
  .common-project-header h6 {
    margin-left: -54px;
  }
}
@media (max-width: 644px) {
  .common-project-header h6 {
    margin-left: 0;
  }
}
.common-project-header > .common-align {
  gap: 16px;
}
@media (max-width: 644px) {
  .common-project-header .common-align {
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
  }
  .common-project-header .common-align .customers {
    text-align: end;
  }
  .common-project-header .common-align .customers li img {
    height: 30px;
    width: 30px !important;
  }
}
@media (max-width: 435px) {
  .common-project-header .common-align {
    align-items: flex-end;
    flex-direction: column;
  }
}
@media (max-width: 400px) {
  .common-project-header .common-align {
    align-items: flex-start;
  }
  .common-project-header .common-align .customers {
    text-align: start;
  }
}
.common-project-header .common-align:last-child .common-align li svg {
  width: 18px;
  height: 18px;
  stroke: #52526c;
  vertical-align: sub;
  margin-right: 6px;
}
@media (max-width: 445px) {
  .common-project-header .common-align:last-child .common-align li svg {
    width: 14px;
    height: 14px;
    vertical-align: middle;
  }
}
.common-project-header .common-align:last-child .common-align li:first-child {
  padding-right: 15px;
}
.common-project-header .common-align:last-child .common-align li + li {
  border-left: 1px solid rgba(82, 82, 108, 0.8);
  padding-left: 15px;
}
.common-project-header .common-align:last-child .common-align li span {
  color: rgba(82, 82, 108, 0.8);
}
@media (max-width: 435px) {
  .common-project-header .common-align:last-child .common-align li:first-child {
    padding-right: 0px;
  }
  .common-project-header .common-align:last-child .common-align li + li {
    border-left: unset;
    padding-left: 0;
  }
}

.filter-header svg {
  width: 20px;
  height: 20px;
}
.filter-header .btn-group .dropdown-toggle {
  border: 1px solid rgba(82, 82, 108, 0.2);
  color: rgba(82, 82, 108, 0.8);
  padding: calc(4px + 4 * (100vw - 320px) / 1600) calc(36px + 4 * (100vw - 320px) / 1600) calc(4px + 4 * (100vw - 320px) / 1600) calc(12px + 8 * (100vw - 320px) / 1600);
}
.filter-header .btn-group .dropdown-toggle::after {
  content: "\f107";
  position: absolute;
  border: unset;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  right: 12px;
}
.filter-header .btn-group .dropdown-menu li .dropdown-item {
  color: rgba(82, 82, 108, 0.8);
  opacity: 1;
}

.common-searchbox .input-group-text {
  background-color: var(--recent-box-bg);
}
.common-searchbox .form-control {
  border-left: 0;
  padding-left: 0;
  background-color: var(--recent-box-bg);
}
.common-searchbox .form-control:focus {
  box-shadow: unset;
  color: rgba(82, 82, 108, 0.8);
  border-color: #efefef;
}

.attachment-file {
  align-items: center;
  gap: 30px;
  padding: 12px;
  background-color: var(--light-background);
  width: calc(255px + 22 * (100vw - 320px) / 1600);
  min-width: calc(255px + 22 * (100vw - 320px) / 1600);
  justify-content: space-between;
}
@media (max-width: 1780px) and (min-width: 576px) {
  .attachment-file {
    gap: 14px;
    width: 218px;
    min-width: 218px;
  }
}
.attachment-file .common-flex img {
  height: 36px;
}
.attachment-file i {
  font-size: 16px;
}

.project-todo .crm-todo-list li {
  border-bottom: unset;
}
.project-todo .crm-todo-list li + li {
  padding-top: 0;
}
.project-todo .crm-todo-list li .flex-grow-1 span,
.project-todo .crm-todo-list li .flex-grow-1 h6 {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 1;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1383px) and (min-width: 320px) {
  .project-todo .crm-todo-list li {
    gap: 14px;
  }
}

@media (max-width: 400px) {
  .main-summary .card-header .common-space {
    flex-wrap: wrap;
    gap: 8px;
  }
}

.summary-section > li {
  border-bottom: 1px dashed rgba(82, 82, 108, 0.2);
}
.summary-section > li:last-child {
  border-bottom: unset;
}
.summary-section > li:last-child .common-space {
  gap: 10px;
}
.summary-section > li:last-child .common-space > li ul li:not(:last-child) {
  margin-bottom: 8px;
}
@media (max-width: 557px) {
  .summary-section > li:last-child .common-space > li ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
  }
  .summary-section > li:last-child .common-space > li ul li:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (max-width: 1660px) and (min-width: 1200px) {
  .summary-section > li:last-child .common-space > li:last-child {
    display: none;
  }
}
@media (max-width: 575px) {
  .summary-section > li:last-child .common-space {
    flex-wrap: wrap;
  }
}
.summary-section > li p {
  color: rgba(82, 82, 108, 0.8);
}
@media (max-width: 1660px) and (min-width: 320px) {
  .summary-section > li p {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    height: auto;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.summary-section > li span.badge {
  padding: 6px 10px;
  border-radius: 2px;
  font-size: 12px;
}
.summary-section > li .d-block > p {
  color: var(--body-font-color);
}

.summary-chart-box {
  background-color: #F7F8F9;
  border-radius: 10px;
}

@media (min-width: 641px) {
  .project-pending-table.recent-table div.dt-container .dt-layout-row .dt-search {
    top: 30px;
    right: 55px;
  }
}
.project-pending-table.recent-table table thead tr th,
.project-pending-table.recent-table table thead tr td,
.project-pending-table.recent-table table tbody tr th,
.project-pending-table.recent-table table tbody tr td {
  min-width: auto;
  color: rgba(82, 82, 108, 0.8) !important;
}
.project-pending-table.recent-table table thead tr th:first-child,
.project-pending-table.recent-table table thead tr td:first-child,
.project-pending-table.recent-table table tbody tr th:first-child,
.project-pending-table.recent-table table tbody tr td:first-child {
  padding-left: 20px;
}
.project-pending-table.recent-table table thead tr th:nth-child(4) .btn,
.project-pending-table.recent-table table thead tr td:nth-child(4) .btn,
.project-pending-table.recent-table table tbody tr th:nth-child(4) .btn,
.project-pending-table.recent-table table tbody tr td:nth-child(4) .btn {
  padding: 10px;
}
.project-pending-table.recent-table table thead tr th:last-child,
.project-pending-table.recent-table table thead tr td:last-child,
.project-pending-table.recent-table table tbody tr th:last-child,
.project-pending-table.recent-table table tbody tr td:last-child {
  padding-right: 20px;
}
.project-pending-table.recent-table table thead tr th:last-child .btn,
.project-pending-table.recent-table table thead tr td:last-child .btn,
.project-pending-table.recent-table table tbody tr th:last-child .btn,
.project-pending-table.recent-table table tbody tr td:last-child .btn {
  min-width: 132px;
  width: 132px;
}
@media (max-width: 1735px) and (min-width: 1661px) {
  .project-pending-table.recent-table table thead tr th:nth-child(4),
  .project-pending-table.recent-table table thead tr td:nth-child(4),
  .project-pending-table.recent-table table tbody tr th:nth-child(4),
  .project-pending-table.recent-table table tbody tr td:nth-child(4) {
    display: none;
  }
}
@media (max-width: 1636px) and (min-width: 1661px) {
  .project-pending-table.recent-table table thead tr th:nth-child(3),
  .project-pending-table.recent-table table thead tr td:nth-child(3),
  .project-pending-table.recent-table table tbody tr th:nth-child(3),
  .project-pending-table.recent-table table tbody tr td:nth-child(3) {
    display: none;
  }
}
@media (max-width: 1336px) and (min-width: 1200px) {
  .project-pending-table.recent-table table thead tr th:nth-child(4),
  .project-pending-table.recent-table table thead tr td:nth-child(4),
  .project-pending-table.recent-table table tbody tr th:nth-child(4),
  .project-pending-table.recent-table table tbody tr td:nth-child(4) {
    display: none;
  }
}
@media (max-width: 1199px) {
  .project-pending-table.recent-table table thead tr th:first-child,
  .project-pending-table.recent-table table thead tr td:first-child,
  .project-pending-table.recent-table table tbody tr th:first-child,
  .project-pending-table.recent-table table tbody tr td:first-child {
    min-width: 100px;
  }
  .project-pending-table.recent-table table thead tr th:nth-child(2),
  .project-pending-table.recent-table table thead tr td:nth-child(2),
  .project-pending-table.recent-table table tbody tr th:nth-child(2),
  .project-pending-table.recent-table table tbody tr td:nth-child(2) {
    min-width: 199px;
  }
  .project-pending-table.recent-table table thead tr th:nth-child(4),
  .project-pending-table.recent-table table thead tr td:nth-child(4),
  .project-pending-table.recent-table table tbody tr th:nth-child(4),
  .project-pending-table.recent-table table tbody tr td:nth-child(4) {
    min-width: 74px;
  }
}
.project-pending-table.recent-table table thead tr th a,
.project-pending-table.recent-table table thead tr td a,
.project-pending-table.recent-table table tbody tr th a,
.project-pending-table.recent-table table tbody tr td a {
  color: var(--body-font-color);
}
.project-pending-table.recent-table table thead tr th img,
.project-pending-table.recent-table table thead tr td img,
.project-pending-table.recent-table table tbody tr th img,
.project-pending-table.recent-table table tbody tr td img {
  height: calc(34px + 6 * (100vw - 320px) / 1600);
  border-radius: 50%;
}

.activity-wrapper .schedule-wrapper {
  border: unset;
  margin-bottom: 18px;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 1818px) and (min-width: 320px) {
  .activity-wrapper .schedule-wrapper {
    justify-content: flex-start;
    display: flex;
  }
}
@media (max-width: 1399px) and (min-width: 768px) {
  .activity-wrapper .schedule-wrapper {
    gap: 20px;
  }
}
.activity-wrapper .schedule-wrapper .nav-item a {
  border: unset;
  padding: 8px 14px;
  background-color: rgba(82, 82, 108, 0.1);
  border-radius: 5px;
}
.activity-wrapper .schedule-wrapper .nav-item .nav-link.active {
  background-color: var(--theme-default);
}
.activity-wrapper .schedule-wrapper .nav-item .nav-link.active span,
.activity-wrapper .schedule-wrapper .nav-item .nav-link.active h6 {
  color: #fff;
}
.activity-wrapper .schedule-wrapper .nav-item .nav-link.active span {
  font-weight: 400;
}
.activity-wrapper .tab-content .activity-update > li {
  border-left: 3px solid rgba(82, 82, 108, 0.2);
  margin-bottom: 28px;
  gap: 8px;
}
.activity-wrapper .tab-content .activity-update > li:last-child {
  margin-bottom: 0;
}
.activity-wrapper .tab-content .activity-update > li .flex-grow-1 {
  margin-left: 10px;
}
.activity-wrapper .tab-content .activity-update > li .flex-grow-1 h6 {
  margin-bottom: 6px;
  font-weight: 400;
  color: var(--body-font-color);
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 1;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.activity-wrapper .tab-content .activity-update > li .flex-shrink-0 {
  text-align: end;
}
.activity-wrapper .tab-content .activity-update > li .flex-shrink-0 svg {
  width: 14px;
  height: 14px;
  fill: rgba(82, 82, 108, 0.5);
  vertical-align: text-top;
  margin-right: 6px;
}

.invite-member ul li {
  margin-bottom: 24px;
}
.invite-member ul li:last-child {
  margin-bottom: 0;
}
.invite-member ul li img {
  height: 40px;
  border-radius: 50%;
}
@media (max-width: 575px) {
  .invite-member ul li img {
    height: 30px;
  }
}
.invite-member ul li svg {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.invite-member ul li svg:focus {
  outline: unset;
}
.invite-member ul li .d-flex {
  gap: 10px;
}
.invite-member ul li .flex-grow-1 h6 {
  font-weight: 400;
}
.invite-member ul li .flex-grow-1 span {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 1;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.user-comment-wrapper li .flex-grow-1 h6 {
  font-weight: 400;
}
.user-comment-wrapper li .flex-grow-1 .btn {
  padding: 4px 6px;
  border-radius: 5px;
  font-weight: 500;
  background-color: var(--light-slate);
  font-size: 13px;
}
.user-comment-wrapper li .flex-grow-1 .btn:active {
  border-color: transparent;
}
.user-comment-wrapper li .flex-grow-1 .btn svg {
  width: 14px;
  height: 14px;
  vertical-align: text-top;
  stroke: rgba(82, 82, 108, 0.8);
}
.user-comment-wrapper li .flex-grow-1 span {
  margin-bottom: 10px;
  font-size: 13px;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user-comment-wrapper li + li {
  margin-top: 18px;
  margin-left: 46px;
}
.user-comment-wrapper li img {
  height: 40px;
  border-radius: 50%;
}

.task-overview {
  margin: 0px 0 -20px 0px;
}

.cmt-box {
  padding-top: 25px;
}
@media (max-width: 1845px) and (min-width: 320px) {
  .cmt-box {
    padding-top: 18px;
  }
}
.cmt-box .form-control {
  background-color: #F7F8F9;
  width: calc(100% - 61px - 4px);
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .cmt-box .form-control {
    height: 2px;
    width: calc(100% - 40px - 2px);
  }
}
@media (max-width: 575px) {
  .cmt-box .form-control {
    height: 2px;
    width: calc(100% - 40px - 2px);
  }
}
.cmt-box .form-control:focus {
  box-shadow: unset;
  border-color: rgba(82, 82, 108, 0.2);
}
.cmt-box i {
  width: 61px;
  height: 61px;
  display: grid;
  place-content: center;
  border-radius: 5px;
  background-color: var(--bs-heading-color);
  color: #fff;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  cursor: pointer;
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .cmt-box i {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 575px) {
  .cmt-box i {
    width: 38px;
    height: 38px;
  }
}

.project-budget-wrapper .form-switch {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.project-budget-wrapper .progress {
  background: linear-gradient(180.36deg, #CFDCE8 -32.82%, #fff 132.82%);
  height: 10px;
  margin: 13px 0 6px 0;
}
@media (max-width: 1399px) {
  .project-budget-wrapper .progress {
    margin: 4px 0 6px 0;
  }
}
.project-budget-wrapper textarea {
  background-color: #F7F8F9;
  color: rgba(82, 82, 108, 0.8);
}
.project-budget-wrapper .form-check-input:focus,
.project-budget-wrapper .form-control:focus {
  box-shadow: unset;
  border-color: #e9edf1;
}
.project-budget-wrapper .touchspin-wrapper {
  padding: 8px 9px;
  background-color: #F7F8F9;
  border-radius: 5px;
}
.project-budget-wrapper .touchspin-wrapper .btn-touchspin {
  background-color: var(--white);
  -webkit-box-shadow: 0px 9px 16px 0px rgba(115, 102, 255, 0.13);
  -moz-box-shadow: 0px 9px 16px 0px rgba(115, 102, 255, 0.13);
  box-shadow: 0px 9px 16px 0px rgba(115, 102, 255, 0.13);
  border: transparent;
}
@media (max-width: 575px) {
  .project-budget-wrapper .touchspin-wrapper .btn-touchspin {
    width: 28px;
    height: 28px;
  }
}
.project-budget-wrapper .touchspin-wrapper .btn-touchspin i {
  color: rgba(82, 82, 108, 0.8);
  line-height: unset;
}
.project-budget-wrapper .touchspin-wrapper .input-touchspin {
  border: transparent;
  background-color: transparent;
}
.project-budget-wrapper .card-footer .btn:first-of-type {
  margin-right: 12px;
}
[dir=rtl] .project-budget-wrapper .card-footer .btn:first-of-type {
  margin-right: unset;
  margin-left: 12px;
}

.overall-budget div.dt-container .dt-layout-row .dt-search {
  right: -50px;
}
.overall-budget.recent-table table thead tr th,
.overall-budget.recent-table table thead tr td,
.overall-budget.recent-table table tbody tr th,
.overall-budget.recent-table table tbody tr td {
  min-width: auto;
  color: #52526c;
}
.overall-budget.recent-table table thead tr th:first-child,
.overall-budget.recent-table table thead tr td:first-child,
.overall-budget.recent-table table tbody tr th:first-child,
.overall-budget.recent-table table tbody tr td:first-child {
  padding-left: 20px;
}
.overall-budget.recent-table table thead tr th:last-child,
.overall-budget.recent-table table thead tr td:last-child,
.overall-budget.recent-table table tbody tr th:last-child,
.overall-budget.recent-table table tbody tr td:last-child {
  padding-right: 20px;
}
@media (max-width: 1623px) and (min-width: 1400px) {
  .overall-budget.recent-table table thead tr th:nth-child(2),
  .overall-budget.recent-table table thead tr td:nth-child(2),
  .overall-budget.recent-table table tbody tr th:nth-child(2),
  .overall-budget.recent-table table tbody tr td:nth-child(2) {
    display: none;
  }
}
@media (max-width: 1023px) {
  .overall-budget.recent-table table thead tr th:first-child,
  .overall-budget.recent-table table thead tr td:first-child,
  .overall-budget.recent-table table tbody tr th:first-child,
  .overall-budget.recent-table table tbody tr td:first-child {
    min-width: 104px;
  }
  .overall-budget.recent-table table thead tr th:nth-child(n+2),
  .overall-budget.recent-table table thead tr td:nth-child(n+2),
  .overall-budget.recent-table table tbody tr th:nth-child(n+2),
  .overall-budget.recent-table table tbody tr td:nth-child(n+2) {
    min-width: 121px;
  }
}

.main-team-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1660px) and (min-width: 1400px) {
  .main-team-box {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1399px) and (min-width: 630px) {
  .main-team-box {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 630px) {
  .main-team-box {
    grid-template-columns: 1fr;
  }
}
.main-team-box > div {
  position: relative;
  background-color: #F7F8F9;
  box-shadow: unset;
  margin: 45px 0 0 0;
  border-radius: 15px;
  letter-spacing: 0.5px;
  border: none;
}
.main-team-box > div:hover {
  box-shadow: unset;
}

.team-box-circle {
  position: absolute;
  width: calc(78px + 12 * (100vw - 320px) / 1600);
  height: calc(78px + 12 * (100vw - 320px) / 1600);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  border-radius: 100%;
  left: 50%;
  top: -45px;
  transform: translateX(-50%);
  z-index: 0;
}
.team-box-circle img {
  height: calc(58px + 12 * (100vw - 320px) / 1600);
}
.team-box-content {
  text-align: center;
  margin-top: 40px;
  padding: 20px;
}
.team-box-content h6 a {
  color: var(--body-font-color);
}
.team-box-content p {
  color: rgba(82, 82, 108, 0.8);
}
.team-box-content .common-space span {
  font-weight: 400;
}
.team-box-content .common-space > span {
  color: rgba(82, 82, 108, 0.8);
  font-weight: 500;
}
.team-box-content .progress {
  background: linear-gradient(180.36deg, #CFDCE8 -32.82%, #FFFFFF 132.82%);
  height: 6px;
  margin: 8px 0 5px 0;
  border-radius: 50px;
}
.team-box-footer {
  padding: 20px;
  border-top: 1px dashed rgba(82, 82, 108, 0.2);
}
.team-box-footer p {
  color: rgba(82, 82, 108, 0.8);
}
.team-box-footer .common-space {
  text-align: center;
  gap: 8px;
  flex-wrap: wrap;
}

.attach-files-wrapper .common-f-start {
  gap: calc(16px + 9 * (100vw - 320px) / 1600);
  flex-wrap: wrap;
}
@media (max-width: 362px) {
  .attach-files-wrapper .common-f-start {
    justify-content: center;
  }
}
.attach-files-wrapper .common-f-start > div {
  width: calc(140px + 34 * (100vw - 320px) / 1600);
  height: calc(104px + 34 * (100vw - 320px) / 1600);
  border-radius: 8px;
  justify-content: center;
  display: grid;
  align-content: center;
  place-items: center;
  gap: calc(8px + 4 * (100vw - 320px) / 1600);
}
.attach-files-wrapper .common-f-start > div .outer-file-circle {
  width: calc(45px + 19 * (100vw - 320px) / 1600);
  height: calc(45px + 19 * (100vw - 320px) / 1600);
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.attach-files-wrapper .common-f-start > div .outer-file-circle svg {
  width: calc(22px + 8 * (100vw - 320px) / 1600);
  height: calc(22px + 8 * (100vw - 320px) / 1600);
}
.attach-files-wrapper .common-f-start > div p {
  font-weight: 500;
}
.attach-files-wrapper .upload-files-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 25px;
  column-gap: 20px;
}
@media (max-width: 1660px) and (min-width: 1400px) {
  .attach-files-wrapper .upload-files-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1399px) and (min-width: 576px) {
  .attach-files-wrapper .upload-files-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .attach-files-wrapper .upload-files-wrapper {
    grid-template-columns: 1fr;
  }
}
.attach-files-wrapper .upload-files-wrapper > div {
  background-color: #F7F8F9;
  padding: 18px;
  border-radius: 10px;
}
.attach-files-wrapper .upload-files-wrapper > div .d-flex {
  gap: 22px;
  margin-bottom: 25px;
  align-items: center;
}
.attach-files-wrapper .upload-files-wrapper > div .d-flex svg {
  width: calc(26px + 13 * (100vw - 320px) / 1600);
  height: calc(48px + 7 * (100vw - 320px) / 1600);
}
.attach-files-wrapper .upload-files-wrapper > div .d-flex p {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 1;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.attach-files-wrapper .upload-files-wrapper > div .common-space p,
.attach-files-wrapper .upload-files-wrapper > div .common-space span {
  color: rgba(82, 82, 108, 0.8);
}
.attach-files-wrapper .upload-files-wrapper > div .progress {
  margin-top: 8px;
  background: linear-gradient(180.36deg, #CFDCE8 -32.82%, #FFFFFF 99.69%);
  height: 6px;
}
.attach-files-wrapper .upload-files-wrapper > div.upload-file-box {
  background-color: rgba(115, 102, 255, 0.1);
  border: 1px dashed var(--theme-default);
  display: grid;
  cursor: pointer;
}
.attach-files-wrapper .upload-files-wrapper > div.upload-file-box .d-flex {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.attach-files-wrapper .upload-files-wrapper > div.create-file-box {
  background-color: rgba(255, 184, 41, 0.1);
  border: 1px dashed #ffb829;
  display: grid;
  cursor: pointer;
}
.attach-files-wrapper .upload-files-wrapper > div.create-file-box .d-flex {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.project-timeline .notification ul li:last-child {
  padding-bottom: 0;
}
.project-timeline .notification ul li h6 {
  margin-bottom: 6px;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.project-timeline .notification ul li .date-time {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .project-timeline .notification ul li .date-time {
    flex-direction: column;
    align-items: flex-start;
  }
  .project-timeline .notification ul li .date-time .activity-profile {
    border-left: unset;
    padding-left: 0;
    margin-left: 0;
  }
}
.project-timeline .notification ul li span {
  color: rgba(82, 82, 108, 0.8);
}
.project-timeline .notification ul li span .activity-profile {
  border-left: 1px solid rgba(82, 82, 108, 0.2);
  padding-left: 10px;
  margin-left: 10px;
}
.project-timeline .notification ul li span .activity-profile img {
  margin-right: 6px;
}
.project-timeline .notification ul li span .activity-profile span {
  vertical-align: text-top;
  color: rgba(82, 82, 108, 0.8);
}
.project-timeline .notification ul li > div span:not(.activity-profile, .activity-profile span, .date-time) {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.project-timeline .notification ul li .upload-doc {
  background-color: #F7F8F9;
  padding: 12px 15px;
  min-width: calc(234px + 71 * (100vw - 320px) / 1600);
  width: calc(234px + 71 * (100vw - 320px) / 1600);
}
.project-timeline .notification ul li .upload-doc .d-flex {
  align-items: center;
  gap: 15px;
}
.project-timeline .notification ul li .upload-doc svg {
  width: 29px;
  height: 39px;
}
.project-timeline .notification ul li .flowchart-wrapper {
  gap: 25px;
  padding: calc(16px + 9 * (100vw - 320px) / 1600);
  background-color: #F7F8F9;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 621px) {
  .project-timeline .notification ul li .flowchart-wrapper {
    gap: 18px;
  }
}
@media (max-width: 606px) {
  .project-timeline .notification ul li .flowchart-wrapper {
    justify-content: center;
  }
}
.project-timeline .notification ul li .flowchart-wrapper .flowchart-img img {
  height: 100px;
  border-radius: 8px;
  width: 135px;
  object-fit: cover;
  object-position: center;
}
.project-timeline .notification ul li .project-teammate ul::before {
  content: unset;
}
.project-timeline .notification ul li .project-teammate ul li {
  padding-bottom: 0;
}
.project-timeline .notification ul li .project-teammate ul li + li {
  margin-left: -12px;
}
[dir=rtl] .project-timeline .notification ul li .project-teammate ul li + li {
  margin-left: unset;
  margin-right: -12px;
}
.project-timeline .notification ul li .project-teammate ul li img {
  transition: 0.5s;
}
.project-timeline .notification ul li .project-teammate ul li img:hover,
.project-timeline .notification ul li .project-teammate ul li .light-background:hover {
  transform: translateY(-4px) scale(1.02);
  transition: 0.5s;
}
.project-timeline .notification ul li .project-task-note {
  border: 1px dashed rgba(82, 82, 108, 0.3);
}
.project-timeline .notification ul li .project-task-note thead tr th:first-child,
.project-timeline .notification ul li .project-task-note thead tr td:first-child,
.project-timeline .notification ul li .project-task-note tbody tr th:first-child,
.project-timeline .notification ul li .project-task-note tbody tr td:first-child {
  min-width: 152px;
}
.project-timeline .notification ul li .project-task-note thead tr th:nth-child(2),
.project-timeline .notification ul li .project-task-note thead tr td:nth-child(2),
.project-timeline .notification ul li .project-task-note tbody tr th:nth-child(2),
.project-timeline .notification ul li .project-task-note tbody tr td:nth-child(2) {
  min-width: 265px;
}
.project-timeline .notification ul li .project-task-note thead tr th:nth-child(3),
.project-timeline .notification ul li .project-task-note thead tr td:nth-child(3),
.project-timeline .notification ul li .project-task-note tbody tr th:nth-child(3),
.project-timeline .notification ul li .project-task-note tbody tr td:nth-child(3) {
  min-width: 112px;
}
.project-timeline .notification ul li .project-task-note thead tr th:nth-child(n+4),
.project-timeline .notification ul li .project-task-note thead tr td:nth-child(n+4),
.project-timeline .notification ul li .project-task-note tbody tr th:nth-child(n+4),
.project-timeline .notification ul li .project-task-note tbody tr td:nth-child(n+4) {
  min-width: 130px;
}
.project-timeline .notification ul li .project-task-note .project-header {
  background-color: var(--recent-chart-bg);
  border-bottom: 1px solid rgba(82, 82, 108, 0.3);
}
.project-timeline .notification ul li .project-task-note .project-content {
  background-color: rgba(82, 82, 108, 0.1);
}
.project-timeline .notification ul li .project-task-note .project-content td .common-f-start::before {
  content: unset;
}
.project-timeline .notification ul li .project-task-note .project-content td .common-f-start li {
  padding-bottom: 0;
}
.project-timeline .notification ul li .project-task-note .project-content td .common-f-start li + li {
  margin-left: -12px;
}
[dir=rtl] .project-timeline .notification ul li .project-task-note .project-content td .common-f-start li + li {
  margin-left: unset;
  margin-right: -12px;
}
.project-timeline .notification ul li .project-task-note .project-content td .common-f-start li img {
  transition: 0.5s;
}
.project-timeline .notification ul li .project-task-note .project-content td .common-f-start li img:hover,
.project-timeline .notification ul li .project-task-note .project-content td .common-f-start li .light-background:hover {
  transform: translateY(-4px) scale(1.02);
  transition: 0.5s;
}
.project-timeline .notification ul li .project-task-note .project-content td .btn-white {
  color: #52526c;
}
.project-timeline .notification ul li .project-task-note .project-content td .badge {
  padding: 10px;
  border-left: unset;
  margin: 0;
}
.project-timeline .notification ul li .project-task-note .project-content td .btn {
  background-color: var(--white);
}
.project-timeline .notification ul li .project-task-note .project-content td ul li img {
  width: 32px;
  height: 32px;
  border: 2px solid var(--white);
}

.project-cards .project-list .main-card-box {
  border: 1px solid var(--white);
  border-radius: 5px;
}
.project-cards .project-list .main-card-box > .common-space {
  flex-wrap: wrap;
}
.project-cards .project-list .main-card-box .common-f-start li .common-circle {
  width: 40px;
  height: 40px;
}
@media (max-width: 575px) {
  .project-cards .project-list .main-card-box .common-f-start li .common-circle {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
}
.project-cards .project-list .main-card-box .cost-performance-wrapper {
  width: 180px;
}
.project-cards .project-list .main-card-box .cost-performance-wrapper .apexcharts-graphical {
  transform: scale(0.8);
}
.project-cards .project-list .main-card-box .cost-right-data ul li {
  padding: calc(11px + 1 * (100vw - 320px) / 1600);
}
.project-cards .project-list .main-card-box .cost-right-data ul li:first-child {
  border-bottom: 1px dashed rgba(82, 82, 108, 0.2);
}
.project-cards .project-list .main-card-box .cost-right-data ul li span {
  color: rgba(82, 82, 108, 0.8);
}
.project-cards .project-list .main-card-box > .common-space {
  border-bottom: 1px dashed rgba(82, 82, 108, 0.2);
}
.project-cards .project-list .main-card-box .project-right-icon {
  width: calc(36px + 10 * (100vw - 320px) / 1600);
  height: calc(36px + 10 * (100vw - 320px) / 1600);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project-cards .project-list .main-card-box .project-right-icon i {
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
}
.project-cards .project-list .main-card-box .highlight-content .common-space {
  flex-wrap: wrap;
  gap: 6px;
}
.project-cards .project-list .main-card-box .highlight-content .common-space svg {
  height: calc(14px + 2 * (100vw - 320px) / 1600);
  vertical-align: middle;
  margin-right: 6px;
}
.project-cards .project-list .main-card-box .highlight-content .common-space span {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
@media (max-width: 370px) {
  .project-cards .project-list .main-card-box .highlight-content .common-space {
    flex-direction: column;
    align-items: flex-start;
  }
}
.project-cards .project-list .main-card-box span {
  color: var(--body-font-color);
}
.project-cards .project-list .main-card-box ul.common-f-start::before {
  content: unset;
}
.project-cards .project-list .main-card-box ul.common-f-start li {
  padding-bottom: 0;
}
.project-cards .project-list .main-card-box ul.common-f-start li + li {
  margin-left: -12px;
}
[dir=rtl] .project-cards .project-list .main-card-box ul.common-f-start li + li {
  margin-left: unset;
  margin-right: -12px;
}
.project-cards .project-list .main-card-box ul.common-f-start li img {
  transition: 0.5s;
}
.project-cards .project-list .main-card-box ul.common-f-start li img:hover,
.project-cards .project-list .main-card-box ul.common-f-start li .light-background:hover {
  transform: translateY(-4px) scale(1.02);
  transition: 0.5s;
}
.project-cards .project-list .main-card-box .project-list-card {
  padding: 20px;
}
.project-cards .project-list .main-card-box .project-list-card .common-space {
  padding-bottom: 6px;
}
.project-cards .project-list .main-card-box .project-list-card .common-space:last-child {
  padding-bottom: 0;
}
.project-cards .project-list .main-card-box .highlight-content {
  padding: 20px;
}
.project-cards .project-list .main-card-box .highlight-content .common-space {
  padding-bottom: 6px;
}
.project-cards .project-list .main-card-box .highlight-content .common-space:last-child {
  padding-bottom: 0;
}
@media (max-width: 1784px) {
  .project-cards .project-list .main-card-box .main-cost-performance .common-space {
    flex-wrap: wrap;
    justify-content: center;
  }
  .project-cards .project-list .main-card-box .main-cost-performance .common-space .cost-right-data ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: calc(0px + 28 * (100vw - 320px) / 1600);
  }
  .project-cards .project-list .main-card-box .main-cost-performance .common-space .cost-right-data ul li:first-child {
    border-bottom: unset;
  }
}
@media (max-width: 1399px) {
  .project-cards .project-list .main-card-box .main-cost-performance .common-space {
    flex-direction: column;
  }
}

.project-tabs {
  flex-wrap: wrap;
  gap: 12px;
}
.project-tabs.common-space .nav-tabs {
  margin-bottom: 0;
  border: unset;
}
.project-tabs.common-space .nav-tabs .nav-item .nav-link {
  padding-bottom: 0;
  text-align: left;
}
.project-tabs.common-space .nav-tabs .nav-item .nav-link svg {
  height: 18px;
  vertical-align: middle;
  margin-right: 5px;
}
@media (max-width: 645px) and (min-width: 576px) {
  .project-tabs.common-space .nav-tabs .nav-item .nav-link {
    padding: 10px 15px;
  }
}
@media (max-width: 575px) {
  .project-tabs.common-space .nav-tabs .nav-item .nav-link {
    padding: 10px 0;
  }
}
@media (min-width: 576px) {
  .project-tabs.common-space .nav-tabs .nav-item:first-child .nav-link {
    padding-left: 0;
  }
  .project-tabs.common-space .nav-tabs .nav-item:last-child .nav-link {
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .project-tabs.common-space .nav-tabs .nav-item .nav-link {
    font-size: 14px;
  }
  .project-tabs.common-space .nav-tabs .nav-item:first-child .nav-link {
    padding-top: 0;
  }
}
.project-tabs.common-space .btn i {
  vertical-align: middle;
  margin-right: 8px;
}
@media (max-width: 575px) {
  .project-tabs {
    flex-direction: column;
    align-items: flex-start;
  }
}

.projects-wrapper .card,
.projects-wrapper .list-box {
  padding: calc(16px + 2 * (100vw - 320px) / 1600);
  cursor: pointer;
  background-color: var(--recent-chart-bg);
  box-shadow: 0px 9px 20px 0px rgba(46, 35, 94, 0.0705882353);
}
.projects-wrapper .card .header-top,
.projects-wrapper .list-box .header-top {
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.projects-wrapper .card .project-body span,
.projects-wrapper .list-box .project-body span {
  color: rgba(82, 82, 108, 0.8);
  margin-bottom: 8px;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.projects-wrapper .card .project-body .progress,
.projects-wrapper .list-box .project-body .progress {
  height: 6px;
  margin-bottom: 8px;
}
.projects-wrapper:last-child .card {
  margin-bottom: 0;
}
.projects-wrapper ul li + li {
  margin-left: -12px;
}
[dir=rtl] .projects-wrapper ul li + li {
  margin-left: unset;
  margin-right: -12px;
}
.projects-wrapper ul li img {
  transition: 0.5s;
}
.projects-wrapper ul li img:hover,
.projects-wrapper ul li .light-background:hover {
  transform: translateY(-4px) scale(1.02);
  transition: 0.5s;
}
.projects-wrapper .badge {
  padding: calc(6px + 4 * (100vw - 320px) / 1600) calc(6px + 6 * (100vw - 320px) / 1600);
  font-size: 12px;
}
.projects-wrapper .project-body h6 {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.projects-wrapper .project-body > img {
  width: 100%;
  height: calc(85px + 41 * (100vw - 320px) / 1600);
  border-radius: 5px;
  margin-bottom: 15px;
  object-fit: cover;
}
.projects-wrapper .project-body ul {
  padding-bottom: calc(12px + 3 * (100vw - 320px) / 1600);
}
.projects-wrapper .project-body .project-bottom {
  padding-top: calc(12px + 6 * (100vw - 320px) / 1600);
  border-top: 1px solid rgba(82, 82, 108, 0.1);
  flex-wrap: wrap;
  gap: 6px;
}
.projects-wrapper .project-body .project-bottom .common-flex span {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .projects-wrapper .project-body .project-bottom .common-flex svg {
    width: 14px;
    height: 14px;
  }
}
.projects-wrapper .project-body .project-bottom span {
  background-color: var(--light-bg);
  padding: calc(4px + 2 * (100vw - 320px) / 1600) calc(8px + 4 * (100vw - 320px) / 1600);
  border-radius: 5px;
}
.projects-wrapper .project-body .project-bottom svg {
  width: 16px;
  height: 16px;
  stroke: rgba(82, 82, 108, 0.8);
  vertical-align: text-top;
}
.projects-wrapper .list-box {
  border-radius: 2px;
}
.projects-wrapper [class*=title-line-]::before {
  left: 12px;
}
.projects-wrapper svg {
  width: 16px;
  height: 16px;
  vertical-align: sub;
}
.projects-wrapper .project-body .common-f-start:not(ul) {
  margin-bottom: 24px;
}
.projects-wrapper .project-body .common-f-start:not(ul) img {
  height: calc(50px + 17 * (100vw - 320px) / 1600);
  border-radius: 14px;
}
@media (max-width: 400px) {
  .projects-wrapper .project-body .common-f-start:not(ul) {
    flex-wrap: wrap;
    margin-bottom: 6px;
  }
}
.projects-wrapper .project-body .project-bottom .common-f-start {
  padding-bottom: 0;
}
.projects-wrapper .project-body .project-bottom p {
  color: rgba(82, 82, 108, 0.8);
}
.projects-wrapper .project-body .project-bottom p span {
  margin-bottom: 0;
  background-color: unset;
  padding: 0;
  border-radius: 0;
  color: var(--body-font-color);
  font-weight: 500;
}
.projects-wrapper .project-body .project-bottom ul li img {
  width: 32px;
  height: 32px;
  border: 1px solid var(--white);
}
.projects-wrapper:last-child .card {
  margin-bottom: 20px;
}

@media (max-width: 1660px) and (min-width: 1400px) {
  .recent-xl-50 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .recent-xl-23 {
    max-width: 23%;
    flex: 0 0 23%;
  }
  .recent-xl-77 {
    max-width: 77%;
    flex: 0 0 77%;
  }
}
/**=====================
   3.50 Project_list CSS Ends
==========================**/
/**=====================
    3.51 Placeholders CSS Start
==========================**/
.placeholder-light {
  background-color: #3f475a;
  opacity: 0.08;
}

.loading-card-wrapper img {
  height: calc(125px + 75 * (100vw - 320px) / 1600);
  object-fit: cover;
}

.placeholder-body {
  display: flex;
  align-items: center;
  gap: 14px;
}
.placeholder-body .placeholder-start .square {
  width: calc(50px + 10 * (100vw - 320px) / 1600);
  height: calc(50px + 10 * (100vw - 320px) / 1600);
  border-radius: 5px;
  background: linear-gradient(to right, rgba(137, 137, 137, 0.02) 2%, rgba(130, 130, 130, 0.02) 2%, rgba(137, 137, 137, 0.1) 14%);
  background-size: 800px 100px;
  animation: wave-square-lines 2s infinite ease-out;
}
.placeholder-body .placeholder-start .square.circle {
  border-radius: 50%;
  height: calc(50px + 10 * (100vw - 320px) / 1600);
  width: calc(50px + 10 * (100vw - 320px) / 1600);
}
.placeholder-body .placeholder-end {
  flex: 1;
}
.placeholder-body .placeholder-end .placeholder-line {
  height: 12px;
  margin-bottom: 6px;
  border-radius: 2px;
  background: linear-gradient(to right, rgba(137, 137, 137, 0.02) 2%, rgba(130, 130, 130, 0.02) 2%, rgba(137, 137, 137, 0.1) 14%);
  background-size: 800px 100px;
  animation: wave-left-lines 2s infinite ease-out;
}
.placeholder-body .placeholder-end .placeholder-line:last-child {
  margin-bottom: 0;
}

.animation-placeholder p {
  margin-bottom: 0;
}

@keyframes wave-left-lines {
  0% {
    background-position: -460px 0;
  }
  100% {
    background-position: 460px 0;
  }
}
@keyframes wave-square-lines {
  0% {
    background-position: -460px 0;
  }
  100% {
    background-position: 460px 0;
  }
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.1;
  }
}
/**=====================
    3.51 Placeholders CSS End
==========================**/
/**=====================
   3.52 Rating CSS Start
==========================**/
@-webkit-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 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);
  }
}
@-webkit-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 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);
  }
}
@-webkit-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 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));
  }
}
@-webkit-keyframes angry {
  40% {
    background: var(--active);
  }
  45% {
    box-shadow: inset 3px -3px 4px var(--active-shadow), inset 0 8px 10px var(--active-shadow-angry);
  }
}
@keyframes angry {
  40% {
    background: var(--active);
  }
  45% {
    box-shadow: inset 3px -3px 4px var(--active-shadow), inset 0 8px 10px var(--active-shadow-angry);
  }
}
.feedback {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.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;
}
.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;
}

.main-star-rating {
  position: relative;
}
.main-star-rating .star-box i,
.main-star-rating .star-box1 i {
  color: #cccccc;
  font-size: calc(25px + 10 * (100vw - 320px) / 1600);
  cursor: pointer;
  transition: color 0.2s ease;
}
.main-star-rating .star-box i.active,
.main-star-rating .star-box1 i.active {
  color: #ffb829;
}

.rating-stars-2 .emoji-rating .outer-emoji {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.rating-stars-2 .outer-emoji .emojis {
  height: 500%;
  display: flex;
  flex-direction: column;
}
.rating-stars-2 .outer-emoji .emojis li {
  height: 20%;
  width: 100%;
  list-style: none;
  transition: all 0.3s ease;
}
.rating-stars-2 .outer-emoji li i {
  font-size: 45px;
  color: #59667a;
}
.rating-stars-2 #star-2:checked ~ .common-align .emojis .slide-emoji {
  margin-top: -50px;
}
.rating-stars-2 #star-3:checked ~ .common-align .emojis .slide-emoji {
  margin-top: -112px;
}
.rating-stars-2 #star-4:checked ~ .common-align .emojis .slide-emoji {
  margin-top: -172px;
}
.rating-stars-2 #star-5:checked ~ .common-align .emojis .slide-emoji {
  margin-top: -232px;
}
.rating-stars-2 .stars label {
  font-size: 22px;
  color: #cccccc;
}
.rating-stars-2 #star-1:hover ~ .common-align .stars .star-1,
.rating-stars-2 #star-1:checked ~ .common-align .stars .star-1,
.rating-stars-2 #star-2:hover ~ .common-align .stars .star-1,
.rating-stars-2 #star-2:hover ~ .common-align .stars .star-2,
.rating-stars-2 #star-2:checked ~ .common-align .stars .star-1,
.rating-stars-2 #star-2:checked ~ .common-align .stars .star-2,
.rating-stars-2 #star-3:hover ~ .common-align .stars .star-1,
.rating-stars-2 #star-3:hover ~ .common-align .stars .star-2,
.rating-stars-2 #star-3:hover ~ .common-align .stars .star-3,
.rating-stars-2 #star-3:checked ~ .common-align .stars .star-1,
.rating-stars-2 #star-3:checked ~ .common-align .stars .star-2,
.rating-stars-2 #star-3:checked ~ .common-align .stars .star-3,
.rating-stars-2 #star-4:hover ~ .common-align .stars .star-1,
.rating-stars-2 #star-4:hover ~ .common-align .stars .star-2,
.rating-stars-2 #star-4:hover ~ .common-align .stars .star-3,
.rating-stars-2 #star-4:hover ~ .common-align .stars .star-4,
.rating-stars-2 #star-4:checked ~ .common-align .stars .star-1,
.rating-stars-2 #star-4:checked ~ .common-align .stars .star-2,
.rating-stars-2 #star-4:checked ~ .common-align .stars .star-3,
.rating-stars-2 #star-4:checked ~ .common-align .stars .star-4,
.rating-stars-2 #star-5:hover ~ .common-align .stars .star-1,
.rating-stars-2 #star-5:hover ~ .common-align .stars .star-2,
.rating-stars-2 #star-5:hover ~ .common-align .stars .star-3,
.rating-stars-2 #star-5:hover ~ .common-align .stars .star-4,
.rating-stars-2 #star-5:hover ~ .common-align .stars .star-5,
.rating-stars-2 #star-5:checked ~ .common-align .stars .star-1,
.rating-stars-2 #star-5:checked ~ .common-align .stars .star-2,
.rating-stars-2 #star-5:checked ~ .common-align .stars .star-3,
.rating-stars-2 #star-5:checked ~ .common-align .stars .star-4,
.rating-stars-2 #star-5:checked ~ .common-align .stars .star-5 {
  color: #ffb829;
}
.rating-stars-2 .emoji-rating .main-emoji-text {
  border-top: 1px solid var(--chart-dashed-border);
  background: var(--light-background);
  width: 100%;
  height: 50px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1682px) {
  .rating-stars-2 .emoji-rating .main-emoji-text {
    padding: 12px;
    height: 74px;
  }
}
@media (max-width: 1511px) {
  .rating-stars-2 .emoji-rating .main-emoji-text .emoji-msg {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 294px;
  }
}
.rating-stars-2 .main-emoji-text .emoji-msg::before {
  content: "No issues detected";
}
.rating-stars-2 .main-emoji-text .emoji-number::before {
  content: "0 out of 5";
}
.rating-stars-2 #star-1:checked ~ .main-emoji-text .emoji-msg::before {
  content: "We have observed unacceptable behavior.";
  padding-right: 12px;
}
.rating-stars-2 #star-1:checked ~ .main-emoji-text .emoji-number::before {
  content: "1 out of 5";
}
.rating-stars-2 #star-2:checked ~ .main-emoji-text .emoji-msg::before {
  content: "Your request cannot be processed.";
  padding-right: 12px;
}
.rating-stars-2 #star-2:checked ~ .main-emoji-text .emoji-number::before {
  content: "2 out of 5";
}
.rating-stars-2 s #star-3:checked ~ .main-emoji-text .emoji-msg::before {
  content: "Well done! The operation was successfully finished.";
  padding-right: 12px;
}
.rating-stars-2 #star-3:checked ~ .main-emoji-text .emoji-number::before {
  content: "3 out of 5";
}
.rating-stars-2 #star-4:checked ~ .main-emoji-text .emoji-msg::before {
  content: "Thank you for your ongoing assistance.";
  padding-right: 12px;
}
.rating-stars-2 #star-4:checked ~ .main-emoji-text .emoji-number::before {
  content: "4 out of 5";
}
.rating-stars-2 #star-5:checked ~ .main-emoji-text .emoji-msg::before {
  content: "Task successfully finished.";
  padding-right: 12px;
}
.rating-stars-2 #star-5:checked ~ .main-emoji-text .emoji-number::before {
  content: "5 out of 5";
}
.rating-stars-2 input[type=radio] {
  display: none;
}

.msg-emojis-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.msg-emojis-wrapper .star-widget {
  margin: 0;
}
.msg-emojis-wrapper .star-widget input {
  display: none;
}
.msg-emojis-wrapper .star-widget label {
  font-size: 35px;
  color: #cccccc;
  padding: 0 10px;
  float: right;
  margin: 0;
  transition: all 0.2s ease;
}
@media (max-width: 1500px) and (min-width: 401px) {
  .msg-emojis-wrapper .star-widget label {
    font-size: 30px;
  }
}
@media (max-width: 400px) {
  .msg-emojis-wrapper .star-widget label {
    font-size: 25px;
    padding: 0 8px;
  }
}
.msg-emojis-wrapper form {
  display: none;
}

input:checked ~ form {
  display: block;
  margin-top: 45px;
}

.star-widget input:not(:checked) ~ label:hover,
.star-widget input:not(:checked) ~ label:hover ~ label {
  color: #ffb829;
}
.star-widget input:checked ~ label {
  color: #ffb829;
}

input#rate-5:checked ~ label {
  color: #fff7e5;
  text-shadow: 0 0 20px var(--active-shadow);
}

#rate-1:checked ~ form header:before {
  content: "Simple and effective ";
}

#rate-2:checked ~ form header:before {
  content: "Great value! ";
}

#rate-3:checked ~ form header:before {
  content: "High-quality product";
}

#rate-4:checked ~ form header:before {
  content: "Will definitely order again";
}

#rate-5:checked ~ form header:before {
  content: "Delicious and satisfying";
}

form header {
  width: 100%;
  font-size: 18px;
  color: var(--chart-text-color);
  font-weight: 500;
  margin: 0;
  text-align: center;
  transition: all 0.2s ease;
}

.heart-rating {
  text-align: center;
  /*rating system 3*/
  /*selecting*/
}
.heart-rating .rating-system3 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  flex-direction: row-reverse;
  position: relative;
}
.heart-rating span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #fc564a;
  position: absolute;
  left: 20px;
}
.heart-rating input {
  display: none;
}
.heart-rating label {
  display: block;
  width: 20px;
  height: 5px;
  background: #cccccc;
  position: relative;
  transition: all 0.3s;
  margin: 0;
}
.heart-rating .rating-text {
  color: var(--chart-text-color);
  padding: 18px 0 0;
  position: absolute;
  width: 100%;
  top: 100%;
}
.heart-rating .rating-system3 label {
  width: 10px;
  height: 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: #fc564a;
  border-radius: 100%;
}
.heart-rating .rating-system3 input:checked ~ label {
  border-radius: 100%;
  background: #fc564a;
  box-shadow: 6px 0 #fc564a, 3px 1px 0 7px var(--white), 3px 1px 0 9px #fc564a;
}
.heart-rating .rating-system3 input:checked ~ label:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fc564a;
  transform: rotate(-45deg);
  border-bottom-left-radius: 15%;
  top: 30%;
  left: 3px;
}
.heart-rating input:nth-of-type(5):checked ~ .rating-text:before {
  content: "No issues detected";
}
.heart-rating label:nth-of-type(5):hover ~ .rating-text:before {
  content: "No issues detected";
}
.heart-rating input:nth-of-type(4):checked ~ .rating-text:before {
  content: "We have observed unacceptable behavior.";
}
.heart-rating label:nth-of-type(4):hover ~ .rating-text:before {
  content: "We have observed unacceptable behavior.";
}
.heart-rating input:nth-of-type(3):checked ~ .rating-text:before {
  content: "Your request cannot be processed.";
}
.heart-rating label:nth-of-type(3):hover ~ .rating-text:before {
  content: "Your request cannot be processed.";
}
.heart-rating input:nth-of-type(2):checked ~ .rating-text:before {
  content: "Well done! The operation was successfully finished.";
}
.heart-rating label:nth-of-type(2):hover ~ .rating-text:before {
  content: "Well done! The operation was successfully finished.";
}
.heart-rating input:nth-of-type(1):checked ~ .rating-text:before {
  content: "Thank you for your ongoing assistance.";
}
.heart-rating label:nth-of-type(1):hover ~ .rating-text:before {
  content: "Thank you for your ongoing assistance.";
}

.rating_expression {
  /* WebKit */
  /* Firefox */
}
.rating_expression .emoji {
  animation: fade-slide-in 0.6s ease-out;
}
.rating_expression .emoji__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 24px;
  position: relative;
  width: 42px;
  height: 42px;
}
.rating_expression .emoji__face-right-eye,
.rating_expression .emoji__face-left-eye,
.rating_expression .emoji__face-mouth-lower,
.rating_expression .emoji__face-mouth-upper {
  position: absolute;
  transition: background-color var(--trans-dur), box-shadow var(--trans-dur), color var(--trans-dur);
}
.rating_expression .emoji__face-right-eye,
.rating_expression .emoji__face-left-eye {
  background-color: var(--white);
  border-radius: 50%;
  top: 0.75em;
  width: 0.6em;
  height: 0.6em;
}
.rating_expression .emoji__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;
}
.rating_expression .emoji__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;
}
.rating_expression .emoji__face-mouth-lower,
.rating_expression .emoji__face-mouth-upper {
  color: var(--white);
  top: 1.75em;
  left: 0.75em;
  width: 1.5em;
  height: 0.75em;
}
.rating_expression .emoji__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;
}
.rating_expression .emoji__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;
}
.rating_expression .emoji__label {
  display: block;
  margin-bottom: 45px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: var(--chart-text-color);
}
.rating_expression .emoji__input {
  background-color: #cccccc;
  background-image: linear-gradient(hsl(var(--input-hue), 90%, 46%), hsl(var(--input-hue), 90%, 46%));
  background-size: var(--percent) 100%;
  background-repeat: no-repeat;
  border-radius: 0.25em;
  display: block;
  margin: auto;
  width: 30%;
  max-width: 50%;
  height: 4px;
  transition: background-color var(--trans-dur);
  appearance: none;
  -webkit-tap-highlight-color: transparent;
}
.rating_expression .emoji__input:focus {
  outline: transparent;
}
.rating_expression .emoji__input::-webkit-slider-thumb {
  background-color: var(--white);
  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;
}
.rating_expression .emoji__input:focus::-webkit-slider-thumb,
.rating_expression .emoji__input::-webkit-slider-thumb:hover {
  background-color: var(--lt-gray);
}
.rating_expression .emoji__input::-moz-range-thumb {
  background-color: var(--white);
  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;
}
.rating_expression .emoji__input:focus::-moz-range-thumb,
.rating_expression .emoji__input::-moz-range-thumb:hover {
  background-color: var(--lt-gray);
}
@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;
  }
}
.rating_expression .emoji_slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  background: var(--chart-text-color);
  cursor: pointer;
}
.rating_expression .emoji_slider::-moz-range-thumb {
  width: 12px;
  height: 12px;
  background: var(--chart-text-color);
  cursor: pointer;
}

.reset-rating {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  position: relative;
  gap: 15px;
  margin-bottom: 16px;
}
.reset-rating > input {
  display: none;
}
.reset-rating > input:checked ~ label {
  color: #ffb829;
}
.reset-rating > input:checked ~ label ~ label {
  color: #ffb829;
}
.reset-rating > input:not(:checked) ~ label:hover {
  color: #ffb829;
}
.reset-rating > input:not(:checked) ~ label:hover ~ label {
  color: #ffb829;
}
.reset-rating > label {
  cursor: pointer;
  font-size: 35px;
  color: #cccccc;
  margin-top: auto;
  transition: 0.3s;
  margin: 0;
}

.ratingCard {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}

.reset-btn {
  cursor: pointer;
}

.half-star-rating .starrate {
  color: #cccccc;
  cursor: pointer;
  text-align: center;
}
.half-star-rating .starrate .ctrl {
  position: absolute;
  z-index: 2;
}
.half-star-rating .starrate i {
  font-size: 35px;
  color: #ffb829;
}
.half-star-rating .starrate.saved {
  margin-bottom: 4px;
}
.half-star-rating .rating-result {
  font-size: 20px;
  text-align: center;
  color: var(--body-font-color);
}

/**=====================
   3.52 Rating CSS Ends
==========================**/
/**=====================
    3.53 Social-app CSS start
==========================**/
.user-profile .hovercard .socialheader {
  background: url(../images/social-app/social-image.png);
}
.user-profile .hovercard .user-image .share-icons {
  position: absolute;
  right: 100px;
  top: -30px;
}
.user-profile .hovercard .user-image .share-icons li {
  display: inline-block;
  margin-right: 10px;
}
.user-profile .hovercard .user-image .share-icons li .social-icon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  border-radius: 100%;
}
.user-profile .hovercard .user-image .share-icons li .social-icon i {
  color: #fff;
  font-size: 25px;
}
.user-profile .hovercard .user-image .share-icons li:last-child {
  margin-right: 0;
}
.user-profile .card-footer > div h3 {
  font-size: 16px;
}

.market-tabs .border-tab.nav-tabs .nav-item .nav-link.active {
  border-bottom: none !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: 500;
}

.tabs-scoial {
  border-bottom: none;
  margin-bottom: 20px !important;
  margin-top: 20px;
}
.tabs-scoial li a {
  font-weight: 600;
}
.tabs-scoial li a svg circle {
  color: #999999;
}

.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: #999999;
}
.social-list .d-flex .flex-grow-1 span {
  font-weight: 600;
}
.social-list .d-flex .flex-grow-1:hover a {
  color: var(--theme-default);
}

.photos {
  margin-bottom: -15px;
}
.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 svg circle {
  color: #999999;
}

.like-content span i {
  font-size: 14px;
}

.timeline-content p {
  margin-top: 30px;
  color: rgba(82, 82, 108, 0.6);
}
.timeline-content .comment-number i {
  color: #999999;
  margin: 0 6px;
}
.timeline-content .comment-number + .comment-number {
  padding-right: 12px;
}
.timeline-content .comments-box {
  margin-top: 30px;
}
.timeline-content .comments-box .input-group {
  margin-top: 6px;
  background-color: rgba(239, 239, 239, 0.4);
}
.timeline-content .comments-box .input-group .input-txt-bx {
  background-color: rgba(239, 239, 239, 0.1);
  border: none;
}
.timeline-content .comments-box .input-group .input-txt-bx::placeholder {
  color: #52526c;
}
.timeline-content .comments-box .input-group .input-group-append .btn:active {
  border-color: transparent;
}
.timeline-content .comments-box .input-group .input-group-append .btn i {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  display: flex;
  color: #999999;
}

.social-chat {
  margin-top: 30px;
}
.social-chat span span {
  font-weight: normal;
  color: rgba(82, 82, 108, 0.6);
  font-size: 12px;
}
.social-chat .flex-grow-1 {
  padding: 20px;
  border: 1px solid rgba(82, 82, 108, 0.2);
  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 #59667a;
}
.social-chat .flex-grow-1:after {
  content: "";
  position: absolute;
  top: 19px;
  right: 100%;
  border: 7px solid transparent;
  border-right: 7px solid #fff;
}
.social-chat .your-msg,
.social-chat .other-msg {
  margin-bottom: 30px;
}
.social-chat .other-msg {
  margin-left: 40px;
}

.socialprofile span {
  color: #999999;
}
.socialprofile .social-btngroup {
  margin: 30px 0;
}
.socialprofile .likes-profile h5 span {
  color: #404040;
}
.socialprofile .social-group {
  margin-top: 30px;
}
.socialprofile .social-group ul li:nth-child(4) {
  margin-left: -22px;
}

.social-status form .form-group .form-control-social {
  border: 1px solid #f4f4f4;
  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: #fff;
  bottom: 0;
  left: 35px;
  border-radius: 100%;
}
.social-status .d-flex .social-online {
  border: 3px solid #65c15c;
}
.social-status .d-flex .social-busy {
  border: 3px solid #ffb829;
}
.social-status .d-flex .social-offline {
  border: 3px solid #59667a;
}
.social-status .d-flex .flex-grow-1 p {
  color: rgba(82, 82, 108, 0.6);
  margin-bottom: 5px;
}
.social-status .d-flex .flex-grow-1 span + span {
  color: rgba(82, 82, 108, 0.6);
}
.social-status .d-flex .flex-grow-1 .light-span {
  color: rgba(82, 82, 108, 0.6);
}

.social-header h5 span:first-child {
  line-height: 1.48;
}
.social-header h5 span svg circle {
  color: #999999;
}

.details-about + .details-about {
  margin-top: 30px;
}
.details-about .your-details p {
  color: rgba(82, 82, 108, 0.6);
}

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

.social-app-profile .tab-pane .social-details .social-follow li span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.social-app-profile .tab-pane .faq-accordion .card-header .btn,
.social-app-profile .tab-pane .job-accordion .card-header .btn {
  font-size: 16px;
  font-weight: 600;
}
.social-app-profile .tab-pane .faq-accordion .filter-cards-view .page-notification .flex-grow-1 span,
.social-app-profile .tab-pane .job-accordion .filter-cards-view .page-notification .flex-grow-1 span {
  font-size: 13px;
}
.social-app-profile .tab-pane .faq-accordion .filter-cards-view .flex-grow-1 span,
.social-app-profile .tab-pane .job-accordion .filter-cards-view .flex-grow-1 span {
  font-size: 14px;
  font-weight: 500;
}
.social-app-profile .tab-pane .job-accordion .filter-cards-view span {
  font-weight: 500;
  font-size: 14px;
}
.social-app-profile .tab-pane .job-accordion .filter-cards-view p {
  color: rgba(64, 64, 64, 0.9);
}

@media (min-width: 320px) and (max-width: 1660px) {
  .social-app-profile .order-xxl-i {
    order: 1;
  }
  .social-app-profile .order-xxl-ii {
    order: 2;
  }
  .social-app-profile .order-xxl-iii {
    order: 3;
  }
  .social-app-profile .order-xxl-iv {
    order: 4;
  }
  .social-app-profile .order-xxl-v {
    order: 5;
  }
  .social-app-profile .order-xxl-vi {
    order: 5;
  }
  .social-app-profile .order-xxl-vii {
    order: 6;
  }
}
/**=====================
    3.53 Social-app CSS end
==========================**/
/**=====================
    3.54 Scroll-spy CSS start
==========================**/
.main-scrollspy .nav-pills .nav-link {
  color: var(--chart-text-color);
  font-weight: 500;
}
.main-scrollspy .nav-pills .nav-link.active {
  color: #fff !important;
}
.main-scrollspy h6,
.main-scrollspy h5 {
  margin-bottom: 10px;
  color: var(--body-font-color);
}
.main-scrollspy p:not(.f-m-light) {
  color: #6C757D;
}
@media (max-width: 480px) {
  .main-scrollspy .navbar-scrollspy .navbar-brand img {
    height: 34px;
  }
}
.main-scrollspy .navbar-scrollspy .bg-body-tertiary {
  justify-content: space-between;
  background-color: var(--light-background) !important;
}
@media (max-width: 606px) {
  .main-scrollspy .navbar-scrollspy .bg-body-tertiary {
    gap: 8px;
  }
}
.main-scrollspy .navbar-scrollspy .nav-pills {
  align-items: center;
  gap: 8px;
}
.main-scrollspy .navbar-scrollspy .nav-pills .nav-item.dropdown .dropdown-toggle {
  width: 120px;
  border-radius: 6px;
  padding: 8px 16px;
}
@media (max-width: 480px) {
  .main-scrollspy .navbar-scrollspy .nav-pills .nav-item.dropdown .dropdown-toggle {
    width: 100%;
  }
}
.main-scrollspy .navbar-scrollspy .nav-pills .nav-item.dropdown .dropdown-toggle::after {
  font-size: 14px;
}
[dir=rtl] .main-scrollspy .navbar-scrollspy .nav-pills .nav-item.dropdown .dropdown-toggle {
  text-align: right;
}
[dir=rtl] .main-scrollspy .navbar-scrollspy .nav-pills .nav-item.dropdown .dropdown-toggle::after {
  left: 10px;
  right: unset;
}
.main-scrollspy .navbar-scrollspy .nav-pills .nav-item.dropdown .dropdown-menu li .dropdown-item {
  opacity: 1;
  border: unset;
  color: var(--chart-text-color);
}
.main-scrollspy .navbar-scrollspy .nav-pills .nav-item.dropdown .dropdown-menu li .dropdown-item.active, .main-scrollspy .navbar-scrollspy .nav-pills .nav-item.dropdown .dropdown-menu li .dropdown-item:hover {
  background-color: rgba(115, 102, 255, 0.09);
  color: var(--theme-default);
}
.main-scrollspy .navbar-scrollspy .scrollspy-example {
  height: 200px;
  overflow-y: auto;
  scroll-behavior: smooth;
  background-color: var(--light-background) !important;
}
@media (max-width: 991px) {
  .main-scrollspy .nested-scrollspy .common-align {
    flex-direction: column;
  }
}
.main-scrollspy .nested-scrollspy .nested-scrollspy-menu {
  background-color: var(--light-background) !important;
}
.main-scrollspy .nested-scrollspy .nested-scrollspy-menu .nav-pills:first-child {
  padding: 22px 16px;
}
.main-scrollspy .nested-scrollspy .scrollspy-example-2 {
  height: 300px;
  overflow-y: auto;
  scroll-behavior: smooth;
}
@media (max-width: 1199px) and (min-width: 576px) {
  .main-scrollspy .nested-scrollspy .scrollspy-example-2 {
    height: 344px;
  }
}
@media (max-width: 575px) {
  .main-scrollspy .nested-scrollspy .scrollspy-example-2 {
    height: 185px;
  }
}
.main-scrollspy .nested-scrollspy .scrollspy-example-2 p {
  margin-bottom: 16px;
}
.main-scrollspy .nested-scrollspy .scrollspy-example-2 svg {
  width: 120px;
  height: 150px;
}
@media (max-width: 1399px) and (min-width: 576px) {
  .main-scrollspy .nested-scrollspy .scrollspy-example-2 svg {
    width: 88px;
    height: 88px;
  }
}
@media (max-width: 575px) {
  .main-scrollspy .nested-scrollspy .scrollspy-example-2 svg {
    width: 80px;
    height: 80px;
  }
}
.main-scrollspy .scrollspy-example-3 {
  height: 180px;
  overflow-y: auto;
  scroll-behavior: smooth;
}
.main-scrollspy .custom-scrollspy-section .common-p-space {
  padding: 18px 0;
}
.main-scrollspy .custom-scrollspy-section .common-p-space:last-child {
  padding-bottom: 0;
}
.main-scrollspy .custom-scrollspy-section .nav-pills .nav-link {
  position: relative;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  text-align: center;
  padding: 12px 16px;
}
.main-scrollspy .custom-scrollspy-section .nav-pills .nav-link.active .custom-arrow {
  display: block;
  position: absolute;
  content: "";
  border-left: 8px solid var(--theme-default);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 50%;
  transform: translate(-50%, -50%);
  right: -12px;
  transition: all 0.2s ease-in-out;
}
[dir=rtl] .main-scrollspy .custom-scrollspy-section .nav-pills .nav-link.active .custom-arrow {
  right: unset;
  left: -4px;
  border-left: unset;
  border-right: 8px solid var(--theme-default);
}
.main-scrollspy .custom-scrollspy-section .main-project .attendance-card .left-overview-content .svg-box {
  width: calc(80px + 20 * (100vw - 320px) / 1600);
  height: calc(80px + 20 * (100vw - 320px) / 1600);
  padding: 6px;
}
.main-scrollspy .custom-scrollspy-section .main-project .attendance-card .left-overview-content .svg-box svg {
  width: calc(65px + 55 * (100vw - 320px) / 1600);
  height: calc(65px + 85 * (100vw - 320px) / 1600);
}
.main-scrollspy .custom-scrollspy-section .main-project .attendance-card .right-overview-content > div h6 {
  padding-bottom: 0;
}
@media (max-width: 575px) {
  .main-scrollspy .custom-scrollspy-section .main-project .attendance-card .right-overview-content .marks-count i {
    font-size: 12px;
  }
}
.main-scrollspy .custom-scrollspy-section .scrollspy-example-5 {
  height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
.main-scrollspy .custom-scrollspy-section .scrollspy-example-5 img {
  height: calc(85px + 65 * (100vw - 320px) / 1600);
}
.main-scrollspy .custom-scrollspy-section .scrollspy-example-5 .about-box > div svg {
  width: 13px;
  height: 13px;
  vertical-align: middle;
  fill: #fff;
}
.main-scrollspy .custom-scrollspy-section .scrollspy-example-5 span {
  color: #6C757D;
}
.main-scrollspy .experience-section h6 {
  font-weight: 400;
  color: #52526c;
}
.main-scrollspy .experience-section .progress {
  margin-bottom: calc(6px + 10 * (100vw - 320px) / 1600);
}
.main-scrollspy .experience-section .progress:last-child {
  margin-bottom: 0;
}
.main-scrollspy .experience-section .progress .progress-bar {
  background-color: var(--theme-default);
  color: #fff;
}

/**=====================
    3.54 Scroll-spy CSS ends
==========================**/
/**=====================
    3.55 Sweet-alert CSS Start
==========================**/
.swal2-container .swal2-image {
  width: calc(70px + 50 * (100vw - 320px) / 1600) !important;
  height: calc(70px + 50 * (100vw - 320px) / 1600) !important;
  margin-bottom: 0;
}
.swal2-container .swal2-html-container {
  font-size: 16px;
  margin-top: 8px;
}
.swal2-container .swal2-input {
  cursor: pointer;
}
.swal2-container .swal2-input:focus, .swal2-container .swal2-input:focus-visible {
  box-shadow: unset;
  border-color: var(--chart-dashed-border);
}
.swal2-container .swal2-title {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.swal2-container .swal2-question {
  border-color: #40b8f5;
  color: #40b8f5;
}
.swal2-container .swal2-actions {
  gap: 12px;
}
.swal2-container .swal2-actions .swal2-confirm {
  background-color: var(--theme-default) !important;
}
.swal2-container .swal2-actions .swal2-confirm:hover {
  background-color: var(--theme-default) !important;
}
.swal2-container .swal2-actions .swal2-confirm.btn.btn-success {
  background-color: #65c15c !important;
  color: var(--white);
}
.swal2-container .swal2-actions .swal2-deny {
  background-color: #fc564a !important;
}
.swal2-container .swal2-actions .swal2-cancel {
  background-color: #898989;
  color: #fff;
}
.swal2-container .swal2-close {
  color: #8F8F8F;
}
.swal2-container .swal2-error {
  border-color: #fc564a;
  color: #fc564a;
}
.swal2-container .swal2-error .swal2-x-mark span {
  background-color: #fc564a;
}
.swal2-container .swal2-warning {
  border-color: #ffb829;
  color: #ffb829;
}
.swal2-container .swal2-warning .swal2-icon-content {
  color: #ffb829;
}
.swal2-container div:where(.swal2-icon).swal2-success .swal2-success-ring {
  border: 2px solid rgba(101, 193, 92, 0.3);
}
.swal2-container div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
  background-color: #65c15c;
}
.swal2-container div:where(.swal2-icon).swal2-info {
  border-color: #40b8f5 !important;
  color: #40b8f5 !important;
}
.swal2-container .swal2-loader {
  border-color: #8F8F8F rgba(0, 0, 0, 0) #8F8F8F rgba(0, 0, 0, 0);
}
.swal2-container button {
  font-size: 14px !important;
  padding: 6px 28px;
  font-weight: 400;
  color: var(--theme-default);
  margin: 0;
}
.swal2-container button.swal2-close {
  font-size: 40px !important;
}
.swal2-container button.swal2-close:focus, .swal2-container button.swal2-close:hover {
  box-shadow: unset;
}
.swal2-container .swal2-wrapper {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.swal2-container .swal2-wrapper .swal2-select {
  padding: 0 !important;
}
.swal2-container .swal2-wrapper .swal2-select label {
  font-size: 16px !important;
}
.swal2-container .swal2-wrapper .swal2-select .swal2-input {
  border: 1px solid var(--recent-dashed-border);
  border-radius: 5px;
  font-size: 16px;
  color: #75758a;
}
.swal2-container .swal2-wrapper .swal2-select .swal2-input option {
  font-size: 14px;
}
.swal2-container .swal2-wrapper label {
  margin: 0;
  margin-bottom: 6px;
}
.swal2-container .swal2-wrapper .swal2-input {
  margin: 0;
}
.swal2-container .swal2-wrapper .swal2-input:focus {
  box-shadow: unset;
  border-color: var(--recent-dashed-border);
}
.swal2-container .swal2-wrapper .form-check-input:focus {
  box-shadow: unset;
  border-color: var(--recent-dashed-border);
}
.swal2-container .swal2-wrapper .swal2-genders {
  display: flex;
  gap: calc(12px + 38 * (100vw - 320px) / 1600);
  margin: 18px 0;
}
.swal2-container .swal2-wrapper .swal2-radio-group,
.swal2-container .swal2-wrapper .swal2-checkbox {
  display: flex;
  gap: 8px;
}
.swal2-container .swal2-wrapper .form-control,
.swal2-container .swal2-wrapper .form-select {
  border-color: #cccccc;
}

div:where(.swal2-container) button:where(.swal2-close):hover {
  color: var(--theme-default) !important;
}

/**=====================
    3.55 Sweet-alert CSS ends
==========================**/
/**=====================
   3.56 Sellers CSS Start
==========================**/
.seller-wrapper .basic-wizard .stepper-horizontal .step .step-title {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  width: calc(78px + 102 * (100vw - 320px) / 1600);
}
.seller-wrapper .basic-wizard .stepper-horizontal .step .product-date input {
  font-size: 14px;
}
.seller-wrapper .card-header {
  border-radius: 15px;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 575px) {
  .seller-wrapper .card-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.seller-wrapper .common-f-start {
  gap: calc(14px + 6 * (100vw - 320px) / 1600);
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .seller-wrapper .common-f-start {
    flex-direction: column;
    align-items: flex-start;
  }
}
.seller-wrapper .common-f-start .seller-filter {
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.5s ease-in-out;
  left: 0;
  position: relative;
}
[dir=rtl] .seller-wrapper .common-f-start .seller-filter {
  left: unset;
  right: 0;
}
.seller-wrapper .common-f-start .seller-filter::after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: -1px;
  left: 0;
  background-color: var(--theme-default);
  opacity: 0.3;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
[dir=rtl] .seller-wrapper .common-f-start .seller-filter::after {
  left: unset;
  right: 0;
}
.seller-wrapper .common-f-start .seller-filter:hover, .seller-wrapper .common-f-start .seller-filter:active, .seller-wrapper .common-f-start .seller-filter.active {
  color: var(--theme-default);
  transition: all 0.5s ease-in-out;
}
.seller-wrapper .common-f-start .seller-filter:hover::after, .seller-wrapper .common-f-start .seller-filter:active::after, .seller-wrapper .common-f-start .seller-filter.active::after {
  width: 50%;
}
.seller-wrapper .right-vendor {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
@media (max-width: 1422px) {
  .seller-wrapper .right-vendor {
    justify-content: flex-start;
  }
}
.seller-wrapper .right-vendor .input-group {
  width: 60%;
}
@media (max-width: 445px) {
  .seller-wrapper .right-vendor .input-group {
    width: 100%;
  }
}
.seller-wrapper .right-vendor .input-group svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 445px) {
  .seller-wrapper .right-vendor .btn {
    margin-left: auto;
  }
  [dir=rtl] .seller-wrapper .right-vendor .btn {
    margin-left: unset;
    margin-right: auto;
  }
}
.seller-wrapper .basic-wizard .custom-input .form-control[type=file] {
  color: #6C757D;
}
.seller-wrapper .basic-wizard .custom-input .form-control[type=file]::file-selector-button {
  color: #6C757D;
}
.seller-wrapper .basic-wizard .custom-input .flatpicker-calender .form-control {
  color: #6C757D;
}
.seller-wrapper .basic-wizard .stepper-horizontal .step .step-bar-left {
  border-color: #cccccc;
  height: 0.125rem;
  border-width: 0.0625rem 0;
}
.seller-wrapper .basic-wizard .stepper-horizontal .step .step-bar-right {
  border-width: 0.0625rem 0;
  height: 0.125rem;
}
.seller-wrapper .basic-wizard .stepper-horizontal .step-circle {
  font-weight: 500;
}
.seller-wrapper .basic-wizard .stepper-horizontal .step-circle span {
  line-height: 1;
  font-weight: 400;
  font-size: 0.875rem;
}
.seller-wrapper .basic-wizard .wizard-footer {
  margin-top: 1rem;
}
.seller-wrapper .basic-wizard .wizard-footer [class*=button-light-]:disabled {
  border-color: transparent;
  color: #52526c;
  opacity: 1;
}
.seller-wrapper .modal .modal-body .form-select {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--lighter-gray);
}
.seller-wrapper .form-check .form-check-input:checked {
  background-color: var(--theme-default);
}
.seller-wrapper .form-check .form-check-input:valid {
  border-color: var(--theme-default);
}
.seller-wrapper .form-check .form-check-input:valid ~ .form-check-label {
  color: #242934;
}

.seller-cards {
  display: grid;
  place-content: center;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1660px) and (min-width: 1400px) {
  .seller-cards {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 1399px) and (min-width: 890px) {
  .seller-cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 889px) and (min-width: 620px) {
  .seller-cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 619px) {
  .seller-cards {
    grid-template-columns: 1fr;
  }
}
.seller-cards .seller-box {
  border-radius: 15px;
  padding: 20px;
  background: var(--white);
}
.seller-cards .seller-box > div {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}
.seller-cards .seller-box .seller-profits li {
  padding-block: 6px;
}
.seller-cards .seller-box .seller-profits li:first-child {
  padding-top: 0;
}
.seller-cards .seller-box .seller-profits li:last-child {
  padding-bottom: 0;
}
.seller-cards .seller-box .seller-profits li .common-space {
  position: relative;
  z-index: 0;
}
.seller-cards .seller-box .seller-profits li .common-space::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  border-top: 1px dashed var(--chart-dashed-border);
  z-index: -1;
}
.seller-cards .seller-box .seller-profits li .common-space span {
  background-color: var(--white);
}
.seller-cards .seller-box .seller-profits li .common-space span:first-child {
  padding-right: 6px;
}
[dir=rtl] .seller-cards .seller-box .seller-profits li .common-space span:first-child {
  padding-right: unset;
  padding-left: 6px;
}
.seller-cards .seller-box .seller-profits li .common-space span:last-child {
  font-weight: 500;
  padding-left: 6px;
}
[dir=rtl] .seller-cards .seller-box .seller-profits li .common-space span:last-child {
  padding-left: unset;
  padding-right: 6px;
}
.seller-cards .seller-box svg {
  width: calc(28px + 6 * (100vw - 320px) / 1600);
  height: calc(28px + 6 * (100vw - 320px) / 1600);
}
.seller-cards .seller-box .btn {
  width: 100%;
  margin-top: 22px;
}
.seller-cards .hide {
  animation: hide 0.3s ease 0s 1 normal forwards;
  transform-origin: center;
}
.seller-cards .show {
  animation: show 0.3s ease 0s 1 normal forwards;
  transform-origin: center;
}
@keyframes hide {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
    width: 0;
    height: 0;
    margin: 0;
  }
}
@keyframes show {
  0% {
    transform: scale(0);
    width: 0;
    height: 0;
    margin: 0;
  }
  100% {
    transform: scale(1);
  }
}

.review-box .seller-profile .accordion-button {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  color: #242934;
  font-weight: 500;
  letter-spacing: 0.2px;
  background-color: rgba(82, 82, 108, 0.1);
}
.review-box .seller-profile .accordion-button.collapsed {
  background-color: transparent;
}
.review-box .seller-profile .accordion-item {
  margin-bottom: 12px;
}
.review-box .seller-profile .accordion-item .accordion-header .accordion-button::after {
  background-image: var(--bs-accordion-btn-icon);
  background-size: 16px;
}
.review-box .seller-profile .accordion-item .accordion-body .common-space,
.review-box .seller-profile .accordion-item .accordion-body .common-f-start {
  gap: 10px;
}
.review-box .seller-profile .accordion-item .accordion-body .common-space h5,
.review-box .seller-profile .accordion-item .accordion-body .common-f-start h5 {
  font-size: calc(16px + 1 * (100vw - 320px) / 1600);
}
.review-box .seller-profile .accordion-item .accordion-body .common-space i,
.review-box .seller-profile .accordion-item .accordion-body .common-f-start i {
  font-size: 16px;
}
.review-box .seller-profile .accordion-item .accordion-body .common-space svg,
.review-box .seller-profile .accordion-item .accordion-body .common-f-start svg {
  width: calc(28px + 12 * (100vw - 320px) / 1600);
  height: calc(28px + 12 * (100vw - 320px) / 1600);
}
.review-box .seller-profile .accordion-item .accordion-body .seller-details {
  margin-top: 20px;
}
.review-box .seller-profile .accordion-item .accordion-body .seller-details li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  gap: 4px;
  flex-wrap: wrap;
}
@media (max-width: 340px) {
  .review-box .seller-profile .accordion-item .accordion-body .seller-details li {
    display: block;
    border-bottom: 1px dashed var(--recent-dashed-border);
    margin-bottom: 12px;
  }
}
.review-box .seller-profile .accordion-item .accordion-body .seller-details li > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.review-box .seller-profile .accordion-item .accordion-body .seller-details li > div i {
  font-size: 14px;
  color: rgba(64, 64, 64, 0.8);
}
.review-box .seller-profile .accordion-item .accordion-body .seller-details li > div h6 {
  color: #404040;
  font-size: 15px;
  font-weight: 400;
}
.review-box .seller-profile .accordion-item .accordion-body .notification-wrapper {
  padding-bottom: 16px;
}
.review-box .seller-profile .accordion-item .accordion-body .notification-wrapper .form-check-label {
  letter-spacing: 0.3px;
}
.review-box .seller-profile .accordion-item .accordion-body .checkbox-wrapper li {
  width: calc(38px + 7 * (100vw - 320px) / 1600);
  height: calc(38px + 7 * (100vw - 320px) / 1600);
  max-width: 45px;
  background-color: rgba(82, 82, 108, 0.1);
  display: grid;
  place-items: center;
}
.review-box .seller-profile .accordion-item .accordion-body .checkbox-wrapper li .form-check-input {
  background-image: unset;
  z-index: 0;
  transition: all 0.2s ease-in-out;
}
.review-box .seller-profile .accordion-item .accordion-body .checkbox-wrapper li .form-check-input:checked {
  background-color: #e8e5ff;
}
.review-box .seller-profile .accordion-item .accordion-body .checkbox-wrapper li .form-check-input:checked ~ .form-check-label i {
  transform: scale(1.2);
  transition: all 0.2s ease-in-out;
  color: var(--theme-default);
}
.review-box .seller-profile .accordion-item .accordion-body .checkbox-wrapper li .form-check-label {
  z-index: 1;
}
.review-box .seller-profile .accordion-item .accordion-body .checkbox-wrapper li .form-check-label i {
  padding-right: 0;
  color: #52526c;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
[dir=rtl] .review-box .seller-profile .accordion-item .accordion-body .checkbox-wrapper li .form-check-label i {
  padding-right: unset;
  padding-left: 0;
}
.review-box .seller-profile .accordion-item .accordion-body .policies-wrapper li {
  padding-bottom: 16px;
}
.review-box .seller-profile .accordion-item .accordion-body .policies-wrapper li label {
  font-weight: 500;
  color: #52526c;
}
.review-box .seller-profile .accordion-item .accordion-body .policies-wrapper li p {
  letter-spacing: 0.2px;
  margin: 0;
  color: #6C757D;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.review-box .seller-profile .accordion-item .accordion-body .policies-wrapper li a {
  color: var(--theme-default);
  text-decoration: unset;
}
.review-box .seller-profile .accordion-item .accordion-body .policies-wrapper li a:hover {
  text-decoration: underline;
}
.review-box .seller-profile .accordion-item .accordion-body .policies-wrapper li .ql-tooltip {
  visibility: hidden;
}
.review-box .seller-profile .product-reviews .review-people .review-list {
  max-height: 295px;
}
.review-box .seller-profile .product-reviews .review-people .review-list li {
  background-color: var(--light-background);
  padding: 16px 20px;
  border-radius: 10px;
}
.review-box .seller-profile .product-reviews .review-people .review-list li .people-box {
  background: unset;
  padding: 0;
  border-radius: 0;
}
.review-box .seller-profile .product-reviews .review-people .review-list li .people-box .people-name {
  flex-wrap: wrap;
  gap: 0;
}
.review-box .seller-profile .product-reviews .review-people .review-list li .people-box .people-name .date-time {
  flex-wrap: wrap;
  gap: 4px;
}
.review-box .seller-profile .product-reviews .review-people .review-list li > p {
  margin: calc(8px + 4 * (100vw - 320px) / 1600) 0 0 0;
  line-height: 1.6;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.seller-details-table .recent-table div.dt-container .dt-layout-row .dt-search {
  top: 26px;
  right: 214px;
}
@media (max-width: 767px) {
  .seller-details-table .recent-table div.dt-container .dt-layout-row .dt-search {
    position: relative;
    top: 4px;
    left: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .seller-details-table .recent-table div.dt-container .dt-layout-row .dt-search {
    top: 0px;
  }
}
.seller-details-table .recent-table div.dt-container .dt-layout-row .dt-search .dt-input {
  width: auto;
}
.seller-details-table .recent-table div.dt-container .dt-layout-row .dt-length {
  top: 25px;
}
.seller-details-table .recent-table .table thead tr th,
.seller-details-table .recent-table .table thead tr td,
.seller-details-table .recent-table .table tbody tr th,
.seller-details-table .recent-table .table tbody tr td {
  color: var(--body-font-color);
  min-width: auto;
}
.seller-details-table .recent-table .table thead tr th:first-child,
.seller-details-table .recent-table .table thead tr td:first-child,
.seller-details-table .recent-table .table tbody tr th:first-child,
.seller-details-table .recent-table .table tbody tr td:first-child {
  padding-left: 20px;
}
.seller-details-table .recent-table .table thead tr th:last-child,
.seller-details-table .recent-table .table thead tr td:last-child,
.seller-details-table .recent-table .table tbody tr th:last-child,
.seller-details-table .recent-table .table tbody tr td:last-child {
  padding-right: 20px;
}
@media (max-width: 1199px) {
  .seller-details-table .recent-table .table thead tr th:nth-child(6),
  .seller-details-table .recent-table .table thead tr td:nth-child(6),
  .seller-details-table .recent-table .table tbody tr th:nth-child(6),
  .seller-details-table .recent-table .table tbody tr td:nth-child(6) {
    min-width: 98px;
  }
}
.seller-details-table .recent-table .table thead tr th .badge,
.seller-details-table .recent-table .table thead tr td .badge,
.seller-details-table .recent-table .table tbody tr th .badge,
.seller-details-table .recent-table .table tbody tr td .badge {
  font-size: 12px;
  padding: 6px 12px;
}
.seller-details-table .recent-table .table thead tr th .product-names p,
.seller-details-table .recent-table .table thead tr td .product-names p,
.seller-details-table .recent-table .table tbody tr th .product-names p,
.seller-details-table .recent-table .table tbody tr td .product-names p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 160px;
  min-width: 228px;
  max-width: 228px;
}
.seller-details-table .recent-table .table thead tr th .product-action,
.seller-details-table .recent-table .table thead tr td .product-action,
.seller-details-table .recent-table .table tbody tr th .product-action,
.seller-details-table .recent-table .table tbody tr td .product-action {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.seller-details-table .recent-table .table thead tr th .product-action .square-white,
.seller-details-table .recent-table .table thead tr td .product-action .square-white,
.seller-details-table .recent-table .table tbody tr th .product-action .square-white,
.seller-details-table .recent-table .table tbody tr td .product-action .square-white {
  width: 34px;
  height: 34px;
  border-radius: 2px;
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 28px 6px rgba(235, 235, 235, 0.4);
}
.seller-details-table .recent-table .table thead tr th .product-action .square-white svg,
.seller-details-table .recent-table .table thead tr td .product-action .square-white svg,
.seller-details-table .recent-table .table tbody tr th .product-action .square-white svg,
.seller-details-table .recent-table .table tbody tr td .product-action .square-white svg {
  fill: rgba(82, 82, 108, 0.8);
  width: 16px;
  height: 16px;
}

.vendor-selling-table .recent-table div.dt-container .dt-layout-row .dt-search {
  right: 20px;
}
@media (max-width: 640px) {
  .vendor-selling-table .recent-table div.dt-container .dt-layout-row .dt-search {
    top: 4px;
  }
}
.vendor-selling-table .recent-table div.dt-container .dt-layout-row .dt-search .dt-input {
  width: auto;
}
.vendor-selling-table .recent-table div.dt-container .dt-layout-row .dt-length {
  top: 16px;
}
.vendor-selling-table .recent-table .table thead tr th,
.vendor-selling-table .recent-table .table thead tr td,
.vendor-selling-table .recent-table .table tbody tr th,
.vendor-selling-table .recent-table .table tbody tr td {
  color: var(--body-font-color);
  min-width: auto;
}
.vendor-selling-table .recent-table .table thead tr th:first-child,
.vendor-selling-table .recent-table .table thead tr td:first-child,
.vendor-selling-table .recent-table .table tbody tr th:first-child,
.vendor-selling-table .recent-table .table tbody tr td:first-child {
  padding-left: 20px;
}
.vendor-selling-table .recent-table .table thead tr th:last-child,
.vendor-selling-table .recent-table .table thead tr td:last-child,
.vendor-selling-table .recent-table .table tbody tr th:last-child,
.vendor-selling-table .recent-table .table tbody tr td:last-child {
  padding-right: 20px;
}
@media (max-width: 1199px) {
  .vendor-selling-table .recent-table .table thead tr th:last-child,
  .vendor-selling-table .recent-table .table thead tr td:last-child,
  .vendor-selling-table .recent-table .table tbody tr th:last-child,
  .vendor-selling-table .recent-table .table tbody tr td:last-child {
    min-width: 118px;
  }
}
.vendor-selling-table .recent-table .table thead tr th .product-names p,
.vendor-selling-table .recent-table .table thead tr td .product-names p,
.vendor-selling-table .recent-table .table tbody tr th .product-names p,
.vendor-selling-table .recent-table .table tbody tr td .product-names p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 160px;
  min-width: 228px;
  max-width: 228px;
}

.seller-order-table .recent-table div.dt-container .dt-layout-row .dt-search {
  right: 20px;
}
@media (max-width: 640px) {
  .seller-order-table .recent-table div.dt-container .dt-layout-row .dt-search {
    top: 4px;
  }
}
.seller-order-table .recent-table div.dt-container .dt-layout-row .dt-search .dt-input {
  width: auto;
}
.seller-order-table .recent-table div.dt-container .dt-layout-row .dt-length {
  top: 16px;
}
.seller-order-table .recent-table .table thead tr th,
.seller-order-table .recent-table .table thead tr td,
.seller-order-table .recent-table .table tbody tr th,
.seller-order-table .recent-table .table tbody tr td {
  color: var(--body-font-color);
  min-width: auto;
}
.seller-order-table .recent-table .table thead tr th:first-child,
.seller-order-table .recent-table .table thead tr td:first-child,
.seller-order-table .recent-table .table tbody tr th:first-child,
.seller-order-table .recent-table .table tbody tr td:first-child {
  padding-left: 20px;
}
.seller-order-table .recent-table .table thead tr th:last-child,
.seller-order-table .recent-table .table thead tr td:last-child,
.seller-order-table .recent-table .table tbody tr th:last-child,
.seller-order-table .recent-table .table tbody tr td:last-child {
  padding-right: 20px;
}
.seller-order-table .recent-table .table thead tr th a,
.seller-order-table .recent-table .table thead tr td a,
.seller-order-table .recent-table .table tbody tr th a,
.seller-order-table .recent-table .table tbody tr td a {
  color: #52526c;
}
.seller-order-table .recent-table .table thead tr th:nth-child(2) a,
.seller-order-table .recent-table .table thead tr td:nth-child(2) a,
.seller-order-table .recent-table .table tbody tr th:nth-child(2) a,
.seller-order-table .recent-table .table tbody tr td:nth-child(2) a {
  color: var(--theme-default) !important;
  font-weight: 500;
}
.seller-order-table .recent-table .table thead tr th:nth-child(4) img,
.seller-order-table .recent-table .table thead tr td:nth-child(4) img,
.seller-order-table .recent-table .table tbody tr th:nth-child(4) img,
.seller-order-table .recent-table .table tbody tr td:nth-child(4) img {
  height: 30px;
}
.seller-order-table .recent-table .table thead tr th:nth-child(4) a,
.seller-order-table .recent-table .table thead tr td:nth-child(4) a,
.seller-order-table .recent-table .table tbody tr th:nth-child(4) a,
.seller-order-table .recent-table .table tbody tr td:nth-child(4) a {
  color: #52526c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 160px;
  min-width: 120px;
  max-width: 120px;
}
.seller-order-table .recent-table .table thead tr th .badge,
.seller-order-table .recent-table .table thead tr td .badge,
.seller-order-table .recent-table .table tbody tr th .badge,
.seller-order-table .recent-table .table tbody tr td .badge {
  font-size: 12px;
  padding: 6px 12px;
}
@media (max-width: 1199px) {
  .seller-order-table .recent-table .table thead tr th:nth-child(2),
  .seller-order-table .recent-table .table thead tr td:nth-child(2),
  .seller-order-table .recent-table .table tbody tr th:nth-child(2),
  .seller-order-table .recent-table .table tbody tr td:nth-child(2) {
    min-width: 128px;
  }
  .seller-order-table .recent-table .table thead tr th:nth-child(3),
  .seller-order-table .recent-table .table thead tr td:nth-child(3),
  .seller-order-table .recent-table .table tbody tr th:nth-child(3),
  .seller-order-table .recent-table .table tbody tr td:nth-child(3) {
    min-width: 110px;
  }
  .seller-order-table .recent-table .table thead tr th:nth-child(4),
  .seller-order-table .recent-table .table thead tr td:nth-child(4),
  .seller-order-table .recent-table .table tbody tr th:nth-child(4),
  .seller-order-table .recent-table .table tbody tr td:nth-child(4) {
    min-width: 165px;
  }
  .seller-order-table .recent-table .table thead tr th:nth-child(5),
  .seller-order-table .recent-table .table thead tr td:nth-child(5),
  .seller-order-table .recent-table .table tbody tr th:nth-child(5),
  .seller-order-table .recent-table .table tbody tr td:nth-child(5) {
    min-width: 68px;
  }
  .seller-order-table .recent-table .table thead tr th:nth-child(6),
  .seller-order-table .recent-table .table thead tr td:nth-child(6),
  .seller-order-table .recent-table .table tbody tr th:nth-child(6),
  .seller-order-table .recent-table .table tbody tr td:nth-child(6) {
    min-width: 80px;
  }
}
.seller-order-table .recent-table .table tbody tr td:last-child {
  padding-left: 24px;
}

@media (max-width: 575px) {
  .seller-details-wrapper .heading-space .card-header .header-top {
    margin-left: 63px;
  }
}
@media (max-width: 400px) {
  .seller-details-wrapper .heading-space:nth-last-of-type(1) .card-header-right-icon {
    display: none;
  }
}
@media (min-width: 1661px) {
  .seller-details-wrapper .review-box .md-sidebar .email-left-aside .card {
    box-shadow: unset;
    background-color: transparent;
    border-radius: 0;
  }
  .seller-details-wrapper .review-box .md-sidebar .email-left-aside .card .card-body {
    padding: 0;
  }
}
@media (max-width: 1660px) {
  .seller-details-wrapper .review-box .md-sidebar .accordion .accordion-item {
    margin-bottom: 0;
  }
  .seller-details-wrapper .review-box .md-sidebar .md-sidebar-toggle {
    display: block;
    width: fit-content;
    text-transform: capitalize;
    margin-bottom: 20px;
  }
  .seller-details-wrapper .review-box .md-sidebar .md-sidebar-aside {
    position: absolute;
    top: 40px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    width: 360px;
    transition: all 0.2s ease;
  }
  .seller-details-wrapper .review-box .md-sidebar .md-sidebar-aside.open {
    opacity: 1;
    visibility: visible;
    transition: all 0.2s ease;
  }
}
@media (max-width: 1660px) and (max-width: 390px) {
  .seller-details-wrapper .review-box .md-sidebar .md-sidebar-aside {
    width: 300px;
  }
}
.seller-details-wrapper .widget-hover .card-body > div span {
  overflow: unset;
}
.seller-details-wrapper .widget-hover:hover svg {
  animation: tada 1.5s ease infinite;
}
.seller-details-wrapper .social-tabs .nav .frame-image svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 1660px) {
  .ord-xxl-1 {
    order: 1 !important;
  }
  .ord-xxl-2 {
    order: 2 !important;
  }
  .ord-xxl-3 {
    order: 3 !important;
  }
}
/**=====================
   3.56 Sellers CSS End
==========================**/
/**=====================
    3.57 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 .task_title_0 {
  color: #404040;
}
.taskadd table tr td .task_desc_0 {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.taskadd table tr td:first-child {
  padding-left: 20px;
}
.taskadd table tr td:last-child {
  padding-right: 20px;
}
.taskadd table tr td:last-child a {
  width: 25px;
  height: 25px;
  border-radius: 3px;
  background-color: #ffe8e6;
  display: grid;
  place-items: center;
}
.taskadd table tr td:last-child a svg {
  color: #fc564a;
}
.taskadd table tr td svg {
  width: 18px;
  height: 18px;
  color: #59667a;
}
.taskadd table tr:first-child td {
  padding-top: 20px;
}
.taskadd table tr:last-child td {
  padding-bottom: 20px;
  border-bottom: unset;
}

@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 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;
  }
}
.main-tasks .bootstrap-select .dropdown-toggle {
  border-color: rgba(82, 82, 108, 0.1) !important;
}
.main-tasks .bootstrap-select .dropdown-menu .dropdown-item {
  opacity: 1;
  color: rgba(82, 82, 108, 0.6) !important;
}
.main-tasks .bootstrap-select .no-results {
  font-size: 14px;
  margin: 0;
  padding: 0 12px;
}

/**=====================
  3.57 Task CSS Ends
==========================**/
/**=====================
    3.58 Timeline-v CSS Start
==========================**/
.timeline-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
}

.activity .d-flex {
  margin-bottom: 30px;
}
.activity .d-flex:last-child {
  margin-bottom: 0;
}
.activity .d-flex .flex-grow-1 h6 {
  font-weight: 600;
  margin-bottom: 30px;
}
.activity .d-flex .flex-grow-1 h6 span {
  font-weight: normal;
  color: #999999;
}
.activity .d-flex .flex-grow-1 p {
  width: 80%;
}

@media only screen and (max-width: 1169px) {
  .landing-main #cd-timeline::before {
    left: -39px;
  }
}
.main-timeline ul::before {
  left: 5px;
}
[dir=rtl] .main-timeline ul::before {
  right: 5px;
  left: unset;
}
@media (max-width: 1399px) {
  .main-timeline ul::before {
    left: 4px;
  }
}
.main-timeline ul li:last-child {
  padding-bottom: 0;
}

@media (min-width: 1200px) {
  .basic-timeline.dark-timeline ul .d-flex p:last-child {
    width: calc(100px + 430 * (100vw - 320px) / 1600);
  }
}

.square-timeline {
  position: relative;
}
.square-timeline::before {
  border: 1px dashed #cccccc;
  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: #52526c;
}
.square-timeline .timeline-event:hover .timeline-event-wrapper .timeline-thumbnail {
  box-shadow: inset 40em 0 0 0 #fff7e5;
}
.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-top: 20px;
}
.square-timeline .timeline-event .timeline-event-wrapper .timeline-thumbnail {
  transition: box-shadow 0.5s ease-in 0.1s;
  color: #3f475a;
  background-color: #e8e5ff;
  box-shadow: inset 0 0 0 0em #D5F5FE;
  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: #7366FF;
  outline: 6px solid #e8e5ff;
  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;
}
.list-inline.events .event-list p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.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 #cccccc;
}
.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;
}
.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 #7366FF;
}

.list-group.main-lists-content {
  padding-top: 20px;
}
@media (max-width: 1218px) {
  .list-group .list-group-item .timeline-icon {
    display: none;
  }
}

@media (max-width: 1400px) {
  .horizontal-timeline {
    display: none;
  }
}

.rounded-timeline .timeline {
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.rounded-timeline .timeline::after {
  content: "";
  position: absolute;
  width: 2px;
  background: #cccccc;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}
@media (max-width: 1199px) {
  .rounded-timeline .timeline::after {
    left: 75px;
  }
}
.rounded-timeline .container {
  padding: 15px 30px;
  position: relative;
  background: inherit;
  width: 50%;
  margin: 0;
}
@media (max-width: 1199px) {
  .rounded-timeline .container {
    width: 85%;
  }
}
.rounded-timeline .container::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  right: -8px;
  background: var(--white);
  border: 2px solid #cccccc;
  border-radius: 16px;
  z-index: 1;
}
.rounded-timeline .container::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  top: calc(50% - 1px);
  right: 8px;
  background: #cccccc;
  z-index: 1;
}
.rounded-timeline .container .date {
  position: absolute;
  display: inline-block;
  top: calc(50% - 8px);
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: var(--chart-text-color);
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
}
@media (max-width: 610px) {
  .rounded-timeline .container .date {
    display: none;
  }
}
@media (max-width: 1300px) {
  .rounded-timeline .container audio {
    width: 95%;
  }
}
.rounded-timeline .container .icon {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 9px 0;
  top: calc(50% - 20px);
  background: var(--light2);
  border: 2px dashed var(--chart-text-color);
  border-radius: 40px;
  text-align: center;
  font-size: 18px;
  color: var(--chart-text-color);
  z-index: 1;
}
.rounded-timeline .container .content {
  padding: 20px 80px 20px 20px;
  background: var(--light2);
  position: relative;
  border-radius: 0 200px 200px 0;
}
@media (max-width: 767px) {
  .rounded-timeline .container .content audio {
    width: 95%;
  }
}
.rounded-timeline .container .content h2 {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: normal;
  color: var(--chart-text-color);
}
.rounded-timeline .container .content p {
  margin: 0;
  color: var(--body-font-color);
}
@media (max-width: 610px) {
  .rounded-timeline .container .content p {
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.rounded-timeline .container.left {
  left: 0;
}
.rounded-timeline .container.left .date {
  right: -75px;
}
.rounded-timeline .container.left .icon {
  right: 56px;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .rounded-timeline .container.left {
    left: 75px;
  }
  .rounded-timeline .container.left::before {
    left: 8px;
  }
  .rounded-timeline .container.left::after {
    left: -8px;
  }
  .rounded-timeline .container.left .date {
    left: -75px;
    right: unset;
  }
  .rounded-timeline .container.left .icon {
    left: 56px;
  }
  .rounded-timeline .container.left .content {
    padding: 20px 20px 20px 80px;
    border-radius: 200px 0 0 200px;
  }
}
@media (max-width: 767px) {
  .rounded-timeline .container.left {
    left: 0;
  }
}
.rounded-timeline .container.right {
  left: 50%;
}
.rounded-timeline .container.right::after {
  left: -8px;
}
.rounded-timeline .container.right::before {
  left: 8px;
}
.rounded-timeline .container.right .date {
  left: -75px;
}
.rounded-timeline .container.right .icon {
  left: 56px;
}
.rounded-timeline .container.right .content {
  padding: 20px 20px 20px 80px;
  border-radius: 200px 0 0 200px;
}
@media (max-width: 1199px) {
  .rounded-timeline .container.right {
    left: 75px;
  }
  .rounded-timeline .container.right::after {
    left: -8px;
  }
}
@media (max-width: 767px) {
  .rounded-timeline .timeline::after {
    left: 90px;
  }
  .rounded-timeline .container {
    width: 100%;
    padding-left: 120px;
    padding-right: 30px;
  }
  .rounded-timeline .container.right {
    left: 0%;
  }
  .rounded-timeline .container.right::after {
    left: 82px;
  }
  .rounded-timeline .container.right::before {
    left: 95px;
    border-color: var(--theme-default);
  }
  .rounded-timeline .container.right .date {
    right: auto;
    left: 15px;
  }
  .rounded-timeline .container.right .icon {
    right: auto;
    left: 146px;
  }
  .rounded-timeline .container.right .content {
    padding: 30px 30px 30px 90px;
    border-radius: 200px 0 0 200px;
  }
  .rounded-timeline .container.left::after {
    left: 82px;
  }
  .rounded-timeline .container.left::before {
    left: 95px;
    border-color: var(--theme-default);
  }
  .rounded-timeline .container.left .date {
    right: auto;
    left: 15px;
  }
  .rounded-timeline .container.left .icon {
    right: auto;
    left: 146px;
  }
  .rounded-timeline .container.left .content {
    padding: 30px 30px 30px 90px;
    border-radius: 200px 0 0 200px;
  }
}
@media (max-width: 610px) {
  .rounded-timeline .timeline::after {
    left: 8px;
  }
  .rounded-timeline .timeline .container {
    padding-left: 30px;
  }
  .rounded-timeline .timeline .container::before, .rounded-timeline .timeline .container::after {
    left: 0;
  }
  .rounded-timeline .timeline .container .icon {
    left: 50px;
  }
}
@media (max-width: 610px) and (max-width: 475px) {
  .rounded-timeline .timeline .container .content {
    padding: 30px 30px 30px 75px;
  }
}
@media (max-width: 475px) {
  .rounded-timeline .timeline .container {
    padding-right: 0;
  }
}
@media (max-width: 440px) {
  .rounded-timeline .timeline {
    padding-top: 20px;
  }
  .rounded-timeline .timeline .container {
    padding-block: 40px;
    padding-left: 0;
    z-index: 1;
  }
  .rounded-timeline .timeline .container::before {
    display: none;
  }
  .rounded-timeline .timeline .container .icon {
    top: -20px;
    left: 45%;
  }
  .rounded-timeline .timeline .container::after {
    display: none;
  }
  .rounded-timeline .timeline .container .content {
    padding: 16px !important;
    border-radius: 10px !important;
  }
  .rounded-timeline .timeline::after {
    left: 50%;
  }
}
@media (max-width: 390px) {
  .rounded-timeline .timeline .container .icon {
    left: 44%;
  }
}
@media (max-width: 335px) {
  .rounded-timeline .timeline .container .icon {
    left: 42%;
  }
  .rounded-timeline .timeline .container audio::-webkit-media-controls-enclosure {
    border-radius: 0;
    background-color: transparent;
  }
}

.animated-timeline {
  width: 100%;
  min-height: 100vh;
  height: 100%;
  color: var(--chart-text-color);
}
.animated-timeline .timeline-block {
  z-index: 1;
  position: relative;
}
.animated-timeline .timeline-block::before {
  content: "";
  position: absolute;
  height: calc(100% - 40px);
  width: 1px;
  border: 1px dashed #75758a;
  opacity: 0.4;
  left: 50%;
  margin-top: calc(45px + 10 * (100vw - 320px) / 1600);
}
.animated-timeline .timeline-block .title {
  text-align: center;
  transition: all 0.8s ease-in-out;
  font-size: calc(18px + 6 * (100vw - 320px) / 1600);
  line-height: 1.2;
  font-weight: 500;
  color: #52526c;
}
.animated-timeline .timeline-block .title.non-focus {
  font-size: 24px;
  line-height: 34px;
  transition: all 0.8s ease-in-out;
}
.animated-timeline .timeline-block .timeline-event {
  background-color: rgba(244, 244, 244, 0.8);
  padding: 15px;
  margin: 30px 20px;
  width: 300px;
  position: relative;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  border: 1px dashed rgba(44, 50, 63, 0.7215686275);
}
.animated-timeline .timeline-block .timeline-event:before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: -27px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #cccccc;
}
.animated-timeline .timeline-block .timeline-event .timeline-desc h6 {
  color: #52526c;
}
.animated-timeline .timeline-block .timeline-event .timeline-desc span {
  color: #6C757D;
}
.animated-timeline .timeline-block .timeline-event:nth-child(odd) {
  margin-left: calc(50% + 20px);
}
.animated-timeline .timeline-block .timeline-event:nth-child(even) {
  margin-left: calc(50% - 321px);
}
.animated-timeline .timeline-block .timeline-event:nth-child(even):before {
  left: calc(100% + 16px);
}
.animated-timeline .timeline-block .timeline-event.non-focus {
  background: rgba(244, 244, 244, 0.3);
  margin-top: 108px;
  transform: rotateZ(45deg);
  transition: all 0.8s ease-in-out;
  border: 1px dashed rgba(44, 50, 63, 0.2);
}
.animated-timeline .timeline-block .timeline-event.non-focus .timeline-desc h6 {
  color: rgba(82, 82, 108, 0.4);
}
.animated-timeline .timeline-block .timeline-event.non-focus .timeline-desc span {
  color: rgba(108, 117, 125, 0.2);
}
.animated-timeline .timeline-block .timeline-event.non-focus:before {
  opacity: 0;
}
@media (max-width: 767px) {
  .animated-timeline .timeline-block::before {
    left: 18px;
  }
  .animated-timeline .timeline-block .title {
    text-align: left;
  }
  .animated-timeline .timeline-block .timeline-event::before {
    left: -49px;
  }
  .animated-timeline .timeline-block .timeline-event:nth-child(odd) {
    margin-left: calc(50% - 260px);
  }
  .animated-timeline .timeline-block .timeline-event:nth-child(even) {
    margin-left: calc(50% - 260px);
  }
  .animated-timeline .timeline-block .timeline-event:nth-child(even):before {
    left: unset;
    right: calc(100% + 33px);
  }
}
@media (max-width: 767px) {
  .animated-timeline .timeline-block .timeline-event:nth-child(even)::before {
    left: unset;
    right: calc(100% + 31px);
  }
  .animated-timeline .timeline-block .timeline-event::before {
    left: -47px;
  }
}
@media (max-width: 767px) {
  .animated-timeline .timeline-block .timeline-event:nth-child(odd) {
    margin-left: 58px;
  }
  .animated-timeline .timeline-block .timeline-event:nth-child(even) {
    margin-left: 58px;
  }
}
@media (max-width: 440px) {
  .animated-timeline .timeline-block .timeline-event {
    width: auto;
  }
  .animated-timeline .timeline-block .timeline-event::before {
    width: 12px;
    height: 12px;
    left: -45px;
  }
  .animated-timeline .timeline-block .timeline-event:nth-child(even)::before {
    right: calc(100% + 33px);
  }
}

/**=====================
    3.58 Timeline-v CSS Ends
==========================**/
/**=====================
    3.59 User-profile CSS start
==========================**/
.user-profile .ttl-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 576px) {
  .user-profile .ttl-info {
    align-items: center;
  }
}
.user-profile .ttl-info h6 {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #59667a;
  font-weight: 400;
}
.user-profile .border-right {
  border-right: 1px solid rgba(204, 204, 204, 0.6);
}
.user-profile hr {
  margin: 20px 0;
}
.user-profile .hovercard .cardheader {
  background: url(../images/other-images/bg-profile.png);
  background-size: cover;
  background-position: 10%;
  height: 470px;
}
.user-profile .hovercard .user-image {
  position: relative;
  height: 0;
}
.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 #fff;
}
.user-profile .hovercard .user-image .icon-wrapper {
  position: absolute;
  bottom: -20px;
  left: 51%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(32px + 8 * (100vw - 320px) / 1600);
  width: calc(32px + 8 * (100vw - 320px) / 1600);
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  overflow: hidden;
  margin: 0 auto;
  font-size: calc(12px + 5 * (100vw - 320px) / 1600);
  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: #3f475a;
  vertical-align: middle;
}
.user-profile .hovercard .info .title a {
  color: #242934;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
}
.user-profile .hovercard .info .desc {
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  color: #59667a;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
.user-profile .follow {
  margin-top: 20px;
}
.user-profile .follow .follow-num {
  font-size: 20px;
  color: #242934;
  font-family: Rubik, sans-serif;
  font-weight: 500;
}
.user-profile .follow span {
  color: #59667a;
}
.user-profile .profile-img-style {
  padding: 20px;
}
.user-profile .profile-img-style .img-container {
  margin-top: 20px;
}
.user-profile .profile-img-style .user-name {
  font-size: 14px;
  color: #242934;
  margin: 0;
  font-weight: 600;
}
.user-profile .profile-img-style p {
  line-height: 30px;
  font-size: 14px;
  color: #898989;
  margin-bottom: 0;
}
.user-profile .profile-img-style .d-flex img {
  width: 50px;
}
.user-profile .like-comment li a {
  color: #898989;
}
.user-profile .like-comment li:first-child a:hover, .user-profile .like-comment li:first-child a:active {
  color: #fc564a;
}
.user-profile .like-comment span {
  font-family: Rubik, sans-serif;
}
.user-profile .social-media a {
  padding: 0 15px;
  color: #59667a;
  font-size: 24px;
  cursor: pointer;
}
.user-profile .social-media a:hover {
  color: var(--theme-default);
}

.edit-profile textarea {
  font-size: 14px;
  color: rgba(82, 82, 108, 0.8);
}
.edit-profile .profile-title .d-flex {
  align-items: center;
  margin-bottom: 30px;
}
.edit-profile .profile-title .d-flex .flex-grow-1 {
  margin-left: 14px;
}
[dir=rtl] .edit-profile .profile-title .d-flex .flex-grow-1 {
  margin-left: unset;
  margin-right: 14px;
}
.edit-profile .add-project table .btn-transparent:active {
  border-color: transparent;
}

.social-user-cards .social-profile .social-follow li span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

/**=====================
    3.59 User-profile CSS Ends
==========================**/
/**=====================
    3.60 Wishlist CSS start
==========================**/
.wishlist-box {
  background-color: var(--light-background);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.wishlist-box > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: calc(22px + 13 * (100vw - 1400px) / 520);
  padding-inline: calc(8px + 10 * (100vw - 1400px) / 520);
}
@media (max-width: 1199px) and (min-width: 841px) {
  .wishlist-box > div {
    padding-inline: 18px;
    gap: 35px;
  }
}
@media (max-width: 840px) {
  .wishlist-box > div {
    padding-inline: 6px;
    gap: 22px;
  }
}
@media (max-width: 767px) {
  .wishlist-box > div {
    padding-inline: 0;
    display: block;
  }
}
.wishlist-box .wishlist-image img {
  height: calc(70px + 20 * (100vw - 1400px) / 520);
  max-width: calc(70px + 20 * (100vw - 1400px) / 520);
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) and (min-width: 841px) {
  .wishlist-box .wishlist-image img {
    height: 90px;
    max-width: 90px;
  }
}
@media (max-width: 840px) and (min-width: 768px) {
  .wishlist-box .wishlist-image img {
    height: 65px;
    max-width: 65px;
  }
}
@media (max-width: 767px) {
  .wishlist-box .wishlist-image img {
    width: 100%;
    max-width: unset;
    height: 90px;
    margin-bottom: 22px;
  }
}
@media (max-width: 575px) {
  .wishlist-box .wishlist-image img {
    margin-bottom: 10px;
  }
}
@media (max-width: 370px) {
  .wishlist-box .wishlist-image img {
    height: 70px;
  }
}
.wishlist-box .wishlist-image .wishlist-close-btn {
  position: absolute;
  top: 20px;
  left: -20px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
[dir=rtl] .wishlist-box .wishlist-image .wishlist-close-btn {
  left: unset;
  right: -20px;
}
.wishlist-box .wishlist-image .wishlist-close-btn .btn {
  background-color: var(--white);
  border-radius: 50%;
  box-shadow: 0 3px 3px rgba(37, 37, 37, 0.2) !important;
  display: flex;
  padding: 5px 8px;
}
.wishlist-box .wishlist-image .wishlist-close-btn .btn:active {
  border-color: transparent;
  box-shadow: 0 3px 3px rgba(37, 37, 37, 0.2);
}
@media (max-width: 840px) {
  .wishlist-box .wishlist-image .wishlist-close-btn .btn {
    padding: 3px 6px;
  }
  .wishlist-box .wishlist-image .wishlist-close-btn .btn i {
    font-size: 12px;
  }
}
.wishlist-box .wishlist-footer .brand-name {
  margin-bottom: 10px;
  color: #52526c;
}
@media (max-width: 767px) {
  .wishlist-box .wishlist-footer .brand-name {
    margin-bottom: 1px;
  }
}
.wishlist-box .wishlist-footer .btn:active, .wishlist-box .wishlist-footer .btn:focus-visible {
  color: #fff;
}
.wishlist-box .wishlist-footer .btn.disabled {
  color: #fff;
}
@media (max-width: 767px) {
  .wishlist-box .wishlist-footer .btn {
    width: 100%;
  }
}
.wishlist-box .wishlist-footer .price {
  color: var(--theme-default);
  padding: 6px 0 22px 0;
}
@media (max-width: 767px) {
  .wishlist-box .wishlist-footer .price {
    padding: 6px 0 11px 0;
  }
}
.wishlist-box .wishlist-footer .price del {
  color: #52526c;
  font-weight: 400;
  padding-left: 2px;
  font-size: 14px;
}
[dir=rtl] .wishlist-box .wishlist-footer .price del {
  padding-left: unset;
  padding-right: 2px;
}
.wishlist-box .wishlist-footer h6 {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wishlist-box .wishlist-footer h6:hover {
  color: var(--theme-default);
}
.wishlist-box:hover .wishlist-image img {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}

/**=====================
    3.60 Wishlist CSS Ends
==========================**/
/**=====================
    5.1 Footer CSS Start
==========================**/
.footer {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(89, 102, 122, 0.1);
  padding: 15px;
  bottom: 0;
  left: 0;
  margin-left: 265px;
  transition: 0.5s;
}
.footer.footer-dark {
  background-color: #242934;
}
.footer.footer-dark p {
  color: #fff;
}

.footer-fix {
  width: calc(100% - 265px);
  position: fixed;
}

/**=====================
    5.1 Footer CSS Ends
==========================**/
/**=====================
  5.2 Grid CSS Start
==========================**/
.grid-showcase {
  margin-bottom: -10px;
}
.grid-showcase span,
.grid-showcase .grid-wrapper {
  display: block;
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
  background-color: var(--bs-emphasis-color-rgb);
}

.grid-align {
  margin-bottom: -16px;
}
.grid-align .row {
  padding: 15px 0;
  min-height: 7rem;
  margin-bottom: 16px;
  background-color: var(--bs-emphasis-color-rgb);
}

.grid-vertical {
  min-height: 150px;
  padding: 10px;
  color: #000;
  background-color: var(--bs-emphasis-color-rgb);
}

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

.grid-footer table tbody tr {
  color: #3f475a;
}

.flex-behaviors div {
  background-color: var(--bs-emphasis-color-rgb);
  margin-bottom: 10px;
}
.flex-behaviors div:last-child {
  margin-bottom: unset;
}

.h-gutter .row [class*=col-] div,
.h-gutter .row [class*=col-sm-] div,
.h-gutter .row [class*=col-md-] div,
.h-gutter .row .col div,
.v-gutter .row [class*=col-] div,
.v-gutter .row [class*=col-sm-] div,
.v-gutter .row [class*=col-md-] div,
.v-gutter .row .col div,
.r-c-gutter .row [class*=col-] div,
.r-c-gutter .row [class*=col-sm-] div,
.r-c-gutter .row [class*=col-md-] div,
.r-c-gutter .row .col div,
.no-gutter .row [class*=col-] div,
.no-gutter .row [class*=col-sm-] div,
.no-gutter .row [class*=col-md-] div,
.no-gutter .row .col div {
  background-color: var(--bs-emphasis-color-rgb);
}

/**=====================
    5.2 Grid CSS Ends
==========================**/
/**=====================
  5.3 Header CSS Start
==========================**/
.left-header .d-flex {
  align-items: center;
}
.left-header h6 {
  line-height: 1.6;
}
@media (max-width: 1199px) {
  .left-header h6 {
    width: 160px;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 991px) {
  .left-header h6 {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .left-header h6 {
    width: 66px;
  }
}
@media (max-width: 755px) {
  .left-header {
    display: none;
  }
}
.left-header img {
  margin-top: -12px;
  height: 26px;
}
.left-header i {
  font-weight: 600;
  font-size: 12px;
  margin-bottom: -4px;
}

/*======= Page Header css ends  ======= */
/**======Main Header css Start ======**/
.offcanvas .page-wrapper .page-body-wrapper .page-body,
.offcanvas-bookmark .page-wrapper .page-body-wrapper .page-body {
  position: relative;
  filter: blur(5px) grayscale(100%);
}

.offcanvas {
  position: unset;
  visibility: visible;
  background: unset;
  z-index: 2;
}

.toggle-sidebar {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}
.toggle-sidebar svg {
  width: 20px;
  height: 20px;
}
.toggle-sidebar:before {
  content: "";
  position: absolute;
  height: 40px;
  width: 40px;
  background-color: rgba(115, 102, 255, 0.1);
  border-radius: 100%;
  left: -11px;
  z-index: -2;
  top: -8px;
  transform: scale(0);
  transition: all 0.3s ease;
}
.toggle-sidebar:hover:before {
  height: 40px;
  width: 40px;
  transform: scale(1);
  transition: all 0.3s ease;
}
.toggle-sidebar:hover > svg {
  color: var(--theme-default) !important;
  stroke: var(--theme-default) !important;
}

.onhover-dropdown {
  cursor: pointer;
  position: relative;
}
.onhover-show-div {
  top: 80px;
  position: absolute;
  z-index: 8;
  background-color: #fff;
  transition: all linear 0.3s;
}
.onhover-show-div li a svg {
  margin-top: 0 !important;
}
.onhover-show-div li a svg path,
.onhover-show-div li a svg line {
  color: #404040 !important;
}

/**======Main Header css Ends ======**/
/**=====================
    5.3 Header CSS Ends
==========================**/
/**=====================
    5.4 Navs CSS Start
==========================**/
#accordionoc #collapseicon,
#accordionoc #collapseicon1 {
  padding-top: 0px;
}
#accordionoc li button {
  display: flex;
  align-items: center;
}

.navs-icon.default-according.style-1 li button {
  position: relative;
}
.navs-icon.default-according.style-1 li button:hover {
  color: var(--theme-default) !important;
}
.navs-icon.default-according.style-1 li button[aria-expanded=true]:before {
  right: 2px;
  top: 6px;
}
.navs-icon.default-according.style-1 li button[aria-expanded=false]:before {
  right: 2px;
  top: 6px;
}

.navs-icon {
  padding: 20px;
}
.navs-icon li {
  padding: 9px 0;
}
.navs-icon li a {
  color: #404040;
}
.navs-icon li a:hover {
  color: var(--theme-default);
}
.navs-icon li ul {
  padding-top: 9px;
}

.onhover-dropdown.navs-dropdown:hover .onhover-show-div:before, .onhover-dropdown.navs-dropdown:hover .onhover-show-div:after {
  right: 77px;
  left: unset;
}

.icon-lists {
  font-family: inherit;
}

/**=====================
    5.4 Navs CSS Ends
==========================**/
/**=====================
   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;
  flex: 1 1 auto;
  width: 100% !important;
}
.search-page .theme-form input::placeholder {
  color: #7366FF;
}
.search-page .theme-form input:focus {
  outline: none;
}
.search-page .theme-form .input-group .btn {
  line-height: 32px;
  font-size: 16px;
}
.search-page .theme-form .input-group .form-control-plaintext {
  background: transparent;
}
.search-page h6 {
  line-height: 1.4;
}
@media (max-width: 400px) {
  .search-page .pagination .page-item .page-link {
    font-size: 14px;
  }
}
.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: 20px;
  border-radius: 15px;
  border: 1px solid rgba(204, 204, 204, 0.5);
}
.search-page .info-block a {
  color: rgba(82, 82, 108, 0.9);
  margin-bottom: 3px;
  display: block;
}
.search-page .info-block h6 {
  color: #7366FF;
}
.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 {
  margin-bottom: 10px;
}
.search-page p:not(.blog-details p) {
  text-transform: lowercase;
  margin-bottom: 0;
  color: #898989;
}
.search-page ul.search-info li {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  color: #52526c;
}
.search-page ul.search-info li + li {
  border-left: 1px solid #c3c8d5;
  padding-left: 8px;
  margin-left: 8px;
}
.search-page ul.search-info li i {
  color: #ffb829;
}
.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 #7366FF;
  border: none;
}
.search-list .nav-item {
  background-color: rgba(115, 102, 255, 0.1);
}
.search-list .nav-item .nav-link {
  border: none;
  padding: 0.7rem 1.5rem;
  opacity: 0.5;
}
.search-list .nav-item .nav-link.active {
  background-color: rgba(115, 102, 255, 0.1);
  color: var(--theme-default);
  opacity: 1;
}
.search-list .nav-item.show, .search-list .nav-item.active {
  background-color: rgba(115, 102, 255, 0.1);
}

/**=====================
  5.5 Search CSS Ends
==========================**/
/**=====================
    5.6 Select2 CSS Start
==========================**/
.dropzone {
  background: unset;
}
.dropzone.dropzone-secondary {
  border: 2px dashed #838383;
  border-radius: 6px;
}
.dropzone.dropzone-secondary i {
  color: #838383;
}
@media (max-width: 360px) {
  .dropzone .note {
    min-width: unset !important;
  }
}
.dropzone .dz-message i {
  font-size: calc(40px + 10 * (100vw - 320px) / 1600);
}
.dropzone .dropzone-wrapper .dz-message i {
  font-size: 50px;
}
@media (max-width: 575px) {
  .dropzone .dropzone-wrapper .dz-message i {
    font-size: 40px;
  }
}
.dropzone .dz-preview {
  background-color: transparent;
  width: 155px;
  border: 1px dashed var(--recent-border);
  border-radius: 8px;
  padding: 12px 16px;
}
.dropzone .dz-preview .dz-image {
  z-index: 2;
  width: calc(80px + 40 * (100vw - 320px) / 1600) !important;
  height: calc(80px + 40 * (100vw - 320px) / 1600) !important;
}
.dropzone .dz-preview .dz-error-mark {
  opacity: 0;
  visibility: hidden;
}
.dropzone .dz-preview .dz-details {
  opacity: 1;
  top: 0;
  padding: 10px 0px 0px;
  left: 0;
  text-align: left;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 0;
  font-size: 14px;
}
.dropzone .dz-preview .dz-details .dz-size span {
  padding: 0 10px;
}
.dropzone .dz-preview .dz-details .dz-remove {
  padding: 0 10px;
}
.dropzone .dz-preview .dz-progress {
  left: 50%;
  height: 10px;
  transition: all 0.1s linear;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: linear-gradient(to bottom, #7366FF, #e8e5ff);
}
.dropzone .dz-preview .dz-success-mark {
  opacity: 1;
  filter: brightness(0.6);
  top: 32%;
  z-index: 2;
  left: calc(43% + 7 * (100vw - 320px) / 1600) !important;
}
.dropzone .dz-preview .dz-success-mark svg {
  width: calc(38px + 16 * (100vw - 320px) / 1600) !important;
  height: calc(38px + 16 * (100vw - 320px) / 1600) !important;
}
.dropzone .dz-preview .dz-remove {
  padding: 0 10px;
  text-align: left;
  color: var(--chart-text-color);
}
.dropzone .dz-preview .dz-filename {
  overflow: visible;
  height: 30px;
  padding: 0 10px !important;
  text-align: left;
}
.dropzone .dz-preview .dz-filename:not(:hover) span {
  border: unset !important;
}
.dropzone .dz-preview .dz-filename span {
  padding: 0 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100px;
}
.dropzone .dz-preview .dz-filename:hover span {
  border: unset;
}
.dropzone .dz-preview:hover .dz-filename {
  overflow: visible;
  height: 30px;
}
.dropzone .dz-preview {
  margin: calc(10px + 18 * (100vw - 320px) / 1600) calc(18px + 0 * (100vw - 320px) / 1600) !important;
  box-shadow: unset;
  height: 100%;
}
.dropzone .dz-preview .dz-filename {
  padding: 0;
}
.dropzone .dz-preview .dz-filename:hover span {
  border: unset !important;
}
.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: #838383;
}

.badge-light-warning {
  background-color: rgba(255, 184, 41, 0.1);
}

.table thead th {
  border-bottom: 2px solid #e9edf1;
}

.select2 {
  max-width: 100%;
}

.add-post #cke_text-box {
  border: 1px solid #efefef;
}
.add-post form .m-checkbox-inline label {
  margin-bottom: 0;
}
.add-post form .form-control {
  border: 1px solid #efefef;
}
.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 #efefef;
  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: #fff;
}
.add-post .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  color: #fff;
  float: right;
  margin-left: 0.5rem;
}
[dir=rtl] .add-post .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  float: left;
  margin-left: unset;
  margin-right: 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: #f4f4f4 !important;
  height: 40px !important;
  padding: 5px;
}
.select2-drpdwn .form-control {
  border-radius: 5px;
}

.filepond--drop-label .filepond--label-action {
  color: #fc564a;
  text-decoration: none;
}

.filepond--list .filepond--file {
  background-color: #7366FF;
}

/* Do not show the "remove tag" (x) button when only a single tag remains */
.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: top;
}
.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(--chart-text-color);
}

.customSuggestionsList > div {
  max-height: 300px;
  min-height: 50px;
  border: 2px solid var(--chart-dashed-border);
  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(--recent-dashed-border);
}

.tagify__dropdown__item--active {
  background-color: #cccccc;
  color: var(--body-font-color);
}

.tagify {
  --tags-focus-border-color: #cccccc;
}

.tagify__input {
  color: #3f475a;
}

.tagify--select::after {
  color: var(--chart-text-color);
}
[dir=rtl] .tagify--select::after {
  right: unset;
  left: 0;
  transform: translate(150%, -50%) scaleX(1.2) rotate(90deg);
}
[dir=rtl] .tagify--select .tagify__tag {
  right: unset;
  left: 1.8em;
}

[dir=rtl] .tagify--select[aria-expanded=true]::after {
  transform: translate(150%, -50%) rotate(270deg) scale(1.2);
}

.international-num input {
  width: calc(240px + 10 * (100vw - 320px) / 1600);
  padding: 10px;
  border-radius: 2px;
  border: 1px solid #cccccc;
}
.international-num input:focus {
  outline-color: #cccccc;
}
.international-num input::placeholder {
  color: #cccccc;
}
.international-num .results ul {
  border: 1px solid #cccccc;
  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(--recent-box-bg);
  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.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: #cccccc;
}
.select-box .selection-option .radio {
  display: none;
}
.select-box label {
  cursor: pointer;
}

.selected-box {
  background: var(--light2);
  color: #333;
  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;
}
[dir=rtl] .selected-box::after {
  left: 10px;
  right: unset;
}

.search-box input {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  position: absolute;
  z-index: 1;
  border: 2px solid var(--chart-dashed-border);
  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;
}

/**=====================
    5.6 Select2 CSS Ends
==========================**/
/**=====================
  5.7 Sidebar CSS Start
==========================**/
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a:after {
  position: absolute;
  content: "";
  top: 48%;
  width: 8px;
  border-top: 1px solid rgba(117, 117, 138, 0.4);
}

.d-flex.media-wrapper {
  width: 100%;
  display: -webkit-flex;
}
.d-flex.media-wrapper .flex-grow-1 {
  flex: 1;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
  border-radius: 100%;
  background: var(--theme-default);
  opacity: 0;
  visibility: hidden;
}
[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a::before, .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li [dir=rtl] a::before {
  left: unset;
  right: 25px;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 0;
  background: rgba(117, 117, 138, 0.4);
  top: -10px;
  left: 27px;
  transition: height 0.5s;
}
[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu::before, .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li [dir=rtl] .sidebar-submenu::before {
  left: unset;
  right: 27px;
}

.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a:after {
  position: absolute;
  content: "";
  top: 49%;
  width: 5px;
  height: 1px;
  border-radius: 100%;
  background-color: #59667a;
}

.onhover-show-div {
  box-shadow: 0 0 20px rgba(89, 102, 122, 0.1);
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  left: 0;
}

.onhover-dropdown:hover .onhover-show-div {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
  border-radius: 5px;
  overflow: hidden;
}
.onhover-dropdown:hover .onhover-show-div:before {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  content: "";
  top: -7px;
  position: absolute;
  left: 10px;
  z-index: 2;
}
.onhover-dropdown:hover .onhover-show-div:after {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #d7e2e9;
  content: "";
  top: -7px;
  position: absolute;
  left: 10px;
  z-index: 1;
}

.page-wrapper {
  position: relative;
}
.page-wrapper .page-header {
  max-width: 100vw;
  position: fixed;
  top: 0;
  z-index: 8;
  transition: 0.5s;
  background-color: #fff;
  box-shadow: 0px 4px 40px rgba(39, 32, 120, 0.1);
}
.page-wrapper .page-header .header-wrapper {
  width: 100%;
  align-items: center;
  padding: 22px 30px;
  position: relative;
}
@media (max-width: 1399px) {
  .page-wrapper .page-header .header-wrapper {
    padding: 22px 20px;
  }
}
.page-wrapper .page-header .header-wrapper .search-full {
  background-color: #fff;
  position: absolute;
  right: 0;
  z-index: 1;
  height: 0;
  width: 0;
  transform: scale(0);
  transition: all 0.3s ease;
}
.page-wrapper .page-header .header-wrapper .search-full.open {
  height: 100%;
  width: 100%;
  animation: zoomIn 0.5s ease-in-out;
  transform: scale(1);
  transition: all 0.3s ease;
}
.page-wrapper .page-header .header-wrapper .search-full input {
  line-height: 65px;
  padding-left: 60px;
  width: 100% !important;
}
.page-wrapper .page-header .header-wrapper .search-full input:focus {
  outline: none !important;
}
.page-wrapper .page-header .header-wrapper .search-full .form-group .close-search {
  position: absolute;
  font-size: 15px;
  right: 30px;
  top: 30px;
  color: #898989;
  cursor: pointer;
}
[dir=rtl] .page-wrapper .page-header .header-wrapper .search-full .form-group .close-search {
  left: 30px;
  right: unset;
}
.page-wrapper .page-header .header-wrapper .search-full .form-group:before {
  position: absolute;
  left: 30px;
  top: 27px;
  content: "\f002";
  font-size: 16px;
  color: #898989;
  font-family: FontAwesome;
}
[dir=rtl] .page-wrapper .page-header .header-wrapper .search-full .form-group:before {
  left: unset;
  right: 30px;
}
.page-wrapper .page-header .header-wrapper .nav-right {
  justify-content: flex-end;
}
.page-wrapper .page-header .header-wrapper .nav-right ul li svg {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  stroke: rgba(64, 64, 64, 0.9);
  fill: none;
}
.page-wrapper .page-header .header-wrapper .nav-right ul li svg path {
  color: #242934;
}
.page-wrapper .page-header .header-wrapper .nav-right ul li .mode.active svg {
  fill: #fff;
}
.page-wrapper .page-header .header-wrapper .nav-right.right-header ul li .mode {
  cursor: pointer;
  text-align: center;
}
.page-wrapper .page-header .header-wrapper .nav-right.right-header ul li .mode svg {
  fill: rgba(64, 64, 64, 0.9);
}
.page-wrapper .page-header .header-wrapper .nav-right.right-header ul li .mode i {
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.page-wrapper .page-header .header-wrapper .nav-right.right-header ul li .mode i.fa-lightbulb-o {
  font-weight: 500;
  font-size: 22px;
  transition: all 0.3s ease;
  animation: zoomIn 300ms ease-in-out;
}
.page-wrapper .page-header .header-wrapper .nav-right.right-header ul li .header-search {
  cursor: pointer;
}
.page-wrapper .page-header .header-wrapper .nav-right.right-header ul li .profile-media .flex-grow-1 {
  margin-left: 15px;
}
.page-wrapper .page-header .header-wrapper .nav-right.right-header ul li .profile-media .flex-grow-1 span {
  font-weight: 500;
}
.page-wrapper .page-header .header-wrapper .nav-right.right-header ul li .profile-media .flex-grow-1 p {
  font-size: 12px;
  line-height: 1;
  color: rgba(64, 64, 64, 0.7);
}
.page-wrapper .page-header .header-wrapper .nav-right > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.page-wrapper .page-header .header-wrapper .nav-right > ul > li {
  padding: 6px 10px;
  display: inline-block;
  position: relative;
}
@media (max-width: 1220px) {
  .page-wrapper .page-header .header-wrapper .nav-right > ul > li {
    padding: 6px 9px;
  }
}
.page-wrapper .page-header .header-wrapper .nav-right > ul > li.fullscreen-body {
  cursor: pointer;
}
.page-wrapper .page-header .header-wrapper .nav-right > ul > li .badge {
  position: absolute;
  right: -5px;
  top: -6px;
  padding: 2px 4px;
  font-size: 11px;
  font-weight: 700;
  font-family: work-Sans, sans-serif;
}
.page-wrapper .page-header .header-wrapper .nav-right > ul > li span ul {
  left: inherit;
  right: -10px;
  width: 130px;
}
.page-wrapper .page-header .header-wrapper .nav-right > ul > li span ul:before, .page-wrapper .page-header .header-wrapper .nav-right > ul > li span ul:after {
  left: inherit;
  right: 10px;
}
.page-wrapper .page-header .header-wrapper .nav-right > ul > li span ul li {
  display: block;
}
.page-wrapper .page-header .header-wrapper .nav-right > ul > li span ul li a {
  font-size: 14px;
  color: #3f475a;
}
.page-wrapper .page-header .header-wrapper .nav-right > ul > li span ul li a i {
  margin-left: 10px;
  font-size: 13px;
  color: #3f475a;
}
.page-wrapper .page-header .header-wrapper .nav-right > ul .flag-icon {
  font-size: 16px;
}
.page-wrapper .page-header .header-wrapper .nav-right .bookmark-flip {
  width: unset !important;
  box-shadow: unset !important;
  background-color: transparent !important;
  overflow: initial;
}
.page-wrapper .page-header .header-wrapper .nav-right .bookmark-flip::after, .page-wrapper .page-header .header-wrapper .nav-right .bookmark-flip::before {
  display: none;
}
.page-wrapper .page-header .header-wrapper .nav-right .bookmark-flip .bookmark-dropdown .bookmark-content {
  text-align: center;
}
.page-wrapper .page-header .header-wrapper .nav-right .bookmark-flip .bookmark-dropdown .bookmark-content .bookmark-icon {
  width: 52px;
  height: 52px;
  background-color: #f9f9f9;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.page-wrapper .page-header .header-wrapper .nav-right .bookmark-flip .bookmark-dropdown .bookmark-content span {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.page-wrapper .page-header .header-wrapper .nav-right .flip-card {
  width: 300px;
  height: 260px;
  background-color: transparent;
}
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner {
  position: relative;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .front,
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back {
  position: absolute;
  backface-visibility: hidden;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(89, 102, 122, 0.1);
  width: 300px;
  height: 260px;
}
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .front button,
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back button {
  background-color: transparent;
  color: #7366FF;
  border: none;
}
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .front button:focus,
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back button:focus {
  outline: transparent;
}
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .front {
  background-color: #fff;
  transition: 0.3s;
}
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .front svg {
  stroke: #3f475a;
  transition: all 0.3s ease;
}
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .front svg:hover {
  stroke: var(--theme-default);
  transition: all 0.3s ease;
}
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back {
  background-color: #fff;
  transform: rotateY(180deg);
}
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back li:first-child {
  margin-top: 20px;
  height: 140px !important;
}
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back button {
  width: 100%;
}
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back .flip-back-content input {
  border-radius: 25px;
  padding: 6px 12px;
  width: 100%;
  border: 1px solid #ddd;
}
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back .flip-back-content input:focus {
  outline: none;
}
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner.flipped {
  transform: rotateY(180deg);
}
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner.flipped .front {
  opacity: 0;
}
.page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div {
  width: 330px;
  top: 50px;
  right: 0;
  left: unset;
}
.page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div .dropdown-title {
  padding: 18px;
  text-align: center;
  border-bottom: 1px solid rgba(145, 142, 153, 0.3);
}
.page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div ul {
  padding: 15px;
}
.page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li {
  padding: 15px;
}
.page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li p {
  font-size: 14px;
  letter-spacing: 0.3px;
  margin-bottom: 0;
}
.page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li a {
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-family: Roboto, sans-serif;
}
.page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li + li {
  margin-top: 15px;
}
.page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li:last-child {
  padding-bottom: 15px;
}
.page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li .d-flex {
  position: relative;
}
.page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li .d-flex img {
  width: 40px;
  position: relative;
}
.page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li .d-flex .status-circle {
  left: 0;
}
.page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li .d-flex .flex-grow-1 > span {
  letter-spacing: 0.8px;
  padding-right: 10px;
  display: inline-block;
}
.page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li .d-flex .flex-grow-1 p {
  margin-bottom: 8px;
}
.page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div:before, .page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div:after {
  right: 10px !important;
  left: unset !important;
}
.page-wrapper .page-header .header-wrapper .nav-right .notification-box {
  position: relative;
}
.page-wrapper .page-header .header-wrapper .nav-right .cart-box {
  position: relative;
}
.page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown ul {
  padding: 0 0 15px;
}
.page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown li {
  margin: 0 15px;
  padding: 10px 0;
}
.page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown li .d-flex {
  align-items: center;
}
.page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown li .d-flex .flex-grow-1 {
  margin-right: 20px;
}
[dir=rtl] .page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown li .d-flex .flex-grow-1 {
  margin-right: unset;
  margin-left: 20px;
}
.page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown li .d-flex .flex-grow-1 .qty-box.input-group span {
  padding: 0;
}
.page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown li + li {
  margin-top: 0;
  border-top: 1px solid rgba(145, 142, 153, 0.1);
}
.page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown li:last-child {
  padding: 15px 10px;
  border-top: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown p {
  line-height: 1.3;
  margin-top: 3px;
  opacity: 0.6;
}
.page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown .close-circle {
  position: absolute;
  right: 0;
  top: 0;
}
.page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown .close-circle a {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown .close-circle svg {
  width: 14px;
  stroke: #fff;
}
.page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown .qty-box {
  margin: 12px 0;
}
.page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown .qty-box .input-group {
  width: 80px;
  background-color: transparent;
}
.page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown .qty-box .input-group input {
  background-color: transparent;
}
.page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown .qty-box .input-group input,
.page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown .qty-box .input-group .btn {
  font-size: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}
.page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown .qty-box .input-group .btn {
  padding: 0px 7px;
  background-color: #F7F6FF !important;
  border-color: #F7F6FF !important;
  border-radius: 100%;
  font-size: 14px;
  color: #404040;
}
.page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown .total {
  margin: 0;
  padding: 15px;
  background-color: #f9f9f9;
  border: none;
}
.page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown .total h6 {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.5px;
}
.page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown .total h6 span {
  font-size: 14px;
}
.page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown .view-checkout {
  text-decoration: unset;
}
.page-wrapper .page-header .header-wrapper .nav-right .notification-box svg {
  animation: swing 1.5s ease infinite;
}
.page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown {
  top: 52px;
  width: 300px;
  right: -20px !important;
  left: unset;
}
@media (max-width: 575.98px) {
  .page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown {
    width: calc(100vw - 30px);
  }
}
.page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown li {
  background-color: #f9f9f9;
  border-radius: 5px;
  padding: 0;
}
.page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown li:last-child {
  padding-bottom: 0;
}
.page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown li .btn-close {
  filter: brightness(1);
  font-size: 10px;
}
.page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown li:last-child {
  text-align: center;
  background-color: transparent;
}
.page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown li p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown li p span {
  font-size: 12px;
  vertical-align: middle;
}
.page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown:before, .page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown:after {
  right: 28px !important;
  left: unset !important;
}
.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown {
  width: 160px;
  top: 57px;
  left: -12px;
  padding: 0 10px;
}
.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li {
  padding: 10px !important;
}
.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li a {
  text-decoration: unset;
}
.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li:hover a span {
  color: var(--theme-default);
  transition: color 0.3s ease;
}
.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li:hover a svg {
  stroke: var(--theme-default);
  transition: stroke 0.3s ease;
}
.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li:hover a svg path {
  stroke: var(--theme-default);
  transition: stroke 0.3s ease;
}
.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li + li {
  margin-top: 0;
}
.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li:last-child {
  padding-top: 10px !important;
}
.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li span {
  color: #3f475a;
}
.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li svg {
  width: 16px;
  vertical-align: bottom;
  margin-right: 10px;
  stroke: #3f475a;
}
.page-wrapper .page-body-wrapper {
  background-color: #F7F8F9;
}
.page-wrapper .page-body-wrapper .page-body {
  min-height: calc(100vh - 136px);
  margin-top: 136px;
  padding: 0 15px 0 15px;
  position: relative;
  transition: 0.5s;
}
.page-wrapper .page-body-wrapper .page-body:before {
  animation: fadeIn 0.5s ease-in-out;
}
.page-wrapper .page-body-wrapper .page-title {
  padding: 15px 20px;
  margin: 0 -27px 28px;
  background-color: #fff;
}
.page-wrapper .page-body-wrapper .page-title > .row {
  margin: 0;
}
.page-wrapper .page-body-wrapper .page-title > .row .col-6 {
  padding: 0;
}
.page-wrapper .page-body-wrapper .page-title .row {
  align-items: center;
}
.page-wrapper .page-body-wrapper .page-title .row h3 {
  font-size: 24px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.page-wrapper .page-body-wrapper .page-title .row h3 small {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  text-transform: capitalize;
  color: #75758a;
}
.page-wrapper .page-body-wrapper .page-title .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
  align-items: center;
  justify-content: flex-end;
}
.page-wrapper .page-body-wrapper .page-title .breadcrumb li {
  font-size: 13px;
  letter-spacing: 1px;
  font-family: Roboto, sans-serif;
}
.page-wrapper .page-body-wrapper .page-title .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: "/";
}
.page-wrapper .page-body-wrapper .page-title .breadcrumb .breadcrumb-item a svg {
  width: 16px;
  height: 16px;
  stroke: #3f475a;
  vertical-align: text-top;
}
.page-wrapper .page-body-wrapper .page-title .breadcrumb .breadcrumb-item.active {
  color: var(--theme-default);
  font-weight: 500;
}
.page-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a svg.stroke-icon {
  stroke: #3f475a;
}
.page-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a svg.fill-icon {
  fill: #757589;
}
.page-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a.active svg {
  transition: all 0.3s ease;
}
.page-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a.active svg.stroke-icon {
  stroke: var(--theme-default);
}
.page-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a.active svg.fill-icon {
  fill: var(--theme-default);
}
.page-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content li a {
  text-transform: capitalize;
}
.page-wrapper .sidebar-wrapper[data-sidebar-layout=stroke-svg] .stroke-icon {
  display: inline-block;
}
.page-wrapper .sidebar-wrapper[data-sidebar-layout=stroke-svg] .fill-icon {
  display: none;
}
.page-wrapper .sidebar-wrapper[data-sidebar-layout=fill-svg] .stroke-icon {
  display: none;
}
.page-wrapper .sidebar-wrapper[data-sidebar-layout=fill-svg] .fill-icon {
  display: inline-block;
}
.page-wrapper.horizontal-wrapper [data-simplebar] {
  position: relative;
}
.page-wrapper.horizontal-wrapper .footer {
  margin-left: 0;
}
.page-wrapper.horizontal-wrapper .footer.footer-fix {
  width: 100%;
}
.page-wrapper.horizontal-wrapper .header-logo-wrapper {
  width: 150px;
}
.page-wrapper.horizontal-wrapper .header-logo-wrapper .toggle-sidebar {
  display: none;
}
.page-wrapper.horizontal-wrapper .sidebar-list i.fa-solid.fa-thumbtack {
  visibility: hidden;
  position: absolute;
  top: 19px;
  right: 0px;
  color: #7366FF;
}
[dir=rtl] .page-wrapper.horizontal-wrapper .sidebar-list i.fa-solid.fa-thumbtack {
  left: 0;
  right: unset;
}
.page-wrapper.horizontal-wrapper .sidebar-list:hover i.fa-solid.fa-thumbtack {
  visibility: hidden;
  cursor: pointer;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper {
  height: 54px;
  line-height: inherit;
  top: 79px;
  background: #fff;
  box-shadow: 0px 9px 24px rgba(89, 102, 122, 0.05);
  overflow-x: hidden;
  z-index: 1;
  overflow-y: visible;
  position: fixed;
  width: 100vw;
  border-top: 1px solid #efefef;
  z-index: 3;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .simplebar-content {
  display: flex;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper li {
  display: inline-block;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-links .sidebar-list label.badge {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 1;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-links .sidebar-list .sidebar-submenu .badge {
  position: absolute;
  top: 10px;
  right: 40px;
  z-index: 1;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .logo-wrapper,
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .logo-icon-wrapper {
  display: none;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main {
  text-align: left;
  position: relative;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .left-arrow,
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .right-arrow {
  position: absolute;
  top: 0px;
  padding: 15px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .left-arrow.disabled,
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .right-arrow.disabled {
  display: none;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .left-arrow {
  left: 0;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .right-arrow {
  right: 0;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
  display: -webkit-box !important;
  padding: 0 5px;
  transition: all 0.5s ease;
  white-space: nowrap;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links li.sidebar-list a.active .according-menu i:before {
  content: "-";
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links li.sidebar-list a .according-menu {
  display: none;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links li.sidebar-list ul.sidebar-submenu li a.active {
  color: var(--theme-default);
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links li.sidebar-list ul.sidebar-submenu li a.active:after {
  background-color: var(--theme-default);
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li.sidebar-main-title.pin-title {
  display: none !important;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li.sidebar-main-title.pin-title.show {
  display: none !important;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li:hover > a > span {
  color: var(--theme-default);
  transition: all 0.3s ease;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li:hover a {
  background-color: rgba(115, 102, 255, 0.0015);
  transition: all 0.3s ease;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li:hover a svg.stroke-icon {
  stroke: var(--theme-default);
  transition: all 0.3s ease;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li:hover a svg.fill-icon {
  fill: var(--theme-default);
  transition: all 0.3s ease;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li:first-child {
  display: none !important;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li > a {
  display: block;
  color: #404040;
  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-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li > a.active {
  background-color: #dad6ff;
  transition: all 0.3s ease;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li > a.active svg,
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li > a.active span {
  color: var(--theme-default);
  transition: all 0.3s ease;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li > a .badge {
  position: absolute;
  top: -5px;
  margin-left: 1px;
  right: 10px;
  padding: 0.2em 0.7em;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li > a svg {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 10px;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu {
  position: fixed;
  z-index: 4;
  box-shadow: 0 0 1px 0 #898989;
  padding: 15px 0px 15px 0px;
  background: white;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li {
  border: 0;
  float: none;
  position: relative;
  display: block;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a {
  background: transparent;
  padding: 4px 30px;
  display: block;
  transition: all 0.5s ease;
  line-height: 1.9;
  color: rgba(43, 43, 43, 0.6);
  letter-spacing: 0.06em;
  font-weight: 500;
  font-family: Roboto;
  transition: all 0.3s ease;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a:after {
  left: 20px;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a:hover {
  color: var(--theme-default);
  letter-spacing: 1.5px;
  transition: all 0.3s ease;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a:hover:after {
  background-color: var(--theme-default);
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li:hover > a:after {
  left: 0;
  right: 0;
  opacity: 1;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper.overlay-white {
  background-color: rgba(255, 255, 255, 0.08);
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .toggle-nav {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .toggle-nav i {
  font-size: 24px;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-body {
  margin-top: 135px;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-main-title {
  display: none !important;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper.scorlled .sidebar-wrapper {
  display: none;
  transition: all 0.3s ease;
}
.page-wrapper.horizontal-wrapper .page-header {
  width: 100%;
  box-shadow: none;
}
.page-wrapper.horizontal-wrapper .page-header .header-wrapper .form-control-plaintext {
  width: auto !important;
}
.page-wrapper.horizontal-wrapper .page-header .header-wrapper .left-header {
  width: 30%;
}
@media (max-width: 1428px) and (min-width: 1324px) {
  .page-wrapper.horizontal-wrapper .page-header .header-wrapper .left-header {
    width: 32%;
  }
}
@media (max-width: 1323px) and (min-width: 1200px) {
  .page-wrapper.horizontal-wrapper .page-header .header-wrapper .left-header {
    width: 37%;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .page-wrapper.horizontal-wrapper .page-header .header-wrapper .left-header {
    width: 32%;
  }
}
@media (max-width: 1428px) and (min-width: 1324px) {
  .page-wrapper.horizontal-wrapper .page-header .header-wrapper .nav-right {
    width: 55%;
  }
}
@media (max-width: 1323px) and (min-width: 1200px) {
  .page-wrapper.horizontal-wrapper .page-header .header-wrapper .nav-right {
    width: 40%;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .page-wrapper.horizontal-wrapper .page-header .header-wrapper .nav-right {
    width: 50%;
  }
}
.page-wrapper.horizontal-wrapper.enterprice-type footer {
  margin-left: 0;
}
.page-wrapper.material-icon .card {
  border-radius: 30px;
  box-shadow: 0 0 20px rgba(115, 102, 255, 0.1);
}
@media (min-width: 768px) {
  .page-wrapper.material-icon.compact-sidebar.compact-small .page-header .header-wrapper .nav-right .nav-menus .mode svg {
    fill: #fff;
  }
}
.page-wrapper.material-icon.compact-sidebar.compact-small .page-body-wrapper .page-body .page-title h3 {
  color: #fff;
}
@media (min-width: 768px) {
  .page-wrapper.material-icon.compact-sidebar.compact-small .page-body-wrapper .page-body .page-title .breadcrumb .breadcrumb-item {
    color: #fff;
  }
}
.page-wrapper .sidebar-main-title h6 {
  font-size: 14px;
  font-weight: 600;
  color: #75758a;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 0.4px;
}
.page-wrapper.compact-wrapper .sidebar-list i.fa-solid.fa-thumbtack {
  visibility: hidden;
  position: absolute;
  top: 11px;
  right: -9px;
  color: #7366FF;
  z-index: 9999;
}
[dir=rtl] .page-wrapper.compact-wrapper .sidebar-list i.fa-solid.fa-thumbtack {
  left: -9px;
  right: unset;
}
.page-wrapper.compact-wrapper .sidebar-list:hover i.fa-solid.fa-thumbtack {
  visibility: visible;
  cursor: pointer;
}
.page-wrapper.compact-wrapper .sidebar-list.pined {
  order: -1;
}
.page-wrapper.compact-wrapper .pin-title {
  order: -1;
}
.page-wrapper.compact-wrapper .page-header {
  margin-left: 265px;
  width: calc(100% - 265px);
}
.page-wrapper.compact-wrapper .page-header.close_icon {
  margin-left: 80px;
  width: calc(100% - 80px);
}
.page-wrapper.compact-wrapper .page-header .header-wrapper .logo-wrapper {
  display: none;
}
.page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar {
  display: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper {
  position: fixed;
  top: 0;
  z-index: 9;
  height: auto;
  line-height: inherit;
  background: #fff;
  width: 265px;
  text-align: left;
  transition: 0.3s;
  box-shadow: 0 0 21px 0 rgba(89, 102, 122, 0.1);
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-wrapper,
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-icon-wrapper {
  padding: 22px 24px;
  box-shadow: -9px 0 20px rgba(89, 102, 122, 0.1);
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-icon-wrapper {
  display: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon {
  width: auto;
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .badge {
  opacity: 0;
  width: 0;
  padding: 0;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li {
  max-width: 86px;
  margin: 0;
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu a {
  display: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a {
  text-align: center;
  padding: 12px 14px;
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link .stroke-icon {
  margin-right: 0;
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link .fill-icon {
  margin-right: 0;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main-title {
  display: none !important;
  opacity: 0;
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .logo-wrapper {
  display: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .logo-icon-wrapper {
  text-align: right;
  display: block;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover {
  width: 265px;
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .badge {
  opacity: 1;
  width: auto;
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li {
  max-width: unset;
  margin: initial;
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a {
  text-align: left;
}
[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a {
  text-align: right;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link svg {
  margin-right: 10px;
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu a {
  display: block;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li > a {
  padding: 12px 20px;
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li > a span {
  display: inline-block;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .sidebar-main-title {
  opacity: 1;
  display: block !important;
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .logo-wrapper {
  display: block;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .logo-icon-wrapper {
  display: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .mobile-sidebar {
  transform: translate(183px);
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon ~ .page-body,
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon ~ footer {
  margin-left: 80px;
  transition: 0.5s;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon ~ .footer-fix {
  width: calc(100% - 80px);
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links {
  height: calc(100vh - 118px);
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link::before {
  right: 20px;
  left: unset;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a span {
  display: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links .sidebar-list .sidebar-title.active ~ .sidebar-submenu {
  display: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .according-menu {
  display: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .left-arrow,
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .right-arrow {
  display: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-list i.fa-solid.fa-thumbtack {
  visibility: hidden;
  position: absolute;
  top: 18px;
  right: 38px;
  color: #7366FF;
  font-size: 12px;
}
[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-list i.fa-solid.fa-thumbtack {
  left: 38px;
  right: unset;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-list:hover i.fa-solid.fa-thumbtack {
  visibility: visible;
  cursor: pointer;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-list.pined, .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-list.pin-title {
  order: -1;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .pin-title {
  order: -1;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links {
  height: calc(100vh - 115px);
  left: -300px;
  z-index: 99;
  transition: color 1s ease;
  overflow: auto;
  color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-bottom: 30px;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a {
  font-weight: 500;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a.active span {
  color: var(--theme-default);
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a svg {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  vertical-align: -2px;
  float: none;
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a span {
  letter-spacing: 0.7px;
  text-transform: capitalize;
  color: rgba(117, 117, 138, 0.8);
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a.link-nav .according-menu {
  display: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li:last-child {
  border-bottom: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links.opennav {
  left: 0;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .back-btn {
  display: block;
  width: 100%;
  padding: 0;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .back-btn .mobile-back {
  padding: 20px;
  color: #242934;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #efefef;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li {
  display: block;
  width: 100%;
  position: relative;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li.sidebar-main-title {
  padding: 25px 0 6px 20px;
  margin-top: 10px;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li.sidebar-main-title.pin-title {
  display: none !important;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li.sidebar-main-title.pin-title.show {
  display: block;
}
[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li.sidebar-main-title {
  padding: 25px 20px 6px 0;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li.sidebar-main-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  background: var(--sidebar-border);
  width: calc(100% - 40px);
  height: 1px;
  transform: translateX(-50%);
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li.sidebar-main-title:nth-child(2) {
  margin-top: 0;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li.sidebar-main-title:nth-child(2)::before {
  display: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li.sidebar-list .badge {
  position: absolute;
  right: 55px;
  top: 14.5px;
  padding: 0.45em 0.8em 0.33em;
  z-index: 1;
  font-size: 10px;
  letter-spacing: 0.7px;
  font-weight: 600;
  font-family: Roboto, sans-serif;
  border-radius: 10px;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li.sidebar-list .sidebar-submenu li {
  position: relative;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li.sidebar-list .sidebar-submenu li .badge {
  position: absolute;
  right: 50px;
  top: 8px;
  padding: 0.45em 0.8em 0.33em;
  z-index: 1;
  font-size: 10px;
  letter-spacing: 0.7px;
  font-weight: 600;
  font-family: Roboto, sans-serif;
  border-radius: 10px;
  margin-bottom: 0;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li.sidebar-list:hover > a:hover {
  background-color: rgba(115, 102, 255, 0.07);
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li:hover .sidebar-link:not(.active):hover svg {
  fill: rgba(115, 102, 255, 0.001);
  stroke: var(--theme-default);
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li:hover .sidebar-link:not(.active):hover svg.fill-icon {
  fill: var(--theme-default);
  stroke: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li:hover .sidebar-link:not(.active):hover span {
  color: var(--theme-default);
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li:hover .sidebar-link:not(.active):hover .according-menu i {
  color: var(--theme-default);
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a {
  padding: 12px 20px;
  position: relative;
  color: #222222;
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a .sub-arrow {
  right: 20px;
  position: absolute;
  top: 10px;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a .sub-arrow i {
  display: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a .sub-arrow:before {
  display: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li:first-child {
  display: none !important;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu {
  width: 100%;
  padding: 0;
  position: relative !important;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu > li a {
  padding-left: 48px !important;
  font-weight: 400;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu .submenu-title .according-menu {
  top: 7px;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu.opensubmenu {
  display: block;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li:hover > a {
  color: var(--theme-default);
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li .sidebar-submenu {
  display: none;
  position: relative !important;
  right: 0;
  width: 100%;
  padding: 0;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li .sidebar-submenu.opensubchild {
  display: block;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li .sidebar-submenu li a {
  padding: 6px 45px;
  padding-left: 56px !important;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li .sidebar-submenu li a:after {
  display: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a {
  padding: 7px 25px;
  font-size: 14px;
  color: rgba(64, 64, 64, 0.6);
  display: block;
  position: relative;
  letter-spacing: 0.06em;
  font-weight: 500;
  transition: all 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a.active {
  color: var(--theme-default);
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a.active::before {
  opacity: 1;
  visibility: visible;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a:after {
  left: 27px;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a:hover {
  margin-left: 0;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link {
  transition: all 0.5s ease;
  display: block;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 35px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #7366FF;
  border-radius: 5px 0px 0px 5px;
  opacity: 0;
  visibility: hidden;
}
[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link::after {
  right: unset;
  left: 0;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active {
  transition: all 0.5s ease;
  position: relative;
  margin-bottom: 10px;
  background-color: #f1f0ff;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active::after {
  opacity: 1;
  visibility: visible;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active ~ .sidebar-submenu::before {
  height: calc(100% - 8px);
  transition: height 0.5s;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active .according-menu i {
  color: var(--theme-default);
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active span {
  color: var(--theme-default);
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .simplebar-content {
  display: flex;
  flex-direction: column;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper:hover .according-menu {
  display: block;
}
.page-wrapper.compact-wrapper .page-body-wrapper .according-menu {
  position: absolute;
  right: 20px;
  top: 11px;
  display: block;
}
.page-wrapper.compact-wrapper .page-body-wrapper .according-menu i {
  vertical-align: middle;
  color: rgba(117, 117, 138, 0.8);
}
.page-wrapper.compact-wrapper .page-body-wrapper .main-menu.border-section {
  border: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper .main-menu .menu-left .main-menu-right .toggle-nav {
  position: absolute;
  z-index: 2;
  right: 145px;
  top: 6px;
}
.page-wrapper.compact-wrapper .page-body-wrapper .main-menu .menu-left .main-menu-right .toggle-nav .sidebar-name {
  font-size: 18px;
  padding-left: 5px;
  text-transform: uppercase;
}
.page-wrapper.compact-wrapper .page-body-wrapper .page-body {
  min-height: calc(100vh - 80px);
  margin-top: 80px;
  margin-left: 265px;
}
.page-wrapper.compact-wrapper.dark-sidebar .sidebar-main-title h6, .page-wrapper.compact-wrapper.color-sidebar .sidebar-main-title h6 {
  color: rgba(255, 255, 255, 0.6);
}
.page-wrapper.compact-wrapper.dark-sidebar .toggle-sidebar svg, .page-wrapper.compact-wrapper.color-sidebar .toggle-sidebar svg {
  stroke: var(--theme-default);
}
.page-wrapper.compact-wrapper.dark-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a svg.stroke-icon, .page-wrapper.compact-wrapper.color-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a svg.stroke-icon {
  stroke: rgba(255, 255, 255, 0.6);
}
.page-wrapper.compact-wrapper.dark-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a svg.fill-icon, .page-wrapper.compact-wrapper.color-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a svg.fill-icon {
  fill: rgba(255, 255, 255, 0.6);
}
.page-wrapper.compact-wrapper.dark-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a.active svg.stroke-icon, .page-wrapper.compact-wrapper.color-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a.active svg.stroke-icon {
  stroke: var(--theme-default);
}
.page-wrapper.compact-wrapper.dark-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a.active svg.fill-icon, .page-wrapper.compact-wrapper.color-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a.active svg.fill-icon {
  fill: var(--theme-default);
}
.page-wrapper.compact-wrapper.dark-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li.sidebar-main-title::before, .page-wrapper.compact-wrapper.color-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li.sidebar-main-title::before {
  background: #374558;
}
.page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper {
  background-color: #262932;
}
.page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links li a span, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links li a span {
  color: rgba(255, 255, 255, 0.6);
}
.page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links li a svg.stroke-icon, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links li a svg.stroke-icon {
  stroke: rgba(255, 255, 255, 0.6);
}
.page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links li a svg.fill-icon, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links li a svg.fill-icon {
  fill: rgba(255, 255, 255, 0.6);
}
.page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active {
  background-color: rgba(115, 102, 255, 0.2);
}
.page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active svg, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active svg {
  color: var(--theme-default);
  stroke: var(--theme-default);
}
.page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a {
  color: rgba(255, 255, 255, 0.6);
}
.page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a span, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a span {
  color: rgba(255, 255, 255, 0.6);
}
.page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a.active, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a.active {
  color: var(--theme-default);
}
.page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .logo-wrapper .for-light, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .logo-wrapper .for-light {
  display: none;
}
.page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .logo-wrapper .for-dark, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .logo-wrapper .for-dark {
  display: block;
}
.page-wrapper.compact-wrapper.dark-sidebar .according-menu i, .page-wrapper.compact-wrapper.color-sidebar .according-menu i {
  color: rgba(255, 255, 255, 0.6);
}
.page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper {
  background-color: #2f3c4e;
}
.page-wrapper.compact-sidebar .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content {
  display: flex;
  flex-direction: column;
}
.page-wrapper.compact-sidebar .sidebar-list i.fa-solid.fa-thumbtack {
  visibility: hidden;
  position: absolute;
  top: 8px;
  right: 54px;
  color: #7366FF;
  width: 20px;
  height: 20px;
  background-color: #e8e5ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
[dir=rtl] .page-wrapper.compact-sidebar .sidebar-list i.fa-solid.fa-thumbtack {
  left: 54px;
  right: unset;
}
.page-wrapper.compact-sidebar .sidebar-list:hover i.fa-solid.fa-thumbtack {
  visibility: visible;
  cursor: pointer;
  z-index: 1;
}
.page-wrapper.compact-sidebar .sidebar-list.pined {
  order: -1;
}
.page-wrapper.compact-sidebar .pin-title {
  order: -1;
}
.page-wrapper.compact-sidebar ~ .bg-overlay1 {
  transition: 0.8s;
}
.page-wrapper.compact-sidebar ~ .bg-overlay1.active {
  z-index: 8;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
}
.page-wrapper.compact-sidebar .toggle-sidebar {
  position: relative;
  right: unset;
  top: unset;
  margin-right: 15px;
}
.page-wrapper.compact-sidebar .sidebar-main-title {
  display: none;
}
.page-wrapper.compact-sidebar .logo-wrapper {
  display: none;
}
.page-wrapper.compact-sidebar .logo-icon-wrapper {
  display: block;
  text-align: center;
  padding: 24px 30px;
  box-shadow: -9px 0 20px rgba(89, 102, 122, 0.1);
}
.page-wrapper.compact-sidebar .page-header {
  margin-left: 150px;
  width: calc(100% - 150px);
}
.page-wrapper.compact-sidebar .page-header .header-wrapper .logo-wrapper {
  display: none;
}
.page-wrapper.compact-sidebar .page-header .header-wrapper .left-header {
  width: 30%;
}
@media (max-width: 1578px) and (min-width: 1274px) {
  .page-wrapper.compact-sidebar .page-header .header-wrapper .left-header {
    width: 38%;
  }
}
@media (max-width: 1273px) and (min-width: 1200px) {
  .page-wrapper.compact-sidebar .page-header .header-wrapper .left-header {
    width: 45%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .page-wrapper.compact-sidebar .page-header .header-wrapper .left-header {
    width: 36%;
  }
}
@media (max-width: 767px) and (min-width: 756px) {
  .page-wrapper.compact-sidebar .page-header .header-wrapper .left-header {
    width: 28%;
  }
}
@media (max-width: 1199px) {
  .page-wrapper.compact-sidebar .page-header .header-wrapper .left-header h6 {
    width: 132px;
  }
}
@media (max-width: 767px) {
  .page-wrapper.compact-sidebar .page-header .header-wrapper .left-header h6 {
    width: 83px;
  }
}
.page-wrapper.compact-sidebar .page-header.close_icon {
  margin-left: 0;
  width: calc(100% - 0px);
}
.page-wrapper.compact-sidebar .page-body-wrapper .page-body {
  margin-top: 80px;
  margin-left: 150px;
}
.page-wrapper.compact-sidebar .page-body-wrapper .footer {
  margin-left: 150px;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper {
  position: fixed;
  top: 0;
  z-index: 9;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper > div {
  height: auto;
  line-height: inherit;
  background: #fff;
  width: 150px;
  text-align: left;
  transition: 0.3s;
  box-shadow: 0 0 21px 0 rgba(89, 102, 122, 0.1);
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .left-arrow,
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .right-arrow {
  display: none;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links {
  margin: 30px 0;
  height: calc(100vh - 113px);
  overflow: auto;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a {
  color: #3f475a;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a span {
  text-transform: capitalize;
  color: #3f475a;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 14px;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a.active {
  background: rgba(115, 102, 255, 0.1);
  color: #7366FF;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a.active span {
  color: #7366FF;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a.active .sidebar-submenu {
  animation: fadeInLeft 300ms ease-in-out;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-title {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #f3f3f3;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li > .sidebar-submenu {
  position: fixed;
  top: 0px;
  height: calc(100vh - 0px);
  overflow: auto;
  left: 150px;
  width: 230px;
  background-color: #fff;
  box-shadow: 0 16px 15px 15px rgba(126, 55, 216, 0.03);
  transition: all 0.5s ease-in-out;
  display: none;
  padding-top: 20px;
  z-index: -1;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li > .sidebar-submenu li {
  position: relative;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li > .sidebar-submenu li label.badge {
  left: 68%;
  top: 20px;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li > .sidebar-submenu li a {
  padding: 15px 15px 15px 40px;
  display: block;
  position: relative;
  border-bottom: 1px solid #f1f1f1;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li > .sidebar-submenu li a .sub-arrow {
  display: none;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li > .sidebar-submenu li a .according-menu {
  position: absolute;
  right: 20px;
  top: 16px;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li > .sidebar-submenu li a.active {
  background-color: rgba(115, 102, 255, 0.1);
  color: #7366FF;
  transition: all 0.3s ease;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li > .sidebar-submenu li .sidebar-submenu {
  display: block;
  height: auto;
  position: unset;
  padding: 0;
  padding-left: 20px;
  transition: all 0.5s ease;
  box-shadow: unset;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li > .sidebar-submenu li .sidebar-submenu li a.active {
  background-color: transparent;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li > .sidebar-submenu > li > a::after {
  position: absolute;
  content: "";
  left: 20px;
  top: 48%;
  width: 8px;
  border-top: 2px solid rgba(117, 117, 138, 0.4);
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li > .sidebar-submenu .mega-box {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li > .sidebar-submenu .mega-box .link-section {
  text-align: left;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li > .sidebar-submenu .mega-box .link-section .submenu-title h5 {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 15px 15px 40px;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li > .sidebar-submenu .mega-box .link-section .submenu-title h5::after {
  position: absolute;
  content: "";
  left: 20px;
  top: 48%;
  width: 6px;
  border-top: 2px solid #595c60;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list {
  position: relative;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list .badge {
  position: absolute;
  left: 50%;
  top: 10px;
  font-weight: 500;
  font-size: 9px;
  margin-bottom: 0;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list .sidebar-link {
  text-align: center;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list .sidebar-link svg {
  margin: 0 auto 6px;
  width: 24px;
  height: 24px;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list .sidebar-link > span {
  display: block;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 14px;
  word-break: break-word;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list .sidebar-link .according-menu {
  display: none;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper.close_icon {
  transform: translateX(-150px);
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper.close_icon ~ .page-body,
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper.close_icon ~ .footer {
  margin-left: 0px;
}
.page-wrapper.compact-small .toggle-sidebar {
  position: relative;
  right: unset;
  top: unset;
  margin-right: 15px;
}
.page-wrapper.compact-small .sidebar-list i.fa-solid.fa-thumbtack {
  visibility: hidden;
  position: absolute;
  top: 8px;
  right: 22px;
  color: #7366FF;
  width: 20px;
  height: 20px;
  background-color: #e8e5ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
[dir=rtl] .page-wrapper.compact-small .sidebar-list i.fa-solid.fa-thumbtack {
  left: 22px;
  right: unset;
}
.page-wrapper.compact-small .sidebar-list:hover i.fa-solid.fa-thumbtack {
  visibility: visible;
}
.page-wrapper.compact-small .sidebar-list.pined, .page-wrapper.compact-small .sidebar-list.pin-title {
  order: -1;
}
.page-wrapper.compact-small.material-icon .page-body-wrapper .page-body .page-title h4 {
  color: var(--white);
}
.page-wrapper.compact-small .sidebar-main-title,
.page-wrapper.compact-small .logo-wrapper {
  display: none;
}
.page-wrapper.compact-small .logo-icon-wrapper {
  display: block;
  text-align: center;
  padding: 27px 30px;
  box-shadow: -9px 0 20px rgba(89, 102, 122, 0.1);
}
.page-wrapper.compact-small .page-header {
  margin-left: 90px;
  width: calc(100% - 90px);
}
.page-wrapper.compact-small .page-header .header-wrapper .logo-wrapper {
  display: none;
}
.page-wrapper.compact-small .page-header.close_icon {
  margin-left: 0;
  width: calc(100% - 0px);
}
.page-wrapper.compact-small .page-body-wrapper .page-body {
  margin-left: 90px;
}
.page-wrapper.compact-small .page-body-wrapper .footer {
  margin-left: 90px;
}
.page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper > div {
  width: 90px;
}
@media (max-width: 420px) {
  .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links {
    height: calc(100vh - 105px);
  }
}
.page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-title {
  display: block;
  padding: 15px 0;
}
.page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu {
  left: 90px;
}
.page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu li a {
  padding: 10px 15px 10px 40px;
}
.page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu li a .sub-arrow {
  display: none;
}
.page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu li a .according-menu {
  top: 11px;
}
.page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list .badge {
  display: none;
}
.page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list .sidebar-link svg {
  margin: 0 auto;
  width: 20px;
  height: 20px;
}
.page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list .sidebar-link > span {
  display: none;
}
.page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .mega-menu svg {
  margin: 0 auto;
}
.page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .mega-menu a > span {
  display: none;
}
.page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper.close_icon {
  transform: translateX(-150px);
}
.page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper.close_icon ~ .page-body,
.page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper.close_icon ~ .footer {
  margin-left: 0px;
}
.page-wrapper.only-body {
  background-color: #f2f0fa;
}
.page-wrapper.only-body .page-body-wrapper {
  background-color: #f2f0fa;
}
.page-wrapper.only-body .page-body-wrapper .page-body .page-title .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
.page-wrapper.only-body .page-header {
  position: relative;
}
.page-wrapper.only-body .page-header .header-logo-wrapper {
  display: none;
}
.page-wrapper.only-body .page-header .header-wrapper {
  padding: 0 !important;
}
.page-wrapper.only-body .page-header .header-wrapper .left-header {
  display: none;
}
.page-wrapper.only-body .page-header .header-wrapper .nav-right {
  position: absolute;
  right: 60px;
  top: 58px;
}
@media (max-width: 991px) {
  .page-wrapper.only-body .page-header .header-wrapper .nav-right {
    top: 50px;
  }
}
.page-wrapper.only-body .page-header .header-wrapper .search-full {
  top: 37px;
  width: calc(100% - 50px);
  left: 25px;
}
[dir=rtl] .page-wrapper.only-body .page-header .header-wrapper .search-full {
  left: unset;
  right: 25px;
}
.page-wrapper.only-body .page-header .header-wrapper .search-full .form-group .Typeahead .u-posRelative {
  background-color: #fff;
  border-radius: 15px;
}
.page-wrapper.only-body .page-header .header-wrapper .search-full .Typeahead-menu {
  top: 78px;
  width: calc(100% - 30px);
  margin: 0 auto;
  right: 0;
}
.page-wrapper.only-body .page-body-wrapper .page-title {
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-wrapper.only-body .sidebar-wrapper,
.page-wrapper.only-body footer {
  display: none;
}
.page-wrapper.only-body .page-body-wrapper .page-body {
  margin-top: 0px;
  min-height: calc(100vh - 0px);
}
.page-wrapper.only-body .page-body-wrapper .page-title {
  padding-left: 30px;
  padding-right: 30px;
  margin: 30px 0;
  border-radius: 15px;
}
@media (max-width: 991.98px) {
  .page-wrapper.only-body .page-body-wrapper .page-title {
    padding-left: 20px;
    padding-right: 20px;
    margin: 20px 0;
  }
}
.page-wrapper.only-body .page-body-wrapper .page-title > .row .col-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
.page-wrapper.only-body .page-body-wrapper .page-title .breadcrumb {
  margin-top: 5px;
  justify-content: flex-start;
}
.page-wrapper.modern-type .progress-chart-wrap {
  margin-left: -22px;
}
[dir=rtl] .page-wrapper.modern-type .progress-chart-wrap {
  margin-left: unset;
  margin-right: -22px;
}
.page-wrapper.modern-type .ecommerce-widget {
  border: 1px solid #dad6ff !important;
}
.page-wrapper.modern-type .file-sidebar .pricing-plan {
  border: 1px solid #dad6ff !important;
}
.page-wrapper.modern-type .alert-primary {
  color: #7366FF;
}
.page-wrapper.modern-type .project-box {
  background-color: #dad6ff;
}
.page-wrapper.modern-type .nav-tabs .nav-link.active {
  background-color: transparent;
}
.page-wrapper.modern-type .simplebar-mask {
  top: 10px;
}
.page-wrapper.modern-type .page-header {
  margin-left: 0px;
  width: calc(100% - 0px);
}
.page-wrapper.modern-type .page-header.close_icon {
  margin-left: 0px;
  width: calc(100% - 0px);
}
.page-wrapper.modern-type .page-header .header-wrapper .left-header {
  width: 30%;
}
@media (max-width: 1428px) and (min-width: 1200px) {
  .page-wrapper.modern-type .page-header .header-wrapper .left-header {
    width: 37%;
  }
}
@media (max-width: 818px) {
  .page-wrapper.modern-type .page-header .header-wrapper .left-header {
    width: 36%;
  }
}
@media (max-width: 1669px) {
  .page-wrapper.modern-type .page-header .header-wrapper .nav-right {
    width: 50%;
  }
}
@media (max-width: 1428px) and (min-width: 1200px) {
  .page-wrapper.modern-type .page-header .header-wrapper .nav-right {
    width: 40%;
  }
}
.page-wrapper.modern-type .page-header .header-wrapper .header-logo-wrapper {
  display: flex;
  align-items: center;
}
.page-wrapper.modern-type .page-header .header-wrapper .logo-wrapper {
  display: block;
  margin-right: 30px;
}
.page-wrapper.modern-type .page-header .header-wrapper .toggle-sidebar {
  display: block;
  position: relative;
  top: unset;
  right: unset;
  margin-right: 15px;
}
.page-wrapper.modern-type .page-body-wrapper .page-title {
  background-color: transparent;
  padding-bottom: 0;
}
.page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper {
  margin: 30px !important;
  top: 80px;
  bottom: 0;
  border-radius: 15px;
}
.page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper .logo-wrapper,
.page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper .logo-icon-wrapper {
  display: none;
}
.page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links {
  height: calc(100vh - 160px);
}
.page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper.close_icon .logo-icon-wrapper {
  display: none;
}
.page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper.close_icon ~ .page-body {
  margin-left: 0px;
}
.page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper.close_icon ~ footer {
  margin-left: 0px;
  margin-right: 0px;
}
.page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper.close_icon:hover .logo-wrapper {
  display: none;
}
.page-wrapper.modern-type .page-body-wrapper .page-body {
  margin-left: 296px;
}
.page-wrapper.modern-type .page-body-wrapper .page-body .container-fluid {
  max-width: 1500px;
}
.page-wrapper.modern-type .page-body-wrapper .footer {
  margin-left: 360px;
  margin-right: 70px;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .page-wrapper.modern-type .page-body-wrapper .footer {
    margin-right: 0;
    margin-left: 0;
  }
}
.page-wrapper.material-type {
  position: relative;
}
.page-wrapper.material-type::before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 300px;
  background-image: linear-gradient(103.75deg, #33B1EE -13.9%, var(--theme-default) 79.68%);
}
.page-wrapper.material-type .card {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.page-wrapper.material-type .page-header {
  position: relative;
  max-width: 1560px;
  margin: 50px auto 0;
  border-radius: 15px 15px 0 0;
}
@media (max-width: 863px) {
  .page-wrapper.material-type .page-header.close_icon .header-wrapper .nav-right .nav-menus .profile-nav .profile-media .flex-grow-1 {
    display: none;
  }
}
.page-wrapper.material-type .page-header .header-wrapper .left-header {
  width: 31%;
}
@media (max-width: 1600px) {
  .page-wrapper.material-type .page-header .header-wrapper .left-header {
    width: 33%;
  }
}
@media (max-width: 1366px) {
  .page-wrapper.material-type .page-header .header-wrapper .left-header {
    width: 38%;
  }
}
@media (max-width: 1199px) {
  .page-wrapper.material-type .page-header .header-wrapper .left-header {
    width: 30%;
  }
}
@media (max-width: 1600px) and (min-width: 1008px) {
  .page-wrapper.material-type .page-header .header-wrapper .nav-right {
    width: 48%;
  }
}
@media (max-width: 1007px) {
  .page-wrapper.material-type .page-header .header-wrapper .nav-right {
    width: 58%;
  }
}
.page-wrapper.material-type .page-body-wrapper {
  background-image: url(../images/other-images/boxbg.jpg);
  background-blend-mode: overlay;
  background-color: rgba(255, 255, 255, 0.5);
}
.page-wrapper.material-type .page-body-wrapper .sidebar-wrapper {
  position: relative;
  max-width: 1560px;
  margin: 0 auto;
  top: unset;
  height: 56px;
}
.page-wrapper.material-type .page-body-wrapper .page-body {
  margin: 0 auto;
  max-width: 1560px;
  background-color: #f8f8f8;
  box-shadow: 0 0 20px 7px rgba(8, 21, 66, 0.05);
  border-radius: 0 0 15px 15px;
}
.page-wrapper.material-type .footer {
  margin-top: 40px;
}
.page-wrapper.material-type.compact-wrapper .page-header .header-wrapper .left-header {
  width: 38%;
}
@media (max-width: 991px) and (min-width: 864px) {
  .page-wrapper.material-type.compact-wrapper .page-header .header-wrapper .nav-right {
    width: 55%;
  }
}
@media (max-width: 863px) {
  .page-wrapper.material-type.compact-wrapper .page-header .header-wrapper .nav-right {
    width: 40%;
  }
}
.page-wrapper.advance-layout {
  background-blend-mode: overlay;
  background-color: #F7F8F9;
}
.page-wrapper.advance-layout .card {
  border-radius: 5px;
  box-shadow: none;
  border: 1px solid #ecf3fa;
}
.page-wrapper.advance-layout .page-header {
  position: relative;
  background-color: #fff;
  margin: 0 auto;
}
.page-wrapper.advance-layout .page-body-wrapper {
  background: transparent;
}
.page-wrapper.advance-layout .page-body-wrapper .sidebar-wrapper {
  position: relative !important;
  top: unset !important;
  height: unset;
  box-shadow: none;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.page-wrapper.advance-layout .page-body-wrapper .sidebar-wrapper > div {
  overflow-x: hidden;
}
.page-wrapper.advance-layout .page-body-wrapper .page-body {
  margin-top: 0 !important;
}

@keyframes pagebody {
  from {
    opacity: 0;
    transform: scale3d(0.98, 0.98, 0.98) translate(-20px, -50px);
  }
  50% {
    opacity: 1;
  }
}
.md-sidebar {
  position: relative;
}
.md-sidebar .md-sidebar-toggle {
  display: none;
  width: fit-content;
  text-transform: capitalize;
  margin-bottom: 20px;
}

@media screen and (max-width: 1460px) {
  .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li {
    margin-right: 8px;
  }
}
@media screen and (max-width: 1366px) {
  .profile-dropdown.onhover-show-div {
    right: 0;
    left: unset !important;
  }
  .profile-dropdown.onhover-show-div:before, .profile-dropdown.onhover-show-div:after {
    right: 10px !important;
    left: unset !important;
  }
}
@media screen and (max-width: 1199px) {
  .page-wrapper .page-header .header-wrapper .nav-right > ul > li {
    padding: 8px;
  }
  .mobile-title.d-none {
    display: flex !important;
    justify-content: space-between;
    padding: 20px 30px 17px;
    border-bottom: 1px solid #ddd;
    margin: 0 -15px;
  }
  .mobile-title.d-none h5 {
    color: var(--theme-default);
  }
  .mobile-title.d-none svg {
    stroke: var(--theme-default) !important;
  }
}
@media (max-width: 1039px) and (min-width: 992px) {
  .page-wrapper .page-header .header-wrapper .nav-right > ul > li {
    padding: 6px;
  }
}
@media screen and (min-width: 992px) {
  .page-header .header-wrapper .nav-right .notification-dropdown {
    top: 46px;
  }
  .responsive-btn {
    display: none;
  }
  .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-main .sidebar-links .simplebar-mask {
    top: 0;
  }
  .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu {
    width: 236px;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    transition: all 0.5s ease;
  }
  .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu a .sub-arrow {
    position: absolute;
    right: 20px;
    top: 5px;
    color: #59667a;
    font-weight: 100;
    transition: all 0.5s ease;
    font-size: 15px;
    top: 5px;
  }
  .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li .sidebar-submenu {
    display: none;
    border-radius: 4px;
  }
  .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li:hover .sidebar-submenu {
    display: block;
    position: absolute;
    left: 200px;
    background-color: #fff;
    top: -10px;
    padding: 15px 0px 15px 0px;
    box-shadow: 0 0 1px 0 #898989;
  }
  .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a:hover .sub-arrow {
    right: 16px;
    transition: all 0.5s ease;
  }
  .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li.hoverd .sidebar-submenu {
    opacity: 1;
    visibility: visible;
    margin-top: 8px;
    transition: all 0.5s ease;
  }
  .page-wrapper.horizontal-wrapper .page-body-wrapper .toggle-nav {
    display: none;
  }
  .page-wrapper.horizontal-wrapper .page-body-wrapper .mobile-back {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .page-wrapper.material-icon {
    position: relative;
  }
  .page-wrapper.material-icon::before {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(103.75deg, #33B1EE -13.9%, var(--theme-default) 79.68%);
  }
  .page-wrapper.material-icon .toggle-sidebar {
    color: rgba(255, 255, 255, 0.8);
  }
  .page-wrapper.material-icon .toggle-sidebar:hover > svg {
    color: #fff !important;
    stroke: #fff !important;
  }
  .page-wrapper.material-icon .page-header {
    position: relative;
    background: transparent;
    padding-left: 90px;
    max-width: 1660px;
    margin: 0 auto;
    width: calc(100% - 0px);
    box-shadow: none;
  }
  .page-wrapper.material-icon .page-header .f-light {
    color: #fff;
  }
  .page-wrapper.material-icon .page-header .header-wrapper .nav-right ul li svg {
    stroke: #fff;
  }
  .page-wrapper.material-icon .page-header .header-wrapper .nav-right ul li .profile-dropdown li svg {
    stroke: #404040;
  }
  .page-wrapper.material-icon .page-header .header-wrapper .nav-right > ul > li {
    color: #fff;
  }
  .page-wrapper.material-icon .page-header .header-wrapper .nav-right > ul > li .notification-box svg,
  .page-wrapper.material-icon .page-header .header-wrapper .nav-right > ul > li .cart-box svg {
    stroke: #fff;
  }
  .page-wrapper.material-icon .page-header .header-wrapper .nav-right > ul > li > a > svg {
    stroke: #fff;
  }
  .page-wrapper.material-icon .page-header .header-wrapper .nav-right > ul > li > svg {
    stroke: #fff;
  }
  .page-wrapper.material-icon .page-header .header-wrapper .nav-right .language-nav .more_lang {
    color: #404040;
  }
  .page-wrapper.material-icon .page-header .header-wrapper .nav-right .onhover-show-div {
    color: #404040;
  }
  .page-wrapper.material-icon .page-header .header-wrapper .nav-right.right-header ul li .profile-media .flex-grow-1 p {
    color: rgba(255, 255, 255, 0.7);
  }
  .page-wrapper.material-icon .page-header.close_icon {
    padding-left: 0;
    margin: 0 auto !important;
  }
  .page-wrapper.material-icon .page-body-wrapper .page-body {
    margin-top: 0 !important;
    padding-left: 90px;
    max-width: 1660px;
    margin: 0 auto;
  }
  .page-wrapper.material-icon .page-body-wrapper div.sidebar-wrapper.close_icon ~ .page-body {
    padding-left: 15px;
    margin: 0 auto !important;
  }
  .page-wrapper.material-icon .page-body-wrapper .page-title {
    color: #fff;
    background-color: transparent;
    border-bottom: none;
    box-shadow: none;
  }
  .page-wrapper.material-icon .page-body-wrapper .page-title .breadcrumb .breadcrumb-item a svg {
    stroke: #fff;
  }
  .page-wrapper.material-icon .page-body-wrapper .page-title .breadcrumb .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.6);
  }
  .page-wrapper.material-icon .page-body-wrapper .page-title .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.8);
  }
}
@media only screen and (min-width: 992px) {
  .page-wrapper.material-icon::before {
    height: 240px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-wrapper .menu .brand-logo img {
    width: 120px;
  }
}
@media screen and (max-width: 576px) {
  .toggle-nav i {
    font-size: 20px;
  }
}
/**==sidebar-css==**/
/**=====================
  5.7 Sidebar CSS Ends
==========================**/
/**=====================
    5.8 Rtl CSS Start
==========================**/
html[dir=rtl] {
  /*======= All-Borders-color css starts  ======= */
  /*======= All-Borders-color css ends  ======= */
  /*====== Border width css starts ======*/
  /*====== Border width css ends ======*/
}
html[dir=rtl] ul {
  padding-right: 0;
}
html[dir=rtl] .ms-auto {
  margin-left: unset !important;
  margin-right: auto !important;
}
html[dir=rtl] .slider-wrapper {
  direction: ltr;
}
html[dir=rtl] .f-right {
  float: left;
}
html[dir=rtl] .ps-1 {
  padding-left: unset !important;
  padding-right: 0.25rem;
}
html[dir=rtl] .tap-top {
  right: unset;
  left: 30px;
}
@media (min-width: 576px) {
  html[dir=rtl] .pe-sm-3 {
    padding-right: unset !important;
    padding-left: 1rem !important;
  }
}
html[dir=rtl] .offcanvas .offcanvas-header .btn-close {
  margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) auto calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x));
}
html[dir=rtl] .papernote-wrap .note-labels ul {
  gap: 9px;
}
html[dir=rtl] .form-check-inline {
  margin-right: unset;
  margin-left: 1rem;
}
html[dir=rtl] .knowledgebase-search .form-inline svg {
  left: unset;
  right: 20px;
}
html[dir=rtl] .switch-showcase .form-check .form-check-input {
  float: left;
}
html[dir=rtl] .alert.notify-alert.alert-theme {
  left: 20px !important;
  right: unset !important;
}
html[dir=rtl] .pill-input-group span:last-child {
  border-top-right-radius: unset !important;
  border-bottom-right-radius: unset !important;
  border-top-left-radius: 1.3rem !important;
  border-bottom-left-radius: 1.3rem !important;
}
html[dir=rtl] .pill-input-group span:first-child {
  border-top-left-radius: unset !important;
  border-top-right-radius: unset !important;
  border-top-right-radius: 1.3rem !important;
  border-bottom-right-radius: 1.3rem !important;
}
html[dir=rtl] .b-l-primary {
  border-right: 1px solid #7366FF !important;
  border-left: unset !important;
}
html[dir=rtl] .border-l-primary {
  border-right: 1px solid #7366FF !important;
  border-left: unset !important;
}
html[dir=rtl] .b-r-primary {
  border-left: 1px solid #7366FF !important;
  border-right: unset !important;
}
html[dir=rtl] .border-r-primary {
  border-left: 1px solid #7366FF !important;
  border-right: unset !important;
}
html[dir=rtl] .b-l-secondary {
  border-right: 1px solid #838383 !important;
  border-left: unset !important;
}
html[dir=rtl] .border-l-secondary {
  border-right: 1px solid #838383 !important;
  border-left: unset !important;
}
html[dir=rtl] .b-r-secondary {
  border-left: 1px solid #838383 !important;
  border-right: unset !important;
}
html[dir=rtl] .border-r-secondary {
  border-left: 1px solid #838383 !important;
  border-right: unset !important;
}
html[dir=rtl] .b-l-success {
  border-right: 1px solid #65c15c !important;
  border-left: unset !important;
}
html[dir=rtl] .border-l-success {
  border-right: 1px solid #65c15c !important;
  border-left: unset !important;
}
html[dir=rtl] .b-r-success {
  border-left: 1px solid #65c15c !important;
  border-right: unset !important;
}
html[dir=rtl] .border-r-success {
  border-left: 1px solid #65c15c !important;
  border-right: unset !important;
}
html[dir=rtl] .b-l-danger {
  border-right: 1px solid #fc564a !important;
  border-left: unset !important;
}
html[dir=rtl] .border-l-danger {
  border-right: 1px solid #fc564a !important;
  border-left: unset !important;
}
html[dir=rtl] .b-r-danger {
  border-left: 1px solid #fc564a !important;
  border-right: unset !important;
}
html[dir=rtl] .border-r-danger {
  border-left: 1px solid #fc564a !important;
  border-right: unset !important;
}
html[dir=rtl] .b-l-info {
  border-right: 1px solid #40b8f5 !important;
  border-left: unset !important;
}
html[dir=rtl] .border-l-info {
  border-right: 1px solid #40b8f5 !important;
  border-left: unset !important;
}
html[dir=rtl] .b-r-info {
  border-left: 1px solid #40b8f5 !important;
  border-right: unset !important;
}
html[dir=rtl] .border-r-info {
  border-left: 1px solid #40b8f5 !important;
  border-right: unset !important;
}
html[dir=rtl] .b-l-light {
  border-right: 1px solid #f4f4f4 !important;
  border-left: unset !important;
}
html[dir=rtl] .border-l-light {
  border-right: 1px solid #f4f4f4 !important;
  border-left: unset !important;
}
html[dir=rtl] .b-r-light {
  border-left: 1px solid #f4f4f4 !important;
  border-right: unset !important;
}
html[dir=rtl] .border-r-light {
  border-left: 1px solid #f4f4f4 !important;
  border-right: unset !important;
}
html[dir=rtl] .b-l-dark {
  border-right: 1px solid #3f475a !important;
  border-left: unset !important;
}
html[dir=rtl] .border-l-dark {
  border-right: 1px solid #3f475a !important;
  border-left: unset !important;
}
html[dir=rtl] .b-r-dark {
  border-left: 1px solid #3f475a !important;
  border-right: unset !important;
}
html[dir=rtl] .border-r-dark {
  border-left: 1px solid #3f475a !important;
  border-right: unset !important;
}
html[dir=rtl] .b-l-warning {
  border-right: 1px solid #ffb829 !important;
  border-left: unset !important;
}
html[dir=rtl] .border-l-warning {
  border-right: 1px solid #ffb829 !important;
  border-left: unset !important;
}
html[dir=rtl] .b-r-warning {
  border-left: 1px solid #ffb829 !important;
  border-right: unset !important;
}
html[dir=rtl] .border-r-warning {
  border-left: 1px solid #ffb829 !important;
  border-right: unset !important;
}
html[dir=rtl] .border-1 {
  border-width: 1px !important;
}
html[dir=rtl] .border-2 {
  border-width: 2px !important;
}
html[dir=rtl] .border-3 {
  border-width: 3px !important;
}
html[dir=rtl] .border-4 {
  border-width: 4px !important;
}
html[dir=rtl] .border-5 {
  border-width: 5px !important;
}
html[dir=rtl] .border-6 {
  border-width: 6px !important;
}
html[dir=rtl] .border-7 {
  border-width: 7px !important;
}
html[dir=rtl] .border-8 {
  border-width: 8px !important;
}
html[dir=rtl] .border-9 {
  border-width: 9px !important;
}
html[dir=rtl] .border-10 {
  border-width: 10px !important;
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper {
  text-align: right;
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .toggle-sidebar {
  right: unset;
  left: 30px;
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links {
  padding: 0;
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .badge {
  left: 50px !important;
  right: unset !important;
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon {
  margin-right: 0;
  margin-left: unset;
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon .logo-icon-wrapper {
  text-align: left;
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon ~ .page-body,
html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon ~ footer {
  margin-left: 0;
  margin-right: 80px;
  transition: 0.5s;
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a svg {
  margin-left: 0;
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon .sidebar-main .sidebar-links .sidebar-list .sidebar-title.active ~ .sidebar-submenu {
  display: none !important;
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon .according-menu {
  display: none;
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon:hover .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a svg {
  margin-left: 13px;
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper:hover {
  transform: translate(0px);
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper:hover .sidebar-main .sidebar-links .sidebar-list .sidebar-title.active ~ .sidebar-submenu {
  display: block !important;
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper:hover .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a svg {
  float: none;
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper:hover .according-menu {
  display: block;
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu:after {
  right: 30px;
  left: unset;
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu > li a {
  padding-right: 45px !important;
  padding-left: unset !important;
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu > li a:after {
  right: 26px;
  left: unset;
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link::after {
  border-radius: 0px 5px 5px 0px;
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .page-body {
  margin-left: unset;
  margin-right: 265px;
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a svg {
  margin-right: unset;
  margin-left: 15px;
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .according-menu {
  right: unset;
  left: 20px;
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .according-menu i {
  transform: scaleX(-1);
}
html[dir=rtl] .page-wrapper.only-body .page-header .header-wrapper .nav-right {
  right: unset;
  left: 30px;
}
html[dir=rtl] .date-details > div + div {
  margin-left: unset;
  margin-right: 10px;
}
html[dir=rtl] .default-toasts .toast-dark .form-select {
  padding: 6px 12px 6px 36px !important;
}
html[dir=rtl] .animated-toast.end-0 {
  right: unset !important;
  left: 0 !important;
}
html[dir=rtl] .animated-toast.end-0 .toast-header h6 {
  margin-right: unset !important;
  margin-left: auto !important;
}
html[dir=rtl] .animated-toast.end-0 .btn-close {
  margin-left: unset;
  margin-right: 12px;
}
html[dir=rtl] .contact-editform.ps-0 {
  padding-left: 20px !important;
}
html[dir=rtl] .contacts-tabs .nav-pills {
  border-right: unset;
  border-left: 1px solid #f4f4f4;
}
html[dir=rtl] .contact-options li .btn-category {
  padding-left: unset !important;
  padding-right: 40px;
}
html[dir=rtl] .list-persons .profile-mail .email-general ul {
  padding-right: unset;
  padding-left: 20px;
}
html[dir=rtl] .list-persons .profile-mail .d-flex .flex-grow-1 ul li + li {
  padding-left: unset;
  padding-right: 10px;
  margin-left: unset;
  margin-right: 5px;
  border-left: unset;
  border-right: 1px solid #f4f4f4;
}
html[dir=rtl] .list-persons .profile-mail .d-flex .flex-grow-1 .main-contact-option li + li {
  padding-left: unset;
  padding-right: 10px;
  margin-left: unset;
  margin-right: 5px;
  border-left: unset;
  border-right: 1px solid rgba(204, 204, 204, 0.6);
}
html[dir=rtl] .history-details i {
  transform: scale(-1);
}
html[dir=rtl] .form-floating > label {
  left: unset;
  right: 0;
}
html[dir=rtl] .file-content .form-inline i {
  padding-right: unset;
  padding-left: 10px;
}
html[dir=rtl] .file-sidebar .btn svg {
  margin-right: unset;
  margin-left: 8px;
}
html[dir=rtl] .modal .modal-toggle-wrapper .btn svg {
  transform: scaleX(-1);
}
html[dir=rtl] .create-project-form .bootstrap-select .filter-option .filter-option-inner-inner {
  text-align: right;
}
html[dir=rtl] .create-project-form .bootstrap-select .dropdown-toggle::after {
  right: unset;
  left: 10px;
}
html[dir=rtl] [class*=title-line-]::before {
  left: unset;
  right: 0;
  border-radius: 10px 0px 0px 10px;
}
html[dir=rtl] .bootstrap-select .dropdown-toggle::after {
  left: 10px;
  right: unset;
}
html[dir=rtl] .bootstrap-select .filter-option {
  float: right;
  text-align: right;
}
html[dir=rtl] .bootstrap-select .dropdown-menu li {
  text-align: right !important;
}
html[dir=rtl] .projects-wrapper [class*=title-line-]::before {
  left: unset;
  right: 12px;
}
html[dir=rtl] .project-tabs .nav i {
  margin-left: 10px;
  margin-right: unset;
}
html[dir=rtl] .project-tabs.common-space .nav-tabs .nav-item .nav-link svg {
  margin-left: unset;
  margin-left: 5px;
}
@media (min-width: 576px) {
  html[dir=rtl] .project-tabs.common-space .nav-tabs .nav-item:first-child .nav-link {
    padding-right: 0;
    padding-left: 25px;
  }
  html[dir=rtl] .project-tabs.common-space .nav-tabs .nav-item:last-child .nav-link {
    padding-left: 0;
    padding-right: 25px;
  }
}
html[dir=rtl] .project-timeline .notification ul li span .activity-profile {
  border-left: unset;
  border-right: 1px solid rgba(82, 82, 108, 0.2);
  padding-left: unset;
  padding-right: 10px;
  margin-left: unset;
  margin-right: 10px;
}
html[dir=rtl] .project-timeline .notification ul li span .activity-profile img {
  margin-right: unset;
  margin-left: 6px;
}
html[dir=rtl] .project-budget-wrapper .form-check.form-switch {
  padding: 0;
}
html[dir=rtl] .project-budget-wrapper .form-check .form-check-input {
  margin: 0;
}
html[dir=rtl] .overall-budget.recent-table table thead tr th:first-child,
html[dir=rtl] .overall-budget.recent-table table thead tr td:first-child,
html[dir=rtl] .overall-budget.recent-table table tbody tr th:first-child,
html[dir=rtl] .overall-budget.recent-table table tbody tr td:first-child {
  padding-right: 20px !important;
  padding-left: unset !important;
}
html[dir=rtl] .overall-budget.recent-table table thead tr th:last-child,
html[dir=rtl] .overall-budget.recent-table table thead tr td:last-child,
html[dir=rtl] .overall-budget.recent-table table tbody tr th:last-child,
html[dir=rtl] .overall-budget.recent-table table tbody tr td:last-child {
  padding-left: 20px !important;
  padding-right: unset !important;
}
html[dir=rtl] .user-comment-wrapper li .flex-grow-1 .btn svg {
  transform: scaleX(-1);
}
html[dir=rtl] .user-comment-wrapper li + li {
  margin-right: 46px;
  margin-left: unset;
}
html[dir=rtl] .common-project-header h6 {
  margin-left: unset;
  margin-right: -46px;
}
@media (max-width: 1685px) and (min-width: 320px) {
  html[dir=rtl] .common-project-header h6 {
    margin-right: -54px;
    margin-left: unset;
  }
}
@media (max-width: 644px) {
  html[dir=rtl] .common-project-header h6 {
    margin-right: 0;
    margin-left: unset;
  }
}
html[dir=rtl] .common-project-header .common-align:last-child .common-align li svg {
  margin-right: unset;
  margin-left: 6px;
}
html[dir=rtl] .common-project-header .common-align:last-child .common-align li:first-child {
  padding-right: unset;
  padding-left: 15px;
}
html[dir=rtl] .common-project-header .common-align:last-child .common-align li + li {
  border-right: 1px solid rgba(82, 82, 108, 0.8);
  border-left: unset;
  padding-right: 15px;
  padding-left: unset;
}
@media (max-width: 435px) {
  html[dir=rtl] .common-project-header .common-align:last-child .common-align li:first-child {
    padding-left: 0px;
    padding-right: unset;
  }
  html[dir=rtl] .common-project-header .common-align:last-child .common-align li + li {
    border-right: unset;
    padding-right: 0;
    padding-left: unset;
  }
}
html[dir=rtl] .activity-wrapper .tab-content .activity-update > li {
  border-right: 3px solid rgba(82, 82, 108, 0.2);
  border-left: unset;
}
html[dir=rtl] .activity-wrapper .tab-content .activity-update > li .flex-grow-1 {
  margin-left: unset;
  margin-right: 10px;
}
html[dir=rtl] .activity-wrapper .tab-content .activity-update > li .flex-shrink-0 {
  text-align: start;
}
html[dir=rtl] .activity-wrapper .tab-content .activity-update > li .flex-shrink-0 svg {
  margin-right: unset;
  margin-left: 6px;
}
html[dir=rtl] .cmt-box i {
  transform: scaleX(-1);
}
@media (min-width: 641px) {
  html[dir=rtl] .project-pending-table.recent-table div.dt-container .dt-layout-row .dt-search {
    left: 55px !important;
    right: unset !important;
  }
}
html[dir=rtl] .project-pending-table.recent-table table thead tr th:first-child,
html[dir=rtl] .project-pending-table.recent-table table thead tr td:first-child,
html[dir=rtl] .project-pending-table.recent-table table tbody tr th:first-child,
html[dir=rtl] .project-pending-table.recent-table table tbody tr td:first-child {
  padding-right: 20px;
  padding-left: unset;
}
html[dir=rtl] .project-pending-table.recent-table table thead tr th:last-child,
html[dir=rtl] .project-pending-table.recent-table table thead tr td:last-child,
html[dir=rtl] .project-pending-table.recent-table table tbody tr th:last-child,
html[dir=rtl] .project-pending-table.recent-table table tbody tr td:last-child {
  padding-left: 20px;
  padding-right: unset;
}
html[dir=rtl] .project-list .btn {
  float: left;
  margin-right: unset;
  margin-left: 5px;
}
html[dir=rtl] .project-list ul li svg {
  margin-right: unset;
  margin-left: 5px;
}
html[dir=rtl] .scope-bottom-wrapper .sidebar-left-icons .nav-item::before {
  left: unset;
  right: 38px;
}
@media (max-width: 1839px) and (min-width: 1661px) {
  html[dir=rtl] .scope-bottom-wrapper .sidebar-left-icons .nav-item::before {
    left: unset;
    right: 30px;
  }
}
@media (max-width: 1660px) and (min-width: 1400px) {
  html[dir=rtl] .scope-bottom-wrapper .sidebar-left-icons .nav-item::before {
    left: unset;
    right: 35px;
  }
}
@media (max-width: 1399px) and (min-width: 320px) {
  html[dir=rtl] .scope-bottom-wrapper .sidebar-left-icons .nav-item::before {
    left: unset;
    right: 30px;
  }
}
html[dir=rtl] .scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link {
  padding: 12px 8px 12px 0;
}
html[dir=rtl] .scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link.active {
  background: linear-gradient(-90deg, #7366FF -175.57%, rgba(115, 102, 255, 0) 65.16%);
}
html[dir=rtl] .scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link.active .absolute-border::before {
  left: unset;
  right: 0;
}
html[dir=rtl] .scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link.active .absolute-border::after {
  left: unset;
  right: -8px;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  transform: translate(50%, -50%);
}
html[dir=rtl] .form-select {
  background-position: left 0.75rem center;
  padding: 0.375rem 0.75rem 0.375rem 2.25rem;
}
html[dir=rtl] .customers ul li + li {
  margin-left: unset;
  margin-right: -10%;
}
html[dir=rtl] .project-list .border-tab.nav-tabs .nav-item .nav-link {
  padding: 5px 0 5px 30px;
}
html[dir=rtl] .project-box .badge {
  right: unset;
  left: 30px;
}
html[dir=rtl] .seller-details-wrapper .accordion .accordion-item .accordion-button::after {
  margin-left: unset;
  margin-right: auto;
}
html[dir=rtl] .jkanban-container .kanban-container .kanban-board footer {
  margin: 0;
}
html[dir=rtl] .kanban-board {
  float: right;
}
html[dir=rtl] .kanban-item .kanban-box .customers ul li + li {
  margin-left: unset;
  margin-right: -10px;
}
html[dir=rtl] .kanban-item .list li i {
  margin-right: unset;
  margin-left: 10px;
}
html[dir=rtl] .page-wrapper.horizontal-wrapper .header-logo-wrapper {
  text-align: right;
}
html[dir=rtl] .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body {
  margin-right: 0;
}
html[dir=rtl] .page-wrapper.horizontal-wrapper .page-body-wrapper footer {
  margin-right: 0;
}
html[dir=rtl] .page-wrapper.material-type .page-body-wrapper .page-body {
  margin-right: auto;
}
html[dir=rtl] .page-header .header-wrapper .nav-right > ul > li:first-child {
  margin-right: 0;
}
html[dir=rtl] .page-header .header-wrapper .nav-right.right-header ul li .profile-media .flex-grow-1 {
  margin-right: 15px;
  margin-left: unset;
}
html[dir=rtl] .page-header .header-wrapper .toggle-sidebar {
  margin-left: 2px;
  margin-right: unset;
}
html[dir=rtl] .page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown {
  left: -20px !important;
  right: unset !important;
}
@media (max-width: 575.98px) {
  html[dir=rtl] .page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown {
    left: 12px !important;
  }
}
html[dir=rtl] .page-wrapper .page-header .header-wrapper .search-full input {
  padding-left: unset;
  padding-right: 60px;
  text-align: right;
}
html[dir=rtl] .page-wrapper .page-header .header-wrapper .search-full .form-group:before {
  left: unset;
  right: 30px;
}
html[dir=rtl] .page-wrapper .page-header .header-wrapper .search-full .form-group .close-search {
  right: unset;
  left: 0;
}
html[dir=rtl] .page-wrapper.compact-sidebar .toggle-sidebar {
  margin-left: 15px;
  margin-right: unset;
}
html[dir=rtl] .page-wrapper.compact-sidebar .page-header {
  margin-left: unset;
  margin-right: 150px;
}
html[dir=rtl] .page-wrapper.compact-sidebar .page-header.close_icon {
  margin-right: 0;
}
html[dir=rtl] .page-wrapper.compact-sidebar .page-body-wrapper .page-body {
  margin-left: unset;
  margin-right: 150px;
}
html[dir=rtl] .page-wrapper.compact-sidebar .page-body-wrapper .footer {
  margin-left: unset;
  margin-right: 150px;
}
html[dir=rtl] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper > div {
  text-align: right;
}
html[dir=rtl] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li > .sidebar-submenu li a {
  padding: 15px 40px 150px 15px;
}
html[dir=rtl] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li > .sidebar-submenu li .sidebar-submenu {
  padding-left: unset;
  padding-right: 20px;
}
html[dir=rtl] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a.active ~ .sidebar-submenu {
  animation: fadeInRight 1000ms ease-in-out;
}
html[dir=rtl] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu {
  right: 150px;
  left: unset;
}
html[dir=rtl] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu li a {
  padding: 15px 40px 15px 15px;
}
html[dir=rtl] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu li a .according-menu {
  right: unset;
  left: 20px;
  transform: scaleX(-1);
}
html[dir=rtl] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu > li > a::after {
  left: unset;
  right: 20px;
}
html[dir=rtl] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list .badge {
  left: unset;
  right: 53%;
}
html[dir=rtl] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list .sidebar-link {
  text-align: center;
}
html[dir=rtl] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper.close_icon {
  transform: translateX(150px);
}
html[dir=rtl] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper.close_icon ~ .page-body,
html[dir=rtl] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper.close_icon ~ .footer {
  margin-right: 0px;
}
html[dir=rtl] .page-wrapper.compact-small .page-header {
  margin-right: 90px;
}
html[dir=rtl] .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu {
  right: 90px;
}
html[dir=rtl] .page-wrapper.compact-small .page-body-wrapper .footer,
html[dir=rtl] .page-wrapper.compact-small .page-body-wrapper .page-body {
  margin-right: 90px;
}
html[dir=rtl] .page-wrapper.material-icon .page-header {
  padding-left: unset;
  padding-right: 90px;
  margin: 0 auto;
}
html[dir=rtl] .page-wrapper.material-icon .page-header.close_icon {
  padding-right: 0;
}
html[dir=rtl] .page-wrapper.material-icon .page-body-wrapper .page-body {
  padding-left: 15px;
  padding-right: 90px;
  margin: 0 auto;
}
html[dir=rtl] .page-wrapper.material-icon .page-body-wrapper div.sidebar-wrapper.close_icon ~ .page-body {
  padding-right: 15px;
  margin: 0 auto !important;
}
html[dir=rtl] .apexcharts-canvas {
  direction: ltr;
}
html[dir=rtl] .email-wrap .btn-mail {
  text-align: right;
}
html[dir=rtl] .email-wrap .email-app-sidebar ul li a {
  padding-left: unset;
  padding-right: 20px;
}
html[dir=rtl] .bookmark-tabcontent .details-bookmark .bookmark-card.card .favourite-icon {
  text-align: center;
}
html[dir=rtl] .bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark {
  text-align: right;
}
html[dir=rtl] .bookmark-wrap .main-bookmark .filter-option {
  float: right;
  text-align: right;
}
html[dir=rtl] .bookmark-wrap .main-bookmark .dropdown-menu .dropdown-item {
  text-align: right;
}
html[dir=rtl] .bookmark-wrap .details-bookmark .row > div + div {
  padding-left: 15px !important;
}
html[dir=rtl] .appointment-table table tr td .status-circle {
  left: unset;
  right: 35px;
}
html[dir=rtl] .notification .card .d-flex .w-100 p .badge {
  margin-left: unset;
  margin-right: 10px;
}
html[dir=rtl] .datatable-init div.dt-container.dt-bootstrap5 .row > div[class^=col-]:first-child,
html[dir=rtl] .datatable-advance-wrapper div.dt-container.dt-bootstrap5 .row > div[class^=col-]:first-child,
html[dir=rtl] .datatable-api-wrapper div.dt-container.dt-bootstrap5 .row > div[class^=col-]:first-child,
html[dir=rtl] .data-source-wrapper div.dt-container.dt-bootstrap5 .row > div[class^=col-]:first-child,
html[dir=rtl] .autofill-data-tables div.dt-container.dt-bootstrap5 .row > div[class^=col-]:first-child,
html[dir=rtl] .support-ticket-table div.dt-container.dt-bootstrap5 .row > div[class^=col-]:first-child {
  margin-left: auto;
  margin-right: unset !important;
}
html[dir=rtl] .datatable-init div.dt-container.dt-bootstrap5 .row > div[class^=col-]:first-child .form-select,
html[dir=rtl] .datatable-advance-wrapper div.dt-container.dt-bootstrap5 .row > div[class^=col-]:first-child .form-select,
html[dir=rtl] .datatable-api-wrapper div.dt-container.dt-bootstrap5 .row > div[class^=col-]:first-child .form-select,
html[dir=rtl] .data-source-wrapper div.dt-container.dt-bootstrap5 .row > div[class^=col-]:first-child .form-select,
html[dir=rtl] .autofill-data-tables div.dt-container.dt-bootstrap5 .row > div[class^=col-]:first-child .form-select,
html[dir=rtl] .support-ticket-table div.dt-container.dt-bootstrap5 .row > div[class^=col-]:first-child .form-select {
  margin-right: unset;
  margin-left: 0.5em;
}
html[dir=rtl] .datatable-init div.dt-container.dt-bootstrap5 .dt-column-order,
html[dir=rtl] .datatable-advance-wrapper div.dt-container.dt-bootstrap5 .dt-column-order,
html[dir=rtl] .datatable-api-wrapper div.dt-container.dt-bootstrap5 .dt-column-order,
html[dir=rtl] .data-source-wrapper div.dt-container.dt-bootstrap5 .dt-column-order,
html[dir=rtl] .autofill-data-tables div.dt-container.dt-bootstrap5 .dt-column-order,
html[dir=rtl] .support-ticket-table div.dt-container.dt-bootstrap5 .dt-column-order {
  right: unset;
  left: 12px;
}
html[dir=rtl] .progress-gradient-primary {
  background-image: linear-gradient(to right, var(--theme-default), transparent);
}
html[dir=rtl] .progress-gradient-primary::after {
  right: unset;
  left: -1px;
}
html[dir=rtl] .progress-gradient-primary .animate-circle {
  right: unset;
  left: -8px;
}
html[dir=rtl] .progress-gradient-secondary {
  background-image: linear-gradient(to right, #838383, transparent);
}
html[dir=rtl] .progress-gradient-secondary::after {
  right: unset;
  left: -1px;
}
html[dir=rtl] .progress-gradient-secondary .animate-circle {
  right: unset;
  left: -8px;
}
html[dir=rtl] .progress-gradient-success {
  background-image: linear-gradient(to right, #65c15c, transparent);
}
html[dir=rtl] .progress-gradient-success::after {
  right: unset;
  left: -1px;
}
html[dir=rtl] .progress-gradient-success .animate-circle {
  right: unset;
  left: -8px;
}
html[dir=rtl] .progress-gradient-danger {
  background-image: linear-gradient(to right, #fc564a, transparent);
}
html[dir=rtl] .progress-gradient-danger::after {
  right: unset;
  left: -1px;
}
html[dir=rtl] .progress-gradient-danger .animate-circle {
  right: unset;
  left: -8px;
}
html[dir=rtl] .progress-gradient-info {
  background-image: linear-gradient(to right, #40b8f5, transparent);
}
html[dir=rtl] .progress-gradient-info::after {
  right: unset;
  left: -1px;
}
html[dir=rtl] .progress-gradient-info .animate-circle {
  right: unset;
  left: -8px;
}
html[dir=rtl] .progress-gradient-light {
  background-image: linear-gradient(to right, #f4f4f4, transparent);
}
html[dir=rtl] .progress-gradient-light::after {
  right: unset;
  left: -1px;
}
html[dir=rtl] .progress-gradient-light .animate-circle {
  right: unset;
  left: -8px;
}
html[dir=rtl] .progress-gradient-dark {
  background-image: linear-gradient(to right, #3f475a, transparent);
}
html[dir=rtl] .progress-gradient-dark::after {
  right: unset;
  left: -1px;
}
html[dir=rtl] .progress-gradient-dark .animate-circle {
  right: unset;
  left: -8px;
}
html[dir=rtl] .progress-gradient-warning {
  background-image: linear-gradient(to right, #ffb829, transparent);
}
html[dir=rtl] .progress-gradient-warning::after {
  right: unset;
  left: -1px;
}
html[dir=rtl] .progress-gradient-warning .animate-circle {
  right: unset;
  left: -8px;
}
html[dir=rtl] .progress-animate span {
  left: -10px;
  right: unset;
}
html[dir=rtl] .common-order-history .form-select {
  padding: 0.375rem 0.75rem 0.375rem 2.25rem;
}
html[dir=rtl] .common-order-history .order-history-wrapper .recent-table div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
  right: unset;
  left: -50px;
}
@media (max-width: 1399px) {
  html[dir=rtl] .common-order-history .order-history-wrapper .recent-table div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    left: unset;
    right: 20px;
  }
}
html[dir=rtl] .common-order-history .order-history-wrapper .recent-table div.dt-container .dt-layout-row .dt-length {
  right: 20px;
  left: unset;
}
html[dir=rtl] .common-order-history .order-history-wrapper .recent-table table thead tr th:first-child,
html[dir=rtl] .common-order-history .order-history-wrapper .recent-table table thead tr td:first-child,
html[dir=rtl] .common-order-history .order-history-wrapper .recent-table table tbody tr th:first-child,
html[dir=rtl] .common-order-history .order-history-wrapper .recent-table table tbody tr td:first-child {
  padding-right: 20px;
  padding-left: 8px;
}
html[dir=rtl] .common-order-history .order-history-wrapper .recent-table table thead tr th:last-child,
html[dir=rtl] .common-order-history .order-history-wrapper .recent-table table thead tr td:last-child,
html[dir=rtl] .common-order-history .order-history-wrapper .recent-table table tbody tr th:last-child,
html[dir=rtl] .common-order-history .order-history-wrapper .recent-table table tbody tr td:last-child {
  padding-left: 20px;
  padding-right: 8px;
}
html[dir=rtl] .common-order-history .order-history-wrapper .recent-table table thead tr th:first-child {
  text-align: center !important;
}
html[dir=rtl] .me-4 {
  margin-left: 1.5rem !important;
  margin-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] .navs-dropdown .onhover-show-div {
  right: 0;
}
html[dir=rtl] .default-according.style-1 button {
  text-align: right;
}
html[dir=rtl] .default-according.style-1 button:before {
  left: 20px;
  right: unset;
}
@media (max-width: 575px) {
  html[dir=rtl] .default-according.style-1 button:before {
    left: 15px;
  }
}
html[dir=rtl] .default-according.style-1 button i {
  right: 18px;
  left: unset;
}
html[dir=rtl] .default-according .card .card-header i {
  right: 18px;
  left: unset;
}
html[dir=rtl] .progress-number {
  direction: ltr;
}
html[dir=rtl] .faq-wrap .faq-accordion .card .card-header .btn-link {
  padding-right: 20px !important;
}
@media (max-width: 575.98px) {
  html[dir=rtl] .faq-wrap .faq-accordion .card .card-header .btn-link {
    padding-right: 10px !important;
  }
}
html[dir=rtl] .ProfileCard-details {
  padding-right: 30px;
  padding-left: unset;
  float: right;
}
html[dir=rtl] .starter-main .card-body ul {
  padding-right: 30px;
  padding-left: unset;
}
html[dir=rtl] .theme-tab .tab-title li a svg {
  margin-left: 5px;
  margin-right: unset;
}
html[dir=rtl] .spent .spent-graph .project-budget {
  margin-left: 30px;
  margin-right: unset;
}
html[dir=rtl] .support-table table tbody tr td:first-child {
  padding-right: 0;
  padding-left: unset;
}
html[dir=rtl] .order-box .sub-total .shipping-class .shopping-checkout-option,
html[dir=rtl] .order-box .sub-total .shipping-class span,
html[dir=rtl] .order-box .sub-total li .shopping-checkout-option,
html[dir=rtl] .order-box .sub-total li span,
html[dir=rtl] .order-box .total .shipping-class .shopping-checkout-option,
html[dir=rtl] .order-box .total .shipping-class span,
html[dir=rtl] .order-box .total li .shopping-checkout-option,
html[dir=rtl] .order-box .total li span,
html[dir=rtl] .order-box .qty .shipping-class .shopping-checkout-option,
html[dir=rtl] .order-box .qty .shipping-class span,
html[dir=rtl] .order-box .qty li .shopping-checkout-option,
html[dir=rtl] .order-box .qty li span {
  float: left;
}
html[dir=rtl] .order-box .sub-total li .count,
html[dir=rtl] .order-box .total li .count,
html[dir=rtl] .order-box .qty li .count {
  float: left;
}
html[dir=rtl] .img-paypal {
  margin-right: 15px;
  margin-left: unset;
}
html[dir=rtl] .cart .qty-box .input-group .btn {
  border-radius: 0 !important;
}
html[dir=rtl] .product-qnty fieldset .input-group .input-group-prepend .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html[dir=rtl] .grid-options {
  margin-right: 10px;
  margin-left: unset;
}
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-sidebar .filter-section .card .card-header h6 .pull-right i {
  left: auto;
  right: unset;
}
html[dir=rtl] .collection-filter-block svg {
  margin-right: unset;
  margin-left: 14px;
  transform: scaleX(-1);
}
html[dir=rtl] .feature-products form .form-group i {
  left: 30px;
  right: unset;
}
html[dir=rtl] .product-wrapper-grid.list-view .product-box .product-details {
  text-align: right;
}
html[dir=rtl] .page-wrapper .page-body-wrapper .page-title .breadcrumb {
  margin-left: unset;
}
html[dir=rtl] .bookmark ul li + li {
  margin-left: unset;
  margin-right: 10px;
}
html[dir=rtl] .bookmark ul li .search-form .form-control-search {
  left: -50px;
  right: unset;
}
html[dir=rtl] .bookmark ul li .search-form .form-control-search:before {
  right: 50px;
  left: unset;
}
html[dir=rtl] .bookmark ul li .search-form .form-control-search:after {
  right: 20px;
  left: unset;
}
html[dir=rtl] .me-0 {
  margin-left: 0 !important;
  margin-right: unset !important;
}
html[dir=rtl] .footer .pull-right {
  float: none;
}
html[dir=rtl] .checkbox_animated,
html[dir=rtl] .radio_animated {
  margin: 0 0 0 1rem;
}
html[dir=rtl] .button.remove {
  left: -10px;
  right: unset;
}
html[dir=rtl] .code-box-copy__btn {
  left: 11px;
  right: unset;
}
html[dir=rtl] ul.nav-menus {
  border-bottom: none;
}
html[dir=rtl] ul.notification-dropdown.onhover-show-div li {
  text-align: right;
}
html[dir=rtl] .badge + .badge {
  margin-right: 5px;
  margin-left: unset;
}
html[dir=rtl] .offset-xl-3 {
  margin-right: 25%;
  margin-left: unset;
}
html[dir=rtl] .m-l-10 {
  margin-right: 10px !important;
  margin-left: unset !important;
}
html[dir=rtl] .m-r-20 {
  margin-left: 20px;
  margin-right: unset;
}
html[dir=rtl] .m-r-30 {
  margin-left: 30px;
  margin-right: unset;
}
html[dir=rtl] .m-r-5 {
  margin-left: 5px;
  margin-right: unset;
}
html[dir=rtl] .text-start {
  text-align: right !important;
}
html[dir=rtl] .m-r-10 {
  margin-left: 10px;
  margin-right: unset;
}
html[dir=rtl] .pe-3 {
  padding-left: 1rem !important;
  padding-right: unset !important;
}
html[dir=rtl] .p-r-0 {
  padding-left: 0;
  padding-right: 15px;
}
html[dir=rtl] .m-l-20 {
  margin-right: 20px !important;
  margin-left: unset !important;
}
html[dir=rtl] .ps-3 {
  padding-right: 1rem !important;
}
html[dir=rtl] .b-r-light {
  border-left: 1px solid #f4f4f4 !important;
  border-right: unset !important;
}
html[dir=rtl] .float-end {
  float: left !important;
}
html[dir=rtl] .float-start {
  float: right !important;
}
html[dir=rtl] .text-end {
  text-align: left !important;
}
html[dir=rtl] .border-right {
  border-left: 1px solid #dee2e6 !important;
  border-right: unset !important;
}
html[dir=rtl] .pe-0 {
  padding-left: 0 !important;
  padding-right: 12px !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] .owl-carousel {
  direction: ltr;
}
html[dir=rtl] .swiper {
  direction: ltr;
}
html[dir=rtl] .swiper .swiper-wrapper .swiper-slide > * {
  direction: rtl;
}
html[dir=rtl] .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
html[dir=rtl] .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] .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] .btn-group > .btn:nth-child(2) {
  border-radius: 0 !important;
}
html[dir=rtl] .btn-group .btn-group > :not(:first-child) > .btn {
  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 + .btn,
html[dir=rtl] .btn-group .btn + .btn-group {
  margin-right: -1px;
  border-right: none;
}
html[dir=rtl] .btn-group .btn-group + .btn,
html[dir=rtl] .btn-group .btn-group + .btn-group {
  margin-right: -1px;
}
html[dir=rtl] .btn-group .btn-group-vertical .btn + .btn,
html[dir=rtl] .btn-group .btn-group-vertical .btn + .btn-group {
  margin-right: -1px;
}
html[dir=rtl] .btn-group .btn-group-vertical .btn-group + .btn,
html[dir=rtl] .btn-group .btn-group-vertical .btn-group + .btn-group {
  margin-right: -1px;
}
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] .m-r-15 {
  margin-left: 15px;
  margin-right: unset;
}
html[dir=rtl] .b-l-light {
  border-right: 1px solid #f4f4f4 !important;
  border-left: unset !important;
}
html[dir=rtl] .p-l-0 {
  padding-left: unset;
  padding-right: 0px;
}
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] .alert {
  text-align: right;
}
html[dir=rtl] .pull-right {
  float: left;
}
html[dir=rtl] .form-inline .form-group {
  margin-left: 15px;
  margin-right: 0;
}
html[dir=rtl] .card {
  text-align: right;
}
html[dir=rtl] .card.social-profile {
  text-align: center;
}
html[dir=rtl] .card .card-header h5:not(.mb-0) {
  float: right;
}
html[dir=rtl] .card .card-header span {
  clear: both;
}
html[dir=rtl] .card .card-header .card-header-right {
  left: 20px;
  right: unset;
}
html[dir=rtl] .card .card-header .card-header-right .card-option {
  text-align: left;
}
html[dir=rtl] .card .card-header .card-header-right .card-option.list-unstyled {
  padding-right: 0;
  padding-left: unset;
}
html[dir=rtl] .card .card-header .pull-left {
  float: right;
}
html[dir=rtl] .card.full-card {
  left: 0;
  right: unset;
}
html[dir=rtl] .card .card-body .alert svg {
  margin-left: 4px;
  margin-right: unset;
}
html[dir=rtl] .card .card-body .square {
  margin-left: 5px;
  margin-right: unset;
}
html[dir=rtl] .explore-card {
  text-align: left;
}
html[dir=rtl] .explore-card .group-btn {
  justify-content: flex-end;
}
html[dir=rtl] .balance-box {
  text-align: center;
}
html[dir=rtl] .purchase-card {
  text-align: center;
}
html[dir=rtl] .modal-header .btn-close {
  margin: -0.5rem auto -0.5rem -0.5rem;
}
html[dir=rtl] .modal-footer > :not(:first-child) {
  margin-right: 0.5rem;
  margin-left: 0;
}
html[dir=rtl] .form-inline .form-group .col-form-label {
  margin-left: 5px;
  margin-right: 0;
}
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] code[class*=language-],
html[dir=rtl] pre[class*=language-] {
  text-align: right;
}
html[dir=rtl] .input-group-prepend {
  margin-left: -1px;
  margin-right: unset;
}
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] .main-input-group .input-radius .pill-input-group span:first-child {
  border-radius: 0.375rem !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
html[dir=rtl] .main-input-group .input-radius .pill-input-group span:last-child {
  border-radius: 0.375rem !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
html[dir=rtl] .main-input-group .input-group-wrapper.btn-addon .input-group:last-child .btn:not(.dropdown-toggle):last-child {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}
html[dir=rtl] .input-group-wrapper.main-segment-btn .input-group:last-child .btn:not(.dropdown-toggle), html[dir=rtl] .input-group-wrapper.btn-addon .input-group:last-child .btn:not(.dropdown-toggle) {
  border-radius: 0 !important;
}
html[dir=rtl] .was-validated .form-control:invalid,
html[dir=rtl] .form-control.is-invalid,
html[dir=rtl] .was-validated .form-control:valid,
html[dir=rtl] .form-control.is-valid {
  background-position: left calc(0.375em + 0.1875rem) center;
  padding-left: calc(1.5em + 0.75rem);
  padding-right: 12px;
}
html[dir=rtl] .input-group > .form-control:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html[dir=rtl] .input-group > .input-group-prepend > .btn,
html[dir=rtl] .input-group > .input-group-prepend > .input-group-text,
html[dir=rtl] .input-group > .input-group-append:not(:last-child) > .btn,
html[dir=rtl] .input-group > .input-group-append:not(:last-child) > .input-group-text,
html[dir=rtl] .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
html[dir=rtl] .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  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] .input-group > .input-group-append > .btn,
html[dir=rtl] .input-group > .input-group-append > .input-group-text,
html[dir=rtl] .input-group > .input-group-prepend:not(:first-child) > .btn,
html[dir=rtl] .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
html[dir=rtl] .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
html[dir=rtl] .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html[dir=rtl] .border-tab.nav-left .nav-link {
  text-align: left;
}
html[dir=rtl] .socialprofile .social-group ul li:nth-child(4) {
  margin-right: -22px;
}
html[dir=rtl] .social-status form .form-group .form-control-social {
  padding-right: 15px;
  padding-left: unset;
}
html[dir=rtl] .social-status .d-flex .social-status {
  right: 35px;
  left: unset;
}
html[dir=rtl] .social-chat .other-msg {
  margin-right: 40px;
  margin-left: unset;
}
html[dir=rtl] .social-chat .flex-grow-1 span span i {
  transform: scaleX(-1);
}
html[dir=rtl] .social-chat .flex-grow-1:before {
  left: 100%;
  right: unset;
  border-left: 7px solid #52526c;
  border-right: unset;
}
html[dir=rtl] .social-chat .flex-grow-1:after {
  left: 100%;
  right: unset;
  border-left: 7px solid #fff;
  border-right: unset;
}
html[dir=rtl] .rounded-timeline .timeline::after {
  content: "";
  right: 50%;
  left: unset;
  margin-right: -1px;
  margin-left: unset;
}
@media (max-width: 1199px) {
  html[dir=rtl] .rounded-timeline .timeline::after {
    right: 75px;
    left: unset;
  }
}
html[dir=rtl] .rounded-timeline .container::after {
  content: "";
  left: -8px;
  right: unset;
}
html[dir=rtl] .rounded-timeline .container::before {
  content: "";
  left: 8px;
  right: unset;
}
html[dir=rtl] .rounded-timeline .container .content {
  padding: 20px 20px 20px 80px;
  border-radius: 200px 0 0 200px;
}
html[dir=rtl] .rounded-timeline .container.left {
  right: 0;
  left: unset;
}
html[dir=rtl] .rounded-timeline .container.left .date {
  left: -75px;
  right: unset;
}
html[dir=rtl] .rounded-timeline .container.left .icon {
  left: 56px;
  right: unset;
}
@media (max-width: 1199px) and (min-width: 768px) {
  html[dir=rtl] .rounded-timeline .container.left {
    right: 75px;
    left: unset;
  }
  html[dir=rtl] .rounded-timeline .container.left::before {
    right: 8px;
    left: unset;
  }
  html[dir=rtl] .rounded-timeline .container.left::after {
    right: -8px;
    left: unset;
  }
  html[dir=rtl] .rounded-timeline .container.left .date {
    right: -75px;
    left: unset;
  }
  html[dir=rtl] .rounded-timeline .container.left .icon {
    right: 56px;
    left: unset;
  }
  html[dir=rtl] .rounded-timeline .container.left .content {
    padding: 20px 80px 20px 20px;
    border-radius: 0 200px 200px 0;
  }
}
@media (max-width: 767px) {
  html[dir=rtl] .rounded-timeline .container.left {
    right: 0;
    left: unset;
  }
}
html[dir=rtl] .rounded-timeline .container.right {
  right: 50%;
  left: unset;
}
html[dir=rtl] .rounded-timeline .container.right::after {
  right: -8px;
  left: unset;
}
html[dir=rtl] .rounded-timeline .container.right::before {
  right: 8px;
  left: unset;
}
html[dir=rtl] .rounded-timeline .container.right .date {
  right: -75px;
  left: unset;
}
html[dir=rtl] .rounded-timeline .container.right .icon {
  right: 56px;
  left: unset;
}
html[dir=rtl] .rounded-timeline .container.right .content {
  padding: 20px 80px 20px 20px;
  border-radius: 0 200px 200px 0;
}
@media (max-width: 1199px) {
  html[dir=rtl] .rounded-timeline .container.right {
    right: 75px;
    left: unset;
  }
  html[dir=rtl] .rounded-timeline .container.right::after {
    right: -8px;
    left: unset;
  }
}
@media (max-width: 767px) {
  html[dir=rtl] .rounded-timeline .timeline::after {
    right: 90px;
    left: unset;
  }
  html[dir=rtl] .rounded-timeline .container {
    padding-right: 120px;
    padding-left: 30px;
  }
  html[dir=rtl] .rounded-timeline .container.right {
    right: 0%;
    left: unset;
  }
  html[dir=rtl] .rounded-timeline .container.right::after {
    right: 82px;
    left: unset;
  }
  html[dir=rtl] .rounded-timeline .container.right::before {
    right: 95px;
    left: unset;
  }
  html[dir=rtl] .rounded-timeline .container.right .date {
    left: auto;
    right: 15px;
  }
  html[dir=rtl] .rounded-timeline .container.right .icon {
    left: auto;
    right: 146px;
  }
  html[dir=rtl] .rounded-timeline .container.right .content {
    padding: 30px 90px 30px 30px;
    border-radius: 0 200px 200px 0;
  }
  html[dir=rtl] .rounded-timeline .container.left::after {
    right: 82px;
    left: unset;
  }
  html[dir=rtl] .rounded-timeline .container.left::before {
    right: 95px;
    left: unset;
  }
  html[dir=rtl] .rounded-timeline .container.left .date {
    left: auto;
    right: 15px;
  }
  html[dir=rtl] .rounded-timeline .container.left .icon {
    left: auto;
    right: 146px;
  }
  html[dir=rtl] .rounded-timeline .container.left .content {
    padding: 30px 90px 30px 30px;
    border-radius: 0 200px 200px 0;
  }
}
@media (max-width: 610px) {
  html[dir=rtl] .rounded-timeline .timeline::after {
    right: 8px;
    left: unset;
  }
  html[dir=rtl] .rounded-timeline .timeline .container {
    padding-right: 30px;
    padding-left: unset;
  }
  html[dir=rtl] .rounded-timeline .timeline .container::before, html[dir=rtl] .rounded-timeline .timeline .container::after {
    right: 0;
    left: unset;
  }
  html[dir=rtl] .rounded-timeline .timeline .container .icon {
    right: 50px;
    left: unset;
  }
}
@media (max-width: 610px) and (max-width: 475px) {
  html[dir=rtl] .rounded-timeline .timeline .container .content {
    padding: 30px 75px 30px 30px;
  }
}
@media (max-width: 440px) {
  html[dir=rtl] .rounded-timeline .timeline {
    padding-top: 20px;
  }
  html[dir=rtl] .rounded-timeline .timeline .container {
    padding-right: 0;
    padding-left: unset;
  }
  html[dir=rtl] .rounded-timeline .timeline .container .icon {
    right: 45%;
    left: unset;
  }
  html[dir=rtl] .rounded-timeline .timeline::after {
    right: 50%;
    left: unset;
  }
}
@media (max-width: 390px) {
  html[dir=rtl] .rounded-timeline .timeline .container .icon {
    right: 44%;
    left: unset;
  }
}
@media (max-width: 335px) {
  html[dir=rtl] .rounded-timeline .timeline .container .icon {
    right: 42%;
    left: unset;
  }
}
html[dir=rtl] .animated-timeline .timeline-block::before {
  right: 50%;
  left: unset;
}
html[dir=rtl] .animated-timeline .timeline-block .timeline-event:before {
  right: -27px;
  left: unset;
}
html[dir=rtl] .animated-timeline .timeline-block .timeline-event:nth-child(odd) {
  margin-right: calc(50% + 20px);
  margin-left: unset;
}
html[dir=rtl] .animated-timeline .timeline-block .timeline-event:nth-child(even) {
  margin-right: calc(50% - 321px);
  margin-left: unset;
}
html[dir=rtl] .animated-timeline .timeline-block .timeline-event:nth-child(even):before {
  right: calc(100% + 16px);
  left: unset;
}
@media (max-width: 767px) {
  html[dir=rtl] .animated-timeline .timeline-block::before {
    right: 18px;
    left: unset;
  }
  html[dir=rtl] .animated-timeline .timeline-block .title {
    text-align: right;
  }
  html[dir=rtl] .animated-timeline .timeline-block .timeline-event::before {
    right: -49px;
    left: unset;
  }
  html[dir=rtl] .animated-timeline .timeline-block .timeline-event:nth-child(odd) {
    margin-right: calc(50% - 260px);
    margin-left: unset;
  }
  html[dir=rtl] .animated-timeline .timeline-block .timeline-event:nth-child(even) {
    margin-right: calc(50% - 260px);
    margin-left: unset;
  }
  html[dir=rtl] .animated-timeline .timeline-block .timeline-event:nth-child(even):before {
    left: unset;
    right: calc(100% + 33px);
  }
}
@media (max-width: 767px) {
  html[dir=rtl] .animated-timeline .timeline-block .timeline-event:nth-child(even)::before {
    right: unset;
    left: calc(100% + 31px);
  }
  html[dir=rtl] .animated-timeline .timeline-block .timeline-event::before {
    right: -47px;
    left: unset;
  }
}
@media (max-width: 767px) {
  html[dir=rtl] .animated-timeline .timeline-block .timeline-event:nth-child(odd) {
    margin-right: 58px;
    margin-left: unset;
  }
  html[dir=rtl] .animated-timeline .timeline-block .timeline-event:nth-child(even) {
    margin-right: 58px;
    margin-left: unset;
  }
}
@media (max-width: 440px) {
  html[dir=rtl] .animated-timeline .timeline-block .timeline-event::before {
    right: -45px;
    left: unset;
  }
  html[dir=rtl] .animated-timeline .timeline-block .timeline-event:nth-child(even)::before {
    left: calc(100% + 33px);
    right: unset;
  }
}
html[dir=rtl] .photos ul li {
  margin-right: unset;
  margin-left: 10px;
}
html[dir=rtl] .avatar-showcase .friend-pic {
  margin-left: 8px;
  margin-right: unset;
}
html[dir=rtl] .avatar-showcase .pepole-knows ul li {
  margin-left: 21px;
  margin-right: unset;
}
html[dir=rtl] .avatar-showcase .pepole-knows ul li:last-child {
  margin-left: 0;
}
html[dir=rtl] .user-profile .hovercard .user-image .share-icons {
  left: 100px;
  right: unset;
}
html[dir=rtl] .user-profile .hovercard .user-image .share-icons li {
  margin-left: 10px;
  margin-right: unset;
}
html[dir=rtl] .user-profile .hovercard .user-image .share-icons li:last-child {
  margin-left: 0;
}
html[dir=rtl] .lang span span {
  margin-left: unset;
  margin-right: 5px;
}
html[dir=rtl] .faq-form .search-icon {
  left: 12px;
  right: unset;
}
html[dir=rtl] .faq-widgets .flex-grow-1 p {
  padding-left: 20px;
  padding-right: unset;
}
html[dir=rtl] .header-faq,
html[dir=rtl] .faq-title {
  text-align: right;
}
html[dir=rtl] .faq-accordion.default-according .card .faq-header svg {
  left: 30px;
  right: unset;
}
html[dir=rtl] .faq-accordion.default-according .card .btn-link svg {
  margin-left: 10px;
  margin-right: unset;
}
html[dir=rtl] .navigation-option ul li {
  padding: 8px 0 8px 8px;
}
html[dir=rtl] .navigation-option ul li a {
  padding-right: 40px;
  padding-left: unset;
}
html[dir=rtl] .navigation-option ul li a svg {
  right: 15px;
  left: unset;
}
html[dir=rtl] .updates-faq {
  margin-right: unset;
  margin-left: 20px;
}
html[dir=rtl] .browse .browse-articles span svg {
  margin-left: 10px;
  margin-right: unset;
}
html[dir=rtl] .categories .learning-header {
  padding-right: 15px;
  padding-left: unset;
}
html[dir=rtl] .main .langChoice {
  left: 30px;
  right: unset;
}
html[dir=rtl] .pricing-block svg {
  direction: ltr;
}
html[dir=rtl] p.data-attributes svg {
  margin-left: 10px;
  margin-right: unset;
}
html[dir=rtl] .avatars .avatar {
  margin-left: 10px;
  margin-right: unset;
}
html[dir=rtl] .avatars .avatar:last-child {
  margin-left: 0;
}
html[dir=rtl] .avatars .avatar .status {
  left: 4px;
  right: unset;
}
html[dir=rtl] .customers.avatar-group {
  margin-left: 30px;
  margin-right: unset;
}
html[dir=rtl] .card .card-header h5 {
  float: none !important;
}
html[dir=rtl] .knob-chart .chart-clock-main .clock-small {
  right: 10px;
  left: unset;
}
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] .todo .todo-list-wrapper #todo-list li .task-container .task-action-btn {
  text-align: left;
}
html[dir=rtl] .todo .notification-popup {
  left: 10px;
  right: unset;
}
html[dir=rtl] .todo-options .badges-todo h6 {
  margin-left: 10px;
  margin-right: unset;
}
html[dir=rtl] .todo-options .badges-todo h6:last-child {
  margin-left: 0;
}
html[dir=rtl] .todo-list-btns .dropdown-basic .btn-group .form-group .checkbox {
  padding-right: 14px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  padding-left: unset;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}
html[dir=rtl] .todo-list-btns .dropdown-basic .separated-btn {
  margin-right: -6px;
  margin-left: unset;
}
html[dir=rtl] .todo-list-btns .dropdown-basic .separated-btn .btn {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
html[dir=rtl] .search-todo .dropdown-basic .btn-group {
  margin-left: 18px;
  margin-right: unset;
}
html[dir=rtl] .dark-dropdown-box .btn-group .dropdown-toggle-split {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
html[dir=rtl] .sticky-note .note {
  float: right;
}
html[dir=rtl] #testimonial .owl-stage-outer .owl-stage .owl-item .slide--item .d-flex .me-3 {
  margin-right: 1rem !important;
  margin-left: unset !important;
}
html[dir=rtl] .needs-validation .input-group > .form-control:not(:last-child),
html[dir=rtl] .needs-validation .input-group > .custom-select:not(:last-child),
html[dir=rtl] .form-row .input-group > .form-control:not(:last-child),
html[dir=rtl] .form-row .input-group > .custom-select:not(:last-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] .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] .form-check-reverse .form-check-input {
  float: right;
  margin-left: 0;
  margin-right: 10px;
}
html[dir=rtl] .email-wrap .row .col-xl-6 {
  padding-right: 0;
  padding-left: 15px;
}
html[dir=rtl] .email-wrap .row .col-xl-3 + .col-xl-3 {
  padding-left: 0;
  padding-right: 15px;
}
html[dir=rtl] .email-wrap .email-app-sidebar .main-menu > li {
  text-align: right;
}
html[dir=rtl] .email-wrap .email-app-sidebar .main-menu > li a i {
  margin-right: unset;
  margin-left: 10px;
}
html[dir=rtl] .email-wrap .email-app-sidebar ul {
  padding-right: 0;
}
html[dir=rtl] .email-wrap .email-right-aside .email-body .pe-0 {
  padding-right: unset !important;
}
html[dir=rtl] .email-wrap .email-right-aside .radius-left {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-radius: 4px;
}
html[dir=rtl] #renderRange {
  float: left;
  padding-left: unset;
  padding-right: 12px;
}
html[dir=rtl] .event-calendar {
  direction: ltr;
}
html[dir=rtl] .calendar-wrap .fc {
  direction: rtl;
  text-align: right;
}
html[dir=rtl] .calendar-wrap .fc .fc-toolbar .fc-left {
  float: right;
}
html[dir=rtl] .calendar-wrap .fc .fc-toolbar .fc-right {
  float: left;
}
html[dir=rtl] .calendar-wrap .fc .fc-toolbar > * > * {
  margin-left: 0;
}
html[dir=rtl] .calendar-wrap .fc-events-container {
  text-align: right;
}
html[dir=rtl] .calendar-wrap .fc-scroller {
  margin-right: unset;
  margin-left: -17px;
}
html[dir=rtl] .fc-agenda-view .fc-day-grid .fc-row {
  margin-right: 0 !important;
}
html[dir=rtl] .fc-unthemed .fc-row {
  margin-right: 0 !important;
}
html[dir=rtl] .btn-showcase .btn {
  margin-right: unset;
  margin-left: 10px;
}
html[dir=rtl] .btn-square.dropdown-toggle {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
html[dir=rtl].button-builder ul.the-icons li {
  float: right;
}
html[dir=rtl].button-builder .color-slelector {
  float: right;
}
html[dir=rtl].button-builder .custom-button-color .form-control {
  border-radius: 0 5px 5px 0;
}
html[dir=rtl].button-builder .custom-button-color .form-control.pull-left {
  float: right;
}
html[dir=rtl].button-builder .hint-label {
  float: right;
  padding: 4px 20px 0 0;
}
html[dir=rtl] #customer-review .owl-item img {
  order: 2;
}
html[dir=rtl] .options > div {
  margin: 0 0 8px 8px;
}
html[dir=rtl] .modal-dialog .modal-content .modal-body p a {
  margin-left: 0;
}
html[dir=rtl] .drag-box fieldset .component .form-group .text-lg-left {
  text-align: right !important;
}
html[dir=rtl] .drag-box fieldset .component .form-group .input-group .input-group-prepend .btn,
html[dir=rtl] .drag-box fieldset .component .form-group .input-group .input-group-prepend .input-group-text {
  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] .drag-box fieldset .component .form-group .input-group .input-group-prepend .btn-right,
html[dir=rtl] .drag-box fieldset .component .form-group .input-group .input-group-prepend .checkbox-radius {
  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] .drag-box fieldset .component .form-group .input-group #prependedcheckbox {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
html[dir=rtl] .drag-box fieldset .component .form-group .input-group #appendedcheckbox {
  border-right-color: #efefef;
}
html[dir=rtl] .drag-box fieldset .component .form-group .input-group #buttondropdown {
  margin-right: unset;
  margin-left: -1px;
}
html[dir=rtl] .drag form {
  text-align: right;
}
html[dir=rtl] .drag form input {
  text-align: right;
}
html[dir=rtl] .drag form label {
  text-align: right !important;
}
html[dir=rtl] .drag form .form-group .input-group .input-group-prepend .btn,
html[dir=rtl] .drag form .form-group .input-group .input-group-prepend .input-group-text {
  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] .drag form .form-group .input-group .input-group-prepend .btn-right,
html[dir=rtl] .drag form .form-group .input-group .input-group-prepend .checkbox-radius {
  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] .drag form .form-group .input-group #buttondropdown {
  margin-right: unset;
  margin-left: -1px;
}
html[dir=rtl] .draggable label {
  text-align: right;
}
html[dir=rtl] .form-builder-column .tab-content .tab-pane .theme-form .ui-draggable .input-group > .input-group-prepend > .input-group-text {
  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] .form-builder-column #pills-tabContent .theme-form .form-group .input-group #buttondropdown,
html[dir=rtl] .form-builder-column #pills-tabContent .theme-form .ui-draggable .input-group #buttondropdown {
  margin-right: unset;
  margin-left: 15px;
}
html[dir=rtl] .form-builder-column #pills-tabContent .theme-form .form-group .input-group .input-group-btn button,
html[dir=rtl] .form-builder-column #pills-tabContent .theme-form .ui-draggable .input-group .input-group-btn button {
  border-radius: 4px !important;
}
html[dir=rtl] .form-horizontal.theme-form fieldset .tab-content .tab-pane .component .form-group .text-lg-left {
  text-align: right !important;
}
html[dir=rtl] .form-horizontal.theme-form fieldset .tab-content .tab-pane .component .form-group .input-group .input-group-prepend .btn,
html[dir=rtl] .form-horizontal.theme-form fieldset .tab-content .tab-pane .component .form-group .input-group .input-group-prepend .input-group-text {
  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] .form-horizontal.theme-form fieldset .tab-content .tab-pane .component .form-group .input-group .input-group-prepend .btn-right,
html[dir=rtl] .form-horizontal.theme-form fieldset .tab-content .tab-pane .component .form-group .input-group .input-group-prepend .checkbox-radius {
  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] .form-builder .component .form-group .input-group #buttondropdown {
  margin-right: unset;
  margin-left: -1px;
}
html[dir=rtl] .page-wrapper .page-body-wrapper .logo-wrapper {
  box-shadow: 9px 0 20px rgba(89, 102, 122, 0.1) !important;
}
html[dir=rtl] .page-wrapper .page-body-wrapper .logo-wrapper a {
  transform: translate(-64px);
}
html[dir=rtl] .search-page .nav i {
  display: inline-block;
  margin-left: 10px;
  margin-right: unset;
}
html[dir=rtl] .product-stts {
  display: inline-block;
}
html[dir=rtl] .product-stts .ms-1 {
  margin-right: 0.25rem !important;
  margin-left: unset !important;
}
html[dir=rtl] .search-form input {
  padding: 10px 70px 10px 10px;
  text-align: right;
}
html[dir=rtl] .icon-hover-bottom .icon-title {
  text-align: right;
}
html[dir=rtl] .icon-lists div i {
  margin: 0 10px 0 15px;
}
html[dir=rtl] .icon-lists ul {
  padding-right: 0;
}
html[dir=rtl] ul.icon-lists {
  padding-right: 30px;
}
html[dir=rtl] .floated-customizer-btn.third-floated-btn {
  left: 35px;
  right: unset;
}
html[dir=rtl] .floated-customizer-btn > span {
  margin-right: 10px;
}
html[dir=rtl] .floated-customizer-panel {
  text-align: right;
  left: -85px;
  right: unset;
}
html[dir=rtl] .floated-customizer-panel.active {
  left: 35px;
  right: unset;
}
html[dir=rtl] .floated-customizer-panel .close-customizer-btn {
  left: 30px;
  right: unset;
}
html[dir=rtl] .floated-customizer-panel ul {
  padding-right: 0;
}
html[dir=rtl] .form-builder-2-header > div nav {
  float: left;
}
html[dir=rtl] .radio label {
  padding-left: 0;
  padding-right: 5px;
}
html[dir=rtl] .radio label::before {
  right: 0;
  margin-right: -20px;
  left: unset;
}
html[dir=rtl] .page-wrapper .page-body-wrapper .page-title .row h3 {
  text-align: right;
  padding-left: 20px;
  padding-right: unset !important;
}
html[dir=rtl] .page-wrapper .page-body-wrapper .page-title .row h6 {
  text-align: right;
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-header {
  margin-right: 265px;
  margin-left: unset;
  width: calc(100% - 265px);
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-header.close_icon {
  margin-right: 80px;
  margin-left: unset;
  width: calc(100% - 80px);
}
html[dir=rtl] .page-wrapper.modern-type .page-header {
  margin-right: 0;
  width: calc(100% - 0px);
}
html[dir=rtl] .page-wrapper.modern-type .page-header.close_icon {
  margin-right: 0;
  width: calc(100% - 0px);
}
html[dir=rtl] .page-wrapper.modern-type .page-header .header-wrapper .logo-wrapper {
  margin-right: unset;
  margin-left: 30px;
}
html[dir=rtl] .page-wrapper.modern-type .page-header .header-wrapper .toggle-sidebar {
  margin-right: unset;
  margin-left: 15px;
}
html[dir=rtl] .page-wrapper.modern-type .page-body-wrapper .page-body {
  margin-right: 310px;
}
html[dir=rtl] .page-wrapper.modern-type .page-body-wrapper .footer {
  margin-left: 55px;
  margin-right: 360px;
}
html[dir=rtl] .page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper.close_icon ~ .page-body {
  margin-right: 0px;
}
html[dir=rtl] .page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper.close_icon ~ footer {
  margin-right: 0;
}
html[dir=rtl] .page-header .header-wrapper .nav-right {
  text-align: right;
}
html[dir=rtl] .page-header .header-wrapper .nav-right .onhover-show-div {
  right: unset;
  left: 0;
}
@media (max-width: 575.98px) {
  html[dir=rtl] .page-header .header-wrapper .nav-right .onhover-show-div {
    left: 12px;
  }
}
html[dir=rtl] .page-header .header-wrapper .nav-right .onhover-show-div li .d-flex .flex-grow-1 > span {
  padding-right: unset;
  padding-left: 10px;
}
@media (max-width: 575.98px) {
  html[dir=rtl] .page-header .header-wrapper .nav-right .cart-dropdown li {
    padding: 10px;
  }
}
html[dir=rtl] .page-header .header-wrapper .nav-right .cart-dropdown .close-circle {
  right: unset;
  left: 0;
}
html[dir=rtl] .page-header .header-wrapper .nav-right > ul > li {
  text-align: right;
}
html[dir=rtl] .page-header .header-wrapper .nav-right > ul > li .lang-txt {
  margin-left: 0;
  margin-right: 8px;
}
html[dir=rtl] .page-header .header-wrapper .nav-right > ul > li:before {
  right: 0;
  left: unset;
}
html[dir=rtl] .page-header .header-wrapper .nav-right > ul > li .dot {
  left: 17px;
  right: unset;
}
html[dir=rtl] .page-header .header-wrapper .nav-right > ul > li.onhover-dropdown:hover .onhover-show-div:before {
  right: 10px;
  left: unset;
}
html[dir=rtl] .page-header .header-wrapper .nav-right > ul > li.onhover-dropdown:hover .onhover-show-div:after {
  right: 10px;
  left: unset;
}
html[dir=rtl] .page-header .header-wrapper .nav-right > ul > li.onhover-dropdown:last-child {
  padding-left: 0;
  padding-right: 0 !important;
}
html[dir=rtl] .page-header .header-wrapper .nav-right > ul > li:last-child {
  padding-right: 20px;
  padding-left: 0;
}
html[dir=rtl] .page-header .header-wrapper .nav-right > ul > li i.ms-2 {
  margin-right: 0.5rem !important;
  margin-left: unset !important;
}
html[dir=rtl] .page-header .header-wrapper .nav-right .profile-dropdown li svg {
  margin-right: unset;
  margin-left: 10px;
}
html[dir=rtl] .page-header .header-wrapper .mobile-sidebar {
  padding-left: 20px;
  padding-right: unset;
}
html[dir=rtl] .page-header.open {
  margin-right: 0;
}
html[dir=rtl] ul.notification-dropdown.onhover-show-div {
  right: initial;
  left: -30px;
  padding: 0;
}
html[dir=rtl] ul.notification-dropdown.onhover-show-div:before {
  right: inherit !important;
  left: 35px !important;
}
html[dir=rtl] ul.notification-dropdown.onhover-show-div:after {
  right: inherit !important;
  left: 35px !important;
}
html[dir=rtl] ul.notification-dropdown.onhover-show-div li {
  margin-right: 0 !important;
}
html[dir=rtl] ul.notification-dropdown.onhover-show-div li span.badge {
  margin-left: unset !important;
}
html[dir=rtl] ul.notification-dropdown.onhover-show-div li span svg {
  margin-right: unset;
  margin-left: 10px;
}
html[dir=rtl] ul.notification-dropdown.onhover-show-div li .notification-icon {
  margin-left: 20px;
  margin-right: unset;
}
html[dir=rtl] .card-body .alert svg ~ p {
  padding-left: unset;
  padding-right: 20px;
}
html[dir=rtl] .alert i {
  margin-left: 5px;
  margin-right: 0;
}
html[dir=rtl] .alert.alert-dismissible {
  padding-right: 15px;
  padding-left: 2.5rem;
}
html[dir=rtl] .alert.alert-dismissible .me-2 {
  margin-right: auto !important;
}
html[dir=rtl] .inverse {
  padding: 13px 65px 13px 20px;
}
html[dir=rtl] .inverse i {
  left: unset;
  right: 0;
}
html[dir=rtl] .card-body.alerts-icon .alert > div {
  margin-right: unset;
  margin-left: 10px;
}
html[dir=rtl] .card-body.alerts-icon .alert svg {
  margin: 0;
}
html[dir=rtl] .alert-primary.inverse:before {
  border-right: 7px solid #7366FF;
  right: 54px;
  left: unset;
  border-left: unset;
}
html[dir=rtl] .alert-secondary.inverse:before {
  border-right: 7px solid #838383;
  right: 54px;
  left: unset;
  border-left: unset;
}
html[dir=rtl] .alert-success.inverse:before {
  border-right: 7px solid #65c15c;
  right: 54px;
  left: unset;
  border-left: unset;
}
html[dir=rtl] .alert-danger.inverse:before {
  border-right: 7px solid #fc564a;
  right: 54px;
  left: unset;
  border-left: unset;
}
html[dir=rtl] .alert-warning.inverse:before {
  border-right: 7px solid #ffb829;
  right: 54px;
  left: unset;
  border-left: unset;
}
html[dir=rtl] .alert-info.inverse:before {
  border-right: 7px solid #40b8f5;
  right: 54px;
  left: unset;
  border-left: unset;
}
html[dir=rtl] .alert-light.inverse:before {
  border-right: 7px solid #f4f4f4;
  right: 54px;
  left: unset;
  border-left: unset;
}
html[dir=rtl] .alert-dark.inverse:before {
  border-right: 7px solid #3f475a;
  right: 54px;
  left: unset;
  border-left: unset;
}
html[dir=rtl] .alert-dismissible .btn-close {
  left: 0;
  right: unset;
}
html[dir=rtl] .alert-dismissible .btn-close span {
  padding-left: 0;
  padding-right: unset;
}
html[dir=rtl] .icofont.icofont-truck {
  display: inline-block;
}
html[dir=rtl] .blog-box .blog-details {
  padding-left: 20px;
  text-align: right;
}
html[dir=rtl] .blog-box .blog-details .blog-social {
  padding-right: 0;
}
html[dir=rtl] .blog-box .blog-details .blog-social li {
  padding-left: 40px;
  padding-right: unset;
}
html[dir=rtl] .blog-box .blog-details .blog-social li:first-child {
  border-left: 1px solid #777777;
  border-right: unset;
  padding-left: 40px;
  padding-right: unset;
}
@media screen and (min-width: 1200px) and (max-width: 1366px) {
  html[dir=rtl] .blog-box .blog-details .blog-social li:first-child {
    padding-left: 8px;
    padding-right: unset;
  }
}
@media (max-width: 360px) {
  html[dir=rtl] .blog-box .blog-details .blog-social li:last-child {
    padding-left: unset;
    padding-right: 0;
  }
}
html[dir=rtl] .blog-box .blog-details .blog-social li + li {
  margin-right: 20px;
  margin-left: unset;
  padding-left: 0;
}
@media screen and (min-width: 1200px) and (max-width: 1366px) {
  html[dir=rtl] .blog-box .blog-details .blog-social li + li {
    padding-right: 8px;
    padding-left: unset;
  }
}
html[dir=rtl] .blog-box .blog-details-main .blog-social li {
  border-left: 1px dotted;
  border-right: unset;
}
html[dir=rtl] .blog-box .blog-details-main .blog-social li:last-child {
  border-left: none;
}
html[dir=rtl] .blog-box .blog-date span {
  font-size: 36px;
  font-weight: 500;
  padding-left: 5px;
}
html[dir=rtl] .comment-box .d-flex img {
  margin-left: 45px;
  margin-right: unset;
}
html[dir=rtl] .comment-box .d-flex h6 {
  text-align: right;
}
html[dir=rtl] .comment-box .d-flex h6 span {
  padding-left: unset;
  padding-right: 10px;
}
html[dir=rtl] .comment-box ul ul {
  margin-right: 135px;
  margin-left: unset;
  padding-right: 0;
}
@media (max-width: 575.98px) {
  html[dir=rtl] .comment-box ul ul {
    margin-right: 30px;
  }
}
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:first-child {
  border-left: 1px solid #efefef;
  border-right: unset;
  padding-right: 0;
  padding-left: 20px;
}
@media (max-width: 767.98px) {
  html[dir=rtl] .blog-single .comment-box .comment-social li:first-child {
    padding-left: 15px;
    padding-right: 0;
  }
}
html[dir=rtl] .button-wrapper .btn-group.select-checkbox .btn:not(:last-child) {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
html[dir=rtl] .button-wrapper .btn-group.select-checkbox .btn:nth-of-type(2) {
  border-top-right-radius: unset !important;
  border-bottom-right-radius: unset !important;
}
html[dir=rtl] .button-builder-wrap .form-group .btn {
  margin-left: 15px;
  margin-right: 0;
  padding: 9px;
}
html[dir=rtl] .button-builder ul.the-icons {
  padding-right: 0 !important;
}
html[dir=rtl] .chat-msg-box ul {
  padding-right: 0;
}
html[dir=rtl] .fg-emoji-container {
  left: 135px !important;
}
html[dir=rtl] .fg-emoji-container .fg-emoji-picker-search-icon {
  right: unset;
  left: -6px;
}
html[dir=rtl] .cke_toolbar,
html[dir=rtl] .cke_toolgroup,
html[dir=rtl] a.cke_button,
html[dir=rtl] .cke_combo_text {
  float: right;
}
html[dir=rtl] .cke_reset_all,
html[dir=rtl] .cke_reset_all *,
html[dir=rtl] .cke_reset_all a,
html[dir=rtl] .cke_reset_all textarea {
  text-align: right;
}
html[dir=rtl] .cke_combo_text {
  padding-left: unset;
  padding-right: 10px;
}
html[dir=rtl] #editor1 #cke_editor1 #cke_1_contents iframe html {
  direction: rtl !important;
}
html[dir=rtl] #clockdiv ul {
  padding-right: 0;
}
html[dir=rtl] .custom-card .card-footer > div + div {
  border-right: 1px solid #efefef;
  border-left: unset !important;
}
html[dir=rtl] .card-social {
  padding-right: 0;
}
html[dir=rtl] .card-absolute .card-header {
  right: 15px;
  left: unset;
}
html[dir=rtl] .dataTables_wrapper .dataTables_filter input[type=search] {
  margin-right: 10px;
  margin-left: 0;
}
html[dir=rtl] .dataTables_wrapper .dataTables_length {
  float: right;
}
html[dir=rtl] .dataTables_wrapper .dataTables_filter {
  margin-left: unset;
  margin-right: 15px;
  float: left;
}
html[dir=rtl] .dataTables_wrapper .dataTables_info {
  float: right;
}
html[dir=rtl] .dataTables_wrapper .advance-5_filter {
  margin-left: 0;
}
html[dir=rtl] .dataTables_wrapper .btn-group button {
  margin-left: 5px;
  margin-right: unset;
}
html[dir=rtl] .dataTables_wrapper .btn-group button:last-child {
  margin-left: 0;
}
html[dir=rtl] .dataTables_wrapper table.dataTable tbody td.select-checkbox:after,
html[dir=rtl] .dataTables_wrapper table.dataTable tbody th.select-checkbox:after {
  margin-left: 31px;
}
html[dir=rtl] div.dataTables_wrapper div.dataTables_paginate {
  margin-right: 15px !important;
  margin-left: 0 !important;
  float: left;
}
html[dir=rtl] table.dataTable thead > tr > th {
  padding-left: 30px;
  padding-right: 12px;
}
html[dir=rtl] table.dataTable thead > tr > th:before {
  left: 1em !important;
  right: unset;
}
html[dir=rtl] table.dataTable thead > tr > th:after {
  left: 0.5em !important;
  right: unset;
}
html[dir=rtl] table.dataTable thead .sorting:before,
html[dir=rtl] table.dataTable thead .sorting_asc:before,
html[dir=rtl] table.dataTable thead .sorting_desc:before,
html[dir=rtl] table.dataTable thead .sorting_asc_disabled:before,
html[dir=rtl] table.dataTable thead .sorting_desc_disabled:before {
  left: 1em !important;
  right: unset;
}
html[dir=rtl] .dataTables_scrollHeadInner {
  padding-right: unset !important;
  padding-left: 0 !important;
}
html[dir=rtl] div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
  padding-right: 0;
  padding-left: 0;
}
html[dir=rtl] div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  padding-right: 0;
  padding-left: 0;
}
html[dir=rtl] .dt-plugin-buttons button.m-r-10 {
  margin-left: 10px;
  margin-right: 0;
}
html[dir=rtl] .datetime-picker .theme-form .form-group label {
  text-align: left !important;
}
html[dir=rtl] .datetime-picker .theme-form .form-group .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html[dir=rtl] .datetime-picker .theme-form .form-group .input-group .form-control {
  border-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
html[dir=rtl] .rtl-dropdown .btn-group .dropdown-menu {
  right: 0 !important;
}
html[dir=rtl] .heading-dropdown .dropdown-menu,
html[dir=rtl] .dropdown-option .dropdown-menu {
  right: 0 !important;
}
html[dir=rtl] .split-dropdown .dropdown-basic .separated-btn .dropdown-menu {
  right: 0 !important;
}
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] .error-wrapper .col-md-8.offset-md-2 {
  margin: 0 auto !important;
}
html[dir=rtl] .product-price del {
  padding-left: 20px;
  padding-right: 0;
}
html[dir=rtl] .product-box .modal .modal-header .btn-close {
  right: unset;
  left: 15px;
}
html[dir=rtl] .product-box .ribbon-bookmark.ribbon-vertical-left.ribbon-info:before,
html[dir=rtl] .product-box .ribbon-bookmark.ribbon-vertical-right.ribbon-info:before {
  border-left-color: #007bff;
}
html[dir=rtl] .product-box .ribbon-bookmark.ribbon-vertical-left:before,
html[dir=rtl] .product-box .ribbon-bookmark.ribbon-vertical-right:before {
  right: 0;
  left: unset;
  border-left: 15px solid #2a3142;
}
html[dir=rtl] .product-box .ribbon-bookmark.ribbon-info:before {
  border-left-color: transparent;
}
html[dir=rtl] .product-box .ribbon-warning.ribbon-clip:before {
  border-left-color: #ff850d;
  border-right-color: unset;
}
html[dir=rtl] .product-box .ribbon-clip {
  right: -14px;
  left: unset;
}
html[dir=rtl] .product-box .ribbon-clip:before {
  right: 0;
  left: unset;
}
html[dir=rtl] .product-hover ul {
  padding-right: 0;
}
html[dir=rtl] .customer-review .d-flex img {
  margin-left: 25px;
  margin-right: 0;
}
html[dir=rtl] .nav {
  padding-right: 0;
}
html[dir=rtl] .custom-tab {
  padding: 4px;
}
html[dir=rtl] .custom-file-label::after {
  left: 0;
  right: unset;
}
html[dir=rtl] .wizard-4 ul.anchor {
  float: right;
}
html[dir=rtl] .wizard-4 .step-container {
  clear: unset;
}
html[dir=rtl] .wizard-4 .form-group {
  text-align: right;
}
html[dir=rtl] .wizard-4 .action-bar .btn {
  float: left;
}
html[dir=rtl] .f1 .f1-buttons {
  text-align: left;
}
html[dir=rtl] .f1 .f1-steps .f1-step {
  float: right;
}
html[dir=rtl] .jstree-default .jstree-node {
  margin-left: unset;
  margin-right: 24px;
  background-position: -292px -4px;
  background-repeat: repeat-y;
}
html[dir=rtl] .sales-report .card-body .balance-data {
  right: unset;
  left: 60px;
}
html[dir=rtl] .statistical-card li {
  margin-right: unset;
  margin-left: 15px;
}
html[dir=rtl] .statistical-card li + li {
  padding-left: 14px;
  padding-right: 15px;
  margin-left: 15px;
  margin-right: 15px;
}
html[dir=rtl] .statistical-card li + li::after {
  left: unset;
  right: 0;
  transform: translate(15px, -50%);
}
html[dir=rtl] .appointments-wrapper li > span {
  margin-right: unset;
  margin-left: 12px;
}
html[dir=rtl] .appointments-wrapper li .main-box {
  margin-left: unset;
  margin-right: 20px;
}
html[dir=rtl] .appointments-wrapper li::before {
  left: unset;
  right: 61px;
}
html[dir=rtl] .recent-order-table.currency-table.recent-table table thead tr th:first-child,
html[dir=rtl] .recent-order-table.currency-table.recent-table table thead tr td:first-child,
html[dir=rtl] .recent-order-table.currency-table.recent-table table tbody tr th:first-child,
html[dir=rtl] .recent-order-table.currency-table.recent-table table tbody tr td:first-child {
  padding-right: 20px;
  padding-left: unset;
}
html[dir=rtl] .recent-order-table.currency-table.recent-table table thead tr th:last-child,
html[dir=rtl] .recent-order-table.currency-table.recent-table table thead tr td:last-child,
html[dir=rtl] .recent-order-table.currency-table.recent-table table tbody tr th:last-child,
html[dir=rtl] .recent-order-table.currency-table.recent-table table tbody tr td:last-child {
  padding-left: 20px;
  padding-right: unset;
}
@media (max-width: 1660px) {
  html[dir=rtl] .recent-order-table.currency-table.recent-table table thead tr th:nth-child(6),
  html[dir=rtl] .recent-order-table.currency-table.recent-table table thead tr td:nth-child(6),
  html[dir=rtl] .recent-order-table.currency-table.recent-table table tbody tr th:nth-child(6),
  html[dir=rtl] .recent-order-table.currency-table.recent-table table tbody tr td:nth-child(6) {
    padding-left: 20px;
    padding-right: unset;
  }
}
html[dir=rtl] .recent-order-table.currency-table.recent-table table tbody tr td .btn {
  min-width: 135px;
}
html[dir=rtl] .recent-order-table.currency-table.recent-table table tbody tr:hover td div .currency-icon img {
  animation: tada 1.5s ease infinite;
}
html[dir=rtl] .recent-order-table.currency-table.recent-table table tbody tr:hover td div h6 {
  color: var(--body-font-color);
}
html[dir=rtl] .recent-order-table.currency-table.recent-table table tbody tr:hover td div a {
  color: var(--theme-default);
}
html[dir=rtl] .main-customer-table .table-responsive .table thead tr th:first-child,
html[dir=rtl] .main-customer-table .table-responsive .table thead tr td:first-child,
html[dir=rtl] .main-customer-table .table-responsive .table tbody tr th:first-child,
html[dir=rtl] .main-customer-table .table-responsive .table tbody tr td:first-child {
  padding-right: 20px;
  padding-left: unset;
}
html[dir=rtl] .main-customer-table .table-responsive .table thead tr th:last-child,
html[dir=rtl] .main-customer-table .table-responsive .table thead tr td:last-child,
html[dir=rtl] .main-customer-table .table-responsive .table tbody tr th:last-child,
html[dir=rtl] .main-customer-table .table-responsive .table tbody tr td:last-child {
  padding-left: 20px;
  padding-right: unset;
}
html[dir=rtl] .seller-table thead tr th:first-child,
html[dir=rtl] .seller-table thead tr td:first-child,
html[dir=rtl] .seller-table tbody tr th:first-child,
html[dir=rtl] .seller-table tbody tr td:first-child {
  padding-right: 20px;
  padding-left: unset;
}
html[dir=rtl] .seller-table thead tr th:last-child,
html[dir=rtl] .seller-table thead tr td:last-child,
html[dir=rtl] .seller-table tbody tr th:last-child,
html[dir=rtl] .seller-table tbody tr td:last-child {
  padding-left: 20px;
  padding-right: unset;
}
html[dir=rtl] .treading-product .table-responsive .table thead tr th:first-child,
html[dir=rtl] .treading-product .table-responsive .table thead tr td:first-child,
html[dir=rtl] .treading-product .table-responsive .table tbody tr th:first-child,
html[dir=rtl] .treading-product .table-responsive .table tbody tr td:first-child {
  padding-right: 20px !important;
  padding-left: unset;
}
html[dir=rtl] .treading-product .table-responsive .table thead tr th:last-child,
html[dir=rtl] .treading-product .table-responsive .table thead tr td:last-child,
html[dir=rtl] .treading-product .table-responsive .table tbody tr th:last-child,
html[dir=rtl] .treading-product .table-responsive .table tbody tr td:last-child {
  padding-left: 20px !important;
  padding-right: unset;
}
html[dir=rtl] .stock-report .table-responsive .table thead tr th:first-child,
html[dir=rtl] .stock-report .table-responsive .table thead tr td:first-child,
html[dir=rtl] .stock-report .table-responsive .table tbody tr th:first-child,
html[dir=rtl] .stock-report .table-responsive .table tbody tr td:first-child {
  padding-right: 20px !important;
  padding-left: unset;
}
html[dir=rtl] .stock-report .table-responsive .table thead tr th:last-child,
html[dir=rtl] .stock-report .table-responsive .table thead tr td:last-child,
html[dir=rtl] .stock-report .table-responsive .table tbody tr th:last-child,
html[dir=rtl] .stock-report .table-responsive .table tbody tr td:last-child {
  padding-left: 20px !important;
  padding-right: unset;
}
@media (max-width: 1798px) {
  html[dir=rtl] .stock-report .table-responsive .table thead tr th:nth-child(4),
  html[dir=rtl] .stock-report .table-responsive .table thead tr td:nth-child(4),
  html[dir=rtl] .stock-report .table-responsive .table tbody tr th:nth-child(4),
  html[dir=rtl] .stock-report .table-responsive .table tbody tr td:nth-child(4) {
    padding-left: 20px;
    padding-right: unset;
  }
}
html[dir=rtl] .recent-transaction thead tr th:first-child,
html[dir=rtl] .recent-transaction thead tr td:first-child,
html[dir=rtl] .recent-transaction tbody tr th:first-child,
html[dir=rtl] .recent-transaction tbody tr td:first-child {
  padding-right: 20px !important;
  padding-left: unset;
}
html[dir=rtl] .recent-transaction thead tr th:last-child,
html[dir=rtl] .recent-transaction thead tr td:last-child,
html[dir=rtl] .recent-transaction tbody tr th:last-child,
html[dir=rtl] .recent-transaction tbody tr td:last-child {
  padding-left: 20px !important;
  padding-right: unset;
}
html[dir=rtl] .e-common-button .btn:first-child {
  margin-left: 12px;
  margin-right: unset;
}
html[dir=rtl] .e-common-button .btn svg {
  margin-left: 6px;
  margin-right: unset;
}
html[dir=rtl] .balance-widget .mobile-right-img {
  left: -15%;
}
@media (max-width: 1475px) and (min-width: 1400px) {
  html[dir=rtl] .balance-widget .mobile-right-img {
    left: -18%;
  }
}
@media (max-width: 1399px) and (min-width: 936px) {
  html[dir=rtl] .balance-widget .mobile-right-img {
    left: -10%;
  }
}
@media (max-width: 935px) and (min-width: 768px) {
  html[dir=rtl] .balance-widget .mobile-right-img {
    left: -15%;
  }
}
@media (max-width: 767px) and (min-width: 621px) {
  html[dir=rtl] .balance-widget .mobile-right-img {
    left: -35px;
  }
}
@media (max-width: 620px) and (min-width: 521px) {
  html[dir=rtl] .balance-widget .mobile-right-img {
    left: -60px;
  }
}
@media (max-width: 520px) {
  html[dir=rtl] .balance-widget .mobile-right-img {
    left: -75px;
  }
}
html[dir=rtl] .link-only svg {
  transform: scaleX(-1);
}
html[dir=rtl] .course-widget a svg {
  transform: scaleX(-1);
}
@media (max-width: 1261px) {
  html[dir=rtl] .t-top-mentor .table-responsive div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    right: 20px;
    left: unset;
  }
}
html[dir=rtl] .t-top-mentor thead tr th:first-child,
html[dir=rtl] .t-top-mentor thead tr td:first-child,
html[dir=rtl] .t-top-mentor tbody tr th:first-child,
html[dir=rtl] .t-top-mentor tbody tr td:first-child {
  padding-right: 20px !important;
  padding-left: unset;
}
html[dir=rtl] .t-top-mentor thead tr th:last-child,
html[dir=rtl] .t-top-mentor thead tr td:last-child,
html[dir=rtl] .t-top-mentor tbody tr th:last-child,
html[dir=rtl] .t-top-mentor tbody tr td:last-child {
  padding-left: 20px !important;
  padding-right: unset;
}
@media (max-width: 1261px) {
  html[dir=rtl] .completed-course-table .table-responsive div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    right: 20px;
    left: unset;
  }
}
html[dir=rtl] .completed-course-table thead tr th:first-child,
html[dir=rtl] .completed-course-table thead tr td:first-child,
html[dir=rtl] .completed-course-table tbody tr th:first-child,
html[dir=rtl] .completed-course-table tbody tr td:first-child {
  padding-right: 20px !important;
  padding-left: unset;
}
html[dir=rtl] .completed-course-table thead tr th:last-child,
html[dir=rtl] .completed-course-table thead tr td:last-child,
html[dir=rtl] .completed-course-table tbody tr th:last-child,
html[dir=rtl] .completed-course-table tbody tr td:last-child {
  padding-left: 20px !important;
  padding-right: unset;
}
@media (max-width: 1671px) and (min-width: 1351px) {
  html[dir=rtl] .completed-course-table thead tr th:nth-child(4),
  html[dir=rtl] .completed-course-table thead tr td:nth-child(4),
  html[dir=rtl] .completed-course-table tbody tr th:nth-child(4),
  html[dir=rtl] .completed-course-table tbody tr td:nth-child(4) {
    padding-left: 20px;
    padding-right: unset;
  }
}
html[dir=rtl] .currency-table.recent-table table thead tr th:first-child,
html[dir=rtl] .currency-table.recent-table table thead tr td:first-child,
html[dir=rtl] .currency-table.recent-table table tbody tr th:first-child,
html[dir=rtl] .currency-table.recent-table table tbody tr td:first-child {
  padding-right: 20px !important;
  padding-left: 8px;
}
html[dir=rtl] .currency-table.recent-table table thead tr th:last-child,
html[dir=rtl] .currency-table.recent-table table thead tr td:last-child,
html[dir=rtl] .currency-table.recent-table table tbody tr th:last-child,
html[dir=rtl] .currency-table.recent-table table tbody tr td:last-child {
  padding-left: 20px !important;
  padding-right: 8px;
}
@media (max-width: 1199px) {
  html[dir=rtl] .currency-table.recent-table.average-sale.table-responsive div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    right: 20px;
    left: unset;
  }
}
html[dir=rtl] .currency-table.recent-table.average-sale.table-responsive thead tr th:first-child,
html[dir=rtl] .currency-table.recent-table.average-sale.table-responsive thead tr td:first-child,
html[dir=rtl] .currency-table.recent-table.average-sale.table-responsive tbody tr th:first-child,
html[dir=rtl] .currency-table.recent-table.average-sale.table-responsive tbody tr td:first-child {
  padding-right: 20px !important;
}
html[dir=rtl] .currency-table.recent-table.average-sale.table-responsive thead tr th:last-child,
html[dir=rtl] .currency-table.recent-table.average-sale.table-responsive thead tr td:last-child,
html[dir=rtl] .currency-table.recent-table.average-sale.table-responsive tbody tr th:last-child,
html[dir=rtl] .currency-table.recent-table.average-sale.table-responsive tbody tr td:last-child {
  padding-left: 20px !important;
}
@media (max-width: 1316px) and (min-width: 768px) {
  html[dir=rtl] .currency-table.recent-table.average-sale.table-responsive thead tr th:nth-child(3),
  html[dir=rtl] .currency-table.recent-table.average-sale.table-responsive thead tr td:nth-child(3),
  html[dir=rtl] .currency-table.recent-table.average-sale.table-responsive tbody tr th:nth-child(3),
  html[dir=rtl] .currency-table.recent-table.average-sale.table-responsive tbody tr td:nth-child(3) {
    padding-left: 20px;
  }
}
@media (max-width: 1199px) {
  html[dir=rtl] .currency-table.recent-table.performer-table.table-responsive div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    right: 20px;
    left: unset;
  }
}
html[dir=rtl] .currency-table.recent-table.performer-table.table-responsive thead tr th:first-child,
html[dir=rtl] .currency-table.recent-table.performer-table.table-responsive thead tr td:first-child,
html[dir=rtl] .currency-table.recent-table.performer-table.table-responsive tbody tr th:first-child,
html[dir=rtl] .currency-table.recent-table.performer-table.table-responsive tbody tr td:first-child {
  padding-right: 20px !important;
}
html[dir=rtl] .currency-table.recent-table.performer-table.table-responsive thead tr th:last-child,
html[dir=rtl] .currency-table.recent-table.performer-table.table-responsive thead tr td:last-child,
html[dir=rtl] .currency-table.recent-table.performer-table.table-responsive tbody tr th:last-child,
html[dir=rtl] .currency-table.recent-table.performer-table.table-responsive tbody tr td:last-child {
  padding-left: 20px !important;
}
@media (max-width: 1696px) and (min-width: 1200px) {
  html[dir=rtl] .currency-table.recent-table.performer-table.table-responsive thead tr th:nth-child(5),
  html[dir=rtl] .currency-table.recent-table.performer-table.table-responsive thead tr td:nth-child(5),
  html[dir=rtl] .currency-table.recent-table.performer-table.table-responsive tbody tr th:nth-child(5),
  html[dir=rtl] .currency-table.recent-table.performer-table.table-responsive tbody tr td:nth-child(5) {
    padding-left: 20px;
    padding-right: unset;
  }
}
html[dir=rtl] .transaction-table.recent-table table thead tr th:first-child,
html[dir=rtl] .transaction-table.recent-table table thead tr td:first-child,
html[dir=rtl] .transaction-table.recent-table table tbody tr th:first-child,
html[dir=rtl] .transaction-table.recent-table table tbody tr td:first-child {
  padding-right: 20px !important;
  padding-left: 8px;
}
html[dir=rtl] .transaction-table.recent-table table thead tr th:last-child,
html[dir=rtl] .transaction-table.recent-table table thead tr td:last-child,
html[dir=rtl] .transaction-table.recent-table table tbody tr th:last-child,
html[dir=rtl] .transaction-table.recent-table table tbody tr td:last-child {
  padding-left: 20px !important;
  padding-right: 8px;
}
html[dir=rtl] .campaign-table.recent-table table tr th:first-child,
html[dir=rtl] .campaign-table.recent-table table tr td:first-child {
  padding-right: 20px;
  padding-left: 8px;
}
html[dir=rtl] .campaign-table.recent-table table tr th:last-child,
html[dir=rtl] .campaign-table.recent-table table tr td:last-child {
  padding-left: 20px;
  padding-right: 8px;
}
@media (max-width: 1260px) and (min-width: 1200px) {
  html[dir=rtl] .campaign-table.recent-table table tr th:nth-child(5),
  html[dir=rtl] .campaign-table.recent-table table tr td:nth-child(5) {
    padding-left: 20px;
    padding-right: 8px;
  }
}
@media (max-width: 1399px) {
  html[dir=rtl] .campaign-table .recent-table.table-responsive div.dt-container .dt-layout-row:last-child {
    flex-direction: column;
  }
}
html[dir=rtl] .campaign-table .recent-table.table-responsive table thead tr td:first-child,
html[dir=rtl] .campaign-table .recent-table.table-responsive table thead tr th:first-child,
html[dir=rtl] .campaign-table .recent-table.table-responsive table tbody tr td:first-child,
html[dir=rtl] .campaign-table .recent-table.table-responsive table tbody tr th:first-child {
  min-width: 88px;
}
@media (max-width: 775px) {
  html[dir=rtl] .campaign-table .recent-table.table-responsive table thead tr td:first-child,
  html[dir=rtl] .campaign-table .recent-table.table-responsive table thead tr th:first-child,
  html[dir=rtl] .campaign-table .recent-table.table-responsive table tbody tr td:first-child,
  html[dir=rtl] .campaign-table .recent-table.table-responsive table tbody tr th:first-child {
    min-width: 116px;
  }
}
html[dir=rtl] .campaign-table .recent-table.table-responsive table thead tr td:nth-child(2),
html[dir=rtl] .campaign-table .recent-table.table-responsive table thead tr th:nth-child(2),
html[dir=rtl] .campaign-table .recent-table.table-responsive table tbody tr td:nth-child(2),
html[dir=rtl] .campaign-table .recent-table.table-responsive table tbody tr th:nth-child(2) {
  min-width: 80px;
}
html[dir=rtl] .campaign-table .recent-table.table-responsive table thead tr td:nth-child(3), html[dir=rtl] .campaign-table .recent-table.table-responsive table thead tr td:last-child,
html[dir=rtl] .campaign-table .recent-table.table-responsive table thead tr th:nth-child(3),
html[dir=rtl] .campaign-table .recent-table.table-responsive table thead tr th:last-child,
html[dir=rtl] .campaign-table .recent-table.table-responsive table tbody tr td:nth-child(3),
html[dir=rtl] .campaign-table .recent-table.table-responsive table tbody tr td:last-child,
html[dir=rtl] .campaign-table .recent-table.table-responsive table tbody tr th:nth-child(3),
html[dir=rtl] .campaign-table .recent-table.table-responsive table tbody tr th:last-child {
  min-width: 36px;
}
@media (max-width: 1566px) and (min-width: 1200px) {
  html[dir=rtl] .campaign-table .recent-table.table-responsive table thead tr td:nth-child(3),
  html[dir=rtl] .campaign-table .recent-table.table-responsive table thead tr th:nth-child(3),
  html[dir=rtl] .campaign-table .recent-table.table-responsive table tbody tr td:nth-child(3),
  html[dir=rtl] .campaign-table .recent-table.table-responsive table tbody tr th:nth-child(3) {
    display: none;
  }
}
@media (max-width: 1455px) and (min-width: 1200px) {
  html[dir=rtl] .campaign-table .recent-table.table-responsive table thead tr td:last-child,
  html[dir=rtl] .campaign-table .recent-table.table-responsive table thead tr th:last-child,
  html[dir=rtl] .campaign-table .recent-table.table-responsive table tbody tr td:last-child,
  html[dir=rtl] .campaign-table .recent-table.table-responsive table tbody tr th:last-child {
    display: none;
  }
  html[dir=rtl] .campaign-table .recent-table.table-responsive table thead tr td:nth-child(6),
  html[dir=rtl] .campaign-table .recent-table.table-responsive table thead tr th:nth-child(6),
  html[dir=rtl] .campaign-table .recent-table.table-responsive table tbody tr td:nth-child(6),
  html[dir=rtl] .campaign-table .recent-table.table-responsive table tbody tr th:nth-child(6) {
    padding-right: 20px;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  html[dir=rtl] .campaign-table .recent-table.table-responsive table thead tr td:nth-child(6),
  html[dir=rtl] .campaign-table .recent-table.table-responsive table thead tr th:nth-child(6),
  html[dir=rtl] .campaign-table .recent-table.table-responsive table tbody tr td:nth-child(6),
  html[dir=rtl] .campaign-table .recent-table.table-responsive table tbody tr th:nth-child(6) {
    display: none;
  }
  html[dir=rtl] .campaign-table .recent-table.table-responsive table thead tr td:nth-child(5),
  html[dir=rtl] .campaign-table .recent-table.table-responsive table thead tr th:nth-child(5),
  html[dir=rtl] .campaign-table .recent-table.table-responsive table tbody tr td:nth-child(5),
  html[dir=rtl] .campaign-table .recent-table.table-responsive table tbody tr th:nth-child(5) {
    padding-right: 20px;
  }
}
@media (max-width: 1255px) and (min-width: 1200px) {
  html[dir=rtl] .campaign-table .recent-table.table-responsive table thead tr td,
  html[dir=rtl] .campaign-table .recent-table.table-responsive table thead tr th,
  html[dir=rtl] .campaign-table .recent-table.table-responsive table tbody tr td,
  html[dir=rtl] .campaign-table .recent-table.table-responsive table tbody tr th {
    min-width: auto;
  }
}
@media (max-width: 1215px) and (min-width: 1200px) {
  html[dir=rtl] .campaign-table .recent-table.table-responsive table thead tr td:nth-child(4),
  html[dir=rtl] .campaign-table .recent-table.table-responsive table thead tr th:nth-child(4),
  html[dir=rtl] .campaign-table .recent-table.table-responsive table tbody tr td:nth-child(4),
  html[dir=rtl] .campaign-table .recent-table.table-responsive table tbody tr th:nth-child(4) {
    display: none;
  }
}
html[dir=rtl] .mobile-app-card .card-body .wavy {
  margin-left: -185px;
  margin-right: unset;
}
@media (max-width: 1693px) and (min-width: 768px) {
  html[dir=rtl] .mobile-app-card .card-body .wavy {
    margin-left: -175x;
    margin-right: unset;
  }
}
@media (max-width: 1499px) and (min-width: 768px) {
  html[dir=rtl] .mobile-app-card .card-body .wavy {
    margin-left: -134px;
    margin-right: unset;
  }
}
@media (max-width: 460px) {
  html[dir=rtl] .mobile-app-card .card-body .wavy {
    margin-left: -124px;
    margin-right: unset;
  }
}
html[dir=rtl] .follower-wrap .card-body .customers ul li + li {
  margin-right: -7%;
  margin-left: unset;
}
html[dir=rtl] .art-creator-table.recent-table table thead tr th:first-child,
html[dir=rtl] .art-creator-table.recent-table table thead tr td:first-child,
html[dir=rtl] .art-creator-table.recent-table table tbody tr th:first-child,
html[dir=rtl] .art-creator-table.recent-table table tbody tr td:first-child {
  padding-right: 20px !important;
  padding-left: 8px;
}
html[dir=rtl] .art-creator-table.recent-table table thead tr th:last-child,
html[dir=rtl] .art-creator-table.recent-table table thead tr td:last-child,
html[dir=rtl] .art-creator-table.recent-table table tbody tr th:last-child,
html[dir=rtl] .art-creator-table.recent-table table tbody tr td:last-child {
  padding-left: 20px !important;
  padding-left: 8px;
}
@media (max-width: 1551px) and (min-width: 1400px) {
  html[dir=rtl] .art-creator-table.recent-table table thead tr th:nth-child(2),
  html[dir=rtl] .art-creator-table.recent-table table thead tr td:nth-child(2),
  html[dir=rtl] .art-creator-table.recent-table table tbody tr th:nth-child(2),
  html[dir=rtl] .art-creator-table.recent-table table tbody tr td:nth-child(2) {
    padding-left: 20px;
  }
}
@media (max-width: 1249px) and (min-width: 1200px) {
  html[dir=rtl] .art-creator-table.recent-table table.artwork-table thead tr th:nth-child(2),
  html[dir=rtl] .art-creator-table.recent-table table.artwork-table thead tr td:nth-child(2),
  html[dir=rtl] .art-creator-table.recent-table table.artwork-table tbody tr th:nth-child(2),
  html[dir=rtl] .art-creator-table.recent-table table.artwork-table tbody tr td:nth-child(2) {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  html[dir=rtl] .nft-table.recent-table div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    right: 20px;
    left: unset;
  }
}
html[dir=rtl] .nft-table.recent-table table tr th:first-child {
  padding-left: 10px !important;
  text-align: center !important;
}
html[dir=rtl] .nft-table.recent-table table tr th:last-child {
  padding-right: 10px !important;
}
html[dir=rtl] .nft-table.recent-table table tr th:first-child,
html[dir=rtl] .nft-table.recent-table table tr td:first-child {
  padding-right: 20px !important;
  padding-left: 8px;
}
html[dir=rtl] .nft-table.recent-table table tr th:last-child,
html[dir=rtl] .nft-table.recent-table table tr td:last-child {
  padding-left: 20px !important;
  padding-right: 8px;
}
html[dir=rtl] .nft-table.recent-table .product-content .order-image .mark-img {
  left: 0;
  right: unset;
}
html[dir=rtl] .statistics-card .card-header a i {
  transform: scaleX(-1);
}
html[dir=rtl] .arrow-round .swiper-button-next::after,
html[dir=rtl] .arrow-round .swiper-button-prev::after {
  transform: scaleX(-1);
}
html[dir=rtl] .total-balance .card-body .common-f-start .d-flex:nth-of-type(2) {
  border-right: 1px solid var(--recent-dashed-border);
  padding-right: 22px;
  border-left: unset;
  padding-left: unset;
}
html[dir=rtl] .student-leader-wrapper .student-leader-content .leader-content-height span {
  padding-right: 0.25rem !important;
  padding-left: unset !important;
}
@media (max-width: 1530px) {
  html[dir=rtl] .new-enroll-student .recent-table.table-responsive div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    right: 20px;
    left: unset;
  }
}
html[dir=rtl] .new-enroll-student .recent-table table thead th:first-child,
html[dir=rtl] .new-enroll-student .recent-table table thead td:first-child,
html[dir=rtl] .new-enroll-student .recent-table table tbody th:first-child,
html[dir=rtl] .new-enroll-student .recent-table table tbody td:first-child {
  padding-right: 20px !important;
}
html[dir=rtl] .new-enroll-student .recent-table table thead th:last-child,
html[dir=rtl] .new-enroll-student .recent-table table thead td:last-child,
html[dir=rtl] .new-enroll-student .recent-table table tbody th:last-child,
html[dir=rtl] .new-enroll-student .recent-table table tbody td:last-child {
  padding-left: 20px !important;
}
@media (max-width: 1199px) {
  html[dir=rtl] .unpaid-fees-table .recent-table.table-responsive div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    right: 20px;
    left: unset;
  }
}
html[dir=rtl] .unpaid-fees-table .recent-table.table-responsive table thead th:first-child,
html[dir=rtl] .unpaid-fees-table .recent-table.table-responsive table thead td:first-child,
html[dir=rtl] .unpaid-fees-table .recent-table.table-responsive table tbody th:first-child,
html[dir=rtl] .unpaid-fees-table .recent-table.table-responsive table tbody td:first-child {
  padding-right: 20px;
}
html[dir=rtl] .unpaid-fees-table .recent-table.table-responsive table thead th:last-child,
html[dir=rtl] .unpaid-fees-table .recent-table.table-responsive table thead td:last-child,
html[dir=rtl] .unpaid-fees-table .recent-table.table-responsive table tbody th:last-child,
html[dir=rtl] .unpaid-fees-table .recent-table.table-responsive table tbody td:last-child {
  padding-left: 20px;
}
@media (max-width: 1199px) {
  html[dir=rtl] .top-student-table .recent-table.table-responsive div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    right: 20px;
    left: unset;
  }
}
html[dir=rtl] .top-student-table .recent-table table thead th:first-child,
html[dir=rtl] .top-student-table .recent-table table thead td:first-child,
html[dir=rtl] .top-student-table .recent-table table tbody th:first-child,
html[dir=rtl] .top-student-table .recent-table table tbody td:first-child {
  padding-right: 20px;
}
html[dir=rtl] .top-student-table .recent-table table thead th:last-child,
html[dir=rtl] .top-student-table .recent-table table thead td:last-child,
html[dir=rtl] .top-student-table .recent-table table tbody th:last-child,
html[dir=rtl] .top-student-table .recent-table table tbody td:last-child {
  padding-left: 20px;
}
@media (max-width: 1660px) {
  html[dir=rtl] .sales-report .attendance-data ul.balance-data {
    right: 0;
    left: unset;
  }
}
html[dir=rtl] .horizontal-list-wrapper .list-group-horizontal-sm .list-group-item:first-child,
html[dir=rtl] .horizontal-list-wrapper .list-group-horizontal-md .list-group-item:first-child,
html[dir=rtl] .horizontal-list-wrapper .list-group-horizontal-lg .list-group-item:first-child,
html[dir=rtl] .horizontal-list-wrapper .list-group-horizontal-xl .list-group-item:first-child,
html[dir=rtl] .horizontal-list-wrapper .list-group-horizontal-xxl .list-group-item:first-child {
  border-bottom-left-radius: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 0;
}
html[dir=rtl] .horizontal-list-wrapper .list-group-horizontal-sm .list-group-item:last-child,
html[dir=rtl] .horizontal-list-wrapper .list-group-horizontal-md .list-group-item:last-child,
html[dir=rtl] .horizontal-list-wrapper .list-group-horizontal-lg .list-group-item:last-child,
html[dir=rtl] .horizontal-list-wrapper .list-group-horizontal-xl .list-group-item:last-child,
html[dir=rtl] .horizontal-list-wrapper .list-group-horizontal-xxl .list-group-item:last-child {
  border-top-right-radius: 0;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 0;
  border-left-width: 1px;
}
html[dir=rtl] .img-cropper .docs-buttons > .btn,
html[dir=rtl] .img-cropper .docs-buttons > .form-control {
  margin-right: unset;
  margin-left: 10px;
}
html[dir=rtl] .img-cropper .btn-group {
  margin-right: 0;
  margin-left: 10px;
}
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 !important;
  border-bottom-left-radius: 0.25rem !important;
}
html[dir=rtl] .img-cropper .btn-group button:first-child {
  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] .docs-toggles .btn-group .btn {
  border-radius: 0;
}
html[dir=rtl] .docs-toggles .btn-group .btn:last-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
html[dir=rtl] .docs-toggles .btn-group .btn:first-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
html[dir=rtl] .btn-group > .btn:not(:last-child):not(.dropdown-toggle) > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html[dir=rtl] .jsgrid-button + .jsgrid-button {
  margin-right: 5px;
  margin-left: unset;
}
html[dir=rtl] .list-group {
  padding-right: 0;
}
html[dir=rtl] .list-group i,
html[dir=rtl] .list-group img {
  margin-left: 10px;
  margin-right: 0;
}
html[dir=rtl] .authentication-box {
  text-align: right;
}
html[dir=rtl] .mega-horizontal .offset-sm-3 {
  margin-right: 25%;
  margin-left: unset;
}
html[dir=rtl] .navs-icon svg {
  margin-left: 10px;
  margin-right: unset;
}
html[dir=rtl] .navs-icon .fa {
  margin-left: 10px;
  margin-right: unset;
}
html[dir=rtl] .nav-list .nav-list-disc {
  text-align: right;
  padding-right: 0;
}
html[dir=rtl] .ps-4 {
  padding-right: 30px !important;
  padding-left: 0 !important;
}
html[dir=rtl] .onhover-dropdown.navs-dropdown:hover .onhover-show-div:before {
  left: 77px;
  right: unset;
}
html[dir=rtl] .onhover-dropdown.navs-dropdown:hover .onhover-show-div:after {
  left: 77px;
  right: unset;
}
html[dir=rtl] .navs-dropdown .onhover-show-div .navs-icon li {
  text-align: right;
}
html[dir=rtl] .navs-icon.default-according.style-1 li button[aria-expanded=true]:before {
  left: 2px;
  right: unset;
}
html[dir=rtl] .navs-icon.default-according.style-1 li button[aria-expanded=false]:before {
  left: 2px;
  right: unset;
}
html[dir=rtl] .search-form .form-group:after {
  right: 53px;
  left: unset;
}
html[dir=rtl] .search-form .form-group:before {
  right: 82px;
  left: unset;
}
html[dir=rtl] .toolbar-box .ql-toolbar {
  display: flex;
  flex-wrap: wrap;
}
html[dir=rtl] .toolbar-box .ql-container .ql-tooltip {
  left: unset;
  right: 16px !important;
}
html[dir=rtl] .list-product-view .list-product .recent-table div.dt-container .dt-layout-row .dt-search {
  right: unset;
  left: 214px;
}
html[dir=rtl] .list-product-view .list-product .recent-table table thead tr th:first-child,
html[dir=rtl] .list-product-view .list-product .recent-table table thead tr td:first-child,
html[dir=rtl] .list-product-view .list-product .recent-table table tbody tr th:first-child,
html[dir=rtl] .list-product-view .list-product .recent-table table tbody tr td:first-child {
  padding-right: 20px;
  padding-left: 8px;
}
html[dir=rtl] .list-product-view .list-product .recent-table table thead tr th:last-child,
html[dir=rtl] .list-product-view .list-product .recent-table table thead tr td:last-child,
html[dir=rtl] .list-product-view .list-product .recent-table table tbody tr th:last-child,
html[dir=rtl] .list-product-view .list-product .recent-table table tbody tr td:last-child {
  padding-left: 20px;
  padding-right: 8px;
}
html[dir=rtl] .list-product-view .list-product .recent-table table thead tr th:first-child {
  text-align: center !important;
}
html[dir=rtl] .e-category .form-select {
  padding: 0.375rem 0.75rem 0.375rem 2.25rem;
}
html[dir=rtl] .e-category .main-divider .divider-body::before {
  left: unset;
  right: 0;
}
html[dir=rtl] .e-category .main-divider .divider-body h6 {
  padding-right: unset;
  padding-left: 12px;
}
html[dir=rtl] .e-category .list-product.list-category div.dt-container .dt-layout-row .dt-search {
  right: unset;
  left: 214px;
}
@media (max-width: 640px) {
  html[dir=rtl] .e-category .list-product.list-category div.dt-container .dt-layout-row .dt-search {
    right: 20px;
  }
}
html[dir=rtl] .e-category .list-product table thead tr th:first-child {
  text-align: center !important;
}
html[dir=rtl] .e-category .list-product table thead tr th:first-child,
html[dir=rtl] .e-category .list-product table thead tr td:first-child,
html[dir=rtl] .e-category .list-product table tbody tr th:first-child,
html[dir=rtl] .e-category .list-product table tbody tr td:first-child {
  padding-left: 10px;
  padding-right: 20px;
}
html[dir=rtl] .e-category .list-product table thead tr th:last-child,
html[dir=rtl] .e-category .list-product table thead tr td:last-child,
html[dir=rtl] .e-category .list-product table tbody tr th:last-child,
html[dir=rtl] .e-category .list-product table tbody tr td:last-child {
  padding-right: 10px;
  padding-left: 20px;
}
html[dir=rtl] .product-page-details span {
  padding-right: 15px;
  padding-left: 0;
}
html[dir=rtl] .m-checkbox-inline label {
  margin-left: 20px;
  margin-right: 0;
}
html[dir=rtl] .form-label-align-right label {
  text-align: left;
}
html[dir=rtl] .br-theme-bars-reversed .br-widget .br-current-rating,
html[dir=rtl] .br-theme-bars-movie .br-widget .br-current-rating,
html[dir=rtl] .br-theme-bars-1to10 .br-widget .br-current-rating,
html[dir=rtl] .br-theme-bars-square .br-widget .br-current-rating {
  float: right;
}
html[dir=rtl] .br-theme-bars-reversed .br-widget a,
html[dir=rtl] .br-theme-bars-movie .br-widget a,
html[dir=rtl] .br-theme-bars-1to10 .br-widget a,
html[dir=rtl] .br-theme-bars-square .br-widget a {
  float: right;
}
html[dir=rtl] .rating-stars-2 #star-1:checked ~ .main-emoji-text .emoji-msg::before,
html[dir=rtl] .rating-stars-2 #star-2:checked ~ .main-emoji-text .emoji-msg::before,
html[dir=rtl] .rating-stars-2 #star-3:checked ~ .main-emoji-text .emoji-msg::before,
html[dir=rtl] .rating-stars-2 #star-4:checked ~ .main-emoji-text .emoji-msg::before,
html[dir=rtl] .rating-stars-2 #star-5:checked ~ .main-emoji-text .emoji-msg::before {
  padding-right: unset;
  padding-left: 12px;
}
html[dir=rtl] .ribbon-left {
  right: auto;
  left: -2px;
}
html[dir=rtl] .ribbon-vertical-left {
  right: auto;
  left: 12px;
}
html[dir=rtl] .ribbon-vertical-right {
  right: auto;
  left: 12px;
}
html[dir=rtl] .star-ratings ul.search-info {
  padding-right: 0;
}
html[dir=rtl] .star-ratings ul.search-info li + li {
  border-right: 1px solid #a5afc6;
  border-left: unset;
  padding-right: 8px;
  padding-left: 0;
  margin-right: 8px;
  margin-left: 0;
}
html[dir=rtl] .select2-container--default .select2-selection--single .select2-selection__arrow {
  left: 10px !important;
  right: unset !important;
}
html[dir=rtl] .select2-container--default .select2-selection--multiple .select2-selection__choice {
  float: right;
}
html[dir=rtl] .selection .select2-selection .select2-search__field {
  text-align: right;
}
html[dir=rtl] .select2-results__option {
  text-align: right;
}
html[dir=rtl] .editor-statusbar {
  text-align: left;
}
html[dir=rtl] .editor-statusbar span {
  margin-right: 1em;
  margin-left: unset;
}
html[dir=rtl] .CodeMirror-scroll {
  margin-left: -30px;
  margin-right: unset;
}
html[dir=rtl] .primary-color ul,
html[dir=rtl] .yellow-color ul {
  padding-right: 0;
}
html[dir=rtl] .list-with-icon .list-group i {
  margin-left: 0;
  margin-right: 10px;
}
html[dir=rtl] .ps-scrollbar-y-rail {
  right: unset !important;
  left: 3px !important;
}
html[dir=rtl] .stackable-list .list-group i {
  transform: scaleX(-1);
}
html[dir=rtl] .u-step-desc {
  text-align: right;
}
html[dir=rtl] .u-step-number {
  right: 20px;
  left: unset;
}
html[dir=rtl] .u-step-number ~ .u-step-desc {
  margin-right: 50px;
}
html[dir=rtl] .u-pearl:after {
  left: 0;
  right: unset;
}
html[dir=rtl] .u-pearl:before {
  right: 0;
  left: unset;
}
html[dir=rtl] .u-step-icon {
  float: right;
  margin-left: 0.5em;
  margin-right: unset;
}
html[dir=rtl] .card-header.note-toolbar .note-color .dropdown-toggle {
  padding-right: 5px;
}
html[dir=rtl] .card-header.note-toolbar .form-group.draggable {
  text-align: right;
}
html[dir=rtl] .card-header.note-toolbar .form-check {
  padding-right: 24px;
  padding-left: unset;
}
html[dir=rtl] .card-header.note-toolbar form .custom-control {
  padding-right: 24px;
  padding-left: unset;
}
html[dir=rtl] .card-header.note-toolbar form .custom-control .custom-control-label::after {
  right: 0;
  left: unset;
}
html[dir=rtl] .card-header.note-toolbar form .custom-control .custom-control-label::before {
  right: 0;
  left: unset;
}
html[dir=rtl] .common-form .product-buttons .btn:first-child {
  margin-right: unset;
  margin-left: 12px;
}
html[dir=rtl] .common-form .product-buttons .btn:first-child svg {
  transform: scale(-1);
  margin-right: unset;
  margin-left: 12px;
}
html[dir=rtl] .common-form .product-buttons .btn:last-child svg {
  transform: scale(-1);
  margin-left: unset;
  margin-right: 6px;
}
html[dir=rtl] .review-box .seller-profile .accordion-item .accordion-body .policies-wrapper .ql-toolbar {
  display: block;
}
html[dir=rtl] .review-box .seller-profile .accordion-item .accordion-body .policies-wrapper .ql-toolbar .ql-formats {
  margin-right: unset;
  margin-left: 15px;
}
html[dir=rtl] .vendor-selling-table .recent-table div.dt-container .dt-layout-row .dt-search,
html[dir=rtl] .seller-order-table .recent-table div.dt-container .dt-layout-row .dt-search {
  right: unset !important;
  left: 20px !important;
}
html[dir=rtl] .vendor-selling-table .recent-table .table thead tr th:first-child,
html[dir=rtl] .vendor-selling-table .recent-table .table thead tr td:first-child,
html[dir=rtl] .vendor-selling-table .recent-table .table tbody tr th:first-child,
html[dir=rtl] .vendor-selling-table .recent-table .table tbody tr td:first-child,
html[dir=rtl] .seller-order-table .recent-table .table thead tr th:first-child,
html[dir=rtl] .seller-order-table .recent-table .table thead tr td:first-child,
html[dir=rtl] .seller-order-table .recent-table .table tbody tr th:first-child,
html[dir=rtl] .seller-order-table .recent-table .table tbody tr td:first-child {
  padding-right: 20px;
  padding-left: 8px;
  text-align: center !important;
}
html[dir=rtl] .vendor-selling-table .recent-table .table thead tr th:last-child,
html[dir=rtl] .vendor-selling-table .recent-table .table thead tr td:last-child,
html[dir=rtl] .vendor-selling-table .recent-table .table tbody tr th:last-child,
html[dir=rtl] .vendor-selling-table .recent-table .table tbody tr td:last-child,
html[dir=rtl] .seller-order-table .recent-table .table thead tr th:last-child,
html[dir=rtl] .seller-order-table .recent-table .table thead tr td:last-child,
html[dir=rtl] .seller-order-table .recent-table .table tbody tr th:last-child,
html[dir=rtl] .seller-order-table .recent-table .table tbody tr td:last-child {
  padding-left: 20px;
  padding-right: 8px;
}
html[dir=rtl] .seller-details-table .recent-table div.dt-container .dt-layout-row .dt-search {
  left: 214px !important;
  right: unset;
}
html[dir=rtl] .seller-details-table .recent-table .table thead tr th:first-child,
html[dir=rtl] .seller-details-table .recent-table .table thead tr td:first-child,
html[dir=rtl] .seller-details-table .recent-table .table tbody tr th:first-child,
html[dir=rtl] .seller-details-table .recent-table .table tbody tr td:first-child {
  padding-right: 20px;
  padding-left: 8px;
  text-align: center !important;
}
html[dir=rtl] .seller-details-table .recent-table .table thead tr th:last-child,
html[dir=rtl] .seller-details-table .recent-table .table thead tr td:last-child,
html[dir=rtl] .seller-details-table .recent-table .table tbody tr th:last-child,
html[dir=rtl] .seller-details-table .recent-table .table tbody tr td:last-child {
  padding-left: 20px;
  padding-right: 8px;
}
html[dir=rtl] .seller-wrapper .right-vendor .common-searchbox .form-control {
  border-right: 0;
  border-left: unset;
  padding-right: 0;
  padding-left: unset;
}
html[dir=rtl] .dropdown-toggle::after {
  margin-right: 0.255em;
  margin-left: unset;
}
html[dir=rtl] .checkbox label {
  padding-right: 16px;
  padding-left: unset;
}
html[dir=rtl] .checkbox label::before {
  right: 0;
  left: unset;
  margin-right: -16px;
  margin-left: unset;
}
html[dir=rtl] .checkbox-wrapper li label,
html[dir=rtl] .radio-wrapper li label {
  padding-right: 0;
}
html[dir=rtl] .radio label::after {
  right: 5px;
  left: unset;
  margin-right: -20px;
  margin-left: unset;
}
html[dir=rtl] .introjs-tooltip {
  right: 0;
  left: unset;
}
html[dir=rtl] .introjs-helperNumberLayer {
  right: -16px;
  left: unset;
}
html[dir=rtl] .introjs-tooltipReferenceLayer .introjs-tooltip .introjs-tooltiptext {
  text-align: right;
}
html[dir=rtl] .introjs-tooltipReferenceLayer .introjs-tooltip .introjs-tooltipbuttons {
  text-align: left;
}
html[dir=rtl] .introjs-tooltipReferenceLayer .introjs-tooltip .introjs-tooltipbuttons .introjs-skipbutton {
  margin-left: 5px;
  margin-right: unset;
}
html[dir=rtl] .introjs-tooltipReferenceLayer .introjs-tooltip .introjs-tooltipbuttons .introjs-nextbutton {
  -webkit-border-radius: 0.2em 0 0 0.2em;
  -moz-border-radius: 0.2em 0 0 0.2em;
  border-radius: 0.2em 0 0 0.2em;
}
html[dir=rtl] .hovercard .follow .border-end {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  border-right: unset !important;
}
html[dir=rtl] .list-inline-item:not(:last-child) {
  margin-left: 0.5rem;
  margin-right: unset;
}
html[dir=rtl] .like-comment ul.list-inline {
  padding-right: 0;
}
html[dir=rtl] .typeahead {
  text-align: right;
}
html[dir=rtl] .listing ul {
  padding-right: 0;
}
html[dir=rtl] .listing ul .icofont {
  float: right;
}
html[dir=rtl] .gallery .hover-5 img {
  margin-right: 30px;
}
html[dir=rtl] .gallery .hover-5:hover img {
  margin-right: 0;
}
html[dir=rtl] .lg-outer {
  text-align: right;
}
html[dir=rtl] .lg-toolbar .lg-icon {
  float: left;
}
html[dir=rtl] #lg-counter {
  padding-right: 20px;
  padding-left: unset;
  float: right;
}
html[dir=rtl] .chart-widget-top .text-end {
  text-align: left !important;
}
html[dir=rtl] .chart-widget-top .num .ms-1 {
  margin-right: 0.25rem !important;
}
html[dir=rtl] .bar-chart-widget .earning-details i {
  left: -240px;
}
html[dir=rtl] .bar-chart-widget .bottom-content .b-r-light {
  border-left: 1px solid #eeeeee !important;
  border-right: unset !important;
}
html[dir=rtl] .bar-chart-widget .bottom-content .num .ms-1 {
  margin-right: 0.25rem !important;
}
html[dir=rtl] .customer-sticky .common-search .form-control {
  border-right: unset;
  border-left: var(--bs-border-width) solid var(--bs-border-color);
}
html[dir=rtl] .compare-order .card-body .user-growth {
  margin-right: unset;
  margin-left: 4px;
}
html[dir=rtl] .crm-card .crm-img {
  right: unset;
  left: 12px;
}
@media (max-width: 1874px) and (min-width: 1820px) {
  html[dir=rtl] .crm-card .crm-img {
    left: 12px;
    right: unset;
  }
}
@media (max-width: 1819px) and (min-width: 1626px) {
  html[dir=rtl] .crm-card .crm-img {
    left: 8px;
    right: unset;
  }
}
@media (max-width: 1625px) and (min-width: 1521px) {
  html[dir=rtl] .crm-card .crm-img {
    left: 12px;
    right: unset;
  }
}
@media (max-width: 1520px) and (min-width: 1400px) {
  html[dir=rtl] .crm-card .crm-img {
    left: 4px;
    right: unset;
  }
}
@media (max-width: 850px) and (min-width: 768px) {
  html[dir=rtl] .crm-card .crm-img {
    left: 8px;
    right: unset;
  }
}
@media (max-width: 416px) {
  html[dir=rtl] .crm-card .crm-img {
    left: 8px;
    right: unset;
  }
}
html[dir=rtl] .revenue-chart-container {
  margin: -23px -16px -26px -10px;
}
html[dir=rtl] .finance-wrapper .common-flex h6:last-child {
  border-right: 1px solid var(--chart-dashed-border);
  border-left: unset;
  padding-right: 16px;
  padding-left: unset;
}
@media (max-width: 338px) and (min-width: 323px) {
  html[dir=rtl] .finance-wrapper .common-flex h6:last-child {
    padding-right: 6px;
    padding-left: unset;
  }
}
@media (max-width: 322px) {
  html[dir=rtl] .finance-wrapper .common-flex h6:last-child {
    border-right: unset;
    border-left: unset;
    padding-right: 0;
    padding-left: unset;
  }
}
html[dir=rtl] .deal-table.recent-table thead tr th:first-child,
html[dir=rtl] .deal-table.recent-table thead tr td:first-child,
html[dir=rtl] .deal-table.recent-table tbody tr th:first-child,
html[dir=rtl] .deal-table.recent-table tbody tr td:first-child {
  padding-right: 20px !important;
  padding-left: 8px;
}
@media (max-width: 1704px) and (min-width: 1400px) {
  html[dir=rtl] .deal-table.recent-table thead tr th:nth-child(2),
  html[dir=rtl] .deal-table.recent-table thead tr td:nth-child(2),
  html[dir=rtl] .deal-table.recent-table tbody tr th:nth-child(2),
  html[dir=rtl] .deal-table.recent-table tbody tr td:nth-child(2) {
    padding-right: 20px;
  }
}
html[dir=rtl] .deal-table.recent-table thead tr th:last-child,
html[dir=rtl] .deal-table.recent-table thead tr td:last-child,
html[dir=rtl] .deal-table.recent-table tbody tr th:last-child,
html[dir=rtl] .deal-table.recent-table tbody tr td:last-child {
  padding-left: 20px !important;
  padding-right: 8px;
}
@media (max-width: 1591px) and (min-width: 1400px) {
  html[dir=rtl] .deal-table.recent-table thead tr th:nth-child(2),
  html[dir=rtl] .deal-table.recent-table thead tr td:nth-child(2),
  html[dir=rtl] .deal-table.recent-table tbody tr th:nth-child(2),
  html[dir=rtl] .deal-table.recent-table tbody tr td:nth-child(2) {
    padding-right: 20px;
  }
}
html[dir=rtl] .lead-table.recent-table.table-responsive div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
  left: 60px;
  right: unset;
}
html[dir=rtl] .lead-table.recent-table thead tr th:first-child,
html[dir=rtl] .lead-table.recent-table thead tr td:first-child,
html[dir=rtl] .lead-table.recent-table tbody tr th:first-child,
html[dir=rtl] .lead-table.recent-table tbody tr td:first-child {
  padding-right: 20px !important;
  padding-left: 8px;
}
html[dir=rtl] .lead-table.recent-table thead tr th:last-child,
html[dir=rtl] .lead-table.recent-table thead tr td:last-child,
html[dir=rtl] .lead-table.recent-table tbody tr th:last-child,
html[dir=rtl] .lead-table.recent-table tbody tr td:last-child {
  padding-left: 20px !important;
  padding: 8px;
}
html[dir=rtl] .main-lead-source {
  margin-right: -100px;
  margin-left: unset;
}
html[dir=rtl] .main-lead-source .lead-source-1 {
  margin: 40px 20px 80px 0px;
}
@media (max-width: 1610px) and (min-width: 1411px) {
  html[dir=rtl] .main-lead-source .lead-source-1 {
    margin: 60px 20px 100px 0px;
  }
}
@media (max-width: 1410px) and (min-width: 1400px) {
  html[dir=rtl] .main-lead-source .lead-source-1 {
    margin: 70px 20px 120px 0px;
  }
}
@media (max-width: 1399px) and (min-width: 1211px) {
  html[dir=rtl] .main-lead-source .lead-source-1 {
    margin: 30px 20px 80px 0px;
  }
}
@media (max-width: 1210px) {
  html[dir=rtl] .main-lead-source .lead-source-1 {
    margin: 40px 20px 90px 0px;
  }
}
@media (max-width: 767px) {
  html[dir=rtl] .main-lead-source .lead-source-1 {
    margin: 20px 20px 70px 0px;
  }
}
@media (max-width: 585px) and (min-width: 576px) {
  html[dir=rtl] .main-lead-source .lead-source-1 {
    margin: 42px 32px 92px 0px;
  }
}
html[dir=rtl] .main-lead-source .lead-source-2 {
  left: -35%;
  right: unset;
}
@media (max-width: 1410px) and (min-width: 1400px) {
  html[dir=rtl] .main-lead-source .lead-source-2 {
    left: -42%;
    right: unset;
  }
}
html[dir=rtl] .lead-source-3 {
  left: -90%;
  right: unset;
  transform: translate(50%, 50%);
}
@media (max-width: 1599px) {
  html[dir=rtl] .lead-source-3 {
    left: -85%;
    right: unset;
  }
}
@media (max-width: 1490px) and (min-width: 1431px) {
  html[dir=rtl] .sales-data {
    justify-content: flex-end;
  }
}
@media (max-width: 635px) and (min-width: 576px) {
  html[dir=rtl] .sales-data {
    justify-content: flex-end;
  }
}
@media (max-width: 420px) {
  html[dir=rtl] .dashboard-10 .card.heading-space .header-top {
    margin-right: 0 !important;
    margin-left: unset !important;
  }
}
html[dir=rtl] .page-analytics-table .recent-table div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
  left: 60px;
  right: unset;
}
@media (max-width: 1500px) {
  html[dir=rtl] .page-analytics-table .recent-table div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    right: 20px;
    left: unset;
  }
}
@media (max-width: 420px) {
  html[dir=rtl] .page-analytics-table .recent-table div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    right: unset;
    left: -130px;
  }
}
@media (max-width: 420px) {
  html[dir=rtl] .page-analytics-table .recent-table div.dt-container .dt-layout-row:first-child .dt-length {
    right: 20px;
    left: unset;
  }
}
html[dir=rtl] .page-analytics-table .recent-table .table thead tr th:first-child,
html[dir=rtl] .page-analytics-table .recent-table .table thead tr td:first-child,
html[dir=rtl] .page-analytics-table .recent-table .table tbody tr th:first-child,
html[dir=rtl] .page-analytics-table .recent-table .table tbody tr td:first-child {
  padding-right: 20px !important;
}
html[dir=rtl] .page-analytics-table .recent-table .table thead tr th:last-child,
html[dir=rtl] .page-analytics-table .recent-table .table thead tr td:last-child,
html[dir=rtl] .page-analytics-table .recent-table .table tbody tr th:last-child,
html[dir=rtl] .page-analytics-table .recent-table .table tbody tr td:last-child {
  padding-left: 20px !important;
}
html[dir=rtl] .session-progress .progress .small-progressbar .animate-circle {
  left: -16px;
  right: unset;
}
html[dir=rtl] .session-progress .progress .small-progressbar::after {
  left: -9px;
  right: unset;
}
html[dir=rtl] .session-progress .progress .progress-label {
  left: -20px;
  right: unset;
}
@media (max-width: 1399px) {
  html[dir=rtl] .session-progress .progress .progress-label {
    left: -16px;
    right: unset;
  }
}
html[dir=rtl] .analytics-view-wrapper {
  margin: -34px px -30px -10px;
}
html[dir=rtl] .visit-duration-wrapper {
  margin: -34px -10px -30px 35px;
}
html[dir=rtl] .session-browser-table .table-responsive .table thead tr th:first-child,
html[dir=rtl] .session-browser-table .table-responsive .table thead tr td:first-child,
html[dir=rtl] .session-browser-table .table-responsive .table tbody tr th:first-child,
html[dir=rtl] .session-browser-table .table-responsive .table tbody tr td:first-child {
  padding-right: 20px !important;
  padding-left: 8px;
}
html[dir=rtl] .session-browser-table .table-responsive .table thead tr th:last-child,
html[dir=rtl] .session-browser-table .table-responsive .table thead tr td:last-child,
html[dir=rtl] .session-browser-table .table-responsive .table tbody tr th:last-child,
html[dir=rtl] .session-browser-table .table-responsive .table tbody tr td:last-child {
  padding-left: 20px !important;
  padding-left: 8px;
}
@media (max-width: 1399px) {
  html[dir=rtl] .attendance-table.recent-table div.dt-container .dt-layout-row .dt-search {
    right: 20px;
    left: unset;
  }
}
html[dir=rtl] .attendance-table.recent-table table thead tr th:first-child,
html[dir=rtl] .attendance-table.recent-table table thead tr td:first-child,
html[dir=rtl] .attendance-table.recent-table table tbody tr th:first-child,
html[dir=rtl] .attendance-table.recent-table table tbody tr td:first-child {
  padding-right: 20px !important;
}
html[dir=rtl] .attendance-table.recent-table table thead tr th:last-child,
html[dir=rtl] .attendance-table.recent-table table thead tr td:last-child,
html[dir=rtl] .attendance-table.recent-table table tbody tr th:last-child,
html[dir=rtl] .attendance-table.recent-table table tbody tr td:last-child {
  padding-left: 20px;
}
html[dir=rtl] .birthday-cards .swiper .swiper-slide .birthday-usercard .btd-user .verified-user {
  left: 0;
  right: unset;
}
html[dir=rtl] .birthday-cards .send-wishes i {
  transform: scaleX(-1);
}
html[dir=rtl] .project-analytics .project-analytics-wrapper {
  margin: 0 -10px -20px 0px;
}
html[dir=rtl] .project-finish-card .project-right-content {
  right: unset;
  left: -16px;
}
html[dir=rtl] .leave-request-table.table-responsive .table thead th:first-child,
html[dir=rtl] .leave-request-table.table-responsive .table thead td:first-child,
html[dir=rtl] .leave-request-table.table-responsive .table tbody th:first-child,
html[dir=rtl] .leave-request-table.table-responsive .table tbody td:first-child {
  padding-right: 20px !important;
}
html[dir=rtl] .leave-request-table.table-responsive .table thead th:last-child,
html[dir=rtl] .leave-request-table.table-responsive .table thead td:last-child,
html[dir=rtl] .leave-request-table.table-responsive .table tbody th:last-child,
html[dir=rtl] .leave-request-table.table-responsive .table tbody td:last-child {
  padding-left: 20px !important;
}
@media (max-width: 1635px) and (min-width: 1400px) {
  html[dir=rtl] .leave-request-table.table-responsive .table thead th:nth-child(2),
  html[dir=rtl] .leave-request-table.table-responsive .table thead td:nth-child(2),
  html[dir=rtl] .leave-request-table.table-responsive .table tbody th:nth-child(2),
  html[dir=rtl] .leave-request-table.table-responsive .table tbody td:nth-child(2) {
    padding-left: 20px;
  }
}
html[dir=rtl] .schedule-calender .tab-content .activity-update > li > div {
  border-radius: 0px 6px 6px 0px;
}
@media (max-width: 1490px) and (min-width: 1400px) {
  html[dir=rtl] .schedule-calender .tab-content .activity-update > li > div {
    padding-right: 20px;
    padding-left: unset;
  }
}
@media (max-width: 500px) {
  html[dir=rtl] .schedule-calender .tab-content .activity-update > li > div {
    padding-right: 20px;
    padding-left: unset;
  }
}
html[dir=rtl] .schedule-calender .tab-content .activity-update > li .left-schedule {
  margin-right: 14px;
  margin-left: unset;
}
@media (max-width: 1490px) and (min-width: 1400px) {
  html[dir=rtl] .schedule-calender .tab-content .activity-update > li .left-schedule {
    margin-right: 0;
    margin-left: unset;
  }
}
@media (max-width: 500px) {
  html[dir=rtl] .schedule-calender .tab-content .activity-update > li .left-schedule {
    margin-right: 0;
    margin-left: unset;
  }
}
html[dir=rtl] .schedule-calender .tab-content .activity-update > li .left-schedule .customers {
  padding-left: 6px;
  padding-right: unset;
}
html[dir=rtl] .schedule-calender .tab-content .activity-update > li .left-schedule .customers ul li + li {
  margin-right: -16px;
  margin-left: unset;
}
html[dir=rtl] .schedule-calender .tab-content .activity-update > li .left-schedule .schedule-name {
  border-right: 1px solid rgba(82, 82, 108, 0.8);
  border-left: unset;
  padding-right: 6px;
  padding-left: unset;
}
@media (max-width: 1399px) {
  html[dir=rtl] .employee-list-table.recent-table div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    right: 20px;
    left: unset;
  }
}
html[dir=rtl] .html-expert-table .dt-container .dt-buttons {
  float: none;
}
html[dir=rtl] .html-expert-table .dt-container .dt-search {
  text-align: left;
}
html[dir=rtl] .chart-vertical-center #myDoughnutGraph,
html[dir=rtl] .chart-vertical-center #myPolarGraph {
  width: auto !important;
}
html[dir=rtl] div.dt-buttons {
  float: right;
}
html[dir=rtl] .dt-button-collection {
  left: unset !important;
  right: 0 !important;
}
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-filename,
html[dir=rtl] .dropzone .dz-preview .dz-details,
html[dir=rtl] .dropzone .dz-preview .dz-remove {
  text-align: right;
}
html[dir=rtl] .page-wrapper .page-body-wrapper footer {
  margin-right: 265px;
  margin-left: unset;
}
html[dir=rtl] .page-wrapper .page-body-wrapper footer p i {
  margin-right: 5px;
  margin-left: unset;
}
html[dir=rtl] .footer-copyright {
  text-align: right;
}
html[dir=rtl] .footer-links {
  text-align: left;
}
html[dir=rtl] .page-item:first-child .page-link {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
html[dir=rtl] .page-item:last-child .page-link {
  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] .popover.top > .arrow:after,
html[dir=rtl] .popover.bottom > .arrow:after {
  margin-right: -10px;
  margin-left: unset;
}
html[dir=rtl] .bootstrap-touchspin > .input-group-append > .btn,
html[dir=rtl] .bootstrap-touchspin > .input-group-append > .input-group-text {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
html[dir=rtl] .bootstrap-touchspin > .form-control:not(:last-child),
html[dir=rtl] .bootstrap-touchspin > .custom-select:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html[dir=rtl] .bootstrap-touchspin .rounded-touchspin .btn-touchspin i {
  transform: scaleX(-1);
}
html[dir=rtl] .typeahead span.twitter-typeahead .tt-suggestion {
  text-align: right;
}
html[dir=rtl] .typeahead .league-name {
  text-align: right;
  margin-right: 5px;
}
html[dir=rtl] .follow .text-md-right {
  text-align: left !important;
}
html[dir=rtl] .jvectormap-zoomin,
html[dir=rtl] .jvectormap-zoomout,
html[dir=rtl] .jvectormap-goback {
  right: 10px;
  left: unset;
}
html[dir=rtl] .customizer-links {
  right: unset;
  left: 0;
}
html[dir=rtl] .customizer-links > .nav {
  padding-right: 10px;
}
html[dir=rtl] .customizer-links .nav-link:after {
  right: -10px;
  left: unset;
  border-width: 5px 5px 5px 0;
  border-left-color: unset;
  border-right-color: #e8e6ff;
}
html[dir=rtl] .customizer-links .nav-link span {
  right: unset;
  left: -60px;
}
html[dir=rtl] .customizer-links .nav-link:hover span {
  left: 48px;
}
html[dir=rtl] .customizer-links.open {
  right: unset;
  left: 330px;
  border-radius: 0 8px 8px 0;
}
html[dir=rtl] .customizer-contain {
  width: 330px;
  right: unset;
  left: -330px;
}
html[dir=rtl] .customizer-contain.open {
  right: unset;
  left: 0px;
}
html[dir=rtl] .customizer-contain .customizer-header .icon-close {
  left: unset;
  right: 30px;
}
html[dir=rtl] .box-layout.page-wrapper.horizontal-wrapper .page-header {
  padding-right: 250px;
  padding-left: unset;
}
html[dir=rtl] .box-layout.page-wrapper.horizontal-wrapper .page-header.open {
  padding-right: 0;
}
html[dir=rtl] .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .page-body {
  margin-left: unset;
  margin-right: 230px;
}
html[dir=rtl] .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper {
  border-radius: 0 10px 10px 0;
}
html[dir=rtl] .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon ~ footer {
  width: 1280px;
  left: 50%;
  padding-inline: 0;
}
html[dir=rtl] .box-layout.page-wrapper.compact-wrapper .page-body-wrapper footer:not(.kanban-container footer) {
  padding-left: unset;
  padding-right: 230px;
}
html[dir=rtl] .box-layout.page-wrapper.compact-wrapper .page-header {
  margin-left: auto;
  margin-right: auto;
  padding-left: unset;
  padding-right: 230px;
}
html[dir=rtl] .box-layout.page-wrapper.compact-wrapper .page-header.close_icon {
  padding-right: 100px;
}
html[dir=rtl] .box-layout.page-wrapper.compact-wrapper .page-header .header-wrapper {
  border-radius: 10px 0px 0px 0px;
}
html[dir=rtl] .box-layout.page-wrapper .page-header.close_icon {
  padding-left: unset;
  padding-right: 80px !important;
  margin-left: auto;
}
html[dir=rtl] body.dark-only .custom-card .card-footer > div + div {
  border-right: 1px solid #374558;
}
html[dir=rtl] body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .b-r-light,
html[dir=rtl] body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .border-right {
  border-right: none !important;
  border-left: 1px solid #374558 !important;
}
html[dir=rtl] body.dark-only .page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar {
  border-left: 1px solid #374558;
  border-right: unset;
}
html[dir=rtl] body.dark-only .social-chat .flex-grow-1:after {
  border-right: unset;
  border-left: 7px solid #262932;
}
html[dir=rtl] body.dark-only .contacts-tabs .nav-pills {
  border-right: unset;
  border-left: 1px solid #374558;
}
@media screen and (max-width: 1660px) {
  html[dir=rtl] .caller-img {
    left: unset;
    right: 15px;
  }
}
@media only screen and (max-width: 1366px) {
  html[dir=rtl] .profile-dropdown.onhover-show-div {
    right: unset !important;
    left: 0 !important;
  }
  html[dir=rtl] .product-wrapper .product-grid .feature-products {
    margin-right: 0;
  }
  html[dir=rtl] .product-grid {
    margin-right: 0;
  }
  html[dir=rtl] .d-none-productlist {
    margin-left: 10px;
    margin-right: unset;
  }
  html[dir=rtl] .photos ul li:nth-child(3n) {
    margin-left: 15px;
    margin-right: unset;
  }
}
@media (min-width: 1200px) {
  html[dir=rtl] .float-xl-end {
    float: left !important;
  }
  html[dir=rtl] .pixelstrap ul a:hover .sub-arrow, html[dir=rtl] .pixelstrap ul a:focus .sub-arrow, html[dir=rtl] .pixelstrap ul a:active .sub-arrow, html[dir=rtl] .pixelstrap ul a.highlighted .sub-arrow {
    left: 3px;
    right: unset;
  }
}
@media (min-width: 992px) {
  html[dir=rtl] .text-lg-start {
    text-align: right !important;
  }
}
@media only screen and (max-width: 1199.98px) {
  html[dir=rtl] .jkanban-container .btn {
    margin-left: unset;
    margin-right: 20px;
  }
  html[dir=rtl] .link-section > div > h6:before {
    right: unset;
    left: 10px;
  }
  html[dir=rtl] .page-wrapper .page-header .header-wrapper .nav-right > ul li .submenu li:first-child {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  html[dir=rtl] .user-profile .hovercard .user-image .share-icons {
    left: 45px;
  }
  html[dir=rtl] .email-wrap .row .col-xl-6 {
    padding-right: 15px;
  }
  html[dir=rtl] .email-wrap .row .col-xl-3 + .col-xl-3 {
    padding-left: 15px;
  }
  html[dir=rtl] .email-wrap .email-app-sidebar .main-menu > li {
    text-align: right;
  }
  html[dir=rtl] .email-wrap .email-app-sidebar .main-menu > li a i {
    margin-right: unset;
    margin-left: 10px;
  }
  html[dir=rtl] .email-wrap .email-app-sidebar ul {
    padding-right: 0;
  }
  html[dir=rtl] .email-wrap .email-right-aside .email-body .pe-0 {
    padding-right: unset !important;
  }
  html[dir=rtl] .email-wrap .email-right-aside .radius-left {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-radius: 4px;
  }
  html[dir=rtl] .chat-menu-icons {
    text-align: left;
  }
  html[dir=rtl] .chat-menu {
    left: 0;
    right: unset;
  }
}
@media only screen and (max-width: 991.98px) {
  html[dir=rtl] .todo .todo-list-wrapper .mark-all-tasks {
    left: 20px;
  }
  html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon {
    transform: translate(285px);
  }
  html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover {
    transform: translate(285px);
  }
  html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-wrapper .back-btn {
    float: left;
    transform: rotate(180deg);
    left: 26px;
    right: unset;
  }
  html[dir=rtl] .page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar {
    margin-right: 0;
    border-right: none;
    padding-right: 0;
    border-left: 1px solid #ddd;
    margin-left: 15px;
    padding-left: 15px;
  }
  html[dir=rtl] .page-wrapper.compact-sidebar .page-header {
    margin-right: 0;
  }
  html[dir=rtl] .page-wrapper.material-icon .page-header {
    padding-right: 0;
  }
  html[dir=rtl] .page-wrapper.material-icon .page-body-wrapper .page-body {
    padding-right: 15px;
  }
  html[dir=rtl] .faq-accordion .faq-header svg {
    left: 20px;
  }
  html[dir=rtl] .page-wrapper .page-header .header-logo-wrapper .logo-wrapper img {
    margin-left: 15px;
    margin-right: unset;
  }
  html[dir=rtl] .page-body-wrapper .page-body,
  html[dir=rtl] .page-body-wrapper footer {
    margin-right: 0 !important;
  }
  html[dir=rtl] .main .langChoice {
    left: 20px;
  }
  html[dir=rtl] .page-wrapper .page-body-wrapper .page-title .breadcrumb {
    margin-right: 0;
  }
  html[dir=rtl] .page-wrapper .page-body-wrapper .page-body {
    min-height: calc(100vh - 60px);
  }
  html[dir=rtl] .page-wrapper .page-header {
    margin-right: 0;
  }
  html[dir=rtl] .page-wrapper.compact-wrapper .page-header {
    margin-right: 0 !important;
    margin-left: unset !important;
  }
  html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper.sidebar-wrapper.close_icon {
    transform: translate(285px);
  }
  html[dir=rtl] .bookmark ul li .search-form .form-control-search {
    left: -127px;
  }
  html[dir=rtl] .card .card-header .card-header-right {
    left: 15px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  html[dir=rtl] .page-wrapper.compact-wrapper.material-type .page-body-wrapper div.sidebar-wrapper {
    left: unset;
    right: 0;
  }
}
@media (min-width: 768px) {
  html[dir=rtl] .float-md-end {
    float: left !important;
  }
  html[dir=rtl] .income-wrap .ps-md-0 {
    padding-left: 30px !important;
    padding-right: 0 !important;
  }
  html[dir=rtl] .text-md-end {
    text-align: left !important;
  }
  html[dir=rtl] .offset-md-3 {
    margin-right: 25%;
    margin-left: unset;
  }
  html[dir=rtl] .text-md-start {
    text-align: right !important;
  }
  html[dir=rtl] .ecommerce-widget .text-md-end {
    text-align: left !important;
  }
  html[dir=rtl] .ecommerce-widget .text-md-end ul {
    text-align: left;
  }
}
@media only screen and (max-width: 767.98px) {
  html[dir=rtl] .list-persons .profile-mail .email-general ul {
    padding-left: 0;
  }
  html[dir=rtl] .product-wrapper.sidebaron .product-grid .product-wrapper-grid {
    margin-right: 0;
  }
  html[dir=rtl] .feature-products .filter-toggle {
    margin-right: 10px;
    margin-left: unset;
  }
  html[dir=rtl] .user-profile .hovercard .user-image .share-icons {
    left: 25px !important;
  }
  html[dir=rtl] .ecommerce-widget .text-md-right {
    text-align: left !important;
  }
  html[dir=rtl] .bar-chart-widget .earning-details i {
    left: -147px !important;
  }
}
@media (min-width: 576px) {
  html[dir=rtl] .offset-sm-3 {
    margin-right: 25%;
    margin-left: unset;
  }
  html[dir=rtl] .text-sm-end {
    text-align: left !important;
  }
  html[dir=rtl] .float-sm-end {
    float: left !important;
  }
  html[dir=rtl] .me-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: unset !important;
  }
}
@media only screen and (max-width: 575.98px) {
  html[dir=rtl] .todo .todo-list-wrapper .mark-all-tasks {
    left: 15px;
  }
  html[dir=rtl] .list-persons .nav-pills .nav-link .d-flex .flex-grow-1 {
    text-align: right;
  }
  html[dir=rtl] .page-wrapper .page-header .header-wrapper .nav-right > ul li {
    margin-right: unset;
    margin-left: 1px;
  }
  html[dir=rtl] .page-wrapper .page-header .header-wrapper .search-full .form-group .close-search {
    left: 0;
  }
  html[dir=rtl] .page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar, html[dir=rtl] .page-wrapper.compact-sidebar .page-header .header-wrapper .toggle-sidebar {
    margin-left: 8px;
    padding-left: 8px;
    margin-right: unset;
    padding-right: unset;
    border-right: unset;
    border-left: 1px solid #ddd;
  }
  html[dir=rtl] .translate_wrapper.active .more_lang.active {
    left: unset;
    right: 12px;
  }
  html[dir=rtl] .page-header .header-wrapper .nav-right > ul > li:last-child {
    padding-right: 10px;
  }
  html[dir=rtl] .page-header .header-wrapper .nav-right.right-header ul.notification-dropdown {
    left: unset !important;
    right: 15px !important;
  }
  html[dir=rtl] .faq-accordion .faq-header svg {
    left: 15px;
  }
  html[dir=rtl] .user-profile .hovercard .user-image .share-icons {
    left: 15px !important;
  }
  html[dir=rtl] .user-profile .hovercard .user-image .share-icons li {
    margin-left: 0px;
  }
  html[dir=rtl] .main .langChoice {
    left: 20px;
  }
  html[dir=rtl] .page-wrapper .search-form .form-group {
    margin-left: 0;
  }
  html[dir=rtl] .card-body .value-left {
    margin-left: 15px;
  }
}
html[dir=rtl] .default-dashboard .heading-space .card-header .header-top,
html[dir=rtl] .dashboard-2 .heading-space .card-header .header-top,
html[dir=rtl] .dashboard-3 .heading-space .card-header .header-top,
html[dir=rtl] .dashboard-4 .heading-space .card-header .header-top,
html[dir=rtl] .dashboard-5 .heading-space .card-header .header-top,
html[dir=rtl] .dashboard-6 .heading-space .card-header .header-top,
html[dir=rtl] .dashboard-7 .heading-space .card-header .header-top,
html[dir=rtl] .dashboard-09 .heading-space .card-header .header-top,
html[dir=rtl] .dashboard-10 .heading-space .card-header .header-top,
html[dir=rtl] .dashboard-11 .heading-space .card-header .header-top,
html[dir=rtl] .main-scope-project .heading-space .card-header .header-top,
html[dir=rtl] .e-category .heading-space .card-header .header-top,
html[dir=rtl] .list-product-view .heading-space .card-header .header-top,
html[dir=rtl] .seller-details-wrapper .heading-space .card-header .header-top,
html[dir=rtl] .common-order-history .heading-space .card-header .header-top,
html[dir=rtl] .common-cart .heading-space .card-header .header-top,
html[dir=rtl] .overall-budget .heading-space .card-header .header-top {
  margin-right: 74px;
  margin-left: unset;
}
html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dt-length,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dt-length,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dt-length,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dt-length,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dt-length,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dt-length,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dt-length,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dt-length,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dt-length,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dt-length,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dt-length,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dt-length,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dt-length,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dt-length,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dt-length,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dt-length,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dt-length {
  right: 20px;
  left: unset;
}
html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable thead tr th,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable thead tr th,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable thead tr th,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable thead tr th,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable thead tr th {
  text-align: right;
}
html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th:not(:first-child),
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th:not(:first-child),
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th:not(:first-child),
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th:not(:first-child),
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th:not(:first-child),
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th:not(:first-child),
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th:not(:first-child),
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th:not(:first-child),
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th:not(:first-child),
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th:not(:first-child),
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th:not(:first-child),
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable thead tr th:not(:first-child),
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable thead tr th:not(:first-child),
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th:not(:first-child),
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable thead tr th:not(:first-child),
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable thead tr th:not(:first-child),
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable thead tr th:not(:first-child) {
  padding-left: 28px !important;
}
html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc, html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc, html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc, html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc {
  padding-left: 20px;
}
html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order, html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order, html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order, html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order {
  left: 5px;
  right: unset;
}
html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc, html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc, html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc, html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc {
  padding-left: 28px;
  padding-right: 10px;
}
html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order, html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order, html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order, html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order {
  left: 12px;
  right: unset;
}
html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before, html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after, html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before, html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after, html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before, html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after, html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before, html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after {
  right: 0;
  left: unset;
}
html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
  left: -10px;
  right: unset;
}
@media (max-width: 640px) {
  html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  html[dir=rtl] .e-category div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    right: 20px;
    left: unset;
  }
}
html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dt-layout-cell .dt-search label {
  margin-left: 6px;
  margin-right: unset;
}
html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dt-paging,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dt-paging,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dt-paging,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dt-paging,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dt-paging,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dt-paging,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dt-paging,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dt-paging,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dt-paging,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dt-paging,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dt-paging,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dt-paging,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dt-paging,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dt-paging,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dt-paging,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dt-paging,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dt-paging {
  text-align: start;
}
html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dt-paging .dt-paging-button {
  margin-left: 12px;
  margin-right: unset;
}
@media (max-width: 767px) {
  html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  html[dir=rtl] .e-category div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dt-paging .dt-paging-button {
    margin-left: 8px;
    margin-right: unset;
  }
}
html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child {
  margin-left: 0;
  margin-right: unset;
}
html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after {
  right: 4px;
  left: unset;
}
html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after {
  margin-right: -4px;
  margin-left: unset;
}
@media only screen and (max-width: 575.98px) {
  html[dir=rtl] .page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div {
    right: unset !important;
    left: 12px !important;
  }
}
@media only screen and (max-width: 480px) {
  html[dir=rtl] .knob-chart .chart-clock-main {
    width: unset;
  }
  html[dir=rtl] .knob-chart .chart-clock-main .clock-small {
    right: 32px;
  }
  html[dir=rtl] .knob-chart .chart-clock-main .clock-large {
    right: 12px;
    left: unset;
  }
  html[dir=rtl] .knob-chart .chart-clock-main .clock-medium {
    right: 32px;
    left: unset;
  }
}
@media only screen and (max-width: 420px) {
  html[dir=rtl] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu {
    right: 112px;
  }
  html[dir=rtl] .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu {
    right: 80px;
  }
}
@media only screen and (max-width: 360px) {
  html[dir=rtl] .social-app-profile .hovercard .user-image .avatar {
    margin-top: -47px;
  }
  html[dir=rtl] .social-app-profile .hovercard .user-image .avatar img {
    width: 85px;
    height: 85px;
  }
  html[dir=rtl] .social-chat .other-msg {
    margin-right: 15px;
  }
}
@media screen and (max-width: 1460px) {
  html[dir=rtl] .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li {
    margin-left: 8px;
    margin-right: unset;
  }
}

/**=====================
    5.8 Rtl CSS Ends
==========================**/
/**=====================
  5.9 Box-layout CSS start
==========================**/
.box-layout {
  background-image: url(../images/other-images/boxbg.jpg);
  background-blend-mode: overlay;
  background-color: rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 1661px) {
  .box-layout .default-inline-calender .main-inline-calender .flatpickr-rContainer .flatpickr-weekdays {
    height: 50px;
  }
  .box-layout .default-inline-calender .main-inline-calender .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day {
    height: 40px;
  }
  .box-layout .main-team-box {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .box-layout .attach-files-wrapper .upload-files-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .box-layout .shopping-cart-table .recent-table div.dt-container .table thead tr:nth-child(2),
  .box-layout .shopping-cart-table .recent-table div.dt-container .table thead td:nth-child(2),
  .box-layout .shopping-cart-table .recent-table div.dt-container .table thead th:nth-child(2),
  .box-layout .shopping-cart-table .recent-table div.dt-container .table tbody tr:nth-child(2),
  .box-layout .shopping-cart-table .recent-table div.dt-container .table tbody td:nth-child(2),
  .box-layout .shopping-cart-table .recent-table div.dt-container .table tbody th:nth-child(2) {
    min-width: 360px;
  }
  .box-layout .shopping-cart-table .recent-table div.dt-container .table thead tr:nth-child(4),
  .box-layout .shopping-cart-table .recent-table div.dt-container .table thead td:nth-child(4),
  .box-layout .shopping-cart-table .recent-table div.dt-container .table thead th:nth-child(4),
  .box-layout .shopping-cart-table .recent-table div.dt-container .table tbody tr:nth-child(4),
  .box-layout .shopping-cart-table .recent-table div.dt-container .table tbody td:nth-child(4),
  .box-layout .shopping-cart-table .recent-table div.dt-container .table tbody th:nth-child(4) {
    min-width: 170px;
  }
  .box-layout .shopping-cart-table .recent-table div.dt-container .table thead tr:last-child,
  .box-layout .shopping-cart-table .recent-table div.dt-container .table thead td:last-child,
  .box-layout .shopping-cart-table .recent-table div.dt-container .table thead th:last-child,
  .box-layout .shopping-cart-table .recent-table div.dt-container .table tbody tr:last-child,
  .box-layout .shopping-cart-table .recent-table div.dt-container .table tbody td:last-child,
  .box-layout .shopping-cart-table .recent-table div.dt-container .table tbody th:last-child {
    min-width: 100px;
  }
  .box-layout .seller-details-wrapper .review-box .md-sidebar .accordion .accordion-item {
    margin-bottom: 0;
  }
  .box-layout .seller-details-wrapper .review-box .md-sidebar .md-sidebar-toggle {
    display: block;
    width: fit-content;
    text-transform: capitalize;
    margin-bottom: 20px;
  }
  .box-layout .seller-details-wrapper .review-box .md-sidebar .md-sidebar-aside {
    position: absolute;
    top: 40px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    width: 360px;
    transition: all 0.2s ease;
  }
  .box-layout .seller-details-wrapper .review-box .md-sidebar .md-sidebar-aside.open {
    opacity: 1;
    visibility: visible;
    transition: all 0.2s ease;
  }
}
@media only screen and (min-width: 1661px) and (max-width: 390px) {
  .box-layout .seller-details-wrapper .review-box .md-sidebar .md-sidebar-aside {
    width: 300px;
  }
}
@media only screen and (min-width: 1661px) {
  .box-layout .seller-details-wrapper .review-box .md-sidebar .email-left-aside .card {
    box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
    background-color: var(--bs-card-bg);
    border-radius: 15px;
  }
  .box-layout .seller-details-wrapper .review-box .md-sidebar .email-left-aside .card .card-body {
    padding: 20px;
  }
  .box-layout .seller-wrapper .right-vendor {
    justify-content: flex-start;
  }
  .box-layout .general-widget-wrapper .currency-widget div[class*=bg-light-] {
    display: block;
  }
}
@media only screen and (min-width: 1400px) {
  .box-layout .photo-click-wrapper {
    margin: 7px -20px -20px 0px;
  }
}
@media (max-width: 1399px) and (min-width: 576px) {
  .box-layout .attach-files-wrapper .upload-files-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1399px) {
  .box-layout .balance-widget .mobile-right-img {
    right: -10%;
  }
  .box-layout .cmt-box .form-control {
    height: 2px;
    width: calc(100% - 40px - 2px);
  }
  .box-layout .cmt-box i {
    width: 40px;
    height: 40px;
  }
  .box-layout .main-team-box {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1422px) {
  .box-layout .upgrade-plan.mobile-app-card .card-body img {
    height: 118px;
    width: 128px;
  }
}
@media (min-width: 1400px) {
  .box-layout .monthly-profit {
    margin-block: 28px;
  }
  .box-layout .visitor-chart #visitor_chart {
    margin-block: 90px;
  }
  .box-layout .monthly-target {
    margin: 19px 0 -45px 0;
  }
  .box-layout .monthly-target .apexcharts-inner {
    transform: scale(0.6);
  }
  .box-layout .main-team-box {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1280px) {
  .box-layout .kanban-board {
    width: calc(50% - 30px) !important;
  }
  .box-layout .learning-filter {
    order: -1;
  }
  .box-layout .btn-groups .button-wrapper {
    align-items: center;
  }
  .box-layout .main-tasks .email-left-aside .left-bookmark {
    height: auto;
  }
  .box-layout .gallery-with-description a .caption p {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    height: auto;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box-layout .main-bookmark .email-left-aside .card-body .email-app-sidebar .main-menu {
    height: 360px;
    overflow: auto;
  }
  .box-layout .email-wrap .email-left-aside .card {
    height: 500px !important;
  }
  .box-layout .artist-table .appointment-table.customer-table table tr td:last-child {
    min-width: 100px;
  }
  .box-layout .discount-options {
    gap: 18px;
  }
  .box-layout .discount-options .nav-item .nav-link {
    width: 170px;
    height: 58px;
  }
  .box-layout .seller-cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .box-layout .list-product .product-list-table.recent-table thead tr th:nth-child(6), .box-layout .list-product .product-list-table.recent-table thead tr th:nth-child(8),
  .box-layout .list-product .product-list-table.recent-table thead tr td:nth-child(6),
  .box-layout .list-product .product-list-table.recent-table thead tr td:nth-child(8),
  .box-layout .list-product .product-list-table.recent-table tbody tr th:nth-child(6),
  .box-layout .list-product .product-list-table.recent-table tbody tr th:nth-child(8),
  .box-layout .list-product .product-list-table.recent-table tbody tr td:nth-child(6),
  .box-layout .list-product .product-list-table.recent-table tbody tr td:nth-child(8) {
    display: none;
  }
  .box-layout .progress-chart #progress4 {
    display: none;
  }
  .box-layout .common-order-history .order-history-wrapper .recent-table table thead tr th:nth-child(2),
  .box-layout .common-order-history .order-history-wrapper .recent-table table thead tr td:nth-child(2),
  .box-layout .common-order-history .order-history-wrapper .recent-table table tbody tr th:nth-child(2),
  .box-layout .common-order-history .order-history-wrapper .recent-table table tbody tr td:nth-child(2) {
    min-width: 104px;
  }
  .box-layout .common-order-history .order-history-wrapper .recent-table table thead tr th:nth-child(3),
  .box-layout .common-order-history .order-history-wrapper .recent-table table thead tr td:nth-child(3),
  .box-layout .common-order-history .order-history-wrapper .recent-table table tbody tr th:nth-child(3),
  .box-layout .common-order-history .order-history-wrapper .recent-table table tbody tr td:nth-child(3) {
    min-width: 180px;
  }
  .box-layout .common-order-history .order-history-wrapper .recent-table table thead tr th:nth-child(4),
  .box-layout .common-order-history .order-history-wrapper .recent-table table thead tr td:nth-child(4),
  .box-layout .common-order-history .order-history-wrapper .recent-table table tbody tr th:nth-child(4),
  .box-layout .common-order-history .order-history-wrapper .recent-table table tbody tr td:nth-child(4) {
    min-width: 140px;
  }
  .box-layout .common-order-history .order-history-wrapper .recent-table table thead tr th:nth-child(5),
  .box-layout .common-order-history .order-history-wrapper .recent-table table thead tr td:nth-child(5),
  .box-layout .common-order-history .order-history-wrapper .recent-table table tbody tr th:nth-child(5),
  .box-layout .common-order-history .order-history-wrapper .recent-table table tbody tr td:nth-child(5) {
    min-width: 122px;
  }
  .box-layout .common-order-history .order-history-wrapper .recent-table table thead tr th:nth-child(6),
  .box-layout .common-order-history .order-history-wrapper .recent-table table thead tr td:nth-child(6),
  .box-layout .common-order-history .order-history-wrapper .recent-table table tbody tr th:nth-child(6),
  .box-layout .common-order-history .order-history-wrapper .recent-table table tbody tr td:nth-child(6) {
    min-width: 140px;
  }
  .box-layout .common-order-history .order-history-wrapper .recent-table table thead tr th:nth-child(7),
  .box-layout .common-order-history .order-history-wrapper .recent-table table thead tr td:nth-child(7),
  .box-layout .common-order-history .order-history-wrapper .recent-table table tbody tr th:nth-child(7),
  .box-layout .common-order-history .order-history-wrapper .recent-table table tbody tr td:nth-child(7) {
    min-width: 148px;
  }
  .box-layout .horizontal-wizard-wrapper.vertical-variations .main-horizontal-header .horizontal-options {
    justify-content: flex-start;
  }
  .box-layout .summery-contain li img {
    width: 45px;
    height: 45px;
  }
  .box-layout .shipping-form .checkout-cart .basic-wizard .shipping-wizard .card-wrapper:hover .cart-icon i {
    font-size: 14px;
  }
  .box-layout .grid-box-wrapper {
    justify-content: flex-start;
  }
  .box-layout .main-icon-checkbox.checkbox .checkbox-wrapper {
    gap: 12px;
  }
  .box-layout .main-icon-radio .radio-wrapper {
    gap: 12px;
  }
  .box-layout .attachment-file {
    gap: 14px;
    width: 218px;
    min-width: 218px;
  }
  .box-layout .project-pending-table.recent-table table thead tr th:nth-child(4),
  .box-layout .project-pending-table.recent-table table thead tr td:nth-child(4),
  .box-layout .project-pending-table.recent-table table tbody tr th:nth-child(4),
  .box-layout .project-pending-table.recent-table table tbody tr td:nth-child(4) {
    display: none;
  }
  .box-layout .project-pending-table.recent-table table thead tr th:nth-child(3),
  .box-layout .project-pending-table.recent-table table thead tr td:nth-child(3),
  .box-layout .project-pending-table.recent-table table tbody tr th:nth-child(3),
  .box-layout .project-pending-table.recent-table table tbody tr td:nth-child(3) {
    display: none;
  }
  .box-layout .project-pending-table.recent-table table thead tr th:nth-child(4),
  .box-layout .project-pending-table.recent-table table thead tr td:nth-child(4),
  .box-layout .project-pending-table.recent-table table tbody tr th:nth-child(4),
  .box-layout .project-pending-table.recent-table table tbody tr td:nth-child(4) {
    display: none;
  }
  .box-layout .cmt-box {
    padding-top: 18px;
  }
  .box-layout .activity-wrapper .schedule-wrapper {
    justify-content: flex-start;
    display: flex;
  }
  .box-layout .budget-card .common-space {
    flex-wrap: wrap;
  }
  .box-layout .expense-chart-wrap {
    margin: -20px 0 -20px 0;
  }
  .box-layout .common-project-header h6 {
    margin-left: -54px;
  }
  .box-layout .project-budget-wrapper .row .justify-content-xxl-end {
    justify-content: flex-start !important;
  }
  .box-layout .mail-body-wrapper .user-mail-wrapper .user-footer .attachment-file {
    width: auto;
    min-width: auto;
  }
  .box-layout .application-overview .balance-data {
    display: none;
  }
  .box-layout .employee-list-table.recent-table div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    display: none;
  }
  .box-layout .employee-list-table.recent-table div.dt-container .dt-layout-row .dt-info {
    display: none;
  }
  .box-layout .employee-list-table.recent-table table thead tr th:nth-child(3), .box-layout .employee-list-table.recent-table table thead tr th:nth-child(4), .box-layout .employee-list-table.recent-table table thead tr th:nth-child(5),
  .box-layout .employee-list-table.recent-table table thead tr td:nth-child(3),
  .box-layout .employee-list-table.recent-table table thead tr td:nth-child(4),
  .box-layout .employee-list-table.recent-table table thead tr td:nth-child(5),
  .box-layout .employee-list-table.recent-table table tbody tr th:nth-child(3),
  .box-layout .employee-list-table.recent-table table tbody tr th:nth-child(4),
  .box-layout .employee-list-table.recent-table table tbody tr th:nth-child(5),
  .box-layout .employee-list-table.recent-table table tbody tr td:nth-child(3),
  .box-layout .employee-list-table.recent-table table tbody tr td:nth-child(4),
  .box-layout .employee-list-table.recent-table table tbody tr td:nth-child(5) {
    display: none;
  }
  .box-layout .employee-list-table.recent-table table thead tr th:last-child .square-white,
  .box-layout .employee-list-table.recent-table table thead tr td:last-child .square-white,
  .box-layout .employee-list-table.recent-table table tbody tr th:last-child .square-white,
  .box-layout .employee-list-table.recent-table table tbody tr td:last-child .square-white {
    width: 24px;
    height: 24px;
  }
  .box-layout .employee-list-table.recent-table table thead tr th:last-child .square-white svg,
  .box-layout .employee-list-table.recent-table table thead tr td:last-child .square-white svg,
  .box-layout .employee-list-table.recent-table table tbody tr th:last-child .square-white svg,
  .box-layout .employee-list-table.recent-table table tbody tr td:last-child .square-white svg {
    width: 14px;
    height: 14px;
  }
  .box-layout .employee-list-table.recent-table table thead tr th .common-flex img,
  .box-layout .employee-list-table.recent-table table thead tr td .common-flex img,
  .box-layout .employee-list-table.recent-table table tbody tr th .common-flex img,
  .box-layout .employee-list-table.recent-table table tbody tr td .common-flex img {
    display: none;
  }
  .box-layout .attendance-table.recent-table div.dt-container .dt-layout-row .dt-search {
    display: none;
  }
  .box-layout .attendance-table.recent-table div.dt-container .dt-layout-row:last-child .dt-info {
    display: none;
  }
  .box-layout .attendance-table.recent-table table thead tr th:nth-child(3),
  .box-layout .attendance-table.recent-table table thead tr td:nth-child(3),
  .box-layout .attendance-table.recent-table table tbody tr th:nth-child(3),
  .box-layout .attendance-table.recent-table table tbody tr td:nth-child(3) {
    display: none;
  }
  .box-layout .birthday-cards .swiper {
    margin-block: 50px;
  }
  .box-layout .birthday-cards .swiper .swiper-slide .birthday-usercard .btn-user img {
    height: 55px;
  }
  .box-layout .project-analytics .analytics-data .balance-data {
    display: none;
  }
  .box-layout .schedule-calender .schedule-wrapper {
    justify-content: flex-start;
    display: flex;
  }
  .box-layout .schedule-calender .tab-content .activity-update {
    display: flex;
    flex-wrap: wrap;
  }
  .box-layout .schedule-calender .tab-content .activity-update > li {
    flex: 0 0 50%;
    margin-bottom: 10px;
  }
  .box-layout .schedule-calender .tab-content .activity-update > li .left-schedule,
  .box-layout .schedule-calender .tab-content .activity-update > li .right-schedule {
    flex: 1;
  }
  .box-layout .schedule-calender .tab-content .activity-update > li:nth-child(5) {
    border-bottom: unset;
    padding-bottom: unset;
    margin-bottom: 0;
  }
  .box-layout .schedule-calender .tab-content .activity-update > li:last-child {
    margin-bottom: 0;
  }
  .box-layout .schedule-calender #thu .activity-update > li:nth-child(3) {
    border-bottom: unset;
    padding-bottom: unset;
    margin-bottom: 0;
  }
  .box-layout .schedule-calender #frd .activity-update > li:first-child,
  .box-layout .schedule-calender #sun .activity-update > li:first-child {
    border-bottom: unset;
    padding-bottom: unset;
    margin-bottom: 0;
  }
  .box-layout .interviewer-users ul li {
    padding: 14px 18px;
  }
  .box-layout .treading-product .recent-table.referral-visit table thead tr td:nth-child(2),
  .box-layout .treading-product .recent-table.referral-visit table thead tr th:nth-child(2),
  .box-layout .treading-product .recent-table.referral-visit table tbody tr td:nth-child(2),
  .box-layout .treading-product .recent-table.referral-visit table tbody tr th:nth-child(2) {
    display: none;
  }
  .box-layout .main-session-devices .apexcharts-canvas {
    transform: scale(0.67);
  }
  .box-layout .common-m-chart .apexcharts-canvas .apexcharts-bar-series .apexcharts-datalabels .apexcharts-datalabel {
    display: none;
  }
  .box-layout .analytics-widget .btn {
    padding: 8px 14px;
    font-size: 14px;
  }
  .box-layout .analytics-widget h5 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .box-layout .analytics-widget .card-text {
    display: -webkit-box;
    max-width: 100%;
    height: 46px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: unset;
  }
  .box-layout .page-analytics-table .recent-table div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    position: relative;
    top: 4px;
    left: 20px;
    width: 90%;
    margin-bottom: 20px;
  }
  .box-layout .page-analytics-table .recent-table .table thead tr th:nth-child(5),
  .box-layout .page-analytics-table .recent-table .table thead tr td:nth-child(5),
  .box-layout .page-analytics-table .recent-table .table tbody tr th:nth-child(5),
  .box-layout .page-analytics-table .recent-table .table tbody tr td:nth-child(5) {
    display: none;
  }
  .box-layout .page-analytics-table .recent-table .table thead tr th:nth-child(4),
  .box-layout .page-analytics-table .recent-table .table thead tr td:nth-child(4),
  .box-layout .page-analytics-table .recent-table .table tbody tr th:nth-child(4),
  .box-layout .page-analytics-table .recent-table .table tbody tr td:nth-child(4) {
    display: none;
  }
  .box-layout .analytics-tread-card .header-top .common-align > span {
    display: none;
  }
  .box-layout .analytics-tread-card .header-top > div span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 130px;
  }
  .box-layout .analytics-tread-card .session-progress {
    top: -11px;
  }
  .box-layout .analytics-tread-card .session-progress .progress {
    height: 8px;
    margin: 90px 0 20px;
  }
  .box-layout .analytics-tread-card .session-progress .progress .small-progressbar {
    top: -3px;
    width: 14px;
    height: 14px;
  }
  .box-layout .analytics-tread-card .session-progress .progress .progress-label {
    top: -50px;
    right: -16px;
    font-size: 12px;
  }
  .box-layout .analytics-tread-card.retention-progress .card-body .progress {
    margin-top: 60px;
  }
  .box-layout .bounce-rate-wrapper {
    margin: -9px -20px -30px 0px;
  }
  .box-layout .visit-duration-wrapper {
    margin: -12px 35px -30px 0px;
  }
  .box-layout .session-browser-table .table-responsive .table thead.tbody tr th,
  .box-layout .session-browser-table .table-responsive .table thead.tbody tr td {
    padding-block: 7px;
  }
  .box-layout .lead-table.recent-table thead tr th .btn,
  .box-layout .lead-table.recent-table thead tr td .btn,
  .box-layout .lead-table.recent-table tbody tr th .btn,
  .box-layout .lead-table.recent-table tbody tr td .btn {
    padding: 6px 16px;
  }
  .box-layout .lead-table.recent-table thead tr th .common-flex .lead-img,
  .box-layout .lead-table.recent-table thead tr td .common-flex .lead-img,
  .box-layout .lead-table.recent-table tbody tr th .common-flex .lead-img,
  .box-layout .lead-table.recent-table tbody tr td .common-flex .lead-img {
    height: 28px;
  }
  .box-layout .lead-table.recent-table thead tr th:nth-child(3),
  .box-layout .lead-table.recent-table thead tr td:nth-child(3),
  .box-layout .lead-table.recent-table tbody tr th:nth-child(3),
  .box-layout .lead-table.recent-table tbody tr td:nth-child(3) {
    display: none;
  }
  .box-layout .lead-table.recent-table thead tr th:nth-child(3),
  .box-layout .lead-table.recent-table thead tr td:nth-child(3),
  .box-layout .lead-table.recent-table tbody tr th:nth-child(3),
  .box-layout .lead-table.recent-table tbody tr td:nth-child(3) {
    display: none;
  }
  .box-layout .lead-table.recent-table thead tr th:nth-child(2),
  .box-layout .lead-table.recent-table thead tr td:nth-child(2),
  .box-layout .lead-table.recent-table tbody tr th:nth-child(2),
  .box-layout .lead-table.recent-table tbody tr td:nth-child(2) {
    display: none;
  }
  .box-layout .our-product-wrapper .our-product-content .add-quantity {
    padding: 4px 8px;
    gap: 8px;
  }
  .box-layout .order-details .search-items button {
    padding: 6px 10px;
  }
  .box-layout .order-details .order-quantity .order-details-wrapper {
    gap: 8px;
  }
  .box-layout .order-details .order-quantity .order-details-wrapper .left-details .order-img {
    width: 80px;
    height: 74px;
  }
  .box-layout .order-details .order-quantity .order-details-wrapper .left-details .order-img img {
    width: 75px;
  }
  .box-layout .order-details .order-quantity .order-details-wrapper .category-details {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
  .box-layout .order-details .order-quantity .order-details-wrapper .category-details .right-details .touchspin-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .box-layout .order-details .order-quantity .order-details-wrapper .category-details .right-details .btn-touchspin {
    border-radius: 50px;
    width: 27px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: unset;
    background-color: var(--white);
  }
}
@media only screen and (min-width: 1280px) and (min-width: 1400px) and (max-width: 1920px) {
  .box-layout .order-details .order-quantity .order-details-wrapper .category-details .right-details .btn-touchspin {
    width: calc(18px + 9 * (100vw - 1400px) / 520);
    height: calc(18px + 9 * (100vw - 1400px) / 520);
  }
}
@media only screen and (min-width: 1280px) {
  .box-layout .order-details .order-quantity .order-details-wrapper .category-details .right-details input[type=number] {
    width: 25px;
    padding: 10px 0;
    text-align: center;
    border: unset;
    background-color: unset;
    color: var(--body-font-color);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1700px) {
  .box-layout .order-details .order-quantity .order-details-wrapper .category-details .right-details input[type=number] {
    padding: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .box-layout .payment-methods .bg-payment {
    width: 75px;
    height: 71px;
  }
  .box-layout .unpaid-fees-table .recent-table.table-responsive div.dt-container .dt-layout-row:last-child {
    flex-direction: column;
  }
  .box-layout .unpaid-fees-table .recent-table.table-responsive table thead th:nth-child(3),
  .box-layout .unpaid-fees-table .recent-table.table-responsive table thead td:nth-child(3),
  .box-layout .unpaid-fees-table .recent-table.table-responsive table tbody th:nth-child(3),
  .box-layout .unpaid-fees-table .recent-table.table-responsive table tbody td:nth-child(3) {
    display: none;
  }
  .box-layout .unpaid-fees-table .recent-table.table-responsive table thead th:nth-child(4),
  .box-layout .unpaid-fees-table .recent-table.table-responsive table thead td:nth-child(4),
  .box-layout .unpaid-fees-table .recent-table.table-responsive table tbody th:nth-child(4),
  .box-layout .unpaid-fees-table .recent-table.table-responsive table tbody td:nth-child(4) {
    display: none;
  }
  .box-layout .unpaid-fees-table .recent-table.table-responsive table thead th:nth-child(2) .common-align img,
  .box-layout .unpaid-fees-table .recent-table.table-responsive table thead td:nth-child(2) .common-align img,
  .box-layout .unpaid-fees-table .recent-table.table-responsive table tbody th:nth-child(2) .common-align img,
  .box-layout .unpaid-fees-table .recent-table.table-responsive table tbody td:nth-child(2) .common-align img {
    display: none;
  }
  .box-layout .unpaid-fees-table .recent-table.table-responsive table thead th:nth-child(5),
  .box-layout .unpaid-fees-table .recent-table.table-responsive table thead td:nth-child(5),
  .box-layout .unpaid-fees-table .recent-table.table-responsive table tbody th:nth-child(5),
  .box-layout .unpaid-fees-table .recent-table.table-responsive table tbody td:nth-child(5) {
    display: none;
  }
  .box-layout .top-student-table .recent-table.table-responsive div.dt-container .dt-layout-row:last-child {
    flex-direction: column;
  }
  .box-layout .top-student-table .recent-table table thead th:nth-child(2),
  .box-layout .top-student-table .recent-table table thead td:nth-child(2),
  .box-layout .top-student-table .recent-table table tbody th:nth-child(2),
  .box-layout .top-student-table .recent-table table tbody td:nth-child(2) {
    display: none;
  }
  .box-layout .top-student-table .recent-table table thead th:nth-child(3) .common-align img,
  .box-layout .top-student-table .recent-table table thead td:nth-child(3) .common-align img,
  .box-layout .top-student-table .recent-table table tbody th:nth-child(3) .common-align img,
  .box-layout .top-student-table .recent-table table tbody td:nth-child(3) .common-align img {
    display: none;
  }
  .box-layout .top-student-table .recent-table table thead th:nth-child(6),
  .box-layout .top-student-table .recent-table table thead td:nth-child(6),
  .box-layout .top-student-table .recent-table table tbody th:nth-child(6),
  .box-layout .top-student-table .recent-table table tbody td:nth-child(6) {
    display: none;
  }
  .box-layout .top-student-table .recent-table table thead th:nth-child(4),
  .box-layout .top-student-table .recent-table table thead td:nth-child(4),
  .box-layout .top-student-table .recent-table table tbody th:nth-child(4),
  .box-layout .top-student-table .recent-table table tbody td:nth-child(4) {
    display: none;
  }
  .box-layout .attendance-data ul.balance-data {
    position: relative;
    top: 0;
    left: 0;
    display: inline-flex;
  }
  .box-layout .new-enroll-student .recent-table.table-responsive div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    position: relative;
    top: 4px;
    left: 20px;
    margin-bottom: 20px;
    width: 75%;
  }
  .box-layout .new-enroll-student .recent-table.table-responsive div.dt-container .dt-layout-row:last-child {
    flex-direction: column;
  }
  .box-layout .new-enroll-student .recent-table table thead th:nth-child(4),
  .box-layout .new-enroll-student .recent-table table thead td:nth-child(4),
  .box-layout .new-enroll-student .recent-table table tbody th:nth-child(4),
  .box-layout .new-enroll-student .recent-table table tbody td:nth-child(4) {
    display: none;
  }
  .box-layout .new-enroll-student .recent-table table thead th:nth-child(2),
  .box-layout .new-enroll-student .recent-table table thead td:nth-child(2),
  .box-layout .new-enroll-student .recent-table table tbody th:nth-child(2),
  .box-layout .new-enroll-student .recent-table table tbody td:nth-child(2) {
    display: none;
  }
  .box-layout .new-enroll-student .recent-table table thead th:nth-child(3),
  .box-layout .new-enroll-student .recent-table table thead td:nth-child(3),
  .box-layout .new-enroll-student .recent-table table tbody th:nth-child(3),
  .box-layout .new-enroll-student .recent-table table tbody td:nth-child(3) {
    display: none;
  }
  .box-layout .std-class-chart .apexcharts-legend {
    gap: 8px !important;
  }
  .box-layout .attendance-student-data {
    margin: 32px 0px -20px -15px;
  }
  .box-layout .upgrade-plan.mobile-app-card .card-body {
    margin-top: 0;
  }
  .box-layout .follower-wrap .card-body,
  .box-layout .follower-wrap .card-header {
    padding: 22px;
  }
  .box-layout .follower-wrap .papernote-wrap > span {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box-layout .mobile-app-card .card-body {
    margin-top: 45px;
  }
  .box-layout .mobile-app-card .card-body .wavy {
    margin-top: -36px;
    width: 32px;
    margin-right: -58px;
  }
  .box-layout .mobile-app-card .card-body img:not(.wavy) {
    height: 120px;
  }
  .box-layout .campaign-table.recent-table table tr th:nth-child(3), .box-layout .campaign-table.recent-table table tr th:nth-child(6),
  .box-layout .campaign-table.recent-table table tr td:nth-child(3),
  .box-layout .campaign-table.recent-table table tr td:nth-child(6) {
    display: none;
  }
  .box-layout .campaign-table .recent-table.table-responsive div.dt-container .dt-layout-row:last-child {
    flex-direction: column;
  }
  .box-layout .campaign-table .recent-table.table-responsive table thead tr td:nth-child(3),
  .box-layout .campaign-table .recent-table.table-responsive table thead tr th:nth-child(3),
  .box-layout .campaign-table .recent-table.table-responsive table tbody tr td:nth-child(3),
  .box-layout .campaign-table .recent-table.table-responsive table tbody tr th:nth-child(3) {
    display: none;
  }
  .box-layout .campaign-table .recent-table.table-responsive table thead tr td:last-child,
  .box-layout .campaign-table .recent-table.table-responsive table thead tr th:last-child,
  .box-layout .campaign-table .recent-table.table-responsive table tbody tr td:last-child,
  .box-layout .campaign-table .recent-table.table-responsive table tbody tr th:last-child {
    display: none;
  }
  .box-layout .campaign-table .recent-table.table-responsive table thead tr td:nth-child(6),
  .box-layout .campaign-table .recent-table.table-responsive table thead tr th:nth-child(6),
  .box-layout .campaign-table .recent-table.table-responsive table tbody tr td:nth-child(6),
  .box-layout .campaign-table .recent-table.table-responsive table tbody tr th:nth-child(6) {
    display: none;
  }
  .box-layout .campaign-table .recent-table.table-responsive table thead tr td:nth-child(5),
  .box-layout .campaign-table .recent-table.table-responsive table thead tr th:nth-child(5),
  .box-layout .campaign-table .recent-table.table-responsive table tbody tr td:nth-child(5),
  .box-layout .campaign-table .recent-table.table-responsive table tbody tr th:nth-child(5) {
    padding-right: 20px;
  }
  .box-layout .social-clicks .analytics-tread-card .card-header .common-align span:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .box-layout .social-clicks .analytics-tread-card .card-header .common-align span:nth-child(2) {
    display: none;
  }
  .box-layout .follower-country #countryMap {
    height: 345px;
  }
  .box-layout .currency-table.recent-table.average-sale.table-responsive div.dt-container .dt-layout-row:last-child {
    flex-direction: column;
  }
  .box-layout .currency-table.recent-table.average-sale.table-responsive thead tr th:last-child,
  .box-layout .currency-table.recent-table.average-sale.table-responsive thead tr td:last-child,
  .box-layout .currency-table.recent-table.average-sale.table-responsive tbody tr th:last-child,
  .box-layout .currency-table.recent-table.average-sale.table-responsive tbody tr td:last-child {
    display: none;
  }
  .box-layout .currency-table.recent-table.average-sale.table-responsive thead tr th:nth-child(4),
  .box-layout .currency-table.recent-table.average-sale.table-responsive thead tr td:nth-child(4),
  .box-layout .currency-table.recent-table.average-sale.table-responsive tbody tr th:nth-child(4),
  .box-layout .currency-table.recent-table.average-sale.table-responsive tbody tr td:nth-child(4) {
    display: none;
  }
  .box-layout .currency-table.recent-table.performer-table.table-responsive div.dt-container .dt-layout-row:last-child {
    flex-direction: column;
  }
  .box-layout .currency-table.recent-table.performer-table.table-responsive thead tr th:last-child,
  .box-layout .currency-table.recent-table.performer-table.table-responsive thead tr td:last-child,
  .box-layout .currency-table.recent-table.performer-table.table-responsive tbody tr th:last-child,
  .box-layout .currency-table.recent-table.performer-table.table-responsive tbody tr td:last-child {
    display: none;
  }
  .box-layout .currency-table.recent-table.performer-table.table-responsive thead tr th:nth-child(3),
  .box-layout .currency-table.recent-table.performer-table.table-responsive thead tr td:nth-child(3),
  .box-layout .currency-table.recent-table.performer-table.table-responsive tbody tr th:nth-child(3),
  .box-layout .currency-table.recent-table.performer-table.table-responsive tbody tr td:nth-child(3) {
    display: none;
  }
  .box-layout .currency-table.recent-table.performer-table.table-responsive thead tr th:nth-child(5),
  .box-layout .currency-table.recent-table.performer-table.table-responsive thead tr td:nth-child(5),
  .box-layout .currency-table.recent-table.performer-table.table-responsive tbody tr th:nth-child(5),
  .box-layout .currency-table.recent-table.performer-table.table-responsive tbody tr td:nth-child(5) {
    padding-right: 20px;
  }
  .box-layout .currency-table.recent-table.performer-table.table-responsive thead tr th:nth-child(4),
  .box-layout .currency-table.recent-table.performer-table.table-responsive thead tr td:nth-child(4),
  .box-layout .currency-table.recent-table.performer-table.table-responsive tbody tr th:nth-child(4),
  .box-layout .currency-table.recent-table.performer-table.table-responsive tbody tr td:nth-child(4) {
    display: none;
  }
  .box-layout .transaction-card .transaction-table table tbody tr:nth-child(6) td {
    padding-bottom: 0;
  }
  .box-layout .transaction-card .transaction-table table tbody tr:last-child td {
    display: none;
    border-bottom: none;
  }
  .box-layout .t-top-mentor .table-responsive div.dt-container .dt-layout-row:last-child {
    flex-direction: column;
  }
  .box-layout .t-top-mentor thead tr th img,
  .box-layout .t-top-mentor thead tr td img,
  .box-layout .t-top-mentor tbody tr th img,
  .box-layout .t-top-mentor tbody tr td img {
    height: 32px;
  }
  .box-layout .t-top-mentor thead tr th:nth-child(3),
  .box-layout .t-top-mentor thead tr td:nth-child(3),
  .box-layout .t-top-mentor tbody tr th:nth-child(3),
  .box-layout .t-top-mentor tbody tr td:nth-child(3) {
    display: none;
  }
  .box-layout .t-top-mentor thead tr th img,
  .box-layout .t-top-mentor thead tr td img,
  .box-layout .t-top-mentor tbody tr th img,
  .box-layout .t-top-mentor tbody tr td img {
    height: 38px;
  }
  .box-layout .completed-course-table .table-responsive div.dt-container .dt-layout-row:last-child {
    flex-direction: column;
  }
  .box-layout .completed-course-table thead tr th:last-child,
  .box-layout .completed-course-table thead tr td:last-child,
  .box-layout .completed-course-table tbody tr th:last-child,
  .box-layout .completed-course-table tbody tr td:last-child {
    display: none;
  }
  .box-layout .completed-course-table thead tr th:nth-child(2) .common-flex,
  .box-layout .completed-course-table thead tr td:nth-child(2) .common-flex,
  .box-layout .completed-course-table tbody tr th:nth-child(2) .common-flex,
  .box-layout .completed-course-table tbody tr td:nth-child(2) .common-flex {
    gap: 7px;
  }
  .box-layout .completed-course-table thead tr th:nth-child(4),
  .box-layout .completed-course-table thead tr td:nth-child(4),
  .box-layout .completed-course-table tbody tr th:nth-child(4),
  .box-layout .completed-course-table tbody tr td:nth-child(4) {
    display: none;
  }
  .box-layout .completed-course-table thead tr th .common-flex,
  .box-layout .completed-course-table thead tr td .common-flex,
  .box-layout .completed-course-table tbody tr th .common-flex,
  .box-layout .completed-course-table tbody tr td .common-flex {
    gap: 10px;
  }
  .box-layout .balance-widget .mobile-right-img {
    right: -18%;
  }
  .box-layout .recent-order table tr th:nth-child(2),
  .box-layout .recent-order table tr td:nth-child(2) {
    min-width: 97px;
  }
  .box-layout .frame-box .frame-image {
    min-width: 40px;
    height: 40px;
  }
  .box-layout .frame-box .frame-image img {
    height: 22px;
    width: 30px;
    object-fit: contain;
  }
  .box-layout .purchase-card.discover .card-body img {
    margin-top: -75px;
  }
  .box-layout .payment-gateway .pay-box .outer-line .outer-svg-box {
    width: 29px;
    height: 29px;
  }
  .box-layout .payment-gateway .pay-box .outer-line .outer-svg-box svg {
    width: 16px;
    height: 16px;
  }
  .box-layout .seller-table thead tr th:nth-child(3),
  .box-layout .seller-table thead tr td:nth-child(3),
  .box-layout .seller-table tbody tr th:nth-child(3),
  .box-layout .seller-table tbody tr td:nth-child(3) {
    display: none;
  }
  .box-layout .treading-product .table-responsive .table thead tr th .common-flex,
  .box-layout .treading-product .table-responsive .table thead tr td .common-flex,
  .box-layout .treading-product .table-responsive .table tbody tr th .common-flex,
  .box-layout .treading-product .table-responsive .table tbody tr td .common-flex {
    gap: 8px;
  }
  .box-layout .widget-1 .f-w-500 {
    display: none;
  }
  .box-layout .widget-1 .card-body {
    padding: 18px;
  }
  .box-layout .widget-1 .widget-round .bg-round {
    width: 40px;
    height: 40px;
  }
  .box-layout .widget-1 .widget-round .bg-round svg {
    width: 22px;
    height: 22px;
  }
  .box-layout .widget-1 .widget-round .bg-round .half-circle {
    height: 40px;
    left: -10px;
    width: 30px;
    bottom: -8px;
  }
  .box-layout .profile-box {
    height: 206px;
  }
  .box-layout .profile-box .cartoon {
    right: 30px;
    text-align: right;
  }
  .box-layout .profile-box .cartoon img {
    width: 70%;
  }
  .box-layout .target-content .common-box ul li:last-child {
    display: none;
  }
  .box-layout .target-content p {
    margin-block: 21px;
  }
  .box-layout .activity-log .basic-timeline ul li {
    padding-bottom: 12px;
  }
  .box-layout .activity-log .basic-timeline ul li img {
    height: 40px;
  }
  .box-layout .activity-log .basic-timeline ul li p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 225px;
  }
  .box-layout .visitor-chart .common-flex {
    gap: 4px;
  }
  .box-layout .visitor-chart .common-flex p {
    display: none;
  }
  .box-layout .recent-order-table.currency-table.recent-table .currency-icon {
    width: 44px;
    height: 44px;
  }
  .box-layout .recent-order-table.currency-table.recent-table table thead tr th:last-child,
  .box-layout .recent-order-table.currency-table.recent-table table thead tr td:last-child,
  .box-layout .recent-order-table.currency-table.recent-table table tbody tr th:last-child,
  .box-layout .recent-order-table.currency-table.recent-table table tbody tr td:last-child {
    display: none;
  }
  .box-layout .recent-order-table.currency-table.recent-table table thead tr th:nth-child(6),
  .box-layout .recent-order-table.currency-table.recent-table table thead tr td:nth-child(6),
  .box-layout .recent-order-table.currency-table.recent-table table tbody tr th:nth-child(6),
  .box-layout .recent-order-table.currency-table.recent-table table tbody tr td:nth-child(6) {
    padding-right: 20px;
  }
  .box-layout .recent-order-table.currency-table.recent-table table thead tr th:nth-child(3),
  .box-layout .recent-order-table.currency-table.recent-table table thead tr td:nth-child(3),
  .box-layout .recent-order-table.currency-table.recent-table table tbody tr th:nth-child(3),
  .box-layout .recent-order-table.currency-table.recent-table table tbody tr td:nth-child(3) {
    min-width: 80px;
  }
  .box-layout .recent-order-table.currency-table.recent-table table thead tr th:nth-child(4),
  .box-layout .recent-order-table.currency-table.recent-table table thead tr td:nth-child(4),
  .box-layout .recent-order-table.currency-table.recent-table table tbody tr th:nth-child(4),
  .box-layout .recent-order-table.currency-table.recent-table table tbody tr td:nth-child(4) {
    display: none;
  }
  .box-layout .appointments-wrapper li .main-box span:nth-child(2) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 245px;
  }
  .box-layout .buy-card .card-body {
    margin-inline: 6px;
  }
  .box-layout .buy-card img {
    height: 295px;
  }
  .box-layout .swiper.swiper-h, .box-layout .swiper.vertical-swiper {
    height: 295px;
  }
  .box-layout .main-file-sidebar .md-sidebar .md-sidebar-aside {
    width: 325px;
  }
  .box-layout .emoji-rating .main-emoji-text {
    flex-wrap: nowrap;
    height: 70px;
  }
  .box-layout .creative-wrapper {
    padding: 8px;
  }
  .box-layout .creative-wrapper .creative-info {
    padding: 15px;
  }
  .box-layout .msg-emojis-wrapper .star-widget label {
    font-size: 30px;
  }
  .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-layout .md-sidebar .md-sidebar-aside.open {
    opacity: 1;
    visibility: visible;
  }
  .box-layout .job-sidebar {
    background-color: var(--white);
    padding: 20px;
  }
  .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-] h5 {
    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 .main-divider .divider-body.divider-body-1 {
    margin-bottom: 26px;
  }
  .box-layout .main-divider .divider-body.divider-body-3 {
    margin-bottom: 32px;
  }
  .box-layout .main-divider .divider-body:last-child {
    margin-bottom: 0;
  }
  .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: 42px;
  }
  .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: 42px;
    border-radius: 10px 0 0 10px;
  }
  .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon ~ footer, .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon ~ footer {
    width: 1200px;
    left: 48%;
    padding-left: 12px;
    border-radius: 0 0 10px;
  }
  .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon ~ .footer-fix, .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon ~ .footer-fix {
    padding-left: 0;
  }
  .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon .sidebar-main .sidebar-links, .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon .sidebar-main .sidebar-links {
    height: calc(100vh - 189px);
  }
  .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-links, .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links {
    margin-top: 10px;
    margin-bottom: 20px;
    height: calc(100vh - 191px);
  }
  .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 - 130px);
    margin-top: 0;
    top: 80px;
    overflow: scroll;
    max-height: calc(100vh - 220px);
    padding-bottom: 80px;
    margin-left: 230px;
  }
  .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-track, .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #e9edf1;
  }
  .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar, .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar {
    width: 6px;
  }
  .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-thumb, .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-thumb {
    background-color: rgba(68, 102, 242, 0.15);
  }
  .box-layout .page-wrapper.compact-sidebar .page-header, .box-layout.page-wrapper.compact-sidebar .page-header {
    padding-left: 148px;
  }
  .box-layout .page-wrapper.compact-sidebar .page-body-wrapper, .box-layout.page-wrapper.compact-sidebar .page-body-wrapper {
    margin-top: 40px;
  }
  .box-layout .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper, .box-layout.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper {
    top: 40px;
  }
  .box-layout .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper.close_icon, .box-layout.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper.close_icon {
    display: none;
    transition: 0.5s;
  }
  .box-layout .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links, .box-layout.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links {
    height: calc(100vh - 166px);
    margin: 0;
  }
  .box-layout .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu, .box-layout.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu {
    left: 470px;
    top: 40px;
    height: calc(100vh - 84px);
  }
  .box-layout .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a.active ~ .sidebar-submenu, .box-layout.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a.active ~ .sidebar-submenu {
    animation: unset;
  }
  .box-layout .page-wrapper.compact-sidebar .page-body-wrapper .footer, .box-layout.page-wrapper.compact-sidebar .page-body-wrapper .footer {
    margin-left: 0;
  }
  .box-layout .page-wrapper.compact-sidebar .page-body-wrapper .page-body, .box-layout.page-wrapper.compact-sidebar .page-body-wrapper .page-body {
    min-height: calc(100vh - 90px);
    margin-top: 0;
    top: 80px;
    overflow: scroll;
    max-height: calc(100vh - 170px);
    padding-bottom: 80px;
  }
  .box-layout .page-wrapper.compact-sidebar .page-body-wrapper .page-body::-webkit-scrollbar-track, .box-layout.page-wrapper.compact-sidebar .page-body-wrapper .page-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #e9edf1;
  }
  .box-layout .page-wrapper.compact-sidebar .page-body-wrapper .page-body::-webkit-scrollbar, .box-layout.page-wrapper.compact-sidebar .page-body-wrapper .page-body::-webkit-scrollbar {
    width: 6px;
  }
  .box-layout .page-wrapper.compact-sidebar .page-body-wrapper .page-body::-webkit-scrollbar-thumb, .box-layout.page-wrapper.compact-sidebar .page-body-wrapper .page-body::-webkit-scrollbar-thumb {
    background-color: rgba(68, 102, 242, 0.15);
  }
  .box-layout .page-wrapper.compact-sidebar.compact-small .page-header, .box-layout.page-wrapper.compact-sidebar.compact-small .page-header {
    padding-left: 90px;
  }
  .box-layout .page-wrapper.compact-sidebar.compact-small .page-header.close_icon, .box-layout.page-wrapper.compact-sidebar.compact-small .page-header.close_icon {
    padding-left: 0;
  }
  .box-layout .page-wrapper.compact-sidebar.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu, .box-layout.page-wrapper.compact-sidebar.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu {
    left: 410px;
  }
  .box-layout .page-wrapper.horizontal-wrapper:before, .box-layout.page-wrapper.horizontal-wrapper:before {
    display: none;
  }
  .box-layout .page-wrapper.horizontal-wrapper .page-body-wrapper, .box-layout.page-wrapper.horizontal-wrapper .page-body-wrapper {
    margin-top: 40px;
  }
  .box-layout .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body, .box-layout.page-wrapper.horizontal-wrapper .page-body-wrapper .page-body {
    margin-top: 80px;
    min-height: calc(100vh - 310px);
    max-height: calc(100vh - 230px);
    overflow: scroll;
  }
  .box-layout .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-track, .box-layout.page-wrapper.horizontal-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #e9edf1;
  }
  .box-layout .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body::-webkit-scrollbar, .box-layout.page-wrapper.horizontal-wrapper .page-body-wrapper .page-body::-webkit-scrollbar {
    width: 6px;
  }
  .box-layout .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-thumb, .box-layout.page-wrapper.horizontal-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-thumb {
    background-color: rgba(68, 102, 242, 0.15);
  }
  .box-layout .page-wrapper.horizontal-wrapper .page-body-wrapper .footer, .box-layout.page-wrapper.horizontal-wrapper .page-body-wrapper .footer {
    padding-left: 15px;
  }
  .box-layout .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper, .box-layout.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper {
    width: 1280px;
    top: 80px;
    margin: 0;
    overflow-x: unset;
    position: relative;
  }
  .box-layout .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main #sidebar-menu, .box-layout.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main #sidebar-menu {
    left: 0%;
    transform: translate(0, 0);
    top: 125px;
    background-color: var(--white);
  }
  .box-layout .page-wrapper.horizontal-wrapper .page-header, .box-layout.page-wrapper.horizontal-wrapper .page-header {
    padding-left: 0;
  }
  .box-layout .page-wrapper.modern-type .page-header, .box-layout.page-wrapper.modern-type .page-header {
    padding-left: 0px;
  }
  .box-layout .page-wrapper.modern-type .page-header .header-wrapper .left-header, .box-layout.page-wrapper.modern-type .page-header .header-wrapper .left-header {
    width: 36%;
  }
  .box-layout .page-wrapper.modern-type .page-header .header-wrapper .nav-right, .box-layout.page-wrapper.modern-type .page-header .header-wrapper .nav-right {
    width: 46%;
  }
  .box-layout .page-wrapper.modern-type .page-body-wrapper .page-body, .box-layout.page-wrapper.modern-type .page-body-wrapper .page-body {
    margin-left: 260px;
  }
  .box-layout .page-wrapper.modern-type .page-body-wrapper .sidebar-wrapper, .box-layout.page-wrapper.modern-type .page-body-wrapper .sidebar-wrapper {
    top: 120px;
    border-radius: 15px;
    bottom: auto;
  }
  .box-layout .page-wrapper.modern-type .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links, .box-layout.page-wrapper.modern-type .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links {
    height: calc(100vh - 311px);
  }
  .box-layout .page-wrapper.modern-type .page-body-wrapper .sidebar-wrapper.close_icon .sidebar-main .sidebar-links, .box-layout.page-wrapper.modern-type .page-body-wrapper .sidebar-wrapper.close_icon .sidebar-main .sidebar-links {
    height: calc(100vh - 316px);
  }
  .box-layout .page-wrapper.modern-type .page-body-wrapper .sidebar-wrapper.close_icon ~ footer, .box-layout.page-wrapper.modern-type .page-body-wrapper .sidebar-wrapper.close_icon ~ footer {
    width: 1280px;
    left: 50%;
    margin-left: 0;
  }
  .box-layout .page-wrapper.modern-type .page-body-wrapper .footer, .box-layout.page-wrapper.modern-type .page-body-wrapper .footer {
    margin-left: 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;
    padding-left: 230px;
    margin-top: 42px;
    border-radius: 10px 10px 0 0;
    width: unset;
  }
  .box-layout .page-wrapper .page-header.close_icon, .box-layout.page-wrapper .page-header.close_icon {
    padding-left: 80px;
    margin-left: auto;
    width: calc(100% - 0px);
    transition: 0.5s;
  }
  .box-layout .page-wrapper .page-header.close_icon .header-wrapper, .box-layout.page-wrapper .page-header.close_icon .header-wrapper {
    border-radius: 0px 10px 0 0;
  }
  .box-layout .page-wrapper .page-header .header-wrapper, .box-layout.page-wrapper .page-header .header-wrapper {
    border: 1px solid #f8f8f8;
    border-radius: 0px 10px 0px 0px;
  }
  .box-layout .page-wrapper.horizontal-wrapper .page-header .header-wrapper, .box-layout.page-wrapper.horizontal-wrapper .page-header .header-wrapper {
    border-radius: 10px 10px 0 0;
  }
  .box-layout .page-wrapper.horizontal-wrapper .page-header .header-wrapper .nav-right,
  .box-layout .page-wrapper.horizontal-wrapper .page-header .header-wrapper .left-header, .box-layout.page-wrapper.horizontal-wrapper .page-header .header-wrapper .nav-right,
  .box-layout.page-wrapper.horizontal-wrapper .page-header .header-wrapper .left-header {
    width: 38%;
  }
  .box-layout .page-wrapper.material-type .page-body-wrapper, .box-layout.page-wrapper.material-type .page-body-wrapper {
    margin-top: 0;
  }
  .box-layout .page-wrapper.material-type .page-body-wrapper .page-body, .box-layout.page-wrapper.material-type .page-body-wrapper .page-body {
    margin-top: 0;
  }
  .box-layout .page-wrapper.material-type .page-body-wrapper .sidebar-wrapper, .box-layout.page-wrapper.material-type .page-body-wrapper .sidebar-wrapper {
    top: 0;
  }
  .box-layout .page-wrapper.material-icon .page-header.close_icon, .box-layout.page-wrapper.material-icon .page-header.close_icon {
    margin-top: 40px !important;
  }
  .box-layout .page-wrapper.material-icon .page-body-wrapper, .box-layout.page-wrapper.material-icon .page-body-wrapper {
    margin-top: 0;
  }
  .box-layout .page-wrapper.material-icon .page-body-wrapper .page-body, .box-layout.page-wrapper.material-icon .page-body-wrapper .page-body {
    top: 0;
    min-height: calc(100vh - 170px);
    padding-bottom: 40px;
  }
  .box-layout .page-wrapper.advance-layout .page-header, .box-layout.page-wrapper.advance-layout .page-header {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
  }
  .box-layout .page-wrapper.advance-layout .page-body-wrapper, .box-layout.page-wrapper.advance-layout .page-body-wrapper {
    margin-top: 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 footer:not(.kanban-container footer), .box-layout.page-wrapper .page-body-wrapper footer:not(.kanban-container footer) {
    width: 1280px;
    margin: 0 auto;
    padding-left: 230px;
    margin-bottom: 40px !important;
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 0 0 10px 10px;
  }
  .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 canvas#myLineCharts, .box-layout.page-wrapper .page-body-wrapper canvas#myLineCharts {
    width: 100%;
  }
  .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 .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 .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 {
    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 .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-9, .box-layout.page-wrapper .box-col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .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 .box-ord-1, .box-layout.page-wrapper .box-ord-1 {
    order: 1 !important;
  }
  .box-layout .page-wrapper .box-ord-2, .box-layout.page-wrapper .box-ord-2 {
    order: 2 !important;
  }
  .box-layout .page-wrapper .box-ord-3, .box-layout.page-wrapper .box-ord-3 {
    order: 3 !important;
  }
  .box-layout .page-wrapper .box-ord-4, .box-layout.page-wrapper .box-ord-4 {
    order: 4 !important;
  }
  .box-layout .page-wrapper .box-ord-5, .box-layout.page-wrapper .box-ord-5 {
    order: 5 !important;
  }
  .box-layout .page-wrapper .box-ord-6, .box-layout.page-wrapper .box-ord-6 {
    order: 6 !important;
  }
  .box-layout .page-wrapper .box-ord-7, .box-layout.page-wrapper .box-ord-7 {
    order: 7 !important;
  }
  .box-layout .page-wrapper .box-ord-8, .box-layout.page-wrapper .box-ord-8 {
    order: 8 !important;
  }
  .box-layout .page-wrapper .box-ord-9, .box-layout.page-wrapper .box-ord-9 {
    order: 9 !important;
  }
  .box-layout .page-wrapper .box-ord-10, .box-layout.page-wrapper .box-ord-10 {
    order: 10 !important;
  }
  .box-layout .page-wrapper .chat-menu, .box-layout.page-wrapper .chat-menu {
    right: 0;
    border-top: 1px solid #ddd;
    opacity: 0;
    transform: translateY(-30px);
    visibility: hidden;
    top: 81px;
    position: absolute;
    z-index: 9;
    background-color: #fff;
    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 .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 .comingsoon video, .box-layout.page-wrapper .comingsoon video {
    min-width: 67%;
    width: 67%;
  }
  .box-layout .page-wrapper .general-widget-wrapper .main-session-devices .apexcharts-inner, .box-layout.page-wrapper .general-widget-wrapper .main-session-devices .apexcharts-inner {
    transform: scale(0.68);
  }
  .box-layout .page-wrapper .badge-heading h1,
  .box-layout .page-wrapper .badge-heading h2,
  .box-layout .page-wrapper .badge-heading h3,
  .box-layout .page-wrapper .badge-heading h4,
  .box-layout .page-wrapper .badge-heading h5, .box-layout.page-wrapper .badge-heading h1,
  .box-layout.page-wrapper .badge-heading h2,
  .box-layout.page-wrapper .badge-heading h3,
  .box-layout.page-wrapper .badge-heading h4,
  .box-layout.page-wrapper .badge-heading h5 {
    margin-bottom: 38px;
  }
  .box-layout .page-wrapper .smooth-animate .label, .box-layout.page-wrapper .smooth-animate .label {
    top: -175px;
  }
}
@media (max-width: 1500px) {
  .box-layout .bounce-rate-wrapper {
    margin: -38px -20px -30px 0px;
  }
  .box-layout .visit-duration-wrapper {
    margin: -42px 35px -30px 0px;
  }
}
@media (max-width: 1290px) {
  .box-layout .our-product-wrapper .our-product-content .add-quantity {
    gap: 5px;
  }
}
@media (min-width: 1211px) {
  .box-layout .std-class-chart {
    margin-block: 64px;
  }
}
@media (max-width: 1585px) and (min-width: 1486px) {
  .box-layout .payment-methods .bg-payment {
    width: 68px;
    height: 68px;
  }
}
@media (max-width: 1485px) and (min-width: 1446px) {
  .box-layout .payment-methods .bg-payment {
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 1445px) and (min-width: 1456px) {
  .box-layout .payment-methods .bg-payment {
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 1455px) and (min-width: 1200px) {
  .box-layout .payment-methods .bg-payment {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1410px) {
  .box-layout .std-class-chart .apexcharts-legend {
    gap: 0 !important;
  }
}

/**=====================
  5.9 Box-layout CSS Ends
==========================**/
/* ---------------------
	*** themes ***
-----------------------*/
/**=====================
  4.2 Theme-customizer CSS Start
==========================**/
.customizer-links {
  position: fixed;
  right: 0px;
  top: 50%;
  z-index: 8;
  transform: translate(0, -50%);
  box-shadow: 0 0 37px rgba(8, 21, 66, 0.1);
}
.customizer-links > .nav {
  border-radius: 8px;
  padding: 10px;
  background-color: #fff;
}
.customizer-links.open {
  right: 330px;
  border-radius: 8px 0 0 8px;
  transition: all 0.3s ease;
}
.customizer-links .nav-link {
  padding: 0;
  position: relative;
}
.customizer-links .nav-link:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(115, 102, 255, 0.1);
  border-radius: 5px;
  transform: scale(0);
  transition: all 0.3s ease;
}
.customizer-links .nav-link:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: 12px;
  border-width: 5px 0 5px 5px;
  border-left-color: #e8e6ff;
  opacity: 0;
  transform: scale(0);
  color: #fff;
  left: -10px;
  z-index: 2;
  transition: all 0.3s ease;
}
.customizer-links .nav-link:hover i {
  color: var(--theme-default);
}
.customizer-links .nav-link:hover:before, .customizer-links .nav-link:hover:after {
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s ease;
}
.customizer-links .nav-link:hover span {
  opacity: 1;
  right: 48px;
  transform: scale(1);
  transition: all 0.3s ease;
}
.customizer-links .nav-link + .nav-link {
  margin-bottom: 5px;
}
.customizer-links .nav-link span {
  position: absolute;
  right: -60px;
  width: max-content;
  text-align: right;
  padding: 7px 10px;
  display: block;
  top: 0;
  border-radius: 5px;
  transform: scale(0);
  transition: all 0.3s ease;
  opacity: 0;
  color: var(--theme-default);
  background-color: #e8e6ff;
  box-shadow: 0 0 37px rgba(8, 21, 66, 0.1);
}
.customizer-links .nav-link i {
  font-size: 17px;
  padding: 8px 10px;
  display: inline-block;
  cursor: pointer;
  margin: 0;
  color: gray;
  border-radius: 5px;
}

.customizer-contain {
  direction: ltr;
  position: fixed;
  height: 100vh;
  top: 79px;
  width: 333px;
  right: -335px;
  background-color: #fff;
  z-index: 8;
  transition: all 0.3s ease;
}
.customizer-contain.open {
  right: 0px;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px 1px rgba(68, 102, 242, 0.05);
}
.customizer-contain li {
  position: relative;
}
.customizer-contain li.active {
  box-shadow: 0 0 11px 5px rgba(226, 226, 226, 0.5);
}
.customizer-contain h6 {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-top: 12px;
  padding-top: 12px;
  margin-bottom: 5px;
  color: #000;
}
.customizer-contain .customizer-header {
  padding: 15px 25px;
  border-bottom: 1px solid #f4f4f4;
}
.customizer-contain .customizer-header .icon-close {
  position: absolute;
  font-size: 18px;
  cursor: pointer;
  font-weight: 900;
  right: 24px;
  color: var(--theme-default);
}
.customizer-contain .customizer-header h5 {
  text-transform: uppercase;
  color: #000;
}
.customizer-contain .customizer-header p i {
  padding-left: 4px;
}
.customizer-contain .customizer-body {
  padding: 15px 25px;
  max-height: calc(100vh - 200px);
  overflow-y: scroll;
}
.customizer-contain .customizer-body .fade:not(.show) {
  display: none;
}
.customizer-contain .customizer-body .unlimited-color-layout {
  display: flex;
  align-items: center;
}
.customizer-contain .customizer-body .unlimited-color-layout .btn {
  font-size: 15px;
  padding: 4px 20px;
}
.customizer-contain .customizer-body .unlimited-color-layout input {
  border: 1px solid #cccccc;
  height: 35px;
  width: 35px;
  border-radius: 5px;
  background-color: #fff;
  margin-right: 5px;
}
.customizer-contain .customizer-body .layout-grid.customizer-mix .color-layout {
  height: 70px;
  width: 80px;
  border: 1px solid #f6f7fb;
  border-radius: 5px;
}
.customizer-contain .customizer-body .tab-pane > h6:first-child {
  padding-top: 0;
  margin-top: 0;
}
.customizer-contain .customizer-body li {
  cursor: pointer;
  opacity: 0.9;
}
.customizer-contain .customizer-body li.active {
  opacity: 1;
}
.customizer-contain .customizer-body .color-layout {
  height: 35px;
  width: 35px;
  border-radius: 6px;
  display: inline-block;
  margin-right: 3px;
  border: 1px solid #b8b8b8;
  padding: 3px;
}
.customizer-contain .customizer-body .color-layout > div {
  background-color: #7366ff;
  height: 100%;
  width: 100%;
  border-radius: 5px;
}
.customizer-contain .customizer-body .color-layout[data-attr=color-2] div {
  background-color: #4831D4;
}
.customizer-contain .customizer-body .color-layout[data-attr=color-3] div {
  background-color: #d64dcf;
}
.customizer-contain .customizer-body .color-layout[data-attr=color-4] div {
  background-color: #4c2fbf;
}
.customizer-contain .customizer-body .color-layout[data-attr=color-5] div {
  background-color: #7c4dff;
}
.customizer-contain .customizer-body .color-layout[data-attr=color-6] div {
  background-color: #3949ab;
}
.customizer-contain .customizer-body .dark > li {
  background-color: #2f3c4e;
}
.customizer-contain .customizer-body .main-layout > li {
  height: 65px;
  width: 85px;
  border: 1px solid #f4f4f4;
  border-radius: 10px;
  display: inline-block;
}
.customizer-contain .customizer-body .main-layout > li + li {
  margin-left: 6px;
}
.customizer-contain .customizer-body .main-layout .box-layout .body .badge {
  left: -14px;
}
.customizer-contain .customizer-body .sidebar-type > li,
.customizer-contain .customizer-body .sidebar-setting > li {
  height: 70px;
  width: 85px;
  border: 1px solid #f4f4f4;
  border-radius: 5px;
  display: inline-block;
}
.customizer-contain .customizer-body .sidebar-type > li + li,
.customizer-contain .customizer-body .sidebar-setting > li + li {
  margin-left: 7px;
}
.customizer-contain .customizer-body .sidebar-type li[data-attr=normal-sidebar] .body ul li.bg-dark, .customizer-contain .customizer-body .sidebar-type li[data-attr=normal-sidebar] .body ul li.sidebar {
  width: 100%;
  height: 10px;
  display: block;
}
.customizer-contain .customizer-body .sidebar-type li[data-attr=normal-sidebar] .body ul li.bg-light, .customizer-contain .customizer-body .sidebar-type li[data-attr=normal-sidebar] .body ul li.body {
  height: calc(100% - 10px);
  width: 100%;
}
.customizer-contain .customizer-body .sidebar-type li[data-attr=normal-sidebar].body-compact .body ul li.body {
  width: calc(100% - 25px);
}
.customizer-contain .customizer-body .layout-types {
  margin-bottom: -30px;
}
.customizer-contain .customizer-body .layout-types > li {
  display: block;
  width: unset;
  height: unset;
  margin-bottom: 30px;
}
.customizer-contain .customizer-body .layout-types > li .layout-img h6 {
  padding-top: 0;
  text-transform: inherit;
  text-align: center;
}
.customizer-contain .customizer-body .layout-types .box-layout {
  background: unset;
}

.layout-grid:not(.customizer-color) li {
  padding: 5px;
}
.layout-grid:not(.customizer-color) li > .header {
  height: 9px;
  border-radius: 3px;
  position: relative;
}
.layout-grid:not(.customizer-color) li > .header ul {
  position: absolute;
  top: -8px;
  left: 5px;
}
.layout-grid:not(.customizer-color) li > .header ul > li {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  top: calc(50% - 3px);
  background-color: var(--theme-default);
  margin-right: 2px;
  padding: 0;
}
.layout-grid:not(.customizer-color) li > .header ul > li:nth-child(2) {
  background-color: var(--theme-secondary);
}
.layout-grid:not(.customizer-color) li > .header ul > li:nth-child(3) {
  background-color: #65c15c;
}
.layout-grid:not(.customizer-color) li > .body {
  background-color: #f4f4f4;
  height: calc(100% - 16px);
  border-radius: 3px;
  position: relative;
  margin-top: 5px;
  text-align: center;
  line-height: 3.1;
}
.layout-grid:not(.customizer-color) li > .body ul {
  height: 100%;
  background-color: #fff;
}
.layout-grid:not(.customizer-color) li > .body ul .sidebar {
  width: 18px;
  height: 100%;
  border-radius: 3px;
  display: inline-block;
  margin-right: 3px;
  padding: 0;
}
.layout-grid:not(.customizer-color) li > .body ul .sidebar.compact {
  width: 12px;
}
.layout-grid:not(.customizer-color) li > .body ul .sidebar.compact ~ .body {
  width: calc(100% - 19px);
}
.layout-grid:not(.customizer-color) li > .body ul .body {
  width: calc(100% - 25px);
  padding: 0;
  margin: 0;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.layout-grid:not(.customizer-color) li > .body ul .body .badge {
  position: absolute;
}
.layout-grid:not(.customizer-color) li:nth-child(2) > .body ul .sidebar {
  margin-left: 3px;
}

/**=====================
    4.2 Theme-customizer CSS Ends
==========================**/
/**=====================
  4.3 Update CSS Start
==========================**/
.jsgrid-filter-row select,
.jsgrid-filter-row input {
  padding: 6px 10px;
  border: 1px solid #f2f4ff;
  background: #fff;
}

.tooltip.bs-tooltip-top .tooltip-arrow:before {
  border-top-color: #eae8ff;
}
.tooltip.bs-tooltip-bottom .tooltip-arrow:before {
  border-bottom-color: #eae8ff;
  border-top-color: transparent;
}
.tooltip.bs-tooltip-start .tooltip-arrow:before {
  border-left-color: #eae8ff;
  border-top-color: transparent;
}
.tooltip.bs-tooltip-end .tooltip-arrow:before {
  border-right-color: #eae8ff;
  border-top-color: transparent;
}
.tooltip .tooltip-inner {
  background-color: #eae8ff;
  color: #7366FF;
}
.tooltip .tooltip-arrow:before {
  border-top-color: #eae8ff;
}

.dropdown-basic .dropdown .dropdown-content a {
  padding: 6px 16px;
  color: #2b2b2b;
  opacity: 0.6;
  font-size: 13px;
  border-top: 1px solid #efefef;
  background: var(--white);
}
.dropdown-basic .dropdown .dropdown-content a:hover {
  background-color: #fff;
}
.dropdown-basic .dropdown .dropdown-content .dropdown-header {
  padding: 8px 16px;
  font-weight: 400;
  color: #3f475a;
  font-size: 13px;
}
.dropdown-basic .dropup .dropup-content {
  top: auto;
}

.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;
}
[dir=rtl] .default-according .card .card-header i {
  margin-right: unset;
  margin-left: 5px;
}
.default-according .card .card-header h5 {
  margin-top: 0;
}
.default-according .card .card-header .btn-link {
  padding: 12px 20px;
  width: 100%;
  text-align: left;
  letter-spacing: 0.7px;
  font-family: Roboto;
  border: 1px solid #efefef;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-weight: 500;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
[dir=rtl] .default-according .card .card-header .btn-link {
  text-align: right;
}
@media (max-width: 575px) {
  .default-according .card .card-header .btn-link {
    padding: 12px 15px;
  }
}
.default-according .card .card-body {
  padding: 15px 20px;
  line-height: 22px;
  font-size: 14px;
  border-color: #efefef;
  border-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #3f475a;
}

.nav-tabs {
  border-bottom-color: #efefef;
}
.nav-tabs .nav-bottom .nav-item .nav-link.active {
  border-color: #efefef;
}

.nav-tabs .nav-item.show .nav-link {
  font-weight: 500;
}
.nav-tabs .nav-link {
  color: #3f475a;
}
.nav-tabs .nav-link.active {
  font-weight: 500;
}
.nav-tabs.nav-bottom .nav-item .nav-link.active {
  border-color: #e9edf1 #e9edf1 #fff;
}

.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;
  z-index: 2;
}
.dropdown-menu .dropdown-item {
  color: #2b2b2b;
  opacity: 0.6;
  font-size: 13px;
  padding: 6px 12px;
  border-top: 1px solid #efefef;
  background: var(--white);
}
.dropdown-menu .dropdown-item:hover {
  background-color: #cccccc;
}
.dropdown-menu .dropdown-divider {
  margin: 0;
  border-top: 1px solid #cccccc;
}

.border-tab .nav-tabs .nav-item .nav-link.active {
  border-bottom: 2px solid #7366FF;
}
.border-tab .nav-tabs .nav-item .nav-link.show {
  border-bottom: 2px solid #7366FF;
}
.border-tab .nav-tabs .nav-item .nav-link:focus {
  border-bottom: 2px solid #7366FF;
}

.timeliny .timeliny-dot::before {
  font-size: 18px;
}

.component .input-group .btn {
  line-height: 32px;
  text-transform: capitalize;
}

.login-card .login-main .theme-form label {
  font-size: 14px;
}
.login-card .login-main .theme-form .show-hide {
  top: 50%;
}

.faq-accordion .card .btn-link svg {
  margin-left: 20px;
}
@media (max-width: 575.98px) {
  .faq-accordion .card .btn-link svg {
    margin-left: 10px;
  }
}

.form-control:focus,
.form-select:focus {
  box-shadow: 0 9px 9px -5px rgba(115, 102, 255, 0.3);
  border-color: rgba(115, 102, 255, 0.3);
}

.job-filter .faq-form .form-control {
  font-size: 14px;
}
.job-filter .faq-form .search-icon {
  width: 16px;
  height: 16px;
}

.dt-button-collection {
  width: auto !important;
}
.dt-button-collection .btn-group {
  width: 100%;
}
.dt-button-collection .dropdown-item:hover {
  background-color: var(--white) !important;
}

.carousel .carousel-indicators {
  margin-bottom: 3px;
}

.carousel-item .carousel-caption {
  width: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 26px 10px;
  background-color: rgba(38, 41, 50, 0.51);
}
.carousel-item .carousel-caption h5,
.carousel-item .carousel-caption p {
  color: #fff;
}
.carousel-item .carousel-opacity {
  background-color: rgba(244, 244, 244, 0.51);
}

.carousel-dark .carousel-caption h5,
.carousel-dark .carousel-caption p {
  color: #000;
}

.carousel .carousel-control-prev-icon,
.carousel .carousel-control-next-icon {
  width: calc(23px + 9 * (100vw - 320px) / 1600);
  height: calc(23px + 9 * (100vw - 320px) / 1600);
}

.swiper.swiper-h, .swiper.vertical-swiper {
  height: calc(170px + 330 * (100vw - 320px) / 1600);
}
.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
  font-size: calc(23px + 9 * (100vw - 320px) / 1600);
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--theme-default);
}

.nested-horizontal-swiper {
  height: 500px;
}
.nested-horizontal-swiper .nested-vertical-swiper {
  height: 100%;
}

.autoplay-swiper .swiper-button-prev,
.autoplay-swiper .swiper-button-next {
  color: var(--white);
}

.thumb-swiper-wrapper .swiper {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.thumb-swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.thumb-swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thumb-swiper-wrapper body {
  background: #3f475a;
  color: #3f475a;
}
.thumb-swiper-wrapper .mySwiper2 {
  height: 80%;
  width: 100%;
}
.thumb-swiper-wrapper .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.thumb-swiper-wrapper .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.thumb-swiper-wrapper .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.coverflow-slider.swiper {
  width: 100%;
}
.coverflow-slider.swiper .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
}
@media (max-width: 478px) and (min-width: 396px) {
  .coverflow-slider.swiper .swiper-slide {
    width: 200px;
  }
}
@media (max-width: 395px) and (min-width: 361px) {
  .coverflow-slider.swiper .swiper-slide {
    width: 170px;
  }
}
@media (max-width: 360px) {
  .coverflow-slider.swiper .swiper-slide {
    width: 138px;
  }
}
.coverflow-slider.swiper .swiper-slide img {
  display: block;
  width: 100%;
}

[dir=rtl] .rating-header h4 {
  direction: ltr;
}

.animated-toast {
  z-index: 11;
}

@media (max-width: 390px) {
  .animated-toast .toast {
    width: 285px;
  }
  .animated-toast .toast .toast-header h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 220px;
  }
}

.animate-img .animate-widget img {
  width: 100%;
  height: calc(190px + 160 * (100vw - 320px) / 1600);
  margin: 0 auto;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
}

.animated-modal-wrapper .common-align {
  flex-direction: column;
  gap: 26px;
}
.animated-modal-wrapper .animated-modal {
  flex-flow: column;
  gap: 15px;
  justify-content: center;
  margin-bottom: 0;
  align-items: stretch;
}
.animated-modal-wrapper .animated-modal .animated-modal-md-mb {
  justify-content: center;
  align-items: center;
}
@media (max-width: 442px) {
  .animated-modal-wrapper .animated-modal .animated-modal-md-mb {
    gap: 4px;
  }
}
@media (max-width: 363px) {
  .animated-modal-wrapper .animated-modal .animated-modal-md-mb {
    justify-content: flex-start;
  }
}
@media (max-width: 442px) and (min-width: 364px) {
  .animated-modal-wrapper .animated-modal .form-select {
    width: 75% !important;
  }
}
@media (max-width: 363px) {
  .animated-modal-wrapper .animated-modal .form-select {
    width: 85% !important;
    margin-inline: 12px;
  }
}

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

.animate-widget img {
  border-radius: 10px;
}

.task-container .badge {
  line-height: 13px;
}

.add-post form .form-control:focus {
  border: 1px solid var(--recent-dashed-border);
  box-shadow: unset;
}

.starter-main .alert-primary.inverse {
  padding: 13px 20px 13px 65px;
  border-color: #7366FF;
  color: #3f475a;
}
[dir=rtl] .starter-main .alert-primary.inverse {
  padding: 13px 65px 13px 20px;
}
.starter-main .alert-primary.inverse:before {
  content: "";
  position: absolute;
  left: 55px;
  width: 0;
  height: 0;
  top: 50%;
  border-left: 7px solid #7366FF;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  transform: translateY(-50%);
}
[dir=rtl] .starter-main .alert-primary.inverse:before {
  border-right: 7px solid #7366FF;
  border-left: unset;
  left: unset;
  right: 55px;
}
.starter-main .alert-primary.inverse i {
  padding: 17px 20px;
  display: flex;
  align-items: center;
  background-color: #7366FF;
  color: #fff;
  border-radius: 0px 0 0 3px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
[dir=rtl] .starter-main .alert-primary.inverse i {
  right: 0;
  left: unset;
}

.helper-classes {
  padding: 30px;
  margin-bottom: 0;
  white-space: pre-line;
}

.starter-kit-fix .page-body {
  margin-bottom: 52px;
}

.starter-main .card-body p {
  font-size: 14px;
}
.starter-main .card-body ul {
  padding-left: 30px;
  list-style-type: disc;
  margin-bottom: 15px;
}
.starter-main .card-body h5 {
  font-size: 18px;
}
.starter-main .card-body pre {
  white-space: pre-line;
  padding: 30px;
}
.starter-main .alert {
  background-color: rgba(68, 102, 242, 0.2) !important;
}
.starter-main .alert i {
  display: flex;
  align-items: center;
}

.card-block .table-responsive .table caption {
  padding-left: 10px;
}
.card-block .table-responsive .table-bordered td {
  vertical-align: middle;
}
.card-block .table-border-radius {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.card-block .default-checkbox-align #checkbox1 {
  margin-right: 10px;
}
.card-block .default-checkbox-align #radio {
  margin-right: 5px;
}

#example-style-3_wrapper #example-style-3 tfoot {
  border-top: 2px solid #efefef;
}

.chart-vertical-center {
  display: flex;
  justify-content: center;
}
.chart-vertical-center #myDoughnutGraph,
.chart-vertical-center #myPolarGraph {
  width: auto !important;
}

#editor .ace_scroller .ace_content .ace_layer .ace_print-margin {
  visibility: hidden !important;
}

.animated-dropfile #top {
  margin-top: 20px;
}
.animated-dropfile .btn-container {
  background: var(--white);
  border-radius: 5px;
  line-height: 0;
  margin: 34px 0;
}
.animated-dropfile .imgupload {
  color: var(--chart-text-color);
  font-size: 50px;
}
.animated-dropfile #namefile {
  color: var(--chart-text-color);
}
.animated-dropfile h4 > strong {
  color: #fc564a;
}
.animated-dropfile .imgupload.ok {
  display: none;
  color: #65c15c;
}
.animated-dropfile .imgupload.stop {
  display: none;
  color: #fc564a;
}
.animated-dropfile #fileup {
  opacity: 0;
  -moz-opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  width: 200px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 34px;
  height: 35px;
}
.animated-dropfile #submitbtn {
  padding: 5px 50px;
  display: none;
}
.animated-dropfile #fakebtn {
  padding: 5px 40px;
}
.animated-dropfile #sign {
  color: #1E2832;
  position: fixed;
  right: 10px;
  bottom: 10px;
  text-shadow: 0px 0px 0px #1E2832;
  transition: all 0.3s;
}
.animated-dropfile #sign:hover {
  color: #1E2832;
  text-shadow: 0px 0px 5px #1E2832;
}

.element-draggable {
  background-color: #f1edf3;
  color: #29262b;
  padding: 1rem;
  margin-top: 14px;
  transition: opacity 200ms ease;
}
.element-draggable:first-child {
  margin-top: 0;
}

.dragging {
  opacity: 0.5;
  transition: opacity 1s ease;
}

.reload-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 12px;
}

.button-light-light {
  background-color: rgba(244, 244, 244, 0.5) !important;
}

.bootstrap-select {
  width: 100% !important;
}
.bootstrap-select .dropdown-toggle {
  width: 100%;
  color: #898989;
  background-color: var(--white) !important;
  border-color: #cccccc !important;
  border-radius: 6px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: unset !important;
}
.bootstrap-select .dropdown-toggle::after {
  font-size: 15px;
}
.bootstrap-select .dropdown-menu {
  width: 100%;
}
.bootstrap-select .dropdown-menu .no-results {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.todo-wrap.email-wrap .email-app-sidebar .main-menu > li a .badge {
  padding: 4px 6px;
}
.todo-wrap .todo-list-header .new-task-wrapper .form-control.error {
  margin: 0px;
}
.todo-wrap .todo .todo-list-wrapper #todo-list .task .task-container {
  padding: 6px 0;
}
.todo-wrap .todo .todo-list-wrapper #todo-list .task .task-container .task-action-btn .action-box:hover {
  border: 1px solid transparent !important;
}
.todo-wrap .todo .todo-list-wrapper #todo-list .task:first-child .task-container {
  border-top: 0;
  padding-top: 0;
}
.todo-wrap .todo .todo-list-wrapper #todo-list .task:last-child .task-container {
  border-bottom: 0;
  padding-bottom: 0;
}
.todo-wrap .todo .notification-popup {
  z-index: 5;
}

.tilt-showcase .sub-title {
  border-bottom: 0 !important;
}
.tilt-showcase pre {
  padding: 12px;
  margin-top: 7px;
}

.support-ticket-font ul {
  font-size: 13px;
}

.ecommerce-widget {
  box-shadow: none;
  border: 1px solid #f1f3ff !important;
  border-radius: 5px;
}
.ecommerce-widget .total-num {
  color: #404040;
  margin: 0;
  letter-spacing: 1px;
}
.ecommerce-widget .total-num span {
  color: #000;
}
.ecommerce-widget .row {
  align-items: center;
}
.ecommerce-widget .progress-showcase {
  margin-top: 20px;
}
.ecommerce-widget span {
  color: #75758a;
  margin: 0;
  cursor: pointer;
}
.ecommerce-widget .icon {
  color: #efefef;
  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));
}

.typeahead-wrapper .tt-menu {
  z-index: 6 !important;
}

/**=====================
    4.3 Update CSS Ends
==========================**/
/**=====================
	4.1. Dark CSS Start
==========================**/
body.dark-only {
  color: rgba(255, 255, 255, 0.6);
  background-color: #1d1e26;
}
body.dark-only .card {
  --bs-card-title-color: var(--body-font-color);
  --bs-card-subtitle-color: var(--body-font-color);
  --bs-card-cap-color: var(--body-font-color);
  --bs-card-color: var(--body-font-color);
  --bs-body-color: var(--body-font-color);
}
body.dark-only .breadcrumb {
  --bs-breadcrumb-bg: transparent;
}
body.dark-only .toast {
  --bs-toast-color: var(--body-font-color);
}
body.dark-only .modal {
  --bs-modal-color: rgba(255, 255, 255, 0.4);
  --bs-modal-footer-bg: $dark-card-background;
}
body.dark-only .form-control {
  background-color: #262932;
  border-color: #374558;
}
body.dark-only .form-control::placeholder {
  color: rgba(255, 255, 255, 0.2);
}
body.dark-only .c-light {
  color: #98a6ad;
}
body.dark-only .c-o-light {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only input:-webkit-autofill,
body.dark-only input:-webkit-autofill:hover,
body.dark-only input:-webkit-autofill:focus,
body.dark-only input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.6);
}
body.dark-only input[type=file]::file-selector-button {
  color: rgba(255, 255, 255, 0.6);
  background-color: #262932 !important;
}
body.dark-only input[type=file]::file-selector-button:hover {
  color: rgba(255, 255, 255, 0.6) !important;
  background-color: #262932 !important;
}
body.dark-only .apexcharts-tooltip.light .apexcharts-tooltip-title {
  background: #1d1e26;
  color: #fff;
}
body.dark-only .apexcharts-tooltip.apexcharts-theme-light {
  border: 1px solid #374558;
  background: #1d1e26;
}
body.dark-only .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  border: 1px solid #374558;
  background: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .apexcharts-tooltip-series-group {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .apexcharts-yaxistooltip,
body.dark-only .apexcharts-xaxistooltip {
  color: rgba(255, 255, 255, 0.6);
  background: #1d1e26;
  border: 1px solid #374558;
}
body.dark-only .apexcharts-yaxistooltip-left::before, body.dark-only .apexcharts-yaxistooltip-left::after {
  border-left-color: #374558;
}
body.dark-only .apexcharts-xaxistooltip-bottom::before, body.dark-only .apexcharts-xaxistooltip-bottom::after {
  border-bottom-color: #374558;
}
body.dark-only .bottom-content .apexcharts-canvas span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .apexcharts-canvas .apexcharts-tooltip {
  border: 1px solid #374558;
}
body.dark-only .apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-title {
  margin-bottom: 0;
}
body.dark-only .apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-series-group {
  background-color: #262932;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .apexcharts-canvas .apexcharts-yaxis text {
  fill: #98a6ad;
}
body.dark-only .apexcharts-xaxistooltip {
  background-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid #374558;
}
body.dark-only .apexcharts-xaxistooltip-bottom:before {
  border-bottom-color: #374558;
}
body.dark-only .apexcharts-xaxistooltip-bottom:after {
  border-bottom-color: #374558;
}
body.dark-only .apexcharts-tooltip.apexcharts-theme-light {
  border: 1px solid #374558;
  background: #1d1e26;
}
body.dark-only .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-text {
  color: #98a6ad;
}
body.dark-only .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  background: #262932;
  border-bottom: 1px solid #374558;
  color: #98a6ad;
}
body.dark-only .apexcharts-yaxis text {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .theme-form input[type=text] {
  background-color: #1d1e26;
  border: 1px solid #374558;
}
body.dark-only .theme-form textarea {
  background-color: #1d1e26;
}
body.dark-only .page-body .bg-light {
  background-color: #1d1e26 !important;
}
body.dark-only .basic-wizard .stepper-horizontal .step .step-circle {
  border-color: #323846;
}
body.dark-only .basic-wizard .stepper-horizontal .step .step-bar-left {
  border-color: #374558;
}
body.dark-only .wizard-4 .step-container {
  background-color: #262932;
  border-color: #374558;
}
body.dark-only .wizard-4 .login-card .login-main {
  background-color: #1d1e26;
}
body.dark-only .total-balance {
  background-blend-mode: overlay;
}
body.dark-only .progress {
  background: rgba(255, 255, 255, 0.2);
}
body.dark-only .icon-state .switch-state:after {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .social-widget .social-icons {
  box-shadow: 0px 42.1092px 27.8569px #1d1e26, 0px 8.90772px 7.12618px #1d1e26, 0px 2.02448px 3.44162px #1d1e26;
}
body.dark-only .calendar-basic .md-sidebar-aside {
  background: #262932;
}
body.dark-only .calendar-basic #external-events {
  border-color: #374558;
}
body.dark-only .calendar-basic .calendar-default .fc .fc-daygrid-day-number,
body.dark-only .calendar-basic .calendar-default .fc .fc-col-header-cell-cushion {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .clockpicker-popover .popover-title {
  background-color: #262932;
}
body.dark-only .clockpicker-popover.bottom > .arrow {
  border-bottom-color: #1d1e26;
}
body.dark-only .clockpicker-popover.bottom > .arrow:after {
  border-bottom-color: #262932;
}
body.dark-only .clockpicker-popover.top > .arrow {
  border-top-color: #1d1e26;
}
body.dark-only .clockpicker-popover.top > .arrow::after {
  border-top-color: #262932;
}
body.dark-only .clockpicker-popover.left > .arrow {
  border-left-color: #1d1e26;
}
body.dark-only .clockpicker-popover.left > .arrow::after {
  border-left-color: #262932;
}
body.dark-only .clockpicker-popover .popover-title {
  border-bottom-color: #262932;
}
body.dark-only .fc-theme-standard .fc-scrollgrid,
body.dark-only .fc-theme-standard .fc-list {
  border-color: #374558;
}
body.dark-only .fc-theme-standard .fc-list-day-cushion {
  background-color: #1d1e26;
}
body.dark-only .fc .fc-list-event:hover td {
  background-color: #1d1e26;
}
body.dark-only .currency-widget div[class*=bg-light-] {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .btn.badge-light-primary:hover {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .portfolio-chart-container .apexcharts-canvas .apexcharts-radialbar image {
  display: none;
}
body.dark-only svg.f-light {
  fill: rgba(255, 255, 255, 0.6);
  opacity: 1;
}
body.dark-only .course-widget .btn-light {
  background-color: #1d1e26 !important;
}
body.dark-only .schedule-list > li {
  box-shadow: 4px 7px 17px 5px rgba(29, 30, 38, 0.3);
}
body.dark-only .upcoming-event-wrap .apexcharts-canvas .apexcharts-data-labels rect {
  fill: none;
  stroke: none;
}
body.dark-only .page-wrapper.material-type.compact-wrapper .page-header.close_icon .header-wrapper {
  border-bottom: 1px solid #374558;
}
body.dark-only .page-wrapper.advance-layout .page-header {
  background: #262932;
}
body.dark-only .page-wrapper.advance-layout .page-body-wrapper .sidebar-wrapper {
  border-bottom: 1px solid #374558;
}
body.dark-only .page-wrapper.only-body {
  background: #1d1e26;
}
body.dark-only .balance-card .svg-box {
  background: #262932;
  box-shadow: none;
}
body.dark-only .balance-card .svg-box svg {
  fill: rgba(255, 255, 255, 0.6);
}
body.dark-only .f-light {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .apexcharts-tooltip.light .apexcharts-tooltip-title {
  background: #262932;
  color: #fff;
}
body.dark-only .card {
  background-color: #262932;
}
body.dark-only .ecommerce-widget {
  border: 1px solid #374558 !important;
}
body.dark-only .btn-light {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .form-select {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .add-project .text-inherit {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .knowledgebase-search {
  color: #404040;
}
body.dark-only .knowledgebase-search .form-control-plaintext {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .layout-color span,
body.dark-only .layout-color h6 {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .toast {
  border: 1px solid #374558;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(38, 41, 50, 0.5);
  box-shadow: 0 0.5rem 1rem rgba(38, 41, 50, 0.5);
}
body.dark-only .toast .toast-header {
  background-color: #262932;
  color: rgba(255, 255, 255, 0.6);
  border-bottom-color: #374558;
}
body.dark-only .toast .toast-dark {
  background-color: #262932;
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .animated-toast .toast {
  background-color: transparent;
}
body.dark-only .animated-toast .toast .toast-header {
  border-color: #374558;
}
body.dark-only .animated-toast .toast .toast-body {
  background-color: #262932;
}
body.dark-only .toast-container .toast {
  background-color: transparent;
}
body.dark-only .default-toasts .card-body.toast-rtl .toast {
  background-color: transparent;
}
body.dark-only .btn-close {
  filter: brightness(0.8) invert(1);
}
body.dark-only .product-price del {
  color: #98a6ad;
}
body.dark-only .ProfileCard {
  border: 1px solid #374558 !important;
}
body.dark-only .form-control-plaintext {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .form-select {
  background-color: #1d1e26;
  border: 1px solid #1d1e26;
}
body.dark-only .box-layout {
  background-color: #1d1e26;
}
body.dark-only .box-layout .page-wrapper .page-body-wrapper, body.dark-only .box-layout.page-wrapper .page-body-wrapper {
  background-color: transparent;
}
body.dark-only .box-layout .page-wrapper .page-header .header-wrapper, body.dark-only .box-layout.page-wrapper .page-header .header-wrapper {
  border: 1px solid #1d1e26;
}
body.dark-only .form-check-input {
  background-color: #1d1e26;
  border-color: #374558;
}
body.dark-only .common-toasts .toast {
  border: 1px solid #374558;
}
body.dark-only .common-toasts .toast .btn-close {
  filter: grayscale(1);
}
body.dark-only .common-toasts .toast-body {
  color: #2b2b2b;
}
body.dark-only .dt-button-collection {
  background-color: #1d1e26;
}
body.dark-only .dt-button-collection .dropdown-item {
  background-color: #1d1e26;
}
body.dark-only .dt-autofill-list.dtaf-popover-closeable {
  background-color: #262932;
}
body.dark-only .dt-autofill-list.dtaf-popover-closeable .dt-autofill-list-items button {
  background-color: #323846;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .dt-autofill-list.dtaf-popover-closeable .dt-autofill-list-items button:hover {
  background-color: #1d1e26;
}
body.dark-only .form-floating .form-control:not(:placeholder-shown) ~ label,
body.dark-only .form-floating .form-select:not(:placeholder-shown) ~ label {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .form-floating .form-control:not(:placeholder-shown) ~ label::after,
body.dark-only .form-floating .form-select:not(:placeholder-shown) ~ label::after {
  background-color: #1d1e26;
}
body.dark-only .form-floating .form-control:focus ~ label,
body.dark-only .form-floating .form-select:focus ~ label {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .form-floating .form-control:focus ~ label::after,
body.dark-only .form-floating .form-select:focus ~ label::after {
  background-color: #1d1e26;
}
body.dark-only .radio label::before,
body.dark-only .checkbox label::before {
  background-color: #1d1e26;
}
body.dark-only .checkbox-wrapper li .form-check-input,
body.dark-only .radio-wrapper li .form-check-input {
  background-color: transparent;
}
body.dark-only .switch-state:before {
  background-color: #262932;
}
body.dark-only .main-radio-toggle label {
  color: #1f2533;
}
body.dark-only .main-radio-toggle label:hover {
  color: #1f2533;
}
body.dark-only .main-icon-checkbox .checkbox-wrapper label::before {
  background-color: transparent;
}
body.dark-only .dropdown.custom-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #262932;
}
body.dark-only .tooltip[data-popper-placement=left] .tooltip-arrow::before {
  border-left-color: #323846;
}
body.dark-only .tooltip[data-popper-placement=right] .tooltip-arrow::before {
  border-right-color: #323846;
}
body.dark-only .tooltip[data-popper-placement=top] .tooltip-arrow::before {
  border-top-color: #323846;
}
body.dark-only .tooltip[data-popper-placement=bottom] .tooltip-arrow::before {
  border-bottom-color: #323846;
}
body.dark-only .tooltip.bs-tooltip-top .tooltip-arrow:before {
  border-top-color: #323846;
}
body.dark-only .tooltip.bs-tooltip-bottom .tooltip-arrow:before {
  border-bottom-color: #323846;
  border-top-color: transparent;
}
body.dark-only .tooltip.bs-tooltip-start .tooltip-arrow:before {
  border-left-color: #323846;
  border-top-color: transparent;
}
body.dark-only .tooltip.bs-tooltip-end .tooltip-arrow:before {
  border-right-color: #323846;
  border-top-color: transparent;
}
body.dark-only .tooltip .tooltip-inner {
  background-color: #323846;
  color: #fff;
}
body.dark-only .tooltip .tooltip-arrow:before {
  border-top-color: #323846;
}
body.dark-only .svg-tooltip .common-flex [class*=bg-light-] {
  border-color: #1d1e26;
}
body.dark-only .page-wrapper.only-body .page-body-wrapper .page-title > .row .col-6:first-child h6 {
  color: rgba(255, 255, 255, 0.5);
}
body.dark-only .page-wrapper.only-body .page-header .header-wrapper .search-full .form-group .Typeahead .u-posRelative {
  background-color: #262932;
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown ul li .btn-close {
  filter: brightness(0.8) invert(1);
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li span {
  color: #fff;
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back {
  background-color: #1d1e26 !important;
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back .flip-back-content input {
  background-color: #1d1e26;
  border: 1px solid #374558;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back li:last-child {
  border-top: 1px solid #374558;
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .front {
  background-color: #1d1e26 !important;
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .front svg {
  stroke: #fff;
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown .total {
  background-color: #262932;
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown .qty-box .input-group .btn {
  color: rgba(255, 255, 255, 0.4);
  border-color: #262932 !important;
  background-color: #262932 !important;
}
body.dark-only .qty-box input {
  color: rgba(255, 255, 255, 0.5);
}
body.dark-only .customizer-contain {
  color: #1d1e26;
}
body.dark-only .customizer-contain .customizer-header p {
  color: #2b2b2b;
}
body.dark-only .customizer-contain .customizer-body .main-layout .box-layout {
  background-color: #fff;
}
body.dark-only .login-dark {
  background-color: #262932;
  background-blend-mode: overlay;
}
body.dark-only .login-dark .login-main {
  background-color: #323846;
}
body.dark-only .login-dark.login-card .login-main .text-muted {
  color: rgba(255, 255, 255, 0.4) !important;
}
body.dark-only .login-card .btn-showcase .btn {
  background-color: #262932 !important;
  color: #fff;
  border-color: #262932 !important;
}
body.dark-only .login-card .login-main {
  box-shadow: 0 0 37px rgba(255, 255, 255, 0.05);
}
body.dark-only .login-card .login-main .theme-form input {
  background-color: #262932 !important;
}
body.dark-only .login-card .login-main .theme-form .or:before {
  background-color: #262932;
}
body.dark-only .login-card .login-main .theme-form .checkbox label::before {
  background-color: #262932 !important;
  border-color: #262932 !important;
}
body.dark-only .wizard-4 .action-bar .buttonDisabled {
  background-color: #1d1e26;
  border-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .H_ui ~ div {
  background-color: #1d1e26 !important;
}
body.dark-only .swal-icon--success:after,
body.dark-only .swal-icon--success:before {
  background: #262932;
}
body.dark-only .swal-icon--success__hide-corners {
  background-color: #262932;
}
body.dark-only .note-editor.note-frame .note-status-output {
  border-top: 1px solid #262932;
}
body.dark-only .note-editor.note-frame .note-statusbar {
  border-top: 1px solid #262932;
}
body.dark-only .note-editor.note-frame .note-statusbar .note-resizebar {
  background-color: #262932;
}
body.dark-only .light-font {
  color: rgba(255, 255, 255, 0.7);
}
body.dark-only .page-link {
  background-color: #1d1e26;
  border: 1px solid #374558;
}
body.dark-only .b-r-light {
  border-right: 1px solid #374558 !important;
}
body.dark-only .history-details .d-flex {
  border-top: 1px solid #374558;
}
body.dark-only .history-details > div i {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .modal-header {
  border-bottom: 1px solid #374558;
}
body.dark-only .placeholder-light {
  background-color: #fff;
}
body.dark-only #right-history {
  background-color: #262932;
  box-shadow: 0 0 9px #1d1e26;
}
body.dark-only #right-history h6 span a {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .ProfileCard:hover {
  color: rgba(255, 255, 255, 0.6);
  background-color: #262932;
}
body.dark-only .translate_wrapper.active .more_lang:before {
  border-bottom: 7px solid #262932;
}
body.dark-only .translate_wrapper.active .more_lang .lang {
  border-bottom: 1px solid #1d1e26;
}
body.dark-only .toggle-sidebar svg {
  stroke: var(--theme-default);
}
body.dark-only .page-wrapper .page-body-wrapper {
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-title {
  background-color: #262932;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 4px 40px;
}
body.dark-only .page-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a svg.stroke-icon {
  stroke: #fff;
}
body.dark-only .page-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a svg.fill-icon {
  fill: rgba(255, 255, 255, 0.5);
  stroke: transparent;
}
body.dark-only .page-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a.active svg.stroke-icon {
  stroke: var(--theme-default);
}
body.dark-only .page-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a.active svg.fill-icon {
  fill: var(--theme-default);
  stroke: transparent;
}
body.dark-only .page-wrapper .page-body-wrapper .sidebar-main .sidebar-links .sidebar-link.active svg.stroke-icon {
  stroke: var(--theme-default);
}
body.dark-only .page-wrapper .page-body-wrapper .sidebar-main .sidebar-links li a span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active {
  background-color: rgba(115, 102, 255, 0.2);
}
body.dark-only .page-wrapper .page-body-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a.active {
  color: var(--theme-default);
}
body.dark-only .page-wrapper .page-body-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a.active {
  color: var(--theme-default);
}
body.dark-only .page-wrapper .page-header {
  box-shadow: 0px 4px 40px rgb(50, 56, 70);
}
body.dark-only .page-wrapper .badge-b-light {
  border-color: rgba(255, 255, 255, 0.4);
}
body.dark-only .page-wrapper .badge-b-light.txt-dark {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .page-wrapper .badge-b-dark {
  border-color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .badge-b-dark.txt-dark {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .page-wrapper.modern-type .page-body-wrapper.default-menu {
  background-color: #1d1e26;
}
body.dark-only .page-wrapper.modern-type .page-body-wrapper.default-menu .page-title {
  background-color: transparent;
  border: none;
}
body.dark-only .page-wrapper .sidebar-main-title p {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper {
  background-color: #262932;
}
body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-link.active svg {
  stroke: var(--theme-default);
}
body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active {
  background-color: rgba(115, 102, 255, 0.2);
}
body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a.active {
  color: var(--theme-default);
}
body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a.active {
  color: var(--theme-default);
}
body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper .according-menu i {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper {
  background: #262932;
  border-top: 1px solid #374558;
}
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li > a {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu {
  background: #262932;
}
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a.active, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a:hover {
  color: var(--theme-default);
}
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li .sidebar-submenu {
  background: #262932;
}
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .left-arrow,
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .right-arrow {
  background-color: #262932;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper > div {
  background: #262932;
}
body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-title {
  border-bottom: 1px solid #374558;
}
body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a svg {
  stroke: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu {
  background-color: #262932;
}
body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu li a {
  border-bottom: 1px solid #374558;
}
body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active {
  background-color: rgba(115, 102, 255, 0.2);
}
body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active span {
  color: var(--theme-default);
}
body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active svg {
  color: var(--theme-default);
  stroke: var(--theme-default);
}
body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a.active {
  color: var(--theme-default);
}
body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper .according-menu i {
  color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 576px) {
  body.dark-only .page-wrapper.compact-small .page-header.close_icon .header-wrapper {
    border-bottom: 1px solid #374558;
  }
}
@media (min-width: 576px) {
  body.dark-only .page-wrapper.compact-small .page-body-wrapper .page-body .page-title {
    border-top: 1px solid #374558;
  }
}
body.dark-only .page-wrapper.compact-small.material-icon .page-header {
  box-shadow: unset;
}
@media (min-width: 576px) {
  body.dark-only .page-wrapper.compact-small.material-icon .page-body-wrapper .page-body .page-title {
    border-top: 0;
  }
}
body.dark-only .page-wrapper.material-type .page-header .header-wrapper {
  border-radius: 15px 15px 0 0;
}
body.dark-only .page-wrapper.material-icon .page-header .header-wrapper {
  background-color: transparent;
}
body.dark-only .page-wrapper.material-icon .page-header .header-wrapper .nav-right .language-nav .more_lang {
  color: #fff;
}
body.dark-only .page-wrapper.material-icon .page-header .header-wrapper .nav-right .onhover-show-div {
  color: #fff;
}
body.dark-only .page-wrapper.material-icon .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back .flip-back-content input {
  border: 1px solid #1d1e26;
  background: #1d1e26;
  color: #fff;
}
body.dark-only .page-wrapper.material-icon .page-header .header-logo-wrapper {
  background-color: transparent;
}
body.dark-only .page-wrapper.material-icon .page-body-wrapper .page-body {
  background-color: transparent;
}
body.dark-only .page-wrapper.advance-layout {
  background-color: #1d1e26;
}
body.dark-only .page-wrapper.advance-layout .page-header .header-wrapper {
  background: transparent;
}
body.dark-only .page-wrapper.advance-layout .page-header .header-wrapper .header-logo-wrapper {
  background: transparent;
}
body.dark-only .page-wrapper.advance-layout .page-body-wrapper {
  background: transparent;
}
body.dark-only .page-wrapper.advance-layout .page-body-wrapper .page-body {
  background: transparent;
}
body.dark-only .page-wrapper.material-icon .page-body-wrapper .page-title {
  background-color: transparent;
  box-shadow: none;
  border: none;
}
body.dark-only .page-wrapper .page-header .header-wrapper .search-full {
  background-color: #262932;
}
body.dark-only .page-wrapper .page-header .header-wrapper .search-full input {
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 768px) {
  body.dark-only .page-wrapper.material-icon .page-header .header-wrapper .nav-right ul li .profile-dropdown li svg {
    stroke: #fff;
  }
}
body.dark-only ::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
body.dark-only .kanban-item {
  background-color: #262932;
}
body.dark-only .kanban-board-header {
  background-color: #1d1e26;
  border-bottom: 1px solid #374558;
}
body.dark-only .kanban-board .kanban-drag {
  background: #1d1e26;
}
body.dark-only .kanban-container .kanban-board {
  background: #1d1e26;
}
body.dark-only .kanban-container .kanban-board .kanban-item .kanban-box .date {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .kanban-container .kanban-board footer .btn {
  background-color: #323846;
}
body.dark-only .kanban-container .kanban-board footer .btn:hover {
  background-color: rgba(50, 56, 70, 0.8);
}
body.dark-only .project-box {
  border: 1px solid rgba(115, 102, 255, 0.15);
  background-color: #1d1e26;
}
body.dark-only .file-content .form-inline {
  border: 1px solid #1d1e26;
}
body.dark-only .file-content .folder .folder-box {
  border: 1px solid rgba(115, 102, 255, 0.15);
  background-color: #1d1e26;
}
body.dark-only .file-sidebar .pricing-plan {
  border: 1px solid rgba(115, 102, 255, 0.15) !important;
}
body.dark-only .file-sidebar .btn-light {
  color: rgba(255, 255, 255, 0.6);
  background-color: #1d1e26 !important;
  border: 1px solid rgba(115, 102, 255, 0.15) !important;
}
body.dark-only #lnb {
  border-right: 1px solid #374558;
}
body.dark-only .lnb-new-schedule,
body.dark-only .lnb-calendars > div {
  border-bottom: 1px solid #374558;
}
body.dark-only #menu .sidebar-list .btn-default {
  color: rgba(255, 255, 255, 0.2);
}
body.dark-only .tui-full-calendar-timegrid-hour {
  background-color: #262932;
  color: #fff !important;
}
body.dark-only .tui-full-calendar-timegrid-gridline {
  border-bottom: 1px solid #374558 !important;
}
body.dark-only .tui-full-calendar-time-date,
body.dark-only .tui-full-calendar-weekday-grid-line,
body.dark-only .tui-full-calendar-left,
body.dark-only .tui-full-calendar-timegrid-timezone {
  border-right-color: #374558 !important;
}
body.dark-only .tui-full-calendar-popup {
  color: #404040;
}
body.dark-only #menu .btn-default {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only #menu .btn-default:hover {
  color: #404040;
}
body.dark-only #menu .dropdown-menu {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .tui-full-calendar-dayname-container,
body.dark-only .tui-full-calendar-splitter {
  border-top-color: #374558 !important;
  border-bottom-color: #374558 !important;
}
body.dark-only span.tui-full-calendar-dayname-date-area {
  color: #fff !important;
}
body.dark-only .tui-full-calendar-layout {
  background-color: #262932 !important;
}
body.dark-only .blockquote {
  border-left: 4px solid #374558;
}
body.dark-only .figure.text-end blockquote {
  border-right-color: #374558;
}
body.dark-only .contacts-tabs .nav-pills {
  border-right: 1px solid #374558;
}
body.dark-only .contacts-tabs .nav-pills .nav-link + .nav-link {
  border-top: 1px solid #374558;
}
body.dark-only .list-persons .profile-mail .d-flex .flex-grow-1 ul li + li {
  border-left: 2px solid #374558;
}
body.dark-only .product-wrapper.sidebaron .product-sidebar .filter-section .card .left-filter {
  background-color: #262932;
}
body.dark-only .apexcharts-gridline {
  stroke: #1d1e26;
}
body.dark-only .apexcharts-tooltip-title,
body.dark-only .apexcharts-tooltip-series-group,
body.dark-only .apexcharts-tooltip.light,
body.dark-only .apexcharts-menu-item {
  color: #000;
}
body.dark-only .apexcharts-toolbar .apexcharts-menu-open {
  background: #323846;
  border-color: #323846;
}
body.dark-only .apexcharts-toolbar .apexcharts-menu-open .apexcharts-menu-item {
  opacity: 0.9;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .apexcharts-toolbar .apexcharts-menu-open .apexcharts-menu-item:hover {
  background: #1d1e26;
}
body.dark-only .small-donut ~ svg path:nth-child(even),
body.dark-only .small-donut svg path:nth-child(even),
body.dark-only .donut-peity2 ~ svg path:nth-child(even),
body.dark-only .donut-peity2 svg path:nth-child(even),
body.dark-only .pie-peity ~ svg path:nth-child(even),
body.dark-only .pie-peity svg path:nth-child(even) {
  fill: #1d1e26;
}
body.dark-only .appointment-table table tr td.img-content-box .font-roboto {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .notification .card .d-flex .w-100 p span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .notification .card .d-flex .w-100 span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .datepicker {
  background-color: #323846;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .datepicker .datepicker--cell.-current- {
  color: #fff;
}
body.dark-only .datepicker .datepicker--cell.-current-.-focus- {
  color: #fff;
}
body.dark-only .datepicker .datepicker--cell-day.-other-month-,
body.dark-only .datepicker .datepicker--cell-year.-other-decade- {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .datepicker .datepicker--nav {
  border-bottom: 1px solid #374558;
}
body.dark-only .datepicker .datepicker--pointer {
  background: #323846;
  border-top-color: #323846;
  border-right-color: #323846;
}
body.dark-only [class*=activity-dot-] {
  background-color: #262932;
}
body.dark-only .sm-progress-bar {
  background-color: #1d1e26;
}
body.dark-only .alert-primary {
  background-color: rgba(115, 102, 255, 0.8) !important;
  border-color: rgba(115, 102, 255, 0.9) !important;
  color: #fff;
}
body.dark-only .alert-primary .progress {
  height: 5px;
  background-color: #6e61ff;
  border-radius: 0;
}
body.dark-only .alert-primary .progress-bar {
  background-color: white;
}
body.dark-only .alert-primary.inverse {
  background-color: transparent !important;
}
body.dark-only .alert-primary.inverse .btn-close {
  filter: brightness(1) invert(1);
}
body.dark-only .alert-primary.outline .btn-close,
body.dark-only .alert-primary.outline-2x .btn-close {
  filter: brightness(1) invert(1);
}
body.dark-only .dismiss-text .alert-dismissible .btn-close {
  filter: unset;
}
body.dark-only .dismiss-text .alert-dismissible .btn-close .bg-light {
  color: #404040 !important;
}
body.dark-only .alert-secondary {
  background-color: rgba(131, 131, 131, 0.8) !important;
  border-color: rgba(131, 131, 131, 0.9) !important;
  color: #fff;
}
body.dark-only .alert-secondary .progress {
  height: 5px;
  background-color: gray;
  border-radius: 0;
}
body.dark-only .alert-secondary .progress-bar {
  background-color: white;
}
body.dark-only .alert-secondary.inverse {
  background-color: transparent !important;
}
body.dark-only .alert-secondary.inverse .btn-close {
  filter: brightness(1) invert(1);
}
body.dark-only .alert-secondary.outline .btn-close,
body.dark-only .alert-secondary.outline-2x .btn-close {
  filter: brightness(1) invert(1);
}
body.dark-only .dismiss-text .alert-dismissible .btn-close {
  filter: unset;
}
body.dark-only .dismiss-text .alert-dismissible .btn-close .bg-light {
  color: #404040 !important;
}
body.dark-only .alert-success {
  background-color: rgba(101, 193, 92, 0.8) !important;
  border-color: rgba(101, 193, 92, 0.9) !important;
  color: #fff;
}
body.dark-only .alert-success .progress {
  height: 5px;
  background-color: #62c058;
  border-radius: 0;
}
body.dark-only .alert-success .progress-bar {
  background-color: white;
}
body.dark-only .alert-success.inverse {
  background-color: transparent !important;
}
body.dark-only .alert-success.inverse .btn-close {
  filter: brightness(1) invert(1);
}
body.dark-only .alert-success.outline .btn-close,
body.dark-only .alert-success.outline-2x .btn-close {
  filter: brightness(1) invert(1);
}
body.dark-only .dismiss-text .alert-dismissible .btn-close {
  filter: unset;
}
body.dark-only .dismiss-text .alert-dismissible .btn-close .bg-light {
  color: #404040 !important;
}
body.dark-only .alert-danger {
  background-color: rgba(252, 86, 74, 0.8) !important;
  border-color: rgba(252, 86, 74, 0.9) !important;
  color: #fff;
}
body.dark-only .alert-danger .progress {
  height: 5px;
  background-color: #fc5145;
  border-radius: 0;
}
body.dark-only .alert-danger .progress-bar {
  background-color: white;
}
body.dark-only .alert-danger.inverse {
  background-color: transparent !important;
}
body.dark-only .alert-danger.inverse .btn-close {
  filter: brightness(1) invert(1);
}
body.dark-only .alert-danger.outline .btn-close,
body.dark-only .alert-danger.outline-2x .btn-close {
  filter: brightness(1) invert(1);
}
body.dark-only .dismiss-text .alert-dismissible .btn-close {
  filter: unset;
}
body.dark-only .dismiss-text .alert-dismissible .btn-close .bg-light {
  color: #404040 !important;
}
body.dark-only .alert-warning {
  background-color: rgba(255, 184, 41, 0.8) !important;
  border-color: rgba(255, 184, 41, 0.9) !important;
  color: #fff;
}
body.dark-only .alert-warning .progress {
  height: 5px;
  background-color: #ffb624;
  border-radius: 0;
}
body.dark-only .alert-warning .progress-bar {
  background-color: white;
}
body.dark-only .alert-warning.inverse {
  background-color: transparent !important;
}
body.dark-only .alert-warning.inverse .btn-close {
  filter: brightness(1) invert(1);
}
body.dark-only .alert-warning.outline .btn-close,
body.dark-only .alert-warning.outline-2x .btn-close {
  filter: brightness(1) invert(1);
}
body.dark-only .dismiss-text .alert-dismissible .btn-close {
  filter: unset;
}
body.dark-only .dismiss-text .alert-dismissible .btn-close .bg-light {
  color: #404040 !important;
}
body.dark-only .alert-info {
  background-color: rgba(64, 184, 245, 0.8) !important;
  border-color: rgba(64, 184, 245, 0.9) !important;
  color: #fff;
}
body.dark-only .alert-info .progress {
  height: 5px;
  background-color: #3bb6f5;
  border-radius: 0;
}
body.dark-only .alert-info .progress-bar {
  background-color: white;
}
body.dark-only .alert-info.inverse {
  background-color: transparent !important;
}
body.dark-only .alert-info.inverse .btn-close {
  filter: brightness(1) invert(1);
}
body.dark-only .alert-info.outline .btn-close,
body.dark-only .alert-info.outline-2x .btn-close {
  filter: brightness(1) invert(1);
}
body.dark-only .dismiss-text .alert-dismissible .btn-close {
  filter: unset;
}
body.dark-only .dismiss-text .alert-dismissible .btn-close .bg-light {
  color: #404040 !important;
}
body.dark-only .alert-light {
  background-color: rgba(244, 244, 244, 0.8) !important;
  border-color: rgba(244, 244, 244, 0.9) !important;
  color: #fff;
}
body.dark-only .alert-light .progress {
  height: 5px;
  background-color: #f1f1f1;
  border-radius: 0;
}
body.dark-only .alert-light .progress-bar {
  background-color: white;
}
body.dark-only .alert-light.inverse {
  background-color: transparent !important;
}
body.dark-only .alert-light.inverse .btn-close {
  filter: brightness(1) invert(1);
}
body.dark-only .alert-light.outline .btn-close,
body.dark-only .alert-light.outline-2x .btn-close {
  filter: brightness(1) invert(1);
}
body.dark-only .dismiss-text .alert-dismissible .btn-close {
  filter: unset;
}
body.dark-only .dismiss-text .alert-dismissible .btn-close .bg-light {
  color: #404040 !important;
}
body.dark-only .alert-dark {
  background-color: rgba(63, 71, 90, 0.8) !important;
  border-color: rgba(63, 71, 90, 0.9) !important;
  color: #fff;
}
body.dark-only .alert-dark .progress {
  height: 5px;
  background-color: #3d4557;
  border-radius: 0;
}
body.dark-only .alert-dark .progress-bar {
  background-color: #c3c8d5;
}
body.dark-only .alert-dark.inverse {
  background-color: transparent !important;
}
body.dark-only .alert-dark.inverse .btn-close {
  filter: brightness(1) invert(1);
}
body.dark-only .alert-dark.outline .btn-close,
body.dark-only .alert-dark.outline-2x .btn-close {
  filter: brightness(1) invert(1);
}
body.dark-only .dismiss-text .alert-dismissible .btn-close {
  filter: unset;
}
body.dark-only .dismiss-text .alert-dismissible .btn-close .bg-light {
  color: #404040 !important;
}
body.dark-only .options > div {
  border: 1px solid #374558;
}
body.dark-only .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  background-color: #1d1e26;
}
body.dark-only .pricing-simple {
  box-shadow: 1px 1px 2px 1px #1d1e26 !important;
}
body.dark-only .pricing-block {
  box-shadow: 0 0 10px 5px rgba(115, 102, 255, 0.05) !important;
}
body.dark-only .search-page .nav.nav-tabs {
  border-bottom: unset;
}
body.dark-only .search-page .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #323846;
}
body.dark-only .search-page ul.search-info li {
  color: #98a6ad;
}
body.dark-only .search-page ul.search-info li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
body.dark-only .search-page .info-block a {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .search-page p:not(.blog-details p) {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .browse .browse-articles h6 {
  border-bottom: 1px solid #374558;
}
body.dark-only .job-search .job-description ul:not(.job-apply-wrapper .job-search .job-description ul) li {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .job-search .job-description .theme-form .row div[class^=col-] .input-group .datepicker-here {
  border: 1px solid #1d1e26;
}
body.dark-only .job-search .job-description ul li {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .calendar-wrap .fc-unthemed td,
body.dark-only .calendar-wrap .fc-unthemed th {
  border-color: #1d1e26;
}
body.dark-only .mega-inline,
body.dark-only .mega-horizontal,
body.dark-only .mega-vertical {
  --bs-body-color: rgba(255, 255, 255, 0.6);
}
body.dark-only .mega-inline .card,
body.dark-only .mega-horizontal .card,
body.dark-only .mega-vertical .card {
  box-shadow: 1px 1px 7px 0 rgba(55, 69, 88, 0.5) !important;
  border-color: #374558;
}
body.dark-only .mega-inline.plain-style .card, body.dark-only .mega-inline.border-style .card, body.dark-only .mega-inline.offer-style .card,
body.dark-only .mega-horizontal.plain-style .card,
body.dark-only .mega-horizontal.border-style .card,
body.dark-only .mega-horizontal.offer-style .card,
body.dark-only .mega-vertical.plain-style .card,
body.dark-only .mega-vertical.border-style .card,
body.dark-only .mega-vertical.offer-style .card {
  box-shadow: none !important;
}
body.dark-only .mega-inline.border-style .card,
body.dark-only .mega-horizontal.border-style .card,
body.dark-only .mega-vertical.border-style .card {
  border: 1px solid #374558 !important;
}
body.dark-only .mega-inline.offer-style .card,
body.dark-only .mega-horizontal.offer-style .card,
body.dark-only .mega-vertical.offer-style .card {
  border: 1px dashed #374558 !important;
}
body.dark-only .setting-dot .setting-bg {
  background-color: var(--theme-secondary);
}
body.dark-only .bookmark.pull-right {
  border: none;
}
body.dark-only .popover {
  background-color: #1d1e26;
  --bs-popover-header-bg: unset;
}
body.dark-only .popover.bs-popover-bottom .popover-arrow:after {
  border-bottom-color: #1d1e26;
  border-right-color: transparent;
}
body.dark-only .popover.bs-popover-top .popover-arrow:after {
  border-right-color: transparent;
  border-top-color: #1d1e26;
}
body.dark-only .popover.bs-popover-start .popover-arrow:after {
  border-left-color: #1d1e26;
}
body.dark-only .popover[data-popper-placement=left] .popover-arrow:after {
  border-left-color: #1d1e26;
}
body.dark-only .popover[data-popper-placement=right] .popover-arrow:after {
  border-right-color: #1d1e26;
}
body.dark-only .popover[data-popper-placement=top] .popover-arrow:after {
  border-top-color: #1d1e26;
}
body.dark-only .popover[data-popper-placement=bottom] .popover-arrow:after {
  border-bottom-color: #1d1e26;
}
body.dark-only .popover .popover-header {
  background-color: #262932;
}
body.dark-only .popover .popover-body {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .popover code {
  background-color: unset;
}
body.dark-only .apex-chart-container .apexcharts-legend .apexcharts-legend-series span {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .apexcharts-canvas svg .apexcharts-title-text {
  fill: #fff;
}
body.dark-only .apexcharts-canvas svg .apexcharts-subtitle-text {
  fill: #fff;
}
body.dark-only .apexcharts-canvas svg .apexcharts-yaxis .apexcharts-yaxis-texts-g .apexcharts-yaxis-label {
  fill: #fff;
}
body.dark-only .apexcharts-canvas svg .apexcharts-xaxis .apexcharts-xaxis-texts-g .apexcharts-xaxis-label {
  fill: #fff;
}
body.dark-only .apexcharts-canvas svg .apexcharts-legend-series span {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .apexcharts-canvas svg .apexcharts-datalabels-group .apexcharts-datalabel-label {
  fill: #fff !important;
}
body.dark-only .apexcharts-canvas svg .apexcharts-datalabels-group .apexcharts-datalabel-value {
  fill: #fff;
}
body.dark-only .Typeahead-menu {
  background-color: #1d1e26;
}
body.dark-only .ecommerce-widget {
  border: 1px solid #1d1e26;
}
body.dark-only .bookmark ul li .search-form .form-control-search input {
  background-color: #1d1e26;
  border: 1px solid #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .bookmark ul li .search-form .form-control-search:before {
  background: #1d1e26;
}
body.dark-only .cart .qty-box .input-group .btn {
  background-color: #2e3648 !important;
  border-color: #374558 !important;
}
body.dark-only .order-box .title-box {
  color: #bfc2c6;
  border-bottom: 1px solid #1d1e26;
}
body.dark-only .order-box .qty {
  border-bottom: 1px solid #1d1e26;
}
body.dark-only .order-box .qty li {
  color: #bfc2c6;
}
body.dark-only .order-box .qty li span {
  color: #bfc2c6;
}
body.dark-only .order-box .sub-total li {
  color: #bfc2c6;
}
body.dark-only .order-box .total li {
  color: #bfc2c6;
}
body.dark-only .shopping-checkout-option .checkbox_animated:after {
  border: 2px solid #262932;
}
body.dark-only .animate-chk .radio_animated:after {
  border: 2px solid #1d1e26;
}
body.dark-only .custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(41, 50, 64, 0.52);
}
body.dark-only .product-box .product-img .product-hover ul li .btn {
  color: #98a6ad;
}
body.dark-only .product-box .product-img .product-hover ul li:hover .btn {
  color: #fff;
}
body.dark-only .radio_animated:after,
body.dark-only .checkbox_animated:after {
  background: #1d1e26;
  border: 2px solid #1d1e26;
}
body.dark-only .slider-product {
  border-top: 1px solid #1d1e26;
  border-bottom: 1px solid #1d1e26;
}
body.dark-only .square-product-setting .icon-grid {
  background-color: #262932;
}
body.dark-only .square-product-setting .icon-grid svg {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .active-order-table table thead tr th,
body.dark-only .market-table table thead tr th {
  border-top: none !important;
}
body.dark-only .active-order-table table tbody tr td,
body.dark-only .market-table table tbody tr td {
  border-bottom: 1px solid #1d1e26;
}
body.dark-only .active-order-table table tbody tr:last-child td,
body.dark-only .market-table table tbody tr:last-child td {
  border-bottom: none;
}
body.dark-only .pricing-card-design-2 .pricing-block .pricing-inner ul li {
  border-bottom: 1px solid #1d1e26;
}
body.dark-only .flot-chart-container .legend .table tbody {
  background-color: #262932;
  color: #fff;
}
body.dark-only .flot-chart-container .legend .table tbody .legendLabel {
  padding-left: 5px;
}
body.dark-only .google-visualization-tooltip text {
  fill: rgba(0, 0, 0, 0.7) !important;
}
body.dark-only .nav-dark .nav-link,
body.dark-only .nav-pills.nav-dark .nav-link {
  color: #fff;
}
body.dark-only .loader-wrapper {
  background-color: #1d1e26;
}
body.dark-only .loader-wrapper .loader {
  background-color: #1d1e26 !important;
}
body.dark-only .page-wrapper {
  /* Main Header start */
  /* Main Header ends */
}
body.dark-only .page-wrapper .sidebar-main-title h6 {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-header .translate_wrapper.active .more_lang {
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-header .translate_wrapper.active .lang {
  background-color: #262932;
}
body.dark-only .page-wrapper .page-header form {
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-header .header-wrapper {
  background-color: #262932;
}
body.dark-only .page-wrapper .page-header .header-wrapper li i {
  color: #f4f4f4;
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right > ul > li svg {
  stroke: #fff;
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right > ul > li .mode svg {
  fill: #fff;
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right.right-header > ul > li .profile-media .flex-grow-1 p {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .nav-menus li .d-flex .flex-grow-1 .txt-dark {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .nav-menus li .onhover-show-div {
  background-color: #1d1e26;
  box-shadow: 0 0 14px #1d1e26;
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .nav-menus li .onhover-show-div li {
  border-color: #262932;
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .nav-menus li .onhover-show-div p {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .nav-menus li .onhover-show-div:before {
  border-bottom: 7px solid #1d1e26;
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .nav-menus li .onhover-show-div:after {
  border-bottom: 7px solid #1d1e26;
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .nav-menus li .notification-dropdown.onhover-show-div li {
  background-color: #262932;
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .nav-menus li .notification-dropdown.onhover-show-div li span {
  color: #98a6ad;
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .nav-menus li .notification-dropdown.onhover-show-div .bg-light {
  background-color: #282e38 !important;
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li a {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li a svg path,
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li a svg line,
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li a svg circle {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li a:hover {
  color: var(--theme-default);
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li a:hover svg line,
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li a:hover svg path,
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li a:hover svg circle {
  color: var(--theme-default) !important;
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right > ul > li .d-flex .flex-grow-1 .txt-dark {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right > ul > li .onhover-show-div {
  background-color: #1d1e26;
  box-shadow: 0 0 2px 2px #262932;
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right > ul > li .onhover-show-div:before {
  border-bottom: 7px solid #1d1e26;
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right > ul > li .onhover-show-div:after {
  border-bottom: 7px solid #1d1e26;
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .bookmark-flip .bookmark-dropdown .bookmark-content .bookmark-icon {
  background-color: #262932;
}
body.dark-only .page-wrapper .page-header .header-logo-wrapper {
  background-color: #262932;
}
body.dark-only .page-wrapper .page-header .header-logo-wrapper .logo-wrapper a .image-dark {
  display: none;
}
body.dark-only .page-wrapper .page-header .header-logo-wrapper .logo-wrapper a .image-light {
  display: block;
}
body.dark-only .page-wrapper .page-body-wrapper {
  /* body start*/
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .topper-lists table tbody tr td p {
  color: #98a6ad;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .header-small {
  color: #98a6ad;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .statistics p {
  color: #98a6ad;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .feather-main .flex-grow-1 p,
body.dark-only .page-wrapper .page-body-wrapper .page-body .feather-main .professor-block p,
body.dark-only .page-wrapper .page-body-wrapper .page-body .professor-table .flex-grow-1 p,
body.dark-only .page-wrapper .page-body-wrapper .page-body .professor-table .professor-block p {
  color: #98a6ad;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .logs-element span + span {
  color: #98a6ad;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .progress-block .progress-title span + span {
  color: #98a6ad;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .ecommerce-icons div span {
  color: #98a6ad;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .new-users .d-flex .flex-grow-1 span,
body.dark-only .page-wrapper .page-body-wrapper .page-body .progress-media .d-flex .flex-grow-1 span {
  color: #98a6ad;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .new-users .progress-change span,
body.dark-only .page-wrapper .page-body-wrapper .page-body .progress-media .progress-change span {
  color: #98a6ad;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .topper-lists table tbody tr td {
  border-top: none !important;
  border-bottom: 1px solid #374558;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .topper-lists table tbody tr:last-child td {
  border-bottom: none;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .notifiaction-media .d-flex .flex-grow-1 .circle-left {
  border: 5px solid #334154;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .upcoming-event .upcoming-innner {
  border-bottom: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .upcoming-event .upcoming-innner:last-child {
  border-bottom: none;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .professor-table table tbody tr td {
  border-top: none !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .number-widgets .d-flex .flex-grow-1 h6 {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .activity .d-flex .flex-grow-1 h6 span {
  color: #98a6ad;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card.custom-card .card-header {
  border-bottom: none !important;
}
body.dark-only .page-wrapper .page-body-wrapper .custom-card .card-header img {
  background-color: #000;
  opacity: 0.8;
}
body.dark-only .page-wrapper .page-body-wrapper .page-title .row h3 {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-title .row h3 small {
  color: #98a6ad;
}
body.dark-only .page-wrapper .page-body-wrapper .page-title .breadcrumb li {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-title .breadcrumb .breadcrumb-item a svg {
  stroke: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-title .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body {
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .default-according .card:not(.email-body) {
  border: none;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) {
  background-color: #262932;
  box-shadow: 1px 1px 2px 1px rgba(29, 28, 28, 0.08);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body).widget-1 {
  background-blend-mode: color-burn;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body).widget-1 .widget-round .bg-round {
  box-shadow: 1px 2px 21px -2px rgba(14, 14, 16, 0.83);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body).widget-1 .widget-round .bg-round .half-circle {
  background: rgba(49, 53, 66, 0);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body).social-profile {
  background-blend-mode: overlay;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table.table-light tr th,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table.table-light tr td {
  color: #404040;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) table thead .border-bottom-light th,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) table thead .border-bottom-light td,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) table tbody .border-bottom-light th,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) table tbody .border-bottom-light td {
  border-bottom: 1px solid #374558 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body).trending-card {
  background-color: #010314;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body).explore-card {
  background-color: #262932;
  background-blend-mode: overlay;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body).balance-box {
  background-blend-mode: overlay;
  background-color: #16171c;
  border-color: transparent;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-block #bar-chart2 svg > rect {
  fill: #262932;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-block #bar-chart2 svg > g text {
  fill: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-block .word-tree svg > g > rect {
  fill: #262932;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-block .word-tree svg > g > text {
  fill: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-header {
  background-color: transparent;
  border-bottom: 1px solid #374558;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-header > span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-header p {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-header h1,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-header h2,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-header h3,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-header h4,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-header h5,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-header h6 {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-header .card-header-right {
  background-color: #262932;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-header .card-header-right i {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-header .card-header-right i.fa-cog {
  color: var(--theme-default);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-header.note-toolbar {
  background-color: #262932;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body).basic-dark-card .card-header {
  border-bottom: 1px solid #98a6ad !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body).basic-dark-card .card-footer {
  border-top: 1px solid #98a6ad;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .alert-dark {
  color: #98a6ad;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .alert-dark a {
  color: #98a6ad;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .alert-light.outline,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .alert-light.outline-2x,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .alert-light.inverse {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) #animation-box .animate-widget p {
  color: #98a6ad !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .grid-item img {
  background-color: #262932;
  border: 1px solid #374558;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .line {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) thead,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) tbody,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) tfoot,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) tr,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) td,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) th {
  border-color: #374558;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table th,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table td {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table thead th {
  border-bottom-color: #374558;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table thead .border-bottom-primary th {
  border-bottom-color: var(--theme-default);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-primary th,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-primary td,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-secondary th,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-secondary td,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-success th,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-success td,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-info th,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-info td,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-warning th,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-warning td,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-light th,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-light td,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-danger th,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-danger td {
  color: #262932;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .bg-primary,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .bg-secondary,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .bg-success,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .bg-info,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .bg-warning,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .bg-danger {
  color: #fff;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .bg-light {
  color: #000;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .thead-light th {
  color: #000;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table tbody .border-bottom-primary th,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table tbody .border-bottom-primary td {
  border-bottom: 1px solid var(--theme-default);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table[class*=bg-] th,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table[class*=bg-] td {
  color: #fff;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-striped tbody tr:nth-of-type(odd) {
  --bs-table-accent-bg: rgba(0, 0, 0, 0.05);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-striped tbody tr:nth-of-type(odd):hover th,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-striped tbody tr:nth-of-type(odd):hover td {
  color: #fff;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-double,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-dotted,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-dashed {
  border-left-color: #374558;
  border-right-color: #374558;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-bordered {
  border-color: #374558 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-bordered td,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-bordered th {
  border-color: #374558 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-inverse tbody tr:nth-of-type(odd):hover td {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-border-vertical tr,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-border-vertical th,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-border-vertical td {
  border-right: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-styling thead th,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-styling thead td,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-styling tbody th,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-styling tbody td {
  color: #fff;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-footer {
  background-color: #262932;
  border-top: 1px solid #374558;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .switch .switch-state {
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .switch input:checked + .switch-state {
  background-color: var(--theme-default);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .bg-white {
  background-color: #262932 !important;
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .b-l-light {
  border-left: 1px solid #1d1e26 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .ct-grid {
  stroke: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .ct-label {
  color: #98a6ad;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) hr {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) hr.dropdown-divider {
  border-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .text-muted {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .btn-outline-light,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .btn-outline-dark,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .btn-outline-light-2x {
  color: #fff !important;
  border: 1px solid #374558;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .btn-outline-light:hover {
  color: #000 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .border-right {
  border-right: 1px solid #374558 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .flot-chart-placeholder .flot-text {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .flot-chart-placeholder svg text {
  fill: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dark-alert.alert-addition-content .alert hr {
  border-top: 1px solid #374558;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-overflow#gantt_chart svg g rect:first-child {
  fill: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-overflow#gantt_chart rect:nth-child(6) {
  fill: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-overflow#line-chart rect, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-overflow#column-chart1 rect, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-overflow#column-chart2 rect {
  fill: #262932;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-overflow svg > rect {
  fill: #262932;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-overflow svg > g > g > g text {
  fill: rgb(177, 177, 178);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-overflow svg > g > text {
  fill: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .radial-bar:after {
  background-color: #262932;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .bar-chart-widget .bottom-content .num {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .bar-chart-widget .bottom-content .num .color-bottom {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .b-r-light {
  border-right: 1px solid #1d1e26 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-container .live-products .ct-labels .ct-label,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-container .turnover .ct-labels .ct-label,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-container .monthly .ct-labels .ct-label,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-container .uses .ct-labels .ct-label {
  color: #fff;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-container .live-products .ct-grid,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-container .turnover .ct-grid,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-container .monthly .ct-grid,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-container .uses .ct-grid {
  stroke: #fff;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-container #browser-uses-chart svg text,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-container #website-visiter-chart svg text {
  fill: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .status-details h4 {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .status-details h4 span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .status-details span {
  color: #98a6ad;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .clipboaard-container .form-control {
  background-color: #1d1e26;
  color: #98a6ad;
  border: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .img-thumbnail {
  background-color: #1d1e26;
  border: 1px solid #374558;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper button {
  color: #000;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .btn-danger,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .btn-success,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .btn-primary {
  color: #fff;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_length select {
  background-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_length,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_filter,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_info,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_processing,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_paginate {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_paginate {
  border: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_filter input[type=search] {
  background-color: #1d1e26;
  border: 1px solid #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody tr,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.order-column.stripe tbody tr {
  background-color: #262932;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody tr:hover > .sorting_1,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.order-column.stripe tbody tr:hover > .sorting_1 {
  background-color: #1c212b;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody tr.odd,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.order-column.stripe tbody tr.odd {
  background-color: #1f232b;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody tr.odd > .sorting_1,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #1c212b;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody tr.even > .sorting_1,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #22262f;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable {
  border: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable thead th,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable thead td {
  border-bottom: 2px solid #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable input,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable select {
  background-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable tbody tr {
  background-color: #262932;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable tbody td.select-checkbox:before,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable tbody th.select-checkbox:before {
  border: 1px solid #98a6ad;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .table-striped tbody tr:nth-of-type(odd) {
  --bs-table-accent-bg: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_paginate .paginate_button.current, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_paginate .paginate_button:active {
  border-color: var(--theme-default);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  color: #98a6ad !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_paginate .paginate_button.disabled :active {
  color: #98a6ad !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.row-border tbody th,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.row-border tbody td,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody th,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody td {
  border-top: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody tr.even:hover > .sorting_1,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1 {
  background-color: #191e27;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.hover tbody tr:hover,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody tr:hover {
  background-color: #1c212b;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.cell-border th,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.cell-border td {
  border-top: 1px solid #1d1e26;
  border-right: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.cell-border th:first-child,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.cell-border td:first-child {
  border-left: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.order-column tbody tr > .sorting_1,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.order-column tbody tr > .sorting_2,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.order-column tbody tr > .sorting_3,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody tr > .sorting_1,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody tr > .sorting_2,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody tr > .sorting_3 {
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) #example-style-3_wrapper #example-style-3 tfoot {
  border-top: 2px solid #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .page-link {
  border: 1px solid #374558;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .page-item.disabled .page-link {
  background-color: #262932;
  border-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .page-link {
  color: rgba(255, 255, 255, 0.6);
  background-color: #262932;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .page-item:hover .page-link {
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .page-item.active .page-link {
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .ecommerce-widget .icon {
  color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .ecommerce-widget .total-num {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .ecommerce-widget .total-num span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .ecommerce-widget span {
  color: #98a6ad;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .flot-chart-container-small {
  background-color: #262932;
  border-top: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .product-table #API-2_wrapper #API-2 tbody td span,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .product-table #API-2_wrapper #API-2 tbody td p {
  color: #98a6ad;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .product-table h6 {
  color: #98a6ad;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .border-tab.nav-tabs {
  border-bottom: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .border-tab.nav-tabs .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .border-tab.nav-tabs .nav-link.active, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .border-tab.nav-tabs .nav-link:focus, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .border-tab.nav-tabs .nav-link:hover {
  color: var(--theme-default);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .project-tabs .nav-tabs {
  border-bottom: unset;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-1to10 .br-widget a,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-movie .br-widget a,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-pill .br-widget a,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-reversed .br-widget a,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-horizontal .br-widget a {
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-1to10 .br-widget a.br-active, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-1to10 .br-widget a.br-selected,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-movie .br-widget a.br-active,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-movie .br-widget a.br-selected,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-pill .br-widget a.br-active,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-pill .br-widget a.br-selected,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-reversed .br-widget a.br-active,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-reversed .br-widget a.br-selected,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-horizontal .br-widget a.br-active,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-horizontal .br-widget a.br-selected {
  background-color: var(--theme-default);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-square .br-widget a {
  border: 2px solid #1d1e26;
  background-color: #262932;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-square .br-widget a.br-active, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-square .br-widget a.br-selected {
  border: 2px solid var(--theme-default);
  color: var(--theme-default);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-fontawesome-stars .br-widget a.br-selected:after, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-fontawesome-stars .br-widget a.br-active:after,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-fontawesome-stars-o .br-widget a.br-selected:after,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-fontawesome-stars-o .br-widget a.br-active:after {
  color: var(--theme-default);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .scroll-demo {
  border: 1px solid #374558;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .vertical-scroll.scroll-demo:not(.default-scroll) {
  border: unset;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .vertical-scroll.scroll-demo .list-group .list-group-item:hover {
  z-index: 0;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .search-form input {
  border: 1px solid #1d1e26;
  color: rgba(255, 255, 255, 0.6);
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .search-form .form-group:before {
  background: #262932;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .breadcrumb.bg-white {
  background-color: #262932 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) #donut-color-chart-morris-daily svg,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) #donut-color-chart-morris svg,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) #browser-uses-chart svg,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) #website-visiter-chart svg {
  opacity: 0.5;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .collapse-accordion .btn-dark.show .dark-accordion {
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .main-bookmark .email-right-aside .card-body .details-bookmark .bookmark-card {
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .email-wrap .flex-grow-1 h6 {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .bookmark-wrap .main-bookmark .bootstrap-select .dropdown-toggle {
  border-color: #374558 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .bookmark-wrap .main-bookmark .bootstrap-select .dropdown-menu li {
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .bookmark-wrap .main-bookmark .bootstrap-select .dropdown-menu li:hover {
  background-color: #323846;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .bookmark-wrap .main-bookmark .bootstrap-select .dropdown-menu li:hover .dropdown-item {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .contact-editform .more-data .bootstrap-select .dropdown-toggle {
  background-color: #1d1e26 !important;
  border-color: transparent !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .contact-editform .more-data .bootstrap-select .dropdown-toggle .filter-option {
  color: rgba(255, 255, 255, 0.2);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .social-user-cards .card.social-profile {
  background-blend-mode: overlay;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .social-user-cards .card.social-profile .social-details .social-follow li + li::before {
  background-color: rgba(255, 255, 255, 0.2);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .user-profile .list-inline .border-right {
  border-right-color: #374558 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .product-sidebar .filter-section .card {
  border: unset;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .product-sidebar .filter-section .card .card-header {
  background-color: #262932;
  border-bottom: unset;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body #viewhtml .render {
  background-color: #262932;
  color: rgba(255, 255, 255, 0.6);
  border-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .wizard-4 ul.anchor li a.disabled {
  color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gallery-with-description h4 {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gallery-with-description a > div {
  border: 1px solid #374558;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gallery-with-description p {
  color: #98a6ad;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-grid-header {
  background-color: #262932;
  border: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-header-row > .jsgrid-header-cell,
body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-header-row > .jsgrid-cell,
body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-filter-row > .jsgrid-header-cell,
body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-filter-row > .jsgrid-cell {
  background: #262932;
  border: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-header-row > .jsgrid-header-cell input,
body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-header-row > .jsgrid-cell input,
body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-filter-row > .jsgrid-header-cell input,
body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-filter-row > .jsgrid-cell input {
  background-color: #1d1e26;
  border-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-header-row > .jsgrid-header-cell input:focus,
body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-header-row > .jsgrid-cell input:focus,
body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-filter-row > .jsgrid-header-cell input:focus,
body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-filter-row > .jsgrid-cell input:focus {
  outline: none;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-header-row select,
body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-filter-row select {
  background-color: #1d1e26;
  border-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-row > .jsgrid-cell {
  background-color: #262932;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-alt-row > .jsgrid-cell {
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-cell,
body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-grid-body {
  border: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-selected-row > .jsgrid-cell {
  background-color: #1c212b;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid .jsgrid-pager [class*=jsgrid-pager] {
  border: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid .jsgrid-pager .jsgrid-pager-page a {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-pager-current-page {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 700;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .sub-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card .sub-title {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-icon li a {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-icon li a:hover {
  color: var(--theme-default);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-icon .separator {
  border-bottom: 1px solid #374558;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .default-according li .text-muted {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-icon.default-according.style-1 li button:hover {
  color: var(--theme-default) !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .nav-list .nav-list-disc li a {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .nav-list .nav-list-disc li:hover {
  color: var(--theme-default);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .nav-list .nav-list-disc li:hover a {
  color: var(--theme-default);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div {
  background-color: #1d1e26;
  box-shadow: 0 0 14px 0 #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li p {
  color: #fff;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a svg path,
body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a svg line,
body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a svg polyline,
body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a svg polygon,
body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a svg rect {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a:hover svg path,
body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a:hover svg line,
body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a:hover svg polyline,
body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a:hover svg polygon,
body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a:hover svg rect {
  color: var(--theme-default) !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .onhover-dropdown:hover .onhover-show-div:before {
  border-bottom: 7px solid #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .default-according .card .btn-link {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .default-according .card .card-body {
  color: #98a6ad;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .default-according .card .card-body {
  border: none;
  border-top: none;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border {
  border: 1px solid #374558 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-1 {
  border: 1px solid #1d1e26 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-2 {
  border: 2px solid #1d1e26 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .grid-showcase span.border-2 {
  border: 2px solid #374558 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-3 {
  border-color: #1d1e26 !important;
  border-width: 3px !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-4 {
  border: 4px solid #1d1e26 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-5 {
  border: 5px solid #1d1e26 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-6 {
  border: 6px solid #1d1e26 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-7 {
  border: 7px solid #1d1e26 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-8 {
  border: 8px solid #1d1e26 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-9 {
  border: 9px solid #1d1e26 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-10 {
  border: 10px solid #1d1e26 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .subtract-border.border-wrapper .helper-common-box .helper-box.border-0 {
  border: 0 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .subtract-border.border-wrapper .helper-common-box .helper-box.border-top-0 {
  border-top: 0 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .subtract-border.border-wrapper .helper-common-box .helper-box.border-end-0 {
  border-right: 0 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .subtract-border.border-wrapper .helper-common-box .helper-box.border-bottom-0 {
  border-bottom: 0 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .subtract-border.border-wrapper .helper-common-box .helper-box.border-start-0 {
  border-left: 0 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-primary {
  border-color: #7366FF !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-t-primary {
  border-top: 1px solid #7366FF !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-t-primary {
  border-top-color: #7366FF !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-b-primary {
  border-bottom: 1px solid #7366FF !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-b-primary {
  border-bottom-color: #7366FF !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-l-primary {
  border-left-color: #7366FF !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-l-primary {
  border-left-color: #7366FF !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-r-primary {
  border-right: #7366FF !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-r-primary {
  border-right-color: #7366FF !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-primary {
  border-color: #7366FF !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-t-dark {
  border-top-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-b-dark {
  border-bottom-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-l-dark {
  border-left-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-r-dark {
  border-right-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .schedule-calender .tab-content .activity-update > li > div {
  background-color: transparent !important;
  border-left-width: 4px !important;
}
[dir=rtl] body.dark-only .page-wrapper .page-body-wrapper .page-body .schedule-calender .tab-content .activity-update > li > div {
  border-left: unset !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .schedule-calender .card-header-right-icon .btn {
  border-color: #374558;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-secondary {
  border-color: #838383 !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-t-secondary {
  border-top: 1px solid #838383 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-t-secondary {
  border-top-color: #838383 !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-b-secondary {
  border-bottom: 1px solid #838383 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-b-secondary {
  border-bottom-color: #838383 !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-l-secondary {
  border-left-color: #838383 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-l-secondary {
  border-left-color: #838383 !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-r-secondary {
  border-right: #838383 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-r-secondary {
  border-right-color: #838383 !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-secondary {
  border-color: #838383 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-t-dark {
  border-top-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-b-dark {
  border-bottom-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-l-dark {
  border-left-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-r-dark {
  border-right-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .schedule-calender .tab-content .activity-update > li > div {
  background-color: transparent !important;
  border-left-width: 4px !important;
}
[dir=rtl] body.dark-only .page-wrapper .page-body-wrapper .page-body .schedule-calender .tab-content .activity-update > li > div {
  border-left: unset !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .schedule-calender .card-header-right-icon .btn {
  border-color: #374558;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-success {
  border-color: #65c15c !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-t-success {
  border-top: 1px solid #65c15c !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-t-success {
  border-top-color: #65c15c !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-b-success {
  border-bottom: 1px solid #65c15c !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-b-success {
  border-bottom-color: #65c15c !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-l-success {
  border-left-color: #65c15c !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-l-success {
  border-left-color: #65c15c !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-r-success {
  border-right: #65c15c !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-r-success {
  border-right-color: #65c15c !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-success {
  border-color: #65c15c !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-t-dark {
  border-top-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-b-dark {
  border-bottom-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-l-dark {
  border-left-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-r-dark {
  border-right-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .schedule-calender .tab-content .activity-update > li > div {
  background-color: transparent !important;
  border-left-width: 4px !important;
}
[dir=rtl] body.dark-only .page-wrapper .page-body-wrapper .page-body .schedule-calender .tab-content .activity-update > li > div {
  border-left: unset !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .schedule-calender .card-header-right-icon .btn {
  border-color: #374558;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-danger {
  border-color: #fc564a !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-t-danger {
  border-top: 1px solid #fc564a !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-t-danger {
  border-top-color: #fc564a !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-b-danger {
  border-bottom: 1px solid #fc564a !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-b-danger {
  border-bottom-color: #fc564a !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-l-danger {
  border-left-color: #fc564a !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-l-danger {
  border-left-color: #fc564a !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-r-danger {
  border-right: #fc564a !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-r-danger {
  border-right-color: #fc564a !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-danger {
  border-color: #fc564a !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-t-dark {
  border-top-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-b-dark {
  border-bottom-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-l-dark {
  border-left-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-r-dark {
  border-right-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .schedule-calender .tab-content .activity-update > li > div {
  background-color: transparent !important;
  border-left-width: 4px !important;
}
[dir=rtl] body.dark-only .page-wrapper .page-body-wrapper .page-body .schedule-calender .tab-content .activity-update > li > div {
  border-left: unset !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .schedule-calender .card-header-right-icon .btn {
  border-color: #374558;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-warning {
  border-color: #ffb829 !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-t-warning {
  border-top: 1px solid #ffb829 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-t-warning {
  border-top-color: #ffb829 !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-b-warning {
  border-bottom: 1px solid #ffb829 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-b-warning {
  border-bottom-color: #ffb829 !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-l-warning {
  border-left-color: #ffb829 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-l-warning {
  border-left-color: #ffb829 !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-r-warning {
  border-right: #ffb829 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-r-warning {
  border-right-color: #ffb829 !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-warning {
  border-color: #ffb829 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-t-dark {
  border-top-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-b-dark {
  border-bottom-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-l-dark {
  border-left-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-r-dark {
  border-right-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .schedule-calender .tab-content .activity-update > li > div {
  background-color: transparent !important;
  border-left-width: 4px !important;
}
[dir=rtl] body.dark-only .page-wrapper .page-body-wrapper .page-body .schedule-calender .tab-content .activity-update > li > div {
  border-left: unset !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .schedule-calender .card-header-right-icon .btn {
  border-color: #374558;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-info {
  border-color: #40b8f5 !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-t-info {
  border-top: 1px solid #40b8f5 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-t-info {
  border-top-color: #40b8f5 !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-b-info {
  border-bottom: 1px solid #40b8f5 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-b-info {
  border-bottom-color: #40b8f5 !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-l-info {
  border-left-color: #40b8f5 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-l-info {
  border-left-color: #40b8f5 !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-r-info {
  border-right: #40b8f5 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-r-info {
  border-right-color: #40b8f5 !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-info {
  border-color: #40b8f5 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-t-dark {
  border-top-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-b-dark {
  border-bottom-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-l-dark {
  border-left-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-r-dark {
  border-right-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .schedule-calender .tab-content .activity-update > li > div {
  background-color: transparent !important;
  border-left-width: 4px !important;
}
[dir=rtl] body.dark-only .page-wrapper .page-body-wrapper .page-body .schedule-calender .tab-content .activity-update > li > div {
  border-left: unset !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .schedule-calender .card-header-right-icon .btn {
  border-color: #374558;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-light {
  border-color: #f4f4f4 !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-t-light {
  border-top: 1px solid #f4f4f4 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-t-light {
  border-top-color: #f4f4f4 !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-b-light {
  border-bottom: 1px solid #f4f4f4 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-b-light {
  border-bottom-color: #f4f4f4 !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-l-light {
  border-left-color: #f4f4f4 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-l-light {
  border-left-color: #f4f4f4 !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-r-light {
  border-right: #f4f4f4 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-r-light {
  border-right-color: #f4f4f4 !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-light {
  border-color: #f4f4f4 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-t-dark {
  border-top-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-b-dark {
  border-bottom-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-l-dark {
  border-left-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-r-dark {
  border-right-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .schedule-calender .tab-content .activity-update > li > div {
  background-color: transparent !important;
  border-left-width: 4px !important;
}
[dir=rtl] body.dark-only .page-wrapper .page-body-wrapper .page-body .schedule-calender .tab-content .activity-update > li > div {
  border-left: unset !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .schedule-calender .card-header-right-icon .btn {
  border-color: #374558;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-dark {
  border-color: #3f475a !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-t-dark {
  border-top: 1px solid #3f475a !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-t-dark {
  border-top-color: #3f475a !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-b-dark {
  border-bottom: 1px solid #3f475a !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-b-dark {
  border-bottom-color: #3f475a !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-l-dark {
  border-left-color: #3f475a !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-l-dark {
  border-left-color: #3f475a !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-r-dark {
  border-right: #3f475a !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-r-dark {
  border-right-color: #3f475a !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-dark {
  border-color: #3f475a !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-t-dark {
  border-top-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-b-dark {
  border-bottom-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-l-dark {
  border-left-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-r-dark {
  border-right-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .schedule-calender .tab-content .activity-update > li > div {
  background-color: transparent !important;
  border-left-width: 4px !important;
}
[dir=rtl] body.dark-only .page-wrapper .page-body-wrapper .page-body .schedule-calender .tab-content .activity-update > li > div {
  border-left: unset !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .schedule-calender .card-header-right-icon .btn {
  border-color: #374558;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-opacity-wrapper .border {
  border-color: rgba(var(--theme-default), var(--bs-border-opacity)) !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .bg-opacity-wrapper .text-dark {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .page-wrapper .page-body-wrapper .footer {
  border-top: 1px solid #1d1e26;
  background-color: #262932;
}
body.dark-only .page-wrapper .page-body-wrapper .footer p,
body.dark-only .page-wrapper .page-body-wrapper .footer span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .custom-select,
body.dark-only .page-wrapper .page-body-wrapper .custom-file-label {
  background: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .footer-fix {
  background-color: #262932;
  border-top: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .note textarea {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .dt-button-info {
  background-color: #262932;
  border: 1px solid #98a6ad;
}
body.dark-only .page-wrapper .dt-button-info h2 {
  background-color: #262932;
}
body.dark-only .page-wrapper pre {
  background-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .scorlled {
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .input-group-air {
  box-shadow: 0 3px 20px 0 #1d1e26;
}
body.dark-only .page-wrapper .input-group-text {
  background-color: #262932;
  border: 1px solid #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .input-group-text i {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .input-group-solid .input-group-text,
body.dark-only .page-wrapper .input-group-solid .form-control {
  background: #1d1e26;
  border: 1px solid #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .semilight-bg-color,
body.dark-only .page-wrapper .header-bg-color {
  background-color: #fff;
}
body.dark-only .page-wrapper .list-group-item {
  background-color: #262932;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .list-group-item + .list-group-item {
  border-top-width: 0;
}
body.dark-only .page-wrapper .list-group-item.active {
  background-color: var(--theme-default) !important;
  border-color: var(--theme-default);
  color: #fff;
}
body.dark-only .page-wrapper .list-group-item:hover, body.dark-only .page-wrapper .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
body.dark-only .page-wrapper .list-group-item-action:hover:not(.active), body.dark-only .page-wrapper .list-group-item-action:focus {
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .contextual-wrapper .list-group-item-action:hover {
  color: #242934;
}
body.dark-only .page-wrapper .contextual-wrapper .list-group-item-action.list-light-white:hover {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .list-group-flush .list-group-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
body.dark-only .page-wrapper .dark-list .list-group .border-left-primary {
  border-left: 4px solid var(--theme-default);
}
body.dark-only .page-wrapper .dark-list .list-group .border-left-secondary {
  border-left: 4px solid var(--theme-secondary);
}
body.dark-only .page-wrapper .dark-list .list-group .border-left-warning {
  border-left: 4px solid #ffb829;
}
body.dark-only .page-wrapper .dark-list .list-group .border-left-success {
  border-left: 4px solid #65c15c;
}
body.dark-only .page-wrapper .dark-list .list-group .border-left-info {
  border-left: 4px solid #40b8f5;
}
[dir=rtl] body.dark-only .page-wrapper .dark-list .list-group [class*=border-left-] {
  border-left: none;
}
body.dark-only .page-wrapper .list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
body.dark-only .page-wrapper .list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
body.dark-only .page-wrapper .list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
body.dark-only .page-wrapper .list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
body.dark-only .page-wrapper .list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
body.dark-only .page-wrapper .list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
body.dark-only .page-wrapper .list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
body.dark-only .page-wrapper .list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
body.dark-only .page-wrapper .auth-bg {
  background-blend-mode: overlay;
  background-color: rgba(54, 64, 74, 0.9);
}
body.dark-only .page-wrapper .auth-bg .authentication-box .card {
  background-color: #262932;
}
body.dark-only .page-wrapper .auth-bg .authentication-box .card .theme-form .form-group input {
  color: rgba(255, 255, 255, 0.6);
  background-color: #1d1e26;
  border: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .auth-bg .authentication-box .card .theme-form .form-group label {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .auth-bg .authentication-box .card .theme-form .checkbox label {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .auth-bg .authentication-box .card .theme-form .checkbox label::before {
  background-color: #1d1e26;
  border: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .auth-bg .authentication-box h3,
body.dark-only .page-wrapper .auth-bg .authentication-box h4,
body.dark-only .page-wrapper .auth-bg .authentication-box h6 {
  color: #fff;
}
body.dark-only .page-wrapper .auth-bg-video {
  background-blend-mode: overlay;
  background-color: rgba(54, 64, 74, 0.7);
}
body.dark-only .page-wrapper .auth-bg-video .authentication-box h4,
body.dark-only .page-wrapper .auth-bg-video .authentication-box h3 {
  color: #fff;
}
body.dark-only .page-wrapper .auth-bg-video .authentication-box h6 {
  color: #98a6ad;
}
body.dark-only .page-wrapper .auth-bg-video .authentication-box .card {
  background-color: #262932;
}
body.dark-only .page-wrapper .auth-bg-video .authentication-box .card .theme-form .form-group input[type=text],
body.dark-only .page-wrapper .auth-bg-video .authentication-box .card .theme-form .form-group input[type=password] {
  background-color: #1d1e26;
  border: 1px solid #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .auth-bg-video .authentication-box .card .theme-form .checkbox label::before {
  background-color: #1d1e26;
  border: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .error-wrapper .maintenance-icons li i {
  color: #1d1e26;
}
body.dark-only .page-wrapper .error-wrapper .maintenance-icons li:nth-child(3) i {
  color: #1d1e26;
}
body.dark-only .page-wrapper .modal-content {
  background-color: #262932;
}
body.dark-only .page-wrapper .modal-content .modal-header {
  border-bottom: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .modal-content .modal-header .close {
  color: #98a6ad;
}
body.dark-only .page-wrapper .modal-content .modal-footer {
  border-top: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .comingsoon {
  background-blend-mode: overlay;
  background-color: rgba(54, 64, 74, 0.9);
}
body.dark-only .page-wrapper .comingsoon .comingsoon-inner h5 {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .comingsoon .comingsoon-inner .countdown {
  border-top: 1px solid #1d1e26;
  border-bottom: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .comingsoon .comingsoon-inner .countdown .title {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .comingsoon .comingsoon-inner .coming-soon-bottom-link a {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .theme-form .login-divider {
  border-top: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .theme-form .login-divider:before {
  background: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .authentication-main {
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .authentication-main .auth-innerright .reset-password-box .card {
  background-color: #262932;
}
body.dark-only .page-wrapper .authentication-main .auth-innerright .reset-password-box .reset-password-link {
  color: #98a6ad;
}
body.dark-only .page-wrapper .authentication-main .auth-innerright .reset-password-box .theme-form .form-group label {
  color: #98a6ad;
}
body.dark-only .page-wrapper .authentication-main .auth-innerright .reset-password-box .theme-form .form-group .form-control {
  background-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
  border-color: #1d1e26;
}
body.dark-only .page-wrapper .authentication-main .auth-innerright .reset-password-box .theme-form .opt-box {
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .authentication-main .auth-innerright .authentication-box h4 {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .authentication-main .auth-innerright .authentication-box h6 {
  color: #98a6ad;
}
body.dark-only .page-wrapper .authentication-main .auth-innerright .authentication-box h3 {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .authentication-main .auth-innerright .authentication-box .card {
  background-color: #262932;
}
body.dark-only .page-wrapper .authentication-main .auth-innerright .authentication-box .card .theme-form .form-group input[type=text],
body.dark-only .page-wrapper .authentication-main .auth-innerright .authentication-box .card .theme-form .form-group input[type=password] {
  background-color: #1d1e26;
  border: 1px solid #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .authentication-main .auth-innerright .authentication-box .card .theme-form .checkbox label::before {
  background-color: #1d1e26;
  border: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .vertical-menu-main {
  background-color: #262932;
}
body.dark-only .page-wrapper .mega-menu .title {
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .mega-menu .list-unstyled div a:hover {
  color: var(--theme-default);
}
body.dark-only .page-wrapper .default-according .card {
  background-color: #262932;
}
body.dark-only .page-wrapper .default-according .card .btn-link {
  background-color: #262932;
  border: 1px solid #374558;
  border-bottom: none;
  color: #fff;
}
body.dark-only .page-wrapper .default-according .card .text-muted {
  color: #98a6ad !important;
}
body.dark-only .page-wrapper .default-according .bg-primary .btn-link {
  background-color: var(--theme-default);
  border: 1px solid var(--theme-default);
}
body.dark-only .page-wrapper .default-according .bg-secondary .btn-link {
  background-color: var(--theme-secondary);
  border: 1px solid var(--theme-secondary);
}
body.dark-only .page-wrapper .collapse .card-body {
  background-color: #262932;
}
body.dark-only .page-wrapper .balance-widget.card-body {
  background-color: #262932;
  background-blend-mode: overlay;
}
@media screen and (max-width: 1660px) {
  body.dark-only .page-wrapper .caller-img img {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 1199px) {
  body.dark-only .page-wrapper .mobile-title.d-none {
    border-bottom: 1px solid #374558;
  }
  body.dark-only .page-wrapper .chat-menu {
    border-top: 1px solid #1d1e26;
    background-color: #262932;
  }
  body.dark-only .page-wrapper .error-wrapper .maintenance-icons li i {
    color: #3f475a;
  }
}
@media only screen and (max-width: 575.98px) {
  body.dark-only .page-wrapper.compact-sidebar .page-header .header-wrapper .toggle-sidebar {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  body.dark-only .page-wrapper .user-profile .hovercard .info .user-designation {
    border-top: 1px solid #374558;
    border-bottom: 1px solid #374558;
  }
  body.dark-only .page-wrapper .page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar, body.dark-only .page-wrapper .page-wrapper.compact-sidebar .page-header .header-wrapper .toggle-sidebar {
    border-right: 1px solid #374558;
  }
}
body.dark-only .lg-backdrop {
  background-color: #1d1e26;
}
body.dark-only .lg-outer .lg-thumb-outer {
  background-color: #262932;
}
body.dark-only .drag {
  background-color: #262932;
}
body.dark-only .drag form {
  background: #262932;
  box-shadow: 0 0 30px #1d1e26;
  border: 1px dotted #1d1e26;
}
body.dark-only .drag form input {
  background-color: #1d1e26;
  border: 1px solid #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .drag form .help-block {
  text-transform: capitalize;
  color: #98a6ad;
}
body.dark-only .draggable input {
  background-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid #1d1e26;
}
body.dark-only .draggable p {
  color: #98a6ad;
}
body.dark-only .draggable select {
  background-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid #1d1e26;
}
body.dark-only .draggable .radio label::before,
body.dark-only .draggable .checkbox label::before {
  background-color: #1d1e26;
  border: 1px solid #1d1e26;
}
body.dark-only .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #323846;
}
body.dark-only .select2-container--default .select2-selection--multiple,
body.dark-only .select2-container--default .select2-selection--single {
  background-color: #1d1e26;
  border: 1px solid #1d1e26 !important;
}
body.dark-only .select2-container--default .select2-search--inline .select2-search__field {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: #1d1e26;
  border: 1px solid #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #262932 !important;
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .select2-dropdown {
  background-color: #1d1e26;
  border: 1px solid #1d1e26;
}
body.dark-only .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #1d1e26;
}
body.dark-only .theme-form .form-group select.form-control:not([size]):not([multiple]) {
  background-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
  border-color: #1d1e26;
}
body.dark-only .theme-form .form-group input[type=text],
body.dark-only .theme-form .form-group input[type=email],
body.dark-only .theme-form .form-group input[type=search],
body.dark-only .theme-form .form-group input[type=password],
body.dark-only .theme-form .form-group input[type=number],
body.dark-only .theme-form .form-group input[type=tel],
body.dark-only .theme-form .form-group input[type=date],
body.dark-only .theme-form .form-group input[type=datetime-local],
body.dark-only .theme-form .form-group input[type=time],
body.dark-only .theme-form .form-group input[type=datetime-local],
body.dark-only .theme-form .form-group input[type=month],
body.dark-only .theme-form .form-group input[type=week],
body.dark-only .theme-form .form-group input[type=url],
body.dark-only .theme-form .form-group input[type=file],
body.dark-only .theme-form .form-group select {
  border-color: #1d1e26;
  background-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .theme-form .form-group input[type=text]::-webkit-input-placeholder,
body.dark-only .theme-form .form-group input[type=email]::-webkit-input-placeholder,
body.dark-only .theme-form .form-group input[type=search]::-webkit-input-placeholder,
body.dark-only .theme-form .form-group input[type=password]::-webkit-input-placeholder,
body.dark-only .theme-form .form-group input[type=number]::-webkit-input-placeholder,
body.dark-only .theme-form .form-group input[type=tel]::-webkit-input-placeholder,
body.dark-only .theme-form .form-group input[type=date]::-webkit-input-placeholder,
body.dark-only .theme-form .form-group input[type=datetime-local]::-webkit-input-placeholder,
body.dark-only .theme-form .form-group input[type=time]::-webkit-input-placeholder,
body.dark-only .theme-form .form-group input[type=datetime-local]::-webkit-input-placeholder,
body.dark-only .theme-form .form-group input[type=month]::-webkit-input-placeholder,
body.dark-only .theme-form .form-group input[type=week]::-webkit-input-placeholder,
body.dark-only .theme-form .form-group input[type=url]::-webkit-input-placeholder,
body.dark-only .theme-form .form-group input[type=file]::-webkit-input-placeholder,
body.dark-only .theme-form .form-group select::-webkit-input-placeholder {
  color: #98a6ad;
}
body.dark-only .theme-form .form-group .form-control {
  background-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .theme-form .form-group textarea {
  border-color: #1d1e26;
}
body.dark-only .theme-form .form-divider {
  border-top: 1px solid #1d1e26;
}
body.dark-only .theme-form .form-divider::before {
  background: #262932;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .CodeMirror {
  background: #262932;
  border: 1px solid #98a6ad;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .CodeMirror .CodeMirror-code pre {
  background: #262932;
}
body.dark-only .editor-toolbar {
  border-top: 1px solid #98a6ad;
  border-left: 1px solid #98a6ad;
  border-right: 1px solid #98a6ad;
}
body.dark-only .editor-toolbar a {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .editor-toolbar a:hover, body.dark-only .editor-toolbar a.active {
  background: #1d1e26;
}
body.dark-only .editor-toolbar i.separator {
  border-left: 1px solid #98a6ad;
  border-right: 1px solid #98a6ad;
}
body.dark-only .editor-toolbar.fullscreen::before {
  background: linear-gradient(to right, #1d1e26 0, rgba(0, 0, 0, 0) 100%);
}
body.dark-only .editor-toolbar.fullscreen::after {
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, #1d1e26 100%);
}
body.dark-only .editor-toolbar.disabled-for-preview a:not(.no-disable) {
  background: #1d1e26;
}
body.dark-only .editor-preview {
  background-color: #262932;
}
body.dark-only .editor-toolbar.fullscreen,
body.dark-only .editor-preview-side {
  background: #262932;
  border: 1px solid #98a6ad;
}
body.dark-only .u-step {
  background: #1d1e26;
}
body.dark-only .u-step.active, body.dark-only .u-step.current {
  background: var(--theme-default);
  color: #fff;
}
body.dark-only .u-step-title,
body.dark-only .u-pearl-title {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .u-step-number {
  background-color: #262932;
}
body.dark-only .u-pearl:before {
  background-color: #1d1e26;
}
body.dark-only .u-pearl-number,
body.dark-only .u-pearl-icon {
  background: #1d1e26;
  border: 2px solid #1d1e26;
}
body.dark-only .u-pearl.disabled .u-pearl-icon,
body.dark-only .u-pearl.disabled .u-pearl-number {
  background: #1d1e26;
  border: 2px solid #1d1e26;
}
body.dark-only .u-pearl.disabled:after {
  background-color: #334053;
}
body.dark-only .u-pearl.error:after {
  background-color: #1d1e26;
}
body.dark-only .note-editor.note-frame {
  border-color: #1d1e26;
}
body.dark-only .note-editor.note-frame .note-editing-area .note-editable {
  background-color: #262932;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .swal-modal {
  background-color: #262932;
}
body.dark-only .swal-modal .swal-title {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .swal-modal .swal-text {
  color: #98a6ad;
}
body.dark-only .swal-modal .swal-content__input {
  background-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .nav-tabs {
  border-bottom: 1px solid #374558;
}
body.dark-only .nav-tabs .nav-link {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .nav-tabs .nav-link.active {
  background-color: #262932;
  color: rgba(255, 255, 255, 0.6);
  border-color: #374558 #374558 #262932;
}
body.dark-only .nav-tabs .nav-link:hover, body.dark-only .nav-tabs .nav-link:focus {
  border-color: #374558 #374558 #323846;
}
body.dark-only .nav-tabs .nav-item.show .nav-link {
  background-color: #262932;
  color: rgba(255, 255, 255, 0.6);
  border-color: #1d1e26 #1d1e26 #262932;
}
body.dark-only .nav-primary .nav-link.active {
  background-color: var(--theme-default);
}
body.dark-only .nav-primary .nav-item.show .nav-link {
  background-color: var(--theme-default);
}
body.dark-only .custom-tab.nav-tabs {
  border-bottom: none;
}
body.dark-only .bg-navbar .nav {
  background-color: #1d1e26;
}
body.dark-only .nav-tabs.nav-bottom .nav-item .nav-link.active, body.dark-only .nav-tabs.nav-bottom .nav-item .nav-link.focus, body.dark-only .nav-tabs.nav-bottom .nav-item .nav-link.hover {
  border-color: #262932 #1d1e26 #1d1e26;
}
body.dark-only .border-tab .nav-link.active {
  background-color: transparent;
}
body.dark-only .border-tab .show > .nav-link {
  background-color: transparent;
}
body.dark-only .border-tab.nav-left .nav-link,
body.dark-only .border-tab.nav-right .nav-link {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .border-tab.nav-left .nav-link.active,
body.dark-only .border-tab.nav-right .nav-link.active {
  color: var(--theme-default);
}
body.dark-only .border-tab.nav-left .show > .nav-link,
body.dark-only .border-tab.nav-right .show > .nav-link {
  color: var(--theme-default);
}
body.dark-only .border-tab.nav-left.nav-secondary .nav-link.active, body.dark-only .border-tab.nav-left.nav-secondary .nav-link:focus, body.dark-only .border-tab.nav-left.nav-secondary .nav-link:hover {
  border-left-color: var(--theme-secondary);
  color: var(--theme-secondary) !important;
}
body.dark-only .border-tab.nav-left.nav-secondary .show > .nav-link {
  border-left-color: var(--theme-secondary);
  color: var(--theme-secondary) !important;
}
body.dark-only .border-tab.nav-left.nav-secondary .nav-item.show {
  color: var(--theme-secondary) !important;
  border-left-color: var(--theme-secondary);
}
body.dark-only .border-tab.nav-left.nav-success .nav-link.active, body.dark-only .border-tab.nav-left.nav-success .nav-link:focus, body.dark-only .border-tab.nav-left.nav-success .nav-link:hover {
  color: #65c15c !important;
}
body.dark-only .border-tab.nav-left.nav-success .show > .nav-link {
  border-left-color: #65c15c;
  color: #65c15c !important;
}
body.dark-only .border-tab.nav-left.nav-success .nav-item.show {
  color: #65c15c !important;
  border-left-color: #65c15c;
}
body.dark-only .border-tab.nav-right.nav-info .nav-link.active, body.dark-only .border-tab.nav-right.nav-info .nav-link:focus, body.dark-only .border-tab.nav-right.nav-info .nav-link:hover {
  color: #40b8f5 !important;
}
body.dark-only .border-tab.nav-right.nav-info .show > .nav-link {
  border-left-color: #40b8f5;
  color: #40b8f5 !important;
}
body.dark-only .border-tab.nav-right.nav-info .nav-item.show {
  color: #40b8f5 !important;
  border-left-color: #40b8f5;
}
body.dark-only .border-tab.nav-secondary .nav-link.active, body.dark-only .border-tab.nav-secondary .nav-link:focus, body.dark-only .border-tab.nav-secondary .nav-link:hover {
  color: var(--theme-secondary) !important;
}
body.dark-only .border-tab.nav-secondary .nav-item.show {
  color: var(--theme-secondary) !important;
}
body.dark-only .border-tab.nav-success .nav-link.active, body.dark-only .border-tab.nav-success .nav-link:focus, body.dark-only .border-tab.nav-success .nav-link:hover {
  color: #65c15c !important;
}
body.dark-only .border-tab.nav-success .nav-item.show {
  color: #65c15c !important;
}
body.dark-only .dropdown-divider {
  border-top: 1px solid #1d1e26;
}
body.dark-only .icon-hover-bottom {
  background-color: #262932;
  box-shadow: 0px 0px 1px 1px #1d1e26;
}
body.dark-only .icon-hover-bottom .icon-title {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .icon-hover-bottom span {
  color: #98a6ad;
}
body.dark-only .icon-hover-bottom .form-group input {
  background-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid #1d1e26;
}
body.dark-only .icon-hover-bottom .icon-first i {
  color: #98a6ad;
}
body.dark-only .horizontal-icons-tab .nav-tabs .nav-item .nav-link {
  background-image: linear-gradient(90deg, transparent 70%, rgba(255, 255, 255, 0.08) 100%);
}
body.dark-only .arrow-tabs.bg-navbar i {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .bottom-navbar .tab-content .tab-paragraph i {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only ul,
body.dark-only ol,
body.dark-only dl,
body.dark-only p {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only ul li,
body.dark-only ul dt,
body.dark-only ul dd,
body.dark-only ol li,
body.dark-only ol dt,
body.dark-only ol dd,
body.dark-only dl li,
body.dark-only dl dt,
body.dark-only dl dd,
body.dark-only p li,
body.dark-only p dt,
body.dark-only p dd {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only #cd-timeline::before {
  background: #1d1e26;
}
body.dark-only .timeliny {
  border-top: 1px solid #1d1e26;
  border-bottom: 1px solid #1d1e26;
}
body.dark-only .timeliny::before {
  background-color: #fff;
}
body.dark-only .timeliny .timeliny-dot {
  background-color: #262932;
  border: 1px solid #fff;
}
body.dark-only .timeliny .timeliny-dot::before {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .timeliny .timeliny-timeline .timeliny-timeblock.active .timeliny-dot::before {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .timeliny .timeliny-timeline .timeliny-timeblock.active .timeliny-dot::after {
  background-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
  border: none;
}
body.dark-only .timeliny .timeliny-timeline .timeliny-timeblock:not(.inactive):not(.active) .timeliny-dot:hover {
  background-color: #fff;
}
body.dark-only .timeliny .timeliny-timeline .timeliny-timeblock:not(.inactive):not(.active) .timeliny-dot:hover::before {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .timeliny .timeliny-timeline .timeliny-timeblock .timeliny-dot:hover::after {
  background-color: #262932;
  border: 1px solid #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .stroke-dark {
  stroke: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .taskadd table tr td .task_title_0 {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-only .todo .todo-list-wrapper #todo-list li .task-container {
  background: #262932;
  border-bottom: 1px solid #1d1e26;
}
body.dark-only .todo .todo-list-wrapper #todo-list li .task-container .task-label {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .todo .todo-list-wrapper #todo-list li .task-container:hover h4 {
  color: #fff;
}
body.dark-only .todo .todo-list-wrapper #todo-list li .task-container .task-action-btn .action-box:hover:not(.active) {
  background: #262932;
  border: 1px solid #1d1e26;
}
body.dark-only .todo .todo-list-wrapper #todo-list li.completed .task-container .task-label {
  color: var(--theme-default);
}
body.dark-only .todo .todo-list-wrapper #todo-list li.completed .task-container .complete-btn:hover {
  border: 1px solid #65c15c !important;
}
body.dark-only .todo .todo-list-wrapper .todo-list-footer .new-task-wrapper textarea {
  background-color: #262932;
  border: 1px solid #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .user-profile .ttl-info h6 {
  color: #98a6ad;
}
body.dark-only .user-profile .ttl-info span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .user-profile .hovercard .info .title a {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .user-profile .hovercard .user-image .avatar img {
  border: 10px solid #262932;
}
body.dark-only .user-profile .hovercard .user-image .icon-wrapper {
  background-color: #262932;
}
body.dark-only .user-profile .hovercard .tabs-scoial {
  border-bottom: none !important;
}
body.dark-only .user-profile .follow .follow-num {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .user-profile .profile-img-style .user-name {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .user-profile .profile-img-style p {
  color: #98a6ad;
}
body.dark-only .introjs-helperLayer {
  background-color: rgba(54, 64, 74, 0.9);
  border: rgba(255, 255, 255, 0.5);
}
body.dark-only .jstree-default .jstree-node,
body.dark-only .jstree-default .jstree-icon {
  color: #455869 !important;
}
body.dark-only .jstree-default .jstree-anchor {
  color: #98a6ad;
}
body.dark-only .jstree-default .jstree-clicked {
  color: #fff;
  background-color: transparent;
}
body.dark-only .jstree-default .jstree-hovered {
  background-color: #1d1e26;
  border: 1px solid #1d1e26;
}
body.dark-only span.twitter-typeahead .tt-menu {
  background-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only span.twitter-typeahead .tt-suggestion {
  color: rgba(255, 255, 255, 0.6);
  background-color: #1d1e26;
  border-top: 1px solid #374558;
}
body.dark-only span.twitter-typeahead .tt-suggestion:hover, body.dark-only span.twitter-typeahead .tt-suggestion:focus {
  background-color: #262932;
}
body.dark-only .typography small {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .code-box-copy pre {
  background-color: #1d1e26;
}
body.dark-only .code-box-copy pre code {
  background-color: #1d1e26;
}
body.dark-only .code-box-copy pre[class*=language-] {
  border: 1px solid #1d1e26;
}
body.dark-only .code-box-copy .code-box-copy__btn {
  background-color: #1d1e26;
  border: 1px solid #1d1e26;
  color: #fff;
}
body.dark-only .code-box-copy code[class*=language-],
body.dark-only .code-box-copy pre[class*=language-] {
  text-shadow: 0px 1px #000;
}
body.dark-only .code-box-copy code[class*=language-] ::selection,
body.dark-only .code-box-copy pre[class*=language-] ::selection {
  text-shadow: none;
  background: #262932;
}
body.dark-only table.fixedHeader-floating {
  background-color: #1d1e26;
}
body.dark-only .note textarea {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .dt-button-info {
  background-color: #262932;
  border: 1px solid #1d1e26;
}
body.dark-only .dt-button-info h2 {
  background-color: #262932;
  border-bottom: 1px solid #1d1e26;
}
body.dark-only pre {
  background-color: #1d1e26;
}
body.dark-only #keytable_wrapper .dataTables_paginate,
body.dark-only #column-selector_wrapper .dataTables_paginate,
body.dark-only #auto-fill_wrapper .dataTables_paginate,
body.dark-only #custom-button_wrapper .dataTables_paginate,
body.dark-only #class-button_wrapper .dataTables_paginate,
body.dark-only #keyboard-btn_wrapper .dataTables_paginate,
body.dark-only #multilevel-btn_wrapper .dataTables_paginate,
body.dark-only #pagelength-btn_wrapper .dataTables_paginate,
body.dark-only #basic-colreorder_wrapper .dataTables_paginate,
body.dark-only #state-saving_wrapper .dataTables_paginate,
body.dark-only #real-time_wrapper .dataTables_paginate,
body.dark-only #basic-fixed-header_wrapper .dataTables_paginate,
body.dark-only #fixed-header-footer_wrapper .dataTables_paginate,
body.dark-only #export-button_wrapper .dataTables_paginate,
body.dark-only #excel-cust-bolder_wrapper .dataTables_paginate,
body.dark-only #cust-json_wrapper .dataTables_paginate,
body.dark-only #basic-key-table_wrapper .dataTables_paginate,
body.dark-only #focus-cell_wrapper .dataTables_paginate,
body.dark-only #responsive_wrapper .dataTables_paginate,
body.dark-only #new-cons_wrapper .dataTables_paginate,
body.dark-only #show-hidden-row_wrapper .dataTables_paginate,
body.dark-only #basic-row-reorder_wrapper .dataTables_paginate,
body.dark-only #full-row_wrapper .dataTables_paginate,
body.dark-only #rest-column_wrapper .dataTables_paginate {
  border: none;
}
body.dark-only #example-style-8_wrapper table.dataTable.stripe tbody tr.odd,
body.dark-only #example-style-8_wrapper table.dataTable.display tbody tr.odd {
  background-color: #1d1e26;
}
body.dark-only .error-wrapper {
  background-color: rgba(54, 64, 74, 0.8);
}
body.dark-only .error-wrapper .sub-content {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .b-light {
  border: 1px solid #1d1e26 !important;
}
body.dark-only .modal-content {
  background-color: #262932;
}
body.dark-only .modal-content .modal-header {
  border-bottom: 1px solid #374558;
}
body.dark-only .modal-content .modal-header .close {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}
body.dark-only .modal-content .ui-front .form-control {
  background-color: #262932;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid #374558;
}
body.dark-only .modal .theme-close {
  color: rgba(255, 255, 255, 0.2);
}
body.dark-only .token.atrule,
body.dark-only .token.attr-value,
body.dark-only .token.keyword {
  color: #40b8f5;
}
body.dark-only .token.boolean, body.dark-only .token.constant, body.dark-only .token.deleted, body.dark-only .token.number, body.dark-only .token.property, body.dark-only .token.symbol, body.dark-only .token.tag {
  color: #fc564a;
}
body.dark-only .loader-box.card-loader {
  background-color: #262932;
}
body.dark-only .my-gallery.gallery-with-description img {
  border: 1px solid #374558 !important;
  border-bottom: none !important;
}
body.dark-only .alert-primary.inverse {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .alert-secondary.inverse {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .alert-success.inverse {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .alert-danger.inverse {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .alert-warning.inverse {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .alert-info.inverse {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .alert-light.inverse {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .alert-dark.inverse {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .alert-theme span + span + span {
  background-color: #1d1e26;
}
body.dark-only .alert-theme i {
  padding: 20px;
  margin-right: 20px !important;
}
body.dark-only .user-card .user-deatils h6 {
  color: #98a6ad;
}
body.dark-only .user-card .card-footer > div:first-child {
  border-right: 1px solid #1d1e26;
}
body.dark-only .user-card .card-footer .user-footer h6 {
  color: #98a6ad;
}
body.dark-only .user-card .card-footer .user-footer svg path,
body.dark-only .user-card .card-footer .user-footer svg rect {
  color: #98a6ad;
}
body.dark-only .navigation-option ul li a {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .navigation-option ul li:hover {
  background-color: #1d1e26;
}
body.dark-only .product-box .product-details h6 {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .product-box .product-details > a {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .product-box .product-details span {
  color: #98a6ad;
}
body.dark-only .product-box .product-img .product-hover ul li {
  background-color: #262932;
}
body.dark-only .product-box .product-img .product-hover ul li:hover {
  background-color: #000;
  color: #fff;
}
body.dark-only .browse .browse-articles ul li a {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .browse .browse-articles ul li:hover {
  background-color: #1d1e26;
}
body.dark-only .radio-primary input[type=radio] + label::before {
  border-color: var(--theme-default) !important;
}
body.dark-only .radio-primary input[type=radio] + label::after {
  background-color: var(--theme-default);
}
body.dark-only .radio-primary input[type=radio]:checked + label::before {
  border-color: var(--theme-default) !important;
}
body.dark-only .radio-primary input[type=radio]:checked + label::after {
  background-color: var(--theme-default);
}
body.dark-only .radio-secondary input[type=radio] + label::before {
  border-color: #838383 !important;
}
body.dark-only .radio-secondary input[type=radio] + label::after {
  background-color: #838383;
}
body.dark-only .radio-secondary input[type=radio]:checked + label::before {
  border-color: #838383 !important;
}
body.dark-only .radio-secondary input[type=radio]:checked + label::after {
  background-color: #838383;
}
body.dark-only .radio-success input[type=radio] + label::before {
  border-color: #65c15c !important;
}
body.dark-only .radio-success input[type=radio] + label::after {
  background-color: #65c15c;
}
body.dark-only .radio-success input[type=radio]:checked + label::before {
  border-color: #65c15c !important;
}
body.dark-only .radio-success input[type=radio]:checked + label::after {
  background-color: #65c15c;
}
body.dark-only .radio-danger input[type=radio] + label::before {
  border-color: #fc564a !important;
}
body.dark-only .radio-danger input[type=radio] + label::after {
  background-color: #fc564a;
}
body.dark-only .radio-danger input[type=radio]:checked + label::before {
  border-color: #fc564a !important;
}
body.dark-only .radio-danger input[type=radio]:checked + label::after {
  background-color: #fc564a;
}
body.dark-only .radio-info input[type=radio] + label::before {
  border-color: #40b8f5 !important;
}
body.dark-only .radio-info input[type=radio] + label::after {
  background-color: #40b8f5;
}
body.dark-only .radio-info input[type=radio]:checked + label::before {
  border-color: #40b8f5 !important;
}
body.dark-only .radio-info input[type=radio]:checked + label::after {
  background-color: #40b8f5;
}
body.dark-only .radio-light input[type=radio] + label::before {
  border-color: #f4f4f4 !important;
}
body.dark-only .radio-light input[type=radio] + label::after {
  background-color: #f4f4f4;
}
body.dark-only .radio-light input[type=radio]:checked + label::before {
  border-color: #f4f4f4 !important;
}
body.dark-only .radio-light input[type=radio]:checked + label::after {
  background-color: #f4f4f4;
}
body.dark-only .radio-dark input[type=radio] + label::before {
  border-color: #3f475a !important;
}
body.dark-only .radio-dark input[type=radio] + label::after {
  background-color: #3f475a;
}
body.dark-only .radio-dark input[type=radio]:checked + label::before {
  border-color: #3f475a !important;
}
body.dark-only .radio-dark input[type=radio]:checked + label::after {
  background-color: #3f475a;
}
body.dark-only .radio-warning input[type=radio] + label::before {
  border-color: #ffb829 !important;
}
body.dark-only .radio-warning input[type=radio] + label::after {
  background-color: #ffb829;
}
body.dark-only .radio-warning input[type=radio]:checked + label::before {
  border-color: #ffb829 !important;
}
body.dark-only .radio-warning input[type=radio]:checked + label::after {
  background-color: #ffb829;
}
body.dark-only .checkbox-primary label::before {
  border-color: var(--theme-default) !important;
}
body.dark-only .checkbox-secondary label::before {
  border-color: #838383 !important;
}
body.dark-only .checkbox-success label::before {
  border-color: #65c15c !important;
}
body.dark-only .checkbox-danger label::before {
  border-color: #fc564a !important;
}
body.dark-only .checkbox-info label::before {
  border-color: #40b8f5 !important;
}
body.dark-only .checkbox-light label::before {
  border-color: #f4f4f4 !important;
}
body.dark-only .checkbox-dark label::before {
  border-color: #3f475a !important;
}
body.dark-only .checkbox-warning label::before {
  border-color: #ffb829 !important;
}
body.dark-only .checkbox-solid-primary label:before {
  background-color: var(--theme-default) !important;
  border-color: var(--theme-default) !important;
  color: #fff !important;
}
body.dark-only .checkbox-solid-primary input[type=checkbox]:checked + label::before {
  background-color: var(--theme-default) !important;
  border-color: var(--theme-default) !important;
  color: #fff !important;
}
body.dark-only .checkbox-solid-primary input[type=checkbox]:checked + label::after {
  color: #fff !important;
}
body.dark-only .checkbox-solid-secondary label:before {
  background-color: #838383 !important;
  border-color: #838383 !important;
  color: #fff !important;
}
body.dark-only .checkbox-solid-secondary input[type=checkbox]:checked + label::before {
  background-color: #838383 !important;
  border-color: #838383 !important;
  color: #fff !important;
}
body.dark-only .checkbox-solid-secondary input[type=checkbox]:checked + label::after {
  color: #fff !important;
}
body.dark-only .checkbox-solid-success label:before {
  background-color: #65c15c !important;
  border-color: #65c15c !important;
  color: #fff !important;
}
body.dark-only .checkbox-solid-success input[type=checkbox]:checked + label::before {
  background-color: #65c15c !important;
  border-color: #65c15c !important;
  color: #fff !important;
}
body.dark-only .checkbox-solid-success input[type=checkbox]:checked + label::after {
  color: #fff !important;
}
body.dark-only .checkbox-solid-danger label:before {
  background-color: #fc564a !important;
  border-color: #fc564a !important;
  color: #fff !important;
}
body.dark-only .checkbox-solid-danger input[type=checkbox]:checked + label::before {
  background-color: #fc564a !important;
  border-color: #fc564a !important;
  color: #fff !important;
}
body.dark-only .checkbox-solid-danger input[type=checkbox]:checked + label::after {
  color: #fff !important;
}
body.dark-only .checkbox-solid-info label:before {
  background-color: #40b8f5 !important;
  border-color: #40b8f5 !important;
  color: #fff !important;
}
body.dark-only .checkbox-solid-info input[type=checkbox]:checked + label::before {
  background-color: #40b8f5 !important;
  border-color: #40b8f5 !important;
  color: #fff !important;
}
body.dark-only .checkbox-solid-info input[type=checkbox]:checked + label::after {
  color: #fff !important;
}
body.dark-only .checkbox-solid-light label:before {
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
  color: #fff !important;
}
body.dark-only .checkbox-solid-light input[type=checkbox]:checked + label::before {
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
  color: #fff !important;
}
body.dark-only .checkbox-solid-light input[type=checkbox]:checked + label::after {
  color: #fff !important;
}
body.dark-only .checkbox-solid-dark label:before {
  background-color: #3f475a !important;
  border-color: #3f475a !important;
  color: #fff !important;
}
body.dark-only .checkbox-solid-dark input[type=checkbox]:checked + label::before {
  background-color: #3f475a !important;
  border-color: #3f475a !important;
  color: #fff !important;
}
body.dark-only .checkbox-solid-dark input[type=checkbox]:checked + label::after {
  color: #fff !important;
}
body.dark-only .checkbox-solid-warning label:before {
  background-color: #ffb829 !important;
  border-color: #ffb829 !important;
  color: #fff !important;
}
body.dark-only .checkbox-solid-warning input[type=checkbox]:checked + label::before {
  background-color: #ffb829 !important;
  border-color: #ffb829 !important;
  color: #fff !important;
}
body.dark-only .checkbox-solid-warning input[type=checkbox]:checked + label::after {
  color: #fff !important;
}
body.dark-only .bootstrap-datetimepicker-widget ul li {
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid #1d1e26;
}
body.dark-only .bootstrap-datetimepicker-widget tr th:hover,
body.dark-only .bootstrap-datetimepicker-widget tr td:hover {
  background-color: #262932;
}
body.dark-only .bootstrap-datetimepicker-widget tr th span:hover,
body.dark-only .bootstrap-datetimepicker-widget tr td span:hover {
  background-color: #262932;
}
body.dark-only .bootstrap-datetimepicker-widget tr th.prev:hover, body.dark-only .bootstrap-datetimepicker-widget tr th.next:hover,
body.dark-only .bootstrap-datetimepicker-widget tr td.prev:hover,
body.dark-only .bootstrap-datetimepicker-widget tr td.next:hover {
  background-color: #262932;
}
body.dark-only .bootstrap-datetimepicker-widget tr:first-child th:hover {
  background-color: #262932;
}
body.dark-only .btn-transparent {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only #cal-basic .fc-toolbar .fc-left .fc-next-button .fc-icon-right-single-arrow:after,
body.dark-only #cal-basic .fc-toolbar .fc-right .fc-next-button .fc-icon-right-single-arrow:after {
  color: #98a6ad;
}
body.dark-only #cal-basic .fc-toolbar .fc-left .fc-prev-button .fc-icon-left-single-arrow:after,
body.dark-only #cal-basic .fc-toolbar .fc-right .fc-prev-button .fc-icon-left-single-arrow:after {
  color: #98a6ad;
}
body.dark-only #cal-basic .fc-toolbar .fc-left .fc-button-group .fc-month-button {
  color: #fff !important;
}
body.dark-only .fc-button-group .fc-basicWeek-button,
body.dark-only .fc-button-group .fc-basicDay-button,
body.dark-only .fc-button-group .fc-agendaWeek-button,
body.dark-only .fc-button-group .fc-agendaDay-button {
  color: #000 !important;
}
body.dark-only .fc-button-group .fc-month-button {
  color: #fff !important;
}
body.dark-only .visual-button .button-light-secondary,
body.dark-only .visual-button .button-light-warning,
body.dark-only .visual-button .button-light-success {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .mix-hover-btn .txt-dark {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .btn-light:not([disabled]):not(.disabled).active.active {
  background-color: #1d1e26 !important;
}
body.dark-only .btn-light.disabled, body.dark-only .btn-light:disabled {
  color: rgba(64, 64, 64, 0.5) !important;
}
body.dark-only #cal-agenda-view .fc-toolbar .fc-right .fc-button-group .fc-month-button,
body.dark-only #cal-agenda-view .fc-toolbar .fc-right .fc-button-group .btn-light {
  color: #000 !important;
}
body.dark-only #cal-agenda-view .fc-toolbar .fc-right .fc-button-group .fc-agendaWeek-button {
  color: #fff !important;
}
body.dark-only #cal-agenda-view .fc-toolbar .fc-right .fc-button-group .fc-agendaWeek-button:hover {
  color: #000 !important;
}
body.dark-only .basic-calendar .fc-toolbar .fc-right .fc-button-group .fc-basicWeek-button,
body.dark-only .basic-calendar .fc-toolbar .fc-right .fc-button-group .btn-light,
body.dark-only #cal-bg-events .fc-toolbar .fc-right .fc-button-group .fc-basicWeek-button,
body.dark-only #cal-bg-events .fc-toolbar .fc-right .fc-button-group .btn-light,
body.dark-only #cal-event-colors .fc-toolbar .fc-right .fc-button-group .fc-basicWeek-button,
body.dark-only #cal-event-colors .fc-toolbar .fc-right .fc-button-group .btn-light {
  color: #000 !important;
}
body.dark-only .basic-calendar .fc-toolbar .fc-right .fc-button-group .fc-month-button,
body.dark-only #cal-bg-events .fc-toolbar .fc-right .fc-button-group .fc-month-button,
body.dark-only #cal-event-colors .fc-toolbar .fc-right .fc-button-group .fc-month-button {
  color: #fff !important;
}
body.dark-only .basic-calendar .fc-toolbar .fc-right .fc-button-group .fc-month-button:hover,
body.dark-only #cal-bg-events .fc-toolbar .fc-right .fc-button-group .fc-month-button:hover,
body.dark-only #cal-event-colors .fc-toolbar .fc-right .fc-button-group .fc-month-button:hover {
  color: #000 !important;
}
body.dark-only .categories ul li a {
  color: #98a6ad;
}
body.dark-only .categories ul li:hover {
  background-color: #1d1e26;
}
body.dark-only .socialprofile .badge {
  background-color: #1d1e26;
}
body.dark-only .socialprofile .likes-profile h5 span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .socialprofile span {
  color: #98a6ad;
}
body.dark-only .social-status .d-flex .flex-grow-1 span + span {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .social-status .d-flex .flex-grow-1 p,
body.dark-only .social-status .d-flex .flex-grow-1 .light-span {
  color: #98a6ad;
}
body.dark-only .filter-cards-view p,
body.dark-only .timeline-content p {
  color: #98a6ad;
}
body.dark-only .filter-cards-view .comment-number i,
body.dark-only .timeline-content .comment-number i {
  color: #98a6ad;
}
body.dark-only .filter-cards-view .comments-box .input-group,
body.dark-only .timeline-content .comments-box .input-group {
  background-color: #1d1e26;
}
body.dark-only .filter-cards-view .comments-box .input-group .form-control,
body.dark-only .timeline-content .comments-box .input-group .form-control {
  border: none !important;
}
body.dark-only .filter-cards-view .comments-box .input-group .input-group-append,
body.dark-only .timeline-content .comments-box .input-group .input-group-append {
  background-color: #1d1e26;
}
body.dark-only .filter-cards-view .comments-box .input-group .input-txt-bx,
body.dark-only .timeline-content .comments-box .input-group .input-txt-bx {
  background-color: #1d1e26;
}
body.dark-only .social-chat .flex-grow-1 {
  border: 1px solid #374558;
}
body.dark-only .social-chat .flex-grow-1:after {
  border-right: 7px solid #262932;
}
body.dark-only .social-chat span span {
  color: #98a6ad;
}
body.dark-only .details-about .your-details p {
  color: #98a6ad;
}
body.dark-only .activity-log .my-activity p {
  color: #98a6ad;
}
body.dark-only .bookmark ul li a {
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 991.98px) {
  body.dark-only .page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar {
    border-right: 1px solid #374558;
  }
}
@media only screen and (max-width: 767.98px) {
  body.dark-only .page-wrapper.material-icon .page-header {
    background-color: #262932;
  }
}
body.dark-only .apexcharts-tooltip.light {
  border-color: #374558;
  background-color: #1d1e26;
}
body.dark-only .apexcharts-tooltip.light .apexcharts-tooltip-title {
  border-color: #374558;
}
body.dark-only .apexcharts-tooltip.light .apexcharts-tooltip-text-label,
body.dark-only .apexcharts-tooltip.light .apexcharts-tooltip-text-value {
  color: #fff;
}
body.dark-only .faq-accordion.default-according .card .faq-header {
  border: 0 !important;
}
body.dark-only .seller-order-table .recent-table div.dt-container .table thead tr th a,
body.dark-only .seller-order-table .recent-table div.dt-container .table thead tr td a,
body.dark-only .seller-order-table .recent-table div.dt-container .table tbody tr th a,
body.dark-only .seller-order-table .recent-table div.dt-container .table tbody tr td a {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .seller-order-table .recent-table div.dt-container .table thead tr th:nth-child(4) a,
body.dark-only .seller-order-table .recent-table div.dt-container .table thead tr td:nth-child(4) a,
body.dark-only .seller-order-table .recent-table div.dt-container .table tbody tr th:nth-child(4) a,
body.dark-only .seller-order-table .recent-table div.dt-container .table tbody tr td:nth-child(4) a {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .seller-details-table .recent-table .table thead tr th .product-action .square-white,
body.dark-only .seller-details-table .recent-table .table thead tr td .product-action .square-white,
body.dark-only .seller-details-table .recent-table .table tbody tr th .product-action .square-white,
body.dark-only .seller-details-table .recent-table .table tbody tr td .product-action .square-white {
  box-shadow: 0px 0px 10px 3px #1d1e26;
}
body.dark-only .seller-details-table .recent-table .table thead tr th .product-action .square-white svg,
body.dark-only .seller-details-table .recent-table .table thead tr td .product-action .square-white svg,
body.dark-only .seller-details-table .recent-table .table tbody tr th .product-action .square-white svg,
body.dark-only .seller-details-table .recent-table .table tbody tr td .product-action .square-white svg {
  fill: rgba(255, 255, 255, 0.6);
}
body.dark-only .review-box .seller-profile .accordion-button {
  background-color: #262932;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .review-box .seller-profile .accordion-item .accordion-body {
  background-color: #323846;
}
body.dark-only .review-box .seller-profile .accordion-item .accordion-body li > div h6,
body.dark-only .review-box .seller-profile .accordion-item .accordion-body li > div i:not(.fill) {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .review-box .seller-profile .accordion-item .accordion-body .policies-wrapper li label {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .review-box .seller-profile .accordion-item .accordion-body .notification-wrapper .form-check-label {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .review-box .seller-profile .accordion-item .accordion-body .checkbox-wrapper li .form-check-label i {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .review-box .review-people .review-list li .people-box .people-comment h6 {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .review-box .review-people .review-list li .people-box .people-comment .date-time h6 {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .seller-details-wrapper .review-box .seller-profile .accordion-item {
  background-color: #262932;
}
body.dark-only .seller-details-wrapper .review-box .seller-profile .accordion-item .accordion-header .accordion-button::after {
  filter: invert(1);
}
body.dark-only .seller-details-wrapper .review-box .md-sidebar .email-left-aside .card {
  background-color: #1d1e26;
}
body.dark-only #radarchart .apexcharts-canvas .apexcharts-graphical .apexcharts-plot-series polygon {
  fill: #1d1e26;
  stroke: #1f2533;
}
body.dark-only #radarchart .apexcharts-canvas .apexcharts-graphical .apexcharts-plot-series polygon:nth-child(odd) {
  fill: #323846;
}
body.dark-only #radarchart .apexcharts-canvas .apexcharts-graphical .apexcharts-plot-series line {
  stroke: #1f2533;
}
body.dark-only .apexcharts-radialbar-track.apexcharts-track path {
  stroke: #1d1e26;
}
body.dark-only .collection-filter-block h6 {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .collection-filter-block ul.pro-services li span {
  color: rgba(255, 255, 255, 0.3);
}
body.dark-only .rating-box ul li .rating-list .progress {
  background: #1d1e26;
}
body.dark-only .product-rating-box .review-title-2 p {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .seller-wrapper .form-check .form-check-input:valid ~ .form-check-label {
  color: rgba(255, 255, 255, 0.3);
}
body.dark-only .megaoption-space span:not(.pull-right):last-child {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .main-upgrade .variation-box .selection-box .d-flex {
  color: #1f2533;
}
body.dark-only .main-upgrade .variation-box .selection-box input[type=checkbox]:checked ~ div li {
  color: #1f2533;
}
body.dark-only .common-alert .btn-close {
  filter: grayscale(1);
}
body.dark-only .dark-alert .alert p {
  color: #1d1e26;
}
body.dark-only .dark-alert-msg .alert[class*=alert-] p {
  color: #1f2533;
}
body.dark-only .dark-alert-msg .alert[class*=alert-light-] .btn-close {
  filter: none;
}
body.dark-only .dark-txt p strong {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .live-dark .btn-close {
  filter: initial;
}
body.dark-only .alert-light {
  color: #1d1e26 !important;
}
body.dark-only .heart-rating .rating-text {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .main-animate a {
  background: #323846;
}
body.dark-only .main-animate svg {
  stroke: rgba(255, 255, 255, 0.6);
}
body.dark-only .main-animate svg.fill-icon, body.dark-only .main-animate svg.fill-secondary {
  stroke: none;
  fill: rgba(255, 255, 255, 0.6);
}
body.dark-only .main-animate i {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .main-animate.heartbeat-wrapper svg {
  stroke: #fc564a;
}
body.dark-only .main-animate.heartbeat-wrapper i {
  color: #fc564a;
}
body.dark-only .main-animate.border-pulse-wrapper a {
  border-color: #374558;
}
body.dark-only .pulse-wrapper svg,
body.dark-only .pulse-wrapper i {
  animation: pulse-animate-dark 1s infinite ease;
}
@keyframes pulse-animate-dark {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.4);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
body.dark-only .mobile-app-card.social-empower, body.dark-only .mobile-app-card.upgrade-plan {
  background: #1d1e26;
}
body.dark-only .campaign-table .badge-light-light.disabled {
  color: #2b2b2b;
}
body.dark-only .campaign-table .twitter > div {
  border-color: rgba(255, 255, 255, 0.6);
}
body.dark-only .campaign-table .twitter .social-circle {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .live-auction-wrapper .product-nft-content > div p span.text-black {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .nft-collection .nft-user-info .user-desc {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .currency-table.task-table .table .main-task-wrapper tr td .form-check-label::before {
  background-color: #1d1e26;
}
body.dark-only .currency-table.task-table .table .main-task-wrapper tr .icons-box .square-white i {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .currency-table.task-table .table .main-task-wrapper .square-white i {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .hovercard .info .follow .border-end {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
body.dark-only .tour-email span {
  color: #98a6ad;
}
body.dark-only .dropdown-menu li:first-child .dropdown-item {
  border-top-color: transparent;
}
body.dark-only .dropdown-menu .dropdown-item {
  border-top-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
  opacity: 0.9;
}
body.dark-only .dropdown-menu .dropdown-item:hover {
  background-color: #323846;
}
body.dark-only .split-dropdown .dropdown-basic .btn-group .dropdown-menu .dropdown-item a {
  border-top-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
  opacity: 0.9;
}
body.dark-only .split-dropdown .dropdown-basic .btn-group .dropdown-menu .dropdown-item a:hover {
  background-color: #323846;
}
body.dark-only .dropdown-basic .dropdown .dropdown-content a {
  border-top-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
  opacity: 0.9;
}
body.dark-only .dropdown-basic .dropdown .dropdown-content a:hover {
  background-color: #323846 !important;
}
body.dark-only .dark-input-type .input-group .input-group-text {
  background: transparent;
  border: unset;
}
body.dark-only .heading-dropdown .dropdown-menu > li:first-child > a {
  background-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only btn-group .dropdown-wrapper .input-group {
  border-top-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
  opacity: 0.9;
}
body.dark-only btn-group .dropdown-wrapper .input-group:hover {
  background-color: #323846;
}
body.dark-only .helper-cards .dropdown-block {
  background-color: #323846;
}
body.dark-only .helper-cards .dropdown-block li h6 {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .helper-cards .dropdown-block li .dropdown-item {
  background-color: transparent;
}
body.dark-only .dark-dropdown-box .btn-group .dropdown-toggle {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .form-wrapper.dark-form, body.dark-only .form-wrapper.show {
  background-color: #1d1e26;
}
body.dark-only .dark-accordion .accordion-item {
  border: 1px solid #374558;
  background-color: #374558;
}
body.dark-only .dark-accordion .accordion-item .accordion-collapse p {
  color: #1d1e26;
}
body.dark-only .dark-accordion .accordion-item .accordion-collapse .accordion-body {
  background-color: #262932;
}
body.dark-only .dark-accordion .accordion-item .accordion-collapse .accordion-body h6 {
  border: 0;
}
body.dark-only .dark-accordion .collapse-wrapper {
  color: #1d1e26;
}
body.dark-only .dark-accordion.card {
  border-radius: unset;
}
body.dark-only .dark-accordion.card.card-body.mb-0 {
  border-radius: 15px;
}
body.dark-only .accordion.dark-accordion .accordion-item .accordion-collapse .accordion-body .accordions-content li {
  color: #98a6ad;
}
body.dark-only .accordion.dark-accordion .accordion-item .accordion-collapse p {
  color: #98a6ad;
}
body.dark-only .accordions-content li {
  color: #262932;
}
body.dark-only .dark-list .list-group .list-group-item + .list-group-item {
  border-top-width: 1px;
}
body.dark-only .dark-list .list-group .list-group-item .form-check-input {
  border: 1px solid rgba(255, 255, 255, 0.6);
  background-color: transparent;
}
body.dark-only .dark-list .list-light-dark {
  background-color: #1d1e26 !important;
}
body.dark-only .card-wrapper .sub-title {
  border-bottom: unset !important;
}
body.dark-only .figure.dark-blockquote .blockquote {
  border-left-color: var(--theme-default);
  border-right-color: var(--theme-default);
}
body.dark-only .figure.dark-blockquote .blockquote p {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .typography-list .card-wrapper dl dt {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-only .datatable-init div.dt-container.dt-bootstrap5 table tbody tr td,
body.dark-only .datatable-advance-wrapper div.dt-container.dt-bootstrap5 table tbody tr td,
body.dark-only .datatable-api-wrapper div.dt-container.dt-bootstrap5 table tbody tr td,
body.dark-only .data-source-wrapper div.dt-container.dt-bootstrap5 table tbody tr td,
body.dark-only .autofill-data-tables div.dt-container.dt-bootstrap5 table tbody tr td,
body.dark-only .support-ticket-table div.dt-container.dt-bootstrap5 table tbody tr td {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .basic_table .card-block .table.light-card {
  background-color: rgba(50, 56, 70, 0.8);
}
body.dark-only .dark-sign-up h3 {
  color: #262932;
}
body.dark-only .dark-sign-up p {
  color: #262932;
}
body.dark-only .dark-sign-up .modal-body form .form-label {
  color: #1f2533;
}
body.dark-only .dark-sign-up .modal-body form .form-check .form-check-label {
  color: #1f2533;
}
body.dark-only .dark-sign-up .modal-body form .form-control {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .modal-dialog .modal-content .dark-modal .large-modal-header svg {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .modal-dialog .modal-content .dark-modal .large-modal-header h6 {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .modal-dialog .modal-content .dark-modal .large-modal-body svg {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .modal-dialog .modal-content .dark-modal .large-modal-body p {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .modal-toggle-wrapper .dark-toggle-btn {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .social-profile {
  background-attachment: fixed;
}
body.dark-only .social-profile .social-details h5 a {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .main-file-sidebar .md-sidebar .md-sidebar-aside .common-sort-card {
  background-color: #1d1e26;
}
body.dark-only .file-manager-grid .freeze-ui {
  background-color: rgba(29, 30, 38, 0.8);
}
body.dark-only .file-manager-grid .doc-icon {
  color: #1d1e26;
}
body.dark-only .file-manager-grid .doc-icon::after {
  border-color: #1d1e26;
  border-bottom-color: var(--dark-light-color);
  border-left-color: var(--dark-light-color);
}
[dir=rtl] body.dark-only .file-manager-grid .doc-icon::after {
  border-left-color: unset;
  border-right-color: var(--dark-light-color);
}
body.dark-only .file-manager-grid .file:hover .doc-icon::after {
  border-color: #1d1e26;
  border-bottom-color: var(--dark-light-color);
  border-left-color: var(--dark-light-color);
}
[dir=rtl] body.dark-only .file-manager-grid .file:hover .doc-icon::after {
  border-left-color: unset;
  border-right-color: var(--dark-light-color);
}
body.dark-only .file-manager-grid .item-selected {
  background-color: #323846;
}
body.dark-only .file-manager-grid .item-selected.file .doc-icon::after {
  border-color: #323846;
  border-bottom-color: var(--dark-light-color);
  border-left-color: var(--dark-light-color);
}
[dir=rtl] body.dark-only .file-manager-grid .item-selected.file .doc-icon::after {
  border-left-color: unset;
  border-right-color: var(--dark-light-color);
}
body.dark-only .file-manager-grid .item-selected:hover {
  background-color: #323846;
}
body.dark-only .common-file-manager .filemanger .top-menu {
  background-color: #1d1e26;
}
body.dark-only .common-file-manager .filemanger .top-menu button {
  background-color: #323846;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .common-file-manager .filemanger .top-folder-path {
  background-color: #262932;
}
body.dark-only .common-file-manager .filemanger .top-folder-path .path-action-btns button {
  background-color: #262932;
}
body.dark-only .common-file-manager .filemanger .top-folder-path .path-action-btns button:disabled {
  background-color: #262932;
}
body.dark-only .common-file-manager .filemanger .top-folder-path .folder-path-write {
  background-color: #1d1e26;
}
body.dark-only .common-file-manager .filemanger .top-folder-path .folder-path-write button {
  background-color: #1d1e26;
}
body.dark-only .common-file-manager .filemanger .top-folder-path .folder-path-write input {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .common-file-manager .popup .popup-content {
  background-color: #1f2533;
}
body.dark-only .common-file-manager .popup .popup-content form input {
  background-color: #323846;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .common-file-manager .folderEmpty {
  background-color: rgba(29, 30, 38, 0.4);
}
body.dark-only .bootstrap-select .dropdown-toggle {
  color: #898989;
  background-color: #1d1e26 !important;
  border-color: transparent !important;
}
body.dark-only .bootstrap-select .bs-searchbox {
  background-color: #323846;
}
body.dark-only .bootstrap-select .no-results {
  background-color: #1d1e26;
}
body.dark-only .bootstrap-select .dropdown-menu .dropdown-header {
  background-color: #1d1e26;
}
body.dark-only .bootstrap-select .dropdown-menu .dropdown-item {
  background-color: #262932;
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .bootstrap-select .dropdown-menu .dropdown-item:hover {
  background-color: #1d1e26 !important;
}
body.dark-only .bootstrap-select .dropdown-menu .form-control {
  border-color: #374558;
}
body.dark-only .discount-options .nav-link {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .filepond--drop-label.filepond--drop-label label {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .filepond--root .filepond--panel-root {
  background-color: #1d1e26;
}
body.dark-only .dropzone.dropzone-secondary i {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .dropzone .dz-preview.dz-file-preview .dz-image {
  background: linear-gradient(to bottom, #323846, #1d1e26);
}
body.dark-only .dropzone .dz-preview.dz-image-preview {
  background: transparent;
}
body.dark-only .dropzone .dz-preview .dz-details .dz-size span,
body.dark-only .dropzone .dz-preview .dz-details .dz-filename span {
  background-color: transparent !important;
  color: rgba(255, 255, 255, 0.3);
}
body.dark-only .warning-alert p {
  color: #242934;
}
body.dark-only .warning-alert .btn-close {
  filter: brightness(1);
}
body.dark-only .dark-helper {
  background-color: rgba(29, 30, 38, 0.4);
}
body.dark-only .dark-helper h6,
body.dark-only .dark-helper span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .dark-helper .text-muted {
  color: #262932 !important;
}
body.dark-only .font-dark {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .helper-common-box .border-common-box {
  border-color: #374558;
}
body.dark-only .helper-common-box .radius-wrapper {
  background-color: #1d1e26;
}
body.dark-only .irs-min,
body.dark-only .irs-max {
  color: #98a6ad;
  background-color: #323846;
}
body.dark-only .irs--flat .irs-line,
body.dark-only .irs--square .irs-line,
body.dark-only .irs--round .irs-line {
  background-color: #1d1e26;
}
body.dark-only .irs--big .irs-line,
body.dark-only .irs--modern .irs-line {
  background: #1d1e26;
  border-color: #374558;
}
body.dark-only .irs--sharp .irs-line {
  background-color: #1d1e26;
}
body.dark-only .jvectormap-container .jvectormap-zoomin,
body.dark-only .jvectormap-container .jvectormap-zoomout {
  background: #323846;
}
body.dark-only .linear-divider h6 {
  color: rgba(255, 255, 255, 0.5);
}
body.dark-only .main-divider .vertical-divider .divider-dark-icon {
  stroke: rgba(255, 255, 255, 0.5);
}
body.dark-only .main-divider .vertical-divider .vertical-line {
  color: #262932;
}
body.dark-only .main-divider .vertical-divider .vertical-line.bg-dark {
  background-color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .main-divider .divider-h-line.bg-dark,
body.dark-only .main-divider .vr.bg-dark {
  background-color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .animated-divider.animated-line:before {
  background: linear-gradient(90deg, #262932 0%, #262932 5%, transparent 5%, transparent 10%, #262932 10%, #262932 15%, transparent 15%, transparent 20%, #262932 20%, #262932 25%, transparent 25%, transparent 30%, #262932 30%, #262932 35%, transparent 35%, transparent 40%, #262932 40%, #262932 45%, transparent 45%, transparent 50%, #262932 50%, #262932 55%, transparent 55%, transparent 60%, #262932 60%, #262932 65%, transparent 65%, transparent 70%, #262932 70%, #262932 75%, transparent 75%, transparent 80%, #262932 80%, #262932 85%, transparent 85%, transparent 90%, #262932 90%, #262932 95%, transparent 95%, transparent 100%);
  background-size: 150px;
}
body.dark-only .ribbon-wrapper.alert-light-light,
body.dark-only .ribbon-wrapper-bottom.alert-light-light,
body.dark-only .ribbon-vertical-left-wrapper.alert-light-light,
body.dark-only .ribbon-wrapper-right.alert-light-light,
body.dark-only .ribbon-vertical-right-wrapper.alert-light-light {
  background-color: #323846;
}
body.dark-only .pagination .page-item .page-link.rounded-circle {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .pagination .page-item.disabled .page-link {
  border-color: #374558 !important;
}
body.dark-only .dark-timeline .date-content {
  color: rgba(255, 255, 255, 0.6) !important;
  background-color: #1d1e26 !important;
}
body.dark-only .animated-timeline .timeline-block .title {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .animated-timeline .timeline-block::before {
  border: 1px dashed #374558;
}
body.dark-only .animated-timeline .timeline-block .timeline-event {
  background-color: #1d1e26;
  border: 1px dashed #374558;
}
body.dark-only .animated-timeline .timeline-block .timeline-event .timeline-desc h6 {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .animated-timeline .timeline-block .timeline-event .timeline-desc span {
  color: rgba(255, 255, 255, 0.2);
}
body.dark-only .animated-timeline .timeline-block .timeline-event::before {
  background-color: #374558;
}
body.dark-only .animated-timeline .timeline-block .timeline-event.non-focus {
  background-color: rgba(29, 30, 38, 0.4);
  border: 1px dashed rgba(55, 69, 88, 0.4);
}
body.dark-only .animated-timeline .timeline-block .timeline-event.non-focus .timeline-desc h6 {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .animated-timeline .timeline-block .timeline-event.non-focus .timeline-desc span {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .timeline-list.timeline-border {
  border-bottom-color: #374558;
}
body.dark-only .activity-log.main-timeline.notification .basic-timeline ul li .date-content {
  background-color: transparent !important;
}
body.dark-only .student-leader-wrapper .student-leader-content {
  border-bottom-color: #374558;
}
body.dark-only .attendance-card .left-overview-content .svg-box {
  box-shadow: unset;
  border: 1px solid #374558;
}
body.dark-only .task-table .main-task-wrapper .square-white {
  box-shadow: unset;
  border: 1px solid transparent;
  background-color: #1d1e26;
}
body.dark-only .income-wrapper ul li + li {
  border-left: 1px dashed #374558;
}
[dir=rtl] body.dark-only .income-wrapper ul li + li {
  border-left: unset;
  border-right: 1px dashed #374558;
}
@media (max-width: 1735px) {
  body.dark-only .income-wrapper ul li + li {
    border-left: unset;
  }
  [dir=rtl] body.dark-only .income-wrapper ul li + li {
    border-right: unset;
  }
}
body.dark-only .icons-box-2 .open-options .dropdown-menu {
  background-color: #1d1e26;
}
body.dark-only .icons-box-2 .open-options .dropdown-menu .dropdown-item:hover {
  background-color: #323846;
}
body.dark-only .main-product-wrapper .product-body .product-search.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  color: #98a6ad;
}
body.dark-only .main-product-wrapper .product-body .product-search.input-group .input-group-text {
  border: 1px solid #374558;
}
body.dark-only .main-product-wrapper .product-body .product-search.input-group .form-control {
  border: 1px solid #374558;
  border-left: unset;
  background-color: #262932;
}
[dir=rtl] body.dark-only .main-product-wrapper .product-body .product-search.input-group .form-control {
  border: 1px solid #374558;
  border-right: unset;
}
body.dark-only .shop-category-slider .swiper-wrapper .category-title {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .our-product-wrapper {
  box-shadow: 0px 3px 17px rgba(113, 113, 137, 0.18);
}
body.dark-only .order-details .search-items .input-group-text {
  border: 1px solid #374558;
}
body.dark-only .order-details .common-search .input-group-text {
  border: 1px solid #374558;
}
body.dark-only .order-details .common-search.input-group .form-control:focus {
  border-color: #374558;
}
body.dark-only .create-customers .modal-body .dark-sign-up form .form-label {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .create-customers .modal-body .dark-sign-up form .form-control {
  color: rgba(255, 255, 255, 0.2);
}
body.dark-only .create-customers .modal-body .dark-sign-up form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.2);
}
body.dark-only .customer-sticky .border-bottom {
  border-bottom-color: #374558 !important;
}
body.dark-only .compare-order .card-body .user-text {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .compare-order .compare-icon[class*=shadow-] {
  box-shadow: 0px 10.511241px 12.4089927673px 0px #323846;
}
body.dark-only .pipeline-data .common-flex span {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .crm-todo-list li span {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .analytics-widget {
  background-color: #262932;
  background-blend-mode: darken;
}
body.dark-only .grid-showcase span {
  background-color: #1d1e26;
}
body.dark-only .ribbon-wrapper.alert-light-light,
body.dark-only .ribbon-wrapper-bottom.alert-light-light,
body.dark-only .ribbon-vertical-left-wrapper.alert-light-light,
body.dark-only .ribbon-wrapper-right.alert-light-light,
body.dark-only .ribbon-vertical-right-wrapper.alert-light-light {
  background-color: #1d1e26;
}
body.dark-only .main-session-devices .progress {
  background: #1d1e26;
}
body.dark-only .widget-11 {
  background-blend-mode: color-burn;
}
body.dark-only .project-finish-card .project-left-content .progress {
  background: linear-gradient(180.36deg, #374558 -32.82%, #1d1e26 99.69%);
}
body.dark-only .employee-list-table.recent-table table tbody .square-white {
  box-shadow: 0px 0px 16px -2px rgba(255, 255, 255, 0.1);
}
body.dark-only .employee-list-table.recent-table table tbody .square-white svg {
  fill: rgba(255, 255, 255, 0.6);
}
body.dark-only .rounded-timeline .container::before {
  background: #374558;
}
body.dark-only .rounded-timeline .container::after {
  border-color: #374558;
  background: #1f2533;
}
body.dark-only .rounded-timeline .timeline::after {
  background: #374558;
}
body.dark-only audio::-webkit-media-controls-play-button,
body.dark-only audio::-webkit-media-controls-panel {
  background-color: #262932;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 335px) {
  body.dark-only audio::-webkit-media-controls-play-button,
  body.dark-only audio::-webkit-media-controls-panel {
    background-color: transparent;
  }
}
body.dark-only .project-cards .project-list .main-card-box .cost-right-data ul li:first-child {
  border-color: rgba(255, 255, 255, 0.3);
}
body.dark-only .project-cards .project-list .main-card-box .cost-right-data ul li span {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .project-cards .project-list .main-card-box > .common-space {
  border-color: rgba(255, 255, 255, 0.3);
}
body.dark-only .project-cards .projects-wrapper .list-box .project-body .progress {
  background-color: rgba(255, 255, 255, 0.2);
}
body.dark-only .social-app-profile .tab-pane .job-accordion .filter-cards-view p {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .main-scope-project .progress-project-box .project-body .progress {
  background-color: rgba(255, 255, 255, 0.2);
}
body.dark-only .create-project-form .bootstrap-select .dropdown-toggle {
  border-color: #1d1e26 !important;
  background-color: #1d1e26 !important;
  color: rgba(255, 255, 255, 0.2) !important;
}
body.dark-only .create-project-form .bootstrap-select .dropdown-menu .bs-searchbox {
  background-color: #1d1e26;
}
body.dark-only .create-project-form .bootstrap-select .inner {
  background-color: #1d1e26;
}
body.dark-only .create-project-form .bootstrap-select .inner .dropdown-menu .no-results {
  background: #1d1e26;
}
body.dark-only .create-project-form .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
body.dark-only .progress-project-box .card,
body.dark-only .progress-project-box .list-box {
  box-shadow: 0px 9px 20px 0px #323846;
}
body.dark-only .progress-project-box .card .project-body span,
body.dark-only .progress-project-box .list-box .project-body span {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .progress-project-box .card .project-body .project-bottom,
body.dark-only .progress-project-box .list-box .project-body .project-bottom {
  border-top: 1px solid #374558;
}
body.dark-only .progress-project-box .card .project-body .project-bottom svg,
body.dark-only .progress-project-box .list-box .project-body .project-bottom svg {
  stroke: rgba(255, 255, 255, 0.6);
}
body.dark-only .projects-wrapper .project-body .project-bottom p {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .budget-card.widget-2 {
  background-blend-mode: color-burn;
}
body.dark-only .filter-header .btn-group .dropdown-toggle {
  border-color: rgba(55, 69, 88, 0.4);
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .filter-header .btn-group .dropdown-menu li .dropdown-item {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .project-timeline .notification ul li span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .project-timeline .notification ul li span .activity-profile {
  border-color: #374558;
}
body.dark-only .project-timeline .notification ul li .upload-doc {
  background-color: #1d1e26;
}
body.dark-only .project-timeline .notification ul li .flowchart-wrapper {
  background-color: #1d1e26;
}
body.dark-only .project-timeline .notification ul li .project-task-note {
  border-color: #374558;
}
body.dark-only .attach-files-wrapper .upload-files-wrapper > div {
  background-color: #1d1e26;
}
body.dark-only .attach-files-wrapper .upload-files-wrapper > div .common-space p,
body.dark-only .attach-files-wrapper .upload-files-wrapper > div .common-space span {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .project-budget-wrapper .form-check-input:focus,
body.dark-only .project-budget-wrapper .form-control:focus {
  border-color: #374558;
}
body.dark-only .project-budget-wrapper .touchspin-wrapper {
  background-color: rgba(29, 30, 38, 0.8);
}
body.dark-only .common-searchbox .input-group-text {
  border: 1px solid #374558;
}
body.dark-only .common-searchbox .form-control:focus {
  border-color: #374558;
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .progress-project {
  border-color: #323846;
}
body.dark-only .progress-project .common-space .common-align .badge {
  background-color: #1f2533;
}
body.dark-only .summary-chart-box {
  background-color: #1d1e26;
}
body.dark-only .summary-chart-box .apexcharts-graphical .apexcharts-radial-series .apexcharts-text {
  fill: rgba(255, 255, 255, 0.6);
}
body.dark-only .scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link .nav-rounded .product-icons svg {
  fill: #98a6ad;
}
body.dark-only .scope-bottom-wrapper .sidebar-left-icons .nav-item:nth-child(4) svg {
  stroke: #98a6ad;
}
body.dark-only .common-project-header .common-align:last-child .common-align li span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .common-project-header .common-align:last-child .common-align li svg {
  stroke: #98a6ad;
}
body.dark-only .project-pending-table.recent-table table thead tr th,
body.dark-only .project-pending-table.recent-table table thead tr td,
body.dark-only .project-pending-table.recent-table table tbody tr th,
body.dark-only .project-pending-table.recent-table table tbody tr td {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .activity-wrapper .schedule-wrapper {
  border-bottom: unset;
}
body.dark-only .activity-wrapper .tab-content .activity-update > li {
  border-left-color: #374558;
}
body.dark-only .invite-member ul li svg {
  stroke: rgba(255, 255, 255, 0.6);
}
body.dark-only .cmt-box i {
  background-color: #323846;
}
body.dark-only .main-team-box > div {
  background-color: #323846;
}
body.dark-only .team-box-content .common-space > span {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .team-box-footer {
  border-top-color: #1d1e26;
}
body.dark-only .main-scrollspy .experience-section h6 {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .main-scrollspy .navbar-scrollspy .nav-pills .nav-item.dropdown .dropdown-menu li .dropdown-item.active, body.dark-only .main-scrollspy .navbar-scrollspy .nav-pills .nav-item.dropdown .dropdown-menu li .dropdown-item:hover {
  background-color: #1d1e26;
}
body.dark-only .blog-box .blog-details p {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .blog-box .blog-details .blog-social li {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-only .blog-box .blog-details .single-blog-content-top {
  border-color: #374558;
}
body.dark-only .blog-box .blog-date {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-only .blog-box .blog-details-main .blog-social li {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .blog-box .blog-details-main .blog-bottom-details {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .blog-list .blog-details h6 {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .comment-box .d-flex img {
  border-color: #374558;
}
body.dark-only .comment-box .d-flex h6 span {
  color: rgba(255, 255, 255, 0.3);
}
body.dark-only .comment-box .comment-social li {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .user-profile .freeze-ui4,
body.dark-only .user-profile .freeze-ui7 {
  background-color: rgba(29, 30, 38, 0.8);
}
body.dark-only .user-profile .block-main-wrapper .block-wrapper .freeze-ui {
  background-color: rgba(29, 30, 38, 0.8);
}
body.dark-only .user-profile .overlay-bg {
  background-color: rgba(29, 30, 38, 0.1) !important;
  opacity: 0.3;
}
body.dark-only .form-main-wrapper .form-block-wrapper .form-control::placeholder {
  color: rgba(255, 255, 255, 0.2);
}
body.dark-only .swal2-container .swal2-popup {
  background: #1d1e26;
}
body.dark-only .swal2-container .swal2-popup .swal2-title {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .swal2-container .swal2-popup .swal2-checkbox {
  background: transparent;
}
body.dark-only .swal2-container .swal2-popup .form-label,
body.dark-only .swal2-container .swal2-popup label {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .swal2-container .swal2-popup .form-control {
  color: rgba(255, 255, 255, 0.2);
}
body.dark-only .swal2-container .swal2-wrapper .form-control,
body.dark-only .swal2-container .swal2-wrapper .form-select {
  border-color: #374558;
  background-color: #262932;
}
body.dark-only .main-offcanvas-wrapper .card-body [class*=offcanvas-] .offcanvas-body .input-group-text {
  border-color: #374558;
}
body.dark-only .main-offcanvas-wrapper .card-body [class*=offcanvas-] .offcanvas-body .form-select,
body.dark-only .main-offcanvas-wrapper .card-body [class*=offcanvas-] .offcanvas-body .form-control {
  color: rgba(255, 255, 255, 0.3);
}
body.dark-only .main-offcanvas-wrapper .card-body [class*=offcanvas-] .offcanvas-body .form-label {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .form-control[type=file]:not(:disabled):not([readonly]) {
  color: rgba(255, 255, 255, 0.2);
  background-color: #1d1e26;
  border-color: #1d1e26;
}
body.dark-only .custom-input .form-control,
body.dark-only .custom-input .form-select {
  background-color: #1d1e26;
  border-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .vertical-main-wizard .header-vertical-wizard .nav-link .vertical-wizard .stroke-icon-wizard {
  border-color: #374558;
}
body.dark-only .vertical-main-wizard .header-vertical-wizard .nav-link .vertical-wizard .stroke-icon-wizard i {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .vertical-main-wizard .header-vertical-wizard .nav-link:active .vertical-wizard .vertical-wizard-content h6, body.dark-only .vertical-main-wizard .header-vertical-wizard .nav-link.active .vertical-wizard .vertical-wizard-content h6 {
  color: #98a6ad;
}
body.dark-only .vertical-main-wizard .accordion .accordion-item {
  border-color: #1d1e26;
}
body.dark-only .vertical-main-wizard .accordion .accordion-item .accordion-button.collapsed {
  background-color: #1d1e26;
}
body.dark-only .default-dashboard div.dt-container .dt-layout-row .dt-length .dt-input,
body.dark-only .dashboard-2 div.dt-container .dt-layout-row .dt-length .dt-input,
body.dark-only .dashboard-3 div.dt-container .dt-layout-row .dt-length .dt-input,
body.dark-only .dashboard-4 div.dt-container .dt-layout-row .dt-length .dt-input,
body.dark-only .dashboard-5 div.dt-container .dt-layout-row .dt-length .dt-input,
body.dark-only .dashboard-6 div.dt-container .dt-layout-row .dt-length .dt-input,
body.dark-only .dashboard-7 div.dt-container .dt-layout-row .dt-length .dt-input,
body.dark-only .dashboard-09 div.dt-container .dt-layout-row .dt-length .dt-input,
body.dark-only .dashboard-10 div.dt-container .dt-layout-row .dt-length .dt-input,
body.dark-only .dashboard-11 div.dt-container .dt-layout-row .dt-length .dt-input,
body.dark-only .main-scope-project div.dt-container .dt-layout-row .dt-length .dt-input,
body.dark-only .e-category div.dt-container .dt-layout-row .dt-length .dt-input,
body.dark-only .list-product-view div.dt-container .dt-layout-row .dt-length .dt-input,
body.dark-only .seller-details-wrapper div.dt-container .dt-layout-row .dt-length .dt-input,
body.dark-only .common-order-history div.dt-container .dt-layout-row .dt-length .dt-input,
body.dark-only .common-cart div.dt-container .dt-layout-row .dt-length .dt-input {
  background-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
  border-color: #374558;
}
body.dark-only .default-dashboard div.dt-container .dt-layout-row .dt-length .dt-input:focus-visible,
body.dark-only .dashboard-2 div.dt-container .dt-layout-row .dt-length .dt-input:focus-visible,
body.dark-only .dashboard-3 div.dt-container .dt-layout-row .dt-length .dt-input:focus-visible,
body.dark-only .dashboard-4 div.dt-container .dt-layout-row .dt-length .dt-input:focus-visible,
body.dark-only .dashboard-5 div.dt-container .dt-layout-row .dt-length .dt-input:focus-visible,
body.dark-only .dashboard-6 div.dt-container .dt-layout-row .dt-length .dt-input:focus-visible,
body.dark-only .dashboard-7 div.dt-container .dt-layout-row .dt-length .dt-input:focus-visible,
body.dark-only .dashboard-09 div.dt-container .dt-layout-row .dt-length .dt-input:focus-visible,
body.dark-only .dashboard-10 div.dt-container .dt-layout-row .dt-length .dt-input:focus-visible,
body.dark-only .dashboard-11 div.dt-container .dt-layout-row .dt-length .dt-input:focus-visible,
body.dark-only .main-scope-project div.dt-container .dt-layout-row .dt-length .dt-input:focus-visible,
body.dark-only .e-category div.dt-container .dt-layout-row .dt-length .dt-input:focus-visible,
body.dark-only .list-product-view div.dt-container .dt-layout-row .dt-length .dt-input:focus-visible,
body.dark-only .seller-details-wrapper div.dt-container .dt-layout-row .dt-length .dt-input:focus-visible,
body.dark-only .common-order-history div.dt-container .dt-layout-row .dt-length .dt-input:focus-visible,
body.dark-only .common-cart div.dt-container .dt-layout-row .dt-length .dt-input:focus-visible {
  outline: transparent;
}
body.dark-only .default-dashboard div.dt-container .dt-layout-row tr.selected td,
body.dark-only .dashboard-2 div.dt-container .dt-layout-row tr.selected td,
body.dark-only .dashboard-3 div.dt-container .dt-layout-row tr.selected td,
body.dark-only .dashboard-4 div.dt-container .dt-layout-row tr.selected td,
body.dark-only .dashboard-5 div.dt-container .dt-layout-row tr.selected td,
body.dark-only .dashboard-6 div.dt-container .dt-layout-row tr.selected td,
body.dark-only .dashboard-7 div.dt-container .dt-layout-row tr.selected td,
body.dark-only .dashboard-09 div.dt-container .dt-layout-row tr.selected td,
body.dark-only .dashboard-10 div.dt-container .dt-layout-row tr.selected td,
body.dark-only .dashboard-11 div.dt-container .dt-layout-row tr.selected td,
body.dark-only .main-scope-project div.dt-container .dt-layout-row tr.selected td,
body.dark-only .e-category div.dt-container .dt-layout-row tr.selected td,
body.dark-only .list-product-view div.dt-container .dt-layout-row tr.selected td,
body.dark-only .seller-details-wrapper div.dt-container .dt-layout-row tr.selected td,
body.dark-only .common-order-history div.dt-container .dt-layout-row tr.selected td,
body.dark-only .common-cart div.dt-container .dt-layout-row tr.selected td {
  box-shadow: inset 0 0 0 9999px #323846;
}
body.dark-only .default-dashboard div.dt-container .dt-layout-row tr.selected a,
body.dark-only .dashboard-2 div.dt-container .dt-layout-row tr.selected a,
body.dark-only .dashboard-3 div.dt-container .dt-layout-row tr.selected a,
body.dark-only .dashboard-4 div.dt-container .dt-layout-row tr.selected a,
body.dark-only .dashboard-5 div.dt-container .dt-layout-row tr.selected a,
body.dark-only .dashboard-6 div.dt-container .dt-layout-row tr.selected a,
body.dark-only .dashboard-7 div.dt-container .dt-layout-row tr.selected a,
body.dark-only .dashboard-09 div.dt-container .dt-layout-row tr.selected a,
body.dark-only .dashboard-10 div.dt-container .dt-layout-row tr.selected a,
body.dark-only .dashboard-11 div.dt-container .dt-layout-row tr.selected a,
body.dark-only .main-scope-project div.dt-container .dt-layout-row tr.selected a,
body.dark-only .e-category div.dt-container .dt-layout-row tr.selected a,
body.dark-only .list-product-view div.dt-container .dt-layout-row tr.selected a,
body.dark-only .seller-details-wrapper div.dt-container .dt-layout-row tr.selected a,
body.dark-only .common-order-history div.dt-container .dt-layout-row tr.selected a,
body.dark-only .common-cart div.dt-container .dt-layout-row tr.selected a {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .default-dashboard div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
body.dark-only .dashboard-2 div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
body.dark-only .dashboard-3 div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
body.dark-only .dashboard-4 div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
body.dark-only .dashboard-5 div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
body.dark-only .dashboard-6 div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
body.dark-only .dashboard-7 div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
body.dark-only .dashboard-09 div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
body.dark-only .dashboard-10 div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
body.dark-only .dashboard-11 div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
body.dark-only .main-scope-project div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
body.dark-only .e-category div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
body.dark-only .list-product-view div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
body.dark-only .seller-details-wrapper div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
body.dark-only .common-order-history div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
body.dark-only .common-cart div.dt-container .dt-layout-row .dt-layout-cell .dt-info {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .default-dashboard div.dt-container .dt-layout-row .dt-search label,
body.dark-only .dashboard-2 div.dt-container .dt-layout-row .dt-search label,
body.dark-only .dashboard-3 div.dt-container .dt-layout-row .dt-search label,
body.dark-only .dashboard-4 div.dt-container .dt-layout-row .dt-search label,
body.dark-only .dashboard-5 div.dt-container .dt-layout-row .dt-search label,
body.dark-only .dashboard-6 div.dt-container .dt-layout-row .dt-search label,
body.dark-only .dashboard-7 div.dt-container .dt-layout-row .dt-search label,
body.dark-only .dashboard-09 div.dt-container .dt-layout-row .dt-search label,
body.dark-only .dashboard-10 div.dt-container .dt-layout-row .dt-search label,
body.dark-only .dashboard-11 div.dt-container .dt-layout-row .dt-search label,
body.dark-only .main-scope-project div.dt-container .dt-layout-row .dt-search label,
body.dark-only .e-category div.dt-container .dt-layout-row .dt-search label,
body.dark-only .list-product-view div.dt-container .dt-layout-row .dt-search label,
body.dark-only .seller-details-wrapper div.dt-container .dt-layout-row .dt-search label,
body.dark-only .common-order-history div.dt-container .dt-layout-row .dt-search label,
body.dark-only .common-cart div.dt-container .dt-layout-row .dt-search label {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .default-dashboard div.dt-container .dt-layout-row .dt-search .dt-input,
body.dark-only .dashboard-2 div.dt-container .dt-layout-row .dt-search .dt-input,
body.dark-only .dashboard-3 div.dt-container .dt-layout-row .dt-search .dt-input,
body.dark-only .dashboard-4 div.dt-container .dt-layout-row .dt-search .dt-input,
body.dark-only .dashboard-5 div.dt-container .dt-layout-row .dt-search .dt-input,
body.dark-only .dashboard-6 div.dt-container .dt-layout-row .dt-search .dt-input,
body.dark-only .dashboard-7 div.dt-container .dt-layout-row .dt-search .dt-input,
body.dark-only .dashboard-09 div.dt-container .dt-layout-row .dt-search .dt-input,
body.dark-only .dashboard-10 div.dt-container .dt-layout-row .dt-search .dt-input,
body.dark-only .dashboard-11 div.dt-container .dt-layout-row .dt-search .dt-input,
body.dark-only .main-scope-project div.dt-container .dt-layout-row .dt-search .dt-input,
body.dark-only .e-category div.dt-container .dt-layout-row .dt-search .dt-input,
body.dark-only .list-product-view div.dt-container .dt-layout-row .dt-search .dt-input,
body.dark-only .seller-details-wrapper div.dt-container .dt-layout-row .dt-search .dt-input,
body.dark-only .common-order-history div.dt-container .dt-layout-row .dt-search .dt-input,
body.dark-only .common-cart div.dt-container .dt-layout-row .dt-search .dt-input {
  background-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
  outline: unset;
}
body.dark-only .default-dashboard div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
body.dark-only .dashboard-2 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
body.dark-only .dashboard-3 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
body.dark-only .dashboard-4 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
body.dark-only .dashboard-5 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
body.dark-only .dashboard-6 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
body.dark-only .dashboard-7 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
body.dark-only .dashboard-09 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
body.dark-only .dashboard-10 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
body.dark-only .dashboard-11 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
body.dark-only .main-scope-project div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
body.dark-only .e-category div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
body.dark-only .list-product-view div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
body.dark-only .seller-details-wrapper div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
body.dark-only .common-order-history div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
body.dark-only .common-cart div.dt-container .dt-layout-row .dt-paging .dt-paging-button {
  background-color: #1d1e26;
}
body.dark-only .default-dashboard div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
body.dark-only .dashboard-2 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
body.dark-only .dashboard-3 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
body.dark-only .dashboard-4 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
body.dark-only .dashboard-5 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
body.dark-only .dashboard-6 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
body.dark-only .dashboard-7 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
body.dark-only .dashboard-09 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
body.dark-only .dashboard-10 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
body.dark-only .dashboard-11 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
body.dark-only .main-scope-project div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
body.dark-only .e-category div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
body.dark-only .list-product-view div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
body.dark-only .seller-details-wrapper div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
body.dark-only .common-order-history div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
body.dark-only .common-cart div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current {
  background-color: var(--theme-default);
}
body.dark-only .default-dashboard div.dt-container .dt-layout-row .dt-paging .dt-paging-button.disabled,
body.dark-only .dashboard-2 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.disabled,
body.dark-only .dashboard-3 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.disabled,
body.dark-only .dashboard-4 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.disabled,
body.dark-only .dashboard-5 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.disabled,
body.dark-only .dashboard-6 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.disabled,
body.dark-only .dashboard-7 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.disabled,
body.dark-only .dashboard-09 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.disabled,
body.dark-only .dashboard-10 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.disabled,
body.dark-only .dashboard-11 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.disabled,
body.dark-only .main-scope-project div.dt-container .dt-layout-row .dt-paging .dt-paging-button.disabled,
body.dark-only .e-category div.dt-container .dt-layout-row .dt-paging .dt-paging-button.disabled,
body.dark-only .list-product-view div.dt-container .dt-layout-row .dt-paging .dt-paging-button.disabled,
body.dark-only .seller-details-wrapper div.dt-container .dt-layout-row .dt-paging .dt-paging-button.disabled,
body.dark-only .common-order-history div.dt-container .dt-layout-row .dt-paging .dt-paging-button.disabled,
body.dark-only .common-cart div.dt-container .dt-layout-row .dt-paging .dt-paging-button.disabled {
  background-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only td.highlight {
  background-color: #1f232b !important;
}
body.dark-only .basic_table.jsgrid .jsgrid-table .jsgrid-edit-row .jsgrid-cell {
  background: #2b2b2b;
}
body.dark-only .basic_table.jsgrid .jsgrid-table .jsgrid-edit-row .jsgrid-cell input {
  background-color: #1c212b;
  color: #fff;
  border: transparent;
}
body.dark-only .basic_table.jsgrid .jsgrid-table .jsgrid-edit-row .jsgrid-cell input:focus, body.dark-only .basic_table.jsgrid .jsgrid-table .jsgrid-edit-row .jsgrid-cell input:focus-visible {
  outline-color: #374558;
}
body.dark-only .card-wrapper .form-control,
body.dark-only .dark-field .form-control {
  background-color: #1d1e26;
  border-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .form-control-sm {
  background-color: #1d1e26;
  border-color: #1d1e26;
}
body.dark-only .dark-inputs .form-control.btn-square {
  background-color: #1d1e26;
  border-color: #1d1e26;
}
body.dark-only .dark-inputs .form-control.btn-pill {
  background-color: #1d1e26;
  border-color: #1d1e26;
}
body.dark-only .dark-inputs .form-control.input-air-primary {
  background-color: #1d1e26;
  border-color: #1d1e26;
}
body.dark-only .horizontal-wizard-wrapper .main-horizontal-header .horizontal-options .nav-link .horizontal-wizard .stroke-icon-wizard {
  color: #1d1e26;
}
body.dark-only .default-inline-calender .main-inline-calender .form-control {
  display: none;
}
body.dark-only .default-inline-calender .main-inline-calender .flatpickr-calendar {
  box-shadow: unset;
}
body.dark-only .default-inline-calender .main-inline-calender .flatpickr-calendar .flatpickr-months .flatpickr-monthDropdown-months option {
  background-color: #1d1e26;
}
body.dark-only .touchspin-wrapper input[type=number].input-touchspin,
body.dark-only .pre-post-touchspin input[type=number].input-touchspin {
  background-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .variation-box .selection-box input[type=checkbox]:checked ~ div {
  color: #1f2533;
}
body.dark-only .flatpickr-calendar {
  box-shadow: unset;
}
body.dark-only .flatpickr-calendar.arrowTop::before {
  border-bottom-color: #1d1e26;
}
body.dark-only .flatpickr-calendar.arrowTop::after {
  border-bottom-color: #1d1e26;
}
body.dark-only .flatpickr-calendar.arrowBottom::before {
  border-top-color: #1d1e26;
}
body.dark-only .flatpickr-calendar.arrowBottom::after {
  border-top-color: #1d1e26;
}
body.dark-only .flatpickr-calendar.animate {
  background-color: #1d1e26;
}
body.dark-only .flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
body.dark-only .flatpickr-calendar .flatpickr-months .flatpickr-next-month {
  fill: rgba(255, 255, 255, 0.6);
}
body.dark-only .flatpickr-calendar .flatpickr-months .flatpickr-monthDropdown-months {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .flatpickr-calendar .flatpickr-months .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: #1d1e26;
}
body.dark-only .flatpickr-calendar .flatpickr-months .flatpickr-current-month {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day.inRange {
  background: #323846;
  border-color: #323846;
  box-shadow: -5px 0 0 #323846, 5px 0 0 #323846;
}
body.dark-only .flatpickr-calendar .flatpickr-weekday {
  color: rgba(255, 255, 255, 0.7);
}
body.dark-only .flatpickr-calendar .flatpickr-day {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .flatpickr-calendar .flatpickr-day.prevMonthDay {
  color: rgba(255, 255, 255, 0.2);
}
body.dark-only .flatpickr-calendar .flatpickr-day.nextMonthDay {
  color: rgba(255, 255, 255, 0.2);
}
body.dark-only .flatpickr-calendar .flatpickr-day:hover {
  background: #323846;
}
body.dark-only .flatpickr-calendar .flatpickr-time {
  border-top-color: #374558;
}
body.dark-only .flatpickr-calendar .flatpickr-time input {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .flatpickr-calendar .flatpickr-time .flatpickr-am-pm {
  color: rgba(255, 255, 255, 0.2);
  background: #1d1e26;
}
body.dark-only .flatpickr-calendar .flatpickr-time .flatpickr-am-pm:hover {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .flatpickr-time {
  border: 1px solid #323846;
}
body.dark-only .flatpickr-time input {
  background: #22262f;
}
body.dark-only .main-inline-calender.input-group .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day:hover {
  background-color: #262932;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .tagify__dropdown__item--active {
  background-color: #1d1e26;
}
body.dark-only .tagify__input {
  color: #98a6ad;
}
body.dark-only .tagify__input::before {
  color: #98a6ad;
}
body.dark-only .tagify__input:focus:empty::before {
  color: rgba(255, 255, 255, 0.2);
}
body.dark-only .tagify {
  border-color: #374558;
  --tags-focus-border-color: #374558;
}
body.dark-only .tagify .tagify__tag__removeBtn {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .tagify__tag {
  --tag-bg: var(--light-bg);
  --tag-hover: var(--light-bg);
}
body.dark-only .tagify__tag > div {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .tagify__tag:hover {
  --tag-hover: var(--light-bg);
}
body.dark-only .international-num input {
  border-color: #374558;
  background-color: #262932;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .international-num input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .international-num .results ul {
  border: 1px solid #374558;
}
body.dark-only .international-num .iti--allow-dropdown:focus,
body.dark-only .international-num input:focus {
  outline: unset;
}
body.dark-only .selected-box {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .iti__country-list {
  background-color: #262932;
}
body.dark-only .select-box .selection-option:hover {
  background-color: #22262f;
}
body.dark-only .select-box .options-container.active ~ .search-box input {
  background-color: rgba(255, 255, 255, 0.6);
}
body.dark-only .list-product-view .list-product .recent-table table thead tr th .product-action .square-white,
body.dark-only .list-product-view .list-product .recent-table table thead tr td .product-action .square-white,
body.dark-only .list-product-view .list-product .recent-table table tbody tr th .product-action .square-white,
body.dark-only .list-product-view .list-product .recent-table table tbody tr td .product-action .square-white {
  box-shadow: 0px 0px 12px 3px #1d1e26;
}
body.dark-only .product-filter .checkbox-animated .form-check .form-check-label .number {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .feature-products .filter-toggle {
  background-color: #262932;
}
body.dark-only .product-wrapper .product-grid .form-select {
  background-color: #262932;
  background-blend-mode: screen;
}
body.dark-only .product-wrapper .product-grid .product-wrapper-grid .product-box:hover ul li {
  background-color: transparent;
}
@media (max-width: 991px) {
  body.dark-only .product-wrapper .product-grid .product-wrapper-grid .modal .modal-header .btn-close {
    filter: unset;
  }
}
body.dark-only .product-wrapper .product-grid .product-wrapper-grid .modal .modal-header .product-box .product-details .product-size ul li {
  background-color: rgba(115, 102, 255, 0.1);
}
body.dark-only .common-order-history .order-history-wrapper .recent-table table tbody .square-white {
  box-shadow: 0px 0px 16px 5px #1d1e26;
}
body.dark-only .common-order-history .order-history-wrapper .recent-table table tbody .square-white svg {
  fill: rgba(255, 255, 255, 0.6);
}
body.dark-only .track-order-details #order-status-timeline .main-status-line ul li .order-process {
  color: rgba(255, 255, 255, 0.4);
  border-color: #374558;
}
body.dark-only .track-order-details #order-status-timeline .main-status-line ul li .order-process.active {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-only .track-order-details #order-status-timeline .main-status-line ul li h6 {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .tracking-total li h6,
body.dark-only .tracking-total li span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .order-details-product table tbody ul li:last-child p,
body.dark-only .order-details-product table tbody ul li:last-child span {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .customer-details h6 {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .customer-details span {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .pricingtable {
  box-shadow: 0 0 40px #1d1e26;
}
body.dark-only .pricing-simple .pricing-content li {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .checkout .checkout-cart form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.2);
}
body.dark-only .shipping-form .checkout-cart .basic-wizard .shipping-wizard .shipping-address span strong {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .summery-contain {
  border-bottom-color: #374558;
}
body.dark-only .summery-contain li {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
body.dark-only .summery-contain li h6 {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .summary-total li h6 {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .summary-total li:last-child {
  border-top-color: #374558;
}
body.dark-only .wishlist-box .wishlist-footer .brand-name {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .wishlist-box .wishlist-footer .price del {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .wishlist-box .wishlist-image .wishlist-close-btn .btn {
  box-shadow: 0 3px 3px rgba(255, 255, 255, 0.1) !important;
}
body.dark-only [class*=button-light-] {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .button--winona:hover {
  background-color: rgba(232, 229, 255, 0.08);
}
body.dark-only .cart-buttons li .btn.btn-hover-effect {
  background-color: #323846;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .shopping-cart-table .recent-table div.dt-container .table thead tr .product-names p,
body.dark-only .shopping-cart-table .recent-table div.dt-container .table thead tr .product-names span,
body.dark-only .shopping-cart-table .recent-table div.dt-container .table thead td .product-names p,
body.dark-only .shopping-cart-table .recent-table div.dt-container .table thead td .product-names span,
body.dark-only .shopping-cart-table .recent-table div.dt-container .table tbody tr .product-names p,
body.dark-only .shopping-cart-table .recent-table div.dt-container .table tbody tr .product-names span,
body.dark-only .shopping-cart-table .recent-table div.dt-container .table tbody td .product-names p,
body.dark-only .shopping-cart-table .recent-table div.dt-container .table tbody td .product-names span {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .shopping-cart-table .recent-table div.dt-container .table thead tr .product-action .square-white,
body.dark-only .shopping-cart-table .recent-table div.dt-container .table thead td .product-action .square-white,
body.dark-only .shopping-cart-table .recent-table div.dt-container .table tbody tr .product-action .square-white,
body.dark-only .shopping-cart-table .recent-table div.dt-container .table tbody td .product-action .square-white {
  box-shadow: 0px 0px 10px 0px #1d1e26;
}
body.dark-only .shopping-cart-table .recent-table div.dt-container .table thead tr .product-action .square-white:first-child svg,
body.dark-only .shopping-cart-table .recent-table div.dt-container .table thead td .product-action .square-white:first-child svg,
body.dark-only .shopping-cart-table .recent-table div.dt-container .table tbody tr .product-action .square-white:first-child svg,
body.dark-only .shopping-cart-table .recent-table div.dt-container .table tbody td .product-action .square-white:first-child svg {
  filter: opacity(0.3);
}
body.dark-only .shopping-cart-table .recent-table div.dt-container .table thead tr th:last-child span svg {
  fill: #98a6ad;
}
body.dark-only .table-hover > tbody > tr:hover {
  --bs-table-accent-bg: #1d1e26;
}
body.dark-only .main-qr-code .modal-toggle-wrapper .modal-img .qr-content .alert {
  background-color: #1d1e26;
  border-color: #323846;
}
body.dark-only .main-qr-code .modal-toggle-wrapper .modal-img .qr-content .alert i {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .main-qr-code .modal-toggle-wrapper .modal-img .qr-content .alert div {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .main-qr-code .modal-toggle-wrapper form .form-control {
  background-color: #1d1e26;
  border-color: #323846;
}
body.dark-only .authentication-options .radio-wrapper li .form-check-label span > span {
  color: #98a6ad;
}
body.dark-only .typeahead-wrapper .theme-form .form-control {
  background-color: #1d1e26 !important;
  border-color: #1d1e26 !important;
}
body.dark-only .email-main-wrapper .email-right-aside .freeze-ui {
  background-color: rgba(29, 30, 38, 0.8);
}
body.dark-only .email-main-wrapper .email-app-sidebar .nav-pills .nav-item ul li a {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .email-main-wrapper .email-app-sidebar .nav-pills .nav-link {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .email-main-wrapper .email-app-sidebar .nav-pills .nav-link.active svg, body.dark-only .email-main-wrapper .email-app-sidebar .nav-pills .nav-link:active svg {
  stroke: rgba(255, 255, 255, 0.6);
}
body.dark-only .email-main-wrapper .email-app-sidebar .nav-pills .nav-link svg {
  stroke: rgba(255, 255, 255, 0.4);
}
body.dark-only .compose-modal form .form-control {
  background-color: #1d1e26;
  border-color: #374558;
  color: #98a6ad;
}
body.dark-only .toolbar-box {
  border-color: #374558;
}
body.dark-only .toolbar-box .ql-snow .ql-stroke {
  stroke: #98a6ad;
}
body.dark-only .toolbar-box .ql-snow .ql-tooltip {
  background-color: #1d1e26;
  box-shadow: unset;
  border: 0;
}
body.dark-only .toolbar-box .ql-snow .ql-tooltip.ql-editing input[type=text] {
  background-color: #262932;
  border: 0;
  color: #98a6ad;
}
body.dark-only .toolbar-box .ql-snow a {
  color: rgba(255, 255, 255, 0.2);
}
body.dark-only .toolbar-box .ql-editor.ql-blank::before {
  color: rgba(255, 255, 255, 0.2);
}
body.dark-only .email-body .mail-body-wrapper ul li .inbox-message .email-data span {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .email-body .mail-body-wrapper ul li .inbox-message .email-options i {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .email-body .mail-body-wrapper .important-mail {
  stroke: rgba(255, 255, 255, 0.4);
}
body.dark-only .email-body .mail-body-wrapper .user-mail-wrapper .user-title .inbox-options svg {
  stroke: rgba(255, 255, 255, 0.4);
}
body.dark-only .email-body .mail-body-wrapper .user-mail-wrapper .user-title .inbox-security p {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .email-body .mail-header-wrapper .mail-body .mail-search .form-control {
  background-color: #1d1e26;
  border: 0;
  color: rgba(255, 255, 255, 0.2);
}
body.dark-only .email-body .mail-header-wrapper .mail-body .mail-search .form-control::placeholder {
  color: rgba(255, 255, 255, 0.2);
}
body.dark-only .email-body .mail-header-wrapper .mail-body .mail-search i {
  color: rgba(255, 255, 255, 0.2);
}
body.dark-only .email-body .mail-header-wrapper .mail-body .dropdown-menu .dropdown-item {
  background: #1d1e26;
  opacity: 1;
  border: 0;
  color: rgba(255, 255, 255, 0.2);
}
body.dark-only .email-body .mail-header-wrapper .mail-body .dropdown-menu .dropdown-item:hover {
  background-color: #262932;
}
body.dark-only .email-body .mail-header-wrapper .mail-body1 svg {
  stroke: rgba(255, 255, 255, 0.6);
}
body.dark-only .inbox-options .light-square.btn-group .dropdown-menu {
  background: #2b2b2b;
}
body.dark-only .inbox-options .light-square.btn-group .dropdown-menu .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #98a6ad;
}
body.dark-only .mail-filters svg {
  stroke: rgba(255, 255, 255, 0.4);
}
body.dark-only .inbox-security {
  background-color: #1d1e26;
}
body.dark-only .flatpicker-calender.product-date .form-control.flatpickr-input {
  border: unset;
  background-color: #1d1e26;
}
body.dark-only .price-wrapper .radio-wrapper li .form-check-input {
  border: 1px solid #374558;
}
body.dark-only .price-wrapper .radio-wrapper li .form-check-input ~ .form-check-label span {
  color: #98a6ad;
}
body.dark-only .product-buttons .btn:hover, body.dark-only .product-buttons .btn:active {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-only .product-buttons .btn svg {
  stroke: rgba(255, 255, 255, 0.8);
}
body.dark-only .ql-formats .ql-picker-label::before {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .e-category .form-label {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .e-category .form-control::placeholder {
  color: rgba(255, 255, 255, 0.2);
}
body.dark-only .sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link .nav-rounded {
  box-shadow: inset 0px 9px 20px 0px rgba(255, 255, 255, 0.1);
}
body.dark-only .sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link .product-icons svg {
  stroke: rgba(255, 255, 255, 0.6);
}
body.dark-only .sidebar-left-wrapper .sidebar-left-icons .nav-item::before {
  border-color: rgba(255, 255, 255, 0.15);
}
body.dark-only .common-form .product-buttons .btn {
  border-color: #374558;
}
body.dark-only .list-product.list-category .square-white {
  box-shadow: 0px 0px 28px 6px #1d1e26;
}
body.dark-only .list-product.list-category .square-white svg {
  fill: rgba(255, 255, 255, 0.6);
}
body.dark-only .list-product .datatable-pagination .datatable-active .datatable-pagination-list-item-link {
  background-color: var(--theme-default);
  color: var(--white);
}
body.dark-only .list-product .datatable-pagination .datatable-pagination-list-item-link {
  background-color: #1d1e26;
  color: #98a6ad;
}
body.dark-only .list-product .datatable-input:focus {
  outline: unset;
}
body.dark-only .list-product .datatable-selector {
  color: rgba(255, 255, 255, 0.6);
  background-color: #1d1e26;
}
body.dark-only .table {
  --bs-table-bg: trasparnt;
}
body.dark-only .table caption {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .grid-footer table tbody tr {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .tree-view .light-background {
  background-color: #1d1e26;
}
body.dark-only .tree-view .list-light-primary {
  background-color: rgba(115, 102, 255, 0.2);
}
body.dark-only .tree-view .nested-1 {
  background-color: rgba(115, 102, 255, 0.03);
}
body.dark-only .tree-view .nested-2 {
  background-color: rgba(115, 102, 255, 0.05);
}
body.dark-only .tree-view .nested-3 {
  background-color: rgba(115, 102, 255, 0.07);
}
body.dark-only .tree-view .nested-4 {
  background-color: rgba(115, 102, 255, 0.09);
}
body.dark-only .contact-edit svg {
  stroke: rgba(255, 255, 255, 0.6);
}
body.dark-only .left-sidebar-wrapper .left-sidebar-chat .input-group .input-group-text {
  background-color: #1d1e26;
}
body.dark-only .left-sidebar-wrapper .left-sidebar-chat .input-group .form-control {
  background-color: #1d1e26;
  border: unset;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .left-sidebar-wrapper .left-sidebar-chat .input-group .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .left-sidebar-wrapper .advance-options .chats-user span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .search-contacts .form-control {
  background-color: #1d1e26;
  border-color: #374558;
  color: rgba(255, 255, 255, 0.2);
}
body.dark-only .search-contacts .form-control::placeholder {
  color: #98a6ad;
}
body.dark-only .right-sidebar-title span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .right-sidebar-Chats .msger-inputarea {
  background: #1d1e26;
}
body.dark-only .right-sidebar-Chats .msger-input:focus {
  background-color: #1d1e26;
}
body.dark-only .left-msg .msg-bubble {
  background: #1d1e26;
}
body.dark-only .fg-emoji-picker-search input,
body.dark-only .fg-emoji-picker-search .fg-emoji-picker-search-icon {
  background-color: #262932;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .fg-emoji-picker-category-title {
  background-color: #1d1e26;
  border-bottom: 1px solid #374558;
}
body.dark-only .fg-emoji-container .fg-emoji-nav {
  background-color: #1d1e26;
}
body.dark-only .fg-emoji-container .fg-emoji-nav ul {
  border-bottom-color: #374558;
}
body.dark-only .fg-emoji-container .fg-emoji-nav li.emoji-picker-nav-active a, body.dark-only .fg-emoji-container .fg-emoji-nav li:hover a {
  background-color: #323846;
}
body.dark-only .fg-emoji-container .fg-emoji-nav li.emoji-picker-nav-active a svg, body.dark-only .fg-emoji-container .fg-emoji-nav li:hover a svg {
  fill: #fff;
}
body.dark-only .fg-emoji-container .fg-emoji-list {
  background-color: #1d1e26;
}
body.dark-only .fg-emoji-container .fg-emoji-list li a {
  background-color: #1d1e26;
}
body.dark-only .add-post form label,
body.dark-only .add-post form .col-form-label {
  color: #98a6ad;
}
body.dark-only .add-post form .form-control {
  background-color: #1d1e26;
  color: rgba(255, 255, 255, 0.2);
  border: unset;
}
body.dark-only .add-post form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.2);
}
body.dark-only .ql-container.ql-snow .ql-editor {
  color: rgba(255, 255, 255, 0.2);
}
body.dark-only.box-layout .page-wrapper .page-header {
  background-color: transparent;
}
body.dark-only.box-layout .page-wrapper .page-header .header-wrapper {
  border: 1px solid #1d1e26;
}
body.dark-only.box-layout .page-wrapper .page-body-wrapper {
  background-color: transparent;
}
body.dark-sidebar .toggle-sidebar svg {
  stroke: var(--theme-default);
}
body.dark-sidebar .page-wrapper .sidebar-main-title p {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper {
  background-color: #262932;
}
body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a svg {
  stroke: rgba(255, 255, 255, 0.6) !important;
}
body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active {
  background-color: rgba(115, 102, 255, 0.2);
}
body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active svg {
  color: var(--theme-default);
  stroke: var(--theme-default);
}
body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a.active {
  color: var(--theme-default);
}
body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper .according-menu i {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-sidebar .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper {
  background: #262932;
}
body.dark-sidebar .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main {
  background-color: #262932;
}
body.dark-sidebar .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li > a {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-sidebar .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li > a svg.stroke-icon {
  stroke: rgba(255, 255, 255, 0.6);
}
body.dark-sidebar .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li > a svg.fill-icon {
  fill: rgba(255, 255, 255, 0.6);
}
body.dark-sidebar .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu {
  background: #262932;
}
body.dark-sidebar .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-sidebar .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a.active, body.dark-sidebar .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a:hover {
  color: var(--theme-default);
}
body.dark-sidebar .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li .sidebar-submenu {
  background: #262932;
}
body.dark-sidebar .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .left-arrow,
body.dark-sidebar .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .right-arrow {
  background-color: #262932;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper > div {
  background: #262932;
}
body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-title {
  border-bottom: 1px solid #374558;
}
body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a svg {
  stroke: rgba(255, 255, 255, 0.6);
}
body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu {
  background-color: #262932;
}
body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu li a {
  border-bottom: 1px solid #374558;
}
body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active {
  background-color: rgba(115, 102, 255, 0.2);
}
body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active span {
  color: var(--theme-default);
}
body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active svg {
  color: var(--theme-default);
  stroke: var(--theme-default);
}
body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a.active {
  color: var(--theme-default);
}
body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper .according-menu i {
  color: rgba(255, 255, 255, 0.6);
}
body .for-dark {
  display: none;
}
body[class*=dark-] .for-dark {
  display: inline-block;
}
body[class*=dark-] .for-light {
  display: none;
}

/**=====================
	4.1. Dark CSS ends
==========================**/
/*# sourceMappingURL=style.css.map */


/*# sourceMappingURL=color-1.css.map */

.info-box {
    background-color: #fff;
    border: 1px solid #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    width: calc(100% - 40px);
    position: absolute;
}

.info-box-success {
    border: 1px solid #65c15c;
    color: #fff;
}

.info-box-warning {
    border: 1px solid #f0ad4e;
    color: #fff;
}

.info-box-danger {
    border: 1px solid #d9534f;
    color: #fff;
}

.info-box-info {
    border: 1px solid #5bc0de;
    color: #fff;
}

.info-box-primary {
    border: 1px solid var(--theme-default);
    color: #fff;
}

.info-box-secondary {
    border: 1px solid var(--theme-secondary);
    color: #fff;
}

.info-box-default {
    border: 1px solid #777;
    color: #fff;
}

.info-box-bottom-left {
    bottom: 20px;
    left: 20px;
    margin-bottom: 0px;
}

.info-box-bottom-right {
    bottom: 20px;
    right: 20px;
    margin-bottom: 0px;
}

.info-box-top-left {
    top: 20px;
    left: 20px;
    margin-top: 0px;
}

.info-box-top-right {
    top: 20px;
    right: 20px;
    margin-top: 0px;
}



@media (min-width: 768px) {
    .info-box {
        width: 40%;
    }
}

@media (min-width: 992px) {
    .info-box {
        width: 30%;
    }
}

@media (min-width: 1400px) {
    .info-box {
        width: 20%;
    }
}
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(/assets/material-design-icons/font/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
      local('MaterialIcons-Regular'),
      url(/assets/material-design-icons/font/MaterialIcons-Regular.woff2) format('woff2'),
      url(/assets/material-design-icons/font/MaterialIcons-Regular.ttf) format('truetype');
  }

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
  
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
  
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
  
    /* Support for IE. */
    font-feature-settings: 'liga';
  }
.choose-color-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;

}
.choose-color-wrapper .choose-color {
    height: 30px;
    border-radius: 5px;
    border: 1px solid #ccc;
    cursor: pointer;
    margin-left: 5px;
    line-height: 30px;
    padding: 0 10px;
}

.choose-color-wrapper .choose-color.active {
    border: 1px solid #000;
}
.calendar-user-badge, .expand-btn-round {
    border: 1px solid #ccc;
    border-radius: 50%;
    display: inline-block;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
    text-align: center;
    width: 20px;
}

.calendar-user-badge > .material-icons {
    position: absolute;
    margin-top: -10px;
    margin-left: -4px;
}

.participant-list-item {
    display: inline-block;
    margin-right: 5px;
}

.participant-list {
    vertical-align: top;
}

.calendar-reminder-badge {
    border: 1px solid #ccc;
    background-color: #fff;
    color: #ccc;
    border-radius: 15px;
    display: inline-block;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
    text-align: center;
    padding: 0 5px;
}

.information_wrapper span {
    word-break: break-all;
}

.information_wrapper .appointment-image{
    width: 100%;
    height: 100%;
    max-width: 100px;
    max-height: 300px;
    object-fit: cover;
}

.current-uploaded-image {
    width: 100%;
    height: 100%;
    max-width: 100px;
    max-height: 300px;
    object-fit: cover;
}

.current-uploaded-image-box {
    border: 1px solid #e9edf1;
    border-radius: 5px;
    padding: 5px;
}
@charset "UTF-8";
/*! -----------------------------------------------------------------------------------

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

-----------------------------------------------------------------------------------

    1.Base css
        1.1 Reset CSS
        1.2 Typography CSS

    2.Components css
        2.1 According CSS
        2.2 Alert CSS
        2.3 Avatars CSS
        2.4 Badge CSS
        2.5 Bookmark CSS
        2.6 Breadcrumb CSS
        2.7 Basic-card CSS      
        2.8 Buttons CSS
        2.9 Block-ui CSS
        2.10 Card CSS
        2.11 Color CSS
        2.12 Datatable CSS
        2.13 Datapicker CSS
        2.14 Dropdown CSS
        2.15 Form-input CSS
        2.16 Form-wizard CSS
        2.17 Forms CSS
        2.18 Icons CSS
        2.19 List CSS
        2.20 Loader CSS 
        2.21 Modal CSS
        2.22 Popover CSS
        2.23 Print CSS
        2.24 Radio CSS
        2.25 Ribbon CSS
        2.26 Range-slider CSS
        2.27 Switch CSS
        2.28 Tab CSS
        2.29 Table CSS
        2.30 Toasts CSS
        2.31 Touchspin CSS
        2.32 Tour CSS
        2.33 Tree CSS
        2.34 Typeahead-search CSS
        2.35 Scrollbar CSS


    3. Pages
        3.1 Add-product CSS
        3.2 Blog CSS
        3.3 Bookmark-app CSS
        3.4 Cart CSS
        3.5 Chart CSS
        3.6 Chat CSS
        3.7 Checkout CSS
        3.8 Comingsoon CSS
        3.9 Contacts CSS
        3.10 Dashboard_2 CSS
        3.11 Dashboard_3 CSS 
        3.12 Dashboard_4 CSS
        3.13 Dashboard_5 CSS
        3.14 Dashboard_6 CSS
        3.15 Dashboard_7 CSS
        3.16 Dashboard_8 CSS
        3.17 Dashboard_9 CSS
        3.18 Dashboard_10 CSS
        3.19 Dashboard_11 CSS
        3.20 Dashboard_default CSS
        3.21 Divider CSS
        3.22 Flash_icons CSS
        // 3.23 General-widget CSS
        3.23 Ecommerce CSS
        3.24 Email-application CSS
        3.25 Letter-box CSS
        3.26 Errorpage CSS
        3.27 Faq CSS
        3.28 File CSS
        3.29 File-manger CSS
        3.30 Gallery CSS
        3.31 Helper CSS
        3.32 Internationalization CSS
        3.33 Invoice CSS
        3.34 Job-search CSS
        3.35 Jsgrid CSS
        3.36 Editors CSS
        3.37 Kanban CSS
        3.38 Knowledgebase CSS
        3.39 Landing CSS
        3.40 Language CSS
        3.41 Learning CSS
        3.42 Login CSS
        3.43 Megaoption CSS
        3.44 Navigate-link CSS
        3.45 Order-history CSS
        3.46 Offcanvas CSS
        3.47 Page CSS
        3.48 Pricing CSS
        3.49 Progress CSS
        3.50 Projectlist CSS
        3.51 Placeholders CSS
        3.52 Rating CSS
        3.53 Social-app CSS
        3.54 Scrollspy CSS
        3.55 Sweet-alert CSS
        3.56 Sellers CSS
        3.57 Task CSS
        3.58 Timeline-v CSS
        3.59 User-profile CSS
        3.60 Wishlist CSS

    4. Themes
        4.1. Dark CSS
        4.2 Theme-customizer CSS
        4.3 Update CSS

    5. Layout
        5.1 Footer CSS
        5.2 Grid CSS
        5.3 Header CSS
        5.4 Navs CSS
        5.5 Search CSS
        5.6 Select2 CSS
        5.7 Sidebar CSS
        5.8 Rtl CSS
        5.9 Box-layout CSS

        hex: #108be9
        rgb: 16, 139, 233

 */
:root {
  --theme-default: #108be9;
  --theme-secondary: #838383;
  --light-background: rgba(242, 243, 247, 0.7);
  --body-font-color: #2F2F3B;
  --chart-border: #ECF3FA;
  --recent-chart-bg: #FCFCFD;
  --light-bg: #EEF1F6;
  --white: #fff;
  --light2: #F5F6F9;
  --sidebar-border: rgba(0, 0, 0, 0.1);
  --chart-text-color: rgba(82, 82, 108, 0.8);
  --recent-dashed-border: rgba(82, 82, 108, 0.3);
  --chart-dashed-border: rgba(82, 82, 108, 0.2);
  --chart-progress-light: rgba(82, 82, 108, 0.1);
  --recent-box-bg: #F2F4F7;
  --recent-border: rgba(97, 101, 122, 0.25);
  --course-light-btn: #F2F3F7;
  --course-bg: #F7F7F7;
  --balance-profile-bg: #E0DFEF;
  --view-grid-bg: #ECF3FA80;
  --view-border-marker: rgba(16, 139, 233, 0.2);
  --light-slate: #F5F6F9;
  --product-shadow: 0px 1px 0px rgba(82, 82, 108, 0.15);
  --light-shade-primary: rgba(245, 244, 255);
  --rgb-primary: rgb(115, 102, 255);
  --f-lighter: #7f8183;
  --light-datatable-odd: #F5F6FA;
  --dark-light-color: rgba(10, 10, 10, 0.5);
  --lighter-gray: rgba(33, 37, 41, 0.75);
  --primary-70: rgba(16, 139, 233, 0.7);
  --warning-70: rgba(255, 169, 65, 0.7);
  --success-70: rgba(84, 186, 74, 0.7);
  --fc-button-bg-color: var(--theme-default);
  --fc-button-active-bg-color: var(--theme-default);
  --fc-button-active-border-color: var(--theme-default);
  --fc-button-border-color: var(--theme-default);
  --fc-button-hover-bg-color: var(--theme-default);
  --fc-button-hover-border-color: var(--theme-default);
  --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;
  --bs-emphasis-color-rgb: rgba(242, 243, 247, 0.7);
  --bs-border-color: #e9edf1;
  --bs-table-bg: var(--bs-emphasis-color-rgb);
  --bs-heading-color: #333333;
  --bs-primary: #108be9;
  --bs-secondary: #838383;
  --bs-primary-rgb: 16, 139, 233;
  /* Do not show the "remove tag" (x) button when only a single tag remains */
}
:root .customLook {
  --tag-bg: var(--theme-default);
  --tag-hover: var(--theme-secondary);
  --tag-text-color: var(--white);
  --tags-border-color: silver;
  --tag-border-radius: 25px;
  --tag-text-color--edit: #111;
  --tag-remove-bg: var(--tag-hover);
  --tag-pad: .6em 1em;
  --tag-inset-shadow-size: 1.35em;
  --tag-remove-btn-bg--hover: #000;
  --tagify-dd-color-primary: var(var(--theme-default));
  --tagify-dd-bg-color: var(--course-light-btn);
}
:root .table {
  --bs-table-color-state: initial;
  --bs-body-bg: auto;
}
:root .table.table-inverse {
  --bs-table-bg: #292b2c;
}
:root .table.table-striped.bg-primary {
  --bs-table-bg: unset;
}

.dark-only {
  --light-background: rgba(31, 32, 40, 0.65);
  --recent-chart-bg: #262932;
  --light-bg: #1d1e26;
  --white: #262932;
  --sidebar-border: rgba(255, 255, 255, 0.1);
  --light2: #1d1e26;
  --chart-border: #374558;
  --recent-box-bg: #1d1e26;
  --recent-border: #374558;
  --body-font-color: rgba(255, 255, 255, 0.6);
  --chart-text-color: rgba(101, 101, 113, 1);
  --chart-dashed-border: rgba(135, 135, 136, 0.2);
  --chart-progress-light: #202128;
  --course-light-btn: var(--light-bg);
  --course-bg: rgba(31, 32, 40, 0.65);
  --view-grid-bg: var(--light-bg);
  --view-border-marker: #2c2c45d4;
  --light-slate: #1c1d26;
  --light-datatable-odd: #191e27;
  --product-shadow: 0px 1px 0px rgb(55 70 87);
  --light-shade-primary: rgba(46, 53, 67, 1);
  --light-gray-1: linear-gradient(0deg, #FCFCFD, #FCFCFD),
      linear-gradient(0deg, #FFFFFF, #FFFFFF);
  --bs-body-bg: rgba(255, 255, 255, 0.6);
  --bs-table-bg: transparent;
  --light-bg-primary: rgba(239, 238, 255);
  --lighter-gray: rgba(255, 255, 255, 0.2);
  --bs-heading-color: rgba(255, 255, 255, 0.7);
  --bs-emphasis-color-rgb: var(--light-background);
  --bs-border-color: var(--recent-chart-bg);
}
.dark-only .table.table-inverse {
  --bs-table-bg: #262932;
}
.dark-only .table.table-striped.bg-primary {
  --bs-table-bg: unset;
}

/**=====================
    1.2 Mixin CSS start
==========================**/
/**=====================
    1.2 Mixin CSS end
==========================**/
/**=====================
    1.1 Reset CSS start
==========================**/
.f-light {
  color: rgba(117, 117, 138, 0.8);
}

.c-light {
  color: #52526c;
}

.c-o-light {
  color: #52526c;
  opacity: 0.8;
}

.light-white {
  color: #fff;
}

.pull-right {
  float: right;
}

svg.f-light {
  fill: #75758a;
  opacity: 0.8;
}

.w-600 {
  width: 600px;
}

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

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

.icon-arrow-down.icon-rotate,
.icon-arrow-up.icon-rotate {
  transform: rotate(-45deg);
  display: inline-block;
}

[contenteditable] {
  outline: 0 solid transparent;
}

::selection {
  background-color: #108be9;
  color: #fff;
}

::-moz-selection {
  background-color: #108be9;
  color: #fff;
}

/*====== Padding css starts ======*/
.p-0 {
  padding: 0px;
}

.p-5 {
  padding: 5px;
}

.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

.p-25 {
  padding: 25px;
}

.p-30 {
  padding: 30px;
}

.p-35 {
  padding: 35px;
}

.p-40 {
  padding: 40px;
}

.p-45 {
  padding: 45px;
}

.p-50 {
  padding: 50px;
}

/*====== Padding css ends ======*/
/*====== Padding-left css starts ======*/
.p-l-0 {
  padding-left: 0px;
}

.p-l-5 {
  padding-left: 5px;
}

.p-l-10 {
  padding-left: 10px;
}

.p-l-15 {
  padding-left: 15px;
}

.p-l-20 {
  padding-left: 20px;
}

.p-l-25 {
  padding-left: 25px;
}

.p-l-30 {
  padding-left: 30px;
}

.p-l-35 {
  padding-left: 35px;
}

.p-l-40 {
  padding-left: 40px;
}

.p-l-45 {
  padding-left: 45px;
}

.p-l-50 {
  padding-left: 50px;
}

/*====== Padding-left css ends ======*/
/*====== Padding-top css starts ======*/
.p-t-0 {
  padding-top: 0px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

/*====== Padding-top css ends ======*/
/*====== Padding-bottom css starts ======*/
.p-b-0 {
  padding-bottom: 0px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

/*====== Padding-bottom css ends ======*/
/*====== Padding-right css starts ======*/
.p-r-0 {
  padding-right: 0px;
}

.p-r-5 {
  padding-right: 5px;
}

.p-r-10 {
  padding-right: 10px;
}

.p-r-15 {
  padding-right: 15px;
}

.p-r-20 {
  padding-right: 20px;
}

.p-r-25 {
  padding-right: 25px;
}

.p-r-30 {
  padding-right: 30px;
}

.p-r-35 {
  padding-right: 35px;
}

.p-r-40 {
  padding-right: 40px;
}

.p-r-45 {
  padding-right: 45px;
}

.p-r-50 {
  padding-right: 50px;
}

/*====== Padding-right css ends ======*/
/*====== Margin css starts ======*/
.m-0 {
  margin: 0px !important;
}

.m-5 {
  margin: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-25 {
  margin: 25px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-35 {
  margin: 35px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-45 {
  margin: 45px !important;
}

.m-50 {
  margin: 50px !important;
}

/*====== Margin css ends ======*/
/*====== Margin-top css starts ======*/
.m-t-0 {
  margin-top: 0px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

/*====== Margin-top css ends ======*/
/*====== Margin-Bottom css starts ======*/
.m-b-0 {
  margin-bottom: 0px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

/*====== Margin-Bottom css ends ======*/
/*====== Margin-left css starts ======*/
.m-l-0 {
  margin-left: 0px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

/*====== Margin-left css ends ======*/
/*====== Margin-right css starts ======*/
.m-r-0 {
  margin-right: 0px;
}

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

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

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

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

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

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

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

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

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

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

/*====== Margin-right css ends ======*/
/*====== Border-radius css starts ======*/
.b-r-0 {
  border-radius: 0px !important;
}

.b-r-1 {
  border-radius: 1px !important;
}

.b-r-2 {
  border-radius: 2px !important;
}

.b-r-3 {
  border-radius: 3px !important;
}

.b-r-4 {
  border-radius: 4px !important;
}

.b-r-5 {
  border-radius: 5px !important;
}

.b-r-6 {
  border-radius: 6px !important;
}

.b-r-7 {
  border-radius: 7px !important;
}

.b-r-8 {
  border-radius: 8px !important;
}

.b-r-9 {
  border-radius: 9px !important;
}

.b-r-10 {
  border-radius: 10px !important;
}

.b-r-11 {
  border-radius: 11px !important;
}

.b-r-12 {
  border-radius: 12px !important;
}

.b-r-13 {
  border-radius: 13px !important;
}

.b-r-14 {
  border-radius: 14px !important;
}

.b-r-15 {
  border-radius: 15px !important;
}

.b-r-16 {
  border-radius: 16px !important;
}

.b-r-17 {
  border-radius: 17px !important;
}

.b-r-18 {
  border-radius: 18px !important;
}

.b-r-19 {
  border-radius: 19px !important;
}

.b-r-20 {
  border-radius: 20px !important;
}

.b-r-21 {
  border-radius: 21px !important;
}

.b-r-22 {
  border-radius: 22px !important;
}

.b-r-23 {
  border-radius: 23px !important;
}

.b-r-24 {
  border-radius: 24px !important;
}

.b-r-25 {
  border-radius: 25px !important;
}

.b-r-26 {
  border-radius: 26px !important;
}

.b-r-27 {
  border-radius: 27px !important;
}

.b-r-28 {
  border-radius: 28px !important;
}

.b-r-29 {
  border-radius: 29px !important;
}

.b-r-30 {
  border-radius: 30px !important;
}

.b-r-31 {
  border-radius: 31px !important;
}

.b-r-32 {
  border-radius: 32px !important;
}

.b-r-33 {
  border-radius: 33px !important;
}

.b-r-34 {
  border-radius: 34px !important;
}

.b-r-35 {
  border-radius: 35px !important;
}

/*====== Border-radius css ends ======*/
/*====== Font-size css starts ======*/
.f-12 {
  font-size: 12px !important;
}

.f-14 {
  font-size: 14px !important;
}

.f-16 {
  font-size: 16px !important;
}

.f-18 {
  font-size: 18px !important;
}

.f-20 {
  font-size: 20px !important;
}

.f-22 {
  font-size: 22px !important;
}

.f-24 {
  font-size: 24px !important;
}

.f-26 {
  font-size: 26px !important;
}

.f-28 {
  font-size: 28px !important;
}

.f-30 {
  font-size: 30px !important;
}

.f-32 {
  font-size: 32px !important;
}

.f-34 {
  font-size: 34px !important;
}

.f-36 {
  font-size: 36px !important;
}

.f-38 {
  font-size: 38px !important;
}

.f-40 {
  font-size: 40px !important;
}

.f-42 {
  font-size: 42px !important;
}

.f-44 {
  font-size: 44px !important;
}

.f-46 {
  font-size: 46px !important;
}

.f-48 {
  font-size: 48px !important;
}

.f-50 {
  font-size: 50px !important;
}

.f-52 {
  font-size: 52px !important;
}

.f-54 {
  font-size: 54px !important;
}

.f-56 {
  font-size: 56px !important;
}

.f-58 {
  font-size: 58px !important;
}

.f-60 {
  font-size: 60px !important;
}

.f-62 {
  font-size: 62px !important;
}

.f-64 {
  font-size: 64px !important;
}

.f-66 {
  font-size: 66px !important;
}

.f-68 {
  font-size: 68px !important;
}

.f-70 {
  font-size: 70px !important;
}

.f-72 {
  font-size: 72px !important;
}

.f-74 {
  font-size: 74px !important;
}

.f-76 {
  font-size: 76px !important;
}

.f-78 {
  font-size: 78px !important;
}

.f-80 {
  font-size: 80px !important;
}

.f-82 {
  font-size: 82px !important;
}

.f-84 {
  font-size: 84px !important;
}

.f-86 {
  font-size: 86px !important;
}

.f-88 {
  font-size: 88px !important;
}

.f-90 {
  font-size: 90px !important;
}

.f-92 {
  font-size: 92px !important;
}

.f-94 {
  font-size: 94px !important;
}

.f-96 {
  font-size: 96px !important;
}

.f-98 {
  font-size: 98px !important;
}

.f-100 {
  font-size: 100px !important;
}

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

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

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

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

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

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

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

/*====== Font-weight css ends ======*/
/*====== Font-style css starts ======*/
.f-s-normal {
  font-style: normal;
}

.f-s-italic {
  font-style: italic;
}

.f-s-oblique {
  font-style: oblique;
}

.f-s-initial {
  font-style: initial;
}

.f-s-inherit {
  font-style: inherit;
}

/*====== Font-style css ends ======*/
/*====== Text-Decoration css starts ======*/
.text-overline {
  text-decoration: overline;
}

.text-line-through {
  text-decoration: line-through;
}

.text-underline {
  text-decoration: underline;
}

.text-dashed {
  text-decoration: dashed;
}

.text-blink {
  text-decoration: blink;
}

.text-dotted {
  text-decoration: dotted;
}

.text-initial {
  text-decoration: initial;
}

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

.text-solid {
  text-decoration: solid;
}

.text-wavy {
  text-decoration: wavy;
}

.text-inherit {
  text-decoration: inherit;
}

.text-double {
  text-decoration: double;
}

/*====== Text-Decoration css ends ======*/
/*====== Border-style css starts ======*/
.border-s-overline {
  border-style: overline;
}

.border-s-dashed {
  border-style: dashed;
}

.border-s-dotted {
  border-style: dotted;
}

.border-s-solid {
  border-style: solid;
}

.border-s-double {
  border-style: double;
}

.border-s-groove {
  border-style: groove;
}

.border-s-ridge {
  border-style: ridge;
}

.border-s-inset {
  border-style: inset;
}

.border-s-outset {
  border-style: outset;
}

.border-s-none {
  border-style: none;
}

.border-s-hidden {
  border-style: hidden;
}

/*====== Border-style css ends ======*/
/*====== Vertical-Align css starts ======*/
.baseline {
  vertical-align: baseline;
}

.sub {
  vertical-align: sub;
}

.super {
  vertical-align: super;
}

.top {
  vertical-align: top;
}

.text-top {
  vertical-align: text-top;
}

.middle {
  vertical-align: middle;
}

.bottom {
  vertical-align: bottom;
}

.text-bottom {
  vertical-align: text-bottom;
}

.initial {
  vertical-align: initial;
}

.inherit {
  vertical-align: inherit;
}

/*====== Vertical-Align css ends ======*/
/*====== Position css starts ======*/
.p-static {
  position: static;
}

.p-absolute {
  position: absolute;
}

.p-fixed {
  position: fixed;
}

.p-relative {
  position: relative;
}

.p-initial {
  position: initial;
}

.p-inherit {
  position: inherit;
}

/*====== Position css ends ======*/
/*====== Float css starts ======*/
.f-left {
  float: left;
}

.f-right {
  float: right;
}

.f-none {
  float: none;
}

/*====== Float css ends ======*/
/*====== Overflow css starts ======*/
.o-hidden {
  overflow: hidden;
}

.o-visible {
  overflow: visible;
}

.o-auto {
  overflow: auto;
}

/*====== Overflow css ends ======*/
/*====== Image-sizes css starts ======*/
.img-10 {
  width: 10px !important;
}

.img-h-10 {
  height: 10px !important;
}

.img-20 {
  width: 20px !important;
}

.img-h-20 {
  height: 20px !important;
}

.img-30 {
  width: 30px !important;
}

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

.img-40 {
  width: 40px !important;
}

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

.img-50 {
  width: 50px !important;
}

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

.img-60 {
  width: 60px !important;
}

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

.img-70 {
  width: 70px !important;
}

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

.img-80 {
  width: 80px !important;
}

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

.img-90 {
  width: 90px !important;
}

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

.img-100 {
  width: 100px !important;
}

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

/*====== Image-sizes css ends ======*/
/*====== Height-sizes css starts ======*/
.placeholder-h-2 {
  height: 2px !important;
}

.placeholder-h-4 {
  height: 4px !important;
}

.placeholder-h-6 {
  height: 6px !important;
}

.placeholder-h-8 {
  height: 8px !important;
}

.placeholder-h-10 {
  height: 10px !important;
}

.placeholder-h-12 {
  height: 12px !important;
}

.placeholder-h-14 {
  height: 14px !important;
}

.placeholder-h-16 {
  height: 16px !important;
}

.placeholder-h-18 {
  height: 18px !important;
}

.placeholder-h-20 {
  height: 20px !important;
}

.placeholder-h-22 {
  height: 22px !important;
}

.placeholder-h-24 {
  height: 24px !important;
}

.placeholder-h-26 {
  height: 26px !important;
}

.placeholder-h-28 {
  height: 28px !important;
}

.placeholder-h-30 {
  height: 30px !important;
}

.placeholder-h-32 {
  height: 32px !important;
}

.placeholder-h-34 {
  height: 34px !important;
}

.placeholder-h-36 {
  height: 36px !important;
}

.placeholder-h-38 {
  height: 38px !important;
}

.placeholder-h-40 {
  height: 40px !important;
}

.placeholder-h-42 {
  height: 42px !important;
}

.placeholder-h-44 {
  height: 44px !important;
}

.placeholder-h-46 {
  height: 46px !important;
}

.placeholder-h-48 {
  height: 48px !important;
}

.placeholder-h-50 {
  height: 50px !important;
}

.placeholder-h-52 {
  height: 52px !important;
}

.placeholder-h-54 {
  height: 54px !important;
}

.placeholder-h-56 {
  height: 56px !important;
}

.placeholder-h-58 {
  height: 58px !important;
}

.placeholder-h-60 {
  height: 60px !important;
}

.placeholder-h-62 {
  height: 62px !important;
}

.placeholder-h-64 {
  height: 64px !important;
}

.placeholder-h-66 {
  height: 66px !important;
}

.placeholder-h-68 {
  height: 68px !important;
}

.placeholder-h-70 {
  height: 70px !important;
}

.placeholder-h-72 {
  height: 72px !important;
}

.placeholder-h-74 {
  height: 74px !important;
}

.placeholder-h-76 {
  height: 76px !important;
}

.placeholder-h-78 {
  height: 78px !important;
}

.placeholder-h-80 {
  height: 80px !important;
}

.placeholder-h-82 {
  height: 82px !important;
}

.placeholder-h-84 {
  height: 84px !important;
}

.placeholder-h-86 {
  height: 86px !important;
}

.placeholder-h-88 {
  height: 88px !important;
}

.placeholder-h-90 {
  height: 90px !important;
}

.placeholder-h-92 {
  height: 92px !important;
}

.placeholder-h-94 {
  height: 94px !important;
}

.placeholder-h-96 {
  height: 96px !important;
}

.placeholder-h-98 {
  height: 98px !important;
}

.placeholder-h-100 {
  height: 100px !important;
}

/*====== Height-sizes css ends ======*/
/*======= Text css starts ===========*/
.font-primary {
  color: #108be9 !important;
}

.font-secondary {
  color: #838383 !important;
}

.font-success {
  color: #65c15c !important;
}

.font-danger {
  color: #fc564a !important;
}

.font-info {
  color: #40b8f5 !important;
}

.font-light {
  color: #f4f4f4 !important;
}

.font-dark {
  color: #3f475a !important;
}

.font-warning {
  color: #ffb829 !important;
}

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

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

/*======= Text css ends ===========*/
/*======= Label-color css starts  ======= */
.label {
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 0;
  text-transform: capitalize;
}

.label-theme {
  background-color: #108be9;
}

.label-primary {
  background-color: #108be9;
}

.label-secondary {
  background-color: #838383;
}

.label-success {
  background-color: #65c15c;
}

.label-danger {
  background-color: #fc564a;
}

.label-info {
  background-color: #40b8f5;
}

.label-light {
  background-color: #f4f4f4;
}

.label-dark {
  background-color: #3f475a;
}

.label-warning {
  background-color: #ffb829;
}

/*======= Label-color css ends  ======= */
/*======= Badge-color css starts  ======= */
.badge-primary {
  background-color: #108be9;
}

.badge-b-primary {
  border: 1px solid #108be9;
}

.badge-secondary {
  background-color: #838383;
}

.badge-b-secondary {
  border: 1px solid #838383;
}

.badge-success {
  background-color: #65c15c;
}

.badge-b-success {
  border: 1px solid #65c15c;
}

.badge-danger {
  background-color: #fc564a;
}

.badge-b-danger {
  border: 1px solid #fc564a;
}

.badge-info {
  background-color: #40b8f5;
}

.badge-b-info {
  border: 1px solid #40b8f5;
}

.badge-light {
  background-color: #f4f4f4;
}

.badge-b-light {
  border: 1px solid #f4f4f4;
}

.badge-dark {
  background-color: #3f475a;
}

.badge-b-dark {
  border: 1px solid #3f475a;
}

.badge-warning {
  background-color: #ffb829;
}

.badge-b-warning {
  border: 1px solid #ffb829;
}

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

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

/*======= Badge-color css end  ======= */
/*======= Background-color css starts  ======= */
.bg-primary {
  background-color: #108be9 !important;
  color: #fff;
}
.bg-primary:hover {
  background-color: #108be9;
  color: #fff;
}

.title-line-primary::before {
  background-color: #108be9 !important;
}

.scope-light-primary {
  background-color: rgba(16, 139, 233, 0.15) !important;
}

.outline-10-primary {
  outline: 2px solid rgba(16, 139, 233, 0.1);
}

.bg-7-primary {
  background-color: rgba(16, 139, 233, 0.07);
}

.bg-10-primary {
  background-color: rgba(16, 139, 233, 0.1);
}

.bg-20-primary {
  background-color: rgba(16, 139, 233, 0.2);
}

.outline-20-primary {
  outline: 2px solid rgba(16, 139, 233, 0.2);
}

.shadow-10-primary {
  box-shadow: 0px 5.04px 14.96px 0px rgba(16, 139, 233, 0.25) inset;
}

.social-tabs .nav .social-box.bg-7-primary.active {
  border: 1px solid #108be9;
  transition: all 0.4s ease;
}

.dotted-primary {
  background-color: #108be9;
}

.text-bg-primary {
  background-color: #108be9 !important;
}

.divider-body.divider-primary::before, .divider-body.divider-primary::after {
  border-color: #108be9 !important;
}

.border-dashed-primary {
  border: 1px dashed #108be9;
  color: #108be9;
}
.border-dashed-primary:hover {
  border: 1px dashed #108be9;
  background-color: #108be9;
  color: #fff;
}

.border-left-primary {
  border-left: 4px solid #108be9;
}
[dir=rtl] .border-left-primary {
  border-left: unset;
  border-right: 4px solid #108be9;
}

.link-underline-primary {
  text-decoration: underline;
  text-decoration-color: #108be9 !important;
}
.link-underline-primary:hover {
  color: var(--body-font-color);
}

.link-primary {
  text-decoration: underline;
  text-decoration-color: #108be9 !important;
  color: #108be9 !important;
}
.link-primary:hover, .link-primary:focus, .link-primary:active {
  color: #108be9 !important;
  text-decoration-color: #108be9 !important;
}

.bg-light-primary {
  background-color: rgba(16, 139, 233, 0.1) !important;
  color: #fff;
}

.bg-lighter-primary {
  background-color: rgba(16, 139, 233, 0.6);
  color: #fff;
}

.button-light-primary {
  background-color: rgba(16, 139, 233, 0.1) !important;
}
.button-light-primary:active {
  border-color: rgba(16, 139, 233, 0.1) !important;
}

.bg-secondary {
  background-color: #838383 !important;
  color: #fff;
}
.bg-secondary:hover {
  background-color: #838383;
  color: #fff;
}

.title-line-secondary::before {
  background-color: #838383 !important;
}

.scope-light-secondary {
  background-color: rgba(131, 131, 131, 0.15) !important;
}

.outline-10-secondary {
  outline: 2px solid rgba(131, 131, 131, 0.1);
}

.bg-7-secondary {
  background-color: rgba(131, 131, 131, 0.07);
}

.bg-10-secondary {
  background-color: rgba(131, 131, 131, 0.1);
}

.bg-20-secondary {
  background-color: rgba(131, 131, 131, 0.2);
}

.outline-20-secondary {
  outline: 2px solid rgba(131, 131, 131, 0.2);
}

.shadow-10-secondary {
  box-shadow: 0px 5.04px 14.96px 0px rgba(131, 131, 131, 0.25) inset;
}

.social-tabs .nav .social-box.bg-7-secondary.active {
  border: 1px solid #838383;
  transition: all 0.4s ease;
}

.dotted-secondary {
  background-color: #838383;
}

.text-bg-secondary {
  background-color: #838383 !important;
}

.divider-body.divider-secondary::before, .divider-body.divider-secondary::after {
  border-color: #838383 !important;
}

.border-dashed-secondary {
  border: 1px dashed #838383;
  color: #838383;
}
.border-dashed-secondary:hover {
  border: 1px dashed #838383;
  background-color: #838383;
  color: #fff;
}

.border-left-secondary {
  border-left: 4px solid #838383;
}
[dir=rtl] .border-left-secondary {
  border-left: unset;
  border-right: 4px solid #838383;
}

.link-underline-secondary {
  text-decoration: underline;
  text-decoration-color: #838383 !important;
}
.link-underline-secondary:hover {
  color: var(--body-font-color);
}

.link-secondary {
  text-decoration: underline;
  text-decoration-color: #838383 !important;
  color: #838383 !important;
}
.link-secondary:hover, .link-secondary:focus, .link-secondary:active {
  color: #838383 !important;
  text-decoration-color: #838383 !important;
}

.bg-light-secondary {
  background-color: rgba(131, 131, 131, 0.1) !important;
  color: #fff;
}

.bg-lighter-secondary {
  background-color: rgba(131, 131, 131, 0.6);
  color: #fff;
}

.button-light-secondary {
  background-color: rgba(131, 131, 131, 0.1) !important;
}
.button-light-secondary:active {
  border-color: rgba(131, 131, 131, 0.1) !important;
}

.bg-success {
  background-color: #65c15c !important;
  color: #fff;
}
.bg-success:hover {
  background-color: #65c15c;
  color: #fff;
}

.title-line-success::before {
  background-color: #65c15c !important;
}

.scope-light-success {
  background-color: rgba(101, 193, 92, 0.15) !important;
}

.outline-10-success {
  outline: 2px solid rgba(101, 193, 92, 0.1);
}

.bg-7-success {
  background-color: rgba(101, 193, 92, 0.07);
}

.bg-10-success {
  background-color: rgba(101, 193, 92, 0.1);
}

.bg-20-success {
  background-color: rgba(101, 193, 92, 0.2);
}

.outline-20-success {
  outline: 2px solid rgba(101, 193, 92, 0.2);
}

.shadow-10-success {
  box-shadow: 0px 5.04px 14.96px 0px rgba(101, 193, 92, 0.25) inset;
}

.social-tabs .nav .social-box.bg-7-success.active {
  border: 1px solid #65c15c;
  transition: all 0.4s ease;
}

.dotted-success {
  background-color: #65c15c;
}

.text-bg-success {
  background-color: #65c15c !important;
}

.divider-body.divider-success::before, .divider-body.divider-success::after {
  border-color: #65c15c !important;
}

.border-dashed-success {
  border: 1px dashed #65c15c;
  color: #65c15c;
}
.border-dashed-success:hover {
  border: 1px dashed #65c15c;
  background-color: #65c15c;
  color: #fff;
}

.border-left-success {
  border-left: 4px solid #65c15c;
}
[dir=rtl] .border-left-success {
  border-left: unset;
  border-right: 4px solid #65c15c;
}

.link-underline-success {
  text-decoration: underline;
  text-decoration-color: #65c15c !important;
}
.link-underline-success:hover {
  color: var(--body-font-color);
}

.link-success {
  text-decoration: underline;
  text-decoration-color: #65c15c !important;
  color: #65c15c !important;
}
.link-success:hover, .link-success:focus, .link-success:active {
  color: #65c15c !important;
  text-decoration-color: #65c15c !important;
}

.bg-light-success {
  background-color: rgba(101, 193, 92, 0.1) !important;
  color: #fff;
}

.bg-lighter-success {
  background-color: rgba(101, 193, 92, 0.6);
  color: #fff;
}

.button-light-success {
  background-color: rgba(101, 193, 92, 0.1) !important;
}
.button-light-success:active {
  border-color: rgba(101, 193, 92, 0.1) !important;
}

.bg-danger {
  background-color: #fc564a !important;
  color: #fff;
}
.bg-danger:hover {
  background-color: #fc564a;
  color: #fff;
}

.title-line-danger::before {
  background-color: #fc564a !important;
}

.scope-light-danger {
  background-color: rgba(252, 86, 74, 0.15) !important;
}

.outline-10-danger {
  outline: 2px solid rgba(252, 86, 74, 0.1);
}

.bg-7-danger {
  background-color: rgba(252, 86, 74, 0.07);
}

.bg-10-danger {
  background-color: rgba(252, 86, 74, 0.1);
}

.bg-20-danger {
  background-color: rgba(252, 86, 74, 0.2);
}

.outline-20-danger {
  outline: 2px solid rgba(252, 86, 74, 0.2);
}

.shadow-10-danger {
  box-shadow: 0px 5.04px 14.96px 0px rgba(252, 86, 74, 0.25) inset;
}

.social-tabs .nav .social-box.bg-7-danger.active {
  border: 1px solid #fc564a;
  transition: all 0.4s ease;
}

.dotted-danger {
  background-color: #fc564a;
}

.text-bg-danger {
  background-color: #fc564a !important;
}

.divider-body.divider-danger::before, .divider-body.divider-danger::after {
  border-color: #fc564a !important;
}

.border-dashed-danger {
  border: 1px dashed #fc564a;
  color: #fc564a;
}
.border-dashed-danger:hover {
  border: 1px dashed #fc564a;
  background-color: #fc564a;
  color: #fff;
}

.border-left-danger {
  border-left: 4px solid #fc564a;
}
[dir=rtl] .border-left-danger {
  border-left: unset;
  border-right: 4px solid #fc564a;
}

.link-underline-danger {
  text-decoration: underline;
  text-decoration-color: #fc564a !important;
}
.link-underline-danger:hover {
  color: var(--body-font-color);
}

.link-danger {
  text-decoration: underline;
  text-decoration-color: #fc564a !important;
  color: #fc564a !important;
}
.link-danger:hover, .link-danger:focus, .link-danger:active {
  color: #fc564a !important;
  text-decoration-color: #fc564a !important;
}

.bg-light-danger {
  background-color: rgba(252, 86, 74, 0.1) !important;
  color: #fff;
}

.bg-lighter-danger {
  background-color: rgba(252, 86, 74, 0.6);
  color: #fff;
}

.button-light-danger {
  background-color: rgba(252, 86, 74, 0.1) !important;
}
.button-light-danger:active {
  border-color: rgba(252, 86, 74, 0.1) !important;
}

.bg-info {
  background-color: #40b8f5 !important;
  color: #fff;
}
.bg-info:hover {
  background-color: #40b8f5;
  color: #fff;
}

.title-line-info::before {
  background-color: #40b8f5 !important;
}

.scope-light-info {
  background-color: rgba(64, 184, 245, 0.15) !important;
}

.outline-10-info {
  outline: 2px solid rgba(64, 184, 245, 0.1);
}

.bg-7-info {
  background-color: rgba(64, 184, 245, 0.07);
}

.bg-10-info {
  background-color: rgba(64, 184, 245, 0.1);
}

.bg-20-info {
  background-color: rgba(64, 184, 245, 0.2);
}

.outline-20-info {
  outline: 2px solid rgba(64, 184, 245, 0.2);
}

.shadow-10-info {
  box-shadow: 0px 5.04px 14.96px 0px rgba(64, 184, 245, 0.25) inset;
}

.social-tabs .nav .social-box.bg-7-info.active {
  border: 1px solid #40b8f5;
  transition: all 0.4s ease;
}

.dotted-info {
  background-color: #40b8f5;
}

.text-bg-info {
  background-color: #40b8f5 !important;
}

.divider-body.divider-info::before, .divider-body.divider-info::after {
  border-color: #40b8f5 !important;
}

.border-dashed-info {
  border: 1px dashed #40b8f5;
  color: #40b8f5;
}
.border-dashed-info:hover {
  border: 1px dashed #40b8f5;
  background-color: #40b8f5;
  color: #fff;
}

.border-left-info {
  border-left: 4px solid #40b8f5;
}
[dir=rtl] .border-left-info {
  border-left: unset;
  border-right: 4px solid #40b8f5;
}

.link-underline-info {
  text-decoration: underline;
  text-decoration-color: #40b8f5 !important;
}
.link-underline-info:hover {
  color: var(--body-font-color);
}

.link-info {
  text-decoration: underline;
  text-decoration-color: #40b8f5 !important;
  color: #40b8f5 !important;
}
.link-info:hover, .link-info:focus, .link-info:active {
  color: #40b8f5 !important;
  text-decoration-color: #40b8f5 !important;
}

.bg-light-info {
  background-color: rgba(64, 184, 245, 0.1) !important;
  color: #fff;
}

.bg-lighter-info {
  background-color: rgba(64, 184, 245, 0.6);
  color: #fff;
}

.button-light-info {
  background-color: rgba(64, 184, 245, 0.1) !important;
}
.button-light-info:active {
  border-color: rgba(64, 184, 245, 0.1) !important;
}

.bg-light {
  background-color: #f4f4f4 !important;
  color: #fff;
}
.bg-light:hover {
  background-color: #f4f4f4;
  color: #fff;
}

.title-line-light::before {
  background-color: #f4f4f4 !important;
}

.scope-light-light {
  background-color: rgba(244, 244, 244, 0.15) !important;
}

.outline-10-light {
  outline: 2px solid rgba(244, 244, 244, 0.1);
}

.bg-7-light {
  background-color: rgba(244, 244, 244, 0.07);
}

.bg-10-light {
  background-color: rgba(244, 244, 244, 0.1);
}

.bg-20-light {
  background-color: rgba(244, 244, 244, 0.2);
}

.outline-20-light {
  outline: 2px solid rgba(244, 244, 244, 0.2);
}

.shadow-10-light {
  box-shadow: 0px 5.04px 14.96px 0px rgba(244, 244, 244, 0.25) inset;
}

.social-tabs .nav .social-box.bg-7-light.active {
  border: 1px solid #f4f4f4;
  transition: all 0.4s ease;
}

.dotted-light {
  background-color: #f4f4f4;
}

.text-bg-light {
  background-color: #f4f4f4 !important;
}

.divider-body.divider-light::before, .divider-body.divider-light::after {
  border-color: #f4f4f4 !important;
}

.border-dashed-light {
  border: 1px dashed #f4f4f4;
  color: #f4f4f4;
}
.border-dashed-light:hover {
  border: 1px dashed #f4f4f4;
  background-color: #f4f4f4;
  color: #fff;
}

.border-left-light {
  border-left: 4px solid #f4f4f4;
}
[dir=rtl] .border-left-light {
  border-left: unset;
  border-right: 4px solid #f4f4f4;
}

.link-underline-light {
  text-decoration: underline;
  text-decoration-color: #f4f4f4 !important;
}
.link-underline-light:hover {
  color: var(--body-font-color);
}

.link-light {
  text-decoration: underline;
  text-decoration-color: #f4f4f4 !important;
  color: #f4f4f4 !important;
}
.link-light:hover, .link-light:focus, .link-light:active {
  color: #f4f4f4 !important;
  text-decoration-color: #f4f4f4 !important;
}

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

.bg-lighter-light {
  background-color: rgba(244, 244, 244, 0.6);
  color: #fff;
}

.button-light-light {
  background-color: rgba(244, 244, 244, 0.1) !important;
}
.button-light-light:active {
  border-color: rgba(244, 244, 244, 0.1) !important;
}

.bg-dark {
  background-color: #3f475a !important;
  color: #fff;
}
.bg-dark:hover {
  background-color: #3f475a;
  color: #fff;
}

.title-line-dark::before {
  background-color: #3f475a !important;
}

.scope-light-dark {
  background-color: rgba(63, 71, 90, 0.15) !important;
}

.outline-10-dark {
  outline: 2px solid rgba(63, 71, 90, 0.1);
}

.bg-7-dark {
  background-color: rgba(63, 71, 90, 0.07);
}

.bg-10-dark {
  background-color: rgba(63, 71, 90, 0.1);
}

.bg-20-dark {
  background-color: rgba(63, 71, 90, 0.2);
}

.outline-20-dark {
  outline: 2px solid rgba(63, 71, 90, 0.2);
}

.shadow-10-dark {
  box-shadow: 0px 5.04px 14.96px 0px rgba(63, 71, 90, 0.25) inset;
}

.social-tabs .nav .social-box.bg-7-dark.active {
  border: 1px solid #3f475a;
  transition: all 0.4s ease;
}

.dotted-dark {
  background-color: #3f475a;
}

.text-bg-dark {
  background-color: #3f475a !important;
}

.divider-body.divider-dark::before, .divider-body.divider-dark::after {
  border-color: #3f475a !important;
}

.border-dashed-dark {
  border: 1px dashed #3f475a;
  color: #3f475a;
}
.border-dashed-dark:hover {
  border: 1px dashed #3f475a;
  background-color: #3f475a;
  color: #fff;
}

.border-left-dark {
  border-left: 4px solid #3f475a;
}
[dir=rtl] .border-left-dark {
  border-left: unset;
  border-right: 4px solid #3f475a;
}

.link-underline-dark {
  text-decoration: underline;
  text-decoration-color: #3f475a !important;
}
.link-underline-dark:hover {
  color: var(--body-font-color);
}

.link-dark {
  text-decoration: underline;
  text-decoration-color: #3f475a !important;
  color: #3f475a !important;
}
.link-dark:hover, .link-dark:focus, .link-dark:active {
  color: #3f475a !important;
  text-decoration-color: #3f475a !important;
}

.bg-light-dark {
  background-color: rgba(63, 71, 90, 0.1) !important;
  color: #fff;
}

.bg-lighter-dark {
  background-color: rgba(63, 71, 90, 0.6);
  color: #fff;
}

.button-light-dark {
  background-color: rgba(63, 71, 90, 0.1) !important;
}
.button-light-dark:active {
  border-color: rgba(63, 71, 90, 0.1) !important;
}

.bg-warning {
  background-color: #ffb829 !important;
  color: #fff;
}
.bg-warning:hover {
  background-color: #ffb829;
  color: #fff;
}

.title-line-warning::before {
  background-color: #ffb829 !important;
}

.scope-light-warning {
  background-color: rgba(255, 184, 41, 0.15) !important;
}

.outline-10-warning {
  outline: 2px solid rgba(255, 184, 41, 0.1);
}

.bg-7-warning {
  background-color: rgba(255, 184, 41, 0.07);
}

.bg-10-warning {
  background-color: rgba(255, 184, 41, 0.1);
}

.bg-20-warning {
  background-color: rgba(255, 184, 41, 0.2);
}

.outline-20-warning {
  outline: 2px solid rgba(255, 184, 41, 0.2);
}

.shadow-10-warning {
  box-shadow: 0px 5.04px 14.96px 0px rgba(255, 184, 41, 0.25) inset;
}

.social-tabs .nav .social-box.bg-7-warning.active {
  border: 1px solid #ffb829;
  transition: all 0.4s ease;
}

.dotted-warning {
  background-color: #ffb829;
}

.text-bg-warning {
  background-color: #ffb829 !important;
}

.divider-body.divider-warning::before, .divider-body.divider-warning::after {
  border-color: #ffb829 !important;
}

.border-dashed-warning {
  border: 1px dashed #ffb829;
  color: #ffb829;
}
.border-dashed-warning:hover {
  border: 1px dashed #ffb829;
  background-color: #ffb829;
  color: #fff;
}

.border-left-warning {
  border-left: 4px solid #ffb829;
}
[dir=rtl] .border-left-warning {
  border-left: unset;
  border-right: 4px solid #ffb829;
}

.link-underline-warning {
  text-decoration: underline;
  text-decoration-color: #ffb829 !important;
}
.link-underline-warning:hover {
  color: var(--body-font-color);
}

.link-warning {
  text-decoration: underline;
  text-decoration-color: #ffb829 !important;
  color: #ffb829 !important;
}
.link-warning:hover, .link-warning:focus, .link-warning:active {
  color: #ffb829 !important;
  text-decoration-color: #ffb829 !important;
}

.bg-light-warning {
  background-color: rgba(255, 184, 41, 0.1) !important;
  color: #fff;
}

.bg-lighter-warning {
  background-color: rgba(255, 184, 41, 0.6);
  color: #fff;
}

.button-light-warning {
  background-color: rgba(255, 184, 41, 0.1) !important;
}
.button-light-warning:active {
  border-color: rgba(255, 184, 41, 0.1) !important;
}

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

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

/*======= Background-color css end  ======= */
/*======= Font-color css starts  ======= */
.txt-primary {
  color: #108be9 !important;
}

.txt-secondary {
  color: #838383 !important;
}

.txt-success {
  color: #65c15c !important;
}

.txt-danger {
  color: #fc564a !important;
}

.txt-info {
  color: #40b8f5 !important;
}

.txt-light {
  color: #f4f4f4 !important;
}

.txt-dark {
  color: #3f475a !important;
}

.txt-warning {
  color: #ffb829 !important;
}

.txt-google-plus {
  color: #c64e40 !important;
}

.txt-twitter {
  color: #6fa2d8 !important;
}

.txt-linkedin {
  color: #0073B1 !important;
}

.txt-fb {
  color: #50598e !important;
}

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

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

/*======= Font-color css end  ======= */
/*======= Button-color css starts  ======= */
@keyframes push {
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
.btn-primary {
  background-color: #108be9 !important;
  border-color: #108be9 !important;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #108be9 !important;
  border-color: #108be9 !important;
}
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem white;
}

.btn-secondary {
  background-color: #838383 !important;
  border-color: #838383 !important;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #838383 !important;
  border-color: #838383 !important;
}
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem #d0d0d0;
}

.btn-success {
  background-color: #65c15c !important;
  border-color: #65c15c !important;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
}
.btn-success.disabled, .btn-success:disabled {
  background-color: #65c15c !important;
  border-color: #65c15c !important;
}
.btn-success:focus {
  box-shadow: 0 0 0 0.2rem #ceebcb;
}

.btn-danger {
  background-color: #fc564a !important;
  border-color: #fc564a !important;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
}
.btn-danger.disabled, .btn-danger:disabled {
  background-color: #fc564a !important;
  border-color: #fc564a !important;
}
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem #fee3e1;
}

.btn-info {
  background-color: #40b8f5 !important;
  border-color: #40b8f5 !important;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
  color: #fff;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  color: #fff !important;
}
.btn-info.disabled, .btn-info:disabled {
  background-color: #40b8f5 !important;
  border-color: #40b8f5 !important;
}
.btn-info:focus {
  box-shadow: 0 0 0 0.2rem #d1eefd;
}

.btn-light {
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
}
.btn-light.disabled, .btn-light:disabled {
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
}
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem white;
}

.btn-dark {
  background-color: #3f475a !important;
  border-color: #3f475a !important;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
}
.btn-dark.disabled, .btn-dark:disabled {
  background-color: #3f475a !important;
  border-color: #3f475a !important;
}
.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem #8792ab;
}

.btn-warning {
  background-color: #ffb829 !important;
  border-color: #ffb829 !important;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
  color: #fff;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.show {
  color: #fff !important;
}
.btn-warning.disabled, .btn-warning:disabled {
  background-color: #ffb829 !important;
  border-color: #ffb829 !important;
}
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem #ffebc2;
}

.btn-light {
  background-color: rgba(16, 139, 233, 0.06) !important;
  border-color: rgba(16, 139, 233, 0.06) !important;
}
.btn-light:hover {
  background-color: rgba(16, 139, 233, 0.1) !important;
  border-color: rgba(16, 139, 233, 0.1) !important;
}

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

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

.btn-hover-effect:hover {
  animation: push 0.5s linear 1;
}

/*======= Button-color css ends  ======= */
.btn-outline-primary-2x {
  border-width: 2px;
  border-color: #108be9;
  color: #108be9;
  background-color: transparent;
}
.btn-outline-primary-2x:hover, .btn-outline-primary-2x:focus, .btn-outline-primary-2x:active, .btn-outline-primary-2x.active {
  color: #fff !important;
  background-color: #4433ff !important;
  border-color: #4433ff !important;
  box-shadow: none;
}

.btn-outline-secondary-2x {
  border-width: 2px;
  border-color: #838383;
  color: #838383;
  background-color: transparent;
}
.btn-outline-secondary-2x:hover, .btn-outline-secondary-2x:focus, .btn-outline-secondary-2x:active, .btn-outline-secondary-2x.active {
  color: #fff !important;
  background-color: #6a6a6a !important;
  border-color: #6a6a6a !important;
  box-shadow: none;
}

.btn-outline-success-2x {
  border-width: 2px;
  border-color: #65c15c;
  color: #65c15c;
  background-color: transparent;
}
.btn-outline-success-2x:hover, .btn-outline-success-2x:focus, .btn-outline-success-2x:active, .btn-outline-success-2x.active {
  color: #fff !important;
  background-color: #4aaa40 !important;
  border-color: #4aaa40 !important;
  box-shadow: none;
}

.btn-outline-danger-2x {
  border-width: 2px;
  border-color: #fc564a;
  color: #fc564a;
  background-color: transparent;
}
.btn-outline-danger-2x:hover, .btn-outline-danger-2x:focus, .btn-outline-danger-2x:active, .btn-outline-danger-2x.active {
  color: #fff !important;
  background-color: #fb2718 !important;
  border-color: #fb2718 !important;
  box-shadow: none;
}

.btn-outline-info-2x {
  border-width: 2px;
  border-color: #40b8f5;
  color: #40b8f5;
  background-color: transparent;
}
.btn-outline-info-2x:hover, .btn-outline-info-2x:focus, .btn-outline-info-2x:active, .btn-outline-info-2x.active {
  color: #fff !important;
  background-color: #10a6f2 !important;
  border-color: #10a6f2 !important;
  box-shadow: none;
}

.btn-outline-light-2x {
  border-width: 2px;
  border-color: #f4f4f4;
  color: #f4f4f4;
  background-color: transparent;
}
.btn-outline-light-2x:hover, .btn-outline-light-2x:focus, .btn-outline-light-2x:active, .btn-outline-light-2x.active {
  color: #fff !important;
  background-color: #dbdbdb !important;
  border-color: #dbdbdb !important;
  box-shadow: none;
}

.btn-outline-dark-2x {
  border-width: 2px;
  border-color: #3f475a;
  color: #3f475a;
  background-color: transparent;
}
.btn-outline-dark-2x:hover, .btn-outline-dark-2x:focus, .btn-outline-dark-2x:active, .btn-outline-dark-2x.active {
  color: #fff !important;
  background-color: #2a2f3c !important;
  border-color: #2a2f3c !important;
  box-shadow: none;
}

.btn-outline-warning-2x {
  border-width: 2px;
  border-color: #ffb829;
  color: #ffb829;
  background-color: transparent;
}
.btn-outline-warning-2x:hover, .btn-outline-warning-2x:focus, .btn-outline-warning-2x:active, .btn-outline-warning-2x.active {
  color: #fff !important;
  background-color: #f5a400 !important;
  border-color: #f5a400 !important;
  box-shadow: none;
}

.btn-outline-primary {
  border-color: #108be9;
  color: #108be9;
  background-color: transparent;
}
.btn-outline-primary.disabled {
  color: #108be9;
  border-color: #108be9;
}
.btn-outline-primary:hover, .btn-outline-primary:active {
  border-color: #108be9 !important;
  color: #fff;
  background-color: #108be9 !important;
}

.btn-check {
  color: #108be9 !important;
}
.btn-check:checked {
  color: white !important;
  background-color: #108be9 !important;
}
.btn-check:checked + .btn-outline-primary {
  color: white !important;
  background-color: #108be9 !important;
  box-shadow: unset !important;
}
.btn-check + .btn-outline-primary {
  border-color: #108be9 !important;
  color: #108be9 !important;
  background-color: transparent;
}
.btn-check + .btn-outline-primary.disabled {
  color: #108be9;
}
.btn-check + .btn-outline-primary:hover, .btn-check + .btn-outline-primary:focus, .btn-check + .btn-outline-primary:active, .btn-check + .btn-outline-primary:focus-visible, .btn-check + .btn-outline-primary.active {
  color: white !important;
  background-color: #4433ff !important;
  border-color: #4433ff !important;
  box-shadow: none !important;
}

.btn-outline-secondary {
  border-color: #838383;
  color: #838383;
  background-color: transparent;
}
.btn-outline-secondary.disabled {
  color: #838383;
  border-color: #838383;
}
.btn-outline-secondary:hover, .btn-outline-secondary:active {
  border-color: #838383 !important;
  color: #fff;
  background-color: #838383 !important;
}

.btn-check {
  color: #838383 !important;
}
.btn-check:checked {
  color: white !important;
  background-color: #838383 !important;
}
.btn-check:checked + .btn-outline-secondary {
  color: white !important;
  background-color: #838383 !important;
  box-shadow: unset !important;
}
.btn-check + .btn-outline-secondary {
  border-color: #838383 !important;
  color: #838383 !important;
  background-color: transparent;
}
.btn-check + .btn-outline-secondary.disabled {
  color: #838383;
}
.btn-check + .btn-outline-secondary:hover, .btn-check + .btn-outline-secondary:focus, .btn-check + .btn-outline-secondary:active, .btn-check + .btn-outline-secondary:focus-visible, .btn-check + .btn-outline-secondary.active {
  color: white !important;
  background-color: #6a6a6a !important;
  border-color: #6a6a6a !important;
  box-shadow: none !important;
}

.btn-outline-success {
  border-color: #65c15c;
  color: #65c15c;
  background-color: transparent;
}
.btn-outline-success.disabled {
  color: #65c15c;
  border-color: #65c15c;
}
.btn-outline-success:hover, .btn-outline-success:active {
  border-color: #65c15c !important;
  color: #fff;
  background-color: #65c15c !important;
}

.btn-check {
  color: #65c15c !important;
}
.btn-check:checked {
  color: white !important;
  background-color: #65c15c !important;
}
.btn-check:checked + .btn-outline-success {
  color: white !important;
  background-color: #65c15c !important;
  box-shadow: unset !important;
}
.btn-check + .btn-outline-success {
  border-color: #65c15c !important;
  color: #65c15c !important;
  background-color: transparent;
}
.btn-check + .btn-outline-success.disabled {
  color: #65c15c;
}
.btn-check + .btn-outline-success:hover, .btn-check + .btn-outline-success:focus, .btn-check + .btn-outline-success:active, .btn-check + .btn-outline-success:focus-visible, .btn-check + .btn-outline-success.active {
  color: white !important;
  background-color: #4aaa40 !important;
  border-color: #4aaa40 !important;
  box-shadow: none !important;
}

.btn-outline-danger {
  border-color: #fc564a;
  color: #fc564a;
  background-color: transparent;
}
.btn-outline-danger.disabled {
  color: #fc564a;
  border-color: #fc564a;
}
.btn-outline-danger:hover, .btn-outline-danger:active {
  border-color: #fc564a !important;
  color: #fff;
  background-color: #fc564a !important;
}

.btn-check {
  color: #fc564a !important;
}
.btn-check:checked {
  color: white !important;
  background-color: #fc564a !important;
}
.btn-check:checked + .btn-outline-danger {
  color: white !important;
  background-color: #fc564a !important;
  box-shadow: unset !important;
}
.btn-check + .btn-outline-danger {
  border-color: #fc564a !important;
  color: #fc564a !important;
  background-color: transparent;
}
.btn-check + .btn-outline-danger.disabled {
  color: #fc564a;
}
.btn-check + .btn-outline-danger:hover, .btn-check + .btn-outline-danger:focus, .btn-check + .btn-outline-danger:active, .btn-check + .btn-outline-danger:focus-visible, .btn-check + .btn-outline-danger.active {
  color: white !important;
  background-color: #fb2718 !important;
  border-color: #fb2718 !important;
  box-shadow: none !important;
}

.btn-outline-info {
  border-color: #40b8f5;
  color: #40b8f5;
  background-color: transparent;
}
.btn-outline-info.disabled {
  color: #40b8f5;
  border-color: #40b8f5;
}
.btn-outline-info:hover, .btn-outline-info:active {
  border-color: #40b8f5 !important;
  color: #fff;
  background-color: #40b8f5 !important;
}

.btn-check {
  color: #40b8f5 !important;
}
.btn-check:checked {
  color: white !important;
  background-color: #40b8f5 !important;
}
.btn-check:checked + .btn-outline-info {
  color: white !important;
  background-color: #40b8f5 !important;
  box-shadow: unset !important;
}
.btn-check + .btn-outline-info {
  border-color: #40b8f5 !important;
  color: #40b8f5 !important;
  background-color: transparent;
}
.btn-check + .btn-outline-info.disabled {
  color: #40b8f5;
}
.btn-check + .btn-outline-info:hover, .btn-check + .btn-outline-info:focus, .btn-check + .btn-outline-info:active, .btn-check + .btn-outline-info:focus-visible, .btn-check + .btn-outline-info.active {
  color: white !important;
  background-color: #10a6f2 !important;
  border-color: #10a6f2 !important;
  box-shadow: none !important;
}

.btn-outline-light {
  border-color: #f4f4f4;
  color: #f4f4f4;
  background-color: transparent;
  color: #404040;
}
.btn-outline-light.disabled {
  color: #f4f4f4;
  border-color: #f4f4f4;
}
.btn-outline-light:hover, .btn-outline-light:active {
  border-color: #f4f4f4 !important;
  color: #fff;
  background-color: #f4f4f4 !important;
}

.btn-check {
  color: #f4f4f4 !important;
}
.btn-check:checked {
  color: white !important;
  background-color: #f4f4f4 !important;
}
.btn-check:checked + .btn-outline-light {
  color: white !important;
  background-color: #f4f4f4 !important;
  box-shadow: unset !important;
}
.btn-check + .btn-outline-light {
  border-color: #f4f4f4 !important;
  color: #f4f4f4 !important;
  background-color: transparent;
  color: #404040;
}
.btn-check + .btn-outline-light.disabled {
  color: #f4f4f4;
}
.btn-check + .btn-outline-light:hover, .btn-check + .btn-outline-light:focus, .btn-check + .btn-outline-light:active, .btn-check + .btn-outline-light:focus-visible, .btn-check + .btn-outline-light.active {
  color: white !important;
  background-color: #dbdbdb !important;
  border-color: #dbdbdb !important;
  box-shadow: none !important;
}

.btn-outline-dark {
  border-color: #3f475a;
  color: #3f475a;
  background-color: transparent;
}
.btn-outline-dark.disabled {
  color: #3f475a;
  border-color: #3f475a;
}
.btn-outline-dark:hover, .btn-outline-dark:active {
  border-color: #3f475a !important;
  color: #fff;
  background-color: #3f475a !important;
}

.btn-check {
  color: #3f475a !important;
}
.btn-check:checked {
  color: white !important;
  background-color: #3f475a !important;
}
.btn-check:checked + .btn-outline-dark {
  color: white !important;
  background-color: #3f475a !important;
  box-shadow: unset !important;
}
.btn-check + .btn-outline-dark {
  border-color: #3f475a !important;
  color: #3f475a !important;
  background-color: transparent;
}
.btn-check + .btn-outline-dark.disabled {
  color: #3f475a;
}
.btn-check + .btn-outline-dark:hover, .btn-check + .btn-outline-dark:focus, .btn-check + .btn-outline-dark:active, .btn-check + .btn-outline-dark:focus-visible, .btn-check + .btn-outline-dark.active {
  color: white !important;
  background-color: #2a2f3c !important;
  border-color: #2a2f3c !important;
  box-shadow: none !important;
}

.btn-outline-warning {
  border-color: #ffb829;
  color: #ffb829;
  background-color: transparent;
}
.btn-outline-warning.disabled {
  color: #ffb829;
  border-color: #ffb829;
}
.btn-outline-warning:hover, .btn-outline-warning:active {
  border-color: #ffb829 !important;
  color: #fff;
  background-color: #ffb829 !important;
}

.btn-check {
  color: #ffb829 !important;
}
.btn-check:checked {
  color: white !important;
  background-color: #ffb829 !important;
}
.btn-check:checked + .btn-outline-warning {
  color: white !important;
  background-color: #ffb829 !important;
  box-shadow: unset !important;
}
.btn-check + .btn-outline-warning {
  border-color: #ffb829 !important;
  color: #ffb829 !important;
  background-color: transparent;
}
.btn-check + .btn-outline-warning.disabled {
  color: #ffb829;
}
.btn-check + .btn-outline-warning:hover, .btn-check + .btn-outline-warning:focus, .btn-check + .btn-outline-warning:active, .btn-check + .btn-outline-warning:focus-visible, .btn-check + .btn-outline-warning.active {
  color: white !important;
  background-color: #f5a400 !important;
  border-color: #f5a400 !important;
  box-shadow: none !important;
}

.btn-primary:not([disabled]):not(.disabled).active {
  background-color: #4433ff;
  border-color: #4433ff;
  box-shadow: none !important;
}
.btn-primary:not([disabled]):not(.disabled).active:hover, .btn-primary:not([disabled]):not(.disabled).active:focus, .btn-primary:not([disabled]):not(.disabled).active:active, .btn-primary:not([disabled]):not(.disabled).active.active {
  color: white;
  background-color: #4433ff;
  border-color: #4433ff;
}

.btn-secondary:not([disabled]):not(.disabled).active {
  background-color: #6a6a6a;
  border-color: #6a6a6a;
  box-shadow: none !important;
}
.btn-secondary:not([disabled]):not(.disabled).active:hover, .btn-secondary:not([disabled]):not(.disabled).active:focus, .btn-secondary:not([disabled]):not(.disabled).active:active, .btn-secondary:not([disabled]):not(.disabled).active.active {
  color: white;
  background-color: #6a6a6a;
  border-color: #6a6a6a;
}

.btn-success:not([disabled]):not(.disabled).active {
  background-color: #4aaa40;
  border-color: #4aaa40;
  box-shadow: none !important;
}
.btn-success:not([disabled]):not(.disabled).active:hover, .btn-success:not([disabled]):not(.disabled).active:focus, .btn-success:not([disabled]):not(.disabled).active:active, .btn-success:not([disabled]):not(.disabled).active.active {
  color: white;
  background-color: #4aaa40;
  border-color: #4aaa40;
}

.btn-danger:not([disabled]):not(.disabled).active {
  background-color: #fb2718;
  border-color: #fb2718;
  box-shadow: none !important;
}
.btn-danger:not([disabled]):not(.disabled).active:hover, .btn-danger:not([disabled]):not(.disabled).active:focus, .btn-danger:not([disabled]):not(.disabled).active:active, .btn-danger:not([disabled]):not(.disabled).active.active {
  color: white;
  background-color: #fb2718;
  border-color: #fb2718;
}

.btn-info:not([disabled]):not(.disabled).active {
  background-color: #10a6f2;
  border-color: #10a6f2;
  box-shadow: none !important;
}
.btn-info:not([disabled]):not(.disabled).active:hover, .btn-info:not([disabled]):not(.disabled).active:focus, .btn-info:not([disabled]):not(.disabled).active:active, .btn-info:not([disabled]):not(.disabled).active.active {
  color: white;
  background-color: #10a6f2;
  border-color: #10a6f2;
}

.btn-light:not([disabled]):not(.disabled).active {
  background-color: #dbdbdb;
  border-color: #dbdbdb;
  box-shadow: none !important;
}
.btn-light:not([disabled]):not(.disabled).active:hover, .btn-light:not([disabled]):not(.disabled).active:focus, .btn-light:not([disabled]):not(.disabled).active:active, .btn-light:not([disabled]):not(.disabled).active.active {
  color: white;
  background-color: #dbdbdb;
  border-color: #dbdbdb;
}

.btn-dark:not([disabled]):not(.disabled).active {
  background-color: #2a2f3c;
  border-color: #2a2f3c;
  box-shadow: none !important;
}
.btn-dark:not([disabled]):not(.disabled).active:hover, .btn-dark:not([disabled]):not(.disabled).active:focus, .btn-dark:not([disabled]):not(.disabled).active:active, .btn-dark:not([disabled]):not(.disabled).active.active {
  color: white;
  background-color: #2a2f3c;
  border-color: #2a2f3c;
}

.btn-warning:not([disabled]):not(.disabled).active {
  background-color: #f5a400;
  border-color: #f5a400;
  box-shadow: none !important;
}
.btn-warning:not([disabled]):not(.disabled).active:hover, .btn-warning:not([disabled]):not(.disabled).active:focus, .btn-warning:not([disabled]):not(.disabled).active:active, .btn-warning:not([disabled]):not(.disabled).active.active {
  color: white;
  background-color: #f5a400;
  border-color: #f5a400;
}

.btn-outline-primary-2x:not([disabled]):not(.disabled).active {
  background-color: #108be9;
  border-color: #108be9;
  box-shadow: none !important;
  color: white;
}
.btn-outline-primary-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-primary-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-primary-2x:not([disabled]):not(.disabled).active:active, .btn-outline-primary-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  box-shadow: none !important;
  background-color: #4433ff !important;
  border-color: #4433ff !important;
}

.btn-outline-secondary-2x:not([disabled]):not(.disabled).active {
  background-color: #838383;
  border-color: #838383;
  box-shadow: none !important;
  color: white;
}
.btn-outline-secondary-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-secondary-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-secondary-2x:not([disabled]):not(.disabled).active:active, .btn-outline-secondary-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  box-shadow: none !important;
  background-color: #6a6a6a !important;
  border-color: #6a6a6a !important;
}

.btn-outline-success-2x:not([disabled]):not(.disabled).active {
  background-color: #65c15c;
  border-color: #65c15c;
  box-shadow: none !important;
  color: white;
}
.btn-outline-success-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-success-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-success-2x:not([disabled]):not(.disabled).active:active, .btn-outline-success-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  box-shadow: none !important;
  background-color: #4aaa40 !important;
  border-color: #4aaa40 !important;
}

.btn-outline-danger-2x:not([disabled]):not(.disabled).active {
  background-color: #fc564a;
  border-color: #fc564a;
  box-shadow: none !important;
  color: white;
}
.btn-outline-danger-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-danger-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-danger-2x:not([disabled]):not(.disabled).active:active, .btn-outline-danger-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  box-shadow: none !important;
  background-color: #fb2718 !important;
  border-color: #fb2718 !important;
}

.btn-outline-info-2x:not([disabled]):not(.disabled).active {
  background-color: #40b8f5;
  border-color: #40b8f5;
  box-shadow: none !important;
  color: white;
}
.btn-outline-info-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-info-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-info-2x:not([disabled]):not(.disabled).active:active, .btn-outline-info-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  box-shadow: none !important;
  background-color: #10a6f2 !important;
  border-color: #10a6f2 !important;
}

.btn-outline-light-2x:not([disabled]):not(.disabled).active {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  box-shadow: none !important;
  color: white;
}
.btn-outline-light-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-light-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-light-2x:not([disabled]):not(.disabled).active:active, .btn-outline-light-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  box-shadow: none !important;
  background-color: #dbdbdb !important;
  border-color: #dbdbdb !important;
}

.btn-outline-dark-2x:not([disabled]):not(.disabled).active {
  background-color: #3f475a;
  border-color: #3f475a;
  box-shadow: none !important;
  color: white;
}
.btn-outline-dark-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-dark-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-dark-2x:not([disabled]):not(.disabled).active:active, .btn-outline-dark-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  box-shadow: none !important;
  background-color: #2a2f3c !important;
  border-color: #2a2f3c !important;
}

.btn-outline-warning-2x:not([disabled]):not(.disabled).active {
  background-color: #ffb829;
  border-color: #ffb829;
  box-shadow: none !important;
  color: white;
}
.btn-outline-warning-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-warning-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-warning-2x:not([disabled]):not(.disabled).active:active, .btn-outline-warning-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  box-shadow: none !important;
  background-color: #f5a400 !important;
  border-color: #f5a400 !important;
}

/*======= Table-Border-Bottom-color css starts  ======= */
table thead .border-bottom-primary th,
table tbody .border-bottom-primary th,
table tbody .border-bottom-primary td {
  border-bottom: 1px solid #108be9 !important;
}

table thead .border-bottom-secondary th,
table tbody .border-bottom-secondary th,
table tbody .border-bottom-secondary td {
  border-bottom: 1px solid #838383 !important;
}

table thead .border-bottom-success th,
table tbody .border-bottom-success th,
table tbody .border-bottom-success td {
  border-bottom: 1px solid #65c15c !important;
}

table thead .border-bottom-danger th,
table tbody .border-bottom-danger th,
table tbody .border-bottom-danger td {
  border-bottom: 1px solid #fc564a !important;
}

table thead .border-bottom-info th,
table tbody .border-bottom-info th,
table tbody .border-bottom-info td {
  border-bottom: 1px solid #40b8f5 !important;
}

table thead .border-bottom-light th,
table tbody .border-bottom-light th,
table tbody .border-bottom-light td {
  border-bottom: 1px solid #f4f4f4 !important;
}

table thead .border-bottom-dark th,
table tbody .border-bottom-dark th,
table tbody .border-bottom-dark td {
  border-bottom: 1px solid #3f475a !important;
}

table thead .border-bottom-warning th,
table tbody .border-bottom-warning th,
table tbody .border-bottom-warning td {
  border-bottom: 1px solid #ffb829 !important;
}

/*======= Table-Border-Bottom-color css ends  ======= */
/*======= Table styling css starts  ======= */
.table-styling .table-primary,
.table-styling.table-primary {
  background-color: #108be9;
  color: #fff;
  border: 3px solid #108be9;
}
.table-styling .table-primary thead,
.table-styling.table-primary thead {
  background-color: #4433ff;
  border: 3px solid #4433ff;
}
.table-styling .table-primary th,
.table-styling .table-primary td,
.table-styling.table-primary th,
.table-styling.table-primary td {
  background-color: transparent;
}

.table-styling .table-secondary,
.table-styling.table-secondary {
  background-color: #838383;
  color: #fff;
  border: 3px solid #838383;
}
.table-styling .table-secondary thead,
.table-styling.table-secondary thead {
  background-color: #6a6a6a;
  border: 3px solid #6a6a6a;
}
.table-styling .table-secondary th,
.table-styling .table-secondary td,
.table-styling.table-secondary th,
.table-styling.table-secondary td {
  background-color: transparent;
}

.table-styling .table-success,
.table-styling.table-success {
  background-color: #65c15c;
  color: #fff;
  border: 3px solid #65c15c;
}
.table-styling .table-success thead,
.table-styling.table-success thead {
  background-color: #4aaa40;
  border: 3px solid #4aaa40;
}
.table-styling .table-success th,
.table-styling .table-success td,
.table-styling.table-success th,
.table-styling.table-success td {
  background-color: transparent;
}

.table-styling .table-danger,
.table-styling.table-danger {
  background-color: #fc564a;
  color: #fff;
  border: 3px solid #fc564a;
}
.table-styling .table-danger thead,
.table-styling.table-danger thead {
  background-color: #fb2718;
  border: 3px solid #fb2718;
}
.table-styling .table-danger th,
.table-styling .table-danger td,
.table-styling.table-danger th,
.table-styling.table-danger td {
  background-color: transparent;
}

.table-styling .table-info,
.table-styling.table-info {
  background-color: #40b8f5;
  color: #fff;
  border: 3px solid #40b8f5;
}
.table-styling .table-info thead,
.table-styling.table-info thead {
  background-color: #10a6f2;
  border: 3px solid #10a6f2;
}
.table-styling .table-info th,
.table-styling .table-info td,
.table-styling.table-info th,
.table-styling.table-info td {
  background-color: transparent;
}

.table-styling .table-light,
.table-styling.table-light {
  background-color: #f4f4f4;
  color: #fff;
  border: 3px solid #f4f4f4;
}
.table-styling .table-light thead,
.table-styling.table-light thead {
  background-color: #dbdbdb;
  border: 3px solid #dbdbdb;
}
.table-styling .table-light th,
.table-styling .table-light td,
.table-styling.table-light th,
.table-styling.table-light td {
  background-color: transparent;
}

.table-styling .table-dark,
.table-styling.table-dark {
  background-color: #3f475a;
  color: #fff;
  border: 3px solid #3f475a;
}
.table-styling .table-dark thead,
.table-styling.table-dark thead {
  background-color: #2a2f3c;
  border: 3px solid #2a2f3c;
}
.table-styling .table-dark th,
.table-styling .table-dark td,
.table-styling.table-dark th,
.table-styling.table-dark td {
  background-color: transparent;
}

.table-styling .table-warning,
.table-styling.table-warning {
  background-color: #ffb829;
  color: #fff;
  border: 3px solid #ffb829;
}
.table-styling .table-warning thead,
.table-styling.table-warning thead {
  background-color: #f5a400;
  border: 3px solid #f5a400;
}
.table-styling .table-warning th,
.table-styling .table-warning td,
.table-styling.table-warning th,
.table-styling.table-warning td {
  background-color: transparent;
}

/*======= Table styling css ends  ======= */
/*======= Svg stroke css start  ======= */
.stroke-primary {
  stroke: #108be9 !important;
}

.stroke-secondary {
  stroke: #838383 !important;
}

.stroke-success {
  stroke: #65c15c !important;
}

.stroke-danger {
  stroke: #fc564a !important;
}

.stroke-info {
  stroke: #40b8f5 !important;
}

.stroke-light {
  stroke: #f4f4f4 !important;
}

.stroke-dark {
  stroke: #3f475a !important;
}

.stroke-warning {
  stroke: #ffb829 !important;
}

/*======= Svg stroke css end  ======= */
/*======= Checkbox color css start  ======= */
.checkbox-primary.form-check-input:checked {
  background-color: #108be9;
  border-color: #108be9;
}

.checkbox-secondary.form-check-input:checked {
  background-color: #838383;
  border-color: #838383;
}

.checkbox-success.form-check-input:checked {
  background-color: #65c15c;
  border-color: #65c15c;
}

.checkbox-danger.form-check-input:checked {
  background-color: #fc564a;
  border-color: #fc564a;
}

.checkbox-info.form-check-input:checked {
  background-color: #40b8f5;
  border-color: #40b8f5;
}

.checkbox-light.form-check-input:checked {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}

.checkbox-dark.form-check-input:checked {
  background-color: #3f475a;
  border-color: #3f475a;
}

.checkbox-warning.form-check-input:checked {
  background-color: #ffb829;
  border-color: #ffb829;
}

/*======= Checkbox color css end  ======= */
/*======= All-Borders-color css starts  ======= */
.b-primary {
  border: 1px solid #108be9 !important;
}

.b-t-primary {
  border-top: 1px solid #108be9 !important;
}

.border-t-primary {
  border-top: 1px solid #108be9 !important;
}

.b-b-primary {
  border-bottom: 1px solid #108be9 !important;
}

.border-b-primary {
  border-bottom: 1px solid #108be9 !important;
}

.b-l-primary {
  border-left: 1px solid #108be9 !important;
}

.border-l-primary {
  border-left: 1px solid #108be9 !important;
}

.b-r-primary {
  border-right: 1px solid #108be9 !important;
}

.border-r-primary {
  border-right: 1px solid #108be9 !important;
}

.b-secondary {
  border: 1px solid #838383 !important;
}

.b-t-secondary {
  border-top: 1px solid #838383 !important;
}

.border-t-secondary {
  border-top: 1px solid #838383 !important;
}

.b-b-secondary {
  border-bottom: 1px solid #838383 !important;
}

.border-b-secondary {
  border-bottom: 1px solid #838383 !important;
}

.b-l-secondary {
  border-left: 1px solid #838383 !important;
}

.border-l-secondary {
  border-left: 1px solid #838383 !important;
}

.b-r-secondary {
  border-right: 1px solid #838383 !important;
}

.border-r-secondary {
  border-right: 1px solid #838383 !important;
}

.b-success {
  border: 1px solid #65c15c !important;
}

.b-t-success {
  border-top: 1px solid #65c15c !important;
}

.border-t-success {
  border-top: 1px solid #65c15c !important;
}

.b-b-success {
  border-bottom: 1px solid #65c15c !important;
}

.border-b-success {
  border-bottom: 1px solid #65c15c !important;
}

.b-l-success {
  border-left: 1px solid #65c15c !important;
}

.border-l-success {
  border-left: 1px solid #65c15c !important;
}

.b-r-success {
  border-right: 1px solid #65c15c !important;
}

.border-r-success {
  border-right: 1px solid #65c15c !important;
}

.b-danger {
  border: 1px solid #fc564a !important;
}

.b-t-danger {
  border-top: 1px solid #fc564a !important;
}

.border-t-danger {
  border-top: 1px solid #fc564a !important;
}

.b-b-danger {
  border-bottom: 1px solid #fc564a !important;
}

.border-b-danger {
  border-bottom: 1px solid #fc564a !important;
}

.b-l-danger {
  border-left: 1px solid #fc564a !important;
}

.border-l-danger {
  border-left: 1px solid #fc564a !important;
}

.b-r-danger {
  border-right: 1px solid #fc564a !important;
}

.border-r-danger {
  border-right: 1px solid #fc564a !important;
}

.b-info {
  border: 1px solid #40b8f5 !important;
}

.b-t-info {
  border-top: 1px solid #40b8f5 !important;
}

.border-t-info {
  border-top: 1px solid #40b8f5 !important;
}

.b-b-info {
  border-bottom: 1px solid #40b8f5 !important;
}

.border-b-info {
  border-bottom: 1px solid #40b8f5 !important;
}

.b-l-info {
  border-left: 1px solid #40b8f5 !important;
}

.border-l-info {
  border-left: 1px solid #40b8f5 !important;
}

.b-r-info {
  border-right: 1px solid #40b8f5 !important;
}

.border-r-info {
  border-right: 1px solid #40b8f5 !important;
}

.b-light {
  border: 1px solid #f4f4f4 !important;
}

.b-t-light {
  border-top: 1px solid #f4f4f4 !important;
}

.border-t-light {
  border-top: 1px solid #f4f4f4 !important;
}

.b-b-light {
  border-bottom: 1px solid #f4f4f4 !important;
}

.border-b-light {
  border-bottom: 1px solid #f4f4f4 !important;
}

.b-l-light {
  border-left: 1px solid #f4f4f4 !important;
}

.border-l-light {
  border-left: 1px solid #f4f4f4 !important;
}

.b-r-light {
  border-right: 1px solid #f4f4f4 !important;
}

.border-r-light {
  border-right: 1px solid #f4f4f4 !important;
}

.b-dark {
  border: 1px solid #3f475a !important;
}

.b-t-dark {
  border-top: 1px solid #3f475a !important;
}

.border-t-dark {
  border-top: 1px solid #3f475a !important;
}

.b-b-dark {
  border-bottom: 1px solid #3f475a !important;
}

.border-b-dark {
  border-bottom: 1px solid #3f475a !important;
}

.b-l-dark {
  border-left: 1px solid #3f475a !important;
}

.border-l-dark {
  border-left: 1px solid #3f475a !important;
}

.b-r-dark {
  border-right: 1px solid #3f475a !important;
}

.border-r-dark {
  border-right: 1px solid #3f475a !important;
}

.b-warning {
  border: 1px solid #ffb829 !important;
}

.b-t-warning {
  border-top: 1px solid #ffb829 !important;
}

.border-t-warning {
  border-top: 1px solid #ffb829 !important;
}

.b-b-warning {
  border-bottom: 1px solid #ffb829 !important;
}

.border-b-warning {
  border-bottom: 1px solid #ffb829 !important;
}

.b-l-warning {
  border-left: 1px solid #ffb829 !important;
}

.border-l-warning {
  border-left: 1px solid #ffb829 !important;
}

.b-r-warning {
  border-right: 1px solid #ffb829 !important;
}

.border-r-warning {
  border-right: 1px solid #ffb829 !important;
}

/*======= All-Borders-color css ends  ======= */
/*====== 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;
}

/*====== Border width css ends ======*/
/*====== Border dashed css starts ======*/
.b-width-1 {
  border-width: 1px !important;
}

.b-width-2 {
  border-width: 2px !important;
}

.b-width-3 {
  border-width: 3px !important;
}

.b-width-4 {
  border-width: 4px !important;
}

.b-width-5 {
  border-width: 5px !important;
}

.b-width-6 {
  border-width: 6px !important;
}

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

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

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

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

/*====== Border dashed css ends ======*/
.map-js-height {
  height: 500px;
}

/**====== custom scrollbar css start ======**/
.custom-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #e9edf1;
}
.custom-scrollbar::-webkit-scrollbar {
  width: 6px;
  height: 8px;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(68, 102, 242, 0.15);
}

.customer-table::-webkit-scrollbar-track,
.recent-order-scroll::-webkit-scrollbar-track,
.recent-items::-webkit-scrollbar-track,
.recent-table::-webkit-scrollbar-track,
.lead-table::-webkit-scrollbar-track,
.deal-table::-webkit-scrollbar-track,
.referral-visit::-webkit-scrollbar-track,
.leave-request-table::-webkit-scrollbar-track,
.chats-user::-webkit-scrollbar-track,
.contact-wrapper::-webkit-scrollbar-track,
.fc-scroller-liquid-absolute::-webkit-scrollbar-track,
.fc-scroller-liquid::-webkit-scrollbar-track,
.tagify__dropdown__wrapper::-webkit-scrollbar-track,
.iti__country-list::-webkit-scrollbar-track,
.tt-dataset-countries::-webkit-scrollbar-track,
.dt-scroll-body::-webkit-scrollbar-track,
.jsgrid-grid-body::-webkit-scrollbar-track,
.select2-results__options::-webkit-scrollbar-track,
.ace_scrollbar::-webkit-scrollbar-track,
.anchor::-webkit-scrollbar-track,
.ql-editor .inner.show::-webkit-scrollbar-track,
.bootstrap-select .inner.show::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #e9edf1;
}
.customer-table::-webkit-scrollbar,
.recent-order-scroll::-webkit-scrollbar,
.recent-items::-webkit-scrollbar,
.recent-table::-webkit-scrollbar,
.lead-table::-webkit-scrollbar,
.deal-table::-webkit-scrollbar,
.referral-visit::-webkit-scrollbar,
.leave-request-table::-webkit-scrollbar,
.chats-user::-webkit-scrollbar,
.contact-wrapper::-webkit-scrollbar,
.fc-scroller-liquid-absolute::-webkit-scrollbar,
.fc-scroller-liquid::-webkit-scrollbar,
.tagify__dropdown__wrapper::-webkit-scrollbar,
.iti__country-list::-webkit-scrollbar,
.tt-dataset-countries::-webkit-scrollbar,
.dt-scroll-body::-webkit-scrollbar,
.jsgrid-grid-body::-webkit-scrollbar,
.select2-results__options::-webkit-scrollbar,
.ace_scrollbar::-webkit-scrollbar,
.anchor::-webkit-scrollbar,
.ql-editor .inner.show::-webkit-scrollbar,
.bootstrap-select .inner.show::-webkit-scrollbar {
  width: 6px;
  height: 5px;
}
.customer-table::-webkit-scrollbar-thumb,
.recent-order-scroll::-webkit-scrollbar-thumb,
.recent-items::-webkit-scrollbar-thumb,
.recent-table::-webkit-scrollbar-thumb,
.lead-table::-webkit-scrollbar-thumb,
.deal-table::-webkit-scrollbar-thumb,
.referral-visit::-webkit-scrollbar-thumb,
.leave-request-table::-webkit-scrollbar-thumb,
.chats-user::-webkit-scrollbar-thumb,
.contact-wrapper::-webkit-scrollbar-thumb,
.fc-scroller-liquid-absolute::-webkit-scrollbar-thumb,
.fc-scroller-liquid::-webkit-scrollbar-thumb,
.tagify__dropdown__wrapper::-webkit-scrollbar-thumb,
.iti__country-list::-webkit-scrollbar-thumb,
.tt-dataset-countries::-webkit-scrollbar-thumb,
.dt-scroll-body::-webkit-scrollbar-thumb,
.jsgrid-grid-body::-webkit-scrollbar-thumb,
.select2-results__options::-webkit-scrollbar-thumb,
.ace_scrollbar::-webkit-scrollbar-thumb,
.anchor::-webkit-scrollbar-thumb,
.ql-editor .inner.show::-webkit-scrollbar-thumb,
.bootstrap-select .inner.show::-webkit-scrollbar-thumb {
  background-color: rgba(68, 102, 242, 0.15);
}

/**====== Animation css Start ======**/
.line {
  color: #3f475a;
}
.line pre {
  font-size: 100%;
}

/**====== Animation css end ======**/
/**====== Modal style css Start ======**/
.theme-close {
  opacity: 1;
  position: absolute;
  z-index: 1;
  right: 0;
  background-color: #fff !important;
}

/**====== Modal style css end ======**/
/**====== Animation css start ======**/
.options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.options > div {
  color: #cccccc;
  padding: 2px 10px;
  border: 1px solid;
}
.options > div:hover {
  background-color: #108be9;
  color: #fff;
  transition: background-color 0.3s ease;
}

/**====== Animation css Ends ======**/
.modal-footer {
  flex-wrap: wrap;
}

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

.dropzone .dz-preview .dz-error-message {
  background: #fff !important;
  color: #108be9 !important;
  border: 1px solid #108be9;
}
.dropzone .dz-preview .dz-error-message:after {
  border-bottom: 6px solid #108be9 !important;
}

.typeahead .theme-form .form-group {
  margin-bottom: 0;
}

.primary .svg-fill {
  fill: var(--theme-default);
}
.primary .svg-fill:not(.half-circle) {
  stroke: var(--theme-default);
}
.primary .bg-gradient {
  background-image: linear-gradient(144.16deg, rgba(16, 139, 233, 0.1) 19.06%, rgba(16, 139, 233, 0) 79.03%) !important;
}

.secondary .svg-fill {
  fill: var(--theme-secondary);
}
.secondary .svg-fill:not(.half-circle) {
  stroke: var(--theme-secondary);
}
.secondary .bg-gradient {
  background-image: linear-gradient(144.16deg, rgba(131, 131, 131, 0.1) 19.06%, rgba(131, 131, 131, 0) 79.03%) !important;
}

.success .svg-fill {
  fill: #65c15c;
}
.success .bg-gradient {
  background-image: linear-gradient(144.16deg, rgba(101, 193, 92, 0.1) 19.06%, rgba(101, 193, 92, 0) 79.03%) !important;
}

.warning .svg-fill {
  fill: #ffb829;
}
.warning .bg-gradient {
  background-image: linear-gradient(144.16deg, rgba(255, 184, 41, 0.1) 19.06%, rgba(255, 184, 41, 0) 79.03%) !important;
}

.dotted {
  border-style: dotted;
}

.dashed {
  border-style: dashed;
}

.double {
  border-style: double;
}

.groove {
  border-style: groove;
}

.ridge {
  border-style: ridge;
}

.inset {
  border-style: inset;
}

.outset {
  border-style: outset;
}

@keyframes fadeIncustom {
  0% {
    opacity: 0;
    top: 50px;
  }
  75% {
    opacity: 0.6;
    top: 0;
  }
  100% {
    opacity: 1;
  }
}
.code-box-copy {
  width: 100%;
  overflow: auto;
}
.code-box-copy pre[class*=language-] {
  height: 300px;
}

@media (max-width: 1660px) and (min-width: 1400px) {
  .custom-rs-4 {
    width: 33.33333333%;
  }
  .custom-rs-12 {
    width: 100%;
  }
}
.apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-marker {
  width: 10px;
  height: 10px;
}
.apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-goals-group,
.apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-z-group {
  display: none;
}

.bg-gray {
  background-color: var(--chart-text-color);
}

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

.common-space {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.common-f-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* Override the default tooltip arrow color */
.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  border-top-color: #e8e5ff;
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  border-right-color: #e8e5ff;
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  border-bottom-color: #e8e5ff;
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  border-left-color: #e8e5ff;
}

.common-title {
  background-color: var(--white);
  padding: 18px;
  border-radius: 10px;
}

.kunj {
  background-color: red;
  color: green;
}

/**=====================
    1.1 Reset CSS Ends
==========================**/
/**=====================
    1.2 Typography CSS start
==========================**/
body {
  font-size: 14px;
  overflow-x: hidden;
  font-family: Rubik, sans-serif;
  color: #404040;
}

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

h1 {
  font-size: 26px;
  line-height: 1.2;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

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

ul,
ol,
dl,
p {
  color: #404040;
}
ul li,
ul dt,
ul dd,
ol li,
ol dt,
ol dd,
dl li,
dl dt,
dl dd,
p li,
p dt,
p dd {
  color: #404040;
}

* a {
  color: var(--theme-default);
  text-decoration: none;
  letter-spacing: 1px;
}

.d-flex {
  align-items: flex-start;
}
.d-flex .flex-grow-1 {
  flex: 1;
}

.f-m-light {
  margin: 0;
  color: var(--f-lighter);
}

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

.btn {
  font-size: 14px;
}

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

button:focus {
  outline: none !important;
}

p {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.7px;
}

code {
  color: var(--theme-default) !important;
  border-radius: 2px;
}

span {
  display: inline-block;
}

.d-flex {
  display: flex;
  align-items: flex-start;
}
.d-flex .flex-grow-1 {
  flex: 1;
}

blockquote {
  border-left: 4px solid #108be9;
  padding: 18px;
}

.figure.text-center blockquote {
  border: none !important;
}
.figure.text-end blockquote {
  border-left: none !important;
  border-right: 4px solid #108be9;
}

.row > div {
  position: relative;
}

:focus {
  outline-color: var(--theme-default);
}

.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

svg {
  vertical-align: baseline;
}

input:focus {
  outline-color: transparent;
}

label {
  margin-bottom: 0.5rem;
}

.media-widgets .flex-grow-1 {
  margin-bottom: 30px;
}

.typography h1,
.typography .h1,
.typography h2,
.typography .h2,
.typography h3,
.typography .h3,
.typography h4,
.typography .h4,
.typography h5,
.typography .h5,
.typography h6,
.typography .h6 {
  margin: 18px 0;
  margin-top: 0;
}
.typography h1:last-child,
.typography .h1:last-child,
.typography h2:last-child,
.typography .h2:last-child,
.typography h3:last-child,
.typography .h3:last-child,
.typography h4:last-child,
.typography .h4:last-child,
.typography h5:last-child,
.typography .h5:last-child,
.typography h6:last-child,
.typography .h6:last-child {
  margin-bottom: 0;
}
.typography small {
  padding-left: 10px;
  color: #3f475a;
}

pre {
  background-color: rgba(16, 139, 233, 0.03);
  padding: 20px 0;
}

.typography-list ul li ul {
  padding-left: 32px;
  list-style-type: circle;
}

.owl-theme .owl-dots .owl-dot span {
  background: #d0ccff;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--theme-default);
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-bottom: -10px;
  margin-top: 25px;
}

.click2edit ~ .note-editor.note-frame {
  margin-bottom: 30px;
}

.note-editor.note-frame {
  border-color: #f4f4f4;
}
.note-editor.fullscreen .note-toolbar-wrapper {
  height: 0 !important;
}

.note-editor.note-frame {
  border-color: #f4f4f4;
}

.alert-theme.notify-alert button {
  top: 45px !important;
  right: 20px !important;
  color: var(--theme-default);
}
@media (max-width: 420px) {
  .alert-theme.notify-alert button {
    top: 40px !important;
    font-size: 20px;
  }
}
[dir=rtl] .alert-theme.notify-alert button {
  right: unset !important;
  left: 20px !important;
}
.alert-theme.notify-alert span + span + span {
  background-color: #fff;
  color: var(--theme-default);
  border-radius: 4px;
  box-shadow: 0 2px 14px -3px rgba(0, 0, 0, 0.2);
}
.alert-theme.notify-alert .close {
  color: var(--theme-default);
}
.alert-theme.notify-alert i {
  padding: 20px;
  padding-right: 0 !important;
  margin-right: 20px !important;
}
.alert-theme.notify-alert .progress {
  margin-top: -2px !important;
  height: 2px;
  width: 100%;
}
.alert-theme.notify-alert .progress .progress-bar {
  background-color: var(--theme-default);
}

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

.editor-toolbar {
  width: 100% !important;
}
.editor-toolbar.fullscreen {
  z-index: 100;
}

.CodeMirror {
  top: 0 !important;
}

.CodeMirror-fullscreen {
  top: 50px !important;
}

table tbody tr {
  vertical-align: middle;
}

.common-flex {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.common-align {
  display: flex;
  justify-content: center;
  align-items: center;
}

.typography-table thead tr th {
  font-size: 16px;
}
.typography-table tbody tr td:last-child {
  min-width: 280px;
}
.typography-table tbody tr td:first-child {
  min-width: 100px;
}

/**=====================
    1.2 Typography CSS Ends
==========================**/
/**=====================
    2.1 According CSS start
==========================**/
.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: #404040;
  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.75rem 1.25rem;
  border: 1px solid #e9edf1;
}
.default-according .card .card-header i {
  position: absolute;
  left: 18px;
  font-size: 20px;
  top: 20px;
}
.default-according .card .card-header h5 {
  margin-top: 2px;
}
.default-according .card .card-body {
  border: 1px solid #e9edf1;
  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: 20px;
  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 {
  content: "\eb73";
  font-family: IcoFont;
}
.default-according.style-1 button[aria-expanded=false]:before {
  content: "\eb7a";
  font-family: IcoFont;
}

.accordion-button .svg-color {
  position: absolute;
  right: 20px;
}
[dir=rtl] .accordion-button .svg-color {
  left: 20px;
  right: unset;
}
.accordion-button .svg-color::after {
  content: "";
  background-image: unset;
}
.accordion-button svg {
  transition: transform 0.2s ease-in-out;
}
.accordion-button:not(.collapsed) {
  background-color: unset;
  box-shadow: none;
}
.accordion-button:not(.collapsed) svg {
  transform: rotate(-180deg);
}
.accordion-button:not(.collapsed)::after {
  background-image: unset;
}
.accordion-button::after {
  background-image: unset;
}
.accordion-button:focus {
  box-shadow: none;
}

.accordion-button.accordion-light-primary:not(.collapsed) {
  background-color: #e8e5ff;
}
.accordion-button.accordion-light-primary:active, .accordion-button.accordion-light-primary.active {
  background-color: #e8e5ff;
  color: #000;
}

.multi-collapse.show .collapse-wrapper.accordion-light-primary {
  background-color: #e8e5ff !important;
}

.accordion-button.accordion-light-secondary:not(.collapsed) {
  background-color: #f2f2f2;
}
.accordion-button.accordion-light-secondary:active, .accordion-button.accordion-light-secondary.active {
  background-color: #f2f2f2;
  color: #000;
}

.multi-collapse.show .collapse-wrapper.accordion-light-secondary {
  background-color: #f2f2f2 !important;
}

.accordion-button.accordion-light-success:not(.collapsed) {
  background-color: #dcf1da;
}
.accordion-button.accordion-light-success:active, .accordion-button.accordion-light-success.active {
  background-color: #dcf1da;
  color: #000;
}

.multi-collapse.show .collapse-wrapper.accordion-light-success {
  background-color: #dcf1da !important;
}

.accordion-button.accordion-light-warning:not(.collapsed) {
  background-color: #fff7e5;
}
.accordion-button.accordion-light-warning:active, .accordion-button.accordion-light-warning.active {
  background-color: #fff7e5;
  color: #000;
}

.multi-collapse.show .collapse-wrapper.accordion-light-warning {
  background-color: #fff7e5 !important;
}

.accordion-button.accordion-light-info:not(.collapsed) {
  background-color: #D5F5FE;
}
.accordion-button.accordion-light-info:active, .accordion-button.accordion-light-info.active {
  background-color: #D5F5FE;
  color: #000;
}

.multi-collapse.show .collapse-wrapper.accordion-light-info {
  background-color: #D5F5FE !important;
}

.accordion-button.accordion-light-light:not(.collapsed) {
  background-color: #F9F9FB;
}
.accordion-button.accordion-light-light:active, .accordion-button.accordion-light-light.active {
  background-color: #F9F9FB;
  color: #000;
}

.multi-collapse.show .collapse-wrapper.accordion-light-light {
  background-color: #F9F9FB !important;
}

.accordion-button.accordion-light-danger:not(.collapsed) {
  background-color: #ffe8e6;
}
.accordion-button.accordion-light-danger:active, .accordion-button.accordion-light-danger.active {
  background-color: #ffe8e6;
  color: #000;
}

.multi-collapse.show .collapse-wrapper.accordion-light-danger {
  background-color: #ffe8e6 !important;
}

.accordion-button.accordion-light-dark:not(.collapsed) {
  background-color: #EAEBF2;
}
.accordion-button.accordion-light-dark:active, .accordion-button.accordion-light-dark.active {
  background-color: #EAEBF2;
  color: #000;
}

.multi-collapse.show .collapse-wrapper.accordion-light-dark {
  background-color: #EAEBF2 !important;
}

.accordion-item .accordion-button .svg-wrapper {
  width: 18px;
  height: 18px;
}

.accordion-wrapper.accordion-item {
  background-color: transparent !important;
}
.accordion-wrapper.accordion-item .accordion-button {
  background-color: transparent !important;
  border-bottom: 1px solid var(--recent-border);
}
.accordion-wrapper.accordion-item .accordion-button.collapsed {
  border-bottom: none;
}
.accordion-wrapper:active {
  border: 1px solid #108be9;
  border-top: 1px solid #108be9 !important;
}

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

.icons-accordion .accordion-item:last-child .accordion-body {
  padding-bottom: 0 !important;
}

.accordions-content li {
  color: #3f475a;
}

.collapse-accordion .btn-dark.collapse {
  border-radius: 15px;
  color: #fff;
}

.main-accordion .accordion:not(.accordion-flush) .accordion-item {
  border-color: var(--view-border-marker) !important;
}
.main-accordion .accordion.accordion-flush .accordion-item {
  border-color: var(--recent-dashed-border);
}

/**=====================
    2.1 According CSS Ends
==========================**/
/**=====================
     2.2 Alert CSS start
==========================**/
.notify-alert .close {
  color: #fff;
  background: unset;
  border: none;
  font-size: 25px;
}
[dir=rtl] .notify-alert .close {
  right: unset !important;
  left: 10px !important;
}
.notify-alert.alert-light .close {
  color: #404040;
}

.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%;
}
.alert i {
  margin-right: 5px;
  font-size: 16px;
}
.alert p {
  margin-bottom: 0;
}
.alert .close {
  opacity: 1;
}
.alert .close span {
  font-size: 24px;
  font-weight: 400;
  display: inline-block;
  border-radius: 3px;
  text-shadow: none;
  padding: 0 5px;
  padding-right: 0;
}

.alert-dismissible {
  padding-right: 2.5rem;
}
[dir=rtl] .alert-dismissible {
  padding-right: 15px;
  padding-left: 2.5rem;
}
.alert-dismissible .btn-close {
  box-shadow: none;
}
@media (max-width: 767px) {
  .alert-dismissible .btn-close {
    font-size: 10px;
  }
}
.alert-dismissible .close {
  padding: 10px 1.25rem;
  top: 4px;
  padding-right: 13px;
  opacity: 0.5;
  transition: all 0.3s ease;
}
.alert-dismissible .close:hover {
  transition: all 0.3s ease;
  opacity: 1;
  color: inherit;
}

.card-body button:focus {
  outline: none;
}
.card-body .alert:last-child {
  margin-bottom: 0;
}
.card-body .alert svg {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  position: absolute;
  top: 18px;
}
.card-body .alert svg ~ p {
  padding-left: 20px;
}

strong {
  display: inline-block;
}
strong ~ p {
  display: inline-block;
}

.alert-primary {
  background-color: rgba(16, 139, 233, 0.8);
  border-color: rgba(16, 139, 233, 0.9);
  color: #fff;
}
.alert-primary .progress {
  height: 5px;
  background-color: #6e61ff;
  border-radius: 0;
}
.alert-primary .progress-bar {
  background-color: white;
}
.alert-primary .btn-close {
  filter: brightness(1) invert(1);
}
.alert-primary .alert-link {
  color: #108be9;
}
.alert-primary hr {
  border-top-color: #108be9;
}

.border-primary {
  border-color: #108be9 !important;
}

.income-wrapper ul li .income-dot.dot-primary {
  background-color: #108be9;
}

.touchspin-wrapper .btn-touchspin.touchspin-primary {
  background-color: #108be9;
  border: 1px solid #108be9;
  color: #fff;
}
.touchspin-wrapper .btn-touchspin.spin-border-primary {
  background-color: unset;
  border: 1px solid #108be9;
  color: #108be9;
}
.touchspin-wrapper input[type=number].spin-outline-primary {
  outline: 1px solid #108be9;
  border: none;
  border-radius: 3px;
}

.pre-post-touchspin .btn-touchspin.touchspin-primary {
  background-color: #108be9;
  border: 1px solid #108be9;
  color: #fff;
}

.form-switch .form-check-input.switch-primary:checked {
  background-color: #108be9;
  border-color: #108be9;
}

.payment-second .mega-icons.stroke-primary {
  stroke: #108be9;
}

.toast-primary {
  color: #108be9 !important;
}

.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 #108be9;
}
[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 #108be9;
  border-left: unset;
}

.main-radio-toggle .btn-check.radio-light-primary:focus + .btn {
  box-shadow: 0 0 0 4px rgba(16, 139, 233, 0.55);
}

.fill-radios .radio.radio-primary input[type=radio]:checked + label::before {
  border: 10px solid #108be9;
}
.fill-radios .radio.radio-primary input[type=radio]:checked + label::after {
  background-color: #108be9;
}

.list-group .form-check-input[type=checkbox].checkbox-primary,
.list-group [type=radio].checkbox-primary {
  background-color: unset;
  border-color: #108be9;
  outline: 0;
}
.list-group .form-check-input[type=checkbox].checkbox-primary:focus, .list-group .form-check-input[type=checkbox].checkbox-primary:active, .list-group .form-check-input[type=checkbox].checkbox-primary.active, .list-group .form-check-input[type=checkbox].checkbox-primary:checked,
.list-group [type=radio].checkbox-primary:focus,
.list-group [type=radio].checkbox-primary:active,
.list-group [type=radio].checkbox-primary.active,
.list-group [type=radio].checkbox-primary:checked {
  border-color: #108be9;
  outline: 0;
  background-color: #108be9;
}
.list-group .alert-primary.light {
  background-color: rgba(16, 139, 233, 0.4);
  border-color: rgba(16, 139, 233, 0.7);
}
.list-group .alert-primary.dark {
  background-color: #108be9;
  border-color: #108be9;
  color: #fafafa;
}
.list-group .alert-primary.dark .alert-link {
  color: #fff;
}
.list-group .alert-primary.outline,
.list-group .alert-primary.outline-2x {
  background-color: transparent;
  border-color: #108be9;
  color: #108be9;
}
.list-group .alert-primary.outline .btn-close,
.list-group .alert-primary.outline-2x .btn-close {
  filter: unset;
}
.list-group .alert-primary.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #108be9;
  color: #404040;
}
.list-group .alert-primary.inverse:before {
  top: 16px;
  content: "";
  position: absolute;
  left: 54px;
  width: 0;
  height: 0;
  border-left: 7px solid #108be9;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
@media (max-width: 576px) {
  .list-group .alert-primary.inverse:before {
    left: 45px;
  }
}
.list-group .alert-primary.inverse i {
  padding: 17px 20px;
  display: inline-block;
  background-color: #108be9;
  color: #fff;
  border-radius: 3px 0 0 3px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
@media (max-width: 576px) {
  .list-group .alert-primary.inverse i {
    padding: 17px 14px;
  }
}
.list-group .btn-close {
  filter: unset;
  top: -3px;
}

.alert-secondary {
  background-color: rgba(131, 131, 131, 0.8);
  border-color: rgba(131, 131, 131, 0.9);
  color: #fff;
}
.alert-secondary .progress {
  height: 5px;
  background-color: gray;
  border-radius: 0;
}
.alert-secondary .progress-bar {
  background-color: white;
}
.alert-secondary .btn-close {
  filter: brightness(1) invert(1);
}
.alert-secondary .alert-link {
  color: #838383;
}
.alert-secondary hr {
  border-top-color: #838383;
}

.border-secondary {
  border-color: #838383 !important;
}

.income-wrapper ul li .income-dot.dot-secondary {
  background-color: #838383;
}

.touchspin-wrapper .btn-touchspin.touchspin-secondary {
  background-color: #838383;
  border: 1px solid #838383;
  color: #fff;
}
.touchspin-wrapper .btn-touchspin.spin-border-secondary {
  background-color: unset;
  border: 1px solid #838383;
  color: #838383;
}
.touchspin-wrapper input[type=number].spin-outline-secondary {
  outline: 1px solid #838383;
  border: none;
  border-radius: 3px;
}

.pre-post-touchspin .btn-touchspin.touchspin-secondary {
  background-color: #838383;
  border: 1px solid #838383;
  color: #fff;
}

.form-switch .form-check-input.switch-secondary:checked {
  background-color: #838383;
  border-color: #838383;
}

.payment-second .mega-icons.stroke-secondary {
  stroke: #838383;
}

.toast-secondary {
  color: #838383 !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 #838383;
}
[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 #838383;
  border-left: unset;
}

.main-radio-toggle .btn-check.radio-light-secondary:focus + .btn {
  box-shadow: 0 0 0 4px rgba(131, 131, 131, 0.55);
}

.fill-radios .radio.radio-secondary input[type=radio]:checked + label::before {
  border: 10px solid #838383;
}
.fill-radios .radio.radio-secondary input[type=radio]:checked + label::after {
  background-color: #838383;
}

.list-group .form-check-input[type=checkbox].checkbox-secondary,
.list-group [type=radio].checkbox-secondary {
  background-color: unset;
  border-color: #838383;
  outline: 0;
}
.list-group .form-check-input[type=checkbox].checkbox-secondary:focus, .list-group .form-check-input[type=checkbox].checkbox-secondary:active, .list-group .form-check-input[type=checkbox].checkbox-secondary.active, .list-group .form-check-input[type=checkbox].checkbox-secondary:checked,
.list-group [type=radio].checkbox-secondary:focus,
.list-group [type=radio].checkbox-secondary:active,
.list-group [type=radio].checkbox-secondary.active,
.list-group [type=radio].checkbox-secondary:checked {
  border-color: #838383;
  outline: 0;
  background-color: #838383;
}
.list-group .alert-secondary.light {
  background-color: rgba(131, 131, 131, 0.4);
  border-color: rgba(131, 131, 131, 0.7);
}
.list-group .alert-secondary.dark {
  background-color: #838383;
  border-color: #838383;
  color: #fafafa;
}
.list-group .alert-secondary.dark .alert-link {
  color: #fff;
}
.list-group .alert-secondary.outline,
.list-group .alert-secondary.outline-2x {
  background-color: transparent;
  border-color: #838383;
  color: #838383;
}
.list-group .alert-secondary.outline .btn-close,
.list-group .alert-secondary.outline-2x .btn-close {
  filter: unset;
}
.list-group .alert-secondary.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #838383;
  color: #404040;
}
.list-group .alert-secondary.inverse:before {
  top: 16px;
  content: "";
  position: absolute;
  left: 54px;
  width: 0;
  height: 0;
  border-left: 7px solid #838383;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
@media (max-width: 576px) {
  .list-group .alert-secondary.inverse:before {
    left: 45px;
  }
}
.list-group .alert-secondary.inverse i {
  padding: 17px 20px;
  display: inline-block;
  background-color: #838383;
  color: #fff;
  border-radius: 3px 0 0 3px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
@media (max-width: 576px) {
  .list-group .alert-secondary.inverse i {
    padding: 17px 14px;
  }
}
.list-group .btn-close {
  filter: unset;
  top: -3px;
}

.alert-success {
  background-color: rgba(101, 193, 92, 0.8);
  border-color: rgba(101, 193, 92, 0.9);
  color: #fff;
}
.alert-success .progress {
  height: 5px;
  background-color: #62c058;
  border-radius: 0;
}
.alert-success .progress-bar {
  background-color: white;
}
.alert-success .btn-close {
  filter: brightness(1) invert(1);
}
.alert-success .alert-link {
  color: #65c15c;
}
.alert-success hr {
  border-top-color: #65c15c;
}

.border-success {
  border-color: #65c15c !important;
}

.income-wrapper ul li .income-dot.dot-success {
  background-color: #65c15c;
}

.touchspin-wrapper .btn-touchspin.touchspin-success {
  background-color: #65c15c;
  border: 1px solid #65c15c;
  color: #fff;
}
.touchspin-wrapper .btn-touchspin.spin-border-success {
  background-color: unset;
  border: 1px solid #65c15c;
  color: #65c15c;
}
.touchspin-wrapper input[type=number].spin-outline-success {
  outline: 1px solid #65c15c;
  border: none;
  border-radius: 3px;
}

.pre-post-touchspin .btn-touchspin.touchspin-success {
  background-color: #65c15c;
  border: 1px solid #65c15c;
  color: #fff;
}

.form-switch .form-check-input.switch-success:checked {
  background-color: #65c15c;
  border-color: #65c15c;
}

.payment-second .mega-icons.stroke-success {
  stroke: #65c15c;
}

.toast-success {
  color: #65c15c !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 #65c15c;
}
[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 #65c15c;
  border-left: unset;
}

.main-radio-toggle .btn-check.radio-light-success:focus + .btn {
  box-shadow: 0 0 0 4px rgba(101, 193, 92, 0.55);
}

.fill-radios .radio.radio-success input[type=radio]:checked + label::before {
  border: 10px solid #65c15c;
}
.fill-radios .radio.radio-success input[type=radio]:checked + label::after {
  background-color: #65c15c;
}

.list-group .form-check-input[type=checkbox].checkbox-success,
.list-group [type=radio].checkbox-success {
  background-color: unset;
  border-color: #65c15c;
  outline: 0;
}
.list-group .form-check-input[type=checkbox].checkbox-success:focus, .list-group .form-check-input[type=checkbox].checkbox-success:active, .list-group .form-check-input[type=checkbox].checkbox-success.active, .list-group .form-check-input[type=checkbox].checkbox-success:checked,
.list-group [type=radio].checkbox-success:focus,
.list-group [type=radio].checkbox-success:active,
.list-group [type=radio].checkbox-success.active,
.list-group [type=radio].checkbox-success:checked {
  border-color: #65c15c;
  outline: 0;
  background-color: #65c15c;
}
.list-group .alert-success.light {
  background-color: rgba(101, 193, 92, 0.4);
  border-color: rgba(101, 193, 92, 0.7);
}
.list-group .alert-success.dark {
  background-color: #65c15c;
  border-color: #65c15c;
  color: #fafafa;
}
.list-group .alert-success.dark .alert-link {
  color: #fff;
}
.list-group .alert-success.outline,
.list-group .alert-success.outline-2x {
  background-color: transparent;
  border-color: #65c15c;
  color: #65c15c;
}
.list-group .alert-success.outline .btn-close,
.list-group .alert-success.outline-2x .btn-close {
  filter: unset;
}
.list-group .alert-success.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #65c15c;
  color: #404040;
}
.list-group .alert-success.inverse:before {
  top: 16px;
  content: "";
  position: absolute;
  left: 54px;
  width: 0;
  height: 0;
  border-left: 7px solid #65c15c;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
@media (max-width: 576px) {
  .list-group .alert-success.inverse:before {
    left: 45px;
  }
}
.list-group .alert-success.inverse i {
  padding: 17px 20px;
  display: inline-block;
  background-color: #65c15c;
  color: #fff;
  border-radius: 3px 0 0 3px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
@media (max-width: 576px) {
  .list-group .alert-success.inverse i {
    padding: 17px 14px;
  }
}
.list-group .btn-close {
  filter: unset;
  top: -3px;
}

.alert-danger {
  background-color: rgba(252, 86, 74, 0.8);
  border-color: rgba(252, 86, 74, 0.9);
  color: #fff;
}
.alert-danger .progress {
  height: 5px;
  background-color: #fc5145;
  border-radius: 0;
}
.alert-danger .progress-bar {
  background-color: white;
}
.alert-danger .btn-close {
  filter: brightness(1) invert(1);
}
.alert-danger .alert-link {
  color: #fc564a;
}
.alert-danger hr {
  border-top-color: #fc564a;
}

.border-danger {
  border-color: #fc564a !important;
}

.income-wrapper ul li .income-dot.dot-danger {
  background-color: #fc564a;
}

.touchspin-wrapper .btn-touchspin.touchspin-danger {
  background-color: #fc564a;
  border: 1px solid #fc564a;
  color: #fff;
}
.touchspin-wrapper .btn-touchspin.spin-border-danger {
  background-color: unset;
  border: 1px solid #fc564a;
  color: #fc564a;
}
.touchspin-wrapper input[type=number].spin-outline-danger {
  outline: 1px solid #fc564a;
  border: none;
  border-radius: 3px;
}

.pre-post-touchspin .btn-touchspin.touchspin-danger {
  background-color: #fc564a;
  border: 1px solid #fc564a;
  color: #fff;
}

.form-switch .form-check-input.switch-danger:checked {
  background-color: #fc564a;
  border-color: #fc564a;
}

.payment-second .mega-icons.stroke-danger {
  stroke: #fc564a;
}

.toast-danger {
  color: #fc564a !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 #fc564a;
}
[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 #fc564a;
  border-left: unset;
}

.main-radio-toggle .btn-check.radio-light-danger:focus + .btn {
  box-shadow: 0 0 0 4px rgba(252, 86, 74, 0.55);
}

.fill-radios .radio.radio-danger input[type=radio]:checked + label::before {
  border: 10px solid #fc564a;
}
.fill-radios .radio.radio-danger input[type=radio]:checked + label::after {
  background-color: #fc564a;
}

.list-group .form-check-input[type=checkbox].checkbox-danger,
.list-group [type=radio].checkbox-danger {
  background-color: unset;
  border-color: #fc564a;
  outline: 0;
}
.list-group .form-check-input[type=checkbox].checkbox-danger:focus, .list-group .form-check-input[type=checkbox].checkbox-danger:active, .list-group .form-check-input[type=checkbox].checkbox-danger.active, .list-group .form-check-input[type=checkbox].checkbox-danger:checked,
.list-group [type=radio].checkbox-danger:focus,
.list-group [type=radio].checkbox-danger:active,
.list-group [type=radio].checkbox-danger.active,
.list-group [type=radio].checkbox-danger:checked {
  border-color: #fc564a;
  outline: 0;
  background-color: #fc564a;
}
.list-group .alert-danger.light {
  background-color: rgba(252, 86, 74, 0.4);
  border-color: rgba(252, 86, 74, 0.7);
}
.list-group .alert-danger.dark {
  background-color: #fc564a;
  border-color: #fc564a;
  color: #fafafa;
}
.list-group .alert-danger.dark .alert-link {
  color: #fff;
}
.list-group .alert-danger.outline,
.list-group .alert-danger.outline-2x {
  background-color: transparent;
  border-color: #fc564a;
  color: #fc564a;
}
.list-group .alert-danger.outline .btn-close,
.list-group .alert-danger.outline-2x .btn-close {
  filter: unset;
}
.list-group .alert-danger.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #fc564a;
  color: #404040;
}
.list-group .alert-danger.inverse:before {
  top: 16px;
  content: "";
  position: absolute;
  left: 54px;
  width: 0;
  height: 0;
  border-left: 7px solid #fc564a;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
@media (max-width: 576px) {
  .list-group .alert-danger.inverse:before {
    left: 45px;
  }
}
.list-group .alert-danger.inverse i {
  padding: 17px 20px;
  display: inline-block;
  background-color: #fc564a;
  color: #fff;
  border-radius: 3px 0 0 3px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
@media (max-width: 576px) {
  .list-group .alert-danger.inverse i {
    padding: 17px 14px;
  }
}
.list-group .btn-close {
  filter: unset;
  top: -3px;
}

.alert-warning {
  background-color: rgba(255, 184, 41, 0.8);
  border-color: rgba(255, 184, 41, 0.9);
  color: #fff;
}
.alert-warning .progress {
  height: 5px;
  background-color: #ffb624;
  border-radius: 0;
}
.alert-warning .progress-bar {
  background-color: white;
}
.alert-warning .btn-close {
  filter: brightness(1) invert(1);
}
.alert-warning .alert-link {
  color: #ffb829;
}
.alert-warning hr {
  border-top-color: #ffb829;
}

.border-warning {
  border-color: #ffb829 !important;
}

.income-wrapper ul li .income-dot.dot-warning {
  background-color: #ffb829;
}

.touchspin-wrapper .btn-touchspin.touchspin-warning {
  background-color: #ffb829;
  border: 1px solid #ffb829;
  color: #fff;
}
.touchspin-wrapper .btn-touchspin.spin-border-warning {
  background-color: unset;
  border: 1px solid #ffb829;
  color: #ffb829;
}
.touchspin-wrapper input[type=number].spin-outline-warning {
  outline: 1px solid #ffb829;
  border: none;
  border-radius: 3px;
}

.pre-post-touchspin .btn-touchspin.touchspin-warning {
  background-color: #ffb829;
  border: 1px solid #ffb829;
  color: #fff;
}

.form-switch .form-check-input.switch-warning:checked {
  background-color: #ffb829;
  border-color: #ffb829;
}

.payment-second .mega-icons.stroke-warning {
  stroke: #ffb829;
}

.toast-warning {
  color: #ffb829 !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 #ffb829;
}
[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 #ffb829;
  border-left: unset;
}

.main-radio-toggle .btn-check.radio-light-warning:focus + .btn {
  box-shadow: 0 0 0 4px rgba(255, 184, 41, 0.55);
}

.fill-radios .radio.radio-warning input[type=radio]:checked + label::before {
  border: 10px solid #ffb829;
}
.fill-radios .radio.radio-warning input[type=radio]:checked + label::after {
  background-color: #ffb829;
}

.list-group .form-check-input[type=checkbox].checkbox-warning,
.list-group [type=radio].checkbox-warning {
  background-color: unset;
  border-color: #ffb829;
  outline: 0;
}
.list-group .form-check-input[type=checkbox].checkbox-warning:focus, .list-group .form-check-input[type=checkbox].checkbox-warning:active, .list-group .form-check-input[type=checkbox].checkbox-warning.active, .list-group .form-check-input[type=checkbox].checkbox-warning:checked,
.list-group [type=radio].checkbox-warning:focus,
.list-group [type=radio].checkbox-warning:active,
.list-group [type=radio].checkbox-warning.active,
.list-group [type=radio].checkbox-warning:checked {
  border-color: #ffb829;
  outline: 0;
  background-color: #ffb829;
}
.list-group .alert-warning.light {
  background-color: rgba(255, 184, 41, 0.4);
  border-color: rgba(255, 184, 41, 0.7);
}
.list-group .alert-warning.dark {
  background-color: #ffb829;
  border-color: #ffb829;
  color: #fafafa;
}
.list-group .alert-warning.dark .alert-link {
  color: #fff;
}
.list-group .alert-warning.outline,
.list-group .alert-warning.outline-2x {
  background-color: transparent;
  border-color: #ffb829;
  color: #ffb829;
}
.list-group .alert-warning.outline .btn-close,
.list-group .alert-warning.outline-2x .btn-close {
  filter: unset;
}
.list-group .alert-warning.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #ffb829;
  color: #404040;
}
.list-group .alert-warning.inverse:before {
  top: 16px;
  content: "";
  position: absolute;
  left: 54px;
  width: 0;
  height: 0;
  border-left: 7px solid #ffb829;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
@media (max-width: 576px) {
  .list-group .alert-warning.inverse:before {
    left: 45px;
  }
}
.list-group .alert-warning.inverse i {
  padding: 17px 20px;
  display: inline-block;
  background-color: #ffb829;
  color: #fff;
  border-radius: 3px 0 0 3px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
@media (max-width: 576px) {
  .list-group .alert-warning.inverse i {
    padding: 17px 14px;
  }
}
.list-group .btn-close {
  filter: unset;
  top: -3px;
}

.alert-info {
  background-color: rgba(64, 184, 245, 0.8);
  border-color: rgba(64, 184, 245, 0.9);
  color: #fff;
}
.alert-info .progress {
  height: 5px;
  background-color: #3bb6f5;
  border-radius: 0;
}
.alert-info .progress-bar {
  background-color: white;
}
.alert-info .btn-close {
  filter: brightness(1) invert(1);
}
.alert-info .alert-link {
  color: #40b8f5;
}
.alert-info hr {
  border-top-color: #40b8f5;
}

.border-info {
  border-color: #40b8f5 !important;
}

.income-wrapper ul li .income-dot.dot-info {
  background-color: #40b8f5;
}

.touchspin-wrapper .btn-touchspin.touchspin-info {
  background-color: #40b8f5;
  border: 1px solid #40b8f5;
  color: #fff;
}
.touchspin-wrapper .btn-touchspin.spin-border-info {
  background-color: unset;
  border: 1px solid #40b8f5;
  color: #40b8f5;
}
.touchspin-wrapper input[type=number].spin-outline-info {
  outline: 1px solid #40b8f5;
  border: none;
  border-radius: 3px;
}

.pre-post-touchspin .btn-touchspin.touchspin-info {
  background-color: #40b8f5;
  border: 1px solid #40b8f5;
  color: #fff;
}

.form-switch .form-check-input.switch-info:checked {
  background-color: #40b8f5;
  border-color: #40b8f5;
}

.payment-second .mega-icons.stroke-info {
  stroke: #40b8f5;
}

.toast-info {
  color: #40b8f5 !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 #40b8f5;
}
[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 #40b8f5;
  border-left: unset;
}

.main-radio-toggle .btn-check.radio-light-info:focus + .btn {
  box-shadow: 0 0 0 4px rgba(64, 184, 245, 0.55);
}

.fill-radios .radio.radio-info input[type=radio]:checked + label::before {
  border: 10px solid #40b8f5;
}
.fill-radios .radio.radio-info input[type=radio]:checked + label::after {
  background-color: #40b8f5;
}

.list-group .form-check-input[type=checkbox].checkbox-info,
.list-group [type=radio].checkbox-info {
  background-color: unset;
  border-color: #40b8f5;
  outline: 0;
}
.list-group .form-check-input[type=checkbox].checkbox-info:focus, .list-group .form-check-input[type=checkbox].checkbox-info:active, .list-group .form-check-input[type=checkbox].checkbox-info.active, .list-group .form-check-input[type=checkbox].checkbox-info:checked,
.list-group [type=radio].checkbox-info:focus,
.list-group [type=radio].checkbox-info:active,
.list-group [type=radio].checkbox-info.active,
.list-group [type=radio].checkbox-info:checked {
  border-color: #40b8f5;
  outline: 0;
  background-color: #40b8f5;
}
.list-group .alert-info.light {
  background-color: rgba(64, 184, 245, 0.4);
  border-color: rgba(64, 184, 245, 0.7);
}
.list-group .alert-info.dark {
  background-color: #40b8f5;
  border-color: #40b8f5;
  color: #fafafa;
}
.list-group .alert-info.dark .alert-link {
  color: #fff;
}
.list-group .alert-info.outline,
.list-group .alert-info.outline-2x {
  background-color: transparent;
  border-color: #40b8f5;
  color: #40b8f5;
}
.list-group .alert-info.outline .btn-close,
.list-group .alert-info.outline-2x .btn-close {
  filter: unset;
}
.list-group .alert-info.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #40b8f5;
  color: #404040;
}
.list-group .alert-info.inverse:before {
  top: 16px;
  content: "";
  position: absolute;
  left: 54px;
  width: 0;
  height: 0;
  border-left: 7px solid #40b8f5;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
@media (max-width: 576px) {
  .list-group .alert-info.inverse:before {
    left: 45px;
  }
}
.list-group .alert-info.inverse i {
  padding: 17px 20px;
  display: inline-block;
  background-color: #40b8f5;
  color: #fff;
  border-radius: 3px 0 0 3px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
@media (max-width: 576px) {
  .list-group .alert-info.inverse i {
    padding: 17px 14px;
  }
}
.list-group .btn-close {
  filter: unset;
  top: -3px;
}

.alert-light {
  background-color: rgba(244, 244, 244, 0.8);
  border-color: rgba(244, 244, 244, 0.9);
  color: #fff;
  color: #3f475a;
  background-color: #f4f4f4;
}
.alert-light .progress {
  height: 5px;
  background-color: #f1f1f1;
  border-radius: 0;
}
.alert-light .progress-bar {
  background-color: white;
}
.alert-light .btn-close {
  filter: brightness(1) invert(1);
}
.alert-light .alert-link {
  color: #f4f4f4;
  color: #3f475a;
}
.alert-light .btn-close {
  filter: unset;
}
.alert-light hr {
  border-top-color: #f4f4f4;
}

.border-light {
  border-color: #f4f4f4 !important;
}

.income-wrapper ul li .income-dot.dot-light {
  background-color: #f4f4f4;
}

.touchspin-wrapper .btn-touchspin.touchspin-light {
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  color: #fff;
}
.touchspin-wrapper .btn-touchspin.spin-border-light {
  background-color: unset;
  border: 1px solid #f4f4f4;
  color: #f4f4f4;
}
.touchspin-wrapper input[type=number].spin-outline-light {
  outline: 1px solid #f4f4f4;
  border: none;
  border-radius: 3px;
}

.pre-post-touchspin .btn-touchspin.touchspin-light {
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  color: #fff;
}

.form-switch .form-check-input.switch-light:checked {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}

.payment-second .mega-icons.stroke-light {
  stroke: #f4f4f4;
}

.toast-light {
  color: #f4f4f4 !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 #f4f4f4;
}
[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 #f4f4f4;
  border-left: unset;
}

.main-radio-toggle .btn-check.radio-light-light:focus + .btn {
  box-shadow: 0 0 0 4px rgba(244, 244, 244, 0.55);
}

.fill-radios .radio.radio-light input[type=radio]:checked + label::before {
  border: 10px solid #f4f4f4;
}
.fill-radios .radio.radio-light input[type=radio]:checked + label::after {
  background-color: #f4f4f4;
}

.list-group .form-check-input[type=checkbox].checkbox-light,
.list-group [type=radio].checkbox-light {
  background-color: unset;
  border-color: #f4f4f4;
  outline: 0;
}
.list-group .form-check-input[type=checkbox].checkbox-light:focus, .list-group .form-check-input[type=checkbox].checkbox-light:active, .list-group .form-check-input[type=checkbox].checkbox-light.active, .list-group .form-check-input[type=checkbox].checkbox-light:checked,
.list-group [type=radio].checkbox-light:focus,
.list-group [type=radio].checkbox-light:active,
.list-group [type=radio].checkbox-light.active,
.list-group [type=radio].checkbox-light:checked {
  border-color: #f4f4f4;
  outline: 0;
  background-color: #f4f4f4;
}
.list-group .alert-light.light {
  background-color: rgba(244, 244, 244, 0.4);
  border-color: rgba(244, 244, 244, 0.7);
}
.list-group .alert-light.dark {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #fafafa;
  color: #3f475a;
}
.list-group .alert-light.dark .alert-link {
  color: #fff;
  color: #3f475a;
}
.list-group .alert-light.outline,
.list-group .alert-light.outline-2x {
  background-color: transparent;
  border-color: #f4f4f4;
  color: #f4f4f4;
  color: #3f475a;
}
.list-group .alert-light.outline .btn-close,
.list-group .alert-light.outline-2x .btn-close {
  filter: unset;
}
.list-group .alert-light.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #f4f4f4;
  color: #404040;
}
.list-group .alert-light.inverse:before {
  top: 16px;
  content: "";
  position: absolute;
  left: 54px;
  width: 0;
  height: 0;
  border-left: 7px solid #f4f4f4;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
@media (max-width: 576px) {
  .list-group .alert-light.inverse:before {
    left: 45px;
  }
}
.list-group .alert-light.inverse i {
  padding: 17px 20px;
  display: inline-block;
  background-color: #f4f4f4;
  color: #fff;
  border-radius: 3px 0 0 3px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
@media (max-width: 576px) {
  .list-group .alert-light.inverse i {
    padding: 17px 14px;
  }
}
.list-group .btn-close {
  filter: unset;
  top: -3px;
}

.alert-dark {
  background-color: rgba(63, 71, 90, 0.8);
  border-color: rgba(63, 71, 90, 0.9);
  color: #fff;
}
.alert-dark .progress {
  height: 5px;
  background-color: #3d4557;
  border-radius: 0;
}
.alert-dark .progress-bar {
  background-color: #c3c8d5;
}
.alert-dark .btn-close {
  filter: brightness(1) invert(1);
}
.alert-dark .alert-link {
  color: #3f475a;
}
.alert-dark hr {
  border-top-color: #3f475a;
}

.border-dark {
  border-color: #3f475a !important;
}

.income-wrapper ul li .income-dot.dot-dark {
  background-color: #3f475a;
}

.touchspin-wrapper .btn-touchspin.touchspin-dark {
  background-color: #3f475a;
  border: 1px solid #3f475a;
  color: #fff;
}
.touchspin-wrapper .btn-touchspin.spin-border-dark {
  background-color: unset;
  border: 1px solid #3f475a;
  color: #3f475a;
}
.touchspin-wrapper input[type=number].spin-outline-dark {
  outline: 1px solid #3f475a;
  border: none;
  border-radius: 3px;
}

.pre-post-touchspin .btn-touchspin.touchspin-dark {
  background-color: #3f475a;
  border: 1px solid #3f475a;
  color: #fff;
}

.form-switch .form-check-input.switch-dark:checked {
  background-color: #3f475a;
  border-color: #3f475a;
}

.payment-second .mega-icons.stroke-dark {
  stroke: #3f475a;
}

.toast-dark {
  color: #3f475a !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 #3f475a;
}
[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 #3f475a;
  border-left: unset;
}

.main-radio-toggle .btn-check.radio-light-dark:focus + .btn {
  box-shadow: 0 0 0 4px rgba(63, 71, 90, 0.55);
}

.fill-radios .radio.radio-dark input[type=radio]:checked + label::before {
  border: 10px solid #3f475a;
}
.fill-radios .radio.radio-dark input[type=radio]:checked + label::after {
  background-color: #3f475a;
}

.list-group .form-check-input[type=checkbox].checkbox-dark,
.list-group [type=radio].checkbox-dark {
  background-color: unset;
  border-color: #3f475a;
  outline: 0;
}
.list-group .form-check-input[type=checkbox].checkbox-dark:focus, .list-group .form-check-input[type=checkbox].checkbox-dark:active, .list-group .form-check-input[type=checkbox].checkbox-dark.active, .list-group .form-check-input[type=checkbox].checkbox-dark:checked,
.list-group [type=radio].checkbox-dark:focus,
.list-group [type=radio].checkbox-dark:active,
.list-group [type=radio].checkbox-dark.active,
.list-group [type=radio].checkbox-dark:checked {
  border-color: #3f475a;
  outline: 0;
  background-color: #3f475a;
}
.list-group .alert-dark.light {
  background-color: rgba(63, 71, 90, 0.4);
  border-color: rgba(63, 71, 90, 0.7);
}
.list-group .alert-dark.dark {
  background-color: #3f475a;
  border-color: #3f475a;
  color: #fafafa;
}
.list-group .alert-dark.dark .alert-link {
  color: #fff;
}
.list-group .alert-dark.outline,
.list-group .alert-dark.outline-2x {
  background-color: transparent;
  border-color: #3f475a;
  color: #3f475a;
}
.list-group .alert-dark.outline .btn-close,
.list-group .alert-dark.outline-2x .btn-close {
  filter: unset;
}
.list-group .alert-dark.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #3f475a;
  color: #404040;
}
.list-group .alert-dark.inverse:before {
  top: 16px;
  content: "";
  position: absolute;
  left: 54px;
  width: 0;
  height: 0;
  border-left: 7px solid #3f475a;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
@media (max-width: 576px) {
  .list-group .alert-dark.inverse:before {
    left: 45px;
  }
}
.list-group .alert-dark.inverse i {
  padding: 17px 20px;
  display: inline-block;
  background-color: #3f475a;
  color: #fff;
  border-radius: 3px 0 0 3px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
@media (max-width: 576px) {
  .list-group .alert-dark.inverse i {
    padding: 17px 14px;
  }
}
.list-group .btn-close {
  filter: unset;
  top: -3px;
}

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

.alert-icons.outline-2x {
  padding: 15px;
}
.alert-icons svg {
  position: absolute !important;
  top: 18px !important;
}

.alert-dark .btn-close,
.alert-info .btn-close {
  filter: none;
}

.alert-dark .btn-close {
  filter: brightness(1) invert(1);
}

.alert-light-primary {
  background-color: #e8e5ff;
}

.shadow-primary {
  box-shadow: 0px 10.511241px 12.4089927673px 0px #e8e5ff;
}

.alert-light-secondary {
  background-color: #f2f2f2;
}

.shadow-secondary {
  box-shadow: 0px 10.511241px 12.4089927673px 0px #f2f2f2;
}

.alert-light-success {
  background-color: #dcf1da;
}

.shadow-success {
  box-shadow: 0px 10.511241px 12.4089927673px 0px #dcf1da;
}

.alert-light-warning {
  background-color: #fff7e5;
}

.shadow-warning {
  box-shadow: 0px 10.511241px 12.4089927673px 0px #fff7e5;
}

.alert-light-info {
  background-color: #D5F5FE;
}

.shadow-info {
  box-shadow: 0px 10.511241px 12.4089927673px 0px #D5F5FE;
}

.alert-light-light {
  background-color: #F9F9FB;
}

.shadow-light {
  box-shadow: 0px 10.511241px 12.4089927673px 0px #F9F9FB;
}

.alert-light-danger {
  background-color: #ffe8e6;
}

.shadow-danger {
  box-shadow: 0px 10.511241px 12.4089927673px 0px #ffe8e6;
}

.alert-light-dark {
  background-color: #EAEBF2;
}

.shadow-dark {
  box-shadow: 0px 10.511241px 12.4089927673px 0px #EAEBF2;
}

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

@media (max-width: 576px) {
  .ellipsis.content {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 294px;
  }
}
@media (max-width: 575px) {
  .ellipsis.content {
    max-width: 180px;
  }
}

.alert-dismissible {
  display: flex;
  align-items: center;
  gap: 8px;
}

.alert.notify-alert.alert-copy {
  display: flex !important;
  background-color: var(--theme-default);
  border: 1px solid var(--theme-default);
  width: 300px;
  line-height: 1;
  color: #fff;
}

.alerts-icon .alert > div {
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.alerts-icon .alert svg {
  position: relative;
  top: 0;
  width: 18px;
  height: 18px;
  margin: 0;
}

.outline-alerts .double-border {
  border: 4px double;
}
.outline-alerts .inset-border {
  border: 4px inset;
}
.outline-alerts .alert p {
  display: inline-block;
  max-width: 92%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.alert-box .alert-body {
  text-align: center;
}
.alert-box .alert-body svg {
  width: 100px;
  height: 100px;
  position: relative;
  margin-bottom: 20px;
}
.alert-box .alert-body p {
  margin-bottom: 12px;
}
.alert-box .alert-body .button-box button:first-child {
  margin-right: 6px;
}
.alert-box .alert-body .button-box button.light-background:hover, .alert-box .alert-body .button-box button.light-background:focus {
  background-color: var(--light-bg) !important;
  border-color: transparent;
}

/**=====================
   2.2 Alert CSS end
==========================**/
/**=====================
  2.3 Avatars CSS start
==========================**/
.avatars .avatar {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  width: auto;
}
.avatars .avatar:last-child {
  margin-right: 0;
}
.avatars .avatar.ratio img {
  width: auto;
}
.avatars .avatar .status {
  position: absolute;
  height: 12%;
  width: 12%;
  border-radius: 100%;
  bottom: 12%;
  right: 4%;
}
.avatars.badge-avatar .avatar .badge {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.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 {
  margin-bottom: -10px;
}
.avatar-showcase .avatars .avatar {
  margin-bottom: 10px;
}
.avatar-showcase .avatar-group {
  margin-bottom: 10px;
}
.avatar-showcase .ratio > * {
  position: relative;
  top: unset;
  left: unset;
}

.letter-avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.letter-avatar h6 {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.animation-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
/**=====================
    2.3 Avatars CSS Ends
==========================**/
/**=====================
    2.4 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 {
  padding: 10px 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.badge-spacing .badge.badge-p-space {
  padding: 10px 13px;
}
.badge-spacing .badge + .badge {
  margin-left: 0px;
}

a.badge:hover {
  color: inherit;
}
a.badge:hover.badge-dark:hover {
  color: #fff;
}

.badge {
  padding: 0.25em 0.5em;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
.badge + .badge {
  margin-left: 5px;
}
.badge svg {
  width: 16px;
  height: 16px;
  padding-top: 3px;
}

.b-ln-height {
  line-height: 5px;
}

.pill-badge-primary {
  background-color: var(--theme-default);
  box-shadow: -0.5px 4.33px 16px 0px rgba(var(--theme-default), 0.25);
  color: #fff;
  border-radius: 0;
}

.pill-badge-secondary {
  background-color: #838383;
  box-shadow: -0.5px 4.33px 16px 0px rgba(131, 131, 131, 0.25);
  color: #fff;
  border-radius: 0;
}

.pill-badge-success {
  background-color: #65c15c;
  box-shadow: -0.5px 4.33px 16px 0px rgba(101, 193, 92, 0.25);
  color: #fff;
  border-radius: 0;
}

.pill-badge-danger {
  background-color: #fc564a;
  box-shadow: -0.5px 4.33px 16px 0px rgba(252, 86, 74, 0.25);
  color: #fff;
  border-radius: 0;
}

.pill-badge-info {
  background-color: #40b8f5;
  box-shadow: -0.5px 4.33px 16px 0px rgba(64, 184, 245, 0.25);
  color: #fff;
  border-radius: 0;
}

.pill-badge-light {
  background-color: #f4f4f4;
  box-shadow: -0.5px 4.33px 16px 0px rgba(244, 244, 244, 0.25);
  color: #fff;
  border-radius: 0;
}

.pill-badge-dark {
  background-color: #3f475a;
  box-shadow: -0.5px 4.33px 16px 0px rgba(63, 71, 90, 0.25);
  color: #fff;
  border-radius: 0;
}

.pill-badge-warning {
  background-color: #ffb829;
  box-shadow: -0.5px 4.33px 16px 0px rgba(255, 184, 41, 0.25);
  color: #fff;
  border-radius: 0;
}

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

.pill-badge-secondary {
  background-color: var(--theme-secondary);
}

.round-badge-primary {
  border-radius: 6px;
  background-color: var(--theme-default);
  box-shadow: -0.5px -6.67px 14px 0px rgba(var(--theme-default), 0.18);
  color: #fff !important;
}

.round-badge-secondary {
  border-radius: 6px;
  background-color: #838383;
  box-shadow: -0.5px -6.67px 14px 0px rgba(131, 131, 131, 0.18);
  color: #fff !important;
}

.round-badge-success {
  border-radius: 6px;
  background-color: #65c15c;
  box-shadow: -0.5px -6.67px 14px 0px rgba(101, 193, 92, 0.18);
  color: #fff !important;
}

.round-badge-danger {
  border-radius: 6px;
  background-color: #fc564a;
  box-shadow: -0.5px -6.67px 14px 0px rgba(252, 86, 74, 0.18);
  color: #fff !important;
}

.round-badge-info {
  border-radius: 6px;
  background-color: #40b8f5;
  box-shadow: -0.5px -6.67px 14px 0px rgba(64, 184, 245, 0.18);
  color: #fff !important;
}

.round-badge-light {
  border-radius: 6px;
  background-color: #f4f4f4;
  box-shadow: -0.5px -6.67px 14px 0px rgba(244, 244, 244, 0.18);
  color: #fff !important;
}

.round-badge-dark {
  border-radius: 6px;
  background-color: #3f475a;
  box-shadow: -0.5px -6.67px 14px 0px rgba(63, 71, 90, 0.18);
  color: #fff !important;
}

.round-badge-warning {
  border-radius: 6px;
  background-color: #ffb829;
  box-shadow: -0.5px -6.67px 14px 0px rgba(255, 184, 41, 0.18);
  color: #fff !important;
}

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

.round-badge-secondary {
  background-color: var(--theme-secondary);
}

.badge-heading h1,
.badge-heading h2,
.badge-heading h3,
.badge-heading h4,
.badge-heading h5 {
  margin-bottom: 16px;
}

.badge-flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 22px;
  flex-wrap: wrap;
}
.badge-flex .badge-square {
  width: 35px;
  height: 35px;
  padding: 0;
}
.badge-flex .badge-p-5 {
  padding: 5px;
}

.image-badges span img {
  height: 24px;
}
.image-badges span.vr {
  min-height: 12px;
  height: auto;
}

/**=====================
  2.4 Badge CSS Ends
==========================**/
/**=====================
    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: #fff;
  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: #404040;
}
.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;
}

/**=====================
    2.5 Bookmark CSS Ends
==========================**/
/**=====================
2.6 Breadcrumb CSS Start
==========================**/
.breadcrumb-colored {
  padding: 12px 16px;
  border-radius: 4px;
}
.breadcrumb-colored li a {
  color: #fff;
}
.breadcrumb-colored li.active {
  color: #fff;
  opacity: 0.7;
}
.breadcrumb-colored .breadcrumb-item:before {
  color: #fff;
}
.breadcrumb-colored .breadcrumb-item.txt-dark:before {
  color: #000;
}

.breadcrumb-icon {
  --bs-breadcrumb-divider: ">";
}
.breadcrumb-icon li {
  display: inline-block;
}

.breadcrumb-no-divider {
  --bs-breadcrumb-divider: "";
}

.breadcrumb-item.active {
  text-transform: capitalize;
  color: var(--theme-default);
  font-weight: 500;
}

.breadcrumb-space .breadcrumb-item::before {
  padding-right: 0;
}

/**=====================
	2.6 Breadcrumb CSS ends
==========================**/
/**=====================
    2.7 Basic-card CSS Start
==========================**/
.dark-color-header {
  background-color: unset !important;
  color: #108be9;
}
.dark-color-header ul li:first-child i, .dark-color-header ul li:last-child i {
  color: #108be9 !important;
}
.dark-color-header ul li i {
  color: #f4f4f4 !important;
}

/**=====================
  2.7 Basic-card CSS Ends
==========================**/
/**=====================
  2.9 Buttons CSS start
==========================**/
.btn-link {
  color: var(--theme-default);
}

.btn-outline-light {
  color: #242934 !important;
}

.purchase-btn {
  background: linear-gradient(90deg, var(--theme-default) -18.33%, #563EE0 62.78%);
  padding: 12px 20px;
  min-width: 200px;
  border: none;
  transition: 0.5s;
}
.purchase-btn:hover {
  background: linear-gradient(90deg, #563EE0 -18.33%, var(--theme-default) 62.78%);
  transition: 0.5s;
}
@media (max-width: 991px) {
  .purchase-btn {
    min-width: 160px;
  }
}
@media (max-width: 767px) {
  .purchase-btn {
    min-width: 140px;
    padding: 10px 17px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .purchase-btn {
    font-size: 14px;
  }
}

.btn-light:not([disabled]):not(.disabled).active.active {
  color: #404040;
  background-color: #efefef !important;
}

.btn-primary-gradien {
  background-image: linear-gradient(to right, #4e3dff 0%, #988fff 51%, #4e3dff 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  transition: all 0.3s ease;
  color: #fff;
}
.btn-primary-gradien:focus, .btn-primary-gradien:active, .btn-primary-gradien.active {
  transition: 1.5s;
  background-position: right center;
  background-image: linear-gradient(to right, #988fff, 0%, #4e3dff, 100%, #fff) !important;
}

.btn-secondary-gradien {
  background-image: linear-gradient(to right, #979797 0%, #6f6f6f 51%, #979797 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  transition: all 0.3s ease;
}
.btn-secondary-gradien:hover, .btn-secondary-gradien:focus, .btn-secondary-gradien:active, .btn-secondary-gradien.active, .btn-secondary-gradien.hover {
  transition: 1.5s;
  background-position: right center;
  background-image: linear-gradient(to right, #979797, 0%, #6f6f6f, 100%, #fff) !important;
}

.btn-success-gradien {
  background-image: linear-gradient(to right, #81cc7a 0%, #4db143 51%, #81cc7a 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  transition: all 0.3s ease;
}
.btn-success-gradien:hover, .btn-success-gradien:focus, .btn-success-gradien:active, .btn-success-gradien.active, .btn-success-gradien.hover {
  transition: 1.5s;
  background-position: right center;
  background-image: linear-gradient(to right, #81cc7a, 0%, #4db143, 100%, #fff) !important;
}

.btn-danger-gradien {
  background-image: linear-gradient(to right, #fd7b72 0%, #fb3122 51%, #fd7b72 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  transition: all 0.3s ease;
}
.btn-danger-gradien:hover, .btn-danger-gradien:focus, .btn-danger-gradien:active, .btn-danger-gradien.active, .btn-danger-gradien.hover {
  transition: 1.5s;
  background-position: right center;
  background-image: linear-gradient(to right, #fd7b72, 0%, #fb3122, 100%, #fff) !important;
}

.btn-warning-gradien {
  background-image: linear-gradient(to right, #ffc652 0%, #ffaa00 51%, #ffc652 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  transition: all 0.3s ease;
}
.btn-warning-gradien:hover, .btn-warning-gradien:focus, .btn-warning-gradien:active, .btn-warning-gradien.active, .btn-warning-gradien.hover {
  transition: 1.5s;
  background-position: right center;
  background-image: linear-gradient(to right, #ffc652, 0%, #ffaa00, 100%, #fff) !important;
}

.btn-info-gradien {
  background-image: linear-gradient(to right, #67c6f7 0%, #19aaf3 51%, #67c6f7 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  transition: all 0.3s ease;
}
.btn-info-gradien:hover, .btn-info-gradien:focus, .btn-info-gradien:active, .btn-info-gradien.active, .btn-info-gradien.hover {
  transition: 1.5s;
  background-position: right center;
  background-image: linear-gradient(to right, #67c6f7, 0%, #19aaf3, 100%, #fff) !important;
}

.btn-light-gradien {
  background-image: linear-gradient(to right, white 0%, #e0e0e0 51%, white 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  transition: all 0.3s ease;
}
.btn-light-gradien:hover, .btn-light-gradien:focus, .btn-light-gradien:active, .btn-light-gradien.active, .btn-light-gradien.hover {
  transition: 1.5s;
  background-position: right center;
  background-image: linear-gradient(to right, white, 0%, #e0e0e0, 100%, #fff) !important;
}

.btn-dark-gradien {
  background-image: linear-gradient(to right, #505a72 0%, #2e3442 51%, #505a72 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  transition: all 0.3s ease;
}
.btn-dark-gradien:hover, .btn-dark-gradien:focus, .btn-dark-gradien:active, .btn-dark-gradien.active, .btn-dark-gradien.hover {
  transition: 1.5s;
  background-position: right center;
  background-image: linear-gradient(to right, #505a72, 0%, #2e3442, 100%, #fff) !important;
}

.btn {
  padding: 0.375rem 1.75rem;
}
.btn.bg-light-primary:hover {
  background: #108be9 !important;
  color: #fff !important;
}

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

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

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

.large-btn {
  margin-bottom: -20px;
}
.large-btn .btn {
  margin-right: 5px;
  margin-bottom: 15px;
}

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

.button-light-primary {
  background-color: #e8e5ff;
}
.button-light-primary:hover {
  background-color: #e8e5ff;
}

.button-light-secondary {
  background-color: #f2f2f2;
}
.button-light-secondary:hover {
  background-color: #f2f2f2;
}

.button-light-success {
  background-color: #dcf1da;
}
.button-light-success:hover {
  background-color: #dcf1da;
}

.button-light-warning {
  background-color: #fff7e5;
}
.button-light-warning:hover {
  background-color: #fff7e5;
}

.button-light-info {
  background-color: #D5F5FE;
}
.button-light-info:hover {
  background-color: #D5F5FE;
}

.button-light-light {
  background-color: #F9F9FB;
}
.button-light-light:hover {
  background-color: #F9F9FB;
}

.button-light-danger {
  background-color: #ffe8e6;
}
.button-light-danger:hover {
  background-color: #ffe8e6;
}

.button-light-dark {
  background-color: #EAEBF2;
}
.button-light-dark:hover {
  background-color: #EAEBF2;
}

.btn-air-primary {
  box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.btn-air-primary:hover, .btn-air-primary:active, .btn-air-primary:not([disabled]):not(.disabled):active {
  background-color: #4433ff;
  border-color: #4433ff;
}

.input-air-primary {
  box-shadow: 0 3px 5px 1px rgba(16, 139, 233, 0.1) !important;
}
.input-air-primary:focus {
  border-color: #108be9;
}

.btn-air-secondary {
  box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.btn-air-secondary:hover, .btn-air-secondary:active, .btn-air-secondary:not([disabled]):not(.disabled):active {
  background-color: #6a6a6a;
  border-color: #6a6a6a;
}

.input-air-secondary {
  box-shadow: 0 3px 5px 1px rgba(131, 131, 131, 0.1) !important;
}
.input-air-secondary:focus {
  border-color: #838383;
}

.btn-air-success {
  box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.btn-air-success:hover, .btn-air-success:active, .btn-air-success:not([disabled]):not(.disabled):active {
  background-color: #4aaa40;
  border-color: #4aaa40;
}

.input-air-success {
  box-shadow: 0 3px 5px 1px rgba(101, 193, 92, 0.1) !important;
}
.input-air-success:focus {
  border-color: #65c15c;
}

.btn-air-danger {
  box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.btn-air-danger:hover, .btn-air-danger:active, .btn-air-danger:not([disabled]):not(.disabled):active {
  background-color: #fb2718;
  border-color: #fb2718;
}

.input-air-danger {
  box-shadow: 0 3px 5px 1px rgba(252, 86, 74, 0.1) !important;
}
.input-air-danger:focus {
  border-color: #fc564a;
}

.btn-air-info {
  box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.btn-air-info:hover, .btn-air-info:active, .btn-air-info:not([disabled]):not(.disabled):active {
  background-color: #10a6f2;
  border-color: #10a6f2;
}

.input-air-info {
  box-shadow: 0 3px 5px 1px rgba(64, 184, 245, 0.1) !important;
}
.input-air-info:focus {
  border-color: #40b8f5;
}

.btn-air-light {
  box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.btn-air-light:hover, .btn-air-light:active, .btn-air-light:not([disabled]):not(.disabled):active {
  background-color: #dbdbdb;
  border-color: #dbdbdb;
}

.input-air-light {
  box-shadow: 0 3px 5px 1px rgba(244, 244, 244, 0.1) !important;
}
.input-air-light:focus {
  border-color: #f4f4f4;
}

.btn-air-dark {
  box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.btn-air-dark:hover, .btn-air-dark:active, .btn-air-dark:not([disabled]):not(.disabled):active {
  background-color: #2a2f3c;
  border-color: #2a2f3c;
}

.input-air-dark {
  box-shadow: 0 3px 5px 1px rgba(63, 71, 90, 0.1) !important;
}
.input-air-dark:focus {
  border-color: #3f475a;
}

.btn-air-warning {
  box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.btn-air-warning:hover, .btn-air-warning:active, .btn-air-warning:not([disabled]):not(.disabled):active {
  background-color: #f5a400;
  border-color: #f5a400;
}

.input-air-warning {
  box-shadow: 0 3px 5px 1px rgba(255, 184, 41, 0.1) !important;
}
.input-air-warning:focus {
  border-color: #ffb829;
}

.btn-warning {
  color: #fff;
}
.btn-warning:hover, .btn-warning.disabled {
  color: #fff;
}

[class*=-gradien]:hover {
  background-size: 50% 100%;
  transition: all 0.3s ease;
  color: #fff;
}

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

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

.btn-group-pill .btn:first-child {
  border-radius: 60px 0 0 60px;
}
.btn-group-pill .btn:last-child {
  border-radius: 0 60px 60px 0;
}

.btn-group-square .btn:first-child {
  border-radius: 0px 0 0 0px;
}
.btn-group-square .btn:last-child {
  border-radius: 0 0px 0px 0;
}

.btn-showcase {
  margin-bottom: -10px;
}
.btn-showcase .btn {
  margin-bottom: 10px;
  margin-right: 10px;
}

.btn-dropdown-showcase {
  margin-bottom: -10px;
}
.btn-dropdown-showcase .dropdown {
  margin-bottom: 10px;
  margin-right: 18px;
}
.btn-dropdown-showcase .btn-group {
  margin-bottom: 10px;
  margin-right: 18px;
}

.btn-group .radio label::before {
  top: 2px;
}
.btn-group .radio label::after {
  top: 7px;
}
.btn-group .checkbox label {
  margin-top: 3px;
}

.tooltiptext {
  visibility: visible;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 1;
  transition: opacity 0.3s;
}
.tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.card-header-right-icon .btn.btn-light-primary {
  background-color: var(--light-shade-primary);
  color: var(--theme-default);
}
.card-header-right-icon .btn.btn-light-primary:hover {
  color: #fff;
  background-color: var(--theme-default);
}

.btn.button-primary,
button.button-primary {
  background-color: var(--light-shade-primary);
  color: var(--theme-default);
}
.btn.button-primary:hover,
button.button-primary:hover {
  background-color: var(--theme-default);
  color: #fff;
}

.visual-button button,
.visual-button .btn {
  width: 45px;
  height: 45px;
  padding: 0;
}
.visual-button button svg,
.visual-button .btn svg {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.visual-button button.btn-pill,
.visual-button .btn.btn-pill {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  border: unset;
}
@media (max-width: 1200px) {
  .visual-button button.btn-pill,
  .visual-button .btn.btn-pill {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1200px) {
  .visual-button button,
  .visual-button .btn {
    width: 40px;
    height: 40px;
  }
}
.visual-button.visual-button1 .btn,
.visual-button.visual-button1 .btn-pill {
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 6px 28px;
}
.visual-button.visual-button1 .btn-pill {
  border-radius: 60px;
}

.button-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex-direction: column;
}
.button-wrapper .btn-group .btn {
  vertical-align: middle;
}
.button-wrapper .btn-group .btn svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 1190px) {
  .button-wrapper .btn-group.select-checkbox label {
    padding: 6px;
  }
}
@media (max-width: 1065px) {
  .button-wrapper .btn-group.select-checkbox label.btn-outline-primary {
    display: none;
  }
}
@media (max-width: 1065px) and (min-width: 591px) {
  .button-wrapper.button-box .btn-group .btn {
    padding: 6px 10px;
  }
}
@media (max-width: 590px) {
  .button-wrapper.button-box .btn-group .btn {
    padding: 6px 8px;
  }
}
.button-wrapper.button-outlined .btn-group .btn {
  line-height: 0.8;
}

@media (max-width: 1399px) {
  .btn-groups .button-wrapper {
    align-items: center;
  }
}

.btn-group-vertical .btn-group .btn.show {
  border-color: var(--recent-border);
}

@media (max-width: 360px) {
  .btn-radio .btn-group .btn {
    border-radius: 6px !important;
  }
}
.btn-radio .btn-group .btn:hover {
  color: var(--body-font-color);
}
@media (max-width: 369px) {
  .btn-radio .btn-group {
    display: grid;
    gap: 8px;
  }
  .btn-radio .btn-group .btn {
    border-radius: 6px;
  }
}

.btn-toolbar {
  gap: 12px;
}

.card-wrapper .btn-option .btn:hover {
  color: var(--body-font-color);
}
.card-wrapper .btn-option .btn:focus, .card-wrapper .btn-option .btn:active {
  color: var(--body-font-color);
  box-shadow: unset;
}
@media (max-width: 369px) {
  .card-wrapper .btn-option.btn-group {
    display: grid;
    gap: 8px;
  }
  .card-wrapper .btn-option.btn-group .btn {
    border-radius: 6px;
  }
}

.loader-buttons button i {
  margin-left: 8px;
}

.ripple-button {
  overflow: hidden;
  position: relative;
  transform-origin: center center;
}
.ripple-button:focus, .ripple-button:active {
  outline: 0;
  box-shadow: none;
}
.ripple-button .ripple-span {
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  transform: scale(0);
  animation: ripple 0.7s linear;
  width: 20px;
  height: 20px;
}

@keyframes ripple {
  from {
    transform: scale(1);
    opacity: 0.4;
  }
  to {
    transform: scale(30);
    opacity: 0;
  }
}
.mix-hover-btn .btn {
  position: relative;
}
.mix-hover-btn .btn.btn-border-pop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border: 2px solid var(--theme-default);
  transition: top, left, right, bottom, 100ms ease-in-out;
}
.mix-hover-btn .btn.btn-border-pop:hover::before, .mix-hover-btn .btn.btn-border-pop:focus::before {
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 10px;
}
.mix-hover-btn .btn.btn-bg-slide {
  transition: color 300ms ease-in-out;
  z-index: 1;
}
.mix-hover-btn .btn.btn-bg-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-color: var(--theme-default);
  transition: transform 300ms ease-in-out;
  transform: scaleX(0);
  transform-origin: left;
  border-radius: 6px;
}
.mix-hover-btn .btn.btn-bg-slide:hover, .mix-hover-btn .btn.btn-bg-slide:focus {
  color: #fff;
}
.mix-hover-btn .btn.btn-bg-slide:hover::before, .mix-hover-btn .btn.btn-bg-slide:focus::before {
  transform: scaleX(1);
}
.mix-hover-btn .btn.btn-border-bottom::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: var(--theme-default);
  transform: scaleX(0);
  transition: transform 300ms ease-in-out;
}
.mix-hover-btn .btn.btn-border-bottom:hover::before, .mix-hover-btn .btn.btn-border-bottom:focus::before {
  transform: scaleX(1);
}

.button--winona {
  position: relative;
  overflow: hidden;
  padding: 0;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  border: 2px solid #108be9;
  background-color: transparent;
  color: var(--body-font-color);
}
.button--winona::after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  color: #108be9;
  -webkit-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0);
}
.button--winona > span {
  display: block;
}
.button--winona::after,
.button--winona > span {
  padding: 6px 28px;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--winona:hover {
  background-color: rgba(232, 229, 255, 0.7);
}
.button--winona:hover::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.button--winona:hover > span {
  opacity: 0;
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
}

/**=====================
    2.9 Buttons CSS end
==========================**/
/**=====================
    2.9 BlockUi CSS start
==========================**/
.block-main-wrapper p,
.card-block-wrapper p {
  display: block;
  display: -webkit-box;
  height: 68px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.block-main-wrapper {
  position: relative;
}
.block-main-wrapper .block-wrapper {
  padding: 12px;
  margin-bottom: 12px;
  position: relative;
  border: 1px dashed var(--chart-dashed-border);
}
.block-main-wrapper .block-wrapper p {
  margin: 0;
}

.card-img-top1,
.card-img-top2 {
  width: 100%;
  height: 100px;
  object-fit: cover;
  object-position: bottom;
  border-radius: 0;
}

.form-main-wrapper .form-block-wrapper {
  position: relative;
  margin-bottom: 12px;
}
.form-main-wrapper .form-block-wrapper .card-wrapper.overlay-bg {
  cursor: wait;
}
.form-main-wrapper .form-block-wrapper .card-wrapper.overlay-bg form .form-control {
  background-color: transparent;
  border-color: var(--view-grid-bg);
}

.overlay-bg {
  background-color: rgba(0, 0, 0, 0.3);
}

.page-loader-10 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0.4;
}
.page-loader-10::before {
  content: attr(data-text);
  display: block;
  max-width: 125px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #343a40;
  text-align: center;
}
.page-loader-10::after {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: transparent var(--recent-dashed-border) var(--recent-dashed-border) var(--recent-dashed-border);
  position: absolute;
  top: 50%;
  left: 50%;
  animation: load 0.85s infinite linear;
}

@keyframes load {
  0% {
    transform: translate3d(-50%, -50%, 0) rotate(0deg);
  }
  100% {
    transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}
.page-loader-12 {
  animation: content-loading 2s linear;
  position: relative;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.page-loader-12::before {
  content: "Loading...";
  display: block;
  max-width: 125px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--body-font-color);
  z-index: 1;
  font-size: 20px;
  padding: 18px;
  border-radius: 25px 0 25px 0;
  background-color: var(--theme-secondary);
}

@keyframes content-loading {
  to {
    opacity: 0;
  }
}
/**=====================
    2.9 BlockUi CSS start
==========================**/
/**=====================
    2.10 Card CSS Start
==========================**/
.card {
  margin-bottom: 20px;
  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);
}
.card:hover {
  box-shadow: 0 0 40px rgba(8, 21, 66, 0.05);
  transition: all 0.3s ease;
}
.card .card-header {
  background-color: #fff;
  padding: 20px;
  border-bottom: 1px solid #e9edf1;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  position: relative;
}
.card .card-header.card-no-border {
  border-bottom: none !important;
}
.card .card-header h5:not(.mb-0), .card .card-header h5:not(.m-0) {
  margin-bottom: 0;
  text-transform: capitalize;
}
.card .card-header > span {
  font-size: 12px;
  color: #75758a;
  margin-top: 5px;
  display: block;
  letter-spacing: 1px;
}
.card .card-header .card-header-right {
  border-radius: 0 0 0 7px;
  right: 20px;
  top: 14px;
  display: inline-block;
  float: right;
  padding: 8px 0;
  position: absolute;
  background-color: var(--white);
  z-index: 1;
}
.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;
  font-size: 16px;
  color: var(--theme-default);
}
.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;
  color: #3f475a;
  line-height: 20px;
}
.card .card-header .card-header-right i.icofont-refresh {
  font-size: 13px;
}
.card .card-body {
  padding: 20px;
  background-color: transparent;
}
.card .card-body p:last-child {
  margin-bottom: 0;
}
.card .sub-title {
  padding-bottom: 12px;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
}
.card .card-footer {
  background-color: #fff;
  border-top: 1px solid #e9edf1;
  padding: 20px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.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;
}
.card.full-card {
  position: fixed;
  top: 0;
  z-index: 99999;
  box-shadow: none;
  right: 0;
  border-radius: 0;
  border: 1px solid #efefef;
  width: calc(100vw - 12px);
  height: 100vh;
}
.card.full-card .card-body {
  overflow: auto;
}

.page-body-wrapper .card .sub-title {
  font-family: Rubik, sans-serif;
  font-weight: 500;
  color: #75758a;
}

.card-absolute {
  margin-top: 20px;
}
.card-absolute .card-header {
  position: absolute;
  top: -20px;
  left: 15px;
  border-radius: 0.25rem;
  padding: 10px 15px;
}
.card-absolute .card-header h5 {
  font-size: 17px;
}
.card-absolute .card-body {
  margin-top: 10px;
}

.card-header .border-tab {
  margin-bottom: -13px;
}

.custom-card {
  overflow: hidden;
  padding: 30px;
}
.custom-card .card-header {
  padding: 0;
}
.custom-card .card-header img {
  border-radius: 50%;
  margin-top: -100px;
  transform: scale(1.5);
}
.custom-card .card-profile {
  text-align: center;
}
.custom-card .card-profile img {
  height: 110px;
  padding: 7px;
  background-color: #fff;
  z-index: 1;
  position: relative;
}
.custom-card .card-social {
  text-align: center;
}
.custom-card .card-social li {
  display: inline-block;
  padding: 15px 0;
}
.custom-card .card-social li:last-child a {
  margin-right: 0;
}
.custom-card .card-social li a {
  padding: 0;
  margin-right: 15px;
  color: rgb(188, 198, 222);
  font-size: 16px;
  transition: all 0.3s ease;
}
.custom-card .card-social li a:hover {
  color: var(--theme-default);
  transition: all 0.3s ease;
}
.custom-card .profile-details h6 {
  margin-bottom: 30px;
  margin-top: 10px;
  color: #75758a;
  font-size: 14px;
}
.custom-card .card-footer {
  padding: 0;
}
.custom-card .card-footer > div {
  padding: 15px;
  text-align: center;
}
.custom-card .card-footer > div + div {
  border-left: 1px solid #efefef;
}
.custom-card .card-footer > div h3 {
  margin-bottom: 0;
  font-size: 24px;
}
.custom-card .card-footer > div h6 {
  font-size: 14px;
  color: #75758a;
}
.custom-card .card-footer > div h5 {
  font-size: 16px;
  margin-bottom: 0;
}
.custom-card .card-footer > div i {
  font-size: 24px;
  display: inline-block;
  margin-bottom: 15px;
}
.custom-card .card-footer > div .m-b-card {
  margin-bottom: 10px;
}

.social-profile {
  text-align: center;
  background-image: url(../images/dashboard-5/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 {
  color: var(--body-font-color);
}
.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 + li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  background-color: var(--recent-dashed-border);
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}
[dir=rtl] .social-details .social-follow li + li::before {
  left: unset;
  right: -15px;
}
.social-details .card-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}
.social-img-wrap {
  background: linear-gradient(253deg, var(--theme-default) 11.51%, rgba(16, 139, 233, 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 solid var(--white);
  background: var(--white);
}
.social-img {
  padding: 5px;
  background: var(--white);
  border-radius: 100%;
}
.social-img img {
  height: 68px;
  border-radius: 100%;
}

.effective-card .effect-card {
  display: block;
  position: relative;
  background-color: var(--light-background);
  border-radius: 4px;
  text-decoration: none;
  padding: 18px;
  z-index: 0;
  overflow: hidden;
}
.effective-card .effect-card .common-box1 {
  gap: 8px;
  justify-content: flex-start;
  margin-bottom: 8px;
}
.effective-card .effect-card .common-box1 svg {
  min-width: 16px;
  min-height: 16px;
  color: #455a64;
}
.effective-card .effect-card h5 {
  color: var(--body-font-color);
}
.effective-card .effect-card p {
  color: #75758a;
}
.effective-card .effect-card:hover p {
  transition: all 0.3s ease-out;
  color: #fff;
}
.effective-card .effect-card:hover h5 {
  transition: all 0.3s ease-out;
  color: #fff;
}
.effective-card .effect-card:hover svg {
  color: #fff;
}
@media (max-width: 1399px) {
  .effective-card .effect-card:hover::before {
    width: 82px;
    height: 82px;
  }
}
.effective-card .effect-card .go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 36px;
  height: 36px;
  overflow: hidden;
  top: 0;
  right: 0;
  background-color: var(--theme-default);
  border-radius: 0 4px 0 32px;
  cursor: pointer;
}
@media (max-width: 1788px) and (min-width: 576px) {
  .effective-card .effect-card .go-corner {
    width: 28px;
    height: 28px;
  }
}
[dir=rtl] .effective-card .effect-card .go-corner {
  right: unset;
  left: 0;
  border-radius: 4px 0 32px 0;
}
.effective-card .effect-card .go-corner .go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: var(--white);
}
[dir=rtl] .effective-card .effect-card .go-corner .go-arrow {
  margin-right: unset;
  margin-left: -4px;
}
.effective-card .effect-card .go-corner .go-arrow i {
  font-size: 14px;
  transform: rotateZ(140deg);
}
.effective-card .effect-card:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -2%;
  background: var(--theme-default);
  height: 40px;
  width: 40px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 60% 50%;
  transition: transform 0.25s ease-out;
}
@media (max-width: 1788px) and (min-width: 576px) {
  .effective-card .effect-card:before {
    height: 28px;
    width: 28px;
  }
}
[dir=rtl] .effective-card .effect-card:before {
  right: unset;
  left: -2%;
}
.effective-card .effect-card:hover:before {
  transform: scale(21);
}

.creative-wrapper {
  border-radius: 15px;
  padding: 18px;
  background: #fff;
  position: relative;
  display: flex;
  align-items: flex-end;
  transition: 0.4s ease-out;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .creative-wrapper {
    padding: 4px;
  }
}
.creative-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
}
[dir=rtl] .creative-wrapper img {
  left: unset;
  right: 0;
}
.creative-wrapper:hover .creative-info {
  opacity: 1;
  transform: translateY(0px);
}
.creative-wrapper:hover .creative-info:before {
  opacity: 1;
}
.creative-wrapper .creative-info {
  opacity: 1;
  transform: translateY(0px);
}
.creative-wrapper .creative-info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: rgba(63, 71, 90, 0.2);
  z-index: 2;
  transition: 0.5s;
  opacity: 0;
}
[dir=rtl] .creative-wrapper .creative-info:before {
  left: unset;
  right: 0;
}
.creative-wrapper .creative-info {
  position: relative;
  z-index: 3;
  padding: 16px;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.5s;
  backdrop-filter: blur(6px);
  width: 100%;
}
.creative-wrapper h5,
.creative-wrapper p {
  color: #fff;
}
.creative-wrapper h5 {
  margin-bottom: 8px;
}

.overlay-card {
  height: 136px;
  position: relative;
  inset: 0;
  background: url(../images/masonry/6.jpg);
  background-size: cover;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1626px) and (min-width: 1400px) {
  .overlay-card {
    height: 190px;
  }
}
@media (max-width: 1399px) and (min-width: 576px) {
  .overlay-card {
    height: 98px;
  }
}
@media (max-width: 576px) {
  .overlay-card {
    height: 128px;
  }
}
.overlay-card .overlay {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 2fr 2fr 1fr;
  background: rgba(77, 77, 77, 0.9);
  color: var(--white);
  opacity: 0;
  transition: all 0.5s;
}
.overlay-card .overlay .overlay-box {
  padding: 0 14px;
}
.overlay-card .overlay .overlay-box.overlay-heading {
  transform: translateY(40px);
  transition: all 0.7s;
}
.overlay-card .overlay .overlay-box.overlay-heading hr {
  display: block;
  width: 0;
  border: none;
  border-bottom: solid 2px ridge;
  position: absolute;
  bottom: 0;
  left: 20px;
  transition: all 0.5s;
}
[dir=rtl] .overlay-card .overlay .overlay-box.overlay-heading hr {
  left: unset;
  right: 20px;
}
.overlay-card .overlay .overlay-box.overlay-subtitle {
  font-weight: bold;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.7s;
}
.overlay-card .overlay .overlay-box.overlay-subtitle .overlay-pera {
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 350px) {
  .overlay-card .overlay .overlay-box.overlay-subtitle .overlay-pera {
    display: -webkit-box;
    height: 70px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.overlay-card:hover .overlay {
  opacity: 1;
}
.overlay-card:hover .overlay .overlay-heading {
  transform: translateY(0px);
}
.overlay-card:hover .overlay .overlay-heading hr {
  width: 75px;
  transition-delay: 0.4s;
}
.overlay-card:hover .overlay .overlay-subtitle {
  transform: translateY(0px);
  transition-delay: 0.3s;
  opacity: 1;
}

.common-hover {
  transition: 0.5s;
}
.common-hover:hover {
  transform: translateY(-5px);
  transition: 0.5s;
}

/**=====================
    2.10 Card CSS End
==========================**/
/**=====================
    2.12 Data-table CSS Start
==========================**/
.default-dashboard .heading-space .card-header .header-top,
.dashboard-2 .heading-space .card-header .header-top,
.dashboard-3 .heading-space .card-header .header-top,
.dashboard-4 .heading-space .card-header .header-top,
.dashboard-5 .heading-space .card-header .header-top,
.dashboard-6 .heading-space .card-header .header-top,
.dashboard-7 .heading-space .card-header .header-top,
.dashboard-09 .heading-space .card-header .header-top,
.dashboard-10 .heading-space .card-header .header-top,
.dashboard-11 .heading-space .card-header .header-top,
.main-scope-project .heading-space .card-header .header-top,
.e-category .heading-space .card-header .header-top,
.list-product-view .heading-space .card-header .header-top,
.seller-details-wrapper .heading-space .card-header .header-top,
.common-order-history .heading-space .card-header .header-top,
.datatable-init .heading-space .card-header .header-top,
.common-cart .heading-space .card-header .header-top,
.project-status .heading-space .card-header .header-top {
  margin-left: 74px;
}
.default-dashboard div.dt-container .dt-layout-row thead,
.dashboard-2 div.dt-container .dt-layout-row thead,
.dashboard-3 div.dt-container .dt-layout-row thead,
.dashboard-4 div.dt-container .dt-layout-row thead,
.dashboard-5 div.dt-container .dt-layout-row thead,
.dashboard-6 div.dt-container .dt-layout-row thead,
.dashboard-7 div.dt-container .dt-layout-row thead,
.dashboard-09 div.dt-container .dt-layout-row thead,
.dashboard-10 div.dt-container .dt-layout-row thead,
.dashboard-11 div.dt-container .dt-layout-row thead,
.main-scope-project div.dt-container .dt-layout-row thead,
.e-category div.dt-container .dt-layout-row thead,
.list-product-view div.dt-container .dt-layout-row thead,
.seller-details-wrapper div.dt-container .dt-layout-row thead,
.common-order-history div.dt-container .dt-layout-row thead,
.datatable-init div.dt-container .dt-layout-row thead,
.common-cart div.dt-container .dt-layout-row thead,
.project-status div.dt-container .dt-layout-row thead {
  background: var(--light2);
}
.default-dashboard div.dt-container .dt-layout-row thead th,
.dashboard-2 div.dt-container .dt-layout-row thead th,
.dashboard-3 div.dt-container .dt-layout-row thead th,
.dashboard-4 div.dt-container .dt-layout-row thead th,
.dashboard-5 div.dt-container .dt-layout-row thead th,
.dashboard-6 div.dt-container .dt-layout-row thead th,
.dashboard-7 div.dt-container .dt-layout-row thead th,
.dashboard-09 div.dt-container .dt-layout-row thead th,
.dashboard-10 div.dt-container .dt-layout-row thead th,
.dashboard-11 div.dt-container .dt-layout-row thead th,
.main-scope-project div.dt-container .dt-layout-row thead th,
.e-category div.dt-container .dt-layout-row thead th,
.list-product-view div.dt-container .dt-layout-row thead th,
.seller-details-wrapper div.dt-container .dt-layout-row thead th,
.common-order-history div.dt-container .dt-layout-row thead th,
.datatable-init div.dt-container .dt-layout-row thead th,
.common-cart div.dt-container .dt-layout-row thead th,
.project-status div.dt-container .dt-layout-row thead th {
  font-size: 14px;
  font-weight: 500;
  color: #52526c;
}
.default-dashboard div.dt-container .dt-layout-row .dt-length,
.dashboard-2 div.dt-container .dt-layout-row .dt-length,
.dashboard-3 div.dt-container .dt-layout-row .dt-length,
.dashboard-4 div.dt-container .dt-layout-row .dt-length,
.dashboard-5 div.dt-container .dt-layout-row .dt-length,
.dashboard-6 div.dt-container .dt-layout-row .dt-length,
.dashboard-7 div.dt-container .dt-layout-row .dt-length,
.dashboard-09 div.dt-container .dt-layout-row .dt-length,
.dashboard-10 div.dt-container .dt-layout-row .dt-length,
.dashboard-11 div.dt-container .dt-layout-row .dt-length,
.main-scope-project div.dt-container .dt-layout-row .dt-length,
.e-category div.dt-container .dt-layout-row .dt-length,
.list-product-view div.dt-container .dt-layout-row .dt-length,
.seller-details-wrapper div.dt-container .dt-layout-row .dt-length,
.common-order-history div.dt-container .dt-layout-row .dt-length,
.datatable-init div.dt-container .dt-layout-row .dt-length,
.common-cart div.dt-container .dt-layout-row .dt-length,
.project-status div.dt-container .dt-layout-row .dt-length {
  position: absolute;
  top: 20px;
  left: 20px;
}
.default-dashboard div.dt-container .dt-layout-row .dt-length .dt-input,
.dashboard-2 div.dt-container .dt-layout-row .dt-length .dt-input,
.dashboard-3 div.dt-container .dt-layout-row .dt-length .dt-input,
.dashboard-4 div.dt-container .dt-layout-row .dt-length .dt-input,
.dashboard-5 div.dt-container .dt-layout-row .dt-length .dt-input,
.dashboard-6 div.dt-container .dt-layout-row .dt-length .dt-input,
.dashboard-7 div.dt-container .dt-layout-row .dt-length .dt-input,
.dashboard-09 div.dt-container .dt-layout-row .dt-length .dt-input,
.dashboard-10 div.dt-container .dt-layout-row .dt-length .dt-input,
.dashboard-11 div.dt-container .dt-layout-row .dt-length .dt-input,
.main-scope-project div.dt-container .dt-layout-row .dt-length .dt-input,
.e-category div.dt-container .dt-layout-row .dt-length .dt-input,
.list-product-view div.dt-container .dt-layout-row .dt-length .dt-input,
.seller-details-wrapper div.dt-container .dt-layout-row .dt-length .dt-input,
.common-order-history div.dt-container .dt-layout-row .dt-length .dt-input,
.datatable-init div.dt-container .dt-layout-row .dt-length .dt-input,
.common-cart div.dt-container .dt-layout-row .dt-length .dt-input,
.project-status div.dt-container .dt-layout-row .dt-length .dt-input {
  border-color: var(--recent-dashed-border);
  padding: 4px 6px;
  border-radius: 4px;
  background-color: #f8f8f8;
}
.default-dashboard div.dt-container .dt-layout-row .dt-length label,
.dashboard-2 div.dt-container .dt-layout-row .dt-length label,
.dashboard-3 div.dt-container .dt-layout-row .dt-length label,
.dashboard-4 div.dt-container .dt-layout-row .dt-length label,
.dashboard-5 div.dt-container .dt-layout-row .dt-length label,
.dashboard-6 div.dt-container .dt-layout-row .dt-length label,
.dashboard-7 div.dt-container .dt-layout-row .dt-length label,
.dashboard-09 div.dt-container .dt-layout-row .dt-length label,
.dashboard-10 div.dt-container .dt-layout-row .dt-length label,
.dashboard-11 div.dt-container .dt-layout-row .dt-length label,
.main-scope-project div.dt-container .dt-layout-row .dt-length label,
.e-category div.dt-container .dt-layout-row .dt-length label,
.list-product-view div.dt-container .dt-layout-row .dt-length label,
.seller-details-wrapper div.dt-container .dt-layout-row .dt-length label,
.common-order-history div.dt-container .dt-layout-row .dt-length label,
.datatable-init div.dt-container .dt-layout-row .dt-length label,
.common-cart div.dt-container .dt-layout-row .dt-length label,
.project-status div.dt-container .dt-layout-row .dt-length label {
  display: none;
}
.default-dashboard div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc, .default-dashboard div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc, .default-dashboard div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc, .default-dashboard div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
.dashboard-2 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
.dashboard-2 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
.dashboard-2 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
.dashboard-2 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
.dashboard-3 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
.dashboard-3 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
.dashboard-3 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
.dashboard-3 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
.dashboard-4 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
.dashboard-4 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
.dashboard-4 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
.dashboard-4 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
.dashboard-5 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
.dashboard-5 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
.dashboard-5 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
.dashboard-5 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
.dashboard-6 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
.dashboard-6 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
.dashboard-6 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
.dashboard-6 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
.dashboard-7 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
.dashboard-7 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
.dashboard-7 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
.dashboard-7 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
.dashboard-09 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
.dashboard-09 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
.dashboard-09 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
.dashboard-09 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
.dashboard-10 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
.dashboard-10 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
.dashboard-10 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
.dashboard-10 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
.dashboard-11 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
.dashboard-11 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
.dashboard-11 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
.dashboard-11 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
.main-scope-project div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
.main-scope-project div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
.main-scope-project div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
.main-scope-project div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
.e-category div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
.e-category div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
.e-category div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
.e-category div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
.list-product-view div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
.list-product-view div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
.list-product-view div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
.list-product-view div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
.common-order-history div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
.common-order-history div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
.common-order-history div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
.common-order-history div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
.datatable-init div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
.datatable-init div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
.datatable-init div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
.datatable-init div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
.common-cart div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
.common-cart div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
.common-cart div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
.common-cart div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
.project-status div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
.project-status div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
.project-status div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
.project-status div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc {
  padding-right: 20px;
}
.default-dashboard div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order, .default-dashboard div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order, .default-dashboard div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order, .default-dashboard div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
.dashboard-2 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
.dashboard-2 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
.dashboard-2 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
.dashboard-2 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
.dashboard-3 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
.dashboard-3 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
.dashboard-3 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
.dashboard-3 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
.dashboard-4 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
.dashboard-4 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
.dashboard-4 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
.dashboard-4 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
.dashboard-5 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
.dashboard-5 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
.dashboard-5 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
.dashboard-5 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
.dashboard-6 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
.dashboard-6 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
.dashboard-6 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
.dashboard-6 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
.dashboard-7 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
.dashboard-7 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
.dashboard-7 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
.dashboard-7 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
.dashboard-09 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
.dashboard-09 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
.dashboard-09 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
.dashboard-09 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
.dashboard-10 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
.dashboard-10 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
.dashboard-10 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
.dashboard-10 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
.dashboard-11 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
.dashboard-11 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
.dashboard-11 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
.dashboard-11 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
.main-scope-project div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
.main-scope-project div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
.main-scope-project div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
.main-scope-project div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
.e-category div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
.e-category div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
.e-category div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
.e-category div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
.list-product-view div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
.list-product-view div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
.list-product-view div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
.list-product-view div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
.common-order-history div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
.common-order-history div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
.common-order-history div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
.common-order-history div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
.datatable-init div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
.datatable-init div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
.datatable-init div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
.datatable-init div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
.common-cart div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
.common-cart div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
.common-cart div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
.common-cart div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
.project-status div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
.project-status div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
.project-status div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
.project-status div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order {
  right: 5px;
}
.default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc, .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc, .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc, .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc {
  position: relative;
  padding-right: 28px;
}
.default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order, .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order, .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order, .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order {
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  width: 12px;
}
.default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before, .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after, .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before, .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after, .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before, .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after, .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before, .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after {
  left: 0;
  opacity: 0.125;
  line-height: 9px;
  font-size: 0.8em;
}
.default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before, .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before {
  position: absolute;
  display: block;
  bottom: 50%;
  content: "▲";
  content: "▲"/"";
}
.default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after, .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after {
  position: absolute;
  display: block;
  top: 50%;
  content: "▼";
  content: "▼"/"";
}
.default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::after, .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::before, .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::after, .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::before,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::after,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::before,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::after,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::before,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::after,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::before,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::after,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::before,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::after,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::before,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::after,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::before,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::after,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::before,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::after,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::before,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::after,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::before,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::after,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::before,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::after,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::before,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::after,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::before,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::after,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::before,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::after,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::before,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::after,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::before,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::after,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::before,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::after,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::before,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::after,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::before,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::after,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::before,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::after,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::before,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::after,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::before,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::after,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::before,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::after,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::before,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::after,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::before,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::after,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::before,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::after,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::before,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::after,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::before,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::after,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::before,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::after,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::before,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::after,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::before,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::after,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::before,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::after,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::before,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::after,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.sorting_desc_disabled span.dt-column-order::before,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::after,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.sorting_asc_disabled span.dt-column-order::before {
  display: none;
}
.default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc, .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc {
  cursor: pointer;
}
.default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before {
  opacity: 0.6;
}
.default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.datatable-init div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
.project-status div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after {
  opacity: 0.6;
}
.default-dashboard div.dt-container .dt-layout-row:last-child,
.dashboard-2 div.dt-container .dt-layout-row:last-child,
.dashboard-3 div.dt-container .dt-layout-row:last-child,
.dashboard-4 div.dt-container .dt-layout-row:last-child,
.dashboard-5 div.dt-container .dt-layout-row:last-child,
.dashboard-6 div.dt-container .dt-layout-row:last-child,
.dashboard-7 div.dt-container .dt-layout-row:last-child,
.dashboard-09 div.dt-container .dt-layout-row:last-child,
.dashboard-10 div.dt-container .dt-layout-row:last-child,
.dashboard-11 div.dt-container .dt-layout-row:last-child,
.main-scope-project div.dt-container .dt-layout-row:last-child,
.e-category div.dt-container .dt-layout-row:last-child,
.list-product-view div.dt-container .dt-layout-row:last-child,
.seller-details-wrapper div.dt-container .dt-layout-row:last-child,
.common-order-history div.dt-container .dt-layout-row:last-child,
.datatable-init div.dt-container .dt-layout-row:last-child,
.common-cart div.dt-container .dt-layout-row:last-child,
.project-status div.dt-container .dt-layout-row:last-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px) {
  .default-dashboard div.dt-container .dt-layout-row:last-child,
  .dashboard-2 div.dt-container .dt-layout-row:last-child,
  .dashboard-3 div.dt-container .dt-layout-row:last-child,
  .dashboard-4 div.dt-container .dt-layout-row:last-child,
  .dashboard-5 div.dt-container .dt-layout-row:last-child,
  .dashboard-6 div.dt-container .dt-layout-row:last-child,
  .dashboard-7 div.dt-container .dt-layout-row:last-child,
  .dashboard-09 div.dt-container .dt-layout-row:last-child,
  .dashboard-10 div.dt-container .dt-layout-row:last-child,
  .dashboard-11 div.dt-container .dt-layout-row:last-child,
  .main-scope-project div.dt-container .dt-layout-row:last-child,
  .e-category div.dt-container .dt-layout-row:last-child,
  .list-product-view div.dt-container .dt-layout-row:last-child,
  .seller-details-wrapper div.dt-container .dt-layout-row:last-child,
  .common-order-history div.dt-container .dt-layout-row:last-child,
  .datatable-init div.dt-container .dt-layout-row:last-child,
  .common-cart div.dt-container .dt-layout-row:last-child,
  .project-status div.dt-container .dt-layout-row:last-child {
    flex-direction: column;
  }
}
.default-dashboard div.dt-container .dt-layout-row .dt-layout-cell .dt-empty,
.dashboard-2 div.dt-container .dt-layout-row .dt-layout-cell .dt-empty,
.dashboard-3 div.dt-container .dt-layout-row .dt-layout-cell .dt-empty,
.dashboard-4 div.dt-container .dt-layout-row .dt-layout-cell .dt-empty,
.dashboard-5 div.dt-container .dt-layout-row .dt-layout-cell .dt-empty,
.dashboard-6 div.dt-container .dt-layout-row .dt-layout-cell .dt-empty,
.dashboard-7 div.dt-container .dt-layout-row .dt-layout-cell .dt-empty,
.dashboard-09 div.dt-container .dt-layout-row .dt-layout-cell .dt-empty,
.dashboard-10 div.dt-container .dt-layout-row .dt-layout-cell .dt-empty,
.dashboard-11 div.dt-container .dt-layout-row .dt-layout-cell .dt-empty,
.main-scope-project div.dt-container .dt-layout-row .dt-layout-cell .dt-empty,
.e-category div.dt-container .dt-layout-row .dt-layout-cell .dt-empty,
.list-product-view div.dt-container .dt-layout-row .dt-layout-cell .dt-empty,
.seller-details-wrapper div.dt-container .dt-layout-row .dt-layout-cell .dt-empty,
.common-order-history div.dt-container .dt-layout-row .dt-layout-cell .dt-empty,
.datatable-init div.dt-container .dt-layout-row .dt-layout-cell .dt-empty,
.common-cart div.dt-container .dt-layout-row .dt-layout-cell .dt-empty,
.project-status div.dt-container .dt-layout-row .dt-layout-cell .dt-empty {
  text-align: center;
  color: var(--body-font-color);
}
.default-dashboard div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
.dashboard-2 div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
.dashboard-3 div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
.dashboard-4 div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
.dashboard-5 div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
.dashboard-6 div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
.dashboard-7 div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
.dashboard-09 div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
.dashboard-10 div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
.dashboard-11 div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
.main-scope-project div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
.e-category div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
.list-product-view div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
.seller-details-wrapper div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
.common-order-history div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
.datatable-init div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
.common-cart div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
.project-status div.dt-container .dt-layout-row .dt-layout-cell .dt-info {
  padding: 16px 20px 0px 20px;
  color: #3f475a;
}
.default-dashboard div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
.dashboard-2 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
.dashboard-3 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
.dashboard-4 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
.dashboard-5 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
.dashboard-6 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
.dashboard-7 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
.dashboard-09 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
.dashboard-10 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
.dashboard-11 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
.main-scope-project div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
.e-category div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
.list-product-view div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
.seller-details-wrapper div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
.common-order-history div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
.datatable-init div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
.common-cart div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
.project-status div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
  position: absolute;
  top: 20px;
  right: -10px;
  z-index: 0;
}
@media (max-width: 640px) {
  .default-dashboard div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  .dashboard-2 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  .dashboard-3 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  .dashboard-4 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  .dashboard-5 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  .dashboard-6 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  .dashboard-7 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  .dashboard-09 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  .dashboard-10 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  .dashboard-11 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  .main-scope-project div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  .e-category div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  .list-product-view div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  .seller-details-wrapper div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  .common-order-history div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  .datatable-init div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  .common-cart div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  .project-status div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    position: relative;
    top: 4px;
    left: 20px;
    margin-bottom: 20px;
  }
}
.default-dashboard div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
.dashboard-2 div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
.dashboard-3 div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
.dashboard-4 div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
.dashboard-5 div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
.dashboard-6 div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
.dashboard-7 div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
.dashboard-09 div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
.dashboard-10 div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
.dashboard-11 div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
.main-scope-project div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
.e-category div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
.list-product-view div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
.seller-details-wrapper div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
.common-order-history div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
.datatable-init div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
.common-cart div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
.project-status div.dt-container .dt-layout-row .dt-layout-cell .dt-search label {
  margin-right: 6px;
  color: #52526c;
}
.default-dashboard div.dt-container .dt-layout-row .dt-layout-cell .dt-search input,
.dashboard-2 div.dt-container .dt-layout-row .dt-layout-cell .dt-search input,
.dashboard-3 div.dt-container .dt-layout-row .dt-layout-cell .dt-search input,
.dashboard-4 div.dt-container .dt-layout-row .dt-layout-cell .dt-search input,
.dashboard-5 div.dt-container .dt-layout-row .dt-layout-cell .dt-search input,
.dashboard-6 div.dt-container .dt-layout-row .dt-layout-cell .dt-search input,
.dashboard-7 div.dt-container .dt-layout-row .dt-layout-cell .dt-search input,
.dashboard-09 div.dt-container .dt-layout-row .dt-layout-cell .dt-search input,
.dashboard-10 div.dt-container .dt-layout-row .dt-layout-cell .dt-search input,
.dashboard-11 div.dt-container .dt-layout-row .dt-layout-cell .dt-search input,
.main-scope-project div.dt-container .dt-layout-row .dt-layout-cell .dt-search input,
.e-category div.dt-container .dt-layout-row .dt-layout-cell .dt-search input,
.list-product-view div.dt-container .dt-layout-row .dt-layout-cell .dt-search input,
.seller-details-wrapper div.dt-container .dt-layout-row .dt-layout-cell .dt-search input,
.common-order-history div.dt-container .dt-layout-row .dt-layout-cell .dt-search input,
.datatable-init div.dt-container .dt-layout-row .dt-layout-cell .dt-search input,
.common-cart div.dt-container .dt-layout-row .dt-layout-cell .dt-search input,
.project-status div.dt-container .dt-layout-row .dt-layout-cell .dt-search input {
  border: 1px solid rgba(82, 82, 108, 0.3);
  width: 50%;
  color: #59667a;
}
.default-dashboard div.dt-container .dt-layout-row .dt-layout-cell tr td,
.dashboard-2 div.dt-container .dt-layout-row .dt-layout-cell tr td,
.dashboard-3 div.dt-container .dt-layout-row .dt-layout-cell tr td,
.dashboard-4 div.dt-container .dt-layout-row .dt-layout-cell tr td,
.dashboard-5 div.dt-container .dt-layout-row .dt-layout-cell tr td,
.dashboard-6 div.dt-container .dt-layout-row .dt-layout-cell tr td,
.dashboard-7 div.dt-container .dt-layout-row .dt-layout-cell tr td,
.dashboard-09 div.dt-container .dt-layout-row .dt-layout-cell tr td,
.dashboard-10 div.dt-container .dt-layout-row .dt-layout-cell tr td,
.dashboard-11 div.dt-container .dt-layout-row .dt-layout-cell tr td,
.main-scope-project div.dt-container .dt-layout-row .dt-layout-cell tr td,
.e-category div.dt-container .dt-layout-row .dt-layout-cell tr td,
.list-product-view div.dt-container .dt-layout-row .dt-layout-cell tr td,
.seller-details-wrapper div.dt-container .dt-layout-row .dt-layout-cell tr td,
.common-order-history div.dt-container .dt-layout-row .dt-layout-cell tr td,
.datatable-init div.dt-container .dt-layout-row .dt-layout-cell tr td,
.common-cart div.dt-container .dt-layout-row .dt-layout-cell tr td,
.project-status div.dt-container .dt-layout-row .dt-layout-cell tr td {
  color: var(--body-font-color);
}
.default-dashboard div.dt-container .dt-layout-row .dt-layout-cell tr.selected td,
.dashboard-2 div.dt-container .dt-layout-row .dt-layout-cell tr.selected td,
.dashboard-3 div.dt-container .dt-layout-row .dt-layout-cell tr.selected td,
.dashboard-4 div.dt-container .dt-layout-row .dt-layout-cell tr.selected td,
.dashboard-5 div.dt-container .dt-layout-row .dt-layout-cell tr.selected td,
.dashboard-6 div.dt-container .dt-layout-row .dt-layout-cell tr.selected td,
.dashboard-7 div.dt-container .dt-layout-row .dt-layout-cell tr.selected td,
.dashboard-09 div.dt-container .dt-layout-row .dt-layout-cell tr.selected td,
.dashboard-10 div.dt-container .dt-layout-row .dt-layout-cell tr.selected td,
.dashboard-11 div.dt-container .dt-layout-row .dt-layout-cell tr.selected td,
.main-scope-project div.dt-container .dt-layout-row .dt-layout-cell tr.selected td,
.e-category div.dt-container .dt-layout-row .dt-layout-cell tr.selected td,
.list-product-view div.dt-container .dt-layout-row .dt-layout-cell tr.selected td,
.seller-details-wrapper div.dt-container .dt-layout-row .dt-layout-cell tr.selected td,
.common-order-history div.dt-container .dt-layout-row .dt-layout-cell tr.selected td,
.datatable-init div.dt-container .dt-layout-row .dt-layout-cell tr.selected td,
.common-cart div.dt-container .dt-layout-row .dt-layout-cell tr.selected td,
.project-status div.dt-container .dt-layout-row .dt-layout-cell tr.selected td {
  box-shadow: inset 0 0 0 9999px #f9f9fa;
}
.default-dashboard div.dt-container .dt-layout-row .dt-paging,
.dashboard-2 div.dt-container .dt-layout-row .dt-paging,
.dashboard-3 div.dt-container .dt-layout-row .dt-paging,
.dashboard-4 div.dt-container .dt-layout-row .dt-paging,
.dashboard-5 div.dt-container .dt-layout-row .dt-paging,
.dashboard-6 div.dt-container .dt-layout-row .dt-paging,
.dashboard-7 div.dt-container .dt-layout-row .dt-paging,
.dashboard-09 div.dt-container .dt-layout-row .dt-paging,
.dashboard-10 div.dt-container .dt-layout-row .dt-paging,
.dashboard-11 div.dt-container .dt-layout-row .dt-paging,
.main-scope-project div.dt-container .dt-layout-row .dt-paging,
.e-category div.dt-container .dt-layout-row .dt-paging,
.list-product-view div.dt-container .dt-layout-row .dt-paging,
.seller-details-wrapper div.dt-container .dt-layout-row .dt-paging,
.common-order-history div.dt-container .dt-layout-row .dt-paging,
.datatable-init div.dt-container .dt-layout-row .dt-paging,
.common-cart div.dt-container .dt-layout-row .dt-paging,
.project-status div.dt-container .dt-layout-row .dt-paging {
  text-align: end;
  padding: 12px 20px 0 20px;
}
.default-dashboard div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
.dashboard-2 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
.dashboard-3 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
.dashboard-4 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
.dashboard-5 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
.dashboard-6 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
.dashboard-7 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
.dashboard-09 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
.dashboard-10 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
.dashboard-11 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
.main-scope-project div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
.e-category div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
.list-product-view div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
.seller-details-wrapper div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
.common-order-history div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
.datatable-init div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
.common-cart div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
.project-status div.dt-container .dt-layout-row .dt-paging .dt-paging-button {
  border: unset;
  padding: 2px 10px;
  font-size: 14px;
  color: var(--body-font-color);
  margin-right: 12px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .default-dashboard div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  .dashboard-2 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  .dashboard-3 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  .dashboard-4 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  .dashboard-5 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  .dashboard-6 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  .dashboard-7 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  .dashboard-09 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  .dashboard-10 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  .dashboard-11 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  .main-scope-project div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  .e-category div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  .list-product-view div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  .seller-details-wrapper div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  .common-order-history div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  .datatable-init div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  .common-cart div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  .project-status div.dt-container .dt-layout-row .dt-paging .dt-paging-button {
    font-size: 13px;
    margin-right: 8px;
  }
}
.default-dashboard div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
.dashboard-2 div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
.dashboard-3 div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
.dashboard-4 div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
.dashboard-5 div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
.dashboard-6 div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
.dashboard-7 div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
.dashboard-09 div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
.dashboard-10 div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
.dashboard-11 div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
.main-scope-project div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
.e-category div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
.list-product-view div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
.seller-details-wrapper div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
.common-order-history div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
.datatable-init div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
.common-cart div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
.project-status div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child {
  margin-right: 0;
}
.default-dashboard div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
.dashboard-2 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
.dashboard-3 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
.dashboard-4 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
.dashboard-5 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
.dashboard-6 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
.dashboard-7 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
.dashboard-09 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
.dashboard-10 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
.dashboard-11 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
.main-scope-project div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
.e-category div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
.list-product-view div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
.seller-details-wrapper div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
.common-order-history div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
.datatable-init div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
.common-cart div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
.project-status div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current {
  background-color: var(--theme-default);
  color: #fff;
}
.default-dashboard div.dt-container .dt-layout-row .dt-select .dt-select-checkbox,
.dashboard-2 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox,
.dashboard-3 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox,
.dashboard-4 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox,
.dashboard-5 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox,
.dashboard-6 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox,
.dashboard-7 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox,
.dashboard-09 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox,
.dashboard-10 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox,
.dashboard-11 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox,
.main-scope-project div.dt-container .dt-layout-row .dt-select .dt-select-checkbox,
.e-category div.dt-container .dt-layout-row .dt-select .dt-select-checkbox,
.list-product-view div.dt-container .dt-layout-row .dt-select .dt-select-checkbox,
.seller-details-wrapper div.dt-container .dt-layout-row .dt-select .dt-select-checkbox,
.common-order-history div.dt-container .dt-layout-row .dt-select .dt-select-checkbox,
.datatable-init div.dt-container .dt-layout-row .dt-select .dt-select-checkbox,
.common-cart div.dt-container .dt-layout-row .dt-select .dt-select-checkbox,
.project-status div.dt-container .dt-layout-row .dt-select .dt-select-checkbox {
  padding: 6px;
  border-color: rgba(82, 82, 108, 0.8);
  cursor: pointer;
}
.default-dashboard div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
.dashboard-2 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
.dashboard-3 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
.dashboard-4 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
.dashboard-5 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
.dashboard-6 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
.dashboard-7 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
.dashboard-09 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
.dashboard-10 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
.dashboard-11 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
.main-scope-project div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
.e-category div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
.list-product-view div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
.seller-details-wrapper div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
.common-order-history div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
.datatable-init div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
.common-cart div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
.project-status div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after {
  top: 4px;
  left: 4px;
}
.default-dashboard div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked,
.dashboard-2 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked,
.dashboard-3 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked,
.dashboard-4 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked,
.dashboard-5 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked,
.dashboard-6 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked,
.dashboard-7 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked,
.dashboard-09 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked,
.dashboard-10 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked,
.dashboard-11 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked,
.main-scope-project div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked,
.e-category div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked,
.list-product-view div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked,
.seller-details-wrapper div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked,
.common-order-history div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked,
.datatable-init div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked,
.common-cart div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked,
.project-status div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked {
  background-color: var(--theme-default);
  border-color: transparent;
}
.default-dashboard div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
.dashboard-2 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
.dashboard-3 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
.dashboard-4 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
.dashboard-5 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
.dashboard-6 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
.dashboard-7 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
.dashboard-09 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
.dashboard-10 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
.dashboard-11 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
.main-scope-project div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
.e-category div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
.list-product-view div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
.seller-details-wrapper div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
.common-order-history div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
.datatable-init div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
.common-cart div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
.project-status div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after {
  content: "\f00c";
  font-family: "fontawesome";
  font-size: 9px;
  margin-top: -10px;
  margin-left: -4px;
  color: #fff;
}

.dt-buttons .btn {
  padding: 6px calc(14px + 3 * (100vw - 320px) / 1600) !important;
}

.datatable-init div.dt-container.dt-bootstrap5 table,
.datatable-advance-wrapper div.dt-container.dt-bootstrap5 table,
.datatable-api-wrapper div.dt-container.dt-bootstrap5 table,
.data-source-wrapper div.dt-container.dt-bootstrap5 table,
.autofill-data-tables div.dt-container.dt-bootstrap5 table,
.support-ticket-table div.dt-container.dt-bootstrap5 table {
  border-collapse: initial !important;
}
.datatable-init div.dt-container.dt-bootstrap5 table thead tr th,
.datatable-init div.dt-container.dt-bootstrap5 table thead tr td,
.datatable-init div.dt-container.dt-bootstrap5 table tbody tr th,
.datatable-init div.dt-container.dt-bootstrap5 table tbody tr td,
.datatable-init div.dt-container.dt-bootstrap5 table tfoot tr th,
.datatable-init div.dt-container.dt-bootstrap5 table tfoot tr td,
.datatable-advance-wrapper div.dt-container.dt-bootstrap5 table thead tr th,
.datatable-advance-wrapper div.dt-container.dt-bootstrap5 table thead tr td,
.datatable-advance-wrapper div.dt-container.dt-bootstrap5 table tbody tr th,
.datatable-advance-wrapper div.dt-container.dt-bootstrap5 table tbody tr td,
.datatable-advance-wrapper div.dt-container.dt-bootstrap5 table tfoot tr th,
.datatable-advance-wrapper div.dt-container.dt-bootstrap5 table tfoot tr td,
.datatable-api-wrapper div.dt-container.dt-bootstrap5 table thead tr th,
.datatable-api-wrapper div.dt-container.dt-bootstrap5 table thead tr td,
.datatable-api-wrapper div.dt-container.dt-bootstrap5 table tbody tr th,
.datatable-api-wrapper div.dt-container.dt-bootstrap5 table tbody tr td,
.datatable-api-wrapper div.dt-container.dt-bootstrap5 table tfoot tr th,
.datatable-api-wrapper div.dt-container.dt-bootstrap5 table tfoot tr td,
.data-source-wrapper div.dt-container.dt-bootstrap5 table thead tr th,
.data-source-wrapper div.dt-container.dt-bootstrap5 table thead tr td,
.data-source-wrapper div.dt-container.dt-bootstrap5 table tbody tr th,
.data-source-wrapper div.dt-container.dt-bootstrap5 table tbody tr td,
.data-source-wrapper div.dt-container.dt-bootstrap5 table tfoot tr th,
.data-source-wrapper div.dt-container.dt-bootstrap5 table tfoot tr td,
.autofill-data-tables div.dt-container.dt-bootstrap5 table thead tr th,
.autofill-data-tables div.dt-container.dt-bootstrap5 table thead tr td,
.autofill-data-tables div.dt-container.dt-bootstrap5 table tbody tr th,
.autofill-data-tables div.dt-container.dt-bootstrap5 table tbody tr td,
.autofill-data-tables div.dt-container.dt-bootstrap5 table tfoot tr th,
.autofill-data-tables div.dt-container.dt-bootstrap5 table tfoot tr td,
.support-ticket-table div.dt-container.dt-bootstrap5 table thead tr th,
.support-ticket-table div.dt-container.dt-bootstrap5 table thead tr td,
.support-ticket-table div.dt-container.dt-bootstrap5 table tbody tr th,
.support-ticket-table div.dt-container.dt-bootstrap5 table tbody tr td,
.support-ticket-table div.dt-container.dt-bootstrap5 table tfoot tr th,
.support-ticket-table div.dt-container.dt-bootstrap5 table tfoot tr td {
  text-align: left;
}
[dir=rtl] .datatable-init div.dt-container.dt-bootstrap5 table thead tr th,
[dir=rtl] .datatable-init div.dt-container.dt-bootstrap5 table thead tr td,
[dir=rtl] .datatable-init div.dt-container.dt-bootstrap5 table tbody tr th,
[dir=rtl] .datatable-init div.dt-container.dt-bootstrap5 table tbody tr td,
[dir=rtl] .datatable-init div.dt-container.dt-bootstrap5 table tfoot tr th,
[dir=rtl] .datatable-init div.dt-container.dt-bootstrap5 table tfoot tr td,
[dir=rtl] .datatable-advance-wrapper div.dt-container.dt-bootstrap5 table thead tr th,
[dir=rtl] .datatable-advance-wrapper div.dt-container.dt-bootstrap5 table thead tr td,
[dir=rtl] .datatable-advance-wrapper div.dt-container.dt-bootstrap5 table tbody tr th,
[dir=rtl] .datatable-advance-wrapper div.dt-container.dt-bootstrap5 table tbody tr td,
[dir=rtl] .datatable-advance-wrapper div.dt-container.dt-bootstrap5 table tfoot tr th,
[dir=rtl] .datatable-advance-wrapper div.dt-container.dt-bootstrap5 table tfoot tr td,
[dir=rtl] .datatable-api-wrapper div.dt-container.dt-bootstrap5 table thead tr th,
[dir=rtl] .datatable-api-wrapper div.dt-container.dt-bootstrap5 table thead tr td,
[dir=rtl] .datatable-api-wrapper div.dt-container.dt-bootstrap5 table tbody tr th,
[dir=rtl] .datatable-api-wrapper div.dt-container.dt-bootstrap5 table tbody tr td,
[dir=rtl] .datatable-api-wrapper div.dt-container.dt-bootstrap5 table tfoot tr th,
[dir=rtl] .datatable-api-wrapper div.dt-container.dt-bootstrap5 table tfoot tr td,
[dir=rtl] .data-source-wrapper div.dt-container.dt-bootstrap5 table thead tr th,
[dir=rtl] .data-source-wrapper div.dt-container.dt-bootstrap5 table thead tr td,
[dir=rtl] .data-source-wrapper div.dt-container.dt-bootstrap5 table tbody tr th,
[dir=rtl] .data-source-wrapper div.dt-container.dt-bootstrap5 table tbody tr td,
[dir=rtl] .data-source-wrapper div.dt-container.dt-bootstrap5 table tfoot tr th,
[dir=rtl] .data-source-wrapper div.dt-container.dt-bootstrap5 table tfoot tr td,
[dir=rtl] .autofill-data-tables div.dt-container.dt-bootstrap5 table thead tr th,
[dir=rtl] .autofill-data-tables div.dt-container.dt-bootstrap5 table thead tr td,
[dir=rtl] .autofill-data-tables div.dt-container.dt-bootstrap5 table tbody tr th,
[dir=rtl] .autofill-data-tables div.dt-container.dt-bootstrap5 table tbody tr td,
[dir=rtl] .autofill-data-tables div.dt-container.dt-bootstrap5 table tfoot tr th,
[dir=rtl] .autofill-data-tables div.dt-container.dt-bootstrap5 table tfoot tr td,
[dir=rtl] .support-ticket-table div.dt-container.dt-bootstrap5 table thead tr th,
[dir=rtl] .support-ticket-table div.dt-container.dt-bootstrap5 table thead tr td,
[dir=rtl] .support-ticket-table div.dt-container.dt-bootstrap5 table tbody tr th,
[dir=rtl] .support-ticket-table div.dt-container.dt-bootstrap5 table tbody tr td,
[dir=rtl] .support-ticket-table div.dt-container.dt-bootstrap5 table tfoot tr th,
[dir=rtl] .support-ticket-table div.dt-container.dt-bootstrap5 table tfoot tr td {
  text-align: right;
}
.datatable-init div.dt-container.dt-bootstrap5 table thead tr .dt-empty,
.datatable-init div.dt-container.dt-bootstrap5 table tbody tr .dt-empty,
.datatable-init div.dt-container.dt-bootstrap5 table tfoot tr .dt-empty,
.datatable-advance-wrapper div.dt-container.dt-bootstrap5 table thead tr .dt-empty,
.datatable-advance-wrapper div.dt-container.dt-bootstrap5 table tbody tr .dt-empty,
.datatable-advance-wrapper div.dt-container.dt-bootstrap5 table tfoot tr .dt-empty,
.datatable-api-wrapper div.dt-container.dt-bootstrap5 table thead tr .dt-empty,
.datatable-api-wrapper div.dt-container.dt-bootstrap5 table tbody tr .dt-empty,
.datatable-api-wrapper div.dt-container.dt-bootstrap5 table tfoot tr .dt-empty,
.data-source-wrapper div.dt-container.dt-bootstrap5 table thead tr .dt-empty,
.data-source-wrapper div.dt-container.dt-bootstrap5 table tbody tr .dt-empty,
.data-source-wrapper div.dt-container.dt-bootstrap5 table tfoot tr .dt-empty,
.autofill-data-tables div.dt-container.dt-bootstrap5 table thead tr .dt-empty,
.autofill-data-tables div.dt-container.dt-bootstrap5 table tbody tr .dt-empty,
.autofill-data-tables div.dt-container.dt-bootstrap5 table tfoot tr .dt-empty,
.support-ticket-table div.dt-container.dt-bootstrap5 table thead tr .dt-empty,
.support-ticket-table div.dt-container.dt-bootstrap5 table tbody tr .dt-empty,
.support-ticket-table div.dt-container.dt-bootstrap5 table tfoot tr .dt-empty {
  text-align: center;
}
.datatable-init div.dt-container.dt-bootstrap5 table tbody tr td,
.datatable-advance-wrapper div.dt-container.dt-bootstrap5 table tbody tr td,
.datatable-api-wrapper div.dt-container.dt-bootstrap5 table tbody tr td,
.data-source-wrapper div.dt-container.dt-bootstrap5 table tbody tr td,
.autofill-data-tables div.dt-container.dt-bootstrap5 table tbody tr td,
.support-ticket-table div.dt-container.dt-bootstrap5 table tbody tr td {
  color: #404040;
}
.datatable-init div.dt-container.dt-bootstrap5 table thead tr th,
.datatable-init div.dt-container.dt-bootstrap5 table tfoot tr th,
.datatable-advance-wrapper div.dt-container.dt-bootstrap5 table thead tr th,
.datatable-advance-wrapper div.dt-container.dt-bootstrap5 table tfoot tr th,
.datatable-api-wrapper div.dt-container.dt-bootstrap5 table thead tr th,
.datatable-api-wrapper div.dt-container.dt-bootstrap5 table tfoot tr th,
.data-source-wrapper div.dt-container.dt-bootstrap5 table thead tr th,
.data-source-wrapper div.dt-container.dt-bootstrap5 table tfoot tr th,
.autofill-data-tables div.dt-container.dt-bootstrap5 table thead tr th,
.autofill-data-tables div.dt-container.dt-bootstrap5 table tfoot tr th,
.support-ticket-table div.dt-container.dt-bootstrap5 table thead tr th,
.support-ticket-table div.dt-container.dt-bootstrap5 table tfoot tr th {
  font-weight: 500;
}
.datatable-init div.dt-container.dt-bootstrap5 table thead tr th:hover,
.datatable-init div.dt-container.dt-bootstrap5 table tfoot tr th:hover,
.datatable-advance-wrapper div.dt-container.dt-bootstrap5 table thead tr th:hover,
.datatable-advance-wrapper div.dt-container.dt-bootstrap5 table tfoot tr th:hover,
.datatable-api-wrapper div.dt-container.dt-bootstrap5 table thead tr th:hover,
.datatable-api-wrapper div.dt-container.dt-bootstrap5 table tfoot tr th:hover,
.data-source-wrapper div.dt-container.dt-bootstrap5 table thead tr th:hover,
.data-source-wrapper div.dt-container.dt-bootstrap5 table tfoot tr th:hover,
.autofill-data-tables div.dt-container.dt-bootstrap5 table thead tr th:hover,
.autofill-data-tables div.dt-container.dt-bootstrap5 table tfoot tr th:hover,
.support-ticket-table div.dt-container.dt-bootstrap5 table thead tr th:hover,
.support-ticket-table div.dt-container.dt-bootstrap5 table tfoot tr th:hover {
  outline: unset;
}
.datatable-init div.dt-container.dt-bootstrap5 thead tr th,
.datatable-advance-wrapper div.dt-container.dt-bootstrap5 thead tr th,
.datatable-api-wrapper div.dt-container.dt-bootstrap5 thead tr th,
.data-source-wrapper div.dt-container.dt-bootstrap5 thead tr th,
.autofill-data-tables div.dt-container.dt-bootstrap5 thead tr th,
.support-ticket-table div.dt-container.dt-bootstrap5 thead tr th {
  border-bottom: 1px solid #efefef;
}
.datatable-init div.dt-container.dt-bootstrap5 tfoot tr th,
.datatable-advance-wrapper div.dt-container.dt-bootstrap5 tfoot tr th,
.datatable-api-wrapper div.dt-container.dt-bootstrap5 tfoot tr th,
.data-source-wrapper div.dt-container.dt-bootstrap5 tfoot tr th,
.autofill-data-tables div.dt-container.dt-bootstrap5 tfoot tr th,
.support-ticket-table div.dt-container.dt-bootstrap5 tfoot tr th {
  border-top: 1px solid #efefef;
}
.datatable-init div.dt-container.dt-bootstrap5 .pagination .dt-paging-button .page-link,
.datatable-advance-wrapper div.dt-container.dt-bootstrap5 .pagination .dt-paging-button .page-link,
.datatable-api-wrapper div.dt-container.dt-bootstrap5 .pagination .dt-paging-button .page-link,
.data-source-wrapper div.dt-container.dt-bootstrap5 .pagination .dt-paging-button .page-link,
.autofill-data-tables div.dt-container.dt-bootstrap5 .pagination .dt-paging-button .page-link,
.support-ticket-table div.dt-container.dt-bootstrap5 .pagination .dt-paging-button .page-link {
  color: #404040;
  background-color: var(--light-background);
  padding: calc(4px + 2 * (100vw - 320px) / 1600) calc(7px + 5 * (100vw - 320px) / 1600);
  font-size: calc(13px + 3 * (100vw - 320px) / 1600);
}
.datatable-init div.dt-container.dt-bootstrap5 .pagination .dt-paging-button .page-link:focus,
.datatable-advance-wrapper div.dt-container.dt-bootstrap5 .pagination .dt-paging-button .page-link:focus,
.datatable-api-wrapper div.dt-container.dt-bootstrap5 .pagination .dt-paging-button .page-link:focus,
.data-source-wrapper div.dt-container.dt-bootstrap5 .pagination .dt-paging-button .page-link:focus,
.autofill-data-tables div.dt-container.dt-bootstrap5 .pagination .dt-paging-button .page-link:focus,
.support-ticket-table div.dt-container.dt-bootstrap5 .pagination .dt-paging-button .page-link:focus {
  box-shadow: unset;
  border-color: unset;
}
.datatable-init div.dt-container.dt-bootstrap5 .pagination .dt-paging-button.active .page-link,
.datatable-advance-wrapper div.dt-container.dt-bootstrap5 .pagination .dt-paging-button.active .page-link,
.datatable-api-wrapper div.dt-container.dt-bootstrap5 .pagination .dt-paging-button.active .page-link,
.data-source-wrapper div.dt-container.dt-bootstrap5 .pagination .dt-paging-button.active .page-link,
.autofill-data-tables div.dt-container.dt-bootstrap5 .pagination .dt-paging-button.active .page-link,
.support-ticket-table div.dt-container.dt-bootstrap5 .pagination .dt-paging-button.active .page-link {
  color: #fff;
  background-color: var(--theme-default);
  border-color: var(--theme-default);
}

.complex-header-table thead tr th:first-child,
.complex-header-table thead tr td:first-child,
.complex-header-table tbody tr th:first-child,
.complex-header-table tbody tr td:first-child {
  min-width: 150px;
}
.complex-header-table thead tr th:nth-child(2),
.complex-header-table thead tr td:nth-child(2),
.complex-header-table tbody tr th:nth-child(2),
.complex-header-table tbody tr td:nth-child(2) {
  min-width: 230px;
}
.complex-header-table thead tr th:nth-child(4),
.complex-header-table thead tr td:nth-child(4),
.complex-header-table tbody tr th:nth-child(4),
.complex-header-table tbody tr td:nth-child(4) {
  min-width: 120px;
}

.state-saving-table thead tr th:nth-child(1),
.state-saving-table thead tr td:nth-child(1),
.state-saving-table tbody tr th:nth-child(1),
.state-saving-table tbody tr td:nth-child(1) {
  min-width: 140px;
}
.state-saving-table thead tr th:nth-child(3),
.state-saving-table thead tr td:nth-child(3),
.state-saving-table tbody tr th:nth-child(3),
.state-saving-table tbody tr td:nth-child(3) {
  min-width: 130px;
}
.state-saving-table thead tr th:nth-child(5),
.state-saving-table thead tr td:nth-child(5),
.state-saving-table tbody tr th:nth-child(5),
.state-saving-table tbody tr td:nth-child(5) {
  min-width: 120px;
}

.callback-table thead tr th:first-child,
.callback-table thead tr td:first-child,
.callback-table tbody tr th:first-child,
.callback-table tbody tr td:first-child {
  min-width: 165px;
}
.callback-table thead tr th:nth-child(5),
.callback-table thead tr td:nth-child(5),
.callback-table tbody tr th:nth-child(5),
.callback-table tbody tr td:nth-child(5) {
  min-width: 150px;
}

table.selection-deletion.dataTable tbody tr.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(82, 82, 108, 0.2) !important;
}
table.selection-deletion.dataTable tbody tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(82, 82, 108, 0.2) !important;
}

.add-row-table thead tr th,
.add-row-table thead tr td,
.add-row-table tbody tr th,
.add-row-table tbody tr td {
  min-width: 118px;
}

.child-row-table thead tr th:first-child,
.child-row-table thead tr td:first-child,
.child-row-table tbody tr th:first-child,
.child-row-table tbody tr td:first-child {
  min-width: 75px;
}
.child-row-table thead tr th:nth-child(2),
.child-row-table thead tr td:nth-child(2),
.child-row-table tbody tr th:nth-child(2),
.child-row-table tbody tr td:nth-child(2) {
  min-width: 160px;
}
.child-row-table thead tr th:nth-child(3),
.child-row-table thead tr td:nth-child(3),
.child-row-table tbody tr th:nth-child(3),
.child-row-table tbody tr td:nth-child(3) {
  min-width: 210px;
}
.child-row-table thead tr th:nth-child(4),
.child-row-table thead tr td:nth-child(4),
.child-row-table tbody tr th:nth-child(4),
.child-row-table tbody tr td:nth-child(4) {
  min-width: 128px;
}

.row-selection-table thead tr th:first-child,
.row-selection-table thead tr td:first-child,
.row-selection-table tbody tr th:first-child,
.row-selection-table tbody tr td:first-child {
  min-width: 175px;
}
.row-selection-table thead tr th:nth-child(2),
.row-selection-table thead tr td:nth-child(2),
.row-selection-table tbody tr th:nth-child(2),
.row-selection-table tbody tr td:nth-child(2) {
  min-width: 180px;
}
.row-selection-table thead tr th:nth-child(3),
.row-selection-table thead tr td:nth-child(3),
.row-selection-table tbody tr th:nth-child(3),
.row-selection-table tbody tr td:nth-child(3) {
  min-width: 160px;
}
.row-selection-table thead tr th:nth-child(4),
.row-selection-table thead tr td:nth-child(4),
.row-selection-table tbody tr th:nth-child(4),
.row-selection-table tbody tr td:nth-child(4) {
  min-width: 130px;
}

.custom-filtering-table thead tr th:nth-child(3),
.custom-filtering-table thead tr td:nth-child(3),
.custom-filtering-table tbody tr th:nth-child(3),
.custom-filtering-table tbody tr td:nth-child(3) {
  min-width: 125px;
}

.dom-source-data thead tr th:first-child,
.dom-source-data thead tr td:first-child,
.dom-source-data tbody tr th:first-child,
.dom-source-data tbody tr td:first-child {
  min-width: 170px;
}
.dom-source-data thead tr th:nth-child(2),
.dom-source-data thead tr td:nth-child(2),
.dom-source-data tbody tr th:nth-child(2),
.dom-source-data tbody tr td:nth-child(2) {
  min-width: 230px;
}
.dom-source-data thead tr th:nth-child(4),
.dom-source-data thead tr td:nth-child(4),
.dom-source-data tbody tr th:nth-child(4),
.dom-source-data tbody tr td:nth-child(4) {
  min-width: 120px;
}

.ajax-table thead tr th:first-child,
.ajax-table thead tr td:first-child,
.ajax-table tbody tr th:first-child,
.ajax-table tbody tr td:first-child {
  min-width: 150px;
}
.ajax-table thead tr th:nth-child(2),
.ajax-table thead tr td:nth-child(2),
.ajax-table tbody tr th:nth-child(2),
.ajax-table tbody tr td:nth-child(2) {
  min-width: 230px;
}
.ajax-table thead tr th:nth-child(5),
.ajax-table thead tr td:nth-child(5),
.ajax-table tbody tr th:nth-child(5),
.ajax-table tbody tr td:nth-child(5) {
  min-width: 130px;
}

.js-source-table thead tr th:first-child,
.js-source-table thead tr td:first-child,
.js-source-table tbody tr th:first-child,
.js-source-table tbody tr td:first-child {
  min-width: 150px;
}
.js-source-table thead tr th:nth-child(2),
.js-source-table thead tr td:nth-child(2),
.js-source-table tbody tr th:nth-child(2),
.js-source-table tbody tr td:nth-child(2) {
  min-width: 230px;
}
.js-source-table thead tr th:nth-child(3), .js-source-table thead tr th:nth-child(5),
.js-source-table thead tr td:nth-child(3),
.js-source-table thead tr td:nth-child(5),
.js-source-table tbody tr th:nth-child(3),
.js-source-table tbody tr th:nth-child(5),
.js-source-table tbody tr td:nth-child(3),
.js-source-table tbody tr td:nth-child(5) {
  min-width: 130px;
}

.server-side-table thead tr th:first-child,
.server-side-table thead tr td:first-child,
.server-side-table tbody tr th:first-child,
.server-side-table tbody tr td:first-child {
  min-width: 125px;
}
.server-side-table thead tr th:nth-child(2),
.server-side-table thead tr td:nth-child(2),
.server-side-table tbody tr th:nth-child(2),
.server-side-table tbody tr td:nth-child(2) {
  min-width: 130px;
}
.server-side-table thead tr th:nth-child(3),
.server-side-table thead tr td:nth-child(3),
.server-side-table tbody tr th:nth-child(3),
.server-side-table tbody tr td:nth-child(3) {
  min-width: 195px;
}
.server-side-table thead tr th:nth-child(4),
.server-side-table thead tr td:nth-child(4),
.server-side-table tbody tr th:nth-child(4),
.server-side-table tbody tr td:nth-child(4) {
  min-width: 120px;
}
.server-side-table thead tr th:nth-child(5),
.server-side-table thead tr td:nth-child(5),
.server-side-table tbody tr th:nth-child(5),
.server-side-table tbody tr td:nth-child(5) {
  min-width: 120px;
}

.keytable-table thead tr th:first-child,
.keytable-table thead tr td:first-child,
.keytable-table tbody tr th:first-child,
.keytable-table tbody tr td:first-child {
  min-width: 175px;
}
.keytable-table thead tr th:nth-child(2),
.keytable-table thead tr td:nth-child(2),
.keytable-table tbody tr th:nth-child(2),
.keytable-table tbody tr td:nth-child(2) {
  min-width: 195px;
}
.keytable-table thead tr th:nth-child(3),
.keytable-table thead tr td:nth-child(3),
.keytable-table tbody tr th:nth-child(3),
.keytable-table tbody tr td:nth-child(3) {
  min-width: 152px;
}
.keytable-table thead tr th:nth-child(4),
.keytable-table thead tr td:nth-child(4),
.keytable-table tbody tr th:nth-child(4),
.keytable-table tbody tr td:nth-child(4) {
  min-width: 120px;
}

.multi-level-table thead tr th:first-child,
.multi-level-table thead tr td:first-child,
.multi-level-table tbody tr th:first-child,
.multi-level-table tbody tr td:first-child {
  min-width: 95px;
}
.multi-level-table thead tr th:nth-child(2),
.multi-level-table thead tr td:nth-child(2),
.multi-level-table tbody tr th:nth-child(2),
.multi-level-table tbody tr td:nth-child(2) {
  min-width: 208px;
}
.multi-level-table thead tr th:nth-child(3),
.multi-level-table thead tr td:nth-child(3),
.multi-level-table tbody tr th:nth-child(3),
.multi-level-table tbody tr td:nth-child(3) {
  min-width: 108px;
}
.multi-level-table thead tr th:nth-child(4),
.multi-level-table thead tr td:nth-child(4),
.multi-level-table tbody tr th:nth-child(4),
.multi-level-table tbody tr td:nth-child(4) {
  min-width: 120px;
}

.header-footer-table thead tr th:first-child,
.header-footer-table thead tr td:first-child,
.header-footer-table tbody tr th:first-child,
.header-footer-table tbody tr td:first-child {
  min-width: 155px;
}
.header-footer-table thead tr th:nth-child(2),
.header-footer-table thead tr td:nth-child(2),
.header-footer-table tbody tr th:nth-child(2),
.header-footer-table tbody tr td:nth-child(2) {
  min-width: 165px;
}
.header-footer-table thead tr th:nth-child(3),
.header-footer-table thead tr td:nth-child(3),
.header-footer-table tbody tr th:nth-child(3),
.header-footer-table tbody tr td:nth-child(3) {
  min-width: 132px;
}
.header-footer-table thead tr th:nth-child(4),
.header-footer-table thead tr td:nth-child(4),
.header-footer-table tbody tr th:nth-child(4),
.header-footer-table tbody tr td:nth-child(4) {
  min-width: 80px;
}
.header-footer-table thead tr th:nth-child(5),
.header-footer-table thead tr td:nth-child(5),
.header-footer-table tbody tr th:nth-child(5),
.header-footer-table tbody tr td:nth-child(5) {
  min-width: 120px;
}

.html-expert-table .pagination {
  justify-content: flex-end;
}
.html-expert-table thead tr th:first-child,
.html-expert-table thead tr td:first-child,
.html-expert-table tbody tr th:first-child,
.html-expert-table tbody tr td:first-child {
  min-width: 155px;
}
.html-expert-table thead tr th:nth-child(2),
.html-expert-table thead tr td:nth-child(2),
.html-expert-table tbody tr th:nth-child(2),
.html-expert-table tbody tr td:nth-child(2) {
  min-width: 235px;
}
.html-expert-table thead tr th:nth-child(3),
.html-expert-table thead tr td:nth-child(3),
.html-expert-table tbody tr th:nth-child(3),
.html-expert-table tbody tr td:nth-child(3) {
  min-width: 132px;
}
.html-expert-table thead tr th:nth-child(4),
.html-expert-table thead tr td:nth-child(4),
.html-expert-table tbody tr th:nth-child(4),
.html-expert-table tbody tr td:nth-child(4) {
  min-width: 80px;
}
.html-expert-table thead tr th:nth-child(5),
.html-expert-table thead tr td:nth-child(5),
.html-expert-table tbody tr th:nth-child(5),
.html-expert-table tbody tr td:nth-child(5) {
  min-width: 120px;
}

.row-selection thead tr th:first-child,
.row-selection thead tr td:first-child,
.row-selection tbody tr th:first-child,
.row-selection tbody tr td:first-child {
  min-width: 224px;
}
.row-selection thead tr th:nth-child(2),
.row-selection thead tr td:nth-child(2),
.row-selection tbody tr th:nth-child(2),
.row-selection tbody tr td:nth-child(2) {
  min-width: 200px;
}
.row-selection thead tr th:nth-child(3),
.row-selection thead tr td:nth-child(3),
.row-selection tbody tr th:nth-child(3),
.row-selection tbody tr td:nth-child(3) {
  min-width: 132px;
}
.row-selection thead tr th:nth-child(4),
.row-selection thead tr td:nth-child(4),
.row-selection tbody tr th:nth-child(4),
.row-selection tbody tr td:nth-child(4) {
  min-width: 65px;
}
.row-selection thead tr th:nth-child(6),
.row-selection thead tr td:nth-child(6),
.row-selection tbody tr th:nth-child(6),
.row-selection tbody tr td:nth-child(6) {
  min-width: 114px;
}

.support-ticket-table thead tr th:first-child,
.support-ticket-table thead tr td:first-child,
.support-ticket-table tbody tr th:first-child,
.support-ticket-table tbody tr td:first-child {
  min-width: 224px;
}
.support-ticket-table thead tr th:nth-child(2),
.support-ticket-table thead tr td:nth-child(2),
.support-ticket-table tbody tr th:nth-child(2),
.support-ticket-table tbody tr td:nth-child(2) {
  min-width: 200px;
}
.support-ticket-table thead tr th:nth-child(3),
.support-ticket-table thead tr td:nth-child(3),
.support-ticket-table tbody tr th:nth-child(3),
.support-ticket-table tbody tr td:nth-child(3) {
  min-width: 132px;
}
.support-ticket-table thead tr th:nth-child(4),
.support-ticket-table thead tr td:nth-child(4),
.support-ticket-table tbody tr th:nth-child(4),
.support-ticket-table tbody tr td:nth-child(4) {
  min-width: 65px;
}
.support-ticket-table thead tr th:nth-child(5),
.support-ticket-table thead tr td:nth-child(5),
.support-ticket-table tbody tr th:nth-child(5),
.support-ticket-table tbody tr td:nth-child(5) {
  min-width: 120px;
}

#batchDelete .jsgrid-grid-header tr th:first-child,
#batchDelete .jsgrid-grid-header tr td:first-child,
#batchDelete .jsgrid-grid-body tr th:first-child,
#batchDelete .jsgrid-grid-body tr td:first-child {
  min-width: 130px;
  width: 130px !important;
}

.autofill-data-tables .dt-ext table.keytable-table tbody tr td.focus {
  outline: 2px solid var(--theme-default);
}
.autofill-data-tables .dt-ext .dt-autofill-handle {
  background: var(--theme-default);
}

div.dt-rowReorder-float-parent {
  outline: 2px solid var(--theme-default) !important;
}

div.dt-button-background {
  display: none !important;
}
div.DTS div.dataTables_scrollBody table {
  z-index: 1;
}
div .table-avtar {
  height: 32px;
  margin-right: 10px;
}
[dir=rtl] div .table-avtar {
  margin-right: unset;
  margin-left: 10px;
}
div .action {
  display: flex;
}
div .action i {
  font-size: 16px;
}
div .action .pdf i {
  font-size: 20px;
  color: #fc564a;
}
div .action .edit {
  margin-right: 5px;
}
div .action .edit i {
  color: #65c15c;
}
[dir=rtl] div .action .edit {
  margin-left: 5px;
}
div .action .delete i {
  color: #fc564a;
}

#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 #e9edf1;
}
.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: #fff;
}
.dataTables_wrapper + .dataTables_wrapper {
  margin-top: 20px;
}
.dataTables_wrapper .dataTables_paginate {
  margin-left: 15px !important;
  border: 1px solid #f4f4f4;
  border-radius: 0.25rem;
  padding-top: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  margin: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background: var(--theme-default);
  color: #fff !important;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: 1px solid var(--theme-default);
  color: #3f475a !important;
  background: transparent !important;
}
.dataTables_wrapper .dataTables_length {
  margin-bottom: 30px;
}
.dataTables_wrapper .dataTables_length select {
  border-color: #f4f4f4;
  color: #3f475a;
  padding: 0 10px;
  margin: 0 10px;
  height: 2.7142em;
  background-color: #fff;
}
.dataTables_wrapper table.dataTable {
  border: 1px solid #efefef;
}
.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: 2px solid #efefef;
}
.dataTables_wrapper table.dataTable th,
.dataTables_wrapper table.dataTable td {
  padding: 0.75rem;
}
.dataTables_wrapper .dataTables_filter {
  margin-bottom: 25px;
  margin-left: 15px;
}
.dataTables_wrapper .dataTables_filter input[type=search] {
  border: 1px solid #efefef;
  padding: 0 10px;
  margin-left: 10px;
  height: 37px;
  border-radius: 0;
}

.dataTables_scrollHeadInner {
  width: 100% !important;
}

table .fixedHeader-floating {
  position: fixed !important;
  background-color: #fff;
}
table .box > div {
  padding: 5px 15px;
  background-color: var(--theme-default);
  display: inline-block;
  color: #fff;
  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 #efefef;
  height: 37px;
}

.user-datatable tr td:first-child,
.user-datatable tr th:first-child {
  min-width: 198px;
}
.user-datatable tr td:nth-child(2),
.user-datatable tr th:nth-child(2) {
  min-width: 190px;
}
.user-datatable tr td:nth-child(5),
.user-datatable tr th:nth-child(5) {
  min-width: 130px;
}

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

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

code.option {
  color: #fc564a !important;
}
code.api {
  color: #65c15c !important;
}

.dt-ext .dataTables_wrapper .page-item.active .page-link {
  background-color: var(--theme-default) !important;
  border-color: var(--theme-default) !important;
  color: #fff;
}
.dt-ext .dataTables_wrapper .dataTables_paginate {
  border: none;
}
.dt-ext .dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0;
  border: none;
}
.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: #fff;
  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: #65c15c;
  border-color: #65c15c;
}
.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: #fc564a;
  border-color: #fc564a;
}
.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: white;
}
.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: white;
}
.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: white;
}
.dt-ext .dataTables_wrapper table.dataTable tbody > tr.selected,
.dt-ext .dataTables_wrapper table.dataTable tbody > tr > .selected {
  background-color: white;
}

td.highlight {
  background-color: #f4f4f4 !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 {
  font-weight: 600;
  color: #3f475a;
}

table.dataTable.display tbody tr.odd > .sorting_1 {
  background-color: #fdfeff;
}
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;
}

/**=====================
     2.12 Datatable CSS Ends
==========================**/
/**=====================
    2.13 Data picker CSS Start
==========================**/
.datepicker {
  z-index: 99;
}

.datepicker--day-name {
  color: #108be9;
  font-weight: bold;
}

.datepicker--cell.-current- {
  color: #000;
  border-radius: 5px;
  font-weight: bold;
  border: 2px solid var(--theme-default);
}
.datepicker--cell.-focus- {
  background: var(--theme-default);
  color: #fff;
}
.datepicker--cell.-selected- {
  background: var(--theme-default) !important;
}
.datepicker--cell-day {
  width: 14.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;
}

.bootstrap-calendar .form-control {
  font-size: 14px;
  color: #898989;
}

.clockpicker-popover {
  border: none;
  box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
  z-index: 7;
}
.clockpicker-popover .popover-content {
  background-color: rgba(16, 139, 233, 0.05);
}

.clockpicker-canvas-bg {
  fill: white;
}

.clockpicker-tick:hover {
  color: inherit;
  background-color: white;
}

.calendar-basic .md-sidebar-aside {
  background-color: #fff;
}
.calendar-basic #external-events {
  padding: 20px;
  border: 1px solid #d7e2e9;
}
.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-event-main-frame {
  padding: 2px 6px;
  font-size: 13px;
}
.calendar-basic .calendar-default .fc .fc-highlight {
  background: #e8e5ff;
}
.calendar-basic .calendar-default .fc-daygrid-dot-event {
  font-size: 13px;
}
.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: #404040;
  font-weight: 500;
}
.calendar-basic .calendar-default .fc .fc-button:focus {
  box-shadow: unset;
}
.calendar-basic .calendar-default .fc .fc-button .fc-icon {
  height: 23px;
}
.calendar-basic .calendar-default .fc-h-event {
  padding: 2px;
  background-color: #108be9;
  border: 1px solid #108be9;
}
.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(16, 139, 233, 0.5);
}

.main-inline-calender.input-group {
  flex-direction: column;
}
.main-inline-calender.input-group .form-control {
  width: 100%;
  border-radius: 6px !important;
}
.main-inline-calender.input-group .form-control:focus {
  box-shadow: unset;
  border-color: var(--recent-border);
}
.main-inline-calender.input-group .flatpickr-calendar.inline {
  width: 100%;
  border-radius: 6px !important;
}
.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.prevMonthDay, .main-inline-calender.input-group .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day.nextMonthDay {
  color: rgba(82, 82, 108, 0.6);
}
.main-inline-calender.input-group .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day:hover {
  background: var(--theme-default) !important;
  color: #fff !important;
}

.flatpickr-day.selected,
.flatpickr-day .endRange {
  background-color: var(--theme-default) !important;
  border-color: var(--theme-default) !important;
}
.flatpickr-day.selected:hover,
.flatpickr-day .endRange:hover {
  background-color: var(--theme-default) !important;
  border-color: var(--theme-default) !important;
}

.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;
}
.flatpickr-calendar.rangeMode .flatpickr-days .dayContainer .flatpickr-day.endRange {
  border-color: var(--theme-default);
  background-color: var(--theme-default);
}

@media (max-width: 768px) {
  .flatpicker-calender .form-control {
    font-size: 14px;
  }
}

.timepicker-wrapper .row {
  margin-bottom: 16px;
}
.timepicker-wrapper .row:last-child {
  margin-bottom: 0;
}
.timepicker-wrapper .row .input-group .form-control {
  font-size: 14px;
  color: #898989;
}
.timepicker-wrapper .row .input-group .form-control.input {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

/**=====================
   2.13 Data picker CSS End
==========================**/
/**=====================
	2.14 Dropdown CSS Start
==========================**/
.img-cropper .dropup .dropdown-toggle::after {
  content: "";
  display: none;
}

.dropdown-divider {
  margin: 0;
}

.dropdown .dropdown-toggle {
  background-color: rgba(16, 139, 233, 0.08);
  color: #108be9;
  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: "Font Awesome 6 Free";
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.dropdown .dropdown-toggle.show {
  border-color: transparent;
}
.dropdown .dropdown-toggle.btn-primary {
  color: #fff;
}
.dropdown .dropdown-toggle:focus, .dropdown .dropdown-toggle:active {
  border: 1px solid transparent;
}
.dropdown.custom-dropdown .dropdown-toggle {
  border-radius: 3px;
  border: 1px solid rgba(82, 82, 108, 0.2);
  background-color: transparent;
  color: var(--body-font-color);
  font-weight: 500;
}
.dropdown.custom-dropdown .dropdown-toggle::after {
  color: var(--theme-default);
}
.dropdown.custom-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #F7F8F9;
  color: var(--theme-default);
  opacity: 1;
}
.dropdown .dropdown-menu {
  font-family: Rubik, sans-serif;
  border-radius: 0px;
}

.docs-toggles .dropdown .dropdown-toggle {
  width: auto;
}
.docs-toggles .dropdown .dropdown-menu .dropdown-item .form-check .form-check-input:focus {
  box-shadow: unset;
  border-color: #52526c;
}

.nav-tabs .dropdown .dropdown-toggle {
  width: 120px;
}
@media only screen and (max-width: 575.98px) {
  .nav-tabs .dropdown .dropdown-toggle {
    width: 100%;
    text-align: center;
  }
}

.icon-dropdown .dropdown-toggle {
  background: transparent;
  color: #75758a;
  padding: 0;
  width: auto;
  z-index: 1;
  position: relative;
}
.icon-dropdown .dropdown-toggle i {
  font-size: 16px;
}
.icon-dropdown .dropdown-toggle::after {
  display: none;
}
.icon-dropdown .dropdown-item {
  line-height: 1.5;
}

.dropdown-basic {
  margin-bottom: -10px;
}
.dropdown-basic .btn-group .btn-round {
  border-radius: 50px;
}
.dropdown-basic .separated-btn {
  margin-left: -6px;
}
[dir=rtl] .dropdown-basic .separated-btn {
  margin-left: unset;
  margin-right: -6px;
}
.dropdown-basic .separated-btn .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 10px;
}
.dropdown-basic .separated-btn.dropdown {
  margin-bottom: 0;
}
.dropdown-basic button {
  max-height: 43px;
}
.dropdown-basic .dropdown {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.dropdown-basic .dropdown .dropbtn {
  color: #fff;
  padding: 12px 35px;
  border: none;
  cursor: pointer;
}
.dropdown-basic .dropdown-content a:hover {
  background-color: #f1f1f1;
}
.dropdown-basic .dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-block li .dropdown-item:hover {
  background-color: #cccccc;
}
.dropdown-block li .helper-truncate:hover {
  background-color: unset !important;
}

.dropdown-basic .dropdown .dropdown-content a:hover {
  background-color: #cccccc !important;
}

.dropdown-menu .input-group {
  background-color: unset;
  padding: 6px 12px;
  border-top: 1px solid #efefef;
  background-color: var(--white);
  opacity: 0.6;
}
.dropdown-menu .input-group:hover, .dropdown-menu .input-group:active {
  background-color: #cccccc;
}
.dropdown-menu .input-group .input-group-text {
  background-color: unset;
  border: none;
}

.dark-form .form-label {
  color: var(--chart-text-color);
}
.dark-form .form-control {
  border: 1px solid var(--chart-text-color) !important;
}
.dark-form .form-check .form-check-input {
  border: 1px solid var(--chart-text-color);
}
.dark-form .form-check .form-check-label {
  color: var(--chart-text-color);
}
.dark-form h6 {
  color: var(--chart-text-color);
}
.dark-form p.dropdown-item {
  padding: 7px 0 0 0;
  border-top: 1px solid var(--chart-dashed-border);
}
.dark-form .helper-truncate {
  color: var(--chart-text-color);
  background-color: transparent;
}

.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;
}
[dir=rtl] .dropdown-toggle::after {
  margin-left: unset;
  margin-right: 8px;
}

.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;
}
[dir=rtl] .dropstart .dropdown-toggle::before {
  margin-left: 8px;
  margin-right: unset;
}

.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;
}
[dir=rtl] .dropup .dropdown-toggle::after {
  margin-left: unset;
  margin-right: 8px;
}

.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;
}
[dir=rtl] .dropend .dropdown-toggle::after {
  margin-left: unset;
  margin-right: 8px;
}

.form-wrapper {
  width: 260px;
}

@media (max-width: 400px) {
  .dropdown-menu .helper-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.dropdown-menu .form-control::placeholder {
  color: #999999;
  font-size: 14px;
}

.dark-dropdown .dropdown-block li .dropdown-item:hover, .dark-dropdown .dropdown-block li .dropdown-item.active {
  background-color: #3f475a;
  color: #fff;
}

btn-group .dropdown-wrapper {
  z-index: 2;
}
btn-group .dropdown-wrapper .input-group .input-group-text {
  padding: 0px 8px 0px 0px;
}
[dir=rtl] btn-group .dropdown-wrapper .input-group .input-group-text {
  padding: 0px 0px 0px 8px;
}

.helper-cards .common-flex .btn-group .dropdown-menu li .dropdown-item:hover {
  background-color: transparent;
}

.dropdown-option .dropdown .dropdown-toggle {
  color: #fff;
}
.dropdown-option .dropdown .dropdown-toggle::after {
  font-size: 14px;
}

[dir=rtl] .rtl-dropdown .dropdown-menu li .dropdown-item {
  text-align: right;
}
.rtl-dropdown .dropdown-menu.show .form-control {
  color: #52526c;
}
[dir=rtl] .rtl-dropdown .btn-group .dropdown-menu {
  text-align: right;
}

.heading-dropdown .dropdown-menu > li:first-child > a {
  border-bottom: 4px solid var(--recent-border);
  border-top: 0;
  background-color: #d7e2e9;
}

.split-dropdown .dropdown-basic .btn-group .dropdown-menu .dropdown-item a {
  color: #2b2b2b;
  font-size: 13px;
  padding: initial;
  background: transparent;
}

/**=====================
	2.14 Dropdown CSS Ends
==========================**/
/**=====================
    2.15 Form-input CSS Start
==========================**/
.icon-addon .addon-md .fa, .icon-addon .addon-md .glyphicon {
  position: absolute;
  z-index: 2;
  left: 10px;
  font-size: 14px;
  width: 20px;
  margin-left: -2.5px;
  text-align: center;
  padding: 10px 0;
  top: 1px;
}

.icon-addon .glyphicon,
.icon-addon .fa {
  position: absolute;
  z-index: 2;
  left: 10px;
  font-size: 14px;
  width: 20px;
  margin-left: -2.5px;
  text-align: center;
  padding: 10px 0;
  top: 1px;
}

.input-group-square .input-group-text,
.input-group-square .form-control {
  border-radius: 0;
}

.input-group-air {
  box-shadow: 0 3px 20px 0 #efefef;
}

.icon-addon {
  position: relative;
  color: #4c5667;
  display: block;
}
.icon-addon:after {
  display: table;
  content: "";
  clear: both;
}
.icon-addon:before {
  display: table;
  content: "";
}
.icon-addon .addon-md .form-control {
  padding-left: 30px;
  float: left;
  font-weight: normal;
}
.icon-addon .form-control {
  padding-left: 30px;
  float: left;
  font-weight: normal;
}
.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;
}

.main-custom-form label {
  margin-bottom: 0;
}
.main-custom-form .form-select:focus {
  box-shadow: unset;
  border-color: var(--recent-border);
}
.main-custom-form .dropdown-menu {
  z-index: 3;
}
.main-custom-form .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;
}
.main-custom-form .form-select,
.main-custom-form .form-control {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
.main-custom-form .input-group-text {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
@media (max-width: 338px) {
  .main-custom-form .dropdown-toggle.btn {
    padding: 6px 11px;
  }
}

.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;
}
.main-segment-btn .dropdown-menu {
  z-index: 3;
}

#exampleDataList::-webkit-calendar-picker-indicator:hover, #exampleDataList::-webkit-calendar-picker-indicator:focus {
  display: none;
}

.form-control-color {
  max-width: 70rem;
}

.select2-container--default .select2-selection--single {
  border: 1px dashed #cccccc;
}
.select2-container--default .select2-results__option--highlighted {
  background-color: #108be9 !important;
}

.theme-form select.form-select option {
  padding: 8px 10px;
  border-radius: 100px;
}

.input-radius .form-control:focus {
  box-shadow: unset;
  border-color: var(--recent-border);
}
.input-radius .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;
}

.floating-wrapper .form-floating .form-control {
  height: 54px;
}

/**=====================
    2.15 Form-input CSS Ends
	==========================**/
/**=====================
    2.16 Form-wizard CSS Start
==========================**/
/*Form Wizard One Start*/
.form-wizard .tab {
  display: none;
}
.form-wizard .step {
  width: 10px;
  height: 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);
}

/*Form Wizard One ends*/
/*Form Wizard Four Start*/
.wizard-4 .action-bar {
  position: absolute;
  bottom: 50px;
  right: 50px;
}
[dir=rtl] .wizard-4 .action-bar {
  right: unset;
  left: 50px;
}
.wizard-4 .action-bar .btn {
  float: right;
  margin: 0 5px;
  background-color: #e3e0ff !important;
  border-color: #e3e0ff !important;
  color: var(--theme-default);
}
.wizard-4 .action-bar .buttonDisabled {
  color: #59667a;
  background-color: rgba(89, 102, 122, 0.05) !important;
  border: 1px solid rgba(89, 102, 122, 0.05) !important;
  cursor: text;
}
.wizard-4 .step-container {
  background: #f8f9fe;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0 solid #e8ebf2;
  overflow: hidden;
  clear: right;
  width: 70%;
}
.wizard-4 .step-container div.content {
  display: block;
  position: absolute;
  float: left;
  text-align: left;
  overflow: auto;
  z-index: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
}
[dir=rtl] .wizard-4 .step-container div.content {
  text-align: unset;
  text-align: right;
}
.wizard-4 .step-container div.content .wizard-title {
  width: 450px;
  margin: 0 auto;
}
.wizard-4 .loader {
  display: none;
}
.wizard-4 .msg-box {
  position: fixed;
  display: none;
  padding: 5px 10px;
  background-color: #a299ff;
  top: 30px;
  border-radius: 5px;
  right: 60px;
  padding: 10px 20px;
}
.wizard-4 .msg-box .content {
  padding: 0;
  float: left;
  padding-top: 3px;
  color: #fff;
}
.wizard-4 .msg-box .close {
  color: #fff;
  margin-left: 10px;
  opacity: 1;
  font-size: 18px;
  line-height: 1.4;
}
[dir=rtl] .wizard-4 .msg-box .close {
  margin-right: 10px;
  margin-left: unset;
}
.wizard-4 ul.anchor {
  float: left;
  width: 30%;
  height: calc(100vh - 300px);
  padding: 40px 30px;
  overflow: auto;
}
.wizard-4 ul.anchor .disabled {
  opacity: 0.7;
  color: #59667a;
}
.wizard-4 ul.anchor .disabled h4 {
  background-color: rgba(89, 102, 122, 0.15);
}
.wizard-4 ul.anchor .logo {
  padding-bottom: 20px;
}
.wizard-4 ul.anchor li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  padding-bottom: 19px;
  float: left;
  clear: both;
  width: 100%;
  box-sizing: border-box;
  z-index: 0;
}
.wizard-4 ul.anchor li + li a {
  padding-left: 80px;
}
[dir=rtl] .wizard-4 ul.anchor li + li a {
  padding-left: unset;
  padding-right: 80px;
}
.wizard-4 ul.anchor li:last-child {
  position: absolute;
  bottom: 0;
  width: auto;
  padding-bottom: 0;
  left: 9%;
}
[dir=rtl] .wizard-4 ul.anchor li:last-child {
  left: unset;
  right: 9%;
}
.wizard-4 ul.anchor li:last-child img {
  height: 300px;
}
@media (max-width: 1199px) {
  .wizard-4 ul.anchor li:last-child img {
    height: 220px;
  }
}
.wizard-4 ul.anchor li h4 {
  display: inline-block;
  background-color: rgba(16, 139, 233, 0.2);
  padding: 16px 23px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 6px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
[dir=rtl] .wizard-4 ul.anchor li h4 {
  left: unset;
  right: 0;
}
.wizard-4 ul.anchor li a {
  display: block;
  position: relative;
  float: left;
  margin: 0;
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  outline-style: none;
  z-index: 1;
  font-size: 18px;
}
.wizard-4 ul.anchor li a small {
  display: block;
  font-size: 14px;
}
.wizard-4 ul.anchor li a .stepNumber {
  position: relative;
  float: left;
  width: 30px;
  text-align: center;
  padding: 5px;
  padding-top: 0;
}
.wizard-4 ul.anchor li a.done h4 {
  color: #fff;
  background: var(--theme-default);
}
.wizard-4 ul.anchor li a.done h4:before {
  font-size: 12px;
  position: absolute;
  left: 5px;
  top: -3px;
  content: "\e64c";
  font-family: "themify";
  background-color: #fff;
  color: var(--theme-default);
  border-radius: 15px;
  padding: 2px;
  border: 1px solid;
}
.wizard-4 ul.anchor li a.error {
  color: #898989;
  background: #fe8a7d;
  border: 1px solid #fc564a;
}
.wizard-4 ul.anchor li a.error:hover {
  color: #000;
}

.wizard {
  max-width: 670px;
  margin: 0 auto;
}
.wizard .wizard-content {
  box-shadow: unset;
  background-color: #fff;
  border-radius: 5px;
}

.vertical-main-wizard .header-vertical-wizard {
  background-color: var(--light-background);
  height: 100%;
  text-align: unset;
}
.vertical-main-wizard .header-vertical-wizard .nav-link {
  border-bottom: 1px solid var(--recent-border);
  border-radius: 0;
  padding: 18px;
}
.vertical-main-wizard .header-vertical-wizard .nav-link:last-child {
  border-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;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  border-radius: 50%;
  position: relative;
  border: 1px solid #52526c;
}
.vertical-main-wizard .nav-link .vertical-wizard .stroke-icon-wizard i {
  margin-right: 0;
  color: #52526c;
}
.vertical-main-wizard .nav-link .vertical-wizard .vertical-wizard-content h6 {
  font-weight: 400;
  line-height: 1;
  color: var(--body-font-color);
}
.vertical-main-wizard .nav-link .vertical-wizard .vertical-wizard-content p {
  color: var(--chart-text-color);
}
.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);
  border: 1px solid 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: #fff;
  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 #108be9;
}
.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(--theme-default);
}
.vertical-main-wizard .form-check .form-check-label {
  margin-bottom: 0;
}
.vertical-main-wizard .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;
}

.basic-wizard .stepper-horizontal {
  display: flex;
  width: 100%;
  margin: 0 auto;
  overflow: auto;
  margin-bottom: calc(14px + 10 * (100vw - 320px) / 1600);
}
.basic-wizard .stepper-horizontal .step {
  position: relative;
  padding-inline: 24px;
  z-index: 2;
  width: 100%;
}
.basic-wizard .stepper-horizontal .step:first-child {
  padding-left: 0;
}
[dir=rtl] .basic-wizard .stepper-horizontal .step:first-child {
  padding-left: 24px;
  padding-right: 0;
}
.basic-wizard .stepper-horizontal .step:last-child {
  padding-right: 0;
}
[dir=rtl] .basic-wizard .stepper-horizontal .step:last-child {
  padding-right: 24px;
  padding-left: 0;
}
.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: 1.8;
  font-size: 16px;
  font-weight: 600;
  z-index: 2;
  border: 2px solid #cccccc;
  background: var(--white);
}
.basic-wizard .stepper-horizontal .step.done .step-circle {
  background-color: var(--white);
  border: 2px solid #75758a;
  color: #108be9;
  z-index: 4;
  position: relative;
}
.basic-wizard .stepper-horizontal .step.done .step-circle:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  content: "\f00c";
}
.basic-wizard .stepper-horizontal .step.done .step-circle * {
  display: none;
}
.basic-wizard .stepper-horizontal .step.done .step-title {
  color: #75758a;
}
.basic-wizard .stepper-horizontal .step.editing .step-circle {
  background: var(--white);
  border-color: #75758a;
  color: var(--theme-default);
}
.basic-wizard .stepper-horizontal .step .step-title {
  margin-top: 8px;
  font-size: 16px;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  white-space: nowrap;
  color: var(--chart-text-color);
}
.basic-wizard .stepper-horizontal .step .step-title,
.basic-wizard .stepper-horizontal .step .step-optional {
  text-align: center;
}
.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(--view-border-marker);
  border: solid var(--view-border-marker);
  border-width: 2px 0;
}
.basic-wizard .stepper-horizontal .step .step-bar-left {
  width: 100%;
  left: 50%;
  z-index: -1;
}
[dir=rtl] .basic-wizard .stepper-horizontal .step .step-bar-left {
  left: unset;
  right: 50%;
}
.basic-wizard .stepper-horizontal .step .step-bar-right {
  width: 0;
  left: 50%;
  z-index: -1;
  transition: width 500ms ease-in-out;
}
[dir=rtl] .basic-wizard .stepper-horizontal .step .step-bar-right {
  right: 50%;
  left: unset;
}
.basic-wizard .stepper-horizontal .step.done .step-bar-right {
  background-color: var(--theme-default);
  border-color: var(--theme-default);
  z-index: 3;
  width: 100%;
}
.basic-wizard form.none {
  display: none;
}
.basic-wizard form.block {
  display: block;
}
.basic-wizard form .form-check-label {
  margin-bottom: 0;
}

.important-validation .form-label span {
  color: #fc564a;
}

.select-size.form-select {
  font-size: 14px;
}

.wizard-footer button.disabled {
  background-color: #EAEBF2;
}
.wizard-footer button.back {
  background-color: #ffb829;
}

.successful-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 24px;
}
.successful-form img {
  width: calc(68px + 32 * (100vw - 320px) / 1600);
  height: calc(68px + 32 * (100vw - 320px) / 1600);
}

#horizontal-wizard-tab .nav-link.active h6,
#vertical-wizard-tab .nav-link.active h6 {
  color: #fff;
}

.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 h6 {
  text-align: center;
  margin-top: 24px;
}

.horizontal-wizard-wrapper .main-horizontal-header {
  padding: 0 0 20px 0;
}
.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(--body-font-color);
  transition: all 0.3s ease;
}
.horizontal-wizard-wrapper .main-horizontal-header .horizontal-options a .horizontal-wizard .stroke-icon-wizard i {
  font-size: 18px;
  color: var(--body-font-color);
}
[dir=rtl] .horizontal-wizard-wrapper .main-horizontal-header .horizontal-options a .horizontal-wizard .stroke-icon-wizard i {
  margin-right: unset;
  margin-left: 10px;
}
.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 i, .horizontal-wizard-wrapper .main-horizontal-header .horizontal-options a.nav-link.active .horizontal-wizard .stroke-icon-wizard i {
  color: #fff;
}
.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: #fff;
}
.horizontal-wizard-wrapper .main-horizontal-header .form-check {
  margin-bottom: 0;
}
.horizontal-wizard-wrapper .bank-search {
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .horizontal-wizard-wrapper .bank-search {
    margin-bottom: 0;
  }
}
.horizontal-wizard-wrapper .bank-selection {
  padding: 10px 0 0 0;
}
@media (max-width: 401px) {
  .horizontal-wizard-wrapper .bank-selection .radio-wrapper {
    justify-content: center;
  }
}
.horizontal-wizard-wrapper .bank-selection .radio-wrapper li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.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 .form-check-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(--body-font-color);
}
.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;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e8e5ff;
  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(--body-font-color);
}
.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;
}
.horizontal-wizard-wrapper.vertical-variations .select-account .radio-wrapper li .form-check-label span > span + span {
  font-size: 13px;
}
@media (max-width: 400px) {
  .horizontal-wizard-wrapper.vertical-variations .select-account .radio-wrapper li .form-check-label span > span + span {
    display: none;
  }
}

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

.authentication-options .radio-wrapper {
  display: flex;
  gap: calc(8px + 8 * (100vw - 320px) / 1600);
  flex-wrap: wrap;
  justify-content: center;
}
.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;
}
@media (max-width: 400px) {
  .authentication-options .radio-wrapper li .form-check-label {
    align-items: baseline;
  }
}
.authentication-options .radio-wrapper li .form-check-label i {
  padding: 0;
}
[dir=rtl] .authentication-options .radio-wrapper li .form-check-label i {
  padding: 0;
}
.authentication-options .radio-wrapper li .form-check-label span > span {
  font-size: 16px;
  color: #1f2533;
  font-weight: 500;
}
.authentication-options .radio-wrapper li .form-check-label span > span + span {
  color: var(--chart-text-color);
  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 {
  width: 100px;
  height: 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;
}

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

.shipping-form .shipping-border,
.checkout-cart .shipping-border {
  border-right: 1px solid var(--recent-dashed-border);
}
@media (max-width: 1200px) {
  .shipping-form .shipping-border,
  .checkout-cart .shipping-border {
    border-right: unset;
  }
}
.shipping-form .shipping-options,
.checkout-cart .shipping-options {
  display: flex;
  align-items: center;
  background-color: #e8e5ff;
  flex-wrap: nowrap;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .shipping-form .shipping-options,
  .checkout-cart .shipping-options {
    flex-direction: column;
  }
}
.shipping-form .shipping-options .nav-link,
.checkout-cart .shipping-options .nav-link {
  width: 100%;
}
@media (min-width: 1200px) and (max-width: 1920px) {
  .shipping-form .shipping-options .nav-link,
  .checkout-cart .shipping-options .nav-link {
    padding: calc(8px + 0 * (100vw - 300px) / 1620) calc(6px + 10 * (100vw - 300px) / 1620);
  }
}
.shipping-form .shipping-options .nav-link.active i,
.checkout-cart .shipping-options .nav-link.active i {
  background-color: #e8e5ff;
  color: var(--theme-default);
  transition: all 0.3s ease-in-out;
}
.shipping-form .shipping-options .nav-link.active h6,
.checkout-cart .shipping-options .nav-link.active h6 {
  color: #fff;
}
.shipping-form .shipping-options .nav-link:nth-child(2) .cart-options i,
.checkout-cart .shipping-options .nav-link:nth-child(2) .cart-options i {
  transform: scaleX(-1);
}
.shipping-form .shipping-options .cart-options,
.checkout-cart .shipping-options .cart-options {
  display: flex;
  align-items: center;
  gap: 11px;
}
.shipping-form .shipping-options .cart-options i,
.checkout-cart .shipping-options .cart-options i {
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  color: #fff;
  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) {
  .shipping-form .shipping-options .cart-options i,
  .checkout-cart .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);
  }
}
.shipping-form .shipping-options .cart-options h6,
.checkout-cart .shipping-options .cart-options h6 {
  color: var(--theme-default);
}
.shipping-form .shipping-info .table thead th,
.checkout-cart .shipping-info .table thead th {
  white-space: nowrap;
}
.shipping-form .shipping-info .table thead th:last-child,
.checkout-cart .shipping-info .table thead th:last-child {
  text-align: end;
}
.shipping-form .shipping-info .table tbody tr td img,
.checkout-cart .shipping-info .table tbody tr td img {
  height: 50px;
}
.shipping-form .shipping-info .table tbody tr td:last-child,
.checkout-cart .shipping-info .table tbody tr td:last-child {
  text-align: end;
}
.shipping-form .shipping-info .table tbody tr td span,
.checkout-cart .shipping-info .table tbody tr td span {
  color: var(--chart-text-color);
}
.shipping-form .shipping-info .table tbody tr:last-child td,
.checkout-cart .shipping-info .table tbody tr:last-child td {
  border: 0;
}
.shipping-form .shipping-info .table tfoot,
.checkout-cart .shipping-info .table tfoot {
  font-weight: 400;
}
.shipping-form .shipping-info .table tfoot tr td,
.checkout-cart .shipping-info .table tfoot tr td {
  white-space: nowrap;
}
.shipping-form .shipping-info .table tfoot tr td:first-child,
.checkout-cart .shipping-info .table tfoot tr td:first-child {
  max-width: 370px;
}
.shipping-form .shipping-info .table tfoot tr td:last-child,
.checkout-cart .shipping-info .table tfoot tr td:last-child {
  min-width: 0;
  text-align: end;
}
.shipping-form .shipping-info .table tfoot tr:first-child,
.checkout-cart .shipping-info .table tfoot tr:first-child {
  font-weight: 500;
}
.shipping-form .shipping-info .table tfoot tr:last-child,
.checkout-cart .shipping-info .table tfoot tr:last-child {
  font-weight: 600;
}
.shipping-form .shipping-info .table tfoot tr:last-child td,
.checkout-cart .shipping-info .table tfoot tr:last-child td {
  border-bottom: 0;
}
.shipping-form .shipping-content,
.checkout-cart .shipping-content {
  height: 100%;
  padding: 0;
}
.shipping-form .shipping-content .shipping-wizard .shipping-title,
.checkout-cart .shipping-content .shipping-wizard .shipping-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shipping-form .shipping-content .shipping-wizard .shipping-title > .btn,
.checkout-cart .shipping-content .shipping-wizard .shipping-title > .btn {
  background: none !important;
  border: 0;
  padding: 0 28px;
}
.shipping-form .shipping-content .shipping-wizard .shipping-title > .btn i,
.checkout-cart .shipping-content .shipping-wizard .shipping-title > .btn i {
  color: var(--theme-default);
}
.shipping-form .shipping-content .shipping-wizard .collect-address,
.checkout-cart .shipping-content .shipping-wizard .collect-address {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.shipping-form .shipping-content .shipping-wizard .collect-address .card-icon,
.checkout-cart .shipping-content .shipping-wizard .collect-address .card-icon {
  display: flex;
  align-items: center;
  gap: 12px;
}
.shipping-form .shipping-content .shipping-wizard .collect-address .card-icon i,
.checkout-cart .shipping-content .shipping-wizard .collect-address .card-icon i {
  font-size: 16px;
  color: var(--theme-default);
}
.shipping-form .shipping-content .shipping-wizard .shipping-address,
.checkout-cart .shipping-content .shipping-wizard .shipping-address {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.shipping-form .shipping-content .shipping-wizard .shipping-address h6,
.checkout-cart .shipping-content .shipping-wizard .shipping-address h6 {
  font-size: 15px;
  font-weight: 500;
}
.shipping-form .shipping-content > .active.finish-wizard1,
.checkout-cart .shipping-content > .active.finish-wizard1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 55px - 18px);
}
@media (max-width: 768px) {
  .shipping-form .shipping-content > .active.finish-wizard1,
  .checkout-cart .shipping-content > .active.finish-wizard1 {
    height: unset;
  }
}
.shipping-form .shipping-method p,
.checkout-cart .shipping-method p {
  padding-left: 25px;
  color: var(--chart-text-color);
}
[dir=rtl] .shipping-form .shipping-method p,
[dir=rtl] .checkout-cart .shipping-method p {
  padding-right: 25px;
  padding-left: unset;
}
.shipping-form .proceed-next,
.checkout-cart .proceed-next {
  padding-left: 8px;
}
[dir=rtl] .shipping-form .proceed-next,
[dir=rtl] .checkout-cart .proceed-next {
  padding-left: unset;
  padding-right: 8px;
}
.shipping-form .proceed-prev,
.checkout-cart .proceed-prev {
  transform: scaleX(-1);
  padding-left: 8px;
}
[dir=rtl] .shipping-form .proceed-prev,
[dir=rtl] .checkout-cart .proceed-prev {
  transform: scaleX(1);
  padding-right: 8px;
  padding-left: unset;
}
.shipping-form .payment-info-wrapper .card-wrapper,
.checkout-cart .payment-info-wrapper .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .shipping-form .payment-info-wrapper .card-wrapper,
  .checkout-cart .payment-info-wrapper .card-wrapper {
    justify-content: unset;
    align-items: flex-start;
    flex-direction: column;
  }
}
.shipping-form .payment-info-wrapper .card-wrapper img,
.checkout-cart .payment-info-wrapper .card-wrapper img {
  height: 50px;
}
.shipping-form .payment-info-wrapper .pay-info,
.checkout-cart .payment-info-wrapper .pay-info {
  display: block;
}
.shipping-form .payment-info-wrapper .pay-info > div,
.checkout-cart .payment-info-wrapper .pay-info > div {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .shipping-form .payment-info-wrapper .pay-info > div,
  .checkout-cart .payment-info-wrapper .pay-info > div {
    flex-direction: column;
    align-items: flex-start;
  }
}
.shipping-form .order-confirm,
.checkout-cart .order-confirm {
  text-align: center;
}
@media (max-width: 1200px) {
  .shipping-form .order-confirm,
  .checkout-cart .order-confirm {
    margin-bottom: 18px;
  }
}
.shipping-form .order-confirm img,
.checkout-cart .order-confirm img {
  height: calc(95px + 45 * (100vw - 320px) / 1600);
}
.shipping-form .finish-shipping,
.checkout-cart .finish-shipping {
  background-color: var(--light-background);
  width: 100%;
  height: 100%;
  padding-block: 15%;
  padding-inline: 12px;
  text-align: center;
}
.shipping-form .finish-shipping svg,
.checkout-cart .finish-shipping svg {
  width: calc(140px + 90 * (100vw - 320px) / 1600);
  height: calc(140px + 90 * (100vw - 320px) / 1600);
  animation: up-down 2.9s ease-in-out infinite;
}
.shipping-form .form-select,
.checkout-cart .form-select {
  font-size: 14px;
  color: var(--chart-text-color);
}

.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%;
  background: var(--light-bg);
  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: "\f303";
  font-family: "Font Awesome 6 Free";
  color: var(--body-font-color);
  position: absolute;
  top: 8px;
  left: 3px;
  right: 0;
  text-align: center;
  margin: auto;
  font-weight: 600;
}
[dir=rtl] .avatar-upload div:first-child .avatar-edit label::after {
  right: 3px;
  left: 0;
}
.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/forms/user.png");
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.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;
}

.authenticate {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.authenticate span:nth-of-type(1) {
  margin-top: 12px;
}
.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;
}

.accordion .accordion-item .accordion-body .choose-bank .form-check .form-check-label {
  color: var(--body-font-color);
}

/*Form Wizard Four Ends*/
/**=====================
   2.16 Form-wizard CSS Ends
==========================**/
/**=====================
  2.17 Forms CSS Start
==========================**/
.form-label {
  margin-bottom: 4px;
  font-size: 14px;
}

.col-form-label {
  padding-bottom: 4px;
}

.form-space {
  margin-bottom: -10px;
}
.form-space > div {
  margin-bottom: 10px;
}

.theme-form .form-control :focus {
  box-shadow: 0 0 0 0.2rem rgba(171, 140, 228, 0.05);
}
.theme-form textarea {
  border-color: #efefef;
}
.theme-form textarea::-webkit-input-placeholder {
  color: #898989;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 100;
}
.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: #cccccc;
  background-color: #fff;
  font-size: 14px;
  color: #898989;
  padding: 12px 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.theme-form input[type=text]::-webkit-input-placeholder,
.theme-form input[type=email]::-webkit-input-placeholder,
.theme-form input[type=search]::-webkit-input-placeholder,
.theme-form input[type=password]::-webkit-input-placeholder,
.theme-form input[type=number]::-webkit-input-placeholder,
.theme-form input[type=tel]::-webkit-input-placeholder,
.theme-form input[type=date]::-webkit-input-placeholder,
.theme-form input[type=datetime-local]::-webkit-input-placeholder,
.theme-form input[type=time]::-webkit-input-placeholder,
.theme-form input[type=datetime-local]::-webkit-input-placeholder,
.theme-form input[type=month]::-webkit-input-placeholder,
.theme-form input[type=week]::-webkit-input-placeholder,
.theme-form input[type=url]::-webkit-input-placeholder,
.theme-form input[type=file]::-webkit-input-placeholder,
.theme-form textarea::-webkit-input-placeholder,
.theme-form select::-webkit-input-placeholder {
  color: #898989;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 100;
}
.theme-form input[type=file] {
  height: auto;
}
.theme-form select.form-control:not([size]):not([multiple]) {
  border-color: #efefef;
  font-size: 14px;
}
.theme-form .checkbox label {
  padding-left: 10px;
}
[dir=rtl] .theme-form .checkbox label {
  padding-right: 10px;
  padding-left: unset;
}
.theme-form .form-divider {
  position: relative;
  clear: both;
  height: 0;
  margin: 30px 0;
  border-top: 1px solid #efefef;
}
.theme-form .form-divider:before {
  position: absolute;
  top: -11px;
  left: 40%;
  margin-left: -10px;
  padding: 0 5px;
  content: "Or Signup With";
  color: #242934;
  background: #fff;
}
[dir=rtl] .theme-form .form-divider:before {
  left: unset;
  right: 40%;
  margin-left: unset;
  margin-right: -10px;
}
.theme-form .login-divider {
  position: relative;
  clear: both;
  height: 0;
  margin: 30px 0;
  border-top: 1px solid #efefef;
}
.theme-form .login-divider:before {
  position: absolute;
  top: -11px;
  left: 40%;
  margin-left: -10px;
  padding: 0 5px;
  color: #242934;
  background: #fff;
  content: "Or Login With";
}
[dir=rtl] .theme-form .login-divider:before {
  left: unset;
  right: 40%;
  margin-left: unset;
  margin-right: -10px;
}
.theme-form .btn-fb,
.theme-form .btn-twitter,
.theme-form .btn-google,
.theme-form .btn-linkedin {
  color: #fff;
  width: 100%;
}
.theme-form .btn-fb {
  background-color: #50598e;
}
.theme-form .btn-twitter {
  background-color: #6fa2d8;
}
.theme-form .btn-google {
  background-color: #c64e40;
}
.theme-form .btn-linkedin {
  background-color: #0073B1;
}

.form-inline {
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}
.form-inline .col-form-label {
  margin-right: 5px;
}
[dir=rtl] .form-inline .col-form-label {
  margin-left: 5px;
  margin-right: unset;
}

.search-form .form-group:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 25px;
  background: #e8ebf2;
  left: 82px;
  top: 50px;
}
[dir=rtl] .search-form .form-group:before {
  left: unset;
  right: 82px;
}
.search-form .form-group:after {
  position: absolute;
  content: "\f002";
  font-family: "FontAwesome";
  top: 53px;
  left: 53px;
  color: #8e8e8e;
}
[dir=rtl] .search-form .form-group:after {
  left: unset;
  right: 53px;
}
.search-form input {
  border: 1px solid #efefef;
  padding: 10px 10px 10px 70px;
  border-radius: 10px;
  background-color: rgba(244, 244, 244, 0.3);
}
[dir=rtl] .search-form input {
  padding: 10px 70px 10px 10px;
}
.search-form input:focus {
  outline: none !important;
}

.form-label-align-right label {
  text-align: right;
  padding-top: 17px;
  font-weight: 500;
}

.needs-validation.was-validated .form-control:valid,
.needs-validation.was-validated .form-select:valid {
  border-color: #65c15c;
}
.needs-validation.was-validated .form-control:valid ~ .valid-feedback,
.needs-validation.was-validated .form-select:valid ~ .valid-feedback {
  color: #65c15c;
}
.needs-validation.was-validated .form-control:invalid,
.needs-validation.was-validated .form-select:invalid {
  border-color: #fc564a;
}
.needs-validation.was-validated .form-control:invalid ~ .invalid-feedback,
.needs-validation.was-validated .form-select:invalid ~ .invalid-feedback {
  color: #fc564a;
}

.custom-input.was-validated .form-control:valid,
.custom-input.was-validated .form-select:valid {
  border-color: #65c15c;
}
.custom-input.was-validated .form-control:invalid,
.custom-input.was-validated .form-select:invalid {
  border-color: #fc564a;
}
.custom-input .valid-tooltip {
  background-color: #65c15c;
}
.custom-input .invalid-tooltip {
  background-color: rgba(252, 86, 74, 0.8);
}
.custom-input .invalid-feedback {
  color: #fc564a !important;
}
.custom-input .form-check .form-check-input:valid {
  border-color: #65c15c;
}
.custom-input .form-check .form-check-input:invalid {
  border-color: #fc564a;
}
.custom-input .form-check .form-check-input:invalid ~ .form-check-label {
  color: #fc564a;
}
.custom-input .form-check .form-check-input:valid ~ .form-check-label {
  color: #65c15c;
}
.custom-input .form-check .form-check-input:checked {
  background-color: #65c15c;
}
.custom-input .form-check .invalid-feedback {
  color: #fc564a;
}
[dir=rtl] .custom-input .form-check.form-switch .form-check-input {
  margin-left: 7px;
}

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

.checkbox-checked.card-wrapper h6.sub-title {
  font-weight: 500;
}
.checkbox-checked .form-check-input:checked {
  background-color: #108be9;
  border-color: #108be9;
}
.checkbox-checked .form-check-input:focus {
  border-color: #108be9;
  box-shadow: 0 0 0 4px rgba(16, 139, 233, 0.25);
}
.checkbox-checked .card-wrapper .form-check:last-child {
  min-height: 0;
  margin-bottom: 0;
}
.checkbox-checked .card-wrapper .form-check:last-child label {
  margin-bottom: 0;
}

.form-check-size {
  display: flex;
  gap: 22px;
  align-items: center;
  flex-wrap: wrap;
}
.form-check-size .form-check-inline {
  margin: 0;
  min-height: 0;
}
[dir=rtl] .form-check-size .form-check-inline {
  margin: 0;
}
.form-check-size .form-check-inline .form-check-input {
  width: 18px;
  height: 18px;
  margin-top: 0;
}
.form-check-size .form-check-inline .check-size {
  width: 36px;
  height: 18px;
  margin-top: 0;
}
.form-check-size .form-check-inline label {
  margin: 0;
}

.main-img-checkbox .img-checkbox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-img-checkbox .img-checkbox .main-img-cover {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 24px;
  height: 24px;
}
[dir=rtl] .main-img-checkbox .img-checkbox .main-img-cover {
  left: unset;
  right: 15px;
}
.main-img-checkbox .img-checkbox .form-check-label {
  width: 100%;
}
.main-img-checkbox .img-checkbox img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.main-icon-checkbox.checkbox label {
  margin-top: 0;
}
.main-icon-checkbox.checkbox label::before {
  content: "";
  width: 100%;
  height: 100%;
  margin-left: 1px;
  background-color: transparent;
  top: 0;
  display: block;
}
[dir=rtl] .main-icon-checkbox.checkbox label::before {
  margin-left: unset;
  margin-right: 1px;
}
.main-icon-checkbox.checkbox-primary input[type=checkbox]:checked + label::before {
  color: transparent;
  border: 2px solid #108be9;
}
.main-icon-checkbox.checkbox-primary input[type=checkbox] {
  opacity: 1;
}
.main-icon-checkbox.checkbox-primary .form-check-input {
  border: 1px solid #cccccc;
}
.main-icon-checkbox.checkbox-primary .form-check-input.checkbox-shadow:focus {
  box-shadow: none;
}
.main-icon-checkbox.checkbox-primary .form-check-input:checked[type=checkbox] {
  background-image: none;
}

.main-radio-toggle .btn,
.main-checkbox-toggle .btn {
  margin-bottom: 0;
}

.radio-wrapper,
.checkbox-wrapper {
  display: flex;
  gap: calc(8px + 8 * (100vw - 320px) / 1600);
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1200px) {
  .radio-wrapper,
  .checkbox-wrapper {
    justify-content: unset;
  }
}
.radio-wrapper li,
.checkbox-wrapper li {
  position: relative;
  width: 100%;
  padding: 12px;
  border: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 130px;
}
@media (max-width: 1335px) {
  .radio-wrapper li,
  .checkbox-wrapper li {
    max-width: 113px;
  }
}
@media (max-width: 1232px) {
  .radio-wrapper li,
  .checkbox-wrapper li {
    padding: 10px;
    max-width: 105px;
  }
}
.radio-wrapper li .form-check-input,
.checkbox-wrapper li .form-check-input {
  position: absolute;
  width: 100%;
  height: 100%;
  float: none;
  margin: 0;
  top: 0;
  left: 0;
  opacity: 1;
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #cccccc;
}
.radio-wrapper li .form-check-input:focus,
.checkbox-wrapper li .form-check-input:focus {
  box-shadow: none;
}
.radio-wrapper li .form-check-input[type=radio],
.checkbox-wrapper li .form-check-input[type=radio] {
  opacity: 1;
}
.radio-wrapper li .form-check-input:checked,
.checkbox-wrapper li .form-check-input:checked {
  border: 2px solid #108be9;
  background-color: transparent;
}
.radio-wrapper li .form-check-input:checked[type=radio],
.checkbox-wrapper li .form-check-input:checked[type=radio] {
  background-image: none;
  box-shadow: unset;
}
.radio-wrapper li .form-check-label,
.checkbox-wrapper li .form-check-label {
  position: unset;
  padding: 0;
  margin-bottom: 0;
}
.radio-wrapper li .form-check-label:after,
.checkbox-wrapper li .form-check-label:after {
  content: none;
}
.radio-wrapper li .form-check-label::before,
.checkbox-wrapper li .form-check-label::before {
  content: none;
}
.radio-wrapper li .form-check-label i,
.checkbox-wrapper li .form-check-label i {
  font-size: 18px;
  padding-right: 8px;
}
[dir=rtl] .radio-wrapper li .form-check-label i,
[dir=rtl] .checkbox-wrapper li .form-check-label i {
  padding-right: 0;
  padding-left: 8px;
}
.radio-wrapper li .form-check-label span,
.checkbox-wrapper li .form-check-label span {
  font-size: 16px;
}

[dir=rtl] .rtl-input .form-check.form-check-inline {
  padding: 0;
}
[dir=rtl] .rtl-input .form-check.form-switch {
  padding-right: 40px;
}
[dir=rtl] .rtl-input .form-check.form-switch .form-check-input {
  margin-left: unset;
  margin-right: -40px;
  float: right;
}

.radio-form {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.radio-form .form-check {
  min-height: 0;
  margin-bottom: 0;
}
.radio-form .form-check .form-check-label {
  margin-bottom: 0;
}

.basic-form {
  position: relative;
}
.basic-form svg {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
[dir=rtl] .basic-form svg {
  right: 0;
  left: 12px;
}
.basic-form svg.stroke-icon {
  width: 25px;
  height: 25px;
  stroke: #3f475a;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
[dir=rtl] .basic-form svg.stroke-icon {
  right: unset;
  left: 12px;
}

.form-check {
  margin-bottom: 0;
}
.form-check [class*=form-check-] {
  cursor: pointer;
}

.theme-form .custom-input .row .col .row:last-child label {
  margin: 0;
}
.theme-form.dark-inputs input::file-selector-button {
  border-radius: 30px;
}
[dir=rtl] .theme-form .form-floating > label {
  left: unset;
  right: 0;
}

.create-project-form .form-label {
  color: var(--body-font-color);
}
.create-project-form .form-control,
.create-project-form .form-select {
  border-color: #cccccc;
  background-color: #fff;
  font-size: 14px;
  color: #898989;
  padding: 12px 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.create-project-form .form-control::-webkit-input-placeholder,
.create-project-form .form-select::-webkit-input-placeholder {
  color: #898989;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 100;
}
.create-project-form input[type=file] {
  padding: 6px 12px;
}
.create-project-form .bootstrap-select {
  width: 100% !important;
}
.create-project-form .bootstrap-select .dropdown-toggle {
  width: 100%;
  padding: 12px 10px;
  background-color: unset !important;
  border-radius: 6px;
  border-color: #cccccc !important;
  color: #898989;
}
.create-project-form .bootstrap-select .dropdown-toggle:focus {
  outline: unset !important;
}
.create-project-form .bootstrap-select .dropdown-toggle::after {
  font-size: 15px;
  color: rgba(44, 50, 63, 0.7215686275);
}
.create-project-form .bootstrap-select .dropdown-toggle .filter-option {
  white-space: initial;
}
.create-project-form .bootstrap-select .bs-searchbox .form-control {
  padding: 6px 10px;
}
.create-project-form .was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #65c15c !important;
}

/**=====================
  2.17 Forms CSS Ends
==========================**/
/**=====================
	2.18 Icons CSS Start
==========================**/
.icon-lists div {
  cursor: pointer;
  line-height: 60px;
  border-radius: 4px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.icon-lists div:hover {
  background-color: var(--light-background);
}
.icon-lists div i {
  margin: 0 15px 0 10px;
  font-size: 24px;
  vertical-align: middle;
}
.icon-lists.whether-icon svg {
  height: calc(40px + 10 * (100vw - 320px) / 1600);
  width: calc(40px + 10 * (100vw - 320px) / 1600);
}
.icon-lists.feather-icons .d-flex svg {
  margin: 0 15px 0 10px;
}
.icon-lists .feather-icon .icon-first h6 {
  display: none;
}

.flag-icons,
.feather-icons {
  margin-bottom: -15px;
  margin-top: -15px;
}
.flag-icons div,
.feather-icons div {
  line-height: 1;
  word-wrap: break-word;
  overflow: auto;
}
.flag-icons div .flag-icon,
.feather-icons div .flag-icon {
  height: 50px;
  width: 50px;
}
.flag-icons div .d-flex,
.feather-icons div .d-flex {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
}
.flag-icons div .flex-grow-1 h6,
.feather-icons div .flex-grow-1 h6 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.flag-icons div .flex-grow-1 h5,
.feather-icons div .flex-grow-1 h5 {
  background-color: var(--theme-default);
  display: inline-block;
  padding: 3px 5px;
  font-size: 11px;
  border-radius: 3px;
  margin-bottom: 5px;
  margin-right: 5px;
  color: #fff;
}

.icon-hover-bottom {
  background-color: #fdfeff;
  width: 100%;
  bottom: 0;
  left: 0;
  box-shadow: 0px 0px 1px 1px #f4f4f4;
  z-index: 999;
}
.icon-hover-bottom .icon-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px;
}
.icon-hover-bottom .icon-popup .close-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  color: #cccccc;
  cursor: pointer;
}
[dir=rtl] .icon-hover-bottom .icon-popup .close-icon {
  right: unset;
  left: 10px;
}
.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;
}
.icon-hover-bottom .icon-popup .icon-last .form-inline .form-group {
  display: initial;
}
.icon-hover-bottom .icon-title {
  display: block;
  color: #3f475a;
  text-transform: uppercase;
  font-weight: 500;
}
.icon-hover-bottom span,
.icon-hover-bottom label,
.icon-hover-bottom .btn {
  font-family: Roboto, sans-serif;
}
.icon-hover-bottom .form-group input {
  display: inline-block;
  width: 300px;
  background-color: #fff;
  font-family: Roboto, sans-serif;
}

.fa-fa-icon-show-div,
.icons-show-div {
  display: none;
}

.icon-first i {
  color: #898989;
}
.icon-first h6 {
  display: none;
}

/**=====================
    2.18 Icons CSS Ends
==========================**/
/**=====================
   2.19 List CSS Start
==========================**/
.list-group-item.active {
  background-color: var(--theme-default);
  border-color: var(--theme-default);
}

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

.list-light-primary {
  background-color: #e8e5ff;
}
.list-light-primary:hover, .list-light-primary:active, .list-light-primary:focus {
  background-color: #e8e5ff !important;
}

.list-hover-primary {
  background-color: unset;
}
.list-hover-primary:hover, .list-hover-primary:active, .list-hover-primary.active, .list-hover-primary:focus {
  background-color: #e8e5ff;
  color: #3f475a;
  z-index: 0;
}

.list-light-secondary {
  background-color: #f2f2f2;
}
.list-light-secondary:hover, .list-light-secondary:active, .list-light-secondary:focus {
  background-color: #f2f2f2 !important;
}

.list-hover-secondary {
  background-color: unset;
}
.list-hover-secondary:hover, .list-hover-secondary:active, .list-hover-secondary.active, .list-hover-secondary:focus {
  background-color: #f2f2f2;
  color: #3f475a;
  z-index: 0;
}

.list-light-success {
  background-color: #dcf1da;
}
.list-light-success:hover, .list-light-success:active, .list-light-success:focus {
  background-color: #dcf1da !important;
}

.list-hover-success {
  background-color: unset;
}
.list-hover-success:hover, .list-hover-success:active, .list-hover-success.active, .list-hover-success:focus {
  background-color: #dcf1da;
  color: #3f475a;
  z-index: 0;
}

.list-light-warning {
  background-color: #fff7e5;
}
.list-light-warning:hover, .list-light-warning:active, .list-light-warning:focus {
  background-color: #fff7e5 !important;
}

.list-hover-warning {
  background-color: unset;
}
.list-hover-warning:hover, .list-hover-warning:active, .list-hover-warning.active, .list-hover-warning:focus {
  background-color: #fff7e5;
  color: #3f475a;
  z-index: 0;
}

.list-light-info {
  background-color: #D5F5FE;
}
.list-light-info:hover, .list-light-info:active, .list-light-info:focus {
  background-color: #D5F5FE !important;
}

.list-hover-info {
  background-color: unset;
}
.list-hover-info:hover, .list-hover-info:active, .list-hover-info.active, .list-hover-info:focus {
  background-color: #D5F5FE;
  color: #3f475a;
  z-index: 0;
}

.list-light-light {
  background-color: #F9F9FB;
}
.list-light-light:hover, .list-light-light:active, .list-light-light:focus {
  background-color: #F9F9FB !important;
}

.list-hover-light {
  background-color: unset;
}
.list-hover-light:hover, .list-hover-light:active, .list-hover-light.active, .list-hover-light:focus {
  background-color: #F9F9FB;
  color: #3f475a;
  z-index: 0;
}

.list-light-danger {
  background-color: #ffe8e6;
}
.list-light-danger:hover, .list-light-danger:active, .list-light-danger:focus {
  background-color: #ffe8e6 !important;
}

.list-hover-danger {
  background-color: unset;
}
.list-hover-danger:hover, .list-hover-danger:active, .list-hover-danger.active, .list-hover-danger:focus {
  background-color: #ffe8e6;
  color: #3f475a;
  z-index: 0;
}

.list-light-dark {
  background-color: #EAEBF2;
}
.list-light-dark:hover, .list-light-dark:active, .list-light-dark:focus {
  background-color: #EAEBF2 !important;
}

.list-hover-dark {
  background-color: unset;
}
.list-hover-dark:hover, .list-hover-dark:active, .list-hover-dark.active, .list-hover-dark:focus {
  background-color: #EAEBF2;
  color: #3f475a;
  z-index: 0;
}

.horizontal-list-wrapper .list-group .list-group-item {
  padding: 8px;
}

.list-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
@media (max-width: 414px) {
  .list-wrapper {
    flex-wrap: unset;
    word-break: break-word;
  }
}
@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 p {
  margin-bottom: 0;
}

.scrollbar-wrapper {
  max-height: 270px;
  overflow: auto;
}
.scrollbar-wrapper .list-group-item.active .list-content h6,
.scrollbar-wrapper .list-group-item.active .list-content p,
.scrollbar-wrapper .list-group-item.active .list-content small {
  color: var(--body-font-color);
}

.main-lists-content .list-group-item.active h6,
.main-lists-content .list-group-item.active p {
  color: #fff;
}
@media (max-width: 480px) {
  .main-lists-content small {
    display: none;
  }
}

@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: 64px;
  }
}
.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;
  }
}
[dir=rtl] .list-behavior-1 .flex-grow-1 {
  margin-right: 16px;
  margin-left: unset;
}

.list-behaviors > div:nth-child(even) .flex-grow-1 {
  order: -1;
  margin-left: unset;
  margin-right: 16px;
}
@media (max-width: 1199px) {
  .list-behaviors > div:nth-child(even) .flex-grow-1 {
    margin-left: 0;
    margin-right: 0;
    order: unset;
  }
}

.list-group .list-group-item {
  padding: 11px 16px;
  border-width: 1px;
}
.list-group .list-group-item .form-check-input:focus {
  box-shadow: unset !important;
}
[dir=rtl] .list-group .list-group-item i {
  margin-left: 10px;
  margin-right: unset;
}

@media (max-width: 1216px) {
  .contact-profile {
    background-color: unset;
  }
  .contact-profile.list-light-dark:hover {
    background-color: unset;
  }
}

.badge-list .list-group-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.badge-list .list-group-item div {
  margin-right: auto;
  margin-left: 8px;
}
[dir=rtl] .badge-list .list-group-item div {
  margin-left: auto;
  margin-right: 8px;
}

.list-group-flush li {
  border-bottom-width: 1px;
  border-inline: unset;
}
.list-group-flush li:last-child {
  border-bottom-width: 1px !important;
}
.list-group-flush li i {
  font-size: 16px;
}

/**=====================
   2.19 List CSS Ends
==========================**/
/**=====================
    2.20 Loader CSS Start
==========================**/
.loader-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  background-color: #fff;
  z-index: 11;
  top: 0;
  /*Color Loader*/
  /*Color Loader*/
}
.loader-wrapper .loader-index {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  filter: url("#goo");
}
.loader-wrapper .loader-index:after {
  content: "";
  width: 4em;
  height: 4em;
  background: var(--theme-default);
  border-radius: 50%;
  position: absolute;
  transform: scale(0.5);
  animation: grow 2s cubic-bezier(0.14, 0.05, 0.55, 0.5) infinite alternate;
}
.loader-wrapper .loader-index span {
  width: 2em;
  height: 2em;
  background: var(--theme-secondary);
  border-radius: 50%;
  margin-right: 2em;
  position: relative;
  transform: translateX(7em);
  animation: move 4s ease-in-out infinite;
}
.loader-wrapper .loader-index span:before {
  content: "";
  width: 2em;
  height: 2em;
  background: var(--theme-default);
  border-radius: 50%;
  position: absolute;
  left: 3em;
  transform: translateX(0em);
  animation: shrink 2s ease-in-out infinite;
}
.loader-wrapper .loader-index span:after {
  content: "";
  width: 2em;
  height: 2em;
  background: #40b8f5;
  border-radius: 50%;
  position: absolute;
  right: 3em;
  transform: translateX(0em);
  animation: shrink 2s ease-in-out infinite;
}
@keyframes grow {
  0% {
    transform: scale(0.5);
    background: #40b8f5;
  }
  50% {
    transform: scale(1);
    background: var(--theme-secondary);
  }
}
@keyframes move {
  0% {
    transform: translateX(7em);
  }
  50% {
    transform: translateX(-5em);
  }
}
@keyframes shrink {
  0% {
    transform: translateX(0em);
  }
  50% {
    transform: translateX(-1em);
  }
}
.loader-wrapper svg {
  width: 0;
  height: 0;
}
.loader-wrapper body {
  font-family: sans;
  min-height: 100vh;
  margin: 0;
  display: grid;
  place-content: center;
  background: #000;
}
.loader-wrapper h1 {
  color: #fff;
  text-align: center;
  margin-bottom: 2em;
  letter-spacing: 3px;
  position: relative;
  z-index: 2;
}
.loader-wrapper h1:before {
  position: absolute;
  content: "";
  height: 1px;
  background: linear-gradient(to right, var(--theme-secondary), var(--theme-default), #40b8f5);
  color: #fff;
  top: 2.75em;
  left: 0.75em;
  width: 2.5em;
  font-weight: 400;
  font-variant: small-caps;
  font-size: 0.5em;
}

/**=====================
    2.20 Loader CSS Ends
==========================**/
/**=====================
    2.21 Modal CSS start
==========================**/
.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;
}
[dir=rtl] .modal-toggle-wrapper .modal-img li + li {
  margin-left: unset;
  margin-right: -39px;
}
.modal-toggle-wrapper button svg {
  width: 16px;
  height: 16px;
}

.grid-space {
  display: block;
  text-align: center;
  padding: 12px;
  margin-bottom: 12px;
  font-weight: 500;
}

.large-modal-header,
.large-modal-body {
  display: flex;
  align-items: center;
  color: #3f475a;
}
.large-modal-header svg,
.large-modal-body svg {
  width: 20px;
  height: 20px;
}
[dir=rtl] .large-modal-header svg,
[dir=rtl] .large-modal-body svg {
  transform: scaleX(-1);
}

.modal-padding-space {
  padding-left: 20px;
}

.svg-modal {
  width: 15px;
  height: 15px;
  stroke: #838383;
  vertical-align: middle;
}
[dir=rtl] .svg-modal {
  transform: scaleX(-1);
}

.card-wrapper .modal-heading h5 {
  font-size: calc(15px + 3 * (100vw - 320px) / 1080);
}
@media (min-width: 750px) and (max-width: 1200px) {
  .card-wrapper .balance-modal {
    display: flex;
    flex-direction: column;
  }
}

.modal-footer .btn {
  margin: 0 4px;
}

.modal-content .modal-header .btn-close:focus {
  box-shadow: unset;
}

.modal-details h6 {
  padding-bottom: 12px;
}
.modal-details .web-content {
  margin-bottom: 16px;
}
.modal-details .web-content .d-flex p {
  padding-bottom: 8px;
}
.modal-details .web-content .d-flex:last-child p {
  padding-bottom: 0;
}
.modal-details .web-content:last-child {
  margin-bottom: 0;
}

.modal .modal-body .card {
  box-shadow: none !important;
}

.modal-dialog .modal-content .modal-body p a {
  margin-right: 0;
}

.irs-from,
.irs-to,
.irs-single {
  background: var(--theme-default);
}
.irs-from:after,
.irs-to:after,
.irs-single:after {
  border-top-color: var(--theme-default);
}

.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge {
  background-color: var(--theme-default);
}

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

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

.clipboaard-container h6 {
  line-height: 1.6;
  font-size: 14px;
}

fieldset .bootstrap-touchspin-postfix,
fieldset .bootstrap-touchspin-prefix {
  border-radius: 0;
  padding: 0.4rem 0.75rem;
}
fieldset .input-group-lg .touchspin {
  height: 50px;
}

.f1 .f1-steps .f1-step .f1-step-icon {
  padding: 12px;
}

.form-inline .form-group {
  display: flex;
}

.input-group-text i {
  line-height: 1.5;
}

.animated-modal .form-select {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

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

.custom-alert .card-wrapper .cuba-demo-img .dot-group {
  display: flex;
  gap: calc(3px + 3 * (100vw - 320px) / 1600);
  padding: 15px 10px 0;
}
.custom-alert .card-wrapper .cuba-demo-img .dot-group li {
  width: calc(6px + 2 * (100vw - 320px) / 1600);
  height: calc(6px + 2 * (100vw - 320px) / 1600);
  background-color: var(--f-lighter);
  border-radius: 100%;
  opacity: 0.6;
}

@media (max-width: 768px) and (min-width: 709px) {
  .custom-col-2 {
    width: 9.333333%;
    flex: 0 0 auto;
  }
}
@media (max-width: 708px) and (min-width: 582px) {
  .custom-col-2 {
    width: 10.333333%;
    flex: 0 0 auto;
  }
}
@media (max-width: 581px) and (min-width: 575px) {
  .custom-col-2 {
    width: 11.333333%;
    flex: 0 0 auto;
  }
}
@media (max-width: 574px) and (min-width: 481px) {
  .custom-col-2 {
    width: 12.333333%;
    flex: 0 0 auto;
  }
}
@media (max-width: 480px) and (min-width: 410px) {
  .custom-col-2 {
    width: 14.333333%;
    flex: 0 0 auto;
  }
}
@media (max-width: 409px) and (min-width: 364px) {
  .custom-col-2 {
    width: 16.333333%;
    flex: 0 0 auto;
  }
}
@media (max-width: 363px) {
  .custom-col-2 {
    width: 100%;
    flex: 0 0 auto;
  }
}

/**=====================
    2.21 Modal CSS end
==========================**/
/**=====================
  2.22 Popover CSS Start
==========================**/
.popover {
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0 0 20px rgba(16, 139, 233, 0.1);
  box-shadow: 0 0 20px rgba(16, 139, 233, 0.1);
}
.popover .popover-header {
  background-color: #eae8ff;
  color: #108be9;
  border-bottom: none;
}
.popover .popover-body {
  color: rgba(43, 43, 43, 0.7);
}

.popover-main .btn-showcase a {
  color: #fff;
}
.popover-main .btn-showcase button:last-child {
  margin-right: 0;
}

.svg-tooltip .common-flex > div {
  width: calc(40px + 10 * (100vw - 320px) / 1600);
  height: calc(40px + 10 * (100vw - 320px) / 1600);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid;
}
.svg-tooltip .common-flex > div i {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
}
.svg-tooltip .common-flex > div:hover i {
  stroke: var(--white) !important;
}
.svg-tooltip .common-flex svg {
  width: calc(18px + 2 * (100vw - 320px) / 1600);
  height: calc(18px + 2 * (100vw - 320px) / 1600);
}

/**=====================
  2.22 Popover CSS Ends
==========================**/
/**=====================
  2.23 Print CSS Start
==========================**/
@media print {
  .sidebar-wrapper,
  .page-header {
    display: none;
  }
  .page-body {
    margin: 0 !important;
  }
  .customizer-links {
    display: none !important;
  }
  .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;
  }
  .main-invoice-1 .table-wrapper {
    width: 100%;
  }
  .main-invoice-1 .banner-image {
    width: 100%;
  }
  .main-tasks .email-body .tab-content .card-header a {
    display: none;
  }
  .mail-body-wrapper {
    margin-top: 20px;
  }
  .mail-body-wrapper .user-mail-wrapper {
    width: 100%;
  }
  .mail-body-wrapper .user-mail-wrapper .send-btn {
    display: none;
  }
  .email-left-aside {
    display: none;
  }
  .footer {
    display: none;
  }
  .print-btn {
    display: none;
  }
}
.invoice-table {
  margin-top: 16px;
  margin-bottom: 16px;
}

.invoice .text-right input {
  margin-top: 6px;
}
.invoice .d-flex {
  align-items: center;
}

/**=====================
  2.23 Print CSS Ends
==========================**/
/**=====================
    2.24 Radio CSS Start
==========================**/
.animate-chk label {
  line-height: 1.6;
  cursor: pointer;
}
.animate-chk label:last-child {
  margin-bottom: 0;
}

.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: #fff;
  border: 2px solid #e9edf1;
  cursor: pointer;
}
.checkbox_animated:checked:before {
  transform: rotate(-45deg) scale(1, 1);
}

.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:after {
  content: "";
  position: absolute;
  top: -0.25rem;
  left: -0.125rem;
  width: 1.25rem;
  height: 1.25rem;
  background: #fff;
  border: 2px solid #e9edf1;
  border-radius: 50%;
}
.radio_animated:checked:before {
  transform: scale(1, 1);
}

.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 16px;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
}
.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: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #242934;
}
.checkbox input[type=checkbox] {
  opacity: 0;
}
.checkbox input[type=checkbox]:focus {
  outline-offset: -2px;
}
.checkbox input[type=checkbox]:focus + label::before {
  outline-offset: -2px;
}
.checkbox input[type=checkbox]:checked + label::before {
  font-family: themify;
  content: "\e64c";
  text-align: center;
  line-height: 1.2;
}
.checkbox input[type=checkbox]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type=checkbox]:disabled + label::before {
  background-color: #f4f4f4;
  cursor: not-allowed;
}
.checkbox .checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox .checkbox-inline {
  margin-top: 0;
}

.m-squar label::before {
  border-radius: 0;
}
.m-squar .checkbox-circle label::before {
  border-radius: 50%;
}
.m-squar .checkbox-inline {
  margin-top: 0;
}

.checkbox-primary label::before {
  border-color: var(--theme-default);
}
.checkbox-primary input[type=checkbox]:checked + label::before {
  border-color: var(--theme-default);
  color: var(--theme-default);
}
.checkbox-primary input[type=checkbox]:checked + label::after {
  color: #fff;
}

.checkbox-solid-primary label:before {
  background-color: var(--theme-default);
  border-color: var(--theme-default);
  color: #fff;
}
.checkbox-solid-primary input[type=checkbox]:checked + label::before {
  background-color: var(--theme-default);
  border-color: var(--theme-default);
  color: #fff;
}
.checkbox-solid-primary input[type=checkbox]:checked + label::after {
  color: #fff;
}

.radio-primary input[type=radio] + label::before {
  border-color: var(--theme-default);
}
.radio-primary input[type=radio] + label::after {
  background-color: var(--theme-default);
}
.radio-primary input[type=radio]:checked + label::before {
  border-color: var(--theme-default);
}
.radio-primary input[type=radio]:checked + label::after {
  background-color: var(--theme-default);
}

.checkbox-secondary label::before {
  border-color: #838383;
}
.checkbox-secondary input[type=checkbox]:checked + label::before {
  border-color: #838383;
  color: #838383;
}
.checkbox-secondary input[type=checkbox]:checked + label::after {
  color: #fff;
}

.checkbox-solid-secondary label:before {
  background-color: #838383;
  border-color: #838383;
  color: #fff;
}
.checkbox-solid-secondary input[type=checkbox]:checked + label::before {
  background-color: #838383;
  border-color: #838383;
  color: #fff;
}
.checkbox-solid-secondary input[type=checkbox]:checked + label::after {
  color: #fff;
}

.radio-secondary input[type=radio] + label::before {
  border-color: #838383;
}
.radio-secondary input[type=radio] + label::after {
  background-color: #838383;
}
.radio-secondary input[type=radio]:checked + label::before {
  border-color: #838383;
}
.radio-secondary input[type=radio]:checked + label::after {
  background-color: #838383;
}

.checkbox-success label::before {
  border-color: #65c15c;
}
.checkbox-success input[type=checkbox]:checked + label::before {
  border-color: #65c15c;
  color: #65c15c;
}
.checkbox-success input[type=checkbox]:checked + label::after {
  color: #fff;
}

.checkbox-solid-success label:before {
  background-color: #65c15c;
  border-color: #65c15c;
  color: #fff;
}
.checkbox-solid-success input[type=checkbox]:checked + label::before {
  background-color: #65c15c;
  border-color: #65c15c;
  color: #fff;
}
.checkbox-solid-success input[type=checkbox]:checked + label::after {
  color: #fff;
}

.radio-success input[type=radio] + label::before {
  border-color: #65c15c;
}
.radio-success input[type=radio] + label::after {
  background-color: #65c15c;
}
.radio-success input[type=radio]:checked + label::before {
  border-color: #65c15c;
}
.radio-success input[type=radio]:checked + label::after {
  background-color: #65c15c;
}

.checkbox-danger label::before {
  border-color: #fc564a;
}
.checkbox-danger input[type=checkbox]:checked + label::before {
  border-color: #fc564a;
  color: #fc564a;
}
.checkbox-danger input[type=checkbox]:checked + label::after {
  color: #fff;
}

.checkbox-solid-danger label:before {
  background-color: #fc564a;
  border-color: #fc564a;
  color: #fff;
}
.checkbox-solid-danger input[type=checkbox]:checked + label::before {
  background-color: #fc564a;
  border-color: #fc564a;
  color: #fff;
}
.checkbox-solid-danger input[type=checkbox]:checked + label::after {
  color: #fff;
}

.radio-danger input[type=radio] + label::before {
  border-color: #fc564a;
}
.radio-danger input[type=radio] + label::after {
  background-color: #fc564a;
}
.radio-danger input[type=radio]:checked + label::before {
  border-color: #fc564a;
}
.radio-danger input[type=radio]:checked + label::after {
  background-color: #fc564a;
}

.checkbox-info label::before {
  border-color: #40b8f5;
}
.checkbox-info input[type=checkbox]:checked + label::before {
  border-color: #40b8f5;
  color: #40b8f5;
}
.checkbox-info input[type=checkbox]:checked + label::after {
  color: #fff;
}

.checkbox-solid-info label:before {
  background-color: #40b8f5;
  border-color: #40b8f5;
  color: #fff;
}
.checkbox-solid-info input[type=checkbox]:checked + label::before {
  background-color: #40b8f5;
  border-color: #40b8f5;
  color: #fff;
}
.checkbox-solid-info input[type=checkbox]:checked + label::after {
  color: #fff;
}

.radio-info input[type=radio] + label::before {
  border-color: #40b8f5;
}
.radio-info input[type=radio] + label::after {
  background-color: #40b8f5;
}
.radio-info input[type=radio]:checked + label::before {
  border-color: #40b8f5;
}
.radio-info input[type=radio]:checked + label::after {
  background-color: #40b8f5;
}

.checkbox-light label::before {
  border-color: #f4f4f4;
}
.checkbox-light input[type=checkbox]:checked + label::before {
  border-color: #f4f4f4;
  color: #f4f4f4;
}
.checkbox-light input[type=checkbox]:checked + label::after {
  color: #fff;
}

.checkbox-solid-light label:before {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #fff;
}
.checkbox-solid-light input[type=checkbox]:checked + label::before {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #fff;
}
.checkbox-solid-light input[type=checkbox]:checked + label::after {
  color: #fff;
}

.radio-light input[type=radio] + label::before {
  border-color: #f4f4f4;
}
.radio-light input[type=radio] + label::after {
  background-color: #f4f4f4;
}
.radio-light input[type=radio]:checked + label::before {
  border-color: #f4f4f4;
}
.radio-light input[type=radio]:checked + label::after {
  background-color: #f4f4f4;
}

.checkbox-dark label::before {
  border-color: #3f475a;
}
.checkbox-dark input[type=checkbox]:checked + label::before {
  border-color: #3f475a;
  color: #3f475a;
}
.checkbox-dark input[type=checkbox]:checked + label::after {
  color: #fff;
}

.checkbox-solid-dark label:before {
  background-color: #3f475a;
  border-color: #3f475a;
  color: #fff;
}
.checkbox-solid-dark input[type=checkbox]:checked + label::before {
  background-color: #3f475a;
  border-color: #3f475a;
  color: #fff;
}
.checkbox-solid-dark input[type=checkbox]:checked + label::after {
  color: #fff;
}

.radio-dark input[type=radio] + label::before {
  border-color: #3f475a;
}
.radio-dark input[type=radio] + label::after {
  background-color: #3f475a;
}
.radio-dark input[type=radio]:checked + label::before {
  border-color: #3f475a;
}
.radio-dark input[type=radio]:checked + label::after {
  background-color: #3f475a;
}

.checkbox-warning label::before {
  border-color: #ffb829;
}
.checkbox-warning input[type=checkbox]:checked + label::before {
  border-color: #ffb829;
  color: #ffb829;
}
.checkbox-warning input[type=checkbox]:checked + label::after {
  color: #fff;
}

.checkbox-solid-warning label:before {
  background-color: #ffb829;
  border-color: #ffb829;
  color: #fff;
}
.checkbox-solid-warning input[type=checkbox]:checked + label::before {
  background-color: #ffb829;
  border-color: #ffb829;
  color: #fff;
}
.checkbox-solid-warning input[type=checkbox]:checked + label::after {
  color: #fff;
}

.radio-warning input[type=radio] + label::before {
  border-color: #ffb829;
}
.radio-warning input[type=radio] + label::after {
  background-color: #ffb829;
}
.radio-warning input[type=radio]:checked + label::before {
  border-color: #ffb829;
}
.radio-warning input[type=radio]:checked + label::after {
  background-color: #ffb829;
}

.m-checkbox-inline .checkbox {
  display: inline-block;
}
.m-checkbox-inline .radio {
  display: inline-block;
}
.m-checkbox-inline label {
  margin-right: 20px;
}

.radio label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
  cursor: pointer;
}
.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: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.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;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type=radio] {
  opacity: 0;
}
.radio input[type=radio]:focus + label::before {
  outline-offset: -2px;
}
.radio input[type=radio]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type=radio]:disabled + label {
  opacity: 0.65;
}
.radio input[type=radio]:disabled + label::before {
  cursor: not-allowed;
}
.radio .radio-inline {
  margin-top: 0;
}

/**=====================
    2.24 Radio CSS Ends
==========================**/
/**=====================
  2.25 Ribbon CSS Start
==========================**/
[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: #fff;
  z-index: 2;
}

.ribbon-clip {
  left: -14px;
}
.ribbon-clip:before {
  position: absolute;
  top: 30px;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border: 7px solid transparent;
  border-top-color: #3f475a;
  border-right-color: #3f475a;
}

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

.ribbon-vertical-right-wrapper {
  padding-right: 40px;
}

.ribbon-wrapper-bottom {
  padding-bottom: 40px;
  padding-top: 0;
}

.ribbon-wrapper-right-bottom {
  padding-right: 40px;
}

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

.ribbon-bookmark:before {
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border: 15px solid #3f475a;
  border-right: 10px solid transparent;
}

.ribbon-right {
  left: auto;
  right: -2px;
}

.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: #3f475a;
  border-right-color: #3f475a;
}

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

.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: #3f475a;
  border-right-color: #3f475a;
}

.ribbon-bookmark.ribbon-right:before {
  right: 100%;
  left: auto;
  border-right: 15px solid #3f475a;
  border-left: 10px solid transparent;
}

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

.ribbon-vertical-right {
  clear: none;
  padding: 0 5px;
  height: 70px;
  width: 30px;
  line-height: 70px;
  text-align: center;
  top: -2px;
  left: auto;
  right: 20px;
}
[dir=rtl] .ribbon-vertical-right {
  left: auto !important;
  right: 20px !important;
}

.ribbon-bookmark.ribbon-vertical-left:before, .ribbon-bookmark.ribbon-vertical-right:before {
  top: 100%;
  left: 0;
  margin-top: -14px;
  border-right: 15px solid #3f475a;
  border-bottom: 10px solid transparent;
}

.ribbon-primary {
  background: #108be9;
}

.ribbon-primary {
  background: #108be9;
}

.ribbon-bookmark.ribbon-primary:before {
  border-color: #108be9;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-primary:before {
  border-right-color: #108be9;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-primary:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-primary:before {
  border-right-color: #108be9;
  border-bottom-color: transparent;
}

.ribbon-primary.ribbon-corner:before {
  border-top-color: #108be9;
  border-left-color: #108be9;
}
.ribbon-primary.ribbon-corner.ribbon-right:before {
  border-right-color: #108be9;
  border-left-color: transparent;
}
.ribbon-primary.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #108be9;
}

.ribbon-primary.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #4433ff;
  border-right-color: #4433ff;
}

.ribbon-primary.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #4433ff;
  border-left-color: #4433ff;
}

.ribbon-primary.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #4433ff;
  border-right-color: #4433ff;
}

.ribbon-primary.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #4433ff;
  border-right-color: transparent;
  border-left-color: #4433ff;
}

.ribbon-secondary {
  background: #838383;
}

.ribbon-secondary {
  background: #838383;
}

.ribbon-bookmark.ribbon-secondary:before {
  border-color: #838383;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-secondary:before {
  border-right-color: #838383;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-secondary:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-secondary:before {
  border-right-color: #838383;
  border-bottom-color: transparent;
}

.ribbon-secondary.ribbon-corner:before {
  border-top-color: #838383;
  border-left-color: #838383;
}
.ribbon-secondary.ribbon-corner.ribbon-right:before {
  border-right-color: #838383;
  border-left-color: transparent;
}
.ribbon-secondary.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #838383;
}

.ribbon-secondary.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #6a6a6a;
  border-right-color: #6a6a6a;
}

.ribbon-secondary.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #6a6a6a;
  border-left-color: #6a6a6a;
}

.ribbon-secondary.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #6a6a6a;
  border-right-color: #6a6a6a;
}

.ribbon-secondary.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #6a6a6a;
  border-right-color: transparent;
  border-left-color: #6a6a6a;
}

.ribbon-success {
  background: #65c15c;
}

.ribbon-success {
  background: #65c15c;
}

.ribbon-bookmark.ribbon-success:before {
  border-color: #65c15c;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-success:before {
  border-right-color: #65c15c;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-success:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-success:before {
  border-right-color: #65c15c;
  border-bottom-color: transparent;
}

.ribbon-success.ribbon-corner:before {
  border-top-color: #65c15c;
  border-left-color: #65c15c;
}
.ribbon-success.ribbon-corner.ribbon-right:before {
  border-right-color: #65c15c;
  border-left-color: transparent;
}
.ribbon-success.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #65c15c;
}

.ribbon-success.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #4aaa40;
  border-right-color: #4aaa40;
}

.ribbon-success.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #4aaa40;
  border-left-color: #4aaa40;
}

.ribbon-success.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #4aaa40;
  border-right-color: #4aaa40;
}

.ribbon-success.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #4aaa40;
  border-right-color: transparent;
  border-left-color: #4aaa40;
}

.ribbon-danger {
  background: #fc564a;
}

.ribbon-danger {
  background: #fc564a;
}

.ribbon-bookmark.ribbon-danger:before {
  border-color: #fc564a;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-danger:before {
  border-right-color: #fc564a;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-danger:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-danger:before {
  border-right-color: #fc564a;
  border-bottom-color: transparent;
}

.ribbon-danger.ribbon-corner:before {
  border-top-color: #fc564a;
  border-left-color: #fc564a;
}
.ribbon-danger.ribbon-corner.ribbon-right:before {
  border-right-color: #fc564a;
  border-left-color: transparent;
}
.ribbon-danger.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #fc564a;
}

.ribbon-danger.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #fb2718;
  border-right-color: #fb2718;
}

.ribbon-danger.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #fb2718;
  border-left-color: #fb2718;
}

.ribbon-danger.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #fb2718;
  border-right-color: #fb2718;
}

.ribbon-danger.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #fb2718;
  border-right-color: transparent;
  border-left-color: #fb2718;
}

.ribbon-info {
  background: #40b8f5;
}

.ribbon-info {
  background: #40b8f5;
}

.ribbon-bookmark.ribbon-info:before {
  border-color: #40b8f5;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-info:before {
  border-right-color: #40b8f5;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-info:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-info:before {
  border-right-color: #40b8f5;
  border-bottom-color: transparent;
}

.ribbon-info.ribbon-corner:before {
  border-top-color: #40b8f5;
  border-left-color: #40b8f5;
}
.ribbon-info.ribbon-corner.ribbon-right:before {
  border-right-color: #40b8f5;
  border-left-color: transparent;
}
.ribbon-info.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #40b8f5;
}

.ribbon-info.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #10a6f2;
  border-right-color: #10a6f2;
}

.ribbon-info.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #10a6f2;
  border-left-color: #10a6f2;
}

.ribbon-info.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #10a6f2;
  border-right-color: #10a6f2;
}

.ribbon-info.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #10a6f2;
  border-right-color: transparent;
  border-left-color: #10a6f2;
}

.ribbon-light {
  background: #f4f4f4;
}

.ribbon-light {
  background: #f4f4f4;
}

.ribbon-bookmark.ribbon-light:before {
  border-color: #f4f4f4;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-light:before {
  border-right-color: #f4f4f4;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-light:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-light:before {
  border-right-color: #f4f4f4;
  border-bottom-color: transparent;
}

.ribbon-light.ribbon-corner:before {
  border-top-color: #f4f4f4;
  border-left-color: #f4f4f4;
}
.ribbon-light.ribbon-corner.ribbon-right:before {
  border-right-color: #f4f4f4;
  border-left-color: transparent;
}
.ribbon-light.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #f4f4f4;
}

.ribbon-light.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #dbdbdb;
  border-right-color: #dbdbdb;
}

.ribbon-light.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #dbdbdb;
  border-left-color: #dbdbdb;
}

.ribbon-light.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #dbdbdb;
  border-right-color: #dbdbdb;
}

.ribbon-light.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #dbdbdb;
  border-right-color: transparent;
  border-left-color: #dbdbdb;
}

.ribbon-dark {
  background: #3f475a;
}

.ribbon-dark {
  background: #3f475a;
}

.ribbon-bookmark.ribbon-dark:before {
  border-color: #3f475a;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-dark:before {
  border-right-color: #3f475a;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-dark:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-dark:before {
  border-right-color: #3f475a;
  border-bottom-color: transparent;
}

.ribbon-dark.ribbon-corner:before {
  border-top-color: #3f475a;
  border-left-color: #3f475a;
}
.ribbon-dark.ribbon-corner.ribbon-right:before {
  border-right-color: #3f475a;
  border-left-color: transparent;
}
.ribbon-dark.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #3f475a;
}

.ribbon-dark.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #2a2f3c;
  border-right-color: #2a2f3c;
}

.ribbon-dark.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #2a2f3c;
  border-left-color: #2a2f3c;
}

.ribbon-dark.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #2a2f3c;
  border-right-color: #2a2f3c;
}

.ribbon-dark.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #2a2f3c;
  border-right-color: transparent;
  border-left-color: #2a2f3c;
}

.ribbon-warning {
  background: #ffb829;
}

.ribbon-warning {
  background: #ffb829;
}

.ribbon-bookmark.ribbon-warning:before {
  border-color: #ffb829;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-warning:before {
  border-right-color: #ffb829;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-warning:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-warning:before {
  border-right-color: #ffb829;
  border-bottom-color: transparent;
}

.ribbon-warning.ribbon-corner:before {
  border-top-color: #ffb829;
  border-left-color: #ffb829;
}
.ribbon-warning.ribbon-corner.ribbon-right:before {
  border-right-color: #ffb829;
  border-left-color: transparent;
}
.ribbon-warning.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #ffb829;
}

.ribbon-warning.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #f5a400;
  border-right-color: #f5a400;
}

.ribbon-warning.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #f5a400;
  border-left-color: #f5a400;
}

.ribbon-warning.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #f5a400;
  border-right-color: #f5a400;
}

.ribbon-warning.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #f5a400;
  border-right-color: transparent;
  border-left-color: #f5a400;
}

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

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

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

.ribbon-wrapper {
  transform: translate(20deg);
}

.animated-ribbon {
  position: relative;
}
.animated-ribbon .box {
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, 50%);
  perspective: 50px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  position: relative;
}
.animated-ribbon .box .ribbon {
  position: absolute;
  right: -21px;
  bottom: 10px;
  height: 60px;
  transform-style: preserve-3d;
  line-height: 2.2;
}
.animated-ribbon .box .ribbon i {
  position: absolute;
  display: block;
  bottom: 0px;
  transition: all 0.2s ease-in;
}
.animated-ribbon .box .ribbon i.back {
  background: var(--theme-default);
  width: 0px;
  height: 36px;
  left: 100%;
  transform: skewY(-30deg);
  transform-origin: 0% 100%;
  transition-delay: 0.45s;
}
.animated-ribbon .box .ribbon i.front {
  width: 0px;
  background: var(--theme-default);
  height: 36px;
  right: -10px;
  bottom: 11px;
  transition-delay: 0.35s;
}
.animated-ribbon .box .ribbon i.fold {
  background: var(--theme-default);
  right: 180px;
  height: 40px;
  width: 0px;
  bottom: 11px;
  transform: rotateY(-45deg) skewY(-40deg);
  transform-origin: 100% 0%;
  transition-delay: 0.15s;
}
.animated-ribbon .box .ribbon i.foldback {
  width: 0px;
  background: var(--theme-default);
  height: 29px;
  right: 200px;
  bottom: 16px;
  transition-delay: 0s;
}
.animated-ribbon .box .ribbon i span {
  position: absolute;
  opacity: 0;
  color: #fff;
  text-align: center;
  padding: 3px 38px;
  transition: all 0.4s ease-out;
}
.animated-ribbon:hover .ribbon i.back {
  width: 10px;
  transition-delay: 0s;
}
.animated-ribbon:hover .ribbon i.front {
  width: 145px;
  transition-delay: 0.15s;
}
.animated-ribbon:hover .ribbon i span {
  opacity: 1;
  transition-delay: 0.2s;
}

.smooth-animate:hover .label {
  padding-left: 1em;
}
[dir=rtl] .smooth-animate:hover .label {
  padding-left: 0.75em;
  padding-right: 1em;
}
.smooth-animate .media-image {
  display: inline-block;
  width: auto;
  position: relative;
}
.smooth-animate .media-image img {
  display: block;
}
.smooth-animate .label {
  position: absolute;
  top: -132px;
  left: -24px;
  display: inline-block;
  padding: 0 0.75em;
  border-radius: 5px 2px 2px 0px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 2.35em;
  font-weight: bold;
  color: #fff;
  background-color: #fc564a;
  z-index: 7;
  box-shadow: 0px 2px 0 rgba(63, 71, 90, 0.1);
  transition: all 0.1s;
}
[dir=rtl] .smooth-animate .label {
  left: unset;
  right: -24px;
  border-radius: 2px 5px 0px 2px;
}
.smooth-animate .label:before {
  content: " ";
  display: block;
  position: absolute;
  width: 5px;
  height: 4px;
  left: 0;
  bottom: -4px;
  background-color: #fc564a;
}
[dir=rtl] .smooth-animate .label:before {
  left: unset;
  right: 0;
}
.smooth-animate .label:after {
  content: " ";
  display: block;
  position: absolute;
  width: 5px;
  height: 6px;
  bottom: -6px;
  left: 0;
  background-color: #fc564a;
  border-radius: 5px 0 0 5px;
}
[dir=rtl] .smooth-animate .label:after {
  left: unset;
  right: 0;
}

.vertical-left-animate .ribbon-wrapper {
  overflow: hidden;
}
.vertical-left-animate .ribbon-wrapper .ribbon {
  left: -50px;
  transition: all 0.2s ease;
}
[dir=rtl] .vertical-left-animate .ribbon-wrapper .ribbon {
  direction: ltr;
}
.vertical-left-animate .ribbon-wrapper .ribbon i {
  margin-left: 12px;
}
.vertical-left-animate .ribbon-wrapper .ribbon span {
  opacity: 0;
  transition: all 0.2s ease;
}
.vertical-left-animate .ribbon-wrapper .ribbon-bookmark::before {
  left: 84%;
}
.vertical-left-animate:hover .ribbon-wrapper .ribbon {
  left: 0px;
  transition: all 0.2s ease;
}
.vertical-left-animate:hover .ribbon-wrapper .ribbon span {
  opacity: 1;
  transition: all 0.2s ease;
}

.triangular-ribbon {
  transition: all 0.3s ease;
}
.triangular-ribbon .ribbon-wrapper {
  overflow: hidden;
}
.triangular-ribbon .ribbon-wrapper .triangular-ribbon-box {
  width: 100px;
  height: 100px;
  background: #e8e5ff;
  position: absolute;
  top: -50px;
  left: -50px;
  transform: rotate(315deg);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: end;
  border: 3px solid var(--theme-default);
  transition: all 0.3s ease;
  opacity: 0;
}
.triangular-ribbon .ribbon-wrapper .triangular-ribbon-box > div {
  position: absolute;
  bottom: -2px;
  left: 36px;
}
.triangular-ribbon .ribbon-wrapper .triangular-ribbon-box > div svg {
  width: 20px;
  height: 20px;
  stroke: var(--theme-default);
}
.triangular-ribbon:hover {
  transition: all 0.3s ease;
}
.triangular-ribbon:hover .triangular-ribbon-box {
  opacity: 1;
  transition: all 0.3s ease;
}

.vertical-ribbon-animate:hover .ribbon-vertical-right {
  animation: shrink 0.3s ease;
}
.vertical-ribbon-animate .ribbon-vertical-right {
  width: 115px;
  line-height: 45px;
  height: 45px;
  border-radius: 0 0 50% 50%;
  box-shadow: 0px 8px 16px -4px rgba(0, 0, 0, 0.25);
  top: 0;
}
.vertical-ribbon-animate .ribbon-vertical-right::before {
  content: unset;
}
.vertical-ribbon-animate .ribbon-vertical-right > div i {
  margin-right: 6px;
}
[dir=rtl] .vertical-ribbon-animate .ribbon-vertical-right > div i {
  margin-right: unset;
  margin-left: 6px;
}
.vertical-ribbon-animate .ribbon-bottom-arrow {
  position: absolute;
  left: 38px;
  line-height: 40px;
  border-radius: 0;
  top: -12px;
  border-left: 12px solid rgba(0, 0, 0, 0.3333333333);
  border-bottom: 14px solid rgba(0, 0, 0, 0);
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 14px), calc(50% + 6px) 100%, 12px calc(100% - 14px), 12px 12px, 0 12px);
}

@media (max-width: 1407px) and (min-width: 992px) {
  .smooth-animate .label {
    top: -178px !important;
  }
}
@media (max-width: 793px) and (min-width: 619px) {
  .smooth-animate .label {
    top: -173px;
  }
}
@media (max-width: 618px) and (min-width: 576px) {
  .smooth-animate .label {
    top: -200px;
  }
}
@media (max-width: 399px) {
  .smooth-animate .label {
    top: -175px;
  }
}

/**=====================
  2.25 Ribbon CSS Ends
==========================**/
/**=====================
   2.26 Range-slider CSS Start
==========================**/
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single,
.irs--flat .irs-bar {
  background-color: #108be9;
}
.irs--flat .irs-from::before,
.irs--flat .irs-to::before,
.irs--flat .irs-single::before,
.irs--flat .irs-bar::before {
  border-top-color: #108be9;
}
.irs--flat .irs-handle i:first-child {
  background-color: #108be9;
}

.irs--round .irs-single {
  background-color: #838383;
}
.irs--round .irs-single::before {
  border-top-color: #838383;
}
.irs--round .irs-handle {
  border: 4px solid #838383;
}
.irs--round .irs-bar {
  background-color: #838383;
}

.irs--square .irs-handle {
  border: 3px solid #65c15c;
}
.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-bar {
  background-color: #65c15c;
}

.irs--sharp .irs-from::before,
.irs--sharp .irs-to::before {
  border-top-color: #40b8f5;
}
.irs--sharp .irs-min,
.irs--sharp .irs-max,
.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-bar {
  background-color: #40b8f5;
}
.irs--sharp .irs-line {
  background-color: #cccccc;
}
.irs--sharp .irs-handle {
  background-color: #40b8f5;
}
.irs--sharp .irs-handle i:first-child {
  border-top-color: #40b8f5;
}

.irs--big .irs-bar {
  border: 1px solid #ffb829;
  background: #ffb829;
  box-shadow: unset;
}
.irs--big .irs-from,
.irs--big .irs-to {
  background-color: #ffb829;
  background: unset;
}
.irs--big .irs-handle {
  background: #ffb829;
}
.irs--big .irs-grid-pol {
  background-color: #ffb829;
}
.irs--big .irs-grid-text {
  color: #ffb829;
}

.irs--modern .irs-single {
  background-color: #fc564a;
}
.irs--modern .irs-single::before {
  border-top-color: #fc564a;
}
.irs--modern .irs-bar {
  background: #fc564a;
}
.irs--modern .irs-grid-text {
  color: #fc564a;
}

/**=====================
    2.26 Range-slider CSS Ends
==========================**/
/**=====================
    2.27 Switch CSS Start
==========================**/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input {
  display: none;
}
.switch input:checked + .switch-state {
  background-color: var(--theme-default);
}
.switch input:checked + .switch-state:before {
  transform: translateX(26px);
}
.switch input:checked + .switch-state.large-switch::before {
  transform: translateX(32px);
}
.switch input:focus + .switch-state {
  box-shadow: 0 0 1px var(--theme-default);
}

.switch-state {
  border-radius: 20px;
  position: absolute;
  cursor: pointer;
  inset: 0;
  background-color: #f4f4f4;
  transition: 0.4s;
}
.switch-state:before {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  transition: 0.4s;
  border-radius: 20px;
}

.icon-state .switch-state:after {
  content: "\efb8";
  font-family: IcoFont;
  left: 10px;
  position: absolute;
  top: 10px;
  color: #3f475a;
  transition: 0.4s;
  opacity: 0.3;
}
.icon-state input:checked + .switch-state:after {
  content: "\efad";
  left: 36px;
  opacity: 1;
  transition: 0.4s;
}

.switch-lg .switch {
  width: 75px;
  height: 40px;
  padding: 0;
  margin: 0;
}
.switch-lg .switch .switch-state:before {
  width: 30px;
  height: 30px;
  left: 7px;
  bottom: 5px;
  top: 4px;
}
.switch-lg .switch .switch-state.large-switch::before {
  top: 5px;
}

.switch-lg.icon-state .switch .switch-state:after {
  left: 12px;
  font-size: 18px;
}
.switch-lg.icon-state .switch input:checked + .switch-state:after {
  left: 47px;
}
.switch-lg.icon-state .switch input:checked + .switch-state:before {
  transform: translateX(32px);
}

.switch-sm.icon-state .switch .switch-state:after {
  top: 4px;
  left: 4px;
  font-size: 8px;
}
.switch-sm.icon-state .switch input:checked + .switch-state:after {
  left: 13px;
  top: 4px;
}
.switch-sm .switch {
  width: 25px;
  height: 16px;
  margin-top: 10px;
  margin-bottom: 0px;
}
.switch-sm .switch .switch-state:before {
  width: 8px;
  height: 8px;
  left: 4px;
  bottom: 4px;
}
.switch-sm input:checked + .switch-state:before {
  left: -13px;
}

.switch-outline .switch-state {
  background-color: #fff;
  border: 1px solid var(--theme-default);
  transition: 0.4s;
}
.switch-outline .switch-state:before {
  background-color: #f4f4f4;
  bottom: 3px;
  color: #fff;
}

.switch-outline .switch input {
  display: none;
}
.switch-outline .switch input:checked + .switch-state {
  background-color: transparent;
  border: 1px solid var(--theme-default);
}
.switch-outline .switch input:checked + .switch-state:before {
  background-color: var(--theme-default);
  bottom: 3px;
  transform: translateX(26px);
}
.switch-outline .switch input:checked + .switch-state:after {
  color: #fff;
}
.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);
}
.switch-outline .switch input:checked + .switch-state.bg-dark {
  background-color: transparent !important;
  border: 1px solid #3f475a;
}
.switch-outline .switch input:checked + .switch-state.bg-dark:before {
  background-color: #3f475a;
}
.switch-outline .switch input:checked + .switch-state.bg-warning {
  background-color: transparent !important;
  border: 1px solid #ffb829;
}
.switch-outline .switch input:checked + .switch-state.bg-warning:before {
  background-color: #ffb829;
}
.switch-outline .switch input:checked + .switch-state.bg-success {
  background-color: transparent !important;
  border: 1px solid #65c15c;
}
.switch-outline .switch input:checked + .switch-state.bg-success:before {
  background-color: #65c15c;
}
.switch-outline .switch input:checked + .switch-state.bg-info {
  background-color: transparent !important;
  border: 1px solid #40b8f5;
}
.switch-outline .switch input:checked + .switch-state.bg-info:before {
  background-color: #40b8f5;
}
.switch-outline .switch input:checked + .switch-state.bg-danger {
  background-color: transparent !important;
  border: 1px solid #fc564a;
}
.switch-outline .switch input:checked + .switch-state.bg-danger:before {
  background-color: #fc564a;
}
.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);
}
.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);
}
.switch-outline .switch-state.bg-primary {
  border: 1px solid var(--theme-default);
  background-color: transparent !important;
}
.switch-outline .switch-state.bg-secondary {
  border: 1px solid var(--theme-secondary);
  background-color: transparent !important;
}
.switch-outline .switch-state.bg-warning {
  border: 1px solid #ffb829;
  background-color: transparent !important;
}
.switch-outline .switch-state.bg-success {
  border: 1px solid #65c15c;
  background-color: transparent !important;
}
.switch-outline .switch-state.bg-info {
  border: 1px solid #40b8f5;
  background-color: transparent !important;
}
.switch-outline .switch-state.bg-danger {
  border: 1px solid #fc564a;
  background-color: transparent !important;
}
.switch-outline .switch-state.bg-dark {
  border: 1px solid #3f475a;
  background-color: transparent !important;
}

.switch-showcase {
  margin-bottom: -8px;
}
.switch-showcase .d-flex {
  line-height: 1;
}
.switch-showcase .form-check .form-check-input {
  float: right;
}

.form-switch .form-check-input:checked {
  background-color: var(--theme-default);
  border-color: var(--theme-default);
}

.tg-list {
  text-align: center;
  display: flex;
  align-items: center;
}

.tgl {
  display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
  box-sizing: border-box;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}

.tgl-skewed + .tgl-btn {
  overflow: hidden;
  transform: skew(-10deg);
  backface-visibility: hidden;
  transition: all 0.2s ease;
  background: #838383;
}
.tgl-skewed + .tgl-btn:after, .tgl-skewed + .tgl-btn:before {
  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 {
  left: 100%;
  content: attr(data-tg-on);
}
.tgl-skewed + .tgl-btn:before {
  left: 0;
  content: attr(data-tg-off);
}
.tgl-skewed + .tgl-btn:active {
  background: #838383;
}
.tgl-skewed + .tgl-btn:active:before {
  left: -10%;
}
.tgl-skewed:checked + .tgl-btn {
  background: #108be9;
}
.tgl-skewed:checked + .tgl-btn:before {
  left: -100%;
}
.tgl-skewed:checked + .tgl-btn:after {
  left: 0;
}
.tgl-skewed:checked + .tgl-btn:active:after {
  left: 10%;
}

.tgl-flip + .tgl-btn {
  padding: 2px;
  transition: all 0.2s ease;
  perspective: 100px;
}
.tgl-flip + .tgl-btn:after, .tgl-flip + .tgl-btn:before {
  display: inline-block;
  transition: all 0.4s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 2em;
  font-weight: 500;
  color: var(--white);
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  border-radius: 4px;
}
.tgl-flip + .tgl-btn:after {
  content: attr(data-tg-on);
  background: #ffb829;
  transform: rotateY(-180deg);
}
.tgl-flip + .tgl-btn:before {
  background: #fc564a;
  content: attr(data-tg-off);
}
.tgl-flip + .tgl-btn:active:before {
  transform: rotateY(-20deg);
}
.tgl-flip:checked + .tgl-btn:before {
  transform: rotateY(180deg);
}
.tgl-flip:checked + .tgl-btn:after {
  transform: rotateY(0);
  left: 0;
  background: #65c15c;
}
.tgl-flip:checked + .tgl-btn:active:after {
  transform: rotateY(20deg);
}

.radius-none .form-check-input {
  border-radius: 3px;
}

.tg-list .tg-list-item .square-checked .switch-state::before {
  content: "";
  border-radius: 0;
}

.switch-wrapper .d-flex {
  margin-right: 20px;
}
[dir=rtl] .switch-wrapper .d-flex {
  margin-right: unset;
  margin-left: 20px;
}
.switch-wrapper .d-flex .col-form-label {
  padding-bottom: 0;
}
.switch-wrapper .tg-list p {
  margin: 0 8px 0 0;
}

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

/**=====================
    2.27 Switch CSS Ends
==========================**/
/**=====================
  2.28 Tab CSS Start
==========================**/
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: var(--theme-default);
}

.main-vertical-tab .nav .nav-link {
  display: flex;
  align-items: center;
  gap: 8px;
}

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

.nav-right {
  justify-content: flex-end;
}

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

.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: #fff;
}

.nav-secondary .nav-link,
.nav-pills.nav-secondary .nav-link {
  color: #838383;
}
.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: #838383;
  color: #fff;
}

.nav-success .nav-link,
.nav-pills.nav-success .nav-link {
  color: #65c15c;
}
.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: #65c15c;
  color: #fff;
}

.nav-danger .nav-link,
.nav-pills.nav-danger .nav-link {
  color: #fc564a;
}
.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: #fc564a;
  color: #fff;
}

.nav-info .nav-link,
.nav-pills.nav-info .nav-link {
  color: #40b8f5;
}
.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: #40b8f5;
  color: #fff;
}

.nav-light .nav-link,
.nav-pills.nav-light .nav-link {
  color: #f4f4f4;
}
.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: #f4f4f4;
  color: #fff;
}

.nav-dark .nav-link,
.nav-pills.nav-dark .nav-link {
  color: #3f475a;
}
.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: #3f475a;
  color: #fff;
}

.nav-warning .nav-link,
.nav-pills.nav-warning .nav-link {
  color: #ffb829;
}
.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: #ffb829;
  color: #fff;
}

.nav-tabs.nav-bottom .nav-item .nav-link.active,
.nav-tabs.nav-bottom .nav-item .nav-link.focus,
.nav-tabs.nav-bottom .nav-item .nav-link.hover {
  border-color: #fff #dee2e6 #dee2e6;
}

.tab-content ~ .nav-tabs.border-tab {
  margin-bottom: 0;
  margin-top: 30px;
}

.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: #3f475a;
  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);
}
.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-bottom: none;
}

.border-tab.nav-left .nav-link {
  transition: all 0.3s ease;
  color: #3f475a;
}
.border-tab.nav-left .nav-link.active,
.border-tab.nav-left .show > .nav-link {
  background-color: transparent;
  border-left-color: var(--theme-default);
  color: var(--theme-default);
  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: #3f475a;
  text-align: right;
}
.border-tab.nav-right .nav-link.active,
.border-tab.nav-right .show > .nav-link {
  background-color: transparent;
  border-right-color: var(--theme-default);
  color: var(--theme-default);
  border-radius: 0;
  transition: all 0.3s ease;
}

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

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

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

.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: #838383;
  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 #838383;
}
.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: #838383;
}

.border-tab.nav-left.nav-secondary .nav-link.active,
.border-tab.nav-left.nav-secondary .show > .nav-link {
  border-left-color: #838383;
  color: #838383;
}

.border-tab.nav-right.nav-secondary .nav-link.active,
.border-tab.nav-right.nav-secondary .show > .nav-link {
  border-right-color: #838383;
  color: #838383;
}

.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: #65c15c;
  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 #65c15c;
}
.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: #65c15c;
}

.border-tab.nav-left.nav-success .nav-link.active,
.border-tab.nav-left.nav-success .show > .nav-link {
  border-left-color: #65c15c;
  color: #65c15c;
}

.border-tab.nav-right.nav-success .nav-link.active,
.border-tab.nav-right.nav-success .show > .nav-link {
  border-right-color: #65c15c;
  color: #65c15c;
}

.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: #fc564a;
  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 #fc564a;
}
.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: #fc564a;
}

.border-tab.nav-left.nav-danger .nav-link.active,
.border-tab.nav-left.nav-danger .show > .nav-link {
  border-left-color: #fc564a;
  color: #fc564a;
}

.border-tab.nav-right.nav-danger .nav-link.active,
.border-tab.nav-right.nav-danger .show > .nav-link {
  border-right-color: #fc564a;
  color: #fc564a;
}

.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: #40b8f5;
  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 #40b8f5;
}
.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: #40b8f5;
}

.border-tab.nav-left.nav-info .nav-link.active,
.border-tab.nav-left.nav-info .show > .nav-link {
  border-left-color: #40b8f5;
  color: #40b8f5;
}

.border-tab.nav-right.nav-info .nav-link.active,
.border-tab.nav-right.nav-info .show > .nav-link {
  border-right-color: #40b8f5;
  color: #40b8f5;
}

.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: #f4f4f4;
  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 #f4f4f4;
}
.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: #f4f4f4;
}

.border-tab.nav-left.nav-light .nav-link.active,
.border-tab.nav-left.nav-light .show > .nav-link {
  border-left-color: #f4f4f4;
  color: #f4f4f4;
}

.border-tab.nav-right.nav-light .nav-link.active,
.border-tab.nav-right.nav-light .show > .nav-link {
  border-right-color: #f4f4f4;
  color: #f4f4f4;
}

.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: #3f475a;
  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 #3f475a;
}
.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: #3f475a;
}

.border-tab.nav-left.nav-dark .nav-link.active,
.border-tab.nav-left.nav-dark .show > .nav-link {
  border-left-color: #3f475a;
  color: #3f475a;
}

.border-tab.nav-right.nav-dark .nav-link.active,
.border-tab.nav-right.nav-dark .show > .nav-link {
  border-right-color: #3f475a;
  color: #3f475a;
}

.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: #ffb829;
  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 #ffb829;
}
.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: #ffb829;
}

.border-tab.nav-left.nav-warning .nav-link.active,
.border-tab.nav-left.nav-warning .show > .nav-link {
  border-left-color: #ffb829;
  color: #ffb829;
}

.border-tab.nav-right.nav-warning .nav-link.active,
.border-tab.nav-right.nav-warning .show > .nav-link {
  border-right-color: #ffb829;
  color: #ffb829;
}

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

.tab-img {
  height: 100px;
}

.nav-item .navlink-title {
  background-color: unset;
  padding: 8px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.simple-wrapper .dropdown-collection .dropdown-item:hover, .simple-wrapper .dropdown-collection .dropdown-item:active {
  background-color: #cccccc !important;
}

.blog-wrapper .blog-img {
  height: 100px;
}
@media (max-width: 500px) {
  .blog-wrapper .blog-img {
    height: 75px;
  }
}

.designer-details {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1540px) {
  .designer-details {
    gap: 14px;
  }
}
.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: calc(38px + 12 * (100vw - 320px) / 1600);
  border-radius: 100%;
}
.designer-details .designer-profile .designer-wrap .designer-content h6 {
  font-weight: 500;
}
.designer-details .designer-profile .designer-wrap .designer-content p {
  color: #999999;
}

.nav-tabs .nav-border {
  color: #000;
  border: none;
}

.ico-color {
  color: #ffb829;
  font-size: 16px;
}

.main-inbox .header-inbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #999999;
  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: 12px;
}
@media (max-width: 560px) {
  .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-border);
  align-items: center;
}
@media (max-width: 630px) {
  .main-inbox .body-inbox .body-h-wrapper {
    align-items: unset;
  }
}

.tab-space {
  font-size: 14px;
}

#bottom-tab .nav-border.tab-primary:hover {
  color: #108be9;
}
#bottom-tab .nav-border.tab-primary:focus, #bottom-tab .nav-border.tab-primary:active, #bottom-tab .nav-border.tab-primary.active {
  color: #108be9;
  border-bottom: 2px solid #108be9;
}

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

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

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

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

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

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

#bottom-tab .nav-border.tab-dark:hover {
  color: #3f475a;
}
#bottom-tab .nav-border.tab-dark:focus, #bottom-tab .nav-border.tab-dark:active, #bottom-tab .nav-border.tab-dark.active {
  color: #3f475a;
  border-bottom: 2px solid #3f475a;
}

#sideline-tab .nav-effect {
  display: inline-block;
  position: relative;
}
#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;
  transform: scale(0, 1);
}
#sideline-tab .nav-effect:hover::after {
  opacity: 1;
  transform: scale(1);
}

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

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

::placeholder {
  font-size: 14px;
}

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

.bg-navbar .nav {
  justify-content: flex-end;
  background-color: #f4f4f4;
  border-radius: 8px;
}
.bg-navbar .nav .nav-item .nav-link {
  color: #898989;
}
.bg-navbar .nav .nav-item .nav-link.active {
  background-color: #108be9;
  color: #fff;
}
.bg-navbar .skill-tab .form-control {
  width: 45%;
}
.bg-navbar .skill-tab ul {
  list-style-type: circle;
  margin-left: 16px;
}
[dir=rtl] .bg-navbar .skill-tab ul {
  margin-left: unset;
  margin-right: 16px;
}
.bg-navbar .skill-tab ul li {
  padding-bottom: 4px;
}
.bg-navbar .skill-tab ul li:last-child {
  padding-bottom: unset;
}
.bg-navbar img {
  height: calc(160px + 85 * (100vw - 320px) / 1600);
}
@media (max-width: 500px) and (min-width: 356px) {
  .bg-navbar img {
    height: 118px;
  }
}
@media (max-width: 355px) {
  .bg-navbar img {
    height: 80px;
  }
}

@media (max-width: 1694px) {
  .arrow-tabs.bg-navbar .tab-content .common-box p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.arrow-tabs.bg-navbar .nav {
  justify-content: flex-start;
  border-radius: 0;
}
.arrow-tabs.bg-navbar .nav .nav-item {
  clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
}
[dir=rtl] .arrow-tabs.bg-navbar .nav .nav-item {
  clip-path: polygon(15% 0%, 0% 50%, 15% 100%, 100% 100%, 100% 0%);
}
.arrow-tabs.bg-navbar .nav .nav-item .nav-link.active {
  border-radius: 0;
  background-color: var(--theme-default);
}
.arrow-tabs.bg-navbar .common-box {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 18px;
}
.arrow-tabs.bg-navbar .common-box:first-child p {
  margin-bottom: 14px;
}
.arrow-tabs i {
  font-size: calc(13px + 3 * (100vw - 320px) / 1600);
  color: #52526c;
}
[dir=rtl] .arrow-tabs i {
  transform: scaleX(-1);
}

.bottom-navbar .nav.nav-pills {
  justify-content: center;
}
.bottom-navbar .nav.nav-pills .nav-item {
  flex: 1 1 0;
}
.bottom-navbar .nav.nav-pills .nav-item .nav-link {
  text-align: center;
}
.bottom-navbar .nav.nav-pills .nav-item .nav-link img {
  height: 20px;
  margin-right: 8px;
  filter: grayscale(1);
  transition: all 0.3s ease;
}
[dir=rtl] .bottom-navbar .nav.nav-pills .nav-item .nav-link img {
  margin-right: unset;
  margin-left: 8px;
}
.bottom-navbar .nav.nav-pills .nav-item .nav-link.active img {
  filter: grayscale(0);
  transition: all 0.3s ease;
  transform: scale(1.2);
}
.bottom-navbar .tab-content .common-flex {
  margin-bottom: 18px;
}
.bottom-navbar .tab-content .common-flex img {
  height: 20px;
}
.bottom-navbar .tab-content .tab-paragraph {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 14px;
}
.bottom-navbar .tab-content .tab-paragraph i {
  font-size: calc(13px + 3 * (100vw - 320px) / 1600);
  color: #52526c;
}
[dir=rtl] .bottom-navbar .tab-content .tab-paragraph i {
  transform: scaleX(-1);
}

.horizontal-icons-tab .nav-tabs {
  margin: 0;
  background-image: linear-gradient(135deg, var(--light-bg) 0%, var(--light-bg) 100%);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 2px 2px 0px 0px;
  flex-wrap: wrap;
}
@media (max-width: 764px) {
  .horizontal-icons-tab .nav-tabs {
    row-gap: 8px;
  }
}
.horizontal-icons-tab .nav-tabs .nav-item .nav-link {
  background: transparent;
  background-image: linear-gradient(90deg, transparent 70%, rgba(255, 255, 255, 0.2) 100%);
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: 0.3s ease;
  border-radius: 0;
  padding-top: 10px;
}
@media (max-width: 1529px) and (min-width: 1400px) {
  .horizontal-icons-tab .nav-tabs .nav-item .nav-link {
    padding-inline: 12px;
  }
}
.horizontal-icons-tab .nav-tabs .nav-item .nav-link i {
  color: var(--body-font-color);
  opacity: 0.8;
  z-index: 2;
}
[dir=rtl] .horizontal-icons-tab .nav-tabs .nav-item .nav-link i {
  margin-right: unset;
  margin-left: 10px;
}
.horizontal-icons-tab .nav-tabs .nav-item .nav-link::before {
  background-image: linear-gradient(135deg, var(--theme-default) 0%, #40b8f5 100%);
  content: "";
  width: 100%;
  height: 0px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s ease-in-out;
  z-index: 2;
}
.horizontal-icons-tab .nav-tabs .nav-item .nav-link:hover, .horizontal-icons-tab .nav-tabs .nav-item .nav-link::before {
  height: 100%;
  z-index: 2;
  bottom: 0;
}
.horizontal-icons-tab .nav-tabs .nav-item .nav-link.active {
  background-color: var(--white);
  z-index: 0;
  border-right: 0px;
  border-left: 0px;
  bottom: 0px;
  overflow: hidden;
  color: #108be9;
}
.horizontal-icons-tab .nav-tabs .nav-item .nav-link.active:hover span {
  opacity: 1;
  background-color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.horizontal-icons-tab .nav-tabs .nav-item .nav-link::before {
  content: "";
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
}
.horizontal-icons-tab .nav-tabs .nav-item .nav-link span {
  opacity: 0.6;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition: 0.5s ease;
  padding: 0;
  margin: 0;
  color: var(--body-font-color);
  backface-visibility: hidden;
  font-weight: 400;
}
.horizontal-icons-tab .nav-tabs .nav-item .nav-link span::before {
  content: attr(data-title);
  position: absolute;
  height: auto;
  width: auto;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.1;
  font-size: 40px;
  transition: 1s ease-out;
  z-index: -1;
  font-weight: 600;
  top: 110%;
}
.horizontal-icons-tab .nav-tabs .nav-item .nav-link:hover span {
  color: #fff;
  opacity: 1;
}
.horizontal-icons-tab .nav-tabs .nav-item .nav-link:hover::before {
  height: 100%;
  z-index: 2;
  bottom: 0;
}
.horizontal-icons-tab .nav-tabs .nav-item .nav-link:hover i {
  color: #fff;
}

.bottom-border-tab .nav .nav-item .nav-link {
  border-bottom: 2px solid transparent;
}

/**=====================
    2.28 Tab CSS Ends
==========================**/
/**=====================
    2.29 Table CSS Start
==========================**/
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: var(--chart-progress-light);
}

.table tbody tr:last-child td,
.table tbody tr:last-child th {
  border-bottom: none;
}

.pills-component {
  width: 20%;
}

#row_create td.highlight {
  font-weight: 500;
  color: #108be9;
}
#row_create td.danger {
  font-weight: 500;
  color: #fc564a;
}

.table {
  margin-bottom: 0px;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: #e9edf1;
}
.table th,
.table td {
  padding: 0.75rem;
}
.table.table-primary th {
  color: #fff;
}
.table thead.bg-primary tr th {
  color: #fff;
}
.table th {
  color: #404040;
  font-weight: 500;
}
.table th.c-light {
  color: #52526c;
}
.table td {
  color: #404040;
}
.table [class*=bg-] {
  color: #fff;
}
.table .bg-light {
  color: #404040;
}
.table tfoot {
  font-weight: bold;
}

.table-dark th {
  color: #fff;
}

.table-inverse {
  color: #fff;
  background-color: #292b2c;
}
.table-inverse th,
.table-inverse td {
  border-color: #fff;
  color: #fff;
}
.table-inverse.table-bordered {
  border: 0;
}

.table[class*=bg-] th,
.table[class*=bg-] td {
  color: #fff;
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: #f6f6f6;
}
.table-hover tbody tr {
  vertical-align: middle;
}
.table-hover tbody tr:hover {
  background-color: rgba(16, 139, 233, 0.1);
}
.table-hover tbody tr td svg {
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 4px;
  margin-right: 10px;
}
[dir=rtl] .table-hover tbody tr td svg {
  margin-right: unset;
  margin-left: 10px;
}

.typography-table tr:last-child {
  border-bottom: none;
}
.typography-table tr:last-child td {
  border-bottom: none;
}

.table-double {
  border-left: 4px double #dee2e6;
  border-right: 4px double #dee2e6;
}
.table-double thead,
.table-double tbody,
.table-double tfoot,
.table-double tr,
.table-double td,
.table-double th {
  border-style: double;
  border-width: 4px;
  border-right: 0;
  border-left: 0;
}

.table-dotted {
  border-left: 2px dotted #dee2e6;
  border-right: 2px dotted #dee2e6;
}
.table-dotted thead,
.table-dotted tbody,
.table-dotted tfoot,
.table-dotted tr,
.table-dotted td,
.table-dotted th {
  border-style: dotted !important;
  border-width: 2px;
  border-right: 0;
  border-left: 0;
}

.table-dashed {
  border-left: 2px dashed #dee2e6;
  border-right: 2px dashed #dee2e6;
}
.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;
}
.table-dashed tbody tr:last-child th,
.table-dashed tbody tr:last-child td {
  border-color: var(--chart-progress-light);
}

.table-xl td,
.table-xl th {
  padding: 1.25rem 2rem;
  font-size: 120%;
}

.table-lg td,
.table-lg th {
  padding: 0.9rem 2rem;
  font-size: 110%;
}

.table-de td,
.table-de th {
  padding: 0.75rem 2rem;
}

.table-sm th,
.table-sm td {
  padding: 0.5rem 2rem;
  font-size: 90%;
}

.table-xs th,
.table-xs td {
  padding: 0.2rem 2rem;
  font-size: 80%;
}

.table-border-horizontal tr,
.table-border-horizontal th,
.table-border-horizontal td {
  border-top: 1px solid #f2f4ff;
  padding: 0.75rem 2rem;
}

.table-border-vertical tr,
.table-border-vertical th,
.table-border-vertical td {
  border-top: 0;
  border-right: 1px solid #f2f4ff;
}
.table-border-vertical tr td {
  border-bottom: 0;
}
.table-border-vertical tr td:last-child {
  border-right: none;
}
.table-border-vertical tbody tr th {
  border-bottom: 0;
}

.table-bordernone td {
  border: none !important;
}
.table-bordernone thead th {
  border: none !important;
}
.table-bordernone .u-s-tb {
  padding: 11px;
}

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

.table-bordered thead,
.table-bordered tbody,
.table-bordered tfoot,
.table-bordered tr,
.table-bordered td,
.table-bordered th {
  border-color: var(--bs-border-color);
}

.common-striped .table.table-striped[class*=bg-] {
  --bs-table-bg: auto;
}

.table-components .table-bordered .dropdown-menu.show {
  background-color: var(--white);
}
@media (max-width: 767px) {
  .table-components .table tbody tr td:first-child {
    min-width: 180px;
  }
}

/**=====================
    2.29 Table CSS Ends
==========================**/
/**=====================
   2.30 Toasts CSS Start
==========================**/
.toast-container {
  position: unset;
  z-index: 2;
}
.toast-container .toast-header {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.toast-container .toast-body {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.toast .btn-close {
  box-shadow: unset;
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.toast-index {
  z-index: 12;
}
.toast-index.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast-index.toast-fade {
  transition: opacity 0.15s linear;
}
.toast-index.show {
  display: block;
}

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

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

.toast:not(.showing):not(.show) {
  opacity: 0;
}

.toast-content {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 65px;
  margin: 0 auto;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.toast-rtl.toast-dark form .form-select {
  font-size: 14px;
}
[dir=rtl] .toast-rtl .toast .toast-header strong {
  margin-right: unset !important;
  margin-left: auto !important;
}
[dir=rtl] .toast-rtl .toast .btn-close {
  margin-right: 6px;
  margin-left: unset;
}

@media (max-width: 1920px) {
  .toast-dark .btn {
    padding: calc(6px + 0 * (100vw - 320px) / 1600) calc(4px + 24 * (100vw - 320px) / 1600);
  }
}

.toast-icons {
  margin-right: 6px;
  width: 20px;
  height: 20px;
}
[dir=rtl] .toast-icons {
  margin-right: unset;
  margin-left: 6px;
}

.common-toasts {
  position: relative;
}
.common-toasts div[class*=alert-light-] {
  padding: 12px;
  gap: 10px;
  border-radius: 10px;
}
.common-toasts .toast-body {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 0;
}

.animated-toast-box {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 16px;
}
.animated-toast-box .toast-body {
  background-color: var(--light-background);
}

/**=====================
   2.30 Toasts CSS Ends
==========================**/
/**=====================
  2.31 Touchspin CSS Start
==========================**/
.bootstrap-touchspin input.touchspin {
  padding: 0 12px;
}
.bootstrap-touchspin .input-group .btn {
  padding: 0.5rem 1.75rem;
}
.bootstrap-touchspin .touchspin-vertical-tab .input-group .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.bootstrap-touchspin .touchspin-vertical-tab .input-group .input-group-btn-vertical .bootstrap-touchspin-down {
  margin-top: -2px;
}
.bootstrap-touchspin .touchspin-vertical-tab .input-group .input-group-btn-vertical i {
  position: absolute;
  top: 4px;
  left: 7px;
  font-size: 10px;
  font-weight: normal;
}
.bootstrap-touchspin .touchspin-vertical-tab .input-group .input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 9px;
  margin-left: -1px;
  position: relative;
}
.bootstrap-touchspin .input-group {
  font-family: Rubik, sans-serif;
}
.bootstrap-touchspin .input-group .btn {
  border-radius: 0 !important;
}
.bootstrap-touchspin .dropdown-basic .dropdown .dropbtn {
  padding: 9px 30px;
}
.bootstrap-touchspin .dropdown-basic .dropdown .dropdown-content {
  z-index: 9999;
}

.touchspin-wrapper .btn-touchspin {
  border-radius: 5px;
  width: 32px;
  height: 32px;
}
.touchspin-wrapper .btn-touchspin i {
  vertical-align: middle;
}
.touchspin-wrapper input[type=number] {
  width: 85px;
  height: 30px;
  padding: 3px;
  text-align: center;
}

.hover-touchspin .btn-touchspin.spin-border-dark:hover {
  background-color: #3f475a;
  color: #fff;
}

.pre-post-touchspin .decrement-touchspin,
.pre-post-touchspin .increment-touchspin,
.pre-post-touchspin .input-group-text {
  padding: 7px 14px;
  border: 0;
}
.pre-post-touchspin .input-group-text {
  background-color: var(--light-bg);
}
.pre-post-touchspin .input-touchspin {
  border: 1px solid var(--course-light-btn);
  border-width: 2px;
  text-align: center;
}
.pre-post-touchspin .input-group {
  width: auto;
}
@media (max-width: 768px) {
  .pre-post-touchspin .input-group .input-touchspin {
    width: 100px;
  }
}
.pre-post-touchspin.bg-touchspin button[type=button] {
  border: 1px solid var(--course-light-btn);
  border-width: 2px;
  text-align: center;
}
.pre-post-touchspin .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;
}

.rounded-touchspin .btn-touchspin {
  border-radius: 50%;
}
.rounded-touchspin .touchspin-wrapper input[type=number].input-touchspin {
  border-radius: 15px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/**=====================
    2.31 Touchspin CSS Ends
==========================**/
/**=====================
  2.32 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: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background: #fc564a;
  background: linear-gradient(to bottom, var(--theme-default) 0%, var(--theme-default) 100%);
  border: 3px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

.introjs-arrow {
  border: 12px solid #fff;
}
.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: #fff;
  border-color: var(--theme-default);
  min-width: calc(275px + 35 * (100vw - 320px) / 1600);
  max-width: 400px;
  min-height: 90px;
}

.introjs-button {
  border: 1px solid #efefef;
  text-shadow: 1px 1px 0 #fff;
  color: #404040 !important;
  background-color: #fff;
  background-image: linear-gradient(#fff, #fff);
  font-size: 13px;
}
.introjs-button:hover {
  border-color: #efefef;
}
.introjs-button:focus, .introjs-button:active {
  background-image: linear-gradient(#e9edf1, #efefef);
}

.introjs-skipbutton {
  color: var(--theme-default);
}

.introjs-prevbutton.introjs-fullbutton {
  border: 1px solid #efefef;
}

.introjs-disabled {
  color: var(--theme-default);
  border-color: #efefef;
}
.introjs-disabled:hover, .introjs-disabled:focus {
  color: var(--theme-default);
  border-color: #efefef;
}

.introjs-bullets ul li a {
  background: #e9edf1;
}
.introjs-bullets ul li a:hover {
  background: #fff;
}
.introjs-bullets ul li a.active {
  background: #fff;
}

.introjs-progress {
  background-color: #f4f4f4;
}

.introjs-progressbar {
  background-color: var(--theme-default);
}

.introjs-hint:hover > .introjs-hint-pulse {
  border: 5px solid rgba(60, 60, 60, 0.57);
}

.introjs-hint-pulse {
  border: 5px solid rgba(60, 60, 60, 0.27);
  background-color: rgba(136, 136, 136, 0.24);
}

.introjs-hint-dot {
  border: 10px solid rgba(146, 146, 146, 0.36);
}

.introjs-tooltip-header {
  display: none;
}

.introjs-tooltiptext {
  font-size: 16px;
}

.introjs-arrow.bottom-middle {
  display: none;
}

[class*=introjs-] {
  font-family: Rubik;
}

.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 {
  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;
  }
}
.tour-email span {
  color: #52526c;
}

.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 {
  line-height: 25px;
}

.list-inline .list-inline-item.b-r-gray {
  border-right: 1px solid #cccccc;
}

.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;
  }
}
[dir=rtl] .like-comment .list-inline .list-inline-item {
  border-right: 0;
  border-left: 1px solid #cccccc;
}
[dir=rtl] .like-comment .list-inline .list-inline-item:last-child {
  border-right: 0;
  border-left: unset;
}

/**=====================
  2.32 Tour CSS Ends
==========================**/
/**=====================
   2.33 Tree CSS Start
==========================**/
.sortable-handler ul li i {
  cursor: pointer;
}

.grid-box-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1500px) {
  .grid-box-wrapper {
    justify-content: flex-start;
  }
}
@media (max-width: 992px) {
  .grid-box-wrapper {
    justify-content: center;
  }
}

.grid-box {
  padding: 8px;
  width: 100px;
  height: 100px;
  border-radius: 10px;
  display: grid;
  place-items: center;
}

.draggable-filter ul li img {
  width: 37px;
  height: 37px;
}

.stackable-list .list-group {
  padding: 11px 16px;
}
.stackable-list .list-group .list-group-item {
  padding: 11px 16px;
}
@media (max-width: 575px) {
  .stackable-list .list-group .list-group-item {
    padding: 11px 8px;
  }
}
.stackable-list .list-group .list-group-item i {
  color: #ffb829;
}

.nested-1 {
  background-color: rgba(16, 139, 233, 0.03);
}

.nested-2 {
  background-color: rgba(16, 139, 233, 0.05);
}

.nested-3 {
  background-color: rgba(16, 139, 233, 0.07);
}

.nested-4 {
  background-color: rgba(16, 139, 233, 0.09);
}

.swap-wrapper .list-group {
  padding: 11px 16px;
}
@media (max-width: 575px) {
  .swap-wrapper .list-group .list-group-item {
    padding: 11px 4px;
  }
}
.swap-wrapper .list-group img {
  height: 16px;
  width: auto;
}

/**=====================
   2.33 Tree CSS Ends
==========================**/
/**=====================
    2.34 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 solid #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: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.Typeahead-menu.is-open {
  display: block;
}

.Typeahead-selectable {
  cursor: pointer;
}
.Typeahead-selectable + .Typeahead-selectable {
  border-top: 1px solid #ccd6dd;
}

.ProfileCard {
  position: relative;
  padding: 10px;
  border: 1px solid #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: #fff;
}
.ProfileCard:hover .ProfileCard-stat-label {
  color: #fff;
}

.ProfileCard-avatar {
  position: absolute;
  border-radius: 5px;
}

.ProfileCard-details {
  padding-left: 35px;
  float: left;
}

.ProfileCard-realName {
  display: inline-block;
  color: #898989;
}

.ProfileCard-screenName {
  display: inline-block;
  color: #898989;
}

.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: #898989;
  font-weight: 500;
}

.ProfileCard.is-active {
  color: #fff;
  background: var(--theme-default);
}
.ProfileCard.is-active .ProfileCard-screenName {
  color: #fff;
}
.ProfileCard.is-active .ProfileCard-stat-label {
  color: #fff;
}

.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.34 Typeahead-search CSS Ends
==========================**/
/**=====================
    2.35 Scrollbar CSS Start
==========================**/
[data-simplebar] {
  position: unset;
}

.simplebar-mask {
  top: 100px;
}

.simplebar-track {
  right: -2px;
}
.simplebar-track.simplebar-vertical {
  top: 100px;
  width: 10px;
}
.simplebar-track.simplebar-horizontal {
  visibility: hidden !important;
}

.simplebar-scrollbar:before {
  background: rgba(16, 139, 233, 0.2);
}

.scrollbar-images {
  margin-bottom: 12px;
}

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

.horizontal-scroll .horz-scroll-content .horizontal-img {
  height: 100%;
  max-width: 240px;
}
@media (max-width: 576px) {
  .horizontal-scroll .horz-scroll-content .horizontal-img {
    max-width: calc(220px + 20 * (100vw - 320px) / 256);
  }
}
.horizontal-scroll .horz-scroll-content .horizontal-img img {
  height: 100%;
  object-fit: cover;
}

.scroll-demo.scroll-b-none {
  padding: 0;
  border: none;
}
[dir=rtl] .scroll-demo .scroll-rtl .list-group-item span {
  margin-right: auto;
}

@media (max-width: 1497px) {
  .vertical-scroll.scroll-demo .list-group .list-group-item .list-wrapper .list-img {
    height: 40px;
    width: auto;
  }
}

/**=====================
    2.35 Scrollbar CSS Ends
==========================**/
/**=====================
  3.1 Add-product CSS Start
==========================**/
.sidebar-left-wrapper {
  border-right: 1px solid var(--recent-dashed-border);
}
@media (max-width: 1199px) {
  .sidebar-left-wrapper {
    border-right: unset;
    margin-bottom: 25px;
  }
}
[dir=rtl] .sidebar-left-wrapper {
  border-right: unset;
  border-left: 1px solid var(--recent-dashed-border);
}
.sidebar-left-wrapper .sidebar-left-icons {
  display: block;
}
.sidebar-left-wrapper .sidebar-left-icons .nav-item {
  position: relative;
  padding-bottom: 50px;
  z-index: 0;
  overflow: hidden;
}
@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 rgba(82, 82, 108, 0.3);
  bottom: 0px;
  height: calc(100% - 42px);
  left: 20px;
  z-index: -1;
}
[dir=rtl] .sidebar-left-wrapper .sidebar-left-icons .nav-item::before {
  left: unset;
  right: 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;
  background-color: var(--white);
}
.sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link.active, .sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link:active {
  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: #fff;
  animation: tada 2.4s ease infinite;
}
.sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link.active .product-tab-content h6, .sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link:active .product-tab-content h6 {
  color: var(--theme-default);
  font-weight: 500;
}
.sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link .nav-rounded {
  min-width: 42px;
  height: 42px;
  border: 1px solid var(--recent-dashed-border);
  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: rgba(82, 82, 108, 0.8);
}
.sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link .product-tab-content h6 {
  color: var(--body-font-color);
  font-weight: 400;
  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 h6 {
    text-align: left;
  }
}
.sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link .product-tab-content p {
  color: var(--chart-text-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: var(--light-shade-primary, 1);
}
.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 h6 {
  color: var(--theme-default);
}

@media (max-width: 576px) {
  .sidebar-body.advance-options .nav-tabs .nav-item {
    padding: 10px 0;
  }
}
.sidebar-body form .form-control:focus,
.sidebar-body form .form-select:focus {
  box-shadow: unset;
  border-color: unset;
}
[dir=rtl] .sidebar-body .ql-snow .ql-picker-label {
  padding-right: 8px;
  padding-left: 2px;
}
@media (max-width: 575px) {
  .sidebar-body .ql-toolbar.ql-snow .ql-formats {
    margin-right: 0 !important;
  }
}
[dir=rtl] .sidebar-body .ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  right: unset;
  left: 0;
}
[dir=rtl] .sidebar-body .form-select {
  padding: 6px 12px 6px 36px !important;
}
.sidebar-body .ql-formats {
  border-right: 1px solid var(--recent-dashed-border);
}
[dir=rtl] .sidebar-body .ql-formats {
  border-left: 1px solid var(--recent-dashed-border);
  border-right: unset;
}
@media (max-width: 575px) {
  .sidebar-body .ql-formats {
    border-right: unset;
  }
  [dir=rtl] .sidebar-body .ql-formats {
    border-left: unset;
  }
}
.sidebar-body .ql-formats:last-of-type {
  border-right: unset;
}
[dir=rtl] .sidebar-body .ql-formats:last-of-type {
  border-left: unset;
}
.sidebar-body #editor2 {
  min-height: 160px;
}

.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: 14px;
  color: rgba(82, 82, 108, 0.8);
}
.sidebar-body .product-upload .dropzone .dz-message i {
  font-size: 42px;
}
.sidebar-body .product-upload p {
  margin-bottom: calc(8px + 10 * (100vw - 320px) / 1600);
  line-height: 0;
}
@media (max-width: 344px) {
  .sidebar-body .product-upload p {
    line-height: normal;
  }
}
.sidebar-body .product-upload:nth-child(1) {
  margin-bottom: 40px;
}
@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 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
}
.sidebar-body .product-upload form span {
  color: var(--chart-text-color);
  font-size: 14px;
}

.category-button {
  padding-bottom: 30px;
  border-bottom: 1px dashed var(--recent-dashed-border);
}
@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);
}

.price-wrapper .radio-wrapper {
  justify-content: flex-start;
  margin-top: 4px;
}
.price-wrapper .radio-wrapper li {
  max-width: 200px;
}
.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: #4c5667;
  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;
}
.price-wrapper .form-select {
  font-size: 15px;
  color: rgba(82, 82, 108, 0.8);
}

.advance-options ul {
  border-bottom: 1px solid var(--recent-dashed-border);
}
.advance-options ul.border-tab.nav-tabs {
  row-gap: 18px;
  flex-wrap: wrap;
}
.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;
  padding: 0 calc(2px + 23 * (100vw - 320px) / 1600) 10px calc(2px + 23 * (100vw - 320px) / 1600);
}
@media (max-width: 1199px) {
  .advance-options ul.border-tab.nav-tabs .nav-item .nav-link {
    padding: 0 calc(5px + 20 * (100vw - 320px) / 1600) 10px calc(5px + 20 * (100vw - 320px) / 1600);
  }
}
.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(82, 82, 108, 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;
}
[dir=rtl] .tagify__tag {
  margin-right: 5px;
  margin-left: 0px;
}

.tagify__input {
  margin: 0;
}

[dir=rtl] .tagify__tag__removeBtn {
  margin-right: auto;
  margin-left: 4.6666666667px;
}

.list-product.list-category .square-white {
  width: 34px;
  height: 34px;
  border-radius: 2px;
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 28px 6px rgba(235, 235, 235, 0.4);
}
.list-product.list-category .square-white svg {
  fill: rgba(82, 82, 108, 0.8);
  width: 16px;
  height: 16px;
}
.list-product.list-category div.dt-container .dt-layout-row .dt-search {
  top: 26px;
  right: 214px;
}
@media (max-width: 640px) {
  .list-product.list-category div.dt-container .dt-layout-row .dt-search {
    top: 4px;
  }
}
.list-product.list-category div.dt-container .dt-layout-row .dt-search .dt-input {
  width: auto;
}
.list-product.list-category table thead tr th,
.list-product.list-category table thead tr td,
.list-product.list-category table tbody tr th,
.list-product.list-category table tbody tr td {
  color: var(--body-font-color);
  min-width: auto;
}
.list-product.list-category table thead tr th:first-child,
.list-product.list-category table thead tr td:first-child,
.list-product.list-category table tbody tr th:first-child,
.list-product.list-category table tbody tr td:first-child {
  padding-left: 20px;
}
.list-product.list-category table thead tr th:last-child,
.list-product.list-category table thead tr td:last-child,
.list-product.list-category table tbody tr th:last-child,
.list-product.list-category table tbody tr td:last-child {
  padding-right: 20px;
}
@media (min-width: 1200px) {
  .list-product.list-category table thead tr th p,
  .list-product.list-category table thead tr td p,
  .list-product.list-category table tbody tr th p,
  .list-product.list-category table tbody tr td p {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    height: auto;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (min-width: 320px) {
  .list-product.list-category table thead tr th:nth-child(4),
  .list-product.list-category table thead tr td:nth-child(4),
  .list-product.list-category table tbody tr th:nth-child(4),
  .list-product.list-category table tbody tr td:nth-child(4) {
    min-width: 128px;
  }
}
@media (max-width: 1310px) {
  .list-product.list-category table thead tr th:nth-child(4),
  .list-product.list-category table thead tr td:nth-child(4),
  .list-product.list-category table tbody tr th:nth-child(4),
  .list-product.list-category table tbody tr td:nth-child(4) {
    min-width: 125px;
  }
}
@media (max-width: 1199px) {
  .list-product.list-category table thead tr th:nth-child(2),
  .list-product.list-category table thead tr td:nth-child(2),
  .list-product.list-category table tbody tr th:nth-child(2),
  .list-product.list-category table tbody tr td:nth-child(2) {
    min-width: 220px;
  }
  .list-product.list-category table thead tr th:nth-child(3),
  .list-product.list-category table thead tr td:nth-child(3),
  .list-product.list-category table tbody tr th:nth-child(3),
  .list-product.list-category table tbody tr td:nth-child(3) {
    min-width: 510px;
  }
}
.list-product.list-category table thead tr th .badge,
.list-product.list-category table thead tr td .badge,
.list-product.list-category table tbody tr th .badge,
.list-product.list-category table tbody tr td .badge {
  padding: 6px 12px;
  font-size: 12px;
}
.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(--chart-text-color);
}
[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(var(--light-shade-primary), 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: var(--chart-progress-light);
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-names .light-product-box img {
  height: 26px;
}

.datatable-input,
.datatable-selector {
  border: 1px solid var(--recent-dashed-border);
  border-radius: 5px;
  background: unset;
}

@media (max-width: 767px) {
  .e-category .col.m-t-40 {
    margin-top: 20px !important;
  }
}
.e-category .category-popup .tagify {
  width: 100%;
  border-radius: 4px;
  padding: 0;
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  border-color: var(--bs-border-color);
}
.e-category .form-label {
  color: #52526c;
}
.e-category .form-control {
  font-size: 14px;
  color: var(--body-font-color);
}
.e-category .form-control::placeholder {
  color: rgba(82, 82, 108, 0.6);
}
.e-category .form-select {
  font-size: 14px;
  color: rgba(82, 82, 108, 0.8);
}
.e-category .main-divider {
  padding-block: 18px;
}
.e-category .main-divider .divider-body {
  position: relative;
  z-index: 0;
}
.e-category .main-divider .divider-body::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  border: 1px dashed var(--chart-progress-light);
  z-index: -1;
}
.e-category .main-divider .divider-body h6 {
  background-color: var(--white);
  display: inline-block;
  color: #52526c;
  padding-right: 12px;
}

.discount-options {
  justify-content: flex-start;
  margin-top: 4px;
  gap: calc(12px + 18 * (100vw - 320px) / 1600);
}
@media (max-width: 575px) {
  .discount-options {
    display: flex !important;
  }
}
.discount-options .nav-item .nav-link {
  position: relative;
  width: 185px;
  height: 70px;
  padding: 12px;
  border: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: var(--light-background);
  color: #4c5667;
  font-size: 15px;
}
@media (min-width: 1200px) {
  .discount-options .nav-item .nav-link {
    width: calc(170px + 15 * (100vw - 320px) / 1600);
    height: calc(58px + 12 * (100vw - 320px) / 1600);
    font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  }
}
.discount-options .nav-item .nav-link.active {
  background-color: var(--theme-default);
  color: #fff;
}

.common-form .product-buttons {
  margin: 15px 0 0 0;
  text-align: end;
  border-top: 1px solid var(--recent-dashed-border);
  padding: 12px 0 0 0;
  position: absolute;
  bottom: 0;
  width: calc(100% - 48px);
  left: 50%;
  transform: translateX(-50%);
}
[dir=rtl] .common-form .product-buttons {
  left: unset;
  right: 50%;
  transform: translateX(50%);
}
@media (max-width: 1199px) {
  .common-form .product-buttons {
    position: unset;
    width: 100%;
    transform: unset;
  }
  [dir=rtl] .common-form .product-buttons {
    transform: unset;
  }
}
.common-form .product-buttons svg {
  width: 18px;
  height: 18px;
  stroke: var(--chart-text-color);
  vertical-align: sub;
}
@media (max-width: 400px) {
  .common-form .product-buttons svg {
    width: 15px;
    height: 15px;
  }
}
.common-form .product-buttons .btn {
  border: 1px solid #cccccc;
  color: var(--chart-text-color);
  font-weight: 500;
}
@media (max-width: 1400px) {
  .common-form .product-buttons .btn {
    padding: 6px 16px;
  }
}
@media (max-width: 400px) {
  .common-form .product-buttons .btn {
    padding: 6px 8px;
  }
}
.common-form .product-buttons .btn:hover, .common-form .product-buttons .btn:active {
  background-color: var(--theme-default);
  color: #fdfeff;
}
.common-form .product-buttons .btn:hover svg, .common-form .product-buttons .btn:active svg {
  stroke: #fdfeff;
}
.common-form .product-buttons .btn:first-child {
  margin-right: 12px;
}
.common-form .product-buttons .btn:first-child svg {
  margin-right: 6px;
}
.common-form .product-buttons .btn:last-child svg {
  margin-left: 6px;
}

.common-tagify .tagify {
  border-radius: 4px;
  padding: 0;
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
}

.category-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .category-btn {
    margin-top: 0;
  }
}

.product-page-width tbody tr td {
  padding: 8px 12px;
  border: 1px solid var(--recent-dashed-border);
}

.review-box .product-rating .common-flex {
  gap: 6px;
}
.review-box .product-rating .common-flex i {
  font-size: 18px;
  color: rgba(82, 82, 108, 0.8);
}
.review-box .product-rating .common-flex i.fill {
  color: #ffb829;
}
.review-box .rating-box ul {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.review-box .rating-box ul li {
  width: 100%;
}
.review-box .rating-box ul li .rating-list {
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: center;
  flex-wrap: nowrap;
}
.review-box .rating-box ul li .rating-list h6 {
  white-space: nowrap;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  line-height: 1.2;
  margin: 0;
  font-weight: 400;
}
.review-box .rating-box ul li .rating-list h6 i {
  margin-left: 3px;
  font-size: 14px;
  color: rgba(82, 82, 108, 0.6);
}
[dir=rtl] .review-box .rating-box ul li .rating-list h6 i {
  margin-left: unset;
  margin-right: 3px;
}
.review-box .rating-box ul li .rating-list .progress {
  width: 100%;
  border-radius: 4px;
  display: flex;
  height: 8px;
  overflow: hidden;
  font-size: 12px;
}
.review-box .rating-box ul li .rating-list .progress .progress-bar {
  background: var(--theme-default);
}
.review-box .review-people .review-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  max-height: 330px;
  overflow-y: auto;
}
.review-box .review-people .review-list li {
  display: block;
  width: 100%;
}
.review-box .review-people .review-list li .people-box {
  display: flex;
  width: 100%;
  border-radius: 10px;
  padding: 16px 20px;
  background: var(--light-background);
}
@media (max-width: 575px) {
  .review-box .review-people .review-list li .people-box {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.review-box .review-people .review-list li .people-box .people-comment .people-name {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.review-box .review-people .review-list li .people-box .people-comment .people-name > div {
  display: flex;
  gap: 3px;
}
.review-box .review-people .review-list li .people-box .people-comment .date-time {
  display: block;
}
.review-box .review-people .review-list li .people-box .people-comment .product-rating .common-flex {
  gap: 3px;
}
.review-box .review-people .review-list li .people-box .people-comment .product-rating .common-flex i {
  font-size: 12px;
}
.review-box .review-people .review-list li .people-box .people-comment h6 {
  font-size: 13px;
  color: rgba(82, 82, 108, 0.8);
  font-weight: 400;
  margin-left: auto;
}
[dir=rtl] .review-box .review-people .review-list li .people-box .people-comment h6 {
  margin-left: unset;
  margin-right: auto;
}
.review-box .review-people .review-list li .people-box img {
  height: calc(45px + 13 * (100vw - 320px) / 1600);
  border-radius: 8px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.review-box .review-people .review-list li .people-box .people-comment {
  padding-left: calc(10px + 10 * (100vw - 320px) / 1600);
}
[dir=rtl] .review-box .review-people .review-list li .people-box .people-comment {
  padding-right: calc(10px + 10 * (100vw - 320px) / 1600);
  padding-left: unset;
}
@media (max-width: 575px) {
  .review-box .review-people .review-list li .people-box .people-comment {
    padding-left: 0;
  }
  [dir=rtl] .review-box .review-people .review-list li .people-box .people-comment {
    padding-left: unset;
    padding-right: 0;
  }
}
.review-box .review-people .review-list li .people-box .people-comment .name {
  display: block;
  font-weight: 500;
}
.review-box .review-people .review-list li .people-box .people-comment .name:hover {
  color: var(--theme-default);
}
.review-box .review-people .review-list li .people-box .people-comment .date-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.review-box .review-people .review-list li .people-box .people-comment .date-time h6 {
  margin: 0;
}
.review-box .review-people .review-list li .people-box .reply {
  margin-top: 2px;
  line-height: 1.6;
}
.review-box .review-people .review-list li .people-box .reply p {
  margin: 0;
  line-height: 1.6;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 575px) {
  .review-box .review-people .review-list li .people-box .reply p {
    -webkit-line-clamp: 3;
  }
}

.product-rating-box .main-product-rating {
  font-size: 30px;
}
.product-rating-box .main-product-rating i {
  font-size: 22px;
  color: #ffb829;
  margin-left: 4px;
  margin-top: -8px;
  vertical-align: middle;
}
[dir=rtl] .product-rating-box .main-product-rating i {
  margin-left: unset;
  margin-right: 4px;
}
.product-rating-box .review-title-2 {
  border-top: 1px solid var(--chart-progress-light);
  padding-top: calc(13px + 12 * (100vw - 320px) / 1600);
  margin-top: calc(13px + 12 * (100vw - 320px) / 1600);
}
.product-rating-box .review-title-2 p {
  margin-bottom: calc(7px + 6 * (100vw - 320px) / 1600);
  font-size: 15px;
  line-height: 1.6;
  color: rgba(82, 82, 108, 0.6);
}
.product-rating-box .product-review-rating {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.product-rating-box .product-review-rating .product-rating .common-flex i {
  font-size: 14px;
}

.list-product-view .list-product .recent-table div.dt-container .dt-layout-row .dt-search {
  top: 26px;
  right: 214px;
}
@media (max-width: 640px) {
  .list-product-view .list-product .recent-table div.dt-container .dt-layout-row .dt-search {
    top: 4px;
  }
}
.list-product-view .list-product .recent-table div.dt-container .dt-layout-row .dt-search .dt-input {
  width: auto;
}
.list-product-view .list-product .recent-table table thead tr th,
.list-product-view .list-product .recent-table table thead tr td,
.list-product-view .list-product .recent-table table tbody tr th,
.list-product-view .list-product .recent-table table tbody tr td {
  color: var(--body-font-color);
  min-width: auto;
}
.list-product-view .list-product .recent-table table thead tr th:first-child,
.list-product-view .list-product .recent-table table thead tr td:first-child,
.list-product-view .list-product .recent-table table tbody tr th:first-child,
.list-product-view .list-product .recent-table table tbody tr td:first-child {
  padding-left: 20px;
}
.list-product-view .list-product .recent-table table thead tr th:last-child,
.list-product-view .list-product .recent-table table thead tr td:last-child,
.list-product-view .list-product .recent-table table tbody tr th:last-child,
.list-product-view .list-product .recent-table table tbody tr td:last-child {
  padding-right: 20px;
}
.list-product-view .list-product .recent-table table thead tr th .product-action,
.list-product-view .list-product .recent-table table thead tr td .product-action,
.list-product-view .list-product .recent-table table tbody tr th .product-action,
.list-product-view .list-product .recent-table table tbody tr td .product-action {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.list-product-view .list-product .recent-table table thead tr th .product-action .square-white,
.list-product-view .list-product .recent-table table thead tr td .product-action .square-white,
.list-product-view .list-product .recent-table table tbody tr th .product-action .square-white,
.list-product-view .list-product .recent-table table tbody tr td .product-action .square-white {
  width: 34px;
  height: 34px;
  border-radius: 2px;
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 28px 6px rgba(235, 235, 235, 0.4);
}
.list-product-view .list-product .recent-table table thead tr th .product-action .square-white svg,
.list-product-view .list-product .recent-table table thead tr td .product-action .square-white svg,
.list-product-view .list-product .recent-table table tbody tr th .product-action .square-white svg,
.list-product-view .list-product .recent-table table tbody tr td .product-action .square-white svg {
  width: 18px;
  height: 18px;
  cursor: pointer;
  fill: var(--chart-text-color);
  width: 16px;
  height: 16px;
}
.list-product-view .list-product .recent-table table thead tr th .badge,
.list-product-view .list-product .recent-table table thead tr td .badge,
.list-product-view .list-product .recent-table table tbody tr th .badge,
.list-product-view .list-product .recent-table table tbody tr td .badge {
  padding: 6px 12px;
  font-size: 12px;
}

.list-product .product-list-table.recent-table thead tr th .product-names p,
.list-product .product-list-table.recent-table thead tr td .product-names p,
.list-product .product-list-table.recent-table tbody tr th .product-names p,
.list-product .product-list-table.recent-table tbody tr td .product-names p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-product .product-list-table.recent-table thead tr th:nth-child(4),
.list-product .product-list-table.recent-table thead tr td:nth-child(4),
.list-product .product-list-table.recent-table tbody tr th:nth-child(4),
.list-product .product-list-table.recent-table tbody tr td:nth-child(4) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1382px) and (min-width: 1200px) {
  .list-product .product-list-table.recent-table thead tr th:nth-child(6),
  .list-product .product-list-table.recent-table thead tr td:nth-child(6),
  .list-product .product-list-table.recent-table tbody tr th:nth-child(6),
  .list-product .product-list-table.recent-table tbody tr td:nth-child(6) {
    display: none;
  }
}
@media (max-width: 1330px) and (min-width: 1200px) {
  .list-product .product-list-table.recent-table thead tr th:nth-child(8),
  .list-product .product-list-table.recent-table thead tr td:nth-child(8),
  .list-product .product-list-table.recent-table tbody tr th:nth-child(8),
  .list-product .product-list-table.recent-table tbody tr td:nth-child(8) {
    display: none;
  }
}
@media (max-width: 1199px) {
  .list-product .product-list-table.recent-table thead tr th:nth-child(2),
  .list-product .product-list-table.recent-table thead tr td:nth-child(2),
  .list-product .product-list-table.recent-table tbody tr th:nth-child(2),
  .list-product .product-list-table.recent-table tbody tr td:nth-child(2) {
    min-width: 285px;
  }
  .list-product .product-list-table.recent-table thead tr th:nth-child(3),
  .list-product .product-list-table.recent-table thead tr td:nth-child(3),
  .list-product .product-list-table.recent-table tbody tr th:nth-child(3),
  .list-product .product-list-table.recent-table tbody tr td:nth-child(3) {
    min-width: 110px;
  }
  .list-product .product-list-table.recent-table thead tr th:nth-child(4),
  .list-product .product-list-table.recent-table thead tr td:nth-child(4),
  .list-product .product-list-table.recent-table tbody tr th:nth-child(4),
  .list-product .product-list-table.recent-table tbody tr td:nth-child(4) {
    min-width: 138px;
  }
  .list-product .product-list-table.recent-table thead tr th:nth-child(5),
  .list-product .product-list-table.recent-table thead tr td:nth-child(5),
  .list-product .product-list-table.recent-table tbody tr th:nth-child(5),
  .list-product .product-list-table.recent-table tbody tr td:nth-child(5) {
    min-width: 90px;
  }
  .list-product .product-list-table.recent-table thead tr th:nth-child(7),
  .list-product .product-list-table.recent-table thead tr td:nth-child(7),
  .list-product .product-list-table.recent-table tbody tr th:nth-child(7),
  .list-product .product-list-table.recent-table tbody tr td:nth-child(7) {
    min-width: 98px;
  }
  .list-product .product-list-table.recent-table thead tr th:nth-child(8),
  .list-product .product-list-table.recent-table thead tr td:nth-child(8),
  .list-product .product-list-table.recent-table tbody tr th:nth-child(8),
  .list-product .product-list-table.recent-table tbody tr td:nth-child(8) {
    min-width: 100px;
  }
}

@media (max-width: 1382px) and (min-width: 1200px) {
  .product-list-table thead tr th:nth-child(6),
  .product-list-table thead tr td:nth-child(6),
  .product-list-table tbody tr th:nth-child(6),
  .product-list-table tbody tr td:nth-child(6) {
    display: none;
  }
}
@media (max-width: 1330px) and (min-width: 1200px) {
  .product-list-table thead tr th:nth-child(8),
  .product-list-table thead tr td:nth-child(8),
  .product-list-table tbody tr th:nth-child(8),
  .product-list-table tbody tr td:nth-child(8) {
    display: none;
  }
}
@media (max-width: 1199px) {
  .product-list-table thead tr th:nth-child(2),
  .product-list-table thead tr td:nth-child(2),
  .product-list-table tbody tr th:nth-child(2),
  .product-list-table tbody tr td:nth-child(2) {
    min-width: 285px;
  }
  .product-list-table thead tr th:nth-child(3),
  .product-list-table thead tr td:nth-child(3),
  .product-list-table tbody tr th:nth-child(3),
  .product-list-table tbody tr td:nth-child(3) {
    min-width: 110px;
  }
  .product-list-table thead tr th:nth-child(4),
  .product-list-table thead tr td:nth-child(4),
  .product-list-table tbody tr th:nth-child(4),
  .product-list-table tbody tr td:nth-child(4) {
    min-width: 138px;
  }
  .product-list-table thead tr th:nth-child(5),
  .product-list-table thead tr td:nth-child(5),
  .product-list-table tbody tr th:nth-child(5),
  .product-list-table tbody tr td:nth-child(5) {
    min-width: 90px;
  }
  .product-list-table thead tr th:nth-child(8),
  .product-list-table thead tr td:nth-child(8),
  .product-list-table tbody tr th:nth-child(8),
  .product-list-table tbody tr td:nth-child(8) {
    min-width: 100px;
  }
}

.product-info-table .table tbody tr td {
  color: rgba(82, 82, 108, 0.8);
}
@media (max-width: 767px) {
  .product-info-table .table thead tr th:nth-child(3),
  .product-info-table .table thead tr td:nth-child(3),
  .product-info-table .table tbody tr th:nth-child(3),
  .product-info-table .table tbody tr td:nth-child(3) {
    min-width: 108px;
  }
  .product-info-table .table thead tr th:nth-child(4),
  .product-info-table .table thead tr td:nth-child(4),
  .product-info-table .table tbody tr th:nth-child(4),
  .product-info-table .table tbody tr td:nth-child(4) {
    min-width: 100px;
  }
  .product-info-table .table thead tr th:nth-child(5),
  .product-info-table .table thead tr td:nth-child(5),
  .product-info-table .table tbody tr th:nth-child(5),
  .product-info-table .table tbody tr td:nth-child(5) {
    min-width: 125px;
  }
}

/**=====================
  3.1 Add-product CSS Start
==========================**/
/**=====================
   3.2 Blog CSS start
==========================**/
.blog-box img {
  border-radius: 0.25rem;
}
.blog-box .top-radius-blog {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.blog-box h6 {
  font-weight: 600;
  margin: 15px 0;
}
.blog-box .blog-details {
  padding-right: 20px;
}
.blog-box .blog-details .blog-social {
  margin-top: 30px;
}
.blog-box .blog-details .blog-social li {
  display: inline-block;
  font-size: 12px;
  color: #75758a;
}
.blog-box .blog-details .blog-social li + li {
  padding-left: 20px;
  line-height: 1;
  padding-right: 0;
}
.blog-box .blog-details .blog-social li i {
  padding-right: 5px;
  font-weight: 300;
}
.blog-box .blog-details .blog-social li:first-child {
  border-right: 1px solid #898989;
  padding-right: 20px;
}
[dir=rtl] .blog-box .blog-details .blog-social li:first-child {
  border-right: unset;
  border-left: 1px solid #898989;
  padding-right: unset;
  padding-left: 20px;
}
.blog-box .blog-details-main hr {
  background-color: #cccccc;
}
.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: #75758a;
  padding: 0 24px;
  border-right: 1px dashed;
}
[dir=rtl] .blog-box .blog-details-main .blog-social li {
  border-right: unset;
  border-left: 1px dashed;
}
@media (max-width: 1676px) {
  .blog-box .blog-details-main .blog-social li {
    padding: 0 10px;
  }
}
.blog-box .blog-details-main .blog-social li:last-child {
  border-right: 0;
}
[dir=rtl] .blog-box .blog-details-main .blog-social li:last-child {
  border-right: unset;
  border-left: 0;
}
.blog-box .blog-details-main .blog-social li i {
  padding-right: 5px;
}
[dir=rtl] .blog-box .blog-details-main .blog-social li i {
  padding-left: 5px;
  padding-right: unset;
}
.blog-box .blog-details-main .blog-bottom-details {
  margin: 20px;
  font-size: 14px;
  line-height: 1.714;
  font-weight: 500;
  color: #404040;
}
.blog-box .blog-date {
  color: #75758a;
}
.blog-box .blog-date span {
  font-size: 36px;
  font-weight: 500;
  padding-right: 5px;
}

.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 {
  box-shadow: inset 0px -200px 100px -13px rgba(0, 0, 0, 0.65);
  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 {
  color: #fff;
  margin-bottom: 0;
}
.blog-box.blog-shadow .blog-details p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}
.blog-box.blog-shadow .blog-details .blog-social li {
  color: #fff;
}

.blog-list .blog-details .blog-social {
  margin-top: 0;
}
.blog-list .blog-details h6 {
  margin-top: 0;
  color: rgba(63, 71, 90, 0.8);
  font-weight: 500;
}
.blog-list .blog-details hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.blog-list img {
  padding: 17px;
}

.blog-grid img {
  width: 100%;
}
.blog-grid .blog-details {
  padding: 20px;
}
.blog-grid .blog-details h6 {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.8;
}

.blog-box {
  position: relative;
  max-height: 100%;
  align-items: center;
}
.blog-box .blog-details h6 {
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.blog-box .blog-details p {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.7px;
  margin-top: 30px;
  margin-bottom: 0;
  color: #75758a;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1570px) {
  .blog-box .blog-details p {
    -webkit-line-clamp: 2;
  }
}
.blog-box .blog-details h5 {
  line-height: 1.5;
  margin-top: 20px;
}
.blog-box .blog-details .single-blog-content-top {
  margin-top: 20px;
  border-top: 1px solid #efefef;
}
.blog-box .blog-details .blog-social li,
.blog-box .blog-details .comment-social li {
  font-size: 14px;
}

.comment-box {
  padding-top: 50px;
  padding-bottom: 50px;
}
.comment-box hr {
  margin-top: 20px;
  margin-bottom: 30px;
}
.comment-box li {
  margin-bottom: 30px;
}
.comment-box li:last-child {
  margin-bottom: 0;
}
.comment-box ul ul {
  margin-left: 135px;
}
[dir=rtl] .comment-box ul ul {
  margin-left: unset;
  margin-right: 135px;
}
.comment-box p {
  font-size: 14px;
  line-height: 2;
  color: #75758a;
  text-align: justify;
  margin-bottom: 0;
}
.comment-box .d-flex img {
  margin-right: 20px;
  border-radius: 10px;
  height: 90px;
  padding: 7px;
  width: 90px;
  border: 1px solid #efefef;
}
[dir=rtl] .comment-box .d-flex img {
  margin-right: unset;
  margin-left: 20px;
}
.comment-box .d-flex h6 {
  font-weight: 500;
  margin-bottom: 5px;
}
.comment-box .d-flex h6 span {
  padding-left: 10px;
  font-size: 13px;
  color: #75758a;
  font-weight: 400;
}
.comment-box .comment-social li {
  display: inline-block;
  color: rgba(137, 137, 137, 0.5);
  padding-left: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.comment-box .comment-social li:first-child {
  border-right: 1px solid rgba(82, 82, 108, 0.2);
  padding-right: 20px;
}
.comment-box .comment-social li i {
  padding-right: 10px;
}

/**=====================
   3.2 Blog CSS ends
==========================**/
/**=====================
    3.3 Bookmark-app CSS Start
==========================**/
.modal-bookmark .modal-body,
.modal-bookmark .modal-header {
  padding: 20px;
}

@media (max-width: 1535px) {
  .bookmark-wrap .main-bookmark .email-app-sidebar .flex-grow-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }
}
.bookmark-wrap .main-bookmark .bootstrap-select .dropdown-toggle {
  width: 100%;
  color: #52526c;
  border-radius: 6px;
  border-color: rgba(82, 82, 108, 0.1) !important;
}
.bookmark-wrap .main-bookmark .bootstrap-select .dropdown-toggle::after {
  font-size: 14px;
}
.bookmark-wrap .main-bookmark .bootstrap-select .dropdown-menu li .dropdown-item {
  color: #52526c;
}
.bookmark-wrap .main-bookmark .bootstrap-select .dropdown-menu li:hover {
  background-color: #d7e2e9;
}
.bookmark-wrap .main-bookmark .bootstrap-select .dropdown-menu .no-results {
  font-size: 14px;
}
.bookmark-wrap .details-bookmark .row > div + div {
  padding-right: 15px !important;
}
.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: 500;
  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: #898989;
  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,
.form-bookmark textarea {
  font-size: 14px;
  color: rgba(82, 82, 108, 0.8);
}
.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: #fc564a !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: #fff;
  font-size: 16px;
  vertical-align: text-bottom;
}
.bookmark-tabcontent .details-bookmark .bookmark-card.card .favourite-icon.favourite i {
  color: #ffb829;
}
.bookmark-tabcontent .details-bookmark .bookmark-card.card .desciption-data {
  width: 100%;
}
.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;
  border-top: 1px solid #f4f4f4;
  position: relative;
}
.bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark h6 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.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;
}
.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;
}
.bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark .hover-block ul li svg {
  width: 16px;
  height: 16px;
  color: #898989;
}
.bookmark-tabcontent .details-bookmark .bookmark-card.card:hover {
  box-shadow: 1px 4px 16px 3px rgba(0, 0, 0, 0.04);
  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 {
  text-align: left;
  right: unset;
  left: 30px;
}
.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 h6 {
  margin-top: 0;
  display: inline-block;
}
.bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark h6 {
  position: relative;
  padding-right: 15px;
  margin-bottom: -5px;
}
[dir=rtl] .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark h6 {
  padding-left: 15px;
  padding-right: unset;
}
.bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark h6::after {
  position: absolute;
  content: "-";
  right: 0;
  color: #898989;
}
[dir=rtl] .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark h6::after {
  right: unset;
  left: 0;
}
.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%;
}
.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;
}
.bookmark-tabcontent .tab-content .tab-pane > .card {
  box-shadow: none;
}

@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%;
  }
  .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;
    display: block;
  }
  .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;
  }
  .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card img {
    width: 45%;
  }
}
@media only screen and (max-width: 675px) {
  .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark .hover-block {
    top: 65px;
  }
}
@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;
  }
  .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;
  }
  .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 {
    display: block;
  }
  .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;
  }
}
/**=====================
  3.3 Bookmark-app CSS Ends
==========================**/
/**=====================
    3.4 Cart CSS start
==========================**/
.shopping-cart-table .recent-table div.dt-container .dt-layout-row .dt-search {
  right: 20px;
}
@media (max-width: 640px) {
  .shopping-cart-table .recent-table div.dt-container .dt-layout-row .dt-search {
    top: 4px;
  }
}
.shopping-cart-table .recent-table div.dt-container .dt-layout-row .dt-search .dt-input {
  width: auto;
}
.shopping-cart-table .recent-table div.dt-container .dt-layout-row .dt-length {
  top: 16px;
}
.shopping-cart-table .recent-table div.dt-container .table thead tr:hover td:nth-child(2) .product-names img,
.shopping-cart-table .recent-table div.dt-container .table tbody tr:hover td:nth-child(2) .product-names img {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}
.shopping-cart-table .recent-table div.dt-container .table thead tr th,
.shopping-cart-table .recent-table div.dt-container .table thead tr td,
.shopping-cart-table .recent-table div.dt-container .table tbody tr th,
.shopping-cart-table .recent-table div.dt-container .table tbody tr td {
  color: var(--body-font-color);
  min-width: auto;
}
.shopping-cart-table .recent-table div.dt-container .table thead tr th:first-child,
.shopping-cart-table .recent-table div.dt-container .table thead tr td:first-child,
.shopping-cart-table .recent-table div.dt-container .table tbody tr th:first-child,
.shopping-cart-table .recent-table div.dt-container .table tbody tr td:first-child {
  padding-left: 20px;
}
.shopping-cart-table .recent-table div.dt-container .table thead tr th:last-child,
.shopping-cart-table .recent-table div.dt-container .table thead tr td:last-child,
.shopping-cart-table .recent-table div.dt-container .table tbody tr th:last-child,
.shopping-cart-table .recent-table div.dt-container .table tbody tr td:last-child {
  padding-right: 20px;
}
.shopping-cart-table .recent-table div.dt-container .table thead tr th a,
.shopping-cart-table .recent-table div.dt-container .table thead tr td a,
.shopping-cart-table .recent-table div.dt-container .table tbody tr th a,
.shopping-cart-table .recent-table div.dt-container .table tbody tr td a {
  color: #52526c;
}
.shopping-cart-table .recent-table div.dt-container .table thead tr th .touchspin-wrapper .input-touchspin,
.shopping-cart-table .recent-table div.dt-container .table thead tr td .touchspin-wrapper .input-touchspin,
.shopping-cart-table .recent-table div.dt-container .table tbody tr th .touchspin-wrapper .input-touchspin,
.shopping-cart-table .recent-table div.dt-container .table tbody tr td .touchspin-wrapper .input-touchspin {
  width: 68px;
}
@media (max-width: 1660px) {
  .shopping-cart-table .recent-table div.dt-container .table thead tr th:nth-child(2),
  .shopping-cart-table .recent-table div.dt-container .table thead tr td:nth-child(2),
  .shopping-cart-table .recent-table div.dt-container .table tbody tr th:nth-child(2),
  .shopping-cart-table .recent-table div.dt-container .table tbody tr td:nth-child(2) {
    min-width: 258px;
  }
  .shopping-cart-table .recent-table div.dt-container .table thead tr th:nth-child(4),
  .shopping-cart-table .recent-table div.dt-container .table thead tr td:nth-child(4),
  .shopping-cart-table .recent-table div.dt-container .table tbody tr th:nth-child(4),
  .shopping-cart-table .recent-table div.dt-container .table tbody tr td:nth-child(4) {
    min-width: 140px;
  }
  .shopping-cart-table .recent-table div.dt-container .table thead tr th:last-child,
  .shopping-cart-table .recent-table div.dt-container .table thead tr td:last-child,
  .shopping-cart-table .recent-table div.dt-container .table tbody tr th:last-child,
  .shopping-cart-table .recent-table div.dt-container .table tbody tr td:last-child {
    min-width: 100px;
  }
}
@media (max-width: 575px) {
  .shopping-cart-table .recent-table div.dt-container .table thead tr th .touchspin-wrapper .btn-touchspin,
  .shopping-cart-table .recent-table div.dt-container .table thead tr td .touchspin-wrapper .btn-touchspin,
  .shopping-cart-table .recent-table div.dt-container .table tbody tr th .touchspin-wrapper .btn-touchspin,
  .shopping-cart-table .recent-table div.dt-container .table tbody tr td .touchspin-wrapper .btn-touchspin {
    width: 24px;
    height: 24px;
  }
  .shopping-cart-table .recent-table div.dt-container .table thead tr th .touchspin-wrapper .btn-touchspin i,
  .shopping-cart-table .recent-table div.dt-container .table thead tr td .touchspin-wrapper .btn-touchspin i,
  .shopping-cart-table .recent-table div.dt-container .table tbody tr th .touchspin-wrapper .btn-touchspin i,
  .shopping-cart-table .recent-table div.dt-container .table tbody tr td .touchspin-wrapper .btn-touchspin i {
    font-size: 8px;
  }
  .shopping-cart-table .recent-table div.dt-container .table thead tr th .touchspin-wrapper .input-touchspin[type=number],
  .shopping-cart-table .recent-table div.dt-container .table thead tr td .touchspin-wrapper .input-touchspin[type=number],
  .shopping-cart-table .recent-table div.dt-container .table tbody tr th .touchspin-wrapper .input-touchspin[type=number],
  .shopping-cart-table .recent-table div.dt-container .table tbody tr td .touchspin-wrapper .input-touchspin[type=number] {
    width: 50px;
    height: 20px;
    font-size: 12px;
  }
  .shopping-cart-table .recent-table div.dt-container .table thead tr th:nth-child(4),
  .shopping-cart-table .recent-table div.dt-container .table thead tr td:nth-child(4),
  .shopping-cart-table .recent-table div.dt-container .table tbody tr th:nth-child(4),
  .shopping-cart-table .recent-table div.dt-container .table tbody tr td:nth-child(4) {
    min-width: 130px;
  }
}
.shopping-cart-table .recent-table div.dt-container .table thead tr th .product-names .light-product-box,
.shopping-cart-table .recent-table div.dt-container .table thead tr td .product-names .light-product-box,
.shopping-cart-table .recent-table div.dt-container .table tbody tr th .product-names .light-product-box,
.shopping-cart-table .recent-table div.dt-container .table tbody tr td .product-names .light-product-box {
  min-width: calc(72px + 68 * (100vw - 1200px) / 720);
  min-height: calc(70px + 30 * (100vw - 1200px) / 720);
}
@media (max-width: 1199px) {
  .shopping-cart-table .recent-table div.dt-container .table thead tr th .product-names .light-product-box,
  .shopping-cart-table .recent-table div.dt-container .table thead tr td .product-names .light-product-box,
  .shopping-cart-table .recent-table div.dt-container .table tbody tr th .product-names .light-product-box,
  .shopping-cart-table .recent-table div.dt-container .table tbody tr td .product-names .light-product-box {
    min-width: calc(70px + 70 * (100vw - 320px) / 1600);
    min-height: calc(60px + 40 * (100vw - 320px) / 1600);
  }
}
.shopping-cart-table .recent-table div.dt-container .table thead tr th .product-names .light-product-box img,
.shopping-cart-table .recent-table div.dt-container .table thead tr td .product-names .light-product-box img,
.shopping-cart-table .recent-table div.dt-container .table tbody tr th .product-names .light-product-box img,
.shopping-cart-table .recent-table div.dt-container .table tbody tr td .product-names .light-product-box img {
  height: calc(35px + 33 * (100vw - 1200px) / 720);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .shopping-cart-table .recent-table div.dt-container .table thead tr th .product-names .light-product-box img,
  .shopping-cart-table .recent-table div.dt-container .table thead tr td .product-names .light-product-box img,
  .shopping-cart-table .recent-table div.dt-container .table tbody tr th .product-names .light-product-box img,
  .shopping-cart-table .recent-table div.dt-container .table tbody tr td .product-names .light-product-box img {
    height: calc(35px + 33 * (100vw - 320px) / 1600);
  }
}
.shopping-cart-table .recent-table div.dt-container .table thead tr th .product-names p,
.shopping-cart-table .recent-table div.dt-container .table thead tr th .product-names span,
.shopping-cart-table .recent-table div.dt-container .table thead tr td .product-names p,
.shopping-cart-table .recent-table div.dt-container .table thead tr td .product-names span,
.shopping-cart-table .recent-table div.dt-container .table tbody tr th .product-names p,
.shopping-cart-table .recent-table div.dt-container .table tbody tr th .product-names span,
.shopping-cart-table .recent-table div.dt-container .table tbody tr td .product-names p,
.shopping-cart-table .recent-table div.dt-container .table tbody tr td .product-names span {
  color: rgba(82, 82, 108, 0.8);
}
.shopping-cart-table .recent-table div.dt-container .table thead tr th .product-names ul li > p,
.shopping-cart-table .recent-table div.dt-container .table thead tr td .product-names ul li > p,
.shopping-cart-table .recent-table div.dt-container .table tbody tr th .product-names ul li > p,
.shopping-cart-table .recent-table div.dt-container .table tbody tr td .product-names ul li > p {
  margin-bottom: 0;
  display: inline-block;
}
.shopping-cart-table .recent-table div.dt-container .table thead tr th .product-names ul li .common-dot,
.shopping-cart-table .recent-table div.dt-container .table thead tr td .product-names ul li .common-dot,
.shopping-cart-table .recent-table div.dt-container .table tbody tr th .product-names ul li .common-dot,
.shopping-cart-table .recent-table div.dt-container .table tbody tr td .product-names ul li .common-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgba(82, 82, 108, 0.8);
  margin: 1px 6px 1px 6px;
}
.shopping-cart-table .recent-table div.dt-container .table thead tr th .product-action,
.shopping-cart-table .recent-table div.dt-container .table thead tr td .product-action,
.shopping-cart-table .recent-table div.dt-container .table tbody tr th .product-action,
.shopping-cart-table .recent-table div.dt-container .table tbody tr td .product-action {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.shopping-cart-table .recent-table div.dt-container .table thead tr th .product-action .square-white,
.shopping-cart-table .recent-table div.dt-container .table thead tr td .product-action .square-white,
.shopping-cart-table .recent-table div.dt-container .table tbody tr th .product-action .square-white,
.shopping-cart-table .recent-table div.dt-container .table tbody tr td .product-action .square-white {
  width: calc(36px + 6 * (100vw - 320px) / 1600);
  height: calc(36px + 6 * (100vw - 320px) / 1600);
  border-radius: 2px;
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 28px 6px rgba(235, 235, 235, 0.4);
}
.shopping-cart-table .recent-table div.dt-container .table thead tr th .product-action .square-white svg,
.shopping-cart-table .recent-table div.dt-container .table thead tr td .product-action .square-white svg,
.shopping-cart-table .recent-table div.dt-container .table tbody tr th .product-action .square-white svg,
.shopping-cart-table .recent-table div.dt-container .table tbody tr td .product-action .square-white svg {
  width: calc(18px + 4 * (100vw - 320px) / 1600);
  height: calc(18px + 4 * (100vw - 320px) / 1600);
  cursor: pointer;
  fill: var(--chart-text-color);
}
.shopping-cart-table .recent-table div.dt-container .table thead tr:last-child th,
.shopping-cart-table .recent-table div.dt-container .table thead tr:last-child td,
.shopping-cart-table .recent-table div.dt-container .table tbody tr:last-child th,
.shopping-cart-table .recent-table div.dt-container .table tbody tr:last-child td {
  border-bottom: unset;
}
.shopping-cart-table .recent-table div.dt-container .table thead tr:last-child td,
.shopping-cart-table .recent-table div.dt-container .table tbody tr:last-child td {
  padding-bottom: 0;
}
.shopping-cart-table .recent-table div.dt-container .table thead tr th .dt-column-order {
  display: none;
}
.shopping-cart-table .recent-table div.dt-container .table thead tr th .badge {
  vertical-align: text-bottom;
  margin-left: 4px;
}
@media (max-width: 575px) {
  .shopping-cart-table .recent-table div.dt-container .table thead tr th .badge {
    padding: 2px 4px;
    font-size: 10px;
  }
}
.shopping-cart-table .recent-table div.dt-container .table thead tr th:last-child span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.shopping-cart-table .recent-table div.dt-container .table thead tr th:last-child span svg {
  width: 16px;
  height: 16px;
  fill: #404040;
}

.cart-summary li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 12px;
}
.cart-summary li:first-child {
  padding-top: 0;
}
.cart-summary li:last-child {
  padding-bottom: 0;
}
@media (max-width: 575px) {
  .cart-summary li {
    padding-block: 8px;
  }
}

.product-total {
  padding: 0 20px 20px 20px;
  border-top: 1px solid var(--chart-progress-light);
}
[dir=rtl] .product-total {
  padding: 0 20px 20px 20px !important;
}
.product-total > li:not(:last-child) {
  padding-block: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 1660px) {
  .cart-buttons {
    justify-content: flex-end;
  }
}
@media (min-width: 1661px) {
  .cart-buttons li {
    width: 100%;
  }
}
.cart-buttons li .btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  gap: 5px;
}
.cart-buttons li .btn.btn-hover-effect {
  background-color: rgba(204, 204, 204, 0.4);
  color: #404040;
}
.cart-buttons li .btn.btn-hover-effect svg {
  fill: #404040;
}
.cart-buttons li .btn svg {
  width: 18px;
  height: 18px;
  transform: scaleX(-1);
  vertical-align: middle;
  transition: 0.5s;
}
.cart-buttons li .btn:hover svg {
  transform: translateX(-7px) scaleX(-1);
  transition: 0.5s;
}

.coupon-cart .input-group .form-control {
  border: 2px solid var(--theme-default);
}

/**=====================
    3.4 Cart CSS Ends
==========================**/
/**=====================
   3.6 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: #fff;
}
.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: #898989;
  background: #fff;
  border: solid 1px #e9edf1;
  font-family: 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: #fff;
  font: 10px Rubik, 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: #fff;
  font: 10px Rubik, 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: #455a64;
  content: attr(data-label);
  background-color: #fff;
  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: #455a64;
  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, #efefef 50%, transparent 50%, transparent), linear-gradient(162deg, #fc564a 50%, #efefef 50%, #efefef);
}

.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: #fff !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(16, 139, 233, 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: #efefef;
}

.small-donut2 ~ svg path:nth-child(odd) {
  fill: var(--theme-secondary);
}

.small-donut3 ~ svg path:nth-child(odd) {
  fill: #65c15c;
}

.small-donut4 ~ svg path:nth-child(odd) {
  fill: #40b8f5;
}

.small-donut5 ~ svg path:nth-child(odd) {
  fill: #ffb829;
}

.small-donut6 ~ svg path:nth-child(odd) {
  fill: #fc564a;
}

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

.test-buttons button + button {
  margin-left: 10px;
}

.clip-chart-wrapper .test-chart-block {
  margin-bottom: -30px;
}

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

/**=====================
    3.6 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 #fff;
}

.left-sidebar-wrapper {
  padding: 20px;
  border-radius: 10px 0 0 10px;
  z-index: 1;
  border: 2px solid var(--white);
  border-right: unset;
}
[dir=rtl] .left-sidebar-wrapper {
  border-left: unset;
  border-radius: 0 10px 10px 0;
}
@media (max-width: 767px) {
  [dir=rtl] .left-sidebar-wrapper {
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .left-sidebar-wrapper {
    border-radius: 10px;
  }
}
.left-sidebar-wrapper .left-sidebar-chat .input-group .input-group-text {
  background-color: var(--chart-progress-light);
  padding-right: 0;
  margin-right: 1px;
  border-right: none;
}
[dir=rtl] .left-sidebar-wrapper .left-sidebar-chat .input-group .input-group-text {
  padding-left: 0;
  padding-right: 12px;
  margin-left: 1px;
  border-left: none;
  margin-right: unset;
  border-right: unset;
}
.left-sidebar-wrapper .left-sidebar-chat .input-group .input-group-text svg {
  width: 16px;
  height: 16px;
}
.left-sidebar-wrapper .left-sidebar-chat .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.left-sidebar-wrapper .left-sidebar-chat .input-group .form-control {
  border-left: unset;
  background-color: var(--chart-progress-light);
}
[dir=rtl] .left-sidebar-wrapper .left-sidebar-chat .input-group .form-control {
  border-right: unset;
  border-left: 1px solid #ddd;
  border-radius: 0.25rem !important;
}
.left-sidebar-wrapper .left-sidebar-chat .input-group .form-control:focus, .left-sidebar-wrapper .left-sidebar-chat .input-group .form-control:focus-visible {
  border-color: var(--chart-progress-light);
  box-shadow: unset;
}
.left-sidebar-wrapper .advance-options ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
}
@media (max-width: 767px) {
  .left-sidebar-wrapper .advance-options ul {
    justify-content: flex-start;
  }
}
.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;
}
.left-sidebar-wrapper .advance-options .common-space p {
  margin: 0;
  color: var(--chart-text-color);
}
.left-sidebar-wrapper .advance-options .common-space .header-top .btn {
  padding: 6px 12px;
}
.left-sidebar-wrapper .advance-options .common-space .header-top .btn:hover i {
  color: #fff;
}
.left-sidebar-wrapper .advance-options .chats-user {
  border-bottom: unset;
  height: 563px;
  overflow-y: auto;
}
.left-sidebar-wrapper .advance-options .chats-user li {
  width: 100%;
  gap: 10px;
  border-bottom: 1px solid var(--chart-dashed-border);
  border-radius: 0;
  cursor: pointer;
  padding: 11px;
  flex-wrap: wrap;
}
.left-sidebar-wrapper .advance-options .chats-user li:hover, .left-sidebar-wrapper .advance-options .chats-user li:active, .left-sidebar-wrapper .advance-options .chats-user li.active {
  background-color: var(--light-slate);
}
@media (max-width: 1505px) {
  .left-sidebar-wrapper .advance-options .chats-user li {
    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 > div:not(.chat-time) {
  margin-left: auto;
}
[dir=rtl] .left-sidebar-wrapper .advance-options .chats-user li > div:not(.chat-time) {
  margin-left: unset;
  margin-right: auto;
}
@media (max-width: 991px) {
  .left-sidebar-wrapper .advance-options .chats-user li > div:not(.chat-time) {
    width: 100%;
    text-align: end;
  }
  [dir=rtl] .left-sidebar-wrapper .advance-options .chats-user li > div:not(.chat-time) {
    text-align: start;
  }
}
.left-sidebar-wrapper .advance-options .chats-user li.active {
  background-color: var(--theme-default);
}
.left-sidebar-wrapper .advance-options .chats-user li.active .chat-time span,
.left-sidebar-wrapper .advance-options .chats-user li.active .chat-time p {
  color: #fff;
}
.left-sidebar-wrapper .advance-options .chats-user li.active p {
  color: #fff;
}

.active-profile {
  position: relative;
}
.active-profile img {
  width: 42px;
  height: 42px;
}
@media (max-width: 1650px) {
  .active-profile img {
    width: 33px;
    height: 33px;
  }
}
.active-profile .status {
  position: absolute;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  bottom: 5%;
  right: -2px;
  border: 3px solid var(--white);
}
[dir=rtl] .active-profile .status {
  left: -2px;
  right: unset;
}
@media (max-width: 1600px) {
  .active-profile .status {
    width: 11px;
    height: 11px;
    border: 2px solid var(--white);
  }
}

.offcanvas-right-icon {
  gap: 6px;
}
.offcanvas-right-icon .contact-edit.chat-alert {
  width: 29px;
  height: 29px;
}
.offcanvas-right-icon .contact-edit.chat-alert svg {
  width: 16px;
  height: 16px;
  stroke: var(--chart-text-color);
}
.offcanvas-right-icon .contact-edit.chat-alert .dropdown-menu .dropdown-item {
  color: #2b2b2b;
  opacity: 0.6;
  font-size: 13px;
  padding: 6px 12px;
  border-top: 1px solid var(--light-semi-gray);
  background: var(--white);
}
.offcanvas-right-icon .contact-edit.chat-alert .dropdown-menu .dropdown-item:hover {
  background-color: var(--light-background);
  opacity: 1;
  text-decoration: unset;
}

.contact-edit svg {
  cursor: pointer;
  width: 18px;
  height: 18px;
  stroke: #52526c;
}
@media (max-width: 360px) {
  .contact-edit svg {
    width: 14px;
    height: 14px;
  }
}
.contact-edit .dropdown-menu .dropdown-item:hover {
  background-color: var(--light-background);
  opacity: 1;
  text-decoration: unset;
}
.contact-edit.chat-alert {
  width: 40px;
  height: 40px;
  background: var(--light-slate);
  display: fke;
  display: 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: var(--chart-dashed-border);
}
.search-contacts svg {
  stroke: var(--chart-text-color);
  width: 18px;
  height: 18px;
  left: 10px;
  top: 10px;
  position: absolute;
}
[dir=rtl] .search-contacts svg {
  left: unset;
  right: 10px;
}
.search-contacts .mic-search {
  right: 10px;
  top: 8px;
  position: absolute;
  left: unset;
}
[dir=rtl] .search-contacts .mic-search {
  right: unset;
  left: 10px;
}

.contact-wrapper {
  padding-top: 14px;
  border-bottom: unset;
  height: 526px;
  overflow-y: auto;
}
.contact-wrapper > p {
  line-height: 0;
  margin: 0;
  padding: 12px 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--body-font-color);
}
.contact-wrapper ul li {
  width: 100%;
  cursor: pointer;
}
.contact-wrapper ul li .chat-time {
  display: 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;
  border: 2px solid var(--white);
  border-left: unset;
}
[dir=rtl] .right-sidebar-chat {
  border-right: unset;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}
@media (max-width: 767px) {
  [dir=rtl] .right-sidebar-chat {
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .right-sidebar-chat {
    border-radius: 10px;
  }
}

.right-sidebar-title {
  padding: 13px 25px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 12px 13px -17px rgba(131, 131, 131, 0.67);
}
.right-sidebar-title .active-profile-chat {
  position: relative;
}
.right-sidebar-title .active-profile-chat img {
  width: 42px;
  height: 42px;
}
.right-sidebar-title .active-profile-chat .status {
  position: absolute;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  bottom: 5%;
  right: -2px;
  border: 3px solid var(--white);
}
.right-sidebar-title .offcanvas-body .btn {
  background-color: rgba(16, 139, 233, 0.1);
}
.right-sidebar-title .offcanvas-body .btn svg {
  width: 13px;
  height: 13px;
  fill: var(--theme-default);
  vertical-align: middle;
  transition: 0.5s;
}
.right-sidebar-title .offcanvas-body .btn:hover svg {
  transform: translateX(5px);
  transition: 0.5s;
}
.right-sidebar-title .common-space {
  width: 100%;
}
.right-sidebar-title .common-space .offcanvas-header h6 {
  color: var(--body-font-color);
}
.right-sidebar-title .common-space .chat-time-chat {
  display: flex;
  gap: 10px;
  align-items: center;
}
.right-sidebar-title .common-space .chat-time-chat .active-profile img {
  width: 42px;
  height: 42px;
}
@media (max-width: 360px) {
  .right-sidebar-title .common-space .chat-time-chat .active-profile img {
    width: 36px;
    height: 36px;
  }
}
.right-sidebar-title .common-space .chat-time-chat div p {
  margin: 0;
  color: var(--chart-text-color);
}
.right-sidebar-title .common-space .chat-time-chat ul li img {
  width: 42px;
  height: 42px;
}
.right-sidebar-title .common-space .chat-time-chat.group-chat ul {
  display: flex;
}
.right-sidebar-title .common-space .chat-time-chat.group-chat ul li img {
  border: 3px solid transparent;
}
.right-sidebar-title .common-space .chat-time-chat.group-chat ul li + li {
  margin-left: -12px;
}
[dir=rtl] .right-sidebar-title .common-space .chat-time-chat.group-chat ul li + li {
  margin-left: unset;
  margin-right: -12px;
}
.right-sidebar-title .common-space .chat-time-chat.group-chat ul li + li img {
  border: 3px solid var(--white);
}
.right-sidebar-title .common-space .chat-time-chat.group-chat ul li img {
  width: 38px;
  height: 38px;
}
.right-sidebar-title .common-space .chat-time-chat.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-chat.group-chat ul li:nth-child(2), .right-sidebar-title .common-space .chat-time-chat.group-chat ul li:nth-child(3), .right-sidebar-title .common-space .chat-time-chat.group-chat ul li:nth-child(5), .right-sidebar-title .common-space .chat-time-chat.group-chat ul li:nth-child(6) {
    display: none;
  }
}
@media (min-width: 341px) and (max-width: 410px) {
  .right-sidebar-title .common-space .chat-time-chat.group-chat ul li:nth-child(2), .right-sidebar-title .common-space .chat-time-chat.group-chat ul li:nth-child(3), .right-sidebar-title .common-space .chat-time-chat.group-chat ul li:nth-child(5), .right-sidebar-title .common-space .chat-time-chat.group-chat ul li:nth-child(6) {
    display: none;
  }
}
@media (max-width: 1045px) {
  .right-sidebar-title .common-space .chat-time-chat.group-chat > div span,
  .right-sidebar-title .common-space .chat-time-chat.group-chat > div p {
    display: none;
  }
}

.msger-chat {
  flex: 1;
  overflow-y: auto;
  padding: 10px;
  background: linear-gradient(0deg, #F5F6FA, #F5F6FA), linear-gradient(0deg, #FFFFFF, #FFFFFF);
  background-image: url(../images/chats/chat-bg.png);
  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%;
}
[dir=rtl] .msg-img {
  margin-left: 10px;
  margin-right: unset;
}

.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;
}
[dir=rtl] .msg-info-name {
  margin-left: 10px;
  margin-right: unset;
}

.msg-info-time {
  font-size: 0.85em;
}

.left-msg .msg-img {
  background-image: url(../images/dashboard/user/13.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: #f4f4f4;
  color: var(--chart-text-color);
  width: calc(100% - 33px);
}

.right-msg {
  flex-direction: row-reverse;
}
.right-msg .msg-bubble {
  color: #fff;
  background: var(--theme-default);
  width: calc(100% - 33px);
}
.right-msg .msg-img {
  background-image: url(../images/dashboard-11/user/10.jpg);
  width: 33px;
  height: 33px;
  margin: 0 0 0 10px;
}
[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(--chart-dashed-border);
  background: linear-gradient(0deg, #F5F6FA, #F5F6FA), linear-gradient(0deg, #FFFFFF, #FFFFFF);
  align-items: center;
  cursor: pointer;
}
.msger-inputarea .dropdown-toggle::after {
  content: unset;
}
.msger-inputarea .dropdown-toggle .dropdown-menu {
  inset: unset !important;
}
.msger-inputarea .dropdown-form {
  position: relative;
  margin-right: 10px;
  border-radius: 100%;
  display: grid;
  place-content: center;
  margin-right: 10px;
}
[dir=rtl] .msger-inputarea .dropdown-form {
  margin-right: unset;
  margin-left: 10px;
}
.msger-inputarea .dropdown-form:hover {
  background-color: #e8e5ff;
}
.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: #fff;
  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(--chart-text-color);
  stroke: none;
}
.msger-inputarea .dropdown-form .chat-icon div:nth-child(2) svg {
  stroke: var(--chart-text-color);
  fill: none;
}
.msger-inputarea .dropdown-form .chat-icon div:hover {
  background-color: var(--theme-default);
  opacity: 1;
}
.msger-inputarea .dropdown-form .chat-icon div:hover:nth-child(1) svg {
  fill: #fff;
}
.msger-inputarea .dropdown-form .chat-icon div:hover:nth-child(2) svg {
  stroke: #fff;
}
.msger-inputarea .msger-send-btn i {
  color: #fff;
}
[dir=rtl] .msger-inputarea .msger-send-btn i {
  transform: scaleX(-1);
}
.msger-inputarea * {
  padding: 10px;
  border: none;
  border-radius: 3px;
  font-size: 1em;
}

.msger-input {
  flex: 1;
  background-color: var(--white);
  width: 100%;
}
.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;
  }
  [dir=rtl] .fg-emoji-container {
    left: unset;
    right: 417px;
  }
}
@media (min-width: 686px) and (max-width: 860px) {
  .fg-emoji-container {
    left: 360px !important;
  }
  [dir=rtl] .fg-emoji-container {
    left: unset;
    right: 360px;
  }
}
@media (min-width: 588px) and (max-width: 770px) {
  .fg-emoji-container {
    left: 200px !important;
  }
  [dir=rtl] .fg-emoji-container {
    left: unset;
    right: 200px;
  }
}
@media (min-width: 546px) and (max-width: 588px) {
  .fg-emoji-container {
    left: 144px !important;
  }
  [dir=rtl] .fg-emoji-container {
    left: unset;
    right: 144px;
  }
}
@media (min-width: 500px) and (max-width: 546px) {
  .fg-emoji-container {
    left: 88px !important;
  }
  [dir=rtl] .fg-emoji-container {
    left: unset;
    right: 88px;
  }
}
@media (max-width: 500px) {
  .fg-emoji-container {
    left: 22px !important;
    width: 262px !important;
  }
  [dir=rtl] .fg-emoji-container {
    left: unset;
    right: 22px;
  }
}
.fg-emoji-container .fg-emoji-nav {
  background-color: var(--theme-secondary);
}
.fg-emoji-container .fg-emoji-nav ul li:last-child a {
  background-color: rgba(82, 82, 108, 0.5);
}
.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(--chart-text-color);
}

.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(--chart-text-color);
}

.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;
}
[dir=rtl] .msger-send-btn {
  margin-left: unset;
  margin-right: 10px;
}
.msger-send-btn svg {
  width: 1px;
  height: 12px;
}

.custom-name {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}
@media (max-width: 1650px) {
  .custom-name {
    width: 33px;
    height: 33px;
  }
}

.offcanvas-wrapper .offcanvas {
  position: fixed;
  background-color: var(--white);
  z-index: 1045;
}

/**=====================
    14.  Chat CSS Ends
==========================**/
/**=====================
   3.7 Checkout CSS start
==========================**/
.shipping-form .checkout-cart .basic-wizard .shipping-wizard .form-select {
  border-color: var(--bs-border-color);
  color: var(--chart-text-color);
  font-size: 14px;
}
.shipping-form .checkout-cart .basic-wizard .shipping-wizard .collect-address .form-check-label {
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
}
.shipping-form .checkout-cart .basic-wizard .shipping-wizard .card-wrapper {
  cursor: pointer;
  gap: 8px;
}
.shipping-form .checkout-cart .basic-wizard .shipping-wizard .card-wrapper .collect-address .card-icon i {
  display: none;
  transition: all 0.3s ease-in-out;
}
.shipping-form .checkout-cart .basic-wizard .shipping-wizard .card-wrapper:hover .collect-address .card-icon i {
  display: block;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1399px) {
  .shipping-form .checkout-cart .basic-wizard .shipping-wizard .card-wrapper:hover .collect-address .card-icon i {
    font-size: 14px;
  }
}
.shipping-form .checkout-cart .basic-wizard .shipping-wizard .shipping-address span {
  color: var(--chart-text-color);
}
.shipping-form .checkout-cart .basic-wizard .shipping-wizard .shipping-address span strong {
  font-weight: 500;
  padding-right: 5px;
  color: #242934;
}
[dir=rtl] .shipping-form .checkout-cart .basic-wizard .shipping-wizard .shipping-address span strong {
  padding-right: unset;
  padding-left: 5px;
}
.shipping-form .checkout-cart .basic-wizard .shipping-wizard .order-confirm {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: start;
  background-color: var(--light-background);
  padding: 12px;
  border-radius: 6px;
  gap: 12px;
}
.shipping-form .checkout-cart .basic-wizard .shipping-wizard .order-confirm img {
  height: 60px;
}
@media (max-width: 575px) {
  .shipping-form .checkout-cart .basic-wizard .shipping-wizard .order-confirm {
    display: block;
    text-align: center;
  }
  .shipping-form .checkout-cart .basic-wizard .shipping-wizard .order-confirm img {
    height: 40px;
    margin-bottom: 8px;
  }
}
.shipping-form .checkout-cart .basic-wizard .wizard-footer .btn:disabled {
  border-color: transparent;
}
.shipping-form .shipping-content .order-confirm img {
  height: 96px;
}
.shipping-form .shipping-method .future-date {
  margin-top: 6px;
  color: var(--chart-text-color);
  font-size: 14px;
}
.shipping-form .shipping-method .card-wrapper.pay-info .row {
  flex-direction: row;
}
.shipping-form .modal-content .modal-body .bootstrap-select .dropdown-toggle {
  border-color: var(--bs-border-color) !important;
}

.summery-contain {
  border-bottom: 1px solid #EFEEFF;
  padding-bottom: 20px;
}
.summery-contain li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px dashed var(--chart-dashed-border);
  gap: 14px;
}
.summery-contain li:first-child {
  padding-top: 0;
}
.summery-contain li:last-child {
  padding-bottom: 0;
}
@media (max-width: 1399px) {
  .summery-contain li {
    gap: 10px;
  }
}
.summery-contain li img {
  object-fit: contain;
  width: 60px;
  height: 60px;
}
@media (max-width: 1399px) and (min-width: 576px) {
  .summery-contain li img {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 575px) {
  .summery-contain li img {
    width: 35px;
    height: 35px;
  }
}
.summery-contain li h6 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.2px;
  color: #52526c;
  line-height: 1.5;
}
.summery-contain li h6 span {
  font-weight: 500;
  padding-left: 6px;
}
[dir=rtl] .summery-contain li h6 span {
  padding-left: unset;
  padding-right: 6px;
}
@media (max-width: 1399px) {
  .summery-contain li h6:not(.price) {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    height: auto;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.summery-contain li .price {
  margin-left: auto;
}
[dir=rtl] .summery-contain li .price {
  margin-left: unset;
  margin-right: auto;
}
.summery-contain li:last-child {
  border-bottom: unset;
}

.summary-total {
  padding-top: 5px;
}
.summary-total li {
  padding-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.summary-total li h6 {
  font-weight: 400;
  color: #242934;
}
.summary-total li .price {
  margin-left: auto;
  font-weight: 400;
  color: #242934;
}
[dir=rtl] .summary-total li .price {
  margin-left: unset;
  margin-right: auto;
}
.summary-total li:nth-child(4) {
  padding-block: 20px;
  font-weight: 600;
}
.summary-total li:nth-child(4) h6 {
  color: var(--theme-default);
  font-weight: 500;
}
.summary-total li:last-child {
  border-top: 1px solid #EFEEFF;
  padding-top: 12px;
}
.summary-total li:last-child h6 {
  font-size: 20px;
  font-weight: 500;
  color: var(--body-font-color);
}

/**=====================
   3.7 Checkout CSS ends
==========================**/
/**=====================
    3.8 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 h5 {
  font-size: 18px;
  letter-spacing: 1px;
  color: #75758a;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 20px;
}
.comingsoon .comingsoon-inner .countdown {
  padding: 30px 0;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
}
.comingsoon .comingsoon-inner .countdown .time {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: var(--theme-default);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
  font-size: 36px;
}
.comingsoon .comingsoon-inner .countdown .title {
  padding-top: 13px;
  font-size: 14px;
  font-weight: 400;
  color: #75758a;
  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.8 Comingsoon CSS Ends
==========================**/
/**=====================
    3.9 Contacts CSS Start
==========================**/
.updateimg {
  position: absolute;
  left: 15px;
  width: 100px;
  top: 32px;
  line-height: 93px;
  opacity: 0;
}

#right-history {
  top: 81px;
  right: -320px;
  height: 100%;
  position: fixed;
  width: 320px;
  z-index: 9;
  background-color: #fff;
  transition: 0.5s;
  box-shadow: 0 0 9px rgba(191, 191, 191, 0.36);
}
[dir=rtl] #right-history {
  right: unset;
  left: -320px;
}
#right-history h6 span a {
  color: #404040;
}
#right-history.show {
  right: 0;
  transition: 0.3s;
}
[dir=rtl] #right-history.show {
  right: unset;
  left: 0;
}

.history-details > div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: calc(8px + 12 * (100vw - 320px) / 1600) 0;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  flex-wrap: wrap;
  border-top: 1px solid var(--chart-progress-light);
  gap: 8px;
}
.history-details > div i {
  color: rgba(82, 82, 108, 0.8);
}
.history-details .d-flex {
  padding: 20px 15px;
  border-top: 1px solid var(--chart-progress-light);
}
.history-details .d-flex i {
  padding: 5px;
  background: #ffb829;
  color: #fff;
  border-radius: 100%;
}
.history-details .d-flex .flex-grow-1 h6 {
  margin-bottom: 0px;
}

.delete-contact {
  display: none;
}

.more-data {
  animation: displayTransition 1s;
}

.contact-editform {
  padding: 30px;
  animation: displayTransition 1s;
}
.contact-editform form .form-control {
  font-size: 14px;
  color: rgba(82, 82, 108, 0.8);
}
.contact-editform form .bootstrap-select .dropdown-toggle {
  margin: 0;
  width: 100%;
  border-radius: 6px;
  border-color: rgba(82, 82, 108, 0.1) !important;
  color: #898989;
}
.contact-editform form .bootstrap-select .dropdown-toggle:focus {
  outline: unset !important;
}
.contact-editform form .bootstrap-select .no-results {
  font-size: 14px;
}
.contact-editform a {
  display: block;
}
.contact-editform button {
  margin-top: 30px;
}
@media (max-width: 1399px) {
  .contact-editform button {
    margin-top: 20px;
  }
}
.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 p {
  font-family: Roboto, sans-serif;
}
.list-persons .profile-mail {
  padding: 20px 0;
}
.list-persons .profile-mail .main-contact-option li + li {
  padding-left: 10px;
  margin-left: 5px;
  border-left: 1px solid rgba(204, 204, 204, 0.6);
}
.list-persons .profile-mail .d-flex {
  -webkit-box-pack: justify;
  padding-right: 15px;
}
[dir=rtl] .list-persons .profile-mail .d-flex {
  padding-right: unset;
  padding-left: 15px;
}
@media (max-width: 575px) {
  .list-persons .profile-mail .d-flex {
    flex-wrap: wrap;
    gap: 15px;
  }
  .list-persons .profile-mail .d-flex img {
    margin: 0 !important;
  }
}
@media (max-width: 420px) {
  .list-persons .profile-mail .d-flex {
    flex-direction: column;
    gap: 10px;
  }
}
.list-persons .profile-mail .d-flex img {
  height: 100px;
  cursor: pointer;
}
.list-persons .profile-mail .d-flex .flex-grow-1 h5 span + span {
  padding-left: 6px;
}
[dir=rtl] .list-persons .profile-mail .d-flex .flex-grow-1 h5 span + span {
  padding-left: unset;
  padding-right: 6px;
}
.list-persons .profile-mail .common-flex img {
  height: 70px;
}
.list-persons .profile-mail .common-flex .flex-grow-1 ul {
  margin-top: 5px;
}
.list-persons .profile-mail .common-flex .flex-grow-1 ul li {
  display: inline-block;
}
.list-persons .profile-mail .common-flex .flex-grow-1 ul li a {
  font-size: 13px;
}
.list-persons .profile-mail .common-flex .flex-grow-1 ul li + li {
  padding-left: 10px;
  margin-left: 5px;
  border-left: 2px solid #f4f4f4;
}
[dir=rtl] .list-persons .profile-mail .common-flex .flex-grow-1 ul li + li {
  padding-left: unset;
  margin-left: unset;
  border-left: unset;
  padding-right: 10px;
  margin-right: 5px;
  border-right: 2px solid #f4f4f4;
}
.list-persons .profile-mail .email-general {
  padding-top: 20px;
}
.list-persons .profile-mail .email-general ul {
  padding-right: 20px;
}
.list-persons .profile-mail .email-general ul li {
  color: #898989;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.list-persons .profile-mail .email-general ul li > span:first-child, .list-persons .profile-mail .email-general ul li > span:last-child {
  min-width: 108px;
}
@media (max-width: 575px) {
  .list-persons .profile-mail .email-general ul li > span:first-child, .list-persons .profile-mail .email-general ul li > span:last-child {
    min-width: 140px;
  }
}
.list-persons .profile-mail .email-general ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.list-persons .profile-mail .email-general p span {
  margin-left: 20px;
}
.list-persons .profile-mail .email-general .gender {
  margin-top: 30px;
}

.contacts-tabs .nav-pills {
  border-right: 1px solid #f4f4f4;
  height: 100%;
}
.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(16, 139, 233, 0.05);
  color: #404040;
}
.contacts-tabs .nav-pills .nav-link.active .d-flex,
.contacts-tabs .nav-pills .nav-link > .nav-link .d-flex,
.contacts-tabs .nav-pills .show.active .d-flex,
.contacts-tabs .nav-pills .show > .nav-link .d-flex {
  border-left: 2px solid var(--theme-default);
}
[dir=rtl] .contacts-tabs .nav-pills .nav-link.active .d-flex,
[dir=rtl] .contacts-tabs .nav-pills .nav-link > .nav-link .d-flex,
[dir=rtl] .contacts-tabs .nav-pills .show.active .d-flex,
[dir=rtl] .contacts-tabs .nav-pills .show > .nav-link .d-flex {
  border-left: unset;
  border-right: 2px solid var(--theme-default);
}
.contacts-tabs .nav-pills .nav-link {
  color: #404040;
  padding: 0;
}
.contacts-tabs .nav-pills .nav-link .d-flex {
  border-left: 2px solid transparent;
}
[dir=rtl] .contacts-tabs .nav-pills .nav-link .d-flex {
  border-left: unset;
  border-right: 2px solid transparent;
}
.contacts-tabs .nav-pills .nav-link .d-flex .img-50 {
  height: 50px;
}
.contacts-tabs .nav-pills .nav-link + .nav-link {
  border-top: 1px solid #f4f4f4;
  border-radius: 0;
}
.contacts-tabs .nav-pills .d-flex {
  padding: 20px;
}
.contacts-tabs .tab-content .tab-content-child {
  animation: displayTransition 1s;
}
.contacts-tabs .tab-content .modal-header .pull-right a {
  width: 28px;
  height: 28px;
  border-radius: 3px;
  background-color: #e8e5ff;
  display: grid;
  place-items: center;
}
.contacts-tabs .tab-content .modal-header .pull-right i {
  font-size: 14px;
  color: var(--theme-default);
}

@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 #f4f4f4;
  }
}
@media only screen and (max-width: 575px) {
  #right-history {
    width: 308px;
  }
  .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 .flex-grow-1 {
    display: block;
  }
  .list-persons .profile-mail .flex-grow-1 img {
    height: 80px;
    width: 80px !important;
    margin-bottom: 15px;
  }
}
.dark-contact .nav .nav-link .d-flex .flex-grow-1 h6 {
  color: var(--body-font-color);
  font-weight: 400;
  margin-bottom: 0;
}
.dark-contact .nav .nav-link .d-flex .flex-grow-1 h6 span + span {
  padding-left: 6px;
}

/**=====================
   3.9 Contacts CSS Ends
==========================**/
/**=====================
    3.10 Dashboard_2 CSS Start
==========================**/
.widget-decor {
  position: absolute;
  height: 60px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.e-common-button .btn:first-child {
  margin-right: 12px;
}
@media (max-width: 356px) {
  .e-common-button .btn:first-child {
    margin-bottom: 8px;
  }
}
.e-common-button .btn svg {
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
  margin-right: 6px;
}

.main-title-box .common-space {
  flex-wrap: wrap;
}
@media (max-width: 1254px) {
  .main-title-box .common-space {
    display: block;
  }
  .main-title-box .common-space h6 {
    margin-bottom: 12px;
    line-height: 1.5;
  }
}

.balance-widget {
  background-image: url(../images/dashboard-2/balance-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
@media (max-width: 400px) {
  .balance-widget .purchase-btn {
    font-size: 14px;
  }
}
.balance-widget .mobile-right-img {
  position: absolute;
  top: 60%;
  right: -15%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1475px) and (min-width: 1400px) {
  .balance-widget .mobile-right-img {
    right: -18%;
  }
}
@media (max-width: 1399px) and (min-width: 936px) {
  .balance-widget .mobile-right-img {
    right: -10%;
  }
}
@media (max-width: 935px) and (min-width: 768px) {
  .balance-widget .mobile-right-img {
    right: -15%;
  }
}
@media (max-width: 767px) and (min-width: 621px) {
  .balance-widget .mobile-right-img {
    right: -35px;
  }
}
@media (max-width: 620px) and (min-width: 521px) {
  .balance-widget .mobile-right-img {
    right: -60px;
  }
}
@media (max-width: 520px) {
  .balance-widget .mobile-right-img {
    right: -75px;
  }
}
.balance-widget .mobile-right-img .mobile-img {
  height: 110px;
}
@media (max-width: 865px) and (min-width: 787px) {
  .balance-widget .mobile-right-img .mobile-img {
    height: 90px;
  }
}
@media (max-width: 786px) and (min-width: 768px) {
  .balance-widget .mobile-right-img .mobile-img {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .balance-widget .mobile-right-img .mobile-img {
    height: 104px;
  }
}
@media (max-width: 475px) and (min-width: 436px) {
  .balance-widget .mobile-right-img {
    right: -52px;
  }
  .balance-widget .mobile-right-img .mobile-img {
    height: 82px;
  }
}
@media (max-width: 435px) and (min-width: 401px) {
  .balance-widget .mobile-right-img {
    right: -46px;
  }
  .balance-widget .mobile-right-img .mobile-img {
    height: 70px;
  }
}
@media (max-width: 400px) {
  .balance-widget .mobile-right-img {
    right: -35px;
    top: 38%;
  }
  .balance-widget .mobile-right-img .mobile-img {
    height: 55px;
  }
}
[dir=rtl] .balance-widget {
  text-align: right;
}
.balance-widget.card-body {
  padding: 20px 15px;
}
.balance-widget .purchase-btn {
  min-width: 170px;
}

.small-widget {
  overflow: hidden;
}
.small-widget h4 {
  margin-bottom: -3px;
}
.small-widget i {
  font-weight: 700;
  font-size: 11px;
}
.small-widget .card-body {
  padding: 24px 15px;
}
.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%);
}
[dir=rtl] .small-widget .bg-gradient {
  right: unset;
  left: -12px;
  transform: translateY(-50%) scaleX(-1);
}
@media (max-width: 1399px) {
  .small-widget .bg-gradient {
    width: 60px;
    height: 60px;
  }
}
.small-widget .bg-gradient svg {
  width: 25px;
  height: 25px;
}
@media (max-width: 1399px) {
  .small-widget .bg-gradient svg {
    width: 22px;
    height: 22px;
  }
}
.small-widget:hover {
  transform: translateY(-5px);
  transition: 0.5s;
}
.small-widget:hover .bg-gradient svg {
  animation: tada 1.5s ease infinite;
}

.order-wrapper {
  margin: 0 0px -20px -16px;
}

.categories-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (max-width: 767px) {
  .categories-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.categories-list li {
  gap: 10px;
}
.categories-list li .bg-light {
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.categories-list li .bg-light img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  transition: 0.5s;
}
.categories-list li h6 a {
  transition: 0.5s;
  color: var(--body-font-color);
}
.categories-list li:hover .bg-light img {
  transition: 0.5s;
  transform: scale(1.1);
}
.categories-list li:hover h6 a {
  transition: 0.5s;
  color: var(--theme-default);
}

.monthly-profit {
  margin-top: -10px;
}
@media (max-width: 1584px) {
  .monthly-profit {
    margin: -10px -8px 0;
  }
}
@media (max-width: 1520px) {
  .monthly-profit {
    margin: -10px -16px 0;
  }
}
@media (max-width: 1500px) {
  .monthly-profit {
    margin: -10px -14px 0;
  }
}
@media (max-width: 1472px) {
  .monthly-profit {
    margin: -10px -20px 0;
  }
}
@media (max-width: 1424px) {
  .monthly-profit {
    margin: -10px -25px 0;
  }
}
.monthly-profit .apexcharts-canvas .apexcharts-legend-marker {
  margin-right: 6px;
}
.monthly-profit .apexcharts-canvas .apexcharts-datalabels-group .apexcharts-datalabel-value {
  font-size: 14px;
  font-weight: 500;
  font-family: Rubik, sans-serif !important;
  fill: var(--chart-text-color);
}
.monthly-profit .apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-series-group .apexcharts-tooltip-y-group [class*=apexcharts-tooltip-text-y-] {
  color: var(--white);
}

.overview-wrapper {
  position: relative;
  z-index: 1;
}

.back-bar-container {
  position: absolute;
  width: calc(100% - 64px);
  bottom: -8px;
  margin: 0 auto !important;
  left: 28px;
}
@media (max-width: 1199px) {
  .back-bar-container {
    bottom: 22px;
  }
}
@media (max-width: 480px) {
  .back-bar-container {
    width: calc(100% - 34px);
    left: 18px;
  }
}
@media (max-width: 327px) {
  .back-bar-container {
    bottom: 42px;
  }
}
@media (max-width: 342px) {
  .back-bar-container {
    margin-bottom: 24px !important;
  }
}

@media (max-width: 850px) and (min-width: 768px) {
  .overview-card .w-md-100 {
    width: 100%;
  }
  .overview-card .ds-md-none {
    display: none !important;
  }
}
.overview-card .balance-data {
  right: -158px;
  top: -43px;
}
@media (max-width: 1808px) and (min-width: 1759px) {
  .overview-card .balance-data {
    right: -150px;
  }
}
@media (max-width: 1758px) and (min-width: 1400px) {
  .overview-card .balance-data {
    right: -142px;
  }
}
@media (max-width: 1399px) and (min-width: 1346px) {
  .overview-card .balance-data {
    right: -175px;
  }
}
@media (max-width: 1345px) and (min-width: 1291px) {
  .overview-card .balance-data {
    right: -162px;
  }
}
@media (max-width: 1290px) and (min-width: 1236px) {
  .overview-card .balance-data {
    right: -150px;
  }
}
@media (max-width: 1235px) and (min-width: 1050px) {
  .overview-card .balance-data {
    right: -135px;
  }
}
@media (max-width: 1049px) and (min-width: 991px) {
  .overview-card .balance-data {
    right: -124px;
  }
}
@media (max-width: 990px) {
  .overview-card .balance-data {
    display: none;
  }
}
[dir=rtl] .overview-card .balance-data {
  right: unset;
  left: 12px;
}
@media (max-width: 767px) {
  .overview-card .balance-data {
    right: -40%;
  }
  [dir=rtl] .overview-card .balance-data {
    left: -40%;
  }
}

.order-container .apexcharts-canvas .apexcharts-marker {
  stroke-width: 4;
}

.purchase-card.discover {
  margin-top: 90px;
}
@media (max-width: 1488px) {
  .purchase-card.discover .card-body p {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 1143px) and (min-width: 992px) {
  .purchase-card.discover .card-body p {
    -webkit-line-clamp: 1;
  }
}
.purchase-card.discover img {
  width: 216px;
  margin: 0 auto;
  margin-top: -90px;
}
@media (max-width: 1638px) and (min-width: 1200px) {
  .purchase-card.discover img {
    width: 200px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .purchase-card.discover img {
    width: 228px;
  }
}
@media (max-width: 1399px) and (min-width: 992px) {
  .purchase-card.discover img {
    margin-top: -75px;
  }
}
@media (max-width: 991px) {
  .purchase-card.discover img {
    width: 204px;
  }
}
@media (max-width: 618px) {
  .purchase-card.discover img {
    width: 200px;
  }
}

.visitor-card .card-header svg {
  width: 18px;
  height: 18px;
  fill: var(--theme-default);
}

.visitors-container {
  margin: 0 -12px -27px -17px;
}
.visitors-container svg .apexcharts-series path {
  clip-path: inset(1% 0% 0% 0% round 3rem);
}
.visitors-container svg .apexcharts-legend.apexcharts-align-left .apexcharts-legend-series {
  display: flex;
}

.recent-order .nav {
  gap: 8px;
  flex-wrap: nowrap;
  overflow: auto;
  padding-bottom: 5px;
  display: flex;
}
.recent-order .frame-box {
  border: 1px solid transparent;
  padding: 0;
  transition: 0.5s;
}
.recent-order .frame-box.active {
  border: 1px solid var(--theme-default);
}
.recent-order .frame-box:hover {
  transform: translateY(-5px);
  transition: 0.5s;
}
.recent-order .tab-content {
  margin-top: 16px;
}
.recent-order .recent-items table thead tr th:first-child,
.recent-order .recent-items table thead tr td:first-child,
.recent-order .recent-items table tbody tr th:first-child,
.recent-order .recent-items table tbody tr td:first-child {
  min-width: 175px;
}
.recent-order .recent-items table thead tr th:nth-child(2),
.recent-order .recent-items table thead tr td:nth-child(2),
.recent-order .recent-items table tbody tr th:nth-child(2),
.recent-order .recent-items table tbody tr td:nth-child(2) {
  min-width: auto;
}

.recent-table table thead {
  background: var(--light2);
}
.recent-table table thead th {
  padding-top: 9px;
  padding-bottom: 9px;
  border-bottom: none;
}
.recent-table table tr td,
.recent-table table tr th {
  padding: 12px 8px;
  vertical-align: middle;
}
.recent-table table tr td:first-child,
.recent-table table tr th:first-child {
  min-width: 157px;
}
@media (max-width: 1660px) {
  .recent-table table tr td:nth-child(2),
  .recent-table table tr th:nth-child(2) {
    min-width: 97px;
  }
}
.recent-table table tr td:last-child,
.recent-table table tr th:last-child {
  min-width: 96px;
}
.recent-table table tr td:first-child {
  padding-left: 0;
}
[dir=rtl] .recent-table table tr td:first-child {
  padding-left: unset;
  padding-right: 0;
}
.recent-table table tr td:last-child {
  padding-right: 0;
}
[dir=rtl] .recent-table table tr td:last-child {
  padding-left: 0;
  padding-right: unset;
}
.recent-table table tr .product-content h6 a {
  color: var(--body-font-color);
  transition: 0.5s;
}
.recent-table table tr:hover .product-content h6 a {
  color: var(--theme-default);
  transition: 0.5s;
}
.recent-table .product-content {
  display: flex;
  align-items: center;
  gap: 8px;
}
.recent-table .product-content .order-image {
  background: var(--light2);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recent-table svg {
  width: 20px;
  height: 20px;
}
.recent-table .recent-status {
  display: flex;
  align-items: center;
}
.recent-table .recent-status.font-success svg {
  fill: #65c15c;
}
.recent-table .recent-status.font-danger svg {
  fill: #fc564a;
}

.recent-activity h5 {
  padding: 30px 0 20px;
  margin-bottom: 0;
}
.recent-activity h6 {
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}
.recent-activity ul li span {
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}
.recent-activity ul li:last-child {
  padding-bottom: 0;
}

.notification li .recent-images ul::before {
  display: none;
}
.notification li .recent-images li {
  padding-bottom: 3px;
}

.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(--recent-dashed-border);
  padding: 3px;
  border-radius: 2px;
}
.recent-images li .recent-img-wrap {
  width: 40px;
  height: 40px;
  background: var(--light2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.frame-box {
  background: var(--recent-box-bg);
  border-radius: 10px;
  min-width: auto;
  box-shadow: 2px 2px 2px var(--recent-border);
}
.frame-box .frame-image {
  min-width: 57px;
  height: 57px;
  border-color: var(--recent-border) var(--white) var(--white) var(--recent-border);
  border-width: 1px;
  border-style: solid;
  margin: 6px;
  display: flex;
  align-items: center;
  border-radius: 4px;
}
@media (max-width: 1880px) and (min-width: 1800px) {
  .frame-box .frame-image {
    min-width: 52px;
    height: 52px;
  }
}
@media (max-width: 1638px) and (min-width: 1567px) {
  .frame-box .frame-image {
    min-width: 50px;
    height: 50px;
  }
}
@media (max-width: 1575px) and (min-width: 1500px) {
  .frame-box .frame-image {
    min-width: 45px;
    height: 45px;
  }
}
@media (max-width: 1499px) and (min-width: 1200px) {
  .frame-box .frame-image {
    min-width: 40px;
    height: 40px;
  }
}
@media (max-width: 608px) {
  .frame-box .frame-image {
    min-width: 40px;
    height: 40px;
  }
}
@media (max-width: 575px) {
  .frame-box .frame-image {
    min-width: 50px;
    height: 50px;
    margin: 4px;
  }
}
.frame-box img {
  margin: 0 auto;
}
@media (max-width: 1575px) {
  .frame-box img {
    height: 22px;
    width: 30px;
    object-fit: contain;
  }
}

.new-update .d-flex .flex-grow-1 span,
.new-update .d-flex .flex-grow-1 p {
  font-weight: 500;
}

.activity-dot-primary {
  min-width: 6px;
  height: 6px;
  background-color: #108be9;
  border-radius: 100%;
  outline: 5px solid rgba(16, 139, 233, 0.25);
  position: relative;
  z-index: 2;
}

.timeline-dot-primary {
  min-width: 12px;
  height: 12px;
  background-color: #108be9;
  outline: 5px solid rgba(16, 139, 233, 0.25);
  position: relative;
  z-index: 2;
}
@media (max-width: 1399px) {
  .timeline-dot-primary {
    min-width: 10px;
    height: 10px;
    outline: 4px solid rgba(16, 139, 233, 0.25);
  }
}

.activity-dot-secondary {
  min-width: 6px;
  height: 6px;
  background-color: #838383;
  border-radius: 100%;
  outline: 5px solid rgba(131, 131, 131, 0.25);
  position: relative;
  z-index: 2;
}

.timeline-dot-secondary {
  min-width: 12px;
  height: 12px;
  background-color: #838383;
  outline: 5px solid rgba(131, 131, 131, 0.25);
  position: relative;
  z-index: 2;
}
@media (max-width: 1399px) {
  .timeline-dot-secondary {
    min-width: 10px;
    height: 10px;
    outline: 4px solid rgba(131, 131, 131, 0.25);
  }
}

.activity-dot-success {
  min-width: 6px;
  height: 6px;
  background-color: #65c15c;
  border-radius: 100%;
  outline: 5px solid rgba(101, 193, 92, 0.25);
  position: relative;
  z-index: 2;
}

.timeline-dot-success {
  min-width: 12px;
  height: 12px;
  background-color: #65c15c;
  outline: 5px solid rgba(101, 193, 92, 0.25);
  position: relative;
  z-index: 2;
}
@media (max-width: 1399px) {
  .timeline-dot-success {
    min-width: 10px;
    height: 10px;
    outline: 4px solid rgba(101, 193, 92, 0.25);
  }
}

.activity-dot-danger {
  min-width: 6px;
  height: 6px;
  background-color: #fc564a;
  border-radius: 100%;
  outline: 5px solid rgba(252, 86, 74, 0.25);
  position: relative;
  z-index: 2;
}

.timeline-dot-danger {
  min-width: 12px;
  height: 12px;
  background-color: #fc564a;
  outline: 5px solid rgba(252, 86, 74, 0.25);
  position: relative;
  z-index: 2;
}
@media (max-width: 1399px) {
  .timeline-dot-danger {
    min-width: 10px;
    height: 10px;
    outline: 4px solid rgba(252, 86, 74, 0.25);
  }
}

.activity-dot-info {
  min-width: 6px;
  height: 6px;
  background-color: #40b8f5;
  border-radius: 100%;
  outline: 5px solid rgba(64, 184, 245, 0.25);
  position: relative;
  z-index: 2;
}

.timeline-dot-info {
  min-width: 12px;
  height: 12px;
  background-color: #40b8f5;
  outline: 5px solid rgba(64, 184, 245, 0.25);
  position: relative;
  z-index: 2;
}
@media (max-width: 1399px) {
  .timeline-dot-info {
    min-width: 10px;
    height: 10px;
    outline: 4px solid rgba(64, 184, 245, 0.25);
  }
}

.activity-dot-light {
  min-width: 6px;
  height: 6px;
  background-color: #f4f4f4;
  border-radius: 100%;
  outline: 5px solid rgba(244, 244, 244, 0.25);
  position: relative;
  z-index: 2;
}

.timeline-dot-light {
  min-width: 12px;
  height: 12px;
  background-color: #f4f4f4;
  outline: 5px solid rgba(244, 244, 244, 0.25);
  position: relative;
  z-index: 2;
}
@media (max-width: 1399px) {
  .timeline-dot-light {
    min-width: 10px;
    height: 10px;
    outline: 4px solid rgba(244, 244, 244, 0.25);
  }
}

.activity-dot-dark {
  min-width: 6px;
  height: 6px;
  background-color: #3f475a;
  border-radius: 100%;
  outline: 5px solid rgba(63, 71, 90, 0.25);
  position: relative;
  z-index: 2;
}

.timeline-dot-dark {
  min-width: 12px;
  height: 12px;
  background-color: #3f475a;
  outline: 5px solid rgba(63, 71, 90, 0.25);
  position: relative;
  z-index: 2;
}
@media (max-width: 1399px) {
  .timeline-dot-dark {
    min-width: 10px;
    height: 10px;
    outline: 4px solid rgba(63, 71, 90, 0.25);
  }
}

.activity-dot-warning {
  min-width: 6px;
  height: 6px;
  background-color: #ffb829;
  border-radius: 100%;
  outline: 5px solid rgba(255, 184, 41, 0.25);
  position: relative;
  z-index: 2;
}

.timeline-dot-warning {
  min-width: 12px;
  height: 12px;
  background-color: #ffb829;
  outline: 5px solid rgba(255, 184, 41, 0.25);
  position: relative;
  z-index: 2;
}
@media (max-width: 1399px) {
  .timeline-dot-warning {
    min-width: 10px;
    height: 10px;
    outline: 4px solid rgba(255, 184, 41, 0.25);
  }
}

@media only screen and (max-width: 1800px) and (min-width: 1400px) {
  .grid-ed-none {
    display: none !important;
  }
  .grid-ed-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1660px) and (min-width: 1400px) {
  .col-ed-12 {
    width: 100%;
  }
  .col-ed-7 {
    width: 58%;
  }
  .col-ed-5 {
    width: 42%;
  }
  .col-ed-9 {
    width: 75%;
  }
  .col-ed-3 {
    width: 25%;
  }
  .col-ed-6 {
    width: 50%;
  }
  .col-ed-4 {
    width: 33.33333333%;
  }
  .col-ed-8 {
    width: 66.66%;
  }
  .col-ed-none {
    display: none !important;
  }
}
@media only screen and (max-width: 1660px) and (min-width: 1200px) {
  .xl-30 {
    max-width: 30%;
    flex: 0 0 30%;
  }
  .xl-70 {
    max-width: 70%;
    flex: 0 0 70%;
  }
}
@media only screen and (max-width: 420px) {
  .size-column .col-6 {
    width: 100%;
  }
}
@media (max-width: 690px) {
  .recent-transaction .dt-layout-row:last-child {
    flex-direction: column;
  }
}
.recent-transaction thead tr th,
.recent-transaction thead tr td,
.recent-transaction tbody tr th,
.recent-transaction tbody tr td {
  color: var(--body-font-color);
}
.recent-transaction thead tr th:first-child,
.recent-transaction thead tr td:first-child,
.recent-transaction tbody tr th:first-child,
.recent-transaction tbody tr td:first-child {
  padding-left: 20px;
}
.recent-transaction thead tr th:last-child,
.recent-transaction thead tr td:last-child,
.recent-transaction tbody tr th:last-child,
.recent-transaction tbody tr td:last-child {
  padding-right: 20px;
}
.recent-transaction thead tr th:first-child,
.recent-transaction thead tr td:first-child,
.recent-transaction tbody tr th:first-child,
.recent-transaction tbody tr td:first-child {
  min-width: auto;
}
@media (max-width: 1454px) and (min-width: 1200px) {
  .recent-transaction thead tr th:nth-child(2),
  .recent-transaction thead tr td:nth-child(2),
  .recent-transaction tbody tr th:nth-child(2),
  .recent-transaction tbody tr td:nth-child(2) {
    display: none;
  }
}
@media (max-width: 903px) {
  .recent-transaction thead tr th:nth-child(2),
  .recent-transaction thead tr td:nth-child(2),
  .recent-transaction tbody tr th:nth-child(2),
  .recent-transaction tbody tr td:nth-child(2) {
    min-width: 114px;
  }
  .recent-transaction thead tr th:nth-child(3), .recent-transaction thead tr th:nth-child(4),
  .recent-transaction thead tr td:nth-child(3),
  .recent-transaction thead tr td:nth-child(4),
  .recent-transaction tbody tr th:nth-child(3),
  .recent-transaction tbody tr th:nth-child(4),
  .recent-transaction tbody tr td:nth-child(3),
  .recent-transaction tbody tr td:nth-child(4) {
    min-width: 90px;
  }
  .recent-transaction thead tr th:nth-child(5),
  .recent-transaction thead tr td:nth-child(5),
  .recent-transaction tbody tr th:nth-child(5),
  .recent-transaction tbody tr td:nth-child(5) {
    min-width: 104px;
  }
  .recent-transaction thead tr th:nth-child(7),
  .recent-transaction thead tr td:nth-child(7),
  .recent-transaction tbody tr th:nth-child(7),
  .recent-transaction tbody tr td:nth-child(7) {
    min-width: 110px;
  }
  .recent-transaction thead tr th:last-child,
  .recent-transaction thead tr td:last-child,
  .recent-transaction tbody tr th:last-child,
  .recent-transaction tbody tr td:last-child {
    min-width: 108px;
  }
}
.recent-transaction thead tr th {
  color: #52526c;
}

.stock-report .table-responsive .table thead tr th,
.stock-report .table-responsive .table thead tr td,
.stock-report .table-responsive .table tbody tr th,
.stock-report .table-responsive .table tbody tr td {
  color: var(--body-font-color);
  min-width: auto;
}
.stock-report .table-responsive .table thead tr th:first-child,
.stock-report .table-responsive .table thead tr td:first-child,
.stock-report .table-responsive .table tbody tr th:first-child,
.stock-report .table-responsive .table tbody tr td:first-child {
  padding-left: 20px;
}
.stock-report .table-responsive .table thead tr th:last-child,
.stock-report .table-responsive .table thead tr td:last-child,
.stock-report .table-responsive .table tbody tr th:last-child,
.stock-report .table-responsive .table tbody tr td:last-child {
  padding-right: 20px;
}
@media (max-width: 1798px) and (min-width: 1400px) {
  .stock-report .table-responsive .table thead tr th:last-child,
  .stock-report .table-responsive .table thead tr td:last-child,
  .stock-report .table-responsive .table tbody tr th:last-child,
  .stock-report .table-responsive .table tbody tr td:last-child {
    display: none;
  }
}
.stock-report .table-responsive .table thead tr th:last-child .btn,
.stock-report .table-responsive .table thead tr td:last-child .btn,
.stock-report .table-responsive .table tbody tr th:last-child .btn,
.stock-report .table-responsive .table tbody tr td:last-child .btn {
  min-width: 142px;
}
.stock-report .table-responsive .table thead tr th a,
.stock-report .table-responsive .table thead tr td a,
.stock-report .table-responsive .table tbody tr th a,
.stock-report .table-responsive .table tbody tr td a {
  color: var(--body-font-color);
}
.stock-report .table-responsive .table thead tr th .img-border,
.stock-report .table-responsive .table thead tr td .img-border,
.stock-report .table-responsive .table tbody tr th .img-border,
.stock-report .table-responsive .table tbody tr td .img-border {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--light2);
  padding: 4px;
  display: flex;
  justify-content: center;
  border: 1px solid var(--chart-progress-light);
  align-items: center;
}
.stock-report .table-responsive .table thead tr th .img-border img,
.stock-report .table-responsive .table thead tr td .img-border img,
.stock-report .table-responsive .table tbody tr th .img-border img,
.stock-report .table-responsive .table tbody tr td .img-border img {
  height: 32px;
}
@media (max-width: 1798px) {
  .stock-report .table-responsive .table thead tr th:nth-child(4),
  .stock-report .table-responsive .table thead tr td:nth-child(4),
  .stock-report .table-responsive .table tbody tr th:nth-child(4),
  .stock-report .table-responsive .table tbody tr td:nth-child(4) {
    padding-right: 20px;
  }
}
@media (max-width: 1543px) and (min-width: 1400px) {
  .stock-report .table-responsive .table thead tr th,
  .stock-report .table-responsive .table thead tr td,
  .stock-report .table-responsive .table tbody tr th,
  .stock-report .table-responsive .table tbody tr td {
    min-width: auto;
  }
  .stock-report .table-responsive .table thead tr th:last-child,
  .stock-report .table-responsive .table thead tr td:last-child,
  .stock-report .table-responsive .table tbody tr th:last-child,
  .stock-report .table-responsive .table tbody tr td:last-child {
    display: none;
  }
}
@media (max-width: 700px) {
  .stock-report .table-responsive .table thead tr th:first-child,
  .stock-report .table-responsive .table thead tr td:first-child,
  .stock-report .table-responsive .table tbody tr th:first-child,
  .stock-report .table-responsive .table tbody tr td:first-child {
    min-width: 168px;
  }
  .stock-report .table-responsive .table thead tr th:nth-child(2),
  .stock-report .table-responsive .table thead tr td:nth-child(2),
  .stock-report .table-responsive .table tbody tr th:nth-child(2),
  .stock-report .table-responsive .table tbody tr td:nth-child(2) {
    min-width: 104px;
  }
  .stock-report .table-responsive .table thead tr th:nth-child(3),
  .stock-report .table-responsive .table thead tr td:nth-child(3),
  .stock-report .table-responsive .table tbody tr th:nth-child(3),
  .stock-report .table-responsive .table tbody tr td:nth-child(3) {
    min-width: 85px;
  }
  .stock-report .table-responsive .table thead tr th:nth-child(4),
  .stock-report .table-responsive .table thead tr td:nth-child(4),
  .stock-report .table-responsive .table tbody tr th:nth-child(4),
  .stock-report .table-responsive .table tbody tr td:nth-child(4) {
    min-width: 65px;
  }
  .stock-report .table-responsive .table thead tr th:last-child,
  .stock-report .table-responsive .table thead tr td:last-child,
  .stock-report .table-responsive .table tbody tr th:last-child,
  .stock-report .table-responsive .table tbody tr td:last-child {
    min-width: 174px;
  }
}
.stock-report .table-responsive .table thead tr .img-border img,
.stock-report .table-responsive .table tbody tr .img-border img {
  transition: 0.5s;
}
.stock-report .table-responsive .table thead tr:hover td .img-border img,
.stock-report .table-responsive .table tbody tr:hover td .img-border img {
  transition: 0.5s;
  transform: scale(1.1);
}
.stock-report .table-responsive .table thead tr th {
  color: #52526c;
}

@media (max-width: 886px) {
  .seller-table .dt-layout-row .dt-search {
    display: none;
  }
}
.seller-table thead tr th,
.seller-table thead tr td,
.seller-table tbody tr th,
.seller-table tbody tr td {
  min-width: auto;
  color: var(--body-font-color);
}
.seller-table thead tr th a,
.seller-table thead tr td a,
.seller-table tbody tr th a,
.seller-table tbody tr td a {
  color: var(--body-font-color);
}
.seller-table thead tr th .common-flex img,
.seller-table thead tr td .common-flex img,
.seller-table tbody tr th .common-flex img,
.seller-table tbody tr td .common-flex img {
  height: 40px;
}
@media (max-width: 1213px) and (min-width: 1200px) {
  .seller-table thead tr th .common-flex,
  .seller-table thead tr td .common-flex,
  .seller-table tbody tr th .common-flex,
  .seller-table tbody tr td .common-flex {
    gap: 7px;
  }
  .seller-table thead tr th .common-flex img,
  .seller-table thead tr td .common-flex img,
  .seller-table tbody tr th .common-flex img,
  .seller-table tbody tr td .common-flex img {
    height: 38px;
  }
}
.seller-table thead tr th:first-child,
.seller-table thead tr td:first-child,
.seller-table tbody tr th:first-child,
.seller-table tbody tr td:first-child {
  padding-left: 20px;
}
.seller-table thead tr th:last-child,
.seller-table thead tr td:last-child,
.seller-table tbody tr th:last-child,
.seller-table tbody tr td:last-child {
  padding-right: 20px;
}
@media (max-width: 1650px) and (min-width: 1200px) {
  .seller-table thead tr th:nth-child(3),
  .seller-table thead tr td:nth-child(3),
  .seller-table tbody tr th:nth-child(3),
  .seller-table tbody tr td:nth-child(3) {
    display: none;
  }
}
@media (max-width: 1179px) {
  .seller-table thead tr th:nth-child(2),
  .seller-table thead tr td:nth-child(2),
  .seller-table tbody tr th:nth-child(2),
  .seller-table tbody tr td:nth-child(2) {
    min-width: 140px;
  }
  .seller-table thead tr th:nth-child(3),
  .seller-table thead tr td:nth-child(3),
  .seller-table tbody tr th:nth-child(3),
  .seller-table tbody tr td:nth-child(3) {
    min-width: 75px;
  }
}
.seller-table thead tr th {
  color: #52526c;
}

.payment-gateway .pay-box {
  margin-bottom: 13px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.payment-gateway .pay-box:last-child {
  margin-bottom: 0;
}
.payment-gateway .pay-box:hover .outer-svg-box svg {
  animation: tada 1.5s ease infinite;
}
.payment-gateway .pay-box .outer-line {
  border-width: 1px;
  border-style: solid;
  padding: 3px;
  border-radius: 50%;
}
.payment-gateway .pay-box .outer-line .outer-svg-box {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media (max-width: 1652px) {
  .payment-gateway .pay-box .outer-line .outer-svg-box {
    width: 29px;
    height: 29px;
  }
  .payment-gateway .pay-box .outer-line .outer-svg-box svg {
    width: 16px;
    height: 16px;
  }
}
.payment-gateway .pay-box .outer-line .outer-svg-box svg {
  width: 18px;
  height: 18px;
}
.payment-gateway .pay-box a {
  color: var(--body-font-color);
}
@media (max-width: 1316px) and (min-width: 1200px) {
  .payment-gateway .pay-box:last-child {
    display: none;
  }
  .payment-gateway .pay-box:nth-child(5) {
    margin-bottom: 0;
  }
}
@media (max-width: 1141px) and (min-width: 992px) {
  .payment-gateway .pay-box:last-child {
    display: none;
  }
  .payment-gateway .pay-box:nth-child(5) {
    margin-bottom: 0;
  }
}
@media (max-width: 850px) and (min-width: 768px) {
  .payment-gateway .pay-box:last-child {
    display: none;
  }
  .payment-gateway .pay-box:nth-child(5) {
    margin-bottom: 0;
  }
}

.treading-product .table-responsive .table thead tr th,
.treading-product .table-responsive .table thead tr td,
.treading-product .table-responsive .table tbody tr th,
.treading-product .table-responsive .table tbody tr td {
  color: var(--body-font-color);
  min-width: auto;
}
.treading-product .table-responsive .table thead tr th:first-child,
.treading-product .table-responsive .table thead tr td:first-child,
.treading-product .table-responsive .table tbody tr th:first-child,
.treading-product .table-responsive .table tbody tr td:first-child {
  padding-left: 20px;
}
@media (max-width: 812px) {
  .treading-product .table-responsive .table thead tr th:first-child,
  .treading-product .table-responsive .table thead tr td:first-child,
  .treading-product .table-responsive .table tbody tr th:first-child,
  .treading-product .table-responsive .table tbody tr td:first-child {
    min-width: 140px;
  }
}
.treading-product .table-responsive .table thead tr th:last-child,
.treading-product .table-responsive .table thead tr td:last-child,
.treading-product .table-responsive .table tbody tr th:last-child,
.treading-product .table-responsive .table tbody tr td:last-child {
  padding-right: 20px;
}
.treading-product .table-responsive .table thead tr th a,
.treading-product .table-responsive .table thead tr td a,
.treading-product .table-responsive .table tbody tr th a,
.treading-product .table-responsive .table tbody tr td a {
  color: var(--body-font-color);
}
@media (max-width: 1454px) {
  .treading-product .table-responsive .table thead tr th .common-flex,
  .treading-product .table-responsive .table thead tr td .common-flex,
  .treading-product .table-responsive .table tbody tr th .common-flex,
  .treading-product .table-responsive .table tbody tr td .common-flex {
    gap: 8px;
  }
}
.treading-product .table-responsive .table thead tr th img,
.treading-product .table-responsive .table thead tr td img,
.treading-product .table-responsive .table tbody tr th img,
.treading-product .table-responsive .table tbody tr td img {
  height: 32px;
}
@media (max-width: 1552px) and (min-width: 1550px) {
  .treading-product .table-responsive .table thead tr th img,
  .treading-product .table-responsive .table thead tr td img,
  .treading-product .table-responsive .table tbody tr th img,
  .treading-product .table-responsive .table tbody tr td img {
    height: 39px;
  }
}
@media (max-width: 362px) {
  .treading-product .table-responsive .table thead tr th:first-child,
  .treading-product .table-responsive .table thead tr td:first-child,
  .treading-product .table-responsive .table tbody tr th:first-child,
  .treading-product .table-responsive .table tbody tr td:first-child {
    min-width: 168px;
  }
}
.treading-product .table-responsive .table thead tr th {
  color: #52526c;
}

@media (max-width: 1399px) and (min-width: 768px) {
  .ord-xl-i {
    order: 1;
  }
  .ord-xl-ii {
    order: 2;
  }
  .ord-xl-iii {
    order: 3;
  }
  .ord-xl-iv {
    order: 4;
  }
  .ord-xl-v {
    order: 5;
  }
  .ord-xl-vi {
    order: 6;
  }
  .ord-xl-vii {
    order: 7;
  }
  .ord-xl-viii {
    order: 8;
  }
  .ord-xl-ix {
    order: 9;
  }
  .ord-xl-x {
    order: 10;
  }
}
/**=====================
    3.10 Dashboard_2 CSS End
==========================**/
/**=====================
    3.11 Dashboard_3 CSS Start
==========================**/
@keyframes hand-move {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.welcome-card {
  background-image: url(../images/dashboard-3/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}
.welcome-card h4 {
  color: #fff;
}
.welcome-card h4 img {
  margin-top: -6px;
  animation: hand-move 5s infinite ease-in;
}
.welcome-card p {
  width: 70%;
  color: var(--white);
}
@media (max-width: 1830px) and (min-width: 1450px) {
  .welcome-card p {
    width: 62%;
  }
}
@media (max-width: 1459px) {
  .welcome-card p {
    display: -webkit-box;
    height: 52px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 991px) and (min-width: 537px) {
  .welcome-card p {
    width: 70%;
  }
}
@media (max-width: 536px) {
  .welcome-card p {
    width: 64%;
  }
}
@media (max-width: 480px) {
  .welcome-card p {
    width: 100%;
  }
}
.welcome-card .welcome-img {
  height: 170px;
  position: absolute;
  right: 0;
  bottom: -26px;
}
[dir=rtl] .welcome-card .welcome-img {
  right: unset;
  left: 0;
}
@media (max-width: 1780px) and (min-width: 1661px) {
  .welcome-card .welcome-img {
    height: 180px;
    bottom: -28px;
  }
}
@media (max-width: 1660px) and (min-width: 1426px) {
  .welcome-card .welcome-img {
    height: 168px;
    bottom: -24px;
  }
}
@media (max-width: 1425px) {
  .welcome-card .welcome-img {
    height: 155px;
    bottom: -22px;
  }
}
@media (max-width: 767px) {
  .welcome-card .welcome-img {
    height: 140px;
    bottom: -18px;
  }
}
@media (max-width: 480px) {
  .welcome-card .welcome-img {
    display: none;
  }
}

.get-image img {
  height: 158px;
}
@media (max-width: 1737px) {
  .get-image img {
    height: 134px;
  }
}

.course-box {
  overflow: hidden;
}
.course-box .card-body {
  padding: 25px 15px;
}
@media (max-width: 1722px) {
  .course-box .card-body {
    padding: 20px 15px;
  }
}
@media (max-width: 1660px) {
  .course-box .card-body {
    padding: 16px 15px;
  }
}
@media (max-width: 1660px) {
  .course-box.widget-course .card-body {
    padding: 25px 15px;
  }
}
.course-box:hover {
  transform: translateY(-5px);
  transition: 0.5s;
}
.course-box:hover .course-icon svg {
  animation: tada 1.5s ease infinite;
}

.course-widget {
  display: flex;
  gap: 8px;
}
.course-widget .course-icon {
  position: relative;
  width: 54px;
  height: 54px;
  clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%);
  background: linear-gradient(310.31deg, #FF3364 14.71%, #FF7F9E 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .course-widget .course-icon {
    width: 47px;
    height: 47px;
  }
  .course-widget .course-icon svg {
    width: 20px;
    height: 20px;
  }
}
.course-widget .course-icon svg {
  width: 26px;
  height: 26px;
  fill: #fff;
}
@media (max-width: 600px) {
  .course-widget .course-icon svg {
    width: 20px;
    height: 20px;
  }
}
.course-widget .course-icon.warning {
  background: linear-gradient(297.08deg, #FF9E2A -4.53%, #FFA941 98.25%);
}
.course-widget .btn-light {
  background: var(--course-light-btn) !important;
  border: none;
}
.course-widget a {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  margin-top: 25px;
}
.course-widget a span {
  display: block;
  margin-bottom: -5px;
}
.course-widget a svg {
  width: 13px;
  height: 13px;
}

.get-card .card-header {
  padding-left: 20px;
  padding-right: 20px;
}

.square-group {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: scaleX(-1);
}
[dir=rtl] .square-group {
  right: unset;
  left: 0;
}
.square-group .square-1 {
  width: 12px;
  height: 18px;
}
@media (max-width: 660px) {
  .square-group .square-1 {
    width: 8px;
    height: 10px;
  }
}
.square-group .square-2 {
  width: 12px;
  height: 10px;
  margin-bottom: -10px;
}
@media (max-width: 660px) {
  .square-group .square-2 {
    width: 8px;
    height: 10px;
  }
}
.square-group .square-3 {
  width: 18px;
  height: 10px;
  margin-left: 10px;
}
@media (max-width: 660px) {
  .square-group .square-3 {
    width: 12px;
    height: 8px;
  }
}
[dir=rtl] .square-group .square-3 {
  margin-left: unset;
  margin-right: 10px;
}
.square-group .square-4 {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 20px;
  right: -15px;
}
[dir=rtl] .square-group .square-4 {
  right: unset;
  left: -15px;
}
@media (max-width: 660px) {
  .square-group .square-4 {
    width: 9px;
    height: 9px;
    right: -3px;
    top: 9px;
  }
}
.square-group .square-5 {
  width: 6px;
  height: 6px;
  bottom: 22px;
  position: absolute;
  right: -1px;
}
[dir=rtl] .square-group .square-5 {
  right: unset;
  left: -1px;
}
@media (max-width: 660px) {
  .square-group .square-5 {
    width: 4px;
    height: 4px;
    bottom: 21px;
    right: 6px;
  }
}
.square-group .square-6,
.square-group .square-7 {
  position: absolute;
  width: 4px;
  height: 4px;
}
@media (max-width: 660px) {
  .square-group .square-6,
  .square-group .square-7 {
    right: 12px;
    bottom: 35px;
  }
}
.square-group .square-6 {
  right: -23px;
  bottom: 5px;
}
[dir=rtl] .square-group .square-6 {
  right: unset;
  left: -23px;
}
.square-group .square-7 {
  right: 8px;
  bottom: 45px;
}
[dir=rtl] .square-group .square-7 {
  right: unset;
  left: 8px;
}
.square-group .warning1 {
  background: #FFD497;
}
.square-group .warning {
  background: #FFA73B;
}
.square-group .primary {
  background: #108be9;
}
.square-group .danger {
  background: #f54132;
}
.square-group .light {
  background: #E6E8EF;
}
.square-group .success {
  background: #65c15c;
}

.progress-chart-wrap {
  margin: -40px 0 -22px;
}
[dir=rtl] .progress-chart-wrap {
  direction: ltr;
}
@media (max-width: 991px) {
  .progress-chart-wrap {
    margin-top: -18px;
  }
}
.progress-chart-wrap .apexcharts-canvas {
  margin: 0 auto;
}
.progress-chart-wrap .apexcharts-canvas .apexcharts-datalabels-group .apexcharts-datalabel-label {
  fill: var(--chart-text-color);
}

.get-card .btn {
  margin-top: 15px;
  padding: 8px 15px;
}
.get-card .btn:hover svg {
  transform: translateX(5px);
  transition: 0.5s;
}
.get-card .btn svg {
  width: 13px;
  height: 13px;
  fill: #fff;
  vertical-align: middle;
  transition: 0.5s;
}

.default-inline-calender .main-inline-calender .form-control {
  display: none;
}
.default-inline-calender .main-inline-calender .flatpickr-calendar {
  box-shadow: unset;
}
.default-inline-calender .main-inline-calender .flatpickr-calendar .flatpickr-months .flatpickr-prev-month svg,
.default-inline-calender .main-inline-calender .flatpickr-calendar .flatpickr-months .flatpickr-next-month svg {
  stroke: var(--body-font-color);
}
.default-inline-calender .main-inline-calender .flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-monthDropdown-months,
.default-inline-calender .main-inline-calender .flatpickr-calendar .flatpickr-months .flatpickr-month .numInputWrapper {
  color: var(--body-font-color);
}
.default-inline-calender .main-inline-calender .flatpickr-calendar .flatpickr-months .flatpickr-monthDropdown-months {
  padding-right: 18px;
}
@media (max-width: 647px) and (min-width: 617px) {
  .default-inline-calender .main-inline-calender .flatpickr-calendar .flatpickr-months .flatpickr-monthDropdown-months {
    padding-right: 8px;
  }
}
@media (max-width: 616px) {
  .default-inline-calender .main-inline-calender .flatpickr-calendar .flatpickr-months .flatpickr-monthDropdown-months {
    padding-right: 6px;
  }
}
@media (max-width: 611px) {
  .default-inline-calender .main-inline-calender .flatpickr-calendar .flatpickr-current-month {
    width: 90%;
    left: 7.5%;
  }
}
.default-inline-calender .main-inline-calender .flatpickr-rContainer .flatpickr-weekdays .flatpickr-weekdaycontainer .flatpickr-weekday {
  color: var(--chart-text-color);
}
.default-inline-calender .main-inline-calender .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day {
  height: 36px;
}
.default-inline-calender .main-inline-calender .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day.selected {
  color: #fff;
}
.default-inline-calender .main-inline-calender .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day.today {
  background-color: #65c15c;
  border: unset;
  color: #fff;
}
.default-inline-calender .main-inline-calender .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day.today::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fc564a;
  position: absolute;
  top: -2px;
  right: -2px;
  outline: 3px solid var(--white);
}
.default-inline-calender .main-inline-calender .flatpickr-rContainer .flatpickr-current-month .flatpickr-monthDropdown-months option {
  font-size: 14px;
}
.default-inline-calender .main-inline-calender .flatpickr-rContainer .flatpickr-current-month .flatpickr-monthDropdown-months option:hover {
  background-color: #52526c;
}

.learning-wrap {
  margin: -24px -10px -24px -15px;
}

.activity-wrap {
  margin: -22px 0 -22px -28px;
}
[dir=rtl] .activity-wrap {
  margin: -22px -28px -22px 0;
}

.upcoming-event-wrap {
  margin-bottom: -39px;
  margin-left: -24px;
}

.course-card .dropdown .dropdown-toggle {
  width: 125px;
}

.course-wrapper {
  text-align: center;
}
.course-wrapper .course-icon-box {
  position: relative;
  padding: 8px;
}
@media (max-width: 767px) {
  .course-wrapper .course-icon-box {
    padding: 0;
  }
}
.course-wrapper .course-icon-box .icon-wrap {
  width: 117px;
  height: 92px;
  background-color: var(--course-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin: 0 auto;
  box-shadow: -18px 15px 20px rgba(119, 119, 119, 0.25);
}
@media (max-width: 1880px) and (min-width: 1857px) {
  .course-wrapper .course-icon-box .icon-wrap {
    width: 112px;
  }
}
@media (max-width: 1856px) {
  .course-wrapper .course-icon-box .icon-wrap {
    width: 111px;
  }
}
@media (max-width: 767px) {
  .course-wrapper .course-icon-box .icon-wrap {
    box-shadow: none;
  }
}
@media (max-width: 575px) {
  .course-wrapper .course-icon-box .icon-wrap {
    width: 92px;
    height: 82px;
  }
}
.course-wrapper .course-icon-box .icon-wrap img {
  width: 80px;
}
@media (max-width: 575px) {
  .course-wrapper .course-icon-box .icon-wrap img {
    width: 70px;
  }
}
.course-wrapper .course-icon-box .arrow-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 20px);
  height: 100%;
}
[dir=rtl] .course-wrapper .course-icon-box .arrow-bg {
  left: unset;
  right: 0;
  transform: scaleX(-1);
}
@media (max-width: 767px) {
  .course-wrapper .course-icon-box .arrow-bg {
    display: none;
  }
}
.course-wrapper h6 {
  margin-top: 25px;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .course-wrapper h6 {
    margin-top: 15px;
  }
}

.course-main-card {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 1880px) {
  .course-main-card {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .course-main-card {
    gap: 12px;
    flex-wrap: nowrap;
  }
}
@media (max-width: 575px) {
  .course-main-card {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.course-main-card .course-wrapper:last-child .arrow-bg {
  width: 100%;
}

@media (max-width: 330px) {
  .schedule-card .card-header-right-icon .btn {
    min-width: 76px;
  }
}

.schedule-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767px) {
  .schedule-list {
    flex-direction: row;
  }
}
@media (max-width: 575px) {
  .schedule-list {
    flex-direction: column;
  }
}
.schedule-list li {
  display: flex;
  align-items: center;
}
.schedule-list li h6 {
  font-size: 14px;
}
.schedule-list li ul {
  column-count: 2;
  column-rule-style: solid;
  column-rule-color: var(--chart-text-color);
  column-gap: 20px;
  column-rule-width: 1px;
}
@media (max-width: 1712px) {
  .schedule-list li ul {
    column-gap: 14px;
  }
}
@media (max-width: 1199px) {
  .schedule-list li ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.schedule-list li ul li {
  gap: 6px;
}
.schedule-list li img {
  border-radius: 100%;
  width: 37px;
  height: 37px;
  padding: 3px;
}
.schedule-list li svg {
  width: 15px;
  height: 15px;
}
.schedule-list li svg.f-success {
  fill: #65c15c;
}
.schedule-list > li {
  padding: 15px 20px;
  box-shadow: 4px 7px 17px 5px rgba(46, 35, 94, 0.05);
  gap: 10px;
  position: relative;
  border-radius: 10px;
}
@media (max-width: 1712px) {
  .schedule-list > li {
    padding: 16px 14px;
  }
}
.schedule-list > li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 15px 0 0 15px;
}
[dir=rtl] .schedule-list > li::before {
  left: unset;
  right: 0;
  border-radius: 0 15px 15px 0;
}
.schedule-list > li.primary::before {
  background-color: var(--theme-default);
}
.schedule-list > li.primary img {
  border: 1px solid var(--theme-default);
}
.schedule-list > li.warning::before {
  background-color: #ffb829;
}
.schedule-list > li.warning img {
  border: 1px solid #ffb829;
}

.link-only {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #75758a;
}
.link-only svg {
  width: 16px;
  height: 16px;
}

.lessons-lists li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
}
.lessons-lists li img {
  transition: 0.5s;
}
.lessons-lists li + li {
  border-top: 1px solid var(--chart-dashed-border);
}
.lessons-lists li:first-child {
  padding-top: 0;
}
.lessons-lists li:last-child {
  padding-bottom: 0;
}
.lessons-lists li:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}

.lesson-wrap {
  width: 50px;
  margin-bottom: -11px;
  margin-top: -6px;
}
.lesson-wrap .apexcharts-canvas .apexcharts-datalabel-label {
  display: none;
}

@media (max-width: 1261px) {
  .t-top-mentor .table-responsive div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    position: relative;
    top: 4px;
    left: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1608px) {
  .t-top-mentor .table-responsive div.dt-container .dt-layout-row:last-child {
    flex-direction: column;
  }
}
.t-top-mentor thead tr th,
.t-top-mentor thead tr td,
.t-top-mentor tbody tr th,
.t-top-mentor tbody tr td {
  min-width: auto;
  color: var(--body-font-color);
}
.t-top-mentor thead tr th:first-child,
.t-top-mentor thead tr td:first-child,
.t-top-mentor tbody tr th:first-child,
.t-top-mentor tbody tr td:first-child {
  padding-left: 20px;
}
.t-top-mentor thead tr th:last-child,
.t-top-mentor thead tr td:last-child,
.t-top-mentor tbody tr th:last-child,
.t-top-mentor tbody tr td:last-child {
  padding-right: 20px;
}
.t-top-mentor thead tr th a,
.t-top-mentor thead tr td a,
.t-top-mentor tbody tr th a,
.t-top-mentor tbody tr td a {
  color: var(--body-font-color);
}
.t-top-mentor thead tr th img,
.t-top-mentor thead tr td img,
.t-top-mentor tbody tr th img,
.t-top-mentor tbody tr td img {
  height: 40px;
}
@media (max-width: 1394px) {
  .t-top-mentor thead tr th img,
  .t-top-mentor thead tr td img,
  .t-top-mentor tbody tr th img,
  .t-top-mentor tbody tr td img {
    height: 32px;
  }
}
@media (max-width: 1516px) and (min-width: 1200px) {
  .t-top-mentor thead tr th:nth-child(3),
  .t-top-mentor thead tr td:nth-child(3),
  .t-top-mentor tbody tr th:nth-child(3),
  .t-top-mentor tbody tr td:nth-child(3) {
    display: none;
  }
}
@media (max-width: 1294px) and (min-width: 1205px) {
  .t-top-mentor thead tr th img,
  .t-top-mentor thead tr td img,
  .t-top-mentor tbody tr th img,
  .t-top-mentor tbody tr td img {
    height: 38px;
  }
}
@media (max-width: 1204px) and (min-width: 1200px) {
  .t-top-mentor thead tr th img,
  .t-top-mentor thead tr td img,
  .t-top-mentor tbody tr th img,
  .t-top-mentor tbody tr td img {
    height: 37px;
  }
}
@media (max-width: 1199px) {
  .t-top-mentor thead tr th:nth-child(2),
  .t-top-mentor thead tr td:nth-child(2),
  .t-top-mentor tbody tr th:nth-child(2),
  .t-top-mentor tbody tr td:nth-child(2) {
    min-width: 135px;
  }
  .t-top-mentor thead tr th:nth-child(3),
  .t-top-mentor thead tr td:nth-child(3),
  .t-top-mentor tbody tr th:nth-child(3),
  .t-top-mentor tbody tr td:nth-child(3) {
    min-width: 108px;
  }
  .t-top-mentor thead tr th:nth-child(4),
  .t-top-mentor thead tr td:nth-child(4),
  .t-top-mentor tbody tr th:nth-child(4),
  .t-top-mentor tbody tr td:nth-child(4) {
    min-width: 60px;
  }
}
.t-top-mentor thead tr th {
  color: #52526c;
}

@media (max-width: 1261px) {
  .completed-course-table .table-responsive div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    position: relative;
    top: 4px;
    left: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1608px) {
  .completed-course-table .table-responsive div.dt-container .dt-layout-row:last-child {
    flex-direction: column;
  }
}
.completed-course-table thead tr th,
.completed-course-table thead tr td,
.completed-course-table tbody tr th,
.completed-course-table tbody tr td {
  min-width: auto;
  color: var(--body-font-color);
}
.completed-course-table thead tr th:first-child,
.completed-course-table thead tr td:first-child,
.completed-course-table tbody tr th:first-child,
.completed-course-table tbody tr td:first-child {
  padding-left: 20px;
}
.completed-course-table thead tr th:last-child,
.completed-course-table thead tr td:last-child,
.completed-course-table tbody tr th:last-child,
.completed-course-table tbody tr td:last-child {
  padding-right: 20px;
}
@media (max-width: 1671px) and (min-width: 1200px) {
  .completed-course-table thead tr th:last-child,
  .completed-course-table thead tr td:last-child,
  .completed-course-table tbody tr th:last-child,
  .completed-course-table tbody tr td:last-child {
    display: none;
  }
}
.completed-course-table thead tr th a,
.completed-course-table thead tr td a,
.completed-course-table tbody tr th a,
.completed-course-table tbody tr td a {
  color: var(--body-font-color);
}
.completed-course-table thead tr th img,
.completed-course-table thead tr td img,
.completed-course-table tbody tr th img,
.completed-course-table tbody tr td img {
  height: 40px;
  border-radius: 8px;
}
@media (max-width: 1394px) {
  .completed-course-table thead tr th img,
  .completed-course-table thead tr td img,
  .completed-course-table tbody tr th img,
  .completed-course-table tbody tr td img {
    height: 32px;
  }
}
@media (max-width: 1671px) and (min-width: 1351px) {
  .completed-course-table thead tr th:nth-child(4),
  .completed-course-table thead tr td:nth-child(4),
  .completed-course-table tbody tr th:nth-child(4),
  .completed-course-table tbody tr td:nth-child(4) {
    padding-right: 20px;
  }
}
@media (max-width: 1350px) and (min-width: 1200px) {
  .completed-course-table thead tr th:nth-child(4),
  .completed-course-table thead tr td:nth-child(4),
  .completed-course-table tbody tr th:nth-child(4),
  .completed-course-table tbody tr td:nth-child(4) {
    display: none;
  }
}
@media (max-width: 1403px) and (min-width: 1351px) {
  .completed-course-table thead tr th:nth-child(2) .common-flex,
  .completed-course-table thead tr td:nth-child(2) .common-flex,
  .completed-course-table tbody tr th:nth-child(2) .common-flex,
  .completed-course-table tbody tr td:nth-child(2) .common-flex {
    gap: 7px;
  }
}
@media (max-width: 1356px) and (min-width: 1200px) {
  .completed-course-table thead tr th .common-flex,
  .completed-course-table thead tr td .common-flex,
  .completed-course-table tbody tr th .common-flex,
  .completed-course-table tbody tr td .common-flex {
    gap: 10px;
  }
}
@media (max-width: 1294px) and (min-width: 1205px) {
  .completed-course-table thead tr th img,
  .completed-course-table thead tr td img,
  .completed-course-table tbody tr th img,
  .completed-course-table tbody tr td img {
    height: 38px;
  }
}
@media (max-width: 1204px) and (min-width: 1200px) {
  .completed-course-table thead tr th img,
  .completed-course-table thead tr td img,
  .completed-course-table tbody tr th img,
  .completed-course-table tbody tr td img {
    height: 37px;
  }
}
@media (max-width: 1199px) {
  .completed-course-table thead tr th:nth-child(2),
  .completed-course-table thead tr td:nth-child(2),
  .completed-course-table tbody tr th:nth-child(2),
  .completed-course-table tbody tr td:nth-child(2) {
    min-width: 155px;
  }
  .completed-course-table thead tr th:nth-child(3),
  .completed-course-table thead tr td:nth-child(3),
  .completed-course-table tbody tr th:nth-child(3),
  .completed-course-table tbody tr td:nth-child(3) {
    min-width: 96px;
  }
  .completed-course-table thead tr th:nth-child(4),
  .completed-course-table thead tr td:nth-child(4),
  .completed-course-table tbody tr th:nth-child(4),
  .completed-course-table tbody tr td:nth-child(4) {
    min-width: 121px;
  }
  .completed-course-table thead tr th:last-child,
  .completed-course-table thead tr td:last-child,
  .completed-course-table tbody tr th:last-child,
  .completed-course-table tbody tr td:last-child {
    min-width: 99px;
  }
}
.completed-course-table thead tr th {
  color: #52526c;
}

@media (max-width: 791px) and (min-width: 576px) {
  .overall-card .activity-details span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 122px;
  }
}

/**=====================
  3.11 Dashboard_3 CSS Ends
==========================**/
/**=====================
    3.12 Dashboard_4 CSS Start
==========================**/
.widget-hover:hover {
  transform: translateY(-5px);
  transition: 0.5s;
}

.currency-widget .currency-icon-widget {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  box-shadow: inset 2.66667px -2.66667px 2.66667px rgba(194, 128, 49, 0.1), inset -2.66667px 2.66667px 2.66667px rgba(255, 255, 255, 0.1);
}
.currency-widget .currency-icon-widget svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}
.currency-widget .card {
  margin-top: 14px;
}
.currency-widget .card .card-body {
  padding: 15px;
  gap: 10px;
  justify-content: space-between;
}
@media (max-width: 1660px) {
  .currency-widget .card .card-body {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .currency-widget .card .card-body {
    flex-wrap: unset;
  }
}
.currency-widget .card:hover {
  transform: translateY(-5px);
  transition: 0.5s;
}
.currency-widget h6 {
  margin-bottom: 0;
}
.currency-widget .d-flex {
  gap: 10px;
  align-items: center;
}
.currency-widget span svg {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.currency-widget div[class*=bg-light-] {
  color: #404040;
  padding: 15px;
  border-radius: 10px;
  width: 115px;
}
@media (max-width: 1660px) and (min-width: 1200px) {
  .currency-widget div[class*=bg-light-] {
    display: none;
  }
}
@media (max-width: 1199px) {
  .currency-widget div[class*=bg-light-] {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .currency-widget div[class*=bg-light-] {
    width: 50%;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .currency-widget.widget-currency .card .card-body {
    flex-wrap: unset;
  }
}
.currency-widget.warning .currency-icon-widget {
  background-image: linear-gradient(to right, #ffb829 80%, rgba(255, 184, 41, 0.2));
}
.currency-widget.primary .currency-icon-widget {
  background-image: linear-gradient(to right, #108be9 80%, rgba(16, 139, 233, 0.2));
}
.currency-widget.success .currency-icon-widget {
  background-image: linear-gradient(to right, #65c15c 80%, rgba(101, 193, 92, 0.2));
}
@media (max-width: 1399px) {
  .currency-widget.height-equal {
    min-height: unset !important;
  }
}

.currency-chart-wrap {
  margin: -28px -10px -20px -20px;
}
@media (max-width: 575px) {
  .currency-chart-wrap {
    width: 50%;
  }
}
.currency-chart-wrap .apexcharts-canvas .apexcharts-tooltip-text-y-label {
  display: none;
}

.transaction-card .header-top {
  flex-wrap: wrap;
  gap: 10px;
}

.crypto-main-card {
  background-image: linear-gradient(to bottom right, #5f3deb, #ad79ff);
  color: #fff;
}
@media (max-width: 1199px) {
  .crypto-main-card .card-body {
    padding: 20px;
  }
}
.crypto-main-card .btn {
  padding: 8px 20px;
}
@media (max-width: 1660px) {
  .crypto-main-card .btn {
    padding: 8px 15px;
  }
}
.crypto-main-card .deposit-wrap > div {
  width: 65%;
}
@media (max-width: 1660px) {
  .crypto-main-card .deposit-wrap > div {
    width: 90%;
  }
}
@media (max-width: 1536px) {
  .crypto-main-card .deposit-wrap > div {
    width: 100%;
  }
}
@media (max-width: 1399px) {
  .crypto-main-card .deposit-wrap > div {
    width: 75%;
  }
}
@media (max-width: 1199px) {
  .crypto-main-card .deposit-wrap > div {
    width: 95%;
  }
}
.crypto-main-card .deposit-wrap > div h5 {
  color: #fff;
}
@media (max-width: 1660px) {
  .crypto-main-card .deposit-wrap > div h5 {
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
  }
}
@media (max-width: 767px) {
  .crypto-main-card .deposit-wrap > div h5 {
    -webkit-line-clamp: 1;
  }
}
.crypto-main-card .deposit-wrap > div p {
  color: #fff;
}
.crypto-main-card .deposit-wrap img {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 48%;
  animation: bounce-effect 5s infinite ease-in;
}
[dir=rtl] .crypto-main-card .deposit-wrap img {
  right: unset;
  left: 10px;
  transform: scaleX(-1);
}
@media (max-width: 1660px) and (min-width: 1400px) {
  .crypto-main-card .deposit-wrap img {
    width: 44%;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .crypto-main-card .deposit-wrap img {
    width: 52%;
  }
}
@media (max-width: 1199px) and (min-width: 1081px) {
  .crypto-main-card .deposit-wrap img {
    width: 30%;
  }
}
@media (max-width: 1080px) and (min-width: 768px) {
  .crypto-main-card .deposit-wrap img {
    width: 26%;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .crypto-main-card .deposit-wrap img {
    width: 33%;
  }
}
@media (max-width: 575px) and (min-width: 401px) {
  .crypto-main-card .deposit-wrap img {
    width: 26%;
  }
}
@media (max-width: 400px) {
  .crypto-main-card .deposit-wrap img {
    width: 35%;
  }
}

.portfolio-card .dropdown-toggle {
  width: 80px;
}

.btn-white {
  color: #108be9;
  background-color: #fff;
}
.btn-white:hover {
  color: #108be9;
  background-color: #fff;
}

.radial-progress-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}
@media (max-width: 1199px) {
  .radial-progress-card.card-body {
    padding: 30px 20px;
  }
}
.radial-progress-card p {
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.radial-progress-card h6 {
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
}
.radial-progress-card .sale-details {
  margin: 10px 0;
}
.radial-progress-card .sale-details svg {
  width: 15px;
  height: 15px;
  vertical-align: middle;
}
.radial-progress-card .radial-chart-wrap {
  width: 110px;
  margin-right: -25px;
}
[dir=rtl] .radial-progress-card .radial-chart-wrap {
  margin-right: unset;
  margin-left: -25px;
}
@media (max-width: 1820px) {
  .radial-progress-card .radial-chart-wrap {
    margin-right: -12px;
  }
  [dir=rtl] .radial-progress-card .radial-chart-wrap {
    margin-left: -12px;
  }
}
.radial-progress-card .radial-chart-wrap .apexcharts-canvas .apexcharts-datalabel-label {
  display: none;
}

.transaction-table.recent-table table thead tr th:first-child,
.transaction-table.recent-table table thead tr td:first-child,
.transaction-table.recent-table table tbody tr th:first-child,
.transaction-table.recent-table table tbody tr td:first-child {
  padding-left: 20px;
}
@media (max-width: 1455px) {
  .transaction-table.recent-table table thead tr th:first-child svg,
  .transaction-table.recent-table table thead tr td:first-child svg,
  .transaction-table.recent-table table tbody tr th:first-child svg,
  .transaction-table.recent-table table tbody tr td:first-child svg {
    width: 16px;
    height: 16px;
  }
}
.transaction-table.recent-table table thead tr th:last-child,
.transaction-table.recent-table table thead tr td:last-child,
.transaction-table.recent-table table tbody tr th:last-child,
.transaction-table.recent-table table tbody tr td:last-child {
  padding-right: 20px;
}
.transaction-table.recent-table table tr th,
.transaction-table.recent-table table tr td {
  min-width: auto;
}
.transaction-table.recent-table table tr th:first-child,
.transaction-table.recent-table table tr td:first-child {
  min-width: unset;
}
@media (max-width: 1458px) {
  .transaction-table.recent-table table tr th:first-child,
  .transaction-table.recent-table table tr td:first-child {
    min-width: 114px;
  }
}
.transaction-table.recent-table table tr th:last-child,
.transaction-table.recent-table table tr td:last-child {
  text-align: right;
  min-width: 60px;
}
.transaction-table.recent-table table tr:last-child td {
  border: unset;
  padding-bottom: 0;
}
.transaction-table.recent-table table tr,
.transaction-table.recent-table table td {
  border-style: dashed;
}

.custom-tab {
  background: var(--light2);
  padding: 4px;
  border-radius: 5px;
}
.custom-tab.nav-tabs {
  border: none;
}
.custom-tab.nav-tabs .nav-link {
  border: none;
  padding: 6px 12px;
  color: var(--chart-text-color);
}
.custom-tab.nav-tabs .nav-link.active {
  color: var(--theme-default);
}

.market-chart-container {
  margin: -24px 0 -24px -15px;
}
[dir=rtl] .market-chart-container {
  margin: -24px -15px -24px 0;
}
@media (max-width: 575px) {
  .market-chart-container {
    margin-bottom: 0;
  }
}

.market-card .balance-card {
  padding: 10px;
}
@media (max-width: 575px) {
  .market-card .custom-tab {
    display: none;
  }
}

.currency-icon {
  width: 34px;
  height: 34px;
  background-color: var(--light2);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.currency-icon.warning svg {
  fill: #ffb829;
}
.currency-icon.success svg {
  fill: #65c15c;
}
.currency-icon.primary svg {
  fill: #108be9;
}
.currency-icon.secondary svg {
  fill: #838383;
}
.currency-icon.dark-green svg {
  fill: #1BA27A;
}
.currency-icon.light-blue svg {
  fill: #038DE7;
}

.recent-table tr:hover td:first-child h6 {
  color: var(--theme-default);
}
.recent-table tr:hover .border-icon .social-circle {
  transform: scale(1.02);
  transition: 0.5s;
}
.recent-table tr:hover .currency-icon svg {
  animation: tada 1.5s ease infinite;
}
.recent-table tr:hover .badge-light-primary {
  background-color: var(--theme-default);
  color: #fff;
}

.currency-table.recent-table table .change-currency svg {
  width: 16px;
  height: 16px;
  vertical-align: sub;
}
.currency-table.recent-table table thead tr th,
.currency-table.recent-table table thead tr td,
.currency-table.recent-table table tbody tr th,
.currency-table.recent-table table tbody tr td {
  min-width: auto;
  color: var(--body-font-color);
}
.currency-table.recent-table table thead tr th:first-child,
.currency-table.recent-table table thead tr td:first-child,
.currency-table.recent-table table tbody tr th:first-child,
.currency-table.recent-table table tbody tr td:first-child {
  padding-left: 20px;
}
.currency-table.recent-table table thead tr th:last-child,
.currency-table.recent-table table thead tr td:last-child,
.currency-table.recent-table table tbody tr th:last-child,
.currency-table.recent-table table tbody tr td:last-child {
  padding-right: 20px;
}
.currency-table.recent-table table thead tr th:nth-child(2), .currency-table.recent-table table thead tr th:nth-child(3),
.currency-table.recent-table table thead tr td:nth-child(2),
.currency-table.recent-table table thead tr td:nth-child(3),
.currency-table.recent-table table tbody tr th:nth-child(2),
.currency-table.recent-table table tbody tr th:nth-child(3),
.currency-table.recent-table table tbody tr td:nth-child(2),
.currency-table.recent-table table tbody tr td:nth-child(3) {
  min-width: 87px;
}
.currency-table.recent-table table thead tr th:nth-child(4),
.currency-table.recent-table table thead tr td:nth-child(4),
.currency-table.recent-table table tbody tr th:nth-child(4),
.currency-table.recent-table table tbody tr td:nth-child(4) {
  min-width: 98px;
}
.currency-table.recent-table table thead tr th:nth-child(5),
.currency-table.recent-table table thead tr td:nth-child(5),
.currency-table.recent-table table tbody tr th:nth-child(5),
.currency-table.recent-table table tbody tr td:nth-child(5) {
  min-width: 100px;
}
.currency-table.recent-table table thead thead tr th,
.currency-table.recent-table table tbody thead tr th {
  color: #52526c;
}
@media (max-width: 1275px) and (min-width: 1200px) {
  .currency-table.recent-table.average-sale.table-responsive div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    display: none;
  }
}
@media (max-width: 1199px) {
  .currency-table.recent-table.average-sale.table-responsive div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    position: relative;
    top: 4px;
    left: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1622px) {
  .currency-table.recent-table.average-sale.table-responsive div.dt-container .dt-layout-row:last-child {
    flex-direction: column;
  }
}
.currency-table.recent-table.average-sale.table-responsive thead tr th,
.currency-table.recent-table.average-sale.table-responsive thead tr td,
.currency-table.recent-table.average-sale.table-responsive tbody tr th,
.currency-table.recent-table.average-sale.table-responsive tbody tr td {
  min-width: auto;
  color: var(--body-font-color);
}
.currency-table.recent-table.average-sale.table-responsive thead tr th:first-child,
.currency-table.recent-table.average-sale.table-responsive thead tr td:first-child,
.currency-table.recent-table.average-sale.table-responsive tbody tr th:first-child,
.currency-table.recent-table.average-sale.table-responsive tbody tr td:first-child {
  padding-left: 20px;
}
.currency-table.recent-table.average-sale.table-responsive thead tr th:last-child,
.currency-table.recent-table.average-sale.table-responsive thead tr td:last-child,
.currency-table.recent-table.average-sale.table-responsive tbody tr th:last-child,
.currency-table.recent-table.average-sale.table-responsive tbody tr td:last-child {
  padding-right: 20px;
}
@media (max-width: 1316px) and (min-width: 1200px) {
  .currency-table.recent-table.average-sale.table-responsive thead tr th:last-child,
  .currency-table.recent-table.average-sale.table-responsive thead tr td:last-child,
  .currency-table.recent-table.average-sale.table-responsive tbody tr th:last-child,
  .currency-table.recent-table.average-sale.table-responsive tbody tr td:last-child {
    display: none;
  }
}
@media (max-width: 1199px) {
  .currency-table.recent-table.average-sale.table-responsive thead tr th:last-child,
  .currency-table.recent-table.average-sale.table-responsive thead tr td:last-child,
  .currency-table.recent-table.average-sale.table-responsive tbody tr th:last-child,
  .currency-table.recent-table.average-sale.table-responsive tbody tr td:last-child {
    min-width: 147px;
  }
}
@media (max-width: 1316px) and (min-width: 768px) {
  .currency-table.recent-table.average-sale.table-responsive thead tr th:nth-child(3),
  .currency-table.recent-table.average-sale.table-responsive thead tr td:nth-child(3),
  .currency-table.recent-table.average-sale.table-responsive tbody tr th:nth-child(3),
  .currency-table.recent-table.average-sale.table-responsive tbody tr td:nth-child(3) {
    padding-right: 20px;
  }
}
@media (max-width: 1465px) and (min-width: 768px) {
  .currency-table.recent-table.average-sale.table-responsive thead tr th:nth-child(4),
  .currency-table.recent-table.average-sale.table-responsive thead tr td:nth-child(4),
  .currency-table.recent-table.average-sale.table-responsive tbody tr th:nth-child(4),
  .currency-table.recent-table.average-sale.table-responsive tbody tr td:nth-child(4) {
    display: none;
  }
}
@media (max-width: 767px) {
  .currency-table.recent-table.average-sale.table-responsive thead tr th:nth-child(2), .currency-table.recent-table.average-sale.table-responsive thead tr th:nth-child(3), .currency-table.recent-table.average-sale.table-responsive thead tr th:nth-child(4),
  .currency-table.recent-table.average-sale.table-responsive thead tr td:nth-child(2),
  .currency-table.recent-table.average-sale.table-responsive thead tr td:nth-child(3),
  .currency-table.recent-table.average-sale.table-responsive thead tr td:nth-child(4),
  .currency-table.recent-table.average-sale.table-responsive tbody tr th:nth-child(2),
  .currency-table.recent-table.average-sale.table-responsive tbody tr th:nth-child(3),
  .currency-table.recent-table.average-sale.table-responsive tbody tr th:nth-child(4),
  .currency-table.recent-table.average-sale.table-responsive tbody tr td:nth-child(2),
  .currency-table.recent-table.average-sale.table-responsive tbody tr td:nth-child(3),
  .currency-table.recent-table.average-sale.table-responsive tbody tr td:nth-child(4) {
    min-width: 85px;
  }
}
.currency-table.recent-table.average-sale.table-responsive thead tr th a,
.currency-table.recent-table.average-sale.table-responsive thead tr td a,
.currency-table.recent-table.average-sale.table-responsive tbody tr th a,
.currency-table.recent-table.average-sale.table-responsive tbody tr td a {
  color: var(--body-font-color);
}
.currency-table.recent-table.average-sale.table-responsive thead tr th .currency-icon svg,
.currency-table.recent-table.average-sale.table-responsive thead tr td .currency-icon svg,
.currency-table.recent-table.average-sale.table-responsive tbody tr th .currency-icon svg,
.currency-table.recent-table.average-sale.table-responsive tbody tr td .currency-icon svg {
  fill: var(--white);
}
@media (max-width: 1199px) {
  .currency-table.recent-table.performer-table.table-responsive div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    position: relative;
    top: 4px;
    left: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1622px) {
  .currency-table.recent-table.performer-table.table-responsive div.dt-container .dt-layout-row:last-child {
    flex-direction: column;
  }
}
.currency-table.recent-table.performer-table.table-responsive thead tr th,
.currency-table.recent-table.performer-table.table-responsive thead tr td,
.currency-table.recent-table.performer-table.table-responsive tbody tr th,
.currency-table.recent-table.performer-table.table-responsive tbody tr td {
  min-width: auto;
  color: var(--body-font-color);
}
.currency-table.recent-table.performer-table.table-responsive thead tr th:first-child,
.currency-table.recent-table.performer-table.table-responsive thead tr td:first-child,
.currency-table.recent-table.performer-table.table-responsive tbody tr th:first-child,
.currency-table.recent-table.performer-table.table-responsive tbody tr td:first-child {
  padding-left: 20px;
}
.currency-table.recent-table.performer-table.table-responsive thead tr th:last-child,
.currency-table.recent-table.performer-table.table-responsive thead tr td:last-child,
.currency-table.recent-table.performer-table.table-responsive tbody tr th:last-child,
.currency-table.recent-table.performer-table.table-responsive tbody tr td:last-child {
  padding-right: 20px;
}
@media (max-width: 1696px) and (min-width: 1200px) {
  .currency-table.recent-table.performer-table.table-responsive thead tr th:last-child,
  .currency-table.recent-table.performer-table.table-responsive thead tr td:last-child,
  .currency-table.recent-table.performer-table.table-responsive tbody tr th:last-child,
  .currency-table.recent-table.performer-table.table-responsive tbody tr td:last-child {
    display: none;
  }
}
@media (max-width: 1199px) {
  .currency-table.recent-table.performer-table.table-responsive thead tr th:nth-child(2),
  .currency-table.recent-table.performer-table.table-responsive thead tr td:nth-child(2),
  .currency-table.recent-table.performer-table.table-responsive tbody tr th:nth-child(2),
  .currency-table.recent-table.performer-table.table-responsive tbody tr td:nth-child(2) {
    min-width: 128px;
  }
  .currency-table.recent-table.performer-table.table-responsive thead tr th:last-child,
  .currency-table.recent-table.performer-table.table-responsive thead tr td:last-child,
  .currency-table.recent-table.performer-table.table-responsive tbody tr th:last-child,
  .currency-table.recent-table.performer-table.table-responsive tbody tr td:last-child {
    min-width: 108px;
  }
}
@media (max-width: 1303px) and (min-width: 768px) {
  .currency-table.recent-table.performer-table.table-responsive thead tr th:nth-child(3),
  .currency-table.recent-table.performer-table.table-responsive thead tr td:nth-child(3),
  .currency-table.recent-table.performer-table.table-responsive tbody tr th:nth-child(3),
  .currency-table.recent-table.performer-table.table-responsive tbody tr td:nth-child(3) {
    display: none;
  }
}
@media (max-width: 1696px) and (min-width: 1200px) {
  .currency-table.recent-table.performer-table.table-responsive thead tr th:nth-child(5),
  .currency-table.recent-table.performer-table.table-responsive thead tr td:nth-child(5),
  .currency-table.recent-table.performer-table.table-responsive tbody tr th:nth-child(5),
  .currency-table.recent-table.performer-table.table-responsive tbody tr td:nth-child(5) {
    padding-right: 20px;
  }
}
@media (max-width: 1470px) and (min-width: 1200px) {
  .currency-table.recent-table.performer-table.table-responsive thead tr th:nth-child(4),
  .currency-table.recent-table.performer-table.table-responsive thead tr td:nth-child(4),
  .currency-table.recent-table.performer-table.table-responsive tbody tr th:nth-child(4),
  .currency-table.recent-table.performer-table.table-responsive tbody tr td:nth-child(4) {
    display: none;
  }
}
@media (max-width: 1199px) {
  .currency-table.recent-table.performer-table.table-responsive thead tr:nth-child(2),
  .currency-table.recent-table.performer-table.table-responsive tbody tr:nth-child(2) {
    min-width: 137px;
  }
  .currency-table.recent-table.performer-table.table-responsive thead tr:nth-child(5),
  .currency-table.recent-table.performer-table.table-responsive tbody tr:nth-child(5) {
    min-width: 98px;
  }
  .currency-table.recent-table.performer-table.table-responsive thead tr:last-child,
  .currency-table.recent-table.performer-table.table-responsive tbody tr:last-child {
    min-width: 126px;
  }
}
.currency-table.recent-table.performer-table.table-responsive thead tr a,
.currency-table.recent-table.performer-table.table-responsive tbody tr a {
  color: var(--body-font-color);
}
.currency-table.recent-table.performer-table.table-responsive thead tr svg,
.currency-table.recent-table.performer-table.table-responsive tbody tr svg {
  fill: var(--white);
}

select.crypto-select {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  right: 7px;
  width: 62px;
  background-position: right 0.25rem center;
  padding: 8px;
  border: none;
  font-weight: 500;
  background-size: 8px;
}
[dir=rtl] select.crypto-select {
  right: unset;
  left: 7px;
}
select.crypto-select.warning {
  background-color: rgba(255, 184, 41, 0.1) !important;
  color: #ffb829 !important;
}
select.crypto-select.primary {
  background-color: rgba(16, 139, 233, 0.1) !important;
  color: #108be9 !important;
}

.crypto-form input::-webkit-outer-spin-button, .crypto-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.crypto-form input[type=number] {
  -moz-appearance: textfield;
}

.balance-box {
  text-align: center;
  background-image: url(../images/dashboard-4/bg-balance.png);
  background-position: right;
  background-size: cover;
}
.balance-box .balance-img {
  display: inline-block;
  padding: 5px;
  border: 2px solid var(--chart-border);
  border-left-color: #65c15c;
  border-bottom-color: #65c15c;
  border-radius: 100%;
  position: relative;
  margin-bottom: 15px;
}
.balance-box .balance-img img {
  background-color: var(--balance-profile-bg);
  border-radius: 100%;
}
.balance-box .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: #DFDFF4;
  right: 0;
  bottom: 0;
  border-radius: 100%;
}
.balance-box .balance-img .edit-icon svg {
  width: 11px;
  height: 11px;
  fill: #108be9;
}

.balance-profile ul {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 16px;
}
@media (max-width: 1660px) {
  .balance-profile ul {
    gap: 25px;
  }
}
.balance-profile ul li {
  position: relative;
}
.balance-profile ul li + li::before {
  position: absolute;
  content: "";
  left: -25px;
  top: 50%;
  height: 40px;
  transform: translateY(-50%);
  border: 1px dashed var(--recent-dashed-border);
}
[dir=rtl] .balance-profile ul li + li::before {
  left: unset;
  right: -25px;
}
@media (max-width: 1660px) {
  .balance-profile ul li + li::before {
    left: -16px;
  }
  [dir=rtl] .balance-profile ul li + li::before {
    right: -16px;
  }
}

@media (max-width: 1399px) {
  .activity-card .appointment-table {
    height: 180px;
  }
}
@media (max-width: 575px) {
  .activity-card .appointment-table {
    height: unset;
  }
}
.activity-card .appointment-table tr td:nth-child(2) {
  min-width: 99px;
}

.balance-item {
  display: flex;
  gap: 10px;
}
.balance-item .balance-icon-wrap {
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
@media (max-width: 1660px) {
  .balance-item .balance-icon-wrap {
    width: 25px;
    min-width: 25px;
    height: 25px;
    border-radius: 8px;
  }
}
.balance-item .balance-icon-wrap .balance-icon {
  width: 16px;
  height: 16px;
  border-radius: 100%;
}
@media (max-width: 1660px) {
  .balance-item .balance-icon-wrap .balance-icon {
    width: 14px;
    height: 14px;
  }
}
.balance-item .balance-icon-wrap .balance-icon svg {
  color: #fff;
  width: 14px;
  height: 14px;
}
@media (max-width: 1660px) {
  .balance-item .balance-icon-wrap .balance-icon svg {
    width: 12px;
    height: 12px;
    vertical-align: text-top;
  }
}
.balance-item .badge {
  padding: 8px 10px;
}
.balance-item.danger .balance-icon-wrap {
  background-color: rgba(252, 86, 74, 0.1);
}
.balance-item.danger .balance-icon-wrap .balance-icon {
  background-color: #fc564a;
}
.balance-item.success .balance-icon-wrap {
  background-color: rgba(101, 193, 92, 0.1);
}
.balance-item.success .balance-icon-wrap .balance-icon {
  background-color: #65c15c;
}

.portfolio-chart-container {
  margin-top: -56px;
}
@media (max-width: 1399px) {
  .portfolio-chart-container {
    margin-top: -20px;
  }
}

.portfolio-table .status {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  display: inline-block;
}
.portfolio-table table tr,
.portfolio-table table td {
  border-style: dashed;
}
@media (max-width: 1755px) {
  .portfolio-table table tr td:first-child,
  .portfolio-table table tr th:first-child {
    min-width: 100px;
  }
}
@media (max-width: 1755px) {
  .portfolio-table table tr td:last-child,
  .portfolio-table table tr th:last-child {
    min-width: 88px;
  }
}
.portfolio-table table tr:last-child td {
  border: unset;
  padding-bottom: 0;
}

/**=====================
    3.12 Dashboard_4 CSS Ends
==========================**/
/**=====================
    3.13 Dashboard_5 CSS Start
==========================**/
.social-img {
  padding: 5px;
  background: var(--white);
  border-radius: 100%;
}
.social-widget .card-body {
  padding: 15px;
}
@media (max-width: 1699px) and (min-width: 1500px) {
  .social-widget .card-body span[class*=font-] {
    display: none !important;
  }
}
.social-widget .social-icons {
  min-width: calc(40px + 15 * (100vw - 320px) / 1600);
  height: calc(40px + 15 * (100vw - 320px) / 1600);
  background: var(--white);
  box-shadow: 0px 42.1092px 27.8569px rgba(41, 72, 152, 0.0303704), 0px 8.90772px 7.12618px rgba(41, 72, 152, 0.0196296), 0px 2.02448px 3.44162px rgba(41, 72, 152, 0.012037);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-widget .social-icons img {
  height: calc(20px + 15 * (100vw - 320px) / 1600);
}
.social-widget .social-content {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.social-widget .social-content .social-chart {
  margin: -34px -42px -13px;
  width: 150px;
}
.social-widget .social-content .social-chart .apexcharts-canvas .apexcharts-datalabels-group .apexcharts-datalabel-label {
  display: none;
}

@keyframes wave-speaker {
  0% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(5px);
  }
}
.mobile-app-card {
  background-image: url(../images/dashboard-5/profile-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.mobile-app-card.social-empower .card-header {
  width: 100%;
}
@media (max-width: 1537px) and (min-width: 1400px) {
  .mobile-app-card.social-empower .card-header h6 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
.mobile-app-card .card-header {
  background: transparent;
  padding: 20px;
  width: 68%;
}
@media (max-width: 1693px) {
  .mobile-app-card .card-header {
    width: 75%;
  }
}
@media (max-width: 1316px) {
  .mobile-app-card .card-header {
    width: 86%;
  }
}
@media (max-width: 991px) {
  .mobile-app-card .card-header {
    width: 64%;
  }
}
@media (max-width: 350px) {
  .mobile-app-card .card-header {
    width: 75%;
  }
}
.mobile-app-card .card-body {
  margin-top: -20px;
}
@media (max-width: 1693px) and (min-width: 1353px) {
  .mobile-app-card .card-body {
    margin-top: 10px;
  }
}
@media (max-width: 1352px) and (min-width: 1500px) {
  .mobile-app-card .card-body {
    margin-top: 70px;
  }
}
@media (max-width: 1499px) and (min-width: 1409px) {
  .mobile-app-card .card-body {
    margin-top: 45px;
  }
}
@media (max-width: 1408px) and (min-width: 1353px) {
  .mobile-app-card .card-body {
    margin-top: 22px;
  }
}
@media (max-width: 1352px) and (min-width: 1213px) {
  .mobile-app-card .card-body {
    margin-top: 45px;
  }
}
@media (max-width: 1212px) and (min-width: 1200px) {
  .mobile-app-card .card-body {
    margin-top: 25px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .mobile-app-card .card-body {
    margin-top: 26px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .mobile-app-card .card-body {
    margin-top: 20px;
  }
}
@media (max-width: 767px) and (min-width: 461px) {
  .mobile-app-card .card-body {
    margin-top: -90px;
  }
}
@media (max-width: 460px) {
  .mobile-app-card .card-body {
    margin-top: -30px;
  }
}
.mobile-app-card .card-body .wavy {
  width: 50px;
  margin-right: -78px;
  margin-top: -50px;
  animation: wave-speaker 2s ease infinite;
}
@media (max-width: 1693px) and (min-width: 768px) {
  .mobile-app-card .card-body .wavy {
    width: 45px;
    margin-right: -70px;
    margin-top: -50px;
  }
}
@media (max-width: 1499px) and (min-width: 768px) {
  .mobile-app-card .card-body .wavy {
    margin-top: -36px;
    width: 32px;
    margin-right: -58px;
  }
}
@media (max-width: 460px) {
  .mobile-app-card .card-body .wavy {
    margin-top: -35px;
    width: 30px;
    margin-right: -50px;
  }
}
.mobile-app-card .card-body img:not(.wavy) {
  height: 158px;
}
@media (max-width: 1693px) and (min-width: 1500px) {
  .mobile-app-card .card-body img:not(.wavy) {
    height: 154px;
  }
}
@media (max-width: 1499px) and (min-width: 1200px) {
  .mobile-app-card .card-body img:not(.wavy) {
    height: 120px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .mobile-app-card .card-body img:not(.wavy) {
    height: 116px;
  }
}
@media (max-width: 460px) {
  .mobile-app-card .card-body img:not(.wavy) {
    height: 108px;
  }
}
.mobile-app-card .purchase-btn {
  padding: 10px 25px;
  min-width: unset;
}
@media (max-width: 575px) {
  .mobile-app-card .purchase-btn {
    padding: 8px 16px;
  }
}

.subscriber-chart-container {
  margin: -22px -10px -24px;
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .subscriber-chart-container {
    margin: -22px -10px -45px;
  }
}
@media (max-width: 488px) {
  .subscriber-chart-container {
    margin: -22px -10px -45px;
  }
}

.click-widgets .card-body {
  padding: 28px 15px;
}
.click-widgets .click-chart {
  margin: -50px 0 -70px -20px;
}

@media (max-width: 1693px) {
  .follower-wrap .card-body,
  .follower-wrap .card-header {
    padding: 22px;
  }
}
.follower-wrap .card-header {
  padding-bottom: 20px;
}
.follower-wrap .papernote-wrap > span {
  margin-bottom: 20px;
}
@media (max-width: 1768px) {
  .follower-wrap .papernote-wrap > span {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.campaign-list {
  column-count: 2;
  column-gap: 20px;
  margin-bottom: 14px;
}
.campaign-list li {
  position: relative;
}
.campaign-list li + li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background-color: var(--chart-text-color);
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
  opacity: 0.6;
}
[dir=rtl] .campaign-list li + li::before {
  left: unset;
  right: -10px;
}
.campaign-list .campaign-box {
  background: linear-gradient(180deg, var(--course-light-btn) 0%, rgba(242, 243, 247, 0) 100%);
  border-radius: 5px;
  padding: 6px 10px;
}

.social-circle {
  width: 34px;
  height: 34px;
  border-width: 1px;
  border-style: solid;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.campaign-table.recent-table table tr th:first-child,
.campaign-table.recent-table table tr td:first-child {
  padding-left: 20px;
}
.campaign-table.recent-table table tr th:last-child,
.campaign-table.recent-table table tr td:last-child {
  padding-right: 20px;
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .campaign-table.recent-table table tr th:nth-child(3), .campaign-table.recent-table table tr th:nth-child(6),
  .campaign-table.recent-table table tr td:nth-child(3),
  .campaign-table.recent-table table tr td:nth-child(6) {
    display: none;
  }
}
@media (max-width: 1260px) and (min-width: 1200px) {
  .campaign-table.recent-table table tr th:last-child,
  .campaign-table.recent-table table tr td:last-child {
    display: none;
  }
  .campaign-table.recent-table table tr th:nth-child(5),
  .campaign-table.recent-table table tr td:nth-child(5) {
    padding-right: 20px;
  }
}
.campaign-table.recent-table table tr:hover td:nth-child(2) {
  color: var(--theme-default);
}
.campaign-table .border-icon > div {
  border-left: 2px solid #2F84F4;
  padding-left: 15px;
}
[dir=rtl] .campaign-table .border-icon > div {
  padding-left: unset;
  padding-right: 15px;
}
.campaign-table .facebook > div {
  border-left: 2px solid #2F84F4;
}
[dir=rtl] .campaign-table .facebook > div {
  border-left: unset;
  border-right: 2px solid #2F84F4;
}
.campaign-table .facebook .social-circle {
  background-color: rgba(47, 132, 244, 0.1);
  border-color: #2F84F4;
  color: #2F84F4;
}
.campaign-table .instagram > div {
  border-left: 2px solid #FC971E;
}
[dir=rtl] .campaign-table .instagram > div {
  border-left: unset;
  border-right: 2px solid #FC971E;
}
.campaign-table .instagram .social-circle {
  background-color: rgba(252, 151, 30, 0.1);
  border-color: #FC971E;
  color: #FC971E;
}
.campaign-table .pinterest > div {
  border-left: 2px solid #FF3364;
}
[dir=rtl] .campaign-table .pinterest > div {
  border-left: unset;
  border-right: 2px solid #FF3364;
}
.campaign-table .pinterest .social-circle {
  background-color: rgba(255, 51, 100, 0.1);
  border-color: #FF3364;
  color: #FF3364;
}
.campaign-table .plus-btn {
  width: 24px;
  border-radius: 5px;
  background-color: transparent;
  border: 1px solid var(--body-font-color);
  color: var(--body-font-color);
}
.campaign-table .plus-btn:hover {
  background-color: var(--body-font-color);
  color: var(--white);
}
.campaign-table .twitter > div {
  border-left: 2px solid #231915;
}
[dir=rtl] .campaign-table .twitter > div {
  border-left: unset;
  border-right: 2px solid #231915;
}
.campaign-table .twitter .social-circle {
  background-color: rgba(35, 25, 21, 0.1);
  border-color: #231915;
  color: #231915;
}
.campaign-table .you-tube > div {
  border-left: 2px solid #F42F2F;
}
[dir=rtl] .campaign-table .you-tube > div {
  border-left: unset;
  border-right: 2px solid #F42F2F;
}
.campaign-table .you-tube .social-circle {
  background-color: rgba(244, 47, 47, 0.1);
  border-color: #F42F2F;
  color: #F42F2F;
}
.campaign-table .linked-in > div {
  border-left: 2px solid #0073B1;
}
[dir=rtl] .campaign-table .linked-in > div {
  border-left: unset;
  border-right: 2px solid #0073B1;
}
.campaign-table .linked-in .social-circle {
  background-color: rgba(0, 115, 177, 0.1);
  border-color: #0073B1;
  color: #0073B1;
}
.campaign-table .badge-light-primary,
.campaign-table .badge-light-light {
  border: unset;
  min-width: 110px;
}
.campaign-table tr td,
.campaign-table tr th {
  border-style: dashed;
}
@media (max-width: 1399px) {
  .campaign-table .recent-table.table-responsive div.dt-container .dt-layout-row:last-child {
    flex-direction: column;
  }
}
.campaign-table .recent-table.table-responsive table thead tr td:first-child,
.campaign-table .recent-table.table-responsive table thead tr th:first-child,
.campaign-table .recent-table.table-responsive table tbody tr td:first-child,
.campaign-table .recent-table.table-responsive table tbody tr th:first-child {
  min-width: 88px;
}
@media (max-width: 775px) {
  .campaign-table .recent-table.table-responsive table thead tr td:first-child,
  .campaign-table .recent-table.table-responsive table thead tr th:first-child,
  .campaign-table .recent-table.table-responsive table tbody tr td:first-child,
  .campaign-table .recent-table.table-responsive table tbody tr th:first-child {
    min-width: 116px;
  }
}
.campaign-table .recent-table.table-responsive table thead tr td:nth-child(2),
.campaign-table .recent-table.table-responsive table thead tr th:nth-child(2),
.campaign-table .recent-table.table-responsive table tbody tr td:nth-child(2),
.campaign-table .recent-table.table-responsive table tbody tr th:nth-child(2) {
  min-width: 80px;
}
.campaign-table .recent-table.table-responsive table thead tr td:nth-child(3), .campaign-table .recent-table.table-responsive table thead tr td:last-child,
.campaign-table .recent-table.table-responsive table thead tr th:nth-child(3),
.campaign-table .recent-table.table-responsive table thead tr th:last-child,
.campaign-table .recent-table.table-responsive table tbody tr td:nth-child(3),
.campaign-table .recent-table.table-responsive table tbody tr td:last-child,
.campaign-table .recent-table.table-responsive table tbody tr th:nth-child(3),
.campaign-table .recent-table.table-responsive table tbody tr th:last-child {
  min-width: 36px;
}
@media (max-width: 1566px) and (min-width: 1200px) {
  .campaign-table .recent-table.table-responsive table thead tr td:nth-child(3),
  .campaign-table .recent-table.table-responsive table thead tr th:nth-child(3),
  .campaign-table .recent-table.table-responsive table tbody tr td:nth-child(3),
  .campaign-table .recent-table.table-responsive table tbody tr th:nth-child(3) {
    display: none;
  }
}
@media (max-width: 1455px) and (min-width: 1200px) {
  .campaign-table .recent-table.table-responsive table thead tr td:last-child,
  .campaign-table .recent-table.table-responsive table thead tr th:last-child,
  .campaign-table .recent-table.table-responsive table tbody tr td:last-child,
  .campaign-table .recent-table.table-responsive table tbody tr th:last-child {
    display: none;
  }
  .campaign-table .recent-table.table-responsive table thead tr td:nth-child(6),
  .campaign-table .recent-table.table-responsive table thead tr th:nth-child(6),
  .campaign-table .recent-table.table-responsive table tbody tr td:nth-child(6),
  .campaign-table .recent-table.table-responsive table tbody tr th:nth-child(6) {
    padding-right: 20px;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .campaign-table .recent-table.table-responsive table thead tr td:nth-child(6),
  .campaign-table .recent-table.table-responsive table thead tr th:nth-child(6),
  .campaign-table .recent-table.table-responsive table tbody tr td:nth-child(6),
  .campaign-table .recent-table.table-responsive table tbody tr th:nth-child(6) {
    display: none;
  }
  .campaign-table .recent-table.table-responsive table thead tr td:nth-child(5),
  .campaign-table .recent-table.table-responsive table thead tr th:nth-child(5),
  .campaign-table .recent-table.table-responsive table tbody tr td:nth-child(5),
  .campaign-table .recent-table.table-responsive table tbody tr th:nth-child(5) {
    padding-right: 20px;
  }
}
@media (max-width: 1255px) and (min-width: 1200px) {
  .campaign-table .recent-table.table-responsive table thead tr td,
  .campaign-table .recent-table.table-responsive table thead tr th,
  .campaign-table .recent-table.table-responsive table tbody tr td,
  .campaign-table .recent-table.table-responsive table tbody tr th {
    min-width: auto;
  }
}
@media (max-width: 1215px) and (min-width: 1200px) {
  .campaign-table .recent-table.table-responsive table thead tr td:nth-child(4),
  .campaign-table .recent-table.table-responsive table thead tr th:nth-child(4),
  .campaign-table .recent-table.table-responsive table tbody tr td:nth-child(4),
  .campaign-table .recent-table.table-responsive table tbody tr th:nth-child(4) {
    display: none;
  }
}

@media (max-width: 938px) {
  .analytics-data .balance-data {
    display: none;
  }
}

.photo-click-wrapper {
  margin: -12px -20px -20px 0px;
}

@media (max-width: 413px) {
  .social-tabs .tab-content {
    margin-bottom: -45px;
  }
}
.social-tabs .nav {
  gap: 16px;
}
@media (max-width: 1210px) {
  .social-tabs .nav {
    gap: 10px;
  }
}
@media (max-width: 575px) {
  .social-tabs .nav {
    display: flex;
  }
}
.social-tabs .nav .social-box {
  padding: 12px 16px;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: all 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1528px) {
  .social-tabs .nav .social-box {
    gap: 12px;
  }
}
.social-tabs .nav .social-box span {
  color: var(--body-font-color);
}
.social-tabs .nav .social-box .frame-image {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.social-tabs .nav .social-box .frame-image [class*=outline-10-],
.social-tabs .nav .social-box .frame-image [class*=outline-20-] {
  border-radius: 50%;
  outline-offset: 4px;
}
.social-tabs .nav .social-box .frame-image [class*=outline-10-] [class*=bg-10-],
.social-tabs .nav .social-box .frame-image [class*=outline-10-] [class*=bg-20-],
.social-tabs .nav .social-box .frame-image [class*=outline-20-] [class*=bg-10-],
.social-tabs .nav .social-box .frame-image [class*=outline-20-] [class*=bg-20-] {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media (max-width: 1528px) {
  .social-tabs .nav .social-box .frame-image [class*=outline-10-] [class*=bg-10-],
  .social-tabs .nav .social-box .frame-image [class*=outline-10-] [class*=bg-20-],
  .social-tabs .nav .social-box .frame-image [class*=outline-20-] [class*=bg-10-],
  .social-tabs .nav .social-box .frame-image [class*=outline-20-] [class*=bg-20-] {
    width: 28px;
    height: 28px;
  }
}
.social-tabs .nav .social-box .frame-image [class*=outline-10-] [class*=fa-]:not(.fa-youtube-play),
.social-tabs .nav .social-box .frame-image [class*=outline-20-] [class*=fa-]:not(.fa-youtube-play) {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-tabs .nav .social-box .frame-image [class*=outline-10-] .youtube-color,
.social-tabs .nav .social-box .frame-image [class*=outline-20-] .youtube-color {
  color: #F42F2F;
}
.social-tabs .nav .social-box .frame-image [class*=outline-10-] .instagram-color,
.social-tabs .nav .social-box .frame-image [class*=outline-20-] .instagram-color {
  background: linear-gradient(45deg, #FEE411 11.93%, #FEDB16 15.61%, #FEC125 21.74%, #FE983D 29.56%, #FE5F5E 38.66%, #FE2181 47.46%, #9000DC 82.98%);
}
.social-tabs .tab-content .tab-pane > div {
  margin-bottom: -20px;
}

.top-country .common-space {
  margin-bottom: 8px;
}
.top-country .common-space > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.top-country .common-space > div p {
  font-size: 16px;
}
@media (max-width: 1520px) {
  .top-country .common-space > div p {
    font-size: 15px;
  }
}
@media (max-width: 1460px) and (min-width: 768px) {
  .top-country .common-space span {
    display: none;
  }
}
.top-country img {
  height: calc(25px + 12 * (100vw - 320px) / 1600);
  border-radius: 50%;
}
.top-country .progress {
  height: 7px;
  background: linear-gradient(180.36deg, #CFDCE8 -32.82%, #FFFFFF 132.82%);
}

@media (max-width: 1791px) {
  .social-clicks .analytics-tread-card .card-header .common-align span:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 1499px) and (min-width: 1200px) {
  .social-clicks .analytics-tread-card .card-header .common-align span:nth-child(2) {
    display: none;
  }
}
.social-clicks i {
  font-size: 10px;
}

.follower-country #countryMap {
  height: 268px;
}
@media (max-width: 1821px) and (min-width: 1015px) {
  .follower-country #countryMap {
    height: 345px;
  }
}
@media (max-width: 1015px) and (min-width: 992px) {
  .follower-country #countryMap {
    height: 408px;
  }
}
@media (max-width: 991px) and (min-width: 926px) {
  .follower-country #countryMap {
    height: 345px;
  }
}
@media (max-width: 925px) and (min-width: 808px) {
  .follower-country #countryMap {
    height: 410px;
  }
}
@media (max-width: 807px) and (min-width: 768px) {
  .follower-country #countryMap {
    height: 400px;
  }
}

@media (max-width: 1499px) {
  .s-xxl-3 {
    width: 33.33333333%;
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .s-xxl-3 {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .s-xxl-3 {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .od-xl-1 {
    order: 1;
  }
  .od-xl-2 {
    order: 2;
  }
  .od-xl-3 {
    order: 3;
  }
  .od-xl-4 {
    order: 4;
  }
  .od-xl-5 {
    order: 5;
  }
  .od-xl-6 {
    order: 6;
  }
  .od-xl-7 {
    order: 7;
  }
  .od-xl-8 {
    order: 8;
  }
}
/**=====================
    3.13 Dashboard_5 CSS Ends
==========================**/
/**=====================
   3.14 Dashboard_6 CSS Start
==========================**/
.trending-card {
  background: url(../images/dashboard-6/bg-1.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.trending-card .card-header {
  background: transparent;
}
.trending-card .activity-card .appointment-table table tr td:nth-child(2) {
  min-width: 90px;
}
.trending-card .activity-card .appointment-table table tr td:last-child {
  min-width: 95px;
}

@keyframes dot-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5) translateX(-10px);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes dot-animation1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4) translateX(-10px);
  }
  100% {
    transform: scale(1);
  }
}
.explore-card {
  background: url(../images/dashboard-6/bg-2.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .explore-card {
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: overlay;
  }
}
@media (max-width: 1199.98px) {
  .explore-card .row {
    width: 53%;
  }
  [dir=rtl] .explore-card .row {
    margin-right: auto;
  }
}
@media (max-width: 991.98px) {
  .explore-card .row {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .explore-card .row {
    width: 60%;
  }
}
@media (max-width: 575.98px) {
  .explore-card .row {
    width: 100%;
  }
}
[dir=rtl] .explore-card .row .custom-rs-12 {
  margin-right: auto;
}
.explore-card .group-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 1220px) {
  .explore-card .group-btn {
    gap: 8px;
  }
}
.explore-card .group-btn .btn {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 575.98px) {
  .explore-card .group-btn .btn {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media (max-width: 1199.98px) {
  .explore-card .decore {
    display: none;
  }
}
.explore-card .decore li {
  position: absolute;
}
.explore-card .decore .dot-gradient {
  width: 22px;
  height: 22px;
  background: linear-gradient(#e3e3ef, rgba(16, 139, 233, 0.3));
  border-radius: 100%;
}
.explore-card .decore .dot-gradient.dot-1 {
  right: -18px;
  top: 0;
  animation: dot-animation 5s ease infinite;
}
@media (max-width: 1660px) {
  .explore-card .decore .dot-gradient.dot-1 {
    right: 45px;
    top: 24px;
  }
}
@media (max-width: 1365px) {
  .explore-card .decore .dot-gradient.dot-1 {
    right: 28px;
  }
}
@media (max-width: 1354px) {
  .explore-card .decore .dot-gradient.dot-1 {
    top: 40px;
  }
}
.explore-card .decore .dot-gradient.dot-2 {
  width: 12px;
  height: 12px;
  animation: dot-animation1 5s ease infinite;
  right: -40%;
  top: 19%;
}
@media (max-width: 1660px) and (min-width: 1516px) {
  .explore-card .decore .dot-gradient.dot-2 {
    right: 22%;
    top: 60%;
  }
}
@media (max-width: 1515px) {
  .explore-card .decore .dot-gradient.dot-2 {
    right: 20%;
    top: 66%;
  }
}
@media (max-width: 1231px) {
  .explore-card .decore .dot-gradient.dot-2 {
    right: 0%;
  }
}

.total-balance {
  background: url(../images/dashboard-6/bg-3.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.total-balance .btn {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.total-balance .card-header {
  background: transparent;
}
.total-balance .card-header p {
  width: 226px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
}
.total-balance .card-body .common-f-start {
  margin-bottom: 8px;
  gap: 22px;
}
@media (max-width: 1380px) {
  .total-balance .card-body .common-f-start {
    margin-bottom: 22px;
  }
}
.total-balance .card-body .common-f-start .d-flex:nth-of-type(2) {
  border-left: 1px solid var(--recent-dashed-border);
  padding-left: 22px;
}
.total-balance .card-body .common-f-start [class*=bg-light-] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.total-balance .card-body .common-f-start [class*=bg-light-] i {
  font-size: 12px;
  transform: rotate(45deg);
}

.income-chart-wrapper {
  margin-bottom: -10px;
}
.income-chart-wrapper .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title,
.income-chart-wrapper .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-goals-groupm,
.income-chart-wrapper .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-z-group {
  display: none;
}
.income-chart-wrapper .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-series-group.apexcharts-active,
.income-chart-wrapper .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-series-group:last-child {
  padding-bottom: 0;
}

.sale-status-table .table > :not(:last-child) > :last-child > * {
  border-bottom: none !important;
}
.sale-status-table table {
  border-collapse: separate;
  border-spacing: 0 10px;
}
.sale-status-table table tr,
.sale-status-table table td,
.sale-status-table table th {
  border: none;
}
.sale-status-table table thead th {
  padding-bottom: 0;
}
.sale-status-table table tbody tr {
  box-shadow: 0px 6px 10px rgba(70, 60, 175, 0.05);
  border-radius: 5px;
}
@media (max-width: 1660px) and (min-width: 1400px) {
  .sale-status-table table th:last-child,
  .sale-status-table table td:last-child {
    display: none;
  }
}
@media (max-width: 575px) {
  .sale-status-table table th:last-child,
  .sale-status-table table td:last-child {
    display: none;
  }
}
@media (max-width: 1660px) and (min-width: 1400px) {
  .sale-status-table table th:nth-child(2),
  .sale-status-table table td:nth-child(2) {
    max-width: 50px;
    padding: 0 8px;
  }
}

.arrow-round .swiper-button-next,
.arrow-round .swiper-button-prev {
  top: 42px;
  z-index: 1;
  width: 29px;
  height: 21px;
  background: var(--white);
  box-shadow: 0px 4px 3px rgba(16, 139, 233, 0.1);
  border-radius: 30px;
}
.arrow-round .swiper-button-next::after,
.arrow-round .swiper-button-prev::after {
  font-size: 10px;
  color: var(--theme-default);
}
@media (max-width: 991px) {
  .arrow-round .swiper-button-next,
  .arrow-round .swiper-button-prev {
    top: 42px;
  }
}
.arrow-round .swiper-button-next {
  right: 30px;
}
[dir=rtl] .arrow-round .swiper-button-next {
  right: unset;
  left: 30px;
}
.arrow-round .swiper-button-prev {
  left: unset;
  right: 70px;
}
[dir=rtl] .arrow-round .swiper-button-prev {
  right: unset;
  left: 70px;
}

.product-card .product-image > img {
  width: 100%;
  border-radius: 4px;
  height: 6.875rem;
  object-fit: cover;
}
.product-card .product-image .author-img {
  text-align: right;
  display: block;
  margin-top: -20px;
  margin-right: 6px;
}
.product-card .product-nft-content {
  margin-top: 5px;
}
.product-card .product-nft-content ul {
  display: flex;
  justify-content: space-between;
}
.product-card .product-nft-content ul li {
  width: 100%;
}
.product-card .product-nft-content ul li + li {
  text-align: right;
  border-left: 1px dashed var(--recent-dashed-border);
}
.product-card .product-nft-content .btn {
  padding: 0.5rem 0;
}

.artist-chart-wrap > div {
  margin-left: -15px;
  margin-right: -10px;
}
.artist-chart-wrap .apexcharts-tooltip .apexcharts-tooltip-z-group,
.artist-chart-wrap .apexcharts-tooltip .apexcharts-tooltip-goals-group,
.artist-chart-wrap .apexcharts-tooltip .apexcharts-tooltip-text-y-label {
  display: none;
}
.artist-chart-wrap .apexcharts-tooltip .apexcharts-tooltip-series-group.apexcharts-active,
.artist-chart-wrap .apexcharts-tooltip .apexcharts-tooltip-series-group:last-child {
  padding-bottom: 0;
}

.statistic-chart-wrap {
  margin-left: -20px;
  margin-bottom: -25px;
}
.statistic-chart-wrap .apexcharts-tooltip .apexcharts-tooltip-z-group,
.statistic-chart-wrap .apexcharts-tooltip .apexcharts-tooltip-goals-group,
.statistic-chart-wrap .apexcharts-tooltip .apexcharts-tooltip-text-y-label {
  display: none;
}

.statistics-card .d-flex li + li {
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px dashed var(--recent-dashed-border);
}
[dir=rtl] .statistics-card .d-flex li + li {
  padding-left: unset;
  margin-left: unset;
  padding-right: 15px;
  margin-right: 15px;
  border-left: unset;
  border-right: 1px dashed var(--recent-dashed-border);
}

.upgrade-plan.mobile-app-card .card-header p {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}
@media (max-width: 1693px) and (min-width: 1400px) {
  .upgrade-plan.mobile-app-card .card-header p {
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 1224px) {
  .upgrade-plan.mobile-app-card .card-header p {
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 1693px) and (min-width: 1500px) {
  .upgrade-plan.mobile-app-card .card-header {
    width: 66%;
  }
}
@media (max-width: 1499px) and (min-width: 1423px) {
  .upgrade-plan.mobile-app-card .card-header {
    width: 70%;
  }
}
@media (max-width: 1422px) {
  .upgrade-plan.mobile-app-card .card-header {
    width: 74%;
  }
}
@media (max-width: 1499px) {
  .upgrade-plan.mobile-app-card .card-body {
    margin-top: 0;
  }
}
.upgrade-plan.mobile-app-card .card-body img {
  margin-top: -130px;
  margin-bottom: 20px;
  width: 144px;
  height: 150px;
}
@media (max-width: 1555px) and (min-width: 1500px) {
  .upgrade-plan.mobile-app-card .card-body img {
    margin-top: -150px;
    width: 136px;
  }
}
@media (max-width: 1499px) and (min-width: 1423px) {
  .upgrade-plan.mobile-app-card .card-body img {
    margin-top: -170px;
    width: 114px;
    height: 118px;
  }
}
@media (max-width: 1422px) {
  .upgrade-plan.mobile-app-card .card-body img {
    margin-top: -116px;
    width: 96px;
    height: 100px;
  }
}
@media (max-width: 1199.98px) {
  .upgrade-plan.mobile-app-card .card-body img {
    margin-top: -128px;
  }
}

.category-box img {
  border-radius: 8px;
  width: 100%;
}
.category-box h6 {
  display: block;
  padding: 10px;
  width: calc(100% - 50px);
  margin: 0 auto;
  color: var(--body-font-color);
  text-align: center;
  background: var(--white);
  margin-top: -20px;
  position: relative;
  border-radius: 5px;
}
@media (max-width: 1705px) and (min-width: 1636px) {
  .category-box h6 {
    width: calc(100% - 40px);
  }
}
@media (max-width: 1635px) and (min-width: 1566px) {
  .category-box h6 {
    width: calc(100% - 30px);
  }
}
@media (max-width: 1565px) and (min-width: 1530px) {
  .category-box h6 {
    width: calc(100% - 20px);
  }
}
@media (max-width: 1426px) {
  .category-box h6 {
    width: calc(100% - 30px);
  }
}

.artist-table button span {
  color: var(--theme-default);
}
.artist-table button svg {
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
}
.artist-table button:hover span {
  color: #fff;
}
.artist-table .appointment-table.customer-table table tr td .medal-img {
  min-width: 30px;
}
@media (max-width: 1795px) {
  .artist-table .appointment-table.customer-table table tr td:last-child {
    min-width: 90px;
  }
}

@media (max-width: 991px) {
  .nft-table.recent-table div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    position: relative;
    top: 4px;
    left: 20px;
    margin-bottom: 20px;
  }
}
.nft-table.recent-table table tr th,
.nft-table.recent-table table tr td {
  min-width: auto;
}
.nft-table.recent-table table tr th:first-child,
.nft-table.recent-table table tr td:first-child {
  padding-left: 20px;
}
.nft-table.recent-table table tr th:last-child,
.nft-table.recent-table table tr td:last-child {
  padding-right: 20px;
}
@media (max-width: 992px) {
  .nft-table.recent-table table tr th:nth-child(2),
  .nft-table.recent-table table tr td:nth-child(2) {
    min-width: 162px;
  }
  .nft-table.recent-table table tr th:nth-child(4),
  .nft-table.recent-table table tr td:nth-child(4) {
    min-width: 68px;
  }
}
.nft-table.recent-table svg {
  width: 18px;
  height: 18px;
}
.nft-table.recent-table .product-content .order-image {
  background: transparent;
  position: relative;
}
.nft-table.recent-table .product-content .order-image .mark-img {
  position: absolute;
  right: 0;
  bottom: 2px;
}

.activity-table .status-success {
  min-width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #65c15c;
}
.activity-table .img-content-box {
  min-width: 108px;
}
@media (max-width: 1772px) {
  .activity-table .appointment-table table tr td:last-child {
    min-width: 72px;
  }
}

@media (max-width: 1199.98px) {
  .explore-wrap {
    order: -1;
  }
}

.live-auction-wrapper .product-nft-content .common-flex {
  gap: 8px;
}
.live-auction-wrapper .product-nft-content .common-flex .btn {
  width: 100%;
}
.live-auction-wrapper .product-nft-content .common-flex svg {
  width: 18px;
  height: 18px;
  fill: var(--theme-default);
}
.live-auction-wrapper .product-nft-content .common-flex .timer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.live-auction-wrapper .product-nft-content .common-flex span span {
  color: var(--theme-default);
}
.live-auction-wrapper .product-nft-content .common-flex .common-align {
  gap: 4px;
}
.live-auction-wrapper .product-nft-content img {
  height: 16px;
}
.live-auction-wrapper .product-nft-content .btn {
  padding: 6px 26px;
}
.live-auction-wrapper .product-nft-content .btn:hover svg {
  fill: #fff;
}
.live-auction-wrapper .product-nft-content .btn:hover span span {
  color: #fff;
}

@media (max-width: 1459px) {
  .art-creator-table.recent-table div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    display: none;
  }
}
.art-creator-table.recent-table table thead tr th,
.art-creator-table.recent-table table thead tr td,
.art-creator-table.recent-table table tbody tr th,
.art-creator-table.recent-table table tbody tr td {
  min-width: auto;
}
.art-creator-table.recent-table table thead tr th:first-child,
.art-creator-table.recent-table table thead tr td:first-child,
.art-creator-table.recent-table table tbody tr th:first-child,
.art-creator-table.recent-table table tbody tr td:first-child {
  padding-left: 20px;
}
.art-creator-table.recent-table table thead tr th:last-child,
.art-creator-table.recent-table table thead tr td:last-child,
.art-creator-table.recent-table table tbody tr th:last-child,
.art-creator-table.recent-table table tbody tr td:last-child {
  padding-right: 20px;
}
@media (max-width: 1551px) and (min-width: 1400px) {
  .art-creator-table.recent-table table thead tr th:last-child,
  .art-creator-table.recent-table table thead tr td:last-child,
  .art-creator-table.recent-table table tbody tr th:last-child,
  .art-creator-table.recent-table table tbody tr td:last-child {
    display: none;
  }
  .art-creator-table.recent-table table thead tr th:nth-child(2),
  .art-creator-table.recent-table table thead tr td:nth-child(2),
  .art-creator-table.recent-table table tbody tr th:nth-child(2),
  .art-creator-table.recent-table table tbody tr td:nth-child(2) {
    padding-right: 20px;
  }
}
@media (max-width: 1395px) and (min-width: 1400px) {
  .art-creator-table.recent-table table thead tr th:nth-child(2),
  .art-creator-table.recent-table table thead tr td:nth-child(2),
  .art-creator-table.recent-table table tbody tr th:nth-child(2),
  .art-creator-table.recent-table table tbody tr td:nth-child(2) {
    min-width: 80px;
  }
}
.art-creator-table.recent-table table thead tr th .img-content-box a,
.art-creator-table.recent-table table thead tr td .img-content-box a,
.art-creator-table.recent-table table tbody tr th .img-content-box a,
.art-creator-table.recent-table table tbody tr td .img-content-box a {
  color: var(--body-font-color);
}
@media (max-width: 1719px) {
  .art-creator-table.recent-table table thead tr th .img-content-box a,
  .art-creator-table.recent-table table thead tr th .img-content-box p,
  .art-creator-table.recent-table table thead tr td .img-content-box a,
  .art-creator-table.recent-table table thead tr td .img-content-box p,
  .art-creator-table.recent-table table tbody tr th .img-content-box a,
  .art-creator-table.recent-table table tbody tr th .img-content-box p,
  .art-creator-table.recent-table table tbody tr td .img-content-box a,
  .art-creator-table.recent-table table tbody tr td .img-content-box p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 92px;
    display: block;
  }
}
@media (max-width: 1608px) and (min-width: 1552px) {
  .art-creator-table.recent-table table thead tr th .img-content-box a,
  .art-creator-table.recent-table table thead tr th .img-content-box p,
  .art-creator-table.recent-table table thead tr td .img-content-box a,
  .art-creator-table.recent-table table thead tr td .img-content-box p,
  .art-creator-table.recent-table table tbody tr th .img-content-box a,
  .art-creator-table.recent-table table tbody tr th .img-content-box p,
  .art-creator-table.recent-table table tbody tr td .img-content-box a,
  .art-creator-table.recent-table table tbody tr td .img-content-box p {
    width: 74px;
  }
}
@media (max-width: 1551px) {
  .art-creator-table.recent-table table thead tr th .img-content-box a,
  .art-creator-table.recent-table table thead tr th .img-content-box p,
  .art-creator-table.recent-table table thead tr td .img-content-box a,
  .art-creator-table.recent-table table thead tr td .img-content-box p,
  .art-creator-table.recent-table table tbody tr th .img-content-box a,
  .art-creator-table.recent-table table tbody tr th .img-content-box p,
  .art-creator-table.recent-table table tbody tr td .img-content-box a,
  .art-creator-table.recent-table table tbody tr td .img-content-box p {
    width: 100%;
  }
}
.art-creator-table.recent-table table thead tr th img,
.art-creator-table.recent-table table thead tr td img,
.art-creator-table.recent-table table tbody tr th img,
.art-creator-table.recent-table table tbody tr td img {
  height: 38px;
}
@media (max-width: 1074px) {
  .art-creator-table.recent-table table thead tr th:first-child,
  .art-creator-table.recent-table table thead tr td:first-child,
  .art-creator-table.recent-table table tbody tr th:first-child,
  .art-creator-table.recent-table table tbody tr td:first-child {
    min-width: 200px;
  }
  .art-creator-table.recent-table table thead tr th:nth-child(2), .art-creator-table.recent-table table thead tr th:last-child,
  .art-creator-table.recent-table table thead tr td:nth-child(2),
  .art-creator-table.recent-table table thead tr td:last-child,
  .art-creator-table.recent-table table tbody tr th:nth-child(2),
  .art-creator-table.recent-table table tbody tr th:last-child,
  .art-creator-table.recent-table table tbody tr td:nth-child(2),
  .art-creator-table.recent-table table tbody tr td:last-child {
    min-width: 85px;
  }
}
@media (max-width: 1249px) and (min-width: 1200px) {
  .art-creator-table.recent-table table.artwork-table thead tr th:last-child,
  .art-creator-table.recent-table table.artwork-table thead tr td:last-child,
  .art-creator-table.recent-table table.artwork-table tbody tr th:last-child,
  .art-creator-table.recent-table table.artwork-table tbody tr td:last-child {
    display: none;
  }
  .art-creator-table.recent-table table.artwork-table thead tr th:nth-child(2),
  .art-creator-table.recent-table table.artwork-table thead tr td:nth-child(2),
  .art-creator-table.recent-table table.artwork-table tbody tr th:nth-child(2),
  .art-creator-table.recent-table table.artwork-table tbody tr td:nth-child(2) {
    padding-right: 20px;
  }
}
@media (max-width: 1074px) {
  .art-creator-table.recent-table table.artwork-table thead tr th:first-child,
  .art-creator-table.recent-table table.artwork-table thead tr td:first-child,
  .art-creator-table.recent-table table.artwork-table tbody tr th:first-child,
  .art-creator-table.recent-table table.artwork-table tbody tr td:first-child {
    min-width: 200px;
  }
  .art-creator-table.recent-table table.artwork-table thead tr th:nth-child(2), .art-creator-table.recent-table table.artwork-table thead tr th:last-child,
  .art-creator-table.recent-table table.artwork-table thead tr td:nth-child(2),
  .art-creator-table.recent-table table.artwork-table thead tr td:last-child,
  .art-creator-table.recent-table table.artwork-table tbody tr th:nth-child(2),
  .art-creator-table.recent-table table.artwork-table tbody tr th:last-child,
  .art-creator-table.recent-table table.artwork-table tbody tr td:nth-child(2),
  .art-creator-table.recent-table table.artwork-table tbody tr td:last-child {
    min-width: 85px;
  }
}

.nft-collection {
  position: relative;
  overflow: hidden;
}
.nft-collection .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.nft-collection .swiper-container img {
  height: 130px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 575px) and (min-width: 401px) {
  .nft-collection .swiper-container img {
    height: 95px;
  }
}
@media (max-width: 400px) {
  .nft-collection .swiper-container img {
    height: 75px;
  }
}
.nft-collection .swiper-slide {
  background-size: cover;
  background-position: center;
}
.nft-collection .gallery-top {
  height: 100%;
  width: 100%;
  margin-top: 14px;
}
.nft-collection .gallery-thumbs {
  height: 20%;
}
.nft-collection .gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.3;
}
.nft-collection .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.nft-collection .swiper-button-next,
.nft-collection .swiper-button-prev {
  display: none;
}
.nft-collection .nft-user-info {
  margin-top: 35px;
}
@media (max-width: 1399px) {
  .nft-collection .nft-user-info {
    margin-top: 18px;
  }
}
.nft-collection .nft-user-info img {
  width: auto;
  height: auto;
}
.nft-collection .nft-user-info .user-desc {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3px;
  color: rgba(82, 82, 108, 0.8);
  flex-wrap: wrap;
}
.nft-collection .nft-user-info .user-desc i {
  font-size: 6px;
}

/**=====================
  3.14 Dashboard_6 CSS end
==========================**/
/**=====================
    3.15 Dashboard_7 Start
==========================**/
[dir=rtl] .increase-content.pe-0 {
  padding-right: 30px !important;
  padding-left: 0px !important;
}

.knowledge-wrapper div {
  width: 80%;
}
@media (max-width: 1403px) {
  .knowledge-wrapper div p {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 65px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.knowledge-wrapper div button {
  position: absolute;
  padding: 5px 16px;
  bottom: 63px;
}
@media (max-width: 1700px) {
  .knowledge-wrapper div button {
    padding: 5px 8px;
  }
}
@media (max-width: 1600px) {
  .knowledge-wrapper div button {
    padding: 4px;
  }
}
.knowledge-wrapper .knowledgebase-wrapper {
  width: 75%;
  margin-top: -24%;
  margin-left: auto;
}
[dir=rtl] .knowledge-wrapper .knowledgebase-wrapper {
  margin-left: unset;
  margin-right: auto;
  transform: scaleX(-1);
}

@media (max-width: 1399px) {
  .school-performance-wrap {
    margin-bottom: -23px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .school-performance-wrap {
    margin-bottom: -53px;
  }
}

.count-student .school-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.count-student .school-wrapper .school-header i {
  font-size: 12px;
  font-weight: 600;
}
.count-student .school-wrapper .school-header p {
  line-height: 1.4;
}
.count-student .school-wrapper .school-body img {
  width: calc(62px + 8 * (100vw - 320px) / 1600);
  position: relative;
}
@media (max-width: 622px) {
  .count-student .school-wrapper .school-body img {
    width: 50px;
  }
}
.count-student .school-wrapper .school-body .right-line {
  position: absolute;
  bottom: 0;
  right: 0;
}
[dir=rtl] .count-student .school-wrapper .school-body .right-line {
  right: unset;
  left: 0;
}
.count-student .school-wrapper .school-body .right-line img {
  width: 100%;
  height: 100%;
}
[dir=rtl] .count-student .school-wrapper .school-body .right-line img {
  transform: scaleX(-1);
}

@media (max-width: 1400px) and (min-width: 754px) {
  .income-wrapper {
    margin-bottom: -26px;
  }
}
@media (max-width: 753px) {
  .income-wrapper {
    margin-bottom: -65px;
  }
}
.income-wrapper ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1735px) {
  .income-wrapper ul {
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
  }
}
@media (max-width: 1735px) and (max-width: 1199px) and (min-width: 339px) {
  .income-wrapper ul {
    gap: 15px;
  }
}
@media (max-width: 1735px) and (max-width: 338px) {
  .income-wrapper ul {
    gap: 0;
  }
}
@media (max-width: 395px) {
  .income-wrapper ul {
    flex-wrap: nowrap;
  }
}
.income-wrapper ul li {
  text-align: center;
}
.income-wrapper ul li + li {
  border-left: 1px dashed rgba(82, 82, 108, 0.3);
}
[dir=rtl] .income-wrapper ul li + li {
  border-left: unset;
  border-right: 1px dashed rgba(82, 82, 108, 0.3);
}
@media (max-width: 1735px) {
  .income-wrapper ul li + li {
    border-left: unset;
  }
  [dir=rtl] .income-wrapper ul li + li {
    border-right: unset;
  }
}
.income-wrapper ul li h6 {
  display: inline-block;
}
.income-wrapper ul li .income-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
}
[dir=rtl] .income-wrapper ul li .income-dot {
  margin-left: 6px;
  margin-right: unset;
}

@media (max-width: 1678px) {
  .performance-wrap {
    margin-bottom: -23px;
  }
}

.performance-right {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 540px) {
  .performance-right {
    display: none;
  }
}
.performance-right p {
  color: rgba(64, 64, 64, 0.8);
  font-weight: 500;
}
.performance-right i {
  font-size: 14px;
}

.attendance-card {
  display: flex;
  padding: 15px;
  border-radius: 5px;
  gap: 15px;
  align-items: center;
}
@media (max-width: 1700px) {
  .attendance-card {
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .attendance-card {
    align-items: flex-start;
  }
}
.attendance-card .left-overview-content {
  display: flex;
  gap: 15px;
  align-items: center;
}
.attendance-card .left-overview-content .svg-box {
  width: 43px;
  height: 43px;
  background-color: var(--white);
  box-shadow: 0px 71.2527px 51.5055px rgba(229, 229, 245, 0.19), 0px 42.3445px 28.0125px rgba(229, 229, 245, 0.15), 0px 21.9866px 14.2913px rgba(229, 229, 245, 0.13), 0px 8.95749px 7.16599px rgba(229, 229, 245, 0.1), 0px 2.03579px 3.46085px rgba(229, 229, 245, 0.06);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.attendance-card .right-overview-content {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 43px - 15px);
}
.attendance-card .right-overview-content h6 {
  padding-bottom: 7px;
}
.attendance-card .right-overview-content span {
  line-height: 18.69px;
}
@media (max-width: 1700px) {
  .attendance-card .right-overview-content {
    gap: 18px;
  }
}
@media (max-width: 480px) {
  .attendance-card .right-overview-content {
    flex-wrap: wrap;
    gap: 7px;
  }
}
.attendance-card .right-overview-content .marks-count {
  display: flex;
  gap: 23px;
  align-items: center;
}
.attendance-card .right-overview-content .marks-count sub {
  bottom: -0.8px;
}
@media (max-width: 1700px) {
  .attendance-card .right-overview-content .marks-count {
    gap: 12px;
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .attendance-card .right-overview-content .marks-count {
    gap: 14px;
  }
}

.default-inline-calender .school-calender .main-inline-calender .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day {
  height: 40px;
}
@media (max-width: 1199px) {
  .default-inline-calender .school-calender .main-inline-calender .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day {
    height: 36px;
  }
}
@media (max-width: 1671px) {
  .default-inline-calender .school-calender .main-inline-calender .flatpickr-calendar .flatpickr-months .flatpickr-current-month {
    font-size: 15px;
  }
}
@media (max-width: 1514px) {
  .default-inline-calender .school-calender .main-inline-calender .flatpickr-calendar .flatpickr-months .flatpickr-current-month {
    font-size: 14px;
    width: 85%;
    left: 8.5%;
  }
}

.student-leader-wrapper .student-leader-content {
  display: flex;
  gap: 10px;
  padding: 10px;
  align-items: center;
  border-bottom: 1px solid #e9edf1;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1525px) {
  .student-leader-wrapper .student-leader-content {
    gap: 6px;
  }
}
.student-leader-wrapper .student-leader-content img {
  width: 24px;
  height: 27px;
}
.student-leader-wrapper .student-leader-content .leader-img {
  width: 35px;
  height: 35px;
  border-radius: 5px;
}
@media (max-width: 1700px) {
  .student-leader-wrapper .student-leader-content .leader-img {
    display: none;
  }
}
.student-leader-wrapper .student-leader-content .leader-content-height span {
  line-height: 18.69px;
}
@media (max-width: 1510px) {
  .student-leader-wrapper .student-leader-content .leader-content-height span {
    display: none;
  }
}
.student-leader-wrapper .student-leader-content:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.task-table .main-task {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.task-table .main-task .task-progress {
  width: 100px;
  height: 6px;
}
.task-table .recent-table.task-table tr td:first-child {
  min-width: 312px;
}
.task-table .recent-table.task-table tr td:nth-child(2) {
  min-width: 110px;
}
.task-table .recent-table.task-table tr td:last-child {
  padding-right: 8px;
  min-width: 34px;
}
[dir=rtl] .task-table .recent-table.task-table tr td:last-child {
  padding-right: unset;
  padding-left: 8px;
}
.task-table .recent-table table tr:last-child td {
  padding-bottom: 12px;
}
.task-table .main-task-wrapper tr td {
  cursor: pointer;
}
.task-table .main-task-wrapper tr td .form-check.checkbox-width {
  padding-left: 0;
}
@media (max-width: 1415px) and (min-width: 1200px) {
  .task-table .main-task-wrapper tr td h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 165px;
  }
}
@media (max-width: 585px) {
  .task-table .main-task-wrapper tr td h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 250px;
  }
}
.task-table .main-task-wrapper .task-icons {
  display: flex;
  align-items: center;
  gap: 12px;
}
.task-table .main-task-wrapper .task-icons li:last-child {
  border-left: 1px solid #cccccc;
  padding-left: 10px;
  display: flex;
  gap: 8px;
}
[dir=rtl] .task-table .main-task-wrapper .task-icons li:last-child {
  border-left: unset;
  border-right: 1px solid #cccccc;
  padding-left: unset;
  padding-right: 10px;
}
.task-table .main-task-wrapper .square-white {
  width: 34px;
  height: 34px;
  border-radius: 2px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 71.2527px 51.5055px rgba(229, 229, 245, 0.189815), 0px 42.3445px 28.0125px rgba(229, 229, 245, 0.151852), 0px 21.9866px 14.2913px rgba(229, 229, 245, 0.125), 0px 8.95749px 7.16599px rgba(229, 229, 245, 0.0981481), 0px 2.03579px 3.46085px rgba(229, 229, 245, 0.0601852);
}
.task-table .main-task-wrapper .square-white i {
  color: rgba(82, 82, 108, 0.5);
  font-size: 17px;
}
@media (max-width: 575px) {
  .task-table .main-task-wrapper .square-white {
    width: 30px;
    height: 30px;
  }
  .task-table .main-task-wrapper .square-white i {
    font-size: 14px;
  }
}
.task-table .main-task-wrapper .fill-clock {
  fill: rgba(82, 82, 108, 0.5);
}
.task-table .main-task-wrapper button {
  padding: 4px 6px 4px 6px;
}
.task-table .open-options .dropdown-toggle::after {
  content: "";
  display: none;
}
.task-table .open-options .dropdown-menu {
  padding: 9px 14px;
  background-color: var(--light2);
}
.task-table .open-options .dropdown-menu.show {
  display: flex;
  gap: 8px;
  min-width: 0;
}
.task-table .open-options .dropdown-menu li .dropdown-item:hover i {
  color: #75758a;
}
.task-table .open-options .dropdown-menu li .dropdown-item:hover {
  background-color: #e9e9e9;
}
@media (max-width: 1770px) {
  .task-table .icons-box {
    display: none;
  }
}
@media (max-width: 1920px) {
  .task-table .icons-box-2 {
    display: none;
  }
}
@media (max-width: 1770px) {
  .task-table .icons-box-2 {
    display: table-cell;
  }
}

.notice-board ul li {
  padding-bottom: 29px;
}
@media (max-width: 1416px) {
  .notice-board ul li {
    padding-bottom: 16px;
  }
}
.notice-board ul li h6 {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.69px;
}
.notice-board ul li p {
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 1477px) {
  .notice-board ul li p:last-child {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 126px;
  }
}

@media (max-width: 1660px) {
  .attendance-data ul.balance-data {
    position: relative;
    top: 0;
    left: 0;
    display: inline-flex;
  }
}

.attendance-student-data {
  margin: 0 0px -20px -15px;
}

.attendance-chart {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .attendance-chart {
    margin-bottom: 12px;
  }
}

.text-ellipsis {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  margin: 0 auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1515px) {
  .apexcharts-legend-series {
    margin: 5px 6px !important;
  }
}

@media (max-width: 1870px) {
  [dir=rtl] .apexcharts-legend {
    margin-right: -20px;
  }
}
@media (max-width: 1870px) {
  [dir=rtl] .apexcharts-legend {
    margin-right: -47px;
  }
}
@media (max-width: 1515px) {
  [dir=rtl] .apexcharts-legend {
    margin-right: -27px;
  }
}

@media (max-width: 1625px) {
  .unpaid-fees-table .recent-table.table-responsive div.dt-container .dt-layout-row:last-child {
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .unpaid-fees-table .recent-table.table-responsive div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    position: relative;
    top: 4px;
    left: 20px;
    margin-bottom: 20px;
  }
}
.unpaid-fees-table .recent-table.table-responsive table thead th,
.unpaid-fees-table .recent-table.table-responsive table thead td,
.unpaid-fees-table .recent-table.table-responsive table tbody th,
.unpaid-fees-table .recent-table.table-responsive table tbody td {
  min-width: auto;
  color: var(--body-font-color);
}
.unpaid-fees-table .recent-table.table-responsive table thead th:first-child,
.unpaid-fees-table .recent-table.table-responsive table thead td:first-child,
.unpaid-fees-table .recent-table.table-responsive table tbody th:first-child,
.unpaid-fees-table .recent-table.table-responsive table tbody td:first-child {
  padding-left: 20px;
}
.unpaid-fees-table .recent-table.table-responsive table thead th:last-child,
.unpaid-fees-table .recent-table.table-responsive table thead td:last-child,
.unpaid-fees-table .recent-table.table-responsive table tbody th:last-child,
.unpaid-fees-table .recent-table.table-responsive table tbody td:last-child {
  padding-right: 20px;
}
.unpaid-fees-table .recent-table.table-responsive table thead th a,
.unpaid-fees-table .recent-table.table-responsive table thead td a,
.unpaid-fees-table .recent-table.table-responsive table tbody th a,
.unpaid-fees-table .recent-table.table-responsive table tbody td a {
  color: var(--body-font-color);
}
@media (max-width: 1732px) and (min-width: 1200px) {
  .unpaid-fees-table .recent-table.table-responsive table thead th:nth-child(3),
  .unpaid-fees-table .recent-table.table-responsive table thead td:nth-child(3),
  .unpaid-fees-table .recent-table.table-responsive table tbody th:nth-child(3),
  .unpaid-fees-table .recent-table.table-responsive table tbody td:nth-child(3) {
    display: none;
  }
}
@media (max-width: 1590px) and (min-width: 1200px) {
  .unpaid-fees-table .recent-table.table-responsive table thead th:nth-child(4),
  .unpaid-fees-table .recent-table.table-responsive table thead td:nth-child(4),
  .unpaid-fees-table .recent-table.table-responsive table tbody th:nth-child(4),
  .unpaid-fees-table .recent-table.table-responsive table tbody td:nth-child(4) {
    display: none;
  }
}
@media (max-width: 1595px) and (min-width: 1200px) {
  .unpaid-fees-table .recent-table.table-responsive table thead th:nth-child(2) .common-align img,
  .unpaid-fees-table .recent-table.table-responsive table thead td:nth-child(2) .common-align img,
  .unpaid-fees-table .recent-table.table-responsive table tbody th:nth-child(2) .common-align img,
  .unpaid-fees-table .recent-table.table-responsive table tbody td:nth-child(2) .common-align img {
    display: none;
  }
}
@media (max-width: 1294px) and (min-width: 1200px) {
  .unpaid-fees-table .recent-table.table-responsive table thead th:nth-child(5),
  .unpaid-fees-table .recent-table.table-responsive table thead td:nth-child(5),
  .unpaid-fees-table .recent-table.table-responsive table tbody th:nth-child(5),
  .unpaid-fees-table .recent-table.table-responsive table tbody td:nth-child(5) {
    display: none;
  }
}
@media (max-width: 1199px) {
  .unpaid-fees-table .recent-table.table-responsive table thead th:nth-child(2),
  .unpaid-fees-table .recent-table.table-responsive table thead td:nth-child(2),
  .unpaid-fees-table .recent-table.table-responsive table tbody th:nth-child(2),
  .unpaid-fees-table .recent-table.table-responsive table tbody td:nth-child(2) {
    min-width: 160px;
  }
  .unpaid-fees-table .recent-table.table-responsive table thead th:last-child,
  .unpaid-fees-table .recent-table.table-responsive table thead td:last-child,
  .unpaid-fees-table .recent-table.table-responsive table tbody th:last-child,
  .unpaid-fees-table .recent-table.table-responsive table tbody td:last-child {
    min-width: 100px;
  }
}

@media (max-width: 1625px) {
  .top-student-table .recent-table.table-responsive div.dt-container .dt-layout-row:last-child {
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .top-student-table .recent-table.table-responsive div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    position: relative;
    top: 4px;
    left: 20px;
    margin-bottom: 20px;
  }
}
.top-student-table .recent-table table thead th,
.top-student-table .recent-table table thead td,
.top-student-table .recent-table table tbody th,
.top-student-table .recent-table table tbody td {
  min-width: auto;
  color: var(--body-font-color);
}
.top-student-table .recent-table table thead th:first-child,
.top-student-table .recent-table table thead td:first-child,
.top-student-table .recent-table table tbody th:first-child,
.top-student-table .recent-table table tbody td:first-child {
  padding-left: 20px;
}
.top-student-table .recent-table table thead th:last-child,
.top-student-table .recent-table table thead td:last-child,
.top-student-table .recent-table table tbody th:last-child,
.top-student-table .recent-table table tbody td:last-child {
  padding-right: 20px;
}
.top-student-table .recent-table table thead th a,
.top-student-table .recent-table table thead td a,
.top-student-table .recent-table table tbody th a,
.top-student-table .recent-table table tbody td a {
  color: var(--body-font-color);
}
@media (max-width: 1673px) and (min-width: 1200px) {
  .top-student-table .recent-table table thead th:nth-child(2),
  .top-student-table .recent-table table thead td:nth-child(2),
  .top-student-table .recent-table table tbody th:nth-child(2),
  .top-student-table .recent-table table tbody td:nth-child(2) {
    display: none;
  }
}
@media (max-width: 1595px) and (min-width: 1200px) {
  .top-student-table .recent-table table thead th:nth-child(3) .common-align img,
  .top-student-table .recent-table table thead td:nth-child(3) .common-align img,
  .top-student-table .recent-table table tbody th:nth-child(3) .common-align img,
  .top-student-table .recent-table table tbody td:nth-child(3) .common-align img {
    display: none;
  }
}
@media (max-width: 1434px) and (min-width: 1200px) {
  .top-student-table .recent-table table thead th:nth-child(6),
  .top-student-table .recent-table table thead td:nth-child(6),
  .top-student-table .recent-table table tbody th:nth-child(6),
  .top-student-table .recent-table table tbody td:nth-child(6) {
    display: none;
  }
}
@media (max-width: 1294px) and (min-width: 1200px) {
  .top-student-table .recent-table table thead th:nth-child(4),
  .top-student-table .recent-table table thead td:nth-child(4),
  .top-student-table .recent-table table tbody th:nth-child(4),
  .top-student-table .recent-table table tbody td:nth-child(4) {
    display: none;
  }
}
@media (max-width: 1199px) {
  .top-student-table .recent-table table thead th:nth-child(3),
  .top-student-table .recent-table table thead td:nth-child(3),
  .top-student-table .recent-table table tbody th:nth-child(3),
  .top-student-table .recent-table table tbody td:nth-child(3) {
    min-width: 150px;
  }
}

@media (max-width: 1530px) {
  .new-enroll-student .recent-table.table-responsive div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    position: relative;
    top: 4px;
    left: 20px;
    margin-bottom: 20px;
    width: 75%;
  }
}
@media (max-width: 1625px) {
  .new-enroll-student .recent-table.table-responsive div.dt-container .dt-layout-row:last-child {
    flex-direction: column;
  }
}
.new-enroll-student .recent-table table thead th,
.new-enroll-student .recent-table table thead td,
.new-enroll-student .recent-table table tbody th,
.new-enroll-student .recent-table table tbody td {
  min-width: auto;
  color: var(--body-font-color);
}
.new-enroll-student .recent-table table thead th:first-child,
.new-enroll-student .recent-table table thead td:first-child,
.new-enroll-student .recent-table table tbody th:first-child,
.new-enroll-student .recent-table table tbody td:first-child {
  padding-left: 20px;
}
.new-enroll-student .recent-table table thead th:last-child,
.new-enroll-student .recent-table table thead td:last-child,
.new-enroll-student .recent-table table tbody th:last-child,
.new-enroll-student .recent-table table tbody td:last-child {
  padding-right: 20px;
}
.new-enroll-student .recent-table table thead th a,
.new-enroll-student .recent-table table thead td a,
.new-enroll-student .recent-table table tbody th a,
.new-enroll-student .recent-table table tbody td a {
  color: var(--body-font-color);
}
@media (max-width: 1830px) and (min-width: 1200px) {
  .new-enroll-student .recent-table table thead th:nth-child(4),
  .new-enroll-student .recent-table table thead td:nth-child(4),
  .new-enroll-student .recent-table table tbody th:nth-child(4),
  .new-enroll-student .recent-table table tbody td:nth-child(4) {
    display: none;
  }
}
@media (max-width: 1607px) and (min-width: 1200px) {
  .new-enroll-student .recent-table table thead th:nth-child(2),
  .new-enroll-student .recent-table table thead td:nth-child(2),
  .new-enroll-student .recent-table table tbody th:nth-child(2),
  .new-enroll-student .recent-table table tbody td:nth-child(2) {
    display: none;
  }
}
@media (max-width: 1530px) and (min-width: 1200px) {
  .new-enroll-student .recent-table table thead th:nth-child(3),
  .new-enroll-student .recent-table table thead td:nth-child(3),
  .new-enroll-student .recent-table table tbody th:nth-child(3),
  .new-enroll-student .recent-table table tbody td:nth-child(3) {
    display: none;
  }
}
@media (max-width: 1199px) {
  .new-enroll-student .recent-table table thead th:first-child,
  .new-enroll-student .recent-table table thead td:first-child,
  .new-enroll-student .recent-table table tbody th:first-child,
  .new-enroll-student .recent-table table tbody td:first-child {
    min-width: 154px;
  }
  .new-enroll-student .recent-table table thead th:last-child,
  .new-enroll-student .recent-table table thead td:last-child,
  .new-enroll-student .recent-table table tbody th:last-child,
  .new-enroll-student .recent-table table tbody td:last-child {
    min-width: 124px;
  }
}

.std-class-chart .apexcharts-legend {
  gap: 35px !important;
}
@media (max-width: 1530px) and (min-width: 1411px) {
  .std-class-chart .apexcharts-legend {
    gap: 8px !important;
  }
}
@media (max-width: 1410px) {
  .std-class-chart .apexcharts-legend {
    gap: 0 !important;
  }
}
@media (max-width: 1610px) and (min-width: 1531px) {
  .std-class-chart {
    margin-block: 16px;
  }
}
@media (max-width: 1530px) and (min-width: 1405px) {
  .std-class-chart {
    margin-block: 52px;
  }
}
@media (max-width: 1404px) and (min-width: 1211px) {
  .std-class-chart {
    margin-block: 64px;
  }
}
@media (max-width: 1210px) and (min-width: 1200px) {
  .std-class-chart {
    margin-block: 80px;
  }
}

@media (max-width: 1350px) and (min-width: 1200px) {
  .student-header .card-header-right-icon {
    display: none;
  }
}
@media (max-width: 650px) and (min-width: 576px) {
  .student-header .card-header-right-icon {
    display: none;
  }
}

/**=====================
   3.15 Dashboard_7 Ends
==========================**/
/**=====================
    3.16 Dashboard_8 Start
==========================**/
.card-header-right-btn {
  padding: 9px 11px;
  border-radius: 5px;
  font-weight: 500;
  background-color: var(--light-slate);
}
@media (max-width: 350px) {
  .card-header-right-btn {
    padding: 8px;
  }
}
@media (max-width: 330px) {
  .card-header-right-btn a {
    font-size: 12px;
  }
}

@media (max-width: 330px) {
  .create-right-btn a {
    font-size: 12px;
  }
}

.shop-box {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: var(--light-slate);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: var(--product-shadow);
  text-align: center;
  margin: 0 auto;
}

.category-title {
  text-align: center;
  display: block;
}

.main-our-product.card-body {
  padding-top: 0 !important;
}

.main-product-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1360px) {
  .main-product-wrapper .product-header p {
    display: none;
  }
}
.main-product-wrapper .product-body {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media (max-width: 440px) {
  .main-product-wrapper .product-body {
    justify-content: flex-end;
  }
}
@media (max-width: 440px) {
  .main-product-wrapper .product-body .product-search {
    width: 64%;
  }
}
@media (max-width: 425px) {
  .main-product-wrapper .product-body .product-search {
    display: none;
  }
}
.main-product-wrapper .product-body .product-search .input-group-text {
  background-color: unset;
  border: 1px solid rgba(229, 229, 243, 0.8);
  border-radius: 5px;
}
.main-product-wrapper .product-body .product-search .input-group-text .search-icon {
  width: 20px;
  height: 20px;
}
@media (max-width: 1920px) {
  .main-product-wrapper .product-body .product-search .input-group-text .search-icon {
    width: calc(18px + 2 * (100vw - 320px) / 1600);
    height: calc(18px + 2 * (100vw - 320px) / 1600);
  }
}
.main-product-wrapper .product-body .product-search .form-control {
  padding: 8px 8px 8px 0;
  border: 1px solid rgba(229, 229, 243, 0.8);
  border-left: unset;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
[dir=rtl] .main-product-wrapper .product-body .product-search .form-control {
  border-left: 1px solid rgba(229, 229, 243, 0.8);
  border-right: unset;
  border-top-left-radius: 5px !important;
  border-top-right-radius: unset !important;
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: unset !important;
}
.main-product-wrapper .product-body .product-search .form-control:focus {
  box-shadow: unset;
}

.our-product-wrapper {
  box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
  padding: 10px;
  border-radius: 5px;
  transition: all 0.5s ease;
}
.our-product-wrapper .our-product-img {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  box-shadow: var(--product-shadow);
  background-color: var(--light-slate);
  height: 158px;
  padding: 24px;
}
@media (max-width: 650px) and (min-width: 576px) {
  .our-product-wrapper .our-product-img {
    height: 118px;
  }
}
.our-product-wrapper .our-product-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.our-product-wrapper .our-product-content .common-f-start {
  gap: 6px;
  margin-top: 8px;
}
.our-product-wrapper .our-product-content .add-quantity {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
}
@media (max-width: 1525px) {
  .our-product-wrapper .our-product-content .add-quantity {
    padding: 4px 8px;
    gap: 8px;
  }
}
@media (max-width: 1290px) {
  .our-product-wrapper .our-product-content .add-quantity {
    gap: 5px;
  }
}
.our-product-wrapper .our-product-content .add-quantity ~ .btn {
  padding: 5px 12px;
}
@media (max-width: 1525px) {
  .our-product-wrapper .our-product-content .add-quantity ~ .btn {
    padding: 5px 8px;
  }
}
.our-product-wrapper .our-product-content .add-quantity .countdown-remove {
  text-align: center;
  width: 25px;
  border: unset;
  background-color: transparent;
  color: var(--chart-text-color);
}
.our-product-wrapper .our-product-content .add-quantity .common-align {
  gap: 6px;
}
.our-product-wrapper:hover .our-product-img img {
  transform: scale(1.1);
  transition: all 0.5s ease;
}

@media (min-width: 1200px) and (max-width: 1920px) {
  .customer-sticky {
    height: calc(100% - 20px);
  }
}

.order-details .common-search.input-group .input-group-text {
  background-color: transparent;
}
.order-details .common-search.input-group svg {
  width: calc(16px + 2 * (100vw - 320px) / 1600);
  height: calc(16px + 2 * (100vw - 320px) / 1600);
}
.order-details .common-search.input-group .form-control {
  border-left: unset;
  padding-left: unset;
  text-indent: 0px;
  transition: all 0.3s ease;
}
.order-details .common-search.input-group .form-control:focus {
  border-color: var(--chart-progress-light);
  box-shadow: unset;
  border-left: unset;
  padding-left: unset;
  text-indent: 0px;
  transition: all 0.3s ease;
}
.order-details .search-items {
  position: relative;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  border-bottom: 2px dashed var(--recent-dashed-border);
}
@media (max-width: 1666px) and (min-width: 1200px) {
  .order-details .search-items button {
    padding: 6px 10px;
  }
}
.order-details .form-select:focus {
  box-shadow: unset !important;
}
.order-details h5 {
  padding: 20px 0 18px 0;
}
.order-details .order-quantity {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.order-details .order-quantity > div {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (max-width: 1199px) and (min-width: 576px) {
  .order-details .order-quantity > div {
    flex-direction: unset;
    gap: 40px;
  }
}
@media (max-width: 732px) and (min-width: 576px) {
  .order-details .order-quantity > div {
    gap: 20px;
  }
}
.order-details .order-quantity .order-details-wrapper {
  display: flex;
  gap: 10px;
}
@media (max-width: 1700px) {
  .order-details .order-quantity .order-details-wrapper {
    gap: 8px;
  }
}
.order-details .order-quantity .order-details-wrapper .left-details {
  display: flex;
  gap: 10px;
}
.order-details .order-quantity .order-details-wrapper .left-details .order-img {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  box-shadow: var(--product-shadow);
  background-color: var(--light-slate);
  height: 94px;
  padding: 15px 20px;
  width: 100px;
}
.order-details .order-quantity .order-details-wrapper .left-details .order-img img {
  width: 100px;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 1400px) and (max-width: 1920px) {
  .order-details .order-quantity .order-details-wrapper .left-details .order-img {
    width: calc(50px + 50 * (100vw - 320px) / 1600);
    height: calc(45px + 55 * (100vw - 320px) / 1600);
  }
  .order-details .order-quantity .order-details-wrapper .left-details .order-img img {
    height: calc(40% + 10 * (100vw - 320px) / 420);
  }
}
@media (max-width: 1245px) and (min-width: 1200px) {
  .order-details .order-quantity .order-details-wrapper .left-details .order-img {
    width: 80px;
    height: 74px;
  }
  .order-details .order-quantity .order-details-wrapper .left-details .order-img img {
    width: 75px;
  }
}
@media (max-width: 732px) and (min-width: 395px) {
  .order-details .order-quantity .order-details-wrapper .left-details .order-img {
    height: 80px;
    width: 90px;
  }
  .order-details .order-quantity .order-details-wrapper .left-details .order-img img {
    width: 70px;
  }
}
@media (max-width: 394px) {
  .order-details .order-quantity .order-details-wrapper .left-details .order-img {
    height: 68px;
    width: 72px;
  }
  .order-details .order-quantity .order-details-wrapper .left-details .order-img img {
    width: 60px;
  }
}
.order-details .order-quantity .order-details-wrapper .category-details {
  display: flex;
  align-items: center;
  gap: 3px;
  justify-content: space-between;
  -webkit-box-flex: 1;
  flex: 1;
}
@media (max-width: 1700px) {
  .order-details .order-quantity .order-details-wrapper .category-details {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
}
.order-details .order-quantity .order-details-wrapper .category-details .right-details {
  padding: 4px;
  background-color: var(--light-slate);
  border-radius: 50px;
  text-align: center;
  margin: 0;
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .order-details .order-quantity .order-details-wrapper .category-details .right-details {
    width: 70%;
  }
}
@media (max-width: 1400px) {
  .order-details .order-quantity .order-details-wrapper .category-details .right-details {
    width: 100px;
  }
}
@media (max-width: 1700px) {
  .order-details .order-quantity .order-details-wrapper .category-details .right-details .touchspin-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.order-details .order-quantity .order-details-wrapper .category-details .right-details .touchspin-wrapper .btn-touchspin {
  border-radius: 50px;
  width: 27px;
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: unset;
  background-color: var(--white);
}
@media (min-width: 1400px) and (max-width: 1920px) {
  .order-details .order-quantity .order-details-wrapper .category-details .right-details .touchspin-wrapper .btn-touchspin {
    width: calc(18px + 9 * (100vw - 1400px) / 520);
    height: calc(18px + 9 * (100vw - 1400px) / 520);
  }
}
.order-details .order-quantity .order-details-wrapper .category-details .right-details .touchspin-wrapper input[type=number] {
  width: 25px;
  padding: 10px 0;
  text-align: center;
  border: unset;
  background-color: unset;
  color: var(--body-font-color);
}
@media (max-width: 1700px) {
  .order-details .order-quantity .order-details-wrapper .category-details .right-details .touchspin-wrapper input[type=number] {
    padding: 0;
  }
}
.order-details .order-quantity .order-details-wrapper .category-details .order-details-right .last-order-detail {
  display: flex;
  align-items: center;
  gap: 15px;
}
.order-details .order-quantity .order-details-wrapper .category-details .order-details-right .last-order-detail a i {
  color: var(--chart-text-color);
  font-size: 15px;
}
.order-details .order-quantity .order-details-wrapper.product-remove {
  display: none;
}
.order-details .total-item {
  margin-top: 20px;
  padding: 12px 15px;
  background-color: var(--light-slate);
  border-radius: 5px;
}
.order-details .total-item .item-number {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}

.payment-methods {
  display: flex;
  text-align: center;
  justify-content: space-between;
}
@media (max-width: 1199px) and (min-width: 576px) {
  .payment-methods {
    justify-content: space-evenly;
  }
}
@media (max-width: 575px) {
  .payment-methods {
    justify-content: space-between;
  }
}
.payment-methods .bg-payment {
  cursor: pointer;
  background-color: var(--light-slate);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 23px 21px;
  border-radius: 5px;
  width: 80px;
  height: 70px;
  border: 1px solid transparent;
}
@media (max-width: 1785px) and (min-width: 1721px) {
  .payment-methods .bg-payment {
    width: 85px;
  }
}
@media (max-width: 1720px) and (min-width: 1586px) {
  .payment-methods .bg-payment {
    width: 75px;
    height: 71px;
  }
}
@media (max-width: 1585px) and (min-width: 1486px) {
  .payment-methods .bg-payment {
    width: 68px;
    height: 68px;
  }
}
@media (max-width: 1485px) and (min-width: 1446px) {
  .payment-methods .bg-payment {
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 1445px) and (min-width: 1456px) {
  .payment-methods .bg-payment {
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 1455px) and (min-width: 1200px) {
  .payment-methods .bg-payment {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 370px) {
  .payment-methods .bg-payment {
    width: 60px;
    height: 60px;
  }
}
.payment-methods .bg-payment img {
  filter: grayscale(1);
  height: calc(28px + 7 * (100vw - 320px) / 1600);
}
.payment-methods .bg-payment:hover, .payment-methods .bg-payment.active,
.payment-methods .bg-payment :focus {
  border: 1px solid var(--theme-default);
  background-color: #e8e5ff;
}
.payment-methods .bg-payment:hover img, .payment-methods .bg-payment.active img,
.payment-methods .bg-payment :focus img {
  filter: unset;
}
.payment-methods span {
  padding-top: 12px;
}

.place-order {
  margin-top: 17px;
}
.place-order button {
  padding: 11px 0;
}

.empty-card {
  display: none;
}
.empty-card.show {
  display: block;
}

.empty-cart-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.empty-cart-wrapper .empty-cart-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--light-slate);
}
@media screen and (max-width: 1920px) and (min-width: 1400px) {
  .empty-cart-wrapper .empty-cart-content {
    width: calc(85px + 55 * (100vw - 1400px) / 520);
    height: calc(85px + 55 * (100vw - 1400px) / 520);
  }
}
.empty-cart-wrapper .empty-cart-content img {
  width: 100%;
  height: 100%;
}
.empty-cart-wrapper h6 {
  line-height: 22px;
  padding-top: 14px;
}

.coupon-code .input-group .form-control:focus {
  box-shadow: unset;
  border-color: var(--chart-progress-light);
}
@media (max-width: 1575px) {
  .coupon-code .input-group .form-control::placeholder {
    font-size: 13px;
  }
}
.coupon-code .input-group .btn {
  color: var(--body-font-color);
  border-left: 0;
  border-color: var(--chart-progress-light);
}
@media (max-width: 1575px) {
  .coupon-code .input-group .btn {
    font-size: 13px;
  }
}

/**=====================
   3.16 Dashboard_8 Ends
==========================**/
/**=====================
    3.17 Dashboard_9 Start
==========================**/
.compare-order {
  transition: 0.5s;
}
.compare-order .compare-icon {
  width: calc(40px + 5 * (100vw - 320px) / 1600);
  height: calc(40px + 5 * (100vw - 320px) / 1600);
  border-radius: 10px;
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}
.compare-order .compare-icon svg {
  width: 20px;
  height: 20px;
  transition: 0.5s;
}
.compare-order .card-body .common-space {
  margin-bottom: 12px;
}
.compare-order .card-body .common-space h4 {
  color: var(--body-font-color);
}
.compare-order .card-body .progress {
  background: linear-gradient(180.36deg, #CFDCE8 -32.82%, #FFFFFF 132.82%);
  height: 9px;
  margin-bottom: 10px;
}
.compare-order .card-body .user-growth {
  font-size: 12px;
  margin-right: 4px;
}
.compare-order .card-body .user-text {
  color: rgba(82, 82, 108, 0.8);
  font-size: 14px;
}
@media (max-width: 1469px) and (min-width: 1400px) {
  .compare-order .card-body .user-text {
    display: none;
  }
}
.compare-order:hover {
  transform: translateY(-5px);
  transition: 0.5s;
}
.compare-order:hover .card-header svg {
  transition: 0.5s;
  transform: scale(1.08);
}

.crm-card {
  background-image: url(../images/dashboard-9/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.crm-card .card-body h4 {
  color: #fff;
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
}
.crm-card .card-body p {
  width: 65%;
  color: #fff;
  margin-bottom: 35px;
}
@media (max-width: 1830px) and (min-width: 1450px) {
  .crm-card .card-body p {
    width: 62%;
  }
}
@media (max-width: 1780px) {
  .crm-card .card-body p {
    display: -webkit-box;
    max-width: 100%;
    height: 44px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 1459px) {
  .crm-card .card-body p {
    display: -webkit-box;
    height: 44px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .crm-card .card-body p {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .crm-card .card-body p {
    margin-bottom: 0;
  }
}
@media (max-width: 617px) {
  .crm-card .card-body p {
    width: 60%;
    margin-bottom: 14px;
  }
}
.crm-card .crm-img {
  height: 138px;
  position: absolute;
  right: 12px;
  bottom: 8px;
  animation: bounce-effect 3s infinite ease;
}
@media (max-width: 1874px) and (min-width: 1820px) {
  .crm-card .crm-img {
    height: 125px;
    right: 12px;
    bottom: 16px;
  }
}
@media (max-width: 1819px) and (min-width: 1626px) {
  .crm-card .crm-img {
    height: 118px;
    right: 8px;
    bottom: 10px;
  }
}
@media (max-width: 1625px) and (min-width: 1521px) {
  .crm-card .crm-img {
    height: 100px;
    right: 12px;
    bottom: 40px;
  }
}
@media (max-width: 1520px) and (min-width: 1400px) {
  .crm-card .crm-img {
    height: 88px;
    right: 4px;
    bottom: 44px;
  }
}
@media (max-width: 1419px) and (min-width: 1400px) {
  .crm-card .crm-img {
    bottom: 52px;
  }
}
@media (max-width: 1000px) and (min-width: 851px) {
  .crm-card .crm-img {
    height: 122px;
  }
}
@media (max-width: 850px) and (min-width: 768px) {
  .crm-card .crm-img {
    height: 112px;
    right: 8px;
  }
}
@media (max-width: 416px) {
  .crm-card .crm-img {
    height: 100px;
    right: 8px;
    bottom: 12px;
  }
}

.pipeline-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1536px) and (min-width: 1400px) {
  .pipeline-data {
    justify-content: center;
  }
}
@media (max-width: 698px) and (min-width: 576px) {
  .pipeline-data {
    justify-content: center;
  }
}
.pipeline-data [class*=dotted-] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
@media (max-width: 1673px) and (min-width: 1400px) {
  .pipeline-data [class*=dotted-] {
    display: none;
  }
}
@media (max-width: 740px) {
  .pipeline-data [class*=dotted-] {
    display: none;
  }
}
.pipeline-data .common-flex {
  align-items: baseline;
}
.pipeline-data .common-flex span {
  color: rgba(82, 82, 108, 0.8);
}
@media (max-width: 1697px) and (min-width: 1400px) {
  .pipeline-data .common-flex {
    gap: 6px;
  }
}
@media (max-width: 1536px) and (min-width: 1400px) {
  .pipeline-data .common-flex {
    display: none;
  }
}
@media (max-width: 698px) and (min-width: 576px) {
  .pipeline-data .common-flex {
    display: none;
  }
}

.revenue-chart-container {
  margin: -23px -10px -26px -16px;
}

.crm-todo-list li {
  cursor: pointer;
  border-bottom: 1px solid var(--chart-dashed-border);
  padding: 12px 0;
  gap: 16px;
}
@media (max-width: 1560px) and (min-width: 1400px) {
  .crm-todo-list li {
    gap: 12px;
  }
}
.crm-todo-list li:first-child {
  padding-top: 0;
}
.crm-todo-list li:last-child {
  border-bottom: unset;
  padding-bottom: 0;
}
.crm-todo-list li span.l-line-primary {
  height: 48px;
  width: 3px;
  border-radius: 4px;
  background: #108be9;
}
.crm-todo-list li span.l-line-primary:last-child {
  margin-bottom: 0;
}
.crm-todo-list li span.l-line-secondary {
  height: 48px;
  width: 3px;
  border-radius: 4px;
  background: #838383;
}
.crm-todo-list li span.l-line-secondary:last-child {
  margin-bottom: 0;
}
.crm-todo-list li span.l-line-success {
  height: 48px;
  width: 3px;
  border-radius: 4px;
  background: #65c15c;
}
.crm-todo-list li span.l-line-success:last-child {
  margin-bottom: 0;
}
.crm-todo-list li span.l-line-danger {
  height: 48px;
  width: 3px;
  border-radius: 4px;
  background: #fc564a;
}
.crm-todo-list li span.l-line-danger:last-child {
  margin-bottom: 0;
}
.crm-todo-list li span.l-line-info {
  height: 48px;
  width: 3px;
  border-radius: 4px;
  background: #40b8f5;
}
.crm-todo-list li span.l-line-info:last-child {
  margin-bottom: 0;
}
.crm-todo-list li span.l-line-light {
  height: 48px;
  width: 3px;
  border-radius: 4px;
  background: #f4f4f4;
}
.crm-todo-list li span.l-line-light:last-child {
  margin-bottom: 0;
}
.crm-todo-list li span.l-line-dark {
  height: 48px;
  width: 3px;
  border-radius: 4px;
  background: #3f475a;
}
.crm-todo-list li span.l-line-dark:last-child {
  margin-bottom: 0;
}
.crm-todo-list li span.l-line-warning {
  height: 48px;
  width: 3px;
  border-radius: 4px;
  background: #ffb829;
}
.crm-todo-list li span.l-line-warning:last-child {
  margin-bottom: 0;
}
@media (max-width: 1880px) {
  .crm-todo-list li p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 200px;
  }
}
@media (max-width: 1723px) and (min-width: 1519px) {
  .crm-todo-list li p {
    max-width: 158px;
  }
}
@media (max-width: 1518px) and (min-width: 1400px) {
  .crm-todo-list li p {
    max-width: 130px;
  }
}
@media (max-width: 843px) and (min-width: 768px) {
  .crm-todo-list li p {
    max-width: 200px;
  }
}
@media (max-width: 368px) {
  .crm-todo-list li p {
    max-width: 145px;
  }
}
.crm-todo-list li .form-check .form-check-input {
  border-color: rgba(82, 82, 108, 0.8);
}
.crm-todo-list li span {
  color: rgba(82, 82, 108, 0.8);
}

@media (max-width: 338px) {
  .finance-wrapper .common-flex {
    gap: 6px;
  }
}
@media (max-width: 322px) {
  .finance-wrapper .common-flex {
    flex-direction: column;
  }
}
.finance-wrapper .common-flex h6:last-child {
  border-left: 1px solid var(--chart-dashed-border);
  padding-left: 16px;
}
@media (max-width: 338px) and (min-width: 323px) {
  .finance-wrapper .common-flex h6:last-child {
    padding-left: 6px;
  }
}
@media (max-width: 322px) {
  .finance-wrapper .common-flex h6:last-child {
    border-left: unset;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .finance-wrapper .finance-chart-wrapper {
    margin-bottom: -20px;
  }
}

.deal-table.recent-table thead tr th,
.deal-table.recent-table thead tr td,
.deal-table.recent-table tbody tr th,
.deal-table.recent-table tbody tr td {
  min-width: auto;
  color: #52526c;
}
.deal-table.recent-table thead tr th:first-child,
.deal-table.recent-table thead tr td:first-child,
.deal-table.recent-table tbody tr th:first-child,
.deal-table.recent-table tbody tr td:first-child {
  padding-left: 20px;
}
@media (max-width: 1704px) and (min-width: 1400px) {
  .deal-table.recent-table thead tr th:first-child,
  .deal-table.recent-table thead tr td:first-child,
  .deal-table.recent-table tbody tr th:first-child,
  .deal-table.recent-table tbody tr td:first-child {
    display: none;
  }
  .deal-table.recent-table thead tr th:nth-child(2),
  .deal-table.recent-table thead tr td:nth-child(2),
  .deal-table.recent-table tbody tr th:nth-child(2),
  .deal-table.recent-table tbody tr td:nth-child(2) {
    padding-left: 20px;
  }
}
.deal-table.recent-table thead tr th:last-child,
.deal-table.recent-table thead tr td:last-child,
.deal-table.recent-table tbody tr th:last-child,
.deal-table.recent-table tbody tr td:last-child {
  padding-right: 20px;
}
@media (max-width: 1591px) and (min-width: 1400px) {
  .deal-table.recent-table thead tr th:first-child,
  .deal-table.recent-table thead tr td:first-child,
  .deal-table.recent-table tbody tr th:first-child,
  .deal-table.recent-table tbody tr td:first-child {
    display: none;
  }
  .deal-table.recent-table thead tr th:nth-child(2),
  .deal-table.recent-table thead tr td:nth-child(2),
  .deal-table.recent-table tbody tr th:nth-child(2),
  .deal-table.recent-table tbody tr td:nth-child(2) {
    padding-left: 20px;
  }
}
@media (max-width: 1450px) and (min-width: 1200px) {
  .deal-table.recent-table thead tr th:nth-child(3),
  .deal-table.recent-table thead tr td:nth-child(3),
  .deal-table.recent-table tbody tr th:nth-child(3),
  .deal-table.recent-table tbody tr td:nth-child(3) {
    display: none;
  }
}
@media (max-width: 1064px) {
  .deal-table.recent-table thead tr th:first-child,
  .deal-table.recent-table thead tr td:first-child,
  .deal-table.recent-table tbody tr th:first-child,
  .deal-table.recent-table tbody tr td:first-child {
    min-width: 52px;
  }
  .deal-table.recent-table thead tr th:nth-child(2),
  .deal-table.recent-table thead tr td:nth-child(2),
  .deal-table.recent-table tbody tr th:nth-child(2),
  .deal-table.recent-table tbody tr td:nth-child(2) {
    min-width: 116px;
  }
  .deal-table.recent-table thead tr th:last-child,
  .deal-table.recent-table thead tr td:last-child,
  .deal-table.recent-table tbody tr th:last-child,
  .deal-table.recent-table tbody tr td:last-child {
    min-width: 90px;
  }
}
@media (max-width: 899px) {
  .deal-table.recent-table thead tr th:first-child,
  .deal-table.recent-table thead tr td:first-child,
  .deal-table.recent-table tbody tr th:first-child,
  .deal-table.recent-table tbody tr td:first-child {
    min-width: 98px;
  }
  .deal-table.recent-table thead tr th:nth-child(2),
  .deal-table.recent-table thead tr td:nth-child(2),
  .deal-table.recent-table tbody tr th:nth-child(2),
  .deal-table.recent-table tbody tr td:nth-child(2) {
    min-width: 135px;
  }
  .deal-table.recent-table thead tr th:nth-child(3),
  .deal-table.recent-table thead tr td:nth-child(3),
  .deal-table.recent-table tbody tr th:nth-child(3),
  .deal-table.recent-table tbody tr td:nth-child(3) {
    min-width: 100px;
  }
  .deal-table.recent-table thead tr th:last-child,
  .deal-table.recent-table thead tr td:last-child,
  .deal-table.recent-table tbody tr th:last-child,
  .deal-table.recent-table tbody tr td:last-child {
    min-width: 135px;
  }
}
.deal-table.recent-table thead tr th {
  color: #52526c;
}

.lead-table.recent-table.table-responsive div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
  right: 60px;
}
@media (max-width: 1000px) {
  .lead-table.recent-table.table-responsive div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    display: none;
  }
}
.lead-table.recent-table thead tr th {
  color: #52526c;
}
.lead-table.recent-table thead tr th,
.lead-table.recent-table thead tr td,
.lead-table.recent-table tbody tr th,
.lead-table.recent-table tbody tr td {
  min-width: auto;
  color: #52526c;
}
.lead-table.recent-table thead tr th:first-child,
.lead-table.recent-table thead tr td:first-child,
.lead-table.recent-table tbody tr th:first-child,
.lead-table.recent-table tbody tr td:first-child {
  padding-left: 20px;
}
.lead-table.recent-table thead tr th:last-child,
.lead-table.recent-table thead tr td:last-child,
.lead-table.recent-table tbody tr th:last-child,
.lead-table.recent-table tbody tr td:last-child {
  padding-right: 20px;
}
@media (max-width: 1312px) {
  .lead-table.recent-table thead tr th:last-child .btn,
  .lead-table.recent-table thead tr td:last-child .btn,
  .lead-table.recent-table tbody tr th:last-child .btn,
  .lead-table.recent-table tbody tr td:last-child .btn {
    padding: 6px 16px;
  }
}
.lead-table.recent-table thead tr th .common-flex .lead-img,
.lead-table.recent-table thead tr td .common-flex .lead-img,
.lead-table.recent-table tbody tr th .common-flex .lead-img,
.lead-table.recent-table tbody tr td .common-flex .lead-img {
  border-radius: 8px;
  height: 36px;
}
@media (max-width: 1629px) {
  .lead-table.recent-table thead tr th .common-flex .lead-img,
  .lead-table.recent-table thead tr td .common-flex .lead-img,
  .lead-table.recent-table tbody tr th .common-flex .lead-img,
  .lead-table.recent-table tbody tr td .common-flex .lead-img {
    height: 28px;
  }
}
.lead-table.recent-table thead tr th:nth-child(4) .common-flex,
.lead-table.recent-table thead tr td:nth-child(4) .common-flex,
.lead-table.recent-table tbody tr th:nth-child(4) .common-flex,
.lead-table.recent-table tbody tr td:nth-child(4) .common-flex {
  gap: 5px;
}
@media (max-width: 1670px) and (min-width: 1200px) {
  .lead-table.recent-table thead tr th:nth-child(3),
  .lead-table.recent-table thead tr td:nth-child(3),
  .lead-table.recent-table tbody tr th:nth-child(3),
  .lead-table.recent-table tbody tr td:nth-child(3) {
    display: none;
  }
}
@media (max-width: 1608px) and (min-width: 1200px) {
  .lead-table.recent-table thead tr th:nth-child(3),
  .lead-table.recent-table thead tr td:nth-child(3),
  .lead-table.recent-table tbody tr th:nth-child(3),
  .lead-table.recent-table tbody tr td:nth-child(3) {
    display: none;
  }
}
@media (max-width: 1363px) and (min-width: 1200px) {
  .lead-table.recent-table thead tr th:nth-child(2),
  .lead-table.recent-table thead tr td:nth-child(2),
  .lead-table.recent-table tbody tr th:nth-child(2),
  .lead-table.recent-table tbody tr td:nth-child(2) {
    display: none;
  }
}
@media (max-width: 1199px) and (min-width: 1200px) {
  .lead-table.recent-table thead tr th:first-child,
  .lead-table.recent-table thead tr td:first-child,
  .lead-table.recent-table tbody tr th:first-child,
  .lead-table.recent-table tbody tr td:first-child {
    min-width: 128px;
  }
  .lead-table.recent-table thead tr th:nth-child(4),
  .lead-table.recent-table thead tr td:nth-child(4),
  .lead-table.recent-table tbody tr th:nth-child(4),
  .lead-table.recent-table tbody tr td:nth-child(4) {
    min-width: 104px;
  }
}
@media (max-width: 1199px) {
  .lead-table.recent-table thead tr th:first-child,
  .lead-table.recent-table thead tr td:first-child,
  .lead-table.recent-table tbody tr th:first-child,
  .lead-table.recent-table tbody tr td:first-child {
    min-width: 100px;
  }
  .lead-table.recent-table thead tr th:nth-child(4),
  .lead-table.recent-table thead tr td:nth-child(4),
  .lead-table.recent-table tbody tr th:nth-child(4),
  .lead-table.recent-table tbody tr td:nth-child(4) {
    min-width: 114px;
  }
}

.main-lead-source {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -100px;
}
.main-lead-source .lead-source-1 {
  width: 200px;
  height: 200px;
  position: relative;
  border-radius: 50%;
  background-color: rgba(16, 139, 233, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 80px 20px;
  text-align: center;
}
@media (max-width: 1920px) and (min-width: 1400px) {
  .main-lead-source .lead-source-1 {
    width: calc(120px + 80 * (100vw - 1400px) / 520);
    height: calc(120px + 80 * (100vw - 1400px) / 520);
  }
}
@media (max-width: 1610px) and (min-width: 1411px) {
  .main-lead-source .lead-source-1 {
    margin: 60px 0 100px 20px;
  }
}
@media (max-width: 1410px) and (min-width: 1400px) {
  .main-lead-source .lead-source-1 {
    margin: 70px 0 120px 20px;
  }
}
@media (max-width: 1399px) and (min-width: 1211px) {
  .main-lead-source .lead-source-1 {
    margin: 30px 0 80px 20px;
  }
}
@media (max-width: 1210px) {
  .main-lead-source .lead-source-1 {
    margin: 40px 0 90px 20px;
  }
}
@media (max-width: 1263px) and (min-width: 768px) {
  .main-lead-source .lead-source-1 {
    width: calc(164px + 36 * (100vw - 768px) / 1152);
    height: calc(164px + 36 * (100vw - 768px) / 1152);
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .main-lead-source .lead-source-1 {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .main-lead-source .lead-source-1 {
    width: calc(130px + 70 * (100vw - 320px) / 1600);
    height: calc(130px + 70 * (100vw - 320px) / 1600);
    margin: 20px 0 70px 20px;
  }
}
@media (max-width: 585px) and (min-width: 576px) {
  .main-lead-source .lead-source-1 {
    margin: 42px 0 92px 32px;
  }
}
.main-lead-source .lead-source-2 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: rgba(255, 184, 41, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: -35%;
  transform: translateY(8%);
  z-index: 1;
}
@media (max-width: 1920px) and (min-width: 1400px) {
  .main-lead-source .lead-source-2 {
    width: calc(70px + 30 * (100vw - 1400px) / 520);
    height: calc(70px + 30 * (100vw - 1400px) / 520);
  }
}
@media (max-width: 1410px) and (min-width: 1400px) {
  .main-lead-source .lead-source-2 {
    right: -42%;
  }
}
@media (max-width: 1263px) and (min-width: 768px) {
  .main-lead-source .lead-source-2 {
    width: calc(85px + 15 * (100vw - 768px) / 1152);
    height: calc(85px + 15 * (100vw - 768px) / 1152);
  }
}
@media (max-width: 767px) {
  .main-lead-source .lead-source-2 {
    width: calc(75px + 25 * (100vw - 320px) / 1600);
    height: calc(75px + 25 * (100vw - 320px) / 1600);
  }
}

.lead-source-3 {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: rgba(101, 193, 92, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 20%;
  right: -90%;
  transform: translate(-50%, 50%);
}
@media (max-width: 1920px) and (min-width: 1400px) {
  .lead-source-3 {
    width: calc(80px + 70 * (100vw - 1400px) / 520);
    height: calc(80px + 70 * (100vw - 1400px) / 520);
  }
}
@media (max-width: 1599px) {
  .lead-source-3 {
    right: -85%;
    bottom: 16%;
  }
}
@media (max-width: 1263px) and (min-width: 768px) {
  .lead-source-3 {
    width: calc(120px + 30 * (100vw - 768px) / 1152);
    height: calc(120px + 30 * (100vw - 768px) / 1152);
  }
}
@media (max-width: 767px) {
  .lead-source-3 {
    width: calc(95px + 55 * (100vw - 320px) / 1600);
    height: calc(95px + 55 * (100vw - 320px) / 1600);
  }
}

.source-txt span,
.source-txt h5 {
  color: #fff;
}
.source-txt h5 {
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
}

#sales-chart .apexcharts-legend {
  gap: 12px;
}
@media (max-width: 1615px) {
  #sales-chart .apexcharts-legend {
    gap: 0;
  }
}

.sales-week-container {
  margin: 0 -12px -40px -12px;
}

.pipeline-chart-container {
  margin-bottom: -12px;
}

@media (max-width: 767px) {
  .sales-chart-wrapper {
    margin-bottom: -40px;
  }
}

.main-sale .sales-chart-wrap #sales-chart1 {
  margin-bottom: -30px;
}
.main-sale .sale-details {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1650px) and (min-width: 1400px) {
  .sales-header span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100px;
  }
}
@media (max-width: 715px) {
  .sales-header span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100px;
  }
}

@media (max-width: 1524px) and (min-width: 1400px) {
  .schedule-card .card-header-right-icon .btn {
    display: none;
  }
}
@media (max-width: 660px) {
  .schedule-card .card-header-right-icon .btn {
    display: none;
  }
}

.sales-data {
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 1490px) and (min-width: 1431px) {
  .sales-data {
    justify-content: flex-start;
    gap: 8px;
  }
}
@media (max-width: 1430px) and (min-width: 1400px) {
  .sales-data {
    display: none;
  }
}
@media (max-width: 635px) and (min-width: 576px) {
  .sales-data {
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }
}
.sales-data li .sale-value {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.sales-data li .sale-value.primary-20 {
  background-color: rgba(16, 139, 233, 0.2);
}
.sales-data li .sale-value.primary-40 {
  background-color: rgba(16, 139, 233, 0.4);
}
.sales-data li .sale-value.primary-70 {
  background-color: rgba(16, 139, 233, 0.7);
}
.sales-data li span:last-child {
  font-size: 13px;
}

@media (max-width: 1579px) {
  .week-header .card-header-right-icon {
    display: none;
  }
}

/**=====================
    3.17 Dashboard_9 End
==========================**/
/**=====================
    3.18 Dashboard_10 Start
==========================**/
.visits-wrapper .card-body .common-flex {
  background-color: var(--course-light-btn);
  padding: 10px 12px;
  border-radius: 8px;
  align-items: center;
  width: fit-content;
}

.treading-product .recent-table table tbody tr td .referral-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
.treading-product .recent-table table tbody tr td .referral-wrapper svg {
  width: 16px;
  height: 16px;
}
@media (max-width: 812px) {
  .treading-product .recent-table table tbody tr td:nth-child(2) {
    min-width: 135px;
  }
}

.referral-visit .table thead tr th,
.referral-visit .table thead tr td,
.referral-visit .table tbody tr th,
.referral-visit .table tbody tr td {
  min-width: auto;
}
@media (max-width: 1731px) {
  .referral-visit .table thead tr th .btn,
  .referral-visit .table thead tr td .btn,
  .referral-visit .table tbody tr th .btn,
  .referral-visit .table tbody tr td .btn {
    padding: 6px 16px;
  }
}
@media (max-width: 1695px) and (min-width: 1456px) {
  .referral-visit .table thead tr th span,
  .referral-visit .table thead tr td span,
  .referral-visit .table tbody tr th span,
  .referral-visit .table tbody tr td span {
    display: none;
  }
}
@media (max-width: 1455px) and (min-width: 1200px) {
  .referral-visit .table thead tr th:nth-child(2),
  .referral-visit .table thead tr td:nth-child(2),
  .referral-visit .table tbody tr th:nth-child(2),
  .referral-visit .table tbody tr td:nth-child(2) {
    display: none;
  }
}
.referral-visit .table thead tr th .referral-wrapper .bg-dark-primary,
.referral-visit .table thead tr td .referral-wrapper .bg-dark-primary,
.referral-visit .table tbody tr th .referral-wrapper .bg-dark-primary,
.referral-visit .table tbody tr td .referral-wrapper .bg-dark-primary {
  border: 1px solid #2F84F4;
}
.referral-visit .table thead tr th .referral-wrapper .bg-dark-primary .social-wrapper,
.referral-visit .table thead tr td .referral-wrapper .bg-dark-primary .social-wrapper,
.referral-visit .table tbody tr th .referral-wrapper .bg-dark-primary .social-wrapper,
.referral-visit .table tbody tr td .referral-wrapper .bg-dark-primary .social-wrapper {
  background-color: rgba(47, 132, 244, 0.1);
}
.referral-visit .table thead tr th .referral-wrapper > div,
.referral-visit .table thead tr td .referral-wrapper > div,
.referral-visit .table tbody tr th .referral-wrapper > div,
.referral-visit .table tbody tr td .referral-wrapper > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.referral-visit .table thead tr th .referral-wrapper > div > div,
.referral-visit .table thead tr td .referral-wrapper > div > div,
.referral-visit .table tbody tr th .referral-wrapper > div > div,
.referral-visit .table tbody tr td .referral-wrapper > div > div {
  width: 34px;
  height: 34px;
  border: 1px solid #2F84F4;
  border-radius: 50%;
  padding: 3px;
}
.referral-visit .table thead tr th .referral-wrapper > div > div .social-wrapper,
.referral-visit .table thead tr td .referral-wrapper > div > div .social-wrapper,
.referral-visit .table tbody tr th .referral-wrapper > div > div .social-wrapper,
.referral-visit .table tbody tr td .referral-wrapper > div > div .social-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  height: 100%;
  border-radius: 50%;
}
.referral-visit .table thead tr:last-child td,
.referral-visit .table tbody tr:last-child td {
  border: unset;
  padding-bottom: 0;
}

@media (max-width: 420px) {
  .dashboard-10 .card.heading-space .header-top {
    margin-left: 0;
  }
}

@media (max-width: 420px) {
  .page-analytics-table .recent-table div.dt-container .dt-layout-row {
    position: relative;
  }
}
.page-analytics-table .recent-table div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
  right: 60px;
  top: 24px;
}
@media (max-width: 1500px) {
  .page-analytics-table .recent-table div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    position: relative;
    top: 4px;
    left: 20px;
    width: 90%;
    margin-bottom: 20px;
  }
}
@media (max-width: 420px) {
  .page-analytics-table .recent-table div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    left: unset;
    right: -130px;
  }
}
@media (max-width: 420px) {
  .page-analytics-table .recent-table div.dt-container .dt-layout-row:first-child .dt-length {
    top: 0px;
    left: 20px;
  }
}
.page-analytics-table .recent-table div.dt-container .dt-layout-row:last-child {
  flex-direction: column;
}
.page-analytics-table .recent-table .table thead tr th,
.page-analytics-table .recent-table .table thead tr td,
.page-analytics-table .recent-table .table tbody tr th,
.page-analytics-table .recent-table .table tbody tr td {
  color: var(--body-font-color);
  min-width: auto;
}
.page-analytics-table .recent-table .table thead tr th:first-child,
.page-analytics-table .recent-table .table thead tr td:first-child,
.page-analytics-table .recent-table .table tbody tr th:first-child,
.page-analytics-table .recent-table .table tbody tr td:first-child {
  padding-left: 20px;
}
.page-analytics-table .recent-table .table thead tr th:last-child,
.page-analytics-table .recent-table .table thead tr td:last-child,
.page-analytics-table .recent-table .table tbody tr th:last-child,
.page-analytics-table .recent-table .table tbody tr td:last-child {
  padding-right: 20px;
}
@media (max-width: 1588px) and (min-width: 1200px) {
  .page-analytics-table .recent-table .table thead tr th:nth-child(5),
  .page-analytics-table .recent-table .table thead tr td:nth-child(5),
  .page-analytics-table .recent-table .table tbody tr th:nth-child(5),
  .page-analytics-table .recent-table .table tbody tr td:nth-child(5) {
    display: none;
  }
}
@media (max-width: 1368px) and (min-width: 1200px) {
  .page-analytics-table .recent-table .table thead tr th:nth-child(4),
  .page-analytics-table .recent-table .table thead tr td:nth-child(4),
  .page-analytics-table .recent-table .table tbody tr th:nth-child(4),
  .page-analytics-table .recent-table .table tbody tr td:nth-child(4) {
    display: none;
  }
}
@media (max-width: 684px) {
  .page-analytics-table .recent-table .table thead tr th:nth-child(2),
  .page-analytics-table .recent-table .table thead tr td:nth-child(2),
  .page-analytics-table .recent-table .table tbody tr th:nth-child(2),
  .page-analytics-table .recent-table .table tbody tr td:nth-child(2) {
    min-width: 104px;
  }
  .page-analytics-table .recent-table .table thead tr th:nth-child(3), .page-analytics-table .recent-table .table thead tr th:nth-child(4), .page-analytics-table .recent-table .table thead tr th:nth-child(5),
  .page-analytics-table .recent-table .table thead tr td:nth-child(3),
  .page-analytics-table .recent-table .table thead tr td:nth-child(4),
  .page-analytics-table .recent-table .table thead tr td:nth-child(5),
  .page-analytics-table .recent-table .table tbody tr th:nth-child(3),
  .page-analytics-table .recent-table .table tbody tr th:nth-child(4),
  .page-analytics-table .recent-table .table tbody tr th:nth-child(5),
  .page-analytics-table .recent-table .table tbody tr td:nth-child(3),
  .page-analytics-table .recent-table .table tbody tr td:nth-child(4),
  .page-analytics-table .recent-table .table tbody tr td:nth-child(5) {
    min-width: 118px;
  }
}
.page-analytics-table .recent-table .table thead tr th svg,
.page-analytics-table .recent-table .table thead tr td svg,
.page-analytics-table .recent-table .table tbody tr th svg,
.page-analytics-table .recent-table .table tbody tr td svg {
  width: 14px;
  height: 14px;
}

.live-user-wrapper .user-data {
  margin-bottom: 8px;
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  align-items: center;
}
.live-user-wrapper .user-data h5 {
  margin-bottom: 4px;
}
.live-user-wrapper .user-data span svg {
  width: 14px;
  height: 14px;
  vertical-align: middle;
}

.analytics-widget {
  background-image: url(../images/dashboard-10/light-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
@media (max-width: 575px) {
  .analytics-widget {
    text-align: center;
    background-position: top;
  }
}
.analytics-widget img {
  height: 138px;
}
@media (max-width: 450px) {
  .analytics-widget img {
    height: 115px;
  }
}
.analytics-widget .btn {
  min-width: auto;
}
@media (max-width: 1485px) {
  .analytics-widget .btn {
    padding: 8px 14px;
    font-size: 14px;
  }
}
@media (max-width: 1468px) {
  .analytics-widget h5 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 1789px) {
  .analytics-widget .card-text {
    display: -webkit-box;
    max-width: 100%;
    height: 46px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: unset;
  }
}

.analytics-tread-card:hover {
  transform: translateY(-5px);
  transition: 0.5s;
}
.analytics-tread-card .header-top svg {
  width: 14px;
  height: 14px;
}
.analytics-tread-card .progress {
  height: 12px;
  background-color: rgba(64, 184, 245, 0.1);
  margin: 58px 0 20px;
}
@media (max-width: 1700px) {
  .analytics-tread-card .progress {
    height: 8px;
  }
}
@media (max-width: 1500px) and (min-width: 1200px) {
  .analytics-tread-card .progress {
    margin: 90px 0 20px;
  }
}
@media (max-width: 1199px) {
  .analytics-tread-card .progress {
    margin: 40px 0 20px;
  }
}
.analytics-tread-card .progress .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.8) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 75%, transparent 75%, transparent);
}
.analytics-tread-card .analytics-tread {
  width: calc(48px + 10 * (100vw - 320px) / 1600);
  height: calc(48px + 10 * (100vw - 320px) / 1600);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.analytics-tread-card .analytics-tread svg {
  width: calc(20px + 8 * (100vw - 320px) / 1600);
  height: calc(20px + 8 * (100vw - 320px) / 1600);
}
.analytics-tread-card .session-progress .progress {
  background-color: rgba(101, 193, 92, 0.1);
}
.analytics-tread-card .session-progress .progress .small-progressbar .animate-circle {
  border: 5px solid rgba(101, 193, 92, 0.62);
  background-color: 90deg, rgba(101, 193, 92, 0.2) 0%, #65C15C 76.58%;
  top: -10px;
  right: -16px;
  padding: 10px;
  animation: unset;
}
@media (max-width: 1700px) {
  .analytics-tread-card .session-progress .progress .small-progressbar .animate-circle {
    top: -11px;
  }
}
.analytics-tread-card .session-progress .progress .small-progressbar::after {
  background-color: #65c15c;
}
.analytics-tread-card .session-progress .progress .small-progressbar::after {
  top: -3px;
  right: -9px;
  width: 16px;
  height: 16px;
}
@media (max-width: 1700px) {
  .analytics-tread-card .session-progress .progress .small-progressbar::after {
    top: -3px;
    width: 14px;
    height: 14px;
  }
}
.analytics-tread-card .session-progress .progress .progress-label {
  top: -55px;
  right: -20px;
  background-color: #65c15c;
  border-radius: 6px;
  padding: 2px 8px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  font-family: Roboto, sans-serif;
}
@media (max-width: 1399px) {
  .analytics-tread-card .session-progress .progress .progress-label {
    top: -50px;
    right: -16px;
    font-size: 12px;
  }
}
.analytics-tread-card .session-progress .progress .progress-label::after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  bottom: 0;
  border: 8px solid transparent;
  border-bottom: 0;
  border-top: 8px solid #65c15c;
  transform: translate(-50%, calc(100% - 0px));
}
.analytics-tread-card.retention-progress .card-body .progress {
  margin-top: 38px;
}
@media (max-width: 1500px) and (min-width: 1200px) {
  .analytics-tread-card.retention-progress .card-body .progress {
    margin-top: 70px;
  }
}
@media (max-width: 1199px) {
  .analytics-tread-card.retention-progress .card-body .progress {
    margin-top: 12px;
  }
}
.analytics-tread-card .header-top .common-align {
  align-items: baseline;
  gap: 8px;
}
@media (max-width: 1345px) and (min-width: 1200px) {
  .analytics-tread-card .header-top .common-align > span {
    display: none;
  }
}
@media (max-width: 1426px) and (min-width: 1200px) {
  .analytics-tread-card .header-top > div span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 130px;
  }
}
@media (max-width: 1320px) and (min-width: 1231px) {
  .analytics-tread-card .header-top > div span {
    max-width: 104px;
  }
}
@media (max-width: 1230px) and (min-width: 1200px) {
  .analytics-tread-card .header-top > div span {
    max-width: 80px;
  }
}
@media (max-width: 592px) and (min-width: 576px) {
  .analytics-tread-card .header-top > div span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 106px;
  }
}

.user-analytics-wrapper {
  margin: -40px -10px -20px -30px;
}
@media (max-width: 575px) {
  .user-analytics-wrapper {
    margin: -40px 0px -20px -20px;
  }
}

.analytics-view-wrapper {
  margin: -34px -10px -30px 0px;
  overflow: hidden;
}

.visit-duration-wrapper {
  margin: -34px 35px -30px 0px;
}

.bounce-rate-wrapper {
  margin: -34px -20px -30px 0px;
  overflow: hidden;
}

.main-session-devices .common-align {
  flex-direction: column;
  gap: 32px;
  align-items: unset;
}
@media (max-width: 575px) {
  .main-session-devices .common-align {
    gap: 8px;
  }
}
.main-session-devices .common-align p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1290px) and (min-width: 1200px) {
  .main-session-devices .common-align .common-space span {
    display: none;
  }
}
@media (max-width: 850px) and (min-width: 768px) {
  .main-session-devices .common-align .common-space span {
    display: none;
  }
}
.main-session-devices .progress {
  height: 10px;
  background: linear-gradient(180.36deg, #CFDCE8 -32.82%, #FFFFFF 132.82%);
  border-radius: 100px;
}

.session-browser-table .table-responsive .table thead tr th,
.session-browser-table .table-responsive .table thead tr td,
.session-browser-table .table-responsive .table tbody tr th,
.session-browser-table .table-responsive .table tbody tr td {
  border: unset;
  color: var(--body-font-color);
  min-width: auto;
}
.session-browser-table .table-responsive .table thead tr th:first-child,
.session-browser-table .table-responsive .table thead tr td:first-child,
.session-browser-table .table-responsive .table tbody tr th:first-child,
.session-browser-table .table-responsive .table tbody tr td:first-child {
  padding-left: 20px;
}
.session-browser-table .table-responsive .table thead tr th:last-child,
.session-browser-table .table-responsive .table thead tr td:last-child,
.session-browser-table .table-responsive .table tbody tr th:last-child,
.session-browser-table .table-responsive .table tbody tr td:last-child {
  padding-right: 20px;
}
.session-browser-table .table-responsive .table thead tr th .session-name,
.session-browser-table .table-responsive .table thead tr td .session-name,
.session-browser-table .table-responsive .table tbody tr th .session-name,
.session-browser-table .table-responsive .table tbody tr td .session-name {
  color: var(--body-font-color);
  font-weight: 500;
}
@media (max-width: 1255px) and (min-width: 1200px) {
  .session-browser-table .table-responsive .table thead tr th .session-name,
  .session-browser-table .table-responsive .table thead tr td .session-name,
  .session-browser-table .table-responsive .table tbody tr th .session-name,
  .session-browser-table .table-responsive .table tbody tr td .session-name {
    display: none;
  }
}
@media (max-width: 1272px) and (min-width: 1200px) {
  .session-browser-table .table-responsive .table thead tr th .common-flex,
  .session-browser-table .table-responsive .table thead tr td .common-flex,
  .session-browser-table .table-responsive .table tbody tr th .common-flex,
  .session-browser-table .table-responsive .table tbody tr td .common-flex {
    gap: 8px;
  }
}
@media (max-width: 1255px) and (min-width: 1200px) {
  .session-browser-table .table-responsive .table thead tr th .common-flex img,
  .session-browser-table .table-responsive .table thead tr td .common-flex img,
  .session-browser-table .table-responsive .table tbody tr th .common-flex img,
  .session-browser-table .table-responsive .table tbody tr td .common-flex img {
    height: 20px;
  }
}
@media (max-width: 1752px) and (min-width: 1440px) {
  .session-browser-table .table-responsive .table thead tr th,
  .session-browser-table .table-responsive .table thead tr td,
  .session-browser-table .table-responsive .table tbody tr th,
  .session-browser-table .table-responsive .table tbody tr td {
    padding-block: 9px;
  }
}
@media (max-width: 1439px) and (min-width: 1200px) {
  .session-browser-table .table-responsive .table thead tr th,
  .session-browser-table .table-responsive .table thead tr td,
  .session-browser-table .table-responsive .table tbody tr th,
  .session-browser-table .table-responsive .table tbody tr td {
    padding-block: 7px;
  }
}
.session-browser-table .table-responsive .table thead tr:last-child td,
.session-browser-table .table-responsive .table tbody tr:last-child td {
  padding-bottom: 0;
}
.session-browser-table .table-responsive .table thead tr th {
  color: #52526c;
}
@media (max-width: 1439px) and (min-width: 1200px) {
  .session-browser-table .table-responsive .table tbody tr:nth-child(4) {
    display: none;
  }
}

.jvm-zoom-btn {
  display: none;
}

.live-user-map #map {
  height: 245px;
}
@media (max-width: 1752px) and (min-width: 1571px) {
  .live-user-map #map {
    height: 210px;
  }
}
@media (max-width: 1570px) and (min-width: 1440px) {
  .live-user-map #map {
    height: 180px;
  }
}
@media (max-width: 1439px) and (min-width: 768px) {
  .live-user-map #map {
    height: 150px;
  }
}
@media (max-width: 767px) {
  .live-user-map #map {
    height: 150px;
  }
}

.common-m-chart {
  margin-bottom: -20px;
}
@media (max-width: 458px) {
  .common-m-chart {
    margin-bottom: -40px;
  }
}

@media (max-width: 1199px) {
  .ord-md-i {
    order: 1;
  }
  .ord-md-ii {
    order: 2;
  }
  .ord-md-iii {
    order: 3;
  }
  .ord-md-iv {
    order: 4;
  }
  .ord-md-v {
    order: 5;
  }
  .ord-md-vi {
    order: 6;
  }
  .ord-md-vii {
    order: 7;
  }
  .ord-md-viii {
    order: 8;
  }
  .ord-md-ix {
    order: 9;
  }
  .ord-md-x {
    order: 10;
  }
}
/**=====================
    3.18 Dashboard_10 Start
==========================**/
/**=====================
    3.19 Dashboard_11 Start
==========================**/
.widget-11 {
  background-image: url(../images/dashboard/widget-bg.png);
  background-size: cover;
  margin-bottom: 25px;
}
.widget-11 .card-body {
  padding: 20px 19px;
}
.widget-11 .card-body .common-align {
  gap: 15px;
}
.widget-11 .card-body .analytics-tread {
  min-width: calc(48px + 10 * (100vw - 320px) / 1600);
  min-height: calc(48px + 10 * (100vw - 320px) / 1600);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1705px) and (min-width: 1200px) {
  .widget-11 .card-body .analytics-tread {
    min-width: 45px;
    min-height: 45px;
  }
}
.widget-11 .card-body .analytics-tread svg {
  width: calc(20px + 8 * (100vw - 320px) / 1600);
  height: calc(20px + 8 * (100vw - 320px) / 1600);
}
@media (max-width: 1705px) and (min-width: 1200px) {
  .widget-11 .card-body .analytics-tread svg {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 1835px) and (min-width: 1641px) {
  .widget-11 .card-body > div span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100px;
    line-height: 1;
  }
}
@media (max-width: 1277px) and (min-width: 1200px) {
  .widget-11 .card-body > div span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100px;
    line-height: 1;
  }
}

@media (max-width: 1430px) and (min-width: 1400px) {
  .attendance-table.recent-table div.dt-container .dt-layout-row .dt-search {
    display: none;
  }
}
@media (max-width: 1399px) {
  .attendance-table.recent-table div.dt-container .dt-layout-row .dt-search {
    position: relative;
    top: 4px;
    left: 20px;
    margin-bottom: 20px;
    width: 90%;
  }
}
@media (max-width: 1747px) and (min-width: 1400px) {
  .attendance-table.recent-table div.dt-container .dt-layout-row:last-child .dt-info {
    display: none;
  }
}
@media (max-width: 1399px) {
  .attendance-table.recent-table div.dt-container .dt-layout-row:last-child {
    flex-direction: column;
  }
}
.attendance-table.recent-table table thead tr th,
.attendance-table.recent-table table thead tr td,
.attendance-table.recent-table table tbody tr th,
.attendance-table.recent-table table tbody tr td {
  color: var(--body-font-color);
  min-width: auto;
}
.attendance-table.recent-table table thead tr th a,
.attendance-table.recent-table table thead tr td a,
.attendance-table.recent-table table tbody tr th a,
.attendance-table.recent-table table tbody tr td a {
  color: var(--body-font-color);
}
.attendance-table.recent-table table thead tr th:first-child,
.attendance-table.recent-table table thead tr td:first-child,
.attendance-table.recent-table table tbody tr th:first-child,
.attendance-table.recent-table table tbody tr td:first-child {
  padding-left: 20px;
}
.attendance-table.recent-table table thead tr th:last-child,
.attendance-table.recent-table table thead tr td:last-child,
.attendance-table.recent-table table tbody tr th:last-child,
.attendance-table.recent-table table tbody tr td:last-child {
  padding-right: 20px;
}
@media (max-width: 1656px) and (min-width: 1200px) {
  .attendance-table.recent-table table thead tr th:nth-child(2),
  .attendance-table.recent-table table thead tr td:nth-child(2),
  .attendance-table.recent-table table tbody tr th:nth-child(2),
  .attendance-table.recent-table table tbody tr td:nth-child(2) {
    display: none;
  }
}
.attendance-table.recent-table table thead tr th .badge,
.attendance-table.recent-table table thead tr td .badge,
.attendance-table.recent-table table tbody tr th .badge,
.attendance-table.recent-table table tbody tr td .badge {
  padding: 4px 7px;
  font-weight: 400;
  font-size: 14px;
  min-width: 70px;
}
@media (max-width: 1199px) {
  .attendance-table.recent-table table thead tr th:first-child,
  .attendance-table.recent-table table thead tr td:first-child,
  .attendance-table.recent-table table tbody tr th:first-child,
  .attendance-table.recent-table table tbody tr td:first-child {
    min-width: 120px;
  }
  .attendance-table.recent-table table thead tr th:nth-child(2),
  .attendance-table.recent-table table thead tr td:nth-child(2),
  .attendance-table.recent-table table tbody tr th:nth-child(2),
  .attendance-table.recent-table table tbody tr td:nth-child(2) {
    min-width: 108px;
  }
  .attendance-table.recent-table table thead tr th:nth-child(3),
  .attendance-table.recent-table table thead tr td:nth-child(3),
  .attendance-table.recent-table table tbody tr th:nth-child(3),
  .attendance-table.recent-table table tbody tr td:nth-child(3) {
    min-width: 104px;
  }
}

.bhd-user-cards {
  background-image: url(../images/dashboard-11/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.birthday-cards .swiper {
  width: 100%;
  height: 100%;
  margin-block: 46px;
}
@media (max-width: 1447px) and (min-width: 1400px) {
  .birthday-cards .swiper {
    margin-block: 60px;
  }
}
@media (max-width: 1399px) and (min-width: 646px) {
  .birthday-cards .swiper {
    margin-block: 48px;
  }
}
@media (max-width: 645px) {
  .birthday-cards .swiper {
    margin-block: 35px;
  }
}
.birthday-cards .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.birthday-cards .swiper .swiper-slide .birthday-usercard {
  text-align: center;
}
.birthday-cards .swiper .swiper-slide .birthday-usercard .btd-user {
  display: inline-block;
  padding: 8px;
  background-image: url(../images/dashboard-11/ring.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  position: relative;
  margin-bottom: 12px;
}
.birthday-cards .swiper .swiper-slide .birthday-usercard .btd-user img {
  height: 80px;
  border-radius: 50%;
}
@media (max-width: 1447px) and (min-width: 646px) {
  .birthday-cards .swiper .swiper-slide .birthday-usercard .btd-user img {
    height: 60px;
  }
}
@media (max-width: 645px) {
  .birthday-cards .swiper .swiper-slide .birthday-usercard .btd-user img {
    height: 50px;
  }
}
.birthday-cards .swiper .swiper-slide .birthday-usercard .btd-user .verified-user {
  width: 20px;
  height: 20px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  background-color: #65c15c;
  right: 0;
  bottom: 12px;
  border-radius: 100%;
}
.birthday-cards .swiper .swiper-slide .birthday-usercard .btd-user .verified-user i {
  font-size: 8px;
  color: #fff;
}
@media (max-width: 645px) {
  .birthday-cards .swiper .swiper-slide .birthday-usercard .btd-user .verified-user {
    width: 16px;
    height: 16px;
    bottom: 6px;
  }
  .birthday-cards .swiper .swiper-slide .birthday-usercard .btd-user .verified-user i {
    font-size: 6px;
  }
}
.birthday-cards .swiper .swiper-button-prev,
.birthday-cards .swiper .swiper-button-next {
  width: 26px;
  height: 23px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
}
.birthday-cards .swiper .swiper-button-prev::after,
.birthday-cards .swiper .swiper-button-next::after {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
}
.birthday-cards .send-wishes {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 14px 23px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  margin: auto;
}
@media (max-width: 1579px) {
  .birthday-cards .send-wishes {
    padding: 10px 16px;
  }
}
.birthday-cards .send-wishes span {
  color: #fff;
}
.birthday-cards .send-wishes i {
  color: #fff;
}
.birthday-cards h5,
.birthday-cards h6 {
  color: #fff;
}

.project-analytics .analytics-data .balance-data {
  display: inline-flex;
}
@media (max-width: 1680px) {
  .project-analytics .analytics-data .balance-data {
    display: none;
  }
}
.project-analytics .project-analytics-wrapper {
  margin: 0 0 -20px -10px;
}

.app-overview-wrapper {
  margin: 0 -10px -20px -10px;
}

.project-finish-card .project-left-content .progress {
  background: linear-gradient(180.36deg, #CFDCE8 -32.82%, #FFFFFF 99.69%);
  border-radius: 20px;
  height: 14px;
  padding: 2px 4px;
  background-color: transparent;
}
.project-finish-card .project-left-content .progress .progress-bar {
  background-color: transparent;
}
.project-finish-card .project-left-content .progress .progress-bar .common-f-start .progress-box {
  width: 100%;
  height: 16px;
  display: flex;
  align-items: center;
  gap: 4px;
  overflow: hidden;
  background-color: transparent;
  border-radius: 50px;
}
.project-finish-card .project-left-content .progress .progress-bar .common-f-start .progress-box > div {
  width: 3px;
  min-width: 3px;
  max-width: 3px;
  height: 170%;
  background-color: var(--theme-default);
}
.project-finish-card .project-left-content > p {
  margin-bottom: 19px;
}
@media (max-width: 1517px) and (min-width: 768px) {
  .project-finish-card .project-left-content > p {
    display: -webkit-box;
    height: 48px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.project-finish-card .project-left-content .growth-info {
  margin-bottom: 31px;
}
@media (max-width: 897px) and (min-width: 768px) {
  .project-finish-card .project-left-content .growth-info {
    margin-bottom: 16px;
  }
}
.project-finish-card .project-left-content .growth-info p {
  margin-bottom: 19px;
}
.project-finish-card .project-progress span {
  margin-bottom: 7px;
}
@media (max-width: 792px) and (min-width: 768px) {
  .project-finish-card .project-progress span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 130px;
  }
}
.project-finish-card .project-right-content {
  position: absolute;
  bottom: -60px;
  right: -16px;
  animation: bounce-effect 3s infinite ease-in;
}
@media (max-width: 1680px) and (min-width: 1600px) {
  .project-finish-card .project-right-content {
    bottom: -52px;
  }
}
@media (max-width: 1599px) and (min-width: 1400px) {
  .project-finish-card .project-right-content {
    bottom: -50px;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .project-finish-card .project-right-content {
    bottom: -75px;
  }
}
@media (max-width: 1199px) and (min-width: 1071px) {
  .project-finish-card .project-right-content {
    bottom: -63px;
  }
}
@media (max-width: 1070px) and (min-width: 898px) {
  .project-finish-card .project-right-content {
    bottom: -55px;
  }
}
@media (max-width: 897px) and (min-width: 768px) {
  .project-finish-card .project-right-content {
    bottom: -50px;
  }
}
@media (max-width: 767px) and (min-width: 641px) {
  .project-finish-card .project-right-content {
    bottom: -83px;
  }
}
@media (max-width: 640px) and (min-width: 501px) {
  .project-finish-card .project-right-content {
    bottom: -72px;
  }
}
@media (max-width: 500px) {
  .project-finish-card .project-right-content {
    bottom: -57px;
  }
}
@media (max-width: 575px) {
  .project-finish-card {
    background-color: rgba(var(--light-shade-primary), 0.3);
    overflow: hidden;
  }
  .project-finish-card .project-left-content {
    position: relative;
    z-index: 1;
  }
  .project-finish-card .project-right-content {
    filter: opacity(0.4);
    transform: translate(50px, -50px);
    animation: unset;
    z-index: 0;
    right: 50px;
    bottom: -140px;
  }
}
@media (max-width: 575px) and (max-width: 440px) {
  .project-finish-card .project-right-content {
    filter: opacity(0.1);
  }
}

@media (max-width: 1635px) {
  .leave-request-table.table-responsive div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    display: none;
  }
}
.leave-request-table.table-responsive .table thead th,
.leave-request-table.table-responsive .table thead td,
.leave-request-table.table-responsive .table tbody th,
.leave-request-table.table-responsive .table tbody td {
  min-width: auto;
  padding: 12px 8px;
}
.leave-request-table.table-responsive .table thead th:first-child,
.leave-request-table.table-responsive .table thead td:first-child,
.leave-request-table.table-responsive .table tbody th:first-child,
.leave-request-table.table-responsive .table tbody td:first-child {
  padding-left: 20px;
}
@media (max-width: 1779px) and (min-width: 1200px) {
  .leave-request-table.table-responsive .table thead th:first-child img,
  .leave-request-table.table-responsive .table thead td:first-child img,
  .leave-request-table.table-responsive .table tbody th:first-child img,
  .leave-request-table.table-responsive .table tbody td:first-child img {
    display: none;
  }
}
.leave-request-table.table-responsive .table thead th:last-child,
.leave-request-table.table-responsive .table thead td:last-child,
.leave-request-table.table-responsive .table tbody th:last-child,
.leave-request-table.table-responsive .table tbody td:last-child {
  padding-right: 20px;
}
@media (max-width: 1635px) and (min-width: 1400px) {
  .leave-request-table.table-responsive .table thead th:last-child,
  .leave-request-table.table-responsive .table thead td:last-child,
  .leave-request-table.table-responsive .table tbody th:last-child,
  .leave-request-table.table-responsive .table tbody td:last-child {
    display: none;
  }
  .leave-request-table.table-responsive .table thead th:nth-child(2),
  .leave-request-table.table-responsive .table thead td:nth-child(2),
  .leave-request-table.table-responsive .table tbody th:nth-child(2),
  .leave-request-table.table-responsive .table tbody td:nth-child(2) {
    padding-right: 20px;
  }
}
.leave-request-table.table-responsive .table thead th .img-content-box a,
.leave-request-table.table-responsive .table thead td .img-content-box a,
.leave-request-table.table-responsive .table tbody th .img-content-box a,
.leave-request-table.table-responsive .table tbody td .img-content-box a {
  color: var(--body-font-color);
}
@media (max-width: 1114px) {
  .leave-request-table.table-responsive .table thead th:first-child,
  .leave-request-table.table-responsive .table thead td:first-child,
  .leave-request-table.table-responsive .table tbody th:first-child,
  .leave-request-table.table-responsive .table tbody td:first-child {
    min-width: 212px;
  }
  .leave-request-table.table-responsive .table thead th:nth-child(2),
  .leave-request-table.table-responsive .table thead td:nth-child(2),
  .leave-request-table.table-responsive .table tbody th:nth-child(2),
  .leave-request-table.table-responsive .table tbody td:nth-child(2) {
    min-width: 114px;
  }
}
.leave-request-table.table-responsive .table tbody .common-align .approval-box {
  width: 30px;
  height: 30px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.interviewer-users ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 18px;
  gap: 6px;
}
@media (max-width: 1399px) and (min-width: 576px) {
  .interviewer-users ul li {
    padding: 14px 18px;
  }
}
.interviewer-users ul li:nth-child(odd) {
  background-color: var(--light2);
}
.interviewer-users ul li .common-flex {
  gap: 8px;
}
@media (max-width: 400px) {
  .interviewer-users ul li .common-flex {
    flex: 1 1 50%;
  }
}
.interviewer-users ul li .common-flex h6 {
  font-size: 14px;
}
.interviewer-users ul li span {
  min-width: 100px;
}
.interviewer-users ul li img {
  height: 44px;
  border-radius: 50%;
}
@media (max-width: 400px) {
  .interviewer-users ul li img {
    height: 35px;
  }
}
@media (max-width: 1599px) and (min-width: 1400px) {
  .interviewer-users ul li i {
    display: none;
  }
}
@media (max-width: 810px) and (min-width: 768px) {
  .interviewer-users ul li i {
    display: none;
  }
}
@media (max-width: 340px) {
  .interviewer-users ul li i {
    display: none;
  }
}

.schedule-calender .card-header-right-icon .btn {
  border: 1px solid rgba(82, 82, 108, 0.2);
  color: var(--body-font-color);
}
.schedule-calender .card-header-right-icon .btn:hover {
  background-color: var(--theme-default);
  color: #fff;
}
@media (max-width: 1490px) and (min-width: 1400px) {
  .schedule-calender .card-header-right-icon {
    display: none;
  }
}
@media (max-width: 390px) {
  .schedule-calender .header-top {
    display: block;
  }
  .schedule-calender .header-top .card-header-right-icon {
    margin-top: 12px;
  }
}
.schedule-calender .schedule-wrapper {
  padding-bottom: 28px;
  border-bottom-color: rgba(82, 82, 108, 0.1);
  justify-content: center;
}
@media (max-width: 500px) {
  .schedule-calender .schedule-wrapper {
    padding-bottom: 10px;
  }
}
@media (max-width: 1851px) {
  .schedule-calender .schedule-wrapper {
    justify-content: flex-start;
    display: flex;
  }
}
.schedule-calender .schedule-wrapper .nav-item .nav-link {
  border-radius: 16px;
  border: unset;
  transition: all 0.2s ease;
  min-width: 62px;
}
.schedule-calender .schedule-wrapper .nav-item .nav-link span {
  color: rgba(82, 82, 108, 0.8);
}
.schedule-calender .schedule-wrapper .nav-item .nav-link h6 {
  color: var(--body-font-color);
}
.schedule-calender .schedule-wrapper .nav-item .nav-link.active {
  background-color: var(--theme-default);
  border-radius: 16px;
  transition: all 0.2s ease;
}
.schedule-calender .schedule-wrapper .nav-item .nav-link.active span,
.schedule-calender .schedule-wrapper .nav-item .nav-link.active h6 {
  color: #fff;
}
.schedule-calender .tab-content .activity-update > li {
  padding-block: 12px;
  border-bottom: 1px solid var(--chart-border);
}
@media (max-width: 1399px) and (min-width: 768px) {
  .schedule-calender .tab-content .activity-update > li {
    width: 50%;
  }
}
.schedule-calender .tab-content .activity-update > li > div {
  border-width: 4px !important;
  border-radius: 6px 0px 0px 6px;
  justify-content: space-between;
  gap: 6px;
}
@media (max-width: 1490px) and (min-width: 1400px) {
  .schedule-calender .tab-content .activity-update > li > div {
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 20px;
    align-items: flex-start !important;
  }
}
@media (max-width: 500px) {
  .schedule-calender .tab-content .activity-update > li > div {
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 20px;
    align-items: flex-start !important;
  }
}
.schedule-calender .tab-content .activity-update > li .left-schedule {
  margin-left: 14px;
}
@media (max-width: 1490px) and (min-width: 1400px) {
  .schedule-calender .tab-content .activity-update > li .left-schedule {
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  .schedule-calender .tab-content .activity-update > li .left-schedule {
    margin-left: 0;
  }
}
.schedule-calender .tab-content .activity-update > li .left-schedule > span {
  font-weight: 500;
  color: var(--body-font-color);
  margin-bottom: 6px;
}
.schedule-calender .tab-content .activity-update > li .left-schedule .customers {
  padding-right: 6px;
}
.schedule-calender .tab-content .activity-update > li .left-schedule .customers ul li + li {
  margin-left: -16px;
}
.schedule-calender .tab-content .activity-update > li .left-schedule .customers ul li img {
  width: 35px !important;
}
.schedule-calender .tab-content .activity-update > li .left-schedule .schedule-name {
  border-left: 1px solid rgba(82, 82, 108, 0.8);
  padding-left: 6px;
}
@media (max-width: 1660px) {
  .schedule-calender .tab-content .activity-update > li .left-schedule .schedule-name {
    display: none;
  }
}
.schedule-calender .tab-content .activity-update > li .right-schedule {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 500px) {
  .schedule-calender .tab-content .activity-update > li .right-schedule {
    margin-top: 12px;
  }
  .schedule-calender .tab-content .activity-update > li .right-schedule svg {
    width: 16px;
    height: 16px;
  }
}
.schedule-calender .tab-content .activity-update > li .right-schedule svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 1560px) and (min-width: 1491px) {
  .schedule-calender .tab-content .activity-update > li .right-schedule svg {
    display: none;
  }
}
.schedule-calender .tab-content .activity-update > li:last-child {
  border-bottom: unset;
  padding-bottom: unset;
}
@media (max-width: 1399px) and (min-width: 768px) {
  .schedule-calender .tab-content .activity-update {
    display: flex;
    flex-wrap: wrap;
  }
  .schedule-calender .tab-content .activity-update > li {
    flex: 0 0 50%;
    margin-bottom: 10px;
  }
  .schedule-calender .tab-content .activity-update > li .left-schedule,
  .schedule-calender .tab-content .activity-update > li .right-schedule {
    flex: 1;
  }
  .schedule-calender .tab-content .activity-update > li:nth-child(5) {
    border-bottom: unset;
    padding-bottom: unset;
    margin-bottom: 0;
  }
  .schedule-calender .tab-content .activity-update > li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1399px) and (min-width: 768px) {
  .schedule-calender #thu .activity-update > li:nth-child(3) {
    border-bottom: unset;
    padding-bottom: unset;
    margin-bottom: 0;
  }
  .schedule-calender #frd .activity-update > li:first-child,
  .schedule-calender #sun .activity-update > li:first-child {
    border-bottom: unset;
    padding-bottom: unset;
    margin-bottom: 0;
  }
}

@media (max-width: 1799px) {
  .application-overview .balance-data {
    display: none;
  }
}

@media (max-width: 1399px) {
  .employee-list-table.recent-table div.dt-container .dt-layout-row:last-child {
    flex-direction: column;
  }
}
@media (max-width: 1399px) {
  .employee-list-table.recent-table div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    position: relative;
    top: 4px;
    left: 20px;
    margin-bottom: 20px;
    width: 90%;
    display: block;
  }
}
.employee-list-table.recent-table table thead tr th,
.employee-list-table.recent-table table thead tr td,
.employee-list-table.recent-table table tbody tr th,
.employee-list-table.recent-table table tbody tr td {
  min-width: auto;
}
@media (max-width: 1812px) and (min-width: 1200px) {
  .employee-list-table.recent-table table thead tr th:nth-child(3),
  .employee-list-table.recent-table table thead tr td:nth-child(3),
  .employee-list-table.recent-table table tbody tr th:nth-child(3),
  .employee-list-table.recent-table table tbody tr td:nth-child(3) {
    display: none;
  }
}
@media (max-width: 1480px) and (min-width: 1200px) {
  .employee-list-table.recent-table table thead tr th:nth-child(4),
  .employee-list-table.recent-table table thead tr td:nth-child(4),
  .employee-list-table.recent-table table tbody tr th:nth-child(4),
  .employee-list-table.recent-table table tbody tr td:nth-child(4) {
    display: none;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .employee-list-table.recent-table table thead tr th:nth-child(2) img,
  .employee-list-table.recent-table table thead tr td:nth-child(2) img,
  .employee-list-table.recent-table table tbody tr th:nth-child(2) img,
  .employee-list-table.recent-table table tbody tr td:nth-child(2) img {
    display: none;
  }
  .employee-list-table.recent-table table thead tr th:nth-child(5),
  .employee-list-table.recent-table table thead tr td:nth-child(5),
  .employee-list-table.recent-table table tbody tr th:nth-child(5),
  .employee-list-table.recent-table table tbody tr td:nth-child(5) {
    display: none;
  }
  .employee-list-table.recent-table table thead tr th:last-child .square-white,
  .employee-list-table.recent-table table thead tr td:last-child .square-white,
  .employee-list-table.recent-table table tbody tr th:last-child .square-white,
  .employee-list-table.recent-table table tbody tr td:last-child .square-white {
    width: 24px;
    height: 24px;
  }
  .employee-list-table.recent-table table thead tr th:last-child .square-white svg,
  .employee-list-table.recent-table table thead tr td:last-child .square-white svg,
  .employee-list-table.recent-table table tbody tr th:last-child .square-white svg,
  .employee-list-table.recent-table table tbody tr td:last-child .square-white svg {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .employee-list-table.recent-table table thead tr th:nth-child(2) img,
  .employee-list-table.recent-table table thead tr td:nth-child(2) img,
  .employee-list-table.recent-table table tbody tr th:nth-child(2) img,
  .employee-list-table.recent-table table tbody tr td:nth-child(2) img {
    height: 26px;
  }
}
@media (max-width: 1199px) {
  .employee-list-table.recent-table table thead tr th:nth-child(2),
  .employee-list-table.recent-table table thead tr td:nth-child(2),
  .employee-list-table.recent-table table tbody tr th:nth-child(2),
  .employee-list-table.recent-table table tbody tr td:nth-child(2) {
    min-width: 160px;
  }
  .employee-list-table.recent-table table thead tr th:nth-child(3),
  .employee-list-table.recent-table table thead tr td:nth-child(3),
  .employee-list-table.recent-table table tbody tr th:nth-child(3),
  .employee-list-table.recent-table table tbody tr td:nth-child(3) {
    min-width: 122px;
  }
  .employee-list-table.recent-table table thead tr th:nth-child(5),
  .employee-list-table.recent-table table thead tr td:nth-child(5),
  .employee-list-table.recent-table table tbody tr th:nth-child(5),
  .employee-list-table.recent-table table tbody tr td:nth-child(5) {
    min-width: 120px;
  }
  .employee-list-table.recent-table table thead tr th:nth-child(6),
  .employee-list-table.recent-table table thead tr td:nth-child(6),
  .employee-list-table.recent-table table tbody tr th:nth-child(6),
  .employee-list-table.recent-table table tbody tr td:nth-child(6) {
    min-width: 114px;
  }
  .employee-list-table.recent-table table thead tr th:last-child .square-white,
  .employee-list-table.recent-table table thead tr td:last-child .square-white,
  .employee-list-table.recent-table table tbody tr th:last-child .square-white,
  .employee-list-table.recent-table table tbody tr td:last-child .square-white {
    width: 24px;
    height: 24px;
  }
  .employee-list-table.recent-table table thead tr th:last-child .square-white svg,
  .employee-list-table.recent-table table thead tr td:last-child .square-white svg,
  .employee-list-table.recent-table table tbody tr th:last-child .square-white svg,
  .employee-list-table.recent-table table tbody tr td:last-child .square-white svg {
    width: 14px;
    height: 14px;
  }
}
.employee-list-table.recent-table table tbody tr td:last-child {
  cursor: pointer;
}
.employee-list-table.recent-table table tbody .square-white {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background-color: var(--white);
  box-shadow: 0px 0px 28px 6px rgba(235, 235, 235, 0.4);
}
.employee-list-table.recent-table table tbody .square-white svg {
  fill: rgba(82, 82, 108, 0.8);
  width: 16px;
  height: 16px;
}

@media (max-width: 1640px) and (min-width: 1400px) {
  .col-hr-6 {
    width: 50%;
    flex: 0 0 auto;
  }
}
/**=====================
    3.19 Dashboard_11 Start
==========================**/
/**=====================
  3.20 Dashboard_default CSS Start
==========================**/
.form-control-plaintext {
  width: auto !important;
}

@keyframes bounce-effect {
  0% {
    transform: translateY(0);
    transition: 0.5s;
  }
  50% {
    transform: translateY(-5px);
    transition: 0.5s;
  }
  100% {
    transform: translateY(0);
    transition: 0.5s;
  }
}
@keyframes round {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.badge-light-primary {
  background-color: white;
  color: #108be9;
}
.badge-light-primary:hover {
  background-color: white;
  color: #108be9;
}

.badge-l-primary {
  background-color: white;
}
.badge-l-primary:hover {
  background-color: white;
}

.badge-light-secondary {
  background-color: #dadada;
  color: #838383;
}
.badge-light-secondary:hover {
  background-color: #dadada;
  color: #838383;
}

.badge-l-secondary {
  background-color: #d5d5d5;
}
.badge-l-secondary:hover {
  background-color: #d5d5d5;
}

.badge-light-success {
  background-color: #dcf1da;
  color: #65c15c;
}
.badge-light-success:hover {
  background-color: #dcf1da;
  color: #65c15c;
}

.badge-l-success {
  background-color: #d5eed2;
}
.badge-l-success:hover {
  background-color: #d5eed2;
}

.badge-light-danger {
  background-color: #fff5f5;
  color: #fc564a;
}
.badge-light-danger:hover {
  background-color: #fff5f5;
  color: #fc564a;
}

.badge-l-danger {
  background-color: #ffeceb;
}
.badge-l-danger:hover {
  background-color: #ffeceb;
}

.badge-light-info {
  background-color: #e5f5fe;
  color: #40b8f5;
}
.badge-light-info:hover {
  background-color: #e5f5fe;
  color: #40b8f5;
}

.badge-l-info {
  background-color: #dbf2fd;
}
.badge-l-info:hover {
  background-color: #dbf2fd;
}

.badge-light-light {
  background-color: #acacc0;
  color: #52526c;
}
.badge-light-light:hover {
  background-color: #acacc0;
  color: #52526c;
}

.badge-l-light {
  background-color: #a6a6bb;
}
.badge-l-light:hover {
  background-color: #a6a6bb;
}

.badge-light-dark {
  background-color: #939db3;
  color: #3f475a;
}
.badge-light-dark:hover {
  background-color: #939db3;
  color: #3f475a;
}

.badge-l-dark {
  background-color: #8d97af;
}
.badge-l-dark:hover {
  background-color: #8d97af;
}

.badge-light-warning {
  background-color: #fff2d6;
  color: #ffb829;
}
.badge-light-warning:hover {
  background-color: #fff2d6;
  color: #ffb829;
}

.badge-l-warning {
  background-color: #ffeecc;
}
.badge-l-warning:hover {
  background-color: #ffeecc;
}

.badge-light-light {
  background-color: #e9e9ee !important;
}

.badge-light-primary,
.badge-l-primary {
  background-color: rgba(16, 139, 233, 0.1);
}
.badge-light-primary:hover,
.badge-l-primary:hover {
  background-color: rgba(16, 139, 233, 0.1);
}

.badge-light-success {
  background-color: rgba(101, 193, 92, 0.15);
}

.badge-light-secondary {
  background-color: rgba(131, 131, 131, 0.08);
}

.badge-light-danger {
  background-color: rgba(252, 86, 74, 0.15);
}

@media (max-width: 1712px) {
  .overall-card .balance-card {
    padding: 12px;
  }
}
@media (max-width: 1662px) and (min-width: 1600px) {
  .overall-card .col-xl-9 {
    width: 73%;
  }
  .overall-card .col-xl-3 {
    width: 27%;
  }
}
@media (max-width: 1650px) and (min-width: 1600px) {
  .overall-card .col-xl-9 {
    width: 72%;
  }
  .overall-card .col-xl-3 {
    width: 28%;
  }
}
@media (max-width: 1600px) and (min-width: 1500px) {
  .overall-card .col-xl-9 {
    width: 70%;
  }
  .overall-card .col-xl-3 {
    width: 30%;
  }
}
@media (max-width: 1500px) and (min-width: 1200px) {
  .overall-card .col-xl-9 {
    width: 65%;
  }
  .overall-card .col-xl-3 {
    width: 35%;
  }
}

/* Clock styles */
.clockbox {
  margin-bottom: -5px;
}
.clockbox svg {
  width: 45px;
  height: 45px;
}
@media (max-width: 767px) {
  .clockbox svg {
    height: 36px;
  }
}

.clockbox,
#clock {
  width: 100%;
}

.circle {
  fill: #fff;
  stroke: rgba(255, 255, 255, 0.4);
  stroke-width: 80px;
  stroke-miterlimit: 10;
}

.mid-circle {
  fill: #000;
}

.hour-marks {
  fill: none;
  stroke: #75758a;
  stroke-width: 9;
  stroke-miterlimit: 10;
}

.hour-hand {
  fill: none;
  stroke: #ff7e00;
  stroke-width: 17;
  stroke-miterlimit: 10;
}

.minute-hand {
  fill: none;
  stroke: #ff7e00;
  stroke-width: 11;
  stroke-miterlimit: 10;
}

.second-hand {
  fill: none;
  stroke: #ffb829;
  stroke-width: 15px;
  stroke-miterlimit: 10;
}

.sizing-box {
  fill: none;
}

#hour,
#minute,
#second {
  transform-origin: 300px 300px;
  transition: transform 0.5s ease-in-out;
}

@media (min-width: 1400px) {
  .widget-grid .height-equal {
    min-height: unset !important;
  }
}
@media (min-width: 1400px) {
  .widget-grid > .col-xxl-auto {
    width: 22.22%;
  }
}

.order-chart > div {
  margin-top: -25px;
  margin-bottom: -43px;
}
.order-chart svg path {
  clip-path: inset(7% 0% 0% 0% round 0.6rem);
}

.widget-1 {
  background-image: url(../images/dashboard/widget-bg.png);
  background-size: cover;
  margin-bottom: 25px;
}
.widget-1 svg {
  font-weight: 700;
  width: 12px;
  height: 12px;
}
.widget-1 .f-w-500 {
  display: flex;
  align-items: center;
}
@media (max-width: 1580px) and (min-width: 1200px) {
  .widget-1 .f-w-500 {
    display: none;
  }
}
.widget-1 .card-body {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 18px 25px;
}
@media (max-width: 1720px) {
  .widget-1 .card-body {
    padding: 18px;
  }
}
.widget-1 .widget-round {
  position: relative;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-radius: 100%;
}
.widget-1 .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;
}
.widget-1 .widget-round .bg-round svg {
  width: 24px;
  height: 24px;
}
.widget-1 .widget-round .bg-round .half-circle {
  height: 52px;
  position: absolute;
  left: -9px;
  width: 35px;
  bottom: -8px;
  background: #fff;
  z-index: -1;
}
@media (max-width: 1399px) {
  .widget-1 .widget-round .bg-round {
    width: 40px;
    height: 40px;
  }
  .widget-1 .widget-round .bg-round svg {
    width: 22px;
    height: 22px;
  }
  .widget-1 .widget-round .bg-round .half-circle {
    height: 40px;
    left: -10px;
    width: 30px;
    bottom: -8px;
  }
}
.widget-1 .widget-round.primary {
  border-color: var(--theme-default);
}
.widget-1 .widget-round.secondary {
  border-color: var(--theme-secondary);
}
.widget-1 .widget-round.success {
  border-color: #65c15c;
}
.widget-1 .widget-round.warning {
  border-color: #ffb829;
}
.widget-1 .widget-content {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1600px) {
  .widget-1 .widget-content {
    gap: 10px;
  }
}
.widget-1 .widget-content h4 {
  margin-bottom: 4px;
}
@media (max-width: 1399px) {
  .widget-1 .widget-content h4 {
    font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  }
}
.widget-1:hover {
  transform: translateY(-5px);
  transition: 0.5s;
}
.widget-1:hover .widget-round .svg-fill:not(.half-circle),
.widget-1:hover .widget-round svg:not(.half-circle) {
  animation: tada 1.5s ease infinite;
}

.widget-with-chart .card-body {
  align-items: center;
}

@media (max-width: 1625px) {
  .main-customer-table .table-responsive .dt-layout-row .dt-search {
    display: none;
  }
}
.main-customer-table .table-responsive .table thead tr th,
.main-customer-table .table-responsive .table thead tr td,
.main-customer-table .table-responsive .table tbody tr th,
.main-customer-table .table-responsive .table tbody tr td {
  min-width: auto;
}
.main-customer-table .table-responsive .table thead tr th:first-child,
.main-customer-table .table-responsive .table thead tr td:first-child,
.main-customer-table .table-responsive .table tbody tr th:first-child,
.main-customer-table .table-responsive .table tbody tr td:first-child {
  padding-left: 20px;
  cursor: pointer;
}
@media (max-width: 1447px) and (min-width: 1400px) {
  .main-customer-table .table-responsive .table thead tr th:nth-child(2) img,
  .main-customer-table .table-responsive .table thead tr td:nth-child(2) img,
  .main-customer-table .table-responsive .table tbody tr th:nth-child(2) img,
  .main-customer-table .table-responsive .table tbody tr td:nth-child(2) img {
    display: none;
  }
}
@media (max-width: 1303px) and (min-width: 1219px) {
  .main-customer-table .table-responsive .table thead tr th:nth-child(2) img,
  .main-customer-table .table-responsive .table thead tr td:nth-child(2) img,
  .main-customer-table .table-responsive .table tbody tr th:nth-child(2) img,
  .main-customer-table .table-responsive .table tbody tr td:nth-child(2) img {
    display: none;
  }
}
.main-customer-table .table-responsive .table thead tr th:last-child,
.main-customer-table .table-responsive .table thead tr td:last-child,
.main-customer-table .table-responsive .table tbody tr th:last-child,
.main-customer-table .table-responsive .table tbody tr td:last-child {
  padding-right: 20px;
}
@media (max-width: 1801px) and (min-width: 1596px) {
  .main-customer-table .table-responsive .table thead tr th:last-child,
  .main-customer-table .table-responsive .table thead tr td:last-child,
  .main-customer-table .table-responsive .table tbody tr th:last-child,
  .main-customer-table .table-responsive .table tbody tr td:last-child {
    display: none;
  }
}
@media (max-width: 1595px) and (min-width: 1400px) {
  .main-customer-table .table-responsive .table thead tr th:last-child,
  .main-customer-table .table-responsive .table thead tr td:last-child,
  .main-customer-table .table-responsive .table tbody tr th:last-child,
  .main-customer-table .table-responsive .table tbody tr td:last-child {
    display: none;
  }
}
@media (max-width: 1218px) and (min-width: 1200px) {
  .main-customer-table .table-responsive .table thead tr th:last-child,
  .main-customer-table .table-responsive .table thead tr td:last-child,
  .main-customer-table .table-responsive .table tbody tr th:last-child,
  .main-customer-table .table-responsive .table tbody tr td:last-child {
    display: none;
  }
}
@media (max-width: 1166px) {
  .main-customer-table .table-responsive .table thead tr th:nth-child(2),
  .main-customer-table .table-responsive .table thead tr td:nth-child(2),
  .main-customer-table .table-responsive .table tbody tr th:nth-child(2),
  .main-customer-table .table-responsive .table tbody tr td:nth-child(2) {
    min-width: 135px;
  }
  .main-customer-table .table-responsive .table thead tr th:nth-child(3),
  .main-customer-table .table-responsive .table thead tr td:nth-child(3),
  .main-customer-table .table-responsive .table tbody tr th:nth-child(3),
  .main-customer-table .table-responsive .table tbody tr td:nth-child(3) {
    min-width: 112px;
  }
  .main-customer-table .table-responsive .table thead tr th:last-child,
  .main-customer-table .table-responsive .table thead tr td:last-child,
  .main-customer-table .table-responsive .table tbody tr th:last-child,
  .main-customer-table .table-responsive .table tbody tr td:last-child {
    min-width: 80px;
  }
}
.main-customer-table .table-responsive .table thead tr th {
  color: #52526c;
}
.main-customer-table .table-responsive .table tbody tr td .img-content-box a {
  color: var(--body-font-color);
}

.profile-box {
  background: linear-gradient(103.75deg, #33B1EE -13.9%, var(--theme-default) 79.68%);
  color: #fff;
  height: 238px;
}
@media (max-width: 1399px) {
  .profile-box {
    height: 206px;
  }
}
.profile-box .cartoon {
  position: absolute;
  bottom: -15px;
  right: 20px;
  animation: bounce-effect 5s infinite ease-in;
}
[dir=rtl] .profile-box .cartoon {
  right: unset !important;
  left: 5px;
}
@media (max-width: 1660px) {
  .profile-box .cartoon {
    right: 30px;
    text-align: right;
  }
  [dir=rtl] .profile-box .cartoon {
    left: -6px;
    text-align: left;
  }
  .profile-box .cartoon img {
    width: 80%;
  }
}
@media (max-width: 1500px) and (min-width: 1031px) {
  .profile-box .cartoon img {
    width: 70%;
  }
}
@media (max-width: 1030px) {
  .profile-box .cartoon img {
    width: 62%;
  }
}
@media (max-width: 767px) {
  .profile-box .cartoon {
    right: 10px;
  }
  [dir=rtl] .profile-box .cartoon {
    left: -10px;
  }
  .profile-box .cartoon img {
    width: 52%;
  }
}
@media (max-width: 575px) {
  .profile-box .cartoon {
    right: 30px;
  }
  [dir=rtl] .profile-box .cartoon {
    left: 10px;
  }
  .profile-box .cartoon img {
    width: 48%;
  }
}
@media (max-width: 1485px) and (min-width: 1400px) {
  .profile-box .greeting-user h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 235px;
  }
}
@media (max-width: 1108px) and (min-width: 992px) {
  .profile-box .greeting-user h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 235px;
  }
}
@media (max-width: 840px) {
  .profile-box .greeting-user h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 235px;
  }
}
@media (max-width: 730px) and (min-width: 611px) {
  .profile-box .greeting-user h2 {
    max-width: 170px;
  }
}
@media (max-width: 610px) and (min-width: 576px) {
  .profile-box .greeting-user h2 {
    max-width: 115px;
  }
}
@media (max-width: 575px) {
  .profile-box .greeting-user h2 {
    max-width: 178px;
  }
}
.profile-box .greeting-user h2,
.profile-box .greeting-user p {
  color: #fff;
}
.profile-box .greeting-user p {
  width: 60%;
}
@media (max-width: 1500px) {
  .profile-box .greeting-user p {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .profile-box .greeting-user p {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .profile-box .greeting-user p {
    width: 98%;
  }
}
@media (max-width: 600px) {
  .profile-box .greeting-user p {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .profile-box .greeting-user p {
    width: 98%;
  }
}
.profile-box .whatsnew-btn {
  margin-top: 3.5rem;
}
@media (max-width: 1500px) {
  .profile-box .whatsnew-btn {
    margin-top: 1.7rem;
  }
}
@media (max-width: 991px) {
  .profile-box .whatsnew-btn {
    margin-top: 3.5rem;
  }
}
@media (max-width: 638px) {
  .profile-box .whatsnew-btn {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .profile-box .whatsnew-btn .btn {
    padding: 6px 10px;
  }
}

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
}
.header-top a i {
  font-size: 11px;
  margin-bottom: -2px;
}
.header-top a.btn {
  padding: 8px 12px;
}
@media (max-width: 575px) {
  .header-top a.btn {
    padding: 5px;
  }
}
.header-top a.btn.badge-light-primary:hover {
  background-color: var(--theme-default);
}

.user-details {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1399px) {
  .user-details {
    gap: 6px;
  }
}
.user-details .customers {
  width: 200px;
}
@media (max-width: 575px) {
  .user-details {
    flex-wrap: wrap;
  }
}

.papernote-wrap .banner-img {
  border-radius: 15px;
  width: 100%;
}
.papernote-wrap .note-labels {
  display: flex;
  align-items: center;
}
.papernote-wrap .note-labels > * {
  padding: 3px 0;
}
.papernote-wrap .note-labels ul {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .papernote-wrap .note-labels ul {
    gap: 4px;
  }
}
.papernote-wrap .note-labels .badge {
  font-size: 14px;
  padding: 6px 12px;
}
@media (max-width: 575px) {
  .papernote-wrap .note-labels .badge {
    font-size: 12px;
    padding: 5px 6px;
  }
}
.papernote-wrap .note-labels .last-label {
  padding-left: 16px;
  margin-left: 16px;
  border-left: 1px dashed rgba(117, 117, 138, 0.7);
}
[dir=rtl] .papernote-wrap .note-labels .last-label {
  padding-left: unset;
  margin-left: unset;
  margin-right: 16px;
  padding-right: 16px;
  border-left: none;
  border-right: 1px dashed rgba(117, 117, 138, 0.7);
}
@media (max-width: 575px) {
  .papernote-wrap .note-labels .last-label {
    padding-left: 8px;
    margin-left: 8px;
  }
  [dir=rtl] .papernote-wrap .note-labels .last-label {
    margin-right: 8px;
    padding-right: 8px;
  }
}
.papernote-wrap .light-card {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--light2);
  border: 1px solid rgba(117, 117, 138, 0.2);
}

.notification ul {
  position: relative;
}
.notification ul::before {
  position: absolute;
  content: "";
  border: 1px dashed #75758a;
  opacity: 0.3;
  top: 12px;
  left: 2px;
  height: calc(100% - 12px);
}
[dir=rtl] .notification ul::before {
  left: unset;
  right: 2px;
}
.notification li {
  padding-bottom: 31px;
}
.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: #fff;
  margin-left: 10px;
  font-weight: 500;
}
.notification .card .d-flex .w-100 h6 {
  margin-bottom: 5px;
  position: relative;
}
.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 {
    -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: #75758a;
}
.notification .card .d-flex:nth-child(2) .flex-grow-1 h6 .dot-notification {
  background-color: #ffb829;
  border: 5px solid #ffebc2;
}
.notification .card .d-flex:last-child {
  margin-bottom: 0 !important;
}
.notification .date-content {
  padding: 4px 8px;
  border-radius: 5px;
}

.schedule-container > div {
  margin-bottom: -40px;
}
.schedule-container svg path {
  clip-path: inset(1% 0% 0% 0% round 1.5rem);
}

.purchase-card {
  text-align: center;
  margin-top: 200px;
}
@media (max-width: 1560px) {
  .purchase-card {
    margin-top: 170px;
  }
}
@media (max-width: 1399px) {
  .purchase-card {
    margin-top: 160px;
  }
}
@media (max-width: 500px) {
  .purchase-card {
    margin-top: 110px;
  }
}
@media (max-width: 420px) {
  .purchase-card {
    margin-top: 90px;
  }
}
.purchase-card img {
  margin-top: -208px;
}
@media (max-width: 1560px) {
  .purchase-card img {
    margin-top: -170px;
  }
}
@media (max-width: 1399px) {
  .purchase-card img {
    width: 70%;
    margin: -160px auto 0 auto;
  }
}
@media (max-width: 1366px) {
  .purchase-card img {
    width: 76%;
  }
}
@media (max-width: 1199px) {
  .purchase-card img {
    width: 86%;
  }
}
@media (max-width: 991px) {
  .purchase-card img {
    width: 72%;
  }
}
@media (max-width: 767px) {
  .purchase-card img {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .purchase-card img {
    margin-top: -110px;
  }
}
@media (max-width: 420px) {
  .purchase-card img {
    margin-top: -90px;
    width: 60%;
  }
}
.purchase-card .purchase-btn {
  min-width: auto;
}

.buy-card img {
  height: 252px;
  object-fit: contain;
  padding: 20px 20px 0;
}
.buy-card .card-body {
  margin-inline: 50px;
  text-align: center;
}
.buy-card .card-body .purchase-btn {
  min-width: auto;
  font-size: 14px;
}
@media (max-width: 1869px) {
  .buy-card img {
    height: 256px;
  }
  .buy-card .card-body {
    margin-inline: 45px;
  }
}
@media (max-width: 1774px) and (min-width: 1431px) {
  .buy-card .card-body {
    margin-inline: 6px;
  }
}
@media (max-width: 1430px) and (min-width: 1400px) {
  .buy-card img {
    height: 230px;
  }
  .buy-card .card-body {
    margin-inline: 0px;
  }
}
@media (max-width: 1399px) {
  .buy-card img {
    height: 295px;
  }
}
@media (max-width: 1380px) and (min-width: 992px) {
  .buy-card .card-body {
    margin-inline: 6px;
  }
}
@media (max-width: 991px) and (min-width: 818px) {
  .buy-card .card-body {
    margin-inline: 50px;
  }
}
@media (max-width: 817px) and (min-width: 687px) {
  .buy-card .card-body {
    margin-inline: 28px;
  }
}
@media (max-width: 686px) {
  .buy-card .card-body {
    margin-inline: 0;
  }
}
@media (max-width: 1199px) and (min-width: 1078px) {
  .buy-card img {
    height: 238px;
  }
}
@media (max-width: 1077px) and (min-width: 992px) {
  .buy-card img {
    height: 252px;
  }
}
@media (max-width: 991px) and (min-width: 1200px) {
  .buy-card img {
    height: 295px;
  }
}
@media (max-width: 1199px) and (min-width: 1200px) {
  .buy-card img {
    height: 270px;
  }
}
@media (max-width: 1199px) and (min-width: 576px) {
  .buy-card img {
    height: 295px;
  }
}
@media (max-width: 575px) and (min-width: 446px) {
  .buy-card img {
    height: 240px;
  }
}
@media (max-width: 445px) {
  .buy-card img {
    height: 185px;
  }
}

.appointment-table table tr td {
  position: relative;
  border-top: none;
  padding: 15px 0;
  vertical-align: middle;
}
.appointment-table table tr td:first-child {
  width: 50px;
}
.appointment-table table tr td .status-circle {
  top: 1px;
  left: 35px;
  border-width: 3px;
}
.appointment-table table tr td p,
.appointment-table table tr td .btn {
  font-weight: 500;
  font-size: 12px;
}
.appointment-table table tr td .btn {
  padding: 4px 12px;
}
.appointment-table table tr .img-content-box a {
  color: var(--body-font-color);
  transition: 0.5s;
  display: inline-block !important;
}
.appointment-table table tr .img-content-box span {
  display: block;
}
.appointment-table table tr:hover .img-content-box a {
  color: var(--theme-default);
  transition: 0.5s;
}
.appointment-table table tr:first-child td {
  padding-top: 0 !important;
}
.appointment-table table tr:last-child td {
  padding-bottom: 0 !important;
}
.appointment-table.customer-table table tr td {
  padding: 10px 0;
}
.appointment-table.customer-table table tr td img {
  min-width: 40px;
}

.icon-box {
  width: 50px;
  height: 32px;
  background-color: rgba(16, 139, 233, 0.08);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-box i {
  color: var(--theme-default);
  font-size: 22px;
}
.icon-box svg {
  stroke: var(--theme-default);
}

.balance-card {
  display: flex;
  padding: 15px;
  border-radius: 5px;
  gap: 15px;
  transition: 0.5s;
}
@media (max-width: 1199px) {
  .balance-card {
    gap: 8px;
  }
}
.balance-card .svg-box {
  width: 43px;
  height: 43px;
  background: #fff;
  box-shadow: 0px 71.2527px 51.5055px rgba(229, 229, 245, 0.189815), 0px 42.3445px 28.0125px rgba(229, 229, 245, 0.151852), 0px 21.9866px 14.2913px rgba(229, 229, 245, 0.125), 0px 8.95749px 7.16599px rgba(229, 229, 245, 0.0981481), 0px 2.03579px 3.46085px rgba(229, 229, 245, 0.0601852);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .balance-card .svg-box {
    width: 35px;
    height: 35px;
  }
}
.balance-card .svg-box svg {
  height: 20px;
  fill: rgba(117, 117, 138, 0.85);
}
@media (max-width: 1199px) {
  .balance-card .svg-box svg {
    height: 17px;
  }
}

.btn-light-secondary {
  background-color: rgba(var(--theme-secondary), 0.1);
  font-size: 12px;
  padding: 6px 12px;
  font-weight: 600;
}

.fill-primary {
  fill: #108be9;
}

.fill-secondary {
  fill: #838383;
}

.fill-success {
  fill: #65c15c;
}

.fill-warning {
  fill: #ffb829;
}

.fill-info {
  fill: #40b8f5;
}

.fill-danger {
  fill: #fc564a;
}

.testimonial i {
  font-size: 60px;
  color: rgba(43, 43, 43, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.1;
  z-index: -1;
}
.testimonial p {
  color: #75758a;
  font-style: italic;
  margin-bottom: 30px;
  margin-top: 30px;
}
.testimonial h5 {
  color: #404040;
  padding-top: 10px;
}
.testimonial span {
  color: #75758a;
}
.testimonial img {
  margin: 0 auto;
}

.widget-charts .widget-1 .card-body {
  padding: 30px 25px;
}

.chart-widget-top #chart-widget1,
.chart-widget-top #chart-widget2,
.chart-widget-top #chart-widget3 {
  margin-bottom: -15px;
}
.chart-widget-top #chart-widget1 .apexcharts-xaxistooltip,
.chart-widget-top #chart-widget2 .apexcharts-xaxistooltip,
.chart-widget-top #chart-widget3 .apexcharts-xaxistooltip {
  display: none;
}
.chart-widget-top span {
  color: #6C757D;
}

.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: #000;
}

.skill-chart {
  margin-bottom: -48px;
}
.skill-chart .apexcharts-legend .apexcharts-legend-series span {
  display: block;
}
.skill-chart .apexcharts-legend .apexcharts-legend-series .apexcharts-legend-text {
  margin: 10px 0 20px;
}

.progress-chart {
  margin: -11px 0 -20px;
}
.progress-chart .apexcharts-canvas svg path,
.progress-chart .apexcharts-canvas svg rect {
  clip-path: inset(1% 0% 0% 0% round 1rem);
}

.bottom-content span {
  color: #75758a;
}
.bottom-content .block-bottom {
  display: block;
}

@keyframes am-moving-dashes {
  100% {
    stroke-dashoffset: -30px;
  }
}
@-webkit-keyframes am-pulsating {
  0% {
    stroke-opacity: 1;
    stroke-width: 0;
  }
  100% {
    stroke-opacity: 0;
    stroke-width: 50px;
  }
}
@keyframes am-pulsating {
  0% {
    stroke-opacity: 1;
    stroke-width: 0;
  }
  100% {
    stroke-opacity: 0;
    stroke-width: 50px;
  }
}
@-webkit-keyframes am-draw {
  0% {
    stroke-dashoffset: 500%;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes am-draw {
  0% {
    stroke-dashoffset: 500%;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.serial-chart .chart-container {
  width: 100%;
  height: 500px;
}
.serial-chart .chart-container .lastBullet {
  animation: am-pulsating 1s ease-out infinite;
}
.serial-chart .chart-container .amcharts-graph-column-front {
  transition: all 0.3s 0.3s ease-out;
}
.serial-chart .chart-container .amcharts-graph-column-front:hover {
  fill: var(--theme-secondary);
  stroke: var(--theme-secondary);
  transition: all 0.3s ease-out;
}
.serial-chart .chart-container .amcharts-graph-g3 {
  stroke-linejoin: round;
  stroke-linecap: round;
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
  animation: am-draw 40s;
}
.serial-chart .chart-container .amcharts-graph-g2 .amcharts-graph-stroke {
  stroke-dasharray: 3px 3px;
  stroke-linejoin: round;
  stroke-linecap: round;
  animation: am-moving-dashes 1s linear infinite;
}

.chart-container .apexcharts-xaxis-label,
.chart-container .apexcharts-yaxis-label {
  font-size: 14px !important;
  color: #6C757D !important;
}
.chart-container .apexcharts-xaxis-annotations rect {
  clip-path: inset(1% 0% 0% 0% round 0.2rem);
}

.crypto-chart {
  margin-left: -20px;
}
.crypto-chart .apexcharts-tooltip-title {
  display: none;
}
.crypto-chart .apexcharts-tooltip-series-group:last-child, .crypto-chart .apexcharts-tooltip-series-group.active {
  padding-bottom: 0;
}

.speed-chart .chart-container {
  width: 100%;
  height: 530px;
}
.speed-chart .content {
  margin-top: -200px;
  margin-bottom: 20px;
}
.speed-chart .content h4 {
  font-weight: 600;
  padding-top: 2px;
}

.status-widget svg {
  width: 20px;
  height: 20px;
  vertical-align: text-top;
}
.status-widget .card .card-header h5 {
  line-height: 1.38;
}
.status-widget .status-chart {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
}

.small-chart-widget .chart-container {
  height: 311px;
  padding: 0;
  margin: 0;
  border: none;
}

.small-chart-widget .card .card-body {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.donut-chart-widget .chart-container {
  height: 300px;
  border: 0;
  margin: 0;
  padding: 0;
}

.status-details h4 {
  font-weight: 600;
}
.status-details h4 span {
  color: inherit;
}
.status-details span {
  color: #75758a;
}

.status-chart .chart-container {
  height: 200px;
  border: 0;
  padding: 0;
  margin: 0;
}

.map-chart .chart-container {
  width: 100%;
  height: 500px;
}

.serial-chart {
  width: 100%;
}

.live-products,
.turnover,
.uses,
.monthly {
  height: 300px;
}

.live-products .ct-series-a .ct-area,
.live-products .ct-series-a .ct-point,
.live-products .ct-series-a .ct-line,
.live-products .ct-series-a .ct-bar,
.live-products .ct-series-a .ct-slice-donut {
  stroke: rgba(255, 255, 255, 0.77);
}
.live-products .ct-label {
  fill: #fff;
  color: #fff;
}
.live-products .ct-grid {
  stroke: rgba(255, 255, 255, 0.7);
}

.turnover .ct-series-a .ct-area,
.turnover .ct-series-a .ct-point,
.turnover .ct-series-a .ct-line,
.turnover .ct-series-a .ct-bar,
.turnover .ct-series-a .ct-slice-donut,
.uses .ct-series-a .ct-area,
.uses .ct-series-a .ct-point,
.uses .ct-series-a .ct-line,
.uses .ct-series-a .ct-bar,
.uses .ct-series-a .ct-slice-donut,
.monthly .ct-series-a .ct-area,
.monthly .ct-series-a .ct-point,
.monthly .ct-series-a .ct-line,
.monthly .ct-series-a .ct-bar,
.monthly .ct-series-a .ct-slice-donut {
  stroke: rgb(255, 255, 255);
  fill: transparent;
}
.turnover .ct-series-b .ct-area,
.turnover .ct-series-b .ct-point,
.turnover .ct-series-b .ct-line,
.turnover .ct-series-b .ct-bar,
.turnover .ct-series-b .ct-slice-donut,
.uses .ct-series-b .ct-area,
.uses .ct-series-b .ct-point,
.uses .ct-series-b .ct-line,
.uses .ct-series-b .ct-bar,
.uses .ct-series-b .ct-slice-donut,
.monthly .ct-series-b .ct-area,
.monthly .ct-series-b .ct-point,
.monthly .ct-series-b .ct-line,
.monthly .ct-series-b .ct-bar,
.monthly .ct-series-b .ct-slice-donut {
  stroke: rgba(255, 255, 255, 0.7);
  fill: transparent;
}
.turnover .ct-series-c .ct-area,
.turnover .ct-series-c .ct-point,
.turnover .ct-series-c .ct-line,
.turnover .ct-series-c .ct-bar,
.turnover .ct-series-c .ct-slice-donut,
.uses .ct-series-c .ct-area,
.uses .ct-series-c .ct-point,
.uses .ct-series-c .ct-line,
.uses .ct-series-c .ct-bar,
.uses .ct-series-c .ct-slice-donut,
.monthly .ct-series-c .ct-area,
.monthly .ct-series-c .ct-point,
.monthly .ct-series-c .ct-line,
.monthly .ct-series-c .ct-bar,
.monthly .ct-series-c .ct-slice-donut {
  stroke: rgba(255, 255, 255, 0.4);
  fill: transparent;
}
.turnover .ct-label,
.uses .ct-label,
.monthly .ct-label {
  fill: #fff;
  color: #fff;
}
.turnover .ct-grid,
.uses .ct-grid,
.monthly .ct-grid {
  stroke: rgba(255, 255, 255, 0.7);
}

#draggableMultiple .ui-sortable-handle .card {
  cursor: move;
}

.tilt-showcase ul li .line {
  padding-top: 10px;
}
.tilt-showcase .pre-mt {
  margin-top: 5px;
}

.wow-title h5 {
  display: flex;
  align-items: center;
  font-size: 18px;
}
.wow-title h5 .badge {
  -webkit-text-fill-color: #fff;
}

.alert-center {
  display: flex !important;
  align-items: center;
}

.box-shadow-title .sub-title {
  margin: 30px 0;
}

.hovercard .info .social-media ul li {
  padding-top: 3px;
}
.hovercard .cardheader {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.sticky-header-main .card .card-header h5 {
  line-height: 35px;
}
.sticky-header-main .card .card-header h5 a {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.custom-radio-ml {
  margin-left: 3px;
}

.twitter-typeahead {
  display: block !important;
}

span.twitter-typeahead .league-name {
  font-size: 16px;
  padding: 6px 10px 0;
}
span.twitter-typeahead .tt-menu {
  float: left;
  width: 100%;
  min-width: 10rem;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.25rem;
  -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;
}
span.twitter-typeahead .tt-suggestion {
  color: #2b2b2b;
  opacity: 0.6;
  font-size: 13px;
  padding: 6px 12px;
  border-top: 1px solid #efefef;
  background: #fff;
  cursor: pointer;
}
span.twitter-typeahead .tt-suggestion:hover, span.twitter-typeahead .tt-suggestion:focus {
  background-color: #fff;
}
span.twitter-typeahead .tt-suggestion.active, span.twitter-typeahead .tt-suggestion:active {
  color: #fff;
  background-color: var(--theme-default);
}

#scrollable-dropdown-menu .twitter-typeahead .tt-menu .tt-dataset {
  max-height: 100px;
  overflow-y: auto;
}

.chart-right {
  position: relative;
}

.balance-data {
  display: flex;
  gap: 15px;
  position: absolute;
  top: -50px;
  right: 2%;
}
[dir=rtl] .balance-data {
  right: unset;
  left: 2%;
}
@media (max-width: 991px) {
  .balance-data {
    top: -42px;
    right: -65%;
  }
  [dir=rtl] .balance-data {
    left: -65%;
  }
}
@media (max-width: 575px) {
  .balance-data {
    display: none;
  }
}
.balance-data li {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.balance-data .circle {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
}

.current-sale-container {
  padding-right: 12px;
}
[dir=rtl] .current-sale-container {
  padding-right: unset;
  padding-left: 12px;
}
.current-sale-container > div {
  margin: -22px 0 -30px -16px;
}
@media (max-width: 1199px) {
  .current-sale-container > div {
    margin-bottom: 0;
  }
}
@media (max-width: 404px) {
  .current-sale-container > div {
    margin-bottom: -20px;
  }
}
.current-sale-container .apexcharts-xaxistooltip {
  color: var(--theme-default);
  background: rgba(16, 139, 233, 0.1);
  border: 1px solid var(--theme-default);
}
.current-sale-container .apexcharts-xaxistooltip-bottom:before {
  border-bottom-color: var(--theme-default);
}
.current-sale-container .apexcharts-tooltip.light .apexcharts-tooltip-title {
  background: rgba(16, 139, 233, 0.1);
  color: var(--theme-default);
}
@media (max-width: 575px) {
  .current-sale-container.order-container {
    padding-right: 0;
  }
  [dir=rtl] .current-sale-container.order-container {
    padding-left: 0;
  }
}
@media (max-width: 404px) {
  .current-sale-container.order-container > div {
    margin-bottom: 0;
  }
}

.apexcharts-series.apexcharts-radial-series {
  position: relative;
}
.apexcharts-series.apexcharts-radial-series::after {
  position: absolute;
  content: "";
  background: linear-gradient(0deg, #FFFFFF 0.05%, #F4F4F4 19.91%, #F5F6F9 55.02%, #EAECF4 100%);
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  top: 0;
  left: 0;
}

footer.blockquote-footer {
  bottom: unset;
}

@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 {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-fix .pull-right {
    float: none !important;
    text-align: center !important;
  }
}
@media only screen and (max-width: 575px) {
  .notification li {
    padding-bottom: 15px;
  }
  .media-dropdown {
    display: block;
  }
  .media-dropdown .flex-grow-1 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 360px) {
  .footer {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .footer p {
    font-size: 12px;
  }
  .appointment-table table tr td {
    min-width: 103px;
  }
  .appointment-table table tr td:first-child {
    min-width: 50px;
  }
  .appointment-table table tr td:nth-child(2) {
    min-width: 120px;
  }
}
@media (min-width: 1400px) {
  .visitor-chart #visitor_chart {
    min-height: 0px !important;
    height: 122px;
  }
}
@media (max-width: 1399px) {
  .visitor-chart #visitor_chart {
    margin-bottom: -45px;
  }
}
.visitor-chart #visitor_chart .apexcharts-canvas {
  margin: 0;
}
.visitor-chart #visitor_chart .apexcharts-tooltip-title {
  display: none;
}
.visitor-chart .common-flex {
  background-color: var(--course-light-btn);
  padding: 10px 12px;
  border-radius: 8px;
  align-items: center;
}
@media (max-width: 1841px) {
  .visitor-chart .common-flex {
    gap: 4px;
  }
}
.visitor-chart .common-flex p {
  font-weight: 500;
  color: #52526c;
}
@media (max-width: 1805px) and (min-width: 1400px) {
  .visitor-chart .common-flex p {
    display: none;
  }
}
@media (max-width: 1293px) and (min-width: 1200px) {
  .visitor-chart .common-flex p {
    display: none;
  }
}
@media (max-width: 880px) {
  .visitor-chart .common-flex p {
    font-size: 13px;
  }
}

.statistical-card li {
  padding: 8px 14px;
  background: linear-gradient(180deg, var(--course-light-btn) 0%, rgba(242, 243, 247, 0) 100%);
  border-radius: 5px;
  margin-right: 15px;
  position: relative;
}
.statistical-card li + li {
  padding-left: 15px;
  margin-left: 15px;
}
.statistical-card li + li::after {
  content: "";
  top: 50%;
  background-color: rgba(82, 82, 108, 0.8);
  transform: translate(-15px, -50%);
  left: 0;
  position: absolute;
  height: 30px;
  width: 1px;
}

@media (max-width: 1230px) and (min-width: 1200px) {
  .monthly-header .card-header-right-icon {
    display: none;
  }
}

.target-content p {
  color: rgba(82, 82, 108, 0.8);
  text-align: center;
  margin-block: 23px;
  height: 73px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1590px) and (min-width: 1400px) {
  .target-content p {
    margin-block: 28px;
    height: 92px;
  }
}
@media (max-width: 1399px) and (min-width: 768px) {
  .target-content p {
    margin-block: 21px;
  }
}
@media (max-width: 767px) and (min-width: 529px) {
  .target-content p {
    margin: 0;
  }
}
@media (max-width: 528px) {
  .target-content p {
    margin: 0 0 12px;
  }
}
.target-content .common-box {
  border-top: 1px solid var(--chart-dashed-border);
  padding-top: 16px;
}
.target-content .common-box ul {
  justify-content: space-between;
}
@media (max-width: 1486px) {
  .target-content .common-box ul {
    justify-content: center;
  }
}
.target-content .common-box ul li h6 {
  margin-bottom: 4px;
}
@media (max-width: 1559px) {
  .target-content .common-box ul li h6 {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .target-content .common-box ul li h6 {
    text-align: center;
  }
}
.target-content .common-box ul li .badge {
  border-radius: 83px;
  padding: 6px 12px;
}
.target-content .common-box ul li .badge svg {
  width: 14px;
  height: 14px;
  padding-top: 0;
  font-size: 12px;
}
@media (max-width: 1486px) {
  .target-content .common-box ul li:last-child {
    display: none;
  }
}

.activity-log .basic-timeline ul.common-flex li {
  padding-bottom: 0;
}
.activity-log .basic-timeline ul.common-flex::before {
  content: unset;
}
@media (max-width: 1247px) {
  .activity-log .basic-timeline ul li {
    padding-bottom: 8px;
  }
}
@media (max-width: 1399px) and (min-width: 1248px) {
  .activity-log .basic-timeline ul li {
    padding-bottom: 12px;
  }
}
@media (max-width: 1199px) {
  .activity-log .basic-timeline ul li {
    padding-bottom: 8px;
  }
}
.activity-log .basic-timeline ul li .date-content {
  color: #52526c;
}
.activity-log .basic-timeline ul li > div[class*=timeline-dot-] {
  bottom: -7px;
}
.activity-log .basic-timeline ul li img {
  height: 50px;
  border-radius: 10px;
}
@media (max-width: 1344px) {
  .activity-log .basic-timeline ul li img {
    height: 40px;
  }
}
@media (max-width: 1589px) {
  .activity-log .basic-timeline ul li p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 300px;
  }
}
@media (max-width: 1384px) and (min-width: 1205px) {
  .activity-log .basic-timeline ul li p {
    max-width: 225px;
  }
}
@media (max-width: 1204px) and (min-width: 1200px) {
  .activity-log .basic-timeline ul li p {
    max-width: 195px;
  }
}
@media (max-width: 1199px) and (min-width: 897px) {
  .activity-log .basic-timeline ul li p {
    max-width: 280px;
  }
}
@media (max-width: 896px) and (min-width: 768px) {
  .activity-log .basic-timeline ul li p {
    max-width: 210px;
  }
}
@media (max-width: 767px) and (min-width: 550px) {
  .activity-log .basic-timeline ul li p {
    max-width: 100%;
  }
}
@media (max-width: 460px) and (min-width: 396px) {
  .activity-log .basic-timeline ul li p {
    max-width: 234px;
  }
}
@media (max-width: 395px) {
  .activity-log .basic-timeline ul li p {
    max-width: 148px;
  }
}

.sales-report {
  position: relative;
}
.sales-report .balance-data {
  top: 20px;
  right: 60px;
}
@media (max-width: 1460px) and (min-width: 1400px) {
  .sales-report .balance-data {
    display: none;
  }
}
@media (max-width: 1250px) and (min-width: 992px) {
  .sales-report .balance-data {
    display: none;
  }
}
.sales-report .balance-data .circle {
  width: 9px;
  height: 9px;
}
@media (max-width: 991px) and (min-width: 404px) {
  .sales-report #sale_report {
    margin-bottom: -20px;
  }
}
@media (max-width: 403px) {
  .sales-report #sale_report {
    margin-bottom: -40px;
  }
}

.appointments-wrapper {
  position: relative;
}
.appointments-wrapper li > span {
  padding: 0;
  margin: 0;
  margin-right: 12px;
  min-width: 45px;
}
.appointments-wrapper li .main-box {
  margin-left: 20px;
  width: 100%;
  padding: 12px 16px;
  margin-bottom: 14px;
  background-color: var(--light2);
}
@media (max-width: 1869px) {
  .appointments-wrapper li .main-box span:nth-child(2) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 310px;
  }
}
@media (max-width: 1785px) and (min-width: 1646px) {
  .appointments-wrapper li .main-box span:nth-child(2) {
    max-width: 255px;
  }
}
@media (max-width: 1645px) and (min-width: 1500px) {
  .appointments-wrapper li .main-box span:nth-child(2) {
    max-width: 212px;
  }
}
@media (max-width: 1499px) and (min-width: 1449px) {
  .appointments-wrapper li .main-box span:nth-child(2) {
    max-width: 190px;
  }
}
@media (max-width: 1448px) and (min-width: 1400px) {
  .appointments-wrapper li .main-box span:nth-child(2) {
    max-width: 162px;
  }
}
@media (max-width: 1299px) and (min-width: 992px) {
  .appointments-wrapper li .main-box span:nth-child(2) {
    max-width: 245px;
  }
}
@media (max-width: 510px) {
  .appointments-wrapper li .main-box span:nth-child(2) {
    white-space: unset;
  }
}
@media (max-width: 991px) {
  .appointments-wrapper li .main-box span {
    display: block;
  }
}
.appointments-wrapper li::before {
  position: absolute;
  content: "";
  border: 1px solid var(--chart-progress-light);
  opacity: 0.3;
  top: 0;
  left: 61px;
  height: 100%;
  z-index: 1;
}
.appointments-wrapper li > [class*=bg-lighter-] {
  min-width: 10px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  position: relative;
  z-index: 2;
}
.appointments-wrapper li:last-child .main-box {
  margin-bottom: 0;
}

@media (max-width: 454px) {
  .recent-order-table.currency-table.recent-table .dt-layout-row .dt-search {
    display: none;
  }
}
.recent-order-table.currency-table.recent-table .change-currency svg {
  width: 16px;
  height: 16px;
  vertical-align: sub;
}
.recent-order-table.currency-table.recent-table .currency-icon {
  width: 43px;
  height: 43px;
  border-radius: 50%;
}
.recent-order-table.currency-table.recent-table .currency-icon img {
  height: 28px;
}
@media (max-width: 1499px) and (min-width: 1200px) {
  .recent-order-table.currency-table.recent-table .currency-icon {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 1199px) {
  .recent-order-table.currency-table.recent-table .currency-icon {
    width: 40px;
    height: 40px;
  }
  .recent-order-table.currency-table.recent-table .currency-icon img {
    height: 20px;
  }
}
.recent-order-table.currency-table.recent-table table thead tr th,
.recent-order-table.currency-table.recent-table table thead tr td,
.recent-order-table.currency-table.recent-table table tbody tr th,
.recent-order-table.currency-table.recent-table table tbody tr td {
  min-width: auto;
}
.recent-order-table.currency-table.recent-table table thead tr th:first-child,
.recent-order-table.currency-table.recent-table table thead tr td:first-child,
.recent-order-table.currency-table.recent-table table tbody tr th:first-child,
.recent-order-table.currency-table.recent-table table tbody tr td:first-child {
  padding-left: 20px;
}
.recent-order-table.currency-table.recent-table table thead tr th:last-child,
.recent-order-table.currency-table.recent-table table thead tr td:last-child,
.recent-order-table.currency-table.recent-table table tbody tr th:last-child,
.recent-order-table.currency-table.recent-table table tbody tr td:last-child {
  padding-right: 20px;
}
@media (max-width: 1660px) and (min-width: 1200px) {
  .recent-order-table.currency-table.recent-table table thead tr th:last-child,
  .recent-order-table.currency-table.recent-table table thead tr td:last-child,
  .recent-order-table.currency-table.recent-table table tbody tr th:last-child,
  .recent-order-table.currency-table.recent-table table tbody tr td:last-child {
    display: none;
  }
}
@media (max-width: 1660px) {
  .recent-order-table.currency-table.recent-table table thead tr th:nth-child(6),
  .recent-order-table.currency-table.recent-table table thead tr td:nth-child(6),
  .recent-order-table.currency-table.recent-table table tbody tr th:nth-child(6),
  .recent-order-table.currency-table.recent-table table tbody tr td:nth-child(6) {
    padding-right: 20px;
  }
}
@media (max-width: 1475px) {
  .recent-order-table.currency-table.recent-table table thead tr th:nth-child(3),
  .recent-order-table.currency-table.recent-table table thead tr td:nth-child(3),
  .recent-order-table.currency-table.recent-table table tbody tr th:nth-child(3),
  .recent-order-table.currency-table.recent-table table tbody tr td:nth-child(3) {
    min-width: 80px;
  }
}
@media (max-width: 1696px) and (min-width: 1200px) {
  .recent-order-table.currency-table.recent-table table thead tr th:nth-child(4),
  .recent-order-table.currency-table.recent-table table thead tr td:nth-child(4),
  .recent-order-table.currency-table.recent-table table tbody tr th:nth-child(4),
  .recent-order-table.currency-table.recent-table table tbody tr td:nth-child(4) {
    display: none;
  }
}
@media (max-width: 1199px) {
  .recent-order-table.currency-table.recent-table table thead tr th:nth-child(2),
  .recent-order-table.currency-table.recent-table table thead tr td:nth-child(2),
  .recent-order-table.currency-table.recent-table table tbody tr th:nth-child(2),
  .recent-order-table.currency-table.recent-table table tbody tr td:nth-child(2) {
    min-width: 133px;
  }
  .recent-order-table.currency-table.recent-table table thead tr th:nth-child(3),
  .recent-order-table.currency-table.recent-table table thead tr td:nth-child(3),
  .recent-order-table.currency-table.recent-table table tbody tr th:nth-child(3),
  .recent-order-table.currency-table.recent-table table tbody tr td:nth-child(3) {
    min-width: 121px;
  }
  .recent-order-table.currency-table.recent-table table thead tr th:nth-child(5),
  .recent-order-table.currency-table.recent-table table thead tr td:nth-child(5),
  .recent-order-table.currency-table.recent-table table tbody tr th:nth-child(5),
  .recent-order-table.currency-table.recent-table table tbody tr td:nth-child(5) {
    min-width: 80px;
  }
  .recent-order-table.currency-table.recent-table table thead tr th:nth-child(4),
  .recent-order-table.currency-table.recent-table table thead tr td:nth-child(4),
  .recent-order-table.currency-table.recent-table table tbody tr th:nth-child(4),
  .recent-order-table.currency-table.recent-table table tbody tr td:nth-child(4) {
    min-width: 42px;
  }
  .recent-order-table.currency-table.recent-table table thead tr th:nth-child(6),
  .recent-order-table.currency-table.recent-table table thead tr td:nth-child(6),
  .recent-order-table.currency-table.recent-table table tbody tr th:nth-child(6),
  .recent-order-table.currency-table.recent-table table tbody tr td:nth-child(6) {
    min-width: 92px;
  }
}
.recent-order-table.currency-table.recent-table table tbody tr td .btn {
  min-width: 135px;
}
.recent-order-table.currency-table.recent-table table tbody tr td .currency-icon img {
  transition: 0.5s;
}
.recent-order-table.currency-table.recent-table table tbody tr:hover td div .currency-icon img {
  transition: 0.5s;
  transform: scale(1.1);
}
.recent-order-table.currency-table.recent-table table tbody tr:hover td div h6 {
  color: var(--body-font-color);
}
.recent-order-table.currency-table.recent-table table tbody tr:hover td div a {
  color: var(--theme-default);
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .ord-xl-1 {
    order: 1;
  }
  .ord-xl-2 {
    order: 2;
  }
  .ord-xl-3 {
    order: 3;
  }
  .ord-xl-4 {
    order: 4;
  }
  .ord-xl-5 {
    order: 5;
  }
  .ord-xl-6 {
    order: 6;
  }
  .ord-xl-7 {
    order: 7;
  }
  .ord-xl-8 {
    order: 8;
  }
  .ord-xl-9 {
    order: 9;
  }
  .ord-xl-10 {
    order: 10;
  }
}
@media (max-width: 991px) {
  .ord-md-1 {
    order: 1;
  }
  .ord-md-2 {
    order: 2;
  }
  .ord-md-3 {
    order: 3;
  }
  .ord-md-4 {
    order: 4;
  }
  .ord-md-5 {
    order: 5;
  }
  .ord-md-6 {
    order: 6;
  }
  .ord-md-7 {
    order: 7;
  }
  .ord-md-8 {
    order: 8;
  }
}
.page-wrapper.horizontal-wrapper.material-type .default-dashboard .appointments-wrapper li .main-box span:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 310px;
}
@media (min-width: 1400px) {
  .page-wrapper.horizontal-wrapper.material-type .default-dashboard .visitor-chart .common-flex p {
    display: none;
  }
}

/**=====================
  3.20 Dashboard_default CSS Ends
==========================**/
/**=====================
  3.21 Divider CSS start
==========================**/
.main-divider .divider-body {
  gap: calc(14px + 16 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.main-divider .divider-body:last-child {
  margin-bottom: 0;
}
.main-divider .divider-body::before, .main-divider .divider-body::after {
  flex-grow: 1;
}
.main-divider .divider-body div[class*=divider-p-] {
  padding: 8px;
}
.main-divider .divider-body .divider-circle {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.main-divider .divider-body .divider-circle i {
  font-size: 16px;
}
.main-divider .divider-body-1::before, .main-divider .divider-body-1::after {
  content: "";
  border: 1px solid;
}
.main-divider .divider-body-2::before, .main-divider .divider-body-2::after {
  content: "";
  border: 1px dashed;
}
.main-divider .divider-body-3::before, .main-divider .divider-body-3::after {
  content: "";
  border: 2px dotted;
}
.main-divider .divider-body-4::before, .main-divider .divider-body-4::after {
  content: "";
  border: 4px double;
}
.main-divider .divider-body-3::after, .main-divider .divider-body-3::before {
  flex-grow: unset;
  width: 100%;
}
.main-divider.horizontal-variation .divider {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.main-divider.horizontal-variation .divider:last-child {
  margin-bottom: 0;
}
.main-divider.horizontal-variation .divider:before, .main-divider.horizontal-variation .divider:after {
  content: "";
  flex: 1;
}
.main-divider.horizontal-variation .divider.linear-line::before {
  margin: 0 24px 0 0;
  height: 1px;
}
[dir=rtl] .main-divider.horizontal-variation .divider.linear-line::before {
  margin: 0 0 0 24px;
}
.main-divider.horizontal-variation .divider.linear-line::after {
  margin: 0 0 0 24px;
  height: 1px;
}
[dir=rtl] .main-divider.horizontal-variation .divider.linear-line::after {
  margin: 0 24px 0 0;
}
.main-divider.horizontal-variation .divider.double-line:before, .main-divider.horizontal-variation .divider.double-line:after {
  height: 3px;
  border-width: 0;
}
.main-divider.horizontal-variation .divider.double-line-1::before, .main-divider.horizontal-variation .divider.double-line-1::after {
  box-shadow: 0 -0.6px 0 var(--theme-default), 0 0.6px 0 var(--theme-default);
}
.main-divider.horizontal-variation .divider.double-line-2::before, .main-divider.horizontal-variation .divider.double-line-2::after {
  box-shadow: 0 -1.6px 0 #838383, 0 1.6px 0 #838383;
}
.main-divider.horizontal-variation .divider.double-line-3::before, .main-divider.horizontal-variation .divider.double-line-3::after {
  box-shadow: 0 -2.6px 0 #65c15c, 0 2.6px 0 #65c15c;
}
.main-divider.horizontal-variation .divider.double-line-4::before, .main-divider.horizontal-variation .divider.double-line-4::after {
  box-shadow: 0 -3.6px 0 #ffb829, 0 3.6px 0 #ffb829;
}
.main-divider.horizontal-variation .divider.double-line-5::before, .main-divider.horizontal-variation .divider.double-line-5::after {
  box-shadow: 0 -3.6px 0 #fc564a, 0 3.6px 0 #fc564a;
}
.main-divider.horizontal-variation .divider.double-line-6::before, .main-divider.horizontal-variation .divider.double-line-6::after {
  box-shadow: 0 -3.6px 0 #40b8f5, 0 3.6px 0 #40b8f5;
}
.main-divider .vertical-divider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.main-divider .vertical-divider .vertical-line {
  min-height: 80px;
  border-left: 2px dashed;
}
[dir=rtl] .main-divider .vertical-divider .vertical-line {
  border-left: unset;
  border-right: 2px dashed;
}
.main-divider .vertical-divider p {
  padding: 8px;
}
@media (max-width: 1570px) {
  .main-divider .vertical-divider p {
    padding: 8px 4px;
  }
}
@media (max-width: 1464px) {
  .main-divider .vertical-divider p {
    font-size: 13px;
  }
}
.main-divider .vertical-divider svg {
  width: 22px;
  height: 42px;
}
.main-divider .dotted-divider .vertical-divider .vertical-line {
  border-left: 2px dotted;
}
[dir=rtl] .main-divider .dotted-divider .vertical-divider .vertical-line {
  border-left: unset;
  border-right: 2px dotted;
}
.main-divider .double-divider .vertical-divider .vertical-line {
  border-style: double;
  border-width: 3px;
}

.animated-divider {
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  padding: 12px 0;
}
.animated-divider:after, .animated-divider:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 50%;
  left: 0;
}
[dir=rtl] .animated-divider:after, [dir=rtl] .animated-divider:before {
  left: unset;
  right: 0;
}
.animated-divider:after {
  transition: opacity 0.3s ease, animation 0.3s ease;
  background: linear-gradient(to right, #65c15c 5%, #ffb829 15%, #ffb829 25%, #fc564a 35%, #fc564a 45%, #108be9 55%, #108be9 65%, #40b8f5 75%, #40b8f5 85%, #65c15c 95%);
  background-size: 200%;
  background-position: 0%;
  animation: linear-line 15s linear infinite;
  animation-duration: 2s;
}
.animated-divider:hover:before {
  animation-duration: 20s;
}
.animated-divider.animated-line:before {
  background: linear-gradient(90deg, #fff 0%, #fff 5%, transparent 5%, transparent 10%, #fff 10%, #fff 15%, transparent 15%, transparent 20%, #fff 20%, #fff 25%, transparent 25%, transparent 30%, #fff 30%, #fff 35%, transparent 35%, transparent 40%, #fff 40%, #fff 45%, transparent 45%, transparent 50%, #fff 50%, #fff 55%, transparent 55%, transparent 60%, #fff 60%, #fff 65%, transparent 65%, transparent 70%, #fff 70%, #fff 75%, transparent 75%, transparent 80%, #fff 80%, #fff 85%, transparent 85%, transparent 90%, #fff 90%, #fff 95%, transparent 95%, transparent 100%);
  background-size: 150px;
  background-position: center;
  z-index: 1;
  animation: linear-line 16s linear infinite;
}

@keyframes linear-line {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 200%;
  }
}
.divider-h-line {
  height: 1px;
  margin-block: 22px;
}
.divider-h-line:first-child {
  margin-top: 0;
}
.divider-h-line:last-child {
  margin-bottom: 0;
}

.vr {
  height: 160px;
  margin-inline: 18px;
  opacity: 1;
}
@media (max-width: 575px) {
  .vr {
    margin-inline-start: 15px;
  }
}

@media (max-width: 1399px) {
  .linear-divider p {
    display: -webkit-box;
    max-width: 100%;
    height: 100px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/**=====================
  3.21 Divider CSS end
==========================**/
/**=====================
    3.22 Flash_icons CSS Start
==========================**/
@media (max-width: 331px) {
  .main-animate .common-flex {
    justify-content: center;
  }
}
.main-animate a {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--light-bg);
  overflow: hidden;
}
.main-animate svg {
  width: 22px;
  height: 22px;
  stroke: var(--chart-text-color);
}
.main-animate i {
  color: var(--chart-text-color);
  border-radius: 50%;
  font-size: 16px;
}

.pulse-wrapper a {
  border-radius: 50%;
}
.pulse-wrapper svg {
  animation: pulse-animate 1s infinite ease;
  border-radius: 50%;
}
.pulse-wrapper i {
  animation: pulse-animate 1s infinite ease;
}
@keyframes pulse-animate {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

.heartbeat-wrapper a {
  border-radius: 50%;
}
.heartbeat-wrapper svg {
  animation: heartbeat-rate 1s infinite ease;
  border-radius: 50%;
  stroke: #fc564a;
}
.heartbeat-wrapper i {
  color: #fc564a;
  animation: heartbeat-rate 1s infinite ease;
}

.border-pulse-wrapper a {
  border: 4px double var(--recent-dashed-border);
  border-radius: unset;
}
.border-pulse-wrapper a svg,
.border-pulse-wrapper a i {
  border-radius: 1%;
}

.pulse-rhombus a {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.pulse-rhombus svg,
.pulse-rhombus i {
  border-radius: 0;
}

.pulse-rabbet a {
  clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
}

@keyframes heartbeat-rate {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  15% {
    transform: scale(0.8);
  }
  20% {
    transform: scale(0.85);
    opacity: 1;
  }
  35% {
    transform: scale(1.3);
    opacity: 0.6;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
/**=====================
    3.22 Flash_icons CSS End
==========================**/
/**=====================
  3.23 E-commerce CSS Start
==========================**/
/**====== Product Start ======**/
.toggle-data {
  cursor: pointer;
}

.filter-block ul {
  list-style-type: circle;
}
.filter-block ul li {
  padding-top: 8px;
  margin-left: 20px;
  color: rgba(82, 82, 108, 0.8);
}
.filter-block ul li:first-child {
  padding-top: 8px;
}
.filter-block ul li:last-child {
  padding-bottom: 0;
}
[dir=rtl] .filter-block ul li {
  margin-left: unset;
  margin-right: 20px;
}
.filter-block ul li::marker {
  font-size: 20px;
}
@media (max-width: 1500px) and (min-width: 576px) {
  .filter-block ul li {
    padding-top: 10px;
  }
}
@media (max-width: 575px) {
  .filter-block ul li {
    padding-top: 3px;
  }
}

.collection-filter-block svg {
  width: 50px;
  height: 25px;
  stroke: var(--theme-default);
  fill: #e8e5ff;
  margin-right: 14px;
}
.collection-filter-block h6 {
  margin-bottom: 0;
  font-size: 16px;
  color: #52526c;
  font-weight: 400;
}
.collection-filter-block p {
  font-size: 13px;
}
.collection-filter-block li + li {
  margin-top: 16px;
}
.collection-filter-block ul.pro-services li {
  border-bottom: 1px dashed var(--chart-dashed-border);
  padding-bottom: 16px;
}
.collection-filter-block ul.pro-services li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.collection-filter-block ul.pro-services li svg {
  width: auto;
}
.collection-filter-block ul.pro-services li span {
  color: rgba(82, 82, 108, 0.6);
}

.qty-box .btn {
  background-color: transparent !important;
  border-color: #e9edf1 !important;
  padding: 8px 12px;
}
.qty-box .btn i {
  color: #898989;
}
.qty-box .btn svg {
  width: 14px !important;
  stroke: #3f475a;
}
.qty-box span {
  padding: 0 4px;
}
.qty-box .input-group {
  background-color: rgba(63, 71, 90, 0.1);
}
.qty-box input {
  background-color: rgba(63, 71, 90, 0.1);
  color: #3f475a;
  max-width: 44px;
  padding: 0;
  text-align: center;
  border: none;
  max-height: 37px;
}

.product-social li a {
  font-size: 15px;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 2.3;
  transition: all 0.3s ease;
  border: 1px solid #108be9;
  color: #108be9;
}
.product-social li a:hover {
  background-color: var(--theme-default);
  color: #fff;
  transition: all 0.3s ease;
}
.product-social li:nth-child(n+2) {
  margin-left: 10px;
}
[dir=rtl] .product-social li:nth-child(n+2) {
  margin-left: unset;
  margin-right: 10px;
}

.product-sidebar .filter-section .card .card-header {
  padding: 16px 30px;
  border-radius: 5px;
}
.product-sidebar .filter-section .card .card-header h6 {
  position: relative;
}
.product-sidebar .filter-section .card .card-header h6 .pull-right i {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 14px;
  width: 100%;
  height: 10px;
  text-align: right;
  cursor: pointer;
}

.product-wrapper .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-sidebar .filter-section .card .left-filter .product-filter .irs-with-grid {
  margin-bottom: 15px;
}
.product-wrapper .product-grid .product-wrapper-grid {
  margin-left: 0;
  transition: 0.3s;
}
.product-wrapper .product-grid .product-wrapper-grid .product-box .modal-content .modal-header {
  border-bottom: 0;
}
.product-wrapper .product-grid .product-wrapper-grid .product-box ul {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 1400px) {
  .product-wrapper .product-grid .product-wrapper-grid .product-box .product-details > p {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    height: auto;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.product-wrapper .product-grid .product-wrapper-grid .product-box .product-details h4 {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-wrapper .product-grid .product-wrapper-grid .product-box .product-hover li .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.08);
  padding: 10px 12px;
  background-color: #fff;
  font-size: 18px;
  border-radius: 10px;
  height: calc(38px + 7 * (100vw - 320px) / 1600);
  width: calc(38px + 7 * (100vw - 320px) / 1600);
  cursor: pointer;
}
.product-wrapper .product-grid .product-wrapper-grid .product-box .product-hover li .btn:active {
  border-color: transparent;
}
.product-wrapper .product-grid .product-wrapper-grid .product-box .product-hover li .btn i {
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
}
.product-wrapper .product-grid .product-wrapper-grid .product-box .product-hover li:hover .btn, .product-wrapper .product-grid .product-wrapper-grid .product-box .product-hover li:active .btn {
  background-color: var(--theme-default);
  transition: all 0.3s ease;
}
.product-wrapper .product-grid .product-wrapper-grid .product-box .product-hover li:hover i, .product-wrapper .product-grid .product-wrapper-grid .product-box .product-hover li:active i {
  color: #fff;
  transition: all 0.3s ease;
}
.product-wrapper .product-grid .product-wrapper-grid .modal .modal-header .product-box {
  align-items: center;
}
.product-wrapper .product-grid .product-wrapper-grid .modal .modal-header .product-box .product-details {
  padding: 20px 0;
}
.product-wrapper .product-grid .product-wrapper-grid .modal .modal-header .product-box .product-details .product-size ul li {
  background-color: #e8e5ff;
  border-radius: 6px;
}
.product-wrapper .product-grid .product-wrapper-grid .modal .modal-header .product-box .product-details .product-size ul li .btn {
  width: 45px;
  height: 35px;
  color: var(--theme-default);
  font-weight: 500;
  padding: 0;
}
.product-wrapper .product-grid .product-wrapper-grid .modal .modal-header .product-box .product-details .product-size ul li:hover .btn {
  background-color: var(--theme-default);
  color: #fff;
}
.product-wrapper .product-grid .product-wrapper-grid .modal .modal-header .product-box .product-details .product-view h6 {
  margin-bottom: 6px;
}
.product-wrapper .product-grid .product-wrapper-grid .modal .modal-header .product-box .product-details .product-view p {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-wrapper.sidebaron .product-sidebar .filter-section .card .card-header {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.product-wrapper.sidebaron .product-sidebar .filter-section .card .left-filter {
  z-index: 3;
  opacity: 1;
  visibility: visible;
  position: absolute;
  width: 100%;
  background-color: #fff;
  top: 53px;
  height: auto;
  box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.d-none-productlist {
  display: none;
}
.d-none-productlist svg {
  vertical-align: middle;
  cursor: pointer;
  height: 16px;
}

.product-wrapper-grid.list-view .product-box {
  display: flex;
  align-items: center;
}
.product-wrapper-grid.list-view .product-box .product-img {
  width: 20%;
}
.product-wrapper-grid.list-view .product-box .product-details {
  text-align: left;
}
.product-wrapper-grid.list-view .product-box .modal .modal-content .product-img {
  width: 50%;
}

.slider-product {
  padding: 15px 0;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 15px;
}

.products-total {
  display: flex;
  align-items: center;
}

.grid-options {
  height: 33px;
  margin-left: 10px;
}
.grid-options ul li a {
  position: relative;
}
.grid-options ul li a .line-grid {
  position: absolute;
  width: 4px;
  height: 15px;
  top: 9px;
}
.grid-options ul li a .line-grid-1 {
  left: 12px;
}
.grid-options ul li a .line-grid-2 {
  left: 18px;
}
.grid-options ul li a .line-grid-3 {
  left: 36px;
}
.grid-options ul li a .line-grid-4 {
  left: 42px;
}
.grid-options ul li a .line-grid-5 {
  left: 48px;
}
.grid-options ul li a .line-grid-6 {
  left: 66px;
}
.grid-options ul li a .line-grid-7 {
  left: 72px;
}
.grid-options ul li a .line-grid-8 {
  left: 78px;
}
.grid-options ul li a .line-grid-9 {
  left: 84px;
}
.grid-options ul li a .line-grid-10 {
  left: 103px;
}
.grid-options ul li a .line-grid-11 {
  left: 109px;
}
.grid-options ul li a .line-grid-12 {
  left: 115px;
}
.grid-options ul li a .line-grid-13 {
  left: 121px;
}
.grid-options ul li a .line-grid-14 {
  left: 127px;
}
.grid-options ul li a .line-grid-15 {
  left: 133px;
}

.square-product-setting {
  height: 36px;
  vertical-align: middle;
}
.square-product-setting a {
  color: #404040;
}
.square-product-setting .icon-grid {
  padding: 7px;
  background-color: #fff;
  display: flex;
  align-items: center;
  margin: 0 10px;
}
.square-product-setting .icon-grid svg {
  width: 20px;
  height: 20px;
}

.product-filter .banner-product {
  margin-top: 15px;
}
.product-filter:last-child .checkbox-animated {
  margin-bottom: 0;
}
.product-filter .checkbox-animated .form-check {
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
}
.product-filter .checkbox-animated .form-check:last-child {
  margin-bottom: 0;
}
.product-filter .checkbox-animated .form-check .form-check-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.product-filter .checkbox-animated .form-check .form-check-label .name {
  font-size: 16px;
}
.product-filter .checkbox-animated .form-check .form-check-label .number {
  color: rgba(82, 82, 108, 0.8);
}
.product-filter.product-range .irs--square .irs-handle {
  border: 3px solid #108be9;
}
.product-filter.product-range .irs--square .irs-from,
.product-filter.product-range .irs--square .irs-to,
.product-filter.product-range .irs--square .irs-bar {
  background-color: #108be9;
}
.product-filter h6 {
  margin-bottom: 15px;
}
.product-filter .color-selector {
  line-height: 0.9;
}
.product-filter .color-selector ul li {
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #52526c;
  border-radius: 100%;
  cursor: pointer;
  position: relative;
}
.product-filter .color-selector ul li.active::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  font-weight: 600;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--theme-default);
}
.product-filter .color-selector ul li.white {
  background-color: #fff;
}
.product-filter .color-selector ul li.black {
  background-color: #000;
}
.product-filter .color-selector ul li.orange {
  background-color: #ffa666;
}
.product-filter .color-selector ul li.green {
  background-color: #76bc6c;
}
.product-filter .color-selector ul li.pink {
  background-color: #ff7a91;
}
.product-filter .color-selector ul li.yellow {
  background-color: #edf575;
}
.product-filter .color-selector ul li.blue {
  background-color: #76bdf4;
}
.product-filter .color-selector ul li.red {
  background-color: #ff5c77;
}

.dropdown-product {
  margin-bottom: 10px;
  box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
}

.feature-products form .form-group {
  position: relative;
}
.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;
}
.feature-products form .form-group i {
  position: absolute;
  top: 18px;
  right: 30px;
  color: #898989;
}

.product-box {
  border-radius: 10px;
  overflow: hidden;
}
.product-box .product-details {
  padding: 15px 25px;
}
.product-box .product-details > a {
  color: #404040;
}
.product-box .product-details p {
  margin-bottom: 0;
  opacity: 0.8;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-box .product-details h4 {
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 20px;
  font-family: roboto;
}
.product-box .product-details h6 {
  color: #404040;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.product-box .product-details span {
  color: #898989;
}
.product-box .product-details .rating i {
  font-size: 16px;
  letter-spacing: 3px;
  color: #ffb829;
}
.product-box .modal .modal-header .product-box .product-details {
  padding: 25px 0;
}
.product-box .modal .modal-header .product-box .product-details > a {
  margin-block: 5px 0;
  font-size: 20px;
  font-family: Roboto;
  font-weight: 600;
}
.product-box .modal .modal-header .product-box .product-details h6 {
  text-transform: capitalize;
}
.product-box .modal .modal-header .product-box .product-details .product-price {
  font-size: 22px;
  margin-bottom: 10px;
}
.product-box .modal .modal-header .product-box .product-details .product-view {
  padding: 20px 0;
  border-top: 1px dashed var(--recent-dashed-border);
  border-bottom: 1px dashed var(--recent-dashed-border);
}
.product-box .modal .modal-header .product-box .product-details .product-size {
  margin: 20px 0;
}
.product-box .modal .modal-header .product-box .product-details .product-size ul li {
  display: inline-block;
}
.product-box .modal .modal-header .product-box .product-details .product-qnty fieldset {
  margin-bottom: 20px;
}
.product-box .modal .modal-header .product-box .product-details .product-qnty fieldset .input-group {
  width: 35%;
}
.product-box .modal .modal-header .product-box .product-details .product-qnty fieldset .input-group .btn {
  padding: 5px 12px;
}
.product-box .modal .modal-header .product-box .product-details .product-qnty fieldset .input-group .btn-primary {
  background-color: #59667a !important;
  border: 1px solid #59667a !important;
}
.product-box .modal .modal-header .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.product-box .product-img {
  position: relative;
}
.product-box .product-img .product-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: 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:not(.product-wrapper-grid .product-box .product-hover li) {
  display: inline-block;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.08);
  padding: 10px 13px;
  background-color: #fff;
  font-size: 18px;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  margin: 0 3px;
  cursor: pointer;
}
.product-box .product-img .product-hover ul i {
  font-size: 18px;
  color: #898989;
}
.product-box .product-img .product-hover ul .btn {
  padding: 0;
}
.product-box:hover .product-hover {
  opacity: 1;
  border-radius: 0%;
  transform: scale(1);
  transition: all 0.3s ease;
}

.product-page-main {
  padding: 20px;
}
.product-page-main .nav.nav-tabs .nav-item .nav-link {
  border-bottom: 2px solid transparent;
}
.product-page-main .nav.nav-tabs .nav-item .nav-link.active,
.product-page-main .nav.nav-tabs .nav-item .nav-link :focus {
  border-bottom: 2px solid var(--theme-default);
}
@media (max-width: 655px) and (min-width: 576px) {
  .product-page-main .nav.nav-tabs .nav-item .nav-link {
    padding: 0 12px 10px 12px;
  }
}
@media (max-width: 575px) {
  .product-page-main .touchspin-wrapper .btn-touchspin {
    width: 24px;
    height: 24px;
  }
  .product-page-main .touchspin-wrapper .btn-touchspin i {
    display: grid;
    place-items: center;
  }
  .product-page-main .touchspin-wrapper input[type=number] {
    width: 60px;
    height: 23px;
  }
}
.product-page-main .main-star-rating {
  gap: 6px;
}
.product-page-main .main-star-rating .common-flex {
  gap: 6px;
}
.product-page-main .main-star-rating .common-flex i {
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
}
.product-page-main .card-body hr {
  border-top: 1.5px solid var(--recent-dashed-border);
}
.product-page-main .tab-content {
  margin-top: 20px;
}
.product-page-main .tab-content .info-part {
  padding-bottom: 20px;
}
.product-page-main .tab-content .info-part h6 {
  font-weight: 500;
  margin-bottom: 8px;
}
.product-page-main .tab-content .info-part p {
  margin-bottom: 0;
}
.product-page-main .tab-content .info-part:last-child {
  padding-bottom: 0;
}
.product-page-main .owl-item .item {
  border: 1px solid #f4f4f4;
  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 .owl-item .item img {
  border-radius: unset;
}
@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: auto;
    object-fit: cover;
  }
}
.product-page-main .product-slider figure.zoom {
  background-position: 50% 50%;
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
}
.product-page-main .product-slider figure.zoom img:hover {
  opacity: 0;
}
.product-page-main .product-slider figure.zoom img {
  transition: opacity 0.5s;
  display: block;
  width: 100%;
}
.product-page-main .product-color {
  margin-top: 10px;
}

.product-page-details h4 {
  color: #404040;
  text-transform: uppercase;
  font-size: 18px;
}
.product-page-details span {
  padding-left: 15px;
}

.br-theme-fontawesome-stars .br-widget a,
.br-theme-fontawesome-stars .br-widget a.br-selected:after,
.br-theme-fontawesome-stars .br-widget a.br-active:after {
  color: #ffb829 !important;
  font: normal normal normal 14px/1 FontAwesome;
}

.product-price {
  font-size: 18px;
  font-weight: 500;
  margin-top: 5px;
  color: var(--theme-default);
}
.product-price del {
  color: rgba(63, 71, 90, 0.4);
  padding-left: 4px;
  font-size: 80%;
  vertical-align: text-bottom;
}

.product-color li {
  display: inline-block;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  margin: 0 2px;
}

.product-page-main p {
  font-size: 15px;
}
.product-page-main .nav-link {
  text-transform: uppercase;
  font-weight: 500;
}

.product-rate .form-check .common-flex {
  gap: 4px;
}
.product-rate .form-check .common-flex i {
  color: #52526c;
}
.product-rate .form-check .common-flex i.fill {
  color: #ffb829;
}

/**====== Product  Ends ======**/
.payment-opt li {
  display: inline-block;
}
.payment-opt li img {
  height: 20px;
  margin: 15px 15px 0 0;
}

@media screen and (max-width: 1660px) and (min-width: 1200px) {
  .owl-carousel .owl-item img {
    max-width: 420px;
    margin: 0 auto;
  }
}
.vanilla-zoom {
  display: block;
}

.product-page-main .vanilla-zoom > .product-slider .item {
  background-color: transparent;
}
.product-page-main .vanilla-zoom > .product-slider .item img {
  opacity: 0;
}

/**=====================
  3.23 E-commerce CSS End
==========================**/
/**=====================
  3.24 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(16, 139, 233, 0.08);
  color: #108be9;
  border-radius: 10px;
  padding: 5px 10px;
  width: 100px;
  text-align: left;
}
[dir=rtl] .email-wrap .dropdown .dropdown-toggle {
  text-align: right;
}
.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;
}
[dir=rtl] .email-wrap .dropdown .dropdown-toggle:after {
  right: unset;
  left: 10px;
}
.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 solid #f5f5f5;
  background: #fff;
  line-height: 19px;
}
.email-wrap .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #fff;
}
.email-wrap .email-app-sidebar .d-flex img {
  border: 2px solid #e9edf1;
}
.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: #000;
}
.email-wrap .email-app-sidebar .main-menu > li a:hover {
  background-color: var(--light2);
  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(--body-font-color);
}
.email-wrap .email-app-sidebar ul li a > .badge {
  align-self: center;
  color: #898989;
}
.email-wrap .email-left-aside {
  float: left;
  width: 100%;
}
.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;
  }
  [dir=rtl] .email-wrap .email-right-aside .email-body .pr-0 {
    padding-right: 12px;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .email-wrap .email-right-aside .email-body .pl-0 {
    padding-left: 0;
  }
  [dir=rtl] .email-wrap .email-right-aside .email-body .pl-0 {
    padding-left: 12px;
    padding-right: 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: #fefefe;
}
.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: #898989;
}
.email-wrap .flex-grow-1 {
  margin-top: 5px;
}
.email-wrap .flex-grow-1 h6 {
  margin-bottom: 2px;
  color: #242934;
  margin-top: 3px;
}
.email-wrap .flex-grow-1 h6 small {
  font-size: 12px;
}
.email-wrap .flex-grow-1 h6 small span {
  color: #777777;
}
.email-wrap .flex-grow-1 p {
  color: #75758a;
  font-size: 14px;
}
.email-wrap .email-top {
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 49px;
}
.email-wrap .email-top i {
  cursor: pointer;
}
.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 {
  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 {
  margin-bottom: 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 solid #e9edf1;
}
.email-wrap .email-body .email-compose .email-top h4 {
  padding: 11px 0;
}

/**=====================
  3.24 Email-application CSS Ends
==========================**/
/**=====================
    3.25 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:nth-child(6) {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid var(--recent-dashed-border);
}
.email-main-wrapper .email-app-sidebar .nav-pills .nav-item ul li a {
  color: var(--chart-text-color);
  gap: 12px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding: 3px 12px;
}
.email-main-wrapper .email-app-sidebar .nav-pills .nav-item ul li a svg {
  width: 18px;
  height: 18px;
  stroke: rgba(117, 117, 138, 0.8);
}
.email-main-wrapper .email-app-sidebar .nav-pills .nav-link {
  color: var(--chart-text-color);
  gap: 12px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding: 8px 12px;
}
.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: var(--light-shade-primary);
  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: #52526c;
}
.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;
}
[dir=rtl] .email-main-wrapper .email-app-sidebar .nav-pills .nav-link.active::after, [dir=rtl] .email-main-wrapper .email-app-sidebar .nav-pills .nav-link:active::after {
  right: unset;
  left: 0;
}
@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: rgba(117, 117, 138, 0.8);
}
.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: calc(14px + 1 * (100vw - 320px) / 1600);
  }
}
.email-main-wrapper .email-app-sidebar span {
  background-color: #e8e5ff;
  color: var(--theme-default);
  border-radius: 20px;
  padding: 6px 12px;
}
@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;
  }
}
.email-main-wrapper .email-app-sidebar .email-category.nav-pills .nav-item:last-child i {
  margin-right: 0;
}
@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(82, 82, 108, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.email-body .mail-header-wrapper .mail-header .form-check {
  display: flex;
  align-items: center;
}
@media (max-width: 1468px) {
  .email-body .mail-header-wrapper .mail-header .form-check {
    padding: 0;
  }
}
@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;
  border-color: var(--chart-dashed-border);
}
@media (max-width: 1468px) {
  .email-body .mail-header-wrapper .mail-header .form-check .form-check-input {
    margin: 0;
  }
}
.email-body .mail-header-wrapper .mail-header .form-check .form-check-input:focus {
  box-shadow: unset;
  border: 1px solid var(--theme-default);
}
.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: 620px) {
  .email-body .mail-header-wrapper .mail-body {
    margin-left: auto;
  }
}
@media (max-width: 479px) {
  .email-body .mail-header-wrapper .mail-body {
    display: none;
  }
}
.email-body .mail-header-wrapper .mail-body .mail-search {
  position: relative;
}
@media (max-width: 1500px) and (min-width: 1469px) {
  .email-body .mail-header-wrapper .mail-body .mail-search {
    width: 55%;
  }
}
@media (max-width: 1468px) and (min-width: 1400px) {
  .email-body .mail-header-wrapper .mail-body .mail-search {
    width: 48%;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .email-body .mail-header-wrapper .mail-body .mail-search {
    display: none;
  }
}
@media (max-width: 767px) {
  .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 38px;
  color: #52526c;
}
.email-body .mail-header-wrapper .mail-body .mail-search .form-control:focus {
  box-shadow: unset;
  border: 1px solid var(--chart-dashed-border);
}
@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: 50%;
  left: 20px;
  color: var(--chart-text-color);
  transform: translate(-50%, -50%);
}
[dir=rtl] .email-body .mail-header-wrapper .mail-body .mail-search i {
  left: unset;
  right: 20px;
  transform: translate(50%, -50%);
}
.email-body .mail-header-wrapper .mail-body .light-square i {
  color: var(--body-font-color);
}
@media (max-width: 1468px) {
  .email-body .mail-header-wrapper {
    padding: 12px 16px;
  }
  .email-body .mail-header-wrapper .mail-header-option::before {
    bottom: -22px;
  }
}
@media (max-width: 767px) and (min-width: 621px) {
  .email-body .mail-header-wrapper .mail-header-option::before {
    bottom: -19px;
  }
}
@media (max-width: 620px) {
  .email-body .mail-header-wrapper {
    gap: 8px;
    flex-wrap: wrap-reverse;
  }
  .email-body .mail-header-wrapper .mail-header-option::before {
    bottom: -19px;
  }
}
@media (max-width: 620px) {
  .email-body .mail-header-wrapper .mail-header-option::before {
    bottom: -13px;
  }
}
@media (max-width: 479px) {
  .email-body .mail-header-wrapper .mail-header-option::before {
    bottom: -12px;
  }
}
.email-body .light-square {
  width: 40px;
  height: 39px;
  border-radius: 8px;
  background-color: var(--light-slate);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@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: #cccccc;
}
.email-body .light-square .dropdown-menu .dropdown-item i {
  padding-right: 12px;
}
[dir=rtl] .email-body .light-square .dropdown-menu .dropdown-item i {
  padding-right: 0;
  padding-left: 12px;
}
.email-body .mail-body-wrapper ul li {
  padding: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid var(--chart-dashed-border);
}
.email-body .mail-body-wrapper ul li:hover {
  background-color: var(--light-background);
}
.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;
}
@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: 767px) {
  .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;
  border-color: var(--chart-dashed-border);
}
.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 var(--chart-dashed-border);
  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: #e8e5ff;
  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: #dcf1da;
}
.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: 500;
  color: rgba(82, 82, 108, 0.7);
  letter-spacing: 0.4px;
  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 {
  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;
  justify-content: flex-end;
  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;
    margin-top: 8px;
  }
}
.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: rgba(63, 71, 90, 0.8);
}
.email-body .mail-body-wrapper ul li.page-item {
  padding: 0;
}
.email-body .mail-body-wrapper .hidden {
  display: none !important;
}

.compose-modal form .form-control {
  position: relative;
}
.compose-modal form .add-bcc {
  position: absolute;
  top: 2px;
  right: 16px;
}
[dir=rtl] .compose-modal form .add-bcc {
  right: unset;
  left: 16px;
}
.compose-modal form .add-bcc .btn {
  padding: 5px 8px;
  background-color: var(--light-shade-primary);
  color: var(--theme-default);
}
.compose-modal form .filepond--root {
  margin-bottom: 0;
  cursor: pointer;
}

.mail-header-wrapper.header-wrapper1 {
  flex-direction: unset;
}
@media (max-width: 440px) {
  .mail-header-wrapper.header-wrapper1 {
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
  }
}
.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: calc(16px + 4 * (100vw - 320px) / 1600);
  height: calc(16px + 4 * (100vw - 320px) / 1600);
  stroke: var(--body-font-color);
}
[dir=rtl] .mail-header-wrapper .mail-header1 .btn-email {
  transform: scaleX(-1);
}
.mail-header-wrapper .mail-body1 {
  display: flex;
  gap: 10px;
}
.mail-header-wrapper .mail-body1 svg {
  width: 20px;
  height: 20px;
  stroke: #52526c;
}
@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 var(--chart-dashed-border);
}
@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 var(--chart-dashed-border);
  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(--chart-text-color);
}
.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: 0 0 40px rgba(8, 21, 66, 0.05);
  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.onhover-show-div {
    left: -27px;
  }
  [dir=rtl] .mail-body-wrapper .user-mail-wrapper .user-title > div .onhover-dropdown.onhover-show-div {
    left: unset;
    right: -27px;
  }
}
@media (max-width: 445px) {
  .mail-body-wrapper .user-mail-wrapper .user-title > div .onhover-dropdown.onhover-show-div {
    left: -70px;
  }
  [dir=rtl] .mail-body-wrapper .user-mail-wrapper .user-title > div .onhover-dropdown.onhover-show-div {
    left: unset;
    right: -70px;
  }
}
@media (max-width: 395px) {
  .mail-body-wrapper .user-mail-wrapper .user-title > div .onhover-dropdown.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;
}
[dir=rtl] .mail-body-wrapper .user-mail-wrapper .user-title > div .onhover-dropdown:hover .onhover-show-div {
  left: unset;
  right: 0;
}
@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;
  }
  [dir=rtl] .mail-body-wrapper .user-mail-wrapper .user-title > div .onhover-dropdown:hover .onhover-show-div {
    left: unset;
    right: -27px;
  }
}
@media (max-width: 445px) {
  .mail-body-wrapper .user-mail-wrapper .user-title > div .onhover-dropdown:hover .onhover-show-div {
    left: -70px;
  }
  [dir=rtl] .mail-body-wrapper .user-mail-wrapper .user-title > div .onhover-dropdown:hover .onhover-show-div {
    left: unset;
    right: -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(--chart-text-color);
}
@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: #52526c;
}
.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 var(--chart-dashed-border);
}
.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 var(--chart-dashed-border);
}
.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(--chart-text-color);
}
@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 .attachment-file {
  align-items: center;
  gap: 30px;
  padding: 12px;
  background-color: var(--light-background);
}
.mail-body-wrapper .user-mail-wrapper .user-footer .attachment-file .common-flex img {
  height: 36px;
}
@media (max-width: 1780px) {
  .mail-body-wrapper .user-mail-wrapper .user-footer .attachment-file {
    gap: 8px;
  }
}
.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;
}
[dir=rtl] .mail-body-wrapper .user-mail-wrapper .send-btn i {
  margin-left: 0;
  margin-right: 8px;
}

.toolbar-box {
  display: block;
  padding: 0;
  border: 1px solid var(--chart-dashed-border);
  border-radius: 5px;
  border-color: var(--bs-border-color);
}
.toolbar-box .ql-toolbar.ql-snow {
  border: 0;
}
.toolbar-box .ql-container.ql-snow {
  border: 0;
  min-height: 100px;
}
.toolbar-box .ql-container.ql-snow .ql-tooltip {
  background-color: #efefef;
  border: 1px solid var(--chart-progress-light);
  box-shadow: unset;
  color: #52526c;
  left: 16px !important;
}
.toolbar-box .ql-container.ql-snow .ql-tooltip .ql-action {
  color: var(--theme-default);
}
[dir=rtl] .toolbar-box .ql-editor {
  text-align: right;
}
.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;
}
[dir=rtl] #editor .ql-editing,
[dir=rtl] #editor1 .ql-editing {
  left: 0;
  right: 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;
}
[dir=rtl] #editor .ql-tooltip,
[dir=rtl] #editor1 .ql-tooltip {
  left: 0;
  right: 35.9688px !important;
}
@media (max-width: 430px) {
  #editor .ql-tooltip,
  #editor1 .ql-tooltip {
    left: 2.9688px !important;
  }
  [dir=rtl] #editor .ql-tooltip,
  [dir=rtl] #editor1 .ql-tooltip {
    left: 0;
    right: 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(--chart-text-color);
  cursor: pointer;
}
.important-mail:active, .important-mail.active {
  fill: #ffb829;
  stroke: #ffb829;
}

.bookmark-box {
  stroke: var(--chart-text-color);
}
.bookmark-box:active, .bookmark-box.active {
  stroke: var(--theme-default);
}

.dropdown-subtitle > p {
  color: #52526c;
  font-weight: 500;
}

.mail-filters {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-left: 18px;
}
[dir=rtl] .mail-filters {
  margin-left: unset;
  margin-right: 18px;
}
@media (max-width: 479px) {
  .mail-filters {
    flex-direction: column;
    gap: 23px;
    align-items: flex-start;
  }
}
@media (max-width: 380px) {
  .mail-filters {
    margin-left: 0;
  }
  [dir=rtl] .mail-filters {
    margin-left: unset;
    margin-right: 0;
  }
}
.mail-filters svg {
  width: 22px;
  height: 22px;
  stroke: #52526c;
}
@media (max-width: 424px) {
  .mail-filters svg {
    display: none;
  }
}

.mail-header-option {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 0px 12px;
}
.mail-header-option:hover {
  cursor: pointer;
}
.mail-header-option::before {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 0;
  width: 0;
  background-color: var(--theme-default);
  height: 2px;
}
.mail-header-option.active::before {
  width: 100%;
  transition: all 0.1s ease-in;
}
@media (max-width: 1248px) {
  .mail-header-option {
    padding: 0 7px;
  }
}

.hide {
  display: none !important;
}

@keyframes hide {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
    width: 0;
    height: 0;
    margin: 0;
  }
}
@keyframes show {
  0% {
    transform: scale(0);
    width: 0;
    height: 0;
    margin: 0;
  }
  100% {
    transform: scale(1);
  }
}
/**=====================
    3.25 Letter_box CSS End
==========================**/
/**=====================
    3.26 Errorpage CSS Start
==========================**/
.error-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  text-align: center;
}
.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-icons li i {
  color: #59667a;
  font-size: 50px;
  animation: rotate-effect 40s infinite linear reverse;
}
.error-wrapper .maintenance-icons li:nth-child(2) i {
  font-size: 100px;
  margin-left: 110px;
  margin-top: -25px;
  animation: rotate-effect 40s linear infinite reverse;
}
.error-wrapper .maintenance-icons li:nth-child(3) i {
  animation: rotate-effect 30s infinite linear;
  font-size: 150px;
  margin-top: -85px;
  margin-right: 120px;
}
@keyframes rotate-effect {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes reverse-rotate-effect {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.error-wrapper .maintenance-heading {
  margin-top: 70px;
}
.error-wrapper .maintenance-heading .headline {
  font-size: 99px;
  font-weight: 900;
  letter-spacing: 10px;
  color: var(--theme-default);
  z-index: 2;
  position: relative;
  margin-top: -70px;
}
.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 .sub-content {
  font-size: 18px;
  color: #404040;
  letter-spacing: 1px;
  font-weight: normal;
  line-height: 35px;
  z-index: 3;
  position: relative;
  margin-top: 30px;
  margin-bottom: 0;
}
.error-wrapper .btn {
  margin-top: 40px;
}

.error {
  margin: 70px 0 100px;
  color: #000;
}
.error .error-title {
  font-size: 9.5rem;
  color: #fff;
  text-shadow: 6px 6px 7px rgba(0, 0, 0, 0.32);
}
.error .line-bottom {
  width: 10%;
  height: 5px;
  background-color: #ffb829;
  border: none;
}
.error .c-white {
  color: #fff;
}
.error .error-btn {
  text-align: center;
}
.error .padd {
  padding: 10px 30px 10px 30px;
}
.error .btn-back-home {
  background-color: #f4f4f4;
  color: #000;
}
.error .btn-back-home:hover {
  background-color: #ffb829;
  color: #fff;
  box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.21);
}
.error .btn-adnc-serc {
  background-color: #3f475a;
  color: #fff;
}
.error .btn-adnc-serc:hover {
  background-color: #ffb829;
  color: #fff;
  box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.21);
}

/**=====================
    3.26 Errorpage CSS Start
==========================**/
/**=====================
    3.27 Faq CSS start
==========================**/
.knowledgebase-bg {
  height: 500px;
  border-radius: 15px;
  margin-bottom: 30px;
}

.knowledgebase-search {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  left: 5%;
}
.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: #cccccc;
}
.knowledgebase-search .form-inline svg {
  position: absolute;
  left: 20px;
  width: 20px;
  top: 17px;
  stroke: #cccccc;
}

.faq-widgets {
  align-items: center;
}
.faq-widgets .flex-grow-1 h5 {
  font-weight: 600;
  color: #fff;
  padding-bottom: 10px;
}
.faq-widgets .flex-grow-1 p {
  padding-right: 20px;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(255, 255, 255, 0.9);
}
.faq-widgets svg {
  width: 60px;
  height: 60px;
  opacity: 0.5;
}

.header-faq {
  margin-bottom: 30px;
}
.header-faq h5 {
  font-weight: 600;
}

.features-faq.card .card-body,
.features-faq.card .card-footer {
  padding: 20px 25px;
}
.features-faq.card .card-body p,
.features-faq.card .card-footer p {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.features-faq .faq-image img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
}
.features-faq .card-body h6 {
  font-weight: 500;
}

.add-project.table td {
  vertical-align: middle;
}
.add-project .text-inherit {
  color: #000;
}

.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: 20px;
}
.faq-accordion.default-according .card .faq-header svg {
  position: absolute;
  right: 20px;
  top: 20px;
  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 h6 {
  color: #999999;
  font-weight: 600;
}

.faq-form {
  position: relative;
}
.faq-form .search-icon {
  position: absolute;
  right: 12px;
  top: 9px;
  width: 20px;
  height: 20px;
}

.navigation-btn {
  margin-bottom: 20px;
}
.navigation-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.navigation-btn a svg {
  width: 15px;
  height: 15px;
}

.navigation-option ul li {
  position: relative;
  padding: 8px 8px 8px 0;
}
.navigation-option ul li:last-child {
  padding-bottom: 0;
}
.navigation-option ul li:hover {
  background-color: #fdfeff;
}
.navigation-option ul li a {
  padding-left: 40px;
  color: #404040;
}
.navigation-option ul li a svg {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 11px;
  left: 15px;
}

.updates-faq {
  width: 40px;
  height: 40px;
  border: 2px solid var(--theme-default);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
.updates-faq svg {
  width: 18px;
  height: 18px;
}

.updates-bottom-time p {
  margin-bottom: 2px;
}
.updates-bottom-time p + p {
  color: #999999;
}

.updates-faq-main {
  margin-bottom: 20px;
}
.updates-faq-main a {
  font-weight: 500;
}
.updates-faq-main:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1399.98px) {
  .faq-widgets svg {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .faq-accordion {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .faq-accordion.default-according .card .faq-header {
    padding: 20px !important;
  }
  .faq-accordion.default-according .card .faq-header svg {
    right: 20px;
    top: 20px;
  }
  .navigation-option ul li {
    padding: 10px 10px 10px 0;
  }
  .navigation-option ul li a svg {
    top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .xs-mt-search {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .xs-mt-search {
    margin-top: 0px;
  }
  .faq-widgets svg {
    width: 50px;
    height: 50px;
  }
  .faq-title {
    margin: 15px 0;
  }
  .header-faq {
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .faq-accordion {
    margin-bottom: 0px;
  }
  .faq-accordion .faq-header {
    padding: 15px !important;
  }
  .faq-accordion .faq-header .pull-right {
    float: right;
  }
  .faq-accordion .faq-header svg {
    right: 15px;
    top: 15px;
  }
  .navigation-btn,
  .updates-faq-main {
    margin-bottom: 15px;
  }
}
.faq-wrapper .d-flex p {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/**=====================
    3.27 Faq CSS end
==========================**/
/**=====================
   3.28 File CSS
==========================**/
.file-sidebar .card .card-body,
.file-sidebar .card .card-header,
.file-content .card .card-body,
.file-content .card .card-header {
  padding: 20px !important;
}
.file-sidebar hr,
.file-content hr {
  border-top-color: var(--recent-dashed-border);
}

.file-sidebar ul li + li {
  margin-top: 8px;
}
.file-sidebar .btn {
  display: flex;
  align-items: center;
}
.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: 15px;
  vertical-align: middle;
  margin-right: 8px;
}

.file-manager > h6 {
  opacity: 0.6;
  font-weight: 400 !important;
  font-size: 15px;
  margin-bottom: 12px;
}
.file-manager .files h6 {
  margin-top: 10px;
  margin-bottom: 0;
}
.file-manager p {
  opacity: 0.9;
  font-size: 12px;
}

.files h6,
.folder h6 {
  opacity: 0.9;
  font-weight: 500 !important;
  font-size: 14px;
}

.file-content .form-inline {
  border: 1px solid #f4f4f4;
  border-radius: 5px;
  padding: 0 20px;
}
.file-content .form-inline i {
  padding-right: 10px;
  color: #898989;
  line-height: 3;
}
.file-content .form-inline input::-webkit-input-placeholder {
  color: #898989;
}
.file-content .form-inline input:focus {
  outline: none !important;
}
.file-content .search-form input {
  padding: 5px 10px 5px 70px;
  border-radius: 5px;
}
.file-content .search-form .form-group:before {
  left: 82px;
  top: 37px;
}
.file-content .search-form .form-group:after {
  top: 39px;
  left: 53px;
}
.file-content .btn svg {
  height: 15px;
  margin-right: 2px;
  vertical-align: middle;
}
.file-content h5 {
  font-weight: 500;
}
.file-content .folder .folder-box {
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  padding: 15px;
  background-color: #f6f7fb;
  width: calc(25% - 15px);
  display: inline-block;
}
.file-content .folder .folder-box:nth-child(1) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 100000ms;
}
.file-content .folder .folder-box:nth-child(2) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 200000ms;
}
.file-content .folder .folder-box:nth-child(3) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 300000ms;
}
.file-content .folder .folder-box:nth-child(4) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 400000ms;
}
.file-content .folder .folder-box:nth-child(5) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 500000ms;
}
.file-content .folder .folder-box:nth-child(6) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 600000ms;
}
.file-content .folder .folder-box:nth-child(7) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 700000ms;
}
.file-content .folder .folder-box:nth-child(8) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 800000ms;
}
.file-content .folder .folder-box:nth-child(9) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 900000ms;
}
.file-content .folder .folder-box:nth-child(10) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 1000000ms;
}
.file-content .folder .folder-box:nth-child(11) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 1100000ms;
}
.file-content .folder .folder-box:nth-child(12) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 1200000ms;
}
.file-content .folder .folder-box:nth-child(13) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 1300000ms;
}
.file-content .folder .folder-box:nth-child(14) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 1400000ms;
}
.file-content .folder .folder-box:nth-child(15) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 1500000ms;
}

@media screen and (max-width: 1440px) {
  .file-content .folder .folder-box .d-flex {
    display: block;
  }
  .file-content .folder .folder-box .d-flex .flex-grow-1 {
    margin-left: 0 !important;
    margin-top: 5px;
  }
}
@media screen and (max-width: 1366px) {
  .file-content .files {
    margin-bottom: -10px;
  }
}
@media screen and (max-width: 768px) {
  .file-content .folder {
    margin-bottom: -10px;
  }
  .file-content .folder .folder-box {
    width: calc(50% - 15px);
    margin-bottom: 10px;
    margin-right: 8px;
  }
  .file-content .d-flex {
    display: block !important;
    text-align: center !important;
  }
  .file-content .d-flex .flex-grow-1 {
    margin-top: 18px !important;
    justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  .file-content .folder .folder-box,
  .file-content .files .file-box {
    width: 100%;
  }
}
/**=====================
    3.28 File CSS
==========================**/
/**=====================
   3.29 File Manager CSS Start
==========================**/
@media (max-width: 1199px) and (min-width: 576px) {
  .main-file-sidebar .md-sidebar .md-sidebar-aside {
    width: 325px;
  }
}
.main-file-sidebar .md-sidebar .md-sidebar-aside .common-sort-card {
  background-color: rgba(244, 244, 244, 0.4);
  padding: 14px;
  border-radius: 8px;
}
.main-file-sidebar .md-sidebar .md-sidebar-aside .common-sort-card li .common-sort-card {
  padding: 16px 0 0 0;
  margin-top: 16px;
  border-top: 1px solid var(--chart-dashed-border);
  border-radius: 0;
}
.main-file-sidebar .md-sidebar .md-sidebar-aside .common-sort-card .files-left-icons li {
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
  width: 100%;
}
.main-file-sidebar .md-sidebar .md-sidebar-aside .common-sort-card .files-left-icons li + li {
  margin-top: 0;
}
.main-file-sidebar .md-sidebar .md-sidebar-aside .common-sort-card .files-left-icons li a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(6px + 6 * (100vw - 320px) / 1600);
  padding: 12px;
}
@media (max-width: 575px) {
  .main-file-sidebar .md-sidebar .md-sidebar-aside .common-sort-card .files-left-icons li a {
    display: block;
  }
}
.main-file-sidebar .md-sidebar .md-sidebar-aside .common-sort-card .files-left-icons li a svg {
  width: 28px;
  height: 28px;
}
.main-file-sidebar .md-sidebar .md-sidebar-aside .common-sort-card .files-left-icons li a span {
  color: var(--body-font-color);
}
@media (max-width: 1270px) and (min-width: 1200px) {
  .main-file-sidebar .md-sidebar .md-sidebar-aside .common-sort-card .files-left-icons li a span {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    height: auto;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 1270px) {
  .main-file-sidebar .md-sidebar .md-sidebar-aside .common-sort-card .files-left-icons li a > span {
    text-align: start;
  }
  [dir=rtl] .main-file-sidebar .md-sidebar .md-sidebar-aside .common-sort-card .files-left-icons li a > span {
    text-align: end;
  }
}
.main-file-sidebar .md-sidebar .md-sidebar-aside .common-sort-card .files-left-icons.file-type-icons li a {
  justify-content: space-between;
  transition-delay: 0.1s;
}
@media (max-width: 575px) {
  .main-file-sidebar .md-sidebar .md-sidebar-aside .common-sort-card .files-left-icons.file-type-icons li a {
    border-bottom: 1px solid var(--chart-progress-light);
  }
}
.main-file-sidebar .md-sidebar .md-sidebar-aside .common-sort-card .files-left-icons.file-type-icons li a > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1270px) {
  .main-file-sidebar .md-sidebar .md-sidebar-aside .common-sort-card .files-left-icons.file-type-icons li a > div {
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .main-file-sidebar .md-sidebar .md-sidebar-aside .common-sort-card .files-left-icons.file-type-icons li a > div {
    padding-bottom: 12px;
  }
}
.main-file-sidebar .md-sidebar .md-sidebar-aside .common-sort-card .files-left-icons.file-type-icons li a:hover {
  background-color: rgba(82, 82, 108, 0.15);
  transition-delay: 0.1s;
}
.main-file-sidebar .md-sidebar .md-sidebar-aside .common-sort-card .files-left-icons.file-type-icons li:last-child a {
  border-bottom: unset;
}

.file-manager-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  gap: calc(10px + 6 * (100vw - 320px) / 1600);
  position: relative;
}
@media (max-width: 1655px) and (min-width: 768px) {
  .file-manager-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) and (min-width: 640px) {
  .file-manager-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 639px) and (min-width: 320px) {
  .file-manager-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.file-manager-grid .common-space {
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}
.file-manager-grid .folder {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-width: 100%;
  max-width: 100%;
  flex-direction: column;
  padding: calc(10px + 8 * (100vw - 320px) / 1600);
  cursor: pointer;
  border-radius: 10px;
  background-color: var(--light2);
}
.file-manager-grid .folder:hover {
  background-color: var(--light-bg);
}
.file-manager-grid .folder:hover .folder-icon::after {
  content: "";
  background-color: #efa000;
  border-radius: 5px;
  margin-left: 3px;
  width: calc(40px + 20 * (100vw - 320px) / 1600);
  height: calc(24px + 11 * (100vw - 320px) / 1600);
  position: absolute;
  transform: skewX(-10deg);
  margin-top: 5px;
  opacity: 1;
}
[dir=rtl] .file-manager-grid .folder:hover .folder-icon::after {
  margin-left: unset;
  margin-right: 3px;
  transform: skewX(10deg);
}
.file-manager-grid .folder .folder-icon {
  background-color: #ffb829;
  border-radius: 8px;
  width: calc(40px + 20 * (100vw - 320px) / 1600);
  height: calc(28px + 12 * (100vw - 320px) / 1600);
  position: relative;
  margin-top: 8px;
}
.file-manager-grid .folder .folder-icon::after {
  content: "";
  background-color: #efa000;
  border-radius: 5px;
  width: calc(40px + 20 * (100vw - 320px) / 1600);
  height: calc(28px + 12 * (100vw - 320px) / 1600);
  position: absolute;
  transform: skewX(0deg);
  opacity: 0;
  transition: 0.2s;
}
.file-manager-grid .folder .folder-icon::before {
  margin-top: -8px;
  position: absolute;
  background-color: #ffb829;
  border-radius: 5px;
  border-end-start-radius: 8px;
  content: "";
  width: calc(20px + 8 * (100vw - 320px) / 1600);
  height: calc(36px + 12 * (100vw - 320px) / 1600);
}
.file-manager-grid .folder .folder-name {
  margin: 5px 0 0 0;
  text-align: center;
  width: auto;
}
.file-manager-grid .file {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-width: 100%;
  max-width: 100%;
  flex-direction: column;
  padding: calc(10px + 8 * (100vw - 320px) / 1600);
  cursor: pointer;
  border-radius: 10px;
  background-color: var(--light2);
}
.file-manager-grid .file:hover {
  background-color: var(--light-bg);
}
.file-manager-grid .file:hover .doc-icon::after {
  border-color: var(--light-bg);
  border-bottom-color: var(--dark-light-color);
  border-left-color: var(--dark-light-color);
  border-style: solid;
  border-width: 7px;
}
[dir=rtl] .file-manager-grid .file:hover .doc-icon::after {
  border-left-color: unset;
  border-right-color: var(--dark-light-color);
}
.file-manager-grid .file .file-name {
  margin: 10px 0 6px 0;
  text-align: center;
  width: 100%;
  line-height: 1.3;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 1;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-manager-grid .file .image-preview {
  width: 60px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.file-manager-grid .file .image-preview img {
  border-radius: 5px;
  max-height: 48px;
  height: 100%;
}
.file-manager-grid .item-selected {
  background-color: #f4f4f4;
  padding: 9px;
  border: 1px dotted rgba(82, 82, 108, 0.3);
}
.file-manager-grid .item-selected:hover {
  background-color: #f4f4f4;
  padding: 9px;
  border: 1px dotted rgba(82, 82, 108, 0.3);
}
.file-manager-grid .item-selected .doc-icon::after {
  border-color: var(--light-bg);
  border-bottom-color: var(--dark-light-color);
  border-left-color: var(--dark-light-color);
  border-style: solid;
}
[dir=rtl] .file-manager-grid .item-selected .doc-icon::after {
  border-left-color: unset;
  border-right-color: var(--dark-light-color);
}
.file-manager-grid .doc-icon {
  background-color: var(--theme-default);
  border-radius: 8px;
  width: calc(40px + 8 * (100vw - 320px) / 1600);
  height: calc(40px + 8 * (100vw - 320px) / 1600);
  position: relative;
  color: #f4f4f4;
  display: flex;
  text-align: right;
  align-items: end;
}
.file-manager-grid .doc-icon::after {
  content: "";
  width: 0;
  height: 0;
  border-color: #f4f4f4;
  border-width: calc(7px + 3 * (100vw - 320px) / 1600);
  border-style: solid;
  border-bottom-color: var(--dark-light-color);
  border-left-color: var(--dark-light-color);
  right: 0;
  top: 0;
  position: absolute;
  transition-property: border-width;
  transition-duration: 0.3s;
}
[dir=rtl] .file-manager-grid .doc-icon::after {
  right: unset;
  left: 0;
  border-left-color: unset;
  border-right-color: var(--dark-light-color);
}
.file-manager-grid .doc-icon p {
  padding: 2px;
  margin: 0;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: calc(12px + 2 * (100vw - 320px) / 1600);
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 1;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.common-file-manager .filemanger {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.common-file-manager .filemanger .top-folder-path {
  height: 40px;
  background-color: #fff;
  padding: 3px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 429px) {
  .common-file-manager .filemanger .top-folder-path {
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    padding: 0;
  }
  .common-file-manager .filemanger .top-folder-path .folder-path-write {
    width: 100%;
  }
}
.common-file-manager .filemanger .top-folder-path .folder-path-write {
  display: flex;
  height: 35px;
  flex: 1;
  border-radius: 7px;
  background-color: #f4f4f4;
  overflow: hidden;
  align-items: center;
}
.common-file-manager .filemanger .top-folder-path .folder-path-write input {
  border: 0;
  flex: 1;
  font-size: 15px;
  background-color: transparent;
  outline: 0;
  color: #3f475a;
  margin-left: 10px;
}
[dir=rtl] .common-file-manager .filemanger .top-folder-path .folder-path-write input {
  margin-left: unset;
  margin-right: 10px;
}
.common-file-manager .filemanger .top-folder-path .folder-path-write button {
  margin: 0;
  border: 0;
  background-color: #f4f4f4;
  border-radius: 50px;
  cursor: pointer;
  color: var(--theme-default);
  margin-right: 5px;
  width: 27px;
  height: 27px;
}
[dir=rtl] .common-file-manager .filemanger .top-folder-path .folder-path-write button {
  margin-right: unset;
  margin-left: 5px;
}
.common-file-manager .filemanger .top-folder-path .folder-path-write button:hover {
  background-color: var(--course-bg);
}
.common-file-manager .filemanger .top-folder-path .path-action-btns {
  width: 90px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-right: 5px;
}
[dir=rtl] .common-file-manager .filemanger .top-folder-path .path-action-btns {
  margin-right: unset;
  margin-left: 5px;
}
.common-file-manager .filemanger .top-folder-path .path-action-btns button {
  cursor: pointer;
  margin: 0;
  border: 0;
  border-radius: 50px;
  background-color: #fff;
  color: var(--theme-default);
  width: 26px;
  height: 26px;
}
.common-file-manager .filemanger .top-folder-path .path-action-btns button:disabled {
  color: #999999;
  background-color: #fff;
  cursor: not-allowed;
}
.common-file-manager .filemanger .top-folder-path .path-action-btns button:disabled:hover {
  color: #999999;
  background-color: #fff;
  cursor: not-allowed;
}
.common-file-manager .filemanger .top-menu {
  width: 100%;
  padding: 6px;
  background-color: #f4f4f4;
  border-radius: 4px;
}
.common-file-manager .filemanger .top-menu button {
  font-size: 14px;
  padding: 6px 12px;
  background-color: rgba(82, 82, 108, 0.15);
  border: 0;
  border-radius: 3px;
  margin: 4px;
  cursor: pointer;
}
.common-file-manager .filemanger .top-menu button i {
  margin-right: 8px;
}
[dir=rtl] .common-file-manager .filemanger .top-menu button i {
  margin-right: unset;
  margin-left: 8px;
}
.common-file-manager .filemanger .top-menu button:hover {
  background-color: rgba(204, 204, 204, 0.8);
}
.common-file-manager .filemanger .top-menu button:disabled:hover {
  cursor: not-allowed;
  background-color: rgba(82, 82, 108, 0.15);
}
.common-file-manager .folderEmpty {
  width: 100%;
  padding: calc(50px + 50 * (100vw - 320px) / 1600);
  text-align: center;
  display: none;
}
.common-file-manager .folderEmpty svg {
  width: calc(100px + 200 * (100vw - 320px) / 1600);
  height: calc(100px + 200 * (100vw - 320px) / 1600);
  animation: up-down 4s infinite ease-in-out;
}
.common-file-manager .folderEmpty h5 {
  font-size: calc(16px + 19 * (100vw - 320px) / 1600);
  margin: calc(20px + 80 * (100vw - 320px) / 1600) 0 0 0;
  padding: 0;
  opacity: 0.4;
}
.common-file-manager .popup {
  position: fixed;
  inset: 0;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.common-file-manager .popup .popup-bg {
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
  width: 100%;
  height: 100vh;
  position: absolute;
}
.common-file-manager .popup .popup-content {
  background-color: #f8f8f8;
  padding: 16px;
  border-radius: 12px;
  width: 400px;
  height: auto;
  text-align: center;
}
.common-file-manager .popup .popup-content h5 {
  margin-bottom: 12px;
  font-size: 20px;
}
.common-file-manager .popup .popup-content form {
  text-align: center;
}
.common-file-manager .popup .popup-content form input {
  width: 100%;
  height: 30px;
  font-size: 14px;
  border: 1px solid var(--recent-dashed-border);
  padding: 8px;
  border-radius: 4px;
}
.common-file-manager .popup .popup-content form input:focus-visible {
  outline: unset;
}
.common-file-manager .popup .popup-content form button {
  width: 100px;
  cursor: pointer;
  height: 35px;
  background-color: var(--theme-secondary);
  color: #f8f8f8;
  border: 0;
  font-size: 14px;
  border-radius: 6px;
  padding: 6px;
  margin: 10px;
}
.common-file-manager .popup .popup-content form button:hover {
  background-color: var(--theme-secondary);
}
.common-file-manager .toast-messages {
  position: fixed;
  width: 400px;
  max-height: 98vh;
  overflow: hidden;
  overflow-y: auto;
  bottom: 0;
  right: 0;
  align-items: end;
  display: flex;
  flex-direction: column;
  padding: 1vh 2rem;
}
[dir=rtl] .common-file-manager .toast-messages {
  right: unset;
  left: 0;
}
@media (max-width: 415px) {
  .common-file-manager .toast-messages {
    width: 308px;
  }
}
.common-file-manager .toast-messages .toast-container {
  margin-bottom: 10px;
  background-color: var(--white);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: fit-content;
  min-width: 300px;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  min-height: 30px;
  align-items: center;
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 415px) {
  .common-file-manager .toast-messages .toast-container {
    min-width: 245px;
  }
}
.common-file-manager .toast-messages .toast-container.toast-success {
  background-color: #65c15c;
}
.common-file-manager .toast-messages .toast-container.toast-success p,
.common-file-manager .toast-messages .toast-container.toast-success button {
  color: #fff;
}
.common-file-manager .toast-messages .toast-container.toast-danger {
  background-color: #fc564a;
  cursor: pointer;
}
.common-file-manager .toast-messages .toast-container.toast-danger p,
.common-file-manager .toast-messages .toast-container.toast-danger button {
  color: #fff;
}
.common-file-manager .toast-messages .toast-container.toast-inf p,
.common-file-manager .toast-messages .toast-container.toast-inf button {
  color: var(--body-font-color);
}
.common-file-manager .toast-messages .toast-container p {
  margin: 0;
  font-size: 15px;
}
@media (max-width: 415px) {
  .common-file-manager .toast-messages .toast-container p {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    height: auto;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.common-file-manager .toast-messages .toast-container button {
  border: 0;
  background-color: transparent;
  cursor: pointer;
  border-radius: 50%;
  font-size: 16px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common-file-manager .toast-messages .toast-container button:hover {
  background-color: rgba(0, 0, 0, 0.096);
}

.pricing-plan {
  border: 1px solid #e9edf1;
  border-radius: 5px;
  margin-top: 10px;
  padding: 15px;
  position: relative;
  overflow: hidden;
}
.pricing-plan h5 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 2px;
  color: #898989;
}
.pricing-plan h6 {
  font-weight: 800;
}
.pricing-plan p {
  margin-bottom: 5px;
  color: #898989;
}
.pricing-plan .btn {
  display: inline-block;
  padding: 0.05rem 0.4rem;
}
.pricing-plan .bg-img {
  position: absolute;
  top: 40px;
  opacity: 0.3;
  transform: rotate(-45deg);
  right: -40px;
  animation: fadeIn-out 4s infinite ease-in-out;
}
[dir=rtl] .pricing-plan .bg-img {
  right: unset;
  left: -40px;
  transform: rotate(45deg);
}

@keyframes fadeIn-out {
  0%, 100% {
    opacity: 0.07;
  }
  50% {
    opacity: 0.4;
  }
}
@keyframes up-down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
/**=====================
   3.29 File Manager CSS End
==========================**/
/**=====================
    3.30 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 {
  content: "\edee";
  font-family: IcoFont;
  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: #000;
}
.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 rgba(204, 204, 204, 0.6);
  margin-bottom: 30px;
  border-radius: 0 0 5px 5px;
}
.gallery-with-description a:hover {
  text-decoration: none !important;
}
@media (max-width: 1599px) {
  .gallery-with-description a .caption p {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    height: auto;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.gallery-with-description h4 {
  color: #3f475a;
  margin-top: 15px;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
}
.gallery-with-description p {
  color: #a3a3a3;
}

.lg-backdrop {
  background-color: #fff;
}

.lg-outer .lg-actions .lg-next,
.lg-outer .lg-actions .lg-prev {
  background-color: rgb(255, 255, 255);
  border: 1px solid #efefef;
}
.lg-outer .lg-actions .lg-next:hover,
.lg-outer .lg-actions .lg-prev:hover {
  color: #3f475a;
}
.lg-outer .lg-toolbar {
  background-color: rgba(255, 255, 255, 0.45);
  border-bottom: 1px solid #3f475a;
}
.lg-outer .lg-toolbar .lg-icon:hover {
  color: #3f475a;
}
.lg-outer #lg-counter {
  color: #3f475a;
}
.lg-outer .lg-sub-html {
  background-color: rgba(255, 255, 255, 0.45);
}
.lg-outer .lg-sub-html h4 {
  font-size: inherit;
  color: #3f475a;
}
.lg-outer .lg-sub-html p {
  color: #3f475a;
}
.lg-outer .lg-thumb-outer {
  background-color: #e9edf1;
}
.lg-outer .lg-thumb-item {
  padding: 4px;
  border: 1px solid #efefef;
  border-radius: 0;
}
.lg-outer .lg-thumb-item .active, .lg-outer .lg-thumb-item:hover {
  border-color: #000;
}

.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;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.gallery-with-description .grid-item img {
  border: 0;
  padding: 0;
}

.my-gallery.gallery-with-description .pswp__caption__center h4 {
  color: #F7F8F9;
}
.my-gallery.gallery-with-description .pswp__caption__center p {
  color: #6C757D;
}

/**=====================
    3.30 Gallery CSS Ends
==========================**/
/**=====================
    3.31 Helper CSS start
==========================**/
.helper-common-box {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  gap: 8px;
}
.helper-common-box:last-child {
  margin-bottom: 0;
}
.helper-common-box.helper-p-wrapper {
  gap: 12px;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.helper-common-box .border-common-box {
  width: auto;
  height: 50px;
  background-color: var(--light-background);
  border-radius: 10px;
  border-color: var(--recent-dashed-border);
  padding: 12px;
}
.helper-common-box .border {
  --bs-border-color: var(--recent-border) !important;
}
.helper-common-box [class*=border-] {
  --bs-border-color: var(--recent-border) !important;
}

.txt-space div {
  margin-bottom: 16px;
}
.txt-space div:nth-child(7) {
  margin-bottom: 0;
}

.border-wrapper {
  padding: 20px;
}

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

.fill-wrapper {
  background-color: #f4f4f4;
}

.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: #efefef;
}

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

.helper-padding {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.helper-p-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.helper-p-box span {
  color: var(--body-font-color);
}

.common-p-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

/**=====================
    3.31 Helper CSS end
==========================**/
/**=====================
    3.32 Internationalization CSS start
==========================**/
.hdg_main {
  position: relative;
}

.main .langChoice {
  position: absolute;
  right: 20px;
  top: 10px;
  padding: 10px 12px;
  background-color: #108be9;
  color: #fff;
}

@media (max-width: 991px) {
  .main .langChoice {
    right: 20px;
    top: 11px;
    padding: 8px;
  }
}
@media only screen and (max-width: 575px) {
  .main .langChoice {
    top: 14px;
    padding: 4px 7px;
  }
  .language-xs {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 360px) {
  .language-header {
    padding-bottom: 60px !important;
  }
  .main .langChoice {
    left: 0;
    margin-left: auto;
    top: 50px;
    width: 30%;
    right: 20px;
  }
}
/**=====================
    3.32 Internationalization CSS End
==========================**/
/**=====================
    3.33 Invoices CSS start
==========================**/
.main-invoice-1 body {
  font-family: Rubik, sans-serif;
  display: block;
  color: #000248;
}
.main-invoice-1 .table-wrapper {
  width: 100%;
}
.main-invoice-1 h2 {
  margin: 0;
  font-weight: 500;
  font-size: 34px;
}
.main-invoice-1 h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
.main-invoice-1 span {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
.main-invoice-1 .banner-image {
  margin: 13px 0 10px;
  width: 100%;
}
.main-invoice-1 .order-details td span {
  margin-bottom: -4px;
  display: block;
}
.main-invoice-1 .order-details th:first-child,
.main-invoice-1 .order-details td:first-child {
  min-width: 490px;
}
.main-invoice-1 .order-details th:nth-child(2),
.main-invoice-1 .order-details td:nth-child(2) {
  width: 20%;
}
@media (max-width: 1199px) {
  .main-invoice-1 .table-wrapper {
    width: 930px;
  }
  .main-invoice-1 .address {
    width: 21% !important;
  }
}

/**=====================
    3.33 Invoices CSS end
==========================**/
/**=====================
    3.34 Job-search CSS Start
==========================**/
.filter-cards-view .job-filter:first-child {
  margin-bottom: 20px;
}
.filter-cards-view .checkbox-animated {
  margin-top: 20px;
  margin-bottom: 20px;
}

.location-checkbox span {
  color: #999999;
  padding-left: 33px;
}
[dir=rtl] .location-checkbox span {
  padding-left: unset;
  padding-right: 33px;
}

.job-accordion .card {
  margin-bottom: 20px;
}
.job-accordion .btn-block {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.job-search p {
  margin-top: 20px;
}
.job-search .d-flex .flex-grow-1 h6 {
  margin-bottom: 3px;
}
.job-search .d-flex .flex-grow-1 h6 span {
  font-size: 12px;
  color: #999999;
  font-weight: normal;
}
.job-search .d-flex .flex-grow-1 h6 span.badge {
  color: #fff;
}
.job-search .d-flex .flex-grow-1 p {
  margin-top: 0;
  color: #999999;
}
.job-search .job-description {
  margin-top: 20px;
}
.job-search .job-description h6 {
  font-weight: 500;
  margin-bottom: 6px;
}
.job-search .job-description p {
  margin-top: 0;
  margin-bottom: 6px;
}
.job-search .job-description ul:not(.job-apply-wrapper .job-search .job-description ul) {
  list-style-type: disc;
  list-style-position: inside;
}
.job-search .job-description ul:not(.job-apply-wrapper .job-search .job-description ul) li {
  margin-bottom: 10px;
  color: rgba(82, 82, 108, 0.8);
}
.job-search .job-description ul:not(.job-apply-wrapper .job-search .job-description ul) li:last-child {
  margin-bottom: 0;
}
.job-search .job-description .theme-form {
  margin-top: 30px;
  margin-bottom: 30px;
}
.job-search .job-description .theme-form .row div[class^=col-] + div[class^=col-] .select2-container {
  margin-top: 18px;
}
.job-search .job-description .theme-form .row div[class^=col-] .input-group .datepicker-here {
  font-size: 14px;
  border: 1px solid #efefef;
  padding-top: 12px;
  padding-bottom: 12px;
}

.select2-container .select2-selection--single {
  border-radius: 0.25rem !important;
  border-color: #efefef;
  height: 47px !important;
  padding: 10px;
}

.job-pagination {
  margin-bottom: 30px;
}
.job-pagination nav ul {
  justify-content: center;
}

@media only screen and (max-width: 1366px) {
  .xl-mt-job {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .filter-cards-view {
    padding: 20px !important;
  }
  .filter-cards-view .job-filter:first-child {
    margin-bottom: 20px;
  }
  .filter-cards-view .checkbox-animated {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .job-accordion .animate-chk {
    padding: 20px !important;
  }
  .job-search p {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .filter-cards-view {
    padding: 15px !important;
  }
  .filter-cards-view .job-filter:first-child {
    margin-bottom: 15px;
  }
  .filter-cards-view .checkbox-animated {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .job-accordion .animate-chk {
    padding: 15px !important;
  }
  .job-search p {
    margin-top: 15px;
  }
  .job-search .d-flex {
    display: block !important;
    text-align: center;
  }
  .job-search .d-flex .flex-grow-1 h6 .pull-right {
    float: none;
    margin-top: 3px;
    display: block;
  }
  .job-search .d-flex .flex-grow-1 h6 a {
    display: block;
  }
  .job-search .d-flex .flex-grow-1 p span + span {
    display: block;
  }
  .job-search .d-flex img {
    margin-bottom: 15px;
  }
  .job-search .d-flex .m-r-20 {
    margin-right: 20px;
    margin-left: unset;
  }
  .job-search .job-description {
    margin-top: 15px;
  }
  .job-search .job-description .theme-form {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .job-search .job-description .theme-form .row div[class^=col-] + div[class^=col-] .select2-container {
    margin-top: 2px;
  }
  .job-search .job-description .theme-form .xs-mt-period {
    margin-top: 15px;
  }
  .job-pagination {
    margin-bottom: 15px;
  }
  .xl-mt-job {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 360px) {
  .job-search .job-description .btn {
    padding: 6px 12px;
  }
}
.select-date .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 9px;
  right: 12px;
}

.job-apply-wrapper .job-search .job-description .theme-form .dropdown-toggle {
  height: 47px;
  padding: 12px;
}

/**=====================
    3.34 Job-search CSS End
==========================**/
/**=====================
  3.35 Jsgrid CSS Start
==========================**/
.jsgrid .jsgrid-grid-body .jsgrid-cell {
  padding: 0.75rem;
}
.jsgrid .jsgrid-pager-container {
  text-align: right;
}
.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 #f4f4f4;
}
.jsgrid .jsgrid-pager .jsgrid-pager-page a {
  color: #3f475a;
}
.jsgrid .jsgrid-pager .jsgrid-pager-current-page {
  color: #3f475a;
}
.jsgrid .jsgrid-selected-row > .jsgrid-cell {
  background: #f4f4f4;
  border-color: #fafafa;
}
.jsgrid .jsgrid-header-row > .jsgrid-header-cell {
  padding: 0.75rem;
  font-weight: 500;
}

/**=====================
  3.35 Jsgrid CSS Ends
==========================**/
/**=====================
    3.36 Editors CSS Start
==========================**/
#editor6.ql-bubble .ql-tooltip {
  background-color: var(--body-font-color);
  padding: 12px;
}
#editor6.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
  border-bottom: 6px solid var(--body-font-color);
}
#editor6.ql-bubble .ql-tooltip-editor input[type=text] {
  color: var(--white);
}
#editor6 #toolbar6 .ql-formats {
  margin: 8px 8px 8px -3px;
}
#editor6 #toolbar6 .ql-formats .ql-stroke,
#editor6 #toolbar6 .ql-formats .ql-fill {
  stroke: var(--white);
}

.ql-formats .ql-picker-label::before {
  color: #1d1e26;
}
.ql-formats .ql-picker-label svg .ql-stroke {
  stroke: var(--body-font-color) !important;
}
[dir=rtl] .ql-formats .ql-picker-label svg {
  right: unset !important;
  left: 0;
}
.ql-formats .ql-script,
.ql-formats .ql-stroke {
  stroke: var(--body-font-color);
}

[dir=rtl] .ql-editor ol {
  padding-left: unset !important;
  padding-right: 24px;
}
[dir=rtl] .ql-editor ol li:not(.ql-direction-rtl)::before {
  margin-left: unset;
  margin-right: unset;
}
[dir=rtl] .ql-editor ul {
  padding-left: unset !important;
  padding-right: 24px;
}
[dir=rtl] .ql-editor ul li:not(.ql-direction-rtl)::before {
  margin-left: unset;
  margin-right: unset;
}

.quill-paragraph p {
  color: var(--body-font-color);
}
.quill-paragraph ol li,
.quill-paragraph ul li {
  color: var(--body-font-color);
}

.ql-toolbar.ql-snow button.ql-active svg .ql-stroke {
  stroke: var(--theme-default);
}
.ql-toolbar.ql-snow button.ql-active svg .ql-fill {
  fill: var(--theme-default);
}
.ql-toolbar.ql-snow .ql-formats .ql-script:hover,
.ql-toolbar.ql-snow .ql-formats .ql-header:hover,
.ql-toolbar.ql-snow .ql-formats .ql-video:hover,
.ql-toolbar.ql-snow .ql-formats .ql-picker-label:hover,
.ql-toolbar.ql-snow .ql-formats .ql-blockquote:hover,
.ql-toolbar.ql-snow .ql-formats .ql-strike:hover {
  color: var(--theme-default);
  stroke: var(--theme-default);
}
.ql-toolbar.ql-snow .ql-formats .ql-script:hover .ql-fill,
.ql-toolbar.ql-snow .ql-formats .ql-header:hover .ql-fill,
.ql-toolbar.ql-snow .ql-formats .ql-video:hover .ql-fill,
.ql-toolbar.ql-snow .ql-formats .ql-picker-label:hover .ql-fill,
.ql-toolbar.ql-snow .ql-formats .ql-blockquote:hover .ql-fill,
.ql-toolbar.ql-snow .ql-formats .ql-strike:hover .ql-fill {
  fill: var(--theme-default);
}
.ql-toolbar.ql-snow .ql-formats .ql-picker-options .ql-picker-item:hover, .ql-toolbar.ql-snow .ql-formats .ql-picker-options .ql-picker-item.ql-selected {
  color: var(--theme-default);
}
.ql-toolbar.ql-snow .ql-formats .ql-video:hover .ql-fill {
  fill: var(--theme-default);
}
.ql-toolbar.ql-snow .ql-formats .ql-align:hover .ql-stroke {
  stroke: var(--theme-default);
}
.ql-toolbar.ql-snow .ql-formats .ql-clean:hover .ql-stroke {
  stroke: var(--theme-default);
}
.ql-toolbar.ql-snow .ql-formats .ql-clean:hover .ql-fill {
  fill: var(--theme-default);
}
.ql-toolbar.ql-snow .ql-formats .ql-header .ql-stroke {
  stroke: var(--theme-default);
}
.ql-toolbar.ql-snow .ql-formats .ql-picker-label:hover .ql-color-label,
.ql-toolbar.ql-snow .ql-formats .ql-picker-label:hover .ql-stroke {
  stroke: var(--theme-default);
}
.ql-toolbar.ql-snow .ql-formats .ql-blockquote:hover .ql-fill {
  fill: var(--theme-default);
  stroke: var(--theme-default);
}
.ql-toolbar.ql-snow .ql-formats .ql-code-block:hover {
  color: var(--theme-default);
}
.ql-toolbar.ql-snow .ql-formats .ql-code-block:hover .ql-even,
.ql-toolbar.ql-snow .ql-formats .ql-code-block:hover .ql-stroke {
  stroke: var(--theme-default);
}
.ql-toolbar.ql-snow .ql-formats .ql-size.ql-picker .ql-picker-label {
  border-color: var(--white);
}
.ql-toolbar.ql-snow .ql-formats .ql-size.ql-picker .ql-picker-options {
  border-color: var(--white);
  background-color: var(--white);
}
.ql-toolbar.ql-snow .ql-formats .ql-size.ql-picker .ql-picker-options .ql-picker-item::before {
  color: var(--body-font-color);
}
.ql-toolbar.ql-snow .ql-formats .ql-size.ql-picker .ql-picker-options .ql-picker-item:hover::before {
  color: var(--theme-default);
}

/**=====================
    3.36 Editors CSS End
==========================**/
/**=====================
  3.37 Kanban CSS start
==========================**/
.jkanban-container .note a {
  display: contents;
}
.jkanban-container .common-f-start {
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
}
.jkanban-container .common-f-start .btn {
  text-align: left;
}
.jkanban-container .kanban-container .kanban-title-board {
  font-weight: 500;
  font-size: 17px;
}
.jkanban-container .kanban-container footer {
  padding: 0;
}
.jkanban-container .kanban-container footer .btn {
  width: 100%;
  padding: calc(12px + 4 * (100vw - 320px) / 1600);
  letter-spacing: 1.2px;
  border-radius: 0;
}
.jkanban-container .kanban-container footer .btn::before {
  content: "+";
  font-family: "Font Awesome 6 Free";
  padding-right: 8px;
}
[dir=rtl] .jkanban-container .kanban-container footer .btn::before {
  padding-right: unset;
  padding-left: 8px;
}
.jkanban-container .kanban-container footer .btn:hover {
  background-color: var(--light-background);
}
.jkanban-container .kanban-container footer .btn:active {
  border-color: transparent;
}

.kanban-board-header {
  height: auto;
  width: auto;
  line-height: unset;
  background: rgba(247, 248, 249, 0.9);
  border-bottom: 1px solid #ddd;
}
.kanban-board-header.bg-primary ~ .kanban-drag {
  background-color: rgba(16, 139, 233, 0.3) !important;
}
.kanban-board-header.bg-warning ~ .kanban-drag {
  background-color: rgba(255, 184, 41, 0.3) !important;
}
.kanban-board-header.bg-success ~ .kanban-drag {
  background-color: rgba(101, 193, 92, 0.3) !important;
}

.kanban-container {
  display: contents;
}
.kanban-container footer {
  padding: 12px 6px;
  text-align: center;
}
.kanban-container footer .btn {
  margin-bottom: 0;
}

.kanban-board {
  margin-bottom: 20px;
  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(25% - 30px) !important;
  cursor: pointer;
}
@media (max-width: 1500px) and (min-width: 768px) {
  .kanban-board {
    width: calc(50% - 30px) !important;
  }
}
@media (max-width: 767px) {
  .kanban-board {
    width: calc(100% - 30px) !important;
  }
}
@media (max-width: 575px) {
  .kanban-board {
    width: calc(100% - 20px) !important;
  }
}
.kanban-board .kanban-drag {
  background: rgba(247, 248, 249, 0.9);
}
.kanban-board .kanban-drag .itemform .form-group:last-child {
  padding-top: 12px;
}

.kanban-item {
  margin-bottom: 20px;
  border: 1px solid var(--chart-progress-light);
  border-radius: 5px;
  padding: 18px;
  position: relative;
  display: block;
  background-color: #fff;
}
.kanban-item .kanban-box .badge {
  line-height: 1.7;
}
.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;
}
.kanban-item .list li i {
  margin-right: 10px;
}
.kanban-item .list li + li {
  border-left: 1px dotted #898989;
  padding-left: 6px;
  margin-left: 6px;
}
[dir=rtl] .kanban-item .list li + li {
  border-left: unset;
  border-right: 1px dotted #898989;
  padding-left: unset;
  padding-right: 6px;
  margin-left: unset;
  margin-right: 6px;
}
.kanban-item .common-f-start li [class*=bg-lighter-] {
  font-size: 12px;
}
.kanban-item .common-f-start li + li {
  margin-left: -22px;
}
[dir=rtl] .kanban-item .common-f-start li + li {
  margin-left: unset;
  margin-right: -22px;
}
.kanban-item .kanban-box + .kanban-box {
  margin-top: 20px;
}
.kanban-item .kanban-box .common-align img {
  height: calc(34px + 6 * (100vw - 320px) / 1600);
}
.kanban-item .kanban-box .badge {
  font-weight: 400;
}
.kanban-item .kanban-box h6 {
  margin: 10px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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;
  flex-wrap: wrap;
}
@media (max-width: 1636px) {
  .kanban-item .kanban-box .d-flex {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
  }
}
.kanban-item .kanban-box .dropdown-toggle:after {
  content: none;
}
.kanban-item .kanban-box .customers ul li + li {
  margin-left: -10px;
}
.kanban-item .kanban-box .date {
  color: rgba(82, 82, 108, 0.8);
}

footer {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 600px) {
  .kanban-board .kanban-drag {
    padding: 10px 15px;
  }
  .kanban-container .kanban-board {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}
@media only screen and (max-width: 480px) {
  .jkanban-container .card-body {
    padding: 20px 15px !important;
  }
  .kanban-board .kanban-drag {
    padding: 10px 15px;
  }
}
/**=====================
   3.37 Kanban CSS ends
==========================**/
/**=====================
    3.38 Knowledgebase CSS start
==========================**/
.browse .browse-articles h6 {
  line-height: 1.6;
}
.browse .browse-articles span {
  vertical-align: middle;
}
.browse .browse-articles span:nth-child(2) {
  padding-left: 20px;
}
[dir=rtl] .browse .browse-articles span:nth-child(2) {
  padding-left: unset;
  padding-right: 20px;
}
.browse .browse-articles span svg {
  width: 14px;
  height: 14px;
  vertical-align: text-top;
  position: absolute;
  left: 0;
  top: 0;
}
[dir=rtl] .browse .browse-articles span svg {
  left: unset;
  right: 0;
}
.browse .browse-articles h6 {
  padding-bottom: 10px;
  margin-bottom: 0px;
  border-bottom: 1px solid #e9edf1;
  padding-left: 25px;
}
[dir=rtl] .browse .browse-articles h6 {
  padding-left: unset;
  padding-right: 25px;
}
.browse .browse-articles h6 span svg {
  width: 16px;
  height: 16px;
  vertical-align: text-top;
  top: 4px;
  left: 7px;
}
[dir=rtl] .browse .browse-articles h6 span svg {
  left: unset;
  right: 7px;
}
.browse .browse-articles ul li {
  padding: 8px;
  border-radius: 8px;
}
.browse .browse-articles ul li a {
  color: #404040;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.browse .browse-articles ul li:hover {
  background-color: #fdfeff;
}

@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;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
  }
}
.badge.pull-right {
  padding-top: 4px;
}

.articles-icons svg {
  min-width: 18px;
}

.d-flex.faq-widgets .flex-grow-1 {
  flex: 1;
}

/**=====================
    3.38 Knowledgebase CSS End
==========================**/
/**=====================
    3.39 Landing CSS Start
==========================**/
/* MESH LOADER */
@keyframes mesh {
  0% {
    transform-origin: 50% -100%;
    transform: rotate(0);
  }
  50% {
    transform-origin: 50% -100%;
    transform: rotate(360deg);
  }
  50.1% {
    transform-origin: 50% 200%;
    transform: rotate(0deg);
  }
  100% {
    transform-origin: 50% 200%;
    transform: rotate(360deg);
  }
}
.mesh-loader {
  overflow: hidden;
  height: inherit;
  width: inherit;
}
.mesh-loader .circle {
  position: absolute;
  background: #108be9;
  border-radius: 50%;
  margin: -3px;
  animation: mesh 3s ease-in-out infinite -1.5s;
  width: 6px;
  height: 6px;
}
.mesh-loader > div .circle:last-child {
  animation-delay: 0s;
}
.mesh-loader > div {
  position: absolute;
  top: 50%;
  left: 50%;
}
.mesh-loader > div:last-child {
  transform: rotate(90deg);
}

@-webkit-keyframes animloader14 {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes animloader14 {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.loader-1 {
  width: 76px;
  height: 76px;
  display: inline-block;
  position: relative;
}
.loader-1::after, .loader-1::before {
  content: "";
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #80a5ff;
  position: absolute;
  left: 0;
  top: 0;
  animation: animloader14 2s linear infinite;
}
.loader-1::after {
  animation-delay: 1s;
}
@media (max-width: 1199px) {
  .loader-1 {
    width: 60px;
    height: 60px;
  }
  .loader-1::after, .loader-1::before {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 575px) {
  .loader-1 {
    width: 40px;
    height: 40px;
  }
  .loader-1::after, .loader-1::before {
    width: 40px;
    height: 40px;
  }
}

.landing-page {
  color: #000248;
}
.landing-page .accordion-item {
  border: none;
}
.landing-page .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.landing-page .customization-accordion .accordion-collapse {
  border: none;
}
.landing-page .customization-accordion .accordion-button {
  font-weight: 500;
  position: relative;
  border: none;
  padding: 10px 10px 10px 30px;
  color: #000248;
}
.landing-page .customization-accordion .accordion-button::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-left: 0;
  background-image: url(../images/landing/icon/plus.svg);
  background-position: center;
  background-size: 16px;
}
.landing-page .customization-accordion .accordion-button:focus {
  box-shadow: none;
}
.landing-page .customization-accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
}
.landing-page .customization-accordion .accordion-button:not(.collapsed)::after {
  background-image: url(../images/landing/icon/minus.svg);
}
.landing-page .customization-accordion .accordion-body {
  padding-top: 0;
  padding-bottom: 10px;
  text-align: left;
  padding-left: 30px;
}

.animate-slider .slick-slide img {
  width: 100%;
}

.f-light {
  color: #52526C;
  opacity: 0.8;
}

.vector-image {
  position: absolute;
}
@media (max-width: 991px) {
  .vector-image {
    display: none;
  }
}

.line-gif {
  left: 20%;
  top: 0;
  z-index: 1;
}
.line-gif img {
  width: 140px;
  height: 140px;
}
@media (max-width: 1399px) {
  .line-gif img {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 991px) {
  .line-gif img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 575px) {
  .line-gif img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1460px) {
  .line-gif {
    left: 14%;
  }
}
@media (max-width: 1399px) {
  .line-gif {
    left: 21%;
  }
}
@media (max-width: 575px) {
  .line-gif {
    left: 7%;
    top: -30px;
  }
}

.wavy-line-gif {
  right: 0;
  top: 3%;
}
@media (max-width: 991px) {
  .wavy-line-gif {
    top: 1%;
  }
}
@media (max-width: 767px) {
  .wavy-line-gif {
    top: 40px;
  }
}
@media (max-width: 575px) {
  .wavy-line-gif {
    top: 10px;
  }
}
.wavy-line-gif img {
  width: 200px;
}
@media (max-width: 1199px) {
  .wavy-line-gif img {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .wavy-line-gif img {
    width: 120px;
  }
}
@media (max-width: 575px) {
  .wavy-line-gif img {
    width: 90px;
  }
}

.round-gif {
  left: 5%;
  top: 20%;
}
@media (max-width: 1660px) {
  .round-gif {
    left: 2%;
  }
}
@media (max-width: 1399px) {
  .round-gif {
    left: 0%;
    top: 15%;
  }
}
@media (max-width: 1199px) {
  .round-gif {
    top: 20%;
  }
}
@media (max-width: 991px) {
  .round-gif {
    top: 28%;
  }
}
@media (max-width: 767px) {
  .round-gif {
    top: -2%;
  }
}
.round-gif img {
  width: 147px;
  height: 147px;
}
@media (max-width: 1660px) {
  .round-gif img {
    width: 127px;
    height: 127px;
  }
}
@media (max-width: 1199px) {
  .round-gif img {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 991px) {
  .round-gif img {
    width: 70px;
    height: 70px;
  }
}

.wavy-gif {
  right: 17%;
  top: 23%;
}
.wavy-gif svg {
  width: 80px;
  transform: rotate(90deg);
}
@media (max-width: 1199px) {
  .wavy-gif svg {
    width: 60px;
  }
}
@media (max-width: 575px) {
  .wavy-gif svg {
    width: 30px;
  }
}
.wavy-gif path {
  stroke: #f8912b;
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation: dash 1.5s linear infinite;
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@media (max-width: 1399px) {
  .wavy-gif {
    right: 3%;
    top: 15%;
  }
}
@media (max-width: 991px) {
  .wavy-gif {
    right: 1%;
    top: 10%;
  }
}
@media (max-width: 767px) {
  .wavy-gif {
    top: 8%;
  }
}
.wavy-gif img {
  transform: rotate(90deg);
  width: 120px;
}
@media (max-width: 1399px) {
  .wavy-gif img {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .wavy-gif img {
    width: 60px;
  }
}
@media (max-width: 575px) {
  .wavy-gif img {
    width: 40px;
  }
}

.app-section .wavy-gif {
  right: unset;
  left: 20%;
  top: 7%;
}
@media (max-width: 1660px) {
  .app-section .wavy-gif {
    left: 8%;
  }
}
@media (max-width: 1199px) {
  .app-section .wavy-gif {
    left: 3%;
    top: 3%;
  }
}
@media (max-width: 767px) {
  .app-section .wavy-gif {
    top: 30px;
  }
}
.app-section .wavy-gif svg {
  width: 50px;
}
@media (max-width: 767px) {
  .app-section .wavy-gif svg {
    width: 40px;
  }
}

.loader-gif {
  right: 5%;
  top: 25%;
}
@media (max-width: 1199px) {
  .loader-gif {
    top: 32%;
  }
}
@media (max-width: 991px) {
  .loader-gif {
    right: 15px;
  }
}
@media (max-width: 575px) {
  .loader-gif {
    top: 28%;
  }
}

.loader-line-gif {
  right: 15%;
  top: 12%;
}
@media (max-width: 1660px) {
  .loader-line-gif {
    right: 5%;
  }
}
@media (max-width: 1399px) {
  .loader-line-gif {
    top: 10%;
    right: 0;
  }
}
@media (max-width: 1199px) {
  .loader-line-gif {
    top: 9%;
  }
}
@media (max-width: 991px) {
  .loader-line-gif {
    top: 0;
  }
}
.loader-line-gif img {
  width: 130px;
}
@media (max-width: 575px) {
  .loader-line-gif img {
    width: 80px;
  }
}

.premium-wrap {
  margin-top: -28px;
}
.premium-wrap .vector-image {
  top: -50px;
  left: -30px;
}
@media (max-width: 1399px) {
  .premium-wrap .vector-image {
    left: 75px;
  }
}
@media (max-width: 1199px) {
  .premium-wrap .vector-image {
    left: -15px;
  }
}
.premium-wrap .vector-image img {
  height: 400px;
}
@media (max-width: 1399px) {
  .premium-wrap .vector-image img {
    height: 220px;
  }
}

.framework-section .wavy-gif {
  top: unset;
  bottom: 0;
  right: 20%;
}
@media (max-width: 1399px) {
  .framework-section .wavy-gif {
    bottom: -30px;
    right: 0;
  }
}
@media (max-width: 575px) {
  .framework-section .wavy-gif {
    bottom: 0;
  }
}

.components-section .flower-gif {
  left: unset;
  right: 5%;
  top: 20%;
}
@media (max-width: 991px) {
  .components-section .flower-gif {
    right: 10%;
    top: 9%;
  }
}

.feature-section .vector-image {
  top: 50px;
  right: -170px;
}
@media (max-width: 1674px) {
  .feature-section .vector-image {
    top: 60px;
    right: -160px;
  }
}
@media (max-width: 1600px) {
  .feature-section .vector-image {
    top: 0px;
    right: -20px;
  }
}
@media (max-width: 1655px) {
  .feature-section .vector-image {
    right: -130px;
  }
}
@media (max-width: 1595px) {
  .feature-section .vector-image {
    right: -6px;
    top: -10px;
  }
}
@media (max-width: 1399px) {
  .feature-section .vector-image {
    top: -6px;
    right: -10px;
  }
}
@media (max-width: 1199px) {
  .feature-section .vector-image {
    right: -12px;
  }
}
.feature-section .vector-image img {
  height: 370px;
}
@media (max-width: 1674px) {
  .feature-section .vector-image img {
    height: 340px;
  }
}
@media (max-width: 1655px) {
  .feature-section .vector-image img {
    height: 310px;
  }
}
@media (max-width: 1600px) {
  .feature-section .vector-image img {
    height: 300px;
  }
}
@media (max-width: 1399px) {
  .feature-section .vector-image img {
    height: 280px;
  }
}
.feature-section .round-gif {
  top: unset;
  bottom: 12%;
}
@media (max-width: 1660px) {
  .feature-section .round-gif {
    left: 0;
  }
}
@media (max-width: 1460px) {
  .feature-section .round-gif {
    bottom: unset;
    top: 6%;
  }
}
@media (max-width: 991px) {
  .feature-section .round-gif {
    top: -3%;
  }
}
@media (max-width: 575px) {
  .feature-section .round-gif {
    top: -2%;
  }
}
.feature-section .round-gif img {
  width: 105px;
  height: 105px;
}
@media (max-width: 1460px) {
  .feature-section .round-gif img {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 575px) {
  .feature-section .round-gif img {
    width: 70px;
    height: 70px;
  }
}

.document-section a {
  display: block;
  color: #404040;
}
.document-section .document-box {
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0px 5px 20px rgba(46, 35, 94, 0.12);
  border-radius: 5px;
  padding: 20px;
}
@media (max-width: 767px) {
  .document-section .document-box {
    gap: 14px;
  }
}
@media (max-width: 575px) {
  .document-section .document-box {
    gap: 10px;
    padding: 15px;
  }
}
.document-section .document-box .doc-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.document-section .document-box .doc-icon img {
  height: 20px;
  width: 20px;
  object-fit: contain;
}
.document-section .document-box h5 {
  margin-bottom: 0;
}
@media (max-width: 479px) {
  .document-section .row > div {
    width: 100%;
  }
}
.document-section .bg-icon1 {
  background: #F0E9FB;
}
.document-section .bg-icon2 {
  background: rgba(222, 77, 89, 0.1);
}
.document-section .bg-icon3 {
  background: rgba(77, 186, 135, 0.15);
}
.document-section .bg-icon4 {
  background: rgba(103, 190, 253, 0.12);
}
.document-section .bg-icon5 {
  background: rgba(255, 227, 225, 0.59);
}
.document-section .bg-icon6 {
  background: rgba(65, 184, 131, 0.15);
}
.document-section .bg-icon7 {
  background: rgba(158, 149, 255, 0.22);
}
.document-section .bg-icon8 {
  background: rgba(238, 67, 35, 0.12);
}
.document-section .bg-icon9 {
  background: rgba(154, 214, 183, 0.22);
}
.document-section .bg-icon10 {
  background: rgba(255, 153, 33, 0.14);
}
.document-section .bg-icon11 {
  background: rgba(195, 164, 245, 0.18);
}
.document-section .bg-icon12 {
  background: rgba(16, 15, 15, 0.12);
}

.rating-title {
  font-size: calc(14px + 6 * (100vw - 300px) / 1620);
  font-weight: normal;
}

.layout h5 {
  margin-bottom: 10px;
  opacity: 0.8;
  letter-spacing: 1.2px;
}
.layout .btn {
  padding: 0.15rem 0.5rem;
}

.common-card {
  background: #FCFCFD;
  border: 2px solid #fff;
  box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
  border-radius: 10px;
}

.testimonial-box {
  position: relative;
  padding: 20px 25px;
  text-align: left;
  margin-bottom: 33px;
}
.testimonial-box .rating-content {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.testimonial-box h5 {
  font-size: 16px;
  margin-bottom: 0;
}
.testimonial-box .text-end span {
  font-size: 13px;
}
.testimonial-box .customer-img {
  width: 60px;
  height: 60px;
  background: #FFFAFA;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -25px;
}
.testimonial-box p {
  margin-bottom: 0;
}

.about-section .slick-slide {
  padding: 0 14px;
}

.testimonial-slider .slick-dots li {
  width: auto;
  height: auto;
}
.testimonial-slider .slick-dots li button {
  background: rgba(82, 82, 108, 0.2);
  border-radius: 20px;
  height: 5px;
  width: 11px;
  padding: 0;
  transition: all 0.5s;
}
.testimonial-slider .slick-dots li button::before {
  display: none;
}
.testimonial-slider .slick-dots li.slick-active button {
  background: #108be9;
  border-radius: 20px;
  width: 20px;
  transition: all 0.5s;
}

.customer-box {
  position: relative;
  background-color: #f7f7f7;
  text-align: center;
  padding: 40px 30px;
  border-radius: 25px;
  box-shadow: 30px 30px 33px rgba(119, 119, 119, 0.25);
}
@media (max-width: 1399px) {
  .customer-box {
    padding: 40px 35px;
  }
}
@media (max-width: 1199px) {
  .customer-box {
    padding: 30px 25px;
  }
}
@media (max-width: 991px) {
  .customer-box {
    padding: 17px 13px;
  }
}
@media (max-width: 575px) {
  .customer-box {
    box-shadow: 12px 12px 12px rgba(119, 119, 119, 0.25);
  }
}
.customer-box img {
  height: 70px;
  width: auto;
}
@media (max-width: 991px) {
  .customer-box img {
    height: 50px;
  }
}

.customer-wrapper {
  position: relative;
  padding: 12px;
}
@media (max-width: 767px) {
  .customer-wrapper {
    padding: 0;
  }
}
.customer-wrapper .outline-box {
  position: absolute;
  bottom: -6px;
  left: -5px;
}
@media (max-width: 1399px) {
  .customer-wrapper .outline-box {
    bottom: -1px;
    left: 0px;
  }
}
@media (max-width: 1199px) {
  .customer-wrapper .outline-box {
    bottom: -1px;
    left: -2px;
    width: 120%;
  }
}
@media (max-width: 767px) {
  .customer-wrapper .outline-box {
    display: none;
  }
}

.customer-wrap {
  margin: 0 -28px;
}
@media (max-width: 1199px) {
  .customer-wrap {
    margin: 0 -15px;
  }
}
@media (max-width: 991px) {
  .customer-wrap {
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  .customer-wrap {
    margin: -12px;
  }
}
.customer-wrap > div {
  padding: 0 28px;
}
@media (max-width: 1199px) {
  .customer-wrap > div {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .customer-wrap > div {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .customer-wrap > div {
    padding: 12px;
  }
}
@media (max-width: 1199px) {
  .customer-wrap > div:last-child .outline-box {
    width: 100%;
  }
}

.frame-tab {
  background: rgba(244, 245, 248, 0.5);
  border-radius: 40px;
  border: none;
  gap: 10px;
  display: inline-flex;
  padding: 5px;
  margin-bottom: 50px;
}
.frame-tab .nav-item img {
  width: 21px;
  height: 21px;
}
.frame-tab .nav-item .nav-link {
  font-size: 18px;
  padding: 16px 40px;
  border-radius: 40px;
  background: transparent;
  border: none;
  color: rgba(0, 2, 72, 0.5);
  font-weight: 500;
}
@media (max-width: 991px) {
  .frame-tab .nav-item .nav-link {
    font-size: 16px;
    padding: 10px 25px;
  }
}
.frame-tab .nav-item .nav-link img {
  margin-right: 10px;
  filter: grayscale(1);
}
.frame-tab .nav-item .nav-link.active {
  color: #000248;
  background: #fff;
  box-shadow: 0px 7px 15px rgba(46, 35, 94, 0.06);
}
.frame-tab .nav-item .nav-link.active img {
  filter: unset;
}
@media (max-width: 575.98px) {
  .frame-tab.nav {
    display: inline-flex;
    background-color: transparent;
  }
}

.framework-box {
  position: relative;
  display: flex;
  align-items: center;
  background: #FCFCFD;
  border: 2px solid #fff;
  box-shadow: 0px 5px 20px rgba(46, 35, 94, 0.12);
  border-radius: 50px 16px 16px 50px;
  padding: 18px 16px;
  gap: 16px;
  margin-left: 30px;
  transition: all 0.5s;
}
.framework-box::after {
  position: absolute;
  content: "";
  width: 40px;
  height: calc(100% + 4px);
  border-right: 1px dashed rgba(0, 2, 72, 0.2);
  right: -1px;
  border-top: 1px dashed rgba(0, 2, 72, 0.2);
  border-bottom: 1px dashed rgba(0, 2, 72, 0.2);
  border-radius: 10px;
  top: -1px;
  bottom: 0;
}
.framework-box .frame-icon {
  position: relative;
  min-width: 55px;
  height: 55px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -48px;
}
@media (max-width: 575px) {
  .framework-box .frame-icon {
    min-width: 52px;
    height: 52px;
  }
}
.framework-box .frame-icon::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  box-shadow: 3px 4px 5px rgba(46, 35, 94, 0.11), inset 3px 0px 1px rgba(204, 204, 215, 0.5);
  border-radius: 100%;
}
.framework-box .frame-icon img {
  width: 30px;
  height: 30px;
}
@media (max-width: 575px) {
  .framework-box .frame-icon img {
    width: 25px;
    height: 25px;
  }
}
.framework-box .frame-details {
  position: relative;
  text-align: left;
}
.framework-box .frame-details p {
  opacity: 0.7;
  margin-bottom: 0;
}
.framework-box .frame-details::before, .framework-box .frame-details::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #FEFEFF;
  border: 1px solid rgba(0, 2, 72, 0.2);
  border-radius: 100%;
  right: 17px;
}
.framework-box .frame-details::before {
  top: -23px;
}
.framework-box .frame-details::after {
  bottom: -24px;
}
@media (min-width: 576px) {
  .framework-box:hover {
    transform: scale(1.05);
    transition: all 0.5s;
  }
}
.framework-box:hover .frame-icon::before {
  animation-name: rotate;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotate {
  from {
    transform: rotate(-360deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.customization-wrap .landing-title p {
  width: 100%;
}

.sub-title {
  font-size: calc(18px + 8 * (100vw - 300px) / 1620);
  font-weight: 700;
  font-family: "Caveat", cursive;
  color: #FFB905;
}

.rotate-title {
  color: #FF5A82;
}

.landing-home {
  scroll-behavior: smooth;
  overflow: hidden;
  position: relative;
  background-position: bottom;
  background-size: cover;
  background-image: url(../images/landing/home-bg.jpg);
  background-color: #1b1c21;
}
.landing-home .sub-title {
  font-size: calc(18px + 12 * (100vw - 300px) / 1620);
}
.landing-home .content h1 {
  color: #fff;
  line-height: 1.2;
  font-size: calc(25px + 35 * (100vw - 300px) / 1620);
  text-transform: uppercase;
}
.landing-home .content h1 span {
  background: linear-gradient(90deg, #FFB905 20.35%, #6AEBAD 50%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.landing-home .content p {
  font-size: calc(14px + 4 * (100vw - 300px) / 1620);
  font-weight: 500;
  font-family: roboto;
  color: #fff;
  opacity: 0.8;
  width: 64%;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  .landing-home .content p {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .landing-home .content p {
    width: 100%;
  }
}
.landing-home .btn-grp {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .landing-home .btn-grp {
    gap: 12px;
  }
}
@media (max-width: 575px) {
  .landing-home .btn-grp {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.landing-home .btn-grp img {
  height: 30px;
}
@media (max-width: 767px) {
  .landing-home .btn-grp img {
    height: 22px;
  }
}
@media (max-width: 575px) {
  .landing-home .btn-grp img {
    height: 20px;
  }
}
.landing-home .content {
  margin-top: 200px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 1366px) {
  .landing-home .content {
    margin-top: 170px;
  }
}
@media (max-width: 1199px) {
  .landing-home .content {
    margin-top: 140px;
  }
}
@media (max-width: 575px) {
  .landing-home .content {
    margin-top: 100px;
  }
}
.landing-home .content-title {
  position: relative;
  display: inline-block;
}
.landing-home .content-title .arrow-decore {
  position: absolute;
  left: -203px;
  top: -25px;
}
@media (max-width: 1660px) {
  .landing-home .content-title .arrow-decore {
    left: -166px;
    width: 150px;
  }
}
@media (max-width: 991px) {
  .landing-home .content-title .arrow-decore {
    left: -125px;
    width: 110px;
    top: -14px;
  }
}
@media (max-width: 575px) {
  .landing-home .content-title .arrow-decore {
    left: -61px;
    width: 60px;
    top: -4px;
  }
}
.landing-home .sticky-header header .nav-padding {
  padding: 30px 50px;
}

.build-section {
  position: relative;
}
.build-section .landing-title {
  display: flex;
  align-items: center;
}
.build-section .landing-title h2 {
  width: 53%;
}
@media (max-width: 1660px) {
  .build-section .landing-title h2 {
    width: 58%;
  }
}
@media (max-width: 1366px) {
  .build-section .landing-title h2 {
    width: 59%;
  }
}
@media (max-width: 1199px) {
  .build-section .landing-title h2 {
    width: 63%;
  }
}
@media (max-width: 991px) {
  .build-section .landing-title h2 {
    width: 100%;
  }
}
.build-section .landing-title .title-img {
  margin-bottom: -14px;
}
@media (max-width: 991px) {
  .build-section .landing-title .title-img {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .build-section .landing-title .title-img {
    width: 80px;
  }
}
.build-section .rotate-title {
  width: 14%;
  transform: rotate(13.97deg);
  text-align: center;
  margin-left: -20px;
}
@media (max-width: 1199px) {
  .build-section .rotate-title {
    width: 17%;
  }
}
@media (max-width: 991px) {
  .build-section .rotate-title {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .build-section .rotate-title {
    width: 42%;
  }
}
.build-section .build-image img {
  width: calc(100% + 210px);
}
@media (max-width: 991px) {
  .build-section .build-image img {
    width: calc(100% + 100px);
  }
}
@media (max-width: 767px) {
  .build-section .build-image img {
    width: 100%;
  }
}

@keyframes animationtop {
  0% {
    transform: translate(-10px, -5px);
  }
  50% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-10px, -5px);
  }
}
@keyframes animationleft {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(20px, 0);
  }
  100% {
    transform: translate(0, 0px);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.navbar {
  justify-content: flex-start;
}
.navbar .navbar-toggler {
  margin-left: auto;
}

.navbar-nav {
  align-items: center;
}
.navbar-nav .nav-item {
  position: relative;
}
.navbar-nav .nav-item .nav-link {
  font-size: 18px;
  letter-spacing: 1px;
  padding: 12px 20px;
  transition: all 0.3s ease;
}
.navbar-nav .nav-item .nav-link:hover, .navbar-nav .nav-item .nav-link.active {
  opacity: 1;
  transition: all 0.3s ease;
}

.landing-page .navbar-expand-xl .navbar-collapse {
  background-color: transparent;
}
.landing-page .page-body-wrapper {
  min-height: 100vh;
  background: #eaf4ff;
  overflow: hidden;
}
.landing-page .buy-btn {
  font-size: 16px;
  background: linear-gradient(90deg, #108be9 -18.33%, #563EE0 62.78%);
  border-radius: 5px;
  padding: 15px 54px;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .landing-page .buy-btn {
    padding: 12px 35px;
  }
}
@media (max-width: 767px) {
  .landing-page .buy-btn {
    padding: 9px 20px;
    font-size: 14px;
  }
}
.landing-page .buy-btn a {
  color: #fff;
  padding: 0;
}
.landing-page .navbar-nav .nav-item .nav-link {
  letter-spacing: 1.5px;
  color: #fff;
}
.landing-page .sticky-header header {
  background: transparent;
  box-shadow: none;
  z-index: 100;
  left: 0;
  height: auto;
}
.landing-page .sticky-header header.sticky {
  margin-top: 0;
  background: #1d1f29;
}
.landing-page .sticky-header header.sticky .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  padding: 15px 12px;
}

.navbar-expand-xl .navbar-brand {
  padding-left: 18px;
}
.navbar-expand-xl .navbar-collapse {
  flex-flow: row nowrap;
  justify-content: flex-end;
  background-color: #fff;
}

.section-space {
  position: relative;
  padding: 80px 0;
  text-align: center;
}
.section-space p {
  font-size: 15px;
  line-height: 1.5;
}

.landing-title {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .landing-title {
    margin-bottom: 20px;
  }
}
.landing-title h2 {
  font-size: calc(25px + 27 * (100vw - 300px) / 1620);
}
.landing-title .gradient-1 {
  background: linear-gradient(90.78deg, #108be9 49.33%, #838383 82.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.landing-title .gradient-2 {
  background: linear-gradient(90deg, #FF6A5B 4.44%, #1E52B9 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.landing-title .gradient-3 {
  background: linear-gradient(90deg, #7B5DFE 11.24%, #FFAB2E 50%), linear-gradient(0deg, #FF6A5B, #FF6A5B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.landing-title .gradient-4 {
  background: linear-gradient(90deg, #22AC16 65.06%, #1C97BE 92.34%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.landing-title .gradient-5 {
  background: linear-gradient(90deg, #6A2FE7 2%, #46B7D0 40%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.landing-title .gradient-6 {
  background: linear-gradient(271deg, #F1305F 30%, #0066FF 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.landing-title .gradient-7 {
  background: linear-gradient(90deg, #FF7A00 20%, #D72695 89.68%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.landing-title .gradient-8 {
  background: linear-gradient(257.2deg, #FF5E51 21.09%, #FFAB6F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.landing-title .gradient-9 {
  background: linear-gradient(90deg, rgba(255, 57, 57, 0.88) 2%, #24D34B 103.68%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.landing-title .gradient-10 {
  background: linear-gradient(90deg, #4A86FB 50%, #FF5823 68.37%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.landing-title .gradient-11 {
  background: linear-gradient(90deg, #FF1717 22.23%, #0A96E6 68.75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.landing-title .gradient-12 {
  background: linear-gradient(90deg, #89D32B 5.6%, #FF7A00 36.2%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.landing-title .gradient-13 {
  background: linear-gradient(90deg, #FF6056 31.63%, #7F74FE 67.63%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.landing-title p {
  font-size: calc(14px + 4 * (100vw - 300px) / 1620);
  width: 65%;
  margin: 0 auto;
  color: #52526C;
  opacity: 0.8;
}
@media (max-width: 1199px) {
  .landing-title p {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .landing-title p {
    width: 100%;
  }
}

.bottom-section-grad {
  position: relative;
}
.bottom-section-grad::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #EDF7FF -3.32%, rgba(227, 242, 255, 0) 144.14%);
  opacity: 0.7;
  height: 100%;
  width: 100%;
}

.faq-section .accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq-section .accordion .accordion-item {
  background: #FCFCFD;
  border: 2px solid #fff;
  box-shadow: 0px 4px 10px rgba(46, 35, 94, 0.07);
  border-radius: 10px;
  padding: 22px 30px;
}
@media (max-width: 767px) {
  .faq-section .accordion .accordion-item {
    padding: 15px 20px;
  }
}
.faq-section .accordion-button, .faq-section .accordion-body {
  padding: 0;
}
.faq-section .accordion-button:not(.collapsed) {
  color: #108be9;
  background: transparent;
}
.faq-section .accordion-button:focus {
  box-shadow: unset;
  border: none;
}
.faq-section .accordion-button::after {
  font-family: "IcoFont";
  content: "\eb25";
  font-size: 24px;
  background: unset;
  width: auto;
  height: auto;
  margin-bottom: -4px;
}
.faq-section .accordion-body {
  padding-top: 14px;
  margin-top: 14px;
  border-top: 1px solid rgba(82, 82, 108, 0.5);
  text-align: left;
}
.faq-section .vector-image {
  left: -160px;
  top: 30px;
}
@media (max-width: 1600px) {
  .faq-section .vector-image {
    left: 60px;
    top: -30px;
  }
}
@media (max-width: 1199px) {
  .faq-section .vector-image {
    left: 0px;
    top: -30px;
  }
}
.faq-section .vector-image img {
  height: 400px;
}
@media (max-width: 1600px) {
  .faq-section .vector-image img {
    height: 270px;
  }
}

.pricing-section .landing-title p {
  width: 100%;
}
.pricing-section .loader-gif {
  top: -5%;
}
@media (max-width: 1600px) {
  .pricing-section .loader-gif {
    top: -11%;
    right: 2%;
  }
}
@media (max-width: 991px) {
  .pricing-section .loader-gif {
    top: -2%;
    right: 2%;
  }
}
.pricing-section .loader-gif .loader-1 {
  width: 56px;
  height: 56px;
}
.pricing-section .loader-gif .loader-1::after, .pricing-section .loader-gif .loader-1::before {
  width: 56px;
  height: 56px;
}
@media (max-width: 575px) {
  .pricing-section .loader-gif .loader-1 {
    width: 40px;
    height: 40px;
  }
  .pricing-section .loader-gif .loader-1::after, .pricing-section .loader-gif .loader-1::before {
    width: 40px;
    height: 40px;
  }
}
.pricing-section .loader-line-gif {
  right: unset;
  top: unset;
  left: 22%;
  bottom: 15%;
}
@media (max-width: 1600px) {
  .pricing-section .loader-line-gif {
    left: 12%;
  }
}
@media (max-width: 1600px) {
  .pricing-section .loader-line-gif {
    left: 16%;
  }
}
@media (max-width: 991px) {
  .pricing-section .loader-line-gif {
    left: 10px;
    bottom: -20px;
  }
  .pricing-section .loader-line-gif img {
    width: 90px;
  }
}

.pricing-box {
  background: rgba(243, 245, 245, 0.5);
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 30px 20px;
}
.pricing-box img {
  width: 23px;
  height: 22px;
}
@media (max-width: 767px) {
  .pricing-box {
    padding: 20px 15px;
  }
}
.pricing-box p {
  color: #52526C;
}
.pricing-box h4 {
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .pricing-box h4 {
    margin-bottom: 15px;
  }
}
.pricing-box p {
  line-height: 1.5;
}
.pricing-box .purchase-details {
  background: #FCFCFD;
  border: 2px solid #fff;
  box-shadow: 0px 4px 20px rgba(46, 35, 94, 0.05);
  border-radius: 10px;
  padding: 24px 40px;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .pricing-box .purchase-details {
    padding: 24px 20px;
  }
}
.pricing-box .purchase-details h2 {
  margin-bottom: 14px;
}
.pricing-box .purchase-details .btn-lg {
  font-weight: 500;
  padding: 12px 20px;
  width: 100%;
  min-width: auto;
}
@media (max-width: 1199px) {
  .pricing-box .purchase-details .btn-lg {
    padding: 12px 10px;
    font-size: 15px;
  }
}

.license-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 767px) {
  .license-list {
    gap: 10px;
  }
}
.license-list li {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 10px;
}
@media (max-width: 991px) {
  .license-list li {
    gap: 5px;
  }
}
@media (max-width: 575px) {
  .license-list li img {
    width: 18px;
    height: 18px;
  }
}
.license-list li h6 {
  font-weight: normal;
  margin-bottom: 0;
}

.feature-box {
  padding: 30px 20px;
  text-align: left;
  position: relative;
}
@media (max-width: 575px) {
  .feature-box {
    padding: 20px;
  }
}
.feature-box::after {
  position: absolute;
  content: "";
  width: 0;
  height: 5px;
  bottom: 0;
  left: 0;
  background: #F94646;
  border-radius: 0 0 10px 10px;
  transition: width 0.5s;
}
.feature-box:hover::after {
  width: 100%;
  transition: width 0.5s;
}
.feature-box .feature-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-bottom: 25px;
}
.feature-box.bg-feature-1 .feature-icon {
  background: #FBECEC;
}
.feature-box.bg-feature-2 .feature-icon {
  background: #F0E9FB;
}
.feature-box.bg-feature-2::after {
  background: #6610F2;
}
.feature-box.bg-feature-3 .feature-icon {
  background: rgba(41, 156, 252, 0.1);
}
.feature-box.bg-feature-3::after {
  background: #43BCFF;
}
.feature-box.bg-feature-4 .feature-icon {
  background: rgba(96, 177, 88, 0.15);
}
.feature-box.bg-feature-4::after {
  background: #60B158;
}
.feature-box.bg-feature-5 .feature-icon {
  background: rgba(255, 150, 39, 0.1);
}
.feature-box.bg-feature-5::after {
  background: #FF9414;
}
.feature-box.bg-feature-6 .feature-icon {
  background: rgba(222, 77, 89, 0.1);
}
.feature-box.bg-feature-6::after {
  background: #FC6773;
}
.feature-box.bg-feature-7 .feature-icon {
  background: rgba(255, 132, 62, 0.1);
}
.feature-box.bg-feature-7::after {
  background: #FF843E;
}
.feature-box.bg-feature-8 .feature-icon {
  background: rgba(221, 84, 255, 0.1);
}
.feature-box.bg-feature-8::after {
  background: #FF81FF;
}

.benefit-box {
  position: relative;
  background: rgba(241, 242, 242, 0.5);
  padding: 40px 10px;
  box-shadow: 17px 17px 20px rgba(186, 186, 187, 0.3);
  border-radius: 30px;
}
@media (max-width: 991px) {
  .benefit-box {
    padding: 30px 10px;
  }
}
@media (max-width: 575px) {
  .benefit-box {
    padding: 20px 10px;
  }
}
.benefit-box svg {
  width: 40px;
  height: 40px;
}
@media (max-width: 991px) {
  .benefit-box svg {
    width: 30px;
    height: 30px;
  }
}
.benefit-box::after {
  position: absolute;
  content: "";
  width: 54px;
  height: 8px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px 10px 0 0;
}
@media (max-width: 991px) {
  .benefit-box h2 {
    font-size: 25px;
  }
}
.benefit-box h6 {
  font-weight: 400;
  color: #52526C;
  opacity: 0.7;
}
.benefit-box.pink h2 {
  color: #FF3692;
}
.benefit-box.pink::after {
  background: #FF3692;
}
.benefit-box.purple h2 {
  color: #7238FF;
}
.benefit-box.purple::after {
  background: #7238FF;
}
.benefit-box.red h2 {
  color: #FF3556;
}
.benefit-box.red::after {
  background: #FF3556;
}
.benefit-box.warning h2 {
  color: #FFAA05;
}
.benefit-box.warning::after {
  background: #FFAA05;
}

.rating-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rating-title .decore-1 {
  margin-top: -35px;
  animation: animationtop 5s infinite;
}

@keyframes arrowsvg {
  0% {
    transform: scale(0);
    transform-origin: left;
  }
  100% {
    transform: scale(1);
    transform-origin: left;
  }
}
.title-svg {
  animation: arrowsvg 5s infinite;
}

.ratings li i {
  color: #FFAA05;
}

.components-section {
  background: linear-gradient(179deg, rgba(247, 248, 249, 0) 8.83%, #F7F8F9 50%);
}
.components-section .vector-image {
  left: 30px;
  bottom: 2px;
}
@media (max-width: 1660px) {
  .components-section .vector-image {
    left: 50px;
    top: 80px;
  }
}
@media (max-width: 1399px) {
  .components-section .vector-image {
    left: 30px;
  }
}
@media (max-width: 1199px) {
  .components-section .vector-image {
    left: -16px;
  }
}
.components-section .vector-image img {
  height: 280px;
}
@media (max-width: 1660px) {
  .components-section .vector-image img {
    height: 240px;
  }
}
@media (max-width: 1399px) {
  .components-section .vector-image img {
    height: 220px;
  }
}
@media (max-width: 1199px) {
  .components-section .vector-image img {
    height: 190px;
  }
}

.component_responsive {
  flex-wrap: initial;
}

.component-hover-effect {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #FCFCFD;
  border: 2px solid #fff;
  box-shadow: 0px 4px 10px rgba(46, 35, 94, 0.07);
  border-radius: 5px;
  padding: 20px;
  justify-content: center;
  min-height: 78px;
}
@media (max-width: 767px) {
  .component-hover-effect {
    padding: 13px;
    min-height: 68px;
  }
}
.component-hover-effect svg {
  width: 26px;
  height: 26px;
}

.ptb50 {
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .ptb50 {
    padding: 60px 0;
  }
}
@media (max-width: 575.98px) {
  .ptb50 {
    padding: 50px 0;
  }
}

.purchase-btn {
  padding: 12px 20px;
  min-width: 200px;
  border: none;
}
@media (max-width: 991px) {
  .purchase-btn {
    min-width: 160px;
  }
}
@media (max-width: 767px) {
  .purchase-btn {
    min-width: 140px;
    padding: 10px 17px;
    font-size: 16px;
  }
}

.footer-bg {
  position: relative;
  text-align: center;
  background: url(../images/landing/footer.jpg);
  margin-left: 0;
  color: #fff;
}
@media (max-width: 575px) {
  .footer-bg {
    background-position: center;
  }
}
.footer-bg .landing-title h2 {
  color: #fff;
}

@keyframes move_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }
  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}
footer h2 {
  font-size: calc(24px + 46 * (100vw - 300px) / 1620);
}
footer .landing-title p {
  color: #fff;
  opacity: 0.7;
}
footer .license-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: calc(15px + 15 * (100vw - 300px) / 1620);
  gap: calc(15px + 15 * (100vw - 300px) / 1620);
}
@media (max-width: 991px) {
  footer .license-list {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  footer .license-list {
    gap: 15px;
  }
}
@media (max-width: 575px) {
  footer .license-list {
    flex-wrap: wrap;
  }
}
footer .license-list h6 {
  color: #fff;
}
footer .feature-content {
  margin-bottom: calc(25px + 35 * (100vw - 300px) / 1620);
}
footer .feature-content ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(25px + 15 * (100vw - 300px) / 1620);
}
@media (max-width: 767px) {
  footer .feature-content ul {
    gap: 15px;
  }
}
@media (max-width: 575px) {
  footer .feature-content ul {
    flex-wrap: wrap;
    gap: 10px;
  }
}
footer .feature-content ul li h4 {
  max-width: 205px;
  margin: 0 auto;
  color: #fff;
}
@media (max-width: 1199px) {
  footer .feature-content ul li h4 {
    max-width: 200px;
  }
}
@media (max-width: 991px) {
  footer .feature-content ul li h4 {
    max-width: 140px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  footer .feature-content ul li h4 {
    max-width: 116px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  footer .feature-content ul li h4 {
    max-width: 105px;
    font-size: 14px;
  }
}
footer .feature-content ul li img {
  margin-top: -40px;
}
@media (max-width: 991px) {
  footer .feature-content ul li img {
    width: 220px;
  }
}
@media (max-width: 767px) {
  footer .feature-content ul li img {
    width: 160px;
    margin-top: -25px;
  }
}
@media (max-width: 575px) {
  footer .feature-content ul li img {
    width: 140px;
  }
}
footer .sub-footer {
  padding: 20px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 575px) {
  footer .sub-footer {
    padding: 12px 0px;
  }
}
footer .sub-footer h6 {
  font-weight: normal;
  color: #fff;
}
footer .sub-footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
footer .sub-footer ul li a {
  color: #fff;
}
footer .sub-footer ul li a:hover {
  color: #108be9;
}
footer .sub-footer ul li i {
  font-size: 20px;
}

.landing-page .bg-Widget {
  background: linear-gradient(180deg, #F7F8F9 69%, rgba(247, 248, 249, 0) 91.83%);
}
.landing-page .bg-Widget:before {
  top: 220px !important;
  transform: rotate(-40deg);
}
.landing-page .bg-Widget:after {
  top: unset !important;
  bottom: 0 !important;
}
.landing-page .bg-Widget .cuba-demo-content p {
  color: rgba(255, 255, 255, 0.7);
}
.landing-page .bg-Widget .cuba-demo-content .couting h2 {
  -webkit-text-fill-color: #fff !important;
}

.btn-md:hover {
  animation: 0.3s pulse 3;
}

.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;
  color: #fff;
  background: var(--theme-default);
  border: none;
  padding: 7px;
  box-shadow: 0 0 10px var(--theme-default);
  opacity: 0.5;
  transition: all 0.3s ease;
}
.tap-top:hover {
  transition: all 0.3s ease;
  opacity: 1;
}
.tap-top svg {
  width: 20px;
}

@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
.page-wrapper,
.landing-page {
  overflow: hidden;
}
.page-wrapper .section-space,
.landing-page .section-space {
  padding: 80px 0;
}
.page-wrapper .customer-support,
.landing-page .customer-support {
  padding-top: 21px !important;
}
.page-wrapper .cuba-demo-content,
.landing-page .cuba-demo-content {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .page-wrapper .cuba-demo-content,
  .landing-page .cuba-demo-content {
    margin-bottom: 30px;
  }
}
.page-wrapper .cuba-demo-content img,
.landing-page .cuba-demo-content img {
  margin: 0 auto;
  width: 70px;
  animation: rotated 50s infinite linear;
}
.page-wrapper .cuba-demo-section,
.landing-page .cuba-demo-section {
  position: relative;
}
.page-wrapper .cuba-demo-section .img-effect,
.landing-page .cuba-demo-section .img-effect {
  -webkit-box-shadow: 0 0 37px rgba(8, 21, 66, 0.15);
  box-shadow: 0 0 37px rgba(8, 21, 66, 0.15);
  border-radius: 15px;
  padding: 20px;
  position: relative;
}
.page-wrapper .cuba-demo-section .img-effect .hover-link,
.landing-page .cuba-demo-section .img-effect .hover-link {
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(10deg, rgba(63, 71, 90, 0.8) 0%, transparent 80%);
  border-radius: 15px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 20px;
  opacity: 0;
  transition: all 0.3s ease;
  left: 0;
  top: 0;
}
.page-wrapper .cuba-demo-section .img-effect:hover .hover-link,
.landing-page .cuba-demo-section .img-effect:hover .hover-link {
  opacity: 1;
  z-index: 1;
  transition: all 0.3s ease;
}
.page-wrapper .cuba-demo-section .img-effect img,
.landing-page .cuba-demo-section .img-effect img {
  width: 100%;
  transition: all 0.3s ease;
}
.page-wrapper .cuba-demo-section .img-effect:hover,
.landing-page .cuba-demo-section .img-effect:hover {
  box-shadow: 0 0 37px rgba(8, 21, 66, 0.15);
  transition: all 0.3s ease;
}
.page-wrapper .cuba-demo-section .img-effect:hover img,
.landing-page .cuba-demo-section .img-effect:hover img {
  transform: scale(1.01);
  transition: all 0.3s ease;
}
.page-wrapper .cuba-demo-section .cuba-demo-content .couting,
.landing-page .cuba-demo-section .cuba-demo-content .couting {
  margin-bottom: -10px;
  margin-top: calc(-15px + -17 * (100vw - 300px) / 1620);
}
.page-wrapper .cuba-demo-section .cuba-demo-content .couting h2,
.landing-page .cuba-demo-section .cuba-demo-content .couting h2 {
  color: var(--theme-default);
  font-weight: 500;
  font-size: calc(100px + 150 * (100vw - 300px) / 1620);
  background: linear-gradient(180deg, #5456AA 0%, rgba(0, 2, 72, 0) 88.85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
  line-height: 1;
  opacity: 0.1;
}

.landing-page {
  overflow: unset;
}

.fluid-space {
  padding: 0 calc(10px + 70 * (100vw - 300px) / 1620);
}
@media (max-width: 1399px) {
  .fluid-space {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .fluid-space {
    padding: 0 12px;
  }
}

ul.dot-group {
  display: flex;
  gap: 6px;
  padding: 15px 10px 0;
}
ul.dot-group li {
  width: 8px;
  height: 8px;
  background: #E8E8EC;
  border-radius: 100%;
}

.demo-imgs {
  margin: -15px;
}
.demo-imgs .demo-content .cuba-demo-img {
  box-shadow: 0px 9px 40px rgba(46, 35, 94, 0.15);
  border-radius: 5px;
  position: relative;
  height: 100%;
}
.demo-imgs .demo-content .cuba-demo-img .hover-link {
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  background: #f8f8f8;
  border-radius: 0px 0px 5px 5px;
}
@media (max-width: 1640px) {
  .demo-imgs .demo-content .cuba-demo-img .hover-link {
    padding: 20px 12px;
    gap: 10px;
  }
}
@media (max-width: 1366px) {
  .demo-imgs .demo-content .cuba-demo-img .hover-link {
    padding: 20px;
  }
}
.demo-imgs .demo-content .cuba-demo-img .hover-link .link-btn {
  cursor: not-allowed;
}
.demo-imgs .demo-content .cuba-demo-img .hover-link a {
  color: #fff;
  display: inline-block;
  border-radius: 14px;
  background: #f8f8f8;
  transition: all 0.3s ease;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 7px 7px 5px rgba(192, 202, 216, 0.22);
  position: relative;
}
@media (max-width: 1640px) {
  .demo-imgs .demo-content .cuba-demo-img .hover-link a {
    width: 55px;
    height: 55px;
  }
}
.demo-imgs .demo-content .cuba-demo-img .hover-link a img {
  margin-bottom: -2px;
  height: 20px;
}
.demo-imgs .demo-content .cuba-demo-img .hover-link .coming-soon {
  opacity: 0.4;
  pointer-events: none;
}
.demo-imgs .demo-content .cuba-demo-img .overflow-hidden {
  padding: 10px;
}
.demo-imgs .demo-content .cuba-demo-img .overflow-hidden img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.demo-imgs .demo-content .cuba-demo-img:hover .overflow-hidden img {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}
.demo-imgs .demo-content .title-wrapper {
  padding: 0 10px 0;
}
.demo-imgs .demo-content .title-wrapper .theme-name {
  position: relative;
  font-size: calc(15px + 5 * (100vw - 300px) / 1620);
  text-transform: capitalize;
}
.demo-imgs .demo-content .title-wrapper .theme-name span {
  color: #52526C;
}
@media (max-width: 1670px) {
  .demo-imgs > div {
    padding: 15px;
    margin: 0;
  }
}

.app-box {
  padding: 18px 12px 12px;
  display: flex;
  width: 100%;
  align-items: center;
  border-radius: 5px;
}
.app-box h6 {
  color: #52526C;
  margin: 0 12px 0 0;
  position: relative;
}
.app-box h6 .app-title {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.app-box h6 .line {
  width: 1px;
  background: #52526C;
  height: 18px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.app-box .app-image {
  flex: auto;
}
.app-box .app-image .img-effect {
  box-shadow: 0px 3px 20px rgba(46, 35, 94, 0.1);
  border-radius: 5px;
}
.app-box .app-image .img-effect.image-height a img {
  height: auto;
}
.app-box .app-image a {
  display: block;
}
.app-box .app-image a img {
  width: 100%;
}
.app-box ul.dot-group {
  padding: 0 0 13px;
}

.app-bg-1 {
  background: #F9F7F7;
}

.app-bg-2 {
  background: #F3F5F5;
}

.app-bg-3 {
  background: #EFF5F8;
}

.app-bg-4 {
  background: #F0F5F7;
}

.app-bg-5 {
  background: #F5F4F3;
}

.app-bg-6 {
  background: #F8F8FA;
}

.text-marqee {
  height: 230px;
}
@media (max-width: 1199px) {
  .text-marqee {
    height: 166px;
  }
}
@media (max-width: 991px) {
  .text-marqee {
    height: 130px;
  }
}
@media (max-width: 767px) {
  .text-marqee {
    height: 95px;
  }
}
@media (max-width: 575px) {
  .text-marqee {
    height: 65px;
  }
}

.decoration li {
  position: absolute;
}

.flower-gif {
  top: -40px;
  left: 19%;
}
@media (max-width: 991px) {
  .flower-gif {
    top: 0;
    left: 15%;
  }
}
@media (max-width: 767px) {
  .flower-gif {
    left: 8%;
  }
}
@media (max-width: 575px) {
  .flower-gif {
    display: none;
  }
}

.big-title {
  font-weight: 700;
  font-size: 200px;
  line-height: 229px;
  letter-spacing: -0.045em;
  color: rgba(234, 235, 241, 0.5);
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .big-title {
    font-size: 140px;
    line-height: 170px;
  }
}
@media (max-width: 991px) {
  .big-title {
    font-size: 110px;
    line-height: 140px;
  }
}
@media (max-width: 767px) {
  .big-title {
    font-size: 80px;
    line-height: 100px;
  }
}
@media (max-width: 575px) {
  .big-title {
    font-size: 50px;
    line-height: 60px;
  }
}

.navabr_btn-set {
  position: relative;
}
.navabr_btn-set:focus {
  outline: 0;
}
.navabr_btn-set span {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}
.navabr_btn-set:not(.custom_nav) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}
.navabr_btn-set:not(.custom_nav) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}
.navabr_btn-set:not(.custom_nav) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}

.navbar-b {
  transition: all 0.5s ease-in-out;
  background-color: transparent;
  padding-top: 1.563rem;
  padding-bottom: 1.563rem;
}

.fixed-top {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  display: flex;
  left: 0;
  z-index: 1030;
}

.navbar-toggler span {
  display: block;
  background-color: transparent;
  height: 3px;
  width: 25px;
  z-index: 112;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}
.navbar-toggler span:nth-child(1) {
  transition: transform 0.35s ease-in-out;
}
.navbar-toggler span:nth-child(3) {
  transition: transform 0.35s ease-in-out;
}
.navbar-toggler:focus {
  box-shadow: none;
}

.navbar_nav_modify li {
  text-align: center;
}

.sticky-header header {
  position: fixed;
  width: 100%;
  z-index: 6;
  text-align: center;
  line-height: normal;
  height: 80px;
  background: var(--theme-default);
  color: #fff;
  box-shadow: 0 0 5px 1px rgba(5, 56, 111, 0.1);
  transition: all 0.4s ease;
}
.sticky-header header .nav-padding {
  padding: 14px;
}
.sticky-header header.sticky {
  line-height: normal;
  background: var(--theme-default);
  text-align: left;
}
.sticky-header header.sticky .nav-padding {
  padding: 7px 14px;
}

.landing-home .sticky .navbar-brand img {
  max-height: 35px;
}

.title-padding {
  padding: 130px 0;
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-4px);
  }
}
@media (max-width: 1440px) {
  .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    padding: 12px 7px;
  }
}
/* ========= responsive scss for 1200 screen ========= */
@media only screen and (max-width: 1199px) {
  .sticky-header header.sticky .nav-padding {
    padding: 15px 25px;
  }
  .navbar-toggler span {
    background-color: #fff;
  }
  .landing-home .screen1 {
    left: 100px;
    margin-top: 0;
  }
  .sticky-header .navbar-nav .nav-item .nav-link {
    color: #000;
    padding: 10px 12px !important;
    font-size: 15px;
  }
  .sticky-header .navbar-nav li {
    display: block;
    width: 100%;
  }
  .landing-page .navbar-expand-xl .navbar-collapse {
    background-color: white;
    margin-top: 20px;
    position: absolute;
    width: calc(100% - 30px);
    left: 15px;
    top: 70px;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 575px) {
  .landing-page .navbar-expand-xl .navbar-collapse {
    top: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .landing-page .navbar-expand-xl .navbar-collapse .navbar-nav {
    padding: 20px 30px 30px 30px;
  }
  header.sticky .navbar-expand-xl .navbar-collapse {
    top: 50px;
  }
  .landing-main .sticky .navbar-expand-xl .navbar-brand {
    top: 8px;
  }
  .landing-main .sticky .navbar-expand-xl .navabr_btn-set {
    top: 16px;
  }
  .landing-main .navbar-toggler span {
    background-color: #fff;
  }
  .landing-main .navbar_nav_modify {
    width: 100vw;
    left: 0;
    position: fixed;
    height: 100vh;
    background-color: #293240;
    top: 0;
    padding: 120px 0px;
  }
  .landing-main h4 {
    font-size: 20px;
  }
  .landing-main .navbar-expand-xl .navabr_btn-set {
    position: fixed;
    top: 24px;
    z-index: 1;
    right: 20px;
  }
  .landing-main .navbar-expand-xl .navbar-brand {
    padding-left: 5px;
    z-index: 1;
    position: fixed;
    top: 14px;
  }
  .landing-main .navbar-expand-xl .navbar-collapse .navbar-nav .nav-item a {
    padding: 28px 60px;
    width: 16px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .landing-main .navbar-expand-lg .navbar-brand {
    padding-left: 5px;
  }
  .landing-main .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item a {
    padding: 9px;
  }
}
/* ========= responsive scss for 992 screen ========= */
@media only screen and (max-width: 991px) {
  .landing-home .navbar-brand img {
    height: 35px;
  }
  .frameworks-section > .container {
    max-width: 100%;
  }
  .landing-main .navbar-expand-lg .navbar-collapse {
    position: absolute;
    top: 90px;
    background-color: rgb(255, 255, 255);
    width: calc(100% - 30px);
    border-radius: 5px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 15px;
  }
  .landing-main .section-space {
    padding: 60px 0;
  }
  .landing-main .section-space p {
    font-size: 16px;
  }
  .landing-main .navbar-expand-lg .navbar-toggler {
    background-color: #fff;
  }
  .landing-main .navbar-expand-lg .navbar-toggler .navbar-toggler-icon i {
    margin-top: 5px;
    color: var(--theme-default);
  }
  .landing-main .navbar-expand-lg .navbar-collapse {
    background-color: #fff;
    z-index: 111;
  }
  .landing-main .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item a {
    color: #000;
  }
  .landing-main .footer-bg h2 {
    font-size: 28px;
  }
}
/* ========= responsive scss for 768 screen ========= */
@media only screen and (max-width: 767px) {
  .landing-page .sticky-header header.sticky .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    padding: 10px 12px;
  }
}
/* ========= responsive scss for 575 screen ========= */
@media only screen and (max-width: 575px) {
  .landing-home .sticky-header header .nav-padding {
    padding: 15px 30px;
  }
  .page-wrapper .cuba-demo-content,
  .landing-page .cuba-demo-content {
    margin-bottom: 20px;
  }
  .page-wrapper .section-space,
  .landing-page .section-space {
    padding: 40px 0;
    overflow: hidden;
  }
  .landing-main h4 {
    font-size: 17px;
  }
  .landing-main .footer-bg h2 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 480px) {
  .sticky-header header.sticky {
    height: 56px;
  }
  .landing-home .sticky-header header .nav-padding {
    padding: 15px;
  }
  .landing-home .navbar-toggler {
    border: none;
    background-color: transparent;
    padding: 0;
  }
  .landing-home .navbar-brand img {
    height: 25px;
  }
}
@media only screen and (max-width: 380px) {
  .component-col-set {
    width: 100%;
  }
}
#landings {
  scroll-margin-top: 70px;
}

/**=====================
    3.39 Landing CSS Ends
==========================**/
/**=====================
    3.40 Language CSS start
==========================**/
.current_lang {
  cursor: pointer;
  text-transform: uppercase;
  overflow: hidden;
}

.lang.selected {
  display: none;
}
.lang span.lang-txt {
  display: inline-flex;
  margin-left: 8px;
  font-weight: 500;
}
.lang span span {
  color: #999;
  font-weight: 400;
  margin-left: 5px;
}

/*more lang*/
.more_lang {
  transform: translateY(-20px);
  opacity: 0;
  cursor: pointer;
  display: none;
  transition: all 0.3s cubic-bezier(0.25, 1.15, 0.35, 1.15);
}

.translate_wrapper.active .more_lang {
  display: block;
  position: absolute;
  background-color: #fff;
  top: 47px;
  right: 0;
  box-shadow: 0 0 20px rgba(89, 102, 122, 0.1);
}
.translate_wrapper.active .more_lang:before {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  content: "";
  top: -7px;
  position: absolute;
  right: 20px;
  z-index: 2;
}
.translate_wrapper.active .more_lang:after {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #bdc2c5;
  content: "";
  top: -7px;
  position: absolute;
  right: 20px;
  z-index: 1;
}

.more_lang.active {
  opacity: 1;
  transform: translateY(0px);
}
.more_lang .lang {
  padding: 10px 15px;
  display: flex;
}
.more_lang .lang:hover {
  background: var(--theme-default);
  color: #fff;
}
.more_lang .lang:hover span {
  color: #fff;
}

.translate_wrapper.active .more_lang .lang {
  border-bottom: 1px solid #eaeaea;
}

/**=====================
    3.40 Language CSS end
==========================**/
/**=====================
     3.41 Learning CSS start
==========================**/
.learning-header {
  margin-bottom: 10px;
}

.categories {
  padding: 20px 0;
}
.categories:last-child {
  padding-bottom: 0;
}
.categories .learning-header {
  padding-left: 15px;
}
.categories ul li {
  padding: 8px 15px;
}
.categories ul li a {
  color: #404040;
}
.categories ul li:hover {
  background-color: #f4f4f4;
}

.upcoming-course .d-flex + .d-flex {
  margin-top: 20px;
}

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

@media screen and (min-width: 1200px) and (max-width: 1366px) {
  .learning-comment {
    margin-left: -14px !important;
    float: left !important;
  }
  .blog-box .blog-details .blog-social li:first-child {
    padding-right: 8px;
  }
  .blog-box .blog-details .blog-social li + li {
    padding-left: 8px;
  }
}
@media only screen and (max-width: 991px) {
  .categories {
    padding: 20px 0;
  }
  .upcoming-course .d-flex + .d-flex {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .categories {
    padding: 15px 0;
  }
  .upcoming-course .d-flex + .d-flex {
    margin-top: 15px;
  }
}
/**=====================
     3.41 Learning CSS end
==========================**/
/**=====================
    3.42 Login CSS Start
==========================**/
.login-card {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background-position: center;
  padding: 30px 12px;
}
.login-card .logo {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}
.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 svg {
  height: 16px;
  vertical-align: bottom;
}
.login-card .login-main {
  width: 450px;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 0 37px rgba(8, 21, 66, 0.05);
  margin: 0 auto;
  background-color: #fff;
}
.login-card .login-main .theme-form h4 {
  margin-bottom: 5px;
}
.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: #f9f9fa;
  border: 1px solid #dfdfdf;
}
.login-card .login-main .theme-form .or {
  position: relative;
}
.login-card .login-main .theme-form .or:before {
  content: "";
  position: absolute;
  width: 65%;
  height: 2px;
  background-color: #f3f3ff;
  top: 9px;
  z-index: 0;
  right: 0;
}
.login-card .login-main .theme-form input {
  background-color: #f3f3ff;
  transition: all 0.3s ease;
}
.login-card .login-main .theme-form input::-webkit-input-placeholder {
  color: #999999;
}
.login-card .login-main .theme-form input:hover, .login-card .login-main .theme-form input:focus {
  border: 1px solid #b9c1cc;
  box-shadow: none !important;
  transition: all 0.3s ease;
}
.login-card .login-main .theme-form input[type=password] {
  padding: 12px 60px 12px 12px !important;
}
.login-card .login-main .theme-form p {
  margin-bottom: 25px;
  font-size: 14px;
  color: #898989;
}
.login-card .login-main .theme-form .form-group {
  margin-bottom: 10px;
  position: relative;
}
.login-card .login-main .theme-form .link {
  position: absolute;
  top: 10px;
  right: 0;
}

.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 .invalid-feedback {
  color: #898989;
}
.needs-validation .show-hide {
  right: 30px;
}
.needs-validation .invalid-tooltip {
  top: 10px;
  right: 10px;
}

/**=====================
    3.42 Login CSS Ends
==========================**/
/**=====================
	3.43 Megaoption CSS Start
==========================**/
.mega-inline {
  margin-bottom: -30px;
  display: flex;
}
.mega-inline .card {
  border: 1px solid #f3f3f3;
  box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
}
.mega-inline .mega-title-badge {
  display: table;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.mega-inline .d-flex .radio {
  margin-left: 3px;
}
[dir=rtl] .mega-inline .d-flex .radio {
  margin-right: 3px;
  margin-left: unset;
}

.megaoption-space span:not(.pull-right):last-child {
  color: #404040;
}

.mega-vertical {
  display: flex;
  flex-wrap: wrap;
}
.mega-vertical .card {
  box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
}
.mega-vertical .mega-title-badge {
  display: table;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  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 #f3f3f3;
  box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
}
.mega-horizontal .mega-title-badge {
  display: table;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.mega-horizontal .d-flex .radio {
  margin-left: 3px;
}

.plain-style .card {
  box-shadow: none;
  border: none !important;
}

.border-style .card {
  box-shadow: none;
  border: 1px solid #e9edf1 !important;
}

.offer-style .card {
  box-shadow: none;
  border: 1px dashed #e9edf1 !important;
}

.rating-star-wrapper {
  color: #797979;
}

.card-wrapper .payment-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--chart-dashed-border);
}
.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: #108be9;
}
.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 #108be9;
  min-width: 125px;
  border-radius: 15px;
}
@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;
}
[dir=rtl] .main-upgrade .variation-box .selection-box input {
  left: unset;
  right: 0;
}
.main-upgrade .variation-box .selection-box input[type=checkbox]:checked ~ div {
  background-color: #e8e5ff;
  border-radius: 15px;
}

.megaoptions-border-space-sm .d-flex .radio label {
  padding-left: 18px;
}
[dir=rtl] .megaoptions-border-space-sm .d-flex .radio label {
  padding-left: unset;
  padding-right: 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;
  }
  [dir=rtl] .megaoptions-border-space-sm .d-flex .flex-grow-1 .list-behavior-1 .flex-grow-1 {
    margin-left: unset;
    margin-right: 0;
  }
}
.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;
}

/**=====================
    3.43 Megaoption CSS Ends
==========================**/
/**=====================
    3.44 Navigate Links CSS start
==========================**/
.border-opacity-wrapper .border {
  --theme-default: 115, 102, 255;
  border-color: rgba(var(--theme-default), var(--bs-border-opacity)) !important;
}
.border-opacity-wrapper .border a {
  color: #108be9;
}

.bg-opacity-wrapper > div {
  --theme-default: 115, 102, 255;
  background-color: rgba(var(--theme-default), var(--bs-bg-opacity)) !important;
}

.underline-opacity-wrapper p a {
  text-decoration: underline;
  --theme-default: 115, 102, 255;
  color: #108be9;
  text-decoration-color: rgba(var(--theme-default), var(--bs-link-underline-opacity, 1)) !important;
}

.link-opacity-wrapper p a {
  --theme-default: 115, 102, 255;
  color: rgba(var(--theme-default), var(--bs-link-opacity, 1));
}
.link-opacity-wrapper p a:hover {
  color: rgba(var(--theme-default), var(--bs-link-opacity, 1));
}

.link-body-emphasis {
  text-decoration: underline;
}

/**=====================
    3.44 Navigate Links CSS end
==========================**/
/**=====================
    3.45 Order-history CSS start
==========================**/
.common-order-history .flatpicker-calender .form-control {
  font-size: 14px;
  color: #52526c;
}
.common-order-history .order-history-wrapper {
  position: relative;
}
@media (max-width: 1399px) {
  .common-order-history .order-history-wrapper .recent-table div.dt-container .dt-layout-row:last-child {
    flex-direction: column;
  }
}
.common-order-history .order-history-wrapper .recent-table div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
  top: -40px;
  right: -50px;
}
@media (max-width: 1399px) {
  .common-order-history .order-history-wrapper .recent-table div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    position: relative;
    top: 4px;
    left: 20px;
    margin-bottom: 20px;
    width: 90%;
    display: block;
  }
}
.common-order-history .order-history-wrapper .recent-table div.dt-container .dt-layout-row .dt-length {
  top: -45px;
  left: 20px;
}
.common-order-history .order-history-wrapper .recent-table table thead tr th,
.common-order-history .order-history-wrapper .recent-table table thead tr td,
.common-order-history .order-history-wrapper .recent-table table tbody tr th,
.common-order-history .order-history-wrapper .recent-table table tbody tr td {
  min-width: auto;
  color: var(--body-font-color);
}
.common-order-history .order-history-wrapper .recent-table table thead tr th:first-child,
.common-order-history .order-history-wrapper .recent-table table thead tr td:first-child,
.common-order-history .order-history-wrapper .recent-table table tbody tr th:first-child,
.common-order-history .order-history-wrapper .recent-table table tbody tr td:first-child {
  padding-left: 20px;
}
.common-order-history .order-history-wrapper .recent-table table thead tr th:last-child,
.common-order-history .order-history-wrapper .recent-table table thead tr td:last-child,
.common-order-history .order-history-wrapper .recent-table table tbody tr th:last-child,
.common-order-history .order-history-wrapper .recent-table table tbody tr td:last-child {
  padding-right: 20px;
}
.common-order-history .order-history-wrapper .recent-table table thead tr th .badge,
.common-order-history .order-history-wrapper .recent-table table thead tr td .badge,
.common-order-history .order-history-wrapper .recent-table table tbody tr th .badge,
.common-order-history .order-history-wrapper .recent-table table tbody tr td .badge {
  padding: 6px 12px;
}
.common-order-history .order-history-wrapper .recent-table table thead tr th a,
.common-order-history .order-history-wrapper .recent-table table thead tr td a,
.common-order-history .order-history-wrapper .recent-table table tbody tr th a,
.common-order-history .order-history-wrapper .recent-table table tbody tr td a {
  font-weight: 500;
}
@media (max-width: 1415px) and (min-width: 1261px) {
  .common-order-history .order-history-wrapper .recent-table table thead tr th:nth-child(4),
  .common-order-history .order-history-wrapper .recent-table table thead tr td:nth-child(4),
  .common-order-history .order-history-wrapper .recent-table table tbody tr th:nth-child(4),
  .common-order-history .order-history-wrapper .recent-table table tbody tr td:nth-child(4) {
    display: none;
  }
}
@media (max-width: 1260px) {
  .common-order-history .order-history-wrapper .recent-table table thead tr th:nth-child(2),
  .common-order-history .order-history-wrapper .recent-table table thead tr td:nth-child(2),
  .common-order-history .order-history-wrapper .recent-table table tbody tr th:nth-child(2),
  .common-order-history .order-history-wrapper .recent-table table tbody tr td:nth-child(2) {
    min-width: 104px;
  }
  .common-order-history .order-history-wrapper .recent-table table thead tr th:nth-child(3),
  .common-order-history .order-history-wrapper .recent-table table thead tr td:nth-child(3),
  .common-order-history .order-history-wrapper .recent-table table tbody tr th:nth-child(3),
  .common-order-history .order-history-wrapper .recent-table table tbody tr td:nth-child(3) {
    min-width: 180px;
  }
  .common-order-history .order-history-wrapper .recent-table table thead tr th:nth-child(4),
  .common-order-history .order-history-wrapper .recent-table table thead tr td:nth-child(4),
  .common-order-history .order-history-wrapper .recent-table table tbody tr th:nth-child(4),
  .common-order-history .order-history-wrapper .recent-table table tbody tr td:nth-child(4) {
    min-width: 140px;
  }
  .common-order-history .order-history-wrapper .recent-table table thead tr th:nth-child(5),
  .common-order-history .order-history-wrapper .recent-table table thead tr td:nth-child(5),
  .common-order-history .order-history-wrapper .recent-table table tbody tr th:nth-child(5),
  .common-order-history .order-history-wrapper .recent-table table tbody tr td:nth-child(5) {
    min-width: 122px;
  }
  .common-order-history .order-history-wrapper .recent-table table thead tr th:nth-child(6),
  .common-order-history .order-history-wrapper .recent-table table thead tr td:nth-child(6),
  .common-order-history .order-history-wrapper .recent-table table tbody tr th:nth-child(6),
  .common-order-history .order-history-wrapper .recent-table table tbody tr td:nth-child(6) {
    min-width: 140px;
  }
  .common-order-history .order-history-wrapper .recent-table table thead tr th:nth-child(7),
  .common-order-history .order-history-wrapper .recent-table table thead tr td:nth-child(7),
  .common-order-history .order-history-wrapper .recent-table table tbody tr th:nth-child(7),
  .common-order-history .order-history-wrapper .recent-table table tbody tr td:nth-child(7) {
    min-width: 148px;
  }
}
.common-order-history .order-history-wrapper .recent-table table tbody .square-white {
  width: 34px;
  height: 34px;
  border-radius: 2px;
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 28px 6px rgba(235, 235, 235, 0.4);
}
.common-order-history .order-history-wrapper .recent-table table tbody .square-white svg {
  fill: rgba(82, 82, 108, 0.8);
  width: 16px;
  height: 16px;
}
.common-order-history .form-select {
  font-size: 14.5px;
  color: rgba(82, 82, 108, 0.8);
}

.track-order-details h6 {
  position: relative;
}
.track-order-details #order-status-timeline .status-bar {
  background-color: var(--recent-dashed-border);
  width: 80%;
  height: 3px;
  position: absolute;
  top: 18px;
  transform: translateX(-50%);
  left: 50%;
}
@media (max-width: 1399px) {
  .track-order-details #order-status-timeline .status-bar {
    top: 13px;
  }
}
@media (max-width: 575px) {
  .track-order-details #order-status-timeline .status-bar {
    transform: translateX(-50%) rotate(90deg);
    left: calc(50% - 68px);
    width: 220px;
    top: 50%;
  }
}
@media (max-width: 400px) {
  .track-order-details #order-status-timeline .status-bar {
    left: 14px;
  }
}
.track-order-details #order-status-timeline .status-bar.progress:after {
  content: "";
  position: absolute;
  background-color: var(--theme-default);
  height: 100%;
}
.track-order-details #order-status-timeline .status-bar.progress.step-one:after {
  width: 0%;
}
.track-order-details #order-status-timeline .status-bar.progress.step-two:after {
  width: 25%;
}
.track-order-details #order-status-timeline .status-bar.progress.step-three:after {
  width: 50%;
}
.track-order-details #order-status-timeline .status-bar.progress.step-four:after {
  width: 75%;
}
.track-order-details #order-status-timeline .status-bar.progress.step-five:after {
  width: 100%;
}
.track-order-details #order-status-timeline .main-status-line ul {
  position: relative;
  display: flex;
}
@media (max-width: 575px) {
  .track-order-details #order-status-timeline .main-status-line ul {
    overflow: auto;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .track-order-details #order-status-timeline .main-status-line ul li {
    width: 25%;
  }
}
@media (max-width: 400px) {
  .track-order-details #order-status-timeline .main-status-line ul {
    align-items: unset;
  }
}
.track-order-details #order-status-timeline .main-status-line ul li {
  text-align: center;
  width: 22%;
}
@media (max-width: 575px) {
  .track-order-details #order-status-timeline .main-status-line ul li {
    text-align: unset;
    align-items: center;
    display: flex;
    width: 165px;
  }
  .track-order-details #order-status-timeline .main-status-line ul li + li {
    margin-top: 21px;
  }
}
@media (max-width: 400px) {
  .track-order-details #order-status-timeline .main-status-line ul li {
    width: 100%;
  }
}
.track-order-details #order-status-timeline .main-status-line ul li .order-process {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 38px;
  height: 38px;
  font-size: 16px;
  border-radius: 50%;
  color: var(--recent-dashed-border);
  border: 1px solid var(--recent-dashed-border);
  background-color: var(--white);
}
.track-order-details #order-status-timeline .main-status-line ul li .order-process.active {
  border-color: var(--theme-default);
  background-color: var(--theme-default);
  color: #fff;
}
.track-order-details #order-status-timeline .main-status-line ul li .order-process.active svg {
  stroke: #fff;
}
@media (max-width: 1399px) {
  .track-order-details #order-status-timeline .main-status-line ul li .order-process {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }
}
.track-order-details #order-status-timeline .main-status-line ul li .order-process svg {
  width: 30px;
  height: 30px;
  stroke: #52526c;
}
.track-order-details #order-status-timeline .main-status-line ul li .order-process span {
  line-height: 0;
}
.track-order-details #order-status-timeline .main-status-line ul li h6 {
  margin: 10px 0 0;
  color: #52526c;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1399px) {
  .track-order-details #order-status-timeline .main-status-line ul li h6 {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
  }
}
@media (max-width: 575px) {
  .track-order-details #order-status-timeline .main-status-line ul li h6 {
    width: calc(100% - 28px - 8px);
    margin: 0 0 0 8px;
  }
}

.summary-header {
  flex-wrap: wrap;
}

.order-details-product table thead th {
  padding-top: 0;
  font-size: 16px;
}
.order-details-product table tbody tr:last-child td {
  border-bottom: unset;
  padding-bottom: 0;
}
.order-details-product table tbody tr td:last-child {
  font-weight: 500;
  color: #3f475a;
}
.order-details-product table tbody ul li > p {
  margin-bottom: 0;
  display: inline-block;
}
.order-details-product table tbody ul li .common-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgba(82, 82, 108, 0.8);
  margin: 1px 6px 1px 6px;
}
.order-details-product table tbody ul li:last-child p,
.order-details-product table tbody ul li:last-child span {
  color: #52526c;
}
.order-details-product table tbody .light-product-box {
  min-width: calc(74px + 26 * (100vw - 320px) / 1600);
  width: calc(74px + 26 * (100vw - 320px) / 1600);
  height: calc(65px + 25 * (100vw - 320px) / 1600);
  border-radius: 3px;
  background-color: var(--chart-progress-light);
  display: flex;
  justify-content: center;
  align-items: center;
}
.order-details-product table tbody .light-product-box img {
  height: calc(40px + 22 * (100vw - 320px) / 1600);
}
@media (max-width: 1199px) {
  .order-details-product table thead tr th:nth-child(2),
  .order-details-product table thead tr td:nth-child(2),
  .order-details-product table tbody tr th:nth-child(2),
  .order-details-product table tbody tr td:nth-child(2) {
    min-width: 220px;
  }
}

.tracking-total li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  gap: 8px;
}
.tracking-total li:nth-child(3) {
  padding-bottom: 0;
}
.tracking-total li:last-child {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--chart-progress-light);
  padding-bottom: 0;
}
.tracking-total li h6,
.tracking-total li span {
  color: #52526c;
  font-weight: 400;
}

.customer-details li {
  padding-bottom: 14px;
}
.customer-details li:first-child {
  padding-top: 0;
}
.customer-details li:last-child {
  padding-bottom: 0;
}
.customer-details h6 {
  font-weight: 400;
  color: #242934;
  margin-bottom: 3px;
}
.customer-details span {
  color: #6C757D;
  line-height: 1.5;
}

/**=====================
    3.45 Order-history CSS End
==========================**/
/**=====================
     3.46. Offcanvas CSS Start
==========================**/
.main-offcanvas-wrapper .card-body [class*=offcanvas-] .offcanvas-body .form-select,
.main-offcanvas-wrapper .card-body [class*=offcanvas-] .offcanvas-body .form-control {
  font-size: 13px;
  color: #52526c;
}
.main-offcanvas-wrapper .card-body [class*=offcanvas-] .offcanvas-body .form-label {
  color: #242934;
}

.common-offcanvas .offcanvas {
  position: fixed;
  background-color: var(--white);
  z-index: 1045;
}
.common-offcanvas .offcanvas.offcanvas-start.show {
  box-shadow: 8px 0 8px -2px rgba(137, 137, 137, 0.1);
}
.common-offcanvas .offcanvas .offcanvas-body svg {
  color: var(--body-font-color);
}

/**=====================
    3.46. Offcanvas CSS Ends
==========================**/
/**=====================
  3.47 Page CSS Start
==========================**/
/*test Nav bar color */
.pagination-theme .page-item .page-link {
  color: var(--theme-default) !important;
}
.pagination-theme .page-item.active .page-link {
  color: #fff !important;
  background-color: var(--theme-default) !important;
  border-color: var(--theme-default);
}

.pagination-primary .page-item .page-link {
  color: var(--theme-default) !important;
}
.pagination-primary .page-item.active .page-link {
  color: #fff !important;
  background-color: var(--theme-default) !important;
  border-color: var(--theme-default);
}

.pagination-secondary .page-item .page-link {
  color: #838383 !important;
}
.pagination-secondary .page-item.active .page-link {
  color: #fff !important;
  background-color: #838383 !important;
  border-color: #838383;
}

.pagination-success .page-item .page-link {
  color: #65c15c !important;
}
.pagination-success .page-item.active .page-link {
  color: #fff !important;
  background-color: #65c15c !important;
  border-color: #65c15c;
}

.pagination-danger .page-item .page-link {
  color: #fc564a !important;
}
.pagination-danger .page-item.active .page-link {
  color: #fff !important;
  background-color: #fc564a !important;
  border-color: #fc564a;
}

.pagination-info .page-item .page-link {
  color: #40b8f5 !important;
}
.pagination-info .page-item.active .page-link {
  color: #fff !important;
  background-color: #40b8f5 !important;
  border-color: #40b8f5;
}

.pagination-dark .page-item .page-link {
  color: #3f475a !important;
}
.pagination-dark .page-item.active .page-link {
  color: #fff !important;
  background-color: #3f475a !important;
  border-color: #3f475a;
}

.pagination-warning .page-item .page-link {
  color: #ffb829 !important;
}
.pagination-warning .page-item.active .page-link {
  color: #fff !important;
  background-color: #ffb829 !important;
  border-color: #ffb829;
}

.pagin-border-primary .page-item.active, .pagin-border-primary .page-item:active {
  background-color: #e8e5ff;
}
.pagin-border-primary .page-item .page-link {
  border-color: #e8e5ff;
}
.pagin-border-primary .page-item .page-link:hover, .pagin-border-primary .page-item .page-link:focus {
  background-color: #e8e5ff;
}
.pagin-border-primary .page-item .page-link:focus {
  box-shadow: unset;
}

.pagin-border-secondary .page-item.active, .pagin-border-secondary .page-item:active {
  background-color: #f2f2f2;
}
.pagin-border-secondary .page-item .page-link {
  border-color: #f2f2f2;
}
.pagin-border-secondary .page-item .page-link:hover, .pagin-border-secondary .page-item .page-link:focus {
  background-color: #f2f2f2;
}
.pagin-border-secondary .page-item .page-link:focus {
  box-shadow: unset;
}

.pagin-border-success .page-item.active, .pagin-border-success .page-item:active {
  background-color: #dcf1da;
}
.pagin-border-success .page-item .page-link {
  border-color: #dcf1da;
}
.pagin-border-success .page-item .page-link:hover, .pagin-border-success .page-item .page-link:focus {
  background-color: #dcf1da;
}
.pagin-border-success .page-item .page-link:focus {
  box-shadow: unset;
}

.pagin-border-danger .page-item.active, .pagin-border-danger .page-item:active {
  background-color: #ffe8e6;
}
.pagin-border-danger .page-item .page-link {
  border-color: #ffe8e6;
}
.pagin-border-danger .page-item .page-link:hover, .pagin-border-danger .page-item .page-link:focus {
  background-color: #ffe8e6;
}
.pagin-border-danger .page-item .page-link:focus {
  box-shadow: unset;
}

.pagin-border-warning .page-item.active, .pagin-border-warning .page-item:active {
  background-color: #fff7e5;
}
.pagin-border-warning .page-item .page-link {
  border-color: #fff7e5;
}
.pagin-border-warning .page-item .page-link:hover, .pagin-border-warning .page-item .page-link:focus {
  background-color: #fff7e5;
}
.pagin-border-warning .page-item .page-link:focus {
  box-shadow: unset;
}

.pagin-border-info .page-item.active, .pagin-border-info .page-item:active {
  background-color: #D5F5FE;
}
.pagin-border-info .page-item .page-link {
  border-color: #D5F5FE;
}
.pagin-border-info .page-item .page-link:hover, .pagin-border-info .page-item .page-link:focus {
  background-color: #D5F5FE;
}
.pagin-border-info .page-item .page-link:focus {
  box-shadow: unset;
}

.pagin-border-light .page-item.active, .pagin-border-light .page-item:active {
  background-color: #F9F9FB;
}
.pagin-border-light .page-item .page-link {
  border-color: #F9F9FB;
}
.pagin-border-light .page-item .page-link:hover, .pagin-border-light .page-item .page-link:focus {
  background-color: #F9F9FB;
}
.pagin-border-light .page-item .page-link:focus {
  box-shadow: unset;
}

.pagin-border-dark .page-item.active, .pagin-border-dark .page-item:active {
  background-color: #EAEBF2;
}
.pagin-border-dark .page-item .page-link {
  border-color: #EAEBF2;
}
.pagin-border-dark .page-item .page-link:hover, .pagin-border-dark .page-item .page-link:focus {
  background-color: #EAEBF2;
}
.pagin-border-dark .page-item .page-link:focus {
  box-shadow: unset;
}

@media (max-width: 576px) {
  .pagination-lg .page-item .page-link {
    font-size: calc(15px + 5 * (100vw - 320px) / 256);
    padding: calc(12px + 0 * (100vw - 320px) / 256) calc(12px + 12 * (100vw - 320px) / 256);
  }
}

@media (max-width: 576px) {
  .pagination-md .page-item .page-link {
    font-size: calc(15px + 5 * (100vw - 320px) / 256);
  }
}

@media (max-width: 339px) {
  .pagination {
    justify-content: center;
  }
}
.pagination .page-item:active {
  background-color: unset;
}
.pagination .page-item .page-link.rounded-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
}

/**=====================
    3.47 Page CSS Ends
==========================**/
/**=====================
    3.48 Pricing CSS Start
==========================**/
.pricing-simple {
  box-shadow: 0 0 10px 5px rgba(68, 102, 242, 0.05);
  margin-bottom: 0 !important;
}
.pricing-simple .card-body {
  border-bottom: none;
  text-align: left;
}
[dir=rtl] .pricing-simple .card-body {
  text-align: right;
}
.pricing-simple .card-body h4 {
  position: relative;
  margin-bottom: 38px;
}
.pricing-simple .card-body h4:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 1px;
  margin: 0;
  left: 0;
  bottom: -10px;
  background-color: #999999;
}
[dir=rtl] .pricing-simple .card-body h4:before {
  left: unset;
  right: 0;
}
.pricing-simple .card-body h5 {
  font-size: calc(36px + 4 * (100vw - 320px) / 1600);
  line-height: 0.9;
  margin-bottom: 24px;
  font-weight: 400;
}

.pricingtable {
  text-align: center;
  padding-block: 20px;
  border-radius: 10px;
  box-shadow: 0 0 40px rgba(8, 21, 66, 0.05);
  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;
}
[dir=rtl] .pricingtable:before, [dir=rtl] .pricingtable:after {
  right: unset;
  left: -213px;
}

.pricing-simple .pricing-content li {
  text-align: left;
  margin-bottom: calc(12px + 6 * (100vw - 320px) / 1600);
  text-transform: capitalize;
  color: #52526c;
}
.pricing-simple .pricing-content li:last-child {
  margin-bottom: 0;
}
.pricing-simple .pricing-content li i {
  padding-right: 8px;
  color: var(--theme-default);
}
[dir=rtl] .pricing-simple .pricing-content li {
  text-align: right;
}
[dir=rtl] .pricing-simple .pricing-content li i {
  padding-right: unset;
  padding-left: 8px;
}

.pricingtable:after {
  background-color: var(--theme-default);
  width: 300px;
  height: 300px;
  top: auto;
  bottom: -210px;
  right: auto;
  left: -160px;
  opacity: 0.1;
}
[dir=rtl] .pricingtable:after {
  right: -160px;
  left: auto;
}
.pricingtable .title {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.pricingtable .price-value {
  color: #fff;
  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;
}
[dir=rtl] .pricingtable .price-value .duration {
  margin: 0 -5px 0 0;
}
.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;
}
[dir=rtl] .pricingtable .pricing-content li {
  text-align: right;
  padding-left: unset;
  padding-right: 30px;
}
.pricingtable .pricing-content li:last-child {
  margin: 0;
}
.pricingtable .pricing-content li:before {
  content: "\f00c";
  color: var(--theme-default);
  font-family: "Font Awesome 6 Free";
  text-align: center;
  width: 20px;
  height: 20px;
  font-weight: 600;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  left: 0;
}
[dir=rtl] .pricingtable .pricing-content li:before {
  left: unset;
  right: 0;
}

@media only screen and (max-width: 991px) {
  .pricing-simple .card-body h1 {
    margin-bottom: 20px;
  }
  .pricing-simple .card-body h3 {
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .pricing-simple .card-body h1 {
    margin-bottom: 15px;
  }
  .pricing-block > div {
    flex: 100%;
  }
}
/**=====================
   3.48 Pricing CSS Ends
==========================**/
/**=====================
   3.49 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-number button {
  width: 2rem;
  height: 2rem;
  color: var(--white);
  border: unset;
}
.progress-number .progress-wrapper {
  height: 1px;
}
.progress-number .progress-wrapper.progress {
  background-color: var(--recent-dashed-border);
}
.progress-number .progress-wrapper .progress-bar {
  background-color: var(--theme-default);
}

button.progress-btn {
  background-color: #f6f9fd;
  border-color: #f6f9fd;
  color: var(--body-font-color);
}

.small-progressbar {
  position: relative;
  overflow: visible;
}
.small-progressbar::after {
  position: absolute;
  content: "";
  top: -2px;
  right: -9px;
  background-color: #108be9;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}
[dir=rtl] .small-progressbar::after {
  left: -9px;
  right: unset;
}
.small-progressbar .progress-label {
  position: absolute;
  top: -26px;
  right: -6px;
  font-weight: 700;
}
[dir=rtl] .small-progressbar .progress-label {
  right: unset;
  left: -6px;
}
.small-progressbar .animate-circle {
  position: absolute;
  top: -11px;
  right: -18px;
  height: 30px;
  width: 30px;
  border: 14px solid #108be9;
  border-radius: 70px;
  animation: heart 1s ease-in-out;
  animation-iteration-count: infinite;
}
[dir=rtl] .small-progressbar .animate-circle {
  right: unset;
  left: -18px;
}

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

.step-progress-wrapper .step-progress-box ul {
  overflow-x: auto;
  overflow-y: hidden;
}
.step-progress-wrapper .progress-box {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.step-progress-wrapper ul {
  display: flex;
}
.step-progress-wrapper ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  flex-direction: column;
  margin: 0 30px;
}
.step-progress-wrapper ul li:first-child {
  margin-left: 0;
}
[dir=rtl] .step-progress-wrapper ul li:first-child {
  margin-left: 30px;
  margin-right: 0;
}
.step-progress-wrapper ul li:last-child {
  margin-right: 0;
}
[dir=rtl] .step-progress-wrapper ul li:last-child {
  margin-left: 0;
  margin-right: 30px;
}
@media screen and (max-width: 1580px) and (min-width: 1200px) {
  [dir=rtl] .step-progress-wrapper ul li:first-child {
    margin-left: 5px;
    margin-right: 0;
  }
  [dir=rtl] .step-progress-wrapper ul li:last-child {
    margin-left: 0;
    margin-right: 5px;
  }
}
.step-progress-wrapper ul li svg {
  color: #65c15c;
  margin: 0 30px;
}
.step-progress-wrapper ul li .p-step svg {
  color: #fff;
  margin: 0;
}
.step-progress-wrapper ul li h6 {
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: bold;
  color: #65c15c;
}
.step-progress-wrapper ul li .p-step {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #65c15c;
  margin: 16px 0 10px;
  display: grid;
  place-items: center;
  position: relative;
  cursor: pointer;
}
.step-progress-wrapper ul li .p-step svg {
  display: none;
}
.step-progress-wrapper ul li .p-step p {
  margin: 0;
  color: #fff;
}
.step-progress-wrapper ul li .active {
  background-color: #65c15c;
}
.step-progress-wrapper ul li .active p {
  display: none;
}
.step-progress-wrapper ul li .active svg {
  display: flex;
  z-index: 2;
  width: 14px;
  height: 14px;
}
.step-progress-wrapper .p-step::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 3px;
  background-color: transparent;
  right: 0;
}
[dir=rtl] .step-progress-wrapper .p-step::after {
  right: unset;
  left: 0;
}
.step-progress-wrapper .first::after {
  width: 0;
  height: 0;
}
.step-progress-wrapper li .active::after {
  background-color: #65c15c;
}
@media (max-width: 1815px) and (min-width: 1581px) {
  .step-progress-wrapper ul li {
    margin: 0 15px;
  }
  [dir=rtl] .step-progress-wrapper ul li:first-child {
    margin-left: 15px;
    margin-right: unset;
  }
  [dir=rtl] .step-progress-wrapper ul li:last-child {
    margin-left: unset;
    margin-right: 15px;
  }
  .step-progress-wrapper ul li .p-step::after {
    width: 140px;
  }
}
@media (max-width: 1408px) and (min-width: 1200px) {
  .step-progress-wrapper ul li svg {
    margin: 0 28px;
  }
}

/**=====================
   3.49 Progress CSS Ends
==========================**/
/**=====================
   3.50 Project_list CSS Start
==========================**/
[class*=title-line-]::before {
  content: "";
  width: 4px;
  height: 26px;
  top: 23px;
  position: absolute;
  left: 0;
  border-radius: 0 10px 10px 0;
}

.common-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid var(--white);
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common-circle:hover {
  transform: translateY(-4px) scale(1.02);
  transition: 0.5s;
}

.project-list .progress-project-box .row {
  margin: 15px;
}
.project-list button:focus {
  outline: none !important;
}
.project-list .theme-form .form-group {
  margin-bottom: 15px;
}
.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 .btn {
  margin-right: 5px;
  vertical-align: -12px;
  float: right;
}
.project-list .btn svg {
  vertical-align: middle;
  height: 16px;
}
.project-list ul {
  margin-bottom: 0 !important;
  border-bottom: 0;
}
.project-list ul li svg {
  height: 18px;
  vertical-align: middle;
  margin-right: 5px;
}

.new-project-wrapper .apexcharts-legend {
  display: flex;
  flex-direction: unset !important;
  flex-wrap: wrap;
  padding: 0;
}
.new-project-wrapper .apexcharts-legend .apexcharts-legend-series {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0 !important;
  padding: 0 6px;
}
.new-project-wrapper .apexcharts-legend .apexcharts-legend-series .apexcharts-legend-text {
  margin-left: -14px;
}

.project-header > div {
  width: 46px;
  height: 46px;
  box-shadow: 0px 6px 12px 0px rgba(16, 139, 233, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: var(--white);
}
.project-header > div svg {
  width: 20px;
  height: 26px;
}
.project-header span {
  font-size: 12px;
  padding: 9px 21px;
}

.project-chart-wrap .apexcharts-legend-text {
  padding-left: 18px;
}

.scope-bottom-wrapper .sidebar-left-icons {
  display: block;
}
.scope-bottom-wrapper .sidebar-left-icons .nav-item {
  position: relative;
  padding-bottom: 66px;
  overflow: hidden;
}
.scope-bottom-wrapper .sidebar-left-icons .nav-item:last-child {
  padding-bottom: 0;
}
.scope-bottom-wrapper .sidebar-left-icons .nav-item::before {
  content: "";
  position: absolute;
  border: 1px dashed var(--recent-dashed-border);
  top: 75px;
  height: 50px;
  left: 38px;
}
@media (max-width: 1839px) and (min-width: 1661px) {
  .scope-bottom-wrapper .sidebar-left-icons .nav-item::before {
    left: 30px;
  }
}
@media (max-width: 1660px) and (min-width: 1400px) {
  .scope-bottom-wrapper .sidebar-left-icons .nav-item::before {
    left: 35px;
  }
}
@media (max-width: 1399px) and (min-width: 320px) {
  .scope-bottom-wrapper .sidebar-left-icons .nav-item::before {
    left: 30px;
  }
}
.scope-bottom-wrapper .sidebar-left-icons .nav-item:last-child::before {
  content: unset;
}
.scope-bottom-wrapper .sidebar-left-icons .nav-item:nth-child(4) svg {
  stroke: #52526c;
}
.scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0 12px 8px;
  position: relative;
}
@media (max-width: 1839px) and (min-width: 320px) {
  .scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link {
    gap: 8px;
  }
}
.scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link.active {
  background: linear-gradient(90deg, #108be9 -175.57%, rgba(16, 139, 233, 0) 65.16%);
  color: unset;
}
.scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link.active .absolute-border::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background-color: var(--theme-default);
  border: 3px solid var(--theme-default);
  border-radius: 20px;
  left: 0;
}
.scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link.active .absolute-border::after {
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  background-color: var(--theme-default);
  top: 50%;
  border: 5px solid var(--theme-default);
  transform: translate(-50%, -50%);
  left: -8px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
.scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link.active .nav-rounded {
  border: 1px solid var(--theme-default);
}
.scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link.active .product-tab-content h6 {
  color: var(--theme-default);
  font-weight: 500;
}
.scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link .nav-rounded {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border: 1px solid var(--recent-dashed-border);
  position: relative;
  z-index: 2;
  border-radius: 100%;
  padding: 2px;
  box-shadow: inset 0px 9px 20px 0px rgba(46, 35, 94, 0.07);
}
@media (max-width: 1839px) and (min-width: 1661px) {
  .scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link .nav-rounded {
    width: 33px;
    height: 33px;
    min-width: 33px;
  }
}
@media (max-width: 1399px) {
  .scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link .nav-rounded {
    width: 33px;
    height: 33px;
    min-width: 33px;
  }
}
.scope-bottom-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%;
}
.scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link .nav-rounded .product-icons svg {
  width: 20px;
  height: 20px;
  fill: #52526c;
}
@media (max-width: 1839px) and (min-width: 1661px) {
  .scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link .nav-rounded .product-icons svg {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 1399px) {
  .scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link .nav-rounded .product-icons svg {
    width: 16px;
    height: 16px;
  }
}
@media (min-width: 1200px) {
  .scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link .product-tab-content h6 {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    height: auto;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    color: var(--body-font-color);
    font-weight: 400;
  }
}
@media (max-width: 1199px) {
  .scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link .product-tab-content h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }
}
.scope-bottom-wrapper .sidebar-left-icons:first-child {
  padding-top: 0;
}
@media (max-width: 1199px) {
  .scope-bottom-wrapper .sidebar-left-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
  }
  .scope-bottom-wrapper .sidebar-left-icons .nav-item {
    padding-bottom: 0;
  }
  .scope-bottom-wrapper .sidebar-left-icons .nav-item::before {
    content: unset;
  }
}
@media (max-width: 1024px) {
  .scope-bottom-wrapper .sidebar-left-icons {
    justify-content: flex-start;
  }
}

.progress-project {
  border: 2px solid #fff;
}
.progress-project .common-space svg {
  width: 15px;
  height: 15px;
  stroke: var(--theme-default);
}
.progress-project .common-space .common-align {
  gap: 6px;
}
.progress-project .common-space .common-align .badge {
  background-color: rgba(82, 82, 108, 0.1);
  padding: 4px 7px;
}
.progress-project .common-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.progress-project .progress-project-box .card,
.progress-project .progress-project-box .list-box {
  padding: calc(16px + 2 * (100vw - 320px) / 1600);
  cursor: pointer;
  background-color: var(--recent-chart-bg);
  box-shadow: 0px 9px 20px 0px rgba(46, 35, 94, 0.0705882353);
}
.progress-project .progress-project-box .card .header-top,
.progress-project .progress-project-box .list-box .header-top {
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.progress-project .progress-project-box .card .project-body span,
.progress-project .progress-project-box .list-box .project-body span {
  color: rgba(82, 82, 108, 0.8);
  margin-bottom: 8px;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.progress-project .progress-project-box .card .project-body .progress,
.progress-project .progress-project-box .list-box .project-body .progress {
  height: 6px;
  margin-bottom: 8px;
}
.progress-project .progress-project-box:last-child .card {
  margin-bottom: 0;
}
.progress-project .progress-project-box ul li + li {
  margin-left: -12px;
}
[dir=rtl] .progress-project .progress-project-box ul li + li {
  margin-left: unset;
  margin-right: -12px;
}
.progress-project .progress-project-box ul li img {
  transition: 0.5s;
}
.progress-project .progress-project-box ul li img:hover,
.progress-project .progress-project-box ul li .light-background:hover {
  transform: translateY(-4px) scale(1.02);
  transition: 0.5s;
}
.progress-project .progress-project-box .badge {
  padding: calc(6px + 4 * (100vw - 320px) / 1600) calc(6px + 6 * (100vw - 320px) / 1600);
  font-size: 12px;
}
.progress-project .progress-project-box .project-body h6 {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.progress-project .progress-project-box .project-body > img {
  width: 100%;
  height: calc(85px + 41 * (100vw - 320px) / 1600);
  border-radius: 5px;
  margin-bottom: 15px;
  object-fit: cover;
}
.progress-project .progress-project-box .project-body ul {
  padding-bottom: calc(12px + 3 * (100vw - 320px) / 1600);
}
.progress-project .progress-project-box .project-body .project-bottom {
  padding-top: calc(12px + 6 * (100vw - 320px) / 1600);
  border-top: 1px solid rgba(82, 82, 108, 0.1);
  flex-wrap: wrap;
  gap: 6px;
}
.progress-project .progress-project-box .project-body .project-bottom .common-flex span {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .progress-project .progress-project-box .project-body .project-bottom .common-flex svg {
    width: 14px;
    height: 14px;
  }
}
.progress-project .progress-project-box .project-body .project-bottom span {
  background-color: var(--light-bg);
  padding: calc(4px + 2 * (100vw - 320px) / 1600) calc(8px + 4 * (100vw - 320px) / 1600);
  border-radius: 5px;
}
.progress-project .progress-project-box .project-body .project-bottom svg {
  width: 16px;
  height: 16px;
  stroke: rgba(82, 82, 108, 0.8);
  vertical-align: text-top;
}
.progress-project .progress-project-box .list-box {
  position: relative;
  border: none;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  border-radius: 15px;
  margin-bottom: 20px;
}
.progress-project .progress-project-box .list-box ul li img {
  width: 32px;
  height: 32px;
  border: 2px solid var(--white);
}
.progress-project .progress-project-box:last-child .list-box {
  margin-bottom: 0;
}
.progress-project .common-box {
  width: 28px;
  height: 28px;
  background-color: rgba(255, 184, 41, 0.15);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.budget-card.widget-2 {
  background-image: url(../images/project/widget-bg.png);
  background-size: cover;
  margin-bottom: 25px;
  transition: 0.5s;
}
.budget-card.widget-2:hover {
  transform: translateY(-5px);
  transition: 0.5s;
}
.budget-card .common-space {
  gap: 6px;
}
@media (max-width: 1697px) {
  .budget-card .common-space {
    flex-wrap: wrap;
  }
}
.budget-card .common-space h6 {
  padding-bottom: 8px;
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
}
.budget-card .common-space span svg {
  width: 14px;
  height: 14px;
  vertical-align: text-top;
}

@media (max-width: 1697px) {
  .expense-chart-wrap {
    margin: -20px 0 -20px 0;
  }
}

.common-project-header {
  gap: 8px;
  flex-wrap: wrap;
}
@media (max-width: 644px) {
  .common-project-header {
    display: block;
  }
}
.common-project-header .customers li .common-circle {
  width: 40px;
  height: 40px;
}
@media (max-width: 644px) {
  .common-project-header .customers li .common-circle {
    width: 30px;
    height: 30px;
  }
  .common-project-header .customers li .common-circle span {
    font-size: 13px;
  }
}
@media (max-width: 644px) {
  .common-project-header .common-space {
    padding-bottom: 18px;
  }
}
@media (max-width: 400px) {
  .common-project-header .common-space {
    flex-direction: column;
    align-items: flex-start;
  }
}
.common-project-header h6 {
  margin-left: -46px;
  font-weight: 400;
}
@media (max-width: 1685px) and (min-width: 320px) {
  .common-project-header h6 {
    margin-left: -54px;
  }
}
@media (max-width: 644px) {
  .common-project-header h6 {
    margin-left: 0;
  }
}
.common-project-header > .common-align {
  gap: 16px;
}
@media (max-width: 644px) {
  .common-project-header .common-align {
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
  }
  .common-project-header .common-align .customers {
    text-align: end;
  }
  .common-project-header .common-align .customers li img {
    height: 30px;
    width: 30px !important;
  }
}
@media (max-width: 435px) {
  .common-project-header .common-align {
    align-items: flex-end;
    flex-direction: column;
  }
}
@media (max-width: 400px) {
  .common-project-header .common-align {
    align-items: flex-start;
  }
  .common-project-header .common-align .customers {
    text-align: start;
  }
}
.common-project-header .common-align:last-child .common-align li svg {
  width: 18px;
  height: 18px;
  stroke: #52526c;
  vertical-align: sub;
  margin-right: 6px;
}
@media (max-width: 445px) {
  .common-project-header .common-align:last-child .common-align li svg {
    width: 14px;
    height: 14px;
    vertical-align: middle;
  }
}
.common-project-header .common-align:last-child .common-align li:first-child {
  padding-right: 15px;
}
.common-project-header .common-align:last-child .common-align li + li {
  border-left: 1px solid rgba(82, 82, 108, 0.8);
  padding-left: 15px;
}
.common-project-header .common-align:last-child .common-align li span {
  color: rgba(82, 82, 108, 0.8);
}
@media (max-width: 435px) {
  .common-project-header .common-align:last-child .common-align li:first-child {
    padding-right: 0px;
  }
  .common-project-header .common-align:last-child .common-align li + li {
    border-left: unset;
    padding-left: 0;
  }
}

.filter-header svg {
  width: 20px;
  height: 20px;
}
.filter-header .btn-group .dropdown-toggle {
  border: 1px solid rgba(82, 82, 108, 0.2);
  color: rgba(82, 82, 108, 0.8);
  padding: calc(4px + 4 * (100vw - 320px) / 1600) calc(36px + 4 * (100vw - 320px) / 1600) calc(4px + 4 * (100vw - 320px) / 1600) calc(12px + 8 * (100vw - 320px) / 1600);
}
.filter-header .btn-group .dropdown-toggle::after {
  content: "\f107";
  position: absolute;
  border: unset;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  right: 12px;
}
.filter-header .btn-group .dropdown-menu li .dropdown-item {
  color: rgba(82, 82, 108, 0.8);
  opacity: 1;
}

.common-searchbox .input-group-text {
  background-color: var(--recent-box-bg);
}
.common-searchbox .form-control {
  border-left: 0;
  padding-left: 0;
  background-color: var(--recent-box-bg);
}
.common-searchbox .form-control:focus {
  box-shadow: unset;
  color: rgba(82, 82, 108, 0.8);
  border-color: #efefef;
}

.attachment-file {
  align-items: center;
  gap: 30px;
  padding: 12px;
  background-color: var(--light-background);
  width: calc(255px + 22 * (100vw - 320px) / 1600);
  min-width: calc(255px + 22 * (100vw - 320px) / 1600);
  justify-content: space-between;
}
@media (max-width: 1780px) and (min-width: 576px) {
  .attachment-file {
    gap: 14px;
    width: 218px;
    min-width: 218px;
  }
}
.attachment-file .common-flex img {
  height: 36px;
}
.attachment-file i {
  font-size: 16px;
}

.project-todo .crm-todo-list li {
  border-bottom: unset;
}
.project-todo .crm-todo-list li + li {
  padding-top: 0;
}
.project-todo .crm-todo-list li .flex-grow-1 span,
.project-todo .crm-todo-list li .flex-grow-1 h6 {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 1;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1383px) and (min-width: 320px) {
  .project-todo .crm-todo-list li {
    gap: 14px;
  }
}

@media (max-width: 400px) {
  .main-summary .card-header .common-space {
    flex-wrap: wrap;
    gap: 8px;
  }
}

.summary-section > li {
  border-bottom: 1px dashed rgba(82, 82, 108, 0.2);
}
.summary-section > li:last-child {
  border-bottom: unset;
}
.summary-section > li:last-child .common-space {
  gap: 10px;
}
.summary-section > li:last-child .common-space > li ul li:not(:last-child) {
  margin-bottom: 8px;
}
@media (max-width: 557px) {
  .summary-section > li:last-child .common-space > li ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
  }
  .summary-section > li:last-child .common-space > li ul li:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (max-width: 1660px) and (min-width: 1200px) {
  .summary-section > li:last-child .common-space > li:last-child {
    display: none;
  }
}
@media (max-width: 575px) {
  .summary-section > li:last-child .common-space {
    flex-wrap: wrap;
  }
}
.summary-section > li p {
  color: rgba(82, 82, 108, 0.8);
}
@media (max-width: 1660px) and (min-width: 320px) {
  .summary-section > li p {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    height: auto;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.summary-section > li span.badge {
  padding: 6px 10px;
  border-radius: 2px;
  font-size: 12px;
}
.summary-section > li .d-block > p {
  color: var(--body-font-color);
}

.summary-chart-box {
  background-color: #F7F8F9;
  border-radius: 10px;
}

@media (min-width: 641px) {
  .project-pending-table.recent-table div.dt-container .dt-layout-row .dt-search {
    top: 30px;
    right: 55px;
  }
}
.project-pending-table.recent-table table thead tr th,
.project-pending-table.recent-table table thead tr td,
.project-pending-table.recent-table table tbody tr th,
.project-pending-table.recent-table table tbody tr td {
  min-width: auto;
  color: rgba(82, 82, 108, 0.8) !important;
}
.project-pending-table.recent-table table thead tr th:first-child,
.project-pending-table.recent-table table thead tr td:first-child,
.project-pending-table.recent-table table tbody tr th:first-child,
.project-pending-table.recent-table table tbody tr td:first-child {
  padding-left: 20px;
}
.project-pending-table.recent-table table thead tr th:nth-child(4) .btn,
.project-pending-table.recent-table table thead tr td:nth-child(4) .btn,
.project-pending-table.recent-table table tbody tr th:nth-child(4) .btn,
.project-pending-table.recent-table table tbody tr td:nth-child(4) .btn {
  padding: 10px;
}
.project-pending-table.recent-table table thead tr th:last-child,
.project-pending-table.recent-table table thead tr td:last-child,
.project-pending-table.recent-table table tbody tr th:last-child,
.project-pending-table.recent-table table tbody tr td:last-child {
  padding-right: 20px;
}
.project-pending-table.recent-table table thead tr th:last-child .btn,
.project-pending-table.recent-table table thead tr td:last-child .btn,
.project-pending-table.recent-table table tbody tr th:last-child .btn,
.project-pending-table.recent-table table tbody tr td:last-child .btn {
  min-width: 132px;
  width: 132px;
}
@media (max-width: 1735px) and (min-width: 1661px) {
  .project-pending-table.recent-table table thead tr th:nth-child(4),
  .project-pending-table.recent-table table thead tr td:nth-child(4),
  .project-pending-table.recent-table table tbody tr th:nth-child(4),
  .project-pending-table.recent-table table tbody tr td:nth-child(4) {
    display: none;
  }
}
@media (max-width: 1636px) and (min-width: 1661px) {
  .project-pending-table.recent-table table thead tr th:nth-child(3),
  .project-pending-table.recent-table table thead tr td:nth-child(3),
  .project-pending-table.recent-table table tbody tr th:nth-child(3),
  .project-pending-table.recent-table table tbody tr td:nth-child(3) {
    display: none;
  }
}
@media (max-width: 1336px) and (min-width: 1200px) {
  .project-pending-table.recent-table table thead tr th:nth-child(4),
  .project-pending-table.recent-table table thead tr td:nth-child(4),
  .project-pending-table.recent-table table tbody tr th:nth-child(4),
  .project-pending-table.recent-table table tbody tr td:nth-child(4) {
    display: none;
  }
}
@media (max-width: 1199px) {
  .project-pending-table.recent-table table thead tr th:first-child,
  .project-pending-table.recent-table table thead tr td:first-child,
  .project-pending-table.recent-table table tbody tr th:first-child,
  .project-pending-table.recent-table table tbody tr td:first-child {
    min-width: 100px;
  }
  .project-pending-table.recent-table table thead tr th:nth-child(2),
  .project-pending-table.recent-table table thead tr td:nth-child(2),
  .project-pending-table.recent-table table tbody tr th:nth-child(2),
  .project-pending-table.recent-table table tbody tr td:nth-child(2) {
    min-width: 199px;
  }
  .project-pending-table.recent-table table thead tr th:nth-child(4),
  .project-pending-table.recent-table table thead tr td:nth-child(4),
  .project-pending-table.recent-table table tbody tr th:nth-child(4),
  .project-pending-table.recent-table table tbody tr td:nth-child(4) {
    min-width: 74px;
  }
}
.project-pending-table.recent-table table thead tr th a,
.project-pending-table.recent-table table thead tr td a,
.project-pending-table.recent-table table tbody tr th a,
.project-pending-table.recent-table table tbody tr td a {
  color: var(--body-font-color);
}
.project-pending-table.recent-table table thead tr th img,
.project-pending-table.recent-table table thead tr td img,
.project-pending-table.recent-table table tbody tr th img,
.project-pending-table.recent-table table tbody tr td img {
  height: calc(34px + 6 * (100vw - 320px) / 1600);
  border-radius: 50%;
}

.activity-wrapper .schedule-wrapper {
  border: unset;
  margin-bottom: 18px;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 1818px) and (min-width: 320px) {
  .activity-wrapper .schedule-wrapper {
    justify-content: flex-start;
    display: flex;
  }
}
@media (max-width: 1399px) and (min-width: 768px) {
  .activity-wrapper .schedule-wrapper {
    gap: 20px;
  }
}
.activity-wrapper .schedule-wrapper .nav-item a {
  border: unset;
  padding: 8px 14px;
  background-color: rgba(82, 82, 108, 0.1);
  border-radius: 5px;
}
.activity-wrapper .schedule-wrapper .nav-item .nav-link.active {
  background-color: var(--theme-default);
}
.activity-wrapper .schedule-wrapper .nav-item .nav-link.active span,
.activity-wrapper .schedule-wrapper .nav-item .nav-link.active h6 {
  color: #fff;
}
.activity-wrapper .schedule-wrapper .nav-item .nav-link.active span {
  font-weight: 400;
}
.activity-wrapper .tab-content .activity-update > li {
  border-left: 3px solid rgba(82, 82, 108, 0.2);
  margin-bottom: 28px;
  gap: 8px;
}
.activity-wrapper .tab-content .activity-update > li:last-child {
  margin-bottom: 0;
}
.activity-wrapper .tab-content .activity-update > li .flex-grow-1 {
  margin-left: 10px;
}
.activity-wrapper .tab-content .activity-update > li .flex-grow-1 h6 {
  margin-bottom: 6px;
  font-weight: 400;
  color: var(--body-font-color);
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 1;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.activity-wrapper .tab-content .activity-update > li .flex-shrink-0 {
  text-align: end;
}
.activity-wrapper .tab-content .activity-update > li .flex-shrink-0 svg {
  width: 14px;
  height: 14px;
  fill: rgba(82, 82, 108, 0.5);
  vertical-align: text-top;
  margin-right: 6px;
}

.invite-member ul li {
  margin-bottom: 24px;
}
.invite-member ul li:last-child {
  margin-bottom: 0;
}
.invite-member ul li img {
  height: 40px;
  border-radius: 50%;
}
@media (max-width: 575px) {
  .invite-member ul li img {
    height: 30px;
  }
}
.invite-member ul li svg {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.invite-member ul li svg:focus {
  outline: unset;
}
.invite-member ul li .d-flex {
  gap: 10px;
}
.invite-member ul li .flex-grow-1 h6 {
  font-weight: 400;
}
.invite-member ul li .flex-grow-1 span {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 1;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.user-comment-wrapper li .flex-grow-1 h6 {
  font-weight: 400;
}
.user-comment-wrapper li .flex-grow-1 .btn {
  padding: 4px 6px;
  border-radius: 5px;
  font-weight: 500;
  background-color: var(--light-slate);
  font-size: 13px;
}
.user-comment-wrapper li .flex-grow-1 .btn:active {
  border-color: transparent;
}
.user-comment-wrapper li .flex-grow-1 .btn svg {
  width: 14px;
  height: 14px;
  vertical-align: text-top;
  stroke: rgba(82, 82, 108, 0.8);
}
.user-comment-wrapper li .flex-grow-1 span {
  margin-bottom: 10px;
  font-size: 13px;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user-comment-wrapper li + li {
  margin-top: 18px;
  margin-left: 46px;
}
.user-comment-wrapper li img {
  height: 40px;
  border-radius: 50%;
}

.task-overview {
  margin: 0px 0 -20px 0px;
}

.cmt-box {
  padding-top: 25px;
}
@media (max-width: 1845px) and (min-width: 320px) {
  .cmt-box {
    padding-top: 18px;
  }
}
.cmt-box .form-control {
  background-color: #F7F8F9;
  width: calc(100% - 61px - 4px);
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .cmt-box .form-control {
    height: 2px;
    width: calc(100% - 40px - 2px);
  }
}
@media (max-width: 575px) {
  .cmt-box .form-control {
    height: 2px;
    width: calc(100% - 40px - 2px);
  }
}
.cmt-box .form-control:focus {
  box-shadow: unset;
  border-color: rgba(82, 82, 108, 0.2);
}
.cmt-box i {
  width: 61px;
  height: 61px;
  display: grid;
  place-content: center;
  border-radius: 5px;
  background-color: var(--bs-heading-color);
  color: #fff;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  cursor: pointer;
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .cmt-box i {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 575px) {
  .cmt-box i {
    width: 38px;
    height: 38px;
  }
}

.project-budget-wrapper .form-switch {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.project-budget-wrapper .progress {
  background: linear-gradient(180.36deg, #CFDCE8 -32.82%, #fff 132.82%);
  height: 10px;
  margin: 13px 0 6px 0;
}
@media (max-width: 1399px) {
  .project-budget-wrapper .progress {
    margin: 4px 0 6px 0;
  }
}
.project-budget-wrapper textarea {
  background-color: #F7F8F9;
  color: rgba(82, 82, 108, 0.8);
}
.project-budget-wrapper .form-check-input:focus,
.project-budget-wrapper .form-control:focus {
  box-shadow: unset;
  border-color: #e9edf1;
}
.project-budget-wrapper .touchspin-wrapper {
  padding: 8px 9px;
  background-color: #F7F8F9;
  border-radius: 5px;
}
.project-budget-wrapper .touchspin-wrapper .btn-touchspin {
  background-color: var(--white);
  -webkit-box-shadow: 0px 9px 16px 0px rgba(16, 139, 233, 0.13);
  -moz-box-shadow: 0px 9px 16px 0px rgba(16, 139, 233, 0.13);
  box-shadow: 0px 9px 16px 0px rgba(16, 139, 233, 0.13);
  border: transparent;
}
@media (max-width: 575px) {
  .project-budget-wrapper .touchspin-wrapper .btn-touchspin {
    width: 28px;
    height: 28px;
  }
}
.project-budget-wrapper .touchspin-wrapper .btn-touchspin i {
  color: rgba(82, 82, 108, 0.8);
  line-height: unset;
}
.project-budget-wrapper .touchspin-wrapper .input-touchspin {
  border: transparent;
  background-color: transparent;
}
.project-budget-wrapper .card-footer .btn:first-of-type {
  margin-right: 12px;
}
[dir=rtl] .project-budget-wrapper .card-footer .btn:first-of-type {
  margin-right: unset;
  margin-left: 12px;
}

.overall-budget div.dt-container .dt-layout-row .dt-search {
  right: -50px;
}
.overall-budget.recent-table table thead tr th,
.overall-budget.recent-table table thead tr td,
.overall-budget.recent-table table tbody tr th,
.overall-budget.recent-table table tbody tr td {
  min-width: auto;
  color: #52526c;
}
.overall-budget.recent-table table thead tr th:first-child,
.overall-budget.recent-table table thead tr td:first-child,
.overall-budget.recent-table table tbody tr th:first-child,
.overall-budget.recent-table table tbody tr td:first-child {
  padding-left: 20px;
}
.overall-budget.recent-table table thead tr th:last-child,
.overall-budget.recent-table table thead tr td:last-child,
.overall-budget.recent-table table tbody tr th:last-child,
.overall-budget.recent-table table tbody tr td:last-child {
  padding-right: 20px;
}
@media (max-width: 1623px) and (min-width: 1400px) {
  .overall-budget.recent-table table thead tr th:nth-child(2),
  .overall-budget.recent-table table thead tr td:nth-child(2),
  .overall-budget.recent-table table tbody tr th:nth-child(2),
  .overall-budget.recent-table table tbody tr td:nth-child(2) {
    display: none;
  }
}
@media (max-width: 1023px) {
  .overall-budget.recent-table table thead tr th:first-child,
  .overall-budget.recent-table table thead tr td:first-child,
  .overall-budget.recent-table table tbody tr th:first-child,
  .overall-budget.recent-table table tbody tr td:first-child {
    min-width: 104px;
  }
  .overall-budget.recent-table table thead tr th:nth-child(n+2),
  .overall-budget.recent-table table thead tr td:nth-child(n+2),
  .overall-budget.recent-table table tbody tr th:nth-child(n+2),
  .overall-budget.recent-table table tbody tr td:nth-child(n+2) {
    min-width: 121px;
  }
}

.main-team-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1660px) and (min-width: 1400px) {
  .main-team-box {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1399px) and (min-width: 630px) {
  .main-team-box {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 630px) {
  .main-team-box {
    grid-template-columns: 1fr;
  }
}
.main-team-box > div {
  position: relative;
  background-color: #F7F8F9;
  box-shadow: unset;
  margin: 45px 0 0 0;
  border-radius: 15px;
  letter-spacing: 0.5px;
  border: none;
}
.main-team-box > div:hover {
  box-shadow: unset;
}

.team-box-circle {
  position: absolute;
  width: calc(78px + 12 * (100vw - 320px) / 1600);
  height: calc(78px + 12 * (100vw - 320px) / 1600);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  border-radius: 100%;
  left: 50%;
  top: -45px;
  transform: translateX(-50%);
  z-index: 0;
}
.team-box-circle img {
  height: calc(58px + 12 * (100vw - 320px) / 1600);
}
.team-box-content {
  text-align: center;
  margin-top: 40px;
  padding: 20px;
}
.team-box-content h6 a {
  color: var(--body-font-color);
}
.team-box-content p {
  color: rgba(82, 82, 108, 0.8);
}
.team-box-content .common-space span {
  font-weight: 400;
}
.team-box-content .common-space > span {
  color: rgba(82, 82, 108, 0.8);
  font-weight: 500;
}
.team-box-content .progress {
  background: linear-gradient(180.36deg, #CFDCE8 -32.82%, #FFFFFF 132.82%);
  height: 6px;
  margin: 8px 0 5px 0;
  border-radius: 50px;
}
.team-box-footer {
  padding: 20px;
  border-top: 1px dashed rgba(82, 82, 108, 0.2);
}
.team-box-footer p {
  color: rgba(82, 82, 108, 0.8);
}
.team-box-footer .common-space {
  text-align: center;
  gap: 8px;
  flex-wrap: wrap;
}

.attach-files-wrapper .common-f-start {
  gap: calc(16px + 9 * (100vw - 320px) / 1600);
  flex-wrap: wrap;
}
@media (max-width: 362px) {
  .attach-files-wrapper .common-f-start {
    justify-content: center;
  }
}
.attach-files-wrapper .common-f-start > div {
  width: calc(140px + 34 * (100vw - 320px) / 1600);
  height: calc(104px + 34 * (100vw - 320px) / 1600);
  border-radius: 8px;
  justify-content: center;
  display: grid;
  align-content: center;
  place-items: center;
  gap: calc(8px + 4 * (100vw - 320px) / 1600);
}
.attach-files-wrapper .common-f-start > div .outer-file-circle {
  width: calc(45px + 19 * (100vw - 320px) / 1600);
  height: calc(45px + 19 * (100vw - 320px) / 1600);
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.attach-files-wrapper .common-f-start > div .outer-file-circle svg {
  width: calc(22px + 8 * (100vw - 320px) / 1600);
  height: calc(22px + 8 * (100vw - 320px) / 1600);
}
.attach-files-wrapper .common-f-start > div p {
  font-weight: 500;
}
.attach-files-wrapper .upload-files-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 25px;
  column-gap: 20px;
}
@media (max-width: 1660px) and (min-width: 1400px) {
  .attach-files-wrapper .upload-files-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1399px) and (min-width: 576px) {
  .attach-files-wrapper .upload-files-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .attach-files-wrapper .upload-files-wrapper {
    grid-template-columns: 1fr;
  }
}
.attach-files-wrapper .upload-files-wrapper > div {
  background-color: #F7F8F9;
  padding: 18px;
  border-radius: 10px;
}
.attach-files-wrapper .upload-files-wrapper > div .d-flex {
  gap: 22px;
  margin-bottom: 25px;
  align-items: center;
}
.attach-files-wrapper .upload-files-wrapper > div .d-flex svg {
  width: calc(26px + 13 * (100vw - 320px) / 1600);
  height: calc(48px + 7 * (100vw - 320px) / 1600);
}
.attach-files-wrapper .upload-files-wrapper > div .d-flex p {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 1;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.attach-files-wrapper .upload-files-wrapper > div .common-space p,
.attach-files-wrapper .upload-files-wrapper > div .common-space span {
  color: rgba(82, 82, 108, 0.8);
}
.attach-files-wrapper .upload-files-wrapper > div .progress {
  margin-top: 8px;
  background: linear-gradient(180.36deg, #CFDCE8 -32.82%, #FFFFFF 99.69%);
  height: 6px;
}
.attach-files-wrapper .upload-files-wrapper > div.upload-file-box {
  background-color: rgba(16, 139, 233, 0.1);
  border: 1px dashed var(--theme-default);
  display: grid;
  cursor: pointer;
}
.attach-files-wrapper .upload-files-wrapper > div.upload-file-box .d-flex {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.attach-files-wrapper .upload-files-wrapper > div.create-file-box {
  background-color: rgba(255, 184, 41, 0.1);
  border: 1px dashed #ffb829;
  display: grid;
  cursor: pointer;
}
.attach-files-wrapper .upload-files-wrapper > div.create-file-box .d-flex {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.project-timeline .notification ul li:last-child {
  padding-bottom: 0;
}
.project-timeline .notification ul li h6 {
  margin-bottom: 6px;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.project-timeline .notification ul li .date-time {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .project-timeline .notification ul li .date-time {
    flex-direction: column;
    align-items: flex-start;
  }
  .project-timeline .notification ul li .date-time .activity-profile {
    border-left: unset;
    padding-left: 0;
    margin-left: 0;
  }
}
.project-timeline .notification ul li span {
  color: rgba(82, 82, 108, 0.8);
}
.project-timeline .notification ul li span .activity-profile {
  border-left: 1px solid rgba(82, 82, 108, 0.2);
  padding-left: 10px;
  margin-left: 10px;
}
.project-timeline .notification ul li span .activity-profile img {
  margin-right: 6px;
}
.project-timeline .notification ul li span .activity-profile span {
  vertical-align: text-top;
  color: rgba(82, 82, 108, 0.8);
}
.project-timeline .notification ul li > div span:not(.activity-profile, .activity-profile span, .date-time) {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.project-timeline .notification ul li .upload-doc {
  background-color: #F7F8F9;
  padding: 12px 15px;
  min-width: calc(234px + 71 * (100vw - 320px) / 1600);
  width: calc(234px + 71 * (100vw - 320px) / 1600);
}
.project-timeline .notification ul li .upload-doc .d-flex {
  align-items: center;
  gap: 15px;
}
.project-timeline .notification ul li .upload-doc svg {
  width: 29px;
  height: 39px;
}
.project-timeline .notification ul li .flowchart-wrapper {
  gap: 25px;
  padding: calc(16px + 9 * (100vw - 320px) / 1600);
  background-color: #F7F8F9;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 621px) {
  .project-timeline .notification ul li .flowchart-wrapper {
    gap: 18px;
  }
}
@media (max-width: 606px) {
  .project-timeline .notification ul li .flowchart-wrapper {
    justify-content: center;
  }
}
.project-timeline .notification ul li .flowchart-wrapper .flowchart-img img {
  height: 100px;
  border-radius: 8px;
  width: 135px;
  object-fit: cover;
  object-position: center;
}
.project-timeline .notification ul li .project-teammate ul::before {
  content: unset;
}
.project-timeline .notification ul li .project-teammate ul li {
  padding-bottom: 0;
}
.project-timeline .notification ul li .project-teammate ul li + li {
  margin-left: -12px;
}
[dir=rtl] .project-timeline .notification ul li .project-teammate ul li + li {
  margin-left: unset;
  margin-right: -12px;
}
.project-timeline .notification ul li .project-teammate ul li img {
  transition: 0.5s;
}
.project-timeline .notification ul li .project-teammate ul li img:hover,
.project-timeline .notification ul li .project-teammate ul li .light-background:hover {
  transform: translateY(-4px) scale(1.02);
  transition: 0.5s;
}
.project-timeline .notification ul li .project-task-note {
  border: 1px dashed rgba(82, 82, 108, 0.3);
}
.project-timeline .notification ul li .project-task-note thead tr th:first-child,
.project-timeline .notification ul li .project-task-note thead tr td:first-child,
.project-timeline .notification ul li .project-task-note tbody tr th:first-child,
.project-timeline .notification ul li .project-task-note tbody tr td:first-child {
  min-width: 152px;
}
.project-timeline .notification ul li .project-task-note thead tr th:nth-child(2),
.project-timeline .notification ul li .project-task-note thead tr td:nth-child(2),
.project-timeline .notification ul li .project-task-note tbody tr th:nth-child(2),
.project-timeline .notification ul li .project-task-note tbody tr td:nth-child(2) {
  min-width: 265px;
}
.project-timeline .notification ul li .project-task-note thead tr th:nth-child(3),
.project-timeline .notification ul li .project-task-note thead tr td:nth-child(3),
.project-timeline .notification ul li .project-task-note tbody tr th:nth-child(3),
.project-timeline .notification ul li .project-task-note tbody tr td:nth-child(3) {
  min-width: 112px;
}
.project-timeline .notification ul li .project-task-note thead tr th:nth-child(n+4),
.project-timeline .notification ul li .project-task-note thead tr td:nth-child(n+4),
.project-timeline .notification ul li .project-task-note tbody tr th:nth-child(n+4),
.project-timeline .notification ul li .project-task-note tbody tr td:nth-child(n+4) {
  min-width: 130px;
}
.project-timeline .notification ul li .project-task-note .project-header {
  background-color: var(--recent-chart-bg);
  border-bottom: 1px solid rgba(82, 82, 108, 0.3);
}
.project-timeline .notification ul li .project-task-note .project-content {
  background-color: rgba(82, 82, 108, 0.1);
}
.project-timeline .notification ul li .project-task-note .project-content td .common-f-start::before {
  content: unset;
}
.project-timeline .notification ul li .project-task-note .project-content td .common-f-start li {
  padding-bottom: 0;
}
.project-timeline .notification ul li .project-task-note .project-content td .common-f-start li + li {
  margin-left: -12px;
}
[dir=rtl] .project-timeline .notification ul li .project-task-note .project-content td .common-f-start li + li {
  margin-left: unset;
  margin-right: -12px;
}
.project-timeline .notification ul li .project-task-note .project-content td .common-f-start li img {
  transition: 0.5s;
}
.project-timeline .notification ul li .project-task-note .project-content td .common-f-start li img:hover,
.project-timeline .notification ul li .project-task-note .project-content td .common-f-start li .light-background:hover {
  transform: translateY(-4px) scale(1.02);
  transition: 0.5s;
}
.project-timeline .notification ul li .project-task-note .project-content td .btn-white {
  color: #52526c;
}
.project-timeline .notification ul li .project-task-note .project-content td .badge {
  padding: 10px;
  border-left: unset;
  margin: 0;
}
.project-timeline .notification ul li .project-task-note .project-content td .btn {
  background-color: var(--white);
}
.project-timeline .notification ul li .project-task-note .project-content td ul li img {
  width: 32px;
  height: 32px;
  border: 2px solid var(--white);
}

.project-cards .project-list .main-card-box {
  border: 1px solid var(--white);
  border-radius: 5px;
}
.project-cards .project-list .main-card-box > .common-space {
  flex-wrap: wrap;
}
.project-cards .project-list .main-card-box .common-f-start li .common-circle {
  width: 40px;
  height: 40px;
}
@media (max-width: 575px) {
  .project-cards .project-list .main-card-box .common-f-start li .common-circle {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
}
.project-cards .project-list .main-card-box .cost-performance-wrapper {
  width: 180px;
}
.project-cards .project-list .main-card-box .cost-performance-wrapper .apexcharts-graphical {
  transform: scale(0.8);
}
.project-cards .project-list .main-card-box .cost-right-data ul li {
  padding: calc(11px + 1 * (100vw - 320px) / 1600);
}
.project-cards .project-list .main-card-box .cost-right-data ul li:first-child {
  border-bottom: 1px dashed rgba(82, 82, 108, 0.2);
}
.project-cards .project-list .main-card-box .cost-right-data ul li span {
  color: rgba(82, 82, 108, 0.8);
}
.project-cards .project-list .main-card-box > .common-space {
  border-bottom: 1px dashed rgba(82, 82, 108, 0.2);
}
.project-cards .project-list .main-card-box .project-right-icon {
  width: calc(36px + 10 * (100vw - 320px) / 1600);
  height: calc(36px + 10 * (100vw - 320px) / 1600);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project-cards .project-list .main-card-box .project-right-icon i {
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
}
.project-cards .project-list .main-card-box .highlight-content .common-space {
  flex-wrap: wrap;
  gap: 6px;
}
.project-cards .project-list .main-card-box .highlight-content .common-space svg {
  height: calc(14px + 2 * (100vw - 320px) / 1600);
  vertical-align: middle;
  margin-right: 6px;
}
.project-cards .project-list .main-card-box .highlight-content .common-space span {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
@media (max-width: 370px) {
  .project-cards .project-list .main-card-box .highlight-content .common-space {
    flex-direction: column;
    align-items: flex-start;
  }
}
.project-cards .project-list .main-card-box span {
  color: var(--body-font-color);
}
.project-cards .project-list .main-card-box ul.common-f-start::before {
  content: unset;
}
.project-cards .project-list .main-card-box ul.common-f-start li {
  padding-bottom: 0;
}
.project-cards .project-list .main-card-box ul.common-f-start li + li {
  margin-left: -12px;
}
[dir=rtl] .project-cards .project-list .main-card-box ul.common-f-start li + li {
  margin-left: unset;
  margin-right: -12px;
}
.project-cards .project-list .main-card-box ul.common-f-start li img {
  transition: 0.5s;
}
.project-cards .project-list .main-card-box ul.common-f-start li img:hover,
.project-cards .project-list .main-card-box ul.common-f-start li .light-background:hover {
  transform: translateY(-4px) scale(1.02);
  transition: 0.5s;
}
.project-cards .project-list .main-card-box .project-list-card {
  padding: 20px;
}
.project-cards .project-list .main-card-box .project-list-card .common-space {
  padding-bottom: 6px;
}
.project-cards .project-list .main-card-box .project-list-card .common-space:last-child {
  padding-bottom: 0;
}
.project-cards .project-list .main-card-box .highlight-content {
  padding: 20px;
}
.project-cards .project-list .main-card-box .highlight-content .common-space {
  padding-bottom: 6px;
}
.project-cards .project-list .main-card-box .highlight-content .common-space:last-child {
  padding-bottom: 0;
}
@media (max-width: 1784px) {
  .project-cards .project-list .main-card-box .main-cost-performance .common-space {
    flex-wrap: wrap;
    justify-content: center;
  }
  .project-cards .project-list .main-card-box .main-cost-performance .common-space .cost-right-data ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: calc(0px + 28 * (100vw - 320px) / 1600);
  }
  .project-cards .project-list .main-card-box .main-cost-performance .common-space .cost-right-data ul li:first-child {
    border-bottom: unset;
  }
}
@media (max-width: 1399px) {
  .project-cards .project-list .main-card-box .main-cost-performance .common-space {
    flex-direction: column;
  }
}

.project-tabs {
  flex-wrap: wrap;
  gap: 12px;
}
.project-tabs.common-space .nav-tabs {
  margin-bottom: 0;
  border: unset;
}
.project-tabs.common-space .nav-tabs .nav-item .nav-link {
  padding-bottom: 0;
  text-align: left;
}
.project-tabs.common-space .nav-tabs .nav-item .nav-link svg {
  height: 18px;
  vertical-align: middle;
  margin-right: 5px;
}
@media (max-width: 645px) and (min-width: 576px) {
  .project-tabs.common-space .nav-tabs .nav-item .nav-link {
    padding: 10px 15px;
  }
}
@media (max-width: 575px) {
  .project-tabs.common-space .nav-tabs .nav-item .nav-link {
    padding: 10px 0;
  }
}
@media (min-width: 576px) {
  .project-tabs.common-space .nav-tabs .nav-item:first-child .nav-link {
    padding-left: 0;
  }
  .project-tabs.common-space .nav-tabs .nav-item:last-child .nav-link {
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .project-tabs.common-space .nav-tabs .nav-item .nav-link {
    font-size: 14px;
  }
  .project-tabs.common-space .nav-tabs .nav-item:first-child .nav-link {
    padding-top: 0;
  }
}
.project-tabs.common-space .btn i {
  vertical-align: middle;
  margin-right: 8px;
}
@media (max-width: 575px) {
  .project-tabs {
    flex-direction: column;
    align-items: flex-start;
  }
}

.projects-wrapper .card,
.projects-wrapper .list-box {
  padding: calc(16px + 2 * (100vw - 320px) / 1600);
  cursor: pointer;
  background-color: var(--recent-chart-bg);
  box-shadow: 0px 9px 20px 0px rgba(46, 35, 94, 0.0705882353);
}
.projects-wrapper .card .header-top,
.projects-wrapper .list-box .header-top {
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.projects-wrapper .card .project-body span,
.projects-wrapper .list-box .project-body span {
  color: rgba(82, 82, 108, 0.8);
  margin-bottom: 8px;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.projects-wrapper .card .project-body .progress,
.projects-wrapper .list-box .project-body .progress {
  height: 6px;
  margin-bottom: 8px;
}
.projects-wrapper:last-child .card {
  margin-bottom: 0;
}
.projects-wrapper ul li + li {
  margin-left: -12px;
}
[dir=rtl] .projects-wrapper ul li + li {
  margin-left: unset;
  margin-right: -12px;
}
.projects-wrapper ul li img {
  transition: 0.5s;
}
.projects-wrapper ul li img:hover,
.projects-wrapper ul li .light-background:hover {
  transform: translateY(-4px) scale(1.02);
  transition: 0.5s;
}
.projects-wrapper .badge {
  padding: calc(6px + 4 * (100vw - 320px) / 1600) calc(6px + 6 * (100vw - 320px) / 1600);
  font-size: 12px;
}
.projects-wrapper .project-body h6 {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.projects-wrapper .project-body > img {
  width: 100%;
  height: calc(85px + 41 * (100vw - 320px) / 1600);
  border-radius: 5px;
  margin-bottom: 15px;
  object-fit: cover;
}
.projects-wrapper .project-body ul {
  padding-bottom: calc(12px + 3 * (100vw - 320px) / 1600);
}
.projects-wrapper .project-body .project-bottom {
  padding-top: calc(12px + 6 * (100vw - 320px) / 1600);
  border-top: 1px solid rgba(82, 82, 108, 0.1);
  flex-wrap: wrap;
  gap: 6px;
}
.projects-wrapper .project-body .project-bottom .common-flex span {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .projects-wrapper .project-body .project-bottom .common-flex svg {
    width: 14px;
    height: 14px;
  }
}
.projects-wrapper .project-body .project-bottom span {
  background-color: var(--light-bg);
  padding: calc(4px + 2 * (100vw - 320px) / 1600) calc(8px + 4 * (100vw - 320px) / 1600);
  border-radius: 5px;
}
.projects-wrapper .project-body .project-bottom svg {
  width: 16px;
  height: 16px;
  stroke: rgba(82, 82, 108, 0.8);
  vertical-align: text-top;
}
.projects-wrapper .list-box {
  border-radius: 2px;
}
.projects-wrapper [class*=title-line-]::before {
  left: 12px;
}
.projects-wrapper svg {
  width: 16px;
  height: 16px;
  vertical-align: sub;
}
.projects-wrapper .project-body .common-f-start:not(ul) {
  margin-bottom: 24px;
}
.projects-wrapper .project-body .common-f-start:not(ul) img {
  height: calc(50px + 17 * (100vw - 320px) / 1600);
  border-radius: 14px;
}
@media (max-width: 400px) {
  .projects-wrapper .project-body .common-f-start:not(ul) {
    flex-wrap: wrap;
    margin-bottom: 6px;
  }
}
.projects-wrapper .project-body .project-bottom .common-f-start {
  padding-bottom: 0;
}
.projects-wrapper .project-body .project-bottom p {
  color: rgba(82, 82, 108, 0.8);
}
.projects-wrapper .project-body .project-bottom p span {
  margin-bottom: 0;
  background-color: unset;
  padding: 0;
  border-radius: 0;
  color: var(--body-font-color);
  font-weight: 500;
}
.projects-wrapper .project-body .project-bottom ul li img {
  width: 32px;
  height: 32px;
  border: 1px solid var(--white);
}
.projects-wrapper:last-child .card {
  margin-bottom: 20px;
}

@media (max-width: 1660px) and (min-width: 1400px) {
  .recent-xl-50 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .recent-xl-23 {
    max-width: 23%;
    flex: 0 0 23%;
  }
  .recent-xl-77 {
    max-width: 77%;
    flex: 0 0 77%;
  }
}
/**=====================
   3.50 Project_list CSS Ends
==========================**/
/**=====================
    3.51 Placeholders CSS Start
==========================**/
.placeholder-light {
  background-color: #3f475a;
  opacity: 0.08;
}

.loading-card-wrapper img {
  height: calc(125px + 75 * (100vw - 320px) / 1600);
  object-fit: cover;
}

.placeholder-body {
  display: flex;
  align-items: center;
  gap: 14px;
}
.placeholder-body .placeholder-start .square {
  width: calc(50px + 10 * (100vw - 320px) / 1600);
  height: calc(50px + 10 * (100vw - 320px) / 1600);
  border-radius: 5px;
  background: linear-gradient(to right, rgba(137, 137, 137, 0.02) 2%, rgba(130, 130, 130, 0.02) 2%, rgba(137, 137, 137, 0.1) 14%);
  background-size: 800px 100px;
  animation: wave-square-lines 2s infinite ease-out;
}
.placeholder-body .placeholder-start .square.circle {
  border-radius: 50%;
  height: calc(50px + 10 * (100vw - 320px) / 1600);
  width: calc(50px + 10 * (100vw - 320px) / 1600);
}
.placeholder-body .placeholder-end {
  flex: 1;
}
.placeholder-body .placeholder-end .placeholder-line {
  height: 12px;
  margin-bottom: 6px;
  border-radius: 2px;
  background: linear-gradient(to right, rgba(137, 137, 137, 0.02) 2%, rgba(130, 130, 130, 0.02) 2%, rgba(137, 137, 137, 0.1) 14%);
  background-size: 800px 100px;
  animation: wave-left-lines 2s infinite ease-out;
}
.placeholder-body .placeholder-end .placeholder-line:last-child {
  margin-bottom: 0;
}

.animation-placeholder p {
  margin-bottom: 0;
}

@keyframes wave-left-lines {
  0% {
    background-position: -460px 0;
  }
  100% {
    background-position: 460px 0;
  }
}
@keyframes wave-square-lines {
  0% {
    background-position: -460px 0;
  }
  100% {
    background-position: 460px 0;
  }
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.1;
  }
}
/**=====================
    3.51 Placeholders CSS End
==========================**/
/**=====================
   3.52 Rating CSS Start
==========================**/
@-webkit-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 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);
  }
}
@-webkit-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 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);
  }
}
@-webkit-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 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));
  }
}
@-webkit-keyframes angry {
  40% {
    background: var(--active);
  }
  45% {
    box-shadow: inset 3px -3px 4px var(--active-shadow), inset 0 8px 10px var(--active-shadow-angry);
  }
}
@keyframes angry {
  40% {
    background: var(--active);
  }
  45% {
    box-shadow: inset 3px -3px 4px var(--active-shadow), inset 0 8px 10px var(--active-shadow-angry);
  }
}
.feedback {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.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;
}
.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;
}

.main-star-rating {
  position: relative;
}
.main-star-rating .star-box i,
.main-star-rating .star-box1 i {
  color: #cccccc;
  font-size: calc(25px + 10 * (100vw - 320px) / 1600);
  cursor: pointer;
  transition: color 0.2s ease;
}
.main-star-rating .star-box i.active,
.main-star-rating .star-box1 i.active {
  color: #ffb829;
}

.rating-stars-2 .emoji-rating .outer-emoji {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.rating-stars-2 .outer-emoji .emojis {
  height: 500%;
  display: flex;
  flex-direction: column;
}
.rating-stars-2 .outer-emoji .emojis li {
  height: 20%;
  width: 100%;
  list-style: none;
  transition: all 0.3s ease;
}
.rating-stars-2 .outer-emoji li i {
  font-size: 45px;
  color: #59667a;
}
.rating-stars-2 #star-2:checked ~ .common-align .emojis .slide-emoji {
  margin-top: -50px;
}
.rating-stars-2 #star-3:checked ~ .common-align .emojis .slide-emoji {
  margin-top: -112px;
}
.rating-stars-2 #star-4:checked ~ .common-align .emojis .slide-emoji {
  margin-top: -172px;
}
.rating-stars-2 #star-5:checked ~ .common-align .emojis .slide-emoji {
  margin-top: -232px;
}
.rating-stars-2 .stars label {
  font-size: 22px;
  color: #cccccc;
}
.rating-stars-2 #star-1:hover ~ .common-align .stars .star-1,
.rating-stars-2 #star-1:checked ~ .common-align .stars .star-1,
.rating-stars-2 #star-2:hover ~ .common-align .stars .star-1,
.rating-stars-2 #star-2:hover ~ .common-align .stars .star-2,
.rating-stars-2 #star-2:checked ~ .common-align .stars .star-1,
.rating-stars-2 #star-2:checked ~ .common-align .stars .star-2,
.rating-stars-2 #star-3:hover ~ .common-align .stars .star-1,
.rating-stars-2 #star-3:hover ~ .common-align .stars .star-2,
.rating-stars-2 #star-3:hover ~ .common-align .stars .star-3,
.rating-stars-2 #star-3:checked ~ .common-align .stars .star-1,
.rating-stars-2 #star-3:checked ~ .common-align .stars .star-2,
.rating-stars-2 #star-3:checked ~ .common-align .stars .star-3,
.rating-stars-2 #star-4:hover ~ .common-align .stars .star-1,
.rating-stars-2 #star-4:hover ~ .common-align .stars .star-2,
.rating-stars-2 #star-4:hover ~ .common-align .stars .star-3,
.rating-stars-2 #star-4:hover ~ .common-align .stars .star-4,
.rating-stars-2 #star-4:checked ~ .common-align .stars .star-1,
.rating-stars-2 #star-4:checked ~ .common-align .stars .star-2,
.rating-stars-2 #star-4:checked ~ .common-align .stars .star-3,
.rating-stars-2 #star-4:checked ~ .common-align .stars .star-4,
.rating-stars-2 #star-5:hover ~ .common-align .stars .star-1,
.rating-stars-2 #star-5:hover ~ .common-align .stars .star-2,
.rating-stars-2 #star-5:hover ~ .common-align .stars .star-3,
.rating-stars-2 #star-5:hover ~ .common-align .stars .star-4,
.rating-stars-2 #star-5:hover ~ .common-align .stars .star-5,
.rating-stars-2 #star-5:checked ~ .common-align .stars .star-1,
.rating-stars-2 #star-5:checked ~ .common-align .stars .star-2,
.rating-stars-2 #star-5:checked ~ .common-align .stars .star-3,
.rating-stars-2 #star-5:checked ~ .common-align .stars .star-4,
.rating-stars-2 #star-5:checked ~ .common-align .stars .star-5 {
  color: #ffb829;
}
.rating-stars-2 .emoji-rating .main-emoji-text {
  border-top: 1px solid var(--chart-dashed-border);
  background: var(--light-background);
  width: 100%;
  height: 50px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1682px) {
  .rating-stars-2 .emoji-rating .main-emoji-text {
    padding: 12px;
    height: 74px;
  }
}
@media (max-width: 1511px) {
  .rating-stars-2 .emoji-rating .main-emoji-text .emoji-msg {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 294px;
  }
}
.rating-stars-2 .main-emoji-text .emoji-msg::before {
  content: "No issues detected";
}
.rating-stars-2 .main-emoji-text .emoji-number::before {
  content: "0 out of 5";
}
.rating-stars-2 #star-1:checked ~ .main-emoji-text .emoji-msg::before {
  content: "We have observed unacceptable behavior.";
  padding-right: 12px;
}
.rating-stars-2 #star-1:checked ~ .main-emoji-text .emoji-number::before {
  content: "1 out of 5";
}
.rating-stars-2 #star-2:checked ~ .main-emoji-text .emoji-msg::before {
  content: "Your request cannot be processed.";
  padding-right: 12px;
}
.rating-stars-2 #star-2:checked ~ .main-emoji-text .emoji-number::before {
  content: "2 out of 5";
}
.rating-stars-2 s #star-3:checked ~ .main-emoji-text .emoji-msg::before {
  content: "Well done! The operation was successfully finished.";
  padding-right: 12px;
}
.rating-stars-2 #star-3:checked ~ .main-emoji-text .emoji-number::before {
  content: "3 out of 5";
}
.rating-stars-2 #star-4:checked ~ .main-emoji-text .emoji-msg::before {
  content: "Thank you for your ongoing assistance.";
  padding-right: 12px;
}
.rating-stars-2 #star-4:checked ~ .main-emoji-text .emoji-number::before {
  content: "4 out of 5";
}
.rating-stars-2 #star-5:checked ~ .main-emoji-text .emoji-msg::before {
  content: "Task successfully finished.";
  padding-right: 12px;
}
.rating-stars-2 #star-5:checked ~ .main-emoji-text .emoji-number::before {
  content: "5 out of 5";
}
.rating-stars-2 input[type=radio] {
  display: none;
}

.msg-emojis-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.msg-emojis-wrapper .star-widget {
  margin: 0;
}
.msg-emojis-wrapper .star-widget input {
  display: none;
}
.msg-emojis-wrapper .star-widget label {
  font-size: 35px;
  color: #cccccc;
  padding: 0 10px;
  float: right;
  margin: 0;
  transition: all 0.2s ease;
}
@media (max-width: 1500px) and (min-width: 401px) {
  .msg-emojis-wrapper .star-widget label {
    font-size: 30px;
  }
}
@media (max-width: 400px) {
  .msg-emojis-wrapper .star-widget label {
    font-size: 25px;
    padding: 0 8px;
  }
}
.msg-emojis-wrapper form {
  display: none;
}

input:checked ~ form {
  display: block;
  margin-top: 45px;
}

.star-widget input:not(:checked) ~ label:hover,
.star-widget input:not(:checked) ~ label:hover ~ label {
  color: #ffb829;
}
.star-widget input:checked ~ label {
  color: #ffb829;
}

input#rate-5:checked ~ label {
  color: #fff7e5;
  text-shadow: 0 0 20px var(--active-shadow);
}

#rate-1:checked ~ form header:before {
  content: "Simple and effective ";
}

#rate-2:checked ~ form header:before {
  content: "Great value! ";
}

#rate-3:checked ~ form header:before {
  content: "High-quality product";
}

#rate-4:checked ~ form header:before {
  content: "Will definitely order again";
}

#rate-5:checked ~ form header:before {
  content: "Delicious and satisfying";
}

form header {
  width: 100%;
  font-size: 18px;
  color: var(--chart-text-color);
  font-weight: 500;
  margin: 0;
  text-align: center;
  transition: all 0.2s ease;
}

.heart-rating {
  text-align: center;
  /*rating system 3*/
  /*selecting*/
}
.heart-rating .rating-system3 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  flex-direction: row-reverse;
  position: relative;
}
.heart-rating span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #fc564a;
  position: absolute;
  left: 20px;
}
.heart-rating input {
  display: none;
}
.heart-rating label {
  display: block;
  width: 20px;
  height: 5px;
  background: #cccccc;
  position: relative;
  transition: all 0.3s;
  margin: 0;
}
.heart-rating .rating-text {
  color: var(--chart-text-color);
  padding: 18px 0 0;
  position: absolute;
  width: 100%;
  top: 100%;
}
.heart-rating .rating-system3 label {
  width: 10px;
  height: 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: #fc564a;
  border-radius: 100%;
}
.heart-rating .rating-system3 input:checked ~ label {
  border-radius: 100%;
  background: #fc564a;
  box-shadow: 6px 0 #fc564a, 3px 1px 0 7px var(--white), 3px 1px 0 9px #fc564a;
}
.heart-rating .rating-system3 input:checked ~ label:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fc564a;
  transform: rotate(-45deg);
  border-bottom-left-radius: 15%;
  top: 30%;
  left: 3px;
}
.heart-rating input:nth-of-type(5):checked ~ .rating-text:before {
  content: "No issues detected";
}
.heart-rating label:nth-of-type(5):hover ~ .rating-text:before {
  content: "No issues detected";
}
.heart-rating input:nth-of-type(4):checked ~ .rating-text:before {
  content: "We have observed unacceptable behavior.";
}
.heart-rating label:nth-of-type(4):hover ~ .rating-text:before {
  content: "We have observed unacceptable behavior.";
}
.heart-rating input:nth-of-type(3):checked ~ .rating-text:before {
  content: "Your request cannot be processed.";
}
.heart-rating label:nth-of-type(3):hover ~ .rating-text:before {
  content: "Your request cannot be processed.";
}
.heart-rating input:nth-of-type(2):checked ~ .rating-text:before {
  content: "Well done! The operation was successfully finished.";
}
.heart-rating label:nth-of-type(2):hover ~ .rating-text:before {
  content: "Well done! The operation was successfully finished.";
}
.heart-rating input:nth-of-type(1):checked ~ .rating-text:before {
  content: "Thank you for your ongoing assistance.";
}
.heart-rating label:nth-of-type(1):hover ~ .rating-text:before {
  content: "Thank you for your ongoing assistance.";
}

.rating_expression {
  /* WebKit */
  /* Firefox */
}
.rating_expression .emoji {
  animation: fade-slide-in 0.6s ease-out;
}
.rating_expression .emoji__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 24px;
  position: relative;
  width: 42px;
  height: 42px;
}
.rating_expression .emoji__face-right-eye,
.rating_expression .emoji__face-left-eye,
.rating_expression .emoji__face-mouth-lower,
.rating_expression .emoji__face-mouth-upper {
  position: absolute;
  transition: background-color var(--trans-dur), box-shadow var(--trans-dur), color var(--trans-dur);
}
.rating_expression .emoji__face-right-eye,
.rating_expression .emoji__face-left-eye {
  background-color: var(--white);
  border-radius: 50%;
  top: 0.75em;
  width: 0.6em;
  height: 0.6em;
}
.rating_expression .emoji__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;
}
.rating_expression .emoji__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;
}
.rating_expression .emoji__face-mouth-lower,
.rating_expression .emoji__face-mouth-upper {
  color: var(--white);
  top: 1.75em;
  left: 0.75em;
  width: 1.5em;
  height: 0.75em;
}
.rating_expression .emoji__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;
}
.rating_expression .emoji__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;
}
.rating_expression .emoji__label {
  display: block;
  margin-bottom: 45px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: var(--chart-text-color);
}
.rating_expression .emoji__input {
  background-color: #cccccc;
  background-image: linear-gradient(hsl(var(--input-hue), 90%, 46%), hsl(var(--input-hue), 90%, 46%));
  background-size: var(--percent) 100%;
  background-repeat: no-repeat;
  border-radius: 0.25em;
  display: block;
  margin: auto;
  width: 30%;
  max-width: 50%;
  height: 4px;
  transition: background-color var(--trans-dur);
  appearance: none;
  -webkit-tap-highlight-color: transparent;
}
.rating_expression .emoji__input:focus {
  outline: transparent;
}
.rating_expression .emoji__input::-webkit-slider-thumb {
  background-color: var(--white);
  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;
}
.rating_expression .emoji__input:focus::-webkit-slider-thumb,
.rating_expression .emoji__input::-webkit-slider-thumb:hover {
  background-color: var(--lt-gray);
}
.rating_expression .emoji__input::-moz-range-thumb {
  background-color: var(--white);
  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;
}
.rating_expression .emoji__input:focus::-moz-range-thumb,
.rating_expression .emoji__input::-moz-range-thumb:hover {
  background-color: var(--lt-gray);
}
@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;
  }
}
.rating_expression .emoji_slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  background: var(--chart-text-color);
  cursor: pointer;
}
.rating_expression .emoji_slider::-moz-range-thumb {
  width: 12px;
  height: 12px;
  background: var(--chart-text-color);
  cursor: pointer;
}

.reset-rating {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  position: relative;
  gap: 15px;
  margin-bottom: 16px;
}
.reset-rating > input {
  display: none;
}
.reset-rating > input:checked ~ label {
  color: #ffb829;
}
.reset-rating > input:checked ~ label ~ label {
  color: #ffb829;
}
.reset-rating > input:not(:checked) ~ label:hover {
  color: #ffb829;
}
.reset-rating > input:not(:checked) ~ label:hover ~ label {
  color: #ffb829;
}
.reset-rating > label {
  cursor: pointer;
  font-size: 35px;
  color: #cccccc;
  margin-top: auto;
  transition: 0.3s;
  margin: 0;
}

.ratingCard {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}

.reset-btn {
  cursor: pointer;
}

.half-star-rating .starrate {
  color: #cccccc;
  cursor: pointer;
  text-align: center;
}
.half-star-rating .starrate .ctrl {
  position: absolute;
  z-index: 2;
}
.half-star-rating .starrate i {
  font-size: 35px;
  color: #ffb829;
}
.half-star-rating .starrate.saved {
  margin-bottom: 4px;
}
.half-star-rating .rating-result {
  font-size: 20px;
  text-align: center;
  color: var(--body-font-color);
}

/**=====================
   3.52 Rating CSS Ends
==========================**/
/**=====================
    3.53 Social-app CSS start
==========================**/
.user-profile .hovercard .socialheader {
  background: url(../images/social-app/social-image.png);
}
.user-profile .hovercard .user-image .share-icons {
  position: absolute;
  right: 100px;
  top: -30px;
}
.user-profile .hovercard .user-image .share-icons li {
  display: inline-block;
  margin-right: 10px;
}
.user-profile .hovercard .user-image .share-icons li .social-icon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  border-radius: 100%;
}
.user-profile .hovercard .user-image .share-icons li .social-icon i {
  color: #fff;
  font-size: 25px;
}
.user-profile .hovercard .user-image .share-icons li:last-child {
  margin-right: 0;
}
.user-profile .card-footer > div h3 {
  font-size: 16px;
}

.market-tabs .border-tab.nav-tabs .nav-item .nav-link.active {
  border-bottom: none !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: 500;
}

.tabs-scoial {
  border-bottom: none;
  margin-bottom: 20px !important;
  margin-top: 20px;
}
.tabs-scoial li a {
  font-weight: 600;
}
.tabs-scoial li a svg circle {
  color: #999999;
}

.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: #999999;
}
.social-list .d-flex .flex-grow-1 span {
  font-weight: 600;
}
.social-list .d-flex .flex-grow-1:hover a {
  color: var(--theme-default);
}

.photos {
  margin-bottom: -15px;
}
.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 svg circle {
  color: #999999;
}

.like-content span i {
  font-size: 14px;
}

.timeline-content p {
  margin-top: 30px;
  color: rgba(82, 82, 108, 0.6);
}
.timeline-content .comment-number i {
  color: #999999;
  margin: 0 6px;
}
.timeline-content .comment-number + .comment-number {
  padding-right: 12px;
}
.timeline-content .comments-box {
  margin-top: 30px;
}
.timeline-content .comments-box .input-group {
  margin-top: 6px;
  background-color: rgba(239, 239, 239, 0.4);
}
.timeline-content .comments-box .input-group .input-txt-bx {
  background-color: rgba(239, 239, 239, 0.1);
  border: none;
}
.timeline-content .comments-box .input-group .input-txt-bx::placeholder {
  color: #52526c;
}
.timeline-content .comments-box .input-group .input-group-append .btn:active {
  border-color: transparent;
}
.timeline-content .comments-box .input-group .input-group-append .btn i {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  display: flex;
  color: #999999;
}

.social-chat {
  margin-top: 30px;
}
.social-chat span span {
  font-weight: normal;
  color: rgba(82, 82, 108, 0.6);
  font-size: 12px;
}
.social-chat .flex-grow-1 {
  padding: 20px;
  border: 1px solid rgba(82, 82, 108, 0.2);
  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 #59667a;
}
.social-chat .flex-grow-1:after {
  content: "";
  position: absolute;
  top: 19px;
  right: 100%;
  border: 7px solid transparent;
  border-right: 7px solid #fff;
}
.social-chat .your-msg,
.social-chat .other-msg {
  margin-bottom: 30px;
}
.social-chat .other-msg {
  margin-left: 40px;
}

.socialprofile span {
  color: #999999;
}
.socialprofile .social-btngroup {
  margin: 30px 0;
}
.socialprofile .likes-profile h5 span {
  color: #404040;
}
.socialprofile .social-group {
  margin-top: 30px;
}
.socialprofile .social-group ul li:nth-child(4) {
  margin-left: -22px;
}

.social-status form .form-group .form-control-social {
  border: 1px solid #f4f4f4;
  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: #fff;
  bottom: 0;
  left: 35px;
  border-radius: 100%;
}
.social-status .d-flex .social-online {
  border: 3px solid #65c15c;
}
.social-status .d-flex .social-busy {
  border: 3px solid #ffb829;
}
.social-status .d-flex .social-offline {
  border: 3px solid #59667a;
}
.social-status .d-flex .flex-grow-1 p {
  color: rgba(82, 82, 108, 0.6);
  margin-bottom: 5px;
}
.social-status .d-flex .flex-grow-1 span + span {
  color: rgba(82, 82, 108, 0.6);
}
.social-status .d-flex .flex-grow-1 .light-span {
  color: rgba(82, 82, 108, 0.6);
}

.social-header h5 span:first-child {
  line-height: 1.48;
}
.social-header h5 span svg circle {
  color: #999999;
}

.details-about + .details-about {
  margin-top: 30px;
}
.details-about .your-details p {
  color: rgba(82, 82, 108, 0.6);
}

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

.social-app-profile .tab-pane .social-details .social-follow li span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.social-app-profile .tab-pane .faq-accordion .card-header .btn,
.social-app-profile .tab-pane .job-accordion .card-header .btn {
  font-size: 16px;
  font-weight: 600;
}
.social-app-profile .tab-pane .faq-accordion .filter-cards-view .page-notification .flex-grow-1 span,
.social-app-profile .tab-pane .job-accordion .filter-cards-view .page-notification .flex-grow-1 span {
  font-size: 13px;
}
.social-app-profile .tab-pane .faq-accordion .filter-cards-view .flex-grow-1 span,
.social-app-profile .tab-pane .job-accordion .filter-cards-view .flex-grow-1 span {
  font-size: 14px;
  font-weight: 500;
}
.social-app-profile .tab-pane .job-accordion .filter-cards-view span {
  font-weight: 500;
  font-size: 14px;
}
.social-app-profile .tab-pane .job-accordion .filter-cards-view p {
  color: rgba(64, 64, 64, 0.9);
}

@media (min-width: 320px) and (max-width: 1660px) {
  .social-app-profile .order-xxl-i {
    order: 1;
  }
  .social-app-profile .order-xxl-ii {
    order: 2;
  }
  .social-app-profile .order-xxl-iii {
    order: 3;
  }
  .social-app-profile .order-xxl-iv {
    order: 4;
  }
  .social-app-profile .order-xxl-v {
    order: 5;
  }
  .social-app-profile .order-xxl-vi {
    order: 5;
  }
  .social-app-profile .order-xxl-vii {
    order: 6;
  }
}
/**=====================
    3.53 Social-app CSS end
==========================**/
/**=====================
    3.54 Scroll-spy CSS start
==========================**/
.main-scrollspy .nav-pills .nav-link {
  color: var(--chart-text-color);
  font-weight: 500;
}
.main-scrollspy .nav-pills .nav-link.active {
  color: #fff !important;
}
.main-scrollspy h6,
.main-scrollspy h5 {
  margin-bottom: 10px;
  color: var(--body-font-color);
}
.main-scrollspy p:not(.f-m-light) {
  color: #6C757D;
}
@media (max-width: 480px) {
  .main-scrollspy .navbar-scrollspy .navbar-brand img {
    height: 34px;
  }
}
.main-scrollspy .navbar-scrollspy .bg-body-tertiary {
  justify-content: space-between;
  background-color: var(--light-background) !important;
}
@media (max-width: 606px) {
  .main-scrollspy .navbar-scrollspy .bg-body-tertiary {
    gap: 8px;
  }
}
.main-scrollspy .navbar-scrollspy .nav-pills {
  align-items: center;
  gap: 8px;
}
.main-scrollspy .navbar-scrollspy .nav-pills .nav-item.dropdown .dropdown-toggle {
  width: 120px;
  border-radius: 6px;
  padding: 8px 16px;
}
@media (max-width: 480px) {
  .main-scrollspy .navbar-scrollspy .nav-pills .nav-item.dropdown .dropdown-toggle {
    width: 100%;
  }
}
.main-scrollspy .navbar-scrollspy .nav-pills .nav-item.dropdown .dropdown-toggle::after {
  font-size: 14px;
}
[dir=rtl] .main-scrollspy .navbar-scrollspy .nav-pills .nav-item.dropdown .dropdown-toggle {
  text-align: right;
}
[dir=rtl] .main-scrollspy .navbar-scrollspy .nav-pills .nav-item.dropdown .dropdown-toggle::after {
  left: 10px;
  right: unset;
}
.main-scrollspy .navbar-scrollspy .nav-pills .nav-item.dropdown .dropdown-menu li .dropdown-item {
  opacity: 1;
  border: unset;
  color: var(--chart-text-color);
}
.main-scrollspy .navbar-scrollspy .nav-pills .nav-item.dropdown .dropdown-menu li .dropdown-item.active, .main-scrollspy .navbar-scrollspy .nav-pills .nav-item.dropdown .dropdown-menu li .dropdown-item:hover {
  background-color: rgba(16, 139, 233, 0.09);
  color: var(--theme-default);
}
.main-scrollspy .navbar-scrollspy .scrollspy-example {
  height: 200px;
  overflow-y: auto;
  scroll-behavior: smooth;
  background-color: var(--light-background) !important;
}
@media (max-width: 991px) {
  .main-scrollspy .nested-scrollspy .common-align {
    flex-direction: column;
  }
}
.main-scrollspy .nested-scrollspy .nested-scrollspy-menu {
  background-color: var(--light-background) !important;
}
.main-scrollspy .nested-scrollspy .nested-scrollspy-menu .nav-pills:first-child {
  padding: 22px 16px;
}
.main-scrollspy .nested-scrollspy .scrollspy-example-2 {
  height: 300px;
  overflow-y: auto;
  scroll-behavior: smooth;
}
@media (max-width: 1199px) and (min-width: 576px) {
  .main-scrollspy .nested-scrollspy .scrollspy-example-2 {
    height: 344px;
  }
}
@media (max-width: 575px) {
  .main-scrollspy .nested-scrollspy .scrollspy-example-2 {
    height: 185px;
  }
}
.main-scrollspy .nested-scrollspy .scrollspy-example-2 p {
  margin-bottom: 16px;
}
.main-scrollspy .nested-scrollspy .scrollspy-example-2 svg {
  width: 120px;
  height: 150px;
}
@media (max-width: 1399px) and (min-width: 576px) {
  .main-scrollspy .nested-scrollspy .scrollspy-example-2 svg {
    width: 88px;
    height: 88px;
  }
}
@media (max-width: 575px) {
  .main-scrollspy .nested-scrollspy .scrollspy-example-2 svg {
    width: 80px;
    height: 80px;
  }
}
.main-scrollspy .scrollspy-example-3 {
  height: 180px;
  overflow-y: auto;
  scroll-behavior: smooth;
}
.main-scrollspy .custom-scrollspy-section .common-p-space {
  padding: 18px 0;
}
.main-scrollspy .custom-scrollspy-section .common-p-space:last-child {
  padding-bottom: 0;
}
.main-scrollspy .custom-scrollspy-section .nav-pills .nav-link {
  position: relative;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  text-align: center;
  padding: 12px 16px;
}
.main-scrollspy .custom-scrollspy-section .nav-pills .nav-link.active .custom-arrow {
  display: block;
  position: absolute;
  content: "";
  border-left: 8px solid var(--theme-default);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 50%;
  transform: translate(-50%, -50%);
  right: -12px;
  transition: all 0.2s ease-in-out;
}
[dir=rtl] .main-scrollspy .custom-scrollspy-section .nav-pills .nav-link.active .custom-arrow {
  right: unset;
  left: -4px;
  border-left: unset;
  border-right: 8px solid var(--theme-default);
}
.main-scrollspy .custom-scrollspy-section .main-project .attendance-card .left-overview-content .svg-box {
  width: calc(80px + 20 * (100vw - 320px) / 1600);
  height: calc(80px + 20 * (100vw - 320px) / 1600);
  padding: 6px;
}
.main-scrollspy .custom-scrollspy-section .main-project .attendance-card .left-overview-content .svg-box svg {
  width: calc(65px + 55 * (100vw - 320px) / 1600);
  height: calc(65px + 85 * (100vw - 320px) / 1600);
}
.main-scrollspy .custom-scrollspy-section .main-project .attendance-card .right-overview-content > div h6 {
  padding-bottom: 0;
}
@media (max-width: 575px) {
  .main-scrollspy .custom-scrollspy-section .main-project .attendance-card .right-overview-content .marks-count i {
    font-size: 12px;
  }
}
.main-scrollspy .custom-scrollspy-section .scrollspy-example-5 {
  height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
.main-scrollspy .custom-scrollspy-section .scrollspy-example-5 img {
  height: calc(85px + 65 * (100vw - 320px) / 1600);
}
.main-scrollspy .custom-scrollspy-section .scrollspy-example-5 .about-box > div svg {
  width: 13px;
  height: 13px;
  vertical-align: middle;
  fill: #fff;
}
.main-scrollspy .custom-scrollspy-section .scrollspy-example-5 span {
  color: #6C757D;
}
.main-scrollspy .experience-section h6 {
  font-weight: 400;
  color: #52526c;
}
.main-scrollspy .experience-section .progress {
  margin-bottom: calc(6px + 10 * (100vw - 320px) / 1600);
}
.main-scrollspy .experience-section .progress:last-child {
  margin-bottom: 0;
}
.main-scrollspy .experience-section .progress .progress-bar {
  background-color: var(--theme-default);
  color: #fff;
}

/**=====================
    3.54 Scroll-spy CSS ends
==========================**/
/**=====================
    3.55 Sweet-alert CSS Start
==========================**/
.swal2-container .swal2-image {
  width: calc(70px + 50 * (100vw - 320px) / 1600) !important;
  height: calc(70px + 50 * (100vw - 320px) / 1600) !important;
  margin-bottom: 0;
}
.swal2-container .swal2-html-container {
  font-size: 16px;
  margin-top: 8px;
}
.swal2-container .swal2-input {
  cursor: pointer;
}
.swal2-container .swal2-input:focus, .swal2-container .swal2-input:focus-visible {
  box-shadow: unset;
  border-color: var(--chart-dashed-border);
}
.swal2-container .swal2-title {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.swal2-container .swal2-question {
  border-color: #40b8f5;
  color: #40b8f5;
}
.swal2-container .swal2-actions {
  gap: 12px;
}
.swal2-container .swal2-actions .swal2-confirm {
  background-color: var(--theme-default) !important;
}
.swal2-container .swal2-actions .swal2-confirm:hover {
  background-color: var(--theme-default) !important;
}
.swal2-container .swal2-actions .swal2-confirm.btn.btn-success {
  background-color: #65c15c !important;
  color: var(--white);
}
.swal2-container .swal2-actions .swal2-deny {
  background-color: #fc564a !important;
}
.swal2-container .swal2-actions .swal2-cancel {
  background-color: #898989;
  color: #fff;
}
.swal2-container .swal2-close {
  color: #8F8F8F;
}
.swal2-container .swal2-error {
  border-color: #fc564a;
  color: #fc564a;
}
.swal2-container .swal2-error .swal2-x-mark span {
  background-color: #fc564a;
}
.swal2-container .swal2-warning {
  border-color: #ffb829;
  color: #ffb829;
}
.swal2-container .swal2-warning .swal2-icon-content {
  color: #ffb829;
}
.swal2-container div:where(.swal2-icon).swal2-success .swal2-success-ring {
  border: 2px solid rgba(101, 193, 92, 0.3);
}
.swal2-container div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
  background-color: #65c15c;
}
.swal2-container div:where(.swal2-icon).swal2-info {
  border-color: #40b8f5 !important;
  color: #40b8f5 !important;
}
.swal2-container .swal2-loader {
  border-color: #8F8F8F rgba(0, 0, 0, 0) #8F8F8F rgba(0, 0, 0, 0);
}
.swal2-container button {
  font-size: 14px !important;
  padding: 6px 28px;
  font-weight: 400;
  color: var(--theme-default);
  margin: 0;
}
.swal2-container button.swal2-close {
  font-size: 40px !important;
}
.swal2-container button.swal2-close:focus, .swal2-container button.swal2-close:hover {
  box-shadow: unset;
}
.swal2-container .swal2-wrapper {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.swal2-container .swal2-wrapper .swal2-select {
  padding: 0 !important;
}
.swal2-container .swal2-wrapper .swal2-select label {
  font-size: 16px !important;
}
.swal2-container .swal2-wrapper .swal2-select .swal2-input {
  border: 1px solid var(--recent-dashed-border);
  border-radius: 5px;
  font-size: 16px;
  color: #75758a;
}
.swal2-container .swal2-wrapper .swal2-select .swal2-input option {
  font-size: 14px;
}
.swal2-container .swal2-wrapper label {
  margin: 0;
  margin-bottom: 6px;
}
.swal2-container .swal2-wrapper .swal2-input {
  margin: 0;
}
.swal2-container .swal2-wrapper .swal2-input:focus {
  box-shadow: unset;
  border-color: var(--recent-dashed-border);
}
.swal2-container .swal2-wrapper .form-check-input:focus {
  box-shadow: unset;
  border-color: var(--recent-dashed-border);
}
.swal2-container .swal2-wrapper .swal2-genders {
  display: flex;
  gap: calc(12px + 38 * (100vw - 320px) / 1600);
  margin: 18px 0;
}
.swal2-container .swal2-wrapper .swal2-radio-group,
.swal2-container .swal2-wrapper .swal2-checkbox {
  display: flex;
  gap: 8px;
}
.swal2-container .swal2-wrapper .form-control,
.swal2-container .swal2-wrapper .form-select {
  border-color: #cccccc;
}

div:where(.swal2-container) button:where(.swal2-close):hover {
  color: var(--theme-default) !important;
}

/**=====================
    3.55 Sweet-alert CSS ends
==========================**/
/**=====================
   3.56 Sellers CSS Start
==========================**/
.seller-wrapper .basic-wizard .stepper-horizontal .step .step-title {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  width: calc(78px + 102 * (100vw - 320px) / 1600);
}
.seller-wrapper .basic-wizard .stepper-horizontal .step .product-date input {
  font-size: 14px;
}
.seller-wrapper .card-header {
  border-radius: 15px;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 575px) {
  .seller-wrapper .card-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.seller-wrapper .common-f-start {
  gap: calc(14px + 6 * (100vw - 320px) / 1600);
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .seller-wrapper .common-f-start {
    flex-direction: column;
    align-items: flex-start;
  }
}
.seller-wrapper .common-f-start .seller-filter {
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.5s ease-in-out;
  left: 0;
  position: relative;
}
[dir=rtl] .seller-wrapper .common-f-start .seller-filter {
  left: unset;
  right: 0;
}
.seller-wrapper .common-f-start .seller-filter::after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: -1px;
  left: 0;
  background-color: var(--theme-default);
  opacity: 0.3;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
[dir=rtl] .seller-wrapper .common-f-start .seller-filter::after {
  left: unset;
  right: 0;
}
.seller-wrapper .common-f-start .seller-filter:hover, .seller-wrapper .common-f-start .seller-filter:active, .seller-wrapper .common-f-start .seller-filter.active {
  color: var(--theme-default);
  transition: all 0.5s ease-in-out;
}
.seller-wrapper .common-f-start .seller-filter:hover::after, .seller-wrapper .common-f-start .seller-filter:active::after, .seller-wrapper .common-f-start .seller-filter.active::after {
  width: 50%;
}
.seller-wrapper .right-vendor {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
@media (max-width: 1422px) {
  .seller-wrapper .right-vendor {
    justify-content: flex-start;
  }
}
.seller-wrapper .right-vendor .input-group {
  width: 60%;
}
@media (max-width: 445px) {
  .seller-wrapper .right-vendor .input-group {
    width: 100%;
  }
}
.seller-wrapper .right-vendor .input-group svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 445px) {
  .seller-wrapper .right-vendor .btn {
    margin-left: auto;
  }
  [dir=rtl] .seller-wrapper .right-vendor .btn {
    margin-left: unset;
    margin-right: auto;
  }
}
.seller-wrapper .basic-wizard .custom-input .form-control[type=file] {
  color: #6C757D;
}
.seller-wrapper .basic-wizard .custom-input .form-control[type=file]::file-selector-button {
  color: #6C757D;
}
.seller-wrapper .basic-wizard .custom-input .flatpicker-calender .form-control {
  color: #6C757D;
}
.seller-wrapper .basic-wizard .stepper-horizontal .step .step-bar-left {
  border-color: #cccccc;
  height: 0.125rem;
  border-width: 0.0625rem 0;
}
.seller-wrapper .basic-wizard .stepper-horizontal .step .step-bar-right {
  border-width: 0.0625rem 0;
  height: 0.125rem;
}
.seller-wrapper .basic-wizard .stepper-horizontal .step-circle {
  font-weight: 500;
}
.seller-wrapper .basic-wizard .stepper-horizontal .step-circle span {
  line-height: 1;
  font-weight: 400;
  font-size: 0.875rem;
}
.seller-wrapper .basic-wizard .wizard-footer {
  margin-top: 1rem;
}
.seller-wrapper .basic-wizard .wizard-footer [class*=button-light-]:disabled {
  border-color: transparent;
  color: #52526c;
  opacity: 1;
}
.seller-wrapper .modal .modal-body .form-select {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--lighter-gray);
}
.seller-wrapper .form-check .form-check-input:checked {
  background-color: var(--theme-default);
}
.seller-wrapper .form-check .form-check-input:valid {
  border-color: var(--theme-default);
}
.seller-wrapper .form-check .form-check-input:valid ~ .form-check-label {
  color: #242934;
}

.seller-cards {
  display: grid;
  place-content: center;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1660px) and (min-width: 1400px) {
  .seller-cards {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 1399px) and (min-width: 890px) {
  .seller-cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 889px) and (min-width: 620px) {
  .seller-cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 619px) {
  .seller-cards {
    grid-template-columns: 1fr;
  }
}
.seller-cards .seller-box {
  border-radius: 15px;
  padding: 20px;
  background: var(--white);
}
.seller-cards .seller-box > div {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}
.seller-cards .seller-box .seller-profits li {
  padding-block: 6px;
}
.seller-cards .seller-box .seller-profits li:first-child {
  padding-top: 0;
}
.seller-cards .seller-box .seller-profits li:last-child {
  padding-bottom: 0;
}
.seller-cards .seller-box .seller-profits li .common-space {
  position: relative;
  z-index: 0;
}
.seller-cards .seller-box .seller-profits li .common-space::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  border-top: 1px dashed var(--chart-dashed-border);
  z-index: -1;
}
.seller-cards .seller-box .seller-profits li .common-space span {
  background-color: var(--white);
}
.seller-cards .seller-box .seller-profits li .common-space span:first-child {
  padding-right: 6px;
}
[dir=rtl] .seller-cards .seller-box .seller-profits li .common-space span:first-child {
  padding-right: unset;
  padding-left: 6px;
}
.seller-cards .seller-box .seller-profits li .common-space span:last-child {
  font-weight: 500;
  padding-left: 6px;
}
[dir=rtl] .seller-cards .seller-box .seller-profits li .common-space span:last-child {
  padding-left: unset;
  padding-right: 6px;
}
.seller-cards .seller-box svg {
  width: calc(28px + 6 * (100vw - 320px) / 1600);
  height: calc(28px + 6 * (100vw - 320px) / 1600);
}
.seller-cards .seller-box .btn {
  width: 100%;
  margin-top: 22px;
}
.seller-cards .hide {
  animation: hide 0.3s ease 0s 1 normal forwards;
  transform-origin: center;
}
.seller-cards .show {
  animation: show 0.3s ease 0s 1 normal forwards;
  transform-origin: center;
}
@keyframes hide {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
    width: 0;
    height: 0;
    margin: 0;
  }
}
@keyframes show {
  0% {
    transform: scale(0);
    width: 0;
    height: 0;
    margin: 0;
  }
  100% {
    transform: scale(1);
  }
}

.review-box .seller-profile .accordion-button {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  color: #242934;
  font-weight: 500;
  letter-spacing: 0.2px;
  background-color: rgba(82, 82, 108, 0.1);
}
.review-box .seller-profile .accordion-button.collapsed {
  background-color: transparent;
}
.review-box .seller-profile .accordion-item {
  margin-bottom: 12px;
}
.review-box .seller-profile .accordion-item .accordion-header .accordion-button::after {
  background-image: var(--bs-accordion-btn-icon);
  background-size: 16px;
}
.review-box .seller-profile .accordion-item .accordion-body .common-space,
.review-box .seller-profile .accordion-item .accordion-body .common-f-start {
  gap: 10px;
}
.review-box .seller-profile .accordion-item .accordion-body .common-space h5,
.review-box .seller-profile .accordion-item .accordion-body .common-f-start h5 {
  font-size: calc(16px + 1 * (100vw - 320px) / 1600);
}
.review-box .seller-profile .accordion-item .accordion-body .common-space i,
.review-box .seller-profile .accordion-item .accordion-body .common-f-start i {
  font-size: 16px;
}
.review-box .seller-profile .accordion-item .accordion-body .common-space svg,
.review-box .seller-profile .accordion-item .accordion-body .common-f-start svg {
  width: calc(28px + 12 * (100vw - 320px) / 1600);
  height: calc(28px + 12 * (100vw - 320px) / 1600);
}
.review-box .seller-profile .accordion-item .accordion-body .seller-details {
  margin-top: 20px;
}
.review-box .seller-profile .accordion-item .accordion-body .seller-details li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  gap: 4px;
  flex-wrap: wrap;
}
@media (max-width: 340px) {
  .review-box .seller-profile .accordion-item .accordion-body .seller-details li {
    display: block;
    border-bottom: 1px dashed var(--recent-dashed-border);
    margin-bottom: 12px;
  }
}
.review-box .seller-profile .accordion-item .accordion-body .seller-details li > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.review-box .seller-profile .accordion-item .accordion-body .seller-details li > div i {
  font-size: 14px;
  color: rgba(64, 64, 64, 0.8);
}
.review-box .seller-profile .accordion-item .accordion-body .seller-details li > div h6 {
  color: #404040;
  font-size: 15px;
  font-weight: 400;
}
.review-box .seller-profile .accordion-item .accordion-body .notification-wrapper {
  padding-bottom: 16px;
}
.review-box .seller-profile .accordion-item .accordion-body .notification-wrapper .form-check-label {
  letter-spacing: 0.3px;
}
.review-box .seller-profile .accordion-item .accordion-body .checkbox-wrapper li {
  width: calc(38px + 7 * (100vw - 320px) / 1600);
  height: calc(38px + 7 * (100vw - 320px) / 1600);
  max-width: 45px;
  background-color: rgba(82, 82, 108, 0.1);
  display: grid;
  place-items: center;
}
.review-box .seller-profile .accordion-item .accordion-body .checkbox-wrapper li .form-check-input {
  background-image: unset;
  z-index: 0;
  transition: all 0.2s ease-in-out;
}
.review-box .seller-profile .accordion-item .accordion-body .checkbox-wrapper li .form-check-input:checked {
  background-color: #e8e5ff;
}
.review-box .seller-profile .accordion-item .accordion-body .checkbox-wrapper li .form-check-input:checked ~ .form-check-label i {
  transform: scale(1.2);
  transition: all 0.2s ease-in-out;
  color: var(--theme-default);
}
.review-box .seller-profile .accordion-item .accordion-body .checkbox-wrapper li .form-check-label {
  z-index: 1;
}
.review-box .seller-profile .accordion-item .accordion-body .checkbox-wrapper li .form-check-label i {
  padding-right: 0;
  color: #52526c;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
[dir=rtl] .review-box .seller-profile .accordion-item .accordion-body .checkbox-wrapper li .form-check-label i {
  padding-right: unset;
  padding-left: 0;
}
.review-box .seller-profile .accordion-item .accordion-body .policies-wrapper li {
  padding-bottom: 16px;
}
.review-box .seller-profile .accordion-item .accordion-body .policies-wrapper li label {
  font-weight: 500;
  color: #52526c;
}
.review-box .seller-profile .accordion-item .accordion-body .policies-wrapper li p {
  letter-spacing: 0.2px;
  margin: 0;
  color: #6C757D;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.review-box .seller-profile .accordion-item .accordion-body .policies-wrapper li a {
  color: var(--theme-default);
  text-decoration: unset;
}
.review-box .seller-profile .accordion-item .accordion-body .policies-wrapper li a:hover {
  text-decoration: underline;
}
.review-box .seller-profile .accordion-item .accordion-body .policies-wrapper li .ql-tooltip {
  visibility: hidden;
}
.review-box .seller-profile .product-reviews .review-people .review-list {
  max-height: 295px;
}
.review-box .seller-profile .product-reviews .review-people .review-list li {
  background-color: var(--light-background);
  padding: 16px 20px;
  border-radius: 10px;
}
.review-box .seller-profile .product-reviews .review-people .review-list li .people-box {
  background: unset;
  padding: 0;
  border-radius: 0;
}
.review-box .seller-profile .product-reviews .review-people .review-list li .people-box .people-name {
  flex-wrap: wrap;
  gap: 0;
}
.review-box .seller-profile .product-reviews .review-people .review-list li .people-box .people-name .date-time {
  flex-wrap: wrap;
  gap: 4px;
}
.review-box .seller-profile .product-reviews .review-people .review-list li > p {
  margin: calc(8px + 4 * (100vw - 320px) / 1600) 0 0 0;
  line-height: 1.6;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.seller-details-table .recent-table div.dt-container .dt-layout-row .dt-search {
  top: 26px;
  right: 214px;
}
@media (max-width: 767px) {
  .seller-details-table .recent-table div.dt-container .dt-layout-row .dt-search {
    position: relative;
    top: 4px;
    left: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .seller-details-table .recent-table div.dt-container .dt-layout-row .dt-search {
    top: 0px;
  }
}
.seller-details-table .recent-table div.dt-container .dt-layout-row .dt-search .dt-input {
  width: auto;
}
.seller-details-table .recent-table div.dt-container .dt-layout-row .dt-length {
  top: 25px;
}
.seller-details-table .recent-table .table thead tr th,
.seller-details-table .recent-table .table thead tr td,
.seller-details-table .recent-table .table tbody tr th,
.seller-details-table .recent-table .table tbody tr td {
  color: var(--body-font-color);
  min-width: auto;
}
.seller-details-table .recent-table .table thead tr th:first-child,
.seller-details-table .recent-table .table thead tr td:first-child,
.seller-details-table .recent-table .table tbody tr th:first-child,
.seller-details-table .recent-table .table tbody tr td:first-child {
  padding-left: 20px;
}
.seller-details-table .recent-table .table thead tr th:last-child,
.seller-details-table .recent-table .table thead tr td:last-child,
.seller-details-table .recent-table .table tbody tr th:last-child,
.seller-details-table .recent-table .table tbody tr td:last-child {
  padding-right: 20px;
}
@media (max-width: 1199px) {
  .seller-details-table .recent-table .table thead tr th:nth-child(6),
  .seller-details-table .recent-table .table thead tr td:nth-child(6),
  .seller-details-table .recent-table .table tbody tr th:nth-child(6),
  .seller-details-table .recent-table .table tbody tr td:nth-child(6) {
    min-width: 98px;
  }
}
.seller-details-table .recent-table .table thead tr th .badge,
.seller-details-table .recent-table .table thead tr td .badge,
.seller-details-table .recent-table .table tbody tr th .badge,
.seller-details-table .recent-table .table tbody tr td .badge {
  font-size: 12px;
  padding: 6px 12px;
}
.seller-details-table .recent-table .table thead tr th .product-names p,
.seller-details-table .recent-table .table thead tr td .product-names p,
.seller-details-table .recent-table .table tbody tr th .product-names p,
.seller-details-table .recent-table .table tbody tr td .product-names p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 160px;
  min-width: 228px;
  max-width: 228px;
}
.seller-details-table .recent-table .table thead tr th .product-action,
.seller-details-table .recent-table .table thead tr td .product-action,
.seller-details-table .recent-table .table tbody tr th .product-action,
.seller-details-table .recent-table .table tbody tr td .product-action {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.seller-details-table .recent-table .table thead tr th .product-action .square-white,
.seller-details-table .recent-table .table thead tr td .product-action .square-white,
.seller-details-table .recent-table .table tbody tr th .product-action .square-white,
.seller-details-table .recent-table .table tbody tr td .product-action .square-white {
  width: 34px;
  height: 34px;
  border-radius: 2px;
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 28px 6px rgba(235, 235, 235, 0.4);
}
.seller-details-table .recent-table .table thead tr th .product-action .square-white svg,
.seller-details-table .recent-table .table thead tr td .product-action .square-white svg,
.seller-details-table .recent-table .table tbody tr th .product-action .square-white svg,
.seller-details-table .recent-table .table tbody tr td .product-action .square-white svg {
  fill: rgba(82, 82, 108, 0.8);
  width: 16px;
  height: 16px;
}

.vendor-selling-table .recent-table div.dt-container .dt-layout-row .dt-search {
  right: 20px;
}
@media (max-width: 640px) {
  .vendor-selling-table .recent-table div.dt-container .dt-layout-row .dt-search {
    top: 4px;
  }
}
.vendor-selling-table .recent-table div.dt-container .dt-layout-row .dt-search .dt-input {
  width: auto;
}
.vendor-selling-table .recent-table div.dt-container .dt-layout-row .dt-length {
  top: 16px;
}
.vendor-selling-table .recent-table .table thead tr th,
.vendor-selling-table .recent-table .table thead tr td,
.vendor-selling-table .recent-table .table tbody tr th,
.vendor-selling-table .recent-table .table tbody tr td {
  color: var(--body-font-color);
  min-width: auto;
}
.vendor-selling-table .recent-table .table thead tr th:first-child,
.vendor-selling-table .recent-table .table thead tr td:first-child,
.vendor-selling-table .recent-table .table tbody tr th:first-child,
.vendor-selling-table .recent-table .table tbody tr td:first-child {
  padding-left: 20px;
}
.vendor-selling-table .recent-table .table thead tr th:last-child,
.vendor-selling-table .recent-table .table thead tr td:last-child,
.vendor-selling-table .recent-table .table tbody tr th:last-child,
.vendor-selling-table .recent-table .table tbody tr td:last-child {
  padding-right: 20px;
}
@media (max-width: 1199px) {
  .vendor-selling-table .recent-table .table thead tr th:last-child,
  .vendor-selling-table .recent-table .table thead tr td:last-child,
  .vendor-selling-table .recent-table .table tbody tr th:last-child,
  .vendor-selling-table .recent-table .table tbody tr td:last-child {
    min-width: 118px;
  }
}
.vendor-selling-table .recent-table .table thead tr th .product-names p,
.vendor-selling-table .recent-table .table thead tr td .product-names p,
.vendor-selling-table .recent-table .table tbody tr th .product-names p,
.vendor-selling-table .recent-table .table tbody tr td .product-names p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 160px;
  min-width: 228px;
  max-width: 228px;
}

.seller-order-table .recent-table div.dt-container .dt-layout-row .dt-search {
  right: 20px;
}
@media (max-width: 640px) {
  .seller-order-table .recent-table div.dt-container .dt-layout-row .dt-search {
    top: 4px;
  }
}
.seller-order-table .recent-table div.dt-container .dt-layout-row .dt-search .dt-input {
  width: auto;
}
.seller-order-table .recent-table div.dt-container .dt-layout-row .dt-length {
  top: 16px;
}
.seller-order-table .recent-table .table thead tr th,
.seller-order-table .recent-table .table thead tr td,
.seller-order-table .recent-table .table tbody tr th,
.seller-order-table .recent-table .table tbody tr td {
  color: var(--body-font-color);
  min-width: auto;
}
.seller-order-table .recent-table .table thead tr th:first-child,
.seller-order-table .recent-table .table thead tr td:first-child,
.seller-order-table .recent-table .table tbody tr th:first-child,
.seller-order-table .recent-table .table tbody tr td:first-child {
  padding-left: 20px;
}
.seller-order-table .recent-table .table thead tr th:last-child,
.seller-order-table .recent-table .table thead tr td:last-child,
.seller-order-table .recent-table .table tbody tr th:last-child,
.seller-order-table .recent-table .table tbody tr td:last-child {
  padding-right: 20px;
}
.seller-order-table .recent-table .table thead tr th a,
.seller-order-table .recent-table .table thead tr td a,
.seller-order-table .recent-table .table tbody tr th a,
.seller-order-table .recent-table .table tbody tr td a {
  color: #52526c;
}
.seller-order-table .recent-table .table thead tr th:nth-child(2) a,
.seller-order-table .recent-table .table thead tr td:nth-child(2) a,
.seller-order-table .recent-table .table tbody tr th:nth-child(2) a,
.seller-order-table .recent-table .table tbody tr td:nth-child(2) a {
  color: var(--theme-default) !important;
  font-weight: 500;
}
.seller-order-table .recent-table .table thead tr th:nth-child(4) img,
.seller-order-table .recent-table .table thead tr td:nth-child(4) img,
.seller-order-table .recent-table .table tbody tr th:nth-child(4) img,
.seller-order-table .recent-table .table tbody tr td:nth-child(4) img {
  height: 30px;
}
.seller-order-table .recent-table .table thead tr th:nth-child(4) a,
.seller-order-table .recent-table .table thead tr td:nth-child(4) a,
.seller-order-table .recent-table .table tbody tr th:nth-child(4) a,
.seller-order-table .recent-table .table tbody tr td:nth-child(4) a {
  color: #52526c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 160px;
  min-width: 120px;
  max-width: 120px;
}
.seller-order-table .recent-table .table thead tr th .badge,
.seller-order-table .recent-table .table thead tr td .badge,
.seller-order-table .recent-table .table tbody tr th .badge,
.seller-order-table .recent-table .table tbody tr td .badge {
  font-size: 12px;
  padding: 6px 12px;
}
@media (max-width: 1199px) {
  .seller-order-table .recent-table .table thead tr th:nth-child(2),
  .seller-order-table .recent-table .table thead tr td:nth-child(2),
  .seller-order-table .recent-table .table tbody tr th:nth-child(2),
  .seller-order-table .recent-table .table tbody tr td:nth-child(2) {
    min-width: 128px;
  }
  .seller-order-table .recent-table .table thead tr th:nth-child(3),
  .seller-order-table .recent-table .table thead tr td:nth-child(3),
  .seller-order-table .recent-table .table tbody tr th:nth-child(3),
  .seller-order-table .recent-table .table tbody tr td:nth-child(3) {
    min-width: 110px;
  }
  .seller-order-table .recent-table .table thead tr th:nth-child(4),
  .seller-order-table .recent-table .table thead tr td:nth-child(4),
  .seller-order-table .recent-table .table tbody tr th:nth-child(4),
  .seller-order-table .recent-table .table tbody tr td:nth-child(4) {
    min-width: 165px;
  }
  .seller-order-table .recent-table .table thead tr th:nth-child(5),
  .seller-order-table .recent-table .table thead tr td:nth-child(5),
  .seller-order-table .recent-table .table tbody tr th:nth-child(5),
  .seller-order-table .recent-table .table tbody tr td:nth-child(5) {
    min-width: 68px;
  }
  .seller-order-table .recent-table .table thead tr th:nth-child(6),
  .seller-order-table .recent-table .table thead tr td:nth-child(6),
  .seller-order-table .recent-table .table tbody tr th:nth-child(6),
  .seller-order-table .recent-table .table tbody tr td:nth-child(6) {
    min-width: 80px;
  }
}
.seller-order-table .recent-table .table tbody tr td:last-child {
  padding-left: 24px;
}

@media (max-width: 575px) {
  .seller-details-wrapper .heading-space .card-header .header-top {
    margin-left: 63px;
  }
}
@media (max-width: 400px) {
  .seller-details-wrapper .heading-space:nth-last-of-type(1) .card-header-right-icon {
    display: none;
  }
}
@media (min-width: 1661px) {
  .seller-details-wrapper .review-box .md-sidebar .email-left-aside .card {
    box-shadow: unset;
    background-color: transparent;
    border-radius: 0;
  }
  .seller-details-wrapper .review-box .md-sidebar .email-left-aside .card .card-body {
    padding: 0;
  }
}
@media (max-width: 1660px) {
  .seller-details-wrapper .review-box .md-sidebar .accordion .accordion-item {
    margin-bottom: 0;
  }
  .seller-details-wrapper .review-box .md-sidebar .md-sidebar-toggle {
    display: block;
    width: fit-content;
    text-transform: capitalize;
    margin-bottom: 20px;
  }
  .seller-details-wrapper .review-box .md-sidebar .md-sidebar-aside {
    position: absolute;
    top: 40px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    width: 360px;
    transition: all 0.2s ease;
  }
  .seller-details-wrapper .review-box .md-sidebar .md-sidebar-aside.open {
    opacity: 1;
    visibility: visible;
    transition: all 0.2s ease;
  }
}
@media (max-width: 1660px) and (max-width: 390px) {
  .seller-details-wrapper .review-box .md-sidebar .md-sidebar-aside {
    width: 300px;
  }
}
.seller-details-wrapper .widget-hover .card-body > div span {
  overflow: unset;
}
.seller-details-wrapper .widget-hover:hover svg {
  animation: tada 1.5s ease infinite;
}
.seller-details-wrapper .social-tabs .nav .frame-image svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 1660px) {
  .ord-xxl-1 {
    order: 1 !important;
  }
  .ord-xxl-2 {
    order: 2 !important;
  }
  .ord-xxl-3 {
    order: 3 !important;
  }
}
/**=====================
   3.56 Sellers CSS End
==========================**/
/**=====================
    3.57 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 .task_title_0 {
  color: #404040;
}
.taskadd table tr td .task_desc_0 {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.taskadd table tr td:first-child {
  padding-left: 20px;
}
.taskadd table tr td:last-child {
  padding-right: 20px;
}
.taskadd table tr td:last-child a {
  width: 25px;
  height: 25px;
  border-radius: 3px;
  background-color: #ffe8e6;
  display: grid;
  place-items: center;
}
.taskadd table tr td:last-child a svg {
  color: #fc564a;
}
.taskadd table tr td svg {
  width: 18px;
  height: 18px;
  color: #59667a;
}
.taskadd table tr:first-child td {
  padding-top: 20px;
}
.taskadd table tr:last-child td {
  padding-bottom: 20px;
  border-bottom: unset;
}

@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 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;
  }
}
.main-tasks .bootstrap-select .dropdown-toggle {
  border-color: rgba(82, 82, 108, 0.1) !important;
}
.main-tasks .bootstrap-select .dropdown-menu .dropdown-item {
  opacity: 1;
  color: rgba(82, 82, 108, 0.6) !important;
}
.main-tasks .bootstrap-select .no-results {
  font-size: 14px;
  margin: 0;
  padding: 0 12px;
}

/**=====================
  3.57 Task CSS Ends
==========================**/
/**=====================
    3.58 Timeline-v CSS Start
==========================**/
.timeline-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
}

.activity .d-flex {
  margin-bottom: 30px;
}
.activity .d-flex:last-child {
  margin-bottom: 0;
}
.activity .d-flex .flex-grow-1 h6 {
  font-weight: 600;
  margin-bottom: 30px;
}
.activity .d-flex .flex-grow-1 h6 span {
  font-weight: normal;
  color: #999999;
}
.activity .d-flex .flex-grow-1 p {
  width: 80%;
}

@media only screen and (max-width: 1169px) {
  .landing-main #cd-timeline::before {
    left: -39px;
  }
}
.main-timeline ul::before {
  left: 5px;
}
[dir=rtl] .main-timeline ul::before {
  right: 5px;
  left: unset;
}
@media (max-width: 1399px) {
  .main-timeline ul::before {
    left: 4px;
  }
}
.main-timeline ul li:last-child {
  padding-bottom: 0;
}

@media (min-width: 1200px) {
  .basic-timeline.dark-timeline ul .d-flex p:last-child {
    width: calc(100px + 430 * (100vw - 320px) / 1600);
  }
}

.square-timeline {
  position: relative;
}
.square-timeline::before {
  border: 1px dashed #cccccc;
  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: #52526c;
}
.square-timeline .timeline-event:hover .timeline-event-wrapper .timeline-thumbnail {
  box-shadow: inset 40em 0 0 0 #fff7e5;
}
.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-top: 20px;
}
.square-timeline .timeline-event .timeline-event-wrapper .timeline-thumbnail {
  transition: box-shadow 0.5s ease-in 0.1s;
  color: #3f475a;
  background-color: #e8e5ff;
  box-shadow: inset 0 0 0 0em #D5F5FE;
  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: #108be9;
  outline: 6px solid #e8e5ff;
  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;
}
.list-inline.events .event-list p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.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 #cccccc;
}
.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;
}
.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 #108be9;
}

.list-group.main-lists-content {
  padding-top: 20px;
}
@media (max-width: 1218px) {
  .list-group .list-group-item .timeline-icon {
    display: none;
  }
}

@media (max-width: 1400px) {
  .horizontal-timeline {
    display: none;
  }
}

.rounded-timeline .timeline {
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.rounded-timeline .timeline::after {
  content: "";
  position: absolute;
  width: 2px;
  background: #cccccc;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}
@media (max-width: 1199px) {
  .rounded-timeline .timeline::after {
    left: 75px;
  }
}
.rounded-timeline .container {
  padding: 15px 30px;
  position: relative;
  background: inherit;
  width: 50%;
  margin: 0;
}
@media (max-width: 1199px) {
  .rounded-timeline .container {
    width: 85%;
  }
}
.rounded-timeline .container::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  right: -8px;
  background: var(--white);
  border: 2px solid #cccccc;
  border-radius: 16px;
  z-index: 1;
}
.rounded-timeline .container::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  top: calc(50% - 1px);
  right: 8px;
  background: #cccccc;
  z-index: 1;
}
.rounded-timeline .container .date {
  position: absolute;
  display: inline-block;
  top: calc(50% - 8px);
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: var(--chart-text-color);
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
}
@media (max-width: 610px) {
  .rounded-timeline .container .date {
    display: none;
  }
}
@media (max-width: 1300px) {
  .rounded-timeline .container audio {
    width: 95%;
  }
}
.rounded-timeline .container .icon {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 9px 0;
  top: calc(50% - 20px);
  background: var(--light2);
  border: 2px dashed var(--chart-text-color);
  border-radius: 40px;
  text-align: center;
  font-size: 18px;
  color: var(--chart-text-color);
  z-index: 1;
}
.rounded-timeline .container .content {
  padding: 20px 80px 20px 20px;
  background: var(--light2);
  position: relative;
  border-radius: 0 200px 200px 0;
}
@media (max-width: 767px) {
  .rounded-timeline .container .content audio {
    width: 95%;
  }
}
.rounded-timeline .container .content h2 {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: normal;
  color: var(--chart-text-color);
}
.rounded-timeline .container .content p {
  margin: 0;
  color: var(--body-font-color);
}
@media (max-width: 610px) {
  .rounded-timeline .container .content p {
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.rounded-timeline .container.left {
  left: 0;
}
.rounded-timeline .container.left .date {
  right: -75px;
}
.rounded-timeline .container.left .icon {
  right: 56px;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .rounded-timeline .container.left {
    left: 75px;
  }
  .rounded-timeline .container.left::before {
    left: 8px;
  }
  .rounded-timeline .container.left::after {
    left: -8px;
  }
  .rounded-timeline .container.left .date {
    left: -75px;
    right: unset;
  }
  .rounded-timeline .container.left .icon {
    left: 56px;
  }
  .rounded-timeline .container.left .content {
    padding: 20px 20px 20px 80px;
    border-radius: 200px 0 0 200px;
  }
}
@media (max-width: 767px) {
  .rounded-timeline .container.left {
    left: 0;
  }
}
.rounded-timeline .container.right {
  left: 50%;
}
.rounded-timeline .container.right::after {
  left: -8px;
}
.rounded-timeline .container.right::before {
  left: 8px;
}
.rounded-timeline .container.right .date {
  left: -75px;
}
.rounded-timeline .container.right .icon {
  left: 56px;
}
.rounded-timeline .container.right .content {
  padding: 20px 20px 20px 80px;
  border-radius: 200px 0 0 200px;
}
@media (max-width: 1199px) {
  .rounded-timeline .container.right {
    left: 75px;
  }
  .rounded-timeline .container.right::after {
    left: -8px;
  }
}
@media (max-width: 767px) {
  .rounded-timeline .timeline::after {
    left: 90px;
  }
  .rounded-timeline .container {
    width: 100%;
    padding-left: 120px;
    padding-right: 30px;
  }
  .rounded-timeline .container.right {
    left: 0%;
  }
  .rounded-timeline .container.right::after {
    left: 82px;
  }
  .rounded-timeline .container.right::before {
    left: 95px;
    border-color: var(--theme-default);
  }
  .rounded-timeline .container.right .date {
    right: auto;
    left: 15px;
  }
  .rounded-timeline .container.right .icon {
    right: auto;
    left: 146px;
  }
  .rounded-timeline .container.right .content {
    padding: 30px 30px 30px 90px;
    border-radius: 200px 0 0 200px;
  }
  .rounded-timeline .container.left::after {
    left: 82px;
  }
  .rounded-timeline .container.left::before {
    left: 95px;
    border-color: var(--theme-default);
  }
  .rounded-timeline .container.left .date {
    right: auto;
    left: 15px;
  }
  .rounded-timeline .container.left .icon {
    right: auto;
    left: 146px;
  }
  .rounded-timeline .container.left .content {
    padding: 30px 30px 30px 90px;
    border-radius: 200px 0 0 200px;
  }
}
@media (max-width: 610px) {
  .rounded-timeline .timeline::after {
    left: 8px;
  }
  .rounded-timeline .timeline .container {
    padding-left: 30px;
  }
  .rounded-timeline .timeline .container::before, .rounded-timeline .timeline .container::after {
    left: 0;
  }
  .rounded-timeline .timeline .container .icon {
    left: 50px;
  }
}
@media (max-width: 610px) and (max-width: 475px) {
  .rounded-timeline .timeline .container .content {
    padding: 30px 30px 30px 75px;
  }
}
@media (max-width: 475px) {
  .rounded-timeline .timeline .container {
    padding-right: 0;
  }
}
@media (max-width: 440px) {
  .rounded-timeline .timeline {
    padding-top: 20px;
  }
  .rounded-timeline .timeline .container {
    padding-block: 40px;
    padding-left: 0;
    z-index: 1;
  }
  .rounded-timeline .timeline .container::before {
    display: none;
  }
  .rounded-timeline .timeline .container .icon {
    top: -20px;
    left: 45%;
  }
  .rounded-timeline .timeline .container::after {
    display: none;
  }
  .rounded-timeline .timeline .container .content {
    padding: 16px !important;
    border-radius: 10px !important;
  }
  .rounded-timeline .timeline::after {
    left: 50%;
  }
}
@media (max-width: 390px) {
  .rounded-timeline .timeline .container .icon {
    left: 44%;
  }
}
@media (max-width: 335px) {
  .rounded-timeline .timeline .container .icon {
    left: 42%;
  }
  .rounded-timeline .timeline .container audio::-webkit-media-controls-enclosure {
    border-radius: 0;
    background-color: transparent;
  }
}

.animated-timeline {
  width: 100%;
  min-height: 100vh;
  height: 100%;
  color: var(--chart-text-color);
}
.animated-timeline .timeline-block {
  z-index: 1;
  position: relative;
}
.animated-timeline .timeline-block::before {
  content: "";
  position: absolute;
  height: calc(100% - 40px);
  width: 1px;
  border: 1px dashed #75758a;
  opacity: 0.4;
  left: 50%;
  margin-top: calc(45px + 10 * (100vw - 320px) / 1600);
}
.animated-timeline .timeline-block .title {
  text-align: center;
  transition: all 0.8s ease-in-out;
  font-size: calc(18px + 6 * (100vw - 320px) / 1600);
  line-height: 1.2;
  font-weight: 500;
  color: #52526c;
}
.animated-timeline .timeline-block .title.non-focus {
  font-size: 24px;
  line-height: 34px;
  transition: all 0.8s ease-in-out;
}
.animated-timeline .timeline-block .timeline-event {
  background-color: rgba(244, 244, 244, 0.8);
  padding: 15px;
  margin: 30px 20px;
  width: 300px;
  position: relative;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  border: 1px dashed rgba(44, 50, 63, 0.7215686275);
}
.animated-timeline .timeline-block .timeline-event:before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: -27px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #cccccc;
}
.animated-timeline .timeline-block .timeline-event .timeline-desc h6 {
  color: #52526c;
}
.animated-timeline .timeline-block .timeline-event .timeline-desc span {
  color: #6C757D;
}
.animated-timeline .timeline-block .timeline-event:nth-child(odd) {
  margin-left: calc(50% + 20px);
}
.animated-timeline .timeline-block .timeline-event:nth-child(even) {
  margin-left: calc(50% - 321px);
}
.animated-timeline .timeline-block .timeline-event:nth-child(even):before {
  left: calc(100% + 16px);
}
.animated-timeline .timeline-block .timeline-event.non-focus {
  background: rgba(244, 244, 244, 0.3);
  margin-top: 108px;
  transform: rotateZ(45deg);
  transition: all 0.8s ease-in-out;
  border: 1px dashed rgba(44, 50, 63, 0.2);
}
.animated-timeline .timeline-block .timeline-event.non-focus .timeline-desc h6 {
  color: rgba(82, 82, 108, 0.4);
}
.animated-timeline .timeline-block .timeline-event.non-focus .timeline-desc span {
  color: rgba(108, 117, 125, 0.2);
}
.animated-timeline .timeline-block .timeline-event.non-focus:before {
  opacity: 0;
}
@media (max-width: 767px) {
  .animated-timeline .timeline-block::before {
    left: 18px;
  }
  .animated-timeline .timeline-block .title {
    text-align: left;
  }
  .animated-timeline .timeline-block .timeline-event::before {
    left: -49px;
  }
  .animated-timeline .timeline-block .timeline-event:nth-child(odd) {
    margin-left: calc(50% - 260px);
  }
  .animated-timeline .timeline-block .timeline-event:nth-child(even) {
    margin-left: calc(50% - 260px);
  }
  .animated-timeline .timeline-block .timeline-event:nth-child(even):before {
    left: unset;
    right: calc(100% + 33px);
  }
}
@media (max-width: 767px) {
  .animated-timeline .timeline-block .timeline-event:nth-child(even)::before {
    left: unset;
    right: calc(100% + 31px);
  }
  .animated-timeline .timeline-block .timeline-event::before {
    left: -47px;
  }
}
@media (max-width: 767px) {
  .animated-timeline .timeline-block .timeline-event:nth-child(odd) {
    margin-left: 58px;
  }
  .animated-timeline .timeline-block .timeline-event:nth-child(even) {
    margin-left: 58px;
  }
}
@media (max-width: 440px) {
  .animated-timeline .timeline-block .timeline-event {
    width: auto;
  }
  .animated-timeline .timeline-block .timeline-event::before {
    width: 12px;
    height: 12px;
    left: -45px;
  }
  .animated-timeline .timeline-block .timeline-event:nth-child(even)::before {
    right: calc(100% + 33px);
  }
}

/**=====================
    3.58 Timeline-v CSS Ends
==========================**/
/**=====================
    3.59 User-profile CSS start
==========================**/
.user-profile .ttl-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 576px) {
  .user-profile .ttl-info {
    align-items: center;
  }
}
.user-profile .ttl-info h6 {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #59667a;
  font-weight: 400;
}
.user-profile .border-right {
  border-right: 1px solid rgba(204, 204, 204, 0.6);
}
.user-profile hr {
  margin: 20px 0;
}
.user-profile .hovercard .cardheader {
  background: url(../images/other-images/bg-profile.png);
  background-size: cover;
  background-position: 10%;
  height: 470px;
}
.user-profile .hovercard .user-image {
  position: relative;
  height: 0;
}
.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 #fff;
}
.user-profile .hovercard .user-image .icon-wrapper {
  position: absolute;
  bottom: -20px;
  left: 51%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(32px + 8 * (100vw - 320px) / 1600);
  width: calc(32px + 8 * (100vw - 320px) / 1600);
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  overflow: hidden;
  margin: 0 auto;
  font-size: calc(12px + 5 * (100vw - 320px) / 1600);
  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: #3f475a;
  vertical-align: middle;
}
.user-profile .hovercard .info .title a {
  color: #242934;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
}
.user-profile .hovercard .info .desc {
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  color: #59667a;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
.user-profile .follow {
  margin-top: 20px;
}
.user-profile .follow .follow-num {
  font-size: 20px;
  color: #242934;
  font-family: Rubik, sans-serif;
  font-weight: 500;
}
.user-profile .follow span {
  color: #59667a;
}
.user-profile .profile-img-style {
  padding: 20px;
}
.user-profile .profile-img-style .img-container {
  margin-top: 20px;
}
.user-profile .profile-img-style .user-name {
  font-size: 14px;
  color: #242934;
  margin: 0;
  font-weight: 600;
}
.user-profile .profile-img-style p {
  line-height: 30px;
  font-size: 14px;
  color: #898989;
  margin-bottom: 0;
}
.user-profile .profile-img-style .d-flex img {
  width: 50px;
}
.user-profile .like-comment li a {
  color: #898989;
}
.user-profile .like-comment li:first-child a:hover, .user-profile .like-comment li:first-child a:active {
  color: #fc564a;
}
.user-profile .like-comment span {
  font-family: Rubik, sans-serif;
}
.user-profile .social-media a {
  padding: 0 15px;
  color: #59667a;
  font-size: 24px;
  cursor: pointer;
}
.user-profile .social-media a:hover {
  color: var(--theme-default);
}

.edit-profile textarea {
  font-size: 14px;
  color: rgba(82, 82, 108, 0.8);
}
.edit-profile .profile-title .d-flex {
  align-items: center;
  margin-bottom: 30px;
}
.edit-profile .profile-title .d-flex .flex-grow-1 {
  margin-left: 14px;
}
[dir=rtl] .edit-profile .profile-title .d-flex .flex-grow-1 {
  margin-left: unset;
  margin-right: 14px;
}
.edit-profile .add-project table .btn-transparent:active {
  border-color: transparent;
}

.social-user-cards .social-profile .social-follow li span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

/**=====================
    3.59 User-profile CSS Ends
==========================**/
/**=====================
    3.60 Wishlist CSS start
==========================**/
.wishlist-box {
  background-color: var(--light-background);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.wishlist-box > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: calc(22px + 13 * (100vw - 1400px) / 520);
  padding-inline: calc(8px + 10 * (100vw - 1400px) / 520);
}
@media (max-width: 1199px) and (min-width: 841px) {
  .wishlist-box > div {
    padding-inline: 18px;
    gap: 35px;
  }
}
@media (max-width: 840px) {
  .wishlist-box > div {
    padding-inline: 6px;
    gap: 22px;
  }
}
@media (max-width: 767px) {
  .wishlist-box > div {
    padding-inline: 0;
    display: block;
  }
}
.wishlist-box .wishlist-image img {
  height: calc(70px + 20 * (100vw - 1400px) / 520);
  max-width: calc(70px + 20 * (100vw - 1400px) / 520);
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) and (min-width: 841px) {
  .wishlist-box .wishlist-image img {
    height: 90px;
    max-width: 90px;
  }
}
@media (max-width: 840px) and (min-width: 768px) {
  .wishlist-box .wishlist-image img {
    height: 65px;
    max-width: 65px;
  }
}
@media (max-width: 767px) {
  .wishlist-box .wishlist-image img {
    width: 100%;
    max-width: unset;
    height: 90px;
    margin-bottom: 22px;
  }
}
@media (max-width: 575px) {
  .wishlist-box .wishlist-image img {
    margin-bottom: 10px;
  }
}
@media (max-width: 370px) {
  .wishlist-box .wishlist-image img {
    height: 70px;
  }
}
.wishlist-box .wishlist-image .wishlist-close-btn {
  position: absolute;
  top: 20px;
  left: -20px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
[dir=rtl] .wishlist-box .wishlist-image .wishlist-close-btn {
  left: unset;
  right: -20px;
}
.wishlist-box .wishlist-image .wishlist-close-btn .btn {
  background-color: var(--white);
  border-radius: 50%;
  box-shadow: 0 3px 3px rgba(37, 37, 37, 0.2) !important;
  display: flex;
  padding: 5px 8px;
}
.wishlist-box .wishlist-image .wishlist-close-btn .btn:active {
  border-color: transparent;
  box-shadow: 0 3px 3px rgba(37, 37, 37, 0.2);
}
@media (max-width: 840px) {
  .wishlist-box .wishlist-image .wishlist-close-btn .btn {
    padding: 3px 6px;
  }
  .wishlist-box .wishlist-image .wishlist-close-btn .btn i {
    font-size: 12px;
  }
}
.wishlist-box .wishlist-footer .brand-name {
  margin-bottom: 10px;
  color: #52526c;
}
@media (max-width: 767px) {
  .wishlist-box .wishlist-footer .brand-name {
    margin-bottom: 1px;
  }
}
.wishlist-box .wishlist-footer .btn:active, .wishlist-box .wishlist-footer .btn:focus-visible {
  color: #fff;
}
.wishlist-box .wishlist-footer .btn.disabled {
  color: #fff;
}
@media (max-width: 767px) {
  .wishlist-box .wishlist-footer .btn {
    width: 100%;
  }
}
.wishlist-box .wishlist-footer .price {
  color: var(--theme-default);
  padding: 6px 0 22px 0;
}
@media (max-width: 767px) {
  .wishlist-box .wishlist-footer .price {
    padding: 6px 0 11px 0;
  }
}
.wishlist-box .wishlist-footer .price del {
  color: #52526c;
  font-weight: 400;
  padding-left: 2px;
  font-size: 14px;
}
[dir=rtl] .wishlist-box .wishlist-footer .price del {
  padding-left: unset;
  padding-right: 2px;
}
.wishlist-box .wishlist-footer h6 {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wishlist-box .wishlist-footer h6:hover {
  color: var(--theme-default);
}
.wishlist-box:hover .wishlist-image img {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}

/**=====================
    3.60 Wishlist CSS Ends
==========================**/
/**=====================
    5.1 Footer CSS Start
==========================**/
.footer {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(89, 102, 122, 0.1);
  padding: 15px;
  bottom: 0;
  left: 0;
  margin-left: 265px;
  transition: 0.5s;
}
.footer.footer-dark {
  background-color: #242934;
}
.footer.footer-dark p {
  color: #fff;
}

.footer-fix {
  width: calc(100% - 265px);
  position: fixed;
}

/**=====================
    5.1 Footer CSS Ends
==========================**/
/**=====================
  5.2 Grid CSS Start
==========================**/
.grid-showcase {
  margin-bottom: -10px;
}
.grid-showcase span,
.grid-showcase .grid-wrapper {
  display: block;
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
  background-color: var(--bs-emphasis-color-rgb);
}

.grid-align {
  margin-bottom: -16px;
}
.grid-align .row {
  padding: 15px 0;
  min-height: 7rem;
  margin-bottom: 16px;
  background-color: var(--bs-emphasis-color-rgb);
}

.grid-vertical {
  min-height: 150px;
  padding: 10px;
  color: #000;
  background-color: var(--bs-emphasis-color-rgb);
}

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

.grid-footer table tbody tr {
  color: #3f475a;
}

.flex-behaviors div {
  background-color: var(--bs-emphasis-color-rgb);
  margin-bottom: 10px;
}
.flex-behaviors div:last-child {
  margin-bottom: unset;
}

.h-gutter .row [class*=col-] div,
.h-gutter .row [class*=col-sm-] div,
.h-gutter .row [class*=col-md-] div,
.h-gutter .row .col div,
.v-gutter .row [class*=col-] div,
.v-gutter .row [class*=col-sm-] div,
.v-gutter .row [class*=col-md-] div,
.v-gutter .row .col div,
.r-c-gutter .row [class*=col-] div,
.r-c-gutter .row [class*=col-sm-] div,
.r-c-gutter .row [class*=col-md-] div,
.r-c-gutter .row .col div,
.no-gutter .row [class*=col-] div,
.no-gutter .row [class*=col-sm-] div,
.no-gutter .row [class*=col-md-] div,
.no-gutter .row .col div {
  background-color: var(--bs-emphasis-color-rgb);
}

/**=====================
    5.2 Grid CSS Ends
==========================**/
/**=====================
  5.3 Header CSS Start
==========================**/
.left-header .d-flex {
  align-items: center;
}
.left-header h6 {
  line-height: 1.6;
}
@media (max-width: 1199px) {
  .left-header h6 {
    width: 160px;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 991px) {
  .left-header h6 {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .left-header h6 {
    width: 66px;
  }
}
@media (max-width: 755px) {
  .left-header {
    display: none;
  }
}
.left-header img {
  margin-top: -12px;
  height: 26px;
}
.left-header i {
  font-weight: 600;
  font-size: 12px;
  margin-bottom: -4px;
}

/*======= Page Header css ends  ======= */
/**======Main Header css Start ======**/
.offcanvas .page-wrapper .page-body-wrapper .page-body,
.offcanvas-bookmark .page-wrapper .page-body-wrapper .page-body {
  position: relative;
  filter: blur(5px) grayscale(100%);
}

.offcanvas {
  position: unset;
  visibility: visible;
  background: unset;
  z-index: 2;
}

.toggle-sidebar {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}
.toggle-sidebar svg {
  width: 20px;
  height: 20px;
}
.toggle-sidebar:before {
  content: "";
  position: absolute;
  height: 40px;
  width: 40px;
  background-color: rgba(16, 139, 233, 0.1);
  border-radius: 100%;
  left: -11px;
  z-index: -2;
  top: -8px;
  transform: scale(0);
  transition: all 0.3s ease;
}
.toggle-sidebar:hover:before {
  height: 40px;
  width: 40px;
  transform: scale(1);
  transition: all 0.3s ease;
}
.toggle-sidebar:hover > svg {
  color: var(--theme-default) !important;
  stroke: var(--theme-default) !important;
}

.onhover-dropdown {
  cursor: pointer;
  position: relative;
}
.onhover-show-div {
  top: 80px;
  position: absolute;
  z-index: 8;
  background-color: #fff;
  transition: all linear 0.3s;
}
.onhover-show-div li a svg {
  margin-top: 0 !important;
}
.onhover-show-div li a svg path,
.onhover-show-div li a svg line {
  color: #404040 !important;
}

/**======Main Header css Ends ======**/
/**=====================
    5.3 Header CSS Ends
==========================**/
/**=====================
    5.4 Navs CSS Start
==========================**/
#accordionoc #collapseicon,
#accordionoc #collapseicon1 {
  padding-top: 0px;
}
#accordionoc li button {
  display: flex;
  align-items: center;
}

.navs-icon.default-according.style-1 li button {
  position: relative;
}
.navs-icon.default-according.style-1 li button:hover {
  color: var(--theme-default) !important;
}
.navs-icon.default-according.style-1 li button[aria-expanded=true]:before {
  right: 2px;
  top: 6px;
}
.navs-icon.default-according.style-1 li button[aria-expanded=false]:before {
  right: 2px;
  top: 6px;
}

.navs-icon {
  padding: 20px;
}
.navs-icon li {
  padding: 9px 0;
}
.navs-icon li a {
  color: #404040;
}
.navs-icon li a:hover {
  color: var(--theme-default);
}
.navs-icon li ul {
  padding-top: 9px;
}

.onhover-dropdown.navs-dropdown:hover .onhover-show-div:before, .onhover-dropdown.navs-dropdown:hover .onhover-show-div:after {
  right: 77px;
  left: unset;
}

.icon-lists {
  font-family: inherit;
}

/**=====================
    5.4 Navs CSS Ends
==========================**/
/**=====================
   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;
  flex: 1 1 auto;
  width: 100% !important;
}
.search-page .theme-form input::placeholder {
  color: #108be9;
}
.search-page .theme-form input:focus {
  outline: none;
}
.search-page .theme-form .input-group .btn {
  line-height: 32px;
  font-size: 16px;
}
.search-page .theme-form .input-group .form-control-plaintext {
  background: transparent;
}
.search-page h6 {
  line-height: 1.4;
}
@media (max-width: 400px) {
  .search-page .pagination .page-item .page-link {
    font-size: 14px;
  }
}
.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: 20px;
  border-radius: 15px;
  border: 1px solid rgba(204, 204, 204, 0.5);
}
.search-page .info-block a {
  color: rgba(82, 82, 108, 0.9);
  margin-bottom: 3px;
  display: block;
}
.search-page .info-block h6 {
  color: #108be9;
}
.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 {
  margin-bottom: 10px;
}
.search-page p:not(.blog-details p) {
  text-transform: lowercase;
  margin-bottom: 0;
  color: #898989;
}
.search-page ul.search-info li {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  color: #52526c;
}
.search-page ul.search-info li + li {
  border-left: 1px solid #c3c8d5;
  padding-left: 8px;
  margin-left: 8px;
}
.search-page ul.search-info li i {
  color: #ffb829;
}
.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 #108be9;
  border: none;
}
.search-list .nav-item {
  background-color: rgba(16, 139, 233, 0.1);
}
.search-list .nav-item .nav-link {
  border: none;
  padding: 0.7rem 1.5rem;
  opacity: 0.5;
}
.search-list .nav-item .nav-link.active {
  background-color: rgba(16, 139, 233, 0.1);
  color: var(--theme-default);
  opacity: 1;
}
.search-list .nav-item.show, .search-list .nav-item.active {
  background-color: rgba(16, 139, 233, 0.1);
}

/**=====================
  5.5 Search CSS Ends
==========================**/
/**=====================
    5.6 Select2 CSS Start
==========================**/
.dropzone {
  background: unset;
}
.dropzone.dropzone-secondary {
  border: 2px dashed #838383;
  border-radius: 6px;
}
.dropzone.dropzone-secondary i {
  color: #838383;
}
@media (max-width: 360px) {
  .dropzone .note {
    min-width: unset !important;
  }
}
.dropzone .dz-message i {
  font-size: calc(40px + 10 * (100vw - 320px) / 1600);
}
.dropzone .dropzone-wrapper .dz-message i {
  font-size: 50px;
}
@media (max-width: 575px) {
  .dropzone .dropzone-wrapper .dz-message i {
    font-size: 40px;
  }
}
.dropzone .dz-preview {
  background-color: transparent;
  width: 155px;
  border: 1px dashed var(--recent-border);
  border-radius: 8px;
  padding: 12px 16px;
}
.dropzone .dz-preview .dz-image {
  z-index: 2;
  width: calc(80px + 40 * (100vw - 320px) / 1600) !important;
  height: calc(80px + 40 * (100vw - 320px) / 1600) !important;
}
.dropzone .dz-preview .dz-error-mark {
  opacity: 0;
  visibility: hidden;
}
.dropzone .dz-preview .dz-details {
  opacity: 1;
  top: 0;
  padding: 10px 0px 0px;
  left: 0;
  text-align: left;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 0;
  font-size: 14px;
}
.dropzone .dz-preview .dz-details .dz-size span {
  padding: 0 10px;
}
.dropzone .dz-preview .dz-details .dz-remove {
  padding: 0 10px;
}
.dropzone .dz-preview .dz-progress {
  left: 50%;
  height: 10px;
  transition: all 0.1s linear;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: linear-gradient(to bottom, #108be9, #e8e5ff);
}
.dropzone .dz-preview .dz-success-mark {
  opacity: 1;
  filter: brightness(0.6);
  top: 32%;
  z-index: 2;
  left: calc(43% + 7 * (100vw - 320px) / 1600) !important;
}
.dropzone .dz-preview .dz-success-mark svg {
  width: calc(38px + 16 * (100vw - 320px) / 1600) !important;
  height: calc(38px + 16 * (100vw - 320px) / 1600) !important;
}
.dropzone .dz-preview .dz-remove {
  padding: 0 10px;
  text-align: left;
  color: var(--chart-text-color);
}
.dropzone .dz-preview .dz-filename {
  overflow: visible;
  height: 30px;
  padding: 0 10px !important;
  text-align: left;
}
.dropzone .dz-preview .dz-filename:not(:hover) span {
  border: unset !important;
}
.dropzone .dz-preview .dz-filename span {
  padding: 0 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100px;
}
.dropzone .dz-preview .dz-filename:hover span {
  border: unset;
}
.dropzone .dz-preview:hover .dz-filename {
  overflow: visible;
  height: 30px;
}
.dropzone .dz-preview {
  margin: calc(10px + 18 * (100vw - 320px) / 1600) calc(18px + 0 * (100vw - 320px) / 1600) !important;
  box-shadow: unset;
  height: 100%;
}
.dropzone .dz-preview .dz-filename {
  padding: 0;
}
.dropzone .dz-preview .dz-filename:hover span {
  border: unset !important;
}
.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: #838383;
}

.badge-light-warning {
  background-color: rgba(255, 184, 41, 0.1);
}

.table thead th {
  border-bottom: 2px solid #e9edf1;
}

.select2 {
  max-width: 100%;
}

.add-post #cke_text-box {
  border: 1px solid #efefef;
}
.add-post form .m-checkbox-inline label {
  margin-bottom: 0;
}
.add-post form .form-control {
  border: 1px solid #efefef;
}
.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 #efefef;
  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: #fff;
}
.add-post .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  color: #fff;
  float: right;
  margin-left: 0.5rem;
}
[dir=rtl] .add-post .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  float: left;
  margin-left: unset;
  margin-right: 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: #f4f4f4 !important;
  height: 40px !important;
  padding: 5px;
}
.select2-drpdwn .form-control {
  border-radius: 5px;
}

.filepond--drop-label .filepond--label-action {
  color: #fc564a;
  text-decoration: none;
}

.filepond--list .filepond--file {
  background-color: #108be9;
}

/* Do not show the "remove tag" (x) button when only a single tag remains */
.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: top;
}
.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(--chart-text-color);
}

.customSuggestionsList > div {
  max-height: 300px;
  min-height: 50px;
  border: 2px solid var(--chart-dashed-border);
  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(--recent-dashed-border);
}

.tagify__dropdown__item--active {
  background-color: #cccccc;
  color: var(--body-font-color);
}

.tagify {
  --tags-focus-border-color: #cccccc;
}

.tagify__input {
  color: #3f475a;
}

.tagify--select::after {
  color: var(--chart-text-color);
}
[dir=rtl] .tagify--select::after {
  right: unset;
  left: 0;
  transform: translate(150%, -50%) scaleX(1.2) rotate(90deg);
}
[dir=rtl] .tagify--select .tagify__tag {
  right: unset;
  left: 1.8em;
}

[dir=rtl] .tagify--select[aria-expanded=true]::after {
  transform: translate(150%, -50%) rotate(270deg) scale(1.2);
}

.international-num input {
  width: calc(240px + 10 * (100vw - 320px) / 1600);
  padding: 10px;
  border-radius: 2px;
  border: 1px solid #cccccc;
}
.international-num input:focus {
  outline-color: #cccccc;
}
.international-num input::placeholder {
  color: #cccccc;
}
.international-num .results ul {
  border: 1px solid #cccccc;
  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(--recent-box-bg);
  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.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: #cccccc;
}
.select-box .selection-option .radio {
  display: none;
}
.select-box label {
  cursor: pointer;
}

.selected-box {
  background: var(--light2);
  color: #333;
  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;
}
[dir=rtl] .selected-box::after {
  left: 10px;
  right: unset;
}

.search-box input {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  position: absolute;
  z-index: 1;
  border: 2px solid var(--chart-dashed-border);
  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;
}

/**=====================
    5.6 Select2 CSS Ends
==========================**/
/**=====================
  5.7 Sidebar CSS Start
==========================**/
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a:after {
  position: absolute;
  content: "";
  top: 48%;
  width: 8px;
  border-top: 1px solid rgba(117, 117, 138, 0.4);
}

.d-flex.media-wrapper {
  width: 100%;
  display: -webkit-flex;
}
.d-flex.media-wrapper .flex-grow-1 {
  flex: 1;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
  border-radius: 100%;
  background: var(--theme-default);
  opacity: 0;
  visibility: hidden;
}
[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a::before, .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li [dir=rtl] a::before {
  left: unset;
  right: 25px;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 0;
  background: rgba(117, 117, 138, 0.4);
  top: -10px;
  left: 27px;
  transition: height 0.5s;
}
[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu::before, .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li [dir=rtl] .sidebar-submenu::before {
  left: unset;
  right: 27px;
}

.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a:after {
  position: absolute;
  content: "";
  top: 49%;
  width: 5px;
  height: 1px;
  border-radius: 100%;
  background-color: #59667a;
}

.onhover-show-div {
  box-shadow: 0 0 20px rgba(89, 102, 122, 0.1);
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  left: 0;
}

.onhover-dropdown:hover .onhover-show-div {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
  border-radius: 5px;
  overflow: hidden;
}
.onhover-dropdown:hover .onhover-show-div:before {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  content: "";
  top: -7px;
  position: absolute;
  left: 10px;
  z-index: 2;
}
.onhover-dropdown:hover .onhover-show-div:after {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #d7e2e9;
  content: "";
  top: -7px;
  position: absolute;
  left: 10px;
  z-index: 1;
}

.page-wrapper {
  position: relative;
}
.page-wrapper .page-header {
  max-width: 100vw;
  position: fixed;
  top: 0;
  z-index: 8;
  transition: 0.5s;
  background-color: #fff;
  box-shadow: 0px 4px 40px rgba(39, 32, 120, 0.1);
}
.page-wrapper .page-header .header-wrapper {
  width: 100%;
  align-items: center;
  padding: 22px 30px;
  position: relative;
}
@media (max-width: 1399px) {
  .page-wrapper .page-header .header-wrapper {
    padding: 22px 20px;
  }
}
.page-wrapper .page-header .header-wrapper .search-full {
  background-color: #fff;
  position: absolute;
  right: 0;
  z-index: 1;
  height: 0;
  width: 0;
  transform: scale(0);
  transition: all 0.3s ease;
}
.page-wrapper .page-header .header-wrapper .search-full.open {
  height: 100%;
  width: 100%;
  animation: zoomIn 0.5s ease-in-out;
  transform: scale(1);
  transition: all 0.3s ease;
}
.page-wrapper .page-header .header-wrapper .search-full input {
  line-height: 65px;
  padding-left: 60px;
  width: 100% !important;
}
.page-wrapper .page-header .header-wrapper .search-full input:focus {
  outline: none !important;
}
.page-wrapper .page-header .header-wrapper .search-full .form-group .close-search {
  position: absolute;
  font-size: 15px;
  right: 30px;
  top: 30px;
  color: #898989;
  cursor: pointer;
}
[dir=rtl] .page-wrapper .page-header .header-wrapper .search-full .form-group .close-search {
  left: 30px;
  right: unset;
}
.page-wrapper .page-header .header-wrapper .search-full .form-group:before {
  position: absolute;
  left: 30px;
  top: 27px;
  content: "\f002";
  font-size: 16px;
  color: #898989;
  font-family: FontAwesome;
}
[dir=rtl] .page-wrapper .page-header .header-wrapper .search-full .form-group:before {
  left: unset;
  right: 30px;
}
.page-wrapper .page-header .header-wrapper .nav-right {
  justify-content: flex-end;
}
.page-wrapper .page-header .header-wrapper .nav-right ul li svg {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  stroke: rgba(64, 64, 64, 0.9);
  fill: none;
}
.page-wrapper .page-header .header-wrapper .nav-right ul li svg path {
  color: #242934;
}
.page-wrapper .page-header .header-wrapper .nav-right ul li .mode.active svg {
  fill: #fff;
}
.page-wrapper .page-header .header-wrapper .nav-right.right-header ul li .mode {
  cursor: pointer;
  text-align: center;
}
.page-wrapper .page-header .header-wrapper .nav-right.right-header ul li .mode svg {
  fill: rgba(64, 64, 64, 0.9);
}
.page-wrapper .page-header .header-wrapper .nav-right.right-header ul li .mode i {
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.page-wrapper .page-header .header-wrapper .nav-right.right-header ul li .mode i.fa-lightbulb-o {
  font-weight: 500;
  font-size: 22px;
  transition: all 0.3s ease;
  animation: zoomIn 300ms ease-in-out;
}
.page-wrapper .page-header .header-wrapper .nav-right.right-header ul li .header-search {
  cursor: pointer;
}
.page-wrapper .page-header .header-wrapper .nav-right.right-header ul li .profile-media .flex-grow-1 {
  margin-left: 15px;
}
.page-wrapper .page-header .header-wrapper .nav-right.right-header ul li .profile-media .flex-grow-1 span {
  font-weight: 500;
}
.page-wrapper .page-header .header-wrapper .nav-right.right-header ul li .profile-media .flex-grow-1 p {
  font-size: 12px;
  line-height: 1;
  color: rgba(64, 64, 64, 0.7);
}
.page-wrapper .page-header .header-wrapper .nav-right > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.page-wrapper .page-header .header-wrapper .nav-right > ul > li {
  padding: 6px 10px;
  display: inline-block;
  position: relative;
}
@media (max-width: 1220px) {
  .page-wrapper .page-header .header-wrapper .nav-right > ul > li {
    padding: 6px 9px;
  }
}
.page-wrapper .page-header .header-wrapper .nav-right > ul > li.fullscreen-body {
  cursor: pointer;
}
.page-wrapper .page-header .header-wrapper .nav-right > ul > li .badge {
  position: absolute;
  right: -5px;
  top: -6px;
  padding: 2px 4px;
  font-size: 11px;
  font-weight: 700;
  font-family: work-Sans, sans-serif;
}
.page-wrapper .page-header .header-wrapper .nav-right > ul > li span ul {
  left: inherit;
  right: -10px;
  width: 130px;
}
.page-wrapper .page-header .header-wrapper .nav-right > ul > li span ul:before, .page-wrapper .page-header .header-wrapper .nav-right > ul > li span ul:after {
  left: inherit;
  right: 10px;
}
.page-wrapper .page-header .header-wrapper .nav-right > ul > li span ul li {
  display: block;
}
.page-wrapper .page-header .header-wrapper .nav-right > ul > li span ul li a {
  font-size: 14px;
  color: #3f475a;
}
.page-wrapper .page-header .header-wrapper .nav-right > ul > li span ul li a i {
  margin-left: 10px;
  font-size: 13px;
  color: #3f475a;
}
.page-wrapper .page-header .header-wrapper .nav-right > ul .flag-icon {
  font-size: 16px;
}
.page-wrapper .page-header .header-wrapper .nav-right .bookmark-flip {
  width: unset !important;
  box-shadow: unset !important;
  background-color: transparent !important;
  overflow: initial;
}
.page-wrapper .page-header .header-wrapper .nav-right .bookmark-flip::after, .page-wrapper .page-header .header-wrapper .nav-right .bookmark-flip::before {
  display: none;
}
.page-wrapper .page-header .header-wrapper .nav-right .bookmark-flip .bookmark-dropdown .bookmark-content {
  text-align: center;
}
.page-wrapper .page-header .header-wrapper .nav-right .bookmark-flip .bookmark-dropdown .bookmark-content .bookmark-icon {
  width: 52px;
  height: 52px;
  background-color: #f9f9f9;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.page-wrapper .page-header .header-wrapper .nav-right .bookmark-flip .bookmark-dropdown .bookmark-content span {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.page-wrapper .page-header .header-wrapper .nav-right .flip-card {
  width: 300px;
  height: 260px;
  background-color: transparent;
}
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner {
  position: relative;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .front,
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back {
  position: absolute;
  backface-visibility: hidden;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(89, 102, 122, 0.1);
  width: 300px;
  height: 260px;
}
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .front button,
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back button {
  background-color: transparent;
  color: #108be9;
  border: none;
}
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .front button:focus,
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back button:focus {
  outline: transparent;
}
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .front {
  background-color: #fff;
  transition: 0.3s;
}
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .front svg {
  stroke: #3f475a;
  transition: all 0.3s ease;
}
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .front svg:hover {
  stroke: var(--theme-default);
  transition: all 0.3s ease;
}
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back {
  background-color: #fff;
  transform: rotateY(180deg);
}
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back li:first-child {
  margin-top: 20px;
  height: 140px !important;
}
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back button {
  width: 100%;
}
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back .flip-back-content input {
  border-radius: 25px;
  padding: 6px 12px;
  width: 100%;
  border: 1px solid #ddd;
}
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back .flip-back-content input:focus {
  outline: none;
}
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner.flipped {
  transform: rotateY(180deg);
}
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner.flipped .front {
  opacity: 0;
}
.page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div {
  width: 330px;
  top: 50px;
  right: 0;
  left: unset;
}
.page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div .dropdown-title {
  padding: 18px;
  text-align: center;
  border-bottom: 1px solid rgba(145, 142, 153, 0.3);
}
.page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div ul {
  padding: 15px;
}
.page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li {
  padding: 15px;
}
.page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li p {
  font-size: 14px;
  letter-spacing: 0.3px;
  margin-bottom: 0;
}
.page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li a {
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-family: Roboto, sans-serif;
}
.page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li + li {
  margin-top: 15px;
}
.page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li:last-child {
  padding-bottom: 15px;
}
.page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li .d-flex {
  position: relative;
}
.page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li .d-flex img {
  width: 40px;
  position: relative;
}
.page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li .d-flex .status-circle {
  left: 0;
}
.page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li .d-flex .flex-grow-1 > span {
  letter-spacing: 0.8px;
  padding-right: 10px;
  display: inline-block;
}
.page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li .d-flex .flex-grow-1 p {
  margin-bottom: 8px;
}
.page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div:before, .page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div:after {
  right: 10px !important;
  left: unset !important;
}
.page-wrapper .page-header .header-wrapper .nav-right .notification-box {
  position: relative;
}
.page-wrapper .page-header .header-wrapper .nav-right .cart-box {
  position: relative;
}
.page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown ul {
  padding: 0 0 15px;
}
.page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown li {
  margin: 0 15px;
  padding: 10px 0;
}
.page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown li .d-flex {
  align-items: center;
}
.page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown li .d-flex .flex-grow-1 {
  margin-right: 20px;
}
[dir=rtl] .page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown li .d-flex .flex-grow-1 {
  margin-right: unset;
  margin-left: 20px;
}
.page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown li .d-flex .flex-grow-1 .qty-box.input-group span {
  padding: 0;
}
.page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown li + li {
  margin-top: 0;
  border-top: 1px solid rgba(145, 142, 153, 0.1);
}
.page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown li:last-child {
  padding: 15px 10px;
  border-top: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown p {
  line-height: 1.3;
  margin-top: 3px;
  opacity: 0.6;
}
.page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown .close-circle {
  position: absolute;
  right: 0;
  top: 0;
}
.page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown .close-circle a {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown .close-circle svg {
  width: 14px;
  stroke: #fff;
}
.page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown .qty-box {
  margin: 12px 0;
}
.page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown .qty-box .input-group {
  width: 80px;
  background-color: transparent;
}
.page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown .qty-box .input-group input {
  background-color: transparent;
}
.page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown .qty-box .input-group input,
.page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown .qty-box .input-group .btn {
  font-size: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}
.page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown .qty-box .input-group .btn {
  padding: 0px 7px;
  background-color: #F7F6FF !important;
  border-color: #F7F6FF !important;
  border-radius: 100%;
  font-size: 14px;
  color: #404040;
}
.page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown .total {
  margin: 0;
  padding: 15px;
  background-color: #f9f9f9;
  border: none;
}
.page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown .total h6 {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.5px;
}
.page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown .total h6 span {
  font-size: 14px;
}
.page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown .view-checkout {
  text-decoration: unset;
}
.page-wrapper .page-header .header-wrapper .nav-right .notification-box svg {
  animation: swing 1.5s ease infinite;
}
.page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown {
  top: 52px;
  width: 300px;
  right: -20px !important;
  left: unset;
}
@media (max-width: 575.98px) {
  .page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown {
    width: calc(100vw - 30px);
  }
}
.page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown li {
  background-color: #f9f9f9;
  border-radius: 5px;
  padding: 0;
}
.page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown li:last-child {
  padding-bottom: 0;
}
.page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown li .btn-close {
  filter: brightness(1);
  font-size: 10px;
}
.page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown li:last-child {
  text-align: center;
  background-color: transparent;
}
.page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown li p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown li p span {
  font-size: 12px;
  vertical-align: middle;
}
.page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown:before, .page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown:after {
  right: 28px !important;
  left: unset !important;
}
.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown {
  width: 160px;
  top: 57px;
  left: -12px;
  padding: 0 10px;
}
.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li {
  padding: 10px !important;
}
.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li a {
  text-decoration: unset;
}
.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li:hover a span {
  color: var(--theme-default);
  transition: color 0.3s ease;
}
.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li:hover a svg {
  stroke: var(--theme-default);
  transition: stroke 0.3s ease;
}
.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li:hover a svg path {
  stroke: var(--theme-default);
  transition: stroke 0.3s ease;
}
.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li + li {
  margin-top: 0;
}
.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li:last-child {
  padding-top: 10px !important;
}
.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li span {
  color: #3f475a;
}
.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li svg {
  width: 16px;
  vertical-align: bottom;
  margin-right: 10px;
  stroke: #3f475a;
}
.page-wrapper .page-body-wrapper {
  background-color: #F7F8F9;
}
.page-wrapper .page-body-wrapper .page-body {
  min-height: calc(100vh - 136px);
  margin-top: 136px;
  padding: 0 15px 0 15px;
  position: relative;
  transition: 0.5s;
}
.page-wrapper .page-body-wrapper .page-body:before {
  animation: fadeIn 0.5s ease-in-out;
}
.page-wrapper .page-body-wrapper .page-title {
  padding: 15px 20px;
  margin: 0 -27px 28px;
  background-color: #fff;
}
.page-wrapper .page-body-wrapper .page-title > .row {
  margin: 0;
}
.page-wrapper .page-body-wrapper .page-title > .row .col-6 {
  padding: 0;
}
.page-wrapper .page-body-wrapper .page-title .row {
  align-items: center;
}
.page-wrapper .page-body-wrapper .page-title .row h3 {
  font-size: 24px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.page-wrapper .page-body-wrapper .page-title .row h3 small {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  text-transform: capitalize;
  color: #75758a;
}
.page-wrapper .page-body-wrapper .page-title .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
  align-items: center;
  justify-content: flex-end;
}
.page-wrapper .page-body-wrapper .page-title .breadcrumb li {
  font-size: 13px;
  letter-spacing: 1px;
  font-family: Roboto, sans-serif;
}
.page-wrapper .page-body-wrapper .page-title .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: "/";
}
.page-wrapper .page-body-wrapper .page-title .breadcrumb .breadcrumb-item a svg {
  width: 16px;
  height: 16px;
  stroke: #3f475a;
  vertical-align: text-top;
}
.page-wrapper .page-body-wrapper .page-title .breadcrumb .breadcrumb-item.active {
  color: var(--theme-default);
  font-weight: 500;
}
.page-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a svg.stroke-icon {
  stroke: #3f475a;
}
.page-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a svg.fill-icon {
  fill: #757589;
}
.page-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a.active svg {
  transition: all 0.3s ease;
}
.page-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a.active svg.stroke-icon {
  stroke: var(--theme-default);
}
.page-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a.active svg.fill-icon {
  fill: var(--theme-default);
}
.page-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content li a {
  text-transform: capitalize;
}
.page-wrapper .sidebar-wrapper[data-sidebar-layout=stroke-svg] .stroke-icon {
  display: inline-block;
}
.page-wrapper .sidebar-wrapper[data-sidebar-layout=stroke-svg] .fill-icon {
  display: none;
}
.page-wrapper .sidebar-wrapper[data-sidebar-layout=fill-svg] .stroke-icon {
  display: none;
}
.page-wrapper .sidebar-wrapper[data-sidebar-layout=fill-svg] .fill-icon {
  display: inline-block;
}
.page-wrapper.horizontal-wrapper [data-simplebar] {
  position: relative;
}
.page-wrapper.horizontal-wrapper .footer {
  margin-left: 0;
}
.page-wrapper.horizontal-wrapper .footer.footer-fix {
  width: 100%;
}
.page-wrapper.horizontal-wrapper .header-logo-wrapper {
  width: 150px;
}
.page-wrapper.horizontal-wrapper .header-logo-wrapper .toggle-sidebar {
  display: none;
}
.page-wrapper.horizontal-wrapper .sidebar-list i.fa-solid.fa-thumbtack {
  visibility: hidden;
  position: absolute;
  top: 19px;
  right: 0px;
  color: #108be9;
}
[dir=rtl] .page-wrapper.horizontal-wrapper .sidebar-list i.fa-solid.fa-thumbtack {
  left: 0;
  right: unset;
}
.page-wrapper.horizontal-wrapper .sidebar-list:hover i.fa-solid.fa-thumbtack {
  visibility: hidden;
  cursor: pointer;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper {
  height: 54px;
  line-height: inherit;
  top: 79px;
  background: #fff;
  box-shadow: 0px 9px 24px rgba(89, 102, 122, 0.05);
  overflow-x: hidden;
  z-index: 1;
  overflow-y: visible;
  position: fixed;
  width: 100vw;
  border-top: 1px solid #efefef;
  z-index: 3;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .simplebar-content {
  display: flex;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper li {
  display: inline-block;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-links .sidebar-list label.badge {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 1;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-links .sidebar-list .sidebar-submenu .badge {
  position: absolute;
  top: 10px;
  right: 40px;
  z-index: 1;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .logo-wrapper,
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .logo-icon-wrapper {
  display: none;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main {
  text-align: left;
  position: relative;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .left-arrow,
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .right-arrow {
  position: absolute;
  top: 0px;
  padding: 15px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .left-arrow.disabled,
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .right-arrow.disabled {
  display: none;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .left-arrow {
  left: 0;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .right-arrow {
  right: 0;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
  display: -webkit-box !important;
  padding: 0 5px;
  transition: all 0.5s ease;
  white-space: nowrap;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links li.sidebar-list a.active .according-menu i:before {
  content: "-";
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links li.sidebar-list a .according-menu {
  display: none;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links li.sidebar-list ul.sidebar-submenu li a.active {
  color: var(--theme-default);
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links li.sidebar-list ul.sidebar-submenu li a.active:after {
  background-color: var(--theme-default);
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li.sidebar-main-title.pin-title {
  display: none !important;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li.sidebar-main-title.pin-title.show {
  display: none !important;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li:hover > a > span {
  color: var(--theme-default);
  transition: all 0.3s ease;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li:hover a {
  background-color: rgba(16, 139, 233, 0.0015);
  transition: all 0.3s ease;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li:hover a svg.stroke-icon {
  stroke: var(--theme-default);
  transition: all 0.3s ease;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li:hover a svg.fill-icon {
  fill: var(--theme-default);
  transition: all 0.3s ease;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li:first-child {
  display: none !important;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li > a {
  display: block;
  color: #404040;
  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-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li > a.active {
  background-color: #dad6ff;
  transition: all 0.3s ease;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li > a.active svg,
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li > a.active span {
  color: var(--theme-default);
  transition: all 0.3s ease;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li > a .badge {
  position: absolute;
  top: -5px;
  margin-left: 1px;
  right: 10px;
  padding: 0.2em 0.7em;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li > a svg {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 10px;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu {
  position: fixed;
  z-index: 4;
  box-shadow: 0 0 1px 0 #898989;
  padding: 15px 0px 15px 0px;
  background: white;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li {
  border: 0;
  float: none;
  position: relative;
  display: block;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a {
  background: transparent;
  padding: 4px 30px;
  display: block;
  transition: all 0.5s ease;
  line-height: 1.9;
  color: rgba(43, 43, 43, 0.6);
  letter-spacing: 0.06em;
  font-weight: 500;
  font-family: Roboto;
  transition: all 0.3s ease;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a:after {
  left: 20px;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a:hover {
  color: var(--theme-default);
  letter-spacing: 1.5px;
  transition: all 0.3s ease;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a:hover:after {
  background-color: var(--theme-default);
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li:hover > a:after {
  left: 0;
  right: 0;
  opacity: 1;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper.overlay-white {
  background-color: rgba(255, 255, 255, 0.08);
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .toggle-nav {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .toggle-nav i {
  font-size: 24px;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-body {
  margin-top: 135px;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-main-title {
  display: none !important;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper.scorlled .sidebar-wrapper {
  display: none;
  transition: all 0.3s ease;
}
.page-wrapper.horizontal-wrapper .page-header {
  width: 100%;
  box-shadow: none;
}
.page-wrapper.horizontal-wrapper .page-header .header-wrapper .form-control-plaintext {
  width: auto !important;
}
.page-wrapper.horizontal-wrapper .page-header .header-wrapper .left-header {
  width: 30%;
}
@media (max-width: 1428px) and (min-width: 1324px) {
  .page-wrapper.horizontal-wrapper .page-header .header-wrapper .left-header {
    width: 32%;
  }
}
@media (max-width: 1323px) and (min-width: 1200px) {
  .page-wrapper.horizontal-wrapper .page-header .header-wrapper .left-header {
    width: 37%;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .page-wrapper.horizontal-wrapper .page-header .header-wrapper .left-header {
    width: 32%;
  }
}
@media (max-width: 1428px) and (min-width: 1324px) {
  .page-wrapper.horizontal-wrapper .page-header .header-wrapper .nav-right {
    width: 55%;
  }
}
@media (max-width: 1323px) and (min-width: 1200px) {
  .page-wrapper.horizontal-wrapper .page-header .header-wrapper .nav-right {
    width: 40%;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .page-wrapper.horizontal-wrapper .page-header .header-wrapper .nav-right {
    width: 50%;
  }
}
.page-wrapper.horizontal-wrapper.enterprice-type footer {
  margin-left: 0;
}
.page-wrapper.material-icon .card {
  border-radius: 30px;
  box-shadow: 0 0 20px rgba(16, 139, 233, 0.1);
}
@media (min-width: 768px) {
  .page-wrapper.material-icon.compact-sidebar.compact-small .page-header .header-wrapper .nav-right .nav-menus .mode svg {
    fill: #fff;
  }
}
.page-wrapper.material-icon.compact-sidebar.compact-small .page-body-wrapper .page-body .page-title h3 {
  color: #fff;
}
@media (min-width: 768px) {
  .page-wrapper.material-icon.compact-sidebar.compact-small .page-body-wrapper .page-body .page-title .breadcrumb .breadcrumb-item {
    color: #fff;
  }
}
.page-wrapper .sidebar-main-title h6 {
  font-size: 14px;
  font-weight: 600;
  color: #75758a;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 0.4px;
}
.page-wrapper.compact-wrapper .sidebar-list i.fa-solid.fa-thumbtack {
  visibility: hidden;
  position: absolute;
  top: 11px;
  right: -9px;
  color: #108be9;
  z-index: 9999;
}
[dir=rtl] .page-wrapper.compact-wrapper .sidebar-list i.fa-solid.fa-thumbtack {
  left: -9px;
  right: unset;
}
.page-wrapper.compact-wrapper .sidebar-list:hover i.fa-solid.fa-thumbtack {
  visibility: visible;
  cursor: pointer;
}
.page-wrapper.compact-wrapper .sidebar-list.pined {
  order: -1;
}
.page-wrapper.compact-wrapper .pin-title {
  order: -1;
}
.page-wrapper.compact-wrapper .page-header {
  margin-left: 265px;
  width: calc(100% - 265px);
}
.page-wrapper.compact-wrapper .page-header.close_icon {
  margin-left: 80px;
  width: calc(100% - 80px);
}
.page-wrapper.compact-wrapper .page-header .header-wrapper .logo-wrapper {
  display: none;
}
.page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar {
  display: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper {
  position: fixed;
  top: 0;
  z-index: 9;
  height: auto;
  line-height: inherit;
  background: #fff;
  width: 265px;
  text-align: left;
  transition: 0.3s;
  box-shadow: 0 0 21px 0 rgba(89, 102, 122, 0.1);
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-wrapper,
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-icon-wrapper {
  padding: 22px 24px;
  box-shadow: -9px 0 20px rgba(89, 102, 122, 0.1);
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-icon-wrapper {
  display: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon {
  width: auto;
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .badge {
  opacity: 0;
  width: 0;
  padding: 0;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li {
  max-width: 86px;
  margin: 0;
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu a {
  display: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a {
  text-align: center;
  padding: 12px 14px;
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link .stroke-icon {
  margin-right: 0;
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link .fill-icon {
  margin-right: 0;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main-title {
  display: none !important;
  opacity: 0;
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .logo-wrapper {
  display: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .logo-icon-wrapper {
  text-align: right;
  display: block;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover {
  width: 265px;
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .badge {
  opacity: 1;
  width: auto;
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li {
  max-width: unset;
  margin: initial;
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a {
  text-align: left;
}
[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a {
  text-align: right;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link svg {
  margin-right: 10px;
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu a {
  display: block;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li > a {
  padding: 12px 20px;
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li > a span {
  display: inline-block;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .sidebar-main-title {
  opacity: 1;
  display: block !important;
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .logo-wrapper {
  display: block;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .logo-icon-wrapper {
  display: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .mobile-sidebar {
  transform: translate(183px);
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon ~ .page-body,
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon ~ footer {
  margin-left: 80px;
  transition: 0.5s;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon ~ .footer-fix {
  width: calc(100% - 80px);
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links {
  height: calc(100vh - 118px);
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link::before {
  right: 20px;
  left: unset;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a span {
  display: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links .sidebar-list .sidebar-title.active ~ .sidebar-submenu {
  display: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .according-menu {
  display: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .left-arrow,
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .right-arrow {
  display: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-list i.fa-solid.fa-thumbtack {
  visibility: hidden;
  position: absolute;
  top: 18px;
  right: 38px;
  color: #108be9;
  font-size: 12px;
}
[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-list i.fa-solid.fa-thumbtack {
  left: 38px;
  right: unset;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-list:hover i.fa-solid.fa-thumbtack {
  visibility: visible;
  cursor: pointer;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-list.pined, .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-list.pin-title {
  order: -1;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .pin-title {
  order: -1;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links {
  height: calc(100vh - 115px);
  left: -300px;
  z-index: 99;
  transition: color 1s ease;
  overflow: auto;
  color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-bottom: 30px;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a {
  font-weight: 500;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a.active span {
  color: var(--theme-default);
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a svg {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  vertical-align: -2px;
  float: none;
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a span {
  letter-spacing: 0.7px;
  text-transform: capitalize;
  color: rgba(117, 117, 138, 0.8);
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a.link-nav .according-menu {
  display: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li:last-child {
  border-bottom: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links.opennav {
  left: 0;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .back-btn {
  display: block;
  width: 100%;
  padding: 0;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .back-btn .mobile-back {
  padding: 20px;
  color: #242934;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #efefef;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li {
  display: block;
  width: 100%;
  position: relative;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li.sidebar-main-title {
  padding: 25px 0 6px 20px;
  margin-top: 10px;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li.sidebar-main-title.pin-title {
  display: none !important;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li.sidebar-main-title.pin-title.show {
  display: block;
}
[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li.sidebar-main-title {
  padding: 25px 20px 6px 0;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li.sidebar-main-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  background: var(--sidebar-border);
  width: calc(100% - 40px);
  height: 1px;
  transform: translateX(-50%);
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li.sidebar-main-title:nth-child(2) {
  margin-top: 0;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li.sidebar-main-title:nth-child(2)::before {
  display: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li.sidebar-list .badge {
  position: absolute;
  right: 55px;
  top: 14.5px;
  padding: 0.45em 0.8em 0.33em;
  z-index: 1;
  font-size: 10px;
  letter-spacing: 0.7px;
  font-weight: 600;
  font-family: Roboto, sans-serif;
  border-radius: 10px;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li.sidebar-list .sidebar-submenu li {
  position: relative;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li.sidebar-list .sidebar-submenu li .badge {
  position: absolute;
  right: 50px;
  top: 8px;
  padding: 0.45em 0.8em 0.33em;
  z-index: 1;
  font-size: 10px;
  letter-spacing: 0.7px;
  font-weight: 600;
  font-family: Roboto, sans-serif;
  border-radius: 10px;
  margin-bottom: 0;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li.sidebar-list:hover > a:hover {
  background-color: rgba(16, 139, 233, 0.07);
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li:hover .sidebar-link:not(.active):hover svg {
  fill: rgba(16, 139, 233, 0.001);
  stroke: var(--theme-default);
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li:hover .sidebar-link:not(.active):hover svg.fill-icon {
  fill: var(--theme-default);
  stroke: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li:hover .sidebar-link:not(.active):hover span {
  color: var(--theme-default);
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li:hover .sidebar-link:not(.active):hover .according-menu i {
  color: var(--theme-default);
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a {
  padding: 12px 20px;
  position: relative;
  color: #222222;
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a .sub-arrow {
  right: 20px;
  position: absolute;
  top: 10px;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a .sub-arrow i {
  display: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a .sub-arrow:before {
  display: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li:first-child {
  display: none !important;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu {
  width: 100%;
  padding: 0;
  position: relative !important;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu > li a {
  padding-left: 48px !important;
  font-weight: 400;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu .submenu-title .according-menu {
  top: 7px;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu.opensubmenu {
  display: block;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li:hover > a {
  color: var(--theme-default);
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li .sidebar-submenu {
  display: none;
  position: relative !important;
  right: 0;
  width: 100%;
  padding: 0;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li .sidebar-submenu.opensubchild {
  display: block;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li .sidebar-submenu li a {
  padding: 6px 45px;
  padding-left: 56px !important;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li .sidebar-submenu li a:after {
  display: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a {
  padding: 7px 25px;
  font-size: 14px;
  color: rgba(64, 64, 64, 0.6);
  display: block;
  position: relative;
  letter-spacing: 0.06em;
  font-weight: 500;
  transition: all 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a.active {
  color: var(--theme-default);
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a.active::before {
  opacity: 1;
  visibility: visible;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a:after {
  left: 27px;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a:hover {
  margin-left: 0;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link {
  transition: all 0.5s ease;
  display: block;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 35px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #108be9;
  border-radius: 5px 0px 0px 5px;
  opacity: 0;
  visibility: hidden;
}
[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link::after {
  right: unset;
  left: 0;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active {
  transition: all 0.5s ease;
  position: relative;
  margin-bottom: 10px;
  background-color: #f1f0ff;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active::after {
  opacity: 1;
  visibility: visible;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active ~ .sidebar-submenu::before {
  height: calc(100% - 8px);
  transition: height 0.5s;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active .according-menu i {
  color: var(--theme-default);
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active span {
  color: var(--theme-default);
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .simplebar-content {
  display: flex;
  flex-direction: column;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper:hover .according-menu {
  display: block;
}
.page-wrapper.compact-wrapper .page-body-wrapper .according-menu {
  position: absolute;
  right: 20px;
  top: 11px;
  display: block;
}
.page-wrapper.compact-wrapper .page-body-wrapper .according-menu i {
  vertical-align: middle;
  color: rgba(117, 117, 138, 0.8);
}
.page-wrapper.compact-wrapper .page-body-wrapper .main-menu.border-section {
  border: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper .main-menu .menu-left .main-menu-right .toggle-nav {
  position: absolute;
  z-index: 2;
  right: 145px;
  top: 6px;
}
.page-wrapper.compact-wrapper .page-body-wrapper .main-menu .menu-left .main-menu-right .toggle-nav .sidebar-name {
  font-size: 18px;
  padding-left: 5px;
  text-transform: uppercase;
}
.page-wrapper.compact-wrapper .page-body-wrapper .page-body {
  min-height: calc(100vh - 80px);
  margin-top: 80px;
  margin-left: 265px;
}
.page-wrapper.compact-wrapper.dark-sidebar .sidebar-main-title h6, .page-wrapper.compact-wrapper.color-sidebar .sidebar-main-title h6 {
  color: rgba(255, 255, 255, 0.6);
}
.page-wrapper.compact-wrapper.dark-sidebar .toggle-sidebar svg, .page-wrapper.compact-wrapper.color-sidebar .toggle-sidebar svg {
  stroke: var(--theme-default);
}
.page-wrapper.compact-wrapper.dark-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a svg.stroke-icon, .page-wrapper.compact-wrapper.color-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a svg.stroke-icon {
  stroke: rgba(255, 255, 255, 0.6);
}
.page-wrapper.compact-wrapper.dark-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a svg.fill-icon, .page-wrapper.compact-wrapper.color-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a svg.fill-icon {
  fill: rgba(255, 255, 255, 0.6);
}
.page-wrapper.compact-wrapper.dark-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a.active svg.stroke-icon, .page-wrapper.compact-wrapper.color-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a.active svg.stroke-icon {
  stroke: var(--theme-default);
}
.page-wrapper.compact-wrapper.dark-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a.active svg.fill-icon, .page-wrapper.compact-wrapper.color-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a.active svg.fill-icon {
  fill: var(--theme-default);
}
.page-wrapper.compact-wrapper.dark-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li.sidebar-main-title::before, .page-wrapper.compact-wrapper.color-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li.sidebar-main-title::before {
  background: #374558;
}
.page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper {
  background-color: #262932;
}
.page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links li a span, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links li a span {
  color: rgba(255, 255, 255, 0.6);
}
.page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links li a svg.stroke-icon, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links li a svg.stroke-icon {
  stroke: rgba(255, 255, 255, 0.6);
}
.page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links li a svg.fill-icon, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links li a svg.fill-icon {
  fill: rgba(255, 255, 255, 0.6);
}
.page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active {
  background-color: rgba(16, 139, 233, 0.2);
}
.page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active svg, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active svg {
  color: var(--theme-default);
  stroke: var(--theme-default);
}
.page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a {
  color: rgba(255, 255, 255, 0.6);
}
.page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a span, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a span {
  color: rgba(255, 255, 255, 0.6);
}
.page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a.active, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a.active {
  color: var(--theme-default);
}
.page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .logo-wrapper .for-light, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .logo-wrapper .for-light {
  display: none;
}
.page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .logo-wrapper .for-dark, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .logo-wrapper .for-dark {
  display: block;
}
.page-wrapper.compact-wrapper.dark-sidebar .according-menu i, .page-wrapper.compact-wrapper.color-sidebar .according-menu i {
  color: rgba(255, 255, 255, 0.6);
}
.page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper {
  background-color: #2f3c4e;
}
.page-wrapper.compact-sidebar .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content {
  display: flex;
  flex-direction: column;
}
.page-wrapper.compact-sidebar .sidebar-list i.fa-solid.fa-thumbtack {
  visibility: hidden;
  position: absolute;
  top: 8px;
  right: 54px;
  color: #108be9;
  width: 20px;
  height: 20px;
  background-color: #e8e5ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
[dir=rtl] .page-wrapper.compact-sidebar .sidebar-list i.fa-solid.fa-thumbtack {
  left: 54px;
  right: unset;
}
.page-wrapper.compact-sidebar .sidebar-list:hover i.fa-solid.fa-thumbtack {
  visibility: visible;
  cursor: pointer;
  z-index: 1;
}
.page-wrapper.compact-sidebar .sidebar-list.pined {
  order: -1;
}
.page-wrapper.compact-sidebar .pin-title {
  order: -1;
}
.page-wrapper.compact-sidebar ~ .bg-overlay1 {
  transition: 0.8s;
}
.page-wrapper.compact-sidebar ~ .bg-overlay1.active {
  z-index: 8;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
}
.page-wrapper.compact-sidebar .toggle-sidebar {
  position: relative;
  right: unset;
  top: unset;
  margin-right: 15px;
}
.page-wrapper.compact-sidebar .sidebar-main-title {
  display: none;
}
.page-wrapper.compact-sidebar .logo-wrapper {
  display: none;
}
.page-wrapper.compact-sidebar .logo-icon-wrapper {
  display: block;
  text-align: center;
  padding: 24px 30px;
  box-shadow: -9px 0 20px rgba(89, 102, 122, 0.1);
}
.page-wrapper.compact-sidebar .page-header {
  margin-left: 150px;
  width: calc(100% - 150px);
}
.page-wrapper.compact-sidebar .page-header .header-wrapper .logo-wrapper {
  display: none;
}
.page-wrapper.compact-sidebar .page-header .header-wrapper .left-header {
  width: 30%;
}
@media (max-width: 1578px) and (min-width: 1274px) {
  .page-wrapper.compact-sidebar .page-header .header-wrapper .left-header {
    width: 38%;
  }
}
@media (max-width: 1273px) and (min-width: 1200px) {
  .page-wrapper.compact-sidebar .page-header .header-wrapper .left-header {
    width: 45%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .page-wrapper.compact-sidebar .page-header .header-wrapper .left-header {
    width: 36%;
  }
}
@media (max-width: 767px) and (min-width: 756px) {
  .page-wrapper.compact-sidebar .page-header .header-wrapper .left-header {
    width: 28%;
  }
}
@media (max-width: 1199px) {
  .page-wrapper.compact-sidebar .page-header .header-wrapper .left-header h6 {
    width: 132px;
  }
}
@media (max-width: 767px) {
  .page-wrapper.compact-sidebar .page-header .header-wrapper .left-header h6 {
    width: 83px;
  }
}
.page-wrapper.compact-sidebar .page-header.close_icon {
  margin-left: 0;
  width: calc(100% - 0px);
}
.page-wrapper.compact-sidebar .page-body-wrapper .page-body {
  margin-top: 80px;
  margin-left: 150px;
}
.page-wrapper.compact-sidebar .page-body-wrapper .footer {
  margin-left: 150px;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper {
  position: fixed;
  top: 0;
  z-index: 9;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper > div {
  height: auto;
  line-height: inherit;
  background: #fff;
  width: 150px;
  text-align: left;
  transition: 0.3s;
  box-shadow: 0 0 21px 0 rgba(89, 102, 122, 0.1);
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .left-arrow,
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .right-arrow {
  display: none;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links {
  margin: 30px 0;
  height: calc(100vh - 113px);
  overflow: auto;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a {
  color: #3f475a;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a span {
  text-transform: capitalize;
  color: #3f475a;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 14px;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a.active {
  background: rgba(16, 139, 233, 0.1);
  color: #108be9;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a.active span {
  color: #108be9;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a.active .sidebar-submenu {
  animation: fadeInLeft 300ms ease-in-out;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-title {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #f3f3f3;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li > .sidebar-submenu {
  position: fixed;
  top: 0px;
  height: calc(100vh - 0px);
  overflow: auto;
  left: 150px;
  width: 230px;
  background-color: #fff;
  box-shadow: 0 16px 15px 15px rgba(126, 55, 216, 0.03);
  transition: all 0.5s ease-in-out;
  display: none;
  padding-top: 20px;
  z-index: -1;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li > .sidebar-submenu li {
  position: relative;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li > .sidebar-submenu li label.badge {
  left: 68%;
  top: 20px;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li > .sidebar-submenu li a {
  padding: 15px 15px 15px 40px;
  display: block;
  position: relative;
  border-bottom: 1px solid #f1f1f1;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li > .sidebar-submenu li a .sub-arrow {
  display: none;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li > .sidebar-submenu li a .according-menu {
  position: absolute;
  right: 20px;
  top: 16px;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li > .sidebar-submenu li a.active {
  background-color: rgba(16, 139, 233, 0.1);
  color: #108be9;
  transition: all 0.3s ease;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li > .sidebar-submenu li .sidebar-submenu {
  display: block;
  height: auto;
  position: unset;
  padding: 0;
  padding-left: 20px;
  transition: all 0.5s ease;
  box-shadow: unset;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li > .sidebar-submenu li .sidebar-submenu li a.active {
  background-color: transparent;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li > .sidebar-submenu > li > a::after {
  position: absolute;
  content: "";
  left: 20px;
  top: 48%;
  width: 8px;
  border-top: 2px solid rgba(117, 117, 138, 0.4);
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li > .sidebar-submenu .mega-box {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li > .sidebar-submenu .mega-box .link-section {
  text-align: left;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li > .sidebar-submenu .mega-box .link-section .submenu-title h5 {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 15px 15px 40px;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li > .sidebar-submenu .mega-box .link-section .submenu-title h5::after {
  position: absolute;
  content: "";
  left: 20px;
  top: 48%;
  width: 6px;
  border-top: 2px solid #595c60;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list {
  position: relative;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list .badge {
  position: absolute;
  left: 50%;
  top: 10px;
  font-weight: 500;
  font-size: 9px;
  margin-bottom: 0;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list .sidebar-link {
  text-align: center;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list .sidebar-link svg {
  margin: 0 auto 6px;
  width: 24px;
  height: 24px;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list .sidebar-link > span {
  display: block;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 14px;
  word-break: break-word;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list .sidebar-link .according-menu {
  display: none;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper.close_icon {
  transform: translateX(-150px);
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper.close_icon ~ .page-body,
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper.close_icon ~ .footer {
  margin-left: 0px;
}
.page-wrapper.compact-small .toggle-sidebar {
  position: relative;
  right: unset;
  top: unset;
  margin-right: 15px;
}
.page-wrapper.compact-small .sidebar-list i.fa-solid.fa-thumbtack {
  visibility: hidden;
  position: absolute;
  top: 8px;
  right: 22px;
  color: #108be9;
  width: 20px;
  height: 20px;
  background-color: #e8e5ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
[dir=rtl] .page-wrapper.compact-small .sidebar-list i.fa-solid.fa-thumbtack {
  left: 22px;
  right: unset;
}
.page-wrapper.compact-small .sidebar-list:hover i.fa-solid.fa-thumbtack {
  visibility: visible;
}
.page-wrapper.compact-small .sidebar-list.pined, .page-wrapper.compact-small .sidebar-list.pin-title {
  order: -1;
}
.page-wrapper.compact-small.material-icon .page-body-wrapper .page-body .page-title h4 {
  color: var(--white);
}
.page-wrapper.compact-small .sidebar-main-title,
.page-wrapper.compact-small .logo-wrapper {
  display: none;
}
.page-wrapper.compact-small .logo-icon-wrapper {
  display: block;
  text-align: center;
  padding: 27px 30px;
  box-shadow: -9px 0 20px rgba(89, 102, 122, 0.1);
}
.page-wrapper.compact-small .page-header {
  margin-left: 90px;
  width: calc(100% - 90px);
}
.page-wrapper.compact-small .page-header .header-wrapper .logo-wrapper {
  display: none;
}
.page-wrapper.compact-small .page-header.close_icon {
  margin-left: 0;
  width: calc(100% - 0px);
}
.page-wrapper.compact-small .page-body-wrapper .page-body {
  margin-left: 90px;
}
.page-wrapper.compact-small .page-body-wrapper .footer {
  margin-left: 90px;
}
.page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper > div {
  width: 90px;
}
@media (max-width: 420px) {
  .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links {
    height: calc(100vh - 105px);
  }
}
.page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-title {
  display: block;
  padding: 15px 0;
}
.page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu {
  left: 90px;
}
.page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu li a {
  padding: 10px 15px 10px 40px;
}
.page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu li a .sub-arrow {
  display: none;
}
.page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu li a .according-menu {
  top: 11px;
}
.page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list .badge {
  display: none;
}
.page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list .sidebar-link svg {
  margin: 0 auto;
  width: 20px;
  height: 20px;
}
.page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list .sidebar-link > span {
  display: none;
}
.page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .mega-menu svg {
  margin: 0 auto;
}
.page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .mega-menu a > span {
  display: none;
}
.page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper.close_icon {
  transform: translateX(-150px);
}
.page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper.close_icon ~ .page-body,
.page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper.close_icon ~ .footer {
  margin-left: 0px;
}
.page-wrapper.only-body {
  background-color: #f2f0fa;
}
.page-wrapper.only-body .page-body-wrapper {
  background-color: #f2f0fa;
}
.page-wrapper.only-body .page-body-wrapper .page-body .page-title .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
.page-wrapper.only-body .page-header {
  position: relative;
}
.page-wrapper.only-body .page-header .header-logo-wrapper {
  display: none;
}
.page-wrapper.only-body .page-header .header-wrapper {
  padding: 0 !important;
}
.page-wrapper.only-body .page-header .header-wrapper .left-header {
  display: none;
}
.page-wrapper.only-body .page-header .header-wrapper .nav-right {
  position: absolute;
  right: 60px;
  top: 58px;
}
@media (max-width: 991px) {
  .page-wrapper.only-body .page-header .header-wrapper .nav-right {
    top: 50px;
  }
}
.page-wrapper.only-body .page-header .header-wrapper .search-full {
  top: 37px;
  width: calc(100% - 50px);
  left: 25px;
}
[dir=rtl] .page-wrapper.only-body .page-header .header-wrapper .search-full {
  left: unset;
  right: 25px;
}
.page-wrapper.only-body .page-header .header-wrapper .search-full .form-group .Typeahead .u-posRelative {
  background-color: #fff;
  border-radius: 15px;
}
.page-wrapper.only-body .page-header .header-wrapper .search-full .Typeahead-menu {
  top: 78px;
  width: calc(100% - 30px);
  margin: 0 auto;
  right: 0;
}
.page-wrapper.only-body .page-body-wrapper .page-title {
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-wrapper.only-body .sidebar-wrapper,
.page-wrapper.only-body footer {
  display: none;
}
.page-wrapper.only-body .page-body-wrapper .page-body {
  margin-top: 0px;
  min-height: calc(100vh - 0px);
}
.page-wrapper.only-body .page-body-wrapper .page-title {
  padding-left: 30px;
  padding-right: 30px;
  margin: 30px 0;
  border-radius: 15px;
}
@media (max-width: 991.98px) {
  .page-wrapper.only-body .page-body-wrapper .page-title {
    padding-left: 20px;
    padding-right: 20px;
    margin: 20px 0;
  }
}
.page-wrapper.only-body .page-body-wrapper .page-title > .row .col-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
.page-wrapper.only-body .page-body-wrapper .page-title .breadcrumb {
  margin-top: 5px;
  justify-content: flex-start;
}
.page-wrapper.modern-type .progress-chart-wrap {
  margin-left: -22px;
}
[dir=rtl] .page-wrapper.modern-type .progress-chart-wrap {
  margin-left: unset;
  margin-right: -22px;
}
.page-wrapper.modern-type .ecommerce-widget {
  border: 1px solid #dad6ff !important;
}
.page-wrapper.modern-type .file-sidebar .pricing-plan {
  border: 1px solid #dad6ff !important;
}
.page-wrapper.modern-type .alert-primary {
  color: #108be9;
}
.page-wrapper.modern-type .project-box {
  background-color: #dad6ff;
}
.page-wrapper.modern-type .nav-tabs .nav-link.active {
  background-color: transparent;
}
.page-wrapper.modern-type .simplebar-mask {
  top: 10px;
}
.page-wrapper.modern-type .page-header {
  margin-left: 0px;
  width: calc(100% - 0px);
}
.page-wrapper.modern-type .page-header.close_icon {
  margin-left: 0px;
  width: calc(100% - 0px);
}
.page-wrapper.modern-type .page-header .header-wrapper .left-header {
  width: 30%;
}
@media (max-width: 1428px) and (min-width: 1200px) {
  .page-wrapper.modern-type .page-header .header-wrapper .left-header {
    width: 37%;
  }
}
@media (max-width: 818px) {
  .page-wrapper.modern-type .page-header .header-wrapper .left-header {
    width: 36%;
  }
}
@media (max-width: 1669px) {
  .page-wrapper.modern-type .page-header .header-wrapper .nav-right {
    width: 50%;
  }
}
@media (max-width: 1428px) and (min-width: 1200px) {
  .page-wrapper.modern-type .page-header .header-wrapper .nav-right {
    width: 40%;
  }
}
.page-wrapper.modern-type .page-header .header-wrapper .header-logo-wrapper {
  display: flex;
  align-items: center;
}
.page-wrapper.modern-type .page-header .header-wrapper .logo-wrapper {
  display: block;
  margin-right: 30px;
}
.page-wrapper.modern-type .page-header .header-wrapper .toggle-sidebar {
  display: block;
  position: relative;
  top: unset;
  right: unset;
  margin-right: 15px;
}
.page-wrapper.modern-type .page-body-wrapper .page-title {
  background-color: transparent;
  padding-bottom: 0;
}
.page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper {
  margin: 30px !important;
  top: 80px;
  bottom: 0;
  border-radius: 15px;
}
.page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper .logo-wrapper,
.page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper .logo-icon-wrapper {
  display: none;
}
.page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links {
  height: calc(100vh - 160px);
}
.page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper.close_icon .logo-icon-wrapper {
  display: none;
}
.page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper.close_icon ~ .page-body {
  margin-left: 0px;
}
.page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper.close_icon ~ footer {
  margin-left: 0px;
  margin-right: 0px;
}
.page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper.close_icon:hover .logo-wrapper {
  display: none;
}
.page-wrapper.modern-type .page-body-wrapper .page-body {
  margin-left: 296px;
}
.page-wrapper.modern-type .page-body-wrapper .page-body .container-fluid {
  max-width: 1500px;
}
.page-wrapper.modern-type .page-body-wrapper .footer {
  margin-left: 360px;
  margin-right: 70px;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .page-wrapper.modern-type .page-body-wrapper .footer {
    margin-right: 0;
    margin-left: 0;
  }
}
.page-wrapper.material-type {
  position: relative;
}
.page-wrapper.material-type::before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 300px;
  background-image: linear-gradient(103.75deg, #33B1EE -13.9%, var(--theme-default) 79.68%);
}
.page-wrapper.material-type .card {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.page-wrapper.material-type .page-header {
  position: relative;
  max-width: 1560px;
  margin: 50px auto 0;
  border-radius: 15px 15px 0 0;
}
@media (max-width: 863px) {
  .page-wrapper.material-type .page-header.close_icon .header-wrapper .nav-right .nav-menus .profile-nav .profile-media .flex-grow-1 {
    display: none;
  }
}
.page-wrapper.material-type .page-header .header-wrapper .left-header {
  width: 31%;
}
@media (max-width: 1600px) {
  .page-wrapper.material-type .page-header .header-wrapper .left-header {
    width: 33%;
  }
}
@media (max-width: 1366px) {
  .page-wrapper.material-type .page-header .header-wrapper .left-header {
    width: 38%;
  }
}
@media (max-width: 1199px) {
  .page-wrapper.material-type .page-header .header-wrapper .left-header {
    width: 30%;
  }
}
@media (max-width: 1600px) and (min-width: 1008px) {
  .page-wrapper.material-type .page-header .header-wrapper .nav-right {
    width: 48%;
  }
}
@media (max-width: 1007px) {
  .page-wrapper.material-type .page-header .header-wrapper .nav-right {
    width: 58%;
  }
}
.page-wrapper.material-type .page-body-wrapper {
  background-image: url(../images/other-images/boxbg.jpg);
  background-blend-mode: overlay;
  background-color: rgba(255, 255, 255, 0.5);
}
.page-wrapper.material-type .page-body-wrapper .sidebar-wrapper {
  position: relative;
  max-width: 1560px;
  margin: 0 auto;
  top: unset;
  height: 56px;
}
.page-wrapper.material-type .page-body-wrapper .page-body {
  margin: 0 auto;
  max-width: 1560px;
  background-color: #f8f8f8;
  box-shadow: 0 0 20px 7px rgba(8, 21, 66, 0.05);
  border-radius: 0 0 15px 15px;
}
.page-wrapper.material-type .footer {
  margin-top: 40px;
}
.page-wrapper.material-type.compact-wrapper .page-header .header-wrapper .left-header {
  width: 38%;
}
@media (max-width: 991px) and (min-width: 864px) {
  .page-wrapper.material-type.compact-wrapper .page-header .header-wrapper .nav-right {
    width: 55%;
  }
}
@media (max-width: 863px) {
  .page-wrapper.material-type.compact-wrapper .page-header .header-wrapper .nav-right {
    width: 40%;
  }
}
.page-wrapper.advance-layout {
  background-blend-mode: overlay;
  background-color: #F7F8F9;
}
.page-wrapper.advance-layout .card {
  border-radius: 5px;
  box-shadow: none;
  border: 1px solid #ecf3fa;
}
.page-wrapper.advance-layout .page-header {
  position: relative;
  background-color: #fff;
  margin: 0 auto;
}
.page-wrapper.advance-layout .page-body-wrapper {
  background: transparent;
}
.page-wrapper.advance-layout .page-body-wrapper .sidebar-wrapper {
  position: relative !important;
  top: unset !important;
  height: unset;
  box-shadow: none;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.page-wrapper.advance-layout .page-body-wrapper .sidebar-wrapper > div {
  overflow-x: hidden;
}
.page-wrapper.advance-layout .page-body-wrapper .page-body {
  margin-top: 0 !important;
}

@keyframes pagebody {
  from {
    opacity: 0;
    transform: scale3d(0.98, 0.98, 0.98) translate(-20px, -50px);
  }
  50% {
    opacity: 1;
  }
}
.md-sidebar {
  position: relative;
}
.md-sidebar .md-sidebar-toggle {
  display: none;
  width: fit-content;
  text-transform: capitalize;
  margin-bottom: 20px;
}

@media screen and (max-width: 1460px) {
  .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li {
    margin-right: 8px;
  }
}
@media screen and (max-width: 1366px) {
  .profile-dropdown.onhover-show-div {
    right: 0;
    left: unset !important;
  }
  .profile-dropdown.onhover-show-div:before, .profile-dropdown.onhover-show-div:after {
    right: 10px !important;
    left: unset !important;
  }
}
@media screen and (max-width: 1199px) {
  .page-wrapper .page-header .header-wrapper .nav-right > ul > li {
    padding: 8px;
  }
  .mobile-title.d-none {
    display: flex !important;
    justify-content: space-between;
    padding: 20px 30px 17px;
    border-bottom: 1px solid #ddd;
    margin: 0 -15px;
  }
  .mobile-title.d-none h5 {
    color: var(--theme-default);
  }
  .mobile-title.d-none svg {
    stroke: var(--theme-default) !important;
  }
}
@media (max-width: 1039px) and (min-width: 992px) {
  .page-wrapper .page-header .header-wrapper .nav-right > ul > li {
    padding: 6px;
  }
}
@media screen and (min-width: 992px) {
  .page-header .header-wrapper .nav-right .notification-dropdown {
    top: 46px;
  }
  .responsive-btn {
    display: none;
  }
  .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-main .sidebar-links .simplebar-mask {
    top: 0;
  }
  .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu {
    width: 236px;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    transition: all 0.5s ease;
  }
  .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu a .sub-arrow {
    position: absolute;
    right: 20px;
    top: 5px;
    color: #59667a;
    font-weight: 100;
    transition: all 0.5s ease;
    font-size: 15px;
    top: 5px;
  }
  .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li .sidebar-submenu {
    display: none;
    border-radius: 4px;
  }
  .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li:hover .sidebar-submenu {
    display: block;
    position: absolute;
    left: 200px;
    background-color: #fff;
    top: -10px;
    padding: 15px 0px 15px 0px;
    box-shadow: 0 0 1px 0 #898989;
  }
  .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a:hover .sub-arrow {
    right: 16px;
    transition: all 0.5s ease;
  }
  .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li.hoverd .sidebar-submenu {
    opacity: 1;
    visibility: visible;
    margin-top: 8px;
    transition: all 0.5s ease;
  }
  .page-wrapper.horizontal-wrapper .page-body-wrapper .toggle-nav {
    display: none;
  }
  .page-wrapper.horizontal-wrapper .page-body-wrapper .mobile-back {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .page-wrapper.material-icon {
    position: relative;
  }
  .page-wrapper.material-icon::before {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(103.75deg, #33B1EE -13.9%, var(--theme-default) 79.68%);
  }
  .page-wrapper.material-icon .toggle-sidebar {
    color: rgba(255, 255, 255, 0.8);
  }
  .page-wrapper.material-icon .toggle-sidebar:hover > svg {
    color: #fff !important;
    stroke: #fff !important;
  }
  .page-wrapper.material-icon .page-header {
    position: relative;
    background: transparent;
    padding-left: 90px;
    max-width: 1660px;
    margin: 0 auto;
    width: calc(100% - 0px);
    box-shadow: none;
  }
  .page-wrapper.material-icon .page-header .f-light {
    color: #fff;
  }
  .page-wrapper.material-icon .page-header .header-wrapper .nav-right ul li svg {
    stroke: #fff;
  }
  .page-wrapper.material-icon .page-header .header-wrapper .nav-right ul li .profile-dropdown li svg {
    stroke: #404040;
  }
  .page-wrapper.material-icon .page-header .header-wrapper .nav-right > ul > li {
    color: #fff;
  }
  .page-wrapper.material-icon .page-header .header-wrapper .nav-right > ul > li .notification-box svg,
  .page-wrapper.material-icon .page-header .header-wrapper .nav-right > ul > li .cart-box svg {
    stroke: #fff;
  }
  .page-wrapper.material-icon .page-header .header-wrapper .nav-right > ul > li > a > svg {
    stroke: #fff;
  }
  .page-wrapper.material-icon .page-header .header-wrapper .nav-right > ul > li > svg {
    stroke: #fff;
  }
  .page-wrapper.material-icon .page-header .header-wrapper .nav-right .language-nav .more_lang {
    color: #404040;
  }
  .page-wrapper.material-icon .page-header .header-wrapper .nav-right .onhover-show-div {
    color: #404040;
  }
  .page-wrapper.material-icon .page-header .header-wrapper .nav-right.right-header ul li .profile-media .flex-grow-1 p {
    color: rgba(255, 255, 255, 0.7);
  }
  .page-wrapper.material-icon .page-header.close_icon {
    padding-left: 0;
    margin: 0 auto !important;
  }
  .page-wrapper.material-icon .page-body-wrapper .page-body {
    margin-top: 0 !important;
    padding-left: 90px;
    max-width: 1660px;
    margin: 0 auto;
  }
  .page-wrapper.material-icon .page-body-wrapper div.sidebar-wrapper.close_icon ~ .page-body {
    padding-left: 15px;
    margin: 0 auto !important;
  }
  .page-wrapper.material-icon .page-body-wrapper .page-title {
    color: #fff;
    background-color: transparent;
    border-bottom: none;
    box-shadow: none;
  }
  .page-wrapper.material-icon .page-body-wrapper .page-title .breadcrumb .breadcrumb-item a svg {
    stroke: #fff;
  }
  .page-wrapper.material-icon .page-body-wrapper .page-title .breadcrumb .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.6);
  }
  .page-wrapper.material-icon .page-body-wrapper .page-title .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.8);
  }
}
@media only screen and (min-width: 992px) {
  .page-wrapper.material-icon::before {
    height: 240px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-wrapper .menu .brand-logo img {
    width: 120px;
  }
}
@media screen and (max-width: 576px) {
  .toggle-nav i {
    font-size: 20px;
  }
}
/**==sidebar-css==**/
/**=====================
  5.7 Sidebar CSS Ends
==========================**/
/**=====================
    5.8 Rtl CSS Start
==========================**/
html[dir=rtl] {
  /*======= All-Borders-color css starts  ======= */
  /*======= All-Borders-color css ends  ======= */
  /*====== Border width css starts ======*/
  /*====== Border width css ends ======*/
}
html[dir=rtl] ul {
  padding-right: 0;
}
html[dir=rtl] .ms-auto {
  margin-left: unset !important;
  margin-right: auto !important;
}
html[dir=rtl] .slider-wrapper {
  direction: ltr;
}
html[dir=rtl] .f-right {
  float: left;
}
html[dir=rtl] .ps-1 {
  padding-left: unset !important;
  padding-right: 0.25rem;
}
html[dir=rtl] .tap-top {
  right: unset;
  left: 30px;
}
@media (min-width: 576px) {
  html[dir=rtl] .pe-sm-3 {
    padding-right: unset !important;
    padding-left: 1rem !important;
  }
}
html[dir=rtl] .offcanvas .offcanvas-header .btn-close {
  margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) auto calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x));
}
html[dir=rtl] .papernote-wrap .note-labels ul {
  gap: 9px;
}
html[dir=rtl] .form-check-inline {
  margin-right: unset;
  margin-left: 1rem;
}
html[dir=rtl] .knowledgebase-search .form-inline svg {
  left: unset;
  right: 20px;
}
html[dir=rtl] .switch-showcase .form-check .form-check-input {
  float: left;
}
html[dir=rtl] .alert.notify-alert.alert-theme {
  left: 20px !important;
  right: unset !important;
}
html[dir=rtl] .pill-input-group span:last-child {
  border-top-right-radius: unset !important;
  border-bottom-right-radius: unset !important;
  border-top-left-radius: 1.3rem !important;
  border-bottom-left-radius: 1.3rem !important;
}
html[dir=rtl] .pill-input-group span:first-child {
  border-top-left-radius: unset !important;
  border-top-right-radius: unset !important;
  border-top-right-radius: 1.3rem !important;
  border-bottom-right-radius: 1.3rem !important;
}
html[dir=rtl] .b-l-primary {
  border-right: 1px solid #108be9 !important;
  border-left: unset !important;
}
html[dir=rtl] .border-l-primary {
  border-right: 1px solid #108be9 !important;
  border-left: unset !important;
}
html[dir=rtl] .b-r-primary {
  border-left: 1px solid #108be9 !important;
  border-right: unset !important;
}
html[dir=rtl] .border-r-primary {
  border-left: 1px solid #108be9 !important;
  border-right: unset !important;
}
html[dir=rtl] .b-l-secondary {
  border-right: 1px solid #838383 !important;
  border-left: unset !important;
}
html[dir=rtl] .border-l-secondary {
  border-right: 1px solid #838383 !important;
  border-left: unset !important;
}
html[dir=rtl] .b-r-secondary {
  border-left: 1px solid #838383 !important;
  border-right: unset !important;
}
html[dir=rtl] .border-r-secondary {
  border-left: 1px solid #838383 !important;
  border-right: unset !important;
}
html[dir=rtl] .b-l-success {
  border-right: 1px solid #65c15c !important;
  border-left: unset !important;
}
html[dir=rtl] .border-l-success {
  border-right: 1px solid #65c15c !important;
  border-left: unset !important;
}
html[dir=rtl] .b-r-success {
  border-left: 1px solid #65c15c !important;
  border-right: unset !important;
}
html[dir=rtl] .border-r-success {
  border-left: 1px solid #65c15c !important;
  border-right: unset !important;
}
html[dir=rtl] .b-l-danger {
  border-right: 1px solid #fc564a !important;
  border-left: unset !important;
}
html[dir=rtl] .border-l-danger {
  border-right: 1px solid #fc564a !important;
  border-left: unset !important;
}
html[dir=rtl] .b-r-danger {
  border-left: 1px solid #fc564a !important;
  border-right: unset !important;
}
html[dir=rtl] .border-r-danger {
  border-left: 1px solid #fc564a !important;
  border-right: unset !important;
}
html[dir=rtl] .b-l-info {
  border-right: 1px solid #40b8f5 !important;
  border-left: unset !important;
}
html[dir=rtl] .border-l-info {
  border-right: 1px solid #40b8f5 !important;
  border-left: unset !important;
}
html[dir=rtl] .b-r-info {
  border-left: 1px solid #40b8f5 !important;
  border-right: unset !important;
}
html[dir=rtl] .border-r-info {
  border-left: 1px solid #40b8f5 !important;
  border-right: unset !important;
}
html[dir=rtl] .b-l-light {
  border-right: 1px solid #f4f4f4 !important;
  border-left: unset !important;
}
html[dir=rtl] .border-l-light {
  border-right: 1px solid #f4f4f4 !important;
  border-left: unset !important;
}
html[dir=rtl] .b-r-light {
  border-left: 1px solid #f4f4f4 !important;
  border-right: unset !important;
}
html[dir=rtl] .border-r-light {
  border-left: 1px solid #f4f4f4 !important;
  border-right: unset !important;
}
html[dir=rtl] .b-l-dark {
  border-right: 1px solid #3f475a !important;
  border-left: unset !important;
}
html[dir=rtl] .border-l-dark {
  border-right: 1px solid #3f475a !important;
  border-left: unset !important;
}
html[dir=rtl] .b-r-dark {
  border-left: 1px solid #3f475a !important;
  border-right: unset !important;
}
html[dir=rtl] .border-r-dark {
  border-left: 1px solid #3f475a !important;
  border-right: unset !important;
}
html[dir=rtl] .b-l-warning {
  border-right: 1px solid #ffb829 !important;
  border-left: unset !important;
}
html[dir=rtl] .border-l-warning {
  border-right: 1px solid #ffb829 !important;
  border-left: unset !important;
}
html[dir=rtl] .b-r-warning {
  border-left: 1px solid #ffb829 !important;
  border-right: unset !important;
}
html[dir=rtl] .border-r-warning {
  border-left: 1px solid #ffb829 !important;
  border-right: unset !important;
}
html[dir=rtl] .border-1 {
  border-width: 1px !important;
}
html[dir=rtl] .border-2 {
  border-width: 2px !important;
}
html[dir=rtl] .border-3 {
  border-width: 3px !important;
}
html[dir=rtl] .border-4 {
  border-width: 4px !important;
}
html[dir=rtl] .border-5 {
  border-width: 5px !important;
}
html[dir=rtl] .border-6 {
  border-width: 6px !important;
}
html[dir=rtl] .border-7 {
  border-width: 7px !important;
}
html[dir=rtl] .border-8 {
  border-width: 8px !important;
}
html[dir=rtl] .border-9 {
  border-width: 9px !important;
}
html[dir=rtl] .border-10 {
  border-width: 10px !important;
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper {
  text-align: right;
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .toggle-sidebar {
  right: unset;
  left: 30px;
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links {
  padding: 0;
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .badge {
  left: 50px !important;
  right: unset !important;
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon {
  margin-right: 0;
  margin-left: unset;
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon .logo-icon-wrapper {
  text-align: left;
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon ~ .page-body,
html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon ~ footer {
  margin-left: 0;
  margin-right: 80px;
  transition: 0.5s;
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a svg {
  margin-left: 0;
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon .sidebar-main .sidebar-links .sidebar-list .sidebar-title.active ~ .sidebar-submenu {
  display: none !important;
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon .according-menu {
  display: none;
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon:hover .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a svg {
  margin-left: 13px;
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper:hover {
  transform: translate(0px);
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper:hover .sidebar-main .sidebar-links .sidebar-list .sidebar-title.active ~ .sidebar-submenu {
  display: block !important;
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper:hover .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a svg {
  float: none;
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper:hover .according-menu {
  display: block;
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu:after {
  right: 30px;
  left: unset;
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu > li a {
  padding-right: 45px !important;
  padding-left: unset !important;
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu > li a:after {
  right: 26px;
  left: unset;
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link::after {
  border-radius: 0px 5px 5px 0px;
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .page-body {
  margin-left: unset;
  margin-right: 265px;
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a svg {
  margin-right: unset;
  margin-left: 15px;
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .according-menu {
  right: unset;
  left: 20px;
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .according-menu i {
  transform: scaleX(-1);
}
html[dir=rtl] .page-wrapper.only-body .page-header .header-wrapper .nav-right {
  right: unset;
  left: 30px;
}
html[dir=rtl] .date-details > div + div {
  margin-left: unset;
  margin-right: 10px;
}
html[dir=rtl] .default-toasts .toast-dark .form-select {
  padding: 6px 12px 6px 36px !important;
}
html[dir=rtl] .animated-toast.end-0 {
  right: unset !important;
  left: 0 !important;
}
html[dir=rtl] .animated-toast.end-0 .toast-header h6 {
  margin-right: unset !important;
  margin-left: auto !important;
}
html[dir=rtl] .animated-toast.end-0 .btn-close {
  margin-left: unset;
  margin-right: 12px;
}
html[dir=rtl] .contact-editform.ps-0 {
  padding-left: 20px !important;
}
html[dir=rtl] .contacts-tabs .nav-pills {
  border-right: unset;
  border-left: 1px solid #f4f4f4;
}
html[dir=rtl] .contact-options li .btn-category {
  padding-left: unset !important;
  padding-right: 40px;
}
html[dir=rtl] .list-persons .profile-mail .email-general ul {
  padding-right: unset;
  padding-left: 20px;
}
html[dir=rtl] .list-persons .profile-mail .d-flex .flex-grow-1 ul li + li {
  padding-left: unset;
  padding-right: 10px;
  margin-left: unset;
  margin-right: 5px;
  border-left: unset;
  border-right: 1px solid #f4f4f4;
}
html[dir=rtl] .list-persons .profile-mail .d-flex .flex-grow-1 .main-contact-option li + li {
  padding-left: unset;
  padding-right: 10px;
  margin-left: unset;
  margin-right: 5px;
  border-left: unset;
  border-right: 1px solid rgba(204, 204, 204, 0.6);
}
html[dir=rtl] .history-details i {
  transform: scale(-1);
}
html[dir=rtl] .form-floating > label {
  left: unset;
  right: 0;
}
html[dir=rtl] .file-content .form-inline i {
  padding-right: unset;
  padding-left: 10px;
}
html[dir=rtl] .file-sidebar .btn svg {
  margin-right: unset;
  margin-left: 8px;
}
html[dir=rtl] .modal .modal-toggle-wrapper .btn svg {
  transform: scaleX(-1);
}
html[dir=rtl] .create-project-form .bootstrap-select .filter-option .filter-option-inner-inner {
  text-align: right;
}
html[dir=rtl] .create-project-form .bootstrap-select .dropdown-toggle::after {
  right: unset;
  left: 10px;
}
html[dir=rtl] [class*=title-line-]::before {
  left: unset;
  right: 0;
  border-radius: 10px 0px 0px 10px;
}
html[dir=rtl] .bootstrap-select .dropdown-toggle::after {
  left: 10px;
  right: unset;
}
html[dir=rtl] .bootstrap-select .filter-option {
  float: right;
  text-align: right;
}
html[dir=rtl] .bootstrap-select .dropdown-menu li {
  text-align: right !important;
}
html[dir=rtl] .projects-wrapper [class*=title-line-]::before {
  left: unset;
  right: 12px;
}
html[dir=rtl] .project-tabs .nav i {
  margin-left: 10px;
  margin-right: unset;
}
html[dir=rtl] .project-tabs.common-space .nav-tabs .nav-item .nav-link svg {
  margin-left: unset;
  margin-left: 5px;
}
@media (min-width: 576px) {
  html[dir=rtl] .project-tabs.common-space .nav-tabs .nav-item:first-child .nav-link {
    padding-right: 0;
    padding-left: 25px;
  }
  html[dir=rtl] .project-tabs.common-space .nav-tabs .nav-item:last-child .nav-link {
    padding-left: 0;
    padding-right: 25px;
  }
}
html[dir=rtl] .project-timeline .notification ul li span .activity-profile {
  border-left: unset;
  border-right: 1px solid rgba(82, 82, 108, 0.2);
  padding-left: unset;
  padding-right: 10px;
  margin-left: unset;
  margin-right: 10px;
}
html[dir=rtl] .project-timeline .notification ul li span .activity-profile img {
  margin-right: unset;
  margin-left: 6px;
}
html[dir=rtl] .project-budget-wrapper .form-check.form-switch {
  padding: 0;
}
html[dir=rtl] .project-budget-wrapper .form-check .form-check-input {
  margin: 0;
}
html[dir=rtl] .overall-budget.recent-table table thead tr th:first-child,
html[dir=rtl] .overall-budget.recent-table table thead tr td:first-child,
html[dir=rtl] .overall-budget.recent-table table tbody tr th:first-child,
html[dir=rtl] .overall-budget.recent-table table tbody tr td:first-child {
  padding-right: 20px !important;
  padding-left: unset !important;
}
html[dir=rtl] .overall-budget.recent-table table thead tr th:last-child,
html[dir=rtl] .overall-budget.recent-table table thead tr td:last-child,
html[dir=rtl] .overall-budget.recent-table table tbody tr th:last-child,
html[dir=rtl] .overall-budget.recent-table table tbody tr td:last-child {
  padding-left: 20px !important;
  padding-right: unset !important;
}
html[dir=rtl] .user-comment-wrapper li .flex-grow-1 .btn svg {
  transform: scaleX(-1);
}
html[dir=rtl] .user-comment-wrapper li + li {
  margin-right: 46px;
  margin-left: unset;
}
html[dir=rtl] .common-project-header h6 {
  margin-left: unset;
  margin-right: -46px;
}
@media (max-width: 1685px) and (min-width: 320px) {
  html[dir=rtl] .common-project-header h6 {
    margin-right: -54px;
    margin-left: unset;
  }
}
@media (max-width: 644px) {
  html[dir=rtl] .common-project-header h6 {
    margin-right: 0;
    margin-left: unset;
  }
}
html[dir=rtl] .common-project-header .common-align:last-child .common-align li svg {
  margin-right: unset;
  margin-left: 6px;
}
html[dir=rtl] .common-project-header .common-align:last-child .common-align li:first-child {
  padding-right: unset;
  padding-left: 15px;
}
html[dir=rtl] .common-project-header .common-align:last-child .common-align li + li {
  border-right: 1px solid rgba(82, 82, 108, 0.8);
  border-left: unset;
  padding-right: 15px;
  padding-left: unset;
}
@media (max-width: 435px) {
  html[dir=rtl] .common-project-header .common-align:last-child .common-align li:first-child {
    padding-left: 0px;
    padding-right: unset;
  }
  html[dir=rtl] .common-project-header .common-align:last-child .common-align li + li {
    border-right: unset;
    padding-right: 0;
    padding-left: unset;
  }
}
html[dir=rtl] .activity-wrapper .tab-content .activity-update > li {
  border-right: 3px solid rgba(82, 82, 108, 0.2);
  border-left: unset;
}
html[dir=rtl] .activity-wrapper .tab-content .activity-update > li .flex-grow-1 {
  margin-left: unset;
  margin-right: 10px;
}
html[dir=rtl] .activity-wrapper .tab-content .activity-update > li .flex-shrink-0 {
  text-align: start;
}
html[dir=rtl] .activity-wrapper .tab-content .activity-update > li .flex-shrink-0 svg {
  margin-right: unset;
  margin-left: 6px;
}
html[dir=rtl] .cmt-box i {
  transform: scaleX(-1);
}
@media (min-width: 641px) {
  html[dir=rtl] .project-pending-table.recent-table div.dt-container .dt-layout-row .dt-search {
    left: 55px !important;
    right: unset !important;
  }
}
html[dir=rtl] .project-pending-table.recent-table table thead tr th:first-child,
html[dir=rtl] .project-pending-table.recent-table table thead tr td:first-child,
html[dir=rtl] .project-pending-table.recent-table table tbody tr th:first-child,
html[dir=rtl] .project-pending-table.recent-table table tbody tr td:first-child {
  padding-right: 20px;
  padding-left: unset;
}
html[dir=rtl] .project-pending-table.recent-table table thead tr th:last-child,
html[dir=rtl] .project-pending-table.recent-table table thead tr td:last-child,
html[dir=rtl] .project-pending-table.recent-table table tbody tr th:last-child,
html[dir=rtl] .project-pending-table.recent-table table tbody tr td:last-child {
  padding-left: 20px;
  padding-right: unset;
}
html[dir=rtl] .project-list .btn {
  float: left;
  margin-right: unset;
  margin-left: 5px;
}
html[dir=rtl] .project-list ul li svg {
  margin-right: unset;
  margin-left: 5px;
}
html[dir=rtl] .scope-bottom-wrapper .sidebar-left-icons .nav-item::before {
  left: unset;
  right: 38px;
}
@media (max-width: 1839px) and (min-width: 1661px) {
  html[dir=rtl] .scope-bottom-wrapper .sidebar-left-icons .nav-item::before {
    left: unset;
    right: 30px;
  }
}
@media (max-width: 1660px) and (min-width: 1400px) {
  html[dir=rtl] .scope-bottom-wrapper .sidebar-left-icons .nav-item::before {
    left: unset;
    right: 35px;
  }
}
@media (max-width: 1399px) and (min-width: 320px) {
  html[dir=rtl] .scope-bottom-wrapper .sidebar-left-icons .nav-item::before {
    left: unset;
    right: 30px;
  }
}
html[dir=rtl] .scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link {
  padding: 12px 8px 12px 0;
}
html[dir=rtl] .scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link.active {
  background: linear-gradient(-90deg, #108be9 -175.57%, rgba(16, 139, 233, 0) 65.16%);
}
html[dir=rtl] .scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link.active .absolute-border::before {
  left: unset;
  right: 0;
}
html[dir=rtl] .scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link.active .absolute-border::after {
  left: unset;
  right: -8px;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  transform: translate(50%, -50%);
}
html[dir=rtl] .form-select {
  background-position: left 0.75rem center;
  padding: 0.375rem 0.75rem 0.375rem 2.25rem;
}
html[dir=rtl] .customers ul li + li {
  margin-left: unset;
  margin-right: -10%;
}
html[dir=rtl] .project-list .border-tab.nav-tabs .nav-item .nav-link {
  padding: 5px 0 5px 30px;
}
html[dir=rtl] .project-box .badge {
  right: unset;
  left: 30px;
}
html[dir=rtl] .seller-details-wrapper .accordion .accordion-item .accordion-button::after {
  margin-left: unset;
  margin-right: auto;
}
html[dir=rtl] .jkanban-container .kanban-container .kanban-board footer {
  margin: 0;
}
html[dir=rtl] .kanban-board {
  float: right;
}
html[dir=rtl] .kanban-item .kanban-box .customers ul li + li {
  margin-left: unset;
  margin-right: -10px;
}
html[dir=rtl] .kanban-item .list li i {
  margin-right: unset;
  margin-left: 10px;
}
html[dir=rtl] .page-wrapper.horizontal-wrapper .header-logo-wrapper {
  text-align: right;
}
html[dir=rtl] .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body {
  margin-right: 0;
}
html[dir=rtl] .page-wrapper.horizontal-wrapper .page-body-wrapper footer {
  margin-right: 0;
}
html[dir=rtl] .page-wrapper.material-type .page-body-wrapper .page-body {
  margin-right: auto;
}
html[dir=rtl] .page-header .header-wrapper .nav-right > ul > li:first-child {
  margin-right: 0;
}
html[dir=rtl] .page-header .header-wrapper .nav-right.right-header ul li .profile-media .flex-grow-1 {
  margin-right: 15px;
  margin-left: unset;
}
html[dir=rtl] .page-header .header-wrapper .toggle-sidebar {
  margin-left: 2px;
  margin-right: unset;
}
html[dir=rtl] .page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown {
  left: -20px !important;
  right: unset !important;
}
@media (max-width: 575.98px) {
  html[dir=rtl] .page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown {
    left: 12px !important;
  }
}
html[dir=rtl] .page-wrapper .page-header .header-wrapper .search-full input {
  padding-left: unset;
  padding-right: 60px;
  text-align: right;
}
html[dir=rtl] .page-wrapper .page-header .header-wrapper .search-full .form-group:before {
  left: unset;
  right: 30px;
}
html[dir=rtl] .page-wrapper .page-header .header-wrapper .search-full .form-group .close-search {
  right: unset;
  left: 0;
}
html[dir=rtl] .page-wrapper.compact-sidebar .toggle-sidebar {
  margin-left: 15px;
  margin-right: unset;
}
html[dir=rtl] .page-wrapper.compact-sidebar .page-header {
  margin-left: unset;
  margin-right: 150px;
}
html[dir=rtl] .page-wrapper.compact-sidebar .page-header.close_icon {
  margin-right: 0;
}
html[dir=rtl] .page-wrapper.compact-sidebar .page-body-wrapper .page-body {
  margin-left: unset;
  margin-right: 150px;
}
html[dir=rtl] .page-wrapper.compact-sidebar .page-body-wrapper .footer {
  margin-left: unset;
  margin-right: 150px;
}
html[dir=rtl] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper > div {
  text-align: right;
}
html[dir=rtl] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li > .sidebar-submenu li a {
  padding: 15px 40px 150px 15px;
}
html[dir=rtl] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li > .sidebar-submenu li .sidebar-submenu {
  padding-left: unset;
  padding-right: 20px;
}
html[dir=rtl] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a.active ~ .sidebar-submenu {
  animation: fadeInRight 1000ms ease-in-out;
}
html[dir=rtl] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu {
  right: 150px;
  left: unset;
}
html[dir=rtl] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu li a {
  padding: 15px 40px 15px 15px;
}
html[dir=rtl] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu li a .according-menu {
  right: unset;
  left: 20px;
  transform: scaleX(-1);
}
html[dir=rtl] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu > li > a::after {
  left: unset;
  right: 20px;
}
html[dir=rtl] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list .badge {
  left: unset;
  right: 53%;
}
html[dir=rtl] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list .sidebar-link {
  text-align: center;
}
html[dir=rtl] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper.close_icon {
  transform: translateX(150px);
}
html[dir=rtl] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper.close_icon ~ .page-body,
html[dir=rtl] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper.close_icon ~ .footer {
  margin-right: 0px;
}
html[dir=rtl] .page-wrapper.compact-small .page-header {
  margin-right: 90px;
}
html[dir=rtl] .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu {
  right: 90px;
}
html[dir=rtl] .page-wrapper.compact-small .page-body-wrapper .footer,
html[dir=rtl] .page-wrapper.compact-small .page-body-wrapper .page-body {
  margin-right: 90px;
}
html[dir=rtl] .page-wrapper.material-icon .page-header {
  padding-left: unset;
  padding-right: 90px;
  margin: 0 auto;
}
html[dir=rtl] .page-wrapper.material-icon .page-header.close_icon {
  padding-right: 0;
}
html[dir=rtl] .page-wrapper.material-icon .page-body-wrapper .page-body {
  padding-left: 15px;
  padding-right: 90px;
  margin: 0 auto;
}
html[dir=rtl] .page-wrapper.material-icon .page-body-wrapper div.sidebar-wrapper.close_icon ~ .page-body {
  padding-right: 15px;
  margin: 0 auto !important;
}
html[dir=rtl] .apexcharts-canvas {
  direction: ltr;
}
html[dir=rtl] .email-wrap .btn-mail {
  text-align: right;
}
html[dir=rtl] .email-wrap .email-app-sidebar ul li a {
  padding-left: unset;
  padding-right: 20px;
}
html[dir=rtl] .bookmark-tabcontent .details-bookmark .bookmark-card.card .favourite-icon {
  text-align: center;
}
html[dir=rtl] .bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark {
  text-align: right;
}
html[dir=rtl] .bookmark-wrap .main-bookmark .filter-option {
  float: right;
  text-align: right;
}
html[dir=rtl] .bookmark-wrap .main-bookmark .dropdown-menu .dropdown-item {
  text-align: right;
}
html[dir=rtl] .bookmark-wrap .details-bookmark .row > div + div {
  padding-left: 15px !important;
}
html[dir=rtl] .appointment-table table tr td .status-circle {
  left: unset;
  right: 35px;
}
html[dir=rtl] .notification .card .d-flex .w-100 p .badge {
  margin-left: unset;
  margin-right: 10px;
}
html[dir=rtl] .datatable-init div.dt-container.dt-bootstrap5 .row > div[class^=col-]:first-child,
html[dir=rtl] .datatable-advance-wrapper div.dt-container.dt-bootstrap5 .row > div[class^=col-]:first-child,
html[dir=rtl] .datatable-api-wrapper div.dt-container.dt-bootstrap5 .row > div[class^=col-]:first-child,
html[dir=rtl] .data-source-wrapper div.dt-container.dt-bootstrap5 .row > div[class^=col-]:first-child,
html[dir=rtl] .autofill-data-tables div.dt-container.dt-bootstrap5 .row > div[class^=col-]:first-child,
html[dir=rtl] .support-ticket-table div.dt-container.dt-bootstrap5 .row > div[class^=col-]:first-child {
  margin-left: auto;
  margin-right: unset !important;
}
html[dir=rtl] .datatable-init div.dt-container.dt-bootstrap5 .row > div[class^=col-]:first-child .form-select,
html[dir=rtl] .datatable-advance-wrapper div.dt-container.dt-bootstrap5 .row > div[class^=col-]:first-child .form-select,
html[dir=rtl] .datatable-api-wrapper div.dt-container.dt-bootstrap5 .row > div[class^=col-]:first-child .form-select,
html[dir=rtl] .data-source-wrapper div.dt-container.dt-bootstrap5 .row > div[class^=col-]:first-child .form-select,
html[dir=rtl] .autofill-data-tables div.dt-container.dt-bootstrap5 .row > div[class^=col-]:first-child .form-select,
html[dir=rtl] .support-ticket-table div.dt-container.dt-bootstrap5 .row > div[class^=col-]:first-child .form-select {
  margin-right: unset;
  margin-left: 0.5em;
}
html[dir=rtl] .datatable-init div.dt-container.dt-bootstrap5 .dt-column-order,
html[dir=rtl] .datatable-advance-wrapper div.dt-container.dt-bootstrap5 .dt-column-order,
html[dir=rtl] .datatable-api-wrapper div.dt-container.dt-bootstrap5 .dt-column-order,
html[dir=rtl] .data-source-wrapper div.dt-container.dt-bootstrap5 .dt-column-order,
html[dir=rtl] .autofill-data-tables div.dt-container.dt-bootstrap5 .dt-column-order,
html[dir=rtl] .support-ticket-table div.dt-container.dt-bootstrap5 .dt-column-order {
  right: unset;
  left: 12px;
}
html[dir=rtl] .progress-gradient-primary {
  background-image: linear-gradient(to right, var(--theme-default), transparent);
}
html[dir=rtl] .progress-gradient-primary::after {
  right: unset;
  left: -1px;
}
html[dir=rtl] .progress-gradient-primary .animate-circle {
  right: unset;
  left: -8px;
}
html[dir=rtl] .progress-gradient-secondary {
  background-image: linear-gradient(to right, #838383, transparent);
}
html[dir=rtl] .progress-gradient-secondary::after {
  right: unset;
  left: -1px;
}
html[dir=rtl] .progress-gradient-secondary .animate-circle {
  right: unset;
  left: -8px;
}
html[dir=rtl] .progress-gradient-success {
  background-image: linear-gradient(to right, #65c15c, transparent);
}
html[dir=rtl] .progress-gradient-success::after {
  right: unset;
  left: -1px;
}
html[dir=rtl] .progress-gradient-success .animate-circle {
  right: unset;
  left: -8px;
}
html[dir=rtl] .progress-gradient-danger {
  background-image: linear-gradient(to right, #fc564a, transparent);
}
html[dir=rtl] .progress-gradient-danger::after {
  right: unset;
  left: -1px;
}
html[dir=rtl] .progress-gradient-danger .animate-circle {
  right: unset;
  left: -8px;
}
html[dir=rtl] .progress-gradient-info {
  background-image: linear-gradient(to right, #40b8f5, transparent);
}
html[dir=rtl] .progress-gradient-info::after {
  right: unset;
  left: -1px;
}
html[dir=rtl] .progress-gradient-info .animate-circle {
  right: unset;
  left: -8px;
}
html[dir=rtl] .progress-gradient-light {
  background-image: linear-gradient(to right, #f4f4f4, transparent);
}
html[dir=rtl] .progress-gradient-light::after {
  right: unset;
  left: -1px;
}
html[dir=rtl] .progress-gradient-light .animate-circle {
  right: unset;
  left: -8px;
}
html[dir=rtl] .progress-gradient-dark {
  background-image: linear-gradient(to right, #3f475a, transparent);
}
html[dir=rtl] .progress-gradient-dark::after {
  right: unset;
  left: -1px;
}
html[dir=rtl] .progress-gradient-dark .animate-circle {
  right: unset;
  left: -8px;
}
html[dir=rtl] .progress-gradient-warning {
  background-image: linear-gradient(to right, #ffb829, transparent);
}
html[dir=rtl] .progress-gradient-warning::after {
  right: unset;
  left: -1px;
}
html[dir=rtl] .progress-gradient-warning .animate-circle {
  right: unset;
  left: -8px;
}
html[dir=rtl] .progress-animate span {
  left: -10px;
  right: unset;
}
html[dir=rtl] .common-order-history .form-select {
  padding: 0.375rem 0.75rem 0.375rem 2.25rem;
}
html[dir=rtl] .common-order-history .order-history-wrapper .recent-table div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
  right: unset;
  left: -50px;
}
@media (max-width: 1399px) {
  html[dir=rtl] .common-order-history .order-history-wrapper .recent-table div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    left: unset;
    right: 20px;
  }
}
html[dir=rtl] .common-order-history .order-history-wrapper .recent-table div.dt-container .dt-layout-row .dt-length {
  right: 20px;
  left: unset;
}
html[dir=rtl] .common-order-history .order-history-wrapper .recent-table table thead tr th:first-child,
html[dir=rtl] .common-order-history .order-history-wrapper .recent-table table thead tr td:first-child,
html[dir=rtl] .common-order-history .order-history-wrapper .recent-table table tbody tr th:first-child,
html[dir=rtl] .common-order-history .order-history-wrapper .recent-table table tbody tr td:first-child {
  padding-right: 20px;
  padding-left: 8px;
}
html[dir=rtl] .common-order-history .order-history-wrapper .recent-table table thead tr th:last-child,
html[dir=rtl] .common-order-history .order-history-wrapper .recent-table table thead tr td:last-child,
html[dir=rtl] .common-order-history .order-history-wrapper .recent-table table tbody tr th:last-child,
html[dir=rtl] .common-order-history .order-history-wrapper .recent-table table tbody tr td:last-child {
  padding-left: 20px;
  padding-right: 8px;
}
html[dir=rtl] .common-order-history .order-history-wrapper .recent-table table thead tr th:first-child {
  text-align: center !important;
}
html[dir=rtl] .me-4 {
  margin-left: 1.5rem !important;
  margin-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] .navs-dropdown .onhover-show-div {
  right: 0;
}
html[dir=rtl] .default-according.style-1 button {
  text-align: right;
}
html[dir=rtl] .default-according.style-1 button:before {
  left: 20px;
  right: unset;
}
@media (max-width: 575px) {
  html[dir=rtl] .default-according.style-1 button:before {
    left: 15px;
  }
}
html[dir=rtl] .default-according.style-1 button i {
  right: 18px;
  left: unset;
}
html[dir=rtl] .default-according .card .card-header i {
  right: 18px;
  left: unset;
}
html[dir=rtl] .progress-number {
  direction: ltr;
}
html[dir=rtl] .faq-wrap .faq-accordion .card .card-header .btn-link {
  padding-right: 20px !important;
}
@media (max-width: 575.98px) {
  html[dir=rtl] .faq-wrap .faq-accordion .card .card-header .btn-link {
    padding-right: 10px !important;
  }
}
html[dir=rtl] .ProfileCard-details {
  padding-right: 30px;
  padding-left: unset;
  float: right;
}
html[dir=rtl] .starter-main .card-body ul {
  padding-right: 30px;
  padding-left: unset;
}
html[dir=rtl] .theme-tab .tab-title li a svg {
  margin-left: 5px;
  margin-right: unset;
}
html[dir=rtl] .spent .spent-graph .project-budget {
  margin-left: 30px;
  margin-right: unset;
}
html[dir=rtl] .support-table table tbody tr td:first-child {
  padding-right: 0;
  padding-left: unset;
}
html[dir=rtl] .order-box .sub-total .shipping-class .shopping-checkout-option,
html[dir=rtl] .order-box .sub-total .shipping-class span,
html[dir=rtl] .order-box .sub-total li .shopping-checkout-option,
html[dir=rtl] .order-box .sub-total li span,
html[dir=rtl] .order-box .total .shipping-class .shopping-checkout-option,
html[dir=rtl] .order-box .total .shipping-class span,
html[dir=rtl] .order-box .total li .shopping-checkout-option,
html[dir=rtl] .order-box .total li span,
html[dir=rtl] .order-box .qty .shipping-class .shopping-checkout-option,
html[dir=rtl] .order-box .qty .shipping-class span,
html[dir=rtl] .order-box .qty li .shopping-checkout-option,
html[dir=rtl] .order-box .qty li span {
  float: left;
}
html[dir=rtl] .order-box .sub-total li .count,
html[dir=rtl] .order-box .total li .count,
html[dir=rtl] .order-box .qty li .count {
  float: left;
}
html[dir=rtl] .img-paypal {
  margin-right: 15px;
  margin-left: unset;
}
html[dir=rtl] .cart .qty-box .input-group .btn {
  border-radius: 0 !important;
}
html[dir=rtl] .product-qnty fieldset .input-group .input-group-prepend .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html[dir=rtl] .grid-options {
  margin-right: 10px;
  margin-left: unset;
}
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-sidebar .filter-section .card .card-header h6 .pull-right i {
  left: auto;
  right: unset;
}
html[dir=rtl] .collection-filter-block svg {
  margin-right: unset;
  margin-left: 14px;
  transform: scaleX(-1);
}
html[dir=rtl] .feature-products form .form-group i {
  left: 30px;
  right: unset;
}
html[dir=rtl] .product-wrapper-grid.list-view .product-box .product-details {
  text-align: right;
}
html[dir=rtl] .page-wrapper .page-body-wrapper .page-title .breadcrumb {
  margin-left: unset;
}
html[dir=rtl] .bookmark ul li + li {
  margin-left: unset;
  margin-right: 10px;
}
html[dir=rtl] .bookmark ul li .search-form .form-control-search {
  left: -50px;
  right: unset;
}
html[dir=rtl] .bookmark ul li .search-form .form-control-search:before {
  right: 50px;
  left: unset;
}
html[dir=rtl] .bookmark ul li .search-form .form-control-search:after {
  right: 20px;
  left: unset;
}
html[dir=rtl] .me-0 {
  margin-left: 0 !important;
  margin-right: unset !important;
}
html[dir=rtl] .footer .pull-right {
  float: none;
}
html[dir=rtl] .checkbox_animated,
html[dir=rtl] .radio_animated {
  margin: 0 0 0 1rem;
}
html[dir=rtl] .button.remove {
  left: -10px;
  right: unset;
}
html[dir=rtl] .code-box-copy__btn {
  left: 11px;
  right: unset;
}
html[dir=rtl] ul.nav-menus {
  border-bottom: none;
}
html[dir=rtl] ul.notification-dropdown.onhover-show-div li {
  text-align: right;
}
html[dir=rtl] .badge + .badge {
  margin-right: 5px;
  margin-left: unset;
}
html[dir=rtl] .offset-xl-3 {
  margin-right: 25%;
  margin-left: unset;
}
html[dir=rtl] .m-l-10 {
  margin-right: 10px !important;
  margin-left: unset !important;
}
html[dir=rtl] .m-r-20 {
  margin-left: 20px;
  margin-right: unset;
}
html[dir=rtl] .m-r-30 {
  margin-left: 30px;
  margin-right: unset;
}
html[dir=rtl] .m-r-5 {
  margin-left: 5px;
  margin-right: unset;
}
html[dir=rtl] .text-start {
  text-align: right !important;
}
html[dir=rtl] .m-r-10 {
  margin-left: 10px;
  margin-right: unset;
}
html[dir=rtl] .pe-3 {
  padding-left: 1rem !important;
  padding-right: unset !important;
}
html[dir=rtl] .p-r-0 {
  padding-left: 0;
  padding-right: 15px;
}
html[dir=rtl] .m-l-20 {
  margin-right: 20px !important;
  margin-left: unset !important;
}
html[dir=rtl] .ps-3 {
  padding-right: 1rem !important;
}
html[dir=rtl] .b-r-light {
  border-left: 1px solid #f4f4f4 !important;
  border-right: unset !important;
}
html[dir=rtl] .float-end {
  float: left !important;
}
html[dir=rtl] .float-start {
  float: right !important;
}
html[dir=rtl] .text-end {
  text-align: left !important;
}
html[dir=rtl] .border-right {
  border-left: 1px solid #dee2e6 !important;
  border-right: unset !important;
}
html[dir=rtl] .pe-0 {
  padding-left: 0 !important;
  padding-right: 12px !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] .owl-carousel {
  direction: ltr;
}
html[dir=rtl] .swiper {
  direction: ltr;
}
html[dir=rtl] .swiper .swiper-wrapper .swiper-slide > * {
  direction: rtl;
}
html[dir=rtl] .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
html[dir=rtl] .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] .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] .btn-group > .btn:nth-child(2) {
  border-radius: 0 !important;
}
html[dir=rtl] .btn-group .btn-group > :not(:first-child) > .btn {
  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 + .btn,
html[dir=rtl] .btn-group .btn + .btn-group {
  margin-right: -1px;
  border-right: none;
}
html[dir=rtl] .btn-group .btn-group + .btn,
html[dir=rtl] .btn-group .btn-group + .btn-group {
  margin-right: -1px;
}
html[dir=rtl] .btn-group .btn-group-vertical .btn + .btn,
html[dir=rtl] .btn-group .btn-group-vertical .btn + .btn-group {
  margin-right: -1px;
}
html[dir=rtl] .btn-group .btn-group-vertical .btn-group + .btn,
html[dir=rtl] .btn-group .btn-group-vertical .btn-group + .btn-group {
  margin-right: -1px;
}
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] .m-r-15 {
  margin-left: 15px;
  margin-right: unset;
}
html[dir=rtl] .b-l-light {
  border-right: 1px solid #f4f4f4 !important;
  border-left: unset !important;
}
html[dir=rtl] .p-l-0 {
  padding-left: unset;
  padding-right: 0px;
}
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] .alert {
  text-align: right;
}
html[dir=rtl] .pull-right {
  float: left;
}
html[dir=rtl] .form-inline .form-group {
  margin-left: 15px;
  margin-right: 0;
}
html[dir=rtl] .card {
  text-align: right;
}
html[dir=rtl] .card.social-profile {
  text-align: center;
}
html[dir=rtl] .card .card-header h5:not(.mb-0) {
  float: right;
}
html[dir=rtl] .card .card-header span {
  clear: both;
}
html[dir=rtl] .card .card-header .card-header-right {
  left: 20px;
  right: unset;
}
html[dir=rtl] .card .card-header .card-header-right .card-option {
  text-align: left;
}
html[dir=rtl] .card .card-header .card-header-right .card-option.list-unstyled {
  padding-right: 0;
  padding-left: unset;
}
html[dir=rtl] .card .card-header .pull-left {
  float: right;
}
html[dir=rtl] .card.full-card {
  left: 0;
  right: unset;
}
html[dir=rtl] .card .card-body .alert svg {
  margin-left: 4px;
  margin-right: unset;
}
html[dir=rtl] .card .card-body .square {
  margin-left: 5px;
  margin-right: unset;
}
html[dir=rtl] .explore-card {
  text-align: left;
}
html[dir=rtl] .explore-card .group-btn {
  justify-content: flex-end;
}
html[dir=rtl] .balance-box {
  text-align: center;
}
html[dir=rtl] .purchase-card {
  text-align: center;
}
html[dir=rtl] .modal-header .btn-close {
  margin: -0.5rem auto -0.5rem -0.5rem;
}
html[dir=rtl] .modal-footer > :not(:first-child) {
  margin-right: 0.5rem;
  margin-left: 0;
}
html[dir=rtl] .form-inline .form-group .col-form-label {
  margin-left: 5px;
  margin-right: 0;
}
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] code[class*=language-],
html[dir=rtl] pre[class*=language-] {
  text-align: right;
}
html[dir=rtl] .input-group-prepend {
  margin-left: -1px;
  margin-right: unset;
}
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] .main-input-group .input-radius .pill-input-group span:first-child {
  border-radius: 0.375rem !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
html[dir=rtl] .main-input-group .input-radius .pill-input-group span:last-child {
  border-radius: 0.375rem !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
html[dir=rtl] .main-input-group .input-group-wrapper.btn-addon .input-group:last-child .btn:not(.dropdown-toggle):last-child {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}
html[dir=rtl] .input-group-wrapper.main-segment-btn .input-group:last-child .btn:not(.dropdown-toggle), html[dir=rtl] .input-group-wrapper.btn-addon .input-group:last-child .btn:not(.dropdown-toggle) {
  border-radius: 0 !important;
}
html[dir=rtl] .was-validated .form-control:invalid,
html[dir=rtl] .form-control.is-invalid,
html[dir=rtl] .was-validated .form-control:valid,
html[dir=rtl] .form-control.is-valid {
  background-position: left calc(0.375em + 0.1875rem) center;
  padding-left: calc(1.5em + 0.75rem);
  padding-right: 12px;
}
html[dir=rtl] .input-group > .form-control:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html[dir=rtl] .input-group > .input-group-prepend > .btn,
html[dir=rtl] .input-group > .input-group-prepend > .input-group-text,
html[dir=rtl] .input-group > .input-group-append:not(:last-child) > .btn,
html[dir=rtl] .input-group > .input-group-append:not(:last-child) > .input-group-text,
html[dir=rtl] .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
html[dir=rtl] .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  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] .input-group > .input-group-append > .btn,
html[dir=rtl] .input-group > .input-group-append > .input-group-text,
html[dir=rtl] .input-group > .input-group-prepend:not(:first-child) > .btn,
html[dir=rtl] .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
html[dir=rtl] .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
html[dir=rtl] .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html[dir=rtl] .border-tab.nav-left .nav-link {
  text-align: left;
}
html[dir=rtl] .socialprofile .social-group ul li:nth-child(4) {
  margin-right: -22px;
}
html[dir=rtl] .social-status form .form-group .form-control-social {
  padding-right: 15px;
  padding-left: unset;
}
html[dir=rtl] .social-status .d-flex .social-status {
  right: 35px;
  left: unset;
}
html[dir=rtl] .social-chat .other-msg {
  margin-right: 40px;
  margin-left: unset;
}
html[dir=rtl] .social-chat .flex-grow-1 span span i {
  transform: scaleX(-1);
}
html[dir=rtl] .social-chat .flex-grow-1:before {
  left: 100%;
  right: unset;
  border-left: 7px solid #52526c;
  border-right: unset;
}
html[dir=rtl] .social-chat .flex-grow-1:after {
  left: 100%;
  right: unset;
  border-left: 7px solid #fff;
  border-right: unset;
}
html[dir=rtl] .rounded-timeline .timeline::after {
  content: "";
  right: 50%;
  left: unset;
  margin-right: -1px;
  margin-left: unset;
}
@media (max-width: 1199px) {
  html[dir=rtl] .rounded-timeline .timeline::after {
    right: 75px;
    left: unset;
  }
}
html[dir=rtl] .rounded-timeline .container::after {
  content: "";
  left: -8px;
  right: unset;
}
html[dir=rtl] .rounded-timeline .container::before {
  content: "";
  left: 8px;
  right: unset;
}
html[dir=rtl] .rounded-timeline .container .content {
  padding: 20px 20px 20px 80px;
  border-radius: 200px 0 0 200px;
}
html[dir=rtl] .rounded-timeline .container.left {
  right: 0;
  left: unset;
}
html[dir=rtl] .rounded-timeline .container.left .date {
  left: -75px;
  right: unset;
}
html[dir=rtl] .rounded-timeline .container.left .icon {
  left: 56px;
  right: unset;
}
@media (max-width: 1199px) and (min-width: 768px) {
  html[dir=rtl] .rounded-timeline .container.left {
    right: 75px;
    left: unset;
  }
  html[dir=rtl] .rounded-timeline .container.left::before {
    right: 8px;
    left: unset;
  }
  html[dir=rtl] .rounded-timeline .container.left::after {
    right: -8px;
    left: unset;
  }
  html[dir=rtl] .rounded-timeline .container.left .date {
    right: -75px;
    left: unset;
  }
  html[dir=rtl] .rounded-timeline .container.left .icon {
    right: 56px;
    left: unset;
  }
  html[dir=rtl] .rounded-timeline .container.left .content {
    padding: 20px 80px 20px 20px;
    border-radius: 0 200px 200px 0;
  }
}
@media (max-width: 767px) {
  html[dir=rtl] .rounded-timeline .container.left {
    right: 0;
    left: unset;
  }
}
html[dir=rtl] .rounded-timeline .container.right {
  right: 50%;
  left: unset;
}
html[dir=rtl] .rounded-timeline .container.right::after {
  right: -8px;
  left: unset;
}
html[dir=rtl] .rounded-timeline .container.right::before {
  right: 8px;
  left: unset;
}
html[dir=rtl] .rounded-timeline .container.right .date {
  right: -75px;
  left: unset;
}
html[dir=rtl] .rounded-timeline .container.right .icon {
  right: 56px;
  left: unset;
}
html[dir=rtl] .rounded-timeline .container.right .content {
  padding: 20px 80px 20px 20px;
  border-radius: 0 200px 200px 0;
}
@media (max-width: 1199px) {
  html[dir=rtl] .rounded-timeline .container.right {
    right: 75px;
    left: unset;
  }
  html[dir=rtl] .rounded-timeline .container.right::after {
    right: -8px;
    left: unset;
  }
}
@media (max-width: 767px) {
  html[dir=rtl] .rounded-timeline .timeline::after {
    right: 90px;
    left: unset;
  }
  html[dir=rtl] .rounded-timeline .container {
    padding-right: 120px;
    padding-left: 30px;
  }
  html[dir=rtl] .rounded-timeline .container.right {
    right: 0%;
    left: unset;
  }
  html[dir=rtl] .rounded-timeline .container.right::after {
    right: 82px;
    left: unset;
  }
  html[dir=rtl] .rounded-timeline .container.right::before {
    right: 95px;
    left: unset;
  }
  html[dir=rtl] .rounded-timeline .container.right .date {
    left: auto;
    right: 15px;
  }
  html[dir=rtl] .rounded-timeline .container.right .icon {
    left: auto;
    right: 146px;
  }
  html[dir=rtl] .rounded-timeline .container.right .content {
    padding: 30px 90px 30px 30px;
    border-radius: 0 200px 200px 0;
  }
  html[dir=rtl] .rounded-timeline .container.left::after {
    right: 82px;
    left: unset;
  }
  html[dir=rtl] .rounded-timeline .container.left::before {
    right: 95px;
    left: unset;
  }
  html[dir=rtl] .rounded-timeline .container.left .date {
    left: auto;
    right: 15px;
  }
  html[dir=rtl] .rounded-timeline .container.left .icon {
    left: auto;
    right: 146px;
  }
  html[dir=rtl] .rounded-timeline .container.left .content {
    padding: 30px 90px 30px 30px;
    border-radius: 0 200px 200px 0;
  }
}
@media (max-width: 610px) {
  html[dir=rtl] .rounded-timeline .timeline::after {
    right: 8px;
    left: unset;
  }
  html[dir=rtl] .rounded-timeline .timeline .container {
    padding-right: 30px;
    padding-left: unset;
  }
  html[dir=rtl] .rounded-timeline .timeline .container::before, html[dir=rtl] .rounded-timeline .timeline .container::after {
    right: 0;
    left: unset;
  }
  html[dir=rtl] .rounded-timeline .timeline .container .icon {
    right: 50px;
    left: unset;
  }
}
@media (max-width: 610px) and (max-width: 475px) {
  html[dir=rtl] .rounded-timeline .timeline .container .content {
    padding: 30px 75px 30px 30px;
  }
}
@media (max-width: 440px) {
  html[dir=rtl] .rounded-timeline .timeline {
    padding-top: 20px;
  }
  html[dir=rtl] .rounded-timeline .timeline .container {
    padding-right: 0;
    padding-left: unset;
  }
  html[dir=rtl] .rounded-timeline .timeline .container .icon {
    right: 45%;
    left: unset;
  }
  html[dir=rtl] .rounded-timeline .timeline::after {
    right: 50%;
    left: unset;
  }
}
@media (max-width: 390px) {
  html[dir=rtl] .rounded-timeline .timeline .container .icon {
    right: 44%;
    left: unset;
  }
}
@media (max-width: 335px) {
  html[dir=rtl] .rounded-timeline .timeline .container .icon {
    right: 42%;
    left: unset;
  }
}
html[dir=rtl] .animated-timeline .timeline-block::before {
  right: 50%;
  left: unset;
}
html[dir=rtl] .animated-timeline .timeline-block .timeline-event:before {
  right: -27px;
  left: unset;
}
html[dir=rtl] .animated-timeline .timeline-block .timeline-event:nth-child(odd) {
  margin-right: calc(50% + 20px);
  margin-left: unset;
}
html[dir=rtl] .animated-timeline .timeline-block .timeline-event:nth-child(even) {
  margin-right: calc(50% - 321px);
  margin-left: unset;
}
html[dir=rtl] .animated-timeline .timeline-block .timeline-event:nth-child(even):before {
  right: calc(100% + 16px);
  left: unset;
}
@media (max-width: 767px) {
  html[dir=rtl] .animated-timeline .timeline-block::before {
    right: 18px;
    left: unset;
  }
  html[dir=rtl] .animated-timeline .timeline-block .title {
    text-align: right;
  }
  html[dir=rtl] .animated-timeline .timeline-block .timeline-event::before {
    right: -49px;
    left: unset;
  }
  html[dir=rtl] .animated-timeline .timeline-block .timeline-event:nth-child(odd) {
    margin-right: calc(50% - 260px);
    margin-left: unset;
  }
  html[dir=rtl] .animated-timeline .timeline-block .timeline-event:nth-child(even) {
    margin-right: calc(50% - 260px);
    margin-left: unset;
  }
  html[dir=rtl] .animated-timeline .timeline-block .timeline-event:nth-child(even):before {
    left: unset;
    right: calc(100% + 33px);
  }
}
@media (max-width: 767px) {
  html[dir=rtl] .animated-timeline .timeline-block .timeline-event:nth-child(even)::before {
    right: unset;
    left: calc(100% + 31px);
  }
  html[dir=rtl] .animated-timeline .timeline-block .timeline-event::before {
    right: -47px;
    left: unset;
  }
}
@media (max-width: 767px) {
  html[dir=rtl] .animated-timeline .timeline-block .timeline-event:nth-child(odd) {
    margin-right: 58px;
    margin-left: unset;
  }
  html[dir=rtl] .animated-timeline .timeline-block .timeline-event:nth-child(even) {
    margin-right: 58px;
    margin-left: unset;
  }
}
@media (max-width: 440px) {
  html[dir=rtl] .animated-timeline .timeline-block .timeline-event::before {
    right: -45px;
    left: unset;
  }
  html[dir=rtl] .animated-timeline .timeline-block .timeline-event:nth-child(even)::before {
    left: calc(100% + 33px);
    right: unset;
  }
}
html[dir=rtl] .photos ul li {
  margin-right: unset;
  margin-left: 10px;
}
html[dir=rtl] .avatar-showcase .friend-pic {
  margin-left: 8px;
  margin-right: unset;
}
html[dir=rtl] .avatar-showcase .pepole-knows ul li {
  margin-left: 21px;
  margin-right: unset;
}
html[dir=rtl] .avatar-showcase .pepole-knows ul li:last-child {
  margin-left: 0;
}
html[dir=rtl] .user-profile .hovercard .user-image .share-icons {
  left: 100px;
  right: unset;
}
html[dir=rtl] .user-profile .hovercard .user-image .share-icons li {
  margin-left: 10px;
  margin-right: unset;
}
html[dir=rtl] .user-profile .hovercard .user-image .share-icons li:last-child {
  margin-left: 0;
}
html[dir=rtl] .lang span span {
  margin-left: unset;
  margin-right: 5px;
}
html[dir=rtl] .faq-form .search-icon {
  left: 12px;
  right: unset;
}
html[dir=rtl] .faq-widgets .flex-grow-1 p {
  padding-left: 20px;
  padding-right: unset;
}
html[dir=rtl] .header-faq,
html[dir=rtl] .faq-title {
  text-align: right;
}
html[dir=rtl] .faq-accordion.default-according .card .faq-header svg {
  left: 30px;
  right: unset;
}
html[dir=rtl] .faq-accordion.default-according .card .btn-link svg {
  margin-left: 10px;
  margin-right: unset;
}
html[dir=rtl] .navigation-option ul li {
  padding: 8px 0 8px 8px;
}
html[dir=rtl] .navigation-option ul li a {
  padding-right: 40px;
  padding-left: unset;
}
html[dir=rtl] .navigation-option ul li a svg {
  right: 15px;
  left: unset;
}
html[dir=rtl] .updates-faq {
  margin-right: unset;
  margin-left: 20px;
}
html[dir=rtl] .browse .browse-articles span svg {
  margin-left: 10px;
  margin-right: unset;
}
html[dir=rtl] .categories .learning-header {
  padding-right: 15px;
  padding-left: unset;
}
html[dir=rtl] .main .langChoice {
  left: 30px;
  right: unset;
}
html[dir=rtl] .pricing-block svg {
  direction: ltr;
}
html[dir=rtl] p.data-attributes svg {
  margin-left: 10px;
  margin-right: unset;
}
html[dir=rtl] .avatars .avatar {
  margin-left: 10px;
  margin-right: unset;
}
html[dir=rtl] .avatars .avatar:last-child {
  margin-left: 0;
}
html[dir=rtl] .avatars .avatar .status {
  left: 4px;
  right: unset;
}
html[dir=rtl] .customers.avatar-group {
  margin-left: 30px;
  margin-right: unset;
}
html[dir=rtl] .card .card-header h5 {
  float: none !important;
}
html[dir=rtl] .knob-chart .chart-clock-main .clock-small {
  right: 10px;
  left: unset;
}
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] .todo .todo-list-wrapper #todo-list li .task-container .task-action-btn {
  text-align: left;
}
html[dir=rtl] .todo .notification-popup {
  left: 10px;
  right: unset;
}
html[dir=rtl] .todo-options .badges-todo h6 {
  margin-left: 10px;
  margin-right: unset;
}
html[dir=rtl] .todo-options .badges-todo h6:last-child {
  margin-left: 0;
}
html[dir=rtl] .todo-list-btns .dropdown-basic .btn-group .form-group .checkbox {
  padding-right: 14px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  padding-left: unset;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}
html[dir=rtl] .todo-list-btns .dropdown-basic .separated-btn {
  margin-right: -6px;
  margin-left: unset;
}
html[dir=rtl] .todo-list-btns .dropdown-basic .separated-btn .btn {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
html[dir=rtl] .search-todo .dropdown-basic .btn-group {
  margin-left: 18px;
  margin-right: unset;
}
html[dir=rtl] .dark-dropdown-box .btn-group .dropdown-toggle-split {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
html[dir=rtl] .sticky-note .note {
  float: right;
}
html[dir=rtl] #testimonial .owl-stage-outer .owl-stage .owl-item .slide--item .d-flex .me-3 {
  margin-right: 1rem !important;
  margin-left: unset !important;
}
html[dir=rtl] .needs-validation .input-group > .form-control:not(:last-child),
html[dir=rtl] .needs-validation .input-group > .custom-select:not(:last-child),
html[dir=rtl] .form-row .input-group > .form-control:not(:last-child),
html[dir=rtl] .form-row .input-group > .custom-select:not(:last-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] .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] .form-check-reverse .form-check-input {
  float: right;
  margin-left: 0;
  margin-right: 10px;
}
html[dir=rtl] .email-wrap .row .col-xl-6 {
  padding-right: 0;
  padding-left: 15px;
}
html[dir=rtl] .email-wrap .row .col-xl-3 + .col-xl-3 {
  padding-left: 0;
  padding-right: 15px;
}
html[dir=rtl] .email-wrap .email-app-sidebar .main-menu > li {
  text-align: right;
}
html[dir=rtl] .email-wrap .email-app-sidebar .main-menu > li a i {
  margin-right: unset;
  margin-left: 10px;
}
html[dir=rtl] .email-wrap .email-app-sidebar ul {
  padding-right: 0;
}
html[dir=rtl] .email-wrap .email-right-aside .email-body .pe-0 {
  padding-right: unset !important;
}
html[dir=rtl] .email-wrap .email-right-aside .radius-left {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-radius: 4px;
}
html[dir=rtl] #renderRange {
  float: left;
  padding-left: unset;
  padding-right: 12px;
}
html[dir=rtl] .event-calendar {
  direction: ltr;
}
html[dir=rtl] .calendar-wrap .fc {
  direction: rtl;
  text-align: right;
}
html[dir=rtl] .calendar-wrap .fc .fc-toolbar .fc-left {
  float: right;
}
html[dir=rtl] .calendar-wrap .fc .fc-toolbar .fc-right {
  float: left;
}
html[dir=rtl] .calendar-wrap .fc .fc-toolbar > * > * {
  margin-left: 0;
}
html[dir=rtl] .calendar-wrap .fc-events-container {
  text-align: right;
}
html[dir=rtl] .calendar-wrap .fc-scroller {
  margin-right: unset;
  margin-left: -17px;
}
html[dir=rtl] .fc-agenda-view .fc-day-grid .fc-row {
  margin-right: 0 !important;
}
html[dir=rtl] .fc-unthemed .fc-row {
  margin-right: 0 !important;
}
html[dir=rtl] .btn-showcase .btn {
  margin-right: unset;
  margin-left: 10px;
}
html[dir=rtl] .btn-square.dropdown-toggle {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
html[dir=rtl].button-builder ul.the-icons li {
  float: right;
}
html[dir=rtl].button-builder .color-slelector {
  float: right;
}
html[dir=rtl].button-builder .custom-button-color .form-control {
  border-radius: 0 5px 5px 0;
}
html[dir=rtl].button-builder .custom-button-color .form-control.pull-left {
  float: right;
}
html[dir=rtl].button-builder .hint-label {
  float: right;
  padding: 4px 20px 0 0;
}
html[dir=rtl] #customer-review .owl-item img {
  order: 2;
}
html[dir=rtl] .options > div {
  margin: 0 0 8px 8px;
}
html[dir=rtl] .modal-dialog .modal-content .modal-body p a {
  margin-left: 0;
}
html[dir=rtl] .drag-box fieldset .component .form-group .text-lg-left {
  text-align: right !important;
}
html[dir=rtl] .drag-box fieldset .component .form-group .input-group .input-group-prepend .btn,
html[dir=rtl] .drag-box fieldset .component .form-group .input-group .input-group-prepend .input-group-text {
  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] .drag-box fieldset .component .form-group .input-group .input-group-prepend .btn-right,
html[dir=rtl] .drag-box fieldset .component .form-group .input-group .input-group-prepend .checkbox-radius {
  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] .drag-box fieldset .component .form-group .input-group #prependedcheckbox {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
html[dir=rtl] .drag-box fieldset .component .form-group .input-group #appendedcheckbox {
  border-right-color: #efefef;
}
html[dir=rtl] .drag-box fieldset .component .form-group .input-group #buttondropdown {
  margin-right: unset;
  margin-left: -1px;
}
html[dir=rtl] .drag form {
  text-align: right;
}
html[dir=rtl] .drag form input {
  text-align: right;
}
html[dir=rtl] .drag form label {
  text-align: right !important;
}
html[dir=rtl] .drag form .form-group .input-group .input-group-prepend .btn,
html[dir=rtl] .drag form .form-group .input-group .input-group-prepend .input-group-text {
  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] .drag form .form-group .input-group .input-group-prepend .btn-right,
html[dir=rtl] .drag form .form-group .input-group .input-group-prepend .checkbox-radius {
  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] .drag form .form-group .input-group #buttondropdown {
  margin-right: unset;
  margin-left: -1px;
}
html[dir=rtl] .draggable label {
  text-align: right;
}
html[dir=rtl] .form-builder-column .tab-content .tab-pane .theme-form .ui-draggable .input-group > .input-group-prepend > .input-group-text {
  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] .form-builder-column #pills-tabContent .theme-form .form-group .input-group #buttondropdown,
html[dir=rtl] .form-builder-column #pills-tabContent .theme-form .ui-draggable .input-group #buttondropdown {
  margin-right: unset;
  margin-left: 15px;
}
html[dir=rtl] .form-builder-column #pills-tabContent .theme-form .form-group .input-group .input-group-btn button,
html[dir=rtl] .form-builder-column #pills-tabContent .theme-form .ui-draggable .input-group .input-group-btn button {
  border-radius: 4px !important;
}
html[dir=rtl] .form-horizontal.theme-form fieldset .tab-content .tab-pane .component .form-group .text-lg-left {
  text-align: right !important;
}
html[dir=rtl] .form-horizontal.theme-form fieldset .tab-content .tab-pane .component .form-group .input-group .input-group-prepend .btn,
html[dir=rtl] .form-horizontal.theme-form fieldset .tab-content .tab-pane .component .form-group .input-group .input-group-prepend .input-group-text {
  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] .form-horizontal.theme-form fieldset .tab-content .tab-pane .component .form-group .input-group .input-group-prepend .btn-right,
html[dir=rtl] .form-horizontal.theme-form fieldset .tab-content .tab-pane .component .form-group .input-group .input-group-prepend .checkbox-radius {
  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] .form-builder .component .form-group .input-group #buttondropdown {
  margin-right: unset;
  margin-left: -1px;
}
html[dir=rtl] .page-wrapper .page-body-wrapper .logo-wrapper {
  box-shadow: 9px 0 20px rgba(89, 102, 122, 0.1) !important;
}
html[dir=rtl] .page-wrapper .page-body-wrapper .logo-wrapper a {
  transform: translate(-64px);
}
html[dir=rtl] .search-page .nav i {
  display: inline-block;
  margin-left: 10px;
  margin-right: unset;
}
html[dir=rtl] .product-stts {
  display: inline-block;
}
html[dir=rtl] .product-stts .ms-1 {
  margin-right: 0.25rem !important;
  margin-left: unset !important;
}
html[dir=rtl] .search-form input {
  padding: 10px 70px 10px 10px;
  text-align: right;
}
html[dir=rtl] .icon-hover-bottom .icon-title {
  text-align: right;
}
html[dir=rtl] .icon-lists div i {
  margin: 0 10px 0 15px;
}
html[dir=rtl] .icon-lists ul {
  padding-right: 0;
}
html[dir=rtl] ul.icon-lists {
  padding-right: 30px;
}
html[dir=rtl] .floated-customizer-btn.third-floated-btn {
  left: 35px;
  right: unset;
}
html[dir=rtl] .floated-customizer-btn > span {
  margin-right: 10px;
}
html[dir=rtl] .floated-customizer-panel {
  text-align: right;
  left: -85px;
  right: unset;
}
html[dir=rtl] .floated-customizer-panel.active {
  left: 35px;
  right: unset;
}
html[dir=rtl] .floated-customizer-panel .close-customizer-btn {
  left: 30px;
  right: unset;
}
html[dir=rtl] .floated-customizer-panel ul {
  padding-right: 0;
}
html[dir=rtl] .form-builder-2-header > div nav {
  float: left;
}
html[dir=rtl] .radio label {
  padding-left: 0;
  padding-right: 5px;
}
html[dir=rtl] .radio label::before {
  right: 0;
  margin-right: -20px;
  left: unset;
}
html[dir=rtl] .page-wrapper .page-body-wrapper .page-title .row h3 {
  text-align: right;
  padding-left: 20px;
  padding-right: unset !important;
}
html[dir=rtl] .page-wrapper .page-body-wrapper .page-title .row h6 {
  text-align: right;
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-header {
  margin-right: 265px;
  margin-left: unset;
  width: calc(100% - 265px);
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-header.close_icon {
  margin-right: 80px;
  margin-left: unset;
  width: calc(100% - 80px);
}
html[dir=rtl] .page-wrapper.modern-type .page-header {
  margin-right: 0;
  width: calc(100% - 0px);
}
html[dir=rtl] .page-wrapper.modern-type .page-header.close_icon {
  margin-right: 0;
  width: calc(100% - 0px);
}
html[dir=rtl] .page-wrapper.modern-type .page-header .header-wrapper .logo-wrapper {
  margin-right: unset;
  margin-left: 30px;
}
html[dir=rtl] .page-wrapper.modern-type .page-header .header-wrapper .toggle-sidebar {
  margin-right: unset;
  margin-left: 15px;
}
html[dir=rtl] .page-wrapper.modern-type .page-body-wrapper .page-body {
  margin-right: 310px;
}
html[dir=rtl] .page-wrapper.modern-type .page-body-wrapper .footer {
  margin-left: 55px;
  margin-right: 360px;
}
html[dir=rtl] .page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper.close_icon ~ .page-body {
  margin-right: 0px;
}
html[dir=rtl] .page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper.close_icon ~ footer {
  margin-right: 0;
}
html[dir=rtl] .page-header .header-wrapper .nav-right {
  text-align: right;
}
html[dir=rtl] .page-header .header-wrapper .nav-right .onhover-show-div {
  right: unset;
  left: 0;
}
@media (max-width: 575.98px) {
  html[dir=rtl] .page-header .header-wrapper .nav-right .onhover-show-div {
    left: 12px;
  }
}
html[dir=rtl] .page-header .header-wrapper .nav-right .onhover-show-div li .d-flex .flex-grow-1 > span {
  padding-right: unset;
  padding-left: 10px;
}
@media (max-width: 575.98px) {
  html[dir=rtl] .page-header .header-wrapper .nav-right .cart-dropdown li {
    padding: 10px;
  }
}
html[dir=rtl] .page-header .header-wrapper .nav-right .cart-dropdown .close-circle {
  right: unset;
  left: 0;
}
html[dir=rtl] .page-header .header-wrapper .nav-right > ul > li {
  text-align: right;
}
html[dir=rtl] .page-header .header-wrapper .nav-right > ul > li .lang-txt {
  margin-left: 0;
  margin-right: 8px;
}
html[dir=rtl] .page-header .header-wrapper .nav-right > ul > li:before {
  right: 0;
  left: unset;
}
html[dir=rtl] .page-header .header-wrapper .nav-right > ul > li .dot {
  left: 17px;
  right: unset;
}
html[dir=rtl] .page-header .header-wrapper .nav-right > ul > li.onhover-dropdown:hover .onhover-show-div:before {
  right: 10px;
  left: unset;
}
html[dir=rtl] .page-header .header-wrapper .nav-right > ul > li.onhover-dropdown:hover .onhover-show-div:after {
  right: 10px;
  left: unset;
}
html[dir=rtl] .page-header .header-wrapper .nav-right > ul > li.onhover-dropdown:last-child {
  padding-left: 0;
  padding-right: 0 !important;
}
html[dir=rtl] .page-header .header-wrapper .nav-right > ul > li:last-child {
  padding-right: 20px;
  padding-left: 0;
}
html[dir=rtl] .page-header .header-wrapper .nav-right > ul > li i.ms-2 {
  margin-right: 0.5rem !important;
  margin-left: unset !important;
}
html[dir=rtl] .page-header .header-wrapper .nav-right .profile-dropdown li svg {
  margin-right: unset;
  margin-left: 10px;
}
html[dir=rtl] .page-header .header-wrapper .mobile-sidebar {
  padding-left: 20px;
  padding-right: unset;
}
html[dir=rtl] .page-header.open {
  margin-right: 0;
}
html[dir=rtl] ul.notification-dropdown.onhover-show-div {
  right: initial;
  left: -30px;
  padding: 0;
}
html[dir=rtl] ul.notification-dropdown.onhover-show-div:before {
  right: inherit !important;
  left: 35px !important;
}
html[dir=rtl] ul.notification-dropdown.onhover-show-div:after {
  right: inherit !important;
  left: 35px !important;
}
html[dir=rtl] ul.notification-dropdown.onhover-show-div li {
  margin-right: 0 !important;
}
html[dir=rtl] ul.notification-dropdown.onhover-show-div li span.badge {
  margin-left: unset !important;
}
html[dir=rtl] ul.notification-dropdown.onhover-show-div li span svg {
  margin-right: unset;
  margin-left: 10px;
}
html[dir=rtl] ul.notification-dropdown.onhover-show-div li .notification-icon {
  margin-left: 20px;
  margin-right: unset;
}
html[dir=rtl] .card-body .alert svg ~ p {
  padding-left: unset;
  padding-right: 20px;
}
html[dir=rtl] .alert i {
  margin-left: 5px;
  margin-right: 0;
}
html[dir=rtl] .alert.alert-dismissible {
  padding-right: 15px;
  padding-left: 2.5rem;
}
html[dir=rtl] .alert.alert-dismissible .me-2 {
  margin-right: auto !important;
}
html[dir=rtl] .inverse {
  padding: 13px 65px 13px 20px;
}
html[dir=rtl] .inverse i {
  left: unset;
  right: 0;
}
html[dir=rtl] .card-body.alerts-icon .alert > div {
  margin-right: unset;
  margin-left: 10px;
}
html[dir=rtl] .card-body.alerts-icon .alert svg {
  margin: 0;
}
html[dir=rtl] .alert-primary.inverse:before {
  border-right: 7px solid #108be9;
  right: 54px;
  left: unset;
  border-left: unset;
}
html[dir=rtl] .alert-secondary.inverse:before {
  border-right: 7px solid #838383;
  right: 54px;
  left: unset;
  border-left: unset;
}
html[dir=rtl] .alert-success.inverse:before {
  border-right: 7px solid #65c15c;
  right: 54px;
  left: unset;
  border-left: unset;
}
html[dir=rtl] .alert-danger.inverse:before {
  border-right: 7px solid #fc564a;
  right: 54px;
  left: unset;
  border-left: unset;
}
html[dir=rtl] .alert-warning.inverse:before {
  border-right: 7px solid #ffb829;
  right: 54px;
  left: unset;
  border-left: unset;
}
html[dir=rtl] .alert-info.inverse:before {
  border-right: 7px solid #40b8f5;
  right: 54px;
  left: unset;
  border-left: unset;
}
html[dir=rtl] .alert-light.inverse:before {
  border-right: 7px solid #f4f4f4;
  right: 54px;
  left: unset;
  border-left: unset;
}
html[dir=rtl] .alert-dark.inverse:before {
  border-right: 7px solid #3f475a;
  right: 54px;
  left: unset;
  border-left: unset;
}
html[dir=rtl] .alert-dismissible .btn-close {
  left: 0;
  right: unset;
}
html[dir=rtl] .alert-dismissible .btn-close span {
  padding-left: 0;
  padding-right: unset;
}
html[dir=rtl] .icofont.icofont-truck {
  display: inline-block;
}
html[dir=rtl] .blog-box .blog-details {
  padding-left: 20px;
  text-align: right;
}
html[dir=rtl] .blog-box .blog-details .blog-social {
  padding-right: 0;
}
html[dir=rtl] .blog-box .blog-details .blog-social li {
  padding-left: 40px;
  padding-right: unset;
}
html[dir=rtl] .blog-box .blog-details .blog-social li:first-child {
  border-left: 1px solid #777777;
  border-right: unset;
  padding-left: 40px;
  padding-right: unset;
}
@media screen and (min-width: 1200px) and (max-width: 1366px) {
  html[dir=rtl] .blog-box .blog-details .blog-social li:first-child {
    padding-left: 8px;
    padding-right: unset;
  }
}
@media (max-width: 360px) {
  html[dir=rtl] .blog-box .blog-details .blog-social li:last-child {
    padding-left: unset;
    padding-right: 0;
  }
}
html[dir=rtl] .blog-box .blog-details .blog-social li + li {
  margin-right: 20px;
  margin-left: unset;
  padding-left: 0;
}
@media screen and (min-width: 1200px) and (max-width: 1366px) {
  html[dir=rtl] .blog-box .blog-details .blog-social li + li {
    padding-right: 8px;
    padding-left: unset;
  }
}
html[dir=rtl] .blog-box .blog-details-main .blog-social li {
  border-left: 1px dotted;
  border-right: unset;
}
html[dir=rtl] .blog-box .blog-details-main .blog-social li:last-child {
  border-left: none;
}
html[dir=rtl] .blog-box .blog-date span {
  font-size: 36px;
  font-weight: 500;
  padding-left: 5px;
}
html[dir=rtl] .comment-box .d-flex img {
  margin-left: 45px;
  margin-right: unset;
}
html[dir=rtl] .comment-box .d-flex h6 {
  text-align: right;
}
html[dir=rtl] .comment-box .d-flex h6 span {
  padding-left: unset;
  padding-right: 10px;
}
html[dir=rtl] .comment-box ul ul {
  margin-right: 135px;
  margin-left: unset;
  padding-right: 0;
}
@media (max-width: 575.98px) {
  html[dir=rtl] .comment-box ul ul {
    margin-right: 30px;
  }
}
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:first-child {
  border-left: 1px solid #efefef;
  border-right: unset;
  padding-right: 0;
  padding-left: 20px;
}
@media (max-width: 767.98px) {
  html[dir=rtl] .blog-single .comment-box .comment-social li:first-child {
    padding-left: 15px;
    padding-right: 0;
  }
}
html[dir=rtl] .button-wrapper .btn-group.select-checkbox .btn:not(:last-child) {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
html[dir=rtl] .button-wrapper .btn-group.select-checkbox .btn:nth-of-type(2) {
  border-top-right-radius: unset !important;
  border-bottom-right-radius: unset !important;
}
html[dir=rtl] .button-builder-wrap .form-group .btn {
  margin-left: 15px;
  margin-right: 0;
  padding: 9px;
}
html[dir=rtl] .button-builder ul.the-icons {
  padding-right: 0 !important;
}
html[dir=rtl] .chat-msg-box ul {
  padding-right: 0;
}
html[dir=rtl] .fg-emoji-container {
  left: 135px !important;
}
html[dir=rtl] .fg-emoji-container .fg-emoji-picker-search-icon {
  right: unset;
  left: -6px;
}
html[dir=rtl] .cke_toolbar,
html[dir=rtl] .cke_toolgroup,
html[dir=rtl] a.cke_button,
html[dir=rtl] .cke_combo_text {
  float: right;
}
html[dir=rtl] .cke_reset_all,
html[dir=rtl] .cke_reset_all *,
html[dir=rtl] .cke_reset_all a,
html[dir=rtl] .cke_reset_all textarea {
  text-align: right;
}
html[dir=rtl] .cke_combo_text {
  padding-left: unset;
  padding-right: 10px;
}
html[dir=rtl] #editor1 #cke_editor1 #cke_1_contents iframe html {
  direction: rtl !important;
}
html[dir=rtl] #clockdiv ul {
  padding-right: 0;
}
html[dir=rtl] .custom-card .card-footer > div + div {
  border-right: 1px solid #efefef;
  border-left: unset !important;
}
html[dir=rtl] .card-social {
  padding-right: 0;
}
html[dir=rtl] .card-absolute .card-header {
  right: 15px;
  left: unset;
}
html[dir=rtl] .dataTables_wrapper .dataTables_filter input[type=search] {
  margin-right: 10px;
  margin-left: 0;
}
html[dir=rtl] .dataTables_wrapper .dataTables_length {
  float: right;
}
html[dir=rtl] .dataTables_wrapper .dataTables_filter {
  margin-left: unset;
  margin-right: 15px;
  float: left;
}
html[dir=rtl] .dataTables_wrapper .dataTables_info {
  float: right;
}
html[dir=rtl] .dataTables_wrapper .advance-5_filter {
  margin-left: 0;
}
html[dir=rtl] .dataTables_wrapper .btn-group button {
  margin-left: 5px;
  margin-right: unset;
}
html[dir=rtl] .dataTables_wrapper .btn-group button:last-child {
  margin-left: 0;
}
html[dir=rtl] .dataTables_wrapper table.dataTable tbody td.select-checkbox:after,
html[dir=rtl] .dataTables_wrapper table.dataTable tbody th.select-checkbox:after {
  margin-left: 31px;
}
html[dir=rtl] div.dataTables_wrapper div.dataTables_paginate {
  margin-right: 15px !important;
  margin-left: 0 !important;
  float: left;
}
html[dir=rtl] table.dataTable thead > tr > th {
  padding-left: 30px;
  padding-right: 12px;
}
html[dir=rtl] table.dataTable thead > tr > th:before {
  left: 1em !important;
  right: unset;
}
html[dir=rtl] table.dataTable thead > tr > th:after {
  left: 0.5em !important;
  right: unset;
}
html[dir=rtl] table.dataTable thead .sorting:before,
html[dir=rtl] table.dataTable thead .sorting_asc:before,
html[dir=rtl] table.dataTable thead .sorting_desc:before,
html[dir=rtl] table.dataTable thead .sorting_asc_disabled:before,
html[dir=rtl] table.dataTable thead .sorting_desc_disabled:before {
  left: 1em !important;
  right: unset;
}
html[dir=rtl] .dataTables_scrollHeadInner {
  padding-right: unset !important;
  padding-left: 0 !important;
}
html[dir=rtl] div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
  padding-right: 0;
  padding-left: 0;
}
html[dir=rtl] div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  padding-right: 0;
  padding-left: 0;
}
html[dir=rtl] .dt-plugin-buttons button.m-r-10 {
  margin-left: 10px;
  margin-right: 0;
}
html[dir=rtl] .datetime-picker .theme-form .form-group label {
  text-align: left !important;
}
html[dir=rtl] .datetime-picker .theme-form .form-group .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html[dir=rtl] .datetime-picker .theme-form .form-group .input-group .form-control {
  border-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
html[dir=rtl] .rtl-dropdown .btn-group .dropdown-menu {
  right: 0 !important;
}
html[dir=rtl] .heading-dropdown .dropdown-menu,
html[dir=rtl] .dropdown-option .dropdown-menu {
  right: 0 !important;
}
html[dir=rtl] .split-dropdown .dropdown-basic .separated-btn .dropdown-menu {
  right: 0 !important;
}
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] .error-wrapper .col-md-8.offset-md-2 {
  margin: 0 auto !important;
}
html[dir=rtl] .product-price del {
  padding-left: 20px;
  padding-right: 0;
}
html[dir=rtl] .product-box .modal .modal-header .btn-close {
  right: unset;
  left: 15px;
}
html[dir=rtl] .product-box .ribbon-bookmark.ribbon-vertical-left.ribbon-info:before,
html[dir=rtl] .product-box .ribbon-bookmark.ribbon-vertical-right.ribbon-info:before {
  border-left-color: #007bff;
}
html[dir=rtl] .product-box .ribbon-bookmark.ribbon-vertical-left:before,
html[dir=rtl] .product-box .ribbon-bookmark.ribbon-vertical-right:before {
  right: 0;
  left: unset;
  border-left: 15px solid #2a3142;
}
html[dir=rtl] .product-box .ribbon-bookmark.ribbon-info:before {
  border-left-color: transparent;
}
html[dir=rtl] .product-box .ribbon-warning.ribbon-clip:before {
  border-left-color: #ff850d;
  border-right-color: unset;
}
html[dir=rtl] .product-box .ribbon-clip {
  right: -14px;
  left: unset;
}
html[dir=rtl] .product-box .ribbon-clip:before {
  right: 0;
  left: unset;
}
html[dir=rtl] .product-hover ul {
  padding-right: 0;
}
html[dir=rtl] .customer-review .d-flex img {
  margin-left: 25px;
  margin-right: 0;
}
html[dir=rtl] .nav {
  padding-right: 0;
}
html[dir=rtl] .custom-tab {
  padding: 4px;
}
html[dir=rtl] .custom-file-label::after {
  left: 0;
  right: unset;
}
html[dir=rtl] .wizard-4 ul.anchor {
  float: right;
}
html[dir=rtl] .wizard-4 .step-container {
  clear: unset;
}
html[dir=rtl] .wizard-4 .form-group {
  text-align: right;
}
html[dir=rtl] .wizard-4 .action-bar .btn {
  float: left;
}
html[dir=rtl] .f1 .f1-buttons {
  text-align: left;
}
html[dir=rtl] .f1 .f1-steps .f1-step {
  float: right;
}
html[dir=rtl] .jstree-default .jstree-node {
  margin-left: unset;
  margin-right: 24px;
  background-position: -292px -4px;
  background-repeat: repeat-y;
}
html[dir=rtl] .sales-report .card-body .balance-data {
  right: unset;
  left: 60px;
}
html[dir=rtl] .statistical-card li {
  margin-right: unset;
  margin-left: 15px;
}
html[dir=rtl] .statistical-card li + li {
  padding-left: 14px;
  padding-right: 15px;
  margin-left: 15px;
  margin-right: 15px;
}
html[dir=rtl] .statistical-card li + li::after {
  left: unset;
  right: 0;
  transform: translate(15px, -50%);
}
html[dir=rtl] .appointments-wrapper li > span {
  margin-right: unset;
  margin-left: 12px;
}
html[dir=rtl] .appointments-wrapper li .main-box {
  margin-left: unset;
  margin-right: 20px;
}
html[dir=rtl] .appointments-wrapper li::before {
  left: unset;
  right: 61px;
}
html[dir=rtl] .recent-order-table.currency-table.recent-table table thead tr th:first-child,
html[dir=rtl] .recent-order-table.currency-table.recent-table table thead tr td:first-child,
html[dir=rtl] .recent-order-table.currency-table.recent-table table tbody tr th:first-child,
html[dir=rtl] .recent-order-table.currency-table.recent-table table tbody tr td:first-child {
  padding-right: 20px;
  padding-left: unset;
}
html[dir=rtl] .recent-order-table.currency-table.recent-table table thead tr th:last-child,
html[dir=rtl] .recent-order-table.currency-table.recent-table table thead tr td:last-child,
html[dir=rtl] .recent-order-table.currency-table.recent-table table tbody tr th:last-child,
html[dir=rtl] .recent-order-table.currency-table.recent-table table tbody tr td:last-child {
  padding-left: 20px;
  padding-right: unset;
}
@media (max-width: 1660px) {
  html[dir=rtl] .recent-order-table.currency-table.recent-table table thead tr th:nth-child(6),
  html[dir=rtl] .recent-order-table.currency-table.recent-table table thead tr td:nth-child(6),
  html[dir=rtl] .recent-order-table.currency-table.recent-table table tbody tr th:nth-child(6),
  html[dir=rtl] .recent-order-table.currency-table.recent-table table tbody tr td:nth-child(6) {
    padding-left: 20px;
    padding-right: unset;
  }
}
html[dir=rtl] .recent-order-table.currency-table.recent-table table tbody tr td .btn {
  min-width: 135px;
}
html[dir=rtl] .recent-order-table.currency-table.recent-table table tbody tr:hover td div .currency-icon img {
  animation: tada 1.5s ease infinite;
}
html[dir=rtl] .recent-order-table.currency-table.recent-table table tbody tr:hover td div h6 {
  color: var(--body-font-color);
}
html[dir=rtl] .recent-order-table.currency-table.recent-table table tbody tr:hover td div a {
  color: var(--theme-default);
}
html[dir=rtl] .main-customer-table .table-responsive .table thead tr th:first-child,
html[dir=rtl] .main-customer-table .table-responsive .table thead tr td:first-child,
html[dir=rtl] .main-customer-table .table-responsive .table tbody tr th:first-child,
html[dir=rtl] .main-customer-table .table-responsive .table tbody tr td:first-child {
  padding-right: 20px;
  padding-left: unset;
}
html[dir=rtl] .main-customer-table .table-responsive .table thead tr th:last-child,
html[dir=rtl] .main-customer-table .table-responsive .table thead tr td:last-child,
html[dir=rtl] .main-customer-table .table-responsive .table tbody tr th:last-child,
html[dir=rtl] .main-customer-table .table-responsive .table tbody tr td:last-child {
  padding-left: 20px;
  padding-right: unset;
}
html[dir=rtl] .seller-table thead tr th:first-child,
html[dir=rtl] .seller-table thead tr td:first-child,
html[dir=rtl] .seller-table tbody tr th:first-child,
html[dir=rtl] .seller-table tbody tr td:first-child {
  padding-right: 20px;
  padding-left: unset;
}
html[dir=rtl] .seller-table thead tr th:last-child,
html[dir=rtl] .seller-table thead tr td:last-child,
html[dir=rtl] .seller-table tbody tr th:last-child,
html[dir=rtl] .seller-table tbody tr td:last-child {
  padding-left: 20px;
  padding-right: unset;
}
html[dir=rtl] .treading-product .table-responsive .table thead tr th:first-child,
html[dir=rtl] .treading-product .table-responsive .table thead tr td:first-child,
html[dir=rtl] .treading-product .table-responsive .table tbody tr th:first-child,
html[dir=rtl] .treading-product .table-responsive .table tbody tr td:first-child {
  padding-right: 20px !important;
  padding-left: unset;
}
html[dir=rtl] .treading-product .table-responsive .table thead tr th:last-child,
html[dir=rtl] .treading-product .table-responsive .table thead tr td:last-child,
html[dir=rtl] .treading-product .table-responsive .table tbody tr th:last-child,
html[dir=rtl] .treading-product .table-responsive .table tbody tr td:last-child {
  padding-left: 20px !important;
  padding-right: unset;
}
html[dir=rtl] .stock-report .table-responsive .table thead tr th:first-child,
html[dir=rtl] .stock-report .table-responsive .table thead tr td:first-child,
html[dir=rtl] .stock-report .table-responsive .table tbody tr th:first-child,
html[dir=rtl] .stock-report .table-responsive .table tbody tr td:first-child {
  padding-right: 20px !important;
  padding-left: unset;
}
html[dir=rtl] .stock-report .table-responsive .table thead tr th:last-child,
html[dir=rtl] .stock-report .table-responsive .table thead tr td:last-child,
html[dir=rtl] .stock-report .table-responsive .table tbody tr th:last-child,
html[dir=rtl] .stock-report .table-responsive .table tbody tr td:last-child {
  padding-left: 20px !important;
  padding-right: unset;
}
@media (max-width: 1798px) {
  html[dir=rtl] .stock-report .table-responsive .table thead tr th:nth-child(4),
  html[dir=rtl] .stock-report .table-responsive .table thead tr td:nth-child(4),
  html[dir=rtl] .stock-report .table-responsive .table tbody tr th:nth-child(4),
  html[dir=rtl] .stock-report .table-responsive .table tbody tr td:nth-child(4) {
    padding-left: 20px;
    padding-right: unset;
  }
}
html[dir=rtl] .recent-transaction thead tr th:first-child,
html[dir=rtl] .recent-transaction thead tr td:first-child,
html[dir=rtl] .recent-transaction tbody tr th:first-child,
html[dir=rtl] .recent-transaction tbody tr td:first-child {
  padding-right: 20px !important;
  padding-left: unset;
}
html[dir=rtl] .recent-transaction thead tr th:last-child,
html[dir=rtl] .recent-transaction thead tr td:last-child,
html[dir=rtl] .recent-transaction tbody tr th:last-child,
html[dir=rtl] .recent-transaction tbody tr td:last-child {
  padding-left: 20px !important;
  padding-right: unset;
}
html[dir=rtl] .e-common-button .btn:first-child {
  margin-left: 12px;
  margin-right: unset;
}
html[dir=rtl] .e-common-button .btn svg {
  margin-left: 6px;
  margin-right: unset;
}
html[dir=rtl] .balance-widget .mobile-right-img {
  left: -15%;
}
@media (max-width: 1475px) and (min-width: 1400px) {
  html[dir=rtl] .balance-widget .mobile-right-img {
    left: -18%;
  }
}
@media (max-width: 1399px) and (min-width: 936px) {
  html[dir=rtl] .balance-widget .mobile-right-img {
    left: -10%;
  }
}
@media (max-width: 935px) and (min-width: 768px) {
  html[dir=rtl] .balance-widget .mobile-right-img {
    left: -15%;
  }
}
@media (max-width: 767px) and (min-width: 621px) {
  html[dir=rtl] .balance-widget .mobile-right-img {
    left: -35px;
  }
}
@media (max-width: 620px) and (min-width: 521px) {
  html[dir=rtl] .balance-widget .mobile-right-img {
    left: -60px;
  }
}
@media (max-width: 520px) {
  html[dir=rtl] .balance-widget .mobile-right-img {
    left: -75px;
  }
}
html[dir=rtl] .link-only svg {
  transform: scaleX(-1);
}
html[dir=rtl] .course-widget a svg {
  transform: scaleX(-1);
}
@media (max-width: 1261px) {
  html[dir=rtl] .t-top-mentor .table-responsive div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    right: 20px;
    left: unset;
  }
}
html[dir=rtl] .t-top-mentor thead tr th:first-child,
html[dir=rtl] .t-top-mentor thead tr td:first-child,
html[dir=rtl] .t-top-mentor tbody tr th:first-child,
html[dir=rtl] .t-top-mentor tbody tr td:first-child {
  padding-right: 20px !important;
  padding-left: unset;
}
html[dir=rtl] .t-top-mentor thead tr th:last-child,
html[dir=rtl] .t-top-mentor thead tr td:last-child,
html[dir=rtl] .t-top-mentor tbody tr th:last-child,
html[dir=rtl] .t-top-mentor tbody tr td:last-child {
  padding-left: 20px !important;
  padding-right: unset;
}
@media (max-width: 1261px) {
  html[dir=rtl] .completed-course-table .table-responsive div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    right: 20px;
    left: unset;
  }
}
html[dir=rtl] .completed-course-table thead tr th:first-child,
html[dir=rtl] .completed-course-table thead tr td:first-child,
html[dir=rtl] .completed-course-table tbody tr th:first-child,
html[dir=rtl] .completed-course-table tbody tr td:first-child {
  padding-right: 20px !important;
  padding-left: unset;
}
html[dir=rtl] .completed-course-table thead tr th:last-child,
html[dir=rtl] .completed-course-table thead tr td:last-child,
html[dir=rtl] .completed-course-table tbody tr th:last-child,
html[dir=rtl] .completed-course-table tbody tr td:last-child {
  padding-left: 20px !important;
  padding-right: unset;
}
@media (max-width: 1671px) and (min-width: 1351px) {
  html[dir=rtl] .completed-course-table thead tr th:nth-child(4),
  html[dir=rtl] .completed-course-table thead tr td:nth-child(4),
  html[dir=rtl] .completed-course-table tbody tr th:nth-child(4),
  html[dir=rtl] .completed-course-table tbody tr td:nth-child(4) {
    padding-left: 20px;
    padding-right: unset;
  }
}
html[dir=rtl] .currency-table.recent-table table thead tr th:first-child,
html[dir=rtl] .currency-table.recent-table table thead tr td:first-child,
html[dir=rtl] .currency-table.recent-table table tbody tr th:first-child,
html[dir=rtl] .currency-table.recent-table table tbody tr td:first-child {
  padding-right: 20px !important;
  padding-left: 8px;
}
html[dir=rtl] .currency-table.recent-table table thead tr th:last-child,
html[dir=rtl] .currency-table.recent-table table thead tr td:last-child,
html[dir=rtl] .currency-table.recent-table table tbody tr th:last-child,
html[dir=rtl] .currency-table.recent-table table tbody tr td:last-child {
  padding-left: 20px !important;
  padding-right: 8px;
}
@media (max-width: 1199px) {
  html[dir=rtl] .currency-table.recent-table.average-sale.table-responsive div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    right: 20px;
    left: unset;
  }
}
html[dir=rtl] .currency-table.recent-table.average-sale.table-responsive thead tr th:first-child,
html[dir=rtl] .currency-table.recent-table.average-sale.table-responsive thead tr td:first-child,
html[dir=rtl] .currency-table.recent-table.average-sale.table-responsive tbody tr th:first-child,
html[dir=rtl] .currency-table.recent-table.average-sale.table-responsive tbody tr td:first-child {
  padding-right: 20px !important;
}
html[dir=rtl] .currency-table.recent-table.average-sale.table-responsive thead tr th:last-child,
html[dir=rtl] .currency-table.recent-table.average-sale.table-responsive thead tr td:last-child,
html[dir=rtl] .currency-table.recent-table.average-sale.table-responsive tbody tr th:last-child,
html[dir=rtl] .currency-table.recent-table.average-sale.table-responsive tbody tr td:last-child {
  padding-left: 20px !important;
}
@media (max-width: 1316px) and (min-width: 768px) {
  html[dir=rtl] .currency-table.recent-table.average-sale.table-responsive thead tr th:nth-child(3),
  html[dir=rtl] .currency-table.recent-table.average-sale.table-responsive thead tr td:nth-child(3),
  html[dir=rtl] .currency-table.recent-table.average-sale.table-responsive tbody tr th:nth-child(3),
  html[dir=rtl] .currency-table.recent-table.average-sale.table-responsive tbody tr td:nth-child(3) {
    padding-left: 20px;
  }
}
@media (max-width: 1199px) {
  html[dir=rtl] .currency-table.recent-table.performer-table.table-responsive div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    right: 20px;
    left: unset;
  }
}
html[dir=rtl] .currency-table.recent-table.performer-table.table-responsive thead tr th:first-child,
html[dir=rtl] .currency-table.recent-table.performer-table.table-responsive thead tr td:first-child,
html[dir=rtl] .currency-table.recent-table.performer-table.table-responsive tbody tr th:first-child,
html[dir=rtl] .currency-table.recent-table.performer-table.table-responsive tbody tr td:first-child {
  padding-right: 20px !important;
}
html[dir=rtl] .currency-table.recent-table.performer-table.table-responsive thead tr th:last-child,
html[dir=rtl] .currency-table.recent-table.performer-table.table-responsive thead tr td:last-child,
html[dir=rtl] .currency-table.recent-table.performer-table.table-responsive tbody tr th:last-child,
html[dir=rtl] .currency-table.recent-table.performer-table.table-responsive tbody tr td:last-child {
  padding-left: 20px !important;
}
@media (max-width: 1696px) and (min-width: 1200px) {
  html[dir=rtl] .currency-table.recent-table.performer-table.table-responsive thead tr th:nth-child(5),
  html[dir=rtl] .currency-table.recent-table.performer-table.table-responsive thead tr td:nth-child(5),
  html[dir=rtl] .currency-table.recent-table.performer-table.table-responsive tbody tr th:nth-child(5),
  html[dir=rtl] .currency-table.recent-table.performer-table.table-responsive tbody tr td:nth-child(5) {
    padding-left: 20px;
    padding-right: unset;
  }
}
html[dir=rtl] .transaction-table.recent-table table thead tr th:first-child,
html[dir=rtl] .transaction-table.recent-table table thead tr td:first-child,
html[dir=rtl] .transaction-table.recent-table table tbody tr th:first-child,
html[dir=rtl] .transaction-table.recent-table table tbody tr td:first-child {
  padding-right: 20px !important;
  padding-left: 8px;
}
html[dir=rtl] .transaction-table.recent-table table thead tr th:last-child,
html[dir=rtl] .transaction-table.recent-table table thead tr td:last-child,
html[dir=rtl] .transaction-table.recent-table table tbody tr th:last-child,
html[dir=rtl] .transaction-table.recent-table table tbody tr td:last-child {
  padding-left: 20px !important;
  padding-right: 8px;
}
html[dir=rtl] .campaign-table.recent-table table tr th:first-child,
html[dir=rtl] .campaign-table.recent-table table tr td:first-child {
  padding-right: 20px;
  padding-left: 8px;
}
html[dir=rtl] .campaign-table.recent-table table tr th:last-child,
html[dir=rtl] .campaign-table.recent-table table tr td:last-child {
  padding-left: 20px;
  padding-right: 8px;
}
@media (max-width: 1260px) and (min-width: 1200px) {
  html[dir=rtl] .campaign-table.recent-table table tr th:nth-child(5),
  html[dir=rtl] .campaign-table.recent-table table tr td:nth-child(5) {
    padding-left: 20px;
    padding-right: 8px;
  }
}
@media (max-width: 1399px) {
  html[dir=rtl] .campaign-table .recent-table.table-responsive div.dt-container .dt-layout-row:last-child {
    flex-direction: column;
  }
}
html[dir=rtl] .campaign-table .recent-table.table-responsive table thead tr td:first-child,
html[dir=rtl] .campaign-table .recent-table.table-responsive table thead tr th:first-child,
html[dir=rtl] .campaign-table .recent-table.table-responsive table tbody tr td:first-child,
html[dir=rtl] .campaign-table .recent-table.table-responsive table tbody tr th:first-child {
  min-width: 88px;
}
@media (max-width: 775px) {
  html[dir=rtl] .campaign-table .recent-table.table-responsive table thead tr td:first-child,
  html[dir=rtl] .campaign-table .recent-table.table-responsive table thead tr th:first-child,
  html[dir=rtl] .campaign-table .recent-table.table-responsive table tbody tr td:first-child,
  html[dir=rtl] .campaign-table .recent-table.table-responsive table tbody tr th:first-child {
    min-width: 116px;
  }
}
html[dir=rtl] .campaign-table .recent-table.table-responsive table thead tr td:nth-child(2),
html[dir=rtl] .campaign-table .recent-table.table-responsive table thead tr th:nth-child(2),
html[dir=rtl] .campaign-table .recent-table.table-responsive table tbody tr td:nth-child(2),
html[dir=rtl] .campaign-table .recent-table.table-responsive table tbody tr th:nth-child(2) {
  min-width: 80px;
}
html[dir=rtl] .campaign-table .recent-table.table-responsive table thead tr td:nth-child(3), html[dir=rtl] .campaign-table .recent-table.table-responsive table thead tr td:last-child,
html[dir=rtl] .campaign-table .recent-table.table-responsive table thead tr th:nth-child(3),
html[dir=rtl] .campaign-table .recent-table.table-responsive table thead tr th:last-child,
html[dir=rtl] .campaign-table .recent-table.table-responsive table tbody tr td:nth-child(3),
html[dir=rtl] .campaign-table .recent-table.table-responsive table tbody tr td:last-child,
html[dir=rtl] .campaign-table .recent-table.table-responsive table tbody tr th:nth-child(3),
html[dir=rtl] .campaign-table .recent-table.table-responsive table tbody tr th:last-child {
  min-width: 36px;
}
@media (max-width: 1566px) and (min-width: 1200px) {
  html[dir=rtl] .campaign-table .recent-table.table-responsive table thead tr td:nth-child(3),
  html[dir=rtl] .campaign-table .recent-table.table-responsive table thead tr th:nth-child(3),
  html[dir=rtl] .campaign-table .recent-table.table-responsive table tbody tr td:nth-child(3),
  html[dir=rtl] .campaign-table .recent-table.table-responsive table tbody tr th:nth-child(3) {
    display: none;
  }
}
@media (max-width: 1455px) and (min-width: 1200px) {
  html[dir=rtl] .campaign-table .recent-table.table-responsive table thead tr td:last-child,
  html[dir=rtl] .campaign-table .recent-table.table-responsive table thead tr th:last-child,
  html[dir=rtl] .campaign-table .recent-table.table-responsive table tbody tr td:last-child,
  html[dir=rtl] .campaign-table .recent-table.table-responsive table tbody tr th:last-child {
    display: none;
  }
  html[dir=rtl] .campaign-table .recent-table.table-responsive table thead tr td:nth-child(6),
  html[dir=rtl] .campaign-table .recent-table.table-responsive table thead tr th:nth-child(6),
  html[dir=rtl] .campaign-table .recent-table.table-responsive table tbody tr td:nth-child(6),
  html[dir=rtl] .campaign-table .recent-table.table-responsive table tbody tr th:nth-child(6) {
    padding-right: 20px;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  html[dir=rtl] .campaign-table .recent-table.table-responsive table thead tr td:nth-child(6),
  html[dir=rtl] .campaign-table .recent-table.table-responsive table thead tr th:nth-child(6),
  html[dir=rtl] .campaign-table .recent-table.table-responsive table tbody tr td:nth-child(6),
  html[dir=rtl] .campaign-table .recent-table.table-responsive table tbody tr th:nth-child(6) {
    display: none;
  }
  html[dir=rtl] .campaign-table .recent-table.table-responsive table thead tr td:nth-child(5),
  html[dir=rtl] .campaign-table .recent-table.table-responsive table thead tr th:nth-child(5),
  html[dir=rtl] .campaign-table .recent-table.table-responsive table tbody tr td:nth-child(5),
  html[dir=rtl] .campaign-table .recent-table.table-responsive table tbody tr th:nth-child(5) {
    padding-right: 20px;
  }
}
@media (max-width: 1255px) and (min-width: 1200px) {
  html[dir=rtl] .campaign-table .recent-table.table-responsive table thead tr td,
  html[dir=rtl] .campaign-table .recent-table.table-responsive table thead tr th,
  html[dir=rtl] .campaign-table .recent-table.table-responsive table tbody tr td,
  html[dir=rtl] .campaign-table .recent-table.table-responsive table tbody tr th {
    min-width: auto;
  }
}
@media (max-width: 1215px) and (min-width: 1200px) {
  html[dir=rtl] .campaign-table .recent-table.table-responsive table thead tr td:nth-child(4),
  html[dir=rtl] .campaign-table .recent-table.table-responsive table thead tr th:nth-child(4),
  html[dir=rtl] .campaign-table .recent-table.table-responsive table tbody tr td:nth-child(4),
  html[dir=rtl] .campaign-table .recent-table.table-responsive table tbody tr th:nth-child(4) {
    display: none;
  }
}
html[dir=rtl] .mobile-app-card .card-body .wavy {
  margin-left: -185px;
  margin-right: unset;
}
@media (max-width: 1693px) and (min-width: 768px) {
  html[dir=rtl] .mobile-app-card .card-body .wavy {
    margin-left: -175x;
    margin-right: unset;
  }
}
@media (max-width: 1499px) and (min-width: 768px) {
  html[dir=rtl] .mobile-app-card .card-body .wavy {
    margin-left: -134px;
    margin-right: unset;
  }
}
@media (max-width: 460px) {
  html[dir=rtl] .mobile-app-card .card-body .wavy {
    margin-left: -124px;
    margin-right: unset;
  }
}
html[dir=rtl] .follower-wrap .card-body .customers ul li + li {
  margin-right: -7%;
  margin-left: unset;
}
html[dir=rtl] .art-creator-table.recent-table table thead tr th:first-child,
html[dir=rtl] .art-creator-table.recent-table table thead tr td:first-child,
html[dir=rtl] .art-creator-table.recent-table table tbody tr th:first-child,
html[dir=rtl] .art-creator-table.recent-table table tbody tr td:first-child {
  padding-right: 20px !important;
  padding-left: 8px;
}
html[dir=rtl] .art-creator-table.recent-table table thead tr th:last-child,
html[dir=rtl] .art-creator-table.recent-table table thead tr td:last-child,
html[dir=rtl] .art-creator-table.recent-table table tbody tr th:last-child,
html[dir=rtl] .art-creator-table.recent-table table tbody tr td:last-child {
  padding-left: 20px !important;
  padding-left: 8px;
}
@media (max-width: 1551px) and (min-width: 1400px) {
  html[dir=rtl] .art-creator-table.recent-table table thead tr th:nth-child(2),
  html[dir=rtl] .art-creator-table.recent-table table thead tr td:nth-child(2),
  html[dir=rtl] .art-creator-table.recent-table table tbody tr th:nth-child(2),
  html[dir=rtl] .art-creator-table.recent-table table tbody tr td:nth-child(2) {
    padding-left: 20px;
  }
}
@media (max-width: 1249px) and (min-width: 1200px) {
  html[dir=rtl] .art-creator-table.recent-table table.artwork-table thead tr th:nth-child(2),
  html[dir=rtl] .art-creator-table.recent-table table.artwork-table thead tr td:nth-child(2),
  html[dir=rtl] .art-creator-table.recent-table table.artwork-table tbody tr th:nth-child(2),
  html[dir=rtl] .art-creator-table.recent-table table.artwork-table tbody tr td:nth-child(2) {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  html[dir=rtl] .nft-table.recent-table div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    right: 20px;
    left: unset;
  }
}
html[dir=rtl] .nft-table.recent-table table tr th:first-child {
  padding-left: 10px !important;
  text-align: center !important;
}
html[dir=rtl] .nft-table.recent-table table tr th:last-child {
  padding-right: 10px !important;
}
html[dir=rtl] .nft-table.recent-table table tr th:first-child,
html[dir=rtl] .nft-table.recent-table table tr td:first-child {
  padding-right: 20px !important;
  padding-left: 8px;
}
html[dir=rtl] .nft-table.recent-table table tr th:last-child,
html[dir=rtl] .nft-table.recent-table table tr td:last-child {
  padding-left: 20px !important;
  padding-right: 8px;
}
html[dir=rtl] .nft-table.recent-table .product-content .order-image .mark-img {
  left: 0;
  right: unset;
}
html[dir=rtl] .statistics-card .card-header a i {
  transform: scaleX(-1);
}
html[dir=rtl] .arrow-round .swiper-button-next::after,
html[dir=rtl] .arrow-round .swiper-button-prev::after {
  transform: scaleX(-1);
}
html[dir=rtl] .total-balance .card-body .common-f-start .d-flex:nth-of-type(2) {
  border-right: 1px solid var(--recent-dashed-border);
  padding-right: 22px;
  border-left: unset;
  padding-left: unset;
}
html[dir=rtl] .student-leader-wrapper .student-leader-content .leader-content-height span {
  padding-right: 0.25rem !important;
  padding-left: unset !important;
}
@media (max-width: 1530px) {
  html[dir=rtl] .new-enroll-student .recent-table.table-responsive div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    right: 20px;
    left: unset;
  }
}
html[dir=rtl] .new-enroll-student .recent-table table thead th:first-child,
html[dir=rtl] .new-enroll-student .recent-table table thead td:first-child,
html[dir=rtl] .new-enroll-student .recent-table table tbody th:first-child,
html[dir=rtl] .new-enroll-student .recent-table table tbody td:first-child {
  padding-right: 20px !important;
}
html[dir=rtl] .new-enroll-student .recent-table table thead th:last-child,
html[dir=rtl] .new-enroll-student .recent-table table thead td:last-child,
html[dir=rtl] .new-enroll-student .recent-table table tbody th:last-child,
html[dir=rtl] .new-enroll-student .recent-table table tbody td:last-child {
  padding-left: 20px !important;
}
@media (max-width: 1199px) {
  html[dir=rtl] .unpaid-fees-table .recent-table.table-responsive div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    right: 20px;
    left: unset;
  }
}
html[dir=rtl] .unpaid-fees-table .recent-table.table-responsive table thead th:first-child,
html[dir=rtl] .unpaid-fees-table .recent-table.table-responsive table thead td:first-child,
html[dir=rtl] .unpaid-fees-table .recent-table.table-responsive table tbody th:first-child,
html[dir=rtl] .unpaid-fees-table .recent-table.table-responsive table tbody td:first-child {
  padding-right: 20px;
}
html[dir=rtl] .unpaid-fees-table .recent-table.table-responsive table thead th:last-child,
html[dir=rtl] .unpaid-fees-table .recent-table.table-responsive table thead td:last-child,
html[dir=rtl] .unpaid-fees-table .recent-table.table-responsive table tbody th:last-child,
html[dir=rtl] .unpaid-fees-table .recent-table.table-responsive table tbody td:last-child {
  padding-left: 20px;
}
@media (max-width: 1199px) {
  html[dir=rtl] .top-student-table .recent-table.table-responsive div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    right: 20px;
    left: unset;
  }
}
html[dir=rtl] .top-student-table .recent-table table thead th:first-child,
html[dir=rtl] .top-student-table .recent-table table thead td:first-child,
html[dir=rtl] .top-student-table .recent-table table tbody th:first-child,
html[dir=rtl] .top-student-table .recent-table table tbody td:first-child {
  padding-right: 20px;
}
html[dir=rtl] .top-student-table .recent-table table thead th:last-child,
html[dir=rtl] .top-student-table .recent-table table thead td:last-child,
html[dir=rtl] .top-student-table .recent-table table tbody th:last-child,
html[dir=rtl] .top-student-table .recent-table table tbody td:last-child {
  padding-left: 20px;
}
@media (max-width: 1660px) {
  html[dir=rtl] .sales-report .attendance-data ul.balance-data {
    right: 0;
    left: unset;
  }
}
html[dir=rtl] .horizontal-list-wrapper .list-group-horizontal-sm .list-group-item:first-child,
html[dir=rtl] .horizontal-list-wrapper .list-group-horizontal-md .list-group-item:first-child,
html[dir=rtl] .horizontal-list-wrapper .list-group-horizontal-lg .list-group-item:first-child,
html[dir=rtl] .horizontal-list-wrapper .list-group-horizontal-xl .list-group-item:first-child,
html[dir=rtl] .horizontal-list-wrapper .list-group-horizontal-xxl .list-group-item:first-child {
  border-bottom-left-radius: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 0;
}
html[dir=rtl] .horizontal-list-wrapper .list-group-horizontal-sm .list-group-item:last-child,
html[dir=rtl] .horizontal-list-wrapper .list-group-horizontal-md .list-group-item:last-child,
html[dir=rtl] .horizontal-list-wrapper .list-group-horizontal-lg .list-group-item:last-child,
html[dir=rtl] .horizontal-list-wrapper .list-group-horizontal-xl .list-group-item:last-child,
html[dir=rtl] .horizontal-list-wrapper .list-group-horizontal-xxl .list-group-item:last-child {
  border-top-right-radius: 0;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 0;
  border-left-width: 1px;
}
html[dir=rtl] .img-cropper .docs-buttons > .btn,
html[dir=rtl] .img-cropper .docs-buttons > .form-control {
  margin-right: unset;
  margin-left: 10px;
}
html[dir=rtl] .img-cropper .btn-group {
  margin-right: 0;
  margin-left: 10px;
}
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 !important;
  border-bottom-left-radius: 0.25rem !important;
}
html[dir=rtl] .img-cropper .btn-group button:first-child {
  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] .docs-toggles .btn-group .btn {
  border-radius: 0;
}
html[dir=rtl] .docs-toggles .btn-group .btn:last-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
html[dir=rtl] .docs-toggles .btn-group .btn:first-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
html[dir=rtl] .btn-group > .btn:not(:last-child):not(.dropdown-toggle) > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html[dir=rtl] .jsgrid-button + .jsgrid-button {
  margin-right: 5px;
  margin-left: unset;
}
html[dir=rtl] .list-group {
  padding-right: 0;
}
html[dir=rtl] .list-group i,
html[dir=rtl] .list-group img {
  margin-left: 10px;
  margin-right: 0;
}
html[dir=rtl] .authentication-box {
  text-align: right;
}
html[dir=rtl] .mega-horizontal .offset-sm-3 {
  margin-right: 25%;
  margin-left: unset;
}
html[dir=rtl] .navs-icon svg {
  margin-left: 10px;
  margin-right: unset;
}
html[dir=rtl] .navs-icon .fa {
  margin-left: 10px;
  margin-right: unset;
}
html[dir=rtl] .nav-list .nav-list-disc {
  text-align: right;
  padding-right: 0;
}
html[dir=rtl] .ps-4 {
  padding-right: 30px !important;
  padding-left: 0 !important;
}
html[dir=rtl] .onhover-dropdown.navs-dropdown:hover .onhover-show-div:before {
  left: 77px;
  right: unset;
}
html[dir=rtl] .onhover-dropdown.navs-dropdown:hover .onhover-show-div:after {
  left: 77px;
  right: unset;
}
html[dir=rtl] .navs-dropdown .onhover-show-div .navs-icon li {
  text-align: right;
}
html[dir=rtl] .navs-icon.default-according.style-1 li button[aria-expanded=true]:before {
  left: 2px;
  right: unset;
}
html[dir=rtl] .navs-icon.default-according.style-1 li button[aria-expanded=false]:before {
  left: 2px;
  right: unset;
}
html[dir=rtl] .search-form .form-group:after {
  right: 53px;
  left: unset;
}
html[dir=rtl] .search-form .form-group:before {
  right: 82px;
  left: unset;
}
html[dir=rtl] .toolbar-box .ql-toolbar {
  display: flex;
  flex-wrap: wrap;
}
html[dir=rtl] .toolbar-box .ql-container .ql-tooltip {
  left: unset;
  right: 16px !important;
}
html[dir=rtl] .list-product-view .list-product .recent-table div.dt-container .dt-layout-row .dt-search {
  right: unset;
  left: 214px;
}
html[dir=rtl] .list-product-view .list-product .recent-table table thead tr th:first-child,
html[dir=rtl] .list-product-view .list-product .recent-table table thead tr td:first-child,
html[dir=rtl] .list-product-view .list-product .recent-table table tbody tr th:first-child,
html[dir=rtl] .list-product-view .list-product .recent-table table tbody tr td:first-child {
  padding-right: 20px;
  padding-left: 8px;
}
html[dir=rtl] .list-product-view .list-product .recent-table table thead tr th:last-child,
html[dir=rtl] .list-product-view .list-product .recent-table table thead tr td:last-child,
html[dir=rtl] .list-product-view .list-product .recent-table table tbody tr th:last-child,
html[dir=rtl] .list-product-view .list-product .recent-table table tbody tr td:last-child {
  padding-left: 20px;
  padding-right: 8px;
}
html[dir=rtl] .list-product-view .list-product .recent-table table thead tr th:first-child {
  text-align: center !important;
}
html[dir=rtl] .e-category .form-select {
  padding: 0.375rem 0.75rem 0.375rem 2.25rem;
}
html[dir=rtl] .e-category .main-divider .divider-body::before {
  left: unset;
  right: 0;
}
html[dir=rtl] .e-category .main-divider .divider-body h6 {
  padding-right: unset;
  padding-left: 12px;
}
html[dir=rtl] .e-category .list-product.list-category div.dt-container .dt-layout-row .dt-search {
  right: unset;
  left: 214px;
}
@media (max-width: 640px) {
  html[dir=rtl] .e-category .list-product.list-category div.dt-container .dt-layout-row .dt-search {
    right: 20px;
  }
}
html[dir=rtl] .e-category .list-product table thead tr th:first-child {
  text-align: center !important;
}
html[dir=rtl] .e-category .list-product table thead tr th:first-child,
html[dir=rtl] .e-category .list-product table thead tr td:first-child,
html[dir=rtl] .e-category .list-product table tbody tr th:first-child,
html[dir=rtl] .e-category .list-product table tbody tr td:first-child {
  padding-left: 10px;
  padding-right: 20px;
}
html[dir=rtl] .e-category .list-product table thead tr th:last-child,
html[dir=rtl] .e-category .list-product table thead tr td:last-child,
html[dir=rtl] .e-category .list-product table tbody tr th:last-child,
html[dir=rtl] .e-category .list-product table tbody tr td:last-child {
  padding-right: 10px;
  padding-left: 20px;
}
html[dir=rtl] .product-page-details span {
  padding-right: 15px;
  padding-left: 0;
}
html[dir=rtl] .m-checkbox-inline label {
  margin-left: 20px;
  margin-right: 0;
}
html[dir=rtl] .form-label-align-right label {
  text-align: left;
}
html[dir=rtl] .br-theme-bars-reversed .br-widget .br-current-rating,
html[dir=rtl] .br-theme-bars-movie .br-widget .br-current-rating,
html[dir=rtl] .br-theme-bars-1to10 .br-widget .br-current-rating,
html[dir=rtl] .br-theme-bars-square .br-widget .br-current-rating {
  float: right;
}
html[dir=rtl] .br-theme-bars-reversed .br-widget a,
html[dir=rtl] .br-theme-bars-movie .br-widget a,
html[dir=rtl] .br-theme-bars-1to10 .br-widget a,
html[dir=rtl] .br-theme-bars-square .br-widget a {
  float: right;
}
html[dir=rtl] .rating-stars-2 #star-1:checked ~ .main-emoji-text .emoji-msg::before,
html[dir=rtl] .rating-stars-2 #star-2:checked ~ .main-emoji-text .emoji-msg::before,
html[dir=rtl] .rating-stars-2 #star-3:checked ~ .main-emoji-text .emoji-msg::before,
html[dir=rtl] .rating-stars-2 #star-4:checked ~ .main-emoji-text .emoji-msg::before,
html[dir=rtl] .rating-stars-2 #star-5:checked ~ .main-emoji-text .emoji-msg::before {
  padding-right: unset;
  padding-left: 12px;
}
html[dir=rtl] .ribbon-left {
  right: auto;
  left: -2px;
}
html[dir=rtl] .ribbon-vertical-left {
  right: auto;
  left: 12px;
}
html[dir=rtl] .ribbon-vertical-right {
  right: auto;
  left: 12px;
}
html[dir=rtl] .star-ratings ul.search-info {
  padding-right: 0;
}
html[dir=rtl] .star-ratings ul.search-info li + li {
  border-right: 1px solid #a5afc6;
  border-left: unset;
  padding-right: 8px;
  padding-left: 0;
  margin-right: 8px;
  margin-left: 0;
}
html[dir=rtl] .select2-container--default .select2-selection--single .select2-selection__arrow {
  left: 10px !important;
  right: unset !important;
}
html[dir=rtl] .select2-container--default .select2-selection--multiple .select2-selection__choice {
  float: right;
}
html[dir=rtl] .selection .select2-selection .select2-search__field {
  text-align: right;
}
html[dir=rtl] .select2-results__option {
  text-align: right;
}
html[dir=rtl] .editor-statusbar {
  text-align: left;
}
html[dir=rtl] .editor-statusbar span {
  margin-right: 1em;
  margin-left: unset;
}
html[dir=rtl] .CodeMirror-scroll {
  margin-left: -30px;
  margin-right: unset;
}
html[dir=rtl] .primary-color ul,
html[dir=rtl] .yellow-color ul {
  padding-right: 0;
}
html[dir=rtl] .list-with-icon .list-group i {
  margin-left: 0;
  margin-right: 10px;
}
html[dir=rtl] .ps-scrollbar-y-rail {
  right: unset !important;
  left: 3px !important;
}
html[dir=rtl] .stackable-list .list-group i {
  transform: scaleX(-1);
}
html[dir=rtl] .u-step-desc {
  text-align: right;
}
html[dir=rtl] .u-step-number {
  right: 20px;
  left: unset;
}
html[dir=rtl] .u-step-number ~ .u-step-desc {
  margin-right: 50px;
}
html[dir=rtl] .u-pearl:after {
  left: 0;
  right: unset;
}
html[dir=rtl] .u-pearl:before {
  right: 0;
  left: unset;
}
html[dir=rtl] .u-step-icon {
  float: right;
  margin-left: 0.5em;
  margin-right: unset;
}
html[dir=rtl] .card-header.note-toolbar .note-color .dropdown-toggle {
  padding-right: 5px;
}
html[dir=rtl] .card-header.note-toolbar .form-group.draggable {
  text-align: right;
}
html[dir=rtl] .card-header.note-toolbar .form-check {
  padding-right: 24px;
  padding-left: unset;
}
html[dir=rtl] .card-header.note-toolbar form .custom-control {
  padding-right: 24px;
  padding-left: unset;
}
html[dir=rtl] .card-header.note-toolbar form .custom-control .custom-control-label::after {
  right: 0;
  left: unset;
}
html[dir=rtl] .card-header.note-toolbar form .custom-control .custom-control-label::before {
  right: 0;
  left: unset;
}
html[dir=rtl] .common-form .product-buttons .btn:first-child {
  margin-right: unset;
  margin-left: 12px;
}
html[dir=rtl] .common-form .product-buttons .btn:first-child svg {
  transform: scale(-1);
  margin-right: unset;
  margin-left: 12px;
}
html[dir=rtl] .common-form .product-buttons .btn:last-child svg {
  transform: scale(-1);
  margin-left: unset;
  margin-right: 6px;
}
html[dir=rtl] .review-box .seller-profile .accordion-item .accordion-body .policies-wrapper .ql-toolbar {
  display: block;
}
html[dir=rtl] .review-box .seller-profile .accordion-item .accordion-body .policies-wrapper .ql-toolbar .ql-formats {
  margin-right: unset;
  margin-left: 15px;
}
html[dir=rtl] .vendor-selling-table .recent-table div.dt-container .dt-layout-row .dt-search,
html[dir=rtl] .seller-order-table .recent-table div.dt-container .dt-layout-row .dt-search {
  right: unset !important;
  left: 20px !important;
}
html[dir=rtl] .vendor-selling-table .recent-table .table thead tr th:first-child,
html[dir=rtl] .vendor-selling-table .recent-table .table thead tr td:first-child,
html[dir=rtl] .vendor-selling-table .recent-table .table tbody tr th:first-child,
html[dir=rtl] .vendor-selling-table .recent-table .table tbody tr td:first-child,
html[dir=rtl] .seller-order-table .recent-table .table thead tr th:first-child,
html[dir=rtl] .seller-order-table .recent-table .table thead tr td:first-child,
html[dir=rtl] .seller-order-table .recent-table .table tbody tr th:first-child,
html[dir=rtl] .seller-order-table .recent-table .table tbody tr td:first-child {
  padding-right: 20px;
  padding-left: 8px;
  text-align: center !important;
}
html[dir=rtl] .vendor-selling-table .recent-table .table thead tr th:last-child,
html[dir=rtl] .vendor-selling-table .recent-table .table thead tr td:last-child,
html[dir=rtl] .vendor-selling-table .recent-table .table tbody tr th:last-child,
html[dir=rtl] .vendor-selling-table .recent-table .table tbody tr td:last-child,
html[dir=rtl] .seller-order-table .recent-table .table thead tr th:last-child,
html[dir=rtl] .seller-order-table .recent-table .table thead tr td:last-child,
html[dir=rtl] .seller-order-table .recent-table .table tbody tr th:last-child,
html[dir=rtl] .seller-order-table .recent-table .table tbody tr td:last-child {
  padding-left: 20px;
  padding-right: 8px;
}
html[dir=rtl] .seller-details-table .recent-table div.dt-container .dt-layout-row .dt-search {
  left: 214px !important;
  right: unset;
}
html[dir=rtl] .seller-details-table .recent-table .table thead tr th:first-child,
html[dir=rtl] .seller-details-table .recent-table .table thead tr td:first-child,
html[dir=rtl] .seller-details-table .recent-table .table tbody tr th:first-child,
html[dir=rtl] .seller-details-table .recent-table .table tbody tr td:first-child {
  padding-right: 20px;
  padding-left: 8px;
  text-align: center !important;
}
html[dir=rtl] .seller-details-table .recent-table .table thead tr th:last-child,
html[dir=rtl] .seller-details-table .recent-table .table thead tr td:last-child,
html[dir=rtl] .seller-details-table .recent-table .table tbody tr th:last-child,
html[dir=rtl] .seller-details-table .recent-table .table tbody tr td:last-child {
  padding-left: 20px;
  padding-right: 8px;
}
html[dir=rtl] .seller-wrapper .right-vendor .common-searchbox .form-control {
  border-right: 0;
  border-left: unset;
  padding-right: 0;
  padding-left: unset;
}
html[dir=rtl] .dropdown-toggle::after {
  margin-right: 0.255em;
  margin-left: unset;
}
html[dir=rtl] .checkbox label {
  padding-right: 16px;
  padding-left: unset;
}
html[dir=rtl] .checkbox label::before {
  right: 0;
  left: unset;
  margin-right: -16px;
  margin-left: unset;
}
html[dir=rtl] .checkbox-wrapper li label,
html[dir=rtl] .radio-wrapper li label {
  padding-right: 0;
}
html[dir=rtl] .radio label::after {
  right: 5px;
  left: unset;
  margin-right: -20px;
  margin-left: unset;
}
html[dir=rtl] .introjs-tooltip {
  right: 0;
  left: unset;
}
html[dir=rtl] .introjs-helperNumberLayer {
  right: -16px;
  left: unset;
}
html[dir=rtl] .introjs-tooltipReferenceLayer .introjs-tooltip .introjs-tooltiptext {
  text-align: right;
}
html[dir=rtl] .introjs-tooltipReferenceLayer .introjs-tooltip .introjs-tooltipbuttons {
  text-align: left;
}
html[dir=rtl] .introjs-tooltipReferenceLayer .introjs-tooltip .introjs-tooltipbuttons .introjs-skipbutton {
  margin-left: 5px;
  margin-right: unset;
}
html[dir=rtl] .introjs-tooltipReferenceLayer .introjs-tooltip .introjs-tooltipbuttons .introjs-nextbutton {
  -webkit-border-radius: 0.2em 0 0 0.2em;
  -moz-border-radius: 0.2em 0 0 0.2em;
  border-radius: 0.2em 0 0 0.2em;
}
html[dir=rtl] .hovercard .follow .border-end {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  border-right: unset !important;
}
html[dir=rtl] .list-inline-item:not(:last-child) {
  margin-left: 0.5rem;
  margin-right: unset;
}
html[dir=rtl] .like-comment ul.list-inline {
  padding-right: 0;
}
html[dir=rtl] .typeahead {
  text-align: right;
}
html[dir=rtl] .listing ul {
  padding-right: 0;
}
html[dir=rtl] .listing ul .icofont {
  float: right;
}
html[dir=rtl] .gallery .hover-5 img {
  margin-right: 30px;
}
html[dir=rtl] .gallery .hover-5:hover img {
  margin-right: 0;
}
html[dir=rtl] .lg-outer {
  text-align: right;
}
html[dir=rtl] .lg-toolbar .lg-icon {
  float: left;
}
html[dir=rtl] #lg-counter {
  padding-right: 20px;
  padding-left: unset;
  float: right;
}
html[dir=rtl] .chart-widget-top .text-end {
  text-align: left !important;
}
html[dir=rtl] .chart-widget-top .num .ms-1 {
  margin-right: 0.25rem !important;
}
html[dir=rtl] .bar-chart-widget .earning-details i {
  left: -240px;
}
html[dir=rtl] .bar-chart-widget .bottom-content .b-r-light {
  border-left: 1px solid #eeeeee !important;
  border-right: unset !important;
}
html[dir=rtl] .bar-chart-widget .bottom-content .num .ms-1 {
  margin-right: 0.25rem !important;
}
html[dir=rtl] .customer-sticky .common-search .form-control {
  border-right: unset;
  border-left: var(--bs-border-width) solid var(--bs-border-color);
}
html[dir=rtl] .compare-order .card-body .user-growth {
  margin-right: unset;
  margin-left: 4px;
}
html[dir=rtl] .crm-card .crm-img {
  right: unset;
  left: 12px;
}
@media (max-width: 1874px) and (min-width: 1820px) {
  html[dir=rtl] .crm-card .crm-img {
    left: 12px;
    right: unset;
  }
}
@media (max-width: 1819px) and (min-width: 1626px) {
  html[dir=rtl] .crm-card .crm-img {
    left: 8px;
    right: unset;
  }
}
@media (max-width: 1625px) and (min-width: 1521px) {
  html[dir=rtl] .crm-card .crm-img {
    left: 12px;
    right: unset;
  }
}
@media (max-width: 1520px) and (min-width: 1400px) {
  html[dir=rtl] .crm-card .crm-img {
    left: 4px;
    right: unset;
  }
}
@media (max-width: 850px) and (min-width: 768px) {
  html[dir=rtl] .crm-card .crm-img {
    left: 8px;
    right: unset;
  }
}
@media (max-width: 416px) {
  html[dir=rtl] .crm-card .crm-img {
    left: 8px;
    right: unset;
  }
}
html[dir=rtl] .revenue-chart-container {
  margin: -23px -16px -26px -10px;
}
html[dir=rtl] .finance-wrapper .common-flex h6:last-child {
  border-right: 1px solid var(--chart-dashed-border);
  border-left: unset;
  padding-right: 16px;
  padding-left: unset;
}
@media (max-width: 338px) and (min-width: 323px) {
  html[dir=rtl] .finance-wrapper .common-flex h6:last-child {
    padding-right: 6px;
    padding-left: unset;
  }
}
@media (max-width: 322px) {
  html[dir=rtl] .finance-wrapper .common-flex h6:last-child {
    border-right: unset;
    border-left: unset;
    padding-right: 0;
    padding-left: unset;
  }
}
html[dir=rtl] .deal-table.recent-table thead tr th:first-child,
html[dir=rtl] .deal-table.recent-table thead tr td:first-child,
html[dir=rtl] .deal-table.recent-table tbody tr th:first-child,
html[dir=rtl] .deal-table.recent-table tbody tr td:first-child {
  padding-right: 20px !important;
  padding-left: 8px;
}
@media (max-width: 1704px) and (min-width: 1400px) {
  html[dir=rtl] .deal-table.recent-table thead tr th:nth-child(2),
  html[dir=rtl] .deal-table.recent-table thead tr td:nth-child(2),
  html[dir=rtl] .deal-table.recent-table tbody tr th:nth-child(2),
  html[dir=rtl] .deal-table.recent-table tbody tr td:nth-child(2) {
    padding-right: 20px;
  }
}
html[dir=rtl] .deal-table.recent-table thead tr th:last-child,
html[dir=rtl] .deal-table.recent-table thead tr td:last-child,
html[dir=rtl] .deal-table.recent-table tbody tr th:last-child,
html[dir=rtl] .deal-table.recent-table tbody tr td:last-child {
  padding-left: 20px !important;
  padding-right: 8px;
}
@media (max-width: 1591px) and (min-width: 1400px) {
  html[dir=rtl] .deal-table.recent-table thead tr th:nth-child(2),
  html[dir=rtl] .deal-table.recent-table thead tr td:nth-child(2),
  html[dir=rtl] .deal-table.recent-table tbody tr th:nth-child(2),
  html[dir=rtl] .deal-table.recent-table tbody tr td:nth-child(2) {
    padding-right: 20px;
  }
}
html[dir=rtl] .lead-table.recent-table.table-responsive div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
  left: 60px;
  right: unset;
}
html[dir=rtl] .lead-table.recent-table thead tr th:first-child,
html[dir=rtl] .lead-table.recent-table thead tr td:first-child,
html[dir=rtl] .lead-table.recent-table tbody tr th:first-child,
html[dir=rtl] .lead-table.recent-table tbody tr td:first-child {
  padding-right: 20px !important;
  padding-left: 8px;
}
html[dir=rtl] .lead-table.recent-table thead tr th:last-child,
html[dir=rtl] .lead-table.recent-table thead tr td:last-child,
html[dir=rtl] .lead-table.recent-table tbody tr th:last-child,
html[dir=rtl] .lead-table.recent-table tbody tr td:last-child {
  padding-left: 20px !important;
  padding: 8px;
}
html[dir=rtl] .main-lead-source {
  margin-right: -100px;
  margin-left: unset;
}
html[dir=rtl] .main-lead-source .lead-source-1 {
  margin: 40px 20px 80px 0px;
}
@media (max-width: 1610px) and (min-width: 1411px) {
  html[dir=rtl] .main-lead-source .lead-source-1 {
    margin: 60px 20px 100px 0px;
  }
}
@media (max-width: 1410px) and (min-width: 1400px) {
  html[dir=rtl] .main-lead-source .lead-source-1 {
    margin: 70px 20px 120px 0px;
  }
}
@media (max-width: 1399px) and (min-width: 1211px) {
  html[dir=rtl] .main-lead-source .lead-source-1 {
    margin: 30px 20px 80px 0px;
  }
}
@media (max-width: 1210px) {
  html[dir=rtl] .main-lead-source .lead-source-1 {
    margin: 40px 20px 90px 0px;
  }
}
@media (max-width: 767px) {
  html[dir=rtl] .main-lead-source .lead-source-1 {
    margin: 20px 20px 70px 0px;
  }
}
@media (max-width: 585px) and (min-width: 576px) {
  html[dir=rtl] .main-lead-source .lead-source-1 {
    margin: 42px 32px 92px 0px;
  }
}
html[dir=rtl] .main-lead-source .lead-source-2 {
  left: -35%;
  right: unset;
}
@media (max-width: 1410px) and (min-width: 1400px) {
  html[dir=rtl] .main-lead-source .lead-source-2 {
    left: -42%;
    right: unset;
  }
}
html[dir=rtl] .lead-source-3 {
  left: -90%;
  right: unset;
  transform: translate(50%, 50%);
}
@media (max-width: 1599px) {
  html[dir=rtl] .lead-source-3 {
    left: -85%;
    right: unset;
  }
}
@media (max-width: 1490px) and (min-width: 1431px) {
  html[dir=rtl] .sales-data {
    justify-content: flex-end;
  }
}
@media (max-width: 635px) and (min-width: 576px) {
  html[dir=rtl] .sales-data {
    justify-content: flex-end;
  }
}
@media (max-width: 420px) {
  html[dir=rtl] .dashboard-10 .card.heading-space .header-top {
    margin-right: 0 !important;
    margin-left: unset !important;
  }
}
html[dir=rtl] .page-analytics-table .recent-table div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
  left: 60px;
  right: unset;
}
@media (max-width: 1500px) {
  html[dir=rtl] .page-analytics-table .recent-table div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    right: 20px;
    left: unset;
  }
}
@media (max-width: 420px) {
  html[dir=rtl] .page-analytics-table .recent-table div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    right: unset;
    left: -130px;
  }
}
@media (max-width: 420px) {
  html[dir=rtl] .page-analytics-table .recent-table div.dt-container .dt-layout-row:first-child .dt-length {
    right: 20px;
    left: unset;
  }
}
html[dir=rtl] .page-analytics-table .recent-table .table thead tr th:first-child,
html[dir=rtl] .page-analytics-table .recent-table .table thead tr td:first-child,
html[dir=rtl] .page-analytics-table .recent-table .table tbody tr th:first-child,
html[dir=rtl] .page-analytics-table .recent-table .table tbody tr td:first-child {
  padding-right: 20px !important;
}
html[dir=rtl] .page-analytics-table .recent-table .table thead tr th:last-child,
html[dir=rtl] .page-analytics-table .recent-table .table thead tr td:last-child,
html[dir=rtl] .page-analytics-table .recent-table .table tbody tr th:last-child,
html[dir=rtl] .page-analytics-table .recent-table .table tbody tr td:last-child {
  padding-left: 20px !important;
}
html[dir=rtl] .session-progress .progress .small-progressbar .animate-circle {
  left: -16px;
  right: unset;
}
html[dir=rtl] .session-progress .progress .small-progressbar::after {
  left: -9px;
  right: unset;
}
html[dir=rtl] .session-progress .progress .progress-label {
  left: -20px;
  right: unset;
}
@media (max-width: 1399px) {
  html[dir=rtl] .session-progress .progress .progress-label {
    left: -16px;
    right: unset;
  }
}
html[dir=rtl] .analytics-view-wrapper {
  margin: -34px px -30px -10px;
}
html[dir=rtl] .visit-duration-wrapper {
  margin: -34px -10px -30px 35px;
}
html[dir=rtl] .session-browser-table .table-responsive .table thead tr th:first-child,
html[dir=rtl] .session-browser-table .table-responsive .table thead tr td:first-child,
html[dir=rtl] .session-browser-table .table-responsive .table tbody tr th:first-child,
html[dir=rtl] .session-browser-table .table-responsive .table tbody tr td:first-child {
  padding-right: 20px !important;
  padding-left: 8px;
}
html[dir=rtl] .session-browser-table .table-responsive .table thead tr th:last-child,
html[dir=rtl] .session-browser-table .table-responsive .table thead tr td:last-child,
html[dir=rtl] .session-browser-table .table-responsive .table tbody tr th:last-child,
html[dir=rtl] .session-browser-table .table-responsive .table tbody tr td:last-child {
  padding-left: 20px !important;
  padding-left: 8px;
}
@media (max-width: 1399px) {
  html[dir=rtl] .attendance-table.recent-table div.dt-container .dt-layout-row .dt-search {
    right: 20px;
    left: unset;
  }
}
html[dir=rtl] .attendance-table.recent-table table thead tr th:first-child,
html[dir=rtl] .attendance-table.recent-table table thead tr td:first-child,
html[dir=rtl] .attendance-table.recent-table table tbody tr th:first-child,
html[dir=rtl] .attendance-table.recent-table table tbody tr td:first-child {
  padding-right: 20px !important;
}
html[dir=rtl] .attendance-table.recent-table table thead tr th:last-child,
html[dir=rtl] .attendance-table.recent-table table thead tr td:last-child,
html[dir=rtl] .attendance-table.recent-table table tbody tr th:last-child,
html[dir=rtl] .attendance-table.recent-table table tbody tr td:last-child {
  padding-left: 20px;
}
html[dir=rtl] .birthday-cards .swiper .swiper-slide .birthday-usercard .btd-user .verified-user {
  left: 0;
  right: unset;
}
html[dir=rtl] .birthday-cards .send-wishes i {
  transform: scaleX(-1);
}
html[dir=rtl] .project-analytics .project-analytics-wrapper {
  margin: 0 -10px -20px 0px;
}
html[dir=rtl] .project-finish-card .project-right-content {
  right: unset;
  left: -16px;
}
html[dir=rtl] .leave-request-table.table-responsive .table thead th:first-child,
html[dir=rtl] .leave-request-table.table-responsive .table thead td:first-child,
html[dir=rtl] .leave-request-table.table-responsive .table tbody th:first-child,
html[dir=rtl] .leave-request-table.table-responsive .table tbody td:first-child {
  padding-right: 20px !important;
}
html[dir=rtl] .leave-request-table.table-responsive .table thead th:last-child,
html[dir=rtl] .leave-request-table.table-responsive .table thead td:last-child,
html[dir=rtl] .leave-request-table.table-responsive .table tbody th:last-child,
html[dir=rtl] .leave-request-table.table-responsive .table tbody td:last-child {
  padding-left: 20px !important;
}
@media (max-width: 1635px) and (min-width: 1400px) {
  html[dir=rtl] .leave-request-table.table-responsive .table thead th:nth-child(2),
  html[dir=rtl] .leave-request-table.table-responsive .table thead td:nth-child(2),
  html[dir=rtl] .leave-request-table.table-responsive .table tbody th:nth-child(2),
  html[dir=rtl] .leave-request-table.table-responsive .table tbody td:nth-child(2) {
    padding-left: 20px;
  }
}
html[dir=rtl] .schedule-calender .tab-content .activity-update > li > div {
  border-radius: 0px 6px 6px 0px;
}
@media (max-width: 1490px) and (min-width: 1400px) {
  html[dir=rtl] .schedule-calender .tab-content .activity-update > li > div {
    padding-right: 20px;
    padding-left: unset;
  }
}
@media (max-width: 500px) {
  html[dir=rtl] .schedule-calender .tab-content .activity-update > li > div {
    padding-right: 20px;
    padding-left: unset;
  }
}
html[dir=rtl] .schedule-calender .tab-content .activity-update > li .left-schedule {
  margin-right: 14px;
  margin-left: unset;
}
@media (max-width: 1490px) and (min-width: 1400px) {
  html[dir=rtl] .schedule-calender .tab-content .activity-update > li .left-schedule {
    margin-right: 0;
    margin-left: unset;
  }
}
@media (max-width: 500px) {
  html[dir=rtl] .schedule-calender .tab-content .activity-update > li .left-schedule {
    margin-right: 0;
    margin-left: unset;
  }
}
html[dir=rtl] .schedule-calender .tab-content .activity-update > li .left-schedule .customers {
  padding-left: 6px;
  padding-right: unset;
}
html[dir=rtl] .schedule-calender .tab-content .activity-update > li .left-schedule .customers ul li + li {
  margin-right: -16px;
  margin-left: unset;
}
html[dir=rtl] .schedule-calender .tab-content .activity-update > li .left-schedule .schedule-name {
  border-right: 1px solid rgba(82, 82, 108, 0.8);
  border-left: unset;
  padding-right: 6px;
  padding-left: unset;
}
@media (max-width: 1399px) {
  html[dir=rtl] .employee-list-table.recent-table div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    right: 20px;
    left: unset;
  }
}
html[dir=rtl] .html-expert-table .dt-container .dt-buttons {
  float: none;
}
html[dir=rtl] .html-expert-table .dt-container .dt-search {
  text-align: left;
}
html[dir=rtl] .chart-vertical-center #myDoughnutGraph,
html[dir=rtl] .chart-vertical-center #myPolarGraph {
  width: auto !important;
}
html[dir=rtl] div.dt-buttons {
  float: right;
}
html[dir=rtl] .dt-button-collection {
  left: unset !important;
  right: 0 !important;
}
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-filename,
html[dir=rtl] .dropzone .dz-preview .dz-details,
html[dir=rtl] .dropzone .dz-preview .dz-remove {
  text-align: right;
}
html[dir=rtl] .page-wrapper .page-body-wrapper footer {
  margin-right: 265px;
  margin-left: unset;
}
html[dir=rtl] .page-wrapper .page-body-wrapper footer p i {
  margin-right: 5px;
  margin-left: unset;
}
html[dir=rtl] .footer-copyright {
  text-align: right;
}
html[dir=rtl] .footer-links {
  text-align: left;
}
html[dir=rtl] .page-item:first-child .page-link {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
html[dir=rtl] .page-item:last-child .page-link {
  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] .popover.top > .arrow:after,
html[dir=rtl] .popover.bottom > .arrow:after {
  margin-right: -10px;
  margin-left: unset;
}
html[dir=rtl] .bootstrap-touchspin > .input-group-append > .btn,
html[dir=rtl] .bootstrap-touchspin > .input-group-append > .input-group-text {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
html[dir=rtl] .bootstrap-touchspin > .form-control:not(:last-child),
html[dir=rtl] .bootstrap-touchspin > .custom-select:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html[dir=rtl] .bootstrap-touchspin .rounded-touchspin .btn-touchspin i {
  transform: scaleX(-1);
}
html[dir=rtl] .typeahead span.twitter-typeahead .tt-suggestion {
  text-align: right;
}
html[dir=rtl] .typeahead .league-name {
  text-align: right;
  margin-right: 5px;
}
html[dir=rtl] .follow .text-md-right {
  text-align: left !important;
}
html[dir=rtl] .jvectormap-zoomin,
html[dir=rtl] .jvectormap-zoomout,
html[dir=rtl] .jvectormap-goback {
  right: 10px;
  left: unset;
}
html[dir=rtl] .customizer-links {
  right: unset;
  left: 0;
}
html[dir=rtl] .customizer-links > .nav {
  padding-right: 10px;
}
html[dir=rtl] .customizer-links .nav-link:after {
  right: -10px;
  left: unset;
  border-width: 5px 5px 5px 0;
  border-left-color: unset;
  border-right-color: #e8e6ff;
}
html[dir=rtl] .customizer-links .nav-link span {
  right: unset;
  left: -60px;
}
html[dir=rtl] .customizer-links .nav-link:hover span {
  left: 48px;
}
html[dir=rtl] .customizer-links.open {
  right: unset;
  left: 330px;
  border-radius: 0 8px 8px 0;
}
html[dir=rtl] .customizer-contain {
  width: 330px;
  right: unset;
  left: -330px;
}
html[dir=rtl] .customizer-contain.open {
  right: unset;
  left: 0px;
}
html[dir=rtl] .customizer-contain .customizer-header .icon-close {
  left: unset;
  right: 30px;
}
html[dir=rtl] .box-layout.page-wrapper.horizontal-wrapper .page-header {
  padding-right: 250px;
  padding-left: unset;
}
html[dir=rtl] .box-layout.page-wrapper.horizontal-wrapper .page-header.open {
  padding-right: 0;
}
html[dir=rtl] .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .page-body {
  margin-left: unset;
  margin-right: 230px;
}
html[dir=rtl] .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper {
  border-radius: 0 10px 10px 0;
}
html[dir=rtl] .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon ~ footer {
  width: 1280px;
  left: 50%;
  padding-inline: 0;
}
html[dir=rtl] .box-layout.page-wrapper.compact-wrapper .page-body-wrapper footer:not(.kanban-container footer) {
  padding-left: unset;
  padding-right: 230px;
}
html[dir=rtl] .box-layout.page-wrapper.compact-wrapper .page-header {
  margin-left: auto;
  margin-right: auto;
  padding-left: unset;
  padding-right: 230px;
}
html[dir=rtl] .box-layout.page-wrapper.compact-wrapper .page-header.close_icon {
  padding-right: 100px;
}
html[dir=rtl] .box-layout.page-wrapper.compact-wrapper .page-header .header-wrapper {
  border-radius: 10px 0px 0px 0px;
}
html[dir=rtl] .box-layout.page-wrapper .page-header.close_icon {
  padding-left: unset;
  padding-right: 80px !important;
  margin-left: auto;
}
html[dir=rtl] body.dark-only .custom-card .card-footer > div + div {
  border-right: 1px solid #374558;
}
html[dir=rtl] body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .b-r-light,
html[dir=rtl] body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .border-right {
  border-right: none !important;
  border-left: 1px solid #374558 !important;
}
html[dir=rtl] body.dark-only .page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar {
  border-left: 1px solid #374558;
  border-right: unset;
}
html[dir=rtl] body.dark-only .social-chat .flex-grow-1:after {
  border-right: unset;
  border-left: 7px solid #262932;
}
html[dir=rtl] body.dark-only .contacts-tabs .nav-pills {
  border-right: unset;
  border-left: 1px solid #374558;
}
@media screen and (max-width: 1660px) {
  html[dir=rtl] .caller-img {
    left: unset;
    right: 15px;
  }
}
@media only screen and (max-width: 1366px) {
  html[dir=rtl] .profile-dropdown.onhover-show-div {
    right: unset !important;
    left: 0 !important;
  }
  html[dir=rtl] .product-wrapper .product-grid .feature-products {
    margin-right: 0;
  }
  html[dir=rtl] .product-grid {
    margin-right: 0;
  }
  html[dir=rtl] .d-none-productlist {
    margin-left: 10px;
    margin-right: unset;
  }
  html[dir=rtl] .photos ul li:nth-child(3n) {
    margin-left: 15px;
    margin-right: unset;
  }
}
@media (min-width: 1200px) {
  html[dir=rtl] .float-xl-end {
    float: left !important;
  }
  html[dir=rtl] .pixelstrap ul a:hover .sub-arrow, html[dir=rtl] .pixelstrap ul a:focus .sub-arrow, html[dir=rtl] .pixelstrap ul a:active .sub-arrow, html[dir=rtl] .pixelstrap ul a.highlighted .sub-arrow {
    left: 3px;
    right: unset;
  }
}
@media (min-width: 992px) {
  html[dir=rtl] .text-lg-start {
    text-align: right !important;
  }
}
@media only screen and (max-width: 1199.98px) {
  html[dir=rtl] .jkanban-container .btn {
    margin-left: unset;
    margin-right: 20px;
  }
  html[dir=rtl] .link-section > div > h6:before {
    right: unset;
    left: 10px;
  }
  html[dir=rtl] .page-wrapper .page-header .header-wrapper .nav-right > ul li .submenu li:first-child {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  html[dir=rtl] .user-profile .hovercard .user-image .share-icons {
    left: 45px;
  }
  html[dir=rtl] .email-wrap .row .col-xl-6 {
    padding-right: 15px;
  }
  html[dir=rtl] .email-wrap .row .col-xl-3 + .col-xl-3 {
    padding-left: 15px;
  }
  html[dir=rtl] .email-wrap .email-app-sidebar .main-menu > li {
    text-align: right;
  }
  html[dir=rtl] .email-wrap .email-app-sidebar .main-menu > li a i {
    margin-right: unset;
    margin-left: 10px;
  }
  html[dir=rtl] .email-wrap .email-app-sidebar ul {
    padding-right: 0;
  }
  html[dir=rtl] .email-wrap .email-right-aside .email-body .pe-0 {
    padding-right: unset !important;
  }
  html[dir=rtl] .email-wrap .email-right-aside .radius-left {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-radius: 4px;
  }
  html[dir=rtl] .chat-menu-icons {
    text-align: left;
  }
  html[dir=rtl] .chat-menu {
    left: 0;
    right: unset;
  }
}
@media only screen and (max-width: 991.98px) {
  html[dir=rtl] .todo .todo-list-wrapper .mark-all-tasks {
    left: 20px;
  }
  html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon {
    transform: translate(285px);
  }
  html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover {
    transform: translate(285px);
  }
  html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-wrapper .back-btn {
    float: left;
    transform: rotate(180deg);
    left: 26px;
    right: unset;
  }
  html[dir=rtl] .page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar {
    margin-right: 0;
    border-right: none;
    padding-right: 0;
    border-left: 1px solid #ddd;
    margin-left: 15px;
    padding-left: 15px;
  }
  html[dir=rtl] .page-wrapper.compact-sidebar .page-header {
    margin-right: 0;
  }
  html[dir=rtl] .page-wrapper.material-icon .page-header {
    padding-right: 0;
  }
  html[dir=rtl] .page-wrapper.material-icon .page-body-wrapper .page-body {
    padding-right: 15px;
  }
  html[dir=rtl] .faq-accordion .faq-header svg {
    left: 20px;
  }
  html[dir=rtl] .page-wrapper .page-header .header-logo-wrapper .logo-wrapper img {
    margin-left: 15px;
    margin-right: unset;
  }
  html[dir=rtl] .page-body-wrapper .page-body,
  html[dir=rtl] .page-body-wrapper footer {
    margin-right: 0 !important;
  }
  html[dir=rtl] .main .langChoice {
    left: 20px;
  }
  html[dir=rtl] .page-wrapper .page-body-wrapper .page-title .breadcrumb {
    margin-right: 0;
  }
  html[dir=rtl] .page-wrapper .page-body-wrapper .page-body {
    min-height: calc(100vh - 60px);
  }
  html[dir=rtl] .page-wrapper .page-header {
    margin-right: 0;
  }
  html[dir=rtl] .page-wrapper.compact-wrapper .page-header {
    margin-right: 0 !important;
    margin-left: unset !important;
  }
  html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper.sidebar-wrapper.close_icon {
    transform: translate(285px);
  }
  html[dir=rtl] .bookmark ul li .search-form .form-control-search {
    left: -127px;
  }
  html[dir=rtl] .card .card-header .card-header-right {
    left: 15px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  html[dir=rtl] .page-wrapper.compact-wrapper.material-type .page-body-wrapper div.sidebar-wrapper {
    left: unset;
    right: 0;
  }
}
@media (min-width: 768px) {
  html[dir=rtl] .float-md-end {
    float: left !important;
  }
  html[dir=rtl] .income-wrap .ps-md-0 {
    padding-left: 30px !important;
    padding-right: 0 !important;
  }
  html[dir=rtl] .text-md-end {
    text-align: left !important;
  }
  html[dir=rtl] .offset-md-3 {
    margin-right: 25%;
    margin-left: unset;
  }
  html[dir=rtl] .text-md-start {
    text-align: right !important;
  }
  html[dir=rtl] .ecommerce-widget .text-md-end {
    text-align: left !important;
  }
  html[dir=rtl] .ecommerce-widget .text-md-end ul {
    text-align: left;
  }
}
@media only screen and (max-width: 767.98px) {
  html[dir=rtl] .list-persons .profile-mail .email-general ul {
    padding-left: 0;
  }
  html[dir=rtl] .product-wrapper.sidebaron .product-grid .product-wrapper-grid {
    margin-right: 0;
  }
  html[dir=rtl] .feature-products .filter-toggle {
    margin-right: 10px;
    margin-left: unset;
  }
  html[dir=rtl] .user-profile .hovercard .user-image .share-icons {
    left: 25px !important;
  }
  html[dir=rtl] .ecommerce-widget .text-md-right {
    text-align: left !important;
  }
  html[dir=rtl] .bar-chart-widget .earning-details i {
    left: -147px !important;
  }
}
@media (min-width: 576px) {
  html[dir=rtl] .offset-sm-3 {
    margin-right: 25%;
    margin-left: unset;
  }
  html[dir=rtl] .text-sm-end {
    text-align: left !important;
  }
  html[dir=rtl] .float-sm-end {
    float: left !important;
  }
  html[dir=rtl] .me-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: unset !important;
  }
}
@media only screen and (max-width: 575.98px) {
  html[dir=rtl] .todo .todo-list-wrapper .mark-all-tasks {
    left: 15px;
  }
  html[dir=rtl] .list-persons .nav-pills .nav-link .d-flex .flex-grow-1 {
    text-align: right;
  }
  html[dir=rtl] .page-wrapper .page-header .header-wrapper .nav-right > ul li {
    margin-right: unset;
    margin-left: 1px;
  }
  html[dir=rtl] .page-wrapper .page-header .header-wrapper .search-full .form-group .close-search {
    left: 0;
  }
  html[dir=rtl] .page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar, html[dir=rtl] .page-wrapper.compact-sidebar .page-header .header-wrapper .toggle-sidebar {
    margin-left: 8px;
    padding-left: 8px;
    margin-right: unset;
    padding-right: unset;
    border-right: unset;
    border-left: 1px solid #ddd;
  }
  html[dir=rtl] .translate_wrapper.active .more_lang.active {
    left: unset;
    right: 12px;
  }
  html[dir=rtl] .page-header .header-wrapper .nav-right > ul > li:last-child {
    padding-right: 10px;
  }
  html[dir=rtl] .page-header .header-wrapper .nav-right.right-header ul.notification-dropdown {
    left: unset !important;
    right: 15px !important;
  }
  html[dir=rtl] .faq-accordion .faq-header svg {
    left: 15px;
  }
  html[dir=rtl] .user-profile .hovercard .user-image .share-icons {
    left: 15px !important;
  }
  html[dir=rtl] .user-profile .hovercard .user-image .share-icons li {
    margin-left: 0px;
  }
  html[dir=rtl] .main .langChoice {
    left: 20px;
  }
  html[dir=rtl] .page-wrapper .search-form .form-group {
    margin-left: 0;
  }
  html[dir=rtl] .card-body .value-left {
    margin-left: 15px;
  }
}
html[dir=rtl] .default-dashboard .heading-space .card-header .header-top,
html[dir=rtl] .dashboard-2 .heading-space .card-header .header-top,
html[dir=rtl] .dashboard-3 .heading-space .card-header .header-top,
html[dir=rtl] .dashboard-4 .heading-space .card-header .header-top,
html[dir=rtl] .dashboard-5 .heading-space .card-header .header-top,
html[dir=rtl] .dashboard-6 .heading-space .card-header .header-top,
html[dir=rtl] .dashboard-7 .heading-space .card-header .header-top,
html[dir=rtl] .dashboard-09 .heading-space .card-header .header-top,
html[dir=rtl] .dashboard-10 .heading-space .card-header .header-top,
html[dir=rtl] .dashboard-11 .heading-space .card-header .header-top,
html[dir=rtl] .main-scope-project .heading-space .card-header .header-top,
html[dir=rtl] .e-category .heading-space .card-header .header-top,
html[dir=rtl] .list-product-view .heading-space .card-header .header-top,
html[dir=rtl] .seller-details-wrapper .heading-space .card-header .header-top,
html[dir=rtl] .common-order-history .heading-space .card-header .header-top,
html[dir=rtl] .common-cart .heading-space .card-header .header-top,
html[dir=rtl] .overall-budget .heading-space .card-header .header-top {
  margin-right: 74px;
  margin-left: unset;
}
html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dt-length,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dt-length,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dt-length,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dt-length,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dt-length,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dt-length,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dt-length,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dt-length,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dt-length,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dt-length,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dt-length,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dt-length,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dt-length,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dt-length,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dt-length,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dt-length,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dt-length {
  right: 20px;
  left: unset;
}
html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable thead tr th,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable thead tr th,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable thead tr th,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable thead tr th,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable thead tr th {
  text-align: right;
}
html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th:not(:first-child),
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th:not(:first-child),
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th:not(:first-child),
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th:not(:first-child),
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th:not(:first-child),
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th:not(:first-child),
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th:not(:first-child),
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th:not(:first-child),
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th:not(:first-child),
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th:not(:first-child),
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th:not(:first-child),
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable thead tr th:not(:first-child),
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable thead tr th:not(:first-child),
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th:not(:first-child),
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable thead tr th:not(:first-child),
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable thead tr th:not(:first-child),
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable thead tr th:not(:first-child) {
  padding-left: 28px !important;
}
html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc, html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc, html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc, html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc {
  padding-left: 20px;
}
html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order, html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order, html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order, html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable.table-sm thead tr th.dt-ordering-desc span.dt-column-order {
  left: 5px;
  right: unset;
}
html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc, html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc, html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc, html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc {
  padding-left: 28px;
  padding-right: 10px;
}
html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order, html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order, html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order, html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order {
  left: 12px;
  right: unset;
}
html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before, html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after, html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before, html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after, html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before, html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after, html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before, html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::before,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-asc span.dt-column-order::after,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::before,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable thead tr th.dt-orderable-desc span.dt-column-order::after,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::before,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-asc span.dt-column-order::after,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::before,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dataTable thead tr th.dt-ordering-desc span.dt-column-order::after {
  right: 0;
  left: unset;
}
html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
  left: -10px;
  right: unset;
}
@media (max-width: 640px) {
  html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  html[dir=rtl] .e-category div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dt-layout-cell .dt-search,
  html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    right: 20px;
    left: unset;
  }
}
html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dt-layout-cell .dt-search label,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dt-layout-cell .dt-search label {
  margin-left: 6px;
  margin-right: unset;
}
html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dt-paging,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dt-paging,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dt-paging,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dt-paging,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dt-paging,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dt-paging,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dt-paging,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dt-paging,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dt-paging,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dt-paging,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dt-paging,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dt-paging,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dt-paging,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dt-paging,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dt-paging,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dt-paging,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dt-paging {
  text-align: start;
}
html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dt-paging .dt-paging-button {
  margin-left: 12px;
  margin-right: unset;
}
@media (max-width: 767px) {
  html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  html[dir=rtl] .e-category div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
  html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dt-paging .dt-paging-button {
    margin-left: 8px;
    margin-right: unset;
  }
}
html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dt-paging .dt-paging-button:last-child {
  margin-left: 0;
  margin-right: unset;
}
html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:indeterminate::after {
  right: 4px;
  left: unset;
}
html[dir=rtl] .default-dashboard div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
html[dir=rtl] .dashboard-2 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
html[dir=rtl] .dashboard-3 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
html[dir=rtl] .dashboard-4 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
html[dir=rtl] .dashboard-5 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
html[dir=rtl] .dashboard-6 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
html[dir=rtl] .dashboard-7 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
html[dir=rtl] .dashboard-09 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
html[dir=rtl] .dashboard-10 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
html[dir=rtl] .dashboard-11 div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
html[dir=rtl] .main-scope-project div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
html[dir=rtl] .e-category div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
html[dir=rtl] .list-product-view div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
html[dir=rtl] .seller-details-wrapper div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
html[dir=rtl] .common-order-history div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
html[dir=rtl] .common-cart div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after,
html[dir=rtl] .overall-budget div.dt-container .dt-layout-row .dt-select .dt-select-checkbox:checked::after {
  margin-right: -4px;
  margin-left: unset;
}
@media only screen and (max-width: 575.98px) {
  html[dir=rtl] .page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div {
    right: unset !important;
    left: 12px !important;
  }
}
@media only screen and (max-width: 480px) {
  html[dir=rtl] .knob-chart .chart-clock-main {
    width: unset;
  }
  html[dir=rtl] .knob-chart .chart-clock-main .clock-small {
    right: 32px;
  }
  html[dir=rtl] .knob-chart .chart-clock-main .clock-large {
    right: 12px;
    left: unset;
  }
  html[dir=rtl] .knob-chart .chart-clock-main .clock-medium {
    right: 32px;
    left: unset;
  }
}
@media only screen and (max-width: 420px) {
  html[dir=rtl] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu {
    right: 112px;
  }
  html[dir=rtl] .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu {
    right: 80px;
  }
}
@media only screen and (max-width: 360px) {
  html[dir=rtl] .social-app-profile .hovercard .user-image .avatar {
    margin-top: -47px;
  }
  html[dir=rtl] .social-app-profile .hovercard .user-image .avatar img {
    width: 85px;
    height: 85px;
  }
  html[dir=rtl] .social-chat .other-msg {
    margin-right: 15px;
  }
}
@media screen and (max-width: 1460px) {
  html[dir=rtl] .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li {
    margin-left: 8px;
    margin-right: unset;
  }
}

/**=====================
    5.8 Rtl CSS Ends
==========================**/
/**=====================
  5.9 Box-layout CSS start
==========================**/
.box-layout {
  background-image: url(../images/other-images/boxbg.jpg);
  background-blend-mode: overlay;
  background-color: rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 1661px) {
  .box-layout .default-inline-calender .main-inline-calender .flatpickr-rContainer .flatpickr-weekdays {
    height: 50px;
  }
  .box-layout .default-inline-calender .main-inline-calender .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day {
    height: 40px;
  }
  .box-layout .main-team-box {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .box-layout .attach-files-wrapper .upload-files-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .box-layout .shopping-cart-table .recent-table div.dt-container .table thead tr:nth-child(2),
  .box-layout .shopping-cart-table .recent-table div.dt-container .table thead td:nth-child(2),
  .box-layout .shopping-cart-table .recent-table div.dt-container .table thead th:nth-child(2),
  .box-layout .shopping-cart-table .recent-table div.dt-container .table tbody tr:nth-child(2),
  .box-layout .shopping-cart-table .recent-table div.dt-container .table tbody td:nth-child(2),
  .box-layout .shopping-cart-table .recent-table div.dt-container .table tbody th:nth-child(2) {
    min-width: 360px;
  }
  .box-layout .shopping-cart-table .recent-table div.dt-container .table thead tr:nth-child(4),
  .box-layout .shopping-cart-table .recent-table div.dt-container .table thead td:nth-child(4),
  .box-layout .shopping-cart-table .recent-table div.dt-container .table thead th:nth-child(4),
  .box-layout .shopping-cart-table .recent-table div.dt-container .table tbody tr:nth-child(4),
  .box-layout .shopping-cart-table .recent-table div.dt-container .table tbody td:nth-child(4),
  .box-layout .shopping-cart-table .recent-table div.dt-container .table tbody th:nth-child(4) {
    min-width: 170px;
  }
  .box-layout .shopping-cart-table .recent-table div.dt-container .table thead tr:last-child,
  .box-layout .shopping-cart-table .recent-table div.dt-container .table thead td:last-child,
  .box-layout .shopping-cart-table .recent-table div.dt-container .table thead th:last-child,
  .box-layout .shopping-cart-table .recent-table div.dt-container .table tbody tr:last-child,
  .box-layout .shopping-cart-table .recent-table div.dt-container .table tbody td:last-child,
  .box-layout .shopping-cart-table .recent-table div.dt-container .table tbody th:last-child {
    min-width: 100px;
  }
  .box-layout .seller-details-wrapper .review-box .md-sidebar .accordion .accordion-item {
    margin-bottom: 0;
  }
  .box-layout .seller-details-wrapper .review-box .md-sidebar .md-sidebar-toggle {
    display: block;
    width: fit-content;
    text-transform: capitalize;
    margin-bottom: 20px;
  }
  .box-layout .seller-details-wrapper .review-box .md-sidebar .md-sidebar-aside {
    position: absolute;
    top: 40px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    width: 360px;
    transition: all 0.2s ease;
  }
  .box-layout .seller-details-wrapper .review-box .md-sidebar .md-sidebar-aside.open {
    opacity: 1;
    visibility: visible;
    transition: all 0.2s ease;
  }
}
@media only screen and (min-width: 1661px) and (max-width: 390px) {
  .box-layout .seller-details-wrapper .review-box .md-sidebar .md-sidebar-aside {
    width: 300px;
  }
}
@media only screen and (min-width: 1661px) {
  .box-layout .seller-details-wrapper .review-box .md-sidebar .email-left-aside .card {
    box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
    background-color: var(--bs-card-bg);
    border-radius: 15px;
  }
  .box-layout .seller-details-wrapper .review-box .md-sidebar .email-left-aside .card .card-body {
    padding: 20px;
  }
  .box-layout .seller-wrapper .right-vendor {
    justify-content: flex-start;
  }
  .box-layout .general-widget-wrapper .currency-widget div[class*=bg-light-] {
    display: block;
  }
}
@media only screen and (min-width: 1400px) {
  .box-layout .photo-click-wrapper {
    margin: 7px -20px -20px 0px;
  }
}
@media (max-width: 1399px) and (min-width: 576px) {
  .box-layout .attach-files-wrapper .upload-files-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1399px) {
  .box-layout .balance-widget .mobile-right-img {
    right: -10%;
  }
  .box-layout .cmt-box .form-control {
    height: 2px;
    width: calc(100% - 40px - 2px);
  }
  .box-layout .cmt-box i {
    width: 40px;
    height: 40px;
  }
  .box-layout .main-team-box {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1422px) {
  .box-layout .upgrade-plan.mobile-app-card .card-body img {
    height: 118px;
    width: 128px;
  }
}
@media (min-width: 1400px) {
  .box-layout .monthly-profit {
    margin-block: 28px;
  }
  .box-layout .visitor-chart #visitor_chart {
    margin-block: 90px;
  }
  .box-layout .monthly-target {
    margin: 19px 0 -45px 0;
  }
  .box-layout .monthly-target .apexcharts-inner {
    transform: scale(0.6);
  }
  .box-layout .main-team-box {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1280px) {
  .box-layout .kanban-board {
    width: calc(50% - 30px) !important;
  }
  .box-layout .learning-filter {
    order: -1;
  }
  .box-layout .btn-groups .button-wrapper {
    align-items: center;
  }
  .box-layout .main-tasks .email-left-aside .left-bookmark {
    height: auto;
  }
  .box-layout .gallery-with-description a .caption p {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    height: auto;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box-layout .main-bookmark .email-left-aside .card-body .email-app-sidebar .main-menu {
    height: 360px;
    overflow: auto;
  }
  .box-layout .email-wrap .email-left-aside .card {
    height: 500px !important;
  }
  .box-layout .artist-table .appointment-table.customer-table table tr td:last-child {
    min-width: 100px;
  }
  .box-layout .discount-options {
    gap: 18px;
  }
  .box-layout .discount-options .nav-item .nav-link {
    width: 170px;
    height: 58px;
  }
  .box-layout .seller-cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .box-layout .list-product .product-list-table.recent-table thead tr th:nth-child(6), .box-layout .list-product .product-list-table.recent-table thead tr th:nth-child(8),
  .box-layout .list-product .product-list-table.recent-table thead tr td:nth-child(6),
  .box-layout .list-product .product-list-table.recent-table thead tr td:nth-child(8),
  .box-layout .list-product .product-list-table.recent-table tbody tr th:nth-child(6),
  .box-layout .list-product .product-list-table.recent-table tbody tr th:nth-child(8),
  .box-layout .list-product .product-list-table.recent-table tbody tr td:nth-child(6),
  .box-layout .list-product .product-list-table.recent-table tbody tr td:nth-child(8) {
    display: none;
  }
  .box-layout .progress-chart #progress4 {
    display: none;
  }
  .box-layout .common-order-history .order-history-wrapper .recent-table table thead tr th:nth-child(2),
  .box-layout .common-order-history .order-history-wrapper .recent-table table thead tr td:nth-child(2),
  .box-layout .common-order-history .order-history-wrapper .recent-table table tbody tr th:nth-child(2),
  .box-layout .common-order-history .order-history-wrapper .recent-table table tbody tr td:nth-child(2) {
    min-width: 104px;
  }
  .box-layout .common-order-history .order-history-wrapper .recent-table table thead tr th:nth-child(3),
  .box-layout .common-order-history .order-history-wrapper .recent-table table thead tr td:nth-child(3),
  .box-layout .common-order-history .order-history-wrapper .recent-table table tbody tr th:nth-child(3),
  .box-layout .common-order-history .order-history-wrapper .recent-table table tbody tr td:nth-child(3) {
    min-width: 180px;
  }
  .box-layout .common-order-history .order-history-wrapper .recent-table table thead tr th:nth-child(4),
  .box-layout .common-order-history .order-history-wrapper .recent-table table thead tr td:nth-child(4),
  .box-layout .common-order-history .order-history-wrapper .recent-table table tbody tr th:nth-child(4),
  .box-layout .common-order-history .order-history-wrapper .recent-table table tbody tr td:nth-child(4) {
    min-width: 140px;
  }
  .box-layout .common-order-history .order-history-wrapper .recent-table table thead tr th:nth-child(5),
  .box-layout .common-order-history .order-history-wrapper .recent-table table thead tr td:nth-child(5),
  .box-layout .common-order-history .order-history-wrapper .recent-table table tbody tr th:nth-child(5),
  .box-layout .common-order-history .order-history-wrapper .recent-table table tbody tr td:nth-child(5) {
    min-width: 122px;
  }
  .box-layout .common-order-history .order-history-wrapper .recent-table table thead tr th:nth-child(6),
  .box-layout .common-order-history .order-history-wrapper .recent-table table thead tr td:nth-child(6),
  .box-layout .common-order-history .order-history-wrapper .recent-table table tbody tr th:nth-child(6),
  .box-layout .common-order-history .order-history-wrapper .recent-table table tbody tr td:nth-child(6) {
    min-width: 140px;
  }
  .box-layout .common-order-history .order-history-wrapper .recent-table table thead tr th:nth-child(7),
  .box-layout .common-order-history .order-history-wrapper .recent-table table thead tr td:nth-child(7),
  .box-layout .common-order-history .order-history-wrapper .recent-table table tbody tr th:nth-child(7),
  .box-layout .common-order-history .order-history-wrapper .recent-table table tbody tr td:nth-child(7) {
    min-width: 148px;
  }
  .box-layout .horizontal-wizard-wrapper.vertical-variations .main-horizontal-header .horizontal-options {
    justify-content: flex-start;
  }
  .box-layout .summery-contain li img {
    width: 45px;
    height: 45px;
  }
  .box-layout .shipping-form .checkout-cart .basic-wizard .shipping-wizard .card-wrapper:hover .cart-icon i {
    font-size: 14px;
  }
  .box-layout .grid-box-wrapper {
    justify-content: flex-start;
  }
  .box-layout .main-icon-checkbox.checkbox .checkbox-wrapper {
    gap: 12px;
  }
  .box-layout .main-icon-radio .radio-wrapper {
    gap: 12px;
  }
  .box-layout .attachment-file {
    gap: 14px;
    width: 218px;
    min-width: 218px;
  }
  .box-layout .project-pending-table.recent-table table thead tr th:nth-child(4),
  .box-layout .project-pending-table.recent-table table thead tr td:nth-child(4),
  .box-layout .project-pending-table.recent-table table tbody tr th:nth-child(4),
  .box-layout .project-pending-table.recent-table table tbody tr td:nth-child(4) {
    display: none;
  }
  .box-layout .project-pending-table.recent-table table thead tr th:nth-child(3),
  .box-layout .project-pending-table.recent-table table thead tr td:nth-child(3),
  .box-layout .project-pending-table.recent-table table tbody tr th:nth-child(3),
  .box-layout .project-pending-table.recent-table table tbody tr td:nth-child(3) {
    display: none;
  }
  .box-layout .project-pending-table.recent-table table thead tr th:nth-child(4),
  .box-layout .project-pending-table.recent-table table thead tr td:nth-child(4),
  .box-layout .project-pending-table.recent-table table tbody tr th:nth-child(4),
  .box-layout .project-pending-table.recent-table table tbody tr td:nth-child(4) {
    display: none;
  }
  .box-layout .cmt-box {
    padding-top: 18px;
  }
  .box-layout .activity-wrapper .schedule-wrapper {
    justify-content: flex-start;
    display: flex;
  }
  .box-layout .budget-card .common-space {
    flex-wrap: wrap;
  }
  .box-layout .expense-chart-wrap {
    margin: -20px 0 -20px 0;
  }
  .box-layout .common-project-header h6 {
    margin-left: -54px;
  }
  .box-layout .project-budget-wrapper .row .justify-content-xxl-end {
    justify-content: flex-start !important;
  }
  .box-layout .mail-body-wrapper .user-mail-wrapper .user-footer .attachment-file {
    width: auto;
    min-width: auto;
  }
  .box-layout .application-overview .balance-data {
    display: none;
  }
  .box-layout .employee-list-table.recent-table div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    display: none;
  }
  .box-layout .employee-list-table.recent-table div.dt-container .dt-layout-row .dt-info {
    display: none;
  }
  .box-layout .employee-list-table.recent-table table thead tr th:nth-child(3), .box-layout .employee-list-table.recent-table table thead tr th:nth-child(4), .box-layout .employee-list-table.recent-table table thead tr th:nth-child(5),
  .box-layout .employee-list-table.recent-table table thead tr td:nth-child(3),
  .box-layout .employee-list-table.recent-table table thead tr td:nth-child(4),
  .box-layout .employee-list-table.recent-table table thead tr td:nth-child(5),
  .box-layout .employee-list-table.recent-table table tbody tr th:nth-child(3),
  .box-layout .employee-list-table.recent-table table tbody tr th:nth-child(4),
  .box-layout .employee-list-table.recent-table table tbody tr th:nth-child(5),
  .box-layout .employee-list-table.recent-table table tbody tr td:nth-child(3),
  .box-layout .employee-list-table.recent-table table tbody tr td:nth-child(4),
  .box-layout .employee-list-table.recent-table table tbody tr td:nth-child(5) {
    display: none;
  }
  .box-layout .employee-list-table.recent-table table thead tr th:last-child .square-white,
  .box-layout .employee-list-table.recent-table table thead tr td:last-child .square-white,
  .box-layout .employee-list-table.recent-table table tbody tr th:last-child .square-white,
  .box-layout .employee-list-table.recent-table table tbody tr td:last-child .square-white {
    width: 24px;
    height: 24px;
  }
  .box-layout .employee-list-table.recent-table table thead tr th:last-child .square-white svg,
  .box-layout .employee-list-table.recent-table table thead tr td:last-child .square-white svg,
  .box-layout .employee-list-table.recent-table table tbody tr th:last-child .square-white svg,
  .box-layout .employee-list-table.recent-table table tbody tr td:last-child .square-white svg {
    width: 14px;
    height: 14px;
  }
  .box-layout .employee-list-table.recent-table table thead tr th .common-flex img,
  .box-layout .employee-list-table.recent-table table thead tr td .common-flex img,
  .box-layout .employee-list-table.recent-table table tbody tr th .common-flex img,
  .box-layout .employee-list-table.recent-table table tbody tr td .common-flex img {
    display: none;
  }
  .box-layout .attendance-table.recent-table div.dt-container .dt-layout-row .dt-search {
    display: none;
  }
  .box-layout .attendance-table.recent-table div.dt-container .dt-layout-row:last-child .dt-info {
    display: none;
  }
  .box-layout .attendance-table.recent-table table thead tr th:nth-child(3),
  .box-layout .attendance-table.recent-table table thead tr td:nth-child(3),
  .box-layout .attendance-table.recent-table table tbody tr th:nth-child(3),
  .box-layout .attendance-table.recent-table table tbody tr td:nth-child(3) {
    display: none;
  }
  .box-layout .birthday-cards .swiper {
    margin-block: 50px;
  }
  .box-layout .birthday-cards .swiper .swiper-slide .birthday-usercard .btn-user img {
    height: 55px;
  }
  .box-layout .project-analytics .analytics-data .balance-data {
    display: none;
  }
  .box-layout .schedule-calender .schedule-wrapper {
    justify-content: flex-start;
    display: flex;
  }
  .box-layout .schedule-calender .tab-content .activity-update {
    display: flex;
    flex-wrap: wrap;
  }
  .box-layout .schedule-calender .tab-content .activity-update > li {
    flex: 0 0 50%;
    margin-bottom: 10px;
  }
  .box-layout .schedule-calender .tab-content .activity-update > li .left-schedule,
  .box-layout .schedule-calender .tab-content .activity-update > li .right-schedule {
    flex: 1;
  }
  .box-layout .schedule-calender .tab-content .activity-update > li:nth-child(5) {
    border-bottom: unset;
    padding-bottom: unset;
    margin-bottom: 0;
  }
  .box-layout .schedule-calender .tab-content .activity-update > li:last-child {
    margin-bottom: 0;
  }
  .box-layout .schedule-calender #thu .activity-update > li:nth-child(3) {
    border-bottom: unset;
    padding-bottom: unset;
    margin-bottom: 0;
  }
  .box-layout .schedule-calender #frd .activity-update > li:first-child,
  .box-layout .schedule-calender #sun .activity-update > li:first-child {
    border-bottom: unset;
    padding-bottom: unset;
    margin-bottom: 0;
  }
  .box-layout .interviewer-users ul li {
    padding: 14px 18px;
  }
  .box-layout .treading-product .recent-table.referral-visit table thead tr td:nth-child(2),
  .box-layout .treading-product .recent-table.referral-visit table thead tr th:nth-child(2),
  .box-layout .treading-product .recent-table.referral-visit table tbody tr td:nth-child(2),
  .box-layout .treading-product .recent-table.referral-visit table tbody tr th:nth-child(2) {
    display: none;
  }
  .box-layout .main-session-devices .apexcharts-canvas {
    transform: scale(0.67);
  }
  .box-layout .common-m-chart .apexcharts-canvas .apexcharts-bar-series .apexcharts-datalabels .apexcharts-datalabel {
    display: none;
  }
  .box-layout .analytics-widget .btn {
    padding: 8px 14px;
    font-size: 14px;
  }
  .box-layout .analytics-widget h5 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .box-layout .analytics-widget .card-text {
    display: -webkit-box;
    max-width: 100%;
    height: 46px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: unset;
  }
  .box-layout .page-analytics-table .recent-table div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    position: relative;
    top: 4px;
    left: 20px;
    width: 90%;
    margin-bottom: 20px;
  }
  .box-layout .page-analytics-table .recent-table .table thead tr th:nth-child(5),
  .box-layout .page-analytics-table .recent-table .table thead tr td:nth-child(5),
  .box-layout .page-analytics-table .recent-table .table tbody tr th:nth-child(5),
  .box-layout .page-analytics-table .recent-table .table tbody tr td:nth-child(5) {
    display: none;
  }
  .box-layout .page-analytics-table .recent-table .table thead tr th:nth-child(4),
  .box-layout .page-analytics-table .recent-table .table thead tr td:nth-child(4),
  .box-layout .page-analytics-table .recent-table .table tbody tr th:nth-child(4),
  .box-layout .page-analytics-table .recent-table .table tbody tr td:nth-child(4) {
    display: none;
  }
  .box-layout .analytics-tread-card .header-top .common-align > span {
    display: none;
  }
  .box-layout .analytics-tread-card .header-top > div span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 130px;
  }
  .box-layout .analytics-tread-card .session-progress {
    top: -11px;
  }
  .box-layout .analytics-tread-card .session-progress .progress {
    height: 8px;
    margin: 90px 0 20px;
  }
  .box-layout .analytics-tread-card .session-progress .progress .small-progressbar {
    top: -3px;
    width: 14px;
    height: 14px;
  }
  .box-layout .analytics-tread-card .session-progress .progress .progress-label {
    top: -50px;
    right: -16px;
    font-size: 12px;
  }
  .box-layout .analytics-tread-card.retention-progress .card-body .progress {
    margin-top: 60px;
  }
  .box-layout .bounce-rate-wrapper {
    margin: -9px -20px -30px 0px;
  }
  .box-layout .visit-duration-wrapper {
    margin: -12px 35px -30px 0px;
  }
  .box-layout .session-browser-table .table-responsive .table thead.tbody tr th,
  .box-layout .session-browser-table .table-responsive .table thead.tbody tr td {
    padding-block: 7px;
  }
  .box-layout .lead-table.recent-table thead tr th .btn,
  .box-layout .lead-table.recent-table thead tr td .btn,
  .box-layout .lead-table.recent-table tbody tr th .btn,
  .box-layout .lead-table.recent-table tbody tr td .btn {
    padding: 6px 16px;
  }
  .box-layout .lead-table.recent-table thead tr th .common-flex .lead-img,
  .box-layout .lead-table.recent-table thead tr td .common-flex .lead-img,
  .box-layout .lead-table.recent-table tbody tr th .common-flex .lead-img,
  .box-layout .lead-table.recent-table tbody tr td .common-flex .lead-img {
    height: 28px;
  }
  .box-layout .lead-table.recent-table thead tr th:nth-child(3),
  .box-layout .lead-table.recent-table thead tr td:nth-child(3),
  .box-layout .lead-table.recent-table tbody tr th:nth-child(3),
  .box-layout .lead-table.recent-table tbody tr td:nth-child(3) {
    display: none;
  }
  .box-layout .lead-table.recent-table thead tr th:nth-child(3),
  .box-layout .lead-table.recent-table thead tr td:nth-child(3),
  .box-layout .lead-table.recent-table tbody tr th:nth-child(3),
  .box-layout .lead-table.recent-table tbody tr td:nth-child(3) {
    display: none;
  }
  .box-layout .lead-table.recent-table thead tr th:nth-child(2),
  .box-layout .lead-table.recent-table thead tr td:nth-child(2),
  .box-layout .lead-table.recent-table tbody tr th:nth-child(2),
  .box-layout .lead-table.recent-table tbody tr td:nth-child(2) {
    display: none;
  }
  .box-layout .our-product-wrapper .our-product-content .add-quantity {
    padding: 4px 8px;
    gap: 8px;
  }
  .box-layout .order-details .search-items button {
    padding: 6px 10px;
  }
  .box-layout .order-details .order-quantity .order-details-wrapper {
    gap: 8px;
  }
  .box-layout .order-details .order-quantity .order-details-wrapper .left-details .order-img {
    width: 80px;
    height: 74px;
  }
  .box-layout .order-details .order-quantity .order-details-wrapper .left-details .order-img img {
    width: 75px;
  }
  .box-layout .order-details .order-quantity .order-details-wrapper .category-details {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
  .box-layout .order-details .order-quantity .order-details-wrapper .category-details .right-details .touchspin-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .box-layout .order-details .order-quantity .order-details-wrapper .category-details .right-details .btn-touchspin {
    border-radius: 50px;
    width: 27px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: unset;
    background-color: var(--white);
  }
}
@media only screen and (min-width: 1280px) and (min-width: 1400px) and (max-width: 1920px) {
  .box-layout .order-details .order-quantity .order-details-wrapper .category-details .right-details .btn-touchspin {
    width: calc(18px + 9 * (100vw - 1400px) / 520);
    height: calc(18px + 9 * (100vw - 1400px) / 520);
  }
}
@media only screen and (min-width: 1280px) {
  .box-layout .order-details .order-quantity .order-details-wrapper .category-details .right-details input[type=number] {
    width: 25px;
    padding: 10px 0;
    text-align: center;
    border: unset;
    background-color: unset;
    color: var(--body-font-color);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1700px) {
  .box-layout .order-details .order-quantity .order-details-wrapper .category-details .right-details input[type=number] {
    padding: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .box-layout .payment-methods .bg-payment {
    width: 75px;
    height: 71px;
  }
  .box-layout .unpaid-fees-table .recent-table.table-responsive div.dt-container .dt-layout-row:last-child {
    flex-direction: column;
  }
  .box-layout .unpaid-fees-table .recent-table.table-responsive table thead th:nth-child(3),
  .box-layout .unpaid-fees-table .recent-table.table-responsive table thead td:nth-child(3),
  .box-layout .unpaid-fees-table .recent-table.table-responsive table tbody th:nth-child(3),
  .box-layout .unpaid-fees-table .recent-table.table-responsive table tbody td:nth-child(3) {
    display: none;
  }
  .box-layout .unpaid-fees-table .recent-table.table-responsive table thead th:nth-child(4),
  .box-layout .unpaid-fees-table .recent-table.table-responsive table thead td:nth-child(4),
  .box-layout .unpaid-fees-table .recent-table.table-responsive table tbody th:nth-child(4),
  .box-layout .unpaid-fees-table .recent-table.table-responsive table tbody td:nth-child(4) {
    display: none;
  }
  .box-layout .unpaid-fees-table .recent-table.table-responsive table thead th:nth-child(2) .common-align img,
  .box-layout .unpaid-fees-table .recent-table.table-responsive table thead td:nth-child(2) .common-align img,
  .box-layout .unpaid-fees-table .recent-table.table-responsive table tbody th:nth-child(2) .common-align img,
  .box-layout .unpaid-fees-table .recent-table.table-responsive table tbody td:nth-child(2) .common-align img {
    display: none;
  }
  .box-layout .unpaid-fees-table .recent-table.table-responsive table thead th:nth-child(5),
  .box-layout .unpaid-fees-table .recent-table.table-responsive table thead td:nth-child(5),
  .box-layout .unpaid-fees-table .recent-table.table-responsive table tbody th:nth-child(5),
  .box-layout .unpaid-fees-table .recent-table.table-responsive table tbody td:nth-child(5) {
    display: none;
  }
  .box-layout .top-student-table .recent-table.table-responsive div.dt-container .dt-layout-row:last-child {
    flex-direction: column;
  }
  .box-layout .top-student-table .recent-table table thead th:nth-child(2),
  .box-layout .top-student-table .recent-table table thead td:nth-child(2),
  .box-layout .top-student-table .recent-table table tbody th:nth-child(2),
  .box-layout .top-student-table .recent-table table tbody td:nth-child(2) {
    display: none;
  }
  .box-layout .top-student-table .recent-table table thead th:nth-child(3) .common-align img,
  .box-layout .top-student-table .recent-table table thead td:nth-child(3) .common-align img,
  .box-layout .top-student-table .recent-table table tbody th:nth-child(3) .common-align img,
  .box-layout .top-student-table .recent-table table tbody td:nth-child(3) .common-align img {
    display: none;
  }
  .box-layout .top-student-table .recent-table table thead th:nth-child(6),
  .box-layout .top-student-table .recent-table table thead td:nth-child(6),
  .box-layout .top-student-table .recent-table table tbody th:nth-child(6),
  .box-layout .top-student-table .recent-table table tbody td:nth-child(6) {
    display: none;
  }
  .box-layout .top-student-table .recent-table table thead th:nth-child(4),
  .box-layout .top-student-table .recent-table table thead td:nth-child(4),
  .box-layout .top-student-table .recent-table table tbody th:nth-child(4),
  .box-layout .top-student-table .recent-table table tbody td:nth-child(4) {
    display: none;
  }
  .box-layout .attendance-data ul.balance-data {
    position: relative;
    top: 0;
    left: 0;
    display: inline-flex;
  }
  .box-layout .new-enroll-student .recent-table.table-responsive div.dt-container .dt-layout-row .dt-layout-cell .dt-search {
    position: relative;
    top: 4px;
    left: 20px;
    margin-bottom: 20px;
    width: 75%;
  }
  .box-layout .new-enroll-student .recent-table.table-responsive div.dt-container .dt-layout-row:last-child {
    flex-direction: column;
  }
  .box-layout .new-enroll-student .recent-table table thead th:nth-child(4),
  .box-layout .new-enroll-student .recent-table table thead td:nth-child(4),
  .box-layout .new-enroll-student .recent-table table tbody th:nth-child(4),
  .box-layout .new-enroll-student .recent-table table tbody td:nth-child(4) {
    display: none;
  }
  .box-layout .new-enroll-student .recent-table table thead th:nth-child(2),
  .box-layout .new-enroll-student .recent-table table thead td:nth-child(2),
  .box-layout .new-enroll-student .recent-table table tbody th:nth-child(2),
  .box-layout .new-enroll-student .recent-table table tbody td:nth-child(2) {
    display: none;
  }
  .box-layout .new-enroll-student .recent-table table thead th:nth-child(3),
  .box-layout .new-enroll-student .recent-table table thead td:nth-child(3),
  .box-layout .new-enroll-student .recent-table table tbody th:nth-child(3),
  .box-layout .new-enroll-student .recent-table table tbody td:nth-child(3) {
    display: none;
  }
  .box-layout .std-class-chart .apexcharts-legend {
    gap: 8px !important;
  }
  .box-layout .attendance-student-data {
    margin: 32px 0px -20px -15px;
  }
  .box-layout .upgrade-plan.mobile-app-card .card-body {
    margin-top: 0;
  }
  .box-layout .follower-wrap .card-body,
  .box-layout .follower-wrap .card-header {
    padding: 22px;
  }
  .box-layout .follower-wrap .papernote-wrap > span {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box-layout .mobile-app-card .card-body {
    margin-top: 45px;
  }
  .box-layout .mobile-app-card .card-body .wavy {
    margin-top: -36px;
    width: 32px;
    margin-right: -58px;
  }
  .box-layout .mobile-app-card .card-body img:not(.wavy) {
    height: 120px;
  }
  .box-layout .campaign-table.recent-table table tr th:nth-child(3), .box-layout .campaign-table.recent-table table tr th:nth-child(6),
  .box-layout .campaign-table.recent-table table tr td:nth-child(3),
  .box-layout .campaign-table.recent-table table tr td:nth-child(6) {
    display: none;
  }
  .box-layout .campaign-table .recent-table.table-responsive div.dt-container .dt-layout-row:last-child {
    flex-direction: column;
  }
  .box-layout .campaign-table .recent-table.table-responsive table thead tr td:nth-child(3),
  .box-layout .campaign-table .recent-table.table-responsive table thead tr th:nth-child(3),
  .box-layout .campaign-table .recent-table.table-responsive table tbody tr td:nth-child(3),
  .box-layout .campaign-table .recent-table.table-responsive table tbody tr th:nth-child(3) {
    display: none;
  }
  .box-layout .campaign-table .recent-table.table-responsive table thead tr td:last-child,
  .box-layout .campaign-table .recent-table.table-responsive table thead tr th:last-child,
  .box-layout .campaign-table .recent-table.table-responsive table tbody tr td:last-child,
  .box-layout .campaign-table .recent-table.table-responsive table tbody tr th:last-child {
    display: none;
  }
  .box-layout .campaign-table .recent-table.table-responsive table thead tr td:nth-child(6),
  .box-layout .campaign-table .recent-table.table-responsive table thead tr th:nth-child(6),
  .box-layout .campaign-table .recent-table.table-responsive table tbody tr td:nth-child(6),
  .box-layout .campaign-table .recent-table.table-responsive table tbody tr th:nth-child(6) {
    display: none;
  }
  .box-layout .campaign-table .recent-table.table-responsive table thead tr td:nth-child(5),
  .box-layout .campaign-table .recent-table.table-responsive table thead tr th:nth-child(5),
  .box-layout .campaign-table .recent-table.table-responsive table tbody tr td:nth-child(5),
  .box-layout .campaign-table .recent-table.table-responsive table tbody tr th:nth-child(5) {
    padding-right: 20px;
  }
  .box-layout .social-clicks .analytics-tread-card .card-header .common-align span:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .box-layout .social-clicks .analytics-tread-card .card-header .common-align span:nth-child(2) {
    display: none;
  }
  .box-layout .follower-country #countryMap {
    height: 345px;
  }
  .box-layout .currency-table.recent-table.average-sale.table-responsive div.dt-container .dt-layout-row:last-child {
    flex-direction: column;
  }
  .box-layout .currency-table.recent-table.average-sale.table-responsive thead tr th:last-child,
  .box-layout .currency-table.recent-table.average-sale.table-responsive thead tr td:last-child,
  .box-layout .currency-table.recent-table.average-sale.table-responsive tbody tr th:last-child,
  .box-layout .currency-table.recent-table.average-sale.table-responsive tbody tr td:last-child {
    display: none;
  }
  .box-layout .currency-table.recent-table.average-sale.table-responsive thead tr th:nth-child(4),
  .box-layout .currency-table.recent-table.average-sale.table-responsive thead tr td:nth-child(4),
  .box-layout .currency-table.recent-table.average-sale.table-responsive tbody tr th:nth-child(4),
  .box-layout .currency-table.recent-table.average-sale.table-responsive tbody tr td:nth-child(4) {
    display: none;
  }
  .box-layout .currency-table.recent-table.performer-table.table-responsive div.dt-container .dt-layout-row:last-child {
    flex-direction: column;
  }
  .box-layout .currency-table.recent-table.performer-table.table-responsive thead tr th:last-child,
  .box-layout .currency-table.recent-table.performer-table.table-responsive thead tr td:last-child,
  .box-layout .currency-table.recent-table.performer-table.table-responsive tbody tr th:last-child,
  .box-layout .currency-table.recent-table.performer-table.table-responsive tbody tr td:last-child {
    display: none;
  }
  .box-layout .currency-table.recent-table.performer-table.table-responsive thead tr th:nth-child(3),
  .box-layout .currency-table.recent-table.performer-table.table-responsive thead tr td:nth-child(3),
  .box-layout .currency-table.recent-table.performer-table.table-responsive tbody tr th:nth-child(3),
  .box-layout .currency-table.recent-table.performer-table.table-responsive tbody tr td:nth-child(3) {
    display: none;
  }
  .box-layout .currency-table.recent-table.performer-table.table-responsive thead tr th:nth-child(5),
  .box-layout .currency-table.recent-table.performer-table.table-responsive thead tr td:nth-child(5),
  .box-layout .currency-table.recent-table.performer-table.table-responsive tbody tr th:nth-child(5),
  .box-layout .currency-table.recent-table.performer-table.table-responsive tbody tr td:nth-child(5) {
    padding-right: 20px;
  }
  .box-layout .currency-table.recent-table.performer-table.table-responsive thead tr th:nth-child(4),
  .box-layout .currency-table.recent-table.performer-table.table-responsive thead tr td:nth-child(4),
  .box-layout .currency-table.recent-table.performer-table.table-responsive tbody tr th:nth-child(4),
  .box-layout .currency-table.recent-table.performer-table.table-responsive tbody tr td:nth-child(4) {
    display: none;
  }
  .box-layout .transaction-card .transaction-table table tbody tr:nth-child(6) td {
    padding-bottom: 0;
  }
  .box-layout .transaction-card .transaction-table table tbody tr:last-child td {
    display: none;
    border-bottom: none;
  }
  .box-layout .t-top-mentor .table-responsive div.dt-container .dt-layout-row:last-child {
    flex-direction: column;
  }
  .box-layout .t-top-mentor thead tr th img,
  .box-layout .t-top-mentor thead tr td img,
  .box-layout .t-top-mentor tbody tr th img,
  .box-layout .t-top-mentor tbody tr td img {
    height: 32px;
  }
  .box-layout .t-top-mentor thead tr th:nth-child(3),
  .box-layout .t-top-mentor thead tr td:nth-child(3),
  .box-layout .t-top-mentor tbody tr th:nth-child(3),
  .box-layout .t-top-mentor tbody tr td:nth-child(3) {
    display: none;
  }
  .box-layout .t-top-mentor thead tr th img,
  .box-layout .t-top-mentor thead tr td img,
  .box-layout .t-top-mentor tbody tr th img,
  .box-layout .t-top-mentor tbody tr td img {
    height: 38px;
  }
  .box-layout .completed-course-table .table-responsive div.dt-container .dt-layout-row:last-child {
    flex-direction: column;
  }
  .box-layout .completed-course-table thead tr th:last-child,
  .box-layout .completed-course-table thead tr td:last-child,
  .box-layout .completed-course-table tbody tr th:last-child,
  .box-layout .completed-course-table tbody tr td:last-child {
    display: none;
  }
  .box-layout .completed-course-table thead tr th:nth-child(2) .common-flex,
  .box-layout .completed-course-table thead tr td:nth-child(2) .common-flex,
  .box-layout .completed-course-table tbody tr th:nth-child(2) .common-flex,
  .box-layout .completed-course-table tbody tr td:nth-child(2) .common-flex {
    gap: 7px;
  }
  .box-layout .completed-course-table thead tr th:nth-child(4),
  .box-layout .completed-course-table thead tr td:nth-child(4),
  .box-layout .completed-course-table tbody tr th:nth-child(4),
  .box-layout .completed-course-table tbody tr td:nth-child(4) {
    display: none;
  }
  .box-layout .completed-course-table thead tr th .common-flex,
  .box-layout .completed-course-table thead tr td .common-flex,
  .box-layout .completed-course-table tbody tr th .common-flex,
  .box-layout .completed-course-table tbody tr td .common-flex {
    gap: 10px;
  }
  .box-layout .balance-widget .mobile-right-img {
    right: -18%;
  }
  .box-layout .recent-order table tr th:nth-child(2),
  .box-layout .recent-order table tr td:nth-child(2) {
    min-width: 97px;
  }
  .box-layout .frame-box .frame-image {
    min-width: 40px;
    height: 40px;
  }
  .box-layout .frame-box .frame-image img {
    height: 22px;
    width: 30px;
    object-fit: contain;
  }
  .box-layout .purchase-card.discover .card-body img {
    margin-top: -75px;
  }
  .box-layout .payment-gateway .pay-box .outer-line .outer-svg-box {
    width: 29px;
    height: 29px;
  }
  .box-layout .payment-gateway .pay-box .outer-line .outer-svg-box svg {
    width: 16px;
    height: 16px;
  }
  .box-layout .seller-table thead tr th:nth-child(3),
  .box-layout .seller-table thead tr td:nth-child(3),
  .box-layout .seller-table tbody tr th:nth-child(3),
  .box-layout .seller-table tbody tr td:nth-child(3) {
    display: none;
  }
  .box-layout .treading-product .table-responsive .table thead tr th .common-flex,
  .box-layout .treading-product .table-responsive .table thead tr td .common-flex,
  .box-layout .treading-product .table-responsive .table tbody tr th .common-flex,
  .box-layout .treading-product .table-responsive .table tbody tr td .common-flex {
    gap: 8px;
  }
  .box-layout .widget-1 .f-w-500 {
    display: none;
  }
  .box-layout .widget-1 .card-body {
    padding: 18px;
  }
  .box-layout .widget-1 .widget-round .bg-round {
    width: 40px;
    height: 40px;
  }
  .box-layout .widget-1 .widget-round .bg-round svg {
    width: 22px;
    height: 22px;
  }
  .box-layout .widget-1 .widget-round .bg-round .half-circle {
    height: 40px;
    left: -10px;
    width: 30px;
    bottom: -8px;
  }
  .box-layout .profile-box {
    height: 206px;
  }
  .box-layout .profile-box .cartoon {
    right: 30px;
    text-align: right;
  }
  .box-layout .profile-box .cartoon img {
    width: 70%;
  }
  .box-layout .target-content .common-box ul li:last-child {
    display: none;
  }
  .box-layout .target-content p {
    margin-block: 21px;
  }
  .box-layout .activity-log .basic-timeline ul li {
    padding-bottom: 12px;
  }
  .box-layout .activity-log .basic-timeline ul li img {
    height: 40px;
  }
  .box-layout .activity-log .basic-timeline ul li p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 225px;
  }
  .box-layout .visitor-chart .common-flex {
    gap: 4px;
  }
  .box-layout .visitor-chart .common-flex p {
    display: none;
  }
  .box-layout .recent-order-table.currency-table.recent-table .currency-icon {
    width: 44px;
    height: 44px;
  }
  .box-layout .recent-order-table.currency-table.recent-table table thead tr th:last-child,
  .box-layout .recent-order-table.currency-table.recent-table table thead tr td:last-child,
  .box-layout .recent-order-table.currency-table.recent-table table tbody tr th:last-child,
  .box-layout .recent-order-table.currency-table.recent-table table tbody tr td:last-child {
    display: none;
  }
  .box-layout .recent-order-table.currency-table.recent-table table thead tr th:nth-child(6),
  .box-layout .recent-order-table.currency-table.recent-table table thead tr td:nth-child(6),
  .box-layout .recent-order-table.currency-table.recent-table table tbody tr th:nth-child(6),
  .box-layout .recent-order-table.currency-table.recent-table table tbody tr td:nth-child(6) {
    padding-right: 20px;
  }
  .box-layout .recent-order-table.currency-table.recent-table table thead tr th:nth-child(3),
  .box-layout .recent-order-table.currency-table.recent-table table thead tr td:nth-child(3),
  .box-layout .recent-order-table.currency-table.recent-table table tbody tr th:nth-child(3),
  .box-layout .recent-order-table.currency-table.recent-table table tbody tr td:nth-child(3) {
    min-width: 80px;
  }
  .box-layout .recent-order-table.currency-table.recent-table table thead tr th:nth-child(4),
  .box-layout .recent-order-table.currency-table.recent-table table thead tr td:nth-child(4),
  .box-layout .recent-order-table.currency-table.recent-table table tbody tr th:nth-child(4),
  .box-layout .recent-order-table.currency-table.recent-table table tbody tr td:nth-child(4) {
    display: none;
  }
  .box-layout .appointments-wrapper li .main-box span:nth-child(2) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 245px;
  }
  .box-layout .buy-card .card-body {
    margin-inline: 6px;
  }
  .box-layout .buy-card img {
    height: 295px;
  }
  .box-layout .swiper.swiper-h, .box-layout .swiper.vertical-swiper {
    height: 295px;
  }
  .box-layout .main-file-sidebar .md-sidebar .md-sidebar-aside {
    width: 325px;
  }
  .box-layout .emoji-rating .main-emoji-text {
    flex-wrap: nowrap;
    height: 70px;
  }
  .box-layout .creative-wrapper {
    padding: 8px;
  }
  .box-layout .creative-wrapper .creative-info {
    padding: 15px;
  }
  .box-layout .msg-emojis-wrapper .star-widget label {
    font-size: 30px;
  }
  .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-layout .md-sidebar .md-sidebar-aside.open {
    opacity: 1;
    visibility: visible;
  }
  .box-layout .job-sidebar {
    background-color: var(--white);
    padding: 20px;
  }
  .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-] h5 {
    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 .main-divider .divider-body.divider-body-1 {
    margin-bottom: 26px;
  }
  .box-layout .main-divider .divider-body.divider-body-3 {
    margin-bottom: 32px;
  }
  .box-layout .main-divider .divider-body:last-child {
    margin-bottom: 0;
  }
  .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: 42px;
  }
  .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: 42px;
    border-radius: 10px 0 0 10px;
  }
  .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon ~ footer, .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon ~ footer {
    width: 1200px;
    left: 48%;
    padding-left: 12px;
    border-radius: 0 0 10px;
  }
  .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon ~ .footer-fix, .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon ~ .footer-fix {
    padding-left: 0;
  }
  .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon .sidebar-main .sidebar-links, .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon .sidebar-main .sidebar-links {
    height: calc(100vh - 189px);
  }
  .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-links, .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links {
    margin-top: 10px;
    margin-bottom: 20px;
    height: calc(100vh - 191px);
  }
  .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 - 130px);
    margin-top: 0;
    top: 80px;
    overflow: scroll;
    max-height: calc(100vh - 220px);
    padding-bottom: 80px;
    margin-left: 230px;
  }
  .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-track, .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #e9edf1;
  }
  .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar, .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar {
    width: 6px;
  }
  .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-thumb, .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-thumb {
    background-color: rgba(68, 102, 242, 0.15);
  }
  .box-layout .page-wrapper.compact-sidebar .page-header, .box-layout.page-wrapper.compact-sidebar .page-header {
    padding-left: 148px;
  }
  .box-layout .page-wrapper.compact-sidebar .page-body-wrapper, .box-layout.page-wrapper.compact-sidebar .page-body-wrapper {
    margin-top: 40px;
  }
  .box-layout .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper, .box-layout.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper {
    top: 40px;
  }
  .box-layout .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper.close_icon, .box-layout.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper.close_icon {
    display: none;
    transition: 0.5s;
  }
  .box-layout .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links, .box-layout.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links {
    height: calc(100vh - 166px);
    margin: 0;
  }
  .box-layout .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu, .box-layout.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu {
    left: 470px;
    top: 40px;
    height: calc(100vh - 84px);
  }
  .box-layout .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a.active ~ .sidebar-submenu, .box-layout.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a.active ~ .sidebar-submenu {
    animation: unset;
  }
  .box-layout .page-wrapper.compact-sidebar .page-body-wrapper .footer, .box-layout.page-wrapper.compact-sidebar .page-body-wrapper .footer {
    margin-left: 0;
  }
  .box-layout .page-wrapper.compact-sidebar .page-body-wrapper .page-body, .box-layout.page-wrapper.compact-sidebar .page-body-wrapper .page-body {
    min-height: calc(100vh - 90px);
    margin-top: 0;
    top: 80px;
    overflow: scroll;
    max-height: calc(100vh - 170px);
    padding-bottom: 80px;
  }
  .box-layout .page-wrapper.compact-sidebar .page-body-wrapper .page-body::-webkit-scrollbar-track, .box-layout.page-wrapper.compact-sidebar .page-body-wrapper .page-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #e9edf1;
  }
  .box-layout .page-wrapper.compact-sidebar .page-body-wrapper .page-body::-webkit-scrollbar, .box-layout.page-wrapper.compact-sidebar .page-body-wrapper .page-body::-webkit-scrollbar {
    width: 6px;
  }
  .box-layout .page-wrapper.compact-sidebar .page-body-wrapper .page-body::-webkit-scrollbar-thumb, .box-layout.page-wrapper.compact-sidebar .page-body-wrapper .page-body::-webkit-scrollbar-thumb {
    background-color: rgba(68, 102, 242, 0.15);
  }
  .box-layout .page-wrapper.compact-sidebar.compact-small .page-header, .box-layout.page-wrapper.compact-sidebar.compact-small .page-header {
    padding-left: 90px;
  }
  .box-layout .page-wrapper.compact-sidebar.compact-small .page-header.close_icon, .box-layout.page-wrapper.compact-sidebar.compact-small .page-header.close_icon {
    padding-left: 0;
  }
  .box-layout .page-wrapper.compact-sidebar.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu, .box-layout.page-wrapper.compact-sidebar.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu {
    left: 410px;
  }
  .box-layout .page-wrapper.horizontal-wrapper:before, .box-layout.page-wrapper.horizontal-wrapper:before {
    display: none;
  }
  .box-layout .page-wrapper.horizontal-wrapper .page-body-wrapper, .box-layout.page-wrapper.horizontal-wrapper .page-body-wrapper {
    margin-top: 40px;
  }
  .box-layout .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body, .box-layout.page-wrapper.horizontal-wrapper .page-body-wrapper .page-body {
    margin-top: 80px;
    min-height: calc(100vh - 310px);
    max-height: calc(100vh - 230px);
    overflow: scroll;
  }
  .box-layout .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-track, .box-layout.page-wrapper.horizontal-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #e9edf1;
  }
  .box-layout .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body::-webkit-scrollbar, .box-layout.page-wrapper.horizontal-wrapper .page-body-wrapper .page-body::-webkit-scrollbar {
    width: 6px;
  }
  .box-layout .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-thumb, .box-layout.page-wrapper.horizontal-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-thumb {
    background-color: rgba(68, 102, 242, 0.15);
  }
  .box-layout .page-wrapper.horizontal-wrapper .page-body-wrapper .footer, .box-layout.page-wrapper.horizontal-wrapper .page-body-wrapper .footer {
    padding-left: 15px;
  }
  .box-layout .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper, .box-layout.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper {
    width: 1280px;
    top: 80px;
    margin: 0;
    overflow-x: unset;
    position: relative;
  }
  .box-layout .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main #sidebar-menu, .box-layout.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main #sidebar-menu {
    left: 0%;
    transform: translate(0, 0);
    top: 125px;
    background-color: var(--white);
  }
  .box-layout .page-wrapper.horizontal-wrapper .page-header, .box-layout.page-wrapper.horizontal-wrapper .page-header {
    padding-left: 0;
  }
  .box-layout .page-wrapper.modern-type .page-header, .box-layout.page-wrapper.modern-type .page-header {
    padding-left: 0px;
  }
  .box-layout .page-wrapper.modern-type .page-header .header-wrapper .left-header, .box-layout.page-wrapper.modern-type .page-header .header-wrapper .left-header {
    width: 36%;
  }
  .box-layout .page-wrapper.modern-type .page-header .header-wrapper .nav-right, .box-layout.page-wrapper.modern-type .page-header .header-wrapper .nav-right {
    width: 46%;
  }
  .box-layout .page-wrapper.modern-type .page-body-wrapper .page-body, .box-layout.page-wrapper.modern-type .page-body-wrapper .page-body {
    margin-left: 260px;
  }
  .box-layout .page-wrapper.modern-type .page-body-wrapper .sidebar-wrapper, .box-layout.page-wrapper.modern-type .page-body-wrapper .sidebar-wrapper {
    top: 120px;
    border-radius: 15px;
    bottom: auto;
  }
  .box-layout .page-wrapper.modern-type .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links, .box-layout.page-wrapper.modern-type .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links {
    height: calc(100vh - 311px);
  }
  .box-layout .page-wrapper.modern-type .page-body-wrapper .sidebar-wrapper.close_icon .sidebar-main .sidebar-links, .box-layout.page-wrapper.modern-type .page-body-wrapper .sidebar-wrapper.close_icon .sidebar-main .sidebar-links {
    height: calc(100vh - 316px);
  }
  .box-layout .page-wrapper.modern-type .page-body-wrapper .sidebar-wrapper.close_icon ~ footer, .box-layout.page-wrapper.modern-type .page-body-wrapper .sidebar-wrapper.close_icon ~ footer {
    width: 1280px;
    left: 50%;
    margin-left: 0;
  }
  .box-layout .page-wrapper.modern-type .page-body-wrapper .footer, .box-layout.page-wrapper.modern-type .page-body-wrapper .footer {
    margin-left: 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;
    padding-left: 230px;
    margin-top: 42px;
    border-radius: 10px 10px 0 0;
    width: unset;
  }
  .box-layout .page-wrapper .page-header.close_icon, .box-layout.page-wrapper .page-header.close_icon {
    padding-left: 80px;
    margin-left: auto;
    width: calc(100% - 0px);
    transition: 0.5s;
  }
  .box-layout .page-wrapper .page-header.close_icon .header-wrapper, .box-layout.page-wrapper .page-header.close_icon .header-wrapper {
    border-radius: 0px 10px 0 0;
  }
  .box-layout .page-wrapper .page-header .header-wrapper, .box-layout.page-wrapper .page-header .header-wrapper {
    border: 1px solid #f8f8f8;
    border-radius: 0px 10px 0px 0px;
  }
  .box-layout .page-wrapper.horizontal-wrapper .page-header .header-wrapper, .box-layout.page-wrapper.horizontal-wrapper .page-header .header-wrapper {
    border-radius: 10px 10px 0 0;
  }
  .box-layout .page-wrapper.horizontal-wrapper .page-header .header-wrapper .nav-right,
  .box-layout .page-wrapper.horizontal-wrapper .page-header .header-wrapper .left-header, .box-layout.page-wrapper.horizontal-wrapper .page-header .header-wrapper .nav-right,
  .box-layout.page-wrapper.horizontal-wrapper .page-header .header-wrapper .left-header {
    width: 38%;
  }
  .box-layout .page-wrapper.material-type .page-body-wrapper, .box-layout.page-wrapper.material-type .page-body-wrapper {
    margin-top: 0;
  }
  .box-layout .page-wrapper.material-type .page-body-wrapper .page-body, .box-layout.page-wrapper.material-type .page-body-wrapper .page-body {
    margin-top: 0;
  }
  .box-layout .page-wrapper.material-type .page-body-wrapper .sidebar-wrapper, .box-layout.page-wrapper.material-type .page-body-wrapper .sidebar-wrapper {
    top: 0;
  }
  .box-layout .page-wrapper.material-icon .page-header.close_icon, .box-layout.page-wrapper.material-icon .page-header.close_icon {
    margin-top: 40px !important;
  }
  .box-layout .page-wrapper.material-icon .page-body-wrapper, .box-layout.page-wrapper.material-icon .page-body-wrapper {
    margin-top: 0;
  }
  .box-layout .page-wrapper.material-icon .page-body-wrapper .page-body, .box-layout.page-wrapper.material-icon .page-body-wrapper .page-body {
    top: 0;
    min-height: calc(100vh - 170px);
    padding-bottom: 40px;
  }
  .box-layout .page-wrapper.advance-layout .page-header, .box-layout.page-wrapper.advance-layout .page-header {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
  }
  .box-layout .page-wrapper.advance-layout .page-body-wrapper, .box-layout.page-wrapper.advance-layout .page-body-wrapper {
    margin-top: 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 footer:not(.kanban-container footer), .box-layout.page-wrapper .page-body-wrapper footer:not(.kanban-container footer) {
    width: 1280px;
    margin: 0 auto;
    padding-left: 230px;
    margin-bottom: 40px !important;
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 0 0 10px 10px;
  }
  .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 canvas#myLineCharts, .box-layout.page-wrapper .page-body-wrapper canvas#myLineCharts {
    width: 100%;
  }
  .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 .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 .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 {
    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 .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-9, .box-layout.page-wrapper .box-col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .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 .box-ord-1, .box-layout.page-wrapper .box-ord-1 {
    order: 1 !important;
  }
  .box-layout .page-wrapper .box-ord-2, .box-layout.page-wrapper .box-ord-2 {
    order: 2 !important;
  }
  .box-layout .page-wrapper .box-ord-3, .box-layout.page-wrapper .box-ord-3 {
    order: 3 !important;
  }
  .box-layout .page-wrapper .box-ord-4, .box-layout.page-wrapper .box-ord-4 {
    order: 4 !important;
  }
  .box-layout .page-wrapper .box-ord-5, .box-layout.page-wrapper .box-ord-5 {
    order: 5 !important;
  }
  .box-layout .page-wrapper .box-ord-6, .box-layout.page-wrapper .box-ord-6 {
    order: 6 !important;
  }
  .box-layout .page-wrapper .box-ord-7, .box-layout.page-wrapper .box-ord-7 {
    order: 7 !important;
  }
  .box-layout .page-wrapper .box-ord-8, .box-layout.page-wrapper .box-ord-8 {
    order: 8 !important;
  }
  .box-layout .page-wrapper .box-ord-9, .box-layout.page-wrapper .box-ord-9 {
    order: 9 !important;
  }
  .box-layout .page-wrapper .box-ord-10, .box-layout.page-wrapper .box-ord-10 {
    order: 10 !important;
  }
  .box-layout .page-wrapper .chat-menu, .box-layout.page-wrapper .chat-menu {
    right: 0;
    border-top: 1px solid #ddd;
    opacity: 0;
    transform: translateY(-30px);
    visibility: hidden;
    top: 81px;
    position: absolute;
    z-index: 9;
    background-color: #fff;
    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 .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 .comingsoon video, .box-layout.page-wrapper .comingsoon video {
    min-width: 67%;
    width: 67%;
  }
  .box-layout .page-wrapper .general-widget-wrapper .main-session-devices .apexcharts-inner, .box-layout.page-wrapper .general-widget-wrapper .main-session-devices .apexcharts-inner {
    transform: scale(0.68);
  }
  .box-layout .page-wrapper .badge-heading h1,
  .box-layout .page-wrapper .badge-heading h2,
  .box-layout .page-wrapper .badge-heading h3,
  .box-layout .page-wrapper .badge-heading h4,
  .box-layout .page-wrapper .badge-heading h5, .box-layout.page-wrapper .badge-heading h1,
  .box-layout.page-wrapper .badge-heading h2,
  .box-layout.page-wrapper .badge-heading h3,
  .box-layout.page-wrapper .badge-heading h4,
  .box-layout.page-wrapper .badge-heading h5 {
    margin-bottom: 38px;
  }
  .box-layout .page-wrapper .smooth-animate .label, .box-layout.page-wrapper .smooth-animate .label {
    top: -175px;
  }
}
@media (max-width: 1500px) {
  .box-layout .bounce-rate-wrapper {
    margin: -38px -20px -30px 0px;
  }
  .box-layout .visit-duration-wrapper {
    margin: -42px 35px -30px 0px;
  }
}
@media (max-width: 1290px) {
  .box-layout .our-product-wrapper .our-product-content .add-quantity {
    gap: 5px;
  }
}
@media (min-width: 1211px) {
  .box-layout .std-class-chart {
    margin-block: 64px;
  }
}
@media (max-width: 1585px) and (min-width: 1486px) {
  .box-layout .payment-methods .bg-payment {
    width: 68px;
    height: 68px;
  }
}
@media (max-width: 1485px) and (min-width: 1446px) {
  .box-layout .payment-methods .bg-payment {
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 1445px) and (min-width: 1456px) {
  .box-layout .payment-methods .bg-payment {
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 1455px) and (min-width: 1200px) {
  .box-layout .payment-methods .bg-payment {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1410px) {
  .box-layout .std-class-chart .apexcharts-legend {
    gap: 0 !important;
  }
}

/**=====================
  5.9 Box-layout CSS Ends
==========================**/
/* ---------------------
	*** themes ***
-----------------------*/
/**=====================
  4.2 Theme-customizer CSS Start
==========================**/
.customizer-links {
  position: fixed;
  right: 0px;
  top: 50%;
  z-index: 8;
  transform: translate(0, -50%);
  box-shadow: 0 0 37px rgba(8, 21, 66, 0.1);
}
.customizer-links > .nav {
  border-radius: 8px;
  padding: 10px;
  background-color: #fff;
}
.customizer-links.open {
  right: 330px;
  border-radius: 8px 0 0 8px;
  transition: all 0.3s ease;
}
.customizer-links .nav-link {
  padding: 0;
  position: relative;
}
.customizer-links .nav-link:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(16, 139, 233, 0.1);
  border-radius: 5px;
  transform: scale(0);
  transition: all 0.3s ease;
}
.customizer-links .nav-link:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: 12px;
  border-width: 5px 0 5px 5px;
  border-left-color: #e8e6ff;
  opacity: 0;
  transform: scale(0);
  color: #fff;
  left: -10px;
  z-index: 2;
  transition: all 0.3s ease;
}
.customizer-links .nav-link:hover i {
  color: var(--theme-default);
}
.customizer-links .nav-link:hover:before, .customizer-links .nav-link:hover:after {
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s ease;
}
.customizer-links .nav-link:hover span {
  opacity: 1;
  right: 48px;
  transform: scale(1);
  transition: all 0.3s ease;
}
.customizer-links .nav-link + .nav-link {
  margin-bottom: 5px;
}
.customizer-links .nav-link span {
  position: absolute;
  right: -60px;
  width: max-content;
  text-align: right;
  padding: 7px 10px;
  display: block;
  top: 0;
  border-radius: 5px;
  transform: scale(0);
  transition: all 0.3s ease;
  opacity: 0;
  color: var(--theme-default);
  background-color: #e8e6ff;
  box-shadow: 0 0 37px rgba(8, 21, 66, 0.1);
}
.customizer-links .nav-link i {
  font-size: 17px;
  padding: 8px 10px;
  display: inline-block;
  cursor: pointer;
  margin: 0;
  color: gray;
  border-radius: 5px;
}

.customizer-contain {
  direction: ltr;
  position: fixed;
  height: 100vh;
  top: 79px;
  width: 333px;
  right: -335px;
  background-color: #fff;
  z-index: 8;
  transition: all 0.3s ease;
}
.customizer-contain.open {
  right: 0px;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px 1px rgba(68, 102, 242, 0.05);
}
.customizer-contain li {
  position: relative;
}
.customizer-contain li.active {
  box-shadow: 0 0 11px 5px rgba(226, 226, 226, 0.5);
}
.customizer-contain h6 {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-top: 12px;
  padding-top: 12px;
  margin-bottom: 5px;
  color: #000;
}
.customizer-contain .customizer-header {
  padding: 15px 25px;
  border-bottom: 1px solid #f4f4f4;
}
.customizer-contain .customizer-header .icon-close {
  position: absolute;
  font-size: 18px;
  cursor: pointer;
  font-weight: 900;
  right: 24px;
  color: var(--theme-default);
}
.customizer-contain .customizer-header h5 {
  text-transform: uppercase;
  color: #000;
}
.customizer-contain .customizer-header p i {
  padding-left: 4px;
}
.customizer-contain .customizer-body {
  padding: 15px 25px;
  max-height: calc(100vh - 200px);
  overflow-y: scroll;
}
.customizer-contain .customizer-body .fade:not(.show) {
  display: none;
}
.customizer-contain .customizer-body .unlimited-color-layout {
  display: flex;
  align-items: center;
}
.customizer-contain .customizer-body .unlimited-color-layout .btn {
  font-size: 15px;
  padding: 4px 20px;
}
.customizer-contain .customizer-body .unlimited-color-layout input {
  border: 1px solid #cccccc;
  height: 35px;
  width: 35px;
  border-radius: 5px;
  background-color: #fff;
  margin-right: 5px;
}
.customizer-contain .customizer-body .layout-grid.customizer-mix .color-layout {
  height: 70px;
  width: 80px;
  border: 1px solid #f6f7fb;
  border-radius: 5px;
}
.customizer-contain .customizer-body .tab-pane > h6:first-child {
  padding-top: 0;
  margin-top: 0;
}
.customizer-contain .customizer-body li {
  cursor: pointer;
  opacity: 0.9;
}
.customizer-contain .customizer-body li.active {
  opacity: 1;
}
.customizer-contain .customizer-body .color-layout {
  height: 35px;
  width: 35px;
  border-radius: 6px;
  display: inline-block;
  margin-right: 3px;
  border: 1px solid #b8b8b8;
  padding: 3px;
}
.customizer-contain .customizer-body .color-layout > div {
  background-color: #108be9;
  height: 100%;
  width: 100%;
  border-radius: 5px;
}
.customizer-contain .customizer-body .color-layout[data-attr=color-2] div {
  background-color: #4831D4;
}
.customizer-contain .customizer-body .color-layout[data-attr=color-3] div {
  background-color: #d64dcf;
}
.customizer-contain .customizer-body .color-layout[data-attr=color-4] div {
  background-color: #4c2fbf;
}
.customizer-contain .customizer-body .color-layout[data-attr=color-5] div {
  background-color: #7c4dff;
}
.customizer-contain .customizer-body .color-layout[data-attr=color-6] div {
  background-color: #3949ab;
}
.customizer-contain .customizer-body .dark > li {
  background-color: #2f3c4e;
}
.customizer-contain .customizer-body .main-layout > li {
  height: 65px;
  width: 85px;
  border: 1px solid #f4f4f4;
  border-radius: 10px;
  display: inline-block;
}
.customizer-contain .customizer-body .main-layout > li + li {
  margin-left: 6px;
}
.customizer-contain .customizer-body .main-layout .box-layout .body .badge {
  left: -14px;
}
.customizer-contain .customizer-body .sidebar-type > li,
.customizer-contain .customizer-body .sidebar-setting > li {
  height: 70px;
  width: 85px;
  border: 1px solid #f4f4f4;
  border-radius: 5px;
  display: inline-block;
}
.customizer-contain .customizer-body .sidebar-type > li + li,
.customizer-contain .customizer-body .sidebar-setting > li + li {
  margin-left: 7px;
}
.customizer-contain .customizer-body .sidebar-type li[data-attr=normal-sidebar] .body ul li.bg-dark, .customizer-contain .customizer-body .sidebar-type li[data-attr=normal-sidebar] .body ul li.sidebar {
  width: 100%;
  height: 10px;
  display: block;
}
.customizer-contain .customizer-body .sidebar-type li[data-attr=normal-sidebar] .body ul li.bg-light, .customizer-contain .customizer-body .sidebar-type li[data-attr=normal-sidebar] .body ul li.body {
  height: calc(100% - 10px);
  width: 100%;
}
.customizer-contain .customizer-body .sidebar-type li[data-attr=normal-sidebar].body-compact .body ul li.body {
  width: calc(100% - 25px);
}
.customizer-contain .customizer-body .layout-types {
  margin-bottom: -30px;
}
.customizer-contain .customizer-body .layout-types > li {
  display: block;
  width: unset;
  height: unset;
  margin-bottom: 30px;
}
.customizer-contain .customizer-body .layout-types > li .layout-img h6 {
  padding-top: 0;
  text-transform: inherit;
  text-align: center;
}
.customizer-contain .customizer-body .layout-types .box-layout {
  background: unset;
}

.layout-grid:not(.customizer-color) li {
  padding: 5px;
}
.layout-grid:not(.customizer-color) li > .header {
  height: 9px;
  border-radius: 3px;
  position: relative;
}
.layout-grid:not(.customizer-color) li > .header ul {
  position: absolute;
  top: -8px;
  left: 5px;
}
.layout-grid:not(.customizer-color) li > .header ul > li {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  top: calc(50% - 3px);
  background-color: var(--theme-default);
  margin-right: 2px;
  padding: 0;
}
.layout-grid:not(.customizer-color) li > .header ul > li:nth-child(2) {
  background-color: var(--theme-secondary);
}
.layout-grid:not(.customizer-color) li > .header ul > li:nth-child(3) {
  background-color: #65c15c;
}
.layout-grid:not(.customizer-color) li > .body {
  background-color: #f4f4f4;
  height: calc(100% - 16px);
  border-radius: 3px;
  position: relative;
  margin-top: 5px;
  text-align: center;
  line-height: 3.1;
}
.layout-grid:not(.customizer-color) li > .body ul {
  height: 100%;
  background-color: #fff;
}
.layout-grid:not(.customizer-color) li > .body ul .sidebar {
  width: 18px;
  height: 100%;
  border-radius: 3px;
  display: inline-block;
  margin-right: 3px;
  padding: 0;
}
.layout-grid:not(.customizer-color) li > .body ul .sidebar.compact {
  width: 12px;
}
.layout-grid:not(.customizer-color) li > .body ul .sidebar.compact ~ .body {
  width: calc(100% - 19px);
}
.layout-grid:not(.customizer-color) li > .body ul .body {
  width: calc(100% - 25px);
  padding: 0;
  margin: 0;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.layout-grid:not(.customizer-color) li > .body ul .body .badge {
  position: absolute;
}
.layout-grid:not(.customizer-color) li:nth-child(2) > .body ul .sidebar {
  margin-left: 3px;
}

/**=====================
    4.2 Theme-customizer CSS Ends
==========================**/
/**=====================
  4.3 Update CSS Start
==========================**/
.jsgrid-filter-row select,
.jsgrid-filter-row input {
  padding: 6px 10px;
  border: 1px solid #f2f4ff;
  background: #fff;
}

.tooltip.bs-tooltip-top .tooltip-arrow:before {
  border-top-color: #eae8ff;
}
.tooltip.bs-tooltip-bottom .tooltip-arrow:before {
  border-bottom-color: #eae8ff;
  border-top-color: transparent;
}
.tooltip.bs-tooltip-start .tooltip-arrow:before {
  border-left-color: #eae8ff;
  border-top-color: transparent;
}
.tooltip.bs-tooltip-end .tooltip-arrow:before {
  border-right-color: #eae8ff;
  border-top-color: transparent;
}
.tooltip .tooltip-inner {
  background-color: #eae8ff;
  color: #108be9;
}
.tooltip .tooltip-arrow:before {
  border-top-color: #eae8ff;
}

.dropdown-basic .dropdown .dropdown-content a {
  padding: 6px 16px;
  color: #2b2b2b;
  opacity: 0.6;
  font-size: 13px;
  border-top: 1px solid #efefef;
  background: var(--white);
}
.dropdown-basic .dropdown .dropdown-content a:hover {
  background-color: #fff;
}
.dropdown-basic .dropdown .dropdown-content .dropdown-header {
  padding: 8px 16px;
  font-weight: 400;
  color: #3f475a;
  font-size: 13px;
}
.dropdown-basic .dropup .dropup-content {
  top: auto;
}

.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;
}
[dir=rtl] .default-according .card .card-header i {
  margin-right: unset;
  margin-left: 5px;
}
.default-according .card .card-header h5 {
  margin-top: 0;
}
.default-according .card .card-header .btn-link {
  padding: 12px 20px;
  width: 100%;
  text-align: left;
  letter-spacing: 0.7px;
  font-family: Roboto;
  border: 1px solid #efefef;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-weight: 500;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
[dir=rtl] .default-according .card .card-header .btn-link {
  text-align: right;
}
@media (max-width: 575px) {
  .default-according .card .card-header .btn-link {
    padding: 12px 15px;
  }
}
.default-according .card .card-body {
  padding: 15px 20px;
  line-height: 22px;
  font-size: 14px;
  border-color: #efefef;
  border-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #3f475a;
}

.nav-tabs {
  border-bottom-color: #efefef;
}
.nav-tabs .nav-bottom .nav-item .nav-link.active {
  border-color: #efefef;
}

.nav-tabs .nav-item.show .nav-link {
  font-weight: 500;
}
.nav-tabs .nav-link {
  color: #3f475a;
}
.nav-tabs .nav-link.active {
  font-weight: 500;
}
.nav-tabs.nav-bottom .nav-item .nav-link.active {
  border-color: #e9edf1 #e9edf1 #fff;
}

.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;
  z-index: 2;
}
.dropdown-menu .dropdown-item {
  color: #2b2b2b;
  opacity: 0.6;
  font-size: 13px;
  padding: 6px 12px;
  border-top: 1px solid #efefef;
  background: var(--white);
}
.dropdown-menu .dropdown-item:hover {
  background-color: #cccccc;
}
.dropdown-menu .dropdown-divider {
  margin: 0;
  border-top: 1px solid #cccccc;
}

.border-tab .nav-tabs .nav-item .nav-link.active {
  border-bottom: 2px solid #108be9;
}
.border-tab .nav-tabs .nav-item .nav-link.show {
  border-bottom: 2px solid #108be9;
}
.border-tab .nav-tabs .nav-item .nav-link:focus {
  border-bottom: 2px solid #108be9;
}

.timeliny .timeliny-dot::before {
  font-size: 18px;
}

.component .input-group .btn {
  line-height: 32px;
  text-transform: capitalize;
}

.login-card .login-main .theme-form label {
  font-size: 14px;
}
.login-card .login-main .theme-form .show-hide {
  top: 50%;
}

.faq-accordion .card .btn-link svg {
  margin-left: 20px;
}
@media (max-width: 575.98px) {
  .faq-accordion .card .btn-link svg {
    margin-left: 10px;
  }
}

.form-control:focus,
.form-select:focus {
  box-shadow: 0 9px 9px -5px rgba(16, 139, 233, 0.3);
  border-color: rgba(16, 139, 233, 0.3);
}

.job-filter .faq-form .form-control {
  font-size: 14px;
}
.job-filter .faq-form .search-icon {
  width: 16px;
  height: 16px;
}

.dt-button-collection {
  width: auto !important;
}
.dt-button-collection .btn-group {
  width: 100%;
}
.dt-button-collection .dropdown-item:hover {
  background-color: var(--white) !important;
}

.carousel .carousel-indicators {
  margin-bottom: 3px;
}

.carousel-item .carousel-caption {
  width: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 26px 10px;
  background-color: rgba(38, 41, 50, 0.51);
}
.carousel-item .carousel-caption h5,
.carousel-item .carousel-caption p {
  color: #fff;
}
.carousel-item .carousel-opacity {
  background-color: rgba(244, 244, 244, 0.51);
}

.carousel-dark .carousel-caption h5,
.carousel-dark .carousel-caption p {
  color: #000;
}

.carousel .carousel-control-prev-icon,
.carousel .carousel-control-next-icon {
  width: calc(23px + 9 * (100vw - 320px) / 1600);
  height: calc(23px + 9 * (100vw - 320px) / 1600);
}

.swiper.swiper-h, .swiper.vertical-swiper {
  height: calc(170px + 330 * (100vw - 320px) / 1600);
}
.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
  font-size: calc(23px + 9 * (100vw - 320px) / 1600);
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--theme-default);
}

.nested-horizontal-swiper {
  height: 500px;
}
.nested-horizontal-swiper .nested-vertical-swiper {
  height: 100%;
}

.autoplay-swiper .swiper-button-prev,
.autoplay-swiper .swiper-button-next {
  color: var(--white);
}

.thumb-swiper-wrapper .swiper {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.thumb-swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.thumb-swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thumb-swiper-wrapper body {
  background: #3f475a;
  color: #3f475a;
}
.thumb-swiper-wrapper .mySwiper2 {
  height: 80%;
  width: 100%;
}
.thumb-swiper-wrapper .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.thumb-swiper-wrapper .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.thumb-swiper-wrapper .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.coverflow-slider.swiper {
  width: 100%;
}
.coverflow-slider.swiper .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
}
@media (max-width: 478px) and (min-width: 396px) {
  .coverflow-slider.swiper .swiper-slide {
    width: 200px;
  }
}
@media (max-width: 395px) and (min-width: 361px) {
  .coverflow-slider.swiper .swiper-slide {
    width: 170px;
  }
}
@media (max-width: 360px) {
  .coverflow-slider.swiper .swiper-slide {
    width: 138px;
  }
}
.coverflow-slider.swiper .swiper-slide img {
  display: block;
  width: 100%;
}

[dir=rtl] .rating-header h4 {
  direction: ltr;
}

.animated-toast {
  z-index: 11;
}

@media (max-width: 390px) {
  .animated-toast .toast {
    width: 285px;
  }
  .animated-toast .toast .toast-header h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 220px;
  }
}

.animate-img .animate-widget img {
  width: 100%;
  height: calc(190px + 160 * (100vw - 320px) / 1600);
  margin: 0 auto;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
}

.animated-modal-wrapper .common-align {
  flex-direction: column;
  gap: 26px;
}
.animated-modal-wrapper .animated-modal {
  flex-flow: column;
  gap: 15px;
  justify-content: center;
  margin-bottom: 0;
  align-items: stretch;
}
.animated-modal-wrapper .animated-modal .animated-modal-md-mb {
  justify-content: center;
  align-items: center;
}
@media (max-width: 442px) {
  .animated-modal-wrapper .animated-modal .animated-modal-md-mb {
    gap: 4px;
  }
}
@media (max-width: 363px) {
  .animated-modal-wrapper .animated-modal .animated-modal-md-mb {
    justify-content: flex-start;
  }
}
@media (max-width: 442px) and (min-width: 364px) {
  .animated-modal-wrapper .animated-modal .form-select {
    width: 75% !important;
  }
}
@media (max-width: 363px) {
  .animated-modal-wrapper .animated-modal .form-select {
    width: 85% !important;
    margin-inline: 12px;
  }
}

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

.animate-widget img {
  border-radius: 10px;
}

.task-container .badge {
  line-height: 13px;
}

.add-post form .form-control:focus {
  border: 1px solid var(--recent-dashed-border);
  box-shadow: unset;
}

.starter-main .alert-primary.inverse {
  padding: 13px 20px 13px 65px;
  border-color: #108be9;
  color: #3f475a;
}
[dir=rtl] .starter-main .alert-primary.inverse {
  padding: 13px 65px 13px 20px;
}
.starter-main .alert-primary.inverse:before {
  content: "";
  position: absolute;
  left: 55px;
  width: 0;
  height: 0;
  top: 50%;
  border-left: 7px solid #108be9;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  transform: translateY(-50%);
}
[dir=rtl] .starter-main .alert-primary.inverse:before {
  border-right: 7px solid #108be9;
  border-left: unset;
  left: unset;
  right: 55px;
}
.starter-main .alert-primary.inverse i {
  padding: 17px 20px;
  display: flex;
  align-items: center;
  background-color: #108be9;
  color: #fff;
  border-radius: 0px 0 0 3px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
[dir=rtl] .starter-main .alert-primary.inverse i {
  right: 0;
  left: unset;
}

.helper-classes {
  padding: 30px;
  margin-bottom: 0;
  white-space: pre-line;
}

.starter-kit-fix .page-body {
  margin-bottom: 52px;
}

.starter-main .card-body p {
  font-size: 14px;
}
.starter-main .card-body ul {
  padding-left: 30px;
  list-style-type: disc;
  margin-bottom: 15px;
}
.starter-main .card-body h5 {
  font-size: 18px;
}
.starter-main .card-body pre {
  white-space: pre-line;
  padding: 30px;
}
.starter-main .alert {
  background-color: rgba(68, 102, 242, 0.2) !important;
}
.starter-main .alert i {
  display: flex;
  align-items: center;
}

.card-block .table-responsive .table caption {
  padding-left: 10px;
}
.card-block .table-responsive .table-bordered td {
  vertical-align: middle;
}
.card-block .table-border-radius {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.card-block .default-checkbox-align #checkbox1 {
  margin-right: 10px;
}
.card-block .default-checkbox-align #radio {
  margin-right: 5px;
}

#example-style-3_wrapper #example-style-3 tfoot {
  border-top: 2px solid #efefef;
}

.chart-vertical-center {
  display: flex;
  justify-content: center;
}
.chart-vertical-center #myDoughnutGraph,
.chart-vertical-center #myPolarGraph {
  width: auto !important;
}

#editor .ace_scroller .ace_content .ace_layer .ace_print-margin {
  visibility: hidden !important;
}

.animated-dropfile #top {
  margin-top: 20px;
}
.animated-dropfile .btn-container {
  background: var(--white);
  border-radius: 5px;
  line-height: 0;
  margin: 34px 0;
}
.animated-dropfile .imgupload {
  color: var(--chart-text-color);
  font-size: 50px;
}
.animated-dropfile #namefile {
  color: var(--chart-text-color);
}
.animated-dropfile h4 > strong {
  color: #fc564a;
}
.animated-dropfile .imgupload.ok {
  display: none;
  color: #65c15c;
}
.animated-dropfile .imgupload.stop {
  display: none;
  color: #fc564a;
}
.animated-dropfile #fileup {
  opacity: 0;
  -moz-opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  width: 200px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 34px;
  height: 35px;
}
.animated-dropfile #submitbtn {
  padding: 5px 50px;
  display: none;
}
.animated-dropfile #fakebtn {
  padding: 5px 40px;
}
.animated-dropfile #sign {
  color: #1E2832;
  position: fixed;
  right: 10px;
  bottom: 10px;
  text-shadow: 0px 0px 0px #1E2832;
  transition: all 0.3s;
}
.animated-dropfile #sign:hover {
  color: #1E2832;
  text-shadow: 0px 0px 5px #1E2832;
}

.element-draggable {
  background-color: #f1edf3;
  color: #29262b;
  padding: 1rem;
  margin-top: 14px;
  transition: opacity 200ms ease;
}
.element-draggable:first-child {
  margin-top: 0;
}

.dragging {
  opacity: 0.5;
  transition: opacity 1s ease;
}

.reload-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 12px;
}

.button-light-light {
  background-color: rgba(244, 244, 244, 0.5) !important;
}

.bootstrap-select {
  width: 100% !important;
}
.bootstrap-select .dropdown-toggle {
  width: 100%;
  color: #898989;
  background-color: var(--white) !important;
  border-color: #cccccc !important;
  border-radius: 6px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: unset !important;
}
.bootstrap-select .dropdown-toggle::after {
  font-size: 15px;
}
.bootstrap-select .dropdown-menu {
  width: 100%;
}
.bootstrap-select .dropdown-menu .no-results {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.todo-wrap.email-wrap .email-app-sidebar .main-menu > li a .badge {
  padding: 4px 6px;
}
.todo-wrap .todo-list-header .new-task-wrapper .form-control.error {
  margin: 0px;
}
.todo-wrap .todo .todo-list-wrapper #todo-list .task .task-container {
  padding: 6px 0;
}
.todo-wrap .todo .todo-list-wrapper #todo-list .task .task-container .task-action-btn .action-box:hover {
  border: 1px solid transparent !important;
}
.todo-wrap .todo .todo-list-wrapper #todo-list .task:first-child .task-container {
  border-top: 0;
  padding-top: 0;
}
.todo-wrap .todo .todo-list-wrapper #todo-list .task:last-child .task-container {
  border-bottom: 0;
  padding-bottom: 0;
}
.todo-wrap .todo .notification-popup {
  z-index: 5;
}

.tilt-showcase .sub-title {
  border-bottom: 0 !important;
}
.tilt-showcase pre {
  padding: 12px;
  margin-top: 7px;
}

.support-ticket-font ul {
  font-size: 13px;
}

.ecommerce-widget {
  box-shadow: none;
  border: 1px solid #f1f3ff !important;
  border-radius: 5px;
}
.ecommerce-widget .total-num {
  color: #404040;
  margin: 0;
  letter-spacing: 1px;
}
.ecommerce-widget .total-num span {
  color: #000;
}
.ecommerce-widget .row {
  align-items: center;
}
.ecommerce-widget .progress-showcase {
  margin-top: 20px;
}
.ecommerce-widget span {
  color: #75758a;
  margin: 0;
  cursor: pointer;
}
.ecommerce-widget .icon {
  color: #efefef;
  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));
}

.typeahead-wrapper .tt-menu {
  z-index: 6 !important;
}

/**=====================
    4.3 Update CSS Ends
==========================**/
/**=====================
	4.1. Dark CSS Start
==========================**/
body.dark-only {
  color: rgba(255, 255, 255, 0.6);
  background-color: #1d1e26;
}
body.dark-only .card {
  --bs-card-title-color: var(--body-font-color);
  --bs-card-subtitle-color: var(--body-font-color);
  --bs-card-cap-color: var(--body-font-color);
  --bs-card-color: var(--body-font-color);
  --bs-body-color: var(--body-font-color);
}
body.dark-only .breadcrumb {
  --bs-breadcrumb-bg: transparent;
}
body.dark-only .toast {
  --bs-toast-color: var(--body-font-color);
}
body.dark-only .modal {
  --bs-modal-color: rgba(255, 255, 255, 0.4);
  --bs-modal-footer-bg: $dark-card-background;
}
body.dark-only .form-control {
  background-color: #262932;
  border-color: #374558;
}
body.dark-only .form-control::placeholder {
  color: rgba(255, 255, 255, 0.2);
}
body.dark-only .c-light {
  color: #98a6ad;
}
body.dark-only .c-o-light {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only input:-webkit-autofill,
body.dark-only input:-webkit-autofill:hover,
body.dark-only input:-webkit-autofill:focus,
body.dark-only input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.6);
}
body.dark-only input[type=file]::file-selector-button {
  color: rgba(255, 255, 255, 0.6);
  background-color: #262932 !important;
}
body.dark-only input[type=file]::file-selector-button:hover {
  color: rgba(255, 255, 255, 0.6) !important;
  background-color: #262932 !important;
}
body.dark-only .apexcharts-tooltip.light .apexcharts-tooltip-title {
  background: #1d1e26;
  color: #fff;
}
body.dark-only .apexcharts-tooltip.apexcharts-theme-light {
  border: 1px solid #374558;
  background: #1d1e26;
}
body.dark-only .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  border: 1px solid #374558;
  background: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .apexcharts-tooltip-series-group {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .apexcharts-yaxistooltip,
body.dark-only .apexcharts-xaxistooltip {
  color: rgba(255, 255, 255, 0.6);
  background: #1d1e26;
  border: 1px solid #374558;
}
body.dark-only .apexcharts-yaxistooltip-left::before, body.dark-only .apexcharts-yaxistooltip-left::after {
  border-left-color: #374558;
}
body.dark-only .apexcharts-xaxistooltip-bottom::before, body.dark-only .apexcharts-xaxistooltip-bottom::after {
  border-bottom-color: #374558;
}
body.dark-only .bottom-content .apexcharts-canvas span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .apexcharts-canvas .apexcharts-tooltip {
  border: 1px solid #374558;
}
body.dark-only .apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-title {
  margin-bottom: 0;
}
body.dark-only .apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-series-group {
  background-color: #262932;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .apexcharts-canvas .apexcharts-yaxis text {
  fill: #98a6ad;
}
body.dark-only .apexcharts-xaxistooltip {
  background-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid #374558;
}
body.dark-only .apexcharts-xaxistooltip-bottom:before {
  border-bottom-color: #374558;
}
body.dark-only .apexcharts-xaxistooltip-bottom:after {
  border-bottom-color: #374558;
}
body.dark-only .apexcharts-tooltip.apexcharts-theme-light {
  border: 1px solid #374558;
  background: #1d1e26;
}
body.dark-only .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-text {
  color: #98a6ad;
}
body.dark-only .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  background: #262932;
  border-bottom: 1px solid #374558;
  color: #98a6ad;
}
body.dark-only .apexcharts-yaxis text {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .theme-form input[type=text] {
  background-color: #1d1e26;
  border: 1px solid #374558;
}
body.dark-only .theme-form textarea {
  background-color: #1d1e26;
}
body.dark-only .page-body .bg-light {
  background-color: #1d1e26 !important;
}
body.dark-only .basic-wizard .stepper-horizontal .step .step-circle {
  border-color: #323846;
}
body.dark-only .basic-wizard .stepper-horizontal .step .step-bar-left {
  border-color: #374558;
}
body.dark-only .wizard-4 .step-container {
  background-color: #262932;
  border-color: #374558;
}
body.dark-only .wizard-4 .login-card .login-main {
  background-color: #1d1e26;
}
body.dark-only .total-balance {
  background-blend-mode: overlay;
}
body.dark-only .progress {
  background: rgba(255, 255, 255, 0.2);
}
body.dark-only .icon-state .switch-state:after {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .social-widget .social-icons {
  box-shadow: 0px 42.1092px 27.8569px #1d1e26, 0px 8.90772px 7.12618px #1d1e26, 0px 2.02448px 3.44162px #1d1e26;
}
body.dark-only .calendar-basic .md-sidebar-aside {
  background: #262932;
}
body.dark-only .calendar-basic #external-events {
  border-color: #374558;
}
body.dark-only .calendar-basic .calendar-default .fc .fc-daygrid-day-number,
body.dark-only .calendar-basic .calendar-default .fc .fc-col-header-cell-cushion {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .clockpicker-popover .popover-title {
  background-color: #262932;
}
body.dark-only .clockpicker-popover.bottom > .arrow {
  border-bottom-color: #1d1e26;
}
body.dark-only .clockpicker-popover.bottom > .arrow:after {
  border-bottom-color: #262932;
}
body.dark-only .clockpicker-popover.top > .arrow {
  border-top-color: #1d1e26;
}
body.dark-only .clockpicker-popover.top > .arrow::after {
  border-top-color: #262932;
}
body.dark-only .clockpicker-popover.left > .arrow {
  border-left-color: #1d1e26;
}
body.dark-only .clockpicker-popover.left > .arrow::after {
  border-left-color: #262932;
}
body.dark-only .clockpicker-popover .popover-title {
  border-bottom-color: #262932;
}
body.dark-only .fc-theme-standard .fc-scrollgrid,
body.dark-only .fc-theme-standard .fc-list {
  border-color: #374558;
}
body.dark-only .fc-theme-standard .fc-list-day-cushion {
  background-color: #1d1e26;
}
body.dark-only .fc .fc-list-event:hover td {
  background-color: #1d1e26;
}
body.dark-only .currency-widget div[class*=bg-light-] {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .btn.badge-light-primary:hover {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .portfolio-chart-container .apexcharts-canvas .apexcharts-radialbar image {
  display: none;
}
body.dark-only svg.f-light {
  fill: rgba(255, 255, 255, 0.6);
  opacity: 1;
}
body.dark-only .course-widget .btn-light {
  background-color: #1d1e26 !important;
}
body.dark-only .schedule-list > li {
  box-shadow: 4px 7px 17px 5px rgba(29, 30, 38, 0.3);
}
body.dark-only .upcoming-event-wrap .apexcharts-canvas .apexcharts-data-labels rect {
  fill: none;
  stroke: none;
}
body.dark-only .page-wrapper.material-type.compact-wrapper .page-header.close_icon .header-wrapper {
  border-bottom: 1px solid #374558;
}
body.dark-only .page-wrapper.advance-layout .page-header {
  background: #262932;
}
body.dark-only .page-wrapper.advance-layout .page-body-wrapper .sidebar-wrapper {
  border-bottom: 1px solid #374558;
}
body.dark-only .page-wrapper.only-body {
  background: #1d1e26;
}
body.dark-only .balance-card .svg-box {
  background: #262932;
  box-shadow: none;
}
body.dark-only .balance-card .svg-box svg {
  fill: rgba(255, 255, 255, 0.6);
}
body.dark-only .f-light {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .apexcharts-tooltip.light .apexcharts-tooltip-title {
  background: #262932;
  color: #fff;
}
body.dark-only .card {
  background-color: #262932;
}
body.dark-only .ecommerce-widget {
  border: 1px solid #374558 !important;
}
body.dark-only .btn-light {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .form-select {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .add-project .text-inherit {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .knowledgebase-search {
  color: #404040;
}
body.dark-only .knowledgebase-search .form-control-plaintext {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .layout-color span,
body.dark-only .layout-color h6 {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .toast {
  border: 1px solid #374558;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(38, 41, 50, 0.5);
  box-shadow: 0 0.5rem 1rem rgba(38, 41, 50, 0.5);
}
body.dark-only .toast .toast-header {
  background-color: #262932;
  color: rgba(255, 255, 255, 0.6);
  border-bottom-color: #374558;
}
body.dark-only .toast .toast-dark {
  background-color: #262932;
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .animated-toast .toast {
  background-color: transparent;
}
body.dark-only .animated-toast .toast .toast-header {
  border-color: #374558;
}
body.dark-only .animated-toast .toast .toast-body {
  background-color: #262932;
}
body.dark-only .toast-container .toast {
  background-color: transparent;
}
body.dark-only .default-toasts .card-body.toast-rtl .toast {
  background-color: transparent;
}
body.dark-only .btn-close {
  filter: brightness(0.8) invert(1);
}
body.dark-only .product-price del {
  color: #98a6ad;
}
body.dark-only .ProfileCard {
  border: 1px solid #374558 !important;
}
body.dark-only .form-control-plaintext {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .form-select {
  background-color: #1d1e26;
  border: 1px solid #1d1e26;
}
body.dark-only .box-layout {
  background-color: #1d1e26;
}
body.dark-only .box-layout .page-wrapper .page-body-wrapper, body.dark-only .box-layout.page-wrapper .page-body-wrapper {
  background-color: transparent;
}
body.dark-only .box-layout .page-wrapper .page-header .header-wrapper, body.dark-only .box-layout.page-wrapper .page-header .header-wrapper {
  border: 1px solid #1d1e26;
}
body.dark-only .form-check-input {
  background-color: #1d1e26;
  border-color: #374558;
}
body.dark-only .common-toasts .toast {
  border: 1px solid #374558;
}
body.dark-only .common-toasts .toast .btn-close {
  filter: grayscale(1);
}
body.dark-only .common-toasts .toast-body {
  color: #2b2b2b;
}
body.dark-only .dt-button-collection {
  background-color: #1d1e26;
}
body.dark-only .dt-button-collection .dropdown-item {
  background-color: #1d1e26;
}
body.dark-only .dt-autofill-list.dtaf-popover-closeable {
  background-color: #262932;
}
body.dark-only .dt-autofill-list.dtaf-popover-closeable .dt-autofill-list-items button {
  background-color: #323846;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .dt-autofill-list.dtaf-popover-closeable .dt-autofill-list-items button:hover {
  background-color: #1d1e26;
}
body.dark-only .form-floating .form-control:not(:placeholder-shown) ~ label,
body.dark-only .form-floating .form-select:not(:placeholder-shown) ~ label {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .form-floating .form-control:not(:placeholder-shown) ~ label::after,
body.dark-only .form-floating .form-select:not(:placeholder-shown) ~ label::after {
  background-color: #1d1e26;
}
body.dark-only .form-floating .form-control:focus ~ label,
body.dark-only .form-floating .form-select:focus ~ label {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .form-floating .form-control:focus ~ label::after,
body.dark-only .form-floating .form-select:focus ~ label::after {
  background-color: #1d1e26;
}
body.dark-only .radio label::before,
body.dark-only .checkbox label::before {
  background-color: #1d1e26;
}
body.dark-only .checkbox-wrapper li .form-check-input,
body.dark-only .radio-wrapper li .form-check-input {
  background-color: transparent;
}
body.dark-only .switch-state:before {
  background-color: #262932;
}
body.dark-only .main-radio-toggle label {
  color: #1f2533;
}
body.dark-only .main-radio-toggle label:hover {
  color: #1f2533;
}
body.dark-only .main-icon-checkbox .checkbox-wrapper label::before {
  background-color: transparent;
}
body.dark-only .dropdown.custom-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #262932;
}
body.dark-only .tooltip[data-popper-placement=left] .tooltip-arrow::before {
  border-left-color: #323846;
}
body.dark-only .tooltip[data-popper-placement=right] .tooltip-arrow::before {
  border-right-color: #323846;
}
body.dark-only .tooltip[data-popper-placement=top] .tooltip-arrow::before {
  border-top-color: #323846;
}
body.dark-only .tooltip[data-popper-placement=bottom] .tooltip-arrow::before {
  border-bottom-color: #323846;
}
body.dark-only .tooltip.bs-tooltip-top .tooltip-arrow:before {
  border-top-color: #323846;
}
body.dark-only .tooltip.bs-tooltip-bottom .tooltip-arrow:before {
  border-bottom-color: #323846;
  border-top-color: transparent;
}
body.dark-only .tooltip.bs-tooltip-start .tooltip-arrow:before {
  border-left-color: #323846;
  border-top-color: transparent;
}
body.dark-only .tooltip.bs-tooltip-end .tooltip-arrow:before {
  border-right-color: #323846;
  border-top-color: transparent;
}
body.dark-only .tooltip .tooltip-inner {
  background-color: #323846;
  color: #fff;
}
body.dark-only .tooltip .tooltip-arrow:before {
  border-top-color: #323846;
}
body.dark-only .svg-tooltip .common-flex [class*=bg-light-] {
  border-color: #1d1e26;
}
body.dark-only .page-wrapper.only-body .page-body-wrapper .page-title > .row .col-6:first-child h6 {
  color: rgba(255, 255, 255, 0.5);
}
body.dark-only .page-wrapper.only-body .page-header .header-wrapper .search-full .form-group .Typeahead .u-posRelative {
  background-color: #262932;
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown ul li .btn-close {
  filter: brightness(0.8) invert(1);
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li span {
  color: #fff;
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back {
  background-color: #1d1e26 !important;
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back .flip-back-content input {
  background-color: #1d1e26;
  border: 1px solid #374558;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back li:last-child {
  border-top: 1px solid #374558;
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .front {
  background-color: #1d1e26 !important;
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .front svg {
  stroke: #fff;
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown .total {
  background-color: #262932;
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown .qty-box .input-group .btn {
  color: rgba(255, 255, 255, 0.4);
  border-color: #262932 !important;
  background-color: #262932 !important;
}
body.dark-only .qty-box input {
  color: rgba(255, 255, 255, 0.5);
}
body.dark-only .customizer-contain {
  color: #1d1e26;
}
body.dark-only .customizer-contain .customizer-header p {
  color: #2b2b2b;
}
body.dark-only .customizer-contain .customizer-body .main-layout .box-layout {
  background-color: #fff;
}
body.dark-only .login-dark {
  background-color: #262932;
  background-blend-mode: overlay;
}
body.dark-only .login-dark .login-main {
  background-color: #323846;
}
body.dark-only .login-dark.login-card .login-main .text-muted {
  color: rgba(255, 255, 255, 0.4) !important;
}
body.dark-only .login-card .btn-showcase .btn {
  background-color: #262932 !important;
  color: #fff;
  border-color: #262932 !important;
}
body.dark-only .login-card .login-main {
  box-shadow: 0 0 37px rgba(255, 255, 255, 0.05);
}
body.dark-only .login-card .login-main .theme-form input {
  background-color: #262932 !important;
}
body.dark-only .login-card .login-main .theme-form .or:before {
  background-color: #262932;
}
body.dark-only .login-card .login-main .theme-form .checkbox label::before {
  background-color: #262932 !important;
  border-color: #262932 !important;
}
body.dark-only .wizard-4 .action-bar .buttonDisabled {
  background-color: #1d1e26;
  border-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .H_ui ~ div {
  background-color: #1d1e26 !important;
}
body.dark-only .swal-icon--success:after,
body.dark-only .swal-icon--success:before {
  background: #262932;
}
body.dark-only .swal-icon--success__hide-corners {
  background-color: #262932;
}
body.dark-only .note-editor.note-frame .note-status-output {
  border-top: 1px solid #262932;
}
body.dark-only .note-editor.note-frame .note-statusbar {
  border-top: 1px solid #262932;
}
body.dark-only .note-editor.note-frame .note-statusbar .note-resizebar {
  background-color: #262932;
}
body.dark-only .light-font {
  color: rgba(255, 255, 255, 0.7);
}
body.dark-only .page-link {
  background-color: #1d1e26;
  border: 1px solid #374558;
}
body.dark-only .b-r-light {
  border-right: 1px solid #374558 !important;
}
body.dark-only .history-details .d-flex {
  border-top: 1px solid #374558;
}
body.dark-only .history-details > div i {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .modal-header {
  border-bottom: 1px solid #374558;
}
body.dark-only .placeholder-light {
  background-color: #fff;
}
body.dark-only #right-history {
  background-color: #262932;
  box-shadow: 0 0 9px #1d1e26;
}
body.dark-only #right-history h6 span a {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .ProfileCard:hover {
  color: rgba(255, 255, 255, 0.6);
  background-color: #262932;
}
body.dark-only .translate_wrapper.active .more_lang:before {
  border-bottom: 7px solid #262932;
}
body.dark-only .translate_wrapper.active .more_lang .lang {
  border-bottom: 1px solid #1d1e26;
}
body.dark-only .toggle-sidebar svg {
  stroke: var(--theme-default);
}
body.dark-only .page-wrapper .page-body-wrapper {
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-title {
  background-color: #262932;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 4px 40px;
}
body.dark-only .page-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a svg.stroke-icon {
  stroke: #fff;
}
body.dark-only .page-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a svg.fill-icon {
  fill: rgba(255, 255, 255, 0.5);
  stroke: transparent;
}
body.dark-only .page-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a.active svg.stroke-icon {
  stroke: var(--theme-default);
}
body.dark-only .page-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a.active svg.fill-icon {
  fill: var(--theme-default);
  stroke: transparent;
}
body.dark-only .page-wrapper .page-body-wrapper .sidebar-main .sidebar-links .sidebar-link.active svg.stroke-icon {
  stroke: var(--theme-default);
}
body.dark-only .page-wrapper .page-body-wrapper .sidebar-main .sidebar-links li a span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active {
  background-color: rgba(16, 139, 233, 0.2);
}
body.dark-only .page-wrapper .page-body-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a.active {
  color: var(--theme-default);
}
body.dark-only .page-wrapper .page-body-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a.active {
  color: var(--theme-default);
}
body.dark-only .page-wrapper .page-header {
  box-shadow: 0px 4px 40px rgb(50, 56, 70);
}
body.dark-only .page-wrapper .badge-b-light {
  border-color: rgba(255, 255, 255, 0.4);
}
body.dark-only .page-wrapper .badge-b-light.txt-dark {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .page-wrapper .badge-b-dark {
  border-color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .badge-b-dark.txt-dark {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .page-wrapper.modern-type .page-body-wrapper.default-menu {
  background-color: #1d1e26;
}
body.dark-only .page-wrapper.modern-type .page-body-wrapper.default-menu .page-title {
  background-color: transparent;
  border: none;
}
body.dark-only .page-wrapper .sidebar-main-title p {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper {
  background-color: #262932;
}
body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-link.active svg {
  stroke: var(--theme-default);
}
body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active {
  background-color: rgba(16, 139, 233, 0.2);
}
body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a.active {
  color: var(--theme-default);
}
body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a.active {
  color: var(--theme-default);
}
body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper .according-menu i {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper {
  background: #262932;
  border-top: 1px solid #374558;
}
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li > a {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu {
  background: #262932;
}
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a.active, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a:hover {
  color: var(--theme-default);
}
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li .sidebar-submenu {
  background: #262932;
}
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .left-arrow,
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .right-arrow {
  background-color: #262932;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper > div {
  background: #262932;
}
body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-title {
  border-bottom: 1px solid #374558;
}
body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a svg {
  stroke: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu {
  background-color: #262932;
}
body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu li a {
  border-bottom: 1px solid #374558;
}
body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active {
  background-color: rgba(16, 139, 233, 0.2);
}
body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active span {
  color: var(--theme-default);
}
body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active svg {
  color: var(--theme-default);
  stroke: var(--theme-default);
}
body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a.active {
  color: var(--theme-default);
}
body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper .according-menu i {
  color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 576px) {
  body.dark-only .page-wrapper.compact-small .page-header.close_icon .header-wrapper {
    border-bottom: 1px solid #374558;
  }
}
@media (min-width: 576px) {
  body.dark-only .page-wrapper.compact-small .page-body-wrapper .page-body .page-title {
    border-top: 1px solid #374558;
  }
}
body.dark-only .page-wrapper.compact-small.material-icon .page-header {
  box-shadow: unset;
}
@media (min-width: 576px) {
  body.dark-only .page-wrapper.compact-small.material-icon .page-body-wrapper .page-body .page-title {
    border-top: 0;
  }
}
body.dark-only .page-wrapper.material-type .page-header .header-wrapper {
  border-radius: 15px 15px 0 0;
}
body.dark-only .page-wrapper.material-icon .page-header .header-wrapper {
  background-color: transparent;
}
body.dark-only .page-wrapper.material-icon .page-header .header-wrapper .nav-right .language-nav .more_lang {
  color: #fff;
}
body.dark-only .page-wrapper.material-icon .page-header .header-wrapper .nav-right .onhover-show-div {
  color: #fff;
}
body.dark-only .page-wrapper.material-icon .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back .flip-back-content input {
  border: 1px solid #1d1e26;
  background: #1d1e26;
  color: #fff;
}
body.dark-only .page-wrapper.material-icon .page-header .header-logo-wrapper {
  background-color: transparent;
}
body.dark-only .page-wrapper.material-icon .page-body-wrapper .page-body {
  background-color: transparent;
}
body.dark-only .page-wrapper.advance-layout {
  background-color: #1d1e26;
}
body.dark-only .page-wrapper.advance-layout .page-header .header-wrapper {
  background: transparent;
}
body.dark-only .page-wrapper.advance-layout .page-header .header-wrapper .header-logo-wrapper {
  background: transparent;
}
body.dark-only .page-wrapper.advance-layout .page-body-wrapper {
  background: transparent;
}
body.dark-only .page-wrapper.advance-layout .page-body-wrapper .page-body {
  background: transparent;
}
body.dark-only .page-wrapper.material-icon .page-body-wrapper .page-title {
  background-color: transparent;
  box-shadow: none;
  border: none;
}
body.dark-only .page-wrapper .page-header .header-wrapper .search-full {
  background-color: #262932;
}
body.dark-only .page-wrapper .page-header .header-wrapper .search-full input {
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 768px) {
  body.dark-only .page-wrapper.material-icon .page-header .header-wrapper .nav-right ul li .profile-dropdown li svg {
    stroke: #fff;
  }
}
body.dark-only ::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
body.dark-only .kanban-item {
  background-color: #262932;
}
body.dark-only .kanban-board-header {
  background-color: #1d1e26;
  border-bottom: 1px solid #374558;
}
body.dark-only .kanban-board .kanban-drag {
  background: #1d1e26;
}
body.dark-only .kanban-container .kanban-board {
  background: #1d1e26;
}
body.dark-only .kanban-container .kanban-board .kanban-item .kanban-box .date {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .kanban-container .kanban-board footer .btn {
  background-color: #323846;
}
body.dark-only .kanban-container .kanban-board footer .btn:hover {
  background-color: rgba(50, 56, 70, 0.8);
}
body.dark-only .project-box {
  border: 1px solid rgba(16, 139, 233, 0.15);
  background-color: #1d1e26;
}
body.dark-only .file-content .form-inline {
  border: 1px solid #1d1e26;
}
body.dark-only .file-content .folder .folder-box {
  border: 1px solid rgba(16, 139, 233, 0.15);
  background-color: #1d1e26;
}
body.dark-only .file-sidebar .pricing-plan {
  border: 1px solid rgba(16, 139, 233, 0.15) !important;
}
body.dark-only .file-sidebar .btn-light {
  color: rgba(255, 255, 255, 0.6);
  background-color: #1d1e26 !important;
  border: 1px solid rgba(16, 139, 233, 0.15) !important;
}
body.dark-only #lnb {
  border-right: 1px solid #374558;
}
body.dark-only .lnb-new-schedule,
body.dark-only .lnb-calendars > div {
  border-bottom: 1px solid #374558;
}
body.dark-only #menu .sidebar-list .btn-default {
  color: rgba(255, 255, 255, 0.2);
}
body.dark-only .tui-full-calendar-timegrid-hour {
  background-color: #262932;
  color: #fff !important;
}
body.dark-only .tui-full-calendar-timegrid-gridline {
  border-bottom: 1px solid #374558 !important;
}
body.dark-only .tui-full-calendar-time-date,
body.dark-only .tui-full-calendar-weekday-grid-line,
body.dark-only .tui-full-calendar-left,
body.dark-only .tui-full-calendar-timegrid-timezone {
  border-right-color: #374558 !important;
}
body.dark-only .tui-full-calendar-popup {
  color: #404040;
}
body.dark-only #menu .btn-default {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only #menu .btn-default:hover {
  color: #404040;
}
body.dark-only #menu .dropdown-menu {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .tui-full-calendar-dayname-container,
body.dark-only .tui-full-calendar-splitter {
  border-top-color: #374558 !important;
  border-bottom-color: #374558 !important;
}
body.dark-only span.tui-full-calendar-dayname-date-area {
  color: #fff !important;
}
body.dark-only .tui-full-calendar-layout {
  background-color: #262932 !important;
}
body.dark-only .blockquote {
  border-left: 4px solid #374558;
}
body.dark-only .figure.text-end blockquote {
  border-right-color: #374558;
}
body.dark-only .contacts-tabs .nav-pills {
  border-right: 1px solid #374558;
}
body.dark-only .contacts-tabs .nav-pills .nav-link + .nav-link {
  border-top: 1px solid #374558;
}
body.dark-only .list-persons .profile-mail .d-flex .flex-grow-1 ul li + li {
  border-left: 2px solid #374558;
}
body.dark-only .product-wrapper.sidebaron .product-sidebar .filter-section .card .left-filter {
  background-color: #262932;
}
body.dark-only .apexcharts-gridline {
  stroke: #1d1e26;
}
body.dark-only .apexcharts-tooltip-title,
body.dark-only .apexcharts-tooltip-series-group,
body.dark-only .apexcharts-tooltip.light,
body.dark-only .apexcharts-menu-item {
  color: #000;
}
body.dark-only .apexcharts-toolbar .apexcharts-menu-open {
  background: #323846;
  border-color: #323846;
}
body.dark-only .apexcharts-toolbar .apexcharts-menu-open .apexcharts-menu-item {
  opacity: 0.9;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .apexcharts-toolbar .apexcharts-menu-open .apexcharts-menu-item:hover {
  background: #1d1e26;
}
body.dark-only .small-donut ~ svg path:nth-child(even),
body.dark-only .small-donut svg path:nth-child(even),
body.dark-only .donut-peity2 ~ svg path:nth-child(even),
body.dark-only .donut-peity2 svg path:nth-child(even),
body.dark-only .pie-peity ~ svg path:nth-child(even),
body.dark-only .pie-peity svg path:nth-child(even) {
  fill: #1d1e26;
}
body.dark-only .appointment-table table tr td.img-content-box .font-roboto {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .notification .card .d-flex .w-100 p span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .notification .card .d-flex .w-100 span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .datepicker {
  background-color: #323846;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .datepicker .datepicker--cell.-current- {
  color: #fff;
}
body.dark-only .datepicker .datepicker--cell.-current-.-focus- {
  color: #fff;
}
body.dark-only .datepicker .datepicker--cell-day.-other-month-,
body.dark-only .datepicker .datepicker--cell-year.-other-decade- {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .datepicker .datepicker--nav {
  border-bottom: 1px solid #374558;
}
body.dark-only .datepicker .datepicker--pointer {
  background: #323846;
  border-top-color: #323846;
  border-right-color: #323846;
}
body.dark-only [class*=activity-dot-] {
  background-color: #262932;
}
body.dark-only .sm-progress-bar {
  background-color: #1d1e26;
}
body.dark-only .alert-primary {
  background-color: rgba(16, 139, 233, 0.8) !important;
  border-color: rgba(16, 139, 233, 0.9) !important;
  color: #fff;
}
body.dark-only .alert-primary .progress {
  height: 5px;
  background-color: #6e61ff;
  border-radius: 0;
}
body.dark-only .alert-primary .progress-bar {
  background-color: white;
}
body.dark-only .alert-primary.inverse {
  background-color: transparent !important;
}
body.dark-only .alert-primary.inverse .btn-close {
  filter: brightness(1) invert(1);
}
body.dark-only .alert-primary.outline .btn-close,
body.dark-only .alert-primary.outline-2x .btn-close {
  filter: brightness(1) invert(1);
}
body.dark-only .dismiss-text .alert-dismissible .btn-close {
  filter: unset;
}
body.dark-only .dismiss-text .alert-dismissible .btn-close .bg-light {
  color: #404040 !important;
}
body.dark-only .alert-secondary {
  background-color: rgba(131, 131, 131, 0.8) !important;
  border-color: rgba(131, 131, 131, 0.9) !important;
  color: #fff;
}
body.dark-only .alert-secondary .progress {
  height: 5px;
  background-color: gray;
  border-radius: 0;
}
body.dark-only .alert-secondary .progress-bar {
  background-color: white;
}
body.dark-only .alert-secondary.inverse {
  background-color: transparent !important;
}
body.dark-only .alert-secondary.inverse .btn-close {
  filter: brightness(1) invert(1);
}
body.dark-only .alert-secondary.outline .btn-close,
body.dark-only .alert-secondary.outline-2x .btn-close {
  filter: brightness(1) invert(1);
}
body.dark-only .dismiss-text .alert-dismissible .btn-close {
  filter: unset;
}
body.dark-only .dismiss-text .alert-dismissible .btn-close .bg-light {
  color: #404040 !important;
}
body.dark-only .alert-success {
  background-color: rgba(101, 193, 92, 0.8) !important;
  border-color: rgba(101, 193, 92, 0.9) !important;
  color: #fff;
}
body.dark-only .alert-success .progress {
  height: 5px;
  background-color: #62c058;
  border-radius: 0;
}
body.dark-only .alert-success .progress-bar {
  background-color: white;
}
body.dark-only .alert-success.inverse {
  background-color: transparent !important;
}
body.dark-only .alert-success.inverse .btn-close {
  filter: brightness(1) invert(1);
}
body.dark-only .alert-success.outline .btn-close,
body.dark-only .alert-success.outline-2x .btn-close {
  filter: brightness(1) invert(1);
}
body.dark-only .dismiss-text .alert-dismissible .btn-close {
  filter: unset;
}
body.dark-only .dismiss-text .alert-dismissible .btn-close .bg-light {
  color: #404040 !important;
}
body.dark-only .alert-danger {
  background-color: rgba(252, 86, 74, 0.8) !important;
  border-color: rgba(252, 86, 74, 0.9) !important;
  color: #fff;
}
body.dark-only .alert-danger .progress {
  height: 5px;
  background-color: #fc5145;
  border-radius: 0;
}
body.dark-only .alert-danger .progress-bar {
  background-color: white;
}
body.dark-only .alert-danger.inverse {
  background-color: transparent !important;
}
body.dark-only .alert-danger.inverse .btn-close {
  filter: brightness(1) invert(1);
}
body.dark-only .alert-danger.outline .btn-close,
body.dark-only .alert-danger.outline-2x .btn-close {
  filter: brightness(1) invert(1);
}
body.dark-only .dismiss-text .alert-dismissible .btn-close {
  filter: unset;
}
body.dark-only .dismiss-text .alert-dismissible .btn-close .bg-light {
  color: #404040 !important;
}
body.dark-only .alert-warning {
  background-color: rgba(255, 184, 41, 0.8) !important;
  border-color: rgba(255, 184, 41, 0.9) !important;
  color: #fff;
}
body.dark-only .alert-warning .progress {
  height: 5px;
  background-color: #ffb624;
  border-radius: 0;
}
body.dark-only .alert-warning .progress-bar {
  background-color: white;
}
body.dark-only .alert-warning.inverse {
  background-color: transparent !important;
}
body.dark-only .alert-warning.inverse .btn-close {
  filter: brightness(1) invert(1);
}
body.dark-only .alert-warning.outline .btn-close,
body.dark-only .alert-warning.outline-2x .btn-close {
  filter: brightness(1) invert(1);
}
body.dark-only .dismiss-text .alert-dismissible .btn-close {
  filter: unset;
}
body.dark-only .dismiss-text .alert-dismissible .btn-close .bg-light {
  color: #404040 !important;
}
body.dark-only .alert-info {
  background-color: rgba(64, 184, 245, 0.8) !important;
  border-color: rgba(64, 184, 245, 0.9) !important;
  color: #fff;
}
body.dark-only .alert-info .progress {
  height: 5px;
  background-color: #3bb6f5;
  border-radius: 0;
}
body.dark-only .alert-info .progress-bar {
  background-color: white;
}
body.dark-only .alert-info.inverse {
  background-color: transparent !important;
}
body.dark-only .alert-info.inverse .btn-close {
  filter: brightness(1) invert(1);
}
body.dark-only .alert-info.outline .btn-close,
body.dark-only .alert-info.outline-2x .btn-close {
  filter: brightness(1) invert(1);
}
body.dark-only .dismiss-text .alert-dismissible .btn-close {
  filter: unset;
}
body.dark-only .dismiss-text .alert-dismissible .btn-close .bg-light {
  color: #404040 !important;
}
body.dark-only .alert-light {
  background-color: rgba(244, 244, 244, 0.8) !important;
  border-color: rgba(244, 244, 244, 0.9) !important;
  color: #fff;
}
body.dark-only .alert-light .progress {
  height: 5px;
  background-color: #f1f1f1;
  border-radius: 0;
}
body.dark-only .alert-light .progress-bar {
  background-color: white;
}
body.dark-only .alert-light.inverse {
  background-color: transparent !important;
}
body.dark-only .alert-light.inverse .btn-close {
  filter: brightness(1) invert(1);
}
body.dark-only .alert-light.outline .btn-close,
body.dark-only .alert-light.outline-2x .btn-close {
  filter: brightness(1) invert(1);
}
body.dark-only .dismiss-text .alert-dismissible .btn-close {
  filter: unset;
}
body.dark-only .dismiss-text .alert-dismissible .btn-close .bg-light {
  color: #404040 !important;
}
body.dark-only .alert-dark {
  background-color: rgba(63, 71, 90, 0.8) !important;
  border-color: rgba(63, 71, 90, 0.9) !important;
  color: #fff;
}
body.dark-only .alert-dark .progress {
  height: 5px;
  background-color: #3d4557;
  border-radius: 0;
}
body.dark-only .alert-dark .progress-bar {
  background-color: #c3c8d5;
}
body.dark-only .alert-dark.inverse {
  background-color: transparent !important;
}
body.dark-only .alert-dark.inverse .btn-close {
  filter: brightness(1) invert(1);
}
body.dark-only .alert-dark.outline .btn-close,
body.dark-only .alert-dark.outline-2x .btn-close {
  filter: brightness(1) invert(1);
}
body.dark-only .dismiss-text .alert-dismissible .btn-close {
  filter: unset;
}
body.dark-only .dismiss-text .alert-dismissible .btn-close .bg-light {
  color: #404040 !important;
}
body.dark-only .options > div {
  border: 1px solid #374558;
}
body.dark-only .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  background-color: #1d1e26;
}
body.dark-only .pricing-simple {
  box-shadow: 1px 1px 2px 1px #1d1e26 !important;
}
body.dark-only .pricing-block {
  box-shadow: 0 0 10px 5px rgba(16, 139, 233, 0.05) !important;
}
body.dark-only .search-page .nav.nav-tabs {
  border-bottom: unset;
}
body.dark-only .search-page .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #323846;
}
body.dark-only .search-page ul.search-info li {
  color: #98a6ad;
}
body.dark-only .search-page ul.search-info li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
body.dark-only .search-page .info-block a {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .search-page p:not(.blog-details p) {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .browse .browse-articles h6 {
  border-bottom: 1px solid #374558;
}
body.dark-only .job-search .job-description ul:not(.job-apply-wrapper .job-search .job-description ul) li {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .job-search .job-description .theme-form .row div[class^=col-] .input-group .datepicker-here {
  border: 1px solid #1d1e26;
}
body.dark-only .job-search .job-description ul li {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .calendar-wrap .fc-unthemed td,
body.dark-only .calendar-wrap .fc-unthemed th {
  border-color: #1d1e26;
}
body.dark-only .mega-inline,
body.dark-only .mega-horizontal,
body.dark-only .mega-vertical {
  --bs-body-color: rgba(255, 255, 255, 0.6);
}
body.dark-only .mega-inline .card,
body.dark-only .mega-horizontal .card,
body.dark-only .mega-vertical .card {
  box-shadow: 1px 1px 7px 0 rgba(55, 69, 88, 0.5) !important;
  border-color: #374558;
}
body.dark-only .mega-inline.plain-style .card, body.dark-only .mega-inline.border-style .card, body.dark-only .mega-inline.offer-style .card,
body.dark-only .mega-horizontal.plain-style .card,
body.dark-only .mega-horizontal.border-style .card,
body.dark-only .mega-horizontal.offer-style .card,
body.dark-only .mega-vertical.plain-style .card,
body.dark-only .mega-vertical.border-style .card,
body.dark-only .mega-vertical.offer-style .card {
  box-shadow: none !important;
}
body.dark-only .mega-inline.border-style .card,
body.dark-only .mega-horizontal.border-style .card,
body.dark-only .mega-vertical.border-style .card {
  border: 1px solid #374558 !important;
}
body.dark-only .mega-inline.offer-style .card,
body.dark-only .mega-horizontal.offer-style .card,
body.dark-only .mega-vertical.offer-style .card {
  border: 1px dashed #374558 !important;
}
body.dark-only .setting-dot .setting-bg {
  background-color: var(--theme-secondary);
}
body.dark-only .bookmark.pull-right {
  border: none;
}
body.dark-only .popover {
  background-color: #1d1e26;
  --bs-popover-header-bg: unset;
}
body.dark-only .popover.bs-popover-bottom .popover-arrow:after {
  border-bottom-color: #1d1e26;
  border-right-color: transparent;
}
body.dark-only .popover.bs-popover-top .popover-arrow:after {
  border-right-color: transparent;
  border-top-color: #1d1e26;
}
body.dark-only .popover.bs-popover-start .popover-arrow:after {
  border-left-color: #1d1e26;
}
body.dark-only .popover[data-popper-placement=left] .popover-arrow:after {
  border-left-color: #1d1e26;
}
body.dark-only .popover[data-popper-placement=right] .popover-arrow:after {
  border-right-color: #1d1e26;
}
body.dark-only .popover[data-popper-placement=top] .popover-arrow:after {
  border-top-color: #1d1e26;
}
body.dark-only .popover[data-popper-placement=bottom] .popover-arrow:after {
  border-bottom-color: #1d1e26;
}
body.dark-only .popover .popover-header {
  background-color: #262932;
}
body.dark-only .popover .popover-body {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .popover code {
  background-color: unset;
}
body.dark-only .apex-chart-container .apexcharts-legend .apexcharts-legend-series span {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .apexcharts-canvas svg .apexcharts-title-text {
  fill: #fff;
}
body.dark-only .apexcharts-canvas svg .apexcharts-subtitle-text {
  fill: #fff;
}
body.dark-only .apexcharts-canvas svg .apexcharts-yaxis .apexcharts-yaxis-texts-g .apexcharts-yaxis-label {
  fill: #fff;
}
body.dark-only .apexcharts-canvas svg .apexcharts-xaxis .apexcharts-xaxis-texts-g .apexcharts-xaxis-label {
  fill: #fff;
}
body.dark-only .apexcharts-canvas svg .apexcharts-legend-series span {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .apexcharts-canvas svg .apexcharts-datalabels-group .apexcharts-datalabel-label {
  fill: #fff !important;
}
body.dark-only .apexcharts-canvas svg .apexcharts-datalabels-group .apexcharts-datalabel-value {
  fill: #fff;
}
body.dark-only .Typeahead-menu {
  background-color: #1d1e26;
}
body.dark-only .ecommerce-widget {
  border: 1px solid #1d1e26;
}
body.dark-only .bookmark ul li .search-form .form-control-search input {
  background-color: #1d1e26;
  border: 1px solid #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .bookmark ul li .search-form .form-control-search:before {
  background: #1d1e26;
}
body.dark-only .cart .qty-box .input-group .btn {
  background-color: #2e3648 !important;
  border-color: #374558 !important;
}
body.dark-only .order-box .title-box {
  color: #bfc2c6;
  border-bottom: 1px solid #1d1e26;
}
body.dark-only .order-box .qty {
  border-bottom: 1px solid #1d1e26;
}
body.dark-only .order-box .qty li {
  color: #bfc2c6;
}
body.dark-only .order-box .qty li span {
  color: #bfc2c6;
}
body.dark-only .order-box .sub-total li {
  color: #bfc2c6;
}
body.dark-only .order-box .total li {
  color: #bfc2c6;
}
body.dark-only .shopping-checkout-option .checkbox_animated:after {
  border: 2px solid #262932;
}
body.dark-only .animate-chk .radio_animated:after {
  border: 2px solid #1d1e26;
}
body.dark-only .custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(41, 50, 64, 0.52);
}
body.dark-only .product-box .product-img .product-hover ul li .btn {
  color: #98a6ad;
}
body.dark-only .product-box .product-img .product-hover ul li:hover .btn {
  color: #fff;
}
body.dark-only .radio_animated:after,
body.dark-only .checkbox_animated:after {
  background: #1d1e26;
  border: 2px solid #1d1e26;
}
body.dark-only .slider-product {
  border-top: 1px solid #1d1e26;
  border-bottom: 1px solid #1d1e26;
}
body.dark-only .square-product-setting .icon-grid {
  background-color: #262932;
}
body.dark-only .square-product-setting .icon-grid svg {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .active-order-table table thead tr th,
body.dark-only .market-table table thead tr th {
  border-top: none !important;
}
body.dark-only .active-order-table table tbody tr td,
body.dark-only .market-table table tbody tr td {
  border-bottom: 1px solid #1d1e26;
}
body.dark-only .active-order-table table tbody tr:last-child td,
body.dark-only .market-table table tbody tr:last-child td {
  border-bottom: none;
}
body.dark-only .pricing-card-design-2 .pricing-block .pricing-inner ul li {
  border-bottom: 1px solid #1d1e26;
}
body.dark-only .flot-chart-container .legend .table tbody {
  background-color: #262932;
  color: #fff;
}
body.dark-only .flot-chart-container .legend .table tbody .legendLabel {
  padding-left: 5px;
}
body.dark-only .google-visualization-tooltip text {
  fill: rgba(0, 0, 0, 0.7) !important;
}
body.dark-only .nav-dark .nav-link,
body.dark-only .nav-pills.nav-dark .nav-link {
  color: #fff;
}
body.dark-only .loader-wrapper {
  background-color: #1d1e26;
}
body.dark-only .loader-wrapper .loader {
  background-color: #1d1e26 !important;
}
body.dark-only .page-wrapper {
  /* Main Header start */
  /* Main Header ends */
}
body.dark-only .page-wrapper .sidebar-main-title h6 {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-header .translate_wrapper.active .more_lang {
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-header .translate_wrapper.active .lang {
  background-color: #262932;
}
body.dark-only .page-wrapper .page-header form {
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-header .header-wrapper {
  background-color: #262932;
}
body.dark-only .page-wrapper .page-header .header-wrapper li i {
  color: #f4f4f4;
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right > ul > li svg {
  stroke: #fff;
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right > ul > li .mode svg {
  fill: #fff;
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right.right-header > ul > li .profile-media .flex-grow-1 p {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .nav-menus li .d-flex .flex-grow-1 .txt-dark {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .nav-menus li .onhover-show-div {
  background-color: #1d1e26;
  box-shadow: 0 0 14px #1d1e26;
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .nav-menus li .onhover-show-div li {
  border-color: #262932;
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .nav-menus li .onhover-show-div p {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .nav-menus li .onhover-show-div:before {
  border-bottom: 7px solid #1d1e26;
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .nav-menus li .onhover-show-div:after {
  border-bottom: 7px solid #1d1e26;
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .nav-menus li .notification-dropdown.onhover-show-div li {
  background-color: #262932;
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .nav-menus li .notification-dropdown.onhover-show-div li span {
  color: #98a6ad;
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .nav-menus li .notification-dropdown.onhover-show-div .bg-light {
  background-color: #282e38 !important;
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li a {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li a svg path,
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li a svg line,
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li a svg circle {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li a:hover {
  color: var(--theme-default);
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li a:hover svg line,
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li a:hover svg path,
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li a:hover svg circle {
  color: var(--theme-default) !important;
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right > ul > li .d-flex .flex-grow-1 .txt-dark {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right > ul > li .onhover-show-div {
  background-color: #1d1e26;
  box-shadow: 0 0 2px 2px #262932;
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right > ul > li .onhover-show-div:before {
  border-bottom: 7px solid #1d1e26;
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right > ul > li .onhover-show-div:after {
  border-bottom: 7px solid #1d1e26;
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .bookmark-flip .bookmark-dropdown .bookmark-content .bookmark-icon {
  background-color: #262932;
}
body.dark-only .page-wrapper .page-header .header-logo-wrapper {
  background-color: #262932;
}
body.dark-only .page-wrapper .page-header .header-logo-wrapper .logo-wrapper a .image-dark {
  display: none;
}
body.dark-only .page-wrapper .page-header .header-logo-wrapper .logo-wrapper a .image-light {
  display: block;
}
body.dark-only .page-wrapper .page-body-wrapper {
  /* body start*/
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .topper-lists table tbody tr td p {
  color: #98a6ad;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .header-small {
  color: #98a6ad;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .statistics p {
  color: #98a6ad;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .feather-main .flex-grow-1 p,
body.dark-only .page-wrapper .page-body-wrapper .page-body .feather-main .professor-block p,
body.dark-only .page-wrapper .page-body-wrapper .page-body .professor-table .flex-grow-1 p,
body.dark-only .page-wrapper .page-body-wrapper .page-body .professor-table .professor-block p {
  color: #98a6ad;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .logs-element span + span {
  color: #98a6ad;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .progress-block .progress-title span + span {
  color: #98a6ad;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .ecommerce-icons div span {
  color: #98a6ad;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .new-users .d-flex .flex-grow-1 span,
body.dark-only .page-wrapper .page-body-wrapper .page-body .progress-media .d-flex .flex-grow-1 span {
  color: #98a6ad;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .new-users .progress-change span,
body.dark-only .page-wrapper .page-body-wrapper .page-body .progress-media .progress-change span {
  color: #98a6ad;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .topper-lists table tbody tr td {
  border-top: none !important;
  border-bottom: 1px solid #374558;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .topper-lists table tbody tr:last-child td {
  border-bottom: none;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .notifiaction-media .d-flex .flex-grow-1 .circle-left {
  border: 5px solid #334154;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .upcoming-event .upcoming-innner {
  border-bottom: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .upcoming-event .upcoming-innner:last-child {
  border-bottom: none;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .professor-table table tbody tr td {
  border-top: none !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .number-widgets .d-flex .flex-grow-1 h6 {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .activity .d-flex .flex-grow-1 h6 span {
  color: #98a6ad;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card.custom-card .card-header {
  border-bottom: none !important;
}
body.dark-only .page-wrapper .page-body-wrapper .custom-card .card-header img {
  background-color: #000;
  opacity: 0.8;
}
body.dark-only .page-wrapper .page-body-wrapper .page-title .row h3 {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-title .row h3 small {
  color: #98a6ad;
}
body.dark-only .page-wrapper .page-body-wrapper .page-title .breadcrumb li {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-title .breadcrumb .breadcrumb-item a svg {
  stroke: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-title .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body {
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .default-according .card:not(.email-body) {
  border: none;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) {
  background-color: #262932;
  box-shadow: 1px 1px 2px 1px rgba(29, 28, 28, 0.08);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body).widget-1 {
  background-blend-mode: color-burn;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body).widget-1 .widget-round .bg-round {
  box-shadow: 1px 2px 21px -2px rgba(14, 14, 16, 0.83);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body).widget-1 .widget-round .bg-round .half-circle {
  background: rgba(49, 53, 66, 0);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body).social-profile {
  background-blend-mode: overlay;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table.table-light tr th,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table.table-light tr td {
  color: #404040;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) table thead .border-bottom-light th,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) table thead .border-bottom-light td,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) table tbody .border-bottom-light th,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) table tbody .border-bottom-light td {
  border-bottom: 1px solid #374558 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body).trending-card {
  background-color: #010314;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body).explore-card {
  background-color: #262932;
  background-blend-mode: overlay;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body).balance-box {
  background-blend-mode: overlay;
  background-color: #16171c;
  border-color: transparent;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-block #bar-chart2 svg > rect {
  fill: #262932;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-block #bar-chart2 svg > g text {
  fill: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-block .word-tree svg > g > rect {
  fill: #262932;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-block .word-tree svg > g > text {
  fill: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-header {
  background-color: transparent;
  border-bottom: 1px solid #374558;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-header > span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-header p {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-header h1,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-header h2,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-header h3,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-header h4,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-header h5,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-header h6 {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-header .card-header-right {
  background-color: #262932;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-header .card-header-right i {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-header .card-header-right i.fa-cog {
  color: var(--theme-default);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-header.note-toolbar {
  background-color: #262932;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body).basic-dark-card .card-header {
  border-bottom: 1px solid #98a6ad !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body).basic-dark-card .card-footer {
  border-top: 1px solid #98a6ad;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .alert-dark {
  color: #98a6ad;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .alert-dark a {
  color: #98a6ad;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .alert-light.outline,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .alert-light.outline-2x,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .alert-light.inverse {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) #animation-box .animate-widget p {
  color: #98a6ad !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .grid-item img {
  background-color: #262932;
  border: 1px solid #374558;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .line {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) thead,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) tbody,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) tfoot,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) tr,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) td,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) th {
  border-color: #374558;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table th,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table td {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table thead th {
  border-bottom-color: #374558;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table thead .border-bottom-primary th {
  border-bottom-color: var(--theme-default);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-primary th,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-primary td,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-secondary th,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-secondary td,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-success th,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-success td,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-info th,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-info td,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-warning th,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-warning td,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-light th,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-light td,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-danger th,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-danger td {
  color: #262932;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .bg-primary,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .bg-secondary,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .bg-success,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .bg-info,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .bg-warning,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .bg-danger {
  color: #fff;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .bg-light {
  color: #000;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .thead-light th {
  color: #000;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table tbody .border-bottom-primary th,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table tbody .border-bottom-primary td {
  border-bottom: 1px solid var(--theme-default);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table[class*=bg-] th,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table[class*=bg-] td {
  color: #fff;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-striped tbody tr:nth-of-type(odd) {
  --bs-table-accent-bg: rgba(0, 0, 0, 0.05);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-striped tbody tr:nth-of-type(odd):hover th,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-striped tbody tr:nth-of-type(odd):hover td {
  color: #fff;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-double,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-dotted,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-dashed {
  border-left-color: #374558;
  border-right-color: #374558;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-bordered {
  border-color: #374558 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-bordered td,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-bordered th {
  border-color: #374558 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-inverse tbody tr:nth-of-type(odd):hover td {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-border-vertical tr,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-border-vertical th,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-border-vertical td {
  border-right: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-styling thead th,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-styling thead td,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-styling tbody th,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-styling tbody td {
  color: #fff;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-footer {
  background-color: #262932;
  border-top: 1px solid #374558;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .switch .switch-state {
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .switch input:checked + .switch-state {
  background-color: var(--theme-default);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .bg-white {
  background-color: #262932 !important;
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .b-l-light {
  border-left: 1px solid #1d1e26 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .ct-grid {
  stroke: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .ct-label {
  color: #98a6ad;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) hr {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) hr.dropdown-divider {
  border-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .text-muted {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .btn-outline-light,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .btn-outline-dark,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .btn-outline-light-2x {
  color: #fff !important;
  border: 1px solid #374558;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .btn-outline-light:hover {
  color: #000 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .border-right {
  border-right: 1px solid #374558 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .flot-chart-placeholder .flot-text {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .flot-chart-placeholder svg text {
  fill: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dark-alert.alert-addition-content .alert hr {
  border-top: 1px solid #374558;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-overflow#gantt_chart svg g rect:first-child {
  fill: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-overflow#gantt_chart rect:nth-child(6) {
  fill: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-overflow#line-chart rect, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-overflow#column-chart1 rect, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-overflow#column-chart2 rect {
  fill: #262932;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-overflow svg > rect {
  fill: #262932;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-overflow svg > g > g > g text {
  fill: rgb(177, 177, 178);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-overflow svg > g > text {
  fill: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .radial-bar:after {
  background-color: #262932;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .bar-chart-widget .bottom-content .num {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .bar-chart-widget .bottom-content .num .color-bottom {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .b-r-light {
  border-right: 1px solid #1d1e26 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-container .live-products .ct-labels .ct-label,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-container .turnover .ct-labels .ct-label,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-container .monthly .ct-labels .ct-label,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-container .uses .ct-labels .ct-label {
  color: #fff;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-container .live-products .ct-grid,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-container .turnover .ct-grid,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-container .monthly .ct-grid,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-container .uses .ct-grid {
  stroke: #fff;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-container #browser-uses-chart svg text,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-container #website-visiter-chart svg text {
  fill: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .status-details h4 {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .status-details h4 span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .status-details span {
  color: #98a6ad;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .clipboaard-container .form-control {
  background-color: #1d1e26;
  color: #98a6ad;
  border: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .img-thumbnail {
  background-color: #1d1e26;
  border: 1px solid #374558;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper button {
  color: #000;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .btn-danger,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .btn-success,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .btn-primary {
  color: #fff;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_length select {
  background-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_length,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_filter,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_info,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_processing,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_paginate {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_paginate {
  border: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_filter input[type=search] {
  background-color: #1d1e26;
  border: 1px solid #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody tr,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.order-column.stripe tbody tr {
  background-color: #262932;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody tr:hover > .sorting_1,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.order-column.stripe tbody tr:hover > .sorting_1 {
  background-color: #1c212b;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody tr.odd,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.order-column.stripe tbody tr.odd {
  background-color: #1f232b;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody tr.odd > .sorting_1,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #1c212b;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody tr.even > .sorting_1,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #22262f;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable {
  border: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable thead th,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable thead td {
  border-bottom: 2px solid #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable input,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable select {
  background-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable tbody tr {
  background-color: #262932;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable tbody td.select-checkbox:before,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable tbody th.select-checkbox:before {
  border: 1px solid #98a6ad;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .table-striped tbody tr:nth-of-type(odd) {
  --bs-table-accent-bg: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_paginate .paginate_button.current, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_paginate .paginate_button:active {
  border-color: var(--theme-default);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  color: #98a6ad !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_paginate .paginate_button.disabled :active {
  color: #98a6ad !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.row-border tbody th,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.row-border tbody td,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody th,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody td {
  border-top: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody tr.even:hover > .sorting_1,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1 {
  background-color: #191e27;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.hover tbody tr:hover,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody tr:hover {
  background-color: #1c212b;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.cell-border th,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.cell-border td {
  border-top: 1px solid #1d1e26;
  border-right: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.cell-border th:first-child,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.cell-border td:first-child {
  border-left: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.order-column tbody tr > .sorting_1,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.order-column tbody tr > .sorting_2,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.order-column tbody tr > .sorting_3,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody tr > .sorting_1,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody tr > .sorting_2,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody tr > .sorting_3 {
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) #example-style-3_wrapper #example-style-3 tfoot {
  border-top: 2px solid #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .page-link {
  border: 1px solid #374558;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .page-item.disabled .page-link {
  background-color: #262932;
  border-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .page-link {
  color: rgba(255, 255, 255, 0.6);
  background-color: #262932;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .page-item:hover .page-link {
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .page-item.active .page-link {
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .ecommerce-widget .icon {
  color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .ecommerce-widget .total-num {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .ecommerce-widget .total-num span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .ecommerce-widget span {
  color: #98a6ad;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .flot-chart-container-small {
  background-color: #262932;
  border-top: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .product-table #API-2_wrapper #API-2 tbody td span,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .product-table #API-2_wrapper #API-2 tbody td p {
  color: #98a6ad;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .product-table h6 {
  color: #98a6ad;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .border-tab.nav-tabs {
  border-bottom: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .border-tab.nav-tabs .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .border-tab.nav-tabs .nav-link.active, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .border-tab.nav-tabs .nav-link:focus, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .border-tab.nav-tabs .nav-link:hover {
  color: var(--theme-default);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .project-tabs .nav-tabs {
  border-bottom: unset;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-1to10 .br-widget a,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-movie .br-widget a,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-pill .br-widget a,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-reversed .br-widget a,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-horizontal .br-widget a {
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-1to10 .br-widget a.br-active, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-1to10 .br-widget a.br-selected,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-movie .br-widget a.br-active,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-movie .br-widget a.br-selected,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-pill .br-widget a.br-active,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-pill .br-widget a.br-selected,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-reversed .br-widget a.br-active,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-reversed .br-widget a.br-selected,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-horizontal .br-widget a.br-active,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-horizontal .br-widget a.br-selected {
  background-color: var(--theme-default);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-square .br-widget a {
  border: 2px solid #1d1e26;
  background-color: #262932;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-square .br-widget a.br-active, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-square .br-widget a.br-selected {
  border: 2px solid var(--theme-default);
  color: var(--theme-default);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-fontawesome-stars .br-widget a.br-selected:after, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-fontawesome-stars .br-widget a.br-active:after,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-fontawesome-stars-o .br-widget a.br-selected:after,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-fontawesome-stars-o .br-widget a.br-active:after {
  color: var(--theme-default);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .scroll-demo {
  border: 1px solid #374558;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .vertical-scroll.scroll-demo:not(.default-scroll) {
  border: unset;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .vertical-scroll.scroll-demo .list-group .list-group-item:hover {
  z-index: 0;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .search-form input {
  border: 1px solid #1d1e26;
  color: rgba(255, 255, 255, 0.6);
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .search-form .form-group:before {
  background: #262932;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .breadcrumb.bg-white {
  background-color: #262932 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) #donut-color-chart-morris-daily svg,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) #donut-color-chart-morris svg,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) #browser-uses-chart svg,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) #website-visiter-chart svg {
  opacity: 0.5;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .collapse-accordion .btn-dark.show .dark-accordion {
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .main-bookmark .email-right-aside .card-body .details-bookmark .bookmark-card {
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .email-wrap .flex-grow-1 h6 {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .bookmark-wrap .main-bookmark .bootstrap-select .dropdown-toggle {
  border-color: #374558 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .bookmark-wrap .main-bookmark .bootstrap-select .dropdown-menu li {
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .bookmark-wrap .main-bookmark .bootstrap-select .dropdown-menu li:hover {
  background-color: #323846;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .bookmark-wrap .main-bookmark .bootstrap-select .dropdown-menu li:hover .dropdown-item {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .contact-editform .more-data .bootstrap-select .dropdown-toggle {
  background-color: #1d1e26 !important;
  border-color: transparent !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .contact-editform .more-data .bootstrap-select .dropdown-toggle .filter-option {
  color: rgba(255, 255, 255, 0.2);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .social-user-cards .card.social-profile {
  background-blend-mode: overlay;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .social-user-cards .card.social-profile .social-details .social-follow li + li::before {
  background-color: rgba(255, 255, 255, 0.2);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .user-profile .list-inline .border-right {
  border-right-color: #374558 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .product-sidebar .filter-section .card {
  border: unset;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .product-sidebar .filter-section .card .card-header {
  background-color: #262932;
  border-bottom: unset;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body #viewhtml .render {
  background-color: #262932;
  color: rgba(255, 255, 255, 0.6);
  border-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .wizard-4 ul.anchor li a.disabled {
  color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gallery-with-description h4 {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gallery-with-description a > div {
  border: 1px solid #374558;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gallery-with-description p {
  color: #98a6ad;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-grid-header {
  background-color: #262932;
  border: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-header-row > .jsgrid-header-cell,
body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-header-row > .jsgrid-cell,
body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-filter-row > .jsgrid-header-cell,
body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-filter-row > .jsgrid-cell {
  background: #262932;
  border: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-header-row > .jsgrid-header-cell input,
body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-header-row > .jsgrid-cell input,
body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-filter-row > .jsgrid-header-cell input,
body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-filter-row > .jsgrid-cell input {
  background-color: #1d1e26;
  border-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-header-row > .jsgrid-header-cell input:focus,
body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-header-row > .jsgrid-cell input:focus,
body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-filter-row > .jsgrid-header-cell input:focus,
body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-filter-row > .jsgrid-cell input:focus {
  outline: none;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-header-row select,
body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-filter-row select {
  background-color: #1d1e26;
  border-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-row > .jsgrid-cell {
  background-color: #262932;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-alt-row > .jsgrid-cell {
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-cell,
body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-grid-body {
  border: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-selected-row > .jsgrid-cell {
  background-color: #1c212b;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid .jsgrid-pager [class*=jsgrid-pager] {
  border: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid .jsgrid-pager .jsgrid-pager-page a {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-pager-current-page {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 700;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .sub-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card .sub-title {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-icon li a {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-icon li a:hover {
  color: var(--theme-default);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-icon .separator {
  border-bottom: 1px solid #374558;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .default-according li .text-muted {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-icon.default-according.style-1 li button:hover {
  color: var(--theme-default) !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .nav-list .nav-list-disc li a {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .nav-list .nav-list-disc li:hover {
  color: var(--theme-default);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .nav-list .nav-list-disc li:hover a {
  color: var(--theme-default);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div {
  background-color: #1d1e26;
  box-shadow: 0 0 14px 0 #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li p {
  color: #fff;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a svg path,
body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a svg line,
body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a svg polyline,
body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a svg polygon,
body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a svg rect {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a:hover svg path,
body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a:hover svg line,
body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a:hover svg polyline,
body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a:hover svg polygon,
body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a:hover svg rect {
  color: var(--theme-default) !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .onhover-dropdown:hover .onhover-show-div:before {
  border-bottom: 7px solid #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .default-according .card .btn-link {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .default-according .card .card-body {
  color: #98a6ad;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .default-according .card .card-body {
  border: none;
  border-top: none;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border {
  border: 1px solid #374558 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-1 {
  border: 1px solid #1d1e26 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-2 {
  border: 2px solid #1d1e26 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .grid-showcase span.border-2 {
  border: 2px solid #374558 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-3 {
  border-color: #1d1e26 !important;
  border-width: 3px !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-4 {
  border: 4px solid #1d1e26 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-5 {
  border: 5px solid #1d1e26 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-6 {
  border: 6px solid #1d1e26 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-7 {
  border: 7px solid #1d1e26 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-8 {
  border: 8px solid #1d1e26 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-9 {
  border: 9px solid #1d1e26 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-10 {
  border: 10px solid #1d1e26 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .subtract-border.border-wrapper .helper-common-box .helper-box.border-0 {
  border: 0 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .subtract-border.border-wrapper .helper-common-box .helper-box.border-top-0 {
  border-top: 0 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .subtract-border.border-wrapper .helper-common-box .helper-box.border-end-0 {
  border-right: 0 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .subtract-border.border-wrapper .helper-common-box .helper-box.border-bottom-0 {
  border-bottom: 0 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .subtract-border.border-wrapper .helper-common-box .helper-box.border-start-0 {
  border-left: 0 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-primary {
  border-color: #108be9 !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-t-primary {
  border-top: 1px solid #108be9 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-t-primary {
  border-top-color: #108be9 !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-b-primary {
  border-bottom: 1px solid #108be9 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-b-primary {
  border-bottom-color: #108be9 !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-l-primary {
  border-left-color: #108be9 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-l-primary {
  border-left-color: #108be9 !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-r-primary {
  border-right: #108be9 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-r-primary {
  border-right-color: #108be9 !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-primary {
  border-color: #108be9 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-t-dark {
  border-top-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-b-dark {
  border-bottom-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-l-dark {
  border-left-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-r-dark {
  border-right-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .schedule-calender .tab-content .activity-update > li > div {
  background-color: transparent !important;
  border-left-width: 4px !important;
}
[dir=rtl] body.dark-only .page-wrapper .page-body-wrapper .page-body .schedule-calender .tab-content .activity-update > li > div {
  border-left: unset !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .schedule-calender .card-header-right-icon .btn {
  border-color: #374558;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-secondary {
  border-color: #838383 !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-t-secondary {
  border-top: 1px solid #838383 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-t-secondary {
  border-top-color: #838383 !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-b-secondary {
  border-bottom: 1px solid #838383 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-b-secondary {
  border-bottom-color: #838383 !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-l-secondary {
  border-left-color: #838383 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-l-secondary {
  border-left-color: #838383 !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-r-secondary {
  border-right: #838383 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-r-secondary {
  border-right-color: #838383 !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-secondary {
  border-color: #838383 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-t-dark {
  border-top-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-b-dark {
  border-bottom-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-l-dark {
  border-left-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-r-dark {
  border-right-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .schedule-calender .tab-content .activity-update > li > div {
  background-color: transparent !important;
  border-left-width: 4px !important;
}
[dir=rtl] body.dark-only .page-wrapper .page-body-wrapper .page-body .schedule-calender .tab-content .activity-update > li > div {
  border-left: unset !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .schedule-calender .card-header-right-icon .btn {
  border-color: #374558;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-success {
  border-color: #65c15c !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-t-success {
  border-top: 1px solid #65c15c !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-t-success {
  border-top-color: #65c15c !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-b-success {
  border-bottom: 1px solid #65c15c !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-b-success {
  border-bottom-color: #65c15c !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-l-success {
  border-left-color: #65c15c !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-l-success {
  border-left-color: #65c15c !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-r-success {
  border-right: #65c15c !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-r-success {
  border-right-color: #65c15c !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-success {
  border-color: #65c15c !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-t-dark {
  border-top-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-b-dark {
  border-bottom-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-l-dark {
  border-left-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-r-dark {
  border-right-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .schedule-calender .tab-content .activity-update > li > div {
  background-color: transparent !important;
  border-left-width: 4px !important;
}
[dir=rtl] body.dark-only .page-wrapper .page-body-wrapper .page-body .schedule-calender .tab-content .activity-update > li > div {
  border-left: unset !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .schedule-calender .card-header-right-icon .btn {
  border-color: #374558;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-danger {
  border-color: #fc564a !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-t-danger {
  border-top: 1px solid #fc564a !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-t-danger {
  border-top-color: #fc564a !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-b-danger {
  border-bottom: 1px solid #fc564a !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-b-danger {
  border-bottom-color: #fc564a !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-l-danger {
  border-left-color: #fc564a !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-l-danger {
  border-left-color: #fc564a !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-r-danger {
  border-right: #fc564a !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-r-danger {
  border-right-color: #fc564a !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-danger {
  border-color: #fc564a !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-t-dark {
  border-top-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-b-dark {
  border-bottom-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-l-dark {
  border-left-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-r-dark {
  border-right-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .schedule-calender .tab-content .activity-update > li > div {
  background-color: transparent !important;
  border-left-width: 4px !important;
}
[dir=rtl] body.dark-only .page-wrapper .page-body-wrapper .page-body .schedule-calender .tab-content .activity-update > li > div {
  border-left: unset !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .schedule-calender .card-header-right-icon .btn {
  border-color: #374558;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-warning {
  border-color: #ffb829 !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-t-warning {
  border-top: 1px solid #ffb829 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-t-warning {
  border-top-color: #ffb829 !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-b-warning {
  border-bottom: 1px solid #ffb829 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-b-warning {
  border-bottom-color: #ffb829 !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-l-warning {
  border-left-color: #ffb829 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-l-warning {
  border-left-color: #ffb829 !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-r-warning {
  border-right: #ffb829 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-r-warning {
  border-right-color: #ffb829 !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-warning {
  border-color: #ffb829 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-t-dark {
  border-top-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-b-dark {
  border-bottom-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-l-dark {
  border-left-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-r-dark {
  border-right-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .schedule-calender .tab-content .activity-update > li > div {
  background-color: transparent !important;
  border-left-width: 4px !important;
}
[dir=rtl] body.dark-only .page-wrapper .page-body-wrapper .page-body .schedule-calender .tab-content .activity-update > li > div {
  border-left: unset !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .schedule-calender .card-header-right-icon .btn {
  border-color: #374558;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-info {
  border-color: #40b8f5 !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-t-info {
  border-top: 1px solid #40b8f5 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-t-info {
  border-top-color: #40b8f5 !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-b-info {
  border-bottom: 1px solid #40b8f5 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-b-info {
  border-bottom-color: #40b8f5 !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-l-info {
  border-left-color: #40b8f5 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-l-info {
  border-left-color: #40b8f5 !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-r-info {
  border-right: #40b8f5 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-r-info {
  border-right-color: #40b8f5 !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-info {
  border-color: #40b8f5 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-t-dark {
  border-top-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-b-dark {
  border-bottom-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-l-dark {
  border-left-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-r-dark {
  border-right-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .schedule-calender .tab-content .activity-update > li > div {
  background-color: transparent !important;
  border-left-width: 4px !important;
}
[dir=rtl] body.dark-only .page-wrapper .page-body-wrapper .page-body .schedule-calender .tab-content .activity-update > li > div {
  border-left: unset !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .schedule-calender .card-header-right-icon .btn {
  border-color: #374558;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-light {
  border-color: #f4f4f4 !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-t-light {
  border-top: 1px solid #f4f4f4 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-t-light {
  border-top-color: #f4f4f4 !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-b-light {
  border-bottom: 1px solid #f4f4f4 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-b-light {
  border-bottom-color: #f4f4f4 !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-l-light {
  border-left-color: #f4f4f4 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-l-light {
  border-left-color: #f4f4f4 !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-r-light {
  border-right: #f4f4f4 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-r-light {
  border-right-color: #f4f4f4 !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-light {
  border-color: #f4f4f4 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-t-dark {
  border-top-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-b-dark {
  border-bottom-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-l-dark {
  border-left-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-r-dark {
  border-right-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .schedule-calender .tab-content .activity-update > li > div {
  background-color: transparent !important;
  border-left-width: 4px !important;
}
[dir=rtl] body.dark-only .page-wrapper .page-body-wrapper .page-body .schedule-calender .tab-content .activity-update > li > div {
  border-left: unset !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .schedule-calender .card-header-right-icon .btn {
  border-color: #374558;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-dark {
  border-color: #3f475a !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-t-dark {
  border-top: 1px solid #3f475a !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-t-dark {
  border-top-color: #3f475a !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-b-dark {
  border-bottom: 1px solid #3f475a !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-b-dark {
  border-bottom-color: #3f475a !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-l-dark {
  border-left-color: #3f475a !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-l-dark {
  border-left-color: #3f475a !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-r-dark {
  border-right: #3f475a !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .b-r-dark {
  border-right-color: #3f475a !important;
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-dark {
  border-color: #3f475a !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-t-dark {
  border-top-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-b-dark {
  border-bottom-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-l-dark {
  border-left-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .gradient-border .helper-common-box .helper-box.b-r-dark {
  border-right-color: #1f2533 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .schedule-calender .tab-content .activity-update > li > div {
  background-color: transparent !important;
  border-left-width: 4px !important;
}
[dir=rtl] body.dark-only .page-wrapper .page-body-wrapper .page-body .schedule-calender .tab-content .activity-update > li > div {
  border-left: unset !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .schedule-calender .card-header-right-icon .btn {
  border-color: #374558;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .border-opacity-wrapper .border {
  border-color: rgba(var(--theme-default), var(--bs-border-opacity)) !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .bg-opacity-wrapper .text-dark {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .page-wrapper .page-body-wrapper .footer {
  border-top: 1px solid #1d1e26;
  background-color: #262932;
}
body.dark-only .page-wrapper .page-body-wrapper .footer p,
body.dark-only .page-wrapper .page-body-wrapper .footer span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .custom-select,
body.dark-only .page-wrapper .page-body-wrapper .custom-file-label {
  background: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .page-body-wrapper .footer-fix {
  background-color: #262932;
  border-top: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .note textarea {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .dt-button-info {
  background-color: #262932;
  border: 1px solid #98a6ad;
}
body.dark-only .page-wrapper .dt-button-info h2 {
  background-color: #262932;
}
body.dark-only .page-wrapper pre {
  background-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .scorlled {
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .input-group-air {
  box-shadow: 0 3px 20px 0 #1d1e26;
}
body.dark-only .page-wrapper .input-group-text {
  background-color: #262932;
  border: 1px solid #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .input-group-text i {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .input-group-solid .input-group-text,
body.dark-only .page-wrapper .input-group-solid .form-control {
  background: #1d1e26;
  border: 1px solid #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .semilight-bg-color,
body.dark-only .page-wrapper .header-bg-color {
  background-color: #fff;
}
body.dark-only .page-wrapper .list-group-item {
  background-color: #262932;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .list-group-item + .list-group-item {
  border-top-width: 0;
}
body.dark-only .page-wrapper .list-group-item.active {
  background-color: var(--theme-default) !important;
  border-color: var(--theme-default);
  color: #fff;
}
body.dark-only .page-wrapper .list-group-item:hover, body.dark-only .page-wrapper .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
body.dark-only .page-wrapper .list-group-item-action:hover:not(.active), body.dark-only .page-wrapper .list-group-item-action:focus {
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .contextual-wrapper .list-group-item-action:hover {
  color: #242934;
}
body.dark-only .page-wrapper .contextual-wrapper .list-group-item-action.list-light-white:hover {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .list-group-flush .list-group-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
body.dark-only .page-wrapper .dark-list .list-group .border-left-primary {
  border-left: 4px solid var(--theme-default);
}
body.dark-only .page-wrapper .dark-list .list-group .border-left-secondary {
  border-left: 4px solid var(--theme-secondary);
}
body.dark-only .page-wrapper .dark-list .list-group .border-left-warning {
  border-left: 4px solid #ffb829;
}
body.dark-only .page-wrapper .dark-list .list-group .border-left-success {
  border-left: 4px solid #65c15c;
}
body.dark-only .page-wrapper .dark-list .list-group .border-left-info {
  border-left: 4px solid #40b8f5;
}
[dir=rtl] body.dark-only .page-wrapper .dark-list .list-group [class*=border-left-] {
  border-left: none;
}
body.dark-only .page-wrapper .list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
body.dark-only .page-wrapper .list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
body.dark-only .page-wrapper .list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
body.dark-only .page-wrapper .list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
body.dark-only .page-wrapper .list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
body.dark-only .page-wrapper .list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
body.dark-only .page-wrapper .list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
body.dark-only .page-wrapper .list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
body.dark-only .page-wrapper .auth-bg {
  background-blend-mode: overlay;
  background-color: rgba(54, 64, 74, 0.9);
}
body.dark-only .page-wrapper .auth-bg .authentication-box .card {
  background-color: #262932;
}
body.dark-only .page-wrapper .auth-bg .authentication-box .card .theme-form .form-group input {
  color: rgba(255, 255, 255, 0.6);
  background-color: #1d1e26;
  border: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .auth-bg .authentication-box .card .theme-form .form-group label {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .auth-bg .authentication-box .card .theme-form .checkbox label {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .auth-bg .authentication-box .card .theme-form .checkbox label::before {
  background-color: #1d1e26;
  border: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .auth-bg .authentication-box h3,
body.dark-only .page-wrapper .auth-bg .authentication-box h4,
body.dark-only .page-wrapper .auth-bg .authentication-box h6 {
  color: #fff;
}
body.dark-only .page-wrapper .auth-bg-video {
  background-blend-mode: overlay;
  background-color: rgba(54, 64, 74, 0.7);
}
body.dark-only .page-wrapper .auth-bg-video .authentication-box h4,
body.dark-only .page-wrapper .auth-bg-video .authentication-box h3 {
  color: #fff;
}
body.dark-only .page-wrapper .auth-bg-video .authentication-box h6 {
  color: #98a6ad;
}
body.dark-only .page-wrapper .auth-bg-video .authentication-box .card {
  background-color: #262932;
}
body.dark-only .page-wrapper .auth-bg-video .authentication-box .card .theme-form .form-group input[type=text],
body.dark-only .page-wrapper .auth-bg-video .authentication-box .card .theme-form .form-group input[type=password] {
  background-color: #1d1e26;
  border: 1px solid #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .auth-bg-video .authentication-box .card .theme-form .checkbox label::before {
  background-color: #1d1e26;
  border: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .error-wrapper .maintenance-icons li i {
  color: #1d1e26;
}
body.dark-only .page-wrapper .error-wrapper .maintenance-icons li:nth-child(3) i {
  color: #1d1e26;
}
body.dark-only .page-wrapper .modal-content {
  background-color: #262932;
}
body.dark-only .page-wrapper .modal-content .modal-header {
  border-bottom: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .modal-content .modal-header .close {
  color: #98a6ad;
}
body.dark-only .page-wrapper .modal-content .modal-footer {
  border-top: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .comingsoon {
  background-blend-mode: overlay;
  background-color: rgba(54, 64, 74, 0.9);
}
body.dark-only .page-wrapper .comingsoon .comingsoon-inner h5 {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .comingsoon .comingsoon-inner .countdown {
  border-top: 1px solid #1d1e26;
  border-bottom: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .comingsoon .comingsoon-inner .countdown .title {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .comingsoon .comingsoon-inner .coming-soon-bottom-link a {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .theme-form .login-divider {
  border-top: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .theme-form .login-divider:before {
  background: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .authentication-main {
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .authentication-main .auth-innerright .reset-password-box .card {
  background-color: #262932;
}
body.dark-only .page-wrapper .authentication-main .auth-innerright .reset-password-box .reset-password-link {
  color: #98a6ad;
}
body.dark-only .page-wrapper .authentication-main .auth-innerright .reset-password-box .theme-form .form-group label {
  color: #98a6ad;
}
body.dark-only .page-wrapper .authentication-main .auth-innerright .reset-password-box .theme-form .form-group .form-control {
  background-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
  border-color: #1d1e26;
}
body.dark-only .page-wrapper .authentication-main .auth-innerright .reset-password-box .theme-form .opt-box {
  background-color: #1d1e26;
}
body.dark-only .page-wrapper .authentication-main .auth-innerright .authentication-box h4 {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .authentication-main .auth-innerright .authentication-box h6 {
  color: #98a6ad;
}
body.dark-only .page-wrapper .authentication-main .auth-innerright .authentication-box h3 {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .authentication-main .auth-innerright .authentication-box .card {
  background-color: #262932;
}
body.dark-only .page-wrapper .authentication-main .auth-innerright .authentication-box .card .theme-form .form-group input[type=text],
body.dark-only .page-wrapper .authentication-main .auth-innerright .authentication-box .card .theme-form .form-group input[type=password] {
  background-color: #1d1e26;
  border: 1px solid #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .page-wrapper .authentication-main .auth-innerright .authentication-box .card .theme-form .checkbox label::before {
  background-color: #1d1e26;
  border: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .vertical-menu-main {
  background-color: #262932;
}
body.dark-only .page-wrapper .mega-menu .title {
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid #1d1e26;
}
body.dark-only .page-wrapper .mega-menu .list-unstyled div a:hover {
  color: var(--theme-default);
}
body.dark-only .page-wrapper .default-according .card {
  background-color: #262932;
}
body.dark-only .page-wrapper .default-according .card .btn-link {
  background-color: #262932;
  border: 1px solid #374558;
  border-bottom: none;
  color: #fff;
}
body.dark-only .page-wrapper .default-according .card .text-muted {
  color: #98a6ad !important;
}
body.dark-only .page-wrapper .default-according .bg-primary .btn-link {
  background-color: var(--theme-default);
  border: 1px solid var(--theme-default);
}
body.dark-only .page-wrapper .default-according .bg-secondary .btn-link {
  background-color: var(--theme-secondary);
  border: 1px solid var(--theme-secondary);
}
body.dark-only .page-wrapper .collapse .card-body {
  background-color: #262932;
}
body.dark-only .page-wrapper .balance-widget.card-body {
  background-color: #262932;
  background-blend-mode: overlay;
}
@media screen and (max-width: 1660px) {
  body.dark-only .page-wrapper .caller-img img {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 1199px) {
  body.dark-only .page-wrapper .mobile-title.d-none {
    border-bottom: 1px solid #374558;
  }
  body.dark-only .page-wrapper .chat-menu {
    border-top: 1px solid #1d1e26;
    background-color: #262932;
  }
  body.dark-only .page-wrapper .error-wrapper .maintenance-icons li i {
    color: #3f475a;
  }
}
@media only screen and (max-width: 575.98px) {
  body.dark-only .page-wrapper.compact-sidebar .page-header .header-wrapper .toggle-sidebar {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  body.dark-only .page-wrapper .user-profile .hovercard .info .user-designation {
    border-top: 1px solid #374558;
    border-bottom: 1px solid #374558;
  }
  body.dark-only .page-wrapper .page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar, body.dark-only .page-wrapper .page-wrapper.compact-sidebar .page-header .header-wrapper .toggle-sidebar {
    border-right: 1px solid #374558;
  }
}
body.dark-only .lg-backdrop {
  background-color: #1d1e26;
}
body.dark-only .lg-outer .lg-thumb-outer {
  background-color: #262932;
}
body.dark-only .drag {
  background-color: #262932;
}
body.dark-only .drag form {
  background: #262932;
  box-shadow: 0 0 30px #1d1e26;
  border: 1px dotted #1d1e26;
}
body.dark-only .drag form input {
  background-color: #1d1e26;
  border: 1px solid #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .drag form .help-block {
  text-transform: capitalize;
  color: #98a6ad;
}
body.dark-only .draggable input {
  background-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid #1d1e26;
}
body.dark-only .draggable p {
  color: #98a6ad;
}
body.dark-only .draggable select {
  background-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid #1d1e26;
}
body.dark-only .draggable .radio label::before,
body.dark-only .draggable .checkbox label::before {
  background-color: #1d1e26;
  border: 1px solid #1d1e26;
}
body.dark-only .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #323846;
}
body.dark-only .select2-container--default .select2-selection--multiple,
body.dark-only .select2-container--default .select2-selection--single {
  background-color: #1d1e26;
  border: 1px solid #1d1e26 !important;
}
body.dark-only .select2-container--default .select2-search--inline .select2-search__field {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: #1d1e26;
  border: 1px solid #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #262932 !important;
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .select2-dropdown {
  background-color: #1d1e26;
  border: 1px solid #1d1e26;
}
body.dark-only .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #1d1e26;
}
body.dark-only .theme-form .form-group select.form-control:not([size]):not([multiple]) {
  background-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
  border-color: #1d1e26;
}
body.dark-only .theme-form .form-group input[type=text],
body.dark-only .theme-form .form-group input[type=email],
body.dark-only .theme-form .form-group input[type=search],
body.dark-only .theme-form .form-group input[type=password],
body.dark-only .theme-form .form-group input[type=number],
body.dark-only .theme-form .form-group input[type=tel],
body.dark-only .theme-form .form-group input[type=date],
body.dark-only .theme-form .form-group input[type=datetime-local],
body.dark-only .theme-form .form-group input[type=time],
body.dark-only .theme-form .form-group input[type=datetime-local],
body.dark-only .theme-form .form-group input[type=month],
body.dark-only .theme-form .form-group input[type=week],
body.dark-only .theme-form .form-group input[type=url],
body.dark-only .theme-form .form-group input[type=file],
body.dark-only .theme-form .form-group select {
  border-color: #1d1e26;
  background-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .theme-form .form-group input[type=text]::-webkit-input-placeholder,
body.dark-only .theme-form .form-group input[type=email]::-webkit-input-placeholder,
body.dark-only .theme-form .form-group input[type=search]::-webkit-input-placeholder,
body.dark-only .theme-form .form-group input[type=password]::-webkit-input-placeholder,
body.dark-only .theme-form .form-group input[type=number]::-webkit-input-placeholder,
body.dark-only .theme-form .form-group input[type=tel]::-webkit-input-placeholder,
body.dark-only .theme-form .form-group input[type=date]::-webkit-input-placeholder,
body.dark-only .theme-form .form-group input[type=datetime-local]::-webkit-input-placeholder,
body.dark-only .theme-form .form-group input[type=time]::-webkit-input-placeholder,
body.dark-only .theme-form .form-group input[type=datetime-local]::-webkit-input-placeholder,
body.dark-only .theme-form .form-group input[type=month]::-webkit-input-placeholder,
body.dark-only .theme-form .form-group input[type=week]::-webkit-input-placeholder,
body.dark-only .theme-form .form-group input[type=url]::-webkit-input-placeholder,
body.dark-only .theme-form .form-group input[type=file]::-webkit-input-placeholder,
body.dark-only .theme-form .form-group select::-webkit-input-placeholder {
  color: #98a6ad;
}
body.dark-only .theme-form .form-group .form-control {
  background-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .theme-form .form-group textarea {
  border-color: #1d1e26;
}
body.dark-only .theme-form .form-divider {
  border-top: 1px solid #1d1e26;
}
body.dark-only .theme-form .form-divider::before {
  background: #262932;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .CodeMirror {
  background: #262932;
  border: 1px solid #98a6ad;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .CodeMirror .CodeMirror-code pre {
  background: #262932;
}
body.dark-only .editor-toolbar {
  border-top: 1px solid #98a6ad;
  border-left: 1px solid #98a6ad;
  border-right: 1px solid #98a6ad;
}
body.dark-only .editor-toolbar a {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .editor-toolbar a:hover, body.dark-only .editor-toolbar a.active {
  background: #1d1e26;
}
body.dark-only .editor-toolbar i.separator {
  border-left: 1px solid #98a6ad;
  border-right: 1px solid #98a6ad;
}
body.dark-only .editor-toolbar.fullscreen::before {
  background: linear-gradient(to right, #1d1e26 0, rgba(0, 0, 0, 0) 100%);
}
body.dark-only .editor-toolbar.fullscreen::after {
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, #1d1e26 100%);
}
body.dark-only .editor-toolbar.disabled-for-preview a:not(.no-disable) {
  background: #1d1e26;
}
body.dark-only .editor-preview {
  background-color: #262932;
}
body.dark-only .editor-toolbar.fullscreen,
body.dark-only .editor-preview-side {
  background: #262932;
  border: 1px solid #98a6ad;
}
body.dark-only .u-step {
  background: #1d1e26;
}
body.dark-only .u-step.active, body.dark-only .u-step.current {
  background: var(--theme-default);
  color: #fff;
}
body.dark-only .u-step-title,
body.dark-only .u-pearl-title {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .u-step-number {
  background-color: #262932;
}
body.dark-only .u-pearl:before {
  background-color: #1d1e26;
}
body.dark-only .u-pearl-number,
body.dark-only .u-pearl-icon {
  background: #1d1e26;
  border: 2px solid #1d1e26;
}
body.dark-only .u-pearl.disabled .u-pearl-icon,
body.dark-only .u-pearl.disabled .u-pearl-number {
  background: #1d1e26;
  border: 2px solid #1d1e26;
}
body.dark-only .u-pearl.disabled:after {
  background-color: #334053;
}
body.dark-only .u-pearl.error:after {
  background-color: #1d1e26;
}
body.dark-only .note-editor.note-frame {
  border-color: #1d1e26;
}
body.dark-only .note-editor.note-frame .note-editing-area .note-editable {
  background-color: #262932;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .swal-modal {
  background-color: #262932;
}
body.dark-only .swal-modal .swal-title {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .swal-modal .swal-text {
  color: #98a6ad;
}
body.dark-only .swal-modal .swal-content__input {
  background-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .nav-tabs {
  border-bottom: 1px solid #374558;
}
body.dark-only .nav-tabs .nav-link {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .nav-tabs .nav-link.active {
  background-color: #262932;
  color: rgba(255, 255, 255, 0.6);
  border-color: #374558 #374558 #262932;
}
body.dark-only .nav-tabs .nav-link:hover, body.dark-only .nav-tabs .nav-link:focus {
  border-color: #374558 #374558 #323846;
}
body.dark-only .nav-tabs .nav-item.show .nav-link {
  background-color: #262932;
  color: rgba(255, 255, 255, 0.6);
  border-color: #1d1e26 #1d1e26 #262932;
}
body.dark-only .nav-primary .nav-link.active {
  background-color: var(--theme-default);
}
body.dark-only .nav-primary .nav-item.show .nav-link {
  background-color: var(--theme-default);
}
body.dark-only .custom-tab.nav-tabs {
  border-bottom: none;
}
body.dark-only .bg-navbar .nav {
  background-color: #1d1e26;
}
body.dark-only .nav-tabs.nav-bottom .nav-item .nav-link.active, body.dark-only .nav-tabs.nav-bottom .nav-item .nav-link.focus, body.dark-only .nav-tabs.nav-bottom .nav-item .nav-link.hover {
  border-color: #262932 #1d1e26 #1d1e26;
}
body.dark-only .border-tab .nav-link.active {
  background-color: transparent;
}
body.dark-only .border-tab .show > .nav-link {
  background-color: transparent;
}
body.dark-only .border-tab.nav-left .nav-link,
body.dark-only .border-tab.nav-right .nav-link {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .border-tab.nav-left .nav-link.active,
body.dark-only .border-tab.nav-right .nav-link.active {
  color: var(--theme-default);
}
body.dark-only .border-tab.nav-left .show > .nav-link,
body.dark-only .border-tab.nav-right .show > .nav-link {
  color: var(--theme-default);
}
body.dark-only .border-tab.nav-left.nav-secondary .nav-link.active, body.dark-only .border-tab.nav-left.nav-secondary .nav-link:focus, body.dark-only .border-tab.nav-left.nav-secondary .nav-link:hover {
  border-left-color: var(--theme-secondary);
  color: var(--theme-secondary) !important;
}
body.dark-only .border-tab.nav-left.nav-secondary .show > .nav-link {
  border-left-color: var(--theme-secondary);
  color: var(--theme-secondary) !important;
}
body.dark-only .border-tab.nav-left.nav-secondary .nav-item.show {
  color: var(--theme-secondary) !important;
  border-left-color: var(--theme-secondary);
}
body.dark-only .border-tab.nav-left.nav-success .nav-link.active, body.dark-only .border-tab.nav-left.nav-success .nav-link:focus, body.dark-only .border-tab.nav-left.nav-success .nav-link:hover {
  color: #65c15c !important;
}
body.dark-only .border-tab.nav-left.nav-success .show > .nav-link {
  border-left-color: #65c15c;
  color: #65c15c !important;
}
body.dark-only .border-tab.nav-left.nav-success .nav-item.show {
  color: #65c15c !important;
  border-left-color: #65c15c;
}
body.dark-only .border-tab.nav-right.nav-info .nav-link.active, body.dark-only .border-tab.nav-right.nav-info .nav-link:focus, body.dark-only .border-tab.nav-right.nav-info .nav-link:hover {
  color: #40b8f5 !important;
}
body.dark-only .border-tab.nav-right.nav-info .show > .nav-link {
  border-left-color: #40b8f5;
  color: #40b8f5 !important;
}
body.dark-only .border-tab.nav-right.nav-info .nav-item.show {
  color: #40b8f5 !important;
  border-left-color: #40b8f5;
}
body.dark-only .border-tab.nav-secondary .nav-link.active, body.dark-only .border-tab.nav-secondary .nav-link:focus, body.dark-only .border-tab.nav-secondary .nav-link:hover {
  color: var(--theme-secondary) !important;
}
body.dark-only .border-tab.nav-secondary .nav-item.show {
  color: var(--theme-secondary) !important;
}
body.dark-only .border-tab.nav-success .nav-link.active, body.dark-only .border-tab.nav-success .nav-link:focus, body.dark-only .border-tab.nav-success .nav-link:hover {
  color: #65c15c !important;
}
body.dark-only .border-tab.nav-success .nav-item.show {
  color: #65c15c !important;
}
body.dark-only .dropdown-divider {
  border-top: 1px solid #1d1e26;
}
body.dark-only .icon-hover-bottom {
  background-color: #262932;
  box-shadow: 0px 0px 1px 1px #1d1e26;
}
body.dark-only .icon-hover-bottom .icon-title {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .icon-hover-bottom span {
  color: #98a6ad;
}
body.dark-only .icon-hover-bottom .form-group input {
  background-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid #1d1e26;
}
body.dark-only .icon-hover-bottom .icon-first i {
  color: #98a6ad;
}
body.dark-only .horizontal-icons-tab .nav-tabs .nav-item .nav-link {
  background-image: linear-gradient(90deg, transparent 70%, rgba(255, 255, 255, 0.08) 100%);
}
body.dark-only .arrow-tabs.bg-navbar i {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .bottom-navbar .tab-content .tab-paragraph i {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only ul,
body.dark-only ol,
body.dark-only dl,
body.dark-only p {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only ul li,
body.dark-only ul dt,
body.dark-only ul dd,
body.dark-only ol li,
body.dark-only ol dt,
body.dark-only ol dd,
body.dark-only dl li,
body.dark-only dl dt,
body.dark-only dl dd,
body.dark-only p li,
body.dark-only p dt,
body.dark-only p dd {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only #cd-timeline::before {
  background: #1d1e26;
}
body.dark-only .timeliny {
  border-top: 1px solid #1d1e26;
  border-bottom: 1px solid #1d1e26;
}
body.dark-only .timeliny::before {
  background-color: #fff;
}
body.dark-only .timeliny .timeliny-dot {
  background-color: #262932;
  border: 1px solid #fff;
}
body.dark-only .timeliny .timeliny-dot::before {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .timeliny .timeliny-timeline .timeliny-timeblock.active .timeliny-dot::before {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .timeliny .timeliny-timeline .timeliny-timeblock.active .timeliny-dot::after {
  background-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
  border: none;
}
body.dark-only .timeliny .timeliny-timeline .timeliny-timeblock:not(.inactive):not(.active) .timeliny-dot:hover {
  background-color: #fff;
}
body.dark-only .timeliny .timeliny-timeline .timeliny-timeblock:not(.inactive):not(.active) .timeliny-dot:hover::before {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .timeliny .timeliny-timeline .timeliny-timeblock .timeliny-dot:hover::after {
  background-color: #262932;
  border: 1px solid #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .stroke-dark {
  stroke: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .taskadd table tr td .task_title_0 {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-only .todo .todo-list-wrapper #todo-list li .task-container {
  background: #262932;
  border-bottom: 1px solid #1d1e26;
}
body.dark-only .todo .todo-list-wrapper #todo-list li .task-container .task-label {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .todo .todo-list-wrapper #todo-list li .task-container:hover h4 {
  color: #fff;
}
body.dark-only .todo .todo-list-wrapper #todo-list li .task-container .task-action-btn .action-box:hover:not(.active) {
  background: #262932;
  border: 1px solid #1d1e26;
}
body.dark-only .todo .todo-list-wrapper #todo-list li.completed .task-container .task-label {
  color: var(--theme-default);
}
body.dark-only .todo .todo-list-wrapper #todo-list li.completed .task-container .complete-btn:hover {
  border: 1px solid #65c15c !important;
}
body.dark-only .todo .todo-list-wrapper .todo-list-footer .new-task-wrapper textarea {
  background-color: #262932;
  border: 1px solid #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .user-profile .ttl-info h6 {
  color: #98a6ad;
}
body.dark-only .user-profile .ttl-info span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .user-profile .hovercard .info .title a {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .user-profile .hovercard .user-image .avatar img {
  border: 10px solid #262932;
}
body.dark-only .user-profile .hovercard .user-image .icon-wrapper {
  background-color: #262932;
}
body.dark-only .user-profile .hovercard .tabs-scoial {
  border-bottom: none !important;
}
body.dark-only .user-profile .follow .follow-num {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .user-profile .profile-img-style .user-name {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .user-profile .profile-img-style p {
  color: #98a6ad;
}
body.dark-only .introjs-helperLayer {
  background-color: rgba(54, 64, 74, 0.9);
  border: rgba(255, 255, 255, 0.5);
}
body.dark-only .jstree-default .jstree-node,
body.dark-only .jstree-default .jstree-icon {
  color: #455869 !important;
}
body.dark-only .jstree-default .jstree-anchor {
  color: #98a6ad;
}
body.dark-only .jstree-default .jstree-clicked {
  color: #fff;
  background-color: transparent;
}
body.dark-only .jstree-default .jstree-hovered {
  background-color: #1d1e26;
  border: 1px solid #1d1e26;
}
body.dark-only span.twitter-typeahead .tt-menu {
  background-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only span.twitter-typeahead .tt-suggestion {
  color: rgba(255, 255, 255, 0.6);
  background-color: #1d1e26;
  border-top: 1px solid #374558;
}
body.dark-only span.twitter-typeahead .tt-suggestion:hover, body.dark-only span.twitter-typeahead .tt-suggestion:focus {
  background-color: #262932;
}
body.dark-only .typography small {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .code-box-copy pre {
  background-color: #1d1e26;
}
body.dark-only .code-box-copy pre code {
  background-color: #1d1e26;
}
body.dark-only .code-box-copy pre[class*=language-] {
  border: 1px solid #1d1e26;
}
body.dark-only .code-box-copy .code-box-copy__btn {
  background-color: #1d1e26;
  border: 1px solid #1d1e26;
  color: #fff;
}
body.dark-only .code-box-copy code[class*=language-],
body.dark-only .code-box-copy pre[class*=language-] {
  text-shadow: 0px 1px #000;
}
body.dark-only .code-box-copy code[class*=language-] ::selection,
body.dark-only .code-box-copy pre[class*=language-] ::selection {
  text-shadow: none;
  background: #262932;
}
body.dark-only table.fixedHeader-floating {
  background-color: #1d1e26;
}
body.dark-only .note textarea {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .dt-button-info {
  background-color: #262932;
  border: 1px solid #1d1e26;
}
body.dark-only .dt-button-info h2 {
  background-color: #262932;
  border-bottom: 1px solid #1d1e26;
}
body.dark-only pre {
  background-color: #1d1e26;
}
body.dark-only #keytable_wrapper .dataTables_paginate,
body.dark-only #column-selector_wrapper .dataTables_paginate,
body.dark-only #auto-fill_wrapper .dataTables_paginate,
body.dark-only #custom-button_wrapper .dataTables_paginate,
body.dark-only #class-button_wrapper .dataTables_paginate,
body.dark-only #keyboard-btn_wrapper .dataTables_paginate,
body.dark-only #multilevel-btn_wrapper .dataTables_paginate,
body.dark-only #pagelength-btn_wrapper .dataTables_paginate,
body.dark-only #basic-colreorder_wrapper .dataTables_paginate,
body.dark-only #state-saving_wrapper .dataTables_paginate,
body.dark-only #real-time_wrapper .dataTables_paginate,
body.dark-only #basic-fixed-header_wrapper .dataTables_paginate,
body.dark-only #fixed-header-footer_wrapper .dataTables_paginate,
body.dark-only #export-button_wrapper .dataTables_paginate,
body.dark-only #excel-cust-bolder_wrapper .dataTables_paginate,
body.dark-only #cust-json_wrapper .dataTables_paginate,
body.dark-only #basic-key-table_wrapper .dataTables_paginate,
body.dark-only #focus-cell_wrapper .dataTables_paginate,
body.dark-only #responsive_wrapper .dataTables_paginate,
body.dark-only #new-cons_wrapper .dataTables_paginate,
body.dark-only #show-hidden-row_wrapper .dataTables_paginate,
body.dark-only #basic-row-reorder_wrapper .dataTables_paginate,
body.dark-only #full-row_wrapper .dataTables_paginate,
body.dark-only #rest-column_wrapper .dataTables_paginate {
  border: none;
}
body.dark-only #example-style-8_wrapper table.dataTable.stripe tbody tr.odd,
body.dark-only #example-style-8_wrapper table.dataTable.display tbody tr.odd {
  background-color: #1d1e26;
}
body.dark-only .error-wrapper {
  background-color: rgba(54, 64, 74, 0.8);
}
body.dark-only .error-wrapper .sub-content {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .b-light {
  border: 1px solid #1d1e26 !important;
}
body.dark-only .modal-content {
  background-color: #262932;
}
body.dark-only .modal-content .modal-header {
  border-bottom: 1px solid #374558;
}
body.dark-only .modal-content .modal-header .close {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}
body.dark-only .modal-content .ui-front .form-control {
  background-color: #262932;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid #374558;
}
body.dark-only .modal .theme-close {
  color: rgba(255, 255, 255, 0.2);
}
body.dark-only .token.atrule,
body.dark-only .token.attr-value,
body.dark-only .token.keyword {
  color: #40b8f5;
}
body.dark-only .token.boolean, body.dark-only .token.constant, body.dark-only .token.deleted, body.dark-only .token.number, body.dark-only .token.property, body.dark-only .token.symbol, body.dark-only .token.tag {
  color: #fc564a;
}
body.dark-only .loader-box.card-loader {
  background-color: #262932;
}
body.dark-only .my-gallery.gallery-with-description img {
  border: 1px solid #374558 !important;
  border-bottom: none !important;
}
body.dark-only .alert-primary.inverse {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .alert-secondary.inverse {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .alert-success.inverse {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .alert-danger.inverse {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .alert-warning.inverse {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .alert-info.inverse {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .alert-light.inverse {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .alert-dark.inverse {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .alert-theme span + span + span {
  background-color: #1d1e26;
}
body.dark-only .alert-theme i {
  padding: 20px;
  margin-right: 20px !important;
}
body.dark-only .user-card .user-deatils h6 {
  color: #98a6ad;
}
body.dark-only .user-card .card-footer > div:first-child {
  border-right: 1px solid #1d1e26;
}
body.dark-only .user-card .card-footer .user-footer h6 {
  color: #98a6ad;
}
body.dark-only .user-card .card-footer .user-footer svg path,
body.dark-only .user-card .card-footer .user-footer svg rect {
  color: #98a6ad;
}
body.dark-only .navigation-option ul li a {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .navigation-option ul li:hover {
  background-color: #1d1e26;
}
body.dark-only .product-box .product-details h6 {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .product-box .product-details > a {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .product-box .product-details span {
  color: #98a6ad;
}
body.dark-only .product-box .product-img .product-hover ul li {
  background-color: #262932;
}
body.dark-only .product-box .product-img .product-hover ul li:hover {
  background-color: #000;
  color: #fff;
}
body.dark-only .browse .browse-articles ul li a {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .browse .browse-articles ul li:hover {
  background-color: #1d1e26;
}
body.dark-only .radio-primary input[type=radio] + label::before {
  border-color: var(--theme-default) !important;
}
body.dark-only .radio-primary input[type=radio] + label::after {
  background-color: var(--theme-default);
}
body.dark-only .radio-primary input[type=radio]:checked + label::before {
  border-color: var(--theme-default) !important;
}
body.dark-only .radio-primary input[type=radio]:checked + label::after {
  background-color: var(--theme-default);
}
body.dark-only .radio-secondary input[type=radio] + label::before {
  border-color: #838383 !important;
}
body.dark-only .radio-secondary input[type=radio] + label::after {
  background-color: #838383;
}
body.dark-only .radio-secondary input[type=radio]:checked + label::before {
  border-color: #838383 !important;
}
body.dark-only .radio-secondary input[type=radio]:checked + label::after {
  background-color: #838383;
}
body.dark-only .radio-success input[type=radio] + label::before {
  border-color: #65c15c !important;
}
body.dark-only .radio-success input[type=radio] + label::after {
  background-color: #65c15c;
}
body.dark-only .radio-success input[type=radio]:checked + label::before {
  border-color: #65c15c !important;
}
body.dark-only .radio-success input[type=radio]:checked + label::after {
  background-color: #65c15c;
}
body.dark-only .radio-danger input[type=radio] + label::before {
  border-color: #fc564a !important;
}
body.dark-only .radio-danger input[type=radio] + label::after {
  background-color: #fc564a;
}
body.dark-only .radio-danger input[type=radio]:checked + label::before {
  border-color: #fc564a !important;
}
body.dark-only .radio-danger input[type=radio]:checked + label::after {
  background-color: #fc564a;
}
body.dark-only .radio-info input[type=radio] + label::before {
  border-color: #40b8f5 !important;
}
body.dark-only .radio-info input[type=radio] + label::after {
  background-color: #40b8f5;
}
body.dark-only .radio-info input[type=radio]:checked + label::before {
  border-color: #40b8f5 !important;
}
body.dark-only .radio-info input[type=radio]:checked + label::after {
  background-color: #40b8f5;
}
body.dark-only .radio-light input[type=radio] + label::before {
  border-color: #f4f4f4 !important;
}
body.dark-only .radio-light input[type=radio] + label::after {
  background-color: #f4f4f4;
}
body.dark-only .radio-light input[type=radio]:checked + label::before {
  border-color: #f4f4f4 !important;
}
body.dark-only .radio-light input[type=radio]:checked + label::after {
  background-color: #f4f4f4;
}
body.dark-only .radio-dark input[type=radio] + label::before {
  border-color: #3f475a !important;
}
body.dark-only .radio-dark input[type=radio] + label::after {
  background-color: #3f475a;
}
body.dark-only .radio-dark input[type=radio]:checked + label::before {
  border-color: #3f475a !important;
}
body.dark-only .radio-dark input[type=radio]:checked + label::after {
  background-color: #3f475a;
}
body.dark-only .radio-warning input[type=radio] + label::before {
  border-color: #ffb829 !important;
}
body.dark-only .radio-warning input[type=radio] + label::after {
  background-color: #ffb829;
}
body.dark-only .radio-warning input[type=radio]:checked + label::before {
  border-color: #ffb829 !important;
}
body.dark-only .radio-warning input[type=radio]:checked + label::after {
  background-color: #ffb829;
}
body.dark-only .checkbox-primary label::before {
  border-color: var(--theme-default) !important;
}
body.dark-only .checkbox-secondary label::before {
  border-color: #838383 !important;
}
body.dark-only .checkbox-success label::before {
  border-color: #65c15c !important;
}
body.dark-only .checkbox-danger label::before {
  border-color: #fc564a !important;
}
body.dark-only .checkbox-info label::before {
  border-color: #40b8f5 !important;
}
body.dark-only .checkbox-light label::before {
  border-color: #f4f4f4 !important;
}
body.dark-only .checkbox-dark label::before {
  border-color: #3f475a !important;
}
body.dark-only .checkbox-warning label::before {
  border-color: #ffb829 !important;
}
body.dark-only .checkbox-solid-primary label:before {
  background-color: var(--theme-default) !important;
  border-color: var(--theme-default) !important;
  color: #fff !important;
}
body.dark-only .checkbox-solid-primary input[type=checkbox]:checked + label::before {
  background-color: var(--theme-default) !important;
  border-color: var(--theme-default) !important;
  color: #fff !important;
}
body.dark-only .checkbox-solid-primary input[type=checkbox]:checked + label::after {
  color: #fff !important;
}
body.dark-only .checkbox-solid-secondary label:before {
  background-color: #838383 !important;
  border-color: #838383 !important;
  color: #fff !important;
}
body.dark-only .checkbox-solid-secondary input[type=checkbox]:checked + label::before {
  background-color: #838383 !important;
  border-color: #838383 !important;
  color: #fff !important;
}
body.dark-only .checkbox-solid-secondary input[type=checkbox]:checked + label::after {
  color: #fff !important;
}
body.dark-only .checkbox-solid-success label:before {
  background-color: #65c15c !important;
  border-color: #65c15c !important;
  color: #fff !important;
}
body.dark-only .checkbox-solid-success input[type=checkbox]:checked + label::before {
  background-color: #65c15c !important;
  border-color: #65c15c !important;
  color: #fff !important;
}
body.dark-only .checkbox-solid-success input[type=checkbox]:checked + label::after {
  color: #fff !important;
}
body.dark-only .checkbox-solid-danger label:before {
  background-color: #fc564a !important;
  border-color: #fc564a !important;
  color: #fff !important;
}
body.dark-only .checkbox-solid-danger input[type=checkbox]:checked + label::before {
  background-color: #fc564a !important;
  border-color: #fc564a !important;
  color: #fff !important;
}
body.dark-only .checkbox-solid-danger input[type=checkbox]:checked + label::after {
  color: #fff !important;
}
body.dark-only .checkbox-solid-info label:before {
  background-color: #40b8f5 !important;
  border-color: #40b8f5 !important;
  color: #fff !important;
}
body.dark-only .checkbox-solid-info input[type=checkbox]:checked + label::before {
  background-color: #40b8f5 !important;
  border-color: #40b8f5 !important;
  color: #fff !important;
}
body.dark-only .checkbox-solid-info input[type=checkbox]:checked + label::after {
  color: #fff !important;
}
body.dark-only .checkbox-solid-light label:before {
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
  color: #fff !important;
}
body.dark-only .checkbox-solid-light input[type=checkbox]:checked + label::before {
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
  color: #fff !important;
}
body.dark-only .checkbox-solid-light input[type=checkbox]:checked + label::after {
  color: #fff !important;
}
body.dark-only .checkbox-solid-dark label:before {
  background-color: #3f475a !important;
  border-color: #3f475a !important;
  color: #fff !important;
}
body.dark-only .checkbox-solid-dark input[type=checkbox]:checked + label::before {
  background-color: #3f475a !important;
  border-color: #3f475a !important;
  color: #fff !important;
}
body.dark-only .checkbox-solid-dark input[type=checkbox]:checked + label::after {
  color: #fff !important;
}
body.dark-only .checkbox-solid-warning label:before {
  background-color: #ffb829 !important;
  border-color: #ffb829 !important;
  color: #fff !important;
}
body.dark-only .checkbox-solid-warning input[type=checkbox]:checked + label::before {
  background-color: #ffb829 !important;
  border-color: #ffb829 !important;
  color: #fff !important;
}
body.dark-only .checkbox-solid-warning input[type=checkbox]:checked + label::after {
  color: #fff !important;
}
body.dark-only .bootstrap-datetimepicker-widget ul li {
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid #1d1e26;
}
body.dark-only .bootstrap-datetimepicker-widget tr th:hover,
body.dark-only .bootstrap-datetimepicker-widget tr td:hover {
  background-color: #262932;
}
body.dark-only .bootstrap-datetimepicker-widget tr th span:hover,
body.dark-only .bootstrap-datetimepicker-widget tr td span:hover {
  background-color: #262932;
}
body.dark-only .bootstrap-datetimepicker-widget tr th.prev:hover, body.dark-only .bootstrap-datetimepicker-widget tr th.next:hover,
body.dark-only .bootstrap-datetimepicker-widget tr td.prev:hover,
body.dark-only .bootstrap-datetimepicker-widget tr td.next:hover {
  background-color: #262932;
}
body.dark-only .bootstrap-datetimepicker-widget tr:first-child th:hover {
  background-color: #262932;
}
body.dark-only .btn-transparent {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only #cal-basic .fc-toolbar .fc-left .fc-next-button .fc-icon-right-single-arrow:after,
body.dark-only #cal-basic .fc-toolbar .fc-right .fc-next-button .fc-icon-right-single-arrow:after {
  color: #98a6ad;
}
body.dark-only #cal-basic .fc-toolbar .fc-left .fc-prev-button .fc-icon-left-single-arrow:after,
body.dark-only #cal-basic .fc-toolbar .fc-right .fc-prev-button .fc-icon-left-single-arrow:after {
  color: #98a6ad;
}
body.dark-only #cal-basic .fc-toolbar .fc-left .fc-button-group .fc-month-button {
  color: #fff !important;
}
body.dark-only .fc-button-group .fc-basicWeek-button,
body.dark-only .fc-button-group .fc-basicDay-button,
body.dark-only .fc-button-group .fc-agendaWeek-button,
body.dark-only .fc-button-group .fc-agendaDay-button {
  color: #000 !important;
}
body.dark-only .fc-button-group .fc-month-button {
  color: #fff !important;
}
body.dark-only .visual-button .button-light-secondary,
body.dark-only .visual-button .button-light-warning,
body.dark-only .visual-button .button-light-success {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .mix-hover-btn .txt-dark {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .btn-light:not([disabled]):not(.disabled).active.active {
  background-color: #1d1e26 !important;
}
body.dark-only .btn-light.disabled, body.dark-only .btn-light:disabled {
  color: rgba(64, 64, 64, 0.5) !important;
}
body.dark-only #cal-agenda-view .fc-toolbar .fc-right .fc-button-group .fc-month-button,
body.dark-only #cal-agenda-view .fc-toolbar .fc-right .fc-button-group .btn-light {
  color: #000 !important;
}
body.dark-only #cal-agenda-view .fc-toolbar .fc-right .fc-button-group .fc-agendaWeek-button {
  color: #fff !important;
}
body.dark-only #cal-agenda-view .fc-toolbar .fc-right .fc-button-group .fc-agendaWeek-button:hover {
  color: #000 !important;
}
body.dark-only .basic-calendar .fc-toolbar .fc-right .fc-button-group .fc-basicWeek-button,
body.dark-only .basic-calendar .fc-toolbar .fc-right .fc-button-group .btn-light,
body.dark-only #cal-bg-events .fc-toolbar .fc-right .fc-button-group .fc-basicWeek-button,
body.dark-only #cal-bg-events .fc-toolbar .fc-right .fc-button-group .btn-light,
body.dark-only #cal-event-colors .fc-toolbar .fc-right .fc-button-group .fc-basicWeek-button,
body.dark-only #cal-event-colors .fc-toolbar .fc-right .fc-button-group .btn-light {
  color: #000 !important;
}
body.dark-only .basic-calendar .fc-toolbar .fc-right .fc-button-group .fc-month-button,
body.dark-only #cal-bg-events .fc-toolbar .fc-right .fc-button-group .fc-month-button,
body.dark-only #cal-event-colors .fc-toolbar .fc-right .fc-button-group .fc-month-button {
  color: #fff !important;
}
body.dark-only .basic-calendar .fc-toolbar .fc-right .fc-button-group .fc-month-button:hover,
body.dark-only #cal-bg-events .fc-toolbar .fc-right .fc-button-group .fc-month-button:hover,
body.dark-only #cal-event-colors .fc-toolbar .fc-right .fc-button-group .fc-month-button:hover {
  color: #000 !important;
}
body.dark-only .categories ul li a {
  color: #98a6ad;
}
body.dark-only .categories ul li:hover {
  background-color: #1d1e26;
}
body.dark-only .socialprofile .badge {
  background-color: #1d1e26;
}
body.dark-only .socialprofile .likes-profile h5 span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .socialprofile span {
  color: #98a6ad;
}
body.dark-only .social-status .d-flex .flex-grow-1 span + span {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .social-status .d-flex .flex-grow-1 p,
body.dark-only .social-status .d-flex .flex-grow-1 .light-span {
  color: #98a6ad;
}
body.dark-only .filter-cards-view p,
body.dark-only .timeline-content p {
  color: #98a6ad;
}
body.dark-only .filter-cards-view .comment-number i,
body.dark-only .timeline-content .comment-number i {
  color: #98a6ad;
}
body.dark-only .filter-cards-view .comments-box .input-group,
body.dark-only .timeline-content .comments-box .input-group {
  background-color: #1d1e26;
}
body.dark-only .filter-cards-view .comments-box .input-group .form-control,
body.dark-only .timeline-content .comments-box .input-group .form-control {
  border: none !important;
}
body.dark-only .filter-cards-view .comments-box .input-group .input-group-append,
body.dark-only .timeline-content .comments-box .input-group .input-group-append {
  background-color: #1d1e26;
}
body.dark-only .filter-cards-view .comments-box .input-group .input-txt-bx,
body.dark-only .timeline-content .comments-box .input-group .input-txt-bx {
  background-color: #1d1e26;
}
body.dark-only .social-chat .flex-grow-1 {
  border: 1px solid #374558;
}
body.dark-only .social-chat .flex-grow-1:after {
  border-right: 7px solid #262932;
}
body.dark-only .social-chat span span {
  color: #98a6ad;
}
body.dark-only .details-about .your-details p {
  color: #98a6ad;
}
body.dark-only .activity-log .my-activity p {
  color: #98a6ad;
}
body.dark-only .bookmark ul li a {
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 991.98px) {
  body.dark-only .page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar {
    border-right: 1px solid #374558;
  }
}
@media only screen and (max-width: 767.98px) {
  body.dark-only .page-wrapper.material-icon .page-header {
    background-color: #262932;
  }
}
body.dark-only .apexcharts-tooltip.light {
  border-color: #374558;
  background-color: #1d1e26;
}
body.dark-only .apexcharts-tooltip.light .apexcharts-tooltip-title {
  border-color: #374558;
}
body.dark-only .apexcharts-tooltip.light .apexcharts-tooltip-text-label,
body.dark-only .apexcharts-tooltip.light .apexcharts-tooltip-text-value {
  color: #fff;
}
body.dark-only .faq-accordion.default-according .card .faq-header {
  border: 0 !important;
}
body.dark-only .seller-order-table .recent-table div.dt-container .table thead tr th a,
body.dark-only .seller-order-table .recent-table div.dt-container .table thead tr td a,
body.dark-only .seller-order-table .recent-table div.dt-container .table tbody tr th a,
body.dark-only .seller-order-table .recent-table div.dt-container .table tbody tr td a {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .seller-order-table .recent-table div.dt-container .table thead tr th:nth-child(4) a,
body.dark-only .seller-order-table .recent-table div.dt-container .table thead tr td:nth-child(4) a,
body.dark-only .seller-order-table .recent-table div.dt-container .table tbody tr th:nth-child(4) a,
body.dark-only .seller-order-table .recent-table div.dt-container .table tbody tr td:nth-child(4) a {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .seller-details-table .recent-table .table thead tr th .product-action .square-white,
body.dark-only .seller-details-table .recent-table .table thead tr td .product-action .square-white,
body.dark-only .seller-details-table .recent-table .table tbody tr th .product-action .square-white,
body.dark-only .seller-details-table .recent-table .table tbody tr td .product-action .square-white {
  box-shadow: 0px 0px 10px 3px #1d1e26;
}
body.dark-only .seller-details-table .recent-table .table thead tr th .product-action .square-white svg,
body.dark-only .seller-details-table .recent-table .table thead tr td .product-action .square-white svg,
body.dark-only .seller-details-table .recent-table .table tbody tr th .product-action .square-white svg,
body.dark-only .seller-details-table .recent-table .table tbody tr td .product-action .square-white svg {
  fill: rgba(255, 255, 255, 0.6);
}
body.dark-only .review-box .seller-profile .accordion-button {
  background-color: #262932;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .review-box .seller-profile .accordion-item .accordion-body {
  background-color: #323846;
}
body.dark-only .review-box .seller-profile .accordion-item .accordion-body li > div h6,
body.dark-only .review-box .seller-profile .accordion-item .accordion-body li > div i:not(.fill) {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .review-box .seller-profile .accordion-item .accordion-body .policies-wrapper li label {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .review-box .seller-profile .accordion-item .accordion-body .notification-wrapper .form-check-label {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .review-box .seller-profile .accordion-item .accordion-body .checkbox-wrapper li .form-check-label i {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .review-box .review-people .review-list li .people-box .people-comment h6 {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .review-box .review-people .review-list li .people-box .people-comment .date-time h6 {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .seller-details-wrapper .review-box .seller-profile .accordion-item {
  background-color: #262932;
}
body.dark-only .seller-details-wrapper .review-box .seller-profile .accordion-item .accordion-header .accordion-button::after {
  filter: invert(1);
}
body.dark-only .seller-details-wrapper .review-box .md-sidebar .email-left-aside .card {
  background-color: #1d1e26;
}
body.dark-only #radarchart .apexcharts-canvas .apexcharts-graphical .apexcharts-plot-series polygon {
  fill: #1d1e26;
  stroke: #1f2533;
}
body.dark-only #radarchart .apexcharts-canvas .apexcharts-graphical .apexcharts-plot-series polygon:nth-child(odd) {
  fill: #323846;
}
body.dark-only #radarchart .apexcharts-canvas .apexcharts-graphical .apexcharts-plot-series line {
  stroke: #1f2533;
}
body.dark-only .apexcharts-radialbar-track.apexcharts-track path {
  stroke: #1d1e26;
}
body.dark-only .collection-filter-block h6 {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .collection-filter-block ul.pro-services li span {
  color: rgba(255, 255, 255, 0.3);
}
body.dark-only .rating-box ul li .rating-list .progress {
  background: #1d1e26;
}
body.dark-only .product-rating-box .review-title-2 p {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .seller-wrapper .form-check .form-check-input:valid ~ .form-check-label {
  color: rgba(255, 255, 255, 0.3);
}
body.dark-only .megaoption-space span:not(.pull-right):last-child {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .main-upgrade .variation-box .selection-box .d-flex {
  color: #1f2533;
}
body.dark-only .main-upgrade .variation-box .selection-box input[type=checkbox]:checked ~ div li {
  color: #1f2533;
}
body.dark-only .common-alert .btn-close {
  filter: grayscale(1);
}
body.dark-only .dark-alert .alert p {
  color: #1d1e26;
}
body.dark-only .dark-alert-msg .alert[class*=alert-] p {
  color: #1f2533;
}
body.dark-only .dark-alert-msg .alert[class*=alert-light-] .btn-close {
  filter: none;
}
body.dark-only .dark-txt p strong {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .live-dark .btn-close {
  filter: initial;
}
body.dark-only .alert-light {
  color: #1d1e26 !important;
}
body.dark-only .heart-rating .rating-text {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .main-animate a {
  background: #323846;
}
body.dark-only .main-animate svg {
  stroke: rgba(255, 255, 255, 0.6);
}
body.dark-only .main-animate svg.fill-icon, body.dark-only .main-animate svg.fill-secondary {
  stroke: none;
  fill: rgba(255, 255, 255, 0.6);
}
body.dark-only .main-animate i {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .main-animate.heartbeat-wrapper svg {
  stroke: #fc564a;
}
body.dark-only .main-animate.heartbeat-wrapper i {
  color: #fc564a;
}
body.dark-only .main-animate.border-pulse-wrapper a {
  border-color: #374558;
}
body.dark-only .pulse-wrapper svg,
body.dark-only .pulse-wrapper i {
  animation: pulse-animate-dark 1s infinite ease;
}
@keyframes pulse-animate-dark {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.4);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
body.dark-only .mobile-app-card.social-empower, body.dark-only .mobile-app-card.upgrade-plan {
  background: #1d1e26;
}
body.dark-only .campaign-table .badge-light-light.disabled {
  color: #2b2b2b;
}
body.dark-only .campaign-table .twitter > div {
  border-color: rgba(255, 255, 255, 0.6);
}
body.dark-only .campaign-table .twitter .social-circle {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .live-auction-wrapper .product-nft-content > div p span.text-black {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .nft-collection .nft-user-info .user-desc {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .currency-table.task-table .table .main-task-wrapper tr td .form-check-label::before {
  background-color: #1d1e26;
}
body.dark-only .currency-table.task-table .table .main-task-wrapper tr .icons-box .square-white i {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .currency-table.task-table .table .main-task-wrapper .square-white i {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .hovercard .info .follow .border-end {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
body.dark-only .tour-email span {
  color: #98a6ad;
}
body.dark-only .dropdown-menu li:first-child .dropdown-item {
  border-top-color: transparent;
}
body.dark-only .dropdown-menu .dropdown-item {
  border-top-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
  opacity: 0.9;
}
body.dark-only .dropdown-menu .dropdown-item:hover {
  background-color: #323846;
}
body.dark-only .split-dropdown .dropdown-basic .btn-group .dropdown-menu .dropdown-item a {
  border-top-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
  opacity: 0.9;
}
body.dark-only .split-dropdown .dropdown-basic .btn-group .dropdown-menu .dropdown-item a:hover {
  background-color: #323846;
}
body.dark-only .dropdown-basic .dropdown .dropdown-content a {
  border-top-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
  opacity: 0.9;
}
body.dark-only .dropdown-basic .dropdown .dropdown-content a:hover {
  background-color: #323846 !important;
}
body.dark-only .dark-input-type .input-group .input-group-text {
  background: transparent;
  border: unset;
}
body.dark-only .heading-dropdown .dropdown-menu > li:first-child > a {
  background-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only btn-group .dropdown-wrapper .input-group {
  border-top-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
  opacity: 0.9;
}
body.dark-only btn-group .dropdown-wrapper .input-group:hover {
  background-color: #323846;
}
body.dark-only .helper-cards .dropdown-block {
  background-color: #323846;
}
body.dark-only .helper-cards .dropdown-block li h6 {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .helper-cards .dropdown-block li .dropdown-item {
  background-color: transparent;
}
body.dark-only .dark-dropdown-box .btn-group .dropdown-toggle {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .form-wrapper.dark-form, body.dark-only .form-wrapper.show {
  background-color: #1d1e26;
}
body.dark-only .dark-accordion .accordion-item {
  border: 1px solid #374558;
  background-color: #374558;
}
body.dark-only .dark-accordion .accordion-item .accordion-collapse p {
  color: #1d1e26;
}
body.dark-only .dark-accordion .accordion-item .accordion-collapse .accordion-body {
  background-color: #262932;
}
body.dark-only .dark-accordion .accordion-item .accordion-collapse .accordion-body h6 {
  border: 0;
}
body.dark-only .dark-accordion .collapse-wrapper {
  color: #1d1e26;
}
body.dark-only .dark-accordion.card {
  border-radius: unset;
}
body.dark-only .dark-accordion.card.card-body.mb-0 {
  border-radius: 15px;
}
body.dark-only .accordion.dark-accordion .accordion-item .accordion-collapse .accordion-body .accordions-content li {
  color: #98a6ad;
}
body.dark-only .accordion.dark-accordion .accordion-item .accordion-collapse p {
  color: #98a6ad;
}
body.dark-only .accordions-content li {
  color: #262932;
}
body.dark-only .dark-list .list-group .list-group-item + .list-group-item {
  border-top-width: 1px;
}
body.dark-only .dark-list .list-group .list-group-item .form-check-input {
  border: 1px solid rgba(255, 255, 255, 0.6);
  background-color: transparent;
}
body.dark-only .dark-list .list-light-dark {
  background-color: #1d1e26 !important;
}
body.dark-only .card-wrapper .sub-title {
  border-bottom: unset !important;
}
body.dark-only .figure.dark-blockquote .blockquote {
  border-left-color: var(--theme-default);
  border-right-color: var(--theme-default);
}
body.dark-only .figure.dark-blockquote .blockquote p {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .typography-list .card-wrapper dl dt {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-only .datatable-init div.dt-container.dt-bootstrap5 table tbody tr td,
body.dark-only .datatable-advance-wrapper div.dt-container.dt-bootstrap5 table tbody tr td,
body.dark-only .datatable-api-wrapper div.dt-container.dt-bootstrap5 table tbody tr td,
body.dark-only .data-source-wrapper div.dt-container.dt-bootstrap5 table tbody tr td,
body.dark-only .autofill-data-tables div.dt-container.dt-bootstrap5 table tbody tr td,
body.dark-only .support-ticket-table div.dt-container.dt-bootstrap5 table tbody tr td {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .basic_table .card-block .table.light-card {
  background-color: rgba(50, 56, 70, 0.8);
}
body.dark-only .dark-sign-up h3 {
  color: #262932;
}
body.dark-only .dark-sign-up p {
  color: #262932;
}
body.dark-only .dark-sign-up .modal-body form .form-label {
  color: #1f2533;
}
body.dark-only .dark-sign-up .modal-body form .form-check .form-check-label {
  color: #1f2533;
}
body.dark-only .dark-sign-up .modal-body form .form-control {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .modal-dialog .modal-content .dark-modal .large-modal-header svg {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .modal-dialog .modal-content .dark-modal .large-modal-header h6 {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .modal-dialog .modal-content .dark-modal .large-modal-body svg {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .modal-dialog .modal-content .dark-modal .large-modal-body p {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .modal-toggle-wrapper .dark-toggle-btn {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .social-profile {
  background-attachment: fixed;
}
body.dark-only .social-profile .social-details h5 a {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .main-file-sidebar .md-sidebar .md-sidebar-aside .common-sort-card {
  background-color: #1d1e26;
}
body.dark-only .file-manager-grid .freeze-ui {
  background-color: rgba(29, 30, 38, 0.8);
}
body.dark-only .file-manager-grid .doc-icon {
  color: #1d1e26;
}
body.dark-only .file-manager-grid .doc-icon::after {
  border-color: #1d1e26;
  border-bottom-color: var(--dark-light-color);
  border-left-color: var(--dark-light-color);
}
[dir=rtl] body.dark-only .file-manager-grid .doc-icon::after {
  border-left-color: unset;
  border-right-color: var(--dark-light-color);
}
body.dark-only .file-manager-grid .file:hover .doc-icon::after {
  border-color: #1d1e26;
  border-bottom-color: var(--dark-light-color);
  border-left-color: var(--dark-light-color);
}
[dir=rtl] body.dark-only .file-manager-grid .file:hover .doc-icon::after {
  border-left-color: unset;
  border-right-color: var(--dark-light-color);
}
body.dark-only .file-manager-grid .item-selected {
  background-color: #323846;
}
body.dark-only .file-manager-grid .item-selected.file .doc-icon::after {
  border-color: #323846;
  border-bottom-color: var(--dark-light-color);
  border-left-color: var(--dark-light-color);
}
[dir=rtl] body.dark-only .file-manager-grid .item-selected.file .doc-icon::after {
  border-left-color: unset;
  border-right-color: var(--dark-light-color);
}
body.dark-only .file-manager-grid .item-selected:hover {
  background-color: #323846;
}
body.dark-only .common-file-manager .filemanger .top-menu {
  background-color: #1d1e26;
}
body.dark-only .common-file-manager .filemanger .top-menu button {
  background-color: #323846;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .common-file-manager .filemanger .top-folder-path {
  background-color: #262932;
}
body.dark-only .common-file-manager .filemanger .top-folder-path .path-action-btns button {
  background-color: #262932;
}
body.dark-only .common-file-manager .filemanger .top-folder-path .path-action-btns button:disabled {
  background-color: #262932;
}
body.dark-only .common-file-manager .filemanger .top-folder-path .folder-path-write {
  background-color: #1d1e26;
}
body.dark-only .common-file-manager .filemanger .top-folder-path .folder-path-write button {
  background-color: #1d1e26;
}
body.dark-only .common-file-manager .filemanger .top-folder-path .folder-path-write input {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .common-file-manager .popup .popup-content {
  background-color: #1f2533;
}
body.dark-only .common-file-manager .popup .popup-content form input {
  background-color: #323846;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .common-file-manager .folderEmpty {
  background-color: rgba(29, 30, 38, 0.4);
}
body.dark-only .bootstrap-select .dropdown-toggle {
  color: #898989;
  background-color: #1d1e26 !important;
  border-color: transparent !important;
}
body.dark-only .bootstrap-select .bs-searchbox {
  background-color: #323846;
}
body.dark-only .bootstrap-select .no-results {
  background-color: #1d1e26;
}
body.dark-only .bootstrap-select .dropdown-menu .dropdown-header {
  background-color: #1d1e26;
}
body.dark-only .bootstrap-select .dropdown-menu .dropdown-item {
  background-color: #262932;
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .bootstrap-select .dropdown-menu .dropdown-item:hover {
  background-color: #1d1e26 !important;
}
body.dark-only .bootstrap-select .dropdown-menu .form-control {
  border-color: #374558;
}
body.dark-only .discount-options .nav-link {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .filepond--drop-label.filepond--drop-label label {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .filepond--root .filepond--panel-root {
  background-color: #1d1e26;
}
body.dark-only .dropzone.dropzone-secondary i {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .dropzone .dz-preview.dz-file-preview .dz-image {
  background: linear-gradient(to bottom, #323846, #1d1e26);
}
body.dark-only .dropzone .dz-preview.dz-image-preview {
  background: transparent;
}
body.dark-only .dropzone .dz-preview .dz-details .dz-size span,
body.dark-only .dropzone .dz-preview .dz-details .dz-filename span {
  background-color: transparent !important;
  color: rgba(255, 255, 255, 0.3);
}
body.dark-only .warning-alert p {
  color: #242934;
}
body.dark-only .warning-alert .btn-close {
  filter: brightness(1);
}
body.dark-only .dark-helper {
  background-color: rgba(29, 30, 38, 0.4);
}
body.dark-only .dark-helper h6,
body.dark-only .dark-helper span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .dark-helper .text-muted {
  color: #262932 !important;
}
body.dark-only .font-dark {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .helper-common-box .border-common-box {
  border-color: #374558;
}
body.dark-only .helper-common-box .radius-wrapper {
  background-color: #1d1e26;
}
body.dark-only .irs-min,
body.dark-only .irs-max {
  color: #98a6ad;
  background-color: #323846;
}
body.dark-only .irs--flat .irs-line,
body.dark-only .irs--square .irs-line,
body.dark-only .irs--round .irs-line {
  background-color: #1d1e26;
}
body.dark-only .irs--big .irs-line,
body.dark-only .irs--modern .irs-line {
  background: #1d1e26;
  border-color: #374558;
}
body.dark-only .irs--sharp .irs-line {
  background-color: #1d1e26;
}
body.dark-only .jvectormap-container .jvectormap-zoomin,
body.dark-only .jvectormap-container .jvectormap-zoomout {
  background: #323846;
}
body.dark-only .linear-divider h6 {
  color: rgba(255, 255, 255, 0.5);
}
body.dark-only .main-divider .vertical-divider .divider-dark-icon {
  stroke: rgba(255, 255, 255, 0.5);
}
body.dark-only .main-divider .vertical-divider .vertical-line {
  color: #262932;
}
body.dark-only .main-divider .vertical-divider .vertical-line.bg-dark {
  background-color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .main-divider .divider-h-line.bg-dark,
body.dark-only .main-divider .vr.bg-dark {
  background-color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .animated-divider.animated-line:before {
  background: linear-gradient(90deg, #262932 0%, #262932 5%, transparent 5%, transparent 10%, #262932 10%, #262932 15%, transparent 15%, transparent 20%, #262932 20%, #262932 25%, transparent 25%, transparent 30%, #262932 30%, #262932 35%, transparent 35%, transparent 40%, #262932 40%, #262932 45%, transparent 45%, transparent 50%, #262932 50%, #262932 55%, transparent 55%, transparent 60%, #262932 60%, #262932 65%, transparent 65%, transparent 70%, #262932 70%, #262932 75%, transparent 75%, transparent 80%, #262932 80%, #262932 85%, transparent 85%, transparent 90%, #262932 90%, #262932 95%, transparent 95%, transparent 100%);
  background-size: 150px;
}
body.dark-only .ribbon-wrapper.alert-light-light,
body.dark-only .ribbon-wrapper-bottom.alert-light-light,
body.dark-only .ribbon-vertical-left-wrapper.alert-light-light,
body.dark-only .ribbon-wrapper-right.alert-light-light,
body.dark-only .ribbon-vertical-right-wrapper.alert-light-light {
  background-color: #323846;
}
body.dark-only .pagination .page-item .page-link.rounded-circle {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .pagination .page-item.disabled .page-link {
  border-color: #374558 !important;
}
body.dark-only .dark-timeline .date-content {
  color: rgba(255, 255, 255, 0.6) !important;
  background-color: #1d1e26 !important;
}
body.dark-only .animated-timeline .timeline-block .title {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .animated-timeline .timeline-block::before {
  border: 1px dashed #374558;
}
body.dark-only .animated-timeline .timeline-block .timeline-event {
  background-color: #1d1e26;
  border: 1px dashed #374558;
}
body.dark-only .animated-timeline .timeline-block .timeline-event .timeline-desc h6 {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .animated-timeline .timeline-block .timeline-event .timeline-desc span {
  color: rgba(255, 255, 255, 0.2);
}
body.dark-only .animated-timeline .timeline-block .timeline-event::before {
  background-color: #374558;
}
body.dark-only .animated-timeline .timeline-block .timeline-event.non-focus {
  background-color: rgba(29, 30, 38, 0.4);
  border: 1px dashed rgba(55, 69, 88, 0.4);
}
body.dark-only .animated-timeline .timeline-block .timeline-event.non-focus .timeline-desc h6 {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .animated-timeline .timeline-block .timeline-event.non-focus .timeline-desc span {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .timeline-list.timeline-border {
  border-bottom-color: #374558;
}
body.dark-only .activity-log.main-timeline.notification .basic-timeline ul li .date-content {
  background-color: transparent !important;
}
body.dark-only .student-leader-wrapper .student-leader-content {
  border-bottom-color: #374558;
}
body.dark-only .attendance-card .left-overview-content .svg-box {
  box-shadow: unset;
  border: 1px solid #374558;
}
body.dark-only .task-table .main-task-wrapper .square-white {
  box-shadow: unset;
  border: 1px solid transparent;
  background-color: #1d1e26;
}
body.dark-only .income-wrapper ul li + li {
  border-left: 1px dashed #374558;
}
[dir=rtl] body.dark-only .income-wrapper ul li + li {
  border-left: unset;
  border-right: 1px dashed #374558;
}
@media (max-width: 1735px) {
  body.dark-only .income-wrapper ul li + li {
    border-left: unset;
  }
  [dir=rtl] body.dark-only .income-wrapper ul li + li {
    border-right: unset;
  }
}
body.dark-only .icons-box-2 .open-options .dropdown-menu {
  background-color: #1d1e26;
}
body.dark-only .icons-box-2 .open-options .dropdown-menu .dropdown-item:hover {
  background-color: #323846;
}
body.dark-only .main-product-wrapper .product-body .product-search.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  color: #98a6ad;
}
body.dark-only .main-product-wrapper .product-body .product-search.input-group .input-group-text {
  border: 1px solid #374558;
}
body.dark-only .main-product-wrapper .product-body .product-search.input-group .form-control {
  border: 1px solid #374558;
  border-left: unset;
  background-color: #262932;
}
[dir=rtl] body.dark-only .main-product-wrapper .product-body .product-search.input-group .form-control {
  border: 1px solid #374558;
  border-right: unset;
}
body.dark-only .shop-category-slider .swiper-wrapper .category-title {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .our-product-wrapper {
  box-shadow: 0px 3px 17px rgba(113, 113, 137, 0.18);
}
body.dark-only .order-details .search-items .input-group-text {
  border: 1px solid #374558;
}
body.dark-only .order-details .common-search .input-group-text {
  border: 1px solid #374558;
}
body.dark-only .order-details .common-search.input-group .form-control:focus {
  border-color: #374558;
}
body.dark-only .create-customers .modal-body .dark-sign-up form .form-label {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .create-customers .modal-body .dark-sign-up form .form-control {
  color: rgba(255, 255, 255, 0.2);
}
body.dark-only .create-customers .modal-body .dark-sign-up form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.2);
}
body.dark-only .customer-sticky .border-bottom {
  border-bottom-color: #374558 !important;
}
body.dark-only .compare-order .card-body .user-text {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .compare-order .compare-icon[class*=shadow-] {
  box-shadow: 0px 10.511241px 12.4089927673px 0px #323846;
}
body.dark-only .pipeline-data .common-flex span {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .crm-todo-list li span {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .analytics-widget {
  background-color: #262932;
  background-blend-mode: darken;
}
body.dark-only .grid-showcase span {
  background-color: #1d1e26;
}
body.dark-only .ribbon-wrapper.alert-light-light,
body.dark-only .ribbon-wrapper-bottom.alert-light-light,
body.dark-only .ribbon-vertical-left-wrapper.alert-light-light,
body.dark-only .ribbon-wrapper-right.alert-light-light,
body.dark-only .ribbon-vertical-right-wrapper.alert-light-light {
  background-color: #1d1e26;
}
body.dark-only .main-session-devices .progress {
  background: #1d1e26;
}
body.dark-only .widget-11 {
  background-blend-mode: color-burn;
}
body.dark-only .project-finish-card .project-left-content .progress {
  background: linear-gradient(180.36deg, #374558 -32.82%, #1d1e26 99.69%);
}
body.dark-only .employee-list-table.recent-table table tbody .square-white {
  box-shadow: 0px 0px 16px -2px rgba(255, 255, 255, 0.1);
}
body.dark-only .employee-list-table.recent-table table tbody .square-white svg {
  fill: rgba(255, 255, 255, 0.6);
}
body.dark-only .rounded-timeline .container::before {
  background: #374558;
}
body.dark-only .rounded-timeline .container::after {
  border-color: #374558;
  background: #1f2533;
}
body.dark-only .rounded-timeline .timeline::after {
  background: #374558;
}
body.dark-only audio::-webkit-media-controls-play-button,
body.dark-only audio::-webkit-media-controls-panel {
  background-color: #262932;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 335px) {
  body.dark-only audio::-webkit-media-controls-play-button,
  body.dark-only audio::-webkit-media-controls-panel {
    background-color: transparent;
  }
}
body.dark-only .project-cards .project-list .main-card-box .cost-right-data ul li:first-child {
  border-color: rgba(255, 255, 255, 0.3);
}
body.dark-only .project-cards .project-list .main-card-box .cost-right-data ul li span {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .project-cards .project-list .main-card-box > .common-space {
  border-color: rgba(255, 255, 255, 0.3);
}
body.dark-only .project-cards .projects-wrapper .list-box .project-body .progress {
  background-color: rgba(255, 255, 255, 0.2);
}
body.dark-only .social-app-profile .tab-pane .job-accordion .filter-cards-view p {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .main-scope-project .progress-project-box .project-body .progress {
  background-color: rgba(255, 255, 255, 0.2);
}
body.dark-only .create-project-form .bootstrap-select .dropdown-toggle {
  border-color: #1d1e26 !important;
  background-color: #1d1e26 !important;
  color: rgba(255, 255, 255, 0.2) !important;
}
body.dark-only .create-project-form .bootstrap-select .dropdown-menu .bs-searchbox {
  background-color: #1d1e26;
}
body.dark-only .create-project-form .bootstrap-select .inner {
  background-color: #1d1e26;
}
body.dark-only .create-project-form .bootstrap-select .inner .dropdown-menu .no-results {
  background: #1d1e26;
}
body.dark-only .create-project-form .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
body.dark-only .progress-project-box .card,
body.dark-only .progress-project-box .list-box {
  box-shadow: 0px 9px 20px 0px #323846;
}
body.dark-only .progress-project-box .card .project-body span,
body.dark-only .progress-project-box .list-box .project-body span {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .progress-project-box .card .project-body .project-bottom,
body.dark-only .progress-project-box .list-box .project-body .project-bottom {
  border-top: 1px solid #374558;
}
body.dark-only .progress-project-box .card .project-body .project-bottom svg,
body.dark-only .progress-project-box .list-box .project-body .project-bottom svg {
  stroke: rgba(255, 255, 255, 0.6);
}
body.dark-only .projects-wrapper .project-body .project-bottom p {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .budget-card.widget-2 {
  background-blend-mode: color-burn;
}
body.dark-only .filter-header .btn-group .dropdown-toggle {
  border-color: rgba(55, 69, 88, 0.4);
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .filter-header .btn-group .dropdown-menu li .dropdown-item {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .project-timeline .notification ul li span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .project-timeline .notification ul li span .activity-profile {
  border-color: #374558;
}
body.dark-only .project-timeline .notification ul li .upload-doc {
  background-color: #1d1e26;
}
body.dark-only .project-timeline .notification ul li .flowchart-wrapper {
  background-color: #1d1e26;
}
body.dark-only .project-timeline .notification ul li .project-task-note {
  border-color: #374558;
}
body.dark-only .attach-files-wrapper .upload-files-wrapper > div {
  background-color: #1d1e26;
}
body.dark-only .attach-files-wrapper .upload-files-wrapper > div .common-space p,
body.dark-only .attach-files-wrapper .upload-files-wrapper > div .common-space span {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .project-budget-wrapper .form-check-input:focus,
body.dark-only .project-budget-wrapper .form-control:focus {
  border-color: #374558;
}
body.dark-only .project-budget-wrapper .touchspin-wrapper {
  background-color: rgba(29, 30, 38, 0.8);
}
body.dark-only .common-searchbox .input-group-text {
  border: 1px solid #374558;
}
body.dark-only .common-searchbox .form-control:focus {
  border-color: #374558;
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .progress-project {
  border-color: #323846;
}
body.dark-only .progress-project .common-space .common-align .badge {
  background-color: #1f2533;
}
body.dark-only .summary-chart-box {
  background-color: #1d1e26;
}
body.dark-only .summary-chart-box .apexcharts-graphical .apexcharts-radial-series .apexcharts-text {
  fill: rgba(255, 255, 255, 0.6);
}
body.dark-only .scope-bottom-wrapper .sidebar-left-icons .nav-item .nav-link .nav-rounded .product-icons svg {
  fill: #98a6ad;
}
body.dark-only .scope-bottom-wrapper .sidebar-left-icons .nav-item:nth-child(4) svg {
  stroke: #98a6ad;
}
body.dark-only .common-project-header .common-align:last-child .common-align li span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .common-project-header .common-align:last-child .common-align li svg {
  stroke: #98a6ad;
}
body.dark-only .project-pending-table.recent-table table thead tr th,
body.dark-only .project-pending-table.recent-table table thead tr td,
body.dark-only .project-pending-table.recent-table table tbody tr th,
body.dark-only .project-pending-table.recent-table table tbody tr td {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-only .activity-wrapper .schedule-wrapper {
  border-bottom: unset;
}
body.dark-only .activity-wrapper .tab-content .activity-update > li {
  border-left-color: #374558;
}
body.dark-only .invite-member ul li svg {
  stroke: rgba(255, 255, 255, 0.6);
}
body.dark-only .cmt-box i {
  background-color: #323846;
}
body.dark-only .main-team-box > div {
  background-color: #323846;
}
body.dark-only .team-box-content .common-space > span {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .team-box-footer {
  border-top-color: #1d1e26;
}
body.dark-only .main-scrollspy .experience-section h6 {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .main-scrollspy .navbar-scrollspy .nav-pills .nav-item.dropdown .dropdown-menu li .dropdown-item.active, body.dark-only .main-scrollspy .navbar-scrollspy .nav-pills .nav-item.dropdown .dropdown-menu li .dropdown-item:hover {
  background-color: #1d1e26;
}
body.dark-only .blog-box .blog-details p {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .blog-box .blog-details .blog-social li {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-only .blog-box .blog-details .single-blog-content-top {
  border-color: #374558;
}
body.dark-only .blog-box .blog-date {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-only .blog-box .blog-details-main .blog-social li {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .blog-box .blog-details-main .blog-bottom-details {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .blog-list .blog-details h6 {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .comment-box .d-flex img {
  border-color: #374558;
}
body.dark-only .comment-box .d-flex h6 span {
  color: rgba(255, 255, 255, 0.3);
}
body.dark-only .comment-box .comment-social li {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .user-profile .freeze-ui4,
body.dark-only .user-profile .freeze-ui7 {
  background-color: rgba(29, 30, 38, 0.8);
}
body.dark-only .user-profile .block-main-wrapper .block-wrapper .freeze-ui {
  background-color: rgba(29, 30, 38, 0.8);
}
body.dark-only .user-profile .overlay-bg {
  background-color: rgba(29, 30, 38, 0.1) !important;
  opacity: 0.3;
}
body.dark-only .form-main-wrapper .form-block-wrapper .form-control::placeholder {
  color: rgba(255, 255, 255, 0.2);
}
body.dark-only .swal2-container .swal2-popup {
  background: #1d1e26;
}
body.dark-only .swal2-container .swal2-popup .swal2-title {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .swal2-container .swal2-popup .swal2-checkbox {
  background: transparent;
}
body.dark-only .swal2-container .swal2-popup .form-label,
body.dark-only .swal2-container .swal2-popup label {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .swal2-container .swal2-popup .form-control {
  color: rgba(255, 255, 255, 0.2);
}
body.dark-only .swal2-container .swal2-wrapper .form-control,
body.dark-only .swal2-container .swal2-wrapper .form-select {
  border-color: #374558;
  background-color: #262932;
}
body.dark-only .main-offcanvas-wrapper .card-body [class*=offcanvas-] .offcanvas-body .input-group-text {
  border-color: #374558;
}
body.dark-only .main-offcanvas-wrapper .card-body [class*=offcanvas-] .offcanvas-body .form-select,
body.dark-only .main-offcanvas-wrapper .card-body [class*=offcanvas-] .offcanvas-body .form-control {
  color: rgba(255, 255, 255, 0.3);
}
body.dark-only .main-offcanvas-wrapper .card-body [class*=offcanvas-] .offcanvas-body .form-label {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .form-control[type=file]:not(:disabled):not([readonly]) {
  color: rgba(255, 255, 255, 0.2);
  background-color: #1d1e26;
  border-color: #1d1e26;
}
body.dark-only .custom-input .form-control,
body.dark-only .custom-input .form-select {
  background-color: #1d1e26;
  border-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .vertical-main-wizard .header-vertical-wizard .nav-link .vertical-wizard .stroke-icon-wizard {
  border-color: #374558;
}
body.dark-only .vertical-main-wizard .header-vertical-wizard .nav-link .vertical-wizard .stroke-icon-wizard i {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .vertical-main-wizard .header-vertical-wizard .nav-link:active .vertical-wizard .vertical-wizard-content h6, body.dark-only .vertical-main-wizard .header-vertical-wizard .nav-link.active .vertical-wizard .vertical-wizard-content h6 {
  color: #98a6ad;
}
body.dark-only .vertical-main-wizard .accordion .accordion-item {
  border-color: #1d1e26;
}
body.dark-only .vertical-main-wizard .accordion .accordion-item .accordion-button.collapsed {
  background-color: #1d1e26;
}
body.dark-only .default-dashboard div.dt-container .dt-layout-row .dt-length .dt-input,
body.dark-only .dashboard-2 div.dt-container .dt-layout-row .dt-length .dt-input,
body.dark-only .dashboard-3 div.dt-container .dt-layout-row .dt-length .dt-input,
body.dark-only .dashboard-4 div.dt-container .dt-layout-row .dt-length .dt-input,
body.dark-only .dashboard-5 div.dt-container .dt-layout-row .dt-length .dt-input,
body.dark-only .dashboard-6 div.dt-container .dt-layout-row .dt-length .dt-input,
body.dark-only .dashboard-7 div.dt-container .dt-layout-row .dt-length .dt-input,
body.dark-only .dashboard-09 div.dt-container .dt-layout-row .dt-length .dt-input,
body.dark-only .dashboard-10 div.dt-container .dt-layout-row .dt-length .dt-input,
body.dark-only .dashboard-11 div.dt-container .dt-layout-row .dt-length .dt-input,
body.dark-only .main-scope-project div.dt-container .dt-layout-row .dt-length .dt-input,
body.dark-only .e-category div.dt-container .dt-layout-row .dt-length .dt-input,
body.dark-only .list-product-view div.dt-container .dt-layout-row .dt-length .dt-input,
body.dark-only .seller-details-wrapper div.dt-container .dt-layout-row .dt-length .dt-input,
body.dark-only .common-order-history div.dt-container .dt-layout-row .dt-length .dt-input,
body.dark-only .common-cart div.dt-container .dt-layout-row .dt-length .dt-input {
  background-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
  border-color: #374558;
}
body.dark-only .default-dashboard div.dt-container .dt-layout-row .dt-length .dt-input:focus-visible,
body.dark-only .dashboard-2 div.dt-container .dt-layout-row .dt-length .dt-input:focus-visible,
body.dark-only .dashboard-3 div.dt-container .dt-layout-row .dt-length .dt-input:focus-visible,
body.dark-only .dashboard-4 div.dt-container .dt-layout-row .dt-length .dt-input:focus-visible,
body.dark-only .dashboard-5 div.dt-container .dt-layout-row .dt-length .dt-input:focus-visible,
body.dark-only .dashboard-6 div.dt-container .dt-layout-row .dt-length .dt-input:focus-visible,
body.dark-only .dashboard-7 div.dt-container .dt-layout-row .dt-length .dt-input:focus-visible,
body.dark-only .dashboard-09 div.dt-container .dt-layout-row .dt-length .dt-input:focus-visible,
body.dark-only .dashboard-10 div.dt-container .dt-layout-row .dt-length .dt-input:focus-visible,
body.dark-only .dashboard-11 div.dt-container .dt-layout-row .dt-length .dt-input:focus-visible,
body.dark-only .main-scope-project div.dt-container .dt-layout-row .dt-length .dt-input:focus-visible,
body.dark-only .e-category div.dt-container .dt-layout-row .dt-length .dt-input:focus-visible,
body.dark-only .list-product-view div.dt-container .dt-layout-row .dt-length .dt-input:focus-visible,
body.dark-only .seller-details-wrapper div.dt-container .dt-layout-row .dt-length .dt-input:focus-visible,
body.dark-only .common-order-history div.dt-container .dt-layout-row .dt-length .dt-input:focus-visible,
body.dark-only .common-cart div.dt-container .dt-layout-row .dt-length .dt-input:focus-visible {
  outline: transparent;
}
body.dark-only .default-dashboard div.dt-container .dt-layout-row tr.selected td,
body.dark-only .dashboard-2 div.dt-container .dt-layout-row tr.selected td,
body.dark-only .dashboard-3 div.dt-container .dt-layout-row tr.selected td,
body.dark-only .dashboard-4 div.dt-container .dt-layout-row tr.selected td,
body.dark-only .dashboard-5 div.dt-container .dt-layout-row tr.selected td,
body.dark-only .dashboard-6 div.dt-container .dt-layout-row tr.selected td,
body.dark-only .dashboard-7 div.dt-container .dt-layout-row tr.selected td,
body.dark-only .dashboard-09 div.dt-container .dt-layout-row tr.selected td,
body.dark-only .dashboard-10 div.dt-container .dt-layout-row tr.selected td,
body.dark-only .dashboard-11 div.dt-container .dt-layout-row tr.selected td,
body.dark-only .main-scope-project div.dt-container .dt-layout-row tr.selected td,
body.dark-only .e-category div.dt-container .dt-layout-row tr.selected td,
body.dark-only .list-product-view div.dt-container .dt-layout-row tr.selected td,
body.dark-only .seller-details-wrapper div.dt-container .dt-layout-row tr.selected td,
body.dark-only .common-order-history div.dt-container .dt-layout-row tr.selected td,
body.dark-only .common-cart div.dt-container .dt-layout-row tr.selected td {
  box-shadow: inset 0 0 0 9999px #323846;
}
body.dark-only .default-dashboard div.dt-container .dt-layout-row tr.selected a,
body.dark-only .dashboard-2 div.dt-container .dt-layout-row tr.selected a,
body.dark-only .dashboard-3 div.dt-container .dt-layout-row tr.selected a,
body.dark-only .dashboard-4 div.dt-container .dt-layout-row tr.selected a,
body.dark-only .dashboard-5 div.dt-container .dt-layout-row tr.selected a,
body.dark-only .dashboard-6 div.dt-container .dt-layout-row tr.selected a,
body.dark-only .dashboard-7 div.dt-container .dt-layout-row tr.selected a,
body.dark-only .dashboard-09 div.dt-container .dt-layout-row tr.selected a,
body.dark-only .dashboard-10 div.dt-container .dt-layout-row tr.selected a,
body.dark-only .dashboard-11 div.dt-container .dt-layout-row tr.selected a,
body.dark-only .main-scope-project div.dt-container .dt-layout-row tr.selected a,
body.dark-only .e-category div.dt-container .dt-layout-row tr.selected a,
body.dark-only .list-product-view div.dt-container .dt-layout-row tr.selected a,
body.dark-only .seller-details-wrapper div.dt-container .dt-layout-row tr.selected a,
body.dark-only .common-order-history div.dt-container .dt-layout-row tr.selected a,
body.dark-only .common-cart div.dt-container .dt-layout-row tr.selected a {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .default-dashboard div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
body.dark-only .dashboard-2 div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
body.dark-only .dashboard-3 div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
body.dark-only .dashboard-4 div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
body.dark-only .dashboard-5 div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
body.dark-only .dashboard-6 div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
body.dark-only .dashboard-7 div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
body.dark-only .dashboard-09 div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
body.dark-only .dashboard-10 div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
body.dark-only .dashboard-11 div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
body.dark-only .main-scope-project div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
body.dark-only .e-category div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
body.dark-only .list-product-view div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
body.dark-only .seller-details-wrapper div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
body.dark-only .common-order-history div.dt-container .dt-layout-row .dt-layout-cell .dt-info,
body.dark-only .common-cart div.dt-container .dt-layout-row .dt-layout-cell .dt-info {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .default-dashboard div.dt-container .dt-layout-row .dt-search label,
body.dark-only .dashboard-2 div.dt-container .dt-layout-row .dt-search label,
body.dark-only .dashboard-3 div.dt-container .dt-layout-row .dt-search label,
body.dark-only .dashboard-4 div.dt-container .dt-layout-row .dt-search label,
body.dark-only .dashboard-5 div.dt-container .dt-layout-row .dt-search label,
body.dark-only .dashboard-6 div.dt-container .dt-layout-row .dt-search label,
body.dark-only .dashboard-7 div.dt-container .dt-layout-row .dt-search label,
body.dark-only .dashboard-09 div.dt-container .dt-layout-row .dt-search label,
body.dark-only .dashboard-10 div.dt-container .dt-layout-row .dt-search label,
body.dark-only .dashboard-11 div.dt-container .dt-layout-row .dt-search label,
body.dark-only .main-scope-project div.dt-container .dt-layout-row .dt-search label,
body.dark-only .e-category div.dt-container .dt-layout-row .dt-search label,
body.dark-only .list-product-view div.dt-container .dt-layout-row .dt-search label,
body.dark-only .seller-details-wrapper div.dt-container .dt-layout-row .dt-search label,
body.dark-only .common-order-history div.dt-container .dt-layout-row .dt-search label,
body.dark-only .common-cart div.dt-container .dt-layout-row .dt-search label {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .default-dashboard div.dt-container .dt-layout-row .dt-search .dt-input,
body.dark-only .dashboard-2 div.dt-container .dt-layout-row .dt-search .dt-input,
body.dark-only .dashboard-3 div.dt-container .dt-layout-row .dt-search .dt-input,
body.dark-only .dashboard-4 div.dt-container .dt-layout-row .dt-search .dt-input,
body.dark-only .dashboard-5 div.dt-container .dt-layout-row .dt-search .dt-input,
body.dark-only .dashboard-6 div.dt-container .dt-layout-row .dt-search .dt-input,
body.dark-only .dashboard-7 div.dt-container .dt-layout-row .dt-search .dt-input,
body.dark-only .dashboard-09 div.dt-container .dt-layout-row .dt-search .dt-input,
body.dark-only .dashboard-10 div.dt-container .dt-layout-row .dt-search .dt-input,
body.dark-only .dashboard-11 div.dt-container .dt-layout-row .dt-search .dt-input,
body.dark-only .main-scope-project div.dt-container .dt-layout-row .dt-search .dt-input,
body.dark-only .e-category div.dt-container .dt-layout-row .dt-search .dt-input,
body.dark-only .list-product-view div.dt-container .dt-layout-row .dt-search .dt-input,
body.dark-only .seller-details-wrapper div.dt-container .dt-layout-row .dt-search .dt-input,
body.dark-only .common-order-history div.dt-container .dt-layout-row .dt-search .dt-input,
body.dark-only .common-cart div.dt-container .dt-layout-row .dt-search .dt-input {
  background-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
  outline: unset;
}
body.dark-only .default-dashboard div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
body.dark-only .dashboard-2 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
body.dark-only .dashboard-3 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
body.dark-only .dashboard-4 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
body.dark-only .dashboard-5 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
body.dark-only .dashboard-6 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
body.dark-only .dashboard-7 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
body.dark-only .dashboard-09 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
body.dark-only .dashboard-10 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
body.dark-only .dashboard-11 div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
body.dark-only .main-scope-project div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
body.dark-only .e-category div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
body.dark-only .list-product-view div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
body.dark-only .seller-details-wrapper div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
body.dark-only .common-order-history div.dt-container .dt-layout-row .dt-paging .dt-paging-button,
body.dark-only .common-cart div.dt-container .dt-layout-row .dt-paging .dt-paging-button {
  background-color: #1d1e26;
}
body.dark-only .default-dashboard div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
body.dark-only .dashboard-2 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
body.dark-only .dashboard-3 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
body.dark-only .dashboard-4 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
body.dark-only .dashboard-5 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
body.dark-only .dashboard-6 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
body.dark-only .dashboard-7 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
body.dark-only .dashboard-09 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
body.dark-only .dashboard-10 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
body.dark-only .dashboard-11 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
body.dark-only .main-scope-project div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
body.dark-only .e-category div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
body.dark-only .list-product-view div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
body.dark-only .seller-details-wrapper div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
body.dark-only .common-order-history div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current,
body.dark-only .common-cart div.dt-container .dt-layout-row .dt-paging .dt-paging-button.current {
  background-color: var(--theme-default);
}
body.dark-only .default-dashboard div.dt-container .dt-layout-row .dt-paging .dt-paging-button.disabled,
body.dark-only .dashboard-2 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.disabled,
body.dark-only .dashboard-3 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.disabled,
body.dark-only .dashboard-4 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.disabled,
body.dark-only .dashboard-5 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.disabled,
body.dark-only .dashboard-6 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.disabled,
body.dark-only .dashboard-7 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.disabled,
body.dark-only .dashboard-09 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.disabled,
body.dark-only .dashboard-10 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.disabled,
body.dark-only .dashboard-11 div.dt-container .dt-layout-row .dt-paging .dt-paging-button.disabled,
body.dark-only .main-scope-project div.dt-container .dt-layout-row .dt-paging .dt-paging-button.disabled,
body.dark-only .e-category div.dt-container .dt-layout-row .dt-paging .dt-paging-button.disabled,
body.dark-only .list-product-view div.dt-container .dt-layout-row .dt-paging .dt-paging-button.disabled,
body.dark-only .seller-details-wrapper div.dt-container .dt-layout-row .dt-paging .dt-paging-button.disabled,
body.dark-only .common-order-history div.dt-container .dt-layout-row .dt-paging .dt-paging-button.disabled,
body.dark-only .common-cart div.dt-container .dt-layout-row .dt-paging .dt-paging-button.disabled {
  background-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only td.highlight {
  background-color: #1f232b !important;
}
body.dark-only .basic_table.jsgrid .jsgrid-table .jsgrid-edit-row .jsgrid-cell {
  background: #2b2b2b;
}
body.dark-only .basic_table.jsgrid .jsgrid-table .jsgrid-edit-row .jsgrid-cell input {
  background-color: #1c212b;
  color: #fff;
  border: transparent;
}
body.dark-only .basic_table.jsgrid .jsgrid-table .jsgrid-edit-row .jsgrid-cell input:focus, body.dark-only .basic_table.jsgrid .jsgrid-table .jsgrid-edit-row .jsgrid-cell input:focus-visible {
  outline-color: #374558;
}
body.dark-only .card-wrapper .form-control,
body.dark-only .dark-field .form-control {
  background-color: #1d1e26;
  border-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .form-control-sm {
  background-color: #1d1e26;
  border-color: #1d1e26;
}
body.dark-only .dark-inputs .form-control.btn-square {
  background-color: #1d1e26;
  border-color: #1d1e26;
}
body.dark-only .dark-inputs .form-control.btn-pill {
  background-color: #1d1e26;
  border-color: #1d1e26;
}
body.dark-only .dark-inputs .form-control.input-air-primary {
  background-color: #1d1e26;
  border-color: #1d1e26;
}
body.dark-only .horizontal-wizard-wrapper .main-horizontal-header .horizontal-options .nav-link .horizontal-wizard .stroke-icon-wizard {
  color: #1d1e26;
}
body.dark-only .default-inline-calender .main-inline-calender .form-control {
  display: none;
}
body.dark-only .default-inline-calender .main-inline-calender .flatpickr-calendar {
  box-shadow: unset;
}
body.dark-only .default-inline-calender .main-inline-calender .flatpickr-calendar .flatpickr-months .flatpickr-monthDropdown-months option {
  background-color: #1d1e26;
}
body.dark-only .touchspin-wrapper input[type=number].input-touchspin,
body.dark-only .pre-post-touchspin input[type=number].input-touchspin {
  background-color: #1d1e26;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .variation-box .selection-box input[type=checkbox]:checked ~ div {
  color: #1f2533;
}
body.dark-only .flatpickr-calendar {
  box-shadow: unset;
}
body.dark-only .flatpickr-calendar.arrowTop::before {
  border-bottom-color: #1d1e26;
}
body.dark-only .flatpickr-calendar.arrowTop::after {
  border-bottom-color: #1d1e26;
}
body.dark-only .flatpickr-calendar.arrowBottom::before {
  border-top-color: #1d1e26;
}
body.dark-only .flatpickr-calendar.arrowBottom::after {
  border-top-color: #1d1e26;
}
body.dark-only .flatpickr-calendar.animate {
  background-color: #1d1e26;
}
body.dark-only .flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
body.dark-only .flatpickr-calendar .flatpickr-months .flatpickr-next-month {
  fill: rgba(255, 255, 255, 0.6);
}
body.dark-only .flatpickr-calendar .flatpickr-months .flatpickr-monthDropdown-months {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .flatpickr-calendar .flatpickr-months .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: #1d1e26;
}
body.dark-only .flatpickr-calendar .flatpickr-months .flatpickr-current-month {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day.inRange {
  background: #323846;
  border-color: #323846;
  box-shadow: -5px 0 0 #323846, 5px 0 0 #323846;
}
body.dark-only .flatpickr-calendar .flatpickr-weekday {
  color: rgba(255, 255, 255, 0.7);
}
body.dark-only .flatpickr-calendar .flatpickr-day {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .flatpickr-calendar .flatpickr-day.prevMonthDay {
  color: rgba(255, 255, 255, 0.2);
}
body.dark-only .flatpickr-calendar .flatpickr-day.nextMonthDay {
  color: rgba(255, 255, 255, 0.2);
}
body.dark-only .flatpickr-calendar .flatpickr-day:hover {
  background: #323846;
}
body.dark-only .flatpickr-calendar .flatpickr-time {
  border-top-color: #374558;
}
body.dark-only .flatpickr-calendar .flatpickr-time input {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .flatpickr-calendar .flatpickr-time .flatpickr-am-pm {
  color: rgba(255, 255, 255, 0.2);
  background: #1d1e26;
}
body.dark-only .flatpickr-calendar .flatpickr-time .flatpickr-am-pm:hover {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .flatpickr-time {
  border: 1px solid #323846;
}
body.dark-only .flatpickr-time input {
  background: #22262f;
}
body.dark-only .main-inline-calender.input-group .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day:hover {
  background-color: #262932;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .tagify__dropdown__item--active {
  background-color: #1d1e26;
}
body.dark-only .tagify__input {
  color: #98a6ad;
}
body.dark-only .tagify__input::before {
  color: #98a6ad;
}
body.dark-only .tagify__input:focus:empty::before {
  color: rgba(255, 255, 255, 0.2);
}
body.dark-only .tagify {
  border-color: #374558;
  --tags-focus-border-color: #374558;
}
body.dark-only .tagify .tagify__tag__removeBtn {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .tagify__tag {
  --tag-bg: var(--light-bg);
  --tag-hover: var(--light-bg);
}
body.dark-only .tagify__tag > div {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .tagify__tag:hover {
  --tag-hover: var(--light-bg);
}
body.dark-only .international-num input {
  border-color: #374558;
  background-color: #262932;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .international-num input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .international-num .results ul {
  border: 1px solid #374558;
}
body.dark-only .international-num .iti--allow-dropdown:focus,
body.dark-only .international-num input:focus {
  outline: unset;
}
body.dark-only .selected-box {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .iti__country-list {
  background-color: #262932;
}
body.dark-only .select-box .selection-option:hover {
  background-color: #22262f;
}
body.dark-only .select-box .options-container.active ~ .search-box input {
  background-color: rgba(255, 255, 255, 0.6);
}
body.dark-only .list-product-view .list-product .recent-table table thead tr th .product-action .square-white,
body.dark-only .list-product-view .list-product .recent-table table thead tr td .product-action .square-white,
body.dark-only .list-product-view .list-product .recent-table table tbody tr th .product-action .square-white,
body.dark-only .list-product-view .list-product .recent-table table tbody tr td .product-action .square-white {
  box-shadow: 0px 0px 12px 3px #1d1e26;
}
body.dark-only .product-filter .checkbox-animated .form-check .form-check-label .number {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .feature-products .filter-toggle {
  background-color: #262932;
}
body.dark-only .product-wrapper .product-grid .form-select {
  background-color: #262932;
  background-blend-mode: screen;
}
body.dark-only .product-wrapper .product-grid .product-wrapper-grid .product-box:hover ul li {
  background-color: transparent;
}
@media (max-width: 991px) {
  body.dark-only .product-wrapper .product-grid .product-wrapper-grid .modal .modal-header .btn-close {
    filter: unset;
  }
}
body.dark-only .product-wrapper .product-grid .product-wrapper-grid .modal .modal-header .product-box .product-details .product-size ul li {
  background-color: rgba(16, 139, 233, 0.1);
}
body.dark-only .common-order-history .order-history-wrapper .recent-table table tbody .square-white {
  box-shadow: 0px 0px 16px 5px #1d1e26;
}
body.dark-only .common-order-history .order-history-wrapper .recent-table table tbody .square-white svg {
  fill: rgba(255, 255, 255, 0.6);
}
body.dark-only .track-order-details #order-status-timeline .main-status-line ul li .order-process {
  color: rgba(255, 255, 255, 0.4);
  border-color: #374558;
}
body.dark-only .track-order-details #order-status-timeline .main-status-line ul li .order-process.active {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-only .track-order-details #order-status-timeline .main-status-line ul li h6 {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .tracking-total li h6,
body.dark-only .tracking-total li span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .order-details-product table tbody ul li:last-child p,
body.dark-only .order-details-product table tbody ul li:last-child span {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .customer-details h6 {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .customer-details span {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .pricingtable {
  box-shadow: 0 0 40px #1d1e26;
}
body.dark-only .pricing-simple .pricing-content li {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .checkout .checkout-cart form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.2);
}
body.dark-only .shipping-form .checkout-cart .basic-wizard .shipping-wizard .shipping-address span strong {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .summery-contain {
  border-bottom-color: #374558;
}
body.dark-only .summery-contain li {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
body.dark-only .summery-contain li h6 {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .summary-total li h6 {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .summary-total li:last-child {
  border-top-color: #374558;
}
body.dark-only .wishlist-box .wishlist-footer .brand-name {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .wishlist-box .wishlist-footer .price del {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .wishlist-box .wishlist-image .wishlist-close-btn .btn {
  box-shadow: 0 3px 3px rgba(255, 255, 255, 0.1) !important;
}
body.dark-only [class*=button-light-] {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .button--winona:hover {
  background-color: rgba(232, 229, 255, 0.08);
}
body.dark-only .cart-buttons li .btn.btn-hover-effect {
  background-color: #323846;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .shopping-cart-table .recent-table div.dt-container .table thead tr .product-names p,
body.dark-only .shopping-cart-table .recent-table div.dt-container .table thead tr .product-names span,
body.dark-only .shopping-cart-table .recent-table div.dt-container .table thead td .product-names p,
body.dark-only .shopping-cart-table .recent-table div.dt-container .table thead td .product-names span,
body.dark-only .shopping-cart-table .recent-table div.dt-container .table tbody tr .product-names p,
body.dark-only .shopping-cart-table .recent-table div.dt-container .table tbody tr .product-names span,
body.dark-only .shopping-cart-table .recent-table div.dt-container .table tbody td .product-names p,
body.dark-only .shopping-cart-table .recent-table div.dt-container .table tbody td .product-names span {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .shopping-cart-table .recent-table div.dt-container .table thead tr .product-action .square-white,
body.dark-only .shopping-cart-table .recent-table div.dt-container .table thead td .product-action .square-white,
body.dark-only .shopping-cart-table .recent-table div.dt-container .table tbody tr .product-action .square-white,
body.dark-only .shopping-cart-table .recent-table div.dt-container .table tbody td .product-action .square-white {
  box-shadow: 0px 0px 10px 0px #1d1e26;
}
body.dark-only .shopping-cart-table .recent-table div.dt-container .table thead tr .product-action .square-white:first-child svg,
body.dark-only .shopping-cart-table .recent-table div.dt-container .table thead td .product-action .square-white:first-child svg,
body.dark-only .shopping-cart-table .recent-table div.dt-container .table tbody tr .product-action .square-white:first-child svg,
body.dark-only .shopping-cart-table .recent-table div.dt-container .table tbody td .product-action .square-white:first-child svg {
  filter: opacity(0.3);
}
body.dark-only .shopping-cart-table .recent-table div.dt-container .table thead tr th:last-child span svg {
  fill: #98a6ad;
}
body.dark-only .table-hover > tbody > tr:hover {
  --bs-table-accent-bg: #1d1e26;
}
body.dark-only .main-qr-code .modal-toggle-wrapper .modal-img .qr-content .alert {
  background-color: #1d1e26;
  border-color: #323846;
}
body.dark-only .main-qr-code .modal-toggle-wrapper .modal-img .qr-content .alert i {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .main-qr-code .modal-toggle-wrapper .modal-img .qr-content .alert div {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .main-qr-code .modal-toggle-wrapper form .form-control {
  background-color: #1d1e26;
  border-color: #323846;
}
body.dark-only .authentication-options .radio-wrapper li .form-check-label span > span {
  color: #98a6ad;
}
body.dark-only .typeahead-wrapper .theme-form .form-control {
  background-color: #1d1e26 !important;
  border-color: #1d1e26 !important;
}
body.dark-only .email-main-wrapper .email-right-aside .freeze-ui {
  background-color: rgba(29, 30, 38, 0.8);
}
body.dark-only .email-main-wrapper .email-app-sidebar .nav-pills .nav-item ul li a {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .email-main-wrapper .email-app-sidebar .nav-pills .nav-link {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .email-main-wrapper .email-app-sidebar .nav-pills .nav-link.active svg, body.dark-only .email-main-wrapper .email-app-sidebar .nav-pills .nav-link:active svg {
  stroke: rgba(255, 255, 255, 0.6);
}
body.dark-only .email-main-wrapper .email-app-sidebar .nav-pills .nav-link svg {
  stroke: rgba(255, 255, 255, 0.4);
}
body.dark-only .compose-modal form .form-control {
  background-color: #1d1e26;
  border-color: #374558;
  color: #98a6ad;
}
body.dark-only .toolbar-box {
  border-color: #374558;
}
body.dark-only .toolbar-box .ql-snow .ql-stroke {
  stroke: #98a6ad;
}
body.dark-only .toolbar-box .ql-snow .ql-tooltip {
  background-color: #1d1e26;
  box-shadow: unset;
  border: 0;
}
body.dark-only .toolbar-box .ql-snow .ql-tooltip.ql-editing input[type=text] {
  background-color: #262932;
  border: 0;
  color: #98a6ad;
}
body.dark-only .toolbar-box .ql-snow a {
  color: rgba(255, 255, 255, 0.2);
}
body.dark-only .toolbar-box .ql-editor.ql-blank::before {
  color: rgba(255, 255, 255, 0.2);
}
body.dark-only .email-body .mail-body-wrapper ul li .inbox-message .email-data span {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .email-body .mail-body-wrapper ul li .inbox-message .email-options i {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .email-body .mail-body-wrapper .important-mail {
  stroke: rgba(255, 255, 255, 0.4);
}
body.dark-only .email-body .mail-body-wrapper .user-mail-wrapper .user-title .inbox-options svg {
  stroke: rgba(255, 255, 255, 0.4);
}
body.dark-only .email-body .mail-body-wrapper .user-mail-wrapper .user-title .inbox-security p {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .email-body .mail-header-wrapper .mail-body .mail-search .form-control {
  background-color: #1d1e26;
  border: 0;
  color: rgba(255, 255, 255, 0.2);
}
body.dark-only .email-body .mail-header-wrapper .mail-body .mail-search .form-control::placeholder {
  color: rgba(255, 255, 255, 0.2);
}
body.dark-only .email-body .mail-header-wrapper .mail-body .mail-search i {
  color: rgba(255, 255, 255, 0.2);
}
body.dark-only .email-body .mail-header-wrapper .mail-body .dropdown-menu .dropdown-item {
  background: #1d1e26;
  opacity: 1;
  border: 0;
  color: rgba(255, 255, 255, 0.2);
}
body.dark-only .email-body .mail-header-wrapper .mail-body .dropdown-menu .dropdown-item:hover {
  background-color: #262932;
}
body.dark-only .email-body .mail-header-wrapper .mail-body1 svg {
  stroke: rgba(255, 255, 255, 0.6);
}
body.dark-only .inbox-options .light-square.btn-group .dropdown-menu {
  background: #2b2b2b;
}
body.dark-only .inbox-options .light-square.btn-group .dropdown-menu .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #98a6ad;
}
body.dark-only .mail-filters svg {
  stroke: rgba(255, 255, 255, 0.4);
}
body.dark-only .inbox-security {
  background-color: #1d1e26;
}
body.dark-only .flatpicker-calender.product-date .form-control.flatpickr-input {
  border: unset;
  background-color: #1d1e26;
}
body.dark-only .price-wrapper .radio-wrapper li .form-check-input {
  border: 1px solid #374558;
}
body.dark-only .price-wrapper .radio-wrapper li .form-check-input ~ .form-check-label span {
  color: #98a6ad;
}
body.dark-only .product-buttons .btn:hover, body.dark-only .product-buttons .btn:active {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-only .product-buttons .btn svg {
  stroke: rgba(255, 255, 255, 0.8);
}
body.dark-only .ql-formats .ql-picker-label::before {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .e-category .form-label {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .e-category .form-control::placeholder {
  color: rgba(255, 255, 255, 0.2);
}
body.dark-only .sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link .nav-rounded {
  box-shadow: inset 0px 9px 20px 0px rgba(255, 255, 255, 0.1);
}
body.dark-only .sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link .product-icons svg {
  stroke: rgba(255, 255, 255, 0.6);
}
body.dark-only .sidebar-left-wrapper .sidebar-left-icons .nav-item::before {
  border-color: rgba(255, 255, 255, 0.15);
}
body.dark-only .common-form .product-buttons .btn {
  border-color: #374558;
}
body.dark-only .list-product.list-category .square-white {
  box-shadow: 0px 0px 28px 6px #1d1e26;
}
body.dark-only .list-product.list-category .square-white svg {
  fill: rgba(255, 255, 255, 0.6);
}
body.dark-only .list-product .datatable-pagination .datatable-active .datatable-pagination-list-item-link {
  background-color: var(--theme-default);
  color: var(--white);
}
body.dark-only .list-product .datatable-pagination .datatable-pagination-list-item-link {
  background-color: #1d1e26;
  color: #98a6ad;
}
body.dark-only .list-product .datatable-input:focus {
  outline: unset;
}
body.dark-only .list-product .datatable-selector {
  color: rgba(255, 255, 255, 0.6);
  background-color: #1d1e26;
}
body.dark-only .table {
  --bs-table-bg: trasparnt;
}
body.dark-only .table caption {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-only .grid-footer table tbody tr {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .tree-view .light-background {
  background-color: #1d1e26;
}
body.dark-only .tree-view .list-light-primary {
  background-color: rgba(16, 139, 233, 0.2);
}
body.dark-only .tree-view .nested-1 {
  background-color: rgba(16, 139, 233, 0.03);
}
body.dark-only .tree-view .nested-2 {
  background-color: rgba(16, 139, 233, 0.05);
}
body.dark-only .tree-view .nested-3 {
  background-color: rgba(16, 139, 233, 0.07);
}
body.dark-only .tree-view .nested-4 {
  background-color: rgba(16, 139, 233, 0.09);
}
body.dark-only .contact-edit svg {
  stroke: rgba(255, 255, 255, 0.6);
}
body.dark-only .left-sidebar-wrapper .left-sidebar-chat .input-group .input-group-text {
  background-color: #1d1e26;
}
body.dark-only .left-sidebar-wrapper .left-sidebar-chat .input-group .form-control {
  background-color: #1d1e26;
  border: unset;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .left-sidebar-wrapper .left-sidebar-chat .input-group .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .left-sidebar-wrapper .advance-options .chats-user span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .search-contacts .form-control {
  background-color: #1d1e26;
  border-color: #374558;
  color: rgba(255, 255, 255, 0.2);
}
body.dark-only .search-contacts .form-control::placeholder {
  color: #98a6ad;
}
body.dark-only .right-sidebar-title span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .right-sidebar-Chats .msger-inputarea {
  background: #1d1e26;
}
body.dark-only .right-sidebar-Chats .msger-input:focus {
  background-color: #1d1e26;
}
body.dark-only .left-msg .msg-bubble {
  background: #1d1e26;
}
body.dark-only .fg-emoji-picker-search input,
body.dark-only .fg-emoji-picker-search .fg-emoji-picker-search-icon {
  background-color: #262932;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-only .fg-emoji-picker-category-title {
  background-color: #1d1e26;
  border-bottom: 1px solid #374558;
}
body.dark-only .fg-emoji-container .fg-emoji-nav {
  background-color: #1d1e26;
}
body.dark-only .fg-emoji-container .fg-emoji-nav ul {
  border-bottom-color: #374558;
}
body.dark-only .fg-emoji-container .fg-emoji-nav li.emoji-picker-nav-active a, body.dark-only .fg-emoji-container .fg-emoji-nav li:hover a {
  background-color: #323846;
}
body.dark-only .fg-emoji-container .fg-emoji-nav li.emoji-picker-nav-active a svg, body.dark-only .fg-emoji-container .fg-emoji-nav li:hover a svg {
  fill: #fff;
}
body.dark-only .fg-emoji-container .fg-emoji-list {
  background-color: #1d1e26;
}
body.dark-only .fg-emoji-container .fg-emoji-list li a {
  background-color: #1d1e26;
}
body.dark-only .add-post form label,
body.dark-only .add-post form .col-form-label {
  color: #98a6ad;
}
body.dark-only .add-post form .form-control {
  background-color: #1d1e26;
  color: rgba(255, 255, 255, 0.2);
  border: unset;
}
body.dark-only .add-post form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.2);
}
body.dark-only .ql-container.ql-snow .ql-editor {
  color: rgba(255, 255, 255, 0.2);
}
body.dark-only.box-layout .page-wrapper .page-header {
  background-color: transparent;
}
body.dark-only.box-layout .page-wrapper .page-header .header-wrapper {
  border: 1px solid #1d1e26;
}
body.dark-only.box-layout .page-wrapper .page-body-wrapper {
  background-color: transparent;
}
body.dark-sidebar .toggle-sidebar svg {
  stroke: var(--theme-default);
}
body.dark-sidebar .page-wrapper .sidebar-main-title p {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper {
  background-color: #262932;
}
body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a svg {
  stroke: rgba(255, 255, 255, 0.6) !important;
}
body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active {
  background-color: rgba(16, 139, 233, 0.2);
}
body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active svg {
  color: var(--theme-default);
  stroke: var(--theme-default);
}
body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a.active {
  color: var(--theme-default);
}
body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper .according-menu i {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-sidebar .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper {
  background: #262932;
}
body.dark-sidebar .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main {
  background-color: #262932;
}
body.dark-sidebar .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li > a {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-sidebar .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li > a svg.stroke-icon {
  stroke: rgba(255, 255, 255, 0.6);
}
body.dark-sidebar .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li > a svg.fill-icon {
  fill: rgba(255, 255, 255, 0.6);
}
body.dark-sidebar .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu {
  background: #262932;
}
body.dark-sidebar .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-sidebar .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a.active, body.dark-sidebar .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a:hover {
  color: var(--theme-default);
}
body.dark-sidebar .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li .sidebar-submenu {
  background: #262932;
}
body.dark-sidebar .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .left-arrow,
body.dark-sidebar .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .right-arrow {
  background-color: #262932;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper > div {
  background: #262932;
}
body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-title {
  border-bottom: 1px solid #374558;
}
body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a svg {
  stroke: rgba(255, 255, 255, 0.6);
}
body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu {
  background-color: #262932;
}
body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu li a {
  border-bottom: 1px solid #374558;
}
body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active {
  background-color: rgba(16, 139, 233, 0.2);
}
body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active span {
  color: var(--theme-default);
}
body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active svg {
  color: var(--theme-default);
  stroke: var(--theme-default);
}
body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a.active {
  color: var(--theme-default);
}
body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper .according-menu i {
  color: rgba(255, 255, 255, 0.6);
}
body .for-dark {
  display: none;
}
body[class*=dark-] .for-dark {
  display: inline-block;
}
body[class*=dark-] .for-light {
  display: none;
}

/**=====================
	4.1. Dark CSS ends
==========================**/
/*# sourceMappingURL=color-2.css.map */

.jp-modal .modal-dialog .modal-header {
    background: #108be9;
    border-bottom: 1px solid #e8eaf6;
    border-radius: 10px 10px 0px 0px;
}

.jp-modal .modal-dialog .modal-content {
    border-radius: 12px;
}

.jp-modal .modal-dialog .modal-header h3 {
    color: #FFF;
    font-size: 1.2em;
    font-weight: 400;
    margin: 0;
}

.jp-modal .btn-close {
    color: #FFF;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 20px;
    padding: 3px 20px;
    background-color: transparent;
    border-color: var(--theme-default);
}

.form-floating .select2-selection.select2-selection--single {
    height: 55px !important;
    border-style: solid;
}

.page-wrapper .material-icons {
    font-size: 1rem;
}

.show-appointment-modal .main-divider .divider-body .divider-circle {
    height: 30px;
    width: 30px;
}

.show-appointment-modal .main-divider .divider-body {
    margin-top: 16px;
}

a {
    cursor: pointer;
}

.jp-card-widget-header {
    display: inline-flex;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.jp-card-widget-header h4 {
    margin-left: 20px;
    line-height: 30px;
    line-height: 68px;
}

.jp-card-widget {
    position: relative;
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    border-radius: 100%;
    max-width: 70px;
    max-height: 70px;
}

.jp-card-widget .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;
}

.jp-card-widget .bg-round { 
    i {
        font-size: 1.5rem;
    }
}

.jp-card-widget .bg-round .half-circle
{
    height: 52px;
    position: absolute;
    left: -9px;
    width: 35px;
    bottom: -8px;
    background: #fff;
    z-index: -1;
}

.jp-file-box {
    align-items: center;
    gap: 30px;
    padding: 12px;
    background-color: var(--light-background);
    justify-content: space-between;
}

.jp-card-action {
    position: absolute;
    top: 10px;
    right: 10px;
}

.role-badge-user-list {
    padding: 0 10px;
    margin: 5px;
}


/* Header dropdown */
.page-wrapper .page-header .header-wrapper .nav-right .header-dropdown-box {
    position: relative;
}

.page-wrapper .page-header .header-wrapper .nav-right .onclick-dropdown .header-dropdown-box .header-dropdown {
    z-index: 9999;
    background: #fff;
    padding: 20px;
    width: 400px;
    right: -20px !important;
    position: absolute;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .page-wrapper .page-header .header-wrapper .nav-right .onclick-dropdown .header-dropdown-box .header-dropdown {
        width: 100%;
        height: calc(100vh - 53px);
        left: 0 !important;
        right: 0 !important;
        bottom: 0;
        top: 53px;
        position: fixed;
        z-index: 9999;
        background: #fff;
        padding: 20px;
        border-radius: 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        
    }
}

.close-header-dropdown, .header-dropdown-icon{
    cursor: pointer;
}

.msg-icon {
    font-size: 0.8em;
    margin-bottom: 0;
}

.msg > .msg-bubble {
    position: relative;
    border-radius: 15px;
    background: #f4f4f4;
    color: var(--chart-text-color);
    width: 100%;
}

.msg {
    text-decoration: none;
    color: var(--chart-text-color);
}

.msg > .msg-bubble > .msg-text > .msg-icon {
    border: 1px solid #ccc;
    border-radius: 50%;
    display: inline-block;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
    text-align: center;
    width: 20px;
} 
