html, body{
    overflow-x: hidden;
    overflow-y: auto;
}

.quiz-result-question-item{
    display: none;
}
.quiz-result-question-item.active{
    display: block;
}

.report-nextprev-buttons{
    height: 37px;
    margin-top: 24px;
}

.report-nextprev-buttons .prev, .report-nextprev-buttons .next{
    background-color: #005E5A;
    padding: 8px;
    display: block;
    color: white;
    width: 100px;
    text-align: center;
    cursor: pointer;
}

.report-nextprev-buttons .prev{
    float: left;
}
.report-nextprev-buttons .next{
    float: right;
}

.quiz-result-question-item:first-child .report-nextprev-buttons .prev{ display: none }
.quiz-result-question-item:last-child .report-nextprev-buttons .next{ display: none }

.entry-content {
    height: calc( 100vh - 150px );
}

.quiz-wrap{
    height: 100% !important;
}

.quiz-wrap .bottom_button{
    position: fixed;
    bottom: 0;
    width: 100%;
    /* height: 75px; */
    font-size: 16px;
    line-height: 1.1;
    padding: 9px 16px;
    max-width: 1280px;
    border: none;
    font-weight: bold;
}

.form-body{
    padding: 0 16px;
    font-size: 16px;
    font-family: "Museo-500";
    line-height: 1.3;
}

h1.entry-title.sszs-entry-header{
    /*height: 80px;*/
    font-size: 20px;
    font-family: "Museo-700";
    /*padding-top: 30px;*/
    font-weight: 600;
}

.sszs-app .sszs-input{

    border: 2px solid #005E5A !important;
    padding: 5px 8px !important;
    height: 56px;
}

.quiz-wrap h3{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
}

.quiz-form textarea, .quiz-start textarea{
    max-height: 150px !important;
    min-height: 150px !important;
    border: 2px solid #005E5A !important;
    padding: 16px 8px !important;
}

.quiz_form_ctrl label{
    height: 39px;
    font-weight: bold;
}

.quiz_form_ctrl label input,
.quiz_form_ctrl .div-label input{
    display: none;
}

.quiz_form_ctrl_item[data-question-type='Single Choice'] .quiz_form_ctrl,
.quiz_form_ctrl_item[data-question-type='Multiple Choice'] .quiz_form_ctrl{
    position: fixed;
    bottom: 35px;
    width: 100%;
    z-index: 10000;
    max-width: 1249px;
}

.quiz_form_ctrl_item[data-question-type='Single Choice'] .quiz_form_ctrl{
    bottom: 0px;
}

[data-question-type="Multiple Choice"] .quiz_form_ctrl label.active span,
[data-question-type="Multiple Choice"] .quiz_form_ctrl .div-label.active span{
    background-color: #60BFA4;
}

.quiz_form_ctrl span{
    font-size: 16px;
    padding: 8px 16px;
    width: 100%;
}

.sszs-hide {
    display:none;
}
.m-b-10 {
    margin-bottom: 10px;
}
.quiz-form,.quiz-start {

}

.quiz_form_ctrl label {
    font-weight: normal;
}
.quiz_form_ctrl_item {
    margin-bottom: 10px;
}

.quiz-form-error, .quiz-form-success{
    color: #D8000C;
    background-color: #FFBABA;
    margin: 10px 0;
    padding: 12px 18px;
    font-size: 13px;
    border-radius: 6px;
}
.question-index {
    font-style: italic;
    color: #676767;
    display: inline-block;
    padding-right: 10px;
    display:none;
}
.quiz-form-success{
    color: #4F8A10;
    background-color: #DFF2BF;
}

.quiz-submit .quiz-next-button{
    width: 100%;
}

.quiz-submit .quiz-next-button[data-question-type='Single Choice']{
    display: none;
}

.sszs_table_loading {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 2px 0;
}

.quiz-report-list {
    margin-top: 10px;
}
.quiz-result-question-item {
    margin-bottom: 10px;
    padding: 10px 20px;
}
.quiz-result-question-item h3 {
    font-size: 24px;
    padding-bottom: 5px;
    line-height: 1.3;
}

.quiz-overview {
    padding: 0px 20px 10px;
}
.quiz-overview .question-list-item {
    margin-bottom: 10px;
}
.quiz-overview .question-list-item-question {
    font-weight: bold;
}

.question-list-item-question{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}

.question-list-item-ans{
    font-size: 16px;
    line-height: 1.3;
    margin: 8px 0;
}

.quiz-overview{
    padding-bottom: 25px;
}
.intro {
    margin: 5px 0px 10px;
}