/**
 * Webkul
 *
 * @category  Webkul
 * @package   Webkul_CustomerCreditSystem
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
 .wk_cs_body {
    background-color: #e1f5fe;
    padding: 25px;
}
.wk_cs_fieldset{
    clear: both;
    border-width: 0px !important;
    border-style: none!important;
}
.fieldset.wk_cs_fieldset .field label.label {
    width: 100%;
    display: block;
    float: none;
    text-align: left;
    margin-bottom: 10px;
}
.wk_cs_price_outer{
    display: inline-block;
    width: 60%;
    float: left;
}
.wk_cs_add_payment{
    border-radius: 5px;
    margin-left:20px;
    background: #e1e1e1 !important;
    border: 1px solid #ccc !important;
    color: #333 !important;
}
#wk_cs_price , #wk_cs_request_credit_amount, #wk_cs_custom_request_message{
    border: none;
    background: none;
    border-bottom: 1px solid #bdbdbd;
    width: 100%;
    margin-right: 20px;
}
.wk_cs_heading{
    margin-top: 0px;
    margin-bottom: 0px;
}
thead.wk_cs_tbl-hd{
    background-color: #4444441f;
}
tr.wk-cs-tbl-row{
   background-color: #f0f8fe;
}
.wk_cs_credit_payment{
    margin-bottom: 10px;
    border-top: 1px solid #cccccc;
    padding-top: 10px;
}
input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
    box-shadow: 0 0 0px 0px !important;
}
.wk_credit_request_div{
    background-color: #e1f5fe;
    padding: 25px;
}
.wk_blue_btn{
    background-color: blue;
    margin-left: 20px;
}
.wk_crh_table > thead > tr > th{

    background-color:  #e1f5fe ;
}
.wk_pt_10{
    padding-top: 10px;
}
.wk-red{
    color:red;
}
.wk_ws_payment_outer{
    display: none;
    background-color: white;
    padding-top: 10px;
}
.wk_ws_payment_outer._active{
    display: block;
}
.no-credit {
    border-top: 1px solid #cccccc;
}
.payment-method-content {
    margin-top: 10px;
}
.credit-details {
    display: flex;
}
@media only screen and (max-width: 600px) {
    .wk_blue_btn{
        float: right;
        margin-top: 10px;
        margin-bottom:10px;
    }
}
@media only screen and (max-width: 768px) {
    .wk_cs_credit_payment{
        margin-left: 16px;
    }
}