:root {
    --main-color: #6c5ce7; /* Original color */
    --main-light-color: #6E6EEF; /* Original color */
    --main-hover-color: #4749A3; /* Original color */
    --main-color-rgb: 108, 92, 231; /* RGB values of the main color */
    --main-color-opacity: 0.9; /* Opacity value for the main color */
    
}

html {
    scroll-behavior: smooth
}
body {
    background: #fff;
    padding-bottom: 0!important;
}

body::-webkit-scrollbar-track {
    border-radius: 10px;
}

body::-webkit-scrollbar {
    width: 7px;
    border-radius: 10px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 10px;
}

.donation_list_inner::-webkit-scrollbar-track {
    border-radius: 10px;
}

.donation_list_inner::-webkit-scrollbar {
    width: 7px;
    border-radius: 10px;
    background-color: #F5F5F5;
}

.donation_list_inner::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 10px;
}

a, a:hover {
    color: var(--main-color);
}

input:active, select:active, textarea:active, input:focus, select:focus, textarea:focus {
    border: 2px solid var(--main-color);
}

/* Stripe Payment Element lazy loader (skeleton lines) */
.pe_lazy_container {
    display: none;
    width: 100%;
    padding: 6px 0;
}

.pe_cycle {
    border-radius: 6px;
    animation: pe_lazy_cycle 1.1s ease-in-out infinite;
    background: #dadada;
}

.pe_lazy_half_more { width: 65%; height: 10px; margin: 6px 0; }
.pe_lazy_full { width: 100%; height: 10px; margin: 6px 0; }
.pe_lazy_half { width: 50%; height: 10px; margin: 6px 0; }

@keyframes pe_lazy_cycle {
    0% { background: #c0c0c0; }
    50% { background: #cdcdcd; }
    100% { background: #dadada; }
}

button {
    cursor: pointer
}

.button_new_purple, .button_purple, .button_purple:hover, .button_purple_hover:hover,.button_new_purple:hover, .button_new_purple_hover:hover {
    background-color: var(--main-color);
    background: var(--main-color);
    border: 2px solid var(--main-color);
}
.text_purple {
    color: var(--main-color);
}

.section_film_event_details {
    max-width: 1120px;
    margin: auto;
    color: #000
}

.pageContainer_text a {
    color: #000;
    text-decoration: underline
}

.section_film_event_details .sectionInner {
    width: 100%
}

.section_film_event_details,.section_film_event_details .pageContainer_text {
    font-size: 17px;
    line-height: 28px;
    width: 93%;
}

.event_details_description>* {
    /* all: inherit; */
    font-family: inherit !important;
}

.event_details_description>*>* {
    /* all: inherit; */
    line-height: initial;
    font-family: inherit !important;
}

.section_film_event_details .text_bold {
    font-weight: 500
}

.section_film_event_details .text_small {
    font-size: 12px;
    line-height: 22px;
    font-weight: 600
}

.film_event_title_first {
    margin: 0 0 18px
}

.film_event_title_type {
    font-size: 12px;
    line-height: 12px;
    font-weight: 600
}

.film_event_title_h1 {
    font-size: 28px;
    line-height: 34px
}

.film_event_title {
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
    margin: 0 0 48px
}

.section_film_event_details hr {
    margin: 48px 0;
    border: none;
    opacity: 16%;
    width: 93%;
}

#film_details_hr_top {
    margin-top: 0
}

.breadcrumbs_top {
    display: table;
    width: 100%;
    margin: 20px 0;
    font-size: 14px
}

.breadcrumbs_top .sectionInner {
    width: 95%
}

.breadcrumbs_left {
    display: table;
    float: left;
    width: 70%
}

.breadcrumbs li {
    display: inline-block
}

.breadcrumbs li a {
    text-decoration: underline;
    padding: 0 5px;
    color: #000
}

.breadcrumbs_right {
    display: table;
    float: right;
    width: 30%;
    text-align: right
}

.breadcrumb_button {
    display: inline-block
}

.breadcrumb_button:hover {
    cursor: pointer
}

.breadcrumb_button:hover span {
    text-decoration: underline;
    color: #000
}

.film_event_share {
    padding-left: 15px
}

.film_event_saved span {
    color: rgba(var(--main-color-rgb), var(--main-color-opacity))
}

.breadcrumb_button span,.breadcrumb_button img {
    display: inline-block;
    vertical-align: middle
}

.breadcrumb_button img {
    width: auto;
    height: 20px;
    margin-left: 3px
}

.host_edit_banner {
    display: flex;
    height: 45px;
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    background: #e9eafd;
    color: rgba(var(--main-color-rgb), var(--main-color-opacity));
    align-items: center;
    margin-bottom: 15px;
    border-radius: 6px;
}

.host_edit_banner a {
    text-decoration: underline;
}

.host_edit_banner img {
    height: 18px;
    margin-left: 10px;
    fill: rgba(var(--main-color-rgb), var(--main-color-opacity));
}

.host_edit_banner span {
    margin-left: 10px;
}

.hybrid_event_banner {
    display: flex;
    font-size: 13px;
    font-weight: 600;
    background: #e9eafd;
    color: rgba(var(--main-color-rgb), var(--main-color-opacity));
    align-items: center;
    margin: 15px 0;
    padding: 20px;
    padding-left: 0;
    border-radius: 6px;
    width: 92%;
}

.section_film_event_left {
    display: block;
    float: left;
    width: calc(100% - 400px);
    /* margin-left: -40px; */
    word-break: break-word;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

#contact_organizer {
    border: 2px solid #000
}

.section_film_event_left .sectionInner {
    display: block
}

.section_film_event_right {
    position: sticky;
    top: 70px;
    right: 0;
    display: table;
    float: right;
    width: 400px
}

.section_film_event_right_box {
    display: table;
    width: 100%;
    margin: auto;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #E2E2E2;
    padding: 28px 28px 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0px 2px 6px 0px #0000001A;
}

.section_film_event_right_box_inner {
    display: table;
    width: 97%
}

/* .tier_container {
    overflow-y: auto;
    max-height: 40vh;
} */
.add-scroll {
    overflow-y: auto;
    max-height: 52vh;
}

.tier_container::-webkit-scrollbar-track {
    border-radius: 10px;
}

.tier_container::-webkit-scrollbar {
    width: 7px;
    border-radius: 10px;
    background-color: #F5F5F5;
}

.tier_container::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 10px;
}

.modal_tier_container::-webkit-scrollbar-track {
    border-radius: 10px;
}

.modal_tier_container::-webkit-scrollbar {
    width: 7px;
    border-radius: 10px;
    background-color: #F5F5F5;
}

.modal_tier_container::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 10px;
}

.film_event_right_title {
    display: table;
    width: 100%;
    font-size: 20px;
    line-height: 25px
}

.film_event_right_title_mobile {
    display: none;
    font-size: 20px;
    line-height: 25px
}

.film_event_right_title_half {
    display: table;
    float: left;
    margin-top: 10px
}

.section_film_event_right select {
    background-image: url(/assets/img/events/icn_down_arrow.svg);
    background-position: center right 10px;
    font-weight: 600;
    border-style: solid;
    border-width: 1px;
    border-color: #ebebeb;
}

.section_film_event_right select:disabled {
    cursor: not-allowed;
    opacity: .5
}

.film_event_right_row {
    display: table;
    width: 90%;
    margin-bottom: 20px;
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 20px;
}
.text_optional {
    color: #858585;
    font-size: 16px;
    font-weight: 400;
}
/*div.film_event_right_row:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}*/
.checkout_ticket_tier .text_bold {
    line-height: 20px;
    width: 63%;
}

.film_event_right_row.disabled,.film_event_right_row.disabled:hover {
    opacity: .3;
    cursor: not-allowed
}

.film_event_right_row_full {
    display: table;
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px
}

.ticket_tier_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.more_btn {
    color: var(--main-color);
    cursor: pointer;
}

.less_btn {
    color: var(--main-color);
    cursor: pointer;
}

.more_btn:hover {
    text-decoration: underline;
}

.less_btn:hover {
    text-decoration: underline;
}

.full_desc {
}

.short_desc {
}

.ticket_status {
    display: table;
    font-size: 10px;
    font-weight: 600;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    padding: 5px 15px;
}

.ticket_status.grayed {
    color: #adadad;
    border: 1px solid #adadad
}

.film_event_right_row_left {
    display: table;
    float: left;
    width: calc(100% - 90px);
    font-size: 14px;
    font-weight: 300;
    line-height: 20px
}

.show_more_details:hover {
    text-decoration: underline;
    cursor: pointer;
}

.show_less_details:hover {
    text-decoration: underline;
    cursor: pointer;
}

.film_event_right_row_right {
    display: table;
    position: relative;
    width: 70px;
    left: 5px;
    bottom: 25px;
}

.film_event_right_row_right select {
    width: 100%;
    height: 44px;
    text-align: center;
}

.film_event_faq {
    display: table;
    width: 100%;
    margin: 10px 0;
    border-radius: 8px;
    border: 2px solid #000;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.help_box_bold {
    font-size: 14px;
    font-weight: 600;
    line-height: 31px;
}

.help_box_href {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
}

.refund_type {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    text-transform: capitalize;
    color: rgba(var(--main-color-rgb), var(--main-color-opacity));
    cursor: pointer;
}

.refund_desc {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    font-style: italic;
}

.help_desc {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}

.help_box_button {
    color: #fff;
    border-radius: 8px;
    padding: 10px 20px;
    background: rgba(var(--main-color-rgb), var(--main-color-opacity));
    font-size: 14px;
    font-weight: 400
}

.help_box_button:hover {
    color: #fff;
    text-decoration: none
}

.film_event_faq:hover {
    cursor: pointer;
    background: rgba(42,44,43,.05)
}

.film_event_faq_gray {
    padding: 14px 23px;
    border: 0;
    background: rgba(42,44,43,.1)
}

.film_event_faq_gray.eod_white {
    background: #fff;
    box-shadow: 0px 2px 7px 1px #0000001a;
}

.film_event_faq_icon {
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    margin-right: 5px
}

.film_event_faq_title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin-left: 16px;
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 30px)
}

.film_event_faq_right {
    display: table;
    float: right
}

.film_event_faq_right img {
    width: auto;
    height: auto;
    max-width: 10px;
    max-height: 10px
}

.film_event_faq_plus {
    display: table;
    margin-top: 3px;
    font-size: 26px;
}

.film_event_faq_minus {
    display: table;
    margin-top: 3px;
    font-size: 26px;
}

.plus_left {
    display: table;
    margin-top: 3px;
    font-size: 26px;
}

.minus_left {
    display: table;
    margin-top: 3px;
    font-size: 26px;
}

.film_event_faq_text {
    display: none;
    max-width: calc(100% - 20px);
    font-size: 14px;
    line-height: 20px;
    margin-top: 1px;
    margin-bottom: 5px;
    margin-left: 15px;
}

.film_event_faq_active .film_event_faq_plus {
    display: none
}

.film_event_faq_active .film_event_faq_minus,.film_event_faq_active .film_event_faq_text {
    display: table
}

.film_event_slider_container {
    display: block;
    width: 95%;
    position: relative
}

.film_event_slider_button {
    position: absolute;
    z-index: 100;
    top: 25px;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 100%
}

.film_event_slider_button img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.film_event_slider_back {
    display: none;
    left: 20px
}

.film_event_slider_back img {
    top: 49.5%;
    left: 47.5%
}

.film_event_right_back {
    background: 0 0;
    width: 20px;
    height: 17px
}

.film_event_right_back img {
    width: auto;
    height: 17px
}

.film_event_slider_save {
    display: none;
    right: 65px
}

.film_event_slider_share {
    display: none;
    right: 20px
}

.film_event_slider {
    display: block;
    width: 100%;
    max-width: 700px;
    position: relative;
    margin-bottom: 15px!important
}

.film_event_slider .slick-dots {
    bottom: 30px;
    background: #fff;
    width: auto;
    padding: 3px 10px;
    left: 50%;
    transform: translate(-50%,0);
    border-radius: 20px
}

.film_event_slider .slick-dots li {
    vertical-align: middle
}

.film_event_slider .slick-prev:before {
    background-image: url(../../img/events/icn_arrow_left_sm.svg);
    background-size: 10px;
    background-color: #fff;
    border-radius: 100%;
    top: 0;
    left: 5px;
    right: initial;
    padding: 5px
}

.film_event_slider .slick-next:before {
    background-image: url(../../img/events/icn_arrow_right_sm.svg);
    background-size: 10px;
    background-color: #fff;
    border-radius: 100%;
    top: 0;
    left: initial;
    right: 5px;
    padding: 5px
}

.film_event_photo {
    display: inline-block;
    width: 100%;
    padding-top: calc(1/2 * 100%);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 20px;
}

.film_event_info img,.film_event_info span {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 5px 5px 0
}

.film_event_info span {
    font-size: 15px;
    line-height: 17px
}

.film_event_info img {
    max-height: 21px;
    margin-right: 5px
}

.film_event_profile {
    display: table;
    float: left;
    width: 120px;
    height: 120px;
    margin-right: 30px;
    border-radius: 100%
}

.film_event_profile_text {
    display: table;
    float: left;
    width: calc(100% - 190px)
}

.film_event_profile_bio {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px
}

.film_event_poster {
    display: table;
    width: 100px;
    float: left;
    margin-right: 20px
}

.film_event_poster_img {
    display: table;
    width: 100%;
    height: auto
}

.film_event_details {
    display: table;
    float: left;
    width: calc(100% - 120px);
    font-size: 14px;
    line-height: 19px
}

.film_event_details_column {
    display: table;
    width: 50%;
    float: left;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.film_event_details_title {
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    width: 74px
}

.film_event_details_text {
    float: right;
    width: calc(100% - 88px);
    margin-bottom: 10px
}

.film_event_featuring {
    display: table;
    width: 40%;
    max-width: 200px;
    float: left;
    margin: 0 0 20px;
    text-align: center;
    font-size: 14px;
    line-height: 19px
}

.film_event_featuring_img {
    display: table;
    width: 120px;
    height: 120px;
    margin: auto;
    border-radius: 100%;
    /* margin-bottom: 10px */
}

.avatar_status_container {
    /* display: table; */
    height: 140px;
    margin-bottom: 0px;
}

.live_at {
    position: relative;
    bottom: -2px;
    background: #6d5ce7;
    width: 100px;
    margin: auto;
    border-radius: 20px;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    opacity: 60%;
}

.live_now {
    position: relative;
    bottom: 21px;
    left: 45px;
    margin: auto;
    color: #fff;
    background: red;
    width: 43px;
    font-size: 10px;
    font-weight: bold;
    border-radius: 20px;
}

.film_event_helpful_row {
    width: 88% !important;
}

.film_event_helpful_column_left {
    display: table;
    width: 46%;
    float: left;
    padding-right: 20px;
    font-size: 14px;
    line-height: 21px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.film_event_helpful_column_right {
    display: table;
    width: 50%;
    float: left;
    padding-left: 20px;
    font-size: 14px;
    line-height: 21px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.film_event_sponsor {
    display: table;
    width: 200px;
    max-width: 45%;
    float: left;
    padding: 10px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.film_event_sponsor img {
    display: table;
    width: 100%;
    height: auto;
    margin-bottom: 10px
}

.film_event_tag {
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    padding: 5px 15px;
    color: rgba(var(--main-color-rgb), var(--main-color-opacity));
    border: 1px solid rgba(var(--main-color-rgb), var(--main-color-opacity));
    border-radius: 5px;
    text-decoration: none
}

.film_event_tag:hover {
    cursor: pointer;
    text-decoration: none;
    background: rgba(var(--main-color-rgb), var(--main-color-opacity));
    color: #fff
}

.film_event_related_container {
    display: block;
    width: 100%;
    overflow-y: auto;
    white-space: nowrap
}

.film_event_related_tab {
    display: inline-block;
    width: 200px;
    margin: 10px 10px 10px 0;
    text-align: center;
    border: 1px solid #ededed;
    border-radius: 8px;
    color: #000;
    text-decoration: none
}

.film_event_related_tab:hover {
    color: #000;
    text-decoration: none
}

.film_event_related_img {
    display: table;
    width: 100%;
    height: auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.film_event_related_type {
    display: table;
    width: 90%;
    margin: 15px auto 5px;
    font-size: 11px;
    line-height: 13px;
    font-weight: 500;
    color: var(--main-color);
    text-transform: uppercase;
    text-align: center
}

.film_event_related_title {
    display: table;
    width: 90%;
    margin: 3px auto;
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    text-align: center
}

.film_event_related_text {
    display: table;
    width: 90%;
    margin: 0 auto 15px;
    font-size: 13px;
    line-height: 15px;
    text-align: center
}

.film_event_select_tickets_mobile {
    font-weight: 600;
    padding: 12px 20px;
    margin-left: 50px !important;
    float: right;
}

.soldout_button.disabled {
    background: #ebebeb;
    color: #a3a3a3;
}

.button_new_purple.event_buy_tickets:not(.btn_mbl_fixed_purple) {
    width: 100%;
    margin-left: 0;
}

.show_desktop {
    display: inline-block
}



.event_details_description br {
    height: 25px
}

.event_details_description li {
    list-style: revert
}

.event_details_description ul,ol {
    list-style: revert;
    margin-left: 50px;
    margin-bottom: 20px
}

.event_details_description p {
    margin-bottom: 20px;
}

.event_details_description em {
    font-style: revert
}

.event_details_description sup {
    font-style: revert;
    font-size: small;
    vertical-align: super
}

.event_details_description sub {
    font-style: revert;
    font-size: small;
    vertical-align: sub
}

.event_details_description code {
    font-family: revert;
    background: #dcdcdc;
    border-radius: 8px;
    padding: 4px
}

.event_details_description img {
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 20px;
}

#event_checkout_modal {
    width: 100%
}

.modal_checkout_container {
    width: 1000px;
    /* height: auto; */
    position: absolute;
    top: 5%;
    margin-bottom: 5%;
    left: 50%;
    transform: translate(-50%,0%);
    z-index: 20;
    border-radius: 10px;
    border: 3px solid #000;
    background: #fff
}

.modal_checkout_inner {
    display: flex;
    width: 100%;
    /* height: 100%; */
    margin: auto
}

.modal_checkout_inner.embedded_inner {
    overflow: hidden;
}

.back_button_container {
    position: absolute;
    top: 40px;
    left: 40px;
}

.modal_checkout_close, .modal_rental_checkout_close {
    cursor: pointer;
    position: absolute;
    top: 40px;
    right: 40px;
    font-weight: 700;
    font-size: 20px;
    z-index: 10
}

.back_button {
    cursor: pointer;
    height: 20px
}

#checkout_mobile_error_box {
    display: none;
}

.single_event_tickets_container {
    width: 60%;
    margin: 65px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.single_ticket_step_title {
    font-size: 24px;
    font-weight: 500;
    /* position: absolute; */
    top: 40px;
    margin-bottom: 40px;
    width: 80%;
}

.button_new_purple.single_event_buy_tickets {
    /* width: 22%; */
    margin-left: 0;
    /* position: absolute; */
    bottom: 40px;
}
.hr {
    border-top: 1px solid #dedede;
    width: 80%;
}
.hr.w-100 {
    width: 100%;
}
.tier_container {
    margin-top: 32px;
    margin-bottom: 32px;
    overflow-y: auto;
    max-height: 340px;
    width: 80%;
}
.tier_container .film_event_right_row:last-of-type {
    border-bottom: unset;
}
.e_p_des_sub {
    display: none;
}
.e_p_des_total {
    display: inline;
}
.e_product_des_read {
    font-weight: 400;
    font-size: 14px;
    line-height: 139%;
    text-decoration-line: underline;
    cursor: pointer;
    color: #000000;
    text-decoration: underline;
    display: inline;
}

.modal_buy_tickets {
    margin: 15px auto !important;
}
.product_merch_innor {
    margin: 0 30px;
    width: 80%;
}

.product_list_container {
    overflow-y: scroll;
    max-height: 320px;
    margin-top: 20px;
    margin-bottom: 20px;
  /*   padding-right: 20px;
    padding-left: 20px; */
}
.merch_item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    grid-column-gap: 1.35vw;
    grid-row-gap: 1.35vw;
}
.img_product {
    max-height: 11.11vw;
    max-width: 8.958vw;
}
.merch_type {
    color: var(--main-color);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.merch_title {
    font-size: 15px;
    line-height: 110%;
    font-weight: 600;
}
.hr.ticket_tiers {
    margin-top: 24px;
    margin-bottom: 24px;
    border-top-color: #ebebeb;
}
.event_merch_middle {
    width: 60%;
    display: flex;
    flex-direction: column;
}
.merch_price {

}
.merch_quantity_select, .merch_quantity_select_mobile, .pif_contribute_quantity_select {
    padding: 14px 20px 14px 14px;
    border-style: solid;
    border-width: 1px;
    border-color: #ebebeb;
    border-radius: 4px;
    min-width: 60px;
}

.merch_quantity_select_mobile {
    border: none;
}

.product_merch_innor .hr {
    width: 100%;
}
.merch_button_conatiner {
    padding-top: 54px;
    text-align: center;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    position:relative;
}

.checkout-step-button {
    width: 200px;
    height: 46px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    background-color: var(--main-color);
    color: white;
   
}
.checkout-step-button.disabled {
    background-color: var(--main-color);
    color: white;
    opacity: 1;
}

.merch_table_row {
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 10px;
    justify-content: space-between;
}

.order_merch_content {
    display: flex;
    align-items: center;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
}
.order_merch_content .type {
    color: var(--main-color);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.img_product.line_item {
    max-height: 5vw;
    max-width: 4vw;
}
.merch_sum_title .table-cell-left{
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.order_product_title {
    line-height: 120%;
    font-size: 14px;
    font-weight: 300;
}
.merch_summary_panel {
    margin-top: 15px;
}
.order_line_price {
    display: flex;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    font-size: 14px;
    font-weight: 300;
}
.merch_cost_container {
    width: 100%;
}
.price_row {
    width: 87%;
}
.price_row > div{
    font-weight: 600;
}
.checkout_donation_step, .checkout_merch_step, .product_merch_step, .shipping_address_step {
    display: flex;
    width: 60%;
    margin: 65px 0;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
}
.pif_contribute_step {
    width: calc(60% - 80px);
    padding-left: 40px;
    padding-right: 40px;
}

.shipping_address_step {
    /* width: calc(60% - 80px); */
    padding-left: 40px;
    padding-right: 40px;
}
.shipping_button_container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 54px;
}

.donate_inner {
    display: flex;
    flex-direction: column;
    width: 80%;
    /* height: 56%; */
    justify-content: space-evenly;
}

.left_right_container {
    display: flex;
    width: 100%;
}
.shipping_address_innor, .survey_innor {
    display: flex;
    /* padding-top: 116px; */
    flex-direction: column;
    width: 85%;
    justify-content: flex-start;
    height: 100%;
}

.shipping_inp_form {
    display: flex;
    flex-direction: column;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
}
.shipping_inp_container {
    display: flex;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 8px;
}
.shipping_input, .shipping_input_mobile {
    display: block;
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    color: #333333;
    border: 1px solid #cccccc;
    padding-right: 16px;
    padding-left: 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #c2c2c2;
    border-radius: 4px;
    height: 52px;
}

.survey_inner {
    position: relative;
}
.survey_list_container {
    overflow-y: scroll;
    max-height: 320px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 5px;
}

.many_questions.survey_list_container {
    background: linear-gradient(to bottom, #ccc, #fff);
    padding: 20px 10px;
    border-radius: 10px;
}

.overflowed_form_scroll_arrow {
    position: absolute;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    display: block;
    border-right: 2px solid transparent;
    border-left: 2px solid transparent;
    box-shadow: inset 0 0 0 2px;
    height: 250px;
    padding: 1px;
    top: 140px;
    right:-20px;
    color: #6c5ce7;
}

.overflowed_form_scroll_arrow::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    bottom: 0;
    left: -2px;
    color: #6c5ce7;
}

.survey_inp_form {
    display: flex;
    flex-direction: column;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 10px;
}

.survey_inp_container {
    display: flex;
    flex-direction: column;
    grid-column-gap: 8px;
    grid-row-gap: 3px;
    margin-bottom: 15px;
}
.survey_input_title {
}

.survey_input, .survey_input_mobile {
    display: block;
    width: 100%;
    padding: 4px 8px;
    margin-bottom: 0px;
    font-size: 14px;
    color: #333333;
    border: 1px solid #cccccc;
    padding-right: 16px;
    padding-left: 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #c2c2c2;
    border-radius: 4px;
    height: 45px;
}

.survey_inp_container .input_error {
    color: red;
    display: none;
    font-size: 12px;
}


.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single{
    padding: 4px 8px;
    margin-bottom: 0px;
    font-size: 15px;
    color: #333333;
    border: 1px solid #cccccc;
    padding-right: 16px;
    padding-left: 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #c2c2c2;
    border-radius: 4px;
    min-height: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #DDE2EF;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}
.select2-container--default .select2-search--inline .select2-search__field {
    font-size: 17px;
    margin-top: 9px;
    margin-left: 0;
}
.select2-dropdown.select2-dropdown--below{
    z-index: 999999;
}

.select2-selection.select2-selection--multiple  {
    padding-right: 30px !important;
}

.select2-selection.select2-selection--multiple:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 5px solid #333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

/* .survey_single_input{
    color: #DDE4F3;
} 

.survey_single_input option, .survey_single_input option {
    color: #333333;
}  */

.show_error .input_error {
    display: block;
}
.survey-continue-btn, .survey-continue-btn:hover, .pif_contribute-continue-btn, .pif_contribute-continue-btn:hover {
    margin: 50px auto;
}

.payment_card_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 19px 18px;
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
    border-radius: 4px;
    gap: 12px;
    margin-bottom: 4px;
  }
  
  .payment_card_item .card_info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 0px 0px 15px;
    gap: 4px;
  }
  
  .card_ending_number {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #000000;
  }
  
  .card_expire_date {
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    color: #858585;
  }
  .w_fill {
    width: -moz-available;
    /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;
    /* Mozilla-based browsers will ignore this. */
    width: fill-available;
  }
  .add_new_card_box {
  
  }
  .new_card_input {
    padding: 19px 18px;
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
    border-radius: 4px;
    font-size: 15px;
    margin-bottom: 4px;
  }
  .save_checkbox.inside {
    margin-top: 18px;
    margin-left: 18px;
  }
  .save_checkbox label {
    padding-left: 30px;
    font-size: 10px;
  }
  input[type="radio"].shopping_radio {
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: #2A2C2B;
    width: 22px;
    height: 18px;
    border: 1px solid #2A2C2B;
    border-radius: 50%;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    opacity: 1;
    cursor: pointer !important;
  }
  
  input[type="radio"].shopping_radio::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    background-color: #2A2C2B;
  }
  
  input[type="radio"].shopping_radio:checked::before {
    transform: scale(1);
  }
  
  /* input[type="radio"].shopping_radio:focus {
    outline: 1px solid #2A2C2B;
    outline-offset: 1px;
  } */
  .min_card_input_box {
    display: flex;
    justify-content: space-between;
    gap: 4px;
  }
  
  .payment_add_panel {
    width: 100%;
  }
  
  .credit_card_add_btn {
    padding: 10px 22px;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #374140;
    border: 1px solid #D4D4D4;
    border-radius: 4px;
    background-color: white;
    margin: 4px 0;
    display: flex;
    justify-content: center;
    /*max-width: 120px;*/
    cursor: pointer;
  }
  
  .add_new_credit_container {
    align-items: flex-start;
  }
  
  .add_new_credit_container .shopping_radio {
    margin-top: 19px;
  }
  
  .min_card_input {
    max-width: 33%;
    /* display: inline-flex; */
  }
  
  .shopping_checkbox_box {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 8px;
  }
  
  .shopping_checkbox_label {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #2A2C2B;
  }

  .survey_inp_container .shopping_checkbox_label {
    padding-left: 30px;
  }

/* ---- Events On Demand (Right-side) Styling ---- */
.eod_right_inner {
    width: 89%;
    margin: 20px auto;
}

.eod_text_large {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}

.eod_text_reg {
    font-size: 15px;
    line-height: 17px;
    font-weight: 500;
}

.opaque {
    opacity: 60%;
}

.eod_text_center {
    text-align: center;
}

.progress_bar {
    width: 99%;
    height: 7px;
    background: #f2f2f2;
    margin: 6px auto;
    border-radius: 20px;
}

.progress_bar_inner {
    background: var(--main-color);
    height: 100%;
    border-radius: 20px;
}

.eod_info_gray {
    display: flex;
    background: #f2f2f2;
    width: 100%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
}

.eod_info_gray_inner {
    display: flex;
    width: 89%;
}

.eod_info_gray p {
    width: 83%;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    margin-left: 26px;
}

.summary_disclaimer {
    display: flex;
    width: 88%;
    border: 1px solid gainsboro;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
    opacity: 70%;
    margin: 35px auto;
}

.summary_disclaimer img {
    opacity: 70%;
}

.summary_disclaimer p {
    width: 69%;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    margin-left: 12px;
}

.rm_padding {
    padding: 0 !important;
    border: none;
    box-shadow: 0px 2px 7px 1px #0000001a;
}

.eod_select_tickets_container {
    display: flex;
    width: 60%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.eod_select_tickets {
    display: flex;
    width: 85%;
}

.eod_select_tickets_step {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.checkout_event_dates_container {
    display: flex;
    width: 60%;
    flex-direction: column;
    justify-content: space-around;
}

.checkout_event_dates_inner {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.select_an_event {
    display: flex;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 12px;
    height: 40px;
}

.date_list_container {
    display: flex;
    width: 100%;
}

.date_list_inner {
    display: flex;
    width: 100%;
    height: 345px;
    flex-direction: column;
    overflow: hidden;
    overflow-y: auto;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

.date_list_inner::-webkit-scrollbar-track {
    border-radius: 10px;
}

.date_list_inner::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px;
    background-color: #F5F5F5;
}

.date_list_inner::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 10px;
}

.checkout_child_event_tiers {
    display: flex;
    width: 60%;
    flex-direction: column;
}

.modal_select_tickets {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.in_modal {
    display: flex;
    flex-direction: column;
    /* height: 100%; */
    width: 80%;
    justify-content: center;
}

.steps {padding: 65px 0;}

.shipping_address_step, .survey_step, .pif_contribute_step {
    width: calc(60% - 80px);
    padding-left: 40px;
    padding-right: 40px;
}
.shipping_button_container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 54px;
}


.steps .film_event_right_title {
   /*  font-weight: 500;
    font-size: 28px; */
}

.modal_tier_container {
    display: flex;
    overflow-y: auto;
    height: 52vh;
    flex-direction: column;
}

.donate-header-text {
    display: flex;
    line-height: 30px;
    font-size: 28px;
    font-weight: 500;
    color: #2a2c2b;
    margin-bottom: 14px;
}

.donation_list_container {
    display: flex;
    /* height: 78%; */
    width: 100%;
}

.donation_list_inner {
    max-height: 350px;
    width: 100%;
    overflow-y: auto;
}

/* Same gap as title-to-content (6px) between first charity title and donation list */
.checkout_donation_step .donate-top-line-charity + .spacer_10 {
    height: 0px;
}
.checkout_donation_step .donate-top-line-charity + .spacer_10 + .spacer_20 {
    height: 0;
}

.donate-charity {
    display: flex;
    width: 90%;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 24px;
}

.donate-charity:last-child {
    margin-bottom: 0;
}

.donate-title-text {
    display: flex;
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600
}

.donate-body {
    /* width: 408px; */
    display: flex;
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
    margin-bottom: 2px;
}

.donate-inp-form {
    display: flex;
    margin-top: 5px;
    margin-bottom: 9px;
    justify-content: flex-start;
    flex-direction: column;
}

.donation-required {
    background: #d9d5f9
}

.donate-charity_mobile {
    margin-bottom: 24px;
}

.donate-charity_mobile:last-child {
    margin-bottom: 0;
}

.donate-charity_mobile .donation-required {
    background: var(--main-hover-color, #5f52c1);
}

.donate-amt {
    text-align: center;
    border: none;
    width: 110px;
    font-family: inconsolata,sans-serif;
    font-weight: 400;
    padding-right: 40px;
    text-align: right;
}

.donate-amt::placeholder {
    color: #565656;
    opacity: 1;
}

.donate-amt:focus {
    outline: none;
    border: none;
}

.donate-amt::-webkit-outer-spin-button,.donate-amt::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.currency-sign {
    border-right: 1px solid #bdc3c7;
    padding-right: 25px;
    padding-left: 10px;
    color: #262633;
    opacity: 1;
    font-size: 15px;
}

.amt-cont {
    display: flex;
    width: 165px;
    /* height: 46px; */
    border: 1px solid #bdc3c7;
    border-radius: 8px;
    /* margin-top: 20px; */
    justify-content: center;
    align-items: center;
}

.donate_hr {
    border: none;
    margin-top: 15px;
    margin-left: 0;
    width: 88%;
    opacity: 17%;
}

.donate-disclaimer {
    display: block;
    width: 90%;
    line-height: 17px;
    font-size: 13px;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 15px;
}

.donate_button_conatiner {
    display: flex;
    justify-content: center;
/*    padding-top: 54px;*/
    margin-top: 149px;
}

.donate-button {
    width: 200px;
    height: 46px;
    border: none;
    border-radius: 4px;
    background-color: var(--main-color);
    color: #fff;
    font-size: 16px;
    font-weight: 700
}

.donate-button:focus {
    outline: none
}

.summary-cont {
    display: flex;
    width: 40%;
    /* height: 100%; */
    background-color: #f5f5f5;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
}

.summary_cont_inner {
    display: flex;
    flex-direction: column;
    margin: 65px 0;
    /* height: 73%; */
    margin: 0;
}

.summary-title {
    display: flex;
    width: 90%;
    /* height: 17px; */
    font-size: 14px;
    font-weight: 700;
    /* margin-top: 35%; */
    /* margin-left: 40px; */
    /* margin-bottom: 20px; */
    justify-content: center;
}

.summary_title_inner {
    display: flex;
    width: 84%;
}

.summary-event-info {
    display: flex;
    width: 96%;
    /* margin-top: 10px; */
    /* margin-left: 40px; */
    justify-content: center;
}

.summary-event-img {
    width: 155px;
    height: 88.8px;
    margin-top: 5px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(42, 44, 43, 0.06);
}

.summary-event-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 6px;
}

.summary-event-img--film-poster {
    width: 115px;
    height: 173px;
}

.summary-event-img--film-poster img {
    object-fit: contain;
}

.summary-event-after-img {
    margin-left: 9px;
    width: 43%;
}

.summary-event-type {
    /* width: 89px; */
    /* height: 15px; */
    color: var(--main-color);
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    margin-bottom: 0%;
    /* margin-left: 12px */
}

.summary-event-title {
    width: 162px;
    /* height: 34px; */
    font-size: 14px;
    font-weight: bold;
    color: #2a2c2b;
    margin-top: 4px;
    margin-bottom: 0%;
    /* margin-left: 12px */
}

.summary-event-duration {
    /* width: 50px; */
    height: 14px;
    opacity: 60%;
    font-size: 12px;
    font-weight: 400;
    /* margin-top: 4px; */
    /* margin-left: 12px */
}

.date_hr_top {
    margin-bottom: 4%;
    margin-left: 1%;
    opacity: 18%;
    width: 75%;
    border: none
}

.date_and_totals {
    display: flex;
    flex-direction: column;
    /* height: 62%; */
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.location_and_type {
    display: flex;
    flex-direction: column;
    width: 90%;
    /* height: 28%; */
    align-items: center;
    margin-top: 15px;
}

.location_and_type_inner {
    display: flex;
    flex-direction: column;
    width: 82%;
    height: 100%;
    border-top: 1px solid gainsboro;
    border-bottom: 1px solid gainsboro;
    justify-content: center;
}

.event_location {
    display: flex;
    width: 83%;
    font-size: 13px;
    font-weight: bold;
    margin-left: 4%;
}

.event_type {
    display: flex;
    width: 100%;
    margin-left: 4%;
    font-size: 13px;
}

.summary-event-date-cont, .summary-event-address-cont {
    display: flex;
    /* margin-left: 40px; */
    /* margin: 10px 0px;
    padding: 10px 0px; */
    /* margin-bottom: 25px */
    flex-direction: column;
    /* width: 90%;
    height: 30%;
    border-top: 1px solid gainsboro;
    border-bottom: 1px solid gainsboro;
    align-items: center;
    justify-content: center; */
    border-top: 1px solid gainsboro;
    border-bottom: 1px solid gainsboro;
}

.summary-event-address-cont {
    margin-bottom: 20px;
    border-bottom: unset;
}

.summary_event_date_inner {
    display: flex;
    flex-direction: column;
    width: 90%;
}

.date_hr_bottom {
    margin-top: 4%;
    margin-left: 1%;
    opacity: 18%;
    width: 75%;
    border: none
}

.summary-event-date {
    /* width: 34px; */
    /* height: 17px; */
    font-size: 12px;
    font-weight: 700;
    /* margin-bottom: 2px; */
    /* margin-left: 14px */
}

.summary-event-date-spec {
    /* width: 270px; */
    font-size: 14px;
    font-weight: 300;
    /* margin-top: 0; */
    /* margin-left: 14px */
}

#donation-table {
    margin-bottom: 25px
}

hr {
    height: .5px;
    margin-left: 39px;
    background-color: #2a2c2b;
    opacity: 30%
}

.customer-totals, .order_info_success, .summary-event-date-cont, .summary-event-address-cont,.promo_code_row, .promo_code_success {
    display: flex;
    /* margin-left: 54px; */
    flex-direction: column;
    /* padding-right: 33px */
    /* height: 100%; */
    padding: 15px 15px;
    width: 80%;
}

.order_info_success {
    border-top: 1px solid gainsboro;
}

#tickets_bold {
    font-size: 12px;
    font-weight: 700
}

#donations_bold, #merch_bold {
    font-size: 12px;
    font-weight: 700
}


.show_mobile_ni {
    display: none;
}


.promo_code_row {
    padding-bottom: 0;
}
.promo_code_input_container {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.promo_code_input_container_inner {
    display: flex;
    align-items: center;
    gap: 5px;
}

.promo_code_apply_button {
    background-color: #6c5ce7;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    height: 37px;
    border: none;
    border-radius: 8px;
    padding: 5px 10px;
    cursor: pointer;
}
.promo_code_input_open:hover {
    text-decoration: none;
}
.promo_code_input_close {
    font-size: 12px;
    font-weight: 600;
    color: #adadad;
    cursor: pointer;
    text-decoration: none;
}

.promo_code_input_close:hover {
    color: #262633;
    text-decoration: none;
}

.promo_code_input_error {
    color: red;
    font-size: 12px;
    font-weight: 400;
}

.promo_code_success_title, .promo_code_success_amount {
    color: #16a34a;
    font-size: 15px;
}

.promo_code_success .row {
    border-bottom: none;
}

.promo_code_success {
    padding-top: 0;
}

.summary-event-info_mobile--payment_order_summary {
    display: flex;
    align-items: flex-start;
    padding: 25px 15px;
    box-sizing: border-box;
}

.checkout_payment_summary_event_thumb {
    width: calc(60px * 3 / 2);
    height: 60px;
    min-width: calc(60px * 3 / 2);
    min-height: 60px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(42, 44, 43, 0.06);
}

.checkout_payment_summary_event_thumb.summary-event-img_mobile--film-poster {
    width: calc(60px * 2 / 3);
    min-width: calc(60px * 2 / 3);
    height: 60px;
    min-height: 60px;
}

.checkout_payment_summary_event_thumb img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    display: block;
}

.checkout_payment_summary_event_thumb.summary-event-img_mobile--film-poster img {
    object-fit: contain;
}

.row {
    /* margin-bottom: 10px; */
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed gainsboro;
    margin-bottom: 5px;
}

.table-cell-left {
    display: table-cell;
    font-size: 14px;
    font-weight: 300
}

.table-cell-middle {
    width: 15%;
    font-size: 14px;
    text-align: left;
    font-weight: 300
}

.table-cell-right {
    display: table-cell;
    font-size: 14px;
    font-weight: 300
}

#total_cost_table {
    display: flex;
    width: 90%;
    height: 26%;
    /* padding-left: 17px; */
    /* padding-right: 19px; */
    /* padding-top: 22px; */
    /* padding-bottom: 12px; */
    background-color: #ebebeb;
    /* margin-left: 40px; */
    margin-top: 5px;
    min-height: 40px;
    margin-bottom: 16px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px 0;
}
#total_cost_table .row {
    border-bottom: unset;
}
.hr.price_row {
    margin-top: 4px;
    margin-bottom: 4px;
}
.total_row {
    width: 87%;
    margin: 0;
}

.total_row > * {
    font-weight: 600;
}

.total_row .table-cell-left {
    width: 69%;
}

.total_cost_table {
    display: flex;
    padding-top: 22px;
    padding-bottom: 12px;
    font-weight: bold;
}

.total_bold {
    font-weight: bold;
}

.table-cell-left {
    text-align: left;
    width: 50%;
    white-space: normal
}

.table-cell-right {
    text-align: right;
    width: 20%;
}

#total_left {
    padding: 25px
}

.checkout_login_option {
    display: flex;
    width: 60%;
    /* height: 100%; */
    justify-content: center;
    align-items: flex-start;
}

.login_inner {
    display: flex;
    width: 80%;
    flex-direction: column;
    align-items: center;
}

.guest-or-acct {
    font-size: 28px;
    font-weight: 400;
    white-space: nowrap;
    margin: 1%;
    /* padding-bottom: 25px; */
    width: 100%;
}

.login-dead-button {
    font-family: montserrat,sans-serif;
    font-size: 16px;
    margin: 1%;
    font-weight: 700;
    width: 200px;
    height: 46px;
    color: #fff;
    background-color: #2a2c2b;
    border: none;
    border-radius: 4px;
    margin-top: 4%
}

.login-dead-button:focus {
    outline: none
}

.continue-as-guest {
    padding-top: 25px;
    width: 170px;
    height: 18px;
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    margin: 1%
}

.guest-inp-form {
    display: flex;
    flex-direction: column;
    width: 100%;
    /* height: 160px; */
    margin: 1%;
    margin-bottom: 40px;
}

.guest_input_container {
    display: flex;
    align-items: center;
    border: 1px solid #bdc3c7;
    border-radius: 8px;
    margin: 5px
}

.input_icon_left {
    width: 31px;
    height: 20px;
    margin-left: 9px;
    margin-top: 3px;
    border-right: 1px solid #bdc3c7
}

.input_icon_right {
    width: 25px;
    height: 25px
}

.icon_right_container {
    width: 30px;
    height: 30px;
    padding-right: 10px;
    padding-top: 5px
}

.guest-inp {
    border: none;
    padding-left: 10px;
    display: block;
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    color: #333333;
    border: 1px solid #cccccc;
    padding-right: 16px;
    padding-left: 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #c2c2c2;
    border-radius: 4px;
    height: 52px;
    border: none;
}

.guest-inp::placeholder {
    color: #565656;
    opacity: 1;
}

.guest-inp:focus {
    outline: none;
    border: none
}

.guest-login-btn {
    width: 200px;
    height: 46px;
    border: none;
    border-radius: 4px;
    background-color: var(--main-color);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 1%
}

.guest-login-btn:focus {
    outline: none
}

.email_warning {
    color: red;
    font-weight: 600;
    margin-left: 5px;
}

.checkout_payment_method, .checkout_pif_claim_step {
    display: flex;
    width: 60%;
    height: 100%;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
}

.payment_inner {
    display: flex;
    flex-direction: column;
    width: 80%;
    /* align-items: center; */
    justify-content: center;
    align-content: center;
}

.confirm_pay {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 25px;
}

.payment_header {
    margin-top: 2%;
    font-size: 12px;
    font-weight: 700;
}

.credit_debit_container {
    /* display: table;
    width: 83%;
    border: 1px solid #bdc3c7;
    border-radius: 8px;
    padding: 12px;
    margin-top: 2%; */
    width: 100%;
    padding: 12px;
}

.radio_labels {
    display: flex;
    font-size: 14px;
    font-weight: 500;
    align-items: center
}

.radio_labels input {
    margin-right: 10px!important
}

#credit_option {
  /*   width: 18px; */
    margin-right: 3px;
    cursor: pointer
}

.credit_input_container {
    display: flex;
    background-color: #fff;
    align-items: center;
    border: 1px solid #bdc3c7;
    border-radius: 8px;
    width: 360px;
    height: 46px;
    margin-left: 18px
}

#card_input {
    border: none
}

#card_input:focus {
    outline: none;
    border: none
}

#add_new_card_container,#add_new_card_container_mobile {
    padding-top: 10px
}

#card-errors,#card-errors_mobile {
    padding-top: 10px
}

.paypal_container {
    width: 72%;
    display: table;
    border: 1px solid #bdc3c7;
    border-radius: 8px;
    padding: 12px;
    margin-top: 2%;
    background-color: #fff
}

#paypal_option {
    width: 18px;
    margin-right: 3px;
    cursor: pointer
}

.paypal_subtext {
    padding: 10px 0;
    font-size: 14px;
    font-weight: 400;
    width: 334px;
    margin-left: 24px
}

#paypal-button-container,#paypal-button-container_mobile {
    width: 85%;
    margin: auto
}

.paypal_button {
    width: 200px;
    height: 46px;
    border: none;
    border-radius: 4px;
    background-color: gold;
    color: #2a2c2b;
    font-size: 16px;
    font-weight: 700;
    margin-left: 24px
}

.payment_hr {
    margin-top: 7%;
    width: 100%;
    opacity: 20%;
    margin-left: 0;
}

.toggler {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    padding-top: 2px
}

.terms_toggler {
    opacity: 1 !important;
    /* width: 0!important;
    height: 0!important */
}

.tob_toggler .slider{
    width: 50px;
}
.tob_toggler .slider::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 4px;
    width: 16px;
    height: 16px;
    border-radius: calc(var(--height) / 2);
    background: #1e1e1e;
    transition: all 0.4s ease-in-out;
}
.tob_toggler input:checked+.slider {
    background-color: #1e1e1e;
}
.black_label .checkbox_label_checkmark {
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    border: 1px solid #DEDEDE;
    border-radius: 2px;
    background-color: #fff;
}

.black_label.checkbox_label .checkbox_label_checkmark:after {
    left: 6px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.black_label.checkbox_label input:checked~.checkbox_label_checkmark {
    background-color: #000;
}

.slider_round {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
    border: 1px solid #000
}

.slider_round::before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #2a2c2b;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%
}

.terms_toggler:checked+.slider_round {
    background-color: #2a2c2b
}

.terms_toggler:focus+.slider_round {
    box-shadow: 0 0 1px #2196f3
}

.terms_toggler:checked+.slider_round::before {
    background-color: #fff;
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

.terms_conditions_container {
    display: flex;
    margin-top: 7%
}

.terms_text {
    /* width: 280px; */
    margin-left: 35px;
    color: #262633;
    font-size: 15px;
}

.payment_button_container, .rental_access_method_continue_button_container {
    display: flex;
    justify-content: center;
    /* width: 80%; */
}

.confirm_payment_button, .confirm_rental_payment_button, .rental_access_method_continue_button {
    width: 200px;
    height: 48px;
    border: none;
    border-radius: 4px;
    background-color: var(--main-color);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-top: 9%;
}

.modal_rental_checkout_close:hover {
    color: #2a2c2b;
    text-decoration: none;
}

.order_info_container {
    width: 60%;
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.share_container {
    width: 100%;
}

.share_container .input_with_icon {
}

.share_container .input_with_icon input {
}

.share_container .input_with_icon .button {
}

#single_event_copy_link {
    position: relative;
}

#single_event_copy_link input {
    text-indent: 0;
    padding-left: 10px !important;
    padding-right: 120px !important;
    height: 54px;
}

#single_event_copy_link .button {
    position: absolute;
    top: 7px;
    right: 7px;
    margin: 0;
    color: var(--main-color);
    background: rgba(108, 92, 231, 0.35);
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#single_event_copy_link_copy {
    padding: 10px 20px 10px 35px;
}

#single_event_copy_link_copied {
    padding: 10px 20px 10px 35px;
}

#single_event_copy_link_copy img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 20px;
}

#m_single_event_copy_link {
    position: relative;
}

#m_single_event_copy_link input {
    text-indent: 0;
    padding-left: 10px !important;
    padding-right: 120px !important;
    height: 54px;
}

#m_single_event_copy_link .button {
    position: absolute;
    top: 5px;
    right: 9px;
    margin: 0;
    color: var(--main-color);
    background: rgba(108, 92, 231, 0.35);
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#m_single_event_copy_link_copy {
    padding: 10px 20px 10px 35px;
}

#m_single_event_copy_link_copied {
    padding: 10px 20px 10px 35px;
}

#m_single_event_copy_link_copy img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 20px;
}

#eod_event_copy_link {
    position: relative;
}

#eod_event_copy_link input {
    text-indent: 0;
    padding-left: 10px !important;
    padding-right: 120px !important;
    height: 54px;
}

#eod_event_copy_link .button {
    position: absolute;
    top: 7px;
    right: 7px;
    margin: 0;
    color: var(--main-color);
    background: rgba(108, 92, 231, 0.35);
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#eod_event_copy_link_copy {
    padding: 6px 20px 6px 35px;
}

#eod_event_copy_link_copied {
    padding: 6px 20px 6px 35px;
}

#eod_event_copy_link_copy img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 20px;
}

#m_eod_event_copy_link {
    position: relative;
}

#m_eod_event_copy_link input {
    text-indent: 0;
    padding-left: 10px !important;
    padding-right: 120px !important;
    height: 54px;
}

#m_eod_event_copy_link .button {
    position: absolute;
    top: 3px;
    right: 3px;
    margin: 0;
    color: var(--main-color);
    background: rgba(108, 92, 231, 0.35);
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#m_eod_event_copy_link_copy {
    padding: 10px 20px 10px 35px;
}

#m_eod_event_copy_link_copied {
    padding: 10px 20px 10px 35px;
}

#m_eod_event_copy_link_copy img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 20px;
}

.share_container .edetails_share {
    margin-right: 5px;
    padding: 3px;
    justify-content: center;
    align-items: center;
}

.share_container .text_with_icon img {
    max-width: unset;
    max-height: unset;
    width: 10px;
    height: 10px;
}

.share_container .text_with_icon span {
    font-size: 12px;
    line-height: 12px;
}

.order_info_inner {
    display: flex;
    flex-direction: column;
    width: 85%;
}

.order_info_message {
    background: rgb(212 244 231);
    border: 2px solid rgb(212 244 231);
    box-sizing: border-box;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.order_info_panel {
    margin: 20px;
}

.order_info_summary {
    margin-bottom: 40px;
}

.order_info_message span {
    color: #000;
    font-weight: 500;
    font-size: 18px;
}

.order_complete_label {
    width: 20px;
    padding-right: 10px;
}

.order_info_title {
    font-size: 36px;
    font-weight: 600;
    line-height: 43px;
    margin-bottom: 30px;
}

.order_info_sub_title {
    font-weight: 500;
    font-size: 15px;
}

.order_info_item {
    margin-bottom: 25px;
}

.order_info_item_title, .card_ending_number {
    font-weight: 500;
    font-size: 17px;
}

.order_info_item_title.eod {
    font-weight: 600;
    font-size: 16px;
}

hr.eod {
    opacity: 70%;
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
    height: auto;
}

.order_info_item_value {
    font-size: 15px;
}

.order_info_item_value.eod {
    width: 86%;
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
}

.order_message {
    display: flex;
    width: 90%;
    font-size: 36px;
    font-weight: 400;
    line-height: 43px;
    /* margin-top: 26px; */
    /* margin-left: 33px */
    justify-content: center;
}

.receipt_container {
    display: flex;
    width: 100%;
    height: 72%;
    /* align-items: center; */
    justify-content: center;
    border-radius: 8px;
    /* margin-top: 20px */
}

.receipt_outline {
    display: flex;
    width: 89%;
    border: 3px solid #dcdcdc;
    border-radius: 8px;
    background-color: #fff;
    flex-direction: column;
    /* padding: 20px */
    align-items: center;
    justify-content: space-around;
}

.receipt_row_1 {
    display: flex;
    width: 95%;
    justify-content: space-between;
    /* margin-bottom: 25px; */
    border-bottom: 1px dashed #dcdcdc
}

.receipt_row_2 {
    display: flex;
    width: 95%;
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: 25px; */
    border-bottom: 1px dashed #dcdcdc;
    /* padding-bottom: 23px; */
    font-size: 18px
}

.receipt_row_3 {
    display: flex;
    width: 95%;
    /* margin-bottom: 10px; */
    font-weight: 500;
    font-size: 22px
}

.receipt_row_4 {
    display: flex;
    width: 95%;
    justify-content: space-between;
    /* margin-bottom: 25px; */
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 5px;
    font-size: 18px
}

.receipt_row_5 {
    display: flex;
    width: 95%;
    justify-content: space-between;
    /* margin-bottom: 25px; */
    border-bottom: 1px dashed #dcdcdc;
    font-size: 18px
}

.receipt_row_6 {
    display: flex;
    width: 95%;
    justify-content: space-between;
    font-size: 25px;
    font-weight: 500;
    /* margin-top: 45px */
}

.access_event_container {
    display: flex;
    margin-top: 10px;
    /* justify-content: center */
}

.access_event_button, .access_rental_button {
    border: 1px solid;
    padding: 15px 20px;
    border-radius: 4px;
    background: rgba(var(--main-color-rgb), var(--main-color-opacity));
    color: #fff;
    font-size: 15px;
    font-weight: 600
}

.access_event_button:hover, .access_rental_button:hover {
    color: #fff;
    text-decoration: none;
}

.receipt_header_left {
    display: flex;
    font-size: 25px;
    font-weight: 500;
    align-items: center;
}

.receipt_header_right {
    display: flex;
    /* width: 204px; */
    font-size: 18px;
    flex-direction: column;
}

.confirm_number {
    display: flex;
    justify-content: space-between;
    width: 216px;
}

.confirm_date {
    display: flex;
    justify-content: space-between;
    width: 216px;
}

.row_5_left {
    line-height: 35px;
    display: flex;
    flex-direction: column;
}

.row_5_right {
    line-height: 35px;
    display: flex;
    flex-direction: column;
}

.show_mobile {
    display: none;
}

.event_date_select_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.customer-totals .row, .order_info_success .row, .order_info_success_mobile .row {
    border-bottom: none;
}

.event_date_select {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 11px;
    width: 90%;
}

.event_date_select_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 13px;
    line-height: 19px;
}

.event_date_for_mobile, .checkout_child_event_tiers_mobile {
    display: none;
}

.event_date {
    font-weight: bold;
}

.event_time {
}

.event_tickets_remaining {
    font-size: 10px;
    font-weight: bold;
    color: #6d5ce7;
}

/* .order_info_container {
        width: 100%;
        height: 100%
    } */
.order_message, .order_info_title {
    width: 100%;
    font-size: 27px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 30px;
}

.order_info_title.eod {
    width: 69%;
    font-size: 27px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 37px;
}

#eod_buy_tix.soldout_disabled {
    background: #ededed;
    color: #BDC3C7;
}

#eod_buy_tix.disabled {
    background: #ededed;
    color: #BDC3C7;
}

.eod_buy_tickets.disabled {
    background: #ededed;
    color: #BDC3C7;
}

.event_date_select_right {
    display: flex;
}

.event_date_select_button {
    color: #fff;
    background: #6d5ce7;
    border: none;
    border-radius: 6px;
    height: 30px;
    width: 74px;
    align-items: center;
    font-size: 12px;
}

.select_more_dates {
    height: 36px;
    font-weight: bold;
    font-size: 15px;
    background: none;
    border: 1.5px solid #2a2c2b;
    border-radius: 6px;
}

.event_select_hr {
    margin: 15px 0px !important;
    width: 91% !important;
}

.select_tickets_mobile {
    display: none;
}

.eod_ticket_remaining_warning {
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
    color: #CC5050;
    /* margin-top: 10px; */
    background: rgba(200, 15, 15, 0.12);
    display: inline-block;
    padding: 5px 10px 5px 10px;
    width: 60%;
}

.event_venue_row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.e_venue_info {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#show_venue_map_btn {
    cursor: pointer;
}

.e_venue_avatar {
    width: 206px;
    height: 140px;
}

.venue_gmap_modal .modal_header {
    border: none;
    background-color: white;
}

.venue_gmap_modal .modal_title {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #000000;
    padding-top: 30px;
}

.e_venue_info span {
    font-size: 14px;
    line-height: 22px;
}

.merch-button-skip, .pif_contribute-skip-btn {
    background-color: rgba(var(--main-color-rgb), var(--main-color-opacity));
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    position: absolute;
    right: 40px;
    font-size: 15px;
}
.merch-button-skip-mobile, .pif_contribute-skip-btn_mobile {
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    background: #FFFFFF;
    border: 1px solid var(--main-color);
    border-radius: 4px;
    font-size: 16px;
    padding: 18px;
    height: fit-content;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: var(--main-color);
    margin-right: 15px;
}
.product_header_title {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #000;
    font-size: 32px;
    line-height: 100%;
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 28px;
}

.terms_square_toggle {

}

/* conference event style */
.section_conference_details *{
    font-family: 'Montserrat';
}
.section_event_intro {
    margin-bottom: 60px;
    position: relative;
}
.event_intro_innor.before_event {
    background: linear-gradient(90deg, var(--main-color) 45.8%, #7D7DE2 54.2%);
    padding: 0 80px;
}
.event_intro_header {
    padding: 20px 0;
    display: flex;
    justify-content: end;
    align-items: center;
}
.after_event .event_intro_header {
    position: absolute;
    top: 0;
    right: 50px;
    z-index: 10;
}
.event_intro_menu {
    display: flex;
    flex-direction: row;
    gap: 30px;
}
.intro_menu_item {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 19.139px;
    font-style: normal;
    font-weight: 700;
    line-height: 40.193px; /* 210% */
    cursor: pointer;
}
.intro_menu_item:hover{
    text-decoration: none;

}
.intro_category{
    color: var(--White, #FFF);
    font-family: 'Inter';
    font-size: 20.096px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    display:flex;
    align-items: center;
    gap: 5px;
}
.event_intro_slider_container {
    position: relative;
}
.event_intro_slider  {

}
.event_intro_slider .slick-dots {
    bottom: 50px;
}
.event_intro_slider .slick-dots li.slick-active button:before {
    color: white;
}
.event_intro_slider .slick-dots li button::before {
    color: white;
}
.event_intro_slider .slick-dots li {
    margin: 0;
}
.event_intro_photo {
    position: relative;
    padding-top: calc(1 / 2 * 100%);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 15px;
}
.intro_title_board {
    position: absolute;
    top: 17%;
    left: 12%;
    z-index: 1;
}

.intro_category img{
    width: 41px;
    height: 27px;
}
.intro_title {
    color: var(--White, #FFF);
    font-family: 'Inter';
    font-size: 51.677px;
    font-style: normal;
    font-weight: 600;
    max-width: 730px;
    line-height: 100%; /* 51.677px */
    text-transform: capitalize;
    padding: 25px 0;
}
.intro_buy_btn {
    margin-top: 40px;
    display: flex;
    padding: 20.268px 28.955px;
    align-items: flex-start;
    gap: 11.582px;
    border-radius: 4.343px;
    background: var(--White, #FFF);
    color: var(--greyscale-700, #1F1F1F);
    font-family: 'Inter';
    font-size: 20.268px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    border: none;
}
.event_intro_countdown {
    display: flex;
    margin: 0 auto;
    gap: 110px;
    justify-content: center;
    padding-top: 30px;
}
.intro_date_div {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.intro_date {
    color: #FFF;
    font-family: 'Jost*', sans-serif;
    font-size: 38.279px;
    font-style: normal;
    font-weight: 700;
    line-height: 40.193px; /* 105% */
}
.intro_location {
    color: #FFF;
    font-family: 'Jost*', sans-serif;
    font-size: 15.312px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 5px;
}
.intro_location img {
    width: 10px;
}
.intro_countdown_div {
    display: flex;
    flex-direction: row;
    gap: 5px;
    padding-bottom: 30px;

}
.countdown_item {
    width: 123.45px;
    height: 98.224px;
    flex-shrink: 0;
    background:  rgba(0, 0, 0, 0.19);
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
}
.countdown_title {
    color: #FFF;
    font-family: 'Jost*', sans-serif;
    font-size: 36.365px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.countdown_des {
    color: #FFF;
    font-family: 'Jost*', sans-serif;
    font-size: 17.226px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.conference_title {
    color: var(--Black, #2A2C2B);
    font-family: 'Montserrat';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px; /* 105% */
}

.conference_section_title {
    color: #000;
    font-family: 'Montserrat';
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.featuring_slider_arrows {
    margin: 30px 0;
    display: flex;
    justify-content: end;
    gap: 10px;
}
.arrow_item {
    display: flex;
    padding: 14.981px;
    align-items: flex-start;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--Grey-05, #F6F6F6);
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.img_flip {
    transform: scaleX(-1);
}

.arrow_item .hover {
    display: none;
}
.arrow_item:hover .hover {
    display: block;
}

.arrow_item:hover .arrow_img:not(.hover) {
    display: none;
}

.arrow_item:hover {
    background: var(--Gurple, var(--main-color));
}
.featuring_profile {
    text-align: center;
}
.featuring_slider_container {
    display: block;
}
.featuring_slider {
}
.f_profile_img_div {
    width: 200px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    margin: 20px auto;
}
.ring_container {
    position: relative;
}
.f_profile_ring {
    position: absolute;
    right: -10px;
    top: -10px;
}

.f_profile_img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: relative;
}
.f_profile_name {
    color: #000;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'Nunito';
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px; /* 150% */
}
.f_profile_des{
    color: #6C6E6D;
    text-align: center;
    font-family: 'Nunito';
    font-size: 14.981px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.962px; /* 200% */
}
.section_conference_details  .featuring_row {
    display: block;
}
.section_conference_details hr {
    width: 100%;
}
.agenda_dates_container {
    display: flex;
    justify-content: start;
    padding-bottom: 80px;
    gap: 10px;
}
.agenda_date_item {
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    color: #000;
}
.agenda_date_item:hover, .agenda_date_item.current{
    background: var(--main-color);
    color: white;
}
.agenda_tab {
    display: none;
    /* animation: tabfadeIn 500ms; */
}
.agenda_tab.active{
    display: block;
}
.agenda_booking_item {
    display: flex;
    justify-content: space-between;
}
.a_tab_right {
    width: 80%;
}
.a_day {
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
.a_date {
    font-family: 'Inter';
    font-size: 23px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    padding-top: 5px;
    text-transform: capitalize;
}
.a_tab_date {
    color: var(--main-color);
    font-family: 'Inter';
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: lowercase;
}
.a_booking_title {
    color: var(--Black, #2A2C2B);
    font-family: 'Montserrat';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.a_booking_time {
    color: #CCC;
    font-family: 'Montserrat';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.a_booking_des {
    color: var(--Black, #2A2C2B);
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 131.25% */
    padding: 30px 0;
}
.a_booking_p_div {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}
.a_booking_profile {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: start;
    margin-right: 30px;
    width: 29%;
}
.a_profile_img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.a_profile_name {
    color: var(--Black, #2A2C2B);
    font-family: 'Montserrat';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-variant: all-small-caps;
}
.a_profile_des{
    color: var(--Black, #2A2C2B);
    font-family: 'Montserrat';
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px; /* 142.857% */
}
.sponsor_row {
    margin: 0 30px;
}
.sponsor_table {
    border-collapse: collapse;
    border-style: hidden;
    margin: 0 auto;
}
.td_sponsor {
    padding: 40px 50px;
    border: 1px solid #E6E6E6;
}
.tr_desktop {
    display: table-row;
}
.tr_mobile {
    display: none;
}

.button_session_join {
    width: 100% !important;
    margin: 0 0 0 20px !important;
}

.button_outline_black {
    background-color: #ffffff !important;
    border: 2px solid black !important;
    color: black !important;
}
.header_c_nav_menu {
    font-weight: bold;
    margin-right: 10px;
}
.d_hide {
    display: none;
}

.event_pif_ticket_info_container {
    display: flex;
    flex-direction: column;
    padding: 16px;
    border-radius: 4px;
    margin-top: 20px;
    gap: 8px;
    background: #F5F5F5;
}
.pif_ticket_img {
    height: 24px;
    margin-right: 10px;
}
.pif_ticket_info_header {
    display: flex;
    align-items: center;
}
.section_pif_info_container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: solid 1px #ebebeb;
    padding: 24px;
    border-radius: 8px;
}
.section_pif_header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.s_pif_img_container {
    background: #F5F5F5;
    display: flex;
    height: 50px;
    width: 55px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
.section_pif_participants {
    display: flex;
    align-items: center;
    padding: 12px 18px;
    background: #F5F5F5;
    gap: 10px;
    border-radius: 50px;
    width: fit-content;
}
.section_pif_selector {
    display: flex;
    align-items: center;
    gap: 10px;
}
.s_pif_h_img {
    height: 30px;
    width: 30px;
}
.pif_part_image {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
.pif_ticket_tier_selector {
    width: 60px;
}
.pif_participants_list {
    display: flex;
    align-items: center;
}
.section_pif_buy_tickets {
    background: white;
    border-radius: 8px;
    width: 130px;
}
.symbol {
    display: inline-block;
    flex-shrink: 0;
    position: relative;
    border-radius: 0.475rem;
  }
  .symbol .symbol-label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: var(--bs-symbol-label-color);
    background-color: var(--bs-symbol-label-bg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 0.475rem;
  }
  .symbol .symbol-label:after {
    border-radius: 0.475rem;
  }
  .symbol .symbol-badge {
    position: absolute;
    border-radius: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) !important;
  }
  .symbol > img {
    width: 100%;
    flex-shrink: 0;
    display: inline-block;
    border-radius: 0.475rem;
  }
  .symbol.symbol-square,
  .symbol.symbol-square > img,
  .symbol.symbol-square .symbol-label {
    border-radius: 0 !important;
  }
  .symbol.symbol-circle,
  .symbol.symbol-circle > img,
  .symbol.symbol-circle .symbol-label {
    border-radius: 50%;
  }
  .symbol.symbol-circle:after,
  .symbol.symbol-circle > img:after,
  .symbol.symbol-circle .symbol-label:after {
    border-radius: 50%;
  }
  .symbol > img {
    width: 50px;
    height: 50px;
  }
  .symbol .symbol-label {
    width: 50px;
    height: 50px;
  }
  .symbol.symbol-fixed .symbol-label {
    width: 50px;
    height: 50px;
  }
  .symbol.symbol-fixed > img {
    width: 50px;
    height: 50px;
    max-width: none;
  }
  .symbol.symbol-2by3 .symbol-label {
    height: 50px;
    width: 75px;
  }
  .symbol.symbol-2by3 > img {
    height: 50px;
    width: 75px;
    max-width: none;
  }

  .symbol.symbol-30px > img {
    width: 30px;
    height: 30px;
  }
  .symbol.symbol-30px .symbol-label {
    width: 30px;
    height: 30px;
  }
  .symbol.symbol-30px.symbol-fixed .symbol-label {
    width: 30px;
    height: 30px;
  }
  .symbol.symbol-30px.symbol-fixed > img {
    width: 30px;
    height: 30px;
    max-width: none;
  }
  .symbol.symbol-30px.symbol-2by3 .symbol-label {
    height: 30px;
    width: 45px;
  }
.symbol-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 10px;
  }
  .symbol-group .symbol {
    position: relative;
    z-index: 0;
    margin-left: -10px;
    transition: all 0.3s ease;
  }
  .symbol-group .symbol:hover {
    transition: all 0.3s ease;
    z-index: 1;
  }
  .symbol-group .symbol-badge {
    border: 2px solid var(--bs-body-bg);
  }
  .symbol-group .symbol-label {
    position: relative;
  }
  .symbol-group .symbol-label:after {
    display: block;
    content: " ";
    border-radius: inherit;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border: 2px solid var(--bs-symbol-border-color);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
  }
  .symbol-group.symbol-hover .symbol {
    cursor: pointer;
    display: flex;
  }
  .pif_participants_info {
    font-size: 14px;
  }
  .pif_checkout_tier_symbol {
    display: flex;
    align-items: center;
    font-size: 13px;
    margin-bottom: 20px;
  }

.pif_checkout_ticket_tier{
    background: #f5f5f5;
    padding: 16px;
    width: calc(90% - 32px);
}

.modal_embedded_close:hover {
    text-decoration: unset;
}


.donate-body-container {
    height: calc(100vh - 70px);
    overflow-y: scroll;
}

.tv_access_description_row {
    border-top: 1px solid gainsboro;
    padding-top: 25px;
    margin-top: 25px;
}

.tv_access_description_row_inner_title {
    font-weight: 700;
    font-size: 16px;
}

.tv_access_description_row_inner_description_item {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: row;
    gap: 10px;
    margin-top: 20px;
}
.tv_access_description_row_inner_description_item img {
    width: 24px;
    height: 20px;
}
.tv_access_description_row_inner_description_item_text {
    font-size: 14px;
}

@media only screen and (max-width: 1050px) {
    #event_checkout_container {
        width:80%;
        /* height: 90% */
    }

    #event_checkout_container_inner {
        width: 100%;
    }

    .modal_checkout_inner {
        display: table;
        width: 100%;
        height: 100%;
        margin: auto;
    }

    /* .back_button_container {
        margin-top: 40px;
        margin-left: 40px;
    } */

    .modal_checkout_close, .modal_rental_checkout_close {
        position: absolute;
        top: 35px;
        right: 40px;
        font-weight: 700;
        font-size: 20px;
        z-index: 10;
    }

    .modal_rental_checkout_close {
        color: #fff;
    }

    .modal_rental_checkout_close_mobile {
        position: absolute;
        top: 25px;
        right: 30px;
        font-weight: 700;
        font-size: 20px;
        z-index: 9999;
        color: #000;
    }

    .modal_rental_checkout_close:hover {
        color: #fff;
    }

    .back_button {
        height: 20px
    }

    .checkout_donation_step {
        width: 56%;
        margin-left: 1%
    }

    .donate_inner {
        display: flex;
        flex-direction: column;
        margin-top: 6%;
        margin-left: 13%
    }

    .donate_hr {
        border: none;
        margin-left: 0;
        width: 88%;
        opacity: 33%;
        background-color: #2a2c2b;
        height: .6px
    }

    .left_right_container {
        display: flex;
        max-width: 100%;
        height: inherit;
    }

    .donate-header-text {
        line-height: 30px;
        font-size: 23px;
        font-weight: 500;
        color: #2a2c2b
    }

    .donate-title-text {
        margin-top: 9px;
        width: 196;
        height: 22px;
        margin-bottom: 6px;
        font-size: 17px;
        font-weight: 600
    }

    .donate-body {
        width: 408px;
        font-size: 15px;
        font-weight: 300;
        margin-top: 0
    }

    #donate-amt {
        text-align: center;
        border: none;
        width: 110px;
        font-family: inconsolata,sans-serif;
        font-weight: 400
    }

    #donate-amt:focus {
        outline: none
    }

    #donate-amt::-webkit-outer-spin-button,#donate-amt::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0
    }

    .currency-sign {
        border-right: 1px solid #bdc3c7;
        padding-right: 25px;
        padding-left: 10px
    }

    .amt-cont {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 165px;
        height: 46px;
        border: 1px solid #bdc3c7;
        border-radius: 8px;
        margin-top: 14px
    }

    .donate-disclaimer {
        display: block;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        min-height: auto;
        font-size: 13px;
        font-weight: 300;
        margin-top: 15px;
        margin-bottom: 10px;
        line-height: 1.5;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }

    .donate-button {
        width: 200px;
        height: 46px;
/*        margin-top: 149px;*/
        margin-left: 79px;
        border: none;
        border-radius: 4px;
        background-color: var(--main-color);
        color: #fff;
        font-size: 16px;
        font-weight: 700
    }

    .donate-button:focus {
        outline: none
    }

    .summary-cont {
        width: 44%;
        /* height: 100%; */
       /*  background-color: #ededed; */
        border-bottom-right-radius: 8px;
        border-top-right-radius: 8px
    }

    .summary-title {
        height: 17px;
        font-size: 14px;
        font-weight: 700;
        margin-top: 22%;
        /* margin-left: 40px; */
        margin-bottom: 20px
    }

    #total_cost_table .row {
        margin-bottom: 0;
    }

    .summary-event-info {
        display: flex;
        width: 342px;
        margin-top: 10px;
        margin-left: 40px;
        justify-content: flex-start;
    }

    .summary-event-img {
        width: 124px;
        height: 83.8px;
        margin-top: 5px
    }

    .summary-event-img--film-poster {
        width: 92px;
        height: 138px;
    }

    .summary-event-type {
        /* width: 89px; */
        /* height: 15px; */
        color: var(--main-color);
        /* font-size: 12px; */
        font-weight: 600;
        white-space: nowrap;
        margin-bottom: 0%;
        margin-left: 12px;
    }

    .summary-event-title {
        /* width: 162px; */
        /* height: 34px; */
        /* font-size: 14px; */
        color: #2a2c2b;
        margin-top: 4px;
        margin-bottom: 0%;
        margin-left: 12px
    }

    .summary-event-duration {
        /* width: 50px; */
        /* height: 14px; */
        opacity: 60%;
        font-size: 12px;
        font-weight: 400;
        /* margin-top: 4px; */
        margin-left: 12px
    }

    .date_hr_top {
        margin-bottom: 4%;
        margin-left: 1%;
        opacity: 45%;
        width: 86%;
        border: none
    }

    /* .summary-event-date-cont {
        margin-left: 40px;
        margin-top: 20px;
        margin-bottom: 17px
    } */
    .date_hr_bottom {
        margin-top: 4%;
        margin-left: 1%;
        opacity: 23%;
        width: 86%;
        border: none;
        height: .6px;
        background-color: #2a2c2b
    }

    .summary-event-date {
        /*  width: 34px;
        height: 17px; */
        font-size: 12px;
        font-weight: 700;
        /*   margin-bottom: 2px;
        margin-left: 14px */
    }

    .summary-event-date-spec {
        /*   width: 270px; */
        font-size: 14px;
        font-weight: 300;
        /*   margin-top: 0;
        margin-left: 14px */
    }

    #donation-table {
        margin-bottom: 25px
    }

    hr {
        height: .5px;
        margin-left: 39px;
        background-color: #2a2c2b;
        opacity: 30%
    }

    .customer-totals {
        flex-direction: column
    }

    #tickets_bold {
        font-size: 12px;
        font-weight: 700;
        margin-top: 22px
    }

    #donations_bold, #merch_bold {
        font-size: 12px;
        font-weight: 700
    }

    .row {
        margin-bottom: 12px
    }

    .table-cell-left {
        font-size: 14px;
        font-weight: 300
    }

    .table-cell-middle {
        font-size: 14px;
        font-weight: 300
    }

    .table-cell-right {
        font-size: 14px;
        font-weight: 300
    }

    .table-cell-left {
        text-align: left;
        width: 155px
    }

    .table-cell-right {
        text-align: right
    }

    #total_left {
        padding: 25px
    }

    .checkout_login_option {
        width: 56%;
        /* height: 100%; */
        margin-left: 1%
    }

    .login_inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 16%
    }

    .guest-or-acct {
        font-size: 28px;
        font-weight: 400;
        white-space: nowrap;
        margin: 1%
    }

    .login-dead-button {
        font-family: montserrat,sans-serif;
        font-size: 16px;
        margin: 1%;
        font-weight: 700;
        width: 200px;
        height: 46px;
        color: #fff;
        background-color: #2a2c2b;
        border: none;
        border-radius: 4px;
        margin-top: 4%
    }

    .login-dead-button:focus {
        outline: none
    }

    .continue-as-guest {
        width: 170px;
        height: 18px;
        font-size: 15px;
        font-weight: 400;
        white-space: nowrap;
        margin: 1%
    }

    .guest-inp-form {
        display: flex;
        flex-direction: column;
        width: 300px;
        /* height: 160px; */
        margin: 1%
    }

    .guest_input_container {
        display: flex;
        align-items: center;
        border: 1px solid #bdc3c7;
        border-radius: 8px;
        margin: 5px
    }

    .input_icon_left {
        width: 31px;
        height: 20px;
        margin-left: 9px;
        margin-top: 3px;
        border-right: 1px solid #bdc3c7
    }

    .input_icon_right {
        width: 25px;
        height: 25px
    }

    .icon_right_container {
        width: 30px;
        height: 30px;
        padding-right: 10px;
        padding-top: 5px
    }

    .guest-inp {
        border: none;
        padding-left: 10px
    }

    .guest-inp:focus {
        outline: none;
        border: none
    }

    .guest-login-btn {
        width: 200px;
        height: 46px;
        border: none;
        border-radius: 4px;
        background-color: var(--main-color);
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        margin: 5%;
    }

    .guest-login-btn:focus {
        outline: none
    }

    .checkout_payment_method, .order_info_container {
        width: 56%;
        height: 100%;
        justify-content: flex-start;
    }

    .payment_inner {
        display: flex;
        flex-direction: column;
        margin-left: 17%;
        margin-top: 10%
    }

    .confirm_pay {
        padding-bottom: 25px;
        font-size: 28px;
        font-weight: 500
    }

    .payment_header {
        font-size: 12px;
        font-weight: 700;
        margin-top: 2%
    }

    .credit_debit_container {
        display: table;
        width: 82%;
        border: 1px solid #bdc3c7;
        border-radius: 8px;
        padding: 12px;
        margin-top: 2%
    }

    .radio_labels {
        display: flex;
        font-size: 14px;
        font-weight: 500;
        align-items: center
    }

    .radio_labels input {
        margin-right: 10px!important
    }

    #credit_option {
        width: 18px;
        margin-right: 3px
    }

    .credit_input_container {
        display: flex;
        background-color: #fff;
        align-items: center;
        border: 1px solid #bdc3c7;
        border-radius: 8px;
        width: 318px;
        height: 46px;
        margin-left: 18px
    }

    #card_input {
        border: none
    }

    #card_input:focus {
        outline: none;
        border: none
    }

    .paypal_container {
        width: 82%;
        display: table;
        border: 1px solid #bdc3c7;
        border-radius: 8px;
        padding: 12px;
        margin-top: 2%;
        background-color: #fff
    }

    #paypal_option {
        width: 18px;
        margin-right: 3px
    }

    .paypal_subtext {
        padding: 10px 0;
        font-size: 14px;
        font-weight: 400;
        width: 334px;
        margin-left: 24px
    }

    .paypal_button {
        width: 200px;
        height: 46px;
        border: none;
        border-radius: 4px;
        background-color: gold;
        color: #2a2c2b;
        font-size: 16px;
        font-weight: 700;
        margin-left: 24px
    }

    .payment_hr {
        margin-left: -2%;
        margin-top: 7%;
        width: 93%;
        opacity: 45%;
        border: none
    }

    .toggler {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 34px;
        padding-top: 2px
    }

    .terms_toggler {
        opacity: 0;
        width: 0!important;
        height: 0!important
    }

    .slider_round {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 34px;
        border: 1px solid #000
    }

    .slider_round::before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: #2a2c2b;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%
    }

    .terms_toggler:checked+.slider_round {
        background-color: #2a2c2b
    }

    .terms_toggler:focus+.slider_round {
        box-shadow: 0 0 1px #2196f3
    }

    .terms_toggler:checked+.slider_round::before {
        background-color: #fff;
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px)
    }

    .terms_conditions_container {
        display: flex;
        margin-top: 7%
    }

    .td_sponsor {
        padding: 20px 20px;
    }

    @media(min-height: 520px) and (max-height:768px) {
        .order_info_container {
            margin-top: 8%;
        }

        .summary-title {
            margin-top: 15%;
        }
    }
}

@media only screen and (max-width: 960px) {
    #event_checkout_container {
        width:100%;
       /*  height: 90% */
    }
}

/* Tablet portrait / 1024px desktop: prevent horizontal overflow and right-side cutoff (iPad/tablet Safari/Chrome) */
@media only screen and (max-width: 1024px) {
    #event_checkout_modal,
    #event_checkout_modal .modal_overlay {
        overflow-x: hidden;
        box-sizing: border-box;
    }

    /* Modal fits viewport: full width with padding so content is never cut off */
    #event_checkout_container,
    .modal_checkout_container {
        width: 100% !important;
        max-width: 100%;
        padding-left: 12px;
        padding-right: 12px;
        box-sizing: border-box;
    }

    .modal_checkout_inner {
        overflow-x: hidden;
        max-width: 100%;
    }

    .left_right_container {
        min-width: 0;
        overflow-x: hidden;
        max-width: 100%;
        flex-wrap: nowrap;
    }

    .left_right_container > * {
        min-width: 0;
    }

    /* Left column (donation/pay it forward, payment, etc.) can shrink so right column stays visible */
    .checkout_donation_step,
    .pif_contribute_step,
    .checkout_pif_claim_step,
    .checkout_pif_claim_step_mobile,
    .checkout_payment_method,
    .checkout_merch_step,
    .product_merch_step,
    .shipping_address_step,
    .survey_step {
        max-width: 100%;
        min-width: 0;
        flex: 1 1 auto;
    }

    .payment_card_item.pif_checkout_ticket_tier {
        max-width: 100%;
    }

    .donate-body {
        max-width: 100%;
    }

    /* Pay it forward / donation step: keep all content within viewport */
    .checkout_donation_step .donate_inner,
    .checkout_donation_step .donate-header-text,
    .checkout_donation_step .donate-title-text {
        max-width: 100%;
    }

    /* Back arrow spacing from heading on tablet (desktop modal) */
    .pif_contribute_step .back_button_container,
    .checkout_donation_step .back_button_container,
    .product_merch_step .back_button_container,
    .shipping_address_step .back_button_container,
    .survey_step .back_button_container {
        margin-right: 12px;
    }

    .back_button_container {
        margin-top: 0;
        margin-left: 0;
    }
}

/* Tablet (801px-1024px): modal height, scroll, content visibility - desktop layout only, excludes mobile */
@media only screen and (min-width: 801px) and (max-width: 1024px) {
    #event_checkout_modal {
        height: 100%;
        min-height: 100vh;
    }

    #event_checkout_modal .modal_overlay {
        height: 100%;
        min-height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        padding-left: 0;
        padding-right: 0;
    }

    .modal_checkout_inner {
        height: auto;
    }

    .left_right_container {
        height: auto;
    }

    .checkout_pif_claim_step,
    .checkout_payment_method,
    .checkout_donation_step {
        height: auto;
    }

    /* Right column (order summary): allow shrink so both columns fit in viewport on portrait tablet */
    .section_film_event_right {
        display: block;
        width: 370px;
        max-width: 45%;
        min-width: 0;
        flex: 0 1 370px;
    }

    .section_film_event_right_box {
        max-width: 100%;
        min-width: 0;
    }
}

/* Tablet/iPad ONLY (768px-800px): back arrow alignment when mobile checkout is shown - does NOT affect mobile or desktop */
@media only screen and (min-width: 768px) and (max-width: 800px) {
    .donate-header-text_mobile .back_button_container_mobile,
    .guest-or-acct_mobile .back_button_container_mobile {
        position: relative;
        left: auto;
        flex-shrink: 0;
    }

    .donate-header-text_mobile {
        justify-content: flex-start;
        gap: 12px;
    }

    .guest-or-acct_mobile {
        justify-content: flex-start;
        gap: 12px;
    }
}

@media only screen and (max-width: 1024px) {
    body {
        -webkit-overflow-scrolling: touch;
        /* overflow: hidden; */
        overscroll-behavior-y: contain;
    }
    /* .steps{
        -webkit-overflow-scrolling: touch
    } */
    .modal_tier_container {
        height: auto;
    }

    .ticket_tier_bottom {
        display: flex;
        flex-direction: column;
    }
    #checkout_mobile_error_box.show {
        padding: 13px 16px;
        background-color: #F8FD04;
        color: #000000;
        position: fixed;
        top: 60px;
        font-size: 16px;
        z-index: 999999;
        opacity: 1;
        transition: opacity 1s;
        display: block;
        width: -moz-available;
        /* WebKit-based browsers will ignore this. */
        width: -webkit-fill-available;
        /* Mozilla-based browsers will ignore this. */
        width: fill-available;
    }

    #checkout_mobile_error_box {
        opacity: 0;
    }

    #checkout_error_closebtn {
        margin-left: 15px;
        color: black;
        font-weight: bold;
        float: right;
        font-size: 22px;
        line-height: 20px;
        cursor: pointer;
        transition: 0.3s;
      }
      
      #checkout_error_closebtn:hover {
        color: black;
      }

    .film_event_faq, .film_event_helpful_row {
        width: 100% !important;
    }

    .show_mobile_ni {
        display: inline-block;
    }

    #help_box {
        display: none !important;
    }

    .steps {
        padding: unset;
        padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px));
        box-sizing: border-box;
        /* --vvh: set by event_details.js from window.visualViewport (iOS toolbar-safe) */
        height: calc(var(--vvh, 100dvh) - 110px);
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        position: relative;
    }
    .embedded .steps{
        overflow-x: hidden;
    }
    .embedded .steps::-webkit-scrollbar {
        width: 6px;               /* width of the entire scrollbar */
    }
    .embedded .steps::-webkit-scrollbar-thumb {
        border-radius: 20px;       /* roundness of the scroll thumb */
    }
    .event_buy_tickets.mobile_hide {
        display: none;
    }

    .merch_button_conatiner {
        padding-top: 20px;
        /* margin-bottom: 40px; */
    }

    .child_event_select_header {
        font-size: 24px;
        font-weight: 500;
        color: #fff;
    }

    .single_event_tickets_container {
        width: 100%;
        height: 100vh;
        /* position: absolute; */
        /* top: 17%; */
        margin-top: 30px;
        justify-content: flex-start;
    }

    .single_event_buy_tickets_mobile {
        margin: 0 !important;
    }

    /* iOS/WebKit: fixed CTA can paint invisible but remain clickable; force visible fill + text. */
    .single_event_buy_tickets_mobile.btn_mbl_fixed_purple {
        opacity: 1 !important;
        visibility: visible !important;
        background-color: var(--main-color) !important;
        background: var(--main-color) !important;
        color: #F5F5F5 !important;
        -webkit-text-fill-color: #F5F5F5;
    }

    /*
     * EOD tier step uses .eod_mobile / .modal_buy_tickets — not .single_event_buy_tickets_mobile — so the rule above
     * never applied. Scope to event-details + standalone mobile only (not #event_checkout_modal).
     */
    .section_film_event_right .eod_select_tickets_container .btn_mbl_fixed_purple_container,
    .mobile_checkout_container .eod_select_tickets_container .btn_mbl_fixed_purple_container {
        opacity: 1 !important;
        visibility: visible !important;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    .section_film_event_right .eod_select_tickets_container .modal_buy_tickets.eod_mobile.btn_mbl_fixed_purple,
    .mobile_checkout_container .eod_select_tickets_container .modal_buy_tickets.eod_mobile.btn_mbl_fixed_purple {
        float: none;
        opacity: 1 !important;
        visibility: visible !important;
        background-color: var(--main-color) !important;
        background: var(--main-color) !important;
        color: #F5F5F5 !important;
        -webkit-text-fill-color: #F5F5F5;
    }

    /*
     * EOD mobile: global .steps { overflow-y:auto } wraps the fixed CTA — iOS paints it invisible/wrong.
     * Scroll only .eod_select_tickets; root uses overflow:hidden so fixed footer is not inside the scroller.
     */
    .section_film_event_right .eod_select_tickets_container.eod_tier_step_root.steps,
    .mobile_checkout_container .eod_select_tickets_container.eod_tier_step_root.steps {
        overflow: hidden !important;
        padding-bottom: 0 !important;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        height: calc(var(--vvh, 100dvh) - 110px);
        min-height: 0;
        box-sizing: border-box;
    }
    .section_film_event_right .eod_select_tickets_container.eod_tier_step_root > .eod_select_tickets,
    .mobile_checkout_container .eod_select_tickets_container.eod_tier_step_root > .eod_select_tickets {
        flex: 1 1 auto;
        min-height: 0;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        width: 95%;
        max-width: 100%;
        align-self: center;
        padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px));
        box-sizing: border-box;
        position: relative;
        z-index: 0;
    }
    .section_film_event_right .eod_select_tickets_container.eod_tier_step_root .modal_tier_container,
    .mobile_checkout_container .eod_select_tickets_container.eod_tier_step_root .modal_tier_container {
        overflow: visible;
        height: auto;
        max-height: none;
        position: relative;
        z-index: 0;
    }
    .section_film_event_right .eod_select_tickets_container .eod_tier_step_footer.btn_mbl_fixed_purple_container,
    .mobile_checkout_container .eod_select_tickets_container .eod_tier_step_footer.btn_mbl_fixed_purple_container {
        z-index: 100000;
    }

    /*
     * Shipping address step mobile: fixed Continue must not live inside .steps overflow scroller (iOS/Android WebKit).
     */
    .section_film_event_right .shipping_address_step_mobile.shipping_step_root.steps,
    .mobile_checkout_container .shipping_address_step_mobile.shipping_step_root.steps {
        overflow: hidden !important;
        padding-bottom: 0 !important;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        height: calc(var(--vvh, 100dvh) - 110px);
        min-height: 0;
        box-sizing: border-box;
    }
    .section_film_event_right .shipping_address_step_mobile.shipping_step_root > .shipping_address_step_scroll,
    .mobile_checkout_container .shipping_address_step_mobile.shipping_step_root > .shipping_address_step_scroll {
        flex: 1 1 auto;
        min-height: 0;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        max-width: 100%;
        padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px));
        box-sizing: border-box;
        position: relative;
        z-index: 0;
    }
    .section_film_event_right .shipping_address_step_mobile.shipping_step_root .shipping_address_step_head,
    .mobile_checkout_container .shipping_address_step_mobile.shipping_step_root .shipping_address_step_head {
        flex-shrink: 0;
    }
    .section_film_event_right .shipping_address_step_mobile.shipping_step_root .shipping_step_footer.btn_mbl_fixed_purple_container,
    .mobile_checkout_container .shipping_address_step_mobile.shipping_step_root .shipping_step_footer.btn_mbl_fixed_purple_container {
        z-index: 100000;
        opacity: 1 !important;
        visibility: visible !important;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    .section_film_event_right .shipping_address_step_mobile.shipping_step_root .shipping-button-mobile.btn_mbl_fixed_purple,
    .mobile_checkout_container .shipping_address_step_mobile.shipping_step_root .shipping-button-mobile.btn_mbl_fixed_purple {
        float: none;
        opacity: 1 !important;
        visibility: visible !important;
        background-color: var(--main-color) !important;
        background: var(--main-color) !important;
        color: #F5F5F5 !important;
        -webkit-text-fill-color: #F5F5F5;
    }

    .single_event_header {
        /* color: #fff;
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 28px;
        font-size: 20px; */
        font-size: 24px;
        margin-top: 0px;
        margin-bottom: 0px;
        color: #000;
        line-height: 100%;
        font-weight: 700;
    }

    body {
        overflow-x: hidden;
    }

    .order_info_mobile {
        /* Let the main document scroll instead of an internal scroller.
           Ensure content at least fills the viewport minus header/cta. */
        min-height: calc(var(--vvh, 100dvh) - 0px);
        height: auto;
        overflow-x: hidden;
        overscroll-behavior: contain;
    }

    .order_info_mobile.order_result {
        min-height: calc(var(--vvh, 100dvh) - 10px);
        height: auto;
    }

    .refund_type {
        color: rgba(var(--main-color-rgb), var(--main-color-opacity));
    }

    .ticket_selector {
        float: inherit;
    }

    .select_tickets_mobile {
        display: table;
        background: var(--main-color);
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 1000;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .tier_quantity_select, .merch_quantity_select_mobile {
        display: flex;
    }

    .tier_quantity_control, .merch_quantity_control{
        font-weight: 500;
        font-size: 27.0367px;
        line-height: 28px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #FFFFFF;
        width: 21px;
        height: 21px;
        background: var(--main-light-color, #6E6EEF);
        border-radius: 2.81633px;
        cursor: pointer;
        justify-content: center;
        margin: 0 30px;
      }

      .tier_quantity_control.select_minus, .merch_quantity_control.select_minus{
        margin-left: 0;
      }
      .tier_quantity_count, .merch_quantity_count {
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        text-transform: capitalize;
        color: var(--main-color);
      }
      
      .tier_quantity_control.count_disabled, .merch_quantity_control.count_disabled {
        color: #CCCCCC;
        background: #EDEDED;
      }

    .topNav {
        position: absolute;
        z-index: 1101;
        top: 0;
        left: 0;
    }

    .section_film_event_right_box_inner {
        width: 100%;
    }

    .breadcrumbs_top {
        display: none
    }

    .section_film_event_right_box_inner {
        width: 100%;
    }

    #start_checkout_mobile {
        position: fixed;
        z-index: 1101;
        bottom: 262px;
        right: -54px;
        display: table;
        transform: rotate(270deg);
        padding: 11px 30px;
        font-size: 13px;
        font-weight: bold;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        background: #ffb226;
        border: 2px solid #ffb226;
        color: #111;
        user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #start_checkout_mobile:hover {
        cursor: pointer;
        text-decoration: none;
        background: #eaa21d;
        border: 2px solid #eaa21d;
    }

    .section_film_event_right_box_inner {
        width: 100%;
    }

    #start_checkout_mobile {
        position: fixed;
        z-index: 1101;
        bottom: 262px;
        right: -54px;
        display: table;
        transform: rotate(270deg);
        padding: 11px 30px;
        font-size: 13px;
        font-weight: bold;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        background: #ffb226;
        border: 2px solid #ffb226;
        color: #111;
        user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #start_checkout_mobile:hover {
        cursor: pointer;
        text-decoration: none;
        background: #eaa21d;
        border: 2px solid #eaa21d;
    }

    .section_film_event_left {
        float: none;
        width: 100%;
        margin-top: 0;
        padding: 17px;
    }

    .film_event_slider_container {
        width: 100%
    }

    .film_event_slider {
        max-width: 100vw
    }

    .film_event_title_type {
        margin-left: 1px!important
    }

    .event_buy_tickets {
        font-size: 16px;
        font-weight: 700;
        background-color: #ededed;
        color: #bdc3c7;
        margin-left: 25% !important;
        margin-top: 10%;
        float: inherit;
    }

    .film_event_slider .slick-prev:before {
        background-image: url(../../img/events/icn_arrow_left_white.svg);
        background-size: initial;
        background-color: transparent;
        left: 5px;
        right: initial
    }

    .film_event_slider .slick-next:before {
        background-image: url(../../img/events/icn_arrow_right_white.svg);
        background-size: initial;
        background-color: transparent;
        left: initial;
        right: 5px
    }

    .film_event_photo {
        padding: 0;
        height: 205px;
        border-radius: 0;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .text_white {
        margin-left: 21%;
        margin-top: 16%;
        white-space: nowrap
    }

    .section_film_event_right {
        float: none;
        position: fixed;
        width: 100%;
        max-width: 100%;
        z-index: 2000;
        box-sizing: border-box;
        height: 100%;
        top: calc(100vh);
        transition: .2s ease;
        left: 0;
        background: #FFF;
        border-radius: 8px 8px 0 0;
    }

    .film_event_helpful_column_left,.film_event_helpful_column_right {
        width: 100%;
        float: none;
        padding: 10px 0
    }

    .film_event_poster {
        display: none
    }

    .film_event_details {
        width: 100%;
        font-size: 15px;
        line-height: 22px
    }

    .film_event_details_title {
        width: 85px
    }

    .film_event_details_column {
        width: 100%;
        float: none;
        padding: 0
    }

    .film_event_featuring {
        width: 50%;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 19px
    }

    .film_event_faq {
        font-size: 15px;
        line-height: 20px
    }

    .film_event_helpful_column_left,.film_event_helpful_column_right {
        font-size: 15px;
        line-height: 22px
    }

    .film_event_sponsor {
        font-size: 15px;
        line-height: 28px
    }

    .film_event_tag {
        font-size: 15px;
        line-height: 26px
    }

    .single_mobile_exit {
        color: #000;
        right: 25px;
    }

    .film_event_slider_button {
        display: table;
    }

    .film_event_related_container {
        width: 90vw
    }

    .section_film_event_right_box {
        background: 0 0;
        border: 0;
        border-radius: 8px 8px 0 0;
        padding: 0;
        box-shadow: none;
    }

    .section_film_event_right_open {
        top: 0;
        border-radius: 0;
        height: 100%;
        min-height: var(--vvh, 100dvh);
        background: #fff;
    }

    .section_film_event_right_open .sectionInner {
        height: 100%;
    }

    .section_film_event_right_open .sectionInner .gathr_iframe {
        padding-left: 10px;
        width: 95%;
    }

    .section_film_event_right_open .film_event_right_title {
        display: none
    }

    .section_film_event_right_open .film_event_right_title_mobile {
        display: table
    }

    .film_event_right_row {
        width: 98%;
        background: #fff;
        border-radius: 10px;
        padding: 16px;
        margin-bottom: 8px;
        margin-left: 4px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
    }

    .film_event_right_row_left {
        width: 100%;
    }

    .w-100 {
        width: 100% !important;
    }

    .film_event_right_row_right {
        left: unset;
        bottom: unset;
        padding-top: 10px;
        width: 100%;
    }
    .film_event_right_row_right select {
        border-width: 1px;
        border-color: #c2c2c2;
        text-align: left;
    }

    .film_event_right_title {
        color: #fff;
        width: 90%;
        font-size: 16px;
        line-height: 19px;
        margin-left: 14px;
        padding: 13px
    }

    .film_event_right_title.eod {
        display: flex;
        justify-content: center;
    }

    .section_film_event_right .film_event_faq {
        color: #fff;
        bottom: 0;
        margin: 0;
        width: 100%;
        background: #2a2c2b;
        padding: 0px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    #help_box_upper {
        padding: 20px;
    }

    #help_box_lower {
        padding-left: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
        background: #fff;
        color: #2a2c2b;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .show_desktop {
        display: none;
    }

    .show_mobile {
        display: inline-block;
    }

    .film_event_buy_tickets {
        float: none;
        margin: auto;
        border: 1px solid #fff;
        padding: 16px 64px;
        margin-top: 22px;
        font-size: 16px;
        font-weight: 600
    }

    .section_film_event_right_box .film_event_faq {
        font-size: 14px
    }

    .section_film_event_right_open .film_event_right_title_mobile {
        display: table
    }

    .event_date_select_container {
        align-items: center;
    }

    .event_date_select_container_inner {
        height: 100%;
        width: 90%;
        overflow-y: auto;
    }

    .event_date_select {
        width: 98%;
        background: #fff;
        border-radius: 10px;
        padding: 25px;
        margin-bottom: 8px;
        margin-left: 4px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .event_date_select_container .event_select_hr, .event_date_select_container .spacer_10 {
        display: none;
    }

    .section_film_event_right_open .select_more_dates {
        background-color: rgb(42, 44, 43);
        color: rgb(255, 255, 255);
        position: fixed;
        bottom: 90px;
        padding: 15px 20px;
        height: auto;
    }

    .event_date_select_mobile_container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .checkout_child_event_tiers_mobile {
        padding-top: 40px;
    }

    .checkout_child_event_tiers_mobile .back_button_container {
        /* display: flex;
        top: 0;
        left: 0;
        margin-top: 25px;
        margin-left: 25px;
        align-items: center;
        gap: 12px; */
        margin-top: 0;
        margin-left: 0;
    }

    .select_tickets_step_mobile {
        display: flex;
        flex-direction: column;
    }

    .shipping_address_step_mobile, .survey_step_mobile {
        padding: 25px;
    }

    .shipping_inp_form_mobile {
        margin-top: 32px;
    }
     
    .shipping_button_container{
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .film_event_sponsor {
        width: 100%;
        max-width: 100%;
        float: none
    }

    .film_event_profile {
        width: 75px;
        height: 75px;
        float: right;
        margin: 0 0 0 20px
    }

    .film_event_profile_text {
        width: calc(100% - 100px)
    }

    .film_event_profile_text .button_new {
        padding: 5px 20px
    }

    .film_event_profile_bio {
        display: none
    }

    .section_film_event_details {
        display: block;
    }

    .section_film_event_details,.section_film_event_details .pageContainer_text {
        font-size: 15px;
        line-height: 24px;
        /* margin-left: 40px */
    }

    .film_event_faq_plus {
        margin-top: 5.5px
    }

    .help_box_href {
        color: rgba(var(--main-color-rgb), var(--main-color-opacity));
    }

    .film_event_title_h1 {
        font-size: 23px;
        line-height: 30px
    }

    .film_event_info span {
        font-size: 13px;
        line-height: 17px
    }

    .slick-dotted.slick-slider {
        margin-bottom: -5px!important
    }

    .film_event_title {
        margin: 0 0 28px
    }

    .section_film_event_details hr {
        margin: 28px 0
    }

    #contact_organizer {
        /* margin-left: 38px; */
        margin-top: 19px;
        margin-left: 0px;
    }

    .modal_container {
        position: absolute;
        margin-bottom: 5%;
        left: 50%;
        transform: translate(-50%,0%);
        z-index: 20;
        width: 90%;
        border-radius: 10px;
        background: #fff;
        text-align: center
    }

    .checkout-step-button {
        padding: 10px 40px;
    }

    .checkout_donation_step_mobile, .pif_contribute_step_mobile {
        display: flex;
        position: absolute;
        color: #000;
        width: 90%;
        margin-left: 17px;
        height: auto;
        flex-direction: column;
        justify-content: center;
        /* top: 7%; */
    }

    .pif_contribute_step_mobile .donation_list_inner {
        /* Scroll area sized to viewport height minus bottom CTA/footer so it feels full-screen. */
        max-height: calc(var(--vvh, 100dvh) - 120px);
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;          /* Firefox */
        -ms-overflow-style: none;       /* IE/Edge */
    }
    .pif_contribute_step_mobile .donation_list_inner::-webkit-scrollbar {
        display: none;                  /* WebKit */
    }

    .tier_container {
        overflow-y: auto;
        max-height: 56vh;
    }

    .back_button_container_mobile {
        position: absolute;
        left: 10px;
    }

    .donate-header-text_mobile {
        line-height: 25px;
        margin-top: 7%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 28px;
        font-size: 20px;
        font-weight: 700;
    }

    .checkout_payment_method_mobile .back_button_container_mobile {
        top: 25px;
    }
    /* Tighter gap between first charity title and list on mobile */
    .checkout_donation_step_mobile .donate-top-line-charity + .spacer_10 {
        height: 6px;
    }

    .donate-title-text_mobile {
        margin-top: 27px;
        width: 65%;
        margin-bottom: 6px;
        font-size: 18px;
        font-weight: 600;
        line-height: 19px
    }

    .donate-body_mobile {
        font-size: 13px;
        font-weight: 400;
        line-height: 17px
    }

    .donate-amt_mobile {
        text-align: center;
        border: none;
        width: 110px;
        font-family: inconsolata,sans-serif;
        font-weight: 400;
        text-align: right;
        padding-right: 20px;
    }

    .donate-amt_mobile:focus {
        outline: none
    }

    .donate-amt_mobile::-webkit-outer-spin-button,.donate-amt_mobile::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0
    }

    .currency-sign_mobile {
        border-right: 1px solid #bdc3c7;
        padding-right: 25px;
        padding-left: 10px;
        color: #2a2c2b
    }

    .amt-cont_mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 165px;
        height: 46px;
        border: 1px solid #bdc3c7;
        border-radius: 8px;
        margin-top: 18px;
        background-color: #fff
    }

    .donate-disclaimer_mobile {
        /*width: 201px;*/
        /* height: 17px; */
        font-size: 13px;
        font-weight: 400;
        margin: 15px 0px;
    }

    .donate_compare_link {
        color: gold;
    }

    .donate-button_mobile, .pif_contribute-continue-btn_mobile, .rental_access_method_continue_button_mobile {
        width: 200px;
        height: 46px;
        margin-top: 35px;
        /* margin-left: 63px; */
        border: none;
        border-radius: 4px;
        background-color: #2a2c2b;
        color: #fff;
        font-size: 16px;
        font-weight: 700
    }

    .donate-button_mobile:focus {
        outline: none
    }

    .product_merch_step_mobile {
        height: 100vh;
    }

    .product_merch_innor_mobile {
        margin-top: 30px;
        height: calc(100vh - 30px);
    }
    .product_header_title_mobile {
        text-align: center;
    }
    .product_list_container_mobile {
        margin: 15px 15px;
        overflow-y: auto;
        height: calc(100% - 250px);
    }
    .mobile_step_title {
        margin-bottom: 28px;
        font-size: 20px;    
        font-weight: 700;
        color: #000;
        line-height: 100%;
    }
    .checkout_child_event_tiers_mobile_title {
        text-align: center;
    }
    .eod_select_tickets_container_mobile_title {
        padding-top: 20px;
    }
    .merch_item_mobile {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
    .guest-acct-text_mobile {
        margin-bottom: 0;
    }
    .merch_mobile_top {
        display: flex;
        align-items: flex-start;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .img_product {
        max-height: 36vw;
        max-width: 29vw;
    }

    .img_product.line_item {
        max-height: 14vw;
        max-width: 11vw;
    }

    .row.merch_sum_title {
        border: none;
    }

    .survey_list_mobile_container {
        overflow-y: auto;
        max-height: calc(100vh - 250px);
    }
    .checkout_login_option_mobile {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        justify-items: center;
        color: #000;
        position: absolute;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        margin-top: 25px;
    }

    .guest-or-acct_mobile {
        font-size: 28px;
        font-weight: 400;
        white-space: nowrap;
        display: flex;
        align-items: center;
        /*margin-top: 20%;*/
        margin-bottom: 0px;
        gap: 30px;
    }

    .login-dead-button_mobile {
        font-family: montserrat,sans-serif;
        font-size: 16px;
        font-weight: 700;
        width: 200px;
        height: 46px;
        color: #fff;
        background-color: #2a2c2b;
        border: none;
        border-radius: 4px
    }

    .login-dead-button_mobile:focus {
        outline: none
    }

    .continue-as-guest_mobile {
        width: 170px;
        height: 18px;
        font-size: 15px;
        font-weight: 400;
        white-space: nowrap
    }

    .guest-inp-form_mobile {
        display: flex;
        flex-direction: column;
        width: 300px;
        /* height: 160px; */
        justify-content: flex-start;
        margin-bottom: 100px;
    }

    .guest_input_container_mobile {
        display: flex;
        align-items: center;
        border: 1px solid #bdc3c7;
        border-radius: 8px;
        margin: 5px;
        background-color: #fff
    }

    .input_icon_left_mobile {
        width: 40px;
        height: 20px;
        border-right: 1px solid #bdc3c7;
        margin-left: 11px
    }

    .input_icon_right_mobile {
        width: 25px;
        height: 25px
    }

    .icon_right_container_mobile {
        width: 30px;
        height: 30px;
        padding-right: 10px;
        padding-top: 5px;
        margin-left: 6px
    }

    .guest-inp_mobile {
        border: none;
        padding-left: 10px;
        display: block;
        width: 100%;
        padding: 8px 12px;
        margin-bottom: 0px;
        font-size: 14px;
        color: #333333;
        border: 1px solid #cccccc;
        padding-right: 16px;
        padding-left: 16px;
        border-style: solid;
        border-width: 1px;
        border-color: #c2c2c2;
        border-radius: 4px;
        height: 52px;
        border: none;
    }

    .guest-inp_mobile:focus {
        outline: none;
        border: none
    }

    .guest-login-btn_mobile {
        width: 200px;
        height: 46px;
        border: none;
        border-radius: 4px;
        background-color: #ededed;
        color: #bdc3c7;
        font-size: 16px;
        font-weight: 700
    }

    .guest-login-btn_mobile:focus {
        outline: none
    }

    .mobile_header_logo {
        height: 25px;
        padding: 12px 0 0
    }

    .mobile_summary {
        height: 100%
    }

    .summary-cont_mobile {
        width: 100%;
        /* height: 100vh; */
        background-color: #fff;
        border-radius: 0;
        /* Clear fixed .btn_mbl_fixed_purple_container (Place Order + safe area); 110px was too tight on Chrome mobile */
        padding-bottom: calc(148px + env(safe-area-inset-bottom, 0px));
    }

    /* VOD + Charity mobile: ensure Order total is visible above fixed Place Order button */
    .mobile_checkout_container .rental_summary_container {
        padding-bottom: 100px;
    }

    .summary-title_mobile {
        height: 17px;
        font-size: 14px;
        font-weight: 700;
        margin-top: 0;
        margin-left: 26px
    }

    .summary-event-gray-container {
        background: #EBEBEB;
        margin: 8px 5%;
        border-radius: 8px;
    }

    .summary-event-info_mobile {
        display: flex;
        /* width: 342px;
        margin-top: 10px;
        margin-left: 26px */
        padding: 25px 15px;
    }

    .summary-event-img_mobile {
        width: 124px;
        height: 83.8px;
        margin-top: 5px;
        flex-shrink: 0;
        overflow: hidden;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(42, 44, 43, 0.06);
    }

    .summary-event-img_mobile img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .summary-event-img_mobile--film-poster {
        width: 92px;
        height: 138px;
    }

    .summary-event-img_mobile--film-poster img {
        object-fit: contain;
    }

    /* Order summary strip (_checkout_mobile): same compact thumb as embedded step card */
    .summary-event-img_mobile--compact {
        width: calc(60px * 3 / 2);
        height: 60px;
        margin-top: 0;
        align-self: flex-start;
    }

    .summary-event-img_mobile--compact.summary-event-img_mobile--film-poster {
        width: calc(60px * 2 / 3);
        height: 60px;
    }

    .summary-event-img_mobile--compact img {
        object-fit: cover;
    }

    .summary-event-img_mobile--compact.summary-event-img_mobile--film-poster img {
        object-fit: contain;
    }

    /* Embedded checkout step card (_mobile_event_details_card): compact thumbs, 60px tall */
    .event_details_card_mobile .summary-event-img_mobile {
        width: calc(60px * 3 / 2);
        height: 60px;
        margin-top: 0;
        align-self: flex-start;
    }

    .event_details_card_mobile .summary-event-img_mobile--film-poster {
        width: calc(60px * 2 / 3);
        height: 60px;
    }

    .event_details_card_mobile .summary-event-img_mobile img {
        object-fit: cover;
    }

    .event_details_card_mobile .summary-event-img_mobile--film-poster img {
        object-fit: contain;
    }

    .summary-event-after-img_mobile {
        line-height: 15px;
    }

    .summary-event-type_mobile {
        /* width: 89px; */
        /* height: 15px; */
        color: var(--main-color);
        font-size: 12px;
        font-weight: 600;
        white-space: nowrap;
        margin-bottom: 0%;
        margin-left: 12px
    }

    .summary-event-title_mobile {
        /* width: 162px; */
        /* height: 34px; */
        font-size: 14px;
        color: #2a2c2b;
        margin-top: 4px;
        margin-bottom: 0%;
        margin-left: 12px
    }

    .summary-event-duration_mobile {
        /* width: 45px; */
        /* height: 14px; */
        opacity: 60%;
        font-size: 12px;
        font-weight: 400;
        margin-top: 4px;
        margin-left: 12px
    }

    .summary-event-date-cont_mobile {
        /* margin-left: 12px;
        width: 100%;
        height: 48px */
        padding: 25px 25px;
    }

    .summary-event-date_mobile {
        width: 34px;
        height: 17px;
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 2px;
        /* margin-left: 14px */
    }
    #date_hr_mobile_top {
        width: auto;
        margin: 0 15px;
    }

    #order_info_hr_mobile_top {
        border: none;
        width: 85%;
        margin-left: 18px
    }

    #date_hr_mobile_bottom {
        border: none;
        width: 85%;
        margin-left: 18px
    }

    .summary-event-date-spec_mobile {
        /* width: 85%; */
        height: 23px;
        font-size: 14px;
        font-weight: 300;
        margin-top: 0;
        /* margin-left: 14px */
    }

    .donation-table_mobile {
        margin-bottom: 0;
        margin-top: 0;
    }

    .donation_table_mobile_container {
        display: flex;
        /* width: 86%;
        margin-left: 26px; */
        margin: 0 10%;
        flex-direction: column;
    }

    hr {
        height: .5px;
        width: 342px;
        margin-left: 40px;
        background-color: #2a2c2b;
        opacity: 22%
    }

    .customer-totals_mobile, .order_info_success_mobile, .promo_code_row_mobile, .promo_code_success_mobile {
        display: flex;
        /* width: 88%; */
        /* height: 16%; */
        /* margin-left: 26px; */
        flex-direction: column;
        margin: 0 10%;
    }

    .summary-event-address-cont {
        display: flex;
        /* width: 85%;
        
        margin-left: 26px; */
        width: auto;
        margin: 0 10%;
        flex-direction: column;
        padding: 15px 0;
    }

    #tickets_bold_mobile {
        font-size: 12px;
        font-weight: 700
    }

    #mobile_donation_left {
        white-space: normal
    }

    #donations_bold_mobile, #merch_bold_mobile {
        font-size: 12px;
        font-weight: 700
    }

    .row_mobile {
        display: flex;
        width: 100%;
        margin-bottom: 10px;
        justify-content: space-between;
        /* border-bottom: 1px dashed gainsboro; */
    }

    .table-cell-left_mobile {
        /* display: table-cell; */
        font-size: 14px;
        font-weight: 300
    }

    .table-cell-middle_mobile {
        display: table-cell;
        width: 8%;
        text-align: right;
        font-size: 14px;
        font-weight: 300
    }

    .table-cell-right_mobile {
        display: table-cell;
        width: 25%;
        font-size: 14px;
        font-weight: 300
    }

    #total_cost_background_mobile {
        display: flex;
        /* width: 87%; */
        /* height: 50px; */
        /* padding: 0 13px; */
        /* margin-left: 16px; */
        background-color: #ebebeb;
        align-items: center;
        margin: 10px 5%;
    }

    #total_cost_table_mobile {
        display: flex;
        width: 100%;
        align-items: center;
        padding: 15px 5%;
        flex-direction: column;
        /* margin-left: 3px; */
        /* margin-top: 8px; */
    }

    
    #total_cost_table_mobile .row_mobile {
        margin-bottom: 0px;
    }
    .hr.row_mobile {
        margin: 10px 0;
    }
    .total_cost_table_mobile {
        display: flex;
        width: 100%;
        margin-left: 3px;
        margin-top: 8px
    }
    .total_mobile_row {
        justify-content: space-between;
    }

    .total_bold {
        font-weight: bold;
    }

    .table-cell-left_mobile {
        text-align: left;
        width: 65%;
    }

    .table-cell-right_mobile {
        text-align: right
    }

    #total_left_mobile {
        padding: 25px
    }

    .checkout_payment_method_mobile {
        display: grid;
        width: 100%;
        /* height: 500px; */
        background-color: #fff;
        /* padding: 0 18px; */
        margin: 0 0;
        position: relative;
        /* Reserve space for fixed Place Order bar (same inset as order summary below) */
        padding-bottom: calc(148px + env(safe-area-inset-bottom, 0px));
    }

    .min_card_input {
        max-width: unset;
        margin-bottom: 4px;
    }
    .min_card_input_box {
        flex-direction: column;
    }
    .gathr_logo_container {
        background-color: #fff;
        border-bottom: 1px solid #dcdcdc;
        padding: 1%
    }

    .confirm_pay_mobile {
        font-size: 20px;
        font-weight: 700;
        margin-top: 25px
    }

    .payment_header_mobile {
        font-size: 12px;
        font-weight: 700
    }

    .payment_add_panel_mobile {
        padding: 0 20px;
    }

    .info_label_text.mobile_tooltip {
        left: -183px;
    }

    .info_label_text.mobile_tooltip::before {
        position: absolute;
        top: 25px;
        left: 173px;
        display: inline-block;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-right: 7px solid #262633;
        content: '';
        transform: rotate(180deg);
    }

    .credit_debit_container_mobile {
        display: grid;
        width: 100%;
        border: 1px solid #bdc3c7;
        border-radius: 8px;
        padding: 5px
    }

    .radio_labels_mobile {
        display: flex;
        font-size: 14px;
        font-weight: 500;
        align-items: center
    }

    .radio_labels_mobile input {
        margin-right: 10px!important
    }

    #credit_option_mobile {
        width: 22px;
        margin-right: 3px
    }

    .credit_input_container_mobile {
        display: flex;
        background-color: #fff;
        align-items: center;
        border: 1px solid #bdc3c7;
        border-radius: 8px;
        width: 85%;
        height: 46px;
        margin-left: 24px
    }

    #card_input_mobile {
        border: none
    }

    #card_input_mobile:focus {
        outline: none;
        border: none
    }

    .paypal_container_mobile {
        width: 86%;
        display: grid;
        border: 1px solid #bdc3c7;
        border-radius: 8px;
        padding: 5px;
        margin-top: 5px
    }

    #paypal_option_mobile {
        width: 18px;
        margin-right: 3px
    }

    .paypal_subtext_mobile {
        padding: 10px 0;
        font-size: 14px;
        line-height: 17px;
        font-weight: 400;
        width: 73%;
        margin-left: 22px
    }

    .paypal_button_mobile {
        width: 200px;
        height: 46px;
        border: none;
        border-radius: 4px;
        background-color: gold;
        color: #2a2c2b;
        font-size: 16px;
        font-weight: 700;
        margin-top: 15px;
        margin-left: 22px
    }

    .toggler_mobile {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 34px;
        padding-top: 2px
    }

    .terms_toggler_mobile {
        opacity: 0;
        width: 0!important;
        height: 0!important
    }

    .slider_round_mobile {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 34px;
        border: 1px solid #000
    }

    .slider_round_mobile::before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: #2a2c2b;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%
    }

    .terms_toggler_mobile:checked+.slider_round_mobile {
        background-color: #2a2c2b
    }

    .terms_toggler_mobile:focus+.slider_round_mobile {
        box-shadow: 0 0 1px #2196f3
    }

    .terms_toggler_mobile:checked+.slider_round_mobile::before {
        background-color: #fff;
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px)
    }

    .terms_conditions_container_mobile {
        display: flex;
        justify-content: center;
        padding: 0 24px;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .terms_conditions_container_mobile .toggler_mobile {
        display: inline-block !important;
        width: 60px !important;
        height: 34px !important;
        min-width: 60px;
        min-height: 34px;
        flex-shrink: 0;
        table-layout: auto;
    }

    .terms_conditions_container_mobile .terms_toggler_mobile {
        position: absolute;
        margin: 0;
        float: none;
        z-index: 1;
    }

    .terms_conditions_container_mobile .slider_round_mobile {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }

    .payment_button_container, .rental_access_method_continue_button_container {
        width: 100%;
    }
    .payment_hr_mobile {
        width: 80%;
    }

    .terms_text_mobile {
       /*  width: 65%; */
        margin-left: 35px;
        line-height: 17px
    }

    .confirm_payment_button_mobile {
        width: 200px;
        height: 46px;
        border: none;
        border-radius: 4px;
        background-color: #ededed;
        color: #bdc3c7;
        font-size: 16px;
        font-weight: 700;
        /* margin-left: 54px; */
    }

    #card_input_mobile {
        border: none
    }

    .order_info_container_mobile {
        /* height: 850px; */
        width: 100%;
        background-color: #fff;
        padding-top: 2%;
        display: flex;
        flex-direction: column;
        padding-bottom: 30px;
    }

    .access_event_container {
        align-items: center;
        justify-content: center;
    }

    .order_info_message {
    }

    .order_message_mobile {
        width: 259px;
        font-size: 22px;
        font-weight: 400;
        line-height: 26px;
        margin-left: 19px;
        margin-top: 3%
    }

    .receipt_container_mobile {
        display: flex;
        width: 92%;
        height: 70%;
        background-color: #ededed;
        margin-top: 33px;
        margin-left: 13px;
        align-items: center;
        justify-content: center
    }

    .receipt_mobile {
        font-size: 17px;
        font-weight: 500
    }

    .order_info_navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #dcdcdc;
        padding: 2%
    }

    .menu_icon_mobile {
        background-color: #dcdcdc;
        width: 25px;
        height: 25px
    }

    .order_info_container {
        width: 100%;
        height: 663px;
        /*  margin-left: 0%; */
        margin-top: 0;
        background-color: #fff;
        margin-top: -1px;
        padding-top: 3px
    }

    .order_message {
        width: 386px;
        font-size: 28px;
        font-weight: 400;
        line-height: 35px;
        margin-bottom: 20px;
        margin-left: 19px;
    }

    .receipt_container {
        display: flex;
        /* width: 636px; */
        width: 97%;
        height: 73%;
        /* background-color: #ededed; */
        align-items: flex-start;
        justify-content: center;
        border-radius: 0;
    }

    .receipt_outline {
        width: 86%;
        height: 90%;
        border: 3px solid #dcdcdc;
        border-radius: 8px;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        padding: 10px;
        /* margin: 15px; */
        /* margin-top: 40px;
        margin-left: 16px; */
        justify-content: space-around;
    }

    .receipt_row_1 {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
        border-bottom: 1px dashed #dcdcdc
    }

    .receipt_row_2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
        border-bottom: 1px dashed #dcdcdc;
        padding-bottom: 7px;
        font-size: 12px
    }

    .receipt_row_3 {
        display: flex;
        margin-bottom: 10px;
        font-weight: 500;
        font-size: 18px
    }

    .receipt_row_4 {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
        border-bottom: 1px dashed #dcdcdc;
        font-size: 14px
    }

    .receipt_row_5 {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
        border-bottom: 1px dashed #dcdcdc;
        font-size: 14px
    }

    .receipt_row_6 {
        display: flex;
        justify-content: space-between;
        font-size: 18px;
        margin-top: 16px;
        margin-bottom: 15px
    }

    .receipt_header_left {
        font-size: 18px;
        font-weight: 500
    }

    .receipt_header_right {
        width: 150px;
        font-size: 12px
    }

    .confirm_number {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .confirm_date {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .access_event_button, .access_rental_button {
        padding: 10px 15px;
        font-size: 14px;
    }

    /* ---- Events On Demand (Right-side) Styling ---- */
    .eod_right_inner {
        display: flex;
        flex-direction: column;
    }

    #eod_buy_tix.soldout_disabled {
        background: #00000033;
        color: white;
    }

    #eod_buy_tix.disabled {
        background: #00000033;
        color: white;
    }

    .film_event_right_title_mobile.eod {
        display: flex;
        align-items: center;
        margin-bottom: 15%;
        color: #fff;
        justify-content: flex-end;
    }

    .film_event_slider_button.eod {
        position: relative;
        top: 1%;
    }

    .text_white.eod {
        margin-left: 8%;
        margin-top: 1%;
        font-size: 21px;
    }

    .eod_text_large {
        color: #000;
    }

    .eod_text_reg {
        color: #000;
    }

    .opaque {
        opacity: 100%;
    }

    .eod_text_center {
    }

    .progress_bar {
    }

    .progress_bar_inner {
        background: gold;
    }

    .eod_info_gray {
        background: 0 0;
        padding: 0 20px;
        justify-content: flex-start;
    }

    .eod_info_gray p {
    }

    .summary_disclaimer {
    }

    .summary_disclaimer img {
    }

    .summary_disclaimer p {
    }

    .rm_padding {
        box-shadow: none;
    }

    .eod_select_tickets_container {
        width: 100%;
    }

    #eod_tier_back_arrow {
        display: flex;
        width: 95%;
        justify-content: flex-start;
    /*     margin-left: 5%;
        margin-top: 4%; */
    }

    .event_details_description iframe{
        width: auto;
        height: auto;
    }
    

    .eod_select_tickets {
        width: 95%;
    }

    .eod_select_tickets_step {
    }

    .event_venue_row {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .e_venue_info {
        width: 100%;
    }
    .btn_mbl_fixed_purple {
        color: #F5F5F5;
        background: var(--main-color);
        border-radius: 4px;
        width: -moz-available;
        /* WebKit-based browsers will ignore this. */
        width: -webkit-fill-available;
        /* Mozilla-based browsers will ignore this. */
        width: fill-available;
        font-size: 16px;
        padding: 18px;
        height: fit-content;
        margin: 0 24px !important;

    }

    .mobile_checkout_container .btn_mbl_fixed_purple {
        border: none;
    }
    .btn_mbl_fixed_purple:hover {
        color: #F5F5F5;
        background: var(--main-color);
        border-radius: 4px;
        width: -moz-available;
        /* WebKit-based browsers will ignore this. */
        width: -webkit-fill-available;
        /* Mozilla-based browsers will ignore this. */
        width: fill-available;
        font-size: 16px;
        padding: 18px;
        height: fit-content;
        margin: 0 24px !important;

    }
    .btn_mbl_fixed_purple_container {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        padding: 15px 0 max(11px, env(safe-area-inset-bottom, 0px)) 0;
        background: #F5F5F5;
        border-radius: 7.78667px 7.78667px 0px 0px;
        z-index: 99999;
        opacity: 1;
    }

    .mobile_none {
        display: none;
    }
    .event_intro_innor.before_event {
        padding: 0 0px;
    }
    .event_intro_header {
        padding: 10px 0;
    }
    .after_event .event_intro_header {
        position: absolute;
        top: 0;
        right: 10px;
        z-index: 10;
    }
    .event_intro_menu {
        gap: 10px;
        margin-right: 10px;
    }
    .intro_menu_item,.countdown_des {
        font-size: 14px;
    }
    .event_intro_countdown {
        flex-direction: column;
        gap: 30px;
        padding: 20px;
    }
    .countdown_item {
        width: 80px;
        height: 75px;
    }
    .intro_date_div {
        gap: 5px;
    }
    .intro_countdown_div {
        justify-content: center;
    }
    .intro_date,.countdown_title {
        font-size: 30px;
    }
    .conference_section_title {
        font-size: 27px;
    }
    .f_profile_img_div {
        width: 105px;
    }
    .f_profile_img{
        width: 100px;
        height: 100px;
    }
    .f_profile_ring {
        width: 55px;
        height: 55px;
        top: -5px;
        right: -5px;
    }
    .f_profile_name,.f_profile_des {
        font-size: 15px;
        line-height: unset;
    }
    .arrow_item {
        padding: 5px;
    }
    .agenda_dates_container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
    }
    .agenda_date_item {
        width: 200px;
    }
    .agenda_booking_item {
        flex-direction: column;
        gap: 20px;
    }
    .a_tab_right {
        width: 100%;
    }
    .a_booking_p_div {
        flex-direction: column;
        gap: 10px;
    }
    .a_tab_date, .a_booking_title,.a_booking_time{
        font-size: 20px;
    }
    .a_booking_des {
        padding: 15px 0;
    }
    .tr_desktop {
        display: none;
    }
    .tr_mobile {
        display: table-row;
    }
    .td_sponsor {
        padding: 20px 15px;
    }
    .sponsor_row{
        margin: 0 0;
    }
    .intro_title_board {
        top: 32%;
        left: 10%;
    }
    .intro_category {
        font-size: 17px;
    }
    .intro_category img {
        width: 30px;
        height: 20px;
    }
}
@media only screen and (max-width: 600px) {
    .a_booking_profile {
        width: 100%;
    }
    .btn_mbl_fixed_purple {
        color: #F5F5F5;
        background: var(--main-color);
        border-radius: 4px;
        width: -moz-available;
        /* WebKit-based browsers will ignore this. */
        width: -webkit-fill-available;
        /* Mozilla-based browsers will ignore this. */
        width: fill-available;
        font-size: 16px;
        padding: 18px;
        height: fit-content;
        margin: 0 24px !important;

    }
    .btn_mbl_fixed_purple:hover {
        color: #F5F5F5;
        background: var(--main-color);
        border-radius: 4px;
        width: -moz-available;
        /* WebKit-based browsers will ignore this. */
        width: -webkit-fill-available;
        /* Mozilla-based browsers will ignore this. */
        width: fill-available;
        font-size: 16px;
        padding: 18px;
        height: fit-content;
        margin: 0 24px !important;

    }
    .btn_mbl_fixed_purple_container {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        padding: 15px 0 max(11px, env(safe-area-inset-bottom, 0px)) 0;
        background: #F5F5F5;
        border-radius: 7.78667px 7.78667px 0px 0px;
        z-index: 99999;
    }

    /* Do not use height:100vh alone — it breaks scroll vs fixed CTA on Chrome mobile; keep header offset + dynamic viewport */
    .order_info_mobile {
        height: calc(100vh - 83px);
        height: calc(100dvh - 83px);
        max-height: calc(100dvh - 83px);
        overflow: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
    }

    
    .chrome_reminder_div {
        width: 86%;
    }
}
@media only screen and (max-height: 1800px) and (orientation: landscape) {
    .tier_container {
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width: 1024px) { 
    /* Safari only override */
    .donate-body-container .rental_summary_container{
        padding-bottom: 20px;
        padding-top: 20px;
    } 
    .rental_donation_disclaimer {
        padding-bottom: 160px;
    }
    .summary-cont_mobile,
    .checkout_payment_method_mobile {
        padding-bottom: calc(160px + env(safe-area-inset-bottom, 0px));
    }
}

@keyframes tabfadeIn {
    0% {
        transform: scale(0);
        opacity: 0.0;       
    }  
    100% {
        transform: scale(1);
        opacity: 1; 
    }       
}

@-webkit-keyframes tabfadeIn {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;       
    }  
    100% {
        -webkit-transform: scale(1);
        opacity: 1; 
    }       
}