/* FullCalendar — ajustes corporativos SIGO
   Solo estilos específicos del widget .fc-*
   Los estilos generales (colores, utilidades, badges) viven en sigo-ui.css */

.fc-toolbar.fc-footer-toolbar {
    padding: 0 !important;
    margin: 0 !important;
    background-color: #e0e1e1;
    border-end-end-radius: 12px;
    border-end-start-radius: 12px;
    line-height: 0 !important;
}
.fc-toolbar.fc-header-toolbar {
    margin-bottom: 0 !important;
    border-start-start-radius: 12px;
    border-start-end-radius: 12px;
    background-color: #ba0000;
    color: #fff;
}
.fc-toolbar.fc-header-toolbar h2 {
    font-family: "Poppins-Black" !important;
    font-size: 24px;
}
.fc-toolbar .fc-left {
    margin-bottom: 5px !important;
}
.fc .fc-row {
    margin-bottom: 0 !important;
}
.fc-event {
    font-size: 9px !important;
}
.fc-day-number {
    font-size: 12px !important;
}

.hover-end {
    padding: 0;
    margin: 0;
    font-size: 75%;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0.8;
}

.calendarTooltip {
    box-shadow: 3px 3px 6px #092e47;
    padding-left: 10px;
    padding-top: 5px;
    text-align: center;
    width: 220px;
    background: #f3f1f1;
    border-radius: 6px;
    color: #092e47;
    position: absolute;
    z-index: 10001;
}

#calendario {
    margin-bottom: 15px;
    padding-top: 10px;
}
