.efup-hidden-input {
    opacity: 1 !important;
}

.efup-box-container {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.efup-box {
    position: relative;
    background: #fafafa;
    padding: 12px 40px 12px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
}

.efup-filename {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 6px;
    word-break: break-all;
}

.efup-progress-wrap {
    width: 100%;
    height: 6px;
    background: #eee;
    border-radius: 4px;
    overflow: hidden;
}

.efup-progress {
    width: 0%;
    height: 6px;
    background: #fbbc04;
    transition: width .2s linear;
}

.efup-cancel {
    position: absolute;
    right: 8px;
    top: 8px;
    color: #c00;
    font-size: 20px;
    cursor: pointer;
}

.efup-done {
    position: absolute;
    right: 8px;
    bottom: 8px;
    color: #0a0;
    font-size: 20px;
    display: none;
}
