/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_CustomerCreditSystem
 * @author    Webkul
 * @copyright Copyright (c) Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
.wk-credit{width:30%;}
.wk-main-field{display:flex;}
.wk-credit-amt{margin-left:30px;}
.wk-credit-label{font-size: 1.4rem;font-weight: 600;}
.wk-mu-sample-files {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 25px;
    width: 100%;
    text-align: center;
}
.wk-mu-sample-files > a {
    margin-right: 15px;
}
.wk-mu-progress-bar {
    border: 1px solid #28cb6e;
    display: inline-block;
    height: 15px;
    margin-top: 5px;
    width: 100%;
    margin-bottom: 30px;
}
.wk-mu-progress-bar-current {
    background: none repeat scroll 0 0 #61d896;
    display: inline-block;
    height: 15px;
    width: 0px;
}
.wk-mu-info-bar {
    position: relative;
    color: #3c763d;
    font-weight: bold;
    margin-top: 30px;
    padding-left: 25px;
}
.wk-mu-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.wk-mu-note {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.wk-mu-notice {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.wk-mu-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.wk-mu-box {
    margin-bottom: 10px;
    padding: 10px;
    font-weight: bold;
}
.wk-mu-importing-loader {
    background: rgba(0, 0, 0, 0) url("../images/ajax-loader.gif") no-repeat scroll 0 0 / 20px 20px;
    height: 20px;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    top: 0;
    width: 20px;
}
.wk-no-padding {
    padding: 0px !important;
}
/* Tooltip container */
.wk_tooltip {
    position: relative;
    display: block;
    
}
/* Tooltip text */
.wk_tooltip .wk_tooltiptext {
    visibility: hidden;
    width: 100%;
    background: #fffbbb;
    border: 1px solid #afadac;
    border-radius: 1px;
    padding: 1.5rem 2.5rem;
    position: absolute;
    z-index: 1;

}

.wk_tooltip:hover .wk_tooltiptext {
    visibility: visible;
}