.seatfinder-occupied-seats table.seatfinder-bar-graph {
    border-collapse: collapse;
    border-width: 0;
    margin: 0 !important;
}

.seatfinder-occupied-seats table.seatfinder-bar-graph tr.seatfinder-bar {
    background-color: transparent;
}

.seatfinder-occupied-seats table.seatfinder-bar-graph tr.seatfinder-bar td.seatfinder-free-seats-bar {
    background-color: #009682;
    border-width: 0;
    padding: 0 0 0 0 !important;
    color: white;
    text-align: left;
    vertical-align: middle !important;
}

.seatfinder-occupied-seats table.seatfinder-bar-graph tr.seatfinder-bar td.seatfinder-occupied-seats-bar {
    background-color: #993333;
    border-width: 0;
    padding: 0 0 0 0 !important;
    color: white;
    text-align: right;
    vertical-align: middle !important;
}

.seatfinder-occupied-seats table.seatfinder-bar-graph tr.seatfinder-bar td.seatfinder-not-specified-bar {
    background-color: #CCCCCC;
    border-width: 0;
    padding: 0 0 0 0 !important;
    color: black;
    text-align: center;
    vertical-align: middle !important;
}

.seatfinder-occupied-seats table.seatfinder-bar-graph tr.seatfinder-bar td.seatfinder-closed-bar {
    background-color: #444444;
    border-width: 0;
    padding: 0 0 0 0 !important;
    color: white;
    text-align: center;
    vertical-align: middle !important;
}

.seatfinder-occupied-seats table.seatfinder-bar-graph tr.seatfinder-bar td.seatfinder-padding-bar {
    border-width: 0;
    padding: 0 0 0 0 !important;
}

.seatfinder-occupied-seats table.seatfinder-bar-graph tr.seatfinder-bar td.seatfinder-bar-separator {
    background-color: #000000;
    border-width: 0;
    padding: 0 0 0 0 !important;
}

.seatfinder-occupied-seats p.seatfinder-total-seats-label {
    margin: 0;
}

.seatfinder-occupied-seats p.seatfinder-minutes-label {
    margin: 0;
    float: right;
}

#ajax-loader-overlay
{
    border-radius: 10px;
    width: 150px;
    height: 100px;
    text-align: center;
    background-color: rgba(0,0,0,0.15);
    color: white;
    position: fixed;
    z-index: 9999;
    left: 50%;
    top: 50%;
    margin-top: -50px; /* negative half the size of height */
    margin-left: -75px; /* negative half the size of width */
}

p.seatfinder-popup
{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

div.seatfinder-map
{
    @media (prefers-color-scheme: light) {
        background-color: white;
    }
    @media (prefers-color-scheme: dark) {
        background-color: black;
    }
}

/* Dark mode for the map */
:root {
    --map-tiles-filter: invert(100%) hue-rotate(180deg) brightness(95%) contrast(90%);
}
@media (prefers-color-scheme: dark) {
    .map-tiles {
        filter:var(--map-tiles-filter, none);
    }
}
