* {
    font-family: 'Montserrat arm', sans-serif;
}
/*fonts*/
@font-face {
    font-family: "Montserrat arm";
    font-weight: 600;
    src: url('/ticket-widget/Font/Montserratarm-Bold.otf') format("opentype");
    font-display: swap;
}

@font-face {
    font-family: "Montserrat arm";
    font-weight: 400;
    src: url('/ticket-widget/Font/Montserratarm-Medium.otf') format("opentype");
    font-display: swap;
}

@font-face {
    font-family: "Montserrat arm";
    font-weight: 200;
    src: url('/ticket-widget/Font/Montserratarm-Light.otf') format("opentype");
    font-display: swap;
}
#mySvg .seat {
    cursor: pointer;
}

#mySvg .block, #mySvg .block g{
    pointer-events: all;
}

.seat_popup {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background-color: white;
    z-index: 999;
}

.seat_flex-container {
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seat_flex-item {
    /*new styles check for other type*/
    height: 100%;
    align-items: flex-start;
    /*new styles check for other type*/

    background-size: 100%;
    min-width: 700px;
    min-height: 420px;
    line-height: 30px;
    color: white;
    font-size: 2em;
    text-align: center;
    display: flex;
    justify-content: center;
}

.seat_flex-item.rectangular{
    align-items: center;
}

#seat_zoom {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 8;
    display: flex;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
}

#seat_zoom span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
}

#seat_zoom span:hover {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transform: scale(1.05);
}

#seat_zoom span:active {
    transform: scale(0.95);
}

#seat_zoom img {
    width: 22px;
    height: 22px;
    pointer-events: none;
}

.seat_row {
    width: 100%;
    height: 100%;
    position: relative;
    background: #fff;
    padding-bottom: 70px;
    box-sizing: border-box;
}

#seat_hall {
    /*position: relative;*/
    display: flex;
    height: 100vh;
    width: 100%;
    justify-content: center;
    align-items: center;
    cursor: default !important;
}

.svg-block {
    cursor: move;
    position: relative;
}

#seat_hall img {
    border-radius: 0 !important;
}

#seat_hall {
    -webkit-touch-callout: none !important; /* iOS Safari */
    -webkit-user-select: none !important; /* Safari */
    -khtml-user-select: none !important; /* Konqueror HTML */
    -moz-user-select: none !important; /* Firefox */
    -ms-user-select: none !important; /* Internet Explorer/Edge */
    user-select: none !important;
}

.ovl {
    cursor: pointer;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: auto;
    position: absolute;
    z-index: 1 !important;
    font-size: 5px;
}

.order-success{
    padding: 18px 60px 27px;
    width: 100%;
    background: #F2F2F2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ovl.pending{
    background: green;
}

.max-count{
    position: absolute;
    top: 40%;
    width: 80%;
    background: #00000096;
    padding: 16px 50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    max-width: 850px;
    margin: auto;
}

.close_block{
    position: relative;
    right: -40px;
    top: -16px;
    cursor: pointer;
    height: max-content;
}

.close_block:hover {
    color:  #9f4ddf;
}

.ovl:hover {
    /*width: 12px;*/
    /*height: 12px;*/
}


.ovl.active {
    /*width: 12px;*/
    /*height: 12px;*/
    background: #000000a3;
}

.ovl.active .seat-number {
    display: flex;
}


.ovl.active:hover .seat-number {
    display: flex;
}

.ovl:hover .seat-number {
    display: flex;
}

.seat-number {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: none;
    color: white;
    align-items: center;
    justify-content: center;
}

.seat_footer {
    display: flex;
    align-items: flex-end;
    position: absolute;
    bottom: 60px;
    width: auto !important;
    overflow-x: auto;
    overflow-y: hidden;
    max-width: calc(100% - 308px);
    padding: 5px 20px 20px 10px;
}

.formSubscription label {
    text-transform: capitalize;
}

/* width */
.seat_footer::-webkit-scrollbar {
    display: none;
}

#toast-container{
    top: 60px;
}

/*!* Track *!*/
/*.seat_footer::-webkit-scrollbar-track {*/
/*    border-radius: 20px;*/
/*}*/

/*!* Handle *!*/
/*.seat_footer::-webkit-scrollbar-thumb {*/
/*    background: #E6E6E6;*/
/*    border-radius: 8px;*/
/*}*/

.footer-block {
    display: none;
    cursor: default;
}

.footer-block.show {
    display: block;
}

.buy_block {
    border-left: 5px solid #9f4ddf;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    color: #2B2B2B;
    font-family: Montserrat arm, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.2px;
    bottom: 90px;
    right: 15px;
    z-index: 101;
    position: absolute;
    padding: 12px 12px 4px;
}
.order_and_count{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 14px;
}

.time_and_icon{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 10px;
    gap: 10px;
    margin-top: 10px;
}
.time_and_icon .buy_btn_time{
    width: 47px;
}

.buy-text-content .time_and_icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}




.buy_btn_icon{
    display: none;
}


.buy_block .buy_btn {
    cursor: pointer;
    padding: 10px;
    color: white;
    box-shadow: none;
    border: none;
    transition: .5s;
    border-radius: 4px;
    background: #9f4ddf;
    font-family: Montserrat arm, sans-serif;
    font-size: 14px;
}

.buy_btn:hover {
    opacity: .8;
}
.category-selected-seat-item .category-count {
    color: black;
    margin-bottom: 0;
    margin-right: 20px;
}

.category-count-with-price {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.category-selected-seat-item .selected-price span {
    display: none;
}

.category-selected-seat-item .selected-price {
    margin: 0;
    font-size: 14px;
}

.selected-seat-item, .category-selected-seat-item {
    margin-right: 10px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    max-width: 164px;
    min-width: 164px;
    background: white;
    padding: 0;
    cursor: default;
}

.selected-seat-item .selected-place {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 7px 3px 14px;
    margin: 0;

}

.selected-seat-item .selected-place span{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    color: #FFF;
    font-family: Montserrat arm, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.2px;
}

.selected-seat-item .selected-seat, .selected-price{
    color: #4F4F4F;
    font-family: Montserrat arm, sans-serif;
    font-size: 14px;
    font-weight: 200;
    line-height: 16px;
    letter-spacing: 0.2px;
    padding: 9px 14px 8px;
    margin-bottom: 0;
}

.selected-seat-item p.selected-price {
    padding: 0 14px 12px;
}

.selected-close {
    display: block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background-image: url('../image/close-svgrepo.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.selected-zone {
    color: #999;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.seat_cart {
    position: absolute;
    bottom: -5px;
    left: 5px;
    cursor: pointer;
}

svg {
    overflow: initial;
    outline: none;
    transform-origin: 50% 22%;
}

@media only screen and (max-height: 900px) {
    .seat_row {
        #width: 100% !important;
    }
}

/*#seat_list {*/
/*    transform: translateY(50%) scale(1.5);*/
/*}*/

#seat_list .title-place{
    color: black;
    font-size: 16px;
    font-weight: bold;
}

.places-block-line {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.seat-item {
    cursor: pointer;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: purple;
}

.seat-item.active {
    background: #4a4a4a;
    cursor: default;
}

.line-row-number {
    width: 20px;
    font-size: 12px;
    color: #888787;
}

#vipSeat_list {
    color: black;
    background: white;
    width: 100%;
    margin-top: 0;
}


#vipSeat_list.hide {
    display: none;
}

#vipSeat_list .lain-item {
    padding: 36px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E5E5E5;
    width: 95%;
    margin: 0 auto 15px;
}

#vipSeat_list{
    border-bottom: 1px solid #E5E5E5;
    /*padding-bottom: 100px;*/
    overflow-y: auto;
    max-height: calc(100% - 100px);
}

#vipSeat_list .lain-item:last-child {
    border: none !important;
}


.lain-add-ticket {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 250px;
    justify-content: flex-end;
}

.lain-add-ticket button {
    padding: 0;
    width: 37px;
    height: 37px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
}

.item-title-block {
    flex: 1;
    gap: 5px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.order-count {
    display: none;
}

.order-count.active {
    display: block;
}

.item-block-name, .lain-place, .order-count {
    font-weight: 500;
    color: #333;
    font-size: 18px;
    line-height: 21px;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-block-sub_name {
    font-size: 12px;
    line-height: 1.5;
    color: #888;
}

.btn-minus {
    display: none;
    border: 1px solid #D7D6D5;
    background: white;
    margin: 0 3px 0 0;
    padding: 0 0 7px;
}

.btn-minus.active {
    display: inline-flex;
}

.btn-minus:hover {
    border: 1px solid #acabaa;
}

button.disabled {
    opacity: .8;
    pointer-events: none;
    background: grey;
    border-color: grey;
}

.btn-plus {
    display: inline-flex;
    border: 1px solid #9f4ddf;
    background: #9f4ddf;
    margin: 0 0 0 3px;
    color: white;
    padding: 0 0 7px;
}

.btn-plus:hover {
    opacity: .9;
}


.bg-fon {
    cursor: default;
    position: absolute;
    top: 0;
    right: -110%;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;

    transition: right .2s, opacity .5s;
}

.bg-fon.show {
    z-index: 102;
    right: 0;
    opacity: 1;
}

.left_block {
    display: flex;
    justify-content: space-between;

    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: white;
    position: absolute;
    right: -101%;
    height: calc(100% - 70px);
    bottom: 70px;
    /*max-height: 655px;*/
    width: 100%;
    z-index: 102;
    cursor: default;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 0;
    box-sizing: border-box;

    transition: .5s;
}

.left_block .left-block-header{
    margin-bottom: 41px;
    display: flex;
    justify-content: space-between;
}

.left_block .left-block-header_close {
    cursor: pointer;
}

.left_block .left-block-header_title{
    font-family: Montserrat arm, sans-serif;
    font-size: 18px;
    font-weight: 600;
}


.left_block.show {
    right: 0;
}

.notify_time {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    background: #000000bd;
    bottom: 0;
    width: 100%;
    z-index: 103;
    left: 0;
}

.notify_time.hide {
    display: none;
}

.btn-block {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.notify_time-title {
    font-size: 24px;
    max-width: 500px;
    margin-bottom: 40px;
}

.notify_time .btn-cont {
    cursor: pointer;
    color: white;
    background: #9f4ddf;
    border: 1px solid #9f4ddf;
}

.notify_time .btn-cancel {
    cursor: pointer;
    color: black;
    background: #fff;
}

.time-block {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    position: absolute;
    width: 100%;
    background: #f5f6f7;
    text-align: center;
    padding: 2px;
}

.time-block p {
    margin-bottom: 0;
    margin-left: 8px;
}

.left_block-top {
    padding: 15px 10px 0;
}

.left_block-top::before {
    content: '';
}

.content_title {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin: 0 0 23px;
}

.left_block-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    /*max-width: 350px;*/
    /*min-width: 350px;*/
}

.left_block-content.check_order{
    width: 45%;
}

.oder_slide {
    background: #F2F2F2;
    width: 100%;
    /*position: absolute;*/
    /*width: 100%;*/
    height: 100%;
    padding: 18px 50px 27px;
    left: 0;
    overflow: auto;

    transition: .5s;
}

.oder_slide .left_block-top{
    padding: 0;
}

.left-form-block{
    display: flex;
    height: 90%;
}

.terms_and_condition{
    font-family: Montserrat arm, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 17.5px;
    letter-spacing: -1px;
}

.terms_and_condition_link{
    color: #9f4ddf;
    text-decoration: underline;
}

.form_order .left_block-bottom {
    border: none;
}

.presentation_block .name {
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    white-space: pre-wrap;
    margin-bottom: 0;
}

.presentation_block .date {
    text-transform: capitalize;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 6px;
    font-family: 'Montserrat arm', sans-serif;
    font-weight: 400;
}

.ticket_items {
    max-height: 100%;
    overflow: auto;
    margin-top: 20px;
    padding: 10px;
}


/* width */
.ticket_items::-webkit-scrollbar {
    height: 4px;
    width: 4px;
}

/* Track */
.ticket_items::-webkit-scrollbar-track {
    border-radius: 20px;
}

/* Handle */
.ticket_items::-webkit-scrollbar-thumb {
    background: #E6E6E6;
    border-radius: 8px;
}

.ticket_items .item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}
.ticket_items .item .item_main {
    display: flex;
    gap: 10px;
    align-items: center;
}

.ticket_items .item:last-of-type {
    border-bottom: none;
}

.ticket_items .ticket_main_item{
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 20px 10px;
    margin-bottom: 9px;

}

.ticket_items .ticket_main_item_title {
    margin-bottom: 5px;
}

.ticket_items .item_main p {
    font-family: Montserrat arm, sans-serif;
    color: #4F4F4F;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.2px;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ticket_items p.selected-price{
    font-family: Montserrat arm, sans-serif;
    color: #383838;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.2px;
    padding: 0;
}

.ticket_items .selected-zone {
    display: block;
}

.left_block-bottom {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 20px;
}

.subscribe_block {
    display: flex;
}

.main_content {
    text-align: right;
    padding: 0 23px 0;
    display: flex;
    justify-content: flex-end;
    gap: 5px;
    align-items: flex-end;
}

.total-price_currency {
    font-family: Montserrat arm, sans-serif;
    color: #818181;
    font-size: 14px;
    font-weight: 200;
    line-height: 16px;
    letter-spacing: 0.2px;
}

.main_content .total-price {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.footer_btn {
    padding: 10px 0;
    width: 305px;
    margin-left: auto;
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
}

.form_subscription .footer_btn {
    width: 100%;
    justify-content: space-between !important;
}

.footer_btn .btns{
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: stretch;
}

.footer_btn .time_and_icon{
    margin: 0;
    padding: 0;
    gap: 0;
}
.footer_btn .time_and_icon .buy_btn_time{
    text-align: right;
}

.back_btn {
    cursor: pointer;
    display: inline-flex;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    background: #fff;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}


/*.cancel {*/
/*    color: #0050FF;*/
/*    font-family: Montserrat arm, sans-serif;*/
/*    font-size: 14px;*/
/*    font-weight: 400;*/
/*    border-radius: 4px;*/
/*    border: 1px solid #0050FF;*/
/*    background: white;*/
/*    padding: 5px 22px;*/
/*}*/

.continue {
    padding: 10px 40px;
    color: white;
    box-shadow: none;
    border: none;
    transition: .5s;
    border-radius: 4px;
    background: #9f4ddf;
    font-family: Montserrat arm, sans-serif;
    font-size: 14px;
    margin: 0;
    text-align: center;
    width: 100%;
}

.continue:disabled {
    opacity: .5;
}

.form-group {
    position: relative;
}

.form-group .input_block_items {
    display: flex;
    gap: 20px;
    margin-bottom: 1rem;
}

.form-group .form-control::placeholder {
    text-transform: capitalize;
}

.form-group .error-border {
    border: 1px solid red !important;
}
.login_message_block{
    color: #646464;
    font-family: Montserrat arm, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 20px;
}


.order-checkbox .order_one_name {
    width: fit-content;
    display: flex;
    align-items: center;
    font-family: Montserrat arm, sans-serif;
    cursor: pointer;
    color: #505050;
    font-size: 12px;
    font-weight: 200;
    line-height: 32px;
    letter-spacing: 0;
    margin: 0;
}

/*.order-checkbox input.change_order_user {*/
/*    width: 15px;*/
/*    outline: 1px solid red;*/
/*    border-radius: 2px;*/
/*    border: 1px solid #0050FF;*/
/*}*/


.custom-style {
    position: relative;
}

.custom-style input[type="checkbox"], .custom-style input[type="radio"] {
    opacity: 0;
    width: 0;
    height: 0;
    display: none;
}

.custom-style label::before {
    content: "\2713";
    cursor: pointer;
    font-weight: 900;
    display: inline-block;
    width: 19px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    background-color: #fff;
    border: 2px solid #9f4ddf;
    border-radius: 4px;
    color: white;
    margin-right: 11px;
    padding-bottom: 16px;
}

.select-payment-method .custom-style label::before {
    border-radius: 50%;
    font-size: 10px;
}

.custom-style input[type="checkbox"]:checked + label::before {
    background-color: #9f4ddf;
    border-color: #9f4ddf;
    color: #fff;
}

.custom-style input[type="checkbox"], .custom-style input[type="radio"]:checked + label::before {
    background-color: #9f4ddf;
    border-color: #9f4ddf;
    color: #fff;
}


.form-group label {
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    color: #333;
    display: block;
    padding-bottom: 2px;
    position: relative;
}

.form-group .form-control{
    padding: 1.4rem 0.75rem;
    color: #8C959F;
    font-family: Montserrat arm, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: -0.28px;
    border-radius: 10px;
    border: none;
    background: #FFF;
}

.form-group .form-control:disabled {
    background: rgba(0, 0, 0, 0.1);
}

.form-group .form-control:focus {
    box-shadow: none;
}

.error-message {
    position: absolute;
    bottom: -17px;
    width: 100%;
    margin-top: 0;
    font-size: 10px;
    color: #dc3545;
}

/*@media (max-width: 767px) {*/
/*    .left_block-content {*/
/*        min-width: 280px;*/
/*    }*/
/*    .left_block{*/
/*        width: 40%;*/
/*    }*/
/*}*/

/* new styles */

.seat_price_block {
    max-width: 100%;
    padding: 5px 15px 12px;
    overflow: auto;
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 15px auto 0;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: fit-content;
    z-index: 9;
}

.item_price_block {
    text-align: right;
}

.motivation-item {
    color: #888;
    font-size: 14px;
    display: block;
}

.timer_icon {
    margin-left: 6px;
}

.seat_price_block.show {
    display: flex;
}

.seat_item {
    font-family: 'Montserrat arm', sans-serif;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 114.286% */
    letter-spacing: 0.2px;
    border-radius: 11px;
    background: #FFF;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    padding: 8px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 3px solid transparent;
}

.seat_price_block .seat_price_doth {
    background: #8400d8;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: block;
}

.section-tooltip .tooltip-inner {
    z-index: 5002;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.15);
    color: black;
    padding: 10px 20px;
}

.tooltip-block {
    cursor: pointer;
}



#loading {
    background: rgba(255,255,255,0.7) !important;
}

#loading {
    width: 100%;
    height: 100%;
    background: white;
    z-index: 5100;
    position: absolute;
    top: 0;
    left: 0
}

#loading .__qt-cssload-whirlpool,#loading .__qt-cssload-whirlpool::before,#loading .__qt-cssload-whirlpool::after {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(204,204,204,0.43);
    border-left-color: #9f4ddf;
    border-radius: 1374px !important;
    -o-border-radius: 1374px !important;
    -ms-border-radius: 1374px !important;
    -webkit-border-radius: 1374px !important;
    -moz-border-radius: 1374px !important;
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center
}

#loading .__qt-cssload-whirlpool {
    margin: -34px 0 0 -34px;
    height: 69px;
    width: 69px;
    animation: cssload-rotate 1000ms linear infinite;
    -o-animation: cssload-rotate 1000ms linear infinite;
    -ms-animation: cssload-rotate 1000ms linear infinite;
    -webkit-animation: cssload-rotate 1000ms linear infinite;
    -moz-animation: cssload-rotate 1000ms linear infinite
}

#loading .__qt-cssload-whirlpool::before {
    content: "";
    margin: -32px 0 0 -32px;
    height: 61px;
    width: 61px;
    animation: cssload-rotate 1000ms linear infinite;
    -o-animation: cssload-rotate 1000ms linear infinite;
    -ms-animation: cssload-rotate 1000ms linear infinite;
    -webkit-animation: cssload-rotate 1000ms linear infinite;
    -moz-animation: cssload-rotate 1000ms linear infinite
}

#loading .__qt-cssload-whirlpool::after {
    content: "";
    margin: -40px 0 0 -40px;
    height: 77px;
    width: 77px;
    animation: cssload-rotate 2000ms linear infinite;
    -o-animation: cssload-rotate 2000ms linear infinite;
    -ms-animation: cssload-rotate 2000ms linear infinite;
    -webkit-animation: cssload-rotate 2000ms linear infinite;
    -moz-animation: cssload-rotate 2000ms linear infinite
}

@keyframes cssload-rotate {
    100% {
        transform: rotate(360deg)
    }
}

@-o-keyframes cssload-rotate {
    100% {
        -o-transform: rotate(360deg)
    }
}

@-ms-keyframes cssload-rotate {
    100% {
        -ms-transform: rotate(360deg)
    }
}

@-webkit-keyframes cssload-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes cssload-rotate {
    100% {
        -moz-transform: rotate(360deg)
    }
}

#loading .__qt-cssload-text {
    position: absolute !important;
    top: 50% !important;
    width: 100% !important;
    text-align: center !important;
    margin: 65px 0 0 0 !important;
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 14px !important;
    color: gray !important;
    text-transform: none !important
}


.mob-items-content {
    display: flex;
    align-items: center;
}

.mob-items-content .selected-close{
    display: none;
    background-image: url('../image/close-svgrepo_black.svg');
    padding-right: 30px;
}

.mob-order-btn{
    font-size: 15px;
    line-height: 32px;
    background: #9f4ddf;
    color: white;
    display: none;
    border: 1px solid #9f4ddf;
    border-radius: 3px;
    position: absolute;
    bottom: 60px;
    width: 90%;
    left: 50%;
    transform: translate(-50%, -15%);
}

@media (max-width: 767px) {
    .mob-order-btn.show {
        display: block;
    }
    .seat_row {
        padding-bottom: 50px;
    }
    .seat_footer{
        bottom: 100px;
        max-width: 100%;
    }
    
    #seat_zoom {
        top: 5px;
        right: 5px;
        gap: 3px;
    }
    
    #seat_zoom span {
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 6px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }
    
    #seat_zoom img {
        width: 20px;
        height: 20px;
    }

    .selected-seat-item, .category-selected-seat-item {
        border-radius: 16px;
    }

    .category-count-with-price {
        justify-content: space-around;
    }

    .category-selected-seat-item .selected-price span {
        display: inline-block;
    }
    .category-selected-seat-item p.selected-price {
        padding: 12px 0 9px;
    }
    .category-selected-seat-item {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .oder_slide {
        padding: 18px 28px 27px;
        height: 80%;
    }

    .order-success {
        padding: 0 0 5px;
    }

    .order-success .footer_btn {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
    }

    .selected-seat-item .selected-seat, .selected-price, .selected-seat-item p.selected-price {
        padding-left: 8px;
        white-space: nowrap;
        padding-right: 0;
    }

    .selected-seat-item .selected-place {
        display: none;
    }

    .mob-items-content {
        justify-content: space-around;
    }

    .mob-items-content .selected-close {
        display: inline-block;
    }

    .buy_block{
        display: none;
    }
    .lain-add-ticket{
        width: 135px;
    }
    .seat_flex-item{
        min-width: initial !important;
    }
    .left_block {
        flex-direction: column;
    }
    .left_block-content.check_order {
        width: 100%;
        height: 65%;
    }
    .items_block {
        display: flex;
        gap: 15px;
    }

    .order-form {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 10px;
    }
    .order-form .form-group {
        margin-bottom: 0;
    }

    .left_block-bottom {
        flex: initial;
    }

    .order-checkbox {
        margin-bottom: 5px;
    }
    .left_block .left-block-header {
        margin-bottom: 10px;
    }
    .login_message_block {
        margin-bottom: 10px;
    }
    .formSubscription .form-group {
        margin-bottom: 7px;
    }

    .footer_btn {
        padding: 8px 0 10px;
        flex-direction: column;
        align-items: stretch;
    }
    .timer_icon {
        margin-left: 0;
    }
    .seat_price_block {
        justify-content: flex-start;
    }
}

@media (max-width: 570px) {
    .disabled-content div.content-date h2.date-block-count {
        font-size: 40px;
    }

    .content-date .content-date-title {
        font-size: 10px !important;
        margin-top: 5px !important;
    }

    .disabled-content .date-time-content .date-time_title {
        font-size: 12px !important;
    }

    .disabled-content .date-time_start_title{
        font-size: 12px !important;
        margin-bottom: 8px !important;
    }

    div.disabled-content .date-time-content .date-time_count {
        font-size: 16px !important;
    }

    .content-date img {
        max-width: 72px;
    }

    .disabled-content .date-time-content .date-time_line {
        margin: 2px auto;
    }

    .motivation-item {
        font-size: 12px;
    }
    #vipSeat_list .lain-item {
        padding: 20px 10px;
    }
    div.select-payment-method .payment-icons .payment-icon {
        max-width: 35px;
        padding: 5px;
    }
    div.select-payment-method .payment-icons .payment-icon img {
        height: auto;
        max-height: 22px;
    }
    div.select-payment-method .payment-label {
        gap: 4px;
    }
    div.select-payment-method .payment-icons {
        gap: 7px;
    }

    div.select-payment-method .payment-text {
        font-size: 8px;
        line-height: 12px;
    }
    .oder_slide {
        padding: 18px 10px 27px;
    }

    .select-payment-method .custom-style label::before {
        margin-right: 5px;
    }
    .max-count {
        top: 50%;
        transform: translate(-50%, -72%);
        font-size: 14px;
        line-height: 20px;
    }

}

@media (max-width: 450px) {
    .motivation-item {
        font-size: 11px;
    }
    #vipSeat_list .lain-item {
        width: 100%;
        padding: 20px 8px;
    }
}

@media (max-width: 380px) {
    .content-date .date-block-count {
        font-size: 30px !important;
    }

    .content-date img {
        max-width: 60px;
    }
}


.footer-line {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: white;
    padding: 16px 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(53, 53, 53, 0.25) 0px 0px 12px 0px;
    z-index: 100;
    margin: 0;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
}

.footer-text {
    margin: 0;
    color: rgb(100, 100, 100);
    font-family: 'Montserrat arm', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.2px;
    text-align: center;
}

.footer-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-contact-item {
    color: rgb(100, 100, 100);
    font-family: 'Montserrat arm', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.2px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-contact-item:hover {
    color: #7B16D9;
    text-decoration: underline;
}

.footer-contact-separator {
    color: rgb(100, 100, 100);
    font-size: 13px;
}

.social-btns {
    display: flex;
    gap: 8px;
}

.social-btns .google:hover {
    background-color: #9f4ddf;
}

.social-btns .facebook:hover {
    background-color: #eb4e41;
}

.social-btns .facebook:hover p, .google:hover p {
    color: #fff;
}

.social-btns p {
    color: #262626;
    margin-left: 10px;
    font-weight: 200;
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 0;
}

.social-btns .google, .facebook {
    padding: 4px 5px;
    cursor: pointer;
    border: 1px solid #dddfdd;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;

    transition: .5s;
}

.eye-icon{
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 12px;
}


/* payment_method  custom style check if dont need delete this style*/

.payment_method {
    display: flex;
    gap: 15px;
}

.payment_method p {
    background: white;
    border-radius: 10px;
    padding: 18px;
    cursor: pointer;
}

.disabled-content{
    background-color: rgba(0,0,0, 0.6);
    background-image: url("../image/svg_ticket_bg.svg");
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.disabled-content-title {
    font-family: Montserrat arm, sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 0;
}

.disabled-content-date {
    font-family: Montserrat arm, sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 25px;
}

.disabled-content .gap-3 {
    gap: 10px;
}

.content-date .date-block-count {
    font-size: 64px;
    font-weight: 400;
    line-height: 51px;
    text-align: center;
    position: absolute;
}

.content-date .content-date-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    color: #8F8F8F;
    text-transform: uppercase;
    margin-top: 15px;
}

.content-date .position-relative {
    display: flex;
    justify-content: center;
    align-items: center;
}

.disabled-content .date-time-content {
    margin-bottom: 15px;
    text-align: center;
}

.disabled-content .date-time-content .date-time_title{
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    color: #000000;

}

.disabled-content .date-time_start_title{
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    margin-bottom: 28px;
    color: #000000;
}

.disabled-content .date-time-content .date-time_line{
    height: 2px;
    background: #8F8F8F;
    display: block;
    width: 100%;
    max-width: 111px;
    margin: 10px auto;
}

.disabled-content .date-time-content .date-time_count{
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    text-align: center;
    color: #6E64AC;

}

.disabled-content .finish-ticket {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    color: #000000;

}

.select-payment-method .payment-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.select-payment-method .payment-label {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
}

.select-payment-method .payment-text {
    color: #646464;
    font-family: Montserrat arm, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
}

.select-payment-method .payment-icons .payment-icon {
    max-width: 100px;
    padding: 5px 8px;
    background: white;
}
.select-payment-method .payment-icons .payment-icon img {
    width: 100%;
    height: 30px;
}

/* Disabled payment methods styling */
.payment-method-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.payment-method-disabled .payment-label {
    cursor: not-allowed !important;
    opacity: 0.6;
}

.payment-method-disabled .payment-label::before {
    border-color: #ccc !important;
    background-color: #f5f5f5 !important;
}

.payment-method-disabled .payment-text {
    color: #999 !important;
}

.payment-method-disabled .payment-icons {
    opacity: 0.5;
    filter: grayscale(100%);
}

#main_header{
    background: #9f4ddf;
    color: white;
    padding: 20px 60px;
}
@media only screen and (max-height: 600px) {
    #main_header {
        padding: 10px 10px;
    }
}

/* Footer responsive styles */
@media (max-width: 767px) {
    .footer-line {
        padding: 14px 20px;
    }

    .footer-content {
        gap: 6px;
    }

    .footer-text {
        font-size: 12px;
        line-height: 14px;
    }

    .footer-contact {
        gap: 8px;
    }

    .footer-contact-item {
        font-size: 11px;
    }

    .footer-contact-separator {
        font-size: 11px;
    }

    .left_block {
        height: calc(100% - 50px);
        bottom: 50px;
    }
}

@media (max-width: 480px) {
    .footer-line {
        padding: 12px 15px;
    }

    .footer-content {
        gap: 5px;
    }

    .footer-text {
        font-size: 11px;
        line-height: 13px;
        letter-spacing: 0.1px;
    }

    .footer-contact {
        gap: 6px;

    }



    .footer-contact-item {
        font-size: 10px;
    }

    .seat_row {
        padding-bottom: 43px;
    }

    .left_block {
        height: calc(100% - 43px);
        bottom: 43px;
    }
}
/* Mobile Seat Selection Popup */
.mobile-seat-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.mobile-seat-popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
}

.mobile-seat-popup-content {
    position: relative;
    background: white;
    border-radius: 16px;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    z-index: 10001;
    overflow: hidden;
}

.mobile-seat-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
    background: #f8f9fa;
}

.mobile-seat-popup-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    font-family: 'Montserrat arm', sans-serif;
}

.mobile-seat-popup-close {
    background: none;
    border: none;
    font-size: 28px;
    color: #666;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.mobile-seat-popup-close:hover {
    background: #e5e5e5;
    color: #333;
}

.mobile-seat-popup-body {
    padding: 24px 20px;
}

.mobile-seat-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mobile-seat-info p {
    margin: 0;
    font-size: 16px;
    color: #333;
    font-family: 'Montserrat arm', sans-serif;
    line-height: 24px;
}

.mobile-seat-info p strong {
    color: #2c3e50;
    font-weight: 600;
    margin-right: 8px;
}

.mobile-seat-popup-footer {
    display: flex;
    gap: 12px;
    padding: 20px;
    border-top: 1px solid #e5e5e5;
    background: #f8f9fa;
}

.mobile-seat-btn {
    flex: 1;
    padding: 14px 24px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: 'Montserrat arm', sans-serif;
}

.mobile-seat-btn-cancel {
    background: #e5e5e5;
    color: #333;
}

.mobile-seat-btn-cancel:active {
    background: #d0d0d0;
    transform: scale(0.98);
}

.mobile-seat-btn-action {
    color: white;
}

.mobile-seat-btn-select {
    background: #9f4ddf;
}

.mobile-seat-btn-select:active {
    background: #8a3dc7;
    transform: scale(0.98);
}

.mobile-seat-btn-deselect {
    background: #dc3545;
}

.mobile-seat-btn-deselect:active {
    background: #c82333;
    transform: scale(0.98);
}

/* Hide popup on desktop */
@media (min-width: 768px) {
    .mobile-seat-popup {
        display: none !important;
    }
}
