.panel .avatar-wrapper {
  position: relative;
}
.panel .avatar-wrapper .edit-btn {
  padding: 0;
  width: 32px;
  height: 32px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: 2px;
  position: absolute;
  top: 0;
  left: -20px;
  background: #ffffff;
}
.panel .avatar-wrapper .edit-btn:hover {
  background-color: #FF725E;
}
.panel .avatar {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.panel .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.panel .avatar i:before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  font-size: 30px;
  margin: 0;
  line-height: 62px;
}
