
.fc-icon, .fc-unselectable {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.fc, .fc table {
	font-size: 1em;
}

.fc-not-allowed, .fc-not-allowed .fc-event {
	cursor: not-allowed;
}

.fc-unselectable {
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
}

.fc {
	display: flex;
	flex-direction: column;
}

.fc .fc-button, .fc-icon {
	text-transform: none;
	display: inline-block;
	font-weight: 400;
}

.fc, .fc *, .fc :after, .fc :before {
	box-sizing: border-box;
}

.fc table {
	border-collapse: collapse;
	border-spacing: 0;
}

.fc th {
	text-align: center;
}

.fc td, .fc th {
	vertical-align: top;
	padding: 0;
}

.fc .fc-button:not(:disabled), .fc .fc-list-event.fc-event-forced-url, .fc a[data-navlink], .fc-event.fc-event-draggable, .fc-event[href] {
	cursor: pointer;
}

.fc .fc-list-event.fc-event-forced-url:hover a, .fc a[data-navlink]:hover {
	text-decoration: underline;
}

.fc-direction-ltr {
	direction: ltr;
	text-align: left;
}

.fc-direction-rtl {
	direction: rtl;
	text-align: right;
}

.fc-theme-standard .fc-list, .fc-theme-standard .fc-scrollgrid, .fc-theme-standard td, .fc-theme-standard th {
	border: 1px solid #ddd;
	border: 1px solid var(--fc-border-color, #ddd);
}

.fc .fc-daygrid-event-harness, .fc .fc-timegrid-axis-chunk, .fc-liquid-hack td, .fc-liquid-hack th {
	position: relative;
}

.fc-icon {
	width: 1em;
	height: 1em;
	text-align: center;
	user-select: none;
	font-family: fcicons !important;
	speak: none;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fc-icon-chevron-left:before {
	content: "";
}

.fc-icon-chevron-right:before {
	content: "";
}

.fc-icon-chevrons-left:before {
	content: "";
}

.fc-icon-chevrons-right:before {
	content: "";
}

.fc-icon-minus-square:before {
	content: "";
}

.fc-icon-plus-square:before {
	content: "";
}

.fc-icon-x:before {
	content: "";
}

.fc .fc-button {
	overflow: visible;
	margin: 0;
	font-family: inherit;
	-webkit-appearance: button;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .4em .65em;
	font-size: 1em;
	line-height: 1.5;
	border-radius: .25em;
}

.fc .fc-scrollgrid, .fc .fc-scrollgrid-section-footer>*, .fc .fc-scrollgrid-section-header>* {
	border-bottom-width: 0;
}

.fc .fc-button:focus {
	outline: -webkit-focus-ring-color auto 5px;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(44, 62, 80, .25);
}

.fc .fc-button::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

.fc .fc-button:hover, a.fc-event, a.fc-event:hover {
	text-decoration: none;
}

.fc .fc-button:disabled {
	opacity: .65;
}

.fc .fc-button-primary, .fc .fc-button-primary:disabled {
	color: #fff;
	color: var(--fc-button-text-color, #fff);
	background-color: #2c3e50;
	background-color: var(--fc-button-bg-color, #2c3e50);
	border-color: #2c3e50;
	border-color: var(--fc-button-border-color, #2c3e50);
}

.fc .fc-button-primary:hover {
	color: #fff;
	color: var(--fc-button-text-color, #fff);
	background-color: #1e2b37;
	background-color: var(--fc-button-hover-bg-color, #1e2b37);
	border-color: #1a252f;
	border-color: var(--fc-button-hover-border-color, #1a252f);
}

.fc .fc-button-primary:focus, .fc .fc-button-primary:not(:disabled).fc-button-active:focus, .fc .fc-button-primary:not(:disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(76, 91, 106, .5);
}

.fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active {
	color: #fff;
	color: var(--fc-button-text-color, #fff);
	background-color: #1a252f;
	background-color: var(--fc-button-active-bg-color, #1a252f);
	border-color: #151e27;
	border-color: var(--fc-button-active-border-color, #151e27);
}

.fc .fc-button .fc-icon {
	vertical-align: middle;
	font-size: 1.5em;
}

.fc .fc-button-group {
	position: relative;
	display: inline-flex;
	vertical-align: middle;
}

.fc .fc-button-group>.fc-button {
	position: relative;
	flex: 1 1 auto;
}

.fc .fc-button-group>.fc-button.fc-button-active, .fc .fc-button-group>.fc-button:active, .fc .fc-button-group>.fc-button:focus, .fc .fc-button-group>.fc-button:hover, .fc .fc-daygrid-day-bg .fc-non-business, .fc .fc-timegrid-col-bg .fc-non-business {
	z-index: 1;
}

.fc-direction-ltr .fc-button-group>.fc-button:not(:first-child) {
	margin-left: -1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.fc-direction-ltr .fc-button-group>.fc-button:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.fc-direction-rtl .fc-button-group>.fc-button:not(:first-child) {
	margin-right: -1px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.fc-direction-rtl .fc-button-group>.fc-button:not(:last-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.fc .fc-toolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fc .fc-toolbar.fc-header-toolbar {
	margin-bottom: 1.5em;
}

.fc .fc-toolbar.fc-footer-toolbar {
	margin-top: 1.5em;
}

.fc .fc-toolbar-title {
	font-size: 1.75em;
	margin: 0;
}

.fc-direction-ltr .fc-toolbar>*>:not(:first-child) {
	margin-left: .75em;
}

.fc-direction-rtl .fc-toolbar>*>:not(:first-child) {
	margin-right: .75em;
}

.fc-direction-rtl .fc-toolbar-ltr {
	flex-direction: row-reverse;
}

.fc .fc-scroller {
	-webkit-overflow-scrolling: touch;
	position: relative;
}

.fc .fc-scroller-harness-liquid, .fc .fc-scroller-liquid, .fc .fc-scrollgrid-liquid, .fc .fc-scrollgrid-section-liquid>td, .fc .fc-timegrid-axis-frame-liquid, .fc-media-screen .fc-timegrid-cols>table {
	height: 100%;
}

.fc .fc-scroller-liquid-absolute {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.fc .fc-scroller-harness {
	position: relative;
	overflow: hidden;
	direction: ltr;
}

.fc-direction-rtl .fc-scroller-harness>.fc-scroller {
	direction: rtl;
}

.fc .fc-scrollgrid, .fc .fc-scrollgrid table {
	width: 100%;
	table-layout: fixed;
}

.fc .fc-scrollgrid table {
	border-top-style: hidden;
	border-left-style: hidden;
	border-right-style: hidden;
}

.fc .fc-scrollgrid {
	border-collapse: separate;
	border-right-width: 0;
}

.fc .fc-scrollgrid-section>* {
	border-top-width: 0;
	border-left-width: 0;
}

.fc .fc-scrollgrid-section-body table, .fc .fc-scrollgrid-section-footer table {
	border-bottom-style: hidden;
}

.fc .fc-scrollgrid-section-sticky>* {
	background: #fff;
	background: var(--fc-page-bg-color, #fff);
	position: sticky;
	z-index: 3;
}

.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky>* {
	top: 0;
}

.fc .fc-scrollgrid-section-footer.fc-scrollgrid-section-sticky>* {
	bottom: 0;
}

.fc .fc-scrollgrid-sticky-shim {
	height: 1px;
	margin-bottom: -1px;
}

.fc-sticky {
	position: sticky;
}

.fc .fc-view-harness {
	flex-grow: 1;
	position: relative;
}

.fc .fc-bg-event, .fc .fc-highlight, .fc .fc-non-business, .fc .fc-view-harness-active>.fc-view, .fc-media-screen .fc-timegrid-cols {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.fc .fc-col-header-cell-cushion {
	display: inline-block;
	padding: 2px 4px;
}

.fc .fc-non-business {
	background: rgba(215, 215, 215, .3);
	background: var(--fc-non-business-color, rgba(215, 215, 215, .3));
}

.fc .fc-bg-event {
	background: #8fdf82;
	background: var(--fc-bg-event-color, #8fdf82);
	opacity: .3;
	opacity: var(--fc-bg-event-opacity, .3);
}

.fc .fc-bg-event .fc-event-title {
	margin: .5em;
	font-size: .85em;
	font-size: var(--fc-small-font-size, .85em);
	font-style: italic;
}

.fc .fc-highlight {
	background: rgba(188, 232, 241, .3);
	background: var(--fc-highlight-color, rgba(188, 232, 241, .3));
}

.fc .fc-cell-shaded, .fc .fc-day-disabled, .fc-theme-standard .fc-popover-header {
	background: rgba(208, 208, 208, .3);
	background: var(--fc-neutral-bg-color, rgba(208, 208, 208, .3));
}

.fc-event .fc-event-main {
	position: relative;
	z-index: 2;
}

.fc-event-dragging:not(.fc-event-selected) {
	opacity: .75;
}

.fc-event-dragging.fc-event-selected {
	box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
}

.fc-event .fc-event-resizer {
	display: none;
	position: absolute;
	z-index: 4;
}

.fc-event-selected .fc-event-resizer, .fc-event:hover .fc-event-resizer {
	display: block;
}

.fc-event-selected .fc-event-resizer {
	border-radius: 4px;
	border-radius: calc(var(--fc-event-resizer-dot-total-width, 8px) / 2);
	border-width: var(--fc-event-resizer-dot-border-width, 1px);
	width: 8px;
	width: var(--fc-event-resizer-dot-total-width, 8px);
	height: 8px;
	height: var(--fc-event-resizer-dot-total-width, 8px);
	border: 1px solid;
	background: #fff;
	background: var(--fc-page-bg-color, #fff);
	border-color: inherit;
}

.fc-event-selected .fc-event-resizer:before {
	content: "";
	position: absolute;
	top: -20px;
	left: -20px;
	right: -20px;
	bottom: -20px;
}

.fc-event-selected, .fc-event:focus {
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.fc-event-selected:before, .fc-event:focus:before {
	content: "";
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.fc-event-selected:after, .fc-event:focus:after {
	content: "";
	background: rgba(0, 0, 0, .25);
	background: var(--fc-event-selected-overlay-color, rgba(0, 0, 0, .25));
	position: absolute;
	z-index: 1;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
}

.fc-h-event, .fc-v-event {
	display: block;
	border: 0 solid #3788d8;
	border: 0 solid var(--fc-event-border-color, #3788d8);
	background-color: #3788d8;
	background-color: var(--fc-event-bg-color, #3788d8);
}

.fc-h-event .fc-event-main {
	color: #fff;
	color: var(--fc-event-text-color, #fff);
}

.fc-h-event .fc-event-main-frame {
	display: flex;
}

.fc-h-event .fc-event-time {
	max-width: 100%;
	overflow: hidden;
}

.fc-h-event .fc-event-title-container {
	flex-grow: 1;
	flex-shrink: 1;
	min-width: 0;
}

.fc-h-event .fc-event-title {
	display: inline-block;
	vertical-align: top;
	left: 0;
	right: 0;
	max-width: 100%;
	overflow: hidden;
}

.fc-daygrid-dot-event.fc-event-selected:before, .fc-h-event.fc-event-selected:before {
	top: -10px;
	bottom: -10px;
}

.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start), .fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left-width: 0;
}

.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end), .fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right-width: 0;
}

.fc-h-event:not(.fc-event-selected) .fc-event-resizer {
	top: 0;
	bottom: 0;
	width: 8px;
	width: var(--fc-event-resizer-thickness, 8px);
}

.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start, .fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end {
	cursor: w-resize;
	left: -4px;
	left: calc(-.5 * var(--fc-event-resizer-thickness, 8px));
}

.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end, .fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start {
	cursor: e-resize;
	right: -4px;
	right: calc(-.5 * var(--fc-event-resizer-thickness, 8px));
}

.fc-h-event.fc-event-selected .fc-event-resizer {
	top: 50%;
	margin-top: -4px;
	margin-top: calc(-.5 * var(--fc-event-resizer-dot-total-width, 8px));
}

.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-start, .fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-end {
	left: -4px;
	left: calc(-.5 * var(--fc-event-resizer-dot-total-width, 8px));
}

.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-end, .fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-start {
	right: -4px;
	right: calc(-.5 * var(--fc-event-resizer-dot-total-width, 8px));
}

.fc .fc-popover {
	position: absolute;
	z-index: 9999;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}

.fc .fc-popover-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 3px 4px;
}

.fc .fc-popover-title {
	margin: 0 2px;
}

.fc .fc-popover-close {
	cursor: pointer;
	opacity: .65;
	font-size: 1.1em;
}

.fc-theme-standard .fc-popover {
	border: 1px solid #ddd;
	border: 1px solid var(--fc-border-color, #ddd);
	background: #fff;
	background: var(--fc-page-bg-color, #fff);
}

:root {
	--fc-daygrid-event-dot-width: 8px;
	--fc-list-event-dot-width: 10px;
	--fc-list-event-hover-bg-color: #f5f5f5;
}

.fc .fc-daygrid-day-bottom:before, .fc .fc-list-day-cushion:after, .fc-daygrid-day-events:after, .fc-daygrid-day-events:before, .fc-daygrid-day-frame:after, .fc-daygrid-day-frame:before, .fc-daygrid-event-harness:after, .fc-daygrid-event-harness:before {
	content: "";
	clear: both;
	display: table;
}

.fc .fc-daygrid-body, .fc .fc-timegrid-axis-chunk>table, .fc .fc-timegrid-slots {
	position: relative;
	z-index: 1;
}

.fc .fc-daygrid-day.fc-day-today, .fc .fc-timegrid-col.fc-day-today {
	background-color: rgba(255, 220, 40, .15);
	background-color: var(--fc-today-bg-color, rgba(255, 220, 40, .15));
}

.fc .fc-daygrid-day-frame {
	position: relative;
	min-height: 100%;
}

.fc .fc-daygrid-day-top {
	display: flex;
	flex-direction: row-reverse;
}

.fc .fc-day-other .fc-daygrid-day-top {
	opacity: .3;
}

.fc .fc-daygrid-day-number {
	position: relative;
	z-index: 4;
	padding: 4px;
}

.fc .fc-daygrid-day-events {
	margin-top: 1px;
}

.fc .fc-daygrid-body-balanced .fc-daygrid-day-events, .fc .fc-timegrid-bg-harness {
	position: absolute;
	left: 0;
	right: 0;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
	position: relative;
	min-height: 2em;
}

.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
	margin-bottom: 1em;
}

.fc .fc-daygrid-event-harness-abs, .fc-media-screen .fc-timegrid-col-bg, .fc-media-screen .fc-timegrid-col-events, .fc-media-screen .fc-timegrid-now-indicator-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.fc .fc-daygrid-bg-harness {
	position: absolute;
	top: 0;
	bottom: 0;
}

.fc .fc-daygrid-day-bg .fc-bg-event, .fc .fc-timegrid .fc-daygrid-body, .fc .fc-timegrid-col-bg, .fc .fc-timegrid-col-bg .fc-bg-event {
	z-index: 2;
}

.fc .fc-daygrid-day-bg .fc-highlight, .fc .fc-timegrid-col-bg .fc-highlight, .fc .fc-timegrid-col-events {
	z-index: 3;
}

.fc .fc-daygrid-event {
	z-index: 6;
	margin-top: 1px;
}

.fc .fc-daygrid-event.fc-event-mirror {
	z-index: 7;
}

.fc .fc-daygrid-day-bottom {
	font-size: .85em;
	padding: 2px 3px 0;
}

.fc .fc-daygrid-more-link {
	position: relative;
	z-index: 4;
	cursor: pointer;
}

.fc .fc-daygrid-week-number {
	position: absolute;
	z-index: 5;
	top: 0;
	padding: 2px;
	min-width: 1.5em;
	text-align: center;
	background-color: rgba(208, 208, 208, .3);
	background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, .3));
	color: grey;
	color: var(--fc-neutral-text-color, grey);
}

.fc .fc-more-popover .fc-popover-body {
	min-width: 220px;
	padding: 10px;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-start, .fc-direction-rtl .fc-daygrid-event.fc-event-end {
	margin-left: 2px;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end, .fc-direction-rtl .fc-daygrid-event.fc-event-start {
	margin-right: 2px;
}

.fc-direction-ltr .fc-daygrid-week-number {
	left: 0;
	border-radius: 0 0 3px;
}

.fc-direction-rtl .fc-daygrid-week-number {
	right: 0;
	border-radius: 0 0 0 3px;
}

.fc-liquid-hack .fc-daygrid-day-frame {
	position: static;
}

.fc-daygrid-event {
	position: relative;
	white-space: nowrap;
	border-radius: 3px;
	font-size: .85em;
	font-size: var(--fc-small-font-size, .85em);
}

.fc-daygrid-block-event .fc-event-time {
	font-weight: 700;
}

.fc-daygrid-block-event .fc-event-time, .fc-daygrid-block-event .fc-event-title {
	padding: 1px;
}

.fc-daygrid-dot-event {
	display: flex;
	align-items: center;
	padding: 2px 0;
}

.fc-daygrid-dot-event .fc-event-title {
	flex-grow: 1;
	flex-shrink: 1;
	min-width: 0;
	overflow: hidden;
	font-weight: 700;
}

.fc-daygrid-dot-event.fc-event-mirror, .fc-daygrid-dot-event:hover {
	background: rgba(0, 0, 0, .1);
}

.fc-daygrid-event-dot {
	margin: 0 4px;
	box-sizing: content-box;
	width: 0;
	height: 0;
	border: 4px solid #3788d8;
	border: calc(var(--fc-daygrid-event-dot-width, 8px) / 2) solid var(--fc-event-border-color, #3788d8);
	border-radius: 4px;
	border-radius: calc(var(--fc-daygrid-event-dot-width, 8px) / 2);
}

.fc-direction-ltr .fc-daygrid-event .fc-event-time {
	margin-right: 3px;
}

.fc-direction-rtl .fc-daygrid-event .fc-event-time {
	margin-left: 3px;
}

.fc-v-event .fc-event-main {
	color: #fff;
	color: var(--fc-event-text-color, #fff);
	height: 100%;
}

.fc-v-event .fc-event-main-frame {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.fc-v-event .fc-event-time {
	flex-grow: 0;
	flex-shrink: 0;
	max-height: 100%;
	overflow: hidden;
}

.fc-v-event .fc-event-title-container {
	flex-grow: 1;
	flex-shrink: 1;
	min-height: 0;
}

.fc-v-event .fc-event-title {
	top: 0;
	bottom: 0;
	max-height: 100%;
	overflow: hidden;
}

.fc-v-event:not(.fc-event-start) {
	border-top-width: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.fc-v-event:not(.fc-event-end) {
	border-bottom-width: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.fc-v-event.fc-event-selected:before {
	left: -10px;
	right: -10px;
}

.fc-v-event .fc-event-resizer-start {
	cursor: n-resize;
}

.fc-v-event .fc-event-resizer-end {
	cursor: s-resize;
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer {
	height: 8px;
	height: var(--fc-event-resizer-thickness, 8px);
	left: 0;
	right: 0;
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-start {
	top: -4px;
	top: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-end {
	bottom: -4px;
	bottom: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}

.fc-v-event.fc-event-selected .fc-event-resizer {
	left: 50%;
	margin-left: -4px;
	margin-left: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

.fc-v-event.fc-event-selected .fc-event-resizer-start {
	top: -4px;
	top: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

.fc-v-event.fc-event-selected .fc-event-resizer-end {
	bottom: -4px;
	bottom: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

.fc .fc-timegrid-divider {
	padding: 0 0 2px;
}

.fc .fc-timegrid-body {
	position: relative;
	z-index: 1;
	min-height: 100%;
}

.fc .fc-timegrid-slot {
	height: 1.5em;
	border-bottom: 0;
}

.fc .fc-timegrid-slot:empty:before {
	content: " ";
}

.fc .fc-timegrid-slot-minor {
	border-top-style: dotted;
}

.fc .fc-timegrid-slot-label-cushion {
	display: inline-block;
	white-space: nowrap;
}

.fc .fc-timegrid-slot-label {
	vertical-align: middle;
}

.fc .fc-timegrid-axis-cushion, .fc .fc-timegrid-slot-label-cushion {
	padding: 0 4px;
}

.fc .fc-timegrid-axis-frame {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.fc .fc-timegrid-axis-cushion {
	max-width: 60px;
	flex-shrink: 0;
}

.fc-direction-ltr .fc-timegrid-slot-label-frame {
	text-align: right;
}

.fc-direction-rtl .fc-timegrid-slot-label-frame {
	text-align: left;
}

.fc-liquid-hack .fc-timegrid-axis-frame-liquid, .fc-media-screen.fc-liquid-hack .fc-timegrid-col-frame {
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.fc .fc-timegrid-col-frame {
	min-height: 100%;
	position: relative;
}

.fc .fc-timegrid-now-indicator-container {
	bottom: 0;
	overflow: hidden;
}

.fc-direction-ltr .fc-timegrid-col-events {
	margin: 0 2.5% 0 2px;
}

.fc-direction-rtl .fc-timegrid-col-events {
	margin: 0 2px 0 2.5%;
}

.fc-timegrid-event-harness {
	position: absolute;
}

.fc-timegrid-event-harness>.fc-timegrid-event {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.fc-timegrid-event-harness-inset .fc-timegrid-event, .fc-timegrid-event.fc-event-mirror, .fc-timegrid-more-link {
	box-shadow: 0 0 0 1px #fff;
	box-shadow: 0 0 0 1px var(--fc-page-bg-color, #fff);
}

.fc-timegrid-event, .fc-timegrid-more-link {
	font-size: .85em;
	font-size: var(--fc-small-font-size, .85em);
	border-radius: 3px;
}

.fc-timegrid-event {
	margin-bottom: 1px;
}

.fc-timegrid-event .fc-event-main {
	padding: 1px 1px 0;
}

.fc-timegrid-event .fc-event-time {
	white-space: nowrap;
	font-size: .85em;
	font-size: var(--fc-small-font-size, .85em);
	margin-bottom: 1px;
}

.fc-timegrid-event-short .fc-event-main-frame {
	flex-direction: row;
	overflow: hidden;
}

.fc-timegrid-event-short .fc-event-time:after {
	content: " - ";
}

.fc-timegrid-event-short .fc-event-title {
	font-size: .85em;
	font-size: var(--fc-small-font-size, .85em);
}

.fc-timegrid-more-link {
	position: absolute;
	z-index: 9999;
	color: inherit;
	color: var(--fc-more-link-text-color, inherit);
	background: #d0d0d0;
	background: var(--fc-more-link-bg-color, #d0d0d0);
	cursor: pointer;
	margin-bottom: 1px;
}

.fc-timegrid-more-link-inner {
	padding: 3px 2px;
	top: 0;
}

.fc-direction-ltr .fc-timegrid-more-link {
	right: 0;
}

.fc-direction-rtl .fc-timegrid-more-link {
	left: 0;
}

.fc .fc-timegrid-now-indicator-line {
	position: absolute;
	z-index: 4;
	left: 0;
	right: 0;
	border-style: solid;
	border-color: red;
	border-color: var(--fc-now-indicator-color, red);
	border-width: 1px 0 0;
}

.fc .fc-timegrid-now-indicator-arrow {
	position: absolute;
	z-index: 4;
	margin-top: -5px;
	border-style: solid;
	border-color: red;
	border-color: var(--fc-now-indicator-color, red);
}

.fc-direction-ltr .fc-timegrid-now-indicator-arrow {
	left: 0;
	border-width: 5px 0 5px 6px;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

.fc-direction-rtl .fc-timegrid-now-indicator-arrow {
	right: 0;
	border-width: 5px 6px 5px 0;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

.fc .fc-list-empty {
	background-color: rgba(208, 208, 208, .3);
	background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, .3));
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fc .fc-list-empty-cushion {
	margin: 5em 0;
}

.fc .fc-list-table {
	width: 100%;
	border-style: hidden;
}

.fc .fc-list-table tr>* {
	border-left: 0;
	border-right: 0;
}

.fc .fc-list-sticky .fc-list-day>* {
	position: sticky;
	top: 0;
	background: #fff;
	background: var(--fc-page-bg-color, #fff);
}

.fc .fc-list-table thead {
	position: absolute;
	left: -10000px;
}

.fc .fc-list-table tbody>tr:first-child th {
	border-top: 0;
}

.fc .fc-list-table th {
	padding: 0;
}

.fc .fc-list-day-cushion, .fc .fc-list-table td {
	padding: 8px 14px;
}

.fc-theme-standard .fc-list-day-cushion {
	background-color: rgba(208, 208, 208, .3);
	background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, .3));
}

.fc-direction-ltr .fc-list-day-text, .fc-direction-rtl .fc-list-day-side-text {
	float: left;
}

.fc-direction-ltr .fc-list-day-side-text, .fc-direction-rtl .fc-list-day-text {
	float: right;
}

.fc-direction-ltr .fc-list-table .fc-list-event-graphic {
	padding-right: 0;
}

.fc-direction-rtl .fc-list-table .fc-list-event-graphic {
	padding-left: 0;
}

.fc .fc-list-event-graphic, .fc .fc-list-event-time {
	white-space: nowrap;
	width: 1px;
}

.fc .fc-list-event-dot {
	display: inline-block;
	box-sizing: content-box;
	width: 0;
	height: 0;
	border: 5px solid #3788d8;
	border: calc(var(--fc-list-event-dot-width, 10px) / 2) solid var(--fc-event-border-color, #3788d8);
	border-radius: 5px;
	border-radius: calc(var(--fc-list-event-dot-width, 10px) / 2);
}

.fc .fc-list-event-title a {
	color: inherit;
	text-decoration: none;
}

.fc-theme-bootstrap a:not([href]) {
	color: inherit;
}

.fc-theme-bootstrap5 a:not([href]) {
	color: inherit;
	text-decoration: inherit;
}

.fc-theme-bootstrap5 .fc-list, .fc-theme-bootstrap5 .fc-scrollgrid, .fc-theme-bootstrap5 td, .fc-theme-bootstrap5 th {
	border: 1px solid var(--bs-gray-400);
}

.fc-theme-bootstrap5 .fc-scrollgrid {
	border-right-width: 0;
	border-bottom-width: 0;
}

.fc-theme-bootstrap5-shaded {
	background-color: var(--bs-gray-200);
}

.clearfix::before, .clearfix::after {
	content: " ";
	display: table;
	clear: both;
}

.eael-testimonial-slider.nav-top-left, .eael-testimonial-slider.nav-top-right, .eael-team-slider.nav-top-left, .eael-team-slider.nav-top-right, .eael-logo-carousel.nav-top-left, .eael-logo-carousel.nav-top-right, .eael-post-carousel.nav-top-left, .eael-post-carousel.nav-top-right, .eael-product-carousel.nav-top-left, .eael-product-carousel.nav-top-right {
	padding-top: 40px;
}

.eael-contact-form input[type=text], .eael-contact-form input[type=email], .eael-contact-form input[type=url], .eael-contact-form input[type=tel], .eael-contact-form input[type=date], .eael-contact-form input[type=number], .eael-contact-form textarea {
	background: #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
	float: none;
	height: auto;
	margin: 0;
	outline: 0;
	width: 100%;
}

.eael-contact-form input[type=submit] {
	border: 0;
	float: none;
	height: auto;
	margin: 0;
	padding: 10px 20px;
	width: auto;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s;
}

.eael-contact-form.placeholder-hide input::-webkit-input-placeholder, .eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder {
	opacity: 0;
	visibility: hidden;
}

.eael-contact-form.placeholder-hide input::-moz-placeholder, .eael-contact-form.placeholder-hide textarea::-moz-placeholder {
	opacity: 0;
	visibility: hidden;
}

.eael-contact-form.placeholder-hide input:-ms-input-placeholder, .eael-contact-form.placeholder-hide textarea:-ms-input-placeholder {
	opacity: 0;
	visibility: hidden;
}

.eael-contact-form.placeholder-hide input:-moz-placeholder, .eael-contact-form.placeholder-hide textarea:-moz-placeholder {
	opacity: 0;
	visibility: hidden;
}

.eael-custom-radio-checkbox input[type=checkbox], .eael-custom-radio-checkbox input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-style: solid;
	border-width: 0;
	outline: none;
	min-width: 1px;
	width: 15px;
	height: 15px;
	background: #ddd;
	padding: 3px;
}

.eael-custom-radio-checkbox input[type=checkbox]:before, .eael-custom-radio-checkbox input[type=radio]:before {
	content: "";
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	display: block;
}

.eael-custom-radio-checkbox input[type=checkbox]:checked:before, .eael-custom-radio-checkbox input[type=radio]:checked:before {
	background: #999;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s;
}

.eael-custom-radio-checkbox input[type=radio] {
	border-radius: 50%;
}

.eael-custom-radio-checkbox input[type=radio]:before {
	border-radius: 50%;
}

.eael-post-elements-readmore-btn {
	font-size: 12px;
	font-weight: 500;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	display: inline-block;
}

.elementor-lightbox .dialog-widget-content {
	width: 100%;
	height: 100%;
}

.eael-contact-form-align-left, .elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container {
	margin: 0 auto 0 0;
	display: inline-block;
	text-align: left;
}

.eael-contact-form-align-center, .elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container {
	float: none;
	margin: 0 auto;
	display: inline-block;
	text-align: left;
}

.eael-contact-form-align-right, .elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container {
	margin: 0 0 0 auto;
	display: inline-block;
	text-align: left;
}

.eael-force-hide {
	display: none !important;
}

.eael-d-none {
	display: none !important;
}

.eael-d-block {
	display: block !important;
}

.eael-h-auto {
	height: auto !important;
}

.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating {
	display: none;
}

.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating~.count {
	display: none;
}

.sr-only {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

.elementor-widget-eael-adv-tabs .eael-tab-content-item, .elementor-widget-eael-adv-accordion .eael-accordion-content, .elementor-widget-eael-data-table .td-content, .elementor-widget-eael-info-box .eael-infobox-template-wrapper, .elementor-widget-eael-countdown .eael-countdown-expiry-template, .elementor-widget-eael-countdown .eael-countdown-container, .elementor-widget-eael-cta-box .eael-cta-template-wrapper, .elementor-widget-eael-toggle .eael-toggle-primary-wrap, .elementor-widget-eael-toggle .eael-toggle-secondary-wrap, .elementor-widget-eael-protected-content .eael-protected-content-message, .elementor-widget-eael-protected-content .protected-content, .eael-offcanvas-content-visible .eael-offcanvas-body, .elementor-widget-eael-stacked-cards .eael-stacked-cards__item {
	position: relative;
}

.elementor-widget-eael-adv-tabs .eael-tab-content-item:hover .eael-onpage-edit-template-wrapper, .elementor-widget-eael-adv-accordion .eael-accordion-content:hover .eael-onpage-edit-template-wrapper, .elementor-widget-eael-data-table .td-content:hover .eael-onpage-edit-template-wrapper, .elementor-widget-eael-info-box .eael-infobox-template-wrapper:hover .eael-onpage-edit-template-wrapper, .elementor-widget-eael-countdown .eael-countdown-expiry-template:hover .eael-onpage-edit-template-wrapper, .elementor-widget-eael-countdown .eael-countdown-container:hover .eael-onpage-edit-template-wrapper, .elementor-widget-eael-cta-box .eael-cta-template-wrapper:hover .eael-onpage-edit-template-wrapper, .elementor-widget-eael-toggle .eael-toggle-primary-wrap:hover .eael-onpage-edit-template-wrapper, .elementor-widget-eael-toggle .eael-toggle-secondary-wrap:hover .eael-onpage-edit-template-wrapper, .elementor-widget-eael-protected-content .eael-protected-content-message:hover .eael-onpage-edit-template-wrapper, .elementor-widget-eael-protected-content .protected-content:hover .eael-onpage-edit-template-wrapper, .eael-offcanvas-content-visible .eael-offcanvas-body:hover .eael-onpage-edit-template-wrapper, .elementor-widget-eael-stacked-cards .eael-stacked-cards__item:hover .eael-onpage-edit-template-wrapper {
	display: block;
}

.eael-widget-otea-active .elementor-element:hover>.elementor-element-overlay, .eael-widget-otea-active .elementor-empty-view, .eael-widget-otea-active .elementor-add-section-inline, .eael-widget-otea-active .elementor-add-section {
	display: initial !important;
}

.eael-onpage-edit-template-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	border: 2px solid #5eead4;
}

.eael-onpage-edit-template-wrapper::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background: #5eead4;
	opacity: .3;
}

.eael-onpage-edit-template-wrapper.eael-onpage-edit-activate {
	display: block;
}

.eael-onpage-edit-template-wrapper.eael-onpage-edit-activate::after {
	display: none;
}

.eael-onpage-edit-template-wrapper .eael-onpage-edit-template {
	background: #5eead4;
	color: #000;
	width: 150px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	cursor: pointer;
	position: relative;
	z-index: 3;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.eael-onpage-edit-template-wrapper .eael-onpage-edit-template::before {
	content: "";
	border-top: 30px solid #5eead4;
	border-right: 0;
	border-bottom: 0;
	border-left: 14px solid rgba(0, 0, 0, 0);
	right: 100%;
	position: absolute;
}

.eael-onpage-edit-template-wrapper .eael-onpage-edit-template::after {
	content: "";
	border-top: 0;
	border-right: 0;
	border-bottom: 30px solid rgba(0, 0, 0, 0);
	border-left: 14px solid #5eead4;
	left: 100%;
	position: absolute;
}

.eael-onpage-edit-template-wrapper .eael-onpage-edit-template>i {
	margin-right: 8px;
}

.eael-event-calendar-wrapper {
	font-family: Segoe UI;
}

.eael-event-calendar-wrapper .eael-event-calendar-cls {
	min-height: 800px;
	min-width: 100%;
}

.eael-event-calendar-wrapper .fc-event {
	padding: 5px 10px;
}

.eael-event-calendar-wrapper a {
	color: #181818;
}

.eael-event-calendar-wrapper .fc-timeGridWeek-view .fc-event, .eael-event-calendar-wrapper fc-timeGridDay-view .fc-event {
	padding: 5px;
}

.eael-event-calendar-wrapper .fc .fc-timegrid .fc-daygrid-day-events {
	position: relative;
}

.eael-event-calendar-wrapper .fc .fc-daygrid-day-events {
	position: absolute;
	width: 100%;
}

.eael-event-calendar-wrapper .fc table {
	margin: auto;
	overflow: auto;
}

.eael-event-calendar-wrapper .fc-view table thead:first-child tr:first-child td {
	border-top: 1px solid #ddd !important;
	border-bottom: none !important;
}

.eael-event-calendar-wrapper .fc-daygrid-event-dot {
	display: none !important;
}

.eael-event-calendar-wrapper .fc-day-grid-event {
	margin-top: 2px;
	padding: 8px;
	font-size: 12px;
	border-left-width: 5px;
}

.eael-event-calendar-wrapper .fc-day.fc-today {
	background: rgba(0, 0, 0, 0);
}

.eael-event-calendar-wrapper .fc-day-top.fc-today .fc-day-number {
	font-weight: bold;
}

.eael-event-calendar-wrapper .fc-row table thead:first-child tr:first-child th {
	font-size: 14px;
}

.eael-event-calendar-wrapper .fc-day-number {
	font-size: 14px;
	float: center !important;
}

.eael-event-calendar-wrapper .fc-col-header-cell-cushion {
	padding: 10px;
}

.eael-event-calendar-wrapper .fc-daygrid-block-event .fc-event-time, .eael-event-calendar-wrapper .fc-daygrid-dot-event .fc-event-title {
	font-weight: 400;
}

.eael-event-calendar-wrapper .eaelec-modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: -1;
}

.eael-event-calendar-wrapper .eaelec-modal .eael-ec-modal-bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.eael-event-calendar-wrapper .eaelec-modal.eael-ec-popup-ready {
	z-index: 99999;
	opacity: 1;
}

.eael-event-calendar-wrapper .eaelec-modal-content {
	position: relative;
	margin: auto;
	border: 1px solid #888;
	max-width: 900px;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
	background-color: #fefefe;
	padding: 20px 0;
	width: 100%;
	border-radius: 10px;
}

.eael-event-calendar-wrapper .eaelec-modal-header {
	padding: 0px 30px;
	color: #fff;
	border-color: #090;
	overflow: auto;
	margin-top: 8px;
}

.eael-event-calendar-wrapper .eaelec-modal-header h2 {
	color: #242424;
	margin: 0;
	padding: 0;
}

.eael-event-calendar-wrapper .eaelec-modal-header .eaelec-event-popup-date {
	color: #555;
	padding-top: 2px;
	display: inline-block;
	text-transform: capitalize;
}

.eael-event-calendar-wrapper .eaelec-modal-header .eaelec-event-popup-date i {
	color: #5725ff;
}

.eael-event-calendar-wrapper .eaelec-modal-close {
	position: absolute;
	right: -15px;
	top: -18px;
	font-size: 24px;
	z-index: 9999;
	cursor: pointer;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	overflow: visible;
	border: 2px solid #fff;
	background: #fff;
	text-align: center;
	text-align: center;
	-webkit-box-shadow: 2px 0px 12px 3px rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
	box-shadow: 2px 0px 12px 3px rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
	color: #000 !important;
	height: 40px;
	width: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
}

.eael-event-calendar-wrapper .eaelec-modal-close>span {
	font-size: 20px;
}

.eael-event-calendar-wrapper .eaelec-modal-close:hover, .eael-event-calendar-wrapper .eaelec-modal-close:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.eael-event-calendar-wrapper .eaelec-modal-body {
	padding: 0 10px 0 35px;
	margin: 10px 0;
	color: #555;
	height: 300px;
	overflow-y: auto;
	word-break: break-word;
}

.eael-event-calendar-wrapper .eaelec-modal-body::-webkit-scrollbar {
	width: 6px;
}

.eael-event-calendar-wrapper .eaelec-modal-body::-webkit-scrollbar-thumb {
	background: #aaa;
	border-radius: 10px;
}

.eael-event-calendar-wrapper .eaelec-modal-footer {
	padding: 0px 10px 0 35px;
	color: #fff;
	border: 0px solid red;
}

.eael-event-calendar-wrapper .eaelec-event-date-start, .eael-event-calendar-wrapper .eaelec-event-date-end {
	font-size: 15px;
}

@media (max-width: 575px) {
	.eael-event-calendar-wrapper .fc-toolbar {
		margin: 10px !important;
	}
	
	.eael-event-calendar-wrapper .fc-toolbar .fc-center {
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	
	.eael-event-calendar-wrapper .fc-toolbar h2 {
		font-size: 16px !important;
		width: 100% !important;
		text-align: center !important;
		padding: 5px !important;
	}
	
	.eael-event-calendar-wrapper .fc-ltr .fc-axis {
		font-size: 12px !important;
	}
	
	.eael-event-calendar-wrapper .fc-row table thead:first-child tr:first-child th {
		font-weight: normal !important;
		font-size: 12px !important;
		padding: 5px !important;
	}
}

.eael-event-calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-center h2 {
	font-size: 22px;
}

.eael-event-calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-left .fc-button .fc-icon {
	font-size: 13px;
}

.eael-event-calendar-wrapper.layout-table table {
	margin-bottom: 0;
}

.eael-event-calendar-wrapper.layout-table table tbody tr td .hide {
	display: none !important;
}

.eael-event-calendar-wrapper.layout-table .ea-advanced-data-table-search-left {
	text-align: left;
}

.eael-event-calendar-wrapper.layout-table .ea-advanced-data-table-search-right {
	text-align: right;
}

.eael-event-calendar-wrapper.layout-table .eael-event-calendar-pagination {
	border: none !important;
	padding: 0;
}

.eael-event-calendar-wrapper.layout-table .eael-event-calendar-pagination span, .eael-event-calendar-wrapper.layout-table .eael-event-calendar-pagination a {
	display: inline-block;
	border: 1px solid #eee;
	margin: 2px;
	padding: 3px 8px;
	font-size: 14px;
	border-radius: 4px;
}

.eael-event-calendar-wrapper.layout-table .eael-event-calendar-pagination a {
	cursor: pointer;
}

.elementor-page .entry-content .eael-event-calendar-wrapper a {
	text-decoration: none;
}

.fc-toolbar.fc-header-toolbar .fc-button-group button:not(:first-child) {
	margin-left: 5px;
}

.fc-toolbar.fc-header-toolbar button.fc-timeGridWeek-button, .fc-toolbar.fc-header-toolbar button.fc-timeGridDay-button, .fc-toolbar.fc-header-toolbar button.fc-listWeek-button, .fc-toolbar.fc-header-toolbar button.fc-listMonth-button, .fc-toolbar.fc-header-toolbar button.fc-dayGridMonth-button {
	position: relative;
}

.fc-toolbar.fc-header-toolbar button.fc-timeGridWeek-button:before, .fc-toolbar.fc-header-toolbar button.fc-timeGridDay-button:before, .fc-toolbar.fc-header-toolbar button.fc-listWeek-button:before, .fc-toolbar.fc-header-toolbar button.fc-listMonth-button:before, .fc-toolbar.fc-header-toolbar button.fc-dayGridMonth-button:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 13px;
	display: inline-block;
	padding-right: 5px;
	padding-left: 0;
	-webkit-font-smoothing: antialiased;
}

.fc-toolbar.fc-header-toolbar button.fc-timeGridWeek-button:before {
	content: "";
	left: 8px;
}

.fc-toolbar.fc-header-toolbar button.fc-timeGridDay-button:before {
	content: "";
	left: 21px;
}

.fc-toolbar.fc-header-toolbar button.fc-dayGridMonth-button:before {
	content: "";
}

.fc-toolbar.fc-header-toolbar button.fc-listWeek-button:before, .fc-toolbar.fc-header-toolbar button.fc-listMonth-button:before {
	content: "";
}

.fc-toolbar.fc-header-toolbar button.fc-button.fc-button-primary {
	-webkit-box-shadow: none;
	box-shadow: none;
	height: auto;
	width: auto;
	float: none;
	font-size: 13px;
	font-weight: 400;
	color: #5e5e5e;
	border-radius: 3px;
	text-transform: capitalize;
	background: #f7f7fb;
	text-shadow: none;
	line-height: 19px;
	padding: 8px 12px;
	border: none;
}

.fc-toolbar.fc-header-toolbar button.fc-button.fc-button-primary.fc-state-active, .fc-toolbar.fc-header-toolbar button.fc-button.fc-button-primary:hover, .fc-toolbar.fc-header-toolbar button.fc-button.fc-button-primary:visited {
	background: #5725ff;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.fc-toolbar.fc-header-toolbar button.fc-button.fc-button-primary.fc-button-active {
	background: #5725ff;
	color: #fff;
}

th.fc-widget-header>span {
	padding: 14px;
	display: block;
	font-size: 16px;
	color: #424344;
}

span.fc-day-number {
	padding: 17px;
	display: block;
}

.fc-basic-view .fc-day-number, .fc-basic-view .fc-week-number {
	padding: 12px 2px 2px 2px;
	display: block;
	border-bottom: 0px solid;
}

.eael-event-calendar-wrapper .fc-view .fc-body thead:first-child tr:first-child td {
	border-bottom: 3px solid rgba(0, 0, 0, 0);
}

.eael-event-calendar-wrapper .fc-view table thead:first-child tr:first-child td {
	border-top: 1px solid #dfdfe9;
}

.fc-unthemed .fc-timeGridDay-view .fc-event, .fc-unthemed .fc-timeGridWeek-view .fc-event {
	border-left: 1px solid;
	border-color: #4d4d4d !important;
}

.fc-unthemed .fc-timeGridDay-view .fc-event .fc-time, .fc-unthemed .fc-timeGridWeek-view .fc-event .fc-time {
	padding-left: 3px;
}

.fc-unthemed .fc-timeGridDay-view .fc-bg table tbody tr>td, .fc-unthemed .fc-timeGridWeek-view .fc-bg table tbody tr>td {
	padding-left: 1px;
}

.fc-unthemed .fc-timeGridDay-view .fc-time-grid .fc-event .fc-content, .fc-unthemed .fc-timeGridWeek-view .fc-time-grid .fc-event .fc-content {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
}

.fc-unthemed .fc-timeGridWeek-view .fc-time-grid .fc-event .fc-content {
	display: inherit;
}

.fc-unthemed .fc-listWeek-view .fc-list-table tr.fc-list-item, .fc-unthemed .fc-listMonth-view .fc-list-table tr.fc-list-item {
	cursor: pointer;
}

.fc-unthemed .fc-listWeek-view .fc-list-table tr td, .fc-unthemed .fc-listMonth-view .fc-list-table tr td {
	padding-bottom: 10px;
	padding-top: 10px;
}

.fc-unthemed .fc-listWeek-view .fc-list-table tr.fc-list-item .fc-list-item-title a, .fc-unthemed .fc-listMonth-view .fc-list-table tr.fc-list-item .fc-list-item-title a {
	text-decoration: none;
}

.fc-unthemed .fc-dayGridMonth-view .fc-day-grid-event .fc-time {
	font-weight: 400;
}

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
	border-color: #dfdfe9;
}

.fc-unthemed a.fc-day-grid-event, .fc-unthemed .fc-event {
	color: #707070;
	font-size: 14px;
	background: #fff;
	border-radius: 5px;
	font-weight: 400;
	margin: 1px;
	border: none;
}

.fc-unthemed a.fc-day-grid-event .fc-day-grid-event .fc-time, .fc-unthemed .fc-event .fc-day-grid-event .fc-time {
	font-weight: normal;
}

.fc-unthemed .fc-time-grid .fc-event {
	min-height: 20px;
}

.fc-unthemed .fc-time-grid .fc-event .fc-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}

.fc-unthemed .fc-time-grid .fc-event .fc-content .fc-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.fc-unthemed .fc-event:hover {
	color: #707070;
}

.eaelec-modal.eael-zoom-in {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	display: none;
}

.eaelec-modal.eael-zoom-in .eaelec-modal-content {
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
}

.eaelec-modal.eael-zoom-in.eael-ec-popup-ready .eael-ec-modal-bg {
	opacity: .7;
}

.eaelec-modal.eael-zoom-in.eael-ec-popup-ready .eaelec-modal-content {
	opacity: 1;
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
}

.eaelec-modal.eael-zoom-in.eael-ec-modal-removing .eaelec-modal-content {
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	opacity: 0;
}

.eaelec-modal.eael-zoom-in.eael-ec-modal-removing .eael-ec-modal-bg {
	opacity: 0;
}

.eaelec-modal.eael-ec-popup-ready {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (min-width: 768px)and (max-width: 1024px) {
	.eael-event-calendar-wrapper .fc-toolbar.fc-header-toolbar {
		margin-bottom: 12px;
	}
	
	.eael-event-calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-center h2 {
		font-size: 22px;
	}
	
	.eael-event-calendar-wrapper .fc-right .fc-button-group .fc-button.fc-button-primary:before {
		font-size: 15px;
	}
	
	.eael-event-calendar-wrapper .fc-timeGridWeek-view a .fc-content {
		display: inherit !important;
	}
	
	.eael-event-calendar-wrapper .fc-day-header.fc-widget-header span {
		font-size: 15px;
	}
	
	.eael-event-calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-button-group button:not(:first-child) {
		margin-left: 5px;
	}
	
	.eael-event-calendar-wrapper .eaelec-modal-body {
		height: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.eael-event-calendar-wrapper .fc-dayGridMonth-view .fc-day-grid-event {
		padding: 8px 0px 8px 0px !important;
	}
	
	.eael-event-calendar-wrapper .fc-dayGridMonth-view .fc-day-grid-event .fc-content {
		font-size: 12px;
	}
	
	.eael-event-calendar-wrapper .fc-daygrid.fc-dayGridMonth-view.fc-view {
		overflow: auto;
	}
	
	.eael-event-calendar-wrapper .fc-daygrid.fc-dayGridMonth-view.fc-view>table.fc-scrollgrid.fc-scrollgrid-liquid {
		position: relative;
		height: 600px;
		width: auto !important;
	}
	
	.eael-event-calendar-wrapper .fc-daygrid.fc-dayGridMonth-view.fc-view .fc-col-header-cell, .eael-event-calendar-wrapper .fc-daygrid.fc-dayGridMonth-view.fc-view td.fc-daygrid-day {
		width: 160px;
	}
	
	.fc .fc-toolbar.fc-header-toolbar {
		margin-bottom: 10px;
	}
	
	.fc-toolbar-chunk {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 5px;
		text-align: center;
		width: 100%;
	}
	
	.fc-toolbar-chunk .fc-button-group .fc-button.fc-button-primary {
		font-size: 11px;
	}
	
	.fc-toolbar-chunk .fc-button-group .fc-button.fc-button-primary:before {
		font-size: 11px;
		padding-left: 0;
	}
	
	.fc-center {
		text-align: center;
	}
	
	.fc-toolbar.fc-header-toolbar {
		display: grid;
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		grid-row-gap: 5px;
	}
	
	.fc-toolbar.fc-header-toolbar .fc-button-group button.fc-button.fc-button-primary {
		margin-left: 5px;
		font-size: 12px;
	}
	
	th.fc-widget-header>span {
		padding: 0;
		font-size: 14px;
	}
	
	.fc-basic-view .fc-day-number, .fc-basic-view .fc-week-number {
		padding: 0;
		margin: 0;
		font-size: 10px;
	}
	
	.fc-basic-view .fc-body .fc-row {
		min-height: 2em;
	}
	
	.eael-event-calendar-wrapper .eaelec-modal-body {
		height: 100px;
	}
}
