/* WhatsApp */
.wa-toggle {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 9999;
}

.wa-toggle img {
    width: 30px;
}

.wa-box {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 300px;
    background: #fff;
    border-radius: 10px;
    display: none;
    flex-direction: column;
    z-index: 9999;
}

.wa-header {
    background: #25D366;
    color: #fff;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

.wa-body {
    padding: 15px;
}

.wa-body textarea {
    width: 100%;
    height: 80px;
    margin-bottom: 10px;
}

.wa-body button {
    width: 100%;
    padding: 10px;
    background: #25D366;
    color: #fff;
    border: none;
}
