input[select-from-device] {
    display: none;
}
[data="crop-image-container"]  {
    position: relative;
    cursor: pointer;
}
[data="crop-image-container"] .select_file_btn {
    width: 56px;
    height: 56px;
    border-radius: 30px;
    border: 1px solid #B7BDCE;
    background-color: #fff;
    cursor: pointer;
    position: absolute;
    bottom: -30px;
    left: 50%;
    top: unset;
    transform: translateX(-50%);
    flex: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}