.top-bar {
    background-color: var(--top-bar-background-color, black);

    font-family: sans-serif;
}

.top-bar-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    margin-left: auto;
    padding: 10px 0;

    p {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    a,
    form,
    button,
    p {
        display: flex;
        align-items: center;
        margin: 0;
        padding: 0;
        font-size: 16px;
        line-height: 1.5;
    }
    button {
        height: 20px;
    }
}

#logout-button {
    cursor: pointer;
    appearance: none;
    background: none;
    border: none;
    color: var(--tekstkleur-bovenbalk, white);
}
#top-bar .right {
    text-align: right;
    top: 0px;
    right: 0px;
    position: absolute;
    display: flex;
    justify-content: flex-end;
    align-items: center;

}

#top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

#top-bar .top-phonenumber:before {
    content: "\e0cd";
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 10px;
    position: relative;
    top: 2px;
}


.top-login {
    text-decoration: none;
}
.top-login::before {
    content: '\e7fd';
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: normal;
    padding-right: 10px;
    position: relative;
    top: 2px;
}

#top-bar .top-email:before {
    content: "\e0be";
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 10px;
    position: relative;
    top: 2px;
}

#top-bar .top-email {
    padding-left: 50px;
}

/* language switcher */
.language-switcher {
    display: flex;
    gap: 10px;
}

.language {
    text-decoration: none;
    margin-left: 6px;
}

.flag-icon-squared {
    border-radius: 100px;
}
