@charset "UTF-8";

/* node_modules/@ionic/angular/css/core.css */
:root {
  --ion-color-primary: #0054e9;
  --ion-color-primary-rgb:
    0,
    84,
    233;
  --ion-color-primary-contrast: #fff;
  --ion-color-primary-contrast-rgb:
    255,
    255,
    255;
  --ion-color-primary-shade: #004acd;
  --ion-color-primary-tint: #1a65eb;
  --ion-color-secondary: #0163aa;
  --ion-color-secondary-rgb:
    1,
    99,
    170;
  --ion-color-secondary-contrast: #fff;
  --ion-color-secondary-contrast-rgb:
    255,
    255,
    255;
  --ion-color-secondary-shade: #015796;
  --ion-color-secondary-tint: #1a73b3;
  --ion-color-tertiary: #6030ff;
  --ion-color-tertiary-rgb:
    96,
    48,
    255;
  --ion-color-tertiary-contrast: #fff;
  --ion-color-tertiary-contrast-rgb:
    255,
    255,
    255;
  --ion-color-tertiary-shade: #542ae0;
  --ion-color-tertiary-tint: #7045ff;
  --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: #ffc409;
  --ion-color-warning-rgb:
    255,
    196,
    9;
  --ion-color-warning-contrast: #000;
  --ion-color-warning-contrast-rgb:
    0,
    0,
    0;
  --ion-color-warning-shade: #e0ac08;
  --ion-color-warning-tint: #ffca22;
  --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: #f4f5f8;
  --ion-color-light-rgb:
    244,
    245,
    248;
  --ion-color-light-contrast: #000;
  --ion-color-light-contrast-rgb:
    0,
    0,
    0;
  --ion-color-light-shade: #d7d8da;
  --ion-color-light-tint: #f5f6f9;
  --ion-color-medium: #636469;
  --ion-color-medium-rgb:
    99,
    100,
    105;
  --ion-color-medium-contrast: #fff;
  --ion-color-medium-contrast-rgb:
    255,
    255,
    255;
  --ion-color-medium-shade: #57585c;
  --ion-color-medium-tint: #737478;
  --ion-color-dark: #222428;
  --ion-color-dark-rgb:
    34,
    36,
    40;
  --ion-color-dark-contrast: #fff;
  --ion-color-dark-contrast-rgb:
    255,
    255,
    255;
  --ion-color-dark-shade: #1e2023;
  --ion-color-dark-tint: #383a3e;
}
html.ios {
  --ion-default-font:
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    "Roboto",
    sans-serif;
}
html.md {
  --ion-default-font:
    "Roboto",
    "Helvetica Neue",
    sans-serif;
}
html {
  --ion-dynamic-font: -apple-system-body;
  --ion-font-family: var(--ion-default-font);
}
body {
  background: var(--ion-background-color);
  color: var(--ion-text-color);
}
body.backdrop-no-scroll {
  overflow: hidden;
}
html.ios ion-modal.modal-card ion-header ion-toolbar:first-of-type,
html.ios ion-modal.modal-sheet ion-header ion-toolbar:first-of-type,
html.ios ion-modal ion-footer ion-toolbar:first-of-type,
html.ios ion-footer.modal-footer-moving ion-toolbar:first-of-type {
  padding-top: 6px;
}
html.ios ion-modal.modal-card ion-header ion-toolbar:last-of-type,
html.ios ion-modal.modal-sheet ion-header ion-toolbar:last-of-type {
  padding-bottom: 6px;
}
html.ios ion-modal ion-toolbar,
html.ios .modal-footer-moving ion-toolbar {
  padding-right: calc(var(--ion-safe-area-right) + 8px);
  padding-left: calc(var(--ion-safe-area-left) + 8px);
}
@media screen and (min-width: 768px) {
  html.ios ion-modal.modal-card:first-of-type {
    --backdrop-opacity: 0.18;
  }
}
ion-modal.modal-default.show-modal ~ ion-modal.modal-default {
  --backdrop-opacity: 0;
  --box-shadow: none;
}
html.ios ion-modal.modal-card .ion-page {
  border-top-left-radius: var(--border-radius);
}
.ion-color-primary {
  --ion-color-base: var(--ion-color-primary, #0054e9) !important;
  --ion-color-base-rgb: var(--ion-color-primary-rgb, 0, 84, 233) !important;
  --ion-color-contrast: var(--ion-color-primary-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-primary-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-primary-shade, #004acd) !important;
  --ion-color-tint: var(--ion-color-primary-tint, #1a65eb) !important;
}
.ion-color-secondary {
  --ion-color-base: var(--ion-color-secondary, #0163aa) !important;
  --ion-color-base-rgb: var(--ion-color-secondary-rgb, 1, 99, 170) !important;
  --ion-color-contrast: var(--ion-color-secondary-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-secondary-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-secondary-shade, #015796) !important;
  --ion-color-tint: var(--ion-color-secondary-tint, #1a73b3) !important;
}
.ion-color-tertiary {
  --ion-color-base: var(--ion-color-tertiary, #6030ff) !important;
  --ion-color-base-rgb: var(--ion-color-tertiary-rgb, 96, 48, 255) !important;
  --ion-color-contrast: var(--ion-color-tertiary-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-tertiary-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-tertiary-shade, #542ae0) !important;
  --ion-color-tint: var(--ion-color-tertiary-tint, #7045ff) !important;
}
.ion-color-success {
  --ion-color-base: var(--ion-color-success, #2dd55b) !important;
  --ion-color-base-rgb: var(--ion-color-success-rgb, 45, 213, 91) !important;
  --ion-color-contrast: var(--ion-color-success-contrast, #000) !important;
  --ion-color-contrast-rgb: var(--ion-color-success-contrast-rgb, 0, 0, 0) !important;
  --ion-color-shade: var(--ion-color-success-shade, #28bb50) !important;
  --ion-color-tint: var(--ion-color-success-tint, #42d96b) !important;
}
.ion-color-warning {
  --ion-color-base: var(--ion-color-warning, #ffc409) !important;
  --ion-color-base-rgb: var(--ion-color-warning-rgb, 255, 196, 9) !important;
  --ion-color-contrast: var(--ion-color-warning-contrast, #000) !important;
  --ion-color-contrast-rgb: var(--ion-color-warning-contrast-rgb, 0, 0, 0) !important;
  --ion-color-shade: var(--ion-color-warning-shade, #e0ac08) !important;
  --ion-color-tint: var(--ion-color-warning-tint, #ffca22) !important;
}
.ion-color-danger {
  --ion-color-base: var(--ion-color-danger, #c5000f) !important;
  --ion-color-base-rgb: var(--ion-color-danger-rgb, 197, 0, 15) !important;
  --ion-color-contrast: var(--ion-color-danger-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-danger-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-danger-shade, #ad000d) !important;
  --ion-color-tint: var(--ion-color-danger-tint, #cb1a27) !important;
}
.ion-color-light {
  --ion-color-base: var(--ion-color-light, #f4f5f8) !important;
  --ion-color-base-rgb: var(--ion-color-light-rgb, 244, 245, 248) !important;
  --ion-color-contrast: var(--ion-color-light-contrast, #000) !important;
  --ion-color-contrast-rgb: var(--ion-color-light-contrast-rgb, 0, 0, 0) !important;
  --ion-color-shade: var(--ion-color-light-shade, #d7d8da) !important;
  --ion-color-tint: var(--ion-color-light-tint, #f5f6f9) !important;
}
.ion-color-medium {
  --ion-color-base: var(--ion-color-medium, #636469) !important;
  --ion-color-base-rgb: var(--ion-color-medium-rgb, 99, 100, 105) !important;
  --ion-color-contrast: var(--ion-color-medium-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-medium-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-medium-shade, #57585c) !important;
  --ion-color-tint: var(--ion-color-medium-tint, #737478) !important;
}
.ion-color-dark {
  --ion-color-base: var(--ion-color-dark, #222428) !important;
  --ion-color-base-rgb: var(--ion-color-dark-rgb, 34, 36, 40) !important;
  --ion-color-contrast: var(--ion-color-dark-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-dark-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-dark-shade, #1e2023) !important;
  --ion-color-tint: var(--ion-color-dark-tint, #383a3e) !important;
}
.ion-page {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  contain: layout size style;
  z-index: 0;
}
.ion-page.ion-page-overlay-passthrough {
  pointer-events: none;
}
ion-modal > .ion-page {
  position: relative;
  contain: layout style;
  height: 100%;
}
.split-pane-visible > .ion-page.split-pane-main {
  position: relative;
}
ion-route,
ion-route-redirect,
ion-router,
ion-select-option,
ion-nav-controller,
ion-menu-controller,
ion-action-sheet-controller,
ion-alert-controller,
ion-loading-controller,
ion-modal-controller,
ion-picker-controller,
ion-popover-controller,
ion-toast-controller,
.ion-page-hidden {
  display: none !important;
}
.ion-page-invisible {
  opacity: 0;
}
.can-go-back > ion-header ion-back-button {
  display: block;
}
html.plt-ios.plt-hybrid,
html.plt-ios.plt-pwa {
  --ion-statusbar-padding: 20px;
}
@supports (padding-top: 20px) {
  html {
    --ion-safe-area-top: var(--ion-statusbar-padding);
  }
}
@supports (padding-top: env(safe-area-inset-top)) {
  html {
    --ion-safe-area-top: var(--safe-area-inset-top, env(safe-area-inset-top));
    --ion-safe-area-bottom: var(--safe-area-inset-bottom, env(safe-area-inset-bottom));
    --ion-safe-area-left: var(--safe-area-inset-left, env(safe-area-inset-left));
    --ion-safe-area-right: var(--safe-area-inset-right, env(safe-area-inset-right));
  }
}
ion-card.ion-color .ion-inherit-color,
ion-card-header.ion-color .ion-inherit-color {
  color: inherit;
}
.menu-content {
  transform: translate3d(0, 0, 0);
}
.menu-content-open {
  cursor: pointer;
  touch-action: manipulation;
  pointer-events: none;
  overflow-y: hidden;
}
.menu-content-open ion-content {
  --overflow: hidden;
}
.menu-content-open .ion-content-scroll-host {
  overflow: hidden;
}
.ios .menu-content-reveal {
  box-shadow: -8px 0 42px rgba(0, 0, 0, .08);
}
[dir=rtl].ios .menu-content-reveal {
  box-shadow: 8px 0 42px rgba(0, 0, 0, .08);
}
.md .menu-content-reveal {
  box-shadow: 4px 0px 16px rgba(0, 0, 0, .18);
}
.md .menu-content-push {
  box-shadow: 4px 0px 16px rgba(0, 0, 0, .18);
}
ion-accordion-group.accordion-group-expand-inset > ion-accordion:first-of-type {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
ion-accordion-group.accordion-group-expand-inset > ion-accordion:last-of-type {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
ion-accordion-group > ion-accordion:last-of-type ion-item[slot=header] {
  --border-width: 0px;
}
ion-accordion.accordion-animated > [slot=header] .ion-accordion-toggle-icon {
  transition: 300ms transform cubic-bezier(0.25, 0.8, 0.5, 1);
}
@media (prefers-reduced-motion: reduce) {
  ion-accordion .ion-accordion-toggle-icon {
    transition: none !important;
  }
}
ion-accordion.accordion-expanding > [slot=header] .ion-accordion-toggle-icon,
ion-accordion.accordion-expanded > [slot=header] .ion-accordion-toggle-icon {
  transform: rotate(180deg);
}
ion-accordion-group.accordion-group-expand-inset.md > ion-accordion.accordion-previous ion-item[slot=header] {
  --border-width: 0px;
  --inner-border-width: 0px;
}
ion-accordion-group.accordion-group-expand-inset.md > ion-accordion.accordion-expanding:first-of-type,
ion-accordion-group.accordion-group-expand-inset.md > ion-accordion.accordion-expanded:first-of-type {
  margin-top: 0;
}
ion-input input::-webkit-date-and-time-value {
  text-align: start;
}
.ion-datetime-button-overlay {
  --width: fit-content;
  --height: fit-content;
}
.ion-datetime-button-overlay ion-datetime.datetime-grid {
  width: 320px;
  min-height: 320px;
}
[ion-last-focus],
header[tabindex="-1"]:focus,
[role=banner][tabindex="-1"]:focus,
main[tabindex="-1"]:focus,
[role=main][tabindex="-1"]:focus,
h1[tabindex="-1"]:focus,
[role=heading][aria-level="1"][tabindex="-1"]:focus {
  outline: none;
}
.popover-viewport:has(> ion-content) {
  overflow: hidden;
}
@supports not selector(:has(> ion-content)) {
  .popover-viewport {
    overflow: hidden;
  }
}

/* node_modules/@ionic/angular/css/normalize.css */
audio,
canvas,
progress,
video {
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
b,
strong {
  font-weight: bold;
}
img {
  max-width: 100%;
}
hr {
  height: 1px;
  border-width: 0;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
label,
input,
select,
textarea {
  font-family: inherit;
  line-height: normal;
}
textarea {
  overflow: auto;
  height: auto;
  font: inherit;
  color: inherit;
}
textarea::placeholder {
  padding-left: 2px;
}
form,
input,
optgroup,
select {
  margin: 0;
  font: inherit;
  color: inherit;
}
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
a,
a div,
a span,
a ion-icon,
a ion-label,
button,
button div,
button span,
button ion-icon,
button ion-label,
.ion-tappable,
[tappable],
[tappable] div,
[tappable] span,
[tappable] ion-icon,
[tappable] ion-label,
input,
textarea {
  touch-action: manipulation;
}
a ion-label,
button ion-label {
  pointer-events: none;
}
button {
  padding: 0;
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-style: inherit;
  font-variant: inherit;
  line-height: 1;
  text-transform: none;
  cursor: pointer;
  -webkit-appearance: button;
}
[tappable] {
  cursor: pointer;
}
a[disabled],
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

/* node_modules/@ionic/angular/css/structure.css */
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
html {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
html.ion-ce body {
  display: block;
}
html.plt-pwa {
  height: 100vh;
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  transform: translateZ(0);
  text-rendering: optimizeLegibility;
  overflow: hidden;
  touch-action: manipulation;
  -webkit-user-drag: none;
  -ms-content-zooming: none;
  word-wrap: break-word;
  overscroll-behavior-y: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* node_modules/@ionic/angular/css/typography.css */
html {
  font-family: var(--ion-font-family);
}
@supports (-webkit-touch-callout: none) {
  html {
    font: var(--ion-dynamic-font, 16px var(--ion-font-family));
  }
}
a {
  background-color: transparent;
  color: var(--ion-color-primary, #0054e9);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 16px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.2;
}
h1 {
  margin-top: 20px;
  font-size: 1.625rem;
}
h2 {
  margin-top: 18px;
  font-size: 1.5rem;
}
h3 {
  font-size: 1.375rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.125rem;
}
h6 {
  font-size: 1rem;
}
small {
  font-size: 75%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

/* node_modules/@ionic/angular/css/display.css */
.ion-hide {
  display: none !important;
}
.ion-hide-up {
  display: none !important;
}
.ion-hide-down {
  display: none !important;
}
@media (min-width: 576px) {
  .ion-hide-sm-up {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .ion-hide-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .ion-hide-md-up {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .ion-hide-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .ion-hide-lg-up {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .ion-hide-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .ion-hide-xl-up {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .ion-hide-xl-down {
    display: none !important;
  }
}
.ion-display-none {
  display: none !important;
}
@media (min-width: 576px) {
  .ion-display-sm-none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-none {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-none {
    display: none !important;
  }
}
.ion-display-inline {
  display: inline !important;
}
@media (min-width: 576px) {
  .ion-display-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-inline {
    display: inline !important;
  }
}
.ion-display-inline-block {
  display: inline-block !important;
}
@media (min-width: 576px) {
  .ion-display-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-inline-block {
    display: inline-block !important;
  }
}
.ion-display-block {
  display: block !important;
}
@media (min-width: 576px) {
  .ion-display-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-block {
    display: block !important;
  }
}
.ion-display-flex {
  display: flex !important;
}
@media (min-width: 576px) {
  .ion-display-sm-flex {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-flex {
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-flex {
    display: flex !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-flex {
    display: flex !important;
  }
}
.ion-display-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .ion-display-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-inline-flex {
    display: inline-flex !important;
  }
}
.ion-display-grid {
  display: grid !important;
}
@media (min-width: 576px) {
  .ion-display-sm-grid {
    display: grid !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-grid {
    display: grid !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-grid {
    display: grid !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-grid {
    display: grid !important;
  }
}
.ion-display-inline-grid {
  display: inline-grid !important;
}
@media (min-width: 576px) {
  .ion-display-sm-inline-grid {
    display: inline-grid !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-inline-grid {
    display: inline-grid !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-inline-grid {
    display: inline-grid !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-inline-grid {
    display: inline-grid !important;
  }
}
.ion-display-table {
  display: table !important;
}
@media (min-width: 576px) {
  .ion-display-sm-table {
    display: table !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-table {
    display: table !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-table {
    display: table !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-table {
    display: table !important;
  }
}
.ion-display-table-cell {
  display: table-cell !important;
}
@media (min-width: 576px) {
  .ion-display-sm-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-table-cell {
    display: table-cell !important;
  }
}
.ion-display-table-row {
  display: table-row !important;
}
@media (min-width: 576px) {
  .ion-display-sm-table-row {
    display: table-row !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-table-row {
    display: table-row !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-table-row {
    display: table-row !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-table-row {
    display: table-row !important;
  }
}

/* node_modules/@ionic/angular/css/padding.css */
.ion-no-padding {
  --padding-start: 0;
  --padding-end: 0;
  --padding-top: 0;
  --padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.ion-padding {
  --padding-start: var(--ion-padding, 16px);
  --padding-end: var(--ion-padding, 16px);
  --padding-top: var(--ion-padding, 16px);
  --padding-bottom: var(--ion-padding, 16px);
  -webkit-padding-start: var(--ion-padding, 16px);
  padding-inline-start: var(--ion-padding, 16px);
  -webkit-padding-end: var(--ion-padding, 16px);
  padding-inline-end: var(--ion-padding, 16px);
  padding-top: var(--ion-padding, 16px);
  padding-bottom: var(--ion-padding, 16px);
}
.ion-padding-top {
  --padding-top: var(--ion-padding, 16px);
  padding-top: var(--ion-padding, 16px);
}
.ion-padding-start {
  --padding-start: var(--ion-padding, 16px);
  -webkit-padding-start: var(--ion-padding, 16px);
  padding-inline-start: var(--ion-padding, 16px);
}
.ion-padding-end {
  --padding-end: var(--ion-padding, 16px);
  -webkit-padding-end: var(--ion-padding, 16px);
  padding-inline-end: var(--ion-padding, 16px);
}
.ion-padding-bottom {
  --padding-bottom: var(--ion-padding, 16px);
  padding-bottom: var(--ion-padding, 16px);
}
.ion-padding-vertical {
  --padding-top: var(--ion-padding, 16px);
  --padding-bottom: var(--ion-padding, 16px);
  padding-top: var(--ion-padding, 16px);
  padding-bottom: var(--ion-padding, 16px);
}
.ion-padding-horizontal {
  --padding-start: var(--ion-padding, 16px);
  --padding-end: var(--ion-padding, 16px);
  -webkit-padding-start: var(--ion-padding, 16px);
  padding-inline-start: var(--ion-padding, 16px);
  -webkit-padding-end: var(--ion-padding, 16px);
  padding-inline-end: var(--ion-padding, 16px);
}
.ion-no-margin {
  --margin-start: 0;
  --margin-end: 0;
  --margin-top: 0;
  --margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.ion-margin {
  --margin-start: var(--ion-margin, 16px);
  --margin-end: var(--ion-margin, 16px);
  --margin-top: var(--ion-margin, 16px);
  --margin-bottom: var(--ion-margin, 16px);
  -webkit-margin-start: var(--ion-margin, 16px);
  margin-inline-start: var(--ion-margin, 16px);
  -webkit-margin-end: var(--ion-margin, 16px);
  margin-inline-end: var(--ion-margin, 16px);
  margin-top: var(--ion-margin, 16px);
  margin-bottom: var(--ion-margin, 16px);
}
.ion-margin-top {
  --margin-top: var(--ion-margin, 16px);
  margin-top: var(--ion-margin, 16px);
}
.ion-margin-start {
  --margin-start: var(--ion-margin, 16px);
  -webkit-margin-start: var(--ion-margin, 16px);
  margin-inline-start: var(--ion-margin, 16px);
}
.ion-margin-end {
  --margin-end: var(--ion-margin, 16px);
  -webkit-margin-end: var(--ion-margin, 16px);
  margin-inline-end: var(--ion-margin, 16px);
}
.ion-margin-bottom {
  --margin-bottom: var(--ion-margin, 16px);
  margin-bottom: var(--ion-margin, 16px);
}
.ion-margin-vertical {
  --margin-top: var(--ion-margin, 16px);
  --margin-bottom: var(--ion-margin, 16px);
  margin-top: var(--ion-margin, 16px);
  margin-bottom: var(--ion-margin, 16px);
}
.ion-margin-horizontal {
  --margin-start: var(--ion-margin, 16px);
  --margin-end: var(--ion-margin, 16px);
  -webkit-margin-start: var(--ion-margin, 16px);
  margin-inline-start: var(--ion-margin, 16px);
  -webkit-margin-end: var(--ion-margin, 16px);
  margin-inline-end: var(--ion-margin, 16px);
}

/* node_modules/@ionic/angular/css/float-elements.css */
.ion-float-left {
  float: left !important;
}
.ion-float-right {
  float: right !important;
}
.ion-float-start {
  float: left !important;
}
:host-context([dir=rtl]) .ion-float-start {
  float: right !important;
}
[dir=rtl] .ion-float-start {
  float: right !important;
}
@supports selector(:dir(rtl)) {
  .ion-float-start:dir(rtl) {
    float: right !important;
  }
}
.ion-float-end {
  float: right !important;
}
:host-context([dir=rtl]) .ion-float-end {
  float: left !important;
}
[dir=rtl] .ion-float-end {
  float: left !important;
}
@supports selector(:dir(rtl)) {
  .ion-float-end:dir(rtl) {
    float: left !important;
  }
}
@media (min-width: 576px) {
  .ion-float-sm-left {
    float: left !important;
  }
  .ion-float-sm-right {
    float: right !important;
  }
  .ion-float-sm-start {
    float: left !important;
  }
  :host-context([dir=rtl]) .ion-float-sm-start {
    float: right !important;
  }
  [dir=rtl] .ion-float-sm-start {
    float: right !important;
  }
  @supports selector(:dir(rtl)) {
    .ion-float-sm-start:dir(rtl) {
      float: right !important;
    }
  }
  .ion-float-sm-end {
    float: right !important;
  }
  :host-context([dir=rtl]) .ion-float-sm-end {
    float: left !important;
  }
  [dir=rtl] .ion-float-sm-end {
    float: left !important;
  }
  @supports selector(:dir(rtl)) {
    .ion-float-sm-end:dir(rtl) {
      float: left !important;
    }
  }
}
@media (min-width: 768px) {
  .ion-float-md-left {
    float: left !important;
  }
  .ion-float-md-right {
    float: right !important;
  }
  .ion-float-md-start {
    float: left !important;
  }
  :host-context([dir=rtl]) .ion-float-md-start {
    float: right !important;
  }
  [dir=rtl] .ion-float-md-start {
    float: right !important;
  }
  @supports selector(:dir(rtl)) {
    .ion-float-md-start:dir(rtl) {
      float: right !important;
    }
  }
  .ion-float-md-end {
    float: right !important;
  }
  :host-context([dir=rtl]) .ion-float-md-end {
    float: left !important;
  }
  [dir=rtl] .ion-float-md-end {
    float: left !important;
  }
  @supports selector(:dir(rtl)) {
    .ion-float-md-end:dir(rtl) {
      float: left !important;
    }
  }
}
@media (min-width: 992px) {
  .ion-float-lg-left {
    float: left !important;
  }
  .ion-float-lg-right {
    float: right !important;
  }
  .ion-float-lg-start {
    float: left !important;
  }
  :host-context([dir=rtl]) .ion-float-lg-start {
    float: right !important;
  }
  [dir=rtl] .ion-float-lg-start {
    float: right !important;
  }
  @supports selector(:dir(rtl)) {
    .ion-float-lg-start:dir(rtl) {
      float: right !important;
    }
  }
  .ion-float-lg-end {
    float: right !important;
  }
  :host-context([dir=rtl]) .ion-float-lg-end {
    float: left !important;
  }
  [dir=rtl] .ion-float-lg-end {
    float: left !important;
  }
  @supports selector(:dir(rtl)) {
    .ion-float-lg-end:dir(rtl) {
      float: left !important;
    }
  }
}
@media (min-width: 1200px) {
  .ion-float-xl-left {
    float: left !important;
  }
  .ion-float-xl-right {
    float: right !important;
  }
  .ion-float-xl-start {
    float: left !important;
  }
  :host-context([dir=rtl]) .ion-float-xl-start {
    float: right !important;
  }
  [dir=rtl] .ion-float-xl-start {
    float: right !important;
  }
  @supports selector(:dir(rtl)) {
    .ion-float-xl-start:dir(rtl) {
      float: right !important;
    }
  }
  .ion-float-xl-end {
    float: right !important;
  }
  :host-context([dir=rtl]) .ion-float-xl-end {
    float: left !important;
  }
  [dir=rtl] .ion-float-xl-end {
    float: left !important;
  }
  @supports selector(:dir(rtl)) {
    .ion-float-xl-end:dir(rtl) {
      float: left !important;
    }
  }
}

/* node_modules/@ionic/angular/css/text-alignment.css */
.ion-text-center {
  text-align: center !important;
}
.ion-text-justify {
  text-align: justify !important;
}
.ion-text-start {
  text-align: start !important;
}
.ion-text-end {
  text-align: end !important;
}
.ion-text-left {
  text-align: left !important;
}
.ion-text-right {
  text-align: right !important;
}
.ion-text-nowrap {
  white-space: nowrap !important;
}
.ion-text-wrap {
  white-space: normal !important;
}
@media (min-width: 576px) {
  .ion-text-sm-center {
    text-align: center !important;
  }
  .ion-text-sm-justify {
    text-align: justify !important;
  }
  .ion-text-sm-start {
    text-align: start !important;
  }
  .ion-text-sm-end {
    text-align: end !important;
  }
  .ion-text-sm-left {
    text-align: left !important;
  }
  .ion-text-sm-right {
    text-align: right !important;
  }
  .ion-text-sm-nowrap {
    white-space: nowrap !important;
  }
  .ion-text-sm-wrap {
    white-space: normal !important;
  }
}
@media (min-width: 768px) {
  .ion-text-md-center {
    text-align: center !important;
  }
  .ion-text-md-justify {
    text-align: justify !important;
  }
  .ion-text-md-start {
    text-align: start !important;
  }
  .ion-text-md-end {
    text-align: end !important;
  }
  .ion-text-md-left {
    text-align: left !important;
  }
  .ion-text-md-right {
    text-align: right !important;
  }
  .ion-text-md-nowrap {
    white-space: nowrap !important;
  }
  .ion-text-md-wrap {
    white-space: normal !important;
  }
}
@media (min-width: 992px) {
  .ion-text-lg-center {
    text-align: center !important;
  }
  .ion-text-lg-justify {
    text-align: justify !important;
  }
  .ion-text-lg-start {
    text-align: start !important;
  }
  .ion-text-lg-end {
    text-align: end !important;
  }
  .ion-text-lg-left {
    text-align: left !important;
  }
  .ion-text-lg-right {
    text-align: right !important;
  }
  .ion-text-lg-nowrap {
    white-space: nowrap !important;
  }
  .ion-text-lg-wrap {
    white-space: normal !important;
  }
}
@media (min-width: 1200px) {
  .ion-text-xl-center {
    text-align: center !important;
  }
  .ion-text-xl-justify {
    text-align: justify !important;
  }
  .ion-text-xl-start {
    text-align: start !important;
  }
  .ion-text-xl-end {
    text-align: end !important;
  }
  .ion-text-xl-left {
    text-align: left !important;
  }
  .ion-text-xl-right {
    text-align: right !important;
  }
  .ion-text-xl-nowrap {
    white-space: nowrap !important;
  }
  .ion-text-xl-wrap {
    white-space: normal !important;
  }
}

/* node_modules/@ionic/angular/css/text-transformation.css */
.ion-text-uppercase {
  text-transform: uppercase !important;
}
.ion-text-lowercase {
  text-transform: lowercase !important;
}
.ion-text-capitalize {
  text-transform: capitalize !important;
}
@media (min-width: 576px) {
  .ion-text-sm-uppercase {
    text-transform: uppercase !important;
  }
  .ion-text-sm-lowercase {
    text-transform: lowercase !important;
  }
  .ion-text-sm-capitalize {
    text-transform: capitalize !important;
  }
}
@media (min-width: 768px) {
  .ion-text-md-uppercase {
    text-transform: uppercase !important;
  }
  .ion-text-md-lowercase {
    text-transform: lowercase !important;
  }
  .ion-text-md-capitalize {
    text-transform: capitalize !important;
  }
}
@media (min-width: 992px) {
  .ion-text-lg-uppercase {
    text-transform: uppercase !important;
  }
  .ion-text-lg-lowercase {
    text-transform: lowercase !important;
  }
  .ion-text-lg-capitalize {
    text-transform: capitalize !important;
  }
}
@media (min-width: 1200px) {
  .ion-text-xl-uppercase {
    text-transform: uppercase !important;
  }
  .ion-text-xl-lowercase {
    text-transform: lowercase !important;
  }
  .ion-text-xl-capitalize {
    text-transform: capitalize !important;
  }
}

/* node_modules/@ionic/angular/css/flex-utils.css */
.ion-align-content-start {
  align-content: flex-start !important;
}
.ion-align-content-end {
  align-content: flex-end !important;
}
.ion-align-content-center {
  align-content: center !important;
}
.ion-align-content-between {
  align-content: space-between !important;
}
.ion-align-content-around {
  align-content: space-around !important;
}
.ion-align-content-stretch {
  align-content: stretch !important;
}
@media (min-width: 576px) {
  .ion-align-content-sm-start {
    align-content: flex-start !important;
  }
  .ion-align-content-sm-end {
    align-content: flex-end !important;
  }
  .ion-align-content-sm-center {
    align-content: center !important;
  }
  .ion-align-content-sm-between {
    align-content: space-between !important;
  }
  .ion-align-content-sm-around {
    align-content: space-around !important;
  }
  .ion-align-content-sm-stretch {
    align-content: stretch !important;
  }
}
@media (min-width: 768px) {
  .ion-align-content-md-start {
    align-content: flex-start !important;
  }
  .ion-align-content-md-end {
    align-content: flex-end !important;
  }
  .ion-align-content-md-center {
    align-content: center !important;
  }
  .ion-align-content-md-between {
    align-content: space-between !important;
  }
  .ion-align-content-md-around {
    align-content: space-around !important;
  }
  .ion-align-content-md-stretch {
    align-content: stretch !important;
  }
}
@media (min-width: 992px) {
  .ion-align-content-lg-start {
    align-content: flex-start !important;
  }
  .ion-align-content-lg-end {
    align-content: flex-end !important;
  }
  .ion-align-content-lg-center {
    align-content: center !important;
  }
  .ion-align-content-lg-between {
    align-content: space-between !important;
  }
  .ion-align-content-lg-around {
    align-content: space-around !important;
  }
  .ion-align-content-lg-stretch {
    align-content: stretch !important;
  }
}
@media (min-width: 1200px) {
  .ion-align-content-xl-start {
    align-content: flex-start !important;
  }
  .ion-align-content-xl-end {
    align-content: flex-end !important;
  }
  .ion-align-content-xl-center {
    align-content: center !important;
  }
  .ion-align-content-xl-between {
    align-content: space-between !important;
  }
  .ion-align-content-xl-around {
    align-content: space-around !important;
  }
  .ion-align-content-xl-stretch {
    align-content: stretch !important;
  }
}
.ion-align-items-start {
  align-items: start !important;
}
.ion-align-items-end {
  align-items: end !important;
}
.ion-align-items-center {
  align-items: center !important;
}
.ion-align-items-stretch {
  align-items: stretch !important;
}
.ion-align-items-baseline {
  align-items: baseline !important;
}
@media (min-width: 576px) {
  .ion-align-items-sm-start {
    align-items: start !important;
  }
  .ion-align-items-sm-end {
    align-items: end !important;
  }
  .ion-align-items-sm-center {
    align-items: center !important;
  }
  .ion-align-items-sm-stretch {
    align-items: stretch !important;
  }
  .ion-align-items-sm-baseline {
    align-items: baseline !important;
  }
}
@media (min-width: 768px) {
  .ion-align-items-md-start {
    align-items: start !important;
  }
  .ion-align-items-md-end {
    align-items: end !important;
  }
  .ion-align-items-md-center {
    align-items: center !important;
  }
  .ion-align-items-md-stretch {
    align-items: stretch !important;
  }
  .ion-align-items-md-baseline {
    align-items: baseline !important;
  }
}
@media (min-width: 992px) {
  .ion-align-items-lg-start {
    align-items: start !important;
  }
  .ion-align-items-lg-end {
    align-items: end !important;
  }
  .ion-align-items-lg-center {
    align-items: center !important;
  }
  .ion-align-items-lg-stretch {
    align-items: stretch !important;
  }
  .ion-align-items-lg-baseline {
    align-items: baseline !important;
  }
}
@media (min-width: 1200px) {
  .ion-align-items-xl-start {
    align-items: start !important;
  }
  .ion-align-items-xl-end {
    align-items: end !important;
  }
  .ion-align-items-xl-center {
    align-items: center !important;
  }
  .ion-align-items-xl-stretch {
    align-items: stretch !important;
  }
  .ion-align-items-xl-baseline {
    align-items: baseline !important;
  }
}
.ion-align-self-start {
  align-self: start !important;
}
.ion-align-self-end {
  align-self: end !important;
}
.ion-align-self-center {
  align-self: center !important;
}
.ion-align-self-stretch {
  align-self: stretch !important;
}
.ion-align-self-baseline {
  align-self: baseline !important;
}
.ion-align-self-auto {
  align-self: auto !important;
}
@media (min-width: 576px) {
  .ion-align-self-sm-start {
    align-self: start !important;
  }
  .ion-align-self-sm-end {
    align-self: end !important;
  }
  .ion-align-self-sm-center {
    align-self: center !important;
  }
  .ion-align-self-sm-stretch {
    align-self: stretch !important;
  }
  .ion-align-self-sm-baseline {
    align-self: baseline !important;
  }
  .ion-align-self-sm-auto {
    align-self: auto !important;
  }
}
@media (min-width: 768px) {
  .ion-align-self-md-start {
    align-self: start !important;
  }
  .ion-align-self-md-end {
    align-self: end !important;
  }
  .ion-align-self-md-center {
    align-self: center !important;
  }
  .ion-align-self-md-stretch {
    align-self: stretch !important;
  }
  .ion-align-self-md-baseline {
    align-self: baseline !important;
  }
  .ion-align-self-md-auto {
    align-self: auto !important;
  }
}
@media (min-width: 992px) {
  .ion-align-self-lg-start {
    align-self: start !important;
  }
  .ion-align-self-lg-end {
    align-self: end !important;
  }
  .ion-align-self-lg-center {
    align-self: center !important;
  }
  .ion-align-self-lg-stretch {
    align-self: stretch !important;
  }
  .ion-align-self-lg-baseline {
    align-self: baseline !important;
  }
  .ion-align-self-lg-auto {
    align-self: auto !important;
  }
}
@media (min-width: 1200px) {
  .ion-align-self-xl-start {
    align-self: start !important;
  }
  .ion-align-self-xl-end {
    align-self: end !important;
  }
  .ion-align-self-xl-center {
    align-self: center !important;
  }
  .ion-align-self-xl-stretch {
    align-self: stretch !important;
  }
  .ion-align-self-xl-baseline {
    align-self: baseline !important;
  }
  .ion-align-self-xl-auto {
    align-self: auto !important;
  }
}
.ion-justify-content-start {
  justify-content: flex-start !important;
}
.ion-justify-content-end {
  justify-content: flex-end !important;
}
.ion-justify-content-center {
  justify-content: center !important;
}
.ion-justify-content-between {
  justify-content: space-between !important;
}
.ion-justify-content-around {
  justify-content: space-around !important;
}
.ion-justify-content-evenly {
  justify-content: space-evenly !important;
}
@media (min-width: 576px) {
  .ion-justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .ion-justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .ion-justify-content-sm-center {
    justify-content: center !important;
  }
  .ion-justify-content-sm-between {
    justify-content: space-between !important;
  }
  .ion-justify-content-sm-around {
    justify-content: space-around !important;
  }
  .ion-justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
}
@media (min-width: 768px) {
  .ion-justify-content-md-start {
    justify-content: flex-start !important;
  }
  .ion-justify-content-md-end {
    justify-content: flex-end !important;
  }
  .ion-justify-content-md-center {
    justify-content: center !important;
  }
  .ion-justify-content-md-between {
    justify-content: space-between !important;
  }
  .ion-justify-content-md-around {
    justify-content: space-around !important;
  }
  .ion-justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
}
@media (min-width: 992px) {
  .ion-justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .ion-justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .ion-justify-content-lg-center {
    justify-content: center !important;
  }
  .ion-justify-content-lg-between {
    justify-content: space-between !important;
  }
  .ion-justify-content-lg-around {
    justify-content: space-around !important;
  }
  .ion-justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
}
@media (min-width: 1200px) {
  .ion-justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .ion-justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .ion-justify-content-xl-center {
    justify-content: center !important;
  }
  .ion-justify-content-xl-between {
    justify-content: space-between !important;
  }
  .ion-justify-content-xl-around {
    justify-content: space-around !important;
  }
  .ion-justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
}
.ion-flex-row {
  flex-direction: row !important;
}
.ion-flex-row-reverse {
  flex-direction: row-reverse !important;
}
.ion-flex-column {
  flex-direction: column !important;
}
.ion-flex-column-reverse {
  flex-direction: column-reverse !important;
}
@media (min-width: 576px) {
  .ion-flex-sm-row {
    flex-direction: row !important;
  }
  .ion-flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .ion-flex-sm-column {
    flex-direction: column !important;
  }
  .ion-flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 768px) {
  .ion-flex-md-row {
    flex-direction: row !important;
  }
  .ion-flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .ion-flex-md-column {
    flex-direction: column !important;
  }
  .ion-flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 992px) {
  .ion-flex-lg-row {
    flex-direction: row !important;
  }
  .ion-flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .ion-flex-lg-column {
    flex-direction: column !important;
  }
  .ion-flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 1200px) {
  .ion-flex-xl-row {
    flex-direction: row !important;
  }
  .ion-flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .ion-flex-xl-column {
    flex-direction: column !important;
  }
  .ion-flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
}
.ion-wrap {
  flex-wrap: wrap !important;
}
.ion-nowrap {
  flex-wrap: nowrap !important;
}
.ion-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.ion-flex-wrap {
  flex-wrap: wrap !important;
}
.ion-flex-nowrap {
  flex-wrap: nowrap !important;
}
.ion-flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
@media (min-width: 576px) {
  .ion-flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .ion-flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .ion-flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
@media (min-width: 768px) {
  .ion-flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .ion-flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .ion-flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
@media (min-width: 992px) {
  .ion-flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .ion-flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .ion-flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
@media (min-width: 1200px) {
  .ion-flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .ion-flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .ion-flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
.ion-flex-1 {
  flex: 1 !important;
}
.ion-flex-auto {
  flex: auto !important;
}
.ion-flex-initial {
  flex: initial !important;
}
.ion-flex-none {
  flex: none !important;
}
@media (min-width: 576px) {
  .ion-flex-sm-1 {
    flex: 1 !important;
  }
  .ion-flex-sm-auto {
    flex: auto !important;
  }
  .ion-flex-sm-initial {
    flex: initial !important;
  }
  .ion-flex-sm-none {
    flex: none !important;
  }
}
@media (min-width: 768px) {
  .ion-flex-md-1 {
    flex: 1 !important;
  }
  .ion-flex-md-auto {
    flex: auto !important;
  }
  .ion-flex-md-initial {
    flex: initial !important;
  }
  .ion-flex-md-none {
    flex: none !important;
  }
}
@media (min-width: 992px) {
  .ion-flex-lg-1 {
    flex: 1 !important;
  }
  .ion-flex-lg-auto {
    flex: auto !important;
  }
  .ion-flex-lg-initial {
    flex: initial !important;
  }
  .ion-flex-lg-none {
    flex: none !important;
  }
}
@media (min-width: 1200px) {
  .ion-flex-xl-1 {
    flex: 1 !important;
  }
  .ion-flex-xl-auto {
    flex: auto !important;
  }
  .ion-flex-xl-initial {
    flex: initial !important;
  }
  .ion-flex-xl-none {
    flex: none !important;
  }
}
.ion-flex-grow-0 {
  flex-grow: 0 !important;
}
.ion-flex-grow-1 {
  flex-grow: 1 !important;
}
.ion-flex-shrink-0 {
  flex-shrink: 0 !important;
}
.ion-flex-shrink-1 {
  flex-shrink: 1 !important;
}
@media (min-width: 576px) {
  .ion-flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .ion-flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .ion-flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .ion-flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
}
@media (min-width: 768px) {
  .ion-flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .ion-flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .ion-flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .ion-flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
}
@media (min-width: 992px) {
  .ion-flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .ion-flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .ion-flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .ion-flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
}
@media (min-width: 1200px) {
  .ion-flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .ion-flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .ion-flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .ion-flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
}
.ion-order-first {
  order: -1 !important;
}
.ion-order-0 {
  order: 0 !important;
}
.ion-order-1 {
  order: 1 !important;
}
.ion-order-2 {
  order: 2 !important;
}
.ion-order-3 {
  order: 3 !important;
}
.ion-order-4 {
  order: 4 !important;
}
.ion-order-5 {
  order: 5 !important;
}
.ion-order-6 {
  order: 6 !important;
}
.ion-order-7 {
  order: 7 !important;
}
.ion-order-8 {
  order: 8 !important;
}
.ion-order-9 {
  order: 9 !important;
}
.ion-order-10 {
  order: 10 !important;
}
.ion-order-11 {
  order: 11 !important;
}
.ion-order-12 {
  order: 12 !important;
}
.ion-order-last {
  order: 13 !important;
}
@media (min-width: 576px) {
  .ion-order-sm-first {
    order: -1 !important;
  }
  .ion-order-sm-0 {
    order: 0 !important;
  }
  .ion-order-sm-1 {
    order: 1 !important;
  }
  .ion-order-sm-2 {
    order: 2 !important;
  }
  .ion-order-sm-3 {
    order: 3 !important;
  }
  .ion-order-sm-4 {
    order: 4 !important;
  }
  .ion-order-sm-5 {
    order: 5 !important;
  }
  .ion-order-sm-6 {
    order: 6 !important;
  }
  .ion-order-sm-7 {
    order: 7 !important;
  }
  .ion-order-sm-8 {
    order: 8 !important;
  }
  .ion-order-sm-9 {
    order: 9 !important;
  }
  .ion-order-sm-10 {
    order: 10 !important;
  }
  .ion-order-sm-11 {
    order: 11 !important;
  }
  .ion-order-sm-12 {
    order: 12 !important;
  }
  .ion-order-sm-last {
    order: 13 !important;
  }
}
@media (min-width: 768px) {
  .ion-order-md-first {
    order: -1 !important;
  }
  .ion-order-md-0 {
    order: 0 !important;
  }
  .ion-order-md-1 {
    order: 1 !important;
  }
  .ion-order-md-2 {
    order: 2 !important;
  }
  .ion-order-md-3 {
    order: 3 !important;
  }
  .ion-order-md-4 {
    order: 4 !important;
  }
  .ion-order-md-5 {
    order: 5 !important;
  }
  .ion-order-md-6 {
    order: 6 !important;
  }
  .ion-order-md-7 {
    order: 7 !important;
  }
  .ion-order-md-8 {
    order: 8 !important;
  }
  .ion-order-md-9 {
    order: 9 !important;
  }
  .ion-order-md-10 {
    order: 10 !important;
  }
  .ion-order-md-11 {
    order: 11 !important;
  }
  .ion-order-md-12 {
    order: 12 !important;
  }
  .ion-order-md-last {
    order: 13 !important;
  }
}
@media (min-width: 992px) {
  .ion-order-lg-first {
    order: -1 !important;
  }
  .ion-order-lg-0 {
    order: 0 !important;
  }
  .ion-order-lg-1 {
    order: 1 !important;
  }
  .ion-order-lg-2 {
    order: 2 !important;
  }
  .ion-order-lg-3 {
    order: 3 !important;
  }
  .ion-order-lg-4 {
    order: 4 !important;
  }
  .ion-order-lg-5 {
    order: 5 !important;
  }
  .ion-order-lg-6 {
    order: 6 !important;
  }
  .ion-order-lg-7 {
    order: 7 !important;
  }
  .ion-order-lg-8 {
    order: 8 !important;
  }
  .ion-order-lg-9 {
    order: 9 !important;
  }
  .ion-order-lg-10 {
    order: 10 !important;
  }
  .ion-order-lg-11 {
    order: 11 !important;
  }
  .ion-order-lg-12 {
    order: 12 !important;
  }
  .ion-order-lg-last {
    order: 13 !important;
  }
}
@media (min-width: 1200px) {
  .ion-order-xl-first {
    order: -1 !important;
  }
  .ion-order-xl-0 {
    order: 0 !important;
  }
  .ion-order-xl-1 {
    order: 1 !important;
  }
  .ion-order-xl-2 {
    order: 2 !important;
  }
  .ion-order-xl-3 {
    order: 3 !important;
  }
  .ion-order-xl-4 {
    order: 4 !important;
  }
  .ion-order-xl-5 {
    order: 5 !important;
  }
  .ion-order-xl-6 {
    order: 6 !important;
  }
  .ion-order-xl-7 {
    order: 7 !important;
  }
  .ion-order-xl-8 {
    order: 8 !important;
  }
  .ion-order-xl-9 {
    order: 9 !important;
  }
  .ion-order-xl-10 {
    order: 10 !important;
  }
  .ion-order-xl-11 {
    order: 11 !important;
  }
  .ion-order-xl-12 {
    order: 12 !important;
  }
  .ion-order-xl-last {
    order: 13 !important;
  }
}

/* src/global.scss */
@layer ionic, primeng, app-overrides;
.p-none {
  padding: 0;
}
.m-none {
  margin: 0;
}
.p-xxs {
  padding: 3px;
}
.m-xxs {
  margin: 3px;
}
.p-xs {
  padding: 6px;
}
.m-xs {
  margin: 6px;
}
.p-xsm {
  padding: 9px;
}
.m-xsm {
  margin: 9px;
}
.p-sm {
  padding: 12px;
}
.m-sm {
  margin: 12px;
}
.p-ms {
  padding: 15px;
}
.m-ms {
  margin: 15px;
}
.p-md {
  padding: 18px;
}
.m-md {
  margin: 18px;
}
.p-ml {
  padding: 21px;
}
.m-ml {
  margin: 21px;
}
.p-lg {
  padding: 24px;
}
.m-lg {
  margin: 24px;
}
.p-xl {
  padding: 30px;
}
.m-xl {
  margin: 30px;
}
.p-xxl {
  padding: 36px;
}
.m-xxl {
  margin: 36px;
}
.p-3xl {
  padding: 42px;
}
.m-3xl {
  margin: 42px;
}
.p-4xl {
  padding: 48px;
}
.m-4xl {
  margin: 48px;
}
.p-5xl {
  padding: 56px;
}
.m-5xl {
  margin: 56px;
}
.p-6xl {
  padding: 64px;
}
.m-6xl {
  margin: 64px;
}
.pt-none {
  padding-top: 0;
}
.pr-none {
  padding-right: 0;
}
.pb-none {
  padding-bottom: 0;
}
.pl-none {
  padding-left: 0;
}
.mt-none {
  margin-top: 0;
}
.mr-none {
  margin-right: 0;
}
.mb-none {
  margin-bottom: 0;
}
.ml-none {
  margin-left: 0;
}
.px-none {
  padding-left: 0;
  padding-right: 0;
}
.py-none {
  padding-top: 0;
  padding-bottom: 0;
}
.mx-none {
  margin-left: 0;
  margin-right: 0;
}
.my-none {
  margin-top: 0;
  margin-bottom: 0;
}
.pt-xxs {
  padding-top: 3px;
}
.pr-xxs {
  padding-right: 3px;
}
.pb-xxs {
  padding-bottom: 3px;
}
.pl-xxs {
  padding-left: 3px;
}
.mt-xxs {
  margin-top: 3px;
}
.mr-xxs {
  margin-right: 3px;
}
.mb-xxs {
  margin-bottom: 3px;
}
.ml-xxs {
  margin-left: 3px;
}
.px-xxs {
  padding-left: 3px;
  padding-right: 3px;
}
.py-xxs {
  padding-top: 3px;
  padding-bottom: 3px;
}
.mx-xxs {
  margin-left: 3px;
  margin-right: 3px;
}
.my-xxs {
  margin-top: 3px;
  margin-bottom: 3px;
}
.pt-xs {
  padding-top: 6px;
}
.pr-xs {
  padding-right: 6px;
}
.pb-xs {
  padding-bottom: 6px;
}
.pl-xs {
  padding-left: 6px;
}
.mt-xs {
  margin-top: 6px;
}
.mr-xs {
  margin-right: 6px;
}
.mb-xs {
  margin-bottom: 6px;
}
.ml-xs {
  margin-left: 6px;
}
.px-xs {
  padding-left: 6px;
  padding-right: 6px;
}
.py-xs {
  padding-top: 6px;
  padding-bottom: 6px;
}
.mx-xs {
  margin-left: 6px;
  margin-right: 6px;
}
.my-xs {
  margin-top: 6px;
  margin-bottom: 6px;
}
.pt-xsm {
  padding-top: 9px;
}
.pr-xsm {
  padding-right: 9px;
}
.pb-xsm {
  padding-bottom: 9px;
}
.pl-xsm {
  padding-left: 9px;
}
.mt-xsm {
  margin-top: 9px;
}
.mr-xsm {
  margin-right: 9px;
}
.mb-xsm {
  margin-bottom: 9px;
}
.ml-xsm {
  margin-left: 9px;
}
.px-xsm {
  padding-left: 9px;
  padding-right: 9px;
}
.py-xsm,
.app-card-box,
.box-selector {
  padding-top: 9px;
  padding-bottom: 9px;
}
.mx-xsm {
  margin-left: 9px;
  margin-right: 9px;
}
.my-xsm {
  margin-top: 9px;
  margin-bottom: 9px;
}
.pt-sm {
  padding-top: 12px;
}
.pr-sm {
  padding-right: 12px;
}
.pb-sm,
app-pharmacy-card > div.row {
  padding-bottom: 12px;
}
.pl-sm {
  padding-left: 12px;
}
.mt-sm,
.box-selector,
.app-border-text-box,
.content-spacing {
  margin-top: 12px;
}
.mr-sm {
  margin-right: 12px;
}
.mb-sm,
.onboarding-progress {
  margin-bottom: 12px;
}
.ml-sm {
  margin-left: 12px;
}
.px-sm,
.content-padding,
.app-card-box,
.box-selector {
  padding-left: 12px;
  padding-right: 12px;
}
.py-sm,
.content-padding {
  padding-top: 12px;
  padding-bottom: 12px;
}
.mx-sm,
.content-spacing {
  margin-left: 12px;
  margin-right: 12px;
}
.my-sm {
  margin-top: 12px;
  margin-bottom: 12px;
}
.pt-ms {
  padding-top: 15px;
}
.pr-ms {
  padding-right: 15px;
}
.pb-ms {
  padding-bottom: 15px;
}
.pl-ms {
  padding-left: 15px;
}
.mt-ms {
  margin-top: 15px;
}
.mr-ms {
  margin-right: 15px;
}
.mb-ms {
  margin-bottom: 15px;
}
.ml-ms {
  margin-left: 15px;
}
.px-ms {
  padding-left: 15px;
  padding-right: 15px;
}
.py-ms {
  padding-top: 15px;
  padding-bottom: 15px;
}
.mx-ms {
  margin-left: 15px;
  margin-right: 15px;
}
.my-ms {
  margin-top: 15px;
  margin-bottom: 15px;
}
.pt-md,
.page-container {
  padding-top: 18px;
}
.pr-md {
  padding-right: 18px;
}
.pb-md {
  padding-bottom: 18px;
}
.pl-md {
  padding-left: 18px;
}
.mt-md {
  margin-top: 18px;
}
.mr-md {
  margin-right: 18px;
}
.mb-md {
  margin-bottom: 18px;
}
.ml-md {
  margin-left: 18px;
}
.px-md,
.app-border-text-box {
  padding-left: 18px;
  padding-right: 18px;
}
.py-md,
.app-border-text-box {
  padding-top: 18px;
  padding-bottom: 18px;
}
.mx-md {
  margin-left: 18px;
  margin-right: 18px;
}
.my-md {
  margin-top: 18px;
  margin-bottom: 18px;
}
.pt-ml {
  padding-top: 21px;
}
.pr-ml {
  padding-right: 21px;
}
.pb-ml {
  padding-bottom: 21px;
}
.pl-ml {
  padding-left: 21px;
}
.mt-ml {
  margin-top: 21px;
}
.mr-ml {
  margin-right: 21px;
}
.mb-ml {
  margin-bottom: 21px;
}
.ml-ml {
  margin-left: 21px;
}
.px-ml {
  padding-left: 21px;
  padding-right: 21px;
}
.py-ml {
  padding-top: 21px;
  padding-bottom: 21px;
}
.mx-ml {
  margin-left: 21px;
  margin-right: 21px;
}
.my-ml {
  margin-top: 21px;
  margin-bottom: 21px;
}
.pt-lg {
  padding-top: 24px;
}
.pr-lg {
  padding-right: 24px;
}
.pb-lg {
  padding-bottom: 24px;
}
.pl-lg {
  padding-left: 24px;
}
.mt-lg {
  margin-top: 24px;
}
.mr-lg {
  margin-right: 24px;
}
.mb-lg {
  margin-bottom: 24px;
}
.ml-lg {
  margin-left: 24px;
}
.px-lg {
  padding-left: 24px;
  padding-right: 24px;
}
.py-lg {
  padding-top: 24px;
  padding-bottom: 24px;
}
.mx-lg {
  margin-left: 24px;
  margin-right: 24px;
}
.my-lg {
  margin-top: 24px;
  margin-bottom: 24px;
}
.pt-xl {
  padding-top: 30px;
}
.pr-xl {
  padding-right: 30px;
}
.pb-xl {
  padding-bottom: 30px;
}
.pl-xl {
  padding-left: 30px;
}
.mt-xl {
  margin-top: 30px;
}
.mr-xl {
  margin-right: 30px;
}
.mb-xl {
  margin-bottom: 30px;
}
.ml-xl {
  margin-left: 30px;
}
.px-xl {
  padding-left: 30px;
  padding-right: 30px;
}
.py-xl {
  padding-top: 30px;
  padding-bottom: 30px;
}
.mx-xl {
  margin-left: 30px;
  margin-right: 30px;
}
.my-xl {
  margin-top: 30px;
  margin-bottom: 30px;
}
.pt-xxl {
  padding-top: 36px;
}
.pr-xxl {
  padding-right: 36px;
}
.pb-xxl {
  padding-bottom: 36px;
}
.pl-xxl {
  padding-left: 36px;
}
.mt-xxl {
  margin-top: 36px;
}
.mr-xxl {
  margin-right: 36px;
}
.mb-xxl {
  margin-bottom: 36px;
}
.ml-xxl {
  margin-left: 36px;
}
.px-xxl {
  padding-left: 36px;
  padding-right: 36px;
}
.py-xxl {
  padding-top: 36px;
  padding-bottom: 36px;
}
.mx-xxl {
  margin-left: 36px;
  margin-right: 36px;
}
.my-xxl {
  margin-top: 36px;
  margin-bottom: 36px;
}
.pt-3xl {
  padding-top: 42px;
}
.pr-3xl {
  padding-right: 42px;
}
.pb-3xl {
  padding-bottom: 42px;
}
.pl-3xl {
  padding-left: 42px;
}
.mt-3xl {
  margin-top: 42px;
}
.mr-3xl {
  margin-right: 42px;
}
.mb-3xl {
  margin-bottom: 42px;
}
.ml-3xl {
  margin-left: 42px;
}
.px-3xl {
  padding-left: 42px;
  padding-right: 42px;
}
.py-3xl {
  padding-top: 42px;
  padding-bottom: 42px;
}
.mx-3xl {
  margin-left: 42px;
  margin-right: 42px;
}
.my-3xl {
  margin-top: 42px;
  margin-bottom: 42px;
}
.pt-4xl {
  padding-top: 48px;
}
.pr-4xl {
  padding-right: 48px;
}
.pb-4xl {
  padding-bottom: 48px;
}
.pl-4xl {
  padding-left: 48px;
}
.mt-4xl {
  margin-top: 48px;
}
.mr-4xl {
  margin-right: 48px;
}
.mb-4xl {
  margin-bottom: 48px;
}
.ml-4xl {
  margin-left: 48px;
}
.px-4xl {
  padding-left: 48px;
  padding-right: 48px;
}
.py-4xl {
  padding-top: 48px;
  padding-bottom: 48px;
}
.mx-4xl {
  margin-left: 48px;
  margin-right: 48px;
}
.my-4xl {
  margin-top: 48px;
  margin-bottom: 48px;
}
.pt-5xl {
  padding-top: 56px;
}
.pr-5xl {
  padding-right: 56px;
}
.pb-5xl {
  padding-bottom: 56px;
}
.pl-5xl {
  padding-left: 56px;
}
.mt-5xl {
  margin-top: 56px;
}
.mr-5xl {
  margin-right: 56px;
}
.mb-5xl {
  margin-bottom: 56px;
}
.ml-5xl {
  margin-left: 56px;
}
.px-5xl {
  padding-left: 56px;
  padding-right: 56px;
}
.py-5xl {
  padding-top: 56px;
  padding-bottom: 56px;
}
.mx-5xl {
  margin-left: 56px;
  margin-right: 56px;
}
.my-5xl {
  margin-top: 56px;
  margin-bottom: 56px;
}
.pt-6xl {
  padding-top: 64px;
}
.pr-6xl {
  padding-right: 64px;
}
.pb-6xl {
  padding-bottom: 64px;
}
.pl-6xl {
  padding-left: 64px;
}
.mt-6xl {
  margin-top: 64px;
}
.mr-6xl {
  margin-right: 64px;
}
.mb-6xl {
  margin-bottom: 64px;
}
.ml-6xl {
  margin-left: 64px;
}
.px-6xl {
  padding-left: 64px;
  padding-right: 64px;
}
.py-6xl {
  padding-top: 64px;
  padding-bottom: 64px;
}
.mx-6xl {
  margin-left: 64px;
  margin-right: 64px;
}
.my-6xl {
  margin-top: 64px;
  margin-bottom: 64px;
}
.gap-0 {
  gap: 0;
}
.gap-1 {
  gap: 4px;
}
.gap-2 {
  gap: 8px;
}
.gap-3,
.box-selector {
  gap: 16px;
}
.gap-4 {
  gap: 24px;
}
.gap-5 {
  gap: 32px;
}
.w-0 {
  width: 0%;
}
.w-1 {
  width: 1%;
}
.w-2 {
  width: 2%;
}
.w-3 {
  width: 3%;
}
.w-4 {
  width: 4%;
}
.w-5 {
  width: 5%;
}
.w-6 {
  width: 6%;
}
.w-7 {
  width: 7%;
}
.w-8 {
  width: 8%;
}
.w-9 {
  width: 9%;
}
.w-10 {
  width: 10%;
}
.w-11 {
  width: 11%;
}
.w-12 {
  width: 12%;
}
.w-13 {
  width: 13%;
}
.w-14 {
  width: 14%;
}
.w-15 {
  width: 15%;
}
.w-16 {
  width: 16%;
}
.w-17 {
  width: 17%;
}
.w-18 {
  width: 18%;
}
.w-19 {
  width: 19%;
}
.w-20 {
  width: 20%;
}
.w-21 {
  width: 21%;
}
.w-22 {
  width: 22%;
}
.w-23 {
  width: 23%;
}
.w-24 {
  width: 24%;
}
.w-25 {
  width: 25%;
}
.w-26 {
  width: 26%;
}
.w-27 {
  width: 27%;
}
.w-28 {
  width: 28%;
}
.w-29 {
  width: 29%;
}
.w-30 {
  width: 30%;
}
.w-31 {
  width: 31%;
}
.w-32 {
  width: 32%;
}
.w-33 {
  width: 33%;
}
.w-34 {
  width: 34%;
}
.w-35 {
  width: 35%;
}
.w-36 {
  width: 36%;
}
.w-37 {
  width: 37%;
}
.w-38 {
  width: 38%;
}
.w-39 {
  width: 39%;
}
.w-40 {
  width: 40%;
}
.w-41 {
  width: 41%;
}
.w-42 {
  width: 42%;
}
.w-43 {
  width: 43%;
}
.w-44 {
  width: 44%;
}
.w-45 {
  width: 45%;
}
.w-46 {
  width: 46%;
}
.w-47 {
  width: 47%;
}
.w-48 {
  width: 48%;
}
.w-49 {
  width: 49%;
}
.w-50 {
  width: 50%;
}
.w-51 {
  width: 51%;
}
.w-52 {
  width: 52%;
}
.w-53 {
  width: 53%;
}
.w-54 {
  width: 54%;
}
.w-55 {
  width: 55%;
}
.w-56 {
  width: 56%;
}
.w-57 {
  width: 57%;
}
.w-58 {
  width: 58%;
}
.w-59 {
  width: 59%;
}
.w-60 {
  width: 60%;
}
.w-61 {
  width: 61%;
}
.w-62 {
  width: 62%;
}
.w-63 {
  width: 63%;
}
.w-64 {
  width: 64%;
}
.w-65 {
  width: 65%;
}
.w-66 {
  width: 66%;
}
.w-67 {
  width: 67%;
}
.w-68 {
  width: 68%;
}
.w-69 {
  width: 69%;
}
.w-70 {
  width: 70%;
}
.w-71 {
  width: 71%;
}
.w-72 {
  width: 72%;
}
.w-73 {
  width: 73%;
}
.w-74 {
  width: 74%;
}
.w-75 {
  width: 75%;
}
.w-76 {
  width: 76%;
}
.w-77 {
  width: 77%;
}
.w-78 {
  width: 78%;
}
.w-79 {
  width: 79%;
}
.w-80 {
  width: 80%;
}
.w-81 {
  width: 81%;
}
.w-82 {
  width: 82%;
}
.w-83 {
  width: 83%;
}
.w-84 {
  width: 84%;
}
.w-85 {
  width: 85%;
}
.w-86 {
  width: 86%;
}
.w-87 {
  width: 87%;
}
.w-88 {
  width: 88%;
}
.w-89 {
  width: 89%;
}
.w-90 {
  width: 90%;
}
.w-91 {
  width: 91%;
}
.w-92 {
  width: 92%;
}
.w-93 {
  width: 93%;
}
.w-94 {
  width: 94%;
}
.w-95 {
  width: 95%;
}
.w-96 {
  width: 96%;
}
.w-97 {
  width: 97%;
}
.w-98 {
  width: 98%;
}
.w-99 {
  width: 99%;
}
.w-100 {
  width: 100%;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-half {
  width: 50%;
}
.w-third {
  width: 33.33%;
}
.w-two-thirds {
  width: 66.67%;
}
.w-quarter {
  width: 25%;
}
.w-three-quarters {
  width: 75%;
}
.w-10 {
  width: 10%;
}
.w-20 {
  width: 20%;
}
.w-30 {
  width: 30%;
}
.w-40 {
  width: 40%;
}
.w-50 {
  width: 50%;
}
.w-60 {
  width: 60%;
}
.w-70 {
  width: 70%;
}
.w-80 {
  width: 80%;
}
.w-90 {
  width: 90%;
}
.w-100 {
  width: 100%;
}
.h-10 {
  height: 10%;
}
.h-20 {
  height: 20%;
}
.h-30 {
  height: 30%;
}
.h-40 {
  height: 40%;
}
.h-50 {
  height: 50%;
}
.h-60 {
  height: 60%;
}
.h-70 {
  height: 70%;
}
.h-80 {
  height: 80%;
}
.h-90 {
  height: 90%;
}
.h-100 {
  height: 100%;
}
html {
  font-size: 15px;
}
@media (min-width: 768px) {
  html {
    font-size: 15.5px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 16px;
  }
}
.ts-display {
  font-size: calc(52 / 16 * 1rem);
  font-weight: 800;
  line-height: 105%;
  letter-spacing: -0.03em;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.ts-h1 {
  font-size: calc(40 / 16 * 1rem);
  font-weight: 800;
  line-height: 110%;
  letter-spacing: -0.025em;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.ts-h2 {
  font-size: calc(32 / 16 * 1rem);
  font-weight: 700;
  line-height: 115%;
  letter-spacing: -0.02em;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.ts-h3 {
  font-size: calc(24 / 16 * 1rem);
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.015em;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.ts-h3-sans {
  font-size: calc(24 / 16 * 1rem);
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.015em;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.ts-h4 {
  font-size: calc(20 / 16 * 1rem);
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.01em;
  font-family: "Inter", sans-serif;
}
.ts-h5 {
  font-size: calc(16 / 16 * 1rem);
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.005em;
  font-family: "Inter", sans-serif;
}
.ts-h6 {
  font-size: calc(14 / 16 * 1rem);
  font-weight: 600;
  line-height: 140%;
  font-family: "Inter", sans-serif;
}
.ts-body-l {
  font-size: calc(18 / 16 * 1rem);
  font-weight: 400;
  line-height: 160%;
  font-family: "Inter", sans-serif;
}
.ts-body-m {
  font-size: calc(16 / 16 * 1rem);
  font-weight: 400;
  line-height: 160%;
  font-family: "Inter", sans-serif;
}
.ts-body {
  font-size: calc(16 / 16 * 1rem);
  font-weight: 400;
  line-height: 160%;
  font-family: "Inter", sans-serif;
}
.ts-body-bold {
  font-size: calc(16 / 16 * 1rem);
  font-weight: 600;
  line-height: 160%;
  font-family: "Inter", sans-serif;
}
.ts-body-s {
  font-size: calc(14 / 16 * 1rem);
  font-weight: 400;
  line-height: 150%;
  font-family: "Inter", sans-serif;
}
.ts-caption {
  font-size: calc(12 / 16 * 1rem);
  font-weight: 400;
  line-height: 140%;
  font-family: "Inter", sans-serif;
}
.ts-caption-bold {
  font-size: calc(12 / 16 * 1rem);
  font-weight: 600;
  line-height: 140%;
  font-family: "Inter", sans-serif;
}
.ts-small {
  font-size: calc(12 / 16 * 1rem);
  font-weight: 400;
  line-height: 140%;
  font-family: "Inter", sans-serif;
}
.ts-small-bold,
.app-chip .app-chip__label {
  font-size: calc(12 / 16 * 1rem);
  font-weight: 600;
  line-height: 140%;
  font-family: "Inter", sans-serif;
}
.ts-label {
  font-size: calc(11 / 16 * 1rem);
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.08em;
  font-family: "JetBrains Mono", monospace;
  text-transform: uppercase;
}
.font-weight-thin {
  font-weight: 100;
}
.font-weight-light {
  font-weight: 300;
}
.font-weight-normal,
.text-paragraph {
  font-weight: 400;
}
.font-weight-medium {
  font-weight: 500;
}
.font-weight-semi-bold {
  font-weight: 600;
}
.font-weight-bold,
.primary-label,
.primary-label-small,
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}
.font-weight-extra-bold {
  font-weight: 800;
}
.font-weight-black {
  font-weight: 900;
}
.bg-primary-100 {
  background: var(--primary-100);
  --background: $color;
}
.bg-primary-200 {
  background: var(--primary-200);
  --background: $color;
}
.bg-primary-300 {
  background: var(--primary-300);
  --background: $color;
}
.bg-primary-400 {
  background: var(--primary-400);
  --background: $color;
}
.bg-primary-500 {
  background: var(--primary-500);
  --background: $color;
}
.bg-primary-600 {
  background: var(--primary-600);
  --background: $color;
}
.bg-primary-700 {
  background: var(--primary-700);
  --background: $color;
}
.bg-primary-800 {
  background: var(--primary-800);
  --background: $color;
}
.bg-primary-900 {
  background: var(--primary-900);
  --background: $color;
}
.bg-secondary-100 {
  background: var(--secondary-100);
  --background: $color;
}
.bg-secondary-200 {
  background: var(--secondary-200);
  --background: $color;
}
.bg-secondary-300 {
  background: var(--secondary-300);
  --background: $color;
}
.bg-secondary-400 {
  background: var(--secondary-400);
  --background: $color;
}
.bg-secondary-500 {
  background: var(--secondary-500);
  --background: $color;
}
.bg-secondary-600 {
  background: var(--secondary-600);
  --background: $color;
}
.bg-secondary-700 {
  background: var(--secondary-700);
  --background: $color;
}
.bg-secondary-800 {
  background: var(--secondary-800);
  --background: $color;
}
.bg-secondary-900 {
  background: var(--secondary-900);
  --background: $color;
}
.bg-accent-100 {
  background: var(--accent-100);
  --background: $color;
}
.bg-accent-200 {
  background: var(--accent-200);
  --background: $color;
}
.bg-accent-300 {
  background: var(--accent-300);
  --background: $color;
}
.bg-accent-400 {
  background: var(--accent-400);
  --background: $color;
}
.bg-accent-500 {
  background: var(--accent-500);
  --background: $color;
}
.bg-accent-600 {
  background: var(--accent-600);
  --background: $color;
}
.bg-accent-700 {
  background: var(--accent-700);
  --background: $color;
}
.bg-accent-800 {
  background: var(--accent-800);
  --background: $color;
}
.bg-accent-900 {
  background: var(--accent-900);
  --background: $color;
}
.bg-neutral-50 {
  background: var(--neutral-50);
  --background: $color;
}
.bg-neutral-100 {
  background: var(--neutral-100);
  --background: $color;
}
.bg-neutral-200 {
  background: var(--neutral-200);
  --background: $color;
}
.bg-neutral-300 {
  background: var(--neutral-300);
  --background: $color;
}
.bg-neutral-400 {
  background: var(--neutral-400);
  --background: $color;
}
.bg-neutral-500 {
  background: var(--neutral-500);
  --background: $color;
}
.bg-neutral-600 {
  background: var(--neutral-600);
  --background: $color;
}
.bg-neutral-700 {
  background: var(--neutral-700);
  --background: $color;
}
.bg-neutral-800 {
  background: var(--neutral-800);
  --background: $color;
}
.bg-neutral-900 {
  background: var(--neutral-900);
  --background: $color;
}
.bg-success-light {
  background: var(--success-light);
  --background: $color;
}
.bg-success-base {
  background: var(--success-base);
  --background: $color;
}
.bg-success-dark {
  background: var(--success-dark);
  --background: $color;
}
.bg-warning-light {
  background: var(--warning-light);
  --background: $color;
}
.bg-warning-base {
  background: var(--warning-base);
  --background: $color;
}
.bg-warning-dark {
  background: var(--warning-dark);
  --background: $color;
}
.bg-error-light {
  background: var(--error-light);
  --background: $color;
}
.bg-error-base {
  background: var(--error-base);
  --background: $color;
}
.bg-error-dark {
  background: var(--error-dark);
  --background: $color;
}
.bg-info-light {
  background: var(--info-light);
  --background: $color;
}
.bg-info-base {
  background: var(--info-base);
  --background: $color;
}
.bg-info-dark {
  background: var(--info-dark);
  --background: $color;
}
.bg-error {
  background: var(--error-base);
  --background: $color;
}
.bg-white {
  background: white;
  --background: $color;
}
.bg-black {
  background: black;
  --background: $color;
}
.text-primary-100 {
  color: var(--primary-100);
  --color: $color;
}
.text-primary-200 {
  color: var(--primary-200);
  --color: $color;
}
.text-primary-300 {
  color: var(--primary-300);
  --color: $color;
}
.text-primary-400 {
  color: var(--primary-400);
  --color: $color;
}
.text-primary-500 {
  color: var(--primary-500);
  --color: $color;
}
.text-primary-600 {
  color: var(--primary-600);
  --color: $color;
}
.text-primary-700 {
  color: var(--primary-700);
  --color: $color;
}
.text-primary-800 {
  color: var(--primary-800);
  --color: $color;
}
.text-primary-900 {
  color: var(--primary-900);
  --color: $color;
}
.text-secondary-100 {
  color: var(--secondary-100);
  --color: $color;
}
.text-secondary-200 {
  color: var(--secondary-200);
  --color: $color;
}
.text-secondary-300 {
  color: var(--secondary-300);
  --color: $color;
}
.text-secondary-400 {
  color: var(--secondary-400);
  --color: $color;
}
.text-secondary-500 {
  color: var(--secondary-500);
  --color: $color;
}
.text-secondary-600 {
  color: var(--secondary-600);
  --color: $color;
}
.text-secondary-700 {
  color: var(--secondary-700);
  --color: $color;
}
.text-secondary-800 {
  color: var(--secondary-800);
  --color: $color;
}
.text-secondary-900 {
  color: var(--secondary-900);
  --color: $color;
}
.text-accent-100 {
  color: var(--accent-100);
  --color: $color;
}
.text-accent-200 {
  color: var(--accent-200);
  --color: $color;
}
.text-accent-300 {
  color: var(--accent-300);
  --color: $color;
}
.text-accent-400 {
  color: var(--accent-400);
  --color: $color;
}
.text-accent-500 {
  color: var(--accent-500);
  --color: $color;
}
.text-accent-600 {
  color: var(--accent-600);
  --color: $color;
}
.text-accent-700 {
  color: var(--accent-700);
  --color: $color;
}
.text-accent-800 {
  color: var(--accent-800);
  --color: $color;
}
.text-accent-900 {
  color: var(--accent-900);
  --color: $color;
}
.text-neutral-50 {
  color: var(--neutral-50);
  --color: $color;
}
.text-neutral-100 {
  color: var(--neutral-100);
  --color: $color;
}
.text-neutral-200 {
  color: var(--neutral-200);
  --color: $color;
}
.text-neutral-300 {
  color: var(--neutral-300);
  --color: $color;
}
.text-neutral-400 {
  color: var(--neutral-400);
  --color: $color;
}
.text-neutral-500 {
  color: var(--neutral-500);
  --color: $color;
}
.text-neutral-600 {
  color: var(--neutral-600);
  --color: $color;
}
.text-neutral-700,
body {
  color: var(--neutral-700);
  --color: $color;
}
.text-neutral-800 {
  color: var(--neutral-800);
  --color: $color;
}
.text-neutral-900 {
  color: var(--neutral-900);
  --color: $color;
}
.text-success-light {
  color: var(--success-light);
  --color: $color;
}
.text-success-base {
  color: var(--success-base);
  --color: $color;
}
.text-success-dark {
  color: var(--success-dark);
  --color: $color;
}
.text-warning-light {
  color: var(--warning-light);
  --color: $color;
}
.text-warning-base {
  color: var(--warning-base);
  --color: $color;
}
.text-warning-dark {
  color: var(--warning-dark);
  --color: $color;
}
.text-error-light {
  color: var(--error-light);
  --color: $color;
}
.text-error-base {
  color: var(--error-base);
  --color: $color;
}
.text-error-dark {
  color: var(--error-dark);
  --color: $color;
}
.text-info-light {
  color: var(--info-light);
  --color: $color;
}
.text-info-base {
  color: var(--info-base);
  --color: $color;
}
.text-info-dark {
  color: var(--info-dark);
  --color: $color;
}
.text-error {
  color: var(--error-base);
  --color: $color;
}
.text-white {
  color: white;
  --color: $color;
}
.text-black {
  color: black;
  --color: $color;
}
.icon-extra-small {
  transform: scale(0.7);
}
.icon-small {
  transform: scale(0.9);
}
.icon-normal,
.icon-text .icon {
  transform: scale(1.1);
}
.icon-medium {
  transform: scale(1.3);
}
.icon-large {
  transform: scale(1.8);
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0px;
}
.text-paragraph {
  line-height: 166% !important;
}
.text-primary {
  color: var(--primary-500);
}
.white-space-break {
  white-space: break-spaces;
}
.link-apperance {
  text-decoration: underline;
  color: var(--primary-500);
  font-weight: bold;
}
.line-height-normal {
  line-height: 19px !important;
}
.pointer {
  cursor: pointer;
}
ion-content {
  --background: var(--main-bg);
  background: var(--main-bg);
}
ion-content.white {
  --background: white;
  background: white;
}
ion-toolbar.status-bar {
  height: 10px;
}
body {
  background: white !important;
}
.d-none {
  display: none !important;
}
.d-flex,
.box-selector {
  display: flex;
}
.flex-fill {
  flex: 1 1 auto;
}
.d-wrap {
  flex-wrap: wrap;
}
.d-block {
  display: block;
}
.d-inline-flex {
  display: flex;
}
.flex-column {
  flex-direction: column;
}
.global-loader-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.app-border-radius {
  border-radius: var(--app-border-radius);
}
.app-border-radius.top {
  border-radius: 0px;
  border-top-left-radius: var(--app-border-radius);
  border-top-right-radius: var(--app-border-radius);
}
.top-borders-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.app-card-box,
.box-selector {
  width: var(--card-width);
  border-radius: var(--app-border-radius);
  background: var(--app-card-bg);
  box-shadow: var(--app-shadow);
}
.app-chip {
  width: fit-content;
  height: max-content;
  border-radius: 8px;
  padding: 6px 12px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
  background: color-mix(in srgb, var(--green--200) 35%, transparent);
  color: var(--green--700);
  border: 1px solid color-mix(in srgb, var(--green--200) 45%, transparent);
}
.app-chip.small {
  padding: 1px 5px;
}
.app-chip.danger {
  background: color-mix(in srgb, var(--magenta--50) 35%, transparent);
  color: var(--magenta--500);
  border-color: color-mix(in srgb, var(--magenta--50) 45%, transparent);
}
.app-chip.info {
  background: color-mix(in srgb, var(--neutral--50) 35%, transparent);
  color: var(--neutral--500);
  border-color: color-mix(in srgb, var(--neutral--50) 45%, transparent);
}
.app-divider {
  background: rgba(85, 85, 85, 0.2);
}
.degree-symbol {
  font-size: 0.6em;
  vertical-align: super;
}
.horizontal-scroll {
  overflow-x: auto;
  flex-wrap: nowrap;
  white-space: nowrap;
  display: flex;
  gap: 4px;
  padding-bottom: 6px;
  overflow-y: hidden;
  align-items: stretch;
}
.bg-primary {
  --background: var(--primary-base);
  background: var(--primary-base);
}
.bg-primary * {
  color: white;
}
.bg-neutral-100 {
  --background: var(--neutral-100);
  background: var(--neutral-100);
}
.bg-neutral-100 * {
  color: var(--neutral-600);
}
.bg-primary-600 {
  --background: var(--primary-base-600);
  background: var(--primary-base-600);
}
.bg-primary-600 * {
  color: white;
}
.bg-primary-100 {
  --background: var(--primary-base-100);
  background: var(--primary-base-100);
}
.border-top {
  border-top: lightgray solid 1px;
}
.border-bottom,
app-pharmacy-card > div.row {
  border-bottom: rgba(85, 85, 85, 0.2) solid 1px;
}
*::-webkit-scrollbar-track {
  display: none;
}
*::-webkit-scrollbar {
  display: none;
}
*::-webkit-scrollbar-thumb {
  display: none;
}
*::-webkit-scrollbar-thumb:hover {
  display: none;
}
.overlay-img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
  border-radius: var(--app-border-radius);
}
.overlay-img.shadow-15 {
  background: rgba(0, 0, 0, 0.15);
}
.overlay-img.shadow-none {
  background: rgba(0, 0, 0, 0);
}
.white-background {
  background: white;
  --background: white;
}
.bg-background {
  background: var(--gray-50);
}
.no-shadow {
  box-shadow: none !important;
}
.img-bg {
  position: relative;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.img-bg.contain {
  background-size: contain !important;
}
.skeleton-loader {
  margin: 0px !important;
}
.img-overlay {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
.img-overlay.light {
  background: rgba(0, 0, 0, 0.15);
}
.img-overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}
.circle-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: var(--neutral--20);
}
.circle-icon .circle-icon__icon {
  color: black;
}
.icon-text {
  --padding-start: 0px;
}
.icon-text .icon {
  display: inline-block;
  vertical-align: middle;
}
.icon-text .label {
  display: inline-block;
  vertical-align: middle;
}
.ripple-parent {
  position: relative;
  overflow: hidden;
}
ion-button.message-btn.sent {
  --background: var(--ion-color-success);
  color: white;
  transition: all 10s ease-in-out;
}
ion-button.message-btn.sent ion-icon {
  color: white;
}
ion-button.message-btn::part(background) {
  transition: all 10s ease-in-out;
}
.andria-viva-logo-img {
  width: 40px;
  height: 40px;
  border-radius: var(--app-border-radius);
}
.qui-affitti-logo-img {
  width: 86px;
  height: 17px;
}
.app-shadow {
  box-shadow: var(--app-shadow);
}
.fade-header-status-bar {
  background-color: white;
  height: 50px;
}
.overflow-auto {
  overflow: auto !important;
}
.app-border-text-box {
  border: #cccccc 1px solid;
  border-radius: var(--app-border-radius);
}
.icon-app {
  width: 79px;
  height: 79px;
}
.header-curve {
  background:
    linear-gradient(
      180deg,
      #0177CC 0%,
      #6A5ACD 100%);
  height: 80px;
  border-bottom-left-radius: 20%;
  border-bottom-right-radius: 80% 60%;
  position: relative;
  color: white;
  padding: 20px;
  box-sizing: border-box;
  z-index: 1;
}
.footer-curve {
  background:
    linear-gradient(
      4deg,
      #0177CC 2.77%,
      #6A5ACD 87.4%);
  height: 59px;
  border-top-left-radius: 80% 50%;
  border-top-right-radius: 0% 0%;
  position: relative;
  color: white;
  padding: 20px;
  box-sizing: border-box;
  z-index: 1;
}
.editor-container_classic-editor .editor-container__editor {
  min-width: 795px;
  max-width: 795px;
}
.ck-editor__main {
  max-height: 400px;
  overflow-y: auto;
  border: 1px solid var(--ck-color-base-border);
}
.ck-content {
  min-height: 200px;
  padding: 1rem;
}
.ck-editor {
  width: 100%;
  margin: 0 auto;
}
.description > p:first-of-type {
  margin-block-start: 0 !important;
}
ion-footer {
  box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2);
}
.app-toast {
  --background: var(--azzurro--600);
  --color: white;
}
.app-mt-icon {
  font-size: 22px !important;
  color: var(--neutral--300);
}
.app-border {
  border: var(--neutral--100) solid 1px;
  border-radius: var(--app-border-radius);
}
.circle-box {
  background: #0d70a5;
  color: white;
  border-radius: 100%;
  width: 55px;
  height: 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cover-image {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
app-rubrica-item .title > p,
app-template-detail .title > p {
  margin: 0 !important;
}
.header-image {
  height: 40vh;
  width: 100%;
  position: relative;
  z-index: 1;
}
.img-bg {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.img-bg.top {
  background-position: top !important;
}
.content {
  position: relative;
  top: -20px;
  z-index: 2;
  background-color: white;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 1rem;
}
.onboarding-progress {
  height: 6px;
  border-radius: 6px;
}
.box-selector.selected {
  transition: 0.7s;
  background-color: var(--azzurro--100);
  border: var(--azzurro-500) solid 1px;
}
.box-selector {
  width: 100%;
}
.box-selector .img-bg {
  width: 55px;
  height: 55px;
  flex: 0 0 55px;
}
.p-editor p,
.p-editor p * {
  margin-block-start: 0 !important;
  margin-top: 0 !important;
}
.placePreviewModal::part(content) {
  --height: auto;
}
.box-info-sheet .action-sheet-no-more-role {
  color: #ff0000 !important;
  --color: #ff0000 !important;
}
.read-more {
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 0.3;
}
.read-more .material-symbols-outlined {
  font-size: 16px;
}
.p-datatable-tbody > tr:nth-child(even) {
  background-color: var(--p-surface-50, #fafafa);
}
.p-datatable-tbody > tr > td,
.p-datatable-thead > tr > th {
  padding: 0.85rem 1rem;
}
[class*=license],
[class*=watermark],
div[style*=fixed][style*=bottom] {
  display: none !important;
  visibility: hidden !important;
}
.p-datatable {
  background: white;
  border: 1px solid var(--neutral-200);
  border-radius: 8px;
  box-shadow: 0 1px 1px rgba(16, 29, 43, 0.06), 0 1px 1.5px rgba(16, 29, 43, 0.04);
  overflow: hidden;
}
.p-datatable .p-datatable-thead > tr > th {
  background: white;
  border: none;
  border-bottom: 1px solid var(--neutral-100);
  padding: 8px 16px;
  font-family: "JetBrains Mono", monospace;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--neutral-400);
}
.p-datatable .p-datatable-thead > tr > th:first-child {
  padding-left: 16px;
}
.p-datatable .p-datatable-thead > tr > th .p-datatable-sort-icon {
  color: var(--neutral-300);
  width: 12px;
  height: 12px;
}
.p-datatable .p-datatable-thead > tr > th.p-datatable-sortable-column:hover {
  background: var(--neutral-50);
  color: var(--neutral-500);
}
.p-datatable .p-datatable-thead > tr > th.p-datatable-sortable-column.p-datatable-column-sorted {
  color: var(--primary-600);
}
.p-datatable .p-datatable-thead > tr > th.p-datatable-sortable-column.p-datatable-column-sorted .p-datatable-sort-icon {
  color: var(--primary-500);
}
.p-datatable .p-datatable-tbody > tr {
  background: white;
  transition: background 0.1s ease;
}
.p-datatable .p-datatable-tbody > tr > td {
  border: none;
  border-bottom: 1px solid var(--neutral-50);
  padding: 11px 16px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: var(--neutral-800);
}
.p-datatable .p-datatable-tbody > tr > td:first-child {
  padding-left: 16px;
}
.p-datatable .p-datatable-tbody > tr:nth-child(even) {
  background: var(--neutral-50);
}
.p-datatable .p-datatable-tbody > tr:nth-child(even) > td {
  border-bottom-color: white;
}
.p-datatable .p-datatable-tbody > tr:hover {
  background: var(--primary-50) !important;
}
.p-datatable .p-datatable-tbody > tr:last-child > td {
  border-bottom: none;
}
.p-datatable .p-paginator {
  background: white;
  border: none;
  border-top: 1px solid var(--neutral-100);
  padding: 12px 16px;
}
.p-datatable .p-paginator .p-paginator-page.p-paginator-page-selected {
  background: var(--primary-500);
  color: white;
  border-radius: 6px;
}
.p-datatable .p-paginator .p-paginator-page,
.p-datatable .p-paginator .p-paginator-next,
.p-datatable .p-paginator .p-paginator-prev,
.p-datatable .p-paginator .p-paginator-first,
.p-datatable .p-paginator .p-paginator-last {
  border-radius: 6px;
  color: var(--neutral-600);
  min-width: 32px;
  height: 32px;
}
.p-datatable .p-paginator .p-paginator-page:not(.p-disabled):hover,
.p-datatable .p-paginator .p-paginator-next:not(.p-disabled):hover,
.p-datatable .p-paginator .p-paginator-prev:not(.p-disabled):hover,
.p-datatable .p-paginator .p-paginator-first:not(.p-disabled):hover,
.p-datatable .p-paginator .p-paginator-last:not(.p-disabled):hover {
  background: var(--primary-100);
  color: var(--primary-600);
}
.p-datatable .p-datatable-emptymessage > td,
.p-datatable .p-datatable-loading-overlay {
  padding: 32px 16px;
  text-align: center;
  color: var(--neutral-400);
  font-size: 13px;
}
.p-datatable.table-blue .p-datatable-thead > tr > th {
  background: var(--primary-50);
  color: var(--primary-700);
  border-bottom-color: var(--primary-100);
}
.p-datatable.table-blue .p-datatable-tbody > tr:nth-child(even) {
  background: var(--primary-50);
}
.p-datatable.table-blue .p-datatable-tbody > tr:nth-child(even) > td {
  border-bottom-color: white;
}
.p-datatable.table-blue .p-datatable-tbody > tr:hover {
  background: var(--primary-100) !important;
}
.p-datatable.table-gray .p-datatable-thead > tr > th {
  background: var(--neutral-100);
  color: var(--neutral-600);
  border-bottom-color: var(--neutral-200);
}
.p-datatable.table-gray .p-datatable-tbody > tr:nth-child(even) {
  background: var(--neutral-100);
}
.p-datatable.table-gray .p-datatable-tbody > tr:nth-child(even) > td {
  border-bottom-color: white;
}
.p-datatable.table-gray .p-datatable-tbody > tr:hover {
  background: var(--neutral-200) !important;
}
.td-blue {
  font-family: "JetBrains Mono", monospace;
  font-weight: 500;
  font-size: 12px;
  color: var(--primary-600);
}
.td-gray {
  color: var(--neutral-500);
}

/* src/theme/variables.scss */
:root {
  --ion-safe-area-top: var(--safe-area-inset-top, env(safe-area-inset-top));
  --ion-safe-area-bottom: var(--safe-area-inset-bottom, env(safe-area-inset-bottom));
  --ion-safe-area-left: var(--safe-area-inset-left, env(safe-area-inset-left));
  --ion-safe-area-right: var(--safe-area-inset-right, env(safe-area-inset-right));
  --primary-100: #e6f3fb;
  --primary-200: #c2dff5;
  --primary-300: #90c4ec;
  --primary-400: #57a7e1;
  --primary-500: #1e87d3;
  --primary-600: #1470b5;
  --primary-700: #0f5690;
  --primary-800: #0a3d6b;
  --primary-900: #062847;
  --secondary-100: #eef1f5;
  --secondary-200: #d5dce8;
  --secondary-300: #aebdce;
  --secondary-400: #7e97b2;
  --secondary-500: #546f8c;
  --secondary-600: #3d5570;
  --secondary-700: #2c3f55;
  --secondary-800: #1c2b3d;
  --secondary-900: #101d2b;
  --accent-100: #e0faf7;
  --accent-200: #b3f2ec;
  --accent-300: #7ae8de;
  --accent-400: #3dd8cc;
  --accent-500: #12c4b4;
  --accent-600: #0ea594;
  --accent-700: #0a8276;
  --accent-800: #065f57;
  --accent-900: #03403b;
  --neutral-50: #f9fafb;
  --neutral-100: #f3f4f6;
  --neutral-200: #e5e7eb;
  --neutral-300: #d1d5db;
  --neutral-400: #9ca3af;
  --neutral-500: #6b7280;
  --neutral-600: #4b5563;
  --neutral-700: #374151;
  --neutral-800: #1f2937;
  --neutral-900: #111827;
  --success-light: #dcfce7;
  --success-border: #86efac;
  --success-base: #16a34a;
  --success-dark: #15803d;
  --warning-light: #fef9c3;
  --warning-border: #fde047;
  --warning-base: #d97706;
  --warning-dark: #b45309;
  --error-light: #fee2e2;
  --error-border: #fca5a5;
  --error-base: #dc2626;
  --error-dark: #b91c1c;
  --info-light: #dbeafe;
  --info-border: #93c5fd;
  --info-base: #2563eb;
  --info-dark: #1d4ed8;
  --spacing-xs: 4px;
  --spacing-sm: 8px;
  --spacing-md: 16px;
  --spacing-lg: 24px;
  --spacing-xl: 40px;
  --spacing-2xl: 64px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-full: 9999px;
  --shadow-1: 0 1px 2px rgba(16, 29, 43, 0.06), 0 1px 3px rgba(16, 29, 43, 0.04);
  --shadow-2: 0 4px 8px rgba(16, 29, 43, 0.08), 0 2px 4px rgba(16, 29, 43, 0.04);
  --shadow-3: 0 8px 24px rgba(16, 29, 43, 0.10), 0 4px 8px rgba(16, 29, 43, 0.06);
  --shadow-4: 0 20px 48px rgba(16, 29, 43, 0.16), 0 8px 20px rgba(16, 29, 43, 0.08);
  --input-bg: #f9f9f9;
  --app-card-bg: white;
  --main-bg: #F5F6F8;
  --card-width: 320px;
  --app-border-radius: var(--radius-lg);
  --app-shadow: var(--shadow-1);
  --height-card-image: 160px;
  --title-card-image: 85px;
  --title-card-place-image: 40px;
  --width-card: 250px;
  --width-card-sm: 190px;
  --bottom-btn-tabs: calc(80px + var(--ion-safe-area-bottom, 0));
}

/* src/theme/typography.scss */
html {
  font-size: 15px;
}
@media (min-width: 768px) {
  html {
    font-size: 15.5px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 16px;
  }
}
.ts-display {
  font-size: calc(52 / 16 * 1rem);
  font-weight: 800;
  line-height: 105%;
  letter-spacing: -0.03em;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.ts-h1 {
  font-size: calc(40 / 16 * 1rem);
  font-weight: 800;
  line-height: 110%;
  letter-spacing: -0.025em;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.ts-h2 {
  font-size: calc(32 / 16 * 1rem);
  font-weight: 700;
  line-height: 115%;
  letter-spacing: -0.02em;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.ts-h3 {
  font-size: calc(24 / 16 * 1rem);
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.015em;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.ts-h3-sans {
  font-size: calc(24 / 16 * 1rem);
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.015em;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.ts-h4 {
  font-size: calc(20 / 16 * 1rem);
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.01em;
  font-family: "Inter", sans-serif;
}
.ts-h5 {
  font-size: calc(16 / 16 * 1rem);
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.005em;
  font-family: "Inter", sans-serif;
}
.ts-h6 {
  font-size: calc(14 / 16 * 1rem);
  font-weight: 600;
  line-height: 140%;
  font-family: "Inter", sans-serif;
}
.ts-body-l {
  font-size: calc(18 / 16 * 1rem);
  font-weight: 400;
  line-height: 160%;
  font-family: "Inter", sans-serif;
}
.ts-body-m {
  font-size: calc(16 / 16 * 1rem);
  font-weight: 400;
  line-height: 160%;
  font-family: "Inter", sans-serif;
}
.ts-body {
  font-size: calc(16 / 16 * 1rem);
  font-weight: 400;
  line-height: 160%;
  font-family: "Inter", sans-serif;
}
.ts-body-bold {
  font-size: calc(16 / 16 * 1rem);
  font-weight: 600;
  line-height: 160%;
  font-family: "Inter", sans-serif;
}
.ts-body-s {
  font-size: calc(14 / 16 * 1rem);
  font-weight: 400;
  line-height: 150%;
  font-family: "Inter", sans-serif;
}
.ts-caption {
  font-size: calc(12 / 16 * 1rem);
  font-weight: 400;
  line-height: 140%;
  font-family: "Inter", sans-serif;
}
.ts-caption-bold {
  font-size: calc(12 / 16 * 1rem);
  font-weight: 600;
  line-height: 140%;
  font-family: "Inter", sans-serif;
}
.ts-small {
  font-size: calc(12 / 16 * 1rem);
  font-weight: 400;
  line-height: 140%;
  font-family: "Inter", sans-serif;
}
.ts-small-bold {
  font-size: calc(12 / 16 * 1rem);
  font-weight: 600;
  line-height: 140%;
  font-family: "Inter", sans-serif;
}
.ts-label {
  font-size: calc(11 / 16 * 1rem);
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.08em;
  font-family: "JetBrains Mono", monospace;
  text-transform: uppercase;
}
.font-weight-thin {
  font-weight: 100;
}
.font-weight-light {
  font-weight: 300;
}
.font-weight-normal,
.text-paragraph {
  font-weight: 400;
}
.font-weight-medium {
  font-weight: 500;
}
.font-weight-semi-bold {
  font-weight: 600;
}
.font-weight-bold,
.primary-label,
.primary-label-small,
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}
.font-weight-extra-bold {
  font-weight: 800;
}
.font-weight-black {
  font-weight: 900;
}
.bg-primary-100 {
  background: var(--primary-100);
  --background: $color;
}
.bg-primary-200 {
  background: var(--primary-200);
  --background: $color;
}
.bg-primary-300 {
  background: var(--primary-300);
  --background: $color;
}
.bg-primary-400 {
  background: var(--primary-400);
  --background: $color;
}
.bg-primary-500 {
  background: var(--primary-500);
  --background: $color;
}
.bg-primary-600 {
  background: var(--primary-600);
  --background: $color;
}
.bg-primary-700 {
  background: var(--primary-700);
  --background: $color;
}
.bg-primary-800 {
  background: var(--primary-800);
  --background: $color;
}
.bg-primary-900 {
  background: var(--primary-900);
  --background: $color;
}
.bg-secondary-100 {
  background: var(--secondary-100);
  --background: $color;
}
.bg-secondary-200 {
  background: var(--secondary-200);
  --background: $color;
}
.bg-secondary-300 {
  background: var(--secondary-300);
  --background: $color;
}
.bg-secondary-400 {
  background: var(--secondary-400);
  --background: $color;
}
.bg-secondary-500 {
  background: var(--secondary-500);
  --background: $color;
}
.bg-secondary-600 {
  background: var(--secondary-600);
  --background: $color;
}
.bg-secondary-700 {
  background: var(--secondary-700);
  --background: $color;
}
.bg-secondary-800 {
  background: var(--secondary-800);
  --background: $color;
}
.bg-secondary-900 {
  background: var(--secondary-900);
  --background: $color;
}
.bg-accent-100 {
  background: var(--accent-100);
  --background: $color;
}
.bg-accent-200 {
  background: var(--accent-200);
  --background: $color;
}
.bg-accent-300 {
  background: var(--accent-300);
  --background: $color;
}
.bg-accent-400 {
  background: var(--accent-400);
  --background: $color;
}
.bg-accent-500 {
  background: var(--accent-500);
  --background: $color;
}
.bg-accent-600 {
  background: var(--accent-600);
  --background: $color;
}
.bg-accent-700 {
  background: var(--accent-700);
  --background: $color;
}
.bg-accent-800 {
  background: var(--accent-800);
  --background: $color;
}
.bg-accent-900 {
  background: var(--accent-900);
  --background: $color;
}
.bg-neutral-50 {
  background: var(--neutral-50);
  --background: $color;
}
.bg-neutral-100 {
  background: var(--neutral-100);
  --background: $color;
}
.bg-neutral-200 {
  background: var(--neutral-200);
  --background: $color;
}
.bg-neutral-300 {
  background: var(--neutral-300);
  --background: $color;
}
.bg-neutral-400 {
  background: var(--neutral-400);
  --background: $color;
}
.bg-neutral-500 {
  background: var(--neutral-500);
  --background: $color;
}
.bg-neutral-600 {
  background: var(--neutral-600);
  --background: $color;
}
.bg-neutral-700 {
  background: var(--neutral-700);
  --background: $color;
}
.bg-neutral-800 {
  background: var(--neutral-800);
  --background: $color;
}
.bg-neutral-900 {
  background: var(--neutral-900);
  --background: $color;
}
.bg-success-light {
  background: var(--success-light);
  --background: $color;
}
.bg-success-base {
  background: var(--success-base);
  --background: $color;
}
.bg-success-dark {
  background: var(--success-dark);
  --background: $color;
}
.bg-warning-light {
  background: var(--warning-light);
  --background: $color;
}
.bg-warning-base {
  background: var(--warning-base);
  --background: $color;
}
.bg-warning-dark {
  background: var(--warning-dark);
  --background: $color;
}
.bg-error-light {
  background: var(--error-light);
  --background: $color;
}
.bg-error-base {
  background: var(--error-base);
  --background: $color;
}
.bg-error-dark {
  background: var(--error-dark);
  --background: $color;
}
.bg-info-light {
  background: var(--info-light);
  --background: $color;
}
.bg-info-base {
  background: var(--info-base);
  --background: $color;
}
.bg-info-dark {
  background: var(--info-dark);
  --background: $color;
}
.bg-error {
  background: var(--error-base);
  --background: $color;
}
.bg-white {
  background: white;
  --background: $color;
}
.bg-black {
  background: black;
  --background: $color;
}
.text-primary-100 {
  color: var(--primary-100);
  --color: $color;
}
.text-primary-200 {
  color: var(--primary-200);
  --color: $color;
}
.text-primary-300 {
  color: var(--primary-300);
  --color: $color;
}
.text-primary-400 {
  color: var(--primary-400);
  --color: $color;
}
.text-primary-500 {
  color: var(--primary-500);
  --color: $color;
}
.text-primary-600 {
  color: var(--primary-600);
  --color: $color;
}
.text-primary-700 {
  color: var(--primary-700);
  --color: $color;
}
.text-primary-800 {
  color: var(--primary-800);
  --color: $color;
}
.text-primary-900 {
  color: var(--primary-900);
  --color: $color;
}
.text-secondary-100 {
  color: var(--secondary-100);
  --color: $color;
}
.text-secondary-200 {
  color: var(--secondary-200);
  --color: $color;
}
.text-secondary-300 {
  color: var(--secondary-300);
  --color: $color;
}
.text-secondary-400 {
  color: var(--secondary-400);
  --color: $color;
}
.text-secondary-500 {
  color: var(--secondary-500);
  --color: $color;
}
.text-secondary-600 {
  color: var(--secondary-600);
  --color: $color;
}
.text-secondary-700 {
  color: var(--secondary-700);
  --color: $color;
}
.text-secondary-800 {
  color: var(--secondary-800);
  --color: $color;
}
.text-secondary-900 {
  color: var(--secondary-900);
  --color: $color;
}
.text-accent-100 {
  color: var(--accent-100);
  --color: $color;
}
.text-accent-200 {
  color: var(--accent-200);
  --color: $color;
}
.text-accent-300 {
  color: var(--accent-300);
  --color: $color;
}
.text-accent-400 {
  color: var(--accent-400);
  --color: $color;
}
.text-accent-500 {
  color: var(--accent-500);
  --color: $color;
}
.text-accent-600 {
  color: var(--accent-600);
  --color: $color;
}
.text-accent-700 {
  color: var(--accent-700);
  --color: $color;
}
.text-accent-800 {
  color: var(--accent-800);
  --color: $color;
}
.text-accent-900 {
  color: var(--accent-900);
  --color: $color;
}
.text-neutral-50 {
  color: var(--neutral-50);
  --color: $color;
}
.text-neutral-100 {
  color: var(--neutral-100);
  --color: $color;
}
.text-neutral-200 {
  color: var(--neutral-200);
  --color: $color;
}
.text-neutral-300 {
  color: var(--neutral-300);
  --color: $color;
}
.text-neutral-400 {
  color: var(--neutral-400);
  --color: $color;
}
.text-neutral-500 {
  color: var(--neutral-500);
  --color: $color;
}
.text-neutral-600 {
  color: var(--neutral-600);
  --color: $color;
}
.text-neutral-700 {
  color: var(--neutral-700);
  --color: $color;
}
.text-neutral-800 {
  color: var(--neutral-800);
  --color: $color;
}
.text-neutral-900 {
  color: var(--neutral-900);
  --color: $color;
}
.text-success-light {
  color: var(--success-light);
  --color: $color;
}
.text-success-base {
  color: var(--success-base);
  --color: $color;
}
.text-success-dark {
  color: var(--success-dark);
  --color: $color;
}
.text-warning-light {
  color: var(--warning-light);
  --color: $color;
}
.text-warning-base {
  color: var(--warning-base);
  --color: $color;
}
.text-warning-dark {
  color: var(--warning-dark);
  --color: $color;
}
.text-error-light {
  color: var(--error-light);
  --color: $color;
}
.text-error-base {
  color: var(--error-base);
  --color: $color;
}
.text-error-dark {
  color: var(--error-dark);
  --color: $color;
}
.text-info-light {
  color: var(--info-light);
  --color: $color;
}
.text-info-base {
  color: var(--info-base);
  --color: $color;
}
.text-info-dark {
  color: var(--info-dark);
  --color: $color;
}
.text-error {
  color: var(--error-base);
  --color: $color;
}
.text-white {
  color: white;
  --color: $color;
}
.text-black {
  color: black;
  --color: $color;
}
.icon-extra-small {
  transform: scale(0.7);
}
.icon-small {
  transform: scale(0.9);
}
.icon-normal {
  transform: scale(1.1);
}
.icon-medium {
  transform: scale(1.3);
}
.icon-large {
  transform: scale(1.8);
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0px;
}
.text-paragraph {
  line-height: 166% !important;
}
.text-primary {
  color: var(--primary-500);
}
.white-space-break {
  white-space: break-spaces;
}
.link-apperance {
  text-decoration: underline;
  color: var(--primary-500);
  font-weight: bold;
}
.line-height-normal {
  line-height: 19px !important;
}

/* src/theme/spacing.scss */
.p-none {
  padding: 0;
}
.m-none {
  margin: 0;
}
.p-xxs {
  padding: 3px;
}
.m-xxs {
  margin: 3px;
}
.p-xs {
  padding: 6px;
}
.m-xs {
  margin: 6px;
}
.p-xsm {
  padding: 9px;
}
.m-xsm {
  margin: 9px;
}
.p-sm {
  padding: 12px;
}
.m-sm {
  margin: 12px;
}
.p-ms {
  padding: 15px;
}
.m-ms {
  margin: 15px;
}
.p-md {
  padding: 18px;
}
.m-md {
  margin: 18px;
}
.p-ml {
  padding: 21px;
}
.m-ml {
  margin: 21px;
}
.p-lg {
  padding: 24px;
}
.m-lg {
  margin: 24px;
}
.p-xl {
  padding: 30px;
}
.m-xl {
  margin: 30px;
}
.p-xxl {
  padding: 36px;
}
.m-xxl {
  margin: 36px;
}
.p-3xl {
  padding: 42px;
}
.m-3xl {
  margin: 42px;
}
.p-4xl {
  padding: 48px;
}
.m-4xl {
  margin: 48px;
}
.p-5xl {
  padding: 56px;
}
.m-5xl {
  margin: 56px;
}
.p-6xl {
  padding: 64px;
}
.m-6xl {
  margin: 64px;
}
.pt-none {
  padding-top: 0;
}
.pr-none {
  padding-right: 0;
}
.pb-none {
  padding-bottom: 0;
}
.pl-none {
  padding-left: 0;
}
.mt-none {
  margin-top: 0;
}
.mr-none {
  margin-right: 0;
}
.mb-none {
  margin-bottom: 0;
}
.ml-none {
  margin-left: 0;
}
.px-none {
  padding-left: 0;
  padding-right: 0;
}
.py-none {
  padding-top: 0;
  padding-bottom: 0;
}
.mx-none {
  margin-left: 0;
  margin-right: 0;
}
.my-none {
  margin-top: 0;
  margin-bottom: 0;
}
.pt-xxs {
  padding-top: 3px;
}
.pr-xxs {
  padding-right: 3px;
}
.pb-xxs {
  padding-bottom: 3px;
}
.pl-xxs {
  padding-left: 3px;
}
.mt-xxs {
  margin-top: 3px;
}
.mr-xxs {
  margin-right: 3px;
}
.mb-xxs {
  margin-bottom: 3px;
}
.ml-xxs {
  margin-left: 3px;
}
.px-xxs {
  padding-left: 3px;
  padding-right: 3px;
}
.py-xxs {
  padding-top: 3px;
  padding-bottom: 3px;
}
.mx-xxs {
  margin-left: 3px;
  margin-right: 3px;
}
.my-xxs {
  margin-top: 3px;
  margin-bottom: 3px;
}
.pt-xs {
  padding-top: 6px;
}
.pr-xs {
  padding-right: 6px;
}
.pb-xs {
  padding-bottom: 6px;
}
.pl-xs {
  padding-left: 6px;
}
.mt-xs {
  margin-top: 6px;
}
.mr-xs {
  margin-right: 6px;
}
.mb-xs {
  margin-bottom: 6px;
}
.ml-xs {
  margin-left: 6px;
}
.px-xs {
  padding-left: 6px;
  padding-right: 6px;
}
.py-xs {
  padding-top: 6px;
  padding-bottom: 6px;
}
.mx-xs {
  margin-left: 6px;
  margin-right: 6px;
}
.my-xs {
  margin-top: 6px;
  margin-bottom: 6px;
}
.pt-xsm {
  padding-top: 9px;
}
.pr-xsm {
  padding-right: 9px;
}
.pb-xsm {
  padding-bottom: 9px;
}
.pl-xsm {
  padding-left: 9px;
}
.mt-xsm {
  margin-top: 9px;
}
.mr-xsm {
  margin-right: 9px;
}
.mb-xsm {
  margin-bottom: 9px;
}
.ml-xsm {
  margin-left: 9px;
}
.px-xsm {
  padding-left: 9px;
  padding-right: 9px;
}
.py-xsm {
  padding-top: 9px;
  padding-bottom: 9px;
}
.mx-xsm {
  margin-left: 9px;
  margin-right: 9px;
}
.my-xsm {
  margin-top: 9px;
  margin-bottom: 9px;
}
.pt-sm {
  padding-top: 12px;
}
.pr-sm {
  padding-right: 12px;
}
.pb-sm {
  padding-bottom: 12px;
}
.pl-sm {
  padding-left: 12px;
}
.mt-sm,
.content-spacing {
  margin-top: 12px;
}
.mr-sm {
  margin-right: 12px;
}
.mb-sm {
  margin-bottom: 12px;
}
.ml-sm {
  margin-left: 12px;
}
.px-sm {
  padding-left: 12px;
  padding-right: 12px;
}
.py-sm {
  padding-top: 12px;
  padding-bottom: 12px;
}
.mx-sm,
.content-spacing {
  margin-left: 12px;
  margin-right: 12px;
}
.my-sm {
  margin-top: 12px;
  margin-bottom: 12px;
}
.pt-ms {
  padding-top: 15px;
}
.pr-ms {
  padding-right: 15px;
}
.pb-ms {
  padding-bottom: 15px;
}
.pl-ms {
  padding-left: 15px;
}
.mt-ms {
  margin-top: 15px;
}
.mr-ms {
  margin-right: 15px;
}
.mb-ms {
  margin-bottom: 15px;
}
.ml-ms {
  margin-left: 15px;
}
.px-ms {
  padding-left: 15px;
  padding-right: 15px;
}
.py-ms {
  padding-top: 15px;
  padding-bottom: 15px;
}
.mx-ms {
  margin-left: 15px;
  margin-right: 15px;
}
.my-ms {
  margin-top: 15px;
  margin-bottom: 15px;
}
.pt-md {
  padding-top: 18px;
}
.pr-md {
  padding-right: 18px;
}
.pb-md {
  padding-bottom: 18px;
}
.pl-md {
  padding-left: 18px;
}
.mt-md {
  margin-top: 18px;
}
.mr-md {
  margin-right: 18px;
}
.mb-md {
  margin-bottom: 18px;
}
.ml-md {
  margin-left: 18px;
}
.px-md {
  padding-left: 18px;
  padding-right: 18px;
}
.py-md {
  padding-top: 18px;
  padding-bottom: 18px;
}
.mx-md {
  margin-left: 18px;
  margin-right: 18px;
}
.my-md {
  margin-top: 18px;
  margin-bottom: 18px;
}
.pt-ml {
  padding-top: 21px;
}
.pr-ml {
  padding-right: 21px;
}
.pb-ml {
  padding-bottom: 21px;
}
.pl-ml {
  padding-left: 21px;
}
.mt-ml {
  margin-top: 21px;
}
.mr-ml {
  margin-right: 21px;
}
.mb-ml {
  margin-bottom: 21px;
}
.ml-ml {
  margin-left: 21px;
}
.px-ml {
  padding-left: 21px;
  padding-right: 21px;
}
.py-ml {
  padding-top: 21px;
  padding-bottom: 21px;
}
.mx-ml {
  margin-left: 21px;
  margin-right: 21px;
}
.my-ml {
  margin-top: 21px;
  margin-bottom: 21px;
}
.pt-lg {
  padding-top: 24px;
}
.pr-lg {
  padding-right: 24px;
}
.pb-lg {
  padding-bottom: 24px;
}
.pl-lg {
  padding-left: 24px;
}
.mt-lg {
  margin-top: 24px;
}
.mr-lg {
  margin-right: 24px;
}
.mb-lg {
  margin-bottom: 24px;
}
.ml-lg {
  margin-left: 24px;
}
.px-lg {
  padding-left: 24px;
  padding-right: 24px;
}
.py-lg {
  padding-top: 24px;
  padding-bottom: 24px;
}
.mx-lg {
  margin-left: 24px;
  margin-right: 24px;
}
.my-lg {
  margin-top: 24px;
  margin-bottom: 24px;
}
.pt-xl {
  padding-top: 30px;
}
.pr-xl {
  padding-right: 30px;
}
.pb-xl {
  padding-bottom: 30px;
}
.pl-xl {
  padding-left: 30px;
}
.mt-xl {
  margin-top: 30px;
}
.mr-xl {
  margin-right: 30px;
}
.mb-xl {
  margin-bottom: 30px;
}
.ml-xl {
  margin-left: 30px;
}
.px-xl {
  padding-left: 30px;
  padding-right: 30px;
}
.py-xl {
  padding-top: 30px;
  padding-bottom: 30px;
}
.mx-xl {
  margin-left: 30px;
  margin-right: 30px;
}
.my-xl {
  margin-top: 30px;
  margin-bottom: 30px;
}
.pt-xxl {
  padding-top: 36px;
}
.pr-xxl {
  padding-right: 36px;
}
.pb-xxl {
  padding-bottom: 36px;
}
.pl-xxl {
  padding-left: 36px;
}
.mt-xxl {
  margin-top: 36px;
}
.mr-xxl {
  margin-right: 36px;
}
.mb-xxl {
  margin-bottom: 36px;
}
.ml-xxl {
  margin-left: 36px;
}
.px-xxl {
  padding-left: 36px;
  padding-right: 36px;
}
.py-xxl {
  padding-top: 36px;
  padding-bottom: 36px;
}
.mx-xxl {
  margin-left: 36px;
  margin-right: 36px;
}
.my-xxl {
  margin-top: 36px;
  margin-bottom: 36px;
}
.pt-3xl {
  padding-top: 42px;
}
.pr-3xl {
  padding-right: 42px;
}
.pb-3xl {
  padding-bottom: 42px;
}
.pl-3xl {
  padding-left: 42px;
}
.mt-3xl {
  margin-top: 42px;
}
.mr-3xl {
  margin-right: 42px;
}
.mb-3xl {
  margin-bottom: 42px;
}
.ml-3xl {
  margin-left: 42px;
}
.px-3xl {
  padding-left: 42px;
  padding-right: 42px;
}
.py-3xl {
  padding-top: 42px;
  padding-bottom: 42px;
}
.mx-3xl {
  margin-left: 42px;
  margin-right: 42px;
}
.my-3xl {
  margin-top: 42px;
  margin-bottom: 42px;
}
.pt-4xl {
  padding-top: 48px;
}
.pr-4xl {
  padding-right: 48px;
}
.pb-4xl {
  padding-bottom: 48px;
}
.pl-4xl {
  padding-left: 48px;
}
.mt-4xl {
  margin-top: 48px;
}
.mr-4xl {
  margin-right: 48px;
}
.mb-4xl {
  margin-bottom: 48px;
}
.ml-4xl {
  margin-left: 48px;
}
.px-4xl {
  padding-left: 48px;
  padding-right: 48px;
}
.py-4xl {
  padding-top: 48px;
  padding-bottom: 48px;
}
.mx-4xl {
  margin-left: 48px;
  margin-right: 48px;
}
.my-4xl {
  margin-top: 48px;
  margin-bottom: 48px;
}
.pt-5xl {
  padding-top: 56px;
}
.pr-5xl {
  padding-right: 56px;
}
.pb-5xl {
  padding-bottom: 56px;
}
.pl-5xl {
  padding-left: 56px;
}
.mt-5xl {
  margin-top: 56px;
}
.mr-5xl {
  margin-right: 56px;
}
.mb-5xl {
  margin-bottom: 56px;
}
.ml-5xl {
  margin-left: 56px;
}
.px-5xl {
  padding-left: 56px;
  padding-right: 56px;
}
.py-5xl {
  padding-top: 56px;
  padding-bottom: 56px;
}
.mx-5xl {
  margin-left: 56px;
  margin-right: 56px;
}
.my-5xl {
  margin-top: 56px;
  margin-bottom: 56px;
}
.pt-6xl {
  padding-top: 64px;
}
.pr-6xl {
  padding-right: 64px;
}
.pb-6xl {
  padding-bottom: 64px;
}
.pl-6xl {
  padding-left: 64px;
}
.mt-6xl {
  margin-top: 64px;
}
.mr-6xl {
  margin-right: 64px;
}
.mb-6xl {
  margin-bottom: 64px;
}
.ml-6xl {
  margin-left: 64px;
}
.px-6xl {
  padding-left: 64px;
  padding-right: 64px;
}
.py-6xl {
  padding-top: 64px;
  padding-bottom: 64px;
}
.mx-6xl {
  margin-left: 64px;
  margin-right: 64px;
}
.my-6xl {
  margin-top: 64px;
  margin-bottom: 64px;
}
.gap-0 {
  gap: 0;
}
.gap-1 {
  gap: 4px;
}
.gap-2 {
  gap: 8px;
}
.gap-3 {
  gap: 16px;
}
.gap-4 {
  gap: 24px;
}
.gap-5 {
  gap: 32px;
}
.w-0 {
  width: 0%;
}
.w-1 {
  width: 1%;
}
.w-2 {
  width: 2%;
}
.w-3 {
  width: 3%;
}
.w-4 {
  width: 4%;
}
.w-5 {
  width: 5%;
}
.w-6 {
  width: 6%;
}
.w-7 {
  width: 7%;
}
.w-8 {
  width: 8%;
}
.w-9 {
  width: 9%;
}
.w-10 {
  width: 10%;
}
.w-11 {
  width: 11%;
}
.w-12 {
  width: 12%;
}
.w-13 {
  width: 13%;
}
.w-14 {
  width: 14%;
}
.w-15 {
  width: 15%;
}
.w-16 {
  width: 16%;
}
.w-17 {
  width: 17%;
}
.w-18 {
  width: 18%;
}
.w-19 {
  width: 19%;
}
.w-20 {
  width: 20%;
}
.w-21 {
  width: 21%;
}
.w-22 {
  width: 22%;
}
.w-23 {
  width: 23%;
}
.w-24 {
  width: 24%;
}
.w-25 {
  width: 25%;
}
.w-26 {
  width: 26%;
}
.w-27 {
  width: 27%;
}
.w-28 {
  width: 28%;
}
.w-29 {
  width: 29%;
}
.w-30 {
  width: 30%;
}
.w-31 {
  width: 31%;
}
.w-32 {
  width: 32%;
}
.w-33 {
  width: 33%;
}
.w-34 {
  width: 34%;
}
.w-35 {
  width: 35%;
}
.w-36 {
  width: 36%;
}
.w-37 {
  width: 37%;
}
.w-38 {
  width: 38%;
}
.w-39 {
  width: 39%;
}
.w-40 {
  width: 40%;
}
.w-41 {
  width: 41%;
}
.w-42 {
  width: 42%;
}
.w-43 {
  width: 43%;
}
.w-44 {
  width: 44%;
}
.w-45 {
  width: 45%;
}
.w-46 {
  width: 46%;
}
.w-47 {
  width: 47%;
}
.w-48 {
  width: 48%;
}
.w-49 {
  width: 49%;
}
.w-50 {
  width: 50%;
}
.w-51 {
  width: 51%;
}
.w-52 {
  width: 52%;
}
.w-53 {
  width: 53%;
}
.w-54 {
  width: 54%;
}
.w-55 {
  width: 55%;
}
.w-56 {
  width: 56%;
}
.w-57 {
  width: 57%;
}
.w-58 {
  width: 58%;
}
.w-59 {
  width: 59%;
}
.w-60 {
  width: 60%;
}
.w-61 {
  width: 61%;
}
.w-62 {
  width: 62%;
}
.w-63 {
  width: 63%;
}
.w-64 {
  width: 64%;
}
.w-65 {
  width: 65%;
}
.w-66 {
  width: 66%;
}
.w-67 {
  width: 67%;
}
.w-68 {
  width: 68%;
}
.w-69 {
  width: 69%;
}
.w-70 {
  width: 70%;
}
.w-71 {
  width: 71%;
}
.w-72 {
  width: 72%;
}
.w-73 {
  width: 73%;
}
.w-74 {
  width: 74%;
}
.w-75 {
  width: 75%;
}
.w-76 {
  width: 76%;
}
.w-77 {
  width: 77%;
}
.w-78 {
  width: 78%;
}
.w-79 {
  width: 79%;
}
.w-80 {
  width: 80%;
}
.w-81 {
  width: 81%;
}
.w-82 {
  width: 82%;
}
.w-83 {
  width: 83%;
}
.w-84 {
  width: 84%;
}
.w-85 {
  width: 85%;
}
.w-86 {
  width: 86%;
}
.w-87 {
  width: 87%;
}
.w-88 {
  width: 88%;
}
.w-89 {
  width: 89%;
}
.w-90 {
  width: 90%;
}
.w-91 {
  width: 91%;
}
.w-92 {
  width: 92%;
}
.w-93 {
  width: 93%;
}
.w-94 {
  width: 94%;
}
.w-95 {
  width: 95%;
}
.w-96 {
  width: 96%;
}
.w-97 {
  width: 97%;
}
.w-98 {
  width: 98%;
}
.w-99 {
  width: 99%;
}
.w-100 {
  width: 100%;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-half {
  width: 50%;
}
.w-third {
  width: 33.33%;
}
.w-two-thirds {
  width: 66.67%;
}
.w-quarter {
  width: 25%;
}
.w-three-quarters {
  width: 75%;
}
.w-10 {
  width: 10%;
}
.w-20 {
  width: 20%;
}
.w-30 {
  width: 30%;
}
.w-40 {
  width: 40%;
}
.w-50 {
  width: 50%;
}
.w-60 {
  width: 60%;
}
.w-70 {
  width: 70%;
}
.w-80 {
  width: 80%;
}
.w-90 {
  width: 90%;
}
.w-100 {
  width: 100%;
}
.h-10 {
  height: 10%;
}
.h-20 {
  height: 20%;
}
.h-30 {
  height: 30%;
}
.h-40 {
  height: 40%;
}
.h-50 {
  height: 50%;
}
.h-60 {
  height: 60%;
}
.h-70 {
  height: 70%;
}
.h-80 {
  height: 80%;
}
.h-90 {
  height: 90%;
}
.h-100 {
  height: 100%;
}

/* src/theme/components.scss */
.p-none {
  padding: 0;
}
.m-none {
  margin: 0;
}
.p-xxs {
  padding: 3px;
}
.m-xxs {
  margin: 3px;
}
.p-xs {
  padding: 6px;
}
.m-xs {
  margin: 6px;
}
.p-xsm {
  padding: 9px;
}
.m-xsm {
  margin: 9px;
}
.p-sm {
  padding: 12px;
}
.m-sm {
  margin: 12px;
}
.p-ms {
  padding: 15px;
}
.m-ms {
  margin: 15px;
}
.p-md {
  padding: 18px;
}
.m-md {
  margin: 18px;
}
.p-ml {
  padding: 21px;
}
.m-ml {
  margin: 21px;
}
.p-lg {
  padding: 24px;
}
.m-lg {
  margin: 24px;
}
.p-xl {
  padding: 30px;
}
.m-xl {
  margin: 30px;
}
.p-xxl {
  padding: 36px;
}
.m-xxl {
  margin: 36px;
}
.p-3xl {
  padding: 42px;
}
.m-3xl {
  margin: 42px;
}
.p-4xl {
  padding: 48px;
}
.m-4xl {
  margin: 48px;
}
.p-5xl {
  padding: 56px;
}
.m-5xl {
  margin: 56px;
}
.p-6xl {
  padding: 64px;
}
.m-6xl {
  margin: 64px;
}
.pt-none {
  padding-top: 0;
}
.pr-none {
  padding-right: 0;
}
.pb-none {
  padding-bottom: 0;
}
.pl-none {
  padding-left: 0;
}
.mt-none {
  margin-top: 0;
}
.mr-none {
  margin-right: 0;
}
.mb-none {
  margin-bottom: 0;
}
.ml-none {
  margin-left: 0;
}
.px-none {
  padding-left: 0;
  padding-right: 0;
}
.py-none {
  padding-top: 0;
  padding-bottom: 0;
}
.mx-none {
  margin-left: 0;
  margin-right: 0;
}
.my-none {
  margin-top: 0;
  margin-bottom: 0;
}
.pt-xxs {
  padding-top: 3px;
}
.pr-xxs {
  padding-right: 3px;
}
.pb-xxs {
  padding-bottom: 3px;
}
.pl-xxs {
  padding-left: 3px;
}
.mt-xxs {
  margin-top: 3px;
}
.mr-xxs {
  margin-right: 3px;
}
.mb-xxs {
  margin-bottom: 3px;
}
.ml-xxs {
  margin-left: 3px;
}
.px-xxs {
  padding-left: 3px;
  padding-right: 3px;
}
.py-xxs {
  padding-top: 3px;
  padding-bottom: 3px;
}
.mx-xxs {
  margin-left: 3px;
  margin-right: 3px;
}
.my-xxs {
  margin-top: 3px;
  margin-bottom: 3px;
}
.pt-xs {
  padding-top: 6px;
}
.pr-xs {
  padding-right: 6px;
}
.pb-xs {
  padding-bottom: 6px;
}
.pl-xs {
  padding-left: 6px;
}
.mt-xs {
  margin-top: 6px;
}
.mr-xs {
  margin-right: 6px;
}
.mb-xs {
  margin-bottom: 6px;
}
.ml-xs {
  margin-left: 6px;
}
.px-xs {
  padding-left: 6px;
  padding-right: 6px;
}
.py-xs {
  padding-top: 6px;
  padding-bottom: 6px;
}
.mx-xs {
  margin-left: 6px;
  margin-right: 6px;
}
.my-xs {
  margin-top: 6px;
  margin-bottom: 6px;
}
.pt-xsm {
  padding-top: 9px;
}
.pr-xsm {
  padding-right: 9px;
}
.pb-xsm {
  padding-bottom: 9px;
}
.pl-xsm {
  padding-left: 9px;
}
.mt-xsm {
  margin-top: 9px;
}
.mr-xsm {
  margin-right: 9px;
}
.mb-xsm {
  margin-bottom: 9px;
}
.ml-xsm {
  margin-left: 9px;
}
.px-xsm {
  padding-left: 9px;
  padding-right: 9px;
}
.py-xsm {
  padding-top: 9px;
  padding-bottom: 9px;
}
.mx-xsm {
  margin-left: 9px;
  margin-right: 9px;
}
.my-xsm {
  margin-top: 9px;
  margin-bottom: 9px;
}
.pt-sm,
ion-header ion-toolbar {
  padding-top: 12px;
}
.pr-sm {
  padding-right: 12px;
}
.pb-sm {
  padding-bottom: 12px;
}
.pl-sm {
  padding-left: 12px;
}
.mt-sm,
.content-spacing {
  margin-top: 12px;
}
.mr-sm {
  margin-right: 12px;
}
.mb-sm {
  margin-bottom: 12px;
}
.ml-sm {
  margin-left: 12px;
}
.px-sm,
ion-header,
ion-header ion-toolbar {
  padding-left: 12px;
  padding-right: 12px;
}
.py-sm {
  padding-top: 12px;
  padding-bottom: 12px;
}
.mx-sm,
.content-spacing {
  margin-left: 12px;
  margin-right: 12px;
}
.my-sm {
  margin-top: 12px;
  margin-bottom: 12px;
}
.pt-ms {
  padding-top: 15px;
}
.pr-ms {
  padding-right: 15px;
}
.pb-ms {
  padding-bottom: 15px;
}
.pl-ms {
  padding-left: 15px;
}
.mt-ms {
  margin-top: 15px;
}
.mr-ms {
  margin-right: 15px;
}
.mb-ms {
  margin-bottom: 15px;
}
.ml-ms {
  margin-left: 15px;
}
.px-ms {
  padding-left: 15px;
  padding-right: 15px;
}
.py-ms {
  padding-top: 15px;
  padding-bottom: 15px;
}
.mx-ms {
  margin-left: 15px;
  margin-right: 15px;
}
.my-ms {
  margin-top: 15px;
  margin-bottom: 15px;
}
.pt-md {
  padding-top: 18px;
}
.pr-md {
  padding-right: 18px;
}
.pb-md {
  padding-bottom: 18px;
}
.pl-md {
  padding-left: 18px;
}
.mt-md {
  margin-top: 18px;
}
.mr-md {
  margin-right: 18px;
}
.mb-md {
  margin-bottom: 18px;
}
.ml-md {
  margin-left: 18px;
}
.px-md {
  padding-left: 18px;
  padding-right: 18px;
}
.py-md {
  padding-top: 18px;
  padding-bottom: 18px;
}
.mx-md {
  margin-left: 18px;
  margin-right: 18px;
}
.my-md {
  margin-top: 18px;
  margin-bottom: 18px;
}
.pt-ml {
  padding-top: 21px;
}
.pr-ml {
  padding-right: 21px;
}
.pb-ml {
  padding-bottom: 21px;
}
.pl-ml {
  padding-left: 21px;
}
.mt-ml {
  margin-top: 21px;
}
.mr-ml {
  margin-right: 21px;
}
.mb-ml {
  margin-bottom: 21px;
}
.ml-ml {
  margin-left: 21px;
}
.px-ml {
  padding-left: 21px;
  padding-right: 21px;
}
.py-ml {
  padding-top: 21px;
  padding-bottom: 21px;
}
.mx-ml {
  margin-left: 21px;
  margin-right: 21px;
}
.my-ml {
  margin-top: 21px;
  margin-bottom: 21px;
}
.pt-lg {
  padding-top: 24px;
}
.pr-lg {
  padding-right: 24px;
}
.pb-lg {
  padding-bottom: 24px;
}
.pl-lg {
  padding-left: 24px;
}
.mt-lg {
  margin-top: 24px;
}
.mr-lg {
  margin-right: 24px;
}
.mb-lg {
  margin-bottom: 24px;
}
.ml-lg {
  margin-left: 24px;
}
.px-lg {
  padding-left: 24px;
  padding-right: 24px;
}
.py-lg {
  padding-top: 24px;
  padding-bottom: 24px;
}
.mx-lg {
  margin-left: 24px;
  margin-right: 24px;
}
.my-lg {
  margin-top: 24px;
  margin-bottom: 24px;
}
.pt-xl {
  padding-top: 30px;
}
.pr-xl {
  padding-right: 30px;
}
.pb-xl {
  padding-bottom: 30px;
}
.pl-xl {
  padding-left: 30px;
}
.mt-xl {
  margin-top: 30px;
}
.mr-xl {
  margin-right: 30px;
}
.mb-xl {
  margin-bottom: 30px;
}
.ml-xl {
  margin-left: 30px;
}
.px-xl {
  padding-left: 30px;
  padding-right: 30px;
}
.py-xl {
  padding-top: 30px;
  padding-bottom: 30px;
}
.mx-xl {
  margin-left: 30px;
  margin-right: 30px;
}
.my-xl {
  margin-top: 30px;
  margin-bottom: 30px;
}
.pt-xxl {
  padding-top: 36px;
}
.pr-xxl {
  padding-right: 36px;
}
.pb-xxl {
  padding-bottom: 36px;
}
.pl-xxl {
  padding-left: 36px;
}
.mt-xxl {
  margin-top: 36px;
}
.mr-xxl {
  margin-right: 36px;
}
.mb-xxl {
  margin-bottom: 36px;
}
.ml-xxl {
  margin-left: 36px;
}
.px-xxl {
  padding-left: 36px;
  padding-right: 36px;
}
.py-xxl {
  padding-top: 36px;
  padding-bottom: 36px;
}
.mx-xxl {
  margin-left: 36px;
  margin-right: 36px;
}
.my-xxl {
  margin-top: 36px;
  margin-bottom: 36px;
}
.pt-3xl {
  padding-top: 42px;
}
.pr-3xl {
  padding-right: 42px;
}
.pb-3xl {
  padding-bottom: 42px;
}
.pl-3xl {
  padding-left: 42px;
}
.mt-3xl {
  margin-top: 42px;
}
.mr-3xl {
  margin-right: 42px;
}
.mb-3xl {
  margin-bottom: 42px;
}
.ml-3xl {
  margin-left: 42px;
}
.px-3xl {
  padding-left: 42px;
  padding-right: 42px;
}
.py-3xl {
  padding-top: 42px;
  padding-bottom: 42px;
}
.mx-3xl {
  margin-left: 42px;
  margin-right: 42px;
}
.my-3xl {
  margin-top: 42px;
  margin-bottom: 42px;
}
.pt-4xl {
  padding-top: 48px;
}
.pr-4xl {
  padding-right: 48px;
}
.pb-4xl {
  padding-bottom: 48px;
}
.pl-4xl {
  padding-left: 48px;
}
.mt-4xl {
  margin-top: 48px;
}
.mr-4xl {
  margin-right: 48px;
}
.mb-4xl {
  margin-bottom: 48px;
}
.ml-4xl {
  margin-left: 48px;
}
.px-4xl {
  padding-left: 48px;
  padding-right: 48px;
}
.py-4xl {
  padding-top: 48px;
  padding-bottom: 48px;
}
.mx-4xl {
  margin-left: 48px;
  margin-right: 48px;
}
.my-4xl {
  margin-top: 48px;
  margin-bottom: 48px;
}
.pt-5xl {
  padding-top: 56px;
}
.pr-5xl {
  padding-right: 56px;
}
.pb-5xl {
  padding-bottom: 56px;
}
.pl-5xl {
  padding-left: 56px;
}
.mt-5xl {
  margin-top: 56px;
}
.mr-5xl {
  margin-right: 56px;
}
.mb-5xl {
  margin-bottom: 56px;
}
.ml-5xl {
  margin-left: 56px;
}
.px-5xl {
  padding-left: 56px;
  padding-right: 56px;
}
.py-5xl {
  padding-top: 56px;
  padding-bottom: 56px;
}
.mx-5xl {
  margin-left: 56px;
  margin-right: 56px;
}
.my-5xl {
  margin-top: 56px;
  margin-bottom: 56px;
}
.pt-6xl {
  padding-top: 64px;
}
.pr-6xl {
  padding-right: 64px;
}
.pb-6xl {
  padding-bottom: 64px;
}
.pl-6xl {
  padding-left: 64px;
}
.mt-6xl {
  margin-top: 64px;
}
.mr-6xl {
  margin-right: 64px;
}
.mb-6xl {
  margin-bottom: 64px;
}
.ml-6xl {
  margin-left: 64px;
}
.px-6xl {
  padding-left: 64px;
  padding-right: 64px;
}
.py-6xl {
  padding-top: 64px;
  padding-bottom: 64px;
}
.mx-6xl {
  margin-left: 64px;
  margin-right: 64px;
}
.my-6xl {
  margin-top: 64px;
  margin-bottom: 64px;
}
.gap-0 {
  gap: 0;
}
.gap-1 {
  gap: 4px;
}
.gap-2 {
  gap: 8px;
}
.gap-3 {
  gap: 16px;
}
.gap-4 {
  gap: 24px;
}
.gap-5 {
  gap: 32px;
}
.w-0 {
  width: 0%;
}
.w-1 {
  width: 1%;
}
.w-2 {
  width: 2%;
}
.w-3 {
  width: 3%;
}
.w-4 {
  width: 4%;
}
.w-5 {
  width: 5%;
}
.w-6 {
  width: 6%;
}
.w-7 {
  width: 7%;
}
.w-8 {
  width: 8%;
}
.w-9 {
  width: 9%;
}
.w-10 {
  width: 10%;
}
.w-11 {
  width: 11%;
}
.w-12 {
  width: 12%;
}
.w-13 {
  width: 13%;
}
.w-14 {
  width: 14%;
}
.w-15 {
  width: 15%;
}
.w-16 {
  width: 16%;
}
.w-17 {
  width: 17%;
}
.w-18 {
  width: 18%;
}
.w-19 {
  width: 19%;
}
.w-20 {
  width: 20%;
}
.w-21 {
  width: 21%;
}
.w-22 {
  width: 22%;
}
.w-23 {
  width: 23%;
}
.w-24 {
  width: 24%;
}
.w-25 {
  width: 25%;
}
.w-26 {
  width: 26%;
}
.w-27 {
  width: 27%;
}
.w-28 {
  width: 28%;
}
.w-29 {
  width: 29%;
}
.w-30 {
  width: 30%;
}
.w-31 {
  width: 31%;
}
.w-32 {
  width: 32%;
}
.w-33 {
  width: 33%;
}
.w-34 {
  width: 34%;
}
.w-35 {
  width: 35%;
}
.w-36 {
  width: 36%;
}
.w-37 {
  width: 37%;
}
.w-38 {
  width: 38%;
}
.w-39 {
  width: 39%;
}
.w-40 {
  width: 40%;
}
.w-41 {
  width: 41%;
}
.w-42 {
  width: 42%;
}
.w-43 {
  width: 43%;
}
.w-44 {
  width: 44%;
}
.w-45 {
  width: 45%;
}
.w-46 {
  width: 46%;
}
.w-47 {
  width: 47%;
}
.w-48 {
  width: 48%;
}
.w-49 {
  width: 49%;
}
.w-50 {
  width: 50%;
}
.w-51 {
  width: 51%;
}
.w-52 {
  width: 52%;
}
.w-53 {
  width: 53%;
}
.w-54 {
  width: 54%;
}
.w-55 {
  width: 55%;
}
.w-56 {
  width: 56%;
}
.w-57 {
  width: 57%;
}
.w-58 {
  width: 58%;
}
.w-59 {
  width: 59%;
}
.w-60 {
  width: 60%;
}
.w-61 {
  width: 61%;
}
.w-62 {
  width: 62%;
}
.w-63 {
  width: 63%;
}
.w-64 {
  width: 64%;
}
.w-65 {
  width: 65%;
}
.w-66 {
  width: 66%;
}
.w-67 {
  width: 67%;
}
.w-68 {
  width: 68%;
}
.w-69 {
  width: 69%;
}
.w-70 {
  width: 70%;
}
.w-71 {
  width: 71%;
}
.w-72 {
  width: 72%;
}
.w-73 {
  width: 73%;
}
.w-74 {
  width: 74%;
}
.w-75 {
  width: 75%;
}
.w-76 {
  width: 76%;
}
.w-77 {
  width: 77%;
}
.w-78 {
  width: 78%;
}
.w-79 {
  width: 79%;
}
.w-80 {
  width: 80%;
}
.w-81 {
  width: 81%;
}
.w-82 {
  width: 82%;
}
.w-83 {
  width: 83%;
}
.w-84 {
  width: 84%;
}
.w-85 {
  width: 85%;
}
.w-86 {
  width: 86%;
}
.w-87 {
  width: 87%;
}
.w-88 {
  width: 88%;
}
.w-89 {
  width: 89%;
}
.w-90 {
  width: 90%;
}
.w-91 {
  width: 91%;
}
.w-92 {
  width: 92%;
}
.w-93 {
  width: 93%;
}
.w-94 {
  width: 94%;
}
.w-95 {
  width: 95%;
}
.w-96 {
  width: 96%;
}
.w-97 {
  width: 97%;
}
.w-98 {
  width: 98%;
}
.w-99 {
  width: 99%;
}
.w-100 {
  width: 100%;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-half {
  width: 50%;
}
.w-third {
  width: 33.33%;
}
.w-two-thirds {
  width: 66.67%;
}
.w-quarter {
  width: 25%;
}
.w-three-quarters {
  width: 75%;
}
.w-10 {
  width: 10%;
}
.w-20 {
  width: 20%;
}
.w-30 {
  width: 30%;
}
.w-40 {
  width: 40%;
}
.w-50 {
  width: 50%;
}
.w-60 {
  width: 60%;
}
.w-70 {
  width: 70%;
}
.w-80 {
  width: 80%;
}
.w-90 {
  width: 90%;
}
.w-100 {
  width: 100%;
}
.h-10 {
  height: 10%;
}
.h-20 {
  height: 20%;
}
.h-30 {
  height: 30%;
}
.h-40 {
  height: 40%;
}
.h-50 {
  height: 50%;
}
.h-60 {
  height: 60%;
}
.h-70 {
  height: 70%;
}
.h-80 {
  height: 80%;
}
.h-90 {
  height: 90%;
}
.h-100 {
  height: 100%;
}
html {
  font-size: 15px;
}
@media (min-width: 768px) {
  html {
    font-size: 15.5px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 16px;
  }
}
.ts-display {
  font-size: calc(52 / 16 * 1rem);
  font-weight: 800;
  line-height: 105%;
  letter-spacing: -0.03em;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.ts-h1 {
  font-size: calc(40 / 16 * 1rem);
  font-weight: 800;
  line-height: 110%;
  letter-spacing: -0.025em;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.ts-h2 {
  font-size: calc(32 / 16 * 1rem);
  font-weight: 700;
  line-height: 115%;
  letter-spacing: -0.02em;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.ts-h3 {
  font-size: calc(24 / 16 * 1rem);
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.015em;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.ts-h3-sans {
  font-size: calc(24 / 16 * 1rem);
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.015em;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.ts-h4 {
  font-size: calc(20 / 16 * 1rem);
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.01em;
  font-family: "Inter", sans-serif;
}
.ts-h5 {
  font-size: calc(16 / 16 * 1rem);
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.005em;
  font-family: "Inter", sans-serif;
}
.ts-h6 {
  font-size: calc(14 / 16 * 1rem);
  font-weight: 600;
  line-height: 140%;
  font-family: "Inter", sans-serif;
}
.ts-body-l {
  font-size: calc(18 / 16 * 1rem);
  font-weight: 400;
  line-height: 160%;
  font-family: "Inter", sans-serif;
}
.ts-body-m {
  font-size: calc(16 / 16 * 1rem);
  font-weight: 400;
  line-height: 160%;
  font-family: "Inter", sans-serif;
}
.ts-body {
  font-size: calc(16 / 16 * 1rem);
  font-weight: 400;
  line-height: 160%;
  font-family: "Inter", sans-serif;
}
.ts-body-bold {
  font-size: calc(16 / 16 * 1rem);
  font-weight: 600;
  line-height: 160%;
  font-family: "Inter", sans-serif;
}
.ts-body-s {
  font-size: calc(14 / 16 * 1rem);
  font-weight: 400;
  line-height: 150%;
  font-family: "Inter", sans-serif;
}
.ts-caption,
ion-select {
  font-size: calc(12 / 16 * 1rem);
  font-weight: 400;
  line-height: 140%;
  font-family: "Inter", sans-serif;
}
.ts-caption-bold {
  font-size: calc(12 / 16 * 1rem);
  font-weight: 600;
  line-height: 140%;
  font-family: "Inter", sans-serif;
}
.ts-small {
  font-size: calc(12 / 16 * 1rem);
  font-weight: 400;
  line-height: 140%;
  font-family: "Inter", sans-serif;
}
.ts-small-bold {
  font-size: calc(12 / 16 * 1rem);
  font-weight: 600;
  line-height: 140%;
  font-family: "Inter", sans-serif;
}
.ts-label {
  font-size: calc(11 / 16 * 1rem);
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.08em;
  font-family: "JetBrains Mono", monospace;
  text-transform: uppercase;
}
.font-weight-thin {
  font-weight: 100;
}
.font-weight-light {
  font-weight: 300;
}
.font-weight-normal,
.text-paragraph {
  font-weight: 400;
}
.font-weight-medium {
  font-weight: 500;
}
.font-weight-semi-bold {
  font-weight: 600;
}
.font-weight-bold,
ion-chip,
.primary-label,
.primary-label-small,
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}
.font-weight-extra-bold {
  font-weight: 800;
}
.font-weight-black {
  font-weight: 900;
}
.bg-primary-100 {
  background: var(--primary-100);
  --background: $color;
}
.bg-primary-200 {
  background: var(--primary-200);
  --background: $color;
}
.bg-primary-300 {
  background: var(--primary-300);
  --background: $color;
}
.bg-primary-400 {
  background: var(--primary-400);
  --background: $color;
}
.bg-primary-500 {
  background: var(--primary-500);
  --background: $color;
}
.bg-primary-600 {
  background: var(--primary-600);
  --background: $color;
}
.bg-primary-700 {
  background: var(--primary-700);
  --background: $color;
}
.bg-primary-800 {
  background: var(--primary-800);
  --background: $color;
}
.bg-primary-900 {
  background: var(--primary-900);
  --background: $color;
}
.bg-secondary-100 {
  background: var(--secondary-100);
  --background: $color;
}
.bg-secondary-200 {
  background: var(--secondary-200);
  --background: $color;
}
.bg-secondary-300 {
  background: var(--secondary-300);
  --background: $color;
}
.bg-secondary-400 {
  background: var(--secondary-400);
  --background: $color;
}
.bg-secondary-500 {
  background: var(--secondary-500);
  --background: $color;
}
.bg-secondary-600 {
  background: var(--secondary-600);
  --background: $color;
}
.bg-secondary-700 {
  background: var(--secondary-700);
  --background: $color;
}
.bg-secondary-800 {
  background: var(--secondary-800);
  --background: $color;
}
.bg-secondary-900 {
  background: var(--secondary-900);
  --background: $color;
}
.bg-accent-100 {
  background: var(--accent-100);
  --background: $color;
}
.bg-accent-200 {
  background: var(--accent-200);
  --background: $color;
}
.bg-accent-300 {
  background: var(--accent-300);
  --background: $color;
}
.bg-accent-400 {
  background: var(--accent-400);
  --background: $color;
}
.bg-accent-500 {
  background: var(--accent-500);
  --background: $color;
}
.bg-accent-600 {
  background: var(--accent-600);
  --background: $color;
}
.bg-accent-700 {
  background: var(--accent-700);
  --background: $color;
}
.bg-accent-800 {
  background: var(--accent-800);
  --background: $color;
}
.bg-accent-900 {
  background: var(--accent-900);
  --background: $color;
}
.bg-neutral-50 {
  background: var(--neutral-50);
  --background: $color;
}
.bg-neutral-100 {
  background: var(--neutral-100);
  --background: $color;
}
.bg-neutral-200 {
  background: var(--neutral-200);
  --background: $color;
}
.bg-neutral-300 {
  background: var(--neutral-300);
  --background: $color;
}
.bg-neutral-400 {
  background: var(--neutral-400);
  --background: $color;
}
.bg-neutral-500 {
  background: var(--neutral-500);
  --background: $color;
}
.bg-neutral-600 {
  background: var(--neutral-600);
  --background: $color;
}
.bg-neutral-700 {
  background: var(--neutral-700);
  --background: $color;
}
.bg-neutral-800 {
  background: var(--neutral-800);
  --background: $color;
}
.bg-neutral-900 {
  background: var(--neutral-900);
  --background: $color;
}
.bg-success-light {
  background: var(--success-light);
  --background: $color;
}
.bg-success-base {
  background: var(--success-base);
  --background: $color;
}
.bg-success-dark {
  background: var(--success-dark);
  --background: $color;
}
.bg-warning-light {
  background: var(--warning-light);
  --background: $color;
}
.bg-warning-base {
  background: var(--warning-base);
  --background: $color;
}
.bg-warning-dark {
  background: var(--warning-dark);
  --background: $color;
}
.bg-error-light {
  background: var(--error-light);
  --background: $color;
}
.bg-error-base {
  background: var(--error-base);
  --background: $color;
}
.bg-error-dark {
  background: var(--error-dark);
  --background: $color;
}
.bg-info-light {
  background: var(--info-light);
  --background: $color;
}
.bg-info-base {
  background: var(--info-base);
  --background: $color;
}
.bg-info-dark {
  background: var(--info-dark);
  --background: $color;
}
.bg-error {
  background: var(--error-base);
  --background: $color;
}
.bg-white {
  background: white;
  --background: $color;
}
.bg-black {
  background: black;
  --background: $color;
}
.text-primary-100 {
  color: var(--primary-100);
  --color: $color;
}
.text-primary-200 {
  color: var(--primary-200);
  --color: $color;
}
.text-primary-300 {
  color: var(--primary-300);
  --color: $color;
}
.text-primary-400 {
  color: var(--primary-400);
  --color: $color;
}
.text-primary-500 {
  color: var(--primary-500);
  --color: $color;
}
.text-primary-600 {
  color: var(--primary-600);
  --color: $color;
}
.text-primary-700 {
  color: var(--primary-700);
  --color: $color;
}
.text-primary-800 {
  color: var(--primary-800);
  --color: $color;
}
.text-primary-900 {
  color: var(--primary-900);
  --color: $color;
}
.text-secondary-100 {
  color: var(--secondary-100);
  --color: $color;
}
.text-secondary-200 {
  color: var(--secondary-200);
  --color: $color;
}
.text-secondary-300 {
  color: var(--secondary-300);
  --color: $color;
}
.text-secondary-400 {
  color: var(--secondary-400);
  --color: $color;
}
.text-secondary-500 {
  color: var(--secondary-500);
  --color: $color;
}
.text-secondary-600 {
  color: var(--secondary-600);
  --color: $color;
}
.text-secondary-700 {
  color: var(--secondary-700);
  --color: $color;
}
.text-secondary-800 {
  color: var(--secondary-800);
  --color: $color;
}
.text-secondary-900 {
  color: var(--secondary-900);
  --color: $color;
}
.text-accent-100 {
  color: var(--accent-100);
  --color: $color;
}
.text-accent-200 {
  color: var(--accent-200);
  --color: $color;
}
.text-accent-300 {
  color: var(--accent-300);
  --color: $color;
}
.text-accent-400 {
  color: var(--accent-400);
  --color: $color;
}
.text-accent-500 {
  color: var(--accent-500);
  --color: $color;
}
.text-accent-600 {
  color: var(--accent-600);
  --color: $color;
}
.text-accent-700 {
  color: var(--accent-700);
  --color: $color;
}
.text-accent-800 {
  color: var(--accent-800);
  --color: $color;
}
.text-accent-900 {
  color: var(--accent-900);
  --color: $color;
}
.text-neutral-50 {
  color: var(--neutral-50);
  --color: $color;
}
.text-neutral-100 {
  color: var(--neutral-100);
  --color: $color;
}
.text-neutral-200 {
  color: var(--neutral-200);
  --color: $color;
}
.text-neutral-300 {
  color: var(--neutral-300);
  --color: $color;
}
.text-neutral-400 {
  color: var(--neutral-400);
  --color: $color;
}
.text-neutral-500 {
  color: var(--neutral-500);
  --color: $color;
}
.text-neutral-600 {
  color: var(--neutral-600);
  --color: $color;
}
.text-neutral-700 {
  color: var(--neutral-700);
  --color: $color;
}
.text-neutral-800 {
  color: var(--neutral-800);
  --color: $color;
}
.text-neutral-900 {
  color: var(--neutral-900);
  --color: $color;
}
.text-success-light {
  color: var(--success-light);
  --color: $color;
}
.text-success-base {
  color: var(--success-base);
  --color: $color;
}
.text-success-dark {
  color: var(--success-dark);
  --color: $color;
}
.text-warning-light {
  color: var(--warning-light);
  --color: $color;
}
.text-warning-base {
  color: var(--warning-base);
  --color: $color;
}
.text-warning-dark {
  color: var(--warning-dark);
  --color: $color;
}
.text-error-light {
  color: var(--error-light);
  --color: $color;
}
.text-error-base {
  color: var(--error-base);
  --color: $color;
}
.text-error-dark {
  color: var(--error-dark);
  --color: $color;
}
.text-info-light {
  color: var(--info-light);
  --color: $color;
}
.text-info-base {
  color: var(--info-base);
  --color: $color;
}
.text-info-dark {
  color: var(--info-dark);
  --color: $color;
}
.text-error {
  color: var(--error-base);
  --color: $color;
}
.text-white {
  color: white;
  --color: $color;
}
.text-black {
  color: black;
  --color: $color;
}
.icon-extra-small {
  transform: scale(0.7);
}
.icon-small {
  transform: scale(0.9);
}
.icon-normal {
  transform: scale(1.1);
}
.icon-medium {
  transform: scale(1.3);
}
.icon-large {
  transform: scale(1.8);
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0px;
}
.text-paragraph {
  line-height: 166% !important;
}
.text-primary {
  color: var(--primary-500);
}
.white-space-break {
  white-space: break-spaces;
}
.link-apperance {
  text-decoration: underline;
  color: var(--primary-500);
  font-weight: bold;
}
.line-height-normal {
  line-height: 19px !important;
}
ion-content.pb-bottom {
  --padding-bottom: 120px;
}
ion-toast.error-position-toast {
  --background: var(--ion-color-warning);
  color: black;
  margin-top: 10px;
}
ion-header {
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
ion-header {
  --opacity: 1;
}
ion-footer.transparent-footer {
  --background: transparent;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}
ion-chip {
  height: 22px;
  border-radius: 9999px;
  font-size: 11px;
  letter-spacing: 0.06em;
}
ion-chip * {
  color: var(--ion-color-shade) !important;
}
ion-chip.badge-success {
  --background: var(--success-light);
  border: 1px solid var(--success-border);
}
ion-chip.badge-success * {
  color: var(--success-dark) !important;
}
ion-chip.badge-warning {
  --background: var(--warning-light);
  border: 1px solid var(--warning-border);
}
ion-chip.badge-warning * {
  color: var(--warning-dark) !important;
}
ion-chip.badge-error {
  --background: var(--error-light);
  border: 1px solid var(--error-border);
}
ion-chip.badge-error * {
  color: var(--error-dark) !important;
}
ion-chip.badge-info {
  --background: var(--info-light);
  border: 1px solid var(--info-border);
}
ion-chip.badge-info * {
  color: var(--info-dark) !important;
}
ion-chip.badge-neutral {
  --background: var(--neutral-100);
  border: 1px solid var(--neutral-300);
}
ion-chip.badge-neutral * {
  color: var(--neutral-700) !important;
}
.badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 9999px;
  display: inline-block;
  margin-right: 4px;
}
.badge-success .badge-dot {
  background: var(--success-base);
}
.badge-warning .badge-dot {
  background: var(--warning-base);
}
.badge-error .badge-dot {
  background: var(--error-base);
}
.badge-info .badge-dot {
  background: var(--info-base);
}
.badge-neutral .badge-dot {
  background: var(--neutral-500);
}
ion-tab-bar {
  position: absolute;
  bottom: calc(10px + var(--ion-safe-area-bottom, 0));
  left: 15px;
  right: 15px;
  padding: 8px 0px;
  border-radius: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  --background: #1e2933;
  --color: rgba(255,255,255,0.7);
  --color-selected: #ffffff;
}
ion-tab-bar ion-tab-button {
  --background: transparent;
  --padding-top: 6px;
  --padding-bottom: 6px;
  padding: 8px 12px;
  transition: transform 0.2s, background 0.2s;
}
ion-tab-bar ion-tab-button.tab-selected {
  background: #324057;
  border-radius: 16px;
  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(50, 64, 87, 0.35);
  color: var(--color-selected);
}
.picker-button.sc-ion-picker-legacy-ios,
.picker-button.ion-activated.sc-ion-picker-legacy-ios {
  color: var(--primary-100);
}
.picker-above-highlight.sc-ion-picker-legacy-ios,
.picker-below-highlight.sc-ion-picker-legacy-ios {
  background: var(--picker-bg);
  opacity: 0.8;
}
ion-picker-legacy.sc-ion-picker-legacy-ios-h {
  --border-color: var(--primary-500);
}
.alert-wrapper.sc-ion-alert-ios {
  background: white;
}
.alert-wrapper.sc-ion-alert-ios .alert-radio-label.sc-ion-alert-ios {
  color: black;
}
.alert-wrapper.sc-ion-alert-ios [aria-checked=true].sc-ion-alert-ios .alert-radio-label.sc-ion-alert-ios,
.alert-wrapper.sc-ion-alert-ios [aria-checked=true].sc-ion-alert-ios .alert-radio-inner.sc-ion-alert-ios {
  color: var(--primary-500);
  border-color: var(--primary-500);
}
ion-checkbox {
  --size: 16px;
  --border-radius: 4px;
  --border-width: 1px;
  --border-color: var(--neutral-300);
  --background: white;
  --background-checked: var(--primary-500);
  --border-color-checked: var(--primary-500);
  --checkmark-color: white;
}
ion-checkbox[disabled] {
  opacity: 0.42;
}
ion-toggle {
  transform: scale(0.8);
  --track-background: var(--neutral-300);
  --track-background-checked: var(--primary-500);
  --handle-background: white;
  --handle-box-shadow: 0 1px 3px rgba(16, 29, 43, 0.18);
}
ion-toggle[disabled] {
  opacity: 0.42;
}
.glass {
  --background: rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.1);
  --backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  --border: 1px solid rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.22);
  --box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.glass-container {
  background: rgba(255, 255, 255, 0.7);
  --background: rgba(255, 255, 255, 0.7);
  color: var(--neutral-800, #1e293b);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow:
    0 4px 12px rgba(15, 23, 42, 0.03),
    inset 0 -2px 4px rgba(15, 23, 42, 0.02),
    inset 0 1px 0px rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px) saturate(140%);
  -webkit-backdrop-filter: blur(10px) saturate(140%);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.glass-container.selected {
  --background: rgba(14, 165, 233, 0.2);
  background: rgba(14, 165, 233, 0.2);
  color: #0369a1;
  border: 1px solid rgba(14, 165, 233, 0.35);
  box-shadow:
    0 4px 12px rgba(14, 165, 233, 0.15),
    inset 0 -2px 4px rgba(14, 165, 233, 0.05),
    inset 0 1px 0px rgba(255, 255, 255, 0.6);
}

/* src/theme/segment.scss */
.p-none {
  padding: 0;
}
.m-none {
  margin: 0;
}
.p-xxs {
  padding: 3px;
}
.m-xxs {
  margin: 3px;
}
.p-xs {
  padding: 6px;
}
.m-xs {
  margin: 6px;
}
.p-xsm {
  padding: 9px;
}
.m-xsm {
  margin: 9px;
}
.p-sm {
  padding: 12px;
}
.m-sm {
  margin: 12px;
}
.p-ms {
  padding: 15px;
}
.m-ms {
  margin: 15px;
}
.p-md {
  padding: 18px;
}
.m-md {
  margin: 18px;
}
.p-ml {
  padding: 21px;
}
.m-ml {
  margin: 21px;
}
.p-lg {
  padding: 24px;
}
.m-lg {
  margin: 24px;
}
.p-xl {
  padding: 30px;
}
.m-xl {
  margin: 30px;
}
.p-xxl {
  padding: 36px;
}
.m-xxl {
  margin: 36px;
}
.p-3xl {
  padding: 42px;
}
.m-3xl {
  margin: 42px;
}
.p-4xl {
  padding: 48px;
}
.m-4xl {
  margin: 48px;
}
.p-5xl {
  padding: 56px;
}
.m-5xl {
  margin: 56px;
}
.p-6xl {
  padding: 64px;
}
.m-6xl {
  margin: 64px;
}
.pt-none {
  padding-top: 0;
}
.pr-none {
  padding-right: 0;
}
.pb-none {
  padding-bottom: 0;
}
.pl-none {
  padding-left: 0;
}
.mt-none {
  margin-top: 0;
}
.mr-none {
  margin-right: 0;
}
.mb-none {
  margin-bottom: 0;
}
.ml-none {
  margin-left: 0;
}
.px-none {
  padding-left: 0;
  padding-right: 0;
}
.py-none {
  padding-top: 0;
  padding-bottom: 0;
}
.mx-none {
  margin-left: 0;
  margin-right: 0;
}
.my-none {
  margin-top: 0;
  margin-bottom: 0;
}
.pt-xxs {
  padding-top: 3px;
}
.pr-xxs {
  padding-right: 3px;
}
.pb-xxs {
  padding-bottom: 3px;
}
.pl-xxs {
  padding-left: 3px;
}
.mt-xxs {
  margin-top: 3px;
}
.mr-xxs {
  margin-right: 3px;
}
.mb-xxs {
  margin-bottom: 3px;
}
.ml-xxs {
  margin-left: 3px;
}
.px-xxs {
  padding-left: 3px;
  padding-right: 3px;
}
.py-xxs {
  padding-top: 3px;
  padding-bottom: 3px;
}
.mx-xxs {
  margin-left: 3px;
  margin-right: 3px;
}
.my-xxs {
  margin-top: 3px;
  margin-bottom: 3px;
}
.pt-xs {
  padding-top: 6px;
}
.pr-xs {
  padding-right: 6px;
}
.pb-xs {
  padding-bottom: 6px;
}
.pl-xs {
  padding-left: 6px;
}
.mt-xs {
  margin-top: 6px;
}
.mr-xs {
  margin-right: 6px;
}
.mb-xs {
  margin-bottom: 6px;
}
.ml-xs {
  margin-left: 6px;
}
.px-xs {
  padding-left: 6px;
  padding-right: 6px;
}
.py-xs {
  padding-top: 6px;
  padding-bottom: 6px;
}
.mx-xs {
  margin-left: 6px;
  margin-right: 6px;
}
.my-xs {
  margin-top: 6px;
  margin-bottom: 6px;
}
.pt-xsm {
  padding-top: 9px;
}
.pr-xsm {
  padding-right: 9px;
}
.pb-xsm {
  padding-bottom: 9px;
}
.pl-xsm {
  padding-left: 9px;
}
.mt-xsm {
  margin-top: 9px;
}
.mr-xsm {
  margin-right: 9px;
}
.mb-xsm {
  margin-bottom: 9px;
}
.ml-xsm {
  margin-left: 9px;
}
.px-xsm {
  padding-left: 9px;
  padding-right: 9px;
}
.py-xsm {
  padding-top: 9px;
  padding-bottom: 9px;
}
.mx-xsm {
  margin-left: 9px;
  margin-right: 9px;
}
.my-xsm {
  margin-top: 9px;
  margin-bottom: 9px;
}
.pt-sm {
  padding-top: 12px;
}
.pr-sm {
  padding-right: 12px;
}
.pb-sm {
  padding-bottom: 12px;
}
.pl-sm {
  padding-left: 12px;
}
.mt-sm,
.content-spacing {
  margin-top: 12px;
}
.mr-sm {
  margin-right: 12px;
}
.mb-sm {
  margin-bottom: 12px;
}
.ml-sm {
  margin-left: 12px;
}
.px-sm {
  padding-left: 12px;
  padding-right: 12px;
}
.py-sm {
  padding-top: 12px;
  padding-bottom: 12px;
}
.mx-sm,
.content-spacing {
  margin-left: 12px;
  margin-right: 12px;
}
.my-sm {
  margin-top: 12px;
  margin-bottom: 12px;
}
.pt-ms {
  padding-top: 15px;
}
.pr-ms {
  padding-right: 15px;
}
.pb-ms {
  padding-bottom: 15px;
}
.pl-ms {
  padding-left: 15px;
}
.mt-ms {
  margin-top: 15px;
}
.mr-ms {
  margin-right: 15px;
}
.mb-ms {
  margin-bottom: 15px;
}
.ml-ms {
  margin-left: 15px;
}
.px-ms {
  padding-left: 15px;
  padding-right: 15px;
}
.py-ms {
  padding-top: 15px;
  padding-bottom: 15px;
}
.mx-ms {
  margin-left: 15px;
  margin-right: 15px;
}
.my-ms {
  margin-top: 15px;
  margin-bottom: 15px;
}
.pt-md {
  padding-top: 18px;
}
.pr-md {
  padding-right: 18px;
}
.pb-md {
  padding-bottom: 18px;
}
.pl-md {
  padding-left: 18px;
}
.mt-md {
  margin-top: 18px;
}
.mr-md {
  margin-right: 18px;
}
.mb-md {
  margin-bottom: 18px;
}
.ml-md {
  margin-left: 18px;
}
.px-md {
  padding-left: 18px;
  padding-right: 18px;
}
.py-md {
  padding-top: 18px;
  padding-bottom: 18px;
}
.mx-md {
  margin-left: 18px;
  margin-right: 18px;
}
.my-md {
  margin-top: 18px;
  margin-bottom: 18px;
}
.pt-ml {
  padding-top: 21px;
}
.pr-ml {
  padding-right: 21px;
}
.pb-ml {
  padding-bottom: 21px;
}
.pl-ml {
  padding-left: 21px;
}
.mt-ml {
  margin-top: 21px;
}
.mr-ml {
  margin-right: 21px;
}
.mb-ml {
  margin-bottom: 21px;
}
.ml-ml {
  margin-left: 21px;
}
.px-ml {
  padding-left: 21px;
  padding-right: 21px;
}
.py-ml {
  padding-top: 21px;
  padding-bottom: 21px;
}
.mx-ml {
  margin-left: 21px;
  margin-right: 21px;
}
.my-ml {
  margin-top: 21px;
  margin-bottom: 21px;
}
.pt-lg {
  padding-top: 24px;
}
.pr-lg {
  padding-right: 24px;
}
.pb-lg {
  padding-bottom: 24px;
}
.pl-lg {
  padding-left: 24px;
}
.mt-lg {
  margin-top: 24px;
}
.mr-lg {
  margin-right: 24px;
}
.mb-lg {
  margin-bottom: 24px;
}
.ml-lg {
  margin-left: 24px;
}
.px-lg {
  padding-left: 24px;
  padding-right: 24px;
}
.py-lg {
  padding-top: 24px;
  padding-bottom: 24px;
}
.mx-lg {
  margin-left: 24px;
  margin-right: 24px;
}
.my-lg {
  margin-top: 24px;
  margin-bottom: 24px;
}
.pt-xl {
  padding-top: 30px;
}
.pr-xl {
  padding-right: 30px;
}
.pb-xl {
  padding-bottom: 30px;
}
.pl-xl {
  padding-left: 30px;
}
.mt-xl {
  margin-top: 30px;
}
.mr-xl {
  margin-right: 30px;
}
.mb-xl {
  margin-bottom: 30px;
}
.ml-xl {
  margin-left: 30px;
}
.px-xl {
  padding-left: 30px;
  padding-right: 30px;
}
.py-xl {
  padding-top: 30px;
  padding-bottom: 30px;
}
.mx-xl {
  margin-left: 30px;
  margin-right: 30px;
}
.my-xl {
  margin-top: 30px;
  margin-bottom: 30px;
}
.pt-xxl {
  padding-top: 36px;
}
.pr-xxl {
  padding-right: 36px;
}
.pb-xxl {
  padding-bottom: 36px;
}
.pl-xxl {
  padding-left: 36px;
}
.mt-xxl {
  margin-top: 36px;
}
.mr-xxl {
  margin-right: 36px;
}
.mb-xxl {
  margin-bottom: 36px;
}
.ml-xxl {
  margin-left: 36px;
}
.px-xxl {
  padding-left: 36px;
  padding-right: 36px;
}
.py-xxl {
  padding-top: 36px;
  padding-bottom: 36px;
}
.mx-xxl {
  margin-left: 36px;
  margin-right: 36px;
}
.my-xxl {
  margin-top: 36px;
  margin-bottom: 36px;
}
.pt-3xl {
  padding-top: 42px;
}
.pr-3xl {
  padding-right: 42px;
}
.pb-3xl {
  padding-bottom: 42px;
}
.pl-3xl {
  padding-left: 42px;
}
.mt-3xl {
  margin-top: 42px;
}
.mr-3xl {
  margin-right: 42px;
}
.mb-3xl {
  margin-bottom: 42px;
}
.ml-3xl {
  margin-left: 42px;
}
.px-3xl {
  padding-left: 42px;
  padding-right: 42px;
}
.py-3xl {
  padding-top: 42px;
  padding-bottom: 42px;
}
.mx-3xl {
  margin-left: 42px;
  margin-right: 42px;
}
.my-3xl {
  margin-top: 42px;
  margin-bottom: 42px;
}
.pt-4xl {
  padding-top: 48px;
}
.pr-4xl {
  padding-right: 48px;
}
.pb-4xl {
  padding-bottom: 48px;
}
.pl-4xl {
  padding-left: 48px;
}
.mt-4xl {
  margin-top: 48px;
}
.mr-4xl {
  margin-right: 48px;
}
.mb-4xl {
  margin-bottom: 48px;
}
.ml-4xl {
  margin-left: 48px;
}
.px-4xl {
  padding-left: 48px;
  padding-right: 48px;
}
.py-4xl {
  padding-top: 48px;
  padding-bottom: 48px;
}
.mx-4xl {
  margin-left: 48px;
  margin-right: 48px;
}
.my-4xl {
  margin-top: 48px;
  margin-bottom: 48px;
}
.pt-5xl {
  padding-top: 56px;
}
.pr-5xl {
  padding-right: 56px;
}
.pb-5xl {
  padding-bottom: 56px;
}
.pl-5xl {
  padding-left: 56px;
}
.mt-5xl {
  margin-top: 56px;
}
.mr-5xl {
  margin-right: 56px;
}
.mb-5xl {
  margin-bottom: 56px;
}
.ml-5xl {
  margin-left: 56px;
}
.px-5xl {
  padding-left: 56px;
  padding-right: 56px;
}
.py-5xl {
  padding-top: 56px;
  padding-bottom: 56px;
}
.mx-5xl {
  margin-left: 56px;
  margin-right: 56px;
}
.my-5xl {
  margin-top: 56px;
  margin-bottom: 56px;
}
.pt-6xl {
  padding-top: 64px;
}
.pr-6xl {
  padding-right: 64px;
}
.pb-6xl {
  padding-bottom: 64px;
}
.pl-6xl {
  padding-left: 64px;
}
.mt-6xl {
  margin-top: 64px;
}
.mr-6xl {
  margin-right: 64px;
}
.mb-6xl {
  margin-bottom: 64px;
}
.ml-6xl {
  margin-left: 64px;
}
.px-6xl {
  padding-left: 64px;
  padding-right: 64px;
}
.py-6xl {
  padding-top: 64px;
  padding-bottom: 64px;
}
.mx-6xl {
  margin-left: 64px;
  margin-right: 64px;
}
.my-6xl {
  margin-top: 64px;
  margin-bottom: 64px;
}
.gap-0 {
  gap: 0;
}
.gap-1 {
  gap: 4px;
}
.gap-2 {
  gap: 8px;
}
.gap-3 {
  gap: 16px;
}
.gap-4 {
  gap: 24px;
}
.gap-5 {
  gap: 32px;
}
.w-0 {
  width: 0%;
}
.w-1 {
  width: 1%;
}
.w-2 {
  width: 2%;
}
.w-3 {
  width: 3%;
}
.w-4 {
  width: 4%;
}
.w-5 {
  width: 5%;
}
.w-6 {
  width: 6%;
}
.w-7 {
  width: 7%;
}
.w-8 {
  width: 8%;
}
.w-9 {
  width: 9%;
}
.w-10 {
  width: 10%;
}
.w-11 {
  width: 11%;
}
.w-12 {
  width: 12%;
}
.w-13 {
  width: 13%;
}
.w-14 {
  width: 14%;
}
.w-15 {
  width: 15%;
}
.w-16 {
  width: 16%;
}
.w-17 {
  width: 17%;
}
.w-18 {
  width: 18%;
}
.w-19 {
  width: 19%;
}
.w-20 {
  width: 20%;
}
.w-21 {
  width: 21%;
}
.w-22 {
  width: 22%;
}
.w-23 {
  width: 23%;
}
.w-24 {
  width: 24%;
}
.w-25 {
  width: 25%;
}
.w-26 {
  width: 26%;
}
.w-27 {
  width: 27%;
}
.w-28 {
  width: 28%;
}
.w-29 {
  width: 29%;
}
.w-30 {
  width: 30%;
}
.w-31 {
  width: 31%;
}
.w-32 {
  width: 32%;
}
.w-33 {
  width: 33%;
}
.w-34 {
  width: 34%;
}
.w-35 {
  width: 35%;
}
.w-36 {
  width: 36%;
}
.w-37 {
  width: 37%;
}
.w-38 {
  width: 38%;
}
.w-39 {
  width: 39%;
}
.w-40 {
  width: 40%;
}
.w-41 {
  width: 41%;
}
.w-42 {
  width: 42%;
}
.w-43 {
  width: 43%;
}
.w-44 {
  width: 44%;
}
.w-45 {
  width: 45%;
}
.w-46 {
  width: 46%;
}
.w-47 {
  width: 47%;
}
.w-48 {
  width: 48%;
}
.w-49 {
  width: 49%;
}
.w-50 {
  width: 50%;
}
.w-51 {
  width: 51%;
}
.w-52 {
  width: 52%;
}
.w-53 {
  width: 53%;
}
.w-54 {
  width: 54%;
}
.w-55 {
  width: 55%;
}
.w-56 {
  width: 56%;
}
.w-57 {
  width: 57%;
}
.w-58 {
  width: 58%;
}
.w-59 {
  width: 59%;
}
.w-60 {
  width: 60%;
}
.w-61 {
  width: 61%;
}
.w-62 {
  width: 62%;
}
.w-63 {
  width: 63%;
}
.w-64 {
  width: 64%;
}
.w-65 {
  width: 65%;
}
.w-66 {
  width: 66%;
}
.w-67 {
  width: 67%;
}
.w-68 {
  width: 68%;
}
.w-69 {
  width: 69%;
}
.w-70 {
  width: 70%;
}
.w-71 {
  width: 71%;
}
.w-72 {
  width: 72%;
}
.w-73 {
  width: 73%;
}
.w-74 {
  width: 74%;
}
.w-75 {
  width: 75%;
}
.w-76 {
  width: 76%;
}
.w-77 {
  width: 77%;
}
.w-78 {
  width: 78%;
}
.w-79 {
  width: 79%;
}
.w-80 {
  width: 80%;
}
.w-81 {
  width: 81%;
}
.w-82 {
  width: 82%;
}
.w-83 {
  width: 83%;
}
.w-84 {
  width: 84%;
}
.w-85 {
  width: 85%;
}
.w-86 {
  width: 86%;
}
.w-87 {
  width: 87%;
}
.w-88 {
  width: 88%;
}
.w-89 {
  width: 89%;
}
.w-90 {
  width: 90%;
}
.w-91 {
  width: 91%;
}
.w-92 {
  width: 92%;
}
.w-93 {
  width: 93%;
}
.w-94 {
  width: 94%;
}
.w-95 {
  width: 95%;
}
.w-96 {
  width: 96%;
}
.w-97 {
  width: 97%;
}
.w-98 {
  width: 98%;
}
.w-99 {
  width: 99%;
}
.w-100 {
  width: 100%;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-half {
  width: 50%;
}
.w-third {
  width: 33.33%;
}
.w-two-thirds {
  width: 66.67%;
}
.w-quarter {
  width: 25%;
}
.w-three-quarters {
  width: 75%;
}
.w-10 {
  width: 10%;
}
.w-20 {
  width: 20%;
}
.w-30 {
  width: 30%;
}
.w-40 {
  width: 40%;
}
.w-50 {
  width: 50%;
}
.w-60 {
  width: 60%;
}
.w-70 {
  width: 70%;
}
.w-80 {
  width: 80%;
}
.w-90 {
  width: 90%;
}
.w-100 {
  width: 100%;
}
.h-10 {
  height: 10%;
}
.h-20 {
  height: 20%;
}
.h-30 {
  height: 30%;
}
.h-40 {
  height: 40%;
}
.h-50 {
  height: 50%;
}
.h-60 {
  height: 60%;
}
.h-70 {
  height: 70%;
}
.h-80 {
  height: 80%;
}
.h-90 {
  height: 90%;
}
.h-100 {
  height: 100%;
}
html {
  font-size: 15px;
}
@media (min-width: 768px) {
  html {
    font-size: 15.5px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 16px;
  }
}
.ts-display {
  font-size: calc(52 / 16 * 1rem);
  font-weight: 800;
  line-height: 105%;
  letter-spacing: -0.03em;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.ts-h1 {
  font-size: calc(40 / 16 * 1rem);
  font-weight: 800;
  line-height: 110%;
  letter-spacing: -0.025em;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.ts-h2 {
  font-size: calc(32 / 16 * 1rem);
  font-weight: 700;
  line-height: 115%;
  letter-spacing: -0.02em;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.ts-h3 {
  font-size: calc(24 / 16 * 1rem);
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.015em;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.ts-h3-sans {
  font-size: calc(24 / 16 * 1rem);
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.015em;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.ts-h4 {
  font-size: calc(20 / 16 * 1rem);
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.01em;
  font-family: "Inter", sans-serif;
}
.ts-h5 {
  font-size: calc(16 / 16 * 1rem);
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.005em;
  font-family: "Inter", sans-serif;
}
.ts-h6 {
  font-size: calc(14 / 16 * 1rem);
  font-weight: 600;
  line-height: 140%;
  font-family: "Inter", sans-serif;
}
.ts-body-l {
  font-size: calc(18 / 16 * 1rem);
  font-weight: 400;
  line-height: 160%;
  font-family: "Inter", sans-serif;
}
.ts-body-m {
  font-size: calc(16 / 16 * 1rem);
  font-weight: 400;
  line-height: 160%;
  font-family: "Inter", sans-serif;
}
.ts-body {
  font-size: calc(16 / 16 * 1rem);
  font-weight: 400;
  line-height: 160%;
  font-family: "Inter", sans-serif;
}
.ts-body-bold {
  font-size: calc(16 / 16 * 1rem);
  font-weight: 600;
  line-height: 160%;
  font-family: "Inter", sans-serif;
}
.ts-body-s {
  font-size: calc(14 / 16 * 1rem);
  font-weight: 400;
  line-height: 150%;
  font-family: "Inter", sans-serif;
}
.ts-caption {
  font-size: calc(12 / 16 * 1rem);
  font-weight: 400;
  line-height: 140%;
  font-family: "Inter", sans-serif;
}
.ts-caption-bold {
  font-size: calc(12 / 16 * 1rem);
  font-weight: 600;
  line-height: 140%;
  font-family: "Inter", sans-serif;
}
.ts-small {
  font-size: calc(12 / 16 * 1rem);
  font-weight: 400;
  line-height: 140%;
  font-family: "Inter", sans-serif;
}
.ts-small-bold {
  font-size: calc(12 / 16 * 1rem);
  font-weight: 600;
  line-height: 140%;
  font-family: "Inter", sans-serif;
}
.ts-label {
  font-size: calc(11 / 16 * 1rem);
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.08em;
  font-family: "JetBrains Mono", monospace;
  text-transform: uppercase;
}
.font-weight-thin {
  font-weight: 100;
}
.font-weight-light {
  font-weight: 300;
}
.font-weight-normal,
.text-paragraph {
  font-weight: 400;
}
.font-weight-medium {
  font-weight: 500;
}
.font-weight-semi-bold {
  font-weight: 600;
}
.font-weight-bold,
.primary-label,
.primary-label-small,
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}
.font-weight-extra-bold {
  font-weight: 800;
}
.font-weight-black {
  font-weight: 900;
}
.bg-primary-100 {
  background: var(--primary-100);
  --background: $color;
}
.bg-primary-200 {
  background: var(--primary-200);
  --background: $color;
}
.bg-primary-300 {
  background: var(--primary-300);
  --background: $color;
}
.bg-primary-400 {
  background: var(--primary-400);
  --background: $color;
}
.bg-primary-500 {
  background: var(--primary-500);
  --background: $color;
}
.bg-primary-600 {
  background: var(--primary-600);
  --background: $color;
}
.bg-primary-700 {
  background: var(--primary-700);
  --background: $color;
}
.bg-primary-800 {
  background: var(--primary-800);
  --background: $color;
}
.bg-primary-900 {
  background: var(--primary-900);
  --background: $color;
}
.bg-secondary-100 {
  background: var(--secondary-100);
  --background: $color;
}
.bg-secondary-200 {
  background: var(--secondary-200);
  --background: $color;
}
.bg-secondary-300 {
  background: var(--secondary-300);
  --background: $color;
}
.bg-secondary-400 {
  background: var(--secondary-400);
  --background: $color;
}
.bg-secondary-500 {
  background: var(--secondary-500);
  --background: $color;
}
.bg-secondary-600 {
  background: var(--secondary-600);
  --background: $color;
}
.bg-secondary-700 {
  background: var(--secondary-700);
  --background: $color;
}
.bg-secondary-800 {
  background: var(--secondary-800);
  --background: $color;
}
.bg-secondary-900 {
  background: var(--secondary-900);
  --background: $color;
}
.bg-accent-100 {
  background: var(--accent-100);
  --background: $color;
}
.bg-accent-200 {
  background: var(--accent-200);
  --background: $color;
}
.bg-accent-300 {
  background: var(--accent-300);
  --background: $color;
}
.bg-accent-400 {
  background: var(--accent-400);
  --background: $color;
}
.bg-accent-500 {
  background: var(--accent-500);
  --background: $color;
}
.bg-accent-600 {
  background: var(--accent-600);
  --background: $color;
}
.bg-accent-700 {
  background: var(--accent-700);
  --background: $color;
}
.bg-accent-800 {
  background: var(--accent-800);
  --background: $color;
}
.bg-accent-900 {
  background: var(--accent-900);
  --background: $color;
}
.bg-neutral-50 {
  background: var(--neutral-50);
  --background: $color;
}
.bg-neutral-100 {
  background: var(--neutral-100);
  --background: $color;
}
.bg-neutral-200 {
  background: var(--neutral-200);
  --background: $color;
}
.bg-neutral-300 {
  background: var(--neutral-300);
  --background: $color;
}
.bg-neutral-400 {
  background: var(--neutral-400);
  --background: $color;
}
.bg-neutral-500 {
  background: var(--neutral-500);
  --background: $color;
}
.bg-neutral-600 {
  background: var(--neutral-600);
  --background: $color;
}
.bg-neutral-700 {
  background: var(--neutral-700);
  --background: $color;
}
.bg-neutral-800 {
  background: var(--neutral-800);
  --background: $color;
}
.bg-neutral-900 {
  background: var(--neutral-900);
  --background: $color;
}
.bg-success-light {
  background: var(--success-light);
  --background: $color;
}
.bg-success-base {
  background: var(--success-base);
  --background: $color;
}
.bg-success-dark {
  background: var(--success-dark);
  --background: $color;
}
.bg-warning-light {
  background: var(--warning-light);
  --background: $color;
}
.bg-warning-base {
  background: var(--warning-base);
  --background: $color;
}
.bg-warning-dark {
  background: var(--warning-dark);
  --background: $color;
}
.bg-error-light {
  background: var(--error-light);
  --background: $color;
}
.bg-error-base {
  background: var(--error-base);
  --background: $color;
}
.bg-error-dark {
  background: var(--error-dark);
  --background: $color;
}
.bg-info-light {
  background: var(--info-light);
  --background: $color;
}
.bg-info-base {
  background: var(--info-base);
  --background: $color;
}
.bg-info-dark {
  background: var(--info-dark);
  --background: $color;
}
.bg-error {
  background: var(--error-base);
  --background: $color;
}
.bg-white {
  background: white;
  --background: $color;
}
.bg-black {
  background: black;
  --background: $color;
}
.text-primary-100 {
  color: var(--primary-100);
  --color: $color;
}
.text-primary-200 {
  color: var(--primary-200);
  --color: $color;
}
.text-primary-300 {
  color: var(--primary-300);
  --color: $color;
}
.text-primary-400 {
  color: var(--primary-400);
  --color: $color;
}
.text-primary-500 {
  color: var(--primary-500);
  --color: $color;
}
.text-primary-600 {
  color: var(--primary-600);
  --color: $color;
}
.text-primary-700 {
  color: var(--primary-700);
  --color: $color;
}
.text-primary-800 {
  color: var(--primary-800);
  --color: $color;
}
.text-primary-900 {
  color: var(--primary-900);
  --color: $color;
}
.text-secondary-100 {
  color: var(--secondary-100);
  --color: $color;
}
.text-secondary-200 {
  color: var(--secondary-200);
  --color: $color;
}
.text-secondary-300 {
  color: var(--secondary-300);
  --color: $color;
}
.text-secondary-400 {
  color: var(--secondary-400);
  --color: $color;
}
.text-secondary-500 {
  color: var(--secondary-500);
  --color: $color;
}
.text-secondary-600 {
  color: var(--secondary-600);
  --color: $color;
}
.text-secondary-700 {
  color: var(--secondary-700);
  --color: $color;
}
.text-secondary-800 {
  color: var(--secondary-800);
  --color: $color;
}
.text-secondary-900 {
  color: var(--secondary-900);
  --color: $color;
}
.text-accent-100 {
  color: var(--accent-100);
  --color: $color;
}
.text-accent-200 {
  color: var(--accent-200);
  --color: $color;
}
.text-accent-300 {
  color: var(--accent-300);
  --color: $color;
}
.text-accent-400 {
  color: var(--accent-400);
  --color: $color;
}
.text-accent-500 {
  color: var(--accent-500);
  --color: $color;
}
.text-accent-600 {
  color: var(--accent-600);
  --color: $color;
}
.text-accent-700 {
  color: var(--accent-700);
  --color: $color;
}
.text-accent-800 {
  color: var(--accent-800);
  --color: $color;
}
.text-accent-900 {
  color: var(--accent-900);
  --color: $color;
}
.text-neutral-50 {
  color: var(--neutral-50);
  --color: $color;
}
.text-neutral-100 {
  color: var(--neutral-100);
  --color: $color;
}
.text-neutral-200 {
  color: var(--neutral-200);
  --color: $color;
}
.text-neutral-300 {
  color: var(--neutral-300);
  --color: $color;
}
.text-neutral-400 {
  color: var(--neutral-400);
  --color: $color;
}
.text-neutral-500 {
  color: var(--neutral-500);
  --color: $color;
}
.text-neutral-600 {
  color: var(--neutral-600);
  --color: $color;
}
.text-neutral-700 {
  color: var(--neutral-700);
  --color: $color;
}
.text-neutral-800 {
  color: var(--neutral-800);
  --color: $color;
}
.text-neutral-900 {
  color: var(--neutral-900);
  --color: $color;
}
.text-success-light {
  color: var(--success-light);
  --color: $color;
}
.text-success-base {
  color: var(--success-base);
  --color: $color;
}
.text-success-dark {
  color: var(--success-dark);
  --color: $color;
}
.text-warning-light {
  color: var(--warning-light);
  --color: $color;
}
.text-warning-base {
  color: var(--warning-base);
  --color: $color;
}
.text-warning-dark {
  color: var(--warning-dark);
  --color: $color;
}
.text-error-light {
  color: var(--error-light);
  --color: $color;
}
.text-error-base {
  color: var(--error-base);
  --color: $color;
}
.text-error-dark {
  color: var(--error-dark);
  --color: $color;
}
.text-info-light {
  color: var(--info-light);
  --color: $color;
}
.text-info-base {
  color: var(--info-base);
  --color: $color;
}
.text-info-dark {
  color: var(--info-dark);
  --color: $color;
}
.text-error {
  color: var(--error-base);
  --color: $color;
}
.text-white {
  color: white;
  --color: $color;
}
.text-black {
  color: black;
  --color: $color;
}
.icon-extra-small {
  transform: scale(0.7);
}
.icon-small {
  transform: scale(0.9);
}
.icon-normal {
  transform: scale(1.1);
}
.icon-medium {
  transform: scale(1.3);
}
.icon-large {
  transform: scale(1.8);
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0px;
}
.text-paragraph {
  line-height: 166% !important;
}
.text-primary {
  color: var(--primary-500);
}
.white-space-break {
  white-space: break-spaces;
}
.link-apperance {
  text-decoration: underline;
  color: var(--primary-500);
  font-weight: bold;
}
.line-height-normal {
  line-height: 19px !important;
}
ion-segment {
  --background: rgba(120,120,128, 0.12);
}
ion-segment-button::part(indicator-background) {
  background: white;
}
ion-segment-button.md::part(native) {
  color: #000;
}
.segment-button-checked.md::part(native) {
  color: black;
}
ion-segment-button.md::part(indicator-background) {
  height: 4px;
}
ion-segment-button.ios::part(native) {
  color: black;
}
.segment-button-checked.ios::part(native) {
  color: black;
}

/* node_modules/material-symbols/index.css */
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 100 700;
  font-display: block;
  src: url("./media/material-symbols-outlined-KNQM7DN2.woff2") format("woff2");
}
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
@font-face {
  font-family: "Material Symbols Rounded";
  font-style: normal;
  font-weight: 100 700;
  font-display: block;
  src: url("./media/material-symbols-rounded-2YPVGB3G.woff2") format("woff2");
}
.material-symbols-rounded {
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
@font-face {
  font-family: "Material Symbols Sharp";
  font-style: normal;
  font-weight: 100 700;
  font-display: block;
  src: url("./media/material-symbols-sharp-5ZR4RZX4.woff2") format("woff2");
}
.material-symbols-sharp {
  font-family: "Material Symbols Sharp";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

/* src/theme/buttons.scss */
:root {
  --ion-safe-area-top: var(--safe-area-inset-top, env(safe-area-inset-top));
  --ion-safe-area-bottom: var(--safe-area-inset-bottom, env(safe-area-inset-bottom));
  --ion-safe-area-left: var(--safe-area-inset-left, env(safe-area-inset-left));
  --ion-safe-area-right: var(--safe-area-inset-right, env(safe-area-inset-right));
  --primary-100: #e6f3fb;
  --primary-200: #c2dff5;
  --primary-300: #90c4ec;
  --primary-400: #57a7e1;
  --primary-500: #1e87d3;
  --primary-600: #1470b5;
  --primary-700: #0f5690;
  --primary-800: #0a3d6b;
  --primary-900: #062847;
  --secondary-100: #eef1f5;
  --secondary-200: #d5dce8;
  --secondary-300: #aebdce;
  --secondary-400: #7e97b2;
  --secondary-500: #546f8c;
  --secondary-600: #3d5570;
  --secondary-700: #2c3f55;
  --secondary-800: #1c2b3d;
  --secondary-900: #101d2b;
  --accent-100: #e0faf7;
  --accent-200: #b3f2ec;
  --accent-300: #7ae8de;
  --accent-400: #3dd8cc;
  --accent-500: #12c4b4;
  --accent-600: #0ea594;
  --accent-700: #0a8276;
  --accent-800: #065f57;
  --accent-900: #03403b;
  --neutral-50: #f9fafb;
  --neutral-100: #f3f4f6;
  --neutral-200: #e5e7eb;
  --neutral-300: #d1d5db;
  --neutral-400: #9ca3af;
  --neutral-500: #6b7280;
  --neutral-600: #4b5563;
  --neutral-700: #374151;
  --neutral-800: #1f2937;
  --neutral-900: #111827;
  --success-light: #dcfce7;
  --success-border: #86efac;
  --success-base: #16a34a;
  --success-dark: #15803d;
  --warning-light: #fef9c3;
  --warning-border: #fde047;
  --warning-base: #d97706;
  --warning-dark: #b45309;
  --error-light: #fee2e2;
  --error-border: #fca5a5;
  --error-base: #dc2626;
  --error-dark: #b91c1c;
  --info-light: #dbeafe;
  --info-border: #93c5fd;
  --info-base: #2563eb;
  --info-dark: #1d4ed8;
  --spacing-xs: 4px;
  --spacing-sm: 8px;
  --spacing-md: 16px;
  --spacing-lg: 24px;
  --spacing-xl: 40px;
  --spacing-2xl: 64px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-full: 9999px;
  --shadow-1: 0 1px 2px rgba(16, 29, 43, 0.06), 0 1px 3px rgba(16, 29, 43, 0.04);
  --shadow-2: 0 4px 8px rgba(16, 29, 43, 0.08), 0 2px 4px rgba(16, 29, 43, 0.04);
  --shadow-3: 0 8px 24px rgba(16, 29, 43, 0.10), 0 4px 8px rgba(16, 29, 43, 0.06);
  --shadow-4: 0 20px 48px rgba(16, 29, 43, 0.16), 0 8px 20px rgba(16, 29, 43, 0.08);
  --input-bg: #f9f9f9;
  --app-card-bg: white;
  --main-bg: #F5F6F8;
  --card-width: 320px;
  --app-border-radius: var(--radius-lg);
  --app-shadow: var(--shadow-1);
  --height-card-image: 160px;
  --title-card-image: 85px;
  --title-card-place-image: 40px;
  --width-card: 250px;
  --width-card-sm: 190px;
  --bottom-btn-tabs: calc(80px + var(--ion-safe-area-bottom, 0));
}
.p-none {
  padding: 0;
}
.m-none {
  margin: 0;
}
.p-xxs {
  padding: 3px;
}
.m-xxs {
  margin: 3px;
}
.p-xs {
  padding: 6px;
}
.m-xs {
  margin: 6px;
}
.p-xsm {
  padding: 9px;
}
.m-xsm {
  margin: 9px;
}
.p-sm {
  padding: 12px;
}
.m-sm {
  margin: 12px;
}
.p-ms {
  padding: 15px;
}
.m-ms {
  margin: 15px;
}
.p-md {
  padding: 18px;
}
.m-md {
  margin: 18px;
}
.p-ml {
  padding: 21px;
}
.m-ml {
  margin: 21px;
}
.p-lg {
  padding: 24px;
}
.m-lg {
  margin: 24px;
}
.p-xl {
  padding: 30px;
}
.m-xl {
  margin: 30px;
}
.p-xxl {
  padding: 36px;
}
.m-xxl {
  margin: 36px;
}
.p-3xl {
  padding: 42px;
}
.m-3xl {
  margin: 42px;
}
.p-4xl {
  padding: 48px;
}
.m-4xl {
  margin: 48px;
}
.p-5xl {
  padding: 56px;
}
.m-5xl {
  margin: 56px;
}
.p-6xl {
  padding: 64px;
}
.m-6xl {
  margin: 64px;
}
.pt-none {
  padding-top: 0;
}
.pr-none {
  padding-right: 0;
}
.pb-none {
  padding-bottom: 0;
}
.pl-none {
  padding-left: 0;
}
.mt-none {
  margin-top: 0;
}
.mr-none {
  margin-right: 0;
}
.mb-none {
  margin-bottom: 0;
}
.ml-none {
  margin-left: 0;
}
.px-none {
  padding-left: 0;
  padding-right: 0;
}
.py-none {
  padding-top: 0;
  padding-bottom: 0;
}
.mx-none {
  margin-left: 0;
  margin-right: 0;
}
.my-none {
  margin-top: 0;
  margin-bottom: 0;
}
.pt-xxs {
  padding-top: 3px;
}
.pr-xxs {
  padding-right: 3px;
}
.pb-xxs {
  padding-bottom: 3px;
}
.pl-xxs {
  padding-left: 3px;
}
.mt-xxs {
  margin-top: 3px;
}
.mr-xxs {
  margin-right: 3px;
}
.mb-xxs {
  margin-bottom: 3px;
}
.ml-xxs {
  margin-left: 3px;
}
.px-xxs {
  padding-left: 3px;
  padding-right: 3px;
}
.py-xxs {
  padding-top: 3px;
  padding-bottom: 3px;
}
.mx-xxs {
  margin-left: 3px;
  margin-right: 3px;
}
.my-xxs {
  margin-top: 3px;
  margin-bottom: 3px;
}
.pt-xs {
  padding-top: 6px;
}
.pr-xs {
  padding-right: 6px;
}
.pb-xs {
  padding-bottom: 6px;
}
.pl-xs {
  padding-left: 6px;
}
.mt-xs {
  margin-top: 6px;
}
.mr-xs {
  margin-right: 6px;
}
.mb-xs {
  margin-bottom: 6px;
}
.ml-xs {
  margin-left: 6px;
}
.px-xs {
  padding-left: 6px;
  padding-right: 6px;
}
.py-xs {
  padding-top: 6px;
  padding-bottom: 6px;
}
.mx-xs {
  margin-left: 6px;
  margin-right: 6px;
}
.my-xs {
  margin-top: 6px;
  margin-bottom: 6px;
}
.pt-xsm {
  padding-top: 9px;
}
.pr-xsm {
  padding-right: 9px;
}
.pb-xsm {
  padding-bottom: 9px;
}
.pl-xsm {
  padding-left: 9px;
}
.mt-xsm {
  margin-top: 9px;
}
.mr-xsm {
  margin-right: 9px;
}
.mb-xsm {
  margin-bottom: 9px;
}
.ml-xsm {
  margin-left: 9px;
}
.px-xsm {
  padding-left: 9px;
  padding-right: 9px;
}
.py-xsm {
  padding-top: 9px;
  padding-bottom: 9px;
}
.mx-xsm {
  margin-left: 9px;
  margin-right: 9px;
}
.my-xsm {
  margin-top: 9px;
  margin-bottom: 9px;
}
.pt-sm,
ion-header ion-toolbar {
  padding-top: 12px;
}
.pr-sm {
  padding-right: 12px;
}
.pb-sm {
  padding-bottom: 12px;
}
.pl-sm {
  padding-left: 12px;
}
.mt-sm,
.content-spacing {
  margin-top: 12px;
}
.mr-sm {
  margin-right: 12px;
}
.mb-sm {
  margin-bottom: 12px;
}
.ml-sm {
  margin-left: 12px;
}
.px-sm,
ion-header,
ion-header ion-toolbar {
  padding-left: 12px;
  padding-right: 12px;
}
.py-sm {
  padding-top: 12px;
  padding-bottom: 12px;
}
.mx-sm,
.content-spacing {
  margin-left: 12px;
  margin-right: 12px;
}
.my-sm {
  margin-top: 12px;
  margin-bottom: 12px;
}
.pt-ms {
  padding-top: 15px;
}
.pr-ms {
  padding-right: 15px;
}
.pb-ms {
  padding-bottom: 15px;
}
.pl-ms {
  padding-left: 15px;
}
.mt-ms {
  margin-top: 15px;
}
.mr-ms {
  margin-right: 15px;
}
.mb-ms {
  margin-bottom: 15px;
}
.ml-ms {
  margin-left: 15px;
}
.px-ms {
  padding-left: 15px;
  padding-right: 15px;
}
.py-ms {
  padding-top: 15px;
  padding-bottom: 15px;
}
.mx-ms {
  margin-left: 15px;
  margin-right: 15px;
}
.my-ms {
  margin-top: 15px;
  margin-bottom: 15px;
}
.pt-md {
  padding-top: 18px;
}
.pr-md {
  padding-right: 18px;
}
.pb-md {
  padding-bottom: 18px;
}
.pl-md {
  padding-left: 18px;
}
.mt-md {
  margin-top: 18px;
}
.mr-md {
  margin-right: 18px;
}
.mb-md {
  margin-bottom: 18px;
}
.ml-md {
  margin-left: 18px;
}
.px-md {
  padding-left: 18px;
  padding-right: 18px;
}
.py-md {
  padding-top: 18px;
  padding-bottom: 18px;
}
.mx-md {
  margin-left: 18px;
  margin-right: 18px;
}
.my-md {
  margin-top: 18px;
  margin-bottom: 18px;
}
.pt-ml {
  padding-top: 21px;
}
.pr-ml {
  padding-right: 21px;
}
.pb-ml {
  padding-bottom: 21px;
}
.pl-ml {
  padding-left: 21px;
}
.mt-ml {
  margin-top: 21px;
}
.mr-ml {
  margin-right: 21px;
}
.mb-ml {
  margin-bottom: 21px;
}
.ml-ml {
  margin-left: 21px;
}
.px-ml {
  padding-left: 21px;
  padding-right: 21px;
}
.py-ml {
  padding-top: 21px;
  padding-bottom: 21px;
}
.mx-ml {
  margin-left: 21px;
  margin-right: 21px;
}
.my-ml {
  margin-top: 21px;
  margin-bottom: 21px;
}
.pt-lg {
  padding-top: 24px;
}
.pr-lg {
  padding-right: 24px;
}
.pb-lg {
  padding-bottom: 24px;
}
.pl-lg {
  padding-left: 24px;
}
.mt-lg {
  margin-top: 24px;
}
.mr-lg {
  margin-right: 24px;
}
.mb-lg {
  margin-bottom: 24px;
}
.ml-lg {
  margin-left: 24px;
}
.px-lg {
  padding-left: 24px;
  padding-right: 24px;
}
.py-lg {
  padding-top: 24px;
  padding-bottom: 24px;
}
.mx-lg {
  margin-left: 24px;
  margin-right: 24px;
}
.my-lg {
  margin-top: 24px;
  margin-bottom: 24px;
}
.pt-xl {
  padding-top: 30px;
}
.pr-xl {
  padding-right: 30px;
}
.pb-xl {
  padding-bottom: 30px;
}
.pl-xl {
  padding-left: 30px;
}
.mt-xl {
  margin-top: 30px;
}
.mr-xl {
  margin-right: 30px;
}
.mb-xl {
  margin-bottom: 30px;
}
.ml-xl {
  margin-left: 30px;
}
.px-xl {
  padding-left: 30px;
  padding-right: 30px;
}
.py-xl {
  padding-top: 30px;
  padding-bottom: 30px;
}
.mx-xl {
  margin-left: 30px;
  margin-right: 30px;
}
.my-xl {
  margin-top: 30px;
  margin-bottom: 30px;
}
.pt-xxl {
  padding-top: 36px;
}
.pr-xxl {
  padding-right: 36px;
}
.pb-xxl {
  padding-bottom: 36px;
}
.pl-xxl {
  padding-left: 36px;
}
.mt-xxl {
  margin-top: 36px;
}
.mr-xxl {
  margin-right: 36px;
}
.mb-xxl {
  margin-bottom: 36px;
}
.ml-xxl {
  margin-left: 36px;
}
.px-xxl {
  padding-left: 36px;
  padding-right: 36px;
}
.py-xxl {
  padding-top: 36px;
  padding-bottom: 36px;
}
.mx-xxl {
  margin-left: 36px;
  margin-right: 36px;
}
.my-xxl {
  margin-top: 36px;
  margin-bottom: 36px;
}
.pt-3xl {
  padding-top: 42px;
}
.pr-3xl {
  padding-right: 42px;
}
.pb-3xl {
  padding-bottom: 42px;
}
.pl-3xl {
  padding-left: 42px;
}
.mt-3xl {
  margin-top: 42px;
}
.mr-3xl {
  margin-right: 42px;
}
.mb-3xl {
  margin-bottom: 42px;
}
.ml-3xl {
  margin-left: 42px;
}
.px-3xl {
  padding-left: 42px;
  padding-right: 42px;
}
.py-3xl {
  padding-top: 42px;
  padding-bottom: 42px;
}
.mx-3xl {
  margin-left: 42px;
  margin-right: 42px;
}
.my-3xl {
  margin-top: 42px;
  margin-bottom: 42px;
}
.pt-4xl {
  padding-top: 48px;
}
.pr-4xl {
  padding-right: 48px;
}
.pb-4xl {
  padding-bottom: 48px;
}
.pl-4xl {
  padding-left: 48px;
}
.mt-4xl {
  margin-top: 48px;
}
.mr-4xl {
  margin-right: 48px;
}
.mb-4xl {
  margin-bottom: 48px;
}
.ml-4xl {
  margin-left: 48px;
}
.px-4xl {
  padding-left: 48px;
  padding-right: 48px;
}
.py-4xl {
  padding-top: 48px;
  padding-bottom: 48px;
}
.mx-4xl {
  margin-left: 48px;
  margin-right: 48px;
}
.my-4xl {
  margin-top: 48px;
  margin-bottom: 48px;
}
.pt-5xl {
  padding-top: 56px;
}
.pr-5xl {
  padding-right: 56px;
}
.pb-5xl {
  padding-bottom: 56px;
}
.pl-5xl {
  padding-left: 56px;
}
.mt-5xl {
  margin-top: 56px;
}
.mr-5xl {
  margin-right: 56px;
}
.mb-5xl {
  margin-bottom: 56px;
}
.ml-5xl {
  margin-left: 56px;
}
.px-5xl {
  padding-left: 56px;
  padding-right: 56px;
}
.py-5xl {
  padding-top: 56px;
  padding-bottom: 56px;
}
.mx-5xl {
  margin-left: 56px;
  margin-right: 56px;
}
.my-5xl {
  margin-top: 56px;
  margin-bottom: 56px;
}
.pt-6xl {
  padding-top: 64px;
}
.pr-6xl {
  padding-right: 64px;
}
.pb-6xl {
  padding-bottom: 64px;
}
.pl-6xl {
  padding-left: 64px;
}
.mt-6xl {
  margin-top: 64px;
}
.mr-6xl {
  margin-right: 64px;
}
.mb-6xl {
  margin-bottom: 64px;
}
.ml-6xl {
  margin-left: 64px;
}
.px-6xl {
  padding-left: 64px;
  padding-right: 64px;
}
.py-6xl {
  padding-top: 64px;
  padding-bottom: 64px;
}
.mx-6xl {
  margin-left: 64px;
  margin-right: 64px;
}
.my-6xl {
  margin-top: 64px;
  margin-bottom: 64px;
}
.gap-0 {
  gap: 0;
}
.gap-1 {
  gap: 4px;
}
.gap-2 {
  gap: 8px;
}
.gap-3 {
  gap: 16px;
}
.gap-4 {
  gap: 24px;
}
.gap-5 {
  gap: 32px;
}
.w-0 {
  width: 0%;
}
.w-1 {
  width: 1%;
}
.w-2 {
  width: 2%;
}
.w-3 {
  width: 3%;
}
.w-4 {
  width: 4%;
}
.w-5 {
  width: 5%;
}
.w-6 {
  width: 6%;
}
.w-7 {
  width: 7%;
}
.w-8 {
  width: 8%;
}
.w-9 {
  width: 9%;
}
.w-10 {
  width: 10%;
}
.w-11 {
  width: 11%;
}
.w-12 {
  width: 12%;
}
.w-13 {
  width: 13%;
}
.w-14 {
  width: 14%;
}
.w-15 {
  width: 15%;
}
.w-16 {
  width: 16%;
}
.w-17 {
  width: 17%;
}
.w-18 {
  width: 18%;
}
.w-19 {
  width: 19%;
}
.w-20 {
  width: 20%;
}
.w-21 {
  width: 21%;
}
.w-22 {
  width: 22%;
}
.w-23 {
  width: 23%;
}
.w-24 {
  width: 24%;
}
.w-25 {
  width: 25%;
}
.w-26 {
  width: 26%;
}
.w-27 {
  width: 27%;
}
.w-28 {
  width: 28%;
}
.w-29 {
  width: 29%;
}
.w-30 {
  width: 30%;
}
.w-31 {
  width: 31%;
}
.w-32 {
  width: 32%;
}
.w-33 {
  width: 33%;
}
.w-34 {
  width: 34%;
}
.w-35 {
  width: 35%;
}
.w-36 {
  width: 36%;
}
.w-37 {
  width: 37%;
}
.w-38 {
  width: 38%;
}
.w-39 {
  width: 39%;
}
.w-40 {
  width: 40%;
}
.w-41 {
  width: 41%;
}
.w-42 {
  width: 42%;
}
.w-43 {
  width: 43%;
}
.w-44 {
  width: 44%;
}
.w-45 {
  width: 45%;
}
.w-46 {
  width: 46%;
}
.w-47 {
  width: 47%;
}
.w-48 {
  width: 48%;
}
.w-49 {
  width: 49%;
}
.w-50 {
  width: 50%;
}
.w-51 {
  width: 51%;
}
.w-52 {
  width: 52%;
}
.w-53 {
  width: 53%;
}
.w-54 {
  width: 54%;
}
.w-55 {
  width: 55%;
}
.w-56 {
  width: 56%;
}
.w-57 {
  width: 57%;
}
.w-58 {
  width: 58%;
}
.w-59 {
  width: 59%;
}
.w-60 {
  width: 60%;
}
.w-61 {
  width: 61%;
}
.w-62 {
  width: 62%;
}
.w-63 {
  width: 63%;
}
.w-64 {
  width: 64%;
}
.w-65 {
  width: 65%;
}
.w-66 {
  width: 66%;
}
.w-67 {
  width: 67%;
}
.w-68 {
  width: 68%;
}
.w-69 {
  width: 69%;
}
.w-70 {
  width: 70%;
}
.w-71 {
  width: 71%;
}
.w-72 {
  width: 72%;
}
.w-73 {
  width: 73%;
}
.w-74 {
  width: 74%;
}
.w-75 {
  width: 75%;
}
.w-76 {
  width: 76%;
}
.w-77 {
  width: 77%;
}
.w-78 {
  width: 78%;
}
.w-79 {
  width: 79%;
}
.w-80 {
  width: 80%;
}
.w-81 {
  width: 81%;
}
.w-82 {
  width: 82%;
}
.w-83 {
  width: 83%;
}
.w-84 {
  width: 84%;
}
.w-85 {
  width: 85%;
}
.w-86 {
  width: 86%;
}
.w-87 {
  width: 87%;
}
.w-88 {
  width: 88%;
}
.w-89 {
  width: 89%;
}
.w-90 {
  width: 90%;
}
.w-91 {
  width: 91%;
}
.w-92 {
  width: 92%;
}
.w-93 {
  width: 93%;
}
.w-94 {
  width: 94%;
}
.w-95 {
  width: 95%;
}
.w-96 {
  width: 96%;
}
.w-97 {
  width: 97%;
}
.w-98 {
  width: 98%;
}
.w-99 {
  width: 99%;
}
.w-100 {
  width: 100%;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-half {
  width: 50%;
}
.w-third {
  width: 33.33%;
}
.w-two-thirds {
  width: 66.67%;
}
.w-quarter {
  width: 25%;
}
.w-three-quarters {
  width: 75%;
}
.w-10 {
  width: 10%;
}
.w-20 {
  width: 20%;
}
.w-30 {
  width: 30%;
}
.w-40 {
  width: 40%;
}
.w-50 {
  width: 50%;
}
.w-60 {
  width: 60%;
}
.w-70 {
  width: 70%;
}
.w-80 {
  width: 80%;
}
.w-90 {
  width: 90%;
}
.w-100 {
  width: 100%;
}
.h-10 {
  height: 10%;
}
.h-20 {
  height: 20%;
}
.h-30 {
  height: 30%;
}
.h-40 {
  height: 40%;
}
.h-50 {
  height: 50%;
}
.h-60 {
  height: 60%;
}
.h-70 {
  height: 70%;
}
.h-80 {
  height: 80%;
}
.h-90 {
  height: 90%;
}
.h-100 {
  height: 100%;
}
html {
  font-size: 15px;
}
@media (min-width: 768px) {
  html {
    font-size: 15.5px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 16px;
  }
}
.ts-display {
  font-size: calc(52 / 16 * 1rem);
  font-weight: 800;
  line-height: 105%;
  letter-spacing: -0.03em;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.ts-h1 {
  font-size: calc(40 / 16 * 1rem);
  font-weight: 800;
  line-height: 110%;
  letter-spacing: -0.025em;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.ts-h2 {
  font-size: calc(32 / 16 * 1rem);
  font-weight: 700;
  line-height: 115%;
  letter-spacing: -0.02em;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.ts-h3 {
  font-size: calc(24 / 16 * 1rem);
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.015em;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.ts-h3-sans {
  font-size: calc(24 / 16 * 1rem);
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.015em;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.ts-h4 {
  font-size: calc(20 / 16 * 1rem);
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.01em;
  font-family: "Inter", sans-serif;
}
.ts-h5 {
  font-size: calc(16 / 16 * 1rem);
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.005em;
  font-family: "Inter", sans-serif;
}
.ts-h6 {
  font-size: calc(14 / 16 * 1rem);
  font-weight: 600;
  line-height: 140%;
  font-family: "Inter", sans-serif;
}
.ts-body-l {
  font-size: calc(18 / 16 * 1rem);
  font-weight: 400;
  line-height: 160%;
  font-family: "Inter", sans-serif;
}
.ts-body-m {
  font-size: calc(16 / 16 * 1rem);
  font-weight: 400;
  line-height: 160%;
  font-family: "Inter", sans-serif;
}
.ts-body {
  font-size: calc(16 / 16 * 1rem);
  font-weight: 400;
  line-height: 160%;
  font-family: "Inter", sans-serif;
}
.ts-body-bold,
ion-button {
  font-size: calc(16 / 16 * 1rem);
  font-weight: 600;
  line-height: 160%;
  font-family: "Inter", sans-serif;
}
.ts-body-s {
  font-size: calc(14 / 16 * 1rem);
  font-weight: 400;
  line-height: 150%;
  font-family: "Inter", sans-serif;
}
.ts-caption,
ion-select {
  font-size: calc(12 / 16 * 1rem);
  font-weight: 400;
  line-height: 140%;
  font-family: "Inter", sans-serif;
}
.ts-caption-bold {
  font-size: calc(12 / 16 * 1rem);
  font-weight: 600;
  line-height: 140%;
  font-family: "Inter", sans-serif;
}
.ts-small {
  font-size: calc(12 / 16 * 1rem);
  font-weight: 400;
  line-height: 140%;
  font-family: "Inter", sans-serif;
}
.ts-small-bold,
ion-button.small {
  font-size: calc(12 / 16 * 1rem);
  font-weight: 600;
  line-height: 140%;
  font-family: "Inter", sans-serif;
}
.ts-label {
  font-size: calc(11 / 16 * 1rem);
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.08em;
  font-family: "JetBrains Mono", monospace;
  text-transform: uppercase;
}
.font-weight-thin {
  font-weight: 100;
}
.font-weight-light {
  font-weight: 300;
}
.font-weight-normal,
.text-paragraph {
  font-weight: 400;
}
.font-weight-medium {
  font-weight: 500;
}
.font-weight-semi-bold {
  font-weight: 600;
}
.font-weight-bold,
ion-chip,
.primary-label,
.primary-label-small,
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}
.font-weight-extra-bold {
  font-weight: 800;
}
.font-weight-black {
  font-weight: 900;
}
.bg-primary-100 {
  background: var(--primary-100);
  --background: $color;
}
.bg-primary-200 {
  background: var(--primary-200);
  --background: $color;
}
.bg-primary-300 {
  background: var(--primary-300);
  --background: $color;
}
.bg-primary-400 {
  background: var(--primary-400);
  --background: $color;
}
.bg-primary-500 {
  background: var(--primary-500);
  --background: $color;
}
.bg-primary-600 {
  background: var(--primary-600);
  --background: $color;
}
.bg-primary-700 {
  background: var(--primary-700);
  --background: $color;
}
.bg-primary-800 {
  background: var(--primary-800);
  --background: $color;
}
.bg-primary-900 {
  background: var(--primary-900);
  --background: $color;
}
.bg-secondary-100 {
  background: var(--secondary-100);
  --background: $color;
}
.bg-secondary-200 {
  background: var(--secondary-200);
  --background: $color;
}
.bg-secondary-300 {
  background: var(--secondary-300);
  --background: $color;
}
.bg-secondary-400 {
  background: var(--secondary-400);
  --background: $color;
}
.bg-secondary-500 {
  background: var(--secondary-500);
  --background: $color;
}
.bg-secondary-600 {
  background: var(--secondary-600);
  --background: $color;
}
.bg-secondary-700 {
  background: var(--secondary-700);
  --background: $color;
}
.bg-secondary-800 {
  background: var(--secondary-800);
  --background: $color;
}
.bg-secondary-900 {
  background: var(--secondary-900);
  --background: $color;
}
.bg-accent-100 {
  background: var(--accent-100);
  --background: $color;
}
.bg-accent-200 {
  background: var(--accent-200);
  --background: $color;
}
.bg-accent-300 {
  background: var(--accent-300);
  --background: $color;
}
.bg-accent-400 {
  background: var(--accent-400);
  --background: $color;
}
.bg-accent-500 {
  background: var(--accent-500);
  --background: $color;
}
.bg-accent-600 {
  background: var(--accent-600);
  --background: $color;
}
.bg-accent-700 {
  background: var(--accent-700);
  --background: $color;
}
.bg-accent-800 {
  background: var(--accent-800);
  --background: $color;
}
.bg-accent-900 {
  background: var(--accent-900);
  --background: $color;
}
.bg-neutral-50 {
  background: var(--neutral-50);
  --background: $color;
}
.bg-neutral-100 {
  background: var(--neutral-100);
  --background: $color;
}
.bg-neutral-200 {
  background: var(--neutral-200);
  --background: $color;
}
.bg-neutral-300 {
  background: var(--neutral-300);
  --background: $color;
}
.bg-neutral-400 {
  background: var(--neutral-400);
  --background: $color;
}
.bg-neutral-500 {
  background: var(--neutral-500);
  --background: $color;
}
.bg-neutral-600 {
  background: var(--neutral-600);
  --background: $color;
}
.bg-neutral-700 {
  background: var(--neutral-700);
  --background: $color;
}
.bg-neutral-800 {
  background: var(--neutral-800);
  --background: $color;
}
.bg-neutral-900 {
  background: var(--neutral-900);
  --background: $color;
}
.bg-success-light {
  background: var(--success-light);
  --background: $color;
}
.bg-success-base {
  background: var(--success-base);
  --background: $color;
}
.bg-success-dark {
  background: var(--success-dark);
  --background: $color;
}
.bg-warning-light {
  background: var(--warning-light);
  --background: $color;
}
.bg-warning-base {
  background: var(--warning-base);
  --background: $color;
}
.bg-warning-dark {
  background: var(--warning-dark);
  --background: $color;
}
.bg-error-light {
  background: var(--error-light);
  --background: $color;
}
.bg-error-base {
  background: var(--error-base);
  --background: $color;
}
.bg-error-dark {
  background: var(--error-dark);
  --background: $color;
}
.bg-info-light {
  background: var(--info-light);
  --background: $color;
}
.bg-info-base {
  background: var(--info-base);
  --background: $color;
}
.bg-info-dark {
  background: var(--info-dark);
  --background: $color;
}
.bg-error {
  background: var(--error-base);
  --background: $color;
}
.bg-white {
  background: white;
  --background: $color;
}
.bg-black {
  background: black;
  --background: $color;
}
.text-primary-100 {
  color: var(--primary-100);
  --color: $color;
}
.text-primary-200 {
  color: var(--primary-200);
  --color: $color;
}
.text-primary-300 {
  color: var(--primary-300);
  --color: $color;
}
.text-primary-400 {
  color: var(--primary-400);
  --color: $color;
}
.text-primary-500 {
  color: var(--primary-500);
  --color: $color;
}
.text-primary-600 {
  color: var(--primary-600);
  --color: $color;
}
.text-primary-700 {
  color: var(--primary-700);
  --color: $color;
}
.text-primary-800 {
  color: var(--primary-800);
  --color: $color;
}
.text-primary-900 {
  color: var(--primary-900);
  --color: $color;
}
.text-secondary-100 {
  color: var(--secondary-100);
  --color: $color;
}
.text-secondary-200 {
  color: var(--secondary-200);
  --color: $color;
}
.text-secondary-300 {
  color: var(--secondary-300);
  --color: $color;
}
.text-secondary-400 {
  color: var(--secondary-400);
  --color: $color;
}
.text-secondary-500 {
  color: var(--secondary-500);
  --color: $color;
}
.text-secondary-600 {
  color: var(--secondary-600);
  --color: $color;
}
.text-secondary-700 {
  color: var(--secondary-700);
  --color: $color;
}
.text-secondary-800 {
  color: var(--secondary-800);
  --color: $color;
}
.text-secondary-900 {
  color: var(--secondary-900);
  --color: $color;
}
.text-accent-100 {
  color: var(--accent-100);
  --color: $color;
}
.text-accent-200 {
  color: var(--accent-200);
  --color: $color;
}
.text-accent-300 {
  color: var(--accent-300);
  --color: $color;
}
.text-accent-400 {
  color: var(--accent-400);
  --color: $color;
}
.text-accent-500 {
  color: var(--accent-500);
  --color: $color;
}
.text-accent-600 {
  color: var(--accent-600);
  --color: $color;
}
.text-accent-700 {
  color: var(--accent-700);
  --color: $color;
}
.text-accent-800 {
  color: var(--accent-800);
  --color: $color;
}
.text-accent-900 {
  color: var(--accent-900);
  --color: $color;
}
.text-neutral-50 {
  color: var(--neutral-50);
  --color: $color;
}
.text-neutral-100 {
  color: var(--neutral-100);
  --color: $color;
}
.text-neutral-200 {
  color: var(--neutral-200);
  --color: $color;
}
.text-neutral-300 {
  color: var(--neutral-300);
  --color: $color;
}
.text-neutral-400 {
  color: var(--neutral-400);
  --color: $color;
}
.text-neutral-500 {
  color: var(--neutral-500);
  --color: $color;
}
.text-neutral-600 {
  color: var(--neutral-600);
  --color: $color;
}
.text-neutral-700,
ion-button[fill=clear].neutral ion-icon,
ion-button[fill=clear].neutral .material-symbols-outlined,
ion-button[fill=clear].neutral {
  color: var(--neutral-700);
  --color: $color;
}
.text-neutral-800 {
  color: var(--neutral-800);
  --color: $color;
}
.text-neutral-900 {
  color: var(--neutral-900);
  --color: $color;
}
.text-success-light {
  color: var(--success-light);
  --color: $color;
}
.text-success-base {
  color: var(--success-base);
  --color: $color;
}
.text-success-dark {
  color: var(--success-dark);
  --color: $color;
}
.text-warning-light {
  color: var(--warning-light);
  --color: $color;
}
.text-warning-base {
  color: var(--warning-base);
  --color: $color;
}
.text-warning-dark {
  color: var(--warning-dark);
  --color: $color;
}
.text-error-light {
  color: var(--error-light);
  --color: $color;
}
.text-error-base {
  color: var(--error-base);
  --color: $color;
}
.text-error-dark {
  color: var(--error-dark);
  --color: $color;
}
.text-info-light {
  color: var(--info-light);
  --color: $color;
}
.text-info-base {
  color: var(--info-base);
  --color: $color;
}
.text-info-dark {
  color: var(--info-dark);
  --color: $color;
}
.text-error {
  color: var(--error-base);
  --color: $color;
}
.text-white {
  color: white;
  --color: $color;
}
.text-black {
  color: black;
  --color: $color;
}
.icon-extra-small {
  transform: scale(0.7);
}
.icon-small,
ion-button.small .material-symbols-outlined,
ion-button[fill=clear].primary .material-symbols-outlined.small {
  transform: scale(0.9);
}
.icon-normal,
ion-button[fill=clear].primary ion-icon,
ion-button[fill=clear].primary .material-symbols-outlined,
ion-button[fill=clear].gray ion-icon,
ion-button[fill=clear].gray .material-symbols-outlined {
  transform: scale(1.1);
}
.icon-medium {
  transform: scale(1.3);
}
.icon-large {
  transform: scale(1.8);
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0px;
}
.text-paragraph {
  line-height: 166% !important;
}
.text-primary {
  color: var(--primary-500);
}
.white-space-break {
  white-space: break-spaces;
}
.link-apperance {
  text-decoration: underline;
  color: var(--primary-500);
  font-weight: bold;
}
.line-height-normal {
  line-height: 19px !important;
}
.p-none {
  padding: 0;
}
.m-none {
  margin: 0;
}
.p-xxs {
  padding: 3px;
}
.m-xxs {
  margin: 3px;
}
.p-xs {
  padding: 6px;
}
.m-xs {
  margin: 6px;
}
.p-xsm {
  padding: 9px;
}
.m-xsm {
  margin: 9px;
}
.p-sm {
  padding: 12px;
}
.m-sm {
  margin: 12px;
}
.p-ms {
  padding: 15px;
}
.m-ms {
  margin: 15px;
}
.p-md {
  padding: 18px;
}
.m-md {
  margin: 18px;
}
.p-ml {
  padding: 21px;
}
.m-ml {
  margin: 21px;
}
.p-lg {
  padding: 24px;
}
.m-lg {
  margin: 24px;
}
.p-xl {
  padding: 30px;
}
.m-xl {
  margin: 30px;
}
.p-xxl {
  padding: 36px;
}
.m-xxl {
  margin: 36px;
}
.p-3xl {
  padding: 42px;
}
.m-3xl {
  margin: 42px;
}
.p-4xl {
  padding: 48px;
}
.m-4xl {
  margin: 48px;
}
.p-5xl {
  padding: 56px;
}
.m-5xl {
  margin: 56px;
}
.p-6xl {
  padding: 64px;
}
.m-6xl {
  margin: 64px;
}
.pt-none {
  padding-top: 0;
}
.pr-none {
  padding-right: 0;
}
.pb-none {
  padding-bottom: 0;
}
.pl-none {
  padding-left: 0;
}
.mt-none {
  margin-top: 0;
}
.mr-none {
  margin-right: 0;
}
.mb-none {
  margin-bottom: 0;
}
.ml-none {
  margin-left: 0;
}
.px-none {
  padding-left: 0;
  padding-right: 0;
}
.py-none {
  padding-top: 0;
  padding-bottom: 0;
}
.mx-none {
  margin-left: 0;
  margin-right: 0;
}
.my-none {
  margin-top: 0;
  margin-bottom: 0;
}
.pt-xxs {
  padding-top: 3px;
}
.pr-xxs {
  padding-right: 3px;
}
.pb-xxs {
  padding-bottom: 3px;
}
.pl-xxs {
  padding-left: 3px;
}
.mt-xxs {
  margin-top: 3px;
}
.mr-xxs {
  margin-right: 3px;
}
.mb-xxs {
  margin-bottom: 3px;
}
.ml-xxs {
  margin-left: 3px;
}
.px-xxs {
  padding-left: 3px;
  padding-right: 3px;
}
.py-xxs {
  padding-top: 3px;
  padding-bottom: 3px;
}
.mx-xxs {
  margin-left: 3px;
  margin-right: 3px;
}
.my-xxs {
  margin-top: 3px;
  margin-bottom: 3px;
}
.pt-xs {
  padding-top: 6px;
}
.pr-xs {
  padding-right: 6px;
}
.pb-xs {
  padding-bottom: 6px;
}
.pl-xs {
  padding-left: 6px;
}
.mt-xs {
  margin-top: 6px;
}
.mr-xs {
  margin-right: 6px;
}
.mb-xs {
  margin-bottom: 6px;
}
.ml-xs {
  margin-left: 6px;
}
.px-xs {
  padding-left: 6px;
  padding-right: 6px;
}
.py-xs {
  padding-top: 6px;
  padding-bottom: 6px;
}
.mx-xs {
  margin-left: 6px;
  margin-right: 6px;
}
.my-xs {
  margin-top: 6px;
  margin-bottom: 6px;
}
.pt-xsm {
  padding-top: 9px;
}
.pr-xsm {
  padding-right: 9px;
}
.pb-xsm {
  padding-bottom: 9px;
}
.pl-xsm {
  padding-left: 9px;
}
.mt-xsm {
  margin-top: 9px;
}
.mr-xsm {
  margin-right: 9px;
}
.mb-xsm {
  margin-bottom: 9px;
}
.ml-xsm {
  margin-left: 9px;
}
.px-xsm {
  padding-left: 9px;
  padding-right: 9px;
}
.py-xsm {
  padding-top: 9px;
  padding-bottom: 9px;
}
.mx-xsm {
  margin-left: 9px;
  margin-right: 9px;
}
.my-xsm {
  margin-top: 9px;
  margin-bottom: 9px;
}
.pt-sm,
ion-header ion-toolbar {
  padding-top: 12px;
}
.pr-sm {
  padding-right: 12px;
}
.pb-sm {
  padding-bottom: 12px;
}
.pl-sm {
  padding-left: 12px;
}
.mt-sm,
.content-spacing {
  margin-top: 12px;
}
.mr-sm {
  margin-right: 12px;
}
.mb-sm {
  margin-bottom: 12px;
}
.ml-sm {
  margin-left: 12px;
}
.px-sm,
ion-header,
ion-header ion-toolbar {
  padding-left: 12px;
  padding-right: 12px;
}
.py-sm {
  padding-top: 12px;
  padding-bottom: 12px;
}
.mx-sm,
.content-spacing {
  margin-left: 12px;
  margin-right: 12px;
}
.my-sm {
  margin-top: 12px;
  margin-bottom: 12px;
}
.pt-ms {
  padding-top: 15px;
}
.pr-ms {
  padding-right: 15px;
}
.pb-ms {
  padding-bottom: 15px;
}
.pl-ms {
  padding-left: 15px;
}
.mt-ms {
  margin-top: 15px;
}
.mr-ms {
  margin-right: 15px;
}
.mb-ms {
  margin-bottom: 15px;
}
.ml-ms {
  margin-left: 15px;
}
.px-ms {
  padding-left: 15px;
  padding-right: 15px;
}
.py-ms {
  padding-top: 15px;
  padding-bottom: 15px;
}
.mx-ms {
  margin-left: 15px;
  margin-right: 15px;
}
.my-ms {
  margin-top: 15px;
  margin-bottom: 15px;
}
.pt-md {
  padding-top: 18px;
}
.pr-md {
  padding-right: 18px;
}
.pb-md {
  padding-bottom: 18px;
}
.pl-md {
  padding-left: 18px;
}
.mt-md {
  margin-top: 18px;
}
.mr-md {
  margin-right: 18px;
}
.mb-md {
  margin-bottom: 18px;
}
.ml-md {
  margin-left: 18px;
}
.px-md {
  padding-left: 18px;
  padding-right: 18px;
}
.py-md {
  padding-top: 18px;
  padding-bottom: 18px;
}
.mx-md {
  margin-left: 18px;
  margin-right: 18px;
}
.my-md {
  margin-top: 18px;
  margin-bottom: 18px;
}
.pt-ml {
  padding-top: 21px;
}
.pr-ml {
  padding-right: 21px;
}
.pb-ml {
  padding-bottom: 21px;
}
.pl-ml {
  padding-left: 21px;
}
.mt-ml {
  margin-top: 21px;
}
.mr-ml {
  margin-right: 21px;
}
.mb-ml {
  margin-bottom: 21px;
}
.ml-ml {
  margin-left: 21px;
}
.px-ml {
  padding-left: 21px;
  padding-right: 21px;
}
.py-ml {
  padding-top: 21px;
  padding-bottom: 21px;
}
.mx-ml {
  margin-left: 21px;
  margin-right: 21px;
}
.my-ml {
  margin-top: 21px;
  margin-bottom: 21px;
}
.pt-lg {
  padding-top: 24px;
}
.pr-lg {
  padding-right: 24px;
}
.pb-lg {
  padding-bottom: 24px;
}
.pl-lg {
  padding-left: 24px;
}
.mt-lg {
  margin-top: 24px;
}
.mr-lg {
  margin-right: 24px;
}
.mb-lg {
  margin-bottom: 24px;
}
.ml-lg {
  margin-left: 24px;
}
.px-lg {
  padding-left: 24px;
  padding-right: 24px;
}
.py-lg {
  padding-top: 24px;
  padding-bottom: 24px;
}
.mx-lg {
  margin-left: 24px;
  margin-right: 24px;
}
.my-lg {
  margin-top: 24px;
  margin-bottom: 24px;
}
.pt-xl {
  padding-top: 30px;
}
.pr-xl {
  padding-right: 30px;
}
.pb-xl {
  padding-bottom: 30px;
}
.pl-xl {
  padding-left: 30px;
}
.mt-xl {
  margin-top: 30px;
}
.mr-xl {
  margin-right: 30px;
}
.mb-xl {
  margin-bottom: 30px;
}
.ml-xl {
  margin-left: 30px;
}
.px-xl {
  padding-left: 30px;
  padding-right: 30px;
}
.py-xl {
  padding-top: 30px;
  padding-bottom: 30px;
}
.mx-xl {
  margin-left: 30px;
  margin-right: 30px;
}
.my-xl {
  margin-top: 30px;
  margin-bottom: 30px;
}
.pt-xxl {
  padding-top: 36px;
}
.pr-xxl {
  padding-right: 36px;
}
.pb-xxl {
  padding-bottom: 36px;
}
.pl-xxl {
  padding-left: 36px;
}
.mt-xxl {
  margin-top: 36px;
}
.mr-xxl {
  margin-right: 36px;
}
.mb-xxl {
  margin-bottom: 36px;
}
.ml-xxl {
  margin-left: 36px;
}
.px-xxl {
  padding-left: 36px;
  padding-right: 36px;
}
.py-xxl {
  padding-top: 36px;
  padding-bottom: 36px;
}
.mx-xxl {
  margin-left: 36px;
  margin-right: 36px;
}
.my-xxl {
  margin-top: 36px;
  margin-bottom: 36px;
}
.pt-3xl {
  padding-top: 42px;
}
.pr-3xl {
  padding-right: 42px;
}
.pb-3xl {
  padding-bottom: 42px;
}
.pl-3xl {
  padding-left: 42px;
}
.mt-3xl {
  margin-top: 42px;
}
.mr-3xl {
  margin-right: 42px;
}
.mb-3xl {
  margin-bottom: 42px;
}
.ml-3xl {
  margin-left: 42px;
}
.px-3xl {
  padding-left: 42px;
  padding-right: 42px;
}
.py-3xl {
  padding-top: 42px;
  padding-bottom: 42px;
}
.mx-3xl {
  margin-left: 42px;
  margin-right: 42px;
}
.my-3xl {
  margin-top: 42px;
  margin-bottom: 42px;
}
.pt-4xl {
  padding-top: 48px;
}
.pr-4xl {
  padding-right: 48px;
}
.pb-4xl {
  padding-bottom: 48px;
}
.pl-4xl {
  padding-left: 48px;
}
.mt-4xl {
  margin-top: 48px;
}
.mr-4xl {
  margin-right: 48px;
}
.mb-4xl {
  margin-bottom: 48px;
}
.ml-4xl {
  margin-left: 48px;
}
.px-4xl {
  padding-left: 48px;
  padding-right: 48px;
}
.py-4xl {
  padding-top: 48px;
  padding-bottom: 48px;
}
.mx-4xl {
  margin-left: 48px;
  margin-right: 48px;
}
.my-4xl {
  margin-top: 48px;
  margin-bottom: 48px;
}
.pt-5xl {
  padding-top: 56px;
}
.pr-5xl {
  padding-right: 56px;
}
.pb-5xl {
  padding-bottom: 56px;
}
.pl-5xl {
  padding-left: 56px;
}
.mt-5xl {
  margin-top: 56px;
}
.mr-5xl {
  margin-right: 56px;
}
.mb-5xl {
  margin-bottom: 56px;
}
.ml-5xl {
  margin-left: 56px;
}
.px-5xl {
  padding-left: 56px;
  padding-right: 56px;
}
.py-5xl {
  padding-top: 56px;
  padding-bottom: 56px;
}
.mx-5xl {
  margin-left: 56px;
  margin-right: 56px;
}
.my-5xl {
  margin-top: 56px;
  margin-bottom: 56px;
}
.pt-6xl {
  padding-top: 64px;
}
.pr-6xl {
  padding-right: 64px;
}
.pb-6xl {
  padding-bottom: 64px;
}
.pl-6xl {
  padding-left: 64px;
}
.mt-6xl {
  margin-top: 64px;
}
.mr-6xl {
  margin-right: 64px;
}
.mb-6xl {
  margin-bottom: 64px;
}
.ml-6xl {
  margin-left: 64px;
}
.px-6xl {
  padding-left: 64px;
  padding-right: 64px;
}
.py-6xl {
  padding-top: 64px;
  padding-bottom: 64px;
}
.mx-6xl {
  margin-left: 64px;
  margin-right: 64px;
}
.my-6xl {
  margin-top: 64px;
  margin-bottom: 64px;
}
.gap-0 {
  gap: 0;
}
.gap-1 {
  gap: 4px;
}
.gap-2 {
  gap: 8px;
}
.gap-3 {
  gap: 16px;
}
.gap-4 {
  gap: 24px;
}
.gap-5 {
  gap: 32px;
}
.w-0 {
  width: 0%;
}
.w-1 {
  width: 1%;
}
.w-2 {
  width: 2%;
}
.w-3 {
  width: 3%;
}
.w-4 {
  width: 4%;
}
.w-5 {
  width: 5%;
}
.w-6 {
  width: 6%;
}
.w-7 {
  width: 7%;
}
.w-8 {
  width: 8%;
}
.w-9 {
  width: 9%;
}
.w-10 {
  width: 10%;
}
.w-11 {
  width: 11%;
}
.w-12 {
  width: 12%;
}
.w-13 {
  width: 13%;
}
.w-14 {
  width: 14%;
}
.w-15 {
  width: 15%;
}
.w-16 {
  width: 16%;
}
.w-17 {
  width: 17%;
}
.w-18 {
  width: 18%;
}
.w-19 {
  width: 19%;
}
.w-20 {
  width: 20%;
}
.w-21 {
  width: 21%;
}
.w-22 {
  width: 22%;
}
.w-23 {
  width: 23%;
}
.w-24 {
  width: 24%;
}
.w-25 {
  width: 25%;
}
.w-26 {
  width: 26%;
}
.w-27 {
  width: 27%;
}
.w-28 {
  width: 28%;
}
.w-29 {
  width: 29%;
}
.w-30 {
  width: 30%;
}
.w-31 {
  width: 31%;
}
.w-32 {
  width: 32%;
}
.w-33 {
  width: 33%;
}
.w-34 {
  width: 34%;
}
.w-35 {
  width: 35%;
}
.w-36 {
  width: 36%;
}
.w-37 {
  width: 37%;
}
.w-38 {
  width: 38%;
}
.w-39 {
  width: 39%;
}
.w-40 {
  width: 40%;
}
.w-41 {
  width: 41%;
}
.w-42 {
  width: 42%;
}
.w-43 {
  width: 43%;
}
.w-44 {
  width: 44%;
}
.w-45 {
  width: 45%;
}
.w-46 {
  width: 46%;
}
.w-47 {
  width: 47%;
}
.w-48 {
  width: 48%;
}
.w-49 {
  width: 49%;
}
.w-50 {
  width: 50%;
}
.w-51 {
  width: 51%;
}
.w-52 {
  width: 52%;
}
.w-53 {
  width: 53%;
}
.w-54 {
  width: 54%;
}
.w-55 {
  width: 55%;
}
.w-56 {
  width: 56%;
}
.w-57 {
  width: 57%;
}
.w-58 {
  width: 58%;
}
.w-59 {
  width: 59%;
}
.w-60 {
  width: 60%;
}
.w-61 {
  width: 61%;
}
.w-62 {
  width: 62%;
}
.w-63 {
  width: 63%;
}
.w-64 {
  width: 64%;
}
.w-65 {
  width: 65%;
}
.w-66 {
  width: 66%;
}
.w-67 {
  width: 67%;
}
.w-68 {
  width: 68%;
}
.w-69 {
  width: 69%;
}
.w-70 {
  width: 70%;
}
.w-71 {
  width: 71%;
}
.w-72 {
  width: 72%;
}
.w-73 {
  width: 73%;
}
.w-74 {
  width: 74%;
}
.w-75 {
  width: 75%;
}
.w-76 {
  width: 76%;
}
.w-77 {
  width: 77%;
}
.w-78 {
  width: 78%;
}
.w-79 {
  width: 79%;
}
.w-80 {
  width: 80%;
}
.w-81 {
  width: 81%;
}
.w-82 {
  width: 82%;
}
.w-83 {
  width: 83%;
}
.w-84 {
  width: 84%;
}
.w-85 {
  width: 85%;
}
.w-86 {
  width: 86%;
}
.w-87 {
  width: 87%;
}
.w-88 {
  width: 88%;
}
.w-89 {
  width: 89%;
}
.w-90 {
  width: 90%;
}
.w-91 {
  width: 91%;
}
.w-92 {
  width: 92%;
}
.w-93 {
  width: 93%;
}
.w-94 {
  width: 94%;
}
.w-95 {
  width: 95%;
}
.w-96 {
  width: 96%;
}
.w-97 {
  width: 97%;
}
.w-98 {
  width: 98%;
}
.w-99 {
  width: 99%;
}
.w-100 {
  width: 100%;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-half {
  width: 50%;
}
.w-third {
  width: 33.33%;
}
.w-two-thirds {
  width: 66.67%;
}
.w-quarter {
  width: 25%;
}
.w-three-quarters {
  width: 75%;
}
.w-10 {
  width: 10%;
}
.w-20 {
  width: 20%;
}
.w-30 {
  width: 30%;
}
.w-40 {
  width: 40%;
}
.w-50 {
  width: 50%;
}
.w-60 {
  width: 60%;
}
.w-70 {
  width: 70%;
}
.w-80 {
  width: 80%;
}
.w-90 {
  width: 90%;
}
.w-100 {
  width: 100%;
}
.h-10 {
  height: 10%;
}
.h-20 {
  height: 20%;
}
.h-30 {
  height: 30%;
}
.h-40 {
  height: 40%;
}
.h-50 {
  height: 50%;
}
.h-60 {
  height: 60%;
}
.h-70 {
  height: 70%;
}
.h-80 {
  height: 80%;
}
.h-90 {
  height: 90%;
}
.h-100 {
  height: 100%;
}
html {
  font-size: 15px;
}
@media (min-width: 768px) {
  html {
    font-size: 15.5px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 16px;
  }
}
.ts-display {
  font-size: calc(52 / 16 * 1rem);
  font-weight: 800;
  line-height: 105%;
  letter-spacing: -0.03em;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.ts-h1 {
  font-size: calc(40 / 16 * 1rem);
  font-weight: 800;
  line-height: 110%;
  letter-spacing: -0.025em;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.ts-h2 {
  font-size: calc(32 / 16 * 1rem);
  font-weight: 700;
  line-height: 115%;
  letter-spacing: -0.02em;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.ts-h3 {
  font-size: calc(24 / 16 * 1rem);
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.015em;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.ts-h3-sans {
  font-size: calc(24 / 16 * 1rem);
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.015em;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.ts-h4 {
  font-size: calc(20 / 16 * 1rem);
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.01em;
  font-family: "Inter", sans-serif;
}
.ts-h5 {
  font-size: calc(16 / 16 * 1rem);
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.005em;
  font-family: "Inter", sans-serif;
}
.ts-h6 {
  font-size: calc(14 / 16 * 1rem);
  font-weight: 600;
  line-height: 140%;
  font-family: "Inter", sans-serif;
}
.ts-body-l {
  font-size: calc(18 / 16 * 1rem);
  font-weight: 400;
  line-height: 160%;
  font-family: "Inter", sans-serif;
}
.ts-body-m {
  font-size: calc(16 / 16 * 1rem);
  font-weight: 400;
  line-height: 160%;
  font-family: "Inter", sans-serif;
}
.ts-body {
  font-size: calc(16 / 16 * 1rem);
  font-weight: 400;
  line-height: 160%;
  font-family: "Inter", sans-serif;
}
.ts-body-bold,
ion-button {
  font-size: calc(16 / 16 * 1rem);
  font-weight: 600;
  line-height: 160%;
  font-family: "Inter", sans-serif;
}
.ts-body-s {
  font-size: calc(14 / 16 * 1rem);
  font-weight: 400;
  line-height: 150%;
  font-family: "Inter", sans-serif;
}
.ts-caption,
ion-select {
  font-size: calc(12 / 16 * 1rem);
  font-weight: 400;
  line-height: 140%;
  font-family: "Inter", sans-serif;
}
.ts-caption-bold {
  font-size: calc(12 / 16 * 1rem);
  font-weight: 600;
  line-height: 140%;
  font-family: "Inter", sans-serif;
}
.ts-small {
  font-size: calc(12 / 16 * 1rem);
  font-weight: 400;
  line-height: 140%;
  font-family: "Inter", sans-serif;
}
.ts-small-bold,
ion-button.small {
  font-size: calc(12 / 16 * 1rem);
  font-weight: 600;
  line-height: 140%;
  font-family: "Inter", sans-serif;
}
.ts-label {
  font-size: calc(11 / 16 * 1rem);
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.08em;
  font-family: "JetBrains Mono", monospace;
  text-transform: uppercase;
}
.font-weight-thin {
  font-weight: 100;
}
.font-weight-light {
  font-weight: 300;
}
.font-weight-normal,
.text-paragraph {
  font-weight: 400;
}
.font-weight-medium {
  font-weight: 500;
}
.font-weight-semi-bold {
  font-weight: 600;
}
.font-weight-bold,
ion-chip,
h1,
h2,
h3,
h4,
h5,
.primary-label-small,
.primary-label {
  font-weight: 700;
}
.font-weight-extra-bold {
  font-weight: 800;
}
.font-weight-black {
  font-weight: 900;
}
.bg-primary-100 {
  background: var(--primary-100);
  --background: $color;
}
.bg-primary-200 {
  background: var(--primary-200);
  --background: $color;
}
.bg-primary-300 {
  background: var(--primary-300);
  --background: $color;
}
.bg-primary-400 {
  background: var(--primary-400);
  --background: $color;
}
.bg-primary-500 {
  background: var(--primary-500);
  --background: $color;
}
.bg-primary-600 {
  background: var(--primary-600);
  --background: $color;
}
.bg-primary-700 {
  background: var(--primary-700);
  --background: $color;
}
.bg-primary-800 {
  background: var(--primary-800);
  --background: $color;
}
.bg-primary-900 {
  background: var(--primary-900);
  --background: $color;
}
.bg-secondary-100 {
  background: var(--secondary-100);
  --background: $color;
}
.bg-secondary-200 {
  background: var(--secondary-200);
  --background: $color;
}
.bg-secondary-300 {
  background: var(--secondary-300);
  --background: $color;
}
.bg-secondary-400 {
  background: var(--secondary-400);
  --background: $color;
}
.bg-secondary-500 {
  background: var(--secondary-500);
  --background: $color;
}
.bg-secondary-600 {
  background: var(--secondary-600);
  --background: $color;
}
.bg-secondary-700 {
  background: var(--secondary-700);
  --background: $color;
}
.bg-secondary-800 {
  background: var(--secondary-800);
  --background: $color;
}
.bg-secondary-900 {
  background: var(--secondary-900);
  --background: $color;
}
.bg-accent-100 {
  background: var(--accent-100);
  --background: $color;
}
.bg-accent-200 {
  background: var(--accent-200);
  --background: $color;
}
.bg-accent-300 {
  background: var(--accent-300);
  --background: $color;
}
.bg-accent-400 {
  background: var(--accent-400);
  --background: $color;
}
.bg-accent-500 {
  background: var(--accent-500);
  --background: $color;
}
.bg-accent-600 {
  background: var(--accent-600);
  --background: $color;
}
.bg-accent-700 {
  background: var(--accent-700);
  --background: $color;
}
.bg-accent-800 {
  background: var(--accent-800);
  --background: $color;
}
.bg-accent-900 {
  background: var(--accent-900);
  --background: $color;
}
.bg-neutral-50 {
  background: var(--neutral-50);
  --background: $color;
}
.bg-neutral-100 {
  background: var(--neutral-100);
  --background: $color;
}
.bg-neutral-200 {
  background: var(--neutral-200);
  --background: $color;
}
.bg-neutral-300 {
  background: var(--neutral-300);
  --background: $color;
}
.bg-neutral-400 {
  background: var(--neutral-400);
  --background: $color;
}
.bg-neutral-500 {
  background: var(--neutral-500);
  --background: $color;
}
.bg-neutral-600 {
  background: var(--neutral-600);
  --background: $color;
}
.bg-neutral-700 {
  background: var(--neutral-700);
  --background: $color;
}
.bg-neutral-800 {
  background: var(--neutral-800);
  --background: $color;
}
.bg-neutral-900 {
  background: var(--neutral-900);
  --background: $color;
}
.bg-success-light {
  background: var(--success-light);
  --background: $color;
}
.bg-success-base {
  background: var(--success-base);
  --background: $color;
}
.bg-success-dark {
  background: var(--success-dark);
  --background: $color;
}
.bg-warning-light {
  background: var(--warning-light);
  --background: $color;
}
.bg-warning-base {
  background: var(--warning-base);
  --background: $color;
}
.bg-warning-dark {
  background: var(--warning-dark);
  --background: $color;
}
.bg-error-light {
  background: var(--error-light);
  --background: $color;
}
.bg-error-base {
  background: var(--error-base);
  --background: $color;
}
.bg-error-dark {
  background: var(--error-dark);
  --background: $color;
}
.bg-info-light {
  background: var(--info-light);
  --background: $color;
}
.bg-info-base {
  background: var(--info-base);
  --background: $color;
}
.bg-info-dark {
  background: var(--info-dark);
  --background: $color;
}
.bg-error {
  background: var(--error-base);
  --background: $color;
}
.bg-white {
  background: white;
  --background: $color;
}
.bg-black {
  background: black;
  --background: $color;
}
.text-primary-100 {
  color: var(--primary-100);
  --color: $color;
}
.text-primary-200 {
  color: var(--primary-200);
  --color: $color;
}
.text-primary-300 {
  color: var(--primary-300);
  --color: $color;
}
.text-primary-400 {
  color: var(--primary-400);
  --color: $color;
}
.text-primary-500 {
  color: var(--primary-500);
  --color: $color;
}
.text-primary-600 {
  color: var(--primary-600);
  --color: $color;
}
.text-primary-700 {
  color: var(--primary-700);
  --color: $color;
}
.text-primary-800 {
  color: var(--primary-800);
  --color: $color;
}
.text-primary-900 {
  color: var(--primary-900);
  --color: $color;
}
.text-secondary-100 {
  color: var(--secondary-100);
  --color: $color;
}
.text-secondary-200 {
  color: var(--secondary-200);
  --color: $color;
}
.text-secondary-300 {
  color: var(--secondary-300);
  --color: $color;
}
.text-secondary-400 {
  color: var(--secondary-400);
  --color: $color;
}
.text-secondary-500 {
  color: var(--secondary-500);
  --color: $color;
}
.text-secondary-600 {
  color: var(--secondary-600);
  --color: $color;
}
.text-secondary-700 {
  color: var(--secondary-700);
  --color: $color;
}
.text-secondary-800 {
  color: var(--secondary-800);
  --color: $color;
}
.text-secondary-900 {
  color: var(--secondary-900);
  --color: $color;
}
.text-accent-100 {
  color: var(--accent-100);
  --color: $color;
}
.text-accent-200 {
  color: var(--accent-200);
  --color: $color;
}
.text-accent-300 {
  color: var(--accent-300);
  --color: $color;
}
.text-accent-400 {
  color: var(--accent-400);
  --color: $color;
}
.text-accent-500 {
  color: var(--accent-500);
  --color: $color;
}
.text-accent-600 {
  color: var(--accent-600);
  --color: $color;
}
.text-accent-700 {
  color: var(--accent-700);
  --color: $color;
}
.text-accent-800 {
  color: var(--accent-800);
  --color: $color;
}
.text-accent-900 {
  color: var(--accent-900);
  --color: $color;
}
.text-neutral-50 {
  color: var(--neutral-50);
  --color: $color;
}
.text-neutral-100 {
  color: var(--neutral-100);
  --color: $color;
}
.text-neutral-200 {
  color: var(--neutral-200);
  --color: $color;
}
.text-neutral-300 {
  color: var(--neutral-300);
  --color: $color;
}
.text-neutral-400 {
  color: var(--neutral-400);
  --color: $color;
}
.text-neutral-500 {
  color: var(--neutral-500);
  --color: $color;
}
.text-neutral-600 {
  color: var(--neutral-600);
  --color: $color;
}
.text-neutral-700,
ion-button[fill=clear].neutral ion-icon,
ion-button[fill=clear].neutral .material-symbols-outlined,
ion-button[fill=clear].neutral {
  color: var(--neutral-700);
  --color: $color;
}
.text-neutral-800 {
  color: var(--neutral-800);
  --color: $color;
}
.text-neutral-900 {
  color: var(--neutral-900);
  --color: $color;
}
.text-success-light {
  color: var(--success-light);
  --color: $color;
}
.text-success-base {
  color: var(--success-base);
  --color: $color;
}
.text-success-dark {
  color: var(--success-dark);
  --color: $color;
}
.text-warning-light {
  color: var(--warning-light);
  --color: $color;
}
.text-warning-base {
  color: var(--warning-base);
  --color: $color;
}
.text-warning-dark {
  color: var(--warning-dark);
  --color: $color;
}
.text-error-light {
  color: var(--error-light);
  --color: $color;
}
.text-error-base {
  color: var(--error-base);
  --color: $color;
}
.text-error-dark {
  color: var(--error-dark);
  --color: $color;
}
.text-info-light {
  color: var(--info-light);
  --color: $color;
}
.text-info-base {
  color: var(--info-base);
  --color: $color;
}
.text-info-dark {
  color: var(--info-dark);
  --color: $color;
}
.text-error {
  color: var(--error-base);
  --color: $color;
}
.text-white {
  color: white;
  --color: $color;
}
.text-black {
  color: black;
  --color: $color;
}
.icon-extra-small {
  transform: scale(0.7);
}
.icon-small,
ion-button.small .material-symbols-outlined,
ion-button[fill=clear].primary .material-symbols-outlined.small {
  transform: scale(0.9);
}
.icon-normal,
ion-button[fill=clear].primary ion-icon,
ion-button[fill=clear].primary .material-symbols-outlined,
ion-button[fill=clear].gray ion-icon,
ion-button[fill=clear].gray .material-symbols-outlined {
  transform: scale(1.1);
}
.icon-medium {
  transform: scale(1.3);
}
.icon-large {
  transform: scale(1.8);
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0px;
}
.text-paragraph {
  line-height: 166% !important;
}
.text-primary {
  color: var(--primary-500);
}
.white-space-break {
  white-space: break-spaces;
}
.link-apperance {
  text-decoration: underline;
  color: var(--primary-500);
  font-weight: bold;
}
.line-height-normal {
  line-height: 19px !important;
}
ion-content.pb-bottom {
  --padding-bottom: 120px;
}
ion-toast.error-position-toast {
  --background: var(--ion-color-warning);
  color: black;
  margin-top: 10px;
}
ion-header {
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
ion-header {
  --opacity: 1;
}
ion-footer.transparent-footer {
  --background: transparent;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}
ion-chip {
  height: 22px;
  border-radius: 9999px;
  font-size: 11px;
  letter-spacing: 0.06em;
}
ion-chip * {
  color: var(--ion-color-shade) !important;
}
ion-chip.badge-success {
  --background: var(--success-light);
  border: 1px solid var(--success-border);
}
ion-chip.badge-success * {
  color: var(--success-dark) !important;
}
ion-chip.badge-warning {
  --background: var(--warning-light);
  border: 1px solid var(--warning-border);
}
ion-chip.badge-warning * {
  color: var(--warning-dark) !important;
}
ion-chip.badge-error {
  --background: var(--error-light);
  border: 1px solid var(--error-border);
}
ion-chip.badge-error * {
  color: var(--error-dark) !important;
}
ion-chip.badge-info {
  --background: var(--info-light);
  border: 1px solid var(--info-border);
}
ion-chip.badge-info * {
  color: var(--info-dark) !important;
}
ion-chip.badge-neutral {
  --background: var(--neutral-100);
  border: 1px solid var(--neutral-300);
}
ion-chip.badge-neutral * {
  color: var(--neutral-700) !important;
}
.badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 9999px;
  display: inline-block;
  margin-right: 4px;
}
.badge-success .badge-dot {
  background: var(--success-base);
}
.badge-warning .badge-dot {
  background: var(--warning-base);
}
.badge-error .badge-dot {
  background: var(--error-base);
}
.badge-info .badge-dot {
  background: var(--info-base);
}
.badge-neutral .badge-dot {
  background: var(--neutral-500);
}
ion-tab-bar {
  position: absolute;
  bottom: calc(10px + var(--ion-safe-area-bottom, 0));
  left: 15px;
  right: 15px;
  padding: 8px 0px;
  border-radius: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  --background: #1e2933;
  --color: rgba(255,255,255,0.7);
  --color-selected: #ffffff;
}
ion-tab-bar ion-tab-button {
  --background: transparent;
  --padding-top: 6px;
  --padding-bottom: 6px;
  padding: 8px 12px;
  transition: transform 0.2s, background 0.2s;
}
ion-tab-bar ion-tab-button.tab-selected {
  background: #324057;
  border-radius: 16px;
  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(50, 64, 87, 0.35);
  color: var(--color-selected);
}
.picker-button.sc-ion-picker-legacy-ios,
.picker-button.ion-activated.sc-ion-picker-legacy-ios {
  color: var(--primary-100);
}
.picker-above-highlight.sc-ion-picker-legacy-ios,
.picker-below-highlight.sc-ion-picker-legacy-ios {
  background: var(--picker-bg);
  opacity: 0.8;
}
ion-picker-legacy.sc-ion-picker-legacy-ios-h {
  --border-color: var(--primary-500);
}
.alert-wrapper.sc-ion-alert-ios {
  background: white;
}
.alert-wrapper.sc-ion-alert-ios .alert-radio-label.sc-ion-alert-ios {
  color: black;
}
.alert-wrapper.sc-ion-alert-ios [aria-checked=true].sc-ion-alert-ios .alert-radio-label.sc-ion-alert-ios,
.alert-wrapper.sc-ion-alert-ios [aria-checked=true].sc-ion-alert-ios .alert-radio-inner.sc-ion-alert-ios {
  color: var(--primary-500);
  border-color: var(--primary-500);
}
ion-checkbox {
  --size: 16px;
  --border-radius: 4px;
  --border-width: 1px;
  --border-color: var(--neutral-300);
  --background: white;
  --background-checked: var(--primary-500);
  --border-color-checked: var(--primary-500);
  --checkmark-color: white;
}
ion-checkbox[disabled] {
  opacity: 0.42;
}
ion-toggle {
  transform: scale(0.8);
  --track-background: var(--neutral-300);
  --track-background-checked: var(--primary-500);
  --handle-background: white;
  --handle-box-shadow: 0 1px 3px rgba(16, 29, 43, 0.18);
}
ion-toggle[disabled] {
  opacity: 0.42;
}
.glass,
ion-button.glass {
  --background: rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.1);
  --backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  --border: 1px solid rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.22);
  --box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.glass-container {
  background: rgba(255, 255, 255, 0.7);
  --background: rgba(255, 255, 255, 0.7);
  color: var(--neutral-800, #1e293b);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow:
    0 4px 12px rgba(15, 23, 42, 0.03),
    inset 0 -2px 4px rgba(15, 23, 42, 0.02),
    inset 0 1px 0px rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px) saturate(140%);
  -webkit-backdrop-filter: blur(10px) saturate(140%);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.glass-container.selected {
  --background: rgba(14, 165, 233, 0.2);
  background: rgba(14, 165, 233, 0.2);
  color: #0369a1;
  border: 1px solid rgba(14, 165, 233, 0.35);
  box-shadow:
    0 4px 12px rgba(14, 165, 233, 0.15),
    inset 0 -2px 4px rgba(14, 165, 233, 0.05),
    inset 0 1px 0px rgba(255, 255, 255, 0.6);
}
.btn-disabled {
  opacity: 1 !important;
  --background: var(--neutral-400) !important;
  color: var(--neutral-500) !important;
  cursor: not-allowed;
  --border-width: 0px !important;
}
.btn-disabled ion-icon,
.btn-disabled .material-symbols-outlined {
  color: var(--neutral-500) !important;
}
ion-fab-button {
  --background: var(--primary-500);
  --box-shadow: var(--app-shadow);
}
ion-button {
  --border-radius: 8px;
  border-radius: 8px;
  box-shadow: none;
  --box-shadow: 0 1px 1px rgba(16, 29, 43, 0.06);
  text-transform: none !important;
  height: 40px;
  color: white;
  --background: var(--primary-500);
}
ion-button ion-icon,
ion-button .material-symbols-outlined {
  color: white;
}
ion-button:hover {
  --background: var(--primary-600);
}
ion-button.ion-activated {
  --background: var(--primary-700);
}
ion-button:focus-visible {
  --box-shadow: 0 0 0 3px var(--primary-200), 0 1px 2px rgba(16, 29, 43, 0.06);
}
ion-button[disabled],
ion-button.button-disabled {
  opacity: 0.42;
  --box-shadow: none;
  cursor: not-allowed;
}
ion-button.rounded {
  --border-radius: 30px;
}
ion-button.white {
  --background: white;
  color: black;
}
ion-button.white ion-icon,
ion-button.white .material-symbols-outlined {
  color: black;
}
ion-button[fill=clear] {
  --background: transparent;
  color: var(--primary-600);
  --box-shadow: none;
}
ion-button[fill=clear] ion-icon,
ion-button[fill=clear] .material-symbols-outlined {
  color: var(--primary-600);
  font-size: 32px;
}
ion-button[fill=clear]:hover {
  --background: var(--primary-100);
}
ion-button[fill=clear].ion-activated {
  --background: var(--primary-200);
}
ion-button[fill=clear]:focus-visible {
  --box-shadow: 0 0 0 3px var(--primary-100);
  --border-width: 1px;
  --border-color: var(--primary-400);
  --border-style: solid;
}
ion-button[fill=clear][disabled] {
  color: var(--neutral-400);
  opacity: 0.42;
}
ion-button[fill=clear][disabled] ion-icon,
ion-button[fill=clear][disabled] .material-symbols-outlined {
  color: var(--neutral-400);
}
ion-button[fill=clear].neutral {
  text-decoration: underline;
}
ion-button[fill=clear].gray {
  border: var(--neutral-100) solid 1px;
  border-radius: 12px;
  color: var(--neutral-400);
}
ion-button[fill=clear].gray ion-icon,
ion-button[fill=clear].gray .material-symbols-outlined {
  color: var(--neutral-400);
}
ion-button[fill=clear].primary {
  border: none;
  color: var(--primary-500);
}
ion-button[fill=clear].primary ion-icon,
ion-button[fill=clear].primary .material-symbols-outlined {
  color: var(--primary-500);
}
ion-button[fill=clear].white {
  --background: transparent;
  color: white;
}
ion-button[fill=clear].white ion-icon,
ion-button[fill=clear].white .material-symbols-outlined {
  color: white;
}
ion-button.secondary {
  --background: white;
  background: white;
  --color: var(--secondary-700);
  color: var(--secondary-700);
  --border-width: 1px;
  --border-color: var(--neutral-300);
  --border-style: solid;
  --box-shadow: 0 1px 1px rgba(16, 29, 43, 0.04);
}
ion-button.secondary ion-icon,
ion-button.secondary .material-symbols-outlined {
  color: var(--secondary-700);
}
ion-button.secondary:hover {
  --background: var(--neutral-100);
}
ion-button.secondary.ion-activated {
  --background: var(--neutral-200);
}
ion-button.secondary:focus-visible {
  --border-color: var(--primary-400);
  --box-shadow: 0 0 0 3px var(--primary-100);
}
ion-button.secondary[disabled] {
  opacity: 0.42;
}
ion-button.secondary[fill=clear] {
  border: none;
  --color: var(--secondary-600);
  --background: transparent;
}
ion-button.secondary[fill=clear] .material-symbols-outlined {
  color: var(--secondary-600);
}
ion-button.small {
  height: 32px;
  --border-radius: 8px;
}
ion-button.small .material-symbols-outlined {
  font-size: 22px;
}
ion-button.outline {
  --background: white;
  --color: var(--primary-500);
  --border-width: 2px;
  --border-color: var(--primary-500);
  --border-style: solid;
  color: var(--primary-500);
}
ion-button.outline.ion-activated {
  --background-activated: rgba(30, 135, 211, 0.08);
}
ion-button.outline ion-icon,
ion-button.outline .material-symbols-outlined {
  color: var(--primary-500);
}
ion-button.outline.secondary {
  --background: white;
  --color: var(--secondary-700);
  color: var(--secondary-700);
  --border-color: var(--neutral-300);
  --border-style: solid;
}
ion-button.outline.secondary ion-icon,
ion-button.outline.secondary .material-symbols-outlined {
  color: var(--secondary-700);
}
ion-button.outline.secondary.ion-activated {
  --background-activated: var(--neutral-100);
}
ion-button.outline.white {
  --background: transparent;
  --color: white;
  color: white;
  --border-color: white;
  --border-style: solid;
}
ion-button.outline.white ion-icon,
ion-button.outline.white .material-symbols-outlined {
  color: white;
}
ion-button.outline.white.ion-activated {
  --background-activated: rgba(255, 255, 255, 0.12);
}
ion-button.outline.button-disabled {
  opacity: 0.42;
}
ion-button.button-disabled {
  opacity: 0.42;
}
ion-button.default {
  --background: #e0e0e0;
  --background-hover: #d5d5d5;
  color: #333;
  --border-radius: 12px;
  --box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  text-transform: none;
  font-weight: 500;
}
ion-button.default ion-icon,
ion-button.default .material-symbols-outlined {
  color: #333;
}
ion-button.default:hover {
  --background: #d5d5d5;
}
ion-button.default:active {
  --background: #cfcfcf;
}
ion-button.success {
  --background: var(--success-base);
  background: var(--success-base);
}
ion-button.glass {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
}
ion-button.glass ion-icon,
ion-button.glass .material-symbols-outlined {
  color: white;
}
.icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: white;
  border: 1px solid var(--neutral-200);
  box-shadow: 0 1px 1px rgba(16, 29, 43, 0.06);
  cursor: pointer;
  transition: background 0.15s ease;
}
.icon-btn ion-icon,
.icon-btn .material-symbols-outlined {
  font-size: 18px;
  color: var(--neutral-700);
}
.icon-btn:hover {
  background: var(--neutral-100);
}
.icon-btn.ghost {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}
.icon-btn.ghost:hover {
  background: var(--primary-100);
}
.icon-btn.danger {
  background: var(--error-light);
  border-color: var(--error-border);
}
.icon-btn.danger ion-icon,
.icon-btn.danger .material-symbols-outlined {
  color: var(--error-dark);
}
.icon-btn[disabled] {
  opacity: 0.38;
  cursor: not-allowed;
  pointer-events: none;
}
.icon-btn.small {
  width: 28px;
  height: 28px;
}
.icon-btn.small ion-icon,
.icon-btn.small .material-symbols-outlined {
  font-size: 14px;
}
.leaflet-popup-btn {
  padding: 6px 12px;
  background-color: var(--primary-500);
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 18px;
  width: 100%;
}
.btn-instagram {
  --background:
    linear-gradient(
      45deg,
      #f09433,
      #e6683c,
      #dc2743,
      #cc2366,
      #bc1888);
  --color: white;
  --border-radius: 10px;
}
.btn-facebook {
  --background:
    linear-gradient(
      45deg,
      #1877f2,
      #4267b2);
  --color: white;
  --border-radius: 10px;
}
.btn-whatsapp {
  --background:
    linear-gradient(
      45deg,
      #25D366,
      #128C7E);
  --color: white;
  --border-radius: 10px;
}
.btn-spotify {
  --background:
    linear-gradient(
      
      to bottom,
      #1ED760,
      #1DB954 );
  --color: white;
  --border-radius: 10px;
}
.btn-youtube {
  --background:
    linear-gradient(
      45deg,
      #FF0000,
      #CC0000);
  --color: white;
  --border-radius: 10px;
}
ion-button.social-btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  transition: all 0.2s;
}

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