<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
        
.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}
        
#file-list, 
.file-list {
    list-style-type: none;
    padding-left: 0;
}
        
#file-feedback,
.file-feedback {
    margin-bottom: 0;
}
        
#progress,
.ajaxupload__progress,
.bar {
    border-radius: 4px;
}
        
#progress,
.ajaxupload__progress {
    background: #eee;
    display: none;
}
        
#progress,
.ajaxupload__progress,
#uploadform .alert,
.psuedoform .alert {
    margin-top: 10px;
}
        
.bar {
    height: 18px;
    background: #5cb85c;
    transition: width 0.25s;
}</pre></body></html>