/* Estilos personalizados */
body {
    font-family: 'Inter', sans-serif;
}

#chatModal {
    z-index: 50;
}

#chatContent {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Puedes agregar más estilos según tus necesidades */