#chat-container {
    left: 15px;
    bottom: 1px;
    position: fixed;
    z-index: 9999;
}

#chat-container a {
    position: relative;
}

#chat-container a.sywh-open-services {
    background-image: url('/img/chat/whatsapp.svg');
    background-size: contain;   /* Ajusta la imagen dentro del recuadro */
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;        
    line-height: 55px;
    margin-top: 10px;
    border: none;
    cursor: pointer;
    font-size: 23px;
    width: 55px;
    height: 55px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
}

#chat-container a.sywh-open-services i {
    line-height: 55px;
}

#chat-container a.sywh-open-services i.fa-times {
    display: none;
}

#chat-container .chat-services {
    width: 55px;
    height: auto;
}

#chat-container .chat-services a {
    display: none;
}

#chat-container .chat-services a i {
    background-color: #129bf4;
    color: #fff;
    line-height: 55px;
    margin-top: 10px;
    border: none;
    cursor: pointer;
    font-size: 23px;
    width: 55px;
    height: 55px;
    text-align: center;
    box-shadow: 2px 2px 8px -3px #000;
    border-radius: 100%;
}

#chat-container .chat-services a.email i {
    background-color: #b92b27;
}

#chat-container .chat-services a.instagram i {
    background-color: #e4405f;
}

#chat-container .chat-services a.messenger i {
    background-color: #0084ff;
}

#chat-container .chat-services a.whatsapp i {
    background-color: #25d366;
}

#chat-container .chat-services a.call i {
    background-color: #f60;
}

#chatIcon {
    outline: 0;
}
