/* ============================================================================
   File: Lawfunder.Admin/wwwroot/css/taskcentre-custom.css
   Purpose: Custom CSS for the Platform Task Centre
   Created: 2026-02-19
   ============================================================================ */

/* Priority badge: High (between Urgent/yellow and Critical/red) */
.bg-orange {
    background-color: #fd7e14 !important;
}

/* Ensure white text on orange background */
.bg-orange.text-white {
    color: #fff !important;
}
