/* Style for clickable days */
.rpc-clickable-posts {
  max-width: 100%;
  padding: 0px;
}

.rpc-clickable-posts .fc-day.clickable {
  background-color: #0073e6;
  color: white;
  cursor: pointer;
}

.rpc-clickable-posts .fc-day.clickable:hover {
  background-color: #005bb5;
}

.rpc-clickable-posts .calendar-wrapper {
  padding: 0px;
  max-width: 1200px;
  margin: 0 auto;
}

.rpc-clickable-posts .has-posts {
  background-color: #137952 !important;
  color: white !important;
  cursor: pointer;
}

.rpc-clickable-posts .fc-day:hover {
  background-color: #f5f5f5;
}
.rpc-clickable-posts .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  display: none;
}

.rpc-clickable-posts .fc .fc-button .fc-icon {
  color: white;
}

.rpc-clickable-posts .fc-scrollgrid-sync-table tbody,
.rpc-clickable-posts .fc-scrollgrid-section.fc-scrollgrid-section-body.fc-scrollgrid-section-liquid,
.rpc-clickable-posts .fc-dayGridMonth-view {
  min-height: 300px !important;
}

.rpc-clickable-posts {
  min-height: 500px;
}

.rpc-clickable-posts #rpc-calendar {
  min-height: 450px;
}

.rpc-clickable-posts .rpc-calendar-title {
  margin-bottom: 10px;
}

.rpc-clickable-posts #rpc-calendar {
  margin-top: 10px;
}

.rpc-clickable-posts .fc .fc-bg-event {
  background: transparent;
}

.rpc-clickable-posts .fc-header-toolbar.fc-toolbar {
  margin-bottom: 10px;
  display: flex;
  align-content: center;
  align-items: center;
}

.rpc-clickable-posts .fc-header-toolbar.fc-toolbar,
.rpc-clickable-posts .fc-header-toolbar.fc-toolbar h2 {
  font-size: 14px;
}

.rpc-clickable-posts .fc-header-toolbar.fc-toolbar h2 {
  padding-bottom: 0;
}

.rpc-clickable-posts .fc .fc-bg-event .fc-event-title {
  display: none;
}

.rpc-clickable-posts .fc-daygrid-day:not(.has-event) .fc-daygrid-day-number {
  text-decoration: none;
  color: black;
}

.rpc-clickable-posts .fc-daygrid-day.has-event .fc-daygrid-day-number {
  font-weight: bold;
  text-decoration: underline;
  transform: scale(1.2);
  color: black;
}

.rpc-clickable-posts #rpc-calendar th {
  padding: 0;
}

.rpc-clickable-posts #rpc-calendar table {
  margin-bottom: 0;
  color: black;
  margin: 0;
  border: unset;
  width: 100%;
}

.rpc-clickable-posts #rpc-calendar table td a,
.rpc-clickable-posts #rpc-calendar table th a {
  color: black;
}

.rpc-clickable-posts #rpc-calendar table tr td {
  padding: 0;
}

#rpc-calendar > div.fc-header-toolbar.fc-toolbar > div:nth-child(3) {
  font-size: 14px;
  display: flex;
}

#rpc-calendar > div.fc-header-toolbar.fc-toolbar > div:nth-child(3) * {
  font-size: 14px;
}
