
.multi-image-upload-container .multi-image-upload{
    width: 100%;
    height: 100px;
    border: 2px dashed #ccc; 
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: move;
}


.multi-image-upload-container .multi-image-upload label{
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}

.woocommerce-file-order-details {
    margin-bottom: 20px;
}
.multi-image-preview, .woocommerce-file-order-details .woo-file-list{
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.multi-image-preview .image-preview, .woocommerce-file-order-details .woo-file-list .woo-file-list-item{
    position: relative;
    width: 115px;
    height: 115px;
    border: 1px solid #b1b1b1;
    padding: 5px;
    margin-right: 10px;
    margin-top: 10px;
}
.multi-image-preview .image-preview img, .woocommerce-file-order-details .woo-file-list .woo-file-list-item img{
    width: 100%;
    height: 100%;
}
.multi-image-preview .image-preview .image-remove{
    position: absolute;
    right: -10px;
    top: -10px;
    border: 1px solid black;
    border-radius: 50%;
    padding: 0px 3px 3px 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background-color: #585858;
    color: white;
    cursor: pointer;
}

.progress-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f3f3f38f;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}

.progress-bar {
    width: 0%;
    height: 20px;
    background-color: #4caf50;
    text-align: center;
    line-height: 20px;
    color: white;
    border-radius: 25px;
}