@charset "UTF-8";.dao-file-input .input-wrap{height:32px;line-height:32px;color:#3D444F;background-color:#FFF;background-image:none;border:1px solid #D5DBE3;border-radius:4px;padding:0 8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:14px}.dao-file-input .input-wrap span.flex-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.dao-file-input .input-wrap.selection .btn-sm{font-size:12px;padding:5px 11px}.dao-file-input .input-wrap.selected span.file-name-wrap{text-align:left;width:100%;margin:0 12px 0 2px}.dao-file-input .input-wrap.selected span.file-name-wrap>div{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dao-file-input .input-wrap.selected .icon{font-size:20px;color:#CCD1D9}.dao-file-input .input-wrap.selected .icon:hover{cursor:pointer}.dao-file-input input{display:none}