:root {
    --aw-teal: #0f766e;
    --aw-ink: #18181b;
    --aw-bg: #f4f6f8;
}

body {
    background: var(--aw-bg);
}

.aw-sidebar {
    min-height: 100vh;
    background: #fff;
    border-right: 1px solid #e5e7eb;
}

[dir="rtl"] .aw-sidebar {
    border-right: 0;
    border-left: 1px solid #e5e7eb;
}

.aw-sidebar a {
    color: #3f3f46;
    text-decoration: none;
}

.aw-sidebar a:hover {
    background: #f1f5f9;
}

.aw-card {
    border: 1px solid #e5e7eb;
    border-radius: .5rem;
    background: #fff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
}

.aw-brand {
    color: var(--aw-teal);
    font-weight: 800;
}

.table th {
    white-space: nowrap;
}
