* {
  font-family: 'Geist', sans-serif;
  font-weight: 400;
  font-size: 14px;

}

.flag-line {
  background-color: #b8d3fa;
  height: 15px;
  width: 2px;
  margin-right: 10px;
}

body {
  background-color: #010513 !important;
  color: #d4e8ff;
  position: relative;
}

.site-layout-auth {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.login-btn {
  background-color: #D4E8FF1A;
  box-shadow:
    0px -16px 32px 0px #D4E8FF14 inset,
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
}

.ggl-login-btn {
  background: #FFFFFF01;
  box-shadow:
    0px -16px 32px 0px #D4E8FF14 inset,
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
}

.login-main-text {
  width: 380px;
  text-align: center;
  font-weight: 500;
  color: #D8E7FEB2;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 20px;
  padding: 0rem 1rem;
}

.login-second-text {
  color: #D8E7FEB2;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.tablist {
  display: flex;
  width: 100%;
  justify-content: center;
  border-bottom: 1px solid #D4E8FF14;
}

.tab {
  position: relative;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  width: 50%;
  color: #888;
  background: transparent;
  border: none;
  cursor: pointer;
}

.tab.active {
  text-align: center;
  color: #B8D3FA;
  font-size: 14px;
  font-weight: 600;
}

.tab.inactive {
  text-align: center;
  color: #D8E7FEB2;
  font-size: 14px;
  font-weight: 400;
}

.tab.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #B8D3FA;
  border-radius: 2px;
  box-shadow:
    0px -33px 80px 0px #B8D3FA99,
    0px -16px 40px 0px #B8D3FAA3,
    0px -10px 24px 0px #B8D3FA7A,
    0px -12px 24px 0px #B8D3FA8F,
    0px -4.2px 10.5px 0px #B8D3FA4D,
    0px -2.5px 6.25px 0px #B8D3FA40,
    0px -1.5px 3.6px 0px #B8D3FA05,
    0px -0.66px 1.6px 0px #B8D3FA24;
}

.ggl-text {
  font-size: 14px;
  font-weight: 400;
  color: #D4E8FF;
}

.corner {
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid #B8D3FA;
}

.corner.top-0.left-0 {
  border-right: none;
  border-bottom: none;
}

.corner.top-0.right-0 {
  border-left: none;
  border-bottom: none;
}

.corner.bottom-0.left-0 {
  border-right: none;
  border-top: none;
}

.corner.bottom-0.right-0 {
  border-left: none;
  border-top: none;
}

.bg-icon {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: drop-shadow(2px 2px 20px #a747ebcc);
  -webkit-backdrop-filter: blur(141.1px);
          backdrop-filter: blur(141.1px);
  width: 2rem;
  height: 2rem;
}

.auth-card {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  background-color: transparent;
}

.cust-header {
  color: var(--white-color);
}

/* .cust-header__row {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  height: 72px; */

/* margin: auto; */

/* font-size: var(--default-font__size); */

/* margin-top: 15px; */

/* padding: 0px 20px; */

/* background-color: #D4E8FF03; */

/* border: 1px solid #D4E8FF14; */

/* backdrop-filter: blur(16px); */

/* background-image: url(/images/navbarBg.png); */

/* background-position: center; */

/* background-repeat: no-repeat; */

/* background-size: cover; */

/* } */

.cust-header__row {
  display: flex;
  justify-content: space-between;
  align-items: center;

  max-width: 1200px;
  width: 100%;
  height: 72px;
  padding: 0 20px;
  margin: 0 auto;
  /* center content */
}

.cust-header__container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;

  display: flex;
  justify-content: space-between;
  align-items: center;

  max-width: 1200px;
  margin: 15px auto 0 auto;
  padding: 0px 20px;
  height: 72px;

  background-color: #D4E8FF03;
  border: 1px solid #D4E8FF14;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  width: 100%;

  transition: all 0.35s ease;
}

/* 🔥 When Scrolled */

.cust-header__container.is-scrolled {
  max-width: 100%;
  margin-top: 0;
  border-radius: 0;
}

.cust-header__row-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.cust-header__row-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.cust-header-logo {
  margin-right: 3.5rem;
}

.cust-header-logo a {
  font-weight: 800;
  font-size: 14px;
}

.cust-header-btn {
  display: none;
  position: relative;
  z-index: 6;
  cursor: pointer;
}

.cust-header-btn:hover span {
  background-color: #A747EB;
}

.cust-header-btn span {
  display: block;
  width: 25px;
  height: 2px;
  border-radius: 5px;
  margin: 0.5rem 0;
  background-color: var(--menu-btn-color);
}

.cust-header-nav__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.cust-header-nav__list a {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  margin-right: 1.5rem;
  text-decoration: none;
  outline: none;
  transition: all 0.5s ease-out;
  font-weight: 400;
  color: #d4e8ff;
  font-size: 14px;
}

.cust-header-nav__list a:hover,
.cust-header-nav__list a.active {
  color: #A747EB;
}

.cust-header-nav__link sup {
  color: white;
  background-color: #A747EB;
  border-radius: 9999px;
  padding: 2px 6px;
  font-weight: 600;
}

sup {
  top: -5px !important;
  font-size: 65% !important;
}

.header-nav__active {
  display: block;
}

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

.header-button__signin {
  margin: 0 1.5rem;
  transition: all 0.5s ease-out;
}

.header-button__signin:hover {
  color: #A747EB;
}

.header-button__signup {
  width: 160px;
  padding: 0.6rem 1.5rem;
  text-align: center;
  background-color: var(--purple-color);
  border: 1px solid var(--purple-color);
  border-radius: 4px;
  transition: all 0.5s ease-out;
}

.header-button__signup:hover {
  background-color: var(--purple-second-color);
}

.header-button__signup:focus {
  background-color: var(--purple-second-color);
}

.header-button__signup:active {
  background-color: var(--purple-color);
}

.cust-header-dropdown__row {
  position: relative;
}

.cust-header-dropdown__button {
  cursor: pointer;
}

.header-dropdown__button:hover .cust-header-dropdown__icon-color {
  stroke: #A747EB;
}

.cust-header-dropdown__icon-color {
  stroke: var(--white-color);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: all 0.5s ease-out;
}

.header-dropdown .logout-icon {
  position: relative;
  left: 2px;
}

.cust-language-dropdown {
  margin-left: 0.5rem;
}

.cust-language-dropdown .header-dropdown__button {
  padding: 1.65rem 0 1.65rem 0.5rem !important;
  cursor: pointer;
}

.cust-language-dropdown .header-dropdown__button:hover .cust-header-dropdown__icon-color {
  stroke: #A747EB;
}

.cust-language-dropdown .cust-header-dropdown__list-info {
  padding: 1rem 1rem 0.5rem 1rem;
}

.cust-language-dropdown .cust-header-dropdown__list a {
  padding: 1rem;
}

.cust-language-dropdown .cust-item-language__active {
  color: #A747EB;
}

.cust-language-dropdown .cust-item-language__active .cust-header-dropdown__list-color {
  stroke: #A747EB;
}

.cust-header-dropdown__icon {
  width: 26px;
  height: 26px;
  display: block;
}

.header-dropdown .active {
  display: block !important;
}

.dropdown-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  /* background: rgba(0, 0, 0, 0.90); */
  /* backdrop-filter: blur(3px); */
}

.language-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.55);
  /* backdrop-filter: blur(6px); */
}

.language-modal {
  min-width: 400px;
  /* padding: 0.75rem 0; */
  color: #d4e8ff;

  background: rgba(0, 0, 0, 0.9);
  border: 1px solid #D4E8FF14;
  border-radius: 6px;

  -webkit-backdrop-filter: blur(16px);

          backdrop-filter: blur(16px);
  box-shadow:
    inset 0 0 0 1px #d4e8ff14,
    inset 0 .5px .5px #d4e8ff1f,
    inset 0 3px 12px #d4e8ff14,
    inset 0 -16px 32px #d4e8ff14;
}

.item-language {
  display: flex;
  align-items: center;
  padding: 15px;
}

.language-switcher-header {
  padding: 15px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(212, 232, 255, 0.75);
  border-bottom: 1px solid rgba(212, 232, 255, 0.5);
}

.language-switcher-bottom-text {
  border-top: 1px solid rgba(212, 232, 255, 0.5);
  padding: 10px;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
  color: rgba(212, 232, 255, 0.75);
}

.list-languages {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 15px 5px 15px 5px;
  gap: 5px;
}

.language-title {
  display: inline-block;
}

.item-language.cust-item-language__active {
  background: rgba(212, 232, 255, 0.08);
  color: #A747EB;
  box-shadow:
    inset 0 0 0 1px rgba(212, 232, 255, 0.15),
    inset 0 -16px 32px rgba(212, 232, 255, 0.08);
}

.item-language:hover {
  background: rgba(212, 232, 255, 0.08);
  color: #A747EB;
  box-shadow:
    inset 0 0 0 1px rgba(212, 232, 255, 0.15),
    inset 0 -16px 32px rgba(212, 232, 255, 0.08);
}

.cust-header-dropdown__list {
  color: #d4e8ff;
  display: none;
  position: fixed;
  top: 500%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999 !important;
  min-width: 400px;
  padding: 0.5rem 0;
  background: rgba(0, 0, 0, 0.90);
  border-bottom-right-radius: 4px;
  border: 1px solid #D4E8FF14;
  border-bottom-left-radius: 4px;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  box-shadow: inset 0 0 0 1px #d4e8ff14, inset 0 .5px .5px #d4e8ff1f, inset 0 3px 12px #d4e8ff14, inset 0 -16px 32px #d4e8ff14;
}

.cust-header-dropdown__list.active {
  display: block;
}

.cust-header-dropdown__list-info {
  padding: 0.6rem 0.2rem 0.6rem 1rem;
}

.cust-header-dropdown__list-info p {
  color: var(--white-color);
}

.cust-header-dropdown__list-info .email {
  color: #A747EB;
  word-break: break-word;
}

.cust-header-dropdown__list a,
.cust-header-dropdown__list button {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.6rem 0.5rem;
  transition: all 0.5s ease-out;
}

.cust-header-dropdown__list a:hover,
.cust-header-dropdown__list button:hover {
  color: #A747EB;
  background-color: #D4E8FF1A;
}

.cust-header-dropdown__list a:hover .cust-header-dropdown__list-color,
.cust-header-dropdown__list button:hover .cust-header-dropdown__list-color {
  stroke: #A747EB;
}

.cust-header-dropdown__list-icon {
  width: 28px;
  height: 28px;
  display: block;
  margin-right: 10px;
}

.cust-header-dropdown__list-color {
  stroke: var(--white-color);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: all 0.5s ease-out;
}

.header-mode {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mode {
  position: relative;
  width: 58px;
  height: 32px;
  margin-left: 16px;
  outline: 0;
  flex-shrink: 0;
  border-radius: 30px;
  background-color: #151926;
}

.mode:focus {
  outline: none !important;
}

.mode:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' stroke='%23fff' stroke-width='2.4' fill='%23fff' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='5'/%3E%3Cpath d='M12 1v2m0 18v2M4.22 4.22l1.42 1.42m12.72 12.72l1.42 1.42M1 12h2m18 0h2M4.22 19.78l1.42-1.42M18.36 5.64l1.42-1.42'/%3E%3C/svg%3E");
  background-size: cover;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: 50%;
  transition: 0.3s;
  background-position: 50%;
}

.mode:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 6px;
  top: 6px;
  background-color: var(--blue-dark-fourth-color);
  border-radius: 50%;
  transition: transform 0.3s;
}

body.dark .mode:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' stroke='%23fff' stroke-width='2' fill='%23fff' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1' viewBox='0 0 24 24'%3E%3Cpath d='M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z'/%3E%3C/svg%3E");
  transform: translateX(26px);
}

body.dark .mode:after {
  transform: translateX(-24px);
}

.cust-head {
  padding: 1px 0;
  background-size: cover;

}

.cust-head-row {
  width: 100%;
  margin: 0 auto;

  position: relative;
}

.spinner-main {
  /* position: absolute;
  top: -35%;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden; */
  width: 100%;
  max-width: 526px;
  height: 526px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -263px 0 auto;
}

.spinner {
  width: 526px;
  height: 526px;
  display: block;
  transform-style: preserve-3d;
  will-change: transform;
  animation: rotate360 15s linear infinite;
}

@keyframes rotate360 {
  from {
    transform: rotateZ(0deg);
  }

  to {
    transform: rotateZ(360deg);
  }
}

.dash-hero-section {
  padding-top: 200px;
}

.cust-head-title-not-log {
  text-align: center;
  margin: auto 0;
  font-weight: 500;
  font-size: 72px;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(180deg, #B8D3FA 0%, #E5EFFE 100%);
}

.form-container {
  margin: 2rem auto !important;
}

.cust-head-title-not-log p {
  font-size: 16px;
  color: #d8e7feb3;
  opacity: 0.9;
}

.cust-head-title {
  text-align: center;
  padding-top: 2rem;
  margin: auto 0;
  font-weight: 500;
  font-size: 48px;
  color: #CDE0FC;
}

.crypto-text {
  display: inline-block;
  padding: 0 15px;
  font-size: 57px;
  font-weight: 500;
  background: #D4E8FF03;
  box-shadow:
    inset 0px -16px 32px 0px #D4E8FF14,
    inset 0px 3px 12px 0px #D4E8FF14,
    inset 0px 0.5px 0.5px 0px #D4E8FF1F,
    inset 0px 0px 0px 1px #D4E8FF14;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(180deg, #B8D3FA 0%, #E5EFFE 100%);
}

.palzea-main-header {
  font-size: 72px;
  line-height: 90px;
  letter-spacing: -.72px;

}

.glow-text {
  font-size: 72px;
  line-height: 90px;
  font-weight: 500;
  color: #e6f0ff;
  text-shadow:
    0 0 8px rgba(180, 220, 255, 0.6),
    0 0 16px rgba(140, 190, 255, 0.5),
    0 0 32px rgba(100, 160, 255, 0.4);
}

.guest-glow-text {
  font-size: 57px;
  font-weight: 500;
  color: #e6f0ff;
  text-shadow:
    0 0 8px rgba(180, 220, 255, 0.6),
    0 0 16px rgba(140, 190, 255, 0.5),
    0 0 32px rgba(100, 160, 255, 0.4);
}

.cust-head-title p {
  font-size: 16px;
  color: #d8e7feb3;
  opacity: 0.9;
  margin-top: 10px;
}

.cust-head-title a {
  display: block;
  margin: 4rem auto 2rem;
  padding: 1rem 0;
  width: 200px;
  font-size: 1rem;
  border: 2px solid var(--white-color);
  border-radius: 9999px;
  transition: all 0.5s ease-out;
}

.cust-head-title a:hover {
  background-color: var(--white-color);
  color: var(--blue-dark-color);
}

.head-carousel {
  position: relative;
  margin: 8rem 0 0;
  padding: 0 1rem;
}

.head-carousel__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3rem 0 2.8rem;
}

.head-carousel__item {
  padding: 10px;
  width: 100%;
  font-weight: 400;
  font-size: 1rem;
  color: var(--white-color);
}

.head-carousel__item img {
  border-radius: 10px;
}

.head-carousel__item img:hover {
  opacity: 0.6;
}

.head-carousel__coin {
  display: flex;
  justify-content: space-between;
}

.head-carousel__value {
  font-size: 2.5rem;
  margin: 1rem 0 0;
}

.head-carousel__price {
  opacity: 50%;
}

.features-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-items: center;
  gap: 24px;
  margin-top: 2rem;
}

.cust-feature-card {
  background: linear-gradient(124.57deg, rgba(18, 18, 22, 0.8) 0%, #201825 100%);
  border: 1px solid #A747EB66;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  color: #fafafa;
  width: 100%;
  max-width: 240px;
  min-height: 166px;
  box-sizing: border-box;
}

.feature-icon {
  margin: 0 auto 16px;
}

.feature-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.feature-text {
  font-size: 14px;
  color: #aaa;
}

.cust-table-sort {
  background: #D4E8FF03;
  box-shadow:
    inset 0px -16px 32px 0px #D4E8FF14,
    inset 0px 3px 12px 0px #D4E8FF14,
    inset 0px 0.5px 0.5px 0px #D4E8FF1F,
    inset 0px 0px 0px 1px #D4E8FF14;
  height: 44px;
}

thead th {
  height: 40px !important;
  line-height: 40px !important;
  /* padding: 1rem !important; */
}

thead tr {
  height: 40px !important;
}

.cust-table-sort__value {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  /* margin-left: 12px; */
}

.cust-table-sort__title {
  font-weight: 400;
  font-size: 14px;
  color: #D4E8FF;
  display: flex;
  justify-content: center;
  text-align: center;
}

.cust-table-sort__icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: 5px;
}

.cust-table-sort__icon-color {
  stroke: var(--second-text-color);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cust-table-sort__icon-active {
  stroke: #A747EB;
}

.cust-table-list tr {
  border-bottom: 1px solid #27272A80;
  transition: all 0.5s ease-out;
}

.cust-table-list tr:hover {
  background-color: rgba(59, 130, 246, 0.08);
}

.table-list tr:hover {
  background-color: rgba(59, 130, 246, 0.08) !important;
}

.table-list__link a {
  color: #D8E7FEB2 !important;
  font-weight: 600;
}

.table-list__link a:after {
  background-color: #D8E7FEB2 !important;
}

.cust-table-list__subtitle {
  display: none;
}

.cust-table-list__value {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.table-list__text {
  display: flex;
  justify-content: center !important;
  align-items: center;
}

.table-list__value {
  display: flex;
  justify-content: center !important;
  align-items: center;
}

.cust-table-list__link {
  display: flex;
  justify-content: center;
  cursor: pointer;
  background-color: #B8D3FA12;
  border: 0.3px solid #B8D3FA66;

  padding: 3px 12px;
}

.wall-table-list__link {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

.wall-table-list__link a {
  display: flex;
  justify-content: center;
  cursor: pointer;
  background: #B8D3FA12;
  border: 0.3px solid #B8D3FA66;
  padding: 3px 12px;
  color: #B8D3FA;
  font-weight: 500;
}

.cust-table-list__link a {
  display: block;
  font-size: 14px;
  color: #B8D3FA;
  font-weight: 500;
}

.cust-table-list .title-icon {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  width: 110px;
  margin: 0 auto;

}

.cust-table-list .title-icon__icon {
  position: relative;
  top: 1px;
  z-index: 9;
  width: 18px;
  height: 18px;
  margin: 0 8px;
  display: inline-block;
}

.cust-table-list .title-icon__icon-color {
  fill: var(--second-text-color);
}

.cust-table-list .cust-title-icon__icon-active {
  fill: #A747EB;
}

.cust-table-list .title-icon__name {
  font-size: var(--default-font__size);
}

.quote-symbol {
  font-size: var(--default-font__size) !important;
}

.cust-table-list__image {
  display: flex;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 1rem 0 0.6rem;
}

.cust-table-list__image img {
  border-radius: 50%;
}

.table-list__title-big {
  display: block;
  width: 100%;
}

.table-list__title-small {
  display: block;
  font-size: var(--small-font__size);
  color: var(--second-text-color);
}

.cust-table-list .list-text__name {
  color: var(--second-text-color);
  display: block;
  margin-right: 10px;
}

.cust-table-list .list-text__icon {
  position: relative;
  display: block;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.cust-table-list .list-text__icon-color {
  stroke: var(--second-text-color);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cust-table-list .list-text__icon:hover .list-text__icon-color {
  stroke: var(--hover-v1-color);
}

.table-list__icon {
  outline: 1px solid #F00;
  position: relative;
  top: 1px;
  z-index: 9;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 8px;
}

.table-list__icon-color {
  fill: var(--second-text-color);
}

.cust-table-result__notfound {
  width: 100%;
  font-size: 0.9rem;
  text-align: center;
  margin: 0 auto;
  padding: 6rem 0;
}

.cust-table-result__notfound img {
  max-width: 50%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.cust-table-result__notfound-icon {
  display: inline-block;
  margin-bottom: 0.3rem;
  width: 60px;
  height: 60px;
}

.cust-table-result__notfound-color {
  stroke: var(--second-text-color);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cust-table-result__notfound .color-yellow {
  stroke: #A747EB;
}

.cust-table-result__notfound-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: white;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  gap: 0.4rem;
}

.cust-table-result__notfound-text a {
  display: inline-block;
  margin: 0 0.4rem;
  color: white;
  font-weight: 700;
}

.cust-table-result__notfound-text a:hover {
  text-decoration: underline;
}

.cust-table-home__row {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.table-bg-img {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.cust-table-home__title {
  margin: 2rem 0 2rem;
}

.cust-table-home__title h2 {
  font-weight: 700;
  font-size: 48px;
  text-align: center;
  color: #FAFAFA;
}

.cust-table-home__title p {
  text-align: center;
  color: #A1A1AA;
  size: 20px;
  font-weight: 400;
}

.today-mkt-table {
  transition: transform 0.2s ease-out;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  padding: 26.5px;
  gap: 25.44px;
  color: white;
  box-shadow:
    inset 0px 3px 12px 0px #D4E8FF14,
    inset 0px 1px 3px 0px #D4E8FF14,
    inset 0px 0.5px 0.5px 0px #D4E8FF1F,
    inset 0px 0px 0px 1px #D4E8FF14;
  position: relative;
  z-index: 1;
  background-color: #D4E8FF03;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.today-mkt-table-header {
  font-weight: 600;
  font-size: 25.44px;
  color: #FAFAFA;
}

.cust-table-home {
  position: relative;
  width: 100%;
  min-height: 400px;
  overflow: hidden;
}

.cust-table-home .bg-img {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.cust-table-home .bg-left {
  left: 0;
}

.cust-table-home .bg-right {
  right: 0;
}

.aero-btn {
  box-shadow:
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 1px 3px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
  background-color: #D4E8FF03;
}

.cust-table-home__link {
  margin-top: 40px;
  text-align: center;
}

.cust-table-home__link a {
  outline: none;
  display: inline-block;
  color: #FAFAFA;
  transition: all 0.5s ease-out;
}

.cust-table-home__link a:hover::after {
  width: 100%;
}

.cust-table-home table thead,
.cust-table-home table tbody {
  padding: 0;
  text-align: left;
}

.cust-table-home table tr {
  padding: 0;
  text-align: left;
}

.cust-table-home table td:nth-last-child(1) .list-body__value {
  justify-content: flex-end;
  padding-right: 0.6rem;
}

.cust-list-table {
  width: 100%;
  margin-top: 20px;
}

.list-head__value {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 0;
}

.list-head__title {
  font-weight: 500;
  font-size: 0.8rem;
  color: var(--second-text-color);
}

.list-body tr {
  border-bottom: 1px solid var(--border-line-color);
}

.list-body tr:hover {
  background-color: var(--rows-color);
}

.list-body__subtitle {
  display: none;
}

.list-body__value {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.9rem 0;
  font-size: 0.9rem;
}

.list-body__img {
  display: flex;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 0.5rem 0 0.6rem;
}

.list-body__name-big {
  display: block;
  font-size: 0.9rem;
  width: 100%;
}

.list-body__name-small {
  display: block;
  font-size: 0.8rem;
  color: var(--second-text-color);
}

.list-body__button {
  display: block;
  width: 150px;
  padding: 0.4rem 0;
  font-size: 0.8rem;
  color: #A747EB;
  border: 1px solid #A747EB;
  border-radius: 4px;
  outline: none;
  transition: all 0.5s ease-out;
}

.list-body__button:hover {
  background-color: #A747EB;
  color: var(--white-color);
}

.home-example-image {
  max-width: 700px;
}

.faq-section,
.blog-articles-section,
.testimonials-section,
.what-client-section,
.features-container,
.trust-section {
  background-image: radial-gradient(circle closest-side, #005cf40f 12%, #01050300);
}

.partner-card {
  background-color: #d4e8ff03;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 170px;
  min-height: 168px;
  margin-right: 24px;
  display: flex;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  box-shadow: inset 0 0 0 1px #d4e8ff14;
}

.partner-card img {
  /* height: 50px; */
  width: 100px;
}

.trust-right-text {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 120px;
}

.trust-right-inside-text {
  width: 200px;
}

.trust-right-inside-text h1 {
  font-size: 56px;
  font-weight: 500;
}

.trust-right-inside-text span {
  font-size: 16px;
  color: #D8E7FEB2;
}

.header-section-text {
  background-color: #FFFFFF01;
  display: inline-block;
  color: #B8D3FA;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  box-shadow: 0px 0px 0px 1px #D4E8FF14 inset;
}

.trust-section-text {
  display: inline-block;
  color: #B8D3FA;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  box-shadow: 0px 0px 0px 1px #D4E8FF14 inset;
}

.corner-about {
  position: absolute;
  width: 5px;
  height: 5px;
  border: 1px solid #B8D3FA;
}

.corner-about.top-0.left-0 {
  border-right: none;
  border-bottom: none;
}

.corner-about.top-0.right-0 {
  border-left: none;
  border-bottom: none;
}

.corner-about.bottom-0.left-0 {
  border-right: none;
  border-top: none;
}

.corner-about.bottom-0.right-0 {
  border-left: none;
  border-top: none;
}

.trust-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
}

.get-trust-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
}

.unlock-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
}

.referral-container {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 2.5rem;
  align-items: center;
}

.subscribe-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
}

.trade-with-section {
  position: absolute;
  inset: 0;
  background-image: url('/images/trade-trust-right-bgimg.svg');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}

.referal-left-head {
  font-weight: 500;
  font-size: 44px;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(180deg, #B8D3FA 0%, #E5EFFE 100%);
}

.referal-text {
  font-weight: 400;
  font-size: 22px;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(180deg, #B8D3FA 0%, #E5EFFE 100%);

}

.ref-img {
  max-width: 56px;
}

.referral-box {
  background-color: #D4E8FF03;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  max-width: 188px;
  box-shadow:
    0px -16px 32px 0px #D4E8FF14 inset,
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
}

.referral-box span {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(180deg, #B8D3FA 0%, #E5EFFE 100%);
}

.referral-text {
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(180deg, #B8D3FA 0%, #E5EFFE 100%);

}

.trust-title {
  font-size: 48px;
  font-weight: 700;
  color: #fafafa;
  line-height: 1.2;
}

.trust-subtitle {
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(180deg, #B8D3FA 0%, #E5EFFE 100%);
  line-height: 50px;
  font-weight: 500;
  font-size: 40px;
}

.trust-chips {
  display: flex;
  gap: 12px;
  margin-bottom: 2rem;
  justify-content: flex-start;
}

.trust-chips-text {
  display: inline-block;
  background: #FFFFFF01;
  box-shadow:
    inset 0px 0px 0px 1px #D4E8FF14;
}

.trust-chips-top-text {
  color: #B8D3FA;
  font-size: 14px;
}

.trust-corner {
  position: absolute;
  width: 5px;
  height: 5px;
  border: 1px solid #B8D3FA;
}

.trust-track-corner {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid #B8D3FA;

}

.trust-track-corner.top-0.left-0,
.trust-corner.top-0.left-0 {
  border-right: none;
  border-bottom: none;
}

.trust-track-corner.top-0.right-0,
.trust-corner.top-0.right-0 {
  border-left: none;
  border-bottom: none;
}

.trust-track-corner.bottom-0.left-0,
.trust-corner.bottom-0.left-0 {
  border-right: none;
  border-top: none;
}

.trust-track-corner.bottom-0.right-0,
.trust-corner.bottom-0.right-0 {
  border-left: none;
  border-top: none;
}

.bottom-text {
  font-size: 14px;
  font-weight: 400;
  color: #D4E8FF;
}

.bottom-lines {
  margin-left: 10px;
  margin-right: 10px;
  width: 86px;
  height: 1px;
  background: linear-gradient(90deg, rgba(184, 211, 250, 0.7) 0%, rgba(184, 211, 250, 0) 100%);
}

.bottom-lines.reverse {
  background: linear-gradient(90deg, rgba(184, 211, 250, 0) 0%, rgba(184, 211, 250, 0.7) 100%);
}

.trust-metrics {
  display: flex;
  flex-direction: column;
  max-width: 456px;
  width: 100%;
}

.metric {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #D4E8FF14;
  padding-top: 12px;
  padding-bottom: 12px;
  min-height: 61px;
}

.metric-label {
  color: #D4E8FF;
  font-weight: 400;
  font-size: 16px;
}

.metric-value {
  color: #D4E8FF99;
  font-weight: 400;
  font-size: 16px;
}

.trust-image {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 350px;
  width: 100%;
}

.desk-step-create-acc {
  display: flex;
  justify-content: space-between;
}

.trust-image img {
  max-width: 350px;
  margin: 0 0 0 auto;
  display: block;
}

.blog-articles-section {
  margin: 0 auto;
}

.features-container {
  margin: 0 auto;
}

.features-subtitle {
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(180deg, #B8D3FA 0%, #E5EFFE 100%);
  line-height: 60px;
  font-weight: 500;
  font-size: 56px;
}

.features-m-subtitle {
  align-items: center;
  margin-bottom: 60px;
}

.feature-all-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-start;
  gap: 24px;
}

.feature-card {
  width: 100%;
  padding: 30px 32px;
  min-height: 360px !important;
  background: #D4E8FF03;
  box-shadow:
    0px -16px 32px 0px #D4E8FF14 inset,
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
  margin-top: 64px;
}

.mob-feature-card {
  width: 100%;
  padding: 15px;
  min-height: auto !important;
  background: #D4E8FF03;
  box-shadow:
    0px -16px 32px 0px #D4E8FF14 inset,
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
  margin-top: 15px;
  text-align: left !important;
}

.card-two {
  margin-top: 94px;
}

.card-three {
  margin-top: 124px;
}

.feature-header {
  margin-top: 10px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 20px;
}

.feature-text {
  margin-top: 23px;
  font-size: 14px;
  font-weight: 400;
  color: #D8E7FEB2;
}

.feature-bottom-line {
  width: 90%;
  height: 1px;
  background: #D4E8FF14;
  margin-top: 22px;
}

.feature-all-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.feature-tags {
  color: #D4E8FF;
  height: 24px;
  font-size: 12px;
  font-weight: 400;
  padding: 4px 8px;
  background-color: #FFFFFF01;
  box-shadow:
    0px -16px 32px 0px #D4E8FF14 inset,
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
}

.why-choose-grid {
  display: flex;
  flex-wrap: wrap;

  gap: 20px;
  margin-top: 60px;
  justify-content: center;
}

.main-choose {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.choose-card {
  padding: 20px 10px;
  width: 312px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.choose-card:nth-child(3n) {
  border-right: none;
}

.choose-card:nth-last-child(-n+3) {
  border-bottom: none;
}

.choose-img {
  width: 56px;
  height: 56px;
}

.choose-header {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(180deg, #B8D3FA 0%, #E5EFFE 100%);
}

.choose-text {
  font-size: 14px;
  font-weight: 400;
  color: #D8E7FEB2;
}

.why-choose-section {
  background: #010513;
  background-image: radial-gradient(circle closest-side, #005cf40f 12%, #01050300);
}

.why-choose-container {
  margin: 0 120px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.why-choose-header h2 {
  font-weight: 700;
  font-size: 48px;
  color: #FAFAFA;
  line-height: 1.2;
}

.why-choose-header p {
  font-weight: 500;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(180deg, #B8D3FA 0%, #E5EFFE 100%);
  font-size: 28px;
  line-height: 38px;
  letter-spacing: -.28px;
}

.why-choose-card {
  flex: 1 1 calc(25% - 20px);

  min-width: 220px;
  max-width: 280px;
  background: linear-gradient(0deg, #121216, #121216),
    linear-gradient(132.82deg, rgba(18, 18, 22, 0.8) 0%, #201825 100%);
  border: 1px solid #A747EB4D;
  box-shadow: 0px 1px 2px 0px #0000000D;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 25px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-choose-card:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

.why-choose-card-text {
  gap: 10px;
}

.why-choose-card h3 {
  font-weight: 600;
  font-size: 18px;
  color: #FAFAFA;
  margin-top: 10px;
  margin-bottom: 10px;
}

.why-choose-card p {
  font-weight: 400;
  font-size: 14px;
  color: #A1A1AA;
  line-height: 1.5;
}

.subscribe-section,
.benefit-section {
  background: #010513;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.benefit-header {
  font-size: 56px;
  font-weight: 500;
  text-align: center;
  line-height: 75px;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(180deg, #B8D3FA 0%, #E5EFFE 100%);
}

.benifit-left-head {
  font-weight: 500;
  font-size: 56px;
  line-height: 64px;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(180deg, #B8D3FA 0%, #E5EFFE 100%);
}

.get-stated-left-text {
  font-weight: 500;
  font-size: 56px;
  line-height: 64px;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(180deg, #B8D3FA 0%, #E5EFFE 100%);
}

.benefit-text {
  width: 360px;
  color: #D8E7FEB2;
  font-size: 16px;
  font-weight: 400;
}

.img-container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin-top: 54px;
  background-image: url('/images/tradewithtrust.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 85px;
}

.subscribe-left-head {
  font-weight: 500;
  font-size: 56px;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(180deg, #B8D3FA 0%, #E5EFFE 100%);

}

.trade-with-trust-section {
  min-height: 550px;
  width: 100%;
  -webkit-backdrop-filter: blur(22px);
          backdrop-filter: blur(22px);
  border: 1px solid #2C3447;
  box-shadow:
    0px -16px 32px 0px #D4E8FF14 inset,
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
  display: flex;
  gap: 10px;
  padding: 30px;
  justify-content: center;
  align-items: center;
}

.check-list {
  width: 20px !important;
  height: 20px !important;
}

.overlay-left {

  color: white;
  width: 50%;

  flex-direction: column;
  justify-content: center;
}

.overlay-left img {
  width: 50px;
  height: 50px;
}

.overlay-right {

  width: 50%;
}

.overlay-left h5 {
  font-size: 18px;
  opacity: 0.8;
  margin-top: 19px;
  color: #D4E8FF;
}

.overlay-left h2 {
  font-size: 44px;
  font-weight: 500;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(180deg, #B8D3FA 0%, #E5EFFE 100%);
}

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

.overlay-left ul li {
  position: relative;
  padding-left: 24px;
  font-size: 0.95rem;
  line-height: 1.4;
}

.adv-text {
  color: #D4E8FF;
  font-size: 16px;
  font-weight: 400;
}

.cust-adv-text {
  color: #D4E8FF;
  font-size: 16px;
  font-weight: 400;
}

.get-start-section {
  background: #010513;
  padding: 2rem 1rem;
}

.get-start-container {
  margin: 0 120px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.get-start-header {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.get-start-header h2 {
  font-weight: 700;
  font-size: 48px;
  color: #FAFAFA;
  line-height: 1.2;
}

.get-start-header p {
  font-weight: 400;
  color: #D4D4DA;
  font-size: 18px;
  margin-top: 10px;
  line-height: 1.6;
}

.all-steps {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 2rem 0;
  flex-wrap: wrap;

}

.get-start-metrics {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 20px;
  border-radius: 12px;
  border: 1px solid rgba(167, 71, 235, 0.3);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  text-decoration: none;
  width: 300px;

  transition: all 0.3s ease;
}

.get-start-metrics:hover {
  border-color: #A747EB;
  background: #D4E8FF03;
}

.get-start-metrics h1 {
  font-size: 60px;
  font-weight: 400;
  color: #6B6B75;
  margin: 0;
}

.get-start-metrics span {
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 5px;
}

.get-start-metrics p {
  font-weight: 400;
  font-size: 0.875rem;
  color: #A1A1AA;
  margin: 0;
}

.dash-get-started-num {
  font-size: 70px;
  font-weight: 500;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(180deg, #B8D3FA 0%, #E5EFFE 100%);
  line-height: 100px;
}

.get-started-num {
  font-size: 100px;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(180deg, #B8D3FA 0%, #E5EFFE 100%);
  line-height: 100px;
  font-weight: 500;
}

.get-started-right-text {
  font-size: 24px;
  font-weight: 500;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(180deg, #B8D3FA 0%, #E5EFFE 100%);
}

.get-started-right-span-text {
  font-size: 17px;
  font-weight: 400;
  color: #D8E7FEB2;
  text-align: left;
}

.what-client-section {
  background: #010513;
}

.what-client-container {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.what-client-header {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 2rem;
}

.what-client-header h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  color: #fafafa;
}

.what-client-header p {
  font-weight: 400;
  color: #D4D4DA;
  max-width: 700px;
  font-size: 1rem;
  line-height: 1.6;
}

.client-slider {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  width: 100%;
}

.client-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: linear-gradient(0deg, #121216, #121216),
    linear-gradient(132deg, rgba(18, 18, 22, 0.8) 0%, #201825 100%);
  border: 1px solid rgba(167, 71, 235, 0.3);
  border-radius: 12px;
  padding: 25px;
  color: #fff;
  text-align: center;
  transition: transform 0.3s ease;
  min-height: 350px;
}

.client-card:hover {
  transform: translateY(-5px);
}

.client-card hr {
  width: 90%;
  border: none;
  border-top: 1px solid rgba(167, 71, 235, 0.3);
  margin: 1rem auto;
}

.client-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-bottom: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}

.stars {
  color: #A747EB;
  font-size: 1.2rem;
  margin-bottom: 12px;
}

.client-card p {
  font-size: 0.95rem;
  color: #D1D5DB;
  margin-bottom: 15px;
  line-height: 1.5;
  flex-grow: 1;
}

.client-card h4 {
  font-weight: 600;
  margin-bottom: 3px;
}

.client-card span {
  font-size: 0.85rem;
  color: #9CA3AF;
}

.slider-dots {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
  gap: 8px;
  margin-bottom: 1.5rem;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #444;
  transition: all 0.3s ease;
  cursor: pointer;
}

.dot.active {
  width: 30px;
  border-radius: 20px;
  background: #A747EB;
}

.ready-header-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 624px;
  margin: auto;
  text-align: center;
}

.ready-header {
  font-size: 56px;
  font-weight: 500;
  line-height: 72px;
}

.all-img {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.img-1 {
  width: 437px;
  height: 311px;
}

.img-2 {
  width: 863px;
  height: 311px;
}

.screen {
  margin: 10rem 0 2rem;
  padding: 2rem 0;
  background-color: var(--rows-color);
}

.screen-row {
  max-width: 2790px;
  width: 100%;
  margin: 0 auto;
}

.screen-title {
  margin: 5rem 0 2rem;
  text-align: center;
  font-weight: 400;
}

.screen-title h2 {
  font-size: 3rem;
}

.screen-title p {
  font-size: 1.5rem;
  max-width: 700px;
  width: 100%;
  margin: 1.5rem auto 0;
}

.screen-img {
  max-width: 1000px;
  width: 100%;
  margin: 2rem auto;
  padding: 1rem;
}

.screen-img img {
  max-width: 100%;
  width: 100%;
}

.step-components__container {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 6rem;
  border-radius: 4px;
  border: 1px solid var(--border-line-color);
}

.step-components__block {
  position: relative;
  width: 30%;
  padding: 3rem 2rem;
}

.step-components__block::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #A747EB;
  width: 100%;
  top: 4.5rem;
  left: 3.5rem;
  z-index: 2;
  margin: auto;
}

.step-components__block:last-child::after {
  content: none;
}

.step-components__block-number {
  position: relative;
  z-index: 4;
  width: 50px;
  height: 50px;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #A747EB;
  color: var(--white-color);
  border: 4px solid var(--rows-color);
  border-radius: 50%;
}

.step-components__block-title {
  margin: 0.5rem 0 0.3rem 0;
  font-size: 1.1rem;
}

.step-components__block-text {
  font-size: 0.9rem;
  color: var(--second-text-color);
}

.features {
  margin: 2rem 0 4rem;
  padding: 1px 0;
}

.features-row {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.features-title {
  margin: 8rem 0 6rem;
}

.features-title h2 {
  font-weight: 400;
  font-size: 3rem;
  text-align: center;
}

.features-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
}

.features-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 48%;
  margin-bottom: 2rem;
  padding: 2rem;
  border: 1px solid var(--border-line-color);
  border-radius: 4px;
}

.features-item__icon {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: 1.5rem;
  padding: 1rem;
  border-radius: 50%;
  background-color: var(--rows-color);
}

.features-item__icon-color {
  fill: var(--purple-color);
}

.features-item__icon svg {
  width: 30px;
  height: 30px;
}

.features-item__title h4 {
  font-weight: 400;
  font-size: 1.5rem;
}

.features-item__title p {
  margin: 1rem 0;
  font-size: 0.9rem;
}

body.dark .site-layout .features-item__icon-color {
  fill: #A747EB;
}

.section-footer {
  background-color: var(--blue-dark-thir-color);
  margin-top: 6rem;
  padding: 2rem 0;
  font-weight: 400;
  font-size: 0.9rem;
  color: var(--white-color);

  background-size: cover;

}

.section-footer__row {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 1rem;
}

.section-footer .banner {
  margin-top: 6rem;
}

.section-footer .banner h2 {
  max-width: 600px;
  font-weight: 400;
  font-size: 2rem;
  text-align: left;
}

.section-footer .banner-text {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 1rem 0;
}

.section-footer .banner-text p {
  max-width: 500px;
  font-size: 0.9rem;
}

.section-footer .banner-text a {
  display: block;
  padding: 1rem 0;
  width: 200px;
  font-size: 1rem;
  text-align: center;
  border: 2px solid var(--white-color);
  border-radius: 9999px;
  transition: all 0.5s ease-out;
}

.section-footer .banner-text a:hover {
  background-color: var(--white-color);
  color: var(--blue-dark-color);
}

.section-footer .footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 4rem 0 2rem;
  padding: 4rem 0;
  border-top: 1px solid #27283C;
  border-bottom: 1px solid #27283C;

}

.section-footer .footer-left {
  text-transform: uppercase;
}

.section-footer .footer-right {
  width: 80%;
}

.section-footer .footer-right__navigation {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.section-footer .footer-right__item {
  width: 30%;
}

.section-footer .footer-right__item h4 {
  margin-bottom: 1.8rem;
  font-size: 0.9rem;
}

.section-footer .footer-right__item li {
  margin-bottom: 0.4rem;
}

.section-footer .footer-right__item a {
  outline: none;
  text-decoration: none;
  display: block;
  transition: all 0.5s ease-out;
}

.section-footer .footer-right__item a:hover {
  color: #A747EB;
}

.section-footer .footer .social {
  margin: 3rem 0 2rem;
}

.section-footer .footer .social h4 {
  margin-bottom: 1.8rem;
}

.section-footer .footer .social nav {
  display: flex;
  justify-content: flex-start;
}

.section-footer .footer .social a {
  outline: none;
  text-decoration: none;
  display: block;
  margin-right: 1rem;
  margin-bottom: 10px;
  padding: 0.7rem;
  transition: all 0.5s ease-out;
  border: 1px solid var(--white-color);
  border-radius: 50%;
  opacity: 0.5;
}

.section-footer .footer .social a:hover {
  opacity: 1;
}

.section-footer .footer .social-icon {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}

.section-footer .footer .social-icon__color {
  fill: var(--white-color);
}

.section-footer .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
}

.section-footer .copyright-left p {
  opacity: 50%;
}

.section-footer .copyright-right span {
  display: inline-block;
  margin-left: 1.5rem;
  opacity: 50%;
}

.section-footer .copyright-right .online-status-icon {
  font-size: 0.7rem;
  padding-bottom: 3px;
}

.cust-form-search__container,
.cust-table-components {
  word-break: break-word;
}

.cust-trade {
  margin: 3rem 0;
  background: #D4E8FF03;
  border: 0.84px solid #D4E8FF14;

  padding: 10px 16px;
  box-shadow:
    0px 3px 12px 0px #d4e8ff14 inset,
    0px 1px 3px 0px #d4e8ff14 inset,
    0px 0.5px 0.5px 0px #d4e8ff1f inset,
    0px 0px 0px 1px #d4e8ff14 inset;
}

.cust-trade-head {
  display: flex;
  justify-content: space-between;

}

.cust-trade-head__row-left {

  border-radius: 8px;
  width: 72%;
}

.cust-trade-head__row-right {
  width: 27%;
}

.cust-trade-head__block-top {
  padding: 1.5rem;
}

.cust-trade-head__block-middle {
  display: flex;
  flex-direction: column;
  gap: 20px;

  padding: 0 1.5rem 1.5rem;
}

.cust-trade-head__left {
  width: 100%;

}

.cust-trade-head__right {
  width: 100%;

}

.cust-module-container__row {
  display: flex;
  justify-content: space-between;
}

.vue-slider {
  margin: 1.8rem 0;
  padding: 7px 4px !important;
}

.vue-slider-rail {
  height: 10px;
  background-color: var(--border-line-color);
  border-radius: 4px;
}

.vue-slider-process {
  background-color: var(--progress-color);
  border-radius: 4px;
}

.vue-slider-mark {
  width: 15px !important;
  height: 15px !important;
  background-color: var(--border-line-color);
  border-radius: 10px;
  border: 4px solid var(--white-color);
  cursor: pointer;
}

.vue-slider-mark-active {
  background-color: var(--progress-color);
}

.vue-slider-dot-handle {
  position: relative;
  top: -4px;
  width: 20px;
  height: 20px;
  background-color: var(--progress-color);
  border: 4px solid var(--white-color);
  border-radius: 50%;
  cursor: pointer;
}

.vue-slider-dot-handle-disabled {
  cursor: not-allowed;
  background-color: var(--progress-color);
}

.vue-slider-dot-tooltip-text {
  font-size: 0.8rem;
  margin-left: 10px;
  margin-bottom: 3px;
  color: var(--first-text-color);
}

.vue-slider-dot-tooltip-top {
  top: 0px !important;
}

body.dark .site-layout .vue-slider-mark {
  background-color: var(--blue-dark-second-color);
  border: 4px solid var(--blue-dark-color);
}

body.dark .site-layout .vue-slider-mark-active {
  background-color: var(--progress-color);
}

body.dark .site-layout .vue-slider-dot-handle {
  top: 0px;
  width: 15px;
  height: 15px;
  background-color: var(--progress-color);
  border: 1px solid #A747EB;
}

body.dark .cust-module-orderform .cust-button-tab {
  background-color: transparent;
  color: #999999;
}

.widget {}

.widget .mobile-head-title {
  display: none;
}

.widget-empty {
  color: var(--second-text-color);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 346px;
}

.widget-empty span {
  font-size: 0.9rem;
}

.cust-widget-market-stats .widget-stats {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1px 1px 20px 1px;
  border-bottom: 1px solid var(--border-line-color);

}

.cust-widget-stats__title {
  display: flex;
  gap: 10px;
}

.cust-widget-market-stats .cust-widget-stats__title {
  margin-right: 1rem;
  font-size: var(--default-font__size);
}

.cust-widget-market-stats .widget-stats__title__market-name {
  margin-bottom: 4px;
  cursor: pointer;
}

.cust-widget-market-stats .widget-stats__title__market-name span.market-label {
  color: var(--blue-dark-color);
  text-decoration: underline;
}

.cust-widget-market-stats .widget-stats__title__market-name div.absolute {
  z-index: 1 !important;
}

.cust-widget-market-stats .cust-widget-stats__title__currency-name {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.cust-widget-market-stats .cust-widget-stats__title__currency-icon {
  display: block;

}

.cust-widget-stats__price {
  padding-right: 10px;
  margin-right: 40px;
  border-right: 1px solid #D3D3D31A;
}

.cust-widget-market-stats .cust-widget-stats__price {
  font-size: var(--small-font__size);
}

.cust-widget-market-stats .cust-widget-stats__price-title {
  margin-bottom: 6px;
  color: var(--second-text-color);
}

.cust-widget-market-stats .cust-widget-stats__list {
  display: flex;
  justify-content: flex-start;
  font-size: var(--small-font__size);
}

.cust-widget-market-stats .cust-widget-stats__list-item {
  margin-right: 40px;
  padding-right: 10px;
  border-right: 1px solid #D3D3D31A;
}

.cust-widget-market-stats .widget-stats__list__lable-title {
  margin-bottom: 6px;
  color: var(--second-text-color);
}

.cust-widget-stats__inner {
  display: flex;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-line-color);
}

.cust-widget-stats__inner .cust-widget-stats__row {
  display: flex;

}

.widget-markets {
  border-radius: 8px;
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 1.5rem;
  min-width: 350px;
  box-shadow: 3px 5px 5px 0px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 3px 5px 5px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 3px 5px 5px 0px rgba(0, 0, 0, 0.18);
  border: 1px solid var(--border-line-color);

}

.widget-markets__navigation {
  display: flex;
  justify-content: flex-start;
  font-size: var(--default-font__size);
}

.widget-markets__navigation h3 {
  padding-top: 2px;
  display: flex;
  justify-content: flex-start;
  cursor: pointer;
}

.widget-markets__navigation h3:hover .navigation-icon__color {
  fill: #A747EB;
}

.widget-markets__navigation nav {
  padding: 0;
}

.widget-markets__navigation a {
  margin-left: 5px;
  padding: 0.2rem 0.5rem;
  outline: none;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
}

.widget-markets__navigation a:hover {
  padding: 0.2rem 0.5rem;
  color: var(--white-color);
  background-color: var(--purple-color);
  border-radius: 4px;
}

.widget-markets__navigation .navigation-active {
  padding: 0.2rem 0.5rem;
  color: var(--white-color);
  background-color: var(--purple-color);
  border-radius: 4px;
}

.widget-markets__navigation .navigation-icon {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.widget-markets__navigation .navigation-icon__color {
  fill: var(--second-text-color);
}

.widget-markets__navigation .navigation-icon__active {
  fill: #A747EB;
}

.widget-markets__search {
  margin-top: 0.5rem;
  border-bottom: 1px solid var(--border-line-color);
  display: flex;
  justify-content: flex-start;
}

.widget-markets__search:hover {
  border-bottom: 1px solid #A747EB;
}

.widget-markets__search input {
  width: 100%;
  display: block;
  font-weight: 500;
  font-size: var(--default-font__size);
  padding: 0.6rem 0.4rem 0.6rem 0;
  outline: none;
  border: none;
  color: var(--first-text-color);
  background-color: transparent;
}

.widget-markets__search input:focus {
  outline: none;
  box-shadow: none;
}

.widget-markets__search input::-moz-placeholder {
  color: var(--second-text-color);
}

.widget-markets__search input::placeholder {
  color: var(--second-text-color);
}

.widget-markets__search button {
  outline: none;
  border: none;
}

.widget-markets__search-icon {
  position: relative;
  top: 14px;
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 4px;
}

.widget-markets__search-color {
  stroke: var(--first-text-color);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.widget-markets__sort {
  display: flex;
  justify-content: space-between;
  font-size: var(--small-font__size);
  color: var(--second-text-color);
  margin: 1.2rem 0;
  opacity: 80%;
}

.widget-markets__sort-pair {
  width: 38%;
  display: flex;
  justify-content: flex-start;
  cursor: pointer;
}

.widget-markets__sort-price {
  width: 38%;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  cursor: pointer;
}

.widget-markets__sort-change {
  width: 24%;
  text-align: right;
  display: flex;
  justify-content: flex-start;
  cursor: pointer;
  margin-right: 0.5rem;
}

.widget-markets__sort-icon {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 4px;
}

.widget-markets__sort-icon__color {
  stroke: var(--second-text-color);
  stroke-width: 1.5;
  stroke-linecap: round;
}

.widget-markets__sort-icon__active {
  stroke: #A747EB;
}

.widget-markets__list {
  height: 180px;
}

.widget-markets__list-item {
  padding: 0;
}

.widget-markets__list-item a {
  position: relative;
  z-index: 5;
  padding: 0.22rem 0;
  display: flex;
  justify-content: space-between;
  font-size: var(--small-font__size);
}

.widget-markets__list-item a:hover {
  background-color: var(--border-line-color);
  position: relative;
  z-index: 1;
}

.widget-markets__list-item__link {
  cursor: pointer;
  display: block;
}

.widget-markets__list-item__pair {
  outline: none;
  width: 38%;
  display: flex;
  justify-content: flex-start;
}

.widget-markets__list-item .pair-icon {
  position: relative;
  top: 1px;
  z-index: 9;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  fill: var(--second-text-color);
}

.widget-markets__list-item .pair-icon__active {
  fill: #A747EB;
}

.widget-markets__list-item__price {
  outline: none;
  width: 38%;
  text-align: left;
}

.widget-markets__list-item__change {
  outline: none;
  width: 24%;
  text-align: right;
  margin-right: 0.8rem;
}

.widget-markets .__rail-is-vertical {
  right: 0px !important;
}

.widget-market-trades {
  min-height: 260px;
  margin-top: 2rem;

}

.cust-widget-market-trades__navigation nav {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #27272A80;
}

.cust-widget-market-trades__navigation a {
  outline: 1px solid #F00;
  display: block;
  font-size: var(--default-font__size);
  color: white;
  margin-right: 0.7rem;
  padding-bottom: 0.8rem;
  outline: none;
  cursor: pointer;
}

.cust-widget-market-trades__navigation a:hover {
  color: white;
}

.cust-widget-market-trades__navigation .navigation-active {
  border-bottom: 2px solid var(--first-text-color);
  color: white;
}

.widget-market-trades__title {
  display: flex;
  justify-content: space-between;
  font-size: var(--small-font__size);
  color: var(--second-text-color);
  margin: 1.2rem 0;
  opacity: 80%;
}

.widget-market-trades__title-price {
  width: 36%;
}

.widget-market-trades__title-amount {
  width: 40%;
  text-align: left;
}

.widget-market-trades__title-time {
  width: 24%;
  text-align: right;
  padding-right: 0.8rem;
}

.widget-market-trades__list {
  height: 260px;
}

.widget-market-trades__list-item {
  padding: 0.2rem 0.8rem 0.2rem 0;
}

.widget-market-trades__list-item a {
  display: flex;
  justify-content: space-between;
  font-size: var(--small-font__size);
}

.widget-market-trades__list-item__link {
  display: block;
}

.widget-market-trades__list-item__price {
  outline: none;
  width: 36%;
}

.widget-market-trades__list-item__amount {
  outline: none;
  width: 40%;
  text-align: left;
}

.widget-market-trades__list-item__time {
  outline: none;
  width: 24%;
  text-align: right;
}

.widget-market-trades .__rail-is-vertical {
  right: 0px !important;
}

.cust-module-orderbook__sell .module-orderbook {

  width: 100%;
}

.cust-module-container__block {
  width: 100%;
}

.cust-module-orderbook__sell .module-orderbook .mobile-head-title {
  display: none;
}

.cust-module-orderbook__sell .cust-module-orderbook__title-point {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--red-color);
  left: 0px;
  top: 10px;
}

.cust-module-orderbook__sell .cust-module-orderbook__title {

  display: flex;
  justify-content: space-between;
  font-size: var(--small-font__size);
  color: var(--first-color);
  margin: 0;
  margin-bottom: 0.8rem;
  color: #8B8D98;
}

.cust-module-orderbook__sell .cust-module-orderbook__title-price {
  width: 16%;
  text-align: center;
}

.cust-module-orderbook__sell .cust-module-orderbook__title-amount {
  width: 16%;
  text-align: center;
}

.cust-module-orderbook__sell .cust-module-orderbook__title-total {
  width: 16%;
  text-align: center;
}

.cust-module-orderbook__sell .module-orderbook__list {
  font-size: var(--small-font__size);
  height: 250px;
  overflow: hidden;
}

.cust-module-orderbook__sell .module-orderbook__list-item {
  padding: 0.2rem 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.cust-module-orderbook__sell .module-orderbook__list-item__price {
  width: 25%;
  text-align: left;
  padding-left: 6px;
}

.cust-module-orderbook__sell .module-orderbook__list-item__amount {
  width: 28%;
  text-align: right;
}

.cust-module-orderbook__sell .module-orderbook__list-item__total {
  width: 32%;
  text-align: right;
}

.cust-module-orderbook__sell .module-orderbook__list-item__progressbar {
  transition: width 0.5s ease;
  -webkit-transition: width 0.5s ease;
  position: absolute;
  top: 2px;
  right: 0px;
  height: 80%;
  background: rgba(238, 40, 68, 0.16);
}

.cust-module-orderbook__sell .module-orderbook__list-item:hover {
  background: #0b0c16;
  cursor: pointer;
}

.cust-module-orderbook__sell .module-orderbook__empty {
  font-size: 0.9rem;
  min-height: 150px;
  color: var(--second-text-color);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.cust-module-orderbook__buy .module-orderbook {

  width: 100%;
}

.cust-module-orderbook__buy .module-orderbook .mobile-head-title {
  display: none;
}

.cust-module-orderbook__buy .cust-module-orderbook__title-point {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--green-color);
  left: 0px;
  top: 10px;
}

.cust-module-orderbook__buy .cust-module-orderbook__title {

  display: flex;
  justify-content: space-between;
  font-size: var(--small-font__size);
  color: var(--first-color);
  margin: 0;
  margin-bottom: 0.8rem;
  color: #8B8D98;
}

.cust-module-orderbook__buy .cust-module-orderbook__title-price {
  width: 16%;
  text-align: center;
}

.cust-module-orderbook__buy .cust-module-orderbook__title-amount {
  width: 16%;
  text-align: center;
}

.cust-module-orderbook__buy .cust-module-orderbook__title-total {
  width: 16%;
  text-align: center;
}

.cust-module-orderbook__buy .module-orderbook__list {
  font-size: var(--small-font__size);
  height: 250px;
  overflow: hidden;
}

.cust-module-orderbook__buy .module-orderbook__list-item {
  padding: 0.2rem 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.cust-module-orderbook__buy .module-orderbook__list-item__price {
  width: 25%;
  text-align: left;
  padding-left: 6px;
}

.cust-module-orderbook__buy .module-orderbook__list-item__amount {
  width: 28%;
  text-align: right;
}

.cust-module-orderbook__buy .module-orderbook__list-item__total {
  width: 32%;
  text-align: right;
}

.cust-module-orderbook__buy .module-orderbook__list-item__progressbar {
  transition: width 0.5s ease;
  -webkit-transition: width 0.5s ease;
  position: absolute;
  top: 2px;
  right: 0px;
  height: 80%;
  background: rgba(238, 40, 68, 0.16);
}

.cust-module-orderbook__buy .module-orderbook__list-item:hover {
  background: #0b0c16;
  cursor: pointer;
}

.cust-module-orderbook__buy .module-orderbook__empty {
  font-size: 0.9rem;
  min-height: 150px;
  color: var(--second-text-color);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.__bar-is-vertical {
  background: var(--second-text-color) !important;
}

.__rail-is-vertical {
  background: var(--white-color) !important;
}

body.dark .site-layout .__bar-is-vertical {
  background: var(--blue-dark-fourth-color) !important;
}

body.dark .site-layout .__rail-is-vertical {
  background: var(--blue-dark-bar-color) !important;
}

body.dark .site-layout .cust-widget-market-stats .widget-stats__title__market-name span.market-label {
  color: #A747EB;
}

body.dark .site-layout .widget-markets {
  background: var(--blue-dark-color);
}

.cust-module-orderform {}

.cust-module-orderform__title {
  display: flex;
  justify-content: center;
  align-items: center;

}

.cust-module-orderform__title-item {
  cursor: pointer;
  padding: 10px;
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.cust-module-orderform .info-badge {
  color: var(--second-text-color);
}

.cust-module-orderform .cust-button-tab {
  z-index: 999;
  position: relative;

  float: left;
  display: inline-block;
  width: 50%;
  padding: 0.8rem 0;
  text-align: center;
  outline: none;
  color: var(--dark-body-color);
  background-color: transparent;
  border-bottom: 1px solid #999999;
}

.cust-module-orderform .cust-button-tab-buy-active {
  color: #D8E7FE;
  border-bottom: 1px solid #B8D3FA;

}

.cust-module-orderform .cust-button-tab-sell-active {
  color: #D8E7FE;
  border-bottom: 1px solid #B8D3FA;

}

.cust-module-orderform .cust-button-tab-buy-active:after,
.cust-module-orderform .cust-button-tab-sell-active:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #b8d3fa;
  border-radius: 2px;
  box-shadow: 0px -33px 80px 0px #b8d3fa99, 0px -16px 40px 0px #b8d3faa3,
    0px -10px 24px 0px #b8d3fa7a, 0px -12px 24px 0px #b8d3fa8f,
    0px -4.2px 10.5px 0px #b8d3fa4d, 0px -2.5px 6.25px 0px #b8d3fa40,
    0px -1.5px 3.6px 0px #b8d3fa05, 0px -0.66px 1.6px 0px #b8d3fa24;
}

.cust-module-orderform .button-clear {
  clear: both;
}

.cust-module-orderform__active {

  background-color: #D4E8FF1A;
  border: 0.8px solid #D4E8FF14;
  box-shadow:
    0px 3px 12px 0px #d4e8ff14 inset,
    0px 1px 3px 0px #d4e8ff14 inset,
    0px 0.5px 0.5px 0px #d4e8ff1f inset,
    0px 0px 0px 1px #d4e8ff14 inset;

  padding: 10px 20px;
}

.module-orderform__container {
  display: flex;
  justify-content: space-between;
  padding: 1px;
  font-size: var(--small-font__size);
}

.module-orderform__container input {
  font-size: var(--small-font__size);
}

.module-orderform__buy {
  width: 100%;
}

.module-orderform__buy-title {
  display: flex;
  justify-content: space-between;
  margin: 1.5rem 0 0.5rem;
}

.module-orderform__buy-currency {
  display: flex;
  justify-content: flex-start;
  color: var(--second-text-color);
}

.module-orderform__buy-icon {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 4px;
}

.module-orderform__buy-color {
  stroke: var(--second-text-color);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.module-orderform__buy-forms__invalid {
  border: 1px solid var(--red-color) !important;
}

.cust-module-orderform__buy-forms__item {

  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 0.8rem;
  padding: 0.3rem 1rem;

  box-shadow:
    0px 3px 12px 0px #d4e8ff14 inset,
    0px 1px 3px 0px #d4e8ff14 inset,
    0px 0.5px 0.5px 0px #d4e8ff1f inset,
    0px 0px 0px 1px #d4e8ff14 inset;

  color: white;
  background-color: #D4E8FF03;
}

.cust-module-orderform__buy-forms__item:hover {}

.cust-module-orderform__buy-forms__item input {
  outline: none;
  border: none;
  width: 60%;
  background: transparent;
  text-align: right;
  font-weight: 500;
  color: white;
}

.cust-module-orderform__buy-forms__item input:focus {
  box-shadow: none;
}

.cust-module-orderform__buy-forms__item-left {
  display: block;
  width: 20%;
  text-align: left;
  opacity: 50%;
}

.cust-module-orderform__buy-forms__item-right {
  display: block;
  width: 20%;
  text-align: right;
  opacity: 50%;
}

.cust-module-orderform__buy-forms button {
  display: block;
  width: 100%;
  margin-top: 1rem;
  padding: 0.8rem 0;
  text-align: center;
  outline: none;
  border: 0.84px solid #D4E8FF14;
  box-shadow:
    0px 3px 12px 0px #d4e8ff14 inset,
    0px 1px 3px 0px #d4e8ff14 inset,
    0px 0.5px 0.5px 0px #d4e8ff1f inset,
    0px 0px 0px 1px #d4e8ff14 inset;

  color: white;
  background-color: #D4E8FF1A;
}

.cust-module-orderform__buy-forms button:hover {
  opacity: 90%;
}

.module-orderform__sell {
  width: 100%;
}

.cust-module-orderform__sell-title {
  display: flex;
  justify-content: space-between;
  margin: 1.5rem 0 0.5rem;
}

.cust-module-orderform__sell-currency {
  display: flex;
  justify-content: flex-start;
  color: var(--second-text-color);
}

.module-orderform__sell-icon {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 4px;
}

.module-orderform__sell-color {
  stroke: var(--second-text-color);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.module-orderform__sell-forms__invalid {
  border: 1px solid var(--red-color) !important;
}

.cust-module-orderform__sell-forms__item {

  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 0.8rem;
  padding: 0.3rem 1rem;

  box-shadow:
    0px 3px 12px 0px #d4e8ff14 inset,
    0px 1px 3px 0px #d4e8ff14 inset,
    0px 0.5px 0.5px 0px #d4e8ff1f inset,
    0px 0px 0px 1px #d4e8ff14 inset;
  background-color: #D4E8FF03 !important;
}

.cust-module-orderform__sell-forms__item:hover {}

.cust-module-orderform__sell-forms__item input {
  outline: none;
  border: none;
  width: 60%;
  background: transparent;
  text-align: right;
  font-weight: 500;
  color: white;
}

.cust-module-orderform__sell-forms__item input:focus {
  box-shadow: none;
}

.cust-module-orderform__sell-forms__item-left {
  display: block;
  width: 20%;
  text-align: left;
  opacity: 50%;
}

.cust-module-orderform__sell-forms__item-right {
  display: block;
  width: 20%;
  text-align: right;
  opacity: 50%;
}

.cust-module-orderform__sell-forms button {
  display: block;
  width: 100%;
  margin-top: 1rem;
  padding: 0.8rem 0;
  text-align: center;
  outline: none;
  border: 0.84px solid #D4E8FF14;

  color: white;
  background-color: #D4E8FF1A;
  box-shadow:
    0px 3px 12px 0px #d4e8ff14 inset,
    0px 1px 3px 0px #d4e8ff14 inset,
    0px 0.5px 0.5px 0px #d4e8ff1f inset,
    0px 0px 0px 1px #d4e8ff14 inset;
}

.cust-module-orderform__sell-forms button:hover {
  opacity: 90%;
}

.cust-module-orderform .form-disabled {
  background-color: transparent;
}

.cust-module-orderform .form-disabled:hover {
  border: 1px solid var(--rows-color);
  box-shadow: none;
}

.cust-module-orderopen {
  margin: 0;

}

.cust-module-orderopen__navigation {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 1rem;
  font-size: var(--default-font__size);
  color: white;
  border-bottom: 1px solid #2A2A33;
}

.cust-module-orderopen__navigation-title {
  margin-right: 1.875rem;
  padding: 1rem 0;
  cursor: pointer;
}

.cust-module-orderopen__navigation-title:hover {
  color: white;
}

.cust-module-orderopen__navigation-active {
  color: #B8D3FA;
  border-bottom: 2px solid #B8D3FA;
}

.module-orderopen__navlist {
  display: flex;
  justify-content: flex-start;
  font-size: var(--default-font__size);
  color: #8B8D98;
  margin: 1.5rem 0;
}

.module-orderopen__navlist-item {
  margin-right: 1.5rem;
}

.module-orderopen__navlist-active {
  color: var(--blue-dark-color);
}

.cust-module-body {
  background: #D4E8FF03;
  border: 1px solid #D4E8FF14;
  box-shadow:
    0px 3px 12px 0px #d4e8ff14 inset,
    0px 1px 3px 0px #d4e8ff14 inset,
    0px 0.5px 0.5px 0px #d4e8ff1f inset,
    0px 0px 0px 1px #d4e8ff14 inset;

  padding: 10px 20px;
  margin-bottom: 30px;
}

.cust-module-orderopen__table .table-title {
  display: flex;
  justify-content: space-between;
  font-size: var(--small-font__size);
}

.cust-module-orderopen__table-title {
  box-shadow:
    0px -16px 32px 0px #D4E8FF14 inset,
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
  /* padding: 0 20px; */
}

.cust-module-orderopen__table .cust-table-title__name {
  width: 20%;
  padding: 1rem 0;
  text-align: center;
  color: white;
}

.cust-module-orderopen__table .cust-table-list {
  font-size: var(--small-font__size);
}

.cust-module-orderopen__table .table-list__item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--border-line-color);
}

.cust-module-orderopen__table .table-list__item-date {
  color: var(--second-text-color);
}

.cust-module-orderopen__table .table-list__item-value {
  width: 20%;
  padding: 0.9rem 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.module-orderopen__login {
  font-size: 0.9rem;
}

.cust-module-orderopen__login-text {
  display: flex;
  justify-content: center;
  color: white;
  padding: 7rem 0;
}

.cust-module-orderopen__login-text a {
  display: block;
  margin: 0 0.4rem;
  color: #A747EB;
}

.cust-module-orderopen__login-text a:hover {
  text-decoration: underline;
}

.cust-module-orderopen__notfont {
  width: 100%;
  font-size: 0.9rem;
  text-align: center;
  margin: 0 auto;
  padding: 6rem 0;
}

.cust-module-orderopen__notfont img {
  width: 300px;
  height: 300px;
  justify-self: center;
}

.cust-module-orderopen__notfont-icon {
  display: inline-block;
  margin-bottom: 0.3rem;
  width: 60px;
  height: 60px;
}

.cust-module-orderopen__notfont-icon__color {
  stroke: var(--second-text-color);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cust-module-orderopen__notfont-icon .color-yellow {
  stroke: #A747EB;
}

.cust-module-orderopen__notfont-text {
  display: flex;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 32px;
}

.cust-module-orderopen__notfont-text a {
  display: block;
  margin: 0 0.4rem;
  color: white;
  font-weight: 700;
}

.cust-module-orderopen__notfont-text a:hover {
  text-decoration: underline;
}

body.dark .site-layout .cust-module-orderopen__navigation-active h4 {
  color: var(--dark-text-color);
}

.cust-page-section {
  color: white;
}

.cust-page-section .cust-components-title h1 {
  margin: 5rem 0 3rem;
  font-size: var(--h2-font__size);
  color: white;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
}

.cust-components-title h1 {
  font-size: 30px;
  font-weight: 700;
  color: #b8d3fa;
}

.cust-page-section-content img {
  max-width: 100%;
}

#referrals-palzea {
  box-shadow:
    0px -16px 32px 0px #D4E8FF14 inset,
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
  border-radius: 0px !important;
  border: none !important;
}

#referrals-palzea h1 {
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(180deg, #B8D3FA 0%, #E5EFFE 100%);
}

#referrals-palzea .card {
  border-radius: 0px;
}

.modal-container button {
  border-radius: 0px !important;
  padding: 10px 20px !important;
}

.not-rounded {
  border-radius: 0px !important;
}

.cust-page-section-content {
  margin-top: 10px;

  border: none !important;
  background: #D4E8FF03 !important;
  text-align: left;
  box-shadow:
    0px -16px 32px 0px #D4E8FF14 inset,
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
}

.cust-page-section-content p,
.cust-page-section-content li,
.cust-page-section-content h2,
.cust-page-section-content h3,
.cust-page-section-content h4 {
  line-height: 1rem;
  color: white;
  font-size: 16px;
}

#referrals-palzea .card h2 {
  margin: 0 0 2rem !important;
}

.cust-page-section-content p {
  line-height: 1.5rem !important;
}

.cust-page-section-content h2 {
  margin: 2rem 0;
  font-size: 20px;
  font-weight: 700;
  color: white;
}

.cust-page-section-content ul {
  list-style: circle;
  padding: 0px 1rem;
}

.cust-page-section-content a {
  color: white;
}

.cust-page-section-content a:visited {
  color: white;
}

.cust-page-section-content a:hover {
  color: white;
}

.profile-inner-page .cust-form-components__title h3 {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  font-weight: 700;
}

.cust-form-components__title {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  font-weight: 700;
}

.launchpad-inner {
  font-size: 0.8rem;
  max-width: 100% !important;
  width: 100%;

}

.launchpad-inner div.flex {
  display: block !important;
}

.launchpad-inner div.flex span {
  font-size: 1rem !important;
}

.launchpad-inner div.flex button {
  position: relative;
  display: inline-block;
  font-size: 0.9rem;
  width: 100%;
  display: block;
  margin-top: 2rem;
  text-decoration: none;
  padding: 0.7rem 1.5rem;
  color: #D4E8FF !important;
  border: none !important;
  background-color: #D4E8FF1A !important;
  border-radius: 0 !important;
  outline: none;
}

.launchpad-inner div.flex button:hover {
  opacity: 0.8;
}

.launchpad-inner div.flex button:focus {
  opacity: 0.8;
}

.launchpad-inner div.flex button:active {
  opacity: 0.8;
}

.launchpad-inner div.flex button-text {
  font-size: 0.9rem;
}

.launchpad-inner .launchpad-options__item {
  padding: 1rem 0 0.5rem;
  border-bottom: 1px solid rgba(40, 40, 75, 0.6);
}

.launchpad-inner .launchpad-options__item:nth-last-child(1) {
  border-bottom: 1px solid rgba(40, 40, 75, 0.6);
}

.launchpad-inner .cust-components-filter__item button {
  position: relative;
  display: inline-block;
  font-size: 0.9rem;
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 0.7rem 1.5rem;
  color: var(--white-color);
  background-color: var(--purple-color);
  border: 1px solid #A747EBCC;
  border-radius: 10px;
  outline: none;
}

.launchpad-inner .cust-components-filter__item button:hover {
  border: 1px solid var(--purple-color);
}

.launchpad-inner .cust-components-filter__item button:focus {
  outline: none;
  border: 1px solid var(--purple-color);
  background-color: var(--purple-color);
}

.launchpad-inner .cust-components-filter__item button:active {
  outline: none;
  border: 1px solid var(--purple-color);
  background-color: var(--purple-color);
}

.launchpad-inner .cust-components-filter__item button-text {
  font-size: 0.9rem;
}

.launchpad-inner__progressbar {
  padding-top: 2rem;
}

.launchpad-inner .progressbar-value {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.launchpad-inner .progressbar-title {
  margin-top: 2rem;
  color: var(--second-text-color);
}

.launchpad-inner .progressbar-text {
  margin: 1rem 0;
}

.launchpad-inner .progressbar-text img {
  display: block;
  width: 100%;
  margin-top: 1rem;
  border-radius: 6px;
}

.launchpad-inner .launchpad-options {
  margin: 2rem 0;
  padding-bottom: 2rem;
}

.launchpad-inner .launchpad-options__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.launchpad-inner .launchpad-options__title {
  color: var(--second-text-color);
}

.launchpad-inner .launchpad-options__value {
  text-align: right;
}

.staking-inner {
  max-width: 100% !important;
  width: 100%;
  font-size: 0.8rem;
}

.staking-inner__image {
  margin-bottom: 2rem;
}

.staking-inner__image img {
  display: block;
  width: 100%;
  border-radius: 6px;
}

.staking-inner__options {
  margin-bottom: 2rem;
  padding: 0 0 2rem;
}

.staking-inner .options-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.3rem;
  padding: 1rem 0 0.5rem;
  border-bottom: 1px solid var(--tr-hover-color);
}

.staking-inner .options-item:nth-last-child(1) {
  border-bottom: 1px solid var(--tr-hover-color) !important;
}

.staking-inner .options-item__title {
  color: var(--second-text-color);
}

.staking-inner .options-item__value {
  text-align: right;
}

.staking-inner .options-item__value span {
  color: var(--green-color);
}

.staking-inner__calculator .cust-components-filter__row {
  margin-bottom: 2rem;
}

.staking-inner__calculator button {
  position: relative;
  display: inline-block;
  font-size: 0.9rem;
  text-decoration: none;
  padding: 0.7rem 1.5rem;
  border-radius: 9999px;
  outline: none;
}

.staking-inner__calculator button:hover {
  border: 1px solid var(--purple-color);
  background-color: var(--purple-color);
}

.staking-inner__calculator button:focus {
  outline: none;
  border: 1px solid var(--purple-color);
  background-color: var(--purple-color);
}

.staking-inner__calculator button:active {
  outline: none;
  border: 1px solid var(--purple-color);
  background-color: var(--purple-color);
}

.staking-inner__calculator button-text {
  font-size: 0.9rem;
}

.staking-inner .calculator-info {
  margin-bottom: 2rem;
  padding: 0 0 2rem;
}

.staking-inner .calculator-info__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.3rem;
  text-align: right;
}

.staking-inner .calculator-info__title {
  color: var(--second-text-color);
  text-align: left;
}

.staking-inner .calculator-form {
  outline: none;
}

.staking-inner .calculator-form .cust-components-filter__item {
  max-width: 360px !important;
  width: 100%;
}

.staking-inner .calculator-form .cust-components-filter__item button {
  position: relative;
  display: inline-block;
  font-size: 0.9rem;
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 0.7rem 1.5rem;
  color: #D4E8FF !important;
  background-color: #D4E8FF1A !important;
  border: none !important;
  border-radius: 0px !important;
  outline: none;
  box-shadow:
    0px -16px 32px 0px #D4E8FF14 inset,
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
}

.staking-inner .calculator-form .components-filter__item button {
  color: #D4E8FF !important;
  background-color: #D4E8FF1A !important;
  border: none !important;
  border-radius: 0px !important;
  box-shadow:
    0px -16px 32px 0px #D4E8FF14 inset,
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
}

.staking-inner .calculator-form .components-filter__item button:hover,
.staking-inner .calculator-form .cust-components-filter__item button:hover {
  background-color: #D4E8FF1A !important;
}

.staking-inner .calculator-form .components-filter__item button:focus,
.staking-inner .calculator-form .cust-components-filter__item button:focus {
  outline: none;
  background-color: #D4E8FF1A !important;
}

.staking-inner .calculator-form .components-filter__item button:active,
.staking-inner .calculator-form .cust-components-filter__item button:active {
  outline: none;
  background-color: #D4E8FF1A !important;
}

.staking-inner .calculator-form .cust-components-filter__item button-text {
  font-size: 0.9rem;
}

:root {

  --h1-font__size: 3rem;
  --h2-font__size: 2rem;
  --h3-font__size: 1rem;

  --default-font__size: 0.90rem;
  --small-font__size: 0.80rem;
  --big-font__size: 1.30rem;

  --regular-font: 400;
  --medium-font: 500;
  --semi-font: 600;
  --bold-font: 700;
  --extra-font: 800;
  --black-font: 900;

  --body-color: #09090B;
  --first-text-color: #3e3e3e;
  --second-text-color: #8B8D98;
  --third-text-color: #262744;
  --fourth-text-color: #252542;
  --border-line-color: #E5E7EB;
  --tr-hover-color: #E5E7EB;
  --rows-color: #F4F6F9;
  --tr-hover-color-second: #d6d8df;
  --hover-v1-color: #1d2234;
  --white-input: #ffffff;
  --progress-color: #8B8D98;
  --select-option: #ffffff;
  --menu-btn-color: #ffffff;
  --blue-dark-color: #1d2234;
  --blue-dark-second-color: #151926;
  --blue-dark-thir-color: #1d2234;
  --blue-dark-bar-color: #131621;
  --blue-dark-fourth-color: #303254;
  --blue-dark-fifth-color: #10111c;
  --red-color: #f1493f;
  --red-second-color: #d12f44;
  --green-color: #26c99b;
  --green-second-color: #25b176;
  --yellow-color: #A747EB;
  --yellow-secondary-color: #A747EB;
  --gray-color: #BABABA;
  --gray-color-secondary: #e8ebef;
  --purple-fourth-color: #181c2b;
  --purple-color: #5f54aa;
  --purple-second-color: #5f54aa;
  --purple-third-color: #161a28;
  --white-color: #ffffff;
  --dark-gray: #585858;

  --dark-body-color: #131722;
  --dark-text-color: #B9BAC0;
  --dark-text-color2: #262626;
  --second-fourth-color: #635f5f;
  --border-select-color: #e8e8e8;
  --btn-secondary-color: #273445;
  --btn-secondary-text-color: #ffffff;
  --disabled-checkbox: #ccc;
  --checkbox-bg: #fffdfd;
  --checkbox-border: #ccc;
  --border-line-color-v2: #E5E7EB;
  --btn-stroke-color: #57638d;
  --yellow-darker-color: #A747EB !important;
  --gray-color-third: #848e9c;
  --table-head-color: #f3f3f3;
  --modal-border-line-color: #cbcbcb;
  --modal-information-color: #f3f4f6;
  --modal-information-warning-color: #101320;
  --modal-information-warning-color-label: #384260;
  --strict-border-color: #1d2234;
  --dark-profile-body-color: #0c111a;
  --label-bubble-color: #eeeeee;
}

body {
  font-weight: var(--medium-font);
  font-size: var(--default-font__size);
  margin: 0;
  padding: 0;
  color: var(--first-text-color);
  background-color: var(--body-color);
}

.site-layout {
  overflow-x: hidden;
}

body.dark .site-layout {
  --tr-hover-color: #1d2234;
  --tr-hover-color-second: #646f8f;
  --border-line-color: #1d2234;
  --rows-color: #1d2234;
  --hover-v1-color: #A747EB;
  --first-text-color: #B9BAC0;
  --white-input: #131722;
  --progress-color: #A747EB;
  --select-option: #1d2234;
  --second-fourth-color: #8d8787;
  color: var(--dark-text-color);
  background-color: var(--dark-body-color);
  --border-select-color: #2a2948;
  --btn-secondary-color: #273445;
  --btn-secondary-text-color: #ffffff;
  --disabled-checkbox: #1b1b1b;
  --checkbox-bg: #1f1e35;
  --checkbox-border: #393b3d;
  --border-line-color-v2: #252c42;
  --yellow-darker-color: #A747EB;
  --table-head-color: #1d2234;
  --modal-border-line-color: #696b77;
  --modal-information-color: #101520;
  --modal-information-warning-color: #101320;
  --modal-information-warning-color-label: #384260;
  --label-bubble-color: #0e101e;
  --dark-text-color2: #B9BAC0;
  --dark-gray: #b9b9b9;
}

#p2p-post-create .cust-p2p-post-wrapper {
  border-radius: 5px;
  margin-top: 25px;
  background: #D4E8FF03;
  border: 1.06px solid #D4E8FF03;
  box-shadow:
    0px 3px 12px 0px #d4e8ff14 inset,
    0px 1px 3px 0px #d4e8ff14 inset,
    0px 0.5px 0.5px 0px #d4e8ff1f inset,
    0px 0px 0px 1px #d4e8ff14 inset;

  padding: 20px 30px;
  margin-bottom: 30px;
}

#p2p-post-create .cust-p2p-post-wrapper .p2p-post-tab-buttons button {
  padding: 15px 0;
}

#p2p-post-create .cust-p2p-post-wrapper .p2p-post-tab-buttons button.active {
  font-weight: bold;
  background: var(--purple-second-color);
}

#p2p-post-create .cust-p2p-post-wrapper .p2p-post-tab-content .cust-components-filter {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#p2p-post-create .cust-p2p-field-width {
  display: flex;
  align-items: flex-end;

}

.cust-p2p-field-width {
  display: flex;
  gap: 20px;
}

.cust-p2p-field-width .input-radio {
  border: 0.21px solid #D4E8FF03;
  box-shadow:
    0px -16px 32px 0px #D4E8FF14 inset,
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
  display: flex;
  justify-content: space-between;
  padding: 14px 20px;

}

#p2p-post-create .cust-p2p-post-next-btn {
  margin-top: 50px;
  text-align: center;
  font-weight: 600;
}

#p2p-post-create .cust-p2p-post-next-btn button {
  max-width: 250px;
  margin-bottom: 20px;
}

#p2p-post-create .cust-p2p-asset-arrow {
  margin-top: 30px;
  margin-right: 13px;
  margin-left: 13px;
}

#p2p-post-create .cust-components-filter__item {
  width: 100% !important;
  margin-right: 0;
}

#p2p-post-create .cust-components-filter__item .filter-select {
  padding: 0 1.5rem;
  height: 55px;
}

#p2p-post-create .cust-components-filter__item .filter-select:focus {

  border: 1.06px solid #D4E8FF1A;
  box-shadow:
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 1px 3px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
  background-color: #010513 !important;
}

.bg-yellow-500 {
  background-color: #010513 !important;
  box-shadow:
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 1px 3px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
}

.bg-yellow-100 {
  background-color: #010513 !important;
  box-shadow:
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 1px 3px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
}

#p2p-post-create .custom-input-group {
  position: relative;
}

#p2p-post-create .custom-input-group input {
  padding-right: 37px !important;
}

#p2p-post-create .custom-input-group span {
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  right: 25px;
  top: 18px;
}

#p2p-post-create .cust-p2p-result-price-group {
  margin-top: 40px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}

#p2p-post-create .cust-p2p-result-price-group p {
  margin-top: 10px;
  font-size: 24px;
  border: 0.21px solid #D4E8FF03;
  box-shadow:
    0px -16px 32px 0px #D4E8FF14 inset,
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;

  text-align: center;
  padding: 5px 20px;
}

.p2p-order-view {
  gap: 32px;
}

.p2p-order-view .p2p-headline {
  font-size: var(--big-font__size);
}

.p2p-order-view .p2p-headline-info {
  margin-top: 25px;
}

.p2p-order-view .text-headline {
  color: var(--second-fourth-color);
  margin-bottom: 10px;
}

.p2p-order-view .p2p-headline-method {
  margin-top: 25px;
}

.cust-p2p-create-steps {
  margin-top: 1rem;
  display: flex;
  background: #D4E8FF03;
  border: 1.06px solid #D4E8FF1A;
  box-shadow:
    0px 3px 12px 0px #d4e8ff14 inset,
    0px 1px 3px 0px #d4e8ff14 inset,
    0px 0.5px 0.5px 0px #d4e8ff1f inset,
    0px 0px 0px 1px #d4e8ff14 inset;

  padding: 20px 12px;
}

.cust-p2p-create-steps .p2p-steps-line {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  bottom: 20px;
  height: 0px;
  align-self: flex-end;
  flex: 1 1 0%;
  position: relative;
  background: var(--table-head-color);
}

.cust-p2p-create-steps .p2p-steps-line:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 4px;
  background-color: inherit;
}

.cust-p2p-create-steps .p2p-steps-line-np {
  bottom: 12px;
}

.cust-p2p-create-steps .p2p-steps-step {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  display: flex;
  position: static;
  color: rgb(112, 122, 138);
  padding: 8px;
  flex-grow: 0;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

.cust-p2p-create-steps .p2p-steps-step-np {
  padding: 0;
}

.cust-p2p-create-steps .p2p-steps-step-inner {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cust-p2p-create-steps .p2p-steps-step-marker {
  position: relative;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 100%;
  margin-top: 20px;
  background: var(--table-head-color);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.cust-p2p-create-steps .p2p-steps-step-marker.active {
  background-color: #A747EB !important;
  color: white;
}

[type='checkbox']:checked,
[type='radio']:checked {
  background-color: #A747EB !important;
}

.cust-p2p-create-steps .p2p-steps-step-marker .p2p-create-step-marker-label {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  font-size: 12px;
}

.cust-p2p-create-steps .p2p-steps-step-marker .p2p-create-step-marker-label:after {
  content: "";
  position: absolute;
  height: 4px;
  top: 12px;
  width: 9999px;
  left: 100%;
  margin-left: 8px;
  background: var(--table-head-color);
}

.cust-p2p-create-steps .p2p-steps-step-marker .p2p-create-step-marker-label-extra {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  font-size: 12px;
}

.cust-p2p-create-steps .p2p-steps-step-marker .p2p-create-step-marker-label-extra:before {
  content: "";
  position: absolute;
  height: 4px;
  top: 12px;
  width: 9999px;
  right: 100%;
  margin-right: 8px;
  background: var(--table-head-color);
}

body {
  font-weight: 400;
  color: var(--blue-dark-color);
  background-color: var(--sixth-color);
}

* {
  -webkit-tap-highlight-color: transparent;
}

.main-logo {
  max-width: 140px;
}

.mobbar {
  display: none;
}

.mobile-head-title,
.close-item {
  display: none;
}

.mob-show {
  display: none !important;
}

.mob-hide {
  display: block !important;
}

.swap-inner {
  width: 450px;
  margin: 0 auto;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.color-sell {
  color: var(--red-color);
}

.color-buy {
  color: var(--green-color);
}

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

.color-default {
  color: var(--blue-dark-color);
}

div.cust-mobile-body .markets-cust-tabs {
  background: transparent;
  display: block;
  margin-bottom: 1rem;
  margin-top: 0;
  padding: 0;
  border-bottom: none;
}

div.cust-mobile-body .cust-components-title h2 {
  margin: 2rem 0 3rem;
}

div.cust-mobile-body .markets-cust-tabs .cust-tabs-left {
  display: block;
}

div.cust-mobile-body .markets-cust-tabs .cust-tabs-nav {
  align-items: center;
  color: var(--white-color);
  cursor: pointer;
  display: flex;
  flex-direction: row !important;
  justify-content: flex-start;
  margin-bottom: 1.5rem;
  overflow-x: none;
}

div.cust-mobile-body .markets-cust-tabs .cust-tabs-nav__item {
  min-width: 80px;
  display: flex;
  text-align: center;

  color: white;
  border-radius: 9999px;
  margin-right: 1rem;
  max-width: auto;
  padding: 0.5rem;
  position: relative;
}

div.cust-mobile-body .markets-cust-tabs .cust-tabs-nav__item h4 {
  margin: 0 auto;
}

body.dark div.cust-mobile-body .markets-cust-tabs .cust-tabs-nav__item {

  color: white;
  text-align: center;

}

body.dark .staking-inner__calculator button {
  border: 1px solid var(--blue-dark-color);
  background: var(--blue-dark-color);
  color: var(--white-color);
}

.staking-inner__calculator button {
  border: 1px solid #eceded;
  background: #eceded;
  color: var(--dark-body-color);
}

.staking-inner__calculator button:hover {
  color: var(--white-color);
}

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

.cust-mobile-body .cust-item-language__active div {
  color: #A747EB;
}

div.cust-mobile-body .markets-cust-tabs .cust-tabs-nav__active {
  background-color: #A747EB !important;
  color: white !important;
}

div.cust-mobile-body .markets-cust-tabs .cust-tabs-nav h4 {
  font-size: 14px;
  width: -moz-max-content;
  width: max-content;
}

div.cust-mobile-body .markets-cust-tabs .cust-tabs-search {

  display: flex;
  justify-content: flex-start;
  padding: 0 15px;
  width: 100%;
}

div.cust-mobile-body .markets-cust-tabs .cust-tabs-search input {
  background-color: transparent;
  border: 2px solid transparent;

  color: var(--first-text-color);
  display: block;
  font-size: 12px;
  outline: none;
  padding: 0.2rem 0.5rem;
  width: 100%;
}

div.cust-mobile-body .markets-cust-tabs .cust-tabs-search .cust-tabs-search__icon {
  position: relative;
  top: 9px;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 0px;
}

div.cust-mobile-body .markets-cust-tabs-list {
  background: transparent;
  display: block;
  margin-bottom: 1rem;
  margin-top: 0;
  padding: 10px;
}

div.cust-mobile-body .markets-cust-tabs-list .cust-mob-table-markets .cust-table-sort {
  display: table-header-group;
}

div.cust-mobile-body .markets-cust-tabs-list .cust-table-list td:first-child {
  padding: 2px 0;
}

div.cust-mobile-body .markets-cust-tabs-list .cust-table-list .cust-color-mob-sell {
  background: #3d2934;
  border-radius: 3px;
  color: #EF4444;
  display: flex;
  font-size: 11px;
  padding: 7px 3px;
  text-align: center;
  width: 70px;
  word-break: keep-all;
}

div.cust-mobile-body .markets-cust-tabs-list .cust-table-list .cust-color-mob-buy {

  border-radius: 3px;
  color: #22C55E;
  display: block;
  font-size: 11px;
  padding: 7px 3px;
  text-align: center;
  width: 70px;
  word-break: keep-all;
}

div.cust-mobile-body .markets-cust-tabs-list .cust-table-list td:nth-child(3) .cust-table-list__value .cust-color-sell {

  color: #de7b90;
}

div.cust-mobile-body .markets-cust-tabs-list .cust-table-list td:nth-child(3) .cust-table-list__value .cust-color-buy {

  color: #4ec3a8;
}

div.cust-mobile-body .markets-cust-tabs-list td:first-child .cust-table-list__value {

  margin: 0;
  padding: 0;

}

div.cust-mobile-body .markets-cust-tabs-list .cust-table-list__image {
  margin-left: 0;
  align-items: center;
  display: flex;
  height: 25px;
  margin-right: 10px;
  width: 25px;
}

.markets-cust-tabs-list .cust-table-list .quote-symbol {
  color: #898988;
  display: block;
  font-size: 12px;
}

.w-full-force {
  width: 100% !important;
}

.w-flex-force button {
  display: flex !important;
}

div.cust-mobile-body .markets-cust-tabs-list .cust-table-sort th:nth-child(2) .cust-table-sort__value,
div.cust-mobile-body .markets-cust-tabs-list .cust-table-sort th:nth-child(3) .cust-table-sort__value {
  justify-content: flex-end;
}

div.cust-mobile-body .markets-cust-tabs-list .cust-table-list td:first-child {
  padding: 2px 0;
}

div.cust-mobile-body .markets-cust-tabs-list .cust-table-list td {
  background-color: transparent;
  display: table-cell;
  margin: 0;
  padding: 0;
}

div.cust-mobile-body .markets-cust-tabs-list .cust-wall-table-list td {
  background-color: transparent;
  display: table-cell;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

div.cust-mobile-body .markets-cust-tabs-list .title-icon__name,
div.cust-mobile-body .markets-cust-tabs-list .title-icon__name .quote-symbol {
  font-size: 12px;
}

div.cust-mobile-body .small-market-title {
  margin: 2rem 0 3rem;
  font-size: 22px;
}

div.cust-mobile-body .cust-table-result__notfound-icon img {
  margin: 0 auto;
}

div.cust-mobile-body .markets-cust-tabs-list .cust-table-sort__title {
  font-size: 11px;
}

div.cust-mobile-body .markets-cust-tabs-list .cust-table-result__notfound-text {
  font-size: 12px;
}

div.cust-mobile-body .markets-cust-tabs-list .cust-table-list td:nth-child(3) .cust-table-list__value {
  display: flex;
  justify-content: flex-end;
}

div.cust-mobile-body .markets-cust-tabs-list .cust-table-list td:nth-child(2) .cust-table-list__value {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 1024px) {
  .auth-card {
    max-width: 420px;
  }

  .bg-icon {
    width: 3rem;
    height: 3rem;
  }

  .icon-1 {
    top: 12%;
    left: 12%;
  }

  .icon-2 {
    bottom: 20%;
    left: 16%;
  }

  .icon-3 {
    top: 20%;
    right: 16%;
  }

  .icon-4 {
    bottom: 22%;
    right: 12%;
  }
}

@media (max-width: 768px) {
  .auth-card {
    max-width: 90%;
    padding: 2rem 1.5rem;
  }

  .cust-section-header {
    font-size: 34px !important;
    margin-bottom: 20px;
  }

  .icon-1,
  .dashicon-1,
  .icon-2,
  .dashicon-2,
  .icon-3,
  .dashicon-3,
  .icon-4,
  .dashicon-4 {
    display: none;
  }
}

@media (min-width: 640px) {
  .bg-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}

@media (max-width: 480px) {
  .auth-card {
    max-width: 95%;
    padding: 1.5rem 1rem;
  }
}

@media (max-width: 360px) {
  .auth-card {
    max-width: 100%;
    border-radius: 0;
    padding: 1rem;
  }
}

@media screen and (max-width: 900px) {
  .cust-header-logo {
    margin-right: 0;
    display: inline-block;
  }
}

@media screen and (max-width: 1000px) {
  .cust-header-btn {
    display: block;
  }

  .mob-padding {
    padding: 0 30px;
  }
  .cust-header-nav {
    outline: none;
    --tw-scale-y: 0;
    position: absolute;
    top: 2.4rem;
    left: 0;
    width: 100%;
    margin: 2rem 0;
    padding: 1rem;
    background-color: #010513;
    box-shadow: inset 0 0 0 1px #d4e8ff14, inset 0 .5px .5px #d4e8ff1f, inset 0 3px 12px #d4e8ff14, inset 0 -16px 32px #d4e8ff14;
  }

  .cust-header-nav.active {
    --tw-scale-y: 1;
  }

  .cust-header-nav__list {
    display: block;
  }

  .cust-header-nav__list a {
    border-bottom: 1px solid #1d2234;
    padding: 1rem 0;
  }

  .cust-header-nav__list a:last-child {
    border-bottom: none;
  }
  .header-dropdown__button {
    padding: 1.6rem 0 1.12rem 1rem;
    cursor: pointer;
  }

  .cust-header-dropdown__list {
    top: 2rem;
  }
}

@media screen and (max-width: 500px) {
  .cust-header-dropdown__list {
    right: 2rem !important;
  }
}

@media screen and (max-width: 1000px) {
  .cust-header-dropdown__list {
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
  }

  .cust-language-dropdown .header-dropdown__button {
    padding: 1.12rem 0 1.12rem 1rem;
    cursor: pointer;
  }

  .cust-language-dropdown .header-dropdown__button:hover .cust-header-dropdown__icon-color {
    stroke: #A747EB;
  }
  .cust-header__row {
    display: flex;
    width: 100%;
    padding: 1rem 1rem;
    justify-content: space-between;
  }

  .cust-header__row-right {
    padding: 0;
  }

  .cust-home-v1-banner-title {
    font-size: 42px !important;
    line-height: 56px !important;
  }

  .cust-head-title-not-log h1,
  .cust-head-title h1 {
    font-size: var(--h1-font__size);
    line-height: 56px !important;

  }

  .guest-glow-text {
    font-size: var(--h1-font__size);

  }

  .cust-head-title p {
    width: 80%;
    margin: 1rem auto 0;
    font-size: var(--default-font__size);
  }

  .cust-head-title a {
    margin: 2rem auto 2rem;
    font-size: var(--default-font__size);
  }

  .head-carousel {
    position: relative;
    margin: 6rem 0 0;
    padding: 0 1rem;
  }

  .head-carousel__inner {
    padding: 2rem 0 1.8rem;
  }

  .head-carousel__item {
    width: 100%;
    font-size: 0.9rem;
  }

  .head-carousel__value {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 670px) {
  .dash-mkt-table {
    display: none !important;
  }

  .cust-table-list .title-icon {
    justify-content: flex-start !important;
  }

  .cust-table-list__value {
    justify-content: flex-start !important;
  }

  .cust-table-home {
    min-height: auto !important;
  }

  .hide-on-mobile {
    display: none !important;
  }

  .cust-head-title {
    margin: 1rem 0 2rem;
  }

  .cust-head-title h1 {
    margin: 6rem auto 0;
    padding-top: 0;
    font-size: var(--h2-font__size);
  }

  .cust-head-title p {
    font-size: var(--default-font__size);
  }

  .cust-head-title a {
    padding: 0.6rem 0;
    width: 150px;
    font-size: var(--default-font__size);
  }

  .head-carousel {
    position: relative;
    margin: 6rem 0 0;
    padding: 0 1rem;
  }

  .head-carousel__inner {
    padding: 2rem 0 0;
  }

  .head-carousel__item {
    width: 100%;
    font-size: 0.9rem;
  }

  .head-carousel__value {
    font-size: 1.5rem;
  }
}

@media (max-width: 1024px) {
  .cust-feature-card {
    max-width: 200px;
    min-height: 150px;
    padding: 20px;
  }

  .features-grid {
    gap: 10px;
    padding: 0 25px;
  }

}

@media (max-width: 768px) {
  .cust-feature-card {
    max-width: 100%;
    min-height: auto;
    padding: 16px;
  }

  .features-grid {
    gap: 10px;
    padding: 0 25px;
  }

  .card-two {
    margin-top: 0PX;
  }

  .card-three {
    margin-top: 0px;
  }
}

@media screen and (max-width: 1000px) {
  .cust-table-sort {
    display: none;
  }

  .cust-table-list tr:hover {
    background-color: none;
  }

  .cust-table-list td {
    clear: both;
    justify-content: space-between;
    align-items: center;
  }

  .cust-table-list td:nth-last-child(1) {
    padding-bottom: 1rem;
  }

  .cust-table-list__subtitle {
    display: block;
    text-align: center;
    color: var(--second-text-color);
  }

  .cust-table-list__link a {
    display: block;
    margin-right: 0;
    margin-left: 1.5rem;
    color: #A747EB;
  }

  .cust-table-list__link a:after {
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    background-color: #A747EB;
    transition: all 0.5s ease-out;
  }

  .cust-table-list__link a:hover:after {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .cust-table-result__notfound img {
    max-width: 300px;
    max-height: 300px;
  }
}

@media (max-width: 768px) {
  .cust-table-result__notfound-text {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .cust-table-result__notfound-text {
    flex-direction: column;
    font-size: 18px;
    gap: 0.2rem;
  }

  .cust-table-result__notfound-text a {
    margin: 0.2rem 0;
  }
}

@media (max-width: 768px) {
  .table-bg-img {
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
  }
}

@media (max-width: 1024px) {
  .today-mkt-table {
    margin: 0;
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .today-mkt-table {
    margin: 0;
    padding: 16px;
    gap: 16px;
  }
}

@media (max-width: 480px) {
  .today-mkt-table {
    margin: 0;
    padding: 12px;
    gap: 12px;
  }
}

@media screen and (max-width: 1000px) {
  .home-example-image {
    max-width: 70%;
  }

  .cust-table-home__title {
    margin: 8rem 0 3rem;
  }

  .list-head {
    display: none;
  }

  .list-body tr:hover {
    background-color: none !important;
  }

  .list-body td {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .list-body td:first-child {
    padding-top: 3rem;
  }

  .list-body td:nth-last-child(1) {
    padding-bottom: 1rem;
  }

  .list-body td:nth-last-child(1) .list-body__value {
    padding-right: 0 !important;
  }

  .list-body__subtitle {
    display: block;
  }
}

@media screen and (max-width: 670px) {
  .home-example-image {
    max-width: 80%;
  }

  .cust-table-home__title {
    margin: 8rem 0 3rem;
    margin-top: 2rem;
  }

  .cust-table-home__title h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {

  .subscribe-container,
  .unlock-container {
    grid-template-columns: 1fr;
    padding-bottom: 2rem;
  }

  .trust-section {
    padding-top: 2rem;
  }
  .trust-chips-text {
    font-size: 14px;
  }

  .trust-chips-top-text {
    color: #B8D3FA;
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .trust-container {
    margin: 0;
    grid-template-columns: 1fr;

    text-align: center;
  }

  .get-trust-container {
    margin: 0;
    grid-template-columns: 1fr;

    text-align: center;
  }

  .trust-title {
    font-size: 36px;
  }

  .trust-subtitle {
    font-size: 26px;
  }

  .trust-chips {
    gap: 5px;
    justify-content: center;
  }

  .trust-image img {
    max-width: 380px;
  }
}

@media (max-width: 768px) {

  .trust-metrics {
    width: 100%;
  }

  .subscribe-left-head {
    font-size: 28px !important;
  }

  .trust-container {
    margin: 0;
    gap: 0 !important;
  }

  .get-trust-container {
    margin: 0;
    gap: 0 !important;
  }

  .trust-title {
    font-size: 28px;
  }

  .trust-subtitle {
    font-size: 24px;
    line-height: 1.5;
  }

  .chip {
    font-size: 12px;
    padding: 4px 12px;
  }

  .metric {

    text-align: left;
    min-height: auto;
  }

  .trust-image img {
    display: none !important;
  }

  .trust-right-text {
    margin-bottom: 20px;
    margin-top: 20px !important;
  }

  .get-started-right-span-text {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .trust-title {
    font-size: 22px;
  }

  .trust-subtitle {
    font-size: 22px;
  }

  .trust-image img {
    max-width: 240px;
  }
}

@media (max-width: 1024px) {

  .features-subtitle {
    font-size: 28px;
  }

}

@media (max-width: 768px) {
  .feature-all-cards {
    grid-template-columns: repeat(1, 1fr);
  }

  .features-subtitle {
    font-size: 28px;
    line-height: 1.5;
  }

  .feature-card {
    text-align: left;
  }

  .non-custodial-section {
    padding-top: 0 !important;
  }
}

@media (max-width: 1024px) {
  .main-choose {
    grid-template-columns: repeat(2, 1fr);
  }

  .choose-card:nth-child(2n) {
    border-right: none;
  }

  .choose-card:nth-last-child(-n+2) {
    border-bottom: none;
  }

  .choose-card:nth-child(3n) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }

  .choose-card:nth-last-child(-n+3) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 768px) {
  .choose-card {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .choose-card:last-child {
    border-bottom: none;
  }

  .choose-card:nth-child(3n) {
    border-right: none;
  }

  .choose-card:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }

  .choose-card:nth-last-child(-n+2) {
    border-bottom: none;
  }

}

@media (max-width: 992px) {
  .why-choose-section {
    padding: 3rem 1.5rem;
  }
}

@media (max-width: 768px) {
  .why-choose-section {
    padding: 2.5rem 1rem;
  }
}

@media (max-width: 480px) {
  .why-choose-section {
    padding: 2rem 0.75rem;
  }
}

@media (max-width: 1024px) {
  .why-choose-container {
    margin: 0 40px;
  }

  .why-choose-header h2 {
    font-size: 36px;
  }

  .why-choose-header p {
    font-size: 26px;
  }

  .why-choose-card {
    flex: 1 1 calc(50% - 20px);

  }
}

@media (max-width: 768px) {
  .why-choose-container {
    margin: 0px !important;
  }

  .why-choose-header h2 {
    font-size: 28px;
  }

  .why-choose-header p {
    font-size: 24px;
  }

  .why-choose-card {
    flex: 1 1 100%;

    max-width: 100%;
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .why-choose-header h2 {
    font-size: 22px;
  }

  .why-choose-header p {
    font-size: 22px;
    line-height: 1.4;
  }

  .why-choose-card {
    padding: 16px;
  }

  .why-choose-card h3 {
    font-size: 16px;
  }

  .why-choose-card p {
    font-size: 13px;
  }
}

@media (max-width: 1024px) {
  .benefit-header {
    font-size: 44px;
  }

  .benifit-left-head {
    font-size: 32px;
    line-height: 36px;
  }
}

@media (max-width: 768px) {
  .benefit-header {
    font-size: 36px;
  }

  .trust-content {
    margin: 0 auto;
    text-align: center;
  }

  .benifit-left-head {
    font-size: 26px;
    line-height: 32px;
    text-align: center;

  }

  .trust-right-inside-text {
    width: auto;
    text-align: left;
  }
}

@media (max-width: 480px) {
  .benefit-header {
    font-size: 28px;
    line-height: 40px;
  }

  .benifit-left-head {
    font-size: 28px;
    line-height: 38px;

  }
}

@media (max-width: 1024px) {
  .benefit-text {
    width: 300px;
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .benefit-text {
    width: 250px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .benefit-text {
    width: 100%;
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .overlay-left {
    width: 100%;
  }

  .overlay-right {
    display: none;
  }
}

@media (max-width: 1200px) {
  .overlay-left h2 {
    font-size: 38px;
  }

  .overlay-left h5 {
    font-size: 16px;
    margin-top: 15px;
  }

  .adv-text,
  .cust-adv-text {
    font-size: 15px;
  }
}

@media (max-width: 992px) {
  .overlay-left h2 {
    font-size: 32px;
  }

  .overlay-left h5 {
    font-size: 15px;
  }

  .overlay-left ul li {
    font-size: 0.9rem;
    padding-left: 20px;
  }

  .adv-text,
  .cust-adv-text {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .overlay-left h2 {
    font-size: 26px;
  }

  .overlay-left h5 {
    font-size: 14px;
  }

  .overlay-left ul li {
    font-size: 0.85rem;
    padding-left: 18px;
  }

  .adv-text,
  .cust-adv-text {
    font-size: 13.5px;
  }
}

@media (max-width: 480px) {
  .overlay-left h2 {
    font-size: 22px;
  }

  .overlay-left h5 {
    font-size: 13px;
    margin-top: 10px;
  }

  .overlay-left ul li {
    font-size: 0.8rem;
    padding-left: 16px;
  }

  .adv-text,
  .cust-adv-text {
    font-size: 13px;
  }
}

@media (max-width: 360px) {
  .overlay-left h2 {
    font-size: 20px;
  }

  .overlay-left h5 {
    font-size: 12px;
  }

  .overlay-left ul li {
    font-size: 0.75rem;
  }

  .adv-text,
  .cust-adv-text {
    font-size: 12.5px;
  }
}

@media (max-width: 1024px) {
  .get-start-container {
    margin: 0 40px;
  }

  .get-start-header h2 {
    font-size: 36px;
  }

  .get-start-header p {
    font-size: 16px;
  }

  .get-start-metrics {
    width: 260px;

    padding: 18px;
  }

  .get-start-metrics h1 {
    font-size: 50px;
  }
}

@media (max-width: 768px) {
  .get-start-container {
    margin: 0 20px;
  }

  .get-start-header h2 {
    font-size: 28px;
  }

  .get-start-header p {
    font-size: 14px;
  }

  .all-steps {
    flex-direction: column;

    align-items: center;
  }

  .get-start-metrics {
    width: 100%;

    max-width: 100%;
    padding: 16px;
    justify-content: flex-start;
  }

  .get-start-metrics h1 {
    font-size: 42px;
  }
}

@media (max-width: 480px) {
  .get-start-header h2 {
    font-size: 22px;
  }

  .get-start-header p {
    font-size: 13px;
    line-height: 1.4;
  }

  .get-start-metrics {
    padding: 14px;
  }

  .get-start-metrics h1 {
    font-size: 34px;
  }

  .get-start-metrics span {
    font-size: 14px;
  }

  .get-start-metrics p {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .what-client-header h2 {
    font-size: 38px;
  }

  .client-slider {
    grid-template-columns: repeat(2, 1fr);

  }
}

@media (max-width: 768px) {
  .what-client-container {
    margin: 0 20px;
  }

  .what-client-header h2 {
    font-size: 30px;
  }

  .what-client-header p {
    font-size: 0.95rem;
  }

  .client-slider {
    grid-template-columns: 1fr;

  }
}

@media (max-width: 480px) {
  .what-client-header h2 {
    font-size: 24px;
  }

  .what-client-header p {
    font-size: 0.9rem;
  }

  .client-card {
    padding: 20px;
  }

  .client-img {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 1000px) {
  .screen-title {
    margin: 6rem 0 3rem;
  }

  .screen-title p {
    width: 90%;
    margin: 1rem auto 0;
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 670px) {
  .screen-title {
    margin: 4rem 0 3rem;
  }

  .screen-title h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 900px) {
  .step-components__container {
    display: block;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 6rem;
    border-radius: 4px;
    border: 1px solid var(--border-line-color);
  }

  .step-components__block {
    border-bottom: 1px solid var(--border-line-color);
    width: 100%;
    padding: 3rem 2rem;
  }

  .step-components__block::after {
    display: none;
    position: absolute;
    content: "";
    border-bottom: 2px solid #A747EB;
    width: 100%;
    top: 4.5rem;
    left: 3.5rem;
    z-index: 2;
    margin: auto;
  }

  .step-components__block:last-child::after {
    content: none;
  }

  .step-components__block-number {
    position: relative;
    z-index: 4;
    width: 50px;
    height: 50px;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #A747EB;
    color: var(--white-color);
    border: 4px solid var(--rows-color);
    border-radius: 50%;
  }

  .step-components__block-title {
    margin: 0.5rem 0 0.3rem 0;
    font-size: 1.1rem;
  }

  .step-components__block-text {
    font-size: 0.9rem;
    color: var(--second-text-color);
  }
}

@media screen and (max-width: 1000px) {
  .features-title {
    margin: 8rem 0 3rem;
  }

  .features-block {
    display: block;
  }

  .features-item {
    width: 100%;
  }
}

@media screen and (max-width: 670px) {
  .features {
    margin: 2rem 0 2rem;
  }

  .features-title {
    margin: 8rem 0 4rem;
  }

  .features-title h2 {
    font-size: 2rem;
  }

  .features-item {
    display: block;
    text-align: center;
  }

  .features-item__icon {
    margin: 1rem auto;
  }

  .features-item__title h4 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1000px) {
  .section-footer {}

  .section-footer .footer {}

  .section-footer .footer .social nav {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .section-footer .footer .social a {
    word-break: break-word;
  }
}

@media screen and (max-width: 770px) {
  .orderbook-mode-change {
    display: none !important;
  }

  .cust-module-orderbook__title-price.mob-hide {
    display: none !important;
  }

  .section-footer {}

  .section-footer .banner {
    margin-top: 2rem;
  }

  .section-footer .banner h2 {
    font-size: 1.5rem;
  }

  .section-footer .banner-text {
    display: block;
    margin: 1rem 0;
  }

  .section-footer .banner-text p {
    width: 100%;
    font-size: 0.9rem;
  }

  .section-footer .banner-text a {
    margin-top: 2rem;
    padding: 1rem 0;
    width: 180px;
    font-size: 0.9rem;
  }

  .section-footer .footer {
    display: block;
  }

  .section-footer .footer-left {
    margin-bottom: 2rem;
  }

  .section-footer .footer-right {
    width: 100%;
  }

  .section-footer .footer-right__navigation {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .section-footer .footer-right__item {
    width: 30%;
  }

  .section-footer .footer-right__item h4 {
    margin-bottom: 1.8rem;
    font-size: 0.9rem;
  }

  .section-footer .footer-right__item li {
    margin-bottom: 0.4rem;
  }

  .section-footer .footer-right__item a {
    outline: none;
    text-decoration: none;
    display: block;
    transition: all 0.5s ease-out;
  }

  .section-footer .footer-right__item a:hover {
    color: #A747EB;
  }
}

@media screen and (max-width: 550px) {
  .section-footer {}

  .section-footer .footer {
    margin: 4rem 0 2rem;
    padding: 2rem 0;
  }

  .section-footer .footer-right {
    width: 100%;
  }

  .section-footer .footer-right__navigation {
    display: block;
  }

  .section-footer .footer-right__item {
    margin-bottom: 2rem;
    width: 30%;
  }

  .section-footer .footer-right__item h4 {
    margin-bottom: 1rem;
  }

  .section-footer .copyright {
    display: block;
    justify-content: space-between;
    align-items: left;
    font-weight: 400;
  }

  .section-footer .copyright-left {
    margin-bottom: 1rem;
  }

  .section-footer .copyright-right span {
    display: inline-block;
    margin: 0 1.5rem 1rem 0;
    opacity: 50%;
  }

  .section-footer .copyright-right .online-status-icon {
    font-size: 0.7rem;
    padding-bottom: 3px;
  }
}

@media screen and (max-width: 1200px) {

  .cust-trade-head {}

  .cust-trade-head__block-top {
    padding: 1rem;
  }

  .cust-trade-head__block-middle {
    padding: 0 1rem 1rem;
  }

}

@media screen and (max-width: 1130px) {

  .cust-trade {
    margin: 3rem 0;
  }

  .cust-trade-head {
    display: block;

  }

  .cust-trade-head__row-left {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .cust-trade-head__row-right {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .cust-trade-head__row-right .widget {
    width: 49%;
  }

}

@media screen and (max-width: 770px) {

  .cust-trade-head {
    display: block;
    justify-content: space-between;

  }

  .cust-trade-head__row-left {
    width: 100%;
  }

  .cust-trade-head__row-right {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .cust-trade-head__row-right .widget {
    width: 49%;
  }

  .cust-trade-head__block-top {
    padding: 0.5rem;
  }

  .cust-trade-head__block-middle {
    display: block;
    padding: 0.5rem;
  }

  .cust-trade-head__left {
    width: 100%;
    padding: 0.4rem;
  }

  .cust-trade-head__right {
    width: 100%;
    padding: 0.4rem;
  }

  .cust-trade {
    display: flex;
    justify-content: space-between;
  }

  .cust-module-container__row {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .cust-trade .cust-module-container__block {
    width: 49%;
  }

}

@media screen and (max-width: 570px) {

  .cust-trade-head {}

  .cust-trade-head__row-left {
    width: 100%;
  }

  .cust-trade-head__row-right {
    display: block;
  }

  .cust-trade-head__row-right .widget {
    width: 100%;
  }

  .cust-trade-head__block-middle {
    display: block;
    padding: 0.5rem;
  }

  .cust-trade-head__left {
    width: 100%;
    padding: 0.4rem;
  }

  .cust-trade-head__right {
    width: 100%;
    padding: 0.4rem;
  }

  .cust-trade .cust-module-container__row {
    display: block;
  }

  .cust-trade .cust-module-container__block {
    width: 100%;
  }

}

@media screen and (max-width: 1360px) {
  .cust-widget-stats__inner {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-line-color);
    display: flex;
  }

  .cust-widget-stats__inner .cust-widget-stats__row {
    display: flex;
    margin-right: 1rem;
  }

  .cust-widget-market-stats .cust-widget-stats__title {
    margin-right: 1rem;
  }
}

@media screen and (max-width: 840px) {
  .cust-widget-market-stats .widget-stats {}

  .cust-widget-market-stats .cust-widget-stats__list-item {
    margin-right: 10px;
    border: none;
  }
}

@media screen and (max-width: 680px) {
  .cust-widget-stats__inner {
    display: block;
    padding-bottom: 0px;
  }

  .cust-widget-stats__inner .cust-widget-stats__row {
    display: flex;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .cust-widget-stats__inner .cust-widget-stats__row {
    display: flex;
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .cust-widget-stats__inner .cust-widget-stats__row:nth-last-child(1) {
    display: block;
  }

  .cust-widget-market-stats .widget-stats {}

  .cust-widget-market-stats .cust-widget-stats__list {
    display: block;
  }

  .cust-widget-market-stats .cust-widget-stats__list-item {
    display: inline-block;

    margin-bottom: 0.5rem;
  }
}

@media screen and (max-width: 1200px) {
  .widget-markets {
    padding: 1rem;
  }
}

@media screen and (max-width: 570px) {
  .cust-module-orderform {}

  .module-orderform__container {
    display: block;
  }

  .module-orderform__buy {
    width: 100%;
  }

  .module-orderform__sell {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .cust-module-orderopen {}

  .cust-module-orderopen__table .table-title {
    display: none;
    justify-content: space-between;
  }

  .cust-module-orderopen__table .cust-table-list__subtitle {
    display: block;
  }

  .cust-module-orderopen__table .table-list__item {
    display: block;
    justify-content: space-between;
    padding: 2rem 0;
    border-bottom: 1px solid var(--border-line-color);
  }

  .cust-module-orderopen__table .table-list__item-value {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .launchpad-inner {
    max-width: 600px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .launchpad-inner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1000px) {
  .staking-inner {
    max-width: 600px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .staking-inner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1000px) {
  div.cust-mobile-body .markets-cust-tabs-list .mob-table-markets .cust-mob-hide-alt {
    display: none !important;
  }
  .cust-mob-hide-alt {
    display: none !important;
  }
}

/* Scroll bar stylings */

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */

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

/* Handle */

::-webkit-scrollbar-thumb {
  background: #888;
  opacity: 0.8;
  border-radius: 5px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #555;
  opacity: 0.7;
}
