.navbar-brand.navbar-title {
    display: flex;
    align-items: center;
    text-transform: none;
}

.text-yellow {
    color: #d2d245 !important;
}

.text-grayed-out {
    color: #c4c4c4;
}

[data-has-companies=false] {
    display: none !important;
}

[data-hidden=true] {
    display: none !important;
}