.h-vcalender {
	flex: 1;
	height: 100%;
	overflow-y: auto;

	div {
		padding: 10px 0;
		text-align: center;

		&.active {
			font-weight: 700;
		}

		&:first-child, &:last-child, &:nth-of-type(2), &:nth-last-child(2) {
			opacity: 0 !important;
		}
	}
}