li{
    padding:3px;
    list-style-type:none;
}

.inscNormal {
    padding: 0 10px;
}

.formCartao{
    margin:0 auto;
    font-size: medium;
    max-width:750px;
}

span.msgErro{
    color:red;
}

.wrapperCartaoResposta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.infoCartaoResposta {
    margin-top: 15px;
    font-weight: 700; 
    text-align: center;
}



@media screen and (max-width: 600px) {
    .cartaoVisualizado {
        width: 85% !important;
        margin: 0 2% !important;
    }

    .wrapperInputs {
        width: 95% !important;
    }
}


.wrapperInputs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin: 0px auto 20px;
}

.labelInput {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 12px;
}

.inputCartaoResposta {
    flex: 1;
}


.cartaoVisualizado {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    width: 70%;
    border: 1px solid #ccc;
    margin: 0 auto;
    border-radius: 10px;
    text-align: center;
}

.cartaoVisualizadoTitulo {
    font-size: 1.1rem;
    margin-bottom: 10px;
}


.botaoCartaoResposta {
    background-color: #D32A63;
    color: white;
    border-radius: 5px;
    font-weight: 700;
    letter-spacing: 1px;
    border: 0;
    padding: 8px;
    width: fit-content;
}

.botaoCartaoResposta:hover {
    cursor: pointer;
    background-color: #b62354;
}

.botaoCartaoResposta:focus {
    outline: none;
}

.ultimaParteCR {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#toast-container>div {
    opacity: 1 !important;
}

.notaRedacaoTexto {
    font-size: 1.3rem;
    margin: 0 0 10px;
}

.tituloCartaoResposta {
    margin-bottom: 7px;
    display: flex;
    justify-content: space-between;
}

#botaoVoltarCR {
    margin-left: 15px;
}