/* screen - profile */

.profile {
  align-items: center;
  background-color: var(--ebony);
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-height: 100vh;
  height: auto;
  padding: 32px 0 80px;
  width: 100%;
  max-width: 1440px;
  box-sizing: border-box;
}

.profile .flex-col {
  flex-direction: column;
  min-height: 216px;
  width: 100%;
  max-width: 1440px;
}

/* Keep shared app navbar stable on profile despite generic profile frame classes. */
.profile .app-navbar .frame {
  align-items: center;
  background: transparent;
  background-color: transparent;
  border: 0px none;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  flex-grow: 0;
  gap: 0;
  height: 20px;
  justify-content: center;
  left: 0;
  padding: 0;
  position: absolute;
  top: 4px;
  width: 22px;
}

.profile .app-navbar .frame-1 {
  border: 0px none;
  display: block;
  flex: 0 0 auto;
  flex-direction: row;
  flex-grow: 0;
  gap: 0;
  height: 20px;
  padding: 0;
  position: relative;
  width: 22.5px;
}

.profile .line-1 {
  margin-top: 31px;
  width: 100%;
  max-width: 1440px;
}

.profile .title {
  letter-spacing: 0;
  line-height: normal;
  margin-left: 80px;
  margin-top: 55px;
  min-height: 52px;
}

.profile .manage-your-account {
  letter-spacing: 0;
  line-height: 24px;
  margin-left: 80px;
  margin-top: 8px;
  opacity: 0.8;
  white-space: nowrap;
}

.profile .flex-row {
  gap: 24px;
  height: 801px;
  min-width: 1280px;
}

.profile .profile-loading-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 801px;
  min-width: 1280px;
  width: 100%;
}

.profile .profile-loading {
  background-color: var(--port-gore);
  border-radius: 12px;
  opacity: 0.9;
  padding: 14px 20px;
}

.profile .frame-41 {
  align-items: center;
  background-color: var(--port-gore);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  margin-top: 1px;
  padding: 24px 16px;
  position: relative;
  width: 302px;
}

.profile .ellipse-10-1 {
  height: 80px;
  object-fit: cover;
  position: relative;
  width: 80px;
}

.profile .profile-avatar-wrap {
  border-radius: 50%;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
}

.profile .profile-avatar-wrap .ellipse-10-1,
.profile .profile-avatar-wrap .profile-initials {
  height: 80px;
  width: 80px;
}

.profile .profile-avatar-overlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  height: 80px;
  inset: 0;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.18s ease;
  width: 80px;
  z-index: 2;
}

.profile .profile-avatar-plus {
  font-family: "Lufga-SemiBold", Helvetica, sans-serif;
  font-size: 34px;
  line-height: 1;
}

.profile .profile-avatar-wrap:hover .profile-avatar-overlay {
  opacity: 1;
}

.profile .profile-avatar-input {
  cursor: pointer;
  height: 80px;
  inset: 0;
  opacity: 0;
  position: absolute;
  width: 80px;
  z-index: 3;
}

.profile .profile-avatar-status {
  border-radius: 8px;
  padding: 6px 10px;
  text-align: center;
  width: 100%;
}

.profile .profile-avatar-status-success {
  background: rgba(52, 211, 153, 0.2);
  border: 1px solid rgba(52, 211, 153, 0.55);
}

.profile .profile-avatar-status-error {
  background: rgba(244, 63, 94, 0.2);
  border: 1px solid rgba(244, 63, 94, 0.55);
}

.profile .profile-initials {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  font-family: "Lufga-SemiBold", Helvetica, sans-serif;
  font-size: 24px;
  height: 80px;
  justify-content: center;
  letter-spacing: 0.5px;
  width: 80px;
}

.profile .frame-24 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  position: relative;
  width: 100%;
}

.profile .name {
  align-self: stretch;
  text-align: center;
}

.profile .sarahjohnsonemailcom {
  align-self: stretch;
  text-align: center;
}

.profile .line-4 {
  align-self: stretch;
  position: relative;
  width: 100%;
}

.profile .frame-7 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  position: relative;
  width: 100%;
}

.profile .frame-64 {
  align-items: center;
  align-self: stretch;
  background-blend-mode: overlay;
  background-color: transparent;
  border-radius: 8px;
  display: flex;
  flex: 0 0 auto;
  gap: 16px;
  padding: 12px;
  position: relative;
  width: 100%;
}

.profile .profile-menu-item {
  background: transparent;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  display: flex;
  font: inherit;
  text-decoration: none;
  text-align: left;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
}

.profile .profile-menu-item:hover {
  background-color: var(--white-3);
}

.profile .profile-menu-item-active {
  background-color: #594593;
}

.profile .i {
  border: 0px none;
  height: 20px;
  position: relative;
  width: 14px;
}

.profile .svg {
  align-items: center;
  display: flex;
  height: 16px;
  justify-content: center;
  position: relative;
  top: 2px;
  width: 14px;
}

.profile .frame-9 {
  background-image: url(/img/anima/vector-168.svg);
  background-size: 100% 100%;
  border: 0px none;
  height: 16px;
  position: relative;
  width: 14px;
}

.profile .personal-info {
  line-height: normal;
  margin-top: -1.00px;
}

.profile .frame-6 {
  align-items: center;
  align-self: stretch;
  background-color: transparent;
  border: none;
  border-radius: 8px;
  display: flex;
  flex: 0 0 auto;
  gap: 16px;
  padding: 12px;
  position: relative;
  width: 100%;
}

.profile .vector {
  height: 20px;
  position: relative;
  width: 18px;
}

.profile .order-history {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.profile .frame-10 {
  align-items: center;
  display: flex;
  height: 20px;
  justify-content: center;
  position: relative;
  width: 20px;
}

.profile .frame-11 {
  background-image: url(/img/anima/vector-170.svg);
  background-size: 100% 100%;
  border: 0px none;
  height: 16px;
  position: relative;
  width: 16px;
}

.profile .credit-usage {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.profile .vector-1 {
  height: 20px;
  position: relative;
  width: 19px;
}

.profile .settings {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.profile .notifications {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.profile .security {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.profile .frame-container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-height: 801px;
  width: 954px;
}

.profile .frame {
  align-items: flex-start;
  background-color: var(--port-gore);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  padding: 16px;
  position: relative;
  width: 954px;
}

.profile .frame-75 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.profile .personal-information {
  line-height: 20px;
  white-space: nowrap;
}

.profile .frame-12 {
  background-image: url(/img/anima/vector-174.svg);
  background-size: 100% 100%;
  border: 0px none;
  height: 17.81px;
  position: relative;
  width: 17.81px;
}

.profile .frame-7-1 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 24px;
  position: relative;
  width: 100%;
}

.profile .frame-1 {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 8px;
  position: relative;
}

.profile .first-name {
  align-self: stretch;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
}

.profile .frame-45 {
  align-items: center;
  align-self: stretch;
  background-color: var(--white-2);
  border-radius: 8px;
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
  padding: 12px;
  position: relative;
  width: 100%;
}

.profile .name-1 {
  opacity: 0.8;
  width: fit-content;
}

.profile .last-name {
  align-self: stretch;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
}

.profile .surname {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  opacity: 0.8;
  position: relative;
  width: fit-content;
}

.profile .email-address {
  align-self: stretch;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
}

.profile .sarahjohnsonemailcom-1 {
  margin-top: -1.00px;
  opacity: 0.8;
  width: fit-content;
}

.profile .phone-number {
  align-self: stretch;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
}

.profile .text-9 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  opacity: 0.8;
  position: relative;
  width: fit-content;
}

.profile .bio {
  align-self: stretch;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
}

.profile .content-creator-spec {
  flex: 1;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  opacity: 0.8;
  position: relative;
}

.profile .recent-orders {
  letter-spacing: 0;
  line-height: 20px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.profile .frame-2-2 {
  opacity: 0;
}

.profile .frame-13 {
  background-image: url(/img/anima/vector-163@2x.png);
  background-size: 100% 100%;
  border: 0px none;
  height: 17.81px;
  margin-left: -6251.00px;
  margin-top: -702.81px;
  position: relative;
  width: 17.81px;
}

.profile .frame-62 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  position: relative;
  width: 100%;
}

.profile .frame-4 {
  align-items: center;
  align-self: stretch;
  background: linear-gradient(0deg, rgba(47, 33, 76, 1) 0%, rgba(47, 33, 76, 1) 100%);
  border: 1px solid;
  border-color: var(--mulled-wine);
  border-radius: 16px;
  display: flex;
  gap: 16px;
  height: 91px;
  padding: 16px;
  position: relative;
  width: 100%;
}

.profile .credit-purchase-25-pack {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.profile .frame-25 {
  align-items: flex-end;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 8px;
  justify-content: center;
  position: relative;
}

.profile .x2500-credits {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  text-align: right;
  width: 180px;
}

.profile .completed-3 {
  letter-spacing: 0;
  line-height: normal;
  opacity: 0.8;
  position: relative;
  width: fit-content;
}

.profile .credit-purchase-25-pack-3 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.profile .date-3 {
  letter-spacing: 0;
  line-height: normal;
  opacity: 0.8;
  position: relative;
  width: fit-content;
}

.profile .frame-2-3 {
  align-items: center;
  background-color: var(--white);
  border: none;
  border-radius: 1000px;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
  justify-content: center;
  padding: 12px 24px;
  position: relative;
}

.profile .profile-actions {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.profile .profile-action-btn,
.profile .profile-cancel-btn {
  display: inline-flex;
  border: none;
  color: inherit;
  font: inherit;
  text-decoration: none;
  cursor: pointer;
}

.profile .profile-action-btn:disabled,
.profile .profile-cancel-btn:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

.profile .profile-input {
  background: transparent;
  border: none;
  color: var(--white);
  font-family: var(--font-family-lufga-regular);
  font-size: var(--font-size-m);
  line-height: normal;
  outline: none;
  width: 100%;
}

.profile .profile-menu-item.profile-menu-item-active {
  background-color: #594593;
}

.profile .profile-menu-item.profile-menu-item-active:hover {
  background-color: #594593;
}

.profile .profile-input::placeholder {
  color: rgba(255, 255, 255, 0.65);
}

.profile .profile-textarea {
  min-height: 72px;
  resize: vertical;
}

.profile .profile-status {
  border-radius: 8px;
  line-height: 1.4;
  padding: 10px 12px;
  width: 100%;
}

.profile .profile-status-success {
  background: rgba(52, 211, 153, 0.2);
  border: 1px solid rgba(52, 211, 153, 0.55);
}

.profile .profile-status-error {
  background: rgba(244, 63, 94, 0.2);
  border: 1px solid rgba(244, 63, 94, 0.55);
}

.profile .profile-summary-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
}

.profile .profile-usage-heading {
  opacity: 0.82;
}

.profile .profile-summary-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 14px 16px;
}

.profile .profile-summary-label {
  opacity: 0.8;
}

.profile .profile-summary-line {
  line-height: normal;
}

.profile .profile-summary-value {
  line-height: normal;
}

.profile .profile-toggle-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.profile .profile-toggle-row input[type="checkbox"] {
  accent-color: #8f63ff;
  height: 18px;
  width: 18px;
}

.profile .profile-autofill-trap {
  height: 0;
  left: -9999px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 0;
}

.profile .profile-password-field {
  align-items: center;
  justify-content: space-between;
}

.profile .profile-password-field .profile-input {
  flex: 1;
}

.profile .profile-eye-btn {
  align-items: center;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  padding: 2px;
}

.profile .profile-password-field .profile-input:-webkit-autofill,
.profile .profile-password-field .profile-input:-webkit-autofill:hover,
.profile .profile-password-field .profile-input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px var(--white-2) inset;
  -webkit-text-fill-color: var(--white);
  transition: background-color 5000s ease-in-out 0s;
}

.profile .line {
  height: 1px;
  object-fit: cover;
}

.profile .name-2 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
}

.profile .personal {
  letter-spacing: 0;
  position: relative;
  width: fit-content;
}

.profile .sarahjohnsonemailcom-2 {
  letter-spacing: 0;
  line-height: normal;
  position: relative;
}
