/**
* @package      EMI Calculator
* @author       StackIdeas Sdn Bhd https://stackideas.com
* @copyright    Copyright (C) Stack Ideas Sdn Bhd. All rights reserved.
* @license      GNU/GPL, see LICENSE.php
* 
* This is a free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*/

.jd-emi-calc {
	max-width: 450px;
}
.jd-emi-calc__field:not(:last-child) {
	margin-bottom: 20px;
}
.jd-emi-calc__field-item,
.jd-emi-calc__range-value {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}
.jd-emi-calc__range-slider {
	width: 100%;
	margin: 5px 0;
}

.jd-emi-cal__approx-result {
	margin-top: 50px;
}
ul.jd-emi-cal__approx-result-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.jd-emi-cal__approx-result-list li {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}
ul.jd-emi-cal__approx-result-list li:not(:last-child) {
	margin-bottom: 20px;
}
.jd-emi-cal__approx-result-amount .jd-emi-cal__approx-result-value {
	color: #00e69d;
}
.jd-emi-cal__btn-wrap {
	margin-top: 40px;
	text-align: center;
}