/**
 * Webkul Software
 *
 * @category Marketplace
 * @package  Webkul_MpSellerBuyerCommunication
 * @author   Webkul
 * @license  https://store.webkul.com/license.html
 */
.wk-sbcom-onereply .image-container .image {
    float : none!important;
    border : none;
}
.wk-sbcom-onereply {
    margin-bottom: 10px;
}
.wk-mp-design .legend span.query-heading-comm{
    font-size: 18px;
}
#wk-sbcom-history{
    font-size: 16pt;
    font-weight: bold;
    margin-top: 5px;
    padding: 0;
}
.wk-sbcom-onereply{
    box-shadow: 2px 2px 5px;
}
.wk-sbcom-onereply-head{
    height: auto;
    padding: 1%;
    display: inline-block;
    width: 98%;
}
.wk-sbcom-onereply-head-left{
    color: #000000;
    float: left;
    font-size: 10pt;
    font-weight: bold;
}
.wk-sbcom-onereply-head-right{
    color: #888888;
    float: right;
    font-size: 11pt;
    font-weight: bold;
}
.wk-sbcom-onereply-cntnt{
    /*background: #DFE8E6;*/
    font-family: tahoma;
    line-height: 25px;
    padding: 10px;
}
.wk-sbcom-onereply-customer{
    background: #B9CDF8;
}
.wk-sbcom-onereply-admin{
    background: #FFE0B3;
}
.wk-sbcom-onereply-seller{
    background: #96C986;
}
#wk-sbcom-conversation-container{
    margin-top: 10px;
}
.wk-sbcom-legend{
    width: 100%;
    display: inline-block;
}
.query_status{
    float: left;
    width: 100%;
    padding: 5px 0;
}
.query_status select {
    width: 20%;
}

.image-container .image img{
    height: 100px;
}
.image-container .image{
    display: inline-block;
}

.wk-mp-design .wk-mp-body .filter_by{
    width: 20%;
}
.wk-mp-design .wk-mp-body .filter_text{
    width: 50%;
}
.wk-seller-response-container::after, .wk-seller-response-container::before {
    border: 1px solid transparent;
    bottom: -1px;
    content: " ";
    height: 0;
    margin-left: 22%;
    margin-top: -51px;
    position: absolute;
    width: 0;
}
.wk-seller-response-container{
    box-shadow: 0 2px 8px 2px #848484;
    display: none;
    padding: 10px;
    color:#999;
}
.seller-response-rate{
    color:#999;
    font-size:10px;
}
.wk-mp-profile_container .wk-seller .askque {
    width: 100%;
}