.global-top-navigation-bar{
    width: 100%;
    height: 80px;
    background: #FFFFFF60;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 999999;
    box-shadow: 0px 4px 5px 0px #7979790A;
    backdrop-filter: saturate(50%) blur(10px);
}

.global-top-navigation-bar .global-top-navigation-bar-left{
    width: 150px;
    height: inherit;
    display: flex;
    justify-content: right;
    align-items: center;
    cursor: pointer;
}

.global-top-navigation-bar .global-top-navigation-bar-center{
    width: calc(100% - 300px);
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
}

.global-top-navigation-bar .global-top-navigation-bar-center .global-top-navigation-bar-menu{
    width: fit-content;
    height: inherit;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.global-top-navigation-bar .global-top-navigation-bar-center .global-top-navigation-bar-menu .global-top-navigation-bar-menu-item{
    width: fit-content;
    box-sizing: border-box;
    line-height: 80px;
    height: 80px;
    cursor: pointer;
    padding: 0 20px;
}

.global-top-navigation-bar .global-top-navigation-bar-center .global-top-navigation-bar-menu .global-top-navigation-bar-menu-item-selected{
    border-bottom: 2px solid #82BF42;
}

.global-top-navigation-bar .global-top-navigation-bar-right{
    width: 150px;
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.global-top-navigation-bar .global-top-navigation-bar-right .global-top-navigation-bar-right-login{
    width: 150px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

.global-top-navigation-bar .global-top-navigation-bar-right .global-top-navigation-bar-right-company-come-in{
    width: 100px;
    height: 37px;
    border-radius: 8px;
    border: 1px solid #1C6F119E;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: -120px;
    margin-right: 20px;
}

.global-top-navigation-bar .global-top-navigation-bar-right .global-top-navigation-bar-right-account{
    width: 150px;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}

.global-top-navigation-bar .global-top-navigation-bar-right .global-top-navigation-bar-right-account .global-top-navigation-bar-right-account-avatar{
    width: 30px;
    height: 30px;
    border-radius: 30px;
    float: left;
    margin-right: 5px;
}

.global-top-navigation-bar .global-top-navigation-bar-right .global-top-navigation-bar-right-account .global-top-navigation-bar-right-account-name{
    width: calc(100% - 35px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.global-top-navigation-bar-right-menu{
    width: 120px;
    position: absolute;
    right: 30px;
    top: 80px;
    border-radius: 10px;
    box-shadow: 0px 2px 4px -1px #79797914;
    box-shadow: 0px 4px 5px 0px #7979790A;
    box-shadow: 0px 1px 10px 0px #79797905;
}

.global-top-navigation-bar-right-menu-gap{
    width: 100%;
    height: 5px;
    background: none;
    display: block;
}

.global-top-navigation-bar-right-menu-item{
    background: #FFFFFF;
    width: 100%;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
}