#chatWrapper{display:flex;flex-direction:column}.chat-container{box-sizing:border-box;min-height:200px;max-height:700px;height:100%;overflow-y:auto;padding:10px;display:flex;flex-direction:column-reverse;gap:10px;background-color:#e4e4e4}.chat-container.empty{height:100%;display:flex;width:100%;align-items:center;justify-content:center}.theme--dark .chat-container{background-color:#272727}