.legends {
  margin-bottom: 20px;
}

.list-legend {
  display: flex;
  align-items: center;
  margin: 5px 0;
}

.list-legend .text-legend {
  margin-left: 10px;
}

.legend-color {
  width: 60px;
  height: 30px;
  border: 1px solid #000000;
}

.legend-color.valid {
  background: #00BF63;
}

.legend-color.pending {
  background: #FFC75A;
}

.legend-color.not-wished-yet {
  background: #BABABA;
}

.fc-h-event {
  padding: 0 4px;
}

.fc-toolbar-title,
.fc-multimonth-title,
.fc-col-header-cell-cushion,
.fc-toolbar-chunk .fc-button  {
  text-transform: capitalize;
}

#calendar-banner-newsletter a:not(.fc-event) {
  color: #E00857;
  pointer-events: none;
}

tbody[role="rowgroup"] tr {
  height: 120px !important;
}

.toplevel_page_banner-newsletter-calendar #calendar-banner-newsletter tbody[role="rowgroup"] tr {
  height: 160px !important;
}

td.fc-day-today {
  background-color: rgba(255, 194, 215, 0.5) !important;
}