.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-label-for-tags-input {
	display: inline-block;
	padding: 3px 10px;
	line-height: 13px;
	color: #fff;
	font-weight: 400;
	border-radius: 0.25rem;
	font-size: 100%;
}
