.mp_seat.seat_available .seat_visual {
	background: #fff !important;
}

.mp_seat.wbtm-seat-completed .seat_visual,
.mp_seat.wbtm-seat-completed.seat_booked .seat_visual {
	background: #feba12 !important;
	border-color: #d79600 !important;
}

.mp_seat.wbtm-seat-on-hold .seat_visual,
.mp_seat.wbtm-seat-on-hold.seat_booked .seat_visual {
	background: #aaa !important;
	border-color: #858585 !important;
}

.mp_seat.wbtm-seat-locked,
.mp_seat.wbtm-seat-locked * {
	cursor: not-allowed !important;
}

.mp_seat.wbtm-seat-locked {
	opacity: 1 !important;
	pointer-events: auto;
}

.mp_seat.wbtm-seat-locked .seat_number {
	color: #fff !important;
}
