.svg-fill-color-primary {
    color: #f04c23 !important;
}



#whatsapp-btn{
    pointer-events: none;
    box-sizing: border-box;
    display: block;
    top: auto;
    bottom: 0;
    left: auto;
    right: 20px;
    position: fixed;
    z-index: 9999999;
}

#whatsapp-btn .whatsapp-container{
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}


#whatsapp-btn .whatsapp-container a.whatsapp-toggle{
    border-radius: 50px;
    margin-right: 20px;
    height: 40px;
    white-space: nowrap;
    padding: 12px 24px;
    background-color: #f7941e;
    color: #ffffff;
    outline: none;
    text-decoration: none;
    pointer-events: all;
    cursor: pointer;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 6%), 0 2px 32px 0 rgb(0 0 0 / 16%);
    margin-top: 24px;
    margin-bottom: 24px;
    position: relative;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

#whatsapp-btn .whatsapp-container a.whatsapp-toggle i.fa{
    margin: 0 12px 0 0;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#whatsapp-btn .whatsapp-container a.whatsapp-toggle i.whatsapp-close{
    display: none;
    opacity: 0.8;
    font-style: unset;
    font-size: 24px;
    font-weight: bold;
    width: 24px;
    height: 24px;
    cursor: pointer;
    text-align: center;
    line-height: 24px;
    z-index: 1;
}
@media (max-width: 768px) {


    #whatsapp-btn {
        width: 100%;
        right: auto !important;
        /*display:none;*/
        bottom: 1px;
    }
}
