.container:after {
    display: none;
}

#head_social {
    padding: 60px 0;
}

#head_social .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#head_social .txt_area {
    max-width: 500px;
}

#head_social .txt_area h1 {
    font-weight: bold;
    font-size: 65px;
    line-height: 80px;
    margin-bottom: 60px;
}

#head_social .txt_area p {
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 0;
}

#head_social .image_area {
    width: 40%;
}

#view_menu {
    padding-bottom: 75px;
}

#view_menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-evenly;
    flex-flow: row wrap;
    gap: 20px 10px;
}

#view_menu ul li {
    width: 200px;
    margin: 0;
    border-radius: 5px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #333333;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.3s;
}

#view_menu ul li.active {
    background: #333333;
    color: #FFFFFF;
}

#view_menu ul li img {
    height: 20px;
    margin-right: 7px;
}


#option_view .container {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
}

#option_view .main_options {
    width: calc(100% - 500px);
}

#option_view .result_options {
    width: 450px;
}

#option_view .result_options > div {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    padding-bottom: 20px;
}

#option_view .title_options h2,
#option_view .result_options h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 10px;
}

#option_view .title_options p {
    font-size: 13px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 0;
}

#option_view .three_option {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    padding: 30px 0 20px;
}

#option_view .three_option .option_element_prev {
    flex: 0 0 33%;
    min-width: 150px;
    max-width: 220px;
    padding: 0 2px;
}

label.spon_label {
    border: 1px dashed #333333;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*min-height: 220px;*/
    transform: scale(0.9);
    opacity: 0.8;
    cursor: pointer;
    transition: 0.3S;
}

#option_view .three_option .option_element_prev input {
    display: none;
}

#option_view .three_option .option_element_prev input:checked + label {
    border-style: solid;
    transform: scale(1);
    opacity: 1;
}

.spon_prev_img + div {
    display: flex;
    align-items: center;
    gap: 10px;
}

#option_view .three_option .option_element_prev input:not(:checked) + label circle {
    fill: transparent;
}

#option_view .three_option .option_element_prev input:not(:checked) + label path {
    opacity: 0;
}


.sub_label {
    position: absolute;
    right: 0;
    top: 100%;
    font-size: 10px;
    line-height: 1.3;
    text-align: right;
    color: #333333;
}

.to_many .sub_label{
    color: #f24175;
}

.text_input.counted_field {
    position: relative;
}

a.clear_advertiser {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: calc(100% + 5px);
}

a.clear_advertiser > svg {
    width: 19px;
    height: auto;
}

#option_view .reaction_options input {
    background: #FFFFFF;
    border: 1px solid #333333;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 5px 15px;
    font-size: 16px;
    line-height: 32px;
    color: #717171;
}

#option_view .reaction_options {
    margin: 10px 0 25px;
}

.counted_field {
    position: relative;
}

#option_view .message_option .textarea_element {
    padding: 0 !important;
    margin: 10px 0 25px !important;
}

#option_view .three_option .option_element_prev .spon_prev_img {
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#option_view .three_option .option_element_prev .spon_prev_img img {
    width: 100%;
}

#option_view .three_option .option_element_prev p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 32px;
    color: #333333;
}

#option_view .label_text h3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 0;
}

#option_view .label_text p {
    font-weight: 300;
    font-size: 12px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 0;
}

#option_view .advertiser_option #imgInp,
#option_view .advertiser_option #vp_img,
#option_view .image_option .mina_photo_area #main_photo,
#vp_photo,
#event_logo {
    display: none;
}

#option_view .advertiser_option label[for=imgInp],
#option_view .advertiser_option label[for=vp_img],
#option_view .advertiser_option label[for=event_logo] {
    display: flex;
    background-color: #333;
    align-items: center;
    width: 42px;
    background: #333333;
    border-radius: 5px;
    line-height: 42px;
    justify-content: center;
    min-height: 42px;
    cursor: pointer;
}

#option_view .advertiser_option label[for=imgInp] figure,
#option_view .advertiser_option label[for=vp_img] figure,
#option_view .advertiser_option label[for=event_logo] figure {
    width: 23px;
    display: flex;
    align-items: center;
    height: 20px;
}

#option_view .advertiser_option label[for=imgInp] figure svg,
#option_view .advertiser_option label[for=vp_img] figure svg,
#option_view .advertiser_option label[for=event_logo] figure svg {
    width: 23px;
}

#option_view .advertiser_option .text_input input {
    border: 1px solid #333333;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 16px;
    line-height: 32px;
    color: #717171;
}

#option_view .advertiser_option .photo_element {
    display: flex;
    padding: 5px 0 25px;
}

#option_view .advertiser_option .photo_element .file_input {
    margin-right: 10px;
    flex: 0 0 40px;
}

#option_view .advertiser_option .photo_element .text_input {
    width: 100%;
}

#option_view .message_option textarea {
    background: #FFFFFF;
    border: 1px solid #333333;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 5px 15px;
    font-size: 16px;
    line-height: 32px;
    color: #717171;
    height: 100px;
    resize: none;
}

#option_view .message_option .textarea_element,
#option_view .cta_option .dropdown_element,
#option_view .link_option .dropdown_element,
#option_view .reactions_option .dropdown_element,
#option_view .shares_option .reactions_option,
#option_view .comments_option .reactions_option {
    padding: 10px 0 25px;
}

#option_view .image_option .mina_photo_area {
    border: 1px dashed #333333;
    box-sizing: border-box;
    border-radius: 5px;
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#option_view .image_option .mina_photo_area span {
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
}

#option_view .image_option .mina_photo_area svg {
    width: 41px;
}

#option_view .image_option .mina_photo_area label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#option_view .image_option .mina_photo_area,
#option_view .reactions_option .reaction_options {
    margin: 10px 0 25px;
}

#option_view .cta_option select {
    background: #FFFFFF;
    border: 1px solid #333333;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 16px;
    line-height: 32px;
    color: #717171;
}

#option_view .link_option .dropdown_element input,
#option_view .reactions_option .reaction_row input,
#option_view .shares_option .reactions_option input,
#option_view .comments_option .reactions_option input {
    margin-bottom: 15px;
    background: #FFFFFF;
    border: 1px solid #333333;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 16px;
    line-height: 32px;
    color: #717171;
}

#option_view .link_option .dropdown_element {
    padding-bottom: 25px;
}

#option_view .reactions_option .reaction_options .reaction_row,
#option_view .reactions_option .reaction_options .reaction_column_element {
    display: flex;
}

#option_view .reactions_option .reaction_options .reaction_row .reaction_column_element {
    align-items: center;
    cursor: pointer;
}

#option_view .reactions_option .reaction_options .reaction_row .reaction_column {
    width: 33.3333%
}

#option_view .reactions_option .reaction_options .reaction_row svg {
    width: 23px;
    margin-right: 15px;
}

#option_view .reactions_option .reaction_options .reaction_column_element .check_icon {
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #333333;
    box-sizing: border-box;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transition: 0.3s;
}

#option_view .reactions_option .reaction_options .reaction_column_element.active .check_icon {
    background: #B2EEDF;
}

#option_view .reactions_option .reaction_options .reaction_column_element.active .check_icon svg {
    margin: 0;
    width: 10px;
    visibility: visible;
    opacity: 1;
    transition: 0.3s;
}

#option_view .reactions_option .reaction_options .reaction_column_element .check_icon svg {
    visibility: hidden;
    opacity: 0;
}

#option_view .reactions_option .reaction_options .reaction_row p {
    margin: 0;
    font-size: 10px;
    line-height: 34px;
    color: #717171;
}

#option_view .reactions_option .reaction_options .reaction_row input {
    margin: 20px 0 0;
}

#option_view .reactions_option .reaction_options {
    border: 1px solid #333333;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 20px;
}

#option_view .shares_option .reactions_option input {
    margin-bottom: 0;
}

#option_view .button_options {
    display: block !important;
}

#option_view .button_options button,
#option_view .result_options button {
    background: #333333;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    margin-bottom: 110px;
    width: 202px;
    height: 43px;
    padding: 0;
}

#option_view .result_options button {
    width: 100%;
    margin-bottom: 35px;
}

#option_view .result_options .button_elements ul {
    margin: 0 0 30px;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
}

#option_view .result_options .button_elements ul li {
    background: #FFFFFF;
    border: 1px solid #333333;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    color: #333333;
    width: 130px;
    cursor: pointer;
}

#option_view .result_options .button_elements ul li.active {
    font-weight: 600;
    background-color: #333333;
    color: #fff;
    transition: 0.3s;
}

#option_view .result_options .resultprev {
    background: #FFFFFF;
    border: 1px solid #333333;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 0;
    max-width: 330px;
    margin: 0 auto;
}

#option_view .event_result .resultprev .msg_first .under_spon .data {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 53px;
}

#option_view .event_result .resultprev .msg_first .under_spon .date {
    color: #141823;
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: -6px;
    position: relative;
}

#option_view .event_result .resultprev .msg_first .under_spon .month {
    color: #ec1c2b;
    font-size: 11px;
    line-height: 11px;
    padding-top: 8px;
}

#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 .event_result .resultprev .under_spon > div {
    width: 100%;
}

#option_view .event_result .resultprev .msg_first {
    border-color: #d3d6db;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    border: 1px solid rgba(0, 0, 0, .1);
}

#option_view .event_result .resultprev .under_spon h5 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 36px;
    position: relative;
    max-width: 240px;
    line-height: 18px;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 0;
}

#option_view .event_result .resultprev .under_spon .event_time_and_location {
    line-height: 16px;
    max-width: 240px;
    font-weight: normal;
    font-size: 12px;
    color: #4e5665;
}

#option_view .event_result .resultprev .under_spon .event_people_going {
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: #9197a3;
    max-width: 240px;
}

#option_view .event_result .resultprev .event_calendar_container .styler {
    -webkit-user-select: none;
    background-position: 0 0;
    background-size: 25px 37px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 24px;
    width: 24px;
}

#option_view .event_result .resultprev .event_calendar_container {
    border-left: 1px solid rgba(0, 0, 0, .1);
    padding: 14px;
    display: flex;
    align-items: center;
}

#option_view .event_result .resultprev .fukdabit {
    display: flex;
}

#option_view .result_options .head_prev .prev_icons {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 8px;
}

#option_view .result_options .head_prev .prev_icons .logo .limg {
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #333;
}

#option_view .result_options .head_prev .prev_icons .logo img {
    width: 40px;
    height: 40px;
    display: block;
}

#option_view .result_options .head_prev .prev_icons h4 {
    color: #3b5998;
    font-family: lucida grande, tahoma, verdana, arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 3px;
    line-height: 20px;
    cursor: pointer;
}

#option_view .result_options .head_prev .prev_icons p {
    color: #9197a3;
    font-family: lucida grande, tahoma, verdana, arial, sans-serif;
    font-size: 11px;
    margin: 0;
    line-height: 1.28;
}

#option_view .result_options .head_prev {
    padding: 10px 20px;
}

#option_view .result_options .head_prev .fb_button button {
    background-color: #f6f7f8;
    cursor: pointer;
    font-size: 12px;
    line-height: 22px;
    border: 1px solid;
    border-color: #ccc #c5c6c8 #b6b7b9;
    border-radius: 2px;
    font-family: helvetica, arial, sans-serif;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    padding: 0 8px;
    color: #4e5665;
    margin: 0;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}

#option_view .result_options .head_prev .fb_button button img {
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-right: 5px;
}

#option_view .result_options .txt_msg {
    font-family: lucida grande, tahoma, verdana, arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    margin: 11px 0 10px;
}

#option_view .result_options .txt_msg.wrapped-textarea-value {
    white-space: break-spaces;
}


#option_view .result_options .msg_area {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15), 0 1px 4px rgba(0, 0, 0, .1);
    cursor: pointer;
    transition: all 0.3s;
    border: 1px solid rgba(0, 0, 0, .1);
}

#option_view .result_options .resultprev.carusel_prev .prev_body,
#option_view .result_options .resultprev .prev_body.carusel_prev {
    overflow: hidden;
}

#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 .resultprev .prev_body .prev_overflow .msg_area:last-child {
    display: none;
}

#option_view .result_options .resultprev .prev_body.carusel_prev .msg_area:last-child {
    display: block;
}

#option_view .result_options .resultprev .prev_body.carusel_prev .prev_overflow {
    display: flex;
    width: 600px;
}

#option_view .result_options .resultprev .prev_body.carusel_prev .msg_area {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15), 0 1px 4px rgba(0, 0, 0, .1);
    cursor: pointer;
    margin-right: 10px;
    vertical-align: top;
    overflow: hidden;
    display: inline-block;
    width: 280px;
}

#option_view .result_options .resultprev .prev_body.carusel_prev .under_spon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#option_view .result_options .resultprev .prev_body.carusel_prev .under_spon h5 {
    margin: 0;
    color: #3b5998;
    font-family: lucida grande, tahoma, verdana, arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
}

#option_view .result_options .resultprev .prev_body.carusel_prev .under_spon p {
    margin: 0;
    color: #9197a3;
    font-family: lucida grande, tahoma, verdana, arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    padding-top: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
}

#option_view .result_options .resultprev .prev_body.carusel_prev .under_spon .spon_footer {
    padding: 0;
}

#option_view .result_options .resultprev .prev_body.carusel_prev .under_spon .spon_footer p {
    display: none;
}

#option_view .result_options .img_result {
    height: 188px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

#option_view .result_options .img_result.video_prev .play_btn {
    visibility: visible;
    opacity: 1;
}

#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: 0.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-family: Georgia, lucida grande, tahoma, verdana, arial, sans-serif;
    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-family: helvetica, arial, sans-serif;
    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-family: lucida grande, tahoma, verdana, arial, sans-serif;
    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-family: helvetica, arial, sans-serif;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    padding: 0 8px;
    color: #4e5665;
    width: auto;
    display: inline-block;
    height: auto;
    margin: 0;
}

#option_view .result_options .under_spon .spon_footer .txt_msg {
    display: none;
}

#option_view .result_options .result_reactions {
    display: block;
}

#option_view .result_options .result_reactions .like_itm {
    display: flex;
    align-items: center;
    color: #9197a3;
    font-family: lucida grande, tahoma, verdana, arial, sans-serif;
    font-size: 11px;
    line-height: 20px;
}

#option_view .result_options .result_reactions .like_itm img {
    margin-right: 4px;
    width: 17px;
    height: 17px;
    position: relative;
    border-radius: 50%;
    margin-top: -1px;
}

#option_view .result_options .result_reactions .comm_shar p {
    color: #9197a3;
    font-family: lucida grande, tahoma, verdana, arial, sans-serif;
    font-size: 11px;
    line-height: 20px;
    margin: 0 5px 0;
}

#option_view .result_options .result_reactions .comm_shar {
    display: flex;
    justify-content: space-between;
}

#option_view .result_options .bot_row {
    border-top: 1px solid #ddd;
    margin-top: 0;
    padding-top: 4px;
    display: flex;
}

#option_view .result_options .bot_row > div {
    display: flex;
    width: auto;
    align-items: center;
    color: #7f7f7f;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    margin-right: 20px;
    padding: 4px 4px 4px 0;
}

#option_view .result_options .bot_row > div img {
    width: 14px;
    height: 14px;
    margin-right: 6px
}

#option_view .image_option .carousel_items_row .upl_carousel_photo input {
    display: none;
}

#option_view .image_option .carousel_items_row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

#option_view .image_option .upl_carousel_photo {
    border: 1px dashed #333333;
    box-sizing: border-box;
    border-radius: 5px;
    height: 163px;
    width: 184px;
}

#option_view .image_option .upl_carousel_photo label {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

#option_view .image_option .upl_carousel_photo label figure {
    width: 41px;
    height: 36px;
    margin-bottom: 6px;
}

#option_view .image_option .upl_carousel_photo label span {
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #B2CFFF;
}

#option_view .image_option .carousel_items_row .text_inputs {
    width: calc(100% - 205px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#option_view .image_option .carousel_items_row .text_inputs input,
#option_view .image_option .carousel_items_row .text_inputs select {
    background: #FFFFFF;
    border: 1px solid #333333;
    box-sizing: border-box;
    border-radius: 5px;
}

#option_view .event_post .event_dt .reactions_option {
    display: flex;
    justify-content: space-between;
}

#option_view .event_post .event_dt .reactions_option > div {
    width: 48%;
    position: relative;
    border: 1px solid #333333;
    border-radius: 5px;
}

#option_view .event_post .event_dt .reactions_option > div .icon {
    width: 61px;
    background: #E3CCFF;
    border-radius: 5px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

#option_view .event_post .event_dt .reactions_option > div .icon svg {
    width: 29px;
}

#option_view .event_post .event_dt .reactions_option > div input {
    width: 100%;
    padding-left: 70px;
    border: unset;
    height: 42px;
}

#option_view .result_options .result_reactions .like_itm img:first-of-type {
    z-index: 20;
}

#option_view .result_options .result_reactions .like_itm img:nth-of-type(2) {
    z-index: 19;
    margin-left: -8px;
}

#option_view .result_options .result_reactions .like_itm img:nth-of-type(3) {
    z-index: 18;
    margin-left: -8px;
}

#option_view .result_options .result_reactions .like_itm img:nth-of-type(4) {
    z-index: 17;
    margin-left: -8px;
}

#option_view .result_options .result_reactions .like_itm img:nth-of-type(5) {
    z-index: 16;
    margin-left: -8px;
}

#option_view .result_options .result_reactions .like_itm img:nth-of-type(6) {
    z-index: 15;
    margin-left: -8px;
}

#option_view .result_options .vidpost_result .under_spon,
#event_main_photo {
    display: none;
}

#option_view .result_options .vidpost_result .msg_area {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15), 0 1px 4px rgba(0, 0, 0, .1);
    cursor: pointer;
}

#option_view .result_options .vidpost_result .img_result .play_btn {
    visibility: visible;
    opacity: 1;
}


#option_view .result_options .event_result .txt_prev {
    padding-left: 8px;
}

#option_view .result_options .event_result .txt_prev h4 {
    font-size: 14px;
    line-height: 17px;
    color: #141823;
    font-weight: 500;
}

#option_view .result_options .event_result .txt_prev h4 span {
    font-weight: 600;
}

#option_view .result_options .resultprev.right_hand {
    max-width: 280px;
    margin: 0 auto;
}

#option_view .result_options .resultprev.right_hand .head_prev,
#option_view .result_options .resultprev.right_hand .result_row:nth-child(2),
#option_view .result_options .resultprev.right_hand .under_spon .spon_row p,
#option_view .result_options .resultprev.right_hand .under_spon .spon_footer button,
#option_view .result_options .resultprev.right_hand .result_reactions,
#option_view .result_options .resultprev.right_hand .bot_row,
#option_view .result_options .head_prev .fb_button button .mob_prev,
#option_view .result_options .resultprev.mob_prev .head_prev .fb_button button .all_time,
#option_view .result_options .resultprev.mob_prev .bot_row > .like:before,
#option_view .result_options .vidpost_result .resultprev.mob_prev .under_spon,
#option_view .result_options .event_result .resultprev .under_spon .right_hshow,
#option_view .result_options .event_result .resultprev.right_hand .under_spon .normal_show {
    display: none;
}

#option_view .result_options .resultprev.right_hand .img_result {
    height: 133px;
}

#option_view .result_options .resultprev.right_hand .under_spon {
    padding: 10px 0;
}

#option_view .result_options .resultprev.right_hand .under_spon h5 {
    color: #3b5998;
    white-space: nowrap;
    font-family: helvetica, arial, sans-serif;
    font-size: 12px;
    line-height: 1.28;
    font-weight: 700;
    margin-bottom: 0;
}

#option_view .result_options .resultprev.right_hand .msg_area {
    box-shadow: unset;
}

#option_view .result_options .resultprev.right_hand .under_spon .spon_footer .txt_msg {
    display: block;
}

#option_view .result_options .resultprev.right_hand .under_spon .spon_footer {
    padding-top: 0;
    flex-direction: column;
    align-items: flex-start;
}

#option_view .result_options .resultprev.right_hand .under_spon .spon_footer p {
    font-family: helvetica, arial, sans-serif;
    font-size: 12px;
    line-height: 1.28;
    color: #3b5998;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: unset;
}

#option_view .result_options .resultprev.right_hand .under_spon .spon_footer .txt_msg {
    padding-top: 6px;
    color: #9197a3;
    font-family: helvetica, arial, sans-serif;
    font-size: 12px;
    line-height: 1.28;
    padding-top: 6px;
    margin: 0;
}

#option_view .result_options .resultprev.mob_prev {
    max-width: 330px;
    margin: 0 auto;
    position: relative;
}

#option_view .result_options .resultprev.mob_prev .head_prev .fb_button button .mob_prev {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

#option_view .result_options .resultprev.mob_prev .head_prev .fb_button button {
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-touch-callout: none;
    display: inline-block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    text-decoration: none;
    width: 32px;
    height: 28px;
    padding: 0;
    min-width: 0;
    background-color: transparent;
    border: unset;
}

#option_view .result_options .resultprev.mob_prev .head_prev .fb_button button .mob_prev svg {
    margin: 0 auto;
    width: 12px;
    height: 20px;
}

#option_view .result_options .resultprev.mob_prev .head_prev .prev_icons h4 {
    color: #141823;
}

#option_view .result_options .resultprev.mob_prev .msg_area {
    border-radius: 4px;
}

#option_view .result_options .resultprev.mob_prev .under_spon {
    position: relative;
    padding-bottom: 30px;
}

#option_view .result_options .resultprev.mob_prev .under_spon h5 {
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    max-height: 36px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: normal;
    font-weight: bold;
    font-size: 14px;
    font-family: helvetica, arial, sans-serif;
}

#option_view .result_options .resultprev.mob_prev .under_spon p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    color: #4e5665;
}

#option_view .result_options .resultprev.mob_prev .under_spon .spon_footer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 11px;
    right: 11px;
    padding: 0;
}

#option_view .result_options .resultprev.mob_prev .under_spon .spon_footer p {
    margin-top: 4px;
    color: #9197a3;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    align-self: flex-end;
    padding-bottom: 12px;
}

#option_view .result_options .resultprev.mob_prev .bot_row {
    background: #f3f3f3;
    padding: 0;
    height: 36px;
}

#option_view .result_options .resultprev.mob_prev .bot_row > div {
    margin: 0;
    width: 33.3333%;
    align-items: center;
    text-align: center;
    display: flex;
    padding: 0;
    justify-content: center;
    position: relative;
}

#option_view .result_options .resultprev.mob_prev .bot_row > div:before {
    border-left: 1px solid #d6d8db;
    bottom: 7px;
    content: '';
    left: 0;
    position: absolute;
    top: 7px;
}

#option_view .result_options .vidpost_result .resultprev.right_hand .under_spon,
#option_view .result_options .event_result .resultprev.right_hand .under_spon .right_hshow {
    display: block;
}


#option_view .result_options .vidpost_result .resultprev.right_hand .under_spon h4 {
    color: #3b5998;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: helvetica, arial, sans-serif;
    font-size: 12px;
    line-height: 1.28;
    margin-bottom: 0;
}

#option_view .result_options .vidpost_result .resultprev.right_hand .spon_footer p {
    color: #9197a3;
    font-family: helvetica, arial, sans-serif;
    font-size: 12px;
    line-height: 1.28;
    padding-top: 6px;
    text-transform: unset;
}


#option_view .result_options .event_result .resultprev.right_hand .msg_first {
    box-shadow: unset;
    border: unset;
}

#option_view .result_options .event_result .resultprev.right_hand .right_hshow .event_title,
#option_view .result_options .event_result .resultprev.right_hand .right_hshow h5 {
    color: #3b5998;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    font-family: helvetica, arial, sans-serif;
    font-size: 12px;
    line-height: 1.28;
}

#option_view .result_options .event_result .resultprev.right_hand .right_hshow h5 {
    font-weight: 500;
}

#option_view .result_options .event_result .resultprev.right_hand .right_hshow .txt_msg {
    color: #9197a3;
    font-family: helvetica, arial, sans-serif;
    font-size: 12px;
    line-height: 1.28;
    padding-top: 6px;
    margin: 0;
}

#option_view .result_options .event_result .resultprev.right_hand .right_hshow .data {
    display: flex;
    width: 100%;
    flex-direction: unset;
    justify-content: flex-start;
}

#option_view .result_options .event_result .resultprev.right_hand .right_hshow .data > span {
    color: #999;
    font-size: 11px;
    padding: 0;
    line-height: 11px;
    margin: 0;
}

#option_view .result_options .event_result .resultprev.mob_prev .under_spon {
    padding-bottom: 15px;
}

#option_view .result_options .wclick_result .resultprev.right_hand .prev_body.carusel_prev .msg_area {
    width: 180px;
}

#option_view .result_options .wclick_result .resultprev.right_hand .prev_body.carusel_prev .msg_area .under_spon {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
}


#option_view .result_options .head_prev .prev_icons .sponsored {
    flex: 0 0 auto;
    margin-left: auto;
    font-size: 12px;
    line-height: 130%;
    color: #333333;
    white-space: nowrap;
}

#option_view .result_options .head_prev .prev_icons .logo {
    flex: 0 0 auto;
}

.head_prev .insta_name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#option_view .result_options .resultprev > div + div {
    border-top: 1px solid #333;
}

.actions {
    display: flex;
    justify-content: space-between;
    padding: 8px 20px;
}

.action_label {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.3;
    color: #5C9AFF;
}

.r_items {
    padding: 8px 20px;
    background: #F5F5F5;
    display: flex;
    gap: 15px;
    align-items: center;
}

.r_item {
    flex: 0 0 auto;
    display: flex;
}

.r_item > svg {
    width: 17px;
    height: auto;
}

.result_row.msg_row {
    padding: 10px 20px;
}

.likes_entered {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.3;
    color: #333333;
}

.message_box .insta_name {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.3;
    color: #333333;
}

span.msg_entered {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.3;
    color: #333333;
}

.prev_body.story_box {
    position: relative;
    z-index: 0;
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    justify-content: space-between;
    background: #6e6e6e;
}

.story_timeline {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #000000;
    border-radius: 2px;
    margin-bottom: 12px;
}


.insta_header {
    display: flex;
    justify-content: center;
    padding: 10px 20px;
}

.result_row.head_prev {
    display: block !important;
}

.story_box .sponsored {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 10px;
    text-align: center;
    color: whitesmoke;
    text-transform: uppercase;
}

#option_view .result_options .story_box .head_prev {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 10px 20px;
}


.story_timeline:before {
    content: "";
    display: block;
    background: #D6B5FF;
    border-radius: 2px;
    height: 2px;
    width: 70%;
}

.story_timeline.-video:before {
    background: #FFC051;
}

.prev_body.story_box .prev_image_box {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.prev_body.story_box:before {
    content: "";
    padding-top: calc(177% + 1px);
    display: block;
    float: left;
}

.prev_body.story_box:after {
    content: "";
    clear: both;
    display: block;
}

.prev_item {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prev_item > img {
    object-fit: contain;
}

.prev_item.video > svg,
.prev_item.video > .svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

#option_view .result_options .head_prev .prev_icons .close_btn {
    margin-left: auto;
}

a.clear_btn {
    background: #FFDFA6;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    color: #333333;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 12px;
    gap: 10px;
    transition: all 450ms;
    cursor: pointer;
}

a.clear_btn:hover {
    background: #e3ccff;
    text-decoration: none;
}

.dots_box {
    position: absolute;
    z-index: 1;
    right: 10px;
    bottom: 6px;
    width: 30px;
    line-height: 1;
}

.dots_box > svg {
    width: 100%;
    height: auto;
}

.prev_item.carousel_box {
}

span.cb_btn {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 40px;
    cursor: pointer;
}

span.cb_btn.next_btn {
    right: 15px;
    left: auto;
}

span.cb_btn.prev_btn {
    left: 15px;
    right: auto;
}

@media screen and (max-width: 1200px) {
    #option_view .result_options .button_elements ul li {
        width: 31%;
    }
}

@media screen and (max-width: 1024px) {
    #option_view .title_options p {
        line-height: 20px;
    }

    #option_view .three_option .option_element_prev {
        min-width: 220px;
    }

    #option_view .label_text p {
        line-height: 18px;
    }

    #head_social .txt_area h1 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 40px;
    }

    #head_social .txt_area p {
        font-size: 16px;
    }

    #option_view .result_options {
        width: 350px;
    }

    #option_view .main_options {
        width: calc(100% - 400px);
    }
}

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

}

@media screen and (max-width: 830px    ) {
    #option_view .result_options {
        margin-top: 30px;
    }

    #option_view .container {
        flex-wrap: wrap;
        justify-content: center;
    }

    #option_view .main_options {
        width: 100%;
    }

    #option_view .button_options {
        text-align: center;
    }

    #option_view .button_options button {
        margin-bottom: 50px;
    }

    #option_view .result_options h2 {
        text-align: center;
    }

    #option_view .result_options {
        margin-bottom: 90px;
    }
}

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

    #head_social .container {
        flex-direction: column;
        text-align: center;
    }

    #head_social .container h1 {
        font-size: 36px;
        line-height: 45px;
        margin-bottom: 30px;
    }

    #head_social .container p {
        text-align: center;
        line-height: 24px;
    }

    #head_social .image_area {
        width: 90%;
        margin-top: 30px;
    }

    #option_view .three_option .option_element_prev {
        flex: 0 0 40%;
        width: 40%;
    }

    #option_view .three_option {
        flex-wrap: wrap;
        justify-content: center;
    }

    #option_view .image_option .mina_photo_area span {
        font-size: 12px;
        line-height: 16px;
    }
}
