.user-thumb {
    position: relative;
    display: inline-flex;
    background: #e9e9e9;
    border-radius: 10%;
    margin: 0;
  }
  
  .user-thumb--edit {
    position: relative;
    margin: 0;
  }
  
  .custom-file {
    margin: 0;
    height: auto;
  }
  
  .custom-file__input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 1px;
    height: 1px;
  }
  
  .custom-file__label {
    cursor: pointer;
    border: 0;
    text-align: center;
    font-weight: 500;
    font-size: 1rem;
    display: block;
    margin: 0;
    border-radius: 10%;
    padding: 0;
    background: transparent;
    position: relative;
    overflow: hidden;
  }
  
  .user-thumb--edit .custom-file::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    transition: all 0.15s ease-in-out;
    z-index: 20;
    background: #ffffff url(https://img.icons8.com/ios-filled/15/000000/update-left-rotation.png);
    background: 1.4rem auto;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.8;
    width: 1.0rem;
    height: 1.0rem;
    border-radius: 20%;
  }


  