@import url("https://fonts.googleapis.com/css2?family=Michroma&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --primary: #942CFB;
  --primary-two: #282930;
  --primary-light: #bfcbff;
  --secondary: #192024;
  --success: #22c55e;
  --info: #16C7F9;
  --warning: #f97316;
  --danger: #F81F58;
  --light: #e2e8f01f;
  --extra-light: #e2e8f08a;
  --muted: #7e7c9e;
  --dark: #2c323f;
  --white: #ffffff;
  --bg-white: #fff;
  --body-bg: #0D0129;
  --surface-bg: #1e054a;
  --sidebar-bg: #1e054a;
  --display-color: #fff;
  --body-color: #bcc3d7;
  --input-bg: #fff;
  --input-border: #e5e5e5;
  --placeholder-color: #858484;
  --border-color: #ffffff3b;
  --display-font: "Michroma", sans-serif;
  --body-font: "Roboto", 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: 1.875rem; /* 30px */
  --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 === */
/* === 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;
}

:where(dialog:modal) {
  all: revert;
}

*,
::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: 1rem;
  padding: 0;
  margin: 0;
  font-weight: 400;
  position: relative;
  z-index: 0;
  line-height: 1.7;
  overflow-x: hidden;
  background-size: cover;
}

.line-shape {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to right, rgba(230, 231, 232, 0.1) 1px, transparent 1px), linear-gradient(to bottom, rgba(230, 231, 232, 0.1) 1px, transparent 1px);
  background-size: 16.6666666667% 16.6666666667vw;
  background-position: 0 0;
  z-index: -1;
}

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

select {
  cursor: pointer;
}

dt {
  margin-left: 0;
}

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

@media (min-width: 1400px) {
  .container {
    max-width: 1440px;
  }
}
.top-action-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  background-color: var(--primary);
  z-index: 2;
  display: none;
  flex-flow: column;
  align-items: center;
  color: #000;
  padding: 10px 6px;
  font-size: 14px;
  border-radius: 99px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.top-action-btn i {
  font-size: 18px;
}

body:not(.no-js) .fadeup {
  opacity: 0;
  transition: 0.4s ease-out;
  transform: translateY(40px);
}

body:not(.no-js) .fading-up {
  opacity: 1;
  transition: 0.5s ease-out;
  transform: translateY(0px);
  transition-delay: 0.3s;
}

/* === reset css end === */
/* === reset css end === */
/* === 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-primary-light:hover {
  color: var(--primary-light) !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;
}

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

.bg-light-primary-two {
  background-color: rgba(40, 41, 48, 0.1254901961) !important;
}

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

.bg-light-secondary {
  background-color: rgba(25, 32, 36, 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: #e2e8f01f20 !important;
}

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

.bg-light-muted {
  background-color: rgba(126, 124, 158, 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-primary-light {
  background-color: var(--primary-light) !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;
}

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

.body-bg {
  background-color: var(--body-bg);
}

/* === bg css end === */
/* === shadow css start === */
/* === shadow css end === */
/* === size css start === */
/* === size css end === */
/* === spacing css start === */
.pt-50 {
  padding-block-start: 3.125rem;
}

.pb-50 {
  padding-block-end: 3.125rem;
}

.py-50 {
  padding-block: 3.125rem;
}

.py-100 {
  padding-block: 2.75rem;
}

@media (min-width: 768px) {
  .py-100 {
    padding-block: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .py-100 {
    padding-block: 5rem;
  }
}
@media (min-width: 1400px) {
  .py-100 {
    padding-block: 7.5rem;
  }
}
/* === spacing css end === */
/* === spacing css start === */
/* === spacing css end === */
/* === animation css start === */
/* === animation css end === */
/* === typography css start === */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  color: var(--display-color);
  font-weight: 700;
  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);
}

h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: var(--primary);
}

.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 === */
/* === hover css start === */
/* === hover css end === */
/* === overlay css start === */
/* 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 */
/* === 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 === */
.section-header {
  margin-bottom: 1.5625rem;
}

@media (min-width: 576px) {
  .section-header {
    margin-bottom: 2.1875rem;
  }
}
@media (min-width: 1200px) {
  .section-header {
    margin-bottom: 3.75rem;
  }
}
.section-title {
  font-size: 1.5rem;
  font-weight: 900;
}

@media (min-width: 576px) {
  .section-title {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  .section-title {
    font-size: 2rem;
  }
}
@media (min-width: 1400px) {
  .section-title {
    font-size: 2.625rem;
  }
}
.section-subtitle {
  font-size: 18px;
}

/* === section header css end === */
/* === preloader css start === */
.preloader {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  background-color: var(--body-bg);
}

/* === preloader css end === */
/* === buttons css start === */
.btn {
  font-size: 1rem;
  padding: 0.625rem 1.25rem;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  font-weight: 500;
}

@media (min-width: 1400px) {
  .btn {
    padding: 0.875rem 1.875rem;
  }
}
.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 {
  padding: 0.5rem 1.125rem;
}

@media (min-width: 1400px) {
  .btn.btn-md {
    padding: 0.625rem 1.25rem;
  }
}
.btn.btn-sm {
  font-size: 0.6875rem;
  padding: 0.375rem 0.75rem;
}

@media (min-width: 576px) {
  .btn.btn-sm {
    font-size: 0.8125rem;
  }
}
.btn-primary {
  background-color: #942CFB !important;
  color: #fff;
  border-color: #942CFB;
}

.btn-primary:hover {
  background-color: rgba(148, 44, 251, 0.831372549) !important;
  color: #fff;
  border-color: rgba(148, 44, 251, 0.831372549);
}

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

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

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

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

.btn-primary-two:hover {
  background-color: rgba(40, 41, 48, 0.831372549) !important;
  color: #fff;
  border-color: rgba(40, 41, 48, 0.831372549);
}

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

.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: #282930;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.6875rem;
  font-weight: 500;
}

.btn-primary-light {
  background-color: #bfcbff !important;
  color: #fff;
  border-color: #bfcbff;
}

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

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

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

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

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

.btn-secondary:hover {
  background-color: rgba(25, 32, 36, 0.831372549) !important;
  color: #fff;
  border-color: rgba(25, 32, 36, 0.831372549);
}

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

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

.btn-secondary .btn-badge {
  width: 18px;
  height: 18px;
  background-color: #fff;
  color: #192024;
  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: rgba(226, 232, 240, 0.1215686275) !important;
  color: #fff;
  border-color: rgba(226, 232, 240, 0.1215686275);
}

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

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

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

.btn-light .btn-badge {
  width: 18px;
  height: 18px;
  background-color: #fff;
  color: rgba(226, 232, 240, 0.1215686275);
  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: #e2e8f08ad4 !important;
  color: #fff;
  border-color: #e2e8f08ad4;
}

.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: #7e7c9e !important;
  color: #fff;
  border-color: #7e7c9e;
}

.btn-muted:hover {
  background-color: rgba(126, 124, 158, 0.831372549) !important;
  color: #fff;
  border-color: rgba(126, 124, 158, 0.831372549);
}

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

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

.btn-muted .btn-badge {
  width: 18px;
  height: 18px;
  background-color: #fff;
  color: #7e7c9e;
  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(148, 44, 251, 0);
  color: #942CFB;
  background-color: rgba(148, 44, 251, 0.1254901961);
}

.btn-light-primary:hover {
  color: #fff;
  background-color: #942CFB;
}

.btn-light-primary-two {
  border: 1px solid rgba(40, 41, 48, 0);
  color: #282930;
  background-color: rgba(40, 41, 48, 0.1254901961);
}

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

.btn-light-primary-light {
  border: 1px solid rgba(191, 203, 255, 0);
  color: #bfcbff;
  background-color: rgba(191, 203, 255, 0.1254901961);
}

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

.btn-light-secondary {
  border: 1px solid rgba(25, 32, 36, 0);
  color: #192024;
  background-color: rgba(25, 32, 36, 0.1254901961);
}

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

.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 #e2e8f01f00;
  color: rgba(226, 232, 240, 0.1215686275);
  background-color: #e2e8f01f20;
}

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

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

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

.btn-light-muted {
  border: 1px solid rgba(126, 124, 158, 0);
  color: #7e7c9e;
  background-color: rgba(126, 124, 158, 0.1254901961);
}

.btn-light-muted:hover {
  color: #fff;
  background-color: #7e7c9e;
}

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

.btn-solid-wrapper {
  display: inline-flex;
  filter: drop-shadow(0 0px 10px rgba(148, 44, 251, 0.54));
  -webkit-filter: drop-shadow(0 0px 10px rgba(148, 44, 251, 0.54));
}

.btn-solid {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-family: var(--display-font);
  font-weight: 600;
  text-transform: uppercase;
  background-color: var(--primary);
  mask: conic-gradient(from 45deg at 6px 6px, #fff 75%, rgba(255, 255, 255, 0) 0) -6px 0/100% 51% repeat-x, conic-gradient(from 135deg at 6px calc(100% - 6px), rgba(255, 255, 255, 0) 25%, #fff 0) -6px 100%/100% 51% repeat-x;
  -webkit-mask: conic-gradient(from 45deg at 6px 6px, #fff 75%, rgba(255, 255, 255, 0) 0) -6px 0/100% 51% repeat-x, conic-gradient(from 135deg at 6px calc(100% - 6px), rgba(255, 255, 255, 0) 25%, #fff 0) -6px 100%/100% 51% repeat-x;
}

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

.btn-primary {
  color: #fff;
}

.btn-primary:hover {
  color: #fff;
}

.btn-solid-text {
  padding-inline: 30px;
}

.btn-solid-line {
  margin-right: -4px;
}

.btn-solid-arrow {
  width: 64px;
  height: 64px;
}

.btn-solid.btn-solid-md {
  font-size: 13px;
}

.btn-solid.btn-solid-md .btn-solid-text {
  padding-inline: 20px;
}

.btn-solid.btn-solid-md .btn-solid-line {
  height: 54px;
}

.btn-solid.btn-solid-md .btn-solid-arrow {
  width: 54px;
  height: 54px;
}

.btn-icon {
  width: 32px;
  height: 32px;
  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 === */
/* === custom cursor css start === */
.cursor {
  position: fixed;
  background-color: var(--primary);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  z-index: 1;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  transform: scale(1);
  display: none;
}

@media (min-width: 1200px) {
  .cursor {
    display: inline-block;
  }
}
.cursor.active {
  opacity: 1;
  transform: scale(0);
}

.cursor.menu-active {
  opacity: 1;
  transform: scale(0);
}

.cursor.hovered {
  opacity: 1;
}

.cursor-follower {
  position: fixed;
  border: 1px solid var(--primary);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  z-index: 1;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  transform: translate(2px, 2px);
  display: none;
}

@media (min-width: 1200px) {
  .cursor-follower {
    display: inline-block;
  }
}
.cursor-follower.active {
  border-color: #fff;
  opacity: 0.25;
  transform: scale(2);
}

.cursor-follower.menu-active {
  border-color: #fff;
  opacity: 0.25;
  transform: scale(2);
}

.cursor-follower.hovered {
  border-color: #fff;
  opacity: 0.25;
}

/* === custom cursor 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-primary-light {
  color: var(--primary-light) !important;
  border: none;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  z-index: 1;
  border-radius: 6px;
}

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

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

.alert-primary-light.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: #942CFB !important;
  color: #fff !important;
}

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

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

.badge-secondary {
  background-color: #192024 !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: rgba(226, 232, 240, 0.1215686275) !important;
  color: #fff !important;
}

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

.badge-muted {
  background-color: #7e7c9e !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: rgba(148, 44, 251, 0.1254901961) !important;
  color: #942CFB !important;
}

.badge-light-primary-two {
  background-color: rgba(40, 41, 48, 0.1254901961) !important;
  color: #282930 !important;
}

.badge-light-primary-light {
  background-color: rgba(191, 203, 255, 0.1254901961) !important;
  color: #bfcbff !important;
}

.badge-light-secondary {
  background-color: rgba(25, 32, 36, 0.1254901961) !important;
  color: #192024 !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: #e2e8f01f20 !important;
  color: rgba(226, 232, 240, 0.1215686275) !important;
}

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

.badge-light-muted {
  background-color: rgba(126, 124, 158, 0.1254901961) !important;
  color: #7e7c9e !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: 600;
}

@media (min-width: 992px) {
  .table thead th:last-child {
    text-align: right;
  }
}
.table tbody td {
  font-size: 1rem;
  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(--light);
}

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

.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 start */
.hn_main_table {
  margin-bottom: 0;
}

.hn_main_table thead th {
  padding: 0.5rem 1.25rem;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 500;
  vertical-align: middle;
  background-color: var(--primary);
  border-bottom: 1px solid rgba(195, 188, 173, 0.35) !important;
}

.hn_main_table thead th:first-child {
  text-align: left;
}

.hn_main_table thead th:last-child {
  text-align: right;
}

.hn_main_table tbody td {
  border-top: none;
  border-bottom: 1px solid rgba(195, 188, 173, 0.15);
  padding: 0.9375rem 1.25rem;
  vertical-align: middle;
  background-color: transparent;
}

.hn_main_table tbody td:first-child {
  text-align: left;
}

@media (min-width: 992px) {
  .hn_main_table tbody td:last-child {
    text-align: right;
  }
}
.hn_main_table tbody tr:last-child td {
  border-bottom: none;
}

.hn_table_gateway {
  display: inline-flex;
  align-items: center;
}

.hn_table_gateway img {
  max-height: 35px;
}

.hn_table_gateway h6 {
  font-size: 16px;
  font-weight: 500;
  padding-left: 20px;
  margin-bottom: 0;
}

.hn_main_table tr td[colspan="100%"] {
  padding-left: 15px !important;
  text-align: center !important;
}

/* table css end */
/* === 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(--light);*/
  /*  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 ;*/
/*}*/

.hn_card .card-body {
    overflow-x: auto;
}

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

.no-data td::before {
  display: none !important;
}

.no-data .bt-content {
  display: block;
  width: 100%;
  text-align: center;
}

/* === table responsive css end === */
/* === form css start === */
.form-group {
  margin-bottom: 0.9375rem;
}

.form-control {
  padding: 0.625rem 0.9375rem;
  border: 1px solid var(--border-color);
  width: 100%;
  background-color: transparent;
  color: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  height: 58px;
  font-family: "Karla", sans-serif;
}

.form-control::-webkit-input-placeholder {
  color: #c8c8c8;
}

.form-control::-moz-placeholder {
  color: #c8c8c8;
}

.form-control:-ms-input-placeholder {
  color: #c8c8c8;
}

.form-control:-moz-placeholder {
  color: #c8c8c8;
}

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

.form-control:focus {
  background-color: transparent;
  border-color: var(--primary) !important;
  box-shadow: 0 0 5px rgba(var(--primary), 0.35);
  color: #fff;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #2e2e2e;
}

.input-group-text {
  background-color: #ffffff;
  color: #000 !important;
}

.form-control.form-control-md {
  height: 45px;
}

.form-control.form-control-sm {
  height: 35px;
}

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

.form-select {
  padding: 0.625rem 0.9375rem;
  width: 100%;
  border: 1px solid var(--border-color);
  cursor: pointer;
  background-color: transparent;
  height: 58px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  color: #fff;
  --bs-form-select-bg-img: url("../images/arrow-down.png");
  background-size: 10px 6px;
}

.form-select:focus {
  box-shadow: none;
  border-color: var(--primary);
}

.form-select option {
  padding: 0.625rem 0;
  display: block;
  background-color: var(--surface-bg);
  color: #fff;
}

.form-select.form-select-sm {
  height: 35px;
  font-size: 0.875rem;
  padding: 0.3125rem 30px 0.3125rem 12px;
}

textarea {
  min-height: 155px !important;
  resize: none;
  width: 100%;
}

label {
  font-family: "Kanit", sans-serif;
  color: #fff;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
}

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

.input-group select {
  background-color: transparent;
  border: none;
}

.custom-radio {
  position: relative;
  padding-left: 0;
}

.custom-radio input[type=radio] {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  cursor: pointer;
}

.custom-radio input[type=radio]:checked ~ label::before {
  border-width: 2px;
  border-color: #FFEE49;
}

.custom-radio input[type=radio]:checked ~ label::after {
  opacity: 1;
}

.custom-radio label {
  margin-bottom: 0;
  position: relative;
  padding-left: 20px;
  font-size: 0.875rem;
  font-weight: 400;
}

.custom-radio label::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #888888;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.custom-radio label::after {
  position: absolute;
  content: "";
  top: 8px;
  left: 4px;
  width: 7px;
  height: 7px;
  background-color: #FFEE49;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.custom-checkbox {
  padding-left: 1.5625rem;
}

.custom-checkbox input {
  display: none;
}

.custom-checkbox input:checked ~ label::before {
  content: "\f14a";
  color: #FFEE49;
}

.custom-checkbox label {
  position: relative;
  font-size: 0.9375rem;
  font-weight: 400;
  cursor: pointer;
  margin-bottom: 0;
}

.custom-checkbox label::before {
  position: absolute;
  content: "\f04d";
  font-family: "Line Awesome Free";
  font-weight: 900;
  top: 3px;
  left: -1.5625rem;
  font-size: 1.25rem;
  line-height: 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: 44px;
  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: 44px;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding-inline: 1rem;
}

.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(--light);
  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;
}

.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: var(--light) !important;
}

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

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

/* === 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;
  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);
}

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

@media (min-width: 768px) {
  .card .card-footer {
    padding: 0.875rem 1.5rem;
  }
}
/* card css start */
.hn_card {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 1px solid rgba(148, 44, 251, 0.55);
  background: linear-gradient(to right, #1A1436, #3b2262, #270449);
}

.hn_card .card-header {
  padding: 0.9375rem 1rem;
  border-bottom: 1px solid rgba(195, 188, 173, 0.35);
  background-color: transparent;
}

@media (min-width: 576px) {
  .hn_card .card-header {
    padding: 0.9375rem 1.25rem;
  }
}
.hn_card .card-body {
  padding: 1rem;
}

@media (min-width: 576px) {
  .hn_card .card-body {
    padding: 1.25rem;
  }
}
/* card css end */
/* === card css end === */
/* === modal css start === */
.modal-content {
  background-color: #161616;
}

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

.modal-header .close {
  margin-left: auto;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

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

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

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

.offcanvas {
  background-color: var(--surface-bg);
  color: var(--body-color);
}

.btn-close {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

/* === modal css end === */
/* === accordion css start === */
.accordion-style-dafault .accordion-item {
  border: 1px solid var(--border-color) !important;
  background-color: var(--surface-bg) !important;
  border-radius: 16px;
  overflow: hidden;
  padding: 24px 24px;
  margin-bottom: 12px;
}

@media (min-width: 992px) {
  .accordion-style-dafault .accordion-item {
    margin-bottom: 20px;
  }
}
.accordion-style-dafault .accordion-item:last-child {
  margin-bottom: 0;
}

.accordion-style-dafault .accordion-body {
  background-color: transparent;
  padding: 0;
  padding-top: 1.5rem;
  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: #fff;
}

@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: "\f2ea";
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 700 !important;
  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: 28px;
    width: 28px;
    font-size: 24px;
  }
}
.accordion-style-dafault .accordion-button[aria-expanded=false]::after {
  content: "\f4fe";
}

/* === 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;
}

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

.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;
  justify-content: flex-end;
}

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

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

.pagination-style-two .pagination .page-item .page-link:focus {
  box-shadow: none;
  background-color: var(--light);
  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);
}

/* === 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:hover, .dropdown-item:focus {
  background-color: var(--light) !important;
  color: var(--display-color);
}

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

.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: var(--light);
  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 Css End */
/* === Dropdown css end === */
/* === tooltip css start === */
/* 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;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
}

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

.image-upload .image-edit-btn input + label {
  display: inline-block;
  padding-inline: 0.75rem;
  height: 28px;
  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: var(--primary);
  color: #000;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  font-weight: 500;
}

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

.image-upload .image-edit-btn input + label:before {
  content: "\f603";
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  margin-right: 6px;
}

.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%;
  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: 2px solid #fff;
}

.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);
  inset-inline-start: 0;
  width: 100%;
  display: none;
  z-index: 9;
}

.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-top: 0;
  border-left: 0;
  border-right: 0;
  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-single-transfer-dropdown .form-control:focus {
  border-color: var(--border-color) !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: #F5F5F5;
}

.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: #F5F5F5;
}

.rt-single-transfer-dropdown .rt-currency-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  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;
    gap: 1rem;
  }
}
.rt-single-transfer-dropdown .rt-currency-list li:hover {
  background-color: #f1f5f9;
}

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

.rt-single-transfer-dropdown .rt-currency-list li img {
  height: 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 {
    height: 25px;
    height: 25px;
  }
}
.rt-single-transfer-dropdown .rt-currency-list .no-data {
  display: none;
  padding: 1rem;
}

.rt-transfer-info-list {
  margin-top: 1.875rem;
}

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

/* === 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: #fff;
  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: #fff;
  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-media-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
}

.social-media-links 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-media-links 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.1);
  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: var(--primary);
  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.1);
}

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

.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: #fff;
  padding: 0 0.9375rem;
  font-weight: 500;
}

/* === divider css end === */
/* === otp css start === */
:root {
  --bg: #0f172a; /* slate-900 */
  --panel: #111827; /* gray-900 */
  --otp-muted: #9CA3AF; /* gray-400 */
  --text: #e5e7eb; /* gray-200 */
  --brand: #3b82f6; /* blue-500 */
  --brand-2: #60a5fa; /* blue-400 */
  --ring: rgba(59,130,246,.35);
  --ok: #22c55e;
  --err: #ef4444;
}

.otp-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.otp-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4px;
}

@media (min-width: 576px) {
  .otp-grid {
    gap: 12px;
  }
}
.otp-input {
  width: 100%;
  aspect-ratio: 1/1;
  text-align: center;
  font-size: clamp(22px, 6vw, 28px);
  font-weight: 600;
  color: var(--display-color);
  background: var(--color-body-background);
  border: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 14px;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.06s ease;
  caret-color: transparent;
}

.otp-input:focus {
  border-color: var(--primary);
  box-shadow: none;
  transform: translateY(-1px);
}

.otp-input.filled {
  border-color: rgba(148, 163, 184, 0.4);
}

.helper {
  font-size: 14px;
  color: var(--otp-muted);
}

.status {
  font-size: 14px;
  font-weight: 600;
}

.ok {
  color: var(--ok);
}

.err {
  color: var(--err);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* === otp css end === */
/* === header css start === */
.header-section {
  padding-block: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

@media (min-width: 1200px) {
  .header-section {
    padding-block: 20px;
  }
}
@media (max-width: 1199px) {
  .header-section .btn-solid-wrapper {
    margin-left: auto;
  }
}
@media (max-width: 1399px) {
  .header-section .btn-solid-wrapper .btn-solid.btn-solid-md .btn-solid-line {
    height: 48px;
  }
  .header-section .btn-solid-wrapper .btn-solid.btn-solid-md .btn-solid-arrow {
    width: 44px;
    height: 44px;
  }
  .header-section .btn-solid-wrapper .btn-solid.btn-solid-md .btn-solid-text {
    padding-inline: 12px;
  }
}
.logo-part img {
  max-height: 35px;
}

@media (min-width: 576px) {
  .logo-part img {
    max-height: 42px;
  }
}
@media (min-width: 1400px) {
  .logo-part img {
    max-height: 45px;
  }
}
.header-main-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .header-main-part {
    padding-block: 8px;
  }
}
.header-menu-list-wrapper {
  transition: all 0.3s;
}

.header-menu-list-wrapper.active {
  left: 0;
}

@media (min-width: 1200px) {
  .header-menu-list-wrapper .btn-solid-wrapper {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header-menu-list-wrapper {
    padding-top: 20px;
    position: fixed;
    top: 0;
    left: -105%;
    width: 300px;
    height: 100vh;
    background-color: #1b1b1e;
    z-index: 9;
    padding-inline: 12px;
  }
}
.header-menu-list-wrapper .mobile-menu-close-btn {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 18px;
  width: 32px;
  height: 32px;
  border: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

@media (min-width: 1200px) {
  .header-menu-list-wrapper .mobile-menu-close-btn {
    display: none;
  }
}
.mobile-menu-open-btn {
  font-size: 36px;
  margin-left: 8px;
}

@media (min-width: 1200px) {
  .mobile-menu-open-btn {
    display: none;
  }
}
.header-menu-list {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .header-menu-list {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .header-menu-list li:first-child a {
    padding-left: 0;
  }
}
.header-menu-list li a {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--display-color);
  padding: 8px 16px;
  display: flex;
  font-family: var(--display-font);
  font-size: 14px;
}

@media (min-width: 1200px) {
  .header-menu-list li a {
    font-size: 12px;
    padding: 24px 12px;
  }
}
@media (min-width: 1400px) {
  .header-menu-list li a {
    font-size: 14px;
    padding: 24px 16px;
  }
}
.header-menu-list li a:hover {
  color: var(--primary);
}

.header-menu-list li:hover .header-submenu-list {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.header-menu-list li:hover::after {
  transform: rotate(180deg);
}

.header-menu-list li.submenu-dropdown {
  position: relative;
}

.header-menu-list li.submenu-dropdown::after {
  position: absolute;
  content: "\f282";
  top: 13px;
  right: 12px;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 1200px) {
  .header-menu-list li.submenu-dropdown::after {
    top: 25px;
    right: -4px;
  }
}
.header-submenu-list {
  background-color: #f1f1f1;
  z-index: 1;
  padding-block: 8px;
  padding-left: 16px;
  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;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 1200px) {
  .header-submenu-list {
    position: absolute;
    top: 110%;
    background-color: #fff;
    left: -50px;
    width: 240px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    padding-left: 0;
  }
}
.header-submenu-list li a {
  padding: 8px 16px !important;
}

.header-lang {
  font-size: 16px;
  text-transform: uppercase;
  margin-right: 12px;
  position: relative;
  z-index: 0;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .header-lang {
    margin-right: 20px;
    font-size: 20px;
  }
}
.header-lang .globe,
.header-lang .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.header-lang .globe {
  left: 0;
  display: none;
  color: #fff;
}

@media (min-width: 1200px) {
  .header-lang .globe {
    display: inline-block;
  }
}
.header-lang .arrow {
  right: 0;
  font-size: 16px;
  color: #fff;
}

.header-lang select {
  padding-left: 0;
  padding-right: 22px;
  color: #fff;
}

@media (min-width: 1200px) {
  .header-lang select {
    padding-left: 26px;
    padding-right: 22px;
  }
}
.header-lang select option {
  background-color: var(--surface-bg);
}

/* === header css end === */
/* === footer css start === */
.footer-section {
  position: relative;
  background-color: var(--surface-bg);
  z-index: 0;
}

.footer-section .footer-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  z-index: -1;
  opacity: 0.05;
}

.footer-section .footer-top .title {
  color: #fff;
}

.footer-section .footer-top .container {
  padding-block: 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 576px) {
  .footer-section .footer-top .container {
    padding-block: 5rem;
  }
}
.footer-section .footer-middle {
  padding: 2.5rem 0;
}

@media (min-width: 576px) {
  .footer-section .footer-middle {
    padding: 5rem 0;
  }
}
.destination-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media (min-width: 576px) {
  .destination-item {
    gap: 20px;
  }
}
.destination-item img {
  width: 24px;
}

@media (min-width: 576px) {
  .destination-item img {
    width: 36px;
  }
}
.destination-item span {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}

@media (min-width: 576px) {
  .destination-item span {
    font-size: 16px;
  }
}
.subscribe-form {
  position: relative;
}

.subscribe-form input {
  width: 100%;
  height: 48px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 0.625rem 1rem;
  padding-right: 50px;
  padding-left: 2.75rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.subscribe-form input:focus {
  border-color: var(--primary);
}

.subscribe-form input:focus ~ .icon {
  color: var(--primary);
}

.subscribe-form button {
  position: absolute;
  inset-block-start: 4px;
  inset-inline-end: 4px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 40px;
  height: calc(100% - 8px);
  background-color: var(--primary);
  color: #fff;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.subscribe-form .icon {
  position: absolute;
  inset-block-start: 50%;
  transform: translateY(-50%);
  inset-inline-start: 12px;
  font-size: 1.25rem;
  opacity: 0.45;
}

.footer-logo {
  max-height: 75px;
}

.footer-item .footer-item-title {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  margin-bottom: 1.875rem;
  color: #fff;
}

.footer-item .footer-item-title::before {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: var(--primary);
}

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

.footer-list li {
  color: #fff;
}

.footer-list li a {
  color: #fff;
}

.footer-bottom .container {
  padding-block: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* === footer css end === */
/* === breadcrumb css start === */
/* === breadcrumb css end === */
/* === user sidebar css start === */
.user-sidebar {
  position: fixed;
  top: 0;
  inset-inline-start: -105%;
  height: 100%;
  background-color: transparent;
  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);
  background-color: rgba(30, 5, 74, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

@media (min-width: 1200px) {
  .user-sidebar {
    top: 16px;
    inset-inline-start: 16px;
    box-shadow: none;
    height: calc(100vh - 32px);
    border-radius: 1rem;
    width: 220px;
  }
}
@media (min-width: 1400px) {
  .user-sidebar {
    width: 260px;
  }
}
.user-sidebar-logo {
  height: 60px;
  display: flex;
  align-items: center;
  padding-inline: 1.5rem;
  border-bottom: 1px solid var(--border-color);
}

.user-sidebar-logo img {
  max-height: 35px;
}

.user-sidebar-main {
  padding: 0.9375rem 0 0.9375rem 0.9375rem;
  flex-grow: 1;
  height: calc(100vh - 90px);
  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-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 - 100px);
  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: "\f282";
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  inset-block-start: 50%;
  inset-inline-end: 0.75rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0.875rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sidebar-menu li.dropdown.dropdown-open > a {
  background-color: #fff;
  color: var(--primary);
}

.sidebar-menu li.dropdown.dropdown-open > a:hover {
  color: var(--primary);
}

.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 > a {
  background-color: var(--primary);
  color: #fff;
}

.sidebar-menu li.dropdown.open > a:hover {
  color: #fff;
}

.sidebar-menu li.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-color: var(--primary);
  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: 1rem;
  font-weight: 500;
}

@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.25rem;
  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.5rem;
  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: #000;
  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: -14px;
  top: 50%;
  height: 1px;
  width: 12px;
  background-color: #000;
  opacity: 0.1;
}

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

/* === user sidebar css end === */
/* === user nav css start === */
.user-navbar {
  height: 60px;
  position: absolute;
  top: 12px;
  inset-inline-start: 12px;
  width: calc(100% - 24px);
  padding-inline-start: 1.25rem;
  padding-inline-end: 1.25rem;
  display: flex;
  align-items: center;
  z-index: 2;
  background-color: rgba(30, 5, 74, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

@media (min-width: 1200px) {
  .user-navbar {
    inset-inline-start: 250px;
    width: calc(100% - 262px);
  }
}
@media (min-width: 1400px) {
  .user-navbar {
    inset-inline-start: 290px;
    width: calc(100% - 300px);
  }
}
@media (min-width: 1200px) {
  .user-navbar-logo {
    display: none;
  }
}
.user-navbar-logo img {
  max-height: 25px;
}

@media (min-width: 576px) {
  .user-navbar-logo img {
    max-height: 30px;
  }
}
.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-right {
  width: 100%;
}

@media (max-width: 575px) {
  .nav-company-profile .avatar-lg {
    width: 30px !important;
    height: 30px !important;
  }
}
.action-icon {
  border: 1px solid rgba(255, 255, 255, 0.1490196078);
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 370px) {
  .action-icon.visit-home-icon {
    display: none;
  }
}
.it-mobile-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--surface-bg);
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.05);
  z-index: 9;
  padding: 0.625rem 0.9375rem;
  transition: all 0.3s;
  border-top: 1px solid var(--border-color);
}

.it-mobile-bar.bottom-fixed {
  bottom: 0;
}

@media (min-width: 576px) {
  .it-mobile-bar {
    display: none;
  }
}
.it-mobile-bar ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.it-mobile-bar ul li {
  width: 20%;
}

.it-mobile-bar ul li a {
  display: flex;
  flex-flow: column;
  align-items: center;
  color: var(--body-color);
}

.it-mobile-bar ul li a i {
  font-size: 1.125rem;
  line-height: 1;
}

.it-mobile-bar ul li a span {
  font-size: 0.75rem;
  font-weight: 500;
}

.it-mobile-bar ul li a.active {
  color: var(--primary);
}

.it-mobile-bar ul li a.rt-mobile-bar-main-item {
  margin-top: -50px;
}

.it-mobile-bar ul li a.rt-mobile-bar-main-item i {
  width: 50px;
  height: 50px;
  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: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 5px 15px var(--primary);
}

/* === user nav css end === */
/* === user body css start === */
/* === user body css end === */
/* === user footer css start === */
/* === user footer css end === */
/* === banner css start === */
.banner-section {
  position: relative;
  padding-top: 120px;
  padding-bottom: 40px;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  .banner-section {
    padding-top: 140px;
    padding-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .banner-section {
    padding-top: 160px;
    padding-bottom: 70px;
  }
}
@media (min-width: 1400px) {
  .banner-section {
    padding-top: 200px;
    padding-bottom: 120px;
  }
}
.banner-section::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #080809 0%, transparent 100%);
  z-index: -1;
}

.banner-section::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(to top, #080809 0%, transparent 100%);
  z-index: -1;
}

.banner-section .banner-title {
  color: #fff;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  .banner-section .banner-title {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .banner-section .banner-title {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .banner-section .banner-title {
    font-size: 48px;
  }
}
@media (min-width: 1400px) {
  .banner-section .banner-title {
    font-size: 64px;
  }
}
.banner-section .banner-title span {
  color: var(--primary);
}

@media (min-width: 1400px) {
  .banner-section .banner-details {
    font-size: 20px;
  }
}
.banner-overview {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
}

.banner-overview::before, .banner-overview::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 10px;
  height: 74px;
  background: url("../images/border-shape.png") 50% 50% no-repeat;
  background-size: 100% 100%;
}

.banner-overview::before {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}

.banner-overview::after {
  right: 0;
  transform: translateY(-50%);
}

.banner-overview-single {
  padding-inline: 30px;
  text-align: center;
  border-right: 1px dotted rgba(255, 255, 255, 0.2);
}

.banner-overview-single:last-child {
  border-right: none;
}

.banner-overview-single p {
  margin-bottom: 0;
}

.it-ico-box {
  position: relative;
  background-color: rgba(8, 8, 9, 0.75);
  backdrop-filter: blur(10px);
  padding: 1.875rem 1.25rem;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border: 2px solid var(--border-color);
  z-index: 1;
}

@media (min-width: 1200px) {
  .it-ico-box {
    padding: 1.875rem 1.25rem;
  }
}
@media (min-width: 1400px) {
  .it-ico-box {
    padding: 2.5rem 1.875rem;
  }
}
.it-ico-box .form-control {
  font-size: 24px;
}

.it-ico-box .title {
  font-size: 1.125rem;
  text-align: center;
  text-transform: uppercase;
  word-spacing: 2px;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .it-ico-box .title {
    margin-bottom: 0.75rem;
  }
}
.it-ico-box .title i {
  color: var(--primary);
}

.it-ico-box .it-ico-box-timer {
  position: relative;
  z-index: 1;
  margin-top: 1.5rem;
  padding-block: 0.25rem;
}

@media (min-width: 1200px) {
  .it-ico-box .it-ico-box-timer {
    margin-top: 2rem;
  }
}
.it-ico-box .it-ico-box-timer::before {
  position: absolute;
  content: "";
  top: 0;
  left: -20px;
  width: calc(100% + 40px);
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.015));
  z-index: -1;
}

@media (min-width: 1200px) {
  .it-ico-box .it-ico-box-timer::before {
    left: -20px;
    width: calc(100% + 40px);
  }
}
@media (min-width: 1400px) {
  .it-ico-box .it-ico-box-timer::before {
    left: -30px;
    width: calc(100% + 60px);
  }
}
.it-ico-box .form-control {
  background-color: rgba(255, 255, 255, 0.015);
}

.ico-box-progress {
  background-color: rgba(255, 255, 255, 0.05);
  height: 20px !important;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  -ms-border-radius: 99px;
  -o-border-radius: 99px;
}

.ico-box-progress .progress-bar {
  background: var(--gradient);
}

.token-currency-part {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
  gap: 0.75rem;
}

.token-currency-part .main-token-icon {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.015);
  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;
}

.token-currency-part .main-token-icon img {
  max-width: 30px;
  max-height: 30px;
}

.currency-dropdown-btn {
  height: 50px;
  background-color: rgba(255, 255, 255, 0.015);
  border: 1px solid var(--border-color);
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  -ms-border-radius: 99px;
  -o-border-radius: 99px;
  padding: 0.125rem 1rem;
  display: flex;
  align-items: center;
}

.currency-dropdown-btn span {
  margin-left: 0.5rem;
}

.currency-dropdown-btn img {
  width: 35px;
  height: 35px;
  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;
}

.currency-dropdown-btn i {
  font-size: 1.125rem;
  margin-left: 0.125rem;
}

.breadcrumb-banner {
  position: relative;
  padding-block-start: 140px;
  padding-block-end: 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--primary-two);
  z-index: 0;
}

@media (min-width: 1200px) {
  .breadcrumb-banner {
    padding-block-start: 160px;
    padding-block-end: 60px;
  }
}
.breadcrumb-banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #080809 0%, transparent 100%);
  z-index: -1;
}

.breadcrumb-banner .breadcrumb-banner-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  z-index: -2;
}

.breadcrumb-banner .title {
  font-size: 24px;
}

@media (min-width: 576px) {
  .breadcrumb-banner .title {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .breadcrumb-banner .title {
    font-size: 42px;
  }
}
.breadcrumb-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}

.breadcrumb-menu li {
  color: #fff;
}

.breadcrumb-menu li:last-child::after {
  display: none;
}

.breadcrumb-menu li::after {
  content: "/";
  padding-inline: 12px;
}

.breadcrumb-menu li a {
  color: #fff;
}

/* === banner css end === */
/* === brands css start === */
.our-partners {
  padding-block: 2.5rem;
  overflow: hidden;
}

@media (min-width: 576px) {
  .our-partners {
    padding-block: 5rem;
  }
}
.our-partners-slider-area {
  mask-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0) 100%);
}

.our-partners-slider .slick-list {
  margin: 0 -16px;
}

.our-partners-slider .single-slide {
  padding-inline: 16px;
}

.partner-item {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-item img {
  max-height: 35px;
}

/* === brands css end === */
/* === about css start === */
.about-node {
  padding-top: 164px;
  padding-bottom: 60px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 576px) {
  .about-node {
    padding-bottom: 140px;
  }
}
.about-node-right-el {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 250px;
}

@media (min-width: 768px) {
  .about-node-right-el {
    width: auto;
  }
}
.about-node-content {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.about-node-item {
  padding: 30px;
  border-radius: 16px;
  background-color: rgba(30, 5, 74, 0.5411764706);
  border: 2px solid transparent;
  transition: all 0.3s;
  overflow: hidden;
  position: relative;
  z-index: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.about-node-item::before {
  position: absolute;
  content: "";
  top: -70px;
  left: -100px;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: radial-gradient(var(--primary) 30%, transparent 65%);
  z-index: -1;
  opacity: 0.075;
}

.about-node-item:hover {
  border-color: var(--primary);
}

.about-node-item-img {
  margin-top: 50px;
}

.about-node-item-img img {
  max-height: 95px;
}

.about-node-item p {
  margin-bottom: 0;
  font-size: 1.125rem;
  margin-top: 24px;
}

/* === about css end === */
/* === benefits css start === */
.our-benefits {
  padding-top: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}

@media (min-width: 576px) {
  .our-benefits {
    padding-top: 140px;
  }
}
.our-benefits-section-subtitle {
  font-size: 20px;
}

.our-benefit-item {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  border-radius: 16px;
  transition: all 0.3s;
  background-color: rgba(30, 5, 74, 0.6862745098);
  border: 2px solid transparent;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.our-benefit-item:hover {
  border-color: var(--primary);
  background-color: var(--surface-bg);
}

.our-benefit-item .icon {
  width: 55px;
}

.our-benefit-item .title {
  width: calc(100% - 55px);
}

.our-benefit-item .details {
  margin-bottom: 0;
  font-size: 18px;
  width: 100%;
  margin-top: 16px;
}

/* === benefits css end === */
/* === how work css start === */
.how-work {
  padding-top: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}

@media (min-width: 576px) {
  .how-work {
    padding-top: 140px;
  }
}
.how-work-item {
  padding: 32px;
  background-color: rgba(30, 5, 74, 0.6862745098);
  border: 2px solid transparent;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 16px;
  transition: all 0.3s;
  overflow: hidden;
  position: relative;
  z-index: 0;
  text-align: center;
}

.how-work-item::before {
  position: absolute;
  content: "";
  top: -220px;
  left: 50%;
  transform: translateX(-50%);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: radial-gradient(var(--primary) 30%, transparent 65%);
  z-index: -1;
  opacity: 0.075;
}

.how-work-item:hover {
  background-color: var(--surface-bg);
  border-color: var(--primary);
}

.how-work-item .how-work-item-img {
  margin-bottom: 40px;
  max-height: 75px;
}

.how-work-item .details {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 16px;
}

@media (min-width: 992px) {
  .how-work-wrapper div[class*=col]:nth-child(1), .how-work-wrapper div[class*=col]:nth-child(3) {
    margin-top: 100px;
  }
}
/* === how work css end === */
/* === bonus css start === */
.our-bonus {
  padding-bottom: 60px;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 576px) {
  .our-bonus {
    padding-bottom: 140px;
  }
}
.bonus-level-wrapper {
  display: flex;
  flex-wrap: wrap;
  background-color: var(--body-bg);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.bonus-level-single {
  width: 20%;
  height: 450px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

@media (min-width: 576px) {
  .bonus-level-single {
    height: 550px;
  }
}
.bonus-level-single:last-child {
  border-right: none;
}

.bonus-level-single .bonus-level-caption {
  background-color: var(--surface-bg);
  display: block;
  text-align: center;
  font-weight: 500;
  color: #fff;
  padding: 8px 10px;
}

.bonus-level-single .level-inner {
  background: linear-gradient(to bottom, rgba(148, 44, 251, 0.2), rgba(148, 44, 251, 0.1));
  border-top: 2px solid var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
}

.bonus-level-single .level-inner p {
  font-size: 14px;
}

@media (min-width: 576px) {
  .bonus-level-single .level-inner p {
    font-size: 18px;
  }
}
.bonus-level-single .level-inner p span {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 1.2;
}

.bonus-level-single:nth-child(1) .level-inner {
  height: 300px;
}

.bonus-level-single:nth-child(2) .level-inner {
  height: 240px;
}

.bonus-level-single:nth-child(3) .level-inner {
  height: 180px;
}

.bonus-level-single:nth-child(4) .level-inner {
  height: 120px;
}

.bonus-level-single:nth-child(5) .level-inner {
  height: 80px;
}

.bonus-level-single:nth-child(6) .level-inner {
  height: 200px;
}

.rank-item {
  padding: 1.25rem;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  background-color: var(--surface-bg);
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: all 0.3s;
}

@media (min-width: 576px) {
  .rank-item {
    padding: 1.875rem;
  }
}
.rank-item:hover {
  border-color: var(--primary);
}

.rank-item:hover img {
  transform: translateY(-5px) scale(0.95, 0.95);
}

.rank-item::before {
  position: absolute;
  content: "";
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: radial-gradient(var(--primary) 30%, transparent 65%);
  z-index: -1;
  opacity: 0.075;
}

.rank-item img {
  height: 104px;
  transition: all 0.3s;
}

@media (min-width: 1400px) {
  .rank-item img {
    height: 154px;
  }
}
/* === bonus css end === */
/* === tokenomics css start === */
.our-tokenomics {
  padding-block: 60px;
}

@media (min-width: 576px) {
  .our-tokenomics {
    padding-block: 140px;
  }
}
.tokenomics-content {
  padding: 30px;
  background-color: var(--surface-bg);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  text-align: center;
}

.tokenomics-content::before {
  position: absolute;
  content: "";
  top: -220px;
  left: 50%;
  transform: translateX(-50%);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: radial-gradient(var(--primary) 30%, transparent 65%);
  z-index: -1;
  opacity: 0.075;
}

.tokenomics-content ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tokenomics-content ul li:last-child {
  border-bottom: none;
}

/* === tokenomics css end === */
/* === gateways css start === */
.our-gateways {
  padding-bottom: 60px;
}

@media (min-width: 576px) {
  .our-gateways {
    padding-bottom: 160px;
  }
}
.gateways-wrapper {
  mask-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0) 100%);
}

.gateway-item {
  padding: 10px 20px;
  background-color: var(--primary);
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
}

@media (min-width: 576px) {
  .gateway-item {
    height: 65px;
  }
}
.gateway-item img {
  height: 24px;
}

@media (min-width: 576px) {
  .gateway-item img {
    height: 35px;
  }
}
.gateway-slider-one .slick-list,
.gateway-slider-two .slick-list {
  margin: 0 -12px;
}

.gateway-slider-one .single-slide,
.gateway-slider-two .single-slide {
  padding: 0 12px;
}

.gateway-slider-two {
  transform: rotate(180deg);
}

.gateway-slider-two .single-slide {
  transform: rotate(180deg);
}

/* === gateways css end === */
/* === trading view css start === */
.trading-section {
  padding-block: 60px;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 576px) {
  .trading-section {
    padding-block: 140px;
  }
}
/* === trading view css end === */
/* === roadmap css start === */
.our-roadmap {
  padding-bottom: 60px;
}

@media (min-width: 576px) {
  .our-roadmap {
    padding-bottom: 140px;
  }
}
.roadmap-wrapper {
  position: relative;
}

.roadmap-wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: var(--primary);
  opacity: 0.25;
}

.single-roadmap {
  display: flex;
  position: relative;
  z-index: 0;
  margin-bottom: 40px;
}

@media (min-width: 576px) {
  .single-roadmap {
    margin-bottom: 0;
  }
}
.single-roadmap::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 50%;
  height: 1px;
  background-color: var(--primary);
  opacity: 0.25;
  z-index: -1;
}

.single-roadmap::after {
  position: absolute;
  content: "\f282";
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 700 !important;
  width: 28px;
  height: 28px;
  top: calc(100% + 20px);
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--primary);
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 576px) {
  .single-roadmap::after {
    top: 50%;
  }
}
.single-roadmap:nth-child(even) {
  justify-content: flex-end;
}

.single-roadmap:nth-child(even)::before {
  left: auto;
  right: 0;
}

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

.single-roadmap-inner {
  width: 100%;
  padding: 1.5rem;
  border-radius: 16px;
  background-color: var(--surface-bg);
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 0;
  overflow: hidden;
  transition: all 0.3s;
}

@media (min-width: 992px) {
  .single-roadmap-inner {
    width: 35%;
  }
}
.single-roadmap-inner::before {
  position: absolute;
  content: "";
  top: -220px;
  left: -100px;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: radial-gradient(var(--primary) 30%, transparent 65%);
  z-index: -1;
  opacity: 0.075;
}

.single-roadmap .title {
  color: var(--primary);
}

.single-roadmap .level {
  padding: 2px 12px;
  background-color: var(--primary);
  border-radius: 99px;
  color: #fff;
  filter: drop-shadow(0 0px 10px rgba(148, 44, 251, 0.54));
  -webkit-filter: drop-shadow(0 0px 10px rgba(148, 44, 251, 0.54));
}

.single-roadmap ul li + li {
  margin-top: 6px;
}

.single-roadmap ul li {
  position: relative;
  padding-left: 16px;
}

.single-roadmap ul li::before {
  position: absolute;
  content: "";
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: var(--primary);
  border-radius: 50%;
}

/* === roadmap css end === */
/* === testimonial css start === */
.our-testimonial {
  padding-bottom: 60px;
}

@media (min-width: 576px) {
  .our-testimonial {
    padding-bottom: 140px;
  }
}
.testimonial-slider {
  mask-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0) 100%);
}

.testimonial-slider .slick-list {
  margin: -12px;
}

.testimonial-slider .single-slide {
  padding: 12px;
}

.testimonial-item {
  padding: 24px;
  background-color: var(--surface-bg);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.testimonial-item:hover {
  border-color: var(--primary);
}

.testimonial-item::before {
  position: absolute;
  content: "";
  top: -220px;
  left: -100px;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: radial-gradient(var(--primary) 30%, transparent 65%);
  z-index: -1;
  opacity: 0.075;
}

.testimonial-item-img {
  width: 40px;
  height: 40px;
  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;
}

/* === testimonial css end === */
/* === transaction css start === */
.our-transaction {
  padding-bottom: 60px;
}

@media (min-width: 576px) {
  .our-transaction {
    padding-bottom: 140px;
  }
}
.single-transaction + .single-transaction {
  margin-top: 1rem;
}

.single-transaction {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.875rem 1rem;
  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);
  background-color: var(--surface-bg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

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

.single-transaction .user {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .single-transaction .user {
    width: calc(100% - 360px);
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .single-transaction .user {
    width: calc(100% - 400px);
  }
}
.single-transaction .user img {
  width: 38px;
  height: 38px;
  object-fit: cover;
  -o-object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.single-transaction .user .username {
  font-weight: 600;
  color: #fff;
  font-size: 1rem;
}

.single-transaction .date {
  width: 90px;
  font-size: 0.875rem;
}

@media (min-width: 576px) {
  .single-transaction .date {
    text-align: center;
    font-size: 1rem;
    width: 110px;
  }
}
@media (min-width: 1400px) {
  .single-transaction .date {
    width: 150px;
  }
}
.single-transaction .amount {
  width: calc(100% - 190px);
  text-align: center;
  font-size: 0.875rem;
}

@media (min-width: 576px) {
  .single-transaction .amount {
    width: 150px;
    font-size: 1rem;
  }
}
.single-transaction .gateway {
  width: 100px;
  text-align: right;
  font-size: 0.875rem;
}

@media (min-width: 576px) {
  .single-transaction .gateway {
    font-size: 1rem;
  }
}
/* === transaction css end === */
/* === event css start === */
.our-event {
  padding-bottom: 60px;
}

@media (min-width: 576px) {
  .our-event {
    padding-bottom: 140px;
  }
}
.single-event {
  position: relative;
}

.single-event:hover .thumb img {
  transform: scale(1.25, 1.25);
  z-index: -1;
}

.single-event .thumb {
  height: 445px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.single-event .thumb::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
}

.single-event .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: -1;
}

.single-event .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
}

@media (min-width: 1400px) {
  .event-slider {
    mask-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0) 100%);
  }
}
.event-slider .slick-arrow {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.25);
  border: var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-top: -20px;
  font-size: 20px;
  z-index: 1;
  transition: all 0.3s;
}

.event-slider .slick-arrow:hover {
  background-color: var(--primary);
  color: #fff;
}

.event-slider .slick-arrow.slick-prev {
  left: 0;
}

@media (min-width: 576px) {
  .event-slider .slick-arrow.slick-prev {
    left: -15px;
  }
}
@media (min-width: 1200px) {
  .event-slider .slick-arrow.slick-prev {
    left: 45px;
  }
}
@media (min-width: 1400px) {
  .event-slider .slick-arrow.slick-prev {
    left: 190px;
  }
}
.event-slider .slick-arrow.slick-next {
  right: 0;
}

@media (min-width: 576px) {
  .event-slider .slick-arrow.slick-next {
    right: -15px;
  }
}
@media (min-width: 1200px) {
  .event-slider .slick-arrow.slick-next {
    right: 45px;
  }
}
@media (min-width: 1400px) {
  .event-slider .slick-arrow.slick-next {
    right: 190px;
  }
}
.single-event {
  transition: all 0.3s;
}

@media (min-width: 768px) {
  .single-event {
    width: 350px;
  }
}
.single-event.slick-slide {
  transform: scale(0.65);
}

.single-event.slick-slide.slick-active {
  transform: scale(0.85);
}

.single-event.slick-slide.slick-current {
  transform: scale(1);
}

/* === event css end === */
/* === faq css start === */
.our-faq {
  padding-bottom: 60px;
}

@media (min-width: 576px) {
  .our-faq {
    padding-bottom: 140px;
  }
}
/* === faq css end === */
/* === ticker css start === */
.node-ticker {
  padding: 24px;
  background-color: var(--primary);
}

.node-ticker-single {
  padding-inline: 24px;
  position: relative;
}

.node-ticker-single::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-right: -4px;
  background-color: #fff;
  border-radius: 50%;
}

.node-ticker-single h6 {
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}

/* === ticker css end === */
/* === contact css start === */
/* contact css start */
.our-contact {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (max-width: 1399px) {
  .our-contact {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.our-contact_item {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  border: 1px solid #C3BCAD;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  position: relative;
  overflow: hidden;
  background-color: rgba(3, 11, 4, 0.55);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  align-items: center;
}

.our-contact_item:hover {
  border-color: var(--primary);
}

.our-contact_item::after {
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  right: 26%;
  bottom: 43%;
  background-color: var(--primary);
  filter: blur(100px);
  opacity: 0.45;
  transition: all 0.3s;
}

.our-contact_item_icon {
  width: 65px;
}

@media (max-width: 575px) {
  .our-contact_item_icon {
    width: 45px;
  }
}
.our-contact_item_icon i {
  font-size: 42px;
  color: var(--primary);
}

@media (max-width: 575px) {
  .our-contact_item_icon i {
    font-size: 32px;
  }
}
.our-contact_item_title {
  font-size: 24px;
}

@media (max-width: 575px) {
  .our-contact_item_title {
    font-size: 20px;
  }
}
.our-contact_item_content {
  width: calc(100% - 65px);
  padding-left: 15px;
}

@media (max-width: 575px) {
  .our-contact_item_content {
    width: calc(100% - 45px);
  }
}
.our-contact_item_content a {
  color: #C3BCAD;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

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

.our-contact_form {
  padding: 48px 40px;
  border: 1px solid #C3BCAD;
  background-color: rgba(3, 11, 4, 0.55);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

@media (max-width: 575px) {
  .our-contact_form {
    padding: 20px;
  }
}
/* contact css end */
/* === contact css end === */
/* === blog css start === */
/* blog section css start */
.our-blog {
  padding-bottom: 60px;
}

@media (min-width: 576px) {
  .our-blog {
    padding-bottom: 140px;
  }
}
.our-blog-details {
  padding-block: 60px;
}

@media (min-width: 576px) {
  .our-blog-details {
    padding-block: 100px;
  }
}
.blog-box {
  background-color: var(--surface-bg);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  height: 100%;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.085);
  padding: 12px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  transition: all 0.3s;
}

.blog-box::before {
  position: absolute;
  content: "";
  top: -220px;
  left: -100px;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: radial-gradient(var(--primary) 30%, transparent 65%);
  z-index: -1;
  opacity: 0.075;
}

.blog-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.085);
}

.blog-box-thumb {
  overflow: hidden;
  height: 280px;
  border-radius: 12px;
}

.blog-box-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  transition: all 0.5s;
}

.blog-box:hover .blog-box-thumb img {
  transform: scale(1.1, 1.1);
}

.blog-box-content {
  padding: 20px 12px 16px 12px;
}

.blog-box-content .title {
  font-size: 22px;
}

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

.blog-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -3px -15px;
}

.blog-meta li {
  padding: 3px 15px;
  display: flex;
  align-items: center;
  font-size: 15px;
}

.blog-meta li i {
  margin-right: 5px;
}

.blog-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--display-color);
  margin-top: 16px;
  padding-top: 16px;
  margin-top: 24px;
  border-top: 1px solid var(--border-color);
}

.blog-btn span {
  font-weight: 600;
}

.blog-btn i {
  width: 44px;
  height: 44px;
  background-color: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  transition: all 0.3s;
}

.blog-btn:hover i {
  background-color: var(--primary);
}

.side-blog {
  display: flex;
  flex-wrap: wrap;
}

.side-blog + .side-blog {
  margin-top: 20px;
}

.side-blog-thumb {
  width: 70px;
  height: 60px;
  overflow: hidden;
}

.side-blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.side-blog-content {
  width: calc(100% - 70px);
  padding-left: 20px;
}

.blog-share-part {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 15px 20px 20px;
}

.blog-share-part .caption {
  margin: 0 15px 0 0;
}

.blog-share-list {
  margin-bottom: 0;
}

.blog-share-list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.blog-share-list li {
  padding: 5px 10px;
}

.blog-share-list li a {
  color: var(--p-color);
}

.blog-share-list li a:hover {
  color: var(--main-color);
}

.blog-details-thumb {
  height: 450px;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.blog-details-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

/* blog section css end */
/* === blog css end === */
/* === auth css start === */
.hn_auth {
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh;
  position: relative;
  z-index: 0;
}

.hn_auth_main {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width: 650px;
  background-color: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(10px);
  padding: 40px;
}

@media (max-width: 1399px) {
  .hn_auth_main {
    width: 500px;
  }
}
@media (max-width: 991px) {
  .hn_auth_main {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .hn_auth_main {
    padding: 40px 20px;
  }
}
.hn_auth_main .hn_logo img {
  max-height: 55px;
}

@media (max-width: 1399px) {
  .hn_auth_main .hn_logo img {
    max-height: 45px;
  }
}
@media (max-width: 575px) {
  .hn_auth_main .hn_logo img {
    max-height: 35px;
  }
}
.hn_auth_main .hn_auth_main_body {
  padding: 40px 0;
}

.hn_auth_image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.hn_auth_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.divider-or {
  position: relative;
  z-index: 1;
  text-align: center;
}

.divider-or::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0.1;
  z-index: -1;
}

.divider-or span {
  padding: 2px 10px;
  background-color: #000;
}

.cmn-btn-outline-white {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 8px;
  padding: 12px 24px;
}

/* === auth css end === */
/* === blog details css start === */
.nir-blog-details {
  padding-block: 2.5rem;
}

.nir-blog-details-title {
  font-size: 2.25rem;
}

.nir-blog-details-img {
  height: 450px;
}

.nir-blog-post-navigation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
}

.nir-blog-post-navigation a {
  width: 45%;
  display: flex;
  align-items: center;
  color: var(--display-color);
  font-size: 1.125rem;
  font-weight: 600;
}

.nir-blog-post-navigation a:hover {
  color: var(--primary);
}

.nir-blog-post-navigation a:first-child span {
  padding-inline-start: 1rem;
}

.nir-blog-post-navigation a:last-child i {
  order: 2;
}

.nir-blog-post-navigation a:last-child span {
  order: 1;
  text-align: end;
  padding-inline-end: 1rem;
}

.nir-blog-post-navigation a i {
  width: 25px;
}

.nir-blog-post-navigation a span {
  width: calc(100% - 25px);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* === blog details css end === */
/* === user dashboard css start === */
/* Dashboard css start */
.user-dashboard {
  padding-block-start: 90px;
  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;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 576px) {
  .user-dashboard {
    padding-bottom: 0;
    padding-inline: 0;
    padding-block-start: 70px;
  }
}
@media (min-width: 1200px) {
  .user-dashboard {
    padding-inline-start: 240px;
  }
}
@media (min-width: 1400px) {
  .user-dashboard {
    padding-inline-start: 280px;
  }
}
.user-dashbaord-body {
  padding-bottom: 1rem;
  padding-inline: 0;
}

@media (min-width: 576px) {
  .user-dashbaord-body {
    padding-top: 1rem;
  }
}
.hn_user_card {
  padding: 25px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  height: 100%;
}

@media (max-width: 1399px) {
  .hn_user_card {
    padding: 15px;
  }
}
.hn_user_card img {
  height: 40px;
}

@media (max-width: 1399px) {
  .hn_user_card img {
    height: 30px;
  }
}
.hn_user_card_amount {
  font-size: 28px;
}

@media (max-width: 1399px) {
  .hn_user_card_amount {
    font-size: 22px;
  }
}
.hn_user_card_bg_01 {
  background-color: #ffcd10;
}

.hn_user_card_bg_02 {
  background-color: #F9F871;
}

.hn_user_card_bg_03 {
  background-color: #FFA172;
}

.hn_user_card_bg_04 {
  background-color: #E4FFEC;
}

.hn_user_card_two {
  padding: 25px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  height: 100%;
  border: 1px solid rgba(148, 44, 251, 0.35);
  background-color: rgba(30, 5, 74, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hn_user_card_two img {
  height: 55px;
}

@media (max-width: 1399px) {
  .hn_user_card_two img {
    height: 35px;
  }
}
.hn_user_card_two_amount {
  font-size: 28px;
}

@media (max-width: 1399px) {
  .hn_user_card_two_amount {
    font-size: 22px;
  }
}
.user-card-two {
  padding: 16px;
  background-color: rgba(30, 5, 74, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 16px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/card-bg-2.jpg");
}

@media (min-width: 576px) {
  .user-card-two {
    padding: 20px 24px;
  }
}
.user-card-two::before {
  position: absolute;
  content: "";
  top: -50px;
  right: -40px;
  width: 140px;
  height: 140px;
  background: radial-gradient(#942cfb, transparent);
  border-radius: 50%;
  opacity: 0.35;
  filter: blur(5px);
  z-index: -1;
}

.user-card-two.icon-color-1 .icon {
  background: linear-gradient(to bottom, #c081ff, #942CFB);
  box-shadow: 0 5px 10px rgba(148, 44, 251, 0.45);
}

.user-card-two.icon-color-2 .icon {
  background: linear-gradient(to bottom, #ffc269, #F99B13);
  box-shadow: 0 5px 10px rgba(249, 155, 19, 0.5019607843);
}

.user-card-two.icon-color-3 .icon {
  background: linear-gradient(to bottom, #a2ffe9, #1bba95);
  box-shadow: 0 5px 10px rgba(20, 217, 171, 0.5294117647);
}

.user-card-two.icon-color-4 .icon {
  background: linear-gradient(to bottom, #8ac6ff, #1889F4);
  box-shadow: 0 5px 10px rgba(93, 176, 255, 0.6196078431);
}

.user-card-two-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.user-card-two-top .content {
  width: calc(100% - 42px);
  padding-right: 16px;
}

.user-card-two-top .amount {
  font-size: 16px;
  margin-bottom: 8px;
}

@media (min-width: 576px) {
  .user-card-two-top .amount {
    font-size: 22px;
  }
}
.user-card-two-top .icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #c081ff, #942CFB);
  box-shadow: 0 5px 10px rgba(148, 44, 251, 0.45);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: #fff;
}

.card-icon {
  width: 32px;
  height: 32px;
}

.user-main-card {
  position: relative;
  z-index: 0;
  padding: 16px;
  border-radius: 16px;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 576px) {
  .user-main-card {
    padding: 24px;
  }
}
@media (max-width: 1500px) {
  .user-main-card::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65), transparent);
    border-radius: 16px;
    z-index: -1;
  }
}
.user-info-wrapper {
  margin-top: 40px;
}

.user-info-item {
  display: flex;
  align-items: center;
  gap: 16px;
  background-size: cover;
  background-repeat: no-repeat;
}

.user-info-item .icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

@media (min-width: 576px) {
  .user-info-item .icon {
    width: 54px;
    height: 54px;
    font-size: 28px;
  }
}
.user-info-item p {
  color: #fff;
}

.user-status-card {
  padding: 16px;
  background-color: var(--surface-bg);
  border-radius: 16px;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 576px) {
  .user-status-card {
    padding: 24px;
  }
}
.user-status-card .top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}

.user-status-card .top .left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.user-status-card .top .left .thumb {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
}

.user-status-card .top .left .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.user-status-card .top .left .founder-badge {
  display: flex;
  align-items: center;
  gap: 8;
}

.user-status-card .top .left .founder-badge .icon {
  line-height: 1;
  font-size: 24px;
  color: var(--warning);
}

.coin-list {
  max-height: 285px;
  padding-right: 12px;
}

.coin-list li {
  padding-block: 12px;
  border-bottom: 1px solid var(--border-color);
}

.coin-list li:first-child {
  padding-top: 0;
}

.coin-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.coin-list li .icon {
  font-size: 20px;
}

@media (min-width: 576px) {
  .coin-list li .icon {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .coin-list li h6 {
    font-size: 12px !important;
  }
}
@media (max-width: 575px) {
  .coin-list li h6 ~ p {
    font-size: 12px !important;
  }
}
@media (max-width: 575px) {
  .coin-list li .btn.btn-sm {
    font-size: 12px !important;
    padding: 4px !important;
  }
}
.ranks-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  gap: 12px;
}

@media (min-width: 576px) {
  .ranks-list {
    justify-content: space-between;
  }
}
.single-rank {
  text-align: center;
}

.single-rank.locked {
  position: relative;
}

.single-rank.locked img {
  filter: grayscale(1);
}

.single-rank.locked::before {
  position: absolute;
  content: "\f47a";
  left: 50%;
  top: 4px;
  transform: translateX(-50%);
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  color: #FFAC3A;
  z-index: 1;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border: 1px solid #FFAC3A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.65);
  font-size: 22px;
}

.single-rank img {
  height: 48px;
}

.word-break {
  word-break: break-word !important;
}

.payment-box {
  background-color: rgba(111, 111, 111, 0.1);
  padding: 24px;
  border: 1px solid rgba(195, 188, 173, 0.15);
  border-radius: 16px;
  height: 100%;
  display: flex;
  flex-flow: column;
}

.payment-box-thumb {
  margin-bottom: 30px;
}

.payment-box-thumb img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  -o-object-fit: cover;
}

.payment-box-content {
  margin-top: auto;
}

@media (max-width: 575px) {
  .payment-box {
    padding: 16px;
  }
  .payment-box-thumb {
    margin-bottom: 20px;
  }
  .payment-box-thumb img {
    width: 90px;
    height: 90px;
  }
  .payment-box .btn {
    padding: 6px 12px;
  }
}
.list-group .list-group-item {
  background-color: transparent;
  color: #C3BCAD;
  border-color: rgba(195, 188, 173, 0.35);
}

.tab-btn-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.tab-btn-group .tab-btn {
  padding: 6px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.tab-btn-group .tab-btn.active {
  border-color: var(--primary);
  color: var(--primary);
}

.tab-btn-group .tab-btn .num {
  padding: 2px 6px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  display: inline-block;
  line-height: 1;
}

.view-btn {
  width: 32px;
  height: 32px;
  background-color: var(--primary);
  color: #fff;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.view-btn:hover {
  color: #fff;
}

.no-data-icon {
  font-size: 42px;
}

.single-reply {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2509803922);
  border-radius: 12px;
}

.single-reply + .single-reply {
  margin-top: 24px;
}

.single-reply .color-change {
  color: var(--primary);
}

.dashboard-slider-one .single-slide {
  padding-inline: 8px;
}

.dashboard-slider-one .slick-list {
  padding: 0 15% 0 0 !important;
  margin-inline: -8px;
}

.dashboard-slider-one .single-slide.slick-current + .single-slide .hn_plan_item {
  filter: blur(2px);
}

@media (max-width: 575px) {
  .hn_user_card {
    padding: 12px;
  }
  .hn_user_card_two {
    padding: 16px;
  }
}
.mobile-app-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  background-color: rgba(35, 35, 24, 0.4901960784);
  border-radius: 0;
  display: none;
  align-items: flex-end;
  justify-content: space-between;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 2;
}

.mobile-app-menu a {
  display: flex;
  flex-flow: column;
  align-items: center;
  color: #f1f1f1;
}

.mobile-app-menu a.active {
  color: var(--primary);
}

.mobile-app-menu a span {
  font-size: 13px;
  line-height: 1;
}

@media (max-width: 575px) {
  .mobile-app-menu {
    display: flex;
  }
}
.tree ul {
  padding-top: 20px;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.ref-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  -o-object-fit: cover;
}

.tree li {
  float: left;
  text-align: center;
  list-style-type: none;
  position: relative;
  padding: 20px 5px 0 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  margin-bottom: 15px;
}

/*We will use ::before and ::after to draw the connectors*/
.tree li::before,
.tree li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 1px solid rgba(195, 188, 173, 0.35);
  width: 50%;
  height: 20px;
}

.tree li::after {
  right: auto;
  left: 50%;
  border-left: 1px solid rgba(195, 188, 173, 0.35);
}

/*We need to remove left-right connectors from elements without
                                                                    any siblings*/
.tree li:only-child::after,
.tree li:only-child::before {
  display: none;
}

/*Remove space from the top of single children*/
.tree li:only-child {
  padding-top: 0;
}

/*Remove left connector from first child and
                                                                    right connector from last child*/
.tree li:first-child::before,
.tree li:last-child::after {
  border: 0 none;
}

/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before {
  border-right: 1px solid rgba(195, 188, 173, 0.35);
  border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
}

.tree li:first-child::after {
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.tree ul ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid rgba(195, 188, 173, 0.35);
  width: 0;
  height: 20px;
}

.tree li a {
  border: 1px solid rgba(195, 188, 173, 0.35);
  padding: 5px 20px;
  text-decoration: none;
  color: #666;
  font-family: arial, verdana, tahoma;
  font-size: 11px;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.tree li a:hover,
.tree li a:hover + ul li a {
  background: var(--primary);
  color: #000;
  border: 1px solid var(--primary);
}

/*Connector styles on hover*/
.tree li a:hover + ul li::after,
.tree li a:hover + ul li::before,
.tree li a:hover + ul::before,
.tree li a:hover + ul ul::before {
  border-color: var(--primary);
}

.current-status-icon {
  position: absolute;
  bottom: 0;
  right: 16px;
  color: var(--primary);
  font-size: 200px;
  line-height: 1;
  opacity: 0.15;
  z-index: -1;
}

.next-target-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.next-target-list li {
  position: relative;
}

.next-target-list li::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -20px;
  width: 8px;
  height: 8px;
  background-color: var(--primary);
  border-radius: 50%;
  margin-top: -4px;
  margin-right: -4px;
  opacity: 0.5;
}

.next-target-list li:last-child::after {
  display: none;
}

.progress {
  background-color: rgba(255, 255, 255, 0.1);
  height: 8px;
}

.progress-bar {
  background-color: var(--primary);
  color: #fff;
  font-weight: 500;
}

.mobile-back-btn {
  font-size: 20px;
  color: var(--primary);
  display: none;
}

@media (max-width: 575px) {
  .mobile-back-btn {
    display: inline-block;
    margin-right: 10px;
  }
}
.short-link-item {
  display: block;
  text-align: center;
}

.short-link-item i {
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
  color: var(--primary);
  font-size: 18px;
}

.short-link-item p {
  font-size: 12px;
  color: #C3BCAD;
}

.sm-img {
  max-height: 24px;
}

.deposit-method-list {
  max-height: 310px;
}

.deposit-method-list .form-check {
  padding-block: 16px;
}

.anim-token-coin {
  animation: spin 5s infinite linear;
  outline: 2px solid var(--primary);
  outline-offset: 4px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.anim-token-coin.anim-token-coin-lg {
  width: 90px;
  height: 90px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Dashboard css end */
/* video tutorial css start */
.tutorial-item {
  position: relative;
  z-index: 0;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .tutorial-item {
    height: 290px;
  }
}
.tutorial-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), transparent);
}

.tutorial-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.tutorial-item .title {
  font-size: 1rem;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.25rem;
}

@media (min-width: 576px) {
  .tutorial-item .title {
    font-size: 1.125rem;
  }
}
.tutorial-item .popup-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(5px);
  font-size: 24px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}

@media (min-width: 1200px) {
  .tutorial-item .popup-video {
    width: 65px;
    height: 65px;
    font-size: 32px;
  }
}
.mfp-close-btn-in .mfp-close {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 576px) {
  .mfp-close-btn-in .mfp-close {
    width: 40px;
    height: 40px;
  }
}
/* video tutorial css end */
/* === user dashboard css end === */