/* Estilos para o modal de pré-cadastro */
.modal-pre-cadastro .modal-content {
  border-radius: 15px;
  border: none;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.modal-pre-cadastro .modal-header {
  background-color: #252d61;
  color: white;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom: none;
}

.modal-pre-cadastro .modal-title {
  font-weight: 600;
}

.modal-pre-cadastro .modal-body {
  padding: 25px;
}

.modal-pre-cadastro .form-label {
  font-weight: 500;
  color: #252d61;
}

.modal-pre-cadastro .form-control {
  border-radius: 10px;
  padding: 12px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
}

.modal-pre-cadastro .btn-primary {
  background-color: #252d61;
  border: none;
  border-radius: 50px;
  padding: 10px 25px;
  font-weight: 500;
  width: 100%;
  margin-top: 10px;
}

.modal-pre-cadastro .btn-primary:hover {
  background-color: #1a2048;
}

.modal-pre-cadastro .alert {
  border-radius: 10px;
  margin-bottom: 15px;
}

.modal-pre-cadastro .verification-code {
  letter-spacing: 8px;
  font-size: 24px;
  text-align: center;
}

.modal-pre-cadastro .platform-select {
  margin-top: 15px;
}

/* Estilos para as etapas do formulário */
.form-step {
  display: none;
}

.form-step.active {
  display: block;
} 

.progress-bar {
  background-color: rgb(61, 218, 159) !important;
}

.progress-bar-bg {
  background-color: rgb(61, 218, 159) !important;
}

.modal {
  padding-right: 0px !important;
}

.modal-open {
  padding-right: 0px !important;
}