@import 'libs/cropper';

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

  .Image-container img {
    width: 100%;
    max-width: 100%;
  }
}