.seat-selection-page {
    overflow-x: hidden;
    overflow-y: hidden;
}

.seat-selection-tracking-pixel {
    position: absolute;
    left: -9999px;
}

.seat-preloader {
    display: none;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #001232b0;
    overflow: hidden;
}

.preloader .preloader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader .preloader-inner .preloader-icon {
    width: 72px;
    height: 72px;
    display: inline-block;
    padding: 0;
}

.preloader .preloader-inner .preloader-icon span {
    position: absolute;
    display: inline-block;
    width: 72px;
    height: 72px;
    border-radius: 100%;
    background: #31d7a9;
    -webkit-animation: preloader-fx 1.6s linear infinite;
    animation: preloader-fx 1.6s linear infinite;
}

.preloader .preloader-inner .preloader-icon span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes preloader-fx {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}

*::-webkit-scrollbar-track {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

*::-webkit-scrollbar {
    width: 8px !important;
    height: 8px;
    background-color: #F5F5F5;
}

*::-webkit-scrollbar-thumb {
    background-color: #31d7a9;
}

.price_legend_item:hover {
    background: white;
    color: black;
    -webkit-box-shadow: 0 5px 5px 0 rgb(59 55 188 / 25%);
    box-shadow: 0 5px 5px 0 rgb(59 55 188 / 25%);
}

.ticket-count-label {
    color: #000000;
    font-weight: 600;
}

.ticket-count-label-strong {
    color: #000000;
    font-weight: 700;
}

.price-list {
    overflow-x: auto;
    white-space: nowrap;
}

.price-list.is-hidden-for-countable {
    visibility: hidden;
}

.price-legend-icon {
    background-color: white !important;
    margin-right: 8px;
}

.price-color-0 { color: rgb(42, 85, 217); }
.price-color-1 { color: rgb(191, 124, 45); }
.price-color-2 { color: rgb(56, 158, 84); }
.price-color-3 { color: rgb(148, 96, 191); }
.price-color-4 { color: rgb(240, 198, 72); }
.price-color-5 { color: rgb(66, 163, 214); }
.price-color-6 { color: rgb(233, 137, 127); }
.price-color-7 { color: rgb(151, 149, 224); }
.price-color-8 { color: rgb(214, 104, 165); }
.price-color-9 { color: rgb(33, 64, 140); }
.price-color-10 { color: rgb(2, 172, 247); }
.price-color-11,
.price-color-13,
.price-color-15,
.price-color-17 { color: rgb(248, 131, 121); }
.price-color-12,
.price-color-14,
.price-color-16,
.price-color-18 { color: rgb(200, 131, 121); }

.countable-mode-button {
    margin-bottom: 20px;
    border-radius: 5px;
    font-weight: 600;
    background-image: none;
    background-color: #ffffff;
    width: 100%;
    border: 2px solid #5560ff;
    color: #5560ff;
}

.desktop-hallplan-footer__ticket-list-item {
    margin: -13px -13px -13px 0;
    min-height: 90px;
}

.TicketsListItem__Caption-sc-1awvadu-4 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ilHoHk {
    display: none;
}

.hiGksz[disabled],
.hiGksz[disabled]:hover,
.hiGksz[disabled]:active {
    color: white;
    border-color: #757ce3;
    border-width: 1px;
    background: #757ce3;
    box-shadow: none;
}

.hiGksz {
    color: white;
    background-color: #5560ff;
    border-color: #5560ff;
    border-width: 1px;
    border-radius: 100px;
    height: 48px;
    font-weight: 500;
    font-size: 16px;
}

.desktop-tickets-selector_item-cell {
    text-align: left;
    width: 1px;
    display: table-cell;
    vertical-align: top;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 37px 0 36px 64px;
    margin: 0;
}

.desktop-tickets-selector_item-cell__info {
    width: auto;
    padding-left: 0;
}

.desktop-tickets-selector_item-cell__controls {
    margin: 0;
}

.desktop-tickets-selector_item-cell__price {
    font-size: 16px;
    text-align: right;
    white-space: nowrap;
}

.desktop-tickets-selector_controls {
    display: block;
    padding: 0;
    margin: -6px 0 0;
}

.amounter {
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
    user-select: none;
}

.gSrgAs {
    width: 42px;
    height: 42px;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.amounter_icon {
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0;
    margin: -6px 0 0 -6px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.desktop-tickets-selector .amounter_icon,
.desktop-tickets-selector .amounter_icon:before {
    width: 12px;
    height: 12px;
}

.gkUyrY::before,
.gkUyrY::after,
.bRCAch::before {
    content: "";
    display: block;
    overflow: hidden;
    background: white;
    padding: 0;
    margin: 0;
    width: 12px;
    height: 2px;
    position: relative;
    top: 5px;
    left: 0;
}

[disabled] .amounter__Decr-sc-1obkbj5-3::before {
    background: white;
}

.gkUyrY::after {
    width: 2px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 5px;
}

.desktop-layout {
    max-height: 100dvh;
    overflow-y: auto;
}

.checkboxes {
    margin-bottom: 30vh;
}

.seat-selection-checkboxes {
    background: white;
}

@media screen and (max-width: 991px) {
    .desktop-tickets-selector .amounter_value {
        font-size: 16px;
        padding: 10px 10px 0;
    }

    .gSrgAs {
        width: 35px;
        height: 35px;
    }

    .desktop-tickets-selector_item-cell {
        padding: 25px 0 25px 5px;
    }

    .desktop-tickets-selector_item-cell__info {
        padding-left: 0;
    }

    .drmtVw {
        margin: unset;
        padding: 0;
    }

    .desktop-layout {
        max-height: 50dvh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .checkboxes {
        margin-bottom: 30vh;
    }
}
