/* WP Dynamic WhatsApp - Public Styles */
.txt-center { text-align: center; }
.txt-center ul li { list-style: none; }
.ufa-contact-btns:after, .ufa-contact-btns:before { content: " "; display: table; table-layout: fixed; }
.ufa-contact-btns:after { clear: both; }
.ufa-contact-btns a { color: #f23d49; }
.ufa-contact-btns a:hover { text-decoration: none; }
.ufa-contact-btns a:where(:not(.wp-element-btn)) { text-decoration: underline; }

.ufa-whats-btn, .ufa-call-btn {
    display: flex;
    position: fixed;
    padding: 10px;
    cursor: pointer;
    z-index: 9999;
}
.ufa-whats-btn { bottom: 0.5em; }
.ufa-call-btn { bottom: 4.5em; }
.ufa-call-icon {
    display: inline-block;
    position: relative;
    width: 45px;
    height: 44px;
    text-align: center;
    border-radius: 50%;
    background-color: white;
    -webkit-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
    -moz-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
    box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
}
.ufa-call-icon > svg { display: inline-block; }

.ufa-whats-txt, .ufa-call-txt {
    padding: 0 8px 0 20px;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    background: #00e676;
    color: #fff;
    margin-left: -15px;
    line-height: 28px;
    border-radius: 10px;
    height: 31px;
    margin-top: 7px;
}
.ufa-whats-txt { padding: 0 15px 0 25px; }
.ufa-call-txt { background: linear-gradient(to top, #d83f91, #d0409b, #c743a5, #bb47af, #ae4bb8); }

.ufa-call-btn.active .ufa-call-txt,
.ufa-whats-btn.active .ufa-whats-txt,
.ufa-call-btn:hover .ufa-call-txt,
.ufa-whats-btn:hover .ufa-whats-txt {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
}

#phone_herf_mob.ufa-full.ufa-displaymode-mobile-only { display: flex; }
#phone_herf_mob.ufa-full {
    justify-content: center;
    align-items: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
    width: 100%;
    left: 0;
    height: 60px;
}

@media screen and (max-width: 650px) {
    #phone_herf_mob:not(.ufa-displaymode), #phone_herf_mob.ufa-displaymode-mobile-only {
        position: fixed;
        text-decoration: none;
    }
}

.ufa-full.ufa-text {
    text-align: center;
    color: #FFF;
    font-weight: 600;
    font-size: 120%;
    overflow: hidden;
    white-space: nowrap;
}
.ufa-full.ufa-full-bottom { bottom: 0; }
.ufa-zindex-10 { z-index: 2147483647; }

@media only screen and (max-width: 600px) {
    footer { margin-bottom: 50px; }
    .ufa-whats-btn { bottom: 10%; }
}
