:root,
body,
body.dark {
  --trust-blue: #0500ff;
  --trust-blue-hover: #0038ff;
  --trust-green: #48ff91;
  --success: #0500ff;
  --success-light: #0b6bff;
  --backgroundSuccessOverlay: rgb(5 0 255 / 16%);
  --backgroundSuccessLightOverlay: rgb(5 0 255 / 10%);
  --buttonPrimaryBackground: #0500ff;
  --buttonPrimaryForeground: #ffffff;
  --bsPrimaryHoverBackground: #0038ff;
  --bsPrimaryPressedBackground: #0000cc;
  --payform: linear-gradient(255deg, #10131f 3.88%, #070914 100%);
  --payformCheckout: linear-gradient(255deg, #10131f 3.88%, #070914 100%);
  --Dark_bg1: #080a13;
  --backgroundApp: #080a13;
  --backgroundSecondary: #111527;
  --backgroundTertiary: #171d34;
  --backgroundCopyIcon: #111a3a;
  --border_primary: rgb(255 255 255 / 12%);
  --select_border: rgb(255 255 255 / 14%);
  --select_hover: rgb(5 0 255 / 14%);
}

.pay {
  background:
    radial-gradient(circle at 50% -10%, rgb(5 0 255 / 22%), transparent 34rem),
    #02030a !important;
}

.pay .pay-container .pay__content {
  box-shadow: 0 24px 90px rgb(0 56 255 / 22%), 0 0 0 1px rgb(255 255 255 / 8%) !important;
}

.pay .pay-container .pay__content .content__info,
.pay .pay-container .content__actions,
.checkout {
  border-color: rgb(255 255 255 / 10%);
}

._header_68hq8_227 ._header__top_68hq8_260 ._top__logo_68hq8_274 {
  color: #ffffff;
  letter-spacing: 0;
}

._top__logo_68hq8_274 .trust-wallet-wordmark {
  width: 172px !important;
  height: auto !important;
  display: block;
}

.trust-wallet-button-icon {
  width: 30px;
  height: 33px;
  display: block;
}

.button-module__primary___ppbyq:not(:disabled) {
  background: linear-gradient(135deg, var(--trust-blue), #0b6bff) !important;
  color: #ffffff !important;
}

.button-module__primary___ppbyq:not(:disabled):hover {
  background: linear-gradient(135deg, var(--trust-blue-hover), #0094ff) !important;
}

.button-module__disabled___tB8LZ,
.button-module__primary___ppbyq:disabled {
  opacity: 0.58;
}

.confirm__icon_rotating path {
  fill: var(--trust-blue) !important;
}

.notification-alarm__email,
.address__copy_btn,
.copy-icon {
  color: #ffffff;
}

@media only screen and (width <= 460px) {
  ._top__logo_68hq8_274 .trust-wallet-wordmark {
    width: 154px !important;
  }
}
