/*
* 2022 Elenitos Nestar SL
*
* NOTICE OF LICENSE
*
*  @author    Hugo Herreros <hugoherreros93@gmail.com>
*  @copyright 2009-2022 Elenitos Nestar SL
*  @license   Property of Elenitos Nestar SL Non redistributable.
*/

.onrequest_text_label{
    background-color: #f7f6f4;
    color: #333;
    text-transform: uppercase;
    border-radius: 6px;
    padding: 10px 13px;
    display: inline-block;
    font-weight: 600;
    font-size: 17px;
    position: relative;
}

.onrequest_text_label .fa{
    position: absolute;
    top: 0px;
    right: -10px;
    font-size: 15px;
    color: #444;
}

.col-help-whatsapp{
    width: 100%;
}

.col-help-whatsapp .btn{
    color: #fcfcfc;
    font-size: 15px;
    font-weight: 500;
    background-color: #128c7e;
    position: relative;
    width: 100%;
}

.col-help-whatsapp .btn:hover,
.col-help-whatsapp .btn:active{
    background-color: #25d366;
}

.col-help-whatsapp .btn .fa{
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 15px;
    font-size: 25px;
}

@media (max-width: 767px){
    .col-help-whatsapp{
        position: fixed;
        right: 0;
        width: auto;
        bottom: 120px;
        margin: 0 !important;
        padding: 0 !important;
    }
    .col-help-whatsapp .btn{
        font-size: 0;
        padding: 10px 10px;
        border-radius: 8px 0 0 8px;
    }
    .col-help-whatsapp .btn .fa{
        position: static;
        padding: 0;
        margin: 0;
    }
}