/* ------------------------------------------------------------------------------------------------------------------ */
/* Child calendar theme    of    "/css/skins/light__24_8.css"                          C O L O R    S K I N           */
/* ------------------------------------------------------------------------------------------------------------------ */
@import url("light__24_8.css");
/* Color Scheme: - PRBC  - Greyed */
:root {
  --wpbc_cal-unavailable-day-color: #f7f7f6;
  --wpbc_cal-unavailable-text-color: #e7e6e5;
  --wpbc_cal-available-day-color: #f7f7f6;
  --wpbc_cal-available-text-color: #28271e;
  --wpbc_cal-approved-day-color: #d7d6d4;
  --wpbc_cal-approved-text-color: #86857e;
  --wpbc_cal-pending-day-color: #e7e6e5;
  --wpbc_cal-pending-text-color: #d7d6d4;
  --wpbc_cal-selected-day-color: #4b4921;
  --wpbc_cal-selected-text-color: #f7f7f6;
  --wpbc_cal-hover-day-color: #827c40;
  --wpbc_cal-hover-text-color: #f7f7f6;
  --wpbc_cal-timespartly-day-color: #f4f4f4;
  --wpbc_cal-timespartly-text-color: #28271e;
}