/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_JobBoard
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
.job-modal-popup.job-display-none{
    display: none;
}
.h3-pop{
    margin-bottom: 0rem;
}
.view-job{
	background: white;
}
.apply-job{
	background: white;
}
.job.row{
	display: block;
}
.bold{
	font-weight: bold;
}
.job-status-modal-popup.job-status-display-none
{
	display: none;
}