.bottom-questions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 10px;
}
.question-answer {
    max-height: 350px;
    overflow-y: auto;
}
.answer-question {
    width: 300px !important;
}

/*Ventana modal añadir preguntas*/
.modalAnswers .modal-body {
    padding-top: 0;
}
.modal-body .addAnswers {
    display: flex;
    justify-content: space-between;
}
.addAnswers .list-questions {
    padding-top: 26px;
}

.lock-screen {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 10000;
    top: 90px;
    background-color: rgba(255, 255, 255, .6);
    margin-left: -20px;
}

.lock-screen-show {
    display: none;
}
.subtitle-option {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
    height: 40px;
    color: black;
    padding: 8px 15px;
}
/*.editSubtitleOption {*/
/*    width: 150px;*/
/*}*/
