.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) !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;
}
