/* Make the selector wider */
/* #month-selector {
	background: #f8f9fa;
	border-radius: 6px;
	padding: 10px;
	width: 420px;
	position: absolute;
	z-index: 1000;
} */
/* Month button style */
/* .month-btn {
	width: 30%;
	margin: 5px 1%;
	font-size: 12px;
	text-transform: uppercase;
	transition: all 0.2s ease;
}
.month-btn.btn-light {
	background: #ffffff;
	border: 1px solid #ccc;
}
.month-btn.active-month {
	background: #0d6efd;
	color: #fff;
	border: 1px solid #0a58ca;
} */
/* hover-preview style */
.month-btn.hover-range {
	background: #cfe2ff;
	color: #000;
}

/*
.disabled {
	pointer-events: none;
	opacity: 0.6;
	filter: grayscale(100%);
} */