x-sidebar-layout::part(sidebar) {
    --background-color: linear-gradient(180deg, #E32119 0%, #C11444 100%);
}

    header::after {
        content: "DT Infrastructure" !important;
    }

x-top-bar-layout {
    --background-sidebar: linear-gradient(270deg, #0EA5E9 0%, #38BDF8 100%);
    --background-top-bar: linear-gradient(270deg, #0EA5E9 0%, #38BDF8 100%);
}

:root {
    --downer-green-rgb: 56,189,248;
    --downer-green: rgb(var(--downer-green-rgb));
}