/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 28 2026 | 19:39:32 */
.showhidewa span {
    color: #fff;
    font-size: 24px;
    padding-right: 5px
}

.intestazione-wa {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    background: rgb(9,94,84);
    padding: 9px 20px
}

.photo-wa {
    width: 35px;
    height: 35px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
    position: relative
}

.comic-wa::before {
    content: url(../../../../img/download.png);
    position: absolute;
    top: 0;
    left: -12px;
    width: 12px;
    height: 19px;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.btn-wa a {
    color: rgb(255,255,255);
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-appearance: none;
    padding: 8px 12px;
    border-radius: 20px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: rgb(79,206,93);
    margin: 10px 20px;
    overflow: hidden;
    color: #fff
}

.comic-wa {
    background-color: rgb(255,255,255);
    position: relative;
    transform-origin: center top;
    z-index: 2;
    box-shadow: rgba(0,0,0,.13) 0 1px .5px;
    margin-top: 4px;
    padding: 7px 14px 6px;
    border-radius: 0 8px 8px;
    font-size: 13px;
    transition: all 0.3s ease 0s;
    line-height: 15px
}

.btn-wa a span {
    color: #fff
}

span.content-bnt-wa {
    font-weight: 400;
    margin-left: 6px
}

.content-real-chat-wa {
    background-color: rgb(230,221,212);
    position: relative;
    max-height: 382px;
    padding: 20px 20px 20px 10px;
    overflow: auto;
    background-image: url(../../../../img/wa.png)
}

span.name-wa {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: rgb(255,255,255)
}

.photo-wa img {
    width: 100%
}

.realchatwa {
    box-shadow: rgb(0 0 0 / 10%) 0 12px 24px 0;
    display: flex;
    flex-direction: column;
    background-color: rgb(255,255,255);
    transform: translate3d(0,0,0);
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    touch-action: auto;
    margin-bottom: 56px;
    bottom: 0;
    right: 0;
    margin-left: 10px;
    border-radius: 10px;
    overflow: hidden;
    transition: opacity 0.3s ease 0s,margin 0.3s ease 0s,visibility 0.3s ease 0s;
    position: fixed;
    left: auto;
    width: 220px;
    display: none;
    z-index: 999
}

.showhidewa {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99;
    box-shadow: rgb(0 0 0 / 15%) 0 3px 12px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    background-color: rgb(79,206,93);
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 9px;
    outline: transparent;
    color: #fff;
    padding: 5px
}
