.fc-header-toolbar .fc-right h2{
	font-size: 16px;
	color: #474747;
	font-style: normal;
	font-weight: 500;
	display: inline-block;
}

.fc-header-toolbar .fc-right .fc-prev-button{margin-right: 5px;}

.fc-header-toolbar .fc-right .fc-next-button{
	margin-left: 5px;
}

.fc-header-toolbar .fc-left .fc-viewCalText-button{
	font-size: 18px;
	color: #000;
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
}

.fc-header-toolbar .fc-left .fc-viewCalText-button:hover{
	background: transparent;
	cursor: unset;
}

.fc-day-header.fc-widget-header{
	 padding: 16px 16px;
}

.cstmDate{
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #8A0A28;
}

.cstmDay, .fc-axis.fc-time.fc-widget-content span, .fc-axis.fc-widget-content span{
	font-family: Poppins;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 18px;
	color: #8A0A28;
	text-transform: uppercase;
	opacity: 1;
	font-weight: 600;
}

.fc-event-container .fc-content{
	color: #474747 !important;
}

.fc-event-container .fc-title{
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	font-size: 12px !important;
	color: #474747 !important;
}

.bg-primary--lt .fc-content, .bg-primary--lt .fc-title{
	color: #fff !important
}

.fc-time-grid .fc-slats td{
	height: 6em;
}

.fc-unthemed .fc-divider{
	background: #8A0A28;
}

.fc-day.fc-widget-content.fc-other-month, .fc-day.fc-widget-content{
	background-color: #fff !important;
}

.fc-axis.fc-widget-header, .fc-day-header.fc-widget-header, .fc-axis.fc-widget-content{
	background: linear-gradient(to bottom, rgba(138,34,39),rgba(138,34,39, 0.6));
	color: #fff;
}

.fc-day-header.fc-widget-header span .cstmDay, .fc-day-header.fc-widget-header span .cstmDate, .fc-axis.fc-widget-content span, .fc-axis.fc-time.fc-widget-content span{
	color: #fff;
}

.fc-day-grid-event .fc-time, .fc-day-grid-event .fc-title{
	font-size: 0.75em !important;
	font-weight: 500;
}

#calendar .fc-timegrid-slot {
    height: 2rem;
    border-bottom: 0 !important;
}

#calendar .cstm_fc_day{font-size: 11px;font-weight: 500;text-transform: uppercase;padding: 0 0 0 4px;}

#calendar .cstm_fc_date{
	padding: 4px 0 0 0;
	font-weight: 700;
	font-size: 15px;
}

.fc-day-today .cstm_fc_date, .fc-day-today .cstm_fc_day {
	color: #2a55e2;
}

.nextBttn{
	border:1px solid #2a55e2;
	color: #2a55e2;
	font-size: 14px;
	background-color: transparent;
}

.nextBttn:hover{
	color: #fff;
	background-color: #2a55e2;
}

#calendar .cstm_fc_col_hdr{
	padding: 9px 0;
}

#calendar .cstm_fc_col_hdr .fc-col-header-cell-cushion{
	font-size: 14px;
	font-weight: 500;
}

#calendar .cstm_fc_dy_nmbr{
	color: #000;
}

#calendar .cstm_fc_primary{
	background: #FFD3CB;
	border-color: #FFD3CB;
	padding: 3px 3px;
}

#calendar .cstm_fc_primary.fc-today-button, #calendar .fc-dayGridMonth-button.cstm_fc_primary, #calendar .fc-timeGridWeek-button.cstm_fc_primary, #calendar .fc-timeGridDay-button.cstm_fc_primary{
	background: #FFD3CB;
	border-color: #FFD3CB;
	color: rgba(0, 0, 0, 0.3);
	font-size: 14px;
	padding: 5px 13px;
	text-transform: capitalize;
}

#calendar .cstm_fc_title{
	font-size: 20px;
}

#calendar .cstm_fc_primary.fc-button-active{
	background: #ec1324;
	border-color: #ec1324;
	color: #fff;
}

































