.custom-file-button input[type=file] {
	margin-left: -2px !important;
}

.custom-file-button input[type=file]::-webkit-file-upload-button {
	display: none;
}

.custom-file-button input[type=file]::file-selector-button {
	display: none;
}

.custom-file-button:hover label {
	background-color: #dde0e3;
	cursor: pointer;
}
