#scwatbwsr_map_zoom-in {
	border-radius: 16px!important;
}
#scwatbwsr_map_zoom-out {
	border-radius: 16px!important;
}
.scwatbwsr_types {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	gap: 24px;

	width: 960px;
	height: 56px;


	/* Inside auto layout */
	flex: none;
	order: 2;
	align-self: stretch;
	flex-grow: 0;
	z-index: 2;
	margin-bottom: 2rem;
	
	.scwatbwsr_types_item {
		box-sizing: border-box;

		/* Auto layout */
		display: flex;
		flex-direction: row;
		align-items: center;
		padding: 16px 24px!important;
		gap: 10px;
		
		min-width: 10rem;
		
		/* Primary/#FFFFFF */
		background: #FFFFFF;

		/* Gray/20% */
		border: 1px solid rgba(13, 13, 13, 0.2);
		border-radius: 16px!important;

		/* Inside auto layout */
		flex: none;
		order: 0;
		flex-grow: 0;
	}
	.scwatbwsr_types_item_bg {
		border-radius: 4px!important;

		height: 16px;

		/* Inside auto layout */
		flex: none;
		order: 0;
		flex-grow: 0;
	}
	.scwatbwsr_types_item_name {
		height: 24px;

		/* SemiBold/Text */
		font-family: 'Montserrat Semibold';
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		line-height: 24px;

		/* identical to box height, or 150% */

		/* Primary/100% */
		color: #0D0D0D;


		/* Inside auto layout */
		flex: none;
		order: 1;
		flex-grow: 0;
		margin: 0 0rem 0 -1.6rem!important;
		padding: 0 0.5rem 0 1rem;
	}
}
.scwatbwsr_map_tables_table_seat {
	border-radius: 4px!important;
}

.scwatbwsr_total {
	box-sizing: border-box;

	/* Auto layout */
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0px;
	gap: 8px;

	width: 1200px;
	height: 152px;

	background-color: #fff!important;

	/* Gray/10% */
	border: 1px solid rgba(13, 13, 13, 0.1);

	/* Shadow */
	box-shadow: 0px 34px 14px rgba(0, 0, 0, 0.01), 0px 19px 12px rgba(0, 0, 0, 0.02), 0px 9px 9px rgba(0, 0, 0, 0.03), 0px 2px 5px rgba(0, 0, 0, 0.04), 0px 0px 0px rgba(0, 0, 0, 0.04);
	border-radius: 16px!important;

	/* Inside auto layout */
	flex: none;
	order: 4;
	align-self: stretch;
	flex-grow: 0;
	z-index: 4;
}
.scwatbwsr-next-btn-hidden {
	display: none;
}
#scwatbwsr_tickets {

	font-family: 'Montserrat Semibold';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
}

