* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "InterDisplay", sans-serif;
  font-optical-sizing: auto;
}

html, body {
  height: 100%;
  width: 100%;
}

button, a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

body {
  background: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), color-stop(36.95%, rgba(242, 242, 242, 0))), url(images/bg-pattern.png) lightgray 0% 0%/12px 12px repeat;
  background: linear-gradient(180deg, #F2F2F2 0%, rgba(242, 242, 242, 0) 36.95%), url(images/bg-pattern.png) lightgray 0% 0%/12px 12px repeat;
  background-attachment: fixed;
}

.content-container {
  max-width: 520px;
  margin: 0 auto;
  padding: 80px 0 0 0;
}
@media screen and (max-width: 600px) {
  .content-container {
    padding: 12px;
  }
}

.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  gap: 14px;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .page-header {
    margin-bottom: 12px;
  }
}

.page-title {
  color: #777;
  text-align: right;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  padding: 2px 0;
}

.payment-gateway-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border-radius: 36px;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 200px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 200px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 600px) {
  .payment-gateway-content {
    gap: 16px;
  }
}

.payment-gateway-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 18px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border-radius: 26px;
  background: #F2F2F2;
}

.info-box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.info-box-item p {
  color: #777;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}
@media screen and (max-width: 600px) {
  .info-box-item p {
    font-size: 12px;
    line-height: 16px;
  }
}

.info-box-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.info-box-item-header img {
  width: 18px;
  height: 18px;
  aspect-ratio: 1/1;
}
.info-box-item-header h2 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.54px;
}
@media screen and (max-width: 600px) {
  .info-box-item-header h2 {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.48px;
  }
}

.payment-gateway-footer-note {
  color: #777;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  padding: 0 12px;
}
.payment-gateway-footer-note a {
  color: #007AFF;
  text-decoration: none;
}
.payment-gateway-footer-note a:hover {
  text-decoration: underline;
}

.btn-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  padding: 18px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 26px;
  border: none;
  outline: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.btn-submit p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.btn-submit svg {
  width: 16px;
  height: 16px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.btn-submit.max-width {
  width: 100%;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.btn-submit.primary {
  background: #006AFF;
}
.btn-submit.primary p {
  color: #FFF;
}
.btn-submit.primary svg {
  fill: #FFF;
}
.btn-submit.primary:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(1, 107, 255, 0.4), 0px 0px 15.1px 0px #FFF inset;
          box-shadow: 0px 0px 15px 0px rgba(1, 107, 255, 0.4), 0px 0px 15.1px 0px #FFF inset;
}
.btn-submit.secondary {
  background: #F2F2F2;
}
.btn-submit.secondary p {
  color: #000;
}
.btn-submit.secondary svg {
  fill: #000;
}
.btn-submit.secondary:hover {
  background: #000;
}
.btn-submit.secondary:hover p {
  color: #FFF;
}
.btn-submit.secondary:hover svg {
  fill: #FFF;
}
.btn-submit:active {
  opacity: 0.8;
}

.payment-gateway-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 18px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.payment-gateway-form .global-input-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  min-width: 90%;
}
.payment-gateway-form .global-input-wrapper:nth-child(2), .payment-gateway-form .global-input-wrapper:nth-child(3) {
  min-width: 40%;
}
@media screen and (max-width: 600px) {
  .payment-gateway-form .global-input-wrapper:nth-child(2), .payment-gateway-form .global-input-wrapper:nth-child(3) {
    min-width: 100%;
  }
}

.global-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
@media screen and (max-width: 600px) {
  .global-input-wrapper {
    gap: 6px;
  }
}
.global-input-wrapper label {
  color: #777;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
}
@media screen and (max-width: 600px) {
  .global-input-wrapper label {
    font-size: 12px;
  }
}
.global-input-wrapper .error-text {
  color: #BE2525;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  padding: 1px;
  gap: 1px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .input-wrapper {
    height: 40px;
  }
}
.input-wrapper .select-wrapper {
  width: 100%;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.input-wrapper input {
  padding: 18px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  height: 52px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  border-radius: 14px;
  border: none;
  outline: 1px solid #DFDFDF;
  background: #FFF;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .input-wrapper input {
    height: 40px;
    border-radius: 8px;
    padding: 12px;
  }
}
.input-wrapper input::-webkit-input-placeholder {
  color: #777;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.input-wrapper input::-moz-placeholder {
  color: #777;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  -moz-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.input-wrapper input:-ms-input-placeholder {
  color: #777;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.input-wrapper input::-ms-input-placeholder {
  color: #777;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.input-wrapper input::placeholder {
  color: #777;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.input-wrapper input:hover {
  outline: 1px solid #DFDFDF;
  background: #F4F4F4;
}
.input-wrapper input:hover::-webkit-input-placeholder {
  color: #000;
}
.input-wrapper input:hover::-moz-placeholder {
  color: #000;
}
.input-wrapper input:hover:-ms-input-placeholder {
  color: #000;
}
.input-wrapper input:hover::-ms-input-placeholder {
  color: #000;
}
.input-wrapper input:hover::placeholder {
  color: #000;
}
.input-wrapper input:active, .input-wrapper input:focus {
  outline: 2px solid hsl(215, 100%, 50%);
  background: #FFF;
  color: #006AFF;
}
.input-wrapper input.error {
  outline: 1px solid hsla(0, 67%, 45%, 0.3);
  color: #BE2525;
}

.select-wrapper {
  position: relative;
}
.select-wrapper:first-child select {
  border-radius: 14px 0 0 14px;
}
@media screen and (max-width: 600px) {
  .select-wrapper:first-child select {
    border-radius: 8px 0 0 8px;
  }
}
.select-wrapper:last-child select {
  border-radius: 0 14px 14px 0;
}
@media screen and (max-width: 600px) {
  .select-wrapper:last-child select {
    border-radius: 0 8px 8px 0;
  }
}
.select-wrapper::before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 19px;
  right: 20px;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23777777' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  z-index: 4;
}
@media screen and (max-width: 600px) {
  .select-wrapper::before {
    top: 12px;
    right: 12px;
  }
}
.select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #FFF;
  border: none;
  outline: 1px solid #DFDFDF;
  border-radius: 0;
  padding: 18px 40px 18px 20px;
  height: 52px;
  font-size: 16px;
  color: #000;
  width: 100%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  position: relative;
}
@media screen and (max-width: 600px) {
  .select-wrapper select {
    height: 40px;
    border-radius: 8px;
    padding: 12px;
  }
}
.select-wrapper select:invalid {
  color: #777;
}
.select-wrapper select:hover {
  outline: 1px solid #DFDFDF;
  background: #F4F4F4;
  color: #000;
}
.select-wrapper select:active, .select-wrapper select:focus {
  outline: 2px solid hsl(215, 100%, 50%);
  background: #FFF;
  color: #006AFF;
  z-index: 3;
}
.select-wrapper select.error {
  outline: 1px solid hsla(0, 67%, 45%, 0.3);
  color: #BE2525;
}
.select-wrapper select::-ms-expand {
  display: none;
}

.payment-gateway-heading {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.96px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  padding: 0 12px;
}
@media screen and (max-width: 600px) {
  .payment-gateway-heading {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.72px;
  }
}

.footer-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 120px;
  color: #777;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 600px) {
  .footer-page {
    margin-top: 12px;
    font-size: 14px;
  }
}

.payment-gateway-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border-radius: 26px;
  background: #F2F2F2;
}
@media screen and (max-width: 600px) {
  .payment-gateway-card {
    padding: 9px;
  }
}
@media screen and (max-width: 320px) {
  .payment-gateway-card {
    padding: 0;
  }
}

.card-a-side {
  position: relative;
  border-radius: 14px;
  background: #E3E3E3;
  -webkit-box-shadow: inset 0 0 8px 2px rgba(255, 255, 255, 0);
          box-shadow: inset 0 0 8px 2px rgba(255, 255, 255, 0);
  width: 264px;
  height: 177px;
  isolation: isolate;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.card-a-side.flipped, .card-a-side:hover, .card-a-side.hover {
  background: #006AFF;
  -webkit-box-shadow: inset 0 0 8px 2px rgba(255, 255, 255, 0.4);
          box-shadow: inset 0 0 8px 2px rgba(255, 255, 255, 0.4);
}
.card-a-side.flipped .card-number-date, .card-a-side:hover .card-number-date, .card-a-side.hover .card-number-date {
  background: #05C;
}
.card-a-side.flipped .card-number-date p, .card-a-side:hover .card-number-date p, .card-a-side.hover .card-number-date p {
  color: #FFF;
}
.card-a-side.flipped .card-number-cvv, .card-a-side:hover .card-number-cvv, .card-a-side.hover .card-number-cvv {
  background: #05C;
}
.card-a-side.flipped .card-number-cvv p, .card-a-side:hover .card-number-cvv p, .card-a-side.hover .card-number-cvv p {
  color: #FFF;
}
.card-a-side.flipped .visa, .card-a-side:hover .visa, .card-a-side.hover .visa {
  fill: #FFF;
}
.card-a-side.flipped .card-number-bottom-label p, .card-a-side:hover .card-number-bottom-label p, .card-a-side.hover .card-number-bottom-label p {
  color: #FFF;
}
.card-a-side.flipped .card-number-date {
  opacity: 0;
}
.card-a-side.flipped .magnet_fill {
  opacity: 1;
}
.card-a-side.flipped .visa {
  opacity: 0;
}
.card-a-side.flipped .card-number-cvv {
  top: 131px;
}
.card-a-side.flipped .card-number-cvv .cvv {
  opacity: 1;
}
.card-a-side.flipped .card-number-cvv .number {
  opacity: 0;
}
.card-a-side.flipped .card-number-bottom-label p {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.card-a-side .card-number-date {
  padding: 8px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 38px;
  min-width: 84px;
  position: absolute;
  right: 8px;
  bottom: 8px;
  border-radius: 8px;
  background: #F2F2F2;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.card-a-side .card-number-date p {
  color: #919191;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.card-a-side .magnet_fill {
  width: 264px;
  height: 32px;
  top: 35px;
  background: #FFF;
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: -2;
}
.card-a-side .visa {
  height: 51px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  top: 5px;
  left: 17px;
  position: absolute;
  opacity: 1;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  fill: #919191;
}
.card-a-side .card-number-cvv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 248px;
  height: 38px;
  top: 59px;
  position: absolute;
  border-radius: 8px;
  background: #F2F2F2;
  left: 8px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: 1;
}
.card-a-side .card-number-cvv .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 248px;
  height: 38px;
  position: absolute;
  color: #919191;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.16px;
  white-space: nowrap;
  opacity: 1;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.card-a-side .card-number-cvv .cvv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 248px;
  height: 38px;
  position: absolute;
  color: #919191;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.16px;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: -1;
}
.card-a-side .card-number-bottom-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 17px;
  position: absolute;
  right: 8px;
  bottom: 52px;
}
.card-a-side .card-number-bottom-label p {
  color: #919191;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transform: translateY(-17px);
          transform: translateY(-17px);
}

@-webkit-keyframes modal-overlay {
  0% {
    background: rgba(0, 0, 0, 0);
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
  }
  100% {
    background: rgba(0, 0, 0, 0.25);
    -webkit-backdrop-filter: blur(2.5px);
            backdrop-filter: blur(2.5px);
  }
}

@keyframes modal-overlay {
  0% {
    background: rgba(0, 0, 0, 0);
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
  }
  100% {
    background: rgba(0, 0, 0, 0.25);
    -webkit-backdrop-filter: blur(2.5px);
            backdrop-filter: blur(2.5px);
  }
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: modal-overlay 0.3s ease-out forwards;
          animation: modal-overlay 0.3s ease-out forwards;
  padding: 12px;
}

@-webkit-keyframes modal-container {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes modal-container {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.modal-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 450px;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  border-radius: 24px;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 200px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 200px 0px rgba(0, 0, 0, 0.05);
  -webkit-animation: modal-container 0.3s ease-out forwards;
          animation: modal-container 0.3s ease-out forwards;
}

.modal-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.modal-text .modal-title {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.modal-text .modal-subtext {
  color: #777;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.modal-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@-webkit-keyframes loading-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loading-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.payment-gateway-btn-wrapper {
  width: 100%;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #006AFF;
  border-radius: 26px;
  isolation: isolate;
  position: relative;
}
.payment-gateway-btn-wrapper::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 10C19.5523 10 20.0052 9.55116 19.95 9.00163C19.787 7.37656 19.2277 5.8107 18.3147 4.4443C17.2159 2.79981 15.6541 1.51808 13.8268 0.761205C11.9996 0.00432834 9.98891 -0.193705 8.0491 0.192147C6.10929 0.577999 4.32746 1.53041 2.92893 2.92893C1.53041 4.32746 0.577999 6.10929 0.192147 8.0491C-0.193705 9.98891 0.00432836 11.9996 0.761205 13.8268C1.51808 15.6541 2.79981 17.2159 4.4443 18.3147C5.8107 19.2277 7.37656 19.787 9.00163 19.95C9.55116 20.0052 10 19.5523 10 19V19C10 18.4477 9.55055 18.0064 9.00258 17.9376C7.77376 17.7832 6.59275 17.3449 5.55544 16.6518C4.23984 15.7727 3.21446 14.5233 2.60896 13.0615C2.00346 11.5997 1.84504 9.99113 2.15372 8.43928C2.4624 6.88743 3.22433 5.46197 4.34315 4.34315C5.46197 3.22433 6.88743 2.4624 8.43928 2.15372C9.99113 1.84504 11.5997 2.00346 13.0615 2.60896C14.5233 3.21446 15.7727 4.23984 16.6518 5.55544C17.3449 6.59275 17.7832 7.77376 17.9376 9.00258C18.0064 9.55055 18.4477 10 19 10V10Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: cover;
  -webkit-animation: loading-spinner 1s linear infinite;
          animation: loading-spinner 1s linear infinite;
  z-index: -1;
}

.swal-modal {
    width: 100%;
    max-width: 450px;
    padding: 24px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0px 4px 200px 0px rgba(0, 0, 0, 0.05);
    animation: modal-container 0.3s ease-out forwards;
  }

  .swal-title {
    padding: 0;
    margin: 0;
    color: #000;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    margin-top: 0px !important;
    margin-bottom: 14px !important;
  }

  .swal-text {
    color: #777;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .swal-icon {
    padding: 0;
    margin: -12px auto 0 auto;
    scale: 0.56;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .swal-button {
    border-radius: 8px !important;
    padding: 10px 24px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    box-shadow: none !important;
  }

  .swal-button--cancel {
    background-color: #e8e8e8 !important;
    color: #000 !important;
  }

  .swal-footer {
    display: flex !important;
    justify-content: center !important;
    gap: 10px !important;
    margin-top: 20px !important;
  }

  .swal-button-container {
    padding: 0 !important;
    margin: 0 !important;
  }

  .swal-button {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 54px !important;
    padding: 18px 24px !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    gap: 10px !important;
    border-radius: 26px !important;
    border: none !important;
    outline: none !important;
    -webkit-transition: 0.3s ease-out !important;
    transition: 0.3s ease-out !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 18px !important;
    -webkit-transition: 0.3s ease-out !important;
    transition: 0.3s ease-out !important;
  }
  .swal-button--confirm {
    background: #006AFF !important;
    color: #FFF !important;
  }
  .swal-button--confirm:hover {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(1, 107, 255, 0.4), 0px 0px 15.1px 0px #FFF inset !important;
    box-shadow: 0px 0px 15px 0px rgba(1, 107, 255, 0.4), 0px 0px 15.1px 0px #FFF inset !important;
  }
  .swal-button--cancel {
    background: #F2F2F2 !important;
    color: #000 !important;
  }
  .swal-button--cancel:hover {
    background: #000 !important;
    color: #FFF !important;
  }
  .swal-footer {
    padding: 0;
    margin: 0;
  }
  .swal-content__input {
    padding: 18px 20px !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    gap: 10px !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
    height: 52px !important;
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 0 0px !important;
    flex: 1 0 0 !important;
    border-radius: 14px !important;
    border: none !important;
    outline: 1px solid #DFDFDF !important;
    background: #FFF !important;
    -webkit-transition: 0.3s ease-out !important;
    transition: 0.3s ease-out !important;
    color: #000 !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 18px !important;
    width: 100% !important;
  }
  .swal-content__input::-webkit-input-placeholder {
    color: #777 !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 18px !important;
    -webkit-transition: 0.3s ease-out !important;
    transition: 0.3s ease-out !important;
  }
  .swal-content__input:hover {
    outline: 1px solid #DFDFDF !important;
    background: #F4F4F4 !important;
  }
  .swal-content__input:active, .swal-content__input:focus {
    outline: 2px solid hsla(215, 100%, 50%, 0.3) !important;
    background: #FFF !important;
    color: #006AFF !important;
  }


  .swal-custom-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  margin: 0 auto 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f7fa;
}

.swal-custom-icon img {
  width: 28px;
  height: 28px;
}

.swal-icon--info {
  background-color: #e6f0ff;
}

.swal-icon--warning {
  background-color: #fff3e0;
}

.swal-icon--error {
  background-color: #ffebee;
}

.swal-icon--success {
  background-color: #e6f7ef;
}

     @-webkit-keyframes page-loading {
        0% {
          opacity: 1;
        }

        100% {
          opacity: 0;
        }
      }

      @keyframes page-loading {
        0% {
          opacity: 1;
        }

        100% {
          opacity: 0;
        }
      }
      @keyframes modal-fade-scale {
  0% {
    transform: scale(0.96);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.swal-modal {
  animation: modal-fade-scale 0.3s ease-out forwards;
}


     body::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 999999999999;
  -webkit-animation: page-loading 1.0s cubic-bezier(0.8, 0, 0.58, 1) forwards;
  animation: page-loading 1.0s cubic-bezier(0.8, 0, 0.58, 1) forwards;
}

.support-circle {
  background-color: #006AFF !important;
}
.dot {
  width: 8px;
  height: 8px;
  background-color: #0070f3;
  border-radius: 50%;
  animation: bounce 1.4s infinite ease-in-out both;
}
.dot:nth-child(1) { animation-delay: -0.32s; }
.dot:nth-child(2) { animation-delay: -0.16s; }
.dot:nth-child(3) { animation-delay: 0; }

@keyframes bounce {
  0%, 80%, 100% { transform: scale(0); }
  40% { transform: scale(1); }
}