﻿.filename-container{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.custom-file-upload{display:block;width:200px;height:200px;border:2px dashed #aaa;position:relative;cursor:pointer;transition:border .3s;}.custom-file-upload:hover{border:2px dashed #333;}.custom-file-upload:after{content:"+";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:50px;color:#aaa;transition:color .3s;}.custom-file-upload:hover:after{color:#333;}#fileInput{display:none;}