.gtranlate-box{
    .gtranlate-box-txt{
        color: #fff;
        padding: 0 10px;
        z-index: 1;
        display: flex;
        align-items: center;
    }
    display: flex;
    align-items: center;
    position: relative;
    width: auto;
    height: 55px;
    margin-right: 34px;
}

.gtranlate-box.click{
    border-radius: 4px;
    border: 1px solid #474646;
    &::after{
        transform: rotate(180deg);
    }
}

.gtranlate-box::after{
    content: "\ea51";
    font-size: 30px;
    height: 55px;
    font-family: 'anviz';
    color: #fff;
    transform: rotate(0deg);
    transition: all 0.3s ease;
    position: absolute;
    right: -16px;
    top: 0;
    display: flex;
    align-items: center;
}

.gtranlate-other-content,.gtranlate-content{
    
    .list{
        padding: 10px 0px 0px 10px;
    }

    .line{
        width: 135px;
        height: 1px;
        border: 1px solid #919191;
        margin-left: 10px;
    }
    .other-box{
        // position: relative;
        // padding:10px 10px 0px 10px;
    }
    .other-box .other-text{
        position: relative;
        width: 100%;
        height: 15px;
    }
    .other-box .other-text::after{
        content: "\ea51";
        font-size: 32px;
        height: 40px;
        font-family: 'anviz';
        color: #fff;
        transform: rotate(0deg);
        transition: all 0.3s ease-in-out;
        position: absolute;
        left: 50%;
        top: -12px;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
    }
    
    color: #fff;
    position: absolute;
    width: 160px;
    background: #4b4b4a;
    border-radius: 0px 0px 4px 4px;
    // border: 1px solid #999;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    top: 55px;
    left: 0;
    z-index: 89;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    .item{
        margin-bottom: 10px;
        height: 20px;
        font-size: 14px;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 20px;
        cursor: pointer;
        &:hover{
            color: #00A0E9;
        }
    }
}

.gtranlate-content{
    animation-name: pop-up ;
    animation-duration: 0.5s;
}

.gtranlate-content .list{
    height: 190px;
    overflow-y: scroll;
    background: #4b4b4a;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(10px);
    &::-webkit-scrollbar {
        width: .2rem;
        height: .2rem;
        background: #4b4b4a;
    }

    &::-webkit-scrollbar-track {
        border-radius: 0;
    }

    &::-webkit-scrollbar-thumb {
        border-radius: 0;
        background-color: rgba(255, 255, 255, 0.5) !important;
        transition: all .2s;
        border-radius: .2rem;
    }
}

.gtranlate-other-content{
    display: none;
    top: 100%;
    left: 0;
    height: calc(100% + 2px);
    max-height: calc(100% + 2px);
    overflow-y: scroll;
    background: #4b4b4a;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    &::-webkit-scrollbar {
        width: .2rem;
        height: .2rem;
        background: hsla(0, 0%, 100%, 0.6);
    }
    &::-webkit-scrollbar-track {
        border-radius: 0;
        
    }
    &::-webkit-scrollbar-thumb {
        border-radius: 0;
        background-color: rgba(95,95,95,.4);
        transition: all .2s;
        border-radius: .2rem;
    }
}

.gtranlate-box:hover{
    cursor: pointer;
    .gtranlate-box-txt{
        flex: 1;
        color: #00A0E9;
    }
    &::after{
        color: #00A0E9;
    }
}

.gtranlate-box{
    .bg{
        position: absolute;
        height: 350px;
        bottom: 0;
        left: -50px;
        z-index:0;
        width: 250px;
    }
}



.gtranlate-click.gtranlate-box::after{
        transform: rotate(0deg)!important;
}



// @keyframes pop-up {
//     0% {
//       transform: translateY(55px);
//     }
//     100% {
//       transform: translateY(100%);
//     }
// }
  

.gtranlate-hide{
    opacity: 0;
    display: none;
}

.gtranlate-box:hover .gtranlate-hide{
    opacity: 1;
    display: block;
}

.gtranlate-other-content .list{
    position: absolute;
}

.gtranlate-box .other-box:hover .gtranlate-other-content{
    display: block;
}
