/* line 1, app/assets/stylesheets/calender.scss */
#calendar {
  max-width: 90%;
  margin: auto;
  padding: 0;
  font-size: 14px;
}

/* line 8, app/assets/stylesheets/calender.scss */
#calendar-content {
  background-color: white;
  margin: 10px;
  width: 100%;
  padding: 10px;
}

/* line 15, app/assets/stylesheets/calender.scss */
.custom-color {
  color: #0c5e87;
  font-size: 13px;
}

/* line 19, app/assets/stylesheets/calender.scss */
.fc-event {
  position: relative;
  transition: transform 0.3s, font-size 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 27, app/assets/stylesheets/calender.scss */
.fc-event.zoom {
  z-index: 1000;
  white-space: normal;
  overflow: visible;
}

/* line 33, app/assets/stylesheets/calender.scss */
.fc-col-header-cell-cushion {
  color: #000000;
  font-size: 13px;
}

/* line 38, app/assets/stylesheets/calender.scss */
.fc-toolbar-title {
  text-transform: capitalize;
}

/* line 42, app/assets/stylesheets/calender.scss */
.fc-timegrid-body {
  display: none;
}

/* line 46, app/assets/stylesheets/calender.scss */
.fc-timegrid-axis-cushion.fc-scrollgrid-shrink-cushion.fc-scrollgrid-sync-inner {
  display: none;
}

/* line 49, app/assets/stylesheets/calender.scss */
#modalDescription {
  font-family: Arial, sans-serif;
  color: #333;
}

/* line 54, app/assets/stylesheets/calender.scss */
#modalDescription p {
  margin: 10px 0;
  padding: 5px;
  border-radius: 3px;
}
