.fc-theme-standard td, 
.fc-theme-standard th {
        border: 0px solid var(--fc-border-color);
    padding: 4px 0px;
}

.fc .fc-daygrid-day-frame {
    min-height: 100%;
    position: relative;
    background-color: #f0f0f0;
    margin: 4px;
    border-radius: 8px;
    padding: 8px;
}

.fc .fc-daygrid-day-number {
    padding: 4px;
    position: relative;
    z-index: 4;
    font-weight: bold;
    font-size: 20px;
    color: black;
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: rgb(255 220 40 / 0%);
}
.fc-event-title {
    font-weight: bold;
    font-size: 14px;
    color: #333;
}

.fc-daygrid-event-harness a {
        display: block !important;
        color:black !important;
        padding: 8px !important;
        background-color: #dedede !important;
        border-radius: 8px !important;
        margin-bottom: 8px;
    
}

.fc-daygrid-event-harness a:hover {
        background-color: #c9c8c8 !important;
    
}



.fc-daygrid-event-harness a hr{
        background-color: #7c7979;
}
.fc-theme-standard .fc-scrollgrid{
    border:0px !important;
}

.fc-col-header-cell-cushion{
    min-width: 30px !important;
    min-height: 30px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    padding: 12px !important;
    box-shadow: 0px 0px 6px #00000029 !important;
    color: black;
    font-weight: bold;
}

.fc-today-button{
    display:none !important;
}