div.seatCharts-cell {
	height: 35px;
	width: 35px;
	margin: 3px;
	float: left;
	text-align: center;
	outline: none;
	font-size: 15px;
	line-height: 35px;
	color: white;
}

div.seatCharts-space {
	background-color: #ffffff00;
}

div.seatCharts-container {
	min-width: 200%;
	overflow: auto;
}

div.seatCharts-seat.available {
	background-color: transparent;
	background-image: url('chairlivre.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

div.seatCharts-seat.bed {
	background-color: transparent;
	background-image: url('bed.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}



.seatCharts-seat.selected {
	background-color: transparent !important;
	background-image: url('chairselect.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.seatCharts-seat.unavailable {
	background-color: transparent !important;
	background-image: url('chairocupada.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

div.seatCharts-row {
	height: 70px;
}

ul.seatCharts-legendList {
	list-style: none;
	display: flex;
}

li.seatCharts-legendItem {
	/* margin-top: 10px; */
	line-height: 4;
}

.seatCharts-seat.vip {
	background-color: transparent;
	background-image: url('chairvip.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	cursor: pointer
}

.ticket-layout {
	display: grid;
	gap: 48px;
	grid-template-columns: 2fr 4fr;
}

div.seatCharts-seat {
	background-color: transparent;
}

	div.seatCharts-seat.focused {
		background-color: transparent !important;
		background-image: url('chairlivre.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		cursor: pointer
	}
