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

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

#calculatorContainer small{
  //text-decoration: underline;
}


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

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

.shadowed-box{
   box-shadow: 0px 1px 10px 3px rgba(0,0,0,0.11);
  -webkit-box-shadow: 0px 1px 10px 3px rgba(0,0,0,0.11);
  -moz-box-shadow: 0px 1px 10px 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: 100%;
  height: 20px;
}

/*.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: #8FB5EA;
	//background-color: #28C937;
	border-radius: 7px;
}

.slider-track-high{
  background-color: #EAEAEA;
  //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: #0666EB;
  width: 20px;
  height: 20px; // = to .slider height
  margin-left: -12px;
}

.slider-tick-label{
	cursor: pointer;
	font-size: 0.8rem;
  margin-top: 10px;
}

.slider-tick{
	background-image: none;
  background-color: #fff;
  height: 10px;
  width: 10px;
  filter: none;
  margin-top: 20px;
  box-shadow: none;
  border-right: 1px solid black;
  border-radius: 0px !important;
}

.slider-tick.in-selection{
  background-image: none;
  background-color: #fff;
  height: 10px;
  width: 10px;
  filter: none;
  margin-top: 20px;
  box-shadow: none;
  border-right: 1px solid black;
  border-radius: 0px;
}

.slider-selection.tick-slider-selection{
	background-image: none;
	background-color: #8FB5EA;	
}

.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;	
}

.legendCircle{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #0666EB;
  display: inline-block;
  margin-bottom: -5px;
  margin-right: 5px;
}

.leftInputArea input, .rightInputArea input{
  border-color: #E2E8F0;
  border-width: 2px;
  border-radius: 10px;
}

.leftInputArea .blockedInput{
  background-color: #E2E8F0;
}

.questionsArea #ageInput{
  border: none;
  border-bottom: 2px solid #0059D6;
  border-radius: 0;
  height: auto;
  padding-left: 0;
  text-align: center;
  font-family: "DM Sans", sans-serif;
}

.infoMessageterm{
  padding-top: 25px
}

.warningMessageterm{
  padding-top: 25px
}

.answerBox{
  background-color: #F4F4F4; 
  width:350px; 
  //max-width: 350px; 
  padding-right: 0px; 
  border-radius: 20px;
  padding: 20px;
  padding-bottom: 10px;
}

.answerValue{
  font-weight: 500;
}

.answerTitle{
  font-size: 0.8rem;
}

 .answerValue2{
  font-weight: 600;
  padding-left: 10px;
  display: inline-block;
 }

@media screen and (max-width: 576px) {
  #calculatorContainer {
    width: 100% !important;
  }
  #calculatorContainer > .row{
  	//padding-left: 1rem !important;
  	//padding-right: 1rem !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;
}

