﻿
.tituloPergunta {
    margin-bottom: 30px !important;
}

.alternativa, .alternativaSelecionada {
    font-size: 15px;
    display: flex;
    padding: 4px;
    align-items: center;
}

.alternativaSelecionada {
    border-radius: 6px;
    color: white;
    background-color: lightgrey;
    padding: 4px;
}

.inputAlternativa {
    margin-right: 15px !important;
}

#divBotoes {
    position: fixed;
    right: 60px;
    z-index: 100;
    padding: 15px;
    border-radius: 10px;
}

.observacaoAvaliacao {
    width: 96%;
    margin-left: 2%;
    display: none;
}

.tituloFormulario {
    margin-right: 20px !important;
}

.botaoObservacao {
    font-size: 15px;
}

.botaoVoltar {
    margin-right: 2%;
    float: right;
}

textarea {
    resize: none;
    border-radius: 5px !important;
/*    margin-top: 15px;*/
    border-color: #E4E6E9 !important;
}

.imgPergunta {
    width: 120px;
    height: auto;
}

.vcenter-flex {
    display: flex;
    align-items: center;
}

#btnFinalizar {
    position: fixed;
    bottom: 55px;
    right: 60px;
    z-index: 100;
    border-radius: 2px;
    top: 95%;
    height: 40px;
}

.divCamposPergunta {
    border: 1px solid #CFCFCF;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 0 0 15px rgb(10 10 10 / 30%);
    background-color: rgb(10 10 10 / 7%);
}

.imgPerguntaTitulo {
    width: 300px;
    height: auto;
    margin-bottom: 30px;
}

.divAlternativas {
    border-radius: 5px;
    background-color: white;
    padding: 5px;
}

.widget-box {
    margin-top: 3%;
    margin-left: 2%;
    width: 96%;
    border: 1px solid #CFCFCF;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 0 0 15px rgb(10 10 10 / 30%);
    background-color: rgb(10 10 10 / 7%);
}

.widget-header {
    color: black;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    border-radius: 5px;
    background-color: transparent;
    font-weight: bold;
}

.validacao {
    color: red;
}
