html,
body {
  height: 100%;
  font-family: "Inter", sans-serif;
  padding-top: 20px;
    font-size: 0.95rem;
    line-height: 1.4rem;
}

.section-plan {
  padding-left:15px;
} 

.plan-border-grey {
  padding:10px;
  border: 1px solid #f4f4f4;
  border-radius: 15px;
  max-width: 100px;
  margin-right: 10px;
} 

.section-border-grey2 {
  padding:20px;
  border: 1px solid #f4f4f4;
  border-radius: 15px;
} 

.result {
  padding:20px;
  border: 1px solid #f4f4f4;
  border-radius: 15px;
  background-color: #f4f4f4;
} 

.badge-basic {
	font-size: 12px;
	padding: .2em .4em;
	border-radius: 5rem;
	display: inline-block;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	color:#fff;
	background-color: #cbcbcb;
}

.btn-calculator {
    color: #fff;
    background-color:#405DE6;
    border-color:#405DE6;
  border-radius: 25px;
}
.btn-calculator:hover {
    color: #fff;
    background-color:#3046ac;
    border-color:#3046ac;
}