[data-bs-theme=dark] {
    --dashui-card-border: #2c2c2c;
    --dashui-inner-card-bg: #1f1a1a;
    --dashui-document-card-bg: #1f1a1a;
    --dashui-document-card-title: #7f8188;
    --dashui-document-card-title-border: #57545a;
    --dashui-file-drop-hover: #1f1a1a;
    --dashui-card-body-darker: #161e2c;
    --dashui-td-hover: #1e2632;
    --dashui-spinner-text-color:  #637381;
    --dashui-nav-toggle-color: #64748b;
    --dashui-dropdown-item-color: #94a3b8;
    --dashui-heading-color: #a8b7cc;
}

[data-bs-theme=dark] .box {
    border: 0px !important;
}
[data-bs-theme=dark] .navbar-brand {
    filter: none !important;
}