.user-header-icon {
    position: relative;
}

.user-header-icon-image {
    border-radius: 50%;
    background-color: black;
    color: white;
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
}

.user-header-icon-button:focus {
    outline: none;
}

.user-header-icon-button i {
    color: darkgray;
    margin-left: 5px;
}

.user-header-icon-dropdown-menu {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid lightgray;
    border-radius: 5px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1000;
    right: 0px;
    top: 30px;
    white-space: nowrap;
}

.user-header-icon-dropdown-menu a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.user-header-icon-dropdown-menu a:hover {
    color: white;
    background-color: rgb(65, 65, 65);
}

.user-header-icon-login-button {
    background-color: white;
    border: 2px solid black;
    padding: 5px 15px;
    font-size: 16px;
    border-radius: 10px;
    color: black;
    white-space: nowrap;
}