.selected-type-container{min-width:40px;min-height:40px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-border-radius:100%;border-radius:100%;margin-right:15px}.selected-type-container.up{background-color:#4db04e}.selected-type-container.down{background-color:#b00020}.v-card{overflow-y:auto!important;max-height:80vh;overflow-y:hidden}@supports (-webkit-overflow-scrolling: touch){.v-card{max-height:65vh}}@media screen and (max-width:600px){.ai-chat-container{bottom:0!important;left:0;width:100%;height:100vh!important}:deep(.v-bottom-sheet) .v-bottom-sheet__content{height:100vh!important;max-height:100vh!important}:deep(.v-bottom-sheet) .v-bottom-sheet__content .v-card{height:100vh!important;-webkit-border-radius:0!important;border-radius:0!important}}.messages-list{margin:0;list-style-type:none;max-height:-webkit-calc(100dvh - 350px);max-height:calc(100dvh - 350px);overflow:auto;padding:0 5px 0 0}.messages-list>li{padding:10px;-webkit-border-radius:var(--border-radius);border-radius:var(--border-radius);margin-bottom:10px}.messages-list>li:last-child{margin-bottom:0}.messages-list>li.message-bot{background:#008ecd}.messages-list>li.message-user{background:#425265}.messages-list>li .author{display:block;font-weight:bolder}@media screen and (max-width:600px){.messages-list{max-height:-webkit-calc(100dvh - 200px)!important;max-height:calc(100dvh - 200px)!important}}@media screen and (min-width:600px){.messages-list{max-height:-webkit-calc(100dvh - 550px);max-height:calc(100dvh - 550px)}}.assistant-message a{color:#fff!important;text-decoration:underline!important}.assistant-message ol,.assistant-message ul{padding-left:20px}