.avatar-wrapper {
  position: relative;
  display: inline-block;
}

.avatar-circle,
.avatar-circle-sm,
.avatar-circle-lg,
.avatar-circle-xl {
  border-radius: 50%;
  background: linear-gradient(135deg, #8B9E8B 0%, #6B7E6B 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Cormorant Garamond", serif;
  box-shadow: 0 4px 12px rgba(139, 158, 139, 0.3);
  border: 3px solid #FAF8F5;
  overflow: hidden;
  position: relative;
}

.avatar-circle-sm {
  width: 40px;
  height: 40px;
  font-size: 1rem;
  font-weight: 600;
  border-width: 2px;
}

.avatar-circle {
  width: 64px;
  height: 64px;
  font-size: 1.5rem;
  font-weight: 600;
}

.avatar-circle-lg {
  width: 96px;
  height: 96px;
  font-size: 2rem;
  font-weight: 600;
}

.avatar-circle-xl {
  width: 150px;
  height: 150px;
  font-size: 3.5rem;
  font-weight: 600;
  border-width: 4px;
}

.avatar-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.avatar-initials {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: linear-gradient(135deg, #8B9E8B 0%, #6B7E6B 100%);
}

.status-indicator,
.status-indicator-sm,
.status-indicator-large {
  position: absolute;
  background-color: #28a745;
  border: 2px solid white;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.status-indicator-sm {
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-width: 1.5px;
}

.status-indicator {
  bottom: 2px;
  right: 2px;
  width: 14px;
  height: 14px;
}

.status-indicator-large {
  bottom: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  border-width: 3px;
}

.session-provider-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8B9E8B 0%, #6B7E6B 100%);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  font-weight: 600;
  font-family: "Cormorant Garamond", serif;
  box-shadow: 0 4px 12px rgba(139, 158, 139, 0.3);
  border: 3px solid #FAF8F5;
  overflow: hidden;
}
.session-provider-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.session-provider-avatar-large {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8B9E8B 0%, #6B7E6B 100%);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  font-weight: 600;
  font-family: "Cormorant Garamond", serif;
  box-shadow: 0 4px 12px rgba(139, 158, 139, 0.3);
  border: 3px solid #FAF8F5;
  overflow: hidden;
}
.session-provider-avatar-large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.journey-provider-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8B9E8B 0%, #6B7E6B 100%);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "Cormorant Garamond", serif;
  box-shadow: 0 4px 12px rgba(139, 158, 139, 0.3);
  border: 2px solid #FAF8F5;
  overflow: hidden;
}
.journey-provider-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-avatar {
  position: relative;
}
.profile-avatar .avatar-wrapper {
  position: relative;
  width: 180px;
  height: 180px;
}
.profile-avatar .avatar-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 8px 24px rgba(139, 158, 139, 0.3);
  border: 4px solid #FAF8F5;
}
.profile-avatar .avatar-upload-btn {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #2C2C2C 0%, #4A4A4A 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 3px solid #FAF8F5;
  box-shadow: 0 4px 12px rgba(44, 44, 44, 0.3);
  transition: all 0.3s ease;
}
.profile-avatar .avatar-upload-btn i {
  color: white;
  font-size: 1.2rem;
}
.profile-avatar .avatar-upload-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(44, 44, 44, 0.4);
}

.contact-message-detail .avatar-circle {
  width: 56px;
  height: 56px;
  font-size: 1.3rem;
}

/*# sourceMappingURL=avatar.css.map */
