.uploadFile {
    width: 100%;
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    color: grey;
    font-size: 1rem;
    font-weight: 400;
    line-height: 23px;
    overflow: hidden;
    padding: 0.375rem 0.75rem;
    position: relative;
    resize: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	display: flex;
    justify-content:left center;
    position: relative;
}
.uploadFile .file {
    cursor: pointer !important;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0px;
    text-align: right;
    top: 0px;
    z-index: 1;
}
.uploadFile .material-symbols-outlined {
    position: absolute;
    right: 0.75rem;
    display: inline-block !important;
}

@media (max-width:768px) {
    .uploadFile {
        font-size: 0.75rem;
		padding: 0.275rem 0.5rem;
    }    
}