.view[name='chat'] {
    position: absolute;
    overflow-y: auto;
}
.view[name='chat'] > .wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.view[name='chat'] > .wrapper > .header {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.view[name='chat'] > .wrapper > .header > .search {
    padding: 16px 12px;
}
.view[name='chat'] > .wrapper > .header > .search > input {
    font-size: 12px;
    border-radius: 26px;
}
.view[name='chat'] > .wrapper > .header > .search > img {
    position: absolute;
    top: 31px;
    width: 14px;
    height: 14px;
}
.view[name='chat'] > .wrapper > .header > .side > .button {
    border-radius: 50%;
    margin: 12px;
}
.view[name='chat'] > .wrapper > .header > .side > .button:not(.hasProfile) {
    padding: 10.5px;
}
.view[name='chat'] > .wrapper > .header > .side > .button:not(.hasProfile) > img {
    display: block;
    width: 19px;
    height: 19px;
}
.view[name='chat'] > .wrapper > .header > .side > .button.hasProfile > img {
    display: block;
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.view[name='chat'] > .wrapper > .header > .center {
    display: table;
    height: 100%;
}
.view[name='chat'] > .wrapper > .header > .center > div {
    display: table-cell;
    font-size: 12px;
    font-weight: 600;
    vertical-align: middle;
}
.view[name='chat'] > .wrapper > .content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
.view[name='chat'] > .wrapper > .content > .conversationHeaders > .content > table {
    padding-top: 12px;
    padding-bottom: 12px;
}
.view[name='chat'] > .wrapper > .content > .conversationHeaders > .content > .conversationHeader > tbody > .top > .profile {
    width: 76px;
}
.view[name='chat'] > .wrapper > .content > .conversationHeaders > .content > .conversationHeader > tbody > .top > .profile > div {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0px 12px;
    line-height: 50px;
}
.view[name='chat'] > .wrapper > .content > .conversation {
    height: 100%;
}
.view[name='chat'] > .wrapper > .content > .conversation > .content {
    height: calc(100% - 63px);
    padding: 9px;
    overflow-y: auto;
}
.view[name='chat'] > .wrapper > .content > .conversation > .content::-webkit-scrollbar {
    display: none;
}
.view[name='chat'] > .wrapper > .content > .conversation > .content > .loading {
    text-align: center;
}
.view[name='chat'] > .wrapper > .content > .conversation > .content > div {
    margin-bottom: 8px;
}
.view[name='chat'] > .wrapper > .content > .conversation > .content > div > table {
    padding: 0;
    margin-bottom: 0;
}
.view[name='chat'] > .wrapper > .content > .conversation > .content > div > table > tbody > .box > .text {
    padding: 12px;
}
.view[name='chat'] > .wrapper > .content > .conversation > .content > div > table > tbody > .box > .text > div {
    padding: 4px;
    font-size: 12px;
}
.view[name='chat'] > .wrapper > .content > .conversation > .content > div > table > tbody > .box > .file > .name {
    font-size: 12px;
}
/* disabled temporarily 
.view[name='chat'] > .wrapper > .content > .conversation > .content > div > table > tbody > .box > .file > .download, */
.view[name='chat'] > .wrapper > .content > .conversation > .content > div > table > tbody > .box > .file > .play,
.view[name='chat'] > .wrapper > .content > .conversation > .content > div > table > tbody > .box > .file > .retry {
    width: 30px;
    margin-top: 0px;
}
.view[name='chat'] > .wrapper > .content > .conversation > .content > div > table > tbody > .box > .file > .name {
    padding-top: 6px;
    font-size: 12px;
}
.view[name='chat'] > .wrapper > .content > .conversation > .content > div > table > tbody > .info  > td > div {
    font-size: 8px;
}
.view[name='chat'] > .wrapper > .content > .conversation > .content > div > table > tbody > .info > td > img {
    display: none;
}
.view[name='chat'] > .wrapper > .content > .conversation > .footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
.view[name='chat'] > .wrapper > .content > .conversation > .footer > .sendBox {
    padding-right: 8px;
    padding-bottom: 12px;
    padding-left: 8px;
}
.view[name='chat'] > .wrapper > .content > .conversation > .footer > .sendBox > table > tbody > tr > .file {
    width: 24px;
}
.view[name='chat'] > .wrapper > .content > .conversation > .footer > .sendBox > table > tbody > tr > .file > img {
    width: 24px;
    padding: 4px;
}
.view[name='chat'] > .wrapper > .content > .conversation > .footer > .sendBox > table > tbody > tr > .text > textarea::placeholder {
    font-size: 12px;
}
.view[name='chat'] > .wrapper > .content > .conversation > .footer > .sendBox > table > tbody > tr > .text > textarea {
    height: 36px;
    min-height: 36px;
    border-radius: 26px;
    padding: 9px 12px;
    font-size: 12px;
}
.view[name='chat'] > .wrapper > .content > .conversation > .footer > .sendBox > table > tbody > tr > .actions {
    width: 24px;
    padding: 12px;
}
.view[name='chat'] > .wrapper > .content > .conversation > .footer > .sendBox > table > tbody > tr > .actions > .send {
    width: 15px;
    height: 15px;
    background-size: cover;
}

@media (max-width: 799px) {
    .view[name='chat'] {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
}
@media (min-width: 800px) {
    .view[name='chat'] {
        top: 35px;
        bottom: 35px;
        width: 321px;
        border-radius: 26px;
    }
}