.bg-custom-purple {
            background-color: #421e6e; 
            background-image: linear-gradient(124deg, #602689 7.73%, #391751 100%);
        }

      .modal{
        border-radius: 16px;
        max-width: 1276px;
        width: 100%;
        margin: 0 auto;
        /*padding: 60px 0;*/
      }

        /* Estilos específicos para os selects desabilitados */
        select:disabled {
            background-color: transparent;
            cursor: not-allowed;
            opacity: 0.8;
            color:#fff;
        }

        .step-item{
          display:flex;
          
        }

        .step-item .step-label {
          color: #fff;
          margin-left:10px;
        }

        .step-item.active .step-label {
          color: #C3C1C8 ;
          font-weight: 600;
        }

        .step-item.completed .step-label {
          color:#C3C1C8 ;
          font-weight: 600;
        }

        #simulaForm input{
          color:#fff
        }

        #simulaForm input:focus{
          color: #121212;
        }

        .checkbox-error {
        border-color: #ef4444 !important; /* Vermelho do Tailwind */
        box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.4);
       }

       #aceito:checked + span {
        display: block !important;
      }
