@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
body {
  font-family: "Roboto", sans-serif;
  color: #414141;
}

.btn.btn-primary {
  background-color: #f48282;
  border-color: #f48282;
  border-radius: 28px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  padding: 0.55em 1.6em;
}
.btn.btn-primary:hover {
  color: #f48282;
  background-color: #ffffff;
  border-color: #f48282;
}
.btn.btn-primary:not(:disabled):not(.disabled).active, .btn.btn-primary:not(:disabled):not(.disabled):active, .btn.btn-primary:focus {
  color: #f48282;
  background-color: #ffffff;
  border-color: #f48282;
  box-shadow: 0 0 0 0.2rem rgba(244, 130, 130, 0.5);
}

.select2-dropdown {
  background: #ffffff;
  box-shadow: 0px 0px 10px #00000029;
  border-radius: 23px;
  overflow: hidden;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  color: #fff;
  background-color: #f48282;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 0;
  border-bottom: 0.6000000238px solid #707070;
  outline: 0;
}

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
  padding: 18px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: #000;
}

.select2-container {
  margin-right: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  width: auto;
  display: flex;
  align-items: center;
  position: static;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: static;
  margin-left: 0;
  margin-top: 0;
}

.select2-container .select2-selection--single {
  height: 100%;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
}

.form-control,
.select2-container--default .select2-selection {
  background-color: #efefef;
  border-radius: 23px;
  border: none;
  padding: 9px 16px;
  font-size: 18px;
  color: #414141;
  font-weight: 500;
}
.form-control::placeholder,
.select2-container--default .select2-selection::placeholder {
  font-size: 14px;
  color: #9d9d9d;
  font-weight: 400;
}
.form-control:focus,
.select2-container--default .select2-selection:focus {
  border: none;
  box-shadow: 0 0 0 0.2rem rgba(244, 130, 130, 0.5);
}

.select2-container--default .select2-selection {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.phone-number-field {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.logo {
  text-align: center;
}
.logo img {
  width: 235px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.logo h1 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 22px;
}

.voucher-form-wrapper,
.voucher-terms-wrapper {
  background-color: #ffffff;
  box-shadow: 0px 0px 25px #00000040;
  border-radius: 20px;
  padding: 20px;
}

.voucher-form-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.voucher-form-wrapper .form-img {
  width: 140px;
  height: 140px;
  margin-bottom: 8px;
  overflow: hidden;
}
.voucher-form-wrapper .form-img .bodhi-svg {
  transform: scale(1.7) !important;
}
.voucher-form-wrapper h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
.voucher-form-wrapper form.voucher-form {
  max-width: 400px;
  width: 100%;
}
.voucher-form-wrapper form.voucher-form .form-group label {
  font-size: 16px;
  font-weight: 500;
  margin-left: 16px;
}
.voucher-form-wrapper form.voucher-form .form-group .mobile-number-wrapper {
  display: flex;
}
.voucher-form-wrapper form.voucher-form .form-group .mobile-number-wrapper input {
  flex: 1;
}

.voucher-terms-wrapper {
  margin-top: 20px;
}
.voucher-terms-wrapper h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 0.6000000238px solid #707070;
}
.voucher-terms-wrapper ul {
  padding: 0 0 0 18px;
  margin: 0;
}
.voucher-terms-wrapper ul li {
  list-style: decimal;
  margin-bottom: 20px;
  font-size: 14px;
}
.voucher-terms-wrapper ul li a {
  word-break: break-all;
}
.voucher-terms-wrapper ul li:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .voucher-terms-wrapper {
    margin-top: 0;
  }
}
@media (min-width: 1024.1px) {
  .form-control {
    font-size: 16px;
  }
  .form-control::placeholder {
    font-size: 16px;
  }

  .voucher-form-wrapper .form-img {
    width: 180px;
    height: 180px;
    margin-bottom: 18px;
  }
  .voucher-form-wrapper h2 {
    font-size: 20px;
    margin-bottom: 22px;
  }
  .voucher-form-wrapper form.voucher-form .form-group label {
    font-size: 18px;
  }
}


/*START success page csss
@author vinod.jadhav@jetsynthesys.com
@since 26 April 2021
*/
.success-page {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 500px;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0px 0px 25px #00000040;
    border-radius: 20px;
    padding: 20px;
}
/*END success page csss*/


/*START invalid page csss*/
.unhappy{
  width: 200px;
  height: 180px;
  margin: 0px auto 25px;
}
.unhappy img {
  width: 100%;
}
/*END invalid page csss*/

/*# sourceMappingURL=style.css.map */
