:root {
    --fc-primary-bg: #81ac1e;
    --fc-secondary-bg: #095d67;
    --fc-text-color: #fff;
}

.fc .fc-toolbar-title {
    font-size: 20px;
    margin: 0px;
    color: var(--fc-primary-bg);
    font-weight: 800;
}

.fc-col-header-cell {
    background: #2196F3;
    opacity: 0.8;
}

.fc .fc-col-header-cell-cushion {
    color: var(--fc-text-color);
    text-transform: uppercase;
    padding: 8px 5px;
}


.fc .fc-daygrid-day-top {
    color: #1c436a;
}

.fc .fc-button {
    font-size: 0.7em;
    text-transform: capitalize;
}



.fc-event-start {
    cursor: pointer;
}

.fc-scrollgrid-sync-table tr td,
.fc-col-header tr th {
    border-radius: 0px !important;
}

.fc-theme-standard td,
.fc-theme-standard th,
.fc-event {
    border-radius: 0px !important;
}

.fc-toolbar button {
    height: auto !important;
    background-color: var(--fc-primary-bg) !important;
}

.fc .fc-bg-event {
    background-color: #fbfbfc !important;
}

.fc-bg-event {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fc-col-header-cell {
    background-color: var(--fc-primary-bg);
}

.eventCountSpan {
    display: inline-block;
    padding: 5px;
    border-radius: 50%;
    background-color: var(--fc-primary-bg);
    color: var(--fc-text-color);
    text-align: center;
    font-size: 1.5rem;
    line-height: 1;
    min-width: 2.5rem;
    min-height: 1rem;
}

.eventCountSpan:before {
    content: '';
    display: inline-block;
    width: 0;
    /* Ensures the circular shape is consistent */
}

.fc .fc-daygrid-day-bg .fc-bg-event {
    z-index: auto !important
}

.fc .fc-daygrid-day-number {
    font-size: 12px;
    font-weight: 600;
}

.clicked-date .eventCountSpan {
    background-color: var(--fc-secondary-bg);
}

.fc .fc-bg-event {
    opacity: 1 !important;
}
/* /////////////////////// */
.fc-daygrid-day-events {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.calenderEvent {
    border-radius: 30px;
    font-weight: 900;
}
.fc-pastDate {
    background-color: #F1F1F1;
}

.holiday-event .fc-event-title {
    color: #4c4a4a;
    font-size: 20px !important;
    text-transform: capitalize;
}

.fc-bg-event {
    opacity: 1 !important;
}
/* FULLCALENDAR */
.fc-state-default {
    background-color: #ffffff;
    background-image: none;
    background-repeat: repeat-x;
    box-shadow: none;
    color: #333333;
    text-shadow: none;
}

.fc-state-default {
    border: 1px solid;
}

.fc-button {
    color: inherit;
    border: 1px solid #e7eaec;
    cursor: pointer;
    display: inline-block;
    /* height: 1.9em; */
    line-height: 1.9em;
    overflow: hidden;
    padding: 0 0.6em;
    position: relative;
    white-space: nowrap;
}

.fc-state-active {
    background-color: var(--fc-primary-bg);
    border-color: var(--fc-primary-bg);
    color: #ffffff;
}

.fc-header-title h2 {
    font-size: 16px;
    font-weight: 600;
    color: inherit;
}

.fc-content .fc-widget-header,
.fc-content .fc-widget-content {
    border-color: #e7eaec;
    font-weight: normal;
}

.fc-border-separate tbody {
    background-color: #f8f8f8;
}

.fc-state-highlight {
    background: none repeat scroll 0 0 #fcf8e3;
}

.external-event {
    padding: 5px 10px;
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: 5px;
}

.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
    border-radius: 2px;
}

.fc-event,
.fc-agenda .fc-event-time,
.fc-event a {
    padding: 4px 6px;
    background-color: var(--fc-primary-bg);
    /* background color */
    border-color: var(--fc-primary-bg);
    /* border color */
}

.fc-event-time,
.fc-event-title {
    color: #fff;
    padding: 6px 8px;
    background-color: var(--fc-primary-bg);
    border-radius: 30px;
}
.clicked-date .fc-event-title{
    opacity: .5;
}