.highSeasons {
	background: rgba(254, 233, 0, 0.5) ;
}

.weekend {
	background: rgba(198, 185, 0, 0.5) !important;
}

.highSeasonsWeekend{
    
    background: rgba(255, 162, 0, 0.5) !important;
}

.react-calendar-timeline .rct-vertical-lines .rct-vl {
	border-left-width: 0px !important;
}

.react-calendar-timeline .rct-horizontal-lines .rct-hl-even {
	border-bottom: 1px solid black !important;
	background: white !important;
}

.react-calendar-timeline .rct-horizontal-lines .rct-hl-odd {
	border-bottom: 1px solid black !important;
	background: white !important;
}

.react-calendar-timeline .rct-sidebar .rct-sidebar-row.rct-sidebar-row-odd {
	background: white !important;
}

.react-calendar-timeline .rct-header-root {
	border-bottom: 1px solid black !important;
}
.react-calendar-timeline .rct-sidebar .rct-sidebar-row {
	border-bottom: 1px solid black !important;
    user-select: none;
}

.react-calendar-timeline .rct-sidebar {
	border-right: 0px solid white !important;
}

.react-calendar-timeline .rct-calendar-header {
	border: 0px solid white !important;
}

.react-calendar-timeline .rct-item .rct-item-content {
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

