/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_MpSellerBuyerCommunication
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
 .image-con {
    margin: 5px 0;
 }
.wk-sbcom-onereply .image-container .file_image {
    float : none!important;
    border : none;
    padding: 5px;
}
.wk-sbcom-onereply {
    margin-bottom: 10px;
}
.wk-sbcom-onereply img{
    max-width: 99%;
}
.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{
    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%;
}

@media all and (max-width: 768px) {
    .query_status select {
        width: 33%;
    }

    .wk-mp-fieldset .order-products-toolbar.toolbar.bottom {
        margin-top: 10px;
    }

    h1.page-title{
        line-height: 2.9;
        font-size: 2.4rem;
    }
}

.fieldset > .field > .label, .fieldset > .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
}
select {
    background: #ffffff url(../../frontend/Magento/luma/en_US/images/select-bg.svg) no-repeat 100% 45%;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 4px 25px 5px 10px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}
input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type="datetime"], input[type="email"] {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}


/** css for load more button at admin end **/
.load-more {
    text-align: center;
    margin-top: 21px;
}
#loadMore {
    padding: 10px 20px;
    text-align: center;
    background-color: #33739E;
    color: #fff;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    font-size: 16px;
    font-weight: 600;
}