/* Light family-calendar simplification for LibreBooking. */

#navDashboard,
#navBookings,
#navBookings + li,
#navMyCalendar,
#navFindATime,
#navNotification,
#navInvitations,
#navUserCredits,
#navReportsDropdown {
    display: none !important;
}

li#navHelpDropdown:not(:has(.bi-gear-fill)) {
    display: none !important;
}

.navbar .nav-link,
.navbar .dropdown-item {
    font-size: 1rem;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}

.navbar-brand img.logo {
    max-height: 64px;
}

#main {
    font-size: 1rem;
}

.reservations .reserved {
    font-weight: 600;
}

@media (max-width: 768px) {
    .navbar .nav-link,
    .navbar .dropdown-item {
        font-size: 1.05rem;
        padding-top: 0.85rem;
        padding-bottom: 0.85rem;
    }
}

#navResourceCalendar > a {
    font-size: 0 !important;
}

#navResourceCalendar > a::after {
    content: "Calendar";
    font-size: 1rem;
}

/* Simplify the header for the family calendar. */
.navbar-brand img.logo,
img.logo {
    max-height: 28px !important;
    width: auto !important;
    opacity: 0.35;
}

body > .d-flex.align-items-center.gap-2.m-2 {
    gap: 0.5rem !important;
    margin: 0.5rem 0.75rem !important;
}

body > .d-flex.align-items-center.gap-2.m-2 .border-start {
    border-left: 0 !important;
    padding-left: 0 !important;
}

body > .d-flex.align-items-center.gap-2.m-2 h5 {
    font-size: 1.35rem;
    font-weight: 700;
}
