/**
 *  @author    Dusnic <info@dusnic.es>
 *  @copyright 2022 Dusnic
 */

body{
    margin-bottom: 35px;
}

#whatsapp_fixedbar_container{
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0;
    z-index: 99;
    width: 100%;
    height: 45px;
    text-align: center;
    display: flex;
}

#whatsapp_fixedbar_container a{
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px !important;
    flex: 1 1 auto;
}

#whatsapp_fixedbar_container a:hover{
    text-decoration: none !important;
}

#whatsapp_fixedbar_container img{
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

.whatsapp_fixedbar_scroll_up img{
    margin-right: 0px !important;
}

.whatsapp_fixedbar_scroll_up{
    flex: 1 1 0px !important;
    background: #222222;    
}

.whatsapp_fixedbar_link_whatsapp{
    background: #25D366;
}