/* public/assets/css/CodeEffects.Common.css */
span.ceFlow,
span.ceClause,
span.ceOperator,
span.ceParenthesis,
span.ceNewLine,
span.ceBrace,
span.ceAction,
span.ceMethod,
span.ceField,
span.ceEmpty,
span.ceValue,
span.ceFieldInput,
span.ceTab,
span.ceWarn,
span.ceCurrent,
input[type=text].ceValue,
table.ceTime input,
table.ceTime select,
span.ceSaveButton,
span.ceDeleteButton,
span.ceRulesButton,
table.ceCal table td,
table.ceHeader table td,
div.ceMenu div {
  font-family:
    Tahoma,
    Arial,
    sans-serif;
  font-size: 13px;
  z-index: 1000 !important;
}
table.ceHeader,
td.ceDays,
div.ceHelp {
  font-family:
    Tahoma,
    Geneva,
    sans-serif;
}
div.ceHelp {
  font-size: 11px;
  padding: 3px 8px;
  margin-bottom: 6px;
  white-space: nowrap;
}
td.ceDays {
  font-size: 9px;
}
span.ceFlow,
span.ceAction,
span.ceMethod,
span.ceField,
span.ceValue,
span.ceFieldInput,
table.ceHeader,
span.ceSaveButton,
span.ceDeleteButton,
span.ceRulesButton,
span.ceBrace {
  font-weight: bolder;
}
span.ceFlow,
span.ceClause,
span.ceOperator,
span.ceParenthesis,
span.ceNewLine,
span.ceBrace,
span.ceAction,
span.ceMethod,
span.ceField,
span.ceEmpty,
span.ceValue,
span.ceFieldInput,
span.ceTab,
span.ceNewLine,
span.ceWarn,
span.ceCurrent {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div.ceRule {
  padding: 10px;
}
table.ceCal {
  padding: 1px;
}
td.ceDay,
td.ceToday,
td.ceRollover,
td.ceDays,
td.ceSelected {
  padding: 2px 4px;
}
span.ceFlow,
span.ceClause,
span.ceOperator,
span.ceParenthesis,
span.ceNewLine,
span.ceBrace,
span.ceAction,
span.ceMethod,
span.ceField,
span.ceEmpty,
span.ceValue,
span.ceFieldInput,
span.ceTab,
span.ceNewLine,
span.ceWarn,
span.ceCurrent,
input[type=text].ceValue {
  margin-bottom: 1px;
  margin-right: 1px;
}
div.ceToolBar {
  margin-bottom: 6px;
  padding: 8px 10px;
  white-space: nowrap;
}
input.ceDescriptionBox,
input.ceDescriptionBoxDefault {
  width: 100%;
  margin-left: 4px;
}
dev.ceMenu div,
div.ceRule span,
table.ceCal table,
table.ceCal table td,
table.ceTime table,
table.ceTime table td {
  border: 0;
}
span.ceFlow,
span.ceField,
span.ceAction,
span.ceMethod,
span.ceValue,
span.ceFieldInput,
span.ceClause,
span.ceOperator,
span.ceParenthesis,
span.ceTab,
span.ceNewLine,
span.ceBrace,
span.ceCurrent,
table.ceHeader,
td.ceToday,
td.ceRollover,
td.ceSelected {
  border-radius: 3px;
}
div.ceRule,
div.ceToolBar,
table.ceCal,
table.ceTime,
div.ceMenu,
div.ceHelp {
  border-radius: 5px;
}
td.ceDay,
td.ceToday,
td.ceRollover,
td.ceDays,
td.ceSelected,
div.ceHelp {
  text-align: center;
}
table.ceCal table td,
table.ceTime table td {
  vertical-align: middle;
}
input.ceNameBox,
input.ceNameBoxDefault {
  width: 98%;
}
span:hover.ceSaveButton,
span:hover.ceDeleteButton,
span.ceRulesButton {
  cursor: pointer;
}
td.ceDay,
td.ceToday,
td.ceRollover,
td.ceDays,
td.ceSelected,
div.ceToolBar,
span.ceFlow,
span.ceField,
span.ceAction,
span.ceMethod,
span.ceClause,
span.ceOperator,
span.ceParenthesis,
span.ceTab,
span.ceNewLine,
span.ceValue,
span.ceFieldInput,
div.ceHelp,
span.ceBrace {
  cursor: default;
}
input[type=text].ceValue {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}
input[type=text].ceValue::-ms-clear {
  display: none;
}
div.ceMenu div {
  padding: 3px 8px;
  cursor: default;
  white-space: nowrap;
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.ceMenu div.ceMenuItemSymbol,
div.ceMenu div.ceMenuItemName {
  float: left;
  padding-left: 3px;
  padding-right: 3px;
}
div.ceMenu div.ceMenuItemSymbol {
  font-weight: bold;
}
div.ceMenu div.ceMenuItemClear {
  clear: both;
}
input.ceDescriptionBox,
input.ceDescriptionBoxDefault,
input.ceNameBox,
input.ceNameBoxDefault {
  text-align: center;
}
div.ceToolBar div.ceContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
div.ceToolBar div.ceContainer div.ceRulesMenu {
  flex: 0 0 auto;
  margin-right: 30px;
}
div.ceToolBar div.ceContainer div.ceControls {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
}
div.ceToolBar div.ceContainer div.ceControls div.ceInputName,
div.ceToolBar div.ceContainer div.ceControls div.ceInputDesc {
  margin-left: 5px;
  flex: 1 1 auto;
  width: 1px;
}
div.ceToolBar div.ceContainer div.ceControls div.ceSave {
  margin-left: 14px;
}
div.ceToolBar div.ceContainer div.ceControls div.ceDelete {
  margin-left: 6px;
}
input.ceDescriptionBox::placeholder,
input.ceDescriptionBoxDefault::placeholder,
input.ceNameBox::placeholder,
input.ceNameBoxDefault::placeholder {
  color: #aaa;
  opacity: 0.6;
}
input.ceDescriptionBox::-moz-placeholder,
input.ceDescriptionBoxDefault::-moz-placeholder,
input.ceNameBox::-moz-placeholder,
input.ceNameBoxDefault::-moz-placeholder {
  color: #aaa;
  opacity: 0.6;
}
input.ceDescriptionBox:-ms-input-placeholder,
input.ceDescriptionBoxDefault:-ms-input-placeholder,
input.ceNameBox:-ms-input-placeholder,
input.ceNameBoxDefault:-ms-input-placeholder {
  color: #aaa;
  opacity: 0.6;
}
input.ceDescriptionBox::-ms-input-placeholder,
input.ceDescriptionBoxDefault::-ms-input-placeholder,
input.ceNameBox::-ms-input-placeholder,
input.ceNameBoxDefault::-ms-input-placeholder {
  color: #aaa;
  opacity: 0.6;
}
div.ceRule {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

/* public/assets/css/CodeEffects.Blue.css */
span.ceFlow,
div.ceToolBar,
span.ceClause,
span.ceOperator,
span.ceParenthesis,
span.ceNewLine,
span.ceBrace,
span.ceSaveButton,
span:hover.ceDeleteButton {
  color: #000;
}
span.ceAction,
span.ceMethod,
span.ceField,
input[type=text].ceValue {
  color: #01357A;
}
span.ceEmpty,
div.ceHelp {
  color: #436CA3;
}
span:hover.ceSaveButton,
span.ceDeleteButton,
span:hover.ceRulesButton {
  color: #6285B5;
}
td.ceDays {
  color: #BCCFE8;
}
table.ceHeader,
td.ceRollover,
td.ceSelected,
td.ceToday,
span.ceWarn {
  color: #000;
}
span.ceValue,
span.ceFieldInput {
  color: #BA002B;
}
div.ceError,
input.ceError,
div.ceValueWarn {
  color: #C00;
}
table.ceCal,
table.ceTime,
div.ceMenu,
table.ceHeader {
  background-color: #FFF;
}
span.ceCurrent {
  background-color: #7D9FC9;
}
span.ceSelected {
  background-color: #B3EB9D;
}
span.ceHighlight {
  background-color: #FFF34D;
}
span.ceWarn {
  background-color: #F00;
}
td.ceToday {
  background-color: #ffb7d2;
}
td.ceSelected {
  background-color: #B3EB9D;
}
div.ceRule,
div.ceToolBar,
td.ceRollover {
  background-color: #B0CFF5;
}
div.ceHelp {
  background-color: #CFE3FC;
}
table.ceCal,
table.ceTime,
div.ceMenu {
  border: solid 1px #CDCDCD;
}
table.ceCal,
table.ceTime,
div.ceMenu {
  box-shadow: 2px 2px 4px #ADADAD;
}
table.ceCal,
table.ceTime,
div.ceMenu {
  z-index: 10000 !important;
}

/* src/styles.scss */
:root {
  --mat-table-background-color: white;
}
.header {
  background-color: purple;
}
:root {
  --mat-toolbar-container-background-color: var(--mat-sys-tertiary);
}
:root {
  --mat-fab-small-foreground-color: white;
}
:root {
  --mat-fab-foreground-color: white;
}
:root {
  --mdc-fab-container-color: #4D4D4D;
}
.warn {
  --mdc-fab-small-container-color: #BF311A;
}
.warn {
  --mdc-fab-container-color: #BF311A;
}
.edit {
  --mdc-fab-small-container-color: #0099AB;
}
.edit {
  --mdc-fab-container-color: #0099AB;
}
:root {
  --mdc-checkbox-selected-checkmark-color: white;
}
:root {
  --mdc-checkbox-selected-pressed-icon-color: #0099AB;
}
:root {
  --mdc-checkbox-selected-icon-color: #0099AB;
}
:root {
  --mdc-checkbox-selected-hover-icon-color: #0099AB;
}
:root {
  --mdc-checkbox-selected-pressed-state-layer-color: black;
}
:root {
  --mdc-checkbox-selected-focus-icon-color: #0099AB;
}
:root {
  --mdc-checkbox-selected-focus-state-layer-color: black;
}
:root {
  --mdc-checkbox-selected-hover-state-layer-color: #0099AB;
}
:root {
  --mdc-checkbox-selected-hover-state-layer-opacity: 20%;
}
:root {
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
:root {
  --mdc-checkbox-unselected-hover-state-layer-opacity: 10%;
}
:root {
  --mdc-checkbox-unselected-icon-color: black;
}
:root {
  --mat-select-panel-background-color: var(--mat-sys-surface-container);
}
.report-container {
  height: 99%;
  width: 99.8%;
}
.reportTab {
  height: 100%;
}
html {
  color-scheme: light;
}
html {
  --mat-sys-background: light-dark(#fcf8fd, #131316);
  --mat-sys-error: light-dark(#ba1a1a, #ffb4ab);
  --mat-sys-error-container: light-dark(#ffdad6, #93000a);
  --mat-sys-inverse-on-surface: light-dark(#f3eff4, #303034);
  --mat-sys-inverse-primary: light-dark(#bec2ff, #343dff);
  --mat-sys-inverse-surface: light-dark(#303034, #e5e1e6);
  --mat-sys-on-background: light-dark(#1b1b1f, #e5e1e6);
  --mat-sys-on-error: light-dark(#ffffff, #690005);
  --mat-sys-on-error-container: light-dark(#410002, #ffdad6);
  --mat-sys-on-primary: light-dark(#ffffff, #0001ac);
  --mat-sys-on-primary-container: light-dark(#00006e, #e0e0ff);
  --mat-sys-on-primary-fixed: light-dark(#00006e, #00006e);
  --mat-sys-on-primary-fixed-variant: light-dark(#0000ef, #0000ef);
  --mat-sys-on-secondary: light-dark(#ffffff, #2e2f42);
  --mat-sys-on-secondary-container: light-dark(#191a2c, #e1e0f9);
  --mat-sys-on-secondary-fixed: light-dark(#191a2c, #191a2c);
  --mat-sys-on-secondary-fixed-variant: light-dark(#444559, #444559);
  --mat-sys-on-surface: light-dark(#1b1b1f, #e5e1e6);
  --mat-sys-on-surface-variant: light-dark(#46464f, #e4e1ec);
  --mat-sys-on-tertiary: light-dark(#ffffff, #0001ac);
  --mat-sys-on-tertiary-container: light-dark(#00006e, #e0e0ff);
  --mat-sys-on-tertiary-fixed: light-dark(#00006e, #00006e);
  --mat-sys-on-tertiary-fixed-variant: light-dark(#0000ef, #0000ef);
  --mat-sys-outline: light-dark(#777680, #91909a);
  --mat-sys-outline-variant: light-dark(#c7c5d0, #46464f);
  --mat-sys-primary: light-dark(#343dff, #bec2ff);
  --mat-sys-primary-container: light-dark(#e0e0ff, #0000ef);
  --mat-sys-primary-fixed: light-dark(#e0e0ff, #e0e0ff);
  --mat-sys-primary-fixed-dim: light-dark(#bec2ff, #bec2ff);
  --mat-sys-scrim: light-dark(#000000, #000000);
  --mat-sys-secondary: light-dark(#5c5d72, #c5c4dd);
  --mat-sys-secondary-container: light-dark(#e1e0f9, #444559);
  --mat-sys-secondary-fixed: light-dark(#e1e0f9, #e1e0f9);
  --mat-sys-secondary-fixed-dim: light-dark(#c5c4dd, #c5c4dd);
  --mat-sys-shadow: light-dark(#000000, #000000);
  --mat-sys-surface: light-dark(#fcf8fd, #131316);
  --mat-sys-surface-bright: light-dark(#fcf8fd, #3a393c);
  --mat-sys-surface-container: light-dark(#f0edf1, #201f22);
  --mat-sys-surface-container-high: light-dark(#ebe7eb, #2a292d);
  --mat-sys-surface-container-highest: light-dark(#e5e1e6, #3a393c);
  --mat-sys-surface-container-low: light-dark(#f6f2f7, #1b1b1f);
  --mat-sys-surface-container-lowest: light-dark(#ffffff, #0e0e11);
  --mat-sys-surface-dim: light-dark(#dcd9dd, #131316);
  --mat-sys-surface-tint: light-dark(#343dff, #bec2ff);
  --mat-sys-surface-variant: light-dark(#e4e1ec, #46464f);
  --mat-sys-tertiary: light-dark(#343dff, #bec2ff);
  --mat-sys-tertiary-container: light-dark(#e0e0ff, #0000ef);
  --mat-sys-tertiary-fixed: light-dark(#e0e0ff, #e0e0ff);
  --mat-sys-tertiary-fixed-dim: light-dark(#bec2ff, #bec2ff);
  --mat-sys-neutral-variant20: #303038;
  --mat-sys-neutral10: #1b1b1f;
}
html {
  --mat-sys-level0:
    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);
}
html {
  --mat-sys-level1:
    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);
}
html {
  --mat-sys-level2:
    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);
}
html {
  --mat-sys-level3:
    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);
}
html {
  --mat-sys-level4:
    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-sys-level5:
    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 {
  --mat-sys-body-large: 400 1rem / 1.5rem Roboto;
  --mat-sys-body-large-font: Roboto;
  --mat-sys-body-large-line-height: 1.5rem;
  --mat-sys-body-large-size: 1rem;
  --mat-sys-body-large-tracking: 0.031rem;
  --mat-sys-body-large-weight: 400;
  --mat-sys-body-medium: 400 0.875rem / 1.25rem Roboto;
  --mat-sys-body-medium-font: Roboto;
  --mat-sys-body-medium-line-height: 1.25rem;
  --mat-sys-body-medium-size: 0.875rem;
  --mat-sys-body-medium-tracking: 0.016rem;
  --mat-sys-body-medium-weight: 400;
  --mat-sys-body-small: 400 0.75rem / 1rem Roboto;
  --mat-sys-body-small-font: Roboto;
  --mat-sys-body-small-line-height: 1rem;
  --mat-sys-body-small-size: 0.75rem;
  --mat-sys-body-small-tracking: 0.025rem;
  --mat-sys-body-small-weight: 400;
  --mat-sys-display-large: 400 3.562rem / 4rem Roboto;
  --mat-sys-display-large-font: Roboto;
  --mat-sys-display-large-line-height: 4rem;
  --mat-sys-display-large-size: 3.562rem;
  --mat-sys-display-large-tracking: -0.016rem;
  --mat-sys-display-large-weight: 400;
  --mat-sys-display-medium: 400 2.812rem / 3.25rem Roboto;
  --mat-sys-display-medium-font: Roboto;
  --mat-sys-display-medium-line-height: 3.25rem;
  --mat-sys-display-medium-size: 2.812rem;
  --mat-sys-display-medium-tracking: 0;
  --mat-sys-display-medium-weight: 400;
  --mat-sys-display-small: 400 2.25rem / 2.75rem Roboto;
  --mat-sys-display-small-font: Roboto;
  --mat-sys-display-small-line-height: 2.75rem;
  --mat-sys-display-small-size: 2.25rem;
  --mat-sys-display-small-tracking: 0;
  --mat-sys-display-small-weight: 400;
  --mat-sys-headline-large: 400 2rem / 2.5rem Roboto;
  --mat-sys-headline-large-font: Roboto;
  --mat-sys-headline-large-line-height: 2.5rem;
  --mat-sys-headline-large-size: 2rem;
  --mat-sys-headline-large-tracking: 0;
  --mat-sys-headline-large-weight: 400;
  --mat-sys-headline-medium: 400 1.75rem / 2.25rem Roboto;
  --mat-sys-headline-medium-font: Roboto;
  --mat-sys-headline-medium-line-height: 2.25rem;
  --mat-sys-headline-medium-size: 1.75rem;
  --mat-sys-headline-medium-tracking: 0;
  --mat-sys-headline-medium-weight: 400;
  --mat-sys-headline-small: 400 1.5rem / 2rem Roboto;
  --mat-sys-headline-small-font: Roboto;
  --mat-sys-headline-small-line-height: 2rem;
  --mat-sys-headline-small-size: 1.5rem;
  --mat-sys-headline-small-tracking: 0;
  --mat-sys-headline-small-weight: 400;
  --mat-sys-label-large: 500 0.875rem / 1.25rem Roboto;
  --mat-sys-label-large-font: Roboto;
  --mat-sys-label-large-line-height: 1.25rem;
  --mat-sys-label-large-size: 0.875rem;
  --mat-sys-label-large-tracking: 0.006rem;
  --mat-sys-label-large-weight: 500;
  --mat-sys-label-large-weight-prominent: 700;
  --mat-sys-label-medium: 500 0.75rem / 1rem Roboto;
  --mat-sys-label-medium-font: Roboto;
  --mat-sys-label-medium-line-height: 1rem;
  --mat-sys-label-medium-size: 0.75rem;
  --mat-sys-label-medium-tracking: 0.031rem;
  --mat-sys-label-medium-weight: 500;
  --mat-sys-label-medium-weight-prominent: 700;
  --mat-sys-label-small: 500 0.688rem / 1rem Roboto;
  --mat-sys-label-small-font: Roboto;
  --mat-sys-label-small-line-height: 1rem;
  --mat-sys-label-small-size: 0.688rem;
  --mat-sys-label-small-tracking: 0.031rem;
  --mat-sys-label-small-weight: 500;
  --mat-sys-title-large: 400 1.375rem / 1.75rem Roboto;
  --mat-sys-title-large-font: Roboto;
  --mat-sys-title-large-line-height: 1.75rem;
  --mat-sys-title-large-size: 1.375rem;
  --mat-sys-title-large-tracking: 0;
  --mat-sys-title-large-weight: 400;
  --mat-sys-title-medium: 500 1rem / 1.5rem Roboto;
  --mat-sys-title-medium-font: Roboto;
  --mat-sys-title-medium-line-height: 1.5rem;
  --mat-sys-title-medium-size: 1rem;
  --mat-sys-title-medium-tracking: 0.009rem;
  --mat-sys-title-medium-weight: 500;
  --mat-sys-title-small: 500 0.875rem / 1.25rem Roboto;
  --mat-sys-title-small-font: Roboto;
  --mat-sys-title-small-line-height: 1.25rem;
  --mat-sys-title-small-size: 0.875rem;
  --mat-sys-title-small-tracking: 0.006rem;
  --mat-sys-title-small-weight: 500;
}
html {
  --mat-sys-corner-extra-large: 28px;
  --mat-sys-corner-extra-large-top: 28px 28px 0 0;
  --mat-sys-corner-extra-small: 4px;
  --mat-sys-corner-extra-small-top: 4px 4px 0 0;
  --mat-sys-corner-full: 9999px;
  --mat-sys-corner-large: 16px;
  --mat-sys-corner-large-end: 0 16px 16px 0;
  --mat-sys-corner-large-start: 16px 0 0 16px;
  --mat-sys-corner-large-top: 16px 16px 0 0;
  --mat-sys-corner-medium: 12px;
  --mat-sys-corner-none: 0;
  --mat-sys-corner-small: 8px;
}
html {
  --mat-sys-dragged-state-layer-opacity: 0.16;
  --mat-sys-focus-state-layer-opacity: 0.12;
  --mat-sys-hover-state-layer-opacity: 0.08;
  --mat-sys-pressed-state-layer-opacity: 0.12;
}
body {
  background: var(--mat-sys-surface);
  color: var(--mat-sys-on-surface);
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
}
.gauge-cards-container {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
  justify-content: space-between;
}
.mat-mdc-slide-toggle .mdc-form-field .mdc-switch {
  --mdc-switch-selected-track-color: #333;
  --mdc-switch-selected-pressed-track-color: #333;
  --mdc-switch-selected-hover-track-color: #333;
  --mdc-switch-selected-focus-state-layer-color: #333;
  --mdc-switch-selected-focus-track-color: #333;
  --mdc-switch-selected-focus-handle-color: #fff;
  --mdc-switch-selected-hover-state-layer-color: #333;
  --mdc-switch-selected-pressed-state-layer-color: #333;
  --mdc-switch-unselected-track-color: gray;
  --mdc-switch-unselected-hover-track-color: gray;
  --mdc-switch-unselected-pressed-track-color: gray;
  --mdc-switch-unselected-focus-track-color: gray;
}
.unselectable {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.mat-mdc-select-panel {
  min-width: 300px !important;
  max-width: 400px !important;
  margin-top: 4px !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
  border: 1px solid #e0e0e0 !important;
  overflow: hidden !important;
  max-height: 300px !important;
  overflow-y: auto !important;
}
.mat-mdc-select-panel .mat-mdc-option {
  padding: 14px 20px !important;
  white-space: normal !important;
  line-height: 1.5 !important;
  min-height: 50px !important;
  border-bottom: 1px solid #f5f5f5 !important;
  transition: background-color 0.2s ease !important;
  color: #333 !important;
  font-size: 15px !important;
}
.mat-mdc-select-panel .mat-mdc-option:hover {
  background:
    linear-gradient(
      135deg,
      #e3f2fd 0%,
      #bbdefb 100%) !important;
  color: #1565c0 !important;
}
.mat-mdc-select-panel .mat-mdc-option:last-child {
  border-bottom: none !important;
}
.mat-mdc-select-panel .mat-mdc-option.mat-mdc-option-active {
  background:
    linear-gradient(
      135deg,
      #1976d2 0%,
      #1565c0 100%) !important;
  color: white !important;
  font-weight: 500 !important;
}
.mat-mdc-select-panel .mat-mdc-option.mat-mdc-option-active:hover {
  background:
    linear-gradient(
      135deg,
      #1565c0 0%,
      #0d47a1 100%) !important;
}
.mat-mdc-select-panel .mat-mdc-optgroup .mat-mdc-option {
  padding: 14px 20px 14px 32px !important;
}
.mat-mdc-select-panel::-webkit-scrollbar {
  width: 6px;
}
.mat-mdc-select-panel::-webkit-scrollbar-track {
  background: #f5f5f5;
}
.mat-mdc-select-panel::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}
.mat-mdc-select-panel::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}
.searchable-panel .mat-mdc-option:first-child {
  background: #f8f9fa !important;
  border-bottom: 1px solid #dee2e6 !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: none;
  min-height: auto !important;
}
.searchable-panel ngx-mat-select-search {
  display: block !important;
  width: 100% !important;
}
.searchable-panel ngx-mat-select-search .mat-mdc-form-field {
  width: 100% !important;
  font-size: 14px !important;
}
.searchable-panel ngx-mat-select-search .mat-mdc-form-field .mat-mdc-text-field-wrapper {
  background-color: white !important;
  border: 1px solid #ddd !important;
  border-radius: 3px !important;
  height: 36px !important;
}
.searchable-panel ngx-mat-select-search .mat-mdc-form-field-infix {
  padding: 8px 12px !important;
  border: none !important;
}
.searchable-panel ngx-mat-select-search input {
  height: 40px !important;
  line-height: 40px !important;
  font-size: 14px !important;
}
.provider-upload-modal .mat-mdc-dialog-container {
  padding: 0 !important;
  max-width: 700px !important;
  width: 90vw !important;
  max-height: 80vh !important;
  border-radius: 8px !important;
  overflow: hidden !important;
}
.provider-upload-modal .mat-mdc-dialog-content {
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}
@media (max-width: 768px) {
  .provider-upload-modal .mat-mdc-dialog-container {
    width: 95vw !important;
    max-height: 85vh !important;
  }
}
@media (max-width: 480px) {
  .provider-upload-modal .mat-mdc-dialog-container {
    width: 98vw !important;
    max-height: 90vh !important;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
