/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/theme/variables.scss?ngGlobalStyle ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
    @author: Kevin Jacob S.
    @desc: Red banner for modal being shared information mixin
*/
/*
Common Item Heading for the modals Product spec and Choose and use
*/
ion-button {
  text-transform: initial;
  --padding-bottom: 0.375rem;
  --padding-top: 0.375rem;
  --padding-start: 1.25rem;
  --padding-end: 1.25rem;
  --border-radius: 3px;
  --box-shadow: 1px 1px 1px
      rgba(var(--cc-shadow-color-rgb), var(--cc-shadow-opacity));
  font-size: 0.8125rem;
  font-weight: 500;
}
ion-button.button-small {
  --padding-bottom: 0.375rem;
  --padding-top: 0.375rem;
  --padding-start: 1rem;
  --padding-end: 1rem;
  font-size: 0.75rem;
  font-weight: 400;
}
ion-button:last-of-type {
  margin-right: 0;
}

.cc-button-wrapper {
  width: 100%;
  padding: 1.25rem 0.75rem 1.75rem;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cc-button-wrapper ion-button,
  .cc-button-wrapper .cc-button {
    flex: 1;
  }
}
.cc-button-wrapper ion-button,
.cc-button-wrapper .cc-button {
  min-width: 0;
}
.cc-button-wrapper ion-button:only-of-type,
.cc-button-wrapper .cc-button:only-of-type {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 431px) {
  .cc-button-wrapper ion-button,
  .cc-button-wrapper .cc-button {
    min-width: 140px;
  }
}
@media (min-width: 769px) {
  .cc-button-wrapper ion-button,
  .cc-button-wrapper .cc-button {
    min-width: 175px;
  }
}
@media (min-width: 1024px) {
  .cc-button-wrapper ion-button,
  .cc-button-wrapper .cc-button {
    min-width: 200px;
  }
}

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

.cc-button {
  color: var(--ion-color-primary-contrast);
  background-color: var(--ion-color-primary);
  text-transform: initial;
  padding-bottom: 0.375rem;
  padding-top: 0.375rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-radius: 3px;
  box-shadow: 1px 1px 3px 0 rgba(var(--cc-shadow-color-rgb), var(--cc-shadow-opacity));
  font-size: 0.8125rem;
  font-weight: 500;
  font-family: var(--ion-font-family);
  letter-spacing: 0.06em;
  cursor: pointer;
  margin-right: 1rem;
  min-height: 38px;
}
.cc-button:last-of-type {
  margin-right: 0;
}
.cc-button:hover, .cc-button:active {
  background-color: var(--ion-color-primary-tint);
  outline: none;
  border: none;
}
.cc-button:focus {
  outline: 0;
}
.cc-button:disabled {
  opacity: 0.5;
}
.cc-button.cc-color-dark {
  background-color: var(--ion-color-dark);
}
.cc-button.cc-color-dark:hover, .cc-button.cc-color-dark:active {
  background-color: var(--ion-color-dark-tint);
}
.cc-button span {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex-flow: row nowrap;
}

:root {
  --ion-color-primary: #4096b8;
  --ion-color-primary-rgb: rgb(64, 150, 184);
  --ion-color-primary-contrast: #ffffff;
  --ion-color-primary-contrast-rgb: rgb(255, 255, 255);
  --ion-color-primary-shade: #37809e;
  --ion-color-primary-tint: #57a6c5;
  --ion-color-secondary: #006798;
  --ion-color-secondary-rgb: rgb(0, 103, 152);
  --ion-color-secondary-contrast: #ffffff;
  --ion-color-secondary-contrast-rgb: rgb(255, 255, 255);
  --ion-color-secondary-shade: #004f74;
  --ion-color-secondary-tint: #007fbc;
  --ion-color-tertiary: #f2eedc;
  --ion-color-tertiary-rgb: rgb(242, 238, 220);
  --ion-color-tertiary-contrast: #50545d;
  --ion-color-tertiary-contrast-rgb: rgb(80, 84, 93);
  --ion-color-tertiary-shade: #e8e1c2;
  --ion-color-tertiary-tint: #fcfbf6;
  --ion-color-success: #5ea54d;
  --ion-color-success-rgb: rgb(94, 165, 77);
  --ion-color-success-contrast: #ffffff;
  --ion-color-success-contrast-rgb: rgb(255, 255, 255);
  --ion-color-success-shade: #508d42;
  --ion-color-success-tint: #71b561;
  --ion-color-warning: #f58220;
  --ion-color-warning-rgb: rgb(245, 130, 32);
  --ion-color-warning-contrast: #ffffff;
  --ion-color-warning-contrast-rgb: rgb(255, 255, 255);
  --ion-color-warning-shade: #e7700a;
  --ion-color-warning-tint: #f79542;
  --ion-color-danger: #c23533;
  --ion-color-danger-rgb: rgb(194, 53, 51);
  --ion-color-danger-contrast: #ffffff;
  --ion-color-danger-contrast-rgb: rgb(255, 255, 255);
  --ion-color-danger-shade: #a62d2c;
  --ion-color-danger-tint: #cf4b49;
  --ion-color-dark: #50545d;
  --ion-color-dark-rgb: rgb(80, 84, 93);
  --ion-color-dark-contrast: #ffffff;
  --ion-color-dark-contrast-rgb: rgb(255, 255, 255);
  --ion-color-dark-shade: #3f434a;
  --ion-color-dark-tint: #616570;
  --ion-color-medium: #878787;
  --ion-color-medium-rgb: 135, 135, 135;
  --ion-color-medium-contrast: #ffffff;
  --ion-color-medium-contrast-rgb: rgb(255, 255, 255);
  --ion-color-medium-shade: #777777;
  --ion-color-medium-tint: #939393;
  --ion-color-light: #aab2b2;
  --ion-color-light-rgb: rgb(170, 178, 178);
  --ion-color-light-contrast: #ffffff;
  --ion-color-light-contrast-rgb: rgb(80, 84, 93);
  --ion-color-light-shade: #97a1a1;
  --ion-color-light-tint: #bdc3c3;
  --ion-color-lightest: #edf1f4;
  --ion-color-lightest-rgb: rgb(237, 241, 244);
  --ion-color-lightest-contrast: #50545d;
  --ion-color-lightest-contrast-rgb: rgb(237, 241, 244);
  --ion-color-lightest-shade: #d7e0e6;
  --ion-color-lightest-tint: white;
  --ion-color-ghost: #a0a9b1;
  --ion-color-ghost-rgb: rgb(160, 169, 177);
  --ion-color-ghost-contrast: #ffffff;
  --ion-color-ghost-contrast-rgb: rgb(255, 255, 255);
  --ion-color-ghost-shade: #8c97a1;
  --ion-color-ghost-tint: #b4bbc1;
  --ion-color-deep: #013247;
  --ion-color-deep-rgb: rgb(1, 50, 71);
  --ion-color-deep-contrast: #ffffff;
  --ion-color-deep-contrast-rgb: rgb(255, 255, 255);
  --ion-color-deep-shade: #011924;
  --ion-color-deep-tint: #014b6a;
  --ion-color-border-gray: #d1d7db;
  --ion-color-cpo-bg: #f2eedc;
  --ion-color-step-50: #f2f2f2;
  --ion-color-step-100: #e6e6e6;
  --ion-color-step-150: #d9d9d9;
  --ion-color-step-200: #cccccc;
  --ion-color-step-250: #bfbfbf;
  --ion-color-step-300: #b3b3b3;
  --ion-color-step-350: #a6a6a6;
  --ion-color-step-400: #999999;
  --ion-color-step-450: #8c8c8c;
  --ion-color-step-500: #808080;
  --ion-color-step-550: #978383;
  --ion-color-step-600: #666666;
  --ion-color-step-650: #595959;
  --ion-color-step-700: #4d4d4d;
  --ion-color-step-750: #404040;
  --ion-color-step-800: #333333;
  --ion-color-step-850: #262626;
  --ion-color-step-900: #191919;
  --ion-color-step-950: #0d0d0d;
  --ion-color-blue-300: #1da9fa;
  --ion-color-blue-600: #c7e6fc;
  --ion-color-light-blue: #008bbf;
  --ion-color-lighter-blue: #7adfff;
  --ion-color-lightest-blue: #c4f0f7;
  --ion-text-color: var(--ion-color-dark);
  --cc-color-active: --ion-color-secondary;
  --cc-color-segment-active: --cc-color-active;
  --cc-demo-slide-footer: #f7f7f7;
  --cc-demo-slide-footer-dark: #eeeeee;
  --cc-demo-hints-highlight: #dfe5e9;
  --cc-shadow-color-rgb: 50, 50, 50;
  --cc-shadow-opacity: 0.2;
  --cc-popover-background: white;
  --cc-refresher-color: #02628f;
  --ion-color-order-health-green: #75b260;
  --ion-color-order-health-orange: #f38120;
  --ion-color-order-health-red: #d41f33;
  --ion-color-abandoned: #f8aeae;
  --ion-practice-demo-warn-color: #FF5F1F ;
  --ion-practice-demo-warn-contrast: #ffffff;
  --ion-delegation-warn-color: #39FF14;
  --ion-delegation-warn-contrast: #111;
  --ion-offline-banner-color: #A80000;
  --ion-todays-demo-border-color: #d1d6db;
  --ion-bundle-expiring-color: #A80000;
  --ion-comparison-item-icon: #eeeeee;
  --ion-upgrade-item-orange: #f48120;
  --ion-gift-card-list-item-bg: #f6f6f6;
  --ion-gift-card-list-item-amount: #f48120;
  --ion-gift-card-list-item-verified: #30a64a;
}

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

.ion-color-ghost {
  --ion-color-base: var(--ion-color-ghost) !important;
  --ion-color-base-rgb: var(--ion-color-ghost-rgb) !important;
  --ion-color-contrast: var(--ion-color-ghost-contrast) !important;
  --ion-color-contrast-rgb: var(--ion-color-ghost-contrast-rgb) !important;
  --ion-color-shade: var(--ion-color-ghost-shade) !important;
  --ion-color-tint: var(--ion-color-ghost-tint) !important;
}
/*!**********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/core.css ***!
  \**********************************************************************************************************************************************************************************************************************************/
/**
 * Convert a font size to a dynamic font size.
 * Fonts that participate in Dynamic Type should use
 * dynamic font sizes.
 * @param size - The initial font size including the unit (i.e. px or pt)
 * @param unit (optional) - The unit to convert to. Use this if you want to
 * convert to a unit other than $baselineUnit.
 */
/**
 * Convert a font size to a dynamic font size but impose
 * a maximum font size.
 * @param size - The initial font size including the unit (i.e. px or pt)
 * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).
 * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to
 * convert to a unit other than $baselineUnit.
 */
/**
 * Convert a font size to a dynamic font size but impose
 * a minimum font size.
 * @param size - The initial font size including the unit (i.e. px or pt)
 * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).
 * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to
 * convert to a unit other than $baselineUnit.
 */
/**
 * Convert a font size to a dynamic font size but impose
 * maximum and minimum font sizes.
 * @param size - The initial font size including the unit (i.e. px or pt)
 * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).
 * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).
 * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to
 * convert to a unit other than $baselineUnit.
 */
/**
 * A heuristic that applies CSS to tablet
 * viewports.
 *
 * Usage:
 * @include tablet-viewport() {
 *   :host {
 *     background-color: green;
 *   }
 * }
 */
/**
 * A heuristic that applies CSS to mobile
 * viewports (i.e. phones, not tablets).
 *
 * Usage:
 * @include mobile-viewport() {
 *   :host {
 *     background-color: blue;
 *   }
 * }
 */
/**
 * Convert a font size to a dynamic font size.
 * Fonts that participate in Dynamic Type should use
 * dynamic font sizes.
 * @param size - The initial font size including the unit (i.e. px or pt)
 * @param unit (optional) - The unit to convert to. Use this if you want to
 * convert to a unit other than $baselineUnit.
 */
/**
 * Convert a font size to a dynamic font size but impose
 * a maximum font size.
 * @param size - The initial font size including the unit (i.e. px or pt)
 * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).
 * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to
 * convert to a unit other than $baselineUnit.
 */
/**
 * Convert a font size to a dynamic font size but impose
 * a minimum font size.
 * @param size - The initial font size including the unit (i.e. px or pt)
 * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).
 * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to
 * convert to a unit other than $baselineUnit.
 */
/**
 * Convert a font size to a dynamic font size but impose
 * maximum and minimum font sizes.
 * @param size - The initial font size including the unit (i.e. px or pt)
 * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).
 * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).
 * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to
 * convert to a unit other than $baselineUnit.
 */
/**
 * A heuristic that applies CSS to tablet
 * viewports.
 *
 * Usage:
 * @include tablet-viewport() {
 *   :host {
 *     background-color: green;
 *   }
 * }
 */
/**
 * A heuristic that applies CSS to mobile
 * viewports (i.e. phones, not tablets).
 *
 * Usage:
 * @include mobile-viewport() {
 *   :host {
 *     background-color: blue;
 *   }
 * }
 */
/**
 * Convert a font size to a dynamic font size.
 * Fonts that participate in Dynamic Type should use
 * dynamic font sizes.
 * @param size - The initial font size including the unit (i.e. px or pt)
 * @param unit (optional) - The unit to convert to. Use this if you want to
 * convert to a unit other than $baselineUnit.
 */
/**
 * Convert a font size to a dynamic font size but impose
 * a maximum font size.
 * @param size - The initial font size including the unit (i.e. px or pt)
 * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).
 * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to
 * convert to a unit other than $baselineUnit.
 */
/**
 * Convert a font size to a dynamic font size but impose
 * a minimum font size.
 * @param size - The initial font size including the unit (i.e. px or pt)
 * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).
 * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to
 * convert to a unit other than $baselineUnit.
 */
/**
 * Convert a font size to a dynamic font size but impose
 * maximum and minimum font sizes.
 * @param size - The initial font size including the unit (i.e. px or pt)
 * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).
 * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).
 * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to
 * convert to a unit other than $baselineUnit.
 */
/**
 * A heuristic that applies CSS to tablet
 * viewports.
 *
 * Usage:
 * @include tablet-viewport() {
 *   :host {
 *     background-color: green;
 *   }
 * }
 */
/**
 * A heuristic that applies CSS to mobile
 * viewports (i.e. phones, not tablets).
 *
 * Usage:
 * @include mobile-viewport() {
 *   :host {
 *     background-color: blue;
 *   }
 * }
 */
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-default-dynamic-font: -apple-system-body;
  --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;
  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: 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;
  /**
   * The containing element itself should be clickable but
   * everything inside of it should not clickable when menu is open
   *
   * Setting pointer-events after scrolling has already started
   * will not cancel scrolling which is why we also set
   * overflow-y below.
   */
  pointer-events: none;
  /**
   * This accounts for scenarios where the main content itself
   * is scrollable.
   */
  overflow-y: hidden;
}

/**
 * Setting overflow cancels any in-progress scrolling
 * when the menu opens. This prevents users from accidentally
 * scrolling the main content while also dragging the menu open.
 * The code below accounts for both ion-content and then custom
 * scroll containers within ion-content (such as virtual scroll)
 */
.menu-content-open ion-content {
  --overflow: hidden;
}

.menu-content-open .ion-content-scroll-host {
  overflow: hidden;
}

.ios .menu-content-reveal {
  box-shadow: -8px 0 42px rgba(0, 0, 0, 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;
}

/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].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;
}

/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/structure.css ***!
  \***************************************************************************************************************************************************************************************************************************************/
/**
 * Convert a font size to a dynamic font size.
 * Fonts that participate in Dynamic Type should use
 * dynamic font sizes.
 * @param size - The initial font size including the unit (i.e. px or pt)
 * @param unit (optional) - The unit to convert to. Use this if you want to
 * convert to a unit other than $baselineUnit.
 */
/**
 * Convert a font size to a dynamic font size but impose
 * a maximum font size.
 * @param size - The initial font size including the unit (i.e. px or pt)
 * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).
 * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to
 * convert to a unit other than $baselineUnit.
 */
/**
 * Convert a font size to a dynamic font size but impose
 * a minimum font size.
 * @param size - The initial font size including the unit (i.e. px or pt)
 * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).
 * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to
 * convert to a unit other than $baselineUnit.
 */
/**
 * Convert a font size to a dynamic font size but impose
 * maximum and minimum font sizes.
 * @param size - The initial font size including the unit (i.e. px or pt)
 * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).
 * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).
 * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to
 * convert to a unit other than $baselineUnit.
 */
/**
 * A heuristic that applies CSS to tablet
 * viewports.
 *
 * Usage:
 * @include tablet-viewport() {
 *   :host {
 *     background-color: green;
 *   }
 * }
 */
/**
 * A heuristic that applies CSS to mobile
 * viewports (i.e. phones, not tablets).
 *
 * Usage:
 * @include mobile-viewport() {
 *   :host {
 *     background-color: blue;
 *   }
 * }
 */
/**
 * A heuristic that applies CSS to tablet
 * viewports.
 *
 * Usage:
 * @include tablet-viewport() {
 *   :host {
 *     background-color: green;
 *   }
 * }
 */
/**
 * A heuristic that applies CSS to mobile
 * viewports (i.e. phones, not tablets).
 *
 * Usage:
 * @include mobile-viewport() {
 *   :host {
 *     background-color: blue;
 *   }
 * }
 */
* {
  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%;
  -moz-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;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
}

/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/typography.css ***!
  \****************************************************************************************************************************************************************************************************************************************/
/**
 * Convert a font size to a dynamic font size.
 * Fonts that participate in Dynamic Type should use
 * dynamic font sizes.
 * @param size - The initial font size including the unit (i.e. px or pt)
 * @param unit (optional) - The unit to convert to. Use this if you want to
 * convert to a unit other than $baselineUnit.
 */
/**
 * Convert a font size to a dynamic font size but impose
 * a maximum font size.
 * @param size - The initial font size including the unit (i.e. px or pt)
 * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).
 * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to
 * convert to a unit other than $baselineUnit.
 */
/**
 * Convert a font size to a dynamic font size but impose
 * a minimum font size.
 * @param size - The initial font size including the unit (i.e. px or pt)
 * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).
 * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to
 * convert to a unit other than $baselineUnit.
 */
/**
 * Convert a font size to a dynamic font size but impose
 * maximum and minimum font sizes.
 * @param size - The initial font size including the unit (i.e. px or pt)
 * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).
 * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).
 * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to
 * convert to a unit other than $baselineUnit.
 */
/**
 * A heuristic that applies CSS to tablet
 * viewports.
 *
 * Usage:
 * @include tablet-viewport() {
 *   :host {
 *     background-color: green;
 *   }
 * }
 */
/**
 * A heuristic that applies CSS to mobile
 * viewports (i.e. phones, not tablets).
 *
 * Usage:
 * @include mobile-viewport() {
 *   :host {
 *     background-color: blue;
 *   }
 * }
 */
/**
 * A heuristic that applies CSS to tablet
 * viewports.
 *
 * Usage:
 * @include tablet-viewport() {
 *   :host {
 *     background-color: green;
 *   }
 * }
 */
/**
 * A heuristic that applies CSS to mobile
 * viewports (i.e. phones, not tablets).
 *
 * Usage:
 * @include mobile-viewport() {
 *   :host {
 *     background-color: blue;
 *   }
 * }
 */
html {
  font-family: var(--ion-font-family);
}

/**
 * Dynamic Type is an iOS-only feature, so
 * this should only be enabled on iOS devices.
 */
@supports (-webkit-touch-callout: none) {
  html {
    /**
     * Includes fallback if Dynamic Type is not enabled.
     */
    font: var(--ion-dynamic-font, 16px 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: 1.625rem;
}

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

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

small {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*!*************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/display.css ***!
  \*************************************************************************************************************************************************************************************************************************************/
/**
 * Convert a font size to a dynamic font size.
 * Fonts that participate in Dynamic Type should use
 * dynamic font sizes.
 * @param size - The initial font size including the unit (i.e. px or pt)
 * @param unit (optional) - The unit to convert to. Use this if you want to
 * convert to a unit other than $baselineUnit.
 */
/**
 * Convert a font size to a dynamic font size but impose
 * a maximum font size.
 * @param size - The initial font size including the unit (i.e. px or pt)
 * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).
 * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to
 * convert to a unit other than $baselineUnit.
 */
/**
 * Convert a font size to a dynamic font size but impose
 * a minimum font size.
 * @param size - The initial font size including the unit (i.e. px or pt)
 * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).
 * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to
 * convert to a unit other than $baselineUnit.
 */
/**
 * Convert a font size to a dynamic font size but impose
 * maximum and minimum font sizes.
 * @param size - The initial font size including the unit (i.e. px or pt)
 * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).
 * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).
 * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to
 * convert to a unit other than $baselineUnit.
 */
/**
 * A heuristic that applies CSS to tablet
 * viewports.
 *
 * Usage:
 * @include tablet-viewport() {
 *   :host {
 *     background-color: green;
 *   }
 * }
 */
/**
 * A heuristic that applies CSS to mobile
 * viewports (i.e. phones, not tablets).
 *
 * Usage:
 * @include mobile-viewport() {
 *   :host {
 *     background-color: blue;
 *   }
 * }
 */
/**
 * A heuristic that applies CSS to tablet
 * viewports.
 *
 * Usage:
 * @include tablet-viewport() {
 *   :host {
 *     background-color: green;
 *   }
 * }
 */
/**
 * A heuristic that applies CSS to mobile
 * viewports (i.e. phones, not tablets).
 *
 * Usage:
 * @include mobile-viewport() {
 *   :host {
 *     background-color: blue;
 *   }
 * }
 */
.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;
  }
}

/*!*************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/padding.css ***!
  \*************************************************************************************************************************************************************************************************************************************/
/**
 * Convert a font size to a dynamic font size.
 * Fonts that participate in Dynamic Type should use
 * dynamic font sizes.
 * @param size - The initial font size including the unit (i.e. px or pt)
 * @param unit (optional) - The unit to convert to. Use this if you want to
 * convert to a unit other than $baselineUnit.
 */
/**
 * Convert a font size to a dynamic font size but impose
 * a maximum font size.
 * @param size - The initial font size including the unit (i.e. px or pt)
 * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).
 * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to
 * convert to a unit other than $baselineUnit.
 */
/**
 * Convert a font size to a dynamic font size but impose
 * a minimum font size.
 * @param size - The initial font size including the unit (i.e. px or pt)
 * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).
 * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to
 * convert to a unit other than $baselineUnit.
 */
/**
 * Convert a font size to a dynamic font size but impose
 * maximum and minimum font sizes.
 * @param size - The initial font size including the unit (i.e. px or pt)
 * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).
 * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).
 * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to
 * convert to a unit other than $baselineUnit.
 */
/**
 * A heuristic that applies CSS to tablet
 * viewports.
 *
 * Usage:
 * @include tablet-viewport() {
 *   :host {
 *     background-color: green;
 *   }
 * }
 */
/**
 * A heuristic that applies CSS to mobile
 * viewports (i.e. phones, not tablets).
 *
 * Usage:
 * @include mobile-viewport() {
 *   :host {
 *     background-color: blue;
 *   }
 * }
 */
/**
 * A heuristic that applies CSS to tablet
 * viewports.
 *
 * Usage:
 * @include tablet-viewport() {
 *   :host {
 *     background-color: green;
 *   }
 * }
 */
/**
 * A heuristic that applies CSS to mobile
 * viewports (i.e. phones, not tablets).
 *
 * Usage:
 * @include mobile-viewport() {
 *   :host {
 *     background-color: blue;
 *   }
 * }
 */
.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);
}

/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/float-elements.css ***!
  \********************************************************************************************************************************************************************************************************************************************/
/**
 * Convert a font size to a dynamic font size.
 * Fonts that participate in Dynamic Type should use
 * dynamic font sizes.
 * @param size - The initial font size including the unit (i.e. px or pt)
 * @param unit (optional) - The unit to convert to. Use this if you want to
 * convert to a unit other than $baselineUnit.
 */
/**
 * Convert a font size to a dynamic font size but impose
 * a maximum font size.
 * @param size - The initial font size including the unit (i.e. px or pt)
 * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).
 * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to
 * convert to a unit other than $baselineUnit.
 */
/**
 * Convert a font size to a dynamic font size but impose
 * a minimum font size.
 * @param size - The initial font size including the unit (i.e. px or pt)
 * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).
 * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to
 * convert to a unit other than $baselineUnit.
 */
/**
 * Convert a font size to a dynamic font size but impose
 * maximum and minimum font sizes.
 * @param size - The initial font size including the unit (i.e. px or pt)
 * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).
 * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).
 * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to
 * convert to a unit other than $baselineUnit.
 */
/**
 * A heuristic that applies CSS to tablet
 * viewports.
 *
 * Usage:
 * @include tablet-viewport() {
 *   :host {
 *     background-color: green;
 *   }
 * }
 */
/**
 * A heuristic that applies CSS to mobile
 * viewports (i.e. phones, not tablets).
 *
 * Usage:
 * @include mobile-viewport() {
 *   :host {
 *     background-color: blue;
 *   }
 * }
 */
/**
 * A heuristic that applies CSS to tablet
 * viewports.
 *
 * Usage:
 * @include tablet-viewport() {
 *   :host {
 *     background-color: green;
 *   }
 * }
 */
/**
 * A heuristic that applies CSS to mobile
 * viewports (i.e. phones, not tablets).
 *
 * Usage:
 * @include mobile-viewport() {
 *   :host {
 *     background-color: blue;
 *   }
 * }
 */
.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;
    }
  }
}

/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/text-alignment.css ***!
  \********************************************************************************************************************************************************************************************************************************************/
/**
 * Convert a font size to a dynamic font size.
 * Fonts that participate in Dynamic Type should use
 * dynamic font sizes.
 * @param size - The initial font size including the unit (i.e. px or pt)
 * @param unit (optional) - The unit to convert to. Use this if you want to
 * convert to a unit other than $baselineUnit.
 */
/**
 * Convert a font size to a dynamic font size but impose
 * a maximum font size.
 * @param size - The initial font size including the unit (i.e. px or pt)
 * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).
 * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to
 * convert to a unit other than $baselineUnit.
 */
/**
 * Convert a font size to a dynamic font size but impose
 * a minimum font size.
 * @param size - The initial font size including the unit (i.e. px or pt)
 * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).
 * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to
 * convert to a unit other than $baselineUnit.
 */
/**
 * Convert a font size to a dynamic font size but impose
 * maximum and minimum font sizes.
 * @param size - The initial font size including the unit (i.e. px or pt)
 * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).
 * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).
 * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to
 * convert to a unit other than $baselineUnit.
 */
/**
 * A heuristic that applies CSS to tablet
 * viewports.
 *
 * Usage:
 * @include tablet-viewport() {
 *   :host {
 *     background-color: green;
 *   }
 * }
 */
/**
 * A heuristic that applies CSS to mobile
 * viewports (i.e. phones, not tablets).
 *
 * Usage:
 * @include mobile-viewport() {
 *   :host {
 *     background-color: blue;
 *   }
 * }
 */
/**
 * A heuristic that applies CSS to tablet
 * viewports.
 *
 * Usage:
 * @include tablet-viewport() {
 *   :host {
 *     background-color: green;
 *   }
 * }
 */
/**
 * A heuristic that applies CSS to mobile
 * viewports (i.e. phones, not tablets).
 *
 * Usage:
 * @include mobile-viewport() {
 *   :host {
 *     background-color: blue;
 *   }
 * }
 */
.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;
  }
}

/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/text-transformation.css ***!
  \*************************************************************************************************************************************************************************************************************************************************/
/**
 * Convert a font size to a dynamic font size.
 * Fonts that participate in Dynamic Type should use
 * dynamic font sizes.
 * @param size - The initial font size including the unit (i.e. px or pt)
 * @param unit (optional) - The unit to convert to. Use this if you want to
 * convert to a unit other than $baselineUnit.
 */
/**
 * Convert a font size to a dynamic font size but impose
 * a maximum font size.
 * @param size - The initial font size including the unit (i.e. px or pt)
 * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).
 * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to
 * convert to a unit other than $baselineUnit.
 */
/**
 * Convert a font size to a dynamic font size but impose
 * a minimum font size.
 * @param size - The initial font size including the unit (i.e. px or pt)
 * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).
 * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to
 * convert to a unit other than $baselineUnit.
 */
/**
 * Convert a font size to a dynamic font size but impose
 * maximum and minimum font sizes.
 * @param size - The initial font size including the unit (i.e. px or pt)
 * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).
 * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).
 * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to
 * convert to a unit other than $baselineUnit.
 */
/**
 * A heuristic that applies CSS to tablet
 * viewports.
 *
 * Usage:
 * @include tablet-viewport() {
 *   :host {
 *     background-color: green;
 *   }
 * }
 */
/**
 * A heuristic that applies CSS to mobile
 * viewports (i.e. phones, not tablets).
 *
 * Usage:
 * @include mobile-viewport() {
 *   :host {
 *     background-color: blue;
 *   }
 * }
 */
/**
 * A heuristic that applies CSS to tablet
 * viewports.
 *
 * Usage:
 * @include tablet-viewport() {
 *   :host {
 *     background-color: green;
 *   }
 * }
 */
/**
 * A heuristic that applies CSS to mobile
 * viewports (i.e. phones, not tablets).
 *
 * Usage:
 * @include mobile-viewport() {
 *   :host {
 *     background-color: blue;
 *   }
 * }
 */
.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;
  }
}

/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].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;
}

/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@ng-select/ng-select/themes/default.theme.css ***!
  \****************************************************************************************************************************************************************************************************************************************************/
.ng-select.ng-select-opened>.ng-select-container{background:#fff;border-color:#b3b3b3 #ccc #d9d9d9}.ng-select.ng-select-opened>.ng-select-container:hover{box-shadow:none}.ng-select.ng-select-opened>.ng-select-container .ng-arrow{top:-2px;border-color:transparent transparent #999;border-width:0 5px 5px}.ng-select.ng-select-opened>.ng-select-container .ng-arrow:hover{border-color:transparent transparent #333}.ng-select.ng-select-opened.ng-select-top>.ng-select-container{border-top-right-radius:0;border-top-left-radius:0}.ng-select.ng-select-opened.ng-select-right>.ng-select-container{border-top-right-radius:0;border-bottom-right-radius:0}.ng-select.ng-select-opened.ng-select-bottom>.ng-select-container{border-bottom-right-radius:0;border-bottom-left-radius:0}.ng-select.ng-select-opened.ng-select-left>.ng-select-container{border-top-left-radius:0;border-bottom-left-radius:0}.ng-select.ng-select-focused:not(.ng-select-opened)>.ng-select-container{border-color:#007eff;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 0 3px rgba(0,126,255,0.1)}.ng-select.ng-select-disabled>.ng-select-container{background-color:#f9f9f9}.ng-select .ng-has-value .ng-placeholder{display:none}.ng-select .ng-select-container{color:#333;background-color:#fff;border-radius:4px;border:1px solid #ccc;min-height:36px;align-items:center}.ng-select .ng-select-container:hover{box-shadow:0 1px 0 rgba(0,0,0,0.06)}.ng-select .ng-select-container .ng-value-container{align-items:center;padding-left:10px}[dir="rtl"] .ng-select .ng-select-container .ng-value-container{padding-right:10px;padding-left:0}.ng-select .ng-select-container .ng-value-container .ng-placeholder{color:#999}.ng-select.ng-select-single .ng-select-container{height:36px}.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{top:5px;left:0;padding-left:10px;padding-right:50px}[dir="rtl"] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{padding-right:10px;padding-left:50px}.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value{background-color:#f9f9f9;border:1px solid #e6e6e6}.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value .ng-value-label{padding:0 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-top:5px;padding-left:7px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-right:7px;padding-left:0}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{font-size:.9em;margin-bottom:5px;color:#333;background-color:#ebf5ff;border-radius:2px;margin-right:5px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{margin-right:0;margin-left:5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled{background-color:#f9f9f9}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:5px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:0;padding-right:5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label{display:inline-block;padding:1px 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon{display:inline-block;padding:1px 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover{background-color:#d1e8ff}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-right:1px solid #b8dbff}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-left:1px solid #b8dbff;border-right:none}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:1px solid #b8dbff}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:0;border-right:1px solid #b8dbff}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 0 3px 3px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 3px 3px 0}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input>input{color:#000}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{top:5px;padding-bottom:5px;padding-left:3px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{padding-right:3px;padding-left:0}.ng-select .ng-clear-wrapper{color:#999}.ng-select .ng-clear-wrapper:hover .ng-clear{color:#D0021B}.ng-select .ng-clear-wrapper:focus .ng-clear{color:#D0021B}.ng-select .ng-clear-wrapper:focus{outline:none}.ng-select .ng-spinner-zone{padding:5px 5px 0 0}[dir="rtl"] .ng-select .ng-spinner-zone{padding:5px 0 0 5px}.ng-select .ng-arrow-wrapper{width:25px;padding-right:5px}[dir="rtl"] .ng-select .ng-arrow-wrapper{padding-left:5px;padding-right:0}.ng-select .ng-arrow-wrapper:hover .ng-arrow{border-top-color:#666}.ng-select .ng-arrow-wrapper .ng-arrow{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 2.5px}.ng-dropdown-panel{background-color:#fff;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,0.06);left:0}.ng-dropdown-panel.ng-select-top{bottom:100%;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.ng-dropdown-panel.ng-select-right{left:100%;top:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}.ng-dropdown-panel.ng-select-right .ng-dropdown-panel-items .ng-option:first-child{border-top-right-radius:4px}.ng-dropdown-panel.ng-select-bottom{top:100%;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-color:#e6e6e6;margin-top:-1px}.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.ng-dropdown-panel.ng-select-left{left:-100%;top:0;border-top-left-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}.ng-dropdown-panel.ng-select-left .ng-dropdown-panel-items .ng-option:first-child{border-top-left-radius:4px}.ng-dropdown-panel .ng-dropdown-header{border-bottom:1px solid #ccc;padding:5px 7px}.ng-dropdown-panel .ng-dropdown-footer{border-top:1px solid #ccc;padding:5px 7px}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup{-webkit-user-select:none;user-select:none;padding:8px 10px;font-weight:500;color:rgba(0,0,0,0.54);cursor:pointer}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled{cursor:default}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked{background-color:#f5faff}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked{color:rgba(0,0,0,0.54);background-color:#ebf5ff;font-weight:600}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option{background-color:#fff;color:rgba(0,0,0,0.87);padding:8px 10px}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked{color:#333;background-color:#ebf5ff}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label{font-weight:600}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked{background-color:#f5faff;color:#333}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled{color:#ccc}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-left:22px}[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-right:22px;padding-left:0}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{font-size:80%;font-weight:400;padding-right:5px}[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{padding-left:5px;padding-right:0}[dir="rtl"] .ng-dropdown-panel{direction:rtl;text-align:right}

/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!../../node_modules/@webrotate360/imagerotator/build/css/all.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
.wr360_player
{
    width:100%;
    height:100%;
    background:#fff;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    user-select:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    touch-action:pan-y;
}

.wr360_player .container
{
    position:relative;
    overflow:hidden;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    box-shadow:none !important;
    background:inherit !important;
    max-width:none !important;
    font-family:Tahoma, sans-serif;
    cursor:pointer !important;
}

.wr360_player .container::before
{
    display:none !important;
}

.wr360_player .container .spinner_hint
{
    width:100%;
    height:100%;
    z-index:11;
    position:absolute;
    left:0;
    top:0;
    display:none;
    cursor:pointer;
}

.wr360_player .container .spinner_hint .spinner_hint_aligner
{
    position:absolute;
    bottom:20px;
    left:0;
    width:100%;
    text-align:center;
    z-index:1;
}

.wr360_player .container .spinner_hint .spinner_hint_item
{
    padding:7px 18px 7px 18px;
    line-height:14px;
    color:#696969;
    font-size:11px;
    background:rgba(240, 240, 240, 0.88);
    border-radius:0;
    margin:0 auto 0 auto;
    max-width:300px;
    font-family:Tahoma,Helvetica,Sans-Serif;
    opacity:0;
    display:inline-block;
    transition:0.2s ease;
}

@-moz-document url-prefix()
{
    .wr360_player .container .spinner_hint .spinner_hint_item
    {
        padding-bottom:8px;
    }
}

.wr360_player .container .spinner_hint:hover .spinner_hint_item
{
    background:rgba(225, 225, 225, 0.78);
    color:#555;
    transition:0.3s ease;
    padding-left:22px;
    padding-right:22px;
}

.wr360_player img
{
    max-width:none !important;
    max-height:none !important;
    border:none !important;
    box-shadow:none !important;
    cursor:pointer !important;
    image-rendering:-webkit-optimize-contrast;
}

.wr360_player .arrow_zoom_cursor,
.wr360_player .arrow_zoom_cursor > img
{
    cursor:url('pointer-zoom-in.b157db60bb76420d.svg'), zoom-in !important;
}

.wr360_player .arrow_zoom_cursor.container_zoomed,
.wr360_player .arrow_zoom_cursor.container_zoomed > img
{
    cursor:url('pointer-zoom-out.b324d4ced332bb16.svg'), zoom-out !important;
}

.wr360_player .arrow_zoom_cursor.container_zoomoff,
.wr360_player .arrow_zoom_cursor.container_zoomoff > img
{
    cursor:url('pointer-zoom-off.47355ba6e660e4c1.svg'), pointer !important;
}

.wr360_player .zoom_cursor,
.wr360_player .zoom_cursor > img
{
    cursor:zoom-in !important;
}

.wr360_player .zoom_cursor.container_zoomed,
.wr360_player .zoom_cursor.container_zoomed > img
{
    cursor:zoom-out !important;
}

.wr360_player .zoom_cursor.container_zoomoff,
.wr360_player .zoom_cursor.container_zoomoff > img
{
    cursor:pointer !important;
}

/* Desktop Safari doesn't work well with -webkit-optimize-contrast so apply this Safari only hack */
@media not all and (-webkit-min-device-pixel-ratio:0), not all and (min-resolution:.001dpcm)
{
    @media
    {
        .wr360_player img
		{
            image-rendering:auto;
        }
    }
}

.wr360_player .container .panning
{
    position:absolute;
    left:0;
    top:0;
    background-size:100% 100%;
    background-repeat:no-repeat;
    background-position:center;
    z-index:1;
    display:none;
}

.wr360_player .container .theme_header
{
    height:20px;
    z-index:2;
    margin:3px 0 0 0;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    font-family:Tahoma,Helvetica,Sans-Serif;
}

.wr360_player .container .theme_panel
{
    visibility:hidden;
}

.wr360_player .container .theme_header .progress_wrap
{
    float:left;
    cursor:pointer;
}

.wr360_player .container .theme_header .progress_wrap .progress_bar_anim_fs
{
    margin:10px 0 0 15px;
    height:28px;
    -webkit-user-select:none;
    user-select:none;
    display:none;
}

.wr360_player .container .theme_header .progress_wrap .progress_bar_anim
{
    margin:1px 0 0 6px;
    height:16px;
    -webkit-user-select:none;
    user-select:none;
    display:none;
}

.wr360_player .container .theme_header .progress_wrap .progress_bar_anim_fs div,
.wr360_player .container .theme_header .progress_wrap .progress_bar_anim div
{
    height:100%;
    width:5px;
    opacity:0;
    margin:0 2px 0 0;
    background-color:#bbb;
    float:left;
    overflow:hidden;
    animation:wr360_progress_delay 1.2s infinite ease-in-out;
}

.wr360_player .container .theme_header .progress_wrap .progress_bar_anim_fs div
{
    width:6px;
    margin:0 3px 0 0;
    background-color:#aaa;
}

.wr360_player .container .theme_header .progress_wrap .progress_bar_anim .animbar1,
.wr360_player .container .theme_header .progress_wrap .progress_bar_anim_fs .animbar1
{
    animation-delay:-1.2s;
}

.wr360_player .container .theme_header .progress_wrap .progress_bar_anim .animbar2,
.wr360_player .container .theme_header .progress_wrap .progress_bar_anim_fs .animbar2
{
    animation-delay:-1.1s;
}

.wr360_player .container .theme_header .progress_wrap .progress_bar_anim .animbar3,
.wr360_player .container .theme_header .progress_wrap .progress_bar_anim_fs .animbar3
{
    animation-delay:-1.0s;
}

.wr360_player .container .theme_header .progress_wrap .progress_bar_anim .animbar4,
.wr360_player .container .theme_header .progress_wrap .progress_bar_anim_fs .animbar4
{
    animation-delay:-0.9s;
}

.wr360_player .container .theme_header .progress_wrap .progress_bar_anim .animbar5,
.wr360_player .container .theme_header .progress_wrap .progress_bar_anim_fs .animbar5
{
    animation-delay:-0.8s;
}

.wr360_player .container .theme_header .progress_wrap .progress_bar_anim span.percentnums
{
    font-size:8px;
    line-height:16px;
    height:16px;
    width:25px;
    float:left;
    color:#999;
    margin:0 0 0 4px;
    display:none;
}

.wr360_player .container .theme_header .progress_wrap .progress_bar_anim_fs span.percentnums
{
    font-size:11px;
    line-height:28px;
    height:28px;
    width:25px;
    float:left;
    color:#999;
    margin:0 0 0 6px;
    display:none;
}

@-moz-document url-prefix()
{
    .wr360_player .container .theme_header .progress_wrap .progress_bar_anim span.percentnums,
    .wr360_player .container .theme_header .progress_wrap .progress_bar_anim_fs span.percentnums
    {
        margin-top: -1px;
    }
}

@keyframes wr360_progress_delay
{
    0%, 40%, 100%
    {
        transform:scaleY(0.5);
        -webkit-transform: scaleY(0.5);
    }
    20%
	{
        transform:scaleY(1.0);
        -webkit-transform: scaleY(1.0);
        opacity:1;
    }
}

.wr360_player .container .theme_header a.watermark
{
    margin:5px 0 0 5px;
    float:left;
    width:1px;
    height:1px;
    cursor:pointer;
    display:none;
}

.wr360_player a.fullscreenoff_button
{
    background:url('fullscreenoff.22fdd50be1700fc5.svg') no-repeat center center;
    width:50px;
    height:50px;
    top:20px;
    right:23px;
    z-index:10;
    position:absolute;
    cursor:pointer;
    display:block;
    transition:none !important;
}

.wr360_player a.fullscreenoff_button:hover
{
	opacity:0.8;
}

.wr360_player .container .hotspot_indicator
{
    z-index:4;
    cursor:pointer;
    background-repeat:no-repeat;
    --anim-duration:2000ms;
}

.wr360_player .container .indicator_effect_pulseRinged
{
    position:relative;
}

.wr360_player .container .indicator_effect_pulseRinged::after
{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border-radius:50%;
    transform-origin:center;
    z-index:1;
    animation:wr360_effect_pulse_ringed var(--anim-duration) ease-out infinite;
}

.wr360_player .container .indicator_effect_pulseRinged::before
{
    content:"";
    position:absolute;
    top:-1px;
    left:-1px;
    width:100%;
    height:100%;
    border-radius:50%;
    border:1px solid rgba(200, 200, 200, 0);
    transform-origin:center;
    z-index:2;
    animation:wr360_effect_pulse_ringed_border var(--anim-duration) ease-out infinite;
}

.wr360_player .container .indicator_effect_spin
{
    animation:wr360_effect_spin var(--anim-duration) linear infinite;
}

.wr360_player .container .indicator_effect_scaleUp
{
    transform:scale(0, 0);
    animation:wr360_effect_scale_up .3s cubic-bezier(.22, .02, .13, .99) forwards;
}

.wr360_player .container .indicator_effect_pulseSimple
{
    animation:wr360_effect_pulse_simple var(--anim-duration) ease-out 0s infinite;
}

.wr360_player .container .indicator_effect_pulseOuter
{
    border-radius:50%;
    animation:wr360_effect_pulse_outer var(--anim-duration) ease-out infinite;
}

.wr360_player .container .indicator_effect_pulseRipple
{
    position:relative;
}

.wr360_player .container .indicator_effect_pulseRipple::after,
.wr360_player .container .indicator_effect_pulseRipple::before
{
    content:"";
    position:absolute;
    top:-1px;
    left:-1px;
    width:100%;
    height:100%;
    border-radius:50%;
    background:rgba(0,0,0,0);
    border:1px solid #eee;
    transform-origin:center;
    animation:wr360_effect_pulse_ripple var(--anim-duration) linear 0s infinite;
}

.wr360_player .container .indicator_effect_pulseRipple::before
{
    animation-delay:1s;
}

.wr360_player .container .indicator_effect_pulseDoubleOuter
{
    border-radius:50%;
    animation:wr360_effect_pulse_double_outer var(--anim-duration) ease-out infinite;
}

.wr360_player .container .hotspot_indicator_hidden
{
    display:none !important;
}

.wr360_player .container .indicator_link_wrap
{
    z-index:3;
    position:absolute;
}

.wr360_player .container .indicator_link
{
    transform-origin:top left;
    position:absolute;
}

.wr360_player .container .position_rollover
{
    position:absolute;
    left:0;
    top:0;
    visibility:hidden;
    z-index:15;
    cursor:pointer;
}

.wr360_player .container .position_rollover > a
{
    display:inline-block;
    box-sizing:border-box;
    text-decoration:none;
}

.wr360_player .container .position_rollover > div
{
    box-sizing:border-box;
}

.wr360_player .container .lightbox_rollover
{
    z-index:18;
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, 1);
    position:absolute;
    top:0;
    left:0;
    display:none;
    cursor:default;
}

.wr360_player .container .lightbox_rollover *,
.wr360_player .container .lightbox_rollover2 *
{
    box-sizing:border-box;
}

.wr360_player .container .lightbox_rollover .closelbox
{
    position:absolute;
    background:url('lightbox_close.e023849684d83ca2.svg') 7px 7px no-repeat;
    right:15px;
    top:15px;
    width:28px;
    height:28px;
    cursor:pointer;
}

.wr360_player .container .lightbox_rollover .closelbox:hover
{
    opacity:0.8;
}

.wr360_player .container .lightbox_rollover .img_wrap
{
    width:100%;
    height:100%;
    max-width:100%;
    max-height:100%;
    background-position:center center;
    background-repeat:no-repeat;
}

.wr360_player .container .lightbox_rollover a.img_wrap
{
    display:block;
}

.wr360_player .container .lightbox_rollover .img_title
{
    position:absolute;
    padding:0;
    max-width:100%;
    width:100%;
    text-align:left;
    bottom:0;
    left:0;
    background-color:rgba(65, 65, 65, 0.9);
}

.wr360_player .container .lightbox_rollover .img_title a
{
    color:#ff0000;
}

.wr360_player .container .lightbox_rollover .img_title .usr_text
{
    display:inline-block;
    color:#fff;
    width:50%;
    text-align:left;
    padding:15px 20px 19px 20px;
    line-height:19px;
    font-size:16px;
}

.wr360_player .container .lightbox_rollover .img_title a.usr_text
{
    display:block;
    text-decoration: none;
}

.wr360_player .container .lightbox_rollover2
{
    position:relative;
    padding:0;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:18;
    background:transparent;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
}

.wr360_player .container .lightbox_rollover2 .lbox2_wrap
{
    width:100%;
    height:100%;
    position:relative;
    cursor:auto;
}

.wr360_player .container .lightbox_rollover2 .closelbox
{
    position:absolute;
    right:7px;
    top:7px;
    width:26px;
    height:26px;
    opacity:1;
    background:none;
    cursor:pointer;
    z-index:2;
}

.wr360_player .container .lightbox_rollover2 .closelbox:hover
{
    opacity:0.7;
}

.wr360_player .container .lightbox_rollover2 .closelbox > div
{
    position:absolute;
    left:calc(50% - 1px);
    height:100%;
    width:2px;
    background-color:#a3a3a3;
}

.wr360_player .container .lightbox_rollover2 .closelbox div:nth-child(1)
{
    transform:rotate(45deg);
}

.wr360_player .container .lightbox_rollover2 .closelbox div:nth-child(2)
{
    transform:rotate(-45deg);
}

.wr360_player .container .lightbox_rollover2 .lbox2_content
{
    width:100%;
    height:100%;
    position:relative;
    z-index:1;
    overflow:auto;
    padding:0 5px 0 5px;
    scrollbar-width:thin;
    scrollbar-color:#b3b3b3 transparent;
    cursor:auto;
}

.wr360_player .container .lightbox_rollover2 .lbox2_content::-webkit-scrollbar
{
    width:6px;
}

.wr360_player .container .lightbox_rollover2 .lbox2_content::-webkit-scrollbar-thumb
{
    background-color:#b3b3b3;
    border-radius:6px;
}

.wr360_player .container .lightbox_rollover2 a.lbox2_content
{
    display:block;
    text-decoration:none;
    color:inherit;
    cursor:pointer;
}

.wr360_player .container .lightbox_rollover2 .lbox2_content.lbox2_frame
{
    overflow:hidden;
    padding:0;
}

.wr360_player .container .lightbox_rollover2 .lbox2_content iframe
{
    width:100%;
    height:100%;
    border:none;
}

.wr360_player .container .lightbox_rollover2 .lbox2_content img
{
    cursor:auto !important;
}

.wr360_player .container .lightbox_rollover2 .lbox2_wait
{
    position:absolute;
    width:50px;
    height:50px;
    bottom:0;
    top:0;
    left:0;
    right:0;
    margin:auto;
    background-color:#999;
    border-radius:100%;
    animation:wr360_popup_wait 0.9s infinite ease-in-out;
    z-index:0;
}

@keyframes wr360_effect_pulse_ringed
{
    0%
    {
        box-shadow:0 0 1px 0 rgba(238, 238, 238, 0);
    }
    50%
    {
        box-shadow:0 0 1px 7px rgba(238, 238, 238, 0.6);
    }
    100%
    {
        box-shadow:0 0 1px 0 rgba(238, 238, 238, 0);
    }
}

@keyframes wr360_effect_pulse_ringed_border
{
    0%
    {
        transform:scale(1);
        border-color:rgba(200, 200, 200, 0);
    }
    50%
    {
        transform:scale(1.46);
        border-color:rgba(200, 200, 200, 0.6);
    }
    100%
    {
        transform:scale(1);
        border-color:rgba(200, 200, 200, 0);
    }
}

@keyframes wr360_effect_spin
{
    100%
    {
        transform:rotate(360deg);
    }
}

@keyframes wr360_effect_scale_up
{
    100%
    {
        transform:scale(1, 1);
    }
}

@keyframes wr360_effect_pulse_simple
{
    0%, 100%
    {
        transform:scale(0.84);
        opacity:0.85;
    }

    50%
    {
        transform:scale(1.0);
        opacity:1;
    }
}

@keyframes wr360_effect_pulse_outer
{
    0%
    {
        box-shadow: 0 0 1px 0 rgba(238, 238, 238, 1), 0 0 0 0 rgba(238, 238, 238, 0);
    }
    100%
    {
        box-shadow:0 0 1px 15px rgba(238, 238, 238, 0), 0 0 0 0 rgba(238, 238, 238, 0.7);
    }
}

@keyframes wr360_effect_pulse_ripple
{
    0%
    {
        transform:scale(1);
        opacity:0.9;
    }
    90%
    {
        transform:scale(2.0);
        opacity:0;
    }
    100%
    {
        transform:scale(1);
        opacity:0;
    }
}

@keyframes wr360_effect_pulse_double_outer
{
    0%
    {
        box-shadow:0 0 0 1px rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
    }
    15%
    {
        box-shadow:0 0 0 5px rgba(238, 238, 238, 0.5), 0 0 3px 10px rgba(238, 238, 238, 0.5);
    }
    100%
    {
        box-shadow:0 0 0 4px rgba(0, 0, 0, 0), 0 0 3px 20px rgba(238, 238, 238, 0);
    }
}

@keyframes wr360_popup_wait
{
    0%
    {
        transform:scale(0);
    }
    100%
    {
        transform:scale(1.0);
        opacity:0;
    }
}

/* Skins */

/* Basic */

.wr360_player.basic .container .theme_panel_back
{
    position:absolute;
    width:100%;
    bottom:0;
    left:0;
    height:34px;
    z-index:2;
}

.wr360_player.basic .container .theme_panel
{
    position:absolute;
    width:100%;
    bottom:0;
    left:0;
    height:34px;
    z-index:3;
    cursor:pointer !important;
}

.wr360_player.basic .container .theme_panel .toolbar
{
    position:relative;
    height:34px;
    padding:0 10px 0 10px;
    margin:0 auto 0 auto;
    box-sizing:content-box !important;
    border:none !important;
    background:inherit !important;
    pointer-events:none;
}

.wr360_player.basic .container .theme_panel .toolbar > a
{
    transition:none !important;
    display:block;
    float:left;
    width:22px;
    height:24px;
    margin:5px 0 0 11px;
	opacity:0.7;
}

.wr360_player.basic .container .theme_panel .toolbar > a:first-of-type
{
    margin-left:0;
}

.wr360_player.basic .container .theme_panel .toolbar a.left_button
{
    background:url('left.b9ae8b2efc63d7f6.svg') no-repeat 0 0;
}

.wr360_player.basic .container .theme_panel .toolbar a.right_button
{
    background:url('right.88eb9385a5f3793e.svg') no-repeat 0 0;
    margin-right:2px;
}

.wr360_player.basic .container .theme_panel .toolbar a.up_button
{
    background:url('up.dcebe597ae53f9dc.svg') no-repeat 0 0;
    margin-left:10px;
}

.wr360_player.basic .container .theme_panel .toolbar a.down_button
{
    background:url('down.3fcbd6566c136233.svg') no-repeat 0 0;
    margin-left:7px;
}

.wr360_player.basic .container .theme_panel .toolbar a.play_button
{
    background:url('play.a22c0094b6459f05.svg') no-repeat 0 0;
}

.wr360_player.basic .container .theme_panel .toolbar a.pause_button
{
    background:url('pause.783cc0fff893f5e8.svg') no-repeat 0 0;
}

.wr360_player.basic .container .theme_panel .toolbar a.zoomin_button
{
    background:url('zoomin.849e7aae9b0808fe.svg') no-repeat 0 0;
}

.wr360_player.basic .container_zoomoff .theme_panel .toolbar a.zoomin_button,
.wr360_player.basic .container_zoomoff .theme_panel .toolbar a.zoomin_button:hover
{
    cursor:default;
    opacity:0.4;
}

.wr360_player.basic .container .theme_panel .toolbar a.zoomout_button
{
    background:url('zoomout.7088f8594df704f0.svg') no-repeat 0 0;
}

.wr360_player.basic .container .theme_panel .toolbar a.hotspotson_button
{
    background:url('hotspoton.88b2a2cbd7bd4a6d.svg') no-repeat 0 0;
    margin-left:8px;
}

.wr360_player.basic .container .theme_panel .toolbar a.hotspotsoff_button
{
    background:url('hotspotoff.1f9cbf2f632bf734.svg') no-repeat 0 0;
    margin-left:8px;
}

.wr360_player.basic .container .theme_panel .toolbar a.fullscreenon_button
{
    background:url('fullscreenon.93f2b7323db3f9e6.svg') no-repeat 0 0;
}

.wr360_player.basic .container .theme_panel .toolbar > a:hover
{
	opacity:0.6;
}

/* Empty */

.wr360_player.empty .container .theme_panel_back
{
    position:absolute;
    width:0 !important;
    bottom:0 !important;
    left:0 !important;
    margin:0 !important;
    height:0 !important;
    z-index:0 !important;
}

.wr360_player.empty .container .theme_panel
{
    position:absolute;
    width:0 !important;
    bottom:0 !important;
    left:0 !important;
    margin:0 !important;
    height:0 !important;
    z-index:0 !important;
    cursor:pointer !important;
}

.wr360_player.empty .container .theme_panel .toolbar
{
    position:relative;
    height:0 !important;
    padding:0 !important;
    margin:0 !important;
    pointer-events:none;
}

.wr360_player.empty .container .theme_panel .toolbar a.fullscreenoff_button,
.wr360_player.empty .container .theme_panel .toolbar a.fullscreenon_button,
.wr360_player.empty .container .theme_panel .toolbar a.hotspotsoff_button,
.wr360_player.empty .container .theme_panel .toolbar a.hotspotson_button,
.wr360_player.empty .container .theme_panel .toolbar a.zoomout_button,
.wr360_player.empty .container .theme_panel .toolbar a.zoomin_button,
.wr360_player.empty .container .theme_panel .toolbar a.right_button,
.wr360_player.empty .container .theme_panel .toolbar a.pause_button,
.wr360_player.empty .container .theme_panel .toolbar a.play_button,
.wr360_player.empty .container .theme_panel .toolbar a.left_button,
.wr360_player.empty .container .theme_panel .toolbar a.down_button,
.wr360_player.empty .container .theme_panel .toolbar a.up_button
{
    background:none !important;
    display:none !important;
    width:0 !important;
    height:0 !important;
    margin:0 !important;
}

/* Retina */

.wr360_player.retina .container .theme_panel_back
{
    position:absolute;
    width:100%;
    bottom:0;
    left:0;
    height:50px;
    z-index:2;
}

.wr360_player.retina .container .theme_panel
{
    position:absolute;
    width:100%;
    bottom:0px;
    left:0;
    height:50px;
    z-index:3;
    cursor:pointer !important;
}

.wr360_player.retina .container .theme_panel .toolbar
{
    position:relative;
    height:42px;
    padding:3px 10px 0 10px;
    margin:0 auto 0 auto;
    box-sizing:content-box !important;
    border:none !important;
    background:inherit !important;
    pointer-events:none;
}

.wr360_player.retina .container .theme_panel .toolbar > a
{
    transition:none !important;
    display:block;
    float:left;
    width:38px;
    height:38px;
    margin:3px 0 0 11px;
}

.wr360_player.retina .container .theme_panel .toolbar > a:first-of-type
{
    margin-left:0;
}

.wr360_player.retina .container .theme_panel .toolbar a.left_button
{
    background:url('left.581528435780e7bd.svg') no-repeat 0 0;
}

.wr360_player.retina .container .theme_panel .toolbar a.right_button
{
    background:url('right.abdef91236b68b3a.svg') no-repeat 0 0;
}

.wr360_player.retina .container .theme_panel .toolbar a.up_button
{
    background:url('up.86fb0a1f95fc21b3.svg') no-repeat 0 0;
}

.wr360_player.retina .container .theme_panel .toolbar a.down_button
{
    background:url('down.4825f6124047069a.svg') no-repeat 0 0;
}

.wr360_player.retina .container .theme_panel .toolbar a.play_button
{
    background:url('play.d7d25c0cd42ee95a.svg') no-repeat 0 0;
}

.wr360_player.retina .container .theme_panel .toolbar a.pause_button
{
    background:url('pause.2b552bdeb4b0e872.svg') no-repeat 0 0;
}

.wr360_player.retina .container .theme_panel .toolbar a.zoomin_button
{
    background:url('zoomin.ebd737fae2318d5f.svg') no-repeat 0 0;
}

.wr360_player.retina .container_zoomoff .theme_panel .toolbar a.zoomin_button,
.wr360_player.retina .container_zoomoff .theme_panel .toolbar a.zoomin_button:hover
{
    cursor:default;
    opacity:0.4;
}

.wr360_player.retina .container .theme_panel .toolbar a.zoomout_button
{
    background:url('zoomout.6b93dfd669dbd17f.svg') no-repeat 0 0;
}

.wr360_player.retina .container .theme_panel .toolbar a.hotspotson_button
{
    background:url('hotspoton.75b8cc5e84cdfabf.svg') no-repeat 0 0;
}

.wr360_player.retina .container .theme_panel .toolbar a.hotspotsoff_button
{
    background:url('hotspotoff.15e47bd96205292c.svg') no-repeat 0 0;
}

.wr360_player.retina .container .theme_panel .toolbar a.fullscreenon_button
{
    background:url('fullscreenon.af142d58a84c1452.svg') no-repeat 0 0;
}

.wr360_player.retina .container .theme_panel .toolbar > a:hover
{
	opacity:0.8;
}

/* Round */

.wr360_player.round .container .theme_panel_back
{
    position:absolute;
    width:100%;
    bottom:0;
    left:0;
    height:38px;
    z-index:2;
}

.wr360_player.round .container .theme_panel
{
    position:absolute;
    width:100%;
    bottom:0;
    left:0;
    height:38px;
    z-index:3;
    cursor:pointer !important;
}

.wr360_player.round .container .theme_panel .toolbar
{
    position:relative;
    height:29px;
    padding:3px 10px 0 10px;
    margin:0 auto 0 auto;
    box-sizing:content-box !important;
    border:none !important;
    background:inherit !important;
    pointer-events:none;
}

.wr360_player.round .container .theme_panel .toolbar > a
{
    transition:none !important;
    display:block;
    float:left;
    width:28px;
    height:28px;
    margin:2px 0 0 8px;
    opacity:1;
}

.wr360_player.round .container .theme_panel .toolbar > a:first-of-type
{
    margin-left:0;
}

.wr360_player.round .container .theme_panel .toolbar a.left_button
{
    background:url('left.541de0671c251198.svg') no-repeat 0 0;
}

.wr360_player.round .container .theme_panel .toolbar a.right_button
{
    background:url('right.62e5d25a4e9b5e21.svg') no-repeat 0 0;
}

.wr360_player.round .container .theme_panel .toolbar a.up_button
{
    background:url('up.09d6e63be9de4b7b.svg') no-repeat 0 0;
}

.wr360_player.round .container .theme_panel .toolbar a.down_button
{
    background:url('down.43cd873b17c04d47.svg') no-repeat 0 0;
}

.wr360_player.round .container .theme_panel .toolbar a.play_button
{
    background:url('play.fa7f1a8ab22f7333.svg') no-repeat 0 0;
}

.wr360_player.round .container .theme_panel .toolbar a.pause_button
{
    background:url('pause.98bc8d9090017c3f.svg') no-repeat 0 0;
}

.wr360_player.round .container .theme_panel .toolbar a.zoomin_button
{
    background:url('zoomin.bbc20976f90a5ad7.svg') no-repeat 0 0;
}

.wr360_player.round .container_zoomoff .theme_panel .toolbar a.zoomin_button,
.wr360_player.round .container_zoomoff .theme_panel .toolbar a.zoomin_button:hover
{
    cursor:default;
    opacity:0.4;
}

.wr360_player.round .container .theme_panel .toolbar a.zoomout_button
{
    background:url('zoomout.1eb71e536fe0a091.svg') no-repeat 0 0;
}

.wr360_player.round .container .theme_panel .toolbar a.hotspotson_button
{
    background:url('hotspoton.1b221a3d600b0aa6.svg') no-repeat 0 0;
}

.wr360_player.round .container .theme_panel .toolbar a.hotspotsoff_button
{
    background:url('hotspotoff.515a8b182d440950.svg') no-repeat 0 0;
}

.wr360_player.round .container .theme_panel .toolbar a.fullscreenon_button
{
    background:url('fullscreenon.056e63a098701a9a.svg') no-repeat 0 0;
}

.wr360_player.round .container .theme_panel .toolbar > a:hover
{
	opacity:0.8;
}

/* Thin */

.wr360_player.thin .container .theme_panel_back
{
    position:absolute;
    width:100%;
    bottom:0;
    left:0;
    height:28px;
    z-index:2;
}

.wr360_player.thin .container .theme_panel
{
    position:absolute;
    width:100%;
    bottom:0;
    left:0;
    height:28px;
    z-index:3;
    cursor:pointer !important;
}

.wr360_player.thin .container .theme_panel .toolbar
{
    position:relative;
    height:28px;
    padding:1px 10px 0 10px;
    margin:0 auto 0 auto;
    box-sizing:content-box !important;
    border:none !important;
    background:inherit !important;
    pointer-events:none;
}

.wr360_player.thin .container .theme_panel .toolbar > a
{
    transition:none !important;
    display:block;
    float:left;
    width:18px;
    height:18px;
    margin:4px 0 0 12px;
    opacity:1;
}

.wr360_player.thin .container .theme_panel .toolbar > a:first-of-type
{
    margin-left:0;
}

.wr360_player.thin .container .theme_panel .toolbar a.left_button
{
    background:url('left.b78b9e02c4115047.svg') no-repeat 0 0;
    margin-right:-2px;
}

.wr360_player.thin .container .theme_panel .toolbar a.right_button
{
    background:url('right.6d8be10eb04e7ea5.svg') no-repeat 0 0;
    margin-right:-1px;
}

.wr360_player.thin .container .theme_panel .toolbar a.up_button
{
    background:url('up.dc182ad93068e362.svg') no-repeat 0 0;
}

.wr360_player.thin .container .theme_panel .toolbar a.down_button
{
    background:url('down.c0804501c96ef6f4.svg') no-repeat 0 0;
}

.wr360_player.thin .container .theme_panel .toolbar a.play_button
{
    background:url('play.d7a5ea8178dd0e64.svg') no-repeat 0 0;
}

.wr360_player.thin .container .theme_panel .toolbar a.pause_button
{
    background:url('pause.97886af7d3c3f861.svg') no-repeat 0 0;
}

.wr360_player.thin .container .theme_panel .toolbar a.zoomin_button
{
    background:url('zoomin.d93a74557ff539ff.svg') no-repeat 0 0;
}

.wr360_player.thin .container_zoomoff .theme_panel .toolbar a.zoomin_button,
.wr360_player.thin .container_zoomoff .theme_panel .toolbar a.zoomin_button:hover
{
    cursor:default;
    opacity:0.4;
}

.wr360_player.thin .container .theme_panel .toolbar a.zoomout_button
{
    background:url('zoomout.f04b330367e10814.svg') no-repeat 0 0;
}

.wr360_player.thin .container .theme_panel .toolbar a.hotspotson_button
{
    background:url('hotspoton.6e691cee6f94e0eb.svg') no-repeat 0 0;
}

.wr360_player.thin .container .theme_panel .toolbar a.hotspotsoff_button
{
    background:url('hotspotoff.a451f8cbf7d86766.svg') no-repeat 0 0;
}

.wr360_player.thin .container .theme_panel .toolbar a.fullscreenon_button
{
    background:url('fullscreenon.4a4a11a07fecdeac.svg') no-repeat 0 0;
}

.wr360_player.thin .container .theme_panel .toolbar > a:hover
{
	opacity:0.8;
}

/* Zoom Dark */

.wr360_player.zoom_dark .container .theme_panel_back
{
	display:none;
}

.wr360_player.zoom_dark .container .theme_panel
{
    position:absolute;
    width:100%;
    bottom:0;
    left:0;
    height:66px;
    z-index:3;
	pointer-events:none;
}

.wr360_player.zoom_dark .container .theme_panel .toolbar
{
    position:relative;
    padding:0 15px 0 15px;
    margin:15px auto 0 auto;
    box-sizing:content-box !important;
    border:none !important;
    background:inherit !important;
    pointer-events:none;
}

.wr360_player.zoom_dark .container .theme_panel .toolbar > a
{
    width:0;
	height:0;
	display:none !important;
    transition:none !important;
}

.wr360_player.zoom_dark .container .theme_panel .toolbar a.fullscreenon_button
{
	width:36px;
	height:36px;
    background:url('fullscreenon.c2ad471cb8a6b8bb.svg') no-repeat center center;
	background-size:36px 36px;
	background-color:rgba(40,40,40,0.8);
	display:block !important;
	cursor:pointer;
	pointer-events:auto;
}

/*
.wr360_player.wr360_player_fs .container .theme_panel .toolbar a.fullscreenon_button
{
    display:none !important;
}*/

.wr360_player.zoom_dark .container .theme_panel .toolbar > a:hover
{
	opacity:0.8;
}

/* Zoom Light */

.wr360_player.zoom_light .container .theme_panel_back
{
	display:none;
}

.wr360_player.zoom_light .container .theme_panel
{
    position:absolute;
    width:100%;
    bottom:0px;
    left:0;
    height:66px;
    z-index:3;
    pointer-events:none;
}

.wr360_player.zoom_light .container .theme_panel .toolbar
{
    position:relative;
    padding:0 15px 0 15px;
    margin:15px auto 0 auto;
    box-sizing:content-box !important;
    border:none !important;
    background:inherit !important;
    pointer-events:none;
}

.wr360_player.zoom_light .container .theme_panel .toolbar > a
{
    width:0;
	height:0;
    display:none !important;
    transition:none !important;
}

.wr360_player.zoom_light .container .theme_panel .toolbar a.fullscreenon_button
{
	width:36px;
	height:36px;
    background:url('fullscreenon.703dfc6de57cc9e7.svg') no-repeat 0 0;
	background-size:36px 36px;
	background-color:rgba(248,248,248,0.8);
    display:block !important;
    cursor:pointer;
    pointer-events:auto;
}

/*
.wr360_player.wr360_player_fs .container .theme_panel .toolbar a.fullscreenon_button
{
    display:none !important;
}*/

.wr360_player.zoom_light .container .theme_panel .toolbar > a:hover
{
	opacity:0.8;
}


/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].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 */
/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */
/* position */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Responsive Design */
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
/* Basic CSS for apps built with Ionic */
/* Optional CSS utils that can be commented out */
/*
    @author: Kevin Jacob S.
    @desc: Red banner for modal being shared information mixin
*/
/*
Common Item Heading for the modals Product spec and Choose and use
*/
ion-button {
  text-transform: initial;
  --padding-bottom: 0.375rem;
  --padding-top: 0.375rem;
  --padding-start: 1.25rem;
  --padding-end: 1.25rem;
  --border-radius: 3px;
  --box-shadow: 1px 1px 1px
      rgba(var(--cc-shadow-color-rgb), var(--cc-shadow-opacity));
  font-size: 0.8125rem;
  font-weight: 500;
}
ion-button.button-small {
  --padding-bottom: 0.375rem;
  --padding-top: 0.375rem;
  --padding-start: 1rem;
  --padding-end: 1rem;
  font-size: 0.75rem;
  font-weight: 400;
}
ion-button:last-of-type {
  margin-right: 0;
}

.cc-button-wrapper {
  width: 100%;
  padding: 1.25rem 0.75rem 1.75rem;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cc-button-wrapper ion-button,
  .cc-button-wrapper .cc-button {
    flex: 1;
  }
}
.cc-button-wrapper ion-button,
.cc-button-wrapper .cc-button {
  min-width: 0;
}
.cc-button-wrapper ion-button:only-of-type,
.cc-button-wrapper .cc-button:only-of-type {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 431px) {
  .cc-button-wrapper ion-button,
  .cc-button-wrapper .cc-button {
    min-width: 140px;
  }
}
@media (min-width: 769px) {
  .cc-button-wrapper ion-button,
  .cc-button-wrapper .cc-button {
    min-width: 175px;
  }
}
@media (min-width: 1024px) {
  .cc-button-wrapper ion-button,
  .cc-button-wrapper .cc-button {
    min-width: 200px;
  }
}

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

.cc-button {
  color: var(--ion-color-primary-contrast);
  background-color: var(--ion-color-primary);
  text-transform: initial;
  padding-bottom: 0.375rem;
  padding-top: 0.375rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-radius: 3px;
  box-shadow: 1px 1px 3px 0 rgba(var(--cc-shadow-color-rgb), var(--cc-shadow-opacity));
  font-size: 0.8125rem;
  font-weight: 500;
  font-family: var(--ion-font-family);
  letter-spacing: 0.06em;
  cursor: pointer;
  margin-right: 1rem;
  min-height: 38px;
}
.cc-button:last-of-type {
  margin-right: 0;
}
.cc-button:hover, .cc-button:active {
  background-color: var(--ion-color-primary-tint);
  outline: none;
  border: none;
}
.cc-button:focus {
  outline: 0;
}
.cc-button:disabled {
  opacity: 0.5;
}
.cc-button.cc-color-dark {
  background-color: var(--ion-color-dark);
}
.cc-button.cc-color-dark:hover, .cc-button.cc-color-dark:active {
  background-color: var(--ion-color-dark-tint);
}
.cc-button span {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex-flow: row nowrap;
}

:root {
  --ion-color-primary: #4096b8;
  --ion-color-primary-rgb: rgb(64, 150, 184);
  --ion-color-primary-contrast: #ffffff;
  --ion-color-primary-contrast-rgb: rgb(255, 255, 255);
  --ion-color-primary-shade: #37809e;
  --ion-color-primary-tint: #57a6c5;
  --ion-color-secondary: #006798;
  --ion-color-secondary-rgb: rgb(0, 103, 152);
  --ion-color-secondary-contrast: #ffffff;
  --ion-color-secondary-contrast-rgb: rgb(255, 255, 255);
  --ion-color-secondary-shade: #004f74;
  --ion-color-secondary-tint: #007fbc;
  --ion-color-tertiary: #f2eedc;
  --ion-color-tertiary-rgb: rgb(242, 238, 220);
  --ion-color-tertiary-contrast: #50545d;
  --ion-color-tertiary-contrast-rgb: rgb(80, 84, 93);
  --ion-color-tertiary-shade: #e8e1c2;
  --ion-color-tertiary-tint: #fcfbf6;
  --ion-color-success: #5ea54d;
  --ion-color-success-rgb: rgb(94, 165, 77);
  --ion-color-success-contrast: #ffffff;
  --ion-color-success-contrast-rgb: rgb(255, 255, 255);
  --ion-color-success-shade: #508d42;
  --ion-color-success-tint: #71b561;
  --ion-color-warning: #f58220;
  --ion-color-warning-rgb: rgb(245, 130, 32);
  --ion-color-warning-contrast: #ffffff;
  --ion-color-warning-contrast-rgb: rgb(255, 255, 255);
  --ion-color-warning-shade: #e7700a;
  --ion-color-warning-tint: #f79542;
  --ion-color-danger: #c23533;
  --ion-color-danger-rgb: rgb(194, 53, 51);
  --ion-color-danger-contrast: #ffffff;
  --ion-color-danger-contrast-rgb: rgb(255, 255, 255);
  --ion-color-danger-shade: #a62d2c;
  --ion-color-danger-tint: #cf4b49;
  --ion-color-dark: #50545d;
  --ion-color-dark-rgb: rgb(80, 84, 93);
  --ion-color-dark-contrast: #ffffff;
  --ion-color-dark-contrast-rgb: rgb(255, 255, 255);
  --ion-color-dark-shade: #3f434a;
  --ion-color-dark-tint: #616570;
  --ion-color-medium: #878787;
  --ion-color-medium-rgb: 135, 135, 135;
  --ion-color-medium-contrast: #ffffff;
  --ion-color-medium-contrast-rgb: rgb(255, 255, 255);
  --ion-color-medium-shade: #777777;
  --ion-color-medium-tint: #939393;
  --ion-color-light: #aab2b2;
  --ion-color-light-rgb: rgb(170, 178, 178);
  --ion-color-light-contrast: #ffffff;
  --ion-color-light-contrast-rgb: rgb(80, 84, 93);
  --ion-color-light-shade: #97a1a1;
  --ion-color-light-tint: #bdc3c3;
  --ion-color-lightest: #edf1f4;
  --ion-color-lightest-rgb: rgb(237, 241, 244);
  --ion-color-lightest-contrast: #50545d;
  --ion-color-lightest-contrast-rgb: rgb(237, 241, 244);
  --ion-color-lightest-shade: #d7e0e6;
  --ion-color-lightest-tint: white;
  --ion-color-ghost: #a0a9b1;
  --ion-color-ghost-rgb: rgb(160, 169, 177);
  --ion-color-ghost-contrast: #ffffff;
  --ion-color-ghost-contrast-rgb: rgb(255, 255, 255);
  --ion-color-ghost-shade: #8c97a1;
  --ion-color-ghost-tint: #b4bbc1;
  --ion-color-deep: #013247;
  --ion-color-deep-rgb: rgb(1, 50, 71);
  --ion-color-deep-contrast: #ffffff;
  --ion-color-deep-contrast-rgb: rgb(255, 255, 255);
  --ion-color-deep-shade: #011924;
  --ion-color-deep-tint: #014b6a;
  --ion-color-border-gray: #d1d7db;
  --ion-color-cpo-bg: #f2eedc;
  --ion-color-step-50: #f2f2f2;
  --ion-color-step-100: #e6e6e6;
  --ion-color-step-150: #d9d9d9;
  --ion-color-step-200: #cccccc;
  --ion-color-step-250: #bfbfbf;
  --ion-color-step-300: #b3b3b3;
  --ion-color-step-350: #a6a6a6;
  --ion-color-step-400: #999999;
  --ion-color-step-450: #8c8c8c;
  --ion-color-step-500: #808080;
  --ion-color-step-550: #978383;
  --ion-color-step-600: #666666;
  --ion-color-step-650: #595959;
  --ion-color-step-700: #4d4d4d;
  --ion-color-step-750: #404040;
  --ion-color-step-800: #333333;
  --ion-color-step-850: #262626;
  --ion-color-step-900: #191919;
  --ion-color-step-950: #0d0d0d;
  --ion-color-blue-300: #1da9fa;
  --ion-color-blue-600: #c7e6fc;
  --ion-color-light-blue: #008bbf;
  --ion-color-lighter-blue: #7adfff;
  --ion-color-lightest-blue: #c4f0f7;
  --ion-text-color: var(--ion-color-dark);
  --cc-color-active: --ion-color-secondary;
  --cc-color-segment-active: --cc-color-active;
  --cc-demo-slide-footer: #f7f7f7;
  --cc-demo-slide-footer-dark: #eeeeee;
  --cc-demo-hints-highlight: #dfe5e9;
  --cc-shadow-color-rgb: 50, 50, 50;
  --cc-shadow-opacity: 0.2;
  --cc-popover-background: white;
  --cc-refresher-color: #02628f;
  --ion-color-order-health-green: #75b260;
  --ion-color-order-health-orange: #f38120;
  --ion-color-order-health-red: #d41f33;
  --ion-color-abandoned: #f8aeae;
  --ion-practice-demo-warn-color: #FF5F1F ;
  --ion-practice-demo-warn-contrast: #ffffff;
  --ion-delegation-warn-color: #39FF14;
  --ion-delegation-warn-contrast: #111;
  --ion-offline-banner-color: #A80000;
  --ion-todays-demo-border-color: #d1d6db;
  --ion-bundle-expiring-color: #A80000;
  --ion-comparison-item-icon: #eeeeee;
  --ion-upgrade-item-orange: #f48120;
  --ion-gift-card-list-item-bg: #f6f6f6;
  --ion-gift-card-list-item-amount: #f48120;
  --ion-gift-card-list-item-verified: #30a64a;
}

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

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

/*
    @author: Kevin Jacob S.
    @desc: Red banner for modal being shared information mixin
*/
/*
Common Item Heading for the modals Product spec and Choose and use
*/
ion-button {
  text-transform: initial;
  --padding-bottom: 0.375rem;
  --padding-top: 0.375rem;
  --padding-start: 1.25rem;
  --padding-end: 1.25rem;
  --border-radius: 3px;
  --box-shadow: 1px 1px 1px
      rgba(var(--cc-shadow-color-rgb), var(--cc-shadow-opacity));
  font-size: 0.8125rem;
  font-weight: 500;
}
ion-button.button-small {
  --padding-bottom: 0.375rem;
  --padding-top: 0.375rem;
  --padding-start: 1rem;
  --padding-end: 1rem;
  font-size: 0.75rem;
  font-weight: 400;
}
ion-button:last-of-type {
  margin-right: 0;
}

.cc-button-wrapper {
  width: 100%;
  padding: 1.25rem 0.75rem 1.75rem;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cc-button-wrapper ion-button,
  .cc-button-wrapper .cc-button {
    flex: 1;
  }
}
.cc-button-wrapper ion-button,
.cc-button-wrapper .cc-button {
  min-width: 0;
}
.cc-button-wrapper ion-button:only-of-type,
.cc-button-wrapper .cc-button:only-of-type {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 431px) {
  .cc-button-wrapper ion-button,
  .cc-button-wrapper .cc-button {
    min-width: 140px;
  }
}
@media (min-width: 769px) {
  .cc-button-wrapper ion-button,
  .cc-button-wrapper .cc-button {
    min-width: 175px;
  }
}
@media (min-width: 1024px) {
  .cc-button-wrapper ion-button,
  .cc-button-wrapper .cc-button {
    min-width: 200px;
  }
}

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

.cc-button {
  color: var(--ion-color-primary-contrast);
  background-color: var(--ion-color-primary);
  text-transform: initial;
  padding-bottom: 0.375rem;
  padding-top: 0.375rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-radius: 3px;
  box-shadow: 1px 1px 3px 0 rgba(var(--cc-shadow-color-rgb), var(--cc-shadow-opacity));
  font-size: 0.8125rem;
  font-weight: 500;
  font-family: var(--ion-font-family);
  letter-spacing: 0.06em;
  cursor: pointer;
  margin-right: 1rem;
  min-height: 38px;
}
.cc-button:last-of-type {
  margin-right: 0;
}
.cc-button:hover, .cc-button:active {
  background-color: var(--ion-color-primary-tint);
  outline: none;
  border: none;
}
.cc-button:focus {
  outline: 0;
}
.cc-button:disabled {
  opacity: 0.5;
}
.cc-button.cc-color-dark {
  background-color: var(--ion-color-dark);
}
.cc-button.cc-color-dark:hover, .cc-button.cc-color-dark:active {
  background-color: var(--ion-color-dark-tint);
}
.cc-button span {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex-flow: row nowrap;
}

:root {
  --ion-color-primary: #4096b8;
  --ion-color-primary-rgb: rgb(64, 150, 184);
  --ion-color-primary-contrast: #ffffff;
  --ion-color-primary-contrast-rgb: rgb(255, 255, 255);
  --ion-color-primary-shade: #37809e;
  --ion-color-primary-tint: #57a6c5;
  --ion-color-secondary: #006798;
  --ion-color-secondary-rgb: rgb(0, 103, 152);
  --ion-color-secondary-contrast: #ffffff;
  --ion-color-secondary-contrast-rgb: rgb(255, 255, 255);
  --ion-color-secondary-shade: #004f74;
  --ion-color-secondary-tint: #007fbc;
  --ion-color-tertiary: #f2eedc;
  --ion-color-tertiary-rgb: rgb(242, 238, 220);
  --ion-color-tertiary-contrast: #50545d;
  --ion-color-tertiary-contrast-rgb: rgb(80, 84, 93);
  --ion-color-tertiary-shade: #e8e1c2;
  --ion-color-tertiary-tint: #fcfbf6;
  --ion-color-success: #5ea54d;
  --ion-color-success-rgb: rgb(94, 165, 77);
  --ion-color-success-contrast: #ffffff;
  --ion-color-success-contrast-rgb: rgb(255, 255, 255);
  --ion-color-success-shade: #508d42;
  --ion-color-success-tint: #71b561;
  --ion-color-warning: #f58220;
  --ion-color-warning-rgb: rgb(245, 130, 32);
  --ion-color-warning-contrast: #ffffff;
  --ion-color-warning-contrast-rgb: rgb(255, 255, 255);
  --ion-color-warning-shade: #e7700a;
  --ion-color-warning-tint: #f79542;
  --ion-color-danger: #c23533;
  --ion-color-danger-rgb: rgb(194, 53, 51);
  --ion-color-danger-contrast: #ffffff;
  --ion-color-danger-contrast-rgb: rgb(255, 255, 255);
  --ion-color-danger-shade: #a62d2c;
  --ion-color-danger-tint: #cf4b49;
  --ion-color-dark: #50545d;
  --ion-color-dark-rgb: rgb(80, 84, 93);
  --ion-color-dark-contrast: #ffffff;
  --ion-color-dark-contrast-rgb: rgb(255, 255, 255);
  --ion-color-dark-shade: #3f434a;
  --ion-color-dark-tint: #616570;
  --ion-color-medium: #878787;
  --ion-color-medium-rgb: 135, 135, 135;
  --ion-color-medium-contrast: #ffffff;
  --ion-color-medium-contrast-rgb: rgb(255, 255, 255);
  --ion-color-medium-shade: #777777;
  --ion-color-medium-tint: #939393;
  --ion-color-light: #aab2b2;
  --ion-color-light-rgb: rgb(170, 178, 178);
  --ion-color-light-contrast: #ffffff;
  --ion-color-light-contrast-rgb: rgb(80, 84, 93);
  --ion-color-light-shade: #97a1a1;
  --ion-color-light-tint: #bdc3c3;
  --ion-color-lightest: #edf1f4;
  --ion-color-lightest-rgb: rgb(237, 241, 244);
  --ion-color-lightest-contrast: #50545d;
  --ion-color-lightest-contrast-rgb: rgb(237, 241, 244);
  --ion-color-lightest-shade: #d7e0e6;
  --ion-color-lightest-tint: white;
  --ion-color-ghost: #a0a9b1;
  --ion-color-ghost-rgb: rgb(160, 169, 177);
  --ion-color-ghost-contrast: #ffffff;
  --ion-color-ghost-contrast-rgb: rgb(255, 255, 255);
  --ion-color-ghost-shade: #8c97a1;
  --ion-color-ghost-tint: #b4bbc1;
  --ion-color-deep: #013247;
  --ion-color-deep-rgb: rgb(1, 50, 71);
  --ion-color-deep-contrast: #ffffff;
  --ion-color-deep-contrast-rgb: rgb(255, 255, 255);
  --ion-color-deep-shade: #011924;
  --ion-color-deep-tint: #014b6a;
  --ion-color-border-gray: #d1d7db;
  --ion-color-cpo-bg: #f2eedc;
  --ion-color-step-50: #f2f2f2;
  --ion-color-step-100: #e6e6e6;
  --ion-color-step-150: #d9d9d9;
  --ion-color-step-200: #cccccc;
  --ion-color-step-250: #bfbfbf;
  --ion-color-step-300: #b3b3b3;
  --ion-color-step-350: #a6a6a6;
  --ion-color-step-400: #999999;
  --ion-color-step-450: #8c8c8c;
  --ion-color-step-500: #808080;
  --ion-color-step-550: #978383;
  --ion-color-step-600: #666666;
  --ion-color-step-650: #595959;
  --ion-color-step-700: #4d4d4d;
  --ion-color-step-750: #404040;
  --ion-color-step-800: #333333;
  --ion-color-step-850: #262626;
  --ion-color-step-900: #191919;
  --ion-color-step-950: #0d0d0d;
  --ion-color-blue-300: #1da9fa;
  --ion-color-blue-600: #c7e6fc;
  --ion-color-light-blue: #008bbf;
  --ion-color-lighter-blue: #7adfff;
  --ion-color-lightest-blue: #c4f0f7;
  --ion-text-color: var(--ion-color-dark);
  --cc-color-active: --ion-color-secondary;
  --cc-color-segment-active: --cc-color-active;
  --cc-demo-slide-footer: #f7f7f7;
  --cc-demo-slide-footer-dark: #eeeeee;
  --cc-demo-hints-highlight: #dfe5e9;
  --cc-shadow-color-rgb: 50, 50, 50;
  --cc-shadow-opacity: 0.2;
  --cc-popover-background: white;
  --cc-refresher-color: #02628f;
  --ion-color-order-health-green: #75b260;
  --ion-color-order-health-orange: #f38120;
  --ion-color-order-health-red: #d41f33;
  --ion-color-abandoned: #f8aeae;
  --ion-practice-demo-warn-color: #FF5F1F ;
  --ion-practice-demo-warn-contrast: #ffffff;
  --ion-delegation-warn-color: #39FF14;
  --ion-delegation-warn-contrast: #111;
  --ion-offline-banner-color: #A80000;
  --ion-todays-demo-border-color: #d1d6db;
  --ion-bundle-expiring-color: #A80000;
  --ion-comparison-item-icon: #eeeeee;
  --ion-upgrade-item-orange: #f48120;
  --ion-gift-card-list-item-bg: #f6f6f6;
  --ion-gift-card-list-item-amount: #f48120;
  --ion-gift-card-list-item-verified: #30a64a;
}

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

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

/*
    @author: Kevin Jacob S.
    @desc: Red banner for modal being shared information mixin
*/
/*
Common Item Heading for the modals Product spec and Choose and use
*/
.cc-custom-radio-item .radio, ion-radio-group.cc-custom-radios ion-item .radio,
.cc-custom-radio-item ion-radio,
ion-radio-group.cc-custom-radios ion-item ion-radio {
  --border-radius: 50%;
  --inner-border-radius: 50%;
  --color: var(--ion-color-light);
  --color-checked: var(--ion-color-light-shade);
  font-size: 16px;
  margin-right: 0.25rem;
}
.cc-custom-radio-item.item-radio-checked .option-custom-indicator .option-custom-indicator-fill, ion-radio-group.cc-custom-radios ion-item.item-radio-checked .option-custom-indicator .option-custom-indicator-fill {
  background-color: var(--ion-color-light-shade);
}

.toast-container.toast-top-right {
  top: 65px;
}
.toast-container.toast-top-right .ngx-toastr {
  border: 1px solid var(--ion-color-success);
}
.toast-container.toast-top-right .ngx-toastr .toast-msg {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.toast-container.toast-bottom-right {
  bottom: 88px;
}
.toast-container.toast-bottom-right .ngx-toastr {
  border: 1px solid var(--ion-color-danger);
}
.toast-container .ngx-toastr {
  display: block;
  width: 300px;
  max-width: 300px;
  border-radius: 0;
  padding: 0.75rem;
  background: white;
  overflow: visible;
  box-shadow: 1px 1px 3px 0 rgba(var(--cc-shadow-color-rgb), var(--cc-shadow-opacity));
}
.toast-container .ngx-toastr:hover {
  box-shadow: 1px 1px 3px 0 rgba(var(--cc-shadow-color-rgb), var(--cc-shadow-opacity));
}
@media (min-width: 1024px) {
  .toast-container .ngx-toastr {
    width: 350px;
    max-width: 350px;
  }
}
.toast-container .ngx-toastr.toast-error {
  border: 1px solid var(--ion-color-danger);
}
.toast-container .ngx-toastr.toast-success {
  border: 1px solid var(--ion-color-success);
}
.toast-container .ngx-toastr.toast-success .toast-msg {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

ion-segment,
.sc-ion-segment-md-h {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
ion-segment ion-segment-button:not(.product-button),
.sc-ion-segment-md-h ion-segment-button:not(.product-button) {
  --background: var(--ion-color-lightest);
  --background-activated: var(--ion-color-secondary-shade);
  --background-checked: var(--ion-color-secondary);
  --background-hover: var(--ion-color-lightest-shade);
  --border-color: var(--ion-color-ghost);
  --border-radius: 3px;
  border-radius: 3px;
  --border-width: 1px;
  --border-style: solid;
  --color: var(--ion-color-dark);
  --color-activated: white;
  --color-checked: white;
  --color-hover: var(--ion-color-dark-shade);
  --color-checked-disabled: var(--ion-color-step-500);
  --color-disabled: var(--ion-color-step-500);
  --indicator-color: transparent;
  --indicator-color-checked: transparent;
  --margin-bottom: 0;
  --margin-end: 0;
  --margin-start: 0;
  --margin-top: 0;
  --padding-bottom: 0;
  --padding-end: 0;
  --padding-start: 0;
  --padding-top: 0;
  font-size: 0.75rem;
  text-transform: capitalize;
  flex: 0 1 33%;
  margin-right: 0.375rem;
}
ion-segment ion-segment-button:not(.product-button).segment-button-checked,
.sc-ion-segment-md-h ion-segment-button:not(.product-button).segment-button-checked {
  --background-hover: var(--ion-color-secondary);
  --border-color: var(--ion-color-secondary-shade);
  --color-hover: white;
}
ion-segment ion-segment-button:not(.product-button):not(:first-of-type),
.sc-ion-segment-md-h ion-segment-button:not(.product-button):not(:first-of-type) {
  border-left-width: 1px;
  border-radius: 3px;
  --border-width: 1px;
  --border-style: solid;
}
ion-segment ion-segment-button:not(.product-button):last-of-type,
.sc-ion-segment-md-h ion-segment-button:not(.product-button):last-of-type {
  margin-right: 0;
}
ion-segment ion-segment-button:not(.product-button).hide,
.sc-ion-segment-md-h ion-segment-button:not(.product-button).hide {
  display: none;
}
ion-segment ion-segment-button:not(.product-button).form-segment-btn,
.sc-ion-segment-md-h ion-segment-button:not(.product-button).form-segment-btn {
  min-height: 47px;
  min-width: 5rem;
  --background: white;
}

ion-item.cc-radio-item ion-checkbox,
ion-item.cc-checkbox-item ion-checkbox {
  --border-color: var(--ion-color-ghost-shade);
  --background: white;
  --background-checked: transparent;
  --border-color-checked: var(--ion-color-ghost-shade);
  --checkbox-background-checked: var(--ion-color-ghost-shade);
}
ion-item.cc-radio-item.item-checkbox-checked .option-custom-indicator,
ion-item.cc-checkbox-item.item-checkbox-checked .option-custom-indicator {
  border-color: var(--ion-color-light-shade);
}
ion-item.cc-radio-item.item-checkbox-checked .option-custom-indicator .option-custom-indicator-fill,
ion-item.cc-checkbox-item.item-checkbox-checked .option-custom-indicator .option-custom-indicator-fill {
  background-color: var(--ion-color-light-shade);
}

ion-checkbox::part(container) {
  padding: 1px;
}

.option-custom-indicator {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  background-color: #fff;
  border: 2px solid var(--ion-color-light);
  margin-right: 1rem;
  border-radius: 4px;
  padding: 1px;
}
.option-custom-indicator .option-custom-indicator-fill {
  width: 100%;
  height: 100%;
  border-radius: 2px;
}

.cc-checkbox-standalone,
ion-item.cc-checkbox-standalone {
  display: inline-block;
  --padding-start: 0;
  --inner-border-width: 0;
  --background: transparent;
  --background-hover: transparent;
  --background-activated: transparent;
  --background-focused: transparent;
  --ripple-color: transparent;
  --min-height: 38px;
  font-size: 0.75rem;
}
.cc-checkbox-standalone ion-checkbox,
ion-item.cc-checkbox-standalone ion-checkbox {
  --border-color: var(--ion-color-ghost-shade);
  --background: white;
  --background-checked: transparent;
  --border-color-checked: var(--ion-color-ghost-shade);
  --checkbox-background-checked: var(--ion-color-ghost-shade);
}
.cc-checkbox-standalone ion-label,
.cc-checkbox-standalone .label,
.cc-checkbox-standalone .sc-ion-label-md-h,
ion-item.cc-checkbox-standalone ion-label,
ion-item.cc-checkbox-standalone .label,
ion-item.cc-checkbox-standalone .sc-ion-label-md-h {
  text-overflow: unset;
  white-space: normal;
  font-size: 0.75rem;
}

ion-radio-group ion-item ion-label,
ion-radio-group ion-item ion-label.sc-ion-label-md-h,
ion-radio-group ion-item.item ion-label,
ion-radio-group ion-item.item ion-label.sc-ion-label-md-h {
  font-size: 0.75rem;
  font-weight: 400;
}
ion-radio-group ion-item ion-radio,
ion-radio-group ion-item.item ion-radio {
  font-size: 0.75rem;
  font-weight: 400;
}
ion-radio-group ion-item.item-radio-checked .option-custom-indicator,
ion-radio-group ion-item.item.item-radio-checked .option-custom-indicator {
  border-color: var(--ion-color-light-shade);
}
ion-radio-group ion-item.item-radio-checked .option-custom-indicator .option-custom-indicator-fill,
ion-radio-group ion-item.item.item-radio-checked .option-custom-indicator .option-custom-indicator-fill {
  background-color: var(--ion-color-light-shade);
}
ion-radio-group ion-item ion-radio {
  --color: var(--ion-color-light);
  --color-checked: var(--ion-color-dark);
}
/*
    @author: Kevin Jacob S.
    @desc: Red banner for modal being shared information mixin
*/
/*
Common Item Heading for the modals Product spec and Choose and use
*/
.cc-custom-radio-item .radio, ion-radio-group.cc-custom-radios ion-item .radio,
.cc-custom-radio-item ion-radio,
ion-radio-group.cc-custom-radios ion-item ion-radio {
  --border-radius: 50%;
  --inner-border-radius: 50%;
  --color: var(--ion-color-light);
  --color-checked: var(--ion-color-light-shade);
  font-size: 16px;
  margin-right: 0.25rem;
}
.cc-custom-radio-item.item-radio-checked .option-custom-indicator .option-custom-indicator-fill, ion-radio-group.cc-custom-radios ion-item.item-radio-checked .option-custom-indicator .option-custom-indicator-fill {
  background-color: var(--ion-color-light-shade);
}

@media (min-width: 1024px) {
  ion-app {
    background-color: var(--ion-color-lightest-tint);
  }
}

[hidden] {
  display: none !important;
}

:root {
  --ion-color-primary: #4096b8;
  --ion-color-primary-rgb: rgb(64, 150, 184);
  --ion-color-primary-contrast: #ffffff;
  --ion-color-primary-contrast-rgb: rgb(255, 255, 255);
  --ion-color-primary-shade: #37809e;
  --ion-color-primary-tint: #57a6c5;
  --ion-color-secondary: #006798;
  --ion-color-secondary-rgb: rgb(0, 103, 152);
  --ion-color-secondary-contrast: #ffffff;
  --ion-color-secondary-contrast-rgb: rgb(255, 255, 255);
  --ion-color-secondary-shade: #004f74;
  --ion-color-secondary-tint: #007fbc;
  --ion-color-tertiary: #f2eedc;
  --ion-color-tertiary-rgb: rgb(242, 238, 220);
  --ion-color-tertiary-contrast: #50545d;
  --ion-color-tertiary-contrast-rgb: rgb(80, 84, 93);
  --ion-color-tertiary-shade: #e8e1c2;
  --ion-color-tertiary-tint: #fcfbf6;
  --ion-color-success: #5ea54d;
  --ion-color-success-rgb: rgb(94, 165, 77);
  --ion-color-success-contrast: #ffffff;
  --ion-color-success-contrast-rgb: rgb(255, 255, 255);
  --ion-color-success-shade: #508d42;
  --ion-color-success-tint: #71b561;
  --ion-color-warning: #f58220;
  --ion-color-warning-rgb: rgb(245, 130, 32);
  --ion-color-warning-contrast: #ffffff;
  --ion-color-warning-contrast-rgb: rgb(255, 255, 255);
  --ion-color-warning-shade: #e7700a;
  --ion-color-warning-tint: #f79542;
  --ion-color-danger: #c23533;
  --ion-color-danger-rgb: rgb(194, 53, 51);
  --ion-color-danger-contrast: #ffffff;
  --ion-color-danger-contrast-rgb: rgb(255, 255, 255);
  --ion-color-danger-shade: #a62d2c;
  --ion-color-danger-tint: #cf4b49;
  --ion-color-dark: #50545d;
  --ion-color-dark-rgb: rgb(80, 84, 93);
  --ion-color-dark-contrast: #ffffff;
  --ion-color-dark-contrast-rgb: rgb(255, 255, 255);
  --ion-color-dark-shade: #3f434a;
  --ion-color-dark-tint: #616570;
  --ion-color-medium: #878787;
  --ion-color-medium-rgb: 135, 135, 135;
  --ion-color-medium-contrast: #ffffff;
  --ion-color-medium-contrast-rgb: rgb(255, 255, 255);
  --ion-color-medium-shade: #777777;
  --ion-color-medium-tint: #939393;
  --ion-color-light: #aab2b2;
  --ion-color-light-rgb: rgb(170, 178, 178);
  --ion-color-light-contrast: #ffffff;
  --ion-color-light-contrast-rgb: rgb(80, 84, 93);
  --ion-color-light-shade: #97a1a1;
  --ion-color-light-tint: #bdc3c3;
  --ion-color-lightest: #edf1f4;
  --ion-color-lightest-rgb: rgb(237, 241, 244);
  --ion-color-lightest-contrast: #50545d;
  --ion-color-lightest-contrast-rgb: rgb(237, 241, 244);
  --ion-color-lightest-shade: #d7e0e6;
  --ion-color-lightest-tint: white;
  --ion-color-ghost: #a0a9b1;
  --ion-color-ghost-rgb: rgb(160, 169, 177);
  --ion-color-ghost-contrast: #ffffff;
  --ion-color-ghost-contrast-rgb: rgb(255, 255, 255);
  --ion-color-ghost-shade: #8c97a1;
  --ion-color-ghost-tint: #b4bbc1;
  --ion-color-deep: #013247;
  --ion-color-deep-rgb: rgb(1, 50, 71);
  --ion-color-deep-contrast: #ffffff;
  --ion-color-deep-contrast-rgb: rgb(255, 255, 255);
  --ion-color-deep-shade: #011924;
  --ion-color-deep-tint: #014b6a;
  --ion-color-border-gray: #d1d7db;
  --ion-color-cpo-bg: #f2eedc;
  --ion-color-step-50: #f2f2f2;
  --ion-color-step-100: #e6e6e6;
  --ion-color-step-150: #d9d9d9;
  --ion-color-step-200: #cccccc;
  --ion-color-step-250: #bfbfbf;
  --ion-color-step-300: #b3b3b3;
  --ion-color-step-350: #a6a6a6;
  --ion-color-step-400: #999999;
  --ion-color-step-450: #8c8c8c;
  --ion-color-step-500: #808080;
  --ion-color-step-550: #978383;
  --ion-color-step-600: #666666;
  --ion-color-step-650: #595959;
  --ion-color-step-700: #4d4d4d;
  --ion-color-step-750: #404040;
  --ion-color-step-800: #333333;
  --ion-color-step-850: #262626;
  --ion-color-step-900: #191919;
  --ion-color-step-950: #0d0d0d;
  --ion-color-blue-300: #1da9fa;
  --ion-color-blue-600: #c7e6fc;
  --ion-color-light-blue: #008bbf;
  --ion-color-lighter-blue: #7adfff;
  --ion-color-lightest-blue: #c4f0f7;
  --ion-text-color: var(--ion-color-dark);
  --cc-color-active: --ion-color-secondary;
  --cc-color-segment-active: --cc-color-active;
  --cc-demo-slide-footer: #f7f7f7;
  --cc-demo-slide-footer-dark: #eeeeee;
  --cc-demo-hints-highlight: #dfe5e9;
  --cc-shadow-color-rgb: 50, 50, 50;
  --cc-shadow-opacity: 0.2;
  --cc-popover-background: white;
  --cc-refresher-color: #02628f;
  --ion-color-order-health-green: #75b260;
  --ion-color-order-health-orange: #f38120;
  --ion-color-order-health-red: #d41f33;
  --ion-color-abandoned: #f8aeae;
  --ion-practice-demo-warn-color: #FF5F1F ;
  --ion-practice-demo-warn-contrast: #ffffff;
  --ion-delegation-warn-color: #39FF14;
  --ion-delegation-warn-contrast: #111;
  --ion-offline-banner-color: #A80000;
  --ion-todays-demo-border-color: #d1d6db;
  --ion-bundle-expiring-color: #A80000;
  --ion-comparison-item-icon: #eeeeee;
  --ion-upgrade-item-orange: #f48120;
  --ion-gift-card-list-item-bg: #f6f6f6;
  --ion-gift-card-list-item-amount: #f48120;
  --ion-gift-card-list-item-verified: #30a64a;
}

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

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

html {
  font-size: 16px;
}
@media (min-width: 768px) {
  html {
    font-size: 17px;
  }
}
@media (min-width: 1024px) {
  html {
    font-size: 19px;
  }
}

:root {
  --ion-font-family: "Roboto", "Helvetica Neue", sans-serif;
  --ion-default-font: "Roboto", "Helvetica Neue", sans-serif;
}

/*
    @author: Kevin Jacob S.
    @desc: Red banner for modal being shared information mixin
*/
/*
Common Item Heading for the modals Product spec and Choose and use
*/
ion-button {
  text-transform: initial;
  --padding-bottom: 0.375rem;
  --padding-top: 0.375rem;
  --padding-start: 1.25rem;
  --padding-end: 1.25rem;
  --border-radius: 3px;
  --box-shadow: 1px 1px 1px
      rgba(var(--cc-shadow-color-rgb), var(--cc-shadow-opacity));
  font-size: 0.8125rem;
  font-weight: 500;
}
ion-button.button-small {
  --padding-bottom: 0.375rem;
  --padding-top: 0.375rem;
  --padding-start: 1rem;
  --padding-end: 1rem;
  font-size: 0.75rem;
  font-weight: 400;
}
ion-button:last-of-type {
  margin-right: 0;
}

.cc-button-wrapper {
  width: 100%;
  padding: 1.25rem 0.75rem 1.75rem;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cc-button-wrapper ion-button,
  .cc-button-wrapper .cc-button {
    flex: 1;
  }
}
.cc-button-wrapper ion-button,
.cc-button-wrapper .cc-button {
  min-width: 0;
}
.cc-button-wrapper ion-button:only-of-type,
.cc-button-wrapper .cc-button:only-of-type {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 431px) {
  .cc-button-wrapper ion-button,
  .cc-button-wrapper .cc-button {
    min-width: 140px;
  }
}
@media (min-width: 769px) {
  .cc-button-wrapper ion-button,
  .cc-button-wrapper .cc-button {
    min-width: 175px;
  }
}
@media (min-width: 1024px) {
  .cc-button-wrapper ion-button,
  .cc-button-wrapper .cc-button {
    min-width: 200px;
  }
}

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

.cc-button {
  color: var(--ion-color-primary-contrast);
  background-color: var(--ion-color-primary);
  text-transform: initial;
  padding-bottom: 0.375rem;
  padding-top: 0.375rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-radius: 3px;
  box-shadow: 1px 1px 3px 0 rgba(var(--cc-shadow-color-rgb), var(--cc-shadow-opacity));
  font-size: 0.8125rem;
  font-weight: 500;
  font-family: var(--ion-font-family);
  letter-spacing: 0.06em;
  cursor: pointer;
  margin-right: 1rem;
  min-height: 38px;
}
.cc-button:last-of-type {
  margin-right: 0;
}
.cc-button:hover, .cc-button:active {
  background-color: var(--ion-color-primary-tint);
  outline: none;
  border: none;
}
.cc-button:focus {
  outline: 0;
}
.cc-button:disabled {
  opacity: 0.5;
}
.cc-button.cc-color-dark {
  background-color: var(--ion-color-dark);
}
.cc-button.cc-color-dark:hover, .cc-button.cc-color-dark:active {
  background-color: var(--ion-color-dark-tint);
}
.cc-button span {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex-flow: row nowrap;
}

:root {
  --ion-color-primary: #4096b8;
  --ion-color-primary-rgb: rgb(64, 150, 184);
  --ion-color-primary-contrast: #ffffff;
  --ion-color-primary-contrast-rgb: rgb(255, 255, 255);
  --ion-color-primary-shade: #37809e;
  --ion-color-primary-tint: #57a6c5;
  --ion-color-secondary: #006798;
  --ion-color-secondary-rgb: rgb(0, 103, 152);
  --ion-color-secondary-contrast: #ffffff;
  --ion-color-secondary-contrast-rgb: rgb(255, 255, 255);
  --ion-color-secondary-shade: #004f74;
  --ion-color-secondary-tint: #007fbc;
  --ion-color-tertiary: #f2eedc;
  --ion-color-tertiary-rgb: rgb(242, 238, 220);
  --ion-color-tertiary-contrast: #50545d;
  --ion-color-tertiary-contrast-rgb: rgb(80, 84, 93);
  --ion-color-tertiary-shade: #e8e1c2;
  --ion-color-tertiary-tint: #fcfbf6;
  --ion-color-success: #5ea54d;
  --ion-color-success-rgb: rgb(94, 165, 77);
  --ion-color-success-contrast: #ffffff;
  --ion-color-success-contrast-rgb: rgb(255, 255, 255);
  --ion-color-success-shade: #508d42;
  --ion-color-success-tint: #71b561;
  --ion-color-warning: #f58220;
  --ion-color-warning-rgb: rgb(245, 130, 32);
  --ion-color-warning-contrast: #ffffff;
  --ion-color-warning-contrast-rgb: rgb(255, 255, 255);
  --ion-color-warning-shade: #e7700a;
  --ion-color-warning-tint: #f79542;
  --ion-color-danger: #c23533;
  --ion-color-danger-rgb: rgb(194, 53, 51);
  --ion-color-danger-contrast: #ffffff;
  --ion-color-danger-contrast-rgb: rgb(255, 255, 255);
  --ion-color-danger-shade: #a62d2c;
  --ion-color-danger-tint: #cf4b49;
  --ion-color-dark: #50545d;
  --ion-color-dark-rgb: rgb(80, 84, 93);
  --ion-color-dark-contrast: #ffffff;
  --ion-color-dark-contrast-rgb: rgb(255, 255, 255);
  --ion-color-dark-shade: #3f434a;
  --ion-color-dark-tint: #616570;
  --ion-color-medium: #878787;
  --ion-color-medium-rgb: 135, 135, 135;
  --ion-color-medium-contrast: #ffffff;
  --ion-color-medium-contrast-rgb: rgb(255, 255, 255);
  --ion-color-medium-shade: #777777;
  --ion-color-medium-tint: #939393;
  --ion-color-light: #aab2b2;
  --ion-color-light-rgb: rgb(170, 178, 178);
  --ion-color-light-contrast: #ffffff;
  --ion-color-light-contrast-rgb: rgb(80, 84, 93);
  --ion-color-light-shade: #97a1a1;
  --ion-color-light-tint: #bdc3c3;
  --ion-color-lightest: #edf1f4;
  --ion-color-lightest-rgb: rgb(237, 241, 244);
  --ion-color-lightest-contrast: #50545d;
  --ion-color-lightest-contrast-rgb: rgb(237, 241, 244);
  --ion-color-lightest-shade: #d7e0e6;
  --ion-color-lightest-tint: white;
  --ion-color-ghost: #a0a9b1;
  --ion-color-ghost-rgb: rgb(160, 169, 177);
  --ion-color-ghost-contrast: #ffffff;
  --ion-color-ghost-contrast-rgb: rgb(255, 255, 255);
  --ion-color-ghost-shade: #8c97a1;
  --ion-color-ghost-tint: #b4bbc1;
  --ion-color-deep: #013247;
  --ion-color-deep-rgb: rgb(1, 50, 71);
  --ion-color-deep-contrast: #ffffff;
  --ion-color-deep-contrast-rgb: rgb(255, 255, 255);
  --ion-color-deep-shade: #011924;
  --ion-color-deep-tint: #014b6a;
  --ion-color-border-gray: #d1d7db;
  --ion-color-cpo-bg: #f2eedc;
  --ion-color-step-50: #f2f2f2;
  --ion-color-step-100: #e6e6e6;
  --ion-color-step-150: #d9d9d9;
  --ion-color-step-200: #cccccc;
  --ion-color-step-250: #bfbfbf;
  --ion-color-step-300: #b3b3b3;
  --ion-color-step-350: #a6a6a6;
  --ion-color-step-400: #999999;
  --ion-color-step-450: #8c8c8c;
  --ion-color-step-500: #808080;
  --ion-color-step-550: #978383;
  --ion-color-step-600: #666666;
  --ion-color-step-650: #595959;
  --ion-color-step-700: #4d4d4d;
  --ion-color-step-750: #404040;
  --ion-color-step-800: #333333;
  --ion-color-step-850: #262626;
  --ion-color-step-900: #191919;
  --ion-color-step-950: #0d0d0d;
  --ion-color-blue-300: #1da9fa;
  --ion-color-blue-600: #c7e6fc;
  --ion-color-light-blue: #008bbf;
  --ion-color-lighter-blue: #7adfff;
  --ion-color-lightest-blue: #c4f0f7;
  --ion-text-color: var(--ion-color-dark);
  --cc-color-active: --ion-color-secondary;
  --cc-color-segment-active: --cc-color-active;
  --cc-demo-slide-footer: #f7f7f7;
  --cc-demo-slide-footer-dark: #eeeeee;
  --cc-demo-hints-highlight: #dfe5e9;
  --cc-shadow-color-rgb: 50, 50, 50;
  --cc-shadow-opacity: 0.2;
  --cc-popover-background: white;
  --cc-refresher-color: #02628f;
  --ion-color-order-health-green: #75b260;
  --ion-color-order-health-orange: #f38120;
  --ion-color-order-health-red: #d41f33;
  --ion-color-abandoned: #f8aeae;
  --ion-practice-demo-warn-color: #FF5F1F ;
  --ion-practice-demo-warn-contrast: #ffffff;
  --ion-delegation-warn-color: #39FF14;
  --ion-delegation-warn-contrast: #111;
  --ion-offline-banner-color: #A80000;
  --ion-todays-demo-border-color: #d1d6db;
  --ion-bundle-expiring-color: #A80000;
  --ion-comparison-item-icon: #eeeeee;
  --ion-upgrade-item-orange: #f48120;
  --ion-gift-card-list-item-bg: #f6f6f6;
  --ion-gift-card-list-item-amount: #f48120;
  --ion-gift-card-list-item-verified: #30a64a;
}

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

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

.wr360_player {
  -webkit-tap-highlight-color: transparent;
  max-width: 30.3125rem;
}

.wr360_player:empty {
  border: none;
}

.wr360_player.wr360_player_fs {
  max-width: 100%;
}

.wr360_player_m {
  display: none;
}

.wr360_player_m.loaded {
  float: left;
  min-height: 31.25rem;
  display: inherit;
  margin-bottom: 1rem;
}

.wr360_player .container .theme_panel_back {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 50px;
  z-index: 2;
}

.wr360_player .container .theme_panel {
  position: absolute;
  width: 100%;
  bottom: 50px;
  left: 0;
  height: 50px;
  z-index: 3;
  cursor: pointer !important;
}

.wr360_player .container .theme_header {
  width: auto;
}

.wr360_player .container .theme_header .progress_wrap {
  font-size: 12px;
}

.wr360_player .container .theme_header .progress_wrap .progress_bar_anim {
  height: 1.5rem;
}

.wr360_player .container .theme_header .progress_wrap .progress_bar_anim div, .wr360_player .container .theme_header .progress_wrap .progress_bar_anim_fs div {
  width: 0.5rem;
  background-color: var(--ion-color-secondary);
}

.wr360_player .container .theme_header .progress_wrap .progress_bar_anim_fs div {
  background-color: var(--ion-color-secondary);
}

.wr360_player .container .theme_header .progress_wrap .progress_bar_anim span.percentnums {
  font-size: 1rem;
  line-height: 25px;
  float: none;
  height: 50px;
  width: 50px;
  color: var(--ion-color-secondary);
  margin: 10px 0 0 4px;
  display: none;
}

.wr360_player .container .theme_header .progress_wrap .progress_bar_anim_fs span.percentnums {
  font-size: 1.25rem;
  color: var(--ion-color-secondary);
  line-height: 25px;
  height: auto;
  width: auto;
  float: none;
  margin: 10px 0 0 6px;
  display: none;
}

@-moz-document url-prefix() {
  .wr360_player .container .spinner_hint .spinner_hint_item {
    padding-bottom: 8px;
  }
}
@keyframes wr360_progress_delay {
  0%, 100%, 40% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    opacity: 1;
  }
}
.wr360_player .container .theme_panel .toolbar {
  position: relative;
  height: 42px;
  padding: 3px 10px 0;
  margin: 0 auto;
  box-sizing: content-box !important;
  border: none !important;
  background: inherit !important;
  pointer-events: none;
  display: flex;
  justify-content: center;
}

.wr360_player .container .theme_panel .fullscreen-disabled {
  width: 234px !important;
}

.wr360_player .container .lightbox_rollover *, .wr360_player .container .position_rollover > div {
  box-sizing: border-box;
}

.wr360_player .container .theme_panel .toolbar > a {
  transition: none !important;
  display: block;
  float: left;
  width: 38px;
  height: 38px;
  margin: 3px 0 0 11px;
}

.wr360_player .container .theme_panel .toolbar > a:first-of-type {
  margin-left: 0;
}

.wr360_player .container .theme_panel .toolbar a.left_button {
  background: url('left.31cdf57c6b7a72be.svg') no-repeat;
}

.wr360_player .container .theme_panel .toolbar a.right_button {
  background: url('right.0178009218e94e3a.svg') no-repeat;
}

.wr360_player .container .theme_panel .toolbar a.up_button {
  background: url('up.773ec2b34c1d932d.svg') no-repeat;
}

.wr360_player .container .theme_panel .toolbar a.down_button {
  background: url('down.3b77140d4694c669.svg') no-repeat;
}

.wr360_player .container .theme_panel .toolbar a.play_button {
  background: url('play.63307c04a5094b3c.svg') no-repeat;
}

.wr360_player .container .theme_panel .toolbar a.pause_button {
  background: url('pause.21a6cf30d2e1fd01.svg') no-repeat;
}

.wr360_player .container .theme_panel .toolbar a.zoomin_button {
  background: url('zoomin.191545123f565058.svg') no-repeat;
}

.wr360_player .container_zoomoff .theme_panel .toolbar a.zoomin_button, .wr360_player .container_zoomoff .theme_panel .toolbar a.zoomin_button:hover {
  cursor: default;
  opacity: 0.4;
}

.wr360_player .container .lightbox_rollover .closelbox:hover, .wr360_player .container .theme_panel .toolbar > a:hover, .wr360_player a.fullscreenoff_button:hover {
  opacity: 0.8;
}

.wr360_player .container .theme_panel .toolbar a.zoomout_button {
  background: url('zoomout.3fb5410cb1b79fae.svg') no-repeat;
}

.wr360_player .container .theme_panel .toolbar a.hotspotson_button {
  background: url('hotspoton.77acf341b7ece6d0.svg') no-repeat;
}

.wr360_player .container .theme_panel .toolbar a.hotspotsoff_button {
  background: url('hotspotoff.0defd41c5c648d6f.svg') no-repeat;
}

.wr360_player .container .theme_panel .toolbar a.fullscreenon_button {
  background: url('fullscreenon.eab242023352e238.svg') no-repeat;
}

.wr360_player a.fullscreenoff_button {
  background: url('fullscreenoff.816e8dbf3a558e95.svg') center center no-repeat;
}

.wr360_player .container .hotspot_indicator {
  z-index: 3;
}

.wr360_player .container .lightbox_rollover .closelbox {
  background: url('lightbox_close.e9ac77c1f198128b.svg') 7px 7px no-repeat;
}

@keyframes wr360_effect_scale_up {
  100% {
    transform: scale(1, 1);
  }
}
.wr360_player .container .theme_panel .toolbar a.fullscreenon_button {
  display: none !important;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/**
 * Convert a font size to a dynamic font size.
 * Fonts that participate in Dynamic Type should use
 * dynamic font sizes.
 * @param size - The initial font size including the unit (i.e. px or pt)
 * @param unit (optional) - The unit to convert to. Use this if you want to
 * convert to a unit other than $baselineUnit.
 */
/**
 * Convert a font size to a dynamic font size but impose
 * a maximum font size.
 * @param size - The initial font size including the unit (i.e. px or pt)
 * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).
 * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to
 * convert to a unit other than $baselineUnit.
 */
/**
 * Convert a font size to a dynamic font size but impose
 * a minimum font size.
 * @param size - The initial font size including the unit (i.e. px or pt)
 * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).
 * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to
 * convert to a unit other than $baselineUnit.
 */
/**
 * Convert a font size to a dynamic font size but impose
 * maximum and minimum font sizes.
 * @param size - The initial font size including the unit (i.e. px or pt)
 * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).
 * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).
 * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to
 * convert to a unit other than $baselineUnit.
 */
/**
 * A heuristic that applies CSS to tablet
 * viewports.
 *
 * Usage:
 * @include tablet-viewport() {
 *   :host {
 *     background-color: green;
 *   }
 * }
 */
/**
 * A heuristic that applies CSS to mobile
 * viewports (i.e. phones, not tablets).
 *
 * Usage:
 * @include mobile-viewport() {
 *   :host {
 *     background-color: blue;
 *   }
 * }
 */
.swiper {
  --bullet-background: $text-color-step-800;
  --bullet-background-active: ion-color(primary, base);
  --progress-bar-background: rgba($text-color-rgb, .25);
  --progress-bar-background-active: ion-color(primary, shade);
  --scroll-bar-background: rgba($text-color-rgb, .1);
  --scroll-bar-background-active: rgba($text-color-rgb, .5);
  /**
   * @prop --bullet-background: Background of the pagination bullets
   * @prop --bullet-background-active: Background of the active pagination bullet
   *
   * @prop --progress-bar-background: Background of the pagination progress-bar
   * @prop --progress-bar-background-active: Background of the active pagination progress-bar
   *
   * @prop --scroll-bar-background: Background of the pagination scroll-bar
   * @prop --scroll-bar-background-active: Background of the active pagination scroll-bar
   */
  display: block;
  -webkit-user-select: none;
          user-select: none;
}

.swiper .swiper-pagination-bullet {
  background: var(--bullet-background);
}

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

.swiper .swiper-pagination-progressbar {
  background: var(--progress-bar-background);
}

.swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--progress-bar-background-active);
}

.swiper .swiper-scrollbar {
  background: var(--scroll-bar-background);
}

.swiper .swiper-scrollbar-drag {
  background: var(--scroll-bar-background-active);
}

.swiper .slide-zoom {
  display: block;
  width: 100%;
  text-align: center;
}

.swiper .swiper-slide {
  display: flex;
  position: relative;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
}

.swiper .swiper-slide img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}


[aria-checked=true].sc-ion-alert-md .alert-radio-icon.sc-ion-alert-md {
  border-color: var(--ion-color-dark);
}

[aria-checked=true].sc-ion-alert-md .alert-radio-inner.sc-ion-alert-md {
  background-color: var(--ion-color-dark);
}

/*
    @author: Kevin Jacob S.
    @desc: Red banner for modal being shared information mixin
*/
/*
Common Item Heading for the modals Product spec and Choose and use
*/
.cc-custom-radio-item .radio, ion-radio-group.cc-custom-radios ion-item .radio,
.cc-custom-radio-item ion-radio,
ion-radio-group.cc-custom-radios ion-item ion-radio {
  --border-radius: 50%;
  --inner-border-radius: 50%;
  --color: var(--ion-color-light);
  --color-checked: var(--ion-color-light-shade);
  font-size: 16px;
  margin-right: 0.25rem;
}
.cc-custom-radio-item.item-radio-checked .option-custom-indicator .option-custom-indicator-fill, ion-radio-group.cc-custom-radios ion-item.item-radio-checked .option-custom-indicator .option-custom-indicator-fill {
  background-color: var(--ion-color-light-shade);
}

cc-demo-customer-header .cc-customer-header {
  display: flex;
  contain: initial;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.75rem;
}
cc-demo-customer-header .cc-logo-header-container {
  text-align: left;
  width: auto;
  flex: 0 0 auto;
  margin-left: 0;
  margin-top: 0;
}
cc-demo-customer-header .cc-logo-header-container .cc-logo-header {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  max-width: 80px;
}
@media (min-width: 1024px) {
  cc-demo-customer-header .cc-logo-header-container .cc-logo-header {
    max-width: 110px;
  }
}
cc-demo-customer-header .cc-logo-header-container .cc-logo-header.cc-logo-header-cutco {
  display: inline-block;
}
cc-demo-customer-header .cc-details-container {
  display: flex;
}
cc-demo-customer-header .cc-details-container .cc-profile-container {
  display: flex;
  align-items: center;
}
cc-demo-customer-header .cc-details-container .cc-profile-container .cc-profile-details {
  color: var(--ion-color-secondary);
  font-size: 0.8125rem;
  padding: 0.375rem;
  margin-right: 0.375rem;
}
@media (min-width: 1024px) {
  cc-demo-customer-header .cc-details-container .cc-profile-container .cc-profile-details {
    font-size: 0.8125rem;
  }
}
cc-demo-customer-header .cc-details-container .cc-profile-container .cc-profile-details .user-name {
  text-align: right;
  font-weight: 700;
}
cc-demo-customer-header .cc-details-container .cc-profile-container .cc-profile-details .user-designation {
  text-align: right;
  word-break: break-all;
}
cc-demo-customer-header .cc-details-container .cc-profile-container .cc-profile-image {
  height: 35px;
  width: 35px;
  min-width: 35px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0;
}
@media (min-width: 1024px) {
  cc-demo-customer-header .cc-details-container .cc-profile-container .cc-profile-image {
    margin: 0 1.25rem 0 0.375rem;
  }
}
cc-demo-customer-header .cc-details-container .cc-profile-container .cc-profile-image img {
  width: 100%;
  height: 100%;
}
cc-demo-customer-header .cc-details-container .cc-whishlist-container {
  font-size: calc(1.2875rem + 0.45vw);
  position: relative;
  margin-left: 0.75rem;
  align-self: center;
}
@media (min-width: 1200px) {
  cc-demo-customer-header .cc-details-container .cc-whishlist-container {
    font-size: 1.625rem;
  }
}
cc-demo-customer-header .cc-details-container .cc-whishlist-container ion-badge {
  position: absolute;
  right: -10px;
  width: 1.5em;
  --background: var(--ion-color-warning);
  border-radius: 50%;
  z-index: 2;
  font-size: 0.75rem;
  display: flex;
  justify-content: center;
}
cc-demo-customer-header .cc-details-container .cc-whishlist-container ion-badge span {
  padding: 1px 0 1px 1px;
  font-size: 9px;
}
@media (min-width: 768px) {
  cc-demo-customer-header .cc-details-container .cc-whishlist-container ion-badge span {
    font-size: 12px;
  }
}
cc-demo-customer-header .cc-details-container .cc-whishlist-container ion-icon {
  cursor: pointer;
  vertical-align: bottom;
}
cc-demo-customer-header ion-buttons[slot=end] {
  flex: 0 0 auto;
}

:root {
  --ion-toolbar-background: var(--ion-color-tertiary);
  --ion-toolbar-color: var(--ion-color-tertiary-contrast);
}

ion-modal {
  --backdrop-opacity: var(--ion-backdrop-opacity, 0) !important;
}
ion-modal:last-child {
  --backdrop-opacity: var(--ion-backdrop-opacity, 0.4) !important;
}
ion-modal::part(content) {
  transform: translate3d(0, 0, 0);
}
ion-modal .ion-page ion-title {
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1rem;
  font-weight: 400;
  padding-inline-start: 20px;
  padding-inline-end: 20px;
}
ion-modal .ion-page ion-content {
  --background: white;
  --padding-top: 0.75rem;
}
@media (min-width: 1024px) {
  ion-modal.cc-modal-auto-height {
    --height: auto;
  }
}
@media (min-width: 768px) {
  ion-modal.cc-modal-auto-height .ion-page {
    position: relative;
    contain: content;
    width: 100%;
    height: auto !important;
  }
}
@media (min-width: 768px) {
  ion-modal.cc-modal-auto-height::part(content) {
    --min-width: 320px;
    --width: 75%;
    --max-width: 768px;
    --min-height: 300px;
    --height: auto;
    --max-height: calc(100vh - 112px - 0.75rem);
    display: flex;
  }
}
@media (min-width: 768px) {
  ion-modal.modal_addressinfoModal::part(content) {
    --min-height: 300px;
    height: 600px;
    --max-height: calc(100vh - 112px - 0.75rem);
  }
}
@media (min-width: 768px) {
  ion-modal.modal_preferenceCartWarning::part(content) {
    --min-height: 320px;
  }
  ion-modal.modal_preferenceCartWarning::part(content) cc-msg {
    height: 100%;
    margin-bottom: 0;
  }
  ion-modal.modal_preferenceCartWarning::part(content) cc-msg ion-item {
    height: 100%;
  }
}
ion-modal.cc-modal-height-xxs::part(content) {
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  ion-modal.cc-modal-height-xxs::part(content) {
    --min-height: initial;
    --height:200px;
  }
}
ion-modal.cc-modal-height-xs::part(content) {
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  ion-modal.cc-modal-height-xs::part(content) {
    --min-height: initial;
    --height: 300px;
  }
}
ion-modal.cc-modal-height-xm::part(content) {
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  ion-modal.cc-modal-height-xm::part(content) {
    --min-height: initial;
    --height: 330px;
  }
}
@media (min-width: 768px) {
  ion-modal.cc-modal-height-sm-2::part(content) {
    --min-height: initial;
    --height: 400px;
  }
}
@media (min-width: 768px) {
  ion-modal.cc-modal-height-sm-1::part(content) {
    --min-height: initial;
    --height: 450px;
  }
}
@media (min-width: 768px) {
  ion-modal.cc-modal-height-sm::part(content) {
    --min-height: initial;
    --height: 500px;
  }
}
@media (min-width: 768px) {
  ion-modal.cc-modal-height-md::part(content) {
    --min-height: initial;
    --height: 600px;
  }
}
@media (min-width: 768px) {
  ion-modal.cc-modal-height-md-lg::part(content) {
    --min-height: initial;
    --height: 750px;
  }
}
@media (min-width: 768px) {
  ion-modal.cc-modal-height-lg::part(content) {
    --min-height: initial;
    --height: calc(100% - 15vh);
  }
}
ion-modal.cc-modal-height-full::part(content) {
  --height: 100vh;
  --max-height: 100vh;
}
@media (min-width: 768px) {
  ion-modal.cc-modal-height-full::part(content) {
    --min-height: initial;
    --height: 90%;
  }
}
ion-modal.cc-modal-height-max::part(content) {
  --height: 100%;
  --max-height: 100%;
}
ion-modal.cc-modal-width-xs::part(content) {
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  ion-modal.cc-modal-width-xs::part(content) {
    --width: 320px;
    --max-width: 320px;
  }
}
ion-modal.cc-modal-width-sm::part(content) {
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  ion-modal.cc-modal-width-sm::part(content) {
    --width: 576px;
    --max-width: 576px;
  }
}
@media (min-width: 768px) {
  ion-modal.cc-modal-width-md::part(content) {
    --max-width: 992px;
    --width:90%;
  }
}
@media (min-width: 768px) {
  ion-modal.cc-modal-width-lg::part(content) {
    --width: 75%;
    --max-width: 992px;
  }
}
ion-modal.cc-modal-width-full::part(content) {
  --width: 100vw;
  --max-width: 100vw;
}
@media (min-width: 768px) {
  ion-modal.cc-modal-width-full::part(content) {
    --width:100%;
    --max-width: 85vw;
  }
}
ion-modal.cc-modal-width-max::part(content) {
  --width: 100%;
  --max-width: 100%;
}
ion-modal.cc-modal-no-footer-border::part(content) ion-footer {
  box-shadow: none;
}
ion-modal.cc-modal-no-footer-border::part(content) ion-footer::before {
  height: 0;
}

@media (min-width: 768px) {
  ion-modal {
    --width: 75%;
    --height: calc(100% - 13vh);
  }
}
@media (min-width: 1080px) {
  ion-modal {
    --width: 768px;
    --height: calc(100% - 13vh);
  }
}
#app-warning {
  z-index: 99999 !important;
}

.dynamic-width-height-based-on-content {
  display: flex;
  align-items: center;
  justify-content: center;
  contain: strict;
}
.dynamic-width-height-based-on-content::part(content) {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-width: unset;
  max-width: unset;
  min-height: unset;
  max-height: unset;
}
.dynamic-width-height-based-on-content::part(content),
.dynamic-width-height-based-on-content::part(content) .ion-page {
  position: relative;
  contain: content;
}

cc-checkout-payment-details-modal .content-wrapper .payment-details .overlay .note p {
  text-align: center;
  color: #fff;
}

.cc-remove-msg-margin-padding .ion-page .modal-content-wrapper cc-msg {
  margin: 0;
}
.cc-remove-msg-margin-padding .ion-page .modal-content-wrapper cc-msg ion-item {
  padding: 0;
}

.cc-button-wrapper {
  padding: 1rem;
}

.modal-content-wrapper {
  padding: 0.75rem 1rem;
}
@media (min-width: 768px) {
  .modal-content-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.modal-content-wrapper.no-padding {
  padding: 0;
}
.modal-content-wrapper.overflow-hidden {
  overflow: hidden;
}
.modal-content-wrapper .cc-button-wrapper {
  padding: 1rem 0 0;
}

.modal-fullscreen {
  --width: 100% !important;
  --height: 100% !important;
}
.modal-fullscreen .ion-page .modal-content-wrapper {
  overflow: auto;
  flex-grow: 1;
}

.modal-dynamic-height {
  --height: auto;
}
.modal-dynamic-height::part(content) {
  --height: auto;
  --max-height: calc(100vh - 112px - 0.75rem);
  display: flex;
}
.modal-dynamic-height .ion-page {
  width: 100%;
  height: auto !important;
}
.modal-dynamic-height .ion-page .modal-content-wrapper {
  overflow: auto;
  flex-grow: 1;
  color: var(--ion-text-color, #000);
}

.modal-form-dynamic-height {
  --height: auto;
}
.modal-form-dynamic-height::part(content) {
  --min-height: calc(100vh - 112px - 0.75rem);
  --height: calc(100vh - 112px - 0.75rem);
  --max-height: calc(100vh - 112px - 0.75rem);
  display: flex;
}
.modal-form-dynamic-height .ion-page {
  width: 100%;
  height: auto !important;
}
.modal-form-dynamic-height .ion-page .modal-content-wrapper {
  overflow: auto;
  flex-grow: 1;
  color: var(--ion-text-color, #000);
}

.cc-tablet-device ion-modal.modal-small-device::part(content) {
  --width: 100% !important;
  --height: 100% !important;
  --max-height: 100%;
  --max-width: 100%;
}
.cc-tablet-device ion-modal.modal-small-device ion-header ion-toolbar:first-of-type {
  padding-top: 20px;
}
.cc-tablet-device ion-modal.modal-small-device .ion-page ion-title {
  top: 70%;
}
.cc-tablet-device ion-modal.modal-small-device-fit::part(content) {
  --width: 576px !important;
  --height: auto !important;
  --max-height: calc(100vh - 112px - 0.75rem);
  display: flex;
}

@media screen and (max-width: 768px) {
  ion-modal.modal-small-screen::part(content) {
    --width: 100% !important;
    --height: 100% !important;
    --max-height: 100%;
    --max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .split-view #demo-modals-desktop-wrapper .set-breakdown {
    flex-direction: column;
    overflow: auto;
  }
  .split-view #demo-modals-desktop-wrapper .set-breakdown cc-lib-product-details-and-options .product {
    border-right: unset;
    border-bottom: 1px solid var(--ion-color-light);
    flex-direction: row;
    flex-wrap: unset;
    flex: 1;
  }
  .split-view #demo-modals-desktop-wrapper .set-breakdown cc-lib-product-details-and-options .product .product-detail .img-wrapper {
    width: 75%;
    justify-content: center;
  }
  .split-view #demo-modals-desktop-wrapper .set-breakdown cc-lib-product-details-and-options .product .product-detail .img-wrapper img {
    max-width: 150px;
  }
  .split-view #demo-modals-desktop-wrapper .set-breakdown .set-items-wrapper {
    overflow: initial;
  }
}

@media (min-width: 1024px) {
  .split-view #demo-modals-desktop-wrapper .demo-images {
    display: block;
  }
  .split-view #demo-modals-desktop-wrapper .demo-images .product-wrapper {
    width: 100%;
  }
  .split-view #demo-modals-desktop-wrapper .demo-images .product-wrapper cc-lib-product-details-and-options .product {
    border-right: unset;
    border-bottom: 1px solid var(--ion-color-light);
    flex-direction: row;
    flex-wrap: unset;
  }
  .split-view #demo-modals-desktop-wrapper .demo-images .product-wrapper cc-lib-product-details-and-options .product .product-detail .img-wrapper {
    width: 75%;
  }
  .split-view #demo-modals-desktop-wrapper .demo-images .product-wrapper cc-lib-product-details-and-options .product .product-detail .img-wrapper img {
    max-width: 150px;
  }
}

#demo-modals-desktop-wrapper .gift-sets-search-results .product-price,
#demo-modals-desktop-wrapper .gift-sets-search-results .description {
  text-align: center;
}
@media (min-width: 1200px) {
  #demo-modals-desktop-wrapper .gift-sets-search-results .product-price,
  #demo-modals-desktop-wrapper .gift-sets-search-results .description {
    text-align: left;
  }
}
#demo-modals-desktop-wrapper .datatable-footer-deep {
  flex-direction: column;
  align-items: center;
}

ion-toolbar ion-title ~ ion-buttons {
  position: absolute;
  right: 0;
}
ion-toolbar .configure-link {
  position: absolute;
  left: 0;
}
ion-toolbar ion-title {
  position: static !important;
  transform: none !important;
  padding: 0 2rem !important;
}

ion-modal::part(content) {
  transform: translate3d(0, 0, 0);
}
ion-modal.cc-modal-width-lg::part(content) {
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  ion-modal.cc-modal-width-lg::part(content) {
    --width: 992px;
  }
}
@media (min-width: 768px) {
  ion-modal.modal_setComparison::part(content), ion-modal.modal_setComparisonSelection::part(content) {
    --min-width: 320px;
    --width: 80%;
    --max-width: 576px;
    --min-height: calc(100vh - 112px - 0.75rem);
    --height: calc(100vh - 112px - 0.75rem);
    --max-height: calc(100vh - 112px - 0.75rem);
  }
}
@media (min-width: 768px) {
  ion-modal.cc-modal-width-xl::part(content) {
    --width: 1200px;
  }
}
@media (min-width: 768px) {
  ion-modal.cc-modal-height-md-lg::part(content) {
    --min-height: initial;
    --max-height: 750px;
    --height: unset;
  }
}
ion-modal.custom-selectable-typeahead {
  --max-width: 280px;
  --max-height: 400px;
  border-radius: 4px;
}
@media (min-width: 431px) {
  ion-modal.custom-selectable-typeahead {
    --min-width: 280px;
    --width: 280px;
    --min-height: 400px;
    --height: 400px;
  }
}
ion-modal.custom-selectable-typeahead ion-header {
  border: none;
}
ion-modal.custom-selectable-typeahead ion-header ion-title {
  transform: none;
  position: static;
  text-align: left;
  color: var(--ion-color-dark);
  font-size: 0.875rem;
}
ion-modal.custom-selectable-typeahead ion-header ion-searchbar {
  padding-top: 1rem;
  padding-inline-start: 1rem;
  padding-inline-end: 1rem;
  border-top: 1px solid var(--ion-color-border-gray);
}
ion-modal.custom-selectable-typeahead ion-header ion-searchbar .sc-ion-searchbar-ios {
  --background: none
  --border-color: none;
}
ion-modal.custom-selectable-typeahead ion-header ion-searchbar .searchbar-input {
  border: 1px solid var(--ion-color-border-gray);
  font-size: 0.75rem;
  padding: 2px;
  border-radius: 3px;
  padding-inline-start: 55px;
  padding-inline-end: 0;
  box-shadow: none;
}
ion-modal.custom-selectable-typeahead ion-header ion-searchbar .searchbar-search-icon {
  top: 10px;
  width: 1rem;
  height: 1rem;
}
ion-modal.custom-selectable-typeahead ion-header ion-searchbar .searchbar-clear-button {
  display: none !important;
}
ion-modal.custom-selectable-typeahead ion-header::after {
  display: none;
}
ion-modal.custom-selectable-typeahead ion-content {
  font-size: 0.75rem;
  margin-inline-start: 1rem;
  --padding-top: 0;
}
ion-modal.custom-selectable-typeahead ion-content ion-item {
  font-size: 0.75rem;
  color: var(--ion-color-step-850);
  --border-color: transparent;
  padding-left: 1.75rem;
  padding-right: 0.5rem;
  --ripple-color: transparent;
}
ion-modal.custom-selectable-typeahead ion-content ion-item::part(native) {
  --padding-start: 0px;
}
ion-modal.custom-selectable-typeahead ion-content ion-item ion-label {
  margin-left: 1.25rem;
  white-space: normal;
}
ion-modal.custom-selectable-typeahead ion-content ion-item ion-icon {
  margin-right: 1.5rem;
}
ion-modal.custom-selectable-typeahead .header-ios ion-toolbar:last-of-type {
  --border-width: 0;
}
ion-modal.custom-selectable-typeahead ion-toolbar {
  --background: none;
  padding: 0 !important;
}
ion-modal.custom-selectable-typeahead .toolbar-buttons {
  border-top: 1px solid var(--ion-color-border-gray);
}
ion-modal.custom-selectable-typeahead ion-button {
  --box-shadow: none;
  --padding-end: 0.75rem;
  --padding-start: 0.75rem;
  margin: 0 0 0 0.5rem;
  font-size: 0.875rem;
}
@media (min-width: 431px) {
  ion-modal.custom-selectable-typeahead ion-button {
    font-size: 0.75rem;
  }
}
ion-modal cc-multiline-information-modal .cc-confrimation-modal-content .message div p {
  margin: 0;
}

.cc-modal-select,
.modal_cartColorSelection {
  --height: auto;
}
.cc-modal-select .ion-page,
.modal_cartColorSelection .ion-page {
  width: 100%;
  height: auto !important;
}
.cc-modal-select .ion-page .cc-modal-ah-content,
.modal_cartColorSelection .ion-page .cc-modal-ah-content {
  overflow: auto;
}
.cc-modal-select::part(content),
.modal_cartColorSelection::part(content) {
  --width: 280px !important;
  --max-width: 90% !important;
  --height: auto;
  --max-height: 90%;
  display: flex;
}

ion-toolbar ion-title ~ ion-buttons {
  position: absolute;
  right: 0;
}
ion-toolbar .configure-link {
  position: absolute;
  left: 0;
}
ion-toolbar ion-title {
  position: static !important;
  transform: none !important;
  padding: 0 2rem !important;
}

/*
    @author: Kevin Jacob S.
    @desc: Red banner for modal being shared information mixin
*/
/*
Common Item Heading for the modals Product spec and Choose and use
*/
.slide-content-wrapper {
  padding: 1rem;
  padding-bottom: 0;
}
.slide-content-wrapper .slide-product-options {
  margin: 1rem 0;
}
.slide-content-wrapper .slide-product-options p.wishlist-msg {
  font-size: 0.75rem;
  font-weight: 600;
  margin: 0;
}

.slide-content {
  font-size: 0.75rem;
  line-height: 1.6;
}
.slide-content .rep-bio-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--ion-color-step-150);
}
.slide-content .rep-bio-container .rep-image {
  min-width: 140px;
}
.slide-content .rep-bio-container .rep-image img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 0.75rem;
  background-size: contain;
}
.slide-content .rep-bio-container .rep-bio {
  overflow: hidden;
}
.slide-content .rep-bio-container .rep-bio .rep-name {
  font-size: 1rem;
  font-weight: 600;
  padding-bottom: 0.75rem;
}
.slide-content .rep-bio-container .rep-bio .rep-bio-content {
  word-break: break-word;
  white-space: pre-wrap;
}
@media (min-width: 431px) {
  .slide-content .rep-bio-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .slide-content .rep-bio-container .rep-bio {
    flex: 1;
  }
}
.slide-content .testimonial-wrapper {
  display: flex;
}
.slide-content .testimonial-wrapper .quote {
  margin-right: 0.75rem;
}
.slide-content .testimonial-wrapper .quote img {
  width: 1.875rem;
}
.slide-content .testimonial-wrapper .testimonial-content {
  flex: 1;
  font-style: italic;
}
.slide-content div.flex {
  display: flex;
  flex-direction: column;
}
.slide-content div.flex div.title {
  font-size: 0.8rem;
  font-weight: 600;
}
.slide-content div.flex > div {
  flex-basis: 100%;
  margin-right: 0;
}
@media (min-width: 431px) {
  .slide-content div.flex {
    flex-direction: row;
    justify-content: space-between;
  }
  .slide-content div.flex > div {
    flex-basis: 33%;
    margin-right: 0.75rem;
  }
  .slide-content div.flex > div :last-child {
    margin-right: 0;
  }
}

.slide-content,
.talking-notes-wrapper {
  /* 
      DO NOT REMOVE
      The below styles are required by strapi 
  */
}
.slide-content h1,
.slide-content h2,
.slide-content h3,
.slide-content h4,
.slide-content h5,
.slide-content h6,
.talking-notes-wrapper h1,
.talking-notes-wrapper h2,
.talking-notes-wrapper h3,
.talking-notes-wrapper h4,
.talking-notes-wrapper h5,
.talking-notes-wrapper h6 {
  font-weight: 600;
  text-transform: none !important;
  color: var(--ion-color-primary);
  margin: 0.75rem 0 !important;
}
.slide-content .zoom10, .slide-content .zoom10 .message,
.talking-notes-wrapper .zoom10,
.talking-notes-wrapper .zoom10 .message {
  line-height: 1.6;
  font-size: 0.75rem;
}
.slide-content .zoom12, .slide-content .zoom12 .message,
.talking-notes-wrapper .zoom12,
.talking-notes-wrapper .zoom12 .message {
  line-height: 1.6;
  font-size: 0.875rem;
}
.slide-content .zoom14, .slide-content .zoom14 .message,
.talking-notes-wrapper .zoom14,
.talking-notes-wrapper .zoom14 .message {
  line-height: 1.6;
  font-size: 1.125rem;
}
.slide-content .zoom16, .slide-content .zoom16 .message,
.talking-notes-wrapper .zoom16,
.talking-notes-wrapper .zoom16 .message {
  line-height: 1.6;
  font-size: 1.25rem;
}
.slide-content .zoom10 h1, .slide-content h1,
.talking-notes-wrapper .zoom10 h1,
.talking-notes-wrapper h1 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .slide-content .zoom10 h1, .slide-content h1,
  .talking-notes-wrapper .zoom10 h1,
  .talking-notes-wrapper h1 {
    font-size: 2rem;
  }
}
.slide-content .zoom10 h2, .slide-content h2,
.talking-notes-wrapper .zoom10 h2,
.talking-notes-wrapper h2 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .slide-content .zoom10 h2, .slide-content h2,
  .talking-notes-wrapper .zoom10 h2,
  .talking-notes-wrapper h2 {
    font-size: 1.5rem;
  }
}
.slide-content .zoom10 h3, .slide-content h3,
.talking-notes-wrapper .zoom10 h3,
.talking-notes-wrapper h3 {
  font-size: 1.125rem;
}
.slide-content .zoom10 h4, .slide-content h4,
.talking-notes-wrapper .zoom10 h4,
.talking-notes-wrapper h4 {
  font-size: 1rem;
}
.slide-content .zoom10 h5, .slide-content h5,
.talking-notes-wrapper .zoom10 h5,
.talking-notes-wrapper h5 {
  font-size: 0.8125rem;
}
.slide-content .zoom10 h6, .slide-content h6,
.talking-notes-wrapper .zoom10 h6,
.talking-notes-wrapper h6 {
  font-size: 0.75rem;
}
.slide-content .zoom12 h1,
.talking-notes-wrapper .zoom12 h1 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .slide-content .zoom12 h1,
  .talking-notes-wrapper .zoom12 h1 {
    font-size: 2rem;
  }
}
.slide-content .zoom12 h2,
.talking-notes-wrapper .zoom12 h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .slide-content .zoom12 h2,
  .talking-notes-wrapper .zoom12 h2 {
    font-size: 2rem;
  }
}
.slide-content .zoom12 h3,
.talking-notes-wrapper .zoom12 h3 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .slide-content .zoom12 h3,
  .talking-notes-wrapper .zoom12 h3 {
    font-size: 1.5rem;
  }
}
.slide-content .zoom12 h4,
.talking-notes-wrapper .zoom12 h4 {
  font-size: 1.125rem;
}
.slide-content .zoom12 h5,
.talking-notes-wrapper .zoom12 h5 {
  font-size: 1rem;
}
.slide-content .zoom12 h6,
.talking-notes-wrapper .zoom12 h6 {
  font-size: 0.8125rem;
}
.slide-content .zoom14 h1,
.talking-notes-wrapper .zoom14 h1 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .slide-content .zoom14 h1,
  .talking-notes-wrapper .zoom14 h1 {
    font-size: 2rem;
  }
}
.slide-content .zoom14 h2,
.talking-notes-wrapper .zoom14 h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .slide-content .zoom14 h2,
  .talking-notes-wrapper .zoom14 h2 {
    font-size: 2rem;
  }
}
.slide-content .zoom14 h3,
.talking-notes-wrapper .zoom14 h3 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .slide-content .zoom14 h3,
  .talking-notes-wrapper .zoom14 h3 {
    font-size: 2rem;
  }
}
.slide-content .zoom14 h4,
.talking-notes-wrapper .zoom14 h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .slide-content .zoom14 h4,
  .talking-notes-wrapper .zoom14 h4 {
    font-size: 1.5rem;
  }
}
.slide-content .zoom14 h5,
.talking-notes-wrapper .zoom14 h5 {
  font-size: 1.125rem;
}
.slide-content .zoom14 h6,
.talking-notes-wrapper .zoom14 h6 {
  font-size: 1rem;
}
.slide-content .zoom16 h1,
.talking-notes-wrapper .zoom16 h1 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .slide-content .zoom16 h1,
  .talking-notes-wrapper .zoom16 h1 {
    font-size: 2rem;
  }
}
.slide-content .zoom16 h2,
.talking-notes-wrapper .zoom16 h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .slide-content .zoom16 h2,
  .talking-notes-wrapper .zoom16 h2 {
    font-size: 2rem;
  }
}
.slide-content .zoom16 h3,
.talking-notes-wrapper .zoom16 h3 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .slide-content .zoom16 h3,
  .talking-notes-wrapper .zoom16 h3 {
    font-size: 2rem;
  }
}
.slide-content .zoom16 h4,
.talking-notes-wrapper .zoom16 h4 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .slide-content .zoom16 h4,
  .talking-notes-wrapper .zoom16 h4 {
    font-size: 2rem;
  }
}
.slide-content .zoom16 h5,
.talking-notes-wrapper .zoom16 h5 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .slide-content .zoom16 h5,
  .talking-notes-wrapper .zoom16 h5 {
    font-size: 1.5rem;
  }
}
.slide-content .zoom16 h6,
.talking-notes-wrapper .zoom16 h6 {
  font-size: 1.125rem;
}
.slide-content .strike-through,
.talking-notes-wrapper .strike-through {
  text-decoration: line-through;
}
.slide-content .line-break,
.talking-notes-wrapper .line-break {
  padding: 0.75rem 0;
  text-align: center;
}
.slide-content .info-wrapper,
.slide-content .warn-wrapper,
.slide-content .action-wrapper,
.talking-notes-wrapper .info-wrapper,
.talking-notes-wrapper .warn-wrapper,
.talking-notes-wrapper .action-wrapper {
  display: flex;
  align-items: stretch;
  background-color: var(--ion-color-lightest);
  font-size: 0.75rem;
  font-family: var(--roboto-slab-font);
  font-weight: 700;
  line-height: 1.6;
}
.slide-content .info-wrapper .message,
.slide-content .warn-wrapper .message,
.slide-content .action-wrapper .message,
.talking-notes-wrapper .info-wrapper .message,
.talking-notes-wrapper .warn-wrapper .message,
.talking-notes-wrapper .action-wrapper .message {
  flex: 1;
  padding: 0.75rem;
}
.slide-content .info-wrapper ol,
.slide-content .info-wrapper ul,
.slide-content .warn-wrapper ol,
.slide-content .warn-wrapper ul,
.slide-content .action-wrapper ol,
.slide-content .action-wrapper ul,
.talking-notes-wrapper .info-wrapper ol,
.talking-notes-wrapper .info-wrapper ul,
.talking-notes-wrapper .warn-wrapper ol,
.talking-notes-wrapper .warn-wrapper ul,
.talking-notes-wrapper .action-wrapper ol,
.talking-notes-wrapper .action-wrapper ul {
  margin: 0;
  padding-left: 12px;
}
.slide-content .info-wrapper .icon-wrapper,
.slide-content .warn-wrapper .icon-wrapper,
.slide-content .action-wrapper .icon-wrapper,
.talking-notes-wrapper .info-wrapper .icon-wrapper,
.talking-notes-wrapper .warn-wrapper .icon-wrapper,
.talking-notes-wrapper .action-wrapper .icon-wrapper {
  font-size: 1rem;
  display: flex;
  align-items: center;
  padding: 0.75rem;
  background-color: var(--cc-demo-hints-highlight);
}
.slide-content .info-wrapper .icon-wrapper img, .slide-content .info-wrapper .icon-wrapper svg,
.slide-content .warn-wrapper .icon-wrapper img,
.slide-content .warn-wrapper .icon-wrapper svg,
.slide-content .action-wrapper .icon-wrapper img,
.slide-content .action-wrapper .icon-wrapper svg,
.talking-notes-wrapper .info-wrapper .icon-wrapper img,
.talking-notes-wrapper .info-wrapper .icon-wrapper svg,
.talking-notes-wrapper .warn-wrapper .icon-wrapper img,
.talking-notes-wrapper .warn-wrapper .icon-wrapper svg,
.talking-notes-wrapper .action-wrapper .icon-wrapper img,
.talking-notes-wrapper .action-wrapper .icon-wrapper svg {
  min-width: 1rem;
  width: 1rem;
}
.slide-content .info-wrapper .info-icon,
.slide-content .warn-wrapper .info-icon,
.slide-content .action-wrapper .info-icon,
.talking-notes-wrapper .info-wrapper .info-icon,
.talking-notes-wrapper .warn-wrapper .info-icon,
.talking-notes-wrapper .action-wrapper .info-icon {
  color: var(--ion-color-primary);
}
.slide-content .info-wrapper .action-icon,
.slide-content .warn-wrapper .action-icon,
.slide-content .action-wrapper .action-icon,
.talking-notes-wrapper .info-wrapper .action-icon,
.talking-notes-wrapper .warn-wrapper .action-icon,
.talking-notes-wrapper .action-wrapper .action-icon {
  color: var(--ion-color-success);
}
.slide-content .info-wrapper .warn-icon,
.slide-content .warn-wrapper .warn-icon,
.slide-content .action-wrapper .warn-icon,
.talking-notes-wrapper .info-wrapper .warn-icon,
.talking-notes-wrapper .warn-wrapper .warn-icon,
.talking-notes-wrapper .action-wrapper .warn-icon {
  color: var(--ion-color-warning);
}
.slide-content info, .slide-content warn, .slide-content action,
.talking-notes-wrapper info,
.talking-notes-wrapper warn,
.talking-notes-wrapper action {
  display: block;
  border-left: solid 40px var(--cc-demo-hints-highlight);
  padding: 10px;
  background-color: var(--ion-color-lightest);
  color: #50545e;
  font-family: var(--roboto-slab-font);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
  margin: 5px 0;
  min-height: 1.6em;
}
.slide-content info::before, .slide-content warn::before, .slide-content action::before,
.talking-notes-wrapper info::before,
.talking-notes-wrapper warn::before,
.talking-notes-wrapper action::before {
  display: block;
  content: " ";
  width: 24px !important;
  height: 24px !important;
  position: absolute;
  left: -32px;
  top: calc(50% - 12px);
}
.slide-content info::before,
.talking-notes-wrapper info::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='s-ion-icon'%3E%3Cpath d='M256 48C141.2 48 48 141.2 48 256s93.2 208 208 208 208-93.2 208-208S370.8 48 256 48zm21 312h-42V235h42v125zm0-166h-42v-42h42v42z'/%3E%3C/svg%3E") !important;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='s-ion-icon'%3E%3Cpath d='M256 48C141.2 48 48 141.2 48 256s93.2 208 208 208 208-93.2 208-208S370.8 48 256 48zm21 312h-42V235h42v125zm0-166h-42v-42h42v42z'/%3E%3C/svg%3E") !important;
  background-color: var(--ion-color-primary) !important;
}
.slide-content warn::before,
.talking-notes-wrapper warn::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='s-ion-icon'%3E%3Cpath d='M32 464h448L256 48 32 464zm248-64h-48v-48h48v48zm0-80h-48v-96h48v96z'/%3E%3C/svg%3E") !important;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='s-ion-icon'%3E%3Cpath d='M32 464h448L256 48 32 464zm248-64h-48v-48h48v48zm0-80h-48v-96h48v96z'/%3E%3C/svg%3E") !important;
  background-color: var(--ion-color-warning) !important;
}
.slide-content action::before,
.talking-notes-wrapper action::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='s-ion-icon'%3E%3Cpath style='fill:%235ea54d;' d='M256 48C141.2 48 48 141.2 48 256s93.2 208 208 208 208-93.2 208-208S370.8 48 256 48zm-41.6 301.6V162.4L339.2 256l-124.8 93.6z'%3E%3C/path%3E%3C/svg%3E") !important;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='s-ion-icon'%3E%3Cpath style='fill:%235ea54d;' d='M256 48C141.2 48 48 141.2 48 256s93.2 208 208 208 208-93.2 208-208S370.8 48 256 48zm-41.6 301.6V162.4L339.2 256l-124.8 93.6z'%3E%3C/path%3E%3C/svg%3E") !important;
  background-color: var(--ion-color-success) !important;
}

/*
    @author: Kevin Jacob S.
    @desc: Red banner for modal being shared information mixin
*/
/*
Common Item Heading for the modals Product spec and Choose and use
*/
ion-button {
  text-transform: initial;
  --padding-bottom: 0.375rem;
  --padding-top: 0.375rem;
  --padding-start: 1.25rem;
  --padding-end: 1.25rem;
  --border-radius: 3px;
  --box-shadow: 1px 1px 1px
      rgba(var(--cc-shadow-color-rgb), var(--cc-shadow-opacity));
  font-size: 0.8125rem;
  font-weight: 500;
}
ion-button.button-small {
  --padding-bottom: 0.375rem;
  --padding-top: 0.375rem;
  --padding-start: 1rem;
  --padding-end: 1rem;
  font-size: 0.75rem;
  font-weight: 400;
}
ion-button:last-of-type {
  margin-right: 0;
}

.cc-button-wrapper {
  width: 100%;
  padding: 1.25rem 0.75rem 1.75rem;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cc-button-wrapper ion-button,
  .cc-button-wrapper .cc-button {
    flex: 1;
  }
}
.cc-button-wrapper ion-button,
.cc-button-wrapper .cc-button {
  min-width: 0;
}
.cc-button-wrapper ion-button:only-of-type,
.cc-button-wrapper .cc-button:only-of-type {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 431px) {
  .cc-button-wrapper ion-button,
  .cc-button-wrapper .cc-button {
    min-width: 140px;
  }
}
@media (min-width: 769px) {
  .cc-button-wrapper ion-button,
  .cc-button-wrapper .cc-button {
    min-width: 175px;
  }
}
@media (min-width: 1024px) {
  .cc-button-wrapper ion-button,
  .cc-button-wrapper .cc-button {
    min-width: 200px;
  }
}

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

.cc-button {
  color: var(--ion-color-primary-contrast);
  background-color: var(--ion-color-primary);
  text-transform: initial;
  padding-bottom: 0.375rem;
  padding-top: 0.375rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-radius: 3px;
  box-shadow: 1px 1px 3px 0 rgba(var(--cc-shadow-color-rgb), var(--cc-shadow-opacity));
  font-size: 0.8125rem;
  font-weight: 500;
  font-family: var(--ion-font-family);
  letter-spacing: 0.06em;
  cursor: pointer;
  margin-right: 1rem;
  min-height: 38px;
}
.cc-button:last-of-type {
  margin-right: 0;
}
.cc-button:hover, .cc-button:active {
  background-color: var(--ion-color-primary-tint);
  outline: none;
  border: none;
}
.cc-button:focus {
  outline: 0;
}
.cc-button:disabled {
  opacity: 0.5;
}
.cc-button.cc-color-dark {
  background-color: var(--ion-color-dark);
}
.cc-button.cc-color-dark:hover, .cc-button.cc-color-dark:active {
  background-color: var(--ion-color-dark-tint);
}
.cc-button span {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex-flow: row nowrap;
}

:root {
  --ion-color-primary: #4096b8;
  --ion-color-primary-rgb: rgb(64, 150, 184);
  --ion-color-primary-contrast: #ffffff;
  --ion-color-primary-contrast-rgb: rgb(255, 255, 255);
  --ion-color-primary-shade: #37809e;
  --ion-color-primary-tint: #57a6c5;
  --ion-color-secondary: #006798;
  --ion-color-secondary-rgb: rgb(0, 103, 152);
  --ion-color-secondary-contrast: #ffffff;
  --ion-color-secondary-contrast-rgb: rgb(255, 255, 255);
  --ion-color-secondary-shade: #004f74;
  --ion-color-secondary-tint: #007fbc;
  --ion-color-tertiary: #f2eedc;
  --ion-color-tertiary-rgb: rgb(242, 238, 220);
  --ion-color-tertiary-contrast: #50545d;
  --ion-color-tertiary-contrast-rgb: rgb(80, 84, 93);
  --ion-color-tertiary-shade: #e8e1c2;
  --ion-color-tertiary-tint: #fcfbf6;
  --ion-color-success: #5ea54d;
  --ion-color-success-rgb: rgb(94, 165, 77);
  --ion-color-success-contrast: #ffffff;
  --ion-color-success-contrast-rgb: rgb(255, 255, 255);
  --ion-color-success-shade: #508d42;
  --ion-color-success-tint: #71b561;
  --ion-color-warning: #f58220;
  --ion-color-warning-rgb: rgb(245, 130, 32);
  --ion-color-warning-contrast: #ffffff;
  --ion-color-warning-contrast-rgb: rgb(255, 255, 255);
  --ion-color-warning-shade: #e7700a;
  --ion-color-warning-tint: #f79542;
  --ion-color-danger: #c23533;
  --ion-color-danger-rgb: rgb(194, 53, 51);
  --ion-color-danger-contrast: #ffffff;
  --ion-color-danger-contrast-rgb: rgb(255, 255, 255);
  --ion-color-danger-shade: #a62d2c;
  --ion-color-danger-tint: #cf4b49;
  --ion-color-dark: #50545d;
  --ion-color-dark-rgb: rgb(80, 84, 93);
  --ion-color-dark-contrast: #ffffff;
  --ion-color-dark-contrast-rgb: rgb(255, 255, 255);
  --ion-color-dark-shade: #3f434a;
  --ion-color-dark-tint: #616570;
  --ion-color-medium: #878787;
  --ion-color-medium-rgb: 135, 135, 135;
  --ion-color-medium-contrast: #ffffff;
  --ion-color-medium-contrast-rgb: rgb(255, 255, 255);
  --ion-color-medium-shade: #777777;
  --ion-color-medium-tint: #939393;
  --ion-color-light: #aab2b2;
  --ion-color-light-rgb: rgb(170, 178, 178);
  --ion-color-light-contrast: #ffffff;
  --ion-color-light-contrast-rgb: rgb(80, 84, 93);
  --ion-color-light-shade: #97a1a1;
  --ion-color-light-tint: #bdc3c3;
  --ion-color-lightest: #edf1f4;
  --ion-color-lightest-rgb: rgb(237, 241, 244);
  --ion-color-lightest-contrast: #50545d;
  --ion-color-lightest-contrast-rgb: rgb(237, 241, 244);
  --ion-color-lightest-shade: #d7e0e6;
  --ion-color-lightest-tint: white;
  --ion-color-ghost: #a0a9b1;
  --ion-color-ghost-rgb: rgb(160, 169, 177);
  --ion-color-ghost-contrast: #ffffff;
  --ion-color-ghost-contrast-rgb: rgb(255, 255, 255);
  --ion-color-ghost-shade: #8c97a1;
  --ion-color-ghost-tint: #b4bbc1;
  --ion-color-deep: #013247;
  --ion-color-deep-rgb: rgb(1, 50, 71);
  --ion-color-deep-contrast: #ffffff;
  --ion-color-deep-contrast-rgb: rgb(255, 255, 255);
  --ion-color-deep-shade: #011924;
  --ion-color-deep-tint: #014b6a;
  --ion-color-border-gray: #d1d7db;
  --ion-color-cpo-bg: #f2eedc;
  --ion-color-step-50: #f2f2f2;
  --ion-color-step-100: #e6e6e6;
  --ion-color-step-150: #d9d9d9;
  --ion-color-step-200: #cccccc;
  --ion-color-step-250: #bfbfbf;
  --ion-color-step-300: #b3b3b3;
  --ion-color-step-350: #a6a6a6;
  --ion-color-step-400: #999999;
  --ion-color-step-450: #8c8c8c;
  --ion-color-step-500: #808080;
  --ion-color-step-550: #978383;
  --ion-color-step-600: #666666;
  --ion-color-step-650: #595959;
  --ion-color-step-700: #4d4d4d;
  --ion-color-step-750: #404040;
  --ion-color-step-800: #333333;
  --ion-color-step-850: #262626;
  --ion-color-step-900: #191919;
  --ion-color-step-950: #0d0d0d;
  --ion-color-blue-300: #1da9fa;
  --ion-color-blue-600: #c7e6fc;
  --ion-color-light-blue: #008bbf;
  --ion-color-lighter-blue: #7adfff;
  --ion-color-lightest-blue: #c4f0f7;
  --ion-text-color: var(--ion-color-dark);
  --cc-color-active: --ion-color-secondary;
  --cc-color-segment-active: --cc-color-active;
  --cc-demo-slide-footer: #f7f7f7;
  --cc-demo-slide-footer-dark: #eeeeee;
  --cc-demo-hints-highlight: #dfe5e9;
  --cc-shadow-color-rgb: 50, 50, 50;
  --cc-shadow-opacity: 0.2;
  --cc-popover-background: white;
  --cc-refresher-color: #02628f;
  --ion-color-order-health-green: #75b260;
  --ion-color-order-health-orange: #f38120;
  --ion-color-order-health-red: #d41f33;
  --ion-color-abandoned: #f8aeae;
  --ion-practice-demo-warn-color: #FF5F1F ;
  --ion-practice-demo-warn-contrast: #ffffff;
  --ion-delegation-warn-color: #39FF14;
  --ion-delegation-warn-contrast: #111;
  --ion-offline-banner-color: #A80000;
  --ion-todays-demo-border-color: #d1d6db;
  --ion-bundle-expiring-color: #A80000;
  --ion-comparison-item-icon: #eeeeee;
  --ion-upgrade-item-orange: #f48120;
  --ion-gift-card-list-item-bg: #f6f6f6;
  --ion-gift-card-list-item-amount: #f48120;
  --ion-gift-card-list-item-verified: #30a64a;
}

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

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

.cc-tooltip {
  position: absolute;
  text-align: center;
  z-index: 99999;
  opacity: 0;
}
.cc-tooltip:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 5px;
}
.cc-tooltip.black {
  --tooltip-color: #fff;
  --tooltip-background: #000;
  background: var(--tooltip-background);
  color: var(--tooltip-color);
  border-radius: 4px;
}
.cc-tooltip.white {
  --tooltip-background: #fff;
  background: var(--tooltip-background);
  --tooltip-color: #000;
  color: var(--tooltip-color);
  box-shadow: 1px 1px 4px var(--tooltip-color);
}
.cc-tooltip.small {
  max-width: 100px;
  font-size: 10px;
  padding: 0.375rem;
}
.cc-tooltip.medium {
  max-width: 150px;
  font-size: 14px;
  padding: 0.75rem;
}
.cc-tooltip.cc-tooltip-top:after {
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-color: var(--tooltip-background) transparent transparent transparent;
}
.cc-tooltip.cc-tooltip-bottom:after {
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-color: transparent transparent var(--tooltip-background) transparent;
}
.cc-tooltip.cc-tooltip-left:after {
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-color: transparent transparent transparent var(--tooltip-background);
}
.cc-tooltip.cc-tooltip-right:after {
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-color: transparent var(--tooltip-background) transparent transparent;
}
.cc-tooltip.cc-tooltip-show {
  opacity: 1;
}

.ng-select {
  height: 2.25rem;
}

.ng-select .ng-select-container {
  border: 0px;
  min-height: 2.25rem;
}

.ng-dropdown-panel.ng-select-bottom {
  margin-top: 0;
}

.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  border: 0px;
  border-color: transparent;
  box-shadow: none;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option.ng-option-marked {
  background-color: var(--ion-color-lightest);
  color: var(--ion-color-primary);
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected {
  color: var(--ion-color-primary-contrast);
  background-color: var(--ion-color-primary);
}

.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 50%;
  transform: translateY(-50%);
}

.ng-select .ng-select-container .ng-value-container .ng-input > input {
  padding: 0;
}
