:root {
  --prepify-blue: #1700ff;
  --prepify-blue-700: #1400d6;
  --prepify-violet: #5d35f2;
  --prepify-pink: #ff2fb2;
  --prepify-cyan: #14b8c4;
  --prepify-green: #24c58f;
  --prepify-amber: #f59e0b;
  --prepify-red: #ef4444;
  --prepify-ink: #232536;
  --prepify-muted: #758096;
  --prepify-faint: #a7aec2;
  --prepify-line: #ebe8f5;
  --prepify-surface: #ffffff;
  --prepify-surface-soft: #fbf9ff;
  --prepify-surface-tint: #f4f1ff;
  --prepify-shadow-sm: 0 8px 24px rgba(45, 31, 122, .08);
  --prepify-shadow-md: 0 16px 42px rgba(45, 31, 122, .12);
  --prepify-radius-sm: 4px;
  --prepify-radius-md: 8px;
  --prepify-radius-lg: 8px;
  --prepify-focus: 0 0 0 .2rem rgba(93, 53, 242, .18);
  --prepify-sidebar-width: 15rem;
  --prepify-sidebar-collapsed-width: 5rem;
  --prepify-sidebar-collapse-delta: 10rem;
  --prepify-sidebar-top-pad: 2rem;
  --prepify-sidebar-gradient: linear-gradient(90deg, #0806fd 0%, #2e20f4 52%, #573ce9 100%);
  --prepify-shell-page-bg: #fffaff;
}

html,
body {
  background: var(--prepify-surface-soft);
}

body {
  color: var(--prepify-ink);
  letter-spacing: 0;
}

a {
  color: var(--prepify-violet);
}

a:hover {
  color: var(--prepify-blue);
}

.prepify-app-shell .layout-page,
.prepify-app-shell .content-wrapper {
  background:
    radial-gradient(circle at 84% 10%, rgba(255, 47, 178, .09), transparent 25rem),
    radial-gradient(circle at 40% 92%, rgba(93, 53, 242, .06), transparent 28rem),
    var(--prepify-shell-page-bg);
}

.prepify-app-shell .container-p-y {
  padding-block: 2rem;
}

.prepify-app-shell .card,
.prepify-card,
.prepify-panel {
  border: 1px solid rgba(235, 232, 245, .92);
  border-radius: var(--prepify-radius-lg);
  background: var(--prepify-surface);
  box-shadow: var(--prepify-shadow-sm);
}

.prepify-panel {
  padding: 1.5rem;
}

.prepify-page-header,
.student-page-hero {
  margin-bottom: 1.5rem;
}

.prepify-page-kicker {
  margin-bottom: .35rem;
  color: var(--prepify-violet);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.prepify-page-title,
.student-page-hero h1,
.student-page-hero h2 {
  color: var(--prepify-blue);
  font-weight: 800;
  letter-spacing: 0;
}

.prepify-page-header .student-page-title,
.prepify-page-header h1,
.prepify-page-header h2 {
  color: var(--prepify-blue);
  font-weight: 800;
  letter-spacing: 0;
}

.prepify-page-subtitle,
.student-page-hero p {
  color: var(--prepify-muted);
}

.prepify-page-header .student-page-subtitle,
.prepify-page-header p {
  color: var(--prepify-muted);
}

.prepify-app-shell .student-activity-card,
.prepify-app-shell .student-activity-table-card {
  border-color: var(--prepify-line);
  border-radius: var(--prepify-radius-lg);
  background: var(--prepify-surface);
  box-shadow: var(--prepify-shadow-sm);
}

.prepify-app-shell .student-activity-card span {
  color: var(--prepify-muted);
  letter-spacing: 0;
}

.prepify-app-shell .student-activity-card strong {
  color: var(--prepify-ink);
}

.prepify-app-shell .student-activity-card p,
.prepify-app-shell .student-activity-metrics {
  color: var(--prepify-muted);
}

.prepify-app-shell .student-activity-card-icon {
  border-radius: var(--prepify-radius-md);
}

.prepify-app-shell .activity-tone-neutral {
  background: var(--prepify-surface-tint);
  color: var(--prepify-ink);
}

.prepify-app-shell .activity-tone-teal,
.prepify-app-shell .activity-tone-blue,
.prepify-app-shell .activity-tone-indigo {
  background: rgba(93, 53, 242, .12);
  color: var(--prepify-violet);
}

.prepify-app-shell .activity-tone-warning {
  background: rgba(245, 158, 11, .14);
  color: #8a5200;
}

.prepify-app-shell .activity-tone-danger {
  background: rgba(239, 68, 68, .12);
  color: #b42323;
}

.prepify-sidebar {
  overflow: visible;
  border: 0;
  width: var(--prepify-sidebar-width) !important;
  background: var(--prepify-sidebar-gradient) !important;
  box-shadow: 0 24px 48px rgba(55, 39, 166, .24);
}

.prepify-sidebar .menu-inner-shadow {
  display: none !important;
}

.prepify-sidebar .app-brand {
  display: flex;
  align-items: flex-start;
  min-height: 6.625rem;
  padding: .9375rem 1.25rem 1.25rem 1.5625rem;
}

.prepify-sidebar .app-brand-link {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  position: relative;
}

.prepify-sidebar .app-brand .layout-menu-toggle {
  justify-content: center;
  width: 2rem;
  min-width: 2rem;
  min-height: 2rem;
  padding: 0;
  border-radius: 999px;
}

.prepify-sidebar-wordmark {
  display: block;
  width: 5.9375rem;
  height: auto;
  object-fit: contain;
}

.prepify-sidebar .app-brand-text,
.prepify-sidebar .menu-text,
.prepify-sidebar .menu-link,
.prepify-sidebar .menu-header,
.prepify-sidebar .menu-icon {
  color: rgba(255, 255, 255, .92) !important;
}

.prepify-sidebar .menu-header {
  min-height: 2rem;
  margin: 0 1.25rem .25rem;
  padding: 0;
  color: rgba(255, 255, 255, .72) !important;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2rem;
  opacity: 1;
}

.prepify-sidebar .menu-inner > .menu-item {
  width: calc(100% - 2rem) !important;
  margin: 0 1rem .375rem;
}

.prepify-sidebar .menu-link {
  width: 100%;
  min-height: 2.625rem;
  margin: 0 !important;
  padding: 0 1.25rem;
  border-radius: .75rem !important;
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: 0;
}

.prepify-sidebar .menu-icon {
  width: 1.25rem;
  margin-right: .875rem;
  font-size: 1.125rem;
  text-align: center;
}

.prepify-sidebar .prepify-sidebar-svg {
  display: inline-flex;
  flex: 0 0 1.25rem;
  align-items: center;
  justify-content: center;
  height: 1.25rem;
  color: currentColor;
}

.prepify-sidebar .prepify-sidebar-svg svg {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  overflow: visible;
}

.prepify-sidebar .menu-inner {
  display: flex;
  flex-direction: column;
  min-height: calc(100dvh - 6.625rem);
  padding: 0 0 1.25rem !important;
}

.prepify-sidebar .menu-item.open > .menu-link,
.prepify-sidebar .menu-link:hover {
  background: rgba(255, 255, 255, .18) !important;
  color: #ffffff !important;
}

.prepify-app-shell .prepify-sidebar.bg-menu-theme .menu-inner > .menu-item.open > .menu-link:not(.menu-toggle),
.prepify-app-shell .prepify-sidebar.bg-menu-theme .menu-inner > .menu-item > .menu-link:hover {
  background: rgba(255, 255, 255, .18) !important;
  color: #ffffff !important;
}

.prepify-app-shell .prepify-sidebar.bg-menu-theme .menu-inner > .menu-item.active::before {
  display: none !important;
}

.prepify-sidebar .menu-item.active > .menu-link {
  box-shadow: none;
}

.prepify-app-shell .prepify-sidebar.bg-menu-theme .menu-inner > .menu-item.active > .menu-link:not(.menu-toggle) {
  background: #ffffff !important;
  color: var(--prepify-violet) !important;
}

.prepify-app-shell .prepify-sidebar.bg-menu-theme .menu-inner > .menu-item.active > .menu-link .menu-icon,
.prepify-app-shell .prepify-sidebar.bg-menu-theme .menu-inner > .menu-item.active > .menu-link div {
  color: var(--prepify-violet) !important;
}

.prepify-sidebar .menu-inner > .prepify-sidebar-secondary-start {
  margin-top: auto;
  padding-top: 1rem;
}

.prepify-sidebar .prepify-sidebar-utility > .menu-link {
  min-height: 2.625rem;
  font-size: .875rem;
}

.prepify-sidebar .menu-sub .menu-link {
  color: rgba(255, 255, 255, .82) !important;
}

.prepify-menu-toggle {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  inset-block-start: 2.125rem;
  inset-inline-start: calc(var(--prepify-sidebar-width) - 2.75rem);
  opacity: 1;
  transition: inset-inline-start .18s ease, transform .18s ease, opacity .18s ease;
}

.prepify-menu-toggle::before {
  width: 0;
  height: 0;
  border-top: .375rem solid transparent;
  border-bottom: .375rem solid transparent;
  border-left: .625rem solid rgba(255, 255, 255, .72);
  content: "";
}

.prepify-menu-toggle:hover {
  opacity: .86;
}

.prepify-menu-toggle .bx {
  display: none;
}

.prepify-menu-toggle.is-collapsed {
  inset-inline-start: calc(var(--prepify-sidebar-collapsed-width) - 2.25rem);
  transform: rotate(180deg);
}

.prepify-app-shell.layout-menu-collapsed .layout-menu {
  overflow: hidden;
  width: var(--prepify-sidebar-collapsed-width) !important;
}

.prepify-app-shell.layout-menu-collapsed .menu-inner .menu-item > .menu-link > div,
.prepify-app-shell.layout-menu-collapsed .app-brand-text {
  display: none !important;
}

.prepify-app-shell.layout-menu-collapsed .prepify-sidebar-wordmark {
  display: none;
}

.prepify-app-shell.layout-menu-collapsed .prepify-sidebar .app-brand-link::before {
  color: #ffffff;
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 1;
  content: "pi";
}

.prepify-app-shell.layout-menu-collapsed .prepify-sidebar .app-brand-link::after {
  position: absolute;
  top: -.25rem;
  right: -.3125rem;
  width: .375rem;
  height: .375rem;
  background: var(--prepify-pink);
  content: "";
}

.prepify-app-shell.layout-menu-collapsed .prepify-sidebar .app-brand {
  justify-content: center;
  align-items: flex-start;
  width: var(--prepify-sidebar-collapsed-width) !important;
  min-height: 6.625rem;
  padding: 1.25rem 0 1.25rem;
  overflow: hidden;
}

.prepify-app-shell.layout-menu-collapsed .prepify-sidebar .app-brand-link {
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
}

.prepify-app-shell.layout-menu-collapsed .prepify-sidebar .menu-header {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  max-width: var(--prepify-sidebar-collapsed-width);
  margin: 0 0 1rem;
  font-size: .6875rem;
  line-height: 1;
  overflow: hidden;
  text-align: center;
}

.prepify-app-shell.layout-menu-collapsed .prepify-sidebar .menu-header-text {
  display: none;
}

.prepify-app-shell.layout-menu-collapsed .prepify-sidebar .menu-header::after {
  content: attr(data-short);
}

.prepify-app-shell.layout-menu-collapsed .prepify-sidebar .menu-header::before {
  display: none !important;
}

.prepify-app-shell.layout-menu-collapsed .prepify-sidebar .menu-inner > .menu-item {
  width: 3rem !important;
  margin: 0 auto .625rem;
}

.prepify-app-shell.layout-menu-collapsed .prepify-sidebar .menu-inner > .prepify-sidebar-secondary-start {
  margin-top: auto;
  padding-top: 1rem;
}

.prepify-app-shell.layout-menu-collapsed .prepify-sidebar .menu-link {
  justify-content: center;
  width: 3rem;
  min-height: 3rem;
  padding: 0;
  border-radius: .75rem;
}

.prepify-app-shell.layout-menu-collapsed .prepify-sidebar .menu-icon {
  margin-right: 0;
  font-size: 1.125rem;
}

.prepify-app-shell.layout-menu-collapsed .layout-page,
.prepify-app-shell.layout-menu-collapsed .content-wrapper {
  margin-left: 0 !important;
}

.prepify-app-shell.layout-menu-collapsed .content-wrapper {
  margin-left: calc(-1 * var(--prepify-sidebar-collapse-delta)) !important;
  width: calc(100% + var(--prepify-sidebar-collapse-delta)) !important;
}

.prepify-app-shell.layout-menu-collapsed .navbar {
  width: calc(100vw - 10.75rem) !important;
  margin-left: calc(var(--prepify-sidebar-collapsed-width) - var(--prepify-sidebar-width) + 2.875rem) !important;
}

.prepify-navbar {
  min-height: 4.75rem;
  border: 0;
  background: transparent !important;
  backdrop-filter: none;
  box-shadow: none !important;
}

.layout-navbar.prepify-navbar.navbar-detached {
  box-shadow: none !important;
}

.prepify-navbar > .container-fluid,
.prepify-navbar > .container-xxl {
  padding-right: 3rem;
  padding-left: 3rem;
}

.prepify-navbar-greeting,
.prepify-navbar-greeting-inner {
  min-width: 0;
}

.prepify-navbar-greeting-inner {
  max-width: 170px;
}

.prepify-navbar-greeting {
  display: none !important;
}

.prepify-navbar-actions {
  position: relative;
  gap: .5rem;
}

.prepify-navbar-actions > .nav-item {
  margin-right: 0 !important;
}

.prepify-wallet-link {
  min-height: 1.75rem;
  padding: 0 !important;
  border-radius: 999px;
}

.prepify-wallet-link > .bx,
.prepify-wallet-label {
  display: none !important;
}

.prepify-wallet-balance {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-width: 8.85rem;
  min-height: 2.35rem;
  padding: .5rem 1rem;
  border-radius: 999px;
  background: #ff2fb2 !important;
  box-shadow: 0 10px 24px rgba(255, 47, 178, .26);
  font-size: .75rem;
  font-weight: 800;
  line-height: 1;
}

.prepify-wallet-balance::before {
  font-size: .75rem;
  font-weight: 800;
  text-transform: none;
  content: "Credits:";
}

.prepify-topup-pill {
  display: inline-flex;
  min-width: 5.55rem;
  min-height: 2.25rem;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  color: var(--prepify-violet);
  box-shadow: 0 8px 20px rgba(55, 39, 166, .11);
  font-size: .72rem;
  font-weight: 800;
  line-height: 1;
}

.prepify-correction-link,
.prepify-avatar {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
}

.prepify-correction-link {
  justify-content: center;
  background: #5d35f2;
  color: #ffffff !important;
  box-shadow: 0 8px 20px rgba(93, 53, 242, .26);
}

.prepify-correction-link .bx {
  font-size: 1rem !important;
}

.prepify-correction-link.text-primary {
  background: var(--prepify-violet);
  color: #ffffff !important;
}

.prepify-avatar {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background: #5d35f2;
  box-shadow: 0 8px 20px rgba(93, 53, 242, .2);
}

.prepify-avatar img {
  display: none !important;
}

.prepify-avatar::before {
  position: absolute;
  top: .58rem;
  left: 50%;
  width: .68rem;
  height: .68rem;
  border: .14rem solid #ffffff;
  border-radius: 50%;
  background: transparent;
  content: "";
  transform: translateX(-50%);
}

.prepify-avatar.avatar-online::after,
.prepify-avatar::after {
  position: absolute;
  right: auto;
  bottom: .47rem;
  left: 50%;
  width: 1.25rem;
  height: .72rem;
  border: .14rem solid #ffffff;
  border-top: 0;
  border-radius: 0 0 999px 999px;
  background: transparent;
  box-shadow: none;
  content: "";
  transform: translateX(-50%);
}

.prepify-account-menu-text {
  max-width: 220px;
}

.prepify-btn-primary,
.btn-primary {
  border-color: var(--prepify-blue);
  background: linear-gradient(135deg, var(--prepify-blue), var(--prepify-violet));
  box-shadow: 0 12px 26px rgba(93, 53, 242, .18);
}

.prepify-btn-primary:hover,
.btn-primary:hover {
  border-color: var(--prepify-blue-700);
  background: linear-gradient(135deg, var(--prepify-blue-700), var(--prepify-violet));
}

.btn-outline-primary {
  border-color: var(--prepify-violet);
  color: var(--prepify-violet);
}

.btn-outline-primary:hover {
  border-color: var(--prepify-violet);
  background: var(--prepify-violet);
  color: #ffffff;
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus,
.btn:focus-visible,
.menu-link:focus-visible,
.nav-link:focus-visible {
  border-color: rgba(93, 53, 242, .5);
  box-shadow: var(--prepify-focus);
}

.prepify-status-chip,
.badge.prepify-status-chip {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  min-height: 1.5rem;
  border-radius: 999px;
  padding: .25rem .65rem;
  font-size: .75rem;
  font-weight: 700;
}

.prepify-status-success {
  background: rgba(36, 197, 143, .12);
  color: #08785a;
}

.prepify-status-warning {
  background: rgba(245, 158, 11, .14);
  color: #8a5200;
}

.prepify-status-danger {
  background: rgba(239, 68, 68, .12);
  color: #b42323;
}

.prepify-status-info {
  background: rgba(20, 184, 196, .12);
  color: #0c7480;
}

.prepify-empty-state {
  display: grid;
  place-items: center;
  min-height: 16rem;
  padding: 2rem;
  border: 1px dashed var(--prepify-line);
  border-radius: var(--prepify-radius-lg);
  background: rgba(255, 255, 255, .72);
  color: var(--prepify-muted);
  text-align: center;
}

.prepify-action-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  margin-bottom: 1rem;
}

.prepify-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--prepify-line);
  border-radius: var(--prepify-radius-lg);
  background: var(--prepify-surface);
}

.prepify-table-wrap table {
  margin-bottom: 0;
}

.prepify-auth-page {
  min-height: 100vh;
  padding: clamp(1rem, 2vw, 2rem);
  background:
    radial-gradient(circle at 14% 14%, rgba(255, 47, 178, .14), transparent 28rem),
    linear-gradient(135deg, #f7f3ff 0%, #ffffff 45%, #fdf5ff 100%);
}

.prepify-auth-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(25rem, 30rem);
  gap: clamp(1rem, 2.4vw, 2rem);
  width: min(100%, 68rem);
  min-height: calc(100vh - clamp(2rem, 4vw, 4rem));
  margin-inline: auto;
  align-items: stretch;
}

.prepify-auth-stage--wide {
  grid-template-columns: minmax(19rem, .72fr) minmax(0, 1.28fr);
  width: min(100%, 76rem);
}

.prepify-auth-hero,
.prepify-auth-card {
  border-radius: var(--prepify-radius-lg);
  box-shadow: var(--prepify-shadow-md);
}

.prepify-auth-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: clamp(1.75rem, 4vw, 3.5rem);
  background:
    linear-gradient(145deg, rgba(23, 0, 255, .96), rgba(93, 53, 242, .94) 58%, rgba(255, 47, 178, .82));
  color: #ffffff;
}

.prepify-auth-hero::after {
  position: absolute;
  right: -4.5rem;
  bottom: -5rem;
  width: 17rem;
  height: 17rem;
  border: 2rem solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  content: "";
}

.prepify-auth-hero > * {
  position: relative;
  z-index: 1;
}

.prepify-auth-brand-link {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  color: inherit;
}

.prepify-auth-brand-link:hover {
  color: inherit;
}

.prepify-auth-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: var(--prepify-radius-md);
  background: rgba(255, 255, 255, .92);
  color: var(--prepify-violet);
}

.prepify-auth-brand-text {
  color: inherit;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: 0;
}

.prepify-auth-hero-title {
  max-width: 32rem;
  margin: 4rem 0 1rem;
  color: #ffffff;
  font-size: clamp(2.25rem, 5vw, 4.35rem);
  font-weight: 800;
  line-height: .98;
  letter-spacing: 0;
}

.prepify-auth-hero-copy {
  max-width: 31rem;
  color: rgba(255, 255, 255, .82);
  font-size: 1rem;
  line-height: 1.7;
}

.prepify-auth-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
  margin-top: 2rem;
}

.prepify-auth-metric {
  min-height: 5.25rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--prepify-radius-md);
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(16px);
}

.prepify-auth-metric strong {
  display: block;
  color: #ffffff;
  font-size: 1.35rem;
  line-height: 1;
}

.prepify-auth-metric span {
  display: block;
  margin-top: .45rem;
  color: rgba(255, 255, 255, .78);
  font-size: .78rem;
  line-height: 1.35;
}

.prepify-auth-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(1.5rem, 3vw, 2.75rem);
  border: 1px solid rgba(235, 232, 245, .92);
  background: rgba(255, 255, 255, .95);
}

.prepify-auth-card--scroll {
  justify-content: flex-start;
  max-height: calc(100vh - clamp(2rem, 4vw, 4rem));
  overflow-y: auto;
}

.prepify-auth-card .prepify-auth-brand-link {
  margin-bottom: 2rem;
  color: var(--prepify-ink);
}

.prepify-auth-title {
  margin-bottom: .45rem;
  color: var(--prepify-blue);
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 800;
  letter-spacing: 0;
}

.prepify-auth-subtitle {
  margin-bottom: 1.75rem;
  color: var(--prepify-muted);
  line-height: 1.6;
}

.prepify-auth-form {
  display: grid;
  gap: 1.15rem;
}

.prepify-auth-form .form-label,
.prepify-account-page .form-label {
  color: var(--prepify-ink);
  font-weight: 700;
}

.prepify-auth-form .form-control,
.prepify-auth-form .form-select,
.prepify-account-page .form-control,
.prepify-account-page .form-select {
  min-height: 2.95rem;
  border-color: var(--prepify-line);
  border-radius: var(--prepify-radius-md);
}

.prepify-auth-form .input-group-text,
.prepify-account-page .input-group-text {
  border-color: var(--prepify-line);
  border-radius: var(--prepify-radius-md);
}

.prepify-auth-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
}

.prepify-auth-row,
.prepify-auth-switch,
.prepify-auth-secondary-action {
  margin-top: .35rem;
}

.prepify-auth-switch,
.prepify-auth-secondary-action {
  color: var(--prepify-muted);
  text-align: center;
}

.prepify-auth-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .5rem .9rem;
  margin-top: 1.15rem;
}

.prepify-auth-page--login {
  min-height: 100vh;
  padding: 0;
  overflow: hidden;
  background: #ffffff;
}

.prepify-auth-page--login .prepify-auth-stage--login {
  display: grid;
  grid-template-columns: minmax(0, 60%) minmax(27rem, 40%);
  gap: 0;
  width: 100%;
  min-height: 100vh;
  margin: 0;
}

.prepify-auth-page--login .prepify-auth-hero--login {
  position: relative;
  min-height: 100vh;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 84, 198, .04), transparent 20rem),
    linear-gradient(90deg, #fffaff 0%, #fffbff 57%, #ffffff 100%);
  box-shadow: none;
  color: #5752e8;
}

.prepify-auth-page--login .prepify-auth-hero--login::after {
  content: none;
}

.prepify-auth-wordmark {
  position: absolute;
  top: 3rem;
  left: 3rem;
  z-index: 2;
  display: block;
  width: 9.5rem;
}

.prepify-auth-wordmark img {
  display: block;
  width: 100%;
  height: auto;
}

.prepify-auth-login-grid {
  position: absolute;
  top: 10.55rem;
  left: 2.35rem;
  width: 30.4rem;
  height: 32.95rem;
  background-image:
    linear-gradient(rgba(188, 194, 210, .36) 1px, transparent 1px),
    linear-gradient(90deg, rgba(188, 194, 210, .36) 1px, transparent 1px);
  background-size: 3.45rem 3.45rem;
  opacity: .72;
}

.prepify-auth-dot {
  position: absolute;
  z-index: 1;
  display: block;
  border-radius: 999px;
}

.prepify-auth-dot--pink {
  top: 14.05rem;
  left: 6.05rem;
  width: .72rem;
  height: .72rem;
  background: #ff80d6;
}

.prepify-auth-dot--violet {
  top: 41.1rem;
  left: 10rem;
  width: .95rem;
  height: .95rem;
  background: #c8b8ff;
}

.prepify-auth-dot--small {
  top: 18.8rem;
  right: 8rem;
  width: .46rem;
  height: .46rem;
  background: #9f8cf3;
}

.prepify-auth-page--login .prepify-auth-hero-content {
  position: absolute;
  top: 24.55rem;
  left: 0;
  z-index: 2;
  width: 100%;
  padding-inline: 2rem;
  text-align: center;
}

.prepify-auth-page--login .prepify-auth-hero-title {
  max-width: none;
  margin: 0 0 .65rem;
  color: #5752e8;
  font-size: 2.65rem;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
}

.prepify-auth-page--login .prepify-auth-hero-copy {
  max-width: none;
  margin: 0;
  color: #7d8294;
  font-size: 1.06rem;
  font-weight: 500;
  line-height: 1.48;
}

.prepify-auth-login-side {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: #ffffff;
}

.prepify-auth-page--login .prepify-auth-card--login {
  display: block;
  width: 27.5rem;
  min-height: 41.25rem;
  padding: 3.45rem 3rem 2.9rem;
  border: 0;
  border-radius: 1.45rem;
  background: #ffffff;
  box-shadow: 0 1.5rem 4rem rgba(48, 42, 93, .08);
}

.prepify-auth-page--login .prepify-auth-title {
  margin: 0 0 1.15rem;
  color: #0500ff;
  font-size: 2.45rem;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.prepify-auth-page--login .prepify-auth-subtitle {
  width: 18rem;
  margin: 0 0 2.75rem;
  color: #a4a8b5;
  font-size: .96rem;
  font-weight: 500;
  line-height: 1.52;
}

.prepify-auth-page--login .prepify-auth-form {
  display: grid;
  gap: 1.36rem;
}

.prepify-auth-page--login .prepify-auth-form .form-label {
  margin-bottom: .8rem;
  color: #232839;
  font-size: .86rem;
  font-weight: 800;
  line-height: 1.1;
}

.prepify-auth-page--login .prepify-auth-form .form-label span {
  color: #ff31c9;
}

.prepify-auth-page--login .prepify-auth-form .form-control {
  min-height: 3.25rem;
  padding: .85rem 1.18rem;
  border: 2px solid #ebeef4;
  border-radius: .82rem;
  background: #ffffff;
  color: #22283a;
  font-size: .95rem;
  line-height: 1.3;
}

.prepify-auth-page--login .prepify-auth-form .form-control::placeholder {
  color: #d7dbe4;
  opacity: 1;
}

.prepify-auth-page--login .prepify-auth-form .form-control:focus {
  border-color: #b7adff;
  box-shadow: 0 0 0 .18rem rgba(80, 66, 255, .14);
}

.prepify-auth-page--login .prepify-auth-form .input-group {
  position: relative;
  display: block;
}

.prepify-auth-page--login .prepify-auth-form .input-group .form-control {
  width: 100%;
  padding-right: 3.2rem;
  border-radius: .82rem !important;
}

.prepify-auth-page--login .prepify-auth-form .input-group-text {
  position: absolute;
  top: 50%;
  right: .9rem;
  z-index: 4;
  width: 1.7rem;
  height: 1.7rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #aab0bd;
  transform: translateY(-50%);
}

.prepify-auth-page--login .prepify-auth-row {
  align-items: center;
  margin-top: -.08rem;
  font-size: .93rem;
}

.prepify-auth-page--login .form-check {
  display: flex;
  align-items: center;
  min-height: 1.35rem;
  padding-left: 0;
}

.prepify-auth-page--login .form-check-input {
  width: 1.18rem;
  height: 1.18rem;
  margin: 0 .58rem 0 0;
  border: 2px solid #b8bdc8;
  border-radius: .22rem;
}

.prepify-auth-page--login .form-check-label {
  color: #535867;
  font-size: .93rem;
  font-weight: 700;
}

.prepify-auth-page--login .prepify-auth-row a,
.prepify-auth-page--login .prepify-auth-switch a {
  color: #6951f5;
  font-weight: 800;
}

.prepify-auth-page--login .prepify-auth-form .btn-primary {
  min-height: 3.45rem;
  margin-top: .05rem;
  border: 0;
  border-radius: .85rem;
  background: linear-gradient(90deg, #0500ff 0%, #5a34ee 100%);
  box-shadow: 0 .65rem 1.15rem rgba(54, 28, 235, .22);
  font-weight: 800;
}

.prepify-auth-page--login .prepify-auth-links {
  display: grid;
  gap: .62rem;
  margin-top: 2.05rem;
  color: #8990a0;
  font-size: .91rem;
  font-weight: 600;
  text-align: center;
}

.prepify-auth-page--login .prepify-auth-switch {
  margin-top: 0;
  color: #8990a0;
}

.prepify-auth-page--login .prepify-auth-copyright {
  position: absolute;
  bottom: 1.28rem;
  left: 0;
  width: 100%;
  margin: 0;
  color: #bcc2cc;
  font-size: .9rem;
  font-weight: 700;
  text-align: center;
}

.prepify-auth-login-grid--internal {
  top: -.45rem;
  left: 25.6rem;
  width: 28.6rem;
  height: 28.3rem;
}

.prepify-auth-dot--internal-pink {
  top: 13.85rem;
  left: 6.05rem;
}

.prepify-auth-dot--internal-violet {
  top: 40.95rem;
  left: 10.15rem;
}

.prepify-auth-dot--internal-small {
  top: 18.75rem;
  right: 8.05rem;
}

.prepify-auth-hero-content--internal {
  top: 24.35rem;
}

.prepify-auth-page--internal .prepify-auth-card--internal {
  min-height: 38.55rem;
  margin-top: -.25rem;
  padding-top: 3.55rem;
  padding-bottom: 2.25rem;
}

.prepify-auth-page--internal .prepify-auth-subtitle {
  width: 20rem;
}

.prepify-auth-page--internal .prepify-auth-switch--internal {
  margin-top: 2.15rem;
  text-align: center;
}

.prepify-auth-page--forgot .prepify-auth-hero--forgot {
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 84, 198, .04), transparent 20rem),
    linear-gradient(90deg, #fffaff 0%, #fffbff 57%, #ffffff 100%);
}

.prepify-auth-page--forgot .prepify-auth-hero-content--forgot {
  top: 25.75rem;
}

.prepify-auth-page--forgot .prepify-auth-hero-title {
  font-size: 2.65rem;
}

.prepify-auth-page--forgot .prepify-auth-hero-copy {
  color: #7d8294;
}

.prepify-auth-page--forgot .prepify-auth-card--forgot {
  min-height: 32.25rem;
  padding-top: 4rem;
  padding-bottom: 2.45rem;
}

.prepify-auth-page--forgot .prepify-auth-subtitle {
  width: 21.5rem;
  margin-bottom: 2.65rem;
}

.prepify-auth-page--forgot .prepify-auth-form {
  gap: 1.25rem;
}

.prepify-auth-page--forgot .prepify-auth-form .btn-primary {
  margin-top: .28rem;
}

.prepify-auth-page--forgot .prepify-auth-switch--forgot {
  margin: 2.35rem 0 0;
  text-align: left;
}

.prepify-auth-page--forgot .prepify-auth-switch--forgot a {
  display: inline-flex;
  align-items: center;
  gap: .22rem;
}

.prepify-forgot-shape {
  position: absolute;
  display: block;
}

.prepify-forgot-shape--circle-top {
  top: 10.9rem;
  left: 13.35rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #8984f1;
}

.prepify-forgot-shape--circle-bottom {
  top: 48.15rem;
  left: 10.55rem;
  width: 3.45rem;
  height: 3.45rem;
  border-radius: 50%;
  background: #8e8af5;
}

.prepify-forgot-shape--square-left,
.prepify-forgot-shape--square-top,
.prepify-forgot-shape--square-bottom {
  width: 2.15rem;
  height: 2.15rem;
  background: #4133f3;
}

.prepify-forgot-shape--square-left {
  top: 31.4rem;
  left: 4.1rem;
}

.prepify-forgot-shape--square-top {
  top: 6.45rem;
  right: 13.5rem;
}

.prepify-forgot-shape--square-bottom {
  top: 36.5rem;
  right: 7.2rem;
}

.prepify-forgot-shape--square-soft-top {
  top: 8.25rem;
  right: 4.35rem;
  width: 2.45rem;
  height: 2.45rem;
  background: #f0f1f5;
}

.prepify-forgot-shape--square-soft-mid {
  top: 17.85rem;
  right: 4.25rem;
  width: 3.55rem;
  height: 3.55rem;
  background: #ececef;
}

.prepify-forgot-shape--square-soft-bottom {
  top: 34rem;
  right: 8.05rem;
  width: 2.45rem;
  height: 2.45rem;
  background: #ececf0;
}

.prepify-forgot-shape--triangle-left,
.prepify-forgot-shape--triangle-top {
  width: 0;
  height: 0;
  border-right: 1.05rem solid transparent;
  border-left: 1.05rem solid transparent;
  border-bottom: 1.85rem solid #4f5664;
}

.prepify-forgot-shape--triangle-mid {
  top: 19.25rem;
  left: 6.75rem;
  width: 0;
  height: 0;
  border-top: .72rem solid transparent;
  border-bottom: .72rem solid transparent;
  border-left: 1.35rem solid #4f5664;
}

.prepify-forgot-shape--triangle-left {
  top: 38.25rem;
  left: 7.9rem;
}

.prepify-forgot-shape--triangle-top {
  top: 4.35rem;
  right: 8.2rem;
}

.prepify-forgot-shape--sparkle-main,
.prepify-forgot-shape--sparkle-mid,
.prepify-forgot-shape--sparkle-bottom {
  width: 1.9rem;
  height: 1.9rem;
}

.prepify-forgot-shape--sparkle-main {
  top: 21.45rem;
  right: 10.8rem;
}

.prepify-forgot-shape--sparkle-mid {
  top: 32.9rem;
  right: 16.1rem;
}

.prepify-forgot-shape--sparkle-bottom {
  top: 45rem;
  right: 14.35rem;
}

.prepify-forgot-shape--sparkle-main::before,
.prepify-forgot-shape--sparkle-main::after,
.prepify-forgot-shape--sparkle-mid::before,
.prepify-forgot-shape--sparkle-mid::after,
.prepify-forgot-shape--sparkle-bottom::before,
.prepify-forgot-shape--sparkle-bottom::after {
  position: absolute;
  inset: 50% auto auto 50%;
  display: block;
  background: #ff2cbd;
  content: "";
  transform: translate(-50%, -50%);
}

.prepify-forgot-shape--sparkle-main::before,
.prepify-forgot-shape--sparkle-mid::before,
.prepify-forgot-shape--sparkle-bottom::before {
  width: .22rem;
  height: 100%;
}

.prepify-forgot-shape--sparkle-main::after,
.prepify-forgot-shape--sparkle-mid::after,
.prepify-forgot-shape--sparkle-bottom::after {
  width: 100%;
  height: .22rem;
}

.prepify-forgot-shape--dot-left,
.prepify-forgot-shape--dot-mid,
.prepify-forgot-shape--dot-bottom {
  width: .18rem;
  height: .18rem;
  border-radius: 50%;
  background: #9b8cff;
}

.prepify-forgot-shape--dot-left {
  top: 13.9rem;
  left: 18.85rem;
}

.prepify-forgot-shape--dot-mid {
  top: 39.35rem;
  left: 21.5rem;
}

.prepify-forgot-shape--dot-bottom {
  top: 44.65rem;
  right: 18.95rem;
}

.prepify-forgot-lock {
  position: absolute;
  top: 21.3rem;
  right: 14.95rem;
  width: 3.25rem;
  height: 3rem;
  color: #5e49e8;
}

.prepify-forgot-lock i {
  display: none;
}

.prepify-forgot-lock::before,
.prepify-forgot-lock::after {
  position: absolute;
  display: block;
  content: "";
}

.prepify-forgot-lock::before {
  left: .2rem;
  bottom: .05rem;
  width: 2.78rem;
  height: 1.62rem;
  border: .26rem solid #5e49e8;
  border-radius: .32rem;
}

.prepify-forgot-lock::after {
  top: .02rem;
  left: .82rem;
  width: 1.45rem;
  height: 1.68rem;
  border: .26rem solid #5e49e8;
  border-bottom: 0;
  border-radius: .85rem .85rem 0 0;
}

.prepify-auth-page--register {
  min-height: 100vh;
  padding: 0;
  overflow-x: hidden;
  background: #ffffff;
}

.prepify-auth-stage--register {
  display: grid;
  grid-template-columns: minmax(0, 53.25%) minmax(34rem, 46.75%);
  gap: 0;
  width: 100%;
  min-height: 82.95rem;
  margin: 0;
}

.prepify-auth-hero--register {
  position: relative;
  min-height: 82.95rem;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 84, 198, .035), transparent 20rem),
    linear-gradient(90deg, #fffaff 0%, #fffbff 57%, #ffffff 100%);
  box-shadow: none;
  color: #5752e8;
}

.prepify-auth-hero--register::after {
  content: none;
}

.prepify-auth-login-grid--register {
  top: 1.55rem;
  left: 22.75rem;
  width: 23.15rem;
  height: 21.55rem;
  background-size: 2.55rem 2.55rem;
  opacity: .58;
}

.prepify-auth-hero-content--register {
  position: absolute;
  top: 25.55rem;
  left: 0;
  z-index: 2;
  width: 100%;
  padding-inline: 2rem;
  text-align: center;
}

.prepify-auth-page--register .prepify-auth-hero-title {
  max-width: none;
  margin: 0 0 .65rem;
  color: #5752e8;
  font-size: 2.55rem;
  font-weight: 800;
  line-height: 1.16;
}

.prepify-auth-page--register .prepify-auth-hero-copy {
  max-width: none;
  margin: 0;
  color: #7d8294;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.48;
}

.prepify-register-shape {
  position: absolute;
  display: block;
  z-index: 1;
}

.prepify-register-shape--circle-top {
  top: 10.55rem;
  left: 11.35rem;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  background: #9a94f4;
}

.prepify-register-shape--circle-bottom {
  top: 40.6rem;
  left: 9.1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #8e8af5;
}

.prepify-register-shape--square-left,
.prepify-register-shape--square-top,
.prepify-register-shape--square-right {
  width: 2.5rem;
  height: 2.5rem;
  background: #4133f3;
}

.prepify-register-shape--square-left {
  top: 26.45rem;
  left: 3.5rem;
}

.prepify-register-shape--square-top {
  top: 6.9rem;
  right: 12.1rem;
}

.prepify-register-shape--square-right {
  top: 31.2rem;
  right: 5.75rem;
}

.prepify-register-shape--square-mid {
  top: 29rem;
  right: 8rem;
  width: 2.35rem;
  height: 2.35rem;
  background: #ececf0;
}

.prepify-register-shape--square-soft-top {
  top: 8.35rem;
  right: 5.3rem;
  width: 2.25rem;
  height: 2.25rem;
  background: #f0f1f5;
}

.prepify-register-shape--square-soft-mid {
  top: 15.95rem;
  right: 5.05rem;
  width: 3.05rem;
  height: 3.05rem;
  background: #ececf0;
}

.prepify-register-shape--triangle-left {
  top: 17.15rem;
  left: 5.65rem;
  width: 0;
  height: 0;
  border-top: .65rem solid transparent;
  border-bottom: .65rem solid transparent;
  border-left: 1.25rem solid #4f5664;
}

.prepify-register-shape--triangle-top {
  top: 5.1rem;
  right: 8.25rem;
  width: 0;
  height: 0;
  border-right: 1.2rem solid transparent;
  border-left: 1.2rem solid transparent;
  border-bottom: 2.05rem solid #4f5664;
}

.prepify-register-shape--sparkle-main {
  top: 38.35rem;
  right: 13.35rem;
  width: 1.75rem;
  height: 1.75rem;
}

.prepify-register-shape--sparkle-main::before,
.prepify-register-shape--sparkle-main::after {
  position: absolute;
  inset: 50% auto auto 50%;
  display: block;
  background: #ff2cbd;
  content: "";
  transform: translate(-50%, -50%);
}

.prepify-register-shape--sparkle-main::before {
  width: .2rem;
  height: 100%;
}

.prepify-register-shape--sparkle-main::after {
  width: 100%;
  height: .2rem;
}

.prepify-register-shape--dot-left,
.prepify-register-shape--dot-mid,
.prepify-register-shape--dot-bottom {
  width: .48rem;
  height: .48rem;
  border-radius: 50%;
  background: #ff80d6;
}

.prepify-register-shape--dot-left {
  top: 20.95rem;
  left: 6.1rem;
}

.prepify-register-shape--dot-mid {
  top: 27.6rem;
  right: 8.25rem;
  background: #9b8cff;
}

.prepify-register-shape--dot-bottom {
  top: 61.45rem;
  left: 10.05rem;
  width: .9rem;
  height: .9rem;
  background: #c7bbff;
}

.prepify-auth-register-side {
  position: relative;
  display: flex;
  justify-content: flex-start;
  min-height: 82.95rem;
  padding-left: .2rem;
  padding-top: 3rem;
  background: #ffffff;
}

.prepify-auth-page--register .prepify-auth-card--register {
  display: block;
  width: 39.75rem;
  min-height: 77.35rem;
  padding: 3.75rem 2rem 2.55rem;
  border: 0;
  border-radius: 1.55rem;
  background: #ffffff;
  box-shadow: 0 1.5rem 4rem rgba(48, 42, 93, .08);
}

.prepify-auth-page--register .prepify-auth-title {
  margin: 0 0 1rem;
  color: #0500ff;
  font-size: 2.45rem;
  font-weight: 800;
  line-height: 1.08;
}

.prepify-auth-page--register .prepify-auth-subtitle {
  width: auto;
  margin: 0 0 2.3rem;
  color: #a4a8b5;
  font-size: .96rem;
  font-weight: 500;
  line-height: 1.5;
}

.prepify-auth-form--register {
  gap: 1.25rem;
}

.prepify-auth-page--register .prepify-form-section {
  padding: 0;
  border: 0;
  background: transparent;
}

.prepify-auth-page--register .prepify-form-section-title {
  margin: 0 0 1rem;
  color: #232839;
  font-size: .88rem;
  font-weight: 800;
  line-height: 1.1;
}

.prepify-auth-page--register .prepify-form-grid {
  gap: 1.05rem 1rem;
}

.prepify-auth-page--register .prepify-form-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.prepify-auth-page--register .prepify-form-span-3 {
  grid-column: span 3;
}

.prepify-auth-page--register .prepify-auth-form .form-label {
  margin-bottom: .55rem;
  color: #686d7c;
  font-size: .84rem;
  font-weight: 800;
  line-height: 1.1;
}

.prepify-auth-page--register .prepify-auth-form .form-control,
.prepify-auth-page--register .prepify-auth-form .form-select {
  min-height: 3.18rem;
  padding: .82rem 1.12rem;
  border: 2px solid #ebeef4;
  border-radius: .78rem;
  background-color: #ffffff;
  color: #22283a;
  font-size: .93rem;
  line-height: 1.3;
}

.prepify-auth-page--register .prepify-auth-form .form-control::placeholder {
  color: #d7dbe4;
  opacity: 1;
}

.prepify-auth-page--register .prepify-auth-form .form-select {
  color: #b9bfcb;
}

.prepify-auth-page--register .prepify-auth-form .form-select:has(option:checked:not([value=""])) {
  color: #22283a;
}

.prepify-auth-page--register .prepify-auth-form .input-group {
  position: relative;
  display: block;
}

.prepify-auth-page--register .prepify-auth-form .input-group .form-control {
  width: 100%;
  padding-right: 3rem;
  border-radius: .78rem !important;
}

.prepify-auth-page--register .prepify-auth-form .input-group-text {
  position: absolute;
  top: 50%;
  right: .9rem;
  z-index: 4;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #aab0bd;
  transform: translateY(-50%);
}

.prepify-auth-page--register .prepify-auth-form .form-text {
  max-width: 22.5rem;
  margin-top: .7rem;
  color: #a4a8b5;
  font-size: .78rem;
  font-weight: 500;
  line-height: 1.35;
}

.prepify-form-section--agreements {
  margin-top: -.15rem;
}

.prepify-auth-page--register .prepify-consent-stack {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.prepify-auth-page--register .prepify-consent-item {
  display: inline-grid;
  grid-template-columns: auto minmax(0, auto);
  align-items: center;
  gap: .45rem;
  min-height: 2.1rem;
  padding: .42rem .58rem;
  border: 1px solid #ebeef4;
  border-radius: .65rem;
  background: #ffffff;
}

.prepify-auth-page--register .prepify-consent-item .form-check-input {
  width: 1rem;
  height: 1rem;
  margin: .08rem 0 0;
}

.prepify-auth-page--register .prepify-consent-copy .form-check-label {
  color: #232839;
  font-size: .75rem;
}

.prepify-auth-page--register .prepify-consent-copy .form-text {
  max-width: none;
  margin-top: .15rem;
  color: #9da3b2;
  font-size: .73rem;
  line-height: 1.28;
}

.prepify-auth-page--register .prepify-auth-form .btn-primary {
  min-height: 3.55rem;
  margin-top: .05rem;
  border: 0;
  border-radius: .85rem;
  background: linear-gradient(90deg, #0500ff 0%, #5a34ee 100%);
  box-shadow: 0 .65rem 1.15rem rgba(54, 28, 235, .22);
  font-weight: 800;
}

.prepify-auth-page--register .prepify-auth-switch--register {
  display: flex;
  justify-content: center;
  gap: 0;
  margin: 1.15rem 0 0;
  color: #8990a0;
  font-size: .9rem;
  font-weight: 600;
}

.prepify-auth-page--register .prepify-auth-switch--register a {
  color: #6951f5;
  font-weight: 800;
}

.prepify-auth-page--register .prepify-auth-copyright {
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
  margin: 0;
  color: #bcc2cc;
  font-size: .9rem;
  font-weight: 700;
  text-align: center;
}

.prepify-auth-status {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 52.5%) minmax(30rem, 47.5%);
  min-height: 100vh;
  padding: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 22%, rgba(142, 138, 245, .95) 0 1.35rem, transparent 1.4rem),
    radial-gradient(circle at 10% 74%, rgba(142, 138, 245, .95) 0 1.65rem, transparent 1.7rem),
    radial-gradient(circle at 42% 34%, rgba(255, 128, 214, .95) 0 .28rem, transparent .32rem),
    radial-gradient(circle at 40% 78%, rgba(155, 140, 255, .8) 0 .22rem, transparent .26rem),
    radial-gradient(circle at 18% 18%, rgba(255, 84, 198, .035), transparent 20rem),
    linear-gradient(90deg, #fffaff 0%, #fffbff 57%, #ffffff 100%);
}

.prepify-auth-status::before {
  position: absolute;
  top: 8.9rem;
  left: 6.5rem;
  width: 31.25rem;
  height: 32.9rem;
  background-image:
    linear-gradient(rgba(47, 54, 70, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(47, 54, 70, .08) 1px, transparent 1px);
  background-size: 3.45rem 3.45rem;
  content: "";
}

.prepify-auth-status::after {
  position: absolute;
  top: 18.95rem;
  left: 4.2rem;
  width: 2.5rem;
  height: 2.5rem;
  background: #4133f3;
  box-shadow:
    32rem -10.5rem 0 0 #4133f3,
    37rem 4.8rem 0 0 #4133f3,
    40rem -8.8rem 0 0 #f0f1f5,
    36.3rem 2.7rem 0 0 #ececf0;
  content: "";
}

.prepify-auth-status-card {
  position: relative;
  z-index: 1;
  grid-column: 2;
  align-self: center;
  justify-self: start;
  width: min(27.5rem, calc(100% - 4rem));
  min-height: 32.25rem;
  margin-left: 11rem;
  padding: 3.75rem 3rem 2.65rem;
  border: 0;
  border-radius: 1.55rem;
  background: #ffffff;
  box-shadow: 0 1.5rem 4rem rgba(48, 42, 93, .08);
  text-align: left;
}

.prepify-auth-status-card .prepify-auth-brand-link {
  margin-bottom: 2.25rem;
}

.prepify-auth-brand-wordmark {
  display: block;
  width: auto;
  height: 2.25rem;
}

.prepify-auth-status-icon {
  display: none;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.25rem;
  border-radius: .9rem;
  background: rgba(93, 53, 242, .08);
  color: var(--prepify-violet);
  font-size: 1.55rem;
}

.prepify-auth-status-card .prepify-auth-title {
  margin: 0 0 1rem;
  color: #0500ff;
  font-size: 2.45rem;
  font-weight: 800;
  line-height: 1.08;
}

.prepify-auth-status-card .prepify-auth-subtitle {
  width: min(100%, 23rem);
  margin: 0 0 2.35rem;
  color: #a4a8b5;
  font-size: .96rem;
  font-weight: 500;
  line-height: 1.5;
}

.prepify-auth-status-card .prepify-auth-form {
  gap: 1.25rem;
}

.prepify-auth-status-card .prepify-auth-form .form-label {
  margin-bottom: .55rem;
  color: #686d7c;
  font-size: .84rem;
  font-weight: 800;
  line-height: 1.1;
}

.prepify-auth-status-card .prepify-auth-form .form-control {
  min-height: 3.18rem;
  padding: .82rem 1.12rem;
  border: 2px solid #ebeef4;
  border-radius: .78rem;
  color: #22283a;
  font-size: .93rem;
  line-height: 1.3;
}

.prepify-auth-status-card .prepify-auth-form .form-control::placeholder {
  color: #d7dbe4;
  opacity: 1;
}

.prepify-auth-status-card .prepify-auth-form .input-group {
  position: relative;
  display: block;
}

.prepify-auth-status-card .prepify-auth-form .input-group .form-control {
  width: 100%;
  padding-right: 3rem;
  border-radius: .78rem !important;
}

.prepify-auth-status-card .prepify-auth-form .input-group-text {
  position: absolute;
  top: 50%;
  right: .9rem;
  z-index: 4;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #aab0bd;
  transform: translateY(-50%);
}

.prepify-auth-status-card .prepify-auth-form .btn-primary,
.prepify-auth-status-card > .btn-primary {
  min-height: 3.55rem;
  border: 0;
  border-radius: .85rem;
  background: linear-gradient(90deg, #0500ff 0%, #5a34ee 100%);
  box-shadow: 0 .65rem 1.15rem rgba(54, 28, 235, .22);
  font-weight: 800;
}

.prepify-auth-status-card .prepify-auth-secondary-action {
  margin: 1.35rem 0 0;
  color: #8990a0;
  font-size: .9rem;
  font-weight: 700;
  text-align: left;
}

.prepify-auth-status-card .prepify-auth-secondary-action a,
.prepify-auth-status-card .prepify-auth-secondary-action .btn-link {
  color: #6951f5;
  font-weight: 800;
}

.prepify-auth-status-card .alert {
  border: 1px solid rgba(235, 232, 245, .95);
  border-radius: .85rem;
  box-shadow: none;
}

.prepify-form-section {
  padding: 1.15rem;
  border: 1px solid var(--prepify-line);
  border-radius: var(--prepify-radius-lg);
  background: rgba(251, 249, 255, .72);
}

.prepify-form-section-title {
  margin-bottom: 1rem;
  color: var(--prepify-ink);
  font-size: .98rem;
  font-weight: 800;
}

.prepify-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.prepify-form-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.prepify-form-span-2 {
  grid-column: span 2;
}

.prepify-consent-stack {
  display: grid;
  gap: .85rem;
}

.prepify-consent-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .7rem;
  padding: .95rem;
  border: 1px solid rgba(235, 232, 245, .8);
  border-radius: var(--prepify-radius-md);
  background: #ffffff;
}

.prepify-consent-copy {
  min-width: 0;
}

.prepify-otp-input {
  min-height: 3.25rem;
  text-align: center;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0;
}

.prepify-account-page {
  display: grid;
  width: min(100%, 58rem);
  margin: 0 auto;
  padding-top: 1.15rem;
  gap: 1.4rem;
}

.prepify-account-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 23rem);
  align-items: end;
  gap: 1.6rem;
  margin-bottom: .35rem;
}

.prepify-account-hero .prepify-page-title {
  margin-bottom: .45rem;
  font-size: clamp(2.35rem, 3vw, 3.15rem);
  line-height: 1.06;
}

.prepify-account-hero .prepify-page-subtitle {
  max-width: 34rem;
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
}

.prepify-account-summary {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
  padding: 1.1rem 1.2rem;
  border: 1px solid rgba(219, 211, 255, .78);
  border-radius: var(--prepify-radius-lg);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 47, 178, .14), transparent 35%),
    linear-gradient(135deg, #ffffff 0%, #fff8fd 100%);
  box-shadow: 0 18px 46px rgba(45, 31, 122, .08);
}

.prepify-account-summary--security {
  background:
    radial-gradient(circle at 100% 0%, rgba(93, 53, 242, .16), transparent 35%),
    linear-gradient(135deg, #ffffff 0%, #faf8ff 100%);
}

.prepify-account-summary-copy {
  display: grid;
  min-width: 0;
  gap: .15rem;
  color: var(--prepify-muted);
  font-size: .86rem;
  font-weight: 600;
}

.prepify-account-summary-copy strong {
  overflow: hidden;
  color: var(--prepify-blue);
  font-size: 1.05rem;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.prepify-account-summary-label {
  color: var(--prepify-violet);
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.prepify-account-summary-icon,
.prepify-account-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 4.15rem;
  height: 4.15rem;
  border-radius: 50%;
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(23, 0, 255, .18);
}

.prepify-account-summary-icon {
  background: linear-gradient(135deg, var(--prepify-blue), var(--prepify-violet));
  font-size: 1.8rem;
}

.prepify-account-avatar {
  background: linear-gradient(135deg, var(--prepify-blue), var(--prepify-pink));
  font-size: 1.55rem;
  font-weight: 900;
}

.prepify-account-tabs {
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
  max-width: 100%;
  gap: .35rem;
  padding: .35rem;
  border: 1px solid rgba(219, 211, 255, .72);
  border-radius: 999px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 14px 34px rgba(45, 31, 122, .07);
}

.prepify-account-tabs .nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 2.45rem;
  padding: .55rem 1.05rem;
  border-radius: 999px;
  background: transparent;
  color: var(--prepify-violet);
  font-weight: 700;
}

.prepify-account-tabs .nav-link.active {
  background: linear-gradient(135deg, var(--prepify-blue), var(--prepify-violet) 58%, var(--prepify-pink));
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(93, 53, 242, .2);
}

.prepify-account-card {
  overflow: hidden;
  border: 1px solid rgba(219, 211, 255, .76);
  border-radius: var(--prepify-radius-lg);
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(45, 31, 122, .08);
}

.prepify-account-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.6rem 1.8rem 1.25rem;
  border-bottom: 1px solid rgba(235, 232, 245, .86);
}

.prepify-account-card-header h2 {
  margin: 0;
  color: var(--prepify-blue);
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.15;
}

.prepify-account-card-header p {
  margin: .45rem 0 0;
  color: var(--prepify-muted);
  font-weight: 600;
}

.prepify-account-card-body {
  padding: 1.8rem;
}

.prepify-account-page .prepify-form-section {
  padding: 0 0 1.65rem;
  border: 0;
  border-bottom: 1px solid rgba(235, 232, 245, .9);
  border-radius: 0;
  background: transparent;
}

.prepify-account-page .prepify-form-section + .prepify-form-section {
  padding-top: 1.65rem;
}

.prepify-account-page .prepify-form-section:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}

.prepify-account-page .prepify-form-section-title {
  margin: 0 0 1rem;
  color: var(--prepify-violet);
  font-size: 1rem;
  line-height: 1.2;
}

.prepify-account-page .prepify-form-section-copy {
  margin: -.55rem 0 1rem;
  color: var(--prepify-muted);
  font-size: .9rem;
  font-weight: 600;
}

.prepify-account-page .form-label {
  margin-bottom: .55rem;
  color: #3f4351;
  font-size: .9rem;
  font-weight: 800;
}

.prepify-account-page .form-control,
.prepify-account-page .form-select {
  min-height: 3.15rem;
  border-color: #d8cffd;
  color: var(--prepify-ink);
  font-weight: 600;
}

.prepify-account-page .form-control:focus,
.prepify-account-page .form-select:focus {
  border-color: var(--prepify-violet);
  box-shadow: var(--prepify-focus);
}

.prepify-account-page .form-control:disabled,
.prepify-account-page .form-select:disabled,
.prepify-account-page .form-control[readonly] {
  background: #faf8ff;
  color: #747a90;
  opacity: 1;
}

.prepify-account-page .input-group-text {
  border-color: #d8cffd;
  background: #fbf9ff;
  color: var(--prepify-violet);
  font-weight: 800;
}

.prepify-account-page .profile-avatar-choice-grid {
  gap: .9rem;
}

.prepify-account-page .profile-avatar-choice {
  min-height: 5.25rem;
  padding: 1rem;
  border-color: #d8cffd;
  border-radius: var(--prepify-radius-lg);
  background: #ffffff;
}

.prepify-account-page .profile-avatar-choice:hover,
.prepify-account-page .profile-avatar-choice:focus-within {
  border-color: var(--prepify-violet);
  box-shadow: 0 14px 32px rgba(93, 53, 242, .12);
}

.prepify-account-page .profile-avatar-choice.is-selected,
.prepify-account-page .profile-avatar-choice:has(input:checked) {
  border-color: var(--prepify-blue);
  background: linear-gradient(135deg, #ffffff 0%, #f8f5ff 100%);
  box-shadow: inset 0 0 0 1px rgba(23, 0, 255, .35), 0 16px 34px rgba(45, 31, 122, .08);
}

.prepify-account-page .profile-avatar-choice-mark {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(23, 0, 255, .12), rgba(255, 47, 178, .14));
  color: var(--prepify-blue);
}

.prepify-account-page .profile-avatar-choice-copy strong {
  color: var(--prepify-ink);
  font-size: .98rem;
}

.prepify-account-page .profile-avatar-choice-copy small {
  color: var(--prepify-muted);
  font-weight: 600;
}

.prepify-account-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .85rem;
  margin-top: 1.8rem;
}

.prepify-account-actions .btn {
  min-width: 9.8rem;
}

.prepify-account-actions .btn-primary {
  border: 0;
  background: #ff2fb2;
  box-shadow: 0 14px 28px rgba(255, 47, 178, .22);
}

.prepify-account-actions .btn-primary:hover,
.prepify-account-actions .btn-primary:focus {
  background: #ee1ca3;
}

@media (max-width: 1199.98px) {
  .prepify-menu-toggle {
    display: none !important;
  }

  .prepify-app-shell.layout-menu-collapsed .layout-page,
  .prepify-app-shell.layout-menu-collapsed .content-wrapper,
  .prepify-app-shell.layout-menu-collapsed .navbar {
    width: auto !important;
    margin-left: 0 !important;
  }

  .prepify-app-shell.layout-menu-collapsed .layout-menu {
    width: 16.25rem !important;
  }

  .prepify-app-shell.layout-menu-collapsed .menu-inner .menu-item > .menu-link > div,
  .prepify-app-shell.layout-menu-collapsed .app-brand-text,
  .prepify-app-shell.layout-menu-collapsed .menu-header {
    display: block !important;
  }

  .prepify-account-hero {
    grid-template-columns: 1fr;
  }

  .prepify-account-summary {
    max-width: 30rem;
  }
}

@media (max-width: 767.98px) {
  .prepify-auth-page {
    padding: .75rem;
  }

  .prepify-auth-page--login {
    padding: 0;
    overflow: auto;
  }

  .prepify-auth-stage,
  .prepify-auth-stage--wide {
    grid-template-columns: minmax(0, 1fr);
    min-height: auto;
  }

  .prepify-auth-page--login .prepify-auth-stage--login {
    grid-template-columns: minmax(0, 1fr);
    min-height: 100vh;
  }

  .prepify-auth-card {
    order: 1;
  }

  .prepify-auth-page--login .prepify-auth-login-side {
    order: 1;
    min-height: auto;
    padding: 2rem 1rem 4rem;
  }

  .prepify-auth-page--login .prepify-auth-card--login {
    width: min(100%, 27.5rem);
    min-height: auto;
    padding: 2.5rem 1.5rem;
  }

  .prepify-auth-hero {
    order: 2;
    min-height: auto;
    padding: 1.5rem;
  }

  .prepify-auth-page--login .prepify-auth-hero--login {
    order: 2;
    min-height: 28rem;
  }

  .prepify-auth-wordmark {
    top: 1.75rem;
    left: 1.5rem;
    width: 8rem;
  }

  .prepify-auth-login-grid {
    top: 7rem;
    left: 1.5rem;
    width: calc(100% - 3rem);
    height: 18rem;
  }

  .prepify-auth-page--login .prepify-auth-hero-content {
    top: 12rem;
    padding-inline: 1.5rem;
  }

  .prepify-auth-hero-title {
    margin-top: 2.5rem;
    font-size: 2.25rem;
  }

  .prepify-auth-page--login .prepify-auth-hero-title {
    margin-top: 0;
    font-size: 2rem;
  }

  .prepify-auth-page--login .prepify-auth-subtitle {
    width: auto;
  }

  .prepify-auth-page--login .prepify-auth-copyright {
    bottom: 1.5rem;
  }

  .prepify-auth-page--forgot .prepify-auth-hero-content--forgot {
    top: 12.25rem;
  }

  .prepify-auth-page--forgot .prepify-auth-hero-title {
    font-size: 1.9rem;
    line-height: 1.16;
  }

  .prepify-auth-page--forgot .prepify-auth-hero-copy {
    max-width: 17rem;
    margin-inline: auto;
  }

  .prepify-auth-page--forgot .prepify-auth-subtitle {
    width: auto;
  }

  .prepify-auth-card--forgot {
    min-height: auto;
  }

  .prepify-forgot-lock {
    top: 7.75rem;
    right: 3rem;
  }

  .prepify-auth-page--forgot .prepify-forgot-shape--circle-top,
  .prepify-auth-page--forgot .prepify-forgot-shape--circle-bottom {
    display: none;
  }

  .prepify-auth-page--register {
    overflow: auto;
  }

  .prepify-auth-page--register .prepify-auth-stage--register {
    grid-template-columns: minmax(0, 1fr);
    min-height: auto;
  }

  .prepify-auth-page--register .prepify-auth-register-side {
    order: 1;
    min-height: auto;
    padding: 2rem 1rem 4rem;
    justify-content: center;
  }

  .prepify-auth-page--register .prepify-auth-card--register {
    width: min(100%, 27.5rem);
    min-height: auto;
    padding: 2.5rem 1.5rem;
  }

  .prepify-auth-page--register .prepify-form-grid,
  .prepify-auth-page--register .prepify-form-grid--three {
    grid-template-columns: minmax(0, 1fr);
  }

  .prepify-auth-page--register .prepify-form-span-2,
  .prepify-auth-page--register .prepify-form-span-3 {
    grid-column: span 1;
  }

  .prepify-auth-page--register .prepify-consent-stack {
    display: grid;
  }

  .prepify-auth-page--register .prepify-auth-hero--register {
    order: 2;
    min-height: 28rem;
  }

  .prepify-auth-page--register .prepify-auth-login-grid--register {
    top: 2rem;
    left: 8rem;
    width: 18rem;
    height: 16rem;
  }

  .prepify-auth-page--register .prepify-auth-hero-content--register {
    top: 13rem;
  }

  .prepify-auth-page--register .prepify-auth-hero-title {
    font-size: 1.9rem;
    line-height: 1.16;
  }

  .prepify-auth-page--register .prepify-auth-hero-copy {
    max-width: 17rem;
    margin-inline: auto;
  }

  .prepify-auth-status {
    grid-template-columns: minmax(0, 1fr);
    min-height: 100vh;
    padding: 2rem 1rem 3rem;
  }

  .prepify-auth-status::before {
    top: 4.5rem;
    left: 2rem;
    width: calc(100% - 4rem);
    height: 18rem;
    opacity: .48;
  }

  .prepify-auth-status::after {
    top: 5.5rem;
    left: 2.2rem;
    transform: scale(.72);
    transform-origin: top left;
  }

  .prepify-auth-status-card {
    grid-column: 1;
    justify-self: center;
    width: min(100%, 27.5rem);
    min-height: auto;
    margin-left: 0;
    padding: 2.5rem 1.5rem;
  }

  .prepify-auth-status-card .prepify-auth-title {
    font-size: 2rem;
  }

  .prepify-auth-status-card .prepify-auth-subtitle {
    width: auto;
  }

  .prepify-forgot-shape--square-top,
  .prepify-forgot-shape--triangle-top,
  .prepify-forgot-shape--square-soft-top,
  .prepify-forgot-shape--square-soft-mid,
  .prepify-forgot-shape--square-soft-bottom,
  .prepify-forgot-shape--triangle-mid,
  .prepify-forgot-shape--sparkle-main,
  .prepify-forgot-shape--sparkle-mid,
  .prepify-forgot-shape--sparkle-bottom {
    transform: scale(.78);
  }

  .prepify-auth-metrics {
    grid-template-columns: 1fr;
  }

  .prepify-auth-card--scroll {
    max-height: none;
  }

  .prepify-auth-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .prepify-form-grid,
  .prepify-form-grid--three {
    grid-template-columns: 1fr;
  }

  .prepify-form-span-2 {
    grid-column: auto;
  }

  .prepify-account-page {
    width: 100%;
    padding-top: .25rem;
    gap: 1rem;
  }

  .prepify-account-hero .prepify-page-title {
    font-size: 2.15rem;
  }

  .prepify-account-summary {
    padding: 1rem;
  }

  .prepify-account-tabs {
    width: 100%;
  }

  .prepify-account-tabs .nav-link {
    flex: 1 1 0;
    justify-content: center;
  }

  .prepify-account-card-header,
  .prepify-account-card-body {
    padding: 1.1rem;
  }

  .prepify-account-actions .btn {
    width: 100%;
  }

  .prepify-app-shell .container-p-y {
    padding: 1rem;
  }

  .prepify-navbar {
    min-height: 4.25rem;
  }

  .prepify-wallet-label,
  .prepify-topup-pill {
    display: none !important;
  }

  .prepify-wallet-link {
    padding-inline: .25rem;
  }
}
