@media screen and (max-width:800px) {}

.ectbe-calendar-wrapper .ectbe-modal.ectbe-ec-popup-ready {
	display: flex !important;
	justify-content: center;
	align-items: center;
	z-index: 99999;
	opacity: 1;
}

.ectbe-calendar-wrapper .ectbe-featured-img .ectbe-img {
	width: -webkit-fill-available;
	object-fit: cover;
	height: 300px;
}

.ectbe-calendar-wrapper .ectbe-modal-header .ectbe-event-popup-date i {
	color: #5725ff;
}

.ectbe-modal.ectbe-zoom-in.ectbe-ec-popup-ready .ectbe-ec-modal-bg {
	opacity: .7;
}

.ectbe-modal.ectbe-zoom-in.ectbe-ec-popup-ready .ectbe-modal-content {
	width: 98%;
	max-width: 500px;
	padding: 20px;
	opacity: 1;
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
}

.ectbe-modal.ectbe-zoom-in.ectbe-ec-modal-removing .ectbe-modal-content {
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	opacity: 0;
}

.ectbe-modal.ectbe-zoom-in.ectbe-ec-modal-removing .ectbe-ec-modal-bg {
	opacity: 0;
}

.fc-scroller.fc-scroller-liquid-absolute {
	overflow: hidden !important;
}

.ectbe-calendar-wrapper .fc .fc-scrollgrid-section, .fc .fc-scrollgrid-section table, .fc .fc-scrollgrid-section>td {
	margin-bottom: 0;
}

.ectbe-calendar-wrapper .fc .fc-daygrid-day-events {
	cursor: pointer;
}

@media screen and (max-width:767px) {
	.ectbe-calendar-wrapper .ectbe-event-calendar-cls.fc .fc-toolbar {
		flex-direction: column;
		gap: 5px;
	}
	
	.ectbe-calendar-wrapper .fc .fc-daygrid-day-bottom {
		font-size: 10px;
		margin: 0 3px;
	}
}

@media screen and (max-width:425px) {
	.ectbe-calendar-wrapper .fc-view-harness {
		height: 300px !important;
		padding: 3px;
	}
	
	.ectbe-calendar-wrapper .fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
		top: 20px;
		font-size: 10px;
	}
}