/* .mec-seat.can-select:not(.current-selected):not(.mec-seat-handicap-accessible) {
    background-color: var(--mec-seat-color-available) !important;
    border-color: var(--mec-seat-color-available) !important;
} */

.mec-seat.can-select.mec-seat-handicap-accessible:not(.current-selected) > span > svg path {
    fill: #738288 !important;
    border-color: none !important;
}

.mec-seat.can-select:not(.current-selected):not(.mec-seat-handicap-accessible):hover,
.mec-seat.current-selected:not(.mec-seat-handicap-accessible) {
    background-color: var(--mec-seat-color-selected) !important;
    border-color: var(--mec-seat-color-selected-border) !important;
}

.mec-seat.can-select.mec-seat-handicap-accessible:not(.current-selected):hover > span > svg path,
.mec-seat.current-selected.mec-seat-handicap-accessible > span > svg path {
    fill: var(--mec-seat-color-selected) !important;
    border-color: none !important;
}

.mec-seat-layouts-wrap .mec-seat-layouts-tabs-contents > div:not(.active){
    display:none;
}

.mec-seat-layouts-wrap ul:not(.mec-seat-circle) > li{
    margin-top: 0 !important;
}

#mec-seat-alert-box{
    width: 100%;
    position: fixed;
    top: 50%;
    z-index: 999999;
}
#mec-seat-alert-box .inner{
    display: table;
    margin: auto;
    background-color: white;
    box-shadow: 0px 0px 5px grey;
    padding: 5px 10px;
    border-radius: 2px;
}
#mec-seat-alert-box .inner i{
    color: red;
    margin: 0 5px;
}

.mec-seat-layouts-wrap{
    display: none;
    z-index: 99999;
    left: 0;
    width: fit-content;
    min-width: 745px;
    max-width: calc(100vw - 100px);
    max-height: calc(100vh - 64px) !important;
    margin: 0 auto;
    border-radius: 11px;;
}

.mec-seat-layouts-select-seat-ticket-lity-wrap .lity-content::after{
    box-shadow: none;
}

.mec-seat-seats-settings-lity-wrap .lity-container{
    width: 100%;
    max-width: unset;
}

.mec-seat-seats-settings-lity-wrap .lity-container .lity-content:after{
    -moz-box-shadow: none !important;
    -goog-ms-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.mec-seat-seats-settings-lity-wrap .lity-container .lity-close{
    display: none;
}

.mec-seat-seats-settings-lity-wrap .lity-container .mec-seat-layouts-wrap{
    display: block;
}

.mec-seat-layout {
    position: relative;
    min-height: 500px;
}

.mec-seat-select-wrap #mec-seat-open-seats {
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
}

.mec-seat-select-wrap #mec-seat-open-seats svg {
    margin: 0 10px 0 0;
}

#mec-seat-selected-seats{
    margin: 10px;
    margin-bottom:10px;
}

#mec-seat-selected-seats label{
    display: inline;
}

/* Frontend Aisle Styles */
.mec-seat-layouts .seat-area-row.aisle-row {
    margin: 0;
    border-radius: 4px;
    min-height: 20px;
    position: relative;
}

.mec-seat-layouts .seat-area-row.aisle-row::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 10px;
    color: #6c757d;
    font-weight: 600;
    letter-spacing: 1px;
}

.mec-seat-layouts .seat-area-row.aisle-row .seat-row-seat {
    background: transparent;
    border: none;
}

.mec-seat-layouts .seat-area-row.aisle-row .row-indicator {
    visibility: hidden;
}

/* Frontend Column Aisle Styles - Empty Spaces for Vertical Aisles */
.mec-seat-layouts .mec-seat-column-aisle {
    width: 20px !important;
    min-width: 20px !important;
    max-width: 20px !important;
    height: 20px !important;
    min-height: 20px !important;
    background: transparent !important;
    border: none !important;
    margin: 0 1.5px 6px 1.5px !important;
    position: relative !important;
    display: inline-block !important;
    vertical-align: -webkit-baseline-middle !important;
    cursor: default !important;
    pointer-events: none !important;
}

/* Column Aisle Header (in column numbers row) */
.mec-seat-layouts .mec-seat-column-aisle-header {
    width: 20px !important;
    min-width: 20px !important;
    max-width: 20px !important;
    height: 20px !important;
    min-height: 20px !important;
    background: transparent !important;
    border: none !important;
    margin: 0 1.5px 6px 1.5px !important;
    position: relative !important;
    display: inline-block !important;
    vertical-align: -webkit-baseline-middle !important;
    cursor: default !important;
    pointer-events: none !important;
}

/* Responsive adjustments for aisles */
@media only screen and (max-width: 768px) {
    .mec-seat-layouts .seat-area-row.aisle-row {
        min-height: 15px;
        margin: 5px 0;
    }
    
    .mec-seat-layouts .seat-area-row.aisle-row::before {
        font-size: 8px;
    }
    
    .mec-seat-layouts .mec-seat-column-aisle,
    .mec-seat-layouts .mec-seat-column-aisle-header {
        width: 18px !important;
        min-width: 18px !important;
        max-width: 18px !important;
        height: 18px !important;
        min-height: 18px !important;
        margin: 0 1px 4px 1px !important;
    }
}
