@tailwind base;@tailwind components;@tailwind utilities;:root{--admin-accent-rgb: 37 99 235;--admin-accent-hover-rgb: 29 78 216;--admin-table-row-even-bg: #ecf0f4}@layer base{html{font-size:14px}body{@apply bg-bg-primary text-text-primary font-sans;-webkit-font-smoothing:antialiased}}@layer components{.admin-table tbody tr:nth-child(odd):not(.admin-table-row--total):not(.admin-table-row--pending){background-color:#fff}.admin-table tbody tr:nth-child(2n):not(.admin-table-row--total):not(.admin-table-row--pending){background-color:var(--admin-table-row-even-bg)}.admin-table tbody tr:hover:not(.admin-table-row--total):not(.admin-table-row--pending){background-color:#fafcff!important}.admin-table tbody tr.admin-table-row--pending{background-color:#fffbeb}.admin-table tbody tr.admin-table-row--pending:hover{background-color:#fef9e7!important}.admin-table tbody tr.admin-table-row--total{background-color:#e2e8f0!important}.admin-table tbody tr:nth-child(odd):not(.admin-table-row--total):not(.admin-table-row--pending)>.admin-table-sticky{background-color:#fff}.admin-table tbody tr:nth-child(2n):not(.admin-table-row--total):not(.admin-table-row--pending)>.admin-table-sticky{background-color:var(--admin-table-row-even-bg)}.admin-table tbody tr:hover:not(.admin-table-row--total):not(.admin-table-row--pending)>.admin-table-sticky{background-color:#fafcff!important}.admin-table tbody tr.admin-table-row--pending>.admin-table-sticky{background-color:#fffbeb}.admin-table tbody tr.admin-table-row--pending:hover>.admin-table-sticky{background-color:#fef9e7!important}}
