#valideted-submission-modal {
    position: fixed;
    background: #c8c8c859;
    top: 0;
    border: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
#valideted-submission-modal-loader {
    position: absolute;
}
.vs-wpProQuiz_response{
    background-color: #f0f3f6;
    border: 2px solid #e2e7ed;
    border-radius: 6px;
    box-shadow: none;
    color: #728188;
    margin: 1em 0;
    min-height: 80px;
    position: relative;
    text-align: center;
    display: flex;
    width: 50%;
    align-items: center;

}
.vs-wpProQuiz_response-content{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
    flex-wrap: nowrap;
    flex-direction: row;
}
.vs-p-tag{
    margin: 0px;
    width: 50%;
}
.vs-answer-submit{
    display: flex;
    height: 45px;
    justify-content: center;
    line-height: 1.25em;
    max-width: 357px;
    padding: 1em;
    white-space: normal;
    width: 100%;
    width: auto;
}
.vs-wpProQuiz_response-content label {
    margin: 0px 5px 10px 0px;
}
.vs-wpProQuiz_response-content button {
    margin-left: 10px;
}