/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 #financeform{
   margin: 20px;
 }
.slidertxt {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.finance-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #dc1111;
  cursor: pointer;
  border-radius: 50%;
}

.finance-slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #dc1111;
  cursor: pointer;
  border-radius: 50%;
}

.slidecontainer {
  width: 100%;
}

.finance-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  background: #d3d3d3;
  outline: none;
  -webkit-transition: 0.2s;
}

.finance-slider:hover {
  opacity: 1;
}
.finance-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
}


.finance-txt-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.finance-container-top{
 
  display: flex;
  flex-direction: row;
  justify-content: space-between; 
}
.finance-container-top-left {
  width: 55%;
 }
 .finance-container-top-right {
  padding: 65px 10px 10px 10px;
  text-align: center;
}

#submit-div {
  margin-top: 1em;
}

div#panel {
  padding-top: 0.5em;
}

#loantotal-p{
  padding-top: 10px;
}

#loantotal-p span{
 font-size: 18px;
}

.payment-font-size {
  font-size: 30px;
  font-weight: 500;
}

.lightbold {
  font-weight: 500;
}


/* @media only screen and (max-width: 540px) {
  .finance-container-top{
    flex-direction: column;
  }
} */
#finance-button{
  width:100%;
  border-radius: 0px !important;
  margin-bottom: 10px;
}