@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&display=swap");
.sr-headless-checkout {
  background-color: #000;
  border-radius: 6px;
  color: #fff;
  border: 0;
  position: relative;
  padding: 10px;
  width: 100%;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  line-height: initial !important;
}
.sr-d-flex {
  display: flex;
}
.flex-center {
  justify-content: center;
}
.full-width {
  width: 100%;
}
.sr-discount-label {
  font-size: 9px;
  color: #000;
  text-transform: none;
  position: absolute;
  top: -8px;
  left: 6px;
  background-color: #53ff73;
  border-radius: 3px;
  padding: 0 10px;
}

.sr-powered-by {
  position: absolute;
  right: 5px;
  bottom: 2px;
  font-size: 0;
}
.sr-powered-by img {
  width: 90%;
}
.sr-pl-15 {
  padding-left: 15px;
}
.sr-pr-15 {
  padding-right: 15px;
}
/* Modal css */
.headless-modal {
  position: fixed; /* Stay in place */
  z-index: 2147483647; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100vh; /*ios*/
  min-height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.headless-modal-content {
  position: fixed;
  bottom: 0;
  top: 0;
  background-color: #363535a1;
  width: 100%;
}

.headless-modal-body {
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 550px) {
  .App {
    max-width: 414px;
  }
}

.headless-modal-body > iframe {
  height: 100%;
  border: 0;
  width: 100%;
}

/* Full-screen checkout overlay root */
.fastrr-checkout-root {
  position: fixed;
  inset: 0;
  z-index: 2147483646;
  pointer-events: auto;
}

body.fastrr-checkout-open {
  overflow: hidden;
}

.headless-container {
  position: fixed;
  inset: 0;
  z-index: 1;
}

/* Loader overlay */
.fastrr-pre-loader-container {
  position: fixed;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.96);
}

.fastrr-pre-loader-container[hidden] {
  display: none !important;
}

.fastrr-pre-loader {
  text-align: center;
  padding: 1.5rem;
  max-width: 280px;
}

.animation-container {
  position: relative;
  width: 72px;
  height: 72px;
  margin: 0 auto 1rem;
}

.animation-loader {
  position: absolute;
  inset: 0;
  border: 3px solid #e9ecef;
  border-top-color: #6f42c1;
  border-radius: 50%;
  animation: fastrr-spin 0.9s linear infinite;
}

.animation-image {
  position: absolute;
  inset: 12px;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  object-fit: contain;
}

@keyframes fastrr-spin {
  to { transform: rotate(360deg); }
}

.splash__text {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #212529;
  margin-bottom: 0.5rem;
}

.redirect-button-fastrr {
  font-size: 0.8125rem;
  color: #6c757d;
}

.redirect-button-fastrr a {
  color: #0d6efd;
  text-decoration: underline;
}

.fastrr-close-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(0, 0, 0, 0.45);
  border: none;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  line-height: 1;
}

.headless-payment-iframe {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  z-index: 2147483648;
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.sr-headless-checkout.invert span,
.sr-headless-checkout.invert span+img,
.sr-headless-checkout.invert .sr-powered-by
{
  filter: invert(1);
}
.shiprocket-headless{
  margin-top: 20px;
}

.checkout-button.button.alt.wc-forward.inline-checkout{
  display:block!important;
}
