﻿.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;
    background-color: #ffffff;
    border-radius: 12px;
}

.testimonial_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px 12px;
}

.testimonial_headline {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

.testimonial_headline_underline {
    padding: 24px 0;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #f2f2f2;
}

.testimonial_sub_headline {
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
}

.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;
    border-radius: 12px;
}

.logged_out_message_text {
    font-size: 16px;
    font-weight: bold !important;
    text-align: center;
}

.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;
    font-size: 16px;
    font-weight: bold;
    color: #081535;
    text-decoration: none;
    background-color: #f2f2f2;
    border: none;
    border-radius: 8px;
}

.testimonial_login {
    background-color: #8cd140;
}

.logged_out_message_link:active,
.logged_out_message_link:hover {
    color: #081535;
    text-decoration: none;
}

.testimonial_register {
    background-color: #00bdd4;
}

.play_video_button {
    width: 100px;
    height: 74px;
    position: absolute;
    margin: 0 !important;
    background-color: transparent;
    border: none;
    cursor: pointer;
    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;
    background-color: #ffffff;
    border: 1px solid #f2f2f2;
    border-radius: 12px;
    opacity: 0.5;
}

.survey_form {
    width: 100%;
    max-width: 768px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px;
    border: 1px solid #f2f2f2;
    border-radius: 12px;
}

.survey_form_text {
    padding: 12px 0 !important;
    font-size: 20px;
    font-weight: bold !important;
}

.form_control {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.form_label {
    width: 100%;
    margin: 0;
    font-size: 16px;
}

.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;
    background-color: #f2f2f2;
    border-radius: 8px;
}

.form_selection_text {
    width: 80%;
    font-size: 16px;
    font-weight: bold !important;
}

.form_selection_button {
    width: 36px;
    height: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border: 1px solid #081535;
    border-radius: 50%;
    outline: none !important;
    cursor: pointer !important;
}

    .form_selection_button[data-active="true"]::after {
        content: '';
        width: 30px;
        height: 30px;
        background-color: #8cd140;
        border-radius: 50%;
    }

.form_error {
    width: 100%;
    display: none;
    padding: 0 12px;
    font-size: 16px;
    color: red;
}

.form_button {
    width: 148px;
    height: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 12px !important;
    font-size: 16px;
    font-weight: bold !important;
    color: #081535;
    background-color: #8cd140;
    border: none;
    border-radius: 8px;
    outline: none !important;
    cursor: pointer !important;
}

.recommendation_container {
    width: 100%;
    max-width: 768px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px;
    border: 1px solid #f2f2f2;
    border-radius: 12px;
}

.recommendation_text {
    font-size: 20px;
    font-weight: bold !important;
    text-align: center;
}

    .recommendation_text.one {
        font-size: 16px;
        font-weight: normal !important;
        text-align: center;
    }

.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;
    padding: 12px;
    background-color: #ffffff;
    border: 1px solid #f2f2f2;
    border-radius: 8px;
}

.uploading_video_container {
    width: 100%;
    max-width: 768px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px;
    border: 1px solid #f2f2f2;
    border-radius: 12px;
}

.upload_progress_bar {
    width: 100%;
    max-width: 384px;
    height: 8px;
    display: none;
    background-color: #8cd140;
    border-radius: 48px;
}

.uploading_video_text {
    font-size: 16px;
    font-weight: bold !important;
}

.video_upload_complete_container {
    width: 100%;
    max-width: 768px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px;
    border: 1px solid #f2f2f2;
    border-radius: 12px;
}

.video_upload_complete_text {
    font-size: 16px;
    text-align: center;
}

    .video_upload_complete_text.two {
        font-size: 20px;
        font-weight: bold;
    }

.upload_another_video {
    width: 148px;
    height: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 12px !important;
    font-size: 16px;
    font-weight: bold !important;
    color: #081535;
    background-color: #8cd140;
    border: none;
    border-radius: 8px;
    outline: none !important;
    cursor: pointer !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;
    border-radius: 12px;
}

.topics_completed_message_text {
    font-size: 16px;
    font-weight: bold !important;
    text-align: center;
}

.testimonial_comments_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 24px 0;
}

.testimonial_comment {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.testimonial_comment_text {
    padding: 12px 24px !important;
    font-size: 16px;
    font-weight: bold !important;
    text-align: center;
}

.testimonial_comment_name {
    font-size: 14px;
    font-style: italic;
    text-align: center;
}

.testimonial_video_limit {
    padding: 12px 0 !important;
    font-size: 16px;
    font-style: italic;
}

.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;
}

/*.video_navigation {
    width: 48px;
    height: auto;
    min-height: 340px;
    max-height: 768px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    font-size: 24px;
    font-weight: bold;
    background-color: transparent;
    border: none;
    outline: none !important;
    cursor: pointer !important;
}*/

.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;
    border: none;
    border-radius: 12px;
}

.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_shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 95%;
    background-color: #f2f2f2;
    border-radius: 12px;
}

.testimonials_placeholder_icon {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
}

.testimonial_shorts_placeholder_title {
    font-size: 24px;
    font-weight: bold !important;
    color: #ff9900;
}

.testimonial_shorts_placeholder_text {
    padding: 0 24px !important;
    font-size: 24px;
    font-weight: bold !important;
    text-align: center;
}

.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: 20px;
    font-weight: bold !important;
    text-align: center;
}

    .testimonial_guideline_headline span {
        font-size: 36px;
        font-weight: bold !important;
    }

.testimonial_guideline img {
    width: 100%;
    max-width: 1280px;
    height: auto;
    border-radius: 12px;
}

@media only screen and (min-width: 768px) {
    .testimonial_shorts_placeholder_title {
        font-size: 36px;
        font-weight: bold !important;
        color: #ff9900;
    }

    .testimonial_shorts_placeholder_text {
        padding: 0 68px !important;
        font-size: 36px;
        font-weight: bold !important;
        text-align: center;
    }
}

@media only screen and (min-width: 1200px) {
    .topics_completed_message_text {
        font-size: 24px;
        font-weight: bold !important;
        text-align: center;
    }

    .survey_form_text {
        width: 100%;
        padding: 12px !important;
        font-size: 24px;
        font-weight: bold !important;
    }

    .form_label {
        padding: 0 12px;
    }

    .testimonial_headline {
        width: 40%;
        font-size: 72px;
    }

    .testimonial_headline_underline {
        width: 40%;
        padding: 48px;
        font-size: 72px;
    }

    .logged_out_message_text {
        padding: 24px 96px !important;
        font-size: 24px;
    }

    .testimonial_comment_text {
        width: 960px;
        padding: 24px 72px !important;
        font-size: 24px;
    }

    .testimonial_comment_name {
        font-size: 20px;
    }

    .testimonial_video_limit {
        font-size: 20px;
    }

    .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;
        font-size: 48px;
    }

        .testimonial_guideline_headline span {
            font-size: 96px;
            font-weight: bold !important;
        }

    .testimonial_guideline img {
        width: 50%;
    }
}
