.image-editor-canvas-wrapper {
    width: 100%;
    min-height: 500px;
}

#image-editor-canvas {
    background-color: #000;
}

.cropped-images {
    display: flex;
    flex-wrap: wrap;
}

.cropped-image {
    width: 240px;
    height: 180px;
    background-color: #ccc;
    position: relative;
}

.cropped-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cropped-image-remove {
    position: absolute;
    z-index: 9;
    top: 0.5em;
    right: 0.5em;
    width: 30px;
}

.page-main {
    max-width: none !important;
    width: 90vw;
    height: fit-content;
    min-height: 90vh;
    margin-top: 8px;
}

.columns,
.column.main,
#index45,
.column02.cf {
    width: 100%;
    height: 100%;
}

#sale {
    width: 100%;
    height: fit-content;
}

.dropdown {
    margin-top: 8px;
}

.dropdown select {
    border: 1px solid black;
    border-radius: 0;
    box-shadow: none;
}

.cropped-images-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-top: 32px;
    margin-left: 32px;
}

#keep {
    height: 100% !important;
}

.column02.cf {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
}


.mainArea_inBox {
    height: 100%;
}

.sec01 {
    height: 100%;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
}

.image-editor {
    height: 100%;
}

/* #image-editor-canvas-container {
  height: 100%;
}

.image-editor-canvas-wrapper {
  height: 100%;
} */

#index45 .mainArea {
    margin-left: 0 !important;
}

.cropped-image-wrapper:not(:last-child) {
    margin-right: 8px;
}

.cropped-images-actions {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
