.pisol-fees-parent label {
    display: flex;
    align-items: center;
}

.pisol-fees-parent label input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.pisol-fees-container-label:empty {
    display: none;
}

.pisol-fees-container-label {
    margin-bottom: 10px;
    display: block;
}

body.pi-cefw-processing button.wc-block-components-checkout-place-order-button{
    pointer-events: none;
    opacity:0.5;
}

body.pi-cefw-processing .wc-block-checkout__payment-method .wc-block-components-checkout-step__container{
    pointer-events: none;
    opacity:0.5;
}

body.pi-cefw-processing .wp-block-woocommerce-checkout-order-summary-block{
    pointer-events: none;
    opacity:0.4;
}