@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

body {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  min-height: 100vh;
  background: #ffffff;
  color: #050912;
}
.pe-n1 {
  padding-right: 8px !important;
}
.ps-n1 {
  padding-left: 8px !important;
}
.logo {
  margin-top: 25px;
  margin-bottom: 25px;
  display: block;
}
.p-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.xgenPlus-WhiteBox {
  background: #ffffff;
  border-radius: 12px;
  padding: 0px;
  width: 100%;
  box-sizing: border-box;
}
.actionRadioBox {
  background: #f4f7fc;
  border: 1px solid #e1ecff;
  border-radius: 10px;
  justify-content: flex-start;
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 15px 20px;
}
.actionRadioBox span {
  display: inline-flex;
  margin-right: 25px;
}
.xgenRegisterSection h3 {
  font-weight: 600;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px 0%;
  margin-top: 25px;
  font-size: 25px;
  margin-bottom: 0px;
}
.xgenRegisterSection p {
  margin-bottom: 25px;
  padding: 0px 5%;
}

.actionRadioBox [type="radio"]:checked,
.actionRadioBox [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.actionRadioBox [type="radio"]:checked + label,
.actionRadioBox [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}
.actionRadioBox [type="radio"]:checked + label:before,
.actionRadioBox [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1.5px solid #4e4d52;
  border-radius: 100%;
  background: transparent;
}
.actionRadioBox [type="radio"]:checked + label:before {
  border-color: #ef7f01;
}
.actionRadioBox [type="radio"]:checked + label:after,
.actionRadioBox [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #f87da9;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.actionRadioBox [type="radio"]:checked + label:after {
  background: #ef7f01;
}
.actionRadioBox [type="radio"]:checked + label {
  color: #ef7f01;
}
.actionRadioBox [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.actionRadioBox [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.desc .descInner {
  padding: 20px 20px;
  border: 1px solid #e1ecff;
  border-radius: 10px;
  margin-top: 15px;
  margin-bottom: 20px;
}
h4 {
  display: flex;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  margin: 0px;
}
.actionRadioBox label {
  font-size: 14px;
  color: #4e4d52;
  font-weight: 600;
}
.actionRadioBox h4 {
  margin-bottom: 8px;
}

/*Custom Radio Button Style*/
.radioButtonStyle input[type="radio"] {
  display: inline-block;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1;
  width: 1;
  margin: -1;
  padding: 0;
  border: 0;
}

.radioButtonStyle .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 105px;
  flex-direction: row;
  height: 35px;
  color: #050912;
  padding: 9px 20px;
  overflow: hidden;
  background: #f4f7fc;
  font-weight: 500;
  border: 1px solid #e1ecff;
  border-radius: 4px;
  margin-right: 10px;
  margin-left: 12px;
}

.radioButtonStyle .icon:hover {
  cursor: pointer;
  color: #ffffff;
  border-color: #ef7f01;
  background-color: #ef7f01;
}

.radioButtonStyle .peer:checked ~ .icon {
  background-color: #ef7f01;
  color: #ffffff;
  border-color: #ef7f01;
}

.justify-content-start {
  display: flex;
}
/*Custom Radio Button Style*/

.form-control {
  background: #f4f7fc;
  padding: 10px 15px;
  border: 1px solid #e3edfe;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  color: #4e4d52;
}
.mandatory {
  color: #ff0000;
  margin-left: 4px;
  display: inline-flex;
}
.form-label {
  margin-bottom: 10px;
}
.widthINR {
  width: 60px;
}
.widthINR .form-control {
  border-radius: 3px 0px 0px 3px;
  background: #f4f7fc;
}
.form-control:focus {
  box-shadow: none;
  border-color: #ef7f01;
  background: #f4f7fc;
}
h5 {
  font-size: 17px;
  font-weight: 600;
  box-sizing: border-box;
  margin-left: -20px;
  position: relative;
  padding: 10px 20px;
  color: #4a5057;
  border: 1px solid #e1ecff;
  border-left: 0px;
  border-right: 0px;
  background: linear-gradient(90deg, #f4f7fc 0%, rgba(244, 247, 252, 0) 74.49%);
  width: calc(100% + 40px);
  justify-content: flex-start;
  display: flex;
  margin-top: 20px;
  margin-bottom: 5px;
}
.relativeDiv {
  position: relative;
}
.positionAbsoluteCardDate {
  position: absolute;
  right: 20px;
  top: 42px;
}
.form-control::-webkit-input-placeholder {
  /* Edge */
  color: #050912;
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #050912;
}

.form-control::placeholder {
  color: #050912;
}
.border-bottom {
  border-color: #e3edfe !important;
  width: 100%;
}
.donationFooterCard {
  background: #f4f7fc;
  border-radius: 10px;
  padding: 17px 20px 16px;
  text-align: center;
  font-size: 14px;
  color: #777777;
  font-weight: 500;
}
.donationFooterCard p {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 0px;
  margin-top: 8px;
}
.btn.btn-primary {
  width: 333px;
  height: 47px;
  color: #ffffff;
  font-weight: 600;
  padding: 0px 20px;
  line-height: 47px;
  font-size: 19px;
  border-color: #ef7f01;
  background: #ef7f01;
  border-radius: 45px;
}
.donationSocialIcon {
  background: #fff5e9;
  border-radius: 55px;
  width: auto;
  display: inline-flex !important;
  padding: 12px 15px;
  text-align: center;
  margin-bottom: 20px;
}
.donationSocialIcon img {
  margin-left: 0.45rem;
  margin-right: 0.45rem;
}
h6 {
  font-size: 16px;
  font-weight: 600;
}
.font-bold {
  font-weight: 500;
}
.xgenRegisterSection #Cars3 p {
  justify-content: flex-start;
  display: flex;
  font-size: 15px;
  font-weight: 500;
  margin: 0px;
  padding: 20px 0px 0px;
}
.xgenRegisterSection #Cars3 .descInner {
  margin-top: 10px;
}
.xgenRegisterSection #Cars3 table {
  margin-bottom: 0px;
  border-color: #e1ecff !important;
  border-radius: 5px;
  font-size: 13px;
  border: 1px solid #e1ecff;
  border-collapse: separate;
  border-spacing: 0px;
  border-bottom: none;
}
.xgenRegisterSection #Cars3 table td {
  border-color: #e1ecff !important;
  border: none;
  border-left: 1px solid #e1ecff;
  border-bottom: 1px solid #e1ecff;
  text-align: left;
  font-weight: 500;
}
.donationFooterCard.fontSmall p {
  padding: 0px !important;
}
.donationFooterCard.fontSmall {
  margin-bottom: 20px;
  font-size: 13px;
}
.xgenRegisterSection #Cars3 table td:first-child {
  border-left: none;
  white-space: nowrap;
}
.xgenRegisterSection #Cars3 table tr:first-child td:first-child {
  border-radius: 5px 0px 0px 0px;
}
.xgenRegisterSection #Cars3 table tr:first-child td {
  background: #f4f7fc;
  font-weight: 600;
}
.xgenRegisterSection #Cars3 table tr:first-child td:last-child {
  border-radius: 0px 5px 0px 0px;
}
.xgenRegisterSection #Cars3 .donationFooterCard.fontSmall p {
  font-size: 13px;
  color: #3c3c3c;
}
.xgenRegisterSection #Cars3 table tr:last-child td:first-child {
  border-radius: 0px 0px 0px 5px;
}
.xgenRegisterSection #Cars3 table tr:last-child td:last-child {
  border-radius: 0px 0px 5px 0px;
}

.actionRadioBox.thankyou {
  padding: 40px 40px 40px;
  margin-bottom: 20px;
}
.actionRadioBox.thankyou h1 {
  font-size: 50px;
  color: #050912;
  font-weight: 600;
  margin: 20px 0px;
}
.actionRadioBox.thankyou p {
  font-size: 20px;
  color: #050912;
  font-weight: 600;
  line-height: 24px;
  font-weight: 500;
}
.downloadLink {
  font-weight: 600;
  text-decoration: none;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: #ef7f01;
}

.downloadLink:hover {
  text-decoration: underline;
  color: #ef7f01;
}
input.form-control.inputName::placeholder {
  opacity: 0.2;
}
.header-img {
  margin-top: 30px;
}
select#title {
  height: 50px;
}
@media (max-width: 1023px) {
  .table-responsive table {
    width: 900px;
  }
  h6 {
    font-size: 14px;
  }
  .actionRadioBox.thankyou h1 {
    font-size: 32px;
  }
  .actionRadioBox.thankyou p {
    font-size: 16px;
  }
  .btn.btn-primary {
    width: 80%;
    font-size: 16px !important;
  }
  .donationFooterCard {
    font-size: 13px;
  }
  .xgenRegisterSection h3 {
    font-size: 20px;
  }
  body {
    font-size: 13px;
  }
  .xgenRegisterSection p {
    padding-left: 10px;
    padding-right: 10px;
  }
  .actionRadioBox.thankyou {
    padding: 20px 15px;
  }
  .downloadLink {
    font-size: 18px;
  }
  .actionRadioBox {
    padding: 15px;
  }
  .actionRadioBox label {
    font-size: 13px;
  }
  .px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .actionRadioBox [type="radio"]:checked + label,
  .actionRadioBox [type="radio"]:not(:checked) + label {
    text-align: left;
    white-space: nowrap;
  }
  .actionRadioBox span {
    margin-right: 15px;
  }
  .row.flex-row .col-lg-12.justify-content-start {
    flex-wrap: wrap;
  }
  .radioButtonStyle .icon {
    margin-bottom: 10px;
    width: auto;
  }
  .positionAbsoluteCardDate {
    top: 44px;
    font-size: 12px;
  }
  .ps-n1 {
    margin-top: 20px;
  }
  .font-bold {
    text-align: left;
  }
  .xgenRegisterSection #Cars3 p {
    font-size: 14px;
    text-align: left;
  }
  .xgenRegisterSection #Cars3 table {
    font-size: 12px;
  }

  .carousel.slide {
    display: none;
  }
  .ps-n1 {
    padding-right: 8px !important;
  }
  .pe-n1 {
    padding-left: 8px !important;
  }
}
.custom-selects {
  height: 50px;
}
