#future_calendar_vanin_box .inside {
	box-sizing: border-box !important;
	overflow: visible !important;
	padding: 10px 12px 12px !important;
}

#future_calendar_vanin_box .inside:after {
	clear: both !important;
	content: "" !important;
	display: table !important;
}

.fcv-root,
.fcv-root * {
	box-sizing: border-box !important;
}

.fcv-root {
	clear: both !important;
	display: block !important;
	max-width: 100% !important;
	overflow: visible !important;
	position: relative !important;
	width: 100% !important;
}

.fcv-topbar {
	align-items: center !important;
	display: grid !important;
	grid-template-columns: 34px minmax(0, 1fr) 34px !important;
	gap: 8px !important;
	margin: 0 0 8px !important;
	width: 100% !important;
}

.fcv-current-label {
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	min-width: 0 !important;
	text-align: center !important;
}

.fcv-nav {
	height: 30px !important;
	line-height: 28px !important;
	min-height: 30px !important;
	padding: 0 !important;
	text-align: center !important;
	width: 34px !important;
}

.fcv-helper,
.fcv-picked,
.fcv-version {
	color: #646970 !important;
	font-size: 12px !important;
	line-height: 1.35 !important;
	margin: 0 0 10px !important;
}

.fcv-version {
	font-size: 10px !important;
	margin-bottom: 0 !important;
	opacity: .75 !important;
}

.fcv-month[hidden] {
	display: none !important;
}

.fcv-calendar {
	clear: both !important;
	display: block !important;
	float: none !important;
	margin: 0 0 12px !important;
	max-width: 100% !important;
	overflow: visible !important;
	width: 100% !important;
}

.fcv-title {
	display: block !important;
	font-size: 15px !important;
	font-style: italic !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	margin: 0 0 8px !important;
	padding: 0 !important;
	text-align: center !important;
	width: 100% !important;
}

.fcv-grid {
	clear: both !important;
	display: grid !important;
	float: none !important;
	grid-auto-flow: row !important;
	grid-auto-rows: minmax(28px, auto) !important;
	grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
	gap: 4px !important;
	max-width: 100% !important;
	overflow: visible !important;
	width: 100% !important;
}

.fcv-weekday,
.fcv-pad,
.fcv-date {
	align-items: center !important;
	display: flex !important;
	float: none !important;
	justify-content: center !important;
	min-height: 28px !important;
	min-width: 0 !important;
	overflow: hidden !important;
	text-align: center !important;
}

.fcv-weekday {
	color: #1d2327 !important;
	font-size: 12px !important;
	font-weight: 700 !important;
}

.fcv-date {
	appearance: none !important;
	background: #fff !important;
	border: 1px solid #dcdcde !important;
	border-radius: 4px !important;
	color: #1d2327 !important;
	cursor: pointer !important;
	font: inherit !important;
	font-size: 12px !important;
	line-height: 1 !important;
	margin: 0 !important;
	padding: 0 !important;
	text-decoration: none !important;
	width: 100% !important;
}

span.fcv-date {
	cursor: default !important;
}

button.fcv-date:hover,
button.fcv-date:focus,
.fcv-free-day:hover,
.fcv-free-day:focus {
	border-color: #2271b1 !important;
	box-shadow: 0 0 0 1px #2271b1 !important;
	outline: 0 !important;
}

.fcv-busy {
	background: #d9f2d7 !important;
	border-color: #79bf72 !important;
	font-weight: 700 !important;
}

.fcv-busy-2 { background: #c5ebbf !important; }
.fcv-busy-3 { background: #afe3a7 !important; }
.fcv-busy-4 { background: #99da91 !important; }
.fcv-busy-5 { background: #80cf78 !important; }

.fcv-today {
	text-decoration: underline !important;
	text-underline-offset: 3px !important;
}

.fcv-free-week {
	border-top: 1px solid #dcdcde !important;
	clear: both !important;
	margin-top: 12px !important;
	padding-top: 10px !important;
}

.fcv-free-week strong {
	display: block !important;
	font-size: 12px !important;
	margin: 0 0 6px !important;
}

.fcv-free-week-grid {
	display: grid !important;
	gap: 4px !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	margin-bottom: 10px !important;
}

.fcv-free-day {
	appearance: none !important;
	background: #f0f6fc !important;
	border: 1px solid #72aee6 !important;
	border-radius: 4px !important;
	color: #135e96 !important;
	cursor: pointer !important;
	font-size: 11px !important;
	line-height: 1.1 !important;
	min-height: 28px !important;
	padding: 3px !important;
	text-align: center !important;
}

.fcv-public-root .fcv-public-month {
	margin: 0 0 18px !important;
}

.fcv-empty {
	color: #646970 !important;
	margin: 0 !important;
}

.fcv-published {
	background: #e7f0fb !important;
	border-color: #72aee6 !important;
}

.fcv-future {
	background: #d9f2d7 !important;
	border-color: #79bf72 !important;
}

.fcv-mixed {
	background: linear-gradient(135deg, #d9f2d7 0%, #d9f2d7 50%, #e7f0fb 50%, #e7f0fb 100%) !important;
	border-color: #72aee6 !important;
}
