/*
 * 2024 Hugo Herreros
 *
 * NOTICE OF LICENSE
 *
 *  @author    Hugo Herreros <info@hugoherreros.com>
 *  @copyright 2024 Hugo Herreros
 *  @license   Property of Hugo Herreros Non redistributable.
 */

.col-help-whatsapp{
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
}

.col-help-whatsapp .col-help-whatsapp-container{
    display: inline-block;
}

.col-help-whatsapp .btn{
    color: #fcfcfc;
    font-size: 15px;
    font-weight: 500;
    border: none;
    background-color: #128c7e;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.col-help-whatsapp .btn .whatsapp_icon{
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.col-help-whatsapp .btn .whatsapp_icon svg{
    width: 18px;
    height: 20px;
    fill: #fcfcfc;
}

@media (max-width: 767px){
    .col-help-whatsapp{
        position: fixed;
        z-index: 98;
        right: 0;
        width: auto;
        bottom: 140px;
        margin: 0 !important;
        padding: 0 !important;
    }
    .col-help-whatsapp .btn{
        font-size: 0;
        padding: 23px 10px;
        border-radius: 8px 0 0 8px;
    }
    .col-help-whatsapp .btn .whatsapp_icon{
        position: static;
        padding: 0;
        margin: 0;
        width: 26px;
    }
    .col-help-whatsapp .btn .whatsapp_icon svg{
        width: 26px;
        height: 29px;
    }
}