.fc-daygrid-day-frame {
	position: relative;
	overflow: visible !important;
}
.cell-input-container {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 83px;
	z-index: 1000;
}

.cell-input {
	width: 100%;
	padding: 3px;
	border: 1px solid #4CAF50;
	border-radius: 3px;
	font-size: 12px;
	text-align: center;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
	background: white;
}

	.fc-daygrid-day {
        position: relative;
		height: 60px !important;
	}

	.fc-event {
		font-size: 0.8em;
		padding: 1px 3px;
	}
	#calendar {
    width: 70%;
    max-width: 70%;
    margin: 20px 0;
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.fc-header-toolbar {
    margin-bottom: 1em;
}
.notification {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 15px 20px;
    border-radius: 4px;
    color: white;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.fc-daygrid-day.alt-selected {
    background-color: rgba(255, 165, 0, 0.5) !important;
}
.fc-daygrid-day.alt-selected .fc-highlight {
    background: transparent !important;
}