/* Avatar Cropper UI */

.mg-avatar-preview {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    background: #f1f3f4;
    margin-bottom: 16px;
}

.mg-avatar-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
