@import "https://fonts.googleapis.com/css?family=Open+Sans";/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}

.pointer-events-none {
  pointer-events: none;
}

.collapse {
  visibility: collapse;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.static {
  position: static;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.container {
  width: 100%;
}

.mx-auto {
  margin-inline: auto;
}

.block {
  display: block;
}

.contents {
  display: contents;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.inline {
  display: inline;
}

.inline-table {
  display: inline-table;
}

.table {
  display: table;
}

.h-\[90px\] {
  height: 90px;
}

.h-full {
  height: 100%;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.w-\[90\%\] {
  width: 90%;
}

.w-\[90px\] {
  width: 90px;
}

.w-full {
  width: 100%;
}

.flex-1 {
  flex: 1;
}

.flex-grow {
  flex-grow: 1;
}

.transform {
  transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
}

.cursor-pointer {
  cursor: pointer;
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.items-start {
  align-items: flex-start;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-start {
  justify-content: flex-start;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-full {
  border-radius: 3.40282e38px;
}

.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}

.border-0 {
  border-style: var(--tw-border-style);
  border-width: 0;
}

.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}

.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}

.border-l-4 {
  border-left-style: var(--tw-border-style);
  border-left-width: 4px;
}

.bg-transparent {
  background-color: #0000;
}

.bg-gradient-to-b {
  --tw-gradient-position: to bottom in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}

.bg-gradient-to-br {
  --tw-gradient-position: to bottom right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  --tw-gradient-position: to right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}

.from-\[\#0073C0\] {
  --tw-gradient-from: #0073c0;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}

.to-\[\#005A99\] {
  --tw-gradient-to: #005a99;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}

.object-cover {
  object-fit: cover;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.font-\[\'Aeonik\'\] {
  font-family: Aeonik;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-wrap {
  text-wrap: wrap;
}

.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration-line: underline;
}

.opacity-15 {
  opacity: .15;
}

.outline {
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
}

.filter {
  filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
}

.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}

.transition-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}

.transition-colors {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}

.duration-200 {
  --tw-duration: .2s;
  transition-duration: .2s;
}

.duration-300 {
  --tw-duration: .3s;
  transition-duration: .3s;
}

@media (hover: hover) {
  .hover\:scale-110:hover {
    --tw-scale-x: 110%;
    --tw-scale-y: 110%;
    --tw-scale-z: 110%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
}

.active\:scale-100:active {
  --tw-scale-x: 100%;
  --tw-scale-y: 100%;
  --tw-scale-z: 100%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}

@media (prefers-color-scheme: dark) {
  .dark\:from-\[\#EB6034\] {
    --tw-gradient-from: #eb6034;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .dark\:to-\[\#CF542E\] {
    --tw-gradient-to: #cf542e;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
}

:root {
  --font-family-primary: "Aeonik", sans-serif;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --ion-background-color: #fff;
  --ion-background-color-rgb: 255, 255, 255;
  --ion-text-color: #04394f;
  --ion-text-color-rgb: 4, 57, 79;
  --ion-text-color-step-50: #114358;
  --ion-text-color-step-100: #1d4d61;
  --ion-text-color-step-150: #2a5769;
  --ion-text-color-step-200: #366172;
  --ion-text-color-step-250: #436b7b;
  --ion-text-color-step-300: #4f7484;
  --ion-text-color-step-350: #5c7e8d;
  --ion-text-color-step-400: #688895;
  --ion-text-color-step-450: #75929e;
  --ion-text-color-step-500: #829ca7;
  --ion-text-color-step-550: #8ea6b0;
  --ion-text-color-step-600: #9bb0b9;
  --ion-text-color-step-650: #a7bac1;
  --ion-text-color-step-700: #b4c4ca;
  --ion-text-color-step-750: #c0ced3;
  --ion-text-color-step-800: #cdd7dc;
  --ion-text-color-step-850: #d9e1e5;
  --ion-text-color-step-900: #e6ebed;
  --ion-text-color-step-950: #f2f5f6;
  --ion-background-color-step-50: #f2f2f2;
  --ion-background-color-step-100: #e6e6e6;
  --ion-background-color-step-150: #d9d9d9;
  --ion-background-color-step-200: #ccc;
  --ion-background-color-step-250: #bfbfbf;
  --ion-background-color-step-300: #b3b3b3;
  --ion-background-color-step-350: #a6a6a6;
  --ion-background-color-step-400: #999;
  --ion-background-color-step-450: #8c8c8c;
  --ion-background-color-step-500: gray;
  --ion-background-color-step-550: #737373;
  --ion-background-color-step-600: #666;
  --ion-background-color-step-650: #595959;
  --ion-background-color-step-700: #4d4d4d;
  --ion-background-color-step-750: #404040;
  --ion-background-color-step-800: #333;
  --ion-background-color-step-850: #262626;
  --ion-background-color-step-900: #191919;
  --ion-background-color-step-950: #0d0d0d;
  --ion-color-primary: #0073c0;
  --ion-color-primary-rgb: 0, 115, 192;
  --ion-color-primary-contrast: #fff;
  --ion-color-primary-contrast-rgb: 255, 255, 255;
  --ion-color-primary-shade: #0065a9;
  --ion-color-primary-tint: #1a81c6;
  --ion-color-secondary: #04394f;
  --ion-color-secondary-rgb: 4, 57, 79;
  --ion-color-secondary-contrast: #fff;
  --ion-color-secondary-contrast-rgb: 255, 255, 255;
  --ion-color-secondary-shade: #043246;
  --ion-color-secondary-tint: #1d4d61;
  --ion-color-tertiary: #fd5d44;
  --ion-color-tertiary-rgb: 253, 93, 68;
  --ion-color-tertiary-contrast: #000;
  --ion-color-tertiary-contrast-rgb: 0, 0, 0;
  --ion-color-tertiary-shade: #df523c;
  --ion-color-tertiary-tint: #fd6d57;
  --ion-color-success: #2dd55b;
  --ion-color-success-rgb: 45, 213, 91;
  --ion-color-success-contrast: #000;
  --ion-color-success-contrast-rgb: 0, 0, 0;
  --ion-color-success-shade: #28bb50;
  --ion-color-success-tint: #42d96b;
  --ion-color-warning: #eb6034;
  --ion-color-warning-rgb: 235, 96, 52;
  --ion-color-warning-contrast: #000;
  --ion-color-warning-contrast-rgb: 0, 0, 0;
  --ion-color-warning-shade: #cf542e;
  --ion-color-warning-tint: #ed7048;
  --ion-color-danger: #c5000f;
  --ion-color-danger-rgb: 197, 0, 15;
  --ion-color-danger-contrast: #fff;
  --ion-color-danger-contrast-rgb: 255, 255, 255;
  --ion-color-danger-shade: #ad000d;
  --ion-color-danger-tint: #cb1a27;
  --ion-color-light: #fff;
  --ion-color-light-rgb: 255, 255, 255;
  --ion-color-light-contrast: #000;
  --ion-color-light-contrast-rgb: 0, 0, 0;
  --ion-color-light-shade: #e0e0e0;
  --ion-color-light-tint: #fff;
  --ion-color-medium: #96aab4;
  --ion-color-medium-rgb: 150, 170, 180;
  --ion-color-medium-contrast: #000;
  --ion-color-medium-contrast-rgb: 0, 0, 0;
  --ion-color-medium-shade: #84969e;
  --ion-color-medium-tint: #a1b3bc;
  --ion-color-dark: #000;
  --ion-color-dark-rgb: 0, 0, 0;
  --ion-color-dark-contrast: #fff;
  --ion-color-dark-contrast-rgb: 255, 255, 255;
  --ion-color-dark-shade: #000;
  --ion-color-dark-tint: #1a1a1a;
  --ion-backdrop-color: #0003;
  --ion-backdrop-opacity: .2;
  --ion-overlay-background-color: #f2f2f2;
  --ion-border-color: #ccc;
  --ion-box-shadow-color: #0000001a;
  --ion-tab-bar-background: #fff;
  --ion-tab-bar-background-focused: #e6e6e6;
  --ion-tab-bar-border-color: #ccc;
  --ion-tab-bar-color: #666;
  --ion-tab-bar-color-selected: #0073c0;
  --ion-toolbar-background: #fff;
  --ion-toolbar-border-color: #ccc;
  --ion-toolbar-color: #666;
  --ion-toolbar-segment-color: #666;
  --ion-toolbar-segment-color-checked: #0073c0;
  --ion-toolbar-segment-background: #e6e6e6;
  --ion-toolbar-segment-background-checked: #1a81c6;
  --ion-toolbar-segment-indicator-color: #fd5d44;
  --ion-item-background: #fff;
  --ion-item-border-color: #ccc;
  --ion-item-color: #000;
  --ion-placeholder-color: #666;
  --ion-color-primary-hover: #1a81c6;
  --ion-color-secondary-hover: #1d4d61;
  --ion-transition-duration: .3s;
  --ion-transition-easing: ease-in-out;
}

.dark {
  --font-family-primary: "Aeonik", sans-serif;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --ion-background-color: #0a1e28;
  --ion-background-color-rgb: 10, 30, 40;
  --ion-background-color-step-50: #162933;
  --ion-background-color-step-100: #23353e;
  --ion-background-color-step-150: #2f4048;
  --ion-background-color-step-200: #3b4b53;
  --ion-background-color-step-250: #47565e;
  --ion-background-color-step-300: #546269;
  --ion-background-color-step-350: #606d73;
  --ion-background-color-step-400: #6c787e;
  --ion-background-color-step-450: #788389;
  --ion-background-color-step-500: #858f94;
  --ion-background-color-step-550: #919a9e;
  --ion-background-color-step-600: #9da5a9;
  --ion-background-color-step-650: #a9b0b4;
  --ion-background-color-step-700: #b6bcbf;
  --ion-background-color-step-750: #c2c7c9;
  --ion-background-color-step-800: #ced2d4;
  --ion-background-color-step-850: #dadddf;
  --ion-background-color-step-900: #e7e9ea;
  --ion-background-color-step-950: #f3f4f4;
  --ion-text-color: #fff;
  --ion-text-color-rgb: 255, 255, 255;
  --ion-text-color-step-50: #f3f4f4;
  --ion-text-color-step-100: #e7e9ea;
  --ion-text-color-step-150: #dadddf;
  --ion-text-color-step-200: #ced2d4;
  --ion-text-color-step-250: #c2c7c9;
  --ion-text-color-step-300: #b6bcbf;
  --ion-text-color-step-350: #a9b0b4;
  --ion-text-color-step-400: #9da5a9;
  --ion-text-color-step-450: #919a9e;
  --ion-text-color-step-500: #858f94;
  --ion-text-color-step-550: #788389;
  --ion-text-color-step-600: #6c787e;
  --ion-text-color-step-650: #606d73;
  --ion-text-color-step-700: #546269;
  --ion-text-color-step-750: #47565e;
  --ion-text-color-step-800: #3b4b53;
  --ion-text-color-step-850: #2f4048;
  --ion-text-color-step-900: #22343d;
  --ion-text-color-step-950: #162933;
  --ion-color-primary: #eb6034;
  --ion-color-primary-rgb: 235, 96, 52;
  --ion-color-primary-contrast: #fff;
  --ion-color-primary-contrast-rgb: 255, 255, 255;
  --ion-color-primary-shade: #cf542e;
  --ion-color-primary-tint: #ed7048;
  --ion-color-secondary: #fd5d44;
  --ion-color-secondary-rgb: 253, 93, 68;
  --ion-color-secondary-contrast: #fff;
  --ion-color-secondary-contrast-rgb: 255, 255, 255;
  --ion-color-secondary-shade: #df523c;
  --ion-color-secondary-tint: #fd6d57;
  --ion-color-tertiary: #96aab4;
  --ion-color-tertiary-rgb: 150, 170, 180;
  --ion-color-tertiary-contrast: #000;
  --ion-color-tertiary-contrast-rgb: 0, 0, 0;
  --ion-color-tertiary-shade: #84969e;
  --ion-color-tertiary-tint: #a1b3bc;
  --ion-color-success: #2dd55b;
  --ion-color-success-rgb: 45, 213, 91;
  --ion-color-success-contrast: #000;
  --ion-color-success-contrast-rgb: 0, 0, 0;
  --ion-color-success-shade: #28bb50;
  --ion-color-success-tint: #42d96b;
  --ion-color-warning: #eb6034;
  --ion-color-warning-rgb: 235, 96, 52;
  --ion-color-warning-contrast: #000;
  --ion-color-warning-contrast-rgb: 0, 0, 0;
  --ion-color-warning-shade: #cf542e;
  --ion-color-warning-tint: #ed7048;
  --ion-color-danger: #c5000f;
  --ion-color-danger-rgb: 197, 0, 15;
  --ion-color-danger-contrast: #fff;
  --ion-color-danger-contrast-rgb: 255, 255, 255;
  --ion-color-danger-shade: #ad000d;
  --ion-color-danger-tint: #cb1a27;
  --ion-color-light: #96aab4;
  --ion-color-light-rgb: 150, 170, 180;
  --ion-color-light-contrast: #000;
  --ion-color-light-contrast-rgb: 0, 0, 0;
  --ion-color-light-shade: #84969e;
  --ion-color-light-tint: #a1b3bc;
  --ion-color-medium: #04394f;
  --ion-color-medium-rgb: 4, 57, 79;
  --ion-color-medium-contrast: #fff;
  --ion-color-medium-contrast-rgb: 255, 255, 255;
  --ion-color-medium-shade: #043246;
  --ion-color-medium-tint: #1d4d61;
  --ion-color-dark: #000;
  --ion-color-dark-rgb: 0, 0, 0;
  --ion-color-dark-contrast: #fff;
  --ion-color-dark-contrast-rgb: 255, 255, 255;
  --ion-color-dark-shade: #1a1a1a;
  --ion-color-dark-tint: #333;
  --ion-backdrop-color: #000000b3;
  --ion-backdrop-opacity: .7;
  --ion-overlay-background-color: #243847;
  --ion-border-color: #04394f;
  --ion-box-shadow-color: #0006;
  --ion-tab-bar-background: #0a1e28;
  --ion-tab-bar-background-focused: #243847;
  --ion-tab-bar-border-color: #04394f;
  --ion-tab-bar-color: #96aab4;
  --ion-tab-bar-color-selected: #eb6034;
  --ion-toolbar-background: #0a1e28;
  --ion-toolbar-border-color: #04394f;
  --ion-toolbar-color: #96aab4;
  --ion-toolbar-segment-color: #96aab4;
  --ion-toolbar-segment-color-checked: #eb6034;
  --ion-toolbar-segment-background: #243847;
  --ion-toolbar-segment-background-checked: #ed7048;
  --ion-toolbar-segment-indicator-color: #fd5d44;
  --ion-item-background: #1c2f3a;
  --ion-item-border-color: #04394f;
  --ion-item-color: #fff;
  --ion-placeholder-color: #96aab4;
  --ion-color-primary-hover: #ed7048;
  --ion-color-secondary-hover: #fd6d57;
  --ion-transition-duration: .3s;
  --ion-transition-easing: ease-in-out;
}

@font-face {
  font-family: Aeonik;
  src: url("/assets/Aeonik-Light-JJ_o9rVw.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Aeonik;
  src: url("/assets/Aeonik-Light-Italic-qzy4ZNMp.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: Aeonik;
  src: url("/assets/Aeonik-Regular-B_WomlmO.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Aeonik;
  src: url("/assets/Aeonik-Medium-CcUAF-yC.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

.biometric-message {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: .9em;
}

.biometric-message--authenticating {
  color: var(--ion-color-primary);
}

.biometric-message--failed {
  color: var(--ion-color-medium);
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-gradient-position {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}

@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}

@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}

@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
ion-item {
  animation: popIn 0.2s calc(var(--animation-order) * 70ms) both ease-in;
  --background: transparent;
}

ion-card {
  border-radius: 16px;
}

/* Dark mode card background */
.dark ion-card {
  --background: #162933;
  background: #162933;
}

ion-card-subtitle {
  color: var(--ion-color-secondary) !important;
}

ion-header {
  --background: var(--ion-background-color);
    padding-top: var(--safe-area-inset-top);
}

ion-title {
  --color: var(--ion-text-color);
}


ion-footer {
  padding-bottom: var(--safe-area-inset-bottom);
}

ion-spinner {
  --color: var(--ion-text-color);
}
  
  
  /* #safe-area {
    padding-top: env(safe-area-inset-top)
  } */


  .search-bar-global .searchbar-input-container input::placeholder {
    font-size: 14px;
  }

  #pageFooter {
    position: absolute;
    bottom: 10%;
    width: 100%;
    height: 50px;
  }

  #pageFooterButton {

    margin-right: 10%;
    margin-left: 10%;
    margin-bottom: 5vh;
    text-transform: none;

  }

  #userBttn {
    text-transform: none;
  }

  #pinKeyPad {

    text-align: center;
    width: 90%;
    height: 40%;
    position: relative;
    margin-top: 20%;
  }




  [hidden] {
    display: none !important;
  }

  @keyframes popIn {
    0% {
      opacity: 0;
      transform: scale(0.6) translateY(-8px);
    }

    100% {
      opacity: 1;
      transform: none;
    }
  }

:root {
    --ion-tab-bar-color: var(--tab-color);
    --ion-tab-bar-color-selected: var(--tab-color-selected);
}

ion-tab-bar {
	--background: var(--ion-background-color);  /* Uses system background color (adapts to light/dark mode) */
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.4);
	border-radius: 50px !important;

	height: 50px;
	width: 80%;
	padding-top: 5px;
	padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;

	bottom: 20px;
	position: relative;
	margin: 0 auto !important;
	border-top: none;
}

ion-tab-button {
    /* Remove border radius for Instagram-like flat design */
    border-radius: 16px !important;

}


/* Selected state */
ion-tab-button.tab-selected ion-icon {
    color: var(--ion-tab-bar-color-selected);
    font-weight: bold;
}



/* Selected label */
ion-tab-button.tab-selected ion-label {
    color: var(--ion-tab-bar-color-selected);
    font-weight: 600;
}



/* Tabs container */
ion-tabs {
    /* Remove extra padding to prevent double safe area */
    padding-bottom: 0;
}

/* Device-specific optimizations */
@media screen and (max-height: 667px) {
    /* Smaller screens - compact design */
    
    ion-tab-button {
        padding: 4px 2px 6px 2px;
    }
    
    ion-tab-button ion-icon {
        font-size: 20px;
    }
    
    ion-tab-button ion-label {
        font-size: 8px;
    }
}

@media screen and (min-height: 812px) {
    /* Taller screens - more comfortable spacing */
    
    ion-tab-button {
        padding: 8px 4px 10px 4px;
    }
    
    ion-tab-button ion-icon {
        font-size: 24px;
        margin-bottom: 3px;
    }
    
    ion-tab-button ion-label {
        font-size: 10px;
    }
}

/* High-resolution displays (Xiaomi, Samsung flagships) */
@media screen and (min-height: 900px) {
    
    ion-tab-button {
        padding: 7px 4px 9px 4px;
    }
    
    ion-tab-button ion-icon {
        font-size: 23px;
    }
}

/* Landscape orientation adjustments */
@media screen and (orientation: landscape) {
    ion-tab-bar {
        margin-bottom: 0;
    }
    
    ion-tab-button {
        padding: 4px 2px 6px 2px;
    }
    
    ion-tab-button ion-icon {
        font-size: 20px;
        margin-bottom: 1px;
    }
    
    ion-tab-button ion-label {
        font-size: 8px;
    }
}
.swiper {
    height: 90vh;
}

.swiper-slide {
    height: 90vh;
    width: 100vw;
    margin-top: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
} 

.welcome-card{
    height: 90vh;
    width: 90vw;
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}

.welcome-subtitle {
    margin-top: 5%;
    text-align: center;
    width: 100%;
}

.h4_pad{
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 5%;
    text-align: center;
    width: 100%;
}

.restore_btn{
    text-transform: none;
}

.create-wallet {
   text-transform: none;
}

.welcome-image{
    height: 50%;
    width: 50%;
    margin: 30% auto 20px auto;
    display: block;
    object-fit: contain;
}

.swiperSlide{
    margin-top: 0%;
}

.background-section {
  position: relative;
  background-image: url('/assets/img/blob-scene-haikei-light.svg');
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 40vh; 
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  margin-top: var(--ion-toolbar-height, 56px);
}

.background-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0); /* Optional: Darkens background */
  z-index: 0;
}

.overlay-content {
  position: relative;
  z-index: 1;
  color: white; /* To contrast the background */
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}



.transaction-section {
  background-color: var(--ion-background-color);
  height: 100%;
  border-radius: 20px;
  padding: 15px;
  margin-top: -30px; /* To create an overlapping effect over the background */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Add shadow for depth */
  position: relative;
  z-index: 2; /* Make sure it's above the background */
}


.accountsPage_Thumbnail_Flag {

  width: 35px;
  height: 35px;

}

.accountPage_Balance_Icon {

  font-size: calc(45px + 4vw);
  /* margin-top: 10%; */

}

.accountsPage_amount {

  font-size: 14px;
  font-weight: 500;
  text-align: right;
  width: 50%;
  flex-grow: 2.0
}

.accountsPage_AssetsContainer {
  margin-top: 10%;
}

.accountsPage_AssetLabel {
  font-weight: 500;
  font-size: 20px;
  width: 90%;
}

.accountsPage_IonNote {
  font-size: 14px;
}


/* Custom Skeleton Line Height and Margin */
.custom-skeleton ion-skeleton-text {
  line-height: 13px;
}

.custom-skeleton ion-skeleton-text:last-child {
  margin-bottom: 5px;
  margin-left: 5px;
}

.pool-list-header {
  font-size: small;
  flex: 0 0 auto;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}

.accountsHeaderBackground {
  background-color: #0073C0;
  height: 30%;
}

.accountsPageAssetSegment {
  margin-top: 10%;
}

.settings-button {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  cursor: pointer;
}

.dark .background-section{
  background-image: url('/assets/img/blob-scene-haikei-dark.svg');
}


.ProfilePageAvatar {

    border-radius: 500px;
    border: 3px solid var(--ion-color-primary);
    padding: 0.2rem;
   
}

.ProfilePageGrid {
    margin-top:0%
}

.ProfileListHeader{
    font-size:large;
    font-weight:500;
}

.walletVersion {
    margin-bottom: 0;
    padding: 8px 0;
}

.profile_details_listHeader{
    font-size: medium;
    font-weight: 300;
}.appHeaderItem {
    --background:var(--ion-background-color);
}

.ion_items_text{
    width: 100%;
    
}


@media (500px <= width <= 1300px) {
    .headerStyle{
        font-size: 4vw !important;
    }
    
}
@media (500px <= width <= 550px) {
    .headerStyle{
        font-size: 5.5vw !important;
    }
    
}/* Vertically aling on ion-content */
.qrCodePage_center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10%;
}

.qrCodePage_label {
    text-align: center;
    
}

.qrCodePage_address_container{
    padding-right: 10%;
    padding-left:10%;
    margin-top:10%;
}


.qrCodePage_Thumbnail_Img { 

    width: 35px;
    height: 35px;
   
}

.qrCode_p {
    text-align: center;
    padding-right: 10%;
    padding-left: 10%;
    padding-top: 10%;
}

.qrCode_Grid {
    margin-top:10%
}

.unsupportedRegionIcon{

    font-size: calc(52px + 4vw);
    color:#04394F;
    margin-top: 15%;
}

.tradePageAssetImg{
    width: 35px;
    height: 35px;
}

.tradePage_IonNote{
    font-size: 14px;
}

.tradePageIcon {
  transform: rotate(90deg)
}

.tradePageNoAssetsInfo {

  position: absolute;
  top: 45%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.tradePageItem{
  margin-right: 5%;
  margin-left: 5%;
  margin-top: 5%;

}

.tradePageNumberFormat{
  color:var(--ion-color-primary)
}.tradeConfirmationListAmount{
    font-size: 18px;
    font-weight: 500;
    text-align: right;
    width:50%;
    flex-grow: 2.0
}

.tradeConfirmation_content_background {
    --ion-background-color: #0073C0;
  }
  .tradeConfirmation_logo-on-center{
    display: flex;
    justify-content: center;
  }
.loading-logo-animated{
    margin-top: 36vh;
   
    transform-origin: 193px 164px;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation: rotate 4s cubic-bezier(.49,.05,.32,1.04) infinite alternate;
    animation: rotate 4s cubic-bezier(.49,.05,.32,1.04) infinite alternate;
  }
  
  @-webkit-keyframes rotate {
    50% {
      -webkit-transform: rotate(360deg);
    }
  }
  
  @keyframes rotate {
    50% {
      transform: rotate(360deg);
    }
  }

  .loading-content{
    position: absolute !important;
    top: 53%;
    left: 13%;
    width: 72vw;
    text-align: center;

  }

  .paymentSuccessIcon{
    
    position: absolute;
    top: 45%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: white;

}

.paymentSuccessLabel{
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: white;

}

.paymentSuccessContent{
    --ion-background-color: #0092DF;
}

.tradeSuccessContent{
    --ion-background-color: #0092DF;
}
.paymentSuccessCloseButton{
    
    position: absolute;
    top: 85%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    margin-bottom: 5vh;
    text-transform: none;
    --background:#0092DF;
    --color:#ffffff;
    --border-color:#ffffff;
}.accountDetailsPageHeaderItem{
  --background:var(--ion-background-color);
}

.accountsPageItemList{

    margin-top: 2%;
}

.accountsDetailsPageThumbnailMoneyGram {
  --size: 32px;
  --border-radius: 14px;
}

.accountDetailsPageAmount {
    
    font-size: 16px;
    font-weight: 500;
    text-align: right;
    flex-grow: 1.3
   
 }

  .accountDetailsPageItem_Amount {
    
    font-size: 16px;
    font-weight: 500;
    text-align: right;
    flex-grow: 0.7 
  }

  .accountDetailsPage_ToolBar_Buttons {

    margin-top:2%
  }

  .accountsDetailsPage_IonNote {
    font-size: 14px;
  }

  .accountDetailsToast{
    width: 50%;
    margin-left: 25%;
  }

  .accountDetailsPageItemSegment{

    /* position: sticky; */
    margin-right: 5%;
    margin-left: 5%;
    /* margin-top: 15%; */
    /* z-index: 9999; */
   
  }

  .accountDetailsSellIcon {
    
      transform: rotate(180deg)
    
  }

  /* .accountDetailsIonCardAddressItem {

    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;

  } */

  /* .accountDetailsIonCardBalanceItem{

    position: sticky;
    top: 0%;
    left: 0;
    right: 0;
    z-index: 9999;

  } */

  


  



  


  

.recipientsPageItemList {
    margin-top: 2%;
}

.recipientsPageItemSegment {
    margin-top: 10%;
    margin-right: 5%;
    margin-left: 5%;
}

.recipientQrItem {
    margin-top: 23%;
}


.recipientBank_Thumbnail {

    width: 30px;
    height: 30px;

}


.recipientPlatform_Thumbnail {

    width: 30px;
    height: 30px;

}

.recipient_IonNote {
    font-size: 14px;
}

.searchbar-input {
    /* font-size: 11px !important; */
    text-align: left;
}

.recipientStellarAccount {

    margin-top: 10%;
    margin-left: 1%;
    margin-right: 1%;
}

.recipientEbioroAccount {

    margin-top: 10%;
    margin-left: 1%;
    margin-right: 1%;
}

.recipientListHeader {
    font-size: x-small;
    font-weight: 500;
}

.recipientToolBar {
    margin-top: 5%;
}

/* Default (light mode) thumbnail images */
.recipientPlatform_Thumbnail img {
    content: url('/assets/img/ebioro-symbol-darkblue.svg');
}


/* Dark mode thumbnail images */
.dark .recipientPlatform_Thumbnail img {
    content: url('/assets/img/ebioro-symbol-white.svg');
    /* Update with your dark theme image */
}

/* External Wallet Images for Light and Dark */
.recipientExternalWallet_Thumbnail img {
    content: url('/assets/img/stellar/Logo_Small_Black.svg');
}.platformRecipientButtonAdd {
    
    margin-right: 10%;
    margin-left: 10%;
    margin-top: 20%;
    text-transform: none;
    --background: #FD5D44;
    --color: #ffffff;
}.amountController{
    margin-top:10%;
    /* font-size:40px;   */
}

.amountCell {
    /* --background: var(--ion-background-color); */
    /* --border-color: var(--ion-item-border-color); */
    --border-width: 1px;
    /* --border-radius: 12px; */
    margin-right: 2%;
    margin-left: 2%;
}

.amountDestination {
    margin-top: 5%;
}


/* .amountItem {
    --background: #FAFAFB;
} */


/* .row{
    height: 20%;
    padding-right: 10%;
    padding-left: 10%;
} */

/* .amountKeypad{
    margin-top: 15%;
} */

/* .availableNote {
    font-size:medium
} */

/* .amountKeypadButton {
    --background: none;
    --color: black;
    font-size: 1.3rem;
    font-weight: 500;
    --outline: none;
    --border: none;
    --box-shadow: none;
    padding: none;
    margin: none;
    --background-hover: rgb(245, 245, 245) !important;
    --background-focused: rgb(245, 245, 245) !important;
    --background-activated: rgb(245, 245, 245) !important;
    
}

.amountSmallKeypadButton {

    font-size: 1.2rem;
    margin-top: 1rem;
} */

.amountMaxButton {
    margin-top:5%;
}


.amountBalance-item {
    justify-content: center; /* Centers the IonItem content */
}

.amountBalance-note {
    text-align: center; /* Center-align the text within the IonNote */
    width: 100%; /* Ensures the width spans the entire column */
}



.sendPage_Thumbnail_Flag{ 

    width: 30px;
    height: 30px;
   
  }

  .sendPageMemoNote {
    --background: #00ff00;
  }

  .sendPageWaitModal_content_background {
    --ion-background-color: #0073C0;
  }
  
  .sendPageWaitModal_logo-on-center{
    display: flex;
    justify-content: center;
  }/* .card{
	background-color: white;
} */

.coinChartToolBar {

	margin-top:15%;
}
/* Transaction Status Display Component Styles */

.transaction-status-loading {
  padding: 2rem;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.transaction-status-success {
  padding: 2rem;
  text-align: center;
}

.success-icon-container {
  margin-bottom: 1.5rem;
}

.success-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  background-color: var(--ion-color-success);
  border-radius: 50%;
  color: white;
}

.success-icon svg {
  width: 2rem;
  height: 2rem;
}

.success-title {
  color: var(--ion-color-success);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.success-message {
  color: var(--ion-color-medium);
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.transaction-status-error {
  padding: 2rem;
  text-align: center;
}

.error-icon-container {
  margin-bottom: 1.5rem;
}

.error-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  background-color: var(--ion-color-danger);
  border-radius: 50%;
  color: white;
}

.error-icon svg {
  width: 2rem;
  height: 2rem;
}

.error-title {
  color: var(--ion-color-danger);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.error-message {
  color: var(--ion-color-medium);
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.error-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .transaction-status-success,
  .transaction-status-error {
    padding: 1rem;
  }
  
  .success-icon,
  .error-icon {
    width: 3rem;
    height: 3rem;
  }
  
  .success-icon svg,
  .error-icon svg {
    width: 1.5rem;
    height: 1.5rem;
  }
  
  .success-title,
  .error-title {
    font-size: 1.25rem;
  }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
  .success-message,
  .error-message {
    color: var(--ion-color-light);
  }
}/* Recovery Email Verify Page Styles */

.recover-verify-content {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    min-height: 100vh;
}

/* Hero Section */
.hero-section {
    padding: 2rem 1.5rem 1.5rem;
    text-align: center;
}

.hero-content {
    margin-bottom: 1rem;
}

.hero-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.hero-description {
    color: #64748b;
    font-size: 1rem;
    line-height: 1.5;
    max-width: 320px;
    margin: 0 auto;
    font-weight: 400;
}

/* Form Section */
.form-section {
    padding: 1rem 1.5rem 2rem;
}

.recovery-form {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f5f9;
}

.input-container {
    margin-bottom: 1.5rem;
}

.signature-input {
    --background: #ffffff;
    --border-color: #e2e8f0;
    --border-radius: 12px;
    --color: #1e293b;
    --placeholder-color: #94a3b8;
    --padding-start: 1rem;
    --padding-end: 1rem;
    --padding-top: 1rem;
    --padding-bottom: 1rem;
    font-size: 0.9rem;
    font-family: 'Courier New', monospace;
    margin-top: 0.5rem;
    min-height: 120px;
}

.signature-input.ion-focused {
    --border-color: var(--ion-color-primary);
    --border-width: 2px;
}

.signature-input.ion-valid {
    --border-color: #22c55e;
}

.signature-input.ion-invalid {
    --border-color: #ef4444;
}

/* Help Notice */
.help-notice {
    background: linear-gradient(135deg, rgba(0, 115, 192, 0.05) 0%, rgba(0, 115, 192, 0.08) 100%);
    border-radius: 12px;
    padding: 1rem;
    border: 1px solid rgba(0, 115, 192, 0.1);
    margin-bottom: 1.5rem;
}

.help-content {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.help-text {
    font-size: 0.875rem;
    color: var(--ion-color-primary-shade);
    line-height: 1.5;
    margin: 0;
    font-weight: 500;
}

/* Button Section */
.button-section {
    margin-top: 1rem;
}

/* Continue Button */
.continue-button {
    --border-radius: 12px;
    --padding-start: 1.5rem;
    --padding-end: 1.5rem;
    --padding-top: 1rem;
    --padding-bottom: 1rem;
    font-weight: 600;
    font-size: 1rem;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 480px) {
    .hero-section {
        padding: 1.5rem 1rem 1rem;
    }

    .hero-title {
        font-size: 1.5rem;
    }

    .hero-description {
        font-size: 0.875rem;
        max-width: 280px;
    }

    .form-section {
        padding: 0.75rem 1rem 1.5rem;
    }

    .recovery-form {
        padding: 1.5rem;
        border-radius: 16px;
    }

    .signature-input {
        font-size: 0.8rem;
        min-height: 100px;
    }
}

/* Content disabled state */
.content-disabled {
    pointer-events: none;
    opacity: 0.6;
    transition: opacity 0.3s ease;
    cursor: not-allowed;
}

.content-disabled * {
    cursor: not-allowed !important;
}

/* Disabled button states */
.resend-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

/* Resend button base styles */
.resend-button {
    background: none;
    border: none;
    color: var(--ion-color-primary);
    text-decoration: underline;
    font-size: inherit;
    font-family: inherit;
    cursor: pointer;
    padding: 0;
    transition: opacity 0.2s ease;
}

.resend-button:hover:not(:disabled) {
    opacity: 0.8;
}

.resend-button:focus {
    outline: 2px solid var(--ion-color-primary);
    outline-offset: 2px;
    border-radius: 2px;
}

/* Modal Background - Light Mode */
.loginEmailVerifyPageWaitModal_content_background {
    --ion-background-color: #0073c0; /* Primary blue for light mode */
}

.loginEmailVerifyPageWaitModal_logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 50vh;
    width: 100%;
    text-align: center;
    color: white;
}

.loginEmailVerifyPageWaitModal_logo * {
    color: white !important;
}

.loginVerifyEmailPageWaitModal_logo-on-center {
    display: flex;
    justify-content: center;
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .loginEmailVerifyPageWaitModal_content_background {
        --ion-background-color: #04394F; /* Darker blue for dark mode */
    }
    
    .loginEmailVerifyPageWaitModal_logo {
        color: white;
    }
    
    .loginEmailVerifyPageWaitModal_logo * {
        color: white !important;
    }
    .recover-verify-content {
        background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    }

    .recovery-form {
        background: #1e293b;
        border-color: #334155;
    }

    .hero-title {
        color: #f1f5f9;
    }

    .hero-description {
        color: #94a3b8;
    }

    .signature-input {
        --background: #1e293b;
        --border-color: #475569;
        --color: #f1f5f9;
        --placeholder-color: #94a3b8;
    }

    .signature-input.ion-focused {
        --border-color: var(--ion-color-primary);
    }

    .help-notice {
        background: rgba(0, 115, 192, 0.1);
        border-color: rgba(0, 115, 192, 0.2);
    }

    .help-text {
        color: var(--ion-color-primary-tint);
    }
}.quick-actions-button {
  --background: rgba(0, 0, 0, 0.05);
  --background-hover: rgba(0, 0, 0, 0.08);
  --background-activated: rgba(0, 0, 0, 0.1);
}

/* Dark mode styles */
.dark .quick-actions-button,
[data-theme="dark"] .quick-actions-button,
body.dark .quick-actions-button {
  --background: rgba(255, 255, 255, 0.08);
  --background-hover: rgba(255, 255, 255, 0.12);
  --background-activated: rgba(255, 255, 255, 0.15);
}

/* Alternative dark mode selector for Ionic's theme system */
@media (prefers-color-scheme: dark) {
  body.ios.dark .quick-actions-button,
  body.md.dark .quick-actions-button {
    --background: rgba(255, 255, 255, 0.08);
    --background-hover: rgba(255, 255, 255, 0.12);
    --background-activated: rgba(255, 255, 255, 0.15);
  }
}/* Vertically aling on ion-content */
.qrCodePage_center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5%;
}

.qrCodePage_label {
    text-align: center;
    margin-top: 5%;
    
}

.qrCodePage_address_container{
    padding-right: 10%;
    padding-left:10%;
    margin-top:10%;
}


.qrCodePage_Thumbnail_Img { 

    width: 35px;
    height: 35px;
   
}

.qrCode_p {
    text-align: center;
    padding-right: 10%;
    padding-left: 10%;
    padding-top: 10%;
}

.qrCode_Grid {
    margin-top:0%;
    margin-right: 10%;
    margin-left: 10%;
}

.qrCodePage_buttonCol {
    padding: 0; /* Reduce padding to bring buttons closer */
    margin: 0; /* Optional: Reduce margin if necessary */
    text-align: center; /* Center the content within the column */
}

.noteCell {
    --background: #ffca22;
    --border-color: #ffca22; 
    --border-width: 1px;
    --border-radius: 12px;
    margin-right: 2%;
    margin-left: 2%;
    opacity: 50%;
    margin-top:10%;
}

.receiveStellarPayGrid{
    margin-top: 15%;
}

.stellarPayItem {
    --background: var(--ion-background-color)
}

.stellarPayAssetImg{
    width: 35px;
    height: 35px;
}
.generatePdf_statement_empty{
  margin-top: 50%;
}

.statementList {
  margin-top:5%
}

.generatePdfitemList {
  padding-top: 2%;
  padding-bottom: 2%;
  --background:var(--ion-background-color)
}






  .generatePdfDateTime {
    --background:var(--ion-background-color)
  }.historyList {
    margin-bottom: 5%;
    margin-top:2%
}.operationsItem_Amount {
    font-size: 16px;
    font-weight: 500;
    text-align: right;
    flex-grow: 0.5 
  }

  .operationsItem_IonNote {
    font-size: 14px;
  }

  .operationsItem{

    margin-top: 2%;
    
    margin-left: 5%;
    --background:var(--ion-background-color)
 
}

.operationsThumbnailIcon{
  width: 30px;
  height: 30px;
}

.operationsAssetLabel {
  font-weight: 500;
  font-size: 14px;
  width:70%;
}

.operationsList {
  margin-top:10%;
}

.cashoutThumbnailMoneyGram {
  --size: 32px;
  --border-radius: 14px;
}
.tradeDetailsPage_IonNote {
  font-size: 14px;
}

.tradeDetails_Thumbnail {
  width: 35px;
  height: 35px;
}

.tradeDetails_Item {
  --background: var(--ion-background-color)
}.paymentDetails_Thumbnail{ 
    width: 35px;
    height: 35px;
  }
.paymentDetails_Item {
  --background:var(--ion-background-color)
}
.claimableBalanceDetailsPage_IonNote{
    font-size: 14px;
  }
  .claimableBalanceDetailsPage_Thumbnail{ 
    width: 35px;
    height: 35px;
  }

.claimableBalanceSuccessIcon{
    
    position: absolute;
    top: 45%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: white;

}

.claimableBalanceSuccessLabel{
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: white;

}

.claimableBalanceSuccessContent{
    --ion-background-color: #04394F;
}
.claimableBalanceSuccessCloseButton{
    
    position: absolute;
    top: 85%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    margin-bottom: 5vh;
    text-transform: none;
    --background:#04394F;
    --color:#ffffff;
}.accountsPage_Thumbnail_Flag{ 

    width: 35px;
    height: 35px;
   
  }
  
.FilterList{
    margin-left: 15px;
}

.operationsList {
  margin-top: 5%;
  margin-bottom: 5%;
}
.ListMargin{
  margin-bottom: 23%;
}

.operationListHeader{
  margin-top: 2%;
  margin-bottom: 5%;
}

.ion-content-scroll-host::before,
.ion-content-scroll-host::after {
  position: absolute;
  
  width: 1px;
  height: 1px;
  
  content: "";
}

.ion-content-scroll-host::before {
  bottom: -1px;
}

.ion-content-scroll-host::after {
  top: -1px;
}.operationGrid {
	margin-top: 5%;
}

.item_custodial_op {
	--background:var(--ion-background-color);
	color: var(--ion-text-color);
}

.SegmentstatusButton {
    --color-checked: var(--ion-color-primary); /* Use primary color */
    --color: var(--ion-text-color); /* Text color adjusts to the theme */
}

.steps {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	table-layout: fixed;
	width: 100%;
	color: #929292;
	height: 4rem;
}

.steps>.step {
	position: relative;
	display: table-cell;
	text-align: center;
	font-size: .9000rem;
	color: var(--ion-text-color, #cbc8c8)!important;
}

.steps>.step:before {

	content: '\2713';
	display: block;
	margin: 0 auto;
	background: var(--ion-color-light, #cbc8c8);
	border: 2px solid var(--ion-color-light, #cbc8c800);
	color: var(--ion-color-light, #ffffff);
	width: 2rem;
	height: 2rem;
	text-align: center;
	margin-bottom: 0.8rem;
	line-height: 1.9rem;
	border-radius: 100%;
	position: relative;
	z-index: 1;
	font-weight: 700;
	font-size: .9000rem;
}

.steps>.step:after {
	content: '';
	position: absolute;
	display: block;
	background: #e6e6e6;
	width: 100%;
	height: 0.125rem;
	top: 1rem;
	left: 50%;
}

.steps>.step:last-child:after {
	display: none;
}

.steps>.step.error {
	color: #221A39;
	font-size: .9000rem;
	font-weight: 600;

}

.steps>.step.error:before {
	content: '\00D7';
	background: #e55643;
	font-size: .9200rem;
	border: none;

}

.steps>.step.not_started {
	color: #221A39;
	font-size: .9000rem;
	font-weight: 600;

}

.steps>.step.not_started:before {
	content: '\25EF';
	background: #929292;
	font-size: .9000rem;
}

.steps>.step.in_progress {
	color: hsl(267, 21%, 92%);

}

.steps>.step.in_progress {
	color: #221A39;
	font-size: .9000rem;
	font-weight: 600;

}

.steps>.step.in_progress:before {

	content: '\0021';
	background: #ffc409;
	font-size: .9000rem;

}

.steps>.step.success {
	color: #221A39;
	font-size: .9000rem;
	font-weight: 600;
}

.steps>.step.success:before {

	color: #fff;
	border: 1px solid var(--ion-color-success, #21ce71);
	background: var(--ion-color-success, #21ce71);

}

.steps>.step.success:after {

	background: #e6e6e6;
}

*,
*:after,
*:before {
	box-sizing: border-box;
}

h1 {
	margin-bottom: 1.5em;
}


body {

	text-align: center;
	color: #6d6875;

}


.accountsPage_Thumbnail_Flag_cashout {

	width: 5rem;
	height: 5rem;
	margin-top: 15%;

}

.Segmentstatus {
	width: 53vw;

	margin: 2.5vh 14vw 0vh 19vw
}

.statusSubtitle {
	margin-top: 9vh;
	font-weight: 600;
}

.text-xs {
	font-size: 14px;
}

.AccordionStyle {
	margin-inline: 0px;
	margin-top: 10%;
}

#bulbAnimation {
	animation: zoom-in-zoom-out 3s ease infinite;
}

@keyframes zoom-in-zoom-out {
	0% {
		transform: scale(0.9, 0.9);
	}

	50% {
		transform: scale(1, 1);
	}

	100% {
		transform: scale(0.9, 0.9);
	}
}

@media (200px <=width <=300px) {

	.Segmentstatus {
		width: 83vw;
		margin: 0vh;
	}

}

@media (1280px <=width <=2000px) {

	.Segmentstatus {

		margin: 2.5vh 10vw 0vh 9vw;
	}

}

.refundDetails_Thumbnail{ 
    width: 35px;
    height: 35px;
}

 .steps {
	 list-style: none;
	 margin: 0;
	 padding: 0;
	 display: table;
	 table-layout: fixed;
	 width: 100%;
	 color: #929292;
	 
	 height: 4rem;
}
 .steps > .step {
	 position: relative;
	 display: table-cell;
	 text-align: center;
	 font-size: 0.875rem;
	 color: #cbc8c8;
}
 .steps > .step:before {
	
	 content: '\2713';
	 display: block;
	 margin: 0 auto;
	 background:#cbc8c8;
	 border: 2px solid #cbc8c800;
	 color: rgb(255 255 255);
	 width: 2rem;
	 height: 2rem;
	 text-align: center;
	 margin-bottom: 0.8rem;
	 line-height: 1.9rem;
	 border-radius: 100%;
	 position: relative;
	 z-index: 1;
	 font-weight: 700;
	 font-size: 1rem;
}
 .steps > .step:after {
	 content: '';
	 position: absolute;
	 display: block;
	 background: #e6e6e6;
	 width: 100%;
	 height: 0.125rem;
	 top: 1rem;
	 left: 50%;
}
 .steps > .step:last-child:after {
	 display: none;
}
 .steps > .step.is-fail{
	color: #221A39;
    font-size: .9375rem;
    font-weight: 600;
	
}
 .steps > .step.is-fail:before {
	 content: '\00D7';
	 background: #e55643;
	 font-size: 1.5rem;
	 border: none;
	
}
 .steps > .step.is-incomplete{
	color: #221A39;
    font-size: .9375rem;
    font-weight: 600;
	
}
 .steps > .step.is-incomplete:before{
	content: '\003F';
    background: #0073c0;
    font-size: 1.5rem;
}
 .steps > .step.is-pending{
	color: hsl(267, 21%, 92%);
   
  }
 .steps > .step.is-pending{
	color: #221A39;
    font-size: .9375rem;
    font-weight: 600;
	
  }
 .steps > .step.is-pending:before {
   
	   content: '\0021';
	   background:#ffc409;
    font-size: 1.3rem;
	  
  }
 .steps > .step.is-complete{
    color: #221A39;
    font-size: 1.1rem;
    font-weight: 600;
}
 .steps > .step.is-complete:before {
	
   color: #fff;
    border: 1px solid #21ce71;
    background: #21ce71;
   
}
 .steps > .step.is-complete:after {
	
   background: #e6e6e6;
}
 .steps > .step.is-active {
	color: #221A39;
    font-size: 1.1rem;
    font-weight: 600;
}
 .steps > .step.is-active:before {
	
   content: '\2713';
	 color:#21ce71;
	 background: #fef0e2;
	 border: 2px solid #21ce71;
}
 /** * Some Generic Styling */
 *, *:after, *:before {
	 box-sizing: border-box;
}
 h1 {
	 margin-bottom: 1.5em;
}
 /* .steps {
	 margin-bottom: 3em;
} */
 body {
	 font-family: 'Open Sans', sans-serif;
	 text-align: center;
	 color: #6d6875;
	 
}
 .accountsPage_Thumbnail_Flag_cashout{ 
   
	
    width: 5rem;
    height: 5rem;
    margin: 2.5vh 0px 2.5vh;
   
  }
 .Segmentstatus{
    width: 53vw;
    
    margin: 2.5vh 14vw 0vh 19vw
  }
 .statusSubtitle{
    margin-top: 9vh;
    font-weight: 600;
  }
 .text-xs{
	font-size: 14px;
  }
 .AccordionStyle{
	margin-inline: 0px;
  }
 #bulbAnimation{
	animation: zoom-in-zoom-out 3s ease infinite;
  }
 @keyframes zoom-in-zoom-out {
	0% {
	  transform: scale(0.9, 0.9);
	}
	50% {
	  transform: scale(1, 1);
	}
	100% {
	  transform: scale(0.9, 0.9);
	}
  }
 @media (200px <= width <= 300px) {
   
    .Segmentstatus{
		width: 83vw;
		margin: 0vh;
	  }
	  
}
 @media (1280px <= width <= 2000px) {
   
    .Segmentstatus{
		
	    margin: 2.5vh 10vw 0vh 9vw;
	  }
	  
}

/* Enhanced Hub Styles */

.mini-app-card:hover:not([disabled]) {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12) !important;
}

.mini-app-card:hover:not([disabled]) .mini-app-icon {
    transform: scale(1.1);
}

.rewards-card:hover {
    transform: translateY(-2px) scale(1.01);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15) !important;
}

/* Smooth transitions */
.mini-app-card,
.rewards-card {
    transition: all 0.3s ease;
}

.mini-app-icon {
    transition: transform 0.3s ease;
}

/* Icon background colors - Light mode */
.mini-app-icon-primary {
    background: linear-gradient(135deg, var(--ion-color-primary) 0%, var(--ion-color-primary-shade) 100%);
}

.mini-app-icon-secondary {
    background: linear-gradient(135deg, var(--ion-color-secondary) 0%, var(--ion-color-secondary-shade) 100%);
}

.mini-app-icon-tertiary {
    background: linear-gradient(135deg, var(--ion-color-tertiary) 0%, var(--ion-color-tertiary-shade) 100%);
}

.mini-app-icon-success {
    background: linear-gradient(135deg, var(--ion-color-success) 0%, var(--ion-color-success-shade) 100%);
}

.mini-app-icon-warning {
    background: linear-gradient(135deg, var(--ion-color-warning) 0%, var(--ion-color-warning-shade) 100%);
}

.mini-app-icon-danger {
    background: linear-gradient(135deg, var(--ion-color-danger) 0%, var(--ion-color-danger-shade) 100%);
}

/* Make cards look better on dark mode */
ion-card {
    --background: var(--ion-card-background, var(--ion-background-color, #fff));
}

/* Dark mode adjustments */
@media (prefers-color-scheme: dark) {
    ion-card {
        --background: var(--ion-card-background, rgba(255, 255, 255, 0.05));
    }

    /* Make icon backgrounds more visible in dark mode with opacity */
    .mini-app-icon-primary {
        background: linear-gradient(135deg, var(--ion-color-primary-tint) 0%, var(--ion-color-primary) 100%);
        opacity: 0.85;
    }

    .mini-app-icon-secondary {
        background: linear-gradient(135deg, var(--ion-color-secondary-tint) 0%, var(--ion-color-secondary) 100%);
        opacity: 0.85;
    }

    .mini-app-icon-tertiary {
        background: linear-gradient(135deg, var(--ion-color-tertiary-tint) 0%, var(--ion-color-tertiary) 100%);
        opacity: 0.85;
    }

    .mini-app-icon-success {
        background: linear-gradient(135deg, var(--ion-color-success-tint) 0%, var(--ion-color-success) 100%);
        opacity: 0.85;
    }

    .mini-app-icon-warning {
        background: linear-gradient(135deg, var(--ion-color-warning-tint) 0%, var(--ion-color-warning) 100%);
        opacity: 0.85;
    }

    .mini-app-icon-danger {
        background: linear-gradient(135deg, var(--ion-color-danger-tint) 0%, var(--ion-color-danger) 100%);
        opacity: 0.85;
    }

    /* Better hover shadow in dark mode */
    .mini-app-card:hover:not([disabled]) {
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4) !important;
    }
}
.gitCard_provider_img {
    max-width: 100%;  
    height: auto;
}

.giftCardItem {
    --background:var(--ion-background-color)
}

.giftCard_review_box {
    margin-top: 5%;
}


.giftCard_review_summary_accordion {

    margin-inline: 0px;
}

.giftCard_review_accordion_group{
    margin-inline: 0px;
    margin-top:10%;
	   
}

.giftCard_IonNote{
    font-size: 14px;
}

.reactMarkdown {
    text-align: left;
    line-height: 1.8;
}

.giftCardProviderPage{
    width: 80%;
    height: 80%;
    margin-right:15%
}

.giftCardProductList {
    background-color: var(--ion-background-color);
}.topup_transactions_empty{
    margin-top: 50%;
}

.toup_grid{
    margin-top: 5%;
}

.topup_recipient_contacts{
    margin-top: 10%;
}

.topup_recipient_note{
    font-size: 14px;
    --color:var(--ion-text-color-step-350)
}

.topup_provider_img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.topup_provider_card {
    margin-top: 10%;
   
}

.provider-title {
    font-weight: 500;
    font-size: 16px;
    color: var(--ion-text-color, #ffffff);
}

.topup_product_card_subtitle {
    margin-top: 5%;
    font-size: large;
}

.topup_product_item_contact {
    margin-top:5%;
}

.topup_review_box {
    margin-top: 5%;
}

.topup_review_summary_accordion {
    margin-inline: 0px;
}

.topup_review_accordion_group{
    margin-inline: 0px;
	margin-top: 10%;
}

.topup_page_transactions {
    margin-top: 5%;
}

 .providerImage{  
    object-fit: cover;  
 }

 .topup_page_searchBar {
    margin-top:5%
 }

 .topup_recipient_summary_note{
    --color:var(--ion-text-color-step-350)
}

/* === Store Card Styling (Matches Hub) === */
.store-card {
  transition: all 0.3s ease;
}

.store-card:hover:not(.inactive) {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12) !important;
}

.store-card:hover:not(.inactive) .store-icon-wrapper {
  transform: scale(1.1);
}

/* === Inactive card state === */
.store-card.inactive {
  pointer-events: none;
}

/* === Store Icon Wrapper === */
.store-icon-wrapper {
  transition: transform 0.3s ease;
}

/* === Dark mode adjustments === */
@media (prefers-color-scheme: dark) {
  .store-card:hover:not(.inactive) {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4) !important;
  }
  
  /* Make icon backgrounds more visible in dark mode */
  .store-icon-wrapper {
    opacity: 0.85;
  }
}

.dark .store-card:hover:not(.inactive) {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4) !important;
}

.dark .store-icon-wrapper {
  opacity: 0.85;
}

/* === Custom Loading Styles === */
.custom-loading {
  --backdrop-opacity: 0.6;
}

.custom-loading .loading-wrapper {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 20000 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

.custom-loading ion-spinner {
  width: 32px !important;
  height: 32px !important;
  margin-bottom: 12px !important;
}

.custom-loading .loading-content {
  text-align: center !important;
  font-size: 14px !important;
  color: var(--ion-color-primary) !important;
  font-weight: 500 !important;
}

/* === Alternative: Use global loading override === */
ion-loading.custom-loading {
  --backdrop-opacity: 0.6;
}

ion-loading.custom-loading .loading-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* === Custom Loading Overlay (Alternative to IonLoading) === */
.custom-loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20000;
}

.custom-loading-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background-color: var(--ion-color-light);
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  min-width: 120px;
}

.custom-loading-content ion-spinner {
  width: 32px;
  height: 32px;
  margin-bottom: 12px;
}

.custom-loading-content p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

/* Dark mode support */
body.dark .custom-loading-content {
  background-color: var(--ion-color-dark);
}.BUTTON-SPINNER{
    width: 18px !important;
    height: 18px !important;
}
.BUTTON-SPINNER{
    width: 18px !important;
    height: 18px !important;
}

.TC{
    margin-top: 2vh;
    text-align: center;
    margin-right:10%;
    margin-left:10%;
}._keypad_o92fe_1 {
  width: 90%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

._compact_o92fe_14 {
  position: static;
  width: 100%;
  height: auto;
  left: auto;
  top: auto;
  transform: none;
}

._compact_o92fe_14 ._keypadRow_o92fe_23 {
  justify-content: space-between;
}

._keypadRow_o92fe_23 {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: 0.1px 0;
}

/* Dark mode adjustments */
._dark_o92fe_35 ._keypad_o92fe_1 {
  background-color: var(--ion-background-color, #0A1E28);
}._keypadButton_stgox_1 {
  --background: none;
  --color: var(--ion-text-color, black);
  font-size: 1.1rem;
  font-weight: 500;
  --outline: none;
  --border: none;
  padding: 0.7rem;
  margin: 0; /* Ensure there's no extra margin */
  text-align: center;
  /* States */
  --background-hover: rgb(245, 245, 245) !important;
  --background-focused: rgb(245, 245, 245) !important;
  --background-activated: rgb(245, 245, 245) !important;
}

/* Compact Button Style */
._compactButton_stgox_18 {
  font-size: 1.5rem; /* slightly smaller */
  padding: 0.85rem; /* Adjusted padding */
  margin: 0; /* Remove any margin */
}

/* Smaller Keypad Button Style */
._smallKeypadButton_stgox_25 {
  font-size: 1rem; /* Smaller font size */
  padding: 0.5rem; /* Compact padding */
  margin-top: 0.5rem;
}

/* Dark Mode Styling */
._dark_stgox_32 ._keypadButton_stgox_1 {
  --color: #ffffff; /* White text in dark mode */
}

._dark_stgox_32 ._smallKeypadButton_stgox_25 {
  --color: #ffffff; /* White text for small buttons in dark mode */
}

/* Responsive Design */
@media (max-width: 600px) {
  ._keypadButton_stgox_1 {
    font-size: 1rem; /* Reduced for smaller screens */
    padding: 0.6rem; /* Adjust padding */
  }
  ._smallKeypadButton_stgox_25 {
    font-size: 0.9rem;
    padding: 0.4rem;
  }
  ._compactButton_stgox_18 {
    font-size: 1.35rem; /* Smaller on very small screens */
    padding: 0.75rem;
  }
}
.BUTTON-SPINNER{
    width: 18px !important;
    height: 18px !important;
}

.otp_inputs{
    margin-top: 5%;
}

.otp-boxes-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
}

.otp-box {
    width: 45px;
    height: 50px;
    border: 2px solid var(--ion-color-medium);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--ion-background-color);
    transition: all 0.3s ease;
}

.otp-box-filled {
    border-color: var(--ion-color-primary);
    background-color: var(--ion-color-primary-tint);
}

.otp-text {
    font-size: 18px;
    font-weight: 600;
    color: var(--ion-text-color);
}

/* Dark mode support */
.dark .otp-box {
    border-color: var(--ion-color-medium-shade);
}

.dark .otp-box-filled {
    border-color: var(--ion-color-secondary);
    background-color: var(--ion-color-secondary-tint);
}

.recovery_phone_keypad{
    text-align: center;
    width: 90%;
    height: 50%;
    position: relative;
    margin-top: 5%;
    margin-bottom: 10%;
}

.phonePageInfoText {
    font-size: 0.9em;
    color: var(--ion-color-medium);
    margin: 1rem 0;
}.phonePageInfoText {
    padding-left: 10%;
    padding-right: 10%;
}

.BUTTON-SPINNER{
    width: 18px !important;
    height: 18px !important;
}/* Country Phone Selection - Enhanced Layout */

.country-selection-header {
  background: var(--ion-background-color);
  border-bottom: 1px solid var(--ion-background-color-step-150);
}

.close-button {
  --padding-start: 8px;
  --padding-end: 8px;
  --color: var(--ion-text-color-step-400);
  --color-hover: var(--ion-color-primary);
  --ripple-color: transparent;
  transition: all 0.2s ease;
}

.close-button:hover {
  transform: scale(1.05);
}

/* Enhanced Search Bar */
.search-bar-enhanced {
  --background: var(--ion-background-color);
  --color: var(--ion-text-color);
  --placeholder-color: var(--ion-text-color-step-600);
  --border-radius: 12px;
  --box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  --border: 1px solid var(--ion-background-color-step-200);
  font-family: var(--font-family-primary);
  margin: 0;
  padding: 0;
}

.search-bar-enhanced.searchbar-has-focus {
  --border: 2px solid var(--ion-color-primary);
  --box-shadow: 0 4px 12px rgba(0, 115, 192, 0.15);
}

/* Country Item Styling */
.country-item {
  --background: var(--ion-background-color);
  --color: var(--ion-text-color);
  --border-color: transparent;
  --inner-padding-end: 16px;
  --inner-padding-start: 16px;
  --padding-top: 8px;
  --padding-bottom: 8px;
  margin: 0 8px 4px;
  border-radius: 12px;
  transition: all 0.2s ease;
  font-family: var(--font-family-primary);
}

.country-item:hover {
  --background: var(--ion-background-color-step-50);
  transform: translateX(4px);
}

.country-item:active {
  transform: translateX(2px) scale(0.98);
}

/* Flag Container */
.flag-container {
  margin-right: 12px;
}

/* Flag Image Improvements */
.flag-container img {
  transition: transform 0.2s ease;
  border-radius: 4px;
}

.country-item:hover .flag-container img {
  transform: scale(1.05);
}

/* Country Code Badge */
.country-code-badge {
  background: rgba(0, 115, 192, 0.1);
  color: var(--ion-color-primary);
  font-family: 'SF Mono', 'Monaco', 'Cascadia Code', 'Roboto Mono', monospace;
  font-weight: 500;
  font-size: 0.875rem;
  padding: 4px 8px;
  border-radius: 6px;
  border: 1px solid rgba(0, 115, 192, 0.2);
}

/* Results Counter */
.results-counter {
  background: rgba(0, 115, 192, 0.05);
  border-bottom: 1px solid rgba(0, 115, 192, 0.1);
  padding: 8px 16px;
  font-family: var(--font-family-primary);
}

/* Empty State */
.empty-state {
  padding: 48px 24px;
  text-align: center;
}

.empty-state-icon {
  width: 64px;
  height: 64px;
  background: var(--ion-background-color-step-100);
  border-radius: 50%;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.empty-state h3 {
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-medium);
  color: var(--ion-text-color);
  margin: 0 0 8px 0;
  font-size: 1.125rem;
}

.empty-state p {
  font-family: var(--font-family-primary);
  color: var(--ion-text-color-step-500);
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* Smooth scrolling */
ion-content {
  --overflow: auto;
  height: 100%;
}

ion-content::part(scroll) {
  height: 100%;
  overflow-y: auto;
}

/* Ensure list can scroll */
ion-list {
  height: auto !important;
  min-height: auto !important;
}

/* Loading and transition animations */
.country-item {
  animation: slideInRight 0.3s ease-out;
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Staggered animation for items */
.country-item:nth-child(1) { animation-delay: 0.05s; }
.country-item:nth-child(2) { animation-delay: 0.1s; }
.country-item:nth-child(3) { animation-delay: 0.15s; }
.country-item:nth-child(4) { animation-delay: 0.2s; }
.country-item:nth-child(5) { animation-delay: 0.25s; }

/* Dark mode specific adjustments */
.dark .search-bar-enhanced {
  --box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.dark .country-item:hover {
  --background: var(--ion-background-color-step-100);
}

/* Responsive design */
@media (max-width: 375px) {
  .country-item {
    margin: 0 4px 2px;
    --inner-padding-start: 12px;
    --inner-padding-end: 12px;
  }
  
  .flag-container {
    margin-right: 8px;
  }
}

/* Accessibility improvements */
.country-item:focus-visible {
  outline: 2px solid var(--ion-color-private);
  outline-offset: 2px;
}

/* Legacy support */
.countrySelectionPage_Thumbnail_Flag { 
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.countrySelectionPageTooBar {
  --padding-top: 10%;
}
.BUTTON-SPINNER{
    width: 18px !important;
    height: 18px !important;
}

.otp_inputs{
    margin-top: 5%;
}

.otp-boxes-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
}

.otp-box {
    width: 45px;
    height: 50px;
    border: 2px solid var(--ion-color-medium);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--ion-background-color);
    transition: all 0.3s ease;
}

.otp-box-filled {
    border-color: var(--ion-color-primary);
    background-color: var(--ion-color-primary-tint);
}

.otp-text {
    font-size: 18px;
    font-weight: 600;
    color: var(--ion-text-color);
}

/* Dark mode support */
.dark .otp-box {
    border-color: var(--ion-color-medium-shade);
}

.dark .otp-box-filled {
    border-color: var(--ion-color-secondary);
    background-color: var(--ion-color-secondary-tint);
}

.recovery_phone_keypad{
    text-align: center;
    width: 90%;
    height: 50%;
    position: relative;
    margin-top: 5%;
    margin-bottom: 10%;
}

.phonePageInfoText {
    font-size: 0.9em;
    color: var(--ion-color-medium);
    margin: 1rem 0;
}.recovery_intro_page_icon{
    height: 20%;
    width: 20%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15%;
    margin-bottom: 15%;
}

p {
    text-align: center;
}

.BUTTON-SPINNER{
    width: 18px !important;
    height: 18px !important;
}

.generateWalletPageWaitModal_content_background {
    --ion-background-color: #04394F;
  }
  .generateWalletPageWaitModal_logo-on-center{
    display: flex;
    justify-content: center;
  }

/* SecureWalletInfo - Using App Design System */

.secure-wallet-content {
  --background: var(--ion-background-color);
}

.content-container {
  min-height: 100%;
  padding: 2rem 1.5rem;
  padding-bottom: 120px; /* Space for fixed button */
  font-family: var(--font-family-primary);
}

/* Hero Section */
.hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 2rem;
}

.icon-container {
  position: relative;
  margin-bottom: 1.5rem;
}

.icon-background {
  width: 110px;
  height: 110px;
  min-width: 110px;
  min-height: 110px;
  max-width: 110px;
  max-height: 110px;
  background: linear-gradient(135deg, var(--ion-color-primary) 0%, var(--ion-color-secondary) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 32px rgba(0, 115, 192, 0.2);
  flex-shrink: 0;
  aspect-ratio: 1/1;
}

.safety-icon {
  width: 48px;
  height: 48px;
  filter: brightness(0) invert(1);
}

.success-badge {
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 32px;
  height: 32px;
  background: var(--ion-color-success);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(45, 213, 91, 0.3);
  border: 3px solid var(--ion-background-color);
}

.success-icon {
  width: 16px;
  height: 16px;
  color: var(--ion-color-success-contrast);
}

.page-title {
  font-size: 1.75rem;
  font-weight: var(--font-weight-medium);
  color: var(--ion-text-color);
  margin: 0 0 0.75rem 0;
  letter-spacing: -0.025em;
}

.page-description {
  color: var(--ion-text-color-step-400);
  font-size: 1rem;
  line-height: 1.6;
  max-width: 320px;
  margin: 0;
  font-weight: var(--font-weight-regular);
}

.email-highlight {
  font-weight: var(--font-weight-medium);
  color: var(--ion-color-primary);
}

/* Input Card */
.input-card {
  background: var(--ion-background-color);
  border-radius: 16px;
  padding: 1.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 4px 20px var(--ion-box-shadow-color);
  border: 1px solid var(--ion-background-color-step-100);
}

.input-section {
  margin-bottom: 1rem;
}

.input-label {
  display: block;
  font-size: 0.875rem;
  font-weight: var(--font-weight-medium);
  color: var(--ion-text-color-step-200);
  margin-bottom: 0.5rem;
}

.verification-input {
  --border-radius: 12px;
  --border-width: 2px;
  --border-color: var(--ion-background-color-step-200);
  --color: var(--ion-text-color);
  --placeholder-color: var(--ion-text-color-step-600);
  --background: var(--ion-background-color);
  --padding-start: 16px;
  --padding-end: 16px;
  --padding-top: 16px;
  --padding-bottom: 16px;
  font-size: 16px;
  font-weight: var(--font-weight-medium);
  font-family: var(--font-family-primary);
  letter-spacing: 2px;
  text-align: center;
}

.verification-input.has-focus {
  --border-color: var(--ion-color-primary);
  --box-shadow: 0 0 0 3px rgba(0, 115, 192, 0.1);
}

.resend-section {
  text-align: center;
}

.resend-text {
  font-size: 0.875rem;
  color: var(--ion-text-color-step-500);
  margin: 0;
  font-family: var(--font-family-primary);
}

.resend-button {
  color: var(--ion-color-primary);
  font-weight: var(--font-weight-medium);
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-family-primary);
  transition: color 0.2s ease;
}

.resend-button:hover {
  color: var(--ion-color-primary-shade);
}

.resend-button:focus-visible {
  outline: 2px solid var(--ion-color-primary);
  outline-offset: 2px;
  border-radius: 4px;
}

/* Tips Card */
.tips-card {
  background: var(--ion-background-color);
  border-radius: 16px;
  padding: 1.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 4px 20px var(--ion-box-shadow-color);
  border: 1px solid var(--ion-background-color-step-100);
}

.tips-title {
  font-size: 1.125rem;
  font-weight: var(--font-weight-medium);
  color: var(--ion-text-color);
  margin: 0 0 1rem 0;
  display: flex;
  align-items: center;
  font-family: var(--font-family-primary);
}

.info-icon {
  width: 20px;
  height: 20px;
  color: var(--ion-color-primary);
  margin-right: 0.5rem;
}

.tips-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.tip-item {
  display: flex;
  align-items: flex-start;
}

.tip-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: rgba(45, 213, 91, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.check-icon {
  width: 12px;
  height: 12px;
  color: var(--ion-color-success);
}

.tip-text {
  margin: 0 0 0 0.75rem;
  font-size: 0.875rem;
  color: var(--ion-text-color-step-400);
  line-height: 1.5;
  font-family: var(--font-family-primary);
}

/* Action Button */
.button-container {
  position: fixed;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  z-index: 10;
}

.verify-button {
  --border-radius: 16px;
  --height: 56px;
  --font-size: 1.125rem;
  --font-weight: var(--font-weight-medium);
  --font-family: var(--font-family-primary);
  --box-shadow: 0 8px 32px rgba(0, 115, 192, 0.25);
  --ripple-color: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  transform: translateY(0);
}

.verify-button:hover {
  transform: translateY(-2px);
  --box-shadow: 0 12px 40px rgba(0, 115, 192, 0.35);
}

.verify-button:active {
  transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 375px) {
  .content-container {
    padding: 1.5rem 1rem;
  }
  
  .icon-background {
    width: 80px;
    height: 80px;
  }
  
  /* .safety-icon {
    width: 50px;
    height: 40px;
  } */
  
  .page-title {
    font-size: 1.5rem;
  }
  
  .verify-button {
    --height: 52px;
    --font-size: 1rem;
  }
}

/* Dark Mode Specific Adjustments */
.dark .icon-background {
  box-shadow: 0 8px 32px rgba(0, 115, 192, 0.3);
}

.dark .success-badge {
  box-shadow: 0 4px 12px rgba(45, 213, 91, 0.4);
}

.dark .input-card,
.dark .tips-card {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.dark .verify-button {
  --box-shadow: 0 8px 32px rgba(0, 115, 192, 0.4);
}

.dark .verify-button:hover {
  --box-shadow: 0 12px 40px rgba(0, 115, 192, 0.5);
}

/* Animation for smooth transitions */
.content-container > * {
  animation: fadeInUp 0.6s ease-out forwards;
  opacity: 0;
  transform: translateY(20px);
}

.hero-section {
  animation-delay: 0.1s;
}

.input-card {
  animation-delay: 0.2s;
}

.tips-card {
  animation-delay: 0.3s;
}

.button-container {
  animation-delay: 0.4s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Recover Wallet Page Styles */

.recover-wallet-content {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    min-height: 100vh;
}

/* Hero Section */
.hero-section {
    padding: 2rem 1.5rem 1.5rem;
    text-align: center;
}

.hero-content {
    margin-bottom: 1.5rem;
}

.icon-wrapper {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--ion-color-primary) 0%, var(--ion-color-primary-tint) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 10px 25px rgba(0, 115, 192, 0.2);
}

.hero-icon {
    color: white;
    font-size: 2rem;
}

.hero-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.hero-description {
    color: #64748b;
    font-size: 0.875rem;
    line-height: 1.5;
    max-width: 280px;
    margin: 0 auto;
}

/* Recovery Options */
.recovery-options {
    padding: 1rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.recovery-option-card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f5f9;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.recovery-option-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-color: var(--ion-color-primary-tint);
}

.recovery-option-button {
    width: 100%;
    background: none;
    border: none;
    padding: 1.5rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.recovery-option-button:hover {
    background-color: #f8fafc;
}

.recovery-option-button:focus {
    outline: none;
    background-color: #f8fafc;
}

.option-content {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-align: left;
}

.option-icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.email-icon {
    background-color: rgba(34, 197, 94, 0.1);
}

.phone-icon {
    background-color: rgba(99, 102, 241, 0.1);
}

.option-icon {
    font-size: 1.25rem;
}

.email-icon .option-icon {
    color: #22c55e;
}

.phone-icon .option-icon {
    color: #6366f1;
}

.option-text {
    flex: 1;
    min-width: 0;
}

.option-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.25rem;
    line-height: 1.4;
}

.option-description {
    color: #64748b;
    font-size: 0.875rem;
    line-height: 1.4;
    margin: 0;
}

.option-note {
    color: #94a3b8;
    font-size: 0.75rem;
    line-height: 1.3;
    margin: 0.25rem 0 0;
    font-style: italic;
}

.option-arrow {
    color: #94a3b8;
    flex-shrink: 0;
    transition: transform 0.2s ease, color 0.2s ease;
}

.recovery-option-button:hover .option-arrow {
    color: var(--ion-color-primary);
    transform: translateX(2px);
}

/* Security Notice */
.security-notice-wrapper {
    padding: 2rem 1.5rem;
    margin-top: 10%;
}

.security-notice {
    background: linear-gradient(135deg, rgba(0, 115, 192, 0.05) 0%, rgba(0, 115, 192, 0.08) 100%);
    border-radius: 12px;
    padding: 1rem;
    border: 1px solid rgba(0, 115, 192, 0.1);
}

.security-notice-content {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.security-icon {
    color: var(--ion-color-primary);
    flex-shrink: 0;
    margin-top: 0.125rem;
}

.security-text {
    flex: 1;
}

.security-title {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--ion-color-primary-shade);
    margin-bottom: 0.25rem;
    line-height: 1.4;
}

.security-description {
    font-size: 0.875rem;
    color: var(--ion-color-primary-shade);
    line-height: 1.5;
    margin: 0;
    opacity: 0.9;
}

/* Responsive Design */
@media (max-width: 480px) {
    .hero-section {
        padding: 1.5rem 1rem 1rem;
    }
    
    .recovery-options {
        padding: 0.75rem 1rem;
        gap: 0.75rem;
    }
    
    .recovery-option-button {
        padding: 1.25rem;
    }
    
    .option-content {
        gap: 0.75rem;
    }
    
    .option-icon-wrapper {
        width: 44px;
        height: 44px;
    }
    
    .option-title {
        font-size: 1rem;
    }
    
    .security-notice-wrapper {
        padding: 1.5rem 1rem;
    }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .recover-wallet-content {
        background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    }
    
    .recovery-option-card {
        background: #1e293b;
        border-color: #334155;
    }
    
    .recovery-option-card:hover {
        border-color: var(--ion-color-primary-tint);
        background: #293548;
    }
    
    .recovery-option-button:hover,
    .recovery-option-button:focus {
        background-color: #293548;
    }
    
    .hero-title {
        color: #f1f5f9;
    }
    
    .hero-description {
        color: #94a3b8;
    }
    
    .option-title {
        color: #f1f5f9;
    }
    
    .option-description {
        color: #94a3b8;
    }
    
    .option-note {
        color: #64748b;
    }
    
    .security-notice {
        background: rgba(0, 115, 192, 0.1);
        border-color: rgba(0, 115, 192, 0.2);
    }
}

.profile_img{
    height: 15vh !important;
    margin-top: 5rem;
    margin-bottom: 3rem;
}

.kycIntroSubheaderText {
    padding-left: 10%;
    padding-right: 10%;
}


.kycFlowRejectedIcon{

    font-size: calc(52px + 4vw);
    margin-top: 20%;
}

.kycRejectedSubheaderText {
    padding-left: 10%;
    padding-right: 10%;
}


/* PIN Create Page visuals (works with Tailwind v4) */

/* PIN Section - matching PinLock styling */
.pinlock-PIN {
  width: 90%; /* Matches KeyPad's width */
  max-width: 250px;
  margin: 0 auto;
  margin-top: 5%;
}

/* Header Styling - matching PinLock */
.pinlock-header {
  margin-top: 3%;
  text-align: center;
  color: var(--ion-text-color);
}

/* OTP Input Styling - matching PinLock */
.pinlock-otp-input, .pinlock-otp-input__active {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0 5px; /* Add space between the circles */
  border: 1px solid var(--ion-color-medium);
}

.pinlock-otp-input__active {
  background-color: var(--ion-color-primary);
}

/* Pin Keypad - matching PinLock */
.pinlock-pinKeyPad {
  text-align: center;
  width: 90%;
  height: 50%;
  position: relative;
  margin-top: 5%;
}

/* Dark Mode Styling */
.dark .pinlock-header p {
  color: #ffffff;
}

.dark .pinlock-otp-input, .dark .pinlock-otp-input__active {
  border-color: #ffffff;
}

.dark .pinlock-otp-input__active {
  background-color: var(--ion-color-secondary);
}

/* Halo + pulse for filled dots (no :has dependency) */
.pin-dot-container { position: relative; }
.pin-dot-container::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59,130,246,0.20) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.pin-dot-container.has-value::after { opacity: 1; animation: pinPulse 0.6s ease-out; }

@keyframes pulseDot { 0%,100%{ transform: scale(1); opacity:1 } 50%{ transform: scale(1.2); opacity:.9 } }
.pin-dot-filled { animation: pulseDot 0.22s ease-out; }

/* KeyPad integration styles */
.pincreate-pinKeyPad { text-align: center; width: 100%; margin-top: 0; }

/* Enhanced loading overlay */
ion-loading { --backdrop-opacity: 0.7; --spinner-color: var(--ion-color-primary); }

/* Tip card entrance */
.security-note { animation: slideInUp 0.6s ease-out 0.2s both; }
@keyframes slideInUp { from { transform: translateY(16px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }

/* Dark mode halo */
@media (prefers-color-scheme: dark) {
  .pin-dot-container::after { background: radial-gradient(circle, rgba(59,130,246,0.28) 0%, transparent 70%); }
}

/* Responsive adjustments */
@media (max-width: 375px) {
  .pin-dot-container div { width: 12px !important; height: 12px !important; }
  .pin-dot-container::after { width: 18px; height: 18px; }
}

/* Focus state for keypad buttons (a11y) */
.keypad-button:focus-visible { outline: 2px solid var(--ion-color-primary); outline-offset: 2px; }

/* Smooth transitions baseline */
* { transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }

/* Legacy dot styles kept for safety */
.ION-INPT { font-size: 40px; color: green; -webkit-text-security: disc; }
.otp-input { width: 15px; height: 15px; background: white; border: 1px solid black; border-radius: 50%; }
.otp-input_active { width: 15px; height: 15px; border-radius: 50%; background: var(--ion-color-primary); border: 1px solid var(--ion-color-primary); }
.blank_button { --background: white !important; }

 
/* PIN Section - matching PinLock styling */
.pinlock-PIN {
  width: 90%; /* Matches KeyPad's width */
  max-width: 250px;
  margin: 0 auto;
  margin-top: 5%;
}

/* Header Styling - matching PinLock */
.pinlock-header {
  margin-top: 3%;
  text-align: center;
  color: var(--ion-text-color);
}

/* OTP Input Styling - matching PinLock */
.pinlock-otp-input, .pinlock-otp-input__active {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0 5px; /* Add space between the circles */
  border: 1px solid var(--ion-color-medium);
}

.pinlock-otp-input__active {
  background-color: var(--ion-color-primary);
}

/* Pin Keypad - matching PinLock */
.pinlock-pinKeyPad {
  text-align: center;
  width: 90%;
  height: 50%;
  position: relative;
  margin-top: 5%;
}

/* Dark Mode Styling */
.dark .pinlock-header p {
  color: #ffffff;
}

.dark .pinlock-otp-input, .dark .pinlock-otp-input__active {
  border-color: #ffffff;
}

.dark .pinlock-otp-input__active {
  background-color: var(--ion-color-secondary);
}


.animated-shake {
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: shake;
}

.pin-verify-otp__area {
  display: flex;
  flex-grow: 1;
  margin-top: 3%;
  padding: 10px 10px;
  font-size: 24px !important;
  flex-direction: row; /* Ensure the circles are displayed in a row */
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0)
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px)
  }

  20%, 40%, 60%, 80% {
    transform: translateX(10px)
  }
}
  
.pin_verify_keypad{
  text-align: center;
  width: 90%;
  height: 50%;
  position: relative;
  margin-top: 15%;
}

.biometric-toggle-container {
  margin: 20px auto;
  max-width: 80%;
}

.biometric-description {
  font-size: 0.8rem;
  color: var(--ion-color-medium);
  margin-top: 10px;
}

/* New dot visuals to match Create PIN page */
.pin-dot-container { position: relative; }
.pin-dot-container::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59,130,246,0.20) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.pin-dot-container.has-value::after { opacity: 1; animation: pinPulse 0.6s ease-out; }

@keyframes pulseDot { 0%,100%{ transform: scale(1); opacity:1 } 50%{ transform: scale(1.2); opacity:.9 } }
.pin-dot-filled { animation: pulseDot 0.22s ease-out; }

@media (prefers-color-scheme: dark) {
  .pin-dot-container::after { background: radial-gradient(circle, rgba(59,130,246,0.28) 0%, transparent 70%); }
}

@media (max-width: 375px) {
  .pin-dot-container div { width: 12px !important; height: 12px !important; }
  .pin-dot-container::after { width: 18px; height: 18px; }
}
/* PIN Section */
.pinlock-PIN {
  width: 90%; /* Matches KeyPad's width */
  max-width: 250px;
  margin: 0 auto;
  margin-top: 5%;
}

/* Logo Container */
.pinlock-logo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  width: 100%;             /* Ensure container takes the full width */
  height: auto;            /* Allow the container to grow with its content */
  position: relative;
  --background:var(--ion-background-color)
}

/* Logo Styling */
.pinlock-logo-img {
  max-width: 100px;
  height: auto;
  margin: 0 auto;          /* Center the logo by setting auto margins */
  object-fit: contain;
  display: block;
  margin-top: 40px;
}

/* Header Styling */
.pinlock-header {
  margin-top: 3%;
  text-align: center;
  color: var(--ion-text-color);
}

/* OTP Area */
.pinlock-otp__area {
  display: flex;
  flex-grow: 1;
  margin-top: 3%;
  padding: 10px 10px;
  font-size: 24px !important;
  flex-direction: row; /* Ensure the circles are displayed in a row */
}

/* OTP Input Styling */
.pinlock-otp-input, .pinlock-otp-input__active {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0 5px; /* Add space between the circles */
  border: 1px solid var(--ion-color-medium);
}

.pinlock-otp-input__active {
  background-color: var(--ion-color-primary);
}

/* Pin Keypad */
.pinlock-pinKeyPad {
  text-align: center;
  width: 90%;
  height: 50%;
  position: relative;
  margin-top: 5%;
}

.biometric-auth-button {
  margin-top: 10px;
  --background: transparent;
}

.biometric-description{
  color: var(--ion-color-primary);
  font-size: 10px;
}

.biometric-auth-button ion-icon {
  font-size: 32px;
  color: var(--ion-color-primary);
}

/* Dark Mode Styling */
.dark .pinlock-header h4 {
  color: #ffffff;
}

.dark .pinlock-otp-input, .dark .pinlock-otp-input__active {
  border-color: #ffffff;
}

.dark .pinlock-otp-input__active {
  background-color: var(--ion-color-secondary);
}

/* Update logo in dark mode */
.dark .pinlock-logo-img {
  content: url("/assets/img/ebioro-symbol-white.svg");
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
  .pinlock-logo-img {
    max-width: 80px;
  }
  .pinlock-pinKeyPad {
    height: 60%;
  }
  .pinlock-PIN {
    width: 80%;
  }
}
/* Recovery Email Page Styles */

.recovery-email-content {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    min-height: 100vh;
}

/* Hero Section */
.hero-section {
    padding: 2rem 1.5rem 1.5rem;
    text-align: center;
}

.hero-content {
    margin-bottom: 1rem;
}

.icon-wrapper {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--ion-color-primary) 0%, var(--ion-color-primary-tint) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 10px 25px rgba(0, 115, 192, 0.2);
}

.hero-icon {
    color: white;
    font-size: 2rem;
}

.hero-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.hero-description {
    color: #64748b;
    font-size: 1rem;
    line-height: 1.5;
    max-width: 320px;
    margin: 0 auto;
    font-weight: 400;
}

/* Form Section */
.form-section {
    padding: 1rem 1.5rem 2rem;
}

.recovery-form {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f5f9;
}

.input-container {
    margin-bottom: 1.5rem;
}

.email-input {
    --background: #ffffff;
    --border-color: #e2e8f0;
    --border-radius: 12px;
    --color: #1e293b;
    --placeholder-color: #94a3b8;
    --padding-start: 1rem;
    --padding-end: 1rem;
    --padding-top: 1rem;
    --padding-bottom: 1rem;
    font-size: 1rem;
    margin-top: 0.5rem;
}

.email-input.ion-focused {
    --border-color: var(--ion-color-primary);
    --border-width: 2px;
}

.email-input.ion-valid {
    --border-color: #22c55e;
}

.email-input.ion-invalid {
    --border-color: #ef4444;
}

/* Help Notice */
.help-notice {
    background: linear-gradient(135deg, rgba(0, 115, 192, 0.05) 0%, rgba(0, 115, 192, 0.08) 100%);
    border-radius: 12px;
    padding: 1rem;
    border: 1px solid rgba(0, 115, 192, 0.1);
    margin-top: 1rem;
}

.help-content {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.help-icon {
    color: var(--ion-color-primary);
    font-size: 1.25rem;
    flex-shrink: 0;
    margin-top: 0.125rem;
}

.help-text {
    font-size: 0.875rem;
    color: var(--ion-color-primary-shade);
    line-height: 1.5;
    margin: 0;
    font-weight: 500;
}

/* Button Section */
.button-section {
    padding: 2rem 1.5rem;
    margin-top: auto;
}

/* Continue Button */
.continue-button {
    --border-radius: 12px;
    --padding-start: 1.5rem;
    --padding-end: 1.5rem;
    --padding-top: 1rem;
    --padding-bottom: 1rem;
    font-weight: 600;
    font-size: 1rem;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 480px) {
    .hero-section {
        padding: 1.5rem 1rem 1rem;
    }
    
    .hero-title {
        font-size: 1.5rem;
    }
    
    .hero-description {
        font-size: 0.875rem;
        max-width: 280px;
    }
    
    .form-section {
        padding: 0.75rem 1rem 1.5rem;
    }
    
    .recovery-form {
        padding: 1.5rem;
        border-radius: 16px;
    }
    
    .icon-wrapper {
        width: 70px;
        height: 70px;
        margin-bottom: 1.25rem;
    }
    
    .hero-icon {
        font-size: 1.75rem;
    }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .recovery-email-content {
        background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    }
    
    .recovery-form {
        background: #1e293b;
        border-color: #334155;
    }
    
    .hero-title {
        color: #f1f5f9;
    }
    
    .hero-description {
        color: #94a3b8;
    }
    
    .email-input {
        --background: #1e293b;
        --border-color: #475569;
        --color: #f1f5f9;
        --placeholder-color: #94a3b8;
    }
    
    .email-input.ion-focused {
        --border-color: var(--ion-color-primary);
    }
    
    .help-notice {
        background: rgba(0, 115, 192, 0.1);
        border-color: rgba(0, 115, 192, 0.2);
    }
    
    .help-text {
        color: var(--ion-color-primary-tint);
    }
}/* PIN Section */
.lock-screen-PIN {
  width: 90%; /* Matches KeyPad's width */
  max-width: 250px;
  margin: 0 auto;
  margin-top: 5%;
}

/* Animated shake for incorrect PIN */
.animated-shake {
  animation: shake 0.6s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

/* OTP Input Styling */
.lock-screen-otp-input, .lock-screen-otp-input__active {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0 5px; /* Add space between the circles */
  border: 1px solid var(--ion-color-medium);
}

.lock-screen-otp-input__active {
  background-color: var(--ion-color-primary);
}

.lock-screen-logo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  width: 100%;             /* Ensure container takes the full width */
  height: auto;            /* Allow the container to grow with its content */
  position: relative;
  --background: var(--ion-background-color);
}


/* Logo Styling */
.lock-screen-logo-img {
  max-width: 100px;
  height: auto;
  margin: 0 auto;          /* Center the logo by setting auto margins */
  object-fit: contain;
  display: block; 
  margin-top: 40px; /* Match the page's logo spacing */
}

/* Header Styling */
.lock-screen-header {
  margin-top: 3%;
  text-align: center;
  color: var(--ion-text-color);
}

/* Pin Keypad */
.lock-screen-pinKeyPad {
  text-align: center;
  width: 90%;
  height: 50%;
  position: relative;
  margin-top: 5%;
}

.biometric-message {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}

.biometric-message--authenticating {
  color: var(--ion-color-primary);
}

.biometric-message--failed {
  color: var(--ion-color-medium);
}

/* Dark Mode Styling */
.dark .lock-screen-header h4 {
  color: #ffffff;
}

.dark .lock-screen-otp-input, .dark .lock-screen-otp-input__active {
  border-color: #ffffff;
}

.dark .lock-screen-otp-input__active {
  background-color: var(--ion-color-secondary);
}

/* Update logo in dark mode */
.dark .lock-screen-logo-img {
  content: url("/assets/img/ebioro-symbol-white.svg");
}


/* Media Queries for Responsiveness */
@media (max-width: 768px) {
  .lock-screen-logo-img {
    max-width: 80px;
  }
  .lock-screen-pinKeyPad {
    height: 60%;
  }
  .lock-screen-PIN {
    width: 80%;
  }
}.BUTTON-SPINNER{
    width: 18px !important;
    height: 18px !important;
}


.otp_inputs{
    margin-top: 5%;
}

.otp-boxes-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
}

.otp-box {
    width: 45px;
    height: 50px;
    border: 2px solid var(--ion-color-medium);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--ion-background-color);
    transition: all 0.3s ease;
}

.otp-box-filled {
    border-color: var(--ion-color-primary);
    background-color: var(--ion-color-primary-tint);
}

.otp-text {
    font-size: 18px;
    font-weight: 600;
    color: var(--ion-text-color);
}

/* Dark mode support */
.dark .otp-box {
    border-color: var(--ion-color-medium-shade);
}

.dark .otp-box-filled {
    border-color: var(--ion-color-secondary);
    background-color: var(--ion-color-secondary-tint);
}

.phonePageInfoText {
    font-size: 0.9em;
    color: var(--ion-color-medium);
    margin: 1rem 0;
}

.recovery_phone_keypad{
    text-align: center;
    width: 90%;
    height: 50%;
    position: relative;
    margin-top: 5%;
    margin-bottom: 10%;
}