.profile-icon-wrapper {
  display: inline-flex;
  padding: 2px;
  border-radius: 50%;
  background: linear-gradient(169.44deg, rgb(33, 189, 184) 0%, rgb(40, 6, 132) 100%);
}

.profile-icon-wrapper img {
  display: block;
  border-radius: 50%;
  background-color: #fff;
  /* Fallback/background behind image if transparent */
}

.user-plan-label {
  font-family: "Poppins", sans-serif;
  margin-right: 12px;
  font-weight: 600;
  color: #e2e2e2;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.cta-button {
  background: transparent;
  border: 0.8px solid rgb(215, 215, 215);
  border-radius: 16px;
  color: rgb(215, 215, 215);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  /* Scaled down for header, original was 20px */
  font-weight: 600;
  padding: 8px 20px;
  /* Scaled down for header, original was 12px 50px */
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  /* Ensure link underline is removed */
  display: inline-block;
}

.cta-button:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  color: #fff;
}

.expanded-dropdown-menu {
  min-height: 300px;
  background-color: #1E1F20;
  margin-right: 20px;
  /* Move 20px to the left */
  border: 1px solid rgba(255, 255, 255, 0.1);
  /* Subtle border for dark mode */
  border-radius: 20px;
  /* Rounder corners */
}

.expanded-dropdown-menu.show {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Ensure header transparent or matching */
.dropdown-menu-header-inner {
  background-color: transparent !important;
}

/* Ensure text is readable on dark background */
.dropdown-menu-header-inner .menu-header-content {
  color: #e2e2e2;
}

/* Override bootstrap list item styles if needed for contrast - assuming default behavior, but explicit is safer */
.expanded-dropdown-menu .dropdown-item {
  color: #e2e2e2;
}

.expanded-dropdown-menu .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.dropdown-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-link {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  color: #e2e2e2;
  margin: 0 10px;
  text-decoration: none;
  transition: color 0.3s ease;
  opacity: 0.8;
}
.footer-link:hover {
  color: #fff;
  opacity: 1;
  text-decoration: underline;
}
/*# sourceMappingURL=maps/userprofile.css.map */
