
.room_page {
    max-width: 1255px;
    margin: auto;
    display: flex;
    padding: 8px 0;
}

@media(max-width: 768px) {
    .room_page {
        flex-wrap:wrap;
    }
}

.room_video {
    width: 60%;
    padding: 12px;
}

@media(max-width: 768px) {
    .room_video {
        width: 100%;
    }
}

@media(max-width: 480px) {
    .room_video {
        padding: 2px 7px;
    }
}

.room_page.full {
    display: block;
}

.room_page.full .room_video {
    width: 100%;
}

.room_page.full .room_chat {
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.room_video_in {
    background-color: #f0f0f0;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-size: 50px;
    background-position: center center;
    background-repeat: no-repeat;
}

@media(max-width: 768px) {
    .room_video_in {
        /* min-height: 210px; */
    }
}

.room_video_leyer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0C3147;
    z-index: 30;
    opacity: 0;
    user-select: none;
    /* display: none; */
}

.room_video_fm {
    opacity: 1;
}

.room_video_frame {
    width: 100%;
    height: 248px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: 12;
}

.room_message {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 100%;
    display: none;
    z-index: 20;
    background-color: #0C3147;
}

.room_finish_message {
    z-index: 140;
}

.room_message_title {
    color: #fff;
    font-size: 27px;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 33px;
}

.room_message_in {
    display: flex;
    height: 100%;
    align-items: center;
    /* flex-direction: column; */
    justify-content: center;
    user-select: none;
}

.event_review_button {
    margin-bottom: 12px;
}

.rec_page .room_video {
    /*width: 100%;
    max-width: 960px;*/
    z-index: 100;
    position: relative;
}

.rec_page {
    justify-content: center;
}

.rec_rev_block {
    text-align: center;
    padding: 13px 0 2px;
    border-radius: 4px;
}

@media(max-width: 480px) {
    .rec_rev_block {
        background-color: #091c27c2;
    }
}

.room_play_button_block {
    z-index: 0;
    cursor: pointer;
}

.room_play_button {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
}





/*room files*/
.room_video_title {
    color: #2d2d2d;
    padding: 15px 0;
    font-size: 22px;
    letter-spacing: 0.07em;
    font-weight: 600;
    border-bottom: 2px solid #2B4554;
    line-height: 150%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media(max-width: 768px) {
    .room_video_title {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0.03em;
        display: none;
    }
}

@media(min-width: 768px) {
    .room_full_button {
        background-size: 100%;
        background-repeat: no-repeat;
        width: 26px;
        height: 26px;
        cursor: pointer;
    }
}

.room_control {
    margin-top: 15px;
}

@media(max-width: 480px) {
    .room_control {
        display:none;
    }
}

.room_control_button {
    margin-right: 12px;
}

.room_video_bottom {
    display: flex;
}

@media(max-width: 768px) {
    .room_video_bottom {
        display: none;
    }
}

.room_files {
    width: 50%;
}

.room_files_title {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 700;
    padding: 15px 0 6px;
    color: #ffffff;
}

.room_files_list {
}

.room_file_item {
    padding: 5px 0;
    border-bottom: 1px solid #d5d5d5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.room_file_item:last-child {
    padding: 5px 0;
    border-bottom: 0;
}

.room_file_name {
    color: #ffffff;
    font-size: 15px;
    padding: 5px 5px;
    /* color: #e5e5e5; */
}

.room_file_download {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2100 2970' shape-rendering='geometricPrecision' text-rendering='geometricPrecision' image-rendering='optimizeQuality' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%23ffffff' d='M1428 838h-270V433H753v405H483l473 472 472-472zm-945 607v135h945v-135H483z'/%3E%3C/svg%3E");
    width: 36px;
    height: 36px;
    display: block;
    background-size: 100%;
}

/*/room_files*/
.room_video_bottom_right {
    width: 50%;
    padding-top: 8px;
}

.room_viewers_count {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-align: right;
    color: #171717;
}

.room_viewers_count span {
    /* color: #ffffff; */
    font-size: 22px;
    padding-left: 5px;
}

/*quastions room*/
.room_questions {
    max-width: 919px;
    margin: auto;
    background-color: #0C3147;
    border-radius: 4px;
    overflow: hidden;
    /* border: 1px solid #1E475F; */
}

@media(max-width: 480px) {
    .room_questions {
        display: none;
    }
}

.room_questions_in {
}

.room_questions_top {
    background-color: #091C27;
    padding: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.room_questions_items {
    /* padding: 12px; */
    max-height: 300px;
    overflow: auto;
}

.room_questions_title {
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #dddddd;
}

.room_question_update_button {
    width: 24px;
    height: 24px;
    background-size: 100%;
    cursor: pointer;
    margin-left: 12px;
}

.room_question_item_user_name {
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.04em;
    cursor: pointer;
    margin-bottom: 3px;
    display: inline-block;
}

.room_question_item_text {
    line-height: 150%;
    font-size: 14px;
    text-align: left;
    user-select: text;
    font-weight: 300;
}

.room_question_item {
    padding: 11px 16px;
    border-bottom: 1px solid #1E475F;
    display: flex;
}

.room_question_item:last-child {
    border-bottom: 0;
}

.room_question_item.answered {
    opacity: 0.6;
    background-color: #142A37;
}

.room_question_item_l {
    border-right: 1px solid #1E475F;
    padding-right: 12px;
    width: 80%;
}

.room_question_item_r {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 17px;
}

.room_question_item_status.icon_check {
    width: 24px;
    height: 24px;
    background-size: 100%;
    margin-right: 7px;
    cursor: pointer;
}

/*/questions room*/