:root {
    --fc-small-font-size: .85em;
    --fc-page-bg-color: #fff;
    --fc-neutral-bg-color: rgba(208, 208, 208, 0.3);
    --fc-neutral-text-color: #808080;
    --fc-border-color: #ddd;

    --fc-button-text-color: #000000;
    --fc-button-bg-color: #ffffff;
    --fc-button-border-color: #2C3E50;
    --fc-button-hover-bg-color: #1a252f;
    --fc-button-hover-border-color: #1a252f;
    --fc-button-active-bg-color: #1a252f;
    --fc-button-active-border-color: #151e27;
    --fc-button-hover-text-color: white;

    --fc-event-bg-color: #FBDFD5;
    --fc-event-border-color: #FBDFD5;
    --fc-event-text-color: #1a252f;
    --fc-event-selected-overlay-color: rgba(0, 0, 0, 0.25);

    --fc-more-link-bg-color: #d0d0d0;
    --fc-more-link-text-color: inherit;

    --fc-event-resizer-thickness: 8px;
    --fc-event-resizer-dot-total-width: 8px;
    --fc-event-resizer-dot-border-width: 1px;

    --fc-non-business-color: rgba(215, 215, 215, 0.3);
    --fc-bg-event-color: rgb(143, 223, 130);
    --fc-bg-event-opacity: 0.3;
    --fc-highlight-color: rgba(188, 232, 241, 0.3);
    --fc-today-bg-color: rgba(166, 166, 166, 0.15);
    --fc-now-indicator-color: red;

}

.fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active{
    color: var(--fc-button-hover-text-color);
}

.fc-dayGridMonth-button {
    color: white;
}

.fc .fc-button-primary:hover{
    color: var(--fc-button-hover-text-color);
    transition: all 0.3s;
}

.fc .fc-button-primary:disabled:hover{
    color: var(--fc-button-text-color)  ;
}

#calendar{
    height: 80vh;
    max-height: 120vh;
}

.fc-event:hover{
    cursor: pointer;
}

.fc-event-title{
    color: black;
}

.info-section {
    margin-bottom: 20px;
    padding: 10px;
    border-left: 3px solid #2C3E50;
    background: #f8f9fa;
    border-radius: 5px;
}

.section-title {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #2C3E50;
}

.info-section p {
    margin: 0;
    line-height: 1.6;
}

.info-section p strong {
    color: #212529;
}
