<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.attachContent {
    display: none;
    background: #fff;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid #d5d5d5;
}

.attachHeader {
    padding: 5px;
    background: #333333;
    color: #ffffff;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    border-radius: 4px 4px 0 0;
}

#attachFilesArea {
    padding: 5px 10px;
    border-radius: 0 0 4px 4px;
    border: 1px solid #d5d5d5;
    background: #fcfcfc;
}

#attachFilesArea p {
    font-size: 14px;
    margin: 3px 0;
}

#attachFilesArea i {
    font-size: 26px;
    color: #777;
    margin-right: 7px;
}

#attachInput, #attachInputFooter {
    width: 1px;
    height: 1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.attachDesc {
    font-size: 11px;
    font-weight: 400;
    color: #777;
    padding: 0 10px;
}

.uploadArea {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    font-weight:400;
}

.progress {
    display: none;
    position: relative;
    width: 400px;
    max-width: 100%;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 3px;
    margin-top: 15px;
}

.bar {
    
    width: 0%;
    height: 20px;
    border-radius: 3px;
}

.percent {
    position: absolute;
    display: inline-block;
    top: 1px;
    left: 48%;
}

.image-error {
    color: red;
    margin-top: 10px;
}</pre></body></html>