.chat-row {
    margin: 50px;
}

.chat-user-list {
    list-style: none;
}

.name-image {
    width: 35px;
    height: 35px;
    color: #fff;
    border-radius: 50% !important;
    font-weight: bold;
    padding-top: 5px;
    display: inline-block;
    text-align: center;
}

.chat-image, .chat-name {
    display: inline-block;
}

.chat-user-list {
    margin-bottom: 2px;
    padding: 5px;
    height: 50px;
}

.chat-user-list:active {
    background-color: #e4e4e4;
}

.user-status-icon {
    position: absolute;
    top: 22px;
    left: 28px;
    color: grey;
}

.chat-image {
    position: relative;
}

.chat-header {
    min-height: 60px;
    padding: 10px;
    margin-bottom: 2px;
    background: #ffffff;
}

.chat-body {
    height: calc(100vh - 375px);
    background: #ffffff;
    padding: 30px 50px;
    margin-bottom: 20px;
    position: relative;
}

.message-text {
    margin-left: 45px;
    margin-top: -1px;
}

.chat-input {
    border: 1px solid lightgray;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 8px 10px;
}

.chat-input-toolbar {
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    padding: 8px 10px;
}

.chat-input-toolbar .tool-items {
    margin-right: 5px;
    opacity: 0.3;
}
