@font-face {
	font-family: "century-gothic";
	font-style: normal;
	font-weight: 300;
	src: url("../css/font/CenturyGothic.ttf");
}
@font-face {
	font-family: "century-gothic";
	font-style: normal;
	font-weight: 400;
	src: url("../css/font/CenturyGothic.ttf");
}
@font-face {
	font-family: "century-gothic";
	font-style: normal;
	font-weight: 500;
	src: url("../css/font/CenturyGothic.ttf");
}
@font-face {
	font-family: "century-gothic";
	font-style: normal;
	font-weight: 600;
	src: url("../css/font/CenturyGothic.ttf");
}
@font-face {
	font-family: "century-gothic";
	font-style: normal;
	font-weight: 700;
	src: url("../css/font/CenturyGothic.ttf");
}

.auth-bg {
	background-image: linear-gradient(
			90deg,
			rgba(41, 128, 185, 0.3) 35.42%,
			rgba(44, 62, 80, 0.3) 64.58%,
			rgba(44, 83, 100, 0.3) 100%
		),
		url("../media/auth/background.jpg");
}

.heading {
	font-size: 50px;
	font-weight: 700;
	line-height: 54px;
	letter-spacing: -0.02em;
	text-align: center;
}

.sub-heading {
	font-size: 34px;
	font-weight: 600;
	line-height: 34px;
	letter-spacing: -0.02em;
	text-align: center;
}

.hover-custom:hover {
	background-color: #d3eaf9 !important;
	border: 2px solid #0078c1 !important;
	box-shadow: 0px 8px 4px 0px #0000001f !important;
}

.f-century-gothic {
	font-family: "century-gothic" !important;
}

.fc-button-primary {
	background: #abaed4 !important;
	color: #252c6d !important;
}

.fc-button-active {
	background: #252c6d !important;
	color: white !important;
}

.fc-toolbar-chunk .fc-today-button {
	background: white !important;
	border: 2px solid #252c6d !important;
	padding-top: 7px !important;
	padding-bottom: 7px !important;
}

.fc-toolbar-chunk .fc-button-group .fc-prev-button {
	background: #f1f1f2 !important;
	margin-right: 2px !important;
	border-radius: 10px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.fc-toolbar-chunk .fc-button-group .fc-next-button {
	background: #f1f1f2 !important;
	margin-left: 2px !important;
	border-radius: 10px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.fc-calendar-event2 {
	background: #feedd1 !important;
	border: 1px solid #faa61a !important;
}

.fc-event-title {
	color: black !important;
}

.fc-event-time {
	color: black !important;
}

.fc-daygrid-event-dot {
	display: none;
}
