/* fullcalendar Custom style
--------------------------------------------------------------------------------------------------*/
.holiday-opacity {
	opacity: 1 !important;
	z-index: 2 !important;
}

.fc td.fc-widget-header {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	text-transform: uppercase;
	border-width: 0;
}

.fc td.fc-day.fc-widget-content + .fc-widget-content {
	border-left-width: 1px;
}

.fc .fc-row {
	border-width: 0;
}

.fc table > thead > tr > th {
	font-weight: 100;
	border-width: 0;
}

.fc .fc-toolbar h2 {
	display: inline-block;
	font-size: 20px;
	vertical-align: sub;
}

.fc .fc-axis.fc-time {
	text-transform: uppercase;
}

.fc .fc-toolbar {
	position: relative;
}

.fc-button.fc-prev-button,
.fc-button.fc-next-button {
	background-color: transparent;
	background-image: none;
	border: 0 solid transparent;
	outline: none;
	box-shadow: none;
}

.fc-button.fc-month-button,
.fc-button.fc-agendaWeek-button,
.fc-button.fc-agendaDay-button {
	height: auto;
	padding: 8px 14px;
	font-size: 14px;
	text-transform: capitalize;
	background-color: #f6f8f8;
	background-image: none;
	border-color: #e0e0e0;
	outline: none;
	box-shadow: none;
}

.fc-button.fc-state-active,
.fc-button.fc-state-hover {
	background-color: #fff;
}

.fc-unthemed .fc-today {
	background-color: #f4f7f8;
}

.fc-toolbar .fc-right {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	flex-direction: row-reverse;
}

.fc-agendaWeek-view .fc-event,
.fc-agendaDay-view .fc-event {
	border-radius: 3px;
}

.fc-row.fc-widget-header {
	border-color: transparent;
}

.calendar-container {
	padding: 15px;
	overflow-y: auto;
}

.panel-heading {
	padding-top: 10px;
	border-width: 0;
}

.panel-body {
	padding-top: 10px;
}

.page-main {
	background-color: #fff;
}

.calendar-list .list-group-item {
	cursor: pointer;
}

.fc-event {
	background-color: #1e88e5;
	border-color: #1e88e5;
	border-radius: 10px;
}

.fc-day-grid-event .fc-content {
	padding: 2px 10px;
	line-height: 1em;
}

.fc-highlight {
	background: #eee;
}

.bootstrap-touchspin .input-group-btn-vertical i {
	left: 3px;
}

.app-calendar .page {
	margin-top: 30px;
	margin-bottom: 30px;
}

@media (min-width: 1600px) {
	.app-calendar .page {
		max-width: 1540px;
	}
}

@media (min-width: 1200px) and (max-width: 1599px) {
	.app-calendar .page {
		max-width: 1140px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.app-calendar .page {
		max-width: 932px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.app-calendar .page {
		max-width: 708px;
	}
}

@media (max-width: 767px) {
	.app-calendar .page {
		margin: 0;
	}
}

@media (max-width: 991px) {
	.fc-toolbar {
		margin-bottom: 60px;
	}

	.fc-toolbar .fc-center {
		white-space: nowrap;
	}

	.fc-toolbar .fc-right {
		top: 50px;
	}
}

.scroll-hidden {
	overflow: auto !important;
	scrollbar-width: none !important;
	-ms-overflow-style: none !important;
}

.scroll-hidden::-webkit-scrollbar {
	display: none !important;
}
