body {
	background-color: #1d1d1d !important;
	color: #fff !important;
}
ul.navigation.clearfix li a {
	color: white !important;
}

 div.close-btn{
	right: 18px !important;
 }
.section {
	border-radius: 2px;
	text-align: center;
	width: 100%;
	cursor: pointer;
}
/* .section:hover,
.rt:hover,
.ctable:hover {
	background-color: #c78024;
	color: white;
} */
.rotate-right {
	transform: rotate(-90deg);
}
.rotate-left {
	transform: rotate(90deg);
}
.tt {
	font-size: 14px;
	font-weight: 510;
}
.title {
	font-size: 3rem;
	font-weight: 700;
}
.text {
	font-size: 1rem;
	font-weight: bold;
	margin: 0;
}
.h-9 {
	height: 9rem;
	min-height: 9rem;
}

/* VVIP SECTION */
.vvip-sectin {
	background-color: #00bcd4;
}

.vvt-a14 {
	height: 6rem;
	padding: 1rem 0;
}
.vvt-a15 {
	padding-top: 1rem;
}
.vvt-a16 {
	padding-top: 1rem;
}
.vvt-b15 {
	padding: 1rem 0;
}
.vvt-b16 {
	padding: 0.75rem 0;
}
/* EXTRAS */
.extra {
	background-color: #00bcd4;
	width: 1rem;
	height: 1rem;
	position: absolute;
}
.extra-b15 {
	top: 0;
	left: 0;
}
.extra-a14 {
	left: 0;
	top: 40%;
}

.vviptable {
	width: 3.5rem;
	height: 4rem;
	display: flex;
	overflow: hidden;
	position: relative;
	background-color: black;
}
.vviptable-inner {
	background-color: #00bcd4;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	width: 80%;
	padding-top: 0.5rem;
}

/* Stage */
.stage {
	background-color: black;
}

/* Dance Floor */
.dance-floor {
	background-color: #fdf48b;
	color: black;
}
.restroom {
	background-color: #ff00ff;
}
.rest1 {
	float: left;
}
.exit {
	background-color: red;
	color: white;
	width: 3rem;
	height: 3rem;
}
.islandbar {
	background-color: black;
	color: white;
	min-height: 10rem;
	width: 50%;
	margin: 1rem auto;
	text-align: center;
	line-height: 3rem;
	padding: 1rem;
}
/* TABLE */
.ctable {
	width: 3rem;
	height: 2.5rem;
	margin-bottom: 0;
	background-color: black;
	cursor: pointer;
}

.ctable-inner {
	background-color: #fdf48b;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60%;
	padding-bottom: 0.1rem;
	margin: 0 auto;
}
.circle {
	background-color: black ;
	color: white;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ctable:hover circle {
	background-color: #ff8a00 !important;
}

.entry {
	background-color: green;
	color: white;
	width: 3rem;
	height: 3rem;
}

/* VIP section */
.vip-section {
	background-color: #ff8a00;
	padding: 0.5rem;
}
.vip-container {
	justify-content: center;
	align-items: center;
}
.viptable {
	width: 4rem !important;
	height: 3rem;
	display: flex;
	overflow: hidden;
	position: relative;
	background-color: black;
	padding-bottom: 0.5rem;
}
.vip-inner {
	background-color: #ff8a00;
	width: 70%;
	margin: 0 auto;
	padding-top: 0.5rem;
}

/* SOFA */
.sofa-section {
	background-color: black;
}
.sofa-container {
	background-color: #ffc101;
	padding: 0.5rem !important;
	margin: 0.5rem 0 !important;
}
.sofa-left {
	padding: none !important;
	border-left: 2px solid black;
}
.sofa-right {
	padding: none !important;
	border-right: 2px solid black;
}

.sofatable {
	width: 3rem;
	height: 4rem;
	display: flex;
	overflow: hidden;
	position: relative;
	background-color: black;
	padding: 0.75rem 0;
}
.sofa-inner {
	background-color: #ffc101;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70%;
	overflow: hidden;
	padding-top: 0.5rem;
}
.rt-container {
	padding: 0.5rem !important;
	margin: 0.5rem 0 !important;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	gap: 1rem;
}
.rt {
	width: 2rem;
	height: 2rem;
	border: none !important;
	background-color: white;
	border-radius: 100% !important;
	color: black;
}
.stairs {
	width: 80%;
}

/* VIP SIDE */
.vipside-section {
	background-color: black;
	min-height: 9.1rem !important;
	padding: 0.5rem;
}
.vip-side {
	background-color: #ffcc66;
	display: flex;
	padding: 0.2rem;
	justify-content: center;
	align-items: center;
}
.vipsidetable {
	width: 4rem !important;
	height: 3rem;
	display: flex;
	overflow: hidden;
	margin: 0 !important;
	background-color: black;
	padding-bottom: 0.5rem;
}
.vipside-inner {
	background-color: #ffcc66;
	width: 70%;
	margin: 0 auto;
	padding-top: 0.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.vst-1 {
	float: right;
}
.vss {
	display: flex;
	justify-content: start;
	padding-top: 0.5rem;
	height: 4rem;
}
.vss .vipside-inner {
	margin: 0;
	width: 80%;
}
.vip-bt {
	width: 100% !important;
}
.vip-middle {
	padding: 0.5rem;
}
.vip-right-sofas {
	border: none;
}

hr {
	border: 2px solid rgb(0, 0, 0);
	margin: 0;
	flex-grow: 1;
}

.me-3 {
	margin-right: 1rem; /* Space between the text and the left line */
}

.ms-3 {
	margin-left: 1rem; /* Space between the text and the right line */
}

.bar {
	background-color: black;
	color: white;
	height: 60%;
	width: 100%;
	border: 2px solid yellow;
}
.side-rest {
	height: 16%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2rem;
	color: black;
}

/* mobile */

.dropdown {
	/* border: 1px solid white; */
	padding: 1rem 1rem;
	cursor: pointer;
	background-color: black;
}

.bg-black {
	background-color: black;
}
.bg-grey{
	background-color: black;
}
@media screen and (max-width: 768px) {
	.m-padding {
		padding: 1rem;
	}
	.bg-grey{
		background-color: #1d1d1d !important;
	}
	.drop {
		border-bottom: 1px solid #eeeeee15;
	}
	.last {
		border: none;
	}
	.title {
		font-size: 1rem;
	}

	/* VVIP */
	.vviptable {
		width: 2.5rem !important;
	}
	.section {
		border: 1px solid #444;
		border-radius: 2px;
		padding: 2px;
		text-align: center;
	}
	.vip-container {
		margin: 0;
		width: 100%;
		display: flex;
		gap: 0.5rem;
		justify-content: start;
	}
	.viptable {
		width: 2.4rem !important;
		height: 2rem;
	}
	.vip-section .col-2 {
		padding: 0;
	}
	.vip-side {
		width: 4rem ;
		height: 3rem ;
	}
	.vipsidetable {
		width: 2.5rem ;
		height: 2.5rem ;
	}

	.vst-2 {
		margin-left: 0;
	}
	.vst-1 {
		margin-right: 0;
		float: left;
	}
	.vip-middle {
		padding: 1rem;
		align-items: center;
		justify-content: center;
	}
	.vip-bottom {
		display: flex;
		flex-direction: column;
	}
	.vss .sofatable {
		margin: 0.5rem;
	}
	.vip-side .sofatable {
		width: 2.5rem;
		height: 2rem;
		margin: 0;
		padding: 0.4rem 0;
	}
	.vss2 .viptable {
		width: 2.5rem;
		height: 2rem;
		margin: 0;
	}
	.vss2 {
		width: 4rem;
		padding: 0.5rem;
		margin-right: 1rem;
	}

	.floor-img {
		width: 100%;
		height: 100%;
	}
	.floor-img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.vt-bt{
		width: 100%;
	}
}

.modal-content{
	color: black !important;
}