/* ////////////////////////////////// */
/* ////////////////////////////////// */
/* ////////////////////////////////// */
/* SEAT - CUSTOM STYLE ////////////// */

.seat_plan_area {
    width: 100% !important;

    display: block !important;

    overflow: auto;
    border-radius: 5px;
    justify-content: unset !important;
}

.seat_plan.mage_seat_plan_area {
    display: block !important;

    text-align: center;

    width: max-content !important;
    min-width: 100%;
    max-width: unset;

    overflow: unset;
}

.seat_plan_row {
    display: block !important;
    position: relative;

    text-align: center;

    width: unset !important;
    max-width: unset !important;
    min-width: unset !important;

    height: 25px !important;
    max-height: 25px !important;
    min-height: 25px !important;

    padding-left: 45px;
    padding-right: 45px;

    margin-bottom: 5px;
}

.mage_seat_item,
.empty_seat_area,
.seat_plan_row>div {
    display: inline-block !important;

    line-height: 24px;

    float: none !important;

    width: 25px !important;
    max-width: 25px !important;
    min-width: 25px !important;
    height: 25px !important;
    max-height: 25px !important;
    min-height: 25px !important;
}

.seat_plan_row:hover>div.seat_row_label_left,
.seat_plan_row:hover>div.seat_row_label_right {
    color: #fff;
    background: rgba(0, 0, 0, 0.25);
}

/*  */

.seat_row_label_left,
.seat_row_label_right {
    position: absolute !important;
    top: 0px;

    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 50px;
    line-height: 24px;
    box-shadow: inset 0 0 0 1px #fff;

    opacity: 0.7;
}

.seat_row_label_left {
    left: 0px;
}

.seat_row_label_right {
    right: 0px;
}

/*  */

.mage_seat_list {
    width: 100% !important;
    margin: 25px 0px !important;
}

/* OTHER */

.mage_seat_plan {
    margin-bottom: 0px !important;
}

.mage_seat_list {
    border-radius: 5px;
    overflow: hidden;
}

.mage_selected_seat_list>div {
    height: 35px;
    display: flex !important;
    align-items: center;
}

/* ////////////////////////////////// */
/* ////////////////////////////////// */
/* ////////////////////////////////// */