:root {
  --agenda-labit-gray: #35425b;
}

div.containerAgendaFC a.fc-list-day-text,
div.containerAgendaFC a.fc-list-day-side-text {
  color: var(--agenda-labit-gray);
  text-decoration: none;
  font-size: 15px;
  cursor: default;
}

div.containerAgendaFC div.fc-list-day-cushion.fc-cell-shaded {
  background-color: white;
  border-bottom-width: 1px;
  border-bottom-color: var(--agenda-labit-gray);
  border-bottom-style: solid;
}

div.containerAgendaFC div.fc-list.fc-list-sticky.fc-listMonth-view.fc-view {
  border: none;
}

div.containerAgendaFC table.fc-list-table th,
div.containerAgendaFC table.fc-list-table td {
  border: none;
}

div.containerAgendaFC table.fc-list-table tr a,
div.containerAgendaFC table.fc-list-table td {
  cursor: default;
}

div.containerAgendaFC
  a.fc-daygrid-event.fc-daygrid-block-event.fc-h-event.fc-event {
  border-radius: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12px;
  font-size: 15px;
  /* cursor: default; */
}

div.containerAgendaFC div.fc-list-day-cushion.fc-cell-shaded {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
}

div.containerAgendaFC a.fc-list-day-text {
  margin-left: 19px;
}

div.containerAgendaFC div.fc-scroller.fc-scroller-liquid.customScrollbars {
  border-radius: 20px;
}

/* div.containerAgendaFC span.fc-list-event-dot {
  opacity: 0.8;
} */
