.header button:hover {
	cursor: pointer;
}

.view,
.breakup {
	width: 100%;
}

.details input {
	width: 100%;
}

.detail {
	display: flex;
	justify-content: space-between;
}

.footer {
	display: flex;
	justify-content: space-between;
}

/*----- Styling the sliders ----*/
input[type="range"] {
	-webkit-appearance: none;
	margin: 10px 0;
	width: 100%;
}

input[type="range"]:focus {
	outline: none;
}

input[type="range"]::-webkit-slider-runnable-track {
	width: 100%;
	height: 2.5px;
	cursor: pointer;
	background: #525a36;
	border-radius: 10px;
}

input[type="range"]::-webkit-slider-thumb {
	box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
	border: 5px solid #ffffff;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	border: 2px solid #576433;
	background-color: #fff;
	cursor: pointer;
	margin-top: -8px;
	-webkit-appearance: none;
}

input[type="range"]:focus::-webkit-slider-runnable-track {
	background: #525a36;
}

input[type="range"]::-moz-range-track {
	width: 100%;
	height: 6px;
	cursor: pointer;
	background: #525a36;
	border-color: transparent;
	border-width: 16px 0;
	color: transparent;
	border-radius: 10px;
}

input[type="range"]::-moz-range-thumb {
	box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
	border: 5px solid #ffffff;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #9088d2;
	cursor: pointer;
	margin-top: -6px;
}

input[type="range"]::-ms-track {
	width: 100%;
	height: 3px;
	cursor: pointer;
	background: #9088d2;
	border-color: transparent;
	border-width: 16px 0;
	color: transparent;
	border-radius: 10px;
}

input[type="range"]::-ms-fill-lower {
	background: #9088d2;
	border-radius: 5px;
}

input[type="range"]::-ms-fill-upper {
	background: #9088d2;
	border-radius: 5px;
}

input[type="range"]::-ms-thumb {
	box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
	border: 5px solid #ffffff;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #9088d2;
	cursor: pointer;
	margin-top: -6px;
}

input[type="range"]:focus::-ms-fill-lower {
	background: #9088d2;
}

input[type="range"]:focus::-ms-fill-upper {
	background: #9088d2;
}

/*-------------------------------------*/
#price {
	color: #130f31;
	font-size: 25px;
}

.loan-details {
	width: 90%;
	
	gap: 30px;
}

#price-container {
	color: #576433;
	margin-top: 0px;
}

#price-container::before {
	content: "";
	font-size: 12px;
	display: block;
}
.newpass{
	display:flex;
	justify-content:space-between
	;
	width: 44%;
}
.card--custom__form{
	display: flex;
	justify-content: space-between;
	width: 80vw;
}
.breakup{
	width: 300px;
	height: 300px;
}
.sub-container{
	width: 50%;
}
.loan-details>div>p:nth-child(1),.detail>p:nth-child(1){
	font-size: 14px;
	font-weight: 700;
}
.loan-details>div{
	margin-top: 20px;
}
.details>div{
	margin-top: 20px;
}
.detail>input{
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	border: 2px solid #525a36;
	padding: 6px;
	background-color: transparent;
}
.min_max{
display: flex;
justify-content: space-between;
}
.min_max span{
	display: block;
	font-size: 14px;
	font-weight: 600;
}
.loan-details>div>p:nth-child(2){
	font-size: 18px;
}
.loan-details,#pieChart{
	width: 50%;

}

