.chat_btn{
    display:inline-block;
    position: absolute;
    width: 34px;
    height: 34px;
    right: 207px;
    top: 19px;
    background: #F6F6F6;;
    border-radius: 8px;
    text-align:center;
    background-image: url(/resources/kgenc/images/nav_chat_icon_v2.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
}