.txt-white{
	color: white !important;
}

.mt-25{
	margin-top: 25px !important;
}

.bg-primary{
	background: #419eac !important;
}

.txt-primary{
	color: #419eac;
}

.btn-primary{
	background: #419eac !important;
	border: #419eac !important;
	box-shadow: none !important;
}

.ml-80{
	margin-left: 80px !important;
}

.ml-30{
	margin-left: 30px !important;
}

#requiredspan {
 color: red;
}

.error {
 color: red;
}

.delete-button{
border:none;
background:none;
color: black;
}

a{
color: black;
}

a:hover {
  color: black;
}

.mt-50{
	margin-top: 50px !important;
}

span .select2-selection__choice__display{
	color: black !important;
}

.text-underline{
	text-decoration: underline;
}
