body {
    padding-bottom: 90px;
}
 
.footer {
    background-color: #0d6efd;
    color: #fff;
    border-top: 3px solid #f5a623;
    min-height: 70px;
    z-index: 1030;
}

.topico {
    background-color: #006bb52e;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    padding: 4px 8px;
    margin-bottom: 12px;
}

.subTopico {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    margin-bottom: 6px;
    min-height: 42px;
}

.opcoesTopico {
    font-size: 12px;
    font-weight: bold;
    color: #0d0e0f;
}

.opcoesTopico .form-check {
    margin-bottom: 4px;
}

.opcoesTopico .form-check:last-child {
    margin-bottom: 0;
}

.cursorPointer {
    cursor: pointer;
}

.grupoPergunta {
    margin-bottom: 18px;
}

.grupoPergunta .form-check-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.linhaTresColunas {
    margin-bottom: 4px;
}

.campoHorizontal {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}

@media (max-width: 767.98px) {
    .subTopico {
        min-height: auto;
    }
}