@import './style.css';
.fc {
    --fc-button-hover-bg-color: var(--lightGrey);
    --fc-button-text-color: var(--darkGrey);
    --fc-button-active-bg-color: transparent;
    --fc-button-active-border-color: transparent;
    --fc-list-event-hover-bg-color: var(--tableHover);
}
.fc-direction-ltr {
    border: 1px solid silver;
    margin-top: 10px;
}
.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0px;
    background-color: #f4f2f2;
}
.fc .fc-list-table {
    font-size: 12px;
}
.fc .fc-list-day-cushion {
    background-color: white;
}
.fc-theme-standard td,
.fc-theme-standard th {
    border: none
}
.fc-daygrid-event-harness:hover {
    background-color: var(--tableHover);
}
a.fc-daygrid-week-number {
    position: absolute;
    offset: 20px;
    offset-anchor: nearest;
    offset-position: top right;
    font-size: 12px;
}
.fc .fc-event-time {
    min-width: 33px;
}
.fc .fc-button {
    padding: 0px;
    background-color: transparent;
}
.fc .fc-button:focus,
.fc .fc-button:active {
    box-shadow: none !important;
}
.fc .fc-maximizeButton-button {
    background-image: url('Images/icons8-external-link.svg');
    background-repeat: no-repeat;
    background-size: 25px;
    border: none;
    background-color: transparent;
    width: 25px;
    height: 25px;
}
.fc .fc-minimizeButton-button {
    background-image: url('Images/icons8-external-link.svg');
    background-repeat: no-repeat;
    background-size: 25px;
    border: none;
    background-color: transparent;
    width: 25px;
    height: 25px;
    transform: scaleY(-1);
}
.fc .fc-nextMonthButton-button {
    width: 25px;
    height: 25px;
    color: black;
    border: none;
    background-color: transparent;
    
}
.fc .fc-prevMonthButton-button {
    width: 25px;
    height: 25px;
    color: black;
    border: none;
    background-color: transparent;
    
}
.fc .fc-showWeekendButton-button,
.fc .fc-hideWeekendButton-button,
.fc .fc-goToTodayButton-button {
    width: auto;
    height: 25px;
    color: black;
    border: none;
    background-color: transparent;
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.fc .btn:hover {
    background-color: transparent;
    color:black
}

.fc .fc-status0 {
    --fc-event-bg-color: var(--yellow);
    --fc-event-border-color: var(--yellow);
    color: var(--darkGrey);
}

.fc .fc-status1 {
    --fc-event-bg-color: var(--yellow);
    --fc-event-border-color: var(--yellow);
    color: var(--darkGrey);
}

.fc .fc-status2 {
    --fc-event-bg-color: var(--yellow);
    --fc-event-border-color: var(--yellow);
    color: var(--darkGreen);
}

.fc .fc-status3 {
    --fc-event-bg-color: var(--darkGreen);
    --fc-event-border-color: var(--darkGreen);
}

.fc .fc-status4 {
    --fc-event-bg-color: var(--darkGreen);
    --fc-event-border-color: var(--darkGreen);
}
.fc .fc-toolbar-title {
    font-size: 14px;
}
.fc .fc-col-header-cell-cushion {
    padding: 2px 4px;
    float: right;
}