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

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

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

.fc-scroller{
background-color: #FFF !important;
}

.fc-day{
    background-color: #FFF !important;
}

.fc-scrollgrid-section{
     background-color: #FFF !important;
}

.fc-toolbar-title{
    color:black !important;
}

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

.fc-daygrid-event-harness a {
        display: block !important;
    color: white !important;
    padding: 12px !important;
    background-color: #777B6D !important;
    border-radius: 8px !important;
    margin-bottom: 8px !important;
    box-shadow: #e2e2e2 0px 6px 4px !important;
    
}

.tabla-inferior tr td{
    background-color: hsl(0deg 0% 50% / 0%) !important;
}

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


.fc .fc-daygrid-day.fc-day-today{
    background: transparent !important;
}

.fc-daygrid-event-harness a hr{
        background-color: #7c7979 !important;
}
.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: 30px 8px !important;
    box-shadow: 0px 0px 6px #00000029 !important;
    color: black !important;
    font-weight: bold !important;
}

.fc-col-header tr th .fc-col-header-cell-cushion{
    color: black !important;
}

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




.fc-button{
    background-color: #787b6d !important;
    border-color:#787b6d !important;
}


@media(max-width:32rem){
    
    #content-izq{
        display: none !important;
    }
    
    .fc-daygrid-day-frame{
        padding:0px !important;
        margin: 0px !important;
    }
    
    .fc-event-time{
        font-size:20px !important;
        font-weight: bold !important;
    }
    
    .fc-event-coach{
        font-size: 9px !important;
    }
    
    .fc-event-title{
        font-size:12px !important;
        font-weight: bold !important;
        word-wrap: break-word !important;
        text-wrap: auto !important;

    }
    
    .fc-col-header-cell-cushion{
        font-size: 12px !important;
        padding: 24px 8px !important;
    }
}




