:root {
  --ga-primary: #026bc3;
  --ga-primary-hover: #02579f;
  --ga-success: #44c55f;
  --ga-success-hover: #39b452;
  --ga-gradient-start: #667eea;
  --ga-gradient-end: #764ba2;
  --ga-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  --ga-text: #2d3748;
  --ga-text-soft: #718096;
  --ga-bg: #f8f9fa;
  --ga-surface: #ffffff;
  --ga-border: #e2e8f0;
  --ga-danger: #e53935;
  --ga-warning: #ffbd2e;
  --ga-card-radius: 16px;
  --ga-radius-sm: 8px;
  --ga-pill: 50px;
  --ga-card-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  --ga-card-shadow-hover: 0 20px 40px rgba(0, 0, 0, 0.1);
  --ga-sidebar-width: 260px;
  --ga-topbar-height: 64px;
}

body.gabody.account-shell {
  background-color: #f8f9fa;
  background-image: none;
  color: #2d3748;
}
body.gabody.account-shell h1, body.gabody.account-shell h2, body.gabody.account-shell h3, body.gabody.account-shell h4, body.gabody.account-shell h5, body.gabody.account-shell h6 {
  color: #2d3748;
}
body.gabody.account-shell .account-main h1 {
  font-size: 2rem;
  font-weight: 800;
}
body.gabody.account-shell .account-main h2 {
  font-size: 1.6rem;
  font-weight: 700;
}
body.gabody.account-shell .account-main h3 {
  font-size: 1.3rem;
  font-weight: 700;
}
body.gabody.account-shell .account-main h4 {
  font-size: 1.1rem;
  font-weight: 700;
}
body.gabody.account-shell a:where(:not(.btn):not(.btn-large):not(.btn-small):not(.btn-flat):not(.btn-ghost):not(.cmpboxbtn):not(.btn-blue-small)) {
  color: #026bc3;
}
body.gabody.account-shell .account-main {
  box-sizing: border-box;
  min-height: 100vh;
  padding: calc(64px + 24px) 24px 24px;
}
body.gabody.account-shell .account-main .container {
  width: auto;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 993px) {
  body.gabody.account-shell .account-main {
    padding-left: calc(260px + 32px);
    padding-right: 32px;
  }
  body.gabody.account-shell .account-topbar {
    padding-left: 260px;
  }
  body.gabody.account-shell .account-topbar .account-burger,
  body.gabody.account-shell .account-topbar .account-topbar-logo {
    display: none !important;
  }
}
body.gabody.account-shell .account-topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 64px;
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
  z-index: 996;
}
body.gabody.account-shell .account-topbar .account-topbar-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 100%;
  padding: 0 24px;
  padding-inline-end: 16px;
}
body.gabody.account-shell .account-topbar .account-burger {
  display: inline-flex;
  align-items: center;
  color: #2d3748;
  margin: 0;
  height: auto;
}
body.gabody.account-shell .account-topbar .account-topbar-logo {
  display: inline-flex;
  align-items: center;
}
body.gabody.account-shell .account-topbar .account-topbar-logo img {
  display: block;
}
body.gabody.account-shell .account-topbar .account-page-title {
  flex: 1;
  margin: 0;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.2;
  color: #2d3748;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 992px) {
  body.gabody.account-shell .account-topbar .account-page-title {
    display: none;
  }
}
body.gabody.account-shell .account-topbar .account-topbar-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
  height: 100%;
}
body.gabody.account-shell .account-topbar .account-topbar-actions > a,
body.gabody.account-shell .account-topbar .account-topbar-actions > .account-topbar-lang,
body.gabody.account-shell .account-topbar .account-topbar-actions > .account-topbar-lang > a {
  display: inline-flex !important;
  align-items: center;
  height: 40px;
  margin: 0;
  line-height: 1;
}
body.gabody.account-shell .account-topbar .account-topbar-actions img,
body.gabody.account-shell .account-topbar .account-topbar-actions .material-icons {
  vertical-align: middle;
  line-height: 1;
}
body.gabody.account-shell .account-topbar .account-topbar-actions .material-icons {
  font-size: 22px;
  color: #718096;
}
body.gabody.account-shell .account-topbar .account-credits-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 14px;
  height: 34px;
  border-radius: 50px;
  background: rgba(102, 126, 234, 0.1);
  color: #667eea;
  font-size: 0.9rem;
  font-weight: 700;
  transition: background 0.2s ease;
}
body.gabody.account-shell .account-topbar .account-credits-chip .material-icons {
  font-size: 18px;
  color: #667eea;
}
body.gabody.account-shell .account-topbar .account-credits-chip:hover {
  background: rgba(102, 126, 234, 0.18);
}
@media (max-width: 599px) {
  body.gabody.account-shell .account-topbar .account-topbar-actions > .account-credits-chip {
    display: none !important;
  }
}
body.gabody.account-shell .account-topbar .account-topbar-lang > a,
body.gabody.account-shell .account-topbar .account-user-trigger {
  color: #718096;
}
body.gabody.account-shell .account-topbar .account-topbar-lang > a:hover,
body.gabody.account-shell .account-topbar .account-user-trigger:hover {
  color: #2d3748;
}
body.gabody.account-shell .account-topbar .account-user-trigger {
  gap: 4px;
}
body.gabody.account-shell .account-topbar .account-user-trigger img,
body.gabody.account-shell .account-topbar .account-user-trigger .profile-picture,
body.gabody.account-shell .account-topbar .account-user-trigger .material-icons:first-child {
  width: 30px;
  height: 30px;
  font-size: 30px;
  border-radius: 50%;
  color: #718096;
}
body.gabody.account-shell .account-topbar .dropdown-content {
  min-width: 230px;
  padding: 6px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
body.gabody.account-shell .account-topbar .dropdown-content li {
  min-height: 0;
}
body.gabody.account-shell .account-topbar .dropdown-content li.divider {
  margin: 6px 8px;
  height: 1px;
}
body.gabody.account-shell .account-topbar .dropdown-content li > a {
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
  min-height: 0;
  height: auto;
  padding: 10px 14px;
  border-radius: 8px;
  color: #2d3748;
  font-weight: 500;
  line-height: 1.3;
}
body.gabody.account-shell .account-topbar .dropdown-content li > a .material-icons,
body.gabody.account-shell .account-topbar .dropdown-content li > a .inline-icon {
  flex: 0 0 auto;
  width: 22px;
  margin: 0;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #718096;
}
body.gabody.account-shell .account-topbar .dropdown-content li > a:hover {
  background: rgba(0, 0, 0, 0.04);
}
body.gabody.account-shell .account-topbar .account-user-menu-identity {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px 8px;
  cursor: default;
}
body.gabody.account-shell .account-topbar .account-user-menu-identity:hover {
  background: transparent;
}
body.gabody.account-shell .account-topbar .account-user-menu-avatar {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  background: #f8f9fa;
}
body.gabody.account-shell .account-topbar .account-user-menu-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.gabody.account-shell .account-topbar .account-user-menu-avatar .material-icons {
  flex: 0 0 40px;
  margin: 0;
  width: 40px !important;
  min-width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  color: #718096;
}
body.gabody.account-shell .account-topbar .account-user-menu-meta {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
body.gabody.account-shell .account-topbar .account-user-menu-name {
  font-weight: 700;
  color: #2d3748;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.gabody.account-shell .account-topbar .account-user-menu-email {
  font-size: 0.85rem;
  color: #718096;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.gabody.account-shell .account-sidebar {
  width: 260px;
  background: #ffffff;
  border-right: 1px solid #e2e8f0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  height: 100vh;
  height: 100dvh;
  padding-bottom: 0;
}
body.gabody.account-shell .account-sidebar .material-icons {
  height: auto;
  line-height: 1;
  display: inline-block;
}
body.gabody.account-shell .account-sidebar .account-sidebar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 64px;
  padding: 0 24px;
}
body.gabody.account-shell .account-sidebar .account-sidebar-brand img {
  display: block;
}
body.gabody.account-shell .account-sidebar .account-sidebar-nav {
  background: transparent;
  box-shadow: none;
  height: auto;
  width: auto;
  line-height: normal;
  flex: 1;
  overflow-y: auto;
  padding: 16px 12px;
}
body.gabody.account-shell .account-sidebar .account-sidebar-nav ul {
  margin: 0 0 8px;
  padding: 0;
  list-style: none;
}
body.gabody.account-shell .account-sidebar .account-sidebar-nav ul li {
  float: none;
}
body.gabody.account-shell .account-sidebar .account-sidebar-nav .account-sidebar-section summary {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 12px 6px;
  cursor: pointer;
  list-style: none;
}
body.gabody.account-shell .account-sidebar .account-sidebar-nav .account-sidebar-section summary::-webkit-details-marker {
  display: none;
}
body.gabody.account-shell .account-sidebar .account-sidebar-nav .account-sidebar-section summary:hover .account-sidebar-section-title,
body.gabody.account-shell .account-sidebar .account-sidebar-nav .account-sidebar-section summary:hover .account-sidebar-section-chevron {
  color: #2d3748;
}
body.gabody.account-shell .account-sidebar .account-sidebar-nav .account-sidebar-section .account-sidebar-section-title {
  flex: 1;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(113, 128, 150, 0.85);
}
body.gabody.account-shell .account-sidebar .account-sidebar-nav .account-sidebar-section .account-sidebar-section-chevron {
  font-size: 18px;
  color: rgba(113, 128, 150, 0.6);
  transition: transform 0.2s ease;
}
body.gabody.account-shell .account-sidebar .account-sidebar-nav .account-sidebar-section[open] summary .account-sidebar-section-chevron {
  transform: rotate(180deg);
}
body.gabody.account-shell .account-sidebar .account-sidebar-nav .account-sidebar-section.account-sidebar-section--static summary {
  cursor: default;
  pointer-events: none;
}
body.gabody.account-shell .account-sidebar .account-sidebar-nav .account-sidebar-section.account-sidebar-section--static .account-sidebar-section-chevron {
  display: none;
}
body.gabody.account-shell .account-sidebar .account-sidebar-nav li {
  line-height: normal;
}
body.gabody.account-shell .account-sidebar .account-sidebar-nav li.active > a {
  background: rgba(2, 107, 195, 0.1);
  color: #026bc3;
}
body.gabody.account-shell .account-sidebar .account-sidebar-nav li.active > a .material-icons {
  color: #026bc3;
}
body.gabody.account-shell .account-sidebar .account-sidebar-nav a {
  display: flex;
  align-items: center;
  gap: 12px;
  height: auto;
  margin: 2px 0;
  padding: 10px 12px;
  border-radius: 8px;
  color: #2d3748;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.3;
}
body.gabody.account-shell .account-sidebar .account-sidebar-nav a .material-icons {
  font-size: 20px;
  color: #33a2e2;
}
body.gabody.account-shell .account-sidebar .account-sidebar-nav a:hover {
  background: rgba(0, 0, 0, 0.04);
}
body.gabody.account-shell .account-sidebar .account-sidebar-admin {
  margin-top: 8px;
  border-top: 1px solid #e2e8f0;
  padding-top: 8px;
}
body.gabody.account-shell .account-sidebar .account-sidebar-admin ul a {
  padding-left: 44px;
  font-weight: 500;
  font-size: 0.9rem;
}
body.gabody.account-shell .account-sidebar .account-sidebar-footer {
  flex-shrink: 0;
  padding: 12px;
  border-top: 1px solid #e2e8f0;
}
body.gabody.account-shell .account-sidebar .account-sidebar-footer a {
  display: flex;
  align-items: center;
  gap: 12px;
  height: auto;
  padding: 10px 12px;
  border-radius: 8px;
  color: #2d3748;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.3;
}
body.gabody.account-shell .account-sidebar .account-sidebar-footer a .material-icons {
  font-size: 20px;
  color: #33a2e2;
}
body.gabody.account-shell .account-sidebar .account-sidebar-footer a:hover {
  background: rgba(0, 0, 0, 0.04);
}
body.gabody.account-shell .account-footer {
  position: static;
  background: transparent;
  width: auto;
  min-height: 0;
  max-width: 1160px;
  margin: 48px auto 0;
  padding: 24px 0;
  border-top: 1px solid #e2e8f0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  color: #718096;
  font-size: 0.85rem;
}
body.gabody.account-shell .account-footer a {
  color: #718096;
}
body.gabody.account-shell .account-footer a:hover {
  color: #026bc3;
}
body.gabody.account-shell .account-footer .dot {
  margin: 0 6px;
}

html[dir=rtl] body.gabody.account-shell .account-sidebar {
  border-right: none;
  border-left: 1px solid #e2e8f0;
}
html[dir=rtl] body.gabody.account-shell .account-topbar .account-topbar-actions {
  margin-left: 0;
  margin-right: auto;
}
@media (min-width: 993px) {
  html[dir=rtl] body.gabody.account-shell .account-main,
  html[dir=rtl] body.gabody.account-shell .account-topbar {
    padding-left: 24px;
    padding-right: 260px;
  }
}

@media print {
  body.gabody.account-shell {
    background: #fff;
  }
  body.gabody.account-shell .account-main {
    padding: 0;
  }
}
body:has(.account-ui) {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  background-attachment: fixed;
  min-height: 100vh;
}

body.account-shell .inline-icon,
.account-ui .inline-icon {
  vertical-align: middle;
  margin-right: 6px;
}
body.account-shell .account-page-header,
.account-ui .account-page-header {
  margin: 0 0 24px;
  text-align: left;
}
body.account-shell .account-page-header h2,
.account-ui .account-page-header h2 {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #2d3748;
}
body.account-shell .account-page-header .account-page-subtitle,
.account-ui .account-page-header .account-page-subtitle {
  max-width: 620px;
  margin: 6px 0 0;
  font-size: 0.95rem;
  color: #718096;
}
@media (max-width: 992px) {
  body.account-shell .account-page-header,
  .account-ui .account-page-header {
    text-align: center;
  }
  body.account-shell .account-page-header .account-page-subtitle,
  .account-ui .account-page-header .account-page-subtitle {
    margin-left: auto;
    margin-right: auto;
  }
}
body.account-shell .account-card,
.account-ui .account-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  padding: 32px;
  margin-bottom: 24px;
}
body.account-shell .account-card > h2:first-child,
body.account-shell .account-card > h3:first-child,
.account-ui .account-card > h2:first-child,
.account-ui .account-card > h3:first-child {
  margin-top: 0;
}
body.account-shell .account-card .account-card-title,
.account-ui .account-card .account-card-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  font-size: 1.15rem;
  font-weight: 700;
  color: #2d3748;
}
body.account-shell .account-card .account-card-title .material-icons,
.account-ui .account-card .account-card-title .material-icons {
  color: #667eea;
}
body.account-shell .whiteShadowBox,
.account-ui .whiteShadowBox {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
body.account-shell .btn,
body.account-shell .btn-large,
body.account-shell .btn-small,
.account-ui .btn,
.account-ui .btn-large,
.account-ui .btn-small {
  border-radius: 50px;
  text-transform: none;
  font-weight: 700;
  box-shadow: none;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
body.account-shell .btn:not(.btn-flat):not(.btn-ghost):not(.white):not(.transparent):not(.btn-success),
body.account-shell .btn-large:not(.btn-flat):not(.btn-ghost):not(.white):not(.transparent):not(.btn-success),
body.account-shell .btn-small:not(.btn-flat):not(.btn-ghost):not(.white):not(.transparent):not(.btn-success),
.account-ui .btn:not(.btn-flat):not(.btn-ghost):not(.white):not(.transparent):not(.btn-success),
.account-ui .btn-large:not(.btn-flat):not(.btn-ghost):not(.white):not(.transparent):not(.btn-success),
.account-ui .btn-small:not(.btn-flat):not(.btn-ghost):not(.white):not(.transparent):not(.btn-success) {
  background-color: #026bc3;
  color: #fff;
}
body.account-shell .btn:not(.btn-flat):not(.btn-ghost):not(.white):not(.transparent):not(.btn-success):hover, body.account-shell .btn:not(.btn-flat):not(.btn-ghost):not(.white):not(.transparent):not(.btn-success):focus,
body.account-shell .btn-large:not(.btn-flat):not(.btn-ghost):not(.white):not(.transparent):not(.btn-success):hover,
body.account-shell .btn-large:not(.btn-flat):not(.btn-ghost):not(.white):not(.transparent):not(.btn-success):focus,
body.account-shell .btn-small:not(.btn-flat):not(.btn-ghost):not(.white):not(.transparent):not(.btn-success):hover,
body.account-shell .btn-small:not(.btn-flat):not(.btn-ghost):not(.white):not(.transparent):not(.btn-success):focus,
.account-ui .btn:not(.btn-flat):not(.btn-ghost):not(.white):not(.transparent):not(.btn-success):hover,
.account-ui .btn:not(.btn-flat):not(.btn-ghost):not(.white):not(.transparent):not(.btn-success):focus,
.account-ui .btn-large:not(.btn-flat):not(.btn-ghost):not(.white):not(.transparent):not(.btn-success):hover,
.account-ui .btn-large:not(.btn-flat):not(.btn-ghost):not(.white):not(.transparent):not(.btn-success):focus,
.account-ui .btn-small:not(.btn-flat):not(.btn-ghost):not(.white):not(.transparent):not(.btn-success):hover,
.account-ui .btn-small:not(.btn-flat):not(.btn-ghost):not(.white):not(.transparent):not(.btn-success):focus {
  background-color: #02579f;
  color: #fff;
  box-shadow: 0 4px 12px rgba(2, 107, 195, 0.3);
}
body.account-shell .btn.white,
body.account-shell .btn.transparent,
body.account-shell .btn-flat.white,
body.account-shell .btn-flat.transparent,
.account-ui .btn.white,
.account-ui .btn.transparent,
.account-ui .btn-flat.white,
.account-ui .btn-flat.transparent {
  background-color: transparent !important;
  box-shadow: none;
  color: #026bc3;
}
body.account-shell .btn.white .material-icons,
body.account-shell .btn.transparent .material-icons,
body.account-shell .btn-flat.white .material-icons,
body.account-shell .btn-flat.transparent .material-icons,
.account-ui .btn.white .material-icons,
.account-ui .btn.transparent .material-icons,
.account-ui .btn-flat.white .material-icons,
.account-ui .btn-flat.transparent .material-icons {
  color: inherit;
}
body.account-shell .btn.white:hover, body.account-shell .btn.white:focus,
body.account-shell .btn.transparent:hover,
body.account-shell .btn.transparent:focus,
body.account-shell .btn-flat.white:hover,
body.account-shell .btn-flat.white:focus,
body.account-shell .btn-flat.transparent:hover,
body.account-shell .btn-flat.transparent:focus,
.account-ui .btn.white:hover,
.account-ui .btn.white:focus,
.account-ui .btn.transparent:hover,
.account-ui .btn.transparent:focus,
.account-ui .btn-flat.white:hover,
.account-ui .btn-flat.white:focus,
.account-ui .btn-flat.transparent:hover,
.account-ui .btn-flat.transparent:focus {
  background-color: rgba(2, 107, 195, 0.08) !important;
  color: #026bc3;
}
body.account-shell .btn-success,
.account-ui .btn-success {
  background-color: #44c55f;
  color: #fff;
}
body.account-shell .btn-success:hover, body.account-shell .btn-success:focus,
.account-ui .btn-success:hover,
.account-ui .btn-success:focus {
  background-color: #39b452;
  color: #fff;
  box-shadow: 0 4px 12px rgba(69, 214, 5, 0.3);
}
body.account-shell .btn-flat,
.account-ui .btn-flat {
  border-radius: 50px;
  text-transform: none;
  font-weight: 600;
  background-color: transparent;
  color: #026bc3;
}
body.account-shell .btn-flat:hover, body.account-shell .btn-flat:focus,
.account-ui .btn-flat:hover,
.account-ui .btn-flat:focus {
  background-color: rgba(2, 107, 195, 0.06);
  box-shadow: none;
}
body.account-shell .btn.color-ga,
body.account-shell .btn-flat.color-ga,
.account-ui .btn.color-ga,
.account-ui .btn-flat.color-ga {
  color: #fff;
  border-radius: 50px !important;
}
body.account-shell .btn.color-ga:hover, body.account-shell .btn.color-ga:focus,
body.account-shell .btn-flat.color-ga:hover,
body.account-shell .btn-flat.color-ga:focus,
.account-ui .btn.color-ga:hover,
.account-ui .btn.color-ga:focus,
.account-ui .btn-flat.color-ga:hover,
.account-ui .btn-flat.color-ga:focus {
  color: #fff;
  background-color: #02579f !important;
}
body.account-shell .btn-ghost,
.account-ui .btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 20px;
  height: 36px;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  color: #026bc3;
  border: 2px solid rgba(2, 107, 195, 0.35);
  border-radius: 50px;
  box-shadow: none;
}
body.account-shell .btn-ghost:hover, body.account-shell .btn-ghost:focus,
.account-ui .btn-ghost:hover,
.account-ui .btn-ghost:focus {
  background: rgba(2, 107, 195, 0.06);
  border-color: #026bc3;
  box-shadow: none;
}
body.account-shell .btn[disabled], body.account-shell .btn[disabled]:hover, body.account-shell .btn[disabled]:focus, body.account-shell .btn.disabled, body.account-shell .btn.disabled:hover, body.account-shell .btn.disabled:focus,
body.account-shell .btn-large[disabled],
body.account-shell .btn-large[disabled]:hover,
body.account-shell .btn-large[disabled]:focus, body.account-shell .btn-large.disabled, body.account-shell .btn-large.disabled:hover, body.account-shell .btn-large.disabled:focus,
body.account-shell .btn-small[disabled],
body.account-shell .btn-small[disabled]:hover,
body.account-shell .btn-small[disabled]:focus, body.account-shell .btn-small.disabled, body.account-shell .btn-small.disabled:hover, body.account-shell .btn-small.disabled:focus,
.account-ui .btn[disabled],
.account-ui .btn[disabled]:hover,
.account-ui .btn[disabled]:focus,
.account-ui .btn.disabled,
.account-ui .btn.disabled:hover,
.account-ui .btn.disabled:focus,
.account-ui .btn-large[disabled],
.account-ui .btn-large[disabled]:hover,
.account-ui .btn-large[disabled]:focus,
.account-ui .btn-large.disabled,
.account-ui .btn-large.disabled:hover,
.account-ui .btn-large.disabled:focus,
.account-ui .btn-small[disabled],
.account-ui .btn-small[disabled]:hover,
.account-ui .btn-small[disabled]:focus,
.account-ui .btn-small.disabled,
.account-ui .btn-small.disabled:hover,
.account-ui .btn-small.disabled:focus {
  box-shadow: none;
}
body.account-shell table.account-table,
.account-ui table.account-table {
  width: 100%;
  border-collapse: collapse;
}
body.account-shell table.account-table thead th,
.account-ui table.account-table thead th {
  padding: 10px 12px;
  text-align: left;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #718096;
  border-bottom: 2px solid #e2e8f0;
  border-radius: 0;
}
body.account-shell table.account-table tbody td,
.account-ui table.account-table tbody td {
  padding: 12px;
  border-bottom: 1px solid #e2e8f0;
  border-radius: 0;
}
body.account-shell table.account-table tbody tr,
.account-ui table.account-table tbody tr {
  border-bottom: none;
}
body.account-shell table.account-table tbody tr:hover,
.account-ui table.account-table tbody tr:hover {
  background: rgba(102, 126, 234, 0.04);
}
body.account-shell table.account-table tbody tr:last-child td,
.account-ui table.account-table tbody tr:last-child td {
  border-bottom: none;
}
body.account-shell .input-field input:not([type]),
body.account-shell .input-field input[type=text],
body.account-shell .input-field input[type=email],
body.account-shell .input-field input[type=password],
body.account-shell .input-field input[type=number],
body.account-shell .input-field input[type=tel],
body.account-shell .input-field input[type=url],
body.account-shell .input-field input[type=search],
body.account-shell .input-field textarea.materialize-textarea,
.account-ui .input-field input:not([type]),
.account-ui .input-field input[type=text],
.account-ui .input-field input[type=email],
.account-ui .input-field input[type=password],
.account-ui .input-field input[type=number],
.account-ui .input-field input[type=tel],
.account-ui .input-field input[type=url],
.account-ui .input-field input[type=search],
.account-ui .input-field textarea.materialize-textarea {
  box-sizing: border-box;
  height: 2.75rem;
  padding: 0 12px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  box-shadow: none;
  color: #2d3748;
}
body.account-shell .input-field input:not([type]):focus,
body.account-shell .input-field input[type=text]:focus,
body.account-shell .input-field input[type=email]:focus,
body.account-shell .input-field input[type=password]:focus,
body.account-shell .input-field input[type=number]:focus,
body.account-shell .input-field input[type=tel]:focus,
body.account-shell .input-field input[type=url]:focus,
body.account-shell .input-field input[type=search]:focus,
body.account-shell .input-field textarea.materialize-textarea:focus,
.account-ui .input-field input:not([type]):focus,
.account-ui .input-field input[type=text]:focus,
.account-ui .input-field input[type=email]:focus,
.account-ui .input-field input[type=password]:focus,
.account-ui .input-field input[type=number]:focus,
.account-ui .input-field input[type=tel]:focus,
.account-ui .input-field input[type=url]:focus,
.account-ui .input-field input[type=search]:focus,
.account-ui .input-field textarea.materialize-textarea:focus {
  border: 1px solid #667eea !important;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.15) !important;
}
body.account-shell .input-field textarea.materialize-textarea,
.account-ui .input-field textarea.materialize-textarea {
  height: auto;
  min-height: 5rem;
  padding: 10px 12px;
}
body.account-shell .input-field > label,
.account-ui .input-field > label {
  left: 12px;
  color: #718096;
}
body.account-shell .input-field > label.active,
.account-ui .input-field > label.active {
  color: #718096;
}
body.account-shell .input-field input:focus + label,
body.account-shell .input-field textarea:focus + label,
.account-ui .input-field input:focus + label,
.account-ui .input-field textarea:focus + label {
  color: #667eea !important;
}
body.account-shell .dropdown-content,
.account-ui .dropdown-content {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
body.account-shell .dropdown-content li > a,
body.account-shell .dropdown-content li > span,
.account-ui .dropdown-content li > a,
.account-ui .dropdown-content li > span {
  color: #2d3748;
  font-weight: 500;
}
body.account-shell .dropdown-content li > a .material-icons,
body.account-shell .dropdown-content li > span .material-icons,
.account-ui .dropdown-content li > a .material-icons,
.account-ui .dropdown-content li > span .material-icons {
  color: #718096;
}
body.account-shell .dropdown-content li.selected > span,
.account-ui .dropdown-content li.selected > span {
  color: #026bc3;
  background-color: rgba(2, 107, 195, 0.06);
}
body.account-shell .account-badge,
.account-ui .account-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  background: rgba(102, 126, 234, 0.12);
  color: #667eea;
}
body.account-shell .account-badge.account-badge-success,
.account-ui .account-badge.account-badge-success {
  background: rgba(69, 214, 5, 0.12);
  color: #2e9e00;
}
body.account-shell .account-badge.account-badge-warning,
.account-ui .account-badge.account-badge-warning {
  background: rgba(255, 189, 46, 0.15);
  color: #b07d00;
}
body.account-shell .account-badge.account-badge-danger,
.account-ui .account-badge.account-badge-danger {
  background: rgba(229, 57, 53, 0.1);
  color: #e53935;
}
body.account-shell .account-alert,
body.account-shell .notification,
.account-ui .account-alert,
.account-ui .notification {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 16px;
  margin-bottom: 16px;
  background: rgba(2, 107, 195, 0.05);
  border: 1px solid rgba(2, 107, 195, 0.3);
  border-radius: 8px;
  color: #2d3748;
  font-weight: 500;
}
body.account-shell .account-alert-success,
.account-ui .account-alert-success {
  background: rgba(69, 214, 5, 0.08);
  border-color: rgba(69, 214, 5, 0.35);
}
body.account-shell .account-alert-warning,
.account-ui .account-alert-warning {
  background: rgba(255, 189, 46, 0.1);
  border-color: rgba(255, 189, 46, 0.45);
}
body.account-shell .account-alert-danger,
.account-ui .account-alert-danger {
  background: rgba(229, 57, 53, 0.06);
  border-color: rgba(229, 57, 53, 0.35);
}
body.account-shell .searchable-select,
.account-ui .searchable-select {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
body.account-shell .searchable-select .searchable-select-label,
.account-ui .searchable-select .searchable-select-label {
  margin: 0 0 2px 12px;
  font-size: 0.8rem;
  font-weight: 400;
  color: #718096;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
body.account-shell .searchable-select .searchable-select-trigger,
.account-ui .searchable-select .searchable-select-trigger {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 2.75rem;
  padding: 0 12px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  color: #2d3748;
  font-size: 1rem;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
body.account-shell .searchable-select .searchable-select-trigger .searchable-select-value,
.account-ui .searchable-select .searchable-select-trigger .searchable-select-value {
  flex: 1 1 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body.account-shell .searchable-select .searchable-select-trigger .searchable-select-caret,
.account-ui .searchable-select .searchable-select-trigger .searchable-select-caret {
  flex: 0 0 auto;
  color: #718096;
}
body.account-shell .searchable-select .searchable-select-trigger:hover,
.account-ui .searchable-select .searchable-select-trigger:hover {
  border-color: rgba(102, 126, 234, 0.5);
}
body.account-shell .searchable-select .searchable-select-trigger:focus, body.account-shell .searchable-select .searchable-select-trigger[aria-expanded=true],
.account-ui .searchable-select .searchable-select-trigger:focus,
.account-ui .searchable-select .searchable-select-trigger[aria-expanded=true] {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.15);
}
body.account-shell .searchable-select .error_message,
.account-ui .searchable-select .error_message {
  margin-top: 6px;
  color: #e53935;
  font-size: 0.85rem;
}
body.account-shell .searchable-select-prefix,
.account-ui .searchable-select-prefix {
  flex: 0 0 auto;
  font-size: 1.15rem;
  line-height: 1;
}
body.account-shell .searchable-select-panel,
.account-ui .searchable-select-panel {
  z-index: 1000;
  display: flex;
  flex-direction: column;
  max-height: 340px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
body.account-shell .searchable-select-panel .searchable-select-search,
.account-ui .searchable-select-panel .searchable-select-search {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-bottom: 1px solid #e2e8f0;
}
body.account-shell .searchable-select-panel .searchable-select-search .material-icons,
.account-ui .searchable-select-panel .searchable-select-search .material-icons {
  flex: 0 0 auto;
  font-size: 20px;
  color: #718096;
}
body.account-shell .searchable-select-panel .searchable-select-search input,
.account-ui .searchable-select-panel .searchable-select-search input {
  flex: 1 1 auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  font-size: 0.95rem;
  color: #2d3748;
}
body.account-shell .searchable-select-panel .searchable-select-search input:focus,
.account-ui .searchable-select-panel .searchable-select-search input:focus {
  border: none;
  box-shadow: none;
}
body.account-shell .searchable-select-panel .searchable-select-options,
.account-ui .searchable-select-panel .searchable-select-options {
  margin: 0;
  padding: 6px;
  list-style: none;
  overflow-y: auto;
  outline: none;
}
body.account-shell .searchable-select-panel .searchable-select-options .searchable-select-option,
.account-ui .searchable-select-panel .searchable-select-options .searchable-select-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border-radius: 8px;
  color: #2d3748;
  line-height: 1.25;
  cursor: pointer;
}
body.account-shell .searchable-select-panel .searchable-select-options .searchable-select-option.is-active,
.account-ui .searchable-select-panel .searchable-select-options .searchable-select-option.is-active {
  background: rgba(102, 126, 234, 0.1);
}
body.account-shell .searchable-select-panel .searchable-select-options .searchable-select-option.is-selected,
.account-ui .searchable-select-panel .searchable-select-options .searchable-select-option.is-selected {
  color: #026bc3;
  font-weight: 600;
}
body.account-shell .searchable-select-panel .searchable-select-options .searchable-select-empty,
.account-ui .searchable-select-panel .searchable-select-options .searchable-select-empty {
  padding: 14px 10px;
  color: #718096;
  text-align: center;
}

.account-page--overview .dashboard-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
  align-items: stretch;
}
.account-page--overview .dashboard-grid--top .remaining-requests-card {
  grid-column: span 5;
}
.account-page--overview .dashboard-grid--top .quick-lookup-card {
  grid-column: span 7;
}
.account-page--overview .dashboard-grid > .account-card {
  margin-bottom: 0;
}
.account-page--overview .account-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}
.account-page--overview .account-card-header .account-card-title.account-card-title {
  margin: 0;
}
.account-page--overview .remaining-requests-actions,
.account-page--overview .csv-files-actions,
.account-page--overview .my-api-key-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.account-page--overview .remaining-requests-actions .btn,
.account-page--overview .remaining-requests-actions .btn-flat,
.account-page--overview .csv-files-actions .btn,
.account-page--overview .csv-files-actions .btn-flat,
.account-page--overview .my-api-key-actions .btn,
.account-page--overview .my-api-key-actions .btn-flat {
  display: inline-flex;
  align-items: center;
  width: auto;
  height: 34px;
  line-height: 34px;
  padding: 0 16px;
  font-size: 14px;
}
.account-page--overview .remaining-requests-actions .btn-flat .material-icons,
.account-page--overview .remaining-requests-actions .btn .material-icons,
.account-page--overview .csv-files-actions .btn-flat .material-icons,
.account-page--overview .csv-files-actions .btn .material-icons,
.account-page--overview .my-api-key-actions .btn-flat .material-icons,
.account-page--overview .my-api-key-actions .btn .material-icons {
  font-size: 18px;
  margin-right: 6px;
  vertical-align: text-bottom;
}
.account-page--overview #first-steps .firstSteps.whiteShadowBox {
  position: relative;
  overflow: hidden;
  padding: 32px;
  margin-bottom: 24px;
  text-align: left;
}
.account-page--overview #first-steps .firstSteps.whiteShadowBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.account-page--overview #first-steps .firstSteps.whiteShadowBox .center {
  text-align: left;
}
.account-page--overview #first-steps .firstSteps.whiteShadowBox .blue-icon {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 8px;
}
.account-page--overview #first-steps .firstSteps.whiteShadowBox .blue-icon > .material-icons {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  font-size: 30px;
  margin: 0;
}
.account-page--overview #first-steps .firstSteps.whiteShadowBox .blue-icon h2 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 800;
  color: #2d3748;
}
.account-page--overview #first-steps .firstSteps.whiteShadowBox p {
  color: #718096;
  margin: 0;
}
.account-page--overview #first-steps .firstSteps.whiteShadowBox > .blue-icon {
  flex-wrap: wrap;
  gap: 8px 16px;
}
.account-page--overview #first-steps .firstSteps.whiteShadowBox > .blue-icon > .line {
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
}
.account-page--overview #first-steps .firstSteps.whiteShadowBox > .blue-icon > .right-align {
  flex: 0 0 auto;
  width: auto;
  margin-left: auto;
}
.account-page--overview #first-steps .firstSteps.whiteShadowBox .line {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #2d3748;
  text-align: left;
  padding: 0;
}
.account-page--overview #first-steps .firstSteps.whiteShadowBox .line .material-icons {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  font-size: 22px;
  color: #667eea;
  background: none;
}
.account-page--overview #first-steps .firstSteps.whiteShadowBox .btn.color-ga {
  width: auto;
  max-width: 100%;
  height: auto;
  min-height: 40px;
  padding: 8px 20px;
  line-height: 1.25;
  white-space: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.account-page--overview #first-steps .firstSteps.whiteShadowBox .close-btn {
  position: absolute;
  top: 8px;
  right: 8px;
}
.account-page--overview .remainingRequests .account-card-title .material-icons {
  color: #667eea;
}
.account-page--overview .remainingRequests .remaining-credits {
  margin: 0;
}
.account-page--overview .remainingRequests .progress {
  position: relative;
  overflow: visible;
  height: 12px;
  background-color: rgba(102, 126, 234, 0.12);
  border-radius: 50px;
  margin: 16px 0;
}
.account-page--overview .remainingRequests .progress .determinate {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 50px;
}
.account-page--overview .remainingRequests .remaining-credits-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.account-page--overview .remainingRequests .count {
  font-size: 1.5rem;
  font-weight: 700;
  color: #667eea;
  line-height: 1;
  white-space: nowrap;
}
.account-page--overview .remainingRequests .valid {
  color: #718096;
  font-size: 0.95rem;
}
.account-page--overview .remaining-requests-notice {
  align-items: center;
  margin-top: 16px;
}
.account-page--overview .remaining-requests-notice .material-icons {
  color: #ffbd2e;
  flex: 0 0 auto;
}
.account-page--overview .remaining-requests-notice.account-alert-danger .material-icons {
  color: #e53935;
}
.account-page--overview .remaining-requests-notice .remaining-requests-notice-text {
  flex: 1 1 auto;
  color: #2d3748;
  font-weight: 400;
}
.account-page--overview .remaining-requests-notice .btn-flat,
.account-page--overview .remaining-requests-notice .btn {
  flex: 0 0 auto;
}
.account-page--overview .quick-lookup-card {
  display: flex;
  flex-direction: column;
}
.account-page--overview .quick-lookup-card #quick-lookup {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.account-page--overview .quick-lookup-card .quick-lookup {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.account-page--overview .quick-lookup-card .quick-lookup .lookup-form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 16px 24px;
  margin: 0;
  width: 100%;
}
.account-page--overview .quick-lookup-card .quick-lookup .lookup-form > .col {
  padding: 0;
  margin: 0;
  min-width: 0;
}
.account-page--overview .quick-lookup-card .quick-lookup .lookup-form > .col.l4 {
  flex: 1 1 170px;
}
.account-page--overview .quick-lookup-card .quick-lookup .lookup-form > .col.l6 {
  flex: 2 1 200px;
}
.account-page--overview .quick-lookup-card .quick-lookup .lookup-form > .col.l2 {
  flex: 0 0 auto;
  width: auto;
}
.account-page--overview .quick-lookup-card .quick-lookup .input-field {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.account-page--overview .quick-lookup-card .quick-lookup .input-field > label {
  order: -1;
  position: static;
  transform: none;
  top: auto;
  left: auto;
  margin: 0 0 8px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #718096;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.account-page--overview .quick-lookup-card .quick-lookup .input-field > label.active {
  transform: none;
  top: auto;
  left: auto;
}
.account-page--overview .quick-lookup-card .quick-lookup .input-field input {
  margin-bottom: 0;
}
.account-page--overview .quick-lookup-card .quick-lookup .searchable-select {
  margin-bottom: 0;
}
.account-page--overview .quick-lookup-card .quick-lookup .btn,
.account-page--overview .quick-lookup-card .quick-lookup .btn-full-width {
  width: auto;
  min-width: 130px;
  height: 46px;
  line-height: 46px;
  padding: 0 22px;
  margin-bottom: 0;
  white-space: nowrap;
  border-radius: 50px;
}
.account-page--overview .quick-lookup-card .quick-lookup .quick-lookup-loader {
  display: flex;
  justify-content: center;
  padding: 32px 0 8px;
}
.account-page--overview .quick-lookup-card .quick-lookup .quick-lookup-result {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e2e8f0;
}
.account-page--overview .quick-lookup-card .quick-lookup .quick-lookup-result .gender-symbol {
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.account-page--overview .quick-lookup-card .quick-lookup .quick-lookup-result .gender-symbol.gender-male {
  -webkit-mask-image: url(/img/gender/male.svg);
  mask-image: url(/img/gender/male.svg);
}
.account-page--overview .quick-lookup-card .quick-lookup .quick-lookup-result .gender-symbol.gender-female {
  -webkit-mask-image: url(/img/gender/female.svg);
  mask-image: url(/img/gender/female.svg);
}
.account-page--overview .quick-lookup-card .quick-lookup .quick-lookup-result .gender-symbol.gender-unknown {
  background: none;
}
.account-page--overview .quick-lookup-card .quick-lookup .quick-lookup-result .gender-symbol.gender-unknown .material-icons {
  font-size: 60px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.account-page--overview .quick-lookup-card .quick-lookup .quick-lookup-result .quick-lookup-result-body {
  flex: 1 1 auto;
  min-width: 0;
}
.account-page--overview .quick-lookup-card .quick-lookup .quick-lookup-result .quick-lookup-result-body .result-headline {
  margin: 0 0 8px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #2d3748;
  line-height: 1.35;
}
.account-page--overview .quick-lookup-card .quick-lookup .quick-lookup-result .quick-lookup-result-body .result-headline .gender-word {
  color: #026bc3;
  font-style: italic;
}
.account-page--overview .quick-lookup-card .quick-lookup .quick-lookup-result .quick-lookup-result-body .result-detail {
  margin: 0;
  color: #718096;
  line-height: 1.6;
}
@media only screen and (max-width: 600px) {
  .account-page--overview .quick-lookup-card .quick-lookup .quick-lookup-result {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.account-page--overview .monthlyUsage {
  padding: 32px;
  margin-bottom: 24px;
}
.account-page--overview .monthlyUsage h2 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #2d3748;
  margin: 0 0 16px;
}
.account-page--overview .monthlyUsage select {
  color: #2d3748;
}
.account-page--overview .csv-files-empty {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 24px 0;
  color: #718096;
}
.account-page--overview .csv-files-empty .material-icons {
  color: #e2e8f0;
  font-size: 28px;
}
.account-page--overview .my-api-key-card {
  position: relative;
}
.account-page--overview .my-api-key-card #my-api-key {
  position: absolute;
  top: -90px;
}
@media only screen and (max-width: 992px) {
  .account-page--overview .dashboard-grid--top .remaining-requests-card,
  .account-page--overview .dashboard-grid--top .quick-lookup-card {
    grid-column: 1/-1;
  }
  .account-page--overview .dashboard-grid > .account-card {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 600px) {
  .account-page--overview .account-card-header {
    align-items: flex-start;
  }
  .account-page--overview .remaining-requests-actions,
  .account-page--overview .csv-files-actions,
  .account-page--overview .my-api-key-actions {
    width: 100%;
  }
  .account-page--overview #first-steps .firstSteps.whiteShadowBox > .blue-icon {
    flex-direction: column;
    align-items: stretch;
  }
  .account-page--overview #first-steps .firstSteps.whiteShadowBox > .blue-icon > .line {
    flex: 0 0 auto;
  }
  .account-page--overview #first-steps .firstSteps.whiteShadowBox > .blue-icon > .right-align {
    margin-left: 0;
  }
  .account-page--overview #first-steps .firstSteps.whiteShadowBox > .blue-icon .btn.color-ga {
    width: 100%;
  }
  .account-page--overview #first-steps .firstSteps.whiteShadowBox .line {
    flex-wrap: wrap;
  }
  .account-page--overview .remaining-requests-notice {
    flex-wrap: wrap;
  }
  .account-page--overview .remaining-requests-notice .remaining-requests-notice-text {
    flex-basis: 100%;
  }
  .account-page--overview .remaining-requests-notice .btn-flat,
  .account-page--overview .remaining-requests-notice .btn {
    margin: 8px auto 0;
  }
}

body.account-shell .account-page--csv .info {
  background-color: rgba(2, 107, 195, 0.05);
  border: 1px solid rgba(2, 107, 195, 0.3);
  border-radius: 8px;
  text-align: left;
  padding: 4px 12px 4px 44px;
  position: relative;
  color: #2d3748;
  margin: 16px 0;
}
body.account-shell .account-page--csv .info.with-margin {
  margin: 32px 0;
}
body.account-shell .account-page--csv .info p {
  margin: 7px 0;
}
body.account-shell .account-page--csv .info .material-icons {
  color: #026bc3;
}
body.account-shell .account-page--csv .info .valign-wrapper {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
}
body.account-shell .account-page--csv .card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
body.account-shell .account-page--csv .card .card-content {
  color: #2d3748;
}
body.account-shell .account-page--csv .card .card-content .card-title {
  font-weight: 700;
  color: #2d3748;
}

.account-page--billing .billing-status-card,
.account-page--checkout .billing-status-card,
.account-page--invoices .billing-status-card {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.account-page--billing .billing-status-card h2,
.account-page--checkout .billing-status-card h2,
.account-page--invoices .billing-status-card h2 {
  margin: 0 0 8px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #2d3748;
}
.account-page--billing .billing-status-card p,
.account-page--checkout .billing-status-card p,
.account-page--invoices .billing-status-card p {
  margin: 0 0 8px;
  color: #718096;
  line-height: 1.6;
}
.account-page--billing .billing-status-card p:last-of-type,
.account-page--checkout .billing-status-card p:last-of-type,
.account-page--invoices .billing-status-card p:last-of-type {
  margin-bottom: 24px;
}
.account-page--billing .billing-status-card .btn,
.account-page--checkout .billing-status-card .btn,
.account-page--invoices .billing-status-card .btn {
  margin-top: 8px;
}
.account-page--billing .billing-status-icon,
.account-page--checkout .billing-status-icon,
.account-page--invoices .billing-status-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 16px;
  border-radius: 20px;
}
.account-page--billing .billing-status-icon .material-icons,
.account-page--checkout .billing-status-icon .material-icons,
.account-page--invoices .billing-status-icon .material-icons {
  font-size: 40px;
}
.account-page--billing .billing-status-icon--success,
.account-page--checkout .billing-status-icon--success,
.account-page--invoices .billing-status-icon--success {
  background: rgba(69, 214, 5, 0.12);
  color: #2e9e00;
}
.account-page--billing .billing-status-icon--warning,
.account-page--checkout .billing-status-icon--warning,
.account-page--invoices .billing-status-icon--warning {
  background: rgba(255, 189, 46, 0.15);
  color: #b07d00;
}
.account-page--billing .billing-status-icon--danger,
.account-page--checkout .billing-status-icon--danger,
.account-page--invoices .billing-status-icon--danger {
  background: rgba(229, 57, 53, 0.1);
  color: #e53935;
}
.account-page--billing .billing-status-icon--info,
.account-page--checkout .billing-status-icon--info,
.account-page--invoices .billing-status-icon--info {
  background: rgba(102, 126, 234, 0.12);
  color: #667eea;
}

.account-page--billing .billing-empty,
.account-page--invoices .billing-empty,
.account-page--purchase-history .billing-empty {
  margin: 0;
  padding: 16px 0;
  color: #718096;
  text-align: center;
}

.account-page--billing .billing-packages {
  position: relative;
  margin: 0;
}
.account-page--billing .pricing-partial-container {
  padding: 0;
}
.account-page--billing .saved-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #e2e8f0;
}
.account-page--billing .saved-card:first-child {
  padding-top: 0;
}
.account-page--billing .saved-card:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.account-page--billing .saved-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border-radius: 10px;
  background: rgba(2, 107, 195, 0.08);
  color: #026bc3;
}
.account-page--billing .saved-card-icon .material-icons {
  font-size: 24px;
}
.account-page--billing .saved-card-info {
  flex: 1 1 auto;
  min-width: 0;
}
.account-page--billing .saved-card-name {
  font-weight: 700;
  color: #2d3748;
}
.account-page--billing .saved-card-number {
  font-size: 0.9rem;
  color: #718096;
  letter-spacing: 0.05em;
}
.account-page--billing .saved-card-expiry {
  flex: 0 0 auto;
  font-size: 0.85rem;
  color: #718096;
}
.account-page--billing .saved-card-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  border-radius: 8px;
  color: #718096;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.account-page--billing .saved-card-remove .material-icons {
  font-size: 20px;
}
.account-page--billing .saved-card-remove:hover, .account-page--billing .saved-card-remove:focus {
  background: rgba(229, 57, 53, 0.08);
  color: #e53935;
}
@media (max-width: 600px) {
  .account-page--billing .saved-card {
    flex-wrap: wrap;
  }
  .account-page--billing .saved-card-expiry {
    flex-basis: 100%;
    padding-left: 60px;
  }
}

.account-page--credit-card .account-card form.stripe {
  max-width: none;
}

.account-page--checkout .checkout-summary {
  max-width: 560px;
}
.account-page--checkout .checkout-summary-list {
  margin: 0 0 24px;
}
.account-page--checkout .checkout-summary-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
  border-bottom: 1px solid #e2e8f0;
}
.account-page--checkout .checkout-summary-row dt {
  color: #718096;
}
.account-page--checkout .checkout-summary-row dd {
  margin: 0;
  font-weight: 600;
  color: #2d3748;
  text-align: right;
}
.account-page--checkout .checkout-summary-row--total {
  border-bottom: none;
  padding-top: 16px;
}
.account-page--checkout .checkout-summary-row--total dt {
  font-weight: 700;
  color: #2d3748;
}
.account-page--checkout .checkout-summary-row--total dd {
  font-size: 1.25rem;
  font-weight: 800;
  color: #2d3748;
}
.account-page--checkout .checkout-pay-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.account-page--checkout .checkout-pay-button .material-icons {
  font-size: 18px;
}
.account-page--checkout .checkout-error {
  margin-top: 16px;
  color: #e53935;
  font-size: 0.9rem;
}
.account-page--checkout .checkout-error:empty {
  margin-top: 0;
}

.account-page--invoices .account-table-wrap,
.account-page--purchase-history .account-table-wrap {
  width: 100%;
  overflow-x: auto;
}
.account-page--invoices .account-table td,
.account-page--invoices .account-table th,
.account-page--purchase-history .account-table td,
.account-page--purchase-history .account-table th {
  white-space: nowrap;
}

.account-page--invoices .account-page-header--section {
  margin-top: 32px;
}
.account-page--invoices .invoices-number {
  font-weight: 700;
  color: #2d3748;
}
.account-page--invoices .table-action-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(2, 107, 195, 0.08);
  color: #026bc3;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.account-page--invoices .table-action-pill .material-icons {
  font-size: 20px;
}
.account-page--invoices .table-action-pill:hover, .account-page--invoices .table-action-pill:focus {
  background: #026bc3;
  color: #fff;
}

.account-page--purchase-history .purchase-history-table td .account-badge {
  white-space: nowrap;
}

.account-page--security > h2 {
  margin: 0 0 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #2d3748;
}
.account-page--security .tabs {
  background: transparent;
}
.account-page--security .tabs .tab-content {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  padding: 32px;
}
.account-page--security .tabs .tab-content h3 {
  margin: 0 0 8px;
  font-size: 1.15rem;
  font-weight: 700;
  color: #2d3748;
  text-transform: none;
}
.account-page--security .tab-content .description {
  margin: 0 0 16px;
  font-size: inherit;
  line-height: 1.5;
}
.account-page--security .passkey-management .headButton,
.account-page--security .tfa .headButton {
  margin-top: 16px;
}
.account-page--security .passkey-management .error-message {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 16px;
  margin-bottom: 16px;
  background: rgba(229, 57, 53, 0.06);
  border: 1px solid rgba(229, 57, 53, 0.35);
  border-radius: 8px;
  color: #e53935;
  font-size: 0.9rem;
}
.account-page--security .passkey-management h4 {
  margin: 16px 0 8px;
  font-size: 1rem;
  font-weight: 700;
  color: #2d3748;
  text-transform: none;
}
.account-page--security .passkey-management .passkey-list-head {
  display: none;
  color: #718096;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 10px 0;
  border-bottom: 2px solid #e2e8f0;
}
@media (min-width: 601px) {
  .account-page--security .passkey-management .passkey-list-head {
    display: flex;
  }
}
.account-page--security .passkey-management .passkey-row {
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 0;
}
.account-page--security .passkey-management .passkey-row:hover {
  background: rgba(102, 126, 234, 0.04);
}
.account-page--security .passkey-management .passkey-row .input-field.inline {
  margin: 0;
  width: 100%;
}
.account-page--security .passkey-management .passkey-row .passkey-name {
  font-size: 1rem;
  color: #2d3748;
}
.account-page--security .passkey-management .passkey-row .passkey-meta {
  color: #718096;
  font-size: 0.9rem;
}
.account-page--security .passkey-management .passkey-row .passkey-meta .passkey-meta-label {
  display: inline;
}
@media (min-width: 601px) {
  .account-page--security .passkey-management .passkey-row .passkey-meta .passkey-meta-label {
    display: none;
  }
}
.account-page--security .passkey-management .card-panel {
  border-radius: 8px;
}
.account-page--security .member-actions {
  white-space: nowrap;
}
.account-page--security .member-actions .btn-flat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.account-page--email .btn-ghost,
.account-page--connected-accounts .btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 24px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.account-page--email .account-card {
  max-width: 720px;
}
.account-page--email .account-card form {
  max-width: none;
}
.account-page--email .account-card form .row {
  margin-bottom: 0;
}
.account-page--email .account-card form .col.s12 {
  padding: 0;
}
.account-page--email .account-card p {
  margin: 0 0 16px;
  color: #718096;
  line-height: 1.6;
}
.account-page--email .account-card p:last-child {
  margin-bottom: 0;
}
.account-page--email .account-card p .highlight {
  color: #2d3748;
  font-weight: 700;
  overflow-wrap: anywhere;
}
.account-page--email .account-email-current {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 24px;
  padding: 12px 16px;
  background: #f8f9fa;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 0.95rem;
  color: #718096;
}
.account-page--email .account-email-current .material-icons {
  flex: 0 0 auto;
  font-size: 20px;
  color: #667eea;
}
.account-page--email .account-email-current strong {
  color: #2d3748;
  font-weight: 700;
  overflow-wrap: anywhere;
}
.account-page--email .account-email-actions {
  margin: 16px 0 0;
}
.account-page--email .account-email-confirm {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 32px;
  text-align: center;
}
.account-page--email .account-email-confirm .message {
  margin: 0 0 24px;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.5;
  color: #2d3748;
}
.account-page--email .account-email-confirm .btnReturn {
  margin-top: 0;
  max-width: none;
}
.account-page--email .account-email-confirm-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 12px;
  background: rgba(102, 126, 234, 0.12);
}
.account-page--email .account-email-confirm-icon .material-icons {
  font-size: 28px;
  color: #667eea;
}
.account-page--email .account-email-confirm-icon.is-success {
  background: rgba(68, 197, 95, 0.12);
}
.account-page--email .account-email-confirm-icon.is-success .material-icons {
  color: #44c55f;
}
.account-page--email .account-email-confirm-icon.is-error {
  background: rgba(229, 57, 53, 0.1);
}
.account-page--email .account-email-confirm-icon.is-error .material-icons {
  color: #e53935;
}

.account-page--notifications .account-card {
  max-width: 720px;
}
.account-page--notifications .account-card-title {
  hyphens: auto;
  overflow-wrap: anywhere;
}
.account-page--notifications .account-card-title .material-icons {
  flex-shrink: 0;
}
.account-page--notifications .account-settings-list {
  margin: 0 0 8px;
}
.account-page--notifications .account-settings-row {
  padding: 16px 0;
  border-bottom: 1px solid #e2e8f0;
}
.account-page--notifications .account-settings-row:first-child {
  padding-top: 8px;
}
.account-page--notifications .account-settings-row:last-child {
  border-bottom: 0;
}
.account-page--notifications .account-settings-row .col {
  float: none;
  display: block;
  width: 100%;
  padding: 0;
}
.account-page--notifications .account-settings-row .legalContainer {
  margin: 0;
}
.account-page--notifications .account-settings-row label {
  display: block;
}
.account-page--notifications .account-settings-row [type=checkbox] + span:not(.lever) {
  height: auto;
  padding-left: 32px;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #718096;
}
.account-page--notifications .account-settings-row [type=checkbox]:checked + span:not(.lever)::before {
  border-right-color: #026bc3;
  border-bottom-color: #026bc3;
}
.account-page--notifications .account-settings-row-title {
  display: block;
  margin: 0 0 4px;
  font-size: 1rem;
  font-weight: 700;
  color: #2d3748;
}
.account-page--notifications .account-settings-actions .row {
  margin-bottom: 0;
}
.account-page--notifications .account-settings-actions .col {
  float: none;
  display: block;
  width: 100%;
  padding: 0;
}
.account-page--notifications .account-settings-actions .input-field {
  margin: 0;
}

.account-page--connected-accounts .account-provider-card {
  display: flex;
  flex-direction: column;
}
.account-page--connected-accounts .account-provider-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 16px;
}
.account-page--connected-accounts .account-provider-head .social-icon {
  flex: 0 0 auto;
  float: none;
  width: 44px;
  height: 44px;
  margin: 0;
  border-radius: 12px;
}
.account-page--connected-accounts .account-provider-head h3 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  color: #2d3748;
}
.account-page--connected-accounts .account-provider-status {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0 0 24px;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #718096;
}
.account-page--connected-accounts .account-provider-status::before {
  content: "";
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  margin-top: 5px;
  border-radius: 50px;
  background: #e2e8f0;
}
.account-page--connected-accounts .account-provider-status.is-connected::before {
  background: #44c55f;
}
.account-page--connected-accounts .account-provider-actions {
  margin-top: auto;
}

.account-page--profile .account-card {
  max-width: 720px;
}
.account-page--profile .profile-avatar-row {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.account-page--profile .profile-avatar {
  position: relative;
  flex: 0 0 auto;
  display: inline-block;
}
.account-page--profile .profile-avatar-preview {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  border-radius: 50px;
  overflow: hidden;
  background: #f8f9fa;
  border: 1px solid #e2e8f0;
}
.account-page--profile .profile-avatar-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.account-page--profile .profile-avatar-preview .material-icons {
  margin: 0;
  width: 96px;
  height: 96px;
  font-size: 72px;
  line-height: 96px;
  text-align: center;
  color: #718096;
}
.account-page--profile .profile-avatar-controls {
  flex: 1 1 220px;
}
.account-page--profile .profile-avatar-hint {
  margin: 0 0 8px;
  font-size: 0.9rem;
  color: #718096;
}
.account-page--profile .profile-avatar-choose {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.account-page--profile .profile-avatar-choose .material-icons {
  font-size: 20px;
}
.account-page--profile .profile-actions {
  margin-top: 24px;
}
.account-page--profile input[disabled] {
  color: #718096;
}
.account-page--profile .helper-text a {
  color: #026bc3;
}
.account-page--profile .profile-avatar-remove {
  position: absolute;
  top: -4px;
  right: -4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 1px solid #e2e8f0;
  border-radius: 50%;
  background: #ffffff;
  color: #718096;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.account-page--profile .profile-avatar-remove .material-icons {
  margin: 0;
  font-size: 18px;
  line-height: 1;
}
.account-page--profile .profile-avatar-remove:hover, .account-page--profile .profile-avatar-remove:focus {
  background: #e53935;
  border-color: #e53935;
  color: #fff;
}

.account-page--free-credits .account-free-credits-card {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 32px;
  text-align: center;
}
.account-page--free-credits .account-free-credits-card .account-badge {
  margin-bottom: 24px;
}
.account-page--free-credits .account-free-credits-card .account-badge .material-icons {
  font-size: 16px;
}
.account-page--free-credits .account-free-credits-card h2 {
  margin: 0 0 8px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #2d3748;
}
.account-page--free-credits .account-free-credits-card p {
  margin: 0 0 32px;
  color: #718096;
  line-height: 1.6;
}
.account-page--free-credits .account-free-credits-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 12px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.account-page--free-credits .account-free-credits-icon .material-icons {
  font-size: 28px;
  color: #ffffff;
}
.account-page--free-credits .account-free-credits-icon.is-muted {
  background: rgba(102, 126, 234, 0.12);
}
.account-page--free-credits .account-free-credits-icon.is-muted .material-icons {
  color: #667eea;
}
.account-page--free-credits .account-free-credits-value {
  margin: 0 0 4px;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  color: #667eea;
}
.account-page--free-credits .account-free-credits-label {
  margin: 0 0 16px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #2d3748;
}

.account-page--manage-account .manage-account .row {
  margin-bottom: 0;
}
.account-page--manage-account .account-invoicing-email {
  max-width: 760px;
}
.account-page--manage-account .account-invoicing-email p {
  margin: 0 0 16px;
  color: #718096;
  line-height: 1.6;
}
.account-page--manage-account .account-invoicing-email p .highlight {
  color: #2d3748;
  font-weight: 700;
  overflow-wrap: anywhere;
}
.account-page--manage-account .account-invoicing-email .btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 24px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.account-page--manage-account .change-address-card {
  max-width: 760px;
}
.account-page--manage-account .change-address-card h3 {
  margin: 0 0 16px;
  font-size: 1.15rem;
  font-weight: 700;
  text-transform: none;
  color: #2d3748;
}
.account-page--manage-account .highlight-box {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0 16px;
  padding: 10px 16px;
  background: rgba(102, 126, 234, 0.08);
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  color: #2d3748;
  font-weight: 600;
}
.account-page--manage-account .cancel-subscription-section {
  max-width: 760px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e2e8f0;
}
.account-page--manage-account .cancel-subscription-section h3 {
  margin: 0 0 16px;
  font-size: 1.15rem;
  font-weight: 700;
  text-transform: none;
  color: #2d3748;
}
.account-page--manage-account .danger-zone {
  max-width: 760px;
  margin-top: 24px;
  padding: 24px;
  border: 1px solid rgba(229, 57, 53, 0.35);
  border-radius: 16px;
  background: rgba(229, 57, 53, 0.04);
}
.account-page--manage-account .danger-zone h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 700;
  text-transform: none;
  color: #e53935;
}
.account-page--manage-account .danger-zone h3 .material-icons {
  font-size: 1.2rem;
  color: #e53935;
}
.account-page--manage-account .danger-zone p {
  margin: 0 0 16px;
  color: #718096;
  line-height: 1.6;
}
.account-page--manage-account .danger-zone .danger-action .btn {
  background: transparent;
  color: #e53935;
  border: 2px solid rgba(229, 57, 53, 0.4);
}
.account-page--manage-account .danger-zone .danger-action .btn:hover, .account-page--manage-account .danger-zone .danger-action .btn:focus {
  background: rgba(229, 57, 53, 0.08);
  border-color: #e53935;
  color: #e53935;
  box-shadow: none;
}

.account-page--auth-tokens .auth-tokens .callToAction {
  text-align: right;
  margin-bottom: 16px;
}
.account-page--auth-tokens .auth-tokens .callToAction .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.account-page--auth-tokens .auth-tokens .callToAction .btn::before {
  content: "add";
  font-family: "Material Icons";
  font-size: 18px;
  line-height: 1;
}
.account-page--auth-tokens .auth-tokens .btn.white,
.account-page--auth-tokens .auth-tokens .btn.transparent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 0;
  padding: 0;
  line-height: 1;
  border-radius: 50%;
}
.account-page--auth-tokens .auth-tokens .btn.white .material-icons,
.account-page--auth-tokens .auth-tokens .btn.transparent .material-icons {
  margin: 0;
  font-size: 20px;
}
.account-page--auth-tokens .auth-tokens label {
  display: inline-block;
  min-width: 90px;
  margin-right: 10px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #718096;
}
.account-page--auth-tokens .auth-tokens .highlight-box {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  padding: 24px;
  margin-bottom: 16px;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.account-page--auth-tokens .auth-tokens .highlight-box:hover {
  border-color: rgba(102, 126, 234, 0.35);
}
.account-page--auth-tokens .auth-tokens .highlight-box .line {
  padding: 6px 0;
  text-overflow: ellipsis;
  white-space: pre;
  overflow: hidden;
}
.account-page--auth-tokens .auth-tokens .highlight-box .title {
  color: #2d3748;
  font-weight: 600;
}
.account-page--auth-tokens .auth-tokens .highlight-box .name {
  cursor: pointer;
  color: #2d3748;
  font-weight: 600;
  border-bottom: 1px dashed transparent;
}
.account-page--auth-tokens .auth-tokens .highlight-box .name:hover {
  border-bottom-color: #e2e8f0;
}
.account-page--auth-tokens .auth-tokens .highlight-box .name-edit {
  height: 2.25rem;
  padding: 0 10px;
  margin: 0;
  background: #ffffff;
  border: 1px solid #026bc3;
  border-radius: 8px;
  color: #2d3748;
  box-shadow: 0 0 0 3px rgba(2, 107, 195, 0.12);
}
.account-page--auth-tokens .auth-tokens .highlight-box .name-edit:focus {
  outline: none;
}
.account-page--auth-tokens .auth-tokens .highlight-box .token-copy {
  display: inline-block;
  font-family: "SFMono-Regular", "Consolas", "Liberation Mono", "Menlo", monospace;
  font-size: 0.85rem;
  padding: 8px 12px;
  background: #f8f9fa;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  color: #2d3748;
  cursor: pointer;
  word-break: break-all;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.account-page--auth-tokens .auth-tokens .highlight-box .token-copy:hover {
  border-color: rgba(2, 107, 195, 0.4);
  background: rgba(2, 107, 195, 0.04);
}
.account-page--auth-tokens .auth-tokens .highlight-box .notice {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 16px;
  padding: 12px 14px;
  background: rgba(69, 214, 5, 0.08);
  border: 1px solid rgba(69, 214, 5, 0.35);
  border-radius: 8px;
  color: #2d3748;
  line-height: 1.5;
}
.account-page--auth-tokens .auth-tokens .auth-tokens-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  padding: 48px 24px;
  background: #ffffff;
  border: 1px dashed #e2e8f0;
  border-radius: 16px;
  color: #718096;
}
.account-page--auth-tokens .auth-tokens .auth-tokens-empty .material-icons {
  font-size: 40px;
  color: #667eea;
}
.account-page--auth-tokens .auth-tokens .auth-tokens-empty p {
  margin: 0;
  max-width: 460px;
  line-height: 1.6;
}
.account-page--auth-tokens .auth-tokens textarea {
  position: absolute;
  opacity: 0.001;
  height: 1px;
  width: 1px;
  padding: 0;
  pointer-events: none;
}
@media (max-width: 599px) {
  .account-page--auth-tokens .auth-tokens > .row:first-child {
    flex-direction: column;
    align-items: flex-start;
  }
  .account-page--auth-tokens .auth-tokens .callToAction {
    text-align: left;
    width: 100%;
  }
  .account-page--auth-tokens .auth-tokens .highlight-box {
    position: relative;
  }
  .account-page--auth-tokens .auth-tokens .highlight-box .col.right-align {
    position: absolute;
    top: 8px;
    right: 8px;
    width: auto;
    padding: 0;
    margin: 0;
  }
}

.account-page--gdpr .gdpr-disclosure-form {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  padding: 32px;
}
.account-page--gdpr .gdpr-disclosure-form h2 {
  margin: 0 0 4px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #2d3748;
}
.account-page--gdpr .gdpr-disclosure-form h3 {
  margin: 16px 0 8px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #2d3748;
}
.account-page--gdpr .gdpr-disclosure-form .row {
  margin-bottom: 0;
}
.account-page--gdpr .gdpr-disclosure-form ul {
  margin: 8px 0;
  padding: 0;
  list-style: none;
}
.account-page--gdpr .gdpr-disclosure-form ul li {
  padding: 6px 0;
  color: #2d3748;
  line-height: 1.6;
}
.account-page--gdpr .gdpr-disclosure-form ul li label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.account-page--gdpr .gdpr-disclosure-form p {
  color: #718096;
  line-height: 1.6;
}
.account-page--gdpr .gdpr-disclosure-form .history-date {
  margin-top: 8px;
  font-size: 0.85rem;
  color: #718096;
}

.account-page--dpa .dpa-accepted {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.account-page--dpa .dpa-accepted > .material-icons {
  color: #44c55f;
  font-size: 1.5rem;
  flex-shrink: 0;
}
.account-page--dpa .dpa-accepted .dpa-accepted-text {
  margin: 0;
  color: #2d3748;
  line-height: 1.6;
}
.account-page--dpa .dpa-accepted .dpa-actions {
  margin-top: 16px;
}
.account-page--dpa .dpa-accepted .dpa-new-version {
  margin: 16px 0 0;
  color: #718096;
  line-height: 1.6;
}
.account-page--dpa .dpa-accepted .btn .material-icons {
  font-size: 18px;
  margin-right: 6px;
}
.account-page--dpa .dpa-card {
  max-width: 760px;
}
.account-page--dpa .dpa-card .dpa-datatypes {
  margin-bottom: 16px;
}
.account-page--dpa .dpa-card .dpa-datatypes p {
  margin: 8px 0;
}
.account-page--dpa .dpa-card .dpa-datatypes [type=checkbox] + span {
  color: #2d3748;
}
.account-page--dpa .dpa-card .dpa-other {
  margin-top: 16px;
}
.account-page--dpa .dpa-card .dpa-other .dpa-other-label {
  display: block;
  margin: 0 0 6px;
  color: #718096;
  font-size: 0.85rem;
  line-height: 1.4;
}
.account-page--dpa .dpa-card .dpa-other .input-field {
  margin: 0;
}
.account-page--dpa .dpa-card .dpa-terms {
  margin: 0 0 24px;
  padding-top: 16px;
  border-top: 1px solid #e2e8f0;
  color: #718096;
  line-height: 1.6;
}
.account-page--dpa .dpa-card .dpa-submit .btn {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 700px) {
  .account-page--dpa .dpa-accepted .btn,
  .account-page--dpa .dpa-card .dpa-submit .btn {
    width: 100%;
    justify-content: center;
  }
}

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