:root {
    --color-primary: #0f172a;
    --color-secondary: #1e293b;
    --color-accent: #f59e0b;
}
body, .ui-background, .layout-main, #layout {
    background: #0f172a !important;
}
.login-form, .ui-box, .message-part, .listbox, .toolbar, .header, .footer, .message-headers, .message-body, .listtbody, .table thead th {
    background: #1e293b !important;
    color: #ffffff !important;
}
.btn-primary, .button.submit, input[type="submit"], .btn.btn-primary {
    background: #f59e0b !important;
    border-color: #f59e0b !important;
    color: #0f172a !important;
}
.btn-primary:hover, .button.submit:hover, .btn.btn-primary:hover {
    background: #d97706 !important;
}
a, .listitem:hover, .tree-item.selected, .tree-item:hover, .link, a.link {
    color: #f59e0b !important;
}
input, textarea, select, .form-control, .form-control:focus {
    background: #0f172a !important;
    border-color: #f59e0b !important;
    color: #ffffff !important;
}
.login-footer, .copyright, .poweredby, .footer {
    color: #64748b !important;
}
h1, h2, h3, h4, h5, h6, .header-title, .mail-message-header, .section-title {
    color: #f59e0b !important;
}
.table tbody tr:nth-of-type(odd) {
    background: #1e293b !important;
}
