.box{
    position: relative;
}
.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
#file-7{
    display: none;
}
.inputfile + label {
    width: 328px;
    height: 30px;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    margin-bottom: 30px !important;
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}
/* style 6 */

.inputfile-6 + label {
    color: #4298ff;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 0;
    border-radius: 5px;
}

.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
    border-color: #ccc;
}

.inputfile-6 + label span {
    width: 264px;
    height: 31px;
    line-height: 31px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    padding: 0 10px;
    font-size: 14px;
    font-weight: normal;
    color: #555;
}

.inputfile-6 + label strong {
    height: 100%;
    color: #fff;
    background-color: #4298ff;
    display: inline-block;
    border-radius: 0 5px 5px 0;
    padding: 0 15px 0;
}
.inputfile-6 + label strong img{
    margin-top: 7px;
}

.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
    background-color: #2c84ee;
}

@media screen and (max-width: 50em) {
	.inputfile-6 + label strong {
		display: block;
	}
}
