#whatsapp-floating {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25d366;
    color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 30px;
    line-height: 54px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    z-index: 9999;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#whatsapp-floating:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 15px rgba(0,0,0,0.4);
}

#whatsapp-popup {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 320px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    display: none;
    overflow: hidden;
    z-index: 9998;
    font-family: Arial, sans-serif;
}

.whatsapp-header {
    background: #25d366;
    color: #fff;
    padding: 15px;
    position: relative;
}

.whatsapp-header h3 {
    margin: 0 0 5px;
}

.whatsapp-header p {
    margin: 0;
    font-size: 14px;
}

.whatsapp-close {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
}

.whatsapp-back {
    position: absolute;
    top: 10px;
    left: 15px;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
}

.whatsapp-lista {
    max-height: 250px;
    overflow-y: auto;
}

.whatsapp-lista ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.whatsapp-lista li {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #eee;
    cursor: pointer;;text-align: left;
}

.whatsapp-lista li:hover {
    background: #f9f9f9;
}

.whatsapp-icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.whatsapp-info .whatsapp-sub {
    font-size: 12px;
    color: #555;text-align: left;
}

.whatsapp-info .whatsapp-title {
    font-weight: bold;
    display: block; text-align: left;
		color: #000;font-size: 18px
}

.whatsapp-chat {
    padding: 20px;
}

.whatsapp-mensagem {
    background: #f1f1f1;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;;  text-align: center;
		color: #000;font-size: 18px
}

.whatsapp-input {
    display: flex;
}

#mensagem-user {
    flex: 1;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#enviar-msg {
    margin-left: 10px;
    background: #25d366;
    border: none;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
}

.whatsapp-footer {
    background: #f5f5f5;
    padding: 10px;
    font-size: 12px;
    text-align: center;		color: #000;font-size: 12px
}
