@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.zeropay-popup-icon-p{
  font-size: 13px;
  text-align: center;
}

.zeropay-popup-application-span{
  font-size: 25px;
  font-weight: 600;
  color: #1a2759;
}

.zeropay-popup-application-btn-link{
  text-decoration: none !important;
}

.zeropay-popup-footer-span{
  font-size: 12px;
  font-weight: 500;
  color:#1a2759
}

.zeropay-popup-footer-span a{
color: #1a2759 !important;
}


.zeropay-popup-span {
  font-size: 12px;
  color: #1a2759 !important;
  font-weight: 700;
  text-align: center;
}

.zeropay-popup-icons {
  width: 90px;
  display: inline;
  border: none;
}

.zeropay-modal-icon-center {
  position: absolute;
  display: inline;
  top: 28%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  width: 415px;
  border: none;
}

.zeropay-modal-icon-bottomleft {
  position: absolute;
  bottom: 55px;
  left: -49px;
  font-size: 18px;
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  width: 155px;
  border: none;
}

.zeropay-modal-icon-bottomright {
  position: absolute;
  bottom: 140px;
  right: -38px;
  font-size: 18px;
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  width: 155px;
  border: none;
}

.zeropay-modal-icon-topleft {
  position: absolute;
  top: -35px;
  left: 0px;
  font-size: 18px;
  width: 135px;
  border: none;
}

/* OLD CSS STARTS HERE */
.zeropay-modal-container .zeropay-close-button {
  float: right !important;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  font-size: 25px !important;
  color: #1a2759 !important;

  position: absolute !important;
  top: 0px !important;
  left: 369px !important;
  font-size: 24px !important;
  width: 135px !important;
}

.zeropay-modal-container {
  position: relative;
  font-family: "Montserrat", sans-serif;
  max-width: 512px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  padding: 24px 16px;
  padding-bottom: 15px;
  overflow: hidden;
}
.zeropay-modal-container h1 {
  color: #1a2759;
  text-align: center;
  font-size: 42px;
  margin: 0;
  margin-top: 15px;
}

.zeropay-modal-container h2 {
  color: #e25e63;
  text-align: center;
  font-size: 34px;
  margin: 0;
}

.zeropay-modal-container h2 span {
  color: #1a2759;
  opacity: 0.5;
  font-weight: 400;
  text-align: center;
  font-size: 34px;
  margin: 0;
}

.zeropay-modal-container h2 small {
  color: #1a2759;
  font-weight: 400;
  text-align: center;
  font-size: 22px;
  margin: 0;
}

.zeropay-stepper-container {
  padding-top: 85px;
  padding-bottom: 35px;
}

.zeropay-steps {
  padding-inline-start: 0;
  display: flex;
  align-items: stretch; /* Default */
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

.zeropay-steps li {
  font-weight: bold;
  list-style-type: none;
  float: left;
  width: 33%;
  position: relative;
  text-align: center;
  font-size: 13px;
  margin: 0;
  display: block;
  flex: 0 1 auto;
  list-style-type: none;
  background-color: white;
  padding: 0;
  z-index: 1;
}

.zeropay-steps li small {
  font-size: 12px;
  opacity: 0.5;
}

.zeropay-step-one:before {
  /* content: "1";*/
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 1px solid #e25e63;
  display: block;
  text-align: center;
  margin: 0 auto 10px;
  background-color: white;
}

.zeropay-step-two:before {
  /*content: "2";*/
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 1px solid #e25e63;
  display: block;
  text-align: center;
  margin: 0 auto 10px;
  background-color: white;
}

.zeropay-step-three:before {
  /*content: "3";*/
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 1px solid #e25e63;
  display: block;
  text-align: center;
  margin: 0 auto 10px;
  background-color: white;
}

.zeropay-steps li:after {
  /* content: "";*/
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #e25e63;
  top: 15px;
  left: -50%;
  z-index: -1;
}

.zeropay-steps li:first-child:after {
  content: none;
}

.zeropay-steps li {
  color: #1a2759;
}

.zeropay-steps li:before {
  border-color: #e25e63;
  background-color: #e25e63;
}

.zeropay-steps:after {
  background-color: #e25e63;
}

.zeropay-modal-img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 56px;
  width: auto;
  margin-top: 16px;
}

.zeropay-column {
  float: left;
  width: 33.33%;
  text-align: center;
}

.zeropay-row:after {
  content: "";
  display: table;
  clear: both;
}

.zeropay-steps li:first-child {
  padding-left: 0;
}

.zeropay-steps li:last-child {
  padding-right: 0;
}

.zeropay-steps:after {
  /*content: "";*/
  border-bottom: 1px solid lightgray;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  width: 100%;
}

.zeropay-modal-qr {
  width: 80%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
}

@media all {
  .zeropay-application-button {
    font-size: 1.7rem !important;
    color: white !important;
    background-color: #1a2759 !important;
    border-radius: 20px !important;
    padding: 12px;
    outline: none;
    border: none;
    font-weight: bolder;
    cursor: pointer;
  }
  .zeropay-row:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }
  .zeropay-application-row {
    padding-top: 35px !important;
    text-align: center !important;
  }
}

#zeropayInstalmentModalOverlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  opacity: 0.9;
  background: #222;
  z-index: 40000;
  top: 0;
  left: 0;
  overflow: hidden;
  animation-name: fadeIn_Container;
  animation-duration: 1s;
}


#zeropayInstalmentModal {
  display: none;
  top: 0;
  right: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 40001;
  border-radius: 10px;
  margin-top: 30px;
  margin-left: 10%;
  animation-name: fadeIn_Modal;
  animation-duration: 0.8s;
  display: none;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
  align-content: center;
  justify-items: center;
}

@media only screen and (max-width: 769px){
  /* CSS that should be displayed if width is equal to or less than 769px goes here */
  .zeropay-modal-icon-topleft{
    position: absolute;
    top: 0px;
    left: -35px;
    font-size: 18px;
    width: 96px;
  }

  .zeropay-modal-container h1{
    color: #1a2759;
    text-align: center;
    font-size: 24px;
    margin: 0;
    margin-top: 1px;
  }

  .zeropay-modal-container h2{
    color: #e25e63;
    text-align: center;
    font-size: 26px;
    margin: 0;
  }

  .zeropay-modal-icon-center{
    position: absolute;
    display: inline;
    top: 21%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    border: none;
    width: 268px;
  }

  .zeropay-stepper-container{
    padding-top: 52px;
    padding-bottom: 5px;
  }

  .zeropay-popup-icons{
    width: 65px;
    display: inline;
    border: none;
  }

  .zeropay-modal-container{
    position: relative;
    font-family: "Montserrat", sans-serif;
    max-width: 350px;
    background: #fff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    padding: 23px 16px;
    padding-bottom: 15px;
    overflow: hidden;
  }

  .zeropay-modal-container .zeropay-close-button{
    float: right !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    font-size: 25px !important;
    color: #1a2759 !important;
    position: absolute !important;
    top: 0px !important;
    left: 254px !important;
    font-size: 19px !important;
    width: 121px !important;
  }

  .zeropay-popup-span {
    font-size: 10px;
    color: #1a2759 !important;
    font-weight: 700;
    text-align: center;
  }

  .zeropay-modal-icon-bottomright {
    position: absolute;
    bottom: 140px;
    right: -38px;
    font-size: 18px;
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    width: 102px;
  }

  .zeropay-modal-icon-bottomleft {
    position: absolute;
    bottom: 55px;
    left: -49px;
    font-size: 18px;
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    width: 124px;
  }

  .zeropay-application-row{
    padding-top: 1px
  }

 }