/* apps/portals/taya-member-portal/src/styles.scss */
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, none);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, none);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, none);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, none);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, none);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, none);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, none);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, none);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, none);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, none);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, none);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, none);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, none);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, none);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, none);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, none);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, none);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, none);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, none);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, none);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, none);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, none);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, none);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, none);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, none);
}
html {
  --mat-sys-on-surface: initial;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-sys-background, transparent));
  color: var(--mat-app-text-color, var(--mat-sys-on-background, inherit));
}
:root {
  --primary: #0066cc;
  --primary-light: #3385d6;
  --primary-dark: #1d4ed8;
  --secondary: #64748b;
  --accent: #8b5cf6;
  --background: #001f1f;
  --background-alt: #001a1a;
  --background-soft: #001c1a;
  --surface-1: #002220;
  --surface-2: #002a26;
  --surface-3: #002c2c;
  --surface-4: #002828;
  --surface-5: #003232;
  --surface-6: #00332e;
  --surface-7: #00332f;
  --surface-8: #003c3c;
  --surface-hover: #00413c;
  --surface-active: #004d4d;
  --surface-strong-hover: #004040;
  --surface-toolbar-hover: #00423b;
  --surface-darkest: #001a1a;
  --surface-black: #000000;
  --card-bg: var(--surface-2);
  --input-bg: var(--surface-6);
  --hover-bg: var(--surface-hover);
  --border-color: rgba(0, 255, 191, 0.2);
  --border-color-strong: rgba(0, 255, 191, 0.35);
  --border-color-soft: rgba(0, 255, 191, 0.1);
  --border-light: rgba(255, 255, 255, 0.05);
  --border-light-2: rgba(255, 255, 255, 0.06);
  --text-primary: #00ffc3;
  --text-secondary: #66ffcc;
  --text-muted: #94a3b8;
  --text-soft: #88ffcc;
  --text-white: #ffffff;
  --text-heading: #8afff2;
  --text-subtle: #a0f0e5;
  --text-subtle-2: #b8ffec;
  --text-subtle-3: #99cccc;
  --text-very-soft: #d1f7f2;
  --text-pale: #e0fff9;
  --text-neutral: #1a1a1a;
  --text-neutral-soft: #cccccc;
  --text-label: #ccc;
  --text-input: #eee;
  --highlight: #00ffc3;
  --highlight-hover: #00e6b1;
  --highlight-2: #00ffbf;
  --highlight-3: #00e7b3;
  --highlight-4: #00cc99;
  --highlight-5: #00b38f;
  --highlight-6: #00b894;
  --highlight-7: #019875;
  --highlight-8: #00ffaa;
  --highlight-9: #00cbb2;
  --highlight-10: #14e8ba;
  --highlight-11: #5fffe0;
  --highlight-12: #80ffe6;
  --highlight-13: #36ffdc;
  --highlight-strong: #66ff99;
  --highlight-soft: #66ffcc;
  --highlight-blue: #66ccff;
  --deep-green: #007a60;
  --deep-green-2: #015f4e;
  --deep-green-3: #127759;
  --deep-green-4: #004335;
  --deep-green-5: #002020;
  --deep-green-6: #003333;
  --deep-green-7: #003f3f;
  --deep-green-8: #002b2b;
  --deep-green-9: #062626;
  --deep-green-10: #006655;
  --deep-blue: #001f40;
  --dark-neutral: #1a1f24;
  --mid-neutral: #334155;
  --mid-neutral-2: #475569;
  --mid-neutral-3: #555;
  --light-neutral: #ececec;
  --light-neutral-2: #f9fafb;
  --success: #10b981;
  --warning: #f59e0b;
  --danger: #ef4444;
  --info: #0ea5e9;
  --warn-chip: #ff9f43;
  --danger-chip: #ea5455;
  --success-chip: #28c76f;
  --header-gradient:
    radial-gradient(
      circle at center,
      #002220 0%,
      #001a1a 100%);
  --login-page-gradient:
    radial-gradient(
      circle at center,
      #002220 0%,
      #001a1a 100%);
  --profile-header-gradient:
    radial-gradient(
      circle at 30% 30%,
      rgba(0, 255, 191, 0.05),
      transparent 50%),
    linear-gradient(
      90deg,
      #015f4e 0%,
      #127759 40%,
      #004335 100%);
  --dashboard-header-gradient: var(--profile-header-gradient);
  --top-strip-gradient:
    linear-gradient(
      to right,
      #00ffc3,
      #007a60);
  --font-family-base:
    "Manrope",
    "Manrope Fallback",
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  --font-family-alt:
    "Inter",
    "Segoe UI",
    Arial,
    sans-serif;
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --spacing-1: 0.25rem;
  --spacing-2: 0.5rem;
  --spacing-3: 0.75rem;
  --spacing-4: 1rem;
  --spacing-5: 1.25rem;
  --spacing-6: 1.5rem;
  --spacing-8: 2rem;
  --spacing-10: 2.5rem;
  --spacing-12: 3rem;
  --spacing-16: 4rem;
  --radius-sm: 0.125rem;
  --radius: 0.25rem;
  --radius-md: 0.375rem;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
  --radius-2xl: 1rem;
  --radius-full: 9999px;
  --bottom-nav-height: 64px;
  --bottom-nav-safe-padding: env(safe-area-inset-bottom, 0px);
}
[data-theme=dark] {
  --background: #001a1a;
  --background-alt: #001a1a;
  --card-bg: #002220;
  --input-bg: #334155;
  --hover-bg: #1e293b;
  --text-primary: #00ffc3;
  --text-secondary: #00ffc3;
  --text-muted: #94a3b8;
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  --shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.4), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.4), 0 4px 6px -2px rgba(0, 0, 0, 0.3);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}
body {
  font-family: var(--font-family-base);
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 200;
  color: var(--text-primary);
  background-color: var(--background);
  transition: background-color 0.2s ease, color 0.2s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--text-heading);
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
a {
  color: var(--primary);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.app-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: var(--background);
  color: var(--text-primary);
  transition: background-color 0.2s ease, color 0.2s ease;
}
.content {
  padding: var(--spacing-6);
  background-color: var(--background);
  min-height: calc(100vh - 64px);
  transition: padding 0.3s ease;
}
.header {
  width: 100%;
  background: var(--header-gradient);
  padding: 0.75rem 1.5rem;
  box-shadow: 0 2px 4px rgba(0, 255, 191, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.header-right {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.notifications-menu {
  width: 320px;
  padding: 0.5rem 0;
}
.notifications-header,
.notifications-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
  background-color: var(--surface-darkest) !important;
}
.notifications-header h3 {
  margin: 0;
  font-size: 1rem;
  color: var(--text-white);
}
.notifications-list a {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  white-space: normal;
  line-height: 1.25;
  background-color: var(--surface-darkest) !important;
}
.notification-content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-white);
  background-color: var(--surface-darkest) !important;
}
.notification-title {
  font-weight: 600;
}
.notification-time {
  font-size: 0.75rem;
  color: var(--text-heading);
}
.user-menu-button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-transform: none;
  color: var(--text-white);
}
.user-avatar {
  background-color: var(--highlight);
  color: var(--surface-2);
  font-weight: 700;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
}
.user-name {
  font-size: 0.875rem;
  font-weight: 600;
}
.search-icon-button {
  background-color: var(--surface-6);
  border-radius: 6px;
  padding: 0.25rem 0.75rem;
  color: var(--text-white);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.header-logo-bar {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.header-logo-bar .header-logo,
.header-logo-bar .sidebar-logo,
.header-logo-bar .login-logo {
  display: block;
  height: 32px;
  max-height: 32px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
  object-position: left center;
}
.contact-tooltip {
  background-color: var(--surface-hover);
  color: var(--text-white);
  font-size: 12px;
  line-height: 1.4;
  padding: 8px 10px;
  max-width: 260px;
  white-space: normal;
}
.sidebar {
  display: flex;
  flex-direction: column;
  height: 92vh;
  min-width: 240px !important;
  max-width: 240px !important;
  width: 240px !important;
  box-shadow: 2px 0 10px rgba(0, 255, 191, 0.05);
  color: var(--text-white);
  border-right: 1px solid var(--border-color) !important;
}
.sidebar-inner {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}
.sidebar-nav {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
}
.nav-item {
  display: flex;
  align-items: center;
  padding: 0.75rem 1.25rem;
  font-weight: 400;
  font-size: 0.875rem;
  color: var(--text-white);
  text-decoration: none;
  border-left: 4px solid transparent;
  transition: 0.2s ease;
}
.nav-item mat-icon {
  margin-right: 0.75rem;
  color: var(--text-heading);
}
.nav-item:hover,
.nav-item.active-link {
  background-color: var(--surface-hover);
  color: var(--highlight);
  border-left: 4px solid var(--highlight);
}
.sidebar-footer {
  background-color: var(--surface-darkest);
  padding: 1.25rem 1rem;
  margin-top: auto;
  border-top: 1px solid var(--border-color);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.sidebar-footer .sidebar-user-row {
  display: flex;
  align-items: center;
  width: 100%;
}
.sidebar-footer .sidebar-user-row .sidebar-user-avatar {
  width: 32px;
  height: 32px;
  border-radius: 9999px;
  overflow: hidden;
}
.sidebar-footer .sidebar-user-row .sidebar-user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sidebar-footer .sidebar-user-row .sidebar-user-name {
  margin-left: 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--text-white);
  line-height: 1;
  transform: translateY(5px);
}
.sidebar-footer .sidebar-signout-button {
  width: 100%;
  border: 1px solid var(--highlight);
  color: var(--highlight);
  border-radius: 1px;
  font-weight: 400;
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 40px;
}
.sidebar-footer .sidebar-signout-button mat-icon {
  font-size: 18px;
}
@media (max-width: 768px) {
  .sidebar-inner {
    background-color: var(--background) !important;
  }
  .sidebar-nav .nav-item {
    background-color: transparent;
    color: inherit;
  }
}
.login-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 2rem;
  background: var(--login-page-gradient);
  font-family: var(--font-family-base);
}
.login-logo-bar {
  display: flex;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.login-logo-bar .login-logo {
  height: 60px;
  width: auto;
}
.login-card {
  position: relative;
  width: 100%;
  max-width: 560px;
  padding: 2.25rem 2.5rem 2rem;
  background-color: var(--surface-2);
  color: var(--text-white);
  border: 1px solid var(--border-color-strong);
  box-shadow: 0 0 26px rgba(0, 255, 191, 0.12);
}
.login-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: var(--top-strip-gradient);
}
.login-header {
  margin-bottom: 1.25rem;
  text-align: center;
}
.login-header .login-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
  color: var(--text-white);
}
.login-header .login-subtitle {
  font-size: 0.875rem;
  color: var(--text-heading);
  margin: 0.35rem 0 0;
}
.login-toggle {
  margin: 1.35rem 0 1.25rem;
  width: 100%;
}
.login-toggle ::ng-deep .mat-mdc-button-toggle-group {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--surface-darkest);
  border: 1px solid rgba(0, 255, 191, 0.25);
  border-radius: 0;
  overflow: hidden;
}
.login-toggle ::ng-deep .mat-mdc-button-toggle {
  height: 44px;
}
.login-toggle ::ng-deep .mat-mdc-button-toggle .mdc-button__label {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-soft);
}
.login-toggle ::ng-deep .mat-mdc-button-toggle-checked {
  background-color: var(--highlight) !important;
}
.login-toggle ::ng-deep .mat-mdc-button-toggle-checked .mdc-button__label {
  color: var(--surface-2) !important;
}
.login-toggle ::ng-deep .mat-button-toggle-group {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--surface-darkest);
  border: 1px solid rgba(0, 255, 191, 0.25);
  border-radius: 0;
  overflow: hidden;
}
.login-toggle ::ng-deep .mat-button-toggle {
  height: 44px;
  color: var(--text-soft);
}
.login-toggle ::ng-deep .mat-button-toggle-checked {
  background-color: var(--highlight) !important;
  color: var(--surface-2) !important;
}
.login-card > .login-row:has(mat-button-toggle-group),
.login-card > .login-row:has(.mat-mdc-button-toggle-group) {
  margin-bottom: 1.25rem;
}
.login-form {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.login-row {
  width: 100%;
  text-align: left;
  margin: 0;
}
.field-label-with-link {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 0.1rem 0 -0.25rem;
}
.field-label-with-link label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-white);
}
.field-label-with-link a {
  color: var(--highlight);
  font-size: 0.8rem;
  text-decoration: none;
}
.field-label-with-link a:hover {
  text-decoration: underline;
}
mat-form-field {
  width: 100%;
}
::ng-deep .login-page .mat-mdc-form-field {
  width: 100%;
}
::ng-deep .login-page .mat-mdc-form-field .mdc-text-field {
  height: 44px;
  background: transparent !important;
  border-radius: 0 !important;
}
::ng-deep .login-page .mat-mdc-form-field .mdc-notched-outline__leading,
::ng-deep .login-page .mat-mdc-form-field .mdc-notched-outline__notch,
::ng-deep .login-page .mat-mdc-form-field .mdc-notched-outline__trailing {
  border-color: var(--border-color-strong) !important;
}
::ng-deep .login-page .mat-mdc-form-field.mat-focused .mdc-notched-outline__leading,
::ng-deep .login-page .mat-mdc-form-field.mat-focused .mdc-notched-outline__notch,
::ng-deep .login-page .mat-mdc-form-field.mat-focused .mdc-notched-outline__trailing {
  border-color: var(--highlight) !important;
}
::ng-deep .login-page .mat-mdc-form-field .mat-mdc-form-field-infix {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  min-height: 44px !important;
}
::ng-deep .login-page input.mat-mdc-input-element {
  color: var(--highlight) !important;
  caret-color: var(--highlight) !important;
}
::ng-deep .login-page .mat-mdc-form-field-icon-prefix,
::ng-deep .login-page .mat-mdc-form-field-icon-suffix {
  color: var(--highlight) !important;
}
.login-submit {
  width: 100%;
  height: 48px;
  background-color: var(--highlight) !important;
  color: var(--text-white) !important;
  border-radius: 0;
  border: 1px solid var(--highlight);
  font-weight: 600;
  box-shadow: 0 0 14px rgba(0, 255, 191, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-submit:hover {
  background-color: var(--highlight-hover) !important;
  border-color: var(--highlight-hover);
}
.login-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.login-page .login-card .sidebar-signout-button {
  width: 100% !important;
  height: 48px !important;
  background-color: var(--highlight) !important;
  color: var(--text-white) !important;
  border: 1px solid var(--highlight) !important;
  border-radius: 0 !important;
  font-weight: 600 !important;
  text-transform: none !important;
  box-shadow: 0 0 14px rgba(0, 255, 191, 0.18);
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.login-page .login-card .sidebar-signout-button mat-icon {
  display: none !important;
}
.login-page .login-card .sidebar-signout-button span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.login-page .login-card .sidebar-signout-button:hover:not([disabled]) {
  background-color: var(--highlight-hover) !important;
  border-color: var(--highlight-hover) !important;
}
.login-page .login-card .sidebar-signout-button[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}
.info-box {
  background-color: var(--surface-darkest);
  border: 1px solid rgba(0, 255, 191, 0.25);
  padding: 0.85rem 1rem;
  font-size: 0.875rem;
  color: var(--text-white);
  text-align: left;
}
.otp-label {
  font-size: 0.85rem;
  text-align: left;
  display: block;
  margin-bottom: 0.5rem;
  color: var(--text-white);
}
.otp-container {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}
.otp-input {
  background-color: transparent;
  border: 1px solid var(--border-color-strong);
  width: 44px;
  height: 48px;
  font-size: 1.25rem;
  color: var(--text-white);
  text-align: center;
}
.otp-input:focus {
  outline: none;
  border-color: var(--highlight);
}
.login-footer {
  margin-top: 1.5rem;
  font-size: 0.75rem;
  color: var(--text-heading);
  text-align: center;
}
.login-footer a {
  color: var(--highlight);
  text-decoration: underline;
}
.login-footer a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .login-page {
    padding: 1.25rem;
  }
  .login-card {
    padding: 1.75rem 1.25rem 1.25rem;
    max-width: 100%;
  }
  .otp-container {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.login-provider-tabs {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--surface-darkest);
  border: 1px solid rgba(0, 255, 191, 0.25);
  border-radius: 0;
  overflow: hidden;
  margin: 0 0 1.25rem;
}
.login-provider-tabs .tab {
  height: 44px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-soft);
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.login-provider-tabs .tab:hover {
  background-color: rgba(0, 255, 191, 0.05);
}
.login-provider-tabs .tab.active {
  background-color: var(--highlight);
  color: var(--surface-2);
}
.login-provider-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.25rem 1.25rem 1.1rem;
  margin-top: 0.25rem;
  border: 1px solid rgba(54, 255, 220, 0.18);
  background:
    radial-gradient(
      circle at 50% 25%,
      rgba(54, 255, 220, 0.08) 0%,
      rgba(0, 0, 0, 0) 55%),
    rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
}
.login-provider-hero__icon {
  width: 84px;
  height: 84px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(54, 255, 220, 0.22);
  background:
    radial-gradient(
      circle at 50% 40%,
      rgba(54, 255, 220, 0.18) 0%,
      rgba(54, 255, 220, 0.06) 50%,
      rgba(0, 0, 0, 0) 70%),
    rgba(0, 0, 0, 0.12);
  margin-bottom: 0.9rem;
}
.login-provider-hero__icon mat-icon {
  font-size: 34px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: var(--highlight-13);
}
.login-provider-hero__title {
  font-size: 1.05rem;
  font-weight: 650;
  color: var(--text-white);
  margin-bottom: 0.35rem;
}
.login-provider-hero__subtitle {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.35;
  max-width: 28ch;
}
.policy-card-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.policy-card {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  background-color: var(--surface-3);
  border: 1px solid var(--border-color);
  border-top: 8px solid var(--highlight-strong);
  color: var(--text-white);
  transition: background-color 0.2s ease-in-out;
}
.policy-card:hover {
  background-color: var(--surface-strong-hover);
  cursor: pointer;
}
.policy-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
}
.policy-info-left {
  flex: 1;
}
.policy-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.25rem;
}
.policy-header h3 {
  margin: 0;
  font-size: 1.25rem;
  color: var(--text-white);
}
.policy-header .badge-success {
  background-color: var(--surface-active);
  color: var(--highlight-strong);
  font-size: 0.75rem;
  padding: 0.2rem 0.75rem;
  border-radius: 999px;
  font-weight: 500;
}
.coverage-summary {
  color: var(--highlight-9);
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.policy-row {
  display: flex;
  justify-content: space-between;
  margin: 0.25rem 0;
}
.policy-row .label {
  color: var(--highlight-9);
  font-size: 0.875rem;
  font-weight: 400;
}
.policy-row .value {
  color: var(--text-white);
  font-weight: 500;
  font-size: 0.875rem;
  text-align: right;
  min-width: 140px;
}
.policy-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  flex-wrap: wrap;
}
.policy-actions .left-action {
  display: flex;
  align-items: center;
}
.policy-actions .left-action button {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.25rem 1rem;
  border-color: var(--highlight-soft);
  color: var(--text-white);
}
.policy-actions .left-action button mat-icon {
  font-size: 16px;
  margin-right: 0.5rem;
  color: var(--highlight-soft);
}
.policy-actions .right-actions {
  display: flex;
  gap: 0.5rem;
}
.policy-actions .right-actions button {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.25rem 1rem;
  border-color: var(--highlight-soft);
  color: var(--text-white);
}
.policy-actions .right-actions button mat-icon {
  font-size: 16px;
  margin-right: 0.5rem;
  color: var(--highlight-soft);
}
.policy-actions .right-actions .submit-button {
  background-color: var(--highlight-3);
  color: var(--surface-3);
  border-color: var(--highlight-3);
}
.policy-toggle-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  background-color: var(--surface-3);
  overflow: hidden;
  border: 1px solid var(--border-color);
  width: 100%;
}
.policy-toggle-tabs .tab {
  flex: 1;
  text-align: center;
  padding: 0.75rem 1rem;
  font-weight: 500;
  font-size: 0.875rem;
  color: var(--text-soft);
  background: transparent;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.policy-toggle-tabs .tab:hover {
  background-color: rgba(0, 255, 191, 0.05);
}
.policy-toggle-tabs .tab.active {
  background-color: var(--surface-active);
  color: var(--highlight-strong);
  box-shadow: inset 0 -3px 0 var(--highlight-strong);
  border-bottom: none;
}
.search-container {
  padding: 1rem 0;
}
.search-container .search-field {
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 255, 191, 0.05);
}
.search-container .search-field ::ng-deep .mat-form-field-flex {
  background-color: var(--surface-6);
  border-radius: 8px;
  border: 1px solid var(--border-color);
}
.search-container .search-field ::ng-deep .mat-form-field-outline {
  display: none;
}
.search-container .search-field input.mat-input-element {
  color: var(--highlight-soft);
}
.search-container .search-field mat-icon {
  color: var(--highlight-soft);
}
.edit-contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 2rem;
  margin-top: 1rem;
}
.edit-contact-form label {
  grid-column: span 2;
  font-weight: bold;
  margin-bottom: 0.25rem;
  color: var(--text-label);
}
.edit-contact-form input {
  grid-column: span 2;
  padding: 0.5rem 0.75rem;
  border: 1px solid var(--mid-neutral-3);
  background-color: var(--dark-neutral);
  color: var(--text-input);
  font-size: 0.95rem;
  width: 100%;
}
.edit-contact-form button[type=submit] {
  grid-column: span 2;
  justify-self: end;
  padding: 0.5rem 1rem;
  background-color: var(--highlight-6);
  color: var(--text-white);
  border: none;
  cursor: pointer;
}
.edit-contact-form button[type=submit]:hover {
  background-color: var(--highlight-7);
}
.profile-header {
  position: relative;
  height: 100px;
  background: var(--profile-header-gradient);
  background-blend-mode: overlay;
  border-bottom: 1px solid rgba(0, 255, 191, 0.3);
  box-shadow: inset 0 -1px 2px rgba(0, 255, 191, 0.1);
}
.profile-avatar-wrapper {
  --avatar-size: 120px;
  position: absolute;
  bottom: -110px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.profile-avatar-wrapper .avatar-container {
  position: relative;
  width: var(--avatar-size, 120px);
  height: var(--avatar-size, 120px);
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--highlight);
  background-color: var(--surface-darkest);
  box-shadow: 0 0 10px rgba(0, 255, 191, 0.4);
}
.profile-avatar-wrapper .avatar-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.profile-avatar-wrapper .dashboard-avatar-initials {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(var(--avatar-size, 120px) * 0.35);
  font-weight: 700;
  color: var(--highlight);
  background-color: var(--deep-green-9);
  -webkit-user-select: none;
  user-select: none;
}
.profile-avatar-wrapper .profile-avatar {
  width: var(--avatar-size, 120px);
  height: var(--avatar-size, 120px);
  border-radius: 50%;
  border: 3px solid var(--highlight);
  object-fit: cover;
  background-color: var(--surface-darkest);
  box-shadow: 0 0 10px rgba(0, 255, 191, 0.4);
}
.profile-avatar-wrapper .avatar-button {
  position: absolute;
  right: 2px;
  bottom: 35px;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--highlight);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  cursor: pointer;
  z-index: 5;
  outline: none;
  box-shadow: none;
}
.profile-avatar-wrapper .avatar-button:focus,
.profile-avatar-wrapper .avatar-button:focus-visible {
  outline: none;
  box-shadow: none;
}
.profile-avatar-wrapper .avatar-button:hover mat-icon {
  filter: drop-shadow(0 0 2px rgba(0, 255, 195, 0.6));
}
.profile-avatar-wrapper .avatar-button mat-icon {
  font-size: 18px;
}
.profile-avatar-wrapper .profile-name-block {
  margin-top: 0.5rem;
}
.profile-avatar-wrapper .profile-name-block h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-white);
  margin: 0;
}
.profile-avatar-wrapper .profile-name-block p {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--text-white);
  margin: 0;
}
.toggle-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8rem;
  background-color: var(--surface-3);
  overflow: hidden;
  border: 1px solid var(--border-color);
  width: 100%;
}
.toggle-tabs .tab {
  flex: 1;
  text-align: center;
  padding: 0.75rem 1rem;
  font-weight: 500;
  font-size: 0.875rem;
  color: var(--text-soft);
  background: transparent;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.toggle-tabs .tab:hover {
  background-color: rgba(0, 255, 191, 0.05);
}
.toggle-tabs .tab.active {
  background-color: var(--surface-active);
  color: var(--highlight-strong);
  box-shadow: inset 0 -3px 0 var(--highlight-strong);
  border-bottom: none;
}
.section {
  background-color: var(--surface-3);
  border-left: 1px solid var(--highlight);
  border-right: 1px solid var(--highlight);
  margin-top: 2rem;
  padding: 2rem;
  color: var(--text-white);
  border-top: 4px solid var(--highlight-strong);
  border-bottom: 4px solid var(--highlight-strong);
}
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.section-header h3 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--highlight);
  margin: 0;
}
.section-header .edit-button {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  color: var(--highlight);
  cursor: pointer;
  font-size: 0.875rem;
}
.section-header .edit-button mat-icon {
  font-size: 18px;
}
.settings-list,
.contact-settings-list,
.dependents-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.settings-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background-color: var(--surface-5);
  border: 1px solid var(--border-color);
}
.settings-item mat-icon {
  color: var(--highlight-soft);
  font-size: 20px;
  margin-top: 3px;
}
.settings-item .label {
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--text-white);
  min-width: 100px;
}
.settings-item .action-link {
  color: var(--highlight-soft);
  font-size: 0.875rem;
  text-align: right;
  flex-grow: 1;
}
.empty-text {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  text-align: center;
}
.contact-settings-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background-color: var(--surface-5);
  border: 1px solid var(--border-color);
}
.contact-settings-item mat-icon {
  color: var(--highlight-soft);
  font-size: 20px;
  margin-right: 0.5rem;
}
.contact-settings-item .label {
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--text-white);
  flex-grow: 1;
}
.contact-settings-item .value {
  font-size: 0.875rem;
  color: var(--highlight-soft);
  text-align: right;
}
.dependent-card {
  display: flex;
  align-items: center;
  background-color: var(--surface-5);
  border: 1px solid var(--border-color);
  padding: 1rem;
}
.avatar-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--highlight);
  color: var(--surface-5);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}
.coverage-tags {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.coverage-tag {
  background-color: var(--surface-active);
  color: var(--highlight-soft);
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
}
.dependent-actions {
  margin-left: auto;
  display: flex;
  gap: 1rem;
}
.dependent-actions button {
  background: var(--surface-5);
  width: 32px;
  height: 34px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dependent-actions button mat-icon {
  margin-top: 0.25rem;
  font-size: 18px;
  color: var(--highlight-soft);
}
.summary-section {
  margin-top: 2rem;
  border-top: 2px solid var(--highlight-strong);
  padding-top: 1rem;
}
.summary-header {
  font-weight: 600;
  color: var(--highlight-soft);
  margin-bottom: 1rem;
}
.summary-block {
  background-color: var(--surface-5);
  border: 1px solid var(--border-color);
  padding: 1rem;
  margin-bottom: 1rem;
}
.summary-line {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  color: var(--highlight-soft);
}
.dependant-dialog {
  background-color: var(--surface-3);
  color: var(--text-white);
  padding: 2rem;
  width: 100%;
  max-width: 420px;
  box-shadow: 0 0 20px rgba(0, 255, 191, 0.15);
}
.dependant-dialog .dialog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.dependant-dialog .dialog-header h3 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-white);
}
.dependant-dialog .dialog-header .close-button {
  color: var(--highlight);
}
.dependant-dialog .input-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.25rem;
}
.dependant-dialog .input-group label {
  font-size: 0.75rem;
  color: var(--text-muted);
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.dependant-dialog .input-group input,
.dependant-dialog .input-group select {
  padding: 0.5rem 0.75rem;
  background-color: var(--surface-8);
  border: 1px solid var(--border-color);
  border-radius: 4px;
  color: var(--text-white);
  font-size: 0.875rem;
  outline: none;
}
.dependant-dialog .input-group input:focus,
.dependant-dialog .input-group select:focus {
  border-color: var(--highlight);
}
.dependant-dialog .input-group select {
  appearance: none;
}
.dependant-dialog .checkbox-group {
  margin: 1.5rem 0;
}
.dependant-dialog .checkbox-group label {
  font-size: 0.75rem;
  color: var(--text-muted);
  display: block;
  margin-bottom: 0.5rem;
}
.dependant-dialog .checkbox-group .row {
  display: flex;
  gap: 2rem;
}
.dependant-dialog .checkbox-group .checkbox-label {
  font-size: 0.875rem;
  color: var(--text-white);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.dependant-dialog .checkbox-group .checkbox-label input[type=checkbox] {
  accent-color: var(--highlight);
}
.dependant-dialog .dialog-actions {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}
.dependant-dialog .dialog-actions button {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 4px;
}
.dependant-dialog .dialog-actions button[type=button] {
  background-color: var(--surface-darkest);
  color: var(--text-white);
  border: 1px solid var(--border-color);
}
.dependant-dialog .dialog-actions button[type=submit] {
  background-color: var(--highlight);
  color: var(--surface-3);
}
.dependant-dialog .dialog-actions button[type=submit]:disabled {
  background-color: var(--deep-green-10);
  opacity: 0.4;
  cursor: not-allowed;
}
.loading {
  opacity: 0.6;
  pointer-events: none;
}
.skeleton {
  background:
    linear-gradient(
      90deg,
      var(--background) 25%,
      var(--hover-bg) 50%,
      var(--background) 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
}
@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.transition-all {
  transition: all 0.2s ease;
}
.transition-colors {
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease;
}
.transition-transform {
  transition: transform 0.2s ease;
}
.transition-opacity {
  transition: opacity 0.2s ease;
}
.hover-lift:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}
.hover-scale:hover {
  transform: scale(1.05);
}
.hover-rotate:hover {
  transform: rotate(5deg);
}
.mat-card {
  border-radius: var(--radius-xl) !important;
  box-shadow: var(--shadow) !important;
  border: 1px solid var(--border-color) !important;
}
.mat-button,
.mat-raised-button,
.mat-stroked-button {
  border-radius: var(--radius-lg) !important;
  font-weight: 400 !important;
}
.mat-form-field .mat-form-field-outline {
  border-radius: var(--radius-lg) !important;
}
.mat-menu-panel {
  border-radius: var(--radius-lg) !important;
  box-shadow: var(--shadow-lg) !important;
  border: 1px solid var(--border-color) !important;
  background-color: var(--surface-black) !important;
}
.mat-chip {
  border-radius: var(--radius-full) !important;
  font-weight: 500 !important;
}
.mat-tab-label {
  font-weight: 500 !important;
}
.mat-expansion-panel {
  border-radius: var(--radius-lg) !important;
  box-shadow: var(--shadow) !important;
  border: 1px solid var(--border-color) !important;
}
.mat-dialog-container {
  border-radius: var(--radius-xl) !important;
  box-shadow: var(--shadow-lg) !important;
}
.mat-snack-bar-container {
  border-radius: var(--radius-lg) !important;
  box-shadow: var(--shadow-lg) !important;
}
[data-theme=dark] .mat-card {
  background-color: var(--card-bg) !important;
  color: var(--text-primary) !important;
}
[data-theme=dark] .mat-form-field-appearance-outline .mat-form-field-outline {
  color: var(--border-color) !important;
}
[data-theme=dark] .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: var(--primary) !important;
}
[data-theme=dark] .mat-menu-panel {
  background-color: var(--surface-black) !important;
  color: var(--text-primary) !important;
}
[data-theme=dark] .mat-option {
  color: var(--text-primary) !important;
}
[data-theme=dark] .mat-option:hover {
  background-color: var(--hover-bg) !important;
}
[data-theme=dark] .mat-select-value,
[data-theme=dark] .mat-input-element {
  color: var(--text-primary) !important;
}
[data-theme=dark] .mat-form-field-label,
[data-theme=dark] .mat-header-cell {
  color: var(--text-secondary) !important;
}
[data-theme=dark] .mat-table {
  background-color: var(--card-bg) !important;
  color: var(--text-primary) !important;
}
[data-theme=dark] .mat-cell {
  color: var(--text-primary) !important;
}
[data-theme=dark] .mat-row:hover {
  background-color: var(--hover-bg) !important;
}
.claim-history-wrapper {
  padding: 2rem;
  color: var(--text-white);
  background-color: var(--background);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  font-family: var(--font-family-alt);
}
.claim-history-wrapper .top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.claim-history-wrapper .back-and-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.claim-history-wrapper .back-and-title .back-button {
  background: none;
  border: none;
  color: var(--highlight-soft);
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
}
.claim-history-wrapper .back-and-title .back-button mat-icon {
  font-size: 1.5rem;
}
.claim-history-wrapper .back-and-title .back-button:hover {
  color: var(--highlight-8);
}
.claim-history-wrapper .back-and-title h2 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-subtle-2);
}
.claim-history-wrapper .submit-button {
  background-color: var(--highlight-4);
  color: var(--deep-green-5);
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  border: none;
  font-weight: 500;
  cursor: pointer;
}
.claim-history-wrapper .submit-button:hover {
  background-color: var(--highlight-5);
}
.claim-history-wrapper .search-filter-row {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.claim-history-wrapper .search-filter-row .search-bar {
  flex: 1;
  display: flex;
  align-items: center;
  background-color: var(--highlight-4);
  border: 1px solid var(--surface-strong-hover);
  padding: 0.5rem 1rem;
}
.claim-history-wrapper .search-filter-row .search-bar mat-icon {
  color: var(--highlight-4);
  margin-right: 0.5rem;
}
.claim-history-wrapper .search-filter-row .search-bar input {
  background: transparent;
  border: none;
  color: var(--text-subtle-2);
  width: 100%;
  font-size: 0.95rem;
}
.claim-history-wrapper .search-filter-row .search-bar input:focus {
  outline: none;
}
.claim-history-wrapper .search-filter-row .filter-button {
  background-color: transparent;
  border: 1px solid var(--highlight-4);
  color: var(--highlight-4);
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  cursor: pointer;
}
.claim-history-wrapper .search-filter-row .filter-button:hover {
  background-color: var(--deep-green-6);
}
.claim-history-wrapper .action-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.claim-history-wrapper .action-bar .filter-button {
  background-color: transparent;
  border: 1px solid var(--highlight-4);
  color: var(--highlight-4);
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  cursor: pointer;
}
.claim-history-wrapper .action-bar .filter-button:hover {
  background-color: var(--deep-green-6);
}
.claim-history-wrapper .action-bar .submit-button {
  background-color: var(--highlight-4);
  color: var(--deep-green-5);
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  border: none;
  font-weight: 500;
  cursor: pointer;
}
.claim-history-wrapper .action-bar .submit-button:hover {
  background-color: var(--highlight-5);
}
.claim-history-wrapper .claim-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.claim-history-wrapper .claim-list .claim-card {
  background-color: var(--surface-4);
  border: 1px solid var(--deep-green-7);
  border-radius: 6px;
  padding: 1rem 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.claim-history-wrapper .claim-list .claim-card .left-info {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.claim-history-wrapper .claim-list .claim-card .left-info .icon {
  color: var(--highlight-4);
  font-size: 2rem;
}
.claim-history-wrapper .claim-list .claim-card .left-info .details {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.claim-history-wrapper .claim-list .claim-card .left-info .details h3 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-white);
}
.claim-history-wrapper .claim-list .claim-card .left-info .details p {
  font-size: 0.85rem;
  color: var(--text-subtle-3);
}
.claim-history-wrapper .claim-list .claim-card .left-info .details .documents {
  font-size: 0.75rem;
  color: var(--highlight-8);
}
.claim-history-wrapper .claim-list .claim-card .right-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.25rem;
}
.claim-history-wrapper .claim-list .claim-card .right-info .status {
  background-color: var(--deep-blue);
  color: var(--highlight-blue);
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 8px;
}
.claim-history-wrapper .claim-list .claim-card .right-info .claim-number {
  font-size: 0.85rem;
  color: var(--text-white);
}
.claim-history-wrapper .claim-list .claim-card .right-info .view-link {
  color: var(--highlight-4);
  font-size: 0.75rem;
  text-decoration: underline;
  cursor: pointer;
}
.claim-history-wrapper .claim-list .claim-card .right-info .view-link:hover {
  color: var(--highlight-8);
}
.submit-claim-container {
  padding: 2rem;
  background-color: var(--background);
  color: var(--text-white);
  font-family: var(--font-family-alt);
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.submit-claim-container .form-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.submit-claim-container .form-header .back-button {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: var(--highlight-soft);
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
.submit-claim-container .form-header .back-button:hover {
  color: var(--highlight-8);
}
.submit-claim-container .form-header .form-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-subtle-2);
}
.submit-claim-container .form-section {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background-color: var(--surface-4);
  border: 1px solid var(--surface-strong-hover);
  padding: 1.5rem;
}
.submit-claim-container .form-section .section-label {
  font-size: 1rem;
  font-weight: 600;
  color: #aaffee;
}
.submit-claim-container .form-section .section-subtext {
  font-size: 0.875rem;
  color: var(--text-subtle-3);
}
.submit-claim-container .form-section .custom-select {
  background-color: var(--highlight-4);
  border: none;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  color: var(--deep-green-5);
  font-weight: 500;
  appearance: none;
}
.submit-claim-container .form-section .custom-select:focus {
  outline: 2px solid var(--highlight-8);
}
.submit-claim-container .form-section textarea {
  background-color: var(--surface-4);
  border: 1px solid var(--surface-strong-hover);
  color: var(--text-subtle-2);
  padding: 1rem;
  border-radius: 4px;
  resize: vertical;
  min-height: 100px;
  font-size: 0.95rem;
}
.submit-claim-container .form-section .upload-box {
  border: 2px dashed var(--highlight-4);
  border-radius: 6px;
  padding: 2rem;
  display: flex;
  justify-content: center;
}
.submit-claim-container .form-section .upload-box .upload-zone {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
}
.submit-claim-container .form-section .upload-box .upload-zone .upload-icon {
  font-size: 2rem;
  color: var(--highlight-4);
}
.submit-claim-container .form-section .upload-box .upload-zone .browse-button {
  margin-top: 1rem;
  background-color: transparent;
  border: 1px solid var(--highlight-4);
  padding: 0.5rem 1rem;
  color: var(--highlight-4);
  border-radius: 4px;
  cursor: pointer;
}
.submit-claim-container .form-section .upload-box .upload-zone .browse-button:hover {
  background-color: var(--deep-green-6);
}
.submit-claim-container .form-section .checkbox-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: #e0fdfa;
}
.submit-claim-container .form-section .checkbox-container input[type=checkbox] {
  width: 16px;
  height: 16px;
  accent-color: var(--highlight-4);
}
.submit-claim-container .form-section .terms-note {
  font-size: 0.75rem;
  color: var(--text-neutral-soft);
}
.submit-claim-container .form-section .terms-note .terms-link {
  color: var(--highlight-4);
  text-decoration: underline;
}
.submit-claim-container .form-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
.submit-claim-container .form-actions .draft-button,
.submit-claim-container .form-actions .submit-button {
  min-width: 140px;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  font-size: 1rem;
}
.submit-claim-container .form-actions .draft-button {
  background: transparent;
  color: var(--highlight-soft);
  border: 1px solid var(--highlight-soft);
}
.submit-claim-container .form-actions .draft-button:hover {
  background-color: var(--deep-green-6);
}
.submit-claim-container .form-actions .submit-button {
  background-color: var(--highlight-4);
  color: var(--deep-green-5);
}
.submit-claim-container .form-actions .submit-button:hover {
  background-color: var(--highlight-5);
}
.policy-dialog {
  --panel-bg: rgba(20, 32, 28, 0.9);
  --card-bg: rgba(255, 255, 255, 0.04);
  --border: rgba(255, 255, 255, 0.12);
  --text: #e9f1ec;
  --muted: #a2b3ab;
  --accent: #28c76f;
  --warn: #ff9f43;
  --danger: #ea5455;
  color: var(--text);
  background: transparent;
  max-width: 720px;
}
.dialog-header {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 8px;
  margin-bottom: 8px;
}
.title-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.dialog-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.2;
}
.close-btn {
  margin: -8px -8px 0 0;
}
.status-chip {
  inline-size: fit-content;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  border: 1px solid var(--border);
  background: var(--card-bg);
}
.status-active,
.badge-success {
  color: var(--accent);
  border-color: rgba(40, 199, 111, 0.35);
}
.status-pending {
  color: var(--warn);
  border-color: rgba(255, 159, 67, 0.35);
}
.status-canceled,
.status-expired {
  color: var(--danger);
  border-color: rgba(234, 84, 85, 0.35);
}
.subtitle {
  margin: 2px 0 16px;
  color: var(--muted);
}
.summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 20px;
  padding: 14px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--card-bg);
}
.summary-item {
  display: grid;
  gap: 4px;
}
.summary-item .label {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.summary-item .value {
  font-weight: 600;
  word-break: break-word;
}
.mono {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Consolas,
    monospace;
}
.info-text {
  margin: 14px 0 8px;
  color: var(--muted);
}
.divider {
  height: 1px;
  background: var(--border);
  margin: 18px 0;
}
.coverage-section h4 {
  margin: 0 0 12px;
  font-size: 1.05rem;
}
.coverage-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.coverage-card {
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--card-bg);
  padding: 14px;
}
.coverage-card__head {
  margin-bottom: 10px;
}
.coverage-title {
  margin: 0 0 4px;
  font-size: 1rem;
}
.coverage-desc {
  margin: 0;
  color: var(--muted);
}
.coverage-card__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
}
.coverage-field .label {
  display: block;
  color: var(--muted);
  font-size: 12px;
  margin-bottom: 4px;
}
.coverage-field .value {
  font-weight: 600;
}
.dialog-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 18px;
}
@media (max-width: 640px) {
  .summary-grid,
  .coverage-card__grid {
    grid-template-columns: 1fr;
  }
  .dialog-title {
    font-size: 1.1rem;
  }
}
.sr-only {
  position: absolute !important;
  inline-size: 1px;
  block-size: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.dashboard-avatar-initials {
  width: 144px;
  height: 144px;
  border-radius: 50%;
  background-color: var(--surface-5);
  color: var(--highlight-soft);
  font-weight: bold;
  font-size: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.dashboard-header {
  position: relative;
  height: 140px;
  background: var(--dashboard-header-gradient);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.dashboard-header .dashboard-avatar-wrapper {
  position: absolute;
  bottom: -100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dashboard-header .dashboard-avatar-wrapper .dashboard-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid var(--highlight);
  object-fit: cover;
  background-color: var(--light-neutral);
  box-shadow: 0 0 10px rgba(0, 255, 191, 0.4);
}
.dashboard-header .dashboard-avatar-wrapper .avatar-button {
  position: absolute;
  bottom: 90px;
  right: 30px;
  background-color: var(--highlight-10);
  color: var(--surface-black);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 255, 191, 0.4);
  cursor: pointer;
}
.dashboard-header .dashboard-avatar-wrapper .dashboard-welcome {
  margin-top: 1rem;
  text-align: center;
  color: var(--text-white);
}
.dashboard-header .dashboard-avatar-wrapper .dashboard-welcome h2 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
}
.dashboard-header .dashboard-avatar-wrapper .dashboard-welcome p {
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0;
  color: var(--text-subtle);
}
.quick-actions {
  margin-top: 8rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding: 0 1rem;
}
.quick-actions .quick-action-card {
  background-color: var(--surface-5);
  border: 1px solid var(--border-color);
  padding: 1rem;
  text-align: center;
  color: var(--text-subtle);
  font-weight: 400;
  cursor: pointer;
  transition: background-color 0.3s;
}
.quick-actions .quick-action-card:hover {
  background-color: #004a4a;
}
.quick-actions .quick-action-card mat-icon {
  display: block;
  margin: 0 auto 0.5rem;
  font-size: 24px;
  color: var(--highlight);
}
.dashboard-content-card {
  background-color: var(--surface-2);
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  padding: 1rem 1.5rem;
  margin: 2rem 1rem;
  position: relative;
  overflow: hidden;
}
.dashboard-content-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  width: 100%;
  background: var(--top-strip-gradient);
}
.dashboard-content-card .section-title {
  padding-bottom: 10px;
  color: var(--text-white);
  font-size: 1.25rem;
  font-weight: 600;
}
.dashboard-content-card .notifications-section,
.dashboard-content-card .policies-section {
  margin-bottom: 2rem;
}
.dashboard-content-card .notifications-section .notification,
.dashboard-content-card .notifications-section .policy-item,
.dashboard-content-card .policies-section .notification,
.dashboard-content-card .policies-section .policy-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 0;
  color: var(--text-very-soft);
  border-bottom: 1px solid var(--border-color-soft);
}
.dashboard-content-card .notifications-section .notification:last-child,
.dashboard-content-card .notifications-section .policy-item:last-child,
.dashboard-content-card .policies-section .notification:last-child,
.dashboard-content-card .policies-section .policy-item:last-child {
  border-bottom: none;
}
.dashboard-content-card .notifications-section .notification .left,
.dashboard-content-card .notifications-section .policy-item .left,
.dashboard-content-card .policies-section .notification .left,
.dashboard-content-card .policies-section .policy-item .left {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.dashboard-content-card .notifications-section .notification .left mat-icon,
.dashboard-content-card .notifications-section .policy-item .left mat-icon,
.dashboard-content-card .policies-section .notification .left mat-icon,
.dashboard-content-card .policies-section .policy-item .left mat-icon {
  font-size: 28px;
  color: var(--highlight);
}
.dashboard-content-card .notifications-section .notification .left .text-block,
.dashboard-content-card .notifications-section .policy-item .left .text-block,
.dashboard-content-card .policies-section .notification .left .text-block,
.dashboard-content-card .policies-section .policy-item .left .text-block {
  display: flex;
  flex-direction: column;
}
.dashboard-content-card .notifications-section .notification .left .text-block .title,
.dashboard-content-card .notifications-section .policy-item .left .text-block .title,
.dashboard-content-card .policies-section .notification .left .text-block .title,
.dashboard-content-card .policies-section .policy-item .left .text-block .title {
  font-weight: 600;
  color: var(--text-white);
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.dashboard-content-card .notifications-section .notification .left .text-block .description,
.dashboard-content-card .notifications-section .policy-item .left .text-block .description,
.dashboard-content-card .policies-section .notification .left .text-block .description,
.dashboard-content-card .policies-section .policy-item .left .text-block .description {
  font-size: 0.875rem;
  color: var(--text-subtle);
  margin-bottom: 0.25rem;
}
.dashboard-content-card .notifications-section .notification .left .text-block .time,
.dashboard-content-card .notifications-section .policy-item .left .text-block .time,
.dashboard-content-card .policies-section .notification .left .text-block .time,
.dashboard-content-card .policies-section .policy-item .left .text-block .time {
  font-size: 0.75rem;
  color: var(--text-muted);
}
.dashboard-content-card .notifications-section .notification .status,
.dashboard-content-card .notifications-section .policy-item .status,
.dashboard-content-card .policies-section .notification .status,
.dashboard-content-card .policies-section .policy-item .status {
  background-color: rgba(0, 255, 191, 0.08);
  color: var(--highlight);
  padding: 0.25rem 0.75rem;
  border: 1px solid var(--highlight);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 500;
  white-space: nowrap;
}
.dashboard-content-card .notifications-section .view-all,
.dashboard-content-card .policies-section .view-all {
  text-align: center;
  font-size: 0.875rem;
  color: var(--highlight);
  cursor: pointer;
  margin-top: 1rem;
}
.document-groups {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.document-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.group-header {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1rem;
  color: var(--highlight);
  padding-left: 0.25rem;
  gap: 0.5rem;
  border-left: 3px solid var(--highlight);
}
.document-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.document-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--surface-2);
  border: 1px solid var(--border-color-soft);
  padding: 1.25rem 1rem;
  border-radius: 4px;
  color: var(--text-white);
}
.document-row .left {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.document-row .left .doc-icon {
  font-size: 1.5rem;
  color: var(--highlight);
}
.document-row .left .info .title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-white);
}
.document-row .left .info .subtitle {
  font-size: 0.85rem;
  color: var(--highlight-soft);
}
.document-row .right {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.document-row .right .download-icon {
  font-size: 1.25rem;
  color: var(--highlight);
  cursor: pointer;
}
.document-row .right .date-pill {
  background-color: var(--surface-7);
  border: 1px solid var(--highlight);
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  font-size: 0.75rem;
  color: var(--highlight);
}
.documents-header {
  background-color: var(--background-soft);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.notifications-container {
  padding: 2rem;
  background-color: var(--light-neutral-2);
  color: var(--text-neutral);
  font-family: var(--font-family-alt);
}
.notifications-container .search-container {
  width: 100%;
}
.notifications-container .search-container .search-field {
  width: 100%;
}
.notifications-container .search-container .search-field ::ng-deep .mat-form-field-flex {
  background-color: var(--surface-6);
  border-radius: 8px;
  border: 1px solid var(--border-color);
}
.notifications-container .search-container .search-field ::ng-deep .mat-form-field-outline {
  display: none;
}
.notifications-container .search-container .search-field input.mat-input-element {
  color: var(--highlight-soft);
}
.notifications-container .search-container .search-field mat-icon {
  color: var(--highlight-soft);
}
.notifications-container .documents-toolbar {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.notifications-container .documents-toolbar .toolbar-left,
.notifications-container .documents-toolbar .toolbar-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.notifications-container .documents-toolbar .filter-button,
.notifications-container .documents-toolbar .sort-button {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 1rem;
  background-color: var(--surface-7);
  border: 1px solid var(--highlight);
  color: var(--highlight);
  font-size: 0.85rem;
  cursor: pointer;
}
.notifications-container .documents-toolbar .filter-button mat-icon,
.notifications-container .documents-toolbar .sort-button mat-icon {
  font-size: 1.2rem;
  color: var(--highlight);
}
.notifications-container .documents-toolbar .filter-button:hover,
.notifications-container .documents-toolbar .sort-button:hover {
  background-color: var(--surface-toolbar-hover);
}
.notifications-container .documents-toggle-tabs {
  display: flex;
  justify-content: center;
  border: 1px solid var(--border-color);
  background-color: var(--surface-3);
  overflow: hidden;
}
.notifications-container .documents-toggle-tabs .tab {
  flex: 1;
  text-align: center;
  padding: 0.75rem 1rem;
  font-weight: 500;
  font-size: 0.875rem;
  color: var(--text-soft);
  background: transparent;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.notifications-container .documents-toggle-tabs .tab:hover {
  background-color: rgba(0, 255, 191, 0.05);
}
.notifications-container .documents-toggle-tabs .tab.active {
  background-color: var(--surface-active);
  color: var(--highlight-strong);
  box-shadow: inset 0 -3px 0 var(--highlight-strong);
}
.notifications-container .document-groups {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.notifications-container .document-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.notifications-container .group-header {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1rem;
  color: var(--highlight);
  padding-left: 0.25rem;
  gap: 0.5rem;
  border-left: 3px solid var(--highlight);
}
.notifications-container .document-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.notifications-container .document-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--surface-2);
  border: 1px solid var(--border-color-soft);
  padding: 1.25rem 1rem;
  border-radius: 4px;
  color: var(--text-white);
}
.notifications-container .document-row .left {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.notifications-container .document-row .left .doc-icon {
  font-size: 1.5rem;
  color: var(--highlight);
}
.notifications-container .document-row .left .info .title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-white);
}
.notifications-container .document-row .left .info .subtitle {
  font-size: 0.85rem;
  color: var(--highlight-soft);
}
.notifications-container .document-row .right {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.notifications-container .document-row .right .download-icon {
  font-size: 1.25rem;
  color: var(--highlight);
  cursor: pointer;
}
.notifications-container .document-row .right .date-pill {
  background-color: var(--surface-7);
  border: 1px solid var(--highlight);
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  font-size: 0.75rem;
  color: var(--highlight);
}
.filter-button {
  background-color: transparent;
  border: 1px solid var(--highlight-4);
  color: var(--highlight-4);
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  cursor: pointer;
}
.filter-button:hover {
  background-color: var(--deep-green-6);
}
.action-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.action-bar .filter-button {
  background-color: transparent;
  border: 1px solid var(--highlight-4);
  color: var(--highlight-4);
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  cursor: pointer;
}
.action-bar .filter-button:hover {
  background-color: var(--deep-green-6);
}
.action-bar .submit-button {
  background-color: var(--highlight-4);
  color: var(--deep-green-5);
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  border: none;
  font-weight: 500;
  cursor: pointer;
}
.action-bar .submit-button:hover {
  background-color: var(--highlight-5);
}
.claim-details-dialog {
  background-color: var(--background);
  border: 1px solid var(--highlight-2);
  border-radius: 8px;
  padding: 2rem;
  max-width: 600px;
  box-shadow: 0 4px 12px rgba(0, 255, 191, 0.1);
  color: var(--text-subtle);
  font-family: "Segoe UI", sans-serif;
}
.claim-details-dialog .claim-dialog-header {
  margin-bottom: 1.5rem;
}
.claim-details-dialog .claim-dialog-header h2 {
  margin: 0;
  font-size: 1.5rem;
  color: var(--highlight-2);
}
.claim-details-dialog .claim-dialog-header .claim-dialog-subtitle {
  font-size: 0.95rem;
  color: var(--highlight-11);
}
.claim-details-dialog .claim-details-body .claim-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.claim-details-dialog .claim-details-body .claim-info-grid .claim-details-item label {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--highlight-12);
  display: block;
  margin-bottom: 0.25rem;
}
.claim-details-dialog .claim-details-body .claim-info-grid .claim-details-item span {
  font-size: 0.875rem;
  color: var(--text-white);
}
.claim-details-dialog .claim-details-body .claim-info-grid .claim-details-item .claim-status-badge {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  border-radius: 999px;
  background-color: var(--surface-active);
  color: var(--highlight-2);
  font-weight: 600;
  font-size: 0.75rem;
}
.claim-details-dialog .claim-details-body .claim-details-section {
  margin-top: 2rem;
}
.claim-details-dialog .claim-details-body .claim-details-section .claim-section-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--highlight-2);
  margin-bottom: 0.5rem;
}
.claim-details-dialog .claim-details-body .claim-details-section p {
  color: var(--text-pale);
  font-size: 0.875rem;
}
.claim-details-dialog .claim-details-body .claim-document-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--deep-green-8);
  border: 1px solid rgba(0, 255, 191, 0.2);
  padding: 0.75rem 1rem;
  border-radius: 6px;
  margin-bottom: 0.75rem;
}
.claim-details-dialog .claim-details-body .claim-document-row .claim-document-name {
  display: flex;
  align-items: center;
  color: var(--text-subtle);
}
.claim-details-dialog .claim-details-body .claim-document-row .claim-document-name mat-icon {
  font-size: 20px;
  margin-right: 0.5rem;
  color: var(--highlight-2);
}
.claim-details-dialog .claim-details-body .claim-document-row .claim-download-button {
  background-color: transparent;
  border: 1px solid var(--highlight-2);
  color: var(--highlight-2);
  border-radius: 4px;
  padding: 0.35rem 1rem;
  font-size: 0.85rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.claim-details-dialog .claim-details-body .claim-document-row .claim-download-button:hover {
  background-color: var(--surface-5);
  border-color: var(--highlight-2);
}
.claim-details-dialog .claim-details-body .claim-document-row .claim-download-button mat-icon {
  font-size: 18px;
  line-height: 1;
}
.claim-details-dialog .claim-dialog-actions {
  text-align: right;
  margin-top: 1.5rem;
}
.claim-details-dialog .claim-dialog-actions button[mat-stroked-button] {
  border-color: var(--highlight-2);
  color: var(--highlight-2);
}
.claim-details-dialog .claim-dialog-actions button[mat-stroked-button]:hover {
  background-color: var(--surface-5);
}
.dialog-container {
  background-color: var(--background);
  border: 1px solid var(--highlight-2);
  border-radius: 8px;
  padding: 2rem;
  max-width: 500px;
  margin: 0 auto;
  color: var(--text-subtle);
  font-family: "Segoe UI", sans-serif;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 255, 191, 0.1);
}
.dialog-container .icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.dialog-container .icon-wrapper .check-icon {
  font-size: 48px;
  color: var(--highlight-2);
}
.dialog-container h2 {
  margin: 0.5rem 0;
  font-size: 1.5rem;
  color: var(--highlight-2);
}
.dialog-container .subtext {
  font-size: 0.95rem;
  color: var(--text-subtle);
  margin-bottom: 1.5rem;
}
.dialog-container .ref-box {
  background-color: var(--deep-green-8);
  border: 1px solid rgba(0, 255, 191, 0.4);
  border-radius: 6px;
  padding: 1rem;
  margin-bottom: 1.5rem;
  text-align: left;
}
.dialog-container .ref-box label {
  font-size: 0.85rem;
  color: var(--highlight-12);
  font-weight: 600;
  display: block;
  margin-bottom: 0.25rem;
}
.dialog-container .ref-box .ref-number {
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-white);
}
.dialog-container .what-next {
  text-align: left;
  margin-bottom: 2rem;
}
.dialog-container .what-next p {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--highlight-2);
  margin-bottom: 0.5rem;
}
.dialog-container .what-next ul {
  padding-left: 1.25rem;
  list-style: disc;
  color: var(--text-pale);
  font-size: 0.85rem;
}
.dialog-container .what-next ul li {
  margin-bottom: 0.4rem;
}
.dialog-container .actions {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}
.dialog-container .actions button[mat-stroked-button] {
  border-color: var(--highlight-2);
  color: var(--highlight-2);
}
.dialog-container .actions button[mat-stroked-button]:hover {
  background-color: var(--surface-5);
}
.dialog-container .actions button[mat-flat-button] {
  background-color: var(--highlight-2);
  color: var(--background);
}
.dialog-container .actions button[mat-flat-button]:hover {
  background-color: var(--highlight-hover);
}
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 50, 50, 0.75);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.loading-overlay p {
  color: var(--text-subtle);
  margin-top: 1rem;
  font-size: 1rem;
}
.loading-overlay .spinner {
  border: 4px solid rgba(0, 255, 191, 0.2);
  border-top: 4px solid var(--highlight-2);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  animation: spin 0.9s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.documents-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
}
.documents-actions .search-container {
  width: 100%;
}
.documents-actions .search-container .search-field {
  width: 100%;
}
.documents-actions .toolbar-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.documents-toggle-tabs {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.documents-toggle-tabs .tab {
  background-color: transparent;
  border: 1px solid var(--highlight-2);
  color: var(--highlight-2);
  padding: 0.4rem 1rem;
  border-radius: 20px;
  font-size: 0.875rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.documents-toggle-tabs .tab.active {
  background-color: var(--surface-active);
  font-weight: 600;
}
.documents-toggle-tabs .tab:hover {
  background-color: var(--surface-5);
}
.documents-toolbar {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.documents-toolbar .filter-button,
.documents-toolbar .Filter-button {
  background-color: transparent;
  border: 1px solid var(--highlight-2);
  color: var(--highlight-2);
  border-radius: 6px;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.documents-toolbar .filter-button mat-icon,
.documents-toolbar .Filter-button mat-icon {
  font-size: 18px;
  color: var(--highlight-2);
}
.documents-toolbar .filter-button:hover,
.documents-toolbar .Filter-button:hover {
  background-color: var(--surface-5);
}
::ng-deep .user-menu,
::ng-deep .mat-menu-panel.user-menu {
  background-color: var(--deep-green-8) !important;
  color: var(--text-subtle) !important;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 255, 191, 0.2);
}
::ng-deep .user-menu .mat-menu-item {
  color: var(--text-subtle) !important;
}
::ng-deep .user-menu .mat-menu-item:hover {
  background-color: var(--surface-active) !important;
}
::ng-deep .user-menu .mat-menu-item mat-icon {
  color: var(--highlight-2) !important;
  margin-right: 0.5rem;
}
::ng-deep .taya-user-menu {
  background-color: var(--background) !important;
  color: var(--text-subtle);
}
::ng-deep .taya-user-menu .mat-menu-item {
  color: var(--text-subtle);
  font-weight: 500;
}
::ng-deep .taya-user-menu .mat-menu-item:hover {
  background-color: var(--surface-5);
}
::ng-deep .taya-user-menu .mat-menu-item mat-icon {
  color: var(--highlight-2);
}
::ng-deep .taya-user-menu mat-divider {
  background-color: rgba(0, 255, 191, 0.2);
}
.sidebar-logo-placeholder {
  padding: 12px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  overflow: hidden;
  border-top: 1px solid var(--border-light-2);
}
.sidebar-logo {
  max-width: 80px;
  opacity: 0.7;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  transition: background-color 9999s ease-in-out 0s;
  -webkit-text-fill-color: var(--text-white) !important;
  caret-color: var(--text-white);
  box-shadow: 0 0 0px 1000px var(--surface-2) inset !important;
  border-radius: 6px;
}
.new-conversation-dialog .mat-mdc-select-value,
.new-conversation-dialog .mat-mdc-select-min-line,
.new-conversation-dialog .mat-mdc-select-trigger {
  color: var(--highlight) !important;
  padding-left: 5px !important;
}
.new-conversation-dialog .mat-mdc-form-field .mdc-floating-label {
  color: var(--highlight) !important;
}
.shared-select-panel {
  background: var(--background) !important;
  color: var(--highlight) !important;
}
.shared-select-panel .mat-mdc-option,
.shared-select-panel .mdc-list-item__primary-text {
  color: var(--highlight) !important;
}
.shared-select-panel .mat-mdc-option.mdc-list-item--selected .mdc-list-item__primary-text,
.shared-select-panel .mat-mdc-option:hover .mdc-list-item__primary-text {
  color: var(--highlight) !important;
}
.sidebar-logo-placeholder img.login-logo {
  display: block;
  max-width: 140px;
  max-height: 40px;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.sidebar img,
.sidebar picture,
.sidebar svg {
  max-width: 100%;
  height: auto;
}
button,
a,
input,
select,
textarea,
.mat-button,
.mat-raised-button,
.mat-stroked-button,
.mat-flat-button,
.mat-icon-button {
  touch-action: manipulation;
}
* {
  word-break: break-word;
}
img,
video,
canvas,
svg {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .content {
    padding: var(--spacing-4);
  }
  .header-right {
    gap: 0.75rem;
  }
  .notifications-menu {
    width: min(320px, 100vw - 2rem);
  }
  .policy-content {
    gap: 1rem;
  }
  .dashboard-content-card {
    margin: 1.5rem 0.75rem;
    padding: 1rem;
  }
}
@media (max-width: 768px) {
  .content {
    padding: var(--spacing-3);
    min-height: auto;
    margin-left: 0 !important;
    width: 100% !important;
  }
  .header {
    padding: 0.65rem 0.9rem;
  }
  .header-container {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .header-logo-bar .login-logo {
    max-height: 40px;
  }
  .header-right {
    width: 100%;
    justify-content: flex-end;
    gap: 0.5rem;
  }
  .user-name {
    display: none;
  }
  .search-icon-button {
    width: 40px;
    height: 40px;
    padding: 0;
  }
  .notifications-menu {
    width: min(360px, 100vw - 1.25rem);
    max-width: calc(100vw - 1.25rem);
  }
  .sidebar {
    display: none !important;
  }
  .sidebar-nav {
    padding: 0.5rem 0;
  }
  .nav-item {
    padding: 0.65rem 0.9rem;
    font-size: 0.9rem;
  }
  .nav-item mat-icon {
    margin-right: 0.6rem;
  }
  .sidebar-footer {
    padding: 1rem;
  }
  .login-page {
    padding: 1.25rem;
  }
  .login-card {
    padding: 1.5rem;
    max-width: 100%;
  }
  .otp-container {
    gap: 0.4rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  .otp-input {
    width: 44px;
    height: 48px;
  }
  .policy-card {
    padding: 1rem;
  }
  .policy-content {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }
  .policy-header {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .policy-header h3 {
    font-size: 1.1rem;
  }
  .policy-row .value {
    min-width: 0;
    text-align: left;
  }
  .policy-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }
  .policy-actions .left-action,
  .policy-actions .right-actions {
    width: 100%;
  }
  .policy-actions .right-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .policy-actions button {
    width: 100%;
    justify-content: center;
    min-height: 44px;
  }
  .policy-toggle-tabs {
    flex-wrap: wrap;
  }
  .policy-toggle-tabs .tab {
    padding: 0.65rem 0.75rem;
    font-size: 0.85rem;
  }
  .profile-header {
    height: 90px;
  }
  .profile-avatar-wrapper {
    --avatar-size: 96px;
    bottom: -85px;
  }
  .profile-avatar-wrapper .profile-name-block h2 {
    font-size: 1.25rem;
  }
  .toggle-tabs {
    margin-top: 6.5rem;
  }
  .toggle-tabs .tab {
    padding: 0.65rem 0.75rem;
    font-size: 0.85rem;
  }
  .section {
    padding: 1.25rem;
  }
  .section-header {
    flex-wrap: wrap;
    gap: 0.75rem;
  }
  .settings-item,
  .contact-settings-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .settings-item .label,
  .contact-settings-item .label {
    min-width: 0;
  }
  .settings-item .value,
  .settings-item .action-link,
  .contact-settings-item .value,
  .contact-settings-item .action-link {
    text-align: left;
    width: 100%;
  }
  .dependent-card {
    flex-wrap: wrap;
    gap: 0.75rem;
  }
  .dependent-actions {
    margin-left: 0;
    width: 100%;
    justify-content: flex-end;
  }
  .summary-line {
    flex-direction: column;
    gap: 0.25rem;
    align-items: flex-start;
  }
  .edit-contact-form {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .edit-contact-form label,
  .edit-contact-form input,
  .edit-contact-form button[type=submit] {
    grid-column: span 1;
  }
  .edit-contact-form button[type=submit] {
    justify-self: stretch;
    min-height: 44px;
  }
  .dependant-dialog {
    padding: 1.25rem;
    max-width: 100%;
  }
  .dependant-dialog .checkbox-group .row {
    flex-direction: column;
    gap: 0.75rem;
  }
  .dependant-dialog .dialog-actions {
    flex-direction: column;
  }
  .dependant-dialog .dialog-actions button {
    width: 100%;
    min-height: 44px;
  }
  .claim-history-wrapper {
    padding: 1.25rem;
  }
  .claim-history-wrapper .top-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .claim-history-wrapper .search-filter-row {
    flex-direction: column;
    align-items: stretch;
  }
  .claim-history-wrapper .search-filter-row .filter-button {
    width: 100%;
    min-height: 44px;
  }
  .claim-history-wrapper .action-bar {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }
  .claim-history-wrapper .action-bar .filter-button,
  .claim-history-wrapper .action-bar .submit-button {
    width: 100%;
    min-height: 44px;
  }
  .claim-history-wrapper .claim-list .claim-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .claim-history-wrapper .claim-list .claim-card .right-info {
    align-items: flex-start;
  }
  .submit-claim-container {
    padding: 1.25rem;
  }
  .submit-claim-container .form-header {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .submit-claim-container .form-header .form-title {
    font-size: 1.25rem;
  }
  .submit-claim-container .form-section {
    padding: 1rem;
  }
  .submit-claim-container .form-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }
  .submit-claim-container .form-actions .draft-button,
  .submit-claim-container .form-actions .submit-button {
    width: 100%;
    min-height: 44px;
  }
  .documents-actions .toolbar-row {
    flex-direction: column;
    align-items: stretch;
  }
  .documents-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  .documents-toolbar .filter-button,
  .documents-toolbar .sort-button,
  .documents-toolbar .Filter-button {
    width: 100%;
    justify-content: center;
    min-height: 44px;
  }
  .documents-toggle-tabs {
    gap: 0.5rem;
  }
  .documents-toggle-tabs .tab {
    flex: 1;
    text-align: center;
    min-height: 44px;
  }
  .document-row,
  .notifications-container .document-row,
  .documents-header .document-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .document-row .right,
  .notifications-container .document-row .right,
  .documents-header .document-row .right {
    width: 100%;
    justify-content: space-between;
  }
  .claim-details-dialog {
    padding: 1.25rem;
    max-width: 100%;
  }
  .claim-details-dialog .claim-details-body .claim-info-grid {
    grid-template-columns: 1fr;
  }
  .dialog-container {
    padding: 1.25rem;
    max-width: 100%;
  }
  .dialog-container .actions {
    flex-direction: column;
  }
  .dialog-container .actions button {
    width: 100%;
    min-height: 44px;
  }
  .mat-menu-panel {
    max-width: calc(100vw - 1rem) !important;
  }
  .mat-dialog-container {
    max-width: 100vw !important;
  }
  body {
    padding-bottom: calc(var(--bottom-nav-height, 64px) + env(safe-area-inset-bottom, 0px));
  }
  .bottom-nav {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: var(--bottom-nav-height);
    padding-bottom: var(--bottom-nav-safe-padding);
    background: var(--surface-darkest);
    border-top: 1px solid rgba(0, 255, 191, 0.22);
    box-shadow: 0 -6px 18px rgba(0, 255, 191, 0.08);
    z-index: 2000;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }
  .bottom-nav__item {
    flex: 1;
    min-width: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    background: transparent;
    border: none;
    padding: 0.35rem 0.25rem;
    color: var(--text-soft);
    text-decoration: none;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
  .bottom-nav__icon {
    color: var(--highlight-soft);
    font-size: 22px;
    line-height: 1;
  }
  .bottom-nav__label {
    font-size: 0.7rem;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  .bottom-nav__item:hover {
    background-color: rgba(0, 255, 191, 0.05);
  }
  .bottom-nav__item.active,
  .bottom-nav__item.is-active,
  .bottom-nav__item[aria-current=page] {
    color: var(--highlight);
  }
  .bottom-nav__item.active .bottom-nav__icon,
  .bottom-nav__item.is-active .bottom-nav__icon,
  .bottom-nav__item[aria-current=page] .bottom-nav__icon {
    color: var(--highlight);
    filter: drop-shadow(0 0 2px rgba(0, 255, 191, 0.35));
  }
  .bottom-nav__item.active::before,
  .bottom-nav__item.is-active::before,
  .bottom-nav__item[aria-current=page]::before {
    content: "";
    position: absolute;
    bottom: calc(var(--bottom-nav-safe-padding) + 0px);
    width: 34px;
    height: 3px;
    border-radius: 999px;
    background: var(--highlight);
  }
  .bottom-nav button,
  .bottom-nav a {
    min-height: 44px;
  }
  .mobile-bottom-nav {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: var(--bottom-nav-height, 64px);
    padding-bottom: env(safe-area-inset-bottom, 0px);
    background: var(--surface-darkest);
    border-top: 1px solid rgba(0, 255, 191, 0.22);
    box-shadow: 0 -6px 18px rgba(0, 255, 191, 0.08);
    z-index: 2000;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }
  .mobile-bottom-nav__item {
    flex: 1;
    min-width: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    background: transparent;
    border: none;
    padding: 0.35rem 0.25rem;
    color: var(--text-soft);
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  .mobile-bottom-nav__item mat-icon {
    color: var(--highlight-soft);
    font-size: 22px;
    line-height: 1;
  }
  .mobile-bottom-nav__label {
    font-size: 0.7rem;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  .mobile-bottom-nav__item.active-link {
    color: var(--highlight);
  }
  .mobile-bottom-nav__item.active-link mat-icon {
    color: var(--highlight);
    filter: drop-shadow(0 0 2px rgba(0, 255, 191, 0.35));
  }
}
@media (max-width: 480px) {
  body {
    font-size: 0.85rem;
  }
  h1,
  h2 {
    font-size: 1.1rem;
  }
  .policy-header h3 {
    font-size: 1.05rem;
  }
  .dashboard-header {
    height: 120px;
  }
  .dashboard-avatar-initials {
    width: 112px;
    height: 112px;
    font-size: 48px;
  }
  .quick-actions {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .dashboard-content-card {
    margin: 1.25rem 0.5rem;
  }
}
.bottom-nav,
.mobile-bottom-nav {
  display: none;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
