/**
 * Bootstrap Icons overrides and utilities for Falcon Theme
 */
.bi-spin {
    animation: bi-spin 1s linear infinite;
}
@keyframes bi-spin {
    to { transform: rotate(360deg); }
}

/* Notification indicator icon (replaces .fa-icon-wait; BI icons render immediately) */
.bi-icon-wait {
    opacity: 1;
}
