.modal-enquete .quiz .answer-list .opcao_enquete {
    cursor: pointer;
}

/* CSS da Enquete */

body {
    /*Quick Fix - scroll horizontal*/
    max-width: 100vw;
    overflow-x: hidden;
}

.enquete_mobile {
    position: relative;
    padding: 0;
}

.modal-enquete {
    align-items: center;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
    color: #343434;
    display: flex;
    font-family: 'Open-Sans', sans-serif;
    justify-content: center;
    min-height: 400px;
    padding: 18px 18px;
    position: absolute;
    right: 5vw;
    width: 330px;
    z-index:2147483647;
    top: -233px;
}

.modal-enquete .quiz_feed,
.modal-enquete .quiz {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.modal-enquete .quiz h2 {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 20px;
}

.modal-enquete .quiz h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}

/*LISTA*/

.modal-enquete .quiz .answer-list {
    display: flex;
    flex-direction: column;
    margin: 20px 0;
    width: 100%;
}

.modal-enquete .quiz .answer-list .opcao_enquete {
    align-items: center;
    background: #EFEFEF;
    border-radius: 20px;

    display: flex;
    margin-bottom: 7px;
    min-height: 28px;
    padding: 5px;
    position: relative;
    width: 100%;
    transition: 300ms
}

.modal-enquete .quiz .answer-list .opcao_enquete:last-child {
    margin-bottom: 0;
}

.modal-enquete .quiz .answer-list .opcao_enquete .btn-label {
    align-items: center;
    background: #999999;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    font-size: 11px;
    font-weight: 700;
    height: 20px;
    margin-right: 7px;
    justify-content: center;
    width: 20px;
}

.modal-enquete .quiz .answer-list .opcao_enquete .text-question {
    font-size: 13px;
    line-height: 1.3;
}

.modal-enquete .quiz .answer-list .opcao_enquete input[type="radio"] {
    cursor: pointer;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

/*BOTÕES*/

.modal-enquete .quiz .answer-btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.modal-enquete .quiz .answer-btns button {
    border-radius: 10px;
    border: none;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    height: 30px;
    margin-bottom: 10px;
    opacity: 1;
    transition: 300ms;
    width: 48%;
}

.modal-enquete .quiz .answer-btns button:hover,
.modal-enquete .quiz .answer-btns button:focus {
    opacity: 0.85;
    outline: none;
}

.modal-enquete .quiz .leave {
    color: #343434;
    cursor: pointer;
    font-size: 11px;
    text-align: center;
    margin-top: 10px;
    opacity: 0.5;
    transition: 300ms;
    width: 100%;

    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+/Edge */
    user-select: none;
    /* Standard */
}

.modal-enquete .quiz .leave:hover {
    opacity: 1;
}

/*CORES - Fundo Lista*/

.modal-enquete .quiz .answer-list .opcao_enquete:nth-child(1) {
    background: rgba(242, 78, 30, 0.1);
}

.modal-enquete .quiz .answer-list .opcao_enquete:nth-child(1):hover {
    background: rgba(242, 78, 30, 0.35);
}

.modal-enquete .quiz .answer-list .opcao_enquete:nth-child(2) {
    background: rgba(162, 89, 255, 0.1);
}

.modal-enquete .quiz .answer-list .opcao_enquete:nth-child(2):hover {
    background: rgba(162, 89, 255, 0.35);
}

.modal-enquete .quiz .answer-list .opcao_enquete:nth-child(3) {
    background: rgba(26, 188, 254, 0.1);
}

.modal-enquete .quiz .answer-list .opcao_enquete:nth-child(3):hover {
    background: rgba(26, 188, 254, 0.35);
}

.modal-enquete .quiz .answer-list .opcao_enquete:nth-child(4) {
    background: rgba(10, 206, 130, 0.1);
}

.modal-enquete .quiz .answer-list .opcao_enquete:nth-child(4):hover {
    background: rgba(10, 206, 130, 0.35);
}

/* CORES - Label Lista */

.modal-enquete .quiz .answer-list .opcao_enquete:nth-child(1) .btn-label {
    background: rgba(242, 78, 30, 1);
}

.modal-enquete .quiz .answer-list .opcao_enquete:nth-child(2) .btn-label {
    background: rgba(162, 89, 255, 1);
}

.modal-enquete .quiz .answer-list .opcao_enquete:nth-child(3) .btn-label {
    background: rgba(26, 188, 254, 1);
}

.modal-enquete .quiz .answer-list .opcao_enquete:nth-child(4) .btn-label {
    background: rgba(10, 206, 130, 1);
}

/* CORES - Fundo Botões */

.cor1 {
    background: #f24e1f;
}

.cor2 {
    background: #a259fe;
}

.cor3 {
    background: #1bbcfe;
}

.cor4 {
    background: #0ece81;
}

/*--- Resposta Enviada --- */

.quiz_feed {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.quiz_feed span {
    padding-bottom: 20px;
}

.quiz_feed h2 {
    color: #343434;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.quiz_feed p {
    color: #aaaaaa;
    font-size: 14px;
}

/* --- MOBILE --- */
@media only screen and (max-width: 490px) {

    .btn_sair,
    .btn_sair a {
        top: 10px !important;
        right: 10px !important;
        position: absolute !important;
        left: inherit;
    }

    .enquete_mobile {
        background: rgba(0, 0, 0, 0.8);
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 120vh;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 11%;
    }

    .modal-enquete {
        position: static !important;
        margin: 0 auto;
        width: 90%;
        /* transform: translateY(-20%) */
    }

    .modal-enquete .quiz .answer-btns button {
        margin-bottom: 20px;
        height: 48px;
    }

}


/* --- ??? --- */
.modal-footer {
    border: none;
}

.progress {
    border-radius: 10px;
    left: 10%;
    width: 80%;
    position: relative;
}

#qid {
    padding: 10px 15px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 20px;
}

