.fc-event {
    background-color: #d3f2d3 !important; /* Ensures the background is solid */
    opacity: 1 !important; /* Makes the event fully opaque */
}
.fc-daygrid-day-number {
    color: #000 !important; /* Makes the text white */
}
.fc-avaliable-row {
    margin-top: 15px;
    background-color: #FFF;
    padding: 5px;
    border-bottom: 1px solid #FFDEDE;
    border-right: 1px solid #FFDEDE;
}
.fc-avaliable-row:hover {
    background-color: #FFF;
    border-bottom: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
}
.fc-select-arrow{
    float: right;
    line-height: 32px;
    color: #999;
}
.fc-avaliable-row:hover .fc-select-arrow{
    color: #F00;
}
.event-name {
    color: #000;
}
.legende-not-available{
    line-height: 32px;
    margin-left:15px;
    padding-left: 40px;
    display: inline-block;
    position: relative;
}
.legende-not-available::before{
    content: '';
    display: inline-block;
    position: absolute;
    height: 24px;
    width: 24px;
    background-color: #FFF;
    border: 1px solid #CCC;
    left:0;
}
.legende-available{
    line-height: 32px;
    margin-left:15px;
    padding-left: 40px;
    display: inline-block;
    position: relative;
}
.legende-available::before{
    content: '';
    display: inline-block;
    position: absolute;
    height: 24px;
    width: 24px;
    background-color: #d3f2d3;
    border: 1px solid #CCC;
    left:0;
}
.fc-col-header-cell-cushion {
    color:#000;
}