#option_view{
    cursor: pointer;
}
#option_view .result_options .resultprev {
    background: #fff;
    border: 1px solid #333;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 12px;
    transition: .5s;
    max-width: 100%;
    margin: 0 auto;
}

#option_view .result_options .head_prev, #option_view .event_result .under_spon, #option_view .result_options .event_result .resultprev .under_spon .normal_show {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#option_view .result_options .head_prev .prev_icons {
    display: flex;
}
#option_view .result_options .head_prev .prev_icons .logo img {
    width: 40px;
    height: auto;
    margin-right: 8px;
}
#option_view .result_options .head_prev .prev_icons h4 {
    color: #05070a;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 3px;
    line-height: 20px;
    margin:0;
    cursor: pointer;
}
#option_view .result_options .head_prev .prev_icons p {
    color: #9197a3;
    font-size: 11px;
    margin: 0;
    line-height: 1.28;
}
#option_view .result_options .txt_msg.wrapped-textarea-value {
    white-space: break-spaces;
}

#option_view .result_options .txt_msg {
    font-size: 14px;
    line-height: 1.4;
    margin: 11px 0 10px;
}
#option_view .result_options .resultprev .prev_body .prev_overflow, #option_view .result_options .resultprev .prev_body .prev_overflow .msg_area {
    width: 100%;
}
#option_view .result_options .msg_area {
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 15%), 0 1px 4px rgb(0 0 0 / 10%);
    cursor: pointer;
    transition: all .3s;
    border: 1px solid rgba(0,0,0,.1);
}
#option_view .result_options .img_result {
    height: 188px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}
#option_view .result_options .img_result .play_btn {
    position: absolute;
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    z-index: 3;
}
#option_view .result_options .img_result img {
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
#option_view .result_options .under_spon {
    border-top: 1px solid #e5e6e9;
    padding: 10px 12px 15px;
}
#option_view .result_options .under_spon h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin: 0 0 5px;
    max-height: 110px;
    overflow: hidden;
    word-wrap: break-word;
}
#option_view .result_options .under_spon .spon_row p {
    font-size: 12px;
    line-height: 16px;
    max-height: 80px;
    overflow: hidden;
    margin: 0;
}
#option_view .result_options .under_spon .spon_footer {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#option_view .result_options .under_spon .spon_footer p {
    margin: 0;
    text-transform: uppercase;
    color: #9197a3;
    font-size: 11px;
    line-height: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
}
#option_view .result_options .under_spon .spon_footer button {
    background-color: #f6f7f8;
    cursor: pointer;
    font-size: 12px;
    line-height: 22px;
    border: 1px solid;
    border-color: #ccc #c5c6c8 #b6b7b9;
    border-radius: 2px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    padding: 0 8px;
    color: #4e5665;
    width: auto;
    display: inline-block;
    height: auto;
    margin: 0;
    text-decoration: none;
    text-transform: capitalize;
}
#option_view .result_options .under_spon .spon_footer .txt_msg {
    display: none;
}

#option_view .result_options .txt_msg.wrapped-textarea-value {
    white-space: break-spaces;
}
#option_view .result_options .txt_msg {
    font-size: 14px;
    line-height: 1.4;
    margin: 11px 0 10px;
}


