.navbar-item {
    display: none;
}
.navbar-item-x {
    display: none;
}
.navbar-item.show {
    display: flex !important;
    align-items: center !important;
}
.navbar-item-x.show {
    display: flex !important;
    align-items: center !important;
}
.text-blue {
    color: #00488D;
}
.list-group-item {
    background: #00488D;
    color: #fff;
}