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

@media (prefers-color-scheme: dark) {
  /*
   * Dark Colors
   * -------------------------------------------
   */
  body {
    --ion-color-primary: #428cff;
    --ion-color-primary-rgb: 66,140,255;
    --ion-color-primary-contrast: #ffffff;
    --ion-color-primary-contrast-rgb: 255,255,255;
    --ion-color-primary-shade: #3a7be0;
    --ion-color-primary-tint: #5598ff;
    --ion-color-secondary: #50c8ff;
    --ion-color-secondary-rgb: 80,200,255;
    --ion-color-secondary-contrast: #ffffff;
    --ion-color-secondary-contrast-rgb: 255,255,255;
    --ion-color-secondary-shade: #46b0e0;
    --ion-color-secondary-tint: #62ceff;
    --ion-color-tertiary: #6a64ff;
    --ion-color-tertiary-rgb: 106,100,255;
    --ion-color-tertiary-contrast: #ffffff;
    --ion-color-tertiary-contrast-rgb: 255,255,255;
    --ion-color-tertiary-shade: #5d58e0;
    --ion-color-tertiary-tint: #7974ff;
    --ion-color-success: #2fdf75;
    --ion-color-success-rgb: 47,223,117;
    --ion-color-success-contrast: #000000;
    --ion-color-success-contrast-rgb: 0,0,0;
    --ion-color-success-shade: #29c467;
    --ion-color-success-tint: #44e283;
    --ion-color-warning: #ffd534;
    --ion-color-warning-rgb: 255,213,52;
    --ion-color-warning-contrast: #000000;
    --ion-color-warning-contrast-rgb: 0,0,0;
    --ion-color-warning-shade: #e0bb2e;
    --ion-color-warning-tint: #ffd948;
    --ion-color-danger: #ff4961;
    --ion-color-danger-rgb: 255,73,97;
    --ion-color-danger-contrast: #ffffff;
    --ion-color-danger-contrast-rgb: 255,255,255;
    --ion-color-danger-shade: #e04055;
    --ion-color-danger-tint: #ff5b71;
    --ion-color-dark: #f4f5f8;
    --ion-color-dark-rgb: 244,245,248;
    --ion-color-dark-contrast: #000000;
    --ion-color-dark-contrast-rgb: 0,0,0;
    --ion-color-dark-shade: #d7d8da;
    --ion-color-dark-tint: #f5f6f9;
    --ion-color-medium: #989aa2;
    --ion-color-medium-rgb: 152,154,162;
    --ion-color-medium-contrast: #000000;
    --ion-color-medium-contrast-rgb: 0,0,0;
    --ion-color-medium-shade: #86888f;
    --ion-color-medium-tint: #a2a4ab;
    --ion-color-light: #222428;
    --ion-color-light-rgb: 34,36,40;
    --ion-color-light-contrast: #ffffff;
    --ion-color-light-contrast-rgb: 255,255,255;
    --ion-color-light-shade: #1e2023;
    --ion-color-light-tint: #383a3e;
  }
  /*
   * iOS Dark Theme
   * -------------------------------------------
   */
  .ios body {
    --ion-background-color: #000000;
    --ion-background-color-rgb: 0,0,0;
    --ion-text-color: #ffffff;
    --ion-text-color-rgb: 255,255,255;
    --ion-color-step-50: #0d0d0d;
    --ion-color-step-100: #1a1a1a;
    --ion-color-step-150: #262626;
    --ion-color-step-200: #333333;
    --ion-color-step-250: #404040;
    --ion-color-step-300: #4d4d4d;
    --ion-color-step-350: #595959;
    --ion-color-step-400: #666666;
    --ion-color-step-450: #737373;
    --ion-color-step-500: #808080;
    --ion-color-step-550: #8c8c8c;
    --ion-color-step-600: #999999;
    --ion-color-step-650: #a6a6a6;
    --ion-color-step-700: #b3b3b3;
    --ion-color-step-750: #bfbfbf;
    --ion-color-step-800: #cccccc;
    --ion-color-step-850: #d9d9d9;
    --ion-color-step-900: #e6e6e6;
    --ion-color-step-950: #f2f2f2;
    --ion-item-background: #000000;
    --ion-card-background: #1c1c1d;
  }
  .ios ion-modal {
    --ion-background-color: var(--ion-color-step-100);
    --ion-toolbar-background: var(--ion-color-step-150);
    --ion-toolbar-border-color: var(--ion-color-step-250);
  }
  /*
   * Material Design Dark Theme
   * -------------------------------------------
   */
  .md body {
    --ion-background-color: #121212;
    --ion-background-color-rgb: 18,18,18;
    --ion-text-color: #ffffff;
    --ion-text-color-rgb: 255,255,255;
    --ion-border-color: #222222;
    --ion-color-step-50: #1e1e1e;
    --ion-color-step-100: #2a2a2a;
    --ion-color-step-150: #363636;
    --ion-color-step-200: #414141;
    --ion-color-step-250: #4d4d4d;
    --ion-color-step-300: #595959;
    --ion-color-step-350: #656565;
    --ion-color-step-400: #717171;
    --ion-color-step-450: #7d7d7d;
    --ion-color-step-500: #898989;
    --ion-color-step-550: #949494;
    --ion-color-step-600: #a0a0a0;
    --ion-color-step-650: #acacac;
    --ion-color-step-700: #b8b8b8;
    --ion-color-step-750: #c4c4c4;
    --ion-color-step-800: #d0d0d0;
    --ion-color-step-850: #dbdbdb;
    --ion-color-step-900: #e7e7e7;
    --ion-color-step-950: #f3f3f3;
    --ion-item-background: #1e1e1e;
    --ion-toolbar-background: #1f1f1f;
    --ion-tab-bar-background: #1f1f1f;
    --ion-card-background: #1e1e1e;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/core.css ***!
  \**********************************************************************************************************************************************************************************************************************************/
:root{--ion-color-primary: #0054e9;--ion-color-primary-rgb: 0, 84, 233;--ion-color-primary-contrast: #fff;--ion-color-primary-contrast-rgb: 255, 255, 255;--ion-color-primary-shade: #004acd;--ion-color-primary-tint: #1a65eb;--ion-color-secondary: #0163aa;--ion-color-secondary-rgb: 1, 99, 170;--ion-color-secondary-contrast: #fff;--ion-color-secondary-contrast-rgb: 255, 255, 255;--ion-color-secondary-shade: #015796;--ion-color-secondary-tint: #1a73b3;--ion-color-tertiary: #6030ff;--ion-color-tertiary-rgb: 96, 48, 255;--ion-color-tertiary-contrast: #fff;--ion-color-tertiary-contrast-rgb: 255, 255, 255;--ion-color-tertiary-shade: #542ae0;--ion-color-tertiary-tint: #7045ff;--ion-color-success: #2dd55b;--ion-color-success-rgb: 45, 213, 91;--ion-color-success-contrast: #000;--ion-color-success-contrast-rgb: 0, 0, 0;--ion-color-success-shade: #28bb50;--ion-color-success-tint: #42d96b;--ion-color-warning: #ffc409;--ion-color-warning-rgb: 255, 196, 9;--ion-color-warning-contrast: #000;--ion-color-warning-contrast-rgb: 0, 0, 0;--ion-color-warning-shade: #e0ac08;--ion-color-warning-tint: #ffca22;--ion-color-danger: #c5000f;--ion-color-danger-rgb: 197, 0, 15;--ion-color-danger-contrast: #fff;--ion-color-danger-contrast-rgb: 255, 255, 255;--ion-color-danger-shade: #ad000d;--ion-color-danger-tint: #cb1a27;--ion-color-light: #f4f5f8;--ion-color-light-rgb: 244, 245, 248;--ion-color-light-contrast: #000;--ion-color-light-contrast-rgb: 0, 0, 0;--ion-color-light-shade: #d7d8da;--ion-color-light-tint: #f5f6f9;--ion-color-medium: #636469;--ion-color-medium-rgb: 99, 100, 105;--ion-color-medium-contrast: #fff;--ion-color-medium-contrast-rgb: 255, 255, 255;--ion-color-medium-shade: #57585c;--ion-color-medium-tint: #737478;--ion-color-dark: #222428;--ion-color-dark-rgb: 34, 36, 40;--ion-color-dark-contrast: #fff;--ion-color-dark-contrast-rgb: 255, 255, 255;--ion-color-dark-shade: #1e2023;--ion-color-dark-tint: #383a3e}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-dynamic-font: -apple-system-body;--ion-font-family: var(--ion-default-font)}body{background:var(--ion-background-color);color:var(--ion-text-color)}body.backdrop-no-scroll{overflow:hidden}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}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}html.ios ion-modal ion-toolbar{padding-right:calc(var(--ion-safe-area-right) + 8px);padding-left:calc(var(--ion-safe-area-left) + 8px)}@media screen and (min-width: 768px){html.ios ion-modal.modal-card:first-of-type{--backdrop-opacity: 0.18}}ion-modal.modal-default.show-modal~ion-modal.modal-default{--backdrop-opacity: 0;--box-shadow: none}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, #0054e9) !important;--ion-color-base-rgb: var(--ion-color-primary-rgb, 0, 84, 233) !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, #004acd) !important;--ion-color-tint: var(--ion-color-primary-tint, #1a65eb) !important}.ion-color-secondary{--ion-color-base: var(--ion-color-secondary, #0163aa) !important;--ion-color-base-rgb: var(--ion-color-secondary-rgb, 1, 99, 170) !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, #015796) !important;--ion-color-tint: var(--ion-color-secondary-tint, #1a73b3) !important}.ion-color-tertiary{--ion-color-base: var(--ion-color-tertiary, #6030ff) !important;--ion-color-base-rgb: var(--ion-color-tertiary-rgb, 96, 48, 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, #542ae0) !important;--ion-color-tint: var(--ion-color-tertiary-tint, #7045ff) !important}.ion-color-success{--ion-color-base: var(--ion-color-success, #2dd55b) !important;--ion-color-base-rgb: var(--ion-color-success-rgb, 45, 213, 91) !important;--ion-color-contrast: var(--ion-color-success-contrast, #000) !important;--ion-color-contrast-rgb: var(--ion-color-success-contrast-rgb, 0, 0, 0) !important;--ion-color-shade: var(--ion-color-success-shade, #28bb50) !important;--ion-color-tint: var(--ion-color-success-tint, #42d96b) !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, #c5000f) !important;--ion-color-base-rgb: var(--ion-color-danger-rgb, 197, 0, 15) !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, #ad000d) !important;--ion-color-tint: var(--ion-color-danger-tint, #cb1a27) !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, #636469) !important;--ion-color-base-rgb: var(--ion-color-medium-rgb, 99, 100, 105) !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, #57585c) !important;--ion-color-tint: var(--ion-color-medium-tint, #737478) !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}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{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;overflow-y:hidden}.menu-content-open ion-content{--overflow: hidden}.menu-content-open .ion-content-scroll-host{overflow:hidden}.ios .menu-content-reveal{box-shadow:-8px 0 42px rgba(0,0,0,.08)}[dir=rtl].ios .menu-content-reveal{box-shadow:8px 0 42px rgba(0,0,0,.08)}.md .menu-content-reveal{box-shadow:4px 0px 16px rgba(0,0,0,.18)}.md .menu-content-push{box-shadow:4px 0px 16px rgba(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{transition:none !important}}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}.ion-datetime-button-overlay{--width: fit-content;--height: fit-content}.ion-datetime-button-overlay ion-datetime.datetime-grid{width:320px;min-height:320px}[ion-last-focus],header[tabindex="-1"]:focus,[role=banner][tabindex="-1"]:focus,main[tabindex="-1"]:focus,[role=main][tabindex="-1"]:focus,h1[tabindex="-1"]:focus,[role=heading][aria-level="1"][tabindex="-1"]:focus{outline:none}.popover-viewport:has(>ion-content){overflow:hidden}@supports not selector(:has(> ion-content)){.popover-viewport{overflow:hidden}}/*# sourceMappingURL=core.css.map */

/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/normalize.css ***!
  \***************************************************************************************************************************************************************************************************************************************/
audio,canvas,progress,video{vertical-align:baseline}audio:not([controls]){display:none;height:0}b,strong{font-weight:bold}img{max-width:100%}hr{height:1px;border-width:0;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}label,input,select,textarea{font-family:inherit;line-height:normal}textarea{overflow:auto;height:auto;font:inherit;color:inherit}textarea::placeholder{padding-left:2px}form,input,optgroup,select{margin:0;font:inherit;color:inherit}html input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}a,a div,a span,a ion-icon,a ion-label,button,button div,button span,button ion-icon,button ion-label,.ion-tappable,[tappable],[tappable] div,[tappable] span,[tappable] ion-icon,[tappable] ion-label,input,textarea{touch-action:manipulation}a ion-label,button ion-label{pointer-events:none}button{padding:0;border:0;border-radius:0;font-family:inherit;font-style:inherit;font-variant:inherit;line-height:1;text-transform:none;cursor:pointer;-webkit-appearance:button}[tappable]{cursor:pointer}a[disabled],button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*# sourceMappingURL=normalize.css.map */

/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/structure.css ***!
  \***************************************************************************************************************************************************************************************************************************************/
*{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}html{width:100%;height:100%;-webkit-text-size-adjust:100%;text-size-adjust:100%}html:not(.hydrated) body{display:none}html.ion-ce body{display:block}html.plt-pwa{height:100vh}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;position:fixed;width:100%;max-width:100%;height:100%;max-height:100%;transform:translateZ(0);text-rendering:optimizeLegibility;overflow:hidden;touch-action:manipulation;-webkit-user-drag:none;-ms-content-zooming:none;word-wrap:break-word;overscroll-behavior-y:none;-webkit-text-size-adjust:none;text-size-adjust:none}/*# sourceMappingURL=structure.css.map */

/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/typography.css ***!
  \****************************************************************************************************************************************************************************************************************************************/
html{font-family:var(--ion-font-family)}@supports(-webkit-touch-callout: none){html{font:var(--ion-dynamic-font, 16px var(--ion-font-family))}}a{background-color:transparent;color:var(--ion-color-primary, #0054e9)}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}/*# sourceMappingURL=typography.css.map */

/*!*************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/display.css ***!
  \*************************************************************************************************************************************************************************************************************************************/
.ion-hide{display:none !important}.ion-hide-up{display:none !important}.ion-hide-down{display:none !important}@media(min-width: 576px){.ion-hide-sm-up{display:none !important}}@media(max-width: 575.98px){.ion-hide-sm-down{display:none !important}}@media(min-width: 768px){.ion-hide-md-up{display:none !important}}@media(max-width: 767.98px){.ion-hide-md-down{display:none !important}}@media(min-width: 992px){.ion-hide-lg-up{display:none !important}}@media(max-width: 991.98px){.ion-hide-lg-down{display:none !important}}@media(min-width: 1200px){.ion-hide-xl-up{display:none !important}}@media(max-width: 1199.98px){.ion-hide-xl-down{display:none !important}}/*# sourceMappingURL=display.css.map */

/*!*************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/padding.css ***!
  \*************************************************************************************************************************************************************************************************************************************/
.ion-no-padding{--padding-start: 0;--padding-end: 0;--padding-top: 0;--padding-bottom: 0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0}.ion-padding{--padding-start: var(--ion-padding, 16px);--padding-end: var(--ion-padding, 16px);--padding-top: var(--ion-padding, 16px);--padding-bottom: var(--ion-padding, 16px);padding-inline-start:var(--ion-padding, 16px);padding-inline-end:var(--ion-padding, 16px);padding-top:var(--ion-padding, 16px);padding-bottom:var(--ion-padding, 16px)}.ion-padding-top{--padding-top: var(--ion-padding, 16px);padding-top:var(--ion-padding, 16px)}.ion-padding-start{--padding-start: var(--ion-padding, 16px);padding-inline-start:var(--ion-padding, 16px)}.ion-padding-end{--padding-end: var(--ion-padding, 16px);padding-inline-end:var(--ion-padding, 16px)}.ion-padding-bottom{--padding-bottom: var(--ion-padding, 16px);padding-bottom:var(--ion-padding, 16px)}.ion-padding-vertical{--padding-top: var(--ion-padding, 16px);--padding-bottom: var(--ion-padding, 16px);padding-top:var(--ion-padding, 16px);padding-bottom:var(--ion-padding, 16px)}.ion-padding-horizontal{--padding-start: var(--ion-padding, 16px);--padding-end: var(--ion-padding, 16px);padding-inline-start:var(--ion-padding, 16px);padding-inline-end:var(--ion-padding, 16px)}.ion-no-margin{--margin-start: 0;--margin-end: 0;--margin-top: 0;--margin-bottom: 0;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}.ion-margin{--margin-start: var(--ion-margin, 16px);--margin-end: var(--ion-margin, 16px);--margin-top: var(--ion-margin, 16px);--margin-bottom: var(--ion-margin, 16px);margin-inline-start:var(--ion-margin, 16px);margin-inline-end:var(--ion-margin, 16px);margin-top:var(--ion-margin, 16px);margin-bottom:var(--ion-margin, 16px)}.ion-margin-top{--margin-top: var(--ion-margin, 16px);margin-top:var(--ion-margin, 16px)}.ion-margin-start{--margin-start: var(--ion-margin, 16px);margin-inline-start:var(--ion-margin, 16px)}.ion-margin-end{--margin-end: var(--ion-margin, 16px);margin-inline-end:var(--ion-margin, 16px)}.ion-margin-bottom{--margin-bottom: var(--ion-margin, 16px);margin-bottom:var(--ion-margin, 16px)}.ion-margin-vertical{--margin-top: var(--ion-margin, 16px);--margin-bottom: var(--ion-margin, 16px);margin-top:var(--ion-margin, 16px);margin-bottom:var(--ion-margin, 16px)}.ion-margin-horizontal{--margin-start: var(--ion-margin, 16px);--margin-end: var(--ion-margin, 16px);margin-inline-start:var(--ion-margin, 16px);margin-inline-end:var(--ion-margin, 16px)}/*# sourceMappingURL=padding.css.map */

/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/float-elements.css ***!
  \********************************************************************************************************************************************************************************************************************************************/
.ion-float-left{float:left !important}.ion-float-right{float:right !important}.ion-float-start{float:left !important}:host-context([dir=rtl]) .ion-float-start{float:right !important}[dir=rtl] .ion-float-start{float:right !important}@supports selector(:dir(rtl)){.ion-float-start:dir(rtl){float:right !important}}.ion-float-end{float:right !important}:host-context([dir=rtl]) .ion-float-end{float:left !important}[dir=rtl] .ion-float-end{float:left !important}@supports selector(:dir(rtl)){.ion-float-end:dir(rtl){float:left !important}}@media(min-width: 576px){.ion-float-sm-left{float:left !important}.ion-float-sm-right{float:right !important}.ion-float-sm-start{float:left !important}:host-context([dir=rtl]) .ion-float-sm-start{float:right !important}[dir=rtl] .ion-float-sm-start{float:right !important}@supports selector(:dir(rtl)){.ion-float-sm-start:dir(rtl){float:right !important}}.ion-float-sm-end{float:right !important}:host-context([dir=rtl]) .ion-float-sm-end{float:left !important}[dir=rtl] .ion-float-sm-end{float:left !important}@supports selector(:dir(rtl)){.ion-float-sm-end:dir(rtl){float:left !important}}}@media(min-width: 768px){.ion-float-md-left{float:left !important}.ion-float-md-right{float:right !important}.ion-float-md-start{float:left !important}:host-context([dir=rtl]) .ion-float-md-start{float:right !important}[dir=rtl] .ion-float-md-start{float:right !important}@supports selector(:dir(rtl)){.ion-float-md-start:dir(rtl){float:right !important}}.ion-float-md-end{float:right !important}:host-context([dir=rtl]) .ion-float-md-end{float:left !important}[dir=rtl] .ion-float-md-end{float:left !important}@supports selector(:dir(rtl)){.ion-float-md-end:dir(rtl){float:left !important}}}@media(min-width: 992px){.ion-float-lg-left{float:left !important}.ion-float-lg-right{float:right !important}.ion-float-lg-start{float:left !important}:host-context([dir=rtl]) .ion-float-lg-start{float:right !important}[dir=rtl] .ion-float-lg-start{float:right !important}@supports selector(:dir(rtl)){.ion-float-lg-start:dir(rtl){float:right !important}}.ion-float-lg-end{float:right !important}:host-context([dir=rtl]) .ion-float-lg-end{float:left !important}[dir=rtl] .ion-float-lg-end{float:left !important}@supports selector(:dir(rtl)){.ion-float-lg-end:dir(rtl){float:left !important}}}@media(min-width: 1200px){.ion-float-xl-left{float:left !important}.ion-float-xl-right{float:right !important}.ion-float-xl-start{float:left !important}:host-context([dir=rtl]) .ion-float-xl-start{float:right !important}[dir=rtl] .ion-float-xl-start{float:right !important}@supports selector(:dir(rtl)){.ion-float-xl-start:dir(rtl){float:right !important}}.ion-float-xl-end{float:right !important}:host-context([dir=rtl]) .ion-float-xl-end{float:left !important}[dir=rtl] .ion-float-xl-end{float:left !important}@supports selector(:dir(rtl)){.ion-float-xl-end:dir(rtl){float:left !important}}}/*# sourceMappingURL=float-elements.css.map */

/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/text-alignment.css ***!
  \********************************************************************************************************************************************************************************************************************************************/
.ion-text-center{text-align:center !important}.ion-text-justify{text-align:justify !important}.ion-text-start{text-align:start !important}.ion-text-end{text-align:end !important}.ion-text-left{text-align:left !important}.ion-text-right{text-align:right !important}.ion-text-nowrap{white-space:nowrap !important}.ion-text-wrap{white-space:normal !important}@media(min-width: 576px){.ion-text-sm-center{text-align:center !important}.ion-text-sm-justify{text-align:justify !important}.ion-text-sm-start{text-align:start !important}.ion-text-sm-end{text-align:end !important}.ion-text-sm-left{text-align:left !important}.ion-text-sm-right{text-align:right !important}.ion-text-sm-nowrap{white-space:nowrap !important}.ion-text-sm-wrap{white-space:normal !important}}@media(min-width: 768px){.ion-text-md-center{text-align:center !important}.ion-text-md-justify{text-align:justify !important}.ion-text-md-start{text-align:start !important}.ion-text-md-end{text-align:end !important}.ion-text-md-left{text-align:left !important}.ion-text-md-right{text-align:right !important}.ion-text-md-nowrap{white-space:nowrap !important}.ion-text-md-wrap{white-space:normal !important}}@media(min-width: 992px){.ion-text-lg-center{text-align:center !important}.ion-text-lg-justify{text-align:justify !important}.ion-text-lg-start{text-align:start !important}.ion-text-lg-end{text-align:end !important}.ion-text-lg-left{text-align:left !important}.ion-text-lg-right{text-align:right !important}.ion-text-lg-nowrap{white-space:nowrap !important}.ion-text-lg-wrap{white-space:normal !important}}@media(min-width: 1200px){.ion-text-xl-center{text-align:center !important}.ion-text-xl-justify{text-align:justify !important}.ion-text-xl-start{text-align:start !important}.ion-text-xl-end{text-align:end !important}.ion-text-xl-left{text-align:left !important}.ion-text-xl-right{text-align:right !important}.ion-text-xl-nowrap{white-space:nowrap !important}.ion-text-xl-wrap{white-space:normal !important}}/*# sourceMappingURL=text-alignment.css.map */

/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/text-transformation.css ***!
  \*************************************************************************************************************************************************************************************************************************************************/
.ion-text-uppercase{text-transform:uppercase !important}.ion-text-lowercase{text-transform:lowercase !important}.ion-text-capitalize{text-transform:capitalize !important}@media(min-width: 576px){.ion-text-sm-uppercase{text-transform:uppercase !important}.ion-text-sm-lowercase{text-transform:lowercase !important}.ion-text-sm-capitalize{text-transform:capitalize !important}}@media(min-width: 768px){.ion-text-md-uppercase{text-transform:uppercase !important}.ion-text-md-lowercase{text-transform:lowercase !important}.ion-text-md-capitalize{text-transform:capitalize !important}}@media(min-width: 992px){.ion-text-lg-uppercase{text-transform:uppercase !important}.ion-text-lg-lowercase{text-transform:lowercase !important}.ion-text-lg-capitalize{text-transform:capitalize !important}}@media(min-width: 1200px){.ion-text-xl-uppercase{text-transform:uppercase !important}.ion-text-xl-lowercase{text-transform:lowercase !important}.ion-text-xl-capitalize{text-transform:capitalize !important}}/*# sourceMappingURL=text-transformation.css.map */

/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/flex-utils.css ***!
  \****************************************************************************************************************************************************************************************************************************************/
.ion-align-self-start{align-self:flex-start !important}.ion-align-self-end{align-self:flex-end !important}.ion-align-self-center{align-self:center !important}.ion-align-self-stretch{align-self:stretch !important}.ion-align-self-baseline{align-self:baseline !important}.ion-align-self-auto{align-self:auto !important}.ion-wrap{flex-wrap:wrap !important}.ion-nowrap{flex-wrap:nowrap !important}.ion-wrap-reverse{flex-wrap:wrap-reverse !important}.ion-justify-content-start{justify-content:flex-start !important}.ion-justify-content-center{justify-content:center !important}.ion-justify-content-end{justify-content:flex-end !important}.ion-justify-content-around{justify-content:space-around !important}.ion-justify-content-between{justify-content:space-between !important}.ion-justify-content-evenly{justify-content:space-evenly !important}.ion-align-items-start{align-items:flex-start !important}.ion-align-items-center{align-items:center !important}.ion-align-items-end{align-items:flex-end !important}.ion-align-items-stretch{align-items:stretch !important}.ion-align-items-baseline{align-items:baseline !important}/*# sourceMappingURL=flex-utils.css.map */

/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/@angular/material/prebuilt-themes/deeppurple-amber.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
.mat-ripple{overflow:hidden;position:relative}.mat-ripple:not(:empty){transform:translateZ(0)}.mat-ripple.mat-ripple-unbounded{overflow:visible}.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0, 0, 0.2, 1);transform:scale3d(0, 0, 0);background-color:var(--mat-ripple-color, rgba(0, 0, 0, 0.1))}.cdk-high-contrast-active .mat-ripple-element{display:none}.cdk-drag-preview .mat-ripple-element,.cdk-drag-placeholder .mat-ripple-element{display:none}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none;left:0}[dir=rtl] .cdk-visually-hidden{left:auto;right:0}.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0;visibility:visible}.cdk-overlay-backdrop-noop-animation{transition:none}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}textarea.cdk-textarea-autosize{resize:none}textarea.cdk-textarea-autosize-measuring{padding:2px 0 !important;box-sizing:content-box !important;height:auto !important;overflow:hidden !important}textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0 !important;box-sizing:content-box !important;height:0 !important}@keyframes cdk-text-field-autofill-start{/*!*/}@keyframes cdk-text-field-autofill-end{/*!*/}.cdk-text-field-autofill-monitored:-webkit-autofill{animation:cdk-text-field-autofill-start 0s 1ms}.cdk-text-field-autofill-monitored:not(:-webkit-autofill){animation:cdk-text-field-autofill-end 0s 1ms}.mat-focus-indicator{position:relative}.mat-focus-indicator::before{top:0;left:0;right:0;bottom:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-focus-indicator-display, none);border:var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);border-radius:var(--mat-focus-indicator-border-radius, 4px)}.mat-focus-indicator:focus::before{content:""}.cdk-high-contrast-active{--mat-focus-indicator-display: block}.mat-mdc-focus-indicator{position:relative}.mat-mdc-focus-indicator::before{top:0;left:0;right:0;bottom:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-mdc-focus-indicator-display, none);border:var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);border-radius:var(--mat-mdc-focus-indicator-border-radius, 4px)}.mat-mdc-focus-indicator:focus::before{content:""}.cdk-high-contrast-active{--mat-mdc-focus-indicator-display: block}.mat-app-background{background-color:var(--mat-app-background-color, var(--mat-app-background, transparent));color:var(--mat-app-text-color, var(--mat-app-on-background, inherit))}.mat-elevation-z0,.mat-mdc-elevation-specific.mat-elevation-z0{box-shadow:var(--mat-app-elevation-shadow-level-0, none)}.mat-elevation-z1,.mat-mdc-elevation-specific.mat-elevation-z1{box-shadow:var(--mat-app-elevation-shadow-level-1, none)}.mat-elevation-z2,.mat-mdc-elevation-specific.mat-elevation-z2{box-shadow:var(--mat-app-elevation-shadow-level-2, none)}.mat-elevation-z3,.mat-mdc-elevation-specific.mat-elevation-z3{box-shadow:var(--mat-app-elevation-shadow-level-3, none)}.mat-elevation-z4,.mat-mdc-elevation-specific.mat-elevation-z4{box-shadow:var(--mat-app-elevation-shadow-level-4, none)}.mat-elevation-z5,.mat-mdc-elevation-specific.mat-elevation-z5{box-shadow:var(--mat-app-elevation-shadow-level-5, none)}.mat-elevation-z6,.mat-mdc-elevation-specific.mat-elevation-z6{box-shadow:var(--mat-app-elevation-shadow-level-6, none)}.mat-elevation-z7,.mat-mdc-elevation-specific.mat-elevation-z7{box-shadow:var(--mat-app-elevation-shadow-level-7, none)}.mat-elevation-z8,.mat-mdc-elevation-specific.mat-elevation-z8{box-shadow:var(--mat-app-elevation-shadow-level-8, none)}.mat-elevation-z9,.mat-mdc-elevation-specific.mat-elevation-z9{box-shadow:var(--mat-app-elevation-shadow-level-9, none)}.mat-elevation-z10,.mat-mdc-elevation-specific.mat-elevation-z10{box-shadow:var(--mat-app-elevation-shadow-level-10, none)}.mat-elevation-z11,.mat-mdc-elevation-specific.mat-elevation-z11{box-shadow:var(--mat-app-elevation-shadow-level-11, none)}.mat-elevation-z12,.mat-mdc-elevation-specific.mat-elevation-z12{box-shadow:var(--mat-app-elevation-shadow-level-12, none)}.mat-elevation-z13,.mat-mdc-elevation-specific.mat-elevation-z13{box-shadow:var(--mat-app-elevation-shadow-level-13, none)}.mat-elevation-z14,.mat-mdc-elevation-specific.mat-elevation-z14{box-shadow:var(--mat-app-elevation-shadow-level-14, none)}.mat-elevation-z15,.mat-mdc-elevation-specific.mat-elevation-z15{box-shadow:var(--mat-app-elevation-shadow-level-15, none)}.mat-elevation-z16,.mat-mdc-elevation-specific.mat-elevation-z16{box-shadow:var(--mat-app-elevation-shadow-level-16, none)}.mat-elevation-z17,.mat-mdc-elevation-specific.mat-elevation-z17{box-shadow:var(--mat-app-elevation-shadow-level-17, none)}.mat-elevation-z18,.mat-mdc-elevation-specific.mat-elevation-z18{box-shadow:var(--mat-app-elevation-shadow-level-18, none)}.mat-elevation-z19,.mat-mdc-elevation-specific.mat-elevation-z19{box-shadow:var(--mat-app-elevation-shadow-level-19, none)}.mat-elevation-z20,.mat-mdc-elevation-specific.mat-elevation-z20{box-shadow:var(--mat-app-elevation-shadow-level-20, none)}.mat-elevation-z21,.mat-mdc-elevation-specific.mat-elevation-z21{box-shadow:var(--mat-app-elevation-shadow-level-21, none)}.mat-elevation-z22,.mat-mdc-elevation-specific.mat-elevation-z22{box-shadow:var(--mat-app-elevation-shadow-level-22, none)}.mat-elevation-z23,.mat-mdc-elevation-specific.mat-elevation-z23{box-shadow:var(--mat-app-elevation-shadow-level-23, none)}.mat-elevation-z24,.mat-mdc-elevation-specific.mat-elevation-z24{box-shadow:var(--mat-app-elevation-shadow-level-24, none)}.mat-theme-loaded-marker{display:none}html{--mat-ripple-color:rgba(0, 0, 0, 0.1)}html{--mat-option-selected-state-label-text-color:#673ab7;--mat-option-label-text-color:rgba(0, 0, 0, 0.87);--mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);--mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);--mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04)}.mat-accent{--mat-option-selected-state-label-text-color:#ffd740;--mat-option-label-text-color:rgba(0, 0, 0, 0.87);--mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);--mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);--mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04)}.mat-warn{--mat-option-selected-state-label-text-color:#f44336;--mat-option-label-text-color:rgba(0, 0, 0, 0.87);--mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);--mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);--mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04)}html{--mat-optgroup-label-text-color:rgba(0, 0, 0, 0.87)}.mat-primary{--mat-full-pseudo-checkbox-selected-icon-color:#673ab7;--mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;--mat-minimal-pseudo-checkbox-selected-checkmark-color:#673ab7;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0}html{--mat-full-pseudo-checkbox-selected-icon-color:#ffd740;--mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;--mat-minimal-pseudo-checkbox-selected-checkmark-color:#ffd740;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0}.mat-accent{--mat-full-pseudo-checkbox-selected-icon-color:#ffd740;--mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;--mat-minimal-pseudo-checkbox-selected-checkmark-color:#ffd740;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0}.mat-warn{--mat-full-pseudo-checkbox-selected-icon-color:#f44336;--mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;--mat-minimal-pseudo-checkbox-selected-checkmark-color:#f44336;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0}html{--mat-app-background-color:#fafafa;--mat-app-text-color:rgba(0, 0, 0, 0.87);--mat-app-elevation-shadow-level-0:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-1:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-2:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-3:0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-4:0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-5:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-6:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-7:0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-8:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-9:0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-10:0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-11:0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-12:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-13:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-14:0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-15:0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-16:0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-17:0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-18:0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-19:0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-20:0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-21:0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-22:0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-23:0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-24:0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12)}html{--mat-option-label-text-font:Roboto, sans-serif;--mat-option-label-text-line-height:24px;--mat-option-label-text-size:16px;--mat-option-label-text-tracking:0.03125em;--mat-option-label-text-weight:400}html{--mat-optgroup-label-text-font:Roboto, sans-serif;--mat-optgroup-label-text-line-height:24px;--mat-optgroup-label-text-size:16px;--mat-optgroup-label-text-tracking:0.03125em;--mat-optgroup-label-text-weight:400}html{--mdc-elevated-card-container-shape:4px;--mdc-outlined-card-container-shape:4px;--mdc-outlined-card-outline-width:1px}html{--mdc-elevated-card-container-color:white;--mdc-elevated-card-container-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mdc-outlined-card-container-color:white;--mdc-outlined-card-outline-color:rgba(0, 0, 0, 0.12);--mdc-outlined-card-container-elevation:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mat-card-subtitle-text-color:rgba(0, 0, 0, 0.54)}html{--mat-card-title-text-font:Roboto, sans-serif;--mat-card-title-text-line-height:32px;--mat-card-title-text-size:20px;--mat-card-title-text-tracking:0.0125em;--mat-card-title-text-weight:500;--mat-card-subtitle-text-font:Roboto, sans-serif;--mat-card-subtitle-text-line-height:22px;--mat-card-subtitle-text-size:14px;--mat-card-subtitle-text-tracking:0.0071428571em;--mat-card-subtitle-text-weight:500}html{--mdc-linear-progress-active-indicator-height:4px;--mdc-linear-progress-track-height:4px;--mdc-linear-progress-track-shape:0}.mat-mdc-progress-bar{--mdc-linear-progress-active-indicator-color:#673ab7;--mdc-linear-progress-track-color:rgba(103, 58, 183, 0.25)}.mat-mdc-progress-bar.mat-accent{--mdc-linear-progress-active-indicator-color:#ffd740;--mdc-linear-progress-track-color:rgba(255, 215, 64, 0.25)}.mat-mdc-progress-bar.mat-warn{--mdc-linear-progress-active-indicator-color:#f44336;--mdc-linear-progress-track-color:rgba(244, 67, 54, 0.25)}html{--mdc-plain-tooltip-container-shape:4px;--mdc-plain-tooltip-supporting-text-line-height:16px}html{--mdc-plain-tooltip-container-color:#616161;--mdc-plain-tooltip-supporting-text-color:#fff}html{--mdc-plain-tooltip-supporting-text-font:Roboto, sans-serif;--mdc-plain-tooltip-supporting-text-size:12px;--mdc-plain-tooltip-supporting-text-weight:400;--mdc-plain-tooltip-supporting-text-tracking:0.0333333333em}html{--mdc-filled-text-field-active-indicator-height:1px;--mdc-filled-text-field-focus-active-indicator-height:2px;--mdc-filled-text-field-container-shape:4px;--mdc-outlined-text-field-outline-width:1px;--mdc-outlined-text-field-focus-outline-width:2px;--mdc-outlined-text-field-container-shape:4px}html{--mdc-filled-text-field-caret-color:#673ab7;--mdc-filled-text-field-focus-active-indicator-color:#673ab7;--mdc-filled-text-field-focus-label-text-color:rgba(103, 58, 183, 0.87);--mdc-filled-text-field-container-color:whitesmoke;--mdc-filled-text-field-disabled-container-color:#fafafa;--mdc-filled-text-field-label-text-color:rgba(0, 0, 0, 0.6);--mdc-filled-text-field-hover-label-text-color:rgba(0, 0, 0, 0.6);--mdc-filled-text-field-disabled-label-text-color:rgba(0, 0, 0, 0.38);--mdc-filled-text-field-input-text-color:rgba(0, 0, 0, 0.87);--mdc-filled-text-field-disabled-input-text-color:rgba(0, 0, 0, 0.38);--mdc-filled-text-field-input-text-placeholder-color:rgba(0, 0, 0, 0.6);--mdc-filled-text-field-error-hover-label-text-color:#f44336;--mdc-filled-text-field-error-focus-label-text-color:#f44336;--mdc-filled-text-field-error-label-text-color:#f44336;--mdc-filled-text-field-error-caret-color:#f44336;--mdc-filled-text-field-active-indicator-color:rgba(0, 0, 0, 0.42);--mdc-filled-text-field-disabled-active-indicator-color:rgba(0, 0, 0, 0.06);--mdc-filled-text-field-hover-active-indicator-color:rgba(0, 0, 0, 0.87);--mdc-filled-text-field-error-active-indicator-color:#f44336;--mdc-filled-text-field-error-focus-active-indicator-color:#f44336;--mdc-filled-text-field-error-hover-active-indicator-color:#f44336;--mdc-outlined-text-field-caret-color:#673ab7;--mdc-outlined-text-field-focus-outline-color:#673ab7;--mdc-outlined-text-field-focus-label-text-color:rgba(103, 58, 183, 0.87);--mdc-outlined-text-field-label-text-color:rgba(0, 0, 0, 0.6);--mdc-outlined-text-field-hover-label-text-color:rgba(0, 0, 0, 0.6);--mdc-outlined-text-field-disabled-label-text-color:rgba(0, 0, 0, 0.38);--mdc-outlined-text-field-input-text-color:rgba(0, 0, 0, 0.87);--mdc-outlined-text-field-disabled-input-text-color:rgba(0, 0, 0, 0.38);--mdc-outlined-text-field-input-text-placeholder-color:rgba(0, 0, 0, 0.6);--mdc-outlined-text-field-error-caret-color:#f44336;--mdc-outlined-text-field-error-focus-label-text-color:#f44336;--mdc-outlined-text-field-error-label-text-color:#f44336;--mdc-outlined-text-field-error-hover-label-text-color:#f44336;--mdc-outlined-text-field-outline-color:rgba(0, 0, 0, 0.38);--mdc-outlined-text-field-disabled-outline-color:rgba(0, 0, 0, 0.06);--mdc-outlined-text-field-hover-outline-color:rgba(0, 0, 0, 0.87);--mdc-outlined-text-field-error-focus-outline-color:#f44336;--mdc-outlined-text-field-error-hover-outline-color:#f44336;--mdc-outlined-text-field-error-outline-color:#f44336;--mat-form-field-focus-select-arrow-color:rgba(103, 58, 183, 0.87);--mat-form-field-disabled-input-text-placeholder-color:rgba(0, 0, 0, 0.38);--mat-form-field-state-layer-color:rgba(0, 0, 0, 0.87);--mat-form-field-error-text-color:#f44336;--mat-form-field-select-option-text-color:inherit;--mat-form-field-select-disabled-option-text-color:GrayText;--mat-form-field-leading-icon-color:unset;--mat-form-field-disabled-leading-icon-color:unset;--mat-form-field-trailing-icon-color:unset;--mat-form-field-disabled-trailing-icon-color:unset;--mat-form-field-error-focus-trailing-icon-color:unset;--mat-form-field-error-hover-trailing-icon-color:unset;--mat-form-field-error-trailing-icon-color:unset;--mat-form-field-enabled-select-arrow-color:rgba(0, 0, 0, 0.54);--mat-form-field-disabled-select-arrow-color:rgba(0, 0, 0, 0.38);--mat-form-field-hover-state-layer-opacity:0.04;--mat-form-field-focus-state-layer-opacity:0.08}.mat-mdc-form-field.mat-accent{--mdc-filled-text-field-caret-color:#ffd740;--mdc-filled-text-field-focus-active-indicator-color:#ffd740;--mdc-filled-text-field-focus-label-text-color:rgba(255, 215, 64, 0.87);--mdc-outlined-text-field-caret-color:#ffd740;--mdc-outlined-text-field-focus-outline-color:#ffd740;--mdc-outlined-text-field-focus-label-text-color:rgba(255, 215, 64, 0.87);--mat-form-field-focus-select-arrow-color:rgba(255, 215, 64, 0.87)}.mat-mdc-form-field.mat-warn{--mdc-filled-text-field-caret-color:#f44336;--mdc-filled-text-field-focus-active-indicator-color:#f44336;--mdc-filled-text-field-focus-label-text-color:rgba(244, 67, 54, 0.87);--mdc-outlined-text-field-caret-color:#f44336;--mdc-outlined-text-field-focus-outline-color:#f44336;--mdc-outlined-text-field-focus-label-text-color:rgba(244, 67, 54, 0.87);--mat-form-field-focus-select-arrow-color:rgba(244, 67, 54, 0.87)}html{--mat-form-field-container-height:56px;--mat-form-field-filled-label-display:block;--mat-form-field-container-vertical-padding:16px;--mat-form-field-filled-with-label-container-padding-top:24px;--mat-form-field-filled-with-label-container-padding-bottom:8px}html{--mdc-filled-text-field-label-text-font:Roboto, sans-serif;--mdc-filled-text-field-label-text-size:16px;--mdc-filled-text-field-label-text-tracking:0.03125em;--mdc-filled-text-field-label-text-weight:400;--mdc-outlined-text-field-label-text-font:Roboto, sans-serif;--mdc-outlined-text-field-label-text-size:16px;--mdc-outlined-text-field-label-text-tracking:0.03125em;--mdc-outlined-text-field-label-text-weight:400;--mat-form-field-container-text-font:Roboto, sans-serif;--mat-form-field-container-text-line-height:24px;--mat-form-field-container-text-size:16px;--mat-form-field-container-text-tracking:0.03125em;--mat-form-field-container-text-weight:400;--mat-form-field-outlined-label-text-populated-size:16px;--mat-form-field-subscript-text-font:Roboto, sans-serif;--mat-form-field-subscript-text-line-height:20px;--mat-form-field-subscript-text-size:12px;--mat-form-field-subscript-text-tracking:0.0333333333em;--mat-form-field-subscript-text-weight:400}html{--mat-select-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)}html{--mat-select-panel-background-color:white;--mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);--mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);--mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);--mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);--mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);--mat-select-focused-arrow-color:rgba(103, 58, 183, 0.87);--mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87)}html .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color:white;--mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);--mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);--mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);--mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);--mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);--mat-select-focused-arrow-color:rgba(255, 215, 64, 0.87);--mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87)}html .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color:white;--mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);--mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);--mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);--mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);--mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);--mat-select-focused-arrow-color:rgba(244, 67, 54, 0.87);--mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87)}html{--mat-select-arrow-transform:translateY(-8px)}html{--mat-select-trigger-text-font:Roboto, sans-serif;--mat-select-trigger-text-line-height:24px;--mat-select-trigger-text-size:16px;--mat-select-trigger-text-tracking:0.03125em;--mat-select-trigger-text-weight:400}html{--mat-autocomplete-container-shape:4px;--mat-autocomplete-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)}html{--mat-autocomplete-background-color:white}html{--mdc-dialog-container-shape:4px;--mat-dialog-container-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);--mat-dialog-container-max-width:80vw;--mat-dialog-container-small-max-width:80vw;--mat-dialog-container-min-width:0;--mat-dialog-actions-alignment:start;--mat-dialog-actions-padding:8px;--mat-dialog-content-padding:20px 24px;--mat-dialog-with-actions-content-padding:20px 24px;--mat-dialog-headline-padding:0 24px 9px}html{--mdc-dialog-container-color:white;--mdc-dialog-subhead-color:rgba(0, 0, 0, 0.87);--mdc-dialog-supporting-text-color:rgba(0, 0, 0, 0.6)}html{--mdc-dialog-subhead-font:Roboto, sans-serif;--mdc-dialog-subhead-line-height:32px;--mdc-dialog-subhead-size:20px;--mdc-dialog-subhead-weight:500;--mdc-dialog-subhead-tracking:0.0125em;--mdc-dialog-supporting-text-font:Roboto, sans-serif;--mdc-dialog-supporting-text-line-height:24px;--mdc-dialog-supporting-text-size:16px;--mdc-dialog-supporting-text-weight:400;--mdc-dialog-supporting-text-tracking:0.03125em}.mat-mdc-standard-chip{--mdc-chip-container-shape-radius:16px;--mdc-chip-with-avatar-avatar-shape-radius:14px;--mdc-chip-with-avatar-avatar-size:28px;--mdc-chip-with-icon-icon-size:18px;--mdc-chip-outline-width:0;--mdc-chip-outline-color:transparent;--mdc-chip-disabled-outline-color:transparent;--mdc-chip-focus-outline-color:transparent;--mdc-chip-hover-state-layer-opacity:0.04;--mdc-chip-with-avatar-disabled-avatar-opacity:1;--mdc-chip-flat-selected-outline-width:0;--mdc-chip-selected-hover-state-layer-opacity:0.04;--mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity:1;--mdc-chip-with-icon-disabled-icon-opacity:1;--mat-chip-disabled-container-opacity:0.4;--mat-chip-trailing-action-opacity:0.54;--mat-chip-trailing-action-focus-opacity:1;--mat-chip-trailing-action-state-layer-color:transparent;--mat-chip-selected-trailing-action-state-layer-color:transparent;--mat-chip-trailing-action-hover-state-layer-opacity:0;--mat-chip-trailing-action-focus-state-layer-opacity:0}.mat-mdc-standard-chip{--mdc-chip-disabled-label-text-color:#212121;--mdc-chip-elevated-container-color:#e0e0e0;--mdc-chip-elevated-selected-container-color:#e0e0e0;--mdc-chip-elevated-disabled-container-color:#e0e0e0;--mdc-chip-flat-disabled-selected-container-color:#e0e0e0;--mdc-chip-focus-state-layer-color:black;--mdc-chip-hover-state-layer-color:black;--mdc-chip-selected-hover-state-layer-color:black;--mdc-chip-focus-state-layer-opacity:0.12;--mdc-chip-selected-focus-state-layer-color:black;--mdc-chip-selected-focus-state-layer-opacity:0.12;--mdc-chip-label-text-color:#212121;--mdc-chip-selected-label-text-color:#212121;--mdc-chip-with-icon-icon-color:#212121;--mdc-chip-with-icon-disabled-icon-color:#212121;--mdc-chip-with-icon-selected-icon-color:#212121;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:#212121;--mdc-chip-with-trailing-icon-trailing-icon-color:#212121;--mat-chip-selected-disabled-trailing-icon-color:#212121;--mat-chip-selected-trailing-icon-color:#212121}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mdc-chip-disabled-label-text-color:white;--mdc-chip-elevated-container-color:#673ab7;--mdc-chip-elevated-selected-container-color:#673ab7;--mdc-chip-elevated-disabled-container-color:#673ab7;--mdc-chip-flat-disabled-selected-container-color:#673ab7;--mdc-chip-focus-state-layer-color:black;--mdc-chip-hover-state-layer-color:black;--mdc-chip-selected-hover-state-layer-color:black;--mdc-chip-focus-state-layer-opacity:0.12;--mdc-chip-selected-focus-state-layer-color:black;--mdc-chip-selected-focus-state-layer-opacity:0.12;--mdc-chip-label-text-color:white;--mdc-chip-selected-label-text-color:white;--mdc-chip-with-icon-icon-color:white;--mdc-chip-with-icon-disabled-icon-color:white;--mdc-chip-with-icon-selected-icon-color:white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;--mdc-chip-with-trailing-icon-trailing-icon-color:white;--mat-chip-selected-disabled-trailing-icon-color:white;--mat-chip-selected-trailing-icon-color:white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mdc-chip-disabled-label-text-color:rgba(0, 0, 0, 0.87);--mdc-chip-elevated-container-color:#ffd740;--mdc-chip-elevated-selected-container-color:#ffd740;--mdc-chip-elevated-disabled-container-color:#ffd740;--mdc-chip-flat-disabled-selected-container-color:#ffd740;--mdc-chip-focus-state-layer-color:black;--mdc-chip-hover-state-layer-color:black;--mdc-chip-selected-hover-state-layer-color:black;--mdc-chip-focus-state-layer-opacity:0.12;--mdc-chip-selected-focus-state-layer-color:black;--mdc-chip-selected-focus-state-layer-opacity:0.12;--mdc-chip-label-text-color:rgba(0, 0, 0, 0.87);--mdc-chip-selected-label-text-color:rgba(0, 0, 0, 0.87);--mdc-chip-with-icon-icon-color:rgba(0, 0, 0, 0.87);--mdc-chip-with-icon-disabled-icon-color:rgba(0, 0, 0, 0.87);--mdc-chip-with-icon-selected-icon-color:rgba(0, 0, 0, 0.87);--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:rgba(0, 0, 0, 0.87);--mdc-chip-with-trailing-icon-trailing-icon-color:rgba(0, 0, 0, 0.87);--mat-chip-selected-disabled-trailing-icon-color:rgba(0, 0, 0, 0.87);--mat-chip-selected-trailing-icon-color:rgba(0, 0, 0, 0.87)}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mdc-chip-disabled-label-text-color:white;--mdc-chip-elevated-container-color:#f44336;--mdc-chip-elevated-selected-container-color:#f44336;--mdc-chip-elevated-disabled-container-color:#f44336;--mdc-chip-flat-disabled-selected-container-color:#f44336;--mdc-chip-focus-state-layer-color:black;--mdc-chip-hover-state-layer-color:black;--mdc-chip-selected-hover-state-layer-color:black;--mdc-chip-focus-state-layer-opacity:0.12;--mdc-chip-selected-focus-state-layer-color:black;--mdc-chip-selected-focus-state-layer-opacity:0.12;--mdc-chip-label-text-color:white;--mdc-chip-selected-label-text-color:white;--mdc-chip-with-icon-icon-color:white;--mdc-chip-with-icon-disabled-icon-color:white;--mdc-chip-with-icon-selected-icon-color:white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;--mdc-chip-with-trailing-icon-trailing-icon-color:white;--mat-chip-selected-disabled-trailing-icon-color:white;--mat-chip-selected-trailing-icon-color:white}.mat-mdc-chip.mat-mdc-standard-chip{--mdc-chip-container-height:32px}.mat-mdc-standard-chip{--mdc-chip-label-text-font:Roboto, sans-serif;--mdc-chip-label-text-line-height:20px;--mdc-chip-label-text-size:14px;--mdc-chip-label-text-tracking:0.0178571429em;--mdc-chip-label-text-weight:400}html{--mdc-switch-disabled-selected-icon-opacity:0.38;--mdc-switch-disabled-track-opacity:0.12;--mdc-switch-disabled-unselected-icon-opacity:0.38;--mdc-switch-handle-height:20px;--mdc-switch-handle-shape:10px;--mdc-switch-handle-width:20px;--mdc-switch-selected-icon-size:18px;--mdc-switch-track-height:14px;--mdc-switch-track-shape:7px;--mdc-switch-track-width:36px;--mdc-switch-unselected-icon-size:18px;--mdc-switch-selected-focus-state-layer-opacity:0.12;--mdc-switch-selected-hover-state-layer-opacity:0.04;--mdc-switch-selected-pressed-state-layer-opacity:0.1;--mdc-switch-unselected-focus-state-layer-opacity:0.12;--mdc-switch-unselected-hover-state-layer-opacity:0.04;--mdc-switch-unselected-pressed-state-layer-opacity:0.1}html .mat-mdc-slide-toggle{--mat-switch-disabled-selected-handle-opacity:0.38;--mat-switch-disabled-unselected-handle-opacity:0.38;--mat-switch-unselected-handle-size:20px;--mat-switch-selected-handle-size:20px;--mat-switch-pressed-handle-size:20px;--mat-switch-with-icon-handle-size:20px;--mat-switch-selected-handle-horizontal-margin:0;--mat-switch-selected-with-icon-handle-horizontal-margin:0;--mat-switch-selected-pressed-handle-horizontal-margin:0;--mat-switch-unselected-handle-horizontal-margin:0;--mat-switch-unselected-with-icon-handle-horizontal-margin:0;--mat-switch-unselected-pressed-handle-horizontal-margin:0;--mat-switch-visible-track-opacity:1;--mat-switch-hidden-track-opacity:1;--mat-switch-visible-track-transition:transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);--mat-switch-hidden-track-transition:transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);--mat-switch-track-outline-width:1px;--mat-switch-track-outline-color:transparent;--mat-switch-selected-track-outline-width:1px;--mat-switch-selected-track-outline-color:transparent;--mat-switch-disabled-unselected-track-outline-width:1px;--mat-switch-disabled-unselected-track-outline-color:transparent}html{--mdc-switch-selected-focus-state-layer-color:#5e35b1;--mdc-switch-selected-handle-color:#5e35b1;--mdc-switch-selected-hover-state-layer-color:#5e35b1;--mdc-switch-selected-pressed-state-layer-color:#5e35b1;--mdc-switch-selected-focus-handle-color:#311b92;--mdc-switch-selected-hover-handle-color:#311b92;--mdc-switch-selected-pressed-handle-color:#311b92;--mdc-switch-selected-focus-track-color:#9575cd;--mdc-switch-selected-hover-track-color:#9575cd;--mdc-switch-selected-pressed-track-color:#9575cd;--mdc-switch-selected-track-color:#9575cd;--mdc-switch-disabled-selected-handle-color:#424242;--mdc-switch-disabled-selected-icon-color:#fff;--mdc-switch-disabled-selected-track-color:#424242;--mdc-switch-disabled-unselected-handle-color:#424242;--mdc-switch-disabled-unselected-icon-color:#fff;--mdc-switch-disabled-unselected-track-color:#424242;--mdc-switch-handle-surface-color:#fff;--mdc-switch-selected-icon-color:#fff;--mdc-switch-unselected-focus-handle-color:#212121;--mdc-switch-unselected-focus-state-layer-color:#424242;--mdc-switch-unselected-focus-track-color:#e0e0e0;--mdc-switch-unselected-handle-color:#616161;--mdc-switch-unselected-hover-handle-color:#212121;--mdc-switch-unselected-hover-state-layer-color:#424242;--mdc-switch-unselected-hover-track-color:#e0e0e0;--mdc-switch-unselected-icon-color:#fff;--mdc-switch-unselected-pressed-handle-color:#212121;--mdc-switch-unselected-pressed-state-layer-color:#424242;--mdc-switch-unselected-pressed-track-color:#e0e0e0;--mdc-switch-unselected-track-color:#e0e0e0;--mdc-switch-handle-elevation-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mdc-switch-disabled-handle-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38)}html .mat-mdc-slide-toggle{--mat-switch-label-text-color:rgba(0, 0, 0, 0.87)}html .mat-mdc-slide-toggle.mat-accent{--mdc-switch-selected-focus-state-layer-color:#ffb300;--mdc-switch-selected-handle-color:#ffb300;--mdc-switch-selected-hover-state-layer-color:#ffb300;--mdc-switch-selected-pressed-state-layer-color:#ffb300;--mdc-switch-selected-focus-handle-color:#ff6f00;--mdc-switch-selected-hover-handle-color:#ff6f00;--mdc-switch-selected-pressed-handle-color:#ff6f00;--mdc-switch-selected-focus-track-color:#ffd54f;--mdc-switch-selected-hover-track-color:#ffd54f;--mdc-switch-selected-pressed-track-color:#ffd54f;--mdc-switch-selected-track-color:#ffd54f}html .mat-mdc-slide-toggle.mat-warn{--mdc-switch-selected-focus-state-layer-color:#e53935;--mdc-switch-selected-handle-color:#e53935;--mdc-switch-selected-hover-state-layer-color:#e53935;--mdc-switch-selected-pressed-state-layer-color:#e53935;--mdc-switch-selected-focus-handle-color:#b71c1c;--mdc-switch-selected-hover-handle-color:#b71c1c;--mdc-switch-selected-pressed-handle-color:#b71c1c;--mdc-switch-selected-focus-track-color:#e57373;--mdc-switch-selected-hover-track-color:#e57373;--mdc-switch-selected-pressed-track-color:#e57373;--mdc-switch-selected-track-color:#e57373}html{--mdc-switch-state-layer-size:40px}html .mat-mdc-slide-toggle{--mat-switch-label-text-font:Roboto, sans-serif;--mat-switch-label-text-line-height:20px;--mat-switch-label-text-size:14px;--mat-switch-label-text-tracking:0.0178571429em;--mat-switch-label-text-weight:400}html{--mdc-radio-disabled-selected-icon-opacity:0.38;--mdc-radio-disabled-unselected-icon-opacity:0.38;--mdc-radio-state-layer-size:40px}.mat-mdc-radio-button.mat-primary{--mdc-radio-disabled-selected-icon-color:black;--mdc-radio-disabled-unselected-icon-color:black;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#673ab7;--mdc-radio-selected-hover-icon-color:#673ab7;--mdc-radio-selected-icon-color:#673ab7;--mdc-radio-selected-pressed-icon-color:#673ab7;--mat-radio-ripple-color:black;--mat-radio-checked-ripple-color:#673ab7;--mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);--mat-radio-label-text-color:rgba(0, 0, 0, 0.87)}.mat-mdc-radio-button.mat-accent{--mdc-radio-disabled-selected-icon-color:black;--mdc-radio-disabled-unselected-icon-color:black;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#ffd740;--mdc-radio-selected-hover-icon-color:#ffd740;--mdc-radio-selected-icon-color:#ffd740;--mdc-radio-selected-pressed-icon-color:#ffd740;--mat-radio-ripple-color:black;--mat-radio-checked-ripple-color:#ffd740;--mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);--mat-radio-label-text-color:rgba(0, 0, 0, 0.87)}.mat-mdc-radio-button.mat-warn{--mdc-radio-disabled-selected-icon-color:black;--mdc-radio-disabled-unselected-icon-color:black;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#f44336;--mdc-radio-selected-hover-icon-color:#f44336;--mdc-radio-selected-icon-color:#f44336;--mdc-radio-selected-pressed-icon-color:#f44336;--mat-radio-ripple-color:black;--mat-radio-checked-ripple-color:#f44336;--mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);--mat-radio-label-text-color:rgba(0, 0, 0, 0.87)}html{--mdc-radio-state-layer-size:40px;--mat-radio-touch-target-display:block}html{--mat-radio-label-text-font:Roboto, sans-serif;--mat-radio-label-text-line-height:20px;--mat-radio-label-text-size:14px;--mat-radio-label-text-tracking:0.0178571429em;--mat-radio-label-text-weight:400}html{--mdc-slider-active-track-height:6px;--mdc-slider-active-track-shape:9999px;--mdc-slider-handle-height:20px;--mdc-slider-handle-shape:50%;--mdc-slider-handle-width:20px;--mdc-slider-inactive-track-height:4px;--mdc-slider-inactive-track-shape:9999px;--mdc-slider-with-overlap-handle-outline-width:1px;--mdc-slider-with-tick-marks-active-container-opacity:0.6;--mdc-slider-with-tick-marks-container-shape:50%;--mdc-slider-with-tick-marks-container-size:2px;--mdc-slider-with-tick-marks-inactive-container-opacity:0.6;--mdc-slider-handle-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mat-slider-value-indicator-width:auto;--mat-slider-value-indicator-height:32px;--mat-slider-value-indicator-caret-display:block;--mat-slider-value-indicator-border-radius:4px;--mat-slider-value-indicator-padding:0 12px;--mat-slider-value-indicator-text-transform:none;--mat-slider-value-indicator-container-transform:translateX(-50%)}html{--mdc-slider-handle-color:#673ab7;--mdc-slider-focus-handle-color:#673ab7;--mdc-slider-hover-handle-color:#673ab7;--mdc-slider-active-track-color:#673ab7;--mdc-slider-inactive-track-color:#673ab7;--mdc-slider-with-tick-marks-inactive-container-color:#673ab7;--mdc-slider-with-tick-marks-active-container-color:white;--mdc-slider-disabled-active-track-color:#000;--mdc-slider-disabled-handle-color:#000;--mdc-slider-disabled-inactive-track-color:#000;--mdc-slider-label-container-color:#000;--mdc-slider-label-label-text-color:#fff;--mdc-slider-with-overlap-handle-outline-color:#fff;--mdc-slider-with-tick-marks-disabled-container-color:#000;--mat-slider-ripple-color:#673ab7;--mat-slider-hover-state-layer-color:rgba(103, 58, 183, 0.05);--mat-slider-focus-state-layer-color:rgba(103, 58, 183, 0.2);--mat-slider-value-indicator-opacity:0.6}html .mat-accent{--mdc-slider-handle-color:#ffd740;--mdc-slider-focus-handle-color:#ffd740;--mdc-slider-hover-handle-color:#ffd740;--mdc-slider-active-track-color:#ffd740;--mdc-slider-inactive-track-color:#ffd740;--mdc-slider-with-tick-marks-inactive-container-color:#ffd740;--mdc-slider-with-tick-marks-active-container-color:rgba(0, 0, 0, 0.87);--mat-slider-ripple-color:#ffd740;--mat-slider-hover-state-layer-color:rgba(255, 215, 64, 0.05);--mat-slider-focus-state-layer-color:rgba(255, 215, 64, 0.2)}html .mat-warn{--mdc-slider-handle-color:#f44336;--mdc-slider-focus-handle-color:#f44336;--mdc-slider-hover-handle-color:#f44336;--mdc-slider-active-track-color:#f44336;--mdc-slider-inactive-track-color:#f44336;--mdc-slider-with-tick-marks-inactive-container-color:#f44336;--mdc-slider-with-tick-marks-active-container-color:white;--mat-slider-ripple-color:#f44336;--mat-slider-hover-state-layer-color:rgba(244, 67, 54, 0.05);--mat-slider-focus-state-layer-color:rgba(244, 67, 54, 0.2)}html{--mdc-slider-label-label-text-font:Roboto, sans-serif;--mdc-slider-label-label-text-size:14px;--mdc-slider-label-label-text-line-height:22px;--mdc-slider-label-label-text-tracking:0.0071428571em;--mdc-slider-label-label-text-weight:500}html{--mat-menu-container-shape:4px;--mat-menu-divider-bottom-spacing:0;--mat-menu-divider-top-spacing:0;--mat-menu-item-spacing:16px;--mat-menu-item-icon-size:24px;--mat-menu-item-leading-spacing:16px;--mat-menu-item-trailing-spacing:16px;--mat-menu-item-with-icon-leading-spacing:16px;--mat-menu-item-with-icon-trailing-spacing:16px;--mat-menu-base-elevation-level:8}html{--mat-menu-item-label-text-color:rgba(0, 0, 0, 0.87);--mat-menu-item-icon-color:rgba(0, 0, 0, 0.87);--mat-menu-item-hover-state-layer-color:rgba(0, 0, 0, 0.04);--mat-menu-item-focus-state-layer-color:rgba(0, 0, 0, 0.04);--mat-menu-container-color:white;--mat-menu-divider-color:rgba(0, 0, 0, 0.12)}html{--mat-menu-item-label-text-font:Roboto, sans-serif;--mat-menu-item-label-text-size:16px;--mat-menu-item-label-text-tracking:0.03125em;--mat-menu-item-label-text-line-height:24px;--mat-menu-item-label-text-weight:400}html{--mdc-list-list-item-container-shape:0;--mdc-list-list-item-leading-avatar-shape:50%;--mdc-list-list-item-container-color:transparent;--mdc-list-list-item-selected-container-color:transparent;--mdc-list-list-item-leading-avatar-color:transparent;--mdc-list-list-item-leading-icon-size:24px;--mdc-list-list-item-leading-avatar-size:40px;--mdc-list-list-item-trailing-icon-size:24px;--mdc-list-list-item-disabled-state-layer-color:transparent;--mdc-list-list-item-disabled-state-layer-opacity:0;--mdc-list-list-item-disabled-label-text-opacity:0.38;--mdc-list-list-item-disabled-leading-icon-opacity:0.38;--mdc-list-list-item-disabled-trailing-icon-opacity:0.38;--mat-list-active-indicator-color:transparent;--mat-list-active-indicator-shape:4px}html{--mdc-list-list-item-label-text-color:rgba(0, 0, 0, 0.87);--mdc-list-list-item-supporting-text-color:rgba(0, 0, 0, 0.54);--mdc-list-list-item-leading-icon-color:rgba(0, 0, 0, 0.38);--mdc-list-list-item-trailing-supporting-text-color:rgba(0, 0, 0, 0.38);--mdc-list-list-item-trailing-icon-color:rgba(0, 0, 0, 0.38);--mdc-list-list-item-selected-trailing-icon-color:rgba(0, 0, 0, 0.38);--mdc-list-list-item-disabled-label-text-color:black;--mdc-list-list-item-disabled-leading-icon-color:black;--mdc-list-list-item-disabled-trailing-icon-color:black;--mdc-list-list-item-hover-label-text-color:rgba(0, 0, 0, 0.87);--mdc-list-list-item-hover-leading-icon-color:rgba(0, 0, 0, 0.38);--mdc-list-list-item-hover-trailing-icon-color:rgba(0, 0, 0, 0.38);--mdc-list-list-item-focus-label-text-color:rgba(0, 0, 0, 0.87);--mdc-list-list-item-hover-state-layer-color:black;--mdc-list-list-item-hover-state-layer-opacity:0.04;--mdc-list-list-item-focus-state-layer-color:black;--mdc-list-list-item-focus-state-layer-opacity:0.12}.mdc-list-item__start,.mdc-list-item__end{--mdc-radio-disabled-selected-icon-color:black;--mdc-radio-disabled-unselected-icon-color:black;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#673ab7;--mdc-radio-selected-hover-icon-color:#673ab7;--mdc-radio-selected-icon-color:#673ab7;--mdc-radio-selected-pressed-icon-color:#673ab7}.mat-accent .mdc-list-item__start,.mat-accent .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color:black;--mdc-radio-disabled-unselected-icon-color:black;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#ffd740;--mdc-radio-selected-hover-icon-color:#ffd740;--mdc-radio-selected-icon-color:#ffd740;--mdc-radio-selected-pressed-icon-color:#ffd740}.mat-warn .mdc-list-item__start,.mat-warn .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color:black;--mdc-radio-disabled-unselected-icon-color:black;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#f44336;--mdc-radio-selected-hover-icon-color:#f44336;--mdc-radio-selected-icon-color:#f44336;--mdc-radio-selected-pressed-icon-color:#f44336}.mat-mdc-list-option{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-selected-checkmark-color:white;--mdc-checkbox-selected-focus-icon-color:#673ab7;--mdc-checkbox-selected-hover-icon-color:#673ab7;--mdc-checkbox-selected-icon-color:#673ab7;--mdc-checkbox-selected-pressed-icon-color:#673ab7;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#673ab7;--mdc-checkbox-selected-hover-state-layer-color:#673ab7;--mdc-checkbox-selected-pressed-state-layer-color:#673ab7;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}.mat-mdc-list-option.mat-accent{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-selected-checkmark-color:black;--mdc-checkbox-selected-focus-icon-color:#ffd740;--mdc-checkbox-selected-hover-icon-color:#ffd740;--mdc-checkbox-selected-icon-color:#ffd740;--mdc-checkbox-selected-pressed-icon-color:#ffd740;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#ffd740;--mdc-checkbox-selected-hover-state-layer-color:#ffd740;--mdc-checkbox-selected-pressed-state-layer-color:#ffd740;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}.mat-mdc-list-option.mat-warn{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-selected-checkmark-color:white;--mdc-checkbox-selected-focus-icon-color:#f44336;--mdc-checkbox-selected-hover-icon-color:#f44336;--mdc-checkbox-selected-icon-color:#f44336;--mdc-checkbox-selected-pressed-icon-color:#f44336;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#f44336;--mdc-checkbox-selected-hover-state-layer-color:#f44336;--mdc-checkbox-selected-pressed-state-layer-color:#f44336;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start{color:#673ab7}.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}html{--mdc-list-list-item-one-line-container-height:48px;--mdc-list-list-item-two-line-container-height:64px;--mdc-list-list-item-three-line-container-height:88px;--mat-list-list-item-leading-icon-start-space:16px;--mat-list-list-item-leading-icon-end-space:32px}.mdc-list-item__start,.mdc-list-item__end{--mdc-radio-state-layer-size:40px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line{height:56px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines{height:72px}html{--mdc-list-list-item-label-text-font:Roboto, sans-serif;--mdc-list-list-item-label-text-line-height:24px;--mdc-list-list-item-label-text-size:16px;--mdc-list-list-item-label-text-tracking:0.03125em;--mdc-list-list-item-label-text-weight:400;--mdc-list-list-item-supporting-text-font:Roboto, sans-serif;--mdc-list-list-item-supporting-text-line-height:20px;--mdc-list-list-item-supporting-text-size:14px;--mdc-list-list-item-supporting-text-tracking:0.0178571429em;--mdc-list-list-item-supporting-text-weight:400;--mdc-list-list-item-trailing-supporting-text-font:Roboto, sans-serif;--mdc-list-list-item-trailing-supporting-text-line-height:20px;--mdc-list-list-item-trailing-supporting-text-size:12px;--mdc-list-list-item-trailing-supporting-text-tracking:0.0333333333em;--mdc-list-list-item-trailing-supporting-text-weight:400}.mdc-list-group__subheader{font:400 16px/28px Roboto, sans-serif;letter-spacing:.009375em}html{--mat-paginator-container-text-color:rgba(0, 0, 0, 0.87);--mat-paginator-container-background-color:white;--mat-paginator-enabled-icon-color:rgba(0, 0, 0, 0.54);--mat-paginator-disabled-icon-color:rgba(0, 0, 0, 0.12)}html{--mat-paginator-container-size:56px;--mat-paginator-form-field-container-height:40px;--mat-paginator-form-field-container-vertical-padding:8px;--mat-paginator-touch-target-display:block}html{--mat-paginator-container-text-font:Roboto, sans-serif;--mat-paginator-container-text-line-height:20px;--mat-paginator-container-text-size:12px;--mat-paginator-container-text-tracking:0.0333333333em;--mat-paginator-container-text-weight:400;--mat-paginator-select-trigger-text-size:12px}html{--mdc-secondary-navigation-tab-container-height:48px;--mdc-tab-indicator-active-indicator-height:2px;--mdc-tab-indicator-active-indicator-shape:0;--mat-tab-header-divider-color:transparent;--mat-tab-header-divider-height:0}.mat-mdc-tab-group,.mat-mdc-tab-nav-bar{--mdc-tab-indicator-active-indicator-color:#673ab7;--mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);--mat-tab-header-pagination-icon-color:black;--mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-active-label-text-color:#673ab7;--mat-tab-header-active-ripple-color:#673ab7;--mat-tab-header-inactive-ripple-color:#673ab7;--mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-active-focus-label-text-color:#673ab7;--mat-tab-header-active-hover-label-text-color:#673ab7;--mat-tab-header-active-focus-indicator-color:#673ab7;--mat-tab-header-active-hover-indicator-color:#673ab7}.mat-mdc-tab-group.mat-accent,.mat-mdc-tab-nav-bar.mat-accent{--mdc-tab-indicator-active-indicator-color:#ffd740;--mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);--mat-tab-header-pagination-icon-color:black;--mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-active-label-text-color:#ffd740;--mat-tab-header-active-ripple-color:#ffd740;--mat-tab-header-inactive-ripple-color:#ffd740;--mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-active-focus-label-text-color:#ffd740;--mat-tab-header-active-hover-label-text-color:#ffd740;--mat-tab-header-active-focus-indicator-color:#ffd740;--mat-tab-header-active-hover-indicator-color:#ffd740}.mat-mdc-tab-group.mat-warn,.mat-mdc-tab-nav-bar.mat-warn{--mdc-tab-indicator-active-indicator-color:#f44336;--mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);--mat-tab-header-pagination-icon-color:black;--mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-active-label-text-color:#f44336;--mat-tab-header-active-ripple-color:#f44336;--mat-tab-header-inactive-ripple-color:#f44336;--mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-active-focus-label-text-color:#f44336;--mat-tab-header-active-hover-label-text-color:#f44336;--mat-tab-header-active-focus-indicator-color:#f44336;--mat-tab-header-active-hover-indicator-color:#f44336}.mat-mdc-tab-group.mat-background-primary,.mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-header-with-background-background-color:#673ab7;--mat-tab-header-with-background-foreground-color:white}.mat-mdc-tab-group.mat-background-accent,.mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-header-with-background-background-color:#ffd740;--mat-tab-header-with-background-foreground-color:rgba(0, 0, 0, 0.87)}.mat-mdc-tab-group.mat-background-warn,.mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-header-with-background-background-color:#f44336;--mat-tab-header-with-background-foreground-color:white}.mat-mdc-tab-header{--mdc-secondary-navigation-tab-container-height:48px}.mat-mdc-tab-header{--mat-tab-header-label-text-font:Roboto, sans-serif;--mat-tab-header-label-text-size:14px;--mat-tab-header-label-text-tracking:0.0892857143em;--mat-tab-header-label-text-line-height:36px;--mat-tab-header-label-text-weight:500}html{--mdc-checkbox-disabled-selected-checkmark-color:#fff;--mdc-checkbox-selected-focus-state-layer-opacity:0.16;--mdc-checkbox-selected-hover-state-layer-opacity:0.04;--mdc-checkbox-selected-pressed-state-layer-opacity:0.16;--mdc-checkbox-unselected-focus-state-layer-opacity:0.16;--mdc-checkbox-unselected-hover-state-layer-opacity:0.04;--mdc-checkbox-unselected-pressed-state-layer-opacity:0.16}html{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-selected-checkmark-color:black;--mdc-checkbox-selected-focus-icon-color:#ffd740;--mdc-checkbox-selected-hover-icon-color:#ffd740;--mdc-checkbox-selected-icon-color:#ffd740;--mdc-checkbox-selected-pressed-icon-color:#ffd740;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#ffd740;--mdc-checkbox-selected-hover-state-layer-color:#ffd740;--mdc-checkbox-selected-pressed-state-layer-color:#ffd740;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black;--mat-checkbox-disabled-label-color:rgba(0, 0, 0, 0.38);--mat-checkbox-label-text-color:rgba(0, 0, 0, 0.87)}.mat-mdc-checkbox.mat-primary{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-selected-checkmark-color:white;--mdc-checkbox-selected-focus-icon-color:#673ab7;--mdc-checkbox-selected-hover-icon-color:#673ab7;--mdc-checkbox-selected-icon-color:#673ab7;--mdc-checkbox-selected-pressed-icon-color:#673ab7;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#673ab7;--mdc-checkbox-selected-hover-state-layer-color:#673ab7;--mdc-checkbox-selected-pressed-state-layer-color:#673ab7;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}.mat-mdc-checkbox.mat-warn{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-selected-checkmark-color:white;--mdc-checkbox-selected-focus-icon-color:#f44336;--mdc-checkbox-selected-hover-icon-color:#f44336;--mdc-checkbox-selected-icon-color:#f44336;--mdc-checkbox-selected-pressed-icon-color:#f44336;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#f44336;--mdc-checkbox-selected-hover-state-layer-color:#f44336;--mdc-checkbox-selected-pressed-state-layer-color:#f44336;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}html{--mdc-checkbox-state-layer-size:40px;--mat-checkbox-touch-target-display:block}html{--mat-checkbox-label-text-font:Roboto, sans-serif;--mat-checkbox-label-text-line-height:20px;--mat-checkbox-label-text-size:14px;--mat-checkbox-label-text-tracking:0.0178571429em;--mat-checkbox-label-text-weight:400}html{--mdc-text-button-container-shape:4px;--mdc-text-button-keep-touch-target:false;--mdc-filled-button-container-shape:4px;--mdc-filled-button-keep-touch-target:false;--mdc-protected-button-container-shape:4px;--mdc-protected-button-container-elevation-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);--mdc-protected-button-disabled-container-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mdc-protected-button-focus-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);--mdc-protected-button-hover-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);--mdc-protected-button-pressed-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-outlined-button-keep-touch-target:false;--mdc-outlined-button-outline-width:1px;--mdc-outlined-button-container-shape:4px;--mat-text-button-horizontal-padding:8px;--mat-text-button-with-icon-horizontal-padding:8px;--mat-text-button-icon-spacing:8px;--mat-text-button-icon-offset:0;--mat-filled-button-horizontal-padding:16px;--mat-filled-button-icon-spacing:8px;--mat-filled-button-icon-offset:-4px;--mat-protected-button-horizontal-padding:16px;--mat-protected-button-icon-spacing:8px;--mat-protected-button-icon-offset:-4px;--mat-outlined-button-horizontal-padding:15px;--mat-outlined-button-icon-spacing:8px;--mat-outlined-button-icon-offset:-4px}html{--mdc-text-button-label-text-color:black;--mdc-text-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);--mat-text-button-state-layer-color:black;--mat-text-button-disabled-state-layer-color:black;--mat-text-button-ripple-color:rgba(0, 0, 0, 0.1);--mat-text-button-hover-state-layer-opacity:0.04;--mat-text-button-focus-state-layer-opacity:0.12;--mat-text-button-pressed-state-layer-opacity:0.12;--mdc-filled-button-container-color:white;--mdc-filled-button-label-text-color:black;--mdc-filled-button-disabled-container-color:rgba(0, 0, 0, 0.12);--mdc-filled-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);--mat-filled-button-state-layer-color:black;--mat-filled-button-disabled-state-layer-color:black;--mat-filled-button-ripple-color:rgba(0, 0, 0, 0.1);--mat-filled-button-hover-state-layer-opacity:0.04;--mat-filled-button-focus-state-layer-opacity:0.12;--mat-filled-button-pressed-state-layer-opacity:0.12;--mdc-protected-button-container-color:white;--mdc-protected-button-label-text-color:black;--mdc-protected-button-disabled-container-color:rgba(0, 0, 0, 0.12);--mdc-protected-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);--mat-protected-button-state-layer-color:black;--mat-protected-button-disabled-state-layer-color:black;--mat-protected-button-ripple-color:rgba(0, 0, 0, 0.1);--mat-protected-button-hover-state-layer-opacity:0.04;--mat-protected-button-focus-state-layer-opacity:0.12;--mat-protected-button-pressed-state-layer-opacity:0.12;--mdc-outlined-button-disabled-outline-color:rgba(0, 0, 0, 0.12);--mdc-outlined-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);--mdc-outlined-button-label-text-color:black;--mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);--mat-outlined-button-state-layer-color:black;--mat-outlined-button-disabled-state-layer-color:black;--mat-outlined-button-ripple-color:rgba(0, 0, 0, 0.1);--mat-outlined-button-hover-state-layer-opacity:0.04;--mat-outlined-button-focus-state-layer-opacity:0.12;--mat-outlined-button-pressed-state-layer-opacity:0.12}.mat-mdc-button.mat-primary{--mdc-text-button-label-text-color:#673ab7;--mat-text-button-state-layer-color:#673ab7;--mat-text-button-ripple-color:rgba(103, 58, 183, 0.1)}.mat-mdc-button.mat-accent{--mdc-text-button-label-text-color:#ffd740;--mat-text-button-state-layer-color:#ffd740;--mat-text-button-ripple-color:rgba(255, 215, 64, 0.1)}.mat-mdc-button.mat-warn{--mdc-text-button-label-text-color:#f44336;--mat-text-button-state-layer-color:#f44336;--mat-text-button-ripple-color:rgba(244, 67, 54, 0.1)}.mat-mdc-unelevated-button.mat-primary{--mdc-filled-button-container-color:#673ab7;--mdc-filled-button-label-text-color:white;--mat-filled-button-state-layer-color:white;--mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1)}.mat-mdc-unelevated-button.mat-accent{--mdc-filled-button-container-color:#ffd740;--mdc-filled-button-label-text-color:black;--mat-filled-button-state-layer-color:black;--mat-filled-button-ripple-color:rgba(0, 0, 0, 0.1)}.mat-mdc-unelevated-button.mat-warn{--mdc-filled-button-container-color:#f44336;--mdc-filled-button-label-text-color:white;--mat-filled-button-state-layer-color:white;--mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1)}.mat-mdc-raised-button.mat-primary{--mdc-protected-button-container-color:#673ab7;--mdc-protected-button-label-text-color:white;--mat-protected-button-state-layer-color:white;--mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1)}.mat-mdc-raised-button.mat-accent{--mdc-protected-button-container-color:#ffd740;--mdc-protected-button-label-text-color:black;--mat-protected-button-state-layer-color:black;--mat-protected-button-ripple-color:rgba(0, 0, 0, 0.1)}.mat-mdc-raised-button.mat-warn{--mdc-protected-button-container-color:#f44336;--mdc-protected-button-label-text-color:white;--mat-protected-button-state-layer-color:white;--mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1)}.mat-mdc-outlined-button.mat-primary{--mdc-outlined-button-label-text-color:#673ab7;--mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);--mat-outlined-button-state-layer-color:#673ab7;--mat-outlined-button-ripple-color:rgba(103, 58, 183, 0.1)}.mat-mdc-outlined-button.mat-accent{--mdc-outlined-button-label-text-color:#ffd740;--mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);--mat-outlined-button-state-layer-color:#ffd740;--mat-outlined-button-ripple-color:rgba(255, 215, 64, 0.1)}.mat-mdc-outlined-button.mat-warn{--mdc-outlined-button-label-text-color:#f44336;--mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);--mat-outlined-button-state-layer-color:#f44336;--mat-outlined-button-ripple-color:rgba(244, 67, 54, 0.1)}html{--mdc-text-button-container-height:36px;--mdc-filled-button-container-height:36px;--mdc-protected-button-container-height:36px;--mdc-outlined-button-container-height:36px;--mat-text-button-touch-target-display:block;--mat-filled-button-touch-target-display:block;--mat-protected-button-touch-target-display:block;--mat-outlined-button-touch-target-display:block}html{--mdc-text-button-label-text-font:Roboto, sans-serif;--mdc-text-button-label-text-size:14px;--mdc-text-button-label-text-tracking:0.0892857143em;--mdc-text-button-label-text-weight:500;--mdc-text-button-label-text-transform:none;--mdc-filled-button-label-text-font:Roboto, sans-serif;--mdc-filled-button-label-text-size:14px;--mdc-filled-button-label-text-tracking:0.0892857143em;--mdc-filled-button-label-text-weight:500;--mdc-filled-button-label-text-transform:none;--mdc-protected-button-label-text-font:Roboto, sans-serif;--mdc-protected-button-label-text-size:14px;--mdc-protected-button-label-text-tracking:0.0892857143em;--mdc-protected-button-label-text-weight:500;--mdc-protected-button-label-text-transform:none;--mdc-outlined-button-label-text-font:Roboto, sans-serif;--mdc-outlined-button-label-text-size:14px;--mdc-outlined-button-label-text-tracking:0.0892857143em;--mdc-outlined-button-label-text-weight:500;--mdc-outlined-button-label-text-transform:none}html{--mdc-icon-button-icon-size:24px}html{--mdc-icon-button-icon-color:inherit;--mdc-icon-button-disabled-icon-color:rgba(0, 0, 0, 0.38);--mat-icon-button-state-layer-color:black;--mat-icon-button-disabled-state-layer-color:black;--mat-icon-button-ripple-color:rgba(0, 0, 0, 0.1);--mat-icon-button-hover-state-layer-opacity:0.04;--mat-icon-button-focus-state-layer-opacity:0.12;--mat-icon-button-pressed-state-layer-opacity:0.12}html .mat-mdc-icon-button.mat-primary{--mdc-icon-button-icon-color:#673ab7;--mat-icon-button-state-layer-color:#673ab7;--mat-icon-button-ripple-color:rgba(103, 58, 183, 0.1)}html .mat-mdc-icon-button.mat-accent{--mdc-icon-button-icon-color:#ffd740;--mat-icon-button-state-layer-color:#ffd740;--mat-icon-button-ripple-color:rgba(255, 215, 64, 0.1)}html .mat-mdc-icon-button.mat-warn{--mdc-icon-button-icon-color:#f44336;--mat-icon-button-state-layer-color:#f44336;--mat-icon-button-ripple-color:rgba(244, 67, 54, 0.1)}html{--mat-icon-button-touch-target-display:block}.mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 48px;width:var(--mdc-icon-button-state-layer-size);height:var(--mdc-icon-button-state-layer-size);padding:12px}html{--mdc-fab-container-shape:50%;--mdc-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-fab-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-fab-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);--mdc-fab-small-container-shape:50%;--mdc-fab-small-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-fab-small-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-fab-small-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-fab-small-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);--mdc-extended-fab-container-height:48px;--mdc-extended-fab-container-shape:24px;--mdc-extended-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-extended-fab-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-extended-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-extended-fab-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12)}html{--mdc-fab-container-color:white;--mat-fab-foreground-color:black;--mat-fab-state-layer-color:black;--mat-fab-disabled-state-layer-color:black;--mat-fab-ripple-color:rgba(0, 0, 0, 0.1);--mat-fab-hover-state-layer-opacity:0.04;--mat-fab-focus-state-layer-opacity:0.12;--mat-fab-pressed-state-layer-opacity:0.12;--mat-fab-disabled-state-container-color:rgba(0, 0, 0, 0.12);--mat-fab-disabled-state-foreground-color:rgba(0, 0, 0, 0.38);--mdc-fab-small-container-color:white;--mat-fab-small-foreground-color:black;--mat-fab-small-state-layer-color:black;--mat-fab-small-disabled-state-layer-color:black;--mat-fab-small-ripple-color:rgba(0, 0, 0, 0.1);--mat-fab-small-hover-state-layer-opacity:0.04;--mat-fab-small-focus-state-layer-opacity:0.12;--mat-fab-small-pressed-state-layer-opacity:0.12;--mat-fab-small-disabled-state-container-color:rgba(0, 0, 0, 0.12);--mat-fab-small-disabled-state-foreground-color:rgba(0, 0, 0, 0.38)}html .mat-mdc-fab.mat-primary{--mdc-fab-container-color:#673ab7;--mat-fab-foreground-color:white;--mat-fab-state-layer-color:white;--mat-fab-ripple-color:rgba(255, 255, 255, 0.1)}html .mat-mdc-fab.mat-accent{--mdc-fab-container-color:#ffd740;--mat-fab-foreground-color:black;--mat-fab-state-layer-color:black;--mat-fab-ripple-color:rgba(0, 0, 0, 0.1)}html .mat-mdc-fab.mat-warn{--mdc-fab-container-color:#f44336;--mat-fab-foreground-color:white;--mat-fab-state-layer-color:white;--mat-fab-ripple-color:rgba(255, 255, 255, 0.1)}html .mat-mdc-mini-fab.mat-primary{--mdc-fab-small-container-color:#673ab7;--mat-fab-small-foreground-color:white;--mat-fab-small-state-layer-color:white;--mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1)}html .mat-mdc-mini-fab.mat-accent{--mdc-fab-small-container-color:#ffd740;--mat-fab-small-foreground-color:black;--mat-fab-small-state-layer-color:black;--mat-fab-small-ripple-color:rgba(0, 0, 0, 0.1)}html .mat-mdc-mini-fab.mat-warn{--mdc-fab-small-container-color:#f44336;--mat-fab-small-foreground-color:white;--mat-fab-small-state-layer-color:white;--mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1)}html{--mat-fab-touch-target-display:block;--mat-fab-small-touch-target-display:block}html{--mdc-extended-fab-label-text-font:Roboto, sans-serif;--mdc-extended-fab-label-text-size:14px;--mdc-extended-fab-label-text-tracking:0.0892857143em;--mdc-extended-fab-label-text-weight:500}html{--mdc-snackbar-container-shape:4px}html{--mdc-snackbar-container-color:#333333;--mdc-snackbar-supporting-text-color:rgba(255, 255, 255, 0.87);--mat-snack-bar-button-color:#ffd740}html{--mdc-snackbar-supporting-text-font:Roboto, sans-serif;--mdc-snackbar-supporting-text-line-height:20px;--mdc-snackbar-supporting-text-size:14px;--mdc-snackbar-supporting-text-weight:400}html{--mat-table-row-item-outline-width:1px}html{--mat-table-background-color:white;--mat-table-header-headline-color:rgba(0, 0, 0, 0.87);--mat-table-row-item-label-text-color:rgba(0, 0, 0, 0.87);--mat-table-row-item-outline-color:rgba(0, 0, 0, 0.12)}html{--mat-table-header-container-height:56px;--mat-table-footer-container-height:52px;--mat-table-row-item-container-height:52px}html{--mat-table-header-headline-font:Roboto, sans-serif;--mat-table-header-headline-line-height:22px;--mat-table-header-headline-size:14px;--mat-table-header-headline-weight:500;--mat-table-header-headline-tracking:0.0071428571em;--mat-table-row-item-label-text-font:Roboto, sans-serif;--mat-table-row-item-label-text-line-height:20px;--mat-table-row-item-label-text-size:14px;--mat-table-row-item-label-text-weight:400;--mat-table-row-item-label-text-tracking:0.0178571429em;--mat-table-footer-supporting-text-font:Roboto, sans-serif;--mat-table-footer-supporting-text-line-height:20px;--mat-table-footer-supporting-text-size:14px;--mat-table-footer-supporting-text-weight:400;--mat-table-footer-supporting-text-tracking:0.0178571429em}html{--mdc-circular-progress-active-indicator-width:4px;--mdc-circular-progress-size:48px}html{--mdc-circular-progress-active-indicator-color:#673ab7}html .mat-accent{--mdc-circular-progress-active-indicator-color:#ffd740}html .mat-warn{--mdc-circular-progress-active-indicator-color:#f44336}html{--mat-badge-container-shape:50%;--mat-badge-container-size:unset;--mat-badge-small-size-container-size:unset;--mat-badge-large-size-container-size:unset;--mat-badge-legacy-container-size:22px;--mat-badge-legacy-small-size-container-size:16px;--mat-badge-legacy-large-size-container-size:28px;--mat-badge-container-offset:-11px 0;--mat-badge-small-size-container-offset:-8px 0;--mat-badge-large-size-container-offset:-14px 0;--mat-badge-container-overlap-offset:-11px;--mat-badge-small-size-container-overlap-offset:-8px;--mat-badge-large-size-container-overlap-offset:-14px;--mat-badge-container-padding:0;--mat-badge-small-size-container-padding:0;--mat-badge-large-size-container-padding:0}html{--mat-badge-background-color:#673ab7;--mat-badge-text-color:white;--mat-badge-disabled-state-background-color:#b9b9b9;--mat-badge-disabled-state-text-color:rgba(0, 0, 0, 0.38)}.mat-badge-accent{--mat-badge-background-color:#ffd740;--mat-badge-text-color:rgba(0, 0, 0, 0.87)}.mat-badge-warn{--mat-badge-background-color:#f44336;--mat-badge-text-color:white}html{--mat-badge-text-font:Roboto, sans-serif;--mat-badge-text-size:12px;--mat-badge-text-weight:600;--mat-badge-small-size-text-size:9px;--mat-badge-large-size-text-size:24px}html{--mat-bottom-sheet-container-shape:4px}html{--mat-bottom-sheet-container-text-color:rgba(0, 0, 0, 0.87);--mat-bottom-sheet-container-background-color:white}html{--mat-bottom-sheet-container-text-font:Roboto, sans-serif;--mat-bottom-sheet-container-text-line-height:20px;--mat-bottom-sheet-container-text-size:14px;--mat-bottom-sheet-container-text-tracking:0.0178571429em;--mat-bottom-sheet-container-text-weight:400}html{--mat-legacy-button-toggle-height:36px;--mat-legacy-button-toggle-shape:2px;--mat-legacy-button-toggle-focus-state-layer-opacity:1;--mat-standard-button-toggle-shape:4px;--mat-standard-button-toggle-hover-state-layer-opacity:0.04;--mat-standard-button-toggle-focus-state-layer-opacity:0.12}html{--mat-legacy-button-toggle-text-color:rgba(0, 0, 0, 0.38);--mat-legacy-button-toggle-state-layer-color:rgba(0, 0, 0, 0.12);--mat-legacy-button-toggle-selected-state-text-color:rgba(0, 0, 0, 0.54);--mat-legacy-button-toggle-selected-state-background-color:#e0e0e0;--mat-legacy-button-toggle-disabled-state-text-color:rgba(0, 0, 0, 0.26);--mat-legacy-button-toggle-disabled-state-background-color:#eeeeee;--mat-legacy-button-toggle-disabled-selected-state-background-color:#bdbdbd;--mat-standard-button-toggle-text-color:rgba(0, 0, 0, 0.87);--mat-standard-button-toggle-background-color:white;--mat-standard-button-toggle-state-layer-color:black;--mat-standard-button-toggle-selected-state-background-color:#e0e0e0;--mat-standard-button-toggle-selected-state-text-color:rgba(0, 0, 0, 0.87);--mat-standard-button-toggle-disabled-state-text-color:rgba(0, 0, 0, 0.26);--mat-standard-button-toggle-disabled-state-background-color:white;--mat-standard-button-toggle-disabled-selected-state-text-color:rgba(0, 0, 0, 0.87);--mat-standard-button-toggle-disabled-selected-state-background-color:#bdbdbd;--mat-standard-button-toggle-divider-color:#e0e0e0}html{--mat-standard-button-toggle-height:48px}html{--mat-legacy-button-toggle-label-text-font:Roboto, sans-serif;--mat-legacy-button-toggle-label-text-line-height:24px;--mat-legacy-button-toggle-label-text-size:16px;--mat-legacy-button-toggle-label-text-tracking:0.03125em;--mat-legacy-button-toggle-label-text-weight:400;--mat-standard-button-toggle-label-text-font:Roboto, sans-serif;--mat-standard-button-toggle-label-text-line-height:24px;--mat-standard-button-toggle-label-text-size:16px;--mat-standard-button-toggle-label-text-tracking:0.03125em;--mat-standard-button-toggle-label-text-weight:400}html{--mat-datepicker-calendar-container-shape:4px;--mat-datepicker-calendar-container-touch-shape:4px;--mat-datepicker-calendar-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);--mat-datepicker-calendar-container-touch-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12)}html{--mat-datepicker-calendar-date-selected-state-text-color:white;--mat-datepicker-calendar-date-selected-state-background-color:#673ab7;--mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(103, 58, 183, 0.4);--mat-datepicker-calendar-date-today-selected-state-outline-color:white;--mat-datepicker-calendar-date-focus-state-background-color:rgba(103, 58, 183, 0.3);--mat-datepicker-calendar-date-hover-state-background-color:rgba(103, 58, 183, 0.3);--mat-datepicker-toggle-active-state-icon-color:#673ab7;--mat-datepicker-calendar-date-in-range-state-background-color:rgba(103, 58, 183, 0.2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e;--mat-datepicker-toggle-icon-color:rgba(0, 0, 0, 0.54);--mat-datepicker-calendar-body-label-text-color:rgba(0, 0, 0, 0.54);--mat-datepicker-calendar-period-button-text-color:black;--mat-datepicker-calendar-period-button-icon-color:rgba(0, 0, 0, 0.54);--mat-datepicker-calendar-navigation-button-icon-color:rgba(0, 0, 0, 0.54);--mat-datepicker-calendar-header-divider-color:rgba(0, 0, 0, 0.12);--mat-datepicker-calendar-header-text-color:rgba(0, 0, 0, 0.54);--mat-datepicker-calendar-date-today-outline-color:rgba(0, 0, 0, 0.38);--mat-datepicker-calendar-date-today-disabled-state-outline-color:rgba(0, 0, 0, 0.18);--mat-datepicker-calendar-date-text-color:rgba(0, 0, 0, 0.87);--mat-datepicker-calendar-date-outline-color:transparent;--mat-datepicker-calendar-date-disabled-state-text-color:rgba(0, 0, 0, 0.38);--mat-datepicker-calendar-date-preview-state-outline-color:rgba(0, 0, 0, 0.24);--mat-datepicker-range-input-separator-color:rgba(0, 0, 0, 0.87);--mat-datepicker-range-input-disabled-state-separator-color:rgba(0, 0, 0, 0.38);--mat-datepicker-range-input-disabled-state-text-color:rgba(0, 0, 0, 0.38);--mat-datepicker-calendar-container-background-color:white;--mat-datepicker-calendar-container-text-color:rgba(0, 0, 0, 0.87)}.mat-datepicker-content.mat-accent{--mat-datepicker-calendar-date-selected-state-text-color:rgba(0, 0, 0, 0.87);--mat-datepicker-calendar-date-selected-state-background-color:#ffd740;--mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(255, 215, 64, 0.4);--mat-datepicker-calendar-date-today-selected-state-outline-color:rgba(0, 0, 0, 0.87);--mat-datepicker-calendar-date-focus-state-background-color:rgba(255, 215, 64, 0.3);--mat-datepicker-calendar-date-hover-state-background-color:rgba(255, 215, 64, 0.3);--mat-datepicker-calendar-date-in-range-state-background-color:rgba(255, 215, 64, 0.2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e}.mat-datepicker-content.mat-warn{--mat-datepicker-calendar-date-selected-state-text-color:white;--mat-datepicker-calendar-date-selected-state-background-color:#f44336;--mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(244, 67, 54, 0.4);--mat-datepicker-calendar-date-today-selected-state-outline-color:white;--mat-datepicker-calendar-date-focus-state-background-color:rgba(244, 67, 54, 0.3);--mat-datepicker-calendar-date-hover-state-background-color:rgba(244, 67, 54, 0.3);--mat-datepicker-calendar-date-in-range-state-background-color:rgba(244, 67, 54, 0.2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e}.mat-datepicker-toggle-active.mat-accent{--mat-datepicker-toggle-active-state-icon-color:#ffd740}.mat-datepicker-toggle-active.mat-warn{--mat-datepicker-toggle-active-state-icon-color:#f44336}.mat-calendar-controls{--mat-icon-button-touch-target-display:none}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 40px;width:var(--mdc-icon-button-state-layer-size);height:var(--mdc-icon-button-state-layer-size);padding:8px}html{--mat-datepicker-calendar-text-font:Roboto, sans-serif;--mat-datepicker-calendar-text-size:13px;--mat-datepicker-calendar-body-label-text-size:14px;--mat-datepicker-calendar-body-label-text-weight:500;--mat-datepicker-calendar-period-button-text-size:14px;--mat-datepicker-calendar-period-button-text-weight:500;--mat-datepicker-calendar-header-text-size:11px;--mat-datepicker-calendar-header-text-weight:400}html{--mat-divider-width:1px}html{--mat-divider-color:rgba(0, 0, 0, 0.12)}html{--mat-expansion-container-shape:4px;--mat-expansion-legacy-header-indicator-display:inline-block;--mat-expansion-header-indicator-display:none}html{--mat-expansion-container-background-color:white;--mat-expansion-container-text-color:rgba(0, 0, 0, 0.87);--mat-expansion-actions-divider-color:rgba(0, 0, 0, 0.12);--mat-expansion-header-hover-state-layer-color:rgba(0, 0, 0, 0.04);--mat-expansion-header-focus-state-layer-color:rgba(0, 0, 0, 0.04);--mat-expansion-header-disabled-state-text-color:rgba(0, 0, 0, 0.26);--mat-expansion-header-text-color:rgba(0, 0, 0, 0.87);--mat-expansion-header-description-color:rgba(0, 0, 0, 0.54);--mat-expansion-header-indicator-color:rgba(0, 0, 0, 0.54)}html{--mat-expansion-header-collapsed-state-height:48px;--mat-expansion-header-expanded-state-height:64px}html{--mat-expansion-header-text-font:Roboto, sans-serif;--mat-expansion-header-text-size:14px;--mat-expansion-header-text-weight:500;--mat-expansion-header-text-line-height:inherit;--mat-expansion-header-text-tracking:inherit;--mat-expansion-container-text-font:Roboto, sans-serif;--mat-expansion-container-text-line-height:20px;--mat-expansion-container-text-size:14px;--mat-expansion-container-text-tracking:0.0178571429em;--mat-expansion-container-text-weight:400}html{--mat-grid-list-tile-header-primary-text-size:14px;--mat-grid-list-tile-header-secondary-text-size:12px;--mat-grid-list-tile-footer-primary-text-size:14px;--mat-grid-list-tile-footer-secondary-text-size:12px}html{--mat-icon-color:inherit}.mat-icon.mat-primary{--mat-icon-color:#673ab7}.mat-icon.mat-accent{--mat-icon-color:#ffd740}.mat-icon.mat-warn{--mat-icon-color:#f44336}html{--mat-sidenav-container-shape:0;--mat-sidenav-container-elevation-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);--mat-sidenav-container-width:auto}html{--mat-sidenav-container-divider-color:rgba(0, 0, 0, 0.12);--mat-sidenav-container-background-color:white;--mat-sidenav-container-text-color:rgba(0, 0, 0, 0.87);--mat-sidenav-content-background-color:#fafafa;--mat-sidenav-content-text-color:rgba(0, 0, 0, 0.87);--mat-sidenav-scrim-color:rgba(0, 0, 0, 0.6)}html{--mat-stepper-header-icon-foreground-color:white;--mat-stepper-header-selected-state-icon-background-color:#673ab7;--mat-stepper-header-selected-state-icon-foreground-color:white;--mat-stepper-header-done-state-icon-background-color:#673ab7;--mat-stepper-header-done-state-icon-foreground-color:white;--mat-stepper-header-edit-state-icon-background-color:#673ab7;--mat-stepper-header-edit-state-icon-foreground-color:white;--mat-stepper-container-color:white;--mat-stepper-line-color:rgba(0, 0, 0, 0.12);--mat-stepper-header-hover-state-layer-color:rgba(0, 0, 0, 0.04);--mat-stepper-header-focus-state-layer-color:rgba(0, 0, 0, 0.04);--mat-stepper-header-label-text-color:rgba(0, 0, 0, 0.54);--mat-stepper-header-optional-label-text-color:rgba(0, 0, 0, 0.54);--mat-stepper-header-selected-state-label-text-color:rgba(0, 0, 0, 0.87);--mat-stepper-header-error-state-label-text-color:#f44336;--mat-stepper-header-icon-background-color:rgba(0, 0, 0, 0.54);--mat-stepper-header-error-state-icon-foreground-color:#f44336;--mat-stepper-header-error-state-icon-background-color:transparent}html .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color:rgba(0, 0, 0, 0.87);--mat-stepper-header-selected-state-icon-background-color:#ffd740;--mat-stepper-header-selected-state-icon-foreground-color:rgba(0, 0, 0, 0.87);--mat-stepper-header-done-state-icon-background-color:#ffd740;--mat-stepper-header-done-state-icon-foreground-color:rgba(0, 0, 0, 0.87);--mat-stepper-header-edit-state-icon-background-color:#ffd740;--mat-stepper-header-edit-state-icon-foreground-color:rgba(0, 0, 0, 0.87)}html .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color:white;--mat-stepper-header-selected-state-icon-background-color:#f44336;--mat-stepper-header-selected-state-icon-foreground-color:white;--mat-stepper-header-done-state-icon-background-color:#f44336;--mat-stepper-header-done-state-icon-foreground-color:white;--mat-stepper-header-edit-state-icon-background-color:#f44336;--mat-stepper-header-edit-state-icon-foreground-color:white}html{--mat-stepper-header-height:72px}html{--mat-stepper-container-text-font:Roboto, sans-serif;--mat-stepper-header-label-text-font:Roboto, sans-serif;--mat-stepper-header-label-text-size:14px;--mat-stepper-header-label-text-weight:400;--mat-stepper-header-error-state-label-text-size:16px;--mat-stepper-header-selected-state-label-text-size:16px;--mat-stepper-header-selected-state-label-text-weight:400}html{--mat-sort-arrow-color:#757575}html{--mat-toolbar-container-background-color:whitesmoke;--mat-toolbar-container-text-color:rgba(0, 0, 0, 0.87)}.mat-toolbar.mat-primary{--mat-toolbar-container-background-color:#673ab7;--mat-toolbar-container-text-color:white}.mat-toolbar.mat-accent{--mat-toolbar-container-background-color:#ffd740;--mat-toolbar-container-text-color:rgba(0, 0, 0, 0.87)}.mat-toolbar.mat-warn{--mat-toolbar-container-background-color:#f44336;--mat-toolbar-container-text-color:white}html{--mat-toolbar-standard-height:64px;--mat-toolbar-mobile-height:56px}html{--mat-toolbar-title-text-font:Roboto, sans-serif;--mat-toolbar-title-text-line-height:32px;--mat-toolbar-title-text-size:20px;--mat-toolbar-title-text-tracking:0.0125em;--mat-toolbar-title-text-weight:500}html{--mat-tree-container-background-color:white;--mat-tree-node-text-color:rgba(0, 0, 0, 0.87)}html{--mat-tree-node-min-height:48px}html{--mat-tree-node-text-font:Roboto, sans-serif;--mat-tree-node-text-size:14px;--mat-tree-node-text-weight:400}.mat-h1,.mat-headline-5,.mat-typography .mat-h1,.mat-typography .mat-headline-5,.mat-typography h1{font:400 24px/32px Roboto, sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h2,.mat-headline-6,.mat-typography .mat-h2,.mat-typography .mat-headline-6,.mat-typography h2{font:500 20px/32px Roboto, sans-serif;letter-spacing:.0125em;margin:0 0 16px}.mat-h3,.mat-subtitle-1,.mat-typography .mat-h3,.mat-typography .mat-subtitle-1,.mat-typography h3{font:400 16px/28px Roboto, sans-serif;letter-spacing:.009375em;margin:0 0 16px}.mat-h4,.mat-body-1,.mat-typography .mat-h4,.mat-typography .mat-body-1,.mat-typography h4{font:400 16px/24px Roboto, sans-serif;letter-spacing:.03125em;margin:0 0 16px}.mat-h5,.mat-typography .mat-h5,.mat-typography h5{font:400 calc(14px*.83)/20px Roboto, sans-serif;margin:0 0 12px}.mat-h6,.mat-typography .mat-h6,.mat-typography h6{font:400 calc(14px*.67)/20px Roboto, sans-serif;margin:0 0 12px}.mat-body-strong,.mat-subtitle-2,.mat-typography .mat-body-strong,.mat-typography .mat-subtitle-2{font:500 14px/22px Roboto, sans-serif;letter-spacing:.0071428571em}.mat-body,.mat-body-2,.mat-typography .mat-body,.mat-typography .mat-body-2,.mat-typography{font:400 14px/20px Roboto, sans-serif;letter-spacing:.0178571429em}.mat-body p,.mat-body-2 p,.mat-typography .mat-body p,.mat-typography .mat-body-2 p,.mat-typography p{margin:0 0 12px}.mat-small,.mat-caption,.mat-typography .mat-small,.mat-typography .mat-caption{font:400 12px/20px Roboto, sans-serif;letter-spacing:.0333333333em}.mat-headline-1,.mat-typography .mat-headline-1{font:300 96px/96px Roboto, sans-serif;letter-spacing:-0.015625em;margin:0 0 56px}.mat-headline-2,.mat-typography .mat-headline-2{font:300 60px/60px Roboto, sans-serif;letter-spacing:-.0083333333em;margin:0 0 64px}.mat-headline-3,.mat-typography .mat-headline-3{font:400 48px/50px Roboto, sans-serif;letter-spacing:normal;margin:0 0 64px}.mat-headline-4,.mat-typography .mat-headline-4{font:400 34px/40px Roboto, sans-serif;letter-spacing:.0073529412em;margin:0 0 64px}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/global.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
 * App Global CSS
 * ----------------------------------------------------------------------------
 * Put style rules here that you want to apply globally. These styles are for
 * the entire app and not just one component. Additionally, this file can be
 * used as an entry point to import other CSS/Sass files to be included in the
 * output CSS.
 * For more information on global stylesheets, visit the documentation:
 * https://ionicframework.com/docs/layout/global-stylesheets
 */
/* Core CSS required for Ionic components to work properly */
/* Basic CSS for apps built with Ionic */
/* Optional CSS utils that can be commented out */
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/assets/scss/hospital_theme.scss?ngGlobalStyle ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: SFPRODISPLAYBOLD;
  src: url('SFPRODISPLAYBOLD.OTF') format("opentype");
}
@font-face {
  font-family: SFPRODISPLAYMEDIUM;
  src: url('SFPRODISPLAYMEDIUM.OTF') format("opentype");
}
@font-face {
  font-family: SFPRODISPLAYREGULAR;
  src: url('SFPRODISPLAYREGULAR.OTF') format("opentype");
}
body {
  padding: 0;
  margin: 0;
  font-family: SFPRODISPLAYREGULAR;
}
@media only screen and (max-device-width: 1366px) {
  body.horizontal_view app-core.ion-page, body.horizontal_view app-login.ion-page {
    max-width: 820px;
  }
}
@media only screen and (max-device-width: 1366px) {
  body.horizontal_view .container {
    max-width: 820px;
  }
}
@media only screen and (max-device-width: 1366px) and (min-width: 480px) {
  body.horizontal_view .msc_view_menu {
    justify-content: flex-end !important;
  }
}
@media only screen and (max-device-width: 1366px) and (min-width: 480px) {
  body.horizontal_view .msc_grid_card {
    width: 50%;
  }
}

b, strong {
  font-family: SFPRODISPLAYBOLD;
  font-weight: normal;
}

app-core.ion-page, app-login.ion-page {
  margin: 0 auto;
  max-width: 420px;
}

.none_shadow_card {
  border: 0 !important;
  box-shadow: none !important;
}

.cdk-overlay-connected-position-bounding-box .cdk-overlay-pane .mat-mdc-menu-panel {
  background-color: transparent;
  box-shadow: none;
  padding: 10px 0px 0 10px;
  position: relative;
  top: -10px;
}
.cdk-overlay-connected-position-bounding-box .cdk-overlay-pane .mat-mdc-menu-panel .mat-mdc-menu-content {
  padding: 0;
  background-color: transparent;
}

ul.dec_menu_list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
ul.dec_menu_list li {
  display: flex;
  align-items: center;
  padding: 12px;
  grid-gap: 12px;
}
ul.dec_menu_list li:first-child {
  border-top: 0;
}
ul.dec_menu_list li i.icon-digipin {
  font-size: 22px;
  margin-right: -4px;
}
ul.psc_page_list {
  list-style: none;
  padding: 24px 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 8px;
}
ul.psc_page_list li a {
  text-decoration: none;
}
ul.psc_page_list li a.active {
  padding: 8px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
ul.psc_page_list li a.ppl_prev {
  font-size: 14px;
  padding: 3px;
  height: 28px;
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 6px 0 0 6px;
}
ul.psc_page_list li a.ppl_prev i {
  opacity: 0.5;
  transform: rotate(90deg);
}
ul.psc_page_list li a.ppl_next {
  font-size: 14px;
  padding: 3px;
  height: 28px;
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 0 6px 6px 0;
}
ul.psc_page_list li a.ppl_next i {
  opacity: 0.5;
  transform: rotate(270deg);
}
ul.psc_page_list li input {
  outline: none;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 4px;
  text-align: center;
  /* Firefox */
}
ul.psc_page_list li input::-webkit-outer-spin-button, ul.psc_page_list li input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
ul.psc_page_list li input[type=number] {
  -moz-appearance: textfield;
}

.text_center {
  text-align: center !important;
}

.right_txt_btn_card {
  text-align: right;
}
.right_txt_btn_card a {
  text-decoration: none;
  font-family: SFPRODISPLAYMEDIUM;
  font-style: 18px;
}

.center_txt_btn_card {
  text-align: center;
}
.center_txt_btn_card a {
  text-decoration: none;
  font-family: SFPRODISPLAYMEDIUM;
  font-style: 18px;
}

.overflow_hidden {
  overflow: hidden;
}

.display_none {
  display: none !important;
}

.zero_padding {
  padding: 0 !important;
}

.zero_margin {
  margin: 0 !important;
}

#divcontainer {
  overflow: auto;
}

.common_shadow, .ci_popup_txt_area .cpta_mh_card .input_upl_card input[type=file]::before, .dsc_accord_card .dac_bottom_card p.dbc_img img, .input_upl_card, .mat-datepicker-popup .mat-datepicker-content, .toast_sub_card, .calendar_view_card .calendar, .popupu_card .popup_inner, .dc_footer ul li a, .dc_footer ul, .profile_card .pc_header input[type=file]::after, .add_cust_card .acc_show_card .dcb_map, .home_range_card .hrc_arrow_tag, .dc_checkin_card .dcc_card .dcc_cont_area .dcca_icon_area .dccia_left a, .dc_checkin_card .dcc_card, .dc_checkin_card .dts_list_show ul li a, .dc_checkin_card .frq_boug_card, .dcc_form_card, .dtc_edit_card .btn, .msc_range_card .mrc_list_card .mdc_date_tbox .mdt_date mat-form-field, .msc_range_card .mrc_list_card, .msc_range_card, .dbdata_card .dbc_table_card .dtc_table_view, .meet_report_card .mrc_view_card .mrc_search_card .msc_view_menu a, .meet_report_card .mrc_view_card .mrc_search_card .msc_filter_btn a.active, .report_menu_card .rmc_list .rmcl_btn, .cus_det_tab_card .cdtc_sub_btn ul.cdsb_year_list, .cus_det_tab_card .cdtc_sub_btn .icon_btn, .dsc_accord_card, .customer_reject_list_card .crlc_card, .dashboard_card h3.asc_sub_title .ast_remove_btn .btn, .dashboard_card .dcb_timer_card .dtc_time_area ul li, .dashboard_card .dcb_timer_card, .dashboard_card .dcb_map, textarea, .shadow_btn, .dc_header button, .login_card .lc_tbox_area .back_btn, .switch__1 label, .switch__2 label, select2 .select2-container--default .select2-selection--single, select, .dropdown-btn, input, .shadow_sub_card, ul.dec_menu_list {
  border-radius: 16px;
  background-color: transparent;
  border: 2px solid;
  box-sizing: border-box;
}

.round_shadow, .dc_checkin_card .cust_porf_img_card img, .popupu_card.ci_popup_card .ci_popup_txt_area .tct_icon, .add_cust_card ul.acc_load_prog li span, .ci_popup_txt_area .tct_icon, .login_card .lc_tbox_area .tcta_title .tct_icon, .sp_screen_card .spsc_logo, .sticky_btn {
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid;
}

.center_align, .dtc_edit_card .dec_no_txt, .cus_det_tab_card h3.cdtc_title .cdt_tit_tag, .cus_det_tab_card h3.cdtc_title .cdt_tit_no, .mat-datepicker-popup .mat-datepicker-content .mat-datepicker-actions button, .no_data_card, .case__loading, .popupu_card.ci_popup_card .ci_popup_btn_area button, .popupu_card.ci_popup_card .ci_popup_btn_area a, .popupu_card.ci_popup_card .ci_popup_txt_area .tct_icon, .popupu_card.ci_popup_card .ci_popup_txt_area .cpta_mh_card .input_upl_card .mpec_dlt, .popupu_card.sale_team_pop .stp_inner_card ul.stm_view li .stic_date, .popupu_card.sale_team_pop .stp_inner_card ul.stm_list li a, .popupu_card, .cdk-overlay-container .mat-datepicker-0-backdrop ~ .cdk-overlay-connected-position-bounding-box, .cdk-overlay-container .mat-datepicker-1-backdrop ~ .cdk-overlay-connected-position-bounding-box, .dc_footer ul li a, .dc_footer ul, .dc_header button span, .dc_header button, .ci_popup_txt_area .tct_icon, .ci_popup_txt_area .cpta_mh_card .input_upl_card .mpec_dlt, .home_range_card .hrc_chart_card, .home_range_card .hrc_arrow_tag, .dc_checkin_card .dcc_card .dcc_btn_card button, .dc_checkin_card .dcc_card .dcc_cont_area .dcca_icon_area a, .dc_checkin_card .dts_list_show ul li a, .dc_checkin_card .mpv_date_list li a, .dc_checkin_card .dcc_top_search button, .dtc_edit_card .btn, .addr_img_view ul.dca_icon_list li span, .meet_report_card .mrc_view_card .mrc_search_card .msc_view_menu a, .meet_report_card .mrc_view_card .mrc_search_card .msc_filter_btn a, .report_menu_card .rmc_list .rmcl_btn, .cus_det_tab_card .cdtc_sub_btn .icon_btn, .cus_det_tab_card .cdtc_top_btn button, .dsc_accord_card .dac_top_card a.dtc_right, .dashboard_card h3.asc_sub_title .ast_remove_btn .btn, .dashboard_card .dcb_timer_card .dtc_time_area ul li, .lcta_tbox .tct_lab span, .input_upl_card .mpec_dlt, .radio_card .rc_view_txt .rvt_close, .login_card .lc_tbox_area .back_btn, .login_card .lc_tbox_area .tcta_title .tct_icon, .sp_screen_card .spsc_logo, .sp_screen_card, .sticky_btn, .fixed_btn, .fixed_two_btn .fixed_btn, .check-box input[type=checkbox]::after, .icon_tbox span, .dropdown-btn span.selected-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.shadow_sub_card {
  border-radius: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  box-sizing: border-box;
}

input {
  height: 56px;
  width: 100%;
  outline: none;
  font-size: 18px;
  padding: 0 16px;
  background-color: transparent !important;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

@supports (-webkit-touch-callout: none) {
  button {
    letter-spacing: -1px;
  }
}

select, .dropdown-btn {
  height: 56px;
  width: 100%;
  outline: none;
  font-size: 18px;
  padding: 0 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: relative;
  z-index: 1;
  background-color: transparent !important;
}

.disable_dd ng-multiselect-dropdown .multiselect-dropdown .dropdown-btn {
  opacity: 0.7;
}
.disable_dd ng-multiselect-dropdown .multiselect-dropdown .dropdown-btn .dropdown-multiselect--active .dropdown-multiselect__caret {
  transform: rotate(0deg) !important;
}
.disable_dd ng-multiselect-dropdown .multiselect-dropdown .dropdown-list {
  display: none !important;
}

.dropdown-btn {
  border-radius: 16px !important;
  border: 2px solid !important;
  height: auto;
  min-height: 56px;
  padding-right: 36px !important;
  /* span {
      font-size: 18px !important;
      padding-top: 5px;
      padding-left: 3px;
      display: inline-block;

      &.selected-item {
          display: flex;
          align-items: center;
          border-radius: 6px;
          white-space: nowrap;
          max-width: 160px !important;

          span {
              padding: 0;
          }
      }
  } */
}
.dropdown-btn span {
  font-size: 18px !important;
  padding-top: 5px;
  padding-left: 3px;
  display: inline-block;
}
.dropdown-btn span.selected-item {
  border-radius: 16px !important;
  padding: 6px 12px !important;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 6px;
  max-width: 160px !important;
}
.dropdown-btn span.selected-item span {
  font-family: SFPRODISPLAYMEDIUM !important;
  position: relative;
  top: 2px !important;
  padding: 0 !important;
  white-space: nowrap;
}
.dropdown-btn span.selected-item a {
  font-family: SFPRODISPLAYBOLD !important;
  padding: 0 0 1px !important;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 14px;
}
.dropdown-btn .dropdown-multiselect__caret {
  right: 5px !important;
  top: 9px !important;
}
.dropdown-btn .dropdown-multiselect__caret::before {
  top: 7px !important;
  font-size: 12px;
  content: "\e918" !important;
  font-family: "icomoon" !important;
  border: 0 !important;
}

.dropdown-list {
  padding: 6px 0 !important;
}
.dropdown-list ul {
  max-height: 200px !important;
}
.dropdown-list li {
  padding: 10px !important;
}

.stock_multiselect .dropdown-list ul li:last-child div::before {
  content: "" !important;
}
.stock_multiselect .dropdown-list ul li:last-child div::after {
  content: none !important;
}

ng-multiselect-dropdown:not(.ddb_lst_add_card) .dropdown-list ul li {
  text-transform: capitalize;
}
ng-multiselect-dropdown:not(.ddb_lst_add_card) .dropdown-list ul li:last-child div {
  text-transform: capitalize;
}
ng-multiselect-dropdown:not(.ddb_lst_add_card) .dropdown-list ul li:last-child div::before {
  content: none !important;
}
ng-multiselect-dropdown:not(.ddb_lst_add_card) .dropdown-list ul li:last-child div::after {
  content: "\e935" !important;
  position: absolute !important;
  width: 20px !important;
  height: 20px !important;
  font-size: 14px;
  left: 0 !important;
  top: 5px !important;
  font-family: "icomoon" !important;
  transform: scale(1) !important;
  border: 0 !important;
}
ng-multiselect-dropdown .dropdown-list {
  border-radius: 16px !important;
  border: 2px solid !important;
  box-sizing: border-box;
  overflow: hidden;
  width: 98% !important;
  left: 1%;
}
ng-multiselect-dropdown .dropdown-list h5 {
  margin-top: 6px;
}

.icon_tbox {
  display: grid;
  grid-template-columns: 56px 1fr;
  border: 2px solid;
  border-radius: 16px;
  overflow: hidden;
}
.icon_tbox span {
  font-size: 24px;
  border-right: 2px solid;
  position: relative;
}
.icon_tbox input {
  font-size: 18px;
  padding: 12px;
  height: 56px;
  border: 0;
  border-radius: 0;
}

.lct_slt {
  position: relative;
}
.lct_slt::after {
  content: "\e918";
  font-family: "icomoon" !important;
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 12px;
}

select2 .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  transform: rotate(180deg);
  position: relative;
  top: 0;
  right: 30px;
}
select2 .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow::before {
  content: none !important;
}
select2 .select2-container--default .select2-selection--single {
  height: 56px !important;
  width: 100%;
  outline: none;
  font-size: 18px;
  padding: 0 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: relative;
  z-index: 1;
  background-color: transparent !important;
  border-radius: 16px !important;
}
select2 .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 12px 0 0 !important;
}
select2 .select2-container--default .select2-selection--single .select2-selection__rendered span {
  font-size: 18px !important;
}
select2 .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  font-size: 18px !important;
}
select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: block !important;
  width: auto !important;
  height: 20px;
}
select2 .select2-container--default .select2-selection--single .select2-selection__arrow::before {
  border: 0 !important;
  content: "\e918" !important;
  font-family: "icomoon" !important;
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-size: 12px;
}
select2 .select2-container--default .select2-selection--single .select2-selection__reset {
  position: relative;
  left: -20px;
  font-size: 24px;
  font-family: SFPRODISPLAYREGULAR;
}
select2 .select2-dropdown {
  margin-top: 8px;
  border-radius: 16px !important;
  border: 2px solid !important;
  box-sizing: border-box;
  overflow: hidden;
  width: 98% !important;
  left: 1%;
  padding: 12px 0;
}
select2 .select2-dropdown input {
  display: none !important;
}
select2 .select2-dropdown .select2-search--dropdown {
  padding: 0 !important;
}
select2 .select2-dropdown .select2-results ul.select2-results__options {
  max-height: 300px !important;
}
select2 .select2-dropdown .select2-results ul li {
  padding: 10px 12px !important;
  font-size: 18px;
}

.check-box.cb_center input[type=checkbox]::before {
  content: none;
}
.check-box.cb_center input[type=checkbox]::after {
  content: "-";
  font-size: 40px;
  padding-bottom: 17px;
  left: 7px;
}
.check-box input[type=checkbox] {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 44px;
  height: 18px;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.4s;
}
.check-box input[type=checkbox]:checked::after {
  left: 50%;
  top: -4px;
  width: 24px;
  height: 24px;
  transform: none;
  content: "\e94a";
}
.check-box input[type=checkbox]:checked::before {
  content: "Yes";
  position: absolute;
  top: 2px;
  right: initial;
  left: 5px;
}
.check-box input[type=checkbox]::before {
  content: "No";
  position: absolute;
  top: 2px;
  right: 5px;
  font-size: 9px;
}
.check-box input[type=checkbox]::after {
  position: absolute;
  content: "\e90f";
  font-family: "icomoon" !important;
  width: 24px;
  height: 24px;
  top: -4px;
  left: -3px;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border: 2px solid;
  transition: 0.4s;
  box-sizing: border-box;
  padding-top: 1px;
}

.switch {
  grid-column: 1/2;
  display: grid;
  grid-template-columns: repeat(2, min-content);
  justify-self: center;
}
.switch input {
  display: none;
}
.switch__1, .switch__2 {
  width: 80px;
}
.switch__1 label, .switch__2 label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  position: relative;
  cursor: pointer;
  border-radius: 30px;
}
.switch__1 label::after, .switch__2 label::after {
  content: "";
  position: absolute;
  left: 8px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.4s ease;
}
.switch__1 label::before, .switch__2 label::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: inherit;
  opacity: 0;
  transition: all 0.4s ease;
}
.switch input:checked ~ label::before {
  opacity: 1;
}
.switch input:checked ~ label::after {
  left: 57%;
  opacity: 1;
}

.switch {
  position: relative;
  width: 60px;
  height: 22px;
}
.switch.hide_cent_switch .switch2 {
  display: none;
}
.switch.hide_cent_switch .switch2 + label {
  display: none;
}
.switch .switch1,
.switch .switch2,
.switch .switch3 {
  position: absolute;
  z-index: 9;
  -webkit-appearance: none;
}
.switch .switch1 + label::after,
.switch .switch2 + label::after,
.switch .switch3 + label::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 25px;
  top: 0;
  left: 0;
  z-index: 10;
}
.switch .switch1 + label::after {
  left: 0;
}
.switch .switch1:checked ~ .switch__inner {
  transition: background-color 200ms ease-in-out;
}
.switch .switch1:checked ~ .switch__inner::after {
  left: 0;
  transition: left 200ms ease-in-out;
  content: "\e90f";
  font-family: "icomoon" !important;
  font-size: 22px;
  line-height: 1.1;
}
.switch .switch1:checked ~ .switch__inner::before {
  content: "No";
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 12px;
  left: initial;
  font-family: SFPRODISPLAYBOLD;
}
@supports (-webkit-touch-callout: none) {
  .switch .switch1:checked ~ .switch__inner::before {
    content: "No" !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-min--moz-device-pixel-ratio: 3), only screen and (-o-min-device-pixel-ratio: 3/1), only screen and (min-device-pixel-ratio: 3) {
  .switch .switch1:checked ~ .switch__inner::before {
    content: "No" !important;
  }
}
.switch .switch2 + label::after {
  left: 20px;
}
.switch .switch2:checked ~ .switch__inner {
  transition: background-color 200ms ease-in-out;
}
.switch .switch2:checked ~ .switch__inner::after {
  left: 14px;
  transition: left 200ms ease-in-out;
  line-height: 0.7;
}
.switch .switch3 + label::after {
  left: 24px;
}
.switch .switch3:checked ~ .switch__inner {
  transition: background-color 200ms ease-in-out;
}
.switch .switch3:checked ~ .switch__inner::before {
  content: "Yes";
  position: absolute;
  top: 4.3px;
  right: initial;
  left: 8px;
  font-size: 12px;
  font-family: SFPRODISPLAYBOLD;
}
@supports (-webkit-touch-callout: none) {
  .switch .switch3:checked ~ .switch__inner::before {
    content: "Yes" !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-min--moz-device-pixel-ratio: 3), only screen and (-o-min-device-pixel-ratio: 3/1), only screen and (min-device-pixel-ratio: 3) {
  .switch .switch3:checked ~ .switch__inner::before {
    content: "Yes" !important;
  }
}
.switch .switch3:checked ~ .switch__inner::after {
  left: 30px;
  content: "\e94a";
  font-family: "icomoon" !important;
  transition: left 200ms ease-in-out;
  font-size: 24px;
  line-height: 1.1;
}
.switch__inner {
  width: 56px;
  height: 22px;
  border-radius: 12px;
}
.switch__inner::before {
  content: "N             Y";
  position: absolute;
  left: 6px;
  top: 5px;
  font-family: SFPRODISPLAYMEDIUM;
  font-size: 11px;
}
@supports (-webkit-touch-callout: none) {
  .switch__inner::before {
    content: "N          Y" !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-min--moz-device-pixel-ratio: 3), only screen and (-o-min-device-pixel-ratio: 3/1), only screen and (min-device-pixel-ratio: 3) {
  .switch__inner::before {
    content: "N          Y" !important;
  }
}
.switch__inner::after {
  position: absolute;
  display: block;
  content: "-";
  font-size: 30px;
  width: 25px;
  height: 25px;
  top: -3px;
  left: 14px;
  border: solid 2px;
  border-radius: 50%;
  transition: left 200ms ease-in-out;
  line-height: 0.7;
  text-align: center;
}

/*  CHECKBOX  */
.checkbox {
  grid-column: 1/2;
  display: grid;
  grid-template-columns: repeat(2, 6rem);
  grid-gap: 3rem;
  justify-content: center;
}
.checkbox input {
  display: none;
}
.checkbox__1, .checkbox__2 {
  width: 6rem;
  display: flex;
  justify-content: center;
}
.checkbox__1 label, .checkbox__2 label {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  width: 2.8rem;
  height: 2.8rem;
}
.checkbox__1 label i, .checkbox__2 label i {
  font-size: 1.8rem;
  font-family: SFPRODISPLAYBOLD;
  transition: 0.3s ease;
}

/*  RADIO  */
.radio {
  grid-column: 1/2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
}
.radio input {
  display: none;
}
.radio__1 label, .radio__2 label {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
}
.radio__1 label::after, .radio__2 label::after {
  content: "";
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  transition: 0.3s ease;
}

.fm_padding {
  padding-bottom: 100px !important;
}

.shadow_btn, .dc_header button, .login_card .lc_tbox_area .back_btn {
  cursor: pointer;
  font-size: 18px;
}

.btn {
  border: 2px solid;
  width: 100%;
  height: 56px;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 16px;
  font-family: SFPRODISPLAYBOLD;
}
.btn[disabled], .btn.disable {
  opacity: 0.5;
  pointer-events: none;
}

.disable {
  filter: contrast(0.47) brightness(1.3);
  cursor: not-allowed;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.mandatory_txt {
  font-family: SFPRODISPLAYREGULAR;
}

.fixed_two_btn {
  display: flex;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 99;
}
.fixed_two_btn .fixed_btn {
  height: 58px;
  cursor: pointer;
  position: static;
  bottom: 0;
  left: 0;
  width: 100%;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  font-family: SFPRODISPLAYBOLD;
}

.fixed_btn {
  height: 58px;
  cursor: pointer;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  z-index: 99;
  font-family: SFPRODISPLAYBOLD;
}

.sticky_btn {
  width: 56px;
  height: 56px;
  position: fixed;
  bottom: 16px;
  right: 16px;
  font-size: 24px;
  text-decoration: none;
}

.sp_screen_card {
  background: url('splash_screen_bg.png') no-repeat center center;
  background-size: cover;
  height: 100vh !important;
}
.sp_screen_card .spsc_logo {
  width: 340px;
  height: 340px;
}
.sp_screen_card .spsc_logo img {
  width: 80%;
}

.container {
  max-width: 420px;
  height: auto;
  box-sizing: border-box;
  padding: 24px 16px;
}
.container.tb_padd_less {
  padding-top: 6px;
  padding-bottom: 6px;
}

.login_card {
  display: flex;
  flex-direction: column;
  grid-gap: 42px;
  justify-content: space-between;
  height: 100vh;
}
@supports (-webkit-touch-callout: none) {
  .login_card {
    height: calc(100vh - 70px) !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-min--moz-device-pixel-ratio: 3), only screen and (-o-min-device-pixel-ratio: 3/1), only screen and (min-device-pixel-ratio: 3) {
  .login_card {
    height: calc(100vh - 70px) !important;
  }
}
.login_card h2 {
  margin: 40px 0 48px;
  font-size: 32px;
  font-family: SFPRODISPLAYBOLD;
  font-weight: normal;
  text-align: center;
}
@media (max-width: 359px) {
  .login_card h2 {
    margin: 20px 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2) {
  .login_card h2 {
    margin: 20px 0 !important;
  }
}
.login_card h6 {
  text-align: right;
  margin: 16px 0 0;
  font-family: SFPRODISPLAYREGULAR;
  font-size: 16px;
  font-weight: 400;
}
.login_card h6 a {
  text-decoration: none;
}
.login_card h5 {
  text-align: center;
  margin: 60px 0 0;
  font-family: SFPRODISPLAYREGULAR;
  font-size: 14px;
}
.login_card .lc_logo_card {
  text-align: center;
  margin: 56px 0 24px;
}
@media (max-width: 359px) {
  .login_card .lc_logo_card {
    margin: 0 0 20px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2) {
  .login_card .lc_logo_card {
    margin: 0 0 20px !important;
  }
}
.login_card .lc_logo_card img {
  max-height: 80px;
}
.login_card .lc_btn_area {
  position: relative;
}
.login_card .lc_btn_area .btn_progress {
  top: 0;
  width: 100%;
  height: 56px;
  border-radius: 16px;
  z-index: 9;
}
.login_card .lc_btn_area .log_bar {
  height: 50px;
  background-color: none;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  top: -60px;
  width: 100%;
}
.login_card .lc_btn_area .log_bar p {
  margin: auto;
  letter-spacing: 2px;
  font-family: SFPRODISPLAYREGULAR;
  font-size: 20px;
}
.login_card .lc_btn_area .log_bar .log_progress {
  height: 50px;
  position: absolute;
  z-index: -1;
  justify-self: start;
  border-radius: 10px;
  animation: animate 4s infinite;
}
@keyframes animate {
  0% {
    width: 0%;
  }
  25% {
    width: 10%;
  }
  50% {
    width: 40%;
  }
  75% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}
.login_card .lc_tbox_area .tcta_title {
  margin-bottom: 42px;
}
.login_card .lc_tbox_area .tcta_title .tct_icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  font-size: 48px;
}
.login_card .lc_tbox_area .tcta_title h2 {
  margin: 32px 0 16px;
}
.login_card .lc_tbox_area .tcta_title p {
  text-align: center;
  min-height: 42px;
}
.login_card .lc_tbox_area .tcta_title .tct_bld_txt {
  font-family: SFPRODISPLAYMEDIUM;
  display: block;
}
.login_card .lc_tbox_area .back_btn {
  width: 56px;
  height: 56px;
  font-size: 22px;
  position: relative;
  text-decoration: none;
}
.login_card .lc_tbox_area .back_btn i.icon-back_icon {
  font-size: 19px;
}
.login_card .lc_tbox_area .lcta_list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 24px;
}

.rc_grid_box {
  display: grid;
  grid-gap: 16px !important;
}
.rc_grid_box .radio_card {
  margin-bottom: 0;
}

.rc_tbox_view {
  display: flex;
  flex-direction: column;
  grid-gap: 12px;
  position: relative;
}

.rc_flex_box {
  display: flex;
  grid-gap: 16px !important;
}
.rc_flex_box .radio_card {
  margin-bottom: 0;
}

.radio_card {
  display: grid;
  grid-template-columns: 24px 1fr;
  grid-gap: 4px 12px;
  margin-bottom: 16px;
  align-items: flex-start;
}
.radio_card label {
  padding-top: 2px;
  text-align: left;
}
.radio_card .rc_view_txt .rvt_inner {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 8px;
  grid-gap: 8px;
}
.radio_card .rc_view_txt .rvt_inner span {
  line-height: 1.5;
}
.radio_card .rc_view_txt .rvt_txt {
  font-family: SFPRODISPLAYBOLD;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 120px;
  padding-right: 3px;
  line-height: 1.5;
}
.radio_card .rc_view_txt .rvt_date {
  white-space: nowrap;
  line-height: 1.5;
}
.radio_card .rc_view_txt .rvt_close {
  position: relative;
  top: 1px;
  cursor: pointer;
  font-family: SFPRODISPLAYBOLD !important;
  padding: 0 !important;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 12px;
}

.textarea_card {
  position: relative;
  text-align: left;
}
.textarea_card h6 {
  margin: 24px 0 0;
  font-size: 14px;
}
.textarea_card.error span.error_txt {
  display: block;
  position: absolute;
  bottom: -18px;
  left: 0;
  font-size: 14px;
}
.textarea_card span {
  font-size: 14px;
  display: block;
  padding-bottom: 4px;
  font-family: SFPRODISPLAYBOLD;
}
.textarea_card span.error_txt {
  display: none;
}
.textarea_card span span {
  font-family: SFPRODISPLAYREGULAR !important;
  display: inline-block;
}

.input_upl_card {
  position: relative;
}
.input_upl_card input[type=file] {
  font-size: 0;
  position: relative;
  height: 150px;
  box-shadow: none;
  border: 0;
  cursor: pointer;
}
.input_upl_card input[type=file]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 3%;
  background: url('upload_img.svg') no-repeat;
  background-size: 95%;
  width: 94%;
  height: 140px;
  background-position: center;
}
.input_upl_card input[type=file]::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.input_upl_card .mpec_dlt {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 9;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 20px;
}
.input_upl_card img {
  width: 100%;
  object-fit: cover;
  height: 170px;
  border-radius: 16px;
}
.input_upl_card ul.dca_icon_list {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}
.input_upl_card ul.dca_icon_list li {
  margin: 0 18px;
  padding: 12px 0;
  display: flex;
  align-items: center;
  grid-gap: 12px;
  position: relative;
}
.input_upl_card ul.dca_icon_list li:first-child {
  border-top: 0;
}
.input_upl_card ul.dca_icon_list li img {
  height: 32px;
  width: auto;
  border-radius: 0;
}
.input_upl_card ul.dca_icon_list li p {
  margin: 0 !important;
  font-size: 12px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.input_upl_card ul.dca_icon_list li a.dil_close {
  position: absolute;
  text-decoration: none;
  font-size: 22px;
  top: 16px;
  right: 12px;
  cursor: pointer;
}

textarea {
  border-radius: 24px;
  width: 100%;
  height: 120px;
  resize: none;
  box-sizing: border-box;
  padding: 16px;
  font-family: SFPRODISPLAYREGULAR;
  font-size: 18px;
  outline: none;
}

input {
  outline: none;
}
input[type=radio] {
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  position: relative;
}
input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
input[type=checkbox] {
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  position: relative;
  border-radius: 6px;
}
input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 6px;
  width: 4px;
  height: 11px;
  transform: rotate(45deg);
  border-bottom: 4px solid;
  border-right: 4px solid;
}

.term_check_card {
  display: grid;
  grid-template-columns: 24px 1fr;
  grid-gap: 10px;
  margin-bottom: 24px;
}
.term_check_card label {
  padding-top: 3px;
}

.lcta_ab_card {
  text-align: right;
  margin-bottom: 16px;
  display: flex;
  justify-content: flex-end;
}
.lcta_ab_card button {
  border: 2px solid;
  border-radius: 12px;
  padding: 8px 12px;
  grid-gap: 6px;
  font-family: SFPRODISPLAYBOLD;
  font-size: 16px;
  display: inline-flex;
  margin: 0 !important;
}

span.error_txt {
  display: none;
  position: absolute;
  bottom: -16px;
  left: 0;
  font-family: SFPRODISPLAYREGULAR !important;
  font-size: 14px !important;
  text-transform: none !important;
}

.error span.error_txt {
  display: block;
}

.lcta_tbox {
  display: grid;
  grid-gap: 6px;
  padding-bottom: 5px;
  position: relative;
}
.lcta_tbox.switch_btn {
  display: flex;
  align-items: center;
  grid-gap: 14px;
}
.lcta_tbox.switch_btn span {
  font-size: 18px;
}
.lcta_tbox.error .mdt_date span.error_txt {
  bottom: -15px;
}
.lcta_tbox.sh_view_tbox select2 .select2-dropdown .select2-search--dropdown {
  padding: 0px 8px 10px !important;
}
.lcta_tbox.sh_view_tbox select2 .select2-dropdown .select2-search--dropdown input {
  display: block !important;
  border-radius: 16px !important;
  padding: 0 16px !important;
}
.lcta_tbox .lct_mob_card {
  display: grid;
  grid-template-columns: 90px 1fr;
  grid-gap: 8px;
}
.lcta_tbox span {
  font-size: 14px;
  text-align: left;
  font-family: SFPRODISPLAYBOLD;
}
.lcta_tbox span.tct_blue_txt {
  font-size: 16px;
}
.lcta_tbox span span {
  font-family: SFPRODISPLAYREGULAR !important;
}
.lcta_tbox span.selected-item {
  box-shadow: none !important;
}
.lcta_tbox .tct_lab {
  position: relative;
}
.lcta_tbox .tct_lab span {
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  width: 56px;
  height: 56px;
}
.lcta_tbox .tct_lab input {
  padding-left: 56px;
}
.lcta_tbox .tct_vye_tbox .wrapper {
  display: flex;
  grid-gap: 24px;
  justify-content: space-between;
}
.lcta_tbox .tct_vye_tbox input {
  height: 68px;
  text-align: center;
  margin: 0 !important;
  border-radius: 16px !important;
  flex-grow: 1;
}

ul.slick-dots {
  position: static;
}
ul.slick-dots li button {
  margin: 0;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 50%;
}
ul.slick-dots li button::before {
  content: none;
}

.dc_body {
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
  overflow: hidden;
}
.dc_body .btn {
  height: 62px;
}
.dc_body.dcb_plan_view .dcb_map {
  height: calc(100vh - 300px);
}
.dc_body .dc_slide_card .dcc_card {
  margin: 6px;
}
.dc_body .dc_slide_card .dcc_card .dcc_cont_area .dtc_edit_card h2.plana_dca_title span.pdt_txt {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 8px;
  align-items: center;
}
.dc_body .dc_slide_card .dcc_card .dcc_cont_area .dtc_edit_card h2.plana_dca_title span.pdt_txt label {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dc_body .dc_slide_card .dcc_card .dcc_cont_area .dtc_edit_card h2.plana_dca_title span.pdt_txt span {
  top: 0;
}
.dc_body .dc_slide_card .dcc_card .dcc_cont_area .dtc_edit_card h2.plana_dca_title span.pdt_txt .tooltip[data-tooltip-pos=down]::before {
  left: 12px !important;
}
.dc_body .dc_slide_card .dcc_card .dcc_cont_area .dtc_edit_card h2.plana_dca_title span.pdt_txt .tooltip[data-tooltip-pos=down]::after {
  left: -60%;
}
.dc_body .dc_slide_card .slick-dotted.slick-slider {
  overflow: hidden;
  margin-bottom: 0;
}
.dc_body .dc_slide_card .dc_checkin_card {
  display: flex;
  overflow: auto;
  grid-gap: 16px;
}
.dc_body .dc_slide_card .dc_checkin_card::-webkit-scrollbar {
  display: none;
}
.dc_body .dc_slide_card ul.dsc_slide_dot {
  list-style: none;
  padding: 0;
  margin: 16px 0 6px;
  display: flex;
  grid-gap: 12px;
  align-items: center;
  justify-content: center;
}
.dc_body .dc_slide_card ul.dsc_slide_dot li span {
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 50%;
  display: block;
}
.dashboard_card {
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
  position: relative;
  padding-top: 100px;
}
.dashboard_card.dc_fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: auto;
}
.dashboard_card.dc_fixed .dc_header h3 {
  overflow: auto;
  white-space: nowrap;
}
.dashboard_card.dc_fixed .dc_header button {
  margin: 0 !important;
}
.dashboard_card .dc_vision_card {
  position: fixed;
  bottom: 24px;
  right: 30px;
  font-size: 14px;
}
.dashboard_card .dcb_map {
  height: 480px;
  overflow: hidden;
}
.dashboard_card .dcb_map.dcm_add_cust {
  height: 240px;
}
.dashboard_card .dcb_map.dm_full_view {
  height: calc(100vh - 240px) !important;
}
.dashboard_card .dcb_map img {
  width: 100%;
  height: 100%;
}
.dashboard_card .dcb_map capacitor-google-map {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.dashboard_card .dcb_timer_card {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 12px;
}
.dashboard_card .dcb_timer_card .dtc_time_area ul {
  display: grid;
  grid-template-columns: 48px 48px 48px;
  grid-gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dashboard_card .dcb_timer_card .dtc_time_area ul li {
  font-size: 24px;
  position: relative;
  box-shadow: none;
  font-family: SFPRODISPLAYMEDIUM;
  height: 42px;
  line-height: 1;
  border-radius: 12px;
}
.dashboard_card .dcb_timer_card .dtc_time_area ul li:first-child::after {
  content: none;
}
.dashboard_card .dcb_timer_card .dtc_time_area ul li::after {
  content: ":";
  position: absolute;
  top: 1px;
  left: -11px;
  font-size: 30px;
}
.dashboard_card .dcb_timer_card .btn {
  height: 42px;
  width: 100%;
  font-size: 16px;
  border-radius: 12px;
}
.dashboard_card h3 {
  margin: 32px 0 8px;
  font-size: 16px;
  font-family: SFPRODISPLAYBOLD;
  text-transform: uppercase;
  font-weight: normal;
}
.dashboard_card h3:first-of-type {
  margin-top: 0;
}
.dashboard_card h3.filter_title {
  margin: -10px 0;
}
.dashboard_card h3.sub_title_mrg {
  margin: 18px 0 -3px;
}
.dashboard_card h3.sub_title {
  font-size: 18px;
  margin-bottom: 16px;
}
.dashboard_card h3.sub_title.sale_rtitle {
  font-size: 20px;
  text-transform: capitalize;
}
.dashboard_card h3.asc_sub_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
}
.dashboard_card h3.asc_sub_title .ast_date_txt {
  position: relative;
  font-size: 20px;
  display: flex;
  align-items: center;
  padding-left: 16px;
  grid-gap: 9px;
}
.dashboard_card h3.asc_sub_title .ast_date_txt.adt_today {
  padding-left: 0;
}
.dashboard_card h3.asc_sub_title .ast_date_txt.adt_today .adt_inner_card {
  padding: 8px 16px 8px 24px;
  border-radius: 24px;
}
.dashboard_card h3.asc_sub_title .ast_date_txt.adt_today .atc_dot {
  left: 10px;
  top: 16px;
}
.dashboard_card h3.asc_sub_title .ast_date_txt .ast_view_txt {
  padding: 4px 8px;
  border: 2px solid;
  font-size: 14px;
  border-radius: 24px;
}
.dashboard_card h3.asc_sub_title .ast_date_txt .atc_dot {
  position: absolute;
  left: 2px;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.dashboard_card h3.asc_sub_title .ast_remove_btn .btn {
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 8px;
  height: 42px;
  width: 42px;
  font-size: 20px;
}
.dashboard_card h3.asc_sub_title .my_plan_title .btn {
  text-decoration: none;
  height: 42px;
  width: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 6px;
  border-radius: 12px;
}
.dashboard_card h3.asc_sub_title .my_plan_title .btn i {
  font-size: 14px;
}
.dashboard_card h3 .dcht_sub_title {
  display: block;
  font-family: SFPRODISPLAYREGULAR;
  font-size: 14px;
  margin-top: 6px;
  text-transform: capitalize;
}
.dashboard_card h5.dcht_sub_title {
  margin: 0 0 10px;
  font-size: 14px;
  text-transform: capitalize;
  font-family: SFPRODISPLAYREGULAR;
}
.dashboard_card h5.dcht_sub_title.dst_mar_txt {
  margin-top: 0;
}

.customer_reject_top_title_card {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 16px;
}
.customer_reject_top_title_card .btn {
  height: 42px;
  width: 148px;
  padding: 0 16px;
  font-size: 16px;
  border-radius: 12px;
  text-decoration: none;
  display: flex;
  align-items: center;
  grid-gap: 8px;
}

.customer_reject_list_card {
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
}
.customer_reject_list_card .crlc_card {
  border-radius: 16px;
  padding: 16px;
  position: relative;
}
.customer_reject_list_card .crlc_card .crlc_label {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 12px;
  background-color: transparent;
  font-family: SFPRODISPLAYMEDIUM;
}
.customer_reject_list_card .crlc_card .crlc_label.crlc_approved {
  background-color: #26C177;
}
.customer_reject_list_card .crlc_card .crlc_label.crlc_rejected {
  background-color: #E74343;
}
.customer_reject_list_card .crlc_card .crlc_label.crlc_beats_removed {
  background-color: #F3BA33;
}
.customer_reject_list_card .crlc_card .crlc_label.crlc_deleted {
  background-color: #F6931E;
}
.customer_reject_list_card .crlc_card .crlc_label.crlc_new {
  background-color: #2CABD8;
}
.customer_reject_list_card .crlc_card .crlc_label.crlc_empty {
  display: none;
}
.customer_reject_list_card .crlc_card p {
  margin: 8px 0 0;
  font-size: 14px;
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 6px;
}
.customer_reject_list_card .crlc_card p:first-of-type {
  margin-top: 0;
}
.customer_reject_list_card .crlc_card p .crlcc_span {
  font-size: 16px;
  font-family: SFPRODISPLAYMEDIUM;
  display: flex;
  grid-gap: 6px;
}
.customer_reject_list_card .crlc_card p .crlcc_span .crls_atag {
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}
.customer_reject_list_card .crlc_card ul {
  margin: 0;
  padding: 0;
  display: flex;
  grid-gap: 12px;
  list-style: none;
  overflow: auto;
}
.customer_reject_list_card .crlc_card ul li {
  flex: 0 0 auto;
}
.customer_reject_list_card .crlc_card ul li img {
  width: 110px;
  border-radius: 8px;
  height: 110px;
  object-fit: cover;
}

.divier_card {
  border-top: 2px solid;
  box-shadow: inset 0 24px 9px -9px rgba(0, 0, 0, 0.08);
  height: 40px;
}

.dsc_accord_card {
  border-radius: 24px;
  overflow: hidden;
}
.dsc_accord_card.active_card .dac_top_card a.dtc_right i {
  transform: rotate(180deg);
}
.dsc_accord_card .dac_top_card {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 16px;
}
.dsc_accord_card .dac_top_card .dtc_left.dl_sh_view h4 {
  font-size: 16px !important;
}
.dsc_accord_card .dac_top_card .dtc_left.dl_sh_view h5 {
  font-size: 14px;
}
.dsc_accord_card .dac_top_card .dtc_left.dl_sh_view h5 .dsv_price {
  font-family: SFPRODISPLAYBOLD;
  font-size: 16px;
}
.dsc_accord_card .dac_top_card h4 {
  margin: 0 !important;
  text-align: left !important;
  font-family: SFPRODISPLAYBOLD;
  font-size: 20px !important;
  font-weight: normal;
  text-transform: capitalize;
}
.dsc_accord_card .dac_top_card h4 span {
  display: block;
  font-family: SFPRODISPLAYREGULAR;
  font-size: 18px;
  margin-top: 6px;
}
.dsc_accord_card .dac_top_card h5 {
  font-size: 16px;
  font-family: SFPRODISPLAYREGULAR;
  margin: 12px 0 0;
}
.dsc_accord_card .dac_top_card h5 span.dtl_space_align {
  padding: 0 6px;
}
.dsc_accord_card .dac_top_card .dtc_order_txt {
  text-transform: uppercase;
}
.dsc_accord_card .dac_top_card a.dtc_right {
  text-decoration: none;
  border-radius: 8px;
  width: 32px;
  height: 32px;
  font-size: 12px;
  cursor: pointer;
}
.dsc_accord_card .dac_top_card a.dtc_right i {
  transition: 1s;
}
.dsc_accord_card .dac_list_card {
  padding: 0 16px 16px;
}
.dsc_accord_card .dac_list_card ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  height: 94%;
  width: 1px;
}
.dsc_accord_card .dac_list_card ul.dl_inter_list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  display: grid;
  grid-gap: 26px;
}
.dsc_accord_card .dac_list_card ul.dl_inter_list li {
  position: relative;
}
.dsc_accord_card .dac_list_card ul.dl_inter_list li.dil_blue h4::before {
  width: 16px;
  height: 16px;
}
.dsc_accord_card .dac_list_card ul.dl_inter_list li.dil_red h4::before {
  width: 16px;
  height: 16px;
}
.dsc_accord_card .dac_list_card ul.dl_inter_list li.dil_green h4::before {
  width: 16px;
  height: 16px;
}
.dsc_accord_card .dac_list_card ul.dl_inter_list li.dil_orange h4::before {
  width: 16px;
  height: 16px;
}
.dsc_accord_card .dac_list_card ul.dl_inter_list li.active h4 {
  border-radius: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.dsc_accord_card .dac_list_card ul.dl_inter_list li.active h4::before {
  top: 11px;
  width: 16px;
  height: 16px;
}
.dsc_accord_card .dac_list_card ul.dl_inter_list li h4 {
  padding-left: 38px;
  margin: 0;
  font-size: 16px;
  font-family: SFPRODISPLAYMEDIUM;
  position: relative;
  text-align: left;
}
.dsc_accord_card .dac_list_card ul.dl_inter_list li h4::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 1px;
  left: 10px;
  border-radius: 50%;
}
.dsc_accord_card .dac_list_card ul.dl_inter_list li .dil_grid_card {
  margin-left: 40px;
  margin-top: 12px;
  display: inline-flex;
  flex-direction: column;
  grid-gap: 8px;
}
.dsc_accord_card .dac_list_card ul.dl_inter_list li .dil_tool_card {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 8px;
  grid-gap: 8px;
}
.dsc_accord_card .dac_list_card ul.dl_inter_list li .dil_tool_card .dtc_txt {
  font-family: SFPRODISPLAYBOLD;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 120px;
  padding-right: 3px;
}
.dsc_accord_card .dac_list_card ul.dl_inter_list li .dil_tool_card .dtc_date {
  white-space: nowrap;
}
.dsc_accord_card .dac_list_card ul.dl_inter_list li .dil_tool_card .dtc_close {
  position: relative;
  top: 1px;
  cursor: pointer;
}
.dsc_accord_card .dac_cv_grid_txt {
  display: grid;
  grid-template-columns: 150px 1fr;
  grid-gap: 8px;
}
.dsc_accord_card p.dac_cv_txt {
  font-size: 14px;
  margin: 12px 0 0;
  display: flex !important;
}
.dsc_accord_card p.dac_cv_txt span.dbc_title_txt {
  flex: 0 0 60px;
}
.dsc_accord_card p.dac_cv_txt span.dbc_sub_title {
  font-family: SFPRODISPLAYMEDIUM;
}
.dsc_accord_card .dac_bottom_card {
  padding: 16px 16px 0;
  overflow: hidden;
}
.dsc_accord_card .dac_bottom_card.dbc_padd_card {
  padding: 16px 0 0;
}
.dsc_accord_card .dac_bottom_card.dbc_padd_card .bdc_head_txt {
  font-size: 20px;
  font-family: SFPRODISPLAYBOLD;
  margin: 0 0 6px;
  padding: 0 16px;
}
.dsc_accord_card .dac_bottom_card.dbc_padd_card .bdc_p_txt {
  font-size: 16px;
  margin: 0 0 26px;
  padding: 0 16px;
}
.dsc_accord_card .dac_bottom_card.dbc_padd_card .dbc_sh_txt {
  margin: 0 0 16px;
  font-size: 18px;
  padding: 0 16px;
  font-family: SFPRODISPLAYBOLD;
}
.dsc_accord_card .dac_bottom_card.dbc_padd_card .dtc_edit_card {
  padding: 0 16px;
}
.dsc_accord_card .dac_bottom_card.dbc_padd_card .dpc_button_card {
  border-top: 2px solid;
  padding: 16px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 18px;
}
.dsc_accord_card .dac_bottom_card.dbc_padd_card .dpc_button_card.dbc_single_btn_card {
  display: flex;
  justify-content: center;
}
.dsc_accord_card .dac_bottom_card.dbc_padd_card .dpc_button_card.dbc_single_btn_card button {
  width: 220px;
}
.dsc_accord_card .dac_bottom_card.dbc_padd_card .dpc_button_card button {
  margin: 0;
  height: 42px;
  font-size: 16px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 6px;
}
.dsc_accord_card .dac_bottom_card.dbc_padd_card .dpc_button_card button img {
  height: 18px;
}
.dsc_accord_card .dac_bottom_card.dbc_map_card {
  padding: 0 16px 16px;
}
.dsc_accord_card .dac_bottom_card hr {
  height: 1px;
  width: 100%;
}
.dsc_accord_card .dac_bottom_card hr:first-of-type {
  display: none;
}
.dsc_accord_card .dac_bottom_card p {
  margin: 0 0 16px;
  font-size: 18px;
}
.dsc_accord_card .dac_bottom_card p.dbc_grid_txt {
  display: grid;
  grid-template-columns: 110px 1fr;
  grid-gap: 8px;
  font-size: 14px;
}
.dsc_accord_card .dac_bottom_card p.dbc_grid_txt span {
  word-break: break-word;
}
.dsc_accord_card .dac_bottom_card p.dbc_grid_txt .dbc_sub_title {
  font-size: 14px;
}
.dsc_accord_card .dac_bottom_card p.dbc_img img {
  border-radius: 16px;
}
.dsc_accord_card .dac_bottom_card .dbc_sub_title {
  display: block;
  margin-bottom: 3px;
  font-size: 16px;
}

.cus_det_tab_card {
  margin-top: 32px;
}
.cus_det_tab_card.cdtc_top_view {
  margin: 0;
}
.cus_det_tab_card .cdtc_top_btn {
  display: flex;
  grid-gap: 12px;
  padding: 0 16px;
  overflow: auto;
  flex-wrap: nowrap;
}
.cus_det_tab_card .cdtc_top_btn button {
  flex-shrink: 0;
  flex-basis: 45%;
  height: 48px;
  border-radius: 12px 12px 0 0;
  font-size: 16px;
  font-family: SFPRODISPLAYBOLD;
  text-transform: uppercase;
}
.cus_det_tab_card hr {
  height: 2px;
  margin-top: 0;
  margin-bottom: 16px;
}
.cus_det_tab_card .cdtc_sub_btn {
  display: flex;
  justify-content: flex-end;
  grid-gap: 12px;
  margin: 0 0 12px;
  box-sizing: border-box;
  position: relative;
}
.cus_det_tab_card .cdtc_sub_btn .add_btn {
  text-decoration: none;
  height: 42px;
  width: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 6px;
  border-radius: 12px;
  border: 2px solid;
  text-transform: uppercase;
  font-family: SFPRODISPLAYBOLD;
}
.cus_det_tab_card .cdtc_sub_btn .add_btn i {
  font-size: 12px;
}
.cus_det_tab_card .cdtc_sub_btn .icon_btn {
  height: 42px;
  width: 42px;
  text-decoration: none;
}
.cus_det_tab_card .cdtc_sub_btn ul.cdsb_year_list {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
  padding: 18px 24px;
  box-sizing: border-box;
  position: absolute;
  top: 50px;
  right: 18px;
  z-index: 99;
  width: 150px;
}
.cus_det_tab_card .cdtc_contain_box {
  padding: 0 16px 24px;
}
.cus_det_tab_card .cdtc_contain_box .no_data_card {
  height: auto;
}
.cus_det_tab_card .cdtc_contain_box .no_data_card .ndc_inner_card p {
  margin-top: 12px;
}
.cus_det_tab_card .cdtc_contain_box .dc_checkin_card .dcc_card .dcc_cont_area .dtc_edit_card h4 {
  font-family: SFPRODISPLAYBOLD;
  font-size: 20px;
  margin-top: 0;
  font-weight: normal;
}
.cus_det_tab_card h3 {
  margin: 24px 0 8px;
  font-size: 16px;
  font-family: SFPRODISPLAYBOLD;
  text-transform: uppercase;
  font-weight: normal;
}
.cus_det_tab_card h3.cdtc_title {
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  grid-gap: 6px;
}
.cus_det_tab_card h3.cdtc_title.cdt_date_title {
  align-items: center;
}
.cus_det_tab_card h3.cdtc_title.cdt_date_title.cdt_trip_title {
  margin-top: 0;
}
.cus_det_tab_card h3.cdtc_title.cdt_date_title.cdt_trip_title span.cdt_txt {
  display: flex;
  grid-gap: 12px;
}
.cus_det_tab_card h3.cdtc_title.cdt_date_title span.cdt_txt {
  font-size: 20px;
}
.cus_det_tab_card h3.cdtc_title.cdt_date_title span.cdt_arrow {
  display: flex;
  grid-gap: 8px;
  font-size: 18px;
}
.cus_det_tab_card h3.cdtc_title.cdt_date_title span.cdt_arrow a {
  transform: rotate(90deg);
  text-decoration: none;
}
.cus_det_tab_card h3.cdtc_title .cdt_tit_txt {
  display: flex;
  grid-gap: 6px;
  min-height: 40px;
  align-items: center;
}
.cus_det_tab_card h3.cdtc_title .cdt_tit_no {
  width: 28px;
  height: 28px;
  font-size: 12px;
  border-radius: 50%;
}
.cus_det_tab_card h3.cdtc_title .cdt_tit_tag {
  height: 42px;
  width: 42px;
  text-decoration: none;
}

.beats_list_card {
  padding-top: 36px;
  margin-top: 16px;
  border-top: 2px solid;
  box-shadow: inset 0 24px 9px -9px rgba(0, 0, 0, 0.08);
}

.report_menu_card.mpr_menu .rmc_list {
  grid-template-columns: 1fr;
}
.report_menu_card.mpr_menu .rmc_list .rmcl_btn {
  height: 70px;
}
.report_menu_card.mpr_menu .rmc_list .rmcl_btn a {
  flex-direction: row;
  justify-content: flex-start;
  padding: 20px;
  box-sizing: border-box;
}
.report_menu_card.mpr_menu .rmc_list .rmcl_btn a img {
  height: 35px;
}
.report_menu_card.mpr_menu .rmc_list .rmcl_btn a p {
  font-family: SFPRODISPLAYMEDIUM;
}
.report_menu_card .rmc_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 14px;
}
.report_menu_card .rmc_list .rmcl_btn {
  width: 100%;
  height: 160px;
  font-size: 20px;
  text-decoration: none;
}
.report_menu_card .rmc_list .rmcl_btn a {
  text-decoration: none;
  display: flex;
  align-items: center;
  flex-direction: column;
  grid-gap: 14px;
  width: 100%;
  height: 100%;
  justify-content: center;
}
.report_menu_card .rmc_list .rmcl_btn a i {
  font-size: 64px;
}
.report_menu_card .rmc_list .rmcl_btn a img {
  height: 65px;
}
.report_menu_card .rmc_list .rmcl_btn a p {
  margin: 0;
}

.meet_report_card {
  padding-left: 0;
  padding-right: 0;
}
.meet_report_card .mrc_view_card .mrc_search_card {
  padding: 0 16px;
}
.meet_report_card .mrc_view_card .mrc_search_card.msc_view_card {
  padding-top: 16px;
  margin-top: 24px;
  border-top: 2px solid;
  box-shadow: inset 0 24px 9px -9px rgba(0, 0, 0, 0.08);
}
.meet_report_card .mrc_view_card .mrc_search_card.msc_view_card .dc_checkin_card {
  padding: 0;
}
.meet_report_card .mrc_view_card .mrc_search_card .msc_grid_card {
  display: grid;
  grid-template-columns: 1fr 56px;
  grid-gap: 12px;
}
.meet_report_card .mrc_view_card .mrc_search_card .msc_filter_btn a {
  width: 56px;
  height: 56px;
  text-decoration: none;
  font-size: 19px;
  border-radius: 16px;
  border: 2px solid;
}
.meet_report_card .mrc_view_card .mrc_search_card .msc_view_menu {
  display: flex;
  justify-content: space-between;
  grid-gap: 16px;
  margin-bottom: 16px;
}
.meet_report_card .mrc_view_card .mrc_search_card .msc_view_menu a {
  font-size: 24px;
  text-decoration: none;
  width: 42px;
  height: 42px;
  border-radius: 12px;
}
.meet_report_card .mrc_view_card .mrc_search_card .msc_view_menu a i.icon-grid {
  font-size: 20px;
}
.meet_report_card .mrc_view_card .mrc_search_card .msc_view_menu a.normal_atag {
  border: 0;
  box-shadow: none;
  padding: 0;
  font-size: 16px;
  width: auto;
  display: flex;
  grid-gap: 8px;
}
.meet_report_card .mrc_view_card .mrc_search_card .msc_view_menu a.btn {
  width: 150px;
  font-size: 16px;
  text-transform: uppercase;
  grid-gap: 8px;
  box-shadow: none;
}
.meet_report_card .mrc_view_card .mrc_search_card .msc_view_menu a.btn.disable {
  opacity: 0.5;
  pointer-events: none;
}
.meet_report_card .mrc_view_card .mrc_search_card .dsc_accord_card.active_card .dac_bottom_card hr {
  display: block;
}
.meet_report_card .mrc_view_card .mrc_search_card .dsc_accord_card .dac_top_card {
  align-items: center;
  padding: 10px 16px;
}
.meet_report_card .mrc_view_card .mrc_search_card .dsc_accord_card .dac_top_card .dtc_left h4 {
  font-size: 16px;
  text-transform: uppercase;
}
.meet_report_card .mrc_view_card .mrc_search_card .dsc_accord_card .dac_top_card a.dtc_right {
  background-color: transparent;
  font-size: 18px;
}
.meet_report_card .mrc_view_card .mrc_search_card .dsc_accord_card .dac_bottom_card {
  padding: 0;
}
.meet_report_card .mrc_view_card .mrc_search_card .dsc_accord_card .dac_bottom_card hr {
  margin: 0;
  display: none;
}
.meet_report_card .mrc_view_card .mrc_search_card .dsc_accord_card .dac_bottom_card .dbc_table {
  overflow: auto;
}
.meet_report_card .mrc_view_card .mrc_search_card .dsc_accord_card .dac_bottom_card .dbc_table table {
  border-collapse: collapse;
}
.meet_report_card .mrc_view_card .mrc_search_card .dsc_accord_card .dac_bottom_card .dbc_table table th, .meet_report_card .mrc_view_card .mrc_search_card .dsc_accord_card .dac_bottom_card .dbc_table table td {
  padding: 10px 8px;
  font-size: 14px;
  vertical-align: top;
  min-width: 140px;
  text-align: left;
}
.meet_report_card .mrc_view_card .mrc_search_card .dsc_accord_card .dac_bottom_card .dbc_table table th.dg_customer_txt, .meet_report_card .mrc_view_card .mrc_search_card .dsc_accord_card .dac_bottom_card .dbc_table table td.dg_customer_txt {
  font-family: SFPRODISPLAYBOLD;
}
.meet_report_card .mrc_view_card .mrc_search_card .dsc_accord_card .dac_bottom_card .dbc_table table thead th {
  border-top: 0;
  letter-spacing: 0.3px;
  -webkit-font-smoothing: antialiased;
}
.meet_report_card .mrc_view_card .mrc_search_card .dsc_accord_card .dac_bottom_card .dtc_grid p {
  font-size: 14px;
  font-family: SFPRODISPLAYREGULAR;
  margin: 0 0 4px;
}
.meet_report_card .mrc_view_card .mrc_search_card .dsc_accord_card .dac_bottom_card .dtc_grid h5 {
  margin: 0;
  font-size: 16px;
  font-family: SFPRODISPLAYMEDIUM;
  word-break: break-word;
}
.meet_report_card .mrc_view_card .mrc_search_card .dsc_accord_card .dac_bottom_card .dtc_grid h5.dg_customer_txt {
  font-family: SFPRODISPLAYBOLD;
  font-weight: normal;
}
.meet_report_card .mrc_view_card .mrc_search_card .dsc_accord_card .dac_bottom_card .dbc_two_card {
  padding: 16px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
}
.meet_report_card .mrc_view_card .mrc_search_card .dsc_accord_card .dac_bottom_card .dbc_two_card:last-of-type hr {
  display: none;
}
.meet_report_card .mrc_view_card .mrc_search_card .dsc_accord_card .dac_bottom_card .dbc_three_card {
  padding: 16px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 16px;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table {
  overflow: auto;
  margin-right: -16px;
  padding-right: 12px;
  padding-bottom: 12px;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mrt_title {
  display: flex;
  border-radius: 12px 12px 0 0;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mrt_title .mrt_view_card {
  flex: 0;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mrt_title h2 {
  font-size: 16px;
  margin: 0;
  padding: 12px;
  font-family: SFPRODISPLAYBOLD;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mrt_title h2:first-of-type {
  border-right: 1px solid;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mrt_body, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mtr_footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid;
  border-right: 1px solid;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mrt_body .mrtb_title, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mrt_body .mrtb_detail, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mrt_body .mrtb_footer, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mtr_footer .mrtb_title, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mtr_footer .mrtb_detail, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mtr_footer .mrtb_footer {
  display: grid;
  grid-template-columns: 150px 150px;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mrt_body .mrtb_title.mrg_4_coloum, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mrt_body .mrtb_detail.mrg_4_coloum, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mrt_body .mrtb_footer.mrg_4_coloum, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mtr_footer .mrtb_title.mrg_4_coloum, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mtr_footer .mrtb_detail.mrg_4_coloum, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mtr_footer .mrtb_footer.mrg_4_coloum {
  grid-template-columns: 110px 110px 110px 80px;
  text-align: right;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mrt_body .mrtb_title p, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mrt_body .mrtb_title h3, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mrt_body .mrtb_title h4, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mrt_body .mrtb_detail p, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mrt_body .mrtb_detail h3, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mrt_body .mrtb_detail h4, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mrt_body .mrtb_footer p, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mrt_body .mrtb_footer h3, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mrt_body .mrtb_footer h4, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mtr_footer .mrtb_title p, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mtr_footer .mrtb_title h3, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mtr_footer .mrtb_title h4, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mtr_footer .mrtb_detail p, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mtr_footer .mrtb_detail h3, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mtr_footer .mrtb_detail h4, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mtr_footer .mrtb_footer p, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mtr_footer .mrtb_footer h3, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mtr_footer .mrtb_footer h4 {
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  height: 30px;
  border: 1px solid;
  border-top: 0;
  border-right: 0;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mrt_body .mrtb_title h4, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mrt_body .mrtb_detail h4, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mrt_body .mrtb_footer h4, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mtr_footer .mrtb_title h4, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mtr_footer .mrtb_detail h4, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mtr_footer .mrtb_footer h4 {
  font-family: SFPRODISPLAYBOLD;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mrt_body .mrtb_title h3, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mrt_body .mrtb_detail h3, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mrt_body .mrtb_footer h3, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mtr_footer .mrtb_title h3, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mtr_footer .mrtb_detail h3, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mtr_footer .mrtb_footer h3 {
  font-family: SFPRODISPLAYMEDIUM;
  border-bottom: 0;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mtr_footer p, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mtr_footer h3, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mtr_footer h4 {
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  height: 30px;
  border: 1px solid;
  border-top: 0;
  border-right: 0;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mtr_footer h4 {
  font-family: SFPRODISPLAYBOLD;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mtr_footer h3 {
  font-family: SFPRODISPLAYBOLD;
  border-bottom: 0;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table table.mrt_title_table {
  white-space: nowrap;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table table.mrt_title_table thead tr th {
  padding: 12px;
  font-size: 16px;
  font-family: SFPRODISPLAYMEDIUM;
  border: 0;
  text-align: left;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table table.mrt_title_table thead tr th:first-child {
  border-right: 1px solid;
  border-radius: 12px 0 0 0;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table table.mrt_title_table thead tr th:last-child {
  border-radius: 0 12px 0 0;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table table.mrt_title_table tbody {
  vertical-align: top;
  font-size: 14px;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table table.mrt_title_table tbody tr.mrt_sub_title td {
  border-top: 0;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table table.mrt_title_table tbody tr.mrt_sub_footer td {
  font-family: SFPRODISPLAYBOLD;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table table.mrt_title_table tbody tr td {
  padding: 12px;
  border: 1px solid;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table table.mrt_title_table tbody tr td h4 {
  margin: 0;
  font-size: 14px;
  font-family: SFPRODISPLAYBOLD;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table table.mrt_title_table tfoot td {
  padding: 12px;
  font-size: 14px;
  font-family: SFPRODISPLAYBOLD;
  text-align: right;
  border-right: 1px solid;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table table.mrt_title_table tfoot td:first-child {
  border-radius: 0 0 0 12px;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table table.mrt_title_table tfoot td:last-child {
  border-radius: 0 0 12px 0;
  border-right: 0;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table table.mrt_title_table tfoot td .mtt_footer_table td {
  border: 1px solid;
  border-top: 0;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table table.mrt_title_table tfoot td .mtt_footer_table td:last-child {
  padding: 9px 12px;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table table.mtt_sub_table thead tr th {
  font-family: SFPRODISPLAYREGULAR;
  font-size: 14px;
  padding: 12px;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table table.mtt_sub_table thead tr th:first-child, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table table.mtt_sub_table thead tr th:last-child {
  border-radius: 0;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table table.mtt_sub_table tbody tr td {
  font-size: 14px;
  padding: 9px 12px;
  border: 1px solid;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table table.mtt_sub_table tbody tr td:last-child {
  border-right: 0;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table table.mtt_sub_table tbody tr td.sub_footer {
  font-family: SFPRODISPLAYMEDIUM;
}
.meet_report_card .mrc_view_card .mrc_menu_card {
  margin: 24px 0 0;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  display: none;
}
.meet_report_card .mrc_view_card .mrc_menu_card.mmc_active {
  display: block;
}
.meet_report_card .mrc_view_card .mrc_menu_card .mmc_menu_list {
  display: flex;
  overflow: auto;
  grid-gap: 4px;
  padding: 12px 16px;
  box-sizing: border-box;
}
.meet_report_card .mrc_view_card .mrc_menu_card .mmc_btn_card {
  padding: 16px 16px 0;
  display: flex;
  justify-content: flex-end;
}
.meet_report_card .mrc_view_card .mrc_menu_card .mmc_btn_card .btn {
  width: 150px;
  height: 42px;
  border-radius: 12px;
  font-size: 16px;
}
.meet_report_card .mrc_view_card .mrc_menu_card .lcta_tbox {
  padding: 0;
  flex: 0 0 96px;
}
.meet_report_card .mrc_view_card .mrc_menu_card .lcta_tbox .lct_slt {
  border-radius: 16px;
}
.meet_report_card .mrc_view_card .mrc_menu_card .lcta_tbox .lct_slt::after {
  content: "\e918";
  right: 9px;
  bottom: 10px;
  z-index: 1;
}
.meet_report_card .mrc_view_card .mrc_menu_card .lcta_tbox .lct_slt select {
  height: 32px;
  padding: 0 25px 0 12px;
  font-size: 14px;
  position: relative;
  z-index: 9;
  box-shadow: none;
}
.meet_report_card .dc_checkin_card {
  padding: 0 16px;
}

.dbdata_card {
  display: flex;
  flex-direction: column;
  grid-gap: 28px;
}
.dbdata_card h3 {
  margin: 0 0 8px;
  font-size: 20px;
  text-transform: none;
}
.dbdata_card h5 {
  font-size: 14px;
  margin: 0 0 12px;
}
.dbdata_card .dbc_table_card {
  display: flex;
  flex-direction: column;
  grid-gap: 18px;
}
.dbdata_card .dbc_table_card .dtc_table_view.dtv_dl_view {
  padding: 0 18px;
  box-sizing: border-box;
}
.dbdata_card .dbc_table_card .dtc_table_view.dtv_dl_view p {
  display: flex;
  align-items: center;
  grid-gap: 8px;
}
.dbdata_card .dbc_table_card .dtc_table_view.dtv_dl_view a {
  font-size: 14px;
}
.dbdata_card .dbc_table_card .dtc_table_view table {
  border-collapse: collapse;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.dbdata_card .dbc_table_card .dtc_table_view table th {
  text-align: left;
  font-family: SFPRODISPLAYMEDIUM;
}
.dbdata_card .dbc_table_card .dtc_table_view table td, .dbdata_card .dbc_table_card .dtc_table_view table th {
  border-left: 1px solid;
  border-bottom: 1px solid;
  padding: 10px 11px;
}
.dbdata_card .dbc_table_card .dtc_table_view table td:first-child, .dbdata_card .dbc_table_card .dtc_table_view table th:first-child {
  border-left: 0;
}
.dbdata_card .dbc_table_card .dtc_table_view table td:last-child {
  text-align: right;
  width: 26%;
}
.dbdata_card .dbc_table_card .dtc_table_view table tfoot td {
  border-bottom: 0;
  font-family: SFPRODISPLAYBOLD;
}

.addr_img_view .lct_slt .select2-container--default .select2-selection--single .select2-selection__arrow::before {
  content: none !important;
}
.addr_img_view .input_upl_card {
  width: 110px;
}
.addr_img_view .input_upl_card input[type=file] {
  height: 90px;
}
.addr_img_view .input_upl_card input[type=file]::after {
  background: url('address_img.svg') no-repeat;
  background-size: 75%;
  left: 17px;
  top: 2px;
}
.addr_img_view ul.dca_icon_list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 12px;
}
.addr_img_view ul.dca_icon_list li {
  position: relative;
}
.addr_img_view ul.dca_icon_list li img {
  width: 100%;
  height: 106px;
  border-radius: 20px;
  border: 2px solid;
}
.addr_img_view ul.dca_icon_list li span {
  text-decoration: none;
  width: 24px;
  height: 24px;
  font-size: 30px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  cursor: pointer;
}

.msc_range_card {
  position: relative;
  width: 100%;
  height: 56px;
  z-index: 99;
}
.msc_range_card .mrc_sle_view {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  align-items: center;
  position: relative;
  z-index: 6;
  height: 56px;
}
.msc_range_card .mrc_sle_view.msv_arrow_ele {
  background: url('down-arrow.svg') no-repeat right 12px center;
  background-size: 24px;
}
.msc_range_card .mrc_sle_view input[type=text] {
  padding-left: 0;
  border: 0;
  box-shadow: none;
  background-color: tr;
}
.msc_range_card .mrc_pad_card {
  padding-bottom: 40px;
  position: absolute;
  top: 58px;
  left: 0;
  width: 100%;
}
.msc_range_card .mrc_list_card {
  padding: 8px 0;
  box-sizing: border-box;
  z-index: 999;
  display: none;
}
.msc_range_card .mrc_list_card.mlc_active {
  display: block;
}
.msc_range_card .mrc_list_card ul {
  display: grid;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
  max-height: 50vh;
  overflow: auto;
}
.msc_range_card .mrc_list_card ul li {
  padding: 8px 16px;
  box-sizing: border-box;
}
.msc_range_card .mrc_list_card ul li a {
  text-decoration: none;
}
.msc_range_card .mrc_list_card .mlc_date_card {
  padding: 0 16px;
}
.msc_range_card .mrc_list_card hr {
  margin: 24px 0;
}
.msc_range_card .mrc_list_card .mdc_date_tbox {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
  margin-bottom: 16px;
}
.msc_range_card .mrc_list_card .mdc_date_tbox .mdt_date {
  position: relative;
}
.msc_range_card .mrc_list_card .mdc_date_tbox .mdt_date mat-form-field {
  height: 56px;
  display: flex;
  align-items: center;
  padding: 16px;
  box-sizing: border-box;
}
.msc_range_card .mrc_list_card .mdc_date_tbox .mdt_date mat-form-field mat-label {
  display: none;
}
.msc_range_card .mrc_list_card .mdc_date_tbox .mdt_date mat-form-field .mat-date-range-input-inner {
  border-radius: 0;
  box-shadow: none;
}
.msc_range_card .mrc_list_card .mdc_date_tbox .mdt_date input {
  font-size: 16px;
}
.msc_range_card .mrc_list_card .mdc_date_tbox .mdt_date mat-datepicker-toggle {
  position: absolute;
  top: 4px;
  right: 0;
}
.msc_range_card span.error_txt {
  bottom: -20px;
}

.dtc_qlt_card {
  display: flex;
  justify-content: space-between;
  grid-gap: 12px;
  padding: 0 16px;
  margin: -6px 0 16px;
}
.dtc_qlt_card p {
  margin: 0 !important;
  font-size: 14px !important;
}

.dtc_edit_card {
  display: grid;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  align-items: flex-start;
  grid-gap: 6px;
  margin-bottom: 12px;
}
.dtc_edit_card.dec_flex_card {
  display: block;
}
.dtc_edit_card.dec_flex_card .dfc_qlty_view {
  display: flex;
  justify-content: space-between;
  grid-gap: 12px;
  margin-top: 10px 0 6px;
}
.dtc_edit_card.dec_flex_card .dfc_qlty_view p {
  margin: 0 !important;
  font-size: 14px !important;
  font-family: SFPRODISPLAYMEDIUM;
}
.dtc_edit_card.dec_flex_card .dfc_qlty_view p.dqv_bq_txt {
  display: grid;
  grid-template-columns: 1fr 30px;
  grid-gap: 3px;
}
.dtc_edit_card h2 {
  margin: 0 !important;
  padding-top: 6px;
}
.dtc_edit_card .btn {
  height: 42px;
  width: 42px;
  text-decoration: none;
}
.dtc_edit_card .btn.more_btn {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  width: auto;
  height: auto;
  padding-top: 5px;
  padding-right: 3px;
}
.dtc_edit_card .cdcb_price_txt {
  display: flex;
  grid-gap: 12px;
}
.dtc_edit_card .cdcb_price_txt span {
  font-family: SFPRODISPLAYBOLD;
}
.dtc_edit_card .dec_view_card h3 {
  margin: 0 0 6px;
  font-family: SFPRODISPLAYBOLD;
  font-size: 14px;
  text-transform: none;
  word-break: break-word;
}
.dtc_edit_card .dec_view_card h3 .dvc_size {
  display: block;
  margin-top: 3px;
}
.dtc_edit_card .dec_view_card h3 .dvc_quan {
  font-family: SFPRODISPLAYREGULAR;
  display: block;
  margin-top: 6px;
}
.dtc_edit_card .dec_view_card p {
  margin: 0;
  display: flex;
  grid-gap: 12px;
}
.dtc_edit_card .dec_view_card p a {
  font-weight: 500;
}
.dtc_edit_card .dec_view_card p.dvc_sub_txt {
  margin: 0 !important;
  font-size: 14px !important;
}
.dtc_edit_card .dec_view_card p.dvc_ed_tag {
  margin: 8px 0 6px !important;
}
.dtc_edit_card .dec_no_txt {
  width: 28px;
  height: 28px;
  font-size: 12px;
  border-radius: 50%;
}
.dtc_edit_card h5 {
  margin: 0;
  font-family: SFPRODISPLAYMEDIUM;
}
.dtc_edit_card .dec_date_txt {
  font-size: 12px;
  display: block;
  margin: 3px 0 6px;
}

.dcc_title_card {
  margin-bottom: 32px;
}
.dcc_title_card h2 {
  margin: 0 0 12px;
  font-family: SFPRODISPLAYBOLD;
  font-weight: normal;
}
.dcc_title_card p {
  margin: 0 0 12px;
  font-size: 16px;
}

.dcc_form_card {
  border-radius: 24px;
  padding: 24px 18px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 24px;
}
.dcc_form_card.dfc_chart_view {
  margin-bottom: 16px;
  grid-gap: 8px;
}
.dcc_form_card.dfc_chart_view .dcc_form_card {
  margin: 0;
}
.dcc_form_card.dfc_chart_view p {
  margin: 0;
  font-size: 14px;
  display: grid;
  grid-template-columns: 80px 1fr;
}
.dcc_form_card.dfc_chart_view p .dbc_sub_title {
  font-size: 14px;
  font-family: SFPRODISPLAYMEDIUM;
}
.dcc_form_card.dfc_chart_view p.dfc_trip_title {
  display: block;
  text-transform: capitalize;
  font-family: SFPRODISPLAYBOLD;
  font-size: 16px;
}
.dcc_form_card .dfc_trip_title {
  font-size: 16px;
  margin: 0 0 -12px;
  font-family: SFPRODISPLAYBOLD;
}
.dcc_form_card .dcfc_sub_tit_card h3 {
  margin-bottom: 14px;
  text-transform: none;
  font-size: 14px;
}

.dc_checkin_card .prod_fbc_list {
  display: flex;
  flex-direction: column;
  grid-gap: 18px;
}
.dc_checkin_card .prod_fbc_list h4 {
  margin: 0 !important;
}
.dc_checkin_card .prod_fbc_list .frq_boug_card {
  grid-template-columns: 1fr;
  grid-gap: 14px;
}
.dc_checkin_card .prod_fbc_list .frq_boug_card .fbc_img {
  width: 60px;
  height: 60px;
}
.dc_checkin_card .prod_fbc_list .frq_boug_card .fbc_view_card {
  display: grid;
  grid-template-columns: 1fr 56px auto;
  grid-gap: 12px;
  align-items: center;
}
.dc_checkin_card .prod_fbc_list .frq_boug_card .fbc_view_card .lct_slt::after {
  right: 11px;
  bottom: 16px;
  font-size: 9px;
}
.dc_checkin_card .prod_fbc_list .frq_boug_card .fbc_view_card .lct_slt select {
  height: 42px;
}
.dc_checkin_card .frq_boug_card {
  border-radius: 24px;
  position: relative;
  display: grid;
  padding: 14px;
  box-sizing: border-box;
  grid-gap: 8px;
}
.dc_checkin_card .frq_boug_card .fbc_img {
  width: 73px;
  height: 73px;
  border-radius: 8px;
  border: 2px solid;
  object-fit: cover;
}
.dc_checkin_card .frq_boug_card h4 {
  margin: 0 0 16px;
  font-size: 16px;
  font-family: SFPRODISPLAYBOLD;
  display: flex;
  flex-direction: column;
  grid-gap: 4px;
  padding-right: 24px;
}
.dc_checkin_card .frq_boug_card h4 span {
  font-family: SFPRODISPLAYREGULAR;
  font-size: 12px;
}
.dc_checkin_card .frq_boug_card .fbc_view_card.fvc_input_view input {
  position: absolute;
  top: 10px;
  right: 10px;
}
.dc_checkin_card .frq_boug_card .fbc_view_card.fiv_dlt {
  display: flex;
  grid-gap: 32px;
}
.dc_checkin_card .frq_boug_card .fbc_view_card.fiv_dlt .fid_qlt_view {
  display: flex;
  grid-gap: 18px;
  flex: 0 0 60%;
}
.dc_checkin_card .frq_boug_card .fbc_view_card.fiv_dlt .fid_qlt_view.fqv_qlt_tbox {
  flex: 0 0 30%;
}
.dc_checkin_card .frq_boug_card .fbc_view_card.fiv_dlt .fid_qlt_view.fqv_qlt_tbox .error span.error_txt {
  bottom: -9px;
  font-size: 12px !important;
}
.dc_checkin_card .frq_boug_card .fbc_view_card.fiv_dlt .fid_qlt_view .lcta_tbox .lct_slt {
  width: 65px;
}
.dc_checkin_card .frq_boug_card .fbc_view_card.fiv_dlt .fid_qlt_view .lcta_tbox span {
  font-size: 12px;
  font-family: SFPRODISPLAYREGULAR;
}
.dc_checkin_card .frq_boug_card .fbc_view_card.fiv_dlt .fid_qlt_view .lcta_tbox select, .dc_checkin_card .frq_boug_card .fbc_view_card.fiv_dlt .fid_qlt_view .lcta_tbox input {
  height: 42px;
  border-radius: 8px;
}
.dc_checkin_card .frq_boug_card .fbc_view_card.fiv_dlt h5 {
  display: flex;
  flex-direction: column;
  grid-gap: 6px;
  height: 60px;
  justify-content: space-between;
  padding-bottom: 8px;
  box-sizing: border-box;
}
.dc_checkin_card .frq_boug_card .fbc_view_card.fiv_dlt h5 span {
  font-size: 12px;
  font-family: SFPRODISPLAYREGULAR !important;
}
.dc_checkin_card .frq_boug_card .fbc_view_card.fiv_dlt a {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 24px;
  height: 24px;
  display: flex;
  border-radius: 50%;
  text-decoration: none;
  font-size: 31px;
}
.dc_checkin_card .frq_boug_card .fbc_view_card.fiv_dlt a i {
  position: relative;
  top: -3px;
  left: -3px;
}
.dc_checkin_card .frq_boug_card .fbc_view_card h5 {
  margin: 0;
  font-size: 16px;
  font-family: SFPRODISPLAYBOLD;
}
.dc_checkin_card .dts_list_card {
  list-style: none;
  padding: 0;
  margin: -10px 0 32px;
  display: flex;
  overflow: auto;
  grid-gap: 8px;
}
.dc_checkin_card .dts_list_card li {
  border: 2px solid;
  padding: 12px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: SFPRODISPLAYMEDIUM;
  border-radius: 12px;
  white-space: nowrap;
  cursor: pointer;
}
.dc_checkin_card .dcc_top_search {
  display: grid;
  grid-template-columns: 1fr 56px;
  margin-bottom: 24px;
}
.dc_checkin_card .dcc_top_search .dts_itbox {
  position: relative;
  /* i {
      font-size: 24px;
      position: absolute;
      left: 18px;
      top: 16px;
  } */
}
.dc_checkin_card .dcc_top_search .dts_itbox input {
  border-radius: 16px 0 0 16px;
  border-right: 0;
}
.dc_checkin_card .dcc_top_search .dts_itbox .pre_loader {
  position: absolute;
  width: 26px;
  height: 26px;
  right: 10px;
  top: 14px;
  border-width: 2px;
}
.dc_checkin_card .dcc_top_search button {
  border-radius: 0 16px 16px 0;
  font-size: 22px;
  margin: 0;
  border: 2px solid;
  padding-top: 2px;
}
.dc_checkin_card .dcc_top_search button i {
  position: relative;
  bottom: 2px;
}
.dc_checkin_card.ss_full_view .slick-slider {
  width: 100%;
}
.dc_checkin_card.ss_full_view .slick-slider .slick-track {
  width: 100% !important;
}
.dc_checkin_card.ss_full_view .slick-slider .slick-track .slick-slide {
  width: 100% !important;
}
.dc_checkin_card .mpv_date_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  grid-gap: 8px;
  overflow: auto;
}
.dc_checkin_card .mpv_date_list li a {
  text-decoration: none;
  border-radius: 12px;
  height: 42px;
  font-size: 16px;
  padding: 10px;
  box-sizing: border-box;
  font-family: SFPRODISPLAYMEDIUM;
  border: 2px solid;
  white-space: nowrap;
}
.dc_checkin_card .dts_list_show h4 {
  margin: 0 0 12px;
  font-size: 16px;
  font-family: SFPRODISPLAYBOLD;
  font-weight: normal;
}
.dc_checkin_card .dts_list_show ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dc_checkin_card .dts_list_show ul li {
  display: inline-flex;
  margin: 0 3px 6px;
}
.dc_checkin_card .dts_list_show ul li a {
  padding: 6px 10px;
  text-decoration: none;
  font-size: 14px;
  grid-gap: 6px;
}
.dc_checkin_card .dts_list_show ul li a.active {
  box-shadow: none;
}
.dc_checkin_card .dts_list_show hr {
  margin: 24px 0;
}
.dc_checkin_card .dts_list_show .dls_view_txt {
  display: block;
  margin-top: 16px;
  font-family: SFPRODISPLAYBOLD;
  font-size: 14px;
  text-decoration: none;
}
.dc_checkin_card button {
  margin-top: 32px;
}
.dc_checkin_card button.mdc-icon-button.mat-mdc-icon-button {
  margin-top: 0 !important;
}
.dc_checkin_card .dcc_show_card {
  display: grid;
  grid-gap: 18px;
  position: relative;
}
.dc_checkin_card .cust_porf_img_card {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}
.dc_checkin_card .cust_porf_img_card img {
  width: 120px;
  height: 120px;
}
.dc_checkin_card .dcc_card {
  border-radius: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.dc_checkin_card .dcc_card.dc_grid_card {
  display: grid;
  grid-template-columns: 44px 1fr;
  grid-gap: 12px;
}
.dc_checkin_card .dcc_card.dc_grid_card .dgc_radio {
  padding: 22px 0 0 16px;
}
.dc_checkin_card .dcc_card.dc_grid_card .dcc_cont_area {
  padding-left: 0;
}
.dc_checkin_card .dcc_card .dc_close {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 24px;
  height: 24px;
  display: flex;
  border-radius: 50%;
  text-decoration: none;
  font-size: 31px;
}
.dc_checkin_card .dcc_card .dc_close i {
  position: relative;
  top: -3px;
  left: -3px;
}
.dc_checkin_card .dcc_card .dcc_cont_area {
  padding: 16px 16px 0;
  box-sizing: border-box;
}
.dc_checkin_card .dcc_card .dcc_cont_area.utc_show_list {
  display: flex;
  flex-direction: column;
  grid-gap: 14px;
  padding-bottom: 16px;
}
.dc_checkin_card .dcc_card .dcc_cont_area.utc_show_list .usl_tcpc_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 12px 14px;
}
.dc_checkin_card .dcc_card .dcc_cont_area.utc_show_list p.blc_amount {
  margin: 0;
  display: grid;
  grid-template-columns: 50px 1fr;
}
.dc_checkin_card .dcc_card .dcc_cont_area.utc_show_list p.blc_amount .bla_value {
  font-size: 18px;
}
.dc_checkin_card .dcc_card .dcc_cont_area hr {
  height: 1px;
}
.dc_checkin_card .dcc_card .dcc_cont_area hr:first-of-type {
  display: none;
}
.dc_checkin_card .dcc_card .dcc_cont_area h2 {
  font-size: 20px;
  margin: 0 0 12px;
  font-family: SFPRODISPLAYBOLD;
  font-weight: normal;
  padding: 0;
}
.dc_checkin_card .dcc_card .dcc_cont_area h2.plana_dca_title {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 6px;
}
.dc_checkin_card .dcc_card .dcc_cont_area h2.plana_dca_title.plana_toggle_title {
  grid-template-columns: 1fr 48px;
}
.dc_checkin_card .dcc_card .dcc_cont_area h2.plana_dca_title .pdt_title_txt .ptt_notifi {
  display: inline-flex;
  position: relative;
  top: 5px;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  border-radius: 50%;
  font-size: 30px;
  margin-left: 4px;
}
.dc_checkin_card .dcc_card .dcc_cont_area h2.plana_dca_title .pdt_title_txt .ptt_notifi.disable {
  cursor: default;
  opacity: 0.5;
}
.dc_checkin_card .dcc_card .dcc_cont_area h2.plana_dca_title .pdt_icon {
  padding-top: 4px;
}
.dc_checkin_card .dcc_card .dcc_cont_area h2.plana_dca_title .pdt_icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  border-radius: 50%;
  font-size: 30px;
}
.dc_checkin_card .dcc_card .dcc_cont_area h2.plana_dca_title .pdt_icon a.disable {
  cursor: default;
  opacity: 0.5;
}
.dc_checkin_card .dcc_card .dcc_cont_area h2 .dca_verifi_card {
  display: flex;
  align-items: center;
  grid-gap: 8px;
  font-size: 14px;
  margin: 3px 0 0;
  font-family: SFPRODISPLAYREGULAR;
}
.dc_checkin_card .dcc_card .dcc_cont_area h2 .dca_verifi_card i {
  font-size: 18px;
}
.dc_checkin_card .dcc_card .dcc_cont_area h6 {
  margin: -5px 0 12px;
  font-family: SFPRODISPLAYREGULAR;
  font-size: 18px;
}
.dc_checkin_card .dcc_card .dcc_cont_area p {
  margin: 0 0 16px;
  font-size: 16px;
  word-break: break-word;
}
.dc_checkin_card .dcc_card .dcc_cont_area p.attr_txt {
  display: grid;
  grid-template-columns: 110px 1fr;
  grid-gap: 10px;
}
.dc_checkin_card .dcc_card .dcc_cont_area p.attr_txt strong {
  line-height: 1.4;
}
.dc_checkin_card .dcc_card .dcc_cont_area p.date_time_txt {
  display: flex;
  grid-gap: 12px;
}
@media (max-width: 380px) {
  .dc_checkin_card .dcc_card .dcc_cont_area p.date_time_txt {
    grid-gap: 10px;
  }
}
.dc_checkin_card .dcc_card .dcc_cont_area p.date_time_txt span {
  display: inline-flex;
  grid-gap: 3px;
  font-size: 14px;
}
@media (max-width: 380px) {
  .dc_checkin_card .dcc_card .dcc_cont_area p.date_time_txt span {
    font-size: 13px;
  }
}
.dc_checkin_card .dcc_card .dcc_cont_area p.date_time_txt span i {
  font-size: 14px;
  position: relative;
  top: 1px;
}
@media (max-width: 380px) {
  .dc_checkin_card .dcc_card .dcc_cont_area p.date_time_txt span i {
    font-size: 13px;
  }
}
.dc_checkin_card .dcc_card .dcc_cont_area .dcca_icon_card {
  display: grid;
  grid-template-columns: 20px 1fr;
  grid-gap: 10px;
  margin-bottom: 14px;
}
.dc_checkin_card .dcc_card .dcc_cont_area .dcca_icon_card i {
  font-size: 20px;
  position: relative;
  top: 5px;
}
.dc_checkin_card .dcc_card .dcc_cont_area .dcca_icon_card i.icon-phone_icon, .dc_checkin_card .dcc_card .dcc_cont_area .dcca_icon_card i.icon-mail {
  top: 0;
}
.dc_checkin_card .dcc_card .dcc_cont_area .dcca_icon_area {
  display: grid;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  grid-gap: 16px;
}
.dc_checkin_card .dcc_card .dcc_cont_area .dcca_icon_area.dcl_get_txt {
  justify-content: normal;
}
.dc_checkin_card .dcc_card .dcc_cont_area .dcca_icon_area.dcl_get_txt .dccia_left {
  justify-content: space-between;
}
.dc_checkin_card .dcc_card .dcc_cont_area .dcca_icon_area a {
  font-size: 14px;
  grid-gap: 6px;
  text-decoration: none;
}
.dc_checkin_card .dcc_card .dcc_cont_area .dcca_icon_area a i {
  font-size: 16px;
  top: 0;
}
.dc_checkin_card .dcc_card .dcc_cont_area .dcca_icon_area .dccia_left {
  display: flex;
  grid-gap: 8px;
  order: 2;
}
.dc_checkin_card .dcc_card .dcc_cont_area .dcca_icon_area .dccia_left a {
  padding: 6px 10px;
  outline: none;
}
.dc_checkin_card .dcc_card .dcc_cont_area .dcca_icon_area .dccia_left a.get_dir_txt {
  box-shadow: none;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.dc_checkin_card .dcc_card .dcc_cont_area .dcca_icon_area .dccia_left a.get_dir_txt span {
  text-decoration: underline;
}
.dc_checkin_card .dcc_card .dcc_cont_area .dcca_icon_area .dccia_right {
  display: flex;
  order: 1;
  grid-gap: 24px;
}
.dc_checkin_card .dcc_card .dcc_cont_area .dcca_icon_area .dccia_right .dcr_warp_txt {
  white-space: nowrap;
}
.dc_checkin_card .dcc_card .dcc_cont_area .blc_sub_list {
  border-top: 1px solid;
  padding: 16px 0;
}
.dc_checkin_card .dcc_card .dcc_cont_area .blc_sub_list:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.dc_checkin_card .dcc_card .dcc_cont_area .blc_sub_list h3 {
  font-size: 16px;
  margin: 0 0 8px;
  text-transform: none;
}
.dc_checkin_card .dcc_card .dcc_cont_area .blc_sub_list ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.dc_checkin_card .dcc_card .dcc_cont_area .blc_sub_list ul li p {
  margin: 0;
  font-size: 14px;
}
.dc_checkin_card .dcc_card .dcc_cont_area .blc_sub_list ul li h5 {
  font-size: 16px;
  margin: 8px 0 0;
  font-family: SFPRODISPLAYBOLD;
}
.dc_checkin_card .dcc_card .dcc_btn_card {
  display: flex;
  overflow: hidden;
  border-radius: 0 0 22px 22px;
}
.dc_checkin_card .dcc_card .dcc_btn_card.blc_btn_card {
  display: grid;
  grid-template-columns: 1fr auto;
}
.dc_checkin_card .dcc_card .dcc_btn_card.blc_btn_card button {
  padding: 0 16px;
  height: 64px;
}
.dc_checkin_card .dcc_card .dcc_btn_card.blc_btn_card button:first-of-type {
  font-size: 14px;
  grid-gap: 8px;
  font-family: SFPRODISPLAYREGULAR;
  text-transform: none;
  flex-direction: column;
}
.dc_checkin_card .dcc_card .dcc_btn_card.blc_btn_card button:first-of-type span {
  font-family: SFPRODISPLAYBOLD;
  font-size: 16px;
}
.dc_checkin_card .dcc_card .dcc_btn_card.blc_btn_card button.utc_detail_view {
  display: flex;
  flex-direction: column;
  grid-gap: 14px;
  height: 130px;
}
.dc_checkin_card .dcc_card .dcc_btn_card.blc_btn_card button.utc_detail_view .usl_tcpc_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 12px 14px;
  width: 100%;
}
.dc_checkin_card .dcc_card .dcc_btn_card.blc_btn_card button.utc_detail_view p.bbc_ptag {
  display: grid;
  grid-template-columns: 50px 1fr;
}
.dc_checkin_card .dcc_card .dcc_btn_card.blc_btn_card button p.bbc_ptag {
  margin: 0;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  grid-gap: 2px;
}
.dc_checkin_card .dcc_card .dcc_btn_card.blc_btn_card button p.bbc_ptag .bpt_sub {
  flex: 0 0 15%;
  font-size: 14px;
  font-family: SFPRODISPLAYREGULAR;
  text-transform: capitalize;
}
.dc_checkin_card .dcc_card .dcc_btn_card.blc_btn_card .bbc_joined {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  font-size: 18px;
  border-top: 2px solid;
  font-family: SFPRODISPLAYMEDIUM;
}
.dc_checkin_card .dcc_card .dcc_btn_card button {
  font-size: 18px;
  font-family: SFPRODISPLAYBOLD;
  border: 0;
  border-top: 2px solid;
  width: 100%;
  height: 56px;
  margin-top: 0;
  border-radius: 0;
  text-transform: uppercase;
}
.dc_checkin_card .dcc_card .dcc_btn_card button.dbc_single_btn {
  font-size: 18px;
}
.dc_checkin_card .dcc_card .dcc_btn_card button.dbc_single_btn.dbc_ticon_btn {
  position: absolute;
  top: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  right: 10px;
}
.dc_checkin_card .dcc_card .dcc_btn_card button.dbc_single_btn.dbc_ticon_btn i {
  font-size: 22px;
}
.dc_checkin_card .dcc_card .dcc_btn_card button i.icon-screen_wright {
  font-size: 28px;
}
.dc_checkin_card .dcc_card .dcc_btn_card button span {
  font-size: 18px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  font-family: SFPRODISPLAYBOLD;
}
.dc_checkin_card .dcc_card .dcc_btn_card button span i {
  font-size: 16px;
}
.dc_checkin_card .dcc_card p.blc_amount {
  margin: 0 0 16px;
  display: flex;
  grid-gap: 8px;
  font-size: 14px;
  align-items: center;
}
.dc_checkin_card .dcc_card p.blc_amount .bla_value {
  font-size: 24px;
  font-family: SFPRODISPLAYMEDIUM;
}
.dc_checkin_card .dcc_card p.blc_sub_txt {
  margin: -12px 0 12px;
  font-size: 16px;
}

.home_range_card .circular-chart {
  width: 124px;
}
.home_range_card .circle-bg {
  stroke-width: 4;
}
.home_range_card .circle {
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}
@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}
.home_range_card .percentage {
  font-size: 4px;
  text-anchor: middle;
}
.home_range_card .val-percentage {
  font-size: 5px;
  font-family: SFPRODISPLAYBOLD;
  text-anchor: middle;
}
.home_range_card .hrc_arrow_tag {
  width: 42px;
  height: 42px;
  text-decoration: none;
  position: absolute;
  top: 12px;
  right: 12px;
}
.home_range_card .hrc_arrow_tag i {
  transform: rotate(-90deg);
  position: relative;
  left: 2px;
}
.home_range_card .hrc_chart_card {
  padding-bottom: 16px;
}
.home_range_card .dcc_cont_area {
  display: grid;
  grid-gap: 16px;
  padding-bottom: 16px;
  grid-template-columns: 1fr 1fr;
}
.home_range_card .dcc_cont_area .hrc_value_card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-gap: 16px;
  padding-right: 40px;
}
.home_range_card .dcc_cont_area .hrc_value_card .hvc_view_card {
  display: grid;
  grid-template-columns: 12px 1fr;
  grid-gap: 6px;
}
.home_range_card .dcc_cont_area .hrc_value_card .hvc_color {
  width: 12px;
  height: 12px;
  border: 1px solid;
  border-radius: 2px;
  position: relative;
  top: 1px;
}
.home_range_card .dcc_cont_area .hrc_value_card h4 {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 6px;
}
.home_range_card .dcc_cont_area .hrc_value_card h4.hvc_ts_txt {
  flex-direction: column;
}
.home_range_card .dcc_cont_area .hrc_value_card h4 .hvc_title {
  font-size: 14px;
  font-family: SFPRODISPLAYREGULAR;
  flex: 0 0 30%;
}
.home_range_card .dcc_cont_area .hrc_value_card h4 .hvc_value {
  font-size: 16px;
  font-family: SFPRODISPLAYBOLD;
}

.ci_popup_txt_area {
  margin: 30px 0 36px;
  padding: 0 16px;
  text-align: center;
}
.ci_popup_txt_area.cpta_sub_card {
  text-align: left;
}
.ci_popup_txt_area.cpta_sub_card .textarea_card span {
  font-family: SFPRODISPLAYMEDIUM;
}
.ci_popup_txt_area .cpta_mh_card {
  min-height: 35vh;
  max-height: 50vh;
  overflow: auto;
}
.ci_popup_txt_area .cpta_mh_card .lcta_tbox span, .ci_popup_txt_area .cpta_mh_card .textarea_card span {
  font-family: SFPRODISPLAYBOLD;
}
.ci_popup_txt_area .cpta_mh_card .multiselect-dropdown .dropdown-btn span {
  text-transform: capitalize;
}
.ci_popup_txt_area .cpta_mh_card .cmc_inner_card {
  border-radius: 16px;
  overflow: hidden;
}
.ci_popup_txt_area .cpta_mh_card .cmc_inner_card h2 {
  padding: 18px;
  font-size: 18px;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
  font-family: SFPRODISPLAYBOLD;
  font-weight: normal;
}
.ci_popup_txt_area .cpta_mh_card .cmc_inner_card .cic_sub_card {
  padding: 18px;
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
}
.ci_popup_txt_area .cpta_mh_card .input_upl_card {
  position: relative;
}
.ci_popup_txt_area .cpta_mh_card .input_upl_card input[type=file] {
  font-size: 0;
  position: relative;
  height: 170px;
  box-shadow: none;
  border: 0;
}
.ci_popup_txt_area .cpta_mh_card .input_upl_card input[type=file]::after {
  content: "";
  position: absolute;
  top: 4%;
  left: 4%;
  background: url('upload_img.svg') no-repeat;
  background-size: 96%;
  width: 94%;
  height: 160px;
  background-position: center;
}
.ci_popup_txt_area .cpta_mh_card .input_upl_card input[type=file]::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.ci_popup_txt_area .cpta_mh_card .input_upl_card .mpec_dlt {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 9;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 20px;
}
.ci_popup_txt_area .cpta_mh_card .input_upl_card img {
  width: 100%;
  object-fit: cover;
  height: 170px;
  border-radius: 24px;
}
.ci_popup_txt_area .cpta_mh_card .dropdown-list ul {
  max-height: 130px !important;
}
.ci_popup_txt_area .add_cust_card .acc_extra_at_card {
  border: 0;
  background-color: transparent;
  padding: 0;
  text-align: left;
}
.ci_popup_txt_area .add_cust_card hr {
  margin: 16px 0;
}
.ci_popup_txt_area .add_cust_card h4 {
  margin-top: 24px;
}
.ci_popup_txt_area .cpta_img {
  margin: -30px 0 30px;
  height: 100px;
}
.ci_popup_txt_area .cpta_img.cpi_sm img {
  height: 130px;
}
.ci_popup_txt_area .cpta_img img {
  height: 130px;
}
.ci_popup_txt_area .tct_icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  font-size: 48px;
}
.ci_popup_txt_area h2 {
  margin: 10px 0 28px;
  font-family: SFPRODISPLAYBOLD;
  font-size: 20px;
  font-weight: normal;
}
.ci_popup_txt_area h3 {
  font-size: 20px;
  margin: 0;
}
.ci_popup_txt_area h4 {
  font-size: 20px;
  margin: 0 0 14px;
  font-family: SFPRODISPLAYBOLD;
  font-weight: normal;
}
.ci_popup_txt_area h6 {
  font-family: SFPRODISPLAYREGULAR;
  font-size: 18px;
  margin: 8px 0 36px;
}
.ci_popup_txt_area p {
  text-align: center;
  font-size: 18px;
}

.popup_inner .ppuc_tbox_grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
  margin-bottom: 24px;
}
.popup_inner .mdc_date_tbox {
  display: grid;
  grid-gap: 16px;
}

.add_cust_card.dot_prog_view_card {
  display: grid;
  grid-gap: 16px;
  margin-bottom: 24px;
}
.add_cust_card.dot_prog_view_card .dpvc_sub_card {
  box-sizing: border-box;
  padding: 16px 16px 32px;
  position: relative;
}
.add_cust_card.dot_prog_view_card .dpvc_sub_card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -16px;
  width: 16px;
  height: 100%;
}
.add_cust_card.dot_prog_view_card .dpvc_sub_card::before {
  content: "";
  position: absolute;
  top: 0;
  right: -16px;
  width: 16px;
  height: 100%;
}
.add_cust_card.dot_prog_view_card h4 {
  text-align: center;
  margin: 0 0 8px;
  font-size: 14px;
}
.add_cust_card.dot_prog_view_card ul.acc_load_prog {
  margin-bottom: 0;
}
.add_cust_card.dot_prog_view_card ul.acc_load_prog li span {
  width: 16px;
  height: 16px;
}
.add_cust_card ul.acc_load_prog {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: 0 auto 44px;
  position: relative;
  height: 16px;
}
.add_cust_card ul.acc_load_prog::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 7px;
  left: 0;
}
.add_cust_card ul.acc_load_prog li {
  position: relative;
}
.add_cust_card ul.acc_load_prog li span {
  width: 12px;
  height: 12px;
  display: block;
  position: relative;
  z-index: 1;
}
.add_cust_card ul.acc_load_prog li span.active {
  width: 16px;
  height: 16px;
}
.add_cust_card ul.acc_load_prog li span.active ~ .alp_show_txt {
  display: block;
}
.add_cust_card ul.acc_load_prog li span.completed {
  width: 16px;
  height: 16px;
}
.add_cust_card ul.acc_load_prog li span.alp_show_txt {
  display: none;
  font-size: 12px;
  border: 0;
  border-radius: 0;
  position: absolute;
  background-color: transparent;
  box-shadow: none;
  text-align: center;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100px;
  text-overflow: ellipsis;
  height: 15px;
}
.add_cust_card .acc_cont_card {
  padding: 0 16px 30px;
  box-sizing: border-box;
}
.add_cust_card .acc_extra_at_card {
  padding: 26px 16px 32px;
  box-sizing: border-box;
  border-top: 2px solid;
}
.add_cust_card .acc_extra_at_card hr {
  width: 100%;
}
.add_cust_card .acc_extra_at_card h4 {
  font-size: 16px;
  margin: 0 0 14px;
  font-family: SFPRODISPLAYBOLD;
  font-weight: normal;
}
.add_cust_card .acc_extra_at_card .aeac_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 16px;
}
.add_cust_card .acc_extra_at_card .aeac_sub_box .term_check_card {
  margin: 12px 0 0;
}
.add_cust_card h3 {
  margin-bottom: 20px;
}
.add_cust_card h3.asc_sub_title {
  margin: 0 0 -10px;
}
.add_cust_card .acc_show_card {
  display: grid;
  grid-gap: 24px;
}
.add_cust_card .acc_show_card.asc_two_colom {
  grid-template-columns: 1fr 1fr;
}
.add_cust_card .acc_show_card .dcb_map {
  height: calc(100vh - 300px);
  overflow: hidden;
}
.add_cust_card .acc_show_card .dcb_map img {
  width: 100%;
  height: 100%;
}
.add_cust_card .acc_show_card .dcb_map capacitor-google-map {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.add_cust_card .acc_show_card .cmc_inner_card {
  border-radius: 16px;
}
.add_cust_card .acc_show_card .cmc_inner_card h2 {
  padding: 18px;
  font-size: 18px;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
  font-family: SFPRODISPLAYBOLD;
  font-weight: normal;
}
.add_cust_card .acc_show_card .cmc_inner_card .cic_sub_card {
  padding: 18px;
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
}
.add_cust_card.acc_map_custom {
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
}
.add_cust_card.acc_map_custom .acmc_tbox_area {
  overflow: auto;
  padding-bottom: 240px;
}

.profile_card .pc_header {
  text-align: center;
  margin: 28px 0 32px;
}
.profile_card .pc_header input[type=file] {
  width: 140px;
  height: 120px;
  border-radius: 0;
  font-size: 0;
  position: relative;
  border: 0;
  box-shadow: none;
  padding: 30px 20px;
}
.profile_card .pc_header input[type=file]::after {
  content: "Choose Your Profile Image";
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  left: 12px;
  top: 0;
  white-space: break-spaces;
  text-align: center;
  line-height: 1.5;
}
.profile_card .pc_header input[type=file]::before {
  content: "+";
  width: 30px;
  height: 30px;
  right: 20px;
  font-size: 28px;
  bottom: 0;
  position: absolute;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding-bottom: 5px;
  box-sizing: border-box;
  z-index: 1;
  padding-left: 2px;
}
.profile_card .pc_header p {
  margin: 0;
}
.profile_card .pc_header p span {
  position: relative;
}
.profile_card .pc_header p img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  border: 2px solid;
  object-fit: cover;
}
.profile_card .pc_header p input[type=file] {
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 0;
  box-shadow: none;
  padding: 0;
}
.profile_card .pc_header p input[type=file]::after {
  content: "+";
  width: 30px;
  height: 30px;
  left: 1px;
  font-size: 28px;
  top: -2px;
  box-shadow: none;
}
.profile_card .pc_header p input[type=file]::before {
  content: none;
}
.profile_card .pc_header h3 {
  font-size: 20px;
  margin: 24px 0 8px;
  font-family: SFPRODISPLAYBOLD;
  font-weight: normal;
}
.profile_card .pc_header h5 {
  margin: 0;
  font-size: 16px;
}
.profile_card .pc_tbox_card {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 12px;
}

.dc_setting ul {
  list-style: none;
  padding: 0 18px;
  margin: 0;
  display: grid;
  grid-gap: 38px;
}
.dc_setting ul li {
  position: relative;
}
.dc_setting ul li:first-child::after {
  content: none;
}
.dc_setting ul li::after {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: -18px;
  content: "";
}
.dc_setting ul li a {
  text-decoration: none;
  font-size: 16px;
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: center;
  grid-gap: 24px;
  text-transform: capitalize;
}
.dc_setting ul li a i {
  font-size: 20px;
}
.dc_setting ul li a i.icon-add_customer, .dc_setting ul li a i.icon-day_end {
  font-size: 26px;
}

.dc_header {
  display: grid;
  grid-template-columns: 56px 1fr 56px;
  grid-gap: 16px;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 16px;
  box-sizing: border-box;
  z-index: 999;
  height: 76px;
}
.dc_header h3 {
  margin: 0;
  font-size: 20px;
  text-align: center;
  font-family: SFPRODISPLAYBOLD;
  text-transform: capitalize;
  font-weight: normal;
}
.dc_header button {
  width: 56px;
  height: 56px;
  font-size: 22px;
  position: relative;
}
.dc_header button i.icon-back_icon {
  font-size: 19px;
}
.dc_header button span {
  position: absolute;
  top: 3px;
  right: 3px;
  font-size: 12px;
  width: 22px;
  height: 22px;
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 50%;
}

.dc_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.dc_footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 16px 16px 0 0;
  grid-gap: 16px;
  padding: 18px;
  box-sizing: border-box;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}
.dc_footer ul li a {
  font-size: 24px;
  text-decoration: none;
  width: 56px;
  height: 56px;
}
.cdk-overlay-container {
  position: relative;
}
.cdk-overlay-container .mat-datepicker-0-backdrop ~ .cdk-overlay-connected-position-bounding-box, .cdk-overlay-container .mat-datepicker-1-backdrop ~ .cdk-overlay-connected-position-bounding-box {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}
.cdk-overlay-container .mat-datepicker-0-backdrop ~ .cdk-overlay-connected-position-bounding-box .cdk-overlay-pane, .cdk-overlay-container .mat-datepicker-1-backdrop ~ .cdk-overlay-connected-position-bounding-box .cdk-overlay-pane {
  position: static;
}

.popupu_card {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}
@media (min-width: 500px) {
  .popupu_card {
    width: 420px;
    margin: 0 auto;
  }
}
.popupu_card.sale_team_pop .stp_inner_card h3 {
  margin: 0;
  font-family: SFPRODISPLAYMEDIUM;
  font-size: 20px;
}
.popupu_card.sale_team_pop .stp_inner_card p {
  margin: 6px 0 10px;
}
.popupu_card.sale_team_pop .stp_inner_card ul.stm_list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  max-height: 60vh;
  overflow: auto;
}
.popupu_card.sale_team_pop .stp_inner_card ul.stm_list li {
  display: inline-flex;
  margin: 0 6px 6px 0;
}
.popupu_card.sale_team_pop .stp_inner_card ul.stm_list li a {
  text-decoration: none;
  border-radius: 12px;
  height: 42px;
  font-size: 16px;
  padding: 10px;
  box-sizing: border-box;
  font-family: SFPRODISPLAYMEDIUM;
  border: 2px solid;
  white-space: nowrap;
}
.popupu_card.sale_team_pop .stp_inner_card ul.stm_view {
  display: grid;
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 60vh;
  overflow: auto;
}
.popupu_card.sale_team_pop .stp_inner_card ul.stm_view li {
  padding: 16px 0;
  display: grid;
  grid-template-columns: 90px 1fr;
  grid-gap: 12px;
  border-top: 2px solid;
}
.popupu_card.sale_team_pop .stp_inner_card ul.stm_view li:first-child {
  border-top: 0;
}
.popupu_card.sale_team_pop .stp_inner_card ul.stm_view li .stic_date {
  text-decoration: none;
  border-radius: 12px;
  height: 42px;
  font-size: 14px;
  padding: 10px;
  box-sizing: border-box;
  font-family: SFPRODISPLAYMEDIUM;
  border: 2px solid;
  white-space: nowrap;
}
.popupu_card.sale_team_pop .stp_inner_card ul.stm_view li .stic_txt h4 {
  font-size: 18px;
  font-family: SFPRODISPLAYMEDIUM;
  margin: 0;
}
.popupu_card.sale_team_pop .stp_inner_card ul.stm_view li .stic_txt h5 {
  margin: 6px 0 0;
  font-size: 14px;
  display: flex;
  grid-gap: 3px;
}
.popupu_card.sale_team_pop .stp_inner_card ul.stm_view li .stic_txt h5 i {
  font-size: 16px;
}
.popupu_card.notifi_pop_card {
  align-items: flex-end;
}
.popupu_card.notifi_pop_card .popup_inner {
  width: 100%;
  padding: 0;
  border-radius: 0;
  border: 0;
  background-color: transparent;
  box-shadow: none;
}
.popupu_card.notifi_pop_card .popup_inner .pc_close_btn {
  top: 14px;
  right: 12px;
}
.popupu_card.notifi_pop_card .popup_inner h2 {
  font-size: 18px;
  padding: 16px;
  margin: 0;
  border-radius: 16px 16px 0 0;
  font-family: SFPRODISPLAYBOLD;
  font-weight: normal;
}
.popupu_card.notifi_pop_card .popup_inner .npc_inner_card {
  max-height: 60vh;
  overflow: auto;
  padding-bottom: 16px;
}
@supports (-webkit-touch-callout: none) {
  .popupu_card.notifi_pop_card .popup_inner .npc_inner_card {
    padding-bottom: 40px;
  }
}
.popupu_card.notifi_pop_card .popup_inner .npc_inner_card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.popupu_card.notifi_pop_card .popup_inner .npc_inner_card ul li {
  display: grid;
  grid-gap: 8px;
  padding: 16px;
  position: relative;
}
.popupu_card.notifi_pop_card .popup_inner .npc_inner_card ul li:first-child {
  border-top: 0;
}
.popupu_card.notifi_pop_card .popup_inner .npc_inner_card ul li a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.popupu_card.notifi_pop_card .popup_inner .npc_inner_card p {
  margin: 0;
}
.popupu_card.notifi_pop_card .popup_inner .npc_inner_card h5 {
  margin: 0;
  font-size: 14px;
  font-family: SFPRODISPLAYREGULAR;
}
.popupu_card.pop_active_card {
  display: flex;
}
.popupu_card.pc_wo_bg {
  align-items: flex-end;
}
.popupu_card.pc_wo_bg .popup_inner {
  border-radius: 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  width: 100%;
  border-radius: 16px 16px 0 0;
  padding-top: 36px;
  max-height: 85vh;
}
.popupu_card.pc_wo_bg .popup_inner .pc_close_btn {
  top: 12px;
  right: 12px;
}
.popupu_card.pc_wo_bg .popup_inner .pwb_div_line {
  height: 1px;
  width: 100%;
  margin: 8px 0 24px;
}
.popupu_card.pc_wo_bg .popup_inner .pwb_div_line:first-of-type {
  display: none;
}
.popupu_card.pc_wo_bg .pwb_inner {
  max-height: 85vh;
  overflow: auto;
  display: grid;
  grid-gap: 12px;
}
.popupu_card.pc_wo_bg .pwb_inner .dc_checkin_card .dcc_card {
  box-shadow: none;
}
.popupu_card#divcheckincheckoutPopup h3 {
  font-size: 20px;
  margin-bottom: 6px;
}
.popupu_card#divcheckincheckoutPopup p {
  font-size: 18px;
  margin: 0 0 16px;
}
.popupu_card#contactPopupCard {
  z-index: 9999999;
}
.popupu_card .popup_inner {
  width: 90%;
  height: auto;
  overflow: auto;
  padding: 16px;
  box-sizing: border-box;
  position: relative;
}
.popupu_card .popup_inner.cust_rej_popup {
  padding: 0;
  width: auto;
  max-width: 90%;
  line-height: 0;
}
.popupu_card .popup_inner.cust_rej_popup .pc_close_btn {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.popupu_card .popup_inner .pc_close_btn {
  position: absolute;
  top: 6px;
  right: 6px;
  text-decoration: none;
  cursor: pointer;
  font-size: 24px;
}
.popupu_card .popup_inner .ppuc_tbox_grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
  margin-bottom: 24px;
}
.popupu_card .popup_inner .ord_rec_title_txt {
  margin: 8px 0 0;
  font-size: 16px;
  font-family: SFPRODISPLAYBOLD;
  text-transform: uppercase;
  text-align: left;
}
.popupu_card .popup_inner .ord_rec_title_txt span {
  display: block;
}
.popupu_card .popup_inner.ord_rec_list_view {
  overflow: hidden;
}
.popupu_card .popup_inner.ord_rec_list_view .orlv_inner {
  max-height: 50vh;
  overflow: auto;
  padding: 24px 0 12px;
}
.popupu_card .popup_inner.ord_rec_list_view .orlv_inner .dsc_accord_card .dac_top_card h4 {
  display: flex;
  font-family: SFPRODISPLAYMEDIUM;
  font-size: 16px !important;
  grid-gap: 8px;
}
.popupu_card .popup_inner.ord_rec_list_view .orlv_inner .dsc_accord_card .dac_top_card h4 span {
  margin: 0;
  font-family: SFPRODISPLAYBOLD;
  font-size: 16px !important;
}
.popupu_card .popup_inner.ord_rec_list_view .orlv_inner .dsc_accord_card .dac_top_card h5 {
  font-size: 12px;
  margin-top: 5px;
}
.popupu_card .popup_inner.ord_rec_list_view .orlv_inner .dsc_accord_card .dac_top_card h5 span {
  font-size: 14px;
  font-family: SFPRODISPLAYMEDIUM;
}
.popupu_card .popup_inner.ord_rec_list_view .orlv_inner .dsc_accord_card .dac_bottom_card {
  border-top: 1px solid;
  padding-bottom: 16px;
}
.popupu_card .popup_inner.ord_rec_list_view .orlv_inner .dsc_accord_card .dac_bottom_card .orlv_view_txt {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
}
.popupu_card .popup_inner.ord_rec_list_view .orlv_inner .dsc_accord_card .dac_bottom_card .orlv_view_txt p {
  margin: 0;
  font-size: 12px;
}
.popupu_card .popup_inner.ord_rec_list_view .orlv_inner .dsc_accord_card .dac_bottom_card .orlv_view_txt p span {
  font-family: SFPRODISPLAYMEDIUM;
}
.popupu_card .popup_inner.ord_rec_list_view .orlv_inner .ori_size_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
  text-align: left;
}
.popupu_card .popup_inner.ord_rec_list_view .orlv_inner .ori_size_list li {
  padding-top: 16px;
  border-top: 1px solid;
}
.popupu_card .popup_inner.ord_rec_list_view .orlv_inner .ori_size_list li:first-child {
  padding-top: 0;
  border-top: 0;
}
.popupu_card .popup_inner.ord_rec_list_view .orlv_inner .ori_size_list li h3 {
  margin: 0;
  font-size: 16px;
  font-family: SFPRODISPLAYMEDIUM;
}
.popupu_card .popup_inner.ord_rec_list_view .orlv_inner .ori_size_list li h3 span {
  font-family: SFPRODISPLAYBOLD;
}
.popupu_card .popup_inner.ord_rec_list_view .orlv_inner .ori_size_list li .osl_txt_view {
  display: flex;
  justify-content: space-between;
  grid-gap: 12px;
  margin-top: 6px;
}
.popupu_card .popup_inner.ord_rec_list_view .orlv_inner .ori_size_list li .osl_txt_view p {
  margin: 0;
  font-size: 14px;
  font-family: SFPRODISPLAYMEDIUM;
}
.popupu_card .popup_inner.ord_rec_list_view .orlv_inner .ori_size_list li .osl_txt_view p span {
  font-size: 12px;
  font-family: SFPRODISPLAYREGULAR;
}
.popupu_card .popup_inner.ord_rec_list_view .orlv_inner .ori_add_list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
  text-align: left;
}
.popupu_card .popup_inner.ord_rec_list_view .orlv_inner .ori_add_list li {
  padding-top: 16px;
  border-top: 1px solid;
}
.popupu_card .popup_inner.ord_rec_list_view .orlv_inner .ori_add_list li:first-child {
  padding-top: 0;
  border-top: 0;
}
.popupu_card .popup_inner.ord_rec_list_view .orlv_inner .ori_add_list li h3 {
  margin: 0 0 12px;
  font-size: 16px;
  font-family: SFPRODISPLAYBOLD;
}
.popupu_card .popup_inner.ord_rec_list_view .orlv_inner .ori_add_list li h3 span {
  display: block;
}
.popupu_card .popup_inner.ord_rec_list_view .orlv_inner .ori_add_list li .oal_value {
  display: grid;
  grid-template-columns: 1fr 70px 100px;
  grid-gap: 10px;
}
.popupu_card .popup_inner.ord_rec_list_view .orlv_inner .ori_add_list li .oal_value span.error_txt {
  font-size: 12px !important;
  bottom: -10px;
}
.popupu_card .popup_inner.ord_rec_list_view .orlv_inner .ori_add_list li .oal_value .lcta_tbox input {
  height: 42px;
  border-radius: 8px;
}
.popupu_card .popup_inner.ord_rec_list_view .orlv_inner .ori_add_list li .lcta_tbox span {
  font-family: SFPRODISPLAYREGULAR;
  font-size: 12px;
}
.popupu_card .popup_inner.ord_rec_list_view .orlv_inner .ori_add_list li .lcta_tbox p {
  font-size: 16px;
  text-align: left;
}
.popupu_card .pci_pad_inner {
  padding: 40px 0 0 !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.popupu_card .pci_pad_inner .ppi_grid_card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0 16px;
}
.popupu_card .pci_pad_inner .ppi_grid_card .pgc_title h2 {
  margin: 0;
}
.popupu_card .pci_pad_inner .ppi_grid_card .pgc_title p {
  margin: 6px 0 0;
}
.popupu_card .pci_pad_inner .ppi_grid_card .dc_checkin_card {
  overflow: auto;
  padding-bottom: 16px;
}
.popupu_card .pci_pad_inner .no_data_card {
  height: auto;
  padding: 30px 0 42px;
}
.popupu_card .pci_pad_inner .pgc_btn button {
  margin: 0;
  font-size: 18px;
  font-family: SFPRODISPLAYBOLD;
  text-transform: uppercase;
  width: 100%;
  height: 58px;
}
.popupu_card .dc_checkin_card h3 {
  margin-top: 0;
}
.popupu_card.ci_popup_card .popup_inner {
  padding: 0;
}
.popupu_card.ci_popup_card .mdc_date_tbox {
  display: grid;
  grid-gap: 16px;
}
.popupu_card.ci_popup_card .mdc_date_tbox .mdt_date {
  position: relative;
}
.popupu_card.ci_popup_card .mdc_date_tbox .mdt_date mat-datepicker-toggle {
  position: absolute;
  top: 3px;
  right: 3px;
}
.popupu_card.ci_popup_card .mdc_date_tbox .lcta_tbox span {
  font-size: 16px;
  font-family: SFPRODISPLAYBOLD;
}
.popupu_card.ci_popup_card .mdc_date_tbox .textarea_card .error_txt {
  bottom: -16px;
}
.popupu_card.ci_popup_card .mdc_date_tbox .error_txt {
  bottom: -12px;
}
.popupu_card.ci_popup_card .ci_popup_txt_area {
  margin: 30px 0 36px;
  padding: 0 16px;
  text-align: center;
}
.popupu_card.ci_popup_card .ci_popup_txt_area.cpta_sub_card {
  text-align: left;
}
.popupu_card.ci_popup_card .ci_popup_txt_area.cpta_sub_card .textarea_card span {
  font-family: SFPRODISPLAYMEDIUM;
}
.popupu_card.ci_popup_card .ci_popup_txt_area .cpta_height_card {
  max-height: 50vh;
  overflow: auto;
}
.popupu_card.ci_popup_card .ci_popup_txt_area .cpta_mh_card {
  min-height: 35vh;
  max-height: 50vh;
  overflow: auto;
}
.popupu_card.ci_popup_card .ci_popup_txt_area .cpta_mh_card .lcta_tbox span, .popupu_card.ci_popup_card .ci_popup_txt_area .cpta_mh_card .textarea_card span {
  font-family: SFPRODISPLAYBOLD;
}
.popupu_card.ci_popup_card .ci_popup_txt_area .cpta_mh_card .multiselect-dropdown .dropdown-btn span {
  text-transform: capitalize;
}
.popupu_card.ci_popup_card .ci_popup_txt_area .cpta_mh_card .cmc_inner_card {
  border-radius: 16px;
  overflow: hidden;
}
.popupu_card.ci_popup_card .ci_popup_txt_area .cpta_mh_card .cmc_inner_card h2 {
  padding: 18px;
  font-size: 18px;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
  font-family: SFPRODISPLAYBOLD;
  font-weight: normal;
}
.popupu_card.ci_popup_card .ci_popup_txt_area .cpta_mh_card .cmc_inner_card .cic_sub_card {
  padding: 18px;
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
}
.popupu_card.ci_popup_card .ci_popup_txt_area .cpta_mh_card .input_upl_card {
  position: relative;
}
.popupu_card.ci_popup_card .ci_popup_txt_area .cpta_mh_card .input_upl_card input[type=file] {
  font-size: 0;
  position: relative;
  height: 170px;
  box-shadow: none;
  border: 0;
}
.popupu_card.ci_popup_card .ci_popup_txt_area .cpta_mh_card .input_upl_card input[type=file]::after {
  content: "";
  position: absolute;
  top: 4%;
  left: 4%;
  background: url('upload_img.svg') no-repeat;
  background-size: 96%;
  width: 94%;
  height: 160px;
  background-position: center;
}
.popupu_card.ci_popup_card .ci_popup_txt_area .cpta_mh_card .input_upl_card input[type=file]::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.popupu_card.ci_popup_card .ci_popup_txt_area .cpta_mh_card .input_upl_card .mpec_dlt {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 9;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 20px;
}
.popupu_card.ci_popup_card .ci_popup_txt_area .cpta_mh_card .input_upl_card img {
  width: 100%;
  object-fit: cover;
  height: 170px;
  border-radius: 24px;
}
.popupu_card.ci_popup_card .ci_popup_txt_area .cpta_mh_card .dropdown-list ul {
  max-height: 130px !important;
}
.popupu_card.ci_popup_card .ci_popup_txt_area .add_cust_card .acc_extra_at_card {
  border: 0;
  background-color: transparent;
  padding: 0;
  text-align: left;
}
.popupu_card.ci_popup_card .ci_popup_txt_area .add_cust_card hr {
  margin: 16px 0;
}
.popupu_card.ci_popup_card .ci_popup_txt_area .add_cust_card h4 {
  margin-top: 24px;
}
.popupu_card.ci_popup_card .ci_popup_txt_area .cpta_img {
  margin: -30px 0 30px;
  height: 100px;
}
.popupu_card.ci_popup_card .ci_popup_txt_area .cpta_img.cpi_sm img {
  height: 130px;
}
.popupu_card.ci_popup_card .ci_popup_txt_area .cpta_img img {
  height: 130px;
}
.popupu_card.ci_popup_card .ci_popup_txt_area .tct_icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  font-size: 48px;
}
.popupu_card.ci_popup_card .ci_popup_txt_area h2 {
  margin: 10px 0 28px;
  font-family: SFPRODISPLAYBOLD;
  font-size: 20px;
  font-weight: normal;
}
.popupu_card.ci_popup_card .ci_popup_txt_area h3 {
  font-size: 20px;
  margin: 0;
}
.popupu_card.ci_popup_card .ci_popup_txt_area h4 {
  font-size: 20px;
  margin: 0 0 14px;
  font-family: SFPRODISPLAYBOLD;
  font-weight: normal;
}
.popupu_card.ci_popup_card .ci_popup_txt_area h6 {
  font-family: SFPRODISPLAYREGULAR;
  font-size: 18px;
  margin: 8px 0 36px;
}
.popupu_card.ci_popup_card .ci_popup_txt_area p {
  text-align: center;
  font-size: 18px;
}
.popupu_card.ci_popup_card .ci_popup_btn_area {
  display: flex;
}
.popupu_card.ci_popup_card .ci_popup_btn_area button, .popupu_card.ci_popup_card .ci_popup_btn_area a {
  font-size: 18px;
  border: 0;
  border-top: 2px solid;
  width: 100%;
  height: 56px;
  margin-top: 0;
  font-family: SFPRODISPLAYBOLD;
  text-decoration: none;
}
.popupu_card.ci_popup_card .ci_popup_btn_area button span, .popupu_card.ci_popup_card .ci_popup_btn_area a span {
  font-size: 18px;
  text-transform: uppercase;
}
.popupu_card.ci_popup_card .ci_popup_btn_area button span i, .popupu_card.ci_popup_card .ci_popup_btn_area a span i {
  font-size: 14px;
}

.calendar_view_card {
  border-bottom: 2px solid;
  box-shadow: inset 0 -13px 14px -10px rgba(0, 0, 0, 0.22);
  padding: 0 16px 16px;
  box-sizing: border-box;
}
.calendar_view_card .cla_title_head {
  display: flex;
  grid-gap: 12px;
  justify-content: space-between;
}
.calendar_view_card .cla_title_head h2 {
  margin: 0;
  font-size: 20px;
  font-family: SFPRODISPLAYBOLD;
  font-weight: normal;
}
.calendar_view_card .cla_title_head header {
  padding-top: 3px;
}
.calendar_view_card .cla_title_head header p {
  margin: 0;
}
.calendar_view_card .cla_title_head header .icons {
  display: flex;
  grid-gap: 6px;
}
.calendar_view_card .cla_title_head header span#prev span {
  border-radius: 6px 0 0 6px;
}
.calendar_view_card .cla_title_head header span#next span {
  border-radius: 0 6px 6px 0;
}
.calendar_view_card .cla_title_head header span span {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
}
.calendar_view_card .cla_title_head header span span i {
  transform: rotate(90deg);
}
.calendar_view_card .calendar {
  padding: 24px 12px;
  box-sizing: border-box;
  margin-top: 24px;
}
.calendar_view_card .calendar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(7, 44px);
  grid-gap: 6px 0;
  justify-content: center;
}
.calendar_view_card .calendar ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.calendar_view_card .calendar ul.weeks {
  margin-bottom: 18px;
}
.calendar_view_card .calendar ul.days li {
  position: relative;
  padding: 0 2px;
  box-sizing: border-box;
}
.calendar_view_card .calendar ul.days li.dfd_first {
  border-radius: 50% 0 0 50%;
}
.calendar_view_card .calendar ul.days li.dfd_last {
  border-radius: 0 50% 50% 0;
}
.calendar_view_card .calendar ul.days li.clstoday .cal_date {
  border-radius: 50%;
}
.calendar_view_card .calendar ul.days li.greyDays .cal_date {
  opacity: 0.35;
}
.calendar_view_card .calendar ul.days li.active_date .cal_date {
  border: 2px solid;
}
.calendar_view_card .calendar ul.days li .cal_star {
  position: absolute;
  top: 4px;
  left: 40%;
}
.calendar_view_card .calendar ul.days li .cal_star svg {
  width: 9px;
  height: 9px;
}
.calendar_view_card .calendar ul.days li .cal_date {
  height: 42px;
  width: 42px;
  border-radius: 50%;
  cursor: pointer;
}
.calendar_view_card .calendar ul.days li .cal_date:empty {
  cursor: default;
}
.calendar_view_card .calendar ul.days li .cal_event_date {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 23px;
  height: 23px;
  font-size: 10px;
  border-radius: 50%;
  padding-bottom: 2px;
  box-sizing: border-box;
  border: 1px solid;
  font-family: SFPRODISPLAYMEDIUM;
  z-index: 9;
}
@supports (-webkit-touch-callout: none) {
  .calendar_view_card .calendar ul.days li .cal_event_date {
    letter-spacing: -1.5px;
    padding-top: 1px;
  }
}
.calendar_view_card .calendar ul.days li .cal_event_date i {
  font-size: 18px;
}
.calendar_view_card .calendar ul.days li .cal_event_date.ced_wild_card {
  width: 41px;
  top: -14px;
  right: 0;
  font-size: 12px;
  border-radius: 12px;
}
.calendar_view_card .calendar ul.days li .cal_event_date.ced_wild_card::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  top: 100%;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 5px solid transparent;
}
.calendar_view_card .calendar ul.days li .cal_dot {
  width: 4px;
  height: 4px;
  position: absolute;
  bottom: 6px;
  left: 51%;
  border-radius: 50%;
  transform: translate(-50%, 0px);
}
.calendar_view_card .calendar ul.days li .cal_dot span {
  display: none;
}

.tooltip {
  position: relative;
}
.tooltip:after {
  content: attr(data-tooltip);
  padding: 10px;
  white-space: nowrap;
  margin-bottom: 11px;
}
.tooltip:before {
  width: 0;
  height: 0;
  content: "";
  margin-bottom: 6px;
}

.tooltip:after, .tooltip:before {
  opacity: 0;
  pointer-events: none;
  bottom: 100%;
  left: 50%;
  position: absolute;
  z-index: 10;
  transform: translate(-50%, 10px);
  transform-origin: top;
  transition: all 0.18s ease-out 0.18s;
}

.tooltip:hover:before,
.tooltip:hover:after {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

[data-tooltip-pos=down]:before {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  margin-top: 2px;
  z-index: 99;
}

[data-tooltip-pos=down]:before,
[data-tooltip-pos=down]:after {
  bottom: auto;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -10px);
}

[data-tooltip-pos=down]:after {
  margin-top: 11px;
  font-size: 14px;
  border-radius: 12px;
}

[data-tooltip-pos=down]:hover:before,
[data-tooltip-pos=down]:hover:after {
  transform: translate(-50%, 0);
}

[data-tooltip-length]:after {
  white-space: normal;
}

[data-tooltip-length=small]:after {
  width: 80px;
}

[data-tooltip-length=medium]:after {
  width: 150px;
}

[data-tooltip-length=large]:after {
  width: 260px;
}

[data-tooltip-length=fit]:after {
  width: 100%;
}

.component--example {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.case__loading {
  position: relative;
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none;
}
.case__loading .big__circle {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 100% !important;
}
.case__loading .big__circle .inner__circle {
  z-index: 2;
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  height: 70%;
  border-radius: 100% !important;
}
.case__loading .big__circle .inner__circle .loader {
  z-index: 1;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 105%;
  height: 105%;
}
.case__loading .big__circle .inner__circle .loader svg {
  width: 100%;
  height: 100%;
}
.case__loading .circular {
  height: 105%;
  width: 105%;
  animation: rotate 4s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: -2.5%;
}
.case__loading .circular .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  animation: dash 3s ease-in-out infinite;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

.pre_loader_bg {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.pre_loader {
  width: 48px;
  height: 48px;
  border: 5px solid;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.toast_card {
  position: fixed;
  left: 50%;
  bottom: 100px;
  transform: translateX(-50%);
  border-radius: 16px;
  padding: 16px;
  box-sizing: border-box;
  z-index: 99999;
  width: 90%;
  font-size: 16px;
  border: 1px solid;
  margin: 0;
}
.toast_card p {
  margin: 0;
}

.toast_sub_card {
  width: 90%;
  padding: 14px;
  border-radius: 16px;
  display: grid;
  grid-template-columns: 52px 1fr;
  grid-gap: 16px;
  position: fixed;
  left: 50%;
  bottom: 80px;
  transform: translateX(-50%);
}
.toast_sub_card img {
  width: 52px;
}
.toast_sub_card .tsc_inner_card h4 {
  margin: 0;
  font-size: 18px;
  font-family: SFPRODISPLAYBOLD;
  font-weight: normal;
}
.toast_sub_card .tsc_inner_card p {
  margin: 4px 0 0;
  font-size: 16px;
}

.no_data_card {
  height: calc(100vh - 160px);
}
.no_data_card.ndc_height_card {
  height: auto;
  padding: 24px 0;
}
.no_data_card .ndc_inner_card {
  text-align: center;
}
.no_data_card .ndc_inner_card img {
  width: 220px;
}
.no_data_card .ndc_inner_card p {
  margin: 22px 0 0;
  font-size: 16px;
}

.mat-mdc-autocomplete-panel {
  margin-top: -10px !important;
}

.mat-calendar-arrow {
  position: relative;
  top: -1px;
}

.mat-mdc-button .mdc-button__label {
  font-family: SFPRODISPLAYMEDIUM;
}
.mat-mdc-button .mdc-button__label span {
  font-family: SFPRODISPLAYMEDIUM !important;
}

.mdc-dialog {
  width: auto !important;
}

.cdk-global-overlay-wrapper .cdk-overlay-pane {
  width: 100% !important;
  height: 100vh !important;
  max-width: 100vw !important;
}

mat-form-field {
  position: relative;
}
mat-form-field mat-datepicker-toggle {
  position: absolute;
  top: 3px;
  right: 4px;
}
.mat-datepicker-popup {
  width: 100% !important;
  padding: 0 5%;
  left: 0;
  margin-top: 6px;
}
@media (min-width: 500px) {
  .mat-datepicker-popup {
    width: 350px !important;
    margin: 6px auto 0;
    padding: 0;
  }
}
.mat-datepicker-popup .mat-datepicker-content {
  width: 100% !important;
}
.mat-datepicker-popup .mat-datepicker-content .mat-calendar-header .mat-calendar-controls {
  margin: 0 !important;
}
.mat-datepicker-popup .mat-datepicker-content ngx-mat-calendar ngx-mat-calendar-header .mat-calendar-header .mat-calendar-controls {
  margin: 0 0 10px !important;
}
.mat-datepicker-popup .mat-datepicker-content ngx-mat-calendar .mat-calendar-content tbody tr td button.mat-calendar-body-disabled .mat-calendar-body-cell-content {
  opacity: 0.5;
}
.mat-datepicker-popup .mat-datepicker-content ngx-mat-calendar .mat-calendar-content tbody tr td.mat-calendar-body-label {
  font-family: SFPRODISPLAYMEDIUM;
}
.mat-datepicker-popup .mat-datepicker-content ngx-mat-calendar .mat-calendar-content tbody tr td .mat-calendar-body-cell-content {
  border-radius: 5px !important;
  border: 0 !important;
  font-size: 18px;
}
.mat-datepicker-popup .mat-datepicker-content ngx-mat-calendar .mat-calendar-content tbody tr td .mat-calendar-body-cell-content.mat-calendar-body-selected.mat-calendar-body-today {
  border: 0 !important;
}
.mat-datepicker-popup .mat-datepicker-content ngx-mat-calendar.mat-calendar {
  width: 100% !important;
  height: auto !important;
}
.mat-datepicker-popup .mat-datepicker-content .mat-calendar {
  width: 100% !important;
}
.mat-datepicker-popup .mat-datepicker-content .mat-datepicker-actions {
  grid-gap: 8px;
}
.mat-datepicker-popup .mat-datepicker-content .mat-datepicker-actions button {
  height: 36px;
  font-family: SFPRODISPLAYMEDIUM;
  padding: 16px;
  box-sizing: border-box;
  border-radius: 6px;
}
.mat-datepicker-popup .mat-datepicker-content .mat-datepicker-actions .clnd_two_btn_card {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 12px;
  width: 100%;
}
.mat-datepicker-popup .mat-datepicker-content .mat-datepicker-actions .clnd_two_btn_card button {
  font-size: 16px;
}
.mat-datepicker-popup .mat-datepicker-content .time-container {
  padding: 8px 0 !important;
}
.mat-datepicker-popup .mat-datepicker-content .time-container ngx-mat-timepicker .mdc-text-field--filled {
  --mdc-filled-text-field-active-indicator-height: 0 !important;
}
.mat-datepicker-popup .mat-datepicker-content .time-container ngx-mat-timepicker .mat-mdc-form-field-bottom-align {
  display: none !important;
}
.mat-datepicker-popup .mat-datepicker-content .time-container ngx-mat-timepicker button.mat-mdc-icon-button {
  border-radius: 4px !important;
  position: relative;
}
.mat-datepicker-popup .mat-datepicker-content .time-container ngx-mat-timepicker button.mat-mdc-icon-button[aria-label="expand_less icon"]::before {
  transform: rotate(180deg);
  top: -1px;
}
.mat-datepicker-popup .mat-datepicker-content .time-container ngx-mat-timepicker button.mat-mdc-icon-button::before {
  content: "\e918";
  position: absolute;
  top: 1px;
  left: 5px;
  font-size: 13px;
  font-family: "icomoon";
}
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-min--moz-device-pixel-ratio: 3), only screen and (-o-min-device-pixel-ratio: 3/1), only screen and (min-device-pixel-ratio: 3) {
  .mat-datepicker-popup .mat-datepicker-content .time-container ngx-mat-timepicker button.mat-mdc-icon-button::before {
    left: 6px !important;
  }
}
.mat-datepicker-popup .mat-datepicker-content .time-container ngx-mat-timepicker button.mat-mdc-icon-button mat-icon {
  display: none !important;
}
.mat-datepicker-popup button.mat-datepicker-close-button {
  width: 90% !important;
  margin: 10px auto 10px !important;
  position: static !important;
  text-transform: capitalize;
}
.mat-datepicker-popup button.mat-datepicker-close-button span {
  position: static !important;
}

::-webkit-scrollbar {
  width: 6px;
  height: 3px;
}
@media (max-width: 980px) {
  ::-webkit-scrollbar {
    display: none;
  }
}

/* Track */
::-webkit-scrollbar-track {
  background: #C3C6CB;
}
@media (max-width: 980px) {
  ::-webkit-scrollbar-track {
    display: none;
  }
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #5B5B5B;
}
@media (max-width: 980px) {
  ::-webkit-scrollbar-thumb {
    display: none;
  }
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}
@media (max-width: 980px) {
  ::-webkit-scrollbar-thumb:hover {
    display: none;
  }
}

.white_boder_color, .toast_card, .pre_loader, .calendar_view_card .calendar ul.days li .cal_event_date, .calendar_view_card .calendar ul.days li.active_date .cal_date, .calendar_view_card, .popupu_card.ci_popup_card .ci_popup_btn_area button, .popupu_card.ci_popup_card .ci_popup_btn_area a, .popupu_card.sale_team_pop .stp_inner_card ul.stm_view li .stic_date, .popupu_card.sale_team_pop .stp_inner_card ul.stm_view li, .popupu_card.sale_team_pop .stp_inner_card ul.stm_list li a, .dc_header button span, .profile_card .pc_header p img, .add_cust_card .acc_extra_at_card, .dc_checkin_card .dcc_card .dcc_btn_card button, .dc_checkin_card .mpv_date_list li a, .dc_checkin_card .dcc_top_search button, .meet_report_card .mrc_view_card .mrc_search_card .msc_filter_btn a, .meet_report_card .mrc_view_card .mrc_search_card.msc_view_card, .cus_det_tab_card .cdtc_sub_btn .add_btn, .divier_card, .dashboard_card h3.asc_sub_title .ast_date_txt .ast_view_txt, .dc_body .dc_slide_card ul.dsc_slide_dot li span, ul.slick-dots li button, .lcta_ab_card button, .btn, .switch__inner::after, .switch__inner, .check-box input[type=checkbox]::after, .icon_tbox span, .icon_tbox, select, .dropdown-btn, .round_shadow, .dc_checkin_card .cust_porf_img_card img, .sticky_btn, .sp_screen_card .spsc_logo, .login_card .lc_tbox_area .tcta_title .tct_icon, .ci_popup_txt_area .tct_icon, .add_cust_card ul.acc_load_prog li span, .popupu_card.ci_popup_card .ci_popup_txt_area .tct_icon {
  border-color: #fff;
}

/** Common Stylesheet  **/
body {
  color: #5B5B5B;
}

app-core.ion-page, app-login.ion-page {
  background-color: #E0E4E7;
}

ul.dec_menu_list {
  background-color: #E0E4E7 !important;
}
ul.dec_menu_list li.active {
  background-color: #ddd;
}
ul.psc_page_list li {
  color: #333;
}
ul.psc_page_list li a {
  color: #333;
}
ul.psc_page_list li a.active {
  color: #fff;
  background-color: #333;
}
ul.psc_page_list li a.ppl_next, ul.psc_page_list li a.ppl_prev {
  background-color: #fff;
  color: rgba(51, 51, 51, 0.5);
}

.right_txt_btn_card a, .center_txt_btn_card a {
  color: #034EA2;
}

.active_shadow, .dc_footer ul li a.active, .meet_report_card .mrc_view_card .mrc_search_card .msc_view_menu a.active, .meet_report_card .mrc_view_card .mrc_search_card .msc_filter_btn a {
  box-shadow: inset 0.2rem 0.2rem 0.5rem #fff, inset -0.2rem -0.2rem 0.5rem rgba(0, 0, 0, 0.1), 0.3rem 0.3rem 0.5rem rgba(0, 0, 0, 0.1), -0.2rem -0.2rem 0.4rem rgba(0, 0, 0, 0.02);
}

.common_shadow, .ci_popup_txt_area .cpta_mh_card .input_upl_card input[type=file]::before, .dsc_accord_card .dac_bottom_card p.dbc_img img, .input_upl_card, ul.dec_menu_list, .shadow_sub_card, input, select, .dropdown-btn, select2 .select2-container--default .select2-selection--single, .switch__1 label, .switch__2 label, .shadow_btn, .login_card .lc_tbox_area .back_btn, textarea, .dashboard_card .dcb_map, .dashboard_card .dcb_timer_card, .dashboard_card .dcb_timer_card .dtc_time_area ul li, .dashboard_card h3.asc_sub_title .ast_remove_btn .btn, .customer_reject_list_card .crlc_card, .dsc_accord_card, .cus_det_tab_card .cdtc_sub_btn .icon_btn, .cus_det_tab_card .cdtc_sub_btn ul.cdsb_year_list, .report_menu_card .rmc_list .rmcl_btn, .meet_report_card .mrc_view_card .mrc_search_card .msc_filter_btn a.active, .meet_report_card .mrc_view_card .mrc_search_card .msc_view_menu a, .dbdata_card .dbc_table_card .dtc_table_view, .msc_range_card, .msc_range_card .mrc_list_card, .msc_range_card .mrc_list_card .mdc_date_tbox .mdt_date mat-form-field, .dtc_edit_card .btn, .dcc_form_card, .dc_checkin_card .frq_boug_card, .dc_checkin_card .dts_list_show ul li a, .dc_checkin_card .dcc_card, .dc_checkin_card .dcc_card .dcc_cont_area .dcca_icon_area .dccia_left a, .home_range_card .hrc_arrow_tag, .add_cust_card .acc_show_card .dcb_map, .profile_card .pc_header input[type=file]::after, .dc_header button, .dc_footer ul, .dc_footer ul li a, .popupu_card .popup_inner, .calendar_view_card .calendar, .toast_sub_card, .mat-datepicker-popup .mat-datepicker-content {
  box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.02), -6px -6px 10px -1px rgba(255, 255, 255, 0.5), inset 6px 6px 30px rgba(0, 0, 0, 0.1), inset -6px -6px 50px rgba(255, 255, 255, 0.8);
  border-color: #fff !important;
}

.round_shadow, .dc_checkin_card .cust_porf_img_card img, .sticky_btn, .sp_screen_card .spsc_logo, .login_card .lc_tbox_area .tcta_title .tct_icon, .ci_popup_txt_area .tct_icon, .add_cust_card ul.acc_load_prog li span, .popupu_card.ci_popup_card .ci_popup_txt_area .tct_icon {
  box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.15), -6px -6px 10px -1px rgba(255, 255, 255, 0.5);
}

.shadow_sub_card {
  background-color: #E0E4E7;
  box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.02), -6px -6px 10px -1px rgba(255, 255, 255, 0.5);
}

input {
  color: #333 !important;
}

select, .dropdown-btn {
  box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.02), -6px -6px 10px -1px rgba(255, 255, 255, 0.5), inset 6px 6px 20px rgba(0, 0, 0, 0.1), inset -6px -6px 20px rgba(255, 255, 255, 0.8);
  color: #5B5B5B !important;
  border-color: #fff !important;
}

.red_color_txt {
  color: #C63728 !important;
}

.error select2 .select2-container--default .select2-selection--single {
  border-color: #C63728 !important;
}

select2 .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #cecece !important;
}
select2 .select2-container--default .select2-selection--single {
  box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.02), -6px -6px 10px -1px rgba(255, 255, 255, 0.5), inset 6px 6px 20px rgba(0, 0, 0, 0.1), inset -6px -6px 20px rgba(255, 255, 255, 0.8) !important;
  color: #5B5B5B !important;
  border: 2px solid #fff !important;
}
select2 .select2-container--default .select2-selection--single .select2-selection__rendered span {
  color: #333 !important;
}
select2 .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: #5B5B5B !important;
}
select2 .select2-container--default .select2-results__option--highlighted {
  background: #eee !important;
  color: #000 !important;
}
select2 .select2-dropdown {
  box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.02), -6px -6px 10px -1px rgba(255, 255, 255, 0.5), inset 6px 6px 30px rgba(0, 0, 0, 0.1), inset -6px -6px 50px rgba(255, 255, 255, 0.8);
  background-color: #E0E4E7 !important;
  border-color: #fff !important;
}

.dropdown-btn {
  /* span {
      color: $txt_color !important;

      &.selected-item {
          border-color: $orange_color !important;
          background: $orange_color !important;

          span {
              color: $white_color !important;
          }
      }
  }*/
}
.dropdown-btn span.selected-item {
  border-color: #fff !important;
  background-color: #fff !important;
}
.dropdown-btn span.selected-item span {
  color: #333 !important;
  top: 0;
  line-height: 1;
}
.dropdown-btn span.selected-item a {
  background-color: #333 !important;
}
.dropdown-btn .dropdown-multiselect__caret::before {
  color: #5B5B5B !important;
}

ng-multiselect-dropdown:not(.ddb_lst_add_card) ul li:last-child div {
  color: #034EA2 !important;
}
ng-multiselect-dropdown:not(.ddb_lst_add_card) ul li:last-child div::after {
  color: #034EA2;
}
ng-multiselect-dropdown .dropdown-list {
  box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.02), -6px -6px 10px -1px rgba(255, 255, 255, 0.5), inset 6px 6px 20px rgba(0, 0, 0, 0.1), inset -6px -6px 20px rgba(255, 255, 255, 0.8);
  background-color: #E0E4E7 !important;
  border-color: #fff !important;
}

.stock_multiselect .dropdown-list ul li:last-child div {
  color: #333 !important;
}

.icon_tbox span {
  background-color: #F6931E;
  color: #fff;
}

.check-box.cb_center input[type=checkbox] {
  background-color: #E9EBEF !important;
}
.check-box.cb_center input[type=checkbox]::before {
  content: none;
}
.check-box.cb_center input[type=checkbox]::after {
  background-color: #034EA2;
}
.check-box input[type=checkbox] {
  background: #ccc;
  background-color: #f8bbb4 !important;
}
.check-box input[type=checkbox]:checked {
  background-color: #B9ECD3 !important;
}
.check-box input[type=checkbox]:checked::after {
  border: 2px solid #fff;
  background-color: #26C177;
}
.check-box input[type=checkbox]:checked::before {
  color: #26C177;
}
.check-box input[type=checkbox]::before {
  color: #C63728;
}
.check-box input[type=checkbox]::after {
  background-color: #C63728;
  color: #fff;
}

.switch__1 label::after, .switch__2 label::after {
  background: #F6931E;
}

.switch .switch1:checked ~ .switch__inner {
  background-color: #f8bbb4;
}
.switch .switch1:checked ~ .switch__inner::after {
  background-color: #C63728;
}
.switch .switch1:checked ~ .switch__inner::before {
  color: #C63728;
}
.switch .switch3:checked ~ .switch__inner {
  background-color: #B9ECD3;
}
.switch .switch3:checked ~ .switch__inner::before {
  color: #26C177;
}
.switch .switch3:checked ~ .switch__inner::after {
  background-color: #26C177;
}
.switch__inner {
  background-color: #E9EBEF;
}
.switch__inner::before {
  color: rgba(0, 0, 0, 0.5);
}
.switch__inner::after {
  color: #fff;
  background-color: #034EA2;
}

.checkbox__1 label, .checkbox__2 label {
  box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.02), -6px -6px 10px -1px rgba(255, 255, 255, 0.5), inset 6px 6px 30px rgba(0, 0, 0, 0.1), inset -6px -6px 50px rgba(255, 255, 255, 0.8);
}
.checkbox__1 label:hover i, .checkbox__2 label:hover i {
  color: #6d5dfc;
}
.checkbox__1 label i, .checkbox__2 label i {
  color: #9baacf;
}
.checkbox__1 input:checked ~ label, .checkbox__2 input:checked ~ label {
  box-shadow: inset 0.2rem 0.2rem 0.5rem rgba(0, 0, 0, 0.1), inset -0.2rem -0.2rem 0.5rem #fff;
}
.checkbox__1 input:checked ~ label i, .checkbox__2 input:checked ~ label i {
  color: #6d5dfc;
}

.radio__1 input:checked ~ label, .radio__2 input:checked ~ label {
  box-shadow: inset 0.2rem 0.2rem 0.5rem rgba(0, 0, 0, 0.1), inset -0.2rem -0.2rem 0.5rem #fff;
}
.radio__1 input:checked ~ label::after, .radio__2 input:checked ~ label::after {
  background: #6d5dfc;
}
.radio__1 label, .radio__2 label {
  box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.02), -6px -6px 10px -1px rgba(255, 255, 255, 0.5), inset 6px 6px 30px rgba(0, 0, 0, 0.1), inset -6px -6px 50px rgba(255, 255, 255, 0.8);
}
.radio__1 label:hover::after, .radio__2 label:hover::after {
  background: #6d5dfc;
}
.radio__1 label::after, .radio__2 label::after {
  background: #9baacf;
}

.btn {
  background-color: #034EA2;
  color: #fff;
}
.btn.green_btn {
  background-color: #26C177;
}
.btn.green_blue_btn {
  background-color: #26C177;
}
.btn.dta_checked {
  background-color: #C63728;
}
.btn.orange_btn {
  background-color: #F6931E;
}

.mandatory_txt {
  color: #C63728;
}

.fixed_two_btn .fixed_btn {
  background-color: #034EA2;
  color: #fff;
}
.fixed_two_btn .fixed_btn:first-of-type {
  background-color: #F6931E;
}
.fixed_two_btn .fixed_btn.ftb_blue_btn {
  background-color: #034EA2;
}

.fixed_btn {
  background-color: #034EA2;
  color: #fff;
}

.sticky_btn {
  background-color: #F6931E;
  color: #fff;
}

.sp_screen_card .spsc_logo {
  background-color: #E0E4E7;
}

.login_card h2 {
  color: #034EA2;
}
.login_card h6 {
  color: #034EA2;
}
.login_card h6 a {
  color: #034EA2;
}
.login_card h5 a {
  color: #5B5B5B;
}
.login_card .lc_btn_area .log_bar {
  box-shadow: 7px 7px 14px #4b636d, -7px -7px 14px #b3ebff;
}
.login_card .lc_btn_area .log_bar p {
  color: #507686;
}
.login_card .lc_btn_area .log_bar .log_progress {
  background-color: #97d7f2;
}
.login_card .lc_tbox_area .tcta_title .tct_icon {
  background-color: #F6931E;
  color: #fff;
}
.login_card .lc_tbox_area .back_btn {
  background-color: #E0E4E7;
  color: #5B5B5B;
}

.radio_card .rc_view_txt .rvt_inner {
  background-color: #fff;
  box-shadow: 0 0 5px #ddd;
}
.radio_card .rc_view_txt .rvt_txt {
  color: #333;
}
.radio_card .rc_view_txt .rvt_close {
  background-color: #333;
  color: #fff;
}

.textarea_card h6 {
  color: #5B5B5B;
}
.textarea_card span span {
  color: #C63728 !important;
}
.textarea_card.error span.error_txt {
  color: #C63728;
}
.textarea_card.error textarea {
  border-color: #C63728 !important;
}

.input_upl_card {
  position: relative;
}
.input_upl_card input[type=file]::before {
  background-color: #E0E4E7;
}
.input_upl_card ul.dca_icon_list li {
  border-top: 1px solid #C3C6CB;
}
.input_upl_card ul.dca_icon_list li a.dil_close {
  color: #818283;
}

textarea {
  color: #333;
}

input[type=radio]:checked::after {
  background-color: #F6931E;
}
input[type=checkbox]:checked::after {
  border-color: #F6931E;
}

.lcta_ab_card button {
  background-color: #F6931E;
  color: #fff;
}

span.error_txt {
  color: #C63728 !important;
}

.error input, .error select, .error .dropdown-btn {
  border-color: #C63728 !important;
}

.lcta_tbox span.tct_blue_txt {
  color: #034EA2;
}
.lcta_tbox span span {
  color: #C63728 !important;
}
.lcta_tbox span.dropdown-btn span {
  color: #5B5B5B !important;
}
.lcta_tbox .tct_vye_tbox input {
  border: 2px solid #fff !important;
}

ul.slick-dots li.slick-active button {
  background-color: #034EA2;
}
ul.slick-dots li button {
  background-color: #E0E4E7;
  box-shadow: 0 0 6px #ccc;
}

.dc_body .dc_slide_card ul.dsc_slide_dot li span {
  background-color: #E0E4E7;
  box-shadow: 0 0 6px #ccc;
}
.dc_body .dc_slide_card ul.dsc_slide_dot li span.dsc_active {
  background-color: #034EA2;
}

.dashboard_card.dc_fixed {
  background-color: #E0E4E7;
}
.dashboard_card .dcb_timer_card .dtc_time_area ul {
  display: grid;
  grid-template-columns: 48px 48px 48px;
  grid-gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dashboard_card .dcb_timer_card .dtc_time_area ul li {
  background-color: #333;
  color: #fff;
}
.dashboard_card .dcb_timer_card .dtc_time_area ul li::after {
  color: #333;
}
.dashboard_card .dcb_timer_card .btn {
  background-color: #26C177;
}
.dashboard_card .dcb_timer_card .btn.dta_checked {
  background-color: #C63728;
}
.dashboard_card h3 {
  color: #034EA2;
}
.dashboard_card h3.sub_title {
  color: #333;
}
.dashboard_card h3.asc_sub_title .ast_date_txt {
  color: #333;
}
.dashboard_card h3.asc_sub_title .ast_date_txt.adt_today .adt_inner_card {
  background-color: #034EA2;
  color: #fff;
}
.dashboard_card h3.asc_sub_title .ast_date_txt.adt_today .atc_dot {
  background-color: #fff;
}
.dashboard_card h3.asc_sub_title .ast_date_txt .ast_view_txt {
  background-color: #EF4255;
  color: #fff;
}
.dashboard_card h3.asc_sub_title .ast_date_txt .atc_dot {
  background-color: #034EA2;
}
.dashboard_card h3.asc_sub_title .ast_remove_btn .btn {
  color: #333;
}
.dashboard_card h3.asc_sub_title .my_plan_title .btn {
  background-color: #F6931E;
  color: #fff;
}
.dashboard_card h3 .dcht_sub_title {
  color: #000;
}
.dashboard_card h5.dcht_sub_title {
  color: #000;
}

.customer_reject_top_title_card .btn {
  background-color: #F6931E;
}

.customer_reject_list_card .crlc_card .crlc_label {
  color: #fff;
}
.customer_reject_list_card .crlc_card p {
  color: #034EA2;
}
.customer_reject_list_card .crlc_card p span {
  color: #333;
}
.customer_reject_list_card .crlc_card ul li img {
  border: 2px solid #fff;
}

.dsc_accord_card.mp_blue_bg .dac_top_card {
  background-color: #CADBED;
}
.dsc_accord_card .dac_top_card {
  background-color: #E0E4E7;
}
.dsc_accord_card .dac_top_card .dtc_left.dl_sh_view h4 {
  color: #034EA2;
}
.dsc_accord_card .dac_top_card .dtc_left.dl_sh_view h5 .dsv_price {
  color: #333;
}
.dsc_accord_card .dac_top_card .dtc_order_txt {
  color: #333;
}
.dsc_accord_card .dac_top_card h4 {
  color: #333;
}
.dsc_accord_card .dac_top_card h4 span {
  color: #F6931E;
}
.dsc_accord_card .dac_top_card h5 {
  color: #5B5B5B;
}
.dsc_accord_card .dac_top_card a.dtc_right {
  color: #fff;
  background-color: rgba(91, 91, 91, 0.4);
}
.dsc_accord_card p.dac_cv_txt {
  color: #5B5B5B;
}
.dsc_accord_card p.dac_cv_txt span.dbc_sub_title {
  color: #333;
}
.dsc_accord_card .dac_bottom_card.dbc_padd_card .bdc_head_txt {
  color: #333;
}
.dsc_accord_card .dac_bottom_card.dbc_padd_card .bdc_p_txt {
  color: #5B5B5B;
}
.dsc_accord_card .dac_bottom_card.dbc_padd_card .dbc_sh_txt {
  color: #333;
}
.dsc_accord_card .dac_bottom_card.dbc_padd_card .dpc_button_card {
  border-color: #fff;
}
.dsc_accord_card .dac_bottom_card hr {
  background-color: #cecece;
}
.dsc_accord_card .dac_bottom_card p {
  color: #333;
}
.dsc_accord_card .dac_bottom_card .dbc_sub_title {
  color: #034EA2;
}

.cus_det_tab_card .cdtc_top_btn button {
  background-color: rgba(91, 91, 91, 0.2);
  color: rgba(91, 91, 91, 0.7);
}
.cus_det_tab_card .cdtc_top_btn button.active {
  background-color: #034EA2;
  color: #fff;
}
.cus_det_tab_card hr {
  background-color: #034EA2;
}
.cus_det_tab_card .cdtc_sub_btn .add_btn {
  background-color: #F6931E;
  color: #fff;
}
.cus_det_tab_card .cdtc_sub_btn .icon_btn {
  background-color: #E0E4E7;
  color: #5B5B5B;
}
.cus_det_tab_card .cdtc_sub_btn ul.cdsb_year_list {
  background-color: #E0E4E7;
}
.cus_det_tab_card .cdtc_sub_btn ul.cdsb_year_list li a {
  color: #333;
}
.cus_det_tab_card .cdtc_contain_box .dc_checkin_card .dcc_card .dcc_cont_area .dtc_edit_card h4 {
  color: #333;
}
.cus_det_tab_card h3 {
  color: #034EA2;
}
.cus_det_tab_card h3.cdtc_title.cdt_date_title span.cdt_txt {
  color: #333;
}
.cus_det_tab_card h3.cdtc_title.cdt_date_title span.cdt_arrow a {
  color: #5B5B5B;
}
.cus_det_tab_card h3.cdtc_title .cdt_tit_no {
  background-color: #26C177;
  color: #fff;
  border: 1px solid #fff;
}
.cus_det_tab_card h3.cdtc_title .cdt_tit_tag {
  background-color: #E0E4E7;
  color: #333;
  border: 1px solid #fff;
}

.beats_list_card {
  border-color: #fff;
}

.report_menu_card .rmc_list .rmcl_btn {
  box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.15), -6px -6px 10px -1px rgba(255, 255, 255, 0.5);
}
.report_menu_card .rmc_list .rmcl_btn a {
  color: #F6931E;
}
.report_menu_card .rmc_list .rmcl_btn a p {
  color: #333;
}

.meet_report_card .mrc_view_card .mrc_search_card .msc_filter_btn a {
  color: #5B5B5B;
}
.meet_report_card .mrc_view_card .mrc_search_card .msc_view_menu a {
  color: #5B5B5B;
}
.meet_report_card .mrc_view_card .mrc_search_card .msc_view_menu a.normal_atag {
  color: #034EA2;
}
.meet_report_card .mrc_view_card .mrc_search_card .msc_view_menu a.btn {
  background-color: #F6931E;
  color: #fff;
}
.meet_report_card .mrc_view_card .mrc_search_card .dsc_accord_card .dac_top_card {
  background-color: #034EA2;
  color: #fff;
}
.meet_report_card .mrc_view_card .mrc_search_card .dsc_accord_card .dac_top_card .dtc_left h4 {
  color: #fff;
}
.meet_report_card .mrc_view_card .mrc_search_card .dsc_accord_card .dac_bottom_card hr {
  background-color: rgba(0, 0, 0, 0.5);
}
.meet_report_card .mrc_view_card .mrc_search_card .dsc_accord_card .dac_bottom_card .dbc_table table th, .meet_report_card .mrc_view_card .mrc_search_card .dsc_accord_card .dac_bottom_card .dbc_table table td {
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.meet_report_card .mrc_view_card .mrc_search_card .dsc_accord_card .dac_bottom_card .dbc_table table td {
  color: #333;
}
.meet_report_card .mrc_view_card .mrc_search_card .dsc_accord_card .dac_bottom_card .dbc_table table thead {
  background-color: #333;
  color: #fff;
}
.meet_report_card .mrc_view_card .mrc_search_card .dsc_accord_card .dac_bottom_card .dbc_table table .row_active {
  background-color: #CADBED;
}
.meet_report_card .mrc_view_card .mrc_search_card .dsc_accord_card .dac_bottom_card .dtc_grid p {
  color: #034EA2;
}
.meet_report_card .mrc_view_card .mrc_search_card .dsc_accord_card .dac_bottom_card .dtc_grid h5 {
  color: #333;
}
.meet_report_card .mrc_view_card .mrc_search_card .dsc_accord_card .dac_bottom_card .dbc_active {
  background-color: #CADBED;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mrt_title h2 {
  color: #fff;
  background-color: #034EA2;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mrt_title h2:first-of-type {
  border-color: #fff;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mrt_body, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mtr_footer {
  border-color: rgba(51, 51, 51, 0.75);
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mrt_body .mrtb_title, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mrt_body .mrtb_detail, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mrt_body .mrtb_footer, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mtr_footer .mrtb_title, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mtr_footer .mrtb_detail, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mtr_footer .mrtb_footer {
  color: #333;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mrt_body .mrtb_title p, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mrt_body .mrtb_title h3, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mrt_body .mrtb_title h4, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mrt_body .mrtb_detail p, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mrt_body .mrtb_detail h3, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mrt_body .mrtb_detail h4, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mrt_body .mrtb_footer p, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mrt_body .mrtb_footer h3, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mrt_body .mrtb_footer h4, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mtr_footer .mrtb_title p, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mtr_footer .mrtb_title h3, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mtr_footer .mrtb_title h4, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mtr_footer .mrtb_detail p, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mtr_footer .mrtb_detail h3, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mtr_footer .mrtb_detail h4, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mtr_footer .mrtb_footer p, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mtr_footer .mrtb_footer h3, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mtr_footer .mrtb_footer h4 {
  border-color: #C3C6CB;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mrt_body .mrtb_footer, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mtr_footer .mrtb_footer {
  background-color: #DADADA;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mrt_body .mrtb_title, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mtr_footer .mrtb_title {
  background-color: #333;
  color: #fff;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mrt_body .mrtb_title h3, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mtr_footer .mrtb_title h3 {
  color: #fff;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mrt_body .mrtb_title p, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mrt_body .mrtb_title h4, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mtr_footer .mrtb_title p, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mtr_footer .mrtb_title h4 {
  color: #333;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mtr_footer {
  background-color: #CADBED;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mtr_footer .mrtb_footer {
  background-color: #CADBED;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mtr_footer p, .meet_report_card .mrc_view_card .mrc_search_card .mot_report_table .mtr_footer h3 {
  color: #333;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table table.mrt_title_table thead tr th {
  border-color: #eee;
  background-color: #034EA2;
  color: #fff;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table table.mrt_title_table tbody {
  color: #333;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table table.mrt_title_table tbody tr.mrt_sub_title {
  background-color: #333;
  color: #fff;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table table.mrt_title_table tbody tr.mrt_sub_title td {
  border-color: #C3C6CB;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table table.mrt_title_table tbody tr.mrt_sub_footer {
  background-color: #DADADA;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table table.mrt_title_table tbody tr.mrt_sub_footer td {
  border-color: #C3C6CB;
  border-bottom-color: rgba(51, 51, 51, 0.75);
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table table.mrt_title_table tbody tr td {
  border-color: #C3C6CB;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table table.mrt_title_table .mrt_drkline {
  border-right-color: rgba(51, 51, 51, 0.75) !important;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table table.mrt_title_table tfoot td {
  background-color: #CADBED;
  color: #333;
  border-color: #C3C6CB;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table table.mrt_title_table tfoot .mtt_footer_table td {
  border-color: #C3C6CB !important;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table table.mtt_sub_table thead tr th {
  background-color: #333;
  color: #fff;
  border-color: #C3C6CB;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table table.mtt_sub_table tbody {
  color: #333;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table table.mtt_sub_table tbody tr td {
  border-color: #C3C6CB;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table table.mtt_sub_table tbody tr td:first-child {
  border-color: #C3C6CB;
}
.meet_report_card .mrc_view_card .mrc_search_card .mot_report_table table.mtt_sub_table tbody tr td.sub_footer {
  background-color: #DADADA;
  color: #333;
}
.meet_report_card .mrc_view_card .mrc_menu_card .mmc_menu_list {
  background-color: #C5CACF;
}
.meet_report_card .mrc_view_card .mrc_menu_card .lcta_tbox .lct_slt {
  background-color: #333 !important;
  box-shadow: 0 0 15px #fff;
}
.meet_report_card .mrc_view_card .mrc_menu_card .lcta_tbox .lct_slt::after {
  color: #fff;
}
.meet_report_card .mrc_view_card .mrc_menu_card .lcta_tbox .lct_slt select {
  color: #fff !important;
}
.meet_report_card .mrc_view_card .mrc_menu_card .lcta_tbox .lct_slt select option {
  background-color: #fff;
  color: #333;
}

.msc_range_card .mrc_list_card {
  background-color: #E0E4E7;
}
.msc_range_card .mrc_list_card ul {
  color: #333;
}
.msc_range_card .mrc_list_card ul li.active {
  background-color: #034EA2;
  color: #fff;
}
.msc_range_card .mrc_list_card ul li a {
  color: #333;
}
.msc_range_card .mrc_list_card ul li.mlc_plchol_txt {
  color: rgba(91, 91, 91, 0.8);
}
.msc_range_card .mrc_list_card hr {
  background-color: #C3C6CB;
}

.dbdata_card h5 {
  color: #333;
}
.dbdata_card .dbc_table_card .dtc_table_view.dtv_dl_view p {
  color: rgba(91, 91, 91, 0.6);
}
.dbdata_card .dbc_table_card .dtc_table_view.dtv_dl_view a {
  color: #5B5B5B;
}
.dbdata_card .dbc_table_card .dtc_table_view table th, .dbdata_card .dbc_table_card .dtc_table_view table td {
  border-color: #C3C6CB;
}
.dbdata_card .dbc_table_card .dtc_table_view table td {
  color: #333;
}
.dbdata_card .dbc_table_card .dtc_table_view table th {
  background-color: #333;
  color: #E0E4E7;
}
.dbdata_card .dbc_table_card .dtc_table_view table tfoot td {
  background-color: #CADBED;
  color: #333;
}

.addr_img_view ul.dca_icon_list li img {
  border-color: #fff;
}
.addr_img_view ul.dca_icon_list li span {
  color: #fff;
  background-color: #000;
  border-color: #fff;
}

.dtc_edit_card.dec_flex_card .dfc_qlty_view a {
  color: #034EA2;
}
.dtc_edit_card .btn {
  background-color: #E0E4E7;
  color: #5B5B5B;
}
.dtc_edit_card .cdcb_price_txt {
  color: #5B5B5B !important;
}
.dtc_edit_card .cdcb_price_txt span {
  color: #333 !important;
}
.dtc_edit_card .dec_view_card h3 {
  color: #333;
}
.dtc_edit_card .dec_view_card p a {
  color: #034EA2;
}
.dtc_edit_card .dec_view_card p.dvc_sub_txt {
  color: #5B5B5B !important;
}
.dtc_edit_card .dec_no_txt {
  background-color: #26C177;
  color: #fff;
  border: 1px solid #fff;
}
.dtc_edit_card h5 {
  color: #333;
}

.dcc_title_card h2 {
  color: #333;
}
.dcc_title_card p {
  color: #5B5B5B;
}

.dcc_form_card.dfc_chart_view p {
  color: #5B5B5B;
}
.dcc_form_card.dfc_chart_view p .dbc_sub_title {
  color: #333;
}
.dcc_form_card.dfc_chart_view p.dfc_trip_title {
  color: #333;
}
.dcc_form_card .dfc_trip_title {
  color: #034EA2;
}
.dcc_form_card .dcfc_sub_tit_card h3 {
  color: #5B5B5B;
}

.dc_checkin_card .frq_boug_card {
  background-color: #E0E4E7;
}
.dc_checkin_card .frq_boug_card .fbc_img {
  border-color: #fff;
}
.dc_checkin_card .frq_boug_card h4 {
  color: #333;
}
.dc_checkin_card .frq_boug_card h4 span {
  color: #5B5B5B;
}
.dc_checkin_card .frq_boug_card .fbc_view_card.fiv_dlt .fid_qlt_view .lcta_tbox span {
  color: #333;
}
.dc_checkin_card .frq_boug_card .fbc_view_card.fiv_dlt a {
  background-color: #000;
  color: #fff;
}
.dc_checkin_card .frq_boug_card .fbc_view_card h5 {
  color: #333;
}
.dc_checkin_card .dts_list_card li {
  background-color: #333;
  color: #fff;
  border-color: #fff;
}
.dc_checkin_card .dcc_top_search button {
  background-color: #F6931E;
  color: #fff;
}
.dc_checkin_card .mpv_date_list li a {
  background-color: #333;
  color: #fff;
}
.dc_checkin_card .dts_list_show h4 {
  color: #333;
}
.dc_checkin_card .dts_list_show ul li a {
  color: #5B5B5B;
}
.dc_checkin_card .dts_list_show ul li a.active {
  color: #fff;
  background-color: #F6931E;
}
.dc_checkin_card .dts_list_show hr {
  background-color: #C3C6CB;
}
.dc_checkin_card .dts_list_show .dls_view_txt {
  color: #034EA2;
}
.dc_checkin_card .dcc_card {
  background-color: #E0E4E7;
  box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.02), -6px -6px 10px -1px rgba(255, 255, 255, 0.5);
}
.dc_checkin_card .dcc_card.mp_blue_bg {
  background-color: #CADBED;
}
.dc_checkin_card .dcc_card.mp_orange_bg {
  background-color: #FDE9D2;
}
.dc_checkin_card .dcc_card.dc_white_bg {
  background-color: #fff;
}
.dc_checkin_card .dcc_card .dc_close {
  background-color: #000;
  color: #fff;
}
.dc_checkin_card .dcc_card .dcc_cont_area hr {
  background-color: #cecece;
}
.dc_checkin_card .dcc_card .dcc_cont_area h2 {
  color: #333;
}
.dc_checkin_card .dcc_card .dcc_cont_area h2.plana_dca_title .pdt_title_txt .ptt_icon {
  color: #32a8ff;
}
.dc_checkin_card .dcc_card .dcc_cont_area h2.plana_dca_title .pdt_title_txt .ptt_icon.pti_unverifi {
  color: #e94335;
}
.dc_checkin_card .dcc_card .dcc_cont_area h2.plana_dca_title .pdt_title_txt .ptt_notifi {
  background-color: #034EA2;
  color: #fff;
}
.dc_checkin_card .dcc_card .dcc_cont_area h2.plana_dca_title .pdt_title_txt .ptt_notifi.pdti_red {
  background-color: #C63728;
}
.dc_checkin_card .dcc_card .dcc_cont_area h2.plana_dca_title .pdt_title_txt .ptt_notifi.pdti_green {
  background-color: #26C177;
}
.dc_checkin_card .dcc_card .dcc_cont_area h2.plana_dca_title .pdt_icon a {
  background-color: #034EA2;
  color: #fff;
}
.dc_checkin_card .dcc_card .dcc_cont_area h2.plana_dca_title .pdt_icon a.pdti_success {
  background-color: #26C177;
}
.dc_checkin_card .dcc_card .dcc_cont_area .dca_verifi_card {
  color: #5B5B5B;
}
.dc_checkin_card .dcc_card .dcc_cont_area .dca_verifi_card i {
  color: #A2A3A5;
}
.dc_checkin_card .dcc_card .dcc_cont_area .dca_verifi_card i.icon-verifi {
  color: #26C177;
}
.dc_checkin_card .dcc_card .dcc_cont_area .dca_verifi_card a {
  color: #034EA2;
}
.dc_checkin_card .dcc_card .dcc_cont_area h6 {
  color: #F6931E;
}
.dc_checkin_card .dcc_card .dcc_cont_area p {
  color: #333;
}
.dc_checkin_card .dcc_card .dcc_cont_area p.date_time_txt {
  color: #5B5B5B;
}
.dc_checkin_card .dcc_card .dcc_cont_area .dcca_icon_card i {
  color: #5B5B5B;
}
.dc_checkin_card .dcc_card .dcc_cont_area .dcca_icon_area a {
  color: #5B5B5B;
}
.dc_checkin_card .dcc_card .dcc_cont_area .dcca_icon_area a.get_dir_txt {
  color: #034EA2;
}
.dc_checkin_card .dcc_card .dcc_cont_area .dcca_icon_area a i.icon-digipin {
  color: #eb372b;
}
.dc_checkin_card .dcc_card .dcc_cont_area .blc_sub_list {
  border-color: #C3C6CB;
}
.dc_checkin_card .dcc_card .dcc_cont_area .blc_sub_list ul li p {
  color: #5B5B5B;
}
.dc_checkin_card .dcc_card .dcc_cont_area .blc_sub_list ul li h5 {
  color: #333;
}
.dc_checkin_card .dcc_card .dcc_btn_card.mp_comp_btn button {
  background-color: #fff;
  color: #333;
}
.dc_checkin_card .dcc_card .dcc_btn_card.bl_comp_btn button {
  background-color: #034EA2;
  color: #fff;
}
.dc_checkin_card .dcc_card .dcc_btn_card.blc_btn_card.bbc_red_bg button {
  color: #333;
  background-color: #f8bbb4;
}
.dc_checkin_card .dcc_card .dcc_btn_card.blc_btn_card button {
  background-color: #CADBED;
  color: #034EA2;
}
.dc_checkin_card .dcc_card .dcc_btn_card.blc_btn_card button:nth-child(2) {
  background-color: #034EA2;
  color: #fff;
}
.dc_checkin_card .dcc_card .dcc_btn_card.blc_btn_card .bbc_joined {
  background-color: #CADBED;
  border-color: #fff;
  color: #333;
}
.dc_checkin_card .dcc_card .dcc_btn_card button {
  background-color: #F6931E;
  color: #fff;
}
.dc_checkin_card .dcc_card .dcc_btn_card button:nth-child(2) {
  background-color: #034EA2;
}
.dc_checkin_card .dcc_card .dcc_btn_card button.dbc_single_btn {
  background-color: #034EA2;
}
.dc_checkin_card .dcc_card p.blc_amount {
  color: #034EA2;
}
.dc_checkin_card .dcc_card p.blc_amount .bla_value {
  color: #333;
}
.dc_checkin_card .dcc_card p.blc_sub_txt {
  color: #333;
}

.home_range_card .circle-bg {
  fill: #fff;
  stroke: #E0E4E7;
}
.home_range_card .percentage {
  fill: #5B5B5B;
}
.home_range_card .val-percentage {
  fill: #333;
}
.home_range_card .hrc_arrow_tag {
  color: #333;
}
.home_range_card .hrc_value_card .hvc_color {
  background-color: #C3C6CB;
  border-color: #fff !important;
}
.home_range_card .hrc_value_card h4 .hvc_title {
  color: #5B5B5B;
}
.home_range_card .hrc_value_card h4 .hvc_value {
  color: #333;
}

.ci_popup_txt_area.cpta_sub_card .textarea_card span {
  color: #F6931E;
}
.ci_popup_txt_area .cpta_mh_card .cmc_inner_card .cic_sub_card {
  padding: 0 !important;
}
.ci_popup_txt_area .cpta_mh_card .cmc_inner_card {
  border: 2px solid #fff;
}
.ci_popup_txt_area .cpta_mh_card .cmc_inner_card h2 {
  color: #fff;
  background-color: #5B5B5B;
}
.ci_popup_txt_area .cpta_mh_card .input_upl_card input[type=file]::before {
  background-color: #E0E4E7;
}
.ci_popup_txt_area .cpta_mh_card .input_upl_card .mpec_dlt {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
.ci_popup_txt_area .cpta_mh_card .input_upl_card img {
  border: 2px solid #fff;
}
.ci_popup_txt_area .cpta_mh_card .dropdown-btn span.selected-item {
  border-color: #fff !important;
  background-color: #fff !important;
}
.ci_popup_txt_area .cpta_mh_card .dropdown-btn span.selected-item span {
  color: #333 !important;
}
.ci_popup_txt_area .cpta_mh_card .dropdown-btn span.selected-item a {
  background-color: #333 !important;
}
.ci_popup_txt_area .tct_icon {
  background-color: #F6931E;
  color: #fff;
}
.ci_popup_txt_area h2 {
  color: #333;
}
.ci_popup_txt_area h4 {
  color: #333;
}
.ci_popup_txt_area p {
  color: #333;
}

.add_cust_card ul.acc_load_prog::before {
  background-color: #C3C6CB;
}
.add_cust_card ul.acc_load_prog li span {
  background-color: #E0E4E7;
}
.add_cust_card ul.acc_load_prog li span.active {
  background-color: #034EA2;
}
.add_cust_card ul.acc_load_prog li span.completed {
  background-color: #F6931E;
}
.add_cust_card ul.acc_load_prog li span.alp_show_txt {
  color: rgba(91, 91, 91, 0.5);
}
.add_cust_card .acc_show_card .cmc_inner_card {
  border-radius: 0;
}
.add_cust_card .acc_show_card .cmc_inner_card .cic_sub_card {
  padding: 0;
}
.add_cust_card .acc_extra_at_card {
  background-color: #E9EBEF;
}
.add_cust_card .acc_extra_at_card hr {
  background-color: #C3C6CB;
}
.add_cust_card .acc_extra_at_card h4 {
  color: #333;
}

.profile_card .pc_header input[type=file]::after {
  background-color: #E0E4E7;
}
.profile_card .pc_header input[type=file]::before {
  background-color: #fff;
}
.profile_card .pc_header p input[type=file] {
  background: #fff !important;
}
.profile_card .pc_header p input[type=file]::after {
  background-color: #fff !important;
}
.profile_card .pc_header h3 {
  color: #333;
}
.profile_card .pc_header h5 {
  color: #5B5B5B;
}

.dc_setting ul li::after {
  background-color: #C3C6CB;
}
.dc_setting ul li a {
  color: #5B5B5B;
}

.dc_header {
  background-color: #E0E4E7;
  box-shadow: 0 8px 6px -6px #C3C6CB;
  border-bottom: 1px solid #C3C6CB;
}
.dc_header h3 {
  color: #034EA2;
}
.dc_header button {
  background-color: #E0E4E7;
  color: #5B5B5B;
  box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.15), -6px -6px 10px -1px rgba(255, 255, 255, 0.5);
}
.dc_header button span {
  background-color: #C63728;
  color: #fff;
}

.dc_footer {
  background-color: #E0E4E7;
  overflow: hidden;
}
.dc_footer ul {
  background-color: #E0E4E7;
}
.dc_footer ul li a {
  color: #5B5B5B;
}
.dc_footer ul li a.active {
  color: #034EA2;
}

.popupu_card {
  background-color: rgba(0, 0, 0, 0.5);
}
.popupu_card.sale_team_pop .stp_inner_card h3 {
  color: #000;
}
.popupu_card.sale_team_pop .stp_inner_card ul.stm_list li a {
  background-color: #333;
  color: #fff;
}
.popupu_card.sale_team_pop .stp_inner_card ul.stm_view li .stic_date {
  background-color: #333;
  color: #fff;
}
.popupu_card.sale_team_pop .stp_inner_card ul.stm_view li .stic_txt h4 {
  color: #333;
}
.popupu_card.notifi_pop_card .popup_inner .pc_close_btn {
  color: #fff;
}
.popupu_card.notifi_pop_card .popup_inner h2 {
  background-color: #333;
  color: #fff;
}
.popupu_card.notifi_pop_card .popup_inner .npc_inner_card {
  background-color: #E0E4E7;
}
.popupu_card.notifi_pop_card .popup_inner .npc_inner_card ul li {
  border-top: 2px solid #C3C6CB;
}
.popupu_card.notifi_pop_card .popup_inner .npc_inner_card ul li.nic_new {
  background-color: #CADBED;
}
.popupu_card.notifi_pop_card .popup_inner .npc_inner_card h5 {
  color: rgba(91, 91, 91, 0.65);
}
.popupu_card.pc_wo_bg .popup_inner {
  background-color: #E0E4E7;
}
.popupu_card.pc_wo_bg .popup_inner .pwb_div_line {
  background-color: #C3C6CB;
}
.popupu_card .popup_inner {
  background-color: #E0E4E7;
}
.popupu_card .popup_inner.cust_rej_popup .pc_close_btn {
  color: #fff;
  background-color: #000;
}
.popupu_card .popup_inner .pc_close_btn {
  color: #5B5B5B;
}
.popupu_card .popup_inner .ord_rec_title_txt {
  color: #034EA2;
}
.popupu_card .popup_inner.ord_rec_list_view {
  overflow: hidden;
}
.popupu_card .popup_inner.ord_rec_list_view .orlv_inner .dsc_accord_card .dac_top_card h4 span {
  color: #333;
}
.popupu_card .popup_inner.ord_rec_list_view .orlv_inner .dsc_accord_card .dac_top_card h5 span {
  color: #333;
}
.popupu_card .popup_inner.ord_rec_list_view .orlv_inner .dsc_accord_card .dac_bottom_card {
  border-color: #C3C6CB;
}
.popupu_card .popup_inner.ord_rec_list_view .orlv_inner .dsc_accord_card .dac_bottom_card .orlv_view_txt p {
  color: #5B5B5B;
}
.popupu_card .popup_inner.ord_rec_list_view .orlv_inner .dsc_accord_card .dac_bottom_card .orlv_view_txt p span {
  color: #333;
}
.popupu_card .popup_inner.ord_rec_list_view .orlv_inner .ori_size_list li {
  border-color: #C3C6CB;
}
.popupu_card .popup_inner.ord_rec_list_view .orlv_inner .ori_size_list li h3 {
  color: #333;
}
.popupu_card .popup_inner.ord_rec_list_view .orlv_inner .ori_size_list li .osl_txt_view p {
  color: #333;
}
.popupu_card .popup_inner.ord_rec_list_view .orlv_inner .ori_size_list li .osl_txt_view p span {
  color: #5B5B5B;
}
.popupu_card .popup_inner.ord_rec_list_view .orlv_inner .ori_add_list li {
  border-color: #C3C6CB;
}
.popupu_card .popup_inner.ord_rec_list_view .orlv_inner .ori_add_list li .lcta_tbox span {
  color: #5B5B5B;
}
.popupu_card .popup_inner .ord_rec_title_txt {
  color: #034EA2;
}
.popupu_card.ci_popup_card .mdc_date_tbox .lcta_tbox span {
  color: #034EA2;
}
.popupu_card.ci_popup_card .ci_popup_txt_area .tct_icon {
  background-color: #F6931E;
  color: #fff;
}
.popupu_card.ci_popup_card .ci_popup_txt_area h2 {
  color: #333;
}
.popupu_card.ci_popup_card .ci_popup_txt_area p {
  color: #333;
}
.popupu_card.ci_popup_card .ci_popup_btn_area {
  display: flex;
}
.popupu_card.ci_popup_card .ci_popup_btn_area button, .popupu_card.ci_popup_card .ci_popup_btn_area a {
  background-color: #E0E4E7;
  color: #333;
}
.popupu_card.ci_popup_card .ci_popup_btn_area button:nth-child(2), .popupu_card.ci_popup_card .ci_popup_btn_area a:nth-child(2) {
  background-color: #034EA2;
  color: #fff;
}
.popupu_card.ci_popup_card .ci_popup_btn_area button.blue_btn, .popupu_card.ci_popup_card .ci_popup_btn_area a.blue_btn {
  background-color: #034EA2;
  color: #fff;
}

.calendar_view_card {
  border-bottom: 2px solid #fff;
  box-shadow: inset 0 -13px 14px -10px rgba(0, 0, 0, 0.22);
  padding: 0 16px 16px;
  box-sizing: border-box;
}
.calendar_view_card .cla_title_head {
  display: flex;
  grid-gap: 12px;
  justify-content: space-between;
}
.calendar_view_card .cla_title_head h2 {
  margin: 0;
  font-size: 20px;
  font-family: SFPRODISPLAYBOLD;
  color: #333;
}
.calendar_view_card .cla_title_head header {
  padding-top: 3px;
}
.calendar_view_card .cla_title_head header p {
  margin: 0;
}
.calendar_view_card .cla_title_head header .icons {
  display: flex;
  grid-gap: 6px;
}
.calendar_view_card .cla_title_head header span#prev span {
  border-radius: 6px 0 0 6px;
}
.calendar_view_card .cla_title_head header span#next span {
  border-radius: 0 6px 6px 0;
}
.calendar_view_card .cla_title_head header span span {
  color: #5B5B5B;
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
}
.calendar_view_card .cla_title_head header span span i {
  transform: rotate(90deg);
}
.calendar_view_card .calendar {
  padding: 24px 12px;
  box-sizing: border-box;
  margin-top: 24px;
  background-color: #E0E4E7;
}
.calendar_view_card .calendar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(7, 44px);
  grid-gap: 6px 0;
  justify-content: center;
}
.calendar_view_card .calendar ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.calendar_view_card .calendar ul.weeks {
  margin-bottom: 18px;
  color: #EF4255;
}
.calendar_view_card .calendar ul.days li {
  position: relative;
  padding: 0 2px;
  box-sizing: border-box;
}
.calendar_view_card .calendar ul.days li.differntDays {
  background-color: rgba(3, 78, 162, 0.15);
}
.calendar_view_card .calendar ul.days li.dfd_first {
  border-radius: 50% 0 0 50%;
}
.calendar_view_card .calendar ul.days li.dfd_last {
  border-radius: 0 50% 50% 0;
}
.calendar_view_card .calendar ul.days li.clsweekend span {
  color: #F6931E;
}
.calendar_view_card .calendar ul.days li.clstoday .cal_date {
  border-radius: 50%;
  border: 2px solid #034EA2;
}
.calendar_view_card .calendar ul.days li.holyday .cal_dot {
  background-color: #C63728;
}
.calendar_view_card .calendar ul.days li.active_date .cal_date {
  background-color: #034EA2;
  border: 2px solid #fff;
  color: #fff;
}
.calendar_view_card .calendar ul.days li.active_date .cal_dot {
  background-color: #fff;
}
.calendar_view_card .calendar ul.days li.active_date .cal_star svg {
  fill: #fff;
}
.calendar_view_card .calendar ul.days li .cal_star {
  position: absolute;
  top: 4px;
  left: 40%;
}
.calendar_view_card .calendar ul.days li .cal_star svg {
  width: 9px;
  height: 9px;
  fill: #034EA2;
}
.calendar_view_card .calendar ul.days li .cal_date {
  height: 42px;
  width: 42px;
  color: #000;
  border-radius: 50%;
}
.calendar_view_card .calendar ul.days li .cal_event_date {
  position: absolute;
  top: -6px;
  right: -6px;
  background-color: #C63728;
  color: #fff;
  width: 23px;
  height: 23px;
  font-size: 10px;
  border-radius: 50%;
  padding-bottom: 2px;
  box-sizing: border-box;
  border: 1px solid #fff;
  font-weight: 600;
  z-index: 9;
}
@supports (-webkit-touch-callout: none) {
  .calendar_view_card .calendar ul.days li .cal_event_date {
    letter-spacing: -1.5px;
    padding-top: 1px;
  }
}
.calendar_view_card .calendar ul.days li .cal_event_date.ced_success {
  background-color: #26C177;
}
.calendar_view_card .calendar ul.days li .cal_event_date.ced_holiday {
  background-color: #C63728;
}
.calendar_view_card .calendar ul.days li .cal_event_date.ced_wild_card::after {
  border-top: 5px solid #C63728;
}
.calendar_view_card .calendar ul.days li .cal_dot {
  width: 4px;
  height: 4px;
  position: absolute;
  bottom: 6px;
  left: 51%;
  border-radius: 50%;
  background-color: #034EA2;
  transform: translate(-50%, 0px);
}
.calendar_view_card .calendar ul.days li .cal_dot span {
  display: none;
}

.calendar_view_card .cla_title_head h2 {
  color: #333;
}
.calendar_view_card .cla_title_head header span span {
  color: #5B5B5B;
}
.calendar_view_card .calendar {
  background-color: #E0E4E7;
}
.calendar_view_card .calendar ul.weeks {
  color: #EF4255;
}
.calendar_view_card .calendar ul.days li.disable .cal_date {
  color: rgba(0, 0, 0, 0.5);
}
.calendar_view_card .calendar ul.days li.differntDays {
  background-color: rgba(3, 78, 162, 0.15);
}
.calendar_view_card .calendar ul.days li.clsweekend span {
  color: #F6931E;
}
.calendar_view_card .calendar ul.days li.clstoday .cal_date {
  border: 2px solid #034EA2;
}
.calendar_view_card .calendar ul.days li.active_date .cal_date {
  background-color: #034EA2;
  color: #fff;
}
.calendar_view_card .calendar ul.days li.active_date .cal_dot {
  background-color: #fff;
}
.calendar_view_card .calendar ul.days li.active_date .cal_star svg {
  fill: #fff;
}
.calendar_view_card .calendar ul.days li .cal_star svg {
  fill: #034EA2;
}
.calendar_view_card .calendar ul.days li .cal_date {
  color: #000;
}
.calendar_view_card .calendar ul.days li .cal_event_date {
  background-color: #C63728;
  color: #fff;
}
.calendar_view_card .calendar ul.days li .cal_dot {
  background-color: #034EA2;
}

.tooltip {
  position: relative;
}
.tooltip:after {
  background-color: #f5f5f5;
  box-shadow: 0 0 3px #ddd;
}

[data-tooltip-pos=down]:before {
  border-bottom: 9px solid #333;
}

[data-tooltip-pos=down]:after {
  background-color: #333;
  color: #fff;
}

.case__loading {
  background-color: rgba(224, 228, 231, 0.8);
}
.case__loading .big__circle {
  box-shadow: inset -4px -4px 8px 0px #fff, inset 4px 4px 8px 0px #ddd8d4;
}
.case__loading .big__circle .inner__circle {
  background: #f2f2f2;
  box-shadow: -4px -4px 8px 0px #fff, 4px 4px 8px 0px #cecece, inset 0px 0px 0px 0px #fff, inset 0px 0px 0px 0px #cecece;
}
.case__loading .circular .path {
  stroke: #F6931E;
}

.pre_loader_bg {
  background-color: rgba(0, 0, 0, 0.5);
}

.pre_loader {
  border-bottom-color: #F6931E;
}

.toast_card {
  background: rgba(51, 51, 51, 0.8);
  color: #fff;
}

.toast_sub_card {
  background-color: #E0E4E7;
}
.toast_sub_card .tsc_inner_card h4 {
  color: #26C177;
}
.toast_sub_card .tsc_inner_card p {
  color: #5B5B5B;
}

.no_data_card {
  height: calc(100vh - 160px);
}
.no_data_card .ndc_inner_card p {
  color: #5B5B5B;
}

mat-form-field mat-datepicker-toggle button svg path {
  fill: #034EA2;
}

.mat-datepicker-popup .mat-datepicker-content {
  background-color: #E0E4E7;
}
.mat-datepicker-popup .mat-datepicker-content ngx-mat-calendar .mat-calendar-content tbody tr td.mat-calendar-body-label {
  color: #034EA2;
}
.mat-datepicker-popup .mat-datepicker-content ngx-mat-calendar .mat-calendar-content tbody tr td .mat-calendar-body-cell-content {
  background-color: #fff;
  color: #333;
}
.mat-datepicker-popup .mat-datepicker-content ngx-mat-calendar .mat-calendar-content tbody tr td .mat-calendar-body-cell-content.mat-calendar-body-selected {
  background-color: #034EA2;
  color: #fff;
}
.mat-datepicker-popup .mat-datepicker-content ngx-mat-calendar .mat-calendar-content tbody tr td .mat-calendar-body-cell-content.mat-calendar-body-selected.mat-calendar-body-today {
  color: #fff;
}
.mat-datepicker-popup .mat-datepicker-content ngx-mat-calendar .mat-calendar-content tbody tr td .mat-calendar-body-cell-content.mat-calendar-body-today {
  border: 1px solid #277EC3 !important;
  color: #277EC3;
}
.mat-datepicker-popup .mat-datepicker-content .mat-datepicker-actions button {
  background-color: #034EA2;
  color: #fff;
}
.mat-datepicker-popup .mat-datepicker-content .time-container ngx-mat-timepicker button.mat-mdc-icon-button {
  background-color: #034EA2 !important;
}
.mat-datepicker-popup .mat-datepicker-content .time-container ngx-mat-timepicker button.mat-mdc-icon-button::before {
  color: #fff;
}
.mat-datepicker-popup button.mat-datepicker-close-button {
  background-color: #26C177;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/@angular/material/prebuilt-themes/indigo-pink.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
.mat-ripple{overflow:hidden;position:relative}.mat-ripple:not(:empty){transform:translateZ(0)}.mat-ripple.mat-ripple-unbounded{overflow:visible}.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0, 0, 0.2, 1);transform:scale3d(0, 0, 0);background-color:var(--mat-ripple-color, rgba(0, 0, 0, 0.1))}.cdk-high-contrast-active .mat-ripple-element{display:none}.cdk-drag-preview .mat-ripple-element,.cdk-drag-placeholder .mat-ripple-element{display:none}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none;left:0}[dir=rtl] .cdk-visually-hidden{left:auto;right:0}.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0;visibility:visible}.cdk-overlay-backdrop-noop-animation{transition:none}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}textarea.cdk-textarea-autosize{resize:none}textarea.cdk-textarea-autosize-measuring{padding:2px 0 !important;box-sizing:content-box !important;height:auto !important;overflow:hidden !important}textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0 !important;box-sizing:content-box !important;height:0 !important}@keyframes cdk-text-field-autofill-start{/*!*/}@keyframes cdk-text-field-autofill-end{/*!*/}.cdk-text-field-autofill-monitored:-webkit-autofill{animation:cdk-text-field-autofill-start 0s 1ms}.cdk-text-field-autofill-monitored:not(:-webkit-autofill){animation:cdk-text-field-autofill-end 0s 1ms}.mat-focus-indicator{position:relative}.mat-focus-indicator::before{top:0;left:0;right:0;bottom:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-focus-indicator-display, none);border:var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);border-radius:var(--mat-focus-indicator-border-radius, 4px)}.mat-focus-indicator:focus::before{content:""}.cdk-high-contrast-active{--mat-focus-indicator-display: block}.mat-mdc-focus-indicator{position:relative}.mat-mdc-focus-indicator::before{top:0;left:0;right:0;bottom:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-mdc-focus-indicator-display, none);border:var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);border-radius:var(--mat-mdc-focus-indicator-border-radius, 4px)}.mat-mdc-focus-indicator:focus::before{content:""}.cdk-high-contrast-active{--mat-mdc-focus-indicator-display: block}.mat-app-background{background-color:var(--mat-app-background-color, var(--mat-app-background, transparent));color:var(--mat-app-text-color, var(--mat-app-on-background, inherit))}.mat-elevation-z0,.mat-mdc-elevation-specific.mat-elevation-z0{box-shadow:var(--mat-app-elevation-shadow-level-0, none)}.mat-elevation-z1,.mat-mdc-elevation-specific.mat-elevation-z1{box-shadow:var(--mat-app-elevation-shadow-level-1, none)}.mat-elevation-z2,.mat-mdc-elevation-specific.mat-elevation-z2{box-shadow:var(--mat-app-elevation-shadow-level-2, none)}.mat-elevation-z3,.mat-mdc-elevation-specific.mat-elevation-z3{box-shadow:var(--mat-app-elevation-shadow-level-3, none)}.mat-elevation-z4,.mat-mdc-elevation-specific.mat-elevation-z4{box-shadow:var(--mat-app-elevation-shadow-level-4, none)}.mat-elevation-z5,.mat-mdc-elevation-specific.mat-elevation-z5{box-shadow:var(--mat-app-elevation-shadow-level-5, none)}.mat-elevation-z6,.mat-mdc-elevation-specific.mat-elevation-z6{box-shadow:var(--mat-app-elevation-shadow-level-6, none)}.mat-elevation-z7,.mat-mdc-elevation-specific.mat-elevation-z7{box-shadow:var(--mat-app-elevation-shadow-level-7, none)}.mat-elevation-z8,.mat-mdc-elevation-specific.mat-elevation-z8{box-shadow:var(--mat-app-elevation-shadow-level-8, none)}.mat-elevation-z9,.mat-mdc-elevation-specific.mat-elevation-z9{box-shadow:var(--mat-app-elevation-shadow-level-9, none)}.mat-elevation-z10,.mat-mdc-elevation-specific.mat-elevation-z10{box-shadow:var(--mat-app-elevation-shadow-level-10, none)}.mat-elevation-z11,.mat-mdc-elevation-specific.mat-elevation-z11{box-shadow:var(--mat-app-elevation-shadow-level-11, none)}.mat-elevation-z12,.mat-mdc-elevation-specific.mat-elevation-z12{box-shadow:var(--mat-app-elevation-shadow-level-12, none)}.mat-elevation-z13,.mat-mdc-elevation-specific.mat-elevation-z13{box-shadow:var(--mat-app-elevation-shadow-level-13, none)}.mat-elevation-z14,.mat-mdc-elevation-specific.mat-elevation-z14{box-shadow:var(--mat-app-elevation-shadow-level-14, none)}.mat-elevation-z15,.mat-mdc-elevation-specific.mat-elevation-z15{box-shadow:var(--mat-app-elevation-shadow-level-15, none)}.mat-elevation-z16,.mat-mdc-elevation-specific.mat-elevation-z16{box-shadow:var(--mat-app-elevation-shadow-level-16, none)}.mat-elevation-z17,.mat-mdc-elevation-specific.mat-elevation-z17{box-shadow:var(--mat-app-elevation-shadow-level-17, none)}.mat-elevation-z18,.mat-mdc-elevation-specific.mat-elevation-z18{box-shadow:var(--mat-app-elevation-shadow-level-18, none)}.mat-elevation-z19,.mat-mdc-elevation-specific.mat-elevation-z19{box-shadow:var(--mat-app-elevation-shadow-level-19, none)}.mat-elevation-z20,.mat-mdc-elevation-specific.mat-elevation-z20{box-shadow:var(--mat-app-elevation-shadow-level-20, none)}.mat-elevation-z21,.mat-mdc-elevation-specific.mat-elevation-z21{box-shadow:var(--mat-app-elevation-shadow-level-21, none)}.mat-elevation-z22,.mat-mdc-elevation-specific.mat-elevation-z22{box-shadow:var(--mat-app-elevation-shadow-level-22, none)}.mat-elevation-z23,.mat-mdc-elevation-specific.mat-elevation-z23{box-shadow:var(--mat-app-elevation-shadow-level-23, none)}.mat-elevation-z24,.mat-mdc-elevation-specific.mat-elevation-z24{box-shadow:var(--mat-app-elevation-shadow-level-24, none)}.mat-theme-loaded-marker{display:none}html{--mat-ripple-color:rgba(0, 0, 0, 0.1)}html{--mat-option-selected-state-label-text-color:#3f51b5;--mat-option-label-text-color:rgba(0, 0, 0, 0.87);--mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);--mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);--mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04)}.mat-accent{--mat-option-selected-state-label-text-color:#ff4081;--mat-option-label-text-color:rgba(0, 0, 0, 0.87);--mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);--mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);--mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04)}.mat-warn{--mat-option-selected-state-label-text-color:#f44336;--mat-option-label-text-color:rgba(0, 0, 0, 0.87);--mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);--mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);--mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04)}html{--mat-optgroup-label-text-color:rgba(0, 0, 0, 0.87)}.mat-primary{--mat-full-pseudo-checkbox-selected-icon-color:#3f51b5;--mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;--mat-minimal-pseudo-checkbox-selected-checkmark-color:#3f51b5;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0}html{--mat-full-pseudo-checkbox-selected-icon-color:#ff4081;--mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;--mat-minimal-pseudo-checkbox-selected-checkmark-color:#ff4081;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0}.mat-accent{--mat-full-pseudo-checkbox-selected-icon-color:#ff4081;--mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;--mat-minimal-pseudo-checkbox-selected-checkmark-color:#ff4081;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0}.mat-warn{--mat-full-pseudo-checkbox-selected-icon-color:#f44336;--mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;--mat-minimal-pseudo-checkbox-selected-checkmark-color:#f44336;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0}html{--mat-app-background-color:#fafafa;--mat-app-text-color:rgba(0, 0, 0, 0.87);--mat-app-elevation-shadow-level-0:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-1:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-2:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-3:0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-4:0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-5:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-6:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-7:0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-8:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-9:0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-10:0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-11:0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-12:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-13:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-14:0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-15:0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-16:0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-17:0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-18:0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-19:0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-20:0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-21:0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-22:0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-23:0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-24:0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12)}html{--mat-option-label-text-font:Roboto, sans-serif;--mat-option-label-text-line-height:24px;--mat-option-label-text-size:16px;--mat-option-label-text-tracking:0.03125em;--mat-option-label-text-weight:400}html{--mat-optgroup-label-text-font:Roboto, sans-serif;--mat-optgroup-label-text-line-height:24px;--mat-optgroup-label-text-size:16px;--mat-optgroup-label-text-tracking:0.03125em;--mat-optgroup-label-text-weight:400}html{--mdc-elevated-card-container-shape:4px;--mdc-outlined-card-container-shape:4px;--mdc-outlined-card-outline-width:1px}html{--mdc-elevated-card-container-color:white;--mdc-elevated-card-container-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mdc-outlined-card-container-color:white;--mdc-outlined-card-outline-color:rgba(0, 0, 0, 0.12);--mdc-outlined-card-container-elevation:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mat-card-subtitle-text-color:rgba(0, 0, 0, 0.54)}html{--mat-card-title-text-font:Roboto, sans-serif;--mat-card-title-text-line-height:32px;--mat-card-title-text-size:20px;--mat-card-title-text-tracking:0.0125em;--mat-card-title-text-weight:500;--mat-card-subtitle-text-font:Roboto, sans-serif;--mat-card-subtitle-text-line-height:22px;--mat-card-subtitle-text-size:14px;--mat-card-subtitle-text-tracking:0.0071428571em;--mat-card-subtitle-text-weight:500}html{--mdc-linear-progress-active-indicator-height:4px;--mdc-linear-progress-track-height:4px;--mdc-linear-progress-track-shape:0}.mat-mdc-progress-bar{--mdc-linear-progress-active-indicator-color:#3f51b5;--mdc-linear-progress-track-color:rgba(63, 81, 181, 0.25)}.mat-mdc-progress-bar.mat-accent{--mdc-linear-progress-active-indicator-color:#ff4081;--mdc-linear-progress-track-color:rgba(255, 64, 129, 0.25)}.mat-mdc-progress-bar.mat-warn{--mdc-linear-progress-active-indicator-color:#f44336;--mdc-linear-progress-track-color:rgba(244, 67, 54, 0.25)}html{--mdc-plain-tooltip-container-shape:4px;--mdc-plain-tooltip-supporting-text-line-height:16px}html{--mdc-plain-tooltip-container-color:#616161;--mdc-plain-tooltip-supporting-text-color:#fff}html{--mdc-plain-tooltip-supporting-text-font:Roboto, sans-serif;--mdc-plain-tooltip-supporting-text-size:12px;--mdc-plain-tooltip-supporting-text-weight:400;--mdc-plain-tooltip-supporting-text-tracking:0.0333333333em}html{--mdc-filled-text-field-active-indicator-height:1px;--mdc-filled-text-field-focus-active-indicator-height:2px;--mdc-filled-text-field-container-shape:4px;--mdc-outlined-text-field-outline-width:1px;--mdc-outlined-text-field-focus-outline-width:2px;--mdc-outlined-text-field-container-shape:4px}html{--mdc-filled-text-field-caret-color:#3f51b5;--mdc-filled-text-field-focus-active-indicator-color:#3f51b5;--mdc-filled-text-field-focus-label-text-color:rgba(63, 81, 181, 0.87);--mdc-filled-text-field-container-color:whitesmoke;--mdc-filled-text-field-disabled-container-color:#fafafa;--mdc-filled-text-field-label-text-color:rgba(0, 0, 0, 0.6);--mdc-filled-text-field-hover-label-text-color:rgba(0, 0, 0, 0.6);--mdc-filled-text-field-disabled-label-text-color:rgba(0, 0, 0, 0.38);--mdc-filled-text-field-input-text-color:rgba(0, 0, 0, 0.87);--mdc-filled-text-field-disabled-input-text-color:rgba(0, 0, 0, 0.38);--mdc-filled-text-field-input-text-placeholder-color:rgba(0, 0, 0, 0.6);--mdc-filled-text-field-error-hover-label-text-color:#f44336;--mdc-filled-text-field-error-focus-label-text-color:#f44336;--mdc-filled-text-field-error-label-text-color:#f44336;--mdc-filled-text-field-error-caret-color:#f44336;--mdc-filled-text-field-active-indicator-color:rgba(0, 0, 0, 0.42);--mdc-filled-text-field-disabled-active-indicator-color:rgba(0, 0, 0, 0.06);--mdc-filled-text-field-hover-active-indicator-color:rgba(0, 0, 0, 0.87);--mdc-filled-text-field-error-active-indicator-color:#f44336;--mdc-filled-text-field-error-focus-active-indicator-color:#f44336;--mdc-filled-text-field-error-hover-active-indicator-color:#f44336;--mdc-outlined-text-field-caret-color:#3f51b5;--mdc-outlined-text-field-focus-outline-color:#3f51b5;--mdc-outlined-text-field-focus-label-text-color:rgba(63, 81, 181, 0.87);--mdc-outlined-text-field-label-text-color:rgba(0, 0, 0, 0.6);--mdc-outlined-text-field-hover-label-text-color:rgba(0, 0, 0, 0.6);--mdc-outlined-text-field-disabled-label-text-color:rgba(0, 0, 0, 0.38);--mdc-outlined-text-field-input-text-color:rgba(0, 0, 0, 0.87);--mdc-outlined-text-field-disabled-input-text-color:rgba(0, 0, 0, 0.38);--mdc-outlined-text-field-input-text-placeholder-color:rgba(0, 0, 0, 0.6);--mdc-outlined-text-field-error-caret-color:#f44336;--mdc-outlined-text-field-error-focus-label-text-color:#f44336;--mdc-outlined-text-field-error-label-text-color:#f44336;--mdc-outlined-text-field-error-hover-label-text-color:#f44336;--mdc-outlined-text-field-outline-color:rgba(0, 0, 0, 0.38);--mdc-outlined-text-field-disabled-outline-color:rgba(0, 0, 0, 0.06);--mdc-outlined-text-field-hover-outline-color:rgba(0, 0, 0, 0.87);--mdc-outlined-text-field-error-focus-outline-color:#f44336;--mdc-outlined-text-field-error-hover-outline-color:#f44336;--mdc-outlined-text-field-error-outline-color:#f44336;--mat-form-field-focus-select-arrow-color:rgba(63, 81, 181, 0.87);--mat-form-field-disabled-input-text-placeholder-color:rgba(0, 0, 0, 0.38);--mat-form-field-state-layer-color:rgba(0, 0, 0, 0.87);--mat-form-field-error-text-color:#f44336;--mat-form-field-select-option-text-color:inherit;--mat-form-field-select-disabled-option-text-color:GrayText;--mat-form-field-leading-icon-color:unset;--mat-form-field-disabled-leading-icon-color:unset;--mat-form-field-trailing-icon-color:unset;--mat-form-field-disabled-trailing-icon-color:unset;--mat-form-field-error-focus-trailing-icon-color:unset;--mat-form-field-error-hover-trailing-icon-color:unset;--mat-form-field-error-trailing-icon-color:unset;--mat-form-field-enabled-select-arrow-color:rgba(0, 0, 0, 0.54);--mat-form-field-disabled-select-arrow-color:rgba(0, 0, 0, 0.38);--mat-form-field-hover-state-layer-opacity:0.04;--mat-form-field-focus-state-layer-opacity:0.08}.mat-mdc-form-field.mat-accent{--mdc-filled-text-field-caret-color:#ff4081;--mdc-filled-text-field-focus-active-indicator-color:#ff4081;--mdc-filled-text-field-focus-label-text-color:rgba(255, 64, 129, 0.87);--mdc-outlined-text-field-caret-color:#ff4081;--mdc-outlined-text-field-focus-outline-color:#ff4081;--mdc-outlined-text-field-focus-label-text-color:rgba(255, 64, 129, 0.87);--mat-form-field-focus-select-arrow-color:rgba(255, 64, 129, 0.87)}.mat-mdc-form-field.mat-warn{--mdc-filled-text-field-caret-color:#f44336;--mdc-filled-text-field-focus-active-indicator-color:#f44336;--mdc-filled-text-field-focus-label-text-color:rgba(244, 67, 54, 0.87);--mdc-outlined-text-field-caret-color:#f44336;--mdc-outlined-text-field-focus-outline-color:#f44336;--mdc-outlined-text-field-focus-label-text-color:rgba(244, 67, 54, 0.87);--mat-form-field-focus-select-arrow-color:rgba(244, 67, 54, 0.87)}html{--mat-form-field-container-height:56px;--mat-form-field-filled-label-display:block;--mat-form-field-container-vertical-padding:16px;--mat-form-field-filled-with-label-container-padding-top:24px;--mat-form-field-filled-with-label-container-padding-bottom:8px}html{--mdc-filled-text-field-label-text-font:Roboto, sans-serif;--mdc-filled-text-field-label-text-size:16px;--mdc-filled-text-field-label-text-tracking:0.03125em;--mdc-filled-text-field-label-text-weight:400;--mdc-outlined-text-field-label-text-font:Roboto, sans-serif;--mdc-outlined-text-field-label-text-size:16px;--mdc-outlined-text-field-label-text-tracking:0.03125em;--mdc-outlined-text-field-label-text-weight:400;--mat-form-field-container-text-font:Roboto, sans-serif;--mat-form-field-container-text-line-height:24px;--mat-form-field-container-text-size:16px;--mat-form-field-container-text-tracking:0.03125em;--mat-form-field-container-text-weight:400;--mat-form-field-outlined-label-text-populated-size:16px;--mat-form-field-subscript-text-font:Roboto, sans-serif;--mat-form-field-subscript-text-line-height:20px;--mat-form-field-subscript-text-size:12px;--mat-form-field-subscript-text-tracking:0.0333333333em;--mat-form-field-subscript-text-weight:400}html{--mat-select-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)}html{--mat-select-panel-background-color:white;--mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);--mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);--mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);--mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);--mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);--mat-select-focused-arrow-color:rgba(63, 81, 181, 0.87);--mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87)}html .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color:white;--mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);--mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);--mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);--mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);--mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);--mat-select-focused-arrow-color:rgba(255, 64, 129, 0.87);--mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87)}html .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color:white;--mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);--mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);--mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);--mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);--mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);--mat-select-focused-arrow-color:rgba(244, 67, 54, 0.87);--mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87)}html{--mat-select-arrow-transform:translateY(-8px)}html{--mat-select-trigger-text-font:Roboto, sans-serif;--mat-select-trigger-text-line-height:24px;--mat-select-trigger-text-size:16px;--mat-select-trigger-text-tracking:0.03125em;--mat-select-trigger-text-weight:400}html{--mat-autocomplete-container-shape:4px;--mat-autocomplete-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)}html{--mat-autocomplete-background-color:white}html{--mdc-dialog-container-shape:4px;--mat-dialog-container-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);--mat-dialog-container-max-width:80vw;--mat-dialog-container-small-max-width:80vw;--mat-dialog-container-min-width:0;--mat-dialog-actions-alignment:start;--mat-dialog-actions-padding:8px;--mat-dialog-content-padding:20px 24px;--mat-dialog-with-actions-content-padding:20px 24px;--mat-dialog-headline-padding:0 24px 9px}html{--mdc-dialog-container-color:white;--mdc-dialog-subhead-color:rgba(0, 0, 0, 0.87);--mdc-dialog-supporting-text-color:rgba(0, 0, 0, 0.6)}html{--mdc-dialog-subhead-font:Roboto, sans-serif;--mdc-dialog-subhead-line-height:32px;--mdc-dialog-subhead-size:20px;--mdc-dialog-subhead-weight:500;--mdc-dialog-subhead-tracking:0.0125em;--mdc-dialog-supporting-text-font:Roboto, sans-serif;--mdc-dialog-supporting-text-line-height:24px;--mdc-dialog-supporting-text-size:16px;--mdc-dialog-supporting-text-weight:400;--mdc-dialog-supporting-text-tracking:0.03125em}.mat-mdc-standard-chip{--mdc-chip-container-shape-radius:16px;--mdc-chip-with-avatar-avatar-shape-radius:14px;--mdc-chip-with-avatar-avatar-size:28px;--mdc-chip-with-icon-icon-size:18px;--mdc-chip-outline-width:0;--mdc-chip-outline-color:transparent;--mdc-chip-disabled-outline-color:transparent;--mdc-chip-focus-outline-color:transparent;--mdc-chip-hover-state-layer-opacity:0.04;--mdc-chip-with-avatar-disabled-avatar-opacity:1;--mdc-chip-flat-selected-outline-width:0;--mdc-chip-selected-hover-state-layer-opacity:0.04;--mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity:1;--mdc-chip-with-icon-disabled-icon-opacity:1;--mat-chip-disabled-container-opacity:0.4;--mat-chip-trailing-action-opacity:0.54;--mat-chip-trailing-action-focus-opacity:1;--mat-chip-trailing-action-state-layer-color:transparent;--mat-chip-selected-trailing-action-state-layer-color:transparent;--mat-chip-trailing-action-hover-state-layer-opacity:0;--mat-chip-trailing-action-focus-state-layer-opacity:0}.mat-mdc-standard-chip{--mdc-chip-disabled-label-text-color:#212121;--mdc-chip-elevated-container-color:#e0e0e0;--mdc-chip-elevated-selected-container-color:#e0e0e0;--mdc-chip-elevated-disabled-container-color:#e0e0e0;--mdc-chip-flat-disabled-selected-container-color:#e0e0e0;--mdc-chip-focus-state-layer-color:black;--mdc-chip-hover-state-layer-color:black;--mdc-chip-selected-hover-state-layer-color:black;--mdc-chip-focus-state-layer-opacity:0.12;--mdc-chip-selected-focus-state-layer-color:black;--mdc-chip-selected-focus-state-layer-opacity:0.12;--mdc-chip-label-text-color:#212121;--mdc-chip-selected-label-text-color:#212121;--mdc-chip-with-icon-icon-color:#212121;--mdc-chip-with-icon-disabled-icon-color:#212121;--mdc-chip-with-icon-selected-icon-color:#212121;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:#212121;--mdc-chip-with-trailing-icon-trailing-icon-color:#212121;--mat-chip-selected-disabled-trailing-icon-color:#212121;--mat-chip-selected-trailing-icon-color:#212121}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mdc-chip-disabled-label-text-color:white;--mdc-chip-elevated-container-color:#3f51b5;--mdc-chip-elevated-selected-container-color:#3f51b5;--mdc-chip-elevated-disabled-container-color:#3f51b5;--mdc-chip-flat-disabled-selected-container-color:#3f51b5;--mdc-chip-focus-state-layer-color:black;--mdc-chip-hover-state-layer-color:black;--mdc-chip-selected-hover-state-layer-color:black;--mdc-chip-focus-state-layer-opacity:0.12;--mdc-chip-selected-focus-state-layer-color:black;--mdc-chip-selected-focus-state-layer-opacity:0.12;--mdc-chip-label-text-color:white;--mdc-chip-selected-label-text-color:white;--mdc-chip-with-icon-icon-color:white;--mdc-chip-with-icon-disabled-icon-color:white;--mdc-chip-with-icon-selected-icon-color:white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;--mdc-chip-with-trailing-icon-trailing-icon-color:white;--mat-chip-selected-disabled-trailing-icon-color:white;--mat-chip-selected-trailing-icon-color:white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mdc-chip-disabled-label-text-color:white;--mdc-chip-elevated-container-color:#ff4081;--mdc-chip-elevated-selected-container-color:#ff4081;--mdc-chip-elevated-disabled-container-color:#ff4081;--mdc-chip-flat-disabled-selected-container-color:#ff4081;--mdc-chip-focus-state-layer-color:black;--mdc-chip-hover-state-layer-color:black;--mdc-chip-selected-hover-state-layer-color:black;--mdc-chip-focus-state-layer-opacity:0.12;--mdc-chip-selected-focus-state-layer-color:black;--mdc-chip-selected-focus-state-layer-opacity:0.12;--mdc-chip-label-text-color:white;--mdc-chip-selected-label-text-color:white;--mdc-chip-with-icon-icon-color:white;--mdc-chip-with-icon-disabled-icon-color:white;--mdc-chip-with-icon-selected-icon-color:white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;--mdc-chip-with-trailing-icon-trailing-icon-color:white;--mat-chip-selected-disabled-trailing-icon-color:white;--mat-chip-selected-trailing-icon-color:white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mdc-chip-disabled-label-text-color:white;--mdc-chip-elevated-container-color:#f44336;--mdc-chip-elevated-selected-container-color:#f44336;--mdc-chip-elevated-disabled-container-color:#f44336;--mdc-chip-flat-disabled-selected-container-color:#f44336;--mdc-chip-focus-state-layer-color:black;--mdc-chip-hover-state-layer-color:black;--mdc-chip-selected-hover-state-layer-color:black;--mdc-chip-focus-state-layer-opacity:0.12;--mdc-chip-selected-focus-state-layer-color:black;--mdc-chip-selected-focus-state-layer-opacity:0.12;--mdc-chip-label-text-color:white;--mdc-chip-selected-label-text-color:white;--mdc-chip-with-icon-icon-color:white;--mdc-chip-with-icon-disabled-icon-color:white;--mdc-chip-with-icon-selected-icon-color:white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;--mdc-chip-with-trailing-icon-trailing-icon-color:white;--mat-chip-selected-disabled-trailing-icon-color:white;--mat-chip-selected-trailing-icon-color:white}.mat-mdc-chip.mat-mdc-standard-chip{--mdc-chip-container-height:32px}.mat-mdc-standard-chip{--mdc-chip-label-text-font:Roboto, sans-serif;--mdc-chip-label-text-line-height:20px;--mdc-chip-label-text-size:14px;--mdc-chip-label-text-tracking:0.0178571429em;--mdc-chip-label-text-weight:400}html{--mdc-switch-disabled-selected-icon-opacity:0.38;--mdc-switch-disabled-track-opacity:0.12;--mdc-switch-disabled-unselected-icon-opacity:0.38;--mdc-switch-handle-height:20px;--mdc-switch-handle-shape:10px;--mdc-switch-handle-width:20px;--mdc-switch-selected-icon-size:18px;--mdc-switch-track-height:14px;--mdc-switch-track-shape:7px;--mdc-switch-track-width:36px;--mdc-switch-unselected-icon-size:18px;--mdc-switch-selected-focus-state-layer-opacity:0.12;--mdc-switch-selected-hover-state-layer-opacity:0.04;--mdc-switch-selected-pressed-state-layer-opacity:0.1;--mdc-switch-unselected-focus-state-layer-opacity:0.12;--mdc-switch-unselected-hover-state-layer-opacity:0.04;--mdc-switch-unselected-pressed-state-layer-opacity:0.1}html .mat-mdc-slide-toggle{--mat-switch-disabled-selected-handle-opacity:0.38;--mat-switch-disabled-unselected-handle-opacity:0.38;--mat-switch-unselected-handle-size:20px;--mat-switch-selected-handle-size:20px;--mat-switch-pressed-handle-size:20px;--mat-switch-with-icon-handle-size:20px;--mat-switch-selected-handle-horizontal-margin:0;--mat-switch-selected-with-icon-handle-horizontal-margin:0;--mat-switch-selected-pressed-handle-horizontal-margin:0;--mat-switch-unselected-handle-horizontal-margin:0;--mat-switch-unselected-with-icon-handle-horizontal-margin:0;--mat-switch-unselected-pressed-handle-horizontal-margin:0;--mat-switch-visible-track-opacity:1;--mat-switch-hidden-track-opacity:1;--mat-switch-visible-track-transition:transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);--mat-switch-hidden-track-transition:transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);--mat-switch-track-outline-width:1px;--mat-switch-track-outline-color:transparent;--mat-switch-selected-track-outline-width:1px;--mat-switch-selected-track-outline-color:transparent;--mat-switch-disabled-unselected-track-outline-width:1px;--mat-switch-disabled-unselected-track-outline-color:transparent}html{--mdc-switch-selected-focus-state-layer-color:#3949ab;--mdc-switch-selected-handle-color:#3949ab;--mdc-switch-selected-hover-state-layer-color:#3949ab;--mdc-switch-selected-pressed-state-layer-color:#3949ab;--mdc-switch-selected-focus-handle-color:#1a237e;--mdc-switch-selected-hover-handle-color:#1a237e;--mdc-switch-selected-pressed-handle-color:#1a237e;--mdc-switch-selected-focus-track-color:#7986cb;--mdc-switch-selected-hover-track-color:#7986cb;--mdc-switch-selected-pressed-track-color:#7986cb;--mdc-switch-selected-track-color:#7986cb;--mdc-switch-disabled-selected-handle-color:#424242;--mdc-switch-disabled-selected-icon-color:#fff;--mdc-switch-disabled-selected-track-color:#424242;--mdc-switch-disabled-unselected-handle-color:#424242;--mdc-switch-disabled-unselected-icon-color:#fff;--mdc-switch-disabled-unselected-track-color:#424242;--mdc-switch-handle-surface-color:#fff;--mdc-switch-selected-icon-color:#fff;--mdc-switch-unselected-focus-handle-color:#212121;--mdc-switch-unselected-focus-state-layer-color:#424242;--mdc-switch-unselected-focus-track-color:#e0e0e0;--mdc-switch-unselected-handle-color:#616161;--mdc-switch-unselected-hover-handle-color:#212121;--mdc-switch-unselected-hover-state-layer-color:#424242;--mdc-switch-unselected-hover-track-color:#e0e0e0;--mdc-switch-unselected-icon-color:#fff;--mdc-switch-unselected-pressed-handle-color:#212121;--mdc-switch-unselected-pressed-state-layer-color:#424242;--mdc-switch-unselected-pressed-track-color:#e0e0e0;--mdc-switch-unselected-track-color:#e0e0e0;--mdc-switch-handle-elevation-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mdc-switch-disabled-handle-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38)}html .mat-mdc-slide-toggle{--mat-switch-label-text-color:rgba(0, 0, 0, 0.87)}html .mat-mdc-slide-toggle.mat-accent{--mdc-switch-selected-focus-state-layer-color:#d81b60;--mdc-switch-selected-handle-color:#d81b60;--mdc-switch-selected-hover-state-layer-color:#d81b60;--mdc-switch-selected-pressed-state-layer-color:#d81b60;--mdc-switch-selected-focus-handle-color:#880e4f;--mdc-switch-selected-hover-handle-color:#880e4f;--mdc-switch-selected-pressed-handle-color:#880e4f;--mdc-switch-selected-focus-track-color:#f06292;--mdc-switch-selected-hover-track-color:#f06292;--mdc-switch-selected-pressed-track-color:#f06292;--mdc-switch-selected-track-color:#f06292}html .mat-mdc-slide-toggle.mat-warn{--mdc-switch-selected-focus-state-layer-color:#e53935;--mdc-switch-selected-handle-color:#e53935;--mdc-switch-selected-hover-state-layer-color:#e53935;--mdc-switch-selected-pressed-state-layer-color:#e53935;--mdc-switch-selected-focus-handle-color:#b71c1c;--mdc-switch-selected-hover-handle-color:#b71c1c;--mdc-switch-selected-pressed-handle-color:#b71c1c;--mdc-switch-selected-focus-track-color:#e57373;--mdc-switch-selected-hover-track-color:#e57373;--mdc-switch-selected-pressed-track-color:#e57373;--mdc-switch-selected-track-color:#e57373}html{--mdc-switch-state-layer-size:40px}html .mat-mdc-slide-toggle{--mat-switch-label-text-font:Roboto, sans-serif;--mat-switch-label-text-line-height:20px;--mat-switch-label-text-size:14px;--mat-switch-label-text-tracking:0.0178571429em;--mat-switch-label-text-weight:400}html{--mdc-radio-disabled-selected-icon-opacity:0.38;--mdc-radio-disabled-unselected-icon-opacity:0.38;--mdc-radio-state-layer-size:40px}.mat-mdc-radio-button.mat-primary{--mdc-radio-disabled-selected-icon-color:black;--mdc-radio-disabled-unselected-icon-color:black;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#3f51b5;--mdc-radio-selected-hover-icon-color:#3f51b5;--mdc-radio-selected-icon-color:#3f51b5;--mdc-radio-selected-pressed-icon-color:#3f51b5;--mat-radio-ripple-color:black;--mat-radio-checked-ripple-color:#3f51b5;--mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);--mat-radio-label-text-color:rgba(0, 0, 0, 0.87)}.mat-mdc-radio-button.mat-accent{--mdc-radio-disabled-selected-icon-color:black;--mdc-radio-disabled-unselected-icon-color:black;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#ff4081;--mdc-radio-selected-hover-icon-color:#ff4081;--mdc-radio-selected-icon-color:#ff4081;--mdc-radio-selected-pressed-icon-color:#ff4081;--mat-radio-ripple-color:black;--mat-radio-checked-ripple-color:#ff4081;--mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);--mat-radio-label-text-color:rgba(0, 0, 0, 0.87)}.mat-mdc-radio-button.mat-warn{--mdc-radio-disabled-selected-icon-color:black;--mdc-radio-disabled-unselected-icon-color:black;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#f44336;--mdc-radio-selected-hover-icon-color:#f44336;--mdc-radio-selected-icon-color:#f44336;--mdc-radio-selected-pressed-icon-color:#f44336;--mat-radio-ripple-color:black;--mat-radio-checked-ripple-color:#f44336;--mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);--mat-radio-label-text-color:rgba(0, 0, 0, 0.87)}html{--mdc-radio-state-layer-size:40px;--mat-radio-touch-target-display:block}html{--mat-radio-label-text-font:Roboto, sans-serif;--mat-radio-label-text-line-height:20px;--mat-radio-label-text-size:14px;--mat-radio-label-text-tracking:0.0178571429em;--mat-radio-label-text-weight:400}html{--mdc-slider-active-track-height:6px;--mdc-slider-active-track-shape:9999px;--mdc-slider-handle-height:20px;--mdc-slider-handle-shape:50%;--mdc-slider-handle-width:20px;--mdc-slider-inactive-track-height:4px;--mdc-slider-inactive-track-shape:9999px;--mdc-slider-with-overlap-handle-outline-width:1px;--mdc-slider-with-tick-marks-active-container-opacity:0.6;--mdc-slider-with-tick-marks-container-shape:50%;--mdc-slider-with-tick-marks-container-size:2px;--mdc-slider-with-tick-marks-inactive-container-opacity:0.6;--mdc-slider-handle-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mat-slider-value-indicator-width:auto;--mat-slider-value-indicator-height:32px;--mat-slider-value-indicator-caret-display:block;--mat-slider-value-indicator-border-radius:4px;--mat-slider-value-indicator-padding:0 12px;--mat-slider-value-indicator-text-transform:none;--mat-slider-value-indicator-container-transform:translateX(-50%)}html{--mdc-slider-handle-color:#3f51b5;--mdc-slider-focus-handle-color:#3f51b5;--mdc-slider-hover-handle-color:#3f51b5;--mdc-slider-active-track-color:#3f51b5;--mdc-slider-inactive-track-color:#3f51b5;--mdc-slider-with-tick-marks-inactive-container-color:#3f51b5;--mdc-slider-with-tick-marks-active-container-color:white;--mdc-slider-disabled-active-track-color:#000;--mdc-slider-disabled-handle-color:#000;--mdc-slider-disabled-inactive-track-color:#000;--mdc-slider-label-container-color:#000;--mdc-slider-label-label-text-color:#fff;--mdc-slider-with-overlap-handle-outline-color:#fff;--mdc-slider-with-tick-marks-disabled-container-color:#000;--mat-slider-ripple-color:#3f51b5;--mat-slider-hover-state-layer-color:rgba(63, 81, 181, 0.05);--mat-slider-focus-state-layer-color:rgba(63, 81, 181, 0.2);--mat-slider-value-indicator-opacity:0.6}html .mat-accent{--mdc-slider-handle-color:#ff4081;--mdc-slider-focus-handle-color:#ff4081;--mdc-slider-hover-handle-color:#ff4081;--mdc-slider-active-track-color:#ff4081;--mdc-slider-inactive-track-color:#ff4081;--mdc-slider-with-tick-marks-inactive-container-color:#ff4081;--mdc-slider-with-tick-marks-active-container-color:white;--mat-slider-ripple-color:#ff4081;--mat-slider-hover-state-layer-color:rgba(255, 64, 129, 0.05);--mat-slider-focus-state-layer-color:rgba(255, 64, 129, 0.2)}html .mat-warn{--mdc-slider-handle-color:#f44336;--mdc-slider-focus-handle-color:#f44336;--mdc-slider-hover-handle-color:#f44336;--mdc-slider-active-track-color:#f44336;--mdc-slider-inactive-track-color:#f44336;--mdc-slider-with-tick-marks-inactive-container-color:#f44336;--mdc-slider-with-tick-marks-active-container-color:white;--mat-slider-ripple-color:#f44336;--mat-slider-hover-state-layer-color:rgba(244, 67, 54, 0.05);--mat-slider-focus-state-layer-color:rgba(244, 67, 54, 0.2)}html{--mdc-slider-label-label-text-font:Roboto, sans-serif;--mdc-slider-label-label-text-size:14px;--mdc-slider-label-label-text-line-height:22px;--mdc-slider-label-label-text-tracking:0.0071428571em;--mdc-slider-label-label-text-weight:500}html{--mat-menu-container-shape:4px;--mat-menu-divider-bottom-spacing:0;--mat-menu-divider-top-spacing:0;--mat-menu-item-spacing:16px;--mat-menu-item-icon-size:24px;--mat-menu-item-leading-spacing:16px;--mat-menu-item-trailing-spacing:16px;--mat-menu-item-with-icon-leading-spacing:16px;--mat-menu-item-with-icon-trailing-spacing:16px;--mat-menu-base-elevation-level:8}html{--mat-menu-item-label-text-color:rgba(0, 0, 0, 0.87);--mat-menu-item-icon-color:rgba(0, 0, 0, 0.87);--mat-menu-item-hover-state-layer-color:rgba(0, 0, 0, 0.04);--mat-menu-item-focus-state-layer-color:rgba(0, 0, 0, 0.04);--mat-menu-container-color:white;--mat-menu-divider-color:rgba(0, 0, 0, 0.12)}html{--mat-menu-item-label-text-font:Roboto, sans-serif;--mat-menu-item-label-text-size:16px;--mat-menu-item-label-text-tracking:0.03125em;--mat-menu-item-label-text-line-height:24px;--mat-menu-item-label-text-weight:400}html{--mdc-list-list-item-container-shape:0;--mdc-list-list-item-leading-avatar-shape:50%;--mdc-list-list-item-container-color:transparent;--mdc-list-list-item-selected-container-color:transparent;--mdc-list-list-item-leading-avatar-color:transparent;--mdc-list-list-item-leading-icon-size:24px;--mdc-list-list-item-leading-avatar-size:40px;--mdc-list-list-item-trailing-icon-size:24px;--mdc-list-list-item-disabled-state-layer-color:transparent;--mdc-list-list-item-disabled-state-layer-opacity:0;--mdc-list-list-item-disabled-label-text-opacity:0.38;--mdc-list-list-item-disabled-leading-icon-opacity:0.38;--mdc-list-list-item-disabled-trailing-icon-opacity:0.38;--mat-list-active-indicator-color:transparent;--mat-list-active-indicator-shape:4px}html{--mdc-list-list-item-label-text-color:rgba(0, 0, 0, 0.87);--mdc-list-list-item-supporting-text-color:rgba(0, 0, 0, 0.54);--mdc-list-list-item-leading-icon-color:rgba(0, 0, 0, 0.38);--mdc-list-list-item-trailing-supporting-text-color:rgba(0, 0, 0, 0.38);--mdc-list-list-item-trailing-icon-color:rgba(0, 0, 0, 0.38);--mdc-list-list-item-selected-trailing-icon-color:rgba(0, 0, 0, 0.38);--mdc-list-list-item-disabled-label-text-color:black;--mdc-list-list-item-disabled-leading-icon-color:black;--mdc-list-list-item-disabled-trailing-icon-color:black;--mdc-list-list-item-hover-label-text-color:rgba(0, 0, 0, 0.87);--mdc-list-list-item-hover-leading-icon-color:rgba(0, 0, 0, 0.38);--mdc-list-list-item-hover-trailing-icon-color:rgba(0, 0, 0, 0.38);--mdc-list-list-item-focus-label-text-color:rgba(0, 0, 0, 0.87);--mdc-list-list-item-hover-state-layer-color:black;--mdc-list-list-item-hover-state-layer-opacity:0.04;--mdc-list-list-item-focus-state-layer-color:black;--mdc-list-list-item-focus-state-layer-opacity:0.12}.mdc-list-item__start,.mdc-list-item__end{--mdc-radio-disabled-selected-icon-color:black;--mdc-radio-disabled-unselected-icon-color:black;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#3f51b5;--mdc-radio-selected-hover-icon-color:#3f51b5;--mdc-radio-selected-icon-color:#3f51b5;--mdc-radio-selected-pressed-icon-color:#3f51b5}.mat-accent .mdc-list-item__start,.mat-accent .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color:black;--mdc-radio-disabled-unselected-icon-color:black;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#ff4081;--mdc-radio-selected-hover-icon-color:#ff4081;--mdc-radio-selected-icon-color:#ff4081;--mdc-radio-selected-pressed-icon-color:#ff4081}.mat-warn .mdc-list-item__start,.mat-warn .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color:black;--mdc-radio-disabled-unselected-icon-color:black;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#f44336;--mdc-radio-selected-hover-icon-color:#f44336;--mdc-radio-selected-icon-color:#f44336;--mdc-radio-selected-pressed-icon-color:#f44336}.mat-mdc-list-option{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-selected-checkmark-color:white;--mdc-checkbox-selected-focus-icon-color:#3f51b5;--mdc-checkbox-selected-hover-icon-color:#3f51b5;--mdc-checkbox-selected-icon-color:#3f51b5;--mdc-checkbox-selected-pressed-icon-color:#3f51b5;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#3f51b5;--mdc-checkbox-selected-hover-state-layer-color:#3f51b5;--mdc-checkbox-selected-pressed-state-layer-color:#3f51b5;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}.mat-mdc-list-option.mat-accent{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-selected-checkmark-color:white;--mdc-checkbox-selected-focus-icon-color:#ff4081;--mdc-checkbox-selected-hover-icon-color:#ff4081;--mdc-checkbox-selected-icon-color:#ff4081;--mdc-checkbox-selected-pressed-icon-color:#ff4081;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#ff4081;--mdc-checkbox-selected-hover-state-layer-color:#ff4081;--mdc-checkbox-selected-pressed-state-layer-color:#ff4081;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}.mat-mdc-list-option.mat-warn{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-selected-checkmark-color:white;--mdc-checkbox-selected-focus-icon-color:#f44336;--mdc-checkbox-selected-hover-icon-color:#f44336;--mdc-checkbox-selected-icon-color:#f44336;--mdc-checkbox-selected-pressed-icon-color:#f44336;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#f44336;--mdc-checkbox-selected-hover-state-layer-color:#f44336;--mdc-checkbox-selected-pressed-state-layer-color:#f44336;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start{color:#3f51b5}.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}html{--mdc-list-list-item-one-line-container-height:48px;--mdc-list-list-item-two-line-container-height:64px;--mdc-list-list-item-three-line-container-height:88px;--mat-list-list-item-leading-icon-start-space:16px;--mat-list-list-item-leading-icon-end-space:32px}.mdc-list-item__start,.mdc-list-item__end{--mdc-radio-state-layer-size:40px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line{height:56px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines{height:72px}html{--mdc-list-list-item-label-text-font:Roboto, sans-serif;--mdc-list-list-item-label-text-line-height:24px;--mdc-list-list-item-label-text-size:16px;--mdc-list-list-item-label-text-tracking:0.03125em;--mdc-list-list-item-label-text-weight:400;--mdc-list-list-item-supporting-text-font:Roboto, sans-serif;--mdc-list-list-item-supporting-text-line-height:20px;--mdc-list-list-item-supporting-text-size:14px;--mdc-list-list-item-supporting-text-tracking:0.0178571429em;--mdc-list-list-item-supporting-text-weight:400;--mdc-list-list-item-trailing-supporting-text-font:Roboto, sans-serif;--mdc-list-list-item-trailing-supporting-text-line-height:20px;--mdc-list-list-item-trailing-supporting-text-size:12px;--mdc-list-list-item-trailing-supporting-text-tracking:0.0333333333em;--mdc-list-list-item-trailing-supporting-text-weight:400}.mdc-list-group__subheader{font:400 16px/28px Roboto, sans-serif;letter-spacing:.009375em}html{--mat-paginator-container-text-color:rgba(0, 0, 0, 0.87);--mat-paginator-container-background-color:white;--mat-paginator-enabled-icon-color:rgba(0, 0, 0, 0.54);--mat-paginator-disabled-icon-color:rgba(0, 0, 0, 0.12)}html{--mat-paginator-container-size:56px;--mat-paginator-form-field-container-height:40px;--mat-paginator-form-field-container-vertical-padding:8px;--mat-paginator-touch-target-display:block}html{--mat-paginator-container-text-font:Roboto, sans-serif;--mat-paginator-container-text-line-height:20px;--mat-paginator-container-text-size:12px;--mat-paginator-container-text-tracking:0.0333333333em;--mat-paginator-container-text-weight:400;--mat-paginator-select-trigger-text-size:12px}html{--mdc-secondary-navigation-tab-container-height:48px;--mdc-tab-indicator-active-indicator-height:2px;--mdc-tab-indicator-active-indicator-shape:0;--mat-tab-header-divider-color:transparent;--mat-tab-header-divider-height:0}.mat-mdc-tab-group,.mat-mdc-tab-nav-bar{--mdc-tab-indicator-active-indicator-color:#3f51b5;--mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);--mat-tab-header-pagination-icon-color:black;--mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-active-label-text-color:#3f51b5;--mat-tab-header-active-ripple-color:#3f51b5;--mat-tab-header-inactive-ripple-color:#3f51b5;--mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-active-focus-label-text-color:#3f51b5;--mat-tab-header-active-hover-label-text-color:#3f51b5;--mat-tab-header-active-focus-indicator-color:#3f51b5;--mat-tab-header-active-hover-indicator-color:#3f51b5}.mat-mdc-tab-group.mat-accent,.mat-mdc-tab-nav-bar.mat-accent{--mdc-tab-indicator-active-indicator-color:#ff4081;--mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);--mat-tab-header-pagination-icon-color:black;--mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-active-label-text-color:#ff4081;--mat-tab-header-active-ripple-color:#ff4081;--mat-tab-header-inactive-ripple-color:#ff4081;--mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-active-focus-label-text-color:#ff4081;--mat-tab-header-active-hover-label-text-color:#ff4081;--mat-tab-header-active-focus-indicator-color:#ff4081;--mat-tab-header-active-hover-indicator-color:#ff4081}.mat-mdc-tab-group.mat-warn,.mat-mdc-tab-nav-bar.mat-warn{--mdc-tab-indicator-active-indicator-color:#f44336;--mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);--mat-tab-header-pagination-icon-color:black;--mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-active-label-text-color:#f44336;--mat-tab-header-active-ripple-color:#f44336;--mat-tab-header-inactive-ripple-color:#f44336;--mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-active-focus-label-text-color:#f44336;--mat-tab-header-active-hover-label-text-color:#f44336;--mat-tab-header-active-focus-indicator-color:#f44336;--mat-tab-header-active-hover-indicator-color:#f44336}.mat-mdc-tab-group.mat-background-primary,.mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-header-with-background-background-color:#3f51b5;--mat-tab-header-with-background-foreground-color:white}.mat-mdc-tab-group.mat-background-accent,.mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-header-with-background-background-color:#ff4081;--mat-tab-header-with-background-foreground-color:white}.mat-mdc-tab-group.mat-background-warn,.mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-header-with-background-background-color:#f44336;--mat-tab-header-with-background-foreground-color:white}.mat-mdc-tab-header{--mdc-secondary-navigation-tab-container-height:48px}.mat-mdc-tab-header{--mat-tab-header-label-text-font:Roboto, sans-serif;--mat-tab-header-label-text-size:14px;--mat-tab-header-label-text-tracking:0.0892857143em;--mat-tab-header-label-text-line-height:36px;--mat-tab-header-label-text-weight:500}html{--mdc-checkbox-disabled-selected-checkmark-color:#fff;--mdc-checkbox-selected-focus-state-layer-opacity:0.16;--mdc-checkbox-selected-hover-state-layer-opacity:0.04;--mdc-checkbox-selected-pressed-state-layer-opacity:0.16;--mdc-checkbox-unselected-focus-state-layer-opacity:0.16;--mdc-checkbox-unselected-hover-state-layer-opacity:0.04;--mdc-checkbox-unselected-pressed-state-layer-opacity:0.16}html{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-selected-checkmark-color:white;--mdc-checkbox-selected-focus-icon-color:#ff4081;--mdc-checkbox-selected-hover-icon-color:#ff4081;--mdc-checkbox-selected-icon-color:#ff4081;--mdc-checkbox-selected-pressed-icon-color:#ff4081;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#ff4081;--mdc-checkbox-selected-hover-state-layer-color:#ff4081;--mdc-checkbox-selected-pressed-state-layer-color:#ff4081;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black;--mat-checkbox-disabled-label-color:rgba(0, 0, 0, 0.38);--mat-checkbox-label-text-color:rgba(0, 0, 0, 0.87)}.mat-mdc-checkbox.mat-primary{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-selected-checkmark-color:white;--mdc-checkbox-selected-focus-icon-color:#3f51b5;--mdc-checkbox-selected-hover-icon-color:#3f51b5;--mdc-checkbox-selected-icon-color:#3f51b5;--mdc-checkbox-selected-pressed-icon-color:#3f51b5;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#3f51b5;--mdc-checkbox-selected-hover-state-layer-color:#3f51b5;--mdc-checkbox-selected-pressed-state-layer-color:#3f51b5;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}.mat-mdc-checkbox.mat-warn{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-selected-checkmark-color:white;--mdc-checkbox-selected-focus-icon-color:#f44336;--mdc-checkbox-selected-hover-icon-color:#f44336;--mdc-checkbox-selected-icon-color:#f44336;--mdc-checkbox-selected-pressed-icon-color:#f44336;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#f44336;--mdc-checkbox-selected-hover-state-layer-color:#f44336;--mdc-checkbox-selected-pressed-state-layer-color:#f44336;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}html{--mdc-checkbox-state-layer-size:40px;--mat-checkbox-touch-target-display:block}html{--mat-checkbox-label-text-font:Roboto, sans-serif;--mat-checkbox-label-text-line-height:20px;--mat-checkbox-label-text-size:14px;--mat-checkbox-label-text-tracking:0.0178571429em;--mat-checkbox-label-text-weight:400}html{--mdc-text-button-container-shape:4px;--mdc-text-button-keep-touch-target:false;--mdc-filled-button-container-shape:4px;--mdc-filled-button-keep-touch-target:false;--mdc-protected-button-container-shape:4px;--mdc-protected-button-container-elevation-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);--mdc-protected-button-disabled-container-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mdc-protected-button-focus-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);--mdc-protected-button-hover-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);--mdc-protected-button-pressed-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-outlined-button-keep-touch-target:false;--mdc-outlined-button-outline-width:1px;--mdc-outlined-button-container-shape:4px;--mat-text-button-horizontal-padding:8px;--mat-text-button-with-icon-horizontal-padding:8px;--mat-text-button-icon-spacing:8px;--mat-text-button-icon-offset:0;--mat-filled-button-horizontal-padding:16px;--mat-filled-button-icon-spacing:8px;--mat-filled-button-icon-offset:-4px;--mat-protected-button-horizontal-padding:16px;--mat-protected-button-icon-spacing:8px;--mat-protected-button-icon-offset:-4px;--mat-outlined-button-horizontal-padding:15px;--mat-outlined-button-icon-spacing:8px;--mat-outlined-button-icon-offset:-4px}html{--mdc-text-button-label-text-color:black;--mdc-text-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);--mat-text-button-state-layer-color:black;--mat-text-button-disabled-state-layer-color:black;--mat-text-button-ripple-color:rgba(0, 0, 0, 0.1);--mat-text-button-hover-state-layer-opacity:0.04;--mat-text-button-focus-state-layer-opacity:0.12;--mat-text-button-pressed-state-layer-opacity:0.12;--mdc-filled-button-container-color:white;--mdc-filled-button-label-text-color:black;--mdc-filled-button-disabled-container-color:rgba(0, 0, 0, 0.12);--mdc-filled-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);--mat-filled-button-state-layer-color:black;--mat-filled-button-disabled-state-layer-color:black;--mat-filled-button-ripple-color:rgba(0, 0, 0, 0.1);--mat-filled-button-hover-state-layer-opacity:0.04;--mat-filled-button-focus-state-layer-opacity:0.12;--mat-filled-button-pressed-state-layer-opacity:0.12;--mdc-protected-button-container-color:white;--mdc-protected-button-label-text-color:black;--mdc-protected-button-disabled-container-color:rgba(0, 0, 0, 0.12);--mdc-protected-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);--mat-protected-button-state-layer-color:black;--mat-protected-button-disabled-state-layer-color:black;--mat-protected-button-ripple-color:rgba(0, 0, 0, 0.1);--mat-protected-button-hover-state-layer-opacity:0.04;--mat-protected-button-focus-state-layer-opacity:0.12;--mat-protected-button-pressed-state-layer-opacity:0.12;--mdc-outlined-button-disabled-outline-color:rgba(0, 0, 0, 0.12);--mdc-outlined-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);--mdc-outlined-button-label-text-color:black;--mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);--mat-outlined-button-state-layer-color:black;--mat-outlined-button-disabled-state-layer-color:black;--mat-outlined-button-ripple-color:rgba(0, 0, 0, 0.1);--mat-outlined-button-hover-state-layer-opacity:0.04;--mat-outlined-button-focus-state-layer-opacity:0.12;--mat-outlined-button-pressed-state-layer-opacity:0.12}.mat-mdc-button.mat-primary{--mdc-text-button-label-text-color:#3f51b5;--mat-text-button-state-layer-color:#3f51b5;--mat-text-button-ripple-color:rgba(63, 81, 181, 0.1)}.mat-mdc-button.mat-accent{--mdc-text-button-label-text-color:#ff4081;--mat-text-button-state-layer-color:#ff4081;--mat-text-button-ripple-color:rgba(255, 64, 129, 0.1)}.mat-mdc-button.mat-warn{--mdc-text-button-label-text-color:#f44336;--mat-text-button-state-layer-color:#f44336;--mat-text-button-ripple-color:rgba(244, 67, 54, 0.1)}.mat-mdc-unelevated-button.mat-primary{--mdc-filled-button-container-color:#3f51b5;--mdc-filled-button-label-text-color:white;--mat-filled-button-state-layer-color:white;--mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1)}.mat-mdc-unelevated-button.mat-accent{--mdc-filled-button-container-color:#ff4081;--mdc-filled-button-label-text-color:white;--mat-filled-button-state-layer-color:white;--mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1)}.mat-mdc-unelevated-button.mat-warn{--mdc-filled-button-container-color:#f44336;--mdc-filled-button-label-text-color:white;--mat-filled-button-state-layer-color:white;--mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1)}.mat-mdc-raised-button.mat-primary{--mdc-protected-button-container-color:#3f51b5;--mdc-protected-button-label-text-color:white;--mat-protected-button-state-layer-color:white;--mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1)}.mat-mdc-raised-button.mat-accent{--mdc-protected-button-container-color:#ff4081;--mdc-protected-button-label-text-color:white;--mat-protected-button-state-layer-color:white;--mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1)}.mat-mdc-raised-button.mat-warn{--mdc-protected-button-container-color:#f44336;--mdc-protected-button-label-text-color:white;--mat-protected-button-state-layer-color:white;--mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1)}.mat-mdc-outlined-button.mat-primary{--mdc-outlined-button-label-text-color:#3f51b5;--mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);--mat-outlined-button-state-layer-color:#3f51b5;--mat-outlined-button-ripple-color:rgba(63, 81, 181, 0.1)}.mat-mdc-outlined-button.mat-accent{--mdc-outlined-button-label-text-color:#ff4081;--mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);--mat-outlined-button-state-layer-color:#ff4081;--mat-outlined-button-ripple-color:rgba(255, 64, 129, 0.1)}.mat-mdc-outlined-button.mat-warn{--mdc-outlined-button-label-text-color:#f44336;--mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);--mat-outlined-button-state-layer-color:#f44336;--mat-outlined-button-ripple-color:rgba(244, 67, 54, 0.1)}html{--mdc-text-button-container-height:36px;--mdc-filled-button-container-height:36px;--mdc-protected-button-container-height:36px;--mdc-outlined-button-container-height:36px;--mat-text-button-touch-target-display:block;--mat-filled-button-touch-target-display:block;--mat-protected-button-touch-target-display:block;--mat-outlined-button-touch-target-display:block}html{--mdc-text-button-label-text-font:Roboto, sans-serif;--mdc-text-button-label-text-size:14px;--mdc-text-button-label-text-tracking:0.0892857143em;--mdc-text-button-label-text-weight:500;--mdc-text-button-label-text-transform:none;--mdc-filled-button-label-text-font:Roboto, sans-serif;--mdc-filled-button-label-text-size:14px;--mdc-filled-button-label-text-tracking:0.0892857143em;--mdc-filled-button-label-text-weight:500;--mdc-filled-button-label-text-transform:none;--mdc-protected-button-label-text-font:Roboto, sans-serif;--mdc-protected-button-label-text-size:14px;--mdc-protected-button-label-text-tracking:0.0892857143em;--mdc-protected-button-label-text-weight:500;--mdc-protected-button-label-text-transform:none;--mdc-outlined-button-label-text-font:Roboto, sans-serif;--mdc-outlined-button-label-text-size:14px;--mdc-outlined-button-label-text-tracking:0.0892857143em;--mdc-outlined-button-label-text-weight:500;--mdc-outlined-button-label-text-transform:none}html{--mdc-icon-button-icon-size:24px}html{--mdc-icon-button-icon-color:inherit;--mdc-icon-button-disabled-icon-color:rgba(0, 0, 0, 0.38);--mat-icon-button-state-layer-color:black;--mat-icon-button-disabled-state-layer-color:black;--mat-icon-button-ripple-color:rgba(0, 0, 0, 0.1);--mat-icon-button-hover-state-layer-opacity:0.04;--mat-icon-button-focus-state-layer-opacity:0.12;--mat-icon-button-pressed-state-layer-opacity:0.12}html .mat-mdc-icon-button.mat-primary{--mdc-icon-button-icon-color:#3f51b5;--mat-icon-button-state-layer-color:#3f51b5;--mat-icon-button-ripple-color:rgba(63, 81, 181, 0.1)}html .mat-mdc-icon-button.mat-accent{--mdc-icon-button-icon-color:#ff4081;--mat-icon-button-state-layer-color:#ff4081;--mat-icon-button-ripple-color:rgba(255, 64, 129, 0.1)}html .mat-mdc-icon-button.mat-warn{--mdc-icon-button-icon-color:#f44336;--mat-icon-button-state-layer-color:#f44336;--mat-icon-button-ripple-color:rgba(244, 67, 54, 0.1)}html{--mat-icon-button-touch-target-display:block}.mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 48px;width:var(--mdc-icon-button-state-layer-size);height:var(--mdc-icon-button-state-layer-size);padding:12px}html{--mdc-fab-container-shape:50%;--mdc-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-fab-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-fab-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);--mdc-fab-small-container-shape:50%;--mdc-fab-small-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-fab-small-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-fab-small-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-fab-small-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);--mdc-extended-fab-container-height:48px;--mdc-extended-fab-container-shape:24px;--mdc-extended-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-extended-fab-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-extended-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-extended-fab-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12)}html{--mdc-fab-container-color:white;--mat-fab-foreground-color:black;--mat-fab-state-layer-color:black;--mat-fab-disabled-state-layer-color:black;--mat-fab-ripple-color:rgba(0, 0, 0, 0.1);--mat-fab-hover-state-layer-opacity:0.04;--mat-fab-focus-state-layer-opacity:0.12;--mat-fab-pressed-state-layer-opacity:0.12;--mat-fab-disabled-state-container-color:rgba(0, 0, 0, 0.12);--mat-fab-disabled-state-foreground-color:rgba(0, 0, 0, 0.38);--mdc-fab-small-container-color:white;--mat-fab-small-foreground-color:black;--mat-fab-small-state-layer-color:black;--mat-fab-small-disabled-state-layer-color:black;--mat-fab-small-ripple-color:rgba(0, 0, 0, 0.1);--mat-fab-small-hover-state-layer-opacity:0.04;--mat-fab-small-focus-state-layer-opacity:0.12;--mat-fab-small-pressed-state-layer-opacity:0.12;--mat-fab-small-disabled-state-container-color:rgba(0, 0, 0, 0.12);--mat-fab-small-disabled-state-foreground-color:rgba(0, 0, 0, 0.38)}html .mat-mdc-fab.mat-primary{--mdc-fab-container-color:#3f51b5;--mat-fab-foreground-color:white;--mat-fab-state-layer-color:white;--mat-fab-ripple-color:rgba(255, 255, 255, 0.1)}html .mat-mdc-fab.mat-accent{--mdc-fab-container-color:#ff4081;--mat-fab-foreground-color:white;--mat-fab-state-layer-color:white;--mat-fab-ripple-color:rgba(255, 255, 255, 0.1)}html .mat-mdc-fab.mat-warn{--mdc-fab-container-color:#f44336;--mat-fab-foreground-color:white;--mat-fab-state-layer-color:white;--mat-fab-ripple-color:rgba(255, 255, 255, 0.1)}html .mat-mdc-mini-fab.mat-primary{--mdc-fab-small-container-color:#3f51b5;--mat-fab-small-foreground-color:white;--mat-fab-small-state-layer-color:white;--mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1)}html .mat-mdc-mini-fab.mat-accent{--mdc-fab-small-container-color:#ff4081;--mat-fab-small-foreground-color:white;--mat-fab-small-state-layer-color:white;--mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1)}html .mat-mdc-mini-fab.mat-warn{--mdc-fab-small-container-color:#f44336;--mat-fab-small-foreground-color:white;--mat-fab-small-state-layer-color:white;--mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1)}html{--mat-fab-touch-target-display:block;--mat-fab-small-touch-target-display:block}html{--mdc-extended-fab-label-text-font:Roboto, sans-serif;--mdc-extended-fab-label-text-size:14px;--mdc-extended-fab-label-text-tracking:0.0892857143em;--mdc-extended-fab-label-text-weight:500}html{--mdc-snackbar-container-shape:4px}html{--mdc-snackbar-container-color:#333333;--mdc-snackbar-supporting-text-color:rgba(255, 255, 255, 0.87);--mat-snack-bar-button-color:#ff4081}html{--mdc-snackbar-supporting-text-font:Roboto, sans-serif;--mdc-snackbar-supporting-text-line-height:20px;--mdc-snackbar-supporting-text-size:14px;--mdc-snackbar-supporting-text-weight:400}html{--mat-table-row-item-outline-width:1px}html{--mat-table-background-color:white;--mat-table-header-headline-color:rgba(0, 0, 0, 0.87);--mat-table-row-item-label-text-color:rgba(0, 0, 0, 0.87);--mat-table-row-item-outline-color:rgba(0, 0, 0, 0.12)}html{--mat-table-header-container-height:56px;--mat-table-footer-container-height:52px;--mat-table-row-item-container-height:52px}html{--mat-table-header-headline-font:Roboto, sans-serif;--mat-table-header-headline-line-height:22px;--mat-table-header-headline-size:14px;--mat-table-header-headline-weight:500;--mat-table-header-headline-tracking:0.0071428571em;--mat-table-row-item-label-text-font:Roboto, sans-serif;--mat-table-row-item-label-text-line-height:20px;--mat-table-row-item-label-text-size:14px;--mat-table-row-item-label-text-weight:400;--mat-table-row-item-label-text-tracking:0.0178571429em;--mat-table-footer-supporting-text-font:Roboto, sans-serif;--mat-table-footer-supporting-text-line-height:20px;--mat-table-footer-supporting-text-size:14px;--mat-table-footer-supporting-text-weight:400;--mat-table-footer-supporting-text-tracking:0.0178571429em}html{--mdc-circular-progress-active-indicator-width:4px;--mdc-circular-progress-size:48px}html{--mdc-circular-progress-active-indicator-color:#3f51b5}html .mat-accent{--mdc-circular-progress-active-indicator-color:#ff4081}html .mat-warn{--mdc-circular-progress-active-indicator-color:#f44336}html{--mat-badge-container-shape:50%;--mat-badge-container-size:unset;--mat-badge-small-size-container-size:unset;--mat-badge-large-size-container-size:unset;--mat-badge-legacy-container-size:22px;--mat-badge-legacy-small-size-container-size:16px;--mat-badge-legacy-large-size-container-size:28px;--mat-badge-container-offset:-11px 0;--mat-badge-small-size-container-offset:-8px 0;--mat-badge-large-size-container-offset:-14px 0;--mat-badge-container-overlap-offset:-11px;--mat-badge-small-size-container-overlap-offset:-8px;--mat-badge-large-size-container-overlap-offset:-14px;--mat-badge-container-padding:0;--mat-badge-small-size-container-padding:0;--mat-badge-large-size-container-padding:0}html{--mat-badge-background-color:#3f51b5;--mat-badge-text-color:white;--mat-badge-disabled-state-background-color:#b9b9b9;--mat-badge-disabled-state-text-color:rgba(0, 0, 0, 0.38)}.mat-badge-accent{--mat-badge-background-color:#ff4081;--mat-badge-text-color:white}.mat-badge-warn{--mat-badge-background-color:#f44336;--mat-badge-text-color:white}html{--mat-badge-text-font:Roboto, sans-serif;--mat-badge-text-size:12px;--mat-badge-text-weight:600;--mat-badge-small-size-text-size:9px;--mat-badge-large-size-text-size:24px}html{--mat-bottom-sheet-container-shape:4px}html{--mat-bottom-sheet-container-text-color:rgba(0, 0, 0, 0.87);--mat-bottom-sheet-container-background-color:white}html{--mat-bottom-sheet-container-text-font:Roboto, sans-serif;--mat-bottom-sheet-container-text-line-height:20px;--mat-bottom-sheet-container-text-size:14px;--mat-bottom-sheet-container-text-tracking:0.0178571429em;--mat-bottom-sheet-container-text-weight:400}html{--mat-legacy-button-toggle-height:36px;--mat-legacy-button-toggle-shape:2px;--mat-legacy-button-toggle-focus-state-layer-opacity:1;--mat-standard-button-toggle-shape:4px;--mat-standard-button-toggle-hover-state-layer-opacity:0.04;--mat-standard-button-toggle-focus-state-layer-opacity:0.12}html{--mat-legacy-button-toggle-text-color:rgba(0, 0, 0, 0.38);--mat-legacy-button-toggle-state-layer-color:rgba(0, 0, 0, 0.12);--mat-legacy-button-toggle-selected-state-text-color:rgba(0, 0, 0, 0.54);--mat-legacy-button-toggle-selected-state-background-color:#e0e0e0;--mat-legacy-button-toggle-disabled-state-text-color:rgba(0, 0, 0, 0.26);--mat-legacy-button-toggle-disabled-state-background-color:#eeeeee;--mat-legacy-button-toggle-disabled-selected-state-background-color:#bdbdbd;--mat-standard-button-toggle-text-color:rgba(0, 0, 0, 0.87);--mat-standard-button-toggle-background-color:white;--mat-standard-button-toggle-state-layer-color:black;--mat-standard-button-toggle-selected-state-background-color:#e0e0e0;--mat-standard-button-toggle-selected-state-text-color:rgba(0, 0, 0, 0.87);--mat-standard-button-toggle-disabled-state-text-color:rgba(0, 0, 0, 0.26);--mat-standard-button-toggle-disabled-state-background-color:white;--mat-standard-button-toggle-disabled-selected-state-text-color:rgba(0, 0, 0, 0.87);--mat-standard-button-toggle-disabled-selected-state-background-color:#bdbdbd;--mat-standard-button-toggle-divider-color:#e0e0e0}html{--mat-standard-button-toggle-height:48px}html{--mat-legacy-button-toggle-label-text-font:Roboto, sans-serif;--mat-legacy-button-toggle-label-text-line-height:24px;--mat-legacy-button-toggle-label-text-size:16px;--mat-legacy-button-toggle-label-text-tracking:0.03125em;--mat-legacy-button-toggle-label-text-weight:400;--mat-standard-button-toggle-label-text-font:Roboto, sans-serif;--mat-standard-button-toggle-label-text-line-height:24px;--mat-standard-button-toggle-label-text-size:16px;--mat-standard-button-toggle-label-text-tracking:0.03125em;--mat-standard-button-toggle-label-text-weight:400}html{--mat-datepicker-calendar-container-shape:4px;--mat-datepicker-calendar-container-touch-shape:4px;--mat-datepicker-calendar-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);--mat-datepicker-calendar-container-touch-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12)}html{--mat-datepicker-calendar-date-selected-state-text-color:white;--mat-datepicker-calendar-date-selected-state-background-color:#3f51b5;--mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(63, 81, 181, 0.4);--mat-datepicker-calendar-date-today-selected-state-outline-color:white;--mat-datepicker-calendar-date-focus-state-background-color:rgba(63, 81, 181, 0.3);--mat-datepicker-calendar-date-hover-state-background-color:rgba(63, 81, 181, 0.3);--mat-datepicker-toggle-active-state-icon-color:#3f51b5;--mat-datepicker-calendar-date-in-range-state-background-color:rgba(63, 81, 181, 0.2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e;--mat-datepicker-toggle-icon-color:rgba(0, 0, 0, 0.54);--mat-datepicker-calendar-body-label-text-color:rgba(0, 0, 0, 0.54);--mat-datepicker-calendar-period-button-text-color:black;--mat-datepicker-calendar-period-button-icon-color:rgba(0, 0, 0, 0.54);--mat-datepicker-calendar-navigation-button-icon-color:rgba(0, 0, 0, 0.54);--mat-datepicker-calendar-header-divider-color:rgba(0, 0, 0, 0.12);--mat-datepicker-calendar-header-text-color:rgba(0, 0, 0, 0.54);--mat-datepicker-calendar-date-today-outline-color:rgba(0, 0, 0, 0.38);--mat-datepicker-calendar-date-today-disabled-state-outline-color:rgba(0, 0, 0, 0.18);--mat-datepicker-calendar-date-text-color:rgba(0, 0, 0, 0.87);--mat-datepicker-calendar-date-outline-color:transparent;--mat-datepicker-calendar-date-disabled-state-text-color:rgba(0, 0, 0, 0.38);--mat-datepicker-calendar-date-preview-state-outline-color:rgba(0, 0, 0, 0.24);--mat-datepicker-range-input-separator-color:rgba(0, 0, 0, 0.87);--mat-datepicker-range-input-disabled-state-separator-color:rgba(0, 0, 0, 0.38);--mat-datepicker-range-input-disabled-state-text-color:rgba(0, 0, 0, 0.38);--mat-datepicker-calendar-container-background-color:white;--mat-datepicker-calendar-container-text-color:rgba(0, 0, 0, 0.87)}.mat-datepicker-content.mat-accent{--mat-datepicker-calendar-date-selected-state-text-color:white;--mat-datepicker-calendar-date-selected-state-background-color:#ff4081;--mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(255, 64, 129, 0.4);--mat-datepicker-calendar-date-today-selected-state-outline-color:white;--mat-datepicker-calendar-date-focus-state-background-color:rgba(255, 64, 129, 0.3);--mat-datepicker-calendar-date-hover-state-background-color:rgba(255, 64, 129, 0.3);--mat-datepicker-calendar-date-in-range-state-background-color:rgba(255, 64, 129, 0.2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e}.mat-datepicker-content.mat-warn{--mat-datepicker-calendar-date-selected-state-text-color:white;--mat-datepicker-calendar-date-selected-state-background-color:#f44336;--mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(244, 67, 54, 0.4);--mat-datepicker-calendar-date-today-selected-state-outline-color:white;--mat-datepicker-calendar-date-focus-state-background-color:rgba(244, 67, 54, 0.3);--mat-datepicker-calendar-date-hover-state-background-color:rgba(244, 67, 54, 0.3);--mat-datepicker-calendar-date-in-range-state-background-color:rgba(244, 67, 54, 0.2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e}.mat-datepicker-toggle-active.mat-accent{--mat-datepicker-toggle-active-state-icon-color:#ff4081}.mat-datepicker-toggle-active.mat-warn{--mat-datepicker-toggle-active-state-icon-color:#f44336}.mat-calendar-controls{--mat-icon-button-touch-target-display:none}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 40px;width:var(--mdc-icon-button-state-layer-size);height:var(--mdc-icon-button-state-layer-size);padding:8px}html{--mat-datepicker-calendar-text-font:Roboto, sans-serif;--mat-datepicker-calendar-text-size:13px;--mat-datepicker-calendar-body-label-text-size:14px;--mat-datepicker-calendar-body-label-text-weight:500;--mat-datepicker-calendar-period-button-text-size:14px;--mat-datepicker-calendar-period-button-text-weight:500;--mat-datepicker-calendar-header-text-size:11px;--mat-datepicker-calendar-header-text-weight:400}html{--mat-divider-width:1px}html{--mat-divider-color:rgba(0, 0, 0, 0.12)}html{--mat-expansion-container-shape:4px;--mat-expansion-legacy-header-indicator-display:inline-block;--mat-expansion-header-indicator-display:none}html{--mat-expansion-container-background-color:white;--mat-expansion-container-text-color:rgba(0, 0, 0, 0.87);--mat-expansion-actions-divider-color:rgba(0, 0, 0, 0.12);--mat-expansion-header-hover-state-layer-color:rgba(0, 0, 0, 0.04);--mat-expansion-header-focus-state-layer-color:rgba(0, 0, 0, 0.04);--mat-expansion-header-disabled-state-text-color:rgba(0, 0, 0, 0.26);--mat-expansion-header-text-color:rgba(0, 0, 0, 0.87);--mat-expansion-header-description-color:rgba(0, 0, 0, 0.54);--mat-expansion-header-indicator-color:rgba(0, 0, 0, 0.54)}html{--mat-expansion-header-collapsed-state-height:48px;--mat-expansion-header-expanded-state-height:64px}html{--mat-expansion-header-text-font:Roboto, sans-serif;--mat-expansion-header-text-size:14px;--mat-expansion-header-text-weight:500;--mat-expansion-header-text-line-height:inherit;--mat-expansion-header-text-tracking:inherit;--mat-expansion-container-text-font:Roboto, sans-serif;--mat-expansion-container-text-line-height:20px;--mat-expansion-container-text-size:14px;--mat-expansion-container-text-tracking:0.0178571429em;--mat-expansion-container-text-weight:400}html{--mat-grid-list-tile-header-primary-text-size:14px;--mat-grid-list-tile-header-secondary-text-size:12px;--mat-grid-list-tile-footer-primary-text-size:14px;--mat-grid-list-tile-footer-secondary-text-size:12px}html{--mat-icon-color:inherit}.mat-icon.mat-primary{--mat-icon-color:#3f51b5}.mat-icon.mat-accent{--mat-icon-color:#ff4081}.mat-icon.mat-warn{--mat-icon-color:#f44336}html{--mat-sidenav-container-shape:0;--mat-sidenav-container-elevation-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);--mat-sidenav-container-width:auto}html{--mat-sidenav-container-divider-color:rgba(0, 0, 0, 0.12);--mat-sidenav-container-background-color:white;--mat-sidenav-container-text-color:rgba(0, 0, 0, 0.87);--mat-sidenav-content-background-color:#fafafa;--mat-sidenav-content-text-color:rgba(0, 0, 0, 0.87);--mat-sidenav-scrim-color:rgba(0, 0, 0, 0.6)}html{--mat-stepper-header-icon-foreground-color:white;--mat-stepper-header-selected-state-icon-background-color:#3f51b5;--mat-stepper-header-selected-state-icon-foreground-color:white;--mat-stepper-header-done-state-icon-background-color:#3f51b5;--mat-stepper-header-done-state-icon-foreground-color:white;--mat-stepper-header-edit-state-icon-background-color:#3f51b5;--mat-stepper-header-edit-state-icon-foreground-color:white;--mat-stepper-container-color:white;--mat-stepper-line-color:rgba(0, 0, 0, 0.12);--mat-stepper-header-hover-state-layer-color:rgba(0, 0, 0, 0.04);--mat-stepper-header-focus-state-layer-color:rgba(0, 0, 0, 0.04);--mat-stepper-header-label-text-color:rgba(0, 0, 0, 0.54);--mat-stepper-header-optional-label-text-color:rgba(0, 0, 0, 0.54);--mat-stepper-header-selected-state-label-text-color:rgba(0, 0, 0, 0.87);--mat-stepper-header-error-state-label-text-color:#f44336;--mat-stepper-header-icon-background-color:rgba(0, 0, 0, 0.54);--mat-stepper-header-error-state-icon-foreground-color:#f44336;--mat-stepper-header-error-state-icon-background-color:transparent}html .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color:white;--mat-stepper-header-selected-state-icon-background-color:#ff4081;--mat-stepper-header-selected-state-icon-foreground-color:white;--mat-stepper-header-done-state-icon-background-color:#ff4081;--mat-stepper-header-done-state-icon-foreground-color:white;--mat-stepper-header-edit-state-icon-background-color:#ff4081;--mat-stepper-header-edit-state-icon-foreground-color:white}html .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color:white;--mat-stepper-header-selected-state-icon-background-color:#f44336;--mat-stepper-header-selected-state-icon-foreground-color:white;--mat-stepper-header-done-state-icon-background-color:#f44336;--mat-stepper-header-done-state-icon-foreground-color:white;--mat-stepper-header-edit-state-icon-background-color:#f44336;--mat-stepper-header-edit-state-icon-foreground-color:white}html{--mat-stepper-header-height:72px}html{--mat-stepper-container-text-font:Roboto, sans-serif;--mat-stepper-header-label-text-font:Roboto, sans-serif;--mat-stepper-header-label-text-size:14px;--mat-stepper-header-label-text-weight:400;--mat-stepper-header-error-state-label-text-size:16px;--mat-stepper-header-selected-state-label-text-size:16px;--mat-stepper-header-selected-state-label-text-weight:400}html{--mat-sort-arrow-color:#757575}html{--mat-toolbar-container-background-color:whitesmoke;--mat-toolbar-container-text-color:rgba(0, 0, 0, 0.87)}.mat-toolbar.mat-primary{--mat-toolbar-container-background-color:#3f51b5;--mat-toolbar-container-text-color:white}.mat-toolbar.mat-accent{--mat-toolbar-container-background-color:#ff4081;--mat-toolbar-container-text-color:white}.mat-toolbar.mat-warn{--mat-toolbar-container-background-color:#f44336;--mat-toolbar-container-text-color:white}html{--mat-toolbar-standard-height:64px;--mat-toolbar-mobile-height:56px}html{--mat-toolbar-title-text-font:Roboto, sans-serif;--mat-toolbar-title-text-line-height:32px;--mat-toolbar-title-text-size:20px;--mat-toolbar-title-text-tracking:0.0125em;--mat-toolbar-title-text-weight:500}html{--mat-tree-container-background-color:white;--mat-tree-node-text-color:rgba(0, 0, 0, 0.87)}html{--mat-tree-node-min-height:48px}html{--mat-tree-node-text-font:Roboto, sans-serif;--mat-tree-node-text-size:14px;--mat-tree-node-text-weight:400}.mat-h1,.mat-headline-5,.mat-typography .mat-h1,.mat-typography .mat-headline-5,.mat-typography h1{font:400 24px/32px Roboto, sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h2,.mat-headline-6,.mat-typography .mat-h2,.mat-typography .mat-headline-6,.mat-typography h2{font:500 20px/32px Roboto, sans-serif;letter-spacing:.0125em;margin:0 0 16px}.mat-h3,.mat-subtitle-1,.mat-typography .mat-h3,.mat-typography .mat-subtitle-1,.mat-typography h3{font:400 16px/28px Roboto, sans-serif;letter-spacing:.009375em;margin:0 0 16px}.mat-h4,.mat-body-1,.mat-typography .mat-h4,.mat-typography .mat-body-1,.mat-typography h4{font:400 16px/24px Roboto, sans-serif;letter-spacing:.03125em;margin:0 0 16px}.mat-h5,.mat-typography .mat-h5,.mat-typography h5{font:400 calc(14px*.83)/20px Roboto, sans-serif;margin:0 0 12px}.mat-h6,.mat-typography .mat-h6,.mat-typography h6{font:400 calc(14px*.67)/20px Roboto, sans-serif;margin:0 0 12px}.mat-body-strong,.mat-subtitle-2,.mat-typography .mat-body-strong,.mat-typography .mat-subtitle-2{font:500 14px/22px Roboto, sans-serif;letter-spacing:.0071428571em}.mat-body,.mat-body-2,.mat-typography .mat-body,.mat-typography .mat-body-2,.mat-typography{font:400 14px/20px Roboto, sans-serif;letter-spacing:.0178571429em}.mat-body p,.mat-body-2 p,.mat-typography .mat-body p,.mat-typography .mat-body-2 p,.mat-typography p{margin:0 0 12px}.mat-small,.mat-caption,.mat-typography .mat-small,.mat-typography .mat-caption{font:400 12px/20px Roboto, sans-serif;letter-spacing:.0333333333em}.mat-headline-1,.mat-typography .mat-headline-1{font:300 96px/96px Roboto, sans-serif;letter-spacing:-0.015625em;margin:0 0 56px}.mat-headline-2,.mat-typography .mat-headline-2{font:300 60px/60px Roboto, sans-serif;letter-spacing:-.0083333333em;margin:0 0 64px}.mat-headline-3,.mat-typography .mat-headline-3{font:400 48px/50px Roboto, sans-serif;letter-spacing:normal;margin:0 0 64px}.mat-headline-4,.mat-typography .mat-headline-4{font:400 34px/40px Roboto, sans-serif;letter-spacing:.0073529412em;margin:0 0 64px}
/*!*************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./src/assets/css/icon_style.css?ngGlobalStyle ***!
  \*************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: 'icomoon';
  src:  url('icomoon.eot?3lp737');
  src:  url('icomoon.eot?3lp737#iefix') format('embedded-opentype'),
    url('icomoon.ttf?3lp737') format('truetype'),
    url('icomoon.woff?3lp737') format('woff'),
    url('icomoon.svg?3lp737#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-accompany:before {
  content: "\e900";
}
.icon-add_customer:before {
  content: "\e901";
}
.icon-add_employe:before {
  content: "\e902";
}
.icon-add_menu:before {
  content: "\e903";
}
.icon-admin_icon:before {
  content: "\e904";
}
.icon-app_icon:before {
  content: "\e905";
}
.icon-back_icon:before {
  content: "\e906";
}
.icon-beats:before {
  content: "\e907";
}
.icon-calader:before {
  content: "\e908";
}
.icon-calendar_icon:before {
  content: "\e909";
}
.icon-cell:before {
  content: "\e90a";
}
.icon-change_password:before {
  content: "\e90b";
}
.icon-clinic:before {
  content: "\e90c";
}
.icon-close_icon .path1:before {
  content: "\e90d";
}
.icon-close_icon .path2:before {
  content: "\e90e";
  margin-left: -0.947265625em;
}
.icon-close:before {
  content: "\e90f";
}
.icon-customer-report-icon:before {
  content: "\e910";
}
.icon-customer:before {
  content: "\e911";
}
.icon-date:before {
  content: "\e912";
}
.icon-day_end:before {
  content: "\e913";
}
.icon-delete:before {
  content: "\e914";
}
.icon-dental:before {
  content: "\e915";
}
.icon-digipin:before {
  content: "\e916";
}
.icon-direction:before {
  content: "\e917";
}
.icon-down_arrow_icon:before {
  content: "\e918";
}
.icon-download:before {
  content: "\e919";
}
.icon-edit:before {
  content: "\e91a";
}
.icon-eye_care:before {
  content: "\e91b";
}
.icon-fornt:before {
  content: "\e91c";
}
.icon-grid:before {
  content: "\e91d";
}
.icon-hos-corporate:before {
  content: "\e91e";
}
.icon-hos-owned:before {
  content: "\e91f";
}
.icon-hospital_icon:before {
  content: "\e920";
}
.icon-hospital:before {
  content: "\e921";
}
.icon-label_icon:before {
  content: "\e922";
}
.icon-lifestyle:before {
  content: "\e923";
}
.icon-location_icon:before {
  content: "\e924";
}
.icon-lock_icon:before {
  content: "\e925";
}
.icon-mail:before {
  content: "\e926";
}
.icon-medical_icon:before {
  content: "\e927";
}
.icon-meeting:before {
  content: "\e928";
}
.icon-menu_admin_icon:before {
  content: "\e929";
}
.icon-menu_calendar:before {
  content: "\e92a";
}
.icon-menu_customer_icon:before {
  content: "\e92b";
}
.icon-menu_logout_icon:before {
  content: "\e92c";
}
.icon-menu_net:before {
  content: "\e92d";
}
.icon-menu_plan:before {
  content: "\e92e";
}
.icon-menu_repoet_icon:before {
  content: "\e92f";
}
.icon-menu:before {
  content: "\e930";
}
.icon-move:before {
  content: "\e931";
}
.icon-notification_icon:before {
  content: "\e932";
}
.icon-pharmacy:before {
  content: "\e933";
}
.icon-phone_icon:before {
  content: "\e934";
}
.icon-plus_icon:before {
  content: "\e935";
}
.icon-pop_close:before {
  content: "\e936";
}
.icon-round_add:before {
  content: "\e937";
}
.icon-round_close:before {
  content: "\e938";
}
.icon-round_notfi:before {
  content: "\e939";
}
.icon-round_success:before {
  content: "\e93a";
}
.icon-sales:before {
  content: "\e93b";
}
.icon-screen_call_logo:before {
  content: "\e93c";
}
.icon-screen_confirm:before {
  content: "\e93d";
}
.icon-screen_edit:before {
  content: "\e93e";
}
.icon-screen_key:before {
  content: "\e93f";
}
.icon-screen_lock:before {
  content: "\e940";
}
.icon-screen_mail:before {
  content: "\e941";
}
.icon-screen_message:before {
  content: "\e942";
}
.icon-screen_plus:before {
  content: "\e943";
}
.icon-screen_wright:before {
  content: "\e944";
}
.icon-search_icon:before {
  content: "\e945";
}
.icon-setting_icon:before {
  content: "\e946";
}
.icon-stockist:before {
  content: "\e947";
}
.icon-sub_menu_icon:before {
  content: "\e948";
}
.icon-sub-dealer:before {
  content: "\e949";
}
.icon-success:before {
  content: "\e94a";
}
.icon-tabel:before {
  content: "\e94b";
}
.icon-time:before {
  content: "\e94c";
}
.icon-travel:before {
  content: "\e94d";
}
.icon-triarrow:before {
  content: "\e94e";
}
.icon-trip_plan_approval:before {
  content: "\e94f";
}
.icon-trip_plan:before {
  content: "\e950";
}
.icon-unverifi:before {
  content: "\e951";
}
.icon-up_arrow_icon:before {
  content: "\e952";
}
.icon-v_school:before {
  content: "\e953";
}
.icon-verifi_more:before {
  content: "\e954";
}
.icon-verifi:before {
  content: "\e955";
}
.icon-x_customer_reject:before {
  content: "\e956";
}
.icon-x-deal:before {
  content: "\e957";
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./node_modules/slick-carousel/slick/slick.scss?ngGlobalStyle ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./node_modules/slick-carousel/slick/slick-theme.scss?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url('ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url('slick.eot');
  src: url('slick.eot?#iefix') format("embedded-opentype"), url('slick.woff') format("woff"), url('slick.ttf') format("truetype"), url('slick.svg#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

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