html{scroll-behavior:smooth}#ChatPage #listMessage hr{margin:30px 0}#ChatPage ::-webkit-scrollbar{width:8px}#ChatPage ::-webkit-scrollbar-track{box-shadow:inset 0 0 5px grey;border-radius:10px}#ChatPage ::-webkit-scrollbar-thumb{background:#888;border-radius:10px}#ChatPage #listMessage{min-height:40vh}#ChatPage .v-banner{border-radius:10px!important}#ChatPage .v-banner__wrapper{padding:0!important;border:0!important}#ChatPage .v-banner--single-line .v-banner__text{white-space:normal!important}#ChatPage .v-input__append-outer,#ChatPage .v-input__prepend-outer{margin:auto}#ChatPage .v-file-input{padding-top:0}#ChatPage .file-name{display:inline-block;max-width:200px;white-space:nowrap;overflow:hidden!important;text-overflow:ellipsis}#ChatPage .message-image{max-width:300px;max-height:300px}.lds-ellipsis{display:inline-block;position:relative;width:80px;height:3px}.lds-ellipsis div{position:absolute;top:0;width:3px;height:3px;border-radius:50%;background:#000;animation-timing-function:cubic-bezier(0,1,1,0)}.lds-ellipsis div:first-child{left:8px;animation:lds-ellipsis1 .6s infinite}.lds-ellipsis div:nth-child(2){left:8px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(3){left:32px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(4){left:56px;animation:lds-ellipsis3 .6s infinite}@keyframes lds-ellipsis1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0)}to{transform:translate(24px)}}