:root {
    --logo: url('logo-branco.png');
    --bs-head-p: #024F9C;
    --bs-color-question: #ffffff;
    --bs-border-question: none;
}

[data-bs-theme="dark"] {
    --bs-border-question: 1px solid #ffffff;
    --bs-head-p: #ffffff;
    --bs-color-question: #024F9C;
}

.show {
    display: block !important;
}

.hidden {
    display: none;
}

.questao-identificacao {
    padding: 5px 10px;
    background: white;
    color: black;
    border-radius: 10%;
    margin-right: 1%;
    font-weight: bolder;
}

.header {
    font-family: 'Courier New', Courier, monospace;
    font-size: 11px;
    box-shadow: 1px 3px 8px 1px rgba(0, 0, 0, 0.4);
    background-color: var(--bs-body-bg);
    color: var(--bs-head-p);
}

.header h4 {
    font-size: 13px;
}

.header img {
    height: 30%;
}

.card {
    box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.4);
}

.sinaliza-questao {
    border: 3px solid orange;
}

.less-margin-row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.div-fixed {
    position: fixed;
    margin-left: 2rem;
    box-shadow: -6px 3px 16px 6px rgba(0, 0, 0, 0.4);
}

.div-fixed-cell {
    width: 22rem;
    position: fixed;
    margin: 0 auto;
    padding: 0 10px;
    box-shadow: -6px 3px 16px 6px rgba(0, 0, 0, 0.4);
    border-radius: 15px;
    top: 150px;
    left: 11px;
}

#row-card-questions {
    /* width: 22rem; */
    padding: 15px;
    gap: 13px;
    display: flex;
    background-color: #024F9C;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: clip;
}

#row-card-questions a {
    text-decoration: none;
    font-weight: bolder;
}

#row-card-questions .col-md-2 {
    padding: 5px;
    border-radius: 10px;
    background-color: var(--bs-color-question);
    color: var(--bs-head-p);
    border: var(--bs-border-question);
}

#row-card-questions span {
    color: #ffffff;
}

.questaoRespondida {
    /* background-color: rgb(253, 187, 45) !important; */
    color: #ffffff !important;
    background-color: #2a80fd !important;
}

.div-acessibilidade {
    /* width: 22rem; */
    padding: 5px 15px;
    gap: 5px;
    background-color: #024F9C;
    display: flex;
    background-color: var(--bs-body-bg);
}

.div-acessibilidade div {
    background-color: var(--bs-body-bg);
}

.div-finalizar {
    /* width: 22rem; */
    padding: 5px 15px;
    gap: 5px;
    background-color: #024F9C;
    display: flex;
}

.div-finalizar div {
    background-color: #024F9C;
}

#row-card-questions::-webkit-scrollbar {
    width: 5px;
}

#row-card-questions::-webkit-scrollbar-track {
    background-color: #024F9C;
}

#row-card-questions::-webkit-scrollbar-thumb {
    background-color: lightslategrey;
    border-radius: 20px;
}

#row-less {
    margin-right: initial;

}

.radio-button {
    display: block;
    text-align: start;
    padding: 8px 16px;
    margin-bottom: 8px;
    cursor: pointer;
}

.item-label {
    border-radius: 10%;
    font-weight: bold;
    font-size: 15px;
    padding: 5px;
    display: inline-block;
}

input[type="radio"] {
    display: none;
}

input[type="radio"]:checked+label {
    background-color: #024F9C;
    color: white;
}

#div-locais:hover {
    transform: scale(1.01);
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="number"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


/* label{
    min-height: 200px;
} */

@media (max-width: 1380px) {

    #row-less {
        margin-left: initial;
    }

    .btn-outline-warning:hover {
        background-color: unset;
    }

    .btn-outline-warning {
        color: #ffc107 !important;
    }

    .div-fixed {
        margin-left: 1rem;
        padding: 0 10px;
        box-shadow: -6px 3px 16px 6px rgba(0, 0, 0, 0.4);
        border-radius: 15px;
        top: 150px;
    }
}

@media (max-width: 360px) {

    .div-fixed-cell {
        width: 18.4rem;
    }
}