/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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 ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700;800;900&display=swap);
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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 ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/** Ionic CSS Variables **/
:root {
  --ion-color-primary: #3880ff;
  --ion-color-primary-rgb: 56,128,255;
  --ion-color-primary-contrast: #ffffff;
  --ion-color-primary-contrast-rgb: 255,255,255;
  --ion-color-primary-shade: #3171e0;
  --ion-color-primary-tint: #4c8dff;
  --ion-color-secondary: #5260ff;
  --ion-color-secondary-rgb: 82,96,255;
  --ion-color-secondary-contrast: #ffffff;
  --ion-color-secondary-contrast-rgb: 255,255,255;
  --ion-color-secondary-shade: #4854e0;
  --ion-color-secondary-tint: #6370ff;
  --ion-color-lightalways:#f6faff;
  --ion-color-tertiary: #5260ff;
  --ion-color-tertiary-rgb: 82,96,255;
  --ion-color-tertiary-contrast: #ffffff;
  --ion-color-tertiary-contrast-rgb: 255,255,255;
  --ion-color-tertiary-shade: #4854e0;
  --ion-color-tertiary-tint: #6370ff;
  --ion-color-success: #2dd36f;
  --ion-color-success-rgb: 45,211,111;
  --ion-color-success-contrast: #ffffff;
  --ion-color-success-contrast-rgb: 255,255,255;
  --ion-color-success-shade: #28ba62;
  --ion-color-success-tint: #42d77d;
  --ion-color-warning: #ffc409;
  --ion-color-warning-rgb: 255,196,9;
  --ion-color-warning-contrast: #000000;
  --ion-color-warning-contrast-rgb: 0,0,0;
  --ion-color-warning-shade: #e0ac08;
  --ion-color-warning-tint: #ffca22;
  --ion-color-danger: #eb445a;
  --ion-color-danger-rgb: 235,68,90;
  --ion-color-danger-contrast: #ffffff;
  --ion-color-danger-contrast-rgb: 255,255,255;
  --ion-color-danger-shade: #cf3c4f;
  --ion-color-danger-tint: #ed576b;
  --ion-color-dark: #222428;
  --ion-color-dark-rgb: 34,36,40;
  --ion-color-dark-contrast: #ffffff;
  --ion-color-dark-contrast-rgb: 255,255,255;
  --ion-color-dark-shade: #1e2023;
  --ion-color-dark-tint: #4c4c4c;
  --ion-color-medium: #727795;
  --ion-color-medium-rgb: 146,148,156;
  --ion-color-medium-contrast: #ffffff;
  --ion-color-medium-contrast-rgb: 255,255,255;
  --ion-color-medium-shade: rgb(88, 97, 118);
  --ion-color-medium-tint: rgb(128, 136, 173);
  --ion-color-light: #f3f8fd;
  --ion-color-light-rgb: 244,245,248;
  --ion-color-light-contrast: #000000;
  --ion-color-light-contrast-rgb: 0,0,0;
  --ion-color-light-shade: #d0d6e3;
  --ion-color-light-tint: #fafbff;
  --ion-color-orange:#ff7f27;
  --themebg:#4169e1;
  --themebg-tint:#4e7aff;
  --ion-color-theme:#4169e1;
  --ion-color-content:#e6ecf0;
  --ion-color-thinlight:#fcfcfc ;
  --ion-color-white:#fff;
  --ion-color-white-deep:#fff;
  --ion-color-lightbg: #f7fbff ;
  --ion-color-lightdeep:#v;
  --slides: 9;
  --slide-duration: 2000ms;
  --dark: #343a40;
  --font-color: #696687;
}

/*
* Dark Colors
* -------------------------------------------
*/
/*
        body.dark {
         --ion-color-primary: #3880ff;
        --ion-color-primary-rgb: 56,128,255;
        --ion-color-primary-contrast: #ffffff;
        --ion-color-primary-contrast-rgb: 255,255,255;
        --ion-color-primary-shade: #3171e0;
        --ion-color-primary-tint: #4c8dff;

        --ion-color-secondary: #5260ff;
        --ion-color-secondary-rgb: 82,96,255;
        --ion-color-secondary-contrast: #ffffff;
        --ion-color-secondary-contrast-rgb: 255,255,255;
        --ion-color-secondary-shade: #4854e0;
        --ion-color-secondary-tint: #6370ff;



          --ion-color-tertiary: #5260ff;
          --ion-color-tertiary-rgb: 82,96,255;
          --ion-color-tertiary-contrast: #ffffff;
          --ion-color-tertiary-contrast-rgb: 255,255,255;
          --ion-color-tertiary-shade: #4854e0;
          --ion-color-tertiary-tint: #6370ff;

          --ion-color-success: #2dd36f;
          --ion-color-success-rgb: 45,211,111;
          --ion-color-success-contrast: #ffffff;
          --ion-color-success-contrast-rgb: 255,255,255;
          --ion-color-success-shade: #28ba62;
          --ion-color-success-tint: #42d77d;

          --ion-color-warning: #ffc409;
          --ion-color-warning-rgb: 255,196,9;
          --ion-color-warning-contrast: #000000;
          --ion-color-warning-contrast-rgb: 0,0,0;
          --ion-color-warning-shade: #e0ac08;
          --ion-color-warning-tint: #ffca22;

          --ion-color-danger: #eb445a;
          --ion-color-danger-rgb: 235,68,90;
          --ion-color-danger-contrast: #ffffff;
          --ion-color-danger-contrast-rgb: 255,255,255;
          --ion-color-danger-shade: #cf3c4f;
          --ion-color-danger-tint: #ed576b;



          --ion-color-dark: #f6faff;
          --ion-color-dark-rgb: 244,245,248;
          --ion-color-dark-contrast: #000000;
          --ion-color-dark-contrast-rgb: 0,0,0;
          --ion-color-dark-shade: #dce4ef;
          --ion-color-dark-tint: #f9fcff;

          --ion-color-lightalways:#f6faff;

          --ion-color-medium: #babed3;
          --ion-color-medium-rgb: 146,148,156;
          --ion-color-medium-contrast: #ffffff;
          --ion-color-medium-contrast-rgb: 255,255,255;
          --ion-color-medium-shade: #b5bccf;
          --ion-color-medium-tint: #9d9fa6;

          --ion-color-light: #363941;
          --ion-color-light-rgb: 244,245,248;
          --ion-color-light-contrast: #7d7c7c;
          --ion-color-light-contrast-rgb: 0,0,0;
          --ion-color-light-shade: rgb(45, 49, 55);
          --ion-color-light-tint: #373c44;

          // custom colors
          --ion-color-orange:#ff7f27;

          --themebg:#222428;//linear-gradient(to top, #265a9e, #3c72b9);
          --ion-color-theme:#222428;
          --ion-color-content:#e6ecf0;//rgb(230, 236, 240);
          --ion-color-thinlight:#fcfcfc ;
          // --full-highlight-height:3px;

          --ion-color-white:#222428;
          --ion-color-white-deep:#000;

          --ion-color-white:#222428 ;
          --ion-color-white-rgb: 56, 128, 255;
          --ion-color-white-contrast: #ffffff;
          --ion-color-white-contrast-rgb: 255, 255, 255;
          --ion-color-white-shade: #222428;
          --ion-color-white-tint:#222428 ;


          --slides: 9;
          --slide-duration: 2000ms;
          --dark: var(--ion-color-white)
          --font-color: var(--ion-color-white) 


        }
*/
/*
* iOS Dark Theme
* -------------------------------------------
*/
.ios body {
  --ion-background-color: #000000;
  --ion-background-color-rgb: 0, 0, 0;
  --ion-text-color: #ffffff;
  --ion-text-color-rgb: 255, 255, 255;
  --ion-color-step-50: #0d0d0d;
  --ion-color-step-100: #1a1a1a;
  --ion-color-step-150: #262626;
  --ion-color-step-200: #333333;
  --ion-color-step-250: #404040;
  --ion-color-step-300: #4d4d4d;
  --ion-color-step-350: #595959;
  --ion-color-step-400: #666666;
  --ion-color-step-450: #737373;
  --ion-color-step-500: #808080;
  --ion-color-step-550: #8c8c8c;
  --ion-color-step-600: #999999;
  --ion-color-step-650: #a6a6a6;
  --ion-color-step-700: #b3b3b3;
  --ion-color-step-750: #bfbfbf;
  --ion-color-step-800: #cccccc;
  --ion-color-step-850: #d9d9d9;
  --ion-color-step-900: #e6e6e6;
  --ion-color-step-950: #f2f2f2;
  --ion-item-background: #000000;
  --ion-card-background: #1c1c1d;
}

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

/*
* Material Design Dark Theme
* -------------------------------------------
*/
/*  .md body {
  --ion-background-color: #121212;
  --ion-background-color-rgb: 18, 18, 18;

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

  --ion-border-color: #222222;

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

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

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

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

  --ion-card-background: #1e1e1e;
  } */
/*!**********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[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;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** 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%;
  text-size-adjust: 100%;
}

html:not(.hydrated) body {
  display: none;
}

html.ion-ce body {
  display: block;
}

html.plt-pwa {
  height: 100vh;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  /**
   * Because body has position: fixed,
   * it should be promoted to its own
   * layer.
   *
   * WebKit does not always promote
   * the body to its own layer on page
   * load in Ionic apps. Once scrolling on
   * ion-content starts, WebKit will promote
   * body. Unfortunately, this causes a re-paint
   * which results in scrolling being halted
   * until the next user gesture.
   *
   * This impacts the Custom Elements build.
   * The lazy loaded build causes the browser to
   * re-paint during hydration which causes WebKit
   * to promote body to its own layer.
   * In the CE Build, this hydration does not
   * happen, so the additional re-paint does not occur.
   */
  transform: translateZ(0);
  text-rendering: optimizeLegibility;
  overflow: hidden;
  touch-action: manipulation;
  -webkit-user-drag: none;
  -ms-content-zooming: none;
  word-wrap: break-word;
  overscroll-behavior-y: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/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 (1) ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
 * 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
 */
:root {
  --ion-font-family: "Maven Pro", sans-serif;
}

:root[mode=md] {
  --ion-font-family: "Maven Pro", sans-serif;
}

:root[mode=ios] {
  --ion-font-family: "Maven Pro", sans-serif;
}

* {
  --ion-font-family: "Maven Pro", sans-serif;
  font-family: "Maven Pro", sans-serif;
}

/* Core CSS required for Ionic components to work properly */
/* Basic CSS for apps built with Ionic */
/**
 * 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%;
}


/* Optional CSS utils that can be commented out */
app-updatesidemenu {
  width: 100%;
  height: 100%;
}

ion-menu {
  --max-width: 318px;
  max-width: 318px;
}

@media only screen and (min-width: 1200px) and (min-width: 1200px) {
  .inventory_app body {
    background: #f5f8f9;
    background-image: linear-gradient(to bottom, #ffffff, #f7f2ff);
  }
  .inventory_app ion-nav,
  .inventory_app ion-tab,
  .inventory_app ion-tabs {
    width: 100%;
    left: 0;
    top: 0;
  }
  .inventory_app .lghidden {
    display: none;
  }
  .inventory_app .split-pane-md.split-pane-visible > .split-pane-side {
    min-width: 291px;
    background: #f5f8f9;
  }
}
@media only screen and (min-width: 1200px) {
  .inventory_app .showonsm {
    display: none;
  }
  .inventory_app .showonlg {
    display: block;
  }
}
.inventory_app .paymentchecker {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.924);
}
.inventory_app .paymentchecker h3 {
  position: absolute;
  bottom: 34px;
  text-align: center;
  font-weight: normal;
  color: #555;
  width: 100%;
  font-size: 17px;
}
.inventory_app .paymentchecker ion-spinner {
  stroke: #aaa;
  fill: #aaa;
  position: fixed;
  z-index: 999;
  height: 3em;
  width: 3em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}
.inventory_app .paymentchecker ion-progress-bar {
  max-width: 300px;
  margin: 7px auto;
  min-height: 7px;
  border-radius: 20px;
}
.inventory_app .paymentchecker .locker {
  position: relative;
  z-index: 99999;
  overflow: show;
  margin: auto;
  text-align: center;
  margin-top: 20vh;
  width: 100%;
  max-width: 340px;
  background: var(--ion-color-white);
  padding: 37px 4px;
  border-radius: 7px;
}
.inventory_app .paymentchecker .locker h3 {
  font-weight: normal;
  margin: 0px;
  text-transform: capitalize;
  display: block;
  width: 100%;
  position: relative;
  margin: 0px;
  bottom: 0px;
  font-size: 12px;
  color: var(--ion-color-medium);
}
.inventory_app .paymentchecker .locker p {
  font-size: 20px;
  padding: 0px;
  margin: 0px;
  color: #777;
  font-weight: bold;
  display: block;
  width: 100%;
  margin: 0px;
  position: relative;
}
.inventory_app .paymentchecker .locker ion-icon {
  color: var(--ion-color-light-shade);
  font-size: 59px;
  position: relative;
  margin: 0px 0px 20px;
  padding: 16px;
  border-radius: 50%;
  border: 3px solid #f3f3f7;
}
.inventory_app .paymentchecker .locker ion-input {
  padding: 0px 7px;
  font-size: 22px;
  border: 2px solid #f3f3f7;
}
.inventory_app .paymentchecker .locker ion-item {
  --padding-start: 0px;
  --padding-end: 0px;
}
.inventory_app .paymentchecker .locker ion-button {
  margin: 16px auto;
  width: 100%;
}
.inventory_app .paymentchecker .locker .logintext {
  padding: 7px;
  cursor: pointer;
}
@media (max-width: 380px) {
  .inventory_app .paymentchecker .locker {
    max-width: 90%;
  }
}

.bottombanner {
  position: absolute;
  height: 251px;
  width: 100%;
  background: #444;
  z-index: -1;
  top: 0px;
}

.datatable-header {
  background: rgb(164, 192, 214);
  padding: 1em 0 0 0.6em;
}

.datatable-header-cell {
  color: var(--ion-color-dark);
  font-weight: normal;
  font-size: 13px;
}

.datatable-body-row {
  padding: 0;
}

.datatable-body {
  display: flex !important;
}

.datatable-row-even {
  background: var(--ion-color-light);
  border-radius: 10px;
}

.datatable-row-odd {
  background: var(--ion-color-white);
}

.datatable-body-cell {
  font-size: 1em;
  padding: 1em;
}
.datatable-body-cell:hover {
  background: #ffdc9d;
  color: var(--ion-color-dark);
  cursor: pointer;
  font-weight: bold;
}

.datatable-footer {
  background: var(--ion-color-light);
  padding: 0 1em 0 1em;
  font-size: 13px;
}
.datatable-footer .pager li {
  padding: 0 1em;
  font-size: 13px;
}
.datatable-footer .pager li a {
  color: rgb(68, 68, 68);
  text-decoration: none;
}

.datatable-icon-done-all:before {
  content: ">>";
}

.datatable-icon-left:before {
  content: "<";
}

.datatable-icon-right:before {
  content: ">";
}

.datatable-icon-skip:before {
  content: ">>";
}

.datatable-icon-prev:before {
  content: "<<";
}

.tablecard {
  width: 100%;
  margin: 0px;
  padding: 10px 5px;
  min-height: 200px;
  box-shadow: none;
  overflow: visible;
}
.tablecard .datatable-header {
  display: block;
  background: var(--ion-color-white);
  box-shadow: none;
  z-index: 99;
  margin: 0px 0px 0px 0px;
  position: sticky;
  top: -24px;
  width: 100%;
  border-bottom: 0px solid var(--ion-color-light-shade);
}
.tablecard .ngx-datatable {
  overflow: visible;
  width: 100%;
}
.tablecard .ngx-datatable .visible {
  overflow: visible;
}
.tablecard .datatable-body-cell {
  font-size: 13px;
  padding: 1em;
}
.tablecard .datatable-body-cell:last-child {
  font-weight: bold;
}
.tablecard .datatable-body-cell:first-child {
  font-weight: bold;
}
.tablecard .datatable-header-cell {
  font-size: 13px;
  font-weight: bold;
  text-transform: capitalize;
}
.tablecard .datatable-body-cell {
  color: var(--ion-color-dark) !important;
  font-size: 13px !important;
}

table {
  width: 100%;
  text-align: left;
  float: left;
}
table h3, table caption {
  font-size: 21px;
  font-weight: bold;
  width: 100%;
}
table th {
  text-align: left;
  font-size: 13px;
  padding: 13px 2px;
}
table td {
  text-align: left;
  font-size: 13px;
  padding: 13px 2px;
  text-transform: capitalize;
  color: var(--ion-color-dark-shade);
  font-weight: bold;
}
table thead tr {
  width: 100%;
  border-bottom: 0px solid #ddd;
}
table tbody tr {
  border-bottom: 0px solid #ddd;
}
table tbody tr:nth-child(2n) {
  background-color: var(--ion-color-light);
}
table tbody :last-child {
  border-bottom: none;
}
table tbody td {
  padding: 10px 8px 9px 8px;
}

@media only screen and (min-width: 760px) {
  .tablecard th, .table-card th {
    text-align: left;
    font-size: 13px;
    padding: 13px 2px;
  }
  .tablecard td, .table-card td {
    text-transform: capitalize;
    font-size: 13px;
    padding: 10px 6px 9px 6px;
  }
}

.clustered .datatable-header-cell {
  font-size: 13px;
}

@media (orientation: portrait) {
  .datatable-header-cell {
    font-size: 12px;
    font-weight: normal;
  }
}
ion-app, ion-split-pane {
  overflow: visible;
}

ion-back-button {
  --color: var(--ion-color-lightalways);
  --icon-font-size: 32px;
  --icon-font-weight: normal;
  --icon-margin-bottom: 0px;
  --icon-margin-end: 0px;
  --icon-margin-start: 0px;
  --icon-margin-top: 0px;
  --icon-padding-bottom: 0px;
  --icon-padding-end: 0px;
  --icon-padding-start: 0px;
  --icon-padding-top: 0px;
  --margin-bottom: 0px;
  --margin-end: 0px;
  --margin-start: 0px;
  --margin-top: 0px;
  --padding-bottom: 0px;
  --padding-end: 0px;
  --padding-start: 0px;
  --padding-top: 0px;
  margin: 0px;
  display: block;
}

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

@media (orientation: portrait) {
  ion-app {
    background: var(--ion-color-white);
  }
}
ion-content {
  animation-name: fadeIn;
  animation-duration: 0s;
  animation-iteration-count: 1;
  background: var(--ion-color-white);
  --background: var(--ion-color-white) ;
}
ion-content * {
  zoom: 99.7%;
}

ion-header {
  box-shadow: none !important;
}
ion-header * {
  zoom: 99.7%;
}
ion-header ion-toolbar {
  background: var(--themebg);
  --background: var(--themebg);
  --border-color: none;
  --border-style: solid;
  --border-width: 0px;
  min-height: 44px;
  --padding-bottom: 0px;
  --padding-end: 6px;
  --padding-start: 0px;
  --padding-top: 0px;
  margin: -1px 0px;
  box-shadow: none !important;
}
ion-header ion-toolbar ion-title {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: bold;
  padding: 0px;
  color: var(--ion-color-lightalways);
  margin: 7px 0px;
}
ion-header ion-toolbar ion-title p {
  font-size: 10px;
  line-height: 1;
  color: var(--ion-color-lightalways);
  margin: 0px 0px;
  padding: 0px;
}
ion-header ion-toolbar ion-button {
  text-transform: capitalize;
  --padding-start: 10px;
  --padding-end: 0px;
  --color:var(--ion-color-lightalways) !important ;
}
ion-header ion-toolbar ion-button span {
  margin-left: 7px;
}
ion-header ion-toolbar ion-button ion-icon {
  font-size: 27px;
  --color: var(--ion-color-lightalways) !important ;
}

ion-grid {
  width: 100%;
}

ion-spinner {
  stroke: var(--ion-color-medium-tint);
  fill: var(--ion-color-medium-tint);
  position: absolute;
  z-index: 999;
  height: 2.5em;
  width: 2.5em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

ion-checkbox {
  width: 27px;
  height: 27px;
}

ion-segment {
  overflow: hidden;
  width: 100%;
  padding: 0px;
  --background: var(--ion-color-white);
}

ion-item-group {
  padding: 0px 0px;
}

ion-item-divider {
  --inner-padding-bottom: 0px;
  --inner-padding-end: 4px;
  --inner-padding-start: 13px;
  --inner-padding-top: 10px;
  --padding-bottom: 0px;
  --padding-end: 0px;
  --padding-start: 0px;
  width: 100%;
  margin: 0px 0px;
  color: var(--ion-color-medium-shade);
  border: none;
  font-size: 16px;
  font-weight: 400;
  font-weight: bold;
  background: transparent;
}

ion-footer {
  background: var(--ion-color-white);
  text-align: left;
}
ion-footer:before, ion-footer:after {
  display: none;
}
ion-footer .allcountslbl {
  background: var(--ion-color-white);
  position: relative;
  left: 0px;
  border-radius: 0px;
  float: left;
}
ion-footer .entriesbadge {
  padding-left: 13px;
}
ion-footer ion-item {
  --inner-border-width: 0px;
  --inner-padding-end: 0px;
  --inner-padding-start: 0px;
  --padding-start: 0px;
  --background: var(--ion-color-white);
}
ion-footer {
  overflow: visible;
}
ion-footer ion-badge {
  background: transparent;
  color: var(--ion-color-dark);
  font-size: 13px;
  font-weight: normal;
}
ion-footer ion-badge i {
  font-size: 19px;
  font-weight: bold;
  float: left;
  text-align: center;
  width: 100%;
  margin-top: 0px;
}
ion-footer input {
  min-width: 60px;
  max-width: 124px;
  border: 1px solid #bbb;
  float: left;
  box-shadow: none;
  padding: 4px 0px 3px 7px;
  font-size: 13px;
  font-weight: bold;
  color: var(--ion-color-dark);
  text-align: left;
}
ion-footer ion-toolbar {
  min-height: 40px;
  --padding-start: 0px;
  --padding-bottom: 0px;
  --padding-top: 0px;
  --padding-end: 0px;
  --min-height: 40px;
  zoom: 0.9;
  --background: transparent;
}
ion-footer ion-toolbar ion-col {
  padding: 0px;
}
@media (max-width: 380px) {
  ion-footer ion-badge {
    font-size: 13px;
  }
  ion-footer i,
  ion-footer input {
    font-size: 13px;
  }
  ion-footer .savebtn {
    margin: 0px 0px;
    --padding-start: 2px ;
    --padding-end: 3px ;
    font-size: 13px;
    min-height: 43px;
  }
}

ion-refresher {
  position: absolute;
  z-index: 9999999;
}
ion-refresher {
  overflow: visible;
}
ion-refresher .refresher-refreshing-text {
  font-size: 13px;
}
ion-refresher ion-spinner {
  position: relative;
}

ion-datetime {
  zoom: 0.8;
}

ion-popover::part(content) {
  min-width: 221px;
  max-width: 270px;
  max-height: 384px;
  zoom: 0.8;
}

ion-infinite-scroll ion-spinner {
  position: relative;
}

.customborders,
.borders {
  overflow: hidden;
  --background: var(--ion-color-white);
  background: var(--ion-color-white);
  border-radius: 7px;
  box-shadow: none;
}

.onmodes {
  font-size: 10px;
  line-height: 1;
  margin: 0px;
  text-shadow: none;
  text-decoration: none;
}

.onlinemode span {
  width: 7px;
  height: 7px;
  background: #6fdf7b;
  position: absolute;
  border-radius: 50%;
  margin-left: 6px;
}

.offlinemode {
  color: #eee;
}

.spinner-center {
  stroke: var(--ion-color-medium-tint);
  fill: var(--ion-color-medium-tint);
}

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

.exessentry ion-badge b {
  color: var(--ion-color-success-shade);
  font-weight: bold;
}

.imagestockitem ion-avatar {
  font-size: 27px;
  text-align: center;
  background: var(--ion-color-primary);
  padding: 7px 0px;
  border-radius: 50%;
  color: var(--ion-color-white);
  width: 43px;
  height: 43px;
  overflow: hidden;
  margin: 0px 7px 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-origin: border-box;
}
.imagestockitem ion-avatar img {
  border-radius: 0px;
}

.stockout {
  border: 1px solid #ffc0ad;
  background: #ffc0ad !important;
}
.stockout .indicator {
  background: #ffc0ad !important;
}

.stocklow {
  border: 1px solid #efdda0 !important;
  background-color: #efdda0 !important;
}
.stocklow .indicator {
  background: #efdda0 !important;
}

.baditem ion-badge {
  padding-left: 0px;
}

.cash {
  color: var(--ion-color-secondary-shade);
  float: none;
}

.credit {
  color: var(--ion-color-medium);
}

.credit,
.cash {
  font-size: 13px;
}

.uncategorized {
  --background: var(--ion-color-warning) !important ;
  background: var(--ion-color-warning) !important;
  border: 1px solid orange !important;
}
.uncategorized h3 {
  color: black !important;
}
.uncategorized p {
  color: var(--ion-color-light) !important;
}

.pointer {
  cursor: pointer;
}

.datedivider ion-label {
  text-align: left;
  padding: 0px;
  margin: 0px;
}

.partialcontent {
  padding: 0px;
}
.partialcontent .headcard {
  padding: 0px 13px 0px;
}
.partialcontent .headcard h3 {
  font-weight: normal;
  padding: 27px 0px 7px;
  margin: 0px;
  text-align: center;
  font-size: 13px;
  color: var(--ion-color-dark);
}
.partialcontent .headcard h3 p {
  font-size: 20px;
  color: var(--ion-color-dark);
  padding: 0px 0px 0px;
  margin: 0px;
  font-weight: bold;
  line-height: 1;
}
.partialcontent .headcard ion-item {
  margin: 0px;
  padding: 0px;
  min-height: auto;
  width: 100%;
  --background: transparent;
  --border-width: 0px;
  --inner-border-width: 0px;
  --inner-box-shadow: none;
  --inner-padding-bottom: 4px;
  --inner-padding-end: 0px;
  --inner-padding-start: 0px;
  --inner-padding-top: 4px;
  --min-height: 24px;
  --padding-bottom: 4px;
  --padding-end: 0px;
  --padding-start: 0px;
  --padding-top: 4px;
}
.partialcontent ion-card {
  margin: 0px;
  padding: 0px;
  --background: transparent ;
  width: 100%;
  min-width: 100%;
  overflow: auto;
  background: transparent;
}
.partialcontent .inputform {
  box-shadow: none;
  min-height: 100%;
  --background: transparent ;
}
.partialcontent .partialitem {
  --background: var(--ion-color-white);
  background: var(--ion-color-white);
  border: 1px solid;
  border-color: #dddfe2 #dddfe2 #dddfe2;
  border-radius: 7px;
  --inner-border-width: 0;
  --background: var(--ion-color-white)fff;
  margin: 4px 6px;
}
.partialcontent .partialitem h2 {
  font-weight: bold;
}
.partialcontent .partialitem p {
  font-size: 13px;
  color: var(--ion-color-dark-tint);
}
.partialcontent .partialitem p span {
  padding: 0px 7px 0px 0px;
  text-align: left;
}
.partialcontent .partialitem .due {
  color: var(--ion-color-orange);
  font-weight: bold;
}
.partialcontent .partialitem .completed {
  color: var(--ion-color-success-shade);
}
.partialcontent .partialitem .dir-icon {
  color: var(--ion-color-medium-tint);
}
.partialcontent ion-list {
  background: transparent;
}

.moreactions {
  width: 100%;
  display: block;
  margin: 13px 0px;
  text-align: right;
}
.moreactions a {
  font-size: 13px;
  width: auto;
  text-align: right;
  margin: 3px 3px;
  padding: 6px 4px;
  color: var(--ion-color-primary-shade);
  text-transform: capitalize;
  border-radius: 7px;
  background: var(--ion-color-white);
  float: right;
  font-weight: 600;
  cursor: pointer;
}

.categoryitem {
  background: var(--ion-color-light);
  height: auto;
  --background: var(--ion-color-light);
  min-height: 60px;
  --padding-top: 7px;
  --padding-bottom: 7px;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  animation-name: fadeIn;
  animation-duration: 0s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  --inner-border-width: 0px;
  border-radius: 5px;
  --padding-end: 0px;
  --inner-padding-end: 0px;
  --padding-start: 8px;
}
.categoryitem ion-thumbnail, .categoryitem ion-avatar {
  width: 34px;
  height: 34px;
  background: transparent;
  margin-left: 0px;
}
.categoryitem ion-thumbnail ion-icon, .categoryitem ion-avatar ion-icon {
  font-size: 25px;
  margin: 3px auto;
  text-align: center;
  display: block;
}
.categoryitem ion-label h3 {
  font-weight: bold;
}

@keyframes shakeMe {
  2%, 18% {
    transform: translate3d(-7px, 0, 0);
  }
  4%, 16% {
    transform: translate3d(7px, 0, 0);
  }
  6%, 10%, 14% {
    transform: translate3d(-7px, 0, 0);
  }
  8%, 12% {
    transform: translate3d(7px, 0, 0);
  }
  18.1% {
    transform: translate3d(0px, 0, 0);
  }
}
.receiptlist {
  background: var(--ion-color-light);
  padding: 12px 0px 3px;
}

.ordertags {
  text-align: center;
  width: 100%;
  position: sticky;
  top: -7px;
  height: auto;
  padding: 20px 7px;
  z-index: 99;
  background: var(--ion-color-white);
  white-space: nowrap;
  overflow: auto;
}
.ordertags ion-chip {
  font-size: 13px;
}
.ordertags ion-chip ion-badge {
  font-size: 13px;
  margin: 0px 4px;
  color: var(--ion-color);
  background: transparent;
}

.order .ordercomment {
  background: lightgoldenrodyellow;
  font-size: 13px;
  padding: 7px 13px;
}
.order .suppliername {
  color: var(--ion-color-dark-shade);
}
.order .suppliername span {
  font-weight: 500;
}
.order ion-item:last-child {
  margin-bottom: 0px;
}
.order .orderstatus0 {
  color: var(--ion-color-warning-shade);
}
.order .orderstatus1 {
  color: var(--ion-color-primary-tint);
}
.order .orderstatus2 {
  color: var(--ion-color-primary);
}
.order .orderstatus3 {
  color: var(--ion-color-success);
}
.order .orderstatus4 {
  color: var(--ion-color-danger);
}
.order .orderstatus-1 {
  color: var(--ion-color-danger-shade);
}

.receipttoggle {
  --inner-border-width: 0px;
  --background: var(--ion-color-white) ;
  margin: 0px;
  overflow: hidden;
  width: 100%;
  --padding-start: 13px;
  --padding-end: 0px;
  --inner-padding-end: 0px;
  --padding-end: 16px;
  --inner-padding-start: 0px;
  --padding-top: 11px;
  --padding-bottom: 4px;
}
.receipttoggle ion-label {
  font-size: 13px !important;
  font-weight: bold !important;
  color: var(--ion-color-dark-tint) !important;
}
.receipttoggle ion-label i {
  font-size: 10px !important;
  width: 100% !important;
  display: block !important;
  font-weight: normal !important;
}

.pressed {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  animation-name: shakeMe;
  animation-duration: 7s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}

.relative {
  position: relative;
}

ion-skeleton-text {
  border-radius: 7px;
  background: var(--ion-color-light-shade);
}

.paymentsanalysis .paymentsgraph {
  min-height: 200px;
}
.paymentsanalysis ion-card ion-card-header {
  text-align: left;
  padding: 13px 0px;
}
.paymentsanalysis ion-card ion-card-header > ion-card-subtitle {
  font-size: 13px;
}
.paymentsanalysis ion-card ion-card-header ion-card-title {
  text-align: center;
  font-size: 13px;
  margin: 0px;
  text-transform: capitalize;
}
.paymentsanalysis ion-card ion-card-header ion-chip {
  margin: 13px auto;
  display: table;
  font-size: 13px;
}
.paymentsanalysis ion-card ion-card-header ion-chip ion-icon {
  font-size: 20px;
}
.paymentsanalysis ion-card ion-card-header .bigheading {
  text-align: center;
  font-size: 20px;
  color: var(--ion-color-medium);
  font-weight: bold;
  margin-top: 13px;
}
.paymentsanalysis ion-card-content canvas {
  max-width: 500px;
  min-width: auto;
  margin: 0px auto;
  width: 100%;
}

.contentdateswitcher {
  --background: transparent;
  background: transparent;
  margin: 0px;
  border-radius: 0px 0px;
  box-shadow: none;
}
.contentdateswitcher ion-card-header {
  text-align: center;
  margin: 20px 0px 0px;
}
.contentdateswitcher ion-card-header ion-card-subtitle {
  font-size: 31px;
  font-weight: bold;
  color: var(--ion-color-dark);
}
.contentdateswitcher ion-card-content {
  background: var(--ion-color-white);
  max-width: 300px;
  margin: 0px auto;
  border-radius: 7px;
  padding: 7px 13px 0px;
  text-align: center;
}
.contentdateswitcher ion-row {
  width: 100%;
}
.contentdateswitcher ion-item {
  --background: transparent;
  --inner-border-width: 0px;
  border-radius: 1px;
  min-width: 50%;
  max-width: 50%;
  margin: 13px 0px;
  float: left;
  --inner-padding-end: 0px;
  --padding-end: 0px;
  --border-width: 0px;
}
.contentdateswitcher ion-item ion-select {
  width: 100%;
  max-width: 100%;
  padding: 0px 13px;
}
.contentdateswitcher ion-item ion-icon {
  background: var(--ion-color-light);
  padding: 13px;
  border-radius: 50%;
  margin-right: 13px;
  font-size: 22px;
}
.contentdateswitcher .full {
  width: 100%;
  min-width: 100%;
  margin: 0px;
}
.contentdateswitcher .full ion-select {
  background: var(--ion-color-dark-contrast) smoke;
  padding: 13px;
  border-radius: 7px;
}

.tinnytip,
.tip {
  font-size: 13px;
  padding: 3px 13px;
  margin: 0px;
}

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

.lineprogressuploaditem {
  width: 100%;
  padding: 13px;
  border-radius: 6px;
  background: lemonchiffon;
  margin: 0px;
}
.lineprogressuploaditem ion-row {
  width: 100%;
}
.lineprogressuploaditem .progressdetails {
  width: 100%;
  font-size: 13px;
  text-align: left;
  position: relative;
  min-width: 100%;
}
.lineprogressuploaditem .progressdetails ion-badge {
  background: transparent;
  color: var(--ion-color-dark);
  margin-left: 7px;
}
.lineprogressuploaditem .progressdetails span {
  color: var(--ion-color-dark);
}
.lineprogressuploaditem .progresswrap {
  width: 100%;
  float: left;
  position: relative;
}
.lineprogressuploaditem ion-spinner {
  width: 13px;
  float: right;
  position: absolute;
  margin: -7px 0px;
  right: 0px;
  left: auto;
}

.currency {
  font-size: 10px;
  font-weight: normal;
}

.hidden {
  display: none;
}

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

.no-borders {
  --inner-border-width: 0px;
  border-width: 0px;
  --border-width: 0px;
}

.cart {
  overflow: visible;
  height: auto;
  --background: transparent;
  box-shadow: none;
  width: 100%;
  zoom: 89%;
  margin: 0px;
}

.selectablecard {
  overflow: visible;
  padding: 0px 0px 0px 0px;
  margin: 0px auto;
  border: 0px solid rgba(221, 221, 221, 0.8666666667);
  position: sticky;
  top: -50px;
  z-index: 99;
  border-radius: 6px;
  background: var(--ion-color-white);
  min-height: 107px;
  box-shadow: none;
  margin-top: 0px;
}
.selectablecard ion-card-header {
  padding: 7px 13px 13px;
}
.selectablecard ion-label {
  font-size: 13px;
}
.selectablecard .checkboxitem {
  --color: var(--ion-color-primary-shade);
  color: var(--ion-color-primary-shade);
}
.selectablecard .checkboxitem ion-checkbox {
  margin: 3px;
  --inner-padding-end: 6px;
  --checkbox-background: var(--ion-color-light);
  border: 1px solid;
  border-radius: 50%;
}
.selectablecard .checkboxitem ion-label {
  font-size: 13px;
  padding-right: 0px;
  font-weight: normal;
  margin: 0px;
}

.headeritem {
  --inner-border-width: 0px;
  --border-width: 0px;
  --background: transparent;
  --padding-start: 0px;
  --inner-padding-start: 0px;
  --padding-end: 0px;
  --inner-padding-end: 0px;
}
.headeritem ion-avatar {
  padding: 7px;
  font-size: 17px;
  margin-right: 0px;
}
.headeritem ion-label {
  font-size: 20px;
  color: var(--ion-color-dark);
  opacity: 1;
  font-size: 13px;
  font-weight: normal;
}
.headeritem ion-datetime {
  padding: 0px;
  font-size: 13px;
  color: var(--ion-color-light-shade);
  margin: 7px 0px;
}
.headeritem ion-button {
  margin: 13px 7px;
}

.cartinputbuttons {
  padding: 0px;
  --padding-bottom: 0px;
  --padding-top: 0px;
  margin: 6px 0px 0px 0px;
}
.cartinputbuttons ion-button {
  min-height: 1.6em;
  font-size: 13px;
}

.moreactions {
  width: 100%;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 7px 7px;
  text-align: right;
}

.cartitemscontainer {
  box-shadow: none;
  margin: 12px 0px;
  padding: 0px 6px;
  height: 100%;
  border-radius: 7px;
}

.cartitem {
  border-width: 0 0 0px 0;
  margin: 6px auto;
  width: 100%;
  border-radius: 7px;
  --background: var(--ion-color-light);
  border-color: #dddfe2 #dddfe2 #dddfe2;
  border-style: solid;
  border-width: 0px;
  --inner-padding-start: 7px;
  --padding-start: 4px;
  --padding-end: 2px;
  --inner-padding-bottom: 0px;
  --inner-border-width: 0px;
  --inner-padding-end: 7px;
  --inner-padding-start: 0px;
  --padding-bottom: 1px;
  --inner-border-width: 0px;
  --inner-padding-end: 0px;
  --inner-padding-start: 0px;
  --inner-border-width: 0px;
  --inner-padding-end: 0px;
  --inner-padding-start: 0px;
}
.cartitem ion-avatar {
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: var(--ion-color-light);
}
.cartitem ion-avatar ion-icon {
  color: var(--ion-color-light-shade);
  font-size: 25px;
  margin: 10px auto;
}
.cartitem ion-label {
  margin: 13px 0px 3px 0px;
  min-width: 100%;
}
.cartitem .item-native {
  padding: 13px;
}
.cartitem:last-child {
  margin-bottom: 100px;
}
.cartitem .offeritemlist {
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow: auto;
  white-space: nowrap;
}
.cartitem .offeritemlist ion-badge {
  font-size: 11px;
  background: var(--ion-color-medium);
  margin: 0px 2px;
  font-weight: normal;
  display: table-cell;
}
.cartitem .offeritemlist ion-badge .iconavatar {
  width: 14px;
  height: 14px;
  float: left;
}

.cartitemswrap {
  padding-bottom: 80px;
}
.cartitemswrap app-pickedproductlist {
  width: 100%;
}
.cartitemswrap .offer_cart_item {
  --background: blanchedalmond;
}
.cartitemswrap .offer_cart_item ion-avatar {
  border-color: var(--ion-color-light-shade);
}
.cartitemswrap .invalid {
  --background: #fbe4e4 ;
  background: #fbe4e4;
  border-left: 3px solid var(--ion-color-orange);
}
.cartitemswrap h3 {
  color: var(--ion-color-dark);
  margin-top: 0px;
  font-weight: bold;
  font-size: 13px;
}
.cartitemswrap .errlbl {
  font-size: 10px;
  color: var(--ion-color-orange);
  float: left;
  text-align: left;
  background: transparent;
  padding: 7px;
  width: auto;
  border-radius: 20px;
  max-width: 61%;
}
.cartitemswrap p {
  font-size: 13px;
  color: var(--ion-color-dark-tint);
}
.cartitemswrap p span {
  float: left;
  width: 100%;
  font-size: 10px;
  color: var(--ion-color-dark-tint);
  padding: 0px;
  margin: 0px;
  line-height: 1.3;
}
.cartitemswrap i {
  float: left;
  font-size: 13px;
  font-weight: normal;
  margin: 0px 0px;
  float: left;
  width: 100%;
  padding: 2px 0px;
}
.cartitemswrap input {
  max-width: 70px;
  min-width: 70px;
  padding: 7px;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  border: none;
  float: left;
  box-shadow: none;
  background: var(--ion-color-white);
  border: 0px solid #ddd;
  border-radius: 4px;
  color: var(--ion-color-dark);
}
.cartitemswrap .qtywrap {
  width: auto;
  float: left;
  margin: 0px 0px 0px;
}
.cartitemswrap .qtywrap .incremntbtns {
  width: 100%;
  float: left;
}
.cartitemswrap .qtywrap .incremntbtns ion-button {
  --background: transparent;
  --box-shadow: none ;
  --padding-bottom: 2px;
  --padding-end: 0px;
  --padding-start: 0px;
  --padding-top: 0px;
  --border-width: 0px ;
  font-size: 13px;
  margin: 0px 2px;
  height: auto;
  float: left;
  --color: var(--ion-color-dark-tint);
}
.cartitemswrap .qtywrap .incremntbtns .qty {
  box-shadow: none;
  padding: 0px;
  float: left;
}
.cartitemswrap .qtywrap .incremntbtns .qty input {
  width: 50px;
}
@media (orientation: landscape) {
  .cartitemswrap .qtywrap .incremntbtns .qty input {
    max-width: 82px;
    min-width: 82px;
  }
}
.cartitemswrap .unitprice {
  width: auto;
  display: table;
  margin-left: 0px;
  margin: 0px 0px 0px 0px;
}
.cartitemswrap .unitprice input {
  width: 80px;
}
@media (orientation: landscape) {
  .cartitemswrap .unitprice input {
    max-width: 82px;
    min-width: 82px;
  }
}
.cartitemswrap .unitprice .tipicon {
  font-size: 17px;
  position: absolute;
  margin: -6px 4px;
  color: var(--ion-color-medium-tint);
  font-weight: bold;
}
.cartitemswrap .expiryitemwrap {
  max-width: 100%;
  text-align: left;
  margin-top: 4px;
}
.cartitemswrap .expiryitemwrap ion-item {
  margin: 0px;
  --min-height: 0px ;
}
.cartitemswrap .expiryitemwrap ion-item ion-button {
  font-size: 12px;
  text-transform: capitalize;
  --padding-start: 0px;
  --padding-top: 0px;
  --inner-padding-top: 0px;
  margin: 0px;
}
.cartitemswrap .expiryitemwrap i {
  padding-left: 0px;
}
.cartitemswrap .price {
  color: #f59818;
  font-weight: bold;
  font-size: 13px;
  margin: 0px 0px 0px 0px;
  float: right;
  padding: 0px;
  right: 0px;
  bottom: 13px;
  text-align: right;
  width: 100%;
}
.cartitemswrap .price b {
  padding: 3px 0px;
  float: right;
}
.cartitemswrap .price .controlbtns {
  float: left;
  width: 72px;
  margin: 0px -5px;
}
.cartitemswrap .price ion-button {
  --background: transparent;
  --color: var(--ion-color-dark);
  --box-shadow: none ;
  --padding-bottom: 4px;
  --padding-end: 4px;
  --padding-start: 4px;
  --padding-top: 4px;
  --border-width: 0px ;
  font-size: 13px;
  margin: -3px 0px;
  height: auto;
  font-weight: bold;
  float: left;
}
.cartitemswrap .removebtn {
  --background: transparent;
  --color: var(--ion-color-medium-shade);
  --box-shadow: none;
  --padding-start: 0px;
  --padding-end: 4px;
  margin-inline-start: 7px;
}
.cartitemswrap .credit {
  color: var(--ion-color-orange);
}
.cartitemswrap .radioslist {
  margin: -6px 0px -7px;
  float: left;
  padding: 0px;
  width: 100%;
  background: transparent;
}
.cartitemswrap .radioslist .radios {
  margin: 0px;
  float: left;
  padding: 0px;
  width: auto;
  --background: transparent ;
  color: #666;
  max-width: 113px;
  --inner-padding-start: 0px;
  --inner-padding-end: 0px;
  --inner-border-width: 0px;
}
.cartitemswrap .radioslist .radios ion-avatar {
  margin: 0px;
}
.cartitemswrap .radioslist .radios ion-radio {
  margin: 0px 13px;
}
.cartitemswrap .radioslist .radios ion-label {
  padding: 0px;
  margin: 0px;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
}
.cartitemswrap .radioslist .customerlbl {
  font-style: italic;
  margin: 7px 0px;
}
.cartitemswrap .expiryitem {
  margin: -5px 0px 0px 0px;
  float: left;
  width: 100%;
  --inner-padding-top: 0px;
  background: transparent;
  --border-width: 0px;
  --inner-padding-bottom: 0px;
  --padding-start: 0px;
  --padding-end: 0px;
  --background: transparent ;
  --inner-border-width: 0px;
  text-transform: capitalize;
}
.cartitemswrap .expiryitem .expirypicker {
  padding: 6px 7px;
  font-size: 13px;
  color: var(--ion-color-medium-shade);
  background: var(--ion-color-light);
  border-radius: 3px;
  border: 1px solid #ddd;
}
.cartitemswrap .expiryitem ion-label {
  width: 100%;
  font-size: 13px;
  margin: 7px 0px 7px 0px;
  font-weight: normal;
  --padding-end: 0px;
  padding: 0px;
  text-transform: capitalize;
  min-width: 100%;
  max-width: 100%;
  color: var(--ion-color-medium);
  text-align: left;
}
.cartitemswrap .expiryitem ion-item {
  margin: 0px;
  --min-height: 0px ;
}
.cartitemswrap .expiryitem ion-item ion-button {
  font-size: 12px;
  text-transform: capitalize;
  --padding-start: 0px;
  --padding-top: 0px;
  --inner-padding-top: 0px;
  margin: 0px;
}
.cartitemswrap .cartmorerow div {
  width: 100%;
}
.cartitemswrap .cartmorerow ion-item {
  width: 100%;
  --inner-border-width: 0px;
  --min-height: 0px;
  max-height: 21px;
  --background: transparent;
  --padding-start: 0px;
  --padding-end: 0px;
  --inner-padding-start: 0px;
  --inner-padding-end: 0px;
  --padding-top: 0px;
  --inner-padding-top: 0px;
  margin: 0px;
}
.cartitemswrap .cartmorerow ion-item ion-icon {
  font-size: 13px;
  padding: 0px;
  --padding-bottom: 0px;
  --padding-top: 0px;
  margin: 0px;
  max-height: 13px;
}
.cartitemswrap .cartmorerow .segrow {
  padding: 7px 0px 0px;
}
.cartitemswrap .cartmorerow .segrow .coloritem {
  width: 20px;
  height: 20px;
  font-size: 13px;
  border-radius: 50%;
  float: left;
  margin-right: 7px;
  border: 3px solid var(--ion-color-light);
  cursor: pointer;
}
.cartitemswrap .cartmorerow .segrow .coloractive {
  border: 0px solid var(--ion-color-light);
}
.cartitemswrap .cartmorerow .segrow .sizeitem, .cartitemswrap .cartmorerow .segrow .imeiitem {
  margin-right: 7px;
  cursor: pointer;
  padding: 3px 5px;
  font-size: 12px;
}
.cartitemswrap .cartmorerow .segrow .sizeactive {
  background: var(--ion-color-primary);
}
.cartitemswrap .cartmorerow .segrow .imeiactive {
  background: var(--ion-color-primary);
}
.cartitemswrap .cartmorerow .segrow input {
  min-width: 160px;
  text-align: left;
}
@media only screen and (max-width: 394px) {
  .cartitemswrap .expiryitemwrap {
    text-align: left;
    float: left;
    display: block;
  }
}

@media (min-width: 840px) {
  .cartitemswrap {
    padding: 3px 13px;
  }
}
@media (max-height: 600px) {
  .selectablecard {
    position: relative;
    top: 0px;
    z-index: 99;
  }
}
.desktop_cart_summary, .mobile_cart_summary {
  overflow: visible;
  position: sticky;
  top: 13px;
}
.desktop_cart_summary, .mobile_cart_summary {
  overflow: visible;
  --background: var(--ion-color-white);
}
.desktop_cart_summary ion-select, .mobile_cart_summary ion-select {
  max-width: none;
  right: 0px;
  color: var(--ion-color-medium-shade);
  text-align: right;
  padding: 3px;
  font-weight: bold;
  width: 100%;
}
.desktop_cart_summary ion-badge, .mobile_cart_summary ion-badge {
  --background: var(--ion-color-medium);
}
.desktop_cart_summary ion-badge span, .mobile_cart_summary ion-badge span {
  padding: 7px;
}
.desktop_cart_summary ion-item, .mobile_cart_summary ion-item {
  --inner-padding-bottom: 0px;
  --inner-padding-end: 0px;
  --inner-padding-start: 0px;
  --padding-start: 0px;
  --padding-end: 0px;
  --min-height: 0px;
  --background: var(--ion-color-white);
  --border-width: 0;
  --inner-border-width: 0px;
  width: 100%;
  margin: 0px 0px;
}
.desktop_cart_summary ion-item ion-avatar, .mobile_cart_summary ion-item ion-avatar {
  margin: 0px 6px 0px 0px;
}
.desktop_cart_summary ion-item ion-label, .mobile_cart_summary ion-item ion-label {
  min-width: 70%;
  --color: var(--ion-color-dark);
}
.desktop_cart_summary ion-item ion-label ion-badge, .mobile_cart_summary ion-item ion-label ion-badge {
  font-size: 12px;
}
.desktop_cart_summary ion-item ion-label ion-badge span, .mobile_cart_summary ion-item ion-label ion-badge span {
  width: 100%;
  display: block;
  font-size: 12px;
}
.desktop_cart_summary .balance, .mobile_cart_summary .balance {
  --padding-start: 1px;
  border-radius: 5px;
  --background: #ffddd9;
  max-width: 98%;
  --padding-end: 0px;
  margin: 2px auto;
}
.desktop_cart_summary .balance ion-avatar, .mobile_cart_summary .balance ion-avatar {
  margin: 6px;
  cursor: pointer;
}
.desktop_cart_summary .balance ion-label, .mobile_cart_summary .balance ion-label {
  cursor: pointer;
}
.desktop_cart_summary .balance ion-label p, .mobile_cart_summary .balance ion-label p {
  font-size: 13px;
  padding: 0px;
  margin: 0px;
  padding-left: 0px;
  color: black;
}
.desktop_cart_summary .balance i, .mobile_cart_summary .balance i {
  color: var(--ion-color-orange);
}
.desktop_cart_summary .balance ion-badge, .mobile_cart_summary .balance ion-badge {
  background: transparent;
  max-width: 136px;
  min-width: 119px;
}
.desktop_cart_summary .balance .balanceitems, .mobile_cart_summary .balance .balanceitems {
  float: left;
  width: 100%;
  padding: 4px 7px;
  background: var(--ion-color-white);
  margin: 2px;
  color: var(--ion-color-dark);
  border-radius: 5px;
}
.desktop_cart_summary .balance .duedate, .mobile_cart_summary .balance .duedate {
  --padding-start: 0px;
  margin: 0px;
  font-size: 11px;
  float: left;
  padding: 0px;
  min-height: auto;
}
.desktop_cart_summary .balance p, .mobile_cart_summary .balance p {
  white-space: break-spaces;
}
.desktop_cart_summary .receiptinput, .mobile_cart_summary .receiptinput {
  max-width: 150px;
  font-size: 13px;
  border: none;
  padding: 6px;
  outline: none;
}
.desktop_cart_summary .changeitem i, .mobile_cart_summary .changeitem i {
  margin-top: 7px;
  float: left;
}
.desktop_cart_summary .changeitem .towalletcheckbox, .mobile_cart_summary .changeitem .towalletcheckbox {
  float: right;
  margin: 0px 4px 0px 13px;
  padding: 1px;
}
.desktop_cart_summary .changeitem ion-label, .mobile_cart_summary .changeitem ion-label {
  max-width: 314px;
  min-width: max-content;
}
.desktop_cart_summary .totals,
.desktop_cart_summary input, .mobile_cart_summary .totals,
.mobile_cart_summary input {
  max-width: 127px;
  font-size: 16px;
  border-radius: 4px;
  color: var(--ion-color-dark);
  background: transparent;
}
.desktop_cart_summary input, .mobile_cart_summary input {
  border: 1px solid var(--ion-color-medium);
}
.desktop_cart_summary .splitchips, .mobile_cart_summary .splitchips {
  font-size: 13px;
  padding: 0px 6px;
}
.desktop_cart_summary .toggleitem, .mobile_cart_summary .toggleitem {
  font-size: 13px;
  --inner-padding-end: 13px;
  --inner-padding-start: 13px;
}
.desktop_cart_summary .toggleitem ion-toggle, .mobile_cart_summary .toggleitem ion-toggle {
  padding: 7px 0px;
}
.desktop_cart_summary .savebtn, .mobile_cart_summary .savebtn {
  margin: 0px 0px;
  width: 100%;
  font-size: 13px;
  min-height: 50px;
  --padding-start: 7px;
  --padding-end: 7px;
  --border-radius: 0px;
  --box-shadow: none;
  --background: var(--ion-color-orange);
  --color: var(--ion-color-white) ;
  --border-radius: 0px;
}
.desktop_cart_summary .savebtn ion-icon, .mobile_cart_summary .savebtn ion-icon {
  margin-right: 13px;
}
.desktop_cart_summary .savebtn span, .mobile_cart_summary .savebtn span {
  color: white;
}
.desktop_cart_summary .acbalanceslbl, .mobile_cart_summary .acbalanceslbl {
  --background: var(--ion-color-light-shade);
  --padding-start: 10px;
  --border-radius: 10px;
  margin: 2px 10px;
}

.actionbtn {
  --background: var(--ion-color-orange);
  --box-shadow: none;
  color: var(--ion-color-white);
  --color: var(--ion-color-white);
  text-transform: capitalize;
  font-size: 13px;
  width: auto;
  --padding-end: 16px;
  margin: 32px auto;
  margin-top: 10px;
  display: block;
}
.actionbtn ion-icon, .actionbtn span {
  color: white !important;
}

@media (orientation: landscape) {
  .stickybottom {
    bottom: 0px;
  }
}
.walletheader:after {
  display: none;
}

i {
  font-style: unset;
}

.runinglow {
  font-weight: bold;
}

.deadstocks {
  background: #e0e0e0;
}

#versionlink {
  text-align: center;
  text-decoration: none;
  background: var(--ion-color-white);
  position: absolute;
  width: 100%;
  bottom: 0px;
  padding: 7px;
  font-size: 10px;
  padding: 0px;
}

.dashboardhead {
  background: var(--ion-color-white);
  position: sticky;
  top: -67px;
  z-index: 999;
  padding: 13px 4px 0px;
}
.dashboardhead h1 {
  text-align: center;
}
.dashboardhead ion-searchbar {
  background: transparent;
}

@media (orientation: landscape) {
  #versionlink {
    display: block;
  }
}
@media (orientation: portrait) {
  #versionlink {
    display: none;
  }
}
.offlinespinner {
  width: 18px;
  float: right;
  stroke: var(--ion-color-dark);
  fill: var(--ion-color-dark);
  position: relative;
  margin: 0px;
}

.syncingindicatorsuccess {
  --inner-border-width: 0px;
  --min-height: 31px;
  --background: var(--ion-color-success);
  --color: var(--ion-color-white);
  font-size: 13px;
}

.syncingindicator {
  --inner-border-width: 0px;
  --min-height: 31px;
  --background: var(--ion-color-warning-tint);
  --color: var(--ion-color-white);
  font-size: 13px;
}
.syncingindicator ion-label {
  font-size: 13px;
  padding: 0px;
  margin: 0px;
}
.syncingindicator ion-avatar {
  margin: 0px;
  padding: 0px;
  max-height: 30px;
  max-width: 30px;
}
.syncingindicator ion-spinner {
  width: 20px;
  height: 33px;
  margin: 0px auto;
  position: relative;
}

.danger {
  color: var(--ion-color-orange);
  font-size: 13px;
}

.pdf_preview {
  width: 0px;
  height: 0px;
  position: absolute;
}

.thumbholder {
  position: absolute;
  width: 43px;
  height: 43px;
  background-color: var(--ion-color-light);
  border-radius: 50%;
}

@media (orientation: landscape) {
  #versionlink {
    display: block;
  }
}
@media (orientation: portrait) {
  #versionlink {
    display: none;
  }
  .mobilehidden {
    display: none;
  }
}
ion-card ion-card-header .cardheadbttns {
  padding: 1px 13px 0px 0px;
}

#democursor {
  position: absolute;
  width: 32px;
  z-index: 99;
  height: 32px;
  display: none;
  background-image: url(http://cursor.in/assets/cursor.svg);
}

.offeritem, .paymentitem, .noticitem {
  --padding-bottom: 13px;
  margin: 7px;
  --border-width: 0px;
  --inner-border-width: 0px;
  --padding-start: 7px;
  --background: var(--ion-color-white-shade);
}
.offeritem:last-child, .paymentitem:last-child, .noticitem:last-child {
  --border-width:0px;
  --inner-border-width:0px;
}
.offeritem .active, .paymentitem .active, .noticitem .active {
  color: var(--ion-color-success-shade);
}
.offeritem .enabled, .paymentitem .enabled, .noticitem .enabled {
  color: var(--ion-color-orange);
}
.offeritem .disabled, .paymentitem .disabled, .noticitem .disabled {
  color: var(--ion-color-danger);
}
.offeritem .pending, .paymentitem .pending, .noticitem .pending {
  color: var(--ion-color-dark);
}
.offeritem ion-avatar, .paymentitem ion-avatar, .noticitem ion-avatar {
  background: var(--ion-color-light);
  min-width: 61px;
  min-height: 61px;
  margin-right: 8px;
  text-align: center;
  padding: 6px;
}
.offeritem ion-avatar ion-icon, .paymentitem ion-avatar ion-icon, .noticitem ion-avatar ion-icon {
  font-size: 28px;
  margin: 10px 0px;
  color: var(--ion-color-medium-shade);
}
.offeritem ion-avatar ion-spinner, .paymentitem ion-avatar ion-spinner, .noticitem ion-avatar ion-spinner {
  margin: 0px;
  font-size: 17px;
}
.offeritem h3, .paymentitem h3, .noticitem h3 {
  font-size: 13px;
  font-weight: 600;
  width: 100%;
  color: var(--ion-color-dark-shade);
}
.offeritem p, .paymentitem p, .noticitem p {
  color: var(--ion-color-medium-shade);
  font-size: 13px;
  float: left;
  width: 100%;
}
.offeritem .avatargroup, .paymentitem .avatargroup, .noticitem .avatargroup {
  padding: 0px 13px;
  float: left;
  width: 100%;
}
.offeritem .avatargroup .imagegroup, .paymentitem .avatargroup .imagegroup, .noticitem .avatargroup .imagegroup {
  max-height: 100%;
  border-radius: 50%;
  position: relative;
  margin: 0px -7px;
  border: 2px solid var(--ion-color-light);
  width: 28px;
  height: 28px;
  float: left;
  background: var(--ion-color-light-shade);
}
.offeritem .pricebadge, .paymentitem .pricebadge, .noticitem .pricebadge {
  --background: var(--ion-color-orange);
  color: var(--ion-color-white);
  font-size: 13px;
  float: right;
}
.offeritem ion-toggle, .paymentitem ion-toggle, .noticitem ion-toggle {
  --padding-end: 0px;
  padding: 0px;
  margin: 0px;
}

.desktopview {
  display: block;
}

@media (orientation: portrait) {
  ion-card-title {
    font-size: 25px;
    text-transform: capitalize;
  }
}
@media (orientation: landscape) {
  ::-webkit-scrollbar-track {
    border-radius: 13px;
    background-color: transparent;
  }
  ::-webkit-scrollbar {
    width: 7px;
    background-color: inherit;
    max-height: 7px;
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 13px;
    background-color: var(--ion-color-medium-shade);
  }
}
.overflowx {
  white-space: nowrap;
  display: block;
  overflow: auto;
  padding: 1px;
}

@media (orientation: landscape) {
  .mobileview {
    display: none;
  }
}
@media (orientation: portrait) {
  .mobilehidden, .desktopview {
    display: none;
  }
}
:root .popover-content {
  left: 0;
  width: 100%;
}

@keyframes shakeMe {
  2%, 18% {
    transform: translate3d(-5px, 0, 0);
  }
  4%, 16% {
    transform: translate3d(5px, 0, 0);
  }
  6%, 10%, 14% {
    transform: translate3d(-5px, 0, 0);
  }
  8%, 12% {
    transform: translate3d(5px, 0, 0);
  }
  18.1% {
    transform: translate3d(0px, 0, 0);
  }
}
.fade-in {
  animation: fadeIn ease 0.61s;
  -webkit-animation: fadeIn ease 0.61s;
  -moz-animation: fadeIn ease 0.61s;
  -o-animation: fadeIn ease 0.61s;
  -ms-animation: fadeIn ease 0.61s;
}

.fadeinslow {
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
:root {
  --width: 5px;
  --freq: 60px;
}

.ripple {
  margin: 34vh auto;
  width: 0.1px;
  height: 0.1px;
  background: rgba(255, 255, 255, 0.7333333333);
  box-shadow: 0 0 0 0 transparent, 0 0 0 0 rgb(148, 186, 255), 0 0 0 calc(var(--freq) + var(--width)) transparent, 0 0 0 calc(var(--freq) + var(--width) * 2) rgb(148, 186, 255), 0 0 0 calc(var(--freq) * 2 + var(--width) * 2) transparent;
  border-radius: 50%;
  animation: ripple 1s infinite linear;
}

@keyframes ripple {
  to {
    background: rgba(255, 255, 255, 0.5333333333);
    border-radius: 50%;
    box-shadow: 0 0 0 calc(var(--freq) + var(--width)) transparent, 0 0 0 calc(var(--freq) + var(--width) * 2) rgb(148, 186, 255), 0 0 0 calc(var(--freq) * 2 + var(--width) * 2) transparent, 0 0 0 calc(var(--freq) * 2 + var(--width) * 2) rgba(255, 255, 255, 0), 0 0 0 calc(var(--freq) * 2 + var(--width) * 2) transparent;
  }
}
.lds-circle {
  display: inline-block;
  width: 51px;
  height: 51px;
  margin: 6px;
  border-radius: 50%;
  background: #cef;
  animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

@keyframes lds-circle {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(1800deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  100% {
    transform: rotateY(3600deg);
  }
}
.lds-dual-ring {
  display: inline-block;
  width: 64px;
  height: 64px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #cef;
  border-color: #cef transparent #cef transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lds-facebook {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 13px;
  background: #cef;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
  left: 6px;
  animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
  left: 26px;
  animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
  left: 45px;
  animation-delay: 0;
}

@keyframes lds-facebook {
  0% {
    top: 6px;
    height: 51px;
  }
  50%, 100% {
    top: 19px;
    height: 26px;
  }
}
.lds-heart {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  transform: rotate(45deg);
  transform-origin: 32px 32px;
}

.lds-heart div {
  top: 23px;
  left: 19px;
  position: absolute;
  width: 26px;
  height: 26px;
  background: #cef;
  animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lds-heart div:after,
.lds-heart div:before {
  content: " ";
  position: absolute;
  display: block;
  width: 26px;
  height: 26px;
  background: #cef;
}

.lds-heart div:before {
  left: -17px;
  border-radius: 50% 0 0 50%;
}

.lds-heart div:after {
  top: -17px;
  border-radius: 50% 50% 0 0;
}

@keyframes lds-heart {
  0% {
    transform: scale(0.95);
  }
  5% {
    transform: scale(1.1);
  }
  39% {
    transform: scale(0.85);
  }
  45% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(0.9);
  }
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #cef;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #cef transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #cef;
  margin: -3px 0 0 -3px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lds-default {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-default div {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #cef;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 29px;
  left: 53px;
}

.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 18px;
  left: 50px;
}

.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 9px;
  left: 41px;
}

.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 6px;
  left: 29px;
}

.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 9px;
  left: 18px;
}

.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 18px;
  left: 9px;
}

.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 29px;
  left: 6px;
}

.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 41px;
  left: 9px;
}

.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 50px;
  left: 18px;
}

.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 53px;
  left: 29px;
}

.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 50px;
  left: 41px;
}

.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 41px;
  left: 50px;
}

@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #cef;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
.lds-grid {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-grid div {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #cef;
  animation: lds-grid 1.2s linear infinite;
}

.lds-grid div:nth-child(1) {
  top: 6px;
  left: 6px;
  animation-delay: 0s;
}

.lds-grid div:nth-child(2) {
  top: 6px;
  left: 26px;
  animation-delay: -0.4s;
}

.lds-grid div:nth-child(3) {
  top: 6px;
  left: 45px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(4) {
  top: 26px;
  left: 6px;
  animation-delay: -0.4s;
}

.lds-grid div:nth-child(5) {
  top: 26px;
  left: 26px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(6) {
  top: 26px;
  left: 45px;
  animation-delay: -1.2s;
}

.lds-grid div:nth-child(7) {
  top: 45px;
  left: 6px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(8) {
  top: 45px;
  left: 26px;
  animation-delay: -1.2s;
}

.lds-grid div:nth-child(9) {
  top: 45px;
  left: 45px;
  animation-delay: -1.6s;
}

@keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.lds-hourglass {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 6px;
  box-sizing: border-box;
  border: 26px solid #cef;
  border-color: #cef transparent #cef transparent;
  animation: lds-hourglass 1.2s infinite;
}

@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}
.lds-ripple {
  position: relative;
  height: 264px;
  width: 264px;
  margin: 21vh auto;
  text-align: center;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid var(--ion-color-primary);
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 132px;
    left: 132px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 264px;
    height: 264px;
    opacity: 0;
  }
}
.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-spinner div {
  transform-origin: 32px 32px;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background: #cef;
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.snannersbox {
  position: absolute;
  text-align: center;
  font-size: 42px;
  line-height: 0px;
  color: var(--ion-color-medium-shade);
  left: 50%;
  top: 50%;
  zoom: 0.8;
}
.snannersbox p {
  color: var(--ion-color-dark);
  font-size: 10px;
  color: var(--ion-color-medium-shade);
  margin: 0px auto;
}
.snannersbox .name {
  color: var(--ion-color-dark);
  font-weight: 600;
  margin: 0px auto;
  margin-top: 10px;
}
.snannersbox i {
  font-size: 10px;
  margin: 0px auto;
  padding: 0px;
  color: var(--ion-color-medium);
}
.snannersbox ion-icon {
  font-size: 33px;
}

.shop1 {
  left: 20%;
  top: 40%;
}

.shop2 {
  left: 43%;
  top: 70%;
  animation: shakeMe ease 0.61s;
  -webkit-animation: shakeMe ease 0.61s;
  -moz-animation: shakeMe ease 0.61s;
  -o-animation: shakeMe ease 0.61s;
  -ms-animation: shakeMe ease 0.61s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}

.shop3 {
  left: 70%;
  top: 21%;
}

.shop4 {
  left: 20%;
  top: 50%;
}

.shop5 {
  left: 50%;
  top: 11%;
}

.shop6 {
  left: 80%;
  top: 71%;
}

.shop7 {
  left: 70%;
  top: 61%;
}

.shop8 {
  left: 30%;
  top: 61%;
}

.shop9 {
  left: 30%;
  top: 41%;
}

.shop10 {
  left: 5%;
  top: 11%;
}

.shop11 {
  left: 20%;
  top: 31%;
}

.shop12 {
  left: 40%;
  top: 51%;
}

.shop13 {
  left: 50%;
  top: 51%;
}

.radarcontent {
  min-height: 100%;
  background: transparent;
  padding-top: 0px;
  overflow: hidden;
  width: 100%;
}
.radarcontent p {
  margin: 4px auto;
}

.radarview {
  min-height: 80vh;
  width: 100%;
}

.shopview .shopcontent .banner {
  height: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: var(--ion-color-white);
}
.shopview .shopcontent .banner .banner_img {
  width: 100%;
  height: 300px;
  z-index: 1;
  background-position: center center;
  background-size: cover;
}
.shopview .shopcontent .banner .banner_img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: var(--theme-gradient);
  z-index: 99;
}
.shopview .shopcontent .banner .details,
.shopview .shopcontent .banner .banner_details {
  width: 100%;
  text-transform: capitalize;
  z-index: 9;
  margin: -80px 0px 0px;
  padding-bottom: 13px 20px;
  position: relative;
  z-index: 99;
}
.shopview .shopcontent .banner .details h2,
.shopview .shopcontent .banner .banner_details h2 {
  margin: 0;
  color: var(--ion-color-white);
  font-size: 2.1rem;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.shopview .shopcontent .banner .details h3,
.shopview .shopcontent .banner .banner_details h3 {
  margin: 0;
  color: var(--ion-color-light);
  font-size: 0.7rem;
  font-weight: 400;
}
.shopview .shopcontent .banner .details h3 span,
.shopview .shopcontent .banner .banner_details h3 span {
  display: flex;
  align-items: center;
  min-width: -moz-fit-content;
  min-width: fit-content;
  color: var(--text-light2);
}
.shopview .shopcontent .banner .details h3 span ion-badge,
.shopview .shopcontent .banner .banner_details h3 span ion-badge {
  background: var(--secondary);
  --background: var(--transparent);
  --color: var(--ion-color-dark);
  --padding-bottom: 0;
  --padding-end: 0;
  --padding-start: 0;
  --padding-top: 0;
  border-radius: 50px;
  font-weight: 400;
  font-size: 0.7rem;
  min-width: 34px;
  height: 17px;
  line-height: 17px;
}
.shopview .shopcontent .storestats {
  padding: 13px;
  text-align: center;
}
.shopview .shopcontent .storestats ion-col h3 {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 400;
  color: var(--text-light2);
  margin-bottom: 2px;
}
.shopview .shopcontent .storestats ion-col h4 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 0.85rem;
  font-weight: 400;
  color: var(--ion-color-dark);
  border-top-left-radius: 0.5px;
}
.shopview .shopcontent .storemenu {
  border: none;
  background: var(--ion-color-primary-shade);
  position: sticky;
  top: 57px;
  z-index: 99;
}
.shopview .shopcontent .storemenu ion-segment-button {
  background: none;
  position: relative;
  font-size: 1rem;
  font-weight: bold;
  color: var(--ion-color-light);
  text-transform: unset;
  letter-spacing: 0;
  text-align: justify;
  --background-checked: var(--transparent) ;
  --border-width: 0 ;
  --border-radius: 0 ;
  box-shadow: none;
  --ripple-color: var(--transparent) ;
}
.shopview .shopcontent .storemenu ion-segment-button ion-label {
  opacity: 0.6;
}
.shopview .shopcontent .storemenu ion-segment-button::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 0;
  margin: 0 auto;
  height: 3px;
  transition: all 0.3s;
  width: 0;
  background: var(--primary);
  border-radius: 0px;
  border-radius: 50px;
}
.shopview .shopcontent .storemenu ion-segment-button.segment-button-checked ion-label {
  opacity: 1;
}
.shopview .shopcontent .storemenu ion-segment-button.segment-button-checked::before {
  width: 45px;
  transition: all 0.3s;
}

.chart-container {
  min-height: 222px;
  height: auto;
  padding: 10px 0px;
  max-height: 600px;
  position: relative;
  overflow: auto;
  --background: var(--ion-color-light-shade);
}
.chart-container canvas {
  position: relative;
  min-height: 222px;
  height: auto;
  width: 100%;
}
.chart-container .piecanva, .chart-container .pie {
  height: 380px;
  width: 380px;
  max-width: 380px;
  margin: 0px auto;
}

.reports_component {
  display: block;
  padding-bottom: 16px;
  width: 100%;
}
.reports_component ::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  border-radius: 2;
}
.reports_component .section_heading_row {
  width: 100%;
  background: transparent;
  padding: 0px 16px;
  height: auto;
  max-height: 100px;
}
.reports_component .section_heading_row .section_heading_item {
  width: 100%;
  --background: var(--ion-color-white) --inner-border-width: 0px;
  --padding-end: 0px;
  --padding-start: 12px;
  --inner-padding-start: 0px;
  --inner-padding-end: 12px;
  --inner-border-width: 0px;
}
.reports_component .section_heading_row .section_heading_item ion-label h2 {
  font-size: 21px;
  text-align: left;
  font-weight: bold;
  padding: 0px;
  color: var(--ion-color-dark);
}
.reports_component .section_heading_row .section_heading_item ion-label p {
  font-size: 14px;
  color: var(--ion-color-medium);
}
.reports_component .section_heading_row .section_heading_item ion-badge {
  --background: transparent;
  background: transparent;
  cursor: pointer;
  border-radius: 3px;
}
.reports_component .section_heading_row .section_heading_item ion-badge ion-icon {
  margin: 1px;
  padding: 3px;
  border-radius: 3px;
}

.option_active {
  background: var(--ion-color-orange);
  --background:var(--ion-color-orange);
  color: var(--ion-color-white);
  --color:var(--ion-color-white) ;
  font-weight: normal;
}
.option_active ion-icon {
  color: var(--ion-color-white);
  --color:var(--ion-color-white) ;
}

.graphs_row {
  overflow: auto;
  white-space: nowrap;
  height: auto;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  overflow: scroll;
  width: 100%;
}
.graphs_row .graph {
  padding: 0px;
  margin: 6px 15px 6px 0px;
  width: 90vw;
  min-width: 92%;
  display: block;
  float: left;
  background: var(--ion-color-white);
  --background: var(--ion-color-white);
}
.graphs_row .graph .graph_body {
  background: var(--ion-color-light);
}
.graphs_row .graph .graph_heading_item {
  --padding-end: 6px;
  --padding-start: 6px;
  --inner-padding-start:0px;
  --inner-padding-end:0px;
  --inner-border-width:0px;
  margin-top: 6px;
  --background: var(--ion-color-white);
  color: var(--ion-color-dark);
  --padding-end: 21px;
}
.graphs_row .graph .graph_heading_item ion-label h2 {
  font-size: 16px;
}
.graphs_row .graph .graph_heading_item ion-label h3 {
  font-size: 16px;
  text-align: left;
  padding: 0px;
}
.graphs_row .graph .graph_heading_item ion-button {
  --padding-end: 0px;
  --padding-start: 0px;
}
.graphs_row .graph .graph_heading_item ion-badge {
  margin: 2px;
  color: var(--ion-color-dark);
  font-weight: normal;
  border-radius: 6px;
}
.graphs_row .graph .graph_heading_item .graphtypeactive {
  background: var(--ion-color-orange);
  --background:var(--ion-color-orange);
  color: var(--ion-color-white);
  font-weight: normal;
}

.graph_list {
  overflow-y: scroll;
  overflow-x: hidden;
  display: block;
  margin-top: 11px;
}
.graph_list .graph {
  width: 90vw;
  min-width: 92%;
  margin: 0px 10px;
}
@media (orientation: portrait) {
  .graph_list .graph {
    width: 100%;
    max-width: 100%;
    margin: 0px 10px;
    padding: 0px;
  }
}

.graph_horizontal {
  overflow-x: scroll;
  display: flex;
}
.graph_horizontal .graph {
  width: 97%;
  min-width: 97%;
}
@media (orientation: portrait) {
  .graph_horizontal .graph {
    width: 100%;
    max-width: 100%;
    padding: 0px;
    margin: 0px 10px;
  }
}

.graph_grid {
  overflow-x: hidden;
  overflow-y: scroll;
  display: block;
}
.graph_grid .graph {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
  padding: 15px;
  margin: 0px 0px 6px 0px;
}
@media (orientation: portrait) {
  .graph_grid .graph {
    width: 100%;
    max-width: 100%;
    padding: 0px;
    margin: 0px 10px;
  }
}

.graph_body {
  --padding-end:0px;
  --padding-start:0px;
  --inner-padding-start:0px;
  --inner-padding-end:0px;
  margin: 0px;
  background: var(--ion-color-white);
  --background:var(--ion-color-white);
  position: relative;
  overflow-x: scroll;
  width: 100%;
}
.graph_body .chart_container {
  --padding-end: 0px;
  --padding-start: 0px;
  --inner-padding-start: 0px;
  --inner-padding-end: 0px;
  overflow: auto;
  width: 100%;
  margin: 0px;
  padding: 0px;
  min-width: 100%;
}
.graph_body .graph_canvas {
  min-width: 100%;
  padding: 0px;
  height: 70vh;
  min-height: 400px;
  max-height: 400px;
}
@media (orientation: portrait) {
  .graph_body .graph_canvas {
    min-height: 300px;
    max-height: 300px;
  }
}

ion-modal {
  --background: var(--ion-color-white);
}
ion-modal ion-header {
  background: var(--ion-color-white);
  --background:var(--ion-color-white);
  box-shadow: none !important;
}
ion-modal ion-header ion-title {
  color: var(--ion-color-dark);
  text-align: left;
}
ion-modal ion-header ion-icon {
  color: var(--ion-color-dark);
}
ion-modal ion-header ion-toolbar {
  padding-left: 0px;
  padding-right: 0px;
  background: var(--ion-color-white);
  --background:var(--ion-color-white);
}
ion-modal ion-content {
  --background: var(--ion-color-white) ;
}
ion-modal app-productlistselector {
  height: 100%;
  width: 100%;
}
ion-modal ion-footer ion-toolbar {
  background: var(--ion-color-white);
  --background:var(--ion-color-white);
}
ion-modal ion-footer ion-toolbar ion-button {
  --box-shadow: none;
  width: 100%;
  margin: 0px;
}
ion-modal ion-footer ion-toolbar ion-row ion-col:nth-of-type(1) ion-button {
  --background: transparent;
  background: transparent;
  --color: var(--ion-color-primary);
}
ion-modal ion-footer ion-toolbar ion-row ion-col:nth-of-type(2) ion-button {
  --background: var(--ion-color-orange);
  --color:var(--ion-color-white) ;
}
ion-modal ionic-selectable-modal .activelbl {
  color: var(--ion-color-success);
  font-size: 11px;
}
ion-modal ionic-selectable-modal .expiredlbl {
  color: var(--ion-color-danger);
  font-size: 11px;
}

.lightfooter ion-item {
  width: 100%;
  --inner-border-width: 0px;
  --border-width: 0px;
  --padding-start:16px ;
  --padding-end:16px ;
  --padding-bottom:16px ;
  --min-height: 34px ;
}
.lightfooter ion-item .closebtn {
  color: var(--ion-color-danger);
}
.lightfooter ion-item .totalentries {
  color: var(--ion-color-dark);
}
.lightfooter ion-item .totalentries b {
  color: var(--ion-color-orange);
}
.lightfooter ion-item .depositbtn {
  --box-shadow: none;
  background: var(--ion-color-orange);
  --color: var(--ion-color-white) ;
  border-radius: 10px;
  --padding-top: 11px;
  --padding-bottom: 11px;
  --padding-start: 11px;
  --padding-end: 11px;
}
.lightfooter ion-item .valuedat {
  color: var(--ion-color-dark);
}
.lightfooter ion-item .valuedat b {
  color: var(--ion-color-orange);
}

.alertModal {
  --width: 300px;
  --height:400px;
  bottom: 0px;
}

.large-modal, .cartmodal {
  --width: 80vw;
  --height: 95vh;
  bottom: 0px;
}
.large-modal ion-header, .cartmodal ion-header {
  --background: var(--ion-color-white) ;
  background: var(--ion-color-white);
}
.large-modal ion-header ion-back-button, .cartmodal ion-header ion-back-button {
  display: block;
  color: var(--ion-color-dark);
}
.large-modal ion-header ion-tile, .cartmodal ion-header ion-tile {
  color: var(--ion-color-dark);
  text-transform: capitalize;
}
.large-modal ion-content, .cartmodal ion-content {
  --background: white ;
}

.full-modal {
  --width: 100vw;
  --height: 100vh;
}
.full-modal ion-header {
  --background: var(--ion-color-white) ;
  background: var(--ion-color-white);
}
.full-modal ion-header ion-back-button {
  display: block;
  color: var(--ion-color-dark);
}
.full-modal ion-header ion-tile {
  color: var(--ion-color-dark);
  text-transform: capitalize;
}
.full-modal ion-content {
  --background: var(--ion-color-content) ;
}

.productmodal {
  --width: 100%;
  --height: calc(100vh - 21px);
  top: 0px;
  --max-width: 80vw;
}

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

.longmodal {
  --width: 44vw;
  --height: calc(100vh - 100px);
  top: 0px;
}

@media (orientation: portrait) {
  .large-modal, .longmodal {
    --width: 100vw;
    --height: 100%;
    top: 0px;
  }
  .cartmodal {
    --width: 100vw;
    --height: calc(100vh - 0px);
    top: 0px;
    bottom: 0px;
  }
  .productmodal {
    --width: 100%;
    --height: 100% ;
    bottom: 0px;
    --max-width: 100%;
    top: 0px;
  }
}
ion-backdrop {
  opacity: 0.3;
  height: 100%;
  position: fixed;
  touch-action: none;
}

.classicAlert,
ion-alert {
  --min-width: 330px !important;
  background: rgba(162, 179, 224, 0.4392156863) !important;
}
@media (max-width: 380px) {
  .classicAlert,
  ion-alert {
    --min-width: 300px !important;
  }
}
.classicAlert .alert-head,
.classicAlert .alert-wrapper,
.classicAlert .alert-button-group,
ion-alert .alert-head,
ion-alert .alert-wrapper,
ion-alert .alert-button-group {
  background: var(--ion-color-dark-contrast) !important;
}
.classicAlert .alert-head *,
.classicAlert .alert-wrapper *,
.classicAlert .alert-button-group *,
ion-alert .alert-head *,
ion-alert .alert-wrapper *,
ion-alert .alert-button-group * {
  color: var(--ion-color-dark) !important;
}
.classicAlert .alert-wrapper *,
ion-alert .alert-wrapper * {
  color: var(--ion-color-dark) !important;
}
.classicAlert .alert-input-wrapper input,
.classicAlert .alert-input-wrapper textarea,
ion-alert .alert-input-wrapper input,
ion-alert .alert-input-wrapper textarea {
  border: 1px solid #ccc !important;
  padding: 13px !important;
  border-radius: 7px !important;
  font-weight: bold !important;
}
.classicAlert .alertextralabel,
ion-alert .alertextralabel {
  text-align: right !important;
  padding: 0px 20px !important;
  margin: 0px !important;
  color: var(--ion-color-light) !important;
}
.classicAlert .alertinputlables,
ion-alert .alertinputlables {
  text-align: left !important;
  padding: 0px 0px !important;
  margin: 0px !important;
  color: var(--ion-color-medium) !important;
}

ion-header, ion-footer {
  box-shadow: none;
}
ion-header ion-select, ion-footer ion-select {
  min-width: 80px;
}

.progresssloader, ion-progress-bar {
  max-width: 200px !important;
  margin: 0px auto !important;
}

.shown {
  display: block;
}

.margincentered {
  margin: 0px auto;
}

.hidden {
  display: none;
}

.ion-page {
  zoom: 100%;
  padding: 0;
  width: 100%;
  height: 100%;
}

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

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

ion-list {
  background: transparent !important;
}

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

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

.warningrow .warningitem {
  width: 100%;
}
.warningrow .warningitem ion-avatar {
  margin-right: 7px;
}
.warningrow .warningitem ion-button {
  --background:var(--ion-color-orange);
  --box-shadow: none;
  text-transform: capitalize;
}

ion-card {
  box-shadow: none;
}

.capitalize {
  text-transform: capitalize;
}

.centered {
  margin: 11px auto;
  width: 100%;
  text-align: center;
  max-width: 367px;
}

ion-toggle::part(track ) {
  background: var(--ion-color-light);
}

.toggle-checked::part(track ) {
  background: var(--ion-color-primary);
}

.buttonsrow ion-button {
  margin: 0px;
  min-height: 50px;
  --box-shadow: none;
  box-shadow: none;
  margin: 0px;
  font-size: 16px;
  text-transform: capitalize;
  --border-radius: 0px;
  --background: var(--ion-color-orange);
  width: 100%;
}
.buttonsrow ion-button > ion-icon {
  margin-right: 13px;
}

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

.locationitem {
  --padding-top:10px;
  margin-top: 10px;
  border-radius: 5px;
  width: 100%;
}
.locationitem ion-avatar {
  margin-left: 0px;
  margin-right: 10px;
}
.locationitem i {
  font-size: 11px;
  color: var(--ion-color-orange);
  font-weight: bold;
}
.locationitem .loading {
  color: var(--ion-color-success-shade);
}

ion-range::part(bar), .range-bar {
  background: var(--ion-color-light-shade);
}

.cursor {
  cursor: pointer;
}

.notificationitem {
  max-width: 500px;
  min-width: calc(100vw - 20px);
  margin: 5px 10px;
  position: absolute;
  top: 10px;
  --inner-border-width:0px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 99999;
  --background: var(--ion-color-white)
  -webkit-box-shadow: 0px 1px 2px rgb(0 0 0 / 20%);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
.notificationitem ion-avatar {
  margin-right: 10px;
  background: var(--ion-color-light);
}
.notificationitem ion-avatar ion-icon {
  font-size: 25px;
  margin: 7px 7px;
  color: var(--ion-color-orange);
}
.notificationitem ion-label h3 {
  font-weight: 500;
  font-size: 14px;
}
.notificationitem ion-label p {
  font-size: 12px;
}
ion-toast .copybtn {
  --background:var(--ion-color-orange) ;
  background: var(--ion-color-orange);
  color: var(--ion-color-white);
}

.sekeletonitem_landscape {
  padding: 0px;
  width: 98%;
  margin: 6px 0px;
  text-align: left;
  --inner-border-width: 0px;
  --border-radius: 9px;
  --background: transparent;
}
.sekeletonitem_landscape ion-item {
  width: 100%;
  margin: 4px 0px;
  --inner-border-width: 0px;
  --border-width: 0px;
  border-radius: 16px;
  float: left;
  text-align: left;
}
.sekeletonitem_landscape ion-item in-avatar {
  width: 30px;
}
.sekeletonitem_landscape ion-item ion-label {
  text-align: left;
}
.sekeletonitem_landscape ion-item:nth-child(2n) {
  float: right;
  background-color: #fafafa;
}
.sekeletonitem_landscape ion-skeleton-text {
  margin: 10px 0px;
  background: var(--ion-color-light-shade);
}

.bgimage, .bgimg {
  font-size: 27px;
  text-align: center;
  background-color: var(--ion-color-light);
  border-radius: 50%;
  color: #fff;
  width: 43px;
  height: 43px;
  overflow: hidden;
  margin: 0px 7px 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-origin: border-box;
}

.movecomponent {
  min-width: 300px;
  width: 100%;
  float: left;
  padding-right: 6px;
}
.movecomponent ion-item {
  width: 50%;
  float: left;
  --inner-padding-end: 3px ;
  --inner-padding-start: 0px ;
  --padding-bottom: 6px ;
  zoom: 0.9;
}
.movecomponent ion-item ion-label {
  margin-bottom: 6px;
}
.movecomponent ion-item ion-button {
  margin: 6px 0px;
  font-size: 16px;
  width: 44px;
}
.movecomponent ion-item .movebtn {
  --box-shadow: none;
  padding-left: 6px;
  --background:var(--ion-color-primary);
}

.welcomecontent {
  --background:var(--ion-color-white) ;
  background: var(--ion-color-white);
}
.welcomecontent h2 {
  text-align: center;
  color: var(--ion-color-dark);
  padding: 6px 0px 0px 0px;
  margin: 0px;
  font-size: 19px;
  line-height: 1;
}
.welcomecontent ion-card {
  background: transparent;
}
.welcomecontent .loginwrap {
  background: transparent;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  padding-top: 0%;
}
.welcomecontent .loginbtn {
  --background:var(--ion-color-orange) ;
  color: var(--ion-color-white);
  --color:var(--ion-color-white);
}
.welcomecontent .morebtns {
  text-align: center;
  width: 100%;
  margin: 20px auto;
  color: #ccc;
  padding: 15px;
}
.welcomecontent .morebtns a {
  padding: 0px 10px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}

.mainicon {
  text-align: center;
  margin: 0px auto;
  display: block;
  font-size: 80px;
  color: var(--ion-color-medium);
}

.shopingbg {
  background: transparent;
  --background:transparent ;
}
.shopingbg ion-card {
  background: var(--ion-color-white);
}
.shopingbg .logincard ion-card {
  background: var(--ion-color-white);
}
.shopingbg .morebtns a {
  padding: 0px 10px;
  font-size: 14px;
  color: var(--ion-color-orange);
  cursor: pointer;
  font-weight: bold;
}

.inviter {
  text-align: center;
  zoom: 90%;
  padding: 100px 10px;
}
.inviter h3 {
  margin: 0px;
}
.inviter p {
  margin: 0px;
}
.inviter .sellherebtn {
  --background:var(--ion-color-orange);
}
.inviter span {
  color: var(--ion-color-white);
  font-size: 12px;
  width: 100%;
  float: left;
  display: inherit;
}

.rolescard {
  padding: 25px 0px;
  width: 100%;
  margin: 0px;
}
.rolescard ion-row, .rolescard ion-item, .rolescard h3 {
  width: 100%;
}
.rolescard h3 {
  background: transparent;
  float: left;
  padding: 6px 0px;
  color: var(--ion-color-medium-shade);
}
.rolescard ion-badge {
  font-size: 12px;
  color: #ffffff;
  font-weight: 400;
  background-color: #aaa;
  border-radius: 15px;
  margin: 0px;
  display: block;
}
.rolescard .permissionscard ion-list-header {
  padding: 11px;
  font-size: 16px;
}
.rolescard .permissionscard ion-item {
  --padding-start: 7px ;
  --inner-padding-start: 7px ;
  --color: var(--ion-color-dark);
}
.rolescard .permissionscard h3 {
  padding: 14px 14px 14px 14px;
  color: var(--ion-color-dark);
  background: var(--ion-color-light);
}

.stockitem {
  margin: 7px 1%;
  max-width: 98%;
  cursor: pointer;
  touch-action: auto;
  --background: transparent ;
  --inner-border-width: 0px ;
  --border-width: 0px ;
  --highlight-color-focused: transparent;
  --highlight-color-invalid: transparent;
  --highlight-color-valid: transparent;
  --inner-box-shadow: 0px 0px;
  --inner-padding-bottom: 0px;
  --inner-padding-end: 0px;
  --inner-padding-start: 4px;
  --inner-padding-top: 0px;
  --min-height: 70px ;
  --padding-bottom: 0px;
  --padding-end: 0px;
  --padding-start: 4px;
  --padding-top: 0px;
  --min-height: 77px;
}
.stockitem .item-inner {
  border-color: #d5dee4;
}
.stockitem:last-child * {
  border: none;
}
.stockitem ion-avatar {
  font-size: 13px;
  text-align: center;
  background: var(--ion-color-primary);
  border-radius: 50%;
  color: var(--ion-color-white);
  width: 40px;
  height: 40px;
  margin: 6px;
  background-size: cover;
  background-position: center center;
  padding: 12px 12px;
}
.stockitem ion-avatar .indicator {
  height: 7px;
  background: var(--ion-color-primary);
  position: absolute;
  z-index: 99;
  padding: 0px;
  display: none;
  margin: -7px 13px;
  border-radius: 50%;
  width: 7px;
}
.stockitem ion-label {
  overflow: inherit;
}
.stockitem .usageavatar {
  background: var(--ion-color-secondary);
  color: var(--ion-color-dark);
  padding-top: 7px;
}
.stockitem .usageavatar ion-icon {
  font-size: 30px;
}
.stockitem h2 {
  color: var(--ion-color-dark);
  font-size: 13px;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
}
.stockitem h3 {
  margin: 0px;
  color: var(--ion-color-medium);
  padding: 0px;
  font-size: 13px;
  font-weight: normal;
}
.stockitem ion-badge {
  background: var(--ion-color-white);
  color: var(--ion-color-dark);
  padding: 4px 7px;
  font-size: 11px;
  font-weight: normal;
  margin: 0px 2px 2px;
  border-radius: 6px;
}
.stockitem ion-badge b {
  font-weight: normal;
  font-size: 12px;
  color: var(--ion-color-dark);
}
.stockitem .typebadge, .stockitem .product {
  background: var(--ion-color-danger);
}
.stockitem .typebadge, .stockitem .service {
  background: var(--ion-color-medium-shade);
  padding: 3px 5px;
  color: var(--ion-color-white);
  font-size: 10px;
}
.stockitem .service {
  color: var(--ion-color-white);
  background: var(--ion-color-orange);
}
.stockitem .categorybadge {
  background: var(--ion-color-medium-tint);
  font-size: 10px;
  padding: 3px 5px;
  margin-left: 5px;
  color: var(--ion-color-white);
}
.stockitem .cleared {
  font-size: 10px;
  text-align: left;
  float: left;
}
.stockitem p {
  font-size: 11px;
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  color: var(--ion-color-dark);
}
.stockitem .morebtn {
  color: var(--ion-color-dark);
  margin: 0px;
}
.stockitem ion-select {
  max-width: 0px;
}
.stockitem ion-select ion-label {
  white-space: unset;
}
.stockitem ion-checkbox {
  --size: 23px;
}
.stockitem .stocklowlbl {
  color: var(--ion-color-orange);
  font-size: 13px;
  float: left;
}
.stockitem .totals,
.stockitem .bals {
  padding: 13px 0px 0px 7px;
  font-size: 13px;
  margin: 0px 13px;
  float: left;
  color: var(--ion-color-medium);
  font-weight: bold;
}
.stockitem .credit {
  color: var(--ion-color-orange);
}
.stockitem .bals {
  color: var(--ion-color-orange);
  margin: 0px 13px 0px;
  float: right;
  font-size: 13px;
}
.stockitem .creditavater {
  background: linear-gradient(to top, #ffadad, #ffdfdf);
}
.stockitem .badavatar {
  background: linear-gradient(to top, #cacaca, #b4b6b9);
}
.stockitem .badavatar ion-icon {
  margin: 0px auto;
  font-size: 16px;
}
.stockitem .dateleft {
  float: left;
  width: 100%;
  font-size: 10px;
  color: var(--ion-color-dark-tint);
}
.stockitem .soldby {
  float: right;
  position: absolute;
  right: 10px;
  bottom: 8px;
  max-width: 46%;
  color: var(--ion-color-dark-tint);
  font-size: 10px;
  text-align: right;
  font-weight: 300;
}
.stockitem p i {
  float: left;
  width: 100%;
  font-size: 12px;
}
.stockitem .timeago {
  color: var(--ion-color-dark-tint);
  font-size: 10px;
}
.stockitem .creditlbl {
  color: var(--ion-color-orange);
}
.stockitem .partiallbl {
  color: var(--ion-color-success);
}
.stockitem .stats {
  display: flex;
}
.stockitem .morecontrols {
  width: 100%;
  border-radius: 3px;
  float: left;
}
.stockitem .morecontrols ion-item {
  width: 100%;
  max-width: 151px;
  --padding-bottom: 0px;
  --padding-start: 0px;
  --padding-top: 0px;
  --inner-padding-top: 0px;
  --inner-padding-bottom: 0px;
  --padding-end: 0px;
  padding: 0px;
  margin: 0px;
  --inner-border-width: 0px;
  --min-height: 0px ;
}
.stockitem .morecontrols ion-item ion-label {
  font-size: 12px;
  margin: 0px;
  color: var(--ion-color-medium);
  padding: 0px;
}
.stockitem .morecontrols ion-item ion-toggle {
  padding: 5px;
  zoom: 77%;
}

@media (orientation: portrait) {
  .welcomehead {
    --background:var(--ion-color-white) ;
    background: var(--ion-color-white);
  }
  .welcomehead ion-back-button {
    color: var(--ion-color-dark);
  }
  .welcomecontent {
    --background:var(--ion-color-white) ;
    background: var(--ion-color-white);
  }
  .welcomecontent h2 {
    color: var(--ion-color-dark);
    font-weight: bold;
  }
  .welcomecontent .morebtns a {
    padding: 0px 10px;
    font-size: 14px;
    color: var(--ion-color-orange);
    cursor: pointer;
    font-weight: bold;
  }
  .welcomecontent .loginwrap {
    padding-top: 13%;
  }
  .welcomecontent .loginwrap .logininputsframe {
    padding: 13px;
    border-radius: 7px;
    margin: 13px auto;
  }
  .welcomecontent .loginwrap .loginbtn {
    --background: var(--ion-color-primary) ;
  }
  .welcomecontent .loginwrap input {
    font-size: 21px;
  }
  .welcomefooter ion-col {
    padding: 0px;
  }
  .welcomefooter p {
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0px;
    padding: 16px;
  }
  .welcomefooter ion-button {
    width: 100%;
  }
}
ion-footer:before {
  display: none;
}
ion-footer .footercontinueitem {
  --inner-border-width: 0px;
  --inner-padding-end: 0px;
  --inner-padding-start: 16px ;
  --padding-start: 0px;
  --background: var(--ion-color-orange);
  --color: var(--ion-color-light);
  border-radius: 16px;
  width: 100%;
}
ion-footer .footercontinueitem h3 {
  font-size: 16px;
  font-weight: bold;
  color: var(--ion-color-white);
}
ion-footer .footercontinueitem p {
  font-size: 12px;
  color: var(--ion-color-white);
}
ion-footer .footercontinueitem ion-button {
  text-transform: capitalize;
  color: var(--ion-color-white);
}
ion-footer ion-col {
  padding: 0px;
  margin: 0px;
}
ion-footer .loginbtn {
  width: 100%;
}

.graphoverflow {
  width: 100%;
  max-height: 40vh;
  overflow: auto;
}

.shopitem {
  --border-width: 0px;
  --inner-border-width: 0px;
  --background: var(--ion-color-white)
  --color: var(--ion-color-dark);
  max-width: 97%;
  margin: 3px auto;
  --border-radius: 6px;
  --border-radius: 11px;
  --padding-start: 5px;
  --padding-end: 0px;
  --inner-padding-end: 3px;
}
.shopitem * {
  color: var(--ion-color-dark);
  --color: var(--ion-color-dark);
}
.shopitem h3 {
  font-size: 16px;
  font-weight: bold;
}
.shopitem h2 {
  font-size: 13px;
  font-weight: normal;
}
.shopitem p {
  font-size: 10px;
  color: var(--ion-color-dark-tint);
}
.shopitem ion-avatar {
  margin: 16px;
}
.shopitem ion-label {
  margin: 8px 0px;
}
.shopitem ion-button {
  --background:var(--ion-color-orange);
  --color:var(--ion-color-white);
  color: var(--ion-color-white);
  --padding-end: 6px;
}
.shopitem ion-button ion-icon {
  --color:var(--ion-color-white);
  color: var(--ion-color-white);
  font-size: 16px;
  margin-right: 4px;
}

.inventoryleftmenu .themeswitcher {
  border-radius: 21px;
  --padding-start: 0px ;
  font-size: 13px;
  min-width: 88px;
  --border-radius: 30px;
  font-weight: bold;
  background: transparent;
  color: var(--ion-color-dark);
  --color: var(--ion-color-dark) ;
  font-weight: bold;
}
.inventoryleftmenu ion-icon {
  padding: 2px;
  margin: 0px;
}
.inventoryleftmenu .dark {
  min-height: 45px;
}
.inventoryleftmenu .dark ion-icon {
  color: var(--ion-color-dark);
  --color: var(--ion-color-dark) ;
}
.inventoryleftmenu .light {
  min-height: 45px;
}
.inventoryleftmenu .light ion-icon {
  color: var(--ion-color-dark);
  --color: var(--ion-color-dark) ;
}

.notfoundcard, .notfound {
  width: 100%;
  float: left;
  text-align: center;
  padding: 150px 0px;
  font-weight: 500;
  background: transparent;
}
.notfoundcard ion-icon, .notfound ion-icon {
  font-size: 60px;
  color: #aaa;
  font-weight: 400;
}
.notfoundcard h3, .notfound h3 {
  font-weight: bold;
  color: var(--ion-color-dark);
  font-size: 13px;
  margin: 0px;
  padding: 0px;
}
.notfoundcard p, .notfound p {
  text-align: center;
  font-size: 13px;
  width: 100%;
  font-weight: normal;
  color: var(--ion-color-medium);
  padding: 0px;
  margin: 0px;
}
.notfoundcard p b, .notfound p b {
  font-weight: normal;
  color: var(--ion-color-medium-shade);
}
.notfoundcard ion-button, .notfound ion-button {
  --background: var(--ion-color-orange);
  text-transform: capitalize;
  margin: 25px auto;
  --box-shadow: none;
  min-width: 165px;
  color: var(--ion-color-white);
  max-width: 200px;
}
.notfoundcard ion-button ion-icon, .notfound ion-button ion-icon {
  font-size: inherit;
  color: inherit;
  font-weight: normal;
}

.tinytext {
  font-size: 9px;
}

.smalltext {
  font-size: 11px;
}

.cartmorerow {
  max-height: auto;
}
.cartmorerow div {
  width: 100%;
}
.cartmorerow ion-item {
  width: 100%;
  --inner-border-width: 0px;
  --min-height: 0px;
  max-height: 21px;
  --background: transparent;
  --padding-start: 0px;
  --padding-end: 0px;
  --inner-padding-start: 0px;
  --inner-padding-end: 0px;
  --padding-top: 0px;
  --inner-padding-top: 0px;
  margin: 0px;
}
.cartmorerow ion-item ion-icon {
  font-size: 13px;
  padding: 0px;
  --padding-bottom: 0px;
  --padding-top: 0px;
  margin: 0px;
  max-height: 13px;
}
.cartmorerow .segrow {
  padding: 7px 0px 0px;
  max-height: auto;
  display: flex;
}
.cartmorerow .segrow .coloritem {
  width: 22px !important;
  height: 22px !important;
  font-size: 13px;
  border-radius: 50%;
  margin-right: 7px;
  border: 3px solid var(--ion-color-light);
  cursor: pointer;
}
.cartmorerow .segrow .coloractive {
  border: 0px solid var(--ion-color-light);
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
}
.cartmorerow .segrow .sizeitem, .cartmorerow .segrow .imeiitem {
  margin-right: 7px;
  cursor: pointer;
  padding: 3px 5px;
  font-size: 12px;
}
.cartmorerow .segrow .sizeactive {
  background: var(--ion-color-primary);
}
.cartmorerow .segrow .imeiactive {
  background: var(--ion-color-primary);
}
.cartmorerow .segrow input {
  min-width: 160px;
  text-align: left;
}

.tiny_progress {
  max-width: 200px;
  margin: 16px auto;
}

.receiptbg {
  --background: var(--ion-color-light) !important;
  background: var(--ion-color-light) !important;
}
.receiptbg .receiptlist {
  background: transparent;
  --background: transparent ;
  padding: 0px;
}
.receiptbg .receiptbackground {
  background: var(--ion-color-light);
  padding: 16px 0px;
}
.receiptbg .receiptbackground ion-item-divider {
  background: transparent;
}

.actionfooter {
  overflow: auto;
  min-width: 100%;
}
.actionfooter p {
  font-size: 13px;
  margin: 0px;
  padding: 7px 0px 0px 13px;
  color: var(--ion-color-dark);
}
.actionfooter ion-chip {
  margin: 0px 2px 7px 0px;
}
.actionfooter ion-chip > ion-label {
  font-size: 13px;
}
@media (orientation: landscape) {
  .actionfooter ion-chip > ion-label {
    font-size: 13px;
  }
}
.actionfooter ion-row ion-col:nth-of-type(1) ion-button {
  --background: transparent;
  --color: var(--ion-color-primary);
  --box-shadow: none;
  width: 100%;
  max-width: 100%;
  margin: 0px;
}
.actionfooter ion-row ion-col:nth-of-type(1) ion-button span {
  color: var(--ion-color-primary);
}
.actionfooter ion-row ion-col:nth-of-type(2) ion-button {
  --background: var(--ion-color-orange);
  width: 100%;
}
.actionfooter ion-row ion-col:nth-of-type(2) ion-button span {
  color: white;
}
.actionfooter ion-badge {
  background: transparent;
  color: var(--ion-color-dark);
  font-weight: normal;
}
.actionfooter ion-badge i {
  font-weight: bold;
  font-size: 21px;
}
@media (orientation: portrait) {
  .actionfooter ion-badge i {
    font-size: 14px;
  }
}
.actionfooter .adnewfooterbtn {
  margin: 0px auto;
  display: table;
  text-transform: capitalize;
  --background: var(--ion-color-orange);
  --box-shadow: none;
  font-weight: bold;
  min-height: 44px;
  color: var(--ion-color-white);
}

.horizontal_scroller {
  overflow-x: auto;
  white-space: nowrap;
  background: transparent;
  width: 100%;
  max-height: 450px;
  overflow-y: hidden;
  display: inline-block;
}
.paymodescard {
  background: transparent;
}
.paymodescard .item {
  padding: 0px 0px;
  --background: transparent;
}
.paymodescard .item ion-icon {
  color: var(--ion-color-dark);
}
.paymodescard .infocard {
  margin: 16px auto;
  background: var(--ion-color-light);
  padding: 0px;
  box-shadow: none;
  border: none;
  width: 94%;
  border-radius: 16px;
}
.paymodescard .infocard .paylblbox {
  --background: transparent;
  color: var(--ion-color-dark);
  border: 0px solid #ccc;
  max-width: 100%;
  border-radius: 5px;
  --inner-border-width:0px;
}
.paymodescard .infocard .paylblbox * {
  letter-spacing: 1px;
}
.paymodescard .infocard .paylblbox ion-button {
  text-transform: capitalize;
  font-size: 13px;
  --background: transparent;
  --box-shadow: none;
  --color: var(--ion-color-orange);
}
.paymodescard .infocard .paylblbox h2 {
  color: var(--ion-color-medium);
  font-weight: normal;
  font-size: 12px;
  margin: 10px 0px 0px;
}
.paymodescard .infocard .paylblbox b {
  color: var(--ion-color-dark);
  font-size: 15px;
}
.paymodescard .infocard .paylblbox p {
  color: var(--ion-color-medium);
}
.paymodescard .infocard .paylblbox span {
  font-size: 12px;
}
.paymodescard .paymentstabs ion-segment ion-segment-button {
  border: none;
}
.paymodescard .paymentstabs ion-segment ion-segment-button img {
  margin: 0px auto;
  max-width: 70px;
  min-width: 70px;
}
.paymodescard .paymentstabs .paywithwrap {
  position: relative;
  width: 100%;
  display: block;
  height: auto;
  overflow: auto;
  background: transparent;
}
.paymodescard .paymentstabs .paywithwrap ion-card {
  --background: transparent;
  background: transparent;
}
.paymodescard .paymentstabs .paywithwrap .paywrap {
  width: 100%;
  padding: 10px 0px;
  margin: 0px;
  box-shadow: none;
  border-style: solid;
  border-width: 1px;
  min-height: 300px;
  background: transparent;
  border: none;
  text-align: center;
}
.paymodescard .paymentstabs .paywithwrap .paywrap ion-row {
  width: 100%;
}
.paymodescard .paymentstabs .paywithwrap .paywrap ion-row ion-card {
  width: 100%;
  --background: transparent;
}
.paymodescard .paymentstabs .paywithwrap .paywrap flutterwave-make-payment {
  display: inline-grid;
  width: auto;
  margin: 100px auto;
  text-align: center;
}
.paymodescard .paymentstabs .paywithwrap .paywrap .processingbtn {
  --background: var(--ion-color-dark);
  border-radius: 3px;
  --inner-border-width: 0px;
  margin: 16px 0px;
  color: var(--ion-color-white);
}
.paymodescard .paymentstabs .paywithwrap .paywrap .processingbtn p {
  color: var(--ion-color-white);
}
.paymodescard .paymentstabs .paywithwrap .paywrap .extendbtn {
  margin: 20px auto;
}
.paymodescard .paymentstabs .paywithwrap .iframe-container {
  position: relative;
  min-height: 120vh;
  display: block;
  overflow: hidden;
  max-width: 500px;
  margin: 0px auto;
}
.paymodescard .paymentstabs .paywithwrap .iframe-container ion-spinner {
  top: -800px;
}
.paymodescard .paymentstabs .paywithwrap .iframe-container iframe {
  border: 0;
  left: 0;
  position: absolute;
  /* : ; */
  width: 100%;
  overflow: hidden;
  min-height: 145vh;
}
.paymodescard .successcard {
  width: 100%;
  text-align: center;
  padding-top: 20%;
}
.paymodescard .successcard ion-icon {
  font-size: 70px;
  width: 100%;
  text-align: center;
  padding-top: 15vh;
  margin: 0px auto;
  color: var(--ion-color-success);
}
.paymodescard .successcard h3 {
  font-size: 21px;
  color: var(--ion-color-success);
  width: 100%;
  padding: 0px;
  font-weight: bold;
  margin: 0px;
}
.paymodescard .successcard p {
  width: 100%;
  font-size: 13px;
  padding: 0px;
  margin: 0px;
}

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

.fullheight {
  height: 100vh;
}

.packageslistview {
  --background: var(--ion-color-white);
  background: var(--ion-color-white);
}
.packageslistview ion-card {
  width: 100%;
  margin: 0px;
}
.packageslistview h2 {
  text-align: left;
}
.packageslistview .inputcard {
  height: auto;
  margin: 20px auto;
  padding: 0px;
}
.packageslistview .inputcard .inputitems {
  --inner-padding-start: 0px;
}
.packageslistview swiper-container {
  min-height: 100vh;
  max-height: 100%;
  display: block;
  margin: 0px;
  width: 100%;
  min-height: 100%;
  height: auto;
  overflow: auto;
}
.packageslistview swiper-container swiper-slide {
  height: auto;
  display: block;
  min-height: 91vh;
}
.packageslistview swiper-container .swiper-slide {
  display: block;
}
swiper-container {
  --swiper-pagination-bullet-inactive-color: var(--ion-color-step-200, #cccccc);
  --swiper-pagination-color: var(--ion-color-primary, #3880ff);
  --swiper-pagination-progressbar-bg-color: rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.25);
  --swiper-scrollbar-bg-color: rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.5);
  height: auto;
  min-height: 100%;
  min-width: 0;
  max-width: 100vw;
  width: 100%;
  overflow: auto;
}

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

.swiper-wrapper {
  max-height: 100%;
  height: 100% t;
  display: flex;
}

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

app-expensesview {
  display: block;
  height: 100%;
}

.toolsbox {
  background: transparent;
  box-shadow: none;
  border: none;
  border-radius: 0px;
  text-align: center;
  padding-top: 0px;
  max-width: 600px;
  margin: 0px auto;
  text-align: left;
}
.toolsbox .toolboxheader ion-item {
  --inner-padding-start:0px;
  --padding-end:0px;
  --background:transparent;
  background: transparent;
  --padding-start: 0px;
  --inner-padding-start: 0px;
  --inner-padding-end: 0px;
}
.toolsbox .toolboxheader ion-item ion-card-title {
  color: var(--ion-color-medium);
}
.toolsbox ion-grid ion-col {
  text-align: center;
  padding: 3px;
}
.toolsbox ion-grid ion-col ion-icon {
  margin: 0px 10px 0px;
  font-size: 30px;
  color: var(--ion-color-medium);
}
.toolsbox ion-grid ion-col h3 {
  color: var(--ion-color-dark);
  font-size: 13px;
  font-weight: bold;
  text-transform: capitalize;
  width: 100%;
  text-align: center;
}
.toolsbox ion-grid ion-col p {
  text-align: left;
  color: var(--ion-color-medium);
  width: 100%;
  font-size: 11px;
  text-align: center;
}
.toolsbox ion-grid ion-col .startbtns {
  margin: 0px auto;
  min-height: 3em;
  font-weight: normal;
  --box-shadow: none;
  --background: var(--ion-color-light);
  --border-radius: 10px;
  text-align: center;
  width: 100%;
  --inner-border-width: 0px;
}
.toolsbox ion-grid ion-col .startbtns ion-chip {
  color: var(--ion-color-white);
  font-weight: 500;
}
.toolsbox ion-grid ion-col .startbtns ion-chip b {
  color: var(--ion-color-white);
}
.toolsbox ion-grid ion-col .startbtns .orderchip {
  background: var(--ion-color-primary);
}
.toolsbox ion-grid ion-col .startbtns .saleschip {
  background: orange;
}
.toolsbox ion-grid ion-col .startbtns .salescounts {
  font-size: 13px;
  padding: 1px 5px;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 43px;
  bottom: 34px;
  background: #ff9e00;
}
@media (orientation: portrait) {
  .toolsbox ion-grid ion-col .startbtns {
    min-height: 140px;
    background: var(--ion-color-light);
    overflow: hidden;
    --inner-border-width: 0px;
    border-radius: 7px;
  }
}

.thumbnail .keen-slider__slide {
  font-size: 30px;
  height: 100px;
}

.thumbnail .keen-slider__slide {
  cursor: pointer;
}

.thumbnail .keen-slider__slide.active {
  border: 2px solid var(--ion-color-orange);
  --color: var(--ion-color-white) ;
  color: var(--ion-color-white);
}
.thumbnail .keen-slider__slide.active * {
  color: var(--ion-color-white);
}

.product_face__slide_ui_one {
  width: 100%;
}
.product_face__slide_ui_one .largeslides {
  width: 100%;
  height: auto;
  min-height: 230px;
  max-height: auto;
}
.product_face__slide_ui_one .keen-slider {
  width: 100%;
  height: auto;
  width: 100%;
  margin: 0px auto;
  border-radius: 3px;
}
.product_face__slide_ui_one .keen-slider .large {
  border-radius: 6px;
  width: 100%;
  min-width: 100%;
  height: min-content;
  overflow: visible;
  min-height: 230px;
  background-color: var(--ion-color-light-shade);
  margin-bottom: 10px;
  margin: 6px;
}
.product_face__slide_ui_one .keen-slider .large img {
  width: 100%;
}
.product_face__slide_ui_one .keen-slider .large ion-icon {
  font-size: 33px;
  position: absolute;
  left: 47%;
  top: 40%;
  color: var(--ion-color-medium);
}
.product_face__slide_ui_one .thumbnail {
  height: auto;
  border-radius: 3px;
  padding: 0px 0px 12px;
  white-space: nowrap;
  margin: 20px auto;
  width: auto;
  overflow: auto;
  min-width: 253px;
}
.product_face__slide_ui_one .thumbnail .thumbs {
  height: 50px;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  max-height: 50px;
  border-radius: 50%;
  background-color: var(--ion-color-light-shade);
  margin-right: 12px;
  width: auto;
  min-height: 50px;
}
.product_face__slide_ui_one .thumbnail .thumbs img {
  width: 100%;
}
.product_face__slide_ui_one .thumbnail .thumbs ion-icon {
  font-size: 24px;
  position: absolute;
  color: var(--ion-color-medium);
  margin: 13px -11px;
  padding: 0px;
}
.product_face__slide_ui_one .slidebox .producttitles * {
  margin: 0px;
  padding: 0px;
}
.product_face__slide_ui_one .slidebox .producttitles p {
  width: 100%;
}
.product_face__slide_ui_one .slidebox .producttitles h3 {
  width: 100%;
  margin-bottom: 12px;
}
.product_face__slide_ui_one .productdetails {
  width: 100%;
  height: auto;
  overflow: auto;
  background: var(--ion-color-white);
  --background: var(--ion-color-white);
  top: 0px;
}
.product_face__slide_ui_one .productdetails .shopitem {
  margin-top: 0px;
  padding: 0px;
  background: rgb(138, 130, 119);
  border-radius: 10px;
  width: 100%;
}
.product_face__slide_ui_one .productdetails .shopitem ion-item {
  --padding-bottom: 0px;
  --padding-end: 0px ;
  --padding-start: 0px ;
  animation-name: fadeIn;
  animation-duration: 0.71s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}
.product_face__slide_ui_one .productdetails .shopitem ion-card-title {
  font-size: 16px;
}
.product_face__slide_ui_one .productdetails ion-card {
  box-shadow: none;
  margin: 0px;
  width: 100%;
  background: transparent;
  --background: transparent ;
}

.searchitem {
  --inner-border-width: 0px;
  --border-width: 0px;
  --padding-top: 6px;
  --padding-bottom: 3px;
  --padding-start: 6px;
  --inner-padding-end: 0px;
  --padding-end: 6px;
  --background: var(--ion-color-white);
}
.searchitem ion-label {
  --padding-bottom: 0px;
  padding: 0px;
  margin: 0px;
}
.searchitem ion-chip {
  text-align: center;
  margin: 0;
  border-radius: 50%;
  padding: 13px 6px;
  font-size: 20px;
  width: 37px;
  height: 37px;
}
.searchitem ion-chip ion-icon {
  margin: 3px;
}

app-combinedreportpicker {
  width: 100%;
}

pwa-action-sheet, pwa-camera-modal, pwa-camera-modal-instance {
  z-index: 999999 !important;
}

.bgimage {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.combinedreport_switch {
  width: 100%;
  position: sticky;
  z-index: 9999;
  top: -21px;
  padding: 0px;
  background: var(--ion-color-white);
}
.combinedreport_switch .aggregate_card {
  width: 100%;
  border-radius: 0px;
  box-shadow: none;
  background: var(--ion-color-white);
  --background:transparent;
  padding: 0px 0px 0px 0px;
  margin: 10px auto;
  overflow: hidden;
}
.combinedreport_switch .aggregate_card ion-card-content {
  text-align: left;
  white-space: nowrap;
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
}
.combinedreport_switch .aggregate_card ion-card-header {
  margin: 0px;
  padding: 0px;
  --background:transparent;
}
.combinedreport_switch .aggregate_card ion-chip {
  color: var(--ion-color-primary);
  --color:var(--ion-color-primary);
}
.combinedreport_switch .aggregate_card ion-item {
  --background: transparent;
  color: var(--ion-color-medium);
  width: 100%;
  --inner-border-width: 0px;
  --border-width: 0px;
  --min-height: 0px;
  font-size: 13px;
  max-width: 277px;
  margin: 0px auto;
  --padding-start: 0px;
  --padding-end: 0px;
  --inner-padding-end: 0px;
}
.combinedreport_switch .aggregate_card ion-item ion-lable {
  padding: 0px;
}
.combinedreport_switch .aggregate_card ion-item ion-select {
  padding: 0px;
  border: 0px solid var(--ion-color-medium);
  margin: 6px;
  --padding-top: 1px ;
}

ion-segment {
  overflow: hidden;
  width: 100%;
  padding: 0px;
  --background: var(--ion-color-white)
  max-width: 425px;
  margin: 0px auto;
}
ion-segment ion-segment-button {
  padding: 0px 0px 8px;
  margin: 0px;
  font-size: 12px;
  min-height: 29px;
  font-weight: bold;
  text-transform: capitalize;
  color: var(--ion-color-dark);
  min-width: auto;
}
ion-segment ion-segment-button ion-icon {
  margin: 0px;
}
ion-segment ion-segment-button ion-label {
  margin: 0px;
  line-height: 1.5;
}

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

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

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

.shopswitcher {
  overflow: hidden;
  --background: transparent;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --inner-padding-bottom: 0px;
  cursor: pointer;
  --inner-border-width: 0px;
  --border-width: 0px;
  --padding-start: 16px;
  --inner-padding-end: 0px;
  max-width: 100%;
  --padding-end: 16px;
}
.shopswitcher ion-input {
  --padding-start: 8px ;
  --padding-end: 8px ;
  --padding-top: 9px;
  min-height: 41px;
  background: var(--ion-color-light-tint);
  margin: 2px;
  --border-width: 0px !important;
  --border-radius: 16px !important;
}
.shopswitcher ion-input input {
  color: var(--ion-color-medium-shade) !important;
}
.shopswitcher label {
  color: var(--ion-color-medium);
  padding: 0px 6px;
  font-weight: normal;
}
.shopswitcher label .label-text-wrapper {
  margin: -3px 0px 6px !important;
}
.shopswitcher ion-icon {
  right: 8px;
  position: absolute;
  z-index: 999;
}

.quicknoticebay {
  --background:transparent;
  background: transparent;
  zoom: 0.9;
}
.quicknoticebay ion-segment {
  background: var(--ion-color-white);
  --background: var(--ion-color-white);
  font-weight: bold;
  max-width: 300px;
  margin: 0px auto;
}
.quicknoticebay ion-segment ion-segment-button {
  font-weight: bold;
  font-size: 15px;
}
.quicknoticebay .noticelist {
  height: 100%;
  overflow-y: auto;
  width: 100%;
  overflow-x: hidden;
}
.quicknoticebay .noticelist ion-item {
  margin: 14px 6px;
  width: 99%;
  cursor: pointer;
  --inner-border-width: 0px;
  --border-radius: 6px;
  --padding-start: 6px;
  --padding-end: 6px;
  --inner-padding-end: 0px;
}
.quicknoticebay .noticelist ion-item ion-icon {
  border-radius: 50%;
  border: 2px solid #f3f3f7;
  font-size: 30px;
  padding: 10px;
  background: #f3f3f7;
  color: var(--ion-color-medium);
}
.quicknoticebay .noticelist ion-item h3 {
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
}
.quicknoticebay .noticelist ion-item p {
  font-size: 13px;
  text-transform: none;
  color: #777;
}
.quicknoticebay .noticelist ion-item i {
  font-size: 10px;
  color: var(--ion-color-medium);
}
.quicknoticebay .noticelist ion-item ion-chip {
  font-size: 12px;
  margin: 5px 0px;
}
.quicknoticebay .noticelist ion-item ion-chip ion-icon {
  border-radius: 0%;
  border: 0px solid #f3f3f7;
  font-size: 20px;
  padding: 0px;
  background: transparent;
  color: inherit;
}
.quicknoticebay .noticelist ion-item .callicon {
  background: transparent;
}
@media (orientation: portrait) {
  .quicknoticebay ion-content, .quicknoticebay ion-list {
    padding: 0px;
    --padding-left:0px;
    --padding-right:0px;
  }
}

.savebtn {
  margin: 0px 0px;
  --padding-start: 7px;
  --padding-end: 7px;
  font-size: 13px;
  --border-radius: 0px;
  --box-shadow: none;
  --background: var(--ion-color-orange);
  min-height: 50px;
  width: 100%;
}
.savebtn ion-icon {
  margin-right: 13px;
}

.newentrybtn {
  --background: var(--ion-color-orange) ;
  background: var(--ion-color-orange);
  --box-shadow: none;
  display: block;
  margin: 3px auto;
  --padding-end: 10px;
  --padding-start: 10px;
  text-transform: capitalize;
  max-width: 200px;
  --color: white ;
  color: white;
  border-radius: 30px;
  padding: 0px 13px;
}
.newentrybtn p, .newentrybtn ion-icon, .newentrybtn span {
  color: white;
}

ion-fab {
  bottom: 50px;
}

ion-footer {
  min-height: 40px;
  box-shadow: none !important;
}
ion-footer .newentrybtn {
  --background: var(--ion-color-orange);
  margin: 0px auto;
}

.checkboxitem ion-checkbox {
  margin: 1px 6px;
  --inner-padding-end: 0px;
  width: 20px;
  height: 20px;
  padding: 0px;
}

.personselectoritem {
  --inner-padding-start: 0px;
  --padding-start: 0px;
}
.personselectoritem .headrow {
  width: 100%;
}
.personselectoritem .headrow a {
  padding: 0px;
}
.personselectoritem .recentlist {
  width: 100%;
}
.personselectoritem .recentlist .horizontal_scroller .recentpersons {
  padding: 0px 6px 0px 0px;
  margin: 0px;
  max-height: 22px;
}
.personselectoritem .recentlist .horizontal_scroller .recentpersons ion-avatar {
  padding: 0px;
  background: var(--ion-color-white);
  margin: 0px 3px 0px 3px;
  max-width: 17px;
  max-height: 17px;
}
.personselectoritem .recentlist .horizontal_scroller .recentpersons ion-label {
  font-size: 10px;
  font-weight: bold;
}
.personselectoritem .customeriditem input {
  border-radius: 7px;
  width: 99%;
  color: var(--ion-color-dark);
  font-weight: bold;
  font-size: 12px;
  padding: 3px;
  text-align: center;
  text-transform: uppercase;
  outline: none;
  border: 1px solid #ccd5e0;
  background: transparent;
}
.personselectoritem .customeriditem ion-button {
  position: absolute;
  z-index: 999;
  right: 5px;
  font-size: 10px;
  bottom: -2px;
}

.progressloading {
  position: absolute;
  background: var(--ion-color-orange);
  width: 100%;
  font-size: 9px;
  bottom: -11px;
  text-align: center;
  color: var(--ion-color-white);
  padding: 0px 4px 3px;
  z-index: 101;
}
.progressloading ion-progress-bar {
  --background: var(--ion-color-light);
  --progress-background: var(--ion-color-primary);
  border-radius: 16px;
}
.progressloading .percent {
  float: right;
}
.progressloading .indicator {
  float: left;
}

.livereceipt_component .livereceipt {
  background: var(--ion-color-light);
  border-radius: 10px;
  overflow: hidden;
  margin: 6px;
  padding: 0px;
}
.livereceipt_component .livereceipt .paybadge {
  background: var(--ion-color-orange);
  color: var(--ion-color-white);
  padding: 8px;
  cursor: pointer;
}
.livereceipt_component .livereceipt .receipthead {
  --inner-border-width: 0px;
}
.livereceipt_component .livereceipt .receipthead ion-label p {
  font-size: 10px;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  color: var(--ion-color-dark);
}
.livereceipt_component .livereceipt .receipthead .expandbutton {
  --padding-end: 0px;
  --inner-padding-end: 0px;
  margin: 0px;
  --inner-padding-start: 0px;
  max-width: 30px;
}
.livereceipt_component .livereceipt .waitinghead {
  --padding-start: 11px;
  --padding-end: 11px;
  --inner-padding-end: 0px;
  --background: lavender;
  --padding-bottom: 2px;
}
.livereceipt_component .livereceipt .waitinghead ion-label {
  padding: 0px;
  margin: 0px;
  font-size: 10px;
  font-weight: normal;
}
.livereceipt_component .livereceipt .waitinghead ion-label h3 {
  font-size: 12px;
  color: black;
}
.livereceipt_component .livereceipt .waitinghead ion-label .waitinglabel {
  color: var(--ion-color-success);
}
.livereceipt_component .livereceipt .waitinghead ion-label p {
  font-size: 10px;
  color: grey;
}
.livereceipt_component .row {
  width: 100%;
}
.livereceipt_component .receiptitems {
  max-height: 360px;
  overflow: auto;
}

.stockmanager-head ion-title div {
  margin: 0px;
  padding: 0px;
}

.stockmanager-content {
  --background:var(--ion-color-white) ;
}
.stockmanager-content .calenderheading {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  padding: 12px 0px;
  margin: 0px;
  color: var(--ion-color-medium-tint);
  font-weight: normal;
  text-transform: capitalize;
}
.stockmanager-content .calenderheading i {
  font-size: 11px;
  color: var(--ion-color-medium-shade);
}
.stockmanager-content ion-card {
  box-shadow: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background: transparent;
}
.stockmanager-content ion-card .item, .stockmanager-content ion-card ion-item {
  --inner-border-width:0px ;
  --border-width:0px ;
  --padding-bottom: 4px;
  --padding-top: 4px;
  --background: transparent;
}
.stockmanager-content ion-card .item ion-icon, .stockmanager-content ion-card ion-item ion-icon {
  font-size: 43px;
  color: var(--ion-color-medium);
}
.stockmanager-content ion-card .item h3, .stockmanager-content ion-card ion-item h3 {
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
  color: var(--ion-color-dark);
}
.stockmanager-content ion-card .item p, .stockmanager-content ion-card ion-item p {
  text-align: left;
  font-size: 12px;
  color: var(--ion-color-medium-shade);
  text-transform: capitalize;
}
.stockmanager-content .item {
  padding: 0px 8px;
}
.stockmanager-content ion-col {
  padding: 5px;
}
.stockmanager-content .salescounts {
  font-size: 12px;
  padding: 1px 6px;
  text-align: center;
  color: var(--ion-color-white);
  position: absolute;
  left: 46px;
  bottom: 39px;
  background: var(--ion-color-orange);
}

ion-calendar {
  padding: 0px 5px;
  box-sizing: border-box;
  display: block;
  background-color: var(--ion-color-white);
  width: 100%;
  margin: 13px auto;
}
ion-calendar .calendar-day {
  border-radius: 6px;
  padding: 3px 5px;
}
ion-calendar .days p {
  color: var(--ion-color-dark);
}
ion-calendar .days .on-selected p {
  color: var(--ion-color-white);
}
ion-calendar .between p, ion-calendar .endSelection p {
  color: var(--ion-color-white);
}
ion-calendar .last-month-day p, ion-calendar .next-month-day p {
  color: var(--ion-color-medium);
}

ion-loading {
  --background: var(--ion-color-white) ;
  --max-width: 280px ;
  --max-height: 90% ;
  --spinner-color: var(--ion-color-primary, #3880ff) ;
  --backdrop-opacity: var(--ion-backdrop-opacity, 0.32) ;
  color: var(--ion-color-dark);
  font-size: 14px;
}

.stockmanager-footer {
  background: var(--ion-color-white);
  --background: var(--ion-color-white);
}
.stockmanager-footer ion-toolbar {
  background: var(--ion-color-white);
  --background: var(--ion-color-white);
}

ion-label {
  white-space: normal;
  text-transform: capitalize;
}

* {
  caret-color: rgb(31, 28, 28);
}

.inputswrap {
  padding: 0px;
  width: 100%;
  margin: 0px;
  box-shadow: none;
}
.inputswrap ion-button {
  min-height: 3.6em;
}
.inputswrap ion-input {
  --background: transparent;
  --placeholder-color: transparent;
  --placeholder-font-style: initial;
  --placeholder-font-weight: initial;
  --placeholder-opacity: 0.5;
  font-size: 17px;
  font-weight: bold;
  --color: #555 ;
  text-align: left;
  padding: 0px;
  text-transform: capitalize !important;
}
.inputswrap ion-col,
.inputswrap ion-item {
  padding: 0px;
}
.inputswrap ion-item {
  margin: 0px;
  margin-bottom: 5px;
  --background: #ffff ;
  --inner-border-width: 0px;
}

.inputitems {
  background: var(--ion-color-white);
  --background: var(--ion-color-white);
  --padding-bottom: 3px;
  --padding-end: 3px;
  --padding-start: 3px;
  --inner-border-width: 0px;
  margin: 3px 0px;
  text-transform: capitalize;
  width: 100%;
}
.inputitems ion-avatar {
  padding: 7px;
}
.inputitems ion-avatar ion-icon {
  font-size: 33px;
  color: var(--ion-color-medium-tint);
}
.inputitems .stocklowlbl {
  font-size: 10px;
  color: red;
}

ion-checkbox {
  --border-radius: 50%;
  --border-width: 1px;
  --border-style: solid;
  --border-color: var(--ion-color-primary);
  --checkbox-background: transparent;
  --size: 16px;
}

ion-searchbar {
  background: var(--ion-color-light) !important;
  --background: var(--ion-color-light) !important;
  --box-shadow: none !important;
  color: var(--ion-color-dark) !important;
  --icon-color: var(--ion-color-medium) !important;
  --placeholder-color: var(--ion-color-medium) !important;
  --placeholder-font-style: initial !important;
  --placeholder-font-weight: initial !important;
  --placeholder-opacity: 0.5 !important;
  padding: 0px 2px !important;
  text-align: left !important;
  max-width: 96% !important;
  margin: 0px auto !important;
  border-radius: 22px !important;
  overflow: hidden !important;
  --box-shadow: none !important;
  font-weight: bold !important;
}
ion-searchbar .searchbar-input {
  padding-top: 0px;
  padding-bottom: 0px;
}
ion-searchbar input {
  border-radius: 20px;
  background: var(--ion-color-light);
  --background:var(--ion-color-light) ;
  border: 0px;
}

ion-input,
ion-datetime, ion-select, ionic-selectable, ion-textarea, textarea {
  background: var(--ion-color-white);
  --background: var(--ion-color-white);
  --padding-start: 7px ;
  --padding-end: 7px ;
  --padding-top: 6px ;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  border-radius: 3px;
  --border-radius: 3px ;
  border-width: 1px !important;
  --border-width: 1px !important;
  --border-color: var(--ion-color-medium) !important;
  color: var(--ion-color-dark);
  min-height: 36px !important;
  --padding-start: 9px !important;
  color: var(--ion-color-dark) !important;
}
ion-input input,
ion-datetime input, ion-select input, ionic-selectable input, ion-textarea input, textarea input {
  font-weight: bold !important;
  color: var(--ion-color-dark) !important;
}
ion-input label,
ion-datetime label, ion-select label, ionic-selectable label, ion-textarea label, textarea label {
  color: var(--ion-color-medium-shade);
  font-weight: normal;
}

ion-textarea {
  --background: var(--ion-color-light) ;
  --padding-start: 5px;
  --padding-end: 5px;
  border: 0px solid #ddd;
  border-radius: 5px;
  min-height: 100px;
  padding: 6px 0px;
  border-width: 0px !important;
}

textarea {
  padding: 10px;
  color: var(--ion-color-dark);
}

ion-select::part(label) {
  margin: 2px 0px 0px;
  color: var(--ion-color-medium-shade);
  font-weight: normal;
  font-size: 16px;
}
ion-select::part(label) .label-text {
  margin: 0px;
  padding: 6px 6px;
  color: var(--ion-color-medium-shade);
  font-weight: normal;
}

.label-text-wrapper {
  color: var(--ion-color-medum-shade);
  margin: -12px 0px 6px;
}

.charactersscount {
  font-size: 10px;
  color: var(--ion-color-medium-shade);
}

.tinyinputs {
  min-width: 60px;
  max-width: 124px;
  border: 2px solid #eaf0f6;
  box-shadow: none;
  padding: 7px 7px 7px 7px;
  font-size: 16px;
  font-weight: bold;
  color: var(--ion-color-dark);
  text-align: left;
  background: #f5f6f9;
  border-radius: 10px;
}

.itemselectwrap {
  width: 100%;
  position: relative;
}
.itemselectwrap .disabled {
  position: absolute;
  background: #fcfdff;
  width: 99%;
  height: inherit;
  bottom: 7px;
  border-radius: 0px;
  margin: 0px 2px;
}
.itemselectwrap .disabled p {
  padding: 7px 7px;
  margin: 0px;
  font-size: 13px;
  width: 100%;
}
.itemselectwrap .disabled p ion-spinner {
  position: relative;
  width: 16px;
  height: 16px;
  margin: 0px 27px;
  float: right;
}

.forminputswrap,
.inputcard {
  --background: transparent;
  background: transparent;
  width: 100%;
  padding: 0px 7px;
  max-width: 100%;
  box-shadow: none;
  margin: 0px auto;
}
.forminputswrap ion-row ion-col ion-input, .forminputswrap ion-row ion-col ion-select,
.inputcard ion-row ion-col ion-input,
.inputcard ion-row ion-col ion-select {
  width: 100%;
  text-transform: lowercase;
}
.forminputswrap .barcodeinput ion-input,
.inputcard .barcodeinput ion-input {
  --padding-end: 46px;
}
.forminputswrap .barcodeinput .barcodebtn,
.inputcard .barcodeinput .barcodebtn {
  min-height: 35px;
  margin: 27px 2px 0px 0px;
  font-size: 30px;
  position: absolute;
  z-index: 999;
  right: 0px;
}

.dropdownitem {
  contain: unset;
  overflow: visible;
  z-index: 9;
}
.dropdownitem .dropdown {
  display: block;
  position: absolute;
  min-height: auto;
  width: auto;
  min-width: 180px;
  overflow-y: scroll;
  max-height: 270px;
  z-index: 999;
  background: #fff;
  padding: 0px 13px;
  border-radius: 3px;
  box-shadow: 0px 3px 4px #ccc;
  margin: 75px 0px;
  list-style: none;
  left: 6px;
}
.dropdownitem .dropdown li {
  border-bottom: 1px solid #f9f9f9;
  padding: 7px 0px;
  font-size: 13px;
  cursor: pointer;
}
.dropdownitem .dropdown ion-item:hover {
  cursor: pointer;
  background: #dddddd;
}

.autocomplete {
  width: 100%;
  float: left;
}
.autocomplete ion-item ion-input {
  padding: 1px;
}
.autocomplete .dropdownlist {
  position: absolute;
  overflow-y: scroll;
  max-height: 80px;
  max-width: 300px;
  z-index: 999;
  background: #fafafa;
  padding: 0px 13px;
  border-radius: 3px;
  box-shadow: 0px 3px 4px #ccc;
  margin: 69px 16px;
  list-style: none;
  left: 0px;
  text-align: right;
}
.autocomplete .dropdownlist li {
  border-bottom: 1px solid #f9f9f9;
  padding: 4px 0;
  text-align: left;
  font-size: 13px;
}
.autocomplete .dropdownlist ion-item:hover {
  cursor: pointer;
  background: #dddddd;
}
@media only screen and (max-width: 760px) {
  .autocomplete .dropdownlist {
    position: absolute;
    max-width: 300px;
    overflow-y: scroll;
    max-height: 80px;
    z-index: 999;
    background: #fafafa;
    padding: 0px 13px;
    border-radius: 3px;
    box-shadow: 0px 3px 4px #ccc;
    margin: 69px 7px;
    list-style: none;
    left: 0px;
  }
}

.barcodebtn {
  margin: 17px 0px 0px 0px;
  z-index: 999;
  right: 7px;
  position: absolute;
  --background: transparent;
  color: var(--ion-color-primary);
  --box-shadow: none;
  font-size: 17px;
  --padding-bottom: 0px;
  max-height: 37px;
  border-radius: 7px;
  max-width: 55px;
}

.showbarcodelbl {
  font-size: 13px;
  position: absolute;
  right: 5px;
  margin-top: 7px;
}

.tipsy {
  margin: 0px auto;
  border-radius: 5px;
  box-shadow: none;
  margin-bottom: 0px;
  border-radius: 0px;
  --inner-border-width: 0px;
  --background: var(--ion-color-medium-shade);
  background: var(--ion-color-medium-shade);
}
.tipsy ion-avatar ion-icon {
  font-size: 35px;
  color: var(--ion-color-warning);
}
.tipsy h2 {
  color: var(--ion-color-light);
  font-size: 14px;
  font-weight: bold;
}
.tipsy p {
  font-size: 13px;
  color: var(--ion-color-light-shade);
}
.tipsy ion-button {
  font-size: 13px;
  text-transform: capitalize;
  color: var(--ion-color-warning);
}

#barcodeInput,
#scanbtn {
  position: absolute;
  z-index: 0;
  width: 1px;
  height: 1px;
  display: block;
  background: transparent;
}

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

.exists {
  border-color: red;
}

.cataddbtnwrap {
  margin: 0px;
  padding: 0px;
}
.cataddbtnwrap ion-item {
  --padding-start: 0px ;
  --padding-end: 0px ;
  --inner-padding-start: 0px ;
  --inner-padding-end: 0px ;
  --inner-border-width: 0px ;
  --background: transparent ;
  margin: 22px 0px 0px;
  font-size: 19px;
  text-transform: capitalize;
}
.cataddbtnwrap ion-item ion-chip {
  padding: 0px 7px 0px 0px;
  font-size: 20px;
  float: right;
  position: absolute;
  right: 5px;
}
.cataddbtnwrap ion-item ion-chip ion-icon {
  font-size: 16px;
  margin-right: 2px;
}

ion-action-sheet {
  background: rgba(162, 179, 224, 0.4392156863);
  --background: var(--ion-color-white) !important ;
  --color: var(--ion-color-dark) !important ;
}
ion-action-sheet .ion-sheet-container {
  --background: var(--ion-color-white) !important ;
}
ion-action-sheet .action-sheet-cancel {
  color: var(--ion-color-danger) !important;
}
ion-action-sheet .action-sheet-title {
  background: var(--ion-color-white) !important;
  --color: var(--ion-color-dark) !important ;
}
ion-action-sheet .action-sheet-group {
  border-radius: 0px 0px 0px 0px !important;
  background: var(--ion-color-white) !important;
  --color: var(--ion-color-dark);
}
ion-action-sheet .action-sheet-button {
  text-transform: capitalize;
}
ion-action-sheet .action-sheet-button * {
  color: var(--ion-color-dark) !important;
  --color: var(--ion-color-dark) !important;
}

.portcategorylbl {
  font-size: 10px;
  background: var(--ion-color-light);
  width: auto;
  padding: 2px 4px;
  border-radius: 5px;
  border: 0px solid var(--ion-color-medium);
  line-height: 1;
  float: left;
  margin: 3px 0px;
}

.itemnoborders {
  --inner-border-width: 0px;
  --border-width: 0px;
}

.hidden {
  display: none;
}

.addbtn {
  background: var(--ion-color-orange);
  color: var(--ion-color-white) ion-icon;
  color-font-size: 20px !important;
  color-color: var(--ion-color-white) !important;
  color-margin: -3px 0px 0px 0px !important;
}
.addbtn span {
  color: var(--ion-color-white);
}

.receipt {
  background: var(--ion-color-white);
  margin: 4px 11px;
  border: none;
  width: 98%;
  overflow: hidden;
  padding: 0px 0px 0px 0px;
  border-radius: 8px;
  text-align: left;
}
.receipt .receipthead {
  background: transparent;
  margin: 0px 0px;
  border: 1px solid var(--ion-color-light);
  width: calc(100% - 0px);
  overflow: hidden;
  padding: 0px 0px 0px;
  border-radius: 7px 7px;
  text-align: left;
  touch-action: auto;
  --inner-padding-bottom: 0px;
  --inner-padding-end: 0px;
  --inner-padding-start: 0px;
  --inner-padding-top: 0px;
  --padding-bottom: 0px;
  --padding-end: 0px;
  --padding-start: 0px;
  --padding-top: 0px;
}
.receipt .receipthead ion-label {
  padding: 0px;
  margin: 0px;
}
.receipt ion-label {
  width: 100%;
}
.receipt ion-label h3 {
  color: var(--ion-color-dark);
  margin-bottom: 0px;
}
.receipt ion-label .items {
  color: var(--ion-color-dark-tint);
  text-transform: capitalize;
}
.receipt ion-button {
  position: relative;
  color: var(--ion-color-medium);
  float: right;
  margin: -25px 0px;
}
.receipt ion-badge {
  background: transparent;
  color: var(--ion-color-dark);
  font-size: 13px;
  margin: 0px;
  padding: 0px;
  text-align: right;
}
.receipt ion-badge span {
  font-size: 10px;
  font-weight: normal;
  color: var(--ion-color-medium);
  width: 100%;
}
.receipt ion-badge .creditamnt {
  color: var(--ion-color-danger-shade);
  font-size: 10px;
  margin: 3px 0px;
  float: right;
  width: 100%;
  font-weight: bold;
}
.receipt ion-spinner {
  stroke: var(--ion-color-dark);
  fill: var(--ion-color-dark);
  width: 13px;
  position: relative;
  margin-right: 7px;
}
.receipt p {
  margin: 0px;
  font-size: 11px;
  color: var(--ion-color-medium);
}
.receipt .ordercomment {
  background: lavender;
  font-size: 11px;
  padding: 0px 11px;
  width: 100%;
  display: block;
  position: relative;
  text-align: left;
  border-radius: 10px;
  color: var(--ion-color-dark);
  font-weight: normal;
}
.receipt .receivercomments {
  background: antiquevar(--ion-color-light);
  margin-top: 3px;
}
.receipt .ordercontacts a {
  color: var(--ion-color-primary);
  text-decoration: none;
  float: left;
  padding: 0px 9px 0px;
  margin: 14px 0px 0px;
}
.receipt .ordercontacts a ion-icon {
  font-size: 16px;
  float: left;
}
.receipt .clientrequest {
  color: var(--ion-color-primary);
  font-size: 11px;
}
.receipt .suppliername {
  color: var(--ion-color-dark-shade);
}
.receipt .suppliername span {
  font-weight: 500;
}
.receipt ion-item {
  --inner-border-width:0px;
}
.receipt ion-item:last-child {
  margin-bottom: 0px;
}
.receipt .orderstatus {
  float: right;
}
.receipt .orderstatus0 {
  color: var(--ion-color-warning-shade);
}
.receipt .orderstatus1 {
  color: var(--ion-color-primary-tint);
}
.receipt .orderstatus2 {
  color: var(--ion-color-secondary);
}
.receipt .orderstatus3 {
  color: var(--ion-color-success-shade);
}
.receipt .orderstatus4 {
  color: var(--ion-color-danger);
}
.receipt .orderstatus-1 {
  color: var(--ion-color-danger-shade);
}
.receipt .orderstatus5 {
  color: var(--ion-color-success-shade);
}

.offeritem, .paymentitem, .noticitem {
  --padding-bottom: 13px;
  margin: 7px;
  --border-width: 0px;
  --inner-border-width: 0px;
  --padding-start: 7px;
  --background: var(--ion-color-white-shade);
}
.offeritem:last-child, .paymentitem:last-child, .noticitem:last-child {
  --border-width:0px;
  --inner-border-width:0px;
}
.offeritem .active, .paymentitem .active, .noticitem .active {
  color: var(--ion-color-success-shade);
}
.offeritem .enabled, .paymentitem .enabled, .noticitem .enabled {
  color: var(--ion-color-orange);
}
.offeritem .disabled, .paymentitem .disabled, .noticitem .disabled {
  color: var(--ion-color-danger);
}
.offeritem .pending, .paymentitem .pending, .noticitem .pending {
  color: var(--ion-color-dark);
}
.offeritem ion-avatar, .paymentitem ion-avatar, .noticitem ion-avatar {
  background: var(--ion-color-light);
  min-width: 61px;
  min-height: 61px;
  margin-right: 8px;
  text-align: center;
  padding: 6px;
}
.offeritem ion-avatar ion-icon, .paymentitem ion-avatar ion-icon, .noticitem ion-avatar ion-icon {
  font-size: 28px;
  margin: 10px 0px;
  color: var(--ion-color-medium-shade);
}
.offeritem ion-avatar ion-spinner, .paymentitem ion-avatar ion-spinner, .noticitem ion-avatar ion-spinner {
  margin: 0px;
  font-size: 17px;
}
.offeritem h3, .paymentitem h3, .noticitem h3 {
  font-size: 13px;
  font-weight: 600;
  width: 100%;
  color: var(--ion-color-dark-shade);
}
.offeritem p, .paymentitem p, .noticitem p {
  color: var(--ion-color-medium-shade);
  font-size: 13px;
  float: left;
  width: 100%;
}
.offeritem .avatargroup, .paymentitem .avatargroup, .noticitem .avatargroup {
  padding: 0px 13px;
  float: left;
  width: 100%;
}
.offeritem .avatargroup .imagegroup, .paymentitem .avatargroup .imagegroup, .noticitem .avatargroup .imagegroup {
  max-height: 100%;
  border-radius: 50%;
  position: relative;
  margin: 0px -7px;
  border: 2px solid var(--ion-color-light);
  width: 28px;
  height: 28px;
  float: left;
  background: var(--ion-color-light-shade);
}
.offeritem .pricebadge, .paymentitem .pricebadge, .noticitem .pricebadge {
  --background: var(--ion-color-orange);
  color: var(--ion-color-white);
  font-size: 13px;
  float: right;
}
.offeritem ion-toggle, .paymentitem ion-toggle, .noticitem ion-toggle {
  --padding-end: 0px;
  padding: 0px;
  margin: 0px;
}
