[data-bs-theme="light"] {
    --vz-vertical-menu-bg: #101664 !important;
    --vz-dropdown-bg: #101664 !important;
}
[data-bs-theme="light"] td,
.message-details,
a,
.from-data {
    color: #f8f8f8 !important;
}
[data-bs-theme="dark"] {
    --vz-dropdown-bg: #20242e !important;
}

[data-bs-theme="light"] .dropdown-menu {
    --vz-dropdown-link-hover-bg: #01032e !important;
}
