
.navbar-right{
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    pointer-events: all;
    padding:3px 6px;
    border-radius: 3px;
    margin-right: 12px;
    background-color: #faf9f5;
}

.navbar-right-avatars {
    display: flex;
}

.navbar-right-avatars > ui-tooltip {
    display: inherit;
}

.navbar-share-icon-div {
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    transition: 0.3s;
    border-radius: 5px;
    margin-left: 0.5em;
}

.navbar-share-icon-div:hover {
    background-color: #DEDEDE;
    transition: 0.3s;
}

.navbar-share-icon{
    width: 17px;
    height: 17px;
    padding-left: .5em;
    padding-right: .5em;
}

.navbar-share-icon-name{
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    padding-right: 0.5em;
    padding-left: 0.5em;
    color: #000000;
}

.navbar-user-images-div {
    display: flex;
    align-items: center;
}

.navbar-user-image-div {
    width: 1.5em;
    height: 1.5em;
}

.navbar-user-image {
    margin-right: 0.3em;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.navbar-extra-users {
    pointer-events: none;
    width: 1.5em;
    height: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2A2A2A;
    border-radius: 20px;
}

.navbar-extra-users-number {
    color: white;
    font-size: 11px;
}

.navbar-other-options-wrapper {
    display: block;
    padding-left: 0.5em;
    padding-right: 0.5em;
    width: 35px;
    height: 35px;
    box-sizing: border-box;
    cursor: default;
    transition: 0.3s background-color;
    margin-left: 12px;
}

.navbar-other-options-wrapper .navbar-other-options img {
    transition: 0.2s opacity;
}

.navbar-other-options-wrapper:hover {
    background-color: #EBEBEB;
    cursor: pointer;
    border-radius: 3px;
}
.navbar-other-options-wrapper:active .navbar-other-options img {
    opacity: 58%;
}

.navbar-other-options {
    height: 100%;
    width: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-dropdown-div{
    position: absolute;
    background-color: white;
    box-shadow: 0px 11px 20px rgba(0, 0, 0, 0.10);
    border-radius: 3px;
    right: 2em;
    width: 190px;
    margin-left: 1em;
    margin-top: .5em;
    padding-top: 8px;
    padding-bottom: 8px;
    z-index: 100;
    cursor: pointer;
    border: 1px solid #DEDEDE;
}

.user-panel-picture {
    display: flex;
    border-radius:50%;
    width: 40px;
    height: 40px;
    background-color: #e7e7e7;
    object-fit: cover;
    cursor:pointer;
}

.welcome-image-div{
    display: flex;
    flex-direction: row;
}

.user-panel-wrapper{
    display: block;
    margin: auto;
}

.user-panel{
    display: flex;
    flex-direction: row;
}

.userpanel-dropdown-div {
    position: absolute;
    background-color: white;
    box-shadow: 0px 11px 20px rgba(0, 0, 0, 0.10);
    border-radius: 3px;
    left: 250px;
    top: 15px;
    width: 15vw;
    margin-left: 8px;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    z-index: 100;
    cursor: pointer;
    border: 1px solid #DEDEDE;
}

@media screen and (min-width: 1600px){
    .userpanel-dropdown-div {
        width: 12vw;
    }
}

.userpanel-dropdown-div-homepage {
    position: absolute;
    background-color: white;
    box-shadow: 0px 11px 20px rgba(0, 0, 0, 0.10);
    border-radius: 3px;
    right: 4.8em;
    width: 15vw;
    margin-left: 1em;
    margin-top: .5em;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    z-index: 100;
    cursor: pointer;
}


@media screen and (min-width: 1600px){
    .userpanel-dropdown-div-homepage {
        width: 12vw;
    }
}

@media screen and (max-width: 1100px) {
    .navbar-icon-name{
        display: none;
    }
}

@media screen and (max-width: 650px){
    #user-navbar{
        padding-right: 1.3em;
    }

}

@media screen and (max-width: 320px) {
    #user-navbar {
        display: none;
    }
}

.navbar-overlap {
    overflow: scroll;
}

.navbar-overlap:last-child, .navbar-overlap:hover {
    overflow: visible;
}

.navbar-share-document-button {
    height: 2em;
    border: 2px solid black;
    background-color: #FAF9F5;
    border-radius: 5px;
    padding: 0px 12px;
    margin-left: 12px;

    justify-content: center;
    align-items: center;
    display: flex;

    cursor: pointer;

}
