body{
        /* background: linear-gradient(to bottom right, #004b8b, #0d94d0); */
        font-family: system-ui;
    }
.blue {
  background-color: #004b8b;
}

.sky-blue {
  background-color: #0d94d0;
}

.text-blue {
    color: #004b8b;
}

.chatbot-host-bubble {
  border-radius: 30px; /* Ajusta el valor según tus preferencias */
}