/* Raqibni admin tweaks loaded on every panel page (see AdminPanelProvider render hook). */

/* Rows that need attention: unread contact messages, parents awaiting approval. */
.fi-ta-row.rq-row-unread { background: #FFFBEB; }
.fi-ta-row.rq-row-unread:hover { background: #FEF3C7; }
.fi-ta-row.rq-row-unread .fi-ta-text-item,
.fi-ta-row.rq-row-unread .fi-ta-text-item-label,
.fi-ta-row.rq-row-unread .fi-ta-text { font-weight: 800 !important; color: #111827; }
.fi-ta-row.rq-row-unread > td:first-child { box-shadow: inset 4px 0 0 #F4B740; }
[dir="rtl"] .fi-ta-row.rq-row-unread > td:first-child { box-shadow: inset -4px 0 0 #F4B740; }

.dark .fi-ta-row.rq-row-unread { background: rgba(244, 183, 64, .08); }
.dark .fi-ta-row.rq-row-unread .fi-ta-text-item { color: #F9FAFB; }
