.headerbar {
    background: linear-gradient(to right,#193636,#197696);
    color: white !important;
    height: 2.5rem;
}

.MenuBG {
    background: linear-gradient(to right,#193636,#197696);
}

.navbar-toggler {
    appearance: none;
    cursor: pointer;
    width: 2.5rem;
    height: calc(2.5rem - 4px);
    padding: 0.1rem 0.25rem;
    color: white;
    position: absolute;
    top: 2px;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
    /*background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);*/
}
.navbar-brand {
    font-size: 1.1rem;
    margin-right: 0.5rem !important;
    height: 2.5rem;
}
.nav-item {
    font-size: 0.9rem;
    font-weight: bold;
}
    .nav-item .nav-link {
        background: none;
        border: none;
        border-radius: 4px;
        height: 2.5rem;
        display: flex;
        align-items: center;
        line-height: 2.5rem;
        padding:0.25rem;
        width: 100%;
    }
.nav-item a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 992px) {
    /*992 lg,768 md,576 sm*/
    .navbar-toggler {
        display: none;
    }
}
