/* Custom WhatsApp & Telemetry Styles */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-track {
    background: #0b141a;
}
::-webkit-scrollbar-thumb {
    background: #2a3942;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #37474f;
}

.whatsapp-bubble-bot {
    background-color: #202c33;
    color: #e9edef;
    border-radius: 0 12px 12px 12px;
    position: relative;
    box-shadow: 0 1px 0.5px rgba(11,20,26,0.13);
}

.whatsapp-bubble-user {
    background-color: #005c4b;
    color: #e9edef;
    border-radius: 12px 0 12px 12px;
    position: relative;
    box-shadow: 0 1px 0.5px rgba(11,20,26,0.13);
}

.whatsapp-button-pill {
    background-color: #2a3942;
    color: #00a884;
    transition: all 0.15s ease;
}
.whatsapp-button-pill:hover {
    background-color: #37474f;
    color: #25d366;
}

@keyframes pulseGlow {
    0%, 100% { box-shadow: 0 0 15px rgba(16, 185, 129, 0.2); }
    50% { box-shadow: 0 0 25px rgba(16, 185, 129, 0.4); }
}

.charging-card-active {
    border-color: rgba(16, 185, 129, 0.5) !important;
    animation: pulseGlow 2.5s infinite ease-in-out;
}
