table.table-mnattendees tr td,
table.table-mnattendees .box-mnattendees td.barAbschlussTr,
.event_variations tr td{
    width: 100%!important;
    position: relative;
    display: flex;
}

#form-mnattendees .box-mnattendees,
#form-mnattendees .box-mngroup {
    margin: 0;
    padding: 0.3rem 0 0.3rem 0;
    border-top: unset;
    flex-wrap: wrap;
    display: flex;
}
tr.box-mngroup.group_id_0.fields_init:has(.attendee_group_empty) {
    padding: 0!important;
}
td.attendee_group_empty {
    padding: 0!important;
}
.box-mnattendees input[type=text]:focus, 
.box-mnattendees input[type=email]:focus,
.event_variations input[type=password]:focus, 
.box-mnattendees select:focus,
.input_form_style:focus,
.woocommerce input[type="email"]:focus {
    border: 2px solid #f99500!important;
    outline: none;
}

.box-mnattendees input[type=text], 
.box-mnattendees input[type=email], 
.event_variations input[type=password], 
.box-mnattendees select,
.input_form_style,
.woocommerce input[type="email"]
 {
    display: flex;
    justify-content: space-between;
    border: 2px solid #c7c7c7;
    border-radius: 12px;
    padding: 1.3rem 1rem 0 0.9rem;
    cursor: pointer;
    height: 4.1rem;
    font-size: 0.9rem;
    line-height: 1;
    color: #787878;
    width: 100%;
    background: transparent;
}
.box-mnattendees select {
    padding: 1.3rem 1rem 0 0.7rem;
}
.event_fields_placeholder {
    position: absolute;
    top: 1.2rem;
    left: 1rem;
    color: #000;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.3rem;
}

.box-mnattendees input[type=text],
.box-mnattendees input[type=email] {
	width: 100%;
	margin: 0;
}
.mnattendees-show input{
	margin-right: 3px;
}
.table-mnattendees tr.box-mnattendees:first-child td.bb_delete_btn_attendees {
    display: none;
}
.delete_icon:before {
    content: "Remove";
    font-family: 'Inter';
    font-size: 0.9rem;
    cursor: pointer;
    color: #000000;
    font-weight: 300;
    padding: 0 0.5rem;
}

input.delete-checked {
    opacity: 0;
    position: absolute;
    top: 1rem;
    cursor: pointer;
}

label.bb_attendee_delete {
    width: fit-content!important;
    min-width: unset!important;
    z-index: 1;
    position: absolute;
    right: 0.8rem;
    top: 1.55rem;
}
#form-mnattendees .btn-delete{
	width: 16px;
	height: 16px;
	background-image: url('../images/remove.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	padding: 0 !important;
	cursor: pointer;
	display: block;
}

#mnattendees label{
	min-width: 55px;
	width: 30%;
	display: inline-block;
}
#ticketmoreattendees{
	color: #000;
    cursor: pointer;
    transition: all 0.3s;
    border: none;
    background: none !important;
    text-transform: capitalize;
    float: left;
    display: flex;
    line-height: 1;
    align-items: center;
    font-family: 'Inter';
    font-weight: 400;
    padding: 0!important;
}
#ticketmoreattendees:hover{
	transition: all 0.3s;
	background-color: #EBE9EB;
}
#ticketmoreattendees div.plus{
	font-size: 1rem;
    border-radius: 100%;
    border: 1px solid #000;
    width: 1rem;
    height: 1rem;
    padding: 0rem 0.3rem;
    position: relative;
    margin-right: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ticket_limit{
    text-transform: none;
    font-size: 0.9rem;
    color: #9a9a9a;
    cursor: pointer;
    transition: all 0.3s;
    border: none;
    background: none !important;
    float: left;
    display: flex;
    line-height: 1;
    align-items: center;
    font-family: 'Inter';
    font-weight: 400;
}
.attendees-info span.plus{
    display: none;
}
/* .attendees-info span.plus{
	font-size: 1rem;
    border-radius: 100%;
    border: 1px solid #fff;
    width: 1rem;
    height: 1rem;
    padding: 0rem 0.3rem;
    position: relative;
    margin-right: 0.3rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
} */
#form-mnattendees p{
	margin-bottom: 10px;
}
tr.get_ticket_tr {
    display: none;
}
td.counter {
    display: none;
}
.attendees-info {
    overflow: hidden;
    border-radius: 6px;
    color: #000;
    border: none;
    width: 20rem;
    margin: 0 auto;
}
.attendees-info table {
    width: 100%;
}
td.info {
    display: block;
    justify-content: space-between;
    border: 2px solid #c7c7c7;
    border-radius: 12px;
    padding: 0.7rem 1rem!important;
    cursor: pointer;
    height: 4.1rem;
    font-size: 0.9rem;
    line-height: 1;
    color: #787878;
    width: 100%;
    background: transparent;
    margin: 0.3rem 0;
}
.attendee_name_summary {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.3rem;
    color: #000;
}
.attendee_mail_summary {
    font-size: 0.9rem;
    line-height: 1;
    color: #787878;
}

.ticket_summary {
    text-decoration: underline;
    font-weight: 300;
    font-size: 1.2rem;
}
.event-details > h3,
.attendees-info > h3{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.event-details table,
.attendees-info table{
	margin: 0;
}
.event-details table tbody tr td,
.event-details table tbody tr:nth-child(2n) td,
.attendees-info table tbody tr td,
.attendees-info table tbody tr:nth-child(2n) td{
	background: none;
	padding: 5px 15px;
}
.event-details table tbody tr td:first-child,
.attendees-info table tbody tr td:first-child{
	width: 105px;
}
.attendees-info table{
	counter-reset: section;
}
.attendees-info table tr.attendee > td.counter:before{
	counter-increment: section;
	content: "(0" counter(section) ")";
}
.event-details #toggle-map{
	display: inline-block;
	margin-left: 6px;
	font-size: 12px;
	text-decoration: underline;
	font-style: italic;
}
a.edit_form_data:hover {
    color: #fff!important;
}
a.edit_form_data {
    float: left!important;
    margin-top: 1.5rem!important;
}
body.mnattendees-popup-opened{
	overflow: hidden;
}
.mnattendees-popup{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	display: flex;
    align-items: center;
    justify-content: center;
}
.mnattendees-popup-gray{
	display: none;
}
.mnattendees-popup-container{
    max-width: 22rem;
}


.mnattendees-popup-content #mnattendees{
    max-height: 30.9rem;
    overflow-y: scroll;
    overflow-x: hidden;
}
.mnattendees-popup-content #mnattendees::-webkit-scrollbar {
    width: 4.9px;
    height: 20px;
}
.mnattendees-popup-content #mnattendees::-webkit-scrollbar-thumb {
    background: #d5d5d5;
    border-radius: 0px;
}


.bb_mnattendess_popup_header {
    width: 20rem;
}
.mnattendees-popup-title{
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin-bottom: 18px;
}
.event_about_the_event_title_container {
    margin-bottom: 2rem;
}

.mnattendees-popup .mnattendees > label,
.mnattendees-popup #mnattendees > label{
	display: block;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 10px;
}

table.table-mnattendees{
	margin: 0;
    border-spacing: 0;
}
.box-mteamName.teamName{
    display: flex;
    flex-wrap: wrap;
}
table.table-mnattendees tr td,
.event_variations tr td{
	padding: 0.3rem 0;
}
.mnattendees-popup-bottom {
    width: 20rem;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0.3rem auto;
}
p.noti-error {
    color: #ffbc00!important;
    text-align: left!important;
    margin: 0 auto;
    margin-top: 0.6rem;
    width: 100%;
}
#mnattendees label.error,
.ticket_step label.error {
    width: 100%;
    text-align: center;
    color: #ffbc00!important;
    font-weight: 300;
    margin-top: 0.4rem;
    margin-bottom: 0rem;
}
#mnattendees label.success,
.ticket_step label.success {
    width: 100%;
    text-align: center;
    color: #00bb3e!important;
    font-weight: 300;
    margin-top: 0.4rem;
    margin-bottom: 0rem;
}
.mnattendees-popup-done, 
.ticket_step_next, 
.mnattendees-popup-variation-done,
.next_step_is_summary,
.event_waitinglist_submit{
	padding: 6px 12px;
	border-radius: 4px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background: var(--callToAction)!important;
    border: none;
    color: #fff;
    text-transform: none;
    font-weight: 400;
    width: 8rem;
    text-align: center;
    font-size: 1.2rem;
    float: right;
    margin-top: 1rem;
}
.event_waitinglist_submit {
    width: 100%;
    height: 3.6rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.6rem;
}
.ticket_step_previous, .edit_form_data {
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #7e7e7e;
    border: none;
    color: #fff;
    text-transform: none;
    font-weight: 400;
    width: 8rem;
    text-align: center;
    font-size: 1.2rem;
    float: right;
    margin-top: 1rem;
}
.ticket_use_password_button {
    margin-top: 1rem;
    text-align: center;
    width: 100%;
    cursor: pointer;
    background: none !important;
    color: #000;
    font-size: 1rem;
    padding: 0 !important;
    border: unset;
}
.mnattendees-popup-done:hover{
	background-color: #EBE9EB;
}

.box-mnattendees td:nth-child(3) {
	text-align: center;
}
.ticket_extra_fields {
    width: 20rem;
    margin: 0 auto;
}

/* BB */
.table-mnattendees-container, .popup_ticket_variation_select_container {
    margin: 0 auto;;
}
.ticket_variation_container {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.ticket_variation_title {
    font-family: Inter;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 1.5rem;
    color: #404040;
}
.ticket_variation_total {
    font-family: Inter;
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
    margin-top: -1.5rem;
}
.bb_mnattendess_popup_header {
    margin-bottom: 1.3rem;
}
.ticket_variation_container label {
    width: 100%;
    margin-bottom: 0;
}
.ticket_variation_container label:nth-child(2) {
    margin-bottom: 1.1rem;
}
.ticket_variation_container input[type="radio"] {
    display: none!important;
}
.event_select_box_container {
    width: 100%;
    height: 100%;
    position: relative;
}
.selection_disabled {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 1;
    display: flex;
    align-items: center;
    background: #dfdfdf;
    opacity: 0;
    border: 2px solid #c7c7c7;
    border-radius: 12px;
    z-index: 2;
}
.event_select_box_container.step_selection_disabled {
    cursor: help;
}
.ticket_variation_container .event_select_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #c7c7c7;
    border-radius: 12px;
    padding: 1.2rem 1rem;
    cursor: pointer;
    position: relative;
}
.ticket_variation_container input[type="radio"]:checked + .event_select_box_container .event_select_box {
    border: 2px solid #f99500;
}
.variation_name {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.3rem;
    color: #404040;
}
.event_select_price {
    position: absolute;
    bottom: 0.6rem;
    right: 1rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    line-height: 1;
    gap: 0.2rem;
}
.variation_description {
    margin-bottom: 0.5rem;
}
.variation_description .item {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}
.variation_description .item .image_wrapper {
    width: 3.5rem;
    height: 3.5rem;
}
img.variation_description_image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 0.6rem;
}
.variation_description .item .text_wrapper {
    flex: 1;
    font-size: 0.9rem;
    line-height: 1;
    color: #787878;
}
.variation_price_title{
    font-size: 0.9rem;
    text-align: right;
    line-height: 1;
    color: #787878; 
}
.variation_price {
    font-size: 0.9rem;
    text-align: right;
    line-height: 1;
    color: #787878;
}
.attendee_user_select 
 .attendee_name {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    width: 100%;
}
/* Form Switch */
.ticket_variation_container table,
.attendees-info table {
    max-height: 30.9rem;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
}
.ticket_variation_container table::-webkit-scrollbar,
.attendees-info table::-webkit-scrollbar {
    width: 4.9px;
    height: 20px;
}
.ticket_variation_container table::-webkit-scrollbar-thumb,
.attendees-info table::-webkit-scrollbar-thumb {
    background: #d5d5d5;
    border-radius: 0px;
}
.attendee_user_select  table {
    width: 100%;
}
.attendee_user_select  td.info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
label.form-switch {
    width: fit-content;
    margin: 0;
    display: inline-block;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    margin: 0!important;
}
.form-switch input {
    display: none;
}
.form-switch i {
    position: relative;
    display: inline-block;
    margin-right: 0.5rem;
    width: 46px;
    height: 26px;
    background-color: #e6e6e6;
    border-radius: 23px;
    vertical-align: text-bottom;
    transition: all 0.3s linear;
    transform: scale(1.1);
}
.form-switch input:checked + i {
    background-color: #f99500;
}
.form-switch i::before {
    content: "";
    position: absolute;
    left: 0;
    width: 42px;
    height: 22px;
    background-color: #6F6F76;
    border-radius: 11px;
    transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
    transition: all 0.25s linear;
}
.form-switch input:checked + i::before {
    transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}
.form-switch input:checked + i::after {
    transform: translate3d(22px, 2px, 0);
}
.form-switch i::after {
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
    background-color: #fff;
    border-radius: 11px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
    transform: translate3d(2px, 2px, 0);
    transition: all 0.2s ease-in-out;
}
/* Help */
.help_label{
    margin-top: 1.5rem;
}
.ticket_variation_container .event_select_help_box {
    display: flex;
    justify-content: space-between;
    border-radius: 12px;
    padding: 1.2rem 1rem;
    cursor: pointer;
    background: #dfdfdf;
}
.help_content {
    line-height: 1.2;
    width: 100%;
    font-family: 'Inter';
    font-weight: 400;
    letter-spacing: -0.2px;
}
.help_title {
    font-weight: 600;
    margin-bottom: 0.2rem;
    font-family: 'Inter';
    letter-spacing: -0.1px;
}
.help_icon:before {
    content: "";
    font-family: SF Pro Icons;
    color: inherit;
    display: inline-block;
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1;
    position: relative;
    z-index: 1;
    text-decoration: none;
    padding-right: 0;
    font-size: 1.2rem;
}
.prd_add_to_cart_button.cart_event.ticket {
    cursor: pointer;
}
.single-product .event_meta_cart .event_ticket_buy_btn_container .single_add_to_cart_button {
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: var(--callToAction)!important;
    border: none;
    color: #fff;
    text-transform: none;
    font-weight: 400;
    text-align: center;
    font-size: 1.2rem;
    float: right;
    margin-top: 1.5rem;
    height: 2.7rem;
    outline: none;
    display: flex;
    align-items: center;
}

div#send-mail-to-ticket {
    display: none!important;
}
.variations_form .ticket_step{
    display: none;
}
.variations_form .active_step{
    display: flex;
    flex-direction: column;
}
.summary_button_container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/* ################### */
/* Event PopUp Desktop */
/* ################### */
.event_popup_container::-webkit-scrollbar{
    width: 8px;
    height: 20px;
}

/* The grabbable scrollbar button  */
.event_popup_container::-webkit-scrollbar-thumb{
    background: #fff;
    border-radius: 0px;
    box-shadow: inset 2px 2px 2px hsla(0,0%,100%,.25), inset -2px -2px 2px rgba(0,0,0,.25);
}
.event_popup_container {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 100000;
    position: fixed;
    overflow: auto;
    display: flex;
    box-sizing: border-box;
    align-items: flex-start;
    transition-property: opacity;
    transition-timing-function: ease-in-out;
    transition-duration: .1s;
    opacity: 0;
    display: none;
}
.event_popup_backdrop {
    background: #00000094;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    transition-property: opacity;
    transition-timing-function: ease-in-out;
    transition-duration: .1s;
    opacity: 0;
    display: none;
}
.event_popup_wrapper {
    min-width: 48rem;
    max-width: 816px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.event_popup_pos {
    background: #fff;
    border-radius: 1rem;
    position: relative;
}
.event_popup_content {
    padding: 4.5rem 0 0 0;
}
.popup_title {
    font-family: 'Inter';
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.05;
    color: #000;
    margin-bottom: 0.7rem;
    padding: 0 4.5rem 0 4.5rem;
}
.popup_text {
    color: #323232e0;
    font-family: 'Inter';
    font-size: 1.1rem;
    line-height: 1.5;
    padding: 0 4.5rem 0 4.5rem;
}
.popup_titleSmall {
    font-family: 'Inter';
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.05;
    color: #000;
    margin-bottom: 0.7rem;
    padding: 0 4.5rem 0 4.5rem;
}
.video_img_container{
    padding: 0 4.5rem 0 4.5rem;
}
img.event_popup_img {
    margin-bottom: 1rem;
    border-radius: 11px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.event_popup_footer {
    position: relative;
    width: 100%;
    background: #f1f1f1;
    border-radius: 0 0 1rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 3rem;
}
.popup_footer_wrapper {
    padding: 0.7rem 0;
}
img.event_popup_footer_img {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background: #75dfff;
    object-fit: cover;
    object-position: bottom;
    margin-bottom: 0.6rem;
}
.popup_footer_text {
    line-height: 1;
    font-size: 0.9rem;
    font-family: 'Inter';
    font-weight: 400;
    margin-bottom: 0.2rem;
}
.popup_footer_text p {
    margin: 0;
}
.event_popup_close {
    position: absolute;
    top: 1.5rem;
    /* left: 1.5rem; */
    right: 1.5rem;
    background: #e8e8ed;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.event_popup_close:before {
    font-family: 'BB Icons';
    content: "\e928";
    font-size: 1.5rem;
}
dl.variation dt, dl.variation dd {
    margin-bottom: 0!important;
}

/* Mini cart */
.side_cart_main_content .variation dd {
    margin: 0;
    line-height: 1;
}
.side_cart_main_content .variation dd p {
    margin: 0;
}
a.bb_minicart_item_shdesc {
    margin-top: 0.3rem;
}
.ticket_field.uid {
    display: none;
}

/* Checkout */
.checkout_cart_summary dl.variation {
    padding: 0!important;
    margin-top: 0.5rem!important;
    border: none!important;
}
.checkout_cart_summary .variation dt {
    display: inline-block;
    font-weight: 700;
    padding: 0 0 0.25em;
    margin: 0 4px 0 0;
    clear: left;
    line-height: 1;
}
.checkout_cart_summary .variation dd {
    display: inline-block;
    margin: 0;
    line-height: 1;
}
.checkout_cart_summary .variation p {
    margin: 0;
}
.loading {
    opacity: 0.3;
    cursor: progress!important;
}

/* Ticket Download */
.ticket_download_container .beerballer_logo{
    display: none;
    position: absolute;
    top: 1rem;
    left: 1.4rem;
    width: 1.5rem;
    height: 1.5rem;
}
a.beerballer_logo img {
    width: 100%;
    height: 100%;
}
.ticket_download_container .left_side {
    width: 66%;
    overflow: hidden;
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.ticket_download_container .left_side img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}
.ticket_download_container {
    min-width: 100vw;
    min-height: 100vh;
    position: relative;
    display: flex;
    overflow: hidden;
}
.ticket_download_container .image_container {
    width: 100%;
    height: 100%;
}
.ticket_download_container .right_side {
    background: radial-gradient(circle at 97% 9%, rgba(187,189,191,0.42) 0, rgba(255,255,255,0) 33%, rgba(255,255,255,0) 100%), radial-gradient(circle at -2% 9%, rgba(187,189,191,0.42) 0, rgba(255,255,255,0) 33%, rgba(255,255,255,0) 100%), linear-gradient(270deg, rgba(187,189,191,0.42) 0, rgba(255,255,255,0) 6%, rgba(255,255,255,0) 100%), linear-gradient(90deg, rgba(187,189,191,0.42) 0, rgba(255,255,255,0) 6%, rgba(255,255,255,0) 100%), linear-gradient(315deg, rgba(187,189,191,0.42) 0, rgba(255,255,255,0) 6%, rgba(255,255,255,0) 100%), linear-gradient(45deg, rgba(187,189,191,0.42) 0, rgba(255,255,255,0) 6%, rgba(255,255,255,0) 100%), linear-gradient(180deg, rgba(254,254,254,1) 0, rgba(255,255,255,0) 100%), radial-gradient(closest-side at 50% 64%, #DFDFE0 0, #DEDFE0 32%, #BBBDBF 100%);
    width: 34%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: "Inter";
}
.ticket_download_container .form_container {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    align-items: center;
    justify-content: center;
}
.ticket_download_container .download_title_container {
    text-align: center;
    margin-bottom: 1.3rem;
}
.download_title_container .title {
    font-size: 1.6rem;
    font-weight: 400;
}
.download_title_container .subtitle {
    font-size: 1.1rem;
    font-weight: 300;
}
.download_ticket_container input {
    background: transparent;
    border: 0;
}
.download_ticket_container .input_item_wrapper {
    width: 18.6rem;
    position: relative;
    height: 3.3rem;
    background: #ffffff87;
    border-radius: 0.6rem;
}
.download_input_placeholder {
    position: absolute;
    top: 0.5rem;
    left: 0.7rem;
    color: #000;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0.3rem;
}
.download_ticket_container input {
    padding: 1.6rem 0 0.5rem 0;
    width: 100%;
    height: 100%;
    text-indent: 0.7rem;
    font-size: 0.9rem;
    outline: none!important;
}
.download_ticket_container button.btn_download_ticket {
    background: #F99500;
    border: 0;
    width: 18.6rem;
    height: 3rem;
    border-radius: 0.6rem;
    color: #fff;
    font-weight: 400;
    line-height: 1;
    margin-top: 0.4rem;
    outline: none !important;
    cursor: pointer;
}
.download_ticket_container .message {
    opacity: 0;
    color: #f99500;
}
.download_ticket_container .message.show {
    opacity: 1;
}



@media (max-width: 1200px){
    /* Ticket download */
    .ticket_download_container .left_side {
        width: 60%;
    }
    .ticket_download_container .right_side {
        width: 40%;
    }
}

@media (max-width: 991px){
    /* Ticket download */
    .ticket_download_container .left_side {
        width: 55%;
    }
    .ticket_download_container .right_side {
        width: 45%;
    }

    /* Attendees info */
    .mnattendees-popup-content #mnattendees,
    .ticket_variation_container table,
    .attendees-info table {
        max-height: 55svh;
    }
}
@media (max-width: 850px){
    /* Ticket download */
    .ticket_download_container .left_side {
        display: none;
    }
    .ticket_download_container .right_side {
        width: 100%;
    }
    .ticket_download_container .beerballer_logo{
        display: block;
    }
    .download_ticket_container .input_item_wrapper {
        width: 21rem;
    }
    .download_ticket_container button.btn_download_ticket {
        width: 21rem;
    }
    .download_ticket_container {
        margin-bottom: 5rem;
    }
}