@import url(https://fonts.googleapis.com/css2?family=Muli:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0a1929;font-family:Muli,sans-serif;margin:0;overflow:hidden}::-webkit-scrollbar-track{background-color:#1f1f1f;border-radius:10px;-webkit-box-shadow:inset 0 0 6px #1f1f1f}::-webkit-scrollbar{background-color:#1f1f1f;width:12px}::-webkit-scrollbar-thumb{background-color:#555;border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.userName{align-items:center;display:flex;justify-content:flex-end}.chat-container{display:flex;flex-direction:column;height:-webkit-fill-available;justify-content:space-between}.message-body{background-color:#0a0a0a;border-radius:.5em;display:inline-block;margin:0 5px;padding:8px}.message-body .name{color:#d3d3d3;font-size:14px;margin-bottom:5px}.message-body div{white-space:pre}.message-container{align-items:normal;display:flex;justify-content:center;margin:5px 0}.chat-header{align-items:center;background-color:#0a0a0a;border-radius:.5em;display:flex;justify-content:space-between;margin-bottom:15px;padding:5px}.messages-container{height:66vh;overflow:auto}.send-message-container{align-items:normal;align-items:center;display:flex;justify-content:space-between}.text-area{background-color:initial;color:#d3d3d3;font-size:18px;width:90%}textarea{border-radius:.5em;resize:none}.dot-pulse{-webkit-animation:dotPulse 1.5s linear infinite;animation:dotPulse 1.5s linear infinite;-webkit-animation-delay:.25s;animation-delay:.25s;border-radius:5px;box-shadow:9999px 0 0 -5px #9880ff}.dot-pulse:after,.dot-pulse:before{background-color:#9880ff;border-radius:5px;color:#9880ff;content:"";display:inline-block;height:10px;position:absolute;top:0;width:10px}.dot-pulse:before{-webkit-animation:dotPulseBefore 1.5s linear infinite;animation:dotPulseBefore 1.5s linear infinite;-webkit-animation-delay:0s;animation-delay:0s;box-shadow:9984px 0 0 -5px #9880ff}.dot-pulse:after{-webkit-animation:dotPulseAfter 1.5s linear infinite;animation:dotPulseAfter 1.5s linear infinite;-webkit-animation-delay:.5s;animation-delay:.5s;box-shadow:10014px 0 0 -5px #9880ff}
/*# sourceMappingURL=main.92b4c6a3.css.map*/