.error-input {
  border: 1px solid red !important;
}

.spinnercustom {
  left: 129px;
  top: 36%;
}

.spinnercustomdetails {
  left: 129px;
  top: 36%;
}

.spinner-border {
  top: 33%;
}

.spinnerplsecond {
  left: 135px;

}

#otpsubmit {
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem;
}

.inner-banner {
  min-height: 1060px;
  position: relative;
  background: linear-gradient(135deg, #5b2bb6 0%, #34ca8d 100%);
  display: flex;
  align-items: center;
}



.form-container h1 {
  font-size: 2.625rem;
  color: #fff;
}

.form-container h1 strong {
  font-weight: 600;
}

.z-2 {
  z-index: 2;
}

.form-container .card h3 span {
  font-weight: 600;
  background: linear-gradient(135deg, #5b2bb6 0%, #34ca8d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.close-icon {
  position: absolute;
  right: 1rem;
}

.text-box {
  position: relative;
  margin: 1.5rem 0 0;
}

.form-rounded {
  border-radius: 1.875rem !important;
}

.ps-6 {
  padding-left: 4.5rem !important;
}

.form-container form .btn {
  width: 100%;
  display: block;
  background-color: #5528A9;
  border-color: #5528A9;
  padding: 0.7rem;
}

.form-container .text-box label {
  width: 95%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
  margin: 0.4375rem;
  padding: 0.3125rem;
  color: #000;
  font-size: 1rem;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: normal;
}

.form-container .otp-box label {
  width: 50% !important;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
  margin: 0.4375rem;
  padding: 0.3125rem;
  color: #000;
  font-size: 1rem;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: normal;
}

.form-container .text-box .input-custom {
  width: 100%;
  background-color: transparent;
  box-shadow: none;
  padding: 0.625rem;
  border: 0.0625rem solid #838383;
  color: #000;
  border-radius: 0.625rem;
}

.form-container a {
  color: #5528A9;
  text-decoration: none;
}

.error-input {
  border-color: #E1262A !important;
}

.form-container .text-box input[type=text]:focus {
  outline: none;
}

.form-container label.active {
  width: auto;
  top: -1.5625rem;
  font-size: 0.9rem;
}

.form-container ul {
  padding: 0;
  list-style: none;
  margin-left: 0;
}

.form-container ul li {
  padding-left: 1.5rem;
  position: relative;
}


.personal-loan-features {
  margin-top: 2rem;
}

.personal-loan-features h2 strong {
  color: #5528A9;
}

.heading-container {
  width: 19.6875rem;
}

.heading-container h2 {
  font-size: 1.75rem;
}

.heading-container h2 span {
  color: #5528A9;
  font-weight: 500;
}

.highlighter-line {
  height: 2px;
  border-radius: 2px;
  background-color: #5528A9;
  position: relative;
}

.highlighter-line::after {
  content: '';
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: #34CA8D;
  position: absolute;
  right: 0;
  top: -7px;
}

thead {
  background-color: #5528A9;
}

thead th {
  background-color: transparent !important;
  color: #fff !important;
  font-weight: normal;
}

.form-container .text-box label.error {
  padding-top: 0;
  position: relative;
  color: #E1262A;
  margin-top: 0;
  font-weight: 400;
}

input.error,
.input-custom.error:focus {
  border-color: #E1262A !important;
}

/* Create custom checkbox & Radio Button inside */

.custom-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 18px;
  user-select: none;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.border-style-none {
  border-style: none;
}

.eligiblity-criteria-container {
  background: transparent linear-gradient(180deg, #EDE2FE 0%, #F1F9F8 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #DDD2FE;
  border-radius: 20px;
  padding: 1rem;
  line-height: 1.3rem;
}

.eligiblity-criteria-container h3 {
  font-size: 18px;
  padding-bottom: 0.5rem;
}

.eligiblity-criteria-container h3 strong {
  color: #5528A9;
}

.eligibility-box {
  padding: 1rem;
  background-color: #fff;
  border-radius: 1.25rem;
  margin-bottom: 1rem;
}

.custom-checkbox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #5528A9;
  border-radius: 4px;
  background-color: #fff;
}

.custom-checkbox input:checked+label::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #5528A9;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: opacity 0.25s ease;
}

.custom-checkbox input.invalid+label::before,
.fields.has-error .nice-select {
  border-color: red;
}

.custom-checkbox label {
  font-size: 12px;
}

.custom-checkbox input:checked+label::after {
  display: block;
}

/* checkbox ends*/

/* Radio button starts */
.occupation p {
  font-weight: 500;
}

.custom-radio {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
  position: relative;
  margin-left: 0.5rem;
}

.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
  z-index: 2;
}

.custom-radio label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  height: 16px;
  width: 16px;
  border: solid 2px #e8e8e8;
  border-radius: 50%;
  background-color: #fff;
}

.custom-radio input:checked+label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  height: 16px;
  width: 16px;
  border: solid 2px #5528A9;
  border-radius: 50%;
  z-index: 2;
}

.custom-radio input:checked+label::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 9px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #5528A9;
  z-index: 2;
}

.custom-radio input.invalid+label::before,
.fields.has-error .nice-select {
  border-color: red;
}

.custom-checkbox label {
  font-size: 12px;
}

.custom-radio input:checked+label::after {
  display: block;
}

.custom-checkbox label.invalid::before {
  border-color: red;
}

.icon img {
  width: 15px !important;
}

/* Radio button ends*/

/* features crousel starts*/
.personal-loan-features .item h3 {
  font-size: 1.2rem;
  padding-left: 0.5rem;
}

.personal-loan-features .item {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 45px #EAE4F7;
  border: 1px solid #E7DEF8;
  border-radius: 10px;
  padding: 1rem;
}

.personal-loan-features p {
  margin-bottom: 0;
}

.owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  gap: 0.3rem;
}

.owl-dot.active span {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 100%;
  background-color: #5b2bb6;
  display: block;
}

.owl-dot span {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 100%;
  background-color: #fff;
  display: block;
  border: solid 1px #707070;
}

/* features crousel ends */
@media only screen and (max-width: 767px) {
  .form-container label.active {
    font-size: 12px;
    top: -1.5625rem;
  }

  .our-partner-logo .owl-dots {
    /* display: none; */
  }

  .form-container h1 {
    font-size: 1.8rem;
    color: #fff;
  }

  .highlighter-line::after {
    width: 0.8rem;
    height: 0.8rem;
    right: -2px;
    top: -7px;
  }

  .heading-container h2 {
    font-size: 1.5rem;
  }

  .heading-container {
    width: 16.6875rem;
  }

  .inner-banner {
    min-height: 1300px !important;
  }
}


.personal-loan-features {
  /* padding-top: 0px !important; */
  padding-bottom: 20px !important;
}


/* ===== Slider Section Styling Starts ===== */
.amount-text {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: #333;
}

#slider {
  margin: 10px auto;
  background: #e2e2e2;
  width: 100%;
  max-width: 100%;
  height: 10px;
  border-radius: 5px;
  position: relative;
}

.interest-slider {
  width: 100%;
  padding: 10px 0;
}

.interest-slider .ui-slider-handle {
  width: 24px !important;
  height: 24px !important;
  top: -8px !important;
  border-radius: 50%;
  background: #34CA8D;
  border: 2px solid #34CA8D;
  touch-action: pan-x;
  cursor: pointer;
}

#amount {
  font-size: 14px;
  line-height: 18px;
  border-radius: 6px;
  background-color: #EBF9F5;
  padding: 7px 15px;
  margin-right: 10px;
  color: #34CA8D;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
  text-align: center;
}

.interest-slider .ui-widget-header {
  border: 1px solid #dddddd;
  background: #34CA8D;
  color: #333333;
  font-weight: bold;
  height: 100%;
  border-radius: 5px;
}

/* Handle focus/active states */
.interest-slider .ui-state-default:focus,
.interest-slider .ui-state-default:focus-visible {
  outline: none;
  background: #34CA8D;
  border: solid 2px #34CA8D;
}

/* Responsive improvements */
@media screen and (max-width: 768px) {
  .amount-text {
    font-size: 14px;
    text-align: center;
  }

  #amount {
    display: block;
    margin: 10px auto;
  }

  .interest-slider {
    padding: 0 10px;
  }

  .ui-slider-handle {
    width: 20px !important;
    height: 20px !important;
  }
}


@media (max-width: 576px) {
  .modal-dialog {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
  }

  .modal-content {
    width: 100%;
    max-width: 400px;
    margin: -50% auto 0 auto;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
  }
}

.pl_resume_journey {
  background: #ffffff;
  border: 1px solid #5b2bb6;
  padding: 10px 10px;
  font-size: 92%;
  margin: 0 auto;
  border-radius: 4px;
  font-size: 13px;
  color: #5b2bb6;
  text-align: right;
}


@media screen and (max-width: 992px) {
  .pl_resume_journey {
    position: relative;
    top: 2px;
  }
}

#sendOtpBadge {
  margin-left: 10px;
  white-space: nowrap;
}