.checkout-payment-iframe-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 1000;
  background-color: white;
}
.checkout-payment-iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  background-color: white;
}
.checkout-payment-iframe-wrapper .close-button {
  position: fixed;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
}

.checkout-payment-redirection-iframe-wrapper {
  width: 100%;
  position: relative;
}
.checkout-payment-redirection-iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  background-color: white;
}
.checkout-payment-redirection-iframe-wrapper .close-button {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
}/*# sourceMappingURL=index.css.map */