body {
    background-color: #f8f9fa;
}

.navbar-brand i {
    margin-right: 0.5rem;
}

.card {
    border: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.card-header {
    background-color: #fff;
    border-bottom: 1px solid #e9ecef;
    font-weight: 600;
}

.table th {
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6c757d;
}

.badge {
    font-weight: 500;
}

.btn-group-sm .btn {
    padding: 0.2rem 0.5rem;
    font-size: 0.75rem;
}

.htmx-indicator {
    opacity: 0;
    transition: opacity 200ms ease-in;
}

.htmx-request .htmx-indicator {
    opacity: 1;
}

.htmx-request.htmx-indicator {
    opacity: 1;
}

.calendar-table td {
    padding: 0.5rem 0.25rem;
    vertical-align: middle;
    font-size: 0.9rem;
}

.calendar-day {
    position: relative;
    width: 14.28%;
}

.calendar-day .day-number {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
}

.appointment-dot {
    display: block;
    width: 6px;
    height: 6px;
    background-color: #0d6efd;
    border-radius: 50%;
    margin: 2px auto 0;
}

.calendar-day.bg-primary .appointment-dot {
    background-color: #fff;
}
