
#calculatorContainer{
  font-family: 'DM Sans', sans-serif;
}

.inputGroupDiv , .addFieldOption , .addPayment , .yearDiv , .monthDiv , .amountDiv {
	position: relative;
	width: 100%;
	height: 50px;
}

#calculatorContainer small{
  color: #bababa;
}


.subtitle1{
  font-weight: 600;
  font-size: 1.1rem;
}

.subtitle2{
  font-size: 1.1rem;
  color: #4B4F72;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0;
}

.result-box{
 box-shadow: 0px 1px 23px 3px rgba(0,0,0,0.11);
-webkit-box-shadow: 0px 1px 23px 3px rgba(0,0,0,0.11);
-moz-box-shadow: 0px 1px 23px 3px rgba(0,0,0,0.11);
}

.resultSubtitle{
  font-size: 1.2rem;
  font-weight: 00;
}

.mainInput , .addFieldInput , .addMonthlyPaymentInput , .yearInput , .monthInput , .amountInput{
	width: 100%;
  height: 100%;
  border-radius: 5px;
  padding-left: 17px;
  border: 1px gray solid;
}

.currencyInput{
  font-weight: 600;
  font-size: 1.0rem;
  font-family: "DM Sans", sans-serif;

}

.inputGroupDiv .slider{
	//position: absolute;
  //bottom: -8px;
  //left: 8%;
  width: 85%;
  height: 34px;
}

.inputGroupDiv:nth-of-type(2) .slider{
	position: absolute;
  bottom: -28px;
  left: 8%;
  width: 84%;
}

.slider.slider-horizontal .slider-track{
  height: 8px;
}

.slider-selection{
	background-image: none;
  background: linear-gradient(90deg, rgba(247,165,53,1) 0%, rgba(255,32,2,1) 100%);
	//background-color: #28C937;
	border-radius: 7px;
}

.slider-track-high{
  background-color: #28C937;
  //background: linear-gradient(90deg, rgba(247,165,53,1) 0%, rgba(255,32,2,1) 100%);
	border-radius: 7px;
}

.slider-handle{
	background-image: none;
	background-color: #fff;
  width: 34px;
  height: 34px; // = to .slider height
  margin-left: -17px;
  border: solid 2px #65C0CF;

  box-shadow: 1px -1px 6px 1px rgba(0,0,0,0.14);
  -webkit-box-shadow: 1px -1px 6px 1px rgba(0,0,0,0.14);
  -moz-box-shadow: 1px -1px 6px 1px rgba(0,0,0,0.14);

}

.slider-tick-label{
	cursor: pointer;
	font-size: 0.8rem;
}

.slider-tick{
	background-image: none;
	background-color: #dedede;
	opacity: 1;
}

.slider-tick.in-selection{
	background-image: none;
	background-color: #006AD5;
}

.slider-selection.tick-slider-selection{
	background-image: none;
	background-color: #006AD5;	
}

.lumpSumline {
	position: relative;
}

.deleteLumSumButton{
	right: 0 !important;
}

.breakdownTable td {	
	font-size: 0.7rem;
	padding: 0.4rem 0.6rem;
	text-align: left;
}

.tableHeading th{
	font-size: 0.7rem;
	padding: 0.7rem 0.6rem;
	text-align: left;	
}

@media screen and (max-width: 576px) {
  #calculatorContainer {
    width: 100% !important;
  }
  #calculatorContainer > .row{
  	//padding-left: 1rem !important;
  	//padding-right: 1rem !important;
  }
  .inputGroupDiv .slider {
    width: 100%;
  }
  #housePrice{
    font-size: 2.5rem !important;
  }
}

@media screen and (max-width: 450px) {
  .tableHeading td  {
    padding: 0.4rem 0.2rem !important;
  }
  .breakdownTable th  {
    padding: 0.7rem 0.2rem !important;
  }
  body{
  	background-color: #fefefe !important;
  }
  #calculatorContainer{
  	background-color: #fefefe !important;
  	margin-top: 0 !important;	
  }
  
}

/*.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}*/


.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}


.d-none{
  display: none !important;
}
