.required::before {
    content: "* ";
    color: red;
}

.info-custom_male{
    border-color: #2196f3 !important;
    font-size: 1.5rem
}
.info-custom_male-background{
    color: #0d47a1 !important; 
}
.info-custom_female{
    border-color: #e91e63 !important;
    font-size: 1.5rem
}
.info-custom_female-background{
    color: #ff4081 !important; 
}

.info-custom_info{
    border-color: #1a538e !important;
    font-size: 1.5rem;
    box-shadow: -4px 4px 0 #9ec5e6 !important;
}
.info-custom_info-background{
    color: #1a538e !important;
}
.info-custom_secondary{
    border-color: #cc2626 !important;
    font-size: 1.5rem;
    box-shadow: -4px 4px 0 #f8c3c3 !important;
}
.info-custom_secondary-background{
    color: #cc2626 !important;
}

/* Estilo para o modal */
.modalLoading {
    display: none; /* Escondido por padrão */
    position: fixed; /* Ficar sobre a tela */
    z-index: 9999999; /* Sobrepor outros elementos */
    left: 0;
    top: 0;
    width: 100%; /* Largura total */
    height: 100%; /* Altura total */
    background-color: rgba(0, 0, 0, 0.5); /* Fundo preto com transparência */
}

.modalLoading-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
}

.marginButtonTop-10{
    margin-top: 10px;
}