.tl-wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.tabs {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 20px 0px 40px 0px;
	gap: 10px;

	.tab {
		cursor: pointer;
		border: 0px;
		border-radius: 20px;
		padding: 10px;
		background-color: rgba(154, 159, 192, 0.16);
	}

	.tab.active {
		background-color: #bdb1fa;
		color: white;
	}
}

/* booking form styles */
#tl-booking-form {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	z-index: 0;
}
