.chat-container{box-sizing:border-box;height:calc(100vh - 20rem);overflow-y:auto;padding:10px;background-color:#fff;border-top-left-radius:15px;border-top-right-radius:15px}.chat-text{width:100%;height:7.8rem;border-top:solid 2px #ccc;background-color:#fff;border-bottom-left-radius:15px;border-bottom-right-radius:15px;padding:10px;display:flex;align-items:center;justify-content:space-around}.chat-text textarea{border:dashed 2px #ccc;text-decoration:none;width:85%;margin-right:15px}.chat-text textarea:focus{outline:0}.chat-message-row{width:100%;margin-top:10px}.chat-message-row .chat-message{padding:8px;background-color:#fafafa;color:#37474f;border-radius:10px;display:inline-block;box-shadow:0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);max-width:80%;word-wrap:break-word;font-size:1.2rem!important}.own{text-align:right}.message-own{background-color:#1e88e5!important;color:#fff!important}@media (max-width:992px){.v-slide-group__prev{display:none!important}.chat-container{height:calc(100vh - 24rem)!important}.chat-message-row .chat-message{font-size:1rem!important}.my-chat{height:calc(100vh - calc(100vh - 100%));overflow:hidden}}
