@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&display=swap");
.sr-mr-16
{
    margin-right:16px;
}
.page-outer-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;
}
.checkout-modal header .modal-close-icon{
  display:none!important;
}
.itl-modal-content
{
    display:flex;
    align-items:center;
    justify-content:center;
}
.page-d-flex,.d-flex {
  display: flex;
}
.flex-center {
  justify-content: center;
}
.full-width {
  width: 100%;
}
.page-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;
}

.page-powered-by {
  position: absolute;
  right: 5px;
  bottom: 2px;
  font-size: 0;
}
.page-powered-by img {
  width: 90%;
}
.page-pl-15 {
  padding-left: 15px;
}
.page-pr-15 {
  padding-right: 15px;
}
/* Modal css */
.checkout-outer-modal {
  position: fixed; /* Stay in place */
  z-index: 2147483647; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /*ios*/
  min-height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  /* background-color: rgb(0, 0, 0);  */
  /* Fallback color */
   background-color: rgb(87 87 87 / 40%);  
  /* Black w/ opacity */
}
.itl-modal-content{
    height:100%;
}
/* Modal Content */
.checkout-outer-modal-content {
  position: fixed;
  bottom: 0;
  top: 0;
   background-color: #363535a1; 
  width: 100%;
}

/*.checkout-outer-modal-body {*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    margin: 0 auto;*/
/*    text-align: center;*/
/*    width: 1136px;*/
/*    max-width: 1136px;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    border-radius: 10px;*/
/*}*/
.checkout-outer-modal-body {
    /* height: 100%; */
    /* width: 100%; */
    /* margin: 0 auto; */
    /* text-align: center; */
    width: 1136px;
    max-width: 1136px;
    /* position: relative; */
    /* overflow: hidden; */
    /* border-radius: 10px; */
    /* max-width: 100%; */
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 500px !important;
    border-radius: 0;
    position: fixed;
    /* top: 0px; */
    /* bottom: 0px; */
    right: 0px;
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /* z-index: 99999999999999; */
    /* height: 100%; */
}

@media screen and (min-width: 550px) {
  .App {
    max-width: 414px;
  }
}
@media(max-width:767px){
    .checkout-outer-modal-body{
        height: 100% !important;
    }
}
.checkout-outer-modal-body > iframe {
  height: 100%;
  border: 0;
  width: 100%;
  border-radius:8px;
  /*max-width: 1400px;*/
}
@media(min-width:1200px){
    .checkout-outer-modal-body > iframe {
        width: 1136px;
        max-width: 1136px;
        height: 100%;
        border:0;
    }
     
}

.checkout-outer-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 */
}

.page-outer-checkout.invert span,
.page-outer-checkout.invert span+img,
.page-outer-checkout.invert .page-powered-by
{
  filter: invert(1);
}