._wrapper_z0glj_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  margin: var(--spacing-lg) auto;
  padding: var(--spacing-lg);
  border: 1px solid var(--border);
  max-width: 760px;
  width: 100%;
  border-radius: 6px;
}

._personalInfoWrapper_z0glj_14 {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-lg);
}

._emptyState_z0glj_20 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-lg);
  padding: var(--spacing-lg) 0;
}
._emptyState_z0glj_20 a {
  margin: 0;
}

._memberships_z0glj_32 {
  display: block;
  width: 100%;
  max-width: 450px;
  position: relative;
  padding: var(--spacing-lg) calc(var(--spacing-xl) + var(--spacing-lg)) !important;
  text-align: center;
}
._memberships_z0glj_32._fullWidth_z0glj_40 {
  max-width: 100%;
}
._memberships_z0glj_32 ._icon_z0glj_43 {
  line-height: 1 !important;
}
._memberships_z0glj_32 h3 {
  margin: 0;
  color: var(--mainText);
}
._memberships_z0glj_32 p {
  margin: var(--spacing-sm) 0 0;
  color: var(--secondaryText);
}
._memberships_z0glj_32 p._membershipNumber_z0glj_54 {
  color: var(--mainText);
}

button._memberships_z0glj_32:hover {
  border-color: var(--infoHover) !important;
}
button._memberships_z0glj_32._active_z0glj_61 {
  border-color: var(--darker) !important;
}

._header_z0glj_65 {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--main);
  margin-bottom: var(--spacing-lg);
}
._header_z0glj_65 svg {
  height: 60px;
  width: 60px;
}
._header_z0glj_65 h1 {
  margin: var(--spacing-md) 0 var(--spacing-sm);
  font-size: 20px;
}
._header_z0glj_65 p {
  margin: 0;
  color: var(--secondaryText);
}

._actions_z0glj_85 {
  position: sticky;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: end;
  background: #fff;
  margin-top: var(--spacing-lg);
  gap: var(--spacing-md);
  padding: var(--spacing-md) 0;
  z-index: 11;
}

._cards_z0glj_98 {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-lg);
  width: 100%;
}

._card_z0glj_98 {
  padding: var(--spacing-lg);
  flex-direction: column;
  width: 100%;
  align-items: start;
}
._card_z0glj_98 h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 var(--spacing-md);
}

._paymentSummaryRow_z0glj_117 td {
  border-bottom: 1px solid var(--border);
}

._paymentSummaryRow_z0glj_117 + tr td {
  padding-top: var(--spacing-md) !important;
}

._cardHeader_z0glj_125 {
  margin-bottom: var(--spacing-md);
  width: 100%;
}
._cardHeader_z0glj_125:after {
  content: "";
  display: block;
  height: 1px;
  background: var(--infoTileHover);
  margin: 0 auto;
  margin-top: var(--spacing-lg);
  width: 80%;
}
._cardHeader_z0glj_125 h2 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 var(--spacing-sm);
}
._cardHeader_z0glj_125 p {
  margin: 0;
  color: var(--secondaryText);
  font-size: 14px;
}
._cardHeader_z0glj_125 ._progress_z0glj_148 {
  white-space: nowrap;
  align-self: start;
}

._cardContent_z0glj_153 {
  width: 100%;
}
._cardContent_z0glj_153._whiteBg_z0glj_156 {
  background: #fff;
  padding: var(--spacing-md);
  border-radius: 6px;
}
._cardContent_z0glj_153 ._success_z0glj_161 {
  text-align: center;
}
._cardContent_z0glj_153 ._success_z0glj_161 p {
  margin: var(--spacing-md) 0 0;
  font-weight: 500;
}
._cardContent_z0glj_153 ._uploadWrapper_z0glj_168 {
  background: #fff;
}

._documentViewer_z0glj_172 {
  width: 100%;
  margin-top: var(--spacing-lg);
  border-radius: 6px;
  overflow: hidden;
}
._documentViewer_z0glj_172 iframe {
  width: 100%;
  height: 100%;
  border: none;
}

._textWrapper_z0glj_184 {
  max-height: 400px;
  overflow-y: auto;
  margin: 0;
  padding: var(--spacing-md) var(--spacing-lg);
  border: 1px solid var(--border);
  border-radius: 6px;
  background-color: #fff;
}

._checkbox_z0glj_194 {
  margin-top: var(--spacing-md);
}

._video_z0glj_198 {
  width: 100%;
  height: unset;
  aspect-ratio: 16/9;
  border: none;
  border-radius: 6px;
}

._progressBar_z0glj_206 {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background: var(--darker);
  border-radius: 6px;
  border-top-left-radius: 0;
  transition: width 3s, background 0.3s;
  width: 0;
}
._progressBar_z0glj_206._success_z0glj_161 {
  background: green;
}
._progressBar_z0glj_206[style="width: 100%;"] {
  border-top-right-radius: 0;
}

._videoWrapper_z0glj_224 {
  position: relative;
}

._switchingLoader_z0glj_228 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--spacing-xl) 0;
  width: 100%;
  max-width: 450px;
}

._profileSwitchBanner_z0glj_237 {
  width: 100%;
  max-width: 450px;
  margin-bottom: var(--spacing-lg);
  padding: var(--spacing-lg);
  background: var(--bg);
  border-left: 3px solid var(--darker);
  border-radius: 4px;
}
._profileSwitchBanner_z0glj_237 > p {
  margin: 0 0 var(--spacing-md);
  font-size: 13px;
  color: var(--secondaryText);
  font-weight: 600;
}

._profileSwitchList_z0glj_253 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
}
._profileSwitchList_z0glj_253 li {
  background: #fff;
}
._profileSwitchList_z0glj_253 button {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  width: 100%;
  padding: var(--spacing-sm) var(--spacing-md);
  border: none;
  background: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: var(--main);
  transition: background 0.2s;
  text-align: left;
}
._profileSwitchList_z0glj_253 button:hover {
  background: var(--bg);
}
._profileSwitchList_z0glj_253 button span:nth-child(2) {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._profileSwitchAvatar_z0glj_293 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--info);
  flex-shrink: 0;
  font-size: 11px;
  text-transform: uppercase;
  overflow: hidden;
}
._profileSwitchAvatar_z0glj_293 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
._profileSwitchAvatar_z0glj_293 svg {
  width: 18px;
  height: 18px;
}
._profileSwitchAvatar_z0glj_293 svg,
._profileSwitchAvatar_z0glj_293 svg path:not([fill=none]) {
  fill: var(--darkGray);
}

._profileSwitchIcon_z0glj_320 {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  opacity: 0.4;
  transition: opacity 0.2s;
}
button:hover ._profileSwitchIcon_z0glj_320 {
  opacity: 1;
}._wrapper_y14ch_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  margin: var(--spacing-lg) auto;
  padding: var(--spacing-lg);
  border: 1px solid var(--border);
  max-width: 760px;
  width: 100%;
  border-radius: 6px;
}

._personalInfoWrapper_y14ch_14 {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-lg);
}

._emptyState_y14ch_20 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-lg);
  padding: var(--spacing-lg) 0;
}
._emptyState_y14ch_20 a {
  margin: 0;
}

._memberships_y14ch_32 {
  display: block;
  width: 100%;
  max-width: 450px;
  position: relative;
  padding: var(--spacing-lg) calc(var(--spacing-xl) + var(--spacing-lg)) !important;
  text-align: center;
}
._memberships_y14ch_32._fullWidth_y14ch_40 {
  max-width: 100%;
}
._memberships_y14ch_32 ._icon_y14ch_43 {
  line-height: 1 !important;
}
._memberships_y14ch_32 h3 {
  margin: 0;
  color: var(--mainText);
}
._memberships_y14ch_32 p {
  margin: var(--spacing-sm) 0 0;
  color: var(--secondaryText);
}
._memberships_y14ch_32 p._membershipNumber_y14ch_54 {
  color: var(--mainText);
}

button._memberships_y14ch_32:hover {
  border-color: var(--infoHover) !important;
}
button._memberships_y14ch_32._active_y14ch_61 {
  border-color: var(--darker) !important;
}

._header_y14ch_65 {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--main);
  margin-bottom: var(--spacing-lg);
}
._header_y14ch_65 svg {
  height: 60px;
  width: 60px;
}
._header_y14ch_65 h1 {
  margin: var(--spacing-md) 0 var(--spacing-sm);
  font-size: 20px;
}
._header_y14ch_65 p {
  margin: 0;
  color: var(--secondaryText);
}

._actions_y14ch_85 {
  position: sticky;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: end;
  background: #fff;
  margin-top: var(--spacing-lg);
  gap: var(--spacing-md);
  padding: var(--spacing-md) 0;
  z-index: 11;
}

._cards_y14ch_98 {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-lg);
  width: 100%;
}

._card_y14ch_98 {
  padding: var(--spacing-lg);
  flex-direction: column;
  width: 100%;
  align-items: start;
}
._card_y14ch_98 h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 var(--spacing-md);
}

._paymentSummaryRow_y14ch_117 td {
  border-bottom: 1px solid var(--border);
}

._paymentSummaryRow_y14ch_117 + tr td {
  padding-top: var(--spacing-md) !important;
}

._cardHeader_y14ch_125 {
  margin-bottom: var(--spacing-md);
  width: 100%;
}
._cardHeader_y14ch_125:after {
  content: "";
  display: block;
  height: 1px;
  background: var(--infoTileHover);
  margin: 0 auto;
  margin-top: var(--spacing-lg);
  width: 80%;
}
._cardHeader_y14ch_125 h2 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 var(--spacing-sm);
}
._cardHeader_y14ch_125 p {
  margin: 0;
  color: var(--secondaryText);
  font-size: 14px;
}
._cardHeader_y14ch_125 ._progress_y14ch_148 {
  white-space: nowrap;
  align-self: start;
}

._cardContent_y14ch_153 {
  width: 100%;
}
._cardContent_y14ch_153._whiteBg_y14ch_156 {
  background: #fff;
  padding: var(--spacing-md);
  border-radius: 6px;
}
._cardContent_y14ch_153 ._success_y14ch_161 {
  text-align: center;
}
._cardContent_y14ch_153 ._success_y14ch_161 p {
  margin: var(--spacing-md) 0 0;
  font-weight: 500;
}
._cardContent_y14ch_153 ._uploadWrapper_y14ch_168 {
  background: #fff;
}

._documentViewer_y14ch_172 {
  width: 100%;
  margin-top: var(--spacing-lg);
  border-radius: 6px;
  overflow: hidden;
}
._documentViewer_y14ch_172 iframe {
  width: 100%;
  height: 100%;
  border: none;
}

._textWrapper_y14ch_184 {
  max-height: 400px;
  overflow-y: auto;
  margin: 0;
  padding: var(--spacing-md) var(--spacing-lg);
  border: 1px solid var(--border);
  border-radius: 6px;
  background-color: #fff;
}

._checkbox_y14ch_194 {
  margin-top: var(--spacing-md);
}

._video_y14ch_198 {
  width: 100%;
  height: unset;
  aspect-ratio: 16/9;
  border: none;
  border-radius: 6px;
}

._progressBar_y14ch_206 {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background: var(--darker);
  border-radius: 6px;
  border-top-left-radius: 0;
  transition: width 3s, background 0.3s;
  width: 0;
}
._progressBar_y14ch_206._success_y14ch_161 {
  background: green;
}
._progressBar_y14ch_206[style="width: 100%;"] {
  border-top-right-radius: 0;
}

._videoWrapper_y14ch_224 {
  position: relative;
}

._switchingLoader_y14ch_228 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--spacing-xl) 0;
  width: 100%;
  max-width: 450px;
}

._profileSwitchBanner_y14ch_237 {
  width: 100%;
  max-width: 450px;
  margin-bottom: var(--spacing-lg);
  padding: var(--spacing-lg);
  background: var(--bg);
  border-left: 3px solid var(--darker);
  border-radius: 4px;
}
._profileSwitchBanner_y14ch_237 > p {
  margin: 0 0 var(--spacing-md);
  font-size: 13px;
  color: var(--secondaryText);
  font-weight: 600;
}

._profileSwitchList_y14ch_253 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
}
._profileSwitchList_y14ch_253 li {
  background: #fff;
}
._profileSwitchList_y14ch_253 button {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  width: 100%;
  padding: var(--spacing-sm) var(--spacing-md);
  border: none;
  background: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: var(--main);
  transition: background 0.2s;
  text-align: left;
}
._profileSwitchList_y14ch_253 button:hover {
  background: var(--bg);
}
._profileSwitchList_y14ch_253 button span:nth-child(2) {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._profileSwitchAvatar_y14ch_293 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--info);
  flex-shrink: 0;
  font-size: 11px;
  text-transform: uppercase;
  overflow: hidden;
}
._profileSwitchAvatar_y14ch_293 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
._profileSwitchAvatar_y14ch_293 svg {
  width: 18px;
  height: 18px;
}
._profileSwitchAvatar_y14ch_293 svg,
._profileSwitchAvatar_y14ch_293 svg path:not([fill=none]) {
  fill: var(--darkGray);
}

._profileSwitchIcon_y14ch_320 {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  opacity: 0.4;
  transition: opacity 0.2s;
}
button:hover ._profileSwitchIcon_y14ch_320 {
  opacity: 1;
}
