#seatsbody.seats-scroll {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 4px 0 8px;
    border-bottom: 1px solid var(--bs-border-color);
}

#seatsbody .seats-inner {
    display: inline-block;
    white-space: nowrap;
    min-width: max-content;
}

#seatsbody .seats-row {
    margin: 6px 0;
    display: block;
}

#seatsbody .seat-row-num {
    width: 40px;
    text-align: center;
    margin-right: 6px;
}

#seatsbody .seat-btn {
    width: 32px;
    text-align: center;
    padding: 2px 0;
    margin: 0 2px;
}

.seat-legend {
    width: 32px;
    text-align: center;
    padding: 2px 0;
}

.reservetimer {
    font-size: 2rem;
    line-height: 1;
    padding: .25rem .75rem;
    font-weight: 400;
}

.reservetimer {
    font-size: 2rem;
    line-height: 1;
    padding: .25rem .75rem;
    font-weight: 400;
}

.fixed-reserve-timer {
    position: fixed;
    top: 18px;
    right: 12px;
    z-index: 1040;
    pointer-events: none;
}

#seatsbody.seats-scroll {
    position: relative;
    overflow-x: auto;
}

#seatsbody .seats-inner {
    position: relative;
    overflow: visible;
}

.seats-row {
    position: relative;
    display: flex;
    align-items: center;
    gap: .25rem;
    padding-left: 3.5rem;
    margin: .25rem 0;
}

.seat-row-num {
    position: sticky;
    left: 0;
    z-index: 3;
    background-color: var(--bs-body-bg, #fff);
    box-shadow: 6px 0 6px -6px rgba(0,0,0,.2);
    min-width: 2.5rem;
    text-align: center;
}

#seatsbody.seats-scroll {
    position: relative;
    overflow-x: auto;
}

#seatsbody .seats-inner {
    position: relative;
    overflow: visible;
}

.seats-row {
    --row-num-w: 2.75rem;
    --row-arrow-w: 1.25rem;
    --row-gap: .25rem;
    position: relative;
    display: flex;
    align-items: center;
    gap: .25rem;
    padding-left: calc(var(--row-num-w) + var(--row-gap) + var(--row-arrow-w) + var(--row-gap));
    margin: .25rem 0;
}

.seat-row-num {
    position: sticky;
    left: 0;
    z-index: 3;
    min-width: var(--row-num-w);
    text-align: center;
    background-color: var(--bs-body-bg, #fff);
    box-shadow: 6px 0 6px -6px rgba(0,0,0,.2);
}

.seats-row > i.fa-arrow-right {
    position: sticky;
    left: calc(var(--row-num-w) + var(--row-gap));
    z-index: 3;
    width: var(--row-arrow-w);
    text-align: center;
    background-color: var(--bs-body-bg, #fff);
    box-shadow: 6px 0 6px -6px rgba(0,0,0,.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
