﻿.codfe_row {
    display: flex;
}

.mobile_chat {
    background: #fff;
    position: fixed;
    padding-top: 10px !important;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: #ebebeb 0 0 20px;
}

.chat-item {
    padding: 5px 10px;
}

.col-xs-3 {
    width: 25%;
}

.chat-item a {
    display: block;
}

.chat-item .chat-item-image {
    width: 100%;
    float: left;
}

.chat-item .chat-item-image {
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
}

    .chat-item .chat-item-image img {
        height: 32px;
    }

.chat-item .chat-item-text {
    width: 100%;
    float: left;
}

.chat-item .chat-item-text {
    height: 20px;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
}

.chat-item .chat-item-text {
    width: 100%;
    float: left;
}

.chat-item .chat-item-text {
    height: 20px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
}
