body {
    background: #fff;
}

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

.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: 200px !important;
    max-height: 80px !important;
}

.wrx-ui-brandbar-logo {
    max-width: 250px !important;
    max-height: 90px !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;
}

@@media (max-width: 768px) {

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

.wrx-ui-brandbar-menu-item.root {


    color: var(--black);
    
    font-weight: bold;
    
    font-size: .9rem;
}


.wrx-ui-brandbar-menu-wrapper {
    padding-left: 2rem;
}
