/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_MpAttributeMapping
 * @author    Webkul
 * @copyright Copyright (c) Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */

 .ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 2%;
}
.wk-mp-fieldset {
    overflow:unset;
}
.fieldset .wk_mapping-fieldset {
    margin: 0px 0 24px;
}
.wkFpt tbody tr{
    background: #f0f0f0;
    margin-top: 5px;
    border-bottom: 5px solid white;
}
.wkFpt tr td select.state{
    margin-top: 10px;
}