/* phpcs:ignore */

.calendar-error {
    background: red;
    color: #fff;
    padding: 10px;
    text-align: center;
}

/* .fc .fc-day-today .fc-bg-event.available {
    background: #e2ebf4!important;
    border: 1px solid #7d7d7d !important;
} */


.fc .fc-day-today .fc-daygrid-day-number{
    background: #c7c7c7; /* #c7c7c7; */
    border-radius: 50%;
    color: #fff !important;
}

.fc .fc-day-today .fc-bg-event.past,
.fc .fc-bg-event.fc-bg-event.past{
  background: #f4f4f4!important;
  cursor:not-allowed;
}

/* for the empty "-" in past days */
/* .fc .fc-bg-event.fc-bg-event.past:after {
    content: "";
    position: relative;
    background: #cccccc;
    height: 1px;
    width: 20%;
} */

.fc .fc-bg-event.available {
    background: #f4f4f4!important;
    cursor: pointer;
}

/* .fc .fc-day-today .fc-bg-event.booked {
    background: #cac9c9 !important;
} */

.fc .fc-bg-event.booked {
    background: #dddddd !important;
    cursor:not-allowed;
}


.fc .fc-bg-event {
    background: none !important;
    opacity: unset !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fc .fc-bg-event .fc-event-title {
    color: #7d7d7d;
    font-style: unset !important;
    /* font-weight: bold; */
}

.fc .fc-daygrid-day-number {
    color: #7d7d7d!important;
    font-size: 12px;
    line-height: 10px;
    z-index: 9999!important;
    padding: 6px 4px !important;
}

.fc-view-harness.fc-view-harness-active {
    min-height: 385px;
}

.entry-content thead th, 
.entry-content tr th,
.entry-content tr td {
    padding: 0 !important;
}

.fc-theme-standard td, .fc-theme-standard th {
    border: 2px solid #fff!important;
}

.entry-content tr td, 
body.et-pb-preview #main-content .container tr td {
    border-top: 2px solid #fff!important;
}

.fc .fc-col-header-cell-cushion {
    color: #7d7d7d !important;
}

.fc .fc-button-primary,
button.fc-today-button.fc-button.fc-button-primary,
button.fc-dayGridMonth-button.fc-button.fc-button-primary.fc-button-active {
    background: #ccc;
    border: 2px solid #fff;
    opacity: 1;
    text-transform: capitalize;
    cursor: pointer;
}

.fc .fc-button-primary:hover,
button.fc-today-button.fc-button.fc-button-primary:hover,
button.fc-dayGridMonth-button.fc-button.fc-button-primary.fc-button-active:hover {
    opacity: 0.4;
}

.entry-content table:not(.variations), body.et-pb-preview #main-content .container table {
    margin: 0!important;
}

.fc .fc-toolbar-title {
    font-size: 1em !important;
    font-weight: 400 !important;
    margin: 0;
    padding: 0;
}

.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0em;
    background: #f1f1f1;
    padding: 5px;
}