.filepicker_js73msk5 input[type=file] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.filepicker_js73msk5 {
    font-size: 16px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 8px 16px;
}
.filepicker_js73msk5 svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}
.filepicker_js73msk5 {
    color: #fff;
    background-color: #ef3748;
}
/*
.filepicker_js73msk5:hover {
    background-color: #e63242;
}
.filepicker_js73msk5:active {
    background-color: #dd2b3c;
}
*/
.filepicker_js73msk5 .icon {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 18px;
	bottom: -1px;
	z-index: 10;
	margin-right: 4px;
	background-position: 0 1px;
	background-image: url(../imgs/upload.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
