.skinHeader,
.headerTop {
    background: rgba(10,10,10,0.35) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    box-shadow: none !important;
    border-bottom: 1px solid rgba(255,255,255,0.04);
}
.emby-tabs-slider,
.emby-tab-button,
.emby-button-foreground {
    background: transparent !important;
    box-shadow: none !important;
}

body.mode-desktop .headerLeft .pageTitle,
body.mode-mobile .headerLeft .pageTitle {
    background: url("../img/logo.png") no-repeat left center !important;
    background-size: contain !important;
    width: 40px !important;
    height: 40px !important;
    text-indent: -9999px;
}
