.custom-modal {
  background: #0f3f3a;
  border-radius: 16px;
  padding: 0 0 20px;
}

.custom-input {
  background: #e5e5e5;
  border: none;
  border-radius: 8px;
  padding: 12px;
}

.custom-input:focus {
  box-shadow: none;
  outline: none;
}

.submit-btn {
  background: #19b5a5;
  color: #fff;
  border-radius: 8px;
  padding: 12px;
  border: none;
}

.submit-btn:hover {
  background: #159e91;
}

.radio-box {
  background: #1c5c55;
  padding: 8px 16px;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
}

.radio-box input {
  margin-right: 6px;
}
