.admin_profile_pic{
    position: relative;
    display: inline-block;
    @extend .profile_image_border_n_shadow;

    img{
        border-radius: 100%;
        @include img_object_fit_center;

    }
    [type="file"]{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        opacity: 0;
        width: 100%;
    }
}