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

 .product-add-form .field{
    margin: 0 0 20px;
}
.product-add-form .field>.label{
    font-weight: 600;
}
.product-add-form .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}
.progress-bar-div {
    height: 20px;
    margin: 10px 0px;
    /*padding: 10px;*/
    width: 100%;
    text-align: center;
    font-weight: 700;
}
.remain-day-div {
    margin: 10px 0px;
}
.remain-day-div span {
    background-color: #ccc;
    width: fit-content;
    display: block;
    padding: 10px 15px;
    line-height: 1;
    font-weight: 700;
    border: 1px solid #ccc;
    border-radius: 18px;
    display: none;
}
.donated-amount-span {
    font-size: 30px;
    font-weight: 600;
}
