.bg-mainmenu {
	background: #2d3748;
}

.bg-mainmenuitem-hover:hover {
	background: #3a4962;
}

.mainmenu-icon {
	width: 20px;
	height: 20px;
	fill: #fff;
}

.title-shadow {
	box-shadow: inset 5px 0 5px -5px #4a5568;
}

.content {
	padding: 2rem;
	box-shadow: inset 5px 5px 5px -5px #4a5568;
	z-index: 200;
}

.calendarDay {
	display: block;
	width: 2rem;
	height: 2rem;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50%;
	background-color: var(--bs-light);
	padding-top: 4px;
	text-decoration: none;
}

.calendarDay:hover {
	background-color: var(--bs-gray-200);
}

.calendarItem:hover {
	--bs-bg-opacity: 0.50;
}

.calendarItemText {
	font-size: 12px;
	margin: 0px;
}

.customerRow {
	position: relative;
}

.customerRow a {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}