#scheduler {
  height: 560px;
  padding: 0 10px;
}
.dx-scheduler-date-table-other-month{
	background-color: #F4F4F4 !important;
}

.active-day {
    background-color: #FFCCCC !important; /* Czerwony kolor tła dla aktywnego dnia */
    color: #000000; /* Czarny kolor tekstu */
}
.dx-scheduler-appointment{
	background-color: #56ca85;
}
.custom-cell-height-o .dx-scheduler-cell-sizes-vertical {
    height: 20px;
}

.container {
    display: flex;
    justify-content: space-between;
}

.dx-draggable-source {
  opacity: 0.5;
}

.dx-draggable-dragging > * {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 6px 8px rgba(0, 0, 0, 0.2);
}
