#shiwa-whatsapp{

    position:fixed;

    right:25px;

    bottom:25px;

    z-index:9999;

}

.wa-box{

    width:320px;

    background:#221133;

    border-radius:20px;

    border:1px solid rgba(212,175,55,.35);

    display:none;

    overflow:hidden;

    margin-bottom:15px;

    box-shadow:0 20px 45px rgba(0,0,0,.35);

}

.wa-header{

    background:#14081F;

    padding:20px;

    display:flex;

    gap:15px;

    align-items:center;

}

.wa-header img{

    width:55px;

    border-radius:50%;

}

.wa-header strong{

    color:#D4AF37;

}

.wa-header span{

    color:#DDD;

    font-size:.8rem;

}

.wa-body{

    padding:20px;

    color:white;

    line-height:1.6;

}

.wa-button{

    display:block;

    background:#25D366;

    color:white;

    text-align:center;

    padding:15px;

    font-weight:bold;

}

.wa-float{

    width:70px;

    height:70px;

    border-radius:50%;

    border:none;

    background:#25D366;

    color:white;

    font-size:34px;

    cursor:pointer;

}

.wa-box.open{

    display:block;

}
#wa-message{

    width:100%;

    height:100px;

    margin-top:15px;

    border-radius:12px;

    border:1px solid rgba(212,175,55,.3);

    background:#14081F;

    color:#fff;

    padding:12px;

    resize:none;

    font-size:15px;

}

#wa-message::placeholder{

    color:#bfbfbf;

}

#wa-send{

    width:100%;

    margin-top:15px;

    cursor:pointer;

}
.wa-box{

    display:none;

}

.wa-box.open{

    display:block;

}

#wa-message{

    width:100%;

    min-height:120px;

    padding:15px;

    margin-top:15px;

    border-radius:12px;

    border:1px solid rgba(212,175,55,.3);

    background:#14081F;

    color:#fff;

    resize:vertical;

}

.wa-button{

    width:100%;

    margin-top:15px;

    padding:15px;

    background:#25D366;

    color:#fff;

    border:none;

    border-radius:12px;

    cursor:pointer;

    font-weight:bold;

}
