.swal2-popup {
    font-size: 1.6rem !important;
    font-family: AbadiMTCondensed, serif;
}

.redoutline {
    border: 1.5px solid red;
}

.hidewithcss{
    opacity: 0;
    position: absolute;
    z-index: -222;
}




.pstitle {
    color: #88B04B;
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 10px;
  }
.pssubtitle {
    color: #404F5E;
    /* font-family: "Nunito Sans", "Helvetica Neue", sans-serif; */
    font-size:20px;
    margin: 0;
    font-weight: 400;
  }
.pscheckmark {
  color: #9ABC66;
  font-size: 100px;
  line-height: 200px;
  margin-left:-15px;
}
.pscard {
  background: white;
  padding: 60px;
  border-radius: 4px;
  box-shadow: 0 2px 3px #C8D0D8;
  display: inline-block;
  margin: 0 auto;
}

.psbtn{
    background-color: #9ABC66;
    padding: 1rem 1.5rem;
    margin-top: 1rem;
}


