:root {
	--fc-list-event-hover-bg-color: transparent;
	--font-roboto: "Roboto", sans-serif;
}

.day-num {
	font-weight: 400 !important;
}
.fc .fc-button {
	background-color: #f4f4f5 !important;
	color: #000 !important;
	border: none;
	font-weight: 600;
	border-radius: 8px;
	font-size: 0.9rem;
	padding: 6px 12px;
	text-transform: none;
	box-shadow: none;
	transition: background-color 0.2s ease;
	margin: 1px;
}
.fc .fc-button.fc-button-today {
	font-weight: 600;
}
.fc-button-group {
	gap: 0.25rem !important;
}

.fc .fc-button:hover {
	background-color: #1d54a2 !important;
	color: #fff !important;
}

.fc .fc-button:active {
	background-color: #1d54a2 !important;
	color: #fff !important;
}

/* full calendar stylings */
.fc {
	font-family: var(--font-roboto);
	color: #1f2937; /* slate-800 */
}
.fc-toolbar-title {
	font-size: 1.5rem !important;
	/* color: var(--color-primary-color); */
}

/* date header */
.fc-header-toolbar {
	margin-bottom: 3rem !important;
}
.fc th {
	border-top: none !important;
	text-align: left !important;
}
.day-header {
	text-align: left;
	margin-bottom: 1.5rem;
}
th,
td {
	border-left: none !important;
	/* border-right: none !important; */
}
.fc-col-header {
	margin-block-end: 0px !important;
}
/* calendar body */

.fc-timegrid-slot-label-cushion {
	display: flex !important;
	justify-content: center !important;
	width: 4rem;
	background-color: white !important;
	border: none !important;
}

/* the all day label for row */
.fc-timegrid-axis-frame {
	font-size: 0.9rem;
	font-weight: 400;
}

.fc-timegrid-axis-frame {
	display: flex !important;
	align-items: center !important; /* vertical centering */
	justify-content: center !important; /* horizontal centering */
}

.fc .fc-timegrid-slot-label {
	vertical-align: top;
	border: none;
	border-right: 1px solid hsl(0deg 0% 50.2% / 25%);
}
.fc table tbody > tr:nth-child(odd) > td,
.fc table tbody > tr:nth-child(odd) > th {
	background-color: unset;
}

.fc .fc-timegrid-slot {
	height: 2.5em;
}
.fc .fc-timegrid-slot-minor {
	border-top-style: hidden;
	background-color: transparent;
}

.fc-scrollgrid {
	border: none !important;
}
.fc-day a {
	text-decoration: none;
}
.fc-day {
	text-decoration: none !important;
	font-size: 1rem;
}

.fc-scrollgrid-sync-inner {
	display: flex;
	justify-content: left;
}

.fc-timegrid-slot:hover {
	background-color: transparent !important;
}
.fc-day-today,
.fc-day-today td {
	background-color: #e3f2fd !important;
	z-index: 2;
	position: relative;
}

/* small calendar */

/* accordion */
.Mui-checked {
	color: #1d54a2 !important;
}
