@import url('https://fonts.googleapis.com/css2?family=Nata+Sans:wght@100..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');
html,body{
	font-family: "Nata Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.pointer{
	cursor:pointer;
}
select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: none;
}
.select2-is-invalid{
	border: 1px solid #dc3545!important;
}
.select2-results{
	background:#ccc!important;
	color:#000!important;
}
.select2-selection__arrow{
	display:none!important;
}
.col-form-label{
	font-weight:normal!important;
	font-size:14px!important;
}
.inputgrouptext{
	border-radius:0 .3em .3em 0!important;
}