/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_MpProductTrackingStatus
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */

.admin__fieldset > .admin__field > .admin__field-control {
    float: left;
    margin-left: 30px;
    width: 98% !important;
}
.admin_supplier_chat_button {
    background: white !important;
    border: none;
    padding: unset;
    color: blue !important;
}
.admin_supplier_chat_button span {
    background: white !important;
    border: none;
    padding: unset;
    color: blue !important;
}
#wk-seller-communication-save-form fieldset {
    border: none;
}
#wk-seller-communication-save-form textarea {
    width: 100%;
}
#wk-seller-communication-save-form p {
    display: unset;
}

.mt-block {
    display: block;
    margin-top: 6px;
}