.rbc-header {
	background: transparent;
	color: inherit;
	padding: 10px;
	font-size: 12px;
}
.rbc-date-cell.rbc-now {
	font-weight: bold;
	color: #309ce3 !important;
}
.rbc-event {
	padding: 0px !important;
	border-radius: 0px !important;
	border: none !important;
	background-color: transparent !important;
	margin-bottom: 4px !important;
}
.rbc-event:focus {
	outline: none !important;
}

.rbc-background-event {
	padding: 0px !important;
	border-radius: 0px !important;
	border: none !important;
	background-color: transparent !important;
}

.rbc-time-slot {
	/* background-color: #eaf3fa;
    color: #74a4c3; */
	/* border-color: #a7c6db !important; */
	font-weight: 500;
}

.rbc-event-label {
	display: none !important;
}

.rbc-events-container {
	width: 100% !important;
}

.rbc-timeslot-group {
	min-height: 120px !important;
}
.rbc-toolbar {
	margin: 22px !important;
}

.rbc-toolbar .rbc-toolbar-label {
	font-weight: 600;
	font-size: larger;
}

.rbc-month-view {
	border: none !important;
}

.rbc-day-bg {
	/* height: 200px; Adjust this value to control row height */
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0%;
	flex: 1 1 0%;
	border-right: 1px solid #dde3ea;
}

.rbc-date-cell {
	padding-right: 0px !important;
	padding-left: 5px !important;
	text-align: left !important;
	margin-bottom: 5px !important;
}

.rbc-date-cell button {
	font-weight: 500 !important;
}
.rbc-current button {
	font-weight: bold !important;
}
.col-headlabels {
	display: flex;
	gap: 5px;
	align-items: baseline;
	margin: 5px;
}

.progress-bar-percentage {
	display: flex;
	position: relative;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	flex-wrap: nowrap;
}

.progress-bar-percentage-inner {
	width: 75%;
	display: flex;
	align-items: baseline;
	justify-content: space-evenly;
	flex-wrap: nowrap;
	margin-right: 5px;
	gap: 5px;
	color: #309ce3;
	font-weight: bold;
}

.circular-progressbar {
	display: none !important;
}

.CircularProgressbar-text {
	display: none !important;
}

.event-text-responsive {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.74rem;
	margin: unset;
}

.textcontainer {
	width: 98%;
}
.blackout-text-responsive {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.rbc-month-row {
	display: flex;
	position: relative;
	flex-direction: column;
	flex: 1 0;
	flex-basis: 0px;
	overflow: hidden;
	height: auto;
	min-height: 200px;
	/*transition: height 0.3s ease; */
}
.date-text {
	font-weight: 400;
}
.rbc-header {
	text-align: left !important;
}
@media only screen and (max-width: 850px) {
	.date-text {
		font-size: 0.75rem !important;
	}
	.rbc-toolbar {
		flex-direction: column !important;
		gap: 6px !important;
	}
	.circular-progressbar-container {
		position: absolute;
		left: 70%;
		text-align: center;
	}
	.CircularProgressbar {
		height: 20px !important;
	}

	.linear-progressbar {
		display: none !important;
	}
	.linear-progressbar-percentage {
		display: none !important;
	}

	.circular-progressbar {
		display: block !important;
		margin-top: 2px !important;
		width: 4vw !important;
	}

	.CircularProgressbar-text {
		display: block !important;
		font-size: 32px !important;
	}

	.progress-bar-percentage-inner {
		width: auto !important;
	}

	.rbc-event {
		margin-bottom: -2px !important;
	}

	.rbc-show-more {
		font-size: 70% !important;
	}
	.event-text-responsive {
		font-size: 0.4rem !important;
	}
	.blockout-para {
		font-size: 0.4rem !important;
	}

	.appointment-event {
		margin: 0px !important;
	}
}

@media only screen and (max-width: 375px) {
	.rbc-show-more {
		font-size: 55% !important;
	}
}

@media only screen and (max-width: 320px) {
	.rbc-show-more {
		font-size: 50% !important;
	}
}
