/* added */
.spinner-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
	display: none; /* Hidden by default */
	align-items: center;
	justify-content: center;
	z-index: 1050; /* Ensure it's above other content */
}

.booking-item label{
	text-align: left;
}

.table1 {
  th,tr{
	  background: white !important;
  }
}

/* //messageType */
.container{
	max-width: 1065px !important;
}

#forgotPswdBtn:hover {
  color: blue !important;
}