body {
  background-color: #ffffff;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  height: auto !important;
}

.registration-container {
  position: relative;
  /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 25px; */
  overflow: hidden;
}

/* .registration-container:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 4px;
  background: linear-gradient(
    90deg,
    #2563eb 0%,
    #10b981 50%,
    rgb(245, 158, 11) 100%
  );
  border-radius: 25px 25px 0px 0px;
} */

.form-header {
  text-align: center;
  margin-bottom: 30px;
  color: #333;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.input-group {
  margin-bottom: 20px;
}

input {
  box-shadow: unset !important;
}

.cstm_btn {
  background: linear-gradient(135deg, #6a47ed 0%, #8b5cf6 100%);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.cstm_btn:hover {
  /* background-color: #0b5ed7; */
  transform: translateY(-1px);
  /* box-shadow: rgba(37, 99, 235, 0.4) 0px 12px 35px; */
}

.cstm_btn:disabled {
  background-color: #6c757d;
  cursor: not-allowed;
}

.error-field {
  border: 1px solid #dc3545 !important;
}

.text-danger {
  font-size: 0.875rem;
  margin-top: 5px;
}

.text-success {
  font-size: 0.875rem;
  margin-top: 5px;
}

.singleSearch {
  width: 100%;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  margin-bottom: 20px;
}

.form-control {
  border-radius: 0 !important;
}

#loader,
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

#loader {
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;
  z-index: 99999;
}

.disabled-btn {
  opacity: 0.6;
  cursor: not-allowed;
}

.otp-section {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.otp-input {
  max-width: 120px;
}
