/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[4].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].rules[1].use[1]!./src/theme/variables.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/** Ionic CSS Variables **/
:root {
  /** primary **/
  --ion-color-primary: #3880ff;
  --ion-color-primary-rgb: 56, 128, 255;
  --ion-color-primary-contrast: #ffffff;
  --ion-color-primary-contrast-rgb: 255, 255, 255;
  --ion-color-primary-shade: #3171e0;
  --ion-color-primary-tint: #4c8dff;
  /** secondary **/
  --ion-color-secondary: #3dc2ff;
  --ion-color-secondary-rgb: 61, 194, 255;
  --ion-color-secondary-contrast: #ffffff;
  --ion-color-secondary-contrast-rgb: 255, 255, 255;
  --ion-color-secondary-shade: #36abe0;
  --ion-color-secondary-tint: #50c8ff;
  /** tertiary **/
  --ion-color-tertiary: #5260ff;
  --ion-color-tertiary-rgb: 82, 96, 255;
  --ion-color-tertiary-contrast: #ffffff;
  --ion-color-tertiary-contrast-rgb: 255, 255, 255;
  --ion-color-tertiary-shade: #4854e0;
  --ion-color-tertiary-tint: #6370ff;
  /** success **/
  --ion-color-success: #2dd36f;
  --ion-color-success-rgb: 45, 211, 111;
  --ion-color-success-contrast: #ffffff;
  --ion-color-success-contrast-rgb: 255, 255, 255;
  --ion-color-success-shade: #28ba62;
  --ion-color-success-tint: #42d77d;
  /** warning **/
  --ion-color-warning: #ffc409;
  --ion-color-warning-rgb: 255, 196, 9;
  --ion-color-warning-contrast: #000000;
  --ion-color-warning-contrast-rgb: 0, 0, 0;
  --ion-color-warning-shade: #e0ac08;
  --ion-color-warning-tint: #ffca22;
  /** danger **/
  --ion-color-danger: #eb445a;
  --ion-color-danger-rgb: 235, 68, 90;
  --ion-color-danger-contrast: #ffffff;
  --ion-color-danger-contrast-rgb: 255, 255, 255;
  --ion-color-danger-shade: #cf3c4f;
  --ion-color-danger-tint: #ed576b;
  /** dark **/
  --ion-color-dark: #222428;
  --ion-color-dark-rgb: 34, 36, 40;
  --ion-color-dark-contrast: #ffffff;
  --ion-color-dark-contrast-rgb: 255, 255, 255;
  --ion-color-dark-shade: #1e2023;
  --ion-color-dark-tint: #383a3e;
  /** medium **/
  --ion-color-medium: #92949c;
  --ion-color-medium-rgb: 146, 148, 156;
  --ion-color-medium-contrast: #ffffff;
  --ion-color-medium-contrast-rgb: 255, 255, 255;
  --ion-color-medium-shade: #808289;
  --ion-color-medium-tint: #9d9fa6;
  /** light **/
  --ion-color-light: #f4f5f8;
  --ion-color-light-rgb: 244, 245, 248;
  --ion-color-light-contrast: #000000;
  --ion-color-light-contrast-rgb: 0, 0, 0;
  --ion-color-light-shade: #d7d8da;
  --ion-color-light-tint: #f5f6f9;
}
/*@media (prefers-color-scheme: dark) {
  !*
   * Dark Colors
   * -------------------------------------------
   *!

  body {
    --ion-color-primary: #428cff;
    --ion-color-primary-rgb: 66,140,255;
    --ion-color-primary-contrast: #ffffff;
    --ion-color-primary-contrast-rgb: 255,255,255;
    --ion-color-primary-shade: #3a7be0;
    --ion-color-primary-tint: #5598ff;

    --ion-color-secondary: #50c8ff;
    --ion-color-secondary-rgb: 80,200,255;
    --ion-color-secondary-contrast: #ffffff;
    --ion-color-secondary-contrast-rgb: 255,255,255;
    --ion-color-secondary-shade: #46b0e0;
    --ion-color-secondary-tint: #62ceff;

    --ion-color-tertiary: #6a64ff;
    --ion-color-tertiary-rgb: 106,100,255;
    --ion-color-tertiary-contrast: #ffffff;
    --ion-color-tertiary-contrast-rgb: 255,255,255;
    --ion-color-tertiary-shade: #5d58e0;
    --ion-color-tertiary-tint: #7974ff;

    --ion-color-success: #2fdf75;
    --ion-color-success-rgb: 47,223,117;
    --ion-color-success-contrast: #000000;
    --ion-color-success-contrast-rgb: 0,0,0;
    --ion-color-success-shade: #29c467;
    --ion-color-success-tint: #44e283;

    --ion-color-warning: #ffd534;
    --ion-color-warning-rgb: 255,213,52;
    --ion-color-warning-contrast: #000000;
    --ion-color-warning-contrast-rgb: 0,0,0;
    --ion-color-warning-shade: #e0bb2e;
    --ion-color-warning-tint: #ffd948;

    --ion-color-danger: #ff4961;
    --ion-color-danger-rgb: 255,73,97;
    --ion-color-danger-contrast: #ffffff;
    --ion-color-danger-contrast-rgb: 255,255,255;
    --ion-color-danger-shade: #e04055;
    --ion-color-danger-tint: #ff5b71;

    --ion-color-dark: #f4f5f8;
    --ion-color-dark-rgb: 244,245,248;
    --ion-color-dark-contrast: #000000;
    --ion-color-dark-contrast-rgb: 0,0,0;
    --ion-color-dark-shade: #d7d8da;
    --ion-color-dark-tint: #f5f6f9;

    --ion-color-medium: #989aa2;
    --ion-color-medium-rgb: 152,154,162;
    --ion-color-medium-contrast: #000000;
    --ion-color-medium-contrast-rgb: 0,0,0;
    --ion-color-medium-shade: #86888f;
    --ion-color-medium-tint: #a2a4ab;

    --ion-color-light: #222428;
    --ion-color-light-rgb: 34,36,40;
    --ion-color-light-contrast: #ffffff;
    --ion-color-light-contrast-rgb: 255,255,255;
    --ion-color-light-shade: #1e2023;
    --ion-color-light-tint: #383a3e;
  }

  !*
   * iOS Dark Theme
   * -------------------------------------------
   *!

  .ios body {
    --ion-background-color: #000000;
    --ion-background-color-rgb: 0,0,0;

    --ion-text-color: #ffffff;
    --ion-text-color-rgb: 255,255,255;

    --ion-color-step-50: #0d0d0d;
    --ion-color-step-100: #1a1a1a;
    --ion-color-step-150: #262626;
    --ion-color-step-200: #333333;
    --ion-color-step-250: #404040;
    --ion-color-step-300: #4d4d4d;
    --ion-color-step-350: #595959;
    --ion-color-step-400: #666666;
    --ion-color-step-450: #737373;
    --ion-color-step-500: #808080;
    --ion-color-step-550: #8c8c8c;
    --ion-color-step-600: #999999;
    --ion-color-step-650: #a6a6a6;
    --ion-color-step-700: #b3b3b3;
    --ion-color-step-750: #bfbfbf;
    --ion-color-step-800: #cccccc;
    --ion-color-step-850: #d9d9d9;
    --ion-color-step-900: #e6e6e6;
    --ion-color-step-950: #f2f2f2;

    --ion-item-background: #000000;

    --ion-card-background: #1c1c1d;
  }

  .ios ion-modal {
    --ion-background-color: var(--ion-color-step-100);
    --ion-toolbar-background: var(--ion-color-step-150);
    --ion-toolbar-border-color: var(--ion-color-step-250);
  }


  !*
   * Material Design Dark Theme
   * -------------------------------------------
   *!

  .md body {
    --ion-background-color: #121212;
    --ion-background-color-rgb: 18,18,18;

    --ion-text-color: #ffffff;
    --ion-text-color-rgb: 255,255,255;

    --ion-border-color: #222222;

    --ion-color-step-50: #1e1e1e;
    --ion-color-step-100: #2a2a2a;
    --ion-color-step-150: #363636;
    --ion-color-step-200: #414141;
    --ion-color-step-250: #4d4d4d;
    --ion-color-step-300: #595959;
    --ion-color-step-350: #656565;
    --ion-color-step-400: #717171;
    --ion-color-step-450: #7d7d7d;
    --ion-color-step-500: #898989;
    --ion-color-step-550: #949494;
    --ion-color-step-600: #a0a0a0;
    --ion-color-step-650: #acacac;
    --ion-color-step-700: #b8b8b8;
    --ion-color-step-750: #c4c4c4;
    --ion-color-step-800: #d0d0d0;
    --ion-color-step-850: #dbdbdb;
    --ion-color-step-900: #e7e7e7;
    --ion-color-step-950: #f3f3f3;

    --ion-item-background: #1e1e1e;

    --ion-toolbar-background: #1f1f1f;

    --ion-tab-bar-background: #1f1f1f;

    --ion-card-background: #1e1e1e;
  }
}*/
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[4].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].rules[1].use[1]!./src/global.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
 * App Global CSS
 * ----------------------------------------------------------------------------
 * Put style rules here that you want to apply globally. These styles are for
 * the entire app and not just one component. Additionally, this file can be
 * used as an entry point to import other CSS/Sass files to be included in the
 * output CSS.
 * For more information on global stylesheets, visit the documentation:
 * https://ionicframework.com/docs/layout/global-stylesheets
 */
/* Core CSS required for Ionic components to work properly */
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.
 */
ion-modal.modal-default:not(.overlay-hidden) ~ 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;
}
.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;
}
/* Basic CSS for apps built with Ionic */
/*@import "~@ionic/angular/css/normalize.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: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;
}
/*@import "~@ionic/angular/css/typography.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;
  }
}
/* Optional CSS utils that can be commented out */
.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 (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-padding {
    padding-left: unset;
    padding-right: unset;
    padding-inline-start: 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 (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-padding-start {
    padding-left: unset;
    padding-inline-start: var(--ion-padding, 16px);
  }
}
.ion-padding-end {
  --padding-end: var(--ion-padding, 16px);
  padding-right: var(--ion-padding, 16px);
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-padding-end {
    padding-right: unset;
    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 (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-padding-horizontal {
    padding-left: unset;
    padding-right: unset;
    padding-inline-start: 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 (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-margin {
    margin-left: unset;
    margin-right: unset;
    margin-inline-start: 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 (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-margin-start {
    margin-left: unset;
    margin-inline-start: var(--ion-margin, 16px);
  }
}
.ion-margin-end {
  --margin-end: var(--ion-margin, 16px);
  margin-right: var(--ion-margin, 16px);
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-margin-end {
    margin-right: unset;
    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 (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-margin-horizontal {
    margin-left: unset;
    margin-right: unset;
    margin-inline-start: 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;
}
/* Variables
/* ============================================= */
.ng-select.ng-select-opened>.ng-select-container{background:#fff;border-color:#b3b3b3 #ccc #d9d9d9}
.ng-select.ng-select-opened>.ng-select-container:hover{box-shadow:none}
.ng-select.ng-select-opened>.ng-select-container .ng-arrow{top:-2px;border-color:transparent transparent #999;border-width:0 5px 5px}
.ng-select.ng-select-opened>.ng-select-container .ng-arrow:hover{border-color:transparent transparent #333}
.ng-select.ng-select-opened.ng-select-top>.ng-select-container{border-top-right-radius:0;border-top-left-radius:0}
.ng-select.ng-select-opened.ng-select-right>.ng-select-container{border-top-right-radius:0;border-bottom-right-radius:0}
.ng-select.ng-select-opened.ng-select-bottom>.ng-select-container{border-bottom-right-radius:0;border-bottom-left-radius:0}
.ng-select.ng-select-opened.ng-select-left>.ng-select-container{border-top-left-radius:0;border-bottom-left-radius:0}
.ng-select.ng-select-focused:not(.ng-select-opened)>.ng-select-container{border-color:#007eff;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 0 3px rgba(0,126,255,0.1)}
.ng-select.ng-select-disabled>.ng-select-container{background-color:#f9f9f9}
.ng-select .ng-has-value .ng-placeholder{display:none}
.ng-select .ng-select-container{color:#333;background-color:#fff;border-radius:4px;border:1px solid #ccc;min-height:36px;align-items:center}
.ng-select .ng-select-container:hover{box-shadow:0 1px 0 rgba(0,0,0,0.06)}
.ng-select .ng-select-container .ng-value-container{align-items:center;padding-left:10px}
[dir="rtl"] .ng-select .ng-select-container .ng-value-container{padding-right:10px;padding-left:0}
.ng-select .ng-select-container .ng-value-container .ng-placeholder{color:#999}
.ng-select.ng-select-single .ng-select-container{height:36px}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{top:5px;left:0;padding-left:10px;padding-right:50px}
[dir="rtl"] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{padding-right:10px;padding-left:50px}
.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value{background-color:#f9f9f9;border:1px solid #e6e6e6}
.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value .ng-value-label{padding:0 5px}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-top:5px;padding-left:7px}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-right:7px;padding-left:0}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{font-size:.9em;margin-bottom:5px;color:#333;background-color:#ebf5ff;border-radius:2px;margin-right:5px}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{margin-right:0;margin-left:5px}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled{background-color:#f9f9f9}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:5px}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:0;padding-right:5px}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label{display:inline-block;padding:1px 5px}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon{display:inline-block;padding:1px 5px}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover{background-color:#d1e8ff}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-right:1px solid #b8dbff}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-left:1px solid #b8dbff;border-right:none}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:1px solid #b8dbff}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:0;border-right:1px solid #b8dbff}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 0 3px 3px}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 3px 3px 0}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input>input{color:#000}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{top:5px;padding-bottom:5px;padding-left:3px}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{padding-right:3px;padding-left:0}
.ng-select .ng-clear-wrapper{color:#999}
.ng-select .ng-clear-wrapper:hover .ng-clear{color:#D0021B}
.ng-select .ng-spinner-zone{padding:5px 5px 0 0}
[dir="rtl"] .ng-select .ng-spinner-zone{padding:5px 0 0 5px}
.ng-select .ng-arrow-wrapper{width:25px;padding-right:5px}
[dir="rtl"] .ng-select .ng-arrow-wrapper{padding-left:5px;padding-right:0}
.ng-select .ng-arrow-wrapper:hover .ng-arrow{border-top-color:#666}
.ng-select .ng-arrow-wrapper .ng-arrow{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 2.5px}
.ng-dropdown-panel{background-color:#fff;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,0.06);left:0}
.ng-dropdown-panel.ng-select-top{bottom:100%;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}
.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child{border-top-right-radius:4px;border-top-left-radius:4px}
.ng-dropdown-panel.ng-select-right{left:100%;top:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}
.ng-dropdown-panel.ng-select-right .ng-dropdown-panel-items .ng-option:first-child{border-top-right-radius:4px}
.ng-dropdown-panel.ng-select-bottom{top:100%;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-color:#e6e6e6;margin-top:-1px}
.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}
.ng-dropdown-panel.ng-select-left{left:-100%;top:0;border-top-left-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}
.ng-dropdown-panel.ng-select-left .ng-dropdown-panel-items .ng-option:first-child{border-top-left-radius:4px}
.ng-dropdown-panel .ng-dropdown-header{border-bottom:1px solid #ccc;padding:5px 7px}
.ng-dropdown-panel .ng-dropdown-footer{border-top:1px solid #ccc;padding:5px 7px}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup{-webkit-user-select:none;user-select:none;padding:8px 10px;font-weight:500;color:rgba(0,0,0,0.54);cursor:pointer}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled{cursor:default}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked{background-color:#f5faff}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked{color:rgba(0,0,0,0.54);background-color:#ebf5ff;font-weight:600}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option{background-color:#fff;color:rgba(0,0,0,0.87);padding:8px 10px}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked{color:#333;background-color:#ebf5ff}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label{font-weight:600}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked{background-color:#f5faff;color:#333}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled{color:#ccc}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-left:22px}
[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-right:22px;padding-left:0}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{font-size:80%;font-weight:400;padding-right:5px}
[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{padding-left:5px;padding-right:0}
[dir="rtl"] .ng-dropdown-panel{direction:rtl;text-align:right}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
/*!
 * IRIS Interactive
 *
 * NOTICE OF LICENSE
 *
 * This source file is no subject to a specific license
 * but it belongs to the company IRIS Interactive.
 * You can contact IRIS Interactive at the following
 * address: contact@iris-interactive.fr
 *
 * @author      Fabien SERRA
 * @date        19/01/2022 10:00
 * @copyright   Copyright (c) 2002-2022 IRIS Interactive, Inc. (http://www.iris-interactive.fr)
 */
/**
  * Created by IRIS Interactive
  * User : IRIS Interactive
*/
/* Layout
/ ================================================== */
/* Color
/ ================================================== */
/* Mixins
/* ============================================= */
/*!
 * IRIS Interactive
 *
 * NOTICE OF LICENSE
 *
 * This source file is no subject to a specific license
 * but it belongs to the company IRIS Interactive.
 * You can contact IRIS Interactive at the following
 * address: contact@iris-interactive.fr
 *
 * @author      Fabien SERRA
 * @date        19/01/2022 10:06
 * @copyright   Copyright (c) 2002-2022 IRIS Interactive, Inc. (http://www.iris-interactive.fr)
 */
/**
 * Created by IRIS Interactive
 * User : IRIS Interactive
*/
/* Import
/* ============================================= */
@font-face {
  font-family: "theme-font";
  font-weight: normal;
  font-style: normal;
  src: url('theme-font.eot'), url('theme-font.woff') format("woff"), url('theme-font.ttf') format("truetype"), url('theme-font.eot?#iefix') format("embedded-opentype"), url('theme-font.svg#theme-font') format("svg");
  font-display: swap;
}
.fi:before {
  font-family: "theme-font";
  font-style: initial;
  color: #10b1a4;
}
.fi-add:before {
  content: "\ea01";
}
.fi-alert:before {
  content: "\ea02";
}
.fi-anchor:before {
  content: "\ea03";
}
.fi-arrow-bottom:before {
  content: "\ea04";
}
.fi-arrow-left:before {
  content: "\ea05";
}
.fi-arrow-right:before {
  content: "\ea06";
}
.fi-arrow-top:before {
  content: "\ea07";
}
.fi-average:before {
  content: "\ea08";
}
.fi-calendar:before {
  content: "\ea09";
}
.fi-check:before {
  content: "\ea0a";
}
.fi-chevron-bottom:before {
  content: "\ea0b";
}
.fi-chevron-left:before {
  content: "\ea0c";
}
.fi-chevron-right:before {
  content: "\ea0d";
}
.fi-chevron-top:before {
  content: "\ea0e";
}
.fi-close:before {
  content: "\ea0f";
}
.fi-contact:before {
  content: "\ea10";
}
.fi-dashboard:before {
  content: "\ea11";
}
.fi-day-cloudy:before {
  content: "\ea12";
}
.fi-day-rain:before {
  content: "\ea13";
}
.fi-day-sleet:before {
  content: "\ea14";
}
.fi-day-snow:before {
  content: "\ea15";
}
.fi-day-sunny:before {
  content: "\ea16";
}
.fi-doc:before {
  content: "\ea17";
}
.fi-download:before {
  content: "\ea18";
}
.fi-edit:before {
  content: "\ea19";
}
.fi-export:before {
  content: "\ea1a";
}
.fi-flag:before {
  content: "\ea1b";
}
.fi-geoloc:before {
  content: "\ea1c";
}
.fi-group:before {
  content: "\ea1d";
}
.fi-heart:before {
  content: "\ea1e";
}
.fi-high:before {
  content: "\ea1f";
}
.fi-infos:before {
  content: "\ea20";
}
.fi-link:before {
  content: "\ea21";
}
.fi-low:before {
  content: "\ea22";
}
.fi-marker-user:before {
  content: "\ea23";
}
.fi-marker:before {
  content: "\ea24";
}
.fi-mobile-input:before {
  content: "\ea25";
}
.fi-mobile-output:before {
  content: "\ea26";
}
.fi-monitoring:before {
  content: "\ea27";
}
.fi-period:before {
  content: "\ea28";
}
.fi-phone:before {
  content: "\ea29";
}
.fi-profil:before {
  content: "\ea2a";
}
.fi-quote:before {
  content: "\ea2b";
}
.fi-rescue:before {
  content: "\ea2c";
}
.fi-search:before {
  content: "\ea2d";
}
.fi-subscription:before {
  content: "\ea2e";
}
.fi-sun:before {
  content: "\ea2f";
}
.fi-temp:before {
  content: "\ea30";
}
.fi-time:before {
  content: "\ea31";
}
.fi-trash:before {
  content: "\ea32";
}
.fi-water-quality:before {
  content: "\ea33";
}
.fi-water-temperature:before {
  content: "\ea34";
}
.fi-wave:before {
  content: "\ea35";
}
.fi-webcam:before {
  content: "\ea36";
}
.fi-widgets:before {
  content: "\ea37";
}
.fi-wind:before {
  content: "\ea38";
}
/* Transition
/* ============================================= */
/* Fonticon
/* ============================================= */
/* Title
/ ================================================== */
/* Link
/ ================================================== */
/* List
/ ================================================== */
/* Excerpt
/ ================================================== */
/* Excerpt
/ ================================================== */
/* Button
/ ================================================== */
/* Background cover
/* ============================================= */
/* Square
/* ============================================= */
/* Ellipsis
/* ============================================= */
/* Object fit
/* ============================================= */
/* Reset style
/* ============================================= */
/*  Adaptive height block
/* ============================================= */
/*  Box shadow
/* ============================================= */
/*!
 * IRIS Interactive
 *
 * NOTICE OF LICENSE
 *
 * This source file is no subject to a specific license
 * but it belongs to the company IRIS Interactive.
 * You can contact IRIS Interactive at the following
 * address: contact@iris-interactive.fr
 *
 * @author      Fabien SERRA
 * @date        19/01/2022 10:06
 * @copyright   Copyright (c) 2002-2022 IRIS Interactive, Inc. (http://www.iris-interactive.fr)
 */
/**
 * Created by IRIS Interactive
 * User : IRIS Interactive
*/
/* Main gutter
/ ================================================== */
/* Breakpoints
/* ============================================= */
/* Grille
/* ============================================= */
/* Alignement
/* ============================================= */
/* Clear
/* ============================================= */
/* Font size
/* ============================================= */
/* Hover
/* ============================================= */
/* Touch
/* ============================================= */
/* Utils
/* ============================================= */
/*!
 * IRIS Interactive
 *
 * NOTICE OF LICENSE
 *
 * This source file is no subject to a specific license
 * but it belongs to the company IRIS Interactive.
 * You can contact IRIS Interactive at the following
 * address: contact@iris-interactive.fr
 *
 * @author      Fabien SERRA
 * @date        19/01/2022 11:15
 * @copyright   Copyright (c) 2002-2022 IRIS Interactive, Inc. (http://www.iris-interactive.fr)
 */
/**
  * Created by IRIS Interactive
  * User : IRIS Interactive
*/
/* Quick float
/* ============================================= */
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
/* Spacing
/* ============================================= */
.mt-1 {
  margin-top: 10px;
}
.mb-1 {
  margin-bottom: 10px;
}
/* Text
/* ============================================= */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.font-size-small {
  font-size: 80%;
}
.font-weight-light {
  font-weight: lighter;
}
.font-weight-normal {
  font-weight: 400;
}
.font-weight-bold {
  font-weight: 700;
}
.font-italic {
  font-style: italic;
}
.truncate-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.truncate-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.truncate-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.truncate-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.truncate-6 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.truncate-7 {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.truncate-8 {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.truncate-9 {
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* Clear
/* ============================================= */
.clear:after {
  content: "";
  display: block;
  clear: both;
}
/* Visibility
/* ============================================= */
.show {
  display: block;
}
.hide {
  display: none !important;
}
/* Fixed
/* ============================================= */
.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
}
.fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
}
/* Remove border
/* ============================================= */
.noborder {
  border: none !important;
}
/* Screen Readers
/* ============================================= */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* Spin
/* ============================================= */
.spin {
  display: inline-block;
  animation: spin 2s linear infinite;
}
/* Spin
/* ============================================= */
.flexalign {
  display: inline-flex;
  align-items: center;
}
.flexalign i {
  display: inline-flex;
}
.flexalign i, .flexalign:before {
  margin-right: 5px;
  line-height: 1;
}
/* JS Link
/* ============================================= */
[data-trigger=wpiris-click] {
  cursor: pointer;
}
[data-trigger=wpiris-click]:hover a {
  color: #000;
}
a[target=_blank] {
  cursor: alias;
}
/* Preformatted
/* ============================================= */
pre {
  position: relative;
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* Object fit
/* ============================================= */
.object-fit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.no-smil .object-fit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50, -50%);
  width: auto;
}
/* List
/* ============================================= */
.list:not(ol) li {
  position: relative;
  padding-left: 20px;
  list-style-type: none;
}
.list:not(ol) li:before {
  content: "";
  display: block;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: #10b1a4;
  position: absolute;
  left: 0;
  top: 9px;
}
.list:not(ol) ul {
  margin-left: 20px;
}
.list:not(ul) {
  padding-left: 20px;
}
/* Layout
/* ============================================= */
/**
  * Created by IRIS Interactive
  * User : IRIS Interactive
*/
/* Init
/* ============================================= */
*,
*:after,
*:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  background: rgba(222, 238, 240, 0.3);
  color: #4a5857;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}
/* Layout
/* ============================================= */
.wrapper {
  display: grid;
  grid-template-columns: 250px 1fr;
  grid-template-rows: 80px 1fr;
  height: 100%;
  max-height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .wrapper {
    grid-template-columns: 80px 1fr;
  }
}
.header {
  grid-column: span 2;
  grid-row: 1;
}
.sidebar {
  grid-column: 1;
}
.main {
  grid-column: 2;
  overflow: scroll;
  /*    padding: 50px 0;*/
}
.container {
  max-width: 1015px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1209px) {
  .container {
    margin: 0 8%;
  }
}
@media screen and (max-width: 1000px) {
  .container {
    margin: 0 60px;
  }
}
@media screen and (max-width: 650px) {
  .container {
    margin: 0 30px;
  }
}
@media screen and (max-width: 370px) {
  .container {
    margin: 0 20px;
  }
}
.article {
  max-width: 675px;
  margin: 0 auto;
  position: relative;
}
/* Components
/* ============================================= */
a {
  color: #10b1a4;
  text-decoration: none;
  transition: 0.3s ease;
}
a i:before {
  transition: 0.3s ease;
}
a:hover {
  color: #000;
}
a:hover:before,
a:hover i:before {
  color: #000;
}
.button {
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 15px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  white-space: nowrap;
  font-weight: 800;
  cursor: pointer;
  color: #fff;
  background: #10b1a4;
  border-radius: 10px;
  text-decoration: none;
  border: none;
  line-height: 1;
  box-shadow: 0 10px 20px 0 rgba(16, 177, 164, 0.3);
  transition: 0.3s ease;
}
.button i {
  margin-right: 5px;
  font-weight: 400;
  font-size: 0.625rem;
}
.button i:before {
  color: currentColor;
}
.button:hover, .button:focus, .button:visited, .button:active {
  color: #fff;
  box-shadow: 0 0px 35px 0 rgba(16, 177, 164, 0.8);
}
.button:hover i:before, .button:focus i:before, .button:visited i:before, .button:active i:before {
  color: currentColor;
}
.button:disabled {
  opacity: 0.5;
  cursor: default;
}
.entry-meta {
  font-size: 0.875rem;
  font-weight: 400;
}
.entry-data {
  color: #10b1a4;
  font-weight: 400;
}
.entry-data--big {
  font-size: 1.875rem;
  font-weight: 700;
}
.chart {
  grid-column: span 2;
}
.chart__legend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  grid-gap: 4px 20px;
  gap: 4px 20px;
  margin: 16px;
  font-size: 80%;
}
.infobox {
  font-size: 0.75rem;
  font-weight: 400;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #deeef0;
  border-radius: 10px;
  padding: 10px 20px;
  margin-bottom: 10px;
}
.infobox:before {
  margin-right: 5px;
}
.counter {
  position: relative;
}
.counter__infos {
  line-height: 1;
  position: absolute;
  height: calc(100% - (5% * 2));
  width: calc(100% - (5% * 2));
  background: #fff;
  border-radius: 150px;
  top: 5%;
  left: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  right: 0;
  margin: auto;
  font-size: 0.75rem;
}
.counter__infos__min {
  font-weight: 900;
  font-size: 1.125rem;
  color: #000;
}
.heading {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #bcd1d4;
}
.heading__title {
  font-size: 1.375rem;
  font-weight: 400;
  margin: 0;
}
.heading__title i {
  margin-right: 20px;
  font-size: 2.5rem;
}
.heading__tools {
  margin-left: auto;
  display: flex;
}
.heading__tools > *:not(:first-child) {
  margin-left: 20px;
}
input:not([type=range]),
select,
textarea {
  -webkit-appearance: none;
          appearance: none;
  text-align: left;
  border: none;
  padding: 10px 15px;
  background-color: #deeef0;
  border-radius: 6px;
  display: block;
  font-size: 0.75rem;
  line-height: 1.2;
  color: #4a5857;
  border: 2px solid #deeef0;
  transition: 0.3s ease;
}
input:not([type=range]):focus,
select:focus,
textarea:focus {
  outline: 0 !important;
  border-color: #10b1a4;
  background: #fff;
}
input:not([type=range]).error,
select.error,
textarea.error {
  border-color: #d12626;
  background: #fff;
}
.form-select.error {
  border: 2px solid #d12626;
  border-radius: 6px;
}
input::-webkit-input-placeholder {
  color: #4a5857;
  opacity: 1;
}
input:-moz-placeholder {
  color: #4a5857;
  opacity: 1;
}
input::-moz-placeholder {
  color: #4a5857;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #4a5857;
  opacity: 1;
}
/* Sample field
/* ============================================= */
[type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color],
[type=button],
[type=file],
select:not([multiple]),
button {
  max-width: 100%;
  width: 100%;
  height: 40px;
}
select[multiple] {
  max-width: 100%;
  width: 100%;
}
[type=button],
button {
  width: auto;
}
input[type=date],
input[type=time] {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
}
/* Textarea
/* ============================================= */
textarea {
  height: 300px;
  line-height: 1.6;
  font-size: 0.75rem;
  resize: none;
  width: 100%;
  padding: 20px;
  color: #4a5857;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
  border-radius: 6px;
}
textarea::-webkit-input-placeholder {
  color: #4a5857;
  opacity: 1;
}
textarea:-moz-placeholder {
  color: #4a5857;
  opacity: 1;
}
textarea::-moz-placeholder {
  color: #4a5857;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: #4a5857;
  opacity: 1;
}
/* Range
/* ============================================= */
.range-affluence {
  position: relative;
  height: 40px;
  width: 100%;
}
.range-affluence__icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  font-size: 1.25rem;
}
.range-affluence:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background-image: linear-gradient(90deg, #343093 0%, #ff9d00 50%, #d12626 100%);
  background-size: 100% 100%;
  pointer-events: none;
  z-index: 0;
  pointer-events: none;
}
.range-affluence:before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  transform: translateX(-15px);
  width: 60px;
  height: 60px;
  background-image: url('range-cursor.svg');
  background-size: cover;
  pointer-events: none;
}
.range-affluence[data-current-value="1"]:before {
  left: 1.5%;
}
.range-affluence[data-current-value="1"]:after {
  width: 20%;
  background-image: linear-gradient(90deg, #343093 0%, #ff9d00 250%);
}
.range-affluence[data-current-value="1"] i:first-child:before {
  color: #fff;
}
.range-affluence[data-current-value="2"]:before {
  left: 45%;
}
.range-affluence[data-current-value="2"]:after {
  width: 70%;
  background-image: linear-gradient(90deg, #343093 0%, #ff9d00 100%);
}
.range-affluence[data-current-value="2"] i:first-child:before,
.range-affluence[data-current-value="2"] i:nth-child(2):before {
  color: #fff;
}
.range-affluence[data-current-value="3"]:before {
  left: 90%;
}
.range-affluence[data-current-value="3"]:after {
  width: 100%;
  background-image: linear-gradient(90deg, #343093 0%, #ff9d00 50%, #d12626 100%);
}
.range-affluence[data-current-value="3"] i:before {
  color: #fff;
}
.range-affluence input {
  -webkit-appearance: none;
  margin-right: 15px;
  width: 100%;
  height: 40px;
  border-radius: 25px;
  background-color: #deeef0;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  outline: 0 !important;
}
.range-affluence input::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 200%;
  width: 40px;
  background: transparent;
}
.range-affluence input::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}
/* Select
/* ============================================= */
.form-select {
  position: relative;
}
.form-select select {
  padding-right: 35px;
}
.form-select:before {
  content: "\ea0b";
  color: #10b1a4;
  font-family: "theme-font";
  font-size: 0.75rem;
  position: absolute;
  display: block;
  pointer-events: none;
  color: #10b1a4;
  top: 12px;
  right: 10px;
  z-index: 1;
}
/* Checkbox
/* ============================================= */
[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
[type=checkbox]:not(:checked) + label,
[type=checkbox]:checked + label {
  cursor: pointer;
  padding-left: 35px;
  position: relative;
  display: block;
}
[type=checkbox]:not(:checked) + label:before,
[type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 25px;
  height: 25px;
  border: none;
  background: #000;
  border-radius: 0;
}
[type=checkbox]:not(:checked) + label:after,
[type=checkbox]:checked + label:after {
  content: "\ea0a";
  color: #10b1a4;
  font-family: "theme-font";
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  text-align: center;
  color: #fff;
  transition: 0.3s ease;
}
[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: translate(0, -50%) scale(0);
}
[type=checkbox]:checked + label:after {
  opacity: 1;
  transform: translate(0, -50%) scale(1);
}
/* Radio
/* ============================================= */
[type=radio]:not(:checked),
[type=radio]:checked {
  position: absolute;
  left: -9999px;
}
[type=radio]:not(:checked) + label,
[type=radio]:checked + label {
  cursor: pointer;
  padding-left: 35px;
  position: relative;
  display: block;
}
[type=radio]:not(:checked) + label:before,
[type=radio]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 25px;
  height: 25px;
  border: none;
  background: #000;
  border-radius: 50%;
}
[type=radio]:not(:checked) + label:after,
[type=radio]:checked + label:after {
  content: "\ea0a";
  color: #10b1a4;
  font-family: "theme-font";
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  text-align: center;
  color: #fff;
  transition: 0.3s ease;
}
[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: translate(0, -50%) scale(0);
}
[type=radio]:checked + label:after {
  opacity: 1;
  transform: translate(0, -50%) scale(1);
}
/* Form part
/* ============================================= */
.form__part {
  display: grid;
  grid-gap: 0;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: 20px;
  margin-bottom: 20px;
}
.form__part__title {
  font-weight: 800;
  color: #000;
  grid-column: span 2;
}
.form__group {
  grid-column: span 2;
  margin-bottom: 15px;
}
.form__group:last-child {
  margin-bottom: 0;
}
.form__group--half {
  grid-column: span 1;
}
.form__group label {
  font-weight: bold;
  color: #142c2a;
  font-size: 0.875rem;
  margin-bottom: 5px;
  display: block;
}
.form__group ion-text {
  font-size: 0.75rem;
}
.section {
  padding: 20px 0;
  border-bottom: 1px solid #bcd1d4;
}
.section__heading {
  display: flex;
}
@media screen and (max-width: 1209px) {
  .section__heading {
    flex-wrap: wrap;
  }
}
.section__heading__title {
  margin-right: 20px;
}
.section__heading__title__name {
  font-size: 2rem;
  font-weight: 800;
  color: #000;
  line-height: 1.2;
}
.section__heading__title__name a {
  display: block;
  color: #000;
  background-color: transparent;
  width: auto;
  height: auto;
}
.section__heading__title__name a:before {
  display: none;
}
.section__heading__tools {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 1210px) {
  .section__heading__tools {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1209px) {
  .section__heading__tools {
    flex-wrap: wrap;
  }
}
.section__heading__tools a {
  font-size: 0.875rem;
  margin-left: 20px;
}
.section__heading__tools__toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background-color: #deeef0;
  color: #10b1a4;
}
.section__heading__tools__toggle:before {
  font-size: 0.6875rem;
  transition: 0.3s ease;
}
.section__heading__tools__toggle[aria-expanded=true]:before {
  transform: rotate(180deg);
}
.section__profil {
  display: flex;
  align-items: center;
}
.section__profil__thumbnail {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.section__profil__name {
  color: #000;
  font-size: 2rem;
}
.section__profil__link {
  margin-left: auto;
}
.section__content {
  display: grid;
  grid-gap: 20px;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 30px;
}
.panel {
  background: #fff;
  border-radius: 15px;
  padding: 35px 30px 0;
  display: grid;
  grid-gap: 0;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  grid-column: span 2;
}
.panel--half {
  grid-column: span 1;
}
.panel__item {
  padding-left: 40px;
  margin-bottom: 20px;
  width: 100%;
  grid-column: span 2;
}
.panel__item--noicon {
  padding-left: 0;
}
.panel__item--full {
  grid-column: span 2;
}
.panel__item--half {
  grid-column: span 1;
}
.panel__item--single {
  padding: 0;
}
.panel__item--alert {
  margin-bottom: 5px;
}
.panel__item--alert .panel__item__heading {
  display: block;
  padding-bottom: 0;
}
.panel__item--alert .panel__item__heading:after {
  display: none;
}
.panel__item--alert .panel__item__heading__tools > p {
  margin-left: 0;
}
.panel__item--has-border {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: solid 1px #bcd1d4;
}
.panel__item__heading {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  position: relative;
  flex: 2 0 50%;
}
thead .panel__item__heading {
  padding-bottom: 0;
}
.panel__item__heading:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #bcd1d4;
  position: absolute;
  left: 0;
  bottom: 0;
}
.panel__item--half .panel__item__heading:after {
  width: calc(100% + 40px);
  left: -40px;
}
.noborder .panel__item__heading:after, th .panel__item__heading:after {
  display: none;
}
.panel__item__heading:before {
  position: absolute;
  left: -40px;
  top: 4px;
  color: #10b1a4;
  font-size: 1.25rem;
  line-height: 1;
}
.panel__item__heading--no-border:after {
  display: none;
}
.panel__item__heading__title__name {
  font-weight: 900;
  color: #000;
  font-size: 1.125rem;
}
.panel__item__heading__title__metas {
  font-size: 0.75rem;
}
.panel__item__heading__title__metas span {
  font-weight: 800;
  color: #000;
}
.panel__item__heading__tools {
  margin-left: auto;
  display: flex;
}
.panel__item__heading__tools a:not(.button) {
  font-size: 0.875rem;
  margin-left: 20px;
  font-weight: 400;
}
.panel__item__heading__tools .flexalign strong {
  margin: 0 5px;
}
.panel__item__heading__tools > * {
  margin-left: 10px;
}
.panel__item__content__title {
  font-weight: 800;
  margin-bottom: 5px;
  color: #142c2a;
}
.panel__item__highlight {
  display: grid;
  grid-gap: 20px;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.panel__item__counter {
  display: flex;
}
.panel__item__counter .counter {
  width: 100px;
  height: 100px;
}
.panel__item__counter .panel__item__heading {
  padding: 0;
  margin-left: 60px;
}
.panel__item__counter .panel__item__heading:before {
  top: 50%;
  transform: translateY(-50%);
}
.panel__item__counter .panel__item__heading:after {
  display: none;
}
.panel__item__counter .panel__item__heading__tools {
  flex-direction: column;
}
.panel__item__toolbar {
  display: flex;
  justify-content: space-between;
}
.panel__item__toolbar .form-select {
  display: inline-block;
}
.panel__item__data {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
}
.panel__item__data__icon {
  font-size: 5rem;
  margin-right: 20px;
  color: #10b1a4;
  height: 65px;
  display: flex;
  align-items: center;
}
.panel__item__data__content {
  width: 50%;
}
.panel__item__data__tool {
  margin-left: 20px;
}
.panel__item__table {
  width: 100%;
}
.panel__item__table__toggle {
  list-style-type: none;
  border-bottom: 1px solid #bcd1d4;
}
.panel__item__table__toggle li {
  margin-right: 20px;
  display: inline-block;
}
.panel__item__table__toggle a {
  font-size: 0.8125rem;
  color: #000;
  opacity: 0.3;
  font-weight: 600;
  position: relative;
  display: block;
  padding-bottom: 8px;
}
.panel__item__table__toggle a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background-color: #10b1a4;
  border-radius: 3px;
  opacity: 0;
}
.panel__item__table__toggle a.active {
  opacity: 1;
}
.panel__item__table__toggle a.active:after {
  opacity: 1;
}
.panel__item__table__toggle a:hover {
  opacity: 1;
}
.highlight-info {
  font-size: 1rem;
  line-height: 1.2;
  display: flex;
  align-items: center;
}
.highlight-info:before {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  margin-right: 15px;
  border-radius: 50%;
  color: #fff;
  font-weight: 400;
  font-size: 1.25rem;
  background-color: #bcd1d4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.highlight-info--green:before {
  background-color: #269b0a;
}
.highlight-info--yellow:before {
  background-color: #ff9d00;
}
.highlight-info--red:before {
  background-color: #d12626;
}
.highlight-info--blue:before {
  background-color: #10b1a4;
}
.highlight-info--purple:before {
  background-color: #9400D3;
}
.highlight-info-legend {
  display: flex;
  align-items: center;
}
.highlight-info-legend:before {
  content: "";
  width: 20px;
  height: 10px;
  flex: 0 0 20px;
  margin-right: 10px;
  border-radius: 2px;
  background-color: #bcd1d4;
}
.highlight-info-legend--green:before {
  background-color: #269b0a;
}
.highlight-info-legend--yellow:before {
  background-color: #ff9d00;
}
.highlight-info-legend--red:before {
  background-color: #d12626;
}
.highlight-info-legend--blue:before {
  background-color: #10b1a4;
}
.highlight-info-legend--purple:before {
  background-color: #9400D3;
}
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
}
table a {
  font-size: 0.875rem;
}
thead {
  width: 100%;
  font-size: 0.8125rem;
  color: #142c2a;
}
thead.has-border {
  border-bottom: solid 1px #bcd1d4;
}
thead.has-border th {
  padding-bottom: 8px;
}
td,
th {
  padding: 15px 0;
  border: none;
  text-align: left;
  min-width: 200px;
}
th {
  text-align: left;
  display: table-cell !important;
  padding: 0;
}
tbody tr {
  border-bottom: 1px solid #bcd1d4;
}
tbody tr:last-child {
  border-bottom: none;
}
/* Tooltip
/* ============================================= */
.tooltip-inner {
  color: #fff;
  background-color: #10b1a4 !important;
  padding: 10px 15px !important;
  font-size: 0.75rem;
  border-radius: 5px;
}
.tooltip-inner span {
  white-space: nowrap;
}
.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before,
.tooltip.bs-tooltip-auto[data-popper-placement^=top] .arrow::before {
  border-top-color: #10b1a4 !important;
}
.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before,
.tooltip.bs-tooltip-auto[data-popper-placement^=bottom] .arrow::before {
  border-bottom-color: #10b1a4 !important;
}
.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.bs-tooltip-left .arrow::before {
  border-left-color: #10b1a4 !important;
}
.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.bs-tooltip-right .arrow::before {
  border-right-color: #10b1a4 !important;
}
/* Popover
/* ============================================= */
.popover {
  background-color: #10b1a4 !important;
  border-radius: 5px;
  border: none;
  padding: 10px 15px;
}
.popover-header {
  font-size: 0.75rem;
  color: #fff;
  padding: 0;
}
.popover-body {
  font-size: 0.75rem;
  color: #fff;
  padding: 0;
}
.popover.bs-popover-auto[x-placement^=top] .arrow::before,
.popover.bs-popover-auto[x-placement^=top] .arrow::after,
.popover.bs-popover-top .popover-arrow:before,
.popover.bs-popover-auto[data-popper-placement^=top] .popover-arrow:before,
.popover.bs-popover-top .popover-arrow:after,
.popover.bs-popover-auto[data-popper-placement^=top] .popover-arrow:after {
  border-top-color: #10b1a4 !important;
}
.popover.bs-popover-auto[x-placement^=bottom] .arrow::before,
.popover.bs-popover-auto[x-placement^=bottom] .arrow::after,
.popover.bs-popover-bottom .popover-arrow:before,
.popover.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow:before,
.popover.bs-popover-bottom .popover-arrow:after,
.popover.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow:after {
  border-bottom-color: #10b1a4 !important;
}
.popover.bs-popover-auto[x-placement^=left] .arrow::before,
.popover.bs-popover-auto[x-placement^=left] .arrow::after,
.popover.bs-popover-left .popover-arrow:before,
.popover.bs-popover-left .popover-arrow:after {
  border-left-color: #10b1a4 !important;
}
.popover.bs-popover-auto[x-placement^=right] .arrow::before,
.popover.bs-popover-auto[x-placement^=right] .arrow::after,
.popover.bs-popover-right .popover-arrow:before,
.popover.bs-popover-right .popover-arrow:after {
  border-right-color: #10b1a4 !important;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[data-popper-placement^=bottom] > .arrow,
.bs-popover-auto[x-placement^=bottom] > .popover-arrow {
  top: -8px !important;
}
.modal-dialog {
  max-width: 800px;
}
.modal-content {
  padding: 0 40px 40px 40px;
}
.modal-header {
  padding: 0;
  margin-bottom: 30px;
}
.modal-body {
  padding: 0;
}
.modal-close {
  background: transparent;
  border: none;
  font-size: 1.125rem;
  position: absolute;
  top: 20px;
  right: 40px;
  cursor: pointer;
}
.modal-close:before {
  content: "\ea0f";
  color: #10b1a4;
  font-family: "theme-font";
  color: #000;
}
.modal-close:hover:before {
  color: #10b1a4;
}
.modal-title {
  font-size: 2rem;
  color: #000;
  padding: 40px 0 30px 0;
}
.temperature-slider {
  height: 80px;
  background: #10b1a4;
  border-radius: 15px;
  width: 100%;
  overflow: hidden;
  background-image: url('background-temperature.jpg');
}
.temperature-slider__item {
  font-weight: 800;
  color: #fff;
  font-size: 2.375rem;
  opacity: 0.5;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3 ease;
}
.temperature-slider__item sup {
  opacity: 0;
  font-size: 1.875rem;
  position: relative;
  top: -0.5em;
  transition: 0.3s ease;
}
.temperature-slider__item.swiper-slide-active {
  opacity: 1;
  font-size: 2.8125rem;
}
.temperature-slider__item.swiper-slide-active sup {
  opacity: 1;
}
.ng-arrow-wrapper {
  display: none;
}
.form-select--ng-select {
  border: 0 !important;
}
.ng-select .ng-select-container {
  background-color: #deeef0;
  border: 0;
  border-radius: 6px;
  border: 2px solid #deeef0;
}
.ng-select.ng-select-opened {
  border-color: #10b1a4;
}
.form-select.error .ng-select-container {
  border-color: #d12626;
}
.ng-select.ng-select-opened > .ng-select-container {
  background-color: transparent;
}
.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  border-color: transparent !important;
  box-shadow: none !important;
}
.ng-select.ng-select-single .ng-select-container {
  height: 40px;
}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 0 !important;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding: 5.5px;
  grid-gap: 8px;
  gap: 8px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  margin-bottom: 0;
  margin-right: 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input > input {
  height: 25px;
}
/* Partials
/* ============================================= */
/**
  * Created by IRIS Interactive
  * User : IRIS Interactive
*/
/* Header
/* ============================================= */
.header {
  z-index: 900;
  background: #fff;
  height: 80px;
  padding: 0 40px;
  display: flex;
  align-items: center;
}
.header__logo {
  padding: 25px 0;
  height: 100%;
  width: 210px;
}
.header__logo__item img {
  height: 100%;
}
.header__infos__name {
  font-size: 0.875rem;
}
.header__infos__date {
  font-weight: 800;
  color: #000;
}
.header__tools {
  list-style-type: none;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__tools__link {
  font-size: 0.875rem;
  margin-right: 30px;
}
@media screen and (max-width: 1000px) {
  .header__tools__link {
    margin-right: 15px;
  }
  .header__tools__link span {
    display: none;
  }
  .header__tools__link i {
    font-size: 1.25rem;
  }
}
.header__tools__profil {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
.header__tools__profil img {
  width: 100%;
  height: 100%;
}
.header__tools__profil__link {
  list-style-type: none;
}
.header__tools__profil__link__item {
  margin: 5px 0;
}
.header__tools__profil__link a {
  color: #fff;
  font-weight: 800;
}
.header__tools__profil__link a:hover {
  color: #000;
}
.sidebar {
  z-index: 900;
  background: #deeef0;
  padding: 40px 20px;
}
@media screen and (max-width: 1000px) {
  .sidebar {
    padding: 40px 10px;
  }
}
.menu__list {
  list-style-type: none;
}
.menu__item {
  font-size: 0.8125rem;
}
.menu__item i {
  font-size: 1.125rem;
  font-weight: normal;
  margin-right: 10px;
}
.menu__item a {
  font-weight: 800;
  color: rgba(0, 0, 0, 0.3);
  position: relative;
  width: 100%;
  padding: 10px 0;
}
@media screen and (max-width: 1000px) {
  .menu__item a {
    justify-content: center;
    flex-direction: column;
  }
  .menu__item a i {
    margin-right: 0;
  }
  .menu__item a span {
    font-size: 0.625rem;
    line-height: 1.2;
    margin-top: 4px;
    text-align: center;
  }
}
.menu__item a:after {
  content: "";
  position: absolute;
  right: -22px;
  top: 0;
  display: block;
  height: 100%;
  width: 6px;
  border-radius: 6px;
  background-color: #10b1a4;
  opacity: 0;
  transition: 0.3s ease;
}
@media screen and (max-width: 1000px) {
  .menu__item a:after {
    width: 4px;
    border-radius: 4px;
    right: -12px;
  }
}
.menu__item a.active {
  color: #000;
}
.menu__item a.active:after {
  opacity: 1;
}
.menu__item a:hover {
  color: #000;
}
ion-router-outlet {
  position: relative;
  contain: inherit;
}
ion-router-outlet .ion-page {
  z-index: 101;
  overflow: scroll;
  padding: 50px 0;
  background: #f5f9fa;
  display: block;
  contain: inherit;
  position: relative;
  height: 100%;
}
ion-popover {
  --background: #10b1a4;
  --box-shadow: none;
  --width: "auto";
  --offset-y: 10px;
}
ion-popover .popover-content {
  left: unset !important;
  right: 0 !important;
}
ion-popover .my_popover {
  padding: 10px 15px;
  font-size: 0.75rem;
}
ion-spinner {
  --color: #10b1a4;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 80px;
  aspect-ratio: 1;
  position: absolute;
  width: 80px;
}
ion-modal.mp-modal {
  --background: none;
  --max-width: 800px;
  --min-width: 800px;
  --height: 70%;
}
ion-modal.mp-modal ion-content.mp-modal-content {
  --background: none;
  --min-width: auto;
  --max-height: 100%;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
ion-modal.mp-modal ion-content.mp-modal-content .modal-content {
  border: none;
  height: 100%;
}
ion-modal.mp-modal ion-content.mp-modal-content .modal-body {
  padding-bottom: 40px;
}
ion-modal.expanded {
  --max-width: 70%;
  --min-width: 70%;
  --height: 90%;
}
ion-modal.collapsed {
  --height: 43%;
}
ion-loading.my-loading {
  --spinner-color: #10b1a4;
  --background: none;
}
ion-loading.my-loading .loading-wrapper {
  box-shadow: none;
}

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