.seatLayout-bg {
    background: #eaf2fc;
}

.seatLayout-legend {
    margin-bottom: 10px;
}

.legend-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    overflow: hidden;
    justify-content: space-between;
}

.legend-list .legendList-item {
    /* background: #ccc; */
    /* padding: 5px; */
    display: flex;
    align-items: center;
}

.legend-list .legend-box {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 5px;
}

.seatLayout-table {
    width: 100%;
    margin: 0 auto;
}

.seatLayout-table th,
.seatLayout-table td {}

.seat-row {
    /* -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important; */
    -webkit-box-pack: space-between!important;
    -ms-flex-pack: space-between!important;
    justify-content: space-between!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.seat-row .seat-info {
    background: #ddd;
    color: #111;
    display: block;
    text-align: center;
    line-height: 40px;
}

.seat-row .col-12,
.seat-row .col-auto {
    padding: 5px;
}

.seat-label {
    width: 30px;
    height: 30px;
    /* background: #ccc; */
    text-align: center;
    line-height: 28px;
    cursor: default;
    display: block;
}

label.seat-label {
    cursor: pointer;
}

.seat-label .seat-input {
    display: none
}

.seat-label [type=checkbox]:checked span {}

.seat-box {
    display: block;
    border-radius: 5px;
}

.bg-selected,
.bg-selected:hover {
    background-color: #9cd27c;
    color: #fff;
    border-color: #72bf44;
    border-radius: 5px;
}

.bg-available,
.bg-available:hover {
    background-color: #f9f9f9;
    color: #111;
    border: 1px solid #d3d3d3;
}

.bg-blocked,
.bg-blocked:hover {
    border: 1px solid #000;
    background: #666;
    color: #fff;
}

.bg-sold,
.bg-sold:hover {
    border: 1px solid #ff4646;
    background: #ff9090;
    color: #fff;
}

.bg-booked,
.bg-booked:hover {
    border: 1px solid #4d4d4d;
    background-color: #a9a9a9;
    color: #fff;
}

.bg-white,
.bg-white:hover {
    background-color: #fff;
    color: #111;
    border: 1px solid #d3d3d3;
}

.seat-label.js__disabled .bg-available {
    cursor: default;
    background-color: #666;
    color: #fff;
}


/* .seat-box {
    position: relative;
    width: 25px;
    height: 28px;
    background: #fff;
    border: 1px solid #c1c1c1;
    display: block;
}

.seat-box:before {
    height: 5px;
    border: 1px solid #c1c1c1;
    bottom: 3px;
}

.seat-box:after {
    height: 3px;
    bottom: 0;
}

.seat-box:after,
.seat-box:before {
    content: "";
    position: absolute;
    width: 20px;
    background: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.seat-box .seat-hand {
    width: 18px;
    height: 3px;
    left: 2px;
    top: 23px;
}

.seat-box .seat-hand:after,
.seat-box .seat-hand:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 15px;
    border: 1px solid #c1c1c1;
    bottom: -1px;
}

.seat-box .seat-hand:before {
    right: -6px;
}

.seat-box .seat-hand,
.seat-box .seat-hand:before {
    background: #fff;
}

.seat-box .seat-hand:after {
    background: #fff;
    left: -5px;
}

.seat-box.bg-available,
.seat-box.bg-available:before {
    border-color: #d3d3d3;
    background: #fff;
}

.seat-box.bg-available .seat-hand,
.seat-box.bg-available:after {
    background: #fff;
}

.seat-box.bg-available .seat-hand:after,
.seat-box.bg-available .seat-hand:before {
    border-color: #d3d3d3;
    background: #fff;
}

.seat-box.bg-selected,
.seat-box.bg-selected:before {
    border-color: #72bf44;
    background: #9cd27c;
}

.seat-box.bg-selected .seat-hand,
.seat-box.bg-selected:after {
    background: #9cd27c;
}

.seat-box.bg-selected .seat-hand:after,
.seat-box.bg-selected .seat-hand:before {
    border-color: #72bf44;
    background: #9cd27c;
}

.seat-box.bg-blocked,
.seat-box.bg-blocked:before {
    border-color: #000;
    background: #a9a9a9;
}

.seat-box.bg-blocked .seat-hand,
.seat-box.bg-blocked:after {
    background: #a9a9a9;
}

.seat-box.bg-blocked .seat-hand:after,
.seat-box.bg-blocked .seat-hand:before {
    border-color: #000;
    background: #a9a9a9;
}

.seat-box.bg-sold,
.seat-box.bg-sold:before {
    border-color: #ff4646;
    background: #ff9090;
}

.seat-box.bg-sold .seat-hand,
.seat-box.bg-sold:after {
    background: #ff9090;
}

.seat-box.bg-sold .seat-hand:after,
.seat-box.bg-sold .seat-hand:before {
    border-color: #ff4646;
    background: #ff9090;
} */

.seat_rm {
    border: 0;
    background: none;
    padding: 0;
    color: red;
    font-size: 20px;
    line-height: 24px;
    width: 24px;
}

.seat_layout .noticebox {
    height: 174px;
    overflow-y: auto;
    border-radius: 5px;
    border: 1px solid #ccc
}

.booking-details .form-group label {
    font-size: 16px;
    font-weight: bold;
}

.login-details {}

.login-details h3 {
    margin: 0 0 5px 0;
    font-size: 18px;
}

.login-details h5 {
    margin: 0 0 15px 0;
    font-size: 14px;
}

.selectedTable-box {
    height: 200px;
}

.table-scrolled tbody {
    display: block;
    max-height: 136px;
    overflow-y: auto;
}

.table-scrolled thead,
.table-scrolled tfoot,
.table-scrolled tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.btn-group-xs>.btn,
.btn-xs {
    padding: .2rem .5rem .2rem;
    font-size: .75rem;
    line-height: 1.5;
}

.fareFilter-btns .btn.active {
    background-color: #39c0ed !important;
    color: #fff !important;
}

.mix-filterbox-btns .btn:hover,
.mix-filterbox-btns .btn {
    border: 0;
    box-shadow: unset !important;
    outline: 0;
    z-index: 0 !important;
    /* border-color: var(--primary-color);
    border-right-color: #fff; */
}

.mix-filterbox-btns .mixitup-control-active {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}

.search_result-box .dropdown-group .dropdown-menu {
    background: #f5f5f5;
}

@media only screen and (max-width: 992px) {
    .selectedTable-box,
    .seatLayout-box {
        height: auto !important;
    }
    .section-result {
        padding-bottom: 0 !important;
    }
    #seatLayout-overflow {
        height: auto !important;
        margin-bottom: 15px;
    }
    .selectize-control.single .selectize-input:after {
        display: none;
        content: unset;
    }
}