 
#otp-form input {
  width: 100%;
  margin: 0 0 8px 0;
  padding: 10px;
  height: 50px;
  border: 1px solid #B7B7B7;
  border-radius: 4px;
  background-color: #E9F3F1;
}
 
#otp-form button {
  width: 100%;
  background: #5AA794;
  color: #fff;
  border: none;
  padding: 14px 10px;
  cursor: pointer;
  font-size: 16px;
  font-family: Inter;
  font-weight: 600;
  margin: 20px 0 0 0;
}
#otp-popup {
  margin-top: 40px;
}
#otp-msg {
  margin-top: 10px;
  color: #5aa794;
}

#otp-form button#verify_otp {
  margin-top: 5px;
}

.stock-recomend-modal .premium-modal-box-modal-dialog {
  max-width: 450px;
  max-height: none;
  padding: 40px 32px;
}

.stock-recomend-modal .premium-modal-box-modal-body {
  padding: 0;
}

.stock-recomend-modal .premium-modal-box-modal-header {
  border: 0;
  padding: 0;
}

.stock-recomend-modal .premium-modal-box-modal-title {
  font-size: 24px;
  font-weight: 600;
  font-family: Inter;
  margin-bottom: 15px !important;
}

.stock-recomend-modal .premium-modal-box-close-button-container,
.stock-recomend-modal .premium-modal-box-modal-footer {
  display: none;
}


.error-field {
  border: 2px solid #FF1212 !important;
}
