> ## Documentation Index
> Fetch the complete documentation index at: https://mozdocs.mozartfintech.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Habilitar RTL

* Dirígete a la pestaña "Tema"
* Pega el siguiente CSS personalizado:

```css
.mozbot-container {
  direction: rtl;
}

.mozbot-avatar-container {
  margin-right: 0;
  margin-left: 0.5rem;
}

.guest-container {
  margin-left: 0;
  margin-right: 50px;
}
```
