@use '../../styles/utils' as *

.profile_upload_container
  position: relative
  width: size-96px
  height: size-96px

.attachment_wrapper,
.upload_image,
.profile_wrapper,
.profile_image
    width: 100%
    aspect-ratio: 1

.attachment_wrapper
    height: fit-content
    border: none
    position: relative

.camera_wrapper,
.input_wrapper
    position: absolute
    right: 0
    bottom: 0
    height: size-36px
    width: size-36px
    border-radius: 50%
    cursor: pointer

.camera_wrapper
    background-color: $white

.input_wrapper
    top: auto
    left: auto

.upload_image
    position: relative

.profile_wrapper
    border-radius: 50%
    overflow: hidden
    background-color: $light-fill
    position: relative

.profile_image
    overflow: hidden
    border-radius: 50%