.single-user {
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 3px;
    border: 1px solid #ddd;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;

    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #ddd;
}
.answer-user-list .single-user:last-child {
}
.answer-user-list {
    padding: 0;
    padding-bottom: 40px;
}
.answer-message-wrapper {
    border-left: 1px solid #ddd;
}
.single-message .message-author .meta .view {
    color: #fcc933;
    font-size: 12px;
    font-weight: 400;
    margin-right: 20px;
}
.single-message .message-author .meta .answer {
    font-size: 12px;
    font-weight: 800;
    border: 1px solid #ddd;
    background-color: #f3eee1;
    height: 40px;
    line-height: 38px;
    padding: 0 20px;
    border-radius: 5px;
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #777;
}
.single-message .message-author .meta .answer:hover {
    background-color: #fcc933;
    border-color: #fcc933;
    color: #111;
}
.single-message .message-author .author-content .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 28px;
}
.single-user.active .user-content .name {
    color: #1d2733;
}
.single-user.active .user-content .name {
    color: #1d2733;
}
.single-user.active .time {
    color: #777;
}

.answer-message-wrapper ul li ul li .single-message {
    border-top: 1px solid #ddd;
}
.message-form .message-input textarea {
    width: 100%;
    padding: 20px 30px;
    resize: none;
    height: 200px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 15px;
    font-family: serif;
    font-weight: 400;
    color: #52565b;
    outline: none;
}
.single-user.active {
    background-color: #f3eee1;
    border-color: #ddd;
}
.single-user.active .user-content p {
    color: #777;
}

.question-answer {
    border-top: 1px solid #ddd;
    margin-top: 10px;
}
.single-message .message-author .author-content .title {
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 0;
    line-height: 28px;
}

.message-form .message-input textarea {
    width: 100%;
    padding: 10px 10px;
    resize: none;
    height: 150px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 13px;
    font-family: inherit;
    font-weight: 400;
    color: #52565b;
    outline: none;
    margin-bottom: 15px;
}
.message-form .message-input textarea:focus {
    border-color: #ccc;
}
.question-answer {
    border: 1px solid #ddd;
    margin-top: 10px;
    background: #fff;
    padding: 0 20px 0 0px;
}
.single-message .message-author .author-images img {
    width: 70px;
    border-radius: 0%;
  }
  .message-form .auhtor img {
    width: 70px;
    border-radius: 0%;
  }
