@import url('https://fonts.googleapis.com/css2?family=Concert+One&display=swap');

.nextnav a:hover{
	color: #e7aa32;
}

.bedsholder{
	background-color:rgba(0,0,0,0.4);	
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;

}
.apartment_card{
	background-color:#fff;
	color: #4f4f4f;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	
}

.roomcard_holder{
	background-color:#84e1ff;
	color: #000;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	height:100%;
}
.bed_holder{
	background-color:#50abc8;
	color: #fff;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

#searchResults {
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  max-height: 150px;
  overflow-y: auto;
  z-index: 999;
}

#searchResults ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#searchResults li {
  cursor: pointer;
  padding: 8px;
}

#searchResults li:hover {
  background-color: #f2f2f2;
}

.activemenu{
  pointer-events: none !important; 
  color: gray !important;
}

#tenantList {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
}

.apartment {
	border: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.room {
	margin: 10px 0;
}
.bedc{
	
}

.bed {
	display: inline-block;
	margin: 5px;
	padding: 10px;
	border-radius: 10px; 
	color: #fff;
	text-align: center;
	/* Increase the width */
	width: 250px; /* Adjust the width as needed */
	position: relative;
}

.bedc.free {
	 
}

.filled {
	 cursor: pointer;
}
.filled:hover {
	opacity: 0.6;
}
.bedc.upcoming {
	 
}
.bed button {
	margin-top: 10px;
}

.big-red-x {
display: inline-block;
font-size: 24px;
color: red;
text-align: center;
}

.bed-cell {
vertical-align: middle;
text-align: center;
}