@import url("https://fonts.googleapis.com/css2?family=Karla:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Narnoor&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lily+Script+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Sora:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@use "sass:map";
:root, :root.light-mode {
  --light-block: block;
  --light-inline-block: inline-block;
  --dark-block: none;
  --dark-inline-block: none;
  --body-bg: #fafafa;
  --util-bg: #fff;
  --util-border: #eaeaea;
  --vcard-bg: #f2f5ef;
  --vcard-user-bg: #fafafa;
  --vcard-actions-bg: #f2f5ef;
  --vcard-card-info-bg: #f2f5ef;
  --vcard-transaction-bg: #fafafa;
  --dark-primary-bg: #ffffff;
  --light-primary-color: #448c04;
  --options-bg: #f6f6f6;
  --option-bg: #ffffff;
  --wallet-actions-mobile-bg: #eff6e8;
  --text-color: #2b2b2b;
  --text-color-dark: #141414;
  --text-color-primary: rgba(56, 115, 5, 0.6);
  --header-bg: #fff;
  --hero-bg: #ecf2e6;
  --hero-heading-color: #0f0f1f;
  --hero-description-color: #397305;
  --stats-bg: #fff;
  --stats-icon-bg: #fff;
  --border: #d7d7d7;
  --border-2: #f7f7f7;
  --border-3: #ccc;
  --feature-bg-1: #f2f2ec;
  --feature-bg-2: #fff2e4;
  --feature-bg-3: #e3f3fe;
  --feature-bg-4: #f2ebfe;
  --feature-heading-color: #0f0f1f;
  --feature-description-color: #22223a;
  --feature-link-color: #141414;
  --market-bg: #ffffff;
  --market-table-bg: #ffffff;
  --market-border: #eaeaea;
  --sort-icon: #bdbdbd;
  --sort-icon-active: #000;
  --why-choose-bg: #1a3502;
  --testimonial-bg: #fff;
  --testimonial-bg-2: #ecf2e6;
  --footer-bg: #ecf2e6;
  --accordion-bg: #fff;
  --accordion-shadow: #f7f7f7;
  --accordion-border: #f7f7f7;
  --accordion-hover: #f7f7f7;
  --form-bg: transparent;
  --section-header-bg: #ecf2e6;
  --section-search-form-bg: #fff;
  --preloader-bg-1: #e8f8d8;
  --preloader-bg-2: #d5eebb;
  --placeholder-bg: darkgray;
  --placeholder-bg-2: linear-gradient(to right, #eeeeee 10%, #dddddd 18%, #eeeeee 33%);
  --form-button-inactive-bg: #eaeaea;
  --form-button-inactive-text-color: #999;
  --alert-bg: #fff;
  --alert-bg-dark: #f1f1f1;
  --not-found-error-text-color: #dddddd;
  --dashboard-header-submenu-hover: #f3f8ee;
  --services-bg: #f7fdf2;
  --service-bg-1: #fcecd8;
  --service-bg-2: #e7f2de;
  --service-bg-3: #dff8ff;
  --transaction-label-bg-deposit: #f2f9ec;
  --transaction-label-bg-withdraw: #ffe5e5;
  --transaction-label-bg-trade: #fff5e5;
  --table-hover: #f7f7f7;
  --currencies-scrollbar-track: #f7f7f7;
  --currencies-scrollbar-track-light: #efefef;
  --currencies-scrollbar-thumb: #e2ecd8;
  --currency-bg-1: #f9f9f9;
  --currency-bg-1-hover: #f5f5f5;
  --currency-bg-2: #efefef;
  --currency-bg-2-hover: #e7e7e7;
  --wallet-card-action-bg: #f8fbf7;
  --wallet-card-action-active-color: #244b01;
  --wallet-card-action-active-icon-bg: #244b01;
  --wallet-card-action-active-icon-color: #448c04;
  --mt-giftcards-header: #ebebeb;
  --giftcard-transactions-header: #f8fbf7;
  --pay-bills-info-bg-2: #eef3ea;
  --pay-bills-right-header-bg: #f8fbf7;
  --pay-bills-right-info-bg: #f9f9f9;
  --currency-modal-bg: #f9f9f9;
  --currency1-bg: #fff;
  --form-disabled: #f1f1f1;
  --crypto-block-header: #f4f4f5;
  --crypto-block-balance-header: #fcfcfc;
  --chat-bg: #edfade;
  --chat-bg-1: #f9f9f9;
  --chat-bg-1-border: #eaeaea;
  --account-bg-green: #ecf2e6;
  --account-bg-yellow: #fff6e0;
  --shadow-bg: rgba(0, 0, 0, 0.15);
  --radio-bg: #ccc;
  --usd-color: #397305;
  --info-bg: #e6ece1;
  --virtual-account-bg: #ffffff;
  --featured-heading-color: #bfbfbf;
  --featured-color: #1a1a1a;
  --featured-active-color: #fff;
  --vcard-home-bg: #e2eff9;
  --vcard-heading-color: #0f0f1f;
  --vcard-text-color: #545454;
  --cnotice-bg: #ffffff;
  --cnotice-main-bg: #fdf2e7;
  --cnotice-info-bg: #ffffff;
  --rank-bg: #ffffff;
  --rank-logo-bg: #f2fee6;
  --rank-status-bg: #f9f9f9;
  --rank-status-text: #333333;
  --rank-transaction-type: #808080;
  --rank-transaction-amount: #333333;
  --rank-dashboard-btn-bg: #edf2e9;
  --rank-dashboard-btn-border: #edf2e9;
  --rank-back-arrow: #000000;
  --rank-back-text: #1e1e1e; }

:root.dark-mode {
  --light-block: none;
  --light-inline-block: none;
  --dark-block: block;
  --dark-inline-block: inline-block;
  --body-bg: #0a1401;
  --util-bg: #0c1901;
  --util-border: #132702;
  --vcard-bg: #2d3922;
  --vcard-user-bg: #1e2617;
  --vcard-actions-bg: #0f130b;
  --vcard-card-info-bg: #1e2617;
  --vcard-transaction-bg: #132701;
  --dark-primary-bg: #448c04;
  --light-primary-color: #ffffff;
  --options-bg: #102201;
  --option-bg: #173201;
  --wallet-actions-mobile-bg: #0e1b04;
  --text-color: #e6e6e6;
  --text-color-dark: #e6e6e6;
  --text-color-primary: #fff;
  --header-bg: #0e1d01;
  --hero-bg: #0c1901;
  --hero-heading-color: #e6e6e6;
  --hero-description-color: #e6e6e6;
  --stats-bg: #141414;
  --stats-icon-bg: #e6e6e6;
  --border: #244903;
  --border-2: #1a1a1a;
  --border-3: #333;
  --feature-bg-1: #2d2d1f;
  --feature-bg-2: #4d2800;
  --feature-bg-3: #032d4a;
  --feature-bg-4: #1d0449;
  --feature-heading-color: #e6e6e6;
  --feature-description-color: #b3b3b3;
  --feature-link-color: #e6e6e6;
  --market-bg: #141414;
  --market-table-bg: transparent;
  --market-border: #333333;
  --sort-icon: #333333;
  --sort-icon-active: #e6e6e6;
  --why-choose-bg: #1a3502;
  --testimonial-bg: #0e1d01;
  --testimonial-bg-2: #112201;
  --footer-bg: #0e1d01;
  --accordion-bg: #0c1901;
  --accordion-shadow: rgba(0, 0, 0, 0.2);
  --accordion-border: transparent;
  --accordion-hover: transparent;
  --form-bg: #0c1901;
  --section-header-bg: #0e1d01;
  --section-search-form-bg: #0c1901;
  --preloader-bg-1: #334d1a;
  --preloader-bg-2: #3b581d;
  --placeholder-bg: #141414;
  --placeholder-bg-2: linear-gradient(to right, #183102 10%, #132702 18%, #183102 33%);
  --form-button-inactive-bg: #33382e;
  --form-button-inactive-text-color: #777;
  --alert-bg: #141414;
  --alert-bg-dark: #222;
  --not-found-error-text-color: #222;
  --dashboard-header-submenu-hover: #102201;
  --services-bg: #0e1b04;
  --service-bg-1: #2f1b04;
  --service-bg-2: #18250e;
  --service-bg-3: #002733;
  --transaction-label-bg-deposit: #253913;
  --transaction-label-bg-withdraw: #4d0000;
  --transaction-label-bg-trade: #4d2f00;
  --table-hover: #222;
  --currencies-scrollbar-track: #222;
  --currencies-scrollbar-track-light: #222;
  --currencies-scrollbar-thumb: #444;
  --currency-bg-1: #0e1d01;
  --currency-bg-1-hover: #102201;
  --currency-bg-2: #132702;
  --currency-bg-2-hover: #102201;
  --wallet-card-action-bg: #142702;
  --wallet-card-action-active-color: #fff;
  --wallet-card-action-active-icon-bg: #448c04;
  --wallet-card-action-active-icon-color: #fff;
  --mt-giftcards-header: #19260d;
  --giftcard-transactions-header: #19260d;
  --pay-bills-info-bg-2: rgba(34, 54, 40, 0.4);
  --pay-bills-right-header-bg: rgba(34, 54, 40, 0.4);
  --pay-bills-right-info-bg: #1e2617;
  --currency-modal-bg: #131313;
  --currency1-bg: #102201;
  --form-disabled: #2e3229;
  --crypto-block-header: #19260d;
  --crypto-block-balance-header: #33382e;
  --chat-bg: #1b2c07;
  --chat-bg-1: #1e2518;
  --chat-bg-1-border: transparent;
  --account-bg-green: #193102;
  --account-bg-yellow: #332400;
  --shadow-bg: rgba(0, 0, 0, 0.8);
  --radio-bg: #1e2617;
  --usd-color: #fff;
  --info-bg: #0c1901;
  --virtual-account-bg: #0a1503;
  --featured-heading-color: #808080;
  --featured-color: #d9d9d9;
  --featured-active-color: #d9d9d9;
  --vcard-home-bg: #091c2a;
  --vcard-heading-color: #d9d9d9;
  --vcard-text-color: #b3b3b3;
  --cnotice-bg: #0f1d01;
  --cnotice-main-bg: #2f1904;
  --cnotice-info-bg: #0a1401;
  --rank-bg: #0c1901;
  --rank-logo-bg: #132801;
  --rank-status-bg: #0a1401;
  --rank-status-text: #d9d9d9;
  --rank-transaction-type: #d9d9d9;
  --rank-transaction-amount: #a6a6a6;
  --rank-dashboard-btn-bg: #f2fee6;
  --rank-dashboard-btn-border: #448c04;
  --rank-back-arrow: #d9d9d9;
  --rank-back-text: #d9d9d9; }

@keyframes notificationSlideIn {
  0% {
    transform: translateX(110%); }
  100% {
    transform: translateX(0); } }

@keyframes glow {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

@keyframes loaderVBars {
  0% {
    top: 0.8rem;
    height: 6.4rem; }
  50%,
  100% {
    top: 2.4rem;
    height: 3.2rem; } }

@keyframes loaderRing {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

@keyframes loaderSpinner {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes rotate-circle {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes statusMove {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%; }
  @media (max-width: 750px) {
    html {
      font-size: 55%; } }
  @media (max-width: 600px) {
    html {
      font-size: 50%; } }
  @media (max-width: 360px) {
    html {
      font-size: 47%; } }

body {
  box-sizing: border-box;
  max-width: 100dvw;
  overflow-x: hidden;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Karla", sans-serif;
  color: var(--text-color);
  background-color: var(--body-bg);
  line-height: 1.5;
  padding-top: 7rem; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: var(--text-color) !important; }

.bulk-otp {
  padding: 9.6rem 0; }

.heading-secondary {
  font-size: 2.8rem;
  font-weight: 700; }

.heading-tertiary {
  font-size: 2.2rem;
  font-weight: 700; }

.influencer-heading {
  font-family: "Lily Script One", cursive;
  font-size: 3.6rem;
  font-weight: 400;
  margin-bottom: -2.4rem; }
  @media (max-width: 500px) {
    .influencer-heading {
      font-size: 3rem; } }

.font-large {
  font-size: 1.8rem;
  font-weight: 500; }
  @media (max-width: 460px) {
    .font-large {
      text-align: center; } }

.qr {
  display: flex;
  flex-direction: column;
  gap: 1.8rem; }
  .qr__text {
    font-size: 1.2rem; }
  .qr__table-container {
    display: flex;
    justify-content: center; }
  .qr__table {
    border-spacing: 1.2rem 0.8rem; }
  .qr__cell {
    vertical-align: top; }
  .qr__block {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15rem;
    height: 15rem;
    background-color: var(--header-bg); }
    .qr__block img {
      width: 100%;
      height: 100%;
      display: block; }
  .qr__key {
    font-size: 2.2rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 1.2rem; }

.fireworks {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  z-index: 99999999999;
  pointer-events: none; }

.container {
  max-width: 130rem;
  margin: auto;
  padding: 0 2.4rem; }

.dashboard-main {
  min-height: calc(100dvh - 7rem - 16rem);
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 3.6rem; }

.table-responsive {
  overflow-x: scroll; }
  .table-responsive::-webkit-scrollbar {
    display: none; }

.wm-90 {
  width: 90%;
  margin: auto; }

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

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999999;
  cursor: pointer; }

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

.light-inline-block {
  display: var(--light-inline-block) !important; }

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

.dark-inline-block {
  display: var(--dark-inline-block) !important; }

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

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

.text-lg {
  font-size: 2.4rem; }

.link-primary {
  color: #448c04 !important;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer; }

.text-success {
  color: #51cf66 !important; }

.text-warning {
  color: #f08c00 !important; }

.text-danger {
  color: #ff6b6b !important; }

.text-info {
  color: #0f5ffc !important; }

.text-blue {
  color: #5a8dda !important; }

.text-uppercase {
  text-transform: uppercase; }

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

.mb-0 {
  margin-bottom: 0 !important; }

.mb-small {
  margin-bottom: 1.6rem; }

.mb-medium {
  margin-bottom: 2.4rem; }

.mb-large {
  margin-bottom: 4.8rem; }

.mb-tiny {
  margin-bottom: 8px; }

.p-0 {
  padding: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-small {
  margin-top: 1.6rem; }

.mt-medium {
  margin-top: 2.4rem !important; }

.mt-lg {
  margin-top: 3.6rem !important; }

.bold {
  font-weight: 700 !important; }

.color-transparent {
  color: transparent !important; }

.font-hidden {
  font-family: "Narnoor", serif !important;
  font-weight: 400 !important; }

.br-0 {
  border-radius: 0 !important; }

.br-xs {
  border-radius: 4px; }

.round {
  border-radius: 50%; }

.bg-transparent {
  background-color: transparent !important; }

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px; }

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

.info-block {
  padding: 2.4rem;
  text-align: center;
  background-color: var(--header-bg); }

.hidden {
  display: none !important; }

.d-flex {
  display: flex !important; }

.cursor-pointer {
  cursor: pointer; }

.check-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem; }
  .check-list li {
    display: flex;
    align-items: center;
    gap: 1.2rem; }
    .check-list li ion-icon {
      display: block;
      width: 1.8rem;
      height: 1.8rem;
      color: #448c04; }

.text-underline {
  text-decoration: underline; }

.success-checkmark {
  width: 80px;
  height: 115px;
  margin: 0 auto; }

.check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid #4caf50; }
  .check-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px; }
  .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 4.25s ease-in; }
  .check-icon::before, .check-icon::after {
    content: "";
    height: 100px;
    position: absolute;
    background: #ffffff;
    transform: rotate(-45deg); }
  .check-icon .icon-line {
    height: 5px;
    background-color: #4caf50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10; }
    .check-icon .icon-line.line-tip {
      top: 46px;
      left: 14px;
      width: 25px;
      transform: rotate(45deg);
      animation: icon-line-tip 0.75s; }
    .check-icon .icon-line.line-long {
      top: 38px;
      right: 8px;
      width: 47px;
      transform: rotate(-45deg);
      animation: icon-line-long 0.75s; }
  .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(76, 175, 80, 0.5); }
  .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: #ffffff; }

.icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
  transform: scale(1); }

.icon.warning {
  border-color: #f8bb86; }

.icon.warning .body {
  position: absolute;
  width: 5px;
  height: 36px;
  left: 50%;
  top: 16px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #f8bb86; }

.icon.warning .dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 16px;
  background-color: #f8bb86; }

.link {
  cursor: pointer;
  color: #0f5ffc; }

.c-icon {
  display: block;
  width: 2.4rem;
  height: 2.4rem; }

.text-transparent {
  color: transparent !important; }

.b-0 {
  border: none !important; }

.accordion {
  border-radius: 1.2rem;
  overflow: hidden;
  position: relative;
  height: 5.6rem;
  transition: all 0.3s; }
  .accordion--open {
    height: 100%; }
  .accordion:not(:last-child) {
    margin-bottom: 1.8rem; }
  .accordion__header {
    padding: 0 2.4rem;
    cursor: pointer;
    background-color: var(--accordion-bg);
    position: relative;
    height: 5.6rem;
    z-index: 999;
    display: flex;
    align-items: center;
    gap: 1.6rem; }
  .accordion--open .accordion__header {
    box-shadow: 0 1.2rem 2.4rem var(--accordion-shadow); }
  .accordion__toggle {
    cursor: pointer;
    margin-left: auto; }
    .accordion__toggle ion-icon {
      display: block;
      width: 2.4rem;
      height: 2.4rem; }
      .accordion__toggle ion-icon:first-child {
        display: block; }
      .accordion__toggle ion-icon:last-child {
        display: none; }
  .accordion--open .accordion__toggle ion-icon:first-child {
    display: none; }
  .accordion--open .accordion__toggle ion-icon:last-child {
    display: block; }
  .accordion__header-img {
    display: block;
    width: 3.6rem;
    border-radius: 0.6rem;
    margin-left: -1.2rem; }
  .accordion__body {
    padding: 1.8rem 2.4rem;
    background-color: var(--accordion-bg);
    position: relative;
    transform: translateY(-100%);
    transition: all 0.3s; }
    .accordion__body * {
      font-family: "Karla", sans-serif !important;
      color: var(--text-color) !important; }
    .accordion__body--no-padding {
      padding: 0; }
  .accordion--open .accordion__body {
    transform: translateY(0); }

.alert {
  background-color: var(--alert-bg);
  color: var(--text-color);
  border-radius: 6px;
  display: flex;
  overflow: hidden;
  position: relative;
  flex-shrink: 0; }
  .alert--dark {
    background-color: var(--alert-bg-dark); }
  .alert__icon-box {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 4.8rem; }
    .alert__icon-box ion-icon {
      color: #e6e6e6;
      display: block;
      height: 2.4rem;
      width: 2.4rem; }
  .alert--error .alert__icon-box {
    background-color: #ff6b6b; }
  .alert--warning .alert__icon-box {
    background-color: #f08c00; }
  .alert--success .alert__icon-box {
    background-color: #51cf66; }
  .alert__message {
    flex: 1 1;
    font-size: 1.4rem;
    padding: 1.2rem 2.4rem; }
  .alert__close-block {
    padding-right: 1.2rem;
    padding-top: 0.8rem; }
  .alert__close {
    align-items: center;
    background-color: #e5e5e5;
    border-radius: 50%;
    cursor: pointer;
    display: inline-flex;
    height: 2rem;
    justify-content: center;
    width: 2rem; }
    .alert__close ion-icon {
      color: #4f4f4f;
      display: block;
      height: 1.4rem;
      width: 1.4rem; }

.toastrs {
  position: fixed;
  right: 1.6rem;
  top: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  width: 40rem;
  max-width: calc(100vw - 3.2rem);
  height: auto;
  z-index: 99999999999; }
  .toastrs--2 {
    top: 9.4rem; }

.toastr {
  overflow: hidden;
  border-radius: 0.8rem;
  background-color: var(--alert-bg);
  box-shadow: 0 1.4rem 4rem rgba(0, 0, 0, 0.15);
  display: flex;
  position: relative;
  z-index: 99999999999;
  animation: notificationSlideIn 0.5s ease-in-out 0.3s;
  animation-fill-mode: both;
  font-size: 1.6rem; }
  .toastr__icon-box {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 4.8rem; }
    .toastr__icon-box svg {
      color: #e6e6e6;
      display: block;
      height: 2.4rem;
      width: 2.4rem; }
  .toastr--error .toastr__icon-box {
    background-color: #ff6b6b; }
  .toastr--warning .toastr__icon-box {
    background-color: #f08c00; }
  .toastr--success .toastr__icon-box {
    background-color: #51cf66; }
  .toastr__main {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 1.6rem; }

.badge {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  border-radius: 10rem;
  font-size: 1.25rem; }
  .badge--btn {
    font-family: inherit;
    border: none;
    padding: 1.2rem 2.4rem; }
  .badge--str {
    padding: 0.6rem 2.4rem; }
  .badge--xs {
    padding: 4px 1.2rem;
    border-radius: 4px; }
  .badge--danger {
    background-color: rgba(255, 107, 107, 0.2);
    color: #ff6b6b; }
  .badge--warning {
    background-color: rgba(240, 140, 0, 0.2);
    color: #f08c00; }
  .badge--info {
    background-color: rgba(15, 95, 252, 0.2);
    color: #0f5ffc; }
  .badge--success {
    background-color: rgba(81, 207, 102, 0.2);
    color: #51cf66; }

.beneficiaries__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.2rem; }

.beneficiaries__heading {
  font-size: 1.8rem;
  font-weight: 700; }

.beneficiaries__beneficiaries {
  display: flex;
  align-content: center;
  gap: 12px;
  overflow-x: scroll; }
  .beneficiaries__beneficiaries::-webkit-scrollbar {
    display: none; }

.beneficiary {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s;
  border: 1px solid transparent; }
  .beneficiary--active {
    border: 1px solid #448c04;
    background-color: var(--giftcard-transactions-header); }
  .beneficiary__name-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    color: #fff;
    font-weight: 700; }

.breadcrumb {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem; }
  .breadcrumb__item::after {
    content: ">";
    display: inline-block;
    margin-left: 1.2rem;
    color: #bdbdbd; }
  .breadcrumb__item--active::after {
    display: none; }
  .breadcrumb__link:link, .breadcrumb__link:visited {
    text-decoration: none;
    color: #bdbdbd;
    font-size: 1.6rem; }
  .breadcrumb__item--active .breadcrumb__link:link, .breadcrumb__item--active .breadcrumb__link:visited {
    color: #448c04;
    font-weight: 600; }

.form-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  text-align: center;
  padding: 0 1.2rem;
  height: 4.8rem;
  border-radius: 8px;
  cursor: pointer;
  border: none;
  font-family: inherit;
  background-color: var(--form-button-inactive-bg);
  color: var(--form-button-inactive-text-color); }
  .form-button--md {
    height: 5.6rem; }
  .form-button--danger {
    background-color: #ff6b6b;
    color: #fff; }
    .form-button--danger:disabled {
      opacity: 0.8; }
  .form-button ion-icon {
    display: block;
    width: 2.4rem;
    height: 2.4rem; }
  .form-button--active {
    background-color: #3f7e05;
    color: #e6e6e6; }

a.form-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none; }

.button {
  display: inline-block;
  padding: 1.2rem 2.4rem;
  cursor: pointer;
  background-color: #397305;
  color: #e6e6e6;
  border: none;
  font-family: inherit;
  border-radius: 0.6rem; }
  .button--danger {
    background-color: #ff6b6b; }

.tab-buttons {
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
  background-color: rgba(68, 140, 4, 0.1);
  height: 6.8rem;
  border-radius: 1.2rem;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px; }
  .tab-buttons--center {
    align-self: center; }
  .tab-buttons--sm {
    height: 4.8rem;
    border-radius: 0.8rem; }
  .tab-buttons--smd {
    height: 5.6rem;
    border-radius: 0.8rem; }
  .tab-buttons--md {
    height: 6.2rem;
    border-radius: 0.8rem; }
  .tab-buttons--auto {
    max-width: initial;
    margin: 0;
    width: initial; }
  .tab-buttons--reg {
    width: 30rem;
    max-width: 100%;
    margin: auto;
    height: 6.2rem;
    border-radius: 0.8rem;
    background-color: var(--form-bg);
    border: 1px solid var(--border); }
  .tab-buttons--wallet {
    overflow: scroll;
    justify-content: flex-start;
    max-width: 100%; }
    .tab-buttons--wallet::-webkit-scrollbar {
      display: none; }
    @media (max-width: 700px) {
      .tab-buttons--wallet {
        display: none; } }
  @media (max-width: 900px) {
    .tab-buttons--orders {
      display: none; } }
  @media (max-width: 500px) {
    .tab-buttons--bills {
      display: none; } }
  .tab-buttons button {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #448c04;
    border-radius: 1.2rem;
    border: none;
    cursor: pointer;
    background-color: transparent;
    cursor: pointer;
    font-family: inherit;
    font-size: 1.8rem;
    transition: all 0.2s; }
    .tab-buttons button.active {
      background-color: #448c04;
      color: #fff; }
  .tab-buttons--sm button {
    font-size: 1.4rem; }
  .tab-buttons--smd button,
  .tab-buttons--md button {
    border-radius: 0.8rem; }
  .tab-buttons--auto button {
    flex: initial;
    padding: 0 2.4rem; }
  .tab-buttons--reg button {
    font-size: 1.45rem;
    border-radius: 0.8rem;
    color: var(--text-color); }
    .tab-buttons--reg button.active {
      background-color: #7bb20e; }
  @media (max-width: 1200px) {
    .tab-buttons--wallet button {
      padding: 0 1.8rem; } }
  .tab-buttons--sm button {
    border-radius: 0.8rem; }

.tab-buttons-1 {
  display: flex;
  align-items: center;
  gap: 2.4rem; }
  .tab-buttons-1 button {
    display: block;
    border: none;
    padding-bottom: 6px;
    background-color: transparent;
    cursor: pointer;
    font-size: 1.6rem;
    font-family: inherit;
    color: var(--featured-heading-color);
    position: relative;
    transition: all 0.3s; }
    .tab-buttons-1 button::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #397305;
      opacity: 0;
      transition: all 0.3s; }
    .tab-buttons-1 button:hover {
      color: #397305; }
    .tab-buttons-1 button.active {
      color: #397305; }
      .tab-buttons-1 button.active::after {
        opacity: 1; }

.currencies {
  display: flex;
  flex-direction: column;
  padding-right: 7px; }
  .currencies::-webkit-scrollbar {
    width: 5px; }
  .currencies::-webkit-scrollbar-track {
    background: var(--currencies-scrollbar-track); }
  .currencies::-webkit-scrollbar-thumb {
    background: var(--currencies-scrollbar-thumb); }

.currency {
  padding: 1rem;
  cursor: pointer;
  border-right: 3px solid transparent;
  display: flex;
  align-items: center;
  gap: 1.2rem; }
  .currency--active {
    border-right: 3px solid #397305;
    background-color: #1f4002 !important;
    color: #fff !important; }
  .currency:nth-child(even) {
    background-color: var(--currency-bg-1); }
    .currency:nth-child(even):hover {
      background-color: var(--currency-bg-1-hover); }
  .currency:nth-child(odd) {
    background-color: var(--currency-bg-2); }
    .currency:nth-child(odd):hover {
      background-color: var(--currency-bg-2-hover); }
  .currency__img-block div,
  .currency__img-block img {
    display: block;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
    object-fit: cover; }
  .currency__main {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 3px; }
  .currency__name {
    font-weight: 600; }
  .currency__price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.2rem; }
  .currency__price-main {
    font-weight: 700;
    text-transform: uppercase; }

.currency1 {
  padding: 1.2rem 1.6rem;
  cursor: pointer;
  border-radius: 6px;
  background-color: var(--currency1-bg);
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 1.2rem; }
  .currency1__img-block {
    flex-shrink: 0; }
    .currency1__img-block img {
      display: block;
      width: 3.6rem;
      height: 3.6rem;
      border-radius: 50%;
      object-fit: cover; }
  .currency1__img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
    color: #fff; }
  .currency1__divider {
    flex-shrink: 0;
    width: 1px;
    height: 18px;
    background-color: #eaeaea; }
  .currency1--unavailable {
    background-color: var(--form-disabled); }
  .currency1__main {
    flex: 1;
    display: flex;
    flex-direction: column; }
  .currency1__abbr {
    font-size: 1.05rem;
    text-transform: uppercase; }
  .currency1__name {
    font-weight: 600;
    word-wrap: break-word; }
  .currency1__check {
    display: none; }
    .currency1__check ion-icon {
      display: block;
      width: 1.8rem;
      height: 1.8rem;
      color: #448c04; }
  .currency1--active .currency1__check,
  .currency1:hover .currency1__check {
    display: block; }
  .currency1--disabled .currency1__check {
    display: none !important; }

.feature {
  padding: 3.2rem;
  border-radius: 0.6rem; }
  .feature--1 {
    background-color: var(--feature-bg-1); }
  .feature--2 {
    background-color: var(--feature-bg-2); }
  .feature--3 {
    background-color: var(--feature-bg-3); }
  .feature--4 {
    background-color: var(--feature-bg-4); }
  .feature__img {
    display: inline-block;
    height: 15rem;
    margin-bottom: 2.4rem; }
  .feature__heading {
    color: var(--feature-heading-color);
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1.2rem; }
  .feature__text {
    font-size: 1.35rem;
    color: var(--feature-description-color);
    font-weight: 500;
    margin-bottom: 1.6rem; }
  .feature__link:link, .feature__link:visited {
    color: var(--feature-link-color);
    font-weight: 600;
    text-decoration: none; }
    .feature__link:link span, .feature__link:visited span {
      display: inline-block;
      border-bottom: 1px solid currentColor; }

.home-footer {
  margin-top: 4.8rem;
  padding: 4.8rem 0;
  background-color: var(--footer-bg); }
  .home-footer__container {
    display: grid;
    grid-template-columns: 35fr 20fr 20fr 20fr;
    gap: 4.8rem; }
    @media (max-width: 750px) {
      .home-footer__container {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 500px) {
      .home-footer__container {
        grid-template-columns: 1fr; } }
  .home-footer__logo {
    height: 5rem;
    margin-bottom: 2.4rem; }
  .home-footer__heading {
    margin-bottom: 2.4rem;
    font-weight: 600; }
  .home-footer__text {
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
    gap: 1.2rem; }
  .home-footer__socials {
    display: flex;
    align-items: center;
    gap: 1.2rem; }
  .home-footer__social-link:link, .home-footer__social-link:visited {
    text-decoration: none;
    color: var(--text-color); }
  .home-footer__social-link ion-icon {
    display: block;
    width: 24px;
    height: 24px; }
  .home-footer__nav {
    display: flex;
    flex-direction: column;
    gap: 6px;
    list-style: none; }
  .home-footer__nav-link:link, .home-footer__nav-link:visited {
    text-decoration: none;
    color: var(--text-color); }
  .home-footer__footer {
    font-size: 1.4rem;
    grid-column: 1 / -1;
    text-align: center; }
    .home-footer__footer span {
      color: red; }

.dashboard-footer {
  text-align: center;
  color: #e6e6e6;
  height: 16rem;
  padding-bottom: 2.4rem;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  gap: 1.6rem; }
  @media (max-width: 750px) {
    .dashboard-footer {
      flex-direction: column;
      align-items: center;
      justify-content: flex-end;
      padding-bottom: 1.2rem; } }
  .dashboard-footer__socials {
    display: flex;
    gap: 1.2rem; }
    .dashboard-footer__socials ion-icon {
      display: block;
      width: 2.4rem;
      height: 2.4rem; }
  .dashboard-footer__arrow {
    cursor: pointer; }
    .dashboard-footer__arrow ion-icon {
      display: block;
      width: 2.4rem;
      height: 24px; }
    @media (max-width: 750px) {
      .dashboard-footer__arrow {
        position: absolute;
        bottom: 1.2rem;
        left: 1.2rem; } }
  .dashboard-footer__quick-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3.2rem;
    cursor: pointer;
    margin-bottom: 1.2rem; }
  .dashboard-footer a:link, .dashboard-footer a:visited {
    color: #e6e6e6;
    text-decoration: none; }
  .dashboard-footer p span {
    color: red; }

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.8rem; }
  @media (max-width: 400px) {
    .form-grid {
      grid-template-columns: 1fr; } }

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px; }
  .form-group--md {
    gap: 1.6rem; }

.form-label {
  display: flex;
  align-items: center;
  gap: 6px; }
  .form-label--sm {
    font-size: 1.3rem; }

.form-bottom-label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.2rem;
  font-weight: 300; }

.input-group {
  display: flex;
  height: 4.8rem;
  border: 1px solid var(--border);
  border-radius: 0.8rem;
  overflow: hidden;
  background-color: var(--form-bg); }
  .input-group button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    font-family: inherit;
    border: none;
    padding: 0 1.6rem;
    cursor: pointer;
    background-color: var(--form-button-inactive-bg);
    color: var(--form-button-inactive-text-color);
    min-width: 4.8rem; }
    .input-group button.active {
      background-color: #397305;
      color: #fff; }
  .input-group--1 button {
    background-color: #448c04;
    color: #fff; }
  .input-group--primary button {
    background-color: #7bb20e;
    color: #fff; }
  .input-group input {
    font-family: inherit;
    padding: 0 1.6rem;
    min-width: 0;
    flex: 1;
    border: none;
    outline: none;
    background-color: transparent;
    color: var(--text-color); }

.form-input-group {
  width: 100%;
  height: 4.8rem;
  padding: 0 1.6rem;
  background-color: var(--form-bg);
  border: 1px solid var(--border);
  border-radius: 0.8rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 1.2rem; }
  .form-input-group input {
    flex: 1;
    min-width: 0;
    border: none;
    background-color: transparent;
    outline: none;
    font-family: inherit;
    color: var(--text-color); }
  .form-input-group button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center; }
    .form-input-group button ion-icon {
      display: block;
      width: 1.8rem;
      height: 1.8rem;
      color: var(--text-color); }

.form-input,
.form-select {
  display: block;
  width: 100%;
  height: 4.8rem;
  padding: 0 1.6rem;
  border: 1px solid var(--border);
  background-color: var(--form-bg);
  border-radius: 0.8rem;
  outline: none;
  font-family: inherit;
  color: var(--text-color); }

textarea.form-input {
  height: auto;
  padding: 1.6rem; }

.form-select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='grey' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 96%;
  background-position-y: 50%; }

.form-requirements {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap; }
  .form-requirements div {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 1.2rem;
    font-weight: 300; }
  .form-requirements ion-icon {
    display: block; }
  .form-requirements div.active ion-icon {
    color: #ff784b; }

.checkbox {
  appearance: none;
  display: block;
  width: 3.6rem;
  height: 2.1rem;
  background-color: var(--account-bg-green);
  border-radius: 10rem;
  position: relative;
  cursor: pointer; }
  .checkbox::after {
    content: "";
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #3f7e05;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    top: 3px;
    transition: all 0.3s; }
  .checkbox:checked {
    background-color: #397305; }
    .checkbox:checked::after {
      background-color: #fff;
      transform: translateX(100%); }

.search-form {
  height: 4.8rem;
  border: 1px solid var(--border);
  background-color: var(--form-bg);
  border-radius: 0.6rem;
  display: flex;
  align-items: center; }
  .search-form__icon-block {
    height: 100%;
    width: 4.8rem;
    display: flex;
    align-items: center;
    justify-content: center; }
    .search-form__icon-block ion-icon {
      display: block;
      width: 1.8rem;
      height: 1.8rem;
      color: var(--text-color); }
  .search-form input {
    flex: 1;
    min-width: 0;
    font-family: inherit;
    outline: none;
    padding-right: 1.8rem;
    border: none;
    background-color: transparent;
    color: var(--text-color); }

.select-box {
  height: 4.8rem;
  padding: 0 1.6rem;
  border: 1px solid var(--border);
  background-color: var(--form-bg);
  border-radius: 0.8rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1.2rem; }
  .select-box--md {
    height: 5.6rem; }
  .select-box--sm {
    height: 4rem; }
  .select-box--auto {
    height: auto;
    min-height: 4.8rem;
    padding: 1.2rem 1.6rem; }
  .select-box img {
    display: block;
    width: 2.8rem;
    height: 2.8rem; }
  .select-box ion-icon {
    margin-left: auto;
    display: block;
    width: 1.8rem;
    height: 1.8rem; }

.step-radio-btns {
  display: flex;
  align-items: center;
  gap: 0.6rem; }

.radio {
  appearance: none;
  background-color: var(--radio-bg);
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center; }
  .radio:checked {
    width: 2rem;
    height: 2rem;
    background-color: rgba(57, 115, 5, 0.2); }
  .radio:checked::before {
    content: "";
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    background-color: #397305;
    border-radius: 50%; }

.radio-1 {
  appearance: none;
  background-color: transparent;
  border: 2px solid #8c8c8c;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  cursor: pointer;
  position: relative; }
  .radio-1:checked {
    border: 2px solid #397305; }
  .radio-1:checked::before {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    background-color: #397305;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.amount-blocks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem; }
  .amount-blocks div {
    background-color: transparent;
    border: 1px solid var(--border);
    height: 3.2rem;
    font-size: 1.2rem;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center; }
    .amount-blocks div.active, .amount-blocks div:hover {
      border: none;
      color: #fff;
      background-color: #397305; }

.accept {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-weight: 500; }
  .accept__checkbox {
    flex-shrink: 0;
    appearance: none;
    cursor: pointer;
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    background-color: #aaaaaa;
    border-radius: 3px;
    position: relative; }
    .accept__checkbox:checked {
      background-color: #448c04; }
    .accept__checkbox::after {
      content: "\2713";
      display: block;
      color: #fff;
      font-weight: 700;
      font-size: 12px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: none; }
    .accept__checkbox:checked::after {
      display: block; }

.form-disabled {
  background-color: var(--form-disabled) !important; }

.copy {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 3px 8px;
  border-radius: 6px;
  background-color: var(--header-bg);
  cursor: pointer; }
  .copy--lg {
    padding: 0.6rem 1.2rem; }
  .copy--bold {
    background-color: #448c04;
    color: #fff; }
  .copy--var {
    background-color: transparent;
    font-size: 1.6rem;
    color: #448c04; }
  .copy ion-icon {
    display: block; }

.success-icon-block {
  width: 5.8rem;
  height: 5.8rem;
  border-radius: 50%;
  background-color: #ceddc0;
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  .success-icon-block div {
    width: 5.2rem;
    height: 5.2rem;
    border-radius: 50%;
    background-color: #ddedcf;
    border: 2px solid #397305;
    display: flex;
    align-items: center;
    justify-content: center; }
    .success-icon-block div ion-icon {
      width: 2.4rem;
      height: 2.4rem;
      display: block;
      color: #448c04; }
  .success-icon-block--1 div {
    width: 3.6rem;
    height: 3.6rem;
    border: none;
    background-color: #397305; }
    .success-icon-block--1 div ion-icon {
      color: #fff; }

.stars {
  display: flex;
  align-items: center;
  gap: 6px; }

.star {
  cursor: pointer; }
  .star ion-icon {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    color: var(--form-button-inactive-bg);
    transition: all 0.2s; }
  .star:hover ion-icon,
  .star--active ion-icon {
    color: #448c04; }

.toggle {
  appearance: none;
  display: block;
  width: 6rem;
  height: 3rem;
  background-color: var(--account-bg-green);
  border-radius: 10rem;
  position: relative;
  cursor: pointer; }
  .toggle::after {
    content: "";
    display: block;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    background-color: #3f7e05;
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
    transition: all 0.3s; }
  .toggle:checked::after {
    left: calc(6rem - 2.2rem - 4px); }

.checkbox-group {
  display: flex;
  align-items: center;
  gap: 4.8rem; }
  .checkbox-group--spread {
    justify-content: space-between;
    gap: initial; }

.check-control {
  display: flex;
  align-items: center;
  gap: 1.6rem; }

.password {
  -webkit-text-security: disc;
  -moz-text-security: circle;
  text-security: circle; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

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

.giftcard {
  cursor: pointer;
  box-shadow: 0 1.5rem 4rem var(--shadow-bg);
  border-radius: 0.8rem;
  overflow: hidden; }
  .giftcard img {
    display: block;
    width: 100%; }
  .giftcard__pl-div {
    position: relative; }
    .giftcard__pl-div img {
      width: 100%;
      visibility: hidden; }
    .giftcard__pl-div::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: var(--placeholder-bg);
      background: var(--placeholder-bg-2);
      background-size: 800px 104px;
      animation-duration: 1.25s;
      animation-fill-mode: forwards;
      animation-iteration-count: infinite;
      animation-name: placeHolderShimmer;
      animation-timing-function: linear; }
  .giftcard__name {
    height: 4.5rem;
    padding: 1.2rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600; }
    @media (max-width: 360px) {
      .giftcard__name {
        font-size: 1.2rem; } }

.giftcard-transactions {
  background-color: var(--header-bg);
  border: 1px solid var(--border);
  overflow: hidden;
  border-radius: 6px; }
  .giftcard-transactions__header {
    padding: 2.4rem 2.4rem 0;
    background-color: var(--giftcard-transactions-header); }
  .giftcard-transactions__heading {
    font-weight: 600;
    margin-bottom: 2.4rem; }
  .giftcard-transactions__menu {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .giftcard-transactions__menu-item {
    display: inline-block;
    padding: 0px 1.2rem 0.6rem;
    cursor: pointer;
    font-weight: 500;
    border-bottom: 3px solid transparent;
    transition: all 0.2s; }
    .giftcard-transactions__menu-item--active, .giftcard-transactions__menu-item:hover {
      font-weight: 600;
      color: #397305;
      border-bottom: 3px solid #397305; }
  .giftcard-transactions__empty {
    padding: 5.6rem 4.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
    text-align: center;
    color: var(--text-color-primary); }
  .giftcard-transactions__empty-img {
    width: 10rem;
    display: inline; }
  .giftcard-transactions__empty-text {
    font-weight: 600; }
  .giftcard-transactions__transaction {
    padding: 1.2rem 1.6rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 1.2rem; }
    .giftcard-transactions__transaction:nth-child(even) {
      background-color: var(--currency-bg-1); }
      .giftcard-transactions__transaction:nth-child(even):hover {
        background-color: var(--currency-bg-1-hover); }
    .giftcard-transactions__transaction:nth-child(odd) {
      background-color: var(--currency-bg-2); }
      .giftcard-transactions__transaction:nth-child(odd):hover {
        background-color: var(--currency-bg-2-hover); }
  .giftcard-transactions__transaction-img {
    width: 4.2rem;
    height: 5.2rem;
    object-fit: cover; }
  .giftcard-transactions__transaction-main {
    display: flex;
    flex-direction: column;
    gap: 6px; }
  .giftcard-transactions__transaction-info {
    font-weight: 600; }
  .giftcard-transactions__transaction-hash {
    font-size: 1.2rem; }
  .giftcard-transactions__transaction-amount {
    flex: 0 0 20%;
    margin-left: auto;
    font-size: 1.2rem;
    text-align: right; }

.app-brand {
  display: flex;
  align-items: center; }
  .app-brand img {
    height: 4.5rem; }

.home-header {
  height: 7rem;
  z-index: 999999;
  background-color: var(--header-bg);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }
  .home-header__container {
    max-width: 140rem;
    margin: auto;
    padding: 0 2.4rem;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 4.8rem;
    background-color: var(--header-bg);
    z-index: 999999; }

.navbar {
  margin-left: auto;
  display: flex;
  gap: 9.6rem; }
  .navbar__nav {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 3.6rem; }
    @media (max-width: 750px) {
      .navbar__nav li {
        width: 100%;
        display: flex; } }
    @media (max-width: 750px) {
      .navbar__nav {
        position: fixed;
        top: 6.5rem;
        left: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 1.2rem;
        background-color: var(--header-bg);
        padding: 2rem 2.8rem;
        border-top: 5.5px solid var(--border);
        transition: all 0.4s;
        transform: translateY(-100%);
        z-index: -1; } }
  @media (max-width: 750px) {
    .navbar--open .navbar__nav {
      transform: translateY(0); } }
  .navbar__nav-item-mobile {
    display: none; }
    @media (max-width: 750px) {
      .navbar__nav-item-mobile {
        display: flex; } }
  .navbar__link:link, .navbar__link:visited {
    font-weight: 600;
    color: var(--text-color);
    text-decoration: none;
    transition: all 0.2s; }
  .navbar__link:hover, .navbar__link:active {
    color: #448c04; }
  .navbar__link--active:link, .navbar__link--active:visited {
    color: #448c04; }
  @media (max-width: 750px) {
    .navbar__link:link, .navbar__link:visited {
      width: 100%;
      padding: 1.2rem 0; } }
  .navbar__btn-link:link, .navbar__btn-link:visited {
    display: inline-block;
    padding: 0.8rem 3.2rem;
    background-color: #448c04;
    border-radius: 10rem;
    color: #e6e6e6;
    font-weight: 500;
    text-decoration: none; }
  .navbar__right {
    display: flex;
    align-items: center;
    gap: 1.8rem; }
  @media (max-width: 750px) {
    .navbar__right .navbar__link {
      display: none; } }
  .navbar__btn {
    display: none;
    background-color: transparent;
    border: none; }
    .navbar__btn ion-icon {
      display: block;
      width: 2.8rem;
      height: 2.8rem;
      color: var(--text-color); }
      .navbar__btn ion-icon:first-child {
        display: block; }
      .navbar__btn ion-icon:last-child {
        display: none; }
    @media (max-width: 750px) {
      .navbar__btn {
        display: flex; } }
  .navbar--open .navbar__btn ion-icon:first-child {
    display: none; }
  .navbar--open .navbar__btn ion-icon:last-child {
    display: block; }

.header-user-welcome:link, .header-user-welcome:visited {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  text-decoration: none;
  color: var(--text-color);
  font-weight: 600; }

.header-user-welcome__img {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  object-fit: cover; }

@media (max-width: 750px) {
  .header-user-welcome__text {
    display: none; } }

.dashboard-header {
  height: 7rem;
  z-index: 999999;
  background-color: #397305;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }
  .dashboard-header__container {
    max-width: 140rem;
    margin: auto;
    padding: 0 2.4rem;
    height: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 2.4rem;
    z-index: 999999;
    background-color: #397305; }

.navbar2 {
  flex: 1;
  list-style: none;
  display: flex;
  align-items: stretch;
  gap: 1.2rem; }
  @media (max-width: 1280px) {
    .navbar2 {
      position: fixed;
      top: 7rem;
      left: 0;
      width: 100%;
      background-color: var(--header-bg);
      display: flex;
      flex-direction: column;
      gap: 0;
      transition: all 0.4s;
      transform: translateY(-100%);
      z-index: -1; } }
  @media (max-width: 1280px) {
    .navbar2--open .navbar2 {
      transform: translateY(0); } }
  .navbar2__item {
    display: flex;
    align-items: center; }
    @media (max-width: 1280px) {
      .navbar2__item {
        width: 100%; } }
  .navbar2__link:link, .navbar2__link:visited {
    color: #e6e6e6;
    padding: 0.7rem 1.4rem;
    border-radius: 6px;
    z-index: 99;
    text-decoration: none;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 6px; }
  .navbar2__link--active, .navbar2__link:hover, .navbar2__link:active {
    background-color: rgba(255, 255, 255, 0.06); }
  @media (max-width: 1280px) {
    .navbar2__link:link, .navbar2__link:visited {
      padding-top: 16px;
      padding-bottom: 16px;
      color: var(--text-color);
      background-color: var(--header-bg);
      border-left: 3px solid transparent;
      border-radius: 0;
      width: 100%; }
    .navbar2__link--active:link, .navbar2__link--active:visited, .navbar2__link:hover, .navbar2__link:active {
      background-color: var(--dashboard-header-submenu-hover);
      color: #659837;
      border-left: 3px solid #659837; } }
  .navbar2__item-has-submenu {
    position: relative; }
    @media (max-width: 1280px) {
      .navbar2__item-has-submenu {
        flex-direction: column; } }
  .navbar2__sub-menu {
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 8.5rem;
    width: 20rem;
    display: none; }
    @media (max-width: 1280px) {
      .navbar2__sub-menu {
        position: relative;
        padding: 1.2rem 0 1.2rem 2.4rem;
        width: 90%; } }
  .navbar2__item-has-submenu:hover .navbar2__sub-menu {
    display: block; }
  .navbar2__sub-menu-menu {
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15); }
    @media (max-width: 1280px) {
      .navbar2__sub-menu-menu {
        border-radius: 0;
        box-shadow: none; } }
  .navbar2__sub-menu-link:link, .navbar2__sub-menu-link:visited {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 1.2rem;
    color: var(--text-color);
    background-color: var(--header-bg);
    border-left: 3px solid transparent;
    text-decoration: none; }
  .navbar2__sub-menu-link--active:link, .navbar2__sub-menu-link--active:visited, .navbar2__sub-menu-link:hover, .navbar2__sub-menu-link:active {
    background-color: var(--dashboard-header-submenu-hover);
    color: #659837;
    border-left: 3px solid #659837; }
  .navbar2__sub-menu-link ion-icon {
    display: block;
    width: 1.6rem;
    height: 1.6rem; }
  @media (max-width: 1280px) {
    .navbar2__sub-menu-link:link, .navbar2__sub-menu-link:visited {
      background: transparent;
      color: var(--text-color);
      text-align: left; } }
  @media (max-width: 1280px) {
    .navbar2__sub-menu-item:not(:last-child) .navbar2__sub-menu-link {
      border-bottom: none; } }
  .navbar2__wallet-btns {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 1.2rem; }
    @media (max-width: 1280px) {
      .navbar2__wallet-btns {
        margin-left: 0;
        padding: 12px;
        background-color: var(--dashboard-header-submenu-hover);
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px; } }
  .navbar2__wallet-btn {
    display: inline-block;
    padding: 1.3rem 1.6rem;
    border-radius: 6px;
    white-space: nowrap;
    text-decoration: none;
    font-family: inherit;
    border: none;
    line-height: 1;
    cursor: pointer; }
    .navbar2__wallet-btn:first-child {
      color: #e6e6e6; }
    .navbar2__wallet-btn:nth-child(2) {
      background-color: #e6e6e6;
      color: #397305; }
    .navbar2__wallet-btn:last-child {
      border: 1px solid #e6e6e6;
      background-color: transparent;
      color: #e6e6e6; }
    @media (max-width: 1280px) {
      .navbar2__wallet-btn {
        text-align: center;
        padding: 16px; }
        .navbar2__wallet-btn:first-child {
          grid-column: 1 / -1;
          color: #659837;
          font-size: 24px;
          padding: 0; }
        .navbar2__wallet-btn:nth-child(2) {
          background-color: #397305;
          color: #e6e6e6;
          font-size: 1.6rem; }
        .navbar2__wallet-btn:last-child {
          border: 1px solid #397305;
          background-color: transparent;
          color: #397305;
          font-size: 1.6rem; } }
  .navbar2__right {
    display: flex;
    align-items: center;
    gap: 1.2rem; }
  .navbar2__btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none; }
    @media (max-width: 1280px) {
      .navbar2__btn {
        display: flex; } }
    .navbar2__btn ion-icon {
      display: block;
      color: #e6e6e6;
      width: 2.8rem;
      height: 2.8rem; }
      .navbar2__btn ion-icon:first-child {
        display: block; }
      .navbar2__btn ion-icon:last-child {
        display: none; }
  .navbar2--open .navbar2__btn ion-icon:first-child {
    display: none; }
  .navbar2--open .navbar2__btn ion-icon:last-child {
    display: block; }

.header-notification {
  align-self: center;
  position: relative;
  cursor: pointer; }
  .header-notification ion-icon {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    color: #e6e6e6; }
  .header-notification__number {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    background-color: red;
    color: #e6e6e6;
    font-size: 10px;
    transform: translate(50%, -50%); }

.imgs-preview {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(3px);
  z-index: 999999999;
  overflow: hidden;
  display: flex;
  flex-direction: column; }
  .imgs-preview__main {
    height: calc(100dvh - 10rem);
    padding: 2.4rem 3.6rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
  .imgs-preview__control {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
    border: none;
    position: absolute;
    z-index: 9999999999999; }
    .imgs-preview__control--prev {
      top: 50%;
      left: 2.4rem;
      transform: translateY(-50%); }
      @media (max-width: 650px) {
        .imgs-preview__control--prev {
          top: initial;
          transform: translateY(0);
          bottom: 4.8rem;
          left: 4.8rem; } }
    .imgs-preview__control--next {
      top: 50%;
      right: 2.4rem;
      transform: translateY(-50%); }
      @media (max-width: 650px) {
        .imgs-preview__control--next {
          top: initial;
          transform: translateY(0);
          bottom: 4.8rem;
          right: 4.8rem; } }
    .imgs-preview__control ion-icon {
      display: block;
      width: 1.6rem;
      height: 1.6rem; }
  .imgs-preview__close {
    top: 2.4rem;
    right: 2.4rem; }
  .imgs-preview__img {
    max-width: 90%;
    max-height: 80%; }
  .imgs-preview__previews {
    height: 10rem;
    display: flex;
    align-items: center;
    gap: 6px;
    border-top: 1px solid var(--border);
    padding: 0 2.4rem;
    overflow-x: scroll; }
    .imgs-preview__previews::-webkit-scrollbar {
      display: none; }
  .imgs-preview__preview {
    flex-shrink: 0;
    display: block;
    width: 7rem;
    height: 7rem;
    border-radius: 6px;
    cursor: pointer;
    border: 4px solid var(--border);
    overflow: hidden;
    transition: all 0.3s; }
    .imgs-preview__preview--active {
      border: 4px solid #55ab07;
      width: 60px;
      height: 60px; }
    .imgs-preview__preview img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.loaderVBars-container {
  height: 4.2rem; }

.loaderVBars {
  display: inline-block;
  position: relative;
  width: 8rem;
  height: 8rem; }
  .loaderVBars--sm {
    transform: scale(0.5) translateY(-50%); }
  .loaderVBars div {
    display: inline-block;
    position: absolute;
    left: 0.8rem;
    width: 1.6rem;
    background: #448c04;
    animation: loaderVBars 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite; }
  .loaderVBars div:nth-child(1) {
    left: 0.8rem;
    animation-delay: -0.24s; }
  .loaderVBars div:nth-child(2) {
    left: 3.2rem;
    animation-delay: -0.12s; }
  .loaderVBars div:nth-child(3) {
    left: 5.6rem;
    animation-delay: 0; }

.loaderRing {
  display: inline-block;
  width: 8rem;
  height: 8rem; }
  .loaderRing::after {
    content: " ";
    display: block;
    width: 6.4rem;
    height: 6.4rem;
    margin: 0.8rem;
    border-radius: 50%;
    border: 0.6rem solid #448c04;
    border-color: #448c04 transparent #448c04 transparent;
    animation: loaderRing 1.2s linear infinite; }
  .loaderRing--sm {
    transform: scale(0.4);
    margin-right: -2.8rem; }

.placeholder {
  background: var(--placeholder-bg);
  background: var(--placeholder-bg-2);
  background-size: 800px 104px;
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear; }

.spinner-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  z-index: 99999999;
  display: flex;
  align-items: center;
  justify-content: center; }

.spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  transform: scale(0.5); }
  .spinner div {
    transform-origin: 40px 40px;
    animation: loaderSpinner 1.2s linear infinite; }
  .spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #448c04; }
  .spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s; }
  .spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s; }
  .spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s; }
  .spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s; }
  .spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s; }
  .spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s; }
  .spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s; }
  .spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s; }
  .spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s; }
  .spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s; }
  .spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s; }
  .spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s; }

@keyframes l16 {
  0% {
    background-position: -150% 0, -150% 0; }
  66% {
    background-position: 250% 0, -150% 0; }
  100% {
    background-position: 250% 0, 250% 0; } }

.loader {
  --c: no-repeat linear-gradient(#448c04 0 0);
  background: var(--c), var(--c), #dae8cd;
  background-size: 60% 100%;
  animation: l16 3s infinite; }

.success-modal {
  background-color: var(--header-bg);
  width: 40rem;
  max-width: 95%;
  max-height: 80dvh;
  border-radius: 4px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999999;
  padding: 4.8rem 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .success-modal__close {
    cursor: pointer;
    position: absolute;
    top: 1.6rem;
    right: 1.6rem; }
    .success-modal__close ion-icon {
      display: block;
      width: 2.4rem;
      height: 2.4rem; }
  .success-modal h3 {
    font-size: 2.4rem;
    font-weight: 600;
    color: var(--text-color); }
  .success-modal__btns {
    margin-top: 2.4rem;
    display: flex;
    align-items: center;
    gap: 1.6rem; }
    .success-modal__btns button {
      flex: 1;
      padding: 0 4.8rem;
      height: 4.8rem; }

.withdraw-type-modal {
  background-color: var(--body-bg);
  width: 50rem;
  max-width: 95%;
  border-radius: 2.4rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999999;
  padding: 7.2rem 4.8rem 4.8rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem; }
  .withdraw-type-modal--1 {
    max-height: 70dvh;
    overflow-y: scroll; }
    .withdraw-type-modal--1::-webkit-scrollbar {
      display: none; }
  .withdraw-type-modal__close {
    position: absolute;
    top: 3.2rem;
    left: 4.8rem;
    cursor: pointer; }
    .withdraw-type-modal__close ion-icon {
      display: block;
      width: 1.8rem;
      height: 1.8rem; }
  .withdraw-type-modal__close-1 {
    display: flex;
    align-items: center;
    justify-content: center; }
    .withdraw-type-modal__close-1 ion-icon {
      display: block;
      width: 2.4rem;
      height: 2.4rem; }
  .withdraw-type-modal__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px; }
  .withdraw-type-modal__header-2 {
    display: flex;
    align-items: center;
    gap: 1.2rem; }
  .withdraw-type-modal__heading {
    font-size: 2.2rem; }
  .withdraw-type-modal__header-2 .withdraw-type-modal__heading {
    flex: 1;
    text-align: center; }
  .withdraw-type-modal__options {
    display: flex;
    flex-direction: column;
    gap: 1.2rem; }
    .withdraw-type-modal__options label {
      padding: 1.6rem 2.4rem;
      background-color: var(--header-bg);
      border-radius: 6px;
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 1.2rem; }
      .withdraw-type-modal__options label span {
        font-weight: 600; }
  .withdraw-type-modal__options-2 {
    display: flex;
    flex-direction: column;
    gap: 1.2rem; }
    .withdraw-type-modal__options-2 button {
      display: flex;
      align-items: center;
      gap: 1.2rem;
      padding: 1.6rem;
      background-color: var(--header-bg);
      border-radius: 1rem;
      cursor: pointer;
      border: none;
      font-family: inherit;
      font-size: inherit;
      color: inherit; }
      .withdraw-type-modal__options-2 button img {
        display: block;
        width: 4rem;
        height: 4rem;
        border-radius: 50%; }
      .withdraw-type-modal__options-2 button ion-icon {
        margin-left: auto;
        display: block;
        width: 2rem;
        height: 2rem; }
  .withdraw-type-modal__button {
    width: 80%;
    align-self: center;
    flex-shrink: 0; }

.currency-modal {
  background-color: var(--body-bg);
  width: 40rem;
  max-width: 95%;
  height: 55rem;
  max-height: 80dvh;
  border-radius: 4px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999999;
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 1.8rem; }
  .currency-modal--sm {
    height: auto; }
  .currency-modal__header {
    display: flex;
    align-items: center; }
  .currency-modal__close {
    cursor: pointer; }
    .currency-modal__close ion-icon {
      display: block;
      width: 1.8rem;
      height: 1.8rem; }
  .currency-modal__heading {
    flex: 1;
    text-align: center;
    font-size: 2rem;
    font-weight: 700; }
  .currency-modal__info {
    font-size: 1.2rem;
    font-style: italic;
    text-align: center; }
  .currency-modal__list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    overflow-y: auto;
    padding-right: 7px; }
    .currency-modal__list::-webkit-scrollbar {
      width: 5px; }
    .currency-modal__list::-webkit-scrollbar-track {
      background: var(--currencies-scrollbar-track-light); }
    .currency-modal__list::-webkit-scrollbar-thumb {
      background: var(--currencies-scrollbar-thumb); }

.deposit-naira-modal {
  background-color: var(--body-bg);
  width: 45rem;
  max-width: 95%;
  max-height: 80dvh;
  border-radius: 4px;
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999999;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  padding: 2.4rem;
  color: #ff6b6b; }
  .deposit-naira-modal__heading {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    font-size: 2.2rem;
    text-transform: uppercase; }

.crypto-deposit-block {
  background-color: var(--currency-modal-bg);
  width: 45rem;
  max-width: 95%;
  margin: 4.8rem auto;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column; }
  .crypto-deposit-block--2 {
    width: 55rem; }
  .crypto-deposit-block__header {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    padding: 2.4rem 1.6rem;
    position: relative;
    background-color: var(--mt-giftcards-header);
    font-size: 2rem;
    font-weight: 700; }
    .crypto-deposit-block__header span,
    .crypto-deposit-block__header button {
      background-color: transparent;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center; }
      .crypto-deposit-block__header span ion-icon,
      .crypto-deposit-block__header span svg,
      .crypto-deposit-block__header button ion-icon,
      .crypto-deposit-block__header button svg {
        display: block;
        width: 2.4rem;
        height: 2.4rem; }
  .crypto-deposit-block__body {
    padding: 2.4rem;
    background-color: var(--header-bg); }
  .crypto-deposit-block__body-2 {
    background-color: var(--header-bg); }

.deposit-modal {
  background-color: var(--body-bg);
  width: 45rem;
  max-width: 95%;
  max-height: 80dvh;
  border-radius: 4px;
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999999;
  display: flex;
  flex-direction: column; }
  .deposit-modal > * {
    font-size: 12.5px !important; }
  .deposit-modal__header {
    flex-shrink: 0;
    padding: 1.6rem;
    position: relative;
    background-color: var(--mt-giftcards-header); }
  .deposit-modal__close {
    position: absolute;
    top: 6px;
    right: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 100%;
    background-color: rgba(255, 107, 107, 0.2);
    cursor: pointer; }
    .deposit-modal__close ion-icon {
      display: block;
      width: 1.4rem;
      height: 1.4rem;
      color: #ff6b6b; }
  .deposit-modal__heading {
    text-align: center;
    font-size: 2rem;
    font-weight: 700; }
  .deposit-modal__body {
    flex: 1;
    overflow-y: scroll;
    padding: 1.6rem; }
    .deposit-modal__body::-webkit-scrollbar {
      width: 5px; }
    .deposit-modal__body::-webkit-scrollbar-track {
      background: var(--currencies-scrollbar-track-light); }
    .deposit-modal__body::-webkit-scrollbar-thumb {
      background: var(--currencies-scrollbar-thumb); }

.withdrawal-type {
  background-color: var(--header-bg);
  width: 42rem;
  max-width: 95%;
  max-height: 80dvh;
  border-radius: 4px;
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999999;
  padding: 2.4rem; }
  .withdrawal-type__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.4rem; }
  .withdrawal-type__heading {
    font-size: 1.8rem;
    font-weight: 600; }
  .withdrawal-type__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 6px;
    background-color: rgba(255, 107, 107, 0.2);
    color: #ff6b6b;
    cursor: pointer; }
    .withdrawal-type__close ion-icon {
      display: block;
      width: 1.2rem;
      height: 1.2rem; }
  .withdrawal-type__methods {
    display: flex;
    flex-direction: column;
    gap: 1.2rem; }
  .withdrawal-type__method {
    padding: 1.2rem 1.4rem;
    border-radius: 6px;
    cursor: pointer;
    background-color: var(--body-bg);
    display: flex;
    align-items: center;
    gap: 1.6rem; }
  .withdrawal-type__method-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
    background-color: rgba(81, 207, 102, 0.2); }
    .withdrawal-type__method-icon-box ion-icon {
      display: block;
      width: 1.8rem;
      height: 1.8rem;
      color: #51cf66; }
  .withdrawal-type__method-text {
    margin-right: auto; }
  .withdrawal-type__method-icon {
    display: block;
    width: 2.4rem;
    height: 2.4rem; }

.verify-account-modal {
  background-color: var(--body-bg);
  width: 45rem;
  max-width: 95%;
  margin: auto;
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999999;
  padding: 2.4rem;
  border-radius: 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem; }
  .verify-account-modal__close {
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
    cursor: pointer; }
  .verify-account-modal__header {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    color: var(--text-color);
    font-weight: 600;
    font-size: 1.8rem; }
    .verify-account-modal__header ion-icon {
      display: block;
      color: #ffd600;
      width: 2.4rem;
      height: 2.4rem; }
  .verify-account-modal__body {
    display: flex;
    flex-direction: column;
    gap: 1.6rem; }
    .verify-account-modal__body a {
      color: #448c04;
      text-decoration: underline; }

.classic-modal {
  background-color: var(--body-bg);
  width: 45rem;
  max-width: 95%;
  margin: auto;
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999999;
  border-radius: 3px;
  overflow: hidden; }
  .classic-modal--file-prev {
    padding: 1.6rem;
    display: flex;
    flex-direction: column;
    gap: 1.8rem; }
  .classic-modal__img {
    max-height: 30rem;
    object-fit: cover;
    border-radius: 3px; }
  .classic-modal__previews {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px; }
  .classic-modal__preview {
    display: block;
    width: 6rem;
    height: 6rem;
    border-radius: 6px;
    cursor: pointer;
    border: 2px solid var(--border);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center; }
    .classic-modal__preview--active {
      border: 2px solid #55ab07; }
    .classic-modal__preview ion-icon {
      display: block;
      width: 2.4rem;
      height: 2.4rem; }
    .classic-modal__preview img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .classic-modal__preview-action {
    position: absolute;
    top: 3px;
    right: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #fa5252;
    border-radius: 50%;
    border: none;
    cursor: pointer; }
    .classic-modal__preview-action ion-icon {
      color: #fff;
      display: block;
      width: 1.4rem;
      height: 1.4rem; }
  .classic-modal__header {
    padding: 1.2rem 1.8rem;
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .classic-modal__heading {
    text-transform: uppercase;
    font-size: 16px; }
  .classic-modal__close {
    cursor: pointer; }
    .classic-modal__close ion-icon {
      display: block;
      width: 18px;
      height: 18px; }
  .classic-modal__body {
    padding: 18px; }

.notifications-block {
  position: fixed;
  top: 7rem;
  right: 0;
  height: 70dvh;
  width: 35rem;
  max-width: 100%;
  z-index: 99999999999;
  background-color: var(--header-bg);
  transform: translateX(100%);
  transition: all 0.3s;
  display: flex;
  flex-direction: column; }
  .notifications-block--show {
    transform: translateX(0); }
  .notifications-block__header {
    display: flex;
    align-items: center;
    gap: 1.8rem;
    padding: 1.2rem;
    border-bottom: 1px solid var(--border);
    font-weight: 500;
    font-size: 1.6rem; }
    .notifications-block__header ion-icon {
      display: block;
      width: 1.8rem;
      height: 1.8rem; }
  .notifications-block__header2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.8rem;
    padding: 1.2rem;
    border-bottom: 1px solid var(--border); }
  .notifications-block__close {
    margin-left: auto;
    cursor: pointer; }
    .notifications-block__close ion-icon {
      display: block;
      width: 1.8rem;
      height: 1.8rem; }
  .notifications-block__notifications {
    flex: 1;
    overflow-y: scroll; }
  .notifications-block__info {
    padding: 1.2rem;
    text-align: center; }
  .notifications-block__clear {
    padding: 1.2rem;
    text-align: center;
    border-top: 1px solid var(--border);
    cursor: pointer; }
    .notifications-block__clear:hover {
      background-color: var(--currency-bg-2-hover); }

.notification {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding: 1.2rem;
  border-bottom: 1px solid var(--border);
  cursor: pointer;
  transition: all 0.1s; }
  .notification:hover {
    background-color: var(--currency-bg-2-hover); }
  .notification__btn {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    border: none;
    border-radius: 50%;
    background-color: #448c04; }
  .notification__main {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px; }
  .notification__text {
    font-weight: 600; }
  .notification__dates {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
    font-size: 1.2rem; }

.swap-modal {
  background-color: var(--body-bg);
  width: 45rem;
  max-width: 95%;
  margin: auto;
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999999;
  padding: 2.4rem;
  border-radius: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 1.8rem; }
  .swap-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .swap-modal__heading {
    font-size: 1.8rem;
    font-weight: 600; }
  .swap-modal__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 100%;
    background-color: rgba(255, 107, 107, 0.2);
    cursor: pointer; }
    .swap-modal__close ion-icon {
      display: block;
      width: 1.4rem;
      height: 1.4rem;
      color: #ff6b6b; }
  .swap-modal__main {
    background-color: var(--header-bg);
    padding: 2.4rem;
    border-radius: 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 3.6rem; }
  .swap-modal__swap-block {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .swap-modal__crypto {
    display: flex;
    align-items: center;
    gap: 1.2rem; }
  .swap-modal__crypto-img {
    display: block;
    width: 3.6rem;
    height: 3.6rem; }
  .swap-modal__swap-icon {
    display: block;
    width: 2.4rem;
    height: 2.4rem; }
  .swap-modal__infos {
    display: flex;
    flex-direction: column;
    gap: 1.2rem; }
  .swap-modal__info {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .swap-modal__info > div:first-child {
      font-size: 1.2rem; }
    .swap-modal__info > div:last-child {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 6px;
      font-size: 1.6rem; }
      .swap-modal__info > div:last-child span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 3.2rem;
        height: 3.2rem;
        border: 1px solid #448c04;
        border-radius: 50%; }
        .swap-modal__info > div:last-child span ion-icon {
          display: block;
          width: 1.8rem;
          height: 1.8rem;
          color: #448c04; }

.cnotice-modal {
  background-color: var(--cnotice-bg);
  width: 50rem;
  max-width: 95%;
  max-height: 80dvh;
  border-radius: 2.4rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999999;
  padding: 4rem 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 4rem; }
  .cnotice-modal__close {
    cursor: pointer;
    position: absolute;
    top: 2.6rem;
    right: 2.4rem; }
    .cnotice-modal__close ion-icon {
      display: block;
      width: 2.4rem;
      height: 2.4rem; }
  .cnotice-modal__main {
    display: flex;
    flex-direction: column;
    gap: 2.4rem; }
  .cnotice-modal__heading {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--tex-color-dark); }
  .cnotice-modal__body {
    padding: 2.2rem 1.2rem;
    background-color: var(--cnotice-main-bg);
    border-radius: 0.8rem;
    display: flex;
    flex-direction: column;
    gap: 1.6rem; }
  .cnotice-modal__info {
    padding: 1.2rem;
    background-color: var(--cnotice-info-bg);
    border-radius: 0.8rem;
    display: flex;
    flex-direction: column;
    gap: 0.8rem; }
  .cnotice-modal__info-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    font-size: 1.6rem;
    color: var(--text-color-dark);
    font-weight: 700; }
    .cnotice-modal__info-heading ion-icon {
      display: block;
      width: 1.8rem;
      height: 1.8rem;
      color: #e17613; }
  .cnotice-modal__info-text {
    color: var(--text-color-dark);
    text-align: center; }
  .cnotice-modal__address-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
    overflow: hidden;
    text-align: center; }
  .cnotice-modal__address-label {
    color: #448c04;
    font-weight: 600; }
  .cnotice-modal__address {
    overflow-x: scroll; }
  .cnotice-modal__footer {
    text-align: center; }
    .cnotice-modal__footer button {
      display: inline-flex;
      width: 15rem;
      max-width: 100%;
      height: 4.5rem; }

.mode-toggle {
  position: fixed;
  top: 10rem;
  right: 0;
  margin-right: -50px;
  cursor: pointer;
  border: none;
  padding: 12px;
  background-color: var(--header-bg);
  border-radius: 6px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 99999;
  font-family: inherit;
  color: var(--text-color);
  padding-right: 18px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  gap: 12px; }
  .mode-toggle ion-icon {
    display: block;
    width: 18px;
    height: 18px; }
  .mode-toggle:hover {
    margin-right: -4px; }

.naira-block {
  width: 45rem;
  max-width: 100%;
  margin: 4.8rem auto 9.6rem;
  border-radius: 6px;
  overflow: hidden;
  background-color: var(--header-bg);
  padding: 3.6rem 2.4rem; }
  .naira-block--final {
    padding: 4.8rem; }
  .naira-block__header {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-bottom: 2.4rem; }
  .naira-block__heading {
    font-size: 2.2rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem; }
    .naira-block__heading span {
      cursor: pointer; }
      .naira-block__heading span ion-icon {
        display: block;
        width: 2rem;
        height: 2rem; }
  .naira-block__img {
    display: inline-block;
    height: 12rem; }
  .naira-block__form {
    display: flex;
    flex-direction: column;
    gap: 1.8rem; }
  .naira-block__min-max {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .naira-block__info-card {
    background-color: var(--info-bg);
    padding: 1.2rem;
    text-align: justify;
    color: #448c04; }
    .naira-block__info-card--2 {
      text-align: center;
      font-size: 1.3rem;
      border-radius: 6px; }
  .naira-block__copiable {
    display: flex;
    align-items: center;
    justify-content: space-between; }

.deposit-method {
  display: flex;
  gap: 1.6rem;
  cursor: pointer; }
  .deposit-method__img {
    display: block;
    width: 4.2rem;
    height: 4.2rem;
    margin-top: 6px; }
  .deposit-method__heading {
    font-size: 1.8rem;
    font-weight: 600; }
  .deposit-method__fee, .deposit-method__label {
    font-weight: 400; }
  .deposit-method__icon-box {
    margin-left: auto;
    padding-top: 6px; }
    .deposit-method__icon-box ion-icon {
      display: block;
      width: 1.8rem;
      height: 1.8rem; }

.otp-medium__heading {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 1.6rem; }

.otp-medium__blocks {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding-left: 24px; }

.otp-medium__block {
  display: flex;
  align-items: center;
  gap: 1.6rem; }

.otp-medium__block-img {
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  object-fit: cover; }

.otp-medium__block-name {
  margin-right: auto; }

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.2rem; }
  .pagination button {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 4px;
    border: 1px solid #397305;
    color: #397305;
    font-size: 1.8rem;
    line-height: 0;
    cursor: pointer;
    background-color: transparent;
    transition: all 0.2s;
    font-family: inherit;
    display: flex;
    align-items: center;
    justify-content: center; }
    .pagination button.active, .pagination button:hover {
      background-color: #397305;
      color: #fff; }

.pagination-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem; }
  .pagination-2__text {
    cursor: pointer;
    color: var(--text-color);
    font-weight: 500; }
  .pagination-2__buttons {
    display: flex;
    align-items: center;
    gap: 2.4rem; }
    .pagination-2__buttons ion-icon {
      display: block;
      width: 1.6rem;
      color: #1f1f1f; }
  .pagination-2__button {
    padding: 0.8rem 1.6rem;
    border: 1px solid var(--border);
    color: inherit;
    font-weight: 500;
    font-family: inherit;
    background-color: transparent;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    transition: all 0.3s; }
    .pagination-2__button ion-icon {
      display: block;
      color: inherit; }
    @media (max-width: 450px) {
      .pagination-2__button {
        font-size: 1.2rem;
        padding: 6px 12px; } }
    .pagination-2__button.active, .pagination-2__button:hover {
      background-color: #448c04;
      border: 1px solid #448c04;
      color: #fff; }
    .pagination-2__button:disabled {
      opacity: 0.4;
      pointer-events: none;
      background-color: transparent !important;
      border: 1px solid var(--border) !important;
      color: inherit; }

.pagination-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem; }
  @media (max-width: 700px) {
    .pagination-3 {
      flex-direction: column; } }
  .pagination-3--column {
    flex-direction: column; }
  .pagination-3__info span {
    font-weight: 600; }
  .pagination-3__right {
    display: flex;
    align-items: center;
    gap: 3.2rem; }
  .pagination-3__main {
    display: inline-flex;
    align-items: center;
    gap: 1rem; }
    .pagination-3__main button {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 4.8rem;
      height: 4.8rem;
      border-radius: 50%;
      background-color: var(--pagination-bg);
      box-shadow: 0 8px 64px rgba(0, 0, 0, 0.1);
      transition: all 0.3s; }
      .pagination-3__main button svg {
        display: block;
        width: 2.4rem;
        height: 2.4rem; }
      .pagination-3__main button:hover {
        background-color: #2dcb30;
        color: #fff; }
      .pagination-3__main button.active {
        background-color: #24a226;
        color: #fff; }
      .pagination-3__main button:disabled {
        opacity: 0.5;
        cursor: not-allowed;
        background-color: var(--pagination-bg) !important;
        color: var(--text-color) !important; }

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999999;
  background-color: var(--body-bg); }
  .preloader__logo-container {
    position: relative; }
    .preloader__logo-container::after {
      content: "";
      display: block;
      width: 8rem;
      height: 8rem;
      border-radius: 50%;
      background-color: var(--preloader-bg-1);
      z-index: -2;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .preloader__logo-container::before {
      content: "";
      display: block;
      width: 6rem;
      height: 6rem;
      border-radius: 50%;
      background-color: var(--preloader-bg-2);
      z-index: -1;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .preloader__logo-container img {
      display: block;
      height: 7rem;
      animation-name: glow;
      animation-duration: 0.6s;
      animation-iteration-count: infinite;
      animation-timing-function: ease-in-out; }

.select-component {
  background-color: var(--header-bg);
  width: 35rem;
  height: 45rem;
  max-width: 100%;
  border-radius: 1.2rem;
  padding: 1.2rem 0 2.4rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999999;
  display: flex;
  flex-direction: column; }
  .select-component__header {
    text-align: center;
    margin-bottom: 2rem; }
    .select-component__header div {
      display: inline-block;
      width: 40%;
      border-radius: 10rem;
      height: 4px;
      background-color: rgba(28, 127, 214, 0.1); }
  .select-component__heading {
    font-size: 1.8rem;
    font-weight: 500;
    padding: 0 1.6rem;
    margin-bottom: 1.6rem; }
  .select-component__search {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    height: 3.6rem;
    border: 1px solid var(--border);
    margin: 0 1.6rem;
    padding: 0 1.2rem;
    margin-bottom: 1.8rem; }
    .select-component__search input {
      border: none;
      outline: none;
      background-color: transparent;
      min-width: 0;
      flex: 1;
      font-family: inherit;
      background-color: transparent;
      color: var(--text-color); }
    .select-component__search ion-icon {
      display: block; }
  .select-component__options {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    margin: 0 1.6rem; }
    .select-component__options::-webkit-scrollbar {
      width: 5px; }
    .select-component__options::-webkit-scrollbar-track {
      background: var(--currencies-scrollbar-track); }
    .select-component__options::-webkit-scrollbar-thumb {
      background: var(--currencies-scrollbar-thumb); }
  .select-component__option {
    padding: 1.6rem 0.8rem;
    border-bottom: 1px solid var(--bg-faint);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 1.2rem; }
    .select-component__option:hover {
      background-color: var(--bg-faint); }
  .select-component__img {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%; }
  .select-component__radio {
    margin-left: auto;
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 1.8rem;
    border: 1px solid var(--border);
    border-radius: 50%;
    cursor: pointer; }
    .select-component__radio::after {
      content: "";
      display: block;
      width: 1rem;
      height: 1rem;
      background-color: #448c04;
      border-radius: 50%;
      display: none; }
    .select-component__radio:checked {
      border: 1px solid #448c04; }
    .select-component__radio:checked::after {
      display: block; }

.status {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  background-color: rgba(30, 30, 30, 0.8);
  backdrop-filter: blur(3px);
  z-index: 9999999999;
  padding: 4.8rem;
  overflow-y: scroll;
  display: flex;
  flex-direction: column; }
  @media (max-width: 450px) {
    .status {
      padding: 2.4rem; } }
  .status::-webkit-scrollbar {
    display: none; }
  .status__control {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.2rem;
    height: 4.2rem;
    border-radius: 50%;
    background-color: var(--header-bg);
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
    border: none;
    position: absolute;
    z-index: 99999; }
    .status__control ion-icon {
      display: block;
      width: 1.8rem;
      height: 1.8rem;
      color: var(--text-color); }
    .status__control--prev {
      top: 50%;
      left: 4.8rem;
      transform: translateY(-50%); }
      @media (max-width: 600px) {
        .status__control--prev {
          left: 2.4rem; } }
      @media (max-width: 500px) {
        .status__control--prev {
          top: initial;
          transform: translateY(0);
          bottom: 4.8rem;
          left: 4.8rem; } }
    .status__control--next {
      top: 50%;
      right: 4.8rem;
      transform: translateY(-50%); }
      @media (max-width: 600px) {
        .status__control--next {
          right: 2.4rem; } }
      @media (max-width: 500px) {
        .status__control--next {
          top: initial;
          transform: translateY(0);
          bottom: 4.8rem;
          right: 4.8rem; } }
  .status__header {
    width: 100rem;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .status__icon-box {
    cursor: pointer; }
    .status__icon-box ion-icon {
      display: block;
      width: 2.4rem;
      height: 2.4rem;
      color: #fff; }
  .status__box {
    background-color: var(--header-bg);
    width: 45rem;
    max-width: 100%;
    margin: auto;
    height: 60rem;
    padding: 2.4rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    display: none;
    opacity: 0;
    transform: scale(0);
    transition: transform 0.4s, opacity 0.2s 0.2s; }
    @media (max-width: 450px) {
      .status__box {
        width: 100%; } }
    .status__box--active {
      display: flex;
      opacity: 1;
      transform: scale(1); }
  .status__indicators {
    display: flex;
    gap: 6px; }
  .status__indicator {
    flex: 1;
    height: 3px;
    background-color: #bdbdbd;
    border-radius: 10rem; }
  .status__indicator-progress {
    background-color: #448c04;
    height: 3px;
    width: 0%;
    border-radius: 10rem;
    transition: all 0.01s; }
    .status__indicator-progress.done {
      width: 100%; }
    .status__indicator-progress.current {
      animation-name: statusMove;
      animation-fill-mode: both;
      animation-timing-function: linear;
      animation-duration: 5s; }
  .status__heading {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .status__playback {
    cursor: pointer; }
    .status__playback ion-icon {
      display: block;
      width: 1.8rem;
      height: 1.8rem; }
  .status__content {
    flex: 1;
    display: flex;
    overflow: hidden; }
  .status__text {
    height: 100%;
    width: 100%;
    background-color: var(--account-bg-green);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 3.6rem;
    font-size: 1.8rem; }
  .status__loader {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .status__img {
    width: 100%;
    max-height: 100%;
    object-fit: cover; }

.table-responsive {
  overflow-x: scroll; }
  .table-responsive--no-hide {
    display: block !important; }
  .table-responsive::-webkit-scrollbar {
    display: none; }
  @media (max-width: 950px) {
    .table-responsive {
      display: none; } }

.table {
  width: 100%;
  border-collapse: collapse; }
  .table thead tr {
    background-color: transparent; }
  .table tr {
    background-color: var(--util-bg);
    cursor: pointer;
    white-space: nowrap; }
    .table tr:not(:last-child) {
      border-bottom: 6px solid var(--body-bg); }
  .table th {
    text-align: left;
    text-transform: uppercase;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    padding-right: 2.4rem; }
  .table td {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    color: var(--text-color);
    white-space: nowrap;
    padding-right: 2.4rem; }
    .table td:first-child {
      padding-left: 2.4rem;
      padding-right: 2.4rem; }
    .table td:last-child {
      padding-right: 1.2rem; }

.transaction-label {
  display: flex;
  align-items: center;
  gap: 1.2rem; }
  .transaction-label__icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    border-radius: 50%; }
    .transaction-label__icon-box ion-icon {
      display: block;
      width: 2.4rem;
      height: 2.4rem; }
  .transaction-label--deposit .transaction-label__icon-box {
    background-color: var(--transaction-label-bg-deposit); }
    .transaction-label--deposit .transaction-label__icon-box ion-icon {
      color: #5db013;
      transform: rotate(45deg); }
  .transaction-label--withdraw .transaction-label__icon-box {
    background-color: var(--transaction-label-bg-withdraw); }
    .transaction-label--withdraw .transaction-label__icon-box ion-icon {
      color: #f91b1b;
      transform: rotate(45deg); }
  .transaction-label--trade .transaction-label__icon-box {
    background-color: var(--transaction-label-bg-trade); }
    .transaction-label--trade .transaction-label__icon-box ion-icon {
      color: #f9a21b; }

.transaction-date {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 4px; }
  .transaction-date > p:first-child {
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: 600; }
  .transaction-date > p:last-child {
    font-size: 1.2rem; }

.transaction {
  background-color: var(--util-bg);
  padding: 1.6rem 2.4rem;
  cursor: pointer;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  gap: 2.4rem; }
  .transaction__time {
    flex: 0 0 3rem; }
  .transaction__main {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.8rem; }
    @media (max-width: 500px) {
      .transaction__main {
        flex-direction: column;
        align-items: stretch;
        gap: 1.2rem; } }
  .transaction__content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-weight: 600; }
  .transaction__text {
    font-size: 1.6rem; }
  .transaction__status-amount {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1.2rem; }
    .transaction__status-amount > *:last-child {
      order: -1; }
    @media (max-width: 500px) {
      .transaction__status-amount {
        flex-direction: row;
        align-items: center; }
        .transaction__status-amount > *:last-child {
          order: initial; }
        .transaction__status-amount span:last-child {
          margin-left: auto; } }

.transactions-flex {
  display: flex;
  flex-direction: column;
  gap: 1.2rem; }
  @media (min-width: 951px) {
    .transactions-flex {
      display: none; } }

.transaction-mobile {
  padding: 1.2rem 1.8rem;
  background-color: var(--header-bg);
  border: 1px solid var(--border);
  border-radius: 1.2rem;
  display: flex;
  align-items: center;
  gap: 2.4rem; }
  .transaction-mobile__main {
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 6px; }
  .transaction-mobile__type {
    font-size: 1.6rem;
    font-weight: 600;
    display: none; }
    @media (max-width: 450px) {
      .transaction-mobile__type {
        display: block; } }
  .transaction-mobile__text {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 600; }
    @media (max-width: 450px) {
      .transaction-mobile__text {
        display: none; } }
  .transaction-mobile__right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 3px; }
  .transaction-mobile__amount {
    text-transform: uppercase;
    font-weight: 600;
    white-space: nowrap; }
  .transaction-mobile__date {
    text-transform: uppercase;
    white-space: nowrap; }

.transaction-limit {
  display: flex;
  flex-direction: column;
  gap: 3px; }
  .transaction-limit__div {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .transaction-limit__span {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #448c04; }
  .transaction-limit__check {
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 2px;
    background-color: #d9d9d9;
    margin-top: -1px; }
    .transaction-limit__check--primary {
      background-color: #448c04; }

.wallet-box {
  width: 100%;
  min-height: 32rem;
  border-radius: 2.4rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
  padding: 0 9.6rem;
  color: #e6e6e6;
  position: relative; }
  @media (max-width: 950px) {
    .wallet-box {
      padding: 0 6.4rem; } }
  @media (max-width: 850px) {
    .wallet-box {
      padding: 0 4.8rem; } }
  @media (max-width: 650px) {
    .wallet-box {
      padding: 0 3.6rem;
      min-height: 28rem; } }
  @media (max-width: 580px) {
    .wallet-box {
      min-height: initial; } }
  @media (max-width: 580px) {
    .wallet-box {
      flex-direction: column;
      justify-content: initial;
      padding: 3.2rem;
      border-radius: 3.6rem; } }
  .wallet-box__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: left;
    z-index: -1; }
  .wallet-box__main--primary {
    color: #448c04; }
  @media (max-width: 580px) {
    .wallet-box__main {
      align-self: stretch; } }
  .wallet-box__header {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding-left: 4.8rem;
    font-size: 1.8rem;
    margin-bottom: 1.2rem; }
    @media (max-width: 580px) {
      .wallet-box__header {
        justify-content: center;
        padding-left: 0;
        font-size: 2.4rem; } }
    @media (max-width: 400px) {
      .wallet-box__header {
        font-size: 1.6rem; } }
  .wallet-box__show-hide {
    cursor: pointer; }
    .wallet-box__show-hide ion-icon {
      display: block; }
  .wallet-box__balance-block {
    display: flex;
    flex-direction: column; }
  .wallet-box__balance-toggle-wrapper {
    width: 65px;
    align-self: flex-start;
    display: inline-block;
    position: relative; }
    @media (max-width: 580px) {
      .wallet-box__balance-toggle-wrapper {
        align-self: center; } }
  .wallet-box__balance-toggle {
    display: inline-flex;
    align-items: center;
    gap: 1.2rem;
    cursor: pointer;
    line-height: 0;
    padding: 0.6rem;
    border-radius: 0.4rem;
    margin-bottom: 0.8rem; }
    .wallet-box__balance-toggle ion-icon {
      display: block; }
    .wallet-box__balance-toggle:hover {
      background-color: rgba(244, 250, 239, 0.13); }
    @media (max-width: 600px) {
      .wallet-box__balance-toggle {
        justify-content: center; } }
  .wallet-box__balance-options {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(100%);
    z-index: 999;
    background-color: #fff;
    border-radius: 0.4rem;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s; }
    .wallet-box__balance-options--open {
      opacity: 1;
      pointer-events: all; }
  .wallet-box__balance-option {
    padding: 0.6rem;
    cursor: pointer;
    color: var(--text-color);
    background-color: var(--header-bg);
    text-align: center; }
    .wallet-box__balance-option.active, .wallet-box__balance-option:hover {
      background-color: var(--dashboard-header-submenu-hover);
      color: #659837; }
  .wallet-box__balance {
    font-size: 6.4rem;
    font-weight: 600;
    cursor: pointer;
    line-height: 1; }
    @media (max-width: 1000px) {
      .wallet-box__balance {
        font-size: 4.8rem; } }
    @media (max-width: 580px) {
      .wallet-box__balance {
        text-align: center;
        font-size: 5.6rem; } }
    @media (max-width: 400px) {
      .wallet-box__balance {
        font-size: 4.8rem; } }
  .wallet-box__pts {
    display: inline-block;
    padding: 8px 2.4rem;
    background-color: rgba(244, 250, 239, 0.13);
    border: 0.4px solid #e6e6e6;
    border-radius: 10rem;
    text-align: center;
    font-size: 1.8rem;
    cursor: pointer;
    margin-left: auto;
    display: none; }
    @media (max-width: 580px) {
      .wallet-box__pts {
        display: block; } }
    @media (max-width: 400px) {
      .wallet-box__pts {
        font-size: 1.4rem;
        padding: 0.8rem 1.6rem; } }
  .wallet-box__points {
    display: inline-block;
    width: 18rem;
    background-color: rgba(244, 250, 239, 0.13);
    border: 0.4px solid #e6e6e6;
    border-radius: 10rem;
    text-align: center;
    font-size: 1.8rem;
    padding: 8px 0;
    margin-top: 1.8rem;
    cursor: pointer;
    margin-left: 3.6rem; }
    @media (max-width: 580px) {
      .wallet-box__points {
        display: none; } }
  .wallet-box__points-2 {
    display: inline-block;
    background-color: #fff;
    border: 0.4px solid #448c04;
    color: #448c04;
    border-radius: 10rem;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 500;
    padding: 1.2rem 4.8rem;
    margin-top: 1.8rem;
    cursor: pointer;
    font-family: inherit; }
  .wallet-box__actions {
    display: flex;
    gap: 6px; }
    @media (max-width: 580px) {
      .wallet-box__actions {
        display: none; } }

.wallet-box-action {
  width: 12rem;
  height: 12rem;
  border-radius: 6px;
  color: #e6e6e6;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px; }
  @media (max-width: 1000px) {
    .wallet-box-action {
      height: 10rem;
      width: 10rem; } }
  .wallet-box-action:hover {
    background-color: rgba(232, 252, 216, 0.07); }
  .wallet-box-action--active {
    border: 1px solid #e6e6e6;
    color: var(--wallet-card-action-active-color); }
  .wallet-box-action__icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
    background-color: #e6e6e6; }
  .wallet-box-action--active .wallet-box-action__icon-box {
    background-color: var(--wallet-card-action-active-icon-bg); }
  .wallet-box-action__icon {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    color: #448c04; }
  .wallet-box-action--active .wallet-box-action__icon {
    color: var(--wallet-card-action-active-icon-color); }

.assets-block__header {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  margin-bottom: 2.4rem; }
  @media (max-width: 450px) {
    .assets-block__header {
      flex-direction: column;
      align-items: flex-end; } }

.assets-block__search-form {
  width: 30rem; }
  @media (max-width: 450px) {
    .assets-block__search-form {
      width: 100%; } }

.assets-block__hide {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.8rem; }
  @media (max-width: 450px) {
    .assets-block__hide {
      order: -1; } }

.assets-block__assets {
  display: flex;
  flex-direction: column;
  gap: 0.8rem; }

.asset {
  cursor: pointer;
  padding: 1.2rem 0;
  padding-left: 10rem;
  background-color: var(--util-bg);
  border: 1px solid var(--util-border);
  font-size: 1.6rem; }
  @media (max-width: 1000px) {
    .asset {
      padding: 1.2rem 3.6rem; } }
  @media (max-width: 500px) {
    .asset {
      padding: 1.2rem 1.8rem; } }
  @media (max-width: 550px) {
    .asset {
      display: none; } }
  .asset__main {
    max-width: 900px;
    margin-right: auto;
    display: grid;
    grid-template-columns: 40fr 20fr 20fr 20fr;
    align-items: center;
    gap: 4.8rem; }
    @media (max-width: 950px) {
      .asset__main {
        gap: 2.4rem; } }
  .asset__currency {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    white-space: nowrap; }
  .asset__currency-img {
    width: 3.6rem;
    height: 3.6rem;
    display: block; }
  .asset__currency-name {
    font-weight: 600; }
  .asset__value1 {
    text-align: right; }
  .asset__value-change {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.8rem; }

.asset-mobile {
  padding: 1.2rem 1.8rem;
  background-color: var(--header-bg);
  border: 1px solid var(--border);
  border-radius: 1.2rem;
  display: flex;
  align-items: center;
  gap: 2.4rem; }
  @media (min-width: 550px) {
    .asset-mobile {
      display: none; } }
  .asset-mobile__wallet {
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px; }
  .asset-mobile__currency-img {
    width: 4.2rem;
    height: 4.2rem;
    display: block; }
  .asset-mobile__wallet-symbol {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 600; }
  .asset-mobile__wallet-name {
    font-weight: 300; }
  .asset-mobile__wallet-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 3px; }
  .asset-mobile__balance {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 600; }
  .asset-mobile__balance-usd {
    text-transform: uppercase; }

.wallet-giftcards__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem; }
  @media (max-width: 850px) {
    .wallet-giftcards__grid {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 360px) {
    .wallet-giftcards__grid {
      gap: 1.2rem; } }

.tab-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.6rem; }
  .tab-actions__action {
    cursor: pointer;
    width: 12rem;
    height: 12rem;
    border: 1px solid var(--border);
    border-radius: 4px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.2rem; }
    .tab-actions__action--active {
      background-color: rgba(68, 140, 4, 0.1);
      border: 1px solid #448c04; }
  .tab-actions__action-img {
    display: block;
    width: 24px;
    height: 24px; }

.wallet-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px; }
  .wallet-header__heading {
    font-size: 2rem;
    font-weight: 600; }
  .wallet-header__text {
    font-size: 1.6rem; }

.wallet-actions-mobile {
  display: flex;
  padding: 0 3.6rem;
  display: none; }
  @media (max-width: 580px) {
    .wallet-actions-mobile {
      display: flex; } }
  .wallet-actions-mobile__main {
    flex: 1;
    display: flex;
    justify-content: center;
    gap: 2.4rem;
    padding: 1.8rem 2.4rem;
    border-bottom-left-radius: 2.4rem;
    border-bottom-right-radius: 2.4rem;
    background-color: var(--wallet-actions-mobile-bg); }
  .wallet-actions-mobile__divider {
    align-self: center;
    height: 3.6rem;
    width: 1px;
    background-color: #98ad85; }

.wallet-action-mobile {
  color: #e6e6e6;
  cursor: pointer;
  font-size: 1.2rem;
  color: var(--text-color-dark);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px; }
  .wallet-action-mobile__icon-box {
    padding: 4px 1.2rem;
    border-radius: 20rem; }
  .wallet-action-mobile:hover .wallet-action-mobile__icon-box,
  .wallet-action-mobile--active .wallet-action-mobile__icon-box {
    background-color: rgba(57, 115, 5, 0.2); }
  .wallet-action-mobile__icon {
    display: block;
    height: 2.4rem; }

.ranking-section {
  background-color: var(--rank-bg);
  border-radius: 0.8rem;
  padding: 2.4rem;
  display: grid;
  grid-template-columns: 30rem 1fr;
  gap: 2.4rem; }
  @media (max-width: 665px) {
    .ranking-section {
      grid-template-columns: 1fr; } }
  .ranking-section__back-arrow {
    color: red; }
    .ranking-section__back-arrow img {
      display: block;
      width: 2.4rem; }
  .ranking-section__rank-logo {
    background-color: var(--rank-logo-bg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.6rem; }
    @media (max-width: 665px) {
      .ranking-section__rank-logo {
        padding: 2.4rem 1.2rem; } }
    .ranking-section__rank-logo img {
      display: block;
      width: 12rem; }
      @media (max-width: 665px) {
        .ranking-section__rank-logo img {
          width: 8rem; } }
  .ranking-section__rank-text {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .ranking-section__rank-text p {
      font-size: 3.2rem;
      font-weight: 700;
      color: #448c04; }
    .ranking-section__rank-text span {
      font-size: 1.4rem;
      color: #808080; }
  .ranking-section__rank-details {
    display: flex;
    flex-direction: column;
    gap: 2.4rem; }
  .ranking-section__rank-status {
    display: flex;
    flex-direction: column;
    gap: 0.8rem; }
    .ranking-section__rank-status h3 {
      font-weight: 500;
      color: #176819; }
  .ranking-section__status-details {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    background-color: var(--rank-status-bg);
    border-radius: 0.8rem;
    padding: 1.6rem; }
  .ranking-section__status-info {
    display: flex;
    justify-content: space-between; }
    .ranking-section__status-info p {
      font-size: 1.8rem;
      font-weight: 600; }
    .ranking-section__status-info span {
      font-size: 1.4rem; }
  .ranking-section__status-type {
    color: var(--rank-status-text); }
  .ranking-section__status-typee {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #448c04; }

.rank-arrow {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  text-decoration: none;
  cursor: pointer;
  color: inherit !important; }
  .rank-arrow svg {
    color: var(--rank-back-arrow);
    display: block;
    width: 2.4rem; }
  .rank-arrow p {
    font-size: 1.6rem; }

.rank-transactions {
  display: flex;
  flex-direction: column;
  gap: 0.8rem; }
  .rank-transactions h3 {
    font-weight: 500;
    color: #176819; }
  .rank-transactions__transaction-details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem; }
    @media (max-width: 1090px) {
      .rank-transactions__transaction-details {
        grid-template-columns: 1fr; } }
  .rank-transactions__transaction-type {
    font-size: 1.4rem;
    background-color: var(--rank-status-bg);
    border-radius: 4px;
    padding: 1.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .rank-transactions__transaction-type p {
      color: var(--rank-transaction-type); }
    .rank-transactions__transaction-type span {
      color: var(--rank-transaction-amount); }

.auth-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  background-size: cover;
  padding: 0 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .auth-container--1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: initial;
    padding: 7.2rem 2.4rem;
    overflow-y: scroll; }

.auth {
  width: 45rem;
  max-width: 100%;
  background-color: var(--header-bg);
  padding: 3.6rem;
  border-radius: 1.2rem; }
  .auth--1 {
    width: 70rem;
    padding: 5.6rem 10rem;
    border-radius: 3.2rem; }
    @media (max-width: 500px) {
      .auth--1 {
        padding: 5.6rem 3.6rem; } }
  .auth--md {
    width: 60rem;
    padding: 9.6rem 8rem; }
  @media (max-width: 450px) {
    .auth {
      padding: 2.4rem; } }
  .auth__img-block {
    text-align: center;
    margin-bottom: 1.8rem; }
  .auth__img {
    display: inline-block;
    height: 6rem;
    cursor: pointer; }
    .auth__img--1 {
      height: 18rem; }
  .auth--1 .auth__img {
    height: 5rem; }
  .auth__heading {
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 6px; }
    .auth__heading span {
      text-transform: uppercase;
      font-style: italic; }
  .auth__heading-sub-text {
    font-weight: 600;
    text-align: center; }
    .auth__heading-sub-text a:link, .auth__heading-sub-text a:visited {
      text-decoration: none;
      color: #f9aa4b; }
  .auth__form-main {
    margin-top: 2.4rem;
    display: flex;
    flex-direction: column;
    gap: 1.8rem; }
  .auth__footer {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    margin-top: 4.2rem; }
    .auth__footer--1 {
      align-items: center;
      margin-top: 0; }
      .auth__footer--1 button {
        width: 35rem;
        max-width: 100%; }
      .auth__footer--1 a:link, .auth__footer--1 a:visited {
        color: #ff784b;
        text-decoration: none; }
  .auth__footer-link {
    text-align: right; }
    .auth__footer-link a:link, .auth__footer-link a:visited {
      color: #3f7e05;
      text-decoration: underline; }

.blog-section {
  max-width: 100%;
  width: 149.6rem;
  margin: auto;
  padding: 0 4.8rem !important; }

.blogs-wrapper {
  position: relative; }
  .blogs-wrapper__control {
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    border: none;
    color: var(--text-color);
    background-color: var(--util-bg);
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15); }
    .blogs-wrapper__control--left {
      left: 0;
      transform: translate(-80%, -50%); }
    .blogs-wrapper__control--right {
      right: 0;
      transform: translate(80%, -50%); }
    .blogs-wrapper__control ion-icon {
      display: block;
      width: 2.4rem;
      height: 2.4rem; }

.blogs {
  height: 35rem;
  display: flex;
  align-items: center;
  overflow-x: scroll;
  scroll-behavior: smooth; }
  .blogs::-webkit-scrollbar {
    display: none; }

.blog {
  flex-shrink: 0;
  width: 35rem;
  height: 35rem;
  padding: 2.4rem;
  transition: all 0.4s; }
  .blog__img-block {
    text-align: center; }
  .blog__img {
    display: inline-block;
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    object-fit: cover; }
  .blog__body {
    text-align: center; }
  .blog__title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 8px; }
  .blog__text {
    font-weight: 500;
    margin-bottom: 1.8rem; }
  .blog__link:link, .blog__link:visited {
    color: #3f7e05;
    text-decoration: none;
    display: inline-block; }

.crypto-block {
  width: 45rem;
  max-width: 100%;
  margin: 4.8rem auto 9.6rem;
  border-radius: 6px;
  overflow: hidden; }
  .crypto-block__back {
    text-align: center;
    margin-bottom: 1.2rem; }
    .crypto-block__back span {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.6rem;
      cursor: pointer; }
      .crypto-block__back span ion-icon {
        display: block; }
  .crypto-block__header {
    background-color: var(--crypto-block-header);
    padding: 3.2rem;
    padding-bottom: 7.8rem; }
    .crypto-block__header--1 {
      padding: 3.2rem; }
  .crypto-block__heading {
    text-align: center;
    text-transform: uppercase; }
  .crypto-block__body {
    background-color: var(--header-bg);
    padding: 0 3.2rem 3.2rem; }
    .crypto-block__body--1 {
      padding: 3.2rem; }
  .crypto-block__balance-block {
    padding: 2.4rem 0;
    background-color: var(--crypto-block-balance-header);
    text-align: center;
    border-radius: 6px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column; }
  .crypto-block__balance-text {
    font-weight: 300;
    font-size: 1.6rem; }
  .crypto-block__balance {
    font-size: 3.4rem;
    font-weight: 500;
    text-transform: uppercase; }
    .crypto-block__balance small {
      font-size: 1.8rem; }
  .crypto-block__body-main {
    margin-top: -4.2rem;
    display: flex;
    flex-direction: column;
    gap: 1.8rem; }
  .crypto-block__rate-info {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    font-size: 1.5rem; }
    .crypto-block__rate-info p {
      display: flex;
      align-items: center;
      gap: 6px; }
    .crypto-block__rate-info ion-icon {
      display: block;
      color: #448c04; }
    .crypto-block__rate-info p:last-child {
      color: #448c04;
      margin-left: auto; }
  .crypto-block__pin {
    background-color: var(--crypto-block-header);
    padding: 3.2rem 0; }
  .crypto-block__footer {
    background-color: var(--header-bg);
    padding: 3.2rem;
    display: flex;
    flex-direction: column;
    gap: 1.8rem; }

.crypto-block2 {
  width: 45rem;
  max-width: 100%;
  margin: 4.8rem auto 9.6rem;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 1.8rem; }
  .crypto-block2--md {
    width: 55rem; }
  .crypto-block2__header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.6rem; }
    .crypto-block2__header span {
      cursor: pointer; }
      .crypto-block2__header span ion-icon {
        display: block;
        width: 2rem;
        height: 2rem; }
  .crypto-block2__heading {
    font-size: 2.2rem;
    font-weight: 600; }
  .crypto-block2__body {
    background-color: var(--header-bg);
    padding: 2.4rem;
    border-radius: 0.8rem;
    display: flex;
    flex-direction: column;
    gap: 1.8rem; }
    .crypto-block2__body--p0 {
      padding: 0;
      display: block; }
  .crypto-block2__flex {
    padding: 2.4rem;
    display: flex;
    flex-direction: column;
    gap: 1.8rem; }
  .crypto-block2--md .crypto-block2__flex {
    padding: 5.6rem; }
    @media (max-width: 450px) {
      .crypto-block2--md .crypto-block2__flex {
        padding: 2.4rem; } }
  .crypto-block2__swap-block {
    display: flex;
    flex-direction: column;
    gap: 8px; }
  .crypto-block2__swap-draw-up {
    margin-bottom: -24px; }
  .crypto-block2__swap-btn {
    align-self: center;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: 1px solid var(--border);
    background-color: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center; }
    .crypto-block2__swap-btn ion-icon {
      display: block;
      width: 1.8rem;
      height: 1.8rem;
      color: #448c04; }
    .crypto-block2__swap-btn:hover {
      background-color: #448c04; }
    .crypto-block2__swap-btn:hover ion-icon {
      color: #fff; }
  .crypto-block2__swap-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
    font-size: 1.25rem;
    font-weight: 600; }
    .crypto-block2__swap-heading p:last-child {
      color: #397305;
      text-align: right; }

.crypto-final {
  width: 45rem;
  max-width: 100%;
  margin: 4.8rem auto 9.6rem;
  border-radius: 6px;
  overflow: hidden; }
  .crypto-final__header {
    padding: 3.2rem 2.4rem 4.8rem;
    background-color: var(--crypto-block-header);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem; }
  .crypto-final__header-header {
    align-self: stretch;
    display: flex;
    align-items: center; }
  .crypto-final__cancel {
    margin-left: auto;
    color: #ff6b6b; }
  .crypto-final__back {
    align-self: flex-start;
    display: block;
    align-items: center; }
    .crypto-final__back span {
      cursor: pointer; }
      .crypto-final__back span ion-icon {
        display: block;
        width: 1.8rem;
        height: 1.8rem; }
  .crypto-final__currency {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    font-size: 2rem; }
    .crypto-final__currency img {
      display: block;
      height: 3.2rem; }
    .crypto-final__currency span {
      color: #bdbdbd; }
  .crypto-final__label {
    text-transform: uppercase; }
  .crypto-final__label2 {
    color: #bdbdbd; }
  .crypto-final__address {
    background-color: var(--header-bg);
    text-align: center;
    padding: 1.2rem;
    word-wrap: break-word;
    width: 100%; }
  .crypto-final__amount-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.4rem; }
    .crypto-final__amount-block span {
      font-weight: 600;
      text-transform: uppercase; }
  .crypto-final__body {
    padding: 4rem 2.4rem;
    background-color: var(--header-bg); }
  .crypto-final__pin-sections {
    display: flex;
    flex-direction: column;
    gap: 3.6rem;
    padding: 2.4rem;
    background-color: var(--crypto-block-header); }
    .crypto-final__pin-sections--1 {
      padding: 0;
      background-color: transparent; }
  .crypto-final__pin-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem; }
  .crypto-final__heading {
    font-size: 2.4rem;
    font-size: 600;
    line-height: 1; }
  .crypto-final__heading-subtext {
    text-align: center; }
  .crypto-final__forgot-pin {
    text-align: center;
    font-size: 1.2rem;
    color: #4f4f4f;
    cursor: pointer;
    text-decoration: underline;
    color: #228be6;
    font-weight: 500; }

.deposit-crypto {
  display: flex;
  flex-direction: column;
  gap: 1.6rem; }
  .deposit-crypto__header {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid var(--util-border); }
  .deposit-crypto__sub-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.6rem; }
  .deposit-crypto__heading {
    font-size: 2.4rem; }
  .deposit-crypto__min-deposit {
    text-align: center; }
    .deposit-crypto__min-deposit span {
      color: #f9a21b; }
  .deposit-crypto__search-filter {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1.6rem; }
  .deposit-crypto__filter {
    border: none;
    padding: 0 1.6rem;
    border-radius: 0.8rem;
    background-color: transparent;
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    gap: 0.8rem;
    color: #448c04;
    font-family: inherit; }
    .deposit-crypto__filter ion-icon {
      display: block;
      width: 2rem;
      height: 2rem;
      color: #448c04; }
  .deposit-crypto__addresses {
    display: flex;
    flex-direction: column;
    gap: 1.6rem; }

.address {
  padding: 1.6rem;
  border-radius: 0.8rem;
  background-color: var(--currency-bg-1);
  display: flex;
  flex-direction: column;
  gap: 1.6rem; }
  .address--2 {
    background-color: var(--util-bg); }
  .address__main {
    padding: 1.6rem;
    border-radius: 0.8rem;
    background-color: var(--util-bg);
    display: flex;
    flex-direction: column;
    gap: 1.6rem; }
  .address--2 .address__main {
    background-color: var(--currency-bg-1); }
  .address__label {
    color: #448c04; }
  .address__info {
    display: flex;
    flex-direction: column;
    gap: 4px; }
    .address__info-key {
      color: var(--form-button-inactive-text-color); }
    .address__info-value {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .address__info-value button {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
        border: none; }
        .address__info-value button ion-icon {
          display: block;
          width: 2rem;
          height: 2rem;
          color: #448c04; }
  .address__footer {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.6rem; }
    .address__footer button {
      display: flex;
      align-items: center;
      justify-content: center;
      border: none;
      height: 4.8rem;
      cursor: pointer;
      background-color: var(--util-bg);
      font-family: inherit;
      font-size: inherit;
      font-weight: inherit; }
      .address__footer button:first-child {
        width: 4.8rem;
        border-radius: 4px; }
        .address__footer button:first-child ion-icon {
          display: block;
          width: 2.4rem;
          height: 2.4rem;
          color: #e53935; }
      .address__footer button:last-child {
        border-radius: 0.8rem;
        color: #448c04; }
  .address--2 .address__footer button {
    background-color: var(--currency-bg-1); }

.form-card {
  display: block;
  width: 45rem;
  max-width: 100%;
  margin: 4.8rem auto 0;
  background-color: var(--header-bg);
  padding: 2.4rem; }
  .form-card__back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px; }
    .form-card__back ion-icon {
      display: block; }
  .form-card__flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.8rem; }

.hero-section {
  background-color: var(--hero-bg); }
  .hero-section__container {
    text-align: center;
    padding-top: 9.6rem; }
  .hero-section__content {
    max-width: 80rem;
    margin: auto; }
  .hero-section__heading {
    font-size: 4.8rem;
    line-height: 1.2;
    font-family: "Dancing Script", cursive;
    font-size: 6.2rem;
    font-weight: 700;
    margin-bottom: 1.2rem; }
    @media (max-width: 450px) {
      .hero-section__heading {
        font-size: 4.8rem; } }
  .hero-section__desc {
    font-size: 1.8rem;
    color: #397305;
    font-weight: 600;
    margin-bottom: 3.6rem; }
  .hero-section__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    margin-bottom: 3.6rem; }
  .hero-section__action {
    height: 6.2rem;
    border-radius: 1.2rem; }
    @media (max-width: 400px) {
      .hero-section__action {
        height: 5rem; } }
  .hero-section__img {
    width: 100%; }
    .hero-section__img--light {
      display: var(--light-block); }
    .hero-section__img--dark {
      display: var(--dark-block); }

.market__filter-block {
  display: flex;
  flex-direction: column;
  gap: 1.8rem; }

.market__filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem; }
  @media (max-width: 550px) {
    .market__filter {
      flex-direction: column;
      align-items: stretch; } }

.market__filter-btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.2rem; }

.market__filter-btn {
  display: inline-block;
  background-color: var(--util-bg);
  border: 1px solid var(--util-border);
  height: 3.6rem;
  padding: 0 1.2rem;
  border-radius: 3px;
  font-family: inherit;
  cursor: pointer;
  color: var(--text-color); }
  .market__filter-btn--active, .market__filter-btn:hover {
    background-color: #448c04;
    color: #e6e6e6;
    border: 1px solid #448c04; }

.market__search-form {
  height: 3.6rem;
  background-color: var(--util-bg);
  border: 1px solid var(--util-border);
  border-radius: 6px;
  display: flex;
  align-items: center; }
  .market__search-form button {
    display: block;
    width: 3.6rem;
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center; }
    .market__search-form button ion-icon {
      width: 1.6rem;
      height: 1.6rem;
      color: var(--text-color);
      display: block; }
  .market__search-form input {
    color: var(--text-color);
    background-color: transparent;
    outline: none;
    margin-right: 6px;
    font-family: inherit;
    font-size: inherit;
    border: none; }

.market__table-responsive {
  overflow-x: scroll; }
  .market__table-responsive::-webkit-scrollbar {
    display: none; }

.market__table {
  width: 100%;
  border: 1px solid var(--market-border);
  border-collapse: collapse; }
  .market__table tr {
    background-color: var(--market-table-bg);
    border: 1px solid var(--market-border);
    height: 4.8rem; }
  .market__table th {
    text-align: left;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap; }
  .market__table td {
    font-weight: 600;
    font-size: 1.2rem; }
  .market__table th,
  .market__table td {
    padding: 0.6rem 1.2rem; }

.market__table-heading {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  cursor: pointer; }

.market__icon-stack {
  display: flex;
  flex-direction: column; }
  .market__icon-stack ion-icon {
    width: 1.2rem;
    height: 1.2rem;
    color: var(--sort-icon);
    visibility: visible; }
  .market__icon-stack--active {
    color: var(--sort-icon-active) !important; }

.market__currency {
  display: flex;
  align-items: center;
  gap: 1.2rem; }
  .market__currency img {
    height: 2.8rem; }

.market__currency-plh-image {
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 3px; }

.market__currency-name {
  display: inline-block;
  white-space: nowrap;
  padding-right: 2rem; }
  .market__currency-name span {
    text-transform: uppercase; }

.market__trade-btn {
  display: inline-block;
  padding: 6px 2.4rem;
  background-color: #3f7e05;
  font-family: inherit;
  color: #e6e6e6;
  border-radius: 8px;
  border: none; }
  .market__trade-btn--plh {
    background-color: transparent;
    color: transparent; }

.market__change {
  display: flex;
  align-items: center;
  gap: 4px; }
  .market__change--danger {
    color: #ff6b6b; }
  .market__change--success {
    color: #3f7e05; }
  .market__change ion-icon {
    color: currentColor; }

.market__chart {
  height: 4rem; }

.market__link:link, .market__link:visited {
  font-size: 14px;
  color: #3f7e05;
  font-weight: 600; }

.coins-block {
  padding: 2.4rem;
  border-radius: 0.8rem;
  background-color: var(--util-bg);
  border: 1px solid var(--util-border);
  display: flex;
  flex-direction: column;
  gap: 1.6rem; }
  .coins-block__heading {
    color: #397305;
    font-size: 1.8rem;
    font-weight: 700; }
  .coins-block__coins {
    width: 100%;
    border-collapse: collapse; }
    .coins-block__coins tr:not(:last-child) {
      border-bottom: 1.2rem solid transparent; }
    .coins-block__coins td:nth-child(2) {
      padding: 0 1.2rem; }

.section {
  padding: 6.5rem 0; }
  .section__header {
    max-width: 140rem;
    margin: auto;
    margin-bottom: 4.8rem;
    background-color: var(--section-header-bg);
    padding: 4.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem; }
  .section__heading {
    font-size: 2.8rem;
    font-weight: 500;
    margin-bottom: -0.8rem; }
  .section__search-form {
    width: 70rem;
    max-width: 100%;
    background-color: var(--section-search-form-bg);
    height: 4.8rem;
    padding: 0 1.8rem;
    border-radius: 0.8rem;
    display: flex;
    align-items: center;
    gap: 1.2rem; }
    .section__search-form ion-icon {
      display: block;
      width: 1.8rem;
      height: 1.8rem;
      color: var(--text-color); }
    .section__search-form input {
      flex: 1;
      min-width: 0;
      font-family: inherit;
      background-color: transparent;
      color: var(--text-color);
      outline: none;
      border: none;
      font-size: 1.6rem; }
  .section__main {
    max-width: 80rem;
    margin: auto;
    padding: 0 2.4rem; }
  .section__content {
    display: flex;
    flex-direction: column;
    gap: 2.4rem; }
    .section__content p {
      text-align: justify; }
    .section__content ul {
      list-style: disc;
      padding-left: 1.8rem; }
    .section__content div {
      display: flex;
      flex-direction: column;
      gap: 1.2rem; }

.testimonials {
  height: 35rem;
  position: relative;
  overflow: hidden; }

.testimonial {
  width: 55%;
  height: 30rem;
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0.5;
  transform: translateX(-50%) scale(0.8);
  transition: all 0.4s; }
  @media (max-width: 1200px) {
    .testimonial {
      width: 70%; } }
  @media (max-width: 900px) {
    .testimonial {
      width: 90%; } }
  @media (max-width: 650px) {
    .testimonial {
      width: 95%; } }
  .testimonial::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1.8rem;
    left: -1.8rem;
    height: 90%;
    width: 90%;
    border-radius: 1.2rem;
    background-color: var(--testimonial-bg-2);
    z-index: -1;
    display: none; }
  .testimonial--active {
    opacity: 1;
    transform: translateX(-50%) scale(1); }
    .testimonial--active::before {
      display: block; }
  .testimonial__main {
    height: 100%;
    background-color: var(--testimonial-bg);
    padding: 4.8rem;
    border-radius: 1.2rem; }
    @media (max-width: 650px) {
      .testimonial__main {
        padding: 2.4rem; } }
    @media (max-width: 400px) {
      .testimonial__main {
        padding: 1.2rem; } }
  .testimonial__quote {
    font-size: 5.6rem;
    font-weight: 900;
    font-family: "Mulish", sans-serif;
    color: #448c04; }
  .testimonial__msg {
    padding-left: 3.6rem;
    color: var(--text-color);
    margin-bottom: 1.8rem;
    margin-top: -1.8rem; }
    @media (max-width: 700px) {
      .testimonial__msg {
        padding-left: 0; } }
  .testimonial__author {
    text-align: right;
    color: #448c04; }

.account-pg {
  display: flex;
  flex-direction: column;
  gap: 2.4rem; }
  .account-pg__header {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    font-size: 1.8rem;
    color: var(--text-color);
    padding-bottom: 1.8rem;
    border-bottom: 1px solid var(--border); }
    @media (min-width: 701px) {
      .account-pg__header {
        display: none; } }
    .account-pg__header span {
      cursor: pointer; }
    .account-pg__header ion-icon {
      display: block; }
  .account-pg__main {
    display: flex;
    flex-direction: column;
    gap: 2.4rem; }

.account-user {
  padding: 2.4rem;
  background-color: var(--account-bg-green);
  display: flex;
  align-items: center;
  gap: 1.8rem; }
  .account-user__img-block {
    width: 4rem;
    height: 4rem;
    border: 3px solid #448c04;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .account-user__img-block img {
      display: block;
      width: 3rem;
      height: 3rem;
      border-radius: 50%; }
  .account-user__name {
    font-size: 1.6rem;
    font-weight: 700; }
  .account-user__verif {
    display: inline-block;
    margin-left: auto;
    background-color: #fff;
    padding: 0.8rem 2.4rem;
    font-weight: 500;
    border-radius: 10rem;
    border: none;
    font-family: inherit; }

.account-menu {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  justify-content: space-around;
  list-style: none;
  border-bottom: 1px solid var(--border);
  overflow-x: scroll;
  overflow-y: hidden; }
  @media (max-width: 700px) {
    .account-menu {
      display: none; } }
  .account-menu::-webkit-scrollbar {
    display: none; }
  .account-menu__link:link, .account-menu__link:visited {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-bottom: 3px solid transparent;
    white-space: nowrap;
    text-decoration: none;
    color: var(--text-color);
    transform: translateY(1.5px); }
  .account-menu__link ion-icon {
    color: #bdbdbd; }
  .account-menu__link:hover, .account-menu__link:active {
    color: #659837;
    border-bottom: 3px solid #659837; }
    .account-menu__link:hover ion-icon, .account-menu__link:active ion-icon {
      color: #659837; }
  .account-menu__link--active:link, .account-menu__link--active:visited {
    color: #659837;
    border-bottom: 3px solid #659837; }
    .account-menu__link--active:link ion-icon, .account-menu__link--active:visited ion-icon {
      color: #659837; }

.account-mmenu {
  display: flex;
  flex-direction: column; }
  @media (min-width: 701px) {
    .account-mmenu {
      display: none; } }
  .account-mmenu__item {
    display: flex;
    align-items: center;
    gap: 1.8rem;
    padding: 1.8rem; }
  .account-mmenu__icon {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    color: #448c04;
    visibility: visible; }
  .account-mmenu__main {
    flex: 1; }
  .account-mmenu__heading {
    font-size: 1.8rem;
    font-weight: 700; }

.action-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem; }
  @media (max-width: 600px) {
    .action-cards {
      grid-template-columns: 1fr; } }

.action-card {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  padding: 1.2rem;
  border: 1px solid var(--border);
  border-radius: 6px;
  cursor: pointer; }
  .action-card:hover {
    background-color: var(--util-bg); }
  .action-card__info {
    flex: 1; }
  .action-card__heading {
    font-size: 1.8rem;
    font-weight: 700; }
  .action-card__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
    background-color: #659837;
    color: #e6e6e6;
    border: none; }
    .action-card__btn--warning {
      background-color: #f08c00; }
    .action-card__btn ion-icon {
      display: block;
      width: 2rem;
      height: 2rem; }

.account-alert {
  padding: 1.2rem;
  background-color: var(--account-bg-green);
  display: flex;
  align-items: center;
  gap: 1.2rem; }

.account-tiers {
  display: flex;
  flex-direction: column;
  gap: 3px; }

.account-tier {
  display: flex;
  gap: 2.4rem;
  color: var(--text-color);
  opacity: 0.5;
  max-width: 50rem; }
  .account-tier--active {
    opacity: 1; }
  .account-tier__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px; }
  .account-tier__btn {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    background-color: rgba(68, 140, 4, 0.5);
    border: none;
    color: #e6e6e6;
    position: relative; }
  .account-tier--active .account-tier__btn {
    background-color: #448c04; }
  .account-tier--completed .account-tier__btn::after {
    content: "\2713"; }
  .account-tier__line {
    flex: 1;
    width: 3px; }
  .account-tier--active .account-tier__line::after {
    content: "";
    display: block;
    background-color: #448c04;
    color: #e6e6e6;
    height: 50%;
    width: 3px; }
  .account-tier--completed .account-tier__line:after {
    height: 100%; }
  .account-tier__main {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem; }
  .account-tier__title {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 6px;
    margin-bottom: -1.2rem; }

.account-form {
  max-width: 60rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem; }
  @media (max-width: 450px) {
    .account-form {
      grid-template-columns: 1fr; } }
  .account-form__item-full {
    grid-column: 1 / -1; }

.account-banks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem; }
  @media (max-width: 1100px) {
    .account-banks {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 600px) {
    .account-banks {
      grid-template-columns: 1fr; } }

.account-bank {
  border-radius: 6px;
  overflow: hidden;
  padding: 2.4rem;
  background-color: var(--account-bg-yellow);
  display: flex;
  align-items: center;
  gap: 1.8rem; }
  .account-bank__icon {
    display: block;
    width: 2.4rem;
    height: 2.4rem; }
  .account-bank__img {
    display: block;
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%; }
  .account-bank__name {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 4px; }
  .account-bank__account-name-number {
    display: flex;
    align-items: center;
    gap: 2.4rem; }

.account-add-bank {
  padding: 4.8rem;
  border: 2px solid var(--border);
  border-radius: 6px;
  color: #448c04;
  cursor: pointer;
  transition: all 0.3s;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem; }
  .account-add-bank ion-icon {
    display: block;
    width: 2.4rem;
    height: 2.4rem; }
  .account-add-bank:hover {
    background-color: #448c04;
    color: #fff;
    border: 2px solid #448c04; }

.account-section {
  display: flex;
  flex-direction: column;
  gap: 1.6rem; }
  .account-section__header {
    padding-left: 2.4rem; }
  .account-section__main {
    background-color: var(--header-bg);
    padding: 2.4rem;
    border-radius: 0.8rem;
    display: flex;
    flex-direction: column;
    gap: 2.4rem; }
  .account-section__menu {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 2.4rem; }
  .account-section__menu-item {
    padding: 0 2.4rem 1.2rem;
    border-bottom: 3px solid transparent;
    cursor: pointer; }
    .account-section__menu-item--active, .account-section__menu-item:hover {
      border-bottom: 3px solid var(--text-color); }
  .account-section__form {
    max-width: 40rem;
    display: flex;
    flex-direction: column;
    gap: 1.8rem; }
  .account-section__block {
    padding: 1.2rem 2.4rem;
    border: 1px solid var(--border);
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 6px; }
    .account-section__block p:first-child {
      font-size: 1.3rem;
      text-transform: uppercase; }
    .account-section__block p:last-child {
      font-weight: 600;
      word-wrap: break-word; }
  .account-section__setting {
    display: flex;
    align-items: center;
    gap: 1.8rem;
    font-weight: 700; }
    .account-section__setting ion-icon {
      display: block;
      width: 2.4rem;
      height: 2.4rem;
      color: #448c04; }
    .account-section__setting input {
      margin-left: auto; }

.account-earning {
  max-width: 25rem;
  padding: 2.4rem;
  border-radius: 6px;
  background-color: var(--account-bg-green);
  display: flex;
  flex-direction: column;
  gap: 2.4rem; }
  .account-earning p:first-child {
    font-size: 1.3rem;
    text-transform: uppercase; }
  .account-earning p:last-child {
    font-size: 1.8rem;
    font-weight: 800; }

.account-show-desktop {
  display: flex;
  flex-direction: column;
  gap: 2.4rem; }
  @media (max-width: 700px) {
    .account-show-desktop {
      display: none; } }

.verify-button {
  padding: 1.6rem 4rem;
  border-radius: 0.8rem;
  border: none;
  font-family: inherit;
  font-size: inherit;
  background-color: #387305;
  color: #fff;
  cursor: pointer; }

.user-welcome {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.2rem; }
  .user-welcome__img {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    object-fit: cover; }
  .user-welcome__text {
    font-size: 1.6rem;
    margin-right: auto;
    display: flex;
    align-items: center;
    gap: 6px; }
    .user-welcome__text ion-icon {
      display: block;
      width: 1.6rem;
      height: 1.6rem; }
    .user-welcome__text span {
      font-weight: 600; }
  .user-welcome__right {
    display: flex;
    align-items: center;
    gap: 1.6rem; }
  .user-welcome__btn {
    padding: 1.2rem 1.8rem;
    border: 1px solid #448c04;
    background-color: transparent;
    border-radius: 6px;
    color: #448c04;
    font-family: inherit;
    transition: all 0.2s;
    cursor: pointer;
    font-size: 1.2rem; }
    .user-welcome__btn:hover {
      background-color: #448c04;
      color: #e6e6e6; }
  .user-welcome__rank {
    background-color: var(--rank-dashboard-btn-bg);
    border: 1px solid var(--rank-dashboard-btn-border);
    border-radius: 0.8rem;
    padding: 0.8rem 1.2rem;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    text-decoration: none; }
    @media (max-width: 580px) {
      .user-welcome__rank {
        display: none; } }
    .user-welcome__rank img {
      display: block;
      width: 2.4rem; }
    .user-welcome__rank p {
      font-size: 1.8rem;
      color: #0f0f1f; }

.profile-progress {
  background-color: var(--util-bg);
  border-radius: 8px;
  padding: 36px;
  cursor: pointer; }
  @media (max-width: 360px) {
    .profile-progress {
      padding: 1.8rem; } }
  .profile-progress__header {
    display: flex;
    align-items: center;
    gap: 2.4rem;
    font-size: 2.4rem;
    color: var(--text-color);
    font-weight: 500; }
    .profile-progress__header ion-icon {
      display: block; }
  .profile-progress__num {
    text-align: right;
    color: #448c04; }
  .profile-progress__progress {
    height: 4px;
    background-color: #d9d9d9;
    border-radius: 10rem;
    position: relative;
    overflow: hidden; }
  .profile-progress__progress > * {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 60%;
    border-radius: 10rem;
    background-color: #448c04; }

.services-section {
  padding: 2.4rem;
  background-color: var(--services-bg);
  border: 1px solid var(--util-border);
  border-radius: 8px; }
  .services-section__header {
    display: flex;
    align-items: center;
    gap: 2.4rem;
    justify-content: space-between;
    margin-bottom: 2.4rem; }
  .services-section__heading {
    color: var(--text-color);
    font-weight: 600;
    font-size: 1.8rem; }
  .services-section__link {
    color: #448c04;
    text-decoration: none;
    font-weight: 400; }
  .services-section__services {
    display: flex;
    justify-content: center;
    gap: 5.6rem; }
    @media (max-width: 800px) {
      .services-section__services {
        gap: 3.6rem; } }
    @media (max-width: 620px) {
      .services-section__services {
        gap: 2.4rem; } }
    @media (max-width: 500px) {
      .services-section__services {
        justify-content: flex-start;
        overflow-x: scroll; }
        .services-section__services::-webkit-scrollbar {
          display: none; } }

.services-section-1__header {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  justify-content: space-between;
  margin-bottom: 2.4rem; }

.services-section-1__heading {
  color: var(--text-color);
  font-weight: 600;
  font-size: 2rem; }

.services-section-1__link {
  color: #448c04;
  text-decoration: none;
  font-weight: 400; }

.services-section-1__services {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 2.4rem; }
  @media (max-width: 1050px) {
    .services-section-1__services {
      grid-template-columns: repeat(8, 1fr); } }
  @media (max-width: 900px) {
    .services-section-1__services {
      grid-template-columns: repeat(6, 1fr); } }
  @media (max-width: 550px) {
    .services-section-1__services {
      grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 340px) {
    .services-section-1__services {
      grid-template-columns: repeat(3, 1fr); } }

.service {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: var(--text-color);
  cursor: pointer;
  white-space: nowrap; }
  .service__img {
    display: block;
    width: 3.6rem;
    height: 3.6rem; }

.status-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4.2rem;
  overflow-x: scroll; }
  .status-section::-webkit-scrollbar {
    display: none; }
  @media (max-width: 750px) {
    .status-section {
      gap: 2.4rem; } }
  @media (max-width: 500px) {
    .status-section {
      justify-content: flex-start; } }
  .status-section__status {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    align-items: center;
    max-width: 20rem;
    cursor: pointer; }
    @media (max-width: 750px) {
      .status-section__status {
        gap: 0.6rem; } }
  .status-section__img-box {
    border: 3px solid #448c04;
    width: 9rem;
    height: 9rem;
    border-radius: 50%;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 750px) {
      .status-section__img-box {
        width: 7rem;
        height: 7rem; } }
    .status-section__img-box img {
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      object-fit: cover; }
  .status-section__text {
    white-space: nowrap;
    font-size: 1.2rem; }

.quick-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem; }
  @media (max-width: 750px) {
    .quick-actions {
      display: flex;
      gap: 1.2rem;
      justify-content: flex-start;
      overflow-x: scroll; }
      .quick-actions::-webkit-scrollbar {
        display: none; } }

.quick-action {
  padding: 2.4rem;
  border-radius: 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; }
  @media (max-width: 750px) {
    .quick-action {
      flex: 0 0 28rem; } }
  .quick-action--1 {
    background-color: var(--service-bg-1); }
  .quick-action--2 {
    background-color: var(--service-bg-2); }
  .quick-action--3 {
    background-color: var(--service-bg-3); }
  .quick-action__icon-box {
    display: block;
    margin-bottom: 12px;
    background-color: #e6e6e6;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .quick-action__icon-box ion-icon {
      display: block;
      width: 2.4rem;
      height: 2.4rem; }
  .quick-action--1 .quick-action__icon-box ion-icon {
    color: #f9a21b; }
  .quick-action--2 .quick-action__icon-box ion-icon {
    color: #387305; }
  .quick-action--3 .quick-action__icon-box ion-icon {
    color: #25b2e7; }
  .quick-action__heading {
    font-weight: 700;
    margin-bottom: 2px; }
  .quick-action--1 .quick-action__heading {
    color: #f9a21b; }
  .quick-action--2 .quick-action__heading {
    color: #397305; }
  .quick-action--3 .quick-action__heading {
    color: #25b2e7; }
  .quick-action__text {
    font-size: 1.2rem;
    color: var(--text-color);
    font-weight: 500;
    margin-bottom: 1.6rem; }
  .quick-action__link:link, .quick-action__link:visited {
    display: inline-block;
    padding: 1.2rem 2.4rem;
    font-size: 1.2rem;
    color: #e6e6e6;
    border-radius: 6px;
    text-decoration: none; }
  .quick-action--1 .quick-action__link {
    background-color: #f9a21b !important; }
  .quick-action--2 .quick-action__link {
    background-color: #397305 !important; }
  .quick-action--3 .quick-action__link {
    background-color: #25b2e7 !important; }

.transactions-section {
  display: flex;
  flex-direction: column;
  gap: 1.6rem; }
  .transactions-section__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.4rem; }
  .transactions-section__link {
    text-decoration: none;
    color: #448c04;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    flex-shrink: 0;
    white-space: nowrap; }
    .transactions-section__link::after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background-color: currentColor; }
  .transactions-section__footer {
    text-align: center; }

.refer-section {
  display: flex;
  flex-direction: column;
  gap: 1.8rem; }
  .refer-section__block {
    display: flex;
    align-items: center;
    gap: 2.4rem; }
    @media (max-width: 600px) {
      .refer-section__block {
        flex-direction: column;
        gap: 1.8rem; } }
    .refer-section__block > div:first-child {
      flex: 1;
      padding: 1.6rem;
      font-size: 1.6rem;
      border: 1px solid #448c04;
      border-radius: 10rem;
      color: #448c04;
      text-align: center; }
      .refer-section__block > div:first-child a:link, .refer-section__block > div:first-child a:visited {
        color: #448c04;
        text-decoration: underline; }

.info-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem; }
  @media (max-width: 950px) {
    .info-section {
      grid-template-columns: 1fr; }
      .info-section > *:last-child {
        display: none !important; } }

.info {
  position: relative;
  padding: 5.6rem;
  border-radius: 2.4rem;
  overflow: hidden; }
  @media (max-width: 1100px) {
    .info {
      padding: 3.2rem; } }
  .info--1 {
    color: #6d460a; }
  .info--2 {
    color: #ffffff; }
  .info__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    object-position: bottom right; }
  .info__main {
    display: flex;
    flex-direction: column;
    gap: 0.8rem; }
  .info__heading {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3; }

.dashboard-banners {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem; }
  @media (max-width: 950px) {
    .dashboard-banners {
      grid-template-columns: 1fr; }
      .dashboard-banners > *:last-child {
        display: none !important; } }

.dashboard-banner {
  height: 15rem;
  position: relative;
  overflow: hidden;
  border-radius: 1.6rem; }
  .dashboard-banner__controls {
    position: absolute;
    bottom: 8px;
    right: 8px;
    z-index: 9;
    display: flex;
    align-items: center;
    gap: 4px; }
    .dashboard-banner__controls button {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 2.4rem;
      height: 2.4rem;
      border-radius: 50%;
      border: none;
      cursor: pointer;
      background-color: var(--body-bg); }
      .dashboard-banner__controls button ion-icon {
        display: block;
        color: var(--text-color); }
  .dashboard-banner__main {
    height: 15rem;
    position: relative;
    overflow: hidden;
    border-radius: 1.6rem; }
  .dashboard-banner__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    transition: all 0.4s; }

.dispute {
  display: flex;
  flex-direction: column;
  height: calc(100dvh - 7rem);
  overflow-y: hidden; }
  .dispute__main {
    flex: 1;
    height: calc(100dvh - 7rem - 8rem);
    padding: 2.4rem;
    display: flex;
    flex-direction: column;
    gap: 2.4rem; }
    @media (max-width: 450px) {
      .dispute__main {
        padding: 1.8rem 0; } }

.dispute-header {
  height: 8rem;
  background-color: var(--header-bg);
  padding: 1.6rem;
  display: flex;
  align-items: center;
  gap: 1.2rem; }
  .dispute-header__main {
    display: flex;
    flex-direction: column;
    gap: 6px; }
    .dispute-header__main p:first-child {
      font-weight: 600; }
  .dispute-header__img {
    display: block;
    height: 5rem;
    border-radius: 3px; }

.giftcards-pg {
  display: flex;
  align-items: flex-start;
  gap: 3.6rem; }
  @media (max-width: 1000px) {
    .giftcards-pg {
      flex-direction: column; } }
  .giftcards-pg__main {
    flex: 1; }
  .giftcards-pg__header {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 500px) {
      .giftcards-pg__header {
        flex-direction: column;
        gap: 1.8rem; } }
  .giftcards-pg__header-main {
    display: flex;
    align-items: center;
    gap: 2.4rem; }
  .giftcards-pg__heading {
    font-size: 2rem;
    font-weight: 700; }
  .giftcards-pg__header-right {
    width: 25rem; }
    @media (max-width: 500px) {
      .giftcards-pg__header-right {
        width: 100%; } }
  .giftcards-pg__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.4rem; }
    @media (max-width: 1000px) {
      .giftcards-pg__grid {
        grid-template-columns: repeat(4, 1fr); } }
    @media (max-width: 700px) {
      .giftcards-pg__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.2rem; } }
  .giftcards-pg__aside {
    flex: 0 0 35rem; }
    @media (max-width: 1000px) {
      .giftcards-pg__aside {
        width: 100%; } }
  .giftcards-pg__quick-actions {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem; }
    @media (max-width: 450px) {
      .giftcards-pg__quick-actions {
        grid-template-columns: 1fr; } }

.mt-giftcards {
  background-color: var(--header-bg);
  border-radius: 1.2rem;
  overflow: hidden; }
  .mt-giftcards__header {
    padding: 1.2rem 2.4rem;
    background-color: var(--mt-giftcards-header); }
  .mt-giftcards__cards {
    display: flex;
    flex-direction: column;
    height: 17.5rem;
    overflow-y: scroll; }
    .mt-giftcards__cards::-webkit-scrollbar {
      display: none; }
  .mt-giftcards__card {
    display: flex;
    gap: 1.6rem;
    align-items: center;
    padding: 1.2rem 2.4rem;
    cursor: pointer; }
    .mt-giftcards__card:nth-child(odd) {
      background-color: var(--currency-bg-2); }
    .mt-giftcards__card:nth-child(even) {
      background-color: var(--currency-bg-1); }
  .mt-giftcards__card-img {
    display: block;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    object-fit: cover; }

.giftcard-block {
  margin-left: 9.6rem;
  width: 50rem;
  max-width: 100%; }
  @media (max-width: 800px) {
    .giftcard-block {
      margin-left: 4.8rem; } }
  @media (max-width: 500px) {
    .giftcard-block {
      margin-left: 0; } }
  .giftcard-block__countries {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.4rem; }
    @media (max-width: 500px) {
      .giftcard-block__countries {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1.6rem; } }
  .giftcard-block__country {
    border: 2px solid var(--border);
    padding: 1.2rem;
    background-color: var(--header-bg);
    cursor: pointer;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    gap: 1.2rem; }
    .giftcard-block__country--active {
      border: 2px solid #448c04; }
  .giftcard-block__country-img {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%; }
  .giftcard-block__receipts {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1.2rem; }
  .giftcard-block__receipt {
    display: flex;
    align-items: center;
    gap: 1.2rem; }
  .giftcard-block__receipt-text {
    flex: 1;
    border: 1.5px solid var(--border);
    padding: 1.2rem 0;
    text-align: center;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer; }
  .giftcard-block__receipt--active .giftcard-block__receipt-text {
    border: 1.5px solid #448c04; }
  .giftcard-block__form {
    display: flex;
    flex-direction: column;
    gap: 1.8rem; }
  .giftcard-block__denominations {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.8rem; }
  .giftcard-block__denomination {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 1.2rem; }
  .giftcard-block__denomination-text {
    flex: 1;
    border: 1.5px solid var(--border);
    padding: 8px;
    text-align: center;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap; }
  .giftcard-block__denomination--active .giftcard-block__denomination-text {
    border: 1.5px solid #659837; }
  .giftcard-block__indemnity {
    text-align: justify;
    font-weight: 600;
    background-color: var(--info-bg);
    color: #448c04;
    padding: 2.4rem;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 6px; }
    .giftcard-block__indemnity a:link, .giftcard-block__indemnity a:visited {
      color: #448c04;
      font-weight: 700; }
  .giftcard-block__rab {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 2.4rem; }
  .giftcard-block__rab-div {
    background-color: var(--form-button-inactive-bg);
    padding: 0 16px;
    border-radius: 8px;
    height: 48px;
    display: flex;
    align-items: center; }
  .giftcard-block__giftcards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem; }
    @media (max-width: 450px) {
      .giftcard-block__giftcards {
        grid-template-columns: repeat(2, 1fr); } }
  .giftcard-block__giftcard {
    height: 15rem;
    background-color: var(--form-button-inactive-bg);
    cursor: pointer;
    border-radius: 6px;
    overflow: hidden;
    position: relative; }
    .giftcard-block__giftcard img {
      width: 100%;
      height: 200px;
      object-fit: cover; }
    .giftcard-block__giftcard--add {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      color: var(--form-button-inactive-text-color);
      text-transform: uppercase; }
      .giftcard-block__giftcard--add ion-icon {
        display: block;
        width: 1.8rem;
        height: 1.8rem; }
  .giftcard-block__giftcard-action {
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    background-color: #fa5252;
    border-radius: 3px;
    border: none;
    cursor: pointer; }
    .giftcard-block__giftcard-action ion-icon {
      color: #fff;
      display: block;
      width: 1.8rem;
      height: 1.8rem; }

.giftcard-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.8rem;
  margin-top: 2.4rem; }
  .giftcard-btns--left {
    justify-content: flex-start; }
  .giftcard-btns button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 1.8rem 3.2rem;
    border-radius: 4px;
    font-family: inherit;
    cursor: pointer;
    border: none; }
    .giftcard-btns button ion-icon {
      display: block; }
    .giftcard-btns button:nth-child(1) {
      background-color: rgba(57, 115, 5, 0.2);
      color: #397305; }
    .giftcard-btns button:nth-child(2) {
      background-color: var(--form-button-inactive-bg);
      color: var(--form-button-inactive-text-color); }
      .giftcard-btns button:nth-child(2).active {
        color: #fff;
        background-color: #448c04; }

.gcurrency-resolve {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: var(--body-bg);
  z-index: 99999999;
  width: 50rem;
  max-width: calc(100dvw - 4.8rem);
  height: 55rem;
  max-height: 90dvh;
  border-radius: 2.4rem;
  padding: 3.2rem 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s; }
  .gcurrency-resolve.open {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    pointer-events: all; }
  .gcurrency-resolve__header {
    display: flex;
    align-items: center; }
  .gcurrency-resolve__close {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: none;
    cursor: pointer; }
    .gcurrency-resolve__close ion-icon {
      display: block;
      width: 2.4rem;
      height: 2.4rem;
      color: var(--text-color); }
  .gcurrency-resolve__heading {
    flex: 1;
    text-align: center;
    font-size: 2rem;
    font-weight: 700; }

.gcurrency-resolve-block {
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  border-radius: 1.6rem;
  background-color: var(--body-bg);
  box-shadow: 0 8px 64px var(--shadow-bg);
  max-height: 55rem; }

.dashboard-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999999; }
  .dashboard-popup__close {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.8rem;
    height: 4.8rem;
    background-color: #ffffff;
    border-radius: 50%;
    cursor: pointer; }
    .dashboard-popup__close ion-icon {
      display: block;
      width: 2.4rem;
      height: 2.4rem;
      color: #e53935; }
  .dashboard-popup__img {
    display: block;
    max-height: 60vh;
    max-width: calc(90vw - 2.4rem);
    border-radius: 2.4rem; }
    @media (min-width: 500px) {
      .dashboard-popup__img.desktop {
        display: block; } }
    @media (max-width: 500px) {
      .dashboard-popup__img.desktop {
        display: none; } }
    @media (min-width: 500px) {
      .dashboard-popup__img.mobile {
        display: none; } }
    @media (max-width: 500px) {
      .dashboard-popup__img.mobile {
        display: block; } }

.featured-section {
  padding: 4.8rem 0 0; }
  .featured-section__main {
    width: 87.2rem;
    max-width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 1.6rem; }
  .featured-section__header {
    display: flex;
    align-items: center;
    gap: 1.6rem; }
  .featured-section__header-line {
    flex: 1;
    height: 1px;
    background-color: var(--featured-heading-color); }
  .featured-section__heading {
    font-size: 2rem;
    font-weight: 600;
    font-family: "Sora", sans-serif;
    color: var(--featured-heading-color); }
  .featured-section__featured {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.4rem; }
    @media (max-width: 550px) {
      .featured-section__featured {
        grid-template-columns: repeat(2, 1fr); } }
  .featured-section__feature {
    height: 8rem;
    border-radius: 0.8rem;
    padding: 2.4rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--util-bg);
    transition: all 0.3s; }
    .featured-section__feature svg {
      display: block;
      width: 100%;
      max-height: 100%;
      color: var(--featured-color);
      transition: all 0.3s; }
    .featured-section__feature:hover {
      background-color: #448c04; }
      .featured-section__feature:hover svg {
        color: var(--featured-active-color); }

.features-section {
  padding: 4.8rem 0; }
  .features-section__container {
    display: flex;
    flex-direction: column;
    gap: 2rem; }
  .features-section__description {
    width: 25%;
    color: var(--text-color);
    font-size: 1.5rem; }
  .features-section__features {
    display: flex;
    gap: 1.6rem;
    overflow-x: scroll; }
    .features-section__features::-webkit-scrollbar {
      display: none; }
    .features-section__features > div {
      flex: 1; }
      @media (max-width: 1100px) {
        .features-section__features > div {
          flex: 0 0 30rem; } }

.hv-card {
  width: 125.2rem;
  max-width: calc(100vw - 4.8rem);
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20rem;
  padding: 5.6rem;
  border-radius: 1.6rem;
  background-color: var(--vcard-home-bg); }
  @media (max-width: 1250px) {
    .hv-card {
      gap: 10rem; } }
  @media (max-width: 1250px) {
    .hv-card {
      gap: 4.8rem; } }
  @media (max-width: 900px) {
    .hv-card {
      flex-direction: column;
      gap: 10rem; } }
  @media (max-width: 550px) {
    .hv-card {
      padding: 3.6rem;
      gap: 4.8rem; } }
  .hv-card__header {
    display: flex;
    flex-direction: column;
    margin-bottom: 2.4rem; }
  .hv-card__sub-heading {
    font-size: 1.8rem;
    font-family: "Sora", sans-serif;
    font-weight: 700;
    color: #a6a6a6; }
  .hv-card__heading {
    font-size: 2.8rem;
    font-weight: 700;
    font-family: "Sora", sans-serif;
    color: var(--vcard-heading-color); }
  .hv-card__body {
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
    color: var(--vcard-text-color);
    margin-bottom: 4rem; }
  .hv-card__button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    padding: 1.6rem 4rem;
    border-radius: 0.8rem;
    cursor: pointer;
    color: #ffffff;
    border: none;
    background-color: #448c04;
    font-family: inherit; }
    .hv-card__button svg {
      display: block; }
  .hv-card__img {
    display: block;
    width: 45.6rem; }
    @media (max-width: 1250px) {
      .hv-card__img {
        width: 40rem; } }
    @media (max-width: 1000px) {
      .hv-card__img {
        width: 35rem; } }
    @media (max-width: 900px) {
      .hv-card__img {
        width: 50rem; } }
    @media (max-width: 550px) {
      .hv-card__img {
        width: 100%; } }

.market-section {
  padding: 4.8rem 0; }
  .market-section__container {
    display: flex;
    flex-direction: column;
    gap: 2rem; }
  .market-section__coins-grid {
    display: flex;
    gap: 1.6rem;
    overflow-x: scroll; }
    .market-section__coins-grid::-webkit-scrollbar {
      display: none; }
    .market-section__coins-grid > div {
      flex: 1; }

.cta-section {
  padding: 4.8rem 0; }

.cta {
  background-color: var(--why-choose-bg);
  border-radius: 2.4rem; }
  .cta__main {
    padding: 0 4.8rem; }
    @media (max-width: 500px) {
      .cta__main {
        padding: 0 1.2rem; } }
  .cta__main-img {
    height: 20rem;
    transform: translateY(-25%); }
  .cta__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4.8rem;
    padding: 0 2.4rem;
    color: #e6e6e6; }
    @media (max-width: 1100px) {
      .cta__grid {
        gap: 4.8rem; } }
    @media (max-width: 1050px) {
      .cta__grid {
        grid-template-columns: 1fr; } }
    @media (max-width: 500px) {
      .cta__grid {
        padding: 0 1.2rem; } }
  .cta__heading {
    font-size: 1.8rem;
    margin-bottom: 1.2rem; }
  .cta__sub-heading {
    font-size: 1.6rem;
    margin-bottom: 0.8rem; }
  .cta__text {
    font-size: 1.4rem;
    margin-bottom: 3.6rem; }
  .cta__link:link, .cta__link:visited {
    display: inline-block;
    padding: 1.2rem 3.6rem;
    border-radius: 100px;
    color: #141414;
    background-color: #e6e6e6;
    font-weight: 600;
    text-decoration: none; }
  .cta__link-2:link, .cta__link-2:visited {
    text-decoration: underline;
    color: #e6e6e6; }
  .cta__footer-1 {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    color: #e6e6e6; }
  .cta__footer {
    text-align: right;
    margin-top: -5rem; }
  .cta__footer-img {
    height: 20rem;
    display: inline; }
  .cta__info {
    display: flex;
    gap: 1.2rem; }
  .cta__info-icon-block img {
    height: 3.6rem; }

.influencers-section__container {
  padding-top: 5.6rem;
  padding-bottom: 5.6rem;
  background-color: var(--header-bg); }

.influencers-section__img {
  display: block;
  width: 100%;
  object-fit: cover; }

.influencer-join-section {
  padding: 9.6rem 0; }

.ijcard {
  position: relative;
  padding: 9.6rem;
  color: #fff;
  border-radius: 3rem;
  overflow: hidden; }
  @media (max-width: 1200px) {
    .ijcard {
      padding: 9.6rem 4.8rem; } }
  @media (max-width: 600px) {
    .ijcard {
      padding: 4.8rem; } }
  @media (max-width: 400px) {
    .ijcard {
      padding: 2.4rem; } }
  .ijcard__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    display: block;
    z-index: -1; }
    @media (max-width: 750px) {
      .ijcard__bg {
        object-fit: cover; } }
  .ijcard__top-heading {
    font-family: Sora;
    font-size: 2rem;
    margin-bottom: 2.4rem; }
  .ijcard__main {
    display: flex;
    gap: 5.6rem; }
    @media (max-width: 1200px) {
      .ijcard__main {
        flex-direction: column;
        gap: 2.4rem; } }
    .ijcard__main > * {
      flex: 1; }
  .ijcard__heading {
    font-family: Sora;
    font-size: 3.6rem;
    font-weight: 600;
    letter-spacing: -0.054rem;
    color: #f2f2f2; }
    @media (max-width: 500px) {
      .ijcard__heading {
        font-size: 2.8rem; } }
  .ijcard__text {
    color: #f2f2f2;
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 3.6rem; }
    @media (max-width: 500px) {
      .ijcard__text {
        font-size: 1.8rem; } }
  .ijcard__button {
    border-radius: 0.8rem;
    background-color: #fff;
    padding: 1.6rem 4.5rem;
    border-radius: 0.8rem;
    font-family: inherit;
    font-weight: 500;
    cursor: pointer;
    border: none;
    color: #0f0f1f; }

.socials-section {
  padding: 4.8rem 0; }
  .socials-section__socials {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.4rem; }
    @media (max-width: 900px) {
      .socials-section__socials {
        gap: 1.2rem; } }
    @media (max-width: 750px) {
      .socials-section__socials {
        grid-template-columns: repeat(2, 1fr);
        gap: 4.8rem; } }
    @media (max-width: 500px) {
      .socials-section__socials {
        grid-template-columns: 1fr; } }
  .socials-section__social:link, .socials-section__social:visited {
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.3s;
    padding: 2.4rem;
    text-decoration: none;
    display: block; }
  .socials-section__social:hover {
    box-shadow: 0 1.5rem 4rem var(--shadow-bg); }
  .socials-section__social-img {
    display: inline-block;
    width: 3.2rem;
    margin-bottom: 2.4rem; }
  .socials-section__social-heading {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
    font-weight: 700;
    color: var(--text-color); }
  .socials-section__social-description {
    color: var(--text-color);
    font-weight: 300; }

.testimonials-section {
  padding: 4.8rem 0; }
  .testimonials-section__header {
    text-align: center;
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 3.6rem; }

.not-found {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .not-found__main {
    width: 130rem;
    max-width: 100%;
    position: relative;
    padding: 0 2.4rem;
    display: flex;
    flex-direction: column;
    gap: 2.4rem; }
  .not-found__error-text {
    position: absolute;
    top: -1rem;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 9.6rem;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 800;
    color: var(--not-found-error-text-color);
    z-index: -1; }
  .not-found__img-block {
    text-align: center; }
  .not-found__img {
    display: inline-block;
    height: 30rem;
    max-width: 100%; }
    @media (max-width: 400px) {
      .not-found__img {
        height: 25rem; } }
  .not-found__text {
    text-align: center; }
  .not-found__btn-group {
    display: flex;
    justify-content: center;
    gap: 2.4rem; }
  .not-found__btn {
    display: inline-block;
    background-color: #3f7e05;
    color: #e6e6e6;
    border-radius: 6px;
    padding: 1.2rem 3.6rem;
    text-decoration: none;
    text-align: center; }
    @media (max-width: 350px) {
      .not-found__btn {
        padding: 1.2rem 2.4rem; } }

.order-details {
  height: calc(100dvh - 7rem);
  overflow: hidden;
  position: relative; }
  .order-details::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: calc((100dvw - 140rem) / 2 + 90rem);
    background-color: var(--header-bg);
    z-index: -1; }
  @media (max-width: 1400px) {
    .order-details::after {
      display: none; } }
  .order-details__main {
    max-width: 140rem;
    margin: auto;
    height: 100%;
    display: flex; }
  .order-details__left {
    flex: 0 0 35rem;
    padding: 2.4rem;
    overflow-y: auto; }
    .order-details__left::-webkit-scrollbar {
      width: 5px; }
    .order-details__left::-webkit-scrollbar-track {
      background: var(--currencies-scrollbar-track); }
    .order-details__left::-webkit-scrollbar-thumb {
      background: var(--currencies-scrollbar-thumb); }
    @media (max-width: 900px) {
      .order-details__left {
        flex: 1; } }
  .order-details__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px; }
  .order-details__heading {
    font-size: 2rem;
    font-weight: 600; }
  .order-details__hash {
    display: flex;
    align-items: center;
    gap: 1.2rem; }
  .order-details__info {
    display: flex;
    flex-direction: column;
    gap: 0.8rem; }
  .order-details__type {
    background-color: #0f5ffc;
    color: #fff;
    padding: 6px 1.2rem;
    font-family: inherit;
    border: none; }
  .order-details__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem; }
  .order-details__amt-block {
    display: flex;
    flex-direction: column; }
  .order-details__amt-heading {
    font-weight: 400; }
  .order-details__amt {
    font-size: 2.4rem;
    font-weight: 700; }
  .order-details__right {
    flex: 1;
    background-color: var(--header-bg);
    padding: 2.4rem 0 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 2.4rem; }
    .order-details__right--centered {
      display: flex;
      align-items: center;
      justify-content: center; }
    @media (max-width: 900px) {
      .order-details__right {
        position: fixed;
        top: 7rem;
        left: 0;
        width: 100dvw;
        height: calc(100dvh - 7rem);
        padding-top: 0;
        transform: translateX(100%);
        transition: all 0.3s; }
        .order-details__right--show {
          transform: translateX(0); } }
  .order-details__back {
    padding: 1.2rem;
    cursor: pointer;
    background-color: var(--body-bg);
    font-size: 1.6rem;
    display: none;
    align-items: center;
    gap: 1.2rem; }
    @media (max-width: 900px) {
      .order-details__back {
        display: flex; } }
  .order-details__chat-block {
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    padding: 0 2.4rem; }
    @media (max-width: 450px) {
      .order-details__chat-block {
        padding: 0 1.2rem; } }
    .order-details__chat-block::-webkit-scrollbar {
      width: 5px; }
    .order-details__chat-block::-webkit-scrollbar-track {
      background: var(--currencies-scrollbar-track); }
    .order-details__chat-block::-webkit-scrollbar-thumb {
      background: var(--currencies-scrollbar-thumb); }
  .order-details__chat-footer {
    padding: 0 2.4rem; }
    @media (max-width: 450px) {
      .order-details__chat-footer {
        padding: 0 1.2rem; } }

.chat {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  width: 40rem;
  max-width: 80%; }
  .chat--right {
    direction: rtl;
    margin-left: auto;
    padding-right: 0; }
  .chat__img {
    flex-shrink: 0;
    display: block;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%; }
  .chat__msg {
    display: flex;
    flex-direction: column;
    gap: 3px; }
  .chat__main {
    flex: 1;
    padding: 1.2rem;
    border-radius: 6px;
    text-align: left;
    max-width: fit-content;
    background-color: var(--chat-bg);
    color: var(--text-color);
    display: flex;
    flex-direction: column;
    gap: 6px; }
  .chat--right .chat__main {
    background-color: var(--chat-bg-1);
    border: 1px solid var(--chat-bg-1-border);
    color: var(--text-color); }
  .chat__imgs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 6px;
    height: 30rem;
    width: 30rem;
    direction: ltr; }
    @media (max-width: 36rem) {
      .chat__imgs {
        width: 100%;
        height: 20rem; } }
    .chat__imgs > div {
      overflow: hidden;
      cursor: pointer;
      position: relative; }
    .chat__imgs--1 > div:nth-child(1) {
      grid-row: 1 / -1;
      grid-column: 1 / -1; }
    .chat__imgs--2 > div:nth-child(1) {
      grid-row: 1;
      grid-column: 1 / -1; }
    .chat__imgs--2 > div:nth-child(2) {
      grid-row: 2;
      grid-column: 1 / -1; }
    .chat__imgs--3 > div:nth-child(1) {
      grid-row: 1 / -1;
      grid-column: 1; }
    .chat__imgs--3 > div:nth-child(2) {
      grid-row: 1;
      grid-column: 2; }
    .chat__imgs--3 > div:nth-child(3) {
      grid-row: 2;
      grid-column: 2; }
    .chat__imgs img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .chat__img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    cursor: pointer; }
  .chat__time {
    font-size: 1.1rem;
    direction: ltr; }
  .chat--right .chat__time {
    text-align: right; }

.chat-form {
  height: 48px;
  width: 100%;
  display: flex;
  gap: 1.2rem;
  padding: 6px;
  border: 1px solid var(--border);
  background-color: var(--header-bg);
  border-radius: 1.2rem; }
  .chat-form input {
    flex: 1;
    font-family: inherit;
    color: var(--text-color);
    padding-left: 1.2rem;
    outline: none;
    min-width: 0;
    background-color: transparent;
    border: none; }
  .chat-form__send-img {
    cursor: pointer; }
    .chat-form__send-img ion-icon {
      width: 3.2rem;
      height: 100%;
      color: #397305; }
  .chat-form button {
    display: inline-block;
    background-color: #397305;
    color: #fff;
    border-radius: 8px;
    width: 10rem;
    border: none;
    font-family: inherit; }

.order-action {
  display: block;
  padding: 1.2rem 2.4rem;
  border: none;
  font-family: inherit;
  border-radius: 6px;
  cursor: pointer; }
  .order-action--success {
    background-color: rgba(81, 207, 102, 0.3);
    color: #51cf66; }
  .order-action--danger {
    background-color: rgba(255, 107, 107, 0.3);
    color: #ff6b6b; }
  .order-action--primary {
    background-color: rgba(15, 95, 252, 0.3);
    color: #0f5ffc; }
  @media (min-width: 901px) {
    .order-action--mobile {
      display: none; } }

.orders-transactions__header {
  display: flex;
  flex-direction: column;
  gap: 1.8rem; }

.orders-transactions__heading {
  font-size: 2rem;
  font-weight: 600; }

.orders-transactions__header-main {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.orders-transactions__header-right {
  flex: 0 0 25rem; }

@media (min-width: 901px) {
  .orders-transactions__filter {
    display: none !important; } }

@media (max-width: 360px) {
  .orders-transactions__filter span {
    display: none !important; } }

.pay-bills {
  display: flex;
  align-items: flex-start;
  gap: 3.6rem; }
  .pay-bills__main {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    min-width: 0; }
  @media (min-width: 501px) {
    .pay-bills__filter {
      display: none !important; } }
  .pay-bills__header {
    display: flex;
    flex-direction: column;
    gap: 6px; }
  .pay-bills__heading {
    font-size: 2.4rem;
    font-weight: 600; }
  .pay-bills__description {
    font-weight: 500; }
  .pay-bills__services {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.4rem; }
    @media (max-width: 1100px) {
      .pay-bills__services {
        gap: 1.2rem; } }
    @media (max-width: 650px) {
      .pay-bills__services {
        grid-template-columns: repeat(2, 1fr); } }
  .pay-bills__service {
    padding: 2.4rem 2.4rem 0;
    height: 30rem;
    cursor: pointer;
    color: #fff;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 6px; }
    @media (max-width: 650px) {
      .pay-bills__service {
        height: 27rem;
        padding: 1.8rem 1.8rem 0; } }
    .pay-bills__service--1 {
      background-color: #5db013; }
    .pay-bills__service--2 {
      background-color: #000000; }
    .pay-bills__service--3 {
      background-color: #1ba6f9; }
    .pay-bills__service--4 {
      background-color: #ffaf34; }
  .pay-bills__service-img-box {
    display: flex;
    justify-content: center;
    margin-top: auto; }
    .pay-bills__service-img-box img {
      display: block;
      width: 90%; }
      @media (max-width: 650px) {
        .pay-bills__service-img-box img {
          width: 50%; } }
      @media (max-width: 450px) {
        .pay-bills__service-img-box img {
          width: 80%; } }
  .pay-bills__service-heading {
    font-size: 1.6rem;
    font-weight: 600; }
  .pay-bills__service-text {
    width: 90%; }
  .pay-bills__transactions {
    display: flex;
    flex-direction: column;
    gap: 2.4rem; }
  .pay-bills__transactions-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem; }
  .pay-bills__infos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem; }
    @media (max-width: 650px) {
      .pay-bills__infos {
        display: flex;
        overflow-x: scroll; }
        .pay-bills__infos::-webkit-scrollbar {
          display: none; } }
  .pay-bills__info {
    padding: 3.2rem;
    border-radius: 5px;
    position: relative; }
    @media (max-width: 700px) {
      .pay-bills__info {
        padding: 2.4rem; } }
    @media (max-width: 650px) {
      .pay-bills__info {
        flex: 0 0 35rem; } }
    .pay-bills__info--1 {
      background-color: var(--header-bg); }
    .pay-bills__info--2 {
      background-color: var(--pay-bills-info-bg-2); }
    .pay-bills__info img {
      display: block;
      height: 6rem;
      position: absolute;
      top: 1.2rem;
      right: 1.2rem; }
  .pay-bills__info-main {
    width: 85%; }
  .pay-bills__info-heading {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1.2rem; }
  .pay-bills__info-text {
    margin-bottom: 2.4rem; }
  .pay-bills__info-link:link, .pay-bills__info-link:visited {
    display: flex;
    align-items: flex-end;
    gap: 1.6rem;
    color: #448c04;
    text-decoration: none; }
  .pay-bills__info-link span::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: currentColor; }
  .pay-bills__info-link ion-icon {
    display: block;
    width: 1.8rem;
    height: 1.8rem; }
  .pay-bills__right {
    flex: 0 0 30rem;
    background-color: var(--header-bg);
    border-radius: 6px;
    padding: 1.2rem; }
    @media (max-width: 1100px) {
      .pay-bills__right {
        flex: 0 0 25rem; } }
    @media (max-width: 1000px) {
      .pay-bills__right {
        display: none; } }
  .pay-bills__wallet-block {
    padding: 2.4rem 3.2rem;
    background-color: var(--pay-bills-right-header-bg);
    font-weight: 600;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin-bottom: 2.4rem; }
    @media (max-width: 1100px) {
      .pay-bills__wallet-block {
        padding: 2.4rem; } }
  .pay-bills__wallet-label {
    font-size: 1.6rem; }
  .pay-bills__wallet-balance {
    font-size: 3.6rem; }
  .pay-bills__right-info {
    padding: 3.6rem 2.4rem;
    background-color: var(--pay-bills-right-info-bg); }
    @media (max-width: 1100px) {
      .pay-bills__right-info {
        padding: 2.4rem; } }
  .pay-bills__right-info-heading {
    font-size: 2rem;
    margin-bottom: 1.2rem; }
  .pay-bills__right-info-text {
    font-size: 1.2rem; }
  .pay-bills__right-info-img-block {
    text-align: right; }
    .pay-bills__right-info-img-block img {
      display: inline-block;
      width: 70%; }

.pay-bills-block {
  width: 45rem;
  max-width: 95%;
  margin: 4.8rem auto 9.6rem;
  padding: 3.2rem;
  background-color: var(--header-bg);
  border-radius: 1.2rem; }
  .pay-bills-block--fh {
    min-height: 45rem; }
  .pay-bills-block__header {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin-bottom: 3.2rem; }
    .pay-bills-block__header img {
      display: block;
      width: 3.6rem;
      height: 3.6rem; }
  .pay-bills-block__back {
    cursor: pointer; }
    .pay-bills-block__back ion-icon {
      display: block;
      width: 2.4rem;
      height: 2.4rem;
      color: #448c04; }
  .pay-bills-block__header-2 {
    margin-bottom: 3.6rem; }
  .pay-bills-block__heading {
    font-weight: 700;
    font-size: 1.8rem; }
  .pay-bills-block__heading-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    font-size: 2rem;
    font-weight: 700; }
    .pay-bills-block__heading-2 span {
      cursor: pointer; }
      .pay-bills-block__heading-2 span ion-icon {
        display: block; }
  .pay-bills-block__subheading {
    text-align: center; }
  .pay-bills-block__form {
    display: flex;
    flex-direction: column;
    gap: 1.8rem; }
  .pay-bills-block__infos {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin-bottom: 3.6rem; }
  .pay-bills-block__info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4.8rem; }
    .pay-bills-block__info p:first-child {
      text-align: right; }
  .pay-bills-block__success-heading {
    font-size: 1.8rem;
    color: #448c04;
    font-weight: 700;
    text-align: center;
    margin-bottom: 12px; }
  .pay-bills-block__success-text {
    text-align: center; }
    .pay-bills-block__success-text span {
      font-weight: 500; }
  .pay-bills-block__services {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.8rem; }
  .pay-bills-block__service {
    height: 8rem;
    background-color: #f5f5f5;
    border-radius: 1.2rem;
    cursor: pointer;
    padding: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
    .pay-bills-block__service img {
      display: block;
      height: 100%;
      max-width: 100%;
      object-fit: contain;
      border-radius: 0.8rem; }
    .pay-bills-block__service--active {
      background-color: none;
      border: 1px solid #448c04; }
  .pay-bills-block__service-img {
    display: block;
    width: 8rem;
    height: 8rem; }

.bill-service {
  padding: 2.4rem;
  height: 30rem;
  cursor: pointer;
  color: #fff;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
  overflow: hidden; }
  .bill-service--loader {
    background-color: var(--util-bg); }
  .bill-service__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    z-index: -1; }
  .bill-service__heading {
    font-size: 1.6rem;
    font-weight: 600; }
  .bill-service__text {
    width: 90%; }

.rates {
  display: flex;
  flex-direction: column;
  gap: 2.4rem; }
  .rates__block {
    display: flex;
    flex-direction: column;
    gap: 1.8rem; }
  .rates__heading {
    text-transform: uppercase;
    font-size: 1.8rem; }
  .rates__coin {
    display: flex;
    align-items: center;
    gap: 1.6rem; }
    .rates__coin img {
      display: block;
      width: 3.6rem; }

.rate-table {
  width: 100%;
  border-collapse: collapse; }
  .rate-table tr {
    cursor: pointer;
    border-top: 1px solid var(--accordion-border); }
    .rate-table tr:hover {
      background-color: var(--accordion-hover); }
  .rate-table thead tr {
    border: none; }
  .rate-table th {
    text-align: left;
    text-transform: uppercase;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    padding-right: 1.2rem;
    white-space: nowrap; }
    .rate-table th:first-child {
      padding-left: 2.4rem; }
  .rate-table td {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    font-size: 1.4rem;
    font-weight: 500;
    white-space: nowrap;
    padding-right: 2.4rem; }
    .rate-table td:first-child {
      padding-left: 2.4rem;
      padding-right: 9.6rem; }
    .rate-table td:last-child {
      padding-right: 1.2rem; }

.register {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  display: flex; }
  .register__left {
    background-color: #3f7e05;
    overflow: hidden;
    width: 45rem;
    padding: 4.8rem 3.6rem;
    position: relative; }
  .register__logo-box {
    text-align: center;
    margin-bottom: 5.6rem; }
    .register__logo-box img {
      height: 4.5rem;
      display: inline-block; }
  .register__steps {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .register__copyright {
    position: absolute;
    bottom: 4.8rem;
    color: #e6e6e6;
    padding-right: 4.8rem;
    text-align: center; }
    .register__copyright span {
      color: red; }
  .register__main {
    flex: 1;
    overflow-x: hidden;
    overflow-y: scroll;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 0 2.4rem; }
    .register__main::-webkit-scrollbar {
      display: none; }
  .register__main-content {
    width: 100%;
    max-width: 40rem;
    margin: auto; }
  .register__heading {
    text-align: center;
    font-weight: 500;
    font-size: 2.4rem;
    margin-bottom: 0.6rem; }
    .register__heading span {
      font-style: italic; }
  .register__heading-sub-text {
    text-align: center; }
  .register__img-box {
    text-align: center;
    padding-top: 4.8rem; }
    .register__img-box img {
      display: inline-block;
      height: 4.8rem; }
  .register__form {
    padding-bottom: 4.8rem; }
  .register__resend-code {
    text-align: center; }
    .register__resend-code span {
      color: #448c04;
      display: inline-block;
      border-bottom: 1px solid rgba(68, 140, 4, 0.6);
      cursor: pointer; }
  .register__dob-input-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem; }
    .register__dob-input-group > * {
      flex: 1; }
  .register__pin-input-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem; }
  .register__pin-input-group-2 {
    display: flex;
    align-items: center;
    gap: 1.2rem; }
  .register__pin-input {
    display: block;
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 0.6rem;
    border: 1px solid var(--border);
    background-color: var(--form-bg);
    text-align: center;
    outline: none;
    font-family: inherit;
    color: var(--text-color); }
  .register__form-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.8rem; }
  @media (max-width: 1050px) {
    .register__left {
      display: none; } }

.register-step {
  display: flex;
  gap: 1.2rem;
  width: 30rem; }
  .register-step__left {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .register-step__btn {
    display: block;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    background-color: transparent;
    border: 3px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center; }
    .register-step__btn ion-icon {
      display: none;
      width: 1.4rem;
      height: 1.4rem;
      color: #3f7e05; }
    .register-step__btn::after {
      content: "";
      display: block;
      width: 1.2rem;
      height: 1.2rem;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0.3); }
  .register-step--active .register-step__btn {
    border: 3px solid #e6e6e6; }
    .register-step--active .register-step__btn::after {
      background-color: #e6e6e6; }
  .register-step--completed .register-step__btn {
    background-color: #e6e6e6; }
    .register-step--completed .register-step__btn ion-icon {
      display: block; }
    .register-step--completed .register-step__btn::after {
      display: none; }
  .register-step__line {
    flex: 1;
    width: 3px;
    background-color: rgba(255, 255, 255, 0.3); }
  .register-step--completed .register-step__line {
    background-color: #e6e6e6; }
  .register-step:last-child .register-step__line {
    display: none; }
  .register-step__main {
    padding-bottom: 2.4rem; }
  .register-step:last-child .register-step__main {
    padding-bottom: 0; }
  .register-step__heading {
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 2px; }
  .register-step--completed .register-step__heading,
  .register-step--active .register-step__heading {
    color: #e6e6e6; }
  .register-step__text {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.3); }
  .register-step--completed .register-step__text,
  .register-step--active .register-step__text {
    color: #e6e6e6; }

.transaction-details {
  width: 50rem;
  max-width: 95%;
  margin: 4.8rem auto 9.6rem;
  background-color: var(--header-bg);
  padding: 2.4rem; }
  .transaction-details__back {
    margin-bottom: 1.2rem;
    cursor: pointer; }
    .transaction-details__back ion-icon {
      display: block;
      width: 1.6rem;
      height: 1.6rem;
      color: #bdbdbd; }
  .transaction-details__heading {
    font-size: 1.8rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem; }
    .transaction-details__heading span {
      cursor: pointer; }
      .transaction-details__heading span ion-icon {
        display: block; }
  .transaction-details__heading-subtext {
    color: #828282;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1.8rem; }
  .transaction-details__infos {
    background-color: var(--crypto-block-header); }
  .transaction-details__info {
    padding: 1.2rem 1.8rem;
    display: flex;
    align-items: center;
    gap: 1.2rem; }
    @media (max-width: 450px) {
      .transaction-details__info {
        flex-direction: column; } }
  .transaction-details__info-key {
    flex: 0 0 12rem;
    text-transform: uppercase; }
    @media (max-width: 450px) {
      .transaction-details__info-key {
        flex: initial; } }
  .transaction-details__info-right {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 1.2rem; }
  .transaction-details__info-text {
    word-break: break-all; }

.transactions-pg__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem; }
  @media (max-width: 420px) {
    .transactions-pg__header {
      flex-direction: column;
      gap: 1.2rem; } }

.transactions-pg__heading {
  font-size: 2.4rem;
  font-weight: 600; }

.transactions-pg__filters {
  display: flex;
  align-items: center;
  gap: 2.4rem; }

.transactions-pg__filter {
  display: flex;
  align-items: center;
  gap: 1.8rem; }

.user-blocked {
  position: absolute;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  background-size: cover;
  padding: 0 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2.4rem; }
  .user-blocked__img-block {
    text-align: center; }
  .user-blocked__img {
    display: inline-block;
    height: 6.5rem;
    margin-bottom: 2.4rem; }
  .user-blocked__main {
    height: 60dvh;
    width: 72rem;
    max-width: 100%;
    background-color: var(--header-bg);
    padding: 4.8rem 3.6rem;
    border-radius: 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .user-blocked__img {
    height: 12rem;
    margin-bottom: 3.6rem; }
  .user-blocked__heading {
    font-weight: 700;
    font-size: 2.4rem;
    margin-bottom: 1.2rem; }
  .user-blocked__text {
    text-align: center;
    margin-bottom: 3.6rem;
    max-width: 45rem; }
    .user-blocked__text span {
      color: #e53935;
      font-weight: 700; }
  .user-blocked__button {
    background-color: #e53935;
    color: #fff;
    width: 20rem;
    max-width: 100%;
    border-radius: 6px;
    cursor: pointer;
    font-family: inherit;
    padding: 1.2rem;
    border: none; }

.virtual-card {
  width: 60rem;
  max-width: 100%;
  margin: 4.8rem auto 9.6rem;
  border-radius: 6px;
  overflow: hidden;
  background-color: var(--header-bg);
  padding: 5.6rem 5.6rem 7.2rem;
  display: flex;
  flex-direction: column; }
  @media (max-width: 450px) {
    .virtual-card {
      padding: 3.2rem 3.2rem 5.6rem; } }
  @media (max-width: 360px) {
    .virtual-card {
      padding: 2.4rem; } }
  .virtual-card--md {
    width: 100%; }
    @media (max-width: 1050px) {
      .virtual-card--md {
        padding: 2.4rem; } }
  .virtual-card__header {
    display: flex;
    align-items: center;
    gap: 2.4rem; }
  .virtual-card__heading {
    font-size: 2.8rem;
    font-weight: 600; }
  .virtual-card__text {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center; }
  .virtual-card__back {
    cursor: pointer; }
    .virtual-card__back ion-icon {
      display: block;
      width: 2.4rem;
      height: 2.4rem; }
  .virtual-card__img {
    align-self: center;
    width: 35rem;
    max-width: 90%;
    margin-top: 7.2rem;
    margin-bottom: 2.4rem; }
  .virtual-card__alert {
    align-self: center;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.8rem;
    padding-right: 4.8rem;
    border-radius: 0.8rem;
    background-color: var(--chat-bg-1);
    color: #448c04;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 3.2rem; }
    @media (max-width: 450px) {
      .virtual-card__alert {
        padding-right: 0.8rem; } }
    .virtual-card__alert ion-icon {
      display: block;
      width: 2.4rem;
      height: 2.4rem;
      flex-shrink: 0; }
  .virtual-card__body {
    margin-top: 3.2rem;
    margin-bottom: 4.8rem;
    display: flex;
    flex-direction: column;
    gap: 2.4rem; }
  .virtual-card__account {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.6rem;
    padding: 1.6rem;
    border: 1px solid var(--border);
    border-radius: 0.8rem;
    background-color: var(--virtual-account-bg);
    cursor: pointer; }
  .virtual-card__account-img {
    display: block;
    width: 2.4rem;
    height: 2.4rem; }
  .virtual-card__account-balance {
    padding: 0 1.2rem;
    border-radius: 4px;
    background-color: rgba(81, 207, 102, 0.2);
    color: #448c04;
    height: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center; }
  .virtual-card__account-caret {
    margin-left: auto;
    display: block;
    width: 1.8rem;
    height: 1.8rem; }
  .virtual-card__user {
    padding: 4rem;
    background-color: var(--vcard-user-bg);
    display: flex;
    flex-direction: column;
    gap: 2.8rem; }
    @media (max-width: 450px) {
      .virtual-card__user {
        padding: 2.4rem; } }
  .virtual-card__theme-block {
    background-color: var(--vcard-user-bg);
    padding: 1.6rem;
    display: flex;
    flex-direction: column;
    gap: 0.8rem; }
  .virtual-card__theme-heading {
    opacity: 0.8;
    font-weight: 500;
    text-align: center; }
  .virtual-card__themes {
    height: 5.6rem;
    display: flex;
    justify-content: center;
    gap: 0.8rem; }
  .virtual-card__theme {
    flex: 0 0 8.5rem;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center; }
    .virtual-card__theme::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 2;
      opacity: 0;
      transition: all 0.3s;
      pointer-events: none; }
    .virtual-card__theme.active::before, .virtual-card__theme:hover::before {
      opacity: 1; }
    .virtual-card__theme img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      z-index: 1;
      transition: all 0.3s; }
    .virtual-card__theme:hover img {
      transform: scale(1.1); }
    .virtual-card__theme ion-icon {
      display: block;
      width: 2.4rem;
      height: 2.4rem;
      color: #fff;
      position: relative;
      z-index: 3;
      transition: all 0.3s;
      opacity: 0;
      pointer-events: none; }
    .virtual-card__theme.active ion-icon {
      opacity: 1; }
  .virtual-card__message {
    padding: 0.8rem 1.6rem;
    display: flex;
    align-items: center;
    gap: 2.4rem;
    border-radius: 0.8rem;
    background-color: var(--body-bg); }
    .virtual-card__message ion-icon {
      display: block;
      width: 2.4rem;
      height: 2.4rem;
      color: #ff6b6b;
      flex-shrink: 0; }
    .virtual-card__message--warning ion-icon {
      color: #f08c00; }
  .virtual-card__footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.6rem; }
  .virtual-card__search-form {
    width: 40rem;
    height: 5.6rem;
    border-radius: 1.2rem; }
    @media (max-width: 450px) {
      .virtual-card__search-form {
        width: 100%; } }
  .virtual-card__cards-block {
    margin-top: 3.2rem;
    padding-left: 4.8rem;
    display: flex;
    flex-direction: column;
    gap: 2.4rem; }
    @media (max-width: 1150px) {
      .virtual-card__cards-block {
        padding-left: 0; } }
  .virtual-card__cards-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.8rem; }
    @media (max-width: 450px) {
      .virtual-card__cards-header {
        flex-direction: column;
        align-items: stretch; } }
  .virtual-card__cards-heading {
    display: flex;
    align-items: center;
    gap: 1.6rem; }
    .virtual-card__cards-heading ion-icon {
      display: block;
      width: 2.4rem;
      height: 2.4rem; }
  .virtual-card__cards-button {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    border: none;
    color: #448c04;
    height: 5.6rem;
    padding: 0 1.6rem;
    border-radius: 1.2rem;
    width: 32rem;
    font-family: inherit;
    font-size: inherit;
    font-weight: 600;
    cursor: pointer;
    background-color: var(--vcard-bg); }
    @media (max-width: 500px) {
      .virtual-card__cards-button {
        width: auto;
        padding: 0 2.4rem; } }
    @media (max-width: 450px) {
      .virtual-card__cards-button {
        order: -1; } }
    .virtual-card__cards-button ion-icon {
      display: block;
      width: 2rem;
      height: 2rem; }
  .virtual-card__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem; }
    @media (max-width: 650px) {
      .virtual-card__cards {
        grid-template-columns: 1fr; } }

.vau {
  display: flex;
  gap: 1.6rem; }
  .vau__img {
    display: block;
    width: 4.8rem;
    height: 4.8rem; }
  .vau__main {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .vau__user {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 1.5rem;
    font-weight: 600; }
    .vau__user img {
      display: block;
      width: 1.8rem;
      height: 1.8rem; }
  .vau__username {
    font-size: 1.5rem; }

.vau-verif {
  display: flex;
  flex-direction: column;
  gap: 4px; }
  .vau-verif__label {
    opacity: 0.8;
    font-weight: 500; }
  .vau-verif__main {
    display: flex;
    gap: 1.6rem;
    padding-left: 0.8rem; }
    .vau-verif__main span {
      display: block;
      width: 2px;
      background-color: var(--border); }

.virtual-card-modal {
  background-color: var(--header-bg);
  width: 50rem;
  max-width: 95%;
  max-height: 80dvh;
  border-radius: 4rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999999;
  padding: 8.4rem 7.4rem; }
  .virtual-card-modal__link {
    color: #397305;
    font-weight: 600; }

.vc-options {
  background-color: var(--options-bg);
  width: 55rem;
  max-width: 95%;
  max-height: 80dvh;
  border-radius: 1.6rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999999;
  padding: 5.6rem; }
  @media (max-width: 450px) {
    .vc-options {
      padding: 3.6rem; } }
  .vc-options__header {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin-bottom: 2.4rem; }
  .vc-options__close {
    cursor: pointer; }
    .vc-options__close ion-icon {
      display: block;
      width: 2.4rem;
      height: 2.4rem; }
  .vc-options__heading {
    flex: 1;
    text-align: center;
    font-weight: 700;
    font-size: 2.4rem; }
  .vc-options__options {
    display: flex;
    flex-direction: column;
    gap: 0.8rem; }
  .vc-options__option {
    padding: 1.6rem 2.4rem;
    border-radius: 0.8rem;
    cursor: pointer;
    background-color: var(--option-bg);
    display: flex;
    flex-direction: column;
    gap: 0.8rem; }
  .vc-options__option-heading {
    font-size: 1.8rem;
    font-weight: 600; }
  .vc-options__option-description {
    opacity: 0.8;
    font-weight: 600; }

.vcard {
  position: relative;
  border-radius: 1.2rem;
  overflow: hidden;
  height: 28rem;
  color: #fff; }
  .vcard.blocked {
    opacity: 0.5; }
  .vcard.frozen {
    opacity: 0.8; }
  @media (max-width: 950px) {
    .vcard {
      height: 23rem; } }
  .vcard__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
  .vcard__loader {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    z-index: 999; }
  .vcard__main {
    height: 100%;
    position: relative;
    background-color: transparent;
    padding: 2.4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .vcard__chip {
    position: absolute;
    top: 50%;
    left: 2.4rem;
    transform: translateY(-60%);
    display: block;
    height: 4rem; }
  .vcard__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
  .vcard__top-left {
    display: flex;
    flex-direction: column;
    gap: 4px; }
  .vcard__status {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 4px;
    color: #fff; }
    .vcard__status::before {
      content: "";
      display: block;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background-color: #fff; }
    .vcard__status--active {
      background-color: #51cf66; }
    .vcard__status--frozen {
      background-color: #1480ea; }
    .vcard__status--pending {
      background-color: #f08c00; }
    .vcard__status--blocked {
      background-color: #ff6b6b; }
  .vcard__app-logo {
    display: block;
    height: 4rem; }
  .vcard__balance-block {
    display: flex;
    flex-direction: column; }
  .vcard__balance-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    margin-bottom: -8px; }
    .vcard__balance-toggle span {
      cursor: pointer; }
      .vcard__balance-toggle span ion-icon {
        display: block;
        width: 1.8rem;
        height: 1.8rem; }
  .vcard__balance {
    text-align: center;
    font-size: 3.2rem; }
    .vcard__balance span.hide {
      font-family: "Narnoor", serif !important; }
    .vcard__balance--1 {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 3px;
      font-size: 2.4rem; }
      .vcard__balance--1 span {
        font-weight: 700;
        font-size: 4.8rem; }
        @media (max-width: 950px) {
          .vcard__balance--1 span {
            font-size: 3.6rem; } }
  .vcard__footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
  .vcard__card-info {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    text-transform: uppercase; }
    .vcard__card-info p {
      display: flex;
      align-items: center;
      gap: 1.8rem; }
  .vcard__card-logo {
    height: 4rem; }

.vcard-details {
  margin-top: 4rem;
  display: flex;
  gap: 6.4rem; }
  @media (max-width: 1000px) {
    .vcard-details {
      gap: 4.8rem; } }
  @media (max-width: 950px) {
    .vcard-details {
      flex-direction: column;
      gap: 0; } }
  .vcard-details__main {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2.4rem; }
    @media (max-width: 1000px) {
      .vcard-details__main {
        flex: 0 0 40rem; } }
  .vcard-details__cards-block {
    position: relative; }
  .vcard-details__cards {
    height: 28rem;
    overflow: hidden;
    position: relative; }
    @media (max-width: 450px) {
      .vcard-details__cards {
        height: 24rem; } }
    .vcard-details__cards > * {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: all 0.3s; }
  .vcard-details__cards-control {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    background-color: var(--dark-primary-bg);
    filter: drop-shadow(0px 2px 8px rgba(30, 29, 29, 0.25));
    z-index: 99; }
    .vcard-details__cards-control ion-icon {
      display: block;
      width: 2rem;
      height: 2rem;
      color: var(--light-primary-color); }
    .vcard-details__cards-control.previous {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translate(-50%, -50%); }
    .vcard-details__cards-control.next {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translate(50%, -50%); }
  .vcard-details__actions {
    height: 7.5rem;
    background-color: var(--vcard-actions-bg);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    gap: 2px; }
    @media (max-width: 950px) {
      .vcard-details__actions {
        width: 45rem;
        max-width: 100%;
        align-self: center; } }
  .vcard-details__action {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-weight: 600;
    color: #448c04;
    cursor: pointer; }
    .vcard-details__action.disabled {
      cursor: not-allowed;
      opacity: 0.5; }
    .vcard-details__action ion-icon {
      display: block;
      width: 2rem;
      height: 2rem; }
  .vcard-details__action-divider {
    display: block;
    width: 2px;
    height: 4rem;
    background-color: var(--border); }
  .vcard-details__transactions {
    flex: 1; }
  .vcard-details__card-info-overlay {
    display: none; }
    @media (max-width: 950px) {
      .vcard-details__card-info-overlay {
        display: block; } }
  .vcard-details__card-info {
    padding: 2.4rem;
    border-radius: 0.8rem;
    background-color: var(--vcard-card-info-bg);
    display: flex;
    flex-direction: column;
    gap: 1.6rem; }
    @media (max-width: 950px) {
      .vcard-details__card-info {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0);
        z-index: 99999999;
        width: 50rem;
        max-width: calc(100vw - 4.8rem);
        transition: all 0.3s; }
        .vcard-details__card-info.open {
          transform: translate(-50%, -50%) scale(1); } }
    @media (max-width: 450px) {
      .vcard-details__card-info {
        top: initial;
        left: 0;
        bottom: 0;
        width: 100%;
        transform: translate(0, 100%);
        max-width: 100%;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        padding-bottom: 5.6rem; }
        .vcard-details__card-info.open {
          transform: translate(0, 0); } }
  .vcard-details__card-data-grid {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .vcard-details__card-data {
    display: flex;
    flex-direction: column;
    gap: 0.8rem; }
    .vcard-details__card-data--center {
      align-items: center; }
    .vcard-details__card-data h3 {
      font-size: 1.4rem;
      opacity: 0.8; }
    .vcard-details__card-data > div {
      font-weight: 600;
      display: flex;
      align-items: center;
      gap: 1.2rem; }
  .vcard-details__transactions {
    display: flex;
    flex-direction: column;
    gap: 1.6rem; }
  .vcard-details__transactions-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.6rem; }
  .vcard-details__transactions-heading {
    font-size: 1.8rem;
    font-weight: 700; }
  .vcard-details__transactions-filters {
    display: flex;
    align-items: center;
    gap: 2.4rem; }
  .vcard-details__transactions-filter {
    display: flex;
    align-items: center;
    gap: 0.8rem; }
  .vcard-details__transactions-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    overflow-y: auto; }
    .vcard-details__transactions-main::-webkit-scrollbar {
      display: none; }

.vcard-transaction {
  padding: 0.8rem 1.6rem;
  border-radius: 0.8rem;
  background-color: var(--vcard-transaction-bg);
  display: flex;
  align-items: center;
  gap: 1.8rem;
  cursor: pointer; }
  @media (max-width: 450px) {
    .vcard-transaction {
      flex-direction: column;
      align-items: stretch;
      gap: 4px;
      padding: 1.2rem 1.8rem; } }
  .vcard-transaction__desc {
    opacity: 0.8;
    flex: 1;
    font-size: 1.6rem;
    font-weight: 500; }
  .vcard-transaction__info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px; }
    @media (max-width: 450px) {
      .vcard-transaction__info {
        flex-direction: row;
        justify-content: space-between;
        align-items: center; } }
  .vcard-transaction__date-time {
    font-size: 1.25rem;
    opacity: 0.8rem;
    opacity: 0.8;
    display: flex;
    align-items: center;
    gap: 0.8rem; }

.vcard-create__header {
  padding: 2.4rem;
  background-color: var(--pay-bills-right-info-bg);
  display: flex;
  flex-direction: column;
  gap: 2.4rem; }

.vcard-create__heading {
  text-align: center;
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--text-color-dark); }

.wallet {
  position: fixed;
  top: 7rem;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  display: flex; }
  .wallet__sidebar {
    flex: 0 0 35rem;
    background-color: var(--util-bg);
    height: calc(100dvh - 7rem);
    display: flex;
    flex-direction: column;
    transition: all 0.3s; }
    @media (max-width: 1100px) {
      .wallet__sidebar {
        position: fixed;
        top: 7rem;
        left: 0;
        width: 100dvw;
        z-index: 999; }
        .wallet__sidebar--hidden {
          transform: translateX(-100%); } }
  .wallet__sidebar-header {
    flex-shrink: 0;
    padding: 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 1.2rem; }
  .wallet__sidebar-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 4rem;
    padding: 0 1.6rem;
    background-color: rgba(68, 140, 4, 0.1);
    border-radius: 0.8rem;
    color: #448c04; }
    .wallet__sidebar-total > p:first-child {
      font-weight: 700; }
  .wallet__sidebar-main {
    flex: 1;
    overflow-y: scroll; }
  .wallet__main {
    flex: 1;
    height: calc(100dvh - 7rem);
    overflow-y: scroll; }
    .wallet__main::-webkit-scrollbar {
      display: none; }
    @media (max-width: 1100px) {
      .wallet__main {
        flex: 0 0 100dvw; } }
  .wallet__main-content {
    min-height: calc(100dvh - 7rem - 16rem);
    padding: 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 2.4rem; }
  .wallet__show-all {
    display: flex;
    align-items: center;
    gap: 1.8rem;
    background-color: var(--header-bg);
    border: 1px solid var(--border);
    padding: 1.8rem;
    border-radius: 0.8rem;
    cursor: pointer; }
    @media (min-width: 1100px) {
      .wallet__show-all {
        display: none; } }
  .wallet__select-network {
    background-color: var(--util-bg);
    padding: 4.8rem;
    border-radius: 0.8rem; }
  .wallet__select-network-heading {
    font-size: 1.8rem; }
  .wallet__select-network-main {
    max-width: 40rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    text-align: center; }

.wallet-card {
  background-color: var(--util-bg);
  border: 1px solid var(--util-border);
  padding: 4.8rem;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 550px) {
    .wallet-card {
      flex-direction: column;
      justify-content: initial;
      gap: 24px; } }
  @media (max-width: 360px) {
    .wallet-card {
      padding: 4.8rem 2.4rem; } }
  .wallet-card__main {
    display: flex;
    flex-direction: column;
    color: #397305; }
  .wallet-card__header {
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 2.4rem; }
    @media (max-width: 550px) {
      .wallet-card__header {
        justify-content: center; } }
    .wallet-card__header span {
      cursor: pointer; }
    .wallet-card__header ion-icon {
      display: block;
      width: 2rem;
      height: 2rem; }
  .wallet-card__amount {
    display: flex;
    flex-direction: column; }
    @media (max-width: 550px) {
      .wallet-card__amount {
        text-align: center; } }
  .wallet-card__amount-currency {
    font-size: 4.8rem;
    font-weight: 600; }
  .wallet-card__amount-usd {
    font-weight: 600;
    font-size: 2.4rem;
    color: var(--usd-color); }
  .wallet-card__rate-block {
    margin-top: 1.2rem;
    display: flex;
    align-items: center;
    gap: 1.2rem; }
    @media (max-width: 550px) {
      .wallet-card__rate-block {
        justify-content: center; } }
  .wallet-card__rate {
    padding: 0.8rem 1.6rem;
    border-radius: 10rem;
    background-color: rgba(240, 140, 0, 0.2);
    color: #f08c00; }
  .wallet-card__actions {
    display: flex;
    align-items: center;
    gap: 1.2rem; }
  .wallet-card__action {
    padding: 2.4rem;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem; }
    .wallet-card__action:hover, .wallet-card__action--active {
      background-color: var(--wallet-card-action-bg); }
    .wallet-card__action img {
      width: 2.4rem;
      height: 2.4rem;
      display: block; }

.wallet-operations {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 1260px) {
    .wallet-operations {
      flex-direction: column;
      gap: 1.8rem; } }
  .wallet-operations__quick-links {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2.4rem; }
  .wallet-operations__quick-link:link, .wallet-operations__quick-link:visited {
    text-decoration: none;
    color: var(--text-color);
    display: flex;
    align-items: center;
    gap: 8px; }
  .wallet-operations__quick-link-icon-box {
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
    background-color: rgba(68, 140, 4, 0.1);
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center; }
    .wallet-operations__quick-link-icon-box ion-icon {
      display: block;
      width: 2.4rem;
      height: 2.4rem;
      color: #448c04; }
  .wallet-operations__right {
    display: flex;
    align-items: center;
    gap: 1.2rem; }
    @media (max-width: 550px) {
      .wallet-operations__right {
        order: -1; } }
  .wallet-operations__btn {
    display: inline-block;
    padding: 1.8rem 4.2rem;
    color: #e6e6e6;
    border-radius: 0.6rem;
    font-family: inherit;
    cursor: pointer;
    border: none;
    text-decoration: none;
    line-height: 1;
    font-size: 1.8rem; }
    .wallet-operations__btn--deposit {
      background-color: #0f5ffc; }
    .wallet-operations__btn--withdraw {
      background-color: #e53935; }
    .wallet-operations__btn--withdraw-1 {
      background-color: #f9a21b; }
    .wallet-operations__btn--transfer {
      background-color: #448c04; }
    .wallet-operations__btn:disabled {
      cursor: not-allowed; }

.wallet-bulk {
  position: relative;
  color: #ffffff;
  border-radius: 2.4rem;
  overflow: hidden; }
  @media (max-width: 1100px) {
    .wallet-bulk--sidebar {
      display: none; } }
  .wallet-bulk--wallet {
    display: none; }
    @media (max-width: 1100px) {
      .wallet-bulk--wallet {
        display: block; } }
  .wallet-bulk__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: fill;
    background-position: right;
    z-index: 1; }
  .wallet-bulk__bg--small {
    display: none; }
    @media (max-width: 650px) {
      .wallet-bulk__bg--small {
        display: block; } }
  .wallet-bulk__bg--big {
    display: block; }
    @media (max-width: 650px) {
      .wallet-bulk__bg--big {
        display: none; } }
  .wallet-bulk--sm .wallet-bulk__bg--small {
    display: block; }
  .wallet-bulk--sm .wallet-bulk__bg--big {
    display: none; }
  .wallet-bulk--wallet .wallet-bulk__bg--small {
    display: none; }
    @media (max-width: 650px) {
      .wallet-bulk--wallet .wallet-bulk__bg--small {
        display: block; } }
  .wallet-bulk--wallet .wallet-bulk__bg--big {
    display: block; }
    @media (max-width: 650px) {
      .wallet-bulk--wallet .wallet-bulk__bg--big {
        display: none; } }
  .wallet-bulk__main {
    padding: 3.2rem;
    z-index: 11;
    position: relative;
    max-width: 80rem; }
    @media (max-width: 450px) {
      .wallet-bulk__main {
        padding: 3.2rem; } }
  .wallet-bulk--sm .wallet-bulk__main {
    padding: 1.8rem; }
  .wallet-bulk__heading {
    font-size: 2.8rem;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.6rem; }
  .wallet-bulk--sm .wallet-bulk__heading {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 0.8rem; }
  .wallet-bulk__info {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    flex-wrap: wrap;
    font-size: 2rem; }
    @media (max-width: 450px) {
      .wallet-bulk__info {
        font-size: 1.6rem; } }
  .wallet-bulk--sm .wallet-bulk__info {
    font-size: 1.4rem; }
  .wallet-bulk__link:link, .wallet-bulk__link:visited {
    text-decoration: underline;
    font-weight: 700;
    color: inherit; }

.wallet-info-block {
  display: flex;
  gap: 2.4rem; }
  @media (max-width: 900px) {
    .wallet-info-block {
      flex-direction: column; } }
  .wallet-info-block__main {
    flex: 1; }
  .wallet-info-block__right {
    flex: 0 0 35rem; }
    @media (max-width: 900px) {
      .wallet-info-block__right {
        flex: initial; } }

.wallet-info {
  background-color: var(--util-bg);
  border: 1px solid var(--util-border);
  border-radius: 6px; }
  .wallet-info__heading {
    padding: 1.8rem;
    border-bottom: 1px solid var(--border); }
  .wallet-info__body {
    padding: 1.8rem; }
  .wallet-info__coin {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.6rem; }
    .wallet-info__coin img {
      display: block;
      width: 3.6rem;
      height: 3.6rem; }
  .wallet-info__rate {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2.4rem;
    background-color: var(--body-bg);
    font-size: 2rem;
    color: #448c04;
    font-weight: 700;
    margin-bottom: 1.6rem; }
  .wallet-info__change {
    display: flex;
    align-items: center;
    gap: 0.8rem; }
  .wallet-info__details {
    display: flex;
    flex-direction: column;
    gap: 1.2rem; }
  .wallet-info__detail {
    font-weight: 600; }
  .wallet-info__detail-value {
    font-size: 1.8rem; }
    .wallet-info__detail-value--1 {
      color: #0d308c; }
    .wallet-info__detail-value--2 {
      color: #397305; }
    .wallet-info__detail-value--3 {
      color: #f91b1b; }
  .wallet-info__divider {
    height: 1px;
    background-color: var(--border); }

.wallet-chart {
  background-color: var(--util-bg);
  border: 1px solid var(--util-border);
  padding: 2.4rem;
  border-radius: 6px;
  width: 60rem;
  max-width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 2.4rem; }
  .wallet-chart--1 {
    width: initial;
    margin: initial;
    min-width: 0; }
  @media (max-width: 550px) {
    .wallet-chart {
      width: 100%;
      margin: initial; } }
  .wallet-chart__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.6rem; }
    .wallet-chart__header p {
      font-size: 1.25rem; }
  .wallet-chart__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.6rem;
    font-size: 1.25rem; }
    @media (max-width: 500px) {
      .wallet-chart__footer p {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; } }

.wallet-deposit {
  background-color: var(--util-bg);
  border: 1px solid var(--util-border);
  padding: 2.4rem;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 1.2rem; }
  .wallet-deposit__heading {
    font-size: 1.8rem; }
  .wallet-deposit__recieve-steps {
    display: flex;
    flex-direction: column;
    gap: 1.8rem; }
  .wallet-deposit__qr-container {
    width: 40rem;
    max-width: 100%;
    text-align: center; }
  .wallet-deposit__qr-img {
    display: inline-block;
    width: 25rem !important;
    height: 25rem !important; }
    .wallet-deposit__qr-img--small {
      width: 15rem !important;
      height: 15rem !important; }
  .wallet-deposit__qr-link {
    background-color: rgba(68, 140, 4, 0.1);
    padding: 4px;
    border-radius: 6px;
    width: 40rem;
    max-width: 100%;
    display: flex;
    align-items: stretch;
    flex-direction: column; }
    .wallet-deposit__qr-link div {
      color: var(--text-color);
      padding: 0.8rem 1.2rem;
      word-wrap: break-word;
      text-align: center; }
    .wallet-deposit__qr-link--small div {
      padding: 6px; }
    .wallet-deposit__qr-link button {
      display: inline-block;
      padding: 0.8rem;
      border-radius: 6px;
      font-family: inherit;
      border: none;
      cursor: pointer;
      background-color: rgba(68, 140, 4, 0.1);
      color: #448c04; }

.wallet-transactions__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
  margin-bottom: 2.4rem; }

.wallet-transactions__header-main {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  overflow: hidden; }

.wallet-transactions__heading {
  font-size: 2rem;
  font-weight: 600; }

@media (min-width: 700px) {
  .wallet-transactions__filter {
    display: none; } }

.wallet-transaction-block {
  display: flex;
  flex-direction: column;
  gap: 2.4rem; }
  .wallet-transaction-block:not(:last-child) {
    margin-bottom: 2.4rem; }
  .wallet-transaction-block__header {
    font-size: 1.6rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 1.4rem; }
    .wallet-transaction-block__header div {
      flex: 1;
      height: 1px;
      background-color: var(--border); }
  .wallet-transaction-block__main {
    display: flex;
    flex-direction: column;
    gap: 1.8rem; }

.minimum-deposit {
  padding: 0.6rem 1.2rem;
  border-radius: 6px;
  background-color: var(--service-bg-1);
  display: inline-flex;
  align-items: center;
  gap: 0.8rem; }
  .minimum-deposit ion-icon {
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    color: #f9a21b; }

.dc-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: var(--body-bg);
  z-index: 99999999;
  width: 50rem;
  max-width: calc(100dvw - 4.8rem);
  max-height: 90dvh;
  border-radius: 1.2rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s; }
  .dc-modal.open {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    pointer-events: all; }
  .dc-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.6rem 2.4rem;
    background-color: var(--mt-giftcards-header); }
  .dc-modal__close {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    background-color: transparent; }
    .dc-modal__close ion-icon,
    .dc-modal__close svg {
      display: block;
      width: 2.4rem;
      height: 2.4rem;
      color: var(--text-color); }
  .dc-modal__main {
    flex: 1;
    overflow: auto; }
  .dc-modal__body {
    padding: 2.4rem;
    display: flex;
    flex-direction: column;
    gap: 4rem; }
  .dc-modal__body-main {
    display: flex;
    flex-direction: column;
    gap: 0.8rem; }
  .dc-modal__actions {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem; }
    .dc-modal__actions button:first-child {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 1.2rem;
      text-align: center;
      padding: 0 1.2rem;
      height: 4.8rem;
      border-radius: 8px;
      cursor: pointer;
      border: none;
      font-family: inherit;
      color: var(--text-color);
      background-color: var(--form-button-inactive-bg); }
  .dc-modal__info {
    font-size: 1.5rem; }
  .dc-modal__alert {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    color: #f7931a;
    font-size: 1.5rem;
    text-transform: uppercase; }
    .dc-modal__alert ion-icon {
      display: block;
      width: 2rem;
      height: 2rem; }

.dep-cryp {
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem; }
  .dep-cryp__networks-block {
    display: flex;
    flex-direction: column;
    gap: 0.8rem; }
  .dep-cryp__networks-heading {
    font-weight: 400;
    font-size: 1.3rem; }
  .dep-cryp__networks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6rem; }
    .dep-cryp__networks button {
      border: none;
      height: 4.2rem;
      cursor: pointer;
      border-radius: 0.8rem;
      background-color: rgba(68, 140, 4, 0.1);
      color: inherit;
      font-size: 1.3rem;
      font-family: inherit;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s; }
      .dep-cryp__networks button.active {
        background-color: #448c04;
        color: #fff; }
  .dep-cryp__addresses-block {
    display: flex;
    flex-direction: column;
    gap: 1.2rem; }
  .dep-cryp__addresses-header {
    display: flex;
    align-items: center;
    gap: 1.6rem; }
  .dep-cryp__addresses-heading {
    margin-right: auto;
    font-weight: 400;
    font-size: 1.3rem; }
  .dep-cryp__addresses-nav {
    display: flex;
    align-items: center;
    gap: 1.2rem; }
    .dep-cryp__addresses-nav button {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 2.4rem;
      height: 2.4rem;
      border: none;
      cursor: pointer;
      background-color: transparent; }
      .dep-cryp__addresses-nav button ion-icon {
        display: block;
        width: 1.6rem;
        height: 1.6rem;
        color: #448c04; }
      .dep-cryp__addresses-nav button:disabled ion-icon {
        color: #737373; }
    .dep-cryp__addresses-nav p {
      font-size: 1.3rem; }
  .dep-cryp__addresses-add {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    background-color: transparent; }
    .dep-cryp__addresses-add ion-icon {
      display: block;
      width: 2rem;
      height: 2rem;
      color: #448c04; }
  .dep-cryp__addresses {
    height: 37.5rem;
    position: relative;
    overflow: hidden; }
    @media (max-width: 600px) {
      .dep-cryp__addresses {
        height: 40rem; } }
  .dep-cryp__address {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
    transition: all 0.3s; }

/*# sourceMappingURL=style.css.map */