#english-reserach-popup{
    z-index: 1;
    width: 70%;
    height: 60px;
    display: grid;
    transition: width 0.6s ease-out;
}

#english-reserach-popup .content{
    display: flex;
    padding: 4px;
    padding-top: 8px;
    background:  #00a550;
    border-radius: 0px;
    border-top-right-radius:0px ;
    border-bottom-right-radius: 0px;
    perspective: 40px;
}

#english-reserach-popup .button{
    color: #fff;
    float: right;
    width: 10%;
    align-self: center;
    margin: 5px;
}

.from-left-to-right{
    width: 70% !important;
}

.from-right-to-left{
    width: 0% !important;
}