
.user-bar {
    font-family: var(--bs-body-font-family), serif !important;
    font-size: 18px;
    padding: 0 !important;
    z-index: 9999;
    height: 35px;

    a {
        text-decoration: none !important;
    }

    a:focus {
        outline: 1px solid #aaa;
        outline-offset: 1px;
        box-shadow: none;
    }

    a:hover {
        text-decoration: none !important;
        font-weight: 400 !important;
    }

    .dropdown-menu {
        margin-top: 3px;
        padding: 1rem;
        overflow-y: auto;
    }
}

.btn-userbar {
    color: #fff !important;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.btn-userbar:focus {
    outline: 1px solid #aaa;
    outline-offset: 1px;
}

.user-bar__logo img {
    height: 30px;
    margin-left: 10px;
}

#user-bar-user-account-button {
    padding-top: 0;
}

#user-account-menu  {
    font-size: 18px;

    ul {
        list-style-type: none;
        padding: 0;
    }

    li:not(.dropdown-divider-line) {
        width: max-content;
        padding: 0 1em;
    }

    li a {
        display: inline-block;
        padding: 0.25em 1em;
        text-decoration: none;
    }

    li a:hover {
        background-color: #fff !important;
        color: #000 !important;
        text-decoration: none;
    }

    .dropdown-divider {
        border-top: 1px solid #fff;
    }
}

.user-bar__logo-small {
    width: 30px;
    display: none;
}

/* o2connect */
.see-through-body {
    background: transparent;
}

/* OC2 footer */
.opuscon-footer {
    font-size: 1rem;
    padding: 0 1rem;

    .navbar-nav a {
        text-decoration: none !important;
        border: none;
        padding: 0 0.5rem
    }

    .navbar-nav a:hover {
        background-color: #fff !important;
        color: #000 !important;
        text-decoration: none;
    }

    .opuscon-footer__logo {
        margin: 0.2rem;

        img {
            margin-left: 0;
        }
    }

    .opuscon-footer__separator {
        margin: 0;
    }
}

.user-bar-skip-to-content {
    font-size: 1rem;
}
