/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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: "Maven Pro";
  font-style: normal;
  font-weight: 400;
  src: url('MavenPro-Regular.ttf');
}
@font-face {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 500;
  src: url('MavenPro-Medium.ttf');
}
@font-face {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 700;
  src: url('MavenPro-Bold.ttf');
}
@font-face {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 900;
  src: url('MavenPro-Black.ttf');
}
/** Ionic CSS Variables **/
:root {
  --ion-font-family: "Maven Pro";
  --font-size-default: 14px;
  --ion-grid-width-xs: 100%;
  --ion-grid-width-sm: 768px;
  --ion-grid-width-md: 1024px;
  --ion-grid-width-lg: 1280px;
  --ion-grid-width-xl: 1440px;
  /** primary **/
  --ion-color-primary: #313134;
  --ion-color-primary-rgb: 0,96,156;
  --ion-color-primary-contrast: #ffffff;
  --ion-color-primary-contrast-rgb: 255,255,255;
  --ion-color-primary-shade: #3171e0;
  --ion-color-primary-tint: #333333;
  --ion-color-primary-gradient-start: #313134;
  --ion-color-primary-gradient-end: #333333;
  /** secondary **/
  --ion-color-secondary: #333333;
  --ion-color-secondary-rgb: 74,130,165;
  --ion-color-secondary-contrast: #ffffff;
  --ion-color-secondary-contrast-rgb: 255,255,255;
  --ion-color-secondary-shade: #0bb8cc;
  --ion-color-secondary-tint: #24d6ea;
  --ion-color-secondary-gradient-start: #333333;
  --ion-color-secondary-gradient-end: #24d6ea;
  /** tertiary **/
  --ion-color-tertiary: #00484c;
  --ion-color-tertiary-rgb: 0, 72, 76;
  --ion-color-tertiary-contrast: #ffffff;
  --ion-color-tertiary-contrast-rgb: 255,255,255;
  --ion-color-tertiary-shade: #042e30;
  --ion-color-tertiary-tint: #00484c;
  --ion-color-fourth: #e88b3b;
  --ion-color-fourth-rgb: 232, 139, 59;
  --ion-color-fourth-contrast: #ffffff;
  --ion-color-fourth-contrast-rgb: 255,255,255;
  --ion-color-fourth-shade: #d38038;
  --ion-color-fourth-tint: #a15716;
  --ion-color-fifth: #015f64;
  --ion-color-fifth-rgb: 1, 95, 100;
  --ion-color-fifth-contrast: #ffffff;
  --ion-color-fifth-contrast-rgb: 255,255,255;
  --ion-color-fifth-shade: #015f64;
  --ion-color-fifth-tint: #042e30;
  --ion-color-sixth: #042e30;
  --ion-color-sixth-rgb: 4, 46, 48;
  --ion-color-sixth-contrast: #ffffff;
  --ion-color-sixth-contrast-rgb: 255,255,255;
  --ion-color-sixth-shade: #00484c;
  --ion-color-sixth-tint: #042e30;
  /** success **/
  --ion-color-success: #56b475;
  --ion-color-success-rgb: 16,220,96;
  --ion-color-success-contrast: #ffffff;
  --ion-color-success-contrast-rgb: 255,255,255;
  --ion-color-success-shade: #0ec254;
  --ion-color-success-tint: #28e070;
  --ion-color-success-gradient-start: #61dc83;
  --ion-color-success-gradient-end: #09bc3a;
  /** warning **/
  --ion-color-warning: #ebbc2e;
  --ion-color-warning-rgb: 255,206,0;
  --ion-color-warning-contrast: #ffffff;
  --ion-color-warning-contrast-rgb: 255,255,255;
  --ion-color-warning-shade: #e0b500;
  --ion-color-warning-tint: #ffd31a;
  --ion-color-warning-gradient-start: #ffc100;
  --ion-color-warning-gradient-end: #f99e00;
  /** danger **/
  --ion-color-danger: #f04141;
  --ion-color-danger-rgb: 245,61,61;
  --ion-color-danger-contrast: #ffffff;
  --ion-color-danger-contrast-rgb: 255,255,255;
  --ion-color-danger-shade: #d33939;
  --ion-color-danger-tint: #f25454;
  --ion-color-danger-gradient-start: #fa8564;
  --ion-color-danger-gradient-end: #df603c;
  /** dark **/
  --ion-color-dark: #323233;
  --ion-color-dark-rgb: 34,34,34;
  --ion-color-dark-contrast: #ffffff;
  --ion-color-dark-contrast-rgb: 255,255,255;
  --ion-color-dark-shade: #282a2e;
  --ion-color-dark-tint: #383a3e;
  /** medium **/
  --ion-color-medium: #989aa2;
  --ion-color-medium-rgb: 152,154,162;
  --ion-color-medium-contrast: #ffffff;
  --ion-color-medium-contrast-rgb: 255,255,255;
  --ion-color-medium-shade: #999999;
  --ion-color-medium-tint: #a2a4ab;
  /** light **/
  --ion-color-light: #ffffff;
  --ion-color-light-rgb: 244,244,244;
  --ion-color-light-contrast: #000000;
  --ion-color-light-contrast-rgb: 0,0,0;
  --ion-color-light-shade: #e6e6e6;
  --ion-color-light-tint: #eeeef0;
  /**Text Colors**/
  --color-text-dark: #1a1a1a;
  --color-text-grey: #4d4d4d;
  --color-text-alert-error: #ba3737;
  --color-text-alert-success: #97ba37;
  /** Shadow Color**/
  --color-shadow: #222428;
  /** Novo set de cores **/
  --background-headers: #FAFAFA;
  --background-cards: #ffffff;
  --border-color: #efefef;
  --row-header-color: #f5f5f5;
  /** Gradients **/
  --color-primary-gradient: linear-gradient(to right, var(--ion-color-primary-gradient-start), var(--ion-color-primary-gradient-end));
  --color-secundary-gradient: linear-gradient(to right, var(--ion-color-secundary-gradient-start), var(--ion-color-secundary-gradient-end));
  --color-tertiary-gradient: linear-gradient(to right, var(--ion-color-fifth), var(--ion-color-sixth));
  --color-tertiary-gradient-rgb: linear-gradient(to right, rgba(var(--ion-color-fifth-rgb), .8), rgba(var(--ion-color-sixth-rgb),.8));
  --color-fourth-gradient: linear-gradient(to right, var(--ion-color-fifth), var(--ion-color-sixth));
  --color-dark-gradient: linear-gradient(to right, var(--ion-color-dark), var(--ion-color-medium));
  --color-success-gradient: linear-gradient(to right, var(--ion-color-success-gradient-start), var(--ion-color-success-gradient-end));
  --color-warning-gradient: linear-gradient(to right, var(--ion-color-warning-gradient-start), var(--ion-color-warning-gradient-end));
  --color-danger-gradient: linear-gradient(to right, var(--ion-color-danger-gradient-start), var(--ion-color-danger-gradient-end));
  --color-light-gradient: linear-gradient(to bottom, var(--ion-color-light), rgba(0,0,0, 0) 100%);
  --color-inactive-card-gradient: linear-gradient(to right, var(--ion-color-dark), var(--ion-color-medium));
  --color-active-card-gradient: linear-gradient(to right, #015f64, #042e30);
  --color-light-gradient-menu: linear-gradient(to right, var(--ion-color-light), rgb(250, 246, 246) 100%);
  --color-scrollbar-gradient: linear-gradient(to bottom, #015f64, #042e30);
  --color-scrollbar-gradient-light: linear-gradient(to bottom, var(--ion-color-light-tint), var(--ion-color-medium-tint));
  --color-scrollbar-horizontal-gradient: linear-gradient(to right, #015f64, #042e30);
  --color-delegation-gradient: linear-gradient(to right,var(--ion-color-fourth-shade),var(--ion-color-fourth-tint));
  --color-mixed-delegation-gradient: linear-gradient(130deg, var(--ion-color-fourth) 0%, var(--ion-color-fourth) 20%, var(--ion-color-fifth) 80%, var(--ion-color-fifth) 100%);
  /** IONIC OVERRIDES **/
  --item-ios-detail-push-show: false;
  /** Espacamentos */
  --ion-padding: 16px;
  --ion-margin: 16px;
  --ion-half-padding: calc(var(--ion-padding) / 2);
  --ion-half-margin: calc(var(--ion-margin) / 2);
  /** Override Variables of ionic **/
  --ion-header-size: 20px;
  --custom-menu-size: 18em;
  background: var(--ion-color-light);
  --grid-breakpoint-md: 800px !important;
}
/*!**********************************************************************************************************************************************************************************************************************************!*\
  !*** 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,
[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/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-left: var(--ion-padding, 16px);
  padding-right: var(--ion-padding, 16px);
  padding-top: var(--ion-padding, 16px);
  padding-bottom: var(--ion-padding, 16px);
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-padding {
    padding-left: unset;
    padding-right: unset;
    padding-inline-start: var(--ion-padding, 16px);
    padding-inline-end: var(--ion-padding, 16px);
  }
}

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

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

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

.ion-no-margin {
  --margin-start: 0;
  --margin-end: 0;
  --margin-top: 0;
  --margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

  .ion-float-sm-end {
    float: right !important;
  }
  [dir=rtl] .ion-float-sm-end, :host-context([dir=rtl]) .ion-float-sm-end {
    float: left !important;
  }
}
@media (min-width: 768px) {
  .ion-float-md-left {
    float: left !important;
  }

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

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

  .ion-float-md-end {
    float: right !important;
  }
  [dir=rtl] .ion-float-md-end, :host-context([dir=rtl]) .ion-float-md-end {
    float: left !important;
  }
}
@media (min-width: 992px) {
  .ion-float-lg-left {
    float: left !important;
  }

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

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

  .ion-float-lg-end {
    float: right !important;
  }
  [dir=rtl] .ion-float-lg-end, :host-context([dir=rtl]) .ion-float-lg-end {
    float: left !important;
  }
}
@media (min-width: 1200px) {
  .ion-float-xl-left {
    float: left !important;
  }

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

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

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

/*# 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/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 ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@media (max-width: 0) {
  [hide-on-xs] {
    display: none !important;
  }
}

@media (max-width: 576px) {
  [hide-on-sm] {
    display: none !important;
  }
}

@media (max-width: 768px) {
  [hide-on-md] {
    display: none !important;
  }
}

@media (max-width: 992px) {
  [hide-on-lg] {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  [hide-on-xl] {
    display: none !important;
  }
}

.header-content {
  background-color: var(--color-background-headers-content);
  border-bottom: 5px solid var(--color-border);
}
.header-content.sticky {
  position: sticky;
  z-index: 99;
  top: 0;
}

.sub-header-content {
  border-bottom: 5px solid var(--color-border);
}

.title-content-entry {
  border-bottom: 1px solid var(--color-border);
}
.title-content-entry ion-label {
  color: var(--ion-color-primary);
  border-bottom: 1px solid var(--color-border);
  padding: 16px 16px 8px 16px;
  width: 100%;
}

.content-entry {
  padding: 16px 16px 8px 16px;
}
.content-entry:last-child {
  padding-bottom: 16px;
}

.scrollable-fixed-container {
  height: 100%;
}

.scrollable-content {
  overflow-y: auto;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  padding-top: 0;
}
.scrollable-content ion-list {
  border-bottom: 5px solid var(--color-border);
}

.fixed-content {
  height: 100%;
}

@media only screen and (max-width: 992px) {
  .fixed-content {
    height: 40%;
  }
  .scrollable-content {
    overflow-y: visible;
    height: auto;
    -webkit-overflow-scrolling: none;
    -ms-overflow-style: none;
  }
}
.link-panel {
  position: fixed;
  margin: 0 16px 0 8px !important;
  max-width: 200px;
}
.link-panel ion-list ion-item.down-line {
  border-bottom: 1px solid var(--ion-color-light-shade);
}
.link-panel ion-list ion-item.down-line ion-label {
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #323233;
  padding-left: 16px !important;
}
.link-panel ion-list ion-item.clickable-item {
  cursor: pointer;
}
.link-panel ion-list ion-item.clickable-item:hover ion-label {
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: var(--ion-color-tertiary) !important;
}
.link-panel ion-list .dot {
  display: none;
}
.link-panel ion-list .selected-item .dot {
  height: 8px;
  width: 8px;
  background-color: var(--ion-color-tertiary) !important;
  border-radius: 50%;
  display: inline-block;
  position: absolute !important;
  margin-left: -16px !important;
  margin-top: 5px !important;
}
.link-panel ion-list .selected-item ion-label {
  list-style-type: circle;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: var(--ion-color-tertiary) !important;
}

.center-scroll-panel {
  margin-left: 150px !important;
  width: calc(100% - 140px) !important;
}

@media screen and (max-width: 1024px) {
  .link-panel {
    max-width: 100%;
    width: 100%;
    position: fixed;
    top: 57px;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 999;
    border-bottom: 1px solid var(--ion-color-light-shade);
    overflow: hidden;
    overflow-x: auto;
    height: auto;
    max-height: 50px;
  }
  .link-panel ion-list {
    display: inline-flex;
    position: relative;
    min-width: 100%;
    padding: 0;
    height: 50px;
  }
  .link-panel ion-list .item {
    display: inline-block;
    border: none !important;
  }
  .center-scroll-panel {
    margin-top: 40px;
    margin-left: 16px !important;
    width: calc(100% - 32px) !important;
  }
}
@media screen and (min-width: 1730px) {
  .center-scroll-panel {
    max-width: 1157px;
    margin: auto !important;
  }
}
.center-scroll-panel.fullscreen {
  max-width: calc(100% - 150px);
  margin-right: 0 !important;
}

.table-grid {
  padding: 0;
}
.table-grid .table-grid-row-header {
  position: sticky;
  z-index: 9999999;
  top: -1px;
  left: 0;
  --background: var(--ion-color-light);
  background: var(--ion-color-light);
  --color: var(--color-text-dark);
  color: var(--color-text-dark);
}
.table-grid .table-grid-row-header ion-col {
  font-weight: bold;
}
.table-grid .table-grid-row-list {
  border-bottom: 1px solid var(--border-color);
  --color: var(--color-text-dark);
  color: var(--color-text-dark);
}
.table-grid .table-grid-row-list ion-col {
  display: flex;
  align-items: center;
  min-height: 38px;
}
.table-grid .table-grid-row-list ion-col[float-right] {
  justify-content: flex-end;
}
.table-grid .table-grid-row-list ion-col[float-left] {
  justify-content: flex-start;
}
.table-grid .table-grid-row-list .button {
  opacity: 0;
  --padding-start: 6px;
  --padding-end: 6px;
}
.table-grid .table-grid-row-list .button.always-show {
  opacity: 1;
}
.table-grid .table-grid-row-list:hover {
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}
.table-grid .table-grid-row-list:hover .button {
  opacity: 1;
}
.table-grid .table-grid-row-list:hover .button.button-disabled {
  opacity: 0.7;
}
.table-grid .table-grid-row-list.active {
  background-color: #d6d6d6;
}
.table-grid .table-grid-row-list.show-lock-icon .button.small {
  opacity: 1 !important;
}

.align-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.align-center-vertical {
  display: flex;
  align-items: center;
}

.align-center-horizontal {
  display: flex;
  justify-content: center;
}

.align-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.align-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border-radius: 50px;
  -webkit-transition: background-color 9999s ease-out;
  -webkit-text-fill-color: black !important;
}

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

.dot {
  height: 8px;
  width: 8px;
  background-color: #f26524 !important;
  border-radius: 50%;
  display: inline-block;
}

.pointer {
  cursor: pointer !important;
}

.w100 {
  width: 100%;
}

img.rounded-img {
  border-radius: 10px;
}

form ion-select {
  margin-top: var(--ion-half-margin);
  padding-top: var(--ion-half-padding);
  padding-bottom: var(--ion-half-padding);
  padding-left: var(--ion-half-padding);
  padding-right: var(--ion-half-padding);
}
form .sc-ion-card-md-s img {
  width: initial;
}

.form-full .dynamic-field {
  max-width: 100% !important;
  width: 100% !important;
}

.content-center-form {
  margin: auto;
  position: relative;
}
.content-center-form.full-size {
  max-width: 100%;
}
.content-center-form.three-quarter-size {
  max-width: 95%;
}

.dynamic-field {
  max-width: 60%;
  margin-top: 20px;
  min-width: 100px;
}
.dynamic-field ion-button {
  margin-top: 30px;
}
.dynamic-field ion-input,
.dynamic-field ion-datetime,
.dynamic-field ionic-selectable {
  height: 30px;
  border: 1px solid rgb(153, 153, 153);
  border-radius: 7px;
}
.dynamic-field ion-input input, .dynamic-field ion-inputinput,
.dynamic-field ion-input .native-input,
.dynamic-field ion-datetime input,
.dynamic-field ion-datetimeinput,
.dynamic-field ion-datetime .native-input,
.dynamic-field ionic-selectable input,
.dynamic-field ionic-selectableinput,
.dynamic-field ionic-selectable .native-input {
  --padding-start: 15px;
  --padding-end: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap;
}
.dynamic-field ion-input .ionic-selectable-icon,
.dynamic-field ion-datetime .ionic-selectable-icon,
.dynamic-field ionic-selectable .ionic-selectable-icon {
  margin-top: -2px;
  margin-right: -6px;
}
.dynamic-field ion-datetime {
  padding: 9px 16px;
}
.dynamic-field ionic-selectable {
  margin-top: 0px;
}
.dynamic-field b.required {
  color: #e40505 !important;
}
.dynamic-field.date-disabled ion-input,
.dynamic-field.date-disabled ion-datetime,
.dynamic-field.date-disabled ionic-selectable, .dynamic-field.item-interactive-disabled ion-input,
.dynamic-field.item-interactive-disabled ion-datetime,
.dynamic-field.item-interactive-disabled ionic-selectable {
  border-color: rgba(153, 153, 153, 0.4);
}

.dynamic-field.full-input {
  max-width: 100% !important;
}
.dynamic-field.small-input {
  max-width: 25% !important;
  min-width: 220px;
}

.item-md.item-block .item-inner,
.item-md.item-input.input-has-focus .item-inner,
.item-md.item-input.ng-valid.input-has-value:not(.input-has-focus) .item-inner,
.item-md.item-input.ng-invalid.ng-touched:not(.input-has-focus) .item-inner,
.list-md .item-input.input-has-focus:last-child,
.list-md .item-input.ng-valid.input-has-value:not(.input-has-focus):last-child,
.list-md .item-input.ng-invalid.ng-touched:not(.input-has-focus):last-child {
  border-bottom: none !important;
  box-shadow: none !important;
}

.list-md .item-input.input-has-focus:last-child .item-inner,
.list-md .item-input.ng-valid.input-has-value:not(.input-has-focus):last-child .item-inner,
.list-md .item-input.ng-invalid.ng-touched:not(.input-has-focus):last-child .item-inner {
  box-shadow: none !important;
}

@media screen and (max-width: 992px) {
  .dynamic-field,
  .dynamic-field.small-input {
    max-width: 100% !important;
    width: 100% !important;
  }
}
@media screen and (min-width: 1730px) {
  .content-center-form.three-quarter-size {
    max-width: 65%;
  }
}
body {
  font-size: var(--font-size-default);
}

.header-text {
  color: var(--color-text-dark) !important;
  font-weight: bold;
  padding-bottom: 0;
}

.description-text {
  color: var(--color-text-grey) !important;
  padding-top: 0;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */ /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
supported by Chrome, Opera and Firefox */
}

ckeditor {
  width: 100%;
}

.ck-editor__editable_inline {
  min-height: 500px;
}

div > ol,
div ol:has(:not([style])) {
  margin-left: -12px;
  counter-reset: list;
}
div > ol > li,
div ol:has(:not([style])) > li {
  list-style: none;
}
div > ol > li:before,
div ol:has(:not([style])) > li:before {
  content: counter(list, decimal) " - ";
  counter-increment: list;
}
div > ol[style="list-style-type:decimal-leading-zero;"],
div ol:has(:not([style]))[style="list-style-type:decimal-leading-zero;"] {
  counter-reset: list;
}
div > ol[style="list-style-type:decimal-leading-zero;"] > li,
div ol:has(:not([style]))[style="list-style-type:decimal-leading-zero;"] > li {
  list-style: none;
}
div > ol[style="list-style-type:decimal-leading-zero;"] > li:before,
div ol:has(:not([style]))[style="list-style-type:decimal-leading-zero;"] > li:before {
  content: counter(list, decimal-leading-zero) " - ";
  counter-increment: list;
}
div > ol[style="list-style-type:lower-latin;"],
div ol:has(:not([style]))[style="list-style-type:lower-latin;"] {
  counter-reset: list;
}
div > ol[style="list-style-type:lower-latin;"] > li,
div ol:has(:not([style]))[style="list-style-type:lower-latin;"] > li {
  list-style: none;
}
div > ol[style="list-style-type:lower-latin;"] > li:before,
div ol:has(:not([style]))[style="list-style-type:lower-latin;"] > li:before {
  content: counter(list, lower-latin) ") ";
  counter-increment: list;
}
div > ol[style="list-style-type:upper-latin;"],
div ol:has(:not([style]))[style="list-style-type:upper-latin;"] {
  counter-reset: list;
}
div > ol[style="list-style-type:upper-latin;"] > li,
div ol:has(:not([style]))[style="list-style-type:upper-latin;"] > li {
  list-style: none;
}
div > ol[style="list-style-type:upper-latin;"] > li:before,
div ol:has(:not([style]))[style="list-style-type:upper-latin;"] > li:before {
  content: counter(list, upper-latin) ") ";
  counter-increment: list;
}
div > ol[style="list-style-type:lower-roman;"],
div ol:has(:not([style]))[style="list-style-type:lower-roman;"] {
  counter-reset: list;
}
div > ol[style="list-style-type:lower-roman;"] > li,
div ol:has(:not([style]))[style="list-style-type:lower-roman;"] > li {
  list-style: none;
}
div > ol[style="list-style-type:lower-roman;"] > li:before,
div ol:has(:not([style]))[style="list-style-type:lower-roman;"] > li:before {
  content: counter(list, lower-roman) ") ";
  counter-increment: list;
}
div > ol[style="list-style-type:upper-roman;"],
div ol:has(:not([style]))[style="list-style-type:upper-roman;"] {
  counter-reset: list;
}
div > ol[style="list-style-type:upper-roman;"] > li,
div ol:has(:not([style]))[style="list-style-type:upper-roman;"] > li {
  list-style: none;
}
div > ol[style="list-style-type:upper-roman;"] > li:before,
div ol:has(:not([style]))[style="list-style-type:upper-roman;"] > li:before {
  content: counter(list, upper-roman) ") ";
  counter-increment: list;
}
div > ol[style="list-style-type:lower-alpha;"],
div ol:has(:not([style]))[style="list-style-type:lower-alpha;"] {
  counter-reset: list;
}
div > ol[style="list-style-type:lower-alpha;"] > li,
div ol:has(:not([style]))[style="list-style-type:lower-alpha;"] > li {
  list-style: none;
}
div > ol[style="list-style-type:lower-alpha;"] > li:before,
div ol:has(:not([style]))[style="list-style-type:lower-alpha;"] > li:before {
  content: counter(list, lower-alpha) ") ";
  counter-increment: list;
}
div > ol[style="list-style-type:upper-alpha;"],
div ol:has(:not([style]))[style="list-style-type:upper-alpha;"] {
  counter-reset: list;
}
div > ol[style="list-style-type:upper-alpha;"] > li,
div ol:has(:not([style]))[style="list-style-type:upper-alpha;"] > li {
  list-style: none;
}
div > ol[style="list-style-type:upper-alpha;"] > li:before,
div ol:has(:not([style]))[style="list-style-type:upper-alpha;"] > li:before {
  content: counter(list, upper-alpha) ") ";
  counter-increment: list;
}
div > ol:has(:not([style])) > li > ol:has(:not([style])) {
  counter-reset: list;
}
div > ol:has(:not([style])) > li > ol:has(:not([style])) > li {
  list-style: none;
}
div > ol:has(:not([style])) > li > ol:has(:not([style])) > li:before {
  content: counter(list, lower-alpha) ") ";
  counter-increment: list;
}
div > ol:has(:not([style])) > li > ol:has(:not([style])) > li > ol:has(:not([style])) {
  counter-reset: list;
}
div > ol:has(:not([style])) > li > ol:has(:not([style])) > li > ol:has(:not([style])) > li {
  list-style: none;
}
div > ol:has(:not([style])) > li > ol:has(:not([style])) > li > ol:has(:not([style])) > li:before {
  content: counter(list, lower-roman) ") ";
  counter-increment: list;
}

body {
  --custom-menu-size: 18em;
}
body.menu-collapse {
  --custom-menu-size: 4.35em;
}
body.menu-collapse ion-menu ion-header .menu-logo {
  display: none;
}

cdk-virtual-scroll-viewport {
  height: 100%;
  width: 100%;
}

cdk-virtual-scroll-viewport::-webkit-scrollbar {
  width: 10px;
}

cdk-virtual-scroll-viewport::-webkit-scrollbar-track {
  background: var(--ion-color-light-tint);
}

cdk-virtual-scroll-viewport::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: var(--color-scrollbar-gradient);
  border: none;
}

ion-progress-bar {
  border-radius: 5px;
  height: 3px;
}

ion-button {
  height: 30px !important;
  text-transform: none;
}
ion-button.button-disabled {
  opacity: 0.7;
}
ion-button[fill=clear] {
  text-transform: capitalize;
  --border-radius: 64px!important;
}
ion-button[fill=clear][delegation=delegation].delegation-btn {
  --color: var(--ion-color-fourth-shade)!important;
}
ion-button[fill=clear][delegation=delegation].delegation-btn ion-icon {
  color: var(--ion-color-fourth-shade) !important;
}
ion-button[fill=clear][delegation=mix].delegation-btn {
  --color: var(--color-mixed-delegation-gradient)!important;
}
ion-button[shape=round] {
  --border-radius: 7px !important;
}
ion-button[fill=solid] {
  --background: var(--color-tertiary-gradient)!important;
  --button-background-activated: var(--color-tertiary-gradient)!important;
  --background-focused: var(--color-tertiary-gradient)!important;
  --background-hover: var(--color-tertiary-gradient-rgb)!important;
  --color: var(--ion-color-light) !important;
  --padding-start: 16px!important;
  --padding-end: 16px!important;
  --border-width: 0;
  --box-shadow: none;
  --transition: all .1s ease-in-out;
}
ion-button[fill=solid]:not([text-capitalize], [text-uppercase], [text-uppercase]) {
  text-transform: capitalize;
}
ion-button[fill=solid][delegation=delegation].delegation-btn {
  --background: var(--color-delegation-gradient)!important;
  --button-background-activated: var(--color-delegation-gradient)!important;
  --background-focused: var(--color-delegation-gradient)!important;
}
ion-button[fill=solid][delegation=mix].delegation-btn {
  --background: var(--color-mixed-delegation-gradient)!important;
  --button-background-activated: var(--color-mixed-delegation-gradient)!important;
  --background-focused: var(--color-mixed-delegation-gradient)!important;
}
ion-button ion-icon {
  font-size: 1rem;
}
ion-button.overflow-circle {
  margin-left: 47px !important;
  position: absolute !important;
  z-index: 99 !important;
  margin-top: 20px !important;
  width: 23px !important;
  height: 23px !important;
  --padding-top: 1px!important;
  --padding-start: 10px !important;
  --padding-end: 0px !important;
  --border-radius: 90px !important;
  --background-hover: var(--color-tertiary-gradient)!important;
}
ion-button.error {
  --border-width: 1px;
  --border-style: solid;
  --border-color: red;
}

ion-card.rounded-card {
  border-radius: 10px;
  margin-bottom: 40px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.12) !important;
}
ion-card.rounded-card ion-card-header {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--ion-color-light-shade);
}
ion-card.rounded-card ion-card-header > ion-grid > ion-row {
  min-height: 38px;
}
ion-card.rounded-card ion-card-header ion-title {
  font-weight: 700;
  font-size: 1rem !important;
  color: var(--ion-color-dark);
  margin-left: -3px;
}
ion-card.rounded-card ion-card-header ion-button {
  font-size: 12px;
}
ion-card.rounded-card.card-table ion-card-header {
  font-size: 1em;
}
ion-card.rounded-card.card-table ion-card-header ion-row {
  margin-bottom: var(--ion-half-margin);
}
ion-card.rounded-card.card-table ion-card-header ion-col {
  font-weight: bold;
  color: var(--color-text-dark);
}
ion-card.list-card {
  padding-top: 10px;
  padding-bottom: 10px;
}
ion-card.list-card ion-card-header {
  padding-bottom: 10px;
}
ion-card.list-card ion-buttons {
  padding-inline: 8px;
}

.inner-card {
  border-radius: 7px;
  padding: 0px 0 16px;
  margin: 0;
  background: var(--ion-color-light-tint);
}
.inner-card ion-item > ion-label ion-text {
  color: var(--color-text-grey);
}
.inner-card ion-toggle, .inner-card ion-input, .inner-card ion-select {
  background: #fff;
  --background: #fff;
}
.inner-card.disabled ion-list-header {
  opacity: 0.4;
}

ion-input {
  text-overflow: ellipsis;
  --padding-bottom: 2px !important;
  --padding-top: 2px !important;
  height: 30px !important;
  caret-color: var(--ion-color-primary);
  /* Hide password reveal button in MS Edge */
}
ion-input ::-ms-reveal {
  display: none;
}

ion-toggle {
  --background: var(--ion-color-light-tint);
  --background-checked: var(--ion-color-tertiary);
  --handle-background-checked: var(--ion-color-light);
  --handle-background: var(--ion-color-medium-shade);
}

ion-radio {
  --color: var(--ion-color-medium-shade) !important;
  --color-checked: var(--ion-color-tertiary);
}

ion-textarea {
  border-radius: 7px;
  border: 1px solid var(--ion-color-medium-shade) !important;
  --padding-start: 12px !important;
  caret-color: var(--ion-color-primary);
}

ion-checkbox {
  --border-color-checked: var(--ion-color-tertiary) !important;
  --background: var(--ion-color-light) !important;
  --background-checked: var(--ion-color-tertiary) !important;
  --checkmark-color: var(--ion-color-light) !important;
}

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

ion-item-divider {
  border: none;
}

ion-note {
  font-size: calc(var(--font-size-default) - 2px);
}

ion-item {
  outline: none;
  --border-color: transparent;
  --border-width: 0 0 0 0;
  --background: transparent;
  --highlight-height: 0;
  --highlight-color-focused: transparent;
  --highlight-color-valid: transparent;
  --highlight-color-invalid: transparent;
  --ripple-color: transparent !important;
}
ion-item.dynamic-field, ion-item.form-input {
  --highlight-color-focused: none!important;
  --background-hover: none !important;
  --background-focused: none!important;
  --button-background-activated: none!important;
  --background: none !important;
  --color-activated: none !important;
  --transition: none !important;
  transition: none !important;
  background: none !important;
}
ion-item.dynamic-field ion-label, ion-item.form-input ion-label {
  font-size: 14px !important;
  color: var(--color-text-dark) !important;
  margin-bottom: 10px !important;
}
ion-item.dynamic-field ion-text, ion-item.form-input ion-text {
  color: gray;
}
ion-item.static-field {
  margin-top: 20px;
}
ion-item.static-field ion-label {
  margin: 0 !important;
}
ion-item.static-field ion-label *:not(ion-button, ion-icon) {
  --color: gray;
  color: gray;
  font-size: 16px !important;
}
ion-item.static-field ion-label h2 {
  font-size: 14px !important;
  color: var(--color-text-dark) !important;
  font-weight: bold;
  margin-bottom: 5px;
}
ion-item.static-field ion-label .link {
  text-decoration: none;
  color: var(--ion-color-tertiary);
}
ion-item.static-field ion-label .link ion-icon {
  margin-bottom: -5px;
}
ion-item.validation-input:not(.item-interactive-disabled) :not(.ng-untouched).ionic-selectable-has-value.ng-valid, ion-item.validation-input:not(.item-interactive-disabled) :not(.ng-untouched):not(.ionic-selectable-has-value).ng-valid, ion-item.validation-input:not(.item-interactive-disabled) ion-input:not(.ion-untouched).has-value.ion-valid, ion-item.validation-input.valid:not(.ion-untouched):not(.item-interactive-disabled) ion-input {
  border-color: var(--ion-color-success) !important;
}
ion-item.validation-input:not(.item-interactive-disabled) :not(.ng-untouched):not(.ionic-selectable-has-value).ng-invalid, ion-item.validation-input:not(.item-interactive-disabled) ion-input:not(.has-value):not(.ion-untouched).ion-invalid, ion-item.validation-input.error:not(.ion-untouched):not(.item-interactive-disabled) ion-input {
  border-color: var(--ion-color-danger) !important;
}
ion-item.date-disabled .sc-ion-label-md-h, ion-item.interactive-disabled .sc-ion-label-md-h {
  cursor: default;
  opacity: 0.3;
  pointer-events: none;
}
ion-item.item-has-focus {
  --full-highlight-height: 0!important;
  --inset-highlight-height: 0!important;
}
ion-item ionic-selectable,
ion-item ion-select {
  border: 1px solid #999;
  border-radius: var(--ion-half-padding);
  min-width: 200px !important;
  --padding-top: var(--ion-half-padding);
  --inner-padding-end: 0px;
  --padding-bottom:var(--ion-half-padding);
}
ion-item ion-select {
  height: 30px;
  --padding-start: 16px;
  --padding-end: 10px;
  --padding-top: 4px;
  --padding-bottom: 4px;
  border-radius: 7px;
  padding: 5px 16px;
  line-height: initial !important;
  --placeholder-opacity: 0.5 !important;
  margin-top: 0;
}
ion-item ion-select.select-disabled {
  --placeholder-opacity:.3!important;
}
ion-item ion-select::part(icon) {
  transform: none;
}
ion-item ionic-selectable {
  margin-top: var(--ion-half-padding);
  padding: 8px 16px 8px 16px !important;
  line-height: initial !important;
  --show-full-highlight: 0;
}
ion-item ionic-selectable .ionic-selectable-inner {
  margin-top: -4px !important;
}
ion-item ionic-selectable .ionic-selectable-icon {
  margin-top: 1px !important;
}
ion-item ionic-selectable[without-margin] .ionic-selectable-inner {
  margin-top: -3px !important;
}
ion-item ionic-selectable[without-margin] .ionic-selectable-icon {
  margin-top: 0px !important;
}
ion-item.no-line, ion-item.no-lines {
  --show-full-highlight: 0;
}
ion-item ul {
  margin: 8px 0 0;
}
ion-item ion-note {
  display: block;
  line-height: 1rem;
  min-width: 100%;
}
ion-item ion-note[slot=error] {
  color: var(--ion-color-danger);
}

ion-segment {
  border-radius: 7px;
  border: 1px solid var(--ion-color-tertiary);
  overflow: hidden;
  height: 30px !important;
  margin: 0;
}
ion-segment ion-segment-button {
  --indicator-color:var(--color-tertiary-gradient-rgb);
  --background-hover:var(--color-tertiary-gradient-rgb);
  font-size: 1rem;
  font-weight: normal;
  --color:var(--ion-color-medium-tint);
  --color-checked:var(--ion-color-light);
  margin: -1px -2px 0px;
  height: 30px !important;
  min-height: 30px !important;
  --font-size-default:0.7rem!important;
  text-transform: capitalize !important;
  min-width: auto;
}
ion-segment ion-segment-button ion-label {
  width: 100%;
}
ion-segment.clean {
  border: none;
}
ion-segment.clean ion-segment-button {
  --background-hover:transparent;
  --background-checked:transparent;
  --color-checked:var(--ion-color-tertiary);
  --font-size-default:1rem!important;
}
ion-segment.clean ion-segment-button:hover {
  --color:var(--ion-color-tertiary) !important;
}

ion-header.header-md:not(.menu-header):after {
  background-image: none !important;
}
ion-header.page-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
ion-header ion-toolbar {
  --ion-toolbar-background-color: var(--ion-color-light);
  --background: var(--ion-color-light);
  --border-color: var(--ion-toolbar-border-color, var(--ion-border-color,rgba(0,0,0,0.1)));
}
ion-header ion-toolbar ion-title {
  font-size: var(--ion-header-size);
}

ion-menu {
  --width: 18em;
  --background: linear-gradient(to bottom, var(--ion-color-fifth), var(--ion-color-sixth));
  color: var(--ion-color-light);
  --border: 0 !important;
}
ion-menu ion-content {
  --background: transparent;
}
ion-menu ion-footer::before {
  height: 10px !important;
}

@media screen and (min-width: 1200px) {
  .split-pane-visible > .split-pane-side {
    max-width: var(--custom-menu-size) !important;
    min-width: var(--custom-menu-size) !important;
    transition: all 0.2s ease-in;
  }
}
ion-modal::part(content) {
  --width: 720px;
  --height: 740px;
  border-radius: 10px !important;
  background: white;
}

ion-modal ion-header ion-buttons {
  width: 55px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
ion-modal ion-header ion-buttons::after {
  border-left: 1px solid var(--ion-border-color, rgba(0, 0, 0, 0.1));
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  height: 30px;
}

.custom-modal-card::part(content) {
  --height: 70%;
  --width: 85%;
  max-width: 935px;
}
.custom-modal-card.modal-small::part(content) {
  --height: 520px;
  --width: 600px;
}
.custom-modal-card.modal-small.extra {
  --height: 80%;
  max-height: 680px;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .custom-modal-card::part(content) {
    --height: 100%;
    --width: 100%;
    max-width: 100%;
    border-radius: 0px !important;
  }
}
@media screen and (min-width: 1200px) and (min-height: 800px) {
  .custom-modal-card::part(content) {
    max-height: 640px;
  }
}

.custom-modal::part(content) {
  max-height: 90%;
}
@media only screen and (max-height: 740px) and (max-width: 768px) {
  .custom-modal::part(content) {
    --height: 100% !important;
    --width: 100% !important;
    border-radius: 0 !important;
    max-height: 100% !important;
  }
}
.custom-modal.alert-small::part(content) {
  max-width: 300px;
  max-height: 300px;
}

.modal-extra-large::part(content) {
  --width: 1184px;
  --height: 800px;
  max-width: 95%;
}
@media only screen and (max-height: 800px), screen and (max-width: 1184px) {
  .modal-extra-large::part(content) {
    --width: 100%;
    --height: 100%;
    max-width: 100%;
    max-height: 100% !important;
    border-radius: 0 !important;
  }
}

.modal-large::part(content) {
  --width: 1024px;
  --height: 95%;
  max-height: 750px;
}
@media only screen and (max-height: 750px), screen and (max-width: 1024px) {
  .modal-large::part(content) {
    --width: 100%;
    --height: 100%;
    max-height: 100% !important;
    border-radius: 0 !important;
  }
}

.modal-small::part(content) {
  --width: 460px;
  --height: 540px;
}
@media only screen and (max-height: 460px), screen and (max-width: 540px) {
  .modal-small::part(content) {
    --width: 100%;
    --height: 100%;
    border-radius: 0 !important;
  }
}
.modal-small.extra::part(content) {
  --width: 768px;
  --height: 640px;
}
@media only screen and (max-width: 768px) {
  .modal-small.extra::part(content) {
    --width: 100%;
    --height: 100%;
    border-radius: 0 !important;
  }
}

.modal-extra-small::part(content) {
  --width: 460px;
  --height: 310px;
}
.modal-extra-small.modal-generic-select::part(content) {
  --height: 230px;
}
@media only screen and (max-height: 460px), screen and (max-width: 540px) {
  .modal-extra-small::part(content) {
    --width: 100%;
    --height: 100%;
    border-radius: 0 !important;
  }
}

.modal-login-small::part(content) {
  --width: 460px;
  --height: 510px;
}
@media only screen and (max-height: 460px), screen and (max-width: 540px) {
  .modal-login-small::part(content) {
    --width: 100%;
    --height: 100%;
    border-radius: 0 !important;
  }
}

.modal-proposal-details::part(content) {
  --width: 95%;
  --height: 95%;
}

.ionic-selectable-modal ion-toolbar .button {
  text-transform: capitalize !important;
  --border-radius: 7px;
  --background: transparent;
  --box-shadow: none;
}
.ionic-selectable-modal ion-toolbar .searchbar-input {
  box-shadow: none;
  border-bottom: 1px solid var(--ion-color-medium);
}
.ionic-selectable-modal ion-content .ionic-selectable-item ion-icon {
  --ion-color-base: var(--ion-color-tertiary)!important;
  font-size: 24px;
  margin-right: 24px;
}
.ionic-selectable-modal ion-footer ion-row > ion-col {
  display: flex;
  justify-content: flex-end;
}
.ionic-selectable-modal ion-footer ion-row > ion-col ion-button {
  --color: var(--ion-color-primary);
  --background: transparent;
  --box-shadow: none;
  max-width: 150px;
}

.custom-small-ionic-selectable::part(content) {
  --width: 100%;
  --height: 100%;
  max-width: 100%;
  max-height: 100%;
  border-radius: 0;
}
@media only screen and (max-height: 460px), screen and (min-width: 540px) {
  .custom-small-ionic-selectable::part(content) {
    border-radius: 10px;
    max-width: 400px;
    max-height: 540px;
  }
}

.modal-super-confirm::part(content) {
  --width: 650px;
  --height: 250px;
}
@media only screen and (max-height: 750px), screen and (max-width: 1024px) {
  .modal-super-confirm::part(content) {
    --width: 100%;
    --height: 100%;
    max-height: 100% !important;
    border-radius: 0 !important;
  }
}

ion-label {
  font-size: var(--font-size-default) !important;
}
ion-label[position=stacked] {
  font-weight: bold;
  transform: inherit !important;
  color: var(--ion-color-dark) !important;
}
ion-label[position=inline] {
  font-weight: bold;
  transform: inherit !important;
  color: var(--ion-color-dark) !important;
  margin-right: 10px;
}
ion-label[required]:after {
  content: " *";
  color: var(--ion-color-danger);
}

[half-padding] {
  padding: var(--ion-half-padding);
}

[half-padding-top] {
  padding-top: var(--ion-half-padding);
}

[half-padding-bottom] {
  padding-bottom: var(--ion-half-padding);
}

[half-padding-start] {
  padding-left: var(--ion-half-padding);
}

[half-padding-end] {
  padding-right: var(--ion-half-padding);
}

[half-padding-vertical] {
  padding: var(--ion-half-padding) 0;
}

[half-padding-horizontal] {
  padding: 0 var(--ion-half-padding);
}

[half-margin] {
  margin: var(--ion-half-margin);
}

[half-margin-top] {
  margin-top: var(--ion-half-margin);
}

[half-margin-bottom] {
  margin-bottom: var(--ion-half-margin);
}

[half-margin-start] {
  margin-left: var(--ion-half-margin);
}

[half-margin-end] {
  margin-right: var(--ion-half-margin);
}

[half-margin-vertical] {
  margin: var(--ion-half-margin) 0;
}

[half-padding-horizontal] {
  margin: 0 var(--ion-half-margin);
}

[no-padding-start] {
  padding-left: 0;
}

[no-padding-end] {
  padding-right: 0;
}

[no-padding-vertical] {
  padding-bottom: 0;
  padding-top: 0;
}

[no-padding-horizontal] {
  padding-left: 0;
  padding-right: 0;
}

.float-left,
[float-left] {
  float: left;
}

.float-right {
  float: right;
}

.ion-text-nowrap {
  text-overflow: ellipsis;
  overflow: hidden;
}

ion-searchbar.custom .searchbar-input-container {
  height: 30px !important;
}
ion-searchbar.custom .searchbar-input {
  border-radius: 7px !important;
  border: none !important;
}
ion-searchbar.custom.small .searchbar-input-container .searchbar-search-icon {
  top: 5px !important;
}
ion-searchbar.custom.small .searchbar-input {
  height: 30px !important;
  box-shadow: none !important;
  border: 1px solid #999 !important;
}

ion-popover.custom-popover::part(content) {
  background: var(--ion-color-light) !important;
  border-radius: 15px;
  width: 300px;
  margin-left: -19px;
  box-shadow: 0px 0px 12px 0px var(--ion-color-medium-shade);
  border: 0;
}
ion-popover.custom-popover::part(content) .popover-viewport {
  box-shadow: none !important;
}
ion-popover.custom-popover::part(backdrop) {
  opacity: 0.3 !important;
}
ion-popover.custom-popover::part(arrow) {
  z-index: 11;
  --background: var(--ion-color-light) !important;
}
ion-popover.custom-popover ion-grid {
  padding: 16px !important;
}
ion-popover.custom-popover ion-grid ion-row {
  padding-bottom: 0 !important;
}
ion-popover.custom-popover ion-grid h3 {
  font-size: 1rem !important;
  margin-top: 10px;
}
ion-popover.custom-popover custom-input-file ion-button {
  margin-top: 55px !important;
}
ion-popover.custom-popover.small-width::part(content) {
  max-height: 225px !important;
  height: 100% !important;
}
ion-popover.custom-popover.quality-militant-indicator::part(content) {
  width: 100%;
  padding: 0px 0 20px;
  max-width: 480px;
  height: auto;
  max-height: calc(100vh - 200px);
}
ion-popover.custom-popover.recovery::part(content) {
  max-width: 350px !important;
  width: 100% !important;
  overflow: initial;
}
ion-popover.custom-popover.send::part(arrow) {
  margin-left: 45px;
}
ion-popover.custom-popover.send::part(content) {
  width: 370px;
  overflow: initial;
}
ion-popover.custom-popover.small-left::part(content) {
  width: 170px;
  margin-left: 16px;
}
ion-popover.custom-popover.small-left::part(content) ion-list {
  padding: 0 8px;
}
ion-popover.custom-popover.small-left::part(content) ion-list ion-item {
  --inner-padding-end: 0px;
}
ion-popover.custom-popover.small-left::part(content) ion-list ion-item ion-icon {
  font-size: 3rem;
  margin-right: 30px;
  margin-left: 0px;
}
ion-popover.custom-popover.small-left::part(content) ion-list ion-button {
  margin-left: 19px;
}
ion-popover.custom-popover.export-list::part(content) {
  width: 420px;
}
ion-popover.custom-popover.default-arrow::part(arrow) {
  margin-left: 0px;
}
ion-popover.custom-popover.no-arrow::part(arrow) {
  display: none;
}
ion-popover.custom-popover.reject-actions::part(content) {
  width: 386px;
}
ion-popover.custom-popover.change-document::part(content) {
  width: 330px;
}
ion-popover.custom-popover.change-vote-sense::part(content) {
  width: 420px;
}
ion-popover.custom-popover.auto-height::part(content) {
  height: auto !important;
}
ion-popover.custom-popover.custom-calendar-date-picker::part(content) {
  max-width: 366px !important;
  width: 100% !important;
  border: 0;
}
ion-popover.custom-popover.custom-calendar-date-picker ion-grid {
  padding: 5px !important;
}
ion-popover.custom-popover.show-observation::part(content) {
  max-width: 600px !important;
  width: auto !important;
}

ion-alert .alert-checkbox-button[aria-checked=true] .alert-checkbox-icon {
  border-color: var(--ion-color-tertiary) !important;
  background-color: var(--ion-color-tertiary) !important;
}
ion-alert.custom-alert .alert-wrapper {
  border-radius: 20px;
}
ion-alert.custom-alert .alert-wrapper .alert-button {
  text-transform: none;
}
ion-alert.custom-alert .alert-wrapper .alert-button.secondary {
  text-transform: lowercase;
}
ion-alert.custom-alert.small-height .alert-wrapper {
  --height: 410px !important;
}
ion-alert.custom-alert.small-height .alert-wrapper .alert-checkbox-group {
  max-height: 300px !important;
}
ion-alert.medium .alert-wrapper {
  width: 100%;
  max-width: 400px;
  --height: 400px;
}
ion-alert.medium .alert-wrapper .alert-radio-group,
ion-alert.medium .alert-wrapper .alert-checkbox-group {
  height: 100%;
  max-height: 100%;
}
ion-alert.height-auto .alert-wrapper {
  --height: auto;
}
ion-alert.large .alert-wrapper {
  width: 100%;
  max-width: 450px;
  --height: 480px;
}
ion-alert.large .alert-wrapper .alert-radio-group,
ion-alert.large .alert-wrapper .alert-checkbox-group {
  height: 100%;
  max-height: 100%;
}
ion-alert.large.ultra .alert-wrapper {
  max-width: 600px;
}
ion-alert.large.extra .alert-wrapper {
  --height: 575px;
}
ion-alert.large.extra .alert-wrapper .alert-checkbox-group {
  max-height: 460px;
}
ion-alert.large.small-height .alert-wrapper {
  --height: 290px !important;
}
ion-alert.large-height .alert-wrapper {
  width: 100%;
  max-width: 310px;
  height: 100%;
  max-height: 575px;
}
ion-alert.large-height .alert-wrapper .alert-checkbox-group {
  height: 100%;
  max-height: 100%;
}
ion-alert .alert-radio-icon.sc-ion-alert-md {
  width: 20px;
  height: 20px;
  border-width: 2px;
}
ion-alert.commissions .alert-checkbox-button:not(.entity ~ .entity).entity,
ion-alert.commissions .alert-radio-button:not(.entity ~ .entity).entity {
  position: relative;
}
ion-alert.commissions .alert-checkbox-button:not(.entity ~ .entity).entity:before,
ion-alert.commissions .alert-radio-button:not(.entity ~ .entity).entity:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--ion-color-tertiary);
}

ion-icon {
  font-size: calc(var(--font-size-default) + 5px);
}

ion-toast {
  --background: var(--color-tertiary-gradient);
}
ion-toast.error {
  --background: var(--ion-color-danger);
}
ion-toast.warning {
  --background: var(--ion-color-warning-gradient-end);
}

.map {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* Marker tweaks */
.mapboxgl-popup-close-button {
  display: none;
}

.mapboxgl-popup-content {
  padding: 0;
  width: 220px;
}

.mapboxgl-popup-content-wrapper {
  padding: 1%;
}

.mapboxgl-popup-content h3 {
  background: var(--ion-color-primary);
  color: #fff;
  margin: 0;
  display: block;
  padding: 10px;
  border-radius: 4px 4px 0 0;
  font-weight: 700;
  margin-top: -15px;
}
.mapboxgl-popup-content .popup-content {
  margin: 0;
  display: block;
  padding: 10px;
  font-weight: 200;
  font-size: 0.87em;
}
.mapboxgl-popup-content .popup-content p {
  margin: 0;
  padding: 0;
}
.mapboxgl-popup-content .popup-content ion-icon {
  padding: 0;
  font-size: 2em;
  float: right;
  cursor: pointer;
}

.mapboxgl-popup {
  padding-bottom: 20px;
}

.mapboxgl-popup-content ion-icon {
  padding: 10px;
}

.mapboxgl-container ion-icon {
  cursor: pointer;
}

.mapboxgl-popup-anchor-top > .mapboxgl-popup-content {
  margin-top: 15px;
}

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