.pay {
  background-color: var(--secondary);
  min-height: 100vh;
}

@media only screen and (max-width: 460px) {
  .pay {
    background-color: var(--secondary);
    color: var(--primary);
  }

  .pay_ff {
    min-height: 170vh;
  }
}

.pay .pay-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

@media only screen and (max-width: 768px) {
  .pay .pay-container {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 460px) {
  .pay .pay-container {
    padding: 0;
  }
}

.pay .pay-container .pay__content {
  box-sizing: border-box;
  color: var(--primary);
  display: flex;
  flex-direction: column;
  max-width: 578px;
  width: 100%;
}

.pay .pay-container .selector__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}

.pay .pay-container .pay__content {
  border-radius: 24px;
  box-shadow: var(--sElevation_4);
  margin-top: 40px;
}

@media only screen and (max-width: 460px) {
  .pay .pay-container .pay__content {
    background-color: transparent;
    border-radius: 0 !important;
    box-shadow: none;
    margin: 0;
    padding: 0;
  }
}

.pay .pay-container .pay__content .content__info {
  background: var(--payform);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media only screen and (max-width: 768px) {
  .pay .pay-container .pay__content .content__info {
    gap: 24px;
  }
}

.pay .pay-container .pay__content .content__info.bottom_border {
  border-radius: 24px;
}

.pay .pay-container .pay__content .content__info.bottom_padding {
  padding-bottom: 32px;
}

.pay .pay-container .pay__content .content__info.p2p {
  padding: 0;
}

.pay .pay-container .pay__content .content__info .container {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.pay .pay-container .pay__content .content__info .cancel_btn {
  background-color: #ebebeb;
  border: none;
  color: #000;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  justify-content: center;
  line-height: 20px;
  padding: 14px;
  width: 100%;
}

.pay .pay-container .pay__content .content__info .cancel_btn_disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

.pay .pay-container .pay__content .content__info .p2p_iframe {
  border-radius: 0 0 24px 24px;
}

@media only screen and (max-width: 460px) {
  .pay .pay-container .pay__content .content__info {
    border-radius: 0;
  }
}

.pay .pay-container .content__actions {
  background-color: var(--Dark_bg1);
  border-radius: 0 0 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px;
}

@media only screen and (max-width: 460px) {
  .pay .pay-container .content__actions {
    border-radius: 0;
    padding: 32px 16px;
  }
}

.Preloader_body__NnjOv {
  align-items: center;
  display: flex;
  height: 480px;
  justify-content: center;
}

.status-hint {
  grid-row-gap: 6px;
  grid-column-gap: 12px;
  border-radius: 12px;
  -webkit-column-gap: 12px;
  column-gap: 12px;
  display: grid;
  grid-template-columns: auto 1fr;
  padding: 12px;
  row-gap: 6px;
}

.status-hint__icon {
  height: 24px;
  width: 24px;
}

.status-hint__heading-text {
  color: var(--primary);
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

@media only screen and (max-width: 460px) {
  .status-hint__heading-text {
    font-size: 16px;
  }
}

.status-hint__description {
  color: var(--primary);
  font-size: 16px;
  font-weight: 400;
  grid-column: 2;
  letter-spacing: -0.12px;
  line-height: 24px;
}

.status-hint[data-type='danger'] {
  background-color: var(--danger-lighter-alpha);
}

.status-hint[data-type='danger'] .status-hint__icon {
  color: var(--negative);
}

.status-hint[data-type='fail'] {
  background-color: var(--danger-fail);
}

.status-hint[data-type='fail'] .status-hint__icon {
  color: var(--negative);
}

.status-hint[data-type='warning'] {
  background-color: var(--backgroundWarningOverlay);
}

.status-hint[data-type='warning'] .status-hint__icon {
  color: var(--warning);
}

.status-hint[data-type='notice'] {
  background-color: var(--backgroundWarningLightOverlay);
}

.status-hint[data-type='notice'] .status-hint__icon {
  color: var(--backgroundNoticeOverlay);
}

.status-hint[data-type='success'] {
  background-color: var(--backgroundSuccessOverlay);
}

.status-hint[data-type='success'] .status-hint__icon {
  color: var(--success);
}

.status-hint[data-type='default'] {
  background-color: var(--backgroundPayformHint);
}

.status-hint[data-type='default'] .status-hint__icon {
  color: var(--primary);
}

.status-container {
  padding: 0 32px;
}

@media only screen and (max-width: 460px) {
  .status-container {
    padding: 0 16px;
  }
}

.status-container.no-padding {
  padding: 0;
}

@media only screen and (max-width: 460px) {
  .status-container.no-padding {
    padding: 0;
  }
}

.paid {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.paid .paid__txId {
  border-radius: 16px;
  box-shadow: 0 0 0 1px #f5f5f5, 0 8px 16px rgba(41, 41, 41, 0.04),
    0 0 6px rgba(41, 41, 41, 0.04);
  padding: 16px;
}

.paid .paid__txId .txId__title {
  color: var(--textSecondary);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.08px;
  line-height: 20px;
  margin-bottom: 2px;
}

.paid .paid__txId .txId__link {
  grid-gap: 4px;
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: 4px;
  grid-template-columns: minmax(100px, auto) 1fr;
  margin-bottom: 8px;
}

.paid .paid__txId .txId__link .link__value {
  color: var(--contentPrimary);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.paid .actions_container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  row-gap: 20px;
}

.paid__txId {
  background: var(--backgroundTxID);
  border-radius: 16px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.04), 0 8px 16px 0 rgba(0, 0, 0, 0.04);
  padding: 16px;
}

.paid__txId .txId__title {
  color: var(--textSecondary);
  color: var(--contentSecondary);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.08px;
  line-height: 20px;
  margin-bottom: 2px;
}

.paid__txId .txId__link {
  grid-gap: 4px;
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: 4px;
  grid-template-columns: minmax(100px, auto) 1fr;
  margin-bottom: 8px;
}

.paid__txId .txId__link .link__value {
  color: var(--contentPrimary);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.paid__txId .txId__link .link__value_old {
  word-wrap: break-word;
}

.TrustpilotBadge_btn__KnHhj {
  align-items: center;
  background: none;
  border: 1px solid #00b67a;
  border-radius: 10px;
  color: var(--primary);
  -webkit-column-gap: 6px;
  column-gap: 6px;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 500;
  justify-content: center;
  line-height: 20px;
  padding: 18px;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 100%;
}

.TrustpilotBadge_btn__KnHhj:hover {
  background: var(--bsTertiaryHoverBackground);
}

.TrustpilotBadge_btn__KnHhj:active {
  background: var(--bsTertiaryPressedBackground);
}

.BannerSwiper_swiper__Vb8bT {
  align-items: center;
  border-radius: 16px;
  display: flex;
  height: 206px;
  justify-content: center;
  max-width: 514px;
  overflow: hidden;
  width: 100%;
}

@media only screen and (max-width: 576px) {
  .BannerSwiper_swiper__Vb8bT {
    height: 262px;
    margin: 0 auto;
    max-width: 343px;
  }
}

.BannerSwiper_swiper__Vb8bT .BannerSwiper_swiper-slide__FuoS5,
.BannerSwiper_swiper_slide__tVwAN {
  border-radius: 16px;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.BannerSwiper_swiper__Vb8bT .BannerSwiper_swiper-slide__FuoS5 a,
.BannerSwiper_swiper_slide__tVwAN a {
  display: block;
  height: 206px;
  max-width: 514px;
}

@media only screen and (max-width: 576px) {
  .BannerSwiper_swiper__Vb8bT .BannerSwiper_swiper-slide__FuoS5 a,
  .BannerSwiper_swiper_slide__tVwAN a {
    height: 262px;
    max-width: 343px;
  }
}

.BannerSwiper_swiper__Vb8bT .BannerSwiper_swiper-slide__FuoS5 img,
.BannerSwiper_swiper_slide__tVwAN img {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url('data:application/font-woff;charset=utf-8;base64, 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');
}

:root {
  --swiper-theme-color: #007aff;
}

:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  box-sizing: initial;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: ease;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  width: 100%;
  z-index: 1;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper: before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper: before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-lazy-preloader {
  border: 4px solid #007aff;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid transparent;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s linear infinite;
  animation: swiper-preloader-spin 1s linear infinite;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.DottedProgressBar_progressBar__TW73l {
  -webkit-column-gap: 8px;
  column-gap: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 8px;
  margin: 16px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.DottedProgressBar_progressBar__item__Fenpt {
  background-color: var(--backgroundSecondary);
  border-radius: 50%;
  height: 8px;
  transition: background-color 0.3s ease;
  width: 8px;
}

.DottedProgressBar_progressBar__item__Fenpt.DottedProgressBar_active__1LoPo {
  background-color: var(--primary);
}

.payment-details {
  display: flex;
  flex-direction: column;
  padding: 0 32px;
}

.payment-details.amount_only {
  flex-direction: row;
  justify-content: space-between;
}

@media only screen and (max-width: 576px) {
  .payment-details.amount_only {
    flex-direction: column;
    padding-bottom: 32px;
    row-gap: 8px;
  }
}

@media only screen and (max-width: 460px) {
  .payment-details.amount_only {
    padding-bottom: 16px;
  }

  .payment-details {
    padding: 0 16px;
  }
}

.payment-details.info_only {
  padding-bottom: 32px;
}

.payment-details__header {
  color: var(--contentSecondary);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.12px;
  line-height: 24px;
  margin-bottom: 8px;
}

.payment-details__wrapper {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.payment-details__amount_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.payment-details__amount {
  align-items: center;
  display: flex;
  font-size: 36px;
  font-weight: 600;
  gap: 8px;
  line-height: 44px;
  word-break: break-all;
}

@media only screen and (max-width: 768px) {
  .payment-details__amount {
    font-size: 32px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 460px) {
  .payment-details__amount {
    font-size: 26px;
    line-height: 36px;
  }
}

.payment-details__subheading {
  -webkit-column-gap: 6px;
  column-gap: 6px;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.payment-details__subheading .subheading__currency {
  margin-bottom: 8px;
}

.payment-details__subheading svg {
  cursor: pointer;
}

@media only screen and (max-width: 460px) {
  .payment-details__subheading {
    margin-top: 12px;
  }
}

.payment-details__fee {
  align-items: center;
  color: var(--contentSecondary);
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

@media only screen and (max-width: 460px) {
  .payment-details__fee {
    margin-top: 12px;
  }
}

.payment-details .left_to_pay {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.payment-details__menu {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

@media only screen and (max-width: 576px) {
  .payment-details__menu {
    align-items: flex-start;
    flex-direction: column;
    row-gap: 24px;
  }
}

.payment-details__menu.info_only {
  padding-bottom: 32px;
}

@media only screen and (max-width: 576px) {
  .payment-details__menu.info_only {
    padding-bottom: 16px;
  }
}

.payment-details__menu .menu__btns {
  color: var(--primary);
  padding-bottom: 16px;
}

.copy-icon {
  background: var(--backgroundCopyIcon);
  border-radius: 40px;
  box-shadow: var(--sElevation_3);
  color: var(--contentPrimary);
  cursor: pointer;
  flex-shrink: 0;
  height: 44px;
  position: relative;
  transition: all 0.3s ease;
  width: 44px;
}

.copy-icon .icon-wrapper {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.copy-icon:active {
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}

.expire {
  background-color: var(--backgroundExpiration);
  border-radius: 16px;
  gap: 16px;
  padding: 16px;
  width: 100%;
}

.expire,
.expire__icon {
  align-items: center;
  display: flex;
}

.expire__progress {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.expire__progress .expire__label {
  color: var(--contentSecondary);
}

.expire__time {
  color: var(--success);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  width: 72px;
}

.left-to-pay {
  background-color: var(--Dark_bg1);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
}

.left-to-pay .cell {
  display: flex;
  justify-content: space-between;
}

.left-to-pay .cell .cell__value {
  color: var(--contentSecondary);
}

.left-to-pay .cell .cell__amount,
.left-to-pay .cell .cell__value {
  color: var(--textSecondary);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.08px;
  line-height: 20px;
}

.left-to-pay .cell .cell__amount {
  color: var(--contentPrimary);
}

.HeaderMenu_container__Qp5CC {
  -webkit-column-gap: 16px;
  column-gap: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
}

.HeaderMenu_container__Qp5CC svg {
  color: var(--primary);
}

.HeaderMenu_container__Qp5CC .HeaderMenu_icon__btn__fIiYR {
  align-items: center;
  background: var(--secondary);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  transition: all 0.3s ease;
  width: 40px;
}

.HeaderMenu_container__Qp5CC .HeaderMenu_icon__btn__fIiYR svg {
  min-height: 24px;
  min-width: 24px;
}

.HeaderMenu_container__Qp5CC .HeaderMenu_icon__btn__fIiYR:hover {
  background: var(--buttonHeaderHover);
}

.HeaderMenu_container__Qp5CC .HeaderMenu_icon__btn__fIiYR:active {
  background: var(--buttonHeaderActive);
}

.HeaderMenu_container__Qp5CC
  .HeaderMenu_icon__btn__fIiYR.HeaderMenu_non_action__6tIdU {
  cursor: default;
}

.HeaderMenu_container__Qp5CC .HeaderMenu_menu__BGHrB {
  color: var(--primary);
  position: relative;
}

@media only screen and (max-width: 460px) {
  .HeaderMenu_container__Qp5CC .HeaderMenu_menu__BGHrB {
    position: static;
  }
}

.HeaderMenu_container__Qp5CC .HeaderMenu_menu__dropdown__vGc4i {
  border: 1px solid var(--borderCatalogWhiteLine);
  border-radius: 16px;
  box-shadow: -10px 0 80px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 48px;
  width: 343px;
  z-index: 10;
}

@media only screen and (max-width: 576px) {
  .HeaderMenu_container__Qp5CC .HeaderMenu_menu__dropdown__vGc4i {
    left: -10vw;
    right: auto;
  }
}

@media only screen and (max-width: 460px) {
  .HeaderMenu_container__Qp5CC .HeaderMenu_menu__dropdown__vGc4i {
    left: 0;
    right: 0;
    width: calc(100vw - 32px);
  }
}

body[dir='rtl'] .HeaderMenu_container__Qp5CC .HeaderMenu_menu__dropdown__vGc4i {
  left: 0;
  right: auto;
}

@media only screen and (max-width: 576px) {
  body[dir='rtl']
    .HeaderMenu_container__Qp5CC
    .HeaderMenu_menu__dropdown__vGc4i {
    left: auto;
    right: -10vw;
  }
}

@media only screen and (max-width: 460px) {
  body[dir='rtl']
    .HeaderMenu_container__Qp5CC
    .HeaderMenu_menu__dropdown__vGc4i {
    left: auto;
    right: -10px;
  }
}

@media only screen and (max-width: 576px) {
  .HeaderMenu_container__Qp5CC
    .HeaderMenu_menu__dropdown__vGc4i.HeaderMenu_staticWallet__h3Ank {
    left: -10vw;
  }
}

@media only screen and (max-width: 460px) {
  .HeaderMenu_container__Qp5CC
    .HeaderMenu_menu__dropdown__vGc4i.HeaderMenu_staticWallet__h3Ank {
    left: -10px;
  }

  body[dir='rtl']
    .HeaderMenu_container__Qp5CC
    .HeaderMenu_menu__dropdown__vGc4i.HeaderMenu_staticWallet__h3Ank {
    left: auto;
    right: -10px;
  }
}

@media only screen and (max-width: 576px) {
  .HeaderMenu_container__Qp5CC
    .HeaderMenu_menu__dropdown__vGc4i.HeaderMenu_recurring__HuKxo {
    left: -10vw;
  }
}

@media only screen and (max-width: 460px) {
  .HeaderMenu_container__Qp5CC
    .HeaderMenu_menu__dropdown__vGc4i.HeaderMenu_recurring__HuKxo {
    left: 0;
  }

  body[dir='rtl']
    .HeaderMenu_container__Qp5CC
    .HeaderMenu_menu__dropdown__vGc4i.HeaderMenu_recurring__HuKxo {
    left: auto;
    right: -10px;
  }
}

.HeaderMenu_container__Qp5CC
  .HeaderMenu_menu__dropdown__vGc4i.HeaderMenu_alwaysToRight__KlE3I {
  left: 0;
}

@media only screen and (max-width: 576px) {
  .HeaderMenu_container__Qp5CC
    .HeaderMenu_menu__dropdown__vGc4i.HeaderMenu_alwaysToRight__KlE3I {
    left: -10vw;
  }
}

@media only screen and (max-width: 460px) {
  .HeaderMenu_container__Qp5CC
    .HeaderMenu_menu__dropdown__vGc4i.HeaderMenu_alwaysToRight__KlE3I {
    left: 0;
  }
}

body[dir='rtl']
  .HeaderMenu_container__Qp5CC
  .HeaderMenu_menu__dropdown__vGc4i.HeaderMenu_alwaysToRight__KlE3I {
  left: auto;
  right: 0;
}

@media only screen and (max-width: 576px) {
  body[dir='rtl']
    .HeaderMenu_container__Qp5CC
    .HeaderMenu_menu__dropdown__vGc4i.HeaderMenu_alwaysToRight__KlE3I {
    right: -10vw;
  }
}

@media only screen and (max-width: 460px) {
  body[dir='rtl']
    .HeaderMenu_container__Qp5CC
    .HeaderMenu_menu__dropdown__vGc4i.HeaderMenu_alwaysToRight__KlE3I {
    right: 0;
  }
}

.HeaderMenu_container__Qp5CC .HeaderMenu_menu__list__gQOx6 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.HeaderMenu_container__Qp5CC .HeaderMenu_menu__item__xHl6r {
  align-items: center;
  background: var(--backgroundCopyIcon);
  -webkit-column-gap: 11px;
  column-gap: 11px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 10px 16px;
  position: relative;
  transition: all 0.3s ease;
  width: 100%;
}

.HeaderMenu_container__Qp5CC .HeaderMenu_menu__item__xHl6r:not(:last-child) {
  border-bottom: 1px solid var(--borderCatalogWhiteLine);
}

.HeaderMenu_container__Qp5CC .HeaderMenu_menu__item__xHl6r:hover {
  background: var(--backgroundSecondary);
}

.HeaderMenu_container__Qp5CC .HeaderMenu_menu__item__xHl6r:active {
  background: var(--backgroundPrimaryFiat);
}

.HeaderMenu_container__Qp5CC
  .HeaderMenu_menu__item__xHl6r
  .HeaderMenu_item__icon__g1ouD {
  align-items: center;
  color: var(--primary);
  display: flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.HeaderMenu_container__Qp5CC
  .HeaderMenu_menu__item__xHl6r
  .HeaderMenu_item__content__EbVLr {
  display: flex;
  flex-direction: column;
  row-gap: 2px;
}

.HeaderMenu_container__Qp5CC
  .HeaderMenu_menu__item__xHl6r
  .HeaderMenu_item__content__EbVLr
  .HeaderMenu_content__title__rH0LT {
  color: var(--primary);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.12px;
  line-height: 24px;
}

.HeaderMenu_container__Qp5CC
  .HeaderMenu_menu__item__xHl6r
  .HeaderMenu_item__content__EbVLr
  .HeaderMenu_content__description__-UQ6Z {
  color: var(--textSecondary);
  color: var(--contentSecondary);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.08px;
  line-height: 20px;
}

.HeaderMenu_container__Qp5CC
  .HeaderMenu_menu__item__xHl6r
  .HeaderMenu_item__arrow__gs1GR {
  height: 24px;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  width: 24px;
}

body[dir='rtl']
  .HeaderMenu_container__Qp5CC
  .HeaderMenu_menu__item__xHl6r
  .HeaderMenu_item__arrow__gs1GR {
  left: 8px;
  right: auto;
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
}

.modal-form {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 32px;
}

.modal-form .form__element {
  margin-bottom: 32px;
  width: 100%;
}

.modal-form .form__submit {
  margin-bottom: 16px;
}

.modal-form .form__description {
  color: var(--textSecondary);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.08px;
  line-height: 20px;
  max-width: 352px;
  text-align: center;
}

.Modal_modal_backdrop__T4Iqr {
  align-items: center;
  background: rgba(44, 44, 44, 0.7);
  display: flex;
  height: 100%;
  inset: 0;
  justify-content: center;
  padding: 0 16px;
  position: fixed;
  width: 100%;
  z-index: 1399;
}

@media only screen and (max-width: 460px) {
  .Modal_modal_backdrop__T4Iqr {
    padding: 0;
  }
}

.Modal_modal_backdrop__T4Iqr .Modal_modal__yEgVW {
  -ms-overflow-style: none;
  background: var(--secondary);
  border-radius: 20px;
  box-shadow: var(--Elevation_1);
  margin: 1.75rem auto;
  max-height: calc(100% - 3.5rem);
  overflow-y: scroll;
  position: relative;
  scrollbar-width: none;
  width: 480px;
}

.Modal_modal_backdrop__T4Iqr .Modal_modal__yEgVW::-webkit-scrollbar {
  display: none;
}

@media only screen and (max-width: 460px) {
  .Modal_modal_backdrop__T4Iqr .Modal_modal__yEgVW {
    border-radius: 0;
    height: 100%;
    margin: 0;
    max-height: 100%;
    width: 100%;
  }
}

.Modal_modal_backdrop__T4Iqr .Modal_modal__yEgVW.Modal_overflowVisible__PIc7F {
  overflow: visible;
}

.Modal_modal_backdrop__T4Iqr .Modal_modal__yEgVW .Modal_btn_close__OtvBN {
  color: var(--primary);
  cursor: pointer;
  position: absolute;
  right: 32px;
  top: 32px;
  z-index: 101;
}

@media only screen and (max-width: 460px) {
  .Modal_modal_backdrop__T4Iqr .Modal_modal__yEgVW .Modal_btn_close__OtvBN {
    right: 20px;
    top: 20px;
  }
}

.Modal_modal_backdrop__T4Iqr .Modal_modal__yEgVW .Modal_btn_close__OtvBN svg {
  color: var(--PA_Icon_Primary);
  opacity: 1;
  transition: all 0.3s ease;
}

.modal__wrapper {
  border-bottom: 1px solid var(--borderPrimarySolid);
  padding: 32px;
}

@media only screen and (max-width: 460px) {
  .modal__wrapper {
    padding: 24px;
  }
}

.modal__wrapper .content__wrapper {
  display: grid;
  grid-template-columns: minmax(100px, 352px) 1fr;
  margin-bottom: 0;
}

.modal__wrapper .modal_actions__title {
  color: var(--primary);
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  max-width: 352px;
  overflow-wrap: break-word;
}

@media only screen and (max-width: 768px) {
  .modal__wrapper .modal_actions__title {
    font-size: 22px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 460px) {
  .modal__wrapper .modal_actions__title {
    font-size: 20px;
    line-height: 28px;
  }
}

.modal__wrapper .close__wrapper {
  color: var(--primary);
  display: flex;
  justify-content: end;
}

.modal__wrapper .button__wrapper {
  align-items: center;
  background-color: var(--backgroundSecondary);
  border: none;
  border-radius: 100%;
  color: var(--contentPrimary);
  cursor: pointer;
  display: flex;
  height: 36px;
  justify-content: center;
  padding: 0;
  transition: all 0.3s ease;
  width: 36px;
}

.modal__wrapper .button__wrapper:disabled {
  -webkit-filter: opacity(0.2);
  filter: opacity(0.2);
}

.modal__wrapper .button__wrapper:hover {
  background-color: var(--backgroundAlpha_3);
}

.modal__wrapper .button__wrapper:active {
  scale: 0.9;
}

.modal__wrapper .button__wrapper svg {
  height: 24px;
  width: 24px;
}

.LanguageHeader_lang_selector__9laV2 {
  background: var(--backgroundCopyIcon);
  display: flex;
  flex-direction: column;
}

.LanguageHeader_lang_selector__back_btn__xXJf\+ {
  background: transparent !important;
  color: var(--primary) !important;
  justify-content: flex-start;
  padding: 12px 16px !important;
  width: 100%;
}

.LanguageHeader_lang_selector__back_btn__xXJf\+ svg {
  color: var(--iconSecondary);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

body[dir='rtl'] .LanguageHeader_lang_selector__back_btn__xXJf\+ svg {
  -webkit-transform: scale(1.1) rotate(180deg);
  transform: scale(1.1) rotate(180deg);
}

.LanguageHeader_lang_selector__search__JR4OD {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 12px 16px;
}

.LanguageHeader_lang_selector__list__rh1qV {
  max-height: 240px;
  overflow-y: auto;
}

@media only screen and (max-width: 460px) {
  .LanguageHeader_lang_selector__list__rh1qV {
    max-height: 190px;
  }
}

.LanguageHeader_lang_selector__list__rh1qV .LanguageHeader_list__item__d5DgY {
  align-items: center;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  padding: 12px 16px;
  position: relative;
  transition: all 0.3s ease;
}

.LanguageHeader_lang_selector__list__rh1qV
  .LanguageHeader_list__item__d5DgY:hover {
  background: var(--backgroundSearchBar);
}

.LanguageHeader_lang_selector__list__rh1qV
  .LanguageHeader_list__item__d5DgY:active {
  background: var(--backgroundTertiary);
}

.LanguageHeader_lang_selector__list__rh1qV
  .LanguageHeader_list__item__d5DgY
  .LanguageHeader_item__check__CzkYh {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

body[dir='rtl']
  .LanguageHeader_lang_selector__list__rh1qV
  .LanguageHeader_list__item__d5DgY
  .LanguageHeader_item__check__CzkYh {
  left: 16px;
  right: auto;
}

.LanguageHeader_lang_selector__list__rh1qV .LanguageHeader_notFoundText__7laF4 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.12px;
  line-height: 24px;
  margin: 0;
  padding: 12px 16px;
  text-align: center;
}

.SelectorInputSearch_input__wrapper__B4qUk {
  grid-gap: 16px;
  border: 1px solid transparent;
  border-radius: 12px;
  cursor: text;
  display: grid;
  gap: 16px;
  grid-template-columns: 24px 1fr 24px;
  overflow: hidden;
  padding: 8px 12px;
  transition: all 0.3s ease;
}

.SelectorInputSearch_input__wrapper__B4qUk,
.SelectorInputSearch_input__wrapper__B4qUk:hover {
  background-color: var(--backgroundSearchBar);
}

.SelectorInputSearch_input__wrapper__B4qUk:focus-within {
  background-color: var(--secondary);
  border: 1px solid var(--backgroundAlpha_2);
}

.SelectorInputSearch_input__wrapper__B4qUk .SelectorInputSearch_input__ZVjAY {
  background: transparent;
  border: none;
  color: var(--primary);
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  letter-spacing: -0.12px;
  line-height: 24px;
  width: 100%;
}

.SelectorInputSearch_input__wrapper__B4qUk
  .SelectorInputSearch_icon_search__F65lA {
  align-items: center;
  color: var(--contentTertiary);
  display: flex;
  height: 24px;
  justify-content: center;
  overflow: hidden;
  width: 24px;
}

.SelectorInputSearch_input__wrapper__B4qUk
  .SelectorInputSearch_icon_clear_wrapper__c9qBQ {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 24px;
  min-width: 24px;
  overflow: hidden;
}

.SelectorInputSearch_input__wrapper__B4qUk
  .SelectorInputSearch_icon_clear__CroCp {
  align-items: center;
  color: var(--primary);
  cursor: pointer;
  display: flex;
  justify-content: center;
  transition: all 0.3s ease;
}

.SelectorInputSearch_input__wrapper__B4qUk
  .SelectorInputSearch_icon_clear__CroCp:hover {
  color: var(--iconsSecondary);
}

.SelectorInputSearch_input__wrapper__B4qUk
  .SelectorInputSearch_icon_clear__CroCp:active {
  color: var(--primary);
}

.MercuryoFail_wrapper__K5tZC {
  align-items: center;
  background-color: var(--Dark_bg1);
  border-radius: 0 0 24px 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.MercuryoFail_wrapper__K5tZC .MercuryoFail_icon__z11-m {
  align-items: center;
  background: var(--negative);
  border-radius: 64px;
  color: var(--secondary);
  display: flex;
  height: 56px;
  justify-content: center;
  margin-bottom: 24px;
  width: 56px;
}

.MercuryoFail_wrapper__K5tZC .MercuryoFail_title__HPPyl {
  color: var(--primary);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 4px;
}

.MercuryoFail_wrapper__K5tZC .MercuryoFail_description__Q8EjZ {
  color: var(--textSecondary);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.08px;
  line-height: 20px;
  margin-bottom: 24px;
}

.FaqAccordion_accordion__W1LcX {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: var(--primary);
}

.FaqAccordion_accordion__item__92PhQ {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 24px 0;
}

.FaqAccordion_accordion__item__92PhQ:not(:last-of-type) {
  border-bottom: 1px solid var(--borderCatalogWhiteLine);
}

.FaqAccordion_accordion__item__92PhQ .FaqAccordion_item__description__zkObe {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.12px;
  line-height: 24px;
}

.FaqAccordion_accordion__item__92PhQ
  .FaqAccordion_item__description__zkObe
  .FaqAccordion_description__row__09m91 {
  padding-top: 16px;
}

.FaqAccordion_accordion__item__92PhQ .FaqAccordion_item__header__TaFsP {
  display: flex;
  justify-content: space-between;
}

.FaqAccordion_accordion__item__92PhQ .FaqAccordion_item__header__TaFsP p {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
  max-width: 80%;
}

.FaqAccordion_accordion__item__92PhQ
  .FaqAccordion_item__header__TaFsP
  .FaqAccordion_plus__cA3Wp {
  height: 16px;
  position: relative;
  width: 16px;
}

.FaqAccordion_accordion__item__92PhQ
  .FaqAccordion_item__header__TaFsP
  .FaqAccordion_plus__cA3Wp:after,
.FaqAccordion_accordion__item__92PhQ
  .FaqAccordion_item__header__TaFsP
  .FaqAccordion_plus__cA3Wp:before {
  background-color: var(--primary);
  border-radius: 2px;
  content: '';
  position: absolute;
  transition: all 0.3s ease;
}

.FaqAccordion_accordion__item__92PhQ
  .FaqAccordion_item__header__TaFsP
  .FaqAccordion_plus__cA3Wp:before {
  height: 2px;
  left: 0;
  top: 7.5px;
  width: 16px;
}

.FaqAccordion_accordion__item__92PhQ
  .FaqAccordion_item__header__TaFsP
  .FaqAccordion_plus__cA3Wp:after {
  height: 16px;
  left: 7px;
  top: 1px;
  -webkit-transform: scaleX(1.1);
  transform: scaleX(1.1);
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 2px;
}

.FaqAccordion_accordion__item__92PhQ
  .FaqAccordion_item__header__TaFsP
  .FaqAccordion_plus__cA3Wp.FaqAccordion_minus__uRx-l:after {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.FaqAccordion_accordion__W1LcX .FaqAccordion_not_found__yXaj- {
  color: var(--primary);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.12px;
  line-height: 24px;
  padding: 32px;
  text-align: center;
}

.FAQ_faq__aIHHO {
  background-color: var(--Dark_bg1);
  border-radius: 0 0 24px 24px;
  color: var(--primary);
  overflow: hidden;
}

.FAQ_faq__back_btn__KnmMv {
  background: var(--backgroundTertiary) !important;
  border-radius: 0;
  width: 100%;
}

.FAQ_faq__back_btn__KnmMv:hover {
  background: var(--bsTertiaryHoverBackground) !important;
}

.FAQ_faq__back_btn__KnmMv:active {
  background: var(--bsSecondaryPressedBackground) !important;
}

.FAQ_faq__content__2QljQ {
  height: 416px;
  overflow-y: auto;
  padding: 32px 32px 0;
}

@media only screen and (max-width: 460px) {
  .FAQ_faq__content__2QljQ {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 16px;
  }
}

.FAQ_faq__aIHHO ::-webkit-scrollbar {
  border-radius: 3px;
  width: 6px;
}

.FAQ_faq__aIHHO ::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar_track);
  border-radius: 100px;
}

.FAQ_faq__aIHHO ::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 3px;
}

.modal__qr {
  display: flex;
  justify-content: center;
  padding: 24px;
}

.checkout {
  background: var(--payformCheckout);
  border-radius: 16px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.04), 0 0 6px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  width: 100%;
}

.checkout .checkout__info {
  border-bottom: 1px solid var(--borderPrimarySolid);
  display: flex;
  padding: 16px;
}

.checkout .checkout__info .info__qr-wrapper {
  margin-right: 16px;
}

body[dir='rtl'] .checkout .checkout__info .info__qr-wrapper {
  margin-left: 16px;
  margin-right: 0;
}

.checkout .checkout__info .info__recipient {
  padding: 4px 0 0;
  width: 100%;
}

.checkout .checkout__info .info__recipient .recipient__title {
  color: var(--textSecondary);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.08px;
  line-height: 20px;
  margin-bottom: 2px;
  text-align: start;
}

.checkout .checkout__info .info__recipient .recipient__address {
  grid-gap: 4px;
  display: grid;
  gap: 4px;
  grid-template-columns: minmax(100px, auto) 1fr;
  margin-bottom: 8px;
}

.checkout .checkout__info .info__recipient .recipient__address svg {
  cursor: pointer;
}

.checkout .checkout__info .info__recipient .recipient__address .address__text {
  color: var(--contentPrimary);
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.12px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.checkout
  .checkout__info
  .info__recipient
  .recipient__address
  .address__text.old {
  word-wrap: break-word;
}

.checkout
  .checkout__info
  .info__recipient
  .recipient__address
  .address__copy_btn {
  align-items: center;
  background: none;
  border: none;
  color: var(--primary);
  display: flex;
  height: 24px;
  justify-content: center;
  padding: 0;
  width: 24px;
}

.checkout
  .checkout__info
  .info__recipient
  .recipient__address
  .address__buttons {
  align-items: center;
  display: flex;
  gap: 8px;
  height: 24px;
  justify-content: flex-end;
}

.checkout .checkout__info .info__notification-alarm,
.checkout .checkout__info .info__notification-alarm .notification-alarm__email {
  color: var(--textSecondary);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.08px;
  line-height: 20px;
}

.checkout .checkout__info .info__notification-alarm .notification-alarm__email {
  background: none;
  border: none;
  cursor: pointer;
  margin-bottom: 2px;
  outline: none;
  padding: 0;
  text-align: start;
  text-decoration: underline;
}

.checkout .checkout__status {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media only screen and (max-width: 768px) {
  .checkout .checkout__status {
    grid-template-columns: 1fr;
  }
}

.checkout .checkout__status .status__expire {
  align-items: center;
  border-right: 1px solid var(--borderPrimarySolid);
  display: flex;
}

.checkout .checkout__status .status__expire > div {
  background: transparent;
}

body[dir='rtl'] .checkout .checkout__status .status__expire {
  border-left: 1px solid var(--borderPrimarySolid);
  border-right: none;
}

@media only screen and (max-width: 768px) {
  .checkout .checkout__status .status__expire {
    border-bottom: 1px solid var(--borderPrimarySolid);
    border-right: none;
  }

  body[dir='rtl'] .checkout .checkout__status .status__expire {
    border-left: none;
  }
}

.checkout .checkout__status .status__confirms {
  position: relative;
}

.checkout .checkout__status .status__confirms .confirms__notification {
  align-items: center;
  background-color: var(--backgroundApp);
  border: none;
  border-radius: 100px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.04), 0 0 6px rgba(0, 0, 0, 0.04);
  color: var(--primary);
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  outline: none;
  padding: 0;
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s ease;
  width: 40px;
}

body[dir='rtl']
  .checkout
  .checkout__status
  .status__confirms
  .confirms__notification {
  left: -20px;
  right: auto;
}

.checkout .checkout__status .status__confirms .confirms__notification:hover {
  background-color: var(--backgroundPrimary);
}

@media only screen and (max-width: 768px) {
  .checkout .checkout__status .status__confirms .confirms__notification {
    right: 16px;
  }

  body[dir='rtl']
    .checkout
    .checkout__status
    .status__confirms
    .confirms__notification {
    left: 16px;
    right: auto;
  }
}

.checkout__actions-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.checkout__actions-wrapper .actions__qr {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.checkout__actions-wrapper .actions__button-wrapper,
.confirm {
  align-items: center;
  display: flex;
}

.confirm {
  flex-direction: row;
  justify-self: center;
  padding: 16px;
}

.confirm.box-shadow {
  border-radius: 16px;
  box-shadow: 0 0 0 1px #f5f5f5, 0 8px 16px rgba(41, 41, 41, 0.04),
    0 0 6px rgba(41, 41, 41, 0.04);
}

@-webkit-keyframes ckw {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes ckw {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.confirm__icon {
  align-items: center;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: ckw;
  animation-name: ckw;
  color: var(--success);
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  margin-right: 16px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

body[dir='rtl'] .confirm__icon {
  margin-left: 16px;
  margin-right: 0;
}

.confirm__text {
  color: var(--success);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  max-width: 80%;
  overflow: hidden;
  text-align: start;
}

@media only screen and (max-width: 460px) {
  .confirm__text {
    max-width: 60%;
  }
}

.confirm__text .text__title {
  color: var(--contentSecondary);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.12px;
  line-height: 24px;
}

.sel select {
  margin: 10px 0;
  padding: 15px;
  box-sizing: border-box;
}

.time__ring {
  display: flex;
  align-items: center;
}

.time__player {
  margin-left: 25px;
}

#time {
  font-size: 14px;
  color: #00b67a;
}

.progress-circle {
  width: 50px;
  height: 50px;
  position: relative;
}
.progress-circle svg {
  transform: rotate(-90deg);
}
.progress-circle circle {
  fill: none;
  stroke-width: 3; /* Adjust the stroke width accordingly */
}
.progress-circle .bg {
  stroke: #e6e6e6;
}
.progress-circle .progress {
  stroke: #28a745; /* Green color */
  stroke-linecap: round;
  stroke-dasharray: calc(2 * 3.1416 * 20); /* Update radius */
  stroke-dashoffset: calc(2 * 3.1416 * 20); /* Update radius */
  transition: stroke-dashoffset 0.1s linear;
}
.time-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px; /* Adjust font size accordingly */
  font-weight: bold;
}

.pay {
  position: relative;
  z-index: 999;
}

.mask {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none; /* Initially hidden */
}

.mask_box {
  width: 100%;
  max-width: 600px;
  border-radius: 24px;
  background-color: #fff;
  padding: 32px;
  box-sizing: border-box;
  transform: translateY(-50%);
  opacity: 0;
  margin: 0 10px;
  transition: transform 0.5s, opacity 0.5s;
}

.control {
  margin-top: 32px;
  display: flex;
  justify-content: space-around;
}

.control button {
  max-width: 120px;
  height: 32px;
  border-radius: 16px;
}

body {
  width: 100vw;
  height: 100vh !important;
}
