.global-top-navigation-bar{
    width: 100%;
    height: 76px;
    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: blur(100px);
    transition: all 0.2s;
}

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

.global-top-navigation-bar .global-top-navigation-bar-center{
    width: calc(100% - 380px);
    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: 100%;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: 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: 130px;
    height: inherit;
    display: flex;
    justify-content: left;
    align-items: center;
    cursor: pointer;
}

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

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

.global-top-navigation-bar .global-top-navigation-bar-right .global-top-navigation-bar-right-account{
    width: 35px;
    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: 35px;
    height: 35px;
    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: 254px;
    position: absolute;
    right: 60px;
    top: 76px;
    box-shadow: 0px 8px 10px -5px #00000014;
    box-shadow: 0px 16px 24px 2px #0000000A;
    box-shadow: 0px 6px 30px 5px #0000000D;

}

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

.global-top-navigation-bar-right-menu-item{
    background: #FFFFFF;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: left;
    font-size: 14px;
    cursor: pointer;
    padding: 0 25px;
    box-sizing: border-box;
}

.global-top-navigation-bar-right-menu-item-top{
    border-radius: 10px 10px 0 0;
}

.global-top-navigation-bar-right-menu-item-bottom{
    border-radius: 0 0 10px 10px;
}

.global-top-navigation-bar-right-menu-split-line{
    width: 100%;
    background: #FFFFFF;
    height: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.global-top-navigation-bar-right-menu-split-line .global-top-navigation-bar-right-menu-split-line-item{
    width: calc(100% - 50px);
    height: 1px;
    background: #00000026;
}

.global-top-navigation-bar-right-menu-item-avatar{
    width: 37px;
    height: 37px;
    border-radius: 37px;
}

.global-top-navigation-bar-right-menu-item-detail{
    width: calc(100% - 47px);
    height: 40px;
    margin-left: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
}

.global-top-navigation-bar-right-menu-item-detail-nick{
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
    color: #000000;
}

.global-top-navigation-bar-right-menu-item-detail-phone{
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
    color: #00000099;
}