:root {
  --primarycolor: #1B4584;
  --red: #1B4584;
}
.purple, .purple:hover, .purple:focus{
	background-color: var(--purple);
}
.get-otp:hover {
cursor: pointer;
margin-bottom: 5px;
}
.get-otp {
margin-bottom: 5px;
}

.close {
  font-size: 1.5rem;
	background: none;
	border: none;
}
#timer {
  font-weight: 600;
  color: #14b848;
}
.w-20 {
width: 20%;
}

.otp-fileds-list {
}

.otp-fileds-list input {
border: 1px solid #000;
text-align: center;
margin: 10px 5px; 
border-radius: 10px;
line-height: 30px;
width: 45px;
}
.otp-field,
.otp-field:focus {
width: 50px;
text-align: center;
margin: 5px;
font-size: 18px;
border-radius: 10px;
border: #ABABAB solid 1.8px;
}
.otp-field {
font-size: 18px;
width: 50px;
text-align: center;
font-size: 24px;
margin: 5px;
}
.otp-container h3{
  font-size: 20px;
  color: #240F3F;
  font-weight: 700;
  padding-left: 1.5rem;
}
.otp-container button {
  display: block;
  background-color: #5528A9;
  border-color: #5528A9;
  color: #fff;
  text-align: center;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
}
#timer {
  font-size: 1.2rem;
  font-weight: 700;
  color: #E1262A;
}
button.resend-btn {
  padding: 0.2rem 1rem;
  font-size: 0.8rem;
  background-color: #34CA8D;
}
.error_otp {
  border-color: #E1262A;
}
.error-message {
  font-size: 0.9rem;
  color: #E1262A;
}
.otp-container .fw-bold {
  font-weight: 600!important;
}
.trouble-box {
  display: flex;
}
.text-success {
  color: #34CA8D !important;
}

@media (max-width: 767px) {
  .otp-field {
    width: 2.5625rem;
  }
  .personal-loan-features {
    margin-top: 3rem;
  }
}