/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/theme/variables.scss?ngGlobalStyle ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: Montserrat;
  src: url('Montserrat-Regular.ttf');
}
@font-face {
  font-family: Montserrat;
  src: url('Montserrat-Light.ttf');
  font-weight: 300;
}
: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;
  --black: #000000;
  --black-10: rgba(0, 0, 0, 0.1);
  --black-20: rgba(0, 0, 0, 0.2);
  --brown-grey: #8d8d8d;
  --brownish-grey: #6c6c6c;
  --coral: #ff4b3a;
  --deep-pink: #c50063;
  --deep-pink-10: rgba(197, 0, 99, 0.1);
  --pea-green: #8eba13;
  --peacock-blue: #00539f;
  --peacock-blue-10: rgba(0, 83, 159, 0.1);
  --peacock-blue-20: rgba(0, 83, 159, 0.2);
  --peacock-blue-50: rgba(0, 83, 159, 0.5);
  --pumpkin-orange: #f08900;
  --pumpkin-orange-10: rgba(240, 137, 0, 0.1);
  --turquoise-blue: #00a6d2;
  --very-light-grey: #ececec;
  --very-light-pink: #e5e5e5;
  --white: #ffffff;
  --shamrock-green: #02bf63;
  --peach: #ffc77d;
  --sunny-yellow: #ffef18;
  --chocolate-brown: #4a2d00;
  --purple: #52288a;
  --ion-font-family: "Montserrat";
  --ion-color-agence01-dark: #00539f;
  --ion-color-agence01-dark-rgb: 0, 83, 159;
  --ion-color-agence01-dark-contrast: #ffffff;
  --ion-color-agence01-dark-contrast-rgb: 255, 255, 255;
  --ion-color-agence01-dark-shade: #00498c;
  --ion-color-agence01-dark-tint: #1a64a9;
  /**
   * Planning
   */
  --planning-size-of-cell: 50px;
  --planning-size-of-cell-title: 51px;
  --color-conv-bati: #c50063;
  --color-conv-eau: #00a6d2;
  --color-conv-voi: #8eba13;
  --color-conv-urba: #f08900;
}

:focus {
  outline: none !important;
}

.ion-color-agence01-dark {
  --ion-color-base: var(--ion-color-agence01-dark);
  --ion-color-base-rgb: var(--ion-color-agence01-dark-rgb);
  --ion-color-contrast: var(--ion-color-agence01-dark-contrast);
  --ion-color-contrast-rgb: var(--ion-color-agence01-dark-contrast-rgb);
  --ion-color-shade: var(--ion-color-agence01-dark-shade);
  --ion-color-tint: var(--ion-color-agence01-dark-tint);
}
/*!**********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/core.css ***!
  \**********************************************************************************************************************************************************************************************************************************/
html.ios {
  --ion-default-font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Roboto", sans-serif;
}

html.md {
  --ion-default-font: "Roboto", "Helvetica Neue", sans-serif;
}

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

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

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

/**
 * Card style modal needs additional padding on the
 * top of the header. We accomplish this by targeting
 * the first toolbar in the header.
 * Footer also needs this. We do not adjust the bottom
 * padding though because of the safe area.
 */
html.ios ion-modal.modal-card ion-header ion-toolbar:first-of-type,
html.ios ion-modal.modal-sheet ion-header ion-toolbar:first-of-type,
html.ios ion-modal ion-footer ion-toolbar:first-of-type {
  padding-top: 6px;
}

/**
* Card style modal needs additional padding on the
* bottom of the header. We accomplish this by targeting
* the last toolbar in the header.
*/
html.ios ion-modal.modal-card ion-header ion-toolbar:last-of-type,
html.ios ion-modal.modal-sheet ion-header ion-toolbar:last-of-type {
  padding-bottom: 6px;
}

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

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

/**
 * This works around a bug in WebKit where the
 * content will overflow outside of the bottom border
 * radius when re-painting. As long as a single
 * border radius value is set on .ion-page, this
 * issue does not happen. We set the top left radius
 * here because the top left corner will always have a
 * radius no matter the platform.
 * This behavior only applies to card modals.
 */
html.ios ion-modal.modal-card .ion-page {
  border-top-left-radius: var(--border-radius);
}

.ion-color-primary {
  --ion-color-base: var(--ion-color-primary, #3880ff) !important;
  --ion-color-base-rgb: var(--ion-color-primary-rgb, 56, 128, 255) !important;
  --ion-color-contrast: var(--ion-color-primary-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-primary-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-primary-shade, #3171e0) !important;
  --ion-color-tint: var(--ion-color-primary-tint, #4c8dff) !important;
}

.ion-color-secondary {
  --ion-color-base: var(--ion-color-secondary, #3dc2ff) !important;
  --ion-color-base-rgb: var(--ion-color-secondary-rgb, 61, 194, 255) !important;
  --ion-color-contrast: var(--ion-color-secondary-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-secondary-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-secondary-shade, #36abe0) !important;
  --ion-color-tint: var(--ion-color-secondary-tint, #50c8ff) !important;
}

.ion-color-tertiary {
  --ion-color-base: var(--ion-color-tertiary, #5260ff) !important;
  --ion-color-base-rgb: var(--ion-color-tertiary-rgb, 82, 96, 255) !important;
  --ion-color-contrast: var(--ion-color-tertiary-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-tertiary-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-tertiary-shade, #4854e0) !important;
  --ion-color-tint: var(--ion-color-tertiary-tint, #6370ff) !important;
}

.ion-color-success {
  --ion-color-base: var(--ion-color-success, #2dd36f) !important;
  --ion-color-base-rgb: var(--ion-color-success-rgb, 45, 211, 111) !important;
  --ion-color-contrast: var(--ion-color-success-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-success-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-success-shade, #28ba62) !important;
  --ion-color-tint: var(--ion-color-success-tint, #42d77d) !important;
}

.ion-color-warning {
  --ion-color-base: var(--ion-color-warning, #ffc409) !important;
  --ion-color-base-rgb: var(--ion-color-warning-rgb, 255, 196, 9) !important;
  --ion-color-contrast: var(--ion-color-warning-contrast, #000) !important;
  --ion-color-contrast-rgb: var(--ion-color-warning-contrast-rgb, 0, 0, 0) !important;
  --ion-color-shade: var(--ion-color-warning-shade, #e0ac08) !important;
  --ion-color-tint: var(--ion-color-warning-tint, #ffca22) !important;
}

.ion-color-danger {
  --ion-color-base: var(--ion-color-danger, #eb445a) !important;
  --ion-color-base-rgb: var(--ion-color-danger-rgb, 235, 68, 90) !important;
  --ion-color-contrast: var(--ion-color-danger-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-danger-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-danger-shade, #cf3c4f) !important;
  --ion-color-tint: var(--ion-color-danger-tint, #ed576b) !important;
}

.ion-color-light {
  --ion-color-base: var(--ion-color-light, #f4f5f8) !important;
  --ion-color-base-rgb: var(--ion-color-light-rgb, 244, 245, 248) !important;
  --ion-color-contrast: var(--ion-color-light-contrast, #000) !important;
  --ion-color-contrast-rgb: var(--ion-color-light-contrast-rgb, 0, 0, 0) !important;
  --ion-color-shade: var(--ion-color-light-shade, #d7d8da) !important;
  --ion-color-tint: var(--ion-color-light-tint, #f5f6f9) !important;
}

.ion-color-medium {
  --ion-color-base: var(--ion-color-medium, #92949c) !important;
  --ion-color-base-rgb: var(--ion-color-medium-rgb, 146, 148, 156) !important;
  --ion-color-contrast: var(--ion-color-medium-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-medium-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-medium-shade, #808289) !important;
  --ion-color-tint: var(--ion-color-medium-tint, #9d9fa6) !important;
}

.ion-color-dark {
  --ion-color-base: var(--ion-color-dark, #222428) !important;
  --ion-color-base-rgb: var(--ion-color-dark-rgb, 34, 36, 40) !important;
  --ion-color-contrast: var(--ion-color-dark-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-dark-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-dark-shade, #1e2023) !important;
  --ion-color-tint: var(--ion-color-dark-tint, #383a3e) !important;
}

.ion-page {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  contain: layout size style;
  overflow: hidden;
  z-index: 0;
}

/**
 * When making custom dialogs, using
 * ion-content is not required. As a result,
 * some developers may wish to have dialogs
 * that are automatically sized by the browser.
 * These changes allow certain dimension values
 * such as fit-content to work correctly.
 */
ion-modal > .ion-page {
  position: relative;
  contain: layout style;
  height: 100%;
}

.split-pane-visible > .ion-page.split-pane-main {
  position: relative;
}

ion-route,
ion-route-redirect,
ion-router,
ion-select-option,
ion-nav-controller,
ion-menu-controller,
ion-action-sheet-controller,
ion-alert-controller,
ion-loading-controller,
ion-modal-controller,
ion-picker-controller,
ion-popover-controller,
ion-toast-controller,
.ion-page-hidden {
  /* stylelint-disable-next-line declaration-no-important */
  display: none !important;
}

.ion-page-invisible {
  opacity: 0;
}

.can-go-back > ion-header ion-back-button {
  display: block;
}

html.plt-ios.plt-hybrid, html.plt-ios.plt-pwa {
  --ion-statusbar-padding: 20px;
}

@supports (padding-top: 20px) {
  html {
    --ion-safe-area-top: var(--ion-statusbar-padding);
  }
}
@supports (padding-top: constant(safe-area-inset-top)) {
  html {
    --ion-safe-area-top: constant(safe-area-inset-top);
    --ion-safe-area-bottom: constant(safe-area-inset-bottom);
    --ion-safe-area-left: constant(safe-area-inset-left);
    --ion-safe-area-right: constant(safe-area-inset-right);
  }
}
@supports (padding-top: env(safe-area-inset-top)) {
  html {
    --ion-safe-area-top: env(safe-area-inset-top);
    --ion-safe-area-bottom: env(safe-area-inset-bottom);
    --ion-safe-area-left: env(safe-area-inset-left);
    --ion-safe-area-right: env(safe-area-inset-right);
  }
}
ion-card.ion-color .ion-inherit-color,
ion-card-header.ion-color .ion-inherit-color {
  color: inherit;
}

.menu-content {
  transform: translate3d(0,  0,  0);
}

.menu-content-open {
  cursor: pointer;
  touch-action: manipulation;
  pointer-events: none;
}

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

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

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

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

ion-accordion-group.accordion-group-expand-inset > ion-accordion:first-of-type {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

ion-accordion-group.accordion-group-expand-inset > ion-accordion:last-of-type {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

ion-accordion-group > ion-accordion:last-of-type ion-item[slot=header] {
  --border-width: 0px;
}

ion-accordion.accordion-animated > [slot=header] .ion-accordion-toggle-icon {
  transition: 300ms transform cubic-bezier(0.25, 0.8, 0.5, 1);
}

@media (prefers-reduced-motion: reduce) {
  ion-accordion .ion-accordion-toggle-icon {
    /* stylelint-disable declaration-no-important */
    transition: none !important;
  }
}
/**
 * The > [slot="header"] selector ensures that we do
 * not modify toggle icons for any nested accordions. The state
 * of one accordion should not affect any accordions inside
 * of a nested accordion group.
 */
ion-accordion.accordion-expanding > [slot=header] .ion-accordion-toggle-icon,
ion-accordion.accordion-expanded > [slot=header] .ion-accordion-toggle-icon {
  transform: rotate(180deg);
}

ion-accordion-group.accordion-group-expand-inset.md > ion-accordion.accordion-previous ion-item[slot=header] {
  --border-width: 0px;
  --inner-border-width: 0px;
}

ion-accordion-group.accordion-group-expand-inset.md > ion-accordion.accordion-expanding:first-of-type,
ion-accordion-group.accordion-group-expand-inset.md > ion-accordion.accordion-expanded:first-of-type {
  margin-top: 0;
}

ion-input input::-webkit-date-and-time-value {
  text-align: start;
}

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

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

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

/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/normalize.css ***!
  \***************************************************************************************************************************************************************************************************************************************/
audio,
canvas,
progress,
video {
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

b,
strong {
  font-weight: bold;
}

img {
  max-width: 100%;
}

hr {
  height: 1px;
  border-width: 0;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

label,
input,
select,
textarea {
  font-family: inherit;
  line-height: normal;
}

textarea {
  overflow: auto;
  height: auto;
  font: inherit;
  color: inherit;
}

textarea::placeholder {
  padding-left: 2px;
}

form,
input,
optgroup,
select {
  margin: 0;
  font: inherit;
  color: inherit;
}

html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

a,
a div,
a span,
a ion-icon,
a ion-label,
button,
button div,
button span,
button ion-icon,
button ion-label,
.ion-tappable,
[tappable],
[tappable] div,
[tappable] span,
[tappable] ion-icon,
[tappable] ion-label,
input,
textarea {
  touch-action: manipulation;
}

a ion-label,
button ion-label {
  pointer-events: none;
}

button {
  padding: 0;
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-style: inherit;
  font-variant: inherit;
  line-height: 1;
  text-transform: none;
  cursor: pointer;
  -webkit-appearance: button;
}

[tappable] {
  cursor: pointer;
}

a[disabled],
button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

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

/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/structure.css ***!
  \***************************************************************************************************************************************************************************************************************************************/
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

html {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

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

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

/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/typography.css ***!
  \****************************************************************************************************************************************************************************************************************************************/
html {
  font-family: var(--ion-font-family);
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 16px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  margin-top: 20px;
  font-size: 26px;
}

h2 {
  margin-top: 18px;
  font-size: 24px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

small {
  font-size: 75%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

/*!*************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/display.css ***!
  \*************************************************************************************************************************************************************************************************************************************/
.ion-hide {
  display: none !important;
}

.ion-hide-up {
  display: none !important;
}

.ion-hide-down {
  display: none !important;
}

@media (min-width: 576px) {
  .ion-hide-sm-up {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .ion-hide-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .ion-hide-md-up {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .ion-hide-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .ion-hide-lg-up {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .ion-hide-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .ion-hide-xl-up {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .ion-hide-xl-down {
    display: none !important;
  }
}

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

/*!*************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/padding.css ***!
  \*************************************************************************************************************************************************************************************************************************************/
.ion-no-padding {
  --padding-start: 0;
  --padding-end: 0;
  --padding-top: 0;
  --padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.ion-padding {
  --padding-start: var(--ion-padding, 16px);
  --padding-end: var(--ion-padding, 16px);
  --padding-top: var(--ion-padding, 16px);
  --padding-bottom: var(--ion-padding, 16px);
  padding-inline-start: var(--ion-padding, 16px);
  padding-inline-end: var(--ion-padding, 16px);
  padding-top: var(--ion-padding, 16px);
  padding-bottom: var(--ion-padding, 16px);
}

.ion-padding-top {
  --padding-top: var(--ion-padding, 16px);
  padding-top: var(--ion-padding, 16px);
}

.ion-padding-start {
  --padding-start: var(--ion-padding, 16px);
  padding-inline-start: var(--ion-padding, 16px);
}

.ion-padding-end {
  --padding-end: var(--ion-padding, 16px);
  padding-inline-end: var(--ion-padding, 16px);
}

.ion-padding-bottom {
  --padding-bottom: var(--ion-padding, 16px);
  padding-bottom: var(--ion-padding, 16px);
}

.ion-padding-vertical {
  --padding-top: var(--ion-padding, 16px);
  --padding-bottom: var(--ion-padding, 16px);
  padding-top: var(--ion-padding, 16px);
  padding-bottom: var(--ion-padding, 16px);
}

.ion-padding-horizontal {
  --padding-start: var(--ion-padding, 16px);
  --padding-end: var(--ion-padding, 16px);
  padding-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-inline-start: var(--ion-margin, 16px);
  margin-inline-end: var(--ion-margin, 16px);
  margin-top: var(--ion-margin, 16px);
  margin-bottom: var(--ion-margin, 16px);
}

.ion-margin-top {
  --margin-top: var(--ion-margin, 16px);
  margin-top: var(--ion-margin, 16px);
}

.ion-margin-start {
  --margin-start: var(--ion-margin, 16px);
  margin-inline-start: var(--ion-margin, 16px);
}

.ion-margin-end {
  --margin-end: var(--ion-margin, 16px);
  margin-inline-end: var(--ion-margin, 16px);
}

.ion-margin-bottom {
  --margin-bottom: var(--ion-margin, 16px);
  margin-bottom: var(--ion-margin, 16px);
}

.ion-margin-vertical {
  --margin-top: var(--ion-margin, 16px);
  --margin-bottom: var(--ion-margin, 16px);
  margin-top: var(--ion-margin, 16px);
  margin-bottom: var(--ion-margin, 16px);
}

.ion-margin-horizontal {
  --margin-start: var(--ion-margin, 16px);
  --margin-end: var(--ion-margin, 16px);
  margin-inline-start: var(--ion-margin, 16px);
  margin-inline-end: var(--ion-margin, 16px);
}

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

/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/float-elements.css ***!
  \********************************************************************************************************************************************************************************************************************************************/
.ion-float-left {
  float: left !important;
}

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

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

[dir=rtl] .ion-float-start {
  float: right !important;
}

@supports selector(:dir(rtl)) {
  .ion-float-start:dir(rtl) {
    float: right !important;
  }
}

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

[dir=rtl] .ion-float-end {
  float: left !important;
}

@supports selector(:dir(rtl)) {
  .ion-float-end:dir(rtl) {
    float: left !important;
  }
}

@media (min-width: 576px) {
  .ion-float-sm-left {
    float: left !important;
  }

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

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

  [dir=rtl] .ion-float-sm-start {
    float: right !important;
  }

  @supports selector(:dir(rtl)) {
    .ion-float-sm-start:dir(rtl) {
      float: right !important;
    }
  }

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

  [dir=rtl] .ion-float-sm-end {
    float: left !important;
  }

  @supports selector(:dir(rtl)) {
    .ion-float-sm-end:dir(rtl) {
      float: left !important;
    }
  }
}
@media (min-width: 768px) {
  .ion-float-md-left {
    float: left !important;
  }

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

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

  [dir=rtl] .ion-float-md-start {
    float: right !important;
  }

  @supports selector(:dir(rtl)) {
    .ion-float-md-start:dir(rtl) {
      float: right !important;
    }
  }

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

  [dir=rtl] .ion-float-md-end {
    float: left !important;
  }

  @supports selector(:dir(rtl)) {
    .ion-float-md-end:dir(rtl) {
      float: left !important;
    }
  }
}
@media (min-width: 992px) {
  .ion-float-lg-left {
    float: left !important;
  }

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

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

  [dir=rtl] .ion-float-lg-start {
    float: right !important;
  }

  @supports selector(:dir(rtl)) {
    .ion-float-lg-start:dir(rtl) {
      float: right !important;
    }
  }

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

  [dir=rtl] .ion-float-lg-end {
    float: left !important;
  }

  @supports selector(:dir(rtl)) {
    .ion-float-lg-end:dir(rtl) {
      float: left !important;
    }
  }
}
@media (min-width: 1200px) {
  .ion-float-xl-left {
    float: left !important;
  }

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

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

  [dir=rtl] .ion-float-xl-start {
    float: right !important;
  }

  @supports selector(:dir(rtl)) {
    .ion-float-xl-start:dir(rtl) {
      float: right !important;
    }
  }

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

  [dir=rtl] .ion-float-xl-end {
    float: left !important;
  }

  @supports selector(:dir(rtl)) {
    .ion-float-xl-end:dir(rtl) {
      float: left !important;
    }
  }
}

/*# sourceMappingURL=float-elements.css.map */

/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/text-alignment.css ***!
  \********************************************************************************************************************************************************************************************************************************************/
.ion-text-center {
  text-align: center !important;
}

.ion-text-justify {
  text-align: justify !important;
}

.ion-text-start {
  text-align: start !important;
}

.ion-text-end {
  text-align: end !important;
}

.ion-text-left {
  text-align: left !important;
}

.ion-text-right {
  text-align: right !important;
}

.ion-text-nowrap {
  white-space: nowrap !important;
}

.ion-text-wrap {
  white-space: normal !important;
}

@media (min-width: 576px) {
  .ion-text-sm-center {
    text-align: center !important;
  }

  .ion-text-sm-justify {
    text-align: justify !important;
  }

  .ion-text-sm-start {
    text-align: start !important;
  }

  .ion-text-sm-end {
    text-align: end !important;
  }

  .ion-text-sm-left {
    text-align: left !important;
  }

  .ion-text-sm-right {
    text-align: right !important;
  }

  .ion-text-sm-nowrap {
    white-space: nowrap !important;
  }

  .ion-text-sm-wrap {
    white-space: normal !important;
  }
}
@media (min-width: 768px) {
  .ion-text-md-center {
    text-align: center !important;
  }

  .ion-text-md-justify {
    text-align: justify !important;
  }

  .ion-text-md-start {
    text-align: start !important;
  }

  .ion-text-md-end {
    text-align: end !important;
  }

  .ion-text-md-left {
    text-align: left !important;
  }

  .ion-text-md-right {
    text-align: right !important;
  }

  .ion-text-md-nowrap {
    white-space: nowrap !important;
  }

  .ion-text-md-wrap {
    white-space: normal !important;
  }
}
@media (min-width: 992px) {
  .ion-text-lg-center {
    text-align: center !important;
  }

  .ion-text-lg-justify {
    text-align: justify !important;
  }

  .ion-text-lg-start {
    text-align: start !important;
  }

  .ion-text-lg-end {
    text-align: end !important;
  }

  .ion-text-lg-left {
    text-align: left !important;
  }

  .ion-text-lg-right {
    text-align: right !important;
  }

  .ion-text-lg-nowrap {
    white-space: nowrap !important;
  }

  .ion-text-lg-wrap {
    white-space: normal !important;
  }
}
@media (min-width: 1200px) {
  .ion-text-xl-center {
    text-align: center !important;
  }

  .ion-text-xl-justify {
    text-align: justify !important;
  }

  .ion-text-xl-start {
    text-align: start !important;
  }

  .ion-text-xl-end {
    text-align: end !important;
  }

  .ion-text-xl-left {
    text-align: left !important;
  }

  .ion-text-xl-right {
    text-align: right !important;
  }

  .ion-text-xl-nowrap {
    white-space: nowrap !important;
  }

  .ion-text-xl-wrap {
    white-space: normal !important;
  }
}

/*# sourceMappingURL=text-alignment.css.map */

/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/text-transformation.css ***!
  \*************************************************************************************************************************************************************************************************************************************************/
.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;
  }
}

/*# sourceMappingURL=text-transformation.css.map */

/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/flex-utils.css ***!
  \****************************************************************************************************************************************************************************************************************************************/
.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;
}

/*# sourceMappingURL=flex-utils.css.map */

/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/@danielmoncada/angular-datetime-picker/assets/style/picker.min.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}@media screen and (-ms-high-contrast: active){.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:0.6}}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,0.288)}.cdk-overlay-transparent-backdrop,.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}.owl-dialog-container{position:relative;pointer-events:auto;box-sizing:border-box;display:block;padding:1.5em;box-shadow:0 11px 15px -7px rgba(0,0,0,0.2),0px 24px 38px 3px rgba(0,0,0,0.14),0px 9px 46px 8px rgba(0,0,0,0.12);border-radius:2px;overflow:auto;background:#fff;color:rgba(0,0,0,0.87);width:100%;height:100%;outline:none}.owl-dt-container,.owl-dt-container *{box-sizing:border-box}.owl-dt-container{display:block;font-size:1rem;background:#ffffff;pointer-events:auto;z-index:1000}.owl-dt-container-row{border-bottom:1px solid rgba(0,0,0,0.12)}.owl-dt-container-row:last-child{border-bottom:none}.owl-dt-calendar{display:flex;flex-direction:column;width:100%}.owl-dt-calendar-control{display:flex;align-items:center;font-size:1em;width:100%;padding:.5em;color:#000000}.owl-dt-calendar-control .owl-dt-calendar-control-content{flex:1 1 auto;display:flex;justify-content:center;align-items:center}.owl-dt-calendar-control .owl-dt-calendar-control-content .owl-dt-calendar-control-button{padding:0 .8em}.owl-dt-calendar-control .owl-dt-calendar-control-content .owl-dt-calendar-control-button:hover{background-color:rgba(0,0,0,0.12)}.owl-dt-calendar-main{display:flex;flex-direction:column;flex:1 1 auto;padding:0 .5em .5em;outline:0}.owl-dt-calendar-view{display:block;flex:1 1 auto}.owl-dt-calendar-multi-year-view{display:flex;align-items:center}.owl-dt-calendar-multi-year-view .owl-dt-calendar-table{width:calc(100% - 3em)}.owl-dt-calendar-multi-year-view .owl-dt-calendar-table .owl-dt-calendar-header th{padding-bottom:.25em}.owl-dt-calendar-table{width:100%;border-collapse:collapse;border-spacing:0}.owl-dt-calendar-table .owl-dt-calendar-header{color:rgba(0,0,0,0.4)}.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-weekdays th{font-size:.7em;font-weight:400;text-align:center;padding-bottom:1em}.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-calendar-table-divider{position:relative;height:1px;padding-bottom:.5em}.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-calendar-table-divider:after{content:'';position:absolute;top:0;left:-.5em;right:-.5em;height:1px;background:rgba(0,0,0,0.12)}.owl-dt-calendar-table .owl-dt-calendar-cell{position:relative;height:0;line-height:0;text-align:center;outline:0;color:rgba(0,0,0,0.85);-webkit-appearance:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.owl-dt-calendar-table .owl-dt-calendar-cell-content{position:absolute;top:5%;left:5%;display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:90%;height:90%;font-size:.8em;line-height:1;border:1px solid transparent;border-radius:999px;color:inherit;cursor:pointer}.owl-dt-calendar-table .owl-dt-calendar-cell-out{opacity:.2}.owl-dt-calendar-table .owl-dt-calendar-cell-today:not(.owl-dt-calendar-cell-selected){border-color:rgba(0,0,0,0.4)}.owl-dt-calendar-table .owl-dt-calendar-cell-selected{color:rgba(255,255,255,0.85);background-color:#3f51b5}.owl-dt-calendar-table .owl-dt-calendar-cell-selected.owl-dt-calendar-cell-today{box-shadow:inset 0 0 0 1px rgba(255,255,255,0.85)}.owl-dt-calendar-table .owl-dt-calendar-cell-disabled{cursor:default}.owl-dt-calendar-table .owl-dt-calendar-cell-disabled>.owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected){color:rgba(0,0,0,0.4)}.owl-dt-calendar-table .owl-dt-calendar-cell-disabled>.owl-dt-calendar-cell-content.owl-dt-calendar-cell-selected{opacity:.4}.owl-dt-calendar-table .owl-dt-calendar-cell-disabled>.owl-dt-calendar-cell-today:not(.owl-dt-calendar-cell-selected){border-color:rgba(0,0,0,0.2)}.owl-dt-calendar-table .owl-dt-calendar-cell-active:focus>.owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected),.owl-dt-calendar-table :not(.owl-dt-calendar-cell-disabled):hover>.owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected){background-color:rgba(0,0,0,0.04)}.owl-dt-calendar-table .owl-dt-calendar-cell-in-range{background:rgba(63,81,181,0.2)}.owl-dt-calendar-table .owl-dt-calendar-cell-in-range.owl-dt-calendar-cell-range-from{border-top-left-radius:999px;border-bottom-left-radius:999px}.owl-dt-calendar-table .owl-dt-calendar-cell-in-range.owl-dt-calendar-cell-range-to{border-top-right-radius:999px;border-bottom-right-radius:999px}.owl-dt-timer{display:flex;justify-content:center;width:100%;height:7em;padding:.5em;outline:none}.owl-dt-timer-box{position:relative;display:inline-flex;flex-direction:column;align-items:center;width:25%;height:100%}.owl-dt-timer-content{flex:1 1 auto;display:flex;justify-content:center;align-items:center;width:100%;margin:.2em 0}.owl-dt-timer-content .owl-dt-timer-input{display:block;width:2em;text-align:center;border:1px solid rgba(0,0,0,0.5);border-radius:3px;outline:medium none;font-size:1.2em;padding:.2em}.owl-dt-timer-divider{display:inline-block;align-self:flex-end;position:absolute;width:.6em;height:100%;left:-.3em}.owl-dt-timer-divider:before,.owl-dt-timer-divider:after{content:'';display:inline-block;width:.35em;height:.35em;position:absolute;left:50%;border-radius:50%;transform:translateX(-50%);background-color:currentColor}.owl-dt-timer-divider:before{top:35%}.owl-dt-timer-divider:after{bottom:35%}.owl-dt-control-button{-webkit-user-select:none;user-select:none;cursor:pointer;outline:none;border:none;-webkit-tap-highlight-color:transparent;display:inline-block;white-space:nowrap;text-decoration:none;vertical-align:baseline;margin:0;padding:0;background-color:transparent;font-size:1em;color:inherit}.owl-dt-control-button .owl-dt-control-button-content{position:relative;display:inline-flex;justify-content:center;align-items:center;outline:none}.owl-dt-control-period-button .owl-dt-control-button-content{height:1.5em;padding:0 .5em;border-radius:3px;transition:background-color 100ms linear}.owl-dt-control-period-button:hover>.owl-dt-control-button-content{background-color:rgba(0,0,0,0.12)}.owl-dt-control-period-button .owl-dt-control-button-arrow{display:flex;justify-content:center;align-items:center;width:1em;height:1em;margin:.1em;transition:transform 200ms ease}.owl-dt-control-arrow-button .owl-dt-control-button-content{padding:0;border-radius:50%;width:1.5em;height:1.5em}.owl-dt-control-arrow-button[disabled]{color:rgba(0,0,0,0.4);cursor:default}.owl-dt-control-arrow-button svg{width:50%;height:50%;fill:currentColor}.owl-dt-inline-container,.owl-dt-popup-container{position:relative;width:18.5em;box-shadow:0 5px 5px -3px rgba(0,0,0,0.2),0 8px 10px 1px rgba(0,0,0,0.14),0 3px 14px 2px rgba(0,0,0,0.12)}.owl-dt-inline-container .owl-dt-calendar,.owl-dt-inline-container .owl-dt-timer,.owl-dt-popup-container .owl-dt-calendar,.owl-dt-popup-container .owl-dt-timer{width:100%}.owl-dt-inline-container .owl-dt-calendar,.owl-dt-popup-container .owl-dt-calendar{height:20.25em}.owl-dt-dialog-container{max-height:95vh;margin:-1.5em}.owl-dt-dialog-container .owl-dt-calendar{min-width:250px;min-height:330px;max-width:750px;max-height:750px}.owl-dt-dialog-container .owl-dt-timer{min-width:250px;max-width:750px}@media all and (orientation: landscape){.owl-dt-dialog-container .owl-dt-calendar{width:58vh;height:62vh}.owl-dt-dialog-container .owl-dt-timer{width:58vh}}@media all and (orientation: portrait){.owl-dt-dialog-container .owl-dt-calendar{width:80vw;height:80vw}.owl-dt-dialog-container .owl-dt-timer{width:80vw}}.owl-dt-container-buttons{display:flex;width:100%;height:2em;color:#3f51b5}.owl-dt-container-control-button{font-size:1em;width:50%;height:100%;border-radius:0}.owl-dt-container-control-button .owl-dt-control-button-content{height:100%;width:100%;transition:background-color 100ms linear}.owl-dt-container-control-button:hover .owl-dt-control-button-content{background-color:rgba(0,0,0,0.1)}.owl-dt-container-info{padding:0 .5em;cursor:pointer;-webkit-tap-highlight-color:transparent}.owl-dt-container-info .owl-dt-container-range{outline:none}.owl-dt-container-info .owl-dt-container-range .owl-dt-container-range-content{display:flex;justify-content:space-between;padding:.5em 0;font-size:.8em}.owl-dt-container-info .owl-dt-container-range:last-child{border-top:1px solid rgba(0,0,0,0.12)}.owl-dt-container-info .owl-dt-container-info-active{color:#3f51b5}.owl-dt-container-disabled,.owl-dt-trigger-disabled{opacity:0.35;filter:Alpha(Opacity=35);background-image:none;cursor:default !important}.owl-dt-timer-hour12{display:flex;justify-content:center;align-items:center;color:#3f51b5}.owl-dt-timer-hour12 .owl-dt-timer-hour12-box{border:1px solid currentColor;border-radius:2px;transition:background 200ms ease}.owl-dt-timer-hour12 .owl-dt-timer-hour12-box .owl-dt-control-button-content{width:100%;height:100%;padding:.5em}.owl-dt-timer-hour12 .owl-dt-timer-hour12-box:focus .owl-dt-control-button-content,.owl-dt-timer-hour12 .owl-dt-timer-hour12-box:hover .owl-dt-control-button-content{background:#3f51b5;color:#ffffff}.owl-dt-calendar-only-current-month .owl-dt-calendar-cell-out{visibility:hidden;cursor:default}.owl-dt-inline{display:inline-block}.owl-dt-control{outline:none;cursor:pointer}.owl-dt-control .owl-dt-control-content{outline:none}.owl-dt-control:focus>.owl-dt-control-content{background-color:rgba(0,0,0,0.12)}.owl-dt-control:not(:-moz-focusring):focus>.owl-dt-control-content{box-shadow:none}.owl-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}

/*!********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/quill/dist/quill.snow.css ***!
  \********************************************************************************************************************************************************************************************************************************/
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

/*!*******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/leaflet/dist/leaflet.css ***!
  \*******************************************************************************************************************************************************************************************************************************/
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}

.leaflet-container img.leaflet-tile {
	/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
	mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url('layers.png');
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url('layers-2x.png');
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url('marker-icon.png');
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;
	transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* Printing */

@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		color-adjust: exact;
		     print-color-adjust: exact;
		}
	}

/*!******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/tippy.js/dist/tippy.css ***!
  \******************************************************************************************************************************************************************************************************************************/
.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/global.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
 * 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 */
/* Basic CSS for apps built with Ionic */
/* Optional CSS utils that can be commented out */
.text-style-1 {
  font-size: 30px !important;
  font-weight: bold !important;
  color: var(--white) !important;
}

.text-style-2 {
  font-size: 16px !important;
  font-weight: bold !important;
  color: var(--white) !important;
}

.text-style-3 {
  font-size: 16px !important;
  font-weight: normal !important;
  color: var(--white) !important;
}

.text-style-4 {
  font-size: 13px !important;
  font-weight: normal !important;
  color: var(--white) !important;
}

.text-style-5 {
  font-size: 12px !important;
  font-weight: normal !important;
  color: var(--black) !important;
}
.text-style-5 a {
  color: var(--black) !important;
}

.text-style-6 {
  font-size: 13px !important;
  font-weight: bold !important;
  color: var(--black) !important;
}

.text-style-7 {
  font-size: 13px !important;
  font-weight: normal !important;
  color: var(--black) !important;
}

.text-style-7-red {
  font-size: 13px !important;
  font-weight: normal !important;
  color: var(--coral) !important;
}

.text-style-7-orange {
  font-size: 13px !important;
  font-weight: normal !important;
  color: var(--pumpkin-orange) !important;
}

.text-style-7-green {
  font-size: 13px !important;
  font-weight: normal !important;
  color: var(--pea-green) !important;
}

.text-style-8 {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: var(--white) !important;
}

.text-style-9 {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: var(--white) !important;
}

.text-style-10 {
  font-size: 14px !important;
  font-weight: normal !important;
  color: var(--deep-pink) !important;
}

.text-style-11 {
  font-size: 16px !important;
  font-weight: normal !important;
  color: var(--black) !important;
}

.text-style-12 {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: var(--black) !important;
}

.text-style-13 {
  font-size: 16px !important;
  font-weight: bold !important;
  color: var(--peacock-blue) !important;
}

.text-style-14 {
  font-size: 12px !important;
  font-weight: bold !important;
  color: var(--black) !important;
}

.text-style-15 {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: var(--peacock-blue) !important;
}

.text-style-16 {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: var(--peacock-blue) !important;
}

.text-style-17 {
  font-size: 20px !important;
  font-weight: normal !important;
  color: var(--pumpkin-orange) !important;
}

.text-style-18 {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: var(--pumpkin-orange) !important;
}

.text-style-19 {
  font-size: 20px !important;
  font-weight: normal !important;
  color: var(--deep-pink) !important;
}

.text-style-20 {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: var(--deep-pink) !important;
}

.text-style-21 {
  font-size: 20px !important;
  font-weight: normal !important;
  color: var(--turquoise-blue) !important;
}

.text-style-22 {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: var(--turquoise-blue) !important;
}

.text-style-23 {
  font-size: 20px !important;
  font-weight: normal !important;
  color: var(--pea-green) !important;
}

.text-style-24 {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: var(--pea-green) !important;
}

.text-style-25 {
  font-size: 20px !important;
  font-weight: normal !important;
  color: var(--white) !important;
}

.text-style-26 {
  font-size: 15px !important;
  font-weight: normal !important;
  color: var(--white) !important;
}

.text-style-27 {
  font-size: 12px !important;
  font-weight: 300 !important;
  color: var(--white) !important;
}

.text-style-28 {
  font-size: 12px !important;
  font-weight: normal !important;
  color: var(--brown-grey) !important;
}

.text-style-29 {
  font-size: 12px !important;
  font-weight: 600 !important;
  color: var(--black) !important;
}

.text-style-30 {
  font-size: 12px !important;
  font-weight: normal !important;
  color: var(--white) !important;
}

.text-style-31 {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: var(--peacock-blue) !important;
}

.text-style-32 {
  font-size: 13px !important;
  font-weight: normal !important;
  color: var(--black-20) !important;
}

.text-style-33 {
  font-size: 13px !important;
  font-weight: bold !important;
  color: var(--peacock-blue) !important;
}

.text-style-34 {
  font-size: 13px !important;
  font-weight: bold !important;
  color: var(--white) !important;
}

.text-style-35 {
  font-size: 14px !important;
  font-weight: normal !important;
  color: var(--black) !important;
}
.text-style-35 a {
  color: var(--black) !important;
}

.text-style-35-italic {
  font-size: 14px !important;
  font-weight: normal !important;
  font-style: italic;
  color: var(--black) !important;
}
.text-style-35-italic a {
  color: var(--black) !important;
}

.text-style-36 {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: var(--black) !important;
}

.text-style-37 {
  font-size: 7px !important;
  font-weight: normal !important;
  color: var(--black) !important;
}

.text-style-38 {
  font-size: 14px !important;
  font-weight: bold !important;
  color: var(--black) !important;
}

.text-style-39 {
  font-size: 13px !important;
  font-weight: normal !important;
  color: var(--turquoise-blue) !important;
}

.text-style-40 {
  font-size: 13px !important;
  font-weight: normal !important;
  color: var(--peacock-blue) !important;
}

.text-style-41 {
  font-size: 10px !important;
  font-weight: bold !important;
  color: var(--black) !important;
}

.text-style-42 {
  font-size: 10px !important;
  font-weight: bold !important;
  color: var(--peacock-blue) !important;
}

.text-style-43 {
  font-size: 10px !important;
  font-weight: normal !important;
  color: var(--black) !important;
}

.text-style-44 {
  font-size: 10px !important;
  font-weight: bold !important;
  color: var(--white) !important;
}

.text-style-45 {
  font-size: 11px !important;
  font-weight: normal !important;
  color: var(--very-light-pink) !important;
}

.text-style-46 {
  font-size: 11px !important;
  font-weight: normal !important;
  color: var(--black) !important;
}

.text-style-47 {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: var(--peacock-blue) !important;
}

.text-style-48 {
  font-size: 14px !important;
  font-weight: normal !important;
  color: var(--peacock-blue) !important;
}

.text-style-49 {
  font-size: 13px !important;
  font-weight: bold !important;
  color: var(--black) !important;
}

.text-style-50 {
  font-size: 13px !important;
  font-weight: normal !important;
  font-style: italic !important;
  color: var(--black) !important;
}

.text-style-51 {
  font-size: 13px !important;
  font-weight: normal !important;
  color: var(--black) !important;
}

html, body {
  background: var(--white) !important;
}

.atmosphere-desktop .toolbar-header-peacock-blue {
  --background: var(--peacock-blue) url(/assets/imgs/vague-bg.svg) center / contain no-repeat !important;
  --min-height: 6vh;
}
.atmosphere-desktop .toolbar-header-2-atmosphere {
  --background: var(--white) url(/assets/imgs/logo.svg) center / contain no-repeat !important;
  --min-height: 6vh;
}
.atmosphere-desktop .toolbar-header-deep-pink {
  --background: var(--deep-pink) url(/assets/imgs/vague-bg.svg) center / contain no-repeat !important;
  --min-height: 6vh;
}
.atmosphere-desktop .toolbar-header-pumpink-orange {
  --background: var(--pumpkin-orange) url(/assets/imgs/vague-bg.svg) center / contain no-repeat !important;
  --min-height: 6vh;
}

.atmosphere-desktop .img-menu-header {
  width: 32px;
}

.toolbar-header-empty {
  height: 0 !important;
  --min-height: 0;
  --background: var(--white) !important;
}

.atmosphere-desktop .menu {
  --width: 300px;
}
.atmosphere-desktop .background-menu::part(scroll) {
  background-color: var(--white);
  background-image: url(/assets/imgs/vague-menu.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom -100px;
}

.img-logo-menu {
  width: 100%;
}

.background-peacock-blue {
  --background: var(--peacock-blue) !important;
  background: var(--peacock-blue) !important;
}

.background-peacock-blue-50 {
  --background: var(--peacock-blue-50) !important;
  background: var(--peacock-blue-50) !important;
}

.background-peacock-blue-10 {
  --background: var(--peacock-blue-10) !important;
  background: var(--peacock-blue-10) !important;
}

.background-turquoise-blue {
  --background: var(--turquoise-blue) !important;
  background: var(--turquoise-blue) !important;
}

.background-deep-pink {
  --background: var(--deep-pink) !important;
  background: var(--deep-pink) !important;
}

.background-deep-pink-10 {
  --background: var(--deep-pink-10) !important;
  background: var(--deep-pink-10) !important;
}

.background-pea-green {
  --background: var(--pea-green) !important;
  background: var(--pea-green) !important;
}

.background-shamrock-green {
  --background: var(--shamrock-green) !important;
  background: var(--shamrock-green) !important;
}

.background-white {
  --background: var(--white) !important;
  background: var(--white) !important;
}

.background-brownish-grey {
  --background: var(--brownish-grey) !important;
  background: var(--brownish-grey) !important;
}

.background-black {
  --background: var(--black) !important;
  background: var(--black) !important;
}

.background-pumpkin-orange {
  --background: var(--pumpkin-orange) !important;
  background: var(--pumpkin-orange) !important;
}

.background-pumpkin-orange-10 {
  --background: var(--pumpkin-orange-10) !important;
  background: var(--pumpkin-orange-10) !important;
}

.background-transparent {
  --background: transparent !important;
  background: transparent !important;
}

.background-very-light-pink {
  --background: var(--very-light-pink) !important;
  background: var(--very-light-pink) !important;
}

.background-sunny-yellow {
  --background: var(--sunny-yellow) !important;
  background: var(--sunny-yellow) !important;
}

.background-chocolate-brown {
  --background: var(--chocolate-brown) !important;
  background: var(--chocolate-brown) !important;
}

.background-purple {
  --background: var(--purple) !important;
  background: var(--purple) !important;
}

.background-coral {
  --background: var(--coral) !important;
  background: var(--coral) !important;
}

.background-vague {
  --background: var(--white) url(/assets/imgs/vague-bas.svg) left bottom / 65% no-repeat !important;
}

.border-white {
  border: 1px solid var(--white) !important;
}

.border-top-white-2px {
  border-top: 2px solid var(--white) !important;
}

.border-bottom-white {
  border-bottom: 1px solid var(--white) !important;
}

.border-bottom-white-2px {
  border-bottom: 2px solid var(--white) !important;
}

.border-bottom-pea-green {
  border-bottom: 1px solid var(--pea-green) !important;
}

.border-bottom-pea-green-4px {
  border-bottom: 4px solid var(--pea-green) !important;
}

.border-bottom-transparent-4px {
  border-bottom: 4px solid transparent !important;
}

.border-peacock-blue {
  border: 1px solid var(--peacock-blue) !important;
}

.border-top-peacock-blue {
  border-top: 1px solid var(--peacock-blue) !important;
}

.border-bottom-peacock-blue {
  border-bottom: 1px solid var(--peacock-blue) !important;
}

.border-right-peacock-blue {
  border-right: 1px solid var(--peacock-blue) !important;
}

.border-left-peacock-blue {
  border-left: 1px solid var(--peacock-blue) !important;
}

.border-bottom-peacock-blue-2px {
  border-bottom: 2px solid var(--peacock-blue) !important;
}

.border-top-peacock-blue-2px {
  border-top: 2px solid var(--peacock-blue) !important;
}

.border-bottom-peacock-blue-3px {
  border-bottom: 3px solid var(--peacock-blue) !important;
}

.border-bottom-peacock-blue-4px {
  border-bottom: 4px solid var(--peacock-blue) !important;
}

.border-black {
  border: 1px solid var(--black) !important;
}

.border-bottom-black {
  border-bottom: 1px solid var(--black) !important;
}

.border-right-black {
  border-right: 1px solid var(--black) !important;
}

.border-bottom-black-20-2px {
  border-bottom: 2px solid var(--black-20) !important;
}

.border-top-black-20-2px {
  border-top: 2px solid var(--black-20) !important;
}

.border-right-black-20 {
  border-right: 1px solid var(--black-20) !important;
}

.border-bottom-black {
  border-bottom: 1px solid var(--black) !important;
}

.border-bottom-black-20 {
  border-bottom: 1px solid var(--black-20) !important;
}

.border-top-black-20 {
  border-top: 1px solid var(--black-20) !important;
}

.border-left-black-20 {
  border-left: 1px solid var(--black-20) !important;
}

.border-bottom-very-light-pink {
  border-bottom: 1px solid var(--very-light-pink) !important;
}

.border-bottom-very-light-grey {
  border-bottom: 1px solid var(--very-light-pink) !important;
}

.border-right-very-light-grey {
  border-right: 1px solid var(--very-light-pink) !important;
}

.border-bottom-pumpkin-orange {
  border-bottom: 1px solid var(--pumpkin-orange) !important;
}

.border-bottom-deep-pink {
  border-bottom: 1px solid var(--deep-pink) !important;
}

.border-bottom-turquoise-blue {
  border-bottom: 1px solid var(--turquoise-blue) !important;
}

.border-transparent {
  border: 1px solid transparent !important;
}

.border-sunny-yellow {
  border: 1px solid var(--sunny-yellow) !important;
}

.border-chocolate-brown {
  border: 1px solid var(--chocolate-brown) !important;
}

.border-purple {
  border: 1px solid var(--purple) !important;
}

.border-coral {
  border: 1px solid var(--coral) !important;
}

.border-radius-4 {
  border-radius: 4px !important;
}

.border-radius-8 {
  border-radius: 8px !important;
}

.box-shadow-footer {
  box-shadow: 0 0 20px 0 rgba(220, 220, 220, 0.5) !important;
}

.box-shadow-black-10 {
  box-shadow: 0 0 20px 0 var(--black-10) !important;
}

.atmosphere-desktop .margin-top-5px {
  margin-top: 5px !important;
}
.atmosphere-desktop .margin-top-10 {
  margin-top: 0.83vh !important;
}
.atmosphere-desktop .margin-top-15 {
  margin-top: 1.25vh !important;
}
.atmosphere-desktop .margin-top-20 {
  margin-top: 1.67vh !important;
}
.atmosphere-desktop .margin-top-25 {
  margin-top: 2.08vh !important;
}
.atmosphere-desktop .margin-top-30 {
  margin-top: 2.5vh !important;
}
.atmosphere-desktop .margin-top-50 {
  margin-top: 4.17vh !important;
}
.atmosphere-desktop .margin-top-70 {
  margin-top: 5.83vh !important;
}
.atmosphere-desktop .margin-top-150 {
  margin-top: 12.5vh !important;
}
.atmosphere-desktop .margin-bottom-10 {
  margin-bottom: 0.83vh !important;
}
.atmosphere-desktop .margin-bottom-15 {
  margin-bottom: 1.25vh !important;
}
.atmosphere-desktop .margin-bottom-20 {
  margin-bottom: 1.67vh !important;
}
.atmosphere-desktop .margin-bottom-25 {
  margin-bottom: 2.08vh !important;
}
.atmosphere-desktop .margin-bottom-30 {
  margin-bottom: 2.5vh !important;
}
.atmosphere-desktop .margin-bottom-35 {
  margin-bottom: 2.92vh !important;
}
.atmosphere-desktop .margin-bottom-40 {
  margin-bottom: 3.33vh !important;
}
.atmosphere-desktop .margin-bottom-50 {
  margin-bottom: 4.17vh !important;
}
.atmosphere-desktop .margin-bottom-60 {
  margin-bottom: 5vh !important;
}
.atmosphere-desktop .margin-bottom-75 {
  margin-bottom: 6.25vh !important;
}
.atmosphere-desktop .margin-bottom-90 {
  margin-bottom: 7.5vh !important;
}
.atmosphere-desktop .margin-left-5 {
  margin-left: 0.35vw !important;
}
.atmosphere-desktop .margin-left-10 {
  margin-left: 0.69vw !important;
}
.atmosphere-desktop .margin-left-15 {
  margin-left: 1.04vw !important;
}
.atmosphere-desktop .margin-left-20 {
  margin-left: 1.39vw !important;
}
.atmosphere-desktop .margin-left-25 {
  margin-left: 1.74vw !important;
}
.atmosphere-desktop .margin-left-30 {
  margin-left: 2.08vw !important;
}
.atmosphere-desktop .margin-left-50 {
  margin-left: 3.47vw !important;
}
.atmosphere-desktop .margin-left-60 {
  margin-left: 4.17vw !important;
}
.atmosphere-desktop .margin-left-140 {
  margin-left: 9.72vw !important;
}
.atmosphere-desktop .margin-right-5 {
  margin-right: 0.35vw !important;
}
.atmosphere-desktop .margin-right-10 {
  margin-right: 0.69vw !important;
}
.atmosphere-desktop .margin-right-15 {
  margin-right: 1.04vw !important;
}
.atmosphere-desktop .margin-right-20 {
  margin-right: 1.39vw !important;
}
.atmosphere-desktop .margin-right-20px {
  margin-right: 20px !important;
}
.atmosphere-desktop .margin-right-25 {
  margin-right: 1.74vw !important;
}
.atmosphere-desktop .margin-right-30 {
  margin-right: 2.08vw !important;
}
.atmosphere-desktop .margin-right-40 {
  margin-right: 2.78vw !important;
}
.atmosphere-desktop .margin-right-50 {
  margin-right: 3.47vw !important;
}
.atmosphere-desktop .margin-right-80 {
  margin-right: 5.55vw !important;
}
.atmosphere-desktop .padding-top-5 {
  padding-top: 0.42vh !important;
}
.atmosphere-desktop .padding-top-10 {
  padding-top: 0.83vh !important;
}
.atmosphere-desktop .padding-top-15 {
  padding-top: 1.25vh !important;
}
.atmosphere-desktop .padding-top-20 {
  padding-top: 1.67vh !important;
}
.atmosphere-desktop .padding-top-25 {
  padding-top: 2.08vh !important;
}
.atmosphere-desktop .padding-top-30 {
  padding-top: 2.5vh !important;
}
.atmosphere-desktop .padding-top-40 {
  padding-top: 3.33vh !important;
}
.atmosphere-desktop .padding-top-70 {
  padding-top: 5.83vh !important;
}
.atmosphere-desktop .padding-bottom-0 {
  padding-bottom: 0 !important;
}
.atmosphere-desktop .padding-bottom-5 {
  padding-bottom: 0.42vh !important;
}
.atmosphere-desktop .padding-bottom-10 {
  padding-bottom: 0.83vh !important;
}
.atmosphere-desktop .padding-bottom-15 {
  padding-bottom: 1.25vh !important;
}
.atmosphere-desktop .padding-bottom-20 {
  padding-bottom: 1.67vh !important;
}
.atmosphere-desktop .padding-bottom-25 {
  padding-bottom: 2.08vh !important;
}
.atmosphere-desktop .padding-bottom-30 {
  padding-bottom: 2.5vh !important;
}
.atmosphere-desktop .padding-bottom-40 {
  padding-bottom: 3.33vh !important;
}
.atmosphere-desktop .padding-bottom-70 {
  padding-bottom: 5.83vh !important;
}
.atmosphere-desktop .padding-left-5 {
  padding-left: 0.35vw !important;
}
.atmosphere-desktop .padding-left-10 {
  padding-left: 0.69vw !important;
}
.atmosphere-desktop .padding-left-15 {
  padding-left: 1.04vw !important;
}
.atmosphere-desktop .padding-left-15px {
  padding-left: 15px !important;
}
.atmosphere-desktop .padding-left-20 {
  padding-left: 1.39vw !important;
}
.atmosphere-desktop .padding-left-20px {
  padding-left: 20px !important;
}
.atmosphere-desktop .padding-left-25 {
  padding-left: 1.74vw !important;
}
.atmosphere-desktop .padding-left-30 {
  padding-left: 2.08vw !important;
}
.atmosphere-desktop .padding-left-35 {
  padding-left: 2.43vw !important;
}
.atmosphere-desktop .padding-left-40 {
  padding-left: 2.78vw !important;
}
.atmosphere-desktop .padding-left-50 {
  padding-left: 3.47vw !important;
}
.atmosphere-desktop .padding-left-60 {
  padding-left: 4.17vw !important;
}
.atmosphere-desktop .padding-left-60px {
  padding-left: 60px !important;
}
.atmosphere-desktop .padding-right-5 {
  padding-right: 0.35vw !important;
}
.atmosphere-desktop .padding-right-10 {
  padding-right: 0.69vw !important;
}
.atmosphere-desktop .padding-right-15 {
  padding-right: 1.04vw !important;
}
.atmosphere-desktop .padding-right-15px {
  padding-right: 15px !important;
}
.atmosphere-desktop .padding-right-20 {
  padding-right: 1.39vw !important;
}
.atmosphere-desktop .padding-right-25 {
  padding-right: 1.74vw !important;
}
.atmosphere-desktop .padding-right-30 {
  padding-right: 2.8vw !important;
}
.atmosphere-desktop .padding-right-35 {
  padding-right: 2.43vw !important;
}
.atmosphere-desktop .padding-right-50 {
  padding-right: 3.47vw !important;
}
.atmosphere-desktop .padding-right-60 {
  padding-right: 4.17vw !important;
}
.atmosphere-desktop .padding-right-60px {
  padding-right: 60px !important;
}

.vertical-align-middle {
  vertical-align: middle !important;
}

.vertical-align-top {
  vertical-align: top !important;
}

.no-min-height {
  --min-height: 0 !important;
  min-height: 0 !important;
}

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

.display-block {
  display: block !important;
}

.display-inline-block {
  display: inline-block !important;
}

.display-inline-flex {
  display: inline-flex !important;
}

.visibility-hidden {
  visibility: hidden !important;
}

.width-fit-content {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.width-20 {
  width: 20% !important;
}

.width-15px {
  width: 15px;
}

.width-20px {
  width: 20px !important;
}

.width-25 {
  width: 25% !important;
}

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

.width-80 {
  width: 80% !important;
}

.width-100 {
  width: 100% !important;
}

.height-100 {
  height: 100% !important;
}

.height-50px {
  height: 50px;
}

.opacity-40 {
  opacity: 0.4 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-70 {
  opacity: 0.7 !important;
}

.opacity-1 {
  opacity: 1 !important;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.text-overflow-ellipsis {
  text-overflow: ellipsis !important;
}

.white-space-nowrap {
  white-space: nowrap !important;
}

.white-space-pre-wrap {
  white-space: pre-wrap !important;
}

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

.first-col-fixed-grid {
  position: sticky !important;
  left: 0;
  z-index: 9998;
}

.underline {
  text-decoration: underline !important;
}

.line-height-1 {
  line-height: 1;
}

.atmosphere-desktop .img-icon-menu {
  width: 14px !important;
}
.atmosphere-desktop .img-expand-menu {
  width: 12px !important;
}
.atmosphere-desktop .img-logout-menu {
  width: 14px !important;
}
.atmosphere-desktop .img-creer {
  width: 30px !important;
}
.atmosphere-desktop .img-previous-next {
  width: 7px !important;
}
.atmosphere-desktop .img-tri {
  width: 24px !important;
}
.atmosphere-desktop .img-action {
  width: 15px !important;
}
.atmosphere-desktop .img-pdf {
  height: 30px !important;
}
.atmosphere-desktop .img-show-header {
  position: absolute;
  left: 15px;
  top: 15px;
}
.atmosphere-desktop .img-refresh-conventions {
  width: 13px;
}
.atmosphere-desktop .grid-header-fixed {
  position: sticky !important;
  top: 0;
  z-index: 9999;
}

.segment-atmosphere {
  --min-height: 0 !important;
}
.segment-atmosphere::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.segment-button-atmosphere {
  text-transform: none !important;
  letter-spacing: normal !important;
  --background: transparent !important;
  --background-checked: transparent !important;
  --background-focused: transparent !important;
  --background-hover: transparent !important;
  --background-hover-opacity: transparent !important;
  --indicator-box-shadow: none !important;
  --border-width: 0 !important;
  --color-checked: transparent !important;
  --color-focused: transparent !important;
  --color-hover: transparent !important;
  --indicator-color: transparent !important;
  --padding-end: 0 !important;
  --padding-start: 0 !important;
  --ripple-color: transparent !important;
}

.atmosphere-desktop .button-action-atmosphere {
  background: transparent !important;
  border-radius: 4px !important;
  padding: 0.83vh 1.04vw !important;
}
.atmosphere-desktop .button-action-atmosphere-deep-pink {
  background: var(--deep-pink) !important;
  --background: var(--deep-pink) !important;
  border-radius: 4px !important;
  padding: 0.83vh 1.04vw !important;
}

.atmosphere-desktop .select-affichage-atmosphere {
  border: 1px solid var(--black) !important;
  border-radius: 8px !important;
  background: transparent !important;
  padding: 0.42vh 0.69vw !important;
  min-height: 0 !important;
  --highlight-color-focused: transparent !important;
  --highlight-color-invalid: transparent !important;
  --highlight-color-valid: transparent !important;
  --ripple-color: transparent !important;
}
.atmosphere-desktop .select-affichage-atmosphere::part(icon) {
  color: var(--black) !important;
}
.atmosphere-desktop .select-filtre-atmosphere {
  border-bottom: 1px solid var(--black) !important;
  min-height: 0 !important;
  padding-bottom: 0.42vh !important;
  --highlight-color-focused: transparent !important;
  --highlight-color-invalid: transparent !important;
  --highlight-color-valid: transparent !important;
  --ripple-color: transparent !important;
}
.atmosphere-desktop .select-filtre-atmosphere::part(icon) {
  color: var(--peacock-blue) !important;
}
.atmosphere-desktop .select-filtre-atmosphere::part(container) {
  white-space: pre-wrap !important;
  display: inline-flex !important;
  width: 100%;
}
.atmosphere-desktop .select-filtre-atmosphere::part(placeholder) {
  opacity: 1 !important;
}
.atmosphere-desktop .select-filtre-atmosphere-error {
  border-bottom: 1px solid var(--coral) !important;
  min-height: 0 !important;
  padding-bottom: 0.42vh !important;
  --highlight-color-focused: transparent !important;
  --highlight-color-invalid: transparent !important;
  --highlight-color-valid: transparent !important;
  --ripple-color: transparent !important;
}
.atmosphere-desktop .select-filtre-atmosphere-error::part(icon) {
  color: var(--peacock-blue) !important;
}
.atmosphere-desktop .select-filtre-atmosphere-error::part(container) {
  white-space: pre-wrap !important;
  display: inline-flex !important;
  width: 100%;
}
.atmosphere-desktop .select-filtre-atmosphere-error::part(placeholder) {
  opacity: 1 !important;
}
.atmosphere-desktop .select-atmosphere {
  background: transparent !important;
  padding: 0.83vh 1.04vw !important;
  min-height: 0 !important;
  --highlight-color-focused: transparent !important;
  --highlight-color-invalid: transparent !important;
  --highlight-color-valid: transparent !important;
  --ripple-color: transparent !important;
  white-space: pre-wrap !important;
}
.atmosphere-desktop .select-atmosphere::part(container) {
  width: 100% !important;
}
.atmosphere-desktop .select-white-atmosphere::part(icon) {
  color: var(--white) !important;
}
.atmosphere-desktop .select-peacock-blue-atmosphere::part(icon) {
  color: var(--peacock-blue) !important;
}
.atmosphere-desktop .popover-select-atmosphere {
  --max-height: 70%;
  --width: fit-content !important;
  --max-width: 30vw !important;
}
.atmosphere-desktop .popover-select-atmosphere .popover-viewport .item {
  font-size: 12px !important;
  font-weight: normal !important;
  color: var(--black) !important;
  border-bottom: 1px solid var(--very-light-pink) !important;
  --background: var(--white) !important;
  --background-activated: var(--white) !important;
  --background-activated-opacity: 1 !important;
  --highlight-color-focused: var(--white) !important;
  --highlight-color-invalid: var(--white) !important;
  --highlight-color-valid: var(--white) !important;
  --background-focused: var(--white) !important;
  --background-focused-opacity: 1 !important;
  --background-hover: var(--white) !important;
  --background-hover-opacity: 1 !important;
  --inner-border-width: 0 !important;
  --color-focused: var(--black) !important;
  --color-hover: var(--black) !important;
  --indicator-color: transparent !important;
  --ripple-color: transparent !important;
}
.atmosphere-desktop .popover-select-atmosphere .popover-viewport .item::part(native) ion-label {
  white-space: pre-wrap !important;
}
.atmosphere-desktop .popover-select-atmosphere .popover-viewport .item:last-of-type {
  border-bottom: none !important;
}
.atmosphere-desktop .popover-select-atmosphere .popover-viewport ion-radio::part(container) {
  opacity: 1 !important;
}
.atmosphere-desktop .popover-select-deep-pink-atmosphere .radio-checked {
  --color-checked: var(--deep-pink) !important;
}
.atmosphere-desktop .popover-select-pumpkin-orange-atmosphere .radio-checked {
  --color-checked: var(--pumpkin-orange) !important;
}
.atmosphere-desktop .popover-select-medium-height-atmosphere {
  --max-height: 40%;
}

ion-checkbox {
  --border-color: var(--black);
  --border-color-checked: var(--deep-pink);
  --checkbox-background: var(--white);
  --checkbox-background-checked: var(--deep-pink);
  --checkmark-color: transparent;
  --border-radius: 2px;
  --size: 18px;
  z-index: 0;
}

.checkbox-deep-pink {
  --border-color-checked: var(--deep-pink) !important;
  --checkbox-background-checked: var(--deep-pink) !important;
}

.checkbox-pumpkin-orange {
  --border-color-checked: var(--pumpkin-orange) !important;
  --checkbox-background-checked: var(--pumpkin-orange) !important;
}

ion-radio {
  --border-radius: 2px;
  --inner-border-radius: 2px;
  --color: var(--black);
}

.radio-deep-pink {
  --color-checked: var(--deep-pink) !important;
}

.radio-peacock-blue {
  --color-checked: var(--peacock-blue) !important;
}

.radio-pumpkin-orange {
  --color-checked: var(--pumpkin-orange) !important;
}

.blank-item-atmosphere {
  padding: 0 !important;
  --min-height: initial !important;
  --inner-padding-start: 0 !important;
  --inner-padding-end: 0 !important;
  --inner-padding-bottom: 0 !important;
  --inner-padding-top: 0 !important;
  --padding-start: 0 !important;
  --padding-end: 0 !important;
  --padding-bottom: 0 !important;
  --padding-top: 0 !important;
  --highlight-color-focused: transparent !important;
  --highlight-color-invalid: transparent !important;
  --highlight-color-valid: transparent !important;
  --ripple-color: transparent !important;
  --background-hover: transparent !important;
  --background-activated: transparent !important;
  --background-focused: transparent !important;
  --background: transparent;
}

.item-annexe-financiere {
  height: 100%;
}

.item-annexe-financiere::part(native) {
  height: 100%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input, textarea {
  caret-color: var(--black) !important;
}

.atmosphere-desktop .input-atmosphere {
  min-height: 0 !important;
  padding: 0.83vh 1.04vw !important;
}
.atmosphere-desktop .input-date-white-atmosphere {
  min-height: 0 !important;
  border: none;
  padding: 0.83vh 1.04vw !important;
  background: url(/assets/imgs/date-blanc.svg) no-repeat !important;
  background-position: bottom 0.83vh right 10px !important;
  background-size: 15px !important;
}
.atmosphere-desktop .input-date-white2-atmosphere {
  min-height: 0 !important;
  border: none;
  padding: 0.83vh 1.04vw !important;
  background: url(/assets/imgs/date-blanc.svg) no-repeat !important;
  background-position: bottom 0.83vh right 10px !important;
  background-size: 15px !important;
  border-bottom: 1px solid var(--white);
  color: var(--white) !important;
}
.atmosphere-desktop .input-date-black-atmosphere {
  min-height: 0 !important;
  border: none;
  padding: 0.83vh 1.04vw !important;
  background: url(/assets/imgs/date-noir.svg) no-repeat !important;
  background-position: bottom 0.83vh right 10px !important;
  background-size: 15px !important;
}
.atmosphere-desktop .input-date-blue-atmosphere {
  min-height: 0 !important;
  border: none;
  padding: 0.83vh 1.04vw !important;
  background: url(/assets/imgs/date.svg) no-repeat !important;
  background-position: bottom 0.83vh right 10px !important;
  background-size: 15px !important;
}
.atmosphere-desktop .input-date-atmosphere-picker {
  min-height: 0 !important;
  padding: 0.83vh 1.04vw !important;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid var(--black);
  border-radius: 0;
  background: url(/assets/imgs/date.svg) no-repeat !important;
  background-position: bottom 0.83vh right 10px !important;
  background-size: 15px !important;
}
.atmosphere-desktop .input-date-atmosphere-picker-range {
  min-width: 290px;
}
.atmosphere-desktop .input-filtre-atmosphere {
  min-height: 0 !important;
  padding: 0 0 0.42vh 0 !important;
  border-bottom: 1px solid var(--black);
  --placeholder-opacity: 1 !important;
}
.atmosphere-desktop .input-date-filtre-atmosphere {
  min-height: 0 !important;
  padding: 0 0 0.42vh 0 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid var(--black);
  background: transparent;
  width: 100%;
  cursor: pointer;
}
.atmosphere-desktop .input-dates-range-filtre-atmosphere {
  min-height: 0 !important;
  padding: 0 0 0.42vh 0 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid var(--black);
  background: url(/assets/imgs/date.svg) no-repeat !important;
  background-position: bottom 0.42vh right 5px !important;
  background-size: 15px !important;
  width: 270px;
  cursor: pointer;
}
.atmosphere-desktop .input-dates-range-filtre-atmosphere-sm {
  min-height: 0 !important;
  padding: 0 0 0.42vh 0 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid var(--black);
  background: url(/assets/imgs/date.svg) no-repeat !important;
  background-position: bottom 0.42vh right 5px !important;
  background-size: 15px !important;
  width: 100% !important;
  cursor: pointer;
}
.atmosphere-desktop .textarea-atmosphere {
  min-height: 0 !important;
  --padding-top: 0 !important;
  --padding-bottom: 0 !important;
  padding: 0.83vh 1.04vw !important;
}
.atmosphere-desktop .textarea-atmosphere-full {
  min-height: 66px !important;
  --padding-top: 0 !important;
  --padding-bottom: 0 !important;
  border: 1px solid var(--black);
  border-radius: 4px;
  padding: 0.83vh 0.83vh !important;
  --border-color: var(--black);
  --border-style: solid;
  --border-width: 1px;
  --highlight-color-focused: transparent;
  --highlight-color-invalid: transparent;
  --highlight-color-valid: transparent;
}
.atmosphere-desktop quill-editor {
  width: 100%;
  -webkit-user-select: none !important;
          user-select: none !important;
}
.atmosphere-desktop .ql-picker.ql-size .ql-picker-options {
  overflow: auto;
}
.atmosphere-desktop .ql-picker.ql-size .ql-picker-options .ql-picker-item:not(.atmosphere-desktop .ql-picker.ql-size .ql-picker-options .ql-picker-item:first-child)::before {
  content: attr(data-value);
}
.atmosphere-desktop .ql-picker.ql-size .ql-picker-label[data-value]::before {
  content: attr(data-value);
}
.atmosphere-desktop .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="13px"]::before,
.atmosphere-desktop .ql-snow .ql-picker.ql-size .ql-picker-label.ql-active[data-value="13px"]::before {
  content: "13px";
}
.atmosphere-desktop .ql-toolbar.ql-snow {
  border: 1px solid var(--black) !important;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}
.atmosphere-desktop .ql-container.ql-snow {
  border: 1px solid var(--black) !important;
  border-top: none !important;
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  font-size: 13px;
}
.atmosphere-desktop .ql-editor {
  min-height: 300px;
  font-family: "Montserrat";
}
.atmosphere-desktop .html-content p, .atmosphere-desktop .html-content ol, .atmosphere-desktop .html-content ul {
  margin-block-start: 5px !important;
  margin-block-end: 5px !important;
}
.atmosphere-desktop .html-content h1, .atmosphere-desktop .html-content h2, .atmosphere-desktop .html-content h3, .atmosphere-desktop .html-content h4, .atmosphere-desktop .html-content h5, .atmosphere-desktop .html-content h6 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  margin-block-start: 5px !important;
  margin-block-end: 5px !important;
}
.atmosphere-desktop .ql-active {
  color: var(--turquoise-blue) !important;
}
.atmosphere-desktop .ql-active .ql-stroke {
  stroke: var(--turquoise-blue) !important;
}
.atmosphere-desktop .ql-active .ql-fill {
  fill: var(--turquoise-blue) !important;
}

.owl-dt-container {
  font-size: 14px !important;
  border-radius: 15px !important;
}
.owl-dt-container .owl-dt-weekday {
  font-size: 12px !important;
}
.owl-dt-container .owl-dt-calendar-cell-content {
  font-size: 12px !important;
}
.owl-dt-container .owl-dt-calendar-cell-selected {
  background-color: var(--peacock-blue) !important;
}
.owl-dt-container .owl-dt-calendar-cell-in-range {
  background: var(--peacock-blue-20) !important;
}
.owl-dt-container .owl-dt-container-range-content {
  font-size: 14px !important;
}
.owl-dt-container .owl-dt-container-info-active {
  color: var(--peacock-blue) !important;
}
.owl-dt-container .owl-dt-timer {
  height: auto !important;
}
.owl-dt-container .owl-dt-timer .owl-dt-timer-input {
  font-size: 12px !important;
  color: var(--black);
  background: var(--white);
}
.owl-dt-container .owl-dt-timer .owl-dt-timer-divider:after, .owl-dt-container .owl-dt-timer .owl-dt-timer-divider:before {
  width: 0.2em !important;
  height: 0.2em !important;
}
.owl-dt-container .owl-dt-control-button {
  color: var(--black) !important;
}

.owl-dt-container-disabled, .owl-dt-trigger-disabled {
  opacity: 1 !important;
}

.hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

ng-scrollbar {
  --scrollbar-size: 10px !important;
  --scrollbar-padding: 2px !important;
}

.clickable:hover {
  cursor: pointer;
}

.atmosphere-desktop .ion-selectable-atmosphere {
  --min-height: 0 !important;
  --inner-padding-start: 0 !important;
  --inner-padding-end: 0 !important;
  --inner-padding-bottom: 0 !important;
  --inner-padding-top: 0 !important;
  --padding-start: 1.04vw !important;
  --padding-end: 1.04vw !important;
  --padding-bottom: 0.83vh !important;
  --padding-top: 0.83vh !important;
  --highlight-color-focused: transparent !important;
  --highlight-color-invalid: transparent !important;
  --highlight-color-valid: transparent !important;
  --background: transparent;
}
.atmosphere-desktop .ion-selectable-atmosphere .ionic-selectable .ionic-selectable-value {
  display: none;
}
.atmosphere-desktop .ion-selectable-atmosphere .ionic-selectable .ionic-selectable-icon {
  display: none;
}
.atmosphere-desktop .ion-selectable-modal-atmosphere::part(content) {
  border-radius: 4px !important;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}
.atmosphere-desktop .ion-selectable-modal-atmosphere ion-header {
  box-shadow: none !important;
}
.atmosphere-desktop .ion-selectable-modal-atmosphere .title-default {
  font-size: 14px !important;
  font-weight: bold !important;
  color: var(--black) !important;
}
.atmosphere-desktop .ion-selectable-modal-atmosphere .button-clear {
  font-size: 14px !important;
  font-weight: normal !important;
  color: var(--black) !important;
  text-transform: none;
}
.atmosphere-desktop .ion-selectable-modal-atmosphere .toolbar-searchbar {
  padding-left: 2.78vw !important;
  padding-right: 2.78vw !important;
}
.atmosphere-desktop .ion-selectable-modal-atmosphere .toolbar-searchbar ion-searchbar {
  --box-shadow: none !important;
  border-bottom: 2px solid var(--black);
  padding: 0 !important;
}
.atmosphere-desktop .ion-selectable-modal-atmosphere .toolbar-searchbar ion-searchbar .searchbar-input {
  font-size: 13px !important;
  font-weight: normal !important;
  color: var(--black) !important;
}
.atmosphere-desktop .ion-selectable-modal-atmosphere ion-content {
  --padding-start: 2.78vw !important;
  --padding-end: 2.78vw !important;
  font-size: 14px !important;
  font-weight: normal !important;
  color: var(--black) !important;
}
.atmosphere-desktop .ion-selectable-modal-atmosphere ion-content .ionic-selectable-item::part(native) {
  padding-left: 0 !important;
  border-bottom: 2px solid var(--very-light-pink);
}
.atmosphere-desktop .ion-selectable-modal-atmosphere ion-content .ionic-selectable-item {
  --inner-padding-start: 0 !important;
  --inner-padding-end: 0 !important;
  --inner-padding-bottom: 0 !important;
  --inner-padding-top: 0 !important;
  --padding-start: 0 !important;
  --padding-end: 0 !important;
  --padding-bottom: 0 !important;
  --padding-top: 0 !important;
  --highlight-color-focused: transparent !important;
  --highlight-color-invalid: transparent !important;
  --highlight-color-valid: transparent !important;
  --ripple-color: transparent !important;
  --background-hover: transparent !important;
  --background-activated: transparent !important;
  --background-focused: transparent !important;
  --background: transparent;
  --border-color: transparent !important;
}
.atmosphere-desktop .ion-selectable-modal-atmosphere ion-content .ionic-selectable-item ion-icon {
  font-size: 22px !important;
  margin: 0 !important;
  margin-right: 1.74vw !important;
  color: var(--peacock-blue) !important;
  --ion-color-base: var(--peacock-blue) !important;
  vertical-align: middle;
}
.atmosphere-desktop .ion-selectable-modal-atmosphere ion-content .ionic-selectable-item ion-label {
  margin: 1.67vh 0 !important;
  font-size: 12px !important;
  font-weight: normal !important;
  color: var(--black) !important;
  white-space: pre-wrap;
}
.atmosphere-desktop .ion-selectable-modal-atmosphere ion-footer {
  box-shadow: none !important;
}
.atmosphere-desktop .ion-selectable-modal-atmosphere ion-footer ion-toolbar {
  --padding-start: 2.78vw !important;
  --padding-end: 2.78vw !important;
  --padding-bottom: 1.67vh !important;
}
.atmosphere-desktop .ion-selectable-modal-atmosphere ion-footer ion-toolbar ion-col {
  padding: 0 !important;
}
.atmosphere-desktop .ion-selectable-modal-atmosphere ion-footer ion-toolbar ion-col ion-button {
  font-size: 13px !important;
  font-weight: bold !important;
  color: var(--white) !important;
  text-transform: none !important;
}
.atmosphere-desktop .ion-selectable-modal-atmosphere ion-footer ion-toolbar ion-col ion-button::part(native) {
  background-color: var(--peacock-blue) !important;
  border-radius: 4px !important;
}
.atmosphere-desktop .ion-selectable-filtre-atmosphere {
  border-bottom: solid 1px var(--black);
  --min-height: 0 !important;
  --inner-padding-start: 0 !important;
  --inner-padding-end: 0 !important;
  --inner-padding-bottom: 0 !important;
  --inner-padding-top: 0 !important;
  --padding-start: 0 !important;
  --padding-end: 0 !important;
  --padding-bottom: 0.42vh !important;
  --padding-top: 0 !important;
  --highlight-color-focused: transparent !important;
  --highlight-color-invalid: transparent !important;
  --highlight-color-valid: transparent !important;
  --background: transparent;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.atmosphere-desktop .ion-selectable-filtre-atmosphere .ionic-selectable .ionic-selectable-value {
  display: none;
}
.atmosphere-desktop .ion-selectable-filtre-atmosphere .ionic-selectable .ionic-selectable-icon {
  display: none;
}

.loader {
  --background: transparent !important;
  box-shadow: none !important;
}
.loader .loading-wrapper {
  box-shadow: none !important;
}
.loader .spinner-circles {
  color: var(--black) !important;
  height: 50px !important;
  width: 50px !important;
}

/*@keyframes spinner-animation {
	0%   { opacity: 0; }
	40% { opacity: 1; }
	60% { opacity: 1; }
	100% { opacity: 0; }
}

.spinner {
	animation: spinner-animation 2200ms linear infinite;
	background: var(--white) url(/assets/imgs/loader-1.svg) no-repeat 50%;
	background-size: 70px;
	border-radius: 100%;
	height: 70px;
	width: 70px;
}*/
.atmosphere-desktop {
  -webkit-user-select: text;
  user-select: text;
}
.atmosphere-desktop .alert-wrapper {
  min-width: 25vw !important;
  max-width: 50vw !important;
  border-radius: 4px;
  background-color: var(--white);
}
.atmosphere-desktop .alert-wrapper .alert-head {
  background-color: var(--white);
  padding: 2.92vh 2.78vw 0.83vh !important;
}
.atmosphere-desktop .alert-wrapper .alert-head .alert-title {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: var(--black) !important;
  margin: 0 !important;
  text-align: center !important;
}
.atmosphere-desktop .alert-wrapper .alert-message {
  font-size: 13px !important;
  font-weight: normal !important;
  color: var(--black) !important;
  padding: 1.67vh 2.78vw 3.33vh !important;
  white-space: pre-wrap !important;
  text-align: center !important;
  max-height: 90% !important;
}
.atmosphere-desktop .alert-wrapper .alert-button-group {
  justify-content: center !important;
  flex-direction: unset !important;
  align-items: center;
  padding: 0 2.78vw 3.33vh !important;
}
.atmosphere-desktop .alert-wrapper .alert-button-group .button-alert-atmosphere {
  text-transform: none !important;
  margin: 0 1.04vw;
  padding: 0.83vh 1.04vw !important;
  width: -moz-fit-content;
  width: fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.atmosphere-desktop .alert-wrapper .alert-button-group .button-alert-atmosphere .alert-button-inner {
  justify-content: center !important;
}
.atmosphere-desktop .alert-wrapper .alert-input-group {
  padding: 10px 20px !important;
}
.atmosphere-desktop .alert-wrapper .alert-input-group .alert-input-wrapper {
  border: none !important;
}
.atmosphere-desktop .alert-wrapper .alert-input-group .alert-input-wrapper .alert-input {
  margin: 0 !important;
  padding: 10px !important;
  border: solid 1px var(--brown-grey);
  caret-color: var(--nasty-green) !important;
  border-radius: 12px !important;
}

.toast-atmosphere {
  --width: 400px !important;
  --border-radius: 4px !important;
  --white-space: pre-wrap !important;
}

.toast-atmosphere::part(message) {
  font-size: 16px !important;
  text-align: center !important;
}

.toast-atmosphere::part(button) {
  color: var(--white) !important;
}

.toast-ok-atmosphere {
  --background: var(--pea-green);
  --color: var(--white);
}

.btn-datepiker-fake {
  min-height: 0 !important;
  padding: 0.83vh 1.04vw !important;
  border: 0;
  background: url(/assets/imgs/date.svg) no-repeat !important;
  background-position: bottom 0.83vh right 10px !important;
  background-size: 15px !important;
  width: 10px;
}

.disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
}

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

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