.text-field {
  padding: 1%;
  padding-left: 2%;


  font-family: Poppins;
  font-style: normal;
  font-weight: 200;
  font-size: 18px;
  /* line-height: 16px; 
  box-shadow: inset 0px 3px 9px rgba(0, 0, 0, 0.05); */

  color: rgb(39, 91, 133) !important;
  background: #EEF1F2;
  border-radius: 10px;
  border: none !important;

}
input:active, input:focus {
  border: none !important;
}

span.cost{
  font-style: normal;
  font-weight: 200;
  color: rgb(39, 91, 133);
}
input:focus {
  outline: none !important;
}


.alert {
  display: none;
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 970px;
  z-index: 2000;
}
.alert-dismissable .close, .alert-dismissible .close {
  top: 0;
}
.calculatorBox {
	display: flex; 
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
}
.mainTitle {
	display: flex;
	justify-content: center;
	align-items: center; 
	flex-wrap: wrap;
	gap: 20px;
	padding: 2rem;
	margin-bottom: 30px;
	background-image: url("../../images/soft-mouse-data-management-tools-0004.png");
	background-size: cover;
}