/* Estilos para centrar el título y colocar las flechas de navegación a ambos lados */
.fc .fc-header-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) { 
  
  .fc .fc-header-toolbar {
    justify-content: center;
  }
 }

 @media (min-width: 768px) and (max-width: 1024px) { 
  .fc .fc-header-toolbar {
    justify-content: center;
  }
 }

.fc .fc-header-toolbar .fc-prev-button,
.fc .fc-header-toolbar .fc-next-button {
  margin: 0;
  border-color: transparent;
}

.fc .fc-header-toolbar .fc-center {
  flex-grow: 1;
  text-align: center;
}

/* Añade estilos adicionales para las flechas si es necesario */
.fc .fc-button-primary {
  background: none;
  color: #000;
  transition: all 0.3s ease-in-out;
  /* Cambia el color de las flechas */
}

.fc .fc-button-primary:not(.fc-customTitle-button):hover {
  background: transparent;
  border: 1px solid;
  /* Color de fondo al pasar el ratón por encima */
}

.fc-toolbar-chunk > div {
  display: flex;
  gap: 10px;
  align-items: center;
}

.fc-toolbar-title {
 /* text-transform: capitalize; */
}

.fc .fc-daygrid-day-top {
  flex-direction: row;
  padding: 0 10px !important;
}

.fc .fc-daygrid-day-number {
  border-radius: 100%;
  background: white;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f04f23;
  font-weight: bold;
}

.fc .fc-daygrid-day {
  overflow: scroll;
  height: 200px;
}

.fc-event {
  display: block;
  white-space: normal;
  padding: 0 10px !important;
}

.fc .fc-button.active, .page-template-template-calendar .fc-customButtonCalendari-button {
    background-color: #f04e23;
}

.page-template-template-calendar .mes-parell .fc-customButtonCalendari-button {
  background-color: #fff;
}

