.calendar-holder{
  position: fixed;
  max-height: 75%;
  width: 95%;
  z-index: 1;
  opacity: 0;
  transition: opacity 1s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  overflow-y: auto;
  overflow-x: hidden;
}

.fc-popover{
  width: auto !important;
}

.fc-more{
  display: block;
  color: black !important;
  background-color: #e3bf42;
  border-color: #e3bf42;
  border-radius: 3px;
}

.fc-day-grid-event, .fc-list-item{
  cursor: pointer;
}

.fc-list-item-title{
  color: black;
}