/* Avatar crop dialog — circular viewport mask
 *
 * Applied to Cropper.js v1 elements inside the
 * avatar crop dialog. Makes the crop box appear
 * circular while the actual crop remains square.
 */

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