/* Home Loan EMI CSS */
.home-loan-emi-form {
  margin: 30px auto;
  width: 60%;
  min-width: 300px;
}

.home-loan-emi-form .form-tel {
  display: block;
  display: block;
  width: 100%;
  height: 45px !important;
  padding: 0.375rem 0.75rem;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 20px;
}

.white-popup-block {
  background: #fff;
  padding: 20px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}

.home-loan-emi-form fieldset.loan-repayment-choice {
  min-width: 0;
  padding: 0 0 5px 0;
  margin: 0 0 25px 0;
  border: 0;
  border-bottom: 1px solid #d9d9d9;
}
.home-loan-emi-form fieldset.loan-repayment-choice.product-loan-option label {
  /* display: inline !important; */
  margin: -7px 0 0 0;
}
.home-loan-emi-form label {
  /* margin: 1rem 0; */
}
.home-loan-emi-form legend {
  font-weight: 700;
  font-size: 16px;
  padding-bottom: 10px
}
.js-form-item-mobile-number{
  padding-bottom: 16px;
  padding-top: 10px;
}
.home-loan-emi-form
  .js-form-item.form-item.js-form-type-number.form-item-loan-account-number.js-form-item-loan-account-number {
  margin-bottom: 1rem;
}
/* .home-loan-emi-form .fieldset-wrapper > div {
  display: flex;
  flex-wrap: wrap;
} */

.home-loan-emi-form input#edit-mobile-number,
.home-loan-emi-form input#edit-loan-account-number {
  display: block;
  width: 100%;
}

.home-loan-emi-form
  .js-form-item.form-item.js-form-type-radio.form-item-loan-product.js-form-item-loan-product {
  margin: 0 20px 0 0;
}
.home-loan-emi-form .fieldset-wrapper > div > .form-item {
  /* margin: 15px 20px 15px 0; */
  display: flex;
  justify-content: start;
  align-items: start;
  gap :10px;
  padding-bottom: 15px;
}
.home-loan-emi-form .fieldset-wrapper > div > .form-item input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  height: 16px;
  width: 16px;
  accent-color: #004880;
  vertical-align: text-bottom;
  /* margin-right: 5px; */
  flex-shrink: 0;
}
.home-loan-emi-form .form-textarea {
  background: #ffffff;
  box-shadow: 4px 3px 10px #00000033;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 15px;
}
.home-loan-emi-form h1 {
  margin-bottom: 15px;
}

#feedback_field_section .mobileNo {
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

#charMsg {
  float: right;
  margin-top: -1.5em;
  display: none;
}

.home-loan-emi-form .loading {
  background-color: #ffffff !important;
  background-image: url("/modules/custom/bandhan_employee_review/css/loading.gif") !important;
  background-size: 25px 25px !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
}

.home-loan-emi-form div#edit-loan-product {
  display: flex;
}
.change-both-emi-and-tenure-floating , .make-a-part-time-payment ,.change-from-floating-to-fixed-rate ,.change-from-fixed-to-floating-rate{
  font-style: italic;
}

.OTPModal .loading {
  background-color: #ffffff !important;
  background-image: url("/modules/custom/bandhan_employee_review/css/loading.gif") !important;
  background-size: 25px 25px !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
}

.change-from-fixed-to-floating-rate li {
  margin-left: 20px; /* Adjust the value as needed */
  list-style-type: disc; 
   
  margin-bottom: 5px; 
}
.change-from-floating-to-fixed-rate li{
  margin-left: 20px; /* Adjust the value as needed */
  list-style-type: disc;
 
  margin-bottom: 5px; 
}
#mobileErrMsg,
#loanAccountErrorMsg,
#validationError,
#loanRepaymentErrorMsg,
#loanProductErrorMsg,
.change-from-floating-to-fixed-rate,
.make-a-part-time-payment,
.change-from-fixed-to-floating-rate,
.change-in-tenure-keeping-emi-constant-floating,
.change-in-emi-keeping-tenure-constant-floating,
.change-both-emi-and-tenure-floating{
  display: none;
}