.scheduleModal {
	display: none; /* Hidden by default */
	position: absolute; /* Stay in place */
	z-index: 50; /* Sit on top */
	padding-top: 50px; /* Location of the box */
	top: 0;
	left: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: hidden; /* Enable scroll if needed */
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.6); /* Black w/ opacity */
}

.scheduleModal__content {
	position: fixed;
	top: 15px;
	left: 10%;
	background-color: #252525;
	/* margin-left: -250px; */
	/* margin-top: -100px; */
	/* margin: auto; */
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	/* height: 80%; */
	/* transform: translate(-50%, -50%); */
}

.scheduleModal__close {
	color: #bbb;
	float: right;
	font-size: 42px;
	font-weight: bold;
	line-height: 0.6;
}

.scheduleModal__close:hover,
.scheduleModal__close:focus {
	color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
