Support Ticket System Html Template Free Info

.ticket-table tr:hover td background-color: #fafcff;

.action-buttons display: flex; gap: 12px;

.btn-primary:hover background: #2563eb; transform: translateY(-1px); support ticket system html template free

/* footer note */ .footer-note text-align: center; margin-top: 2rem; font-size: 0.75rem; color: #6c86a3;

.modal-card background: white; max-width: 500px; width: 90%; border-radius: 32px; padding: 1.8rem; box-shadow: 0 25px 40px rgba(0,0,0,0.2); animation: fadeUp 0.2s ease; .ticket-table tr:hover td background-color: #fafcff

body background: #f1f5f9; font-family: 'Inter', sans-serif; color: #0f172a; padding: 2rem 1.5rem; line-height: 1.5;

.close-modal background: #eef2ff; border: none; padding: 8px 18px; border-radius: 40px; cursor: pointer; .action-buttons display: flex

.stat-card background: white; border-radius: 24px; padding: 1.2rem 1.5rem; box-shadow: 0 4px 12px rgba(0,0,0,0.03); transition: 0.2s; border: 1px solid #e2e8f0; display: flex; align-items: center; justify-content: space-between;

<!-- Filter bar --> <div class="filter-bar"> <div class="filter-group" id="filterGroup"> <button class="filter-btn active" data-filter="all">All tickets</button> <button class="filter-btn" data-filter="open">Open</button> <button class="filter-btn" data-filter="in-progress">In progress</button> <button class="filter-btn" data-filter="resolved">Resolved</button> </div> <div class="search-box"> <i class="fas fa-search"></i> <input type="text" id="searchInput" placeholder="Search subject or ID..."> </div> </div>

/* status badges */ .status-badge display: inline-flex; align-items: center; gap: 6px; background: #eef2ff; color: #1e40af; padding: 4px 12px; border-radius: 100px; font-size: 0.75rem; font-weight: 600; width: fit-content;

.logo-area p font-size: 0.85rem; color: #475569; margin-top: 4px;