
.mec-seat.mec-not-selected-custom-background.can-select {
    background-color: var(--mec_seat_not_selected_color) !important;
    border-color: var(--mec_seat_not_selected_color) !important;
}

.mec-seat.mec-selected-custom-background.current-selected {
    background-color: var(--mec_seat_selected_color) !important;
    border-color: var(--mec_seat_selected_color) !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;
}

#mec-seat-selected-seats{
    margin: 10px;
    margin-bottom:10px;
}

#mec-seat-selected-seats label{
    display: inline;
}
