@charset "UTF-8";

#mainWrapper {
	padding-top: 6rem !important;
	padding-bottom: 3rem !important;
}

.calendar-table {
	table-layout: fixed;
}

.calendar-table td {
	height: 110px;
	vertical-align: top;
	padding: 6px !important;
	position: relative;
}

.day-num {
	font-weight: bold;
	font-size: 1.1rem;
	margin-bottom: 5px;
	display: block;
	text-align: center;
}

.slot-btn {
	font-size: 0.7rem;
	padding: 4px;
	margin-bottom: 3px;
	display: block;
	width: 100%;
	text-align: center;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
	border: 1px solid transparent;
}

.slot-available.pagi {
	background-color: #e8f5e9;
	color: #2e7d32;
	border-color: #c8e6c9;
	cursor: pointer;
}

.slot-available.malam {
	background-color: #e3f2fd;
	color: #1565c0;
	border-color: #bbdefb;
	cursor: pointer;
}

.slot-booked {
	background-color: #ffebee;
	color: #c62828;
	border-color: #ffcdd2;
	cursor: pointer;
}

#front-calendar .slot-booked {
	cursor: not-allowed;
}

.slot-past {
	background-color: #f5f5f5;
	color: #9e9e9e;
	border-color: #eeeeee;
	cursor: not-allowed;
}

.other-month {
	background-color: #fafafa;
}

.table-scroll {
	max-height: 300px;
	overflow-y: auto;
}