.cropper-view-box,
.cropper-face {
    border-radius: 50%;
}

.cropper-view-box {
    outline: 0;
    box-shadow: 0 0 0 1px #39f;
}

.cropper-modal {
    opacity: 1 !important;
    background-color: var(--mud-palette-surface) !important;
}

.cropper-wrapper {
    max-height: 250px !important;
}

.cropped-preview {
    border-radius: 8px;
    border: 2px solid var(--mud-palette-primary);
}