.collage-image-field-wrapper {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    position: relative;
}

.image-container-wrapper {
    display: none;
}
  
.image-container {
    height: 50vh;
    position: relative;
    overflow: hidden;
    background: white;
}

@media only screen and (max-width: 650px) {
    .image-container {
        height: 50vh;
    }
}

.main-image-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    max-height: 100%;
    max-width: 100%;
}

.collage-image-field-wrapper {
    border: 1px solid #ccc;
    cursor: pointer;
}

#change-image-button {
    display: none;
}

.data-options-wrapper {
    display: none;
    flex-direction: column;
}

.next-step-button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}


.collage-image-field-plus-sign {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: #ccc;
}

.order-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
}

.order-options-wrapper {
    display: none;
}

.disabled-button {
    cursor: not-allowed;
    opacity: 0.5;
}