/* prettier-ignore */

/* :root,
[data-bs-theme=light] {
  --phoenix-primary: #1e3bcc;
  --phoenix-primary-rgb: 30, 59, 204;
  --phoenix-secondary: #3da757;
  --phoenix-secondary-rgb: 61, 167, 87;
    
} */

.fc .fc-event-title {
  white-space: pre-line; /* allows \n to create line breaks */
}

.fc-booking-booked-me {
  background-color: var(--phoenix-success);
  /* background-color: var(--phoenix-primary); */
  /* filter: brightness(0.8); */
  /* opacity: 0.8; */

}

.fc .fc-toolbar .fc-button .form-control {
  width: 140px;
  padding: 0.25rem 0.5rem;
  font-size: 0.85rem;
}

.fc-event{
 border: none;
   padding: 0.3rem;
}
.fc-booking-booked {
  background-color: var(--phoenix-info);
  
  /* background-color: var(--phoenix-primary); */
  /* filter: brightness(0.8); */
  /* opacity: 0.8; */

}

.fc-booking-passed{
 
   background-image: 
    repeating-linear-gradient(
      45deg,                /* angle */
      #ccc,                 /* line color */
      #ccc 2px,             /* line thickness */
      transparent 2px,      /* space after line */
      transparent 6px       /* gap between lines */
    );
}

/* 
.fc-event-title{
  color: #fff!important;
} */

.pickr-container .pcr-button {
  display: none !important;
}
