.avatar_info {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #398bf5;
}
.avatar-wrapper {
  position: relative;
  display: inline-block;
}

.avatar_info {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e0e0e0;
}

.avatar-camera {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: white;
  border-radius: 50%;
  padding: 4px;
  border: 1px solid #ccc;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.avatar-camera img {
  width: 18px;
  height: 18px;
}

.avatar-camera input[type="file"] {
  display: none;
}
.avatar-wrapper {
  margin-bottom: 10px;
}
.card {
  border: none !important;
}
