﻿.ib_orange {
    color: #ff9900;
}

.ib_blue {
    color: #00bdd4;
}

.ib_green {
    color: #8cd140;
}

.testimonial_wrapper {
    width: calc(100% - 10px);
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.testimonial_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px 12px;
}

.testimonial_headline {
    font-size: 24px;
    font-weight: 900;
    text-align: center;
}

.testimonial_headline_underline {
    padding: 24px 0;
    font-size: 24px;
    font-weight: 900;
    text-align: center;
}

.testimonial_survey_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 24px 0;
}

.logged_out_message_container {
    width: 100%;
    max-width: 768px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px;
}

.logged_out_message_actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.logged_out_message_link {
    width: 96px;
    height: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.play_video_button {
    width: 100px;
    height: 74px;
    position: absolute;
    margin: 0 !important;
    z-index: 1;
}

    .play_video_button img {
        width: 100%;
        height: auto;
    }

.testimonial_video {
    width: 100%;
    max-width: 1280px;
    height: 100%;
    min-height: 250px;
    max-height: 768px;
    object-fit: cover;
    border-radius: 16px;
}

.survey_form {
    width: 100%;
    max-width: 768px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px;
}

.survey_form_text {
    padding: 12px 0 !important;
}

.form_control {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.form_label {
    width: 100%;
    margin: 0;
}

.form_selection_list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.form_selection_item {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
}

.form_selection_text {
    width: 80%;
}

.form_selection_button {
    width: 36px;
    height: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .form_selection_button[data-active="true"]::after {
        content: '';
        width: 30px;
        height: 30px;
    }

.form_error {
    width: 100%;
    display: none;
}

.form_button {
    width: 148px;
    height: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 12px !important;
}

.recommendation_container {
    width: 100%;
    max-width: 768px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px;
}

.upload_video_form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 24px 0 !important;
}

    .upload_video_form .form_label {
        padding: 0 12px;
    }

.video_control {
    width: 100%;
    height: 48px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.uploading_video_container {
    width: 100%;
    max-width: 768px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px;
}

.upload_progress_bar {
    width: 100%;
    max-width: 384px;
}

.video_upload_complete_container {
    width: 100%;
    max-width: 768px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px;
}

.upload_another_video {
    width: 148px;
    height: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 12px !important;
}

.topics_completed_message_container {
    width: 100%;
    max-width: 768px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px;
}

.testimonial_comments_container {
    width: 100%;
    max-width: 540px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 24px 0;
    padding: 8px;
    background-color: vaR(--surface-1);
    border-radius: 8px;
}

.testimonial_comment {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.testimonial_comment_name {
    font-weight: 600;
}

.testimonial_comment_text {
    max-width: 540px;
    margin: 0 auto;
    padding: 12px 24px !important;
    text-align: center;
}

.testimonial_video_limit {
    padding: 12px 0 !important;
    font-weight: 600;
}

.testimonial_shorts_container {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 24px 0;
}

.testimonial_shorts {
    width: 100%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.testimonial_shorts_placeholder {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    max-width: 540px;
    aspect-ratio: 9 / 16;
    height: auto;
    min-height: 480px;
    max-height: 768px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0 auto;
    padding: 4px;
    background-color: vaR(--surface-1);
    border-radius: 8px;
}

.testiomonial_shorts_placeholder_inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.testimonial_shorts_placeholder_title {
    font-size: 16px;
    font-weight: 600;
}

.testimonial_shorts_placeholder_shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 95%;
}

.testimonials_placeholder_icon {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
}

.testimonial_shorts_placeholder_text {
    padding: 0 24px !important;
}

.testimonial_placeholder_play_button {
    margin: 12px 0 !important;
}

.testimonial_shorts_container {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin: 24px 0;
}

.testimonial_guideline {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 24px 0;
}

.testimonial_guideline_headline {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 24px;
    font-weight: 900;
    text-align: center;
}

.testimonial_guideline img {
    width: 100%;
    max-width: 1280px;
    height: auto;
    border-radius: 16px;
}

@media only screen and (min-width: 768px) {
    .testimonial_shorts_placeholder_text {
        padding: 0 68px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .survey_form_text {
        width: 100%;
        padding: 12px !important;
    }

    .form_label {
        padding: 0 12px;
    }

    .testimonial_headline {
        width: 40%;
    }

    .testimonial_headline_underline {
        width: 40%;
        padding: 48px;
    }

    .logged_out_message_text {
        padding: 24px 96px !important;
    }

    .testimonial_comment_text {
        width: 960px;
        padding: 24px 72px !important;
    }

    .testimonial_guideline {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

        .testimonial_guideline:nth-child(2),
        .testimonial_guideline:nth-child(4) {
            flex-direction: row-reverse;
        }

    .testimonial_guideline_headline {
        width: 100%;
        padding: 48px !important;
    }

    .testimonial_guideline img {
        width: 50%;
    }
}
