.upload-container {
    aspect-ratio: 8 / 5;
    position: relative;
    border: 1px solid #ddd;
    margin-bottom: 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preview-image {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    display: none;
}

.imageSelector {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
}

.upload-info,
.upload-extend,
.upload-front,
.upload-back,
.upload-attach {
    display: none;
}


.tool-block {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    gap: 17%;
    border-radius: 10px;
    background: rgb(0 0 0 / 30%);
}