 input#virtual_select_file {
    font-size: 20px;
}

.done-pupup {
    display: none;
}

.done-pupup.active {
    display: block;
}

.done-pupup-opacity {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000d1;
    z-index: 2;
}

.done-pupup-content {
    position: fixed;
    top: 25%;
    left: 10%;
    width: 80%;
    background: #fff;
    z-index: 3;
    box-sizing: border-box;
    text-align: center;
    padding: 24px;
    color: green;
    font-size: 20px;
}

.box {
    width: 100%;
}

.box img.uploading {
    width: 100px;
    height: 100px;
    max-height: 100px;
    top: 0;
    left: 0;
    margin: auto;
    display: block;
    position: relative;
    margin-bottom: 50px;
}

.wrap-progress {
    width: 100%;
    font-size: 30px;
}

div#display-upload-item {
    margin-top: 0;
}