.gameletImagePicker {
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gameletImagePicker .gvinput .image-thumbnail,
.gameletImagePicker .gvinput .add-image-icon {
    width: 120px;
    height: 120px;
    border-radius: 8px;
    background-color: #f0f0f0;
    margin-bottom: 0;
}

.gameletImagePicker .imageWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-inline: 35px;
}

.gameletImagePicker .imageWrapper .inputContainer {
    display: flex;
    justify-content: center;
}

.gameletImagePicker .imageWrapper .gvinput .inputContainer .action-icon {
    bottom: unset;
    bottom: -2px;
    right: -15px;
}

.gameletImagePicker .gvinput .image-handler {
    width: auto;
    margin: 0;
    border: solid 2px #0d4962;
    border-radius: 8px;
}

.gameletImagePicker .imageeditor .cropper-view-box,
.gameletImagePicker .imageeditor .cropper-face {
    border-radius: 0;
}

/* DARK MODE */
