.question {
    background: #ececec;
    padding: 2rem;
    border-bottom: 1px solid white;
    width: 100%;
}

.question-title {
    font-weight: bold;
    color: #bb304d;
}

.question-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
}

.question-option-label {
    width: calc(50% - 1rem);
    padding: 0.5rem;
}

#modalQuestions {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.9) !important;
    color: #444;
    left: 0;
    top: 0;
    z-index: 99999;
}

.container-stats {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 750px;
    max-height: 500px;
    margin: 0 auto;
    top: 15%;
}

.box-stats {
    width: calc(100% - 4rem);
    height: calc(100% - 4rem);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 2rem;
    margin: 0 auto;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    background: white;
    overflow: auto;
}

.close-stats {
    position: absolute;
    top: 0;
    right: 0;
    background: red;
    padding: 1rem 1.5rem;
    font-weight: bold;
    color: white;
    cursor: pointer;
}

.openModalStats {
    position: absolute;
    right: 0;
    width: 35px;
    cursor: pointer;
}

@media screen and (max-width: 767px){
    .container-stats {
        top: 0;
        height: 100%;
        max-height: 100%;
    }
}

@media (max-width: 550px) {

}
