@charset "UTF-8";

.bootstrap-select>.dropdown-toggle::after {
	font-family: "Font Awesome 5 Pro";
	content: "";
	border: 0;
	vertical-align: 0;
}

.bootstrap-select>.dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle
	{
	outline: thin dotted #333 !important;
	outline: 0px !important;
	outline-offset: -2px;
}

.is-invalid, .was-validated .form-control:invalid {
	background-image: none !important;
}