.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 100%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}
.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

/*.no-js .inputfile + label, #file0, #file1, #file2, #file3, #file4, #file5, #file6, #file7, #file8, #file9, #file10, #file11, #file12, #file13, #file14, #file15, #file16, #file17, #file18, #file19, #file20, #adhaarfile, #passportfile {
    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: #003366;
}

.inputfile-6 + label {
    border: 1px solid #003366;
    background-color: transparent;
    padding: 0;
	border-radius:50px;
}

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

.inputfile-6 + label span,
.inputfile-6 + label strong {
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}
.inputfile-6 + label span a{
	color: #0b2d4d;
	opacity:0.4;
}
.inputfile-6 + label span {
    width: 152px;
    min-height: 2em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;	
	font-size: 12px;
	font-weight:normal;
	color: #333;
	outline: none;
	

}

.inputfile-6 + label strong {
    color: #ffffff;
	background-color: #003366;
	display: inline-block;
	font-weight: normal;
	font-size: 13px;
	padding: 0.62rem 0.6rem;
}

.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
   /*  background-color: #722040; */
}

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