/** Survey Section Background Color**/
#bi_survey_section {
    background-color: #1a1a1a;
    padding: 2rem;
    min-width: 787px;
}

@media only screen and (max-width: 375px) {
    .active_answer {
        padding: 5px;
    }
}

@media only screen and (max-width: 1440px) {
    #bi_survey_section {
        min-width: 700px;
    }
}

@media only screen and (max-width: 768px) {
    #bi_survey_section {
        min-width: inherit;
    }
}

.survey_form_section {
    margin-bottom: 1rem !important;
}

/** Survey Question Section**/

.survey_question_section {
    background-color: #252525;
    padding: 1rem;
    border-radius: 4px;
    margin-bottom: 1rem !important;
}

.survey_question_item {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 426px) {
    .survey_question_item {
        line-height: 22px !important;
    }
}

.survey_answer_section {
    background-color: #252525;
    padding: 1rem;
    border-radius: 4px;
    margin-bottom: 0 !important;
}

.survey_question_countdown {
    color: #ffb300;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 600;
    padding-bottom: 1rem;
    margin: 0 !important;
}

@media only screen and (max-width: 426px) {
    #bi_survey_section {
        padding: 2rem 1rem;
    }

    .survey_question_item {
        font-size: 18px !important;
    }
}

.survey_answer_option {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-bottom: 0 !important;
}

.survey_answer_option_positive {
    width: 350px;
    text-align: center;
    padding: 3rem 2rem;
    border-radius: 5px;
    margin-right: 6px;
    margin-bottom: 0 !important;
}

.survey_answer_option_positive img{
    display: inline-block;
    width: 180px;
}

.survey_answer_option_positive:hover{
    cursor: pointer;
    background-color: #ffb300;
    transition: .7s;
}

.survey_answer_option_negative img{
    display: inline-block;
    width: 180px;
}

.survey_answer_option_negative:hover{
    cursor: pointer;
    background-color: #ffb300;
    transition: .7s;
}

.survey_answer_option_negative {
    width: 350px;
    text-align: center;
    padding: 3rem 2rem;
    border-radius: 5px;
    margin-left: 6px;
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 1440px) {
    .survey_answer_option_positive {
        padding: 2.5rem 1.5rem;
    }

    .survey_answer_option_negative {
        padding: 2.5rem 1.5rem;
    }
}

@media only screen and (max-width: 426px) {
    .survey_answer_option_positive {
        padding: 1rem;
        margin-right: 2px;
    }

    .survey_answer_option_negative {
        padding: 1rem;
        margin-left: 2px;
    }

    /* .survey_answer_option_positive img{
        width: inherit;
    }

    .survey_answer_option_negative img{
        width: inherit;
    } */
}

.mostly_okay {
    color: #ffffff;
    font-size: 22px !important;
    font-weight: 600;
    padding-top:5px;
    margin-bottom: 0 !important;
}

.mostly_not_okay {
    color: #ffffff;
    font-size: 22px !important;
    font-weight: 600;
    padding-top:5px;
    line-height: 20px;
    margin-bottom: 0 !important;
}

.survey_answer {
    display: none;
}

.survey_submit_section {
    background-color: #252525;
    padding: 1rem;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 0 !important;
}

#survey_submit {
    background-color: #ffb300;
    border-radius: 34px;
    padding: 0.7rem 2rem;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

#survey_submit:hover{
    background-color: #d49c19;
    cursor: pointer;
}

.survey_rating_text {
    color: #ffffff;
    font-size: 16px !important;
    padding-bottom: 0.5rem;
    margin-bottom: 0 !important;
}

.survey_option_active {
    background-color: #ffb300;
    transition: .7s;
}

.survey_result_page_alert {
    color: #ffffff;
    padding: 2rem;
    font-weight: 600;
    text-align: center;
}

@media only screen and (max-width: 426px) {

    .mostly_okay {
        font-size: 14px !important;
        line-height: 20px !important;
        font-weight: 600 !important;
    }

    .mostly_not_okay {
        font-size: 14px !important;
        line-height: 20px !important;
        font-weight: 600 !important;
    }
}

@media only screen and (max-width: 375px) {
    .survey_result_page_alert {
        font-size: 14px;
    }
}

/** Survey Question Section**/

/**Survey Result List**/
.survey_result_section {
    background-color: #1a1a1a;
    padding: 2rem;
    min-width: 787px;
}

@media only screen and (max-width: 1440px) {
    .survey_result_section {
        min-width: 700px;
    }
}

@media only screen and (max-width: 768px) {
    .survey_result_section {
        min-width: inherit;
    }
}

.survey_result_section_header {
    display:flex;
    align-items: center;
    background-color: #252525;
    color: #ffffff;
    padding: 1.2rem;
    border-radius: 4px;
    margin-bottom: 0 !important;
}

.survey_result_section_ques {
    width: 50%;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 0 !important;
}

.survey_result_section_ques p{
    margin-bottom: 0 !important;
}

.survey_result_section_col {
    width: 25%;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0 !important;
}

.survey_result_img_holder {
    text-align: -webkit-center;
    margin-bottom: 0 !important;
}

.survey_result_img_holder img {
    width: 25px;
}

.survey_result_section_row {
    display: flex;
    padding: 1.5rem 0 1rem 0;
    margin-bottom: 0 !important;
}

.survey_result_section_row_ques {
    width: 50%;
    color: #ffffff;
    padding-left: 1rem;
    font-size: 22px !important;
    font-weight: 600;
    line-height: 26px !important;
    margin-bottom: 0 !important;
}

.survey_result_img_title {
    font-size: 22px !important;
    margin-bottom: 0 !important;
}

.survey_result_section_row_perc {
    width: 25%;
    text-align: center;
    color: #ffffff;
    font-size: 22px !important;
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 679px) {
    .survey_result_section {
        padding: 1rem;
    }

    .survey_result_img_title {
        font-size: 17px !important;
        line-height: 22px !important;
    }

    .survey_result_section_ques {
        font-size: 17px;
    }
    
    .survey_result_section_col {
        font-size: 17px;
    }

    .survey_result_section_row_ques {
        font-size: 17px !important;
        line-height: 22px !important;
    }

    .survey_result_section_row_perc {
        font-size: 17px !important;
    }

    .survey_result_section_header {
        padding: 1rem;
    }
}

.survey_result_not_found {
    color: #ffffff;
    padding: 2rem;
    font-weight: 600;
}

@media only screen and (max-width: 426px) {
    .survey_result_section_ques {
        font-size: 16px !important;
        font-weight: 600 !important;
    }

    .survey_result_img_title {
        font-size: 14px !important;
        font-weight: 600 !important;
    }

    .survey_result_section_row {
        padding: 1rem 0 0.5rem 0;
    }

    .survey_result_section_row_ques {
        font-size: 14px;
        padding-left: 2px;
    }

    .survey_result_section_row_perc {
        font-size: 14px;
    }
    
    .survey_result_not_found {
        font-size: 14px;
    }
}

@media only screen and (max-width: 375px) {
    .survey_result_section_ques {
        font-size: 18px !important;
    }
    .survey_result_img_title {
        font-size: 18px !important;
    }
}

.active_answer {
    color:#ffb300;
    padding: 10px;
    border-radius: 5px;
    background: #252525;
}

.highest {
    font-size: 24px !important;
    font-weight: 600 !important;
}

@media only screen and (max-width: 679px) {
    .highest {
        font-size: 19px !important;
    }
}

@media only screen and (max-width: 426px) {
    .highest {
        font-size: 16px !important;
    }
}
/**Survey Result List**/

