@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Poppins:wght@300;400;500;600;700;800&display=swap");

:root {
  --primary: #ffc107;
  --primary-two: #00715d;
  --secondary: #122f2a;
  --success: #12ec62;
  --info: #16C7F9;
  --warning: #f97316;
  --danger: #F81F58;
  --deep-danger: #a8200d;
  --light: #e2e8f0;
  --extra-light: #e2e8f08a;
  --muted: #9a86b4;
  --dark: #2c323f;
  --white: #ffffff;
  --bg-white: #fff;
  --body-bg: #080A16;
  --surface-bg: #111629;
  --sidebar-bg: #191919;
  --display-color: #ebdcfe;
  --body-color: #dec4ff;
  --input-bg: #fff;
  --input-border: #e5e5e5;
  --placeholder-color: #bdbdbd;
  --border-color: #ffffff14;
  --display-font: "DM Sans", sans-serif;
  --body-font: "Poppins", sans-serif;
  --font-2xxl: 2rem;
  --font-2xl: 1.75rem;
  --font-xxl: 1.5rem;
  --font-xl: 1.25rem;
  --font-lg: 1.125rem;
  --font-md: 1rem;
  --font-sm: 0.875rem;
  --font-xs: 0.75rem;
  --font-xxs: 0.625rem;
  --display-1: 4.625rem;
  /* 74px */
  --display-2: 3.625rem;
  /* 58px */
  --display-3: 2rem;
  /* 32px */
  --display-4: 1.5rem;
  /* 24px */
  --display-5: 1.25rem;
  /* 20px */
  --display-6: 1.125rem;
  /* 18px */
}

@media (max-width: 1199px) {
  :root {
    --display-1: 3.375rem;
    /* 24px */
    --display-2: 2.625rem;
    /* 22px */
    --display-3: 1.625rem;
    /* 20px */
    --display-4: 1.25rem;
    /* 18px */
    --display-5: 1.125rem;
    /* 18px */
    --display-6: 1rem;
    /* 16px */
  }
}

@media (max-width: 575px) {
  :root {
    --display-1: 1.5rem;
    /* 24px */
    --display-2: 1.375rem;
    /* 22px */
    --display-3: 1.25rem;
    /* 20px */
    --display-4: 1.125rem;
    /* 18px */
    --display-5: 1.125rem;
    /* 18px */
    --display-6: 1rem;
    /* 16px */
  }
}

/* === reset css start === */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--body-bg);
  color: var(--body-color);
  font-family: var(--body-font);
  font-size: 0.875rem;
  padding: 0;
  margin: 0;
  font-weight: 400;
  position: relative;
  line-height: 1.7;
  overflow-x: hidden;
}

@media (min-width: 576px) {
  body {
    font-size: 1rem;
  }
}

img {
  max-width: 100%;
  height: auto;
  user-select: none;
}

select {
  cursor: pointer;
}

dt {
  margin-left: 0;
}

del {
  text-decoration: line-through !important;
}

.editor-section i {
  font-style: italic !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  clear: both;
  color: inherit;
  opacity: 0.15;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
  font-size: 0.875rem;
}

pre::before,
pre::after {
  box-shadow: none !important;
}

pre code {
  max-height: 400px !important;
  overflow-y: auto;
}

pre[class*=language-]>code {
  border-left-color: var(--primary);
  box-shadow: -1px 0 0 0 var(--primary), 0 0 0 1px var(--border-color);
}

address {
  font-style: inherit;
}

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

button {
  cursor: pointer;
}

*:focus {
  outline: none;
}

button {
  border: none;
}

button:focus {
  outline: none;
}

a {
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  color: inherit;
}

a,
button {
  cursor: revert;
}

a:hover {
  text-decoration: none;
}

strong {
  font-weight: 700;
}

a:hover {
  color: var(--primary);
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

code {
  color: var(--danger);
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.2em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

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

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.border-top,
.border-bottom,
.border-start,
.border-end {
  border-color: var(--border-color) !important;
}

/* === flex css start === */
.item-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* === flex css end === */

/* === color css start === */
.text-hover-primary:hover {
  color: var(--primary) !important;
}

.text-hover-primary-two:hover {
  color: var(--primary-two) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-main,
.text-primary {
  color: var(--primary) !important;
}

.text-main-two {
  color: var(--primary-two) !important;
}

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

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

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

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

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

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

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

/* === color css end === */
/* === bg css start === */
.bg-light-primary {
  background-color: rgba(255, 109, 19, 0.1254901961) !important;
}

.bg-light-primary-two {
  background-color: rgba(195, 183, 42, 0.1254901961) !important;
}

.bg-light-secondary {
  background-color: rgba(37, 33, 30, 0.1254901961) !important;
}

.bg-light-success {
  background-color: rgba(34, 197, 94, 0.1254901961) !important;
}

.bg-light-info {
  background-color: rgba(22, 199, 249, 0.1254901961) !important;
}

.bg-light-warning {
  background-color: rgba(249, 115, 22, 0.1254901961) !important;
}

.bg-light-danger {
  background-color: rgba(248, 31, 88, 0.1254901961) !important;
}

.bg-light-light {
  background-color: rgba(226, 232, 240, 0.025) !important;
}

.bg-light-extra-light {
  background-color: #e2e8f08a !important;
}

.bg-light-muted {
  background-color: rgba(128, 148, 174, 0.1254901961) !important;
}

.bg-light-dark {
  background-color: rgba(44, 50, 63, 0.1254901961) !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.1254901961) !important;
}

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

.bg-primary-two {
  background-color: var(--primary-two) !important;
}

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

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

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

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

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

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

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

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

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

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

.rt-bg-primary {
  background-color: var(--primary) !important;
}

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

.light-gradient-bg {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.1));
}

/* === bg css end === */

/* === spacing css start === */
.rt-section-pt-sm {
  padding-top: 3.75rem;
}

@media (min-width: 992px) {
  .rt-section-pt-sm {
    padding-top: 5rem;
  }
}

@media (min-width: 1200px) {
  .rt-section-pt-sm {
    padding-top: 5.625rem;
  }
}

@media (min-width: 1400px) {
  .rt-section-pt-sm {
    padding-top: 7.5rem;
  }
}

.rt-section-pb-sm {
  padding-bottom: 3.75rem;
}

@media (min-width: 992px) {
  .rt-section-pb-sm {
    padding-bottom: 5rem;
  }
}

@media (min-width: 1200px) {
  .rt-section-pb-sm {
    padding-bottom: 5.625rem;
  }
}

@media (min-width: 1400px) {
  .rt-section-pb-sm {
    padding-bottom: 7.5rem;
  }
}


.rt-section-pt {
  padding-top: 3.75rem;
}

@media (min-width: 992px) {
  .rt-section-pt {
    padding-top: 5rem;
  }
}

@media (min-width: 1200px) {
  .rt-section-pt {
    padding-top: 6.875rem;
  }
}

@media (min-width: 1400px) {
  .rt-section-pt {
    padding-top: 120px;
  }
}

.rt-section-pb {
  padding-bottom: 3.75rem;
}

@media (min-width: 992px) {
  .rt-section-pb {
    padding-bottom: 5rem;
  }
}

@media (min-width: 1200px) {
  .rt-section-pb {
    padding-bottom: 6.875rem;
  }
}

@media (min-width: 1400px) {
  .rt-section-pb {
    padding-bottom: 120px;
  }
}

.rt-section-bg {
  background-color: var(--surface-bg);
}

.ps-35 {
  padding-inline-start: 2.1875rem !important;
}

.mt-30 {
  margin-top: 30px;
}

/* === spacing css end === */

/* === typography css start === */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: var(--display-color);
  font-weight: 800;
  font-family: var(--display-font);
  line-height: 1.3;
}

h1,
.h1 {
  font-size: var(--display-1);
}

h2,
.h2 {
  font-size: var(--display-2);
}

h3,
.h3 {
  font-size: var(--display-3);
}

h4,
.h4 {
  font-size: var(--display-4);
}

h5,
.h5 {
  font-size: var(--display-5);
}

h6,
.h6 {
  font-size: var(--display-6);
}

.text-2xxl {
  font-size: var(--font-2xxl) !important;
}

.text-2xl {
  font-size: var(--font-2xl) !important;
}

.text-xxl {
  font-size: var(--font-xxl) !important;
}

.text-xl {
  font-size: var(--font-xl) !important;
}

.text-lg {
  font-size: var(--font-lg) !important;
}

.text-md {
  font-size: var(--font-md) !important;
}

.text-sm {
  font-size: var(--font-sm) !important;
}

.text-xs {
  font-size: var(--font-xs) !important;
}

.text-xxs {
  font-size: var(--font-xxs) !important;
}

.line-height-1 {
  line-height: 1 !important;
}

.text-line-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-line-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-line-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* === typography css end === */
/* === text-align css start === */
.text-start {
  text-align: start !important;
}

.text-end {
  text-align: end !important;
}

/* === text-align css end === */
/* === border css start === */
.border {
  border-color: var(--border-color) !important;
}

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

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

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

@media (min-width: 992px) {
  .border-lg-end {
    border-inline-end: 1px solid var(--border-color) !important;
  }
}

/* === border css end === */

/* Overlay Css Start */
.gradient-overlay {
  position: relative;
  z-index: 1;
}

.gradient-overlay.top-0::before {
  transform: rotate(180deg);
}

.gradient-overlay::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 22%, rgba(0, 0, 0, 0.69) 57.92%, rgba(0, 0, 0, 0.7) 100%);
  left: inherit;
  bottom: inherit;
}

/* === overlay css end === */
/* === position css start === */
.z-index-1 {
  z-index: 1;
}

.z-index--1 {
  z-index: -1;
}

.opacity-15 {
  opacity: 0.15;
}

.start-10 {
  inset-inline-start: 0.625rem;
}

.top-middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* === position css end === */
/* === section header css start === */
.rt-section-header {
  margin-bottom: 2.1875rem;
}

@media (min-width: 992px) {
  .rt-section-header {
    margin-bottom: 2.8125rem;
  }
}

@media (min-width: 1400px) {
  .rt-section-header {
    margin-bottom: 55px;
  }
}

.rt-section-title {
  font-size: 1.5rem;
  background-image: linear-gradient(#fff, #ebdcfe 20%, #c296f8);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

@media (min-width: 576px) {
  .rt-section-title {
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  .rt-section-title {
    font-size: 2.25rem;
  }
}

@media (min-width: 1200px) {
  .rt-section-title {
    font-size: 2.625rem;
  }
}

@media (min-width: 1400px) {
  .rt-section-title {
    font-size: 48px;
  }
}

.rt-section-title span {
  color: var(--primary) !important;
}

.rt-section-caption {
  padding: 4px 16px;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(270deg, #160728, #422070), linear-gradient(#411e6e, #6632a8);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border: 1px solid #0000;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}

.text-w-60 {
  max-width: 60ch;
}


/* === section header css end === */
/* === preloader css start === */
.rt-preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--secondary);
  z-index: 99999;
}

.rt-cube-grid {
  width: 60px;
  height: 60px;
}

.rt-cube-grid .rt-cube {
  width: 33%;
  height: 33%;
  background-color: var(--primary);
  float: left;
  -webkit-animation: rt-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: rt-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.rt-cube-grid .rt-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.rt-cube-grid .rt-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.rt-cube-grid .rt-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.rt-cube-grid .rt-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.rt-cube-grid .rt-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.rt-cube-grid .rt-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.rt-cube-grid .rt-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.rt-cube-grid .rt-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.rt-cube-grid .rt-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes rt-cubeGridScaleDelay {

  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes rt-cubeGridScaleDelay {

  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

/* === preloader css end === */

/* === buttons css start === */
.btn {
  font-size: 1rem;
  padding: 0.5rem 1.125rem;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  font-weight: 600;
}

@media (min-width: 1400px) {
  .btn {
    padding: 0.75rem 1.625rem;
  }
}

.btn.btn-lg {
  font-size: 1rem;
  padding: 0.5rem 1.25rem;
}

@media (min-width: 576px) {
  .btn.btn-lg {
    font-size: 1rem;
    padding: 0.75rem 1.5625rem;
  }
}

@media (min-width: 1400px) {
  .btn.btn-lg {
    font-size: 1.125rem;
    padding: 0.875rem 2.1875rem;
  }
}

.btn.btn-md {
  font-size: 0.875rem;
  padding: 0.5rem 1.5rem;
}

.btn.btn-sm {
  font-size: 0.8125rem;
  padding: 0.375rem 0.75rem;
}

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

.btn-primary:hover {
  background-color: var(--primary) !important;
  color: #fff;
  border-color: var(--primary);
}

.btn-primary:active,
.btn-primary:focus {
  background-color: var(--primary) !important;
  color: #fff;
  border-color: var(--primary);
}

.btn-primary.has-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-primary .btn-badge {
  width: 18px;
  height: 18px;
  background-color: #fff;
  color: var(--primary);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.6875rem;
  font-weight: 500;
}

.btn-primary-two {
  background-color: #c3b72a !important;
  color: #fff;
  border-color: #c3b72a;
}

.btn-primary-two:hover {
  background-color: rgba(195, 183, 42, 0.831372549) !important;
  color: #fff;
  border-color: rgba(195, 183, 42, 0.831372549);
}

.btn-primary-two:active,
.btn-primary-two:focus {
  background-color: #c3b72a !important;
  color: #fff;
  border-color: #c3b72a;
}

.btn-primary-two.has-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-primary-two .btn-badge {
  width: 18px;
  height: 18px;
  background-color: #fff;
  color: #c3b72a;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.6875rem;
  font-weight: 500;
}

.btn-secondary {
  background-color: #25211e !important;
  color: #fff;
  border-color: #25211e;
}

.btn-secondary:hover {
  background-color: rgba(37, 33, 30, 0.831372549) !important;
  color: #fff;
  border-color: rgba(37, 33, 30, 0.831372549);
}

.btn-secondary:active,
.btn-secondary:focus {
  background-color: #25211e !important;
  color: #fff;
  border-color: #25211e;
}

.btn-secondary.has-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-secondary .btn-badge {
  width: 18px;
  height: 18px;
  background-color: #fff;
  color: #25211e;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.6875rem;
  font-weight: 500;
}

.btn-success {
  background-color: #22c55e !important;
  color: #fff;
  border-color: #22c55e;
}

.btn-success:hover {
  background-color: rgba(34, 197, 94, 0.831372549) !important;
  color: #fff;
  border-color: rgba(34, 197, 94, 0.831372549);
}

.btn-success:active,
.btn-success:focus {
  background-color: #22c55e !important;
  color: #fff;
  border-color: #22c55e;
}

.btn-success.has-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-success .btn-badge {
  width: 18px;
  height: 18px;
  background-color: #fff;
  color: #22c55e;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.6875rem;
  font-weight: 500;
}

.btn-info {
  background-color: #16C7F9 !important;
  color: #fff;
  border-color: #16C7F9;
}

.btn-info:hover {
  background-color: rgba(22, 199, 249, 0.831372549) !important;
  color: #fff;
  border-color: rgba(22, 199, 249, 0.831372549);
}

.btn-info:active,
.btn-info:focus {
  background-color: #16C7F9 !important;
  color: #fff;
  border-color: #16C7F9;
}

.btn-info.has-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-info .btn-badge {
  width: 18px;
  height: 18px;
  background-color: #fff;
  color: #16C7F9;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.6875rem;
  font-weight: 500;
}

.btn-warning {
  background-color: #f97316 !important;
  color: #fff;
  border-color: #f97316;
}

.btn-warning:hover {
  background-color: rgba(249, 115, 22, 0.831372549) !important;
  color: #fff;
  border-color: rgba(249, 115, 22, 0.831372549);
}

.btn-warning:active,
.btn-warning:focus {
  background-color: #f97316 !important;
  color: #fff;
  border-color: #f97316;
}

.btn-warning.has-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-warning .btn-badge {
  width: 18px;
  height: 18px;
  background-color: #fff;
  color: #f97316;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.6875rem;
  font-weight: 500;
}

.btn-danger {
  background-color: #F81F58 !important;
  color: #fff;
  border-color: #F81F58;
}

.btn-danger:hover {
  background-color: rgba(248, 31, 88, 0.831372549) !important;
  color: #fff;
  border-color: rgba(248, 31, 88, 0.831372549);
}

.btn-danger:active,
.btn-danger:focus {
  background-color: #F81F58 !important;
  color: #fff;
  border-color: #F81F58;
}

.btn-danger.has-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-danger .btn-badge {
  width: 18px;
  height: 18px;
  background-color: #fff;
  color: #F81F58;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.6875rem;
  font-weight: 500;
}

.btn-light {
  background-color: #fdfdfd1a !important;
  color: var(--display-color);
  border-color: var(--border-color);
}

.btn-light:hover {
  background-color: #fdfdfd21 !important;
  color: var(--primary);
  border-color: var(--primary);
}

.btn-light:active,
.btn-light:focus {
  background-color: #fdfdfd21 !important;
  color: var(--primary);
  border-color: var(--primary);
}

.btn-light.has-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-light .btn-badge {
  width: 18px;
  height: 18px;
  background-color: #fff;
  color: #e2e8f0;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.6875rem;
  font-weight: 500;
}

.btn-extra-light {
  background-color: rgba(226, 232, 240, 0.5411764706) !important;
  color: #fff;
  border-color: rgba(226, 232, 240, 0.5411764706);
}

.btn-extra-light:hover {
  background-color: #e2e8f08a !important;
  color: #fff;
  border-color: #e2e8f08a;
}

.btn-extra-light:active,
.btn-extra-light:focus {
  background-color: rgba(226, 232, 240, 0.5411764706) !important;
  color: #fff;
  border-color: rgba(226, 232, 240, 0.5411764706);
}

.btn-extra-light.has-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-extra-light .btn-badge {
  width: 18px;
  height: 18px;
  background-color: #fff;
  color: rgba(226, 232, 240, 0.5411764706);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.6875rem;
  font-weight: 500;
}

.btn-muted {
  background-color: #8094ae !important;
  color: #fff;
  border-color: #8094ae;
}

.btn-muted:hover {
  background-color: rgba(128, 148, 174, 0.831372549) !important;
  color: #fff;
  border-color: rgba(128, 148, 174, 0.831372549);
}

.btn-muted:active,
.btn-muted:focus {
  background-color: #8094ae !important;
  color: #fff;
  border-color: #8094ae;
}

.btn-muted.has-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-muted .btn-badge {
  width: 18px;
  height: 18px;
  background-color: #fff;
  color: #8094ae;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.6875rem;
  font-weight: 500;
}

.btn-dark {
  background-color: #2c323f !important;
  color: #fff;
  border-color: #2c323f;
}

.btn-dark:hover {
  background-color: rgba(44, 50, 63, 0.831372549) !important;
  color: #fff;
  border-color: rgba(44, 50, 63, 0.831372549);
}

.btn-dark:active,
.btn-dark:focus {
  background-color: #2c323f !important;
  color: #fff;
  border-color: #2c323f;
}

.btn-dark.has-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-dark .btn-badge {
  width: 18px;
  height: 18px;
  background-color: #fff;
  color: #2c323f;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.6875rem;
  font-weight: 500;
}

.btn-white {
  background-color: #ffffff !important;
  color: #fff;
  border-color: #ffffff;
}

.btn-white:hover {
  background-color: rgba(255, 255, 255, 0.831372549) !important;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.831372549);
}

.btn-white:active,
.btn-white:focus {
  background-color: #ffffff !important;
  color: #fff;
  border-color: #ffffff;
}

.btn-white.has-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-white .btn-badge {
  width: 18px;
  height: 18px;
  background-color: #fff;
  color: #ffffff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.6875rem;
  font-weight: 500;
}

.btn-light-primary {
  border: 1px solid rgba(255, 109, 19, 0);
  color: var(--primary);
  background-color: rgba(255, 109, 19, 0.1254901961);
}

.btn-light-primary:hover {
  color: #fff;
  background-color: var(--primary);
}

.btn-light-primary-two {
  border: 1px solid rgba(195, 183, 42, 0);
  color: #c3b72a;
  background-color: rgba(195, 183, 42, 0.1254901961);
}

.btn-light-primary-two:hover {
  color: #fff;
  background-color: #c3b72a;
}

.btn-light-secondary {
  border: 1px solid rgba(37, 33, 30, 0);
  color: #25211e;
  background-color: rgba(37, 33, 30, 0.1254901961);
}

.btn-light-secondary:hover {
  color: #fff;
  background-color: #25211e;
}

.btn-light-success {
  border: 1px solid rgba(34, 197, 94, 0);
  color: #22c55e;
  background-color: rgba(34, 197, 94, 0.1254901961);
}

.btn-light-success:hover {
  color: #fff;
  background-color: #22c55e;
}

.btn-light-info {
  border: 1px solid rgba(22, 199, 249, 0);
  color: #16C7F9;
  background-color: rgba(22, 199, 249, 0.1254901961);
}

.btn-light-info:hover {
  color: #fff;
  background-color: #16C7F9;
}

.btn-light-warning {
  border: 1px solid rgba(249, 115, 22, 0);
  color: #f97316;
  background-color: rgba(249, 115, 22, 0.1254901961);
}

.btn-light-warning:hover {
  color: #fff;
  background-color: #f97316;
}

.btn-light-danger {
  border: 1px solid rgba(248, 31, 88, 0);
  color: #F81F58;
  background-color: rgba(248, 31, 88, 0.1254901961);
}

.btn-light-danger:hover {
  color: #fff;
  background-color: #F81F58;
}

.btn-light-light {
  border: 1px solid rgba(226, 232, 240, 0);
  color: #e2e8f0;
  background-color: rgba(226, 232, 240, 0.1254901961);
}

.btn-light-light:hover {
  color: #fff;
  background-color: #e2e8f0;
}

.btn-light-extra-light {
  border: 1px solid #e2e8f08a;
  color: rgba(226, 232, 240, 0.5411764706);
  background-color: #e2e8f08a;
}

.btn-light-extra-light:hover {
  color: #fff;
  background-color: rgba(226, 232, 240, 0.5411764706);
}

.btn-light-muted {
  border: 1px solid rgba(128, 148, 174, 0);
  color: #8094ae;
  background-color: rgba(128, 148, 174, 0.1254901961);
}

.btn-light-muted:hover {
  color: #fff;
  background-color: #8094ae;
}

.btn-light-dark {
  border: 1px solid rgba(44, 50, 63, 0);
  color: #2c323f;
  background-color: rgba(44, 50, 63, 0.1254901961);
}

.btn-light-dark:hover {
  color: #fff;
  background-color: #2c323f;
}

.btn-light-white {
  border: 1px solid rgba(255, 255, 255, 0);
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1254901961);
}

.btn-light-white:hover {
  color: #fff;
  background-color: #ffffff;
}

.rt-solid-btn-primary {
  background-image: radial-gradient(circle at 50% 100%, #944feb, #6505e0 51%), linear-gradient(#9440fe, #be94f2);
  color: #fff;
  position: relative;
  border: 1px solid #0000;
  box-shadow: 0 2px 0 1px #6f0eea;
  overflow: hidden;
}

.rt-solid-btn-primary::before {
  position: absolute;
  width: 70%;
  height: 120%;
  filter: blur(16px);
  background-color: #ffffff52;
  border-radius: 50%;
  inset: 28px auto auto;
  z-index: -1;
}

.rt-solid-btn-primary:hover {
  background-image: radial-gradient(circle at 50% 100%, #944feb 18%, #6505e0 51%), linear-gradient(#9440fe, #be94f2);
  color: #fff;
  border-color: var(--primary);
}

.rt-solid-btn-secondary {
  background-color: var(--secondary);
  color: #fff;
  position: relative;
  z-index: 1;
  border: 1px solid var(--secondary);
}

.rt-solid-btn-secondary:hover {
  background-color: var(--primary);
  color: var(--display-color);
}

.rt-outline-btn-secondary {
  background-color: transparent;
  color: var(--secondary);
  position: relative;
  z-index: 1;
  border: 1px solid var(--secondary);
}

.rt-outline-btn-secondary:hover {
  background-color: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

.rt-outline-btn-primary {
  background-color: transparent;
  color: var(--primary);
  position: relative;
  z-index: 0;
  border: 2px solid var(--primary);
  overflow: hidden;
}

.rt-outline-btn-primary::before {
  position: absolute;
  content: "";
  height: 140px;
  width: 30px;
  transform: rotateZ(45deg);
  background: var(--primary);
  margin-top: -60px;
  margin-left: -90px;
}

.rt-outline-btn-primary:hover {
  background-color: var(--secondary);
  color: #fff;
  border-color: var(--primary);
}

.rt-outline-btn-primary:hover::before {
  -webkit-animation: line 0.5s ease-out forwards;
  -webkit-animation-delay: 0.2s;
}

.btn-icon {
  width: 30px;
  height: 30px;
  padding: 0.3125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

@-webkit-keyframes line {
  from {
    margin-top: -60px;
    margin-left: -90px;
  }

  to {
    margin-top: -60px;
    margin-left: 250px;
  }
}

/* === buttons css end === */
/* === alert css start === */
.alert {
  padding: 0.625rem 0.9375rem;
}

.alert-primary {
  color: var(--primary) !important;
  border: none;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  z-index: 1;
  border-radius: 6px;
}

.alert-primary::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  opacity: 0.15;
  border-radius: 6px;
}

.alert-primary::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 1px solid var(--primary);
  opacity: 0.35;
  border-radius: 6px;
}

.alert-primary.border-0::after {
  display: none;
}

.alert-primary-two {
  color: var(--primary-two) !important;
  border: none;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  z-index: 1;
  border-radius: 6px;
}

.alert-primary-two::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--primary-two);
  border: 1px solid var(--primary-two);
  opacity: 0.15;
  border-radius: 6px;
}

.alert-primary-two::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 1px solid var(--primary-two);
  opacity: 0.35;
  border-radius: 6px;
}

.alert-primary-two.border-0::after {
  display: none;
}

.alert-secondary {
  color: var(--secondary) !important;
  border: none;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  z-index: 1;
  border-radius: 6px;
}

.alert-secondary::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--secondary);
  border: 1px solid var(--secondary);
  opacity: 0.15;
  border-radius: 6px;
}

.alert-secondary::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 1px solid var(--secondary);
  opacity: 0.35;
  border-radius: 6px;
}

.alert-secondary.border-0::after {
  display: none;
}

.alert-success {
  color: var(--success) !important;
  border: none;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  z-index: 1;
  border-radius: 6px;
}

.alert-success::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--success);
  border: 1px solid var(--success);
  opacity: 0.15;
  border-radius: 6px;
}

.alert-success::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 1px solid var(--success);
  opacity: 0.35;
  border-radius: 6px;
}

.alert-success.border-0::after {
  display: none;
}

.alert-info {
  color: var(--info) !important;
  border: none;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  z-index: 1;
  border-radius: 6px;
}

.alert-info::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--info);
  border: 1px solid var(--info);
  opacity: 0.15;
  border-radius: 6px;
}

.alert-info::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 1px solid var(--info);
  opacity: 0.35;
  border-radius: 6px;
}

.alert-info.border-0::after {
  display: none;
}

.alert-warning {
  color: var(--warning) !important;
  border: none;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  z-index: 1;
  border-radius: 6px;
}

.alert-warning::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--warning);
  border: 1px solid var(--warning);
  opacity: 0.15;
  border-radius: 6px;
}

.alert-warning::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 1px solid var(--warning);
  opacity: 0.35;
  border-radius: 6px;
}

.alert-warning.border-0::after {
  display: none;
}

.alert-danger {
  color: var(--danger) !important;
  border: none;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  z-index: 1;
  border-radius: 6px;
}

.alert-danger::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--danger);
  border: 1px solid var(--danger);
  opacity: 0.15;
  border-radius: 6px;
}

.alert-danger::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 1px solid var(--danger);
  opacity: 0.35;
  border-radius: 6px;
}

.alert-danger.border-0::after {
  display: none;
}

.alert-light {
  color: var(--light) !important;
  border: none;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  z-index: 1;
  border-radius: 6px;
}

.alert-light::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--light);
  border: 1px solid var(--light);
  opacity: 0.15;
  border-radius: 6px;
}

.alert-light::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 1px solid var(--light);
  opacity: 0.35;
  border-radius: 6px;
}

.alert-light.border-0::after {
  display: none;
}

.alert-extra-light {
  color: var(--extra-light) !important;
  border: none;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  z-index: 1;
  border-radius: 6px;
}

.alert-extra-light::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--extra-light);
  border: 1px solid var(--extra-light);
  opacity: 0.15;
  border-radius: 6px;
}

.alert-extra-light::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 1px solid var(--extra-light);
  opacity: 0.35;
  border-radius: 6px;
}

.alert-extra-light.border-0::after {
  display: none;
}

.alert-muted {
  color: var(--muted) !important;
  border: none;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  z-index: 1;
  border-radius: 6px;
}

.alert-muted::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--muted);
  border: 1px solid var(--muted);
  opacity: 0.15;
  border-radius: 6px;
}

.alert-muted::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 1px solid var(--muted);
  opacity: 0.35;
  border-radius: 6px;
}

.alert-muted.border-0::after {
  display: none;
}

.alert-dark {
  color: var(--dark) !important;
  border: none;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  z-index: 1;
  border-radius: 6px;
}

.alert-dark::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--dark);
  border: 1px solid var(--dark);
  opacity: 0.15;
  border-radius: 6px;
}

.alert-dark::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 1px solid var(--dark);
  opacity: 0.35;
  border-radius: 6px;
}

.alert-dark.border-0::after {
  display: none;
}

.alert-white {
  color: var(--white) !important;
  border: none;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  z-index: 1;
  border-radius: 6px;
}

.alert-white::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--white);
  border: 1px solid var(--white);
  opacity: 0.15;
  border-radius: 6px;
}

.alert-white::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 1px solid var(--white);
  opacity: 0.35;
  border-radius: 6px;
}

.alert-white.border-0::after {
  display: none;
}

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

.alert-dismissible .btn-close {
  width: 10px;
  height: 7px;
  background-size: 10px;
}

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

/* === alert css end === */
/* === badge css start === */
.badge {
  font-weight: 500;
  font-size: 0.75rem;
}

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

.badge-primary-two {
  background-color: #c3b72a !important;
  color: #fff !important;
}

.badge-secondary {
  background-color: #25211e !important;
  color: #fff !important;
}

.badge-success {
  background-color: #22c55e !important;
  color: #fff !important;
}

.badge-info {
  background-color: #16C7F9 !important;
  color: #fff !important;
}

.badge-warning {
  background-color: #f97316 !important;
  color: #fff !important;
}

.badge-danger {
  background-color: #F81F58 !important;
  color: #fff !important;
}

.badge-light {
  background-color: #e2e8f0 !important;
  color: #fff !important;
}

.badge-extra-light {
  background-color: rgba(226, 232, 240, 0.5411764706) !important;
  color: #fff !important;
}

.badge-muted {
  background-color: #8094ae !important;
  color: #fff !important;
}

.badge-dark {
  background-color: #2c323f !important;
  color: #fff !important;
}

.badge-white {
  background-color: #ffffff !important;
  color: #fff !important;
}

.badge-light-primary {
  background-color: #9440fe36 !important;
  color: var(--primary) !important;
}

.badge-light-primary-two {
  background-color: rgba(195, 183, 42, 0.1254901961) !important;
  color: #c3b72a !important;
}

.badge-light-secondary {
  background-color: rgba(37, 33, 30, 0.1254901961) !important;
  color: #25211e !important;
}

.badge-light-success {
  background-color: rgba(34, 197, 94, 0.1254901961) !important;
  color: #22c55e !important;
}

.badge-light-info {
  background-color: rgba(22, 199, 249, 0.1254901961) !important;
  color: #16C7F9 !important;
}

.badge-light-warning {
  background-color: rgba(249, 115, 22, 0.1254901961) !important;
  color: #f97316 !important;
}

.badge-light-danger {
  background-color: rgba(248, 31, 88, 0.1254901961) !important;
  color: #F81F58 !important;
}

.badge-light-light {
  background-color: rgba(226, 232, 240, 0.1254901961) !important;
  color: #e2e8f0 !important;
}

.badge-light-extra-light {
  background-color: #e2e8f08a !important;
  color: rgba(226, 232, 240, 0.5411764706) !important;
}

.badge-light-muted {
  background-color: rgba(128, 148, 174, 0.1254901961) !important;
  color: #8094ae !important;
}

.badge-light-dark {
  background-color: rgba(44, 50, 63, 0.1254901961) !important;
  color: #2c323f !important;
}

.badge-light-white {
  background-color: rgba(255, 255, 255, 0.1254901961) !important;
  color: #ffffff !important;
}

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

/* === badge css end === */
/* === table css start === */
.table thead th {
  font-size: 0.875rem;
  color: var(--display-color);
  padding: 0.5rem 1.5rem;
  font-weight: 700;
  background-color: var(--body-bg);
}

@media (min-width: 992px) {
  .table thead th:last-child {
    text-align: right;
  }
}

.table tbody td {
  font-size: 0.875rem;
  vertical-align: middle;
  color: var(--body-color);
  padding: 0.875rem 1.5rem;
}

@media (min-width: 992px) {
  .table tbody td:last-child {
    text-align: right;
  }

  .table tbody td:last-child .d-flex {
    justify-content: flex-end;
  }
}

.table.head-light-bg thead th {
  background-color: var(--body-bg);
}

.table.head-rounded thead th {
  border: none;
}

.table.head-rounded thead th:first-child {
  border-radius: 8px 0 0 8px;
}

.table.head-rounded thead th:last-child {
  border-radius: 0 8px 8px 0;
}

.table.head-primary-bg thead th {
  background-color: var(--primary);
  color: #fff;
}

.default-table thead th {
  border-color: var(--border-color);
}

.default-table tbody tr:last-child td {
  border: none;
}

.default-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
  -webkit-border-radius: 0 0 0 8px;
  -moz-border-radius: 0 0 0 8px;
  -ms-border-radius: 0 0 0 8px;
  -o-border-radius: 0 0 0 8px;
}

.default-table tbody tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
  -webkit-border-radius: 0 0 8px 0;
  -moz-border-radius: 0 0 8px 0;
  -ms-border-radius: 0 0 8px 0;
  -o-border-radius: 0 0 8px 0;
}

.default-table tbody td {
  border-color: var(--border-color);
  background-color: var(--surface-bg);
}

.bordered-table thead th {
  border: 1px solid var(--border-color);
}

.bordered-table tbody td {
  border: 1px solid var(--border-color);
}

.borderless-table thead th {
  border: none;
}

.borderless-table tbody td {
  border: none;
}

/* === table css end === */
/* === table responsive css start === */
/*
 * jQuery Basic Table
 * Author: Jerry Low
 */
@media (max-width: 991px) {
  .responsive-table tbody tr td {
    padding: 0;
    border: 1px solid var(--border-color) !important;
    border-bottom: none !important;
  }

  .responsive-table tbody tr td:last-child {
    margin-bottom: 15px;
    border-bottom: 1px solid var(--border-color) !important;
  }

  .responsive-table tbody tr td::before {
    background-color: var(--body-bg);
    padding: 10px;
    color: var(--display-color);
    font-weight: 600 !important;
  }

  .responsive-table tbody tr td .bt-content {
    padding: 7px 15px;
  }
}

table.bt thead,
table.bt tbody th {
  display: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  border: none;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  /* IE 9 */
  float: left\9;
  width: 100% \9;
}

table.bt tfoot th::before,
table.bt tfoot td::before,
table.bt tbody td::before {
  content: attr(data-th) ": ";
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  font-weight: bold;
  width: 6.5em;
}

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
  display: none;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  vertical-align: top;
}

.bt-wrapper.active {
  max-height: 310px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

table.bt.bt--no-header tfoot td::before,
table.bt.bt--no-header tbody td::before {
  display: none;
}

/* === table responsive css end === */
/* === form css start === */
.form-select,
.form-control,
textarea {
  border: 1px solid var(--border-color);
  color: var(--display-color) !important;
  background-color: var(--surface-bg);
  padding: 0.75rem 0.9375rem;
  font-size: 0.9375rem;
}

.form-select::placeholder,
.form-control::placeholder,
textarea::placeholder {
  color: var(--placeholder-color);
}

.form-select:focus,
.form-select:active,
.form-control:focus,
.form-control:active,
textarea:focus,
textarea:active {
  box-shadow: none;
  border-color: var(--primary) !important;
  background-color: transparent;
}

.form-select {
  padding: 0.75rem 1.875rem 0.75rem 0.9375rem;
  background-position-x: right;
  background-size: 26px 12px;
}

.form-select.form-select-lg {
  height: 56px;
  font-size: 1.125rem;
}

.form-select.form-select-sm {
  height: 33.5px;
  font-size: 0.8125rem;
  padding: 0.375rem 1.875rem 0.375rem 0.9375rem;
}

.form-select,
.form-control:not(textarea) {
  height: 3rem;
}

.form-control[type=file] {
  line-height: 1.5;
}

.form-control[readonly] {
  background-color: rgba(255, 255, 255, 0.1);
}

.form-control.form-control-lg {
  height: 56px;
  font-size: 1.125rem;
}

.form-control.form-control-lg[type=file] {
  line-height: 2.1;
}

.form-control.form-control-sm {
  height: 33.5px;
  font-size: 0.8125rem;
}

.form-control.form-control-sm[type=file] {
  line-height: 1.1;
}

.form-label {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  color: var(--display-color);
  font-weight: 700;
}

.input-group-text {
  color: var(--body-color);
}

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

.invalid-feedback {
  color: var(--danger);
}

/* icon field css start */
.icon-field {
  position: relative;
}

.icon-field .icon {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 40px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  color: var(--placeholder-color);
}

.icon-field .form-control {
  padding-inline-start: 2.5rem;
}

.icon-field .form-control.form-control-lg~.icon {
  top: 18px;
}

.icon-field .form-control.form-control-sm~.icon {
  top: 10px;
}

/* icon field css end */
/* input Radio Css Start */
.form-check-input {
  cursor: pointer;
}

.form-check-input:checked {
  background-color: var(--primary);
}

.form-check {
  margin-bottom: 0;
  padding-left: 0;
  gap: 12px;
  display: inline-flex;
  align-items: center;
}

.form-check.style-check .form-check-input::before {
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  transform: translate(-50%, -50%) scale(1);
  transition: 0.2s linear;
}

.form-check.style-check .form-check-input::after {
  position: absolute;
  content: "\eb7a";
  font-family: "remixicon";
  display: inline-block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s linear;
  border-radius: inherit !important;
}

.form-check.style-check .form-check-input:checked {
  border-color: var(--primary) !important;
}

.form-check.style-check .form-check-input:checked::after {
  visibility: visible;
  opacity: 1;
}

.form-check .form-check-input {
  border: 1px solid #ffffff5c;
  background: transparent;
  width: 18px;
  height: 18px;
  position: relative;
  flex-shrink: 0;
  margin-left: 0;
  margin-top: 0;
  cursor: pointer;
}

.form-check .form-check-input:checked[type=radio] {
  background-image: none;
  border-color: var(--primary);
}

.form-check .form-check-input:checked::before {
  transform: translate(-50%, -50%) scale(1);
  visibility: visible;
  opacity: 1;
}

.form-check .form-check-input:checked~label {
  color: var(--body-color) !important;
}

.form-check .form-check-input::before {
  position: absolute;
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: var(--primary);
  border-radius: inherit;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  visibility: hidden;
  opacity: 0;
  transition: 0.2s linear;
}

.form-check .form-check-input:focus {
  box-shadow: none;
}

.badge[class*=-primary] .form-check-input {
  border-color: var(--primary) !important;
}

.badge[class*=-success] .form-check-input {
  border-color: var(--success) !important;
}

.badge[class*=-info] .form-check-input {
  border-color: var(--info) !important;
}

.badge[class*=-warning] .form-check-input {
  border-color: var(--warning) !important;
}

.badge[class*=-danger] .form-check-input {
  border-color: var(--danger) !important;
}

.badge[class*=-secondary] .form-check-input {
  border-color: var(--secondaryf) !important;
}

.badge[class*=-dark] .form-check-input {
  border-color: var(--dark) !important;
}

/* input Radio Css End */
/* Switch Css Start */
.form-switch {
  padding-inline-start: 0;
}

.form-switch .form-check-input {
  box-shadow: none !important;
  margin: 0;
  position: relative;
  background-color: var(--light);
  border: 0;
  background-image: none !important;
  width: 36px;
  height: 20px;
}

.form-switch .form-check-input:checked {
  background-color: var(--primary);
}

.form-switch .form-check-input:checked::before {
  left: calc(100% - 18px);
  transition: 0.2s linear;
}

.form-switch .form-check-input:checked~.form-check-label {
  color: var(--body-color) !important;
}

.form-switch .form-check-input::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 2px;
  transition: 0.2s linear;
}

.form-switch.form-switch-sm .form-check-input {
  width: 30px;
  height: 18px;
}

.form-switch.form-switch-sm .form-check-input:checked {
  background-color: var(--primary);
}

.form-switch.form-switch-sm .form-check-input:checked::before {
  left: calc(100% - 16px);
}

.form-switch.form-switch-sm .form-check-input::before {
  width: 12px;
  height: 12px;
  left: 3px;
}

/* Switch Css End */
/* Switch different Color Css start */
.switch-primary .form-check-input:checked {
  background-color: var(--primary) !important;
}

.switch-primary .form-check-input:checked~.form-check-label {
  color: var(--primary) !important;
}

.switch-info .form-check-input:checked {
  background-color: var(--info) !important;
}

.switch-info .form-check-input:checked~.form-check-label {
  color: var(--info) !important;
}

.switch-success .form-check-input:checked {
  background-color: var(--success) !important;
}

.switch-success .form-check-input:checked~.form-check-label {
  color: var(--success) !important;
}

.switch-danger .form-check-input:checked {
  background-color: var(--danger) !important;
}

.switch-danger .form-check-input:checked~.form-check-label {
  color: var(--danger) !important;
}

.switch-warning .form-check-input:checked {
  background-color: var(--warning) !important;
}

.switch-warning .form-check-input:checked~.form-check-label {
  color: var(--warning) !important;
}

.switch-dark .form-check-input:checked {
  background-color: var(--dark) !important;
}

.switch-dark .form-check-input:checked~.form-check-label {
  color: var(--dark) !important;
}

.switch-purple .form-check-input:checked {
  background-color: var(--lilac) !important;
}

.switch-purple .form-check-input:checked~.form-check-label {
  color: var(--lilac) !important;
}

/* Switch different Color Css End */
/* input Group Checkbox Css Start */
.btn-check:checked+.btn {
  color: #fff !important;
}

.btn-check:checked+.btn-outline-warning {
  background-color: var(--warning) !important;
  border-color: var(--warning) !important;
}

.btn-check:checked+.btn-outline-primary {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}

.btn-check:checked+.btn-outline-danger {
  background-color: var(--danger) !important;
  border-color: var(--danger) !important;
}

.btn-check:checked+.btn-outline-success {
  background-color: var(--success) !important;
  border-color: var(--success) !important;
}

.btn-check:checked+.btn-outline-warning {
  background-color: var(--warning) !important;
  border-color: var(--warning) !important;
}

.btn-check:checked+.btn-outline-info {
  background-color: var(--info) !important;
  border-color: var(--info) !important;
}

.btn-check:checked+.btn-outline-lilac {
  background-color: var(--lilac) !important;
  border-color: var(--lilac) !important;
}

/* input Group Checkbox Css End */
/* custom form fields css start */
.form-mobile-field {
  position: relative;
}

.form-mobile-field .form-select {
  width: auto;
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  border: 0;
  background-color: transparent;
}

.form-mobile-field .form-control {
  padding-inline-start: 4.375rem;
}

select option {
  background-color: var(--surface-bg);
}

.was-validated .form-mobile-field .form-control {
  padding-inline-start: 5.9375rem;
}

::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

/* === form css end === */

/* === form select two css start === */
.form-select-two~.select2-container {
  display: block;
  width: 100% !important;
}

.form-select-two~.select2-container .selection {
  display: block;
}

.form-select-two~.select2-container .select2-selection--single {
  min-height: 48px;
  border: 1px solid var(--border-color);
  border-radius: 6px;
}

.form-select-two~.select2-container .select2-selection--single .select2-selection__rendered {
  color: var(--display-color);
  line-height: 42px;
  padding: 0 0.9375rem;
  font-size: 0.875rem;
}

.form-select-two~.select2-container .select2-selection--single .select2-selection__arrow b {
  margin-left: -12px;
  margin-top: 5px;
}

.form-select-two~.select2-container .select2-selection--multiple {
  min-height: 48px;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding-inline: 1rem;
  background-color: var(--surface-bg);
}

.form-select-two~.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
  height: 28px;
  margin-top: 10px;
  font-size: 0.875rem;
}

.form-select-two~.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: var(--primary);
  border: 1px solid var(--border-color);
}

.form-select-two~.select2-container .select2-selection--multiple .select2-selection__choice:first-child {
  margin-left: 0;
}

.form-select-two~.select2-container .select2-selection--multiple .select2-selection__choice__remove {
  border-right: 1px solid var(--border-color);
}

.form-select-two~.select2-container .select2-selection--multiple .select2-selection__choice__display {
  font-size: 0.875rem;
  color: #fff;
}

.select-two-templating~.select2-container .select2-selection--single .select2-selection__rendered>span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.select2-dropdown {
  border: 1px solid var(--border-color);
  border-radius: 6px;
}

.select2-dropdown .select2-search__field {
  border: 1px solid var(--border-color) !important;
  border-radius: 4px;
  padding: 0 1rem;
  font-size: 0.875rem;
}

.select2-dropdown .select2-results__option {
  font-size: 0.875rem;
  padding: 0.375rem 1rem;
}

.select2-dropdown .select2-results__option--selected {
  background-color: #ffffff0f !important;
}

.select2-dropdown .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--primary) !important;
}

.select2-container {
  transition: all 0s;
  z-index: 9999;
}

.select2-dropdown {
  background-color: var(--surface-bg);
  border-color: var(--border-color);
}

/* === form select two css end === */
/* === card css start === */
.card {
  background-color: var(--surface-bg);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  box-shadow: 0 0.25rem 1.875rem rgba(46, 45, 116, 0.05);
  border: none;
  position: initial;
  color: var(--body-color);
}

.card .card-header {
  background-color: var(--surface-bg);
  padding: 0.875rem 1rem;
  border-color: var(--border-color);
  color: var(--body-color);
  border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
}

@media (min-width: 768px) {
  .card .card-header {
    padding: 0.875rem 1.5rem;
  }
}

.card .card-title {
  font-size: 1.125rem !important;
  color: var(--display-color);
}

.card .card-body {
  padding: 0.875rem 1rem;
  color: var(--body-color);
}

@media (min-width: 768px) {
  .card .card-body {
    padding: 0.875rem 1.5rem;
  }
}

.card .card-footer {
  background-color: var(--surface-bg);
  border-color: var(--border-color);
  padding: 0.875rem 1rem;
  border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  -o-border-radius: 0 0 8px 8px;
}

@media (min-width: 768px) {
  .card .card-footer {
    padding: 0.875rem 1.5rem;
  }
}

/* === card css end === */
/* === modal css start === */
.modal-header {
  justify-content: space-between;
}

.modal-header .btn-close {
  margin-inline-start: auto;
  margin-inline-end: 0;
}

.modal-title {
  font-size: 1.125rem;
}

.modal-content {
  background-color: var(--surface-bg);
}

.modal-header,
.modal-footer {
  border-color: var(--border-color);
}

.modal .btn-close {
  position: relative;
  background-image: none;
  border: 1px solid var(--border-color);
}

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

.modal .btn-close::before {
  position: absolute;
  content: "\eb99";
  font-family: remixicon !important;
  font-style: normal;
  color: var(--body-color);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
}

/* === modal css end === */

/* === accordion css start === */
.accordion-style-dafault .accordion-item {
  border: none !important;
  border-bottom: 1px solid var(--border-color) !important;
  background-color: transparent !important;
  border-radius: 0;
  overflow: hidden;
  padding: 20px 0;
}

.accordion-style-dafault .accordion-body {
  background-color: transparent;
  padding: 0;
  padding-top: 1rem;
  color: var(--body-color);
}

.accordion-style-dafault .accordion-button {
  padding: 0;
  background: transparent;
  padding-inline-end: 68px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  color: var(--display-color);
}

@media (min-width: 576px) {
  .accordion-style-dafault .accordion-button {
    font-size: 1.125rem;
  }
}

@media (min-width: 992px) {
  .accordion-style-dafault .accordion-button {
    font-size: 1.25rem;
  }
}

.accordion-style-dafault .accordion-button::after {
  background-image: none;
}

.accordion-style-dafault .accordion-button:focus {
  box-shadow: none;
}

.accordion-style-dafault .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: var(--primary);
}

.accordion-style-dafault .accordion-button:not(.collapsed)::after {
  background-image: none;
  color: var(--primary);
}

.accordion-style-dafault .accordion-button[aria-expanded=true]::after,
.accordion-style-dafault .accordion-button[aria-expanded=false]::after {
  content: "\f1af";
  font-family: remixicon;
  display: inline-block;
  position: absolute;
  inset-inline-end: 0;
  height: 20px;
  width: 20px;
  border: 2px solid var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  border-radius: 50%;
  line-height: 1;
  color: var(--primary);
}

@media (min-width: 992px) {

  .accordion-style-dafault .accordion-button[aria-expanded=true]::after,
  .accordion-style-dafault .accordion-button[aria-expanded=false]::after {
    height: 24px;
    width: 24px;
  }
}

.accordion-style-dafault .accordion-button[aria-expanded=false]::after {
  content: "\ea13";
}

.accordion-noarrow .accordion-button::after {
  display: none;
}

.border-accordion {
  border-color: var(--border-color) !important;
}

.border-accordion .accordion-button {
  border-color: var(--border-color) !important;
}

.border-accordion .accordion-button:not(.collapsed) {
  background-color: #fff;
}

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

.step-number {
  color: var(--primary);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 992px) {
  .step-number {
    font-size: 1.5rem;
  }
}

/* === accordion css end === */
/* === nav-tabs css start === */
.nav-tabs.bordered-tab {
  border-color: var(--border-color);
}

.nav-tabs.bordered-tab .nav-item .nav-link {
  border: none;
  position: relative;
  color: var(--body-color);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.nav-tabs.bordered-tab .nav-item .nav-link::after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--primary);
  opacity: 0;
}

.nav-tabs.bordered-tab .nav-item .nav-link.active {
  margin-bottom: 0;
  color: var(--primary);
}

.nav-tabs.bordered-tab .nav-item .nav-link.active::after {
  opacity: 1;
}

.nav-tabs.bordered-tab .nav-item .nav-link.active .nav-tabs-badge {
  background-color: var(--primary);
}

.nav-tabs.bordered-tab .nav-item .nav-link .nav-tabs-badge {
  width: 18px;
  height: 18px;
  background-color: var(--body-color);
  color: #fff;
  font-size: 0.625rem;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.nav-tabs.pill-tab {
  border: none;
}

.nav-tabs.pill-tab .nav-item .nav-link {
  border: none;
  position: relative;
  color: var(--body-color);
  border-radius: 6px !important;
  padding: 0.375rem 0.9375rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
}

.nav-tabs.pill-tab .nav-item .nav-link.active {
  margin-bottom: 0;
  background-color: var(--primary);
  color: var(--display-color);
}

.nav-tabs.pill-tab .nav-item .nav-link.active .nav-tabs-badge {
  background-color: #fff;
  color: var(--primary);
}

.nav-tabs.pill-tab .nav-item .nav-link .nav-tabs-badge {
  width: 18px;
  height: 18px;
  background-color: var(--body-color);
  color: #fff;
  font-size: 0.625rem;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.nav-tabs.pill-light-tab {
  border: none;
}

.nav-tabs.pill-light-tab .nav-item .nav-link {
  border: none;
  position: relative;
  color: var(--body-color);
  border-radius: 6px !important;
  padding: 0.375rem 0.9375rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.nav-tabs.pill-light-tab .nav-item .nav-link::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary);
  opacity: 0;
  z-index: -1;
  border-radius: 6px !important;
}

.nav-tabs.pill-light-tab .nav-item .nav-link.active {
  margin-bottom: 0;
  color: var(--primary);
}

.nav-tabs.pill-light-tab .nav-item .nav-link.active::before {
  opacity: 0.25;
}

.nav-tabs.pill-light-tab .nav-item .nav-link.active .nav-tabs-badge {
  background-color: var(--primary);
  color: #fff;
}

.nav-tabs.pill-light-tab .nav-item .nav-link .nav-tabs-badge {
  width: 18px;
  height: 18px;
  background-color: var(--body-color);
  color: #fff;
  font-size: 0.625rem;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.nav-tabs.light-bg-tab {
  background-color: #f1f5f9;
  border-bottom: none;
  padding: 5px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.nav-tabs.light-bg-tab .nav-item .nav-link {
  border: none;
  position: relative;
  color: var(--body-color);
  border-radius: 6px !important;
  padding: 0.375rem 0.9375rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: none;
}

.nav-tabs.light-bg-tab .nav-item .nav-link.active {
  margin-bottom: 0;
  color: var(--display-color);
  background-color: #fff;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
}

.nav-tabs.light-bg-tab .nav-item .nav-link.active .nav-tabs-badge {
  background-color: var(--primary);
  color: #fff;
}

.nav-tabs.light-bg-tab .nav-item .nav-link .nav-tabs-badge {
  width: 18px;
  height: 18px;
  background-color: rgba(0, 0, 0, 0.1);
  color: var(--body-color);
  font-size: 0.625rem;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}

.nav-tabs.nav-tabs-sm .nav-item .nav-link {
  font-size: 0.8125rem;
  padding: 0.25rem 0.5rem;
}

.nav-tabs.nav-tabs-gap-0 .nav-item {
  padding-inline: 0.375rem;
}

@media (min-width: 1400px) {
  .nav-tabs.nav-tabs-gap-0 .nav-item {
    padding-inline: 0.75rem;
  }
}

.nav-tabs.nav-tabs-gap-0 .nav-item .nav-link {
  padding-inline: 0;
  padding-block: 0.75rem;
  font-size: 0.875rem;
}

.tab-content {
  margin-top: 1rem;
}

/* === nav-tabs css end === */
/* === pagination css start === */
.pagination .page-item.active .page-link {
  background-color: var(--primary);
  color: #fff;
}

.pagination .page-item .page-link {
  color: var(--body-color);
}

.pagination .page-item .page-link:focus {
  box-shadow: none;
  background-color: var(--light);
  color: var(--display-color);
}

.pagination-style-one .pagination {
  gap: 0.625rem;
}

.pagination-style-one .pagination .page-item.active .page-link {
  background-color: var(--primary);
  color: #fff;
}

.pagination-style-one .pagination .page-item .page-link {
  color: var(--body-color);
  border-radius: 0.25rem !important;
  width: 35px;
  height: 35px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-style-one .pagination .page-item .page-link:focus {
  box-shadow: none;
  background-color: var(--light);
  color: var(--display-color);
}

.pagination-style-two .pagination {
  gap: 0.625rem;
}

.pagination-style-two .pagination .page-item.active .page-link {
  background-color: var(--primary);
  color: #fff;
}

.pagination-style-two .pagination .page-item .page-link {
  color: var(--body-color);
  border-radius: 0.25rem !important;
  width: 35px;
  height: 35px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: rgba(255, 255, 255, 0.05);
}

.pagination-style-two .pagination .page-item .page-link:focus {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.05);
  color: var(--display-color);
}

/* === pagination css end === */
/* === list-style css start === */
.list-group-item {
  border-color: var(--border-color);
}

.list-group-item.active {
  background-color: var(--primary);
}

.default-list {
  list-style: disc;
  padding-left: 1.125rem;
  margin-top: 8px;
}

.default-list li+li {
  margin-top: 0.5rem;
}

/* === list-style css end === */
/* === Dropdown css start === */
/* Dropdown Css Start */
.dropdown-toggle::after {
  content: "\ea4e";
  border: none;
  font-family: remixicon !important;
  font-style: normal;
  vertical-align: 0;
}

.dropdown.dropend .dropdown-toggle::after {
  content: "\ea6e";
  border: none;
  font-family: remixicon !important;
  font-style: normal;
  vertical-align: 0;
}

.dropdown.dropup .dropdown-toggle::after {
  content: "\ea78";
  border: none;
  font-family: remixicon !important;
  font-style: normal;
  vertical-align: 0;
}

.dropdown.dropstart .dropdown-toggle::after {
  content: "\ea64";
  border: none;
  font-family: remixicon !important;
  font-style: normal;
  vertical-align: 0;
}

.dropdown-menu {
  background-color: var(--surface-bg);
  border-color: var(--border-color);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transition: all 0s;
}

.dropdown-item {
  color: var(--body-color);
  font-size: 0.875rem;
  padding: 0.375rem 0.9375rem;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--light);
  color: var(--display-color);
}

.dropdown-item:focus {
  background-color: var(--primary) !important;
  color: #fff;
}

.dropdown-menu.language-dropdown-menu .dropdown-item::after {
  content: "\eb79";
  font-family: remixicon !important;
  font-style: normal;
  opacity: 0;
  margin-left: auto;
}

.dropdown-menu.language-dropdown-menu .dropdown-item.active {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--display-color);
}

.dropdown-menu.language-dropdown-menu .dropdown-item.active::after {
  opacity: 1;
}

.dropdown-menu .dropdown-divider {
  border-color: var(--border-color);
}

.dropdown-menu-lg {
  width: 295px;
}

@media (min-width: 576px) {
  .dropdown-menu-lg {
    width: 380px;
  }
}

.max-h-300 {
  max-height: 300px;
  overflow-y: auto;
}

.max-h-300::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}

.max-h-300::-webkit-scrollbar-thumb {
  background-color: var(--light);
}

.dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
}

/* === Dropdown css end === */

/* Tooltip css start */
.tooltip {
  font-size: 0.75rem;
  --bs-tooltip-color: #fff;
}

.tooltip-primary {
  --bs-tooltip-bg: var(--primary);
}

.tooltip-secondary {
  --bs-tooltip-bg: var(--secondary);
}

.tooltip-success {
  --bs-tooltip-bg: var(--success);
}

.tooltip-info {
  --bs-tooltip-bg: var(--info);
}

.tooltip-warning {
  --bs-tooltip-bg: var(--warning);
}

.tooltip-danger {
  --bs-tooltip-bg: var(--danger);
}

.tooltip-dark {
  --bs-tooltip-bg: var(--dark);
}

.tooltip-light {
  --bs-tooltip-bg: var(--light);
  --bs-tooltip-color: var(--display-color);
}

/* Tooltip css End */
/* === tooltip css end === */
/* === image upload css start === */
.image-upload {
  position: relative;
  width: 200px;
}

.image-upload .image-edit-btn {
  position: absolute;
  right: 8px;
  z-index: 1;
  bottom: 8px;
}

.image-upload .image-edit-btn input {
  display: none;
}

.image-upload .image-edit-btn input+label {
  display: inline-block;
  width: 85px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 0.75rem;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  font-weight: 600;
}

.image-upload .image-edit-btn input+label:hover {
  background: var(--primary);
  color: #fff;
}

.image-upload .image-edit-btn input+label:before {
  content: "\f24a";
  font-family: remixicon !important;
  font-style: normal;
  margin-right: 2px;
}

.image-upload .image-edit-btn input+label:after {
  content: attr(data-text);
}

.image-upload .image-preview {
  width: 200px;
  height: 200px;
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0px 0 4px 0px rgba(0, 0, 0, 0.15);
}

.image-upload .image-preview>div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 3px solid #fff;
}

.image-upload.image-upload-sm {
  width: 100px;
}

.image-upload.image-upload-sm .image-preview {
  width: 100px;
  height: 100px;
}

.bg-size-contain {
  background-size: contain !important;
}

.mutiple-img-preview-style-one .img-div+.img-div {
  margin-top: 1rem;
}

.mutiple-img-preview-style-one .img-div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px;
}

.mutiple-img-preview-style-one .img-div img {
  max-height: 40px;
}

.mutiple-img-preview-style-two {
  display: flex;
  flex-wrap: wrap;
}

.mutiple-img-preview-style-two .img-div {
  position: relative;
  width: calc(33.3333333333% - 20px);
  padding: 10px !important;
  margin: 10px;
}

.mutiple-img-preview-style-two .img-div-thumb {
  height: 200px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.mutiple-img-preview-style-two .img-div-thumb img {
  max-height: 200px;
}

.mutiple-img-preview-style-two .img-div-content {
  text-align: center;
  margin-top: 1rem;
}

.mutiple-img-preview-style-two .img-div .btn {
  position: absolute;
  top: 15px;
  right: 15px;
  border: none !important;
}

/* === image upload css end === */
/* === date picker css start === */
.ui-datepicker {
  transition: all 0s;
  background-color: var(--bg-white);
  border: 1px solid var(--border-color) !important;
  border-radius: 8px !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 0.375rem;
}

.ui-datepicker .ui-datepicker-header {
  background-color: #fff;
  color: var(--display-color);
  border: none;
}

.ui-datepicker .ui-datepicker-title {
  font-size: 0.9375rem;
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  color: var(--body-color);
}

.ui-datepicker .ui-datepicker-title select {
  border: 1px solid var(--border-color);
  border-radius: 4px;
  margin: 3px;
  margin-top: -4px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 1px solid var(--border-color);
  border-radius: 50%;
}

.ui-datepicker .ui-datepicker-prev::after,
.ui-datepicker .ui-datepicker-next::after {
  position: absolute;
  top: 55%;
  transform: translate(-50%, -50%);
  font-family: remixicon !important;
  font-style: normal;
  font-size: 14px;
  color: var(--display-color);
}

.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-next.ui-state-hover {
  color: var(--display-color);
  font-weight: inherit;
}

.ui-datepicker .ui-datepicker-prev.ui-state-hover {
  left: 2px !important;
  top: 2px !important;
}

.ui-datepicker .ui-datepicker-prev::after {
  content: "\ea64";
  left: 46%;
}

.ui-datepicker .ui-datepicker-next.ui-state-hover {
  right: 2px !important;
  top: 2px !important;
}

.ui-datepicker .ui-datepicker-next::after {
  content: "\ea6e";
  left: 56%;
}

.ui-datepicker .ui-datepicker-calendar th {
  font-size: 0.75rem;
  color: #7c7c7c;
  font-weight: 600;
}

.ui-datepicker .ui-datepicker-calendar td {
  padding: 2px;
}

.ui-datepicker .ui-datepicker-calendar td .ui-state-default {
  background-color: var(--light);
  width: 1.875rem;
  height: 1.875rem;
  border: 1px solid var(--border-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 600;
}

.ui-datepicker .ui-datepicker-calendar td .ui-state-default.ui-state-highlight {
  background-color: var(--primary);
  color: #fff;
  font-weight: 600;
}

.ui-datepicker .ui-datepicker-calendar td .ui-state-default.ui-state-active {
  border-color: var(--primary);
  color: var(--primary);
}

.ui-datepicker-trigger {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 0;
  width: 20px;
}

.ui-datepicker-trigger::after {
  position: absolute;
  content: "\eb27";
  top: 0;
  left: 0;
  font-family: remixicon !important;
  font-style: normal;
  font-size: 18px;
}

.form-control-sm~.ui-datepicker-trigger {
  top: 2px;
  right: 10px;
}

/* === date picker css end === */
/* === time picker css start === */
.ti_tx,
.mi_tx,
.mer_tx {
  width: 100%;
  text-align: center;
  margin: 10px 0;
}

.time,
.mins,
.meridian {
  width: 33.3333333333%;
  float: left;
  font-size: 20px;
  color: #2d2e2e;
  font-family: "arial";
  font-weight: 700;
}

.time input,
.mins input,
.meridian input {
  width: 100%;
}

.meridian {
  border: 1px solid var(--border-color);
  border-radius: 6px;
  background-color: var(--light);
}

.timepicker_wrap .prev,
.timepicker_wrap .next {
  cursor: pointer;
  padding: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timepicker_wrap .prev::after,
.timepicker_wrap .next::after {
  color: #777;
  font-family: remixicon !important;
  font-style: normal;
  font-size: 0.875rem;
}

.timepicker_wrap .prev {
  background-position: 50% -50%;
}

.timepicker_wrap .prev::after {
  content: "\ea78";
}

.timepicker_wrap .next {
  background-position: 50% 150%;
}

.timepicker_wrap .next::after {
  content: "\ea4e";
}

.time_pick {
  position: relative;
}

/*input{ float:left;}*/
.timepicker_wrap {
  padding: 10px;
  border-radius: 5px;
  z-index: 2;
  display: none;
  width: 240px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  background: var(--bg-white);
  border: 1px solid var(--border-color);
  float: left;
  position: absolute;
  top: 27px;
  left: 0px;
  transition: all 0s;
}

.arrow_top {
  position: absolute;
  top: -10px;
  left: 20px;
  background: url(../images/top_arr.png) no-repeat;
  width: 18px;
  height: 10px;
  z-index: 3;
}

/* === time picker css end === */
/* === transfer money css start === */
.rt-transfer-box {
  padding: 2.5rem;
  background-color: #fff;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

@media (max-width: 575px) {
  .rt-transfer-box.style-inner {
    padding: 1.25rem 0;
  }
}

@media (max-width: 575px) {
  .rt-transfer-box.rt-banner-transfer-box {
    padding: 1.25rem;
  }
}

@media (min-width: 1400px) {
  .rt-transfer-box.rt-banner-transfer-box {
    margin-inline-start: 1.875rem;
  }
}

@media (min-width: 1200px) {
  .rt-transfer-box.rt-banner-transfer-box .rt-single-transfer>input {
    width: 170px;
  }
}

.rt-single-transfer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.5rem 0.625rem;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

@media (min-width: 576px) {
  .rt-single-transfer {
    padding: 0.75rem 1rem;
  }
}

.rt-single-transfer>input {
  flex-grow: 1;
  font-size: 1rem;
  font-weight: 600;
  color: var(--display-color);
  width: 100px;
}

@media (min-width: 576px) {
  .rt-single-transfer>input {
    width: 240px;
    font-size: 1.375rem;
  }
}

.rt-single-transfer>button {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  position: relative;
  width: 75px;
  padding-inline-end: 0.625rem;
}

@media (min-width: 576px) {
  .rt-single-transfer>button {
    width: 120px;
    padding-inline-end: 1.5625rem;
  }
}

.rt-single-transfer>button.active::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rt-single-transfer>button::after {
  position: absolute;
  top: 2px;
  inset-inline-end: 0;
  content: "\ea4e";
  font-family: remixicon !important;
  font-style: normal;
  color: var(--display-color);
  font-size: 0.875rem;
  font-weight: 600;
}

@media (min-width: 576px) {
  .rt-single-transfer>button::after {
    font-size: 1.25rem;
  }
}

.rt-single-transfer>button img {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  object-fit: cover;
  -o-object-fit: cover;
}

@media (min-width: 576px) {
  .rt-single-transfer>button img {
    width: 25px;
    height: 25px;
  }
}

.rt-single-transfer>button span {
  font-size: 1rem;
  font-weight: 600;
  color: var(--display-color);
}

@media (min-width: 576px) {
  .rt-single-transfer>button span {
    font-size: 1.375rem;
  }
}

.rt-single-transfer .rt-single-transfer-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: 360px;
  display: none;
  z-index: 9;
  padding: 10px;
}

.rt-single-transfer .rt-single-transfer-dropdown.active {
  display: block;
}

.rt-single-transfer-dropdown {
  background-color: #fff;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.rt-single-transfer-dropdown .form-control {
  border-width: 2px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.rt-single-transfer-dropdown .form-control:focus {
  border-color: var(--primary) !important;
}

.rt-single-transfer-dropdown .rt-currency-list {
  max-height: 200px;
  overflow-y: auto;
}

@media (min-width: 576px) {
  .rt-single-transfer-dropdown .rt-currency-list {
    max-height: 300px;
  }
}

.rt-single-transfer-dropdown .rt-currency-list::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(255, 255, 255, 0.05);
}

.rt-single-transfer-dropdown .rt-currency-list::-webkit-scrollbar-thumb {
  background-color: #c4c4c4;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  -ms-border-radius: 99px;
  -o-border-radius: 99px;
}

.rt-single-transfer-dropdown .rt-currency-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(255, 255, 255, 0.05);
}

.rt-single-transfer-dropdown .rt-currency-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1rem;
  cursor: pointer;
  font-size: 0.875rem;
}

@media (min-width: 992px) {
  .rt-single-transfer-dropdown .rt-currency-list li {
    font-size: 1rem;
  }
}

.rt-single-transfer-dropdown .rt-currency-list li:not(.caption):hover {
  background-color: #f1f5f9;
}

.rt-single-transfer-dropdown .rt-currency-list li.active {
  background-color: #f1f5f9;
}

.rt-single-transfer-dropdown .rt-currency-list li.active::after {
  content: "\eb7b";
  font-family: remixicon !important;
  font-style: normal;
  margin-left: auto;
}

.rt-single-transfer-dropdown .rt-currency-list li.caption {
  font-weight: 500;
  font-size: 13px;
}

.rt-single-transfer-dropdown .rt-currency-list li .currency-code {
  font-weight: 600;
}

.rt-single-transfer-dropdown .rt-currency-list li span:not(.currency-code) {
  font-size: 14px;
}

.rt-single-transfer-dropdown .rt-currency-list li img {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  object-fit: cover;
  -o-object-fit: cover;
}

@media (min-width: 992px) {
  .rt-single-transfer-dropdown .rt-currency-list li img {
    width: 25px;
    height: 25px;
  }
}

.rt-single-transfer-dropdown .rt-currency-list .no-data {
  display: none;
  padding: 1rem;
}

.rt-transfer-info-list {
  margin-top: 1.15rem;
  padding: 10px 16px;
  background: #f1f5f9;
  border-radius: 10px;
}

.rt-transfer-info-list li+li {
  margin-top: 0.5rem;
}

.rt-transfer-info-list li {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
}

.rt-transfer-info-list li span:first-child {
  font-weight: 400;
}

.rt-transfer-info-list li span:last-child {
  font-weight: 600;
  color: var(--display-color);
}

.rt-transfer-info-list li .form-select {
  width: auto;
  padding: 0.125rem 1.25rem 0.125rem 0.625rem;
  height: auto;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background-size: 20px 10px;
  border: 1px solid var(--border-color);
  font-weight: 500;
}

.rt-transfer-info-list li .form-select:focus {
  border-color: var(--border-color);
}

.method-checkbox {
  position: relative;
}

.method-checkbox .form-check-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.method-checkbox .form-check-label {
  padding: 2px 10px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.method-checkbox .form-check-label::after {
  position: absolute;
  content: "\eb7b";
  font-family: remixicon !important;
  font-style: normal;
  top: -3px;
  right: -3px;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #fff;
  font-size: 10px;
  opacity: 0;
  transition: all 0.3s;
}

.method-checkbox .form-check-input:checked~.form-check-label {
  border-color: var(--primary);
}

.method-checkbox .form-check-input:checked~.form-check-label::after {
  opacity: 1;
}

/* === transfer money css end === */
/* === faq css start === */
/* Faq Css Start */
.responsive-padding-40-150 {
  padding-inline-start: clamp(2rem, -27.4754rem + 39.3333vw, 9.375rem) !important;
  padding-inline-end: clamp(2rem, -27.4754rem + 39.3333vw, 9.375rem) !important;
  padding-block-start: 40px !important;
  padding-block-end: 40px !important;
}

/* Faq Css End */
/* === faq css end === */
/* === referral css start === */
.referral-tree .sub-referral-tree {
  padding-inline-start: 3.125rem;
  padding-top: 8px;
  display: none;
  transition: all 0s;
}

.referral-tree .sub-referral-tree.active {
  display: block;
}

.referral-tree .sub-referral-tree li {
  padding: 0.4375rem 0;
}

.referral-tree .sub-referral-tree li.has-referral::before {
  height: calc(100% - 69px);
}

.referral-tree .sub-referral-tree .single-referral {
  position: relative;
}

.referral-tree .sub-referral-tree .single-referral::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -31px;
  width: 20px;
  height: 1px;
  background-color: var(--border-color);
}

.referral-tree .sub-referral-tree .single-referral::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -13px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background-color: var(--border-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.referral-tree .has-referral {
  position: relative;
}

.referral-tree .has-referral::before {
  position: absolute;
  content: "";
  top: 25px;
  left: 20px;
  width: 1px;
  height: calc(100% - 62px);
  background-color: var(--border-color);
}

.referral-tree .has-referral .single-referral {
  padding-left: 1.25rem;
}

.single-referral {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.9375rem;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-color);
}

.single-referral:hover {
  border-color: var(--primary);
}

.single-referral .amount {
  text-align: right;
}

.single-referral .expand-btn {
  position: absolute;
  left: 10px;
  width: 20px;
  height: 20px;
  background-color: var(--primary);
  border: 1px solid var(--border-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-referral .expand-btn.active::after {
  content: "\ea13";
}

.single-referral .expand-btn::after {
  position: absolute;
  content: "\f1af";
  font-family: remixicon !important;
  font-style: normal;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}

/* === referral css end === */
/* === toggle-btn css start === */
.toggle-handle {
  background-color: #fff;
}

.btn.toggle.btn-xs {
  height: 30px !important;
  padding: 0;
}

.btn .toggle-group .btn-xs {
  padding: 4px 10px;
  padding-left: 5px;
  font-size: 13px !important;
}

.btn .toggle-group .btn-xs.toggle-off {
  padding-left: 12px;
}

/* === toggle-btn css end === */
/* === payment gateway css start === */
.gateway-img {
  max-height: 40px;
  width: 100px;
}

/* === payment gateway css end === */
/* === drop zone css start === */
.drop-zone {
  min-height: 300px;
  position: relative;
}

.drop-zone.drop-zone-sm {
  min-height: 200px;
}

.drop-zone .drop-zone-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.drop-zone .drop-zone-thumb:hover .overlay {
  opacity: 1;
}

.drop-zone .drop-zone-thumb .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.drop-zone .drop-zone-thumb .overlay button {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0.25rem 0.625rem;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  color: var(--danger);
  font-size: 0.625rem;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

/* === drop zone css end === */
/* === support ticket css start === */
.all-reply-body {
  max-height: 400px;
  overflow-y: auto;
  padding-inline-end: 0.75rem;
}

.all-reply-body::-webkit-scrollbar {
  width: 6px;
}

.all-reply-body::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 20px;
}

.all-reply-body::-webkit-scrollbar-track {
  background-color: var(--light);
  border-radius: 20px;
}

/* === support ticket css end === */
/* === icon list css start === */
.icon-list li+li {
  margin-top: 1.25rem;
}

.icon-list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.icon-list-icon {
  width: 12px;
  height: 12px;
  position: relative;
  margin-inline-start: 6px;
  margin-block-start: 8px;
  flex-shrink: 0;
}

.icon-list-icon::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.icon-list-icon::after {
  position: absolute;
  content: "";
  top: -6px;
  left: -6px;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  background-color: var(--primary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 0.35;
}

.icon-list-content {
  width: 100%;
  margin-top: 1.25rem;
}

@media (min-width: 576px) {
  .icon-list-content {
    width: calc(100% - 40px);
    margin-top: 0;
  }
}

/* === icon list css end === */
/* === social media css start === */
#social-links ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
}

#social-links ul li a {
  width: 36px;
  height: 36px;
  background-color: var(--secondary);
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#social-links ul li a:hover {
  background-color: var(--primary);
  color: #fff;
}

/* === social media css end === */
/* === avatar css start === */
*[class*=avatar-] {
  object-fit: cover;
  -o-object-fit: cover;
}

*[class*=avatar-].has-circle::before {
  content: "/";
}

.avatar-6xl {
  width: 6.25rem;
  height: 6.25rem;
}

.avatar-5xl {
  width: 5rem;
  height: 5rem;
}

.avatar-4xl {
  width: 4.375rem;
  height: 4.375rem;
}

.avatar-3xl {
  width: 3.75rem;
  height: 3.75rem;
}

.avatar-2xl {
  width: 3.125rem;
  height: 3.125rem;
}

.avatar-xl {
  width: 2.75rem;
  height: 2.75rem;
}

.avatar-lg {
  width: 2.5rem;
  height: 2.5rem;
}

.avatar-md {
  width: 2rem;
  height: 2rem;
}

.avatar-sm {
  width: 1.5rem;
  height: 1.5rem;
}

.avatar-xs {
  width: 1.25rem;
  height: 1.25rem;
}

.avatar-chain-list {
  display: flex;
  align-items: center;
}

.avatar-chain-list li+li {
  margin-left: -0.625rem;
}

/* === avatar css end === */
/* === progressbar css start === */
/* Progress bar css start */
.max-w-66 {
  max-width: 66px;
}

.max-w-112 {
  max-width: 112px;
}

.progress {
  background-color: #efefef;
}

.progress-xs {
  height: 4px;
}

.progress-sm {
  height: 8px;
}

.progress-md {
  height: 12px;
}

.progress-lg {
  height: 12px;
}

/* Progress bar css End */
/* === progressbar css end === */
/* === scroll css start === */
.scroll-y {
  overflow-y: auto;
}

.scroll-y::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  -ms-border-radius: 99px;
  -o-border-radius: 99px;
}

.scroll-y::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  -ms-border-radius: 99px;
  -o-border-radius: 99px;
}

.scroll-y ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(255, 255, 255, 0.05);
}

/* === scroll css end === */
/* === divider css start === */
.or-divider {
  text-align: center;
  position: relative;
  z-index: 0;
}

.or-divider::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--border-color);
  z-index: -1;
}

.or-divider span {
  background-color: var(--surface-bg);
  padding: 0 0.9375rem;
  font-weight: 500;
}

/* === divider css end === */
/* === header css start === */
.rt-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  z-index: 2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-block: 16px;
}

.rt-header .rt-logo {
  max-height: 2.5rem;
}

@media (min-width: 1200px) {
  .rt-header .rt-logo {
    max-height: 3.125rem;
  }
}

.rt-header-menu {
  display: flex;
  align-items: center;
}

.rt-header-menu li a {
  font-weight: 600;
  color: var(--display-color);
  padding: 0.75rem 1rem;
}

.rt-header-menu li a:hover {
  color: var(--primary);
}

.rt-header-btns {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

@media (min-width: 1200px) {
  .rt-header-btns {
    display: flex;
    justify-content: flex-end;
  }
}

.rt-header-btns .btn {
  padding: 0.5rem 1.25rem;
}

.rt-lang-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
}

.rt-lang-btn img {
  width: 24px;
  height: 24px;
  object-fit: cover;
  -o-object-fit: cover;
  border-radius: 50%;
}

.rt-lang-btn span {
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
}

.mobile-menu-open {
  color: var(--display-color);
  font-size: 1.375rem;
}

@media (min-width: 1200px) {
  .mobile-menu-open {
    display: none;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: -105%;
  width: 240px;
  background-color: var(--secondary);
  height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  padding: 0.9375rem 0;
}

.mobile-menu.active {
  opacity: 1;
  visibility: visible;
  left: 0;
}

.mobile-menu .mobile-menu-close {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  width: 32px;
  height: 32px;
  font-size: 1.375rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.1);
}

.mobile-menu .rt-header-menu {
  display: block;
}

.mobile-menu .mobile-menu-bottom {
  padding: 0 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-block-start: 0.9375rem;
}

.mobile-menu .rt-header-menu li a {
  color: #fff;
}

.rt-header-top {
  padding-block: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-color: var(--secondary);
}

.rt-header-info-list li {
  position: relative;
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 6px;
}

.rt-header-info-list li::before {
  position: absolute;
  content: '';
  top: 50%;
  right: -12px;
  width: 1px;
  height: 16px;
  margin-top: -8px;
  background-color: #fff;
  opacity: 0.15;
}

.rt-header-info-list li:last-child::before {
  display: none;
}

.rt-header-info-list li i {
  color: var(--primary);
}

.rt-header-social-links li a {
  color: #fff;
  font-size: 14px;
}

/* === header css end === */

/* === footer css start === */
.rt-footer-top {
  padding-top: 3.75rem;
  padding-bottom: 1.875rem;
  position: relative;
  z-index: 1;
  border-top: 2px solid var(--primary);
}

@media (min-width: 576px) {
  .rt-footer-top {
    padding-top: 5.625rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .rt-footer-top {
    padding-top: 6.5rem;
    padding-bottom: 3.75rem;
  }
}

.rt-footer-top .rt-footer-top-el {
  position: absolute;
  top: 0;
  left: -100px;
  z-index: -1;
  opacity: 0.45;
  width: 500px;
}

.rt-footer-top .rt-footer-top-el-right {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 350px;
  opacity: 0.45;
}

.rt-footer-top .rt-footer-logo {
  max-height: 2.8125rem;
}

@media (min-width: 992px) {
  .rt-footer-top .rt-footer-logo {
    max-height: 3.4375rem;
  }
}

.rt-footer-top .rt-footer-title {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .rt-footer-top .rt-footer-title {
    font-size: 1.25rem;
  }
}

.rt-footer-top .rt-app-btn {
  max-height: 40px;
}

.rt-footer-top .rt-footer-menu li+li {
  margin-top: 0.5rem;
}

.rt-footer-top .rt-footer-menu li {
  font-size: 0.875rem;
}

@media (min-width: 576px) {
  .rt-footer-top .rt-footer-menu li {
    font-size: 1rem;
  }
}

.rt-subscribe-form {
  position: relative;
}

.rt-subscribe-form .icon-field .icon {
  width: 55px;
}

.rt-subscribe-form .form-control {
  height: 55px;
  padding-inline-start: 3.125rem;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  -ms-border-radius: 99px;
  -o-border-radius: 99px;
}

.rt-subscribe-form button {
  position: absolute;
  top: 5px;
  inset-inline-end: 5px;
  width: 70px;
  height: calc(100% - 10px);
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  -ms-border-radius: 99px;
  -o-border-radius: 99px;
  background-color: var(--primary);
  color: var(--display-color);
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rt-footer-bottom {
  padding: 0.9375rem 0;
  border-top: 1px solid var(--border-color);
}

@media (min-width: 576px) {
  .rt-footer-bottom {
    padding: 1.5625rem 0;
  }
}

.top-action-btn {
  position: fixed;
  bottom: 25px;
  right: 15px;
  background-color: var(--primary);
  padding: 0.5rem 0.375rem;
  z-index: 3;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  -ms-border-radius: 99px;
  -o-border-radius: 99px;
  font-weight: 600;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  display: none;
}

@media (min-width: 1200px) {
  .top-action-btn {
    padding: 0.75rem 0.5rem;
    right: 30px;
  }
}

.top-action-btn span {
  display: flex;
  justify-content: center;
  color: var(--display-color);
}

.top-action-btn .caption {
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

/* === footer css end === */
/* === breadcrumb css start === */
.rt-breadcrumb {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}

@media (min-width: 1200px) {
  .rt-breadcrumb {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}

@media (min-width: 1400px) {
  .rt-breadcrumb {
    padding-top: 160px;
    padding-bottom: 80px;
  }
}

.rt-breadcrumb::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35));
}

.rt-breadcrumb-title {
  font-size: 1.625rem;
  color: #fff;
}

@media (min-width: 992px) {
  .rt-breadcrumb-title {
    font-size: 2.25rem;
  }
}

@media (min-width: 1400px) {
  .rt-breadcrumb-title {
    font-size: 3rem;
  }
}

.rt-breadcrumb-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rt-breadcrumb-menu li {
  color: #fff;
  font-size: 0.875rem;
}

@media (min-width: 576px) {
  .rt-breadcrumb-menu li {
    font-size: 1rem;
  }
}

.rt-breadcrumb-menu li::after {
  content: "/";
  padding: 0 0.5rem;
}

.rt-breadcrumb-menu li:last-child::after {
  display: none;
}

.rt-breadcrumb-menu li.active-page {
  text-decoration: underline;
}

/* === breadcrumb css end === */


/* === user sidebar css start === */
.user-sidebar {
  position: fixed;
  top: 0;
  inset-inline-start: -105%;
  height: 100vh;
  background-color: var(--surface-bg);
  width: 260px;
  z-index: 99;
  display: flex;
  flex-flow: column;
  transition: all 0.3s;
  box-shadow: 5px 0 5px rgba(0, 0, 0, 0.05);
  border-radius: 0 20px 20px 0;
}

@media (min-width: 1200px) {
  .user-sidebar {
    inset-inline-start: 16px;
    box-shadow: none;
    top: 16px;
    height: calc(100vh - 32px);
    border-radius: 20px;
  }
}

.user-sidebar-logo {
  height: 60px;
  display: flex;
  align-items: center;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.09);
  padding-inline: 0.9375rem;
}

.user-sidebar-logo img {
  max-height: 45px;
}

.user-sidebar-main {
  padding: 0.9375rem 0 0.9375rem 0.9375rem;
  flex-grow: 1;
  height: calc(100vh - 180px);
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.user-sidebar.sidebar-open {
  inset-inline-start: 0;
}

.user-sidebar .user-sidebar-close {
  margin-inline-start: 1.25rem;
  font-size: 1.25rem;
}

@media (min-width: 1200px) {
  .user-sidebar .user-sidebar-close {
    display: none;
  }
}

.user-sidebar-close-btn {
  position: absolute;
  top: 50%;
  right: -13px;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background-color: #fff;
  color: var(--display-color);
  font-size: 1.125rem;
  border: 1px solid var(--border-color);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1200px) {
  .user-sidebar-close-btn {
    display: none;
  }
}

.user-sidebar-close-btn::after {
  position: absolute;
  content: "\f4c8";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: remixicon !important;
  font-style: normal;
}

.user-sidebar-collapse-btn {
  position: absolute;
  top: 50%;
  right: -13px;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background-color: #fff;
  color: var(--display-color);
  font-size: 1.125rem;
  border: 1px solid var(--border-color);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1200px) {
  .user-sidebar-collapse-btn {
    display: flex;
  }
}

.user-sidebar-collapse-btn.active::after {
  content: "\ea6c";
}

.user-sidebar-collapse-btn::after {
  position: absolute;
  content: "\ea60";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: remixicon !important;
  font-style: normal;
}

.user-sidebar-logo-area {
  position: relative;
  height: 4.5rem;
  padding: 0.875rem 0.625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1400px) {
  .user-sidebar-logo-area {
    padding: 0.75rem 1rem;
  }
}

.user-sidebar-logo img {
  max-height: 3.125rem;
  max-width: 175px;
}

.user-sidebar-logo img.icon-logo {
  display: none;
  max-width: 40px;
}

.user-sidebar-menu-area {
  height: calc(100vh - 72px);
  padding: 0.75rem 0.625rem;
  overflow-y: auto;
}

@media (min-width: 1400px) {
  .user-sidebar-menu-area {
    padding: 0.75rem 1rem;
  }
}

.user-sidebar-menu-area:hover::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid transparent;
  border-radius: 999px;
}

.user-sidebar-menu-area::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

.user-sidebar-menu-area::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.sidebar-menu {
  height: calc(100vh - 80px);
  overflow-y: auto;
  padding-inline-end: 0.9375rem;
}

.sidebar-menu>li+li {
  margin-top: 0.3125rem;
}

.sidebar-menu li.dropdown>a {
  position: relative;
}

.sidebar-menu li.dropdown>a::after {
  position: absolute;
  content: "\ea6e";
  font-family: remixicon;
  font-style: normal;
  inset-block-start: 50%;
  inset-inline-end: 0.75rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sidebar-menu li.dropdown.open>a,
.sidebar-menu li.dropdown.dropdown-open>a {
  background-image: radial-gradient(circle at 50% 100%, #944feb, #6505e0 51%), linear-gradient(#9440fe, #be94f2);
  color: #fff;
}

.sidebar-menu li.dropdown.open>a:hover,
.sidebar-menu li.dropdown.dropdown-open>a:hover {
  color: #fff;
}

.sidebar-menu li.dropdown.open>a::after,
.sidebar-menu li.dropdown.dropdown-open>a::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.sidebar-menu li.dropdown.open .sidebar-submenu {
  display: block;
}

.sidebar-menu>li>a.active-page {
  background-image: radial-gradient(circle at 50% 100%, #944feb, #6505e0 51%), linear-gradient(#9440fe, #be94f2);
  color: #fff;
}

.sidebar-menu li>a.active-page:hover {
  color: #fff;
}

.sidebar-menu li a {
  padding: 0.5rem 0.625rem;
  display: flex;
  align-items: center;
  color: var(--body-color);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 700;
}

@media (min-width: 1400px) {
  .sidebar-menu li a {
    padding: 0.625rem 0.75rem;
  }
}

.sidebar-menu li a:hover {
  color: var(--primary);
}

.sidebar-menu li a .sidebar-menu-icon {
  font-size: 1.125rem;
  margin-inline-end: 0.5rem;
}

@media (min-width: 1650px) {
  .sidebar-menu li a .sidebar-menu-icon {
    font-size: 1.375rem;
    margin-inline-end: 0.75rem;
  }
}

.sidebar-menu li a i {
  line-height: 1.2;
  width: 24px;
  margin-inline-end: 0.75rem;
  font-size: 1.375rem;
}

.sidebar-menu li a .circle-icon {
  font-size: 0.625rem;
}

.sidebar-menu .sidebar-submenu {
  padding-block-start: 0.75rem;
  display: none;
  padding-inline-start: 1.25rem;
  transition: none;
  position: relative;
}

@media (min-width: 1650px) {
  .sidebar-menu .sidebar-submenu {
    padding-inline-start: 2.25rem;
  }
}

.sidebar-menu .sidebar-submenu::before {
  position: absolute;
  content: "";
  top: 0;
  inset-inline-start: 22px;
  width: 1px;
  height: 100%;
  background-color: #fff;
  opacity: 0.1;
}

.sidebar-menu .sidebar-submenu li.active-page a {
  background-color: transparent;
  color: var(--primary);
  box-shadow: none;
}

.sidebar-menu .sidebar-submenu li.active-page a::before {
  background-color: var(--primary);
  opacity: 1;
}

.sidebar-menu .sidebar-submenu li a {
  padding: 0.4375rem 0.75rem;
  position: relative;
}

.sidebar-menu .sidebar-submenu li a:hover::before {
  background-color: var(--primary);
  opacity: 1;
}

.sidebar-menu .sidebar-submenu li a::before {
  position: absolute;
  content: "";
  left: -10px;
  top: 50%;
  height: 1px;
  width: 12px;
  background-color: #ffffff24;
}

.sidebar-menu .sidebar-menu-group-title {
  color: rgba(255, 255, 255, 0.45);
  font-weight: 400;
  margin-block: 0.5rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  padding-top: 0.9375rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 15px;
}

@media (max-width: 575px) {
  .user-system-balance {
    display: none;
  }
}

.user-system-balance {
  padding-inline: 16px;
  padding-bottom: 16px;
}

.user-system-balance-inner {
  position: relative;
  padding: 16px;
  background-color: var(--body-bg);
  border-radius: 8px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05), 0 0 2px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  z-index: 1;
}

.user-system-balance-inner .icon {
  position: absolute;
  bottom: 19px;
  right: 6px;
  font-size: 40px;
  line-height: 1;
  color: var(--primary);
  z-index: -1;
}

/* === user sidebar css end === */
/* === user nav css start === */
.user-navbar {
  height: 60px;
  position: absolute;
  top: 0;
  inset-inline-end: 16px;
  width: calc(100% - 32px);
  display: flex;
  align-items: center;
  z-index: 2;
  border-radius: 16px;
}

@media (max-width: 575px) {
  .user-navbar {
    justify-content: space-between;
    padding-inline-start: 0;
    padding-inline-end: 0;
    position: absolute;
  }
}

@media (min-width: 576px) {
  .user-navbar {
    background-color: var(--surface-bg);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    top: 16px;
    padding-inline-start: 1.25rem;
    padding-inline-end: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .user-navbar-logo {
    display: none;
  }

  .user-navbar {
    width: calc(100% - 310px);
  }
}

.user-navbar-logo img {
  max-height: 32px;
}

@media (min-width: 576px) {
  .user-navbar-logo img {
    max-height: 40px;
  }
}

.user-navbar .user-sidebar-open-btn {
  font-size: 1.375rem;
  margin-inline-end: 0.625rem;
  line-height: 1;
}

@media (min-width: 576px) {
  .user-navbar .user-sidebar-open-btn {
    margin-inline-end: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .user-navbar .user-sidebar-open-btn {
    display: none;
  }
}

.user-navbar-search {
  position: relative;
  display: none;
}

@media (min-width: 1200px) {
  .user-navbar-search {
    display: block;
  }
}

.user-navbar-search .form-control {
  height: 36px;
  font-size: 0.875rem;
  width: 320px;
  padding: 0.5rem 1rem;
}

.user-navbar-search button {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}


.user-navbar-search-list {
  position: absolute;
  top: 105%;
  left: 0;
  width: 320px;
  background-color: var(--surface-bg);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--border-color);
  border-radius: 5px;
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  max-height: 250px;
}

.user-navbar-search input:focus~.user-navbar-search-list {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.user-navbar-search-list li a {
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  border-radius: 4px;
}

.user-navbar-search-list li a:hover {
  background-color: var(--body-bg);
}

.rt-mobile-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--primary);
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.05);
  z-index: 9;
  padding: 0.625rem 0.9375rem;
  transition: all 0.3s;
  border-radius: 12px 12px 0 0;
}

@media (min-width: 576px) {
  .rt-mobile-bar {
    display: none;
  }
}

.rt-mobile-bar ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.rt-mobile-bar ul li a {
  display: flex;
  flex-flow: column;
  align-items: center;
  color: var(--display-color);
}

.rt-mobile-bar ul li a i {
  font-size: 1.125rem;
  line-height: 1;
}

.rt-mobile-bar ul li a span {
  font-size: 0.75rem;
  font-weight: 500;
}

.rt-mobile-bar ul li a.active {
  color: #fff;
}

.rt-mobile-bar ul li a.rt-mobile-bar-main-item {
  margin-top: -40px;
}

.rt-mobile-bar ul li a.rt-mobile-bar-main-item i {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: var(--display-color);
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* === user nav css end === */

/* === user body css start === */
.user-dashboard {
  padding-inline-start: 0;
  padding-block-start: 60px;
  background-color: var(--body-bg);
  min-height: 100vh;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-bottom: 4.6875rem;
  padding-inline: 0.3125rem;
}

@media (min-width: 576px) {
  .user-dashboard {
    padding-bottom: 0;
    padding-inline: 0;
    padding-block-start: 76px;
  }
}

@media (min-width: 1200px) {
  .user-dashboard {
    padding-inline-start: 276px;
  }
}

@media (min-width: 576px) {
  .user-dashbaord-body {
    padding-block: 1.25rem;
    padding-inline: 0.5rem;
  }
}

.card-icon {
  width: 35px;
  height: 35px;
}

.card-icon-sm {
  width: 30px;
  height: 30px;
}

.card-icon-lg {
  width: 45px;
  height: 45px;
}


@media (max-width: 575px) {
  .info-card .info-card-amount {
    font-size: 14px;
  }
}

.card-scroll {
  overflow-x: hidden;
  max-height: 335px;
  padding-right: 12px;
}

@media (min-width: 992px) {
  .rt-log-card {
    background-color: var(--surface-bg);
    border-radius: 8px;
    box-shadow: 0 0.25rem 1.875rem rgba(46, 45, 116, 0.05);
    padding: 16px;
  }
}

@media (max-width: 991px) {
  .rt-log-card-list {
    background-color: var(--surface-bg);
    border-radius: 8px;
    box-shadow: 0 0.25rem 1.875rem rgba(46, 45, 116, 0.05);
    padding: 16px;
  }

  .rt-log-card-details {
    background-color: var(--surface-bg);
    border-radius: 8px;
    box-shadow: 0 0.25rem 1.875rem rgba(46, 45, 116, 0.05);
    padding: 16px;
    margin-top: 20px;
  }
}

.rt-singnal-card {
  position: relative;
  padding: 12px;
  border-radius: 16px;
  z-index: 1;
  overflow: hidden;
  background-color: var(--surface-bg);
}

.rt-singnal-card::before {
  position: absolute;
  content: "";
  inset: 0;
  border: 2px solid transparent;
  border-radius: inherit;
  background: linear-gradient(rgba(255, 255, 255, 0.15), transparent) border-box;
  -webkit-mask: linear-gradient(var(--primary) 0 0) padding-box, linear-gradient(var(--primary) 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -2;
}

.rt-singnal-card::after {
  position: absolute;
  content: "";
  width: 147px;
  height: 147px;
  top: -10%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #5c2bff;
  filter: blur(100px);
  opacity: 0.75;
  transition: all 0.3s;
  z-index: -1;
}

.rt-singnal-card .rt-singnal-card-thumb {
  height: 265px;
  overflow: hidden;
}

.rt-singnal-card .rt-singnal-card-thumb img {
  width: 100%;
  height: 100%;
}

.rt-signal-info-list {
  margin-top: 20px;
  padding: 12px;
  background-color: var(--body-bg);
  border-radius: 12px;
}

.rt-signal-info-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 15px;
  padding: 12px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

.rt-signal-info-list li:first-child {
  padding-top: 0;
}

.rt-signal-info-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.rt-signal-info-list li span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.rt-signal-info-list li span .caption-icon {
  font-size: 24px;
  color: var(--primary);
}

.signal-details-wrapper-content,
.signal-details-wrapper-content p,
.signal-details-wrapper-content ul li {
  color: #dec4ff !important;
}

.signal-details-wrapper-content h1,
.signal-details-wrapper-content h2,
.signal-details-wrapper-content h3,
.signal-details-wrapper-content h4,
.signal-details-wrapper-content h5,
.signal-details-wrapper-content h6 {
  color: var(--display-color) !important;
}

.signal-details-wrapper-content a {
  color: var(--primary) !important;
}

.signal-details-wrapper-content img {
  width: 100% !important;
  height: auto !important;
}

.rt-singal-details-sidebar {
  position: sticky;
  top: 30px;
}

/* === user body css end === */

/* === user footer css start === */
.user-footer {
  padding: 0.625rem 0;
}

/* === user footer css end === */

/* === user mobile view css start */
.rt-short-link {
  text-align: center;
}

.rt-short-link .icon {
  width: 45px;
  height: 45px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  line-height: 1;
  color: var(--body-color);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.rt-short-link:hover .icon {
  background-color: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

.rt-short-link .short-link-text {
  display: block;
  color: var(--body-color);
  font-size: 13px;
  margin-top: 4px;
}

/* === user mobile view css end */


/* === banner css start === */
.rt-banner {
  padding-block-start: 120px;
  padding-block-end: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.rt-banner-left-shape,
.rt-banner-right-shape {
  position: absolute;
  opacity: 0.25;
  z-index: -1;
}

.rt-banner-left-shape {
  left: 0;
  bottom: 0;
}

.rt-banner-right-shape {
  right: 0;
  top: 0;
}

@media (min-width: 1200px) {
  .rt-banner {
    padding-block-start: 120px;
    padding-block-end: 120px;
  }
}

@media (min-width: 1400px) {
  .rt-banner {
    padding-block-start: 150px;
    padding-block-end: 150px;
  }
}

@media (min-width: 1560px) {
  .rt-banner {
    padding-block-start: 210px;
    padding-block-end: 160px;
  }
}

.rt-banner-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  z-index: -2;
  opacity: 0.05;
}

.rt-banner-title {
  font-size: 2rem;
  background-image: linear-gradient(#fff, #ebdcfe 20%, #c296f8);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

@media (min-width: 576px) {
  .rt-banner-title {
    font-size: 2.625rem;
  }
}

@media (min-width: 768px) {
  .rt-banner-title {
    font-size: 3rem;
  }
}

@media (min-width: 992px) {
  .rt-banner-title {
    font-size: 3.25rem;
  }
}

@media (min-width: 1400px) {
  .rt-banner-title {
    font-size: 72px;
  }
}

@media (min-width: 1560px) {
  .rt-banner-title {
    font-size: 68px;
  }
}


.rt-banner-title span {
  color: var(--primary);
}

.rt-banner-description {
  font-size: 1rem;
  margin-top: 1.15rem;
  max-width: 50ch;
}

@media (max-width: 1199px) {
  .rt-banner-description {
    margin-inline: auto;
  }
}

@media (min-width: 576px) {
  .rt-banner-description {
    font-size: 1.125rem;
  }
}

/* === banner css end === */

/* === overview css start === */
.rt-overview {
  position: relative;
  padding-block: 40px;
  background-color: var(--surface-bg);
  z-index: 1;
}

.rt-overview::before {
  position: absolute;
  content: "";
  inset: 0;
  border-top: 2px solid transparent;
  border-radius: inherit;
  background: linear-gradient(rgba(255, 255, 255, 0.1), transparent) border-box;
  -webkit-mask: linear-gradient(var(--primary) 0 0) padding-box, linear-gradient(var(--primary) 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.rt-overview::after {
  position: absolute;
  content: "";
  inset: 0;
  border-bottom: 2px solid transparent;
  border-radius: inherit;
  background: linear-gradient(transparent, rgba(255, 255, 255, 0.1)) border-box;
  -webkit-mask: linear-gradient(var(--primary) 0 0) padding-box, linear-gradient(var(--primary) 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.rt-overview-dot-top,
.rt-overview-dot-bottom {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: var(--primary);
  border-radius: 50%;
}

.rt-overview-dot-top::before,
.rt-overview-dot-bottom::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  transform: translate(-50%, -50%);
  background-color: var(--primary);
  filter: blur(6px);
  border-radius: 50%;
}

.rt-overview-dot-top::after,
.rt-overview-dot-bottom::after {
  position: absolute;
  content: '';
  width: 40px;
  height: 2px;
  top: 50%;
  margin-top: -1px;
}

.rt-overview-dot-top::after {
  background: linear-gradient(to right, transparent, var(--primary));
  right: 7px;
}

.rt-overview-dot-bottom::after {
  background: linear-gradient(to left, transparent, var(--primary));
  left: 7px;
}

.rt-overview-dot-top {
  top: -3px;
  left: 50px;
  animation: flow-right 10s infinite linear;
}

.rt-overview-dot-bottom {
  bottom: -3px;
  right: 50px;
  animation: flow-left 10s infinite linear;
}

.rt-overview-item {
  position: relative;
}

.rt-overview-wrapper div[class*="col"] {
  position: relative;
  z-index: 1;
}

.rt-overview-wrapper div[class*="col"]::before {
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  width: 1px;
  height: 80px;
  margin-top: -40px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), var(--primary), rgba(255, 255, 255, 0.1));
  z-index: -1;
  opacity: 0.35;
}

.rt-overview-item .amount {
  font-size: 32px;
}

.rt-overview-wrapper div[class*="col"]:last-child::before {
  display: none;
}

@media (max-width: 991px) {

  .rt-overview-wrapper div:nth-child(2)::before,
  .rt-overview-wrapper div:nth-child(4)::before {
    display: none;
  }

  .rt-overview-item .amount {
    font-size: 24px;
  }
}

@keyframes flow-right {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

@keyframes flow-left {
  0% {
    right: 0;
  }

  100% {
    right: 100%;
  }
}

/* === overview css end === */

/* === why choose css start === */
.rt-choose-item {
  position: relative;
  padding: 30px;
  border-radius: 16px;
  text-align: center;
  z-index: 1;
  overflow: hidden;
  background-color: var(--surface-bg);
  height: 100%;
}

.rt-choose-item::before {
  position: absolute;
  content: "";
  inset: 0;
  border: 2px solid transparent;
  border-radius: inherit;
  background: linear-gradient(rgba(255, 255, 255, 0.15), transparent) border-box;
  -webkit-mask: linear-gradient(var(--primary) 0 0) padding-box, linear-gradient(var(--primary) 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -2;
}

.rt-choose-item::after {
  position: absolute;
  content: "";
  width: 147px;
  height: 147px;
  top: -10%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #5c2bff;
  filter: blur(100px);
  opacity: 0.75;
  transition: all 0.3s;
  z-index: -1;
}

.rt-choose-item:hover::before {
  background: linear-gradient(var(--primary), transparent) border-box;
}

.rt-choose-item .icon {
  width: 65px;
  height: 65px;
  background-image: radial-gradient(circle at 50% 100%, #944feb, #6505e0 51%), linear-gradient(#9440fe, #be94f2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  color: #fff;
  border: 1px solid #0000;
  box-shadow: 0 2px 0 1px #6f0eea;
  border-radius: 8px;
  margin-inline: auto;
}

.rt-choose-item .content {
  margin-top: 24px;
}

/* === why choose css end === */

/* === how to work css start === */
.rt-work-item+.rt-work-item {
  margin-top: 36px;
}

.rt-work-item {
  display: flex;
  flex-wrap: wrap;
}

.rt-work-item .icon {
  position: relative;
  width: 60px;
  height: 60px;
  background-image: radial-gradient(circle at 50% 100%, #944feb, #6505e0 51%), linear-gradient(#9440fe, #be94f2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #fff;
  border-radius: 50%;
  outline: 1px dashed #6f0eea;
  outline-offset: 4px;
}

.rt-work-item .icon::before {
  position: absolute;
  content: '';
  bottom: -30px;
  left: 50%;
  width: 1px;
  height: 25px;
  background-color: #6f0eea;
}

.rt-work-item:last-child .icon::before {
  display: none;
}

.rt-work-item .content {
  width: calc(100% - 65px);
  padding-left: 20px;
  margin-top: -6px;
}

.video-tutorial-thumb {
  position: relative;
  height: 100%;
}

.video-tutorial-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.video-tutorial-thumb .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}

.video-btn {
  width: 90px;
  height: 90px;
  background-color: var(--primary);
  color: var(--secondary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-size: 2rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-btn:hover {
  color: #fff;
}

@media (max-width: 575px) {
  .video-tutorial-thumb .video-btn {
    width: 60px;
    height: 60px;
  }

  .rt-work-item .icon {
    width: 48px;
    height: 48px;
    font-size: 26px;
  }
}

/* === how to work css end === */

/* === plan css start === */
.rt-plan-item {
  position: relative;
  padding: 30px;
  background-color: var(--surface-bg);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  z-index: 1;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column;
}

.rt-plan-item::before {
  position: absolute;
  content: "";
  inset: 0;
  border: 2px solid transparent;
  border-radius: inherit;
  background: linear-gradient(rgba(255, 255, 255, 0.15), transparent) border-box;
  -webkit-mask: linear-gradient(var(--primary) 0 0) padding-box, linear-gradient(var(--primary) 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.rt-plan-item:hover::before {
  background: linear-gradient(var(--primary), transparent) border-box;
}

.rt-plan-item::after {
  position: absolute;
  content: "";
  width: 250px;
  height: 250px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #5c2bff;
  filter: blur(100px);
  opacity: 0.45;
  transition: all 0.3s;
  z-index: -1;
}

.rt-plan-item-name {
  padding: 4px 16px;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(270deg, #160728, #422070), linear-gradient(#411e6e, #6632a8);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border: 1px solid #0000;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 500;
}

.rt-plan-item-price {
  margin-top: 20px;
}

.rt-plan-item-price sub {
  font-weight: 500;
  font-size: 46%;
  bottom: -0.05em;
}

.rt-plan-item-feature li+li {
  margin-top: 16px;
}

.rt-plan-item-feature li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.rt-plan-item-feature li .icon {
  font-size: 28px;
  color: var(--primary);
  line-height: 1;
}

/* === plan css end === */

/* === about css start === */
.rt-about-item {
  display: flex;
  flex-wrap: wrap;
}

.rt-about-item .icon {
  width: 65px;
  height: 65px;
  background-image: radial-gradient(circle at 50% 100%, #944feb, #6505e0 51%), linear-gradient(#9440fe, #be94f2);
  color: #fff;
  box-shadow: 0 2px 0 1px #6f0eea;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rt-about-item .icon img {
  max-height: 40px;
}

.rt-about-item .content {
  width: calc(100% - 65px);
  padding-left: 16px;
}

@media (max-width: 991px) {
  .rt-about-item {
    padding: 20px;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    justify-content: center;
    height: 100%;
  }

  .rt-about-item .content {
    width: 100%;
    padding-left: 0;
    margin-top: 16px;
    text-align: center;
  }

  .rt-about-item .content p {
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  .rt-about-item .icon {
    width: 48px;
    height: 48px;
  }

  .rt-about-item .icon img {
    max-height: 32px;
  }
}

/* === about css end === */

/* === live trading css start === */
.trading-form-checkers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 12px;
}

.trading-form-checkers .form-check {
  position: relative;
}

.trading-form-checkers .form-check-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.trading-form-checkers .form-check-label {
  position: relative;
  padding: 3px 14px;
  font-size: 13px;
  z-index: 1;
}

.trading-form-checkers .form-check-label::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 99px;
  z-index: -1;
}

.trading-form-checkers .form-check-input:checked~.form-check-label {
  color: #fff !important;
}

.trading-form-checkers .form-check-input:checked~.form-check-label::before {
  background-color: var(--primary);
  border-color: var(--primary);
}

.rt-trading-chart-wrapper {
  position: relative;
  padding: 30px;
  background-color: var(--surface-bg);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  z-index: 1;
  overflow: hidden;
  margin-top: 30px;
}

.rt-trading-chart-wrapper::before {
  position: absolute;
  content: "";
  inset: 0;
  border: 2px solid transparent;
  border-radius: inherit;
  background: linear-gradient(rgba(255, 255, 255, 0.15), transparent) border-box;
  -webkit-mask: linear-gradient(var(--primary) 0 0) padding-box, linear-gradient(var(--primary) 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.rt-trading-chart-wrapper::after {
  position: absolute;
  content: "";
  width: 250px;
  height: 250px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #5c2bff;
  filter: blur(100px);
  opacity: 0.45;
  transition: all 0.3s;
  z-index: -1;
}

.apexcharts-tooltip.apexcharts-theme-light,
.apexcharts-menu {
  background-color: var(--body-bg) !important;
  border: 1px solid var(--border-color) !important;
}

.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  background-color: var(--body-bg) !important;
  border-bottom: 1px solid var(--border-color) !important;
}

.apexcharts-theme-light .apexcharts-menu-item:hover {
  background-color: var(--primary) !important;
}

.latest-trades-list {
  max-height: 340px;
}

.latest-trades-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.latest-trades-list li:first-child {
  padding-top: 0;
}

.latest-trades-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

/* === live trading css end === */

/* === team css start === */
.rt-team-item {
  position: relative;
  padding: 16px;
  background-color: var(--surface-bg);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  z-index: 1;
  overflow: hidden;
}

.rt-team-item::before {
  position: absolute;
  content: "";
  inset: 0;
  border: 2px solid transparent;
  border-radius: inherit;
  background: linear-gradient(rgba(255, 255, 255, 0.15), transparent) border-box;
  -webkit-mask: linear-gradient(var(--primary) 0 0) padding-box, linear-gradient(var(--primary) 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.rt-team-item:hover::before {
  background: linear-gradient(var(--primary), transparent) border-box;
}

.rt-team-item::after {
  position: absolute;
  content: "";
  width: 250px;
  height: 250px;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #5c2bff;
  filter: blur(100px);
  opacity: 0.45;
  transition: all 0.3s;
  z-index: -1;
}

.rt-team-item .thumb {
  height: 270px;
}

.rt-team-item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  border-radius: 12px;
}

.rt-team-item .content {
  margin-top: 16px;
  text-align: center;
}

.rt-team-item .content .name {
  margin-bottom: 6px;
}

.rt-team-slider .slick-list {
  margin: 0 -12px;
}

.rt-team-slider .rt-team-slide {
  padding: 0 12px;
}

.rt-team-slider .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

.rt-team-slider .slick-dots li.slick-active button {
  background-color: var(--primary);
  outline: 1px solid var(--primary);
  outline-offset: 3px;
}

.rt-team-slider .slick-dots li button {
  font-size: 0;
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

/* === team css end === */

/* === featured css start */
.rt-featured-campaign {
  position: relative;
  z-index: 1;
}

.rt-featured-campaign-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 550px;
  background-color: var(--primary-two);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: -1;
}

.rt-featured-campaign-bg::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, var(--secondary), rgba(0, 0, 0, 0.1));
}

.rt-featured-campaign-bg::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

/* === featured css end */

/* === campaign css start === */
.rt-campaign-item {
  background-color: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  transition: all 0.3s;
}

.rt-campaign-item:hover {
  transform: translateY(-5px);
}

.rt-campaign-item .thumb {
  position: relative;
}

.rt-campaign-item .thumb img {
  width: 100%;
  height: 255px;
  border-radius: 8px;
  object-fit: cover;
  -o-object-fit: cover;
}

.featured-badge {
  position: absolute;
  top: 15px;
  right: -1px;
  padding: 2px 15px 2px 28px;
  background-color: var(--primary);
  color: var(--display-color);
  font-weight: 700;
  font-size: 14px;
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 25% 50%, 0% 0%);
  -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 15% 50%, 0% 0%);
}

.rt-campaign-item-roi {
  position: absolute;
  bottom: -35px;
  right: 0px;
  background-color: var(--primary);
  width: 75px;
  height: 75px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  border: 5px solid #fff;
}

.rt-campaign-item-roi span {
  color: var(--display-color);
  opacity: 0.85;
  font-size: 14px;
  line-height: 1;
}

.rt-campaign-item .content {
  padding: 24px 16px;
}

.rt-campaign-info-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 8px;
  padding-block: 10px;
  border: 1px solid var(--border-color);
}

.rt-campaign-info-list::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 34px;
  background-color: var(--border-color);
}

.rt-campaign-info-list li {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  width: 50%;
}

.rt-campaign-info-list li span {
  font-size: 14px;
}

.rt-campaign-info-list li .amount {
  font-size: 18px;
  font-weight: 600;
  width: 100%;
}

@media (max-width: 575px) {
  .rt-campaign-info-list li .amount {
    font-size: 14px;
  }
}

.campaign-countdown {
  display: flex;
  align-items: center;
  gap: 16px;
  line-height: 1;
}

.campaign-countdown .single-digit {
  position: relative;
  font-weight: 600;
  color: var(--display-color);
  font-size: 16px;
}

@media (min-width: 576px) {
  .campaign-countdown .single-digit {
    font-size: 18px;
  }
}

.campaign-countdown .single-digit::after {
  position: absolute;
  content: ':';
  top: 45%;
  right: -10px;
  transform: translateY(-50%);
}

.campaign-countdown .single-digit:last-child::after {
  display: none;
}

.rt-featured-slider .slick-list {
  margin: -20px -16px;
}

.rt-featured-slider .rt-featured-slide {
  padding: 20px 16px;
}

.rt-featured-slider .slick-arrow {
  position: absolute;
  top: 27%;
  width: 45px;
  height: 45px;
  background-color: #fff;
  border: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  font-size: 20px;
  cursor: pointer;
}

.rt-featured-slider .slick-arrow.prev {
  left: -20px;
}

.rt-featured-slider .slick-arrow.next {
  right: -20px;
}

@media (max-width: 991px) {
  .rt-featured-slider .slick-arrow.prev {
    left: 15px;
  }

  .rt-featured-slider .slick-arrow.next {
    right: 15px;
  }
}

/* === campaign css end === */

/* === campaign details css start === */
.campaign-details-countdown .timer {
  display: flex;
  justify-content: center;
  gap: 10px 24px;
}

.campaign-details-countdown .timer .single-digit {
  position: relative;
  width: 50px;
  height: 45px;
  background-color: var(--primary-two);
  color: #fff;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}

.campaign-details-countdown .timer .single-digit::before {
  position: absolute;
  content: ':';
  top: -4px;
  right: -16px;
  font-size: 32px;
  color: var(--body-color);
  font-weight: 700;
  opacity: 0.35;
}

.campaign-details-countdown .timer .single-digit:last-child::before {
  display: none;
}

.share-links ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
}

.share-links li a {
  width: 40px;
  height: 40px;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.share-links li a:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--display-color);
}

.campaign-details-sidebar {
  position: sticky;
  top: 30px;
}

.campaign-gallery-item {
  position: relative;
}

.campaign-gallery-item .icon-link {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--primary);
  font-size: 24px;
  opacity: 0;
  transition: all 0.3s;
}

.campaign-gallery-item:hover .icon-link {
  top: 50%;
  opacity: 1;
}

/* === campaign details css end === */

/* === category css start === */
.rt-section-pt~.rt-top-category {
  padding-top: 0;
}

.rt-category-item {
  text-align: center;
}

.rt-category-item .thumb {
  width: 250px;
  height: 250px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  border: 6px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.rt-category-item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  transition: all 0.3s;
}

.rt-category-item:hover .thumb img {
  transform: scale(1.1, 1.1);
}

.rt-category-item .content {
  text-align: center;
  margin-top: 12px;
}

.rt-category-slider .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  gap: 6px;
}

.rt-category-slider .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  padding: 0;
}

.rt-category-slider .slick-dots li.slick-active button {
  background-color: var(--primary);
  width: 30px;
  border-radius: 99px;
}

/* === category css end === */

/* === campaigns css start === */
.rt-campaigns {
  position: relative;
  z-index: 1;
}

.rt-campaigns-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* === campaigns css end === */

/* === cta css start === */
.rt-cta-wrapper {
  position: relative;
  padding: 100px 50px;
  overflow: hidden;
  border-radius: 16px;
  overflow: hidden;
  background-color: var(--surface-bg);
  z-index: 1;
}

.rt-cta-wrapper::before {
  position: absolute;
  content: "";
  width: 350px;
  height: 350px;
  top: -10%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #5c2bff;
  filter: blur(100px);
  opacity: 0.65;
  transition: all 0.3s;
  z-index: -1;
}

.rt-cta-wrapper::after {
  position: absolute;
  content: "";
  inset: 0;
  border: 2px solid transparent;
  border-radius: inherit;
  background: linear-gradient(rgba(255, 255, 255, 0.15), transparent) border-box;
  -webkit-mask: linear-gradient(var(--primary) 0 0) padding-box, linear-gradient(var(--primary) 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -2;
}

.rt-cta-wrapper-top-el,
.rt-cta-wrapper-bottom-el {
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0.1;
}

.rt-cta-wrapper-top-el {
  top: 0;
  left: 0;
}

.rt-cta-wrapper-bottom-el {
  bottom: 0;
  left: 0;
}

@media (max-width: 991px) {
  .rt-cta-wrapper {
    padding: 60px 40px;
  }
}

@media (max-width: 575px) {
  .rt-cta-wrapper {
    padding: 30px 20px;
  }
}

/* === cta css end === */

/* === testimonial css start === */
.rt-testimonial-item {
  position: relative;
  padding: 24px;
  border-radius: 16px;
  z-index: 1;
  overflow: hidden;
  background-color: var(--surface-bg);
}

.rt-testimonial-item::before {
  position: absolute;
  content: "";
  inset: 0;
  border: 2px solid transparent;
  border-radius: inherit;
  background: linear-gradient(rgba(255, 255, 255, 0.15), transparent) border-box;
  -webkit-mask: linear-gradient(var(--primary) 0 0) padding-box, linear-gradient(var(--primary) 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -2;
}

.rt-testimonial-item:hover::before {
  background: linear-gradient(var(--primary), transparent) border-box;
}

.rt-testimonial-item::after {
  position: absolute;
  content: "";
  width: 147px;
  height: 147px;
  top: -10%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #5c2bff;
  filter: blur(100px);
  opacity: 0.75;
  transition: all 0.3s;
  z-index: -1;
}

.rt-testimonial-item .rt-testimonial-icon {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 72px;
  line-height: 1;
  opacity: 0.1;
}

.rt-testimonial-item .top-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.rt-testimonial-item .top-content .thumb {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
}

.rt-testimonial-item .top-content .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  border-radius: 6px;
}

.rt-testimonial-item .top-content .content {
  width: calc(100% - 65px);
  padding-left: 16px;
}

.testimonial-ratings {
  margin-top: 16px;
}

.testimonial-ratings i {
  font-size: 14px;
  color: #ffcb28;
}

.rt-testimonial-item .main-content {
  margin-top: 16px;
}

.rt-testimonial-slider .slick-list {
  margin: -12px;
}

.rt-testimonial-slider .rt-testimonial-slide {
  padding: 12px;
}

.rt-testimonial-slider .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

.rt-testimonial-slider .slick-dots li.slick-active button {
  background-color: var(--primary);
  outline: 1px solid var(--primary);
  outline-offset: 3px;
}

.rt-testimonial-slider .slick-dots li button {
  font-size: 0;
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.rt-testimonial-slider .slick-track {
  display: flex;
}

.rt-testimonial-slider .rt-testimonial-slide {
  height: auto;
}

.rt-testimonial-item {
  height: 100%;
}

/* === testimonial css end === */

/* === faq css start === */
.rt-faq {
  position: relative;
  z-index: 1;
}

.rt-faq-shape {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.55;
  z-index: -1;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.rt-faq-accordion {
  padding: 1.875rem 0.9375rem;
  background-color: #fff;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

@media (min-width: 576px) {
  .rt-faq-accordion {
    padding: 2.5rem 1.25rem;
  }
}

@media (min-width: 992px) {
  .rt-faq-accordion {
    padding: 3.125rem 2.5rem;
  }
}

/* === faq css end === */

/* === blog css start === */
.rt-blog-grid-post {
  display: flex;
  flex-wrap: wrap;
  background-color: var(--surface-bg);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.rt-blog-grid-post:hover .rt-blog-grid-post-thumb img.back-img {
  left: 0;
  filter: blur(0px);
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.rt-blog-grid-post-thumb {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

@media (min-width: 576px) {
  .rt-blog-grid-post-thumb {
    width: 40%;
  }
}

.rt-blog-grid-post-thumb img {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.rt-blog-grid-post-thumb img.back-img {
  position: absolute;
  top: 0;
  left: -50%;
  filter: blur(10px);
  opacity: 0;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.rt-blog-grid-post-content {
  width: 100%;
  display: flex;
  flex-flow: column;
  padding: 1.25rem;
  justify-content: center;
}

@media (min-width: 576px) {
  .rt-blog-grid-post-content {
    width: 60%;
    padding: 1.875rem;
  }
}

.rt-blog-grid-post .rt-blog-meta-list {
  margin-bottom: 0.625rem;
}

.rt-blog-grid-post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rt-blog-grid-post.style-two {
  height: 100%;
}

.rt-blog-grid-post.style-two .rt-blog-grid-post-thumb {
  width: 100%;
}

@media (min-width: 1200px) {
  .rt-blog-grid-post.style-two .rt-blog-grid-post-thumb {
    height: 275px;
  }
}

.rt-blog-grid-post.style-two .rt-blog-grid-post-thumb {
  border-radius: 12px 12px 0 0;
  -webkit-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  -ms-border-radius: 12px 12px 0 0;
  -o-border-radius: 12px 12px 0 0;
}

.rt-blog-grid-post.style-two .rt-blog-grid-post-thumb img {
  width: 100%;
  height: 100%;
  object-position: top;
  border-radius: 12px 12px 0 0;
  -webkit-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  -ms-border-radius: 12px 12px 0 0;
  -o-border-radius: 12px 12px 0 0;
  object-fit: cover;
  -o-object-fit: cover;
}

.rt-blog-grid-post.style-two .rt-blog-grid-post-content {
  width: 100%;
  padding: 1.5625rem;
}

.rt-blog-grid-post.style-two .rt-blog-grid-post-content .rt-blog-grid-post-title {
  font-size: 1.375rem;
}

.rt-post-list .rt-blog-list-post {
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--border-color);
}

.rt-post-list .rt-blog-list-post:first-child {
  padding-top: 0;
}

.rt-post-list .rt-blog-list-post:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.rt-blog-list-post {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media (min-width: 576px) {
  .rt-blog-list-post {
    justify-content: flex-start;
  }
}

.rt-blog-list-post:hover .rt-blog-list-post-thumb img.back-img {
  right: 0;
  filter: blur(0px);
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.rt-blog-list-post-thumb {
  width: 110px;
  height: 110px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.rt-blog-list-post-thumb img {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.rt-blog-list-post-thumb img.back-img {
  position: absolute;
  top: 0;
  right: -70%;
  filter: blur(10px);
  opacity: 0;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.rt-blog-list-post .rt-blog-meta-list {
  margin-bottom: 0.3125rem;
}

@media (min-width: 576px) {
  .rt-blog-list-post .rt-blog-meta-list {
    margin-bottom: 0.625rem;
  }
}

.rt-blog-list-post-content {
  width: calc(100% - 110px);
  padding-inline-start: 1.5625rem;
}

.rt-blog-list-post-title {
  font-size: 1.125rem;
}

@media (min-width: 576px) {
  .rt-blog-list-post-title {
    font-size: 1.25rem;
  }
}

.rt-blog-list-post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rt-blog-list-post .rt-blog-meta-list li i {
  font-size: 1rem;
}

.rt-blog-meta-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
}

.rt-blog-meta-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
}

.rt-blog-meta-list li i {
  font-size: 1.25rem;
  color: var(--primary);
}

@media (max-width: 575px) {
  .rt-blog-list-post-thumb {
    width: 80px;
    height: 80px;
  }

  .rt-blog-list-post-content {
    width: calc(100% - 80px);
  }

  .rt-blog-list-post-title {
    font-size: 1rem;
  }
}

.rt-blog-side-widget+.rt-blog-side-widget {
  margin-top: 1.25rem;
}

@media (min-width: 992px) {
  .rt-blog-side-widget+.rt-blog-side-widget {
    margin-top: 2.5rem;
  }
}

.rt-blog-side-widget {
  padding: 1.5625rem;
  background-color: var(--surface-bg);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.rt-blog-side-widget-title {
  position: relative;
  margin-bottom: 1.5625rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 10px;
}

.rt-blog-side-widget-title::before {
  position: absolute;
  content: '';
  bottom: -1px;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: var(--primary);
}

.rt-blog-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
}

.rt-blog-tags li {
  font-weight: 500;
  font-size: 0.875rem;
  padding: 0.125rem 0.625rem;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.rt-blog-tags li:hover {
  background-color: var(--primary);
  color: #fff;
}

.rt-blog-single.rt-blog-style-two hr {
  border-color: #696969;
}

.rt-blog-single.rt-blog-style-two .thumb {
  height: 250px;
}

@media (min-width: 1400px) {
  .rt-blog-single.rt-blog-style-two .thumb {
    height: 350px;
  }
}

.rt-blog-single.rt-blog-style-two .content {
  position: static;
  padding: 1.5625rem;
}

.rt-blog-single.rt-blog-style-two .content h4 a {
  color: var(--display-color);
}

.rt-blog-single.rt-blog-style-two .content h4 a:hover {
  color: var(--primary);
}

.rt-blog-single.rt-blog-style-two .content .rt-blog-meta-cat li {
  color: var(--display-color);
  background-color: rgba(0, 0, 0, 0.05);
}

.rt-blog-single.rt-blog-style-two .content .rt-blog-meta-content h6 {
  color: var(--display-color);
}

.rt-blog-single.rt-blog-style-two .content .rt-blog-meta-content p {
  color: var(--body-color);
}

.rt-short-blog-single {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.625rem 0;
}

.rt-short-blog-single:first-child {
  padding-top: 0;
}

.rt-short-blog-single:last-child {
  padding-bottom: 0;
}

.rt-short-blog-single .thumb {
  width: 70px;
  height: 70px;
}

.rt-short-blog-single .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.rt-short-blog-single .content {
  width: calc(100% - 70px);
  padding-inline-start: 1.25rem;
}

.rt-short-blog-single .content h6 {
  font-size: 1rem;
  font-weight: 600;
}

.rt-short-blog-single .content h6 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* === blog css end === */

/* === referral css start === */
.rt-referral-box {
  position: relative;
  padding: 2.5rem 1.25rem;
  background-color: var(--secondary);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  overflow: hidden;
  z-index: 1;
}

@media (min-width: 1200px) {
  .rt-referral-box {
    padding: 3.75rem 2.5rem;
  }
}

@media (min-width: 1400px) {
  .rt-referral-box {
    padding: 5rem;
  }
}

.rt-referral-box-thumb {
  position: absolute;
  inset-inline-end: 3.125rem;
  bottom: 0;
  width: 44%;
  display: none;
}

@media (min-width: 1200px) {
  .rt-referral-box-thumb {
    width: 44%;
    display: block;
  }
}

@media (min-width: 1400px) {
  .rt-referral-box-thumb {
    width: 48%;
  }
}

.rt-referral-box-el {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.1;
}

.rt-referral-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.rt-referral-item .icon {
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.25rem;
  color: var(--primary);
}

.rt-referral-item .icon img {
  max-width: 35px;
  max-height: 35px;
}

.rt-referral-item .icon::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 0.15;
  z-index: -1;
}

.rt-referral-item .content {
  width: calc(100% - 50px);
  padding-inline-start: 1.25rem;
}

.rt-referral-item .content h3 {
  font-size: 1.25rem;
}

.rt-referral-icon {
  font-size: 80px;
  line-height: 1;
  color: var(--primary);
  opacity: 0.35;
}

/* === referral css end === */

/* === contact css start === */
.rt-contact {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.rt-contact-left-el,
.rt-contact-right-el {
  position: absolute;
  top: 0;
  z-index: -1;
}

.rt-contact-left-el {
  left: 0;
}

.rt-contact-right-el {
  right: 0;
}

.rt-contact-section-title {
  font-size: 4.5rem;
  max-width: 7ch;
}

.rt-contact-top-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.rt-contact-top-content .arrow-line {
  position: relative;
  width: 150px;
  height: 2px;
  background-color: #fff;
}

.rt-contact-top-content .arrow-line::after {
  position: absolute;
  content: "\f231";
  top: -12px;
  right: -6px;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  color: #fff;
}

.rt-contact-top-content .content {
  width: calc(100% - 150px);
  padding-inline-start: 2.25rem;
}

.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-control:focus~label::after {
  background: transparent;
}

.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-control:focus~label {
  color: var(--body-color);
}

.rt-message-contact-form {
  position: relative;
  z-index: 1;
  padding: 2.5rem;
  background-color: var(--surface-bg);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  overflow: hidden;
}

.rt-message-contact-form::before {
  position: absolute;
  content: "";
  inset: 0;
  border: 2px solid transparent;
  border-radius: inherit;
  background: linear-gradient(rgba(255, 255, 255, 0.15), transparent) border-box;
  -webkit-mask: linear-gradient(var(--primary) 0 0) padding-box, linear-gradient(var(--primary) 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -2;
}

.rt-message-contact-form:hover::before {
  background: linear-gradient(var(--primary), transparent) border-box;
}

.rt-message-contact-form::after {
  position: absolute;
  content: "";
  width: 147px;
  height: 147px;
  top: -10%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #5c2bff;
  filter: blur(100px);
  opacity: 0.75;
  transition: all 0.3s;
  z-index: -1;
}

.rt-message-contact-form .form-floating .form-control {
  background-color: transparent;
}

.rt-message-contact-content .title {
  max-width: 21ch;
}

.rt-message-contact-item {
  position: relative;
  padding: 1.5rem;
  border: 1px solid var(--border-color);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: var(--surface-bg);
  overflow: hidden;
  z-index: 1;
}

.rt-message-contact-item::before {
  position: absolute;
  content: "";
  inset: 0;
  border: 2px solid transparent;
  border-radius: inherit;
  background: linear-gradient(rgba(255, 255, 255, 0.15), transparent) border-box;
  -webkit-mask: linear-gradient(var(--primary) 0 0) padding-box, linear-gradient(var(--primary) 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -2;
}

.rt-message-contact-item:hover::before {
  background: linear-gradient(var(--primary), transparent) border-box;
}

.rt-message-contact-item::after {
  position: absolute;
  content: "";
  width: 147px;
  height: 147px;
  top: -10%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #5c2bff;
  filter: blur(100px);
  opacity: 0.75;
  transition: all 0.3s;
  z-index: -1;
}

.rt-message-contact-item:hover .icon {
  color: #fff;
}

.rt-message-contact-item:hover .icon::before {
  opacity: 1;
}

.rt-message-contact-item .icon {
  position: relative;
  width: 75px;
  height: 75px;
  background-image: radial-gradient(circle at 50% 100%, #944feb, #6505e0 51%), linear-gradient(#9440fe, #be94f2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  color: #fff;
  border: 1px solid #0000;
  box-shadow: 0 2px 0 1px #6f0eea;
  border-radius: 8px;
  margin-inline: auto;
}

.rt-message-contact-item .content {
  width: calc(100% - 75px);
  padding-inline-start: 1.5rem;
}

.rt-message-contact-item .details {
  font-size: 1.125rem;
  font-weight: 500;
}

.rt-contact-map {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  overflow: hidden;
  filter: grayscale(1);
}

.rt-contact-map iframe {
  width: 100%;
  height: 250px;
  border: none;
}

@media (min-width: 576px) {
  .rt-contact-map iframe {
    height: 450px;
  }
}

/* === contact css end === */

/* floating lebel css start */
.form-floating .form-control {
  padding-top: 0;
  padding-left: 3px;
  border: none;
  border-bottom: 1px solid var(--border-color);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.form-floating label {
  color: var(--placeholder-color);
  padding-left: 0;
}

.form-floating textarea.form-control {
  height: 150px;
}

/* floating lebel css end */

/* === auth css start === */
.rt-auth-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 16px;
  background-color: var(--surface-bg);
  border-radius: 24px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.rt-auth-box-shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  border-radius: 24px;
}

.rt-auth-box-shade::before {
  position: absolute;
  content: "";
  inset: 0;
  border: 2px solid transparent;
  border-radius: inherit;
  background: linear-gradient(rgba(255, 255, 255, 0.15), transparent) border-box;
  -webkit-mask: linear-gradient(var(--primary) 0 0) padding-box, linear-gradient(var(--primary) 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.rt-auth-box-shade::after {
  position: absolute;
  content: "";
  width: 147px;
  height: 147px;
  top: -5%;
  left: 20%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #5c2bff;
  filter: blur(100px);
  opacity: 0.75;
  transition: all 0.3s;
}

.rt-auth-box-left {
  width: 50%;
  padding: 50px 50px 50px 30px;
}

.rt-auth-box-right {
  width: 50%;
}

.rt-auth-box-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  border-radius: 16px;
}

.password-field {
  position: relative;
}

.password-field .form-control {
  padding-right: 30px;
}

.password-field .password-field-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--display-color);
}

.password-field .password-field-btn.active .eye-one {
  display: none;
}

.password-field .password-field-btn.active .eye-off {
  display: inline-block;
}

.password-field .password-field-btn .eye-off {
  display: none;
}

@media (max-width: 991px) {
  .rt-auth-box-left {
    width: 100%;
    padding: 20px 20px;
  }

  .rt-auth-box-right {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .rt-auth-box-left {
    padding: 20px 10px;
  }
}

.password-status-box-wrapper {
  position: relative;
  z-index: 1;
}

.password-status-box {
  position: absolute;
  top: 115%;
  left: 0;
  width: 100%;
  background-color: var(--surface-bg);
  padding: 20px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  z-index: 2;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.password-status-box.active {
  top: 106%;
  opacity: 1;
  visibility: visible;
}

#password-criteria {
  display: flex;
  flex-flow: column;
  gap: 8px 0;
}

#password-criteria li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  order: 1;
}

#password-criteria li::before {
  content: "\f622";
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  color: var(--danger);
}

#password-criteria li.valid-pass {
  order: -1;
}

#password-criteria li.valid-pass::before {
  content: "\f26a";
  color: var(--success);
  opacity: 1;
}

.iti--inline-dropdown .iti__dropdown-content {
  background-color: var(--body-bg);
  border: 1px solid var(--border-color);
}

.iti__country-list::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  -ms-border-radius: 99px;
  -o-border-radius: 99px;
}

.iti__country-list::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  -ms-border-radius: 99px;
  -o-border-radius: 99px;
}

.iti__country-list ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(255, 255, 255, 0.05);
}

/* === auth css end === */

/* === error page css start === */
.error-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.125rem 0;
}

.erorr-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9375rem;
}

@media (min-width: 576px) {
  .erorr-numbers {
    gap: 1.875rem;
  }
}

.erorr-numbers .erorr-number {
  font-size: 6.25rem;
  font-weight: 700;
  line-height: 1;
  color: var(--primary-two);
  text-shadow: 6px 2px var(--secondary);
}

@media (min-width: 576px) {
  .erorr-numbers .erorr-number {
    font-size: 9.375rem;
  }
}

@media (min-width: 1200px) {
  .erorr-numbers .erorr-number {
    font-size: 11.25rem;
  }
}

.erorr-numbers .erorr-number-first {
  transform: rotateZ(340deg);
}

.erorr-numbers .erorr-number-third {
  transform: rotateZ(-340deg);
  margin-top: -1.25rem;
}

@media (min-width: 576px) {
  .erorr-numbers .erorr-number-third {
    margin-top: -1.5625rem;
  }
}

@media (min-width: 1200px) {
  .erorr-numbers .erorr-number-third {
    margin-top: -2.1875rem;
  }
}

.erorr-numbers .erorr-number-second {
  position: relative;
  font-size: 6.25rem;
  margin-top: -20px;
}

@media (min-width: 576px) {
  .erorr-numbers .erorr-number-second {
    font-size: 7.5rem;
  }
}

@media (min-width: 1200px) {
  .erorr-numbers .erorr-number-second {
    font-size: 9.375rem;
  }
}

.erorr-numbers .erorr-number-second::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--secondary);
  border-radius: 50%;
  z-index: -1;
}

/* === error page css end === */
/* === maintenance page css start === */
.maintenance-page {
  position: relative;
  padding: 1.875rem 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

.maintenance-page-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  z-index: -1;
}

@media (min-width: 576px) {
  .maintenance-page {
    padding: 3.125rem 0;
  }
}

.maintenance-page-logo {
  margin-bottom: 1.875rem;
  height: 55px;
}

.maintenance-page-caption {
  font-size: 1.25rem;
}

.maintenance-page-icons {
  position: absolute;
  bottom: -6.25rem;
  inset-inline-end: -6.25rem;
  color: #616161;
  width: 450px;
  height: 400px;
  transform: scale(0.5);
  opacity: 0.15;
}

@media (min-width: 576px) {
  .maintenance-page-icons {
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .maintenance-page-icons {
    transform: scale(1);
    bottom: 0;
    inset-inline-end: 0;
  }
}

.maintenance-page-icons span {
  line-height: 1;
  position: absolute;
  animation-name: spin;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.maintenance-page-icons .first-icon {
  font-size: 7.5rem;
  top: 27%;
  inset-inline-start: 2.5rem;
}

.maintenance-page-icons .second-icon {
  font-size: 13.75rem;
  bottom: 0;
  inset-inline-start: 0.9375rem;
}

.maintenance-page-icons .third-icon {
  font-size: 20rem;
  top: 8%;
  inset-inline-end: 0;
}

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

  to {
    transform: rotate(-360deg);
  }
}

@-moz-keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
  }
}

@-ms-keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
  }
}

/* === maintenance page css end === */
/* === user dashboard css start === */

.add-money-btn {
  text-align: center;
}

.add-money-btn i {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  font-size: 28px;
  color: #fff;
  border-radius: 50%;
}

.add-money-btn span {
  display: block;
  font-size: var(--font-sm);
  font-family: var(--display-font);
  font-weight: 600;
  margin-top: 6px;
  color: var(--display-color);
}

@media (max-width: 575px) {
  .wallets-wrapper-sm .wallet-right {
    display: none;
  }
}

.wallet-slider .slick-list {
  margin: 0 -0.4375rem;
}

@media (min-width: 576px) {
  .wallet-slider .slick-list {
    margin: 0 -0.625rem;
  }
}

@media (max-width: 575px) {
  .wallet-slider .slick-list {
    padding-left: 0 !important;
  }
}

.wallet-slider .wallet-slide {
  padding: 0 0.4375rem;
}

@media (min-width: 576px) {
  .wallet-slider .wallet-slide {
    padding: 0 0.625rem;
  }
}

.wallet-slider .slick-arrow {
  position: absolute;
  top: -42px;
  inset-inline-end: 0;
  cursor: pointer;
  font-size: 1.125rem;
}

.wallet-slider .slick-arrow.prev {
  inset-inline-end: 20px;
}

.wallet-card {
  background-size: cover;
}

.quick-trans-slider .slick-list {
  margin: 0 -0.625rem;
}

.quick-trans-slider .slick-track {
  margin-left: 0;
}

.quick-trans-slider .quick-trans-slide {
  padding: 0 0.625rem;
}

.quick-trans-slider .slick-arrow {
  position: absolute;
  top: 50%;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid var(--border-color);
  margin-top: -1.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1;
}

.quick-trans-slider .slick-arrow.prev {
  inset-inline-start: 0;
}

.quick-trans-slider .slick-arrow.next {
  inset-inline-end: 0;
}

.user-short-menu-list li {
  text-align: center;
}

.user-short-menu-list li .icon {
  width: 50px;
  height: 50px;
  background-color: #fff;
  color: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  margin: 0 auto;
  font-size: 1.5rem;
}

.user-short-menu-list li .title {
  font-size: 0.875rem;
  margin-top: 0.5rem;
  display: block;
}

.transaction-list li {
  padding: 0.9375rem 0;
}

.mobile-wallet-tab-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 600;
  border-bottom: 1px solid var(--border-color);
  width: 100%;
  margin-bottom: 0.625rem;
}

@media (min-width: 576px) {
  .mobile-wallet-tab-nav {
    display: none;
  }
}

.mobile-wallet-tab-nav button {
  font-size: 0.875rem;
  padding: 0.375rem 0.75rem;
  border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
  position: relative;
}

.mobile-wallet-tab-nav button::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--display-color);
  opacity: 0;
}

.mobile-wallet-tab-nav button.active {
  color: var(--display-color);
}

.mobile-wallet-tab-nav button.active::after {
  opacity: 1;
}

.latest-donor-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--border-color);
}

.latest-donor-list li:first-child {
  padding-top: 0;
}

.latest-donor-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

/* === user dashboard css end === */
/* === user send css start === */
.send-money-steps {
  display: flex;
  flex-wrap: wrap;
}

.send-money-steps .send-money-single-step {
  display: flex;
  align-items: center;
  width: 50%;
  gap: 0.75rem;
  position: relative;
  z-index: 1;
  justify-content: flex-start;
  padding-bottom: 15px;
}

.send-money-steps .send-money-single-step:nth-child(2)::after {
  display: none;
}

@media (min-width: 768px) {
  .send-money-steps .send-money-single-step:nth-child(2)::after {
    display: block;
  }
}

@media (min-width: 768px) {
  .send-money-steps .send-money-single-step {
    width: 25%;
    justify-content: center;
    padding-bottom: 0;
  }
}

.send-money-steps .send-money-single-step:last-child::after {
  display: none;
}

.send-money-steps .send-money-single-step::after {
  position: absolute;
  content: "";
  top: 30%;
  inset-inline-end: 10px;
  width: 50px;
  height: 1px;
  background-color: var(--border-color);
  z-index: -1;
}

@media (min-width: 768px) {
  .send-money-steps .send-money-single-step::after {
    inset-inline-end: -11%;
    width: 60%;
    top: 50%;
  }
}

.send-money-steps .send-money-single-step.active .send-money-single-step-amount {
  color: var(--primary);
  background-color: var(--primary);
  border-color: var(--primary);
}

.send-money-steps .send-money-single-step.active .send-money-single-step-amount::before {
  color: #fff;
  opacity: 1;
}

.send-money-steps .send-money-single-step-amount {
  position: relative;
  width: 26px;
  height: 26px;
  background-color: var(--surface-bg);
  border: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.875rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.send-money-steps .send-money-single-step-amount::before {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  opacity: 0;
}

.send-money-steps .send-money-single-step-caption {
  font-weight: 500;
  font-size: 0.875rem;
  background-color: var(--surface-bg);
  padding-inline-end: 0.3125rem;
}

@media (min-width: 768px) {
  .send-money-steps .send-money-single-step-caption {
    padding-inline-end: 1.25rem;
  }
}

@media (min-width: 768px) {
  .send-money-steps.steps-three .send-money-single-step {
    width: 33.3333333333%;
  }
}

@media (min-width: 992px) {
  .send-money-steps.steps-four .send-money-single-step {
    width: 25%;
  }

  .send-money-steps.steps-five .send-money-single-step {
    width: 20%;
  }
}

.recipient-single {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.625rem;
  background-color: var(--surface-bg);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  z-index: 1;
}

.recipient-single-thumb {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  object-fit: cover;
  -o-object-fit: cover;
  border: 2px solid var(--border-color);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.recipient-single-thumb.with-name-letter {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 700;
  background-color: #e2e8f0;
}

.recipient-single-content {
  width: calc(100% - 50px);
  padding-inline-start: 0.9375rem;
}

.recipient-single .form-check {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 10px;
  padding-inline-end: 10px;
  z-index: 1;
}

.recipient-single .form-check .form-check-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.recipient-single .recipient-single-icon {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  font-size: 20px;
  opacity: 0.5;
  z-index: -1;
}

.wallet-accordion {
  border: 1px solid var(--border-color);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.wallet-accordion-single-header {
  padding: 0.625rem 1.25rem;
  border-bottom: 1px solid var(--border-color);
}

.wallet-accordion-single-body {
  padding: 0.625rem 1.25rem;
}

.wallets-container {
  display: flex;
  flex-wrap: wrap;
}

.wallets-container {
  margin: -0.4375rem;
}

.single-wallet {
  width: 50%;
  padding: 0.4375rem;
}

@media (min-width: 768px) {
  .single-wallet {
    width: 33.3333333333%;
  }
}

@media (min-width: 768px) {
  .single-wallet {
    width: 25%;
  }
}

.single-wallet-inner {
  position: relative;
  padding: 1.25rem;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  height: 70px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.035);
}

@media (min-width: 768px) {
  .single-wallet-inner {
    height: 100px;
  }
}

.single-wallet-inner img {
  max-height: 45px;
}

.single-wallet-inner .form-check {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0.625rem;
}

.single-wallet-inner .form-check .form-check-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.like-container {
  display: flex;
  justify-content: center;
}

.like-container .like-thumb {
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.like-container .like-thumb::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary);
  opacity: 0.035;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.like-container .like-thumb::after {
  position: absolute;
  content: "";
  top: 25px;
  left: 25px;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  background-color: var(--primary);
  opacity: 0.05;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.like-container .like-thumb-inner {
  width: 90px;
  height: 90px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primary);
  line-height: 1;
  font-size: 3rem;
}

.like-container .like-thumb-inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary);
  opacity: 0.075;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.crypto-single-transfer {
  background-color: #f8f8f8;
  padding: 15px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border: 1px solid var(--border-color);
}

.crypto-single-transfer .rt-single-transfer {
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-bottom: 1px solid var(--border-color);
  padding-inline: 0;
}

.crypto-single-transfer .rt-single-transfer {
  position: relative;
}

.crypto-single-transfer .rt-single-transfer .invalid-feedback {
  position: absolute;
  bottom: -3px;
  font-size: 13px;
}

@media (max-width: 575px) {
  .crypto-single-transfer .rt-single-transfer .invalid-feedback {
    font-size: 11px;
  }
}

.rt-single-transfer input::-webkit-outer-spin-button,
.rt-single-transfer input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.rt-single-transfer input[type=number] {
  -moz-appearance: textfield;
}

.crypto-exchange-icon {
  height: 15px;
  position: relative;
}

.crypto-exchange-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.05);
  font-size: 1.375rem;
}

.crypto-exchange-top-overview {
  background-color: #fff;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.crypto-exchange-top-overview-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: var(--primary);
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.crypto-exchange-top-overview-icon i {
  width: 24px;
  height: 24px;
  border: 1px solid white;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(135deg);
}

@media (min-width: 576px) {
  .crypto-exchange-top-overview-icon i {
    transform: rotate(0deg);
  }
}

.crypto-exchange-top-overview-from {
  padding: 1.25rem;
  width: 100%;
  border-bottom: 1px solid var(--border-color);
  text-align: center;
}

@media (min-width: 576px) {
  .crypto-exchange-top-overview-from {
    width: 50%;
    padding: 1.25rem 1.875rem;
    border-right: 1px solid var(--border-color);
    text-align: left;
  }
}

.crypto-exchange-top-overview-to {
  padding: 1.25rem;
  width: 100%;
  text-align: center;
}

@media (min-width: 576px) {
  .crypto-exchange-top-overview-to {
    width: 50%;
    text-align: left;
    padding: 1.25rem 1.875rem;
  }
}

.select-wallet-accordion .accordion-button {
  display: block;
  padding-block: 0;
  padding-inline: 1.25rem;
  font-weight: 700;
  font-family: var(--display-font);
  color: var(--display-color);
}

.select-wallet-accordion .accordion-button .form-check-label {
  flex-grow: 1;
  padding-block: 1rem;
}

/* === user send css end === */
/* === transaction css start === */
.transaction-all {
  padding-inline-end: 0.625rem;
  max-height: 300px;
}

@media (min-width: 576px) {
  .transaction-all {
    max-height: 450px;
  }
}

@media (min-width: 1200px) {
  .transaction-all {
    max-height: 530px;
  }
}

@media (min-width: 1400px) {
  .transaction-all {
    max-height: 630px;
  }
}

.single-transaction {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9375rem;
  cursor: pointer;
  padding: 0.625rem 0.9375rem;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.single-transaction.active,
.single-transaction:hover {
  background-color: #f1f5f90d;
}

.single-transaction.active~h6.text-md.text-muted.mb-2 {
  margin-top: 12px;
}

@media (max-width: 575px) {
  .single-transaction {
    padding: 8px 10px;
  }

  .single-transaction .avatar-lg {
    width: 32px;
    height: 32px;
    font-size: 18px !important;
  }

  .single-transaction h6 {
    font-size: 14px !important;
  }

  .single-transaction p {
    font-size: 12px !important;
  }

  .transaction-all .text-md.text-muted.mb-2 {
    font-size: 12px !important;
  }
}

/* === transaction css end === */
/* === user ticket css start === */
.all-reply-body {
  max-height: 400px;
  overflow-y: auto;
  padding-inline-end: 0.75rem;
}

.all-reply-body::-webkit-scrollbar {
  width: 6px;
}

.all-reply-body::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 20px;
}

.all-reply-body::-webkit-scrollbar-track {
  background-color: var(--light);
  border-radius: 20px;
}

/* === user ticket css end === */
/* === referral css start === */
.user-single-referral {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.9375rem;
  cursor: pointer;
  padding: 0.9375rem 0;
  border-bottom: 1px solid var(--border-color);
}

.user-single-referral:last-child {
  border-bottom: none;
}

.user-single-referral:hover {
  background-color: #f1f5f9;
}

/* === referral css end === */
/* === 2fa css start === */
.two-step-wrapper {
  padding: 24px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  background-color: #fff;
  position: relative;
  border: 3px solid #fff;
  z-index: 1;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.two-step-wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to bottom, var(--primary), transparent);
  border-radius: 16px 16px 0 0;
  -webkit-border-radius: 16px 16px 0 0;
  -moz-border-radius: 16px 16px 0 0;
  -ms-border-radius: 16px 16px 0 0;
  -o-border-radius: 16px 16px 0 0;
  opacity: 0.15;
  z-index: -1;
}

.two-step-wrapper .icon {
  position: relative;
  width: 65px;
  height: 65px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.625rem;
  color: var(--primary);
  z-index: 1;
  overflow: hidden;
}

.two-step-wrapper .icon::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: var(--primary);
  opacity: 0.1;
  z-index: -1;
}

.two-step-wrapper .icon-inner {
  position: relative;
}

.two-step-wrapper .icon-inner::before {
  position: absolute;
  content: "";
  left: -2px;
  top: -20px;
  width: 30px;
  height: 65px;
  border-left: 1px solid var(--primary);
  border-right: 1px solid var(--primary);
  opacity: 0.15;
  z-index: -1;
}

.two-step-wrapper .icon-inner::after {
  position: absolute;
  content: "";
  top: -2px;
  left: -20px;
  height: 30px;
  width: 65px;
  border-top: 1px solid var(--primary);
  border-bottom: 1px solid var(--primary);
  opacity: 0.15;
  z-index: -1;
}

.two-step-wrapper .qrcode-part {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}

.two-step-wrapper .qrcode-part::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, var(--primary), transparent);
  opacity: 0.15;
  z-index: -1;
  animation: qrUpDown 5s linear infinite;
}

.two-step-wrapper .qrcode-part::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: transparent;
  border-top: 1px solid var(--primary);
  z-index: -1;
  animation: qrUpDown 5s linear infinite;
}

.two-step-wrapper .qrcode-part-inner {
  display: inline-block;
  padding: 0.5rem;
  background-color: #fff;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.two-step-wrapper .qrcode-part-inner img {
  max-height: 220px;
}

@keyframes qrUpDown {
  0% {
    height: 0;
  }

  25% {
    height: 50%;
  }

  50% {
    height: 100%;
  }

  75% {
    height: 50%;
  }

  100% {
    height: 0;
  }
}

/* === 2fa css end === */

.radio-tabs {
  display: flex;
  flex-wrap: wrap;
  padding: 0.25rem;
  background-color: #f1f5f9;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.radio-tabs .form-check {
  position: relative;
}

.radio-tabs .form-check .form-check-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.radio-tabs .form-check .form-check-input:checked~.form-check-label {
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.radio-tabs .form-check .form-check-label {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  padding: 0.375rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  gap: 0.375rem;
}

@media (min-width: 768px) {
  .radio-tabs .form-check .form-check-label {
    width: 120px;
  }
}


.money-track-no-result {
  padding: 3.125rem 2.5rem;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (min-width: 1200px) {
  .money-track-no-result {
    min-height: 400px;
  }
}

.money-track-no-result .icon {
  font-size: 5rem;
  line-height: 1;
  color: var(--muted);
}

.money-loader {
  min-height: 350px;
  opacity: .5;
}

.money-loader .spinner-border {
  width: 36px;
  height: 36px;
}


.no-data-wrapper {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 150px;
}

@media (min-width: 1200px) {
  .no-data-wrapper {
    min-height: 280px;
  }
}

@media (min-width: 1400px) {
  .no-data-wrapper {
    min-height: 350px;
  }
}

.no-data-wrapper .icon {
  font-size: 4.5rem;
  color: var(--muted);
}

.no-data-wrapper p {
  color: var(--muted);
}

.no-data-wrapper.no-data-wrapper-sm {
  min-height: 200px;
}

.no-data-wrapper.no-data-wrapper-sm .icon {
  font-size: 3.5rem;
}

.no-data-wrapper.no-data-wrapper-sm p {
  font-size: 0.875rem;
}

.no-data-wrapper.no-data-wrapper-xs {
  min-height: 100px;
}

.no-data-wrapper.no-data-wrapper-xs .icon {
  font-size: 2.625rem;
}

.no-data-wrapper.no-data-wrapper-xs p {
  font-size: 0.75rem;
}


.wallet-card-skeleton {
  background-color: #fff;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  height: 130px;
}

.wallet-card-skeleton .top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.wallet-card-skeleton .top .icon {
  width: 36px;
  height: 36px;
  background-color: #f1f5f9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.wallet-card-skeleton .top .content {
  width: 45px;
  height: 24px;
  background-color: #f1f5f9;
}

.wallet-card-skeleton .bottom {
  margin-top: 1rem;
}

.wallet-card-skeleton .bottom .title {
  height: 22px;
  width: 60%;
  background-color: #f1f5f9;
}

.wallet-card-skeleton .bottom .details {
  height: 16px;
  background-color: #f1f5f9;
  margin-top: 0.5rem;
}

@media (max-width: 575px) {
  .wallet-left .card {
    box-shadow: none;
  }

  .wallet-card-skeleton {
    height: 105px;
  }

  .wallet-card-skeleton .top .icon {
    width: 32px;
    height: 32px;
  }

  .wallet-card-skeleton .bottom .title {
    height: 16px;
  }

  .wallet-card-skeleton .bottom .details {
    height: 12px;
  }
}

.pulse-circle {
  display: none;
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: var(--primary);
  border-radius: 50%;
  top: 0;
  right: 0;
}

.pulse-circle::before {
  position: absolute;
  content: '';
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  background-color: var(--primary);
  opacity: 0.25;
  border-radius: 50%;
  animation: pulse 1.5s infinite forwards;
}

.has-pulse {
  position: relative;
}

.has-pulse .pulse-circle {
  display: inline-block;
}

@keyframes pulse {
  0% {
    opacity: 0.45;
    transform: scale(1, 1);
  }

  100% {
    opacity: 0.05;
    transform: scale(1.5, 1.5);
  }
}


#liveAlertPlaceholder {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9;
}

.single-push-notification {
  position: relative;
  padding: 16px 16px 10px 16px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  display: flex;
  width: 475px;
  margin-top: 16px;
  overflow: hidden;
  transition: all 0.5s;
}

.single-push-notification::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, var(--primary), transparent);
  opacity: 0.2;
}

.single-push-notification::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--success);
  animation: toaster 4s 1 linear forwards;
}

@keyframes toaster {
  0% {
    width: 100%;
  }

  100% {
    width: 0%;
  }
}

.single-push-notification.hide {
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
}

.single-push-notification .single-push-icon {
  width: 30px;
  color: var(--success);
  font-size: 24px;
  line-height: 1;
}

.single-push-notification .single-push-details {
  width: calc(100% - 60px);
}

.single-push-notification .single-push-close {
  width: 30px;
  text-align: right;
  font-size: 18px;
}

.cookie-policy {
  padding: 1.25rem 1.875rem;
  background-color: var(--surface-bg);
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.05);
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .cookie-policy {
    display: flex;
    gap: 30px;
  }
}

.cookie-policy-content {
  flex-grow: 1;
  margin-bottom: 0.9375rem;
}

@media (min-width: 768px) {
  .cookie-policy-content {
    margin-bottom: 0;
  }
}

.cookie-policy-content .icon {
  width: 45px;
  height: 45px;
  background-color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 28px;
  margin-bottom: 10px;
}

.cookie-policy-btns {
  display: flex;
  align-items: center;
  gap: 0.625rem 1.25rem;
}

.cookie-policy-btns .btn {
  text-wrap: nowrap;
}

#tidio-chat #tidio-chat-iframe {
  bottom: 95px !important;
}

.table-container {
  background-color: #0c0c1d;
  padding: 1.5rem;
  border-radius: 12px;
  overflow-x: auto;
  box-shadow: 0 0 0 1px #ffffff10;
}

.styled-table {
  width: 100%;
  border-collapse: collapse;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
}

.styled-table thead tr {
  background-color: #14142b;
  color: #ffffff;
  text-align: left;
}

.styled-table th,
.styled-table td {
  padding: 12px 15px;
  border-bottom: 1px solid #ffffff20;
}

.styled-table tbody tr:hover {
  background-color: #1d1d38;
}

.styled-table .positive {
  color: #4fd1c5;
  font-weight: 600;
}

.styled-table .negative {
  color: #f56565;
  font-weight: 600;
}

.pagination {
  margin-top: 1rem;
  text-align: center;
  color: #ffffff;
}

.pagination button {
  background: #1f1f3d;
  color: #ffffff;
  border: none;
  padding: 6px 12px;
  margin: 0 5px;
  border-radius: 4px;
  cursor: pointer;
}

.pagination button:hover {
  background: #2a2a5c;
}

.scrollable {
  max-height: 390px;
  height: 390px;
  /* ajustable según tu diseño */
  overflow-y: auto;
  background-color: #0c0c1d;
  border-radius: 12px;
  padding: 0;
  box-shadow: 0 0 0 1px #ffffff10;
}

.styled-table {
  width: 100%;
  border-collapse: collapse;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
}

.styled-table thead tr {
  background-color: #14142b;
  color: #ffffff;
  text-align: left;
  position: sticky;
  top: 0;
  z-index: 1;
}

.styled-table th,
.styled-table td {
  padding: 12px 15px;
  border-bottom: 1px solid #ffffff20;
}

.styled-table tbody tr:hover {
  background-color: #1d1d38;
}

.positive {
  color: #4fd1c5;
  font-weight: 600;
}

.negative {
  color: #f56565;
  font-weight: 600;
}

/* Estilos para navegadores basados en WebKit (Chrome, Edge, Safari) */
.table-container::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.table-container::-webkit-scrollbar-track {
  background: #11142d;
  /* fondo del track */
  border-radius: 10px;
}

.table-container::-webkit-scrollbar-thumb {
  background: #2a2f55;
  /* color del scroll */
  border-radius: 10px;
  border: 2px solid #11142d;
}

.table-container::-webkit-scrollbar-thumb:hover {
  background: #4e5d9d;
  /* hover más claro */
}

/* Para navegadores Firefox */
.table-container {
  scrollbar-width: thin;
  scrollbar-color: #2a2f55 #11142d;
}

.form-errors {
  background-color: #2a2a2a;
  border: 1px solid #ff5c5c;
  color: #fff;
  padding: 10px 15px;
  border-radius: 6px;
  margin-top: 15px;
}

.form-errors ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.form-errors li::before {
  content: "⚠ ";
  color: #ff5c5c;
  font-weight: bold;
}