/* Elanlar v4.6.15 — visible right breathing room for chat send button */
body.elan-chat-shell .elanlar-app .elan-chat-input-wrap{
    box-sizing:border-box!important;
    padding-right:10px!important;
}
body.elan-chat-shell .elanlar-app .elan-chat-send-btn{
    margin-right:6px!important;
    flex:0 0 38px!important;
}
@media(max-width:767px){
    body.elan-chat-shell .elanlar-app .elan-chat-input-wrap{
        padding-right:5px!important;
    }
    body.elan-chat-shell .elanlar-app .elan-chat-send-btn{
        margin-right:3px!important;
    }
}
