﻿.calendar-card {
    background: #fff;
    border-radius: 12px;
}

#calendar {
    min-height: 700px;
}

.fc .fc-toolbar-title {
    font-size: 1.25rem;
    font-weight: 600;
}

.calendar-filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-bottom: 15px;
}

.calendar-filter-label {
    font-weight: 600;
    margin-bottom: 0;
}

.calendar-filter-ddl {
    max-width: 280px;
}
.pulse-cal-event {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: .875rem;
    line-height: 1.2;
    text-decoration: none;
}

.pulse-cal-dot {
    width: 8px;
    height: 8px;
    min-width: 8px;
    border-radius: 50%;
    display: inline-block;
}

.pulse-cal-time,
.pulse-cal-title {
    color: inherit;
}

.pulse-cal-title {
    font-weight: 600;
}
.dash-wrap {
    padding: 1rem .5rem;
}

.dash-title {
    font-weight: 700;
    margin-bottom: .2rem;
    font-size: 1.5rem;
}

.dash-sub {
    color: #6c757d;
    margin-bottom: 1rem;
    font-size: .95rem;
}

.dash-card {
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 4px 14px rgba(0,0,0,.04);
    height: 100%;
    overflow: hidden;
}

.dash-card-header {
    padding: .9rem 1rem;
    border-bottom: 1px solid rgba(0,0,0,.06);
}

    .dash-card-header h4 {
        font-size: 1.05rem;
        margin: 0;
        font-weight: 700;
    }

.dash-card-body {
    padding: .9rem;
}

.dash-note {
    font-size: .85rem;
    color: #6c757d;
    margin-top: .15rem;
}

.logo-wrap img {
    max-height: 56px;
}

.fc-dashboard-list .fc-toolbar {
    display: none !important;
}

.fc-dashboard-list .fc-list {
    border: none;
}

.fc-dashboard-list .fc-list-day-cushion {
    background-color: #f8f9fa;
    padding: .75rem 1rem;
    font-weight: 700;
}

.fc-dashboard-list .fc-list-event td {
    padding: .75rem 1rem;
    border-color: rgba(0,0,0,.06);
    vertical-align: middle;
}

.fc-dashboard-list .fc-list-event-time {
    white-space: nowrap;
    color: #6c757d;
    font-weight: 600;
    width: 110px;
}

.fc-dashboard-list .fc-list-event-title a,
.fc-dashboard-list .fc-list-event-title {
    color: #212529 !important;
    text-decoration: none !important;
    font-weight: 600;
}

.fc-dashboard-list .fc-list-event:hover td {
    background-color: #f8f9fa;
}

.fc-dashboard-list .fc-list-empty {
    background: transparent;
    border: none;
    padding: 1rem 0;
    color: #6c757d;
}

@media (min-width: 768px) {
    .dash-wrap {
        padding: 1.5rem 1rem;
    }

    .dash-title {
        font-size: 1.85rem;
    }

    .logo-wrap img {
        max-height: 72px;
    }
}

@media (max-width: 767.98px) {
    .fc-dashboard-list .fc-list-event td {
        padding: .65rem .5rem;
    }

    .fc-dashboard-list .fc-list-event-time {
        width: 82px;
        font-size: .82rem;
    }

    .fc-dashboard-list .fc-list-event-title a,
    .fc-dashboard-list .fc-list-event-title {
        font-size: .92rem;
    }

    .fc-dashboard-list .fc-list-day-cushion {
        padding: .65rem .75rem;
        font-size: .92rem;
    }
}