.loan-service__basic-detail {
  display: none;
}

.loan-service__basic-detail.show-basic-detail-container {
  display: block;
}

.loan-service__search-container {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  align-items: center;
  padding: 8px 0;
  padding: 20px 0px;
  background: #ebbcc7;
  box-sizing: border-box;
}

.loan-servicedropdown-box-container {
  display: none;
}
.loan-service__otp-container-step-1{
  display: flex;
    flex-direction: column;
    gap: 25px;
}
.loan-service__otp-container-step-1 h2, .loan-service__otp-container-step-2 h2 {
  margin-top: unset;
  font-size: 24px;
    margin-bottom: 0;
    font-family: var(--body-font-family-semibold);
}

.loan-service__otp-container-step-1 .loan-service__otp-inputs-box-first input {
     width: 100%;
    padding: 11px 10px 11px 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    font-family: var(--body-font-family-semibold);
}
.loan-service__otp-inputs-box-first p{
  font-size: 14px;
  font-family: var(--body-font-family-semibold);
}
.loan-service__otp-container-step-2 .loan-service__otp-description{
  color: #333;
    margin-bottom: 30px;
    line-height: 150%;
    font-family: var(--body-font-family-semibold);
}
.loan-service__otp-container-step-2 .loan-service__otp-description span{
  font-family: var(--body-font-family-semibold);
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.01em;
    text-decoration: underline;
    color: #f56b2a;
    opacity: 80%;
}

.loan-service__send-otp {
  width: 100%;
  border-radius: 5px;
  background: orange;
  color: white;
}
.loan-service__send-otp:disabled{
  opacity: 0.5;
  cursor: not-allowed;
  /* background: orange; */
  color: white;
}

.loan-service__send-otp:disabled:hover{
  /* background: orange; */
}


.loan-service__otp-container-step-2 {
  display: none;
}

.loan-service__otp-container-step-1.hide-step-first {
  display: none;
}

.loan-service__otp-container-step-2.show-step-sec {
  display: block;
}

.loan-service__search-dropdown-container {
  position: relative;
}

.loan-servicedropdown-box-container.open-dropdown {
  background: #e9dede;
  display: block;
  border-radius: 4px;
  position: absolute;
  right: 0;
  border-radius: 4px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  top: 50px;
}

.loan-servicedropdown-box-container.open-dropdown div {
  font-size: 16px;
  padding: 5px;
  box-sizing: border-box;
  border-bottom: 1px solid grey;
}

.loan-servicedropdown-box-container.open-dropdown .loan-service__dropdown-option-disbled {
  opacity: 0.5;
  cursor: not-allowed;
}


.loan-service__otp-container {
font-size: 14px;
  font-family: var(--body-font-family-semibold);
  font-weight: 600;
}

.loan-service__otp-container.hide-otp-container {
  display: none;
}

.loan-service__otp-input-container {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 30px;
}
.loan-service__resend-text{
text-align: center;
    margin: 20px 0 30px 0;
    font-size: 16px;
    color: rgba(17, 17, 17, 0.8);
}

.loan-service__resend-text .timer {
  font-weight: bold;
}

.loan-service__resend-text .request-again {
  color: rgba(243, 101, 35, 1);
  cursor: pointer;
}

.loan-service__otp-input {
     width: 22%;
    height: 40px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 8px;
}
.loan-service__otp-box-heading{
    margin-bottom: 5px;
    font-size: 14px;
  font-family: var(--body-font-family-semibold);
}
.loan-service__verify-btn {
  background: orange;
  color: white;
  padding: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
}


.loan-service__resend-link {
  color: rgba(243, 101, 35, 1);
  cursor: pointer;
}

.loan-service__search-box {
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid #958a8a;
  background: #fff;
  border-radius: 10px;
}

.loan-service__search-box input {
  outline: none;
  border: none;
  font-size: 16px;
  width: 200px;
}

.loan-service__search-box img {
  background: #ebbcc7;
}

.loan-service__dropdown-button {
  padding: 5px;
  background: #701010;
  color: white;
  outline: none;
  border: none;
  font-size: 16px;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
}

.loan-service__raise-detail-container {
  display: none;
}

.loan-service__raise-detail-container.show-raise-container {
  display: block;
}

.loan-service__raise-heading-container {
  display: flex;
  align-items: center;
  background: linear-gradient(90.08deg, #4E0004 -8.52%, #8E0006 29.97%);
  font-family: Mulish;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -1%;
  color: #FFFFFF;
  padding: 10px;
  border-radius: 8px;

}

.request-filter-tab {
  border-bottom: 1px solid #111111;
  cursor: pointer;
}

.request-filter-tab-content {
  display: none;
}

.request-filter-tab-content.show-request-tab-content {
  display: flex;
  gap: 16px;
  background: #FEF2ED;
  padding: 35px;
  flex-wrap: wrap;
  box-sizing: border-box;
  border-radius: 8px;
  margin-top: 10px;
}

.request-filter-tab-content.show-request-tab-content .raise-input-container {
  flex: 1;
}

.raise-input-container label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
}

.raise-input-container select,
.raise-input-container input[type="text"] {
  width: 100%;
  padding: 12px 16px;
  box-sizing: border-box;
  border: 1px solid #CFCFCF;
  background: #FFFFFF;
  color: #111111;
  height: 50px;
  font-size: 14px;
  border-radius: 4px;
}

.document-filter-tab {
  border-bottom: 1px solid #111111;
  cursor: pointer;
}

.document-filter-tab-content {
  display: none;
}

.document-filter-tab-content.show-document-tab-content {
  display: flex;
  gap: 16px;
  background: #FEF2ED;
  padding: 35px;
  flex-wrap: wrap;
  box-sizing: border-box;
  border-radius: 8px;
  margin-top: 10px;
}

.document-filter-tab-content.show-document-tab-content .raise-input-container {
  flex: 1;
}

.document-filter-tab-content .raise-input-container label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
}

.document-filter-tab-content .raise-input-container select,
.document-filter-tab-content .raise-input-container input[type="text"] {
  width: 100%;
  padding: 12px 16px;
  box-sizing: border-box;
  border: 1px solid #CFCFCF;
  background: #FFFFFF;
  color: #111111;
  height: 50px;
  font-size: 14px;
  border-radius: 4px;
}


.action-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.action-container button {
  font-family: Mulish;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  border-radius: 8px;
  color: #111111;
  background: none;
  border: 1px solid #ee6f32;
}

.action-container button:hover {
  background: #ee6f32;
  color: #fff;
}

/* Fullscreen dark blur overlay */
.popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Popup container */
.popup-content {
  background: #FEF2ED;
  border-radius: 12px;
  width: 535px;
  padding: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  position: relative;
}

/* Top navigation (title + back + close) */
.top-naviagate-popup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.top-naviagate-popup h2 {
  font-size: 20px;
  margin: 0;
  flex: 1;
  text-align: center;
}

.back-arrow,
.cross-icon {
  font-size: 20px;
  cursor: pointer;
  user-select: none;
}

/* Popup description */
.popup-description p {
  font-family: Mulish;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #111111;
}

.popup-description p span {
  color: #EA6024;
  text-decoration: underline;
  font-weight: 700;

}

.popup-description span {
  font-weight: bold;
}

/* OTP input section */
.popup-otp-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.heading-otp p {
  font-size: 16px;
  margin-bottom: 10px;
}

.forminput-otp {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  box-sizing: border-box;
}

.forminput-otp input {
  width: 25%;
  height: auto;
  font-size: 20px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 8px;
  outline: none;
  transition: border 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}

.forminput-otp input:focus {
  border-color: #333;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/* Resend OTP */
.resend-otp-limit {
  font-size: 14px;
  text-align: right;
  /* margin-bottom: 20px; */


}

.resend-otp-limit .timer {
  font-weight: bold;
}

/* Verify button */
.verify-popup-button {
  background: linear-gradient(270deg, #E5461C 0%, #EE6F32 100%);
  color: #fff;
  padding: 12px 0;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  transition: background 0.2s;
}

.verify-popup-button:disabled{
  opacity: 0.5;
  cursor: not-allowed;
}
.verify-popup-button:hover {
  background-color: #EE6F32;
}

.otp-popup-container-thakYou {
  display: none;
}

.otp-popup-container-thakYou.show-thankyou-popup {
  display: block;
  padding: 35px;
  box-sizing: border-box;
}

.otp-popup-container-thakYou.show-thankyou-popup .thankyou-heading h2 {
  font-family: Mulish;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  text-align: center;

}

.otp-popup-container-thakYou.show-thankyou-popup .thankyou-heading .thankyou-description {
  font-family: Mulish;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 150%;
  text-align: center;

}

.otp-popup-container.hide-first-otp-popup {
  display: none;
}
.loan-service__close-icon {
  display: none;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 1000;
}

.step-header {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 20px;
}

.step-header h3 {
  margin: 0;
  font-weight: 600;
  flex: 1;
  font-size: 24px;
  font-family: var(--body-font-family-semibold);
}

.step-header .back-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  display: none;
}

.step-header .back-btn img {
  width: 24px;
  height: 24px;
}

/* Optional: responsive */
@media (max-width: 767px) {
  .step-header .back-btn {
    display: block;
  }
  
  .step-header h3 {
    text-align: center;
    font-size: 20px;
  }
  
  .step-header .back-btn {
    position: absolute;
    left: -6px;
  }
  
  .step-header {
    position: relative;
    /* padding: 16px 0; */
  }
  .forminput-otp input {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
.loan-service__otp-container-step-1 .loan-service__otp-inputs-box-first input {
  line-height: 24px;
}
  .popup-content {
    padding: 15px;
  }

  .loan-service__close-icon {
    display: block;
    top: 30px;
    right: 20px;
  }
}