/* Autivo - Custom styles */

/* HTMX loading indicator */
.htmx-indicator {
    display: none;
}
.htmx-request .htmx-indicator,
.htmx-request.htmx-indicator {
    display: inline-block;
}

/* Alpine.js cloak */
[x-cloak] {
    display: none !important;
}

/* Smooth transitions */
.transition-all {
    transition: all 0.2s ease-in-out;
}

/* Time slot button active state */
.time-slot-btn.bg-primary-600 {
    background-color: #2563eb;
    color: white;
    border-color: #2563eb;
}
