/** Ionic CSS Variables **/
:root {
  --ion-color-success: #1aaa55;
  --ion-color-success-rgb: 16, 220, 96;
  --ion-color-success-contrast: #ffffff;
  --ion-color-success-contrast-rgb: 255, 255, 255;
  --ion-color-success-shade: #168f48;
  --ion-color-success-tint: #28e070;
  --ion-color-warning: #fbe33c;
  --ion-color-warning-rgb: 251, 227, 60;
  --ion-color-warning-contrast: #000000;
  --ion-color-warning-contrast-rgb: 0, 0, 0;
  --ion-color-warning-shade: #ddc835;
  --ion-color-warning-tint: #fbe650;
  --ion-color-danger: #e73440;
  --ion-color-danger-rgb: 231, 52, 64;
  --ion-color-danger-contrast: #ffffff;
  --ion-color-danger-contrast-rgb: 255, 255, 255;
  --ion-color-danger-shade: #cb2e38;
  --ion-color-danger-tint: #e94853;
  --ion-color-dark: #222428;
  --ion-color-dark-rgb: 34, 34, 34;
  --ion-color-dark-contrast: #ffffff;
  --ion-color-dark-contrast-rgb: 255, 255, 255;
  --ion-color-dark-shade: #1e2023;
  --ion-color-dark-tint: #383a3e;
  --ion-color-medium: #696969;
  --ion-color-medium-rgb: 152, 154, 162;
  --ion-color-medium-contrast: #ffffff;
  --ion-color-medium-contrast-rgb: 255, 255, 255;
  --ion-color-medium-shade: #86888f;
  --ion-color-medium-tint: #a2a4ab;
  --ion-color-light: #eeeeee;
  --ion-color-light-rgb: 238, 238, 238;
  --ion-color-light-contrast: #000000;
  --ion-color-light-contrast-rgb: 0, 0, 0;
  --ion-color-light-shade: #d3d3d3;
  --ion-color-light-tint: #f5f6f9;
  --ion-color-beta: #54b4e2;
  --ion-color-beta-rgb: 84, 180, 226;
  --ion-color-beta-contrast: #000000;
  --ion-color-beta-contrast-rgb: 0, 0, 0;
  --ion-color-beta-shade: #4a9ec7;
  --ion-color-beta-tint: #65bce5;
  --ion-color-dev: #b8f402;
  --ion-color-dev-rgb: 184, 244, 2;
  --ion-color-dev-contrast: #000000;
  --ion-color-dev-contrast-rgb: 0, 0, 0;
  --ion-color-dev-shade: #a2d702;
  --ion-color-dev-tint: #bff51b;
  --ion-color-demo: #f1ce05;
  --ion-color-demo-rgb: 241, 206, 5;
  --ion-color-demo-contrast: #000000;
  --ion-color-demo-contrast-rgb: 0, 0, 0;
  --ion-color-demo-shade: #d4b504;
  --ion-color-demo-tint: #f2d31e;
  --ion-color-card: #c2d5f1;
  --ion-color-card-rgb: 194, 213, 241;
  --ion-color-card-contrast: #000000;
  --ion-color-card-contrast-rgb: 0, 0, 0;
  --ion-color-card-shade: #abbbd4;
  --ion-color-card-tint: #c8d9f2;
  --ion-toolbar-background-color: #1179c8;
  --curafida-wrapper-width: 800px;
  --curafida-login-wrapper-width: 800px;
  --curafida-wrapper-mobile-width:400px;
}

.ion-color-beta {
  --ion-color-base: var(--ion-color-beta) !important;
  --ion-color-base-rgb: var(--ion-color-beta-rgb) !important;
  --ion-color-contrast: var(--ion-color-beta-contrast) !important;
  --ion-color-contrast-rgb: var(--ion-color-beta-contrast-rgb) !important;
  --ion-color-shade: var(--ion-color-beta-shade) !important;
  --ion-color-tint: var(--ion-color-beta-tint) !important;
}

.ion-color-dev {
  --ion-color-base: var(--ion-color-dev) !important;
  --ion-color-base-rgb: var(--ion-color-dev-rgb) !important;
  --ion-color-contrast: var(--ion-color-dev-contrast) !important;
  --ion-color-contrast-rgb: var(--ion-color-dev-contrast-rgb) !important;
  --ion-color-shade: var(--ion-color-dev-shade) !important;
  --ion-color-tint: var(--ion-color-dev-tint) !important;
}

.ion-color-demo {
  --ion-color-base: var(--ion-color-demo) !important;
  --ion-color-base-rgb: var(--ion-color-demo-rgb) !important;
  --ion-color-contrast: var(--ion-color-demo-contrast) !important;
  --ion-color-contrast-rgb: var(--ion-color-demo-contrast-rgb) !important;
  --ion-color-shade: var(--ion-color-demo-shade) !important;
  --ion-color-tint: var(--ion-color-demo-tint) !important;
}

.ion-color-card {
  --ion-color-base: var(--ion-color-card) !important;
  --ion-color-base-rgb: var(--ion-color-card-rgb) !important;
  --ion-color-contrast: var(--ion-color-card-contrast) !important;
  --ion-color-contrast-rgb: var(--ion-color-card-contrast-rgb) !important;
  --ion-color-shade: var(--ion-color-card-shade) !important;
  --ion-color-tint: var(--ion-color-card-tint) !important;
}
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-font-family: var(--ion-default-font);
}

body {
  background: var(--ion-background-color);
}

body.backdrop-no-scroll {
  overflow: hidden;
}

/**
 * Card style modal needs additional padding on the
 * top of the header. We accomplish this by targeting
 * the first toolbar in the header.
 * Footer also needs this. We do not adjust the bottom
 * padding though because of the safe area.
 */
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 {
  padding-top: 6px;
}

/**
* Card style modal needs additional padding on the
* bottom of the header. We accomplish this by targeting
* the last toolbar in the header.
*/
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;
}

/**
* Add padding on the left and right
* of toolbars while accounting for
* safe area values when in landscape.
*/
html.ios ion-modal ion-toolbar {
  padding-right: calc(var(--ion-safe-area-right) + 8px);
  padding-left: calc(var(--ion-safe-area-left) + 8px);
}

/**
 * Card style modal on iPadOS
 * should only have backdrop on first instance.
 */
@media screen and (min-width: 768px) {
  html.ios ion-modal.modal-card:first-of-type {
    --backdrop-opacity: 0.18;
  }
}
/**
 * Subsequent modals should not have a backdrop/box shadow
 * as it will cause the screen to appear to get progressively
 * darker. With Ionic 6, declarative modals made it
 * possible to have multiple non-presented modals in the DOM,
 * so we could no longer rely on ion-modal:first-of-type.
 * Here we disable the opacity/box-shadow for every modal
 * that comes after the first presented modal.
 *
 * Note: ion-modal:not(.overlay-hidden):first-of-type
 * does not match the first modal to not have
 * the .overlay-hidden class, it will match the
 * first modal in general only if it does not
 * have the .overlay-hidden class.
 * The :nth-child() pseudo-class has support
 * for selectors which would help us here. At the
 * time of writing it does not have great cross browser
 * support.
 *
 * Note 2: This should only apply to non-card and
 * non-sheet modals. Card and sheet modals have their
 * own criteria for displaying backdrops/box shadows.
 *
 * Do not use :not(.overlay-hidden) in place of
 * .show-modal because that triggers a memory
 * leak in Blink: https://bugs.chromium.org/p/chromium/issues/detail?id=1418768
 */
ion-modal.modal-default.show-modal ~ ion-modal.modal-default {
  --backdrop-opacity: 0;
  --box-shadow: none;
}

/**
 * This works around a bug in WebKit where the
 * content will overflow outside of the bottom border
 * radius when re-painting. As long as a single
 * border radius value is set on .ion-page, this
 * issue does not happen. We set the top left radius
 * here because the top left corner will always have a
 * radius no matter the platform.
 * This behavior only applies to card modals.
 */
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, #3880ff) !important;
  --ion-color-base-rgb: var(--ion-color-primary-rgb, 56, 128, 255) !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, #3171e0) !important;
  --ion-color-tint: var(--ion-color-primary-tint, #4c8dff) !important;
}

.ion-color-secondary {
  --ion-color-base: var(--ion-color-secondary, #3dc2ff) !important;
  --ion-color-base-rgb: var(--ion-color-secondary-rgb, 61, 194, 255) !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, #36abe0) !important;
  --ion-color-tint: var(--ion-color-secondary-tint, #50c8ff) !important;
}

.ion-color-tertiary {
  --ion-color-base: var(--ion-color-tertiary, #5260ff) !important;
  --ion-color-base-rgb: var(--ion-color-tertiary-rgb, 82, 96, 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, #4854e0) !important;
  --ion-color-tint: var(--ion-color-tertiary-tint, #6370ff) !important;
}

.ion-color-success {
  --ion-color-base: var(--ion-color-success, #2dd36f) !important;
  --ion-color-base-rgb: var(--ion-color-success-rgb, 45, 211, 111) !important;
  --ion-color-contrast: var(--ion-color-success-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-success-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-success-shade, #28ba62) !important;
  --ion-color-tint: var(--ion-color-success-tint, #42d77d) !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, #eb445a) !important;
  --ion-color-base-rgb: var(--ion-color-danger-rgb, 235, 68, 90) !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, #cf3c4f) !important;
  --ion-color-tint: var(--ion-color-danger-tint, #ed576b) !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, #92949c) !important;
  --ion-color-base-rgb: var(--ion-color-medium-rgb, 146, 148, 156) !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, #808289) !important;
  --ion-color-tint: var(--ion-color-medium-tint, #9d9fa6) !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;
  overflow: hidden;
  z-index: 0;
}

/**
 * When making custom dialogs, using
 * ion-content is not required. As a result,
 * some developers may wish to have dialogs
 * that are automatically sized by the browser.
 * These changes allow certain dimension values
 * such as fit-content to work correctly.
 */
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,
[hidden] {
  /* stylelint-disable-next-line declaration-no-important */
  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: constant(safe-area-inset-top)) {
  html {
    --ion-safe-area-top: constant(safe-area-inset-top);
    --ion-safe-area-bottom: constant(safe-area-inset-bottom);
    --ion-safe-area-left: constant(safe-area-inset-left);
    --ion-safe-area-right: constant(safe-area-inset-right);
  }
}
@supports (padding-top: env(safe-area-inset-top)) {
  html {
    --ion-safe-area-top: env(safe-area-inset-top);
    --ion-safe-area-bottom: env(safe-area-inset-bottom);
    --ion-safe-area-left: env(safe-area-inset-left);
    --ion-safe-area-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;
}

.ios .menu-content-reveal {
  box-shadow: -8px 0 42px rgba(0, 0, 0, 0.08);
}

[dir=rtl].ios .menu-content-reveal {
  box-shadow: 8px 0 42px rgba(0, 0, 0, 0.08);
}

.md .menu-content-reveal {
  box-shadow: 4px 0px 16px rgba(0, 0, 0, 0.18);
}

.md .menu-content-push {
  box-shadow: 4px 0px 16px rgba(0, 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 {
    /* stylelint-disable declaration-no-important */
    transition: none !important;
  }
}
/**
 * The > [slot="header"] selector ensures that we do
 * not modify toggle icons for any nested accordions. The state
 * of one accordion should not affect any accordions inside
 * of a nested accordion group.
 */
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;
}

/**
 * The .ion-datetime-button-overlay class contains
 * styles that allow any modal/popover to be
 * sized according to the dimensions of the datetime
 * when used with ion-datetime-button.
 */
.ion-datetime-button-overlay {
  --width: fit-content;
  --height: fit-content;
}

/**
 * The grid variant can scale down when inline.
 * When used in a `fit-content` overlay, this causes
 * the overlay to shrink when the month/year picker is open.
 * Explicitly setting the dimensions lets us have a consistently
 * sized grid interface.
 */
.ion-datetime-button-overlay ion-datetime.datetime-grid {
  width: 320px;
  min-height: 320px;
}

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;
}

* {
  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:not(.hydrated) body {
  display: none;
}

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%;
  /**
   * Because body has position: fixed,
   * it should be promoted to its own
   * layer.
   *
   * WebKit does not always promote
   * the body to its own layer on page
   * load in Ionic apps. Once scrolling on
   * ion-content starts, WebKit will promote
   * body. Unfortunately, this causes a re-paint
   * which results in scrolling being halted
   * until the next user gesture.
   *
   * This impacts the Custom Elements build.
   * The lazy loaded build causes the browser to
   * re-paint during hydration which causes WebKit
   * to promote body to its own layer.
   * In the CE Build, this hydration does not
   * happen, so the additional re-paint does not occur.
   */
  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;
}

html {
  font-family: var(--ion-font-family);
}

a {
  background-color: transparent;
  color: var(--ion-color-primary, #3880ff);
}

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: 26px;
}
h2 {
  margin-top: 18px;
  font-size: 24px;
}
h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

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;
}

.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);
  padding-left: var(--ion-padding, 16px);
  padding-right: var(--ion-padding, 16px);
  padding-top: var(--ion-padding, 16px);
  padding-bottom: var(--ion-padding, 16px);
}
@supports ((-webkit-margin-start: 0) or (margin-inline-start: 0)) or (-webkit-margin-start: 0) {
  .ion-padding {
    padding-left: unset;
    padding-right: unset;
    -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-padding-top {
  --padding-top: var(--ion-padding, 16px);
  padding-top: var(--ion-padding, 16px);
}
.ion-padding-start {
  --padding-start: var(--ion-padding, 16px);
  padding-left: var(--ion-padding, 16px);
}
@supports ((-webkit-margin-start: 0) or (margin-inline-start: 0)) or (-webkit-margin-start: 0) {
  .ion-padding-start {
    padding-left: unset;
    -webkit-padding-start: var(--ion-padding, 16px);
    padding-inline-start: var(--ion-padding, 16px);
  }
}

.ion-padding-end {
  --padding-end: var(--ion-padding, 16px);
  padding-right: var(--ion-padding, 16px);
}
@supports ((-webkit-margin-start: 0) or (margin-inline-start: 0)) or (-webkit-margin-start: 0) {
  .ion-padding-end {
    padding-right: unset;
    -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);
  padding-left: var(--ion-padding, 16px);
  padding-right: var(--ion-padding, 16px);
}
@supports ((-webkit-margin-start: 0) or (margin-inline-start: 0)) or (-webkit-margin-start: 0) {
  .ion-padding-horizontal {
    padding-left: unset;
    padding-right: unset;
    -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);
  margin-left: var(--ion-margin, 16px);
  margin-right: var(--ion-margin, 16px);
  margin-top: var(--ion-margin, 16px);
  margin-bottom: var(--ion-margin, 16px);
}
@supports ((-webkit-margin-start: 0) or (margin-inline-start: 0)) or (-webkit-margin-start: 0) {
  .ion-margin {
    margin-left: unset;
    margin-right: unset;
    -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);
  }
}

.ion-margin-top {
  --margin-top: var(--ion-margin, 16px);
  margin-top: var(--ion-margin, 16px);
}
.ion-margin-start {
  --margin-start: var(--ion-margin, 16px);
  margin-left: var(--ion-margin, 16px);
}
@supports ((-webkit-margin-start: 0) or (margin-inline-start: 0)) or (-webkit-margin-start: 0) {
  .ion-margin-start {
    margin-left: unset;
    -webkit-margin-start: var(--ion-margin, 16px);
    margin-inline-start: var(--ion-margin, 16px);
  }
}

.ion-margin-end {
  --margin-end: var(--ion-margin, 16px);
  margin-right: var(--ion-margin, 16px);
}
@supports ((-webkit-margin-start: 0) or (margin-inline-start: 0)) or (-webkit-margin-start: 0) {
  .ion-margin-end {
    margin-right: unset;
    -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);
  margin-left: var(--ion-margin, 16px);
  margin-right: var(--ion-margin, 16px);
}
@supports ((-webkit-margin-start: 0) or (margin-inline-start: 0)) or (-webkit-margin-start: 0) {
  .ion-margin-horizontal {
    margin-left: unset;
    margin-right: unset;
    -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);
  }
}

.ion-float-left {
  float: left !important;
}

.ion-float-right {
  float: right !important;
}

.ion-float-start {
  float: left !important;
}
[dir=rtl] .ion-float-start, :host-context([dir=rtl]) .ion-float-start {
  float: right !important;
}

.ion-float-end {
  float: right !important;
}
[dir=rtl] .ion-float-end, :host-context([dir=rtl]) .ion-float-end {
  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;
  }
  [dir=rtl] .ion-float-sm-start, :host-context([dir=rtl]) .ion-float-sm-start {
    float: right !important;
  }

  .ion-float-sm-end {
    float: right !important;
  }
  [dir=rtl] .ion-float-sm-end, :host-context([dir=rtl]) .ion-float-sm-end {
    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;
  }
  [dir=rtl] .ion-float-md-start, :host-context([dir=rtl]) .ion-float-md-start {
    float: right !important;
  }

  .ion-float-md-end {
    float: right !important;
  }
  [dir=rtl] .ion-float-md-end, :host-context([dir=rtl]) .ion-float-md-end {
    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;
  }
  [dir=rtl] .ion-float-lg-start, :host-context([dir=rtl]) .ion-float-lg-start {
    float: right !important;
  }

  .ion-float-lg-end {
    float: right !important;
  }
  [dir=rtl] .ion-float-lg-end, :host-context([dir=rtl]) .ion-float-lg-end {
    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;
  }
  [dir=rtl] .ion-float-xl-start, :host-context([dir=rtl]) .ion-float-xl-start {
    float: right !important;
  }

  .ion-float-xl-end {
    float: right !important;
  }
  [dir=rtl] .ion-float-xl-end, :host-context([dir=rtl]) .ion-float-xl-end {
    float: left !important;
  }
}

.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;
  }
}

.ion-text-uppercase {
  /* stylelint-disable-next-line declaration-no-important */
  text-transform: uppercase !important;
}

.ion-text-lowercase {
  /* stylelint-disable-next-line declaration-no-important */
  text-transform: lowercase !important;
}

.ion-text-capitalize {
  /* stylelint-disable-next-line declaration-no-important */
  text-transform: capitalize !important;
}

@media (min-width: 576px) {
  .ion-text-sm-uppercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: uppercase !important;
  }

  .ion-text-sm-lowercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: lowercase !important;
  }

  .ion-text-sm-capitalize {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: capitalize !important;
  }
}
@media (min-width: 768px) {
  .ion-text-md-uppercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: uppercase !important;
  }

  .ion-text-md-lowercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: lowercase !important;
  }

  .ion-text-md-capitalize {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: capitalize !important;
  }
}
@media (min-width: 992px) {
  .ion-text-lg-uppercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: uppercase !important;
  }

  .ion-text-lg-lowercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: lowercase !important;
  }

  .ion-text-lg-capitalize {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: capitalize !important;
  }
}
@media (min-width: 1200px) {
  .ion-text-xl-uppercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: uppercase !important;
  }

  .ion-text-xl-lowercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: lowercase !important;
  }

  .ion-text-xl-capitalize {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: capitalize !important;
  }
}

.ion-align-self-start {
  align-self: flex-start !important;
}

.ion-align-self-end {
  align-self: flex-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;
}

.ion-wrap {
  flex-wrap: wrap !important;
}

.ion-nowrap {
  flex-wrap: nowrap !important;
}

.ion-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.ion-justify-content-start {
  justify-content: flex-start !important;
}

.ion-justify-content-center {
  justify-content: center !important;
}

.ion-justify-content-end {
  justify-content: flex-end !important;
}

.ion-justify-content-around {
  justify-content: space-around !important;
}

.ion-justify-content-between {
  justify-content: space-between !important;
}

.ion-justify-content-evenly {
  justify-content: space-evenly !important;
}

.ion-align-items-start {
  align-items: flex-start !important;
}

.ion-align-items-center {
  align-items: center !important;
}

.ion-align-items-end {
  align-items: flex-end !important;
}

.ion-align-items-stretch {
  align-items: stretch !important;
}

.ion-align-items-baseline {
  align-items: baseline !important;
}

.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0;visibility:visible}.cdk-overlay-backdrop-noop-animation{transition:none}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}
/**
Global web
*/
@media (min-width: 901px) {
  .wrapper {
    position: relative;
    max-width: var(--curafida-wrapper-width);
    margin: 0 auto 30px;
    min-height: 375px;
  }
  .wrapper-without-height {
    max-width: var(--curafida-wrapper-width);
    margin-left: auto;
    margin-right: auto;
    padding: 0 !important;
    --padding: 0 !important;
  }
  .form-button {
    padding-left: 0;
    width: 50%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background: white;
    margin-top: 1rem;
  }
  ion-header {
    background: var(--ion-color-primary) !important;
  }
  .mobile {
    display: none !important;
  }
  .my-custom-modal-css .modal-wrapper {
    position: absolute;
    display: block;
    width: var(--curafida-wrapper-width);
    min-height: 20%;
  }
  .modal-square-css .modal-wrapper {
    position: absolute;
    display: block;
    width: 800px;
  }
  .wrapper-without-height-login {
    margin-left: auto;
    margin-right: auto;
    padding: 0 !important;
    --padding: 0 !important;
    max-width: var(--curafida-login-wrapper-width);
  }
  lib-curafida-page-title {
    padding-bottom: 1vh;
    margin-bottom: 1vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: flex-start;
    border-bottom: 1px solid var(--ion-color-primary);
  }
  .sc-ion-popover-md {
    --width: 23rem;
    padding: 1px;
    left: -12px;
  }
  .sc-ion-popover-ios {
    --width: 23rem;
    padding: 1px;
    left: -12px;
  }
}
/**
Global button
*/
.btn-height-responsive {
  height: 12vh;
  font-size: x-large;
  width: 100%;
}

.btn-medium-height-responsive {
  height: 8vh;
  font-size: large;
  width: 100%;
}

.btn-font-medium {
  width: 13rem;
  max-width: 100%;
  white-space: pre;
  text-wrap: balance;
}

.btn-action {
  width: 13rem;
  max-width: 100%;
  white-space: pre;
}

.btn-medium {
  width: 15rem;
  max-width: 100%;
}

.button-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100% !important;
  flex-direction: row;
  margin-top: 1rem;
}

@media (max-width: 750px) {
  .btn-font-medium {
    min-width: 33%;
    max-width: 50%;
    white-space: pre;
    text-wrap: balance;
  }
  .btn-action {
    width: 40%;
  }
}
.segment-button {
  width: 104px;
  max-width: 200px;
  --padding-end: 0;
  --padding-start: 0;
  --margin-start: 0;
  --margin-end: 2px;
  margin-right: 3px;
  --padding-bottom: 3%;
}

.ios-button {
  --color: var(--ion-color-primary-contrast);
  --color-checked: var(--ion-color-primary);
  --color-focused: var(--ion-color-primary-contrast);
  --color-hover: var(--ion-color-primary-contrast);
  white-space: pre-wrap;
  font-size: 14px;
  --padding-start: 10px;
  --padding-end: 10px;
}

.segment-button-with-icon {
  height: 95px;
  min-height: 95px;
}

.segment-button-without-icon {
  height: 65px;
}

.cart-badge {
  position: absolute;
  top: 0;
  right: 0;
}

/**
Global button
*/
.btn-font-normal {
  width: 10rem;
}

.font-button-MIA {
  font-size: 18px;
}

.font-medium-responsive {
  font-size: 1.3em;
}

.modal-footer-btn {
  width: 10rem;
  max-width: 100%;
  white-space: pre;
  text-wrap: balance;
}

.content-button-text {
  opacity: 0.55;
  color: black;
  font-size: 1rem;
}

.content-button-text-underline {
  display: inline-block;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  color: var(--ion-color-primary);
  opacity: 1;
}

/**
Global card
*/
ion-card {
  color: black !important;
}

ion-card-content {
  padding-left: calc(var(--ion-padding, 16px)) !important;
  padding-right: calc(var(--ion-padding, 16px)) !important;
}

/*
TODO: Move to a local component or in a global file
 */
.no-left-right-margin {
  margin-left: 0;
  margin-right: 0;
}

/*
TODO: Move to a local component or in a global file
 */
.no-margin-above {
  margin-top: 0;
}

/*
TODO: Move to a local component or in a global file
 */
.large-margin-bottom {
  margin-bottom: 36px;
}

/*
 Should it be used in curafida-card or in ion-card?
 */
.header-disabled {
  color: #ffffff;
  border-bottom: 1px solid var(--ion-color-medium-tint);
  background: var(--ion-color-medium-tint);
}

/*
 Should it be used in curafida-card or in ion-card?
 */
.border-disabled {
  color: #000;
  border-bottom: 1px solid var(--ion-color-medium-shade);
}

/*
 Should it be used in curafida-card or in ion-card?
 */
.border-enabled {
  color: #000;
  border-bottom: 1px solid var(--ion-color-light-shade);
}

ion-card-header {
  color: var(--ion-color-primary-contrast);
  border-bottom: 1px solid var(--ion-color-light-shade);
  background: var(--ion-color-primary);
}

ion-card-content {
  --padding-top: var(--ion-padding, 1vh) !important;
  --padding-bottom: var(--ion-padding, 1vh) !important;
  padding-top: var(--ion-padding, 1vh) !important;
  padding-bottom: var(--ion-padding, 1vh) !important;
}

@media (max-width: 768px), (max-height: 570px) {
  ion-card {
    margin-left: 5px !important;
    margin-right: 5px !important;
    width: auto !important;
    min-width: 0;
  }
}
/*
 Should it be defined globally?
 */
.no-vertical-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/*
 Should it be defined globally? or in local component?
 */
.no-horizontal-margin {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.card-radius {
  border-radius: 10px;
  box-shadow: 2px 1px 1px 1px #828282;
  background: #fff;
  padding: 5px;
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.exercise-process-item {
  min-width: 30px;
  width: 30px;
  max-width: 30px;
  height: 30px;
  border: 1px solid var(--ion-color-light);
  border-radius: 20% 20%;
  box-shadow: 0px 2px 2.5px 0.5px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  line-height: 30px;
  text-align: center;
}

.primary {
  border: var(--ion-color-primary);
  background: var(--ion-color-primary);
  color: white;
}

.active {
  border: 1px solid #1179c8;
  background: #1179c8;
  color: white;
}

.valid {
  background: #50b85b;
  border: 1px solid #50b85b;
  color: var(--ion-color-secondary-contrast);
}

.none {
  border: 1px solid var(--ion-color-medium);
  background: var(--ion-color-medium);
  color: var(--ion-color-primary-contrast);
}

.canceled {
  border: 1px solid var(--ion-color-danger);
  background: var(--ion-color-danger);
  color: var(--ion-color-danger-contrast);
}

.ion-color-beta {
  --ion-color-base: var(--ion-color-beta) !important;
  --ion-color-base-rgb: var(--ion-color-beta-rgb) !important;
  --ion-color-contrast: var(--ion-color-beta-contrast) !important;
  --ion-color-contrast-rgb: var(--ion-color-beta-contrast-rgb) !important;
  --ion-color-shade: var(--ion-color-beta-shade) !important;
  --ion-color-tint: var(--ion-color-beta-tint) !important;
}

.ion-color-dev {
  --ion-color-base: var(--ion-color-dev) !important;
  --ion-color-base-rgb: var(--ion-color-dev-rgb) !important;
  --ion-color-contrast: var(--ion-color-dev-contrast) !important;
  --ion-color-contrast-rgb: var(--ion-color-dev-contrast-rgb) !important;
  --ion-color-shade: var(--ion-color-dev-shade) !important;
  --ion-color-tint: var(--ion-color-dev-tint) !important;
}

.ion-color-demo {
  --ion-color-base: var(--ion-color-demo) !important;
  --ion-color-base-rgb: var(--ion-color-demo-rgb) !important;
  --ion-color-contrast: var(--ion-color-demo-contrast) !important;
  --ion-color-contrast-rgb: var(--ion-color-demo-contrast-rgb) !important;
  --ion-color-shade: var(--ion-color-demo-shade) !important;
  --ion-color-tint: var(--ion-color-demo-tint) !important;
}

.ion-color-primary-inverse {
  --ion-color-base: var(--ion-color-primary-inverse) !important;
  --ion-color-base-rgb: var(--ion-color-primary-inverse-rgb) !important;
  --ion-color-contrast: var(--ion-color-primary-inverse-contrast) !important;
  --ion-color-contrast-rgb: var(--ion-color-primary-inverse-contrast-rgb) !important;
  --ion-color-shade: var(--ion-color-primary-inverse-shade) !important;
  --ion-color-tint: var(--ion-color-primary-inverse-tint) !important;
}

.ion-color-card {
  --ion-color-base: var(--ion-color-card) !important;
  --ion-color-base-rgb: var(--ion-color-card-rgb) !important;
  --ion-color-contrast: var(--ion-color-card-contrast) !important;
  --ion-color-contrast-rgb: var(--ion-color-card-contrast-rgb) !important;
  --ion-color-shade: var(--ion-color-card-shade) !important;
  --ion-color-tint: var(--ion-color-card-tint) !important;
}

.relativ-horizontal-padding {
  padding-left: 6% !important;
  padding-right: 6% !important;
}

.fixed-horizontal-padding {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.fixed-small-padding-bottom {
  padding-bottom: 4px !important;
}

dp-day-calendar {
  width: 100% !important;
}

dp-day-calendar .dp-calendar-weekday {
  height: 25px;
  width: 41px !important;
  line-height: 25px;
  color: #7a7a7a;
  border: none;
}

dp-day-calendar .dp-calendar-day {
  box-sizing: border-box;
  width: 41px !important;
  height: 30px;
  cursor: pointer;
}

dp-day-time-calendar {
  display: block !important;
}

dp-month-calendar {
  display: block !important;
}
dp-month-calendar div .dp-calendar-wrapper {
  display: block !important;
}
dp-month-calendar div .dp-months-row {
  display: flex !important;
  justify-content: space-evenly !important;
}

.header {
  border-bottom: 2px solid var(--ion-color-light-shade);
  vertical-align: bottom;
  font-size: 88%;
  font-weight: 700;
  padding-top: 1rem;
  width: 100%;
}

.header-row {
  font-size: 88%;
  font-weight: 700;
  width: 50%;
}

.lines {
  border-bottom: 1px solid var(--ion-color-light-shade);
  background: white !important;
  width: 100%;
  padding-top: 0.25rem;
  align-items: center;
}

.label {
  font-size: 80%;
}

.filter-item-row {
  flex-grow: 1;
}

ion-checkbox {
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  min-width: 1.25rem;
}

.filter-column {
  min-width: 25%;
  max-width: 25%;
  padding-right: 10px;
  flex-grow: 1;
}

.filter-row {
  width: 100%;
  padding-right: 10px;
  justify-content: stretch;
}

@media (max-width: 1024px) {
  .header {
    border-bottom: 2px solid var(--ion-color-light-shade);
    vertical-align: bottom;
    font-size: 88%;
    font-weight: 700;
    padding-top: 1rem;
    width: 100%;
  }
  .header-row {
    font-size: 88%;
    font-weight: 700;
    padding-top: 1rem;
  }
  .lines {
    border-bottom: 1px solid var(--ion-color-light-shade);
    background: white !important;
    width: 100%;
    padding-top: 0.25rem;
  }
}
.mobile-filter-column {
  width: 100%;
  flex-grow: 1;
}

.red {
  color: var(--ion-color-danger);
}

.yellow {
  color: var(--ion-color-warning);
}

.green {
  color: var(--ion-color-success);
}

.flag-icon {
  font-size: 0.8rem;
}

/**
Global flex
*/
@media (min-width: 901px) {
  .flex-container-row-mobile {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .flex-item {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .flex-container-row-mobile {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .flex-item {
    width: 100%;
  }
}
.flex-container-row-end {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-end;
}

.flex-container-row, .filter-item-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-container-column-reverse {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.horizontal-center {
  justify-content: center !important;
}

.full-width {
  width: 100%;
}

.full-width-relative {
  display: flex;
  width: 100%;
  position: relative;
}

.half-width {
  width: 50% !important;
}

.half-width-right {
  width: 50%;
  margin-left: auto;
}

.third-width {
  width: 33% !important;
}

.two-thirds-width {
  width: 66% !important;
}

.full-height {
  height: 100% !important;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.vertical-center {
  align-items: center !important;
}

.vertical-stretch {
  align-items: stretch !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.scroll-enable {
  overflow: scroll;
}

.container-array-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  text-transform: none !important;
}

.container-array-row-list {
  padding-left: 2vw;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.container-array-row-item {
  padding-left: 3vw !important;
}

.container-array-row-item-justify-end {
  justify-content: flex-end !important;
}

.self-align-end {
  align-self: flex-end;
  align-items: flex-end;
}

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

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

.no-padding {
  padding: 0 !important;
}

.no-padding-start {
  --padding-start: 0;
}

.no-padding-end {
  --padding-end: 0;
}

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

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

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

/**
Global image
*/
.small-icon {
  width: 20px !important;
  height: 20px;
  margin: 7px;
}

.medium-icon {
  width: 40px;
  height: 40px;
  margin: 10px;
}

.small-medium-icon-right-margin {
  width: 30px !important;
  height: 30px;
  margin-right: 10px;
}

.responsive-large-icon {
  width: 30vh;
  height: 30vh;
  max-height: 230px;
  max-width: 230px;
}

.responsive-large-image {
  width: 40vh;
  height: 40vh;
  max-height: 600px;
  max-width: 600px;
}

#mia-button {
  height: 100% !important;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (min-width: 769px) and (min-height: 571px) {
  .small-icon {
    width: 20px !important;
    height: 20px;
    margin: 7px;
  }
  .medium-icon {
    width: 40px !important;
    height: 40px;
    margin: 10px;
  }
}
@media (max-width: 768px), (max-height: 570px) {
  .small-icon {
    width: 10px !important;
    height: 10px;
    margin: 5px;
  }
  .medium-icon {
    width: 30px !important;
    height: 30px;
    margin: 10px;
  }
}
.swiper .swiper-slide img {
  max-width: 100%;
}

.item-input-width {
  margin-bottom: 5px;
  width: 50%;
}

.item-input-full-width {
  margin-bottom: 5px;
  width: 100%;
}

.item-label-user-info {
  min-width: 50%;
  max-width: 50%;
  font-weight: bold;
  font-size: 14px !important;
}

.min-max-half-width {
  min-width: 50%;
  max-width: 50%;
}

.error-message {
  font-size: 0.7em;
  color: var(--ion-color-danger);
  text-align: start;
  width: 100%;
  position: relative;
  margin-left: 0;
  margin-right: auto;
}

.item-input-modal-width {
  min-width: 60%;
}

.native-input[disabled].sc-ion-input-md {
  opacity: 1 !important;
}

.native-input[enable].sc-ion-input-md {
  opacity: 0;
}

.invalid {
  border: 1px solid #fc1d1d !important;
  border-radius: 3px;
}

.native-input[disabled].sc-ion-input-ios {
  opacity: 1 !important;
}

.native-textarea[disabled].sc-ion-textarea-md {
  opacity: 1 !important;
}

.native-textarea[disabled].sc-ion-textarea-ios {
  opacity: 1 !important;
}

.native-input[disabled].sc-ion-select-md {
  opacity: 1 !important;
}

.native-input[disabled].sc-ion-select-ios {
  opacity: 1 !important;
}

.opacity-full {
  opacity: 1;
}

.ion-label-color-disabled {
  align-self: flex-start;
}

.ion-label-color-enabled {
  opacity: 1 !important;
  align-self: flex-start;
}

ion-select {
  opacity: 1 !important;
  color: black;
}

.select-placeholder {
  opacity: 1 !important;
  color: black !important;
}

.ion-item-box-enable {
  border: 1px solid black !important;
  border-radius: 3px;
}

.ion-item-box-disable {
  border: 1px solid var(--ion-color-light) !important;
  border-radius: 3px;
}

.item-interactive-disabled:not(.item-multiple-inputs) .sc-ion-label-ios-h {
  opacity: 0.55;
}

.item-interactive-disabled:not(.item-multiple-inputs) .sc-ion-label-md-h {
  opacity: 0.55;
}

.border-color-primary {
  border: 1.5px solid var(--ion-color-primary) !important;
}

.checkbox-input {
  margin: auto 16px auto 5px;
}

.checkbox-input-label {
  margin: auto;
  font-size: 14px !important;
  text-wrap: wrap;
}

.custom-popover {
  --width: 400px;
  --max-width: 100%;
}

@media (max-width: 750px) {
  .item-label-user-info {
    flex-basis: 20%;
    min-width: 33vw !important;
    max-width: 8em;
    font-weight: bold;
  }
}
.label-icon {
  margin-left: 5px;
}

.pointer {
  cursor: pointer;
}

.no-pointer {
  cursor: default !important;
}

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

:root {
  --roulet-height: 44px !important;
}

ion-icon {
  pointer-events: none;
}

.searchbar-input.sc-ion-searchbar-md {
  -webkit-padding-start: 40px !important;
          padding-inline-start: 40px !important;
  -webkit-padding-end: 10px !important;
          padding-inline-end: 10px !important;
}

.font-weight-bold {
  font-weight: bold;
}

.swiper-pagination-bullet-active {
  background-color: var(--ion-color-primary);
}

.swiper-pagination,
.swiper-pagination-fraction {
  border-radius: 5px;
  background-color: #000000;
  color: #ffffff;
  position: absolute;
  top: 2rem;
  padding-top: 2px;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 80%;
  left: 88%;
  width: 10%;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--ion-color-primary) !important;
}

ion-footer {
  background: white;
}

.primary-color {
  color: var(--ion-color-primary) !important;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.word-breaking {
  -webkit-hyphens: auto;
  hyphens: auto;
  white-space: break-spaces;
}

.media-background {
  background: #eeeeee;
  --background: #eeeeee;
}

.title-header {
  font-weight: bold;
  font-size: 120% !important;
}

.title-primary {
  font-weight: bold;
  font-size: 120% !important;
  color: var(--ion-color-primary);
}

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

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

.background-primary-contrast {
  background: var(--ion-color-primary-contrast);
  --background: var(--ion-color-primary-contrast);
}

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

.color-primary-contrast {
  color: var(--ion-color-primary-contrast);
  --color: var(--ion-color-primary-contrast);
}

.fc-col-header-cell-cushion {
  font-weight: normal !important;
}

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.separator-border-bottom {
  border-bottom: 1px solid black;
  margin-bottom: 8px;
}

.no-vertical-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.no-left-margin {
  margin-left: 0 !important;
}

.no-border {
  border: none;
}

.text-standard-input-size {
  font-size: 14px !important;
}

.main-content {
  --padding-start: var(--ion-padding, 1rem);
  --padding-end: var(--ion-padding, 1rem);
  --padding-top: var(--ion-padding, 1rem);
  --padding-bottom: var(--ion-padding, 1rem);
  padding: var(--ion-padding, 1rem);
}

.half-width-left-margin {
  margin-left: 50%;
  width: 50%;
}

.text-strikethrough {
  text-decoration: line-through;
}

.home-stars-icon {
  font-size: 20px;
  margin-right: 8px;
  margin-top: 17px;
}

.border-top {
  border-top: 1px solid;
}

/**
Global mobile
*/
.mobile-title {
  font-weight: bold;
  padding-bottom: 5px;
}

.mobile-font {
  font-size: 1rem !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: anywhere;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

@media (max-width: 750px) {
  .form-input {
    padding-left: 5px;
    padding-right: 5px;
    width: 90% !important;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-transform: initial;
  }
  .foot-wrapper {
    position: fixed;
    max-width: var(--curafida-wrapper-width);
    left: 0;
    z-index: 5;
    bottom: 0;
  }
  .form-button {
    padding-left: 0;
    width: 80% !important;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
  }
  .page-title {
    font-size: 1.2rem;
    padding-bottom: 1vh;
    padding-top: 2vh;
    border-bottom: 1px solid var(--ion-color-primary);
  }
  .web {
    display: none !important;
  }
  .dashboard-btn {
    padding: 0.5rem;
    max-width: 40vw;
    max-height: 40vw;
    min-width: 8vw;
    min-height: 10vw;
    box-shadow: #5b6a79;
    flex-grow: 1;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .dashboard-icon {
    font-size: 20vw;
  }
  .wrapper-without-height-login {
    margin-left: auto;
    margin-right: auto;
    padding: 0 !important;
    --padding: 0 !important;
    max-width: var(--curafida-wrapper-width);
  }
  .sc-ion-popover-md {
    --width: 100%;
    padding: 1px;
    left: 0 !important;
  }
  .sc-ion-popover-ios {
    --width: 100%;
    padding: 1px;
    left: 0 !important;
  }
  lib-curafida-page-title {
    display: none !important;
  }
  .web-width {
    width: 95%;
  }
}
@media (max-width: 1024px) {
  .my-custom-modal-css {
    --height: 100%;
    --width: 100%;
  }
  .modal-tag-list-css {
    --width: 100% !important;
    --height: 100% !important;
  }
  .progression-step-form-modal {
    --width: 100% !important;
    --height: 100% !important;
  }
  .full-width-modal {
    --width: 100% !important;
    --height: 100% !important;
  }
  .mobile-width-modal {
    --width: 100% !important;
    --height: 100% !important;
  }
}
.full-height-modal {
  --width: var(--curafida-login-wrapper-width);
  --height: 100% !important;
}

@media (min-width: 1024px) {
  .modal-wrapper {
    border-radius: 5px !important;
  }
  .my-custom-modal-css {
    --width: 100%;
  }
  .modal_measurement_input {
    --width: 35%;
    --height: 95%;
    --max-height: 700px;
    --max-width: 450px !important;
  }
  .modal-tag-list-css {
    --width: var(--curafida-wrapper-width) !important;
    --height: 700px !important;
  }
  .progression-step-form-modal {
    --width: var(--curafida-login-wrapper-width);
    --height: 800px;
  }
  .modal-norm-value-list-css .modal-wrapper {
    position: absolute;
    display: block;
    width: 550px;
    height: 300px !important;
    max-height: 34% !important;
    min-height: 300px !important;
  }
  .mobile-width-modal {
    --width: 25rem;
    --height: 80% !important;
  }
}
.modal-pictures-css {
  --width: 675px !important;
  --height: 550px !important;
}

.modal-training-exercise-css {
  --width: 675px !important;
  --height: 525px !important;
}

@media (min-width: 751px) and (max-width: 1350px) {
  .modal-standard-ionic {
    --width: 600px !important;
    --height: 500px !important;
  }
}
.modal-training-child-exercise-css {
  --width: 675px !important;
  --height: 630px !important;
}

.modal-tags-css {
  --width: 675px !important;
  --height: 280px !important;
}

.modal-create-exercise-css {
  --width: 675px !important;
  --height: 450px !important;
}

.modal-media-exercise-css {
  --width: 675px !important;
  --height: 850px !important;
}

.modal-create-exercise-comment-css {
  --width: 675px !important;
  --height: 300px !important;
}

.modal-information {
  --width: 450px;
  --height: 230px;
  --backdrop-opacity: 0.5 !important;
}

.modal-information-expanding {
  --width: 450px;
  --height: 300px;
  --backdrop-opacity: 0.5 !important;
}

.modal-text-input {
  --width: 500px;
  --height: 350px;
}

.modal-text-input-reduce {
  --width: 500px;
  --height: 250px;
}

.modal-information-reduced {
  --width: 30%;
  --height: 30%;
  --backdrop-opacity: 0.5 !important;
}

.modal-discover-devices {
  --width: 50%;
  --height: 40%;
  --max-height: 500px;
  --max-width: 600px;
}

.full-width-modal-css {
  --width: var(--curafida-login-wrapper-width);
}

.confirm-appointment-width-modal-css {
  --width: var(--curafida-login-wrapper-width);
  --height: 500px;
}

.training-action-sheet-class .action-sheet-title {
  background: var(--ion-color-primary);
  color: var(--ion-color-primary-contrast);
}

.modal-standard {
  --width: 500px;
  --height: 350px;
}

.btn-modal {
  width: 10rem;
}

.footer-md::before {
  display: none;
}

.modal-requirement-information-css {
  --width: 510px;
  --height: 600px;
}

.modal-webshop-information-css {
  --width: 510px;
  --height: 450px;
}

.modal-finished-information-css {
  --width: 510px;
  --height: 550px;
}

.kiosk-modal {
  --width: 700px;
  --height: 670px;
}

.kiosk-action-modal {
  --width: 700px;
  --height: 470px;
}

.kiosk-action-text-modal {
  --width: 700px;
  --height: 670px;
}

.kiosk-start-task-modal {
  --width: 700px;
  --height: 670px;
}

.kiosk-task-modal {
  --width: 560px;
  --height: 520px;
}

.kiosk-progress-modal {
  --width: 60%;
  --height: 80%;
}

.full-screen-modal {
  --width: 100%;
  --height: 100%;
}

.feedback-modal {
  --width: 90%;
  --height: 550px;
}

.feedback-borg-modal {
  --width: 90%;
  --height: 400px;
}

.feedback-modal-small {
  --width: 90%;
  --height: 350px;
}

.full-width-modal {
  --width: var(--curafida-login-wrapper-width);
  --height: 600px;
}

.extended-height-modal {
  --width: var(--curafida-login-wrapper-width);
  --height: 670px;
}

.reduced-height-modal {
  --width: var(--curafida-login-wrapper-width);
  --height: 350px;
}

ion-modal.stack-modal {
  --box-shadow: 0 28px 48px rgba(0, 0, 0, 0.4);
  --backdrop-opacity: var(--ion-backdrop-opacity, 0.32);
}

.sub-page {
  text-transform: uppercase;
  color: var(--ion-color-primary) !important;
  font-weight: bold !important;
  height: 2rem !important;
  --color-hover: var(--ion-color-primary-contrast) !important;
  --background-hover: var(--ion-color-primary) !important;
}

.sub-page-active {
  text-transform: uppercase;
  font-weight: bold !important;
  height: 2rem !important;
  color: var(--ion-color-primary) !important;
  background: var(--ion-color-primary-contrast) !important;
  --color-hover: var(--ion-color-primary) !important;
}

.sub-page-display-none {
  display: none !important;
}

.popover-custom-class {
  --width: 85%;
  --margin: 8px;
  --height: auto !important;
}

.popover-modal-class {
  --width: 22rem;
  --margin: 8px;
  --height: auto !important;
}

.table thead th {
  border-bottom: 0 solid var(--ion-color-light-shade);
  vertical-align: bottom;
  font-weight: bold;
  padding-top: 1rem;
  padding-bottom: 0.75rem;
  position: sticky;
  top: 0;
}

table {
  position: relative;
  border-collapse: collapse;
}

.font-table-header {
  font-size: 16px !important;
}

th {
  background: white;
  position: sticky;
  white-space: pre-wrap;
  top: 0; /* Don't forget this, required for the stickiness */
}

.table thead tr {
  border-bottom: 2px solid var(--ion-color-light-shade);
  text-align: left;
}

.table td,
.table th {
  font-weight: normal;
  padding: 0.5rem 0;
  display: flex;
  align-items: flex-start;
  border-top: none;
}

td {
  min-height: 50px;
}

tr {
  border-bottom: 1px solid var(--ion-color-light-shade);
  background: white;
}

.past-date-warning {
  color: #ff0000;
  font-weight: bold;
}

.web-bold {
  font-weight: bold;
}

/**
Global tablet
*/
@media (min-width: 751px) and (max-width: 900px) {
  .wrapper {
    margin-left: 5%;
    margin-right: 5%;
  }
  .standard-modal {
    --width: 600px;
    --height: 550px;
  }
  .foot-wrapper {
    position: fixed;
    max-width: var(--curafida-wrapper-width);
    left: 0;
    z-index: 5;
    bottom: 0;
  }
  .form-input {
    padding-left: 0;
    width: 50%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .form-button {
    padding-left: 0;
    width: 50%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
  }
  .page-title {
    font-size: 1.2rem;
    padding-bottom: 1vh;
    padding-top: 2vh;
    border-bottom: 1px solid var(--ion-color-primary);
  }
  .web {
    display: none !important;
  }
  .dashboard-btn {
    padding: 0.5rem;
    max-width: 30vw;
    max-height: 30vw;
    min-width: 8vw;
    min-height: 10vw;
    box-shadow: #5b6a79;
    flex-grow: 1;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .dashboard-icon {
    font-size: 15vw;
  }
  .wrapper-without-height-login {
    margin-left: auto;
    margin-right: auto;
    padding: 0 !important;
    --padding: 0 !important;
    max-width: var(--curafida-wrapper-width);
  }
}
#block-overlay {
  /* font*/
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 0;
  /* position */
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  z-index: 1000;
  /* colors */
  background-color: rgba(17, 121, 200, 0.85);
  opacity: 0;
  /* alignment */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* animation */
  transition: all 0.5s ease-out;
  animation-duration: 500ms;
  animation-fill-mode: both;
}

@keyframes show {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
    height: 0;
    width: 0;
  }
  to {
    opacity: 1;
    height: 100vh;
    width: 100vw;
    transform: none;
    font-size: 1.5em;
  }
}
@keyframes hide {
  from {
    opacity: 1;
    height: 100vh;
    width: 100vw;
  }
  to {
    opacity: 0;
    height: 0;
    width: 0;
    transform: translate3d(0, -100%, 0);
  }
}
#block-overlay.hide {
  animation-name: hide;
}

#block-overlay.show {
  animation-name: show;
}

.icon {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: 10px;
  fill: var(--ion-color-primary);
  stroke: var(--ion-color-primary);
  flex-shrink: 0;
  border-radius: 50%;
}

.timeline {
  list-style: none;
  padding: 1px 0 1px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: var(--ion-color-primary);
  margin-left: 1.5px;
}

.timeline > li {
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 97%;
  float: left;
  border: 2px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-day {
  width: 100px;
  height: 30px;
  font-size: 14px !important;
  text-align: center;
  position: absolute;
  top: 0;
  margin-left: -13px;
  z-index: 100;
  border: 2px solid var(--ion-color-primary);
  border-radius: 8px;
  background: white;
  margin-top: -40px;
  font-weight: bold;
}

.mobile-timeline-li {
  line-height: 26px;
}

.web-timeline-li {
  line-height: 28px;
}

.timeline > li.timeline-inverted-day {
  margin-top: 60px;
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  top: 16px;
  margin-left: -13px;
  background-color: #ffffff;
  z-index: 100;
  border-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline-badge.primary {
  background-color: var(--ion-color-primary) !important;
}

.timeline-badge.success {
  background-color: var(--ion-color-success) !important;
}

.timeline-badge.warning {
  background-color: var(--ion-color-warning) !important;
}

.timeline-badge.danger {
  background-color: var(--ion-color-danger) !important;
}

.timeline-badge.info {
  background-color: var(--ion-color-medium) !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

@media (max-width: 767px) {
  ul.timeline:before {
    left: 10px;
  }
  ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
  }
  ul.timeline > li > .timeline-badge {
    left: -2px;
    margin-left: 0;
    top: 16px;
  }
  ul.timeline > li > .timeline-panel {
    float: right;
  }
  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
  .timeline > li > .timeline-badge {
    top: 50px;
  }
}
ul.timeline {
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
}

.add-button {
  position: absolute;
  text-align: end;
}

.no-box-shadow {
  box-shadow: rgba(0, 0, 0, 0) 0 3px 1px -2px, rgba(0, 0, 0, 0) 0 2px 2px 0, rgba(0, 0, 0, 0) 0 1px 5px 0 !important;
}

.h5,
h5 {
  font-size: 1rem !important;
}

/**
Global toast
*/
.toast-top-center {
  margin-top: 4rem;
}

.toast-top-right {
  right: 0 !important;
  margin-top: 4rem;
}

.toast-top-left {
  margin-top: 4rem;
}

.toast-message {
  padding-left: 5px;
}

.toast-top-left .ngx-toastr {
  width: 500px !important;
}

.toast-top-right .ngx-toastr {
  width: 500px !important;
}

.toast-error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==) !important;
}

.toast-medium {
  background-color: grey !important;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+);
}

.overlay-container .toast-top-right {
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: var(--curafida-wrapper-width);
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
}

.swiper-pagination-bullet-active {
  background-color: var(--ion-color-primary);
}

.swiper-pagination {
  border-radius: 5px !important;
  background-color: #000000 !important;
  color: #FFFFFF !important;
  position: absolute !important;
  top: 2rem !important;
  padding-top: 2px !important;
  text-align: center !important;
  transition: 0.3s opacity !important;
  transform: translate3d(0, 0, 0) !important;
  z-index: 10 !important;
}

.swiper-pagination-fraction {
  border-radius: 5px !important;
  background-color: #000000 !important;
  color: #FFFFFF !important;
  position: absolute !important;
  top: 2rem !important;
  padding-top: 2px !important;
  text-align: center !important;
  transition: 0.3s opacity !important;
  transform: translate3d(0, 0, 0) !important;
  z-index: 10 !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 80%;
  left: 88%;
  width: 10%;
}

/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */
/* position */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* toast styles */
.toast-title {
  font-weight: bold;
}

.toast-message {
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #FFFFFF;
}

.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}

.toast-container * {
  box-sizing: border-box;
}

.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}

.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */
.toast-info {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */
.toast-error {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */
.toast-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */
.toast-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==");
}

.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}

/* Responsive Design */
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
.label-col {
  height: 20px;
  width: 4vw;
}

.value-col {
  height: 20px;
  width: 8.5vw;
  flex-grow: 3;
}

.border-goal {
  border: 2px solid var(--ion-color-primary);
  text-align: center;
  min-width: 80px;
  border-radius: 10px;
  margin-right: 5px;
  padding: 5px;
  margin-bottom: 5px;
}

.task-preview-modal {
  --width: 800px;
  --height: 400px;
}

.free-text-task-preview-modal {
  --width: 800px;
  --height: 500px;
}

.task-preview-full-information-modal {
  --width: 800px;
  --height: 600px;
}

.exercise-session-user-state-select-option {
  width: 10.938rem;
  border: 0.063rem solid;
}

.kiosk-task-body {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  text-transform: initial;
  white-space: pre-wrap;
}

.kiosk-training-body {
  width: 100%;
  background: white;
}

.kiosk-modal-button {
  height: 350px;
  width: 80%;
  padding-bottom: 20px;
  margin: 10px;
  --border-color: #000000;
  --border-style: solid;
  --border-width: 3px;
  --border-radius: 20px;
}

.kiosk-modal-button-lateral-margin {
  height: 350px;
  width: 100% !important;
  padding-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  --border-color: #000000;
  --border-style: solid;
  --border-width: 3px;
  --border-radius: 20px;
}

.kiosk-modal-button-full-width {
  height: 350px;
  width: 100% !important;
  padding-bottom: 20px;
  margin: 10px;
  --border-color: #000000;
  --border-style: solid;
  --border-width: 3px;
  --border-radius: 20px;
}

.kiosk-modal-button-text {
  font-size: 20px !important;
  color: black;
  font-weight: 400;
}

.kiosk-modal-image-fix-height {
  height: 350px;
}

.kiosk-modal-button-without-width {
  height: 350px;
  padding-bottom: 20px;
  --border-radius: 10px;
}

.kiosk-modal-button-text {
  width: 100%;
  text-align: center;
  color: black;
}

.kiosk-task-icon {
  font-size: 200px;
}

.kiosk-task-icon-medium {
  font-size: 125px;
}

.kiosk-card-top-position {
  height: 40px;
}

.kiosk-modal-toolbar-button {
  --color: var(--ion-color-contrast);
  --border-color: #000000;
  --border-style: solid;
  --border-width: 2px;
  --background: white;
}

.notification-button {
  --background: #ffffbf;
}

.announcement-button {
  --background: #e5e5e5;
}

.task-button {
  --background: #b7f2b2;
  background: #b7f2b2;
}

.training-balance-button {
  --background: #f5c07a;
  background: #f5c07a;
}

.training-stamina-button {
  --background: #C2D5F1;
  background: #C2D5F1;
}

.training-strengthening-button {
  --background: #88bce3;
  background: #88bce3;
}

.training-relaxation-button {
  --background: #f1f112;
  background: #f1f112;
}

.video-appointment-button {
  --background: rgba(162, 40, 119, 0.15);
  background: rgba(162, 40, 119, 0.15);
}

.appointment-button {
  --background: #e8bad8;
  background: #e8bad8;
}

.notification-icon-container {
  background: #f0e36a;
  --background: #f0e36a;
}

.white-background {
  background: #ffffff;
}

.task-icon-container {
  background: #1a9934;
}

.training-balance-icon-container {
  background: #f49f1f;
}

.training-strengthening-icon-container {
  background: #1d78bd;
}

.training-relaxation-icon-container {
  background: #abab3d;
}

.training-stamina-icon-container {
  background: #85B6FF;
}

.video-appointment-icon-container {
  background: #a22877;
}

.appointment-icon-container {
  background: #e957b7;
}

.announcement-icon-container {
  background: #405866;
}

.task-border {
  border: 2px solid #1a9934;
}

.training-balance-border {
  border: 2px solid #f49f1f;
}

.training-strengthening-border {
  border: 2px solid #1d78bd;
}

.training-relaxation-border {
  border: 2px solid #f1f112;
}

.video-appointment-border {
  border: 2px solid #a22877;
}

.appointment-border {
  border: 2px solid #e957b7;
}

.kiosk-card-label {
  color: black;
  padding-left: 4px;
  height: 100%;
  text-align: start;
  max-width: 80%;
  word-break: break-word;
  letter-spacing: 0;
}

.kiosk-other-day-label {
  word-break: break-word;
}

.kiosk-icon {
  font-size: 30px;
  color: white;
}

.icon-container {
  height: 45px;
  min-width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 3px;
  border-radius: 15px;
}

.weekly-resume-padding-container {
  padding: 8px;
}

.kiosk-text {
  font-size: 20px !important;
}

.kiosk-modal-text {
  font-size: 22px !important;
  line-height: 1.4;
  font-weight: 500;
}

.kiosk-modal-text-bold {
  font-size: 22px !important;
  line-height: 1.4;
  font-weight: 700;
}

.kiosk-toolbar-padding {
  padding-left: 1em;
}

.kiosk-pagination-button {
  --background: white;
  --color: black;
  --border-color: #000000;
  --border-style: solid;
  --border-width: 2px;
}

ion-card,
p,
ion-label,
div {
  font-size: var(--curafida-text-size) !important;
}

ion-button {
  text-transform: initial;
  white-space: pre-wrap;
}

.fine-granular-grid {
  --ion-grid-columns: 24;
}

/*.modal-wrapper {
  width: calc(3 * var(--curafida-wrapper-width) / 4) !important;
  min-height: 200px !important;;
  max-height: 700px !important;;
}*/
.sc-ion-alert-md-h {
  --max-width: 400px !important;
  --max-height: 250px !important;
  border-radius: 1px;
}

.alert-head.sc-ion-alert-md,
.alert-head.sc-ion-alert-ios {
  background: var(--ion-color-primary);
  border-radius: 1px 1px 0 0;
}

.alert-title.sc-ion-alert-md,
.alert-title.sc-ion-alert-ios {
  color: var(--ion-text-color, #fff);
}

.alert-input-group.sc-ion-alert-md,
.alert-message.sc-ion-alert-md {
  padding: 0 24px 24px;
  color: var(--ion-color-dark-tint);
}

.alert-message.sc-ion-alert-md,
.alert-message.sc-ion-alert-ios {
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  padding: 12px !important;
  font-size: 20px !important;
  font-weight: 700;
}

.text-small {
  font-size: small !important;
}

.form-input:first-letter {
  text-transform: uppercase;
}

.form-input {
  padding-left: 0;
  width: 50%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.label-item {
  padding-left: 0;
  width: 10rem !important;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

ion-header {
  background: var(--ion-color-primary) !important;
}

.split-pane-md.split-pane-visible > .split-pane-side {
  min-width: 150px;
  max-width: 250px !important;
}

.item-bottom {
  border-bottom: 2px solid var(--ion-color-light);
}

.modal-auto-height .modal-wrapper {
  height: auto;
  min-height: 350px;
}

.norm-values-modal .modal-wrapper {
  height: auto;
  min-height: 550px;
}

.modal-table-container {
  margin: 10px;
}

.label-floating.sc-ion-label-md-h {
  color: var(--ion-color-dark) !important;
}

.modal-date-picker {
  --min-width: 300px;
  --min-height: 300px;
  padding: 30px !important;
}

.modal-standard {
  --width: 500px;
  --height: 300px;
}

.popover-date-picker {
  --width: 400px;
  --height: 300px;
}

.modal-list {
  --width: var(--curafida-wrapper-width);
  --height: 740px;
}

.modal-exercise-detail {
  --width: var(--curafida-wrapper-width);
  --height: 500px;
}

:root {
  --slider-training-height: 30vh !important;
}

app-kiosk-home-page {
  height: 100%;
  padding: 2px;
}
