.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.whatsapp-bubble-left {
    position: relative;
    background: white;
    border-radius: 0 12px 12px 12px;
}
.whatsapp-bubble-right {
    position: relative;
    background: #dcf8c6;
    border-radius: 12px 0 12px 12px;
}
.bg-grid-white {
    background-image: linear-gradient(to right, rgba(255,255,255,0.05) 1px, transparent 1px), linear-gradient(to bottom, rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 24px 24px;
}
