.wrxspace-header-mode-select-nav-items {
    color: var(--dark) !important;
}
.wrx-ui-brandbar-padded #wrx-canvas-header-fixed, .wrx-bodylayout-wrx.wrx-ui-brandbar-padded #wrx-canvas-header-fixed {
    padding: 0 !important;
    max-width: 100%;
    width: 100%;
    overflow: initial;
    margin: 0 auto;
}

.wrx-ui-brandbar-translucent .wrx-ui-brandbar {
    background: #fff !important;
}

.wrx-ui-brandbar-translucent .wrx-ui-brandbar .wrx-ui-brandbar-menu-item.root {
    background: transparent;
    color: #000000;
    font-weight: 700;
    cursor: pointer;
}

.wrx-ui-brandbar {
    box-shadow: 1px 2px 3px 2px hsla(0, 0%, 0%, 4%);
    border-radius: 0;
    padding: 1rem;
    
}

.wrx-ui-brandbar-logo-image a, .wrx-ui-brandbar-logo-image img, .wrx-ui-brandbar-logo-text a, .wrx-ui-brandbar-logo-text {
    max-width: 150px !important;
    max-height: 95px !important;
}

.wrx-ui-brandbar-logo {
    max-width: 150px !important;
    max-height: 95px !important;
    flex-shrink: 0;
}
#wrx-ui-content-titlebar-text h1 {
    margin: 0;
    font-size: inherit;
    text-transform: inherit;
    text-align: center;
    color: var(--primary) !important;
}
.wrx-footer-legalinfo {
    background: var(--pink-l1) !important;
}
.wrx-footer-legalinfo a {
    color: var(--dark);
}
@@media (max-width: 768px) {

    .wrx-ui-brandbar-logo {
    
        max-width: 150px !important;
        
    }
    
}

.wrx-ui-nav-context-menu-l1-item-icon i {
    color: var(--secondary-d2);
}