[data-testid='stSidebarNav'] ul li:first-child a {
    background-image: url(../img/weber_w_logotype_rgb_black.png)
}

[data-testid='stSidebarNav'] ul li:first-child::after {
    content: 'A+I Technology Solutions';
    padding-bottom: 11px;
}

[data-testid="stSidebarNav"] ul li:first-child a {
    height: 100px;
}

li:has(a[href$="/Changelog"]) {
    display: none !important;
}

.stSidebar {
    box-shadow: 0 8px 20px #5257681a;
    background-color: rgba(82, 87, 104, .05) !important;
    border-right: 1px solid #eeeeee;
}

.dark .stSidebar {
    border-right: 1px solid #333333;
}