.msg{position:relative;width:100%;min-height:100px;cursor:pointer;transition:background-color .3s ease}.company{color:rgba(52,58,61,.6);font-size:10px}.msg h5{font-weight:600;color:var(--v-primary-base)}.msg:hover .message,.msg:hover h5{color:var(--v-accent-base)}.msg:hover{color:#fff;background-color:var(--v-primary-base)}.msg:hover .company{color:#fff}.newMsg{background-color:#e6e6e6}.send{color:rgba(46,88,64,.2)}.msg:hover .v-avatar{border:thin solid #fff!important}.msg:after{content:"";border-top:2px solid #e6e6e6;bottom:0;left:15px;width:calc(100% - 30px);position:absolute}.msg:hover:after{display:none}.progressLoading{position:absolute;z-index:3}.title-shadow{box-shadow:0 5px 7px 0 rgba(0,0,0,.1)}