.chart-height {
    min-height: 100%;
    max-height: 100%;
}

.list-height {
    min-height: 99% !important;
    max-height: 99% !important;
}

.view_all_tickets_div {
    position: absolute;
    bottom: 1px !important;
    left: 50%;
    transform: translateX(-50%);
}

.res-seat {
    transform: scale(1) !important;
}

.screen {
    min-width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
}

.venue_layout {
    height: calc(100% - 80px);
    width: 100%;
}

.reserved_seats {
    display: flex;
    flex-wrap: nowrap;
    width: 100% !important;
    height: 100%;
}

#DOMWindow {
    position: fixed !important;
    top: 0px !important;
}

.loading_screen {
    width: 100% !important;
    height: 100% !important;
    margin-top: 0 !important;
    position: fixed !important;
    top: 0;
}

@media screen and (max-width: 900px) {
    .nav_bar {
        display: flex;
        justify-content: space-between;
    }

    .title {
        display: none;
    }

    .left,
    .right,
    .title {
        width: auto;
    }
}

.chart-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.4);
    z-index: 9999;
    pointer-events: all;
    cursor: not-allowed;
}

.seats-io-chart-message {
    position: absolute;
    top: 40px;
    right: 5px;
    background: #f44336;
    color: white;
    padding: 10px 16px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    transition: opacity 0.3s ease-in-out;
}
