.fc-h-event,.fc-v-event{
	background:var(--primary);
	border-radius: .42rem;
}
.fc-h-event .fc-event-title{
	color:$white;
}
.fc-theme-standard td, .fc-theme-standard th{
	border-color: var(--border);
}
.fc-unthemed .fc-h-event, .fc-unthemed .fc-event-dot {
    padding: 0;
    border-radius: .42rem;
}
.fc-theme-standard th{
	padding: .75rem .5rem;
    font-size: 1rem;
    font-weight: 500;
	color: #b5b5c3;
	@include respond ('phone'){
		font-size:0.875rem;
		font-weight:400;
		padding:0.188rem 0;
	}
}
.fc-theme-standard .fc-scrollgrid.fc-scrollgrid-liquid,.fc-scrollgrid ,table{
	border-color: var(--border);
}

.fc-daygrid-dot-event{
	background: var(--card);
    border: 0.063rem solid var(--border);
    -webkit-box-shadow: 0 0 0.563rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0.563rem 0 rgba(0, 0, 0, 0.1);
	.fc-daygrid-event-dot{
		border-color:var(--primary);
	}
	@include respond ('tab-land'){
		width:auto;
		height:auto;
		flex-wrap: wrap;
	}
}
.fc-daygrid-dot-event .fc-event-title{
	font-weight:500;
}
.fc-event.bg-primary
,.fc-event.bg-success
,.fc-event.bg-warning
,.fc-event.bg-secondary
,.fc-event.bg-dark
,.fc-event.bg-info{
	color:$white!important;
	border-radius: 0.5rem;
	.fc-daygrid-event-dot{
		border-color:$white;
	}
}

.fc .fc-scroller-liquid-absolute,.fc-scroller{
	position:relative;
	overflow: visible!important;
}

.fc .fc-button-group{
	&>.fc-button{
		color: #b5b5c3;
		background: 0 0;
		border: 0.063rem solid #ebedf3;
		text-shadow: none!important;
		-webkit-box-shadow: none!important;
		box-shadow: none!important;
		text-transform: capitalize;
		&:focus,&:active,&:hover,&.fc-button-active{
			background:var(--primary);
			color:$white;
			border-color:var(--primary);
		}
	}
}
.fc-button.fc-button-primary.fc-today-button{
	background:var(--primary);
	color:$white;
	border: 0;
    opacity: 1;
	text-transform: capitalize;
}
.fc-unthemed .fc-toolbar .fc-button.fc-button-active, .fc-unthemed .fc-toolbar .fc-button:active, .fc-unthemed .fc-toolbar .fc-button:focus{
	background: var(--primary);
    color: #fff;
    border: 0.063rem solid var(--primary);
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
	
}
.fc .fc-toolbar-title {
    font-size: 1.25rem;
    margin: 0;
}
.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0.5em;
}

.external-event{
	padding: 0.5rem 0.625rem;
	display:flex;
	align-items:center;
    border-radius: 0.313rem;
	&:hover{
		&:before{
			background:$white!important;
		}
	}
}
.fc-event{
	overflow:hidden;
}

.fc .fc-view-harness{
	height: 50rem!important;
	overflow: auto;
	@include respond ('tab-port'){
		width: 50rem!important;
	}
	
}
.fc .fc-toolbar.fc-header-toolbar{
	@include respond ('phone'){
		display:block;
		.fc-toolbar-chunk{
			display:flex;
			justify-content: center;
			&:first-child{
				justify-content:space-between;
			}
		}
		.fc-toolbar-title{
			margin-bottom: 0.5rem;
		}
	}
}

#external-events{
	.external-event{
		text-align: #{$dz-pos-left};
		font-size: 1rem;
	}
}

.fc.app-fullcalendar{
	@include respond ('phone'){
		.fc-timegrid-slot-label{
			width:2.5rem!important;
			font-size: 0.625rem;
		}
		.fc-event, .external-event{
			font-size: 0.625rem;
			margin:0;
			padding: 0.125rem 0;
			text-align: center;
			line-height: 1.3;
		}
		.fc-col-header-cell-cushion {
			display: inline-block;
			padding: 0.125rem 0.25rem;
			font-size: 0.625rem;
		}
	}
}
.fc-media-screen .fc-timegrid-event-harness{
	height:3.813rem;
}
.fc .fc-media-screen {
    width: 100%;
    overflow: auto;
}
.app-fullcalendar{
	overflow:auto;
}