body {
	font-family: 'BR Firma', sans-serif;
}

.file-input-wrapper {
	position: relative;
	display: inline-block;
	border: 1px solid #ced4da;
	height: 58px;
	background-color: white;
	border-radius: 0.25rem;
	width: -webkit-fill-available;
}

.file-input {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

select.mySelectArrow {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
}

select.mySelectArrow option {
	color: #000;
	padding: 0px 10px;
}

.select:after {
	content: '\25BC';
	position: absolute;
	right: 0;
	border: 0.5px solid #0DB0AB;
	background: #0DB0AB;
	color: #fff;
	padding: 18px 15px;
	pointer-events: none;
	top: 0;
	bottom: 0;
	border-radius: 0rem 0.25rem 0.25rem 0rem;
}

.select {
	position: relative;
}