/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@angular-devkit/build-angular/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./apps/client/src/styles.scss?ngGlobalStyle ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* MONTOYA – MAIN ENTRY
 *
 * This file is the entry point for all styling within the Member portal.
 * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
 */
/* FUNCTIONS
 *
 * This file is rolls up all shared Sass functions for simplified importing via `@import "utilities/functions";`.
 * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
 */
/* VARIABLES
 *
 * This file is rolls up all shared Sass variables for simplified importing via `@import "utilities/variables";`.
 * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
 */
/* MIXINS
 *
 * This file is rolls up all shared Sass mixins for simplified importing via `@import "utilities/mixins";`.
 * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html,
body {
  height: 100%;
  line-height: 1.375;
}

/* SHARED STYLES BARREL
 *
 * This file rolls up a minimized list of variables & functions required for component styling.
 * Unlike the main entry file for applications (`styles.scss`), this file should only include the *bare* minimums required for component styling.
 * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
 */
/* FUNCTIONS
 *
 * This file is rolls up all shared Sass functions for simplified importing via `@import "utilities/functions";`.
 * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
 */
/* VARIABLES
 *
 * This file is rolls up all shared Sass variables for simplified importing via `@import "utilities/variables";`.
 * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
 */
/* MIXINS
 *
 * This file is rolls up all shared Sass mixins for simplified importing via `@import "utilities/mixins";`.
 * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
 */
.w-50 {
  width: 3.125rem !important;
}

.w-80 {
  width: 5rem !important;
}

.w-100 {
  width: 6.25rem !important;
}

.w-120 {
  width: 7.5rem !important;
}

.w-130 {
  width: 8.125rem !important;
}

.w-150 {
  width: 9.375rem !important;
}

.w-175 {
  width: 10.9375rem !important;
}

.w-195 {
  width: 12.1875rem !important;
}

.w-200 {
  width: 12.5rem !important;
}

.w-250 {
  width: 15.625rem !important;
}

.w-285 {
  width: 17.8125rem !important;
}

.w-300 {
  width: 18.75rem !important;
}

.w-400 {
  width: 25rem !important;
}

.w-500 {
  width: 31.25rem !important;
}

.w-600 {
  width: 37.5rem !important;
}

.w-800 {
  width: 50rem !important;
}

.w-1000 {
  width: 62.5rem !important;
}

.w-1200 {
  width: 75rem !important;
}

.w-1600 {
  width: 100rem !important;
}

.seperator {
  border-bottom: 1px dotted #adadad;
}

.divider {
  border-bottom: 1px solid #adadad;
}

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

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

.hidden,
.hide {
  display: none;
}

.flex-container {
  display: flex;
  padding: 0 1.875rem;
}
.flex-container .flex-grow-one {
  flex-grow: 1;
  width: 13.75rem;
}
.flex-container .flex-grow-two {
  flex-grow: 2;
  flex-basis: 100%;
}

.line-height {
  line-height: 0.625rem;
}

.wrapper-margin {
  margin: 0 1.875rem;
}

.space-between {
  justify-content: space-between;
}

.upload-input .file-not-dragged {
  margin: 0.625rem 0 0 0;
}

.dotted-line-bottom {
  background-image: linear-gradient(to right, #5b5b5b 50%, rgb(255, 255, 255) 0%);
  background-position: bottom;
  background-size: 0.0625rem 0.0625rem;
  background-repeat: repeat-x;
  padding: 0.3125rem;
  margin-bottom: 0.3125rem;
}

.truncate-middle .firstPart,
.truncate-middle .lastPart {
  display: inline-block;
  vertical-align: bottom;
  white-space: nowrap;
  overflow: hidden;
}
.truncate-middle .firstPart {
  max-width: calc(100% - 8);
  min-width: 6;
  text-overflow: ellipsis;
}
.truncate-middle .lastPart {
  max-width: calc(100% - 6);
  direction: rtl;
}
.truncate-middle .container {
  white-space: nowrap;
  overflow: hidden;
}

.panel-white-out {
  position: relative;
}
.panel-white-out:before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}

@media (max-width: 61.9375em) {
  .mat-paginator-page-size {
    display: none;
  }
}

@media (max-width: 61.9375em) {
  .hidden-md {
    display: none;
  }
}

@media (max-width: 74.9375em) {
  .hidden-max-xl {
    display: none;
  }
}

.dotted-border-right {
  background-image: linear-gradient(to bottom, #6e6e6e 20%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 0.0625rem 0.25rem;
  background-repeat: repeat-y;
}

.dotted-border-left {
  background-image: linear-gradient(to bottom, #6e6e6e 20%, rgba(255, 255, 255, 0) 0%);
  background-position: left;
  background-size: 0.0625rem 0.25rem;
  background-repeat: repeat-y;
}

.dotted-border-top {
  background-image: linear-gradient(to right, #6e6e6e 20%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 0.25rem 0.0625rem;
  background-repeat: repeat-x;
}

.dotted-border-bottom {
  background-image: linear-gradient(to right, #6e6e6e 20%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 0.25rem 0.0625rem;
  background-repeat: repeat-x;
}

/* IAC widget sizing and helper classes */
#OnlineHelp {
  position: fixed;
  right: -10000px;
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 2147483644;
  background: #fff;
  border: 1px solid white;
  border-radius: 4px;
  /* Custom06 - ADA Compliance */
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

#OnlineHelp {
  transition: all 0.5s ease-in-out;
}

#OnlineHelp.standard {
  height: 100%;
}

#OnlineHelp.compacted {
  height: 450px;
}

#OnlineHelp.minimized {
  right: -10000px;
}

#OnlineHelp.alerting {
  right: 2px;
  top: 0px;
}

#launcherminimized,
#launcher {
  z-index: 999;
  cursor: pointer;
  position: fixed;
  align-items: center;
  top: 56px;
  right: 0px;
  height: 29px;
  margin-right: 0px;
  padding: 6px 15px;
  gap: 10px;
  border-radius: 4px 4px 0px 0px;
  background: #fc8a30;
  color: #fff;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.32px;
  transform: rotate(-90deg);
  transform-origin: right bottom 0px;
  display: none;
}

#launcherminimized:focus-visible {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 4px #000;
}

iframe#pegaChatWidget {
  z-index: 9999;
  bottom: 35px !important;
}

#launcher:hover {
  right: 0;
}

#unreadCounter {
  position: absolute;
  top: -13px;
  right: -9px;
  background-color: red;
  height: 23px;
  width: 22px;
  font-size: 16px;
  border-radius: 14px;
  transform: rotate(90deg);
  color: white;
  display: none;
  z-index: 2147483645;
}

@media (min-width: 768px) {
  #OnlineHelp {
    width: 450px;
    top: 50%;
    margin: -275px 0;
    /* Custom06 - ADA Compliance */
    border-radius: 4px;
  }
  #OnlineHelp.standard {
    /* Custom01 - Update height from original value of 550px */
    height: 95%;
  }
  #OnlineHelp.compacted {
    height: 450px;
  }
  #OnlineHelp.alerting {
    right: 2px;
    /* Custom01 - Add margin and top properties */
    margin: -275px 0;
    top: 275px;
  }
  #OnlineHelp.showLeftPanel {
    width: 900px;
    transition: width 1s;
  }
  #OnlineHelp.hideLeftPanel {
    width: 450px;
    transition: width 1s;
  }
}
@font-face {
  font-family: Roboto;
  src: url("/assets/fonts/roboto/Roboto-Regular.woff");
}
@font-face {
  font-family: Roboto-Light;
  src: url("/assets/fonts/roboto/Roboto-Light.woff");
}
@font-face {
  font-family: Roboto-Bold;
  src: url("/assets/fonts/roboto/Roboto-Bold.woff");
}
@font-face {
  font-family: Roboto-Medium;
  src: url("/assets/fonts/roboto/Roboto-Medium.woff");
}
@font-face {
  font-family: RobotoSlab-Regular;
  src: url("/assets/fonts/roboto-slab/RobotoSlab-Regular.woff");
}
@font-face {
  font-family: RobotoSlab-Light;
  src: url("/assets/fonts/roboto-slab/RobotoSlab-Light.woff");
}
h1 {
  color: #6e6e6e;
  font-weight: 300;
  font-size: 2.25rem;
  font-family: Roboto-Light, sans-serif;
}

h2 {
  font-weight: 400;
  font-size: 1.75rem;
  color: #6e6e6e;
}

h3 {
  font-weight: 400;
  font-size: 1.375rem;
  color: #6e6e6e;
}

a {
  color: #0c6cd7;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #0c6cd7;
  text-decoration: underline;
}
a.nodec-link {
  color: #6e6e6e;
}
a.nodec-link:hover {
  color: #6e6e6e;
}
a.disabled {
  color: #6e6e6e;
  cursor: not-allowed;
  text-decoration: underline;
}

p {
  line-height: 1.5rem;
  margin: 0;
}

.text-primary {
  color: #0c6cd7;
}

.text-danger {
  color: #c54843;
}
.text-danger:hover {
  color: #c54843;
}

.font-medium {
  font-family: Roboto-Medium, sans-serif;
}

.copyright-icon {
  color: red;
  border: 1px solid red;
  height: 0.875rem;
  font-size: 0.75rem;
  line-height: 0.75rem;
  width: 0.8125rem;
  display: inline-block;
  font-family: Roboto-Bold, sans-serif;
  padding: 0 0.0625rem;
  margin-left: 0.3125rem;
}

.cdk-global-scrollblock {
  overflow: hidden !important;
}
.cdk-global-scrollblock .app-root {
  filter: blur(1.5px);
}
.cdk-global-scrollblock .negate-blur .app-root {
  filter: none !important;
}

.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);
}
.cdk-high-contrast-active .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: transparent;
  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: 0.6;
}

.cdk-overlay-dark-backdrop {
  background: rgba(0, 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-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);
}
.cdk-high-contrast-active .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: transparent;
  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: 0.6;
}

.cdk-overlay-dark-backdrop {
  background: rgba(0, 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-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}

html {
  --mat-option-selected-state-label-text-color: #0c6cd7;
  --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: #adadad;
}

.mat-warn {
  --mat-option-selected-state-label-text-color: #f44336;
}

html {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
}

.mat-pseudo-checkbox-full {
  color: rgba(0, 0, 0, 0.54);
}
.mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}

.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #0c6cd7;
}
.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #0c6cd7;
}
.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #adadad;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #adadad;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}

.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #adadad;
}
.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #adadad;
}
.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}

.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #f44336;
}
.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #f44336;
}
.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}

.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #b0b0b0;
}
.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #b0b0b0;
}

.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}

.mat-elevation-z0, .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-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);
}

.mat-elevation-z1, .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-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);
}

.mat-elevation-z2, .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-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);
}

.mat-elevation-z3, .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 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-elevation-z4, .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-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-elevation-z5, .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 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-elevation-z6, .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-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);
}

.mat-elevation-z7, .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 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-elevation-z8, .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-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);
}

.mat-elevation-z9, .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 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-elevation-z10, .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 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-elevation-z11, .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 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-elevation-z12, .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-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);
}

.mat-elevation-z13, .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 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-elevation-z14, .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 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-elevation-z15, .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 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-elevation-z16, .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-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-elevation-z17, .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 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-elevation-z18, .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 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-elevation-z19, .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 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-elevation-z20, .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 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-elevation-z21, .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 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-elevation-z22, .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 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-elevation-z23, .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 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-elevation-z24, .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-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-theme-loaded-marker {
  display: none;
}

.mat-mdc-card {
  --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);
}

.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #0c6cd7;
  --mdc-linear-progress-track-color: rgba(12, 108, 215, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
    /* @noflip */ /*rtl:ignore*/
  }
}
.mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-color: rgba(12, 108, 215, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(12, 108, 215, 0.25));
}
@media (forced-colors: active) {
  .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
    background-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(12, 108, 215, 0.25)'/%3E%3C/svg%3E");
  }
}
.mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(12, 108, 215, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(12, 108, 215, 0.25));
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #adadad;
  --mdc-linear-progress-track-color: rgba(173, 173, 173, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
    /* @noflip */ /*rtl:ignore*/
  }
}
.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-color: rgba(173, 173, 173, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(173, 173, 173, 0.25));
}
@media (forced-colors: active) {
  .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
    background-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(173, 173, 173, 0.25)'/%3E%3C/svg%3E");
  }
}
.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(173, 173, 173, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(173, 173, 173, 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);
}
@keyframes mdc-linear-progress-buffering {
  from {
    /* @noflip */ /*rtl:ignore*/
  }
}
.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-color: rgba(244, 67, 54, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(244, 67, 54, 0.25));
}
@media (forced-colors: active) {
  .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
    background-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E");
  }
}
.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(244, 67, 54, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(244, 67, 54, 0.25));
}
.mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
}

html {
  --mdc-filled-text-field-caret-color: #0c6cd7;
  --mdc-filled-text-field-focus-active-indicator-color: #0c6cd7;
  --mdc-filled-text-field-focus-label-text-color: rgba(12, 108, 215, 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-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-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: #0c6cd7;
  --mdc-outlined-text-field-focus-outline-color: #0c6cd7;
  --mdc-outlined-text-field-focus-label-text-color: rgba(12, 108, 215, 0.87);
  --mdc-outlined-text-field-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-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-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #f44336);
}

.mat-mdc-form-field-subscript-wrapper,
.mat-mdc-form-field-bottom-align::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mat-form-field-subscript-text-font);
  line-height: var(--mat-form-field-subscript-text-line-height);
  font-size: var(--mat-form-field-subscript-text-size);
  letter-spacing: var(--mat-form-field-subscript-text-tracking);
  font-weight: var(--mat-form-field-subscript-text-weight);
}

.mat-mdc-form-field-focus-overlay {
  background-color: rgba(0, 0, 0, 0.87);
}

.mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.04;
}

.mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.12;
}

.mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(12, 108, 215, 0.87);
}
.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(173, 173, 173, 0.87);
}
.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(244, 67, 54, 0.87);
}
.mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #adadad;
  --mdc-filled-text-field-focus-active-indicator-color: #adadad;
  --mdc-filled-text-field-focus-label-text-color: rgba(173, 173, 173, 0.87);
  --mdc-outlined-text-field-caret-color: #adadad;
  --mdc-outlined-text-field-focus-outline-color: #adadad;
  --mdc-outlined-text-field-focus-label-text-color: rgba(173, 173, 173, 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-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}

[dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}

.mat-mdc-form-field-infix {
  min-height: 56px;
}

.mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 28px;
}

.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -34.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}

.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}

.mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 24px;
  padding-bottom: 8px;
}

.mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}

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(12, 108, 215, 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(173, 173, 173, 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-autocomplete-background-color: white;
}

.mat-mdc-dialog-container {
  --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);
}

.mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-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-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: black;
  --mdc-chip-elevated-container-color: #0c6cd7;
  --mdc-chip-elevated-disabled-container-color: #0c6cd7;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: black;
  --mdc-chip-with-icon-icon-color: black;
  --mdc-chip-with-icon-disabled-icon-color: black;
  --mdc-chip-with-icon-selected-icon-color: black;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: black;
  --mdc-chip-with-trailing-icon-trailing-icon-color: black;
}
.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: black;
  --mdc-chip-elevated-container-color: #adadad;
  --mdc-chip-elevated-disabled-container-color: #adadad;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: black;
  --mdc-chip-with-icon-icon-color: black;
  --mdc-chip-with-icon-disabled-icon-color: black;
  --mdc-chip-with-icon-selected-icon-color: black;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: black;
  --mdc-chip-with-trailing-icon-trailing-icon-color: black;
}
.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-disabled-container-color: #f44336;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-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-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}

.mat-mdc-slide-toggle {
  --mdc-switch-selected-focus-state-layer-color: #0954a7;
  --mdc-switch-selected-handle-color: #0954a7;
  --mdc-switch-selected-hover-state-layer-color: #0954a7;
  --mdc-switch-selected-pressed-state-layer-color: #0954a7;
  --mdc-switch-selected-focus-track-color: #54a0f5;
  --mdc-switch-selected-hover-track-color: #54a0f5;
  --mdc-switch-selected-pressed-track-color: #54a0f5;
  --mdc-switch-selected-track-color: #54a0f5;
  --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: var(--mdc-theme-surface, #fff);
  --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-handle-shadow-color: black;
  --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-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;
}
.mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #6e6e6e;
  --mdc-switch-selected-handle-color: #6e6e6e;
  --mdc-switch-selected-hover-state-layer-color: #6e6e6e;
  --mdc-switch-selected-pressed-state-layer-color: #6e6e6e;
  --mdc-switch-selected-focus-handle-color: #212121;
  --mdc-switch-selected-hover-handle-color: #212121;
  --mdc-switch-selected-pressed-handle-color: #212121;
  --mdc-switch-selected-focus-track-color: #e2e2e2;
  --mdc-switch-selected-hover-track-color: #e2e2e2;
  --mdc-switch-selected-pressed-track-color: #e2e2e2;
  --mdc-switch-selected-track-color: #e2e2e2;
}
.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;
}

.mat-mdc-slide-toggle {
  --mdc-switch-state-layer-size: 48px;
}

.mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --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: #0c6cd7;
  --mdc-radio-selected-hover-icon-color: #0c6cd7;
  --mdc-radio-selected-icon-color: #0c6cd7;
  --mdc-radio-selected-pressed-icon-color: #0c6cd7;
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #0c6cd7;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --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: #adadad;
  --mdc-radio-selected-hover-icon-color: #adadad;
  --mdc-radio-selected-icon-color: #adadad;
  --mdc-radio-selected-pressed-icon-color: #adadad;
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #adadad;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --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: #000;
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-radio-button .mdc-radio {
  --mdc-radio-state-layer-size: 40px;
}

.mat-mdc-slider {
  --mdc-slider-label-container-color: black;
  --mdc-slider-label-label-text-color: white;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-mdc-slider-value-indicator-opacity: 0.6;
}
.mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #0c6cd7;
  --mdc-slider-focus-handle-color: #0c6cd7;
  --mdc-slider-hover-handle-color: #0c6cd7;
  --mdc-slider-active-track-color: #0c6cd7;
  --mdc-slider-inactive-track-color: #0c6cd7;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #0c6cd7;
  --mat-mdc-slider-ripple-color: #0c6cd7;
  --mat-mdc-slider-hover-ripple-color: rgba(12, 108, 215, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(12, 108, 215, 0.2);
}
.mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #adadad;
  --mdc-slider-focus-handle-color: #adadad;
  --mdc-slider-hover-handle-color: #adadad;
  --mdc-slider-active-track-color: #adadad;
  --mdc-slider-inactive-track-color: #adadad;
  --mdc-slider-with-tick-marks-active-container-color: #000;
  --mdc-slider-with-tick-marks-inactive-container-color: #adadad;
  --mat-mdc-slider-ripple-color: #adadad;
  --mat-mdc-slider-hover-ripple-color: rgba(173, 173, 173, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(173, 173, 173, 0.2);
}
.mat-mdc-slider.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-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mat-mdc-slider-ripple-color: #f44336;
  --mat-mdc-slider-hover-ripple-color: rgba(244, 67, 54, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(244, 67, 54, 0.2);
}

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-mdc-list-base {
  --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: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --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: #0c6cd7;
  --mdc-radio-selected-hover-icon-color: #0c6cd7;
  --mdc-radio-selected-icon-color: #0c6cd7;
  --mdc-radio-selected-pressed-icon-color: #0c6cd7;
}

.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --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: #adadad;
  --mdc-radio-selected-hover-icon-color: #adadad;
  --mdc-radio-selected-icon-color: #adadad;
  --mdc-radio-selected-pressed-icon-color: #adadad;
}

.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --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: #fff;
  --mdc-checkbox-selected-focus-icon-color: #0c6cd7;
  --mdc-checkbox-selected-hover-icon-color: #0c6cd7;
  --mdc-checkbox-selected-icon-color: #0c6cd7;
  --mdc-checkbox-selected-pressed-icon-color: #0c6cd7;
  --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-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #0c6cd7;
  --mdc-checkbox-selected-hover-state-layer-color: #0c6cd7;
  --mdc-checkbox-selected-pressed-state-layer-color: #0c6cd7;
  --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: #000;
  --mdc-checkbox-selected-focus-icon-color: #adadad;
  --mdc-checkbox-selected-hover-icon-color: #adadad;
  --mdc-checkbox-selected-icon-color: #adadad;
  --mdc-checkbox-selected-pressed-icon-color: #adadad;
  --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-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #adadad;
  --mdc-checkbox-selected-hover-state-layer-color: #adadad;
  --mdc-checkbox-selected-pressed-state-layer-color: #adadad;
  --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: #fff;
  --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-unselected-pressed-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--activated .mdc-list-item__primary-text {
  color: #0c6cd7;
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #0c6cd7;
}

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

.mat-mdc-list-base {
  --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-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 {
  --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-mdc-paginator .mat-mdc-form-field-infix {
  min-height: 40px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 20px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -26.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: none;
}

.mat-mdc-tab-group, .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #0c6cd7;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: #000;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #0c6cd7;
  --mat-tab-header-active-ripple-color: #0c6cd7;
  --mat-tab-header-inactive-ripple-color: #0c6cd7;
  --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: #0c6cd7;
  --mat-tab-header-active-hover-label-text-color: #0c6cd7;
  --mat-tab-header-active-focus-indicator-color: #0c6cd7;
  --mat-tab-header-active-hover-indicator-color: #0c6cd7;
}
.mat-mdc-tab-group.mat-accent, .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #adadad;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: #000;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #adadad;
  --mat-tab-header-active-ripple-color: #adadad;
  --mat-tab-header-inactive-ripple-color: #adadad;
  --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: #adadad;
  --mat-tab-header-active-hover-label-text-color: #adadad;
  --mat-tab-header-active-focus-indicator-color: #adadad;
  --mat-tab-header-active-hover-indicator-color: #adadad;
}
.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: #000;
  --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: #0c6cd7;
  --mat-tab-header-with-background-foreground-color: black;
}
.mat-mdc-tab-group.mat-background-accent, .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #adadad;
  --mat-tab-header-with-background-foreground-color: black;
}
.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;
}

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: #000;
  --mdc-checkbox-selected-focus-icon-color: #adadad;
  --mdc-checkbox-selected-hover-icon-color: #adadad;
  --mdc-checkbox-selected-icon-color: #adadad;
  --mdc-checkbox-selected-pressed-icon-color: #adadad;
  --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-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #adadad;
  --mdc-checkbox-selected-hover-state-layer-color: #adadad;
  --mdc-checkbox-selected-pressed-state-layer-color: #adadad;
  --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-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: #fff;
  --mdc-checkbox-selected-focus-icon-color: #0c6cd7;
  --mdc-checkbox-selected-hover-icon-color: #0c6cd7;
  --mdc-checkbox-selected-icon-color: #0c6cd7;
  --mdc-checkbox-selected-pressed-icon-color: #0c6cd7;
  --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-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #0c6cd7;
  --mdc-checkbox-selected-hover-state-layer-color: #0c6cd7;
  --mdc-checkbox-selected-pressed-state-layer-color: #0c6cd7;
  --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: #fff;
  --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-unselected-pressed-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-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mat-mdc-checkbox.mat-mdc-checkbox-disabled label {
  color: rgba(0, 0, 0, 0.38);
}

html {
  --mdc-checkbox-state-layer-size: 40px;
}

.mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000;
}
.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #0c6cd7;
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #adadad;
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
}
.mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-text-button-label-text-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #fff;
  --mdc-filled-button-label-text-color: #000;
}
.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #0c6cd7;
  --mdc-filled-button-label-text-color: #fff;
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #adadad;
  --mdc-filled-button-label-text-color: #000;
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: #fff;
}
.mat-mdc-unelevated-button[disabled][disabled] {
  --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);
  --mdc-filled-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-label-text-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #fff;
  --mdc-protected-button-label-text-color: #000;
}
.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #0c6cd7;
  --mdc-protected-button-label-text-color: #fff;
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #adadad;
  --mdc-protected-button-label-text-color: #000;
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: #fff;
}
.mat-mdc-raised-button[disabled][disabled] {
  --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);
  --mdc-protected-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation: 0;
}

.mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #000;
}
.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #0c6cd7;
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #adadad;
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
}
.mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
}

.mat-mdc-button, .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-button.mat-primary, .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #0c6cd7;
  --mat-mdc-button-ripple-color: rgba(12, 108, 215, 0.1);
}
.mat-mdc-button.mat-accent, .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #adadad;
  --mat-mdc-button-ripple-color: rgba(173, 173, 173, 0.1);
}
.mat-mdc-button.mat-warn, .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}

.mat-mdc-raised-button, .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-raised-button.mat-primary, .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-accent, .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-raised-button.mat-warn, .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}

.mat-mdc-button.mat-mdc-button-base,
.mat-mdc-raised-button.mat-mdc-button-base,
.mat-mdc-unelevated-button.mat-mdc-button-base,
.mat-mdc-outlined-button.mat-mdc-button-base {
  height: 36px;
}

.mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mdc-icon-button-icon-color: inherit;
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #6200ee;
  --mat-mdc-button-ripple-color: rgba(98, 0, 238, 0.1);
}
.mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #018786;
  --mat-mdc-button-ripple-color: rgba(1, 135, 134, 0.1);
}
.mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #b00020;
  --mat-mdc-button-ripple-color: rgba(176, 0, 32, 0.1);
}
.mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #0c6cd7;
  --mat-mdc-button-persistent-ripple-color: #0c6cd7;
  --mat-mdc-button-ripple-color: rgba(12, 108, 215, 0.1);
}
.mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #adadad;
  --mat-mdc-button-persistent-ripple-color: #adadad;
  --mat-mdc-button-ripple-color: rgba(173, 173, 173, 0.1);
}
.mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}

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

.mat-mdc-fab,
.mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before,
.mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before,
.mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-fab.mat-primary,
.mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-fab.mat-accent,
.mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-fab.mat-warn,
.mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-fab[disabled][disabled],
.mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(0, 0, 0, 0.12);
  --mdc-fab-icon-color: rgba(0, 0, 0, 0.38);
  --mat-mdc-fab-color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-fab.mat-unthemed,
.mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: white;
  --mdc-fab-icon-color: black;
  --mat-mdc-fab-color: #000;
}
.mat-mdc-fab.mat-primary,
.mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #0c6cd7;
  --mdc-fab-icon-color: white;
  --mat-mdc-fab-color: #fff;
}
.mat-mdc-fab.mat-accent,
.mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #adadad;
  --mdc-fab-icon-color: black;
  --mat-mdc-fab-color: #000;
}
.mat-mdc-fab.mat-warn,
.mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
  --mdc-fab-icon-color: white;
  --mat-mdc-fab-color: #fff;
}

.mat-mdc-snack-bar-container {
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #adadad;
}

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

.mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #0c6cd7;
}
.mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #adadad;
}
.mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #f44336;
}

.mat-badge {
  position: relative;
}
.mat-badge.mat-badge {
  overflow: visible;
}

.mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
  background-color: var(--mat-badge-background-color);
  color: var(--mat-badge-text-color);
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mat-badge-text-font, Roboto, sans-serif);
  font-size: 12px;
  /* @alternate */
  font-size: var(--mat-badge-text-size, 12px);
  font-weight: 600;
  /* @alternate */
  font-weight: var(--mat-badge-text-weight, 600);
}
.cdk-high-contrast-active .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.mat-badge-disabled .mat-badge-content {
  background-color: var(--mat-badge-disabled-state-background-color);
  color: var(--mat-badge-disabled-state-text-color);
}

.mat-badge-hidden .mat-badge-content {
  display: none;
}

.ng-animate-disabled .mat-badge-content,
.mat-badge-content._mat-animation-noopable {
  transition: none;
}

.mat-badge-content.mat-badge-active {
  transform: none;
}

.mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 9px;
  /* @alternate */
  font-size: var(--mat-badge-small-size-text-size, 9px);
}
.mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}

.mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}

.mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 24px;
  /* @alternate */
  font-size: var(--mat-badge-large-size-text-size, 24px);
}
.mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}

html {
  --mat-badge-background-color: #0c6cd7;
  --mat-badge-text-color: black;
  --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: #adadad;
  --mat-badge-text-color: black;
}

.mat-badge-warn {
  --mat-badge-background-color: #f44336;
  --mat-badge-text-color: white;
}

html {
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
}

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-datepicker-calendar-date-selected-state-text-color: black;
  --mat-datepicker-calendar-date-selected-state-background-color: #0c6cd7;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(12, 108, 215, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: black;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(12, 108, 215, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(12, 108, 215, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #0c6cd7;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(12, 108, 215, 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-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: black;
  --mat-datepicker-calendar-date-selected-state-background-color: #adadad;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(173, 173, 173, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: black;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(173, 173, 173, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(173, 173, 173, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(173, 173, 173, 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: #adadad;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #f44336;
}

.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;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}

html {
  --mat-divider-color: rgba(0, 0, 0, 0.12);
}

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-icon-color: inherit;
}

.mat-icon.mat-primary {
  --mat-icon-color: #0c6cd7;
}
.mat-icon.mat-accent {
  --mat-icon-color: #adadad;
}
.mat-icon.mat-warn {
  --mat-icon-color: #f44336;
}

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: black;
  --mat-stepper-header-selected-state-icon-background-color: #0c6cd7;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #0c6cd7;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #0c6cd7;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
  --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: black;
  --mat-stepper-header-selected-state-icon-background-color: #adadad;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #adadad;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #adadad;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
}
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;
}

.mat-sort-header-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: #0c6cd7;
  --mat-toolbar-container-text-color: black;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #adadad;
  --mat-toolbar-container-text-color: black;
}
.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;
}

.mat-tree {
  background: white;
}

.mat-tree-node,
.mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}

.mat-tree-node {
  min-height: 48px;
}

.mat-button, .mat-icon-button, .mat-stroked-button {
  color: inherit;
  background: transparent;
}
.mat-button.mat-primary, .mat-icon-button.mat-primary, .mat-stroked-button.mat-primary {
  color: #0c6cd7;
}
.mat-button.mat-accent, .mat-icon-button.mat-accent, .mat-stroked-button.mat-accent {
  color: #adadad;
}
.mat-button.mat-warn, .mat-icon-button.mat-warn, .mat-stroked-button.mat-warn {
  color: #f44336;
}
.mat-button.mat-primary.mat-button-disabled, .mat-button.mat-accent.mat-button-disabled, .mat-button.mat-warn.mat-button-disabled, .mat-button.mat-button-disabled.mat-button-disabled, .mat-icon-button.mat-primary.mat-button-disabled, .mat-icon-button.mat-accent.mat-button-disabled, .mat-icon-button.mat-warn.mat-button-disabled, .mat-icon-button.mat-button-disabled.mat-button-disabled, .mat-stroked-button.mat-primary.mat-button-disabled, .mat-stroked-button.mat-accent.mat-button-disabled, .mat-stroked-button.mat-warn.mat-button-disabled, .mat-stroked-button.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
.mat-button.mat-primary .mat-button-focus-overlay, .mat-icon-button.mat-primary .mat-button-focus-overlay, .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #0c6cd7;
}
.mat-button.mat-accent .mat-button-focus-overlay, .mat-icon-button.mat-accent .mat-button-focus-overlay, .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: #adadad;
}
.mat-button.mat-warn .mat-button-focus-overlay, .mat-icon-button.mat-warn .mat-button-focus-overlay, .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #f44336;
}
.mat-button.mat-button-disabled .mat-button-focus-overlay, .mat-icon-button.mat-button-disabled .mat-button-focus-overlay, .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  background-color: transparent;
}
.mat-button .mat-ripple-element, .mat-icon-button .mat-ripple-element, .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}

.mat-button-focus-overlay {
  background: black;
}

.mat-stroked-button:not(.mat-button-disabled) {
  border-color: rgba(0, 0, 0, 0.12);
}

.mat-flat-button, .mat-raised-button, .mat-fab, .mat-mini-fab {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}
.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  color: black;
}
.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  color: black;
}
.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  color: white;
}
.mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  background-color: #0c6cd7;
}
.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  background-color: #adadad;
}
.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  background-color: #f44336;
}
.mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-flat-button.mat-primary .mat-ripple-element, .mat-raised-button.mat-primary .mat-ripple-element, .mat-fab.mat-primary .mat-ripple-element, .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-flat-button.mat-accent .mat-ripple-element, .mat-raised-button.mat-accent .mat-ripple-element, .mat-fab.mat-accent .mat-ripple-element, .mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-flat-button.mat-warn .mat-ripple-element, .mat-raised-button.mat-warn .mat-ripple-element, .mat-fab.mat-warn .mat-ripple-element, .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}

.mat-stroked-button:not([class*=mat-elevation-z]), .mat-flat-button:not([class*=mat-elevation-z]) {
  box-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);
}

.mat-raised-button:not([class*=mat-elevation-z]) {
  box-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);
}
.mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-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);
}
.mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-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);
}

.mat-fab:not([class*=mat-elevation-z]), .mat-mini-fab:not([class*=mat-elevation-z]) {
  box-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);
}
.mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-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);
}
.mat-fab.mat-button-disabled:not([class*=mat-elevation-z]), .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-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);
}

.mat-datepicker-content .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000;
}
.mat-datepicker-content .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #0c6cd7;
}
.mat-datepicker-content .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #adadad;
}
.mat-datepicker-content .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
}
.mat-datepicker-content .mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-text-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.mat-datepicker-content .mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #fff;
  --mdc-filled-button-label-text-color: #000;
}
.mat-datepicker-content .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #0c6cd7;
  --mdc-filled-button-label-text-color: #fff;
}
.mat-datepicker-content .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #adadad;
  --mdc-filled-button-label-text-color: #000;
}
.mat-datepicker-content .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: #fff;
}
.mat-datepicker-content .mat-mdc-unelevated-button[disabled][disabled] {
  --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);
  --mdc-filled-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.mat-datepicker-content .mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #fff;
  --mdc-protected-button-label-text-color: #000;
}
.mat-datepicker-content .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #0c6cd7;
  --mdc-protected-button-label-text-color: #fff;
}
.mat-datepicker-content .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #adadad;
  --mdc-protected-button-label-text-color: #000;
}
.mat-datepicker-content .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: #fff;
}
.mat-datepicker-content .mat-mdc-raised-button[disabled][disabled] {
  --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);
  --mdc-protected-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation: 0;
}
.mat-datepicker-content .mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.mat-datepicker-content .mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #000;
}
.mat-datepicker-content .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #0c6cd7;
}
.mat-datepicker-content .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #adadad;
}
.mat-datepicker-content .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
}
.mat-datepicker-content .mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
}
.mat-datepicker-content .mat-mdc-button, .mat-datepicker-content .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-datepicker-content .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .mat-datepicker-content .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-datepicker-content .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-datepicker-content .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .mat-datepicker-content .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-datepicker-content .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-datepicker-content .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .mat-datepicker-content .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-datepicker-content .mat-mdc-button.mat-primary, .mat-datepicker-content .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #0c6cd7;
  --mat-mdc-button-ripple-color: rgba(12, 108, 215, 0.1);
}
.mat-datepicker-content .mat-mdc-button.mat-accent, .mat-datepicker-content .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #adadad;
  --mat-mdc-button-ripple-color: rgba(173, 173, 173, 0.1);
}
.mat-datepicker-content .mat-mdc-button.mat-warn, .mat-datepicker-content .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.mat-datepicker-content .mat-mdc-raised-button, .mat-datepicker-content .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-datepicker-content .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .mat-datepicker-content .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-datepicker-content .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-datepicker-content .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .mat-datepicker-content .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-datepicker-content .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-datepicker-content .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .mat-datepicker-content .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-datepicker-content .mat-mdc-raised-button.mat-primary, .mat-datepicker-content .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-datepicker-content .mat-mdc-raised-button.mat-accent, .mat-datepicker-content .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-datepicker-content .mat-mdc-raised-button.mat-warn, .mat-datepicker-content .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-datepicker-content .mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mdc-icon-button-icon-color: inherit;
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-datepicker-content .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-datepicker-content .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-datepicker-content .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-datepicker-content .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-datepicker-content .mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #6200ee;
  --mat-mdc-button-ripple-color: rgba(98, 0, 238, 0.1);
}
.mat-datepicker-content .mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #018786;
  --mat-mdc-button-ripple-color: rgba(1, 135, 134, 0.1);
}
.mat-datepicker-content .mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #b00020;
  --mat-mdc-button-ripple-color: rgba(176, 0, 32, 0.1);
}
.mat-datepicker-content .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #0c6cd7;
  --mat-mdc-button-persistent-ripple-color: #0c6cd7;
  --mat-mdc-button-ripple-color: rgba(12, 108, 215, 0.1);
}
.mat-datepicker-content .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #adadad;
  --mat-mdc-button-persistent-ripple-color: #adadad;
  --mat-mdc-button-ripple-color: rgba(173, 173, 173, 0.1);
}
.mat-datepicker-content .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.mat-datepicker-content .mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}

.mat-datepicker-content .mat-mdc-button.mat-mdc-button-base,
.mat-datepicker-content .mat-mdc-raised-button.mat-mdc-button-base,
.mat-datepicker-content .mat-mdc-unelevated-button.mat-mdc-button-base,
.mat-datepicker-content .mat-mdc-outlined-button.mat-mdc-button-base {
  height: 36px;
}
.mat-datepicker-content .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;
}

.mat-option {
  color: rgba(0, 0, 0, 0.87);
}
.mat-option:hover:not(.mat-option-disabled), .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-option.mat-active {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.87);
}
.mat-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}

.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #0c6cd7;
}

.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #adadad;
}

.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #f44336;
}

.mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
}

.mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}

.mat-pseudo-checkbox-full {
  color: rgba(0, 0, 0, 0.54);
}
.mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}

.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #0c6cd7;
}
.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #0c6cd7;
}
.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #adadad;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #adadad;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}

.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #adadad;
}
.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #adadad;
}
.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}

.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #f44336;
}
.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #f44336;
}
.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}

.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #b0b0b0;
}
.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #b0b0b0;
}

.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}

.mat-elevation-z0 {
  box-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);
}

.mat-elevation-z1 {
  box-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);
}

.mat-elevation-z2 {
  box-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);
}

.mat-elevation-z3 {
  box-shadow: 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-elevation-z4 {
  box-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-elevation-z5 {
  box-shadow: 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-elevation-z6 {
  box-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);
}

.mat-elevation-z7 {
  box-shadow: 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-elevation-z8 {
  box-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);
}

.mat-elevation-z9 {
  box-shadow: 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-elevation-z10 {
  box-shadow: 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-elevation-z11 {
  box-shadow: 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-elevation-z12 {
  box-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);
}

.mat-elevation-z13 {
  box-shadow: 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-elevation-z14 {
  box-shadow: 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-elevation-z15 {
  box-shadow: 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-elevation-z16 {
  box-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-elevation-z17 {
  box-shadow: 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-elevation-z18 {
  box-shadow: 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-elevation-z19 {
  box-shadow: 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-elevation-z20 {
  box-shadow: 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-elevation-z21 {
  box-shadow: 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-elevation-z22 {
  box-shadow: 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-elevation-z23 {
  box-shadow: 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-elevation-z24 {
  box-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-theme-loaded-marker {
  display: none;
}

.mat-card {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-card:not([class*=mat-elevation-z]) {
  box-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);
}
.mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-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);
}

.mat-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}

.mat-progress-bar-background {
  fill: #bfd7f1;
}

.mat-progress-bar-buffer {
  background-color: #bfd7f1;
}

.mat-progress-bar-fill::after {
  background-color: #0c6cd7;
}

.mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #e7e7e7;
}
.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #e7e7e7;
}
.mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #adadad;
}

.mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #f9ccc9;
}
.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #f9ccc9;
}
.mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #f44336;
}

.mat-progress-spinner circle, .mat-spinner circle {
  stroke: #0c6cd7;
}
.mat-progress-spinner.mat-accent circle, .mat-spinner.mat-accent circle {
  stroke: #adadad;
}
.mat-progress-spinner.mat-warn circle, .mat-spinner.mat-warn circle {
  stroke: #f44336;
}

.mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}

.mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}

.mat-input-element:disabled,
.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}

.mat-input-element {
  caret-color: #0c6cd7;
}
.mat-input-element::placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-form-field.mat-accent .mat-input-element {
  caret-color: #adadad;
}

.mat-form-field.mat-warn .mat-input-element,
.mat-form-field-invalid .mat-input-element {
  caret-color: #f44336;
}

.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: #f44336;
}

.mat-form-field-disabled .mat-form-field-prefix,
.mat-form-field-disabled .mat-form-field-suffix {
  color: rgba(0, 0, 0, 0.38);
}

.mat-form-field-label {
  color: rgba(0, 0, 0, 0.6);
}

.mat-hint {
  color: rgba(0, 0, 0, 0.6);
}

.mat-form-field.mat-focused .mat-form-field-label {
  color: #0c6cd7;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #adadad;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #f44336;
}

.mat-focused .mat-form-field-required-marker {
  color: #adadad;
}

.mat-form-field-ripple {
  background-color: rgba(0, 0, 0, 0.87);
}

.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #0c6cd7;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #adadad;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #f44336;
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: #0c6cd7;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: #adadad;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: #f44336;
}

.mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #f44336;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #f44336;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #f44336;
}

.mat-error {
  color: #f44336;
}

.mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-form-field-appearance-legacy .mat-hint {
  color: rgba(0, 0, 0, 0.54);
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}

.mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}

.mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.02);
}
.mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}

.mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.12);
}
.mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(0, 0, 0, 0.87);
}
.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #0c6cd7;
}
.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #adadad;
}
.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: #f44336;
}
.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #f44336;
}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.06);
}

.mat-select-value {
  color: rgba(0, 0, 0, 0.87);
}

.mat-select-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-select-disabled .mat-select-value {
  color: rgba(0, 0, 0, 0.38);
}

.mat-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}

.mat-select-panel {
  background: white;
}
.mat-select-panel:not([class*=mat-elevation-z]) {
  box-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-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
}

.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #0c6cd7;
}
.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #adadad;
}
.mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #f44336;
}
.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #f44336;
}
.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}

.mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54);
}

.mat-checkbox-checkmark {
  fill: #fafafa;
}

.mat-checkbox-checkmark-path {
  stroke: #fafafa !important;
}

.mat-checkbox-mixedmark {
  background-color: #fafafa;
}

.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #0c6cd7;
}
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #adadad;
}
.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #f44336;
}

.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
}
.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
}
.mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-checkbox .mat-ripple-element {
  background-color: black;
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: #0c6cd7;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #adadad;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #f44336;
}

.mat-autocomplete-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-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-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: white;
}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: rgba(0, 0, 0, 0.87);
}

.mat-dialog-container {
  box-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);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}

.mat-chip.mat-standard-chip {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}
.mat-chip.mat-standard-chip .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 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-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}
.mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}
.mat-chip.mat-standard-chip::after {
  background: black;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #0c6cd7;
  color: black;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: black;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #f44336;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #adadad;
  color: black;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: black;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #adadad;
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(173, 173, 173, 0.54);
}
.mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #adadad;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #0c6cd7;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(12, 108, 215, 0.54);
}
.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #0c6cd7;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #f44336;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(244, 67, 54, 0.54);
}
.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #f44336;
}
.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: black;
}

.mat-slide-toggle-thumb {
  box-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);
  background-color: #fafafa;
}

.mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38);
}

.mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}

.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #0c6cd7;
}
.mat-radio-button.mat-primary .mat-radio-inner-circle,
.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: #0c6cd7;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #adadad;
}
.mat-radio-button.mat-accent .mat-radio-inner-circle,
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #adadad;
}
.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #f44336;
}
.mat-radio-button.mat-warn .mat-radio-inner-circle,
.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #f44336;
}
.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button .mat-ripple-element {
  background-color: black;
}

.mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}

.mat-slider.mat-primary .mat-slider-track-fill,
.mat-slider.mat-primary .mat-slider-thumb,
.mat-slider.mat-primary .mat-slider-thumb-label {
  background-color: #0c6cd7;
}
.mat-slider.mat-primary .mat-slider-thumb-label-text {
  color: black;
}
.mat-slider.mat-primary .mat-slider-focus-ring {
  background-color: rgba(12, 108, 215, 0.2);
}
.mat-slider.mat-accent .mat-slider-track-fill,
.mat-slider.mat-accent .mat-slider-thumb,
.mat-slider.mat-accent .mat-slider-thumb-label {
  background-color: #adadad;
}
.mat-slider.mat-accent .mat-slider-thumb-label-text {
  color: black;
}
.mat-slider.mat-accent .mat-slider-focus-ring {
  background-color: rgba(173, 173, 173, 0.2);
}
.mat-slider.mat-warn .mat-slider-track-fill,
.mat-slider.mat-warn .mat-slider-thumb,
.mat-slider.mat-warn .mat-slider-thumb-label {
  background-color: #f44336;
}
.mat-slider.mat-warn .mat-slider-thumb-label-text {
  color: white;
}
.mat-slider.mat-warn .mat-slider-focus-ring {
  background-color: rgba(244, 67, 54, 0.2);
}

.mat-slider:hover .mat-slider-track-background,
.mat-slider.cdk-focused .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38);
}

.mat-slider.mat-slider-disabled .mat-slider-track-background,
.mat-slider.mat-slider-disabled .mat-slider-track-fill,
.mat-slider.mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}

.mat-slider.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87);
}
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
}

.mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(0, 0, 0, 0.7);
}

.mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}

.mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}

.mat-menu-panel {
  background: white;
}
.mat-menu-panel:not([class*=mat-elevation-z]) {
  box-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-menu-item {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
}
.mat-menu-item[disabled],
.mat-menu-item[disabled] .mat-menu-submenu-icon,
.mat-menu-item[disabled] .mat-icon-no-color {
  color: rgba(0, 0, 0, 0.38);
}

.mat-menu-item .mat-icon-no-color,
.mat-menu-submenu-icon {
  color: rgba(0, 0, 0, 0.54);
}

.mat-menu-item:hover:not([disabled]),
.mat-menu-item.cdk-program-focused:not([disabled]),
.mat-menu-item.cdk-keyboard-focused:not([disabled]),
.mat-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}

.mat-list-base .mat-list-item {
  color: rgba(0, 0, 0, 0.87);
}
.mat-list-base .mat-list-option {
  color: rgba(0, 0, 0, 0.87);
}
.mat-list-base .mat-subheader {
  color: rgba(0, 0, 0, 0.54);
}
.mat-list-base .mat-list-item-disabled {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.38);
}

.mat-list-option:hover, .mat-list-option:focus,
.mat-nav-list .mat-list-item:hover,
.mat-nav-list .mat-list-item:focus,
.mat-action-list .mat-list-item:hover,
.mat-action-list .mat-list-item:focus {
  background: rgba(0, 0, 0, 0.04);
}

.mat-list-single-selected-option, .mat-list-single-selected-option:hover, .mat-list-single-selected-option:focus {
  background: rgba(0, 0, 0, 0.12);
}

.mat-paginator {
  background: white;
}

.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54);
}

.mat-paginator-decrement,
.mat-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}

.mat-paginator-first,
.mat-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}

.mat-icon-button[disabled] .mat-paginator-decrement,
.mat-icon-button[disabled] .mat-paginator-increment,
.mat-icon-button[disabled] .mat-paginator-first,
.mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-paginator-container {
  min-height: 56px;
}

.mat-tab-nav-bar,
.mat-tab-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.mat-tab-group-inverted-header .mat-tab-nav-bar,
.mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none;
}

.mat-tab-label, .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}
.mat-tab-label.mat-tab-disabled, .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.38);
}

.mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}

.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-tab-group[class*=mat-background-] > .mat-tab-header,
.mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}

.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused, .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused,
.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused,
.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused, .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused, .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused,
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused,
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused {
  background-color: rgba(180, 214, 251, 0.3);
}
.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled, .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused.mat-tab-disabled,
.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,
.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused.mat-tab-disabled, .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled, .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused.mat-tab-disabled,
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused.mat-tab-disabled {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #0c6cd7;
}
.mat-tab-group.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar {
  background-color: black;
}
.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused, .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused,
.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused,
.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused, .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused, .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused,
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused,
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused {
  background-color: rgba(248, 248, 248, 0.3);
}
.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled, .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused.mat-tab-disabled,
.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,
.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused.mat-tab-disabled, .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled, .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused.mat-tab-disabled,
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused.mat-tab-disabled {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-tab-group.mat-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #adadad;
}
.mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar {
  background-color: black;
}
.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused, .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused,
.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused,
.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused, .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused, .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused,
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused,
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused {
  background-color: rgba(255, 205, 210, 0.3);
}
.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled, .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused.mat-tab-disabled,
.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,
.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused.mat-tab-disabled, .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled, .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused.mat-tab-disabled,
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused.mat-tab-disabled {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-tab-group.mat-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #f44336;
}
.mat-tab-group.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused, .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused,
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused,
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused, .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused, .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused,
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused,
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused {
  background-color: rgba(180, 214, 251, 0.3);
}
.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled, .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused.mat-tab-disabled,
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused.mat-tab-disabled,
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused.mat-tab-disabled {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-tab-group.mat-background-primary > .mat-tab-header, .mat-tab-group.mat-background-primary > .mat-tab-link-container, .mat-tab-group.mat-background-primary > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination {
  background-color: #0c6cd7;
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link {
  color: black;
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.4);
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-focus-indicator::before {
  border-color: black;
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: black;
  opacity: 0.4;
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element {
  background-color: black;
  opacity: 0.12;
}
.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused, .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused,
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused,
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused, .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused, .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused,
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused,
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused {
  background-color: rgba(248, 248, 248, 0.3);
}
.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled, .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused.mat-tab-disabled,
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused.mat-tab-disabled,
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused.mat-tab-disabled {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-tab-group.mat-background-accent > .mat-tab-header, .mat-tab-group.mat-background-accent > .mat-tab-link-container, .mat-tab-group.mat-background-accent > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination {
  background-color: #adadad;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link {
  color: black;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.4);
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-focus-indicator::before {
  border-color: black;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: black;
  opacity: 0.4;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element {
  background-color: black;
  opacity: 0.12;
}
.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused, .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused,
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused,
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused, .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused, .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused,
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused,
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused {
  background-color: rgba(255, 205, 210, 0.3);
}
.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled, .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused.mat-tab-disabled,
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused.mat-tab-disabled,
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused.mat-tab-disabled {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-tab-group.mat-background-warn > .mat-tab-header, .mat-tab-group.mat-background-warn > .mat-tab-link-container, .mat-tab-group.mat-background-warn > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination {
  background-color: #f44336;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: white;
  opacity: 0.4;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 0.12;
}

.mat-snack-bar-container {
  color: rgba(255, 255, 255, 0.7);
  background: #323232;
  box-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);
}

.mat-simple-snackbar-action {
  color: #adadad;
}

.mat-table {
  background: white;
}

.mat-table thead, .mat-table tbody, .mat-table tfoot,
mat-header-row, mat-row, mat-footer-row,
[mat-header-row], [mat-row], [mat-footer-row],
.mat-table-sticky {
  background: inherit;
}

mat-row, mat-header-row, mat-footer-row,
th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

.mat-header-cell {
  color: rgba(0, 0, 0, 0.54);
}

.mat-cell, .mat-footer-cell {
  color: rgba(0, 0, 0, 0.87);
}

html {
  --mat-badge-background-color: #0c6cd7;
  --mat-badge-text-color: black;
  --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: #adadad;
  --mat-badge-text-color: black;
}

.mat-badge-warn {
  --mat-badge-background-color: #f44336;
  --mat-badge-text-color: white;
}

html {
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
}

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-datepicker-calendar-date-selected-state-text-color: black;
  --mat-datepicker-calendar-date-selected-state-background-color: #0c6cd7;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(12, 108, 215, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: black;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(12, 108, 215, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(12, 108, 215, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #0c6cd7;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(12, 108, 215, 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-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: black;
  --mat-datepicker-calendar-date-selected-state-background-color: #adadad;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(173, 173, 173, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: black;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(173, 173, 173, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(173, 173, 173, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(173, 173, 173, 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: #adadad;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #f44336;
}

.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;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}

html {
  --mat-divider-color: rgba(0, 0, 0, 0.12);
}

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-icon-color: inherit;
}

.mat-icon.mat-primary {
  --mat-icon-color: #0c6cd7;
}
.mat-icon.mat-accent {
  --mat-icon-color: #adadad;
}
.mat-icon.mat-warn {
  --mat-icon-color: #f44336;
}

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: black;
  --mat-stepper-header-selected-state-icon-background-color: #0c6cd7;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #0c6cd7;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #0c6cd7;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
  --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: black;
  --mat-stepper-header-selected-state-icon-background-color: #adadad;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #adadad;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #adadad;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
}
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;
}

.mat-sort-header-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: #0c6cd7;
  --mat-toolbar-container-text-color: black;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #adadad;
  --mat-toolbar-container-text-color: black;
}
.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;
}

.mat-tree {
  background: white;
}

.mat-tree-node,
.mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}

.empowered {
  /* SHARED STYLES BARREL
   *
   * This file rolls up a minimized list of variables & functions required for component styling.
   * Unlike the main entry file for applications (`styles.scss`), this file should only include the *bare* minimums required for component styling.
   * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
   */
  /* FUNCTIONS
   *
   * This file is rolls up all shared Sass functions for simplified importing via `@import "utilities/functions";`.
   * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
   */
  /* VARIABLES
   *
   * This file is rolls up all shared Sass variables for simplified importing via `@import "utilities/variables";`.
   * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
   */
  /* MIXINS
   *
   * This file is rolls up all shared Sass mixins for simplified importing via `@import "utilities/mixins";`.
   * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
   */
  /* IAC widget sizing and helper classes */
  /* SHARED STYLES BARREL
   *
   * This file rolls up a minimized list of variables & functions required for component styling.
   * Unlike the main entry file for applications (`styles.scss`), this file should only include the *bare* minimums required for component styling.
   * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
   */
  /* FUNCTIONS
   *
   * This file is rolls up all shared Sass functions for simplified importing via `@import "utilities/functions";`.
   * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
   */
  /* VARIABLES
   *
   * This file is rolls up all shared Sass variables for simplified importing via `@import "utilities/variables";`.
   * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
   */
  /* MIXINS
   *
   * This file is rolls up all shared Sass mixins for simplified importing via `@import "utilities/mixins";`.
   * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
   */
  /* IAC widget sizing and helper classes */
  /* SHARED STYLES BARREL
   *
   * This file rolls up a minimized list of variables & functions required for component styling.
   * Unlike the main entry file for applications (`styles.scss`), this file should only include the *bare* minimums required for component styling.
   * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
   */
  /* FUNCTIONS
   *
   * This file is rolls up all shared Sass functions for simplified importing via `@import "utilities/functions";`.
   * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
   */
  /* VARIABLES
   *
   * This file is rolls up all shared Sass variables for simplified importing via `@import "utilities/variables";`.
   * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
   */
  /* MIXINS
   *
   * This file is rolls up all shared Sass mixins for simplified importing via `@import "utilities/mixins";`.
   * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
   */
  /* IAC widget sizing and helper classes */
  /* SHARED STYLES BARREL
   *
   * This file rolls up a minimized list of variables & functions required for component styling.
   * Unlike the main entry file for applications (`styles.scss`), this file should only include the *bare* minimums required for component styling.
   * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
   */
  /* FUNCTIONS
   *
   * This file is rolls up all shared Sass functions for simplified importing via `@import "utilities/functions";`.
   * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
   */
  /* VARIABLES
   *
   * This file is rolls up all shared Sass variables for simplified importing via `@import "utilities/variables";`.
   * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
   */
  /* MIXINS
   *
   * This file is rolls up all shared Sass mixins for simplified importing via `@import "utilities/mixins";`.
   * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
   */
  /* IAC widget sizing and helper classes */
  /* SHARED STYLES BARREL
   *
   * This file rolls up a minimized list of variables & functions required for component styling.
   * Unlike the main entry file for applications (`styles.scss`), this file should only include the *bare* minimums required for component styling.
   * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
   */
  /* FUNCTIONS
   *
   * This file is rolls up all shared Sass functions for simplified importing via `@import "utilities/functions";`.
   * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
   */
  /* VARIABLES
   *
   * This file is rolls up all shared Sass variables for simplified importing via `@import "utilities/variables";`.
   * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
   */
  /* MIXINS
   *
   * This file is rolls up all shared Sass mixins for simplified importing via `@import "utilities/mixins";`.
   * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
   */
  /* IAC widget sizing and helper classes */
  /* SHARED STYLES BARREL
   *
   * This file rolls up a minimized list of variables & functions required for component styling.
   * Unlike the main entry file for applications (`styles.scss`), this file should only include the *bare* minimums required for component styling.
   * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
   */
  /* FUNCTIONS
   *
   * This file is rolls up all shared Sass functions for simplified importing via `@import "utilities/functions";`.
   * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
   */
  /* VARIABLES
   *
   * This file is rolls up all shared Sass variables for simplified importing via `@import "utilities/variables";`.
   * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
   */
  /* MIXINS
   *
   * This file is rolls up all shared Sass mixins for simplified importing via `@import "utilities/mixins";`.
   * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
   */
  /* IAC widget sizing and helper classes */
  /**
  *   _menu.scss file used to apply css style to the empowered-menu

  *   Depends on user selection for positioning the menu along the x and y

  *   By default, the menu will display below (y-axis), after (x-axis),
  *   without overlapping its trigger. The position can be changed using
  *   the xPosition (before | after) and yPosition (above | below) attributes. The menu can be forced to overlap
  *   the trigger using the overlapTrigger attribute.

  *   Following css is used to position the menu according to our design protocol.
  */
  /* SHARED STYLES BARREL
   *
   * This file rolls up a minimized list of variables & functions required for component styling.
   * Unlike the main entry file for applications (`styles.scss`), this file should only include the *bare* minimums required for component styling.
   * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
   */
  /* FUNCTIONS
   *
   * This file is rolls up all shared Sass functions for simplified importing via `@import "utilities/functions";`.
   * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
   */
  /* VARIABLES
   *
   * This file is rolls up all shared Sass variables for simplified importing via `@import "utilities/variables";`.
   * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
   */
  /* MIXINS
   *
   * This file is rolls up all shared Sass mixins for simplified importing via `@import "utilities/mixins";`.
   * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
   */
  /* IAC widget sizing and helper classes */
  /* All the tooltip styles moved inside the richTooltip directive */
  /* SHARED STYLES BARREL
   *
   * This file rolls up a minimized list of variables & functions required for component styling.
   * Unlike the main entry file for applications (`styles.scss`), this file should only include the *bare* minimums required for component styling.
   * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
   */
  /* FUNCTIONS
   *
   * This file is rolls up all shared Sass functions for simplified importing via `@import "utilities/functions";`.
   * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
   */
  /* VARIABLES
   *
   * This file is rolls up all shared Sass variables for simplified importing via `@import "utilities/variables";`.
   * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
   */
  /* MIXINS
   *
   * This file is rolls up all shared Sass mixins for simplified importing via `@import "utilities/mixins";`.
   * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
   */
  /* IAC widget sizing and helper classes */
}
@media  {
  .empowered .mat-select-panel-wrap .ng-animating, .empowered .mat-select-panel-wrap.ng-animating {
    visibility: hidden;
  }
}
.empowered .empowered-portal-backdrop {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  position: absolute;
  opacity: 0;
}
.empowered .empowered-portal-backdrop.blur {
  -webkit-backdrop-filter: blur(1.5px);
          backdrop-filter: blur(1.5px);
}
.empowered .empowered-portal-backdrop.dark {
  background-color: rgba(0, 0, 0, 0.32);
}
.empowered .empowered-portal-backdrop.light {
  background-color: rgba(255, 255, 255, 0.64);
}
.empowered .empowered-portal-backdrop.shown {
  opacity: 1;
}
.empowered .empowered-portal-backdrop.hidden {
  display: none;
}
.empowered .mon-button-full-width {
  width: 100%;
}
.empowered .mat-button,
.empowered .mat-flat-button,
.empowered .mat-stroked-button {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  font-size: 1rem;
}
.empowered .mon-btn-primary,
.empowered .mon-btn-secondary,
.empowered .mon-btn-danger,
.empowered .mon-btn-success {
  height: 2.375rem;
  font-size: 1rem;
}
.empowered .mon-btn-primary.btn-sm,
.empowered .mon-btn-secondary.btn-sm,
.empowered .mon-btn-danger.btn-sm,
.empowered .mon-btn-success.btn-sm {
  height: 2rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.875rem;
}
.empowered .mon-btn-primary.btn-lg,
.empowered .mon-btn-secondary.btn-lg,
.empowered .mon-btn-danger.btn-lg,
.empowered .mon-btn-success.btn-lg {
  height: 2.75rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 1.25rem;
}
.empowered .mon-btn-primary.pull-down,
.empowered .mon-btn-secondary.pull-down,
.empowered .mon-btn-danger.pull-down,
.empowered .mon-btn-success.pull-down {
  padding-left: 1.875rem;
  padding-right: 0.9375rem;
}
.empowered .mon-btn-primary.pull-down .mon-icon.icon-right,
.empowered .mon-btn-secondary.pull-down .mon-icon.icon-right,
.empowered .mon-btn-danger.pull-down .mon-icon.icon-right,
.empowered .mon-btn-success.pull-down .mon-icon.icon-right {
  margin: 0 0 0 0.9375rem;
}
.empowered .mon-btn-primary.pull-down-sm,
.empowered .mon-btn-secondary.pull-down-sm,
.empowered .mon-btn-danger.pull-down-sm,
.empowered .mon-btn-success.pull-down-sm {
  padding-left: 0.9375rem;
  padding-right: 0.5rem;
}
.empowered .mon-btn-primary.pull-down-sm .mon-icon.icon-right,
.empowered .mon-btn-secondary.pull-down-sm .mon-icon.icon-right,
.empowered .mon-btn-danger.pull-down-sm .mon-icon.icon-right,
.empowered .mon-btn-success.pull-down-sm .mon-icon.icon-right {
  margin: 0 0 0 0.5rem;
}
.empowered .mon-btn-primary.pull-down-lg,
.empowered .mon-btn-secondary.pull-down-lg,
.empowered .mon-btn-danger.pull-down-lg,
.empowered .mon-btn-success.pull-down-lg {
  padding-left: 2.5rem;
  padding-right: 1.125rem;
}
.empowered .mon-btn-primary.pull-down-lg .mon-icon.icon-right,
.empowered .mon-btn-secondary.pull-down-lg .mon-icon.icon-right,
.empowered .mon-btn-danger.pull-down-lg .mon-icon.icon-right,
.empowered .mon-btn-success.pull-down-lg .mon-icon.icon-right {
  margin: 0 0 0 1.125rem;
}
.empowered .mon-btn-primary {
  background-color: #0c6cd7;
  color: #fff;
}
.empowered .mon-btn-primary .mat-button-wrapper {
  display: inline-flex;
  align-self: center;
}
.empowered .mon-btn-primary .mat-button-wrapper .icon-left {
  margin: 0 0.3125rem 0 0;
}
.empowered .mon-btn-primary .mat-button-wrapper .icon-left .mat-icon .cls-1 {
  fill: #fff !important;
}
.empowered .mon-btn-primary .mat-button-wrapper .icon-left .mat-icon:hover .cls-1 {
  fill: #fff !important;
}
.empowered .mon-btn-primary .mat-button-wrapper:hover .mat-icon .cls-1 {
  fill: #fff !important;
}
.empowered .mon-btn-primary .mat-button-wrapper:hover .mat-icon {
  fill: #fff !important;
}
.empowered .mon-btn-primary .mat-button-wrapper .icon-right {
  margin: 0 0 0 0.3125rem;
}
.empowered .mon-btn-primary .mat-button-wrapper .icon-right .mat-icon .cls-1 {
  fill: #fff !important;
}
.empowered .mon-btn-primary .mat-button-wrapper .icon-right .mat-icon:hover .cls-1 {
  fill: #fff !important;
}
.empowered .mon-btn-primary .mat-button-wrapper .icon-primary .mat-icon {
  fill: #fff !important;
}
.empowered .mon-btn-primary .mat-button-wrapper .icon-primary .mat-icon:hover .cls-1 {
  fill: #fff !important;
}
.empowered .mon-btn-primary:hover {
  background-color: #0954a7;
}
.empowered .mon-btn-primary:hover .mat-button-wrapper .icon-left .mat-icon .cls-1 {
  fill: #fff !important;
}
.empowered .mon-btn-primary:hover .mat-button-wrapper .icon-right .mat-icon .cls-1 {
  fill: #fff !important;
}
.empowered .mon-btn-primary:focus {
  box-shadow: 0 0 0.0625rem 0.0625rem #54a0f5, 0 0 0.1875rem 0.25rem #b4d6fb;
}
.empowered .mon-btn-primary:focus .mat-button-wrapper .icon-left .mat-icon .cls-1 {
  fill: #0c6cd7 !important;
}
.empowered .mon-btn-primary:focus .mat-button-wrapper .icon-right .mat-icon .cls-1 {
  fill: #fff !important;
}
.empowered .mon-btn-primary:active, .empowered .mon-btn-primary:active:focus {
  background-color: #073b76;
  box-shadow: none;
  border: none;
}
.empowered .mon-btn-primary:disabled,
.empowered .mon-btn-secondary:disabled {
  color: #5b5b5b;
  background-color: #e2e2e2;
  border: 0.0625rem solid #c6c6c6;
  cursor: not-allowed;
  font-size: 1rem;
}
.empowered .mon-btn-primary:disabled:hover,
.empowered .mon-btn-secondary:disabled:hover {
  background-color: #e2e2e2;
  color: #5b5b5b;
}
.empowered .mat-primary:disabled,
.empowered .mat-button:disabled {
  color: #6e6e6e;
  cursor: not-allowed;
  text-decoration: none;
}
.empowered .mon-btn-link {
  font-family: Roboto, sans-serif;
  color: #0c6cd7;
  width: auto;
  padding: 0;
  background-color: transparent;
  outline: none;
  border: 0;
  cursor: pointer;
}
.empowered .mon-btn-link.mat-flat-button {
  background-color: transparent;
}
.empowered .mon-btn-link:hover, .empowered .mon-btn-link:focus {
  text-decoration: underline;
  color: #0c6cd7;
  background-color: transparent;
}
.empowered .mon-btn-link:hover .mat-button-focus-overlay {
  background: none;
}
.empowered .mon-btn-link:active {
  text-decoration: underline;
  color: #0954a7;
}
.empowered .mon-btn-link:disabled {
  text-decoration: none;
  color: #6e6e6e;
  cursor: not-allowed;
}
.empowered .mon-btn-link.cdk-program-focused .mat-button-focus-overlay {
  opacity: 0;
}
.empowered .mon-btn-secondary {
  border: 0.0625rem solid #0c6cd7;
  background-color: transparent;
  color: #0c6cd7;
}
.empowered .mon-btn-secondary-sm {
  height: 2rem;
  line-height: 1.875rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  font-size: 0.875rem;
}
.empowered .mon-btn-secondary .mat-button-wrapper {
  align-self: center;
  display: inline-flex;
}
.empowered .mon-btn-secondary .mat-button-wrapper .icon-left {
  margin: 0 0.3125rem 0 0;
}
.empowered .mon-btn-secondary .mat-button-wrapper .icon-left .mat-icon .cls-1 {
  fill: #0c6cd7 !important;
}
.empowered .mon-btn-secondary .mat-button-wrapper .icon-left .mat-icon:hover .cls-1 {
  fill: #fff !important;
}
.empowered .mon-btn-secondary .mat-button-wrapper:hover .mat-icon .cls-1 {
  fill: #fff !important;
}
.empowered .mon-btn-secondary .mat-button-wrapper:hover .mat-icon {
  fill: #fff !important;
}
.empowered .mon-btn-secondary .mat-button-wrapper .icon-right {
  margin: 0 0 0 0.3125rem;
}
.empowered .mon-btn-secondary .mat-button-wrapper .icon-right .mat-icon .cls-1 {
  fill: #0c6cd7 !important;
}
.empowered .mon-btn-secondary .mat-button-wrapper .icon-right .mat-icon:hover .cls-1 {
  fill: #fff !important;
}
.empowered .mon-btn-secondary:hover {
  background-color: #0c6cd7;
  color: #fff;
}
.empowered .mon-btn-secondary:hover .mat-button-wrapper .icon-left .mat-icon .cls-1 {
  fill: #fff !important;
}
.empowered .mon-btn-secondary:hover .mat-button-wrapper .icon-right .mat-icon .cls-1 {
  fill: #fff !important;
}
.empowered .mon-btn-secondary:focus {
  box-shadow: 0 0 0.0625rem 0.0625rem #54a0f5, 0 0 0.1875rem 0.25rem #b4d6fb;
  background: transparent;
  color: #0c6cd7;
}
.empowered .mon-btn-secondary:focus .mat-button-wrapper .icon-left .mat-icon .cls-1 {
  fill: #0c6cd7 !important;
}
.empowered .mon-btn-secondary:focus .mat-button-wrapper .icon-right .mat-icon .cls-1 {
  fill: #0c6cd7 !important;
}
.empowered .mon-btn-secondary:focus .mat-button-wrapper .icon-left .mat-icon .cls-1 {
  fill: #0c6cd7 !important;
}
.empowered .mon-btn-secondary:active, .empowered .mon-btn-secondary:active:focus {
  background-color: #073b76;
  box-shadow: none;
  border: 0.0625rem solid transparent;
  color: #fff;
}
.empowered .mon-btn-secondary:active .mat-button-wrapper .icon-left .mat-icon .cls-1, .empowered .mon-btn-secondary:active:focus .mat-button-wrapper .icon-left .mat-icon .cls-1 {
  fill: #fff !important;
}
.empowered .mon-btn-secondary.icon-only {
  border-radius: 0.25rem;
  cursor: pointer;
}
.empowered .mon-btn-secondary.icon-only:hover .mat-icon {
  fill: #fff !important;
}
.empowered .mon-btn-secondary.icon-only:focus .mon-icon {
  display: flex;
  outline: none;
}
.empowered .mon-btn-secondary.icon-only .mon-icon {
  margin: 0;
}
.empowered .mon-btn-upload {
  outline: none;
  background: transparent;
  border: 0.0625rem dashed #0c6cd7;
  width: 100%;
  cursor: pointer;
  border-radius: 0.25rem;
  height: 2.375rem;
  color: #5b5b5b;
  font-family: Roboto, sans-serif;
  max-width: 37.5rem;
}
.empowered .mon-btn-upload:hover {
  background-color: #f8f8f8;
  border-style: solid;
}
.empowered .mon-btn-danger {
  border: 0.0625rem solid #c54843;
  background-color: #c54843;
  color: #fff;
}
.empowered .mon-btn-success {
  border: 0.0625rem solid #3d862f;
  background-color: #3d862f;
  color: #fff;
}
.empowered .mon-btn-success .check-icon {
  margin: 0 0.9375rem 0 0;
}
.empowered .mon-btn-success .check-icon .mat-icon {
  vertical-align: sub;
}
.empowered .mon-btn-success .check-icon .mat-icon .cls-1 {
  fill: #fff;
}
.empowered .mon-btn-success .mat-button-wrapper {
  display: block;
  margin-top: -2px;
}
.empowered .mon-btn-success .mat-button-wrapper .tick-icon {
  margin: 0 0.9375rem 0 0;
}
.empowered .mon-btn-success .mat-button-wrapper .tick-icon .cls-1 {
  fill: #fff;
}
.empowered .mon-btn-secondary-disabled {
  min-width: 14.0625rem;
  background-color: #e2e2e2;
  color: #5b5b5b;
  border: 0.0625rem solid #5b5b5b;
  cursor: not-allowed;
  height: 2.375rem;
  font-size: 1rem;
}
.empowered .mon-btn-search {
  min-width: auto;
  margin-left: 0.625rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.empowered .mon-btn-search .mon-icon-search {
  vertical-align: top;
}
.empowered .mon-btn-search .mon-icon-search .mat-icon {
  fill: #fff;
  vertical-align: middle;
}
.empowered .apply-link-disabled {
  opacity: 0.6;
  cursor: default;
}
.empowered .apply-link-disabled:hover {
  text-decoration: none;
}
.empowered .more-button {
  padding: 0.4375rem 1.25rem;
  margin-right: 0.625rem;
  border-radius: 1.25rem;
  background-color: #f2f2f2;
  border: 0.0625rem solid #adadad;
  font-size: 0.875rem;
  color: #212121;
  cursor: pointer;
  vertical-align: top;
  font-family: Roboto, sans-serif;
}
.empowered .more-button:hover {
  background: #e2e2e2;
  color: #212121;
}
.empowered .more-button:active, .empowered .more-button:focus, .empowered .more-button:focus-within {
  background: #3d3d3d;
  border-color: #3d3d3d;
  color: #fff;
  font-family: Roboto-Bold, sans-serif;
}
.empowered .w-50 {
  width: 3.125rem !important;
}
.empowered .w-80 {
  width: 5rem !important;
}
.empowered .w-100 {
  width: 6.25rem !important;
}
.empowered .w-120 {
  width: 7.5rem !important;
}
.empowered .w-130 {
  width: 8.125rem !important;
}
.empowered .w-150 {
  width: 9.375rem !important;
}
.empowered .w-175 {
  width: 10.9375rem !important;
}
.empowered .w-195 {
  width: 12.1875rem !important;
}
.empowered .w-200 {
  width: 12.5rem !important;
}
.empowered .w-250 {
  width: 15.625rem !important;
}
.empowered .w-285 {
  width: 17.8125rem !important;
}
.empowered .w-300 {
  width: 18.75rem !important;
}
.empowered .w-400 {
  width: 25rem !important;
}
.empowered .w-500 {
  width: 31.25rem !important;
}
.empowered .w-600 {
  width: 37.5rem !important;
}
.empowered .w-800 {
  width: 50rem !important;
}
.empowered .w-1000 {
  width: 62.5rem !important;
}
.empowered .w-1200 {
  width: 75rem !important;
}
.empowered .w-1600 {
  width: 100rem !important;
}
.empowered .seperator {
  border-bottom: 1px dotted #adadad;
}
.empowered .divider {
  border-bottom: 1px solid #adadad;
}
.empowered .text-center {
  text-align: center !important;
}
.empowered .text-right {
  text-align: right !important;
}
.empowered .hidden,
.empowered .hide {
  display: none;
}
.empowered .flex-container {
  display: flex;
  padding: 0 1.875rem;
}
.empowered .flex-container .flex-grow-one {
  flex-grow: 1;
  width: 13.75rem;
}
.empowered .flex-container .flex-grow-two {
  flex-grow: 2;
  flex-basis: 100%;
}
.empowered .line-height {
  line-height: 0.625rem;
}
.empowered .wrapper-margin {
  margin: 0 1.875rem;
}
.empowered .space-between {
  justify-content: space-between;
}
.empowered .upload-input .file-not-dragged {
  margin: 0.625rem 0 0 0;
}
.empowered .dotted-line-bottom {
  background-image: linear-gradient(to right, #5b5b5b 50%, rgb(255, 255, 255) 0%);
  background-position: bottom;
  background-size: 0.0625rem 0.0625rem;
  background-repeat: repeat-x;
  padding: 0.3125rem;
  margin-bottom: 0.3125rem;
}
.empowered .truncate-middle .firstPart,
.empowered .truncate-middle .lastPart {
  display: inline-block;
  vertical-align: bottom;
  white-space: nowrap;
  overflow: hidden;
}
.empowered .truncate-middle .firstPart {
  max-width: calc(100% - 8);
  min-width: 6;
  text-overflow: ellipsis;
}
.empowered .truncate-middle .lastPart {
  max-width: calc(100% - 6);
  direction: rtl;
}
.empowered .truncate-middle .container {
  white-space: nowrap;
  overflow: hidden;
}
.empowered .panel-white-out {
  position: relative;
}
.empowered .panel-white-out:before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
@media (max-width: 61.9375em) {
  .empowered .mat-paginator-page-size {
    display: none;
  }
}
@media (max-width: 61.9375em) {
  .empowered .hidden-md {
    display: none;
  }
}
@media (max-width: 74.9375em) {
  .empowered .hidden-max-xl {
    display: none;
  }
}
.empowered .dotted-border-right {
  background-image: linear-gradient(to bottom, #6e6e6e 20%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 0.0625rem 0.25rem;
  background-repeat: repeat-y;
}
.empowered .dotted-border-left {
  background-image: linear-gradient(to bottom, #6e6e6e 20%, rgba(255, 255, 255, 0) 0%);
  background-position: left;
  background-size: 0.0625rem 0.25rem;
  background-repeat: repeat-y;
}
.empowered .dotted-border-top {
  background-image: linear-gradient(to right, #6e6e6e 20%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 0.25rem 0.0625rem;
  background-repeat: repeat-x;
}
.empowered .dotted-border-bottom {
  background-image: linear-gradient(to right, #6e6e6e 20%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 0.25rem 0.0625rem;
  background-repeat: repeat-x;
}
.empowered #OnlineHelp {
  position: fixed;
  right: -10000px;
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 2147483644;
  background: #fff;
  border: 1px solid white;
  border-radius: 4px;
  /* Custom06 - ADA Compliance */
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.empowered #OnlineHelp {
  transition: all 0.5s ease-in-out;
}
.empowered #OnlineHelp.standard {
  height: 100%;
}
.empowered #OnlineHelp.compacted {
  height: 450px;
}
.empowered #OnlineHelp.minimized {
  right: -10000px;
}
.empowered #OnlineHelp.alerting {
  right: 2px;
  top: 0px;
}
.empowered #launcherminimized,
.empowered #launcher {
  z-index: 999;
  cursor: pointer;
  position: fixed;
  align-items: center;
  top: 56px;
  right: 0px;
  height: 29px;
  margin-right: 0px;
  padding: 6px 15px;
  gap: 10px;
  border-radius: 4px 4px 0px 0px;
  background: #fc8a30;
  color: #fff;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.32px;
  transform: rotate(-90deg);
  transform-origin: right bottom 0px;
  display: none;
}
.empowered #launcherminimized:focus-visible {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 4px #000;
}
.empowered iframe#pegaChatWidget {
  z-index: 9999;
  bottom: 35px !important;
}
.empowered #launcher:hover {
  right: 0;
}
.empowered #unreadCounter {
  position: absolute;
  top: -13px;
  right: -9px;
  background-color: red;
  height: 23px;
  width: 22px;
  font-size: 16px;
  border-radius: 14px;
  transform: rotate(90deg);
  color: white;
  display: none;
  z-index: 2147483645;
}
@media (min-width: 768px) {
  .empowered #OnlineHelp {
    width: 450px;
    top: 50%;
    margin: -275px 0;
    /* Custom06 - ADA Compliance */
    border-radius: 4px;
  }
  .empowered #OnlineHelp.standard {
    /* Custom01 - Update height from original value of 550px */
    height: 95%;
  }
  .empowered #OnlineHelp.compacted {
    height: 450px;
  }
  .empowered #OnlineHelp.alerting {
    right: 2px;
    /* Custom01 - Add margin and top properties */
    margin: -275px 0;
    top: 275px;
  }
  .empowered #OnlineHelp.showLeftPanel {
    width: 900px;
    transition: width 1s;
  }
  .empowered #OnlineHelp.hideLeftPanel {
    width: 450px;
    transition: width 1s;
  }
}
.empowered .mat-chip-list .mat-chip-list-wrapper {
  margin: 0.75rem 0;
}
.empowered .mat-chip-list .mat-chip-list-wrapper .mat-standard-chip {
  font-size: 0.875rem;
  border-radius: 0.25rem;
  background: #f2f2f2;
  border: 0.0625rem solid #c6c6c6;
}
.empowered .mat-icon {
  display: inline-flex;
  align-self: center;
  height: 1em;
  width: 1em;
}
.empowered .w-50 {
  width: 3.125rem !important;
}
.empowered .w-80 {
  width: 5rem !important;
}
.empowered .w-100 {
  width: 6.25rem !important;
}
.empowered .w-120 {
  width: 7.5rem !important;
}
.empowered .w-130 {
  width: 8.125rem !important;
}
.empowered .w-150 {
  width: 9.375rem !important;
}
.empowered .w-175 {
  width: 10.9375rem !important;
}
.empowered .w-195 {
  width: 12.1875rem !important;
}
.empowered .w-200 {
  width: 12.5rem !important;
}
.empowered .w-250 {
  width: 15.625rem !important;
}
.empowered .w-285 {
  width: 17.8125rem !important;
}
.empowered .w-300 {
  width: 18.75rem !important;
}
.empowered .w-400 {
  width: 25rem !important;
}
.empowered .w-500 {
  width: 31.25rem !important;
}
.empowered .w-600 {
  width: 37.5rem !important;
}
.empowered .w-800 {
  width: 50rem !important;
}
.empowered .w-1000 {
  width: 62.5rem !important;
}
.empowered .w-1200 {
  width: 75rem !important;
}
.empowered .w-1600 {
  width: 100rem !important;
}
.empowered .seperator {
  border-bottom: 1px dotted #adadad;
}
.empowered .divider {
  border-bottom: 1px solid #adadad;
}
.empowered .text-center {
  text-align: center !important;
}
.empowered .text-right {
  text-align: right !important;
}
.empowered .hidden,
.empowered .hide {
  display: none;
}
.empowered .flex-container {
  display: flex;
  padding: 0 1.875rem;
}
.empowered .flex-container .flex-grow-one {
  flex-grow: 1;
  width: 13.75rem;
}
.empowered .flex-container .flex-grow-two {
  flex-grow: 2;
  flex-basis: 100%;
}
.empowered .line-height {
  line-height: 0.625rem;
}
.empowered .wrapper-margin {
  margin: 0 1.875rem;
}
.empowered .space-between {
  justify-content: space-between;
}
.empowered .upload-input .file-not-dragged {
  margin: 0.625rem 0 0 0;
}
.empowered .dotted-line-bottom {
  background-image: linear-gradient(to right, #5b5b5b 50%, rgb(255, 255, 255) 0%);
  background-position: bottom;
  background-size: 0.0625rem 0.0625rem;
  background-repeat: repeat-x;
  padding: 0.3125rem;
  margin-bottom: 0.3125rem;
}
.empowered .truncate-middle .firstPart,
.empowered .truncate-middle .lastPart {
  display: inline-block;
  vertical-align: bottom;
  white-space: nowrap;
  overflow: hidden;
}
.empowered .truncate-middle .firstPart {
  max-width: calc(100% - 8);
  min-width: 6;
  text-overflow: ellipsis;
}
.empowered .truncate-middle .lastPart {
  max-width: calc(100% - 6);
  direction: rtl;
}
.empowered .truncate-middle .container {
  white-space: nowrap;
  overflow: hidden;
}
.empowered .panel-white-out {
  position: relative;
}
.empowered .panel-white-out:before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
@media (max-width: 61.9375em) {
  .empowered .mat-paginator-page-size {
    display: none;
  }
}
@media (max-width: 61.9375em) {
  .empowered .hidden-md {
    display: none;
  }
}
@media (max-width: 74.9375em) {
  .empowered .hidden-max-xl {
    display: none;
  }
}
.empowered .dotted-border-right {
  background-image: linear-gradient(to bottom, #6e6e6e 20%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 0.0625rem 0.25rem;
  background-repeat: repeat-y;
}
.empowered .dotted-border-left {
  background-image: linear-gradient(to bottom, #6e6e6e 20%, rgba(255, 255, 255, 0) 0%);
  background-position: left;
  background-size: 0.0625rem 0.25rem;
  background-repeat: repeat-y;
}
.empowered .dotted-border-top {
  background-image: linear-gradient(to right, #6e6e6e 20%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 0.25rem 0.0625rem;
  background-repeat: repeat-x;
}
.empowered .dotted-border-bottom {
  background-image: linear-gradient(to right, #6e6e6e 20%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 0.25rem 0.0625rem;
  background-repeat: repeat-x;
}
.empowered #OnlineHelp {
  position: fixed;
  right: -10000px;
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 2147483644;
  background: #fff;
  border: 1px solid white;
  border-radius: 4px;
  /* Custom06 - ADA Compliance */
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.empowered #OnlineHelp {
  transition: all 0.5s ease-in-out;
}
.empowered #OnlineHelp.standard {
  height: 100%;
}
.empowered #OnlineHelp.compacted {
  height: 450px;
}
.empowered #OnlineHelp.minimized {
  right: -10000px;
}
.empowered #OnlineHelp.alerting {
  right: 2px;
  top: 0px;
}
.empowered #launcherminimized,
.empowered #launcher {
  z-index: 999;
  cursor: pointer;
  position: fixed;
  align-items: center;
  top: 56px;
  right: 0px;
  height: 29px;
  margin-right: 0px;
  padding: 6px 15px;
  gap: 10px;
  border-radius: 4px 4px 0px 0px;
  background: #fc8a30;
  color: #fff;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.32px;
  transform: rotate(-90deg);
  transform-origin: right bottom 0px;
  display: none;
}
.empowered #launcherminimized:focus-visible {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 4px #000;
}
.empowered iframe#pegaChatWidget {
  z-index: 9999;
  bottom: 35px !important;
}
.empowered #launcher:hover {
  right: 0;
}
.empowered #unreadCounter {
  position: absolute;
  top: -13px;
  right: -9px;
  background-color: red;
  height: 23px;
  width: 22px;
  font-size: 16px;
  border-radius: 14px;
  transform: rotate(90deg);
  color: white;
  display: none;
  z-index: 2147483645;
}
@media (min-width: 768px) {
  .empowered #OnlineHelp {
    width: 450px;
    top: 50%;
    margin: -275px 0;
    /* Custom06 - ADA Compliance */
    border-radius: 4px;
  }
  .empowered #OnlineHelp.standard {
    /* Custom01 - Update height from original value of 550px */
    height: 95%;
  }
  .empowered #OnlineHelp.compacted {
    height: 450px;
  }
  .empowered #OnlineHelp.alerting {
    right: 2px;
    /* Custom01 - Add margin and top properties */
    margin: -275px 0;
    top: 275px;
  }
  .empowered #OnlineHelp.showLeftPanel {
    width: 900px;
    transition: width 1s;
  }
  .empowered #OnlineHelp.hideLeftPanel {
    width: 450px;
    transition: width 1s;
  }
}
.empowered .mat-checkbox {
  display: flex;
  line-height: 1.25rem;
  font-family: Roboto, Helvetica Neue, sans-serif;
}
.empowered .mat-checkbox-inner-container {
  height: 1.25rem;
  width: 1.25rem;
}
.empowered .mat-checkbox-inner-container-frame {
  border: 0.0625rem solid #6e6e6e;
}
.empowered .mat-checkbox .mat-checkbox-checkmark {
  width: 75%;
  margin: auto;
}
.empowered .mat-checkbox .mat-checkbox-inner-container {
  margin-top: 0;
}
.empowered .mat-checkbox .mat-checkbox-label {
  line-height: 1.25rem;
}
.empowered .mat-checkbox.mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #3d3d3d;
}
.empowered .mat-checkbox.mat-checkbox-checked.mat-accent.mat-checkbox-disabled .mat-checkbox-background {
  background-color: #adadad;
}
.empowered .mat-checkbox.mat-checkbox-disabled.mat-accent .mat-checkbox-background {
  background-color: #e2e2e2;
}
.empowered .mat-checkbox.mat-checkbox-disabled.mat-accent .mat-checkbox-inner-container {
  border: 0.0625rem solid #c6c6c6;
  cursor: not-allowed;
}
.empowered .mat-checkbox.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #000;
}
.empowered .mat-checkbox.mat-checkbox-indeterminate .mat-checkbox-inner-container {
  border: 0.0625rem solid #c6c6c6;
}
.empowered .mat-checkbox.ng-invalid {
  color: #c54843;
}
.empowered .mat-checkbox.ng-invalid .mat-checkbox-frame {
  border-color: #c54843;
  background-color: #f5e0df;
}
.empowered .mat-checkbox > label:focus-within {
  box-shadow: 0rem 0rem 0.0625rem 0.0625rem #54a0f5, 0rem 0rem 0.1875rem 0.25rem #b4d6fb;
}
.empowered .mat-checkbox.highlight-required .mat-checkbox-frame {
  background-color: #fffceb;
}
.empowered.is-touch .mat-checkbox {
  display: inline-block;
  overflow: unset;
}
.empowered.is-touch .mat-checkbox .mat-checkbox-layout {
  display: flex;
  align-items: center;
  padding-bottom: 0.625rem;
}
.empowered.is-touch .mat-checkbox .mat-checkbox-layout .mat-checkbox-inner-container {
  margin: 0 0.625rem 0 0;
}
.empowered .mat-checkbox.error-group.mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background: #c54843;
  opacity: 0.9;
}
.empowered .mat-checkbox-layout {
  white-space: normal;
}
.empowered .mat-selection-list {
  padding-top: 0;
}
.empowered .mat-selection-list .mat-list-item {
  height: 1.375rem;
  margin-bottom: 0.625rem;
}
.empowered .mat-selection-list .mat-list-item .mat-list-item-content {
  padding: 0;
}
.empowered .mat-selection-list .mat-list-item .mat-list-item-content .mat-list-text {
  padding-left: 0.625rem !important;
}
.empowered .mat-selection-list .mat-list-item:last-of-type {
  margin-bottom: 0.3125rem;
}
.empowered .mat-selection-list .mat-list-item .mat-pseudo-checkbox {
  width: 1.25rem;
  height: 1.25rem;
}
.empowered .mat-selection-list .mat-list-item .mat-pseudo-checkbox.mat-pseudo-checkbox-checked {
  background-color: #3d3d3d;
}
.empowered .mat-selection-list.ng-invalid.ng-touched .mat-pseudo-checkbox {
  color: #c54843;
  background-color: #f5e0df;
}
.empowered .mat-selection-list.ng-invalid.ng-touched .mat-list-text {
  color: #c54843;
}
.empowered .mon-date-field .mat-form-field-flex .mat-form-field-suffix {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 0;
  background-color: #0c6cd7;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  height: 2.375rem;
}
.empowered .mon-date-field .mat-form-field-flex .mat-form-field-suffix .mat-datepicker-toggle {
  position: relative;
  top: -5px;
}
.empowered .mon-date-field .mat-form-field-flex .mat-form-field-suffix .mat-datepicker-toggle .mat-mdc-icon-button .mat-mdc-button-touch-target {
  height: 1.625rem;
  width: 2.375rem;
  border-radius: 0;
}
.empowered .mon-date-field .mat-form-field-flex .mat-form-field-suffix .mat-datepicker-toggle .mat-icon .cls-1 {
  fill: #fff !important;
  transform: scale(0.85);
}
.empowered .mon-date-field .mat-form-field-flex .mat-form-field-suffix .mat-datepicker-toggle .cdk-program-focused .mat-button-focus-overlay {
  opacity: 0;
}
.empowered .mon-date-field.mat-form-field-invalid .mat-form-field-flex .mat-form-field-suffix {
  background-color: #c54843;
}
.empowered .mon-date-field.mat-form-field-disabled .mat-form-field-flex .mat-form-field-suffix {
  background: #c6c6c6;
  height: 2.375rem;
  border-left: 0;
}
.empowered .mon-date-field.mat-form-field-disabled .mat-form-field-flex .mat-form-field-suffix .mat-icon .cls-1 {
  fill: #5b5b5b !important;
}
.empowered .mon-date-field.mat-form-field-readonly .mat-form-field-flex .mat-form-field-suffix {
  background: #c6c6c6;
  height: 2.375rem;
  border-left: 0;
}
.empowered .mon-date-field.mat-form-field-readonly .mat-form-field-flex .mat-form-field-suffix .mat-icon .cls-1 {
  fill: #5b5b5b;
}
.empowered .mat-datepicker-popup .mat-datepicker-content {
  box-shadow: none;
  border: 0.0625rem solid #000;
}
.empowered .mat-datepicker-popup .mat-datepicker-content .mat-calendar {
  height: auto;
}
.empowered .mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-header {
  background-color: #f8f8f8;
  padding: 0;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.empowered .mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-header .mat-calendar-controls {
  justify-content: space-between;
  margin: 0;
  border-bottom: 0.0625rem solid #e2e2e2;
}
.empowered .mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-calendar-period-button {
  order: 2;
  color: #000;
  font-family: Roboto-Bold, sans-serif;
}
.empowered .mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-calendar-period-button:hover {
  background-color: transparent;
}
.empowered .mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-calendar-previous-button {
  order: 1;
}
.empowered .mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-calendar-next-button {
  order: 3;
}
.empowered .mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-calendar-spacer,
.empowered .mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-calendar-arrow {
  display: none;
}
.empowered .mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-calendar-next-button::after,
.empowered .mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-calendar-previous-button::after {
  border-top-width: 0.0625rem;
  color: #0c6cd7;
}
.empowered .mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-calendar-previous-button::after {
  border-left-width: 0.0625rem;
}
.empowered .mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-calendar-next-button::after {
  border-right-width: 0.0625rem;
}
.empowered .mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-content {
  padding: 0 1.25rem 1.25rem;
}
.empowered .mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-table-header tr th {
  height: 2.5rem;
  padding: 0;
  color: #000;
}
.empowered .mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-table-header tr th.mat-calendar-table-header-divider {
  visibility: hidden;
  height: 0;
}
.empowered .mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-body-label {
  visibility: hidden;
  padding: 0 !important;
}
.empowered .mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-body .mat-calendar-body-cell-content {
  border-radius: 0;
  color: #0c6cd7;
  border: 0;
}
.empowered .mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-body .mat-calendar-body-cell:hover .mat-calendar-body-cell-content,
.empowered .mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-body .mat-calendar-body-cell .mat-calendar-body-selected {
  background-color: #0c6cd7;
  color: #fff;
}
.empowered .mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-body .mat-calendar-body-active .mat-calendar-body-today,
.empowered .mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-body .mat-calendar-body-active .mat-calendar-body-selected {
  background-color: #0c6cd7;
  color: #fff;
}
.empowered .mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-body .mat-calendar-body-cell.mat-calendar-body-disabled .mat-calendar-body-cell-content {
  color: #c6c6c6;
}
.empowered .mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-body .mat-calendar-body-cell.mat-calendar-body-disabled .mat-calendar-body-cell-content:hover {
  background-color: #c6c6c6;
  color: #fff;
}
.empowered.is-touch .mat-calendar-controls .mat-icon-button {
  height: 4.375rem;
  width: 4.375rem;
}
.empowered.is-touch .mat-calendar-controls .mat-icon-button::after {
  margin: 1.75rem;
}
.empowered mat-label,
.empowered .mat-label {
  margin-bottom: 0.3125rem;
  display: block;
  font-size: 0.875rem;
  color: #000;
  font-family: Roboto-Bold, sans-serif;
  line-height: 1.0625rem;
}
.empowered mat-label .optional-text,
.empowered .mat-label .optional-text {
  font-weight: normal;
  margin-left: 0.25rem;
  font-family: Roboto, sans-serif;
}
.empowered .mat-form-field {
  display: block;
  font-size: 1rem;
  margin-bottom: 1.25rem;
  line-height: 1.125;
  /* For Firefox */
  /* Webkit browsers like Safari and Chrome */
}
.empowered .mat-form-field.textarea .mat-form-field-flex {
  padding: 0 0.125rem;
}
.empowered .mat-form-field.textarea .mat-form-field-infix {
  width: 100px;
  padding: 0.25rem 0;
}
.empowered .mat-form-field.textarea textarea.mat-input-element {
  padding: 0.375rem 0.5rem;
}
.empowered .mat-form-field.mat-form-field-disabled .mat-form-field-flex {
  color: #5b5b5b;
  background: #e2e2e2;
  border-radius: 0.25rem;
}
.empowered .mat-form-field.mat-form-field-disabled .mat-form-field-flex .mat-form-field-outline-end,
.empowered .mat-form-field.mat-form-field-disabled .mat-form-field-flex .mat-form-field-outline-start {
  border-color: #c6c6c6;
}
.empowered .mat-form-field.mat-form-field-disabled * {
  cursor: not-allowed;
}
.empowered .mat-form-field.mat-form-field-readonly .mat-form-field-flex {
  color: #5b5b5b;
  background: #e2e2e2;
  border-radius: 0.25rem;
}
.empowered .mat-form-field.mat-form-field-readonly .mat-form-field-flex .mat-form-field-outline-end,
.empowered .mat-form-field.mat-form-field-readonly .mat-form-field-flex .mat-form-field-outline-start {
  border-color: #c6c6c6;
}
.empowered .mat-form-field.mat-form-field-readonly * {
  cursor: not-allowed;
}
.empowered .mat-form-field.mat-form-field-invalid .mat-form-field-outline-thick > div {
  border-color: #c54843;
  background-color: #f5e0df;
}
.empowered .mat-form-field.mat-form-field-invalid .mat-form-field-infix {
  color: #c54843;
}
.empowered .mat-form-field .mat-form-field-suffix {
  top: 0;
}
.empowered .mat-form-field .mat-form-field-wrapper {
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  height: 100%;
}
.empowered .mat-form-field .mat-form-field-subscript-wrapper {
  padding: 0;
  margin: 0;
  position: relative;
}
.empowered .mat-form-field .mat-form-field-subscript-wrapper .mat-hint,
.empowered .mat-form-field .mat-form-field-subscript-wrapper .mat-error {
  margin-top: 0.3125rem;
}
.empowered .mat-form-field .mat-form-field-label-wrapper {
  padding: 0;
}
.empowered .mat-form-field .mat-form-field-infix {
  display: flex;
  border: none;
  padding: 0.625rem 0;
}
.empowered .mat-form-field .mat-form-field-infix .mat-input-element {
  caret-color: black;
}
.empowered .mat-form-field .mat-form-field-outline {
  top: 0;
}
.empowered .mat-form-field.mat-focused .mat-form-field-outline-thick {
  box-shadow: 0 0 0.1875rem 0.25rem #54a0f5;
  border-radius: 0.25rem;
}
.empowered .mat-form-field.mat-focused .mat-form-field-outline-thick > div {
  border-color: #54a0f5;
  border-width: 2px;
}
.empowered .mat-form-field .mat-form-field-flex {
  margin-top: 0;
  padding: 0 0.625rem;
  background-color: #fff;
}
.empowered .mat-form-field .mat-form-field-flex .mat-form-field-outline-end,
.empowered .mat-form-field .mat-form-field-flex .mat-form-field-outline-start {
  border-color: #6e6e6e;
}
.empowered .mat-form-field .mat-form-field-flex .mat-form-field-outline-start {
  border-radius: 0.25rem 0 0 0.25rem;
}
.empowered .mat-form-field .mat-form-field-flex .mat-form-field-outline-end {
  border-radius: 0 0.25rem 0.25rem 0;
}
.empowered .mat-form-field .mat-form-field-flex .mat-form-field-outline-gap {
  border-radius: 0.25rem;
}
.empowered .mat-form-field .mat-form-field-flex .mat-form-field-outline-thick {
  opacity: 1;
}
.empowered .mat-form-field .mat-form-field-flex .mat-form-field-outline-thick > div {
  border-width: 0.0625rem;
}
.empowered .mat-form-field .mat-form-field-flex:hover .mat-form-field-outline-thick, .empowered .mat-form-field .mat-form-field-flex:focus .mat-form-field-outline-thick, .empowered .mat-form-field .mat-form-field-flex:active .mat-form-field-outline-thick {
  opacity: 1;
}
.empowered .mat-form-field .mat-form-field-flex:hover .mat-form-field-outline-thick > div, .empowered .mat-form-field .mat-form-field-flex:focus .mat-form-field-outline-thick > div, .empowered .mat-form-field .mat-form-field-flex:active .mat-form-field-outline-thick > div {
  border-color: #6e6e6e;
}
.empowered .mat-form-field .mat-hint {
  font-size: 0.75rem;
  color: #3d3d3d;
}
.empowered .mat-form-field input[type=number] {
  -moz-appearance: textfield;
}
.empowered .mat-form-field input[type=number]::-webkit-inner-spin-button,
.empowered .mat-form-field input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.empowered .mat-form-field.highlight-required .mat-form-field-flex {
  background-color: #fffceb;
}
.empowered .mat-select .mat-select-arrow-wrapper {
  display: table-cell;
}
.empowered .mat-select .mat-select-arrow-wrapper .mat-select-arrow {
  transform: rotate(225deg);
}
.empowered .mat-error {
  font-size: 0.75rem;
  color: #c54843;
  font-weight: 400;
  font-family: Roboto, sans-serif;
}
.empowered .w-50 {
  width: 3.125rem !important;
}
.empowered .w-80 {
  width: 5rem !important;
}
.empowered .w-100 {
  width: 6.25rem !important;
}
.empowered .w-120 {
  width: 7.5rem !important;
}
.empowered .w-130 {
  width: 8.125rem !important;
}
.empowered .w-150 {
  width: 9.375rem !important;
}
.empowered .w-175 {
  width: 10.9375rem !important;
}
.empowered .w-195 {
  width: 12.1875rem !important;
}
.empowered .w-200 {
  width: 12.5rem !important;
}
.empowered .w-250 {
  width: 15.625rem !important;
}
.empowered .w-285 {
  width: 17.8125rem !important;
}
.empowered .w-300 {
  width: 18.75rem !important;
}
.empowered .w-400 {
  width: 25rem !important;
}
.empowered .w-500 {
  width: 31.25rem !important;
}
.empowered .w-600 {
  width: 37.5rem !important;
}
.empowered .w-800 {
  width: 50rem !important;
}
.empowered .w-1000 {
  width: 62.5rem !important;
}
.empowered .w-1200 {
  width: 75rem !important;
}
.empowered .w-1600 {
  width: 100rem !important;
}
.empowered .seperator {
  border-bottom: 1px dotted #adadad;
}
.empowered .divider {
  border-bottom: 1px solid #adadad;
}
.empowered .text-center {
  text-align: center !important;
}
.empowered .text-right {
  text-align: right !important;
}
.empowered .hidden,
.empowered .hide {
  display: none;
}
.empowered .flex-container {
  display: flex;
  padding: 0 1.875rem;
}
.empowered .flex-container .flex-grow-one {
  flex-grow: 1;
  width: 13.75rem;
}
.empowered .flex-container .flex-grow-two {
  flex-grow: 2;
  flex-basis: 100%;
}
.empowered .line-height {
  line-height: 0.625rem;
}
.empowered .wrapper-margin {
  margin: 0 1.875rem;
}
.empowered .space-between {
  justify-content: space-between;
}
.empowered .upload-input .file-not-dragged {
  margin: 0.625rem 0 0 0;
}
.empowered .dotted-line-bottom {
  background-image: linear-gradient(to right, #5b5b5b 50%, rgb(255, 255, 255) 0%);
  background-position: bottom;
  background-size: 0.0625rem 0.0625rem;
  background-repeat: repeat-x;
  padding: 0.3125rem;
  margin-bottom: 0.3125rem;
}
.empowered .truncate-middle .firstPart,
.empowered .truncate-middle .lastPart {
  display: inline-block;
  vertical-align: bottom;
  white-space: nowrap;
  overflow: hidden;
}
.empowered .truncate-middle .firstPart {
  max-width: calc(100% - 8);
  min-width: 6;
  text-overflow: ellipsis;
}
.empowered .truncate-middle .lastPart {
  max-width: calc(100% - 6);
  direction: rtl;
}
.empowered .truncate-middle .container {
  white-space: nowrap;
  overflow: hidden;
}
.empowered .panel-white-out {
  position: relative;
}
.empowered .panel-white-out:before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
@media (max-width: 61.9375em) {
  .empowered .mat-paginator-page-size {
    display: none;
  }
}
@media (max-width: 61.9375em) {
  .empowered .hidden-md {
    display: none;
  }
}
@media (max-width: 74.9375em) {
  .empowered .hidden-max-xl {
    display: none;
  }
}
.empowered .dotted-border-right {
  background-image: linear-gradient(to bottom, #6e6e6e 20%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 0.0625rem 0.25rem;
  background-repeat: repeat-y;
}
.empowered .dotted-border-left {
  background-image: linear-gradient(to bottom, #6e6e6e 20%, rgba(255, 255, 255, 0) 0%);
  background-position: left;
  background-size: 0.0625rem 0.25rem;
  background-repeat: repeat-y;
}
.empowered .dotted-border-top {
  background-image: linear-gradient(to right, #6e6e6e 20%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 0.25rem 0.0625rem;
  background-repeat: repeat-x;
}
.empowered .dotted-border-bottom {
  background-image: linear-gradient(to right, #6e6e6e 20%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 0.25rem 0.0625rem;
  background-repeat: repeat-x;
}
.empowered #OnlineHelp {
  position: fixed;
  right: -10000px;
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 2147483644;
  background: #fff;
  border: 1px solid white;
  border-radius: 4px;
  /* Custom06 - ADA Compliance */
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.empowered #OnlineHelp {
  transition: all 0.5s ease-in-out;
}
.empowered #OnlineHelp.standard {
  height: 100%;
}
.empowered #OnlineHelp.compacted {
  height: 450px;
}
.empowered #OnlineHelp.minimized {
  right: -10000px;
}
.empowered #OnlineHelp.alerting {
  right: 2px;
  top: 0px;
}
.empowered #launcherminimized,
.empowered #launcher {
  z-index: 999;
  cursor: pointer;
  position: fixed;
  align-items: center;
  top: 56px;
  right: 0px;
  height: 29px;
  margin-right: 0px;
  padding: 6px 15px;
  gap: 10px;
  border-radius: 4px 4px 0px 0px;
  background: #fc8a30;
  color: #fff;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.32px;
  transform: rotate(-90deg);
  transform-origin: right bottom 0px;
  display: none;
}
.empowered #launcherminimized:focus-visible {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 4px #000;
}
.empowered iframe#pegaChatWidget {
  z-index: 9999;
  bottom: 35px !important;
}
.empowered #launcher:hover {
  right: 0;
}
.empowered #unreadCounter {
  position: absolute;
  top: -13px;
  right: -9px;
  background-color: red;
  height: 23px;
  width: 22px;
  font-size: 16px;
  border-radius: 14px;
  transform: rotate(90deg);
  color: white;
  display: none;
  z-index: 2147483645;
}
@media (min-width: 768px) {
  .empowered #OnlineHelp {
    width: 450px;
    top: 50%;
    margin: -275px 0;
    /* Custom06 - ADA Compliance */
    border-radius: 4px;
  }
  .empowered #OnlineHelp.standard {
    /* Custom01 - Update height from original value of 550px */
    height: 95%;
  }
  .empowered #OnlineHelp.compacted {
    height: 450px;
  }
  .empowered #OnlineHelp.alerting {
    right: 2px;
    /* Custom01 - Add margin and top properties */
    margin: -275px 0;
    top: 275px;
  }
  .empowered #OnlineHelp.showLeftPanel {
    width: 900px;
    transition: width 1s;
  }
  .empowered #OnlineHelp.hideLeftPanel {
    width: 450px;
    transition: width 1s;
  }
}
.empowered .mat-radio-button {
  line-height: 1.25rem;
}
.empowered .mat-radio-button .mat-radio-label {
  vertical-align: top;
  white-space: normal;
  align-items: flex-start;
}
.empowered .mat-radio-button .mat-radio-label .mat-radio-container .mat-radio-outer-circle,
.empowered .mat-radio-button .mat-radio-label .mat-radio-container .mat-radio-inner-circle {
  height: 1.25rem;
  width: 1.25rem;
  z-index: 2;
}
.empowered .mat-radio-button .mat-radio-label .mat-radio-container .mat-radio-outer-circle {
  border-width: 0.0625rem;
}
.empowered .mat-radio-button .mat-radio-label .mat-radio-container .mat-radio-inner-circle {
  transform: scale(0.5);
}
.empowered .mat-radio-button .mat-radio-label .mat-radio-container .mat-radio-ripple.mat-ripple {
  height: 1.25rem !important;
  width: 1.25rem !important;
  border-radius: 50%;
  background-color: #c6c6c6;
  top: 0;
  left: 0;
}
.empowered .mat-radio-button .mat-radio-label .mat-radio-container .mat-radio-outer-circle {
  border-color: #6e6e6e;
  background-color: #fff;
}
.empowered .mat-radio-button .mat-radio-label .mat-radio-container .mat-radio-inner-circle {
  background-color: #f2f2f2;
}
.empowered .mat-radio-button .mat-radio-label .mat-radio-container:hover .mat-radio-outer-circle {
  border-color: #6e6e6e;
  background-color: #f2f2f2;
}
.empowered .mat-radio-button .mat-radio-label .mat-radio-container:hover .mat-radio-inner-circle {
  background-color: #f2f2f2;
}
.empowered .mat-radio-button .mat-radio-label .mat-radio-container:active .mat-radio-outer-circle {
  border-color: #6e6e6e;
  background-color: #c6c6c6;
}
.empowered .mat-radio-button .mat-radio-label .mat-radio-container:active .mat-radio-inner-circle {
  background-color: #000;
}
.empowered .mat-radio-button .mat-radio-label .mat-radio-label-content {
  font-size: 1rem;
  padding-left: 0.625rem;
}
.empowered .mat-radio-button.cdk-focused .mat-radio-container .mat-radio-outer-circle {
  border-color: #6e6e6e;
  background-color: #c6c6c6;
}
.empowered .mat-radio-button.cdk-focused .mat-radio-container .mat-radio-inner-circle {
  background-color: #f2f2f2;
}
.empowered .mat-radio-button.field-invalid .mat-radio-container .mat-radio-outer-circle {
  border-color: #c54843;
  background-color: #f5e0df;
}
.empowered .mat-radio-button.field-invalid .mat-radio-container .mat-radio-inner-circle {
  background-color: #e9bab8;
}
.empowered .mat-radio-button.field-invalid .mat-radio-container:hover .mat-radio-outer-circle {
  border-color: #c54843;
  background-color: #e9bab8;
}
.empowered .mat-radio-button.field-invalid .mat-radio-container:hover .mat-radio-inner-circle {
  background-color: #e9bab8;
}
.empowered .mat-radio-button.mat-radio-disabled .mat-radio-container .mat-radio-outer-circle {
  border-color: #c6c6c6;
  background-color: #e2e2e2;
}
.empowered .mat-radio-button.mat-radio-disabled .mat-radio-container .mat-radio-inner-circle {
  background-color: #f2f2f2;
}
.empowered .mat-radio-button.mat-radio-checked .mat-radio-container .mat-radio-outer-circle {
  border-color: #6e6e6e;
  background-color: #fff;
}
.empowered .mat-radio-button.mat-radio-checked .mat-radio-container .mat-radio-inner-circle {
  background-color: #000;
}
.empowered .mat-radio-button.mat-radio-checked .mat-radio-container:hover .mat-radio-outer-circle {
  border-color: #6e6e6e;
  background-color: #f2f2f2;
}
.empowered .mat-radio-button.mat-radio-checked .mat-radio-container:hover .mat-radio-inner-circle {
  background-color: #000;
}
.empowered .mat-radio-button.mat-radio-checked.mat-radio-disabled .mat-radio-container .mat-radio-outer-circle {
  border-color: #c6c6c6;
  background-color: #e2e2e2;
}
.empowered .mat-radio-button.mat-radio-checked.mat-radio-disabled .mat-radio-container .mat-radio-inner-circle {
  background-color: #6e6e6e;
}
.empowered.is-touch .mat-radio-button {
  display: block;
}
.empowered.is-touch .mat-radio-button .mat-radio-label {
  display: flex;
  height: auto;
}
.empowered .mat-select .mat-select-arrow {
  transform: rotate(225deg);
  border-top: 1px solid #5b5b5b;
  border-left: 1px solid #5b5b5b;
  border-right: 0;
  margin-top: 0.3125rem;
  width: 0.375rem;
  height: 0.375rem;
}
.empowered .mat-select .mat-select-placeholder {
  color: #000;
}
.empowered .mat-select.mat-select-invalid .mat-select-placeholder {
  color: #c54843;
}
.empowered .mat-select.mat-select-invalid .mat-select-arrow {
  border-top: 1px solid #c54843;
  border-left: 1px solid #c54843;
}
.empowered .mat-select.mat-select-disabled .mat-select-value {
  color: #5b5b5b;
}
.empowered .mat-select.mat-select-disabled .mat-select-placeholder {
  color: #5b5b5b;
}
.empowered .mat-select-panel {
  margin-top: 1.625rem;
  min-width: calc(100% + 22px);
  margin-left: 0.3125rem;
  box-shadow: none;
  border: 0.0625rem solid;
  border-radius: 0;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border-color: #6e6e6e;
}
.empowered .mat-select-panel .mat-option {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  height: 2rem;
  line-height: 1.875rem;
}
.empowered .mat-select-panel .mat-option:hover, .empowered .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background-color: #f2f2f2;
  color: #000 !important;
}
.empowered .mat-select-panel .mat-option:hover:not(.mat-option-disabled) {
  color: #000 !important;
  background: #f2f2f2 !important;
}
.empowered .mat-select-panel .mat-option .mat-option-text {
  height: 1.875rem;
  line-height: 1.875rem;
  color: #000;
}
.empowered .wrap-select .mat-option {
  height: auto !important;
}
.empowered .wrap-select .mat-option-text {
  height: auto !important;
}
.empowered .wrap-select .mat-option-text > div {
  display: flex;
  flex-direction: column;
}
.empowered .wrap-select .mat-option-text > div span {
  font-size: 14px;
  white-space: normal;
}
.empowered .wrap-select .mat-option-text > div span:first-child {
  font-size: 16px;
  color: #000 !important;
}
.empowered .wrap-select .mat-option-text > div span:last-child {
  color: #6e6e6e;
  line-height: 1rem;
}
.empowered .mat-select-value {
  display: table-cell;
}
.empowered .mat-autocomplete-panel {
  border: 0.0625rem solid;
  border-radius: 0;
  padding: 0.625rem 0;
  border-color: #6e6e6e;
  box-shadow: none;
}
.empowered .mat-autocomplete-panel .mat-option {
  padding: 0.0625rem 0.9375rem;
  padding-right: 0.9375rem;
  height: auto;
  line-height: normal;
}
.empowered .mat-autocomplete-panel .mat-option:hover, .empowered .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background-color: #f2f2f2;
  color: #000 !important;
}
.empowered .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) {
  color: #000 !important;
  background: #f2f2f2 !important;
}
.empowered .mat-autocomplete-panel .mat-option .mat-option-text {
  height: auto;
  line-height: normal;
  color: #000;
  padding: 0.1875rem 0;
}
.empowered .w-50 {
  width: 3.125rem !important;
}
.empowered .w-80 {
  width: 5rem !important;
}
.empowered .w-100 {
  width: 6.25rem !important;
}
.empowered .w-120 {
  width: 7.5rem !important;
}
.empowered .w-130 {
  width: 8.125rem !important;
}
.empowered .w-150 {
  width: 9.375rem !important;
}
.empowered .w-175 {
  width: 10.9375rem !important;
}
.empowered .w-195 {
  width: 12.1875rem !important;
}
.empowered .w-200 {
  width: 12.5rem !important;
}
.empowered .w-250 {
  width: 15.625rem !important;
}
.empowered .w-285 {
  width: 17.8125rem !important;
}
.empowered .w-300 {
  width: 18.75rem !important;
}
.empowered .w-400 {
  width: 25rem !important;
}
.empowered .w-500 {
  width: 31.25rem !important;
}
.empowered .w-600 {
  width: 37.5rem !important;
}
.empowered .w-800 {
  width: 50rem !important;
}
.empowered .w-1000 {
  width: 62.5rem !important;
}
.empowered .w-1200 {
  width: 75rem !important;
}
.empowered .w-1600 {
  width: 100rem !important;
}
.empowered .seperator {
  border-bottom: 1px dotted #adadad;
}
.empowered .divider {
  border-bottom: 1px solid #adadad;
}
.empowered .text-center {
  text-align: center !important;
}
.empowered .text-right {
  text-align: right !important;
}
.empowered .hidden,
.empowered .hide {
  display: none;
}
.empowered .flex-container {
  display: flex;
  padding: 0 1.875rem;
}
.empowered .flex-container .flex-grow-one {
  flex-grow: 1;
  width: 13.75rem;
}
.empowered .flex-container .flex-grow-two {
  flex-grow: 2;
  flex-basis: 100%;
}
.empowered .line-height {
  line-height: 0.625rem;
}
.empowered .wrapper-margin {
  margin: 0 1.875rem;
}
.empowered .space-between {
  justify-content: space-between;
}
.empowered .upload-input .file-not-dragged {
  margin: 0.625rem 0 0 0;
}
.empowered .dotted-line-bottom {
  background-image: linear-gradient(to right, #5b5b5b 50%, rgb(255, 255, 255) 0%);
  background-position: bottom;
  background-size: 0.0625rem 0.0625rem;
  background-repeat: repeat-x;
  padding: 0.3125rem;
  margin-bottom: 0.3125rem;
}
.empowered .truncate-middle .firstPart,
.empowered .truncate-middle .lastPart {
  display: inline-block;
  vertical-align: bottom;
  white-space: nowrap;
  overflow: hidden;
}
.empowered .truncate-middle .firstPart {
  max-width: calc(100% - 8);
  min-width: 6;
  text-overflow: ellipsis;
}
.empowered .truncate-middle .lastPart {
  max-width: calc(100% - 6);
  direction: rtl;
}
.empowered .truncate-middle .container {
  white-space: nowrap;
  overflow: hidden;
}
.empowered .panel-white-out {
  position: relative;
}
.empowered .panel-white-out:before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
@media (max-width: 61.9375em) {
  .empowered .mat-paginator-page-size {
    display: none;
  }
}
@media (max-width: 61.9375em) {
  .empowered .hidden-md {
    display: none;
  }
}
@media (max-width: 74.9375em) {
  .empowered .hidden-max-xl {
    display: none;
  }
}
.empowered .dotted-border-right {
  background-image: linear-gradient(to bottom, #6e6e6e 20%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 0.0625rem 0.25rem;
  background-repeat: repeat-y;
}
.empowered .dotted-border-left {
  background-image: linear-gradient(to bottom, #6e6e6e 20%, rgba(255, 255, 255, 0) 0%);
  background-position: left;
  background-size: 0.0625rem 0.25rem;
  background-repeat: repeat-y;
}
.empowered .dotted-border-top {
  background-image: linear-gradient(to right, #6e6e6e 20%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 0.25rem 0.0625rem;
  background-repeat: repeat-x;
}
.empowered .dotted-border-bottom {
  background-image: linear-gradient(to right, #6e6e6e 20%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 0.25rem 0.0625rem;
  background-repeat: repeat-x;
}
.empowered #OnlineHelp {
  position: fixed;
  right: -10000px;
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 2147483644;
  background: #fff;
  border: 1px solid white;
  border-radius: 4px;
  /* Custom06 - ADA Compliance */
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.empowered #OnlineHelp {
  transition: all 0.5s ease-in-out;
}
.empowered #OnlineHelp.standard {
  height: 100%;
}
.empowered #OnlineHelp.compacted {
  height: 450px;
}
.empowered #OnlineHelp.minimized {
  right: -10000px;
}
.empowered #OnlineHelp.alerting {
  right: 2px;
  top: 0px;
}
.empowered #launcherminimized,
.empowered #launcher {
  z-index: 999;
  cursor: pointer;
  position: fixed;
  align-items: center;
  top: 56px;
  right: 0px;
  height: 29px;
  margin-right: 0px;
  padding: 6px 15px;
  gap: 10px;
  border-radius: 4px 4px 0px 0px;
  background: #fc8a30;
  color: #fff;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.32px;
  transform: rotate(-90deg);
  transform-origin: right bottom 0px;
  display: none;
}
.empowered #launcherminimized:focus-visible {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 4px #000;
}
.empowered iframe#pegaChatWidget {
  z-index: 9999;
  bottom: 35px !important;
}
.empowered #launcher:hover {
  right: 0;
}
.empowered #unreadCounter {
  position: absolute;
  top: -13px;
  right: -9px;
  background-color: red;
  height: 23px;
  width: 22px;
  font-size: 16px;
  border-radius: 14px;
  transform: rotate(90deg);
  color: white;
  display: none;
  z-index: 2147483645;
}
@media (min-width: 768px) {
  .empowered #OnlineHelp {
    width: 450px;
    top: 50%;
    margin: -275px 0;
    /* Custom06 - ADA Compliance */
    border-radius: 4px;
  }
  .empowered #OnlineHelp.standard {
    /* Custom01 - Update height from original value of 550px */
    height: 95%;
  }
  .empowered #OnlineHelp.compacted {
    height: 450px;
  }
  .empowered #OnlineHelp.alerting {
    right: 2px;
    /* Custom01 - Add margin and top properties */
    margin: -275px 0;
    top: 275px;
  }
  .empowered #OnlineHelp.showLeftPanel {
    width: 900px;
    transition: width 1s;
  }
  .empowered #OnlineHelp.hideLeftPanel {
    width: 450px;
    transition: width 1s;
  }
}
.empowered .mon-card-wrapper {
  display: flex;
  width: 25rem;
}
.empowered .mat-card {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0.125rem;
  padding: 0;
  width: 100%;
}
.empowered .mat-card .mat-divider-horizontal {
  position: static;
  border-top-style: dotted;
}
.empowered .mat-card .mat-card-content {
  margin: 3.125rem 3.125rem;
  min-height: 15.625rem;
  font-size: 1rem;
}
.empowered .mat-card .mat-card-title {
  font-size: 2.25rem;
  color: #6e6e6e;
  font-weight: normal;
  font-family: Roboto-Light, sans-serif;
  margin-bottom: 1.875rem;
}
.empowered .mat-card .mat-card-footer {
  border-top: 1px solid #adadad;
  margin: 0;
  padding: 1.875rem 3.125rem;
}
.empowered .mat-card .mat-card-footer.bg-gray-100 {
  background-color: #f8f8f8;
}
.empowered .mat-card.plan-card {
  border-radius: 0;
  border: 0.0625rem solid #adadad;
  width: 11.875rem;
  box-shadow: none;
  margin: 0 1.25rem 1.25rem 0;
  cursor: pointer;
  max-height: 8.75rem;
}
.empowered .mat-card.plan-card .coverage-head {
  height: 5.9375rem;
  text-align: center;
}
.empowered .mat-card.plan-card .coverage-head:active {
  background: #0c6cd7;
}
.empowered .mat-card.plan-card .coverage-head:active div p {
  color: #fff;
}
.empowered .mat-card.plan-card .benefit-amount,
.empowered .mat-card.plan-card .elimination-period {
  height: 4.6875rem;
}
.empowered .mat-card.plan-card .benefit-amount h1,
.empowered .mat-card.plan-card .elimination-period h1 {
  margin: 0;
  padding: 1.5625rem 0;
}
.empowered .mat-card.plan-card .benefit-amount h1:hover, .empowered .mat-card.plan-card .benefit-amount h1:active,
.empowered .mat-card.plan-card .elimination-period h1:hover,
.empowered .mat-card.plan-card .elimination-period h1:active {
  color: #fff;
}
.empowered .mat-card.plan-card .mat-card-content {
  min-height: 2.8125rem;
  margin: 0;
  text-align: center;
  border-top: 0.0625rem solid #adadad;
}
.empowered .mat-card.plan-card .mat-card-content p {
  padding: 0.625rem;
}
.empowered .mat-card-subtitle {
  line-height: 1.5rem;
  font-size: 1rem;
  color: #000;
}
.empowered .w-50 {
  width: 3.125rem !important;
}
.empowered .w-80 {
  width: 5rem !important;
}
.empowered .w-100 {
  width: 6.25rem !important;
}
.empowered .w-120 {
  width: 7.5rem !important;
}
.empowered .w-130 {
  width: 8.125rem !important;
}
.empowered .w-150 {
  width: 9.375rem !important;
}
.empowered .w-175 {
  width: 10.9375rem !important;
}
.empowered .w-195 {
  width: 12.1875rem !important;
}
.empowered .w-200 {
  width: 12.5rem !important;
}
.empowered .w-250 {
  width: 15.625rem !important;
}
.empowered .w-285 {
  width: 17.8125rem !important;
}
.empowered .w-300 {
  width: 18.75rem !important;
}
.empowered .w-400 {
  width: 25rem !important;
}
.empowered .w-500 {
  width: 31.25rem !important;
}
.empowered .w-600 {
  width: 37.5rem !important;
}
.empowered .w-800 {
  width: 50rem !important;
}
.empowered .w-1000 {
  width: 62.5rem !important;
}
.empowered .w-1200 {
  width: 75rem !important;
}
.empowered .w-1600 {
  width: 100rem !important;
}
.empowered .seperator {
  border-bottom: 1px dotted #adadad;
}
.empowered .divider {
  border-bottom: 1px solid #adadad;
}
.empowered .text-center {
  text-align: center !important;
}
.empowered .text-right {
  text-align: right !important;
}
.empowered .hidden,
.empowered .hide {
  display: none;
}
.empowered .flex-container {
  display: flex;
  padding: 0 1.875rem;
}
.empowered .flex-container .flex-grow-one {
  flex-grow: 1;
  width: 13.75rem;
}
.empowered .flex-container .flex-grow-two {
  flex-grow: 2;
  flex-basis: 100%;
}
.empowered .line-height {
  line-height: 0.625rem;
}
.empowered .wrapper-margin {
  margin: 0 1.875rem;
}
.empowered .space-between {
  justify-content: space-between;
}
.empowered .upload-input .file-not-dragged {
  margin: 0.625rem 0 0 0;
}
.empowered .dotted-line-bottom {
  background-image: linear-gradient(to right, #5b5b5b 50%, rgb(255, 255, 255) 0%);
  background-position: bottom;
  background-size: 0.0625rem 0.0625rem;
  background-repeat: repeat-x;
  padding: 0.3125rem;
  margin-bottom: 0.3125rem;
}
.empowered .truncate-middle .firstPart,
.empowered .truncate-middle .lastPart {
  display: inline-block;
  vertical-align: bottom;
  white-space: nowrap;
  overflow: hidden;
}
.empowered .truncate-middle .firstPart {
  max-width: calc(100% - 8);
  min-width: 6;
  text-overflow: ellipsis;
}
.empowered .truncate-middle .lastPart {
  max-width: calc(100% - 6);
  direction: rtl;
}
.empowered .truncate-middle .container {
  white-space: nowrap;
  overflow: hidden;
}
.empowered .panel-white-out {
  position: relative;
}
.empowered .panel-white-out:before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
@media (max-width: 61.9375em) {
  .empowered .mat-paginator-page-size {
    display: none;
  }
}
@media (max-width: 61.9375em) {
  .empowered .hidden-md {
    display: none;
  }
}
@media (max-width: 74.9375em) {
  .empowered .hidden-max-xl {
    display: none;
  }
}
.empowered .dotted-border-right {
  background-image: linear-gradient(to bottom, #6e6e6e 20%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 0.0625rem 0.25rem;
  background-repeat: repeat-y;
}
.empowered .dotted-border-left {
  background-image: linear-gradient(to bottom, #6e6e6e 20%, rgba(255, 255, 255, 0) 0%);
  background-position: left;
  background-size: 0.0625rem 0.25rem;
  background-repeat: repeat-y;
}
.empowered .dotted-border-top {
  background-image: linear-gradient(to right, #6e6e6e 20%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 0.25rem 0.0625rem;
  background-repeat: repeat-x;
}
.empowered .dotted-border-bottom {
  background-image: linear-gradient(to right, #6e6e6e 20%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 0.25rem 0.0625rem;
  background-repeat: repeat-x;
}
.empowered #OnlineHelp {
  position: fixed;
  right: -10000px;
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 2147483644;
  background: #fff;
  border: 1px solid white;
  border-radius: 4px;
  /* Custom06 - ADA Compliance */
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.empowered #OnlineHelp {
  transition: all 0.5s ease-in-out;
}
.empowered #OnlineHelp.standard {
  height: 100%;
}
.empowered #OnlineHelp.compacted {
  height: 450px;
}
.empowered #OnlineHelp.minimized {
  right: -10000px;
}
.empowered #OnlineHelp.alerting {
  right: 2px;
  top: 0px;
}
.empowered #launcherminimized,
.empowered #launcher {
  z-index: 999;
  cursor: pointer;
  position: fixed;
  align-items: center;
  top: 56px;
  right: 0px;
  height: 29px;
  margin-right: 0px;
  padding: 6px 15px;
  gap: 10px;
  border-radius: 4px 4px 0px 0px;
  background: #fc8a30;
  color: #fff;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.32px;
  transform: rotate(-90deg);
  transform-origin: right bottom 0px;
  display: none;
}
.empowered #launcherminimized:focus-visible {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 4px #000;
}
.empowered iframe#pegaChatWidget {
  z-index: 9999;
  bottom: 35px !important;
}
.empowered #launcher:hover {
  right: 0;
}
.empowered #unreadCounter {
  position: absolute;
  top: -13px;
  right: -9px;
  background-color: red;
  height: 23px;
  width: 22px;
  font-size: 16px;
  border-radius: 14px;
  transform: rotate(90deg);
  color: white;
  display: none;
  z-index: 2147483645;
}
@media (min-width: 768px) {
  .empowered #OnlineHelp {
    width: 450px;
    top: 50%;
    margin: -275px 0;
    /* Custom06 - ADA Compliance */
    border-radius: 4px;
  }
  .empowered #OnlineHelp.standard {
    /* Custom01 - Update height from original value of 550px */
    height: 95%;
  }
  .empowered #OnlineHelp.compacted {
    height: 450px;
  }
  .empowered #OnlineHelp.alerting {
    right: 2px;
    /* Custom01 - Add margin and top properties */
    margin: -275px 0;
    top: 275px;
  }
  .empowered #OnlineHelp.showLeftPanel {
    width: 900px;
    transition: width 1s;
  }
  .empowered #OnlineHelp.hideLeftPanel {
    width: 450px;
    transition: width 1s;
  }
}
.empowered .cdk-global-overlay-wrapper {
  overflow-y: auto;
  pointer-events: all;
  align-items: flex-start !important;
  padding-top: 6.25rem;
}
@media (max-width: 35.9375em) {
  .empowered .cdk-global-overlay-wrapper {
    padding-top: 0rem;
  }
  .empowered .cdk-global-overlay-wrapper .cdk-overlay-pane.emp-modal-lib {
    width: 100%;
    height: 100%;
  }
  .empowered .cdk-global-overlay-wrapper .cdk-overlay-pane.emp-modal-lib .info-modal {
    width: 100% !important;
  }
}
@media (max-width: 74.9375em) {
  .empowered .cdk-global-overlay-wrapper {
    padding-top: 3.125rem;
  }
}
.empowered .backdrop-blur {
  background: rgba(91, 91, 91, 0.25);
}
.empowered .app-overlay-container {
  position: fixed;
  z-index: 1000;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.empowered .quasi-modal {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.empowered .quasi-modal .mat-dialog-content {
  padding: 1.5625rem 3.125rem;
}
.empowered .quasi-modal .scroll-content {
  max-height: calc(100vh - 430px);
  overflow: auto;
}
.empowered .quasi-modal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5625rem 3.125rem;
  border-bottom: 1px solid #adadad;
}
.empowered .quasi-modal .modal-header .mat-dialog-title {
  margin: 0;
}
.empowered .quasi-modal .modal-header .mat-icon-button:focus {
  background-color: #fff;
  border-radius: 0;
  box-shadow: 0 0 0.0625rem 0.0625rem #54a0f5, 0 0 0.1875rem 0.25rem #b4d6fb;
}
.empowered .quasi-modal .modal-header .mon-icon-close {
  right: 50px;
  top: 0;
}
.empowered .quasi-modal .modal-header .mon-icon-close .mat-icon {
  vertical-align: text-bottom;
}
.empowered .quasi-modal .modal-header .mon-icon-close .mat-icon svg {
  transform: scale(1);
}
.empowered .quasi-modal .modal-header .mon-icon-close .mat-icon .cls-1 {
  fill: #6e6e6e;
}
.empowered .quasi-modal .dialog-content {
  flex-grow: 1;
  overflow-y: auto;
}
.empowered .quasi-modal .dialog-content .mat-dialog-content {
  padding-top: 1.875rem;
}
.empowered .quasi-modal .dialog-footer {
  flex-shrink: 0;
}
.empowered .quasi-modal.content-scroll .dialog-content .mat-dialog-content {
  display: flex;
  padding: 0;
  overflow: hidden;
  height: 100%;
}
.empowered .quasi-modal.content-scroll .dialog-content .mat-dialog-content .stepper-sidebar {
  width: 13.75rem;
  border-right: 1px solid #6e6e6e;
}
.empowered .quasi-modal.content-scroll .dialog-content .mat-dialog-content .stepper-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.empowered .quasi-modal.content-scroll .dialog-content .mat-dialog-content .stepper-content .content-wrapper {
  overflow-y: auto;
  margin: 0;
  padding: 1.875rem;
  height: 100%;
}
.empowered .quasi-modal.content-scroll .dialog-content .mat-dialog-content .dialog-footer {
  padding: 1.5625rem 1.875rem;
}
.empowered .info-modal .scroll-content {
  max-height: calc(100vh - 430px);
  overflow: auto;
}
.empowered .info-modal .modal-header {
  width: 100%;
  justify-content: flex-end;
  position: relative;
  z-index: 99;
}
.empowered .info-modal .modal-header .mat-icon-button {
  position: absolute;
  right: 1.5625rem;
  top: 1.5625rem;
  height: 1.625rem;
}
.empowered .info-modal .modal-header .mat-icon-button:focus {
  background-color: #fff;
  border-radius: 0;
  box-shadow: 0 0 0.0625rem 0.0625rem #54a0f5, 0 0 0.1875rem 0.25rem #b4d6fb;
}
.empowered .info-modal .modal-header .mat-icon-button .mat-icon {
  vertical-align: top !important;
}
.empowered .info-modal .modal-header .mat-icon-button .mat-icon .cls-1 {
  fill: #6e6e6e;
}
.empowered .info-modal .modal-header .mon-icon {
  margin: 0;
}
.empowered .info-modal.size-extra-small {
  width: 25rem;
}
.empowered .info-modal.size-small {
  width: 31.25rem;
}
.empowered .info-modal.size-medium {
  width: 37.5rem;
}
.empowered .info-modal.size-large {
  width: 43.75rem;
}
.empowered .info-modal.size-extra-large {
  width: 50rem;
}
@media (min-width: 48em) {
  .empowered .info-modal.size-double-extra-large {
    width: 43.75rem;
  }
}
@media (min-width: 62em) {
  .empowered .info-modal.size-double-extra-large {
    width: 68.75rem;
  }
}
.empowered .mat-dialog-content {
  padding: 3.125rem;
  margin: 0;
  max-height: none;
}
.empowered .mat-dialog-container {
  padding: 0;
  border-radius: 0rem;
  overflow: auto;
  color: #000;
}
.empowered .mat-dialog-container .mat-dialog-title {
  font: 500 20px/32px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
  margin: 0 0 1.875rem;
  font-size: 1.75rem;
  color: #6e6e6e;
  font-weight: normal;
  outline: 0;
}
.empowered .mat-dialog-container .dialog-footer {
  display: flex;
  justify-content: space-between;
  background-color: #f8f8f8;
  border-top: 0.0625rem solid #adadad;
  margin: 0;
  padding: 1.5625rem 3.125rem;
}
.empowered .mat-dialog-container .dialog-footer .mon-btn-link,
.empowered .mat-dialog-container .dialog-footer .mon-btn-primary {
  font-size: 1rem;
}
.empowered .mat-dialog-container .mat-icon-button {
  width: auto;
}
.empowered .mat-dialog-container .mat-icon-button.cdk-program-focused .mat-button-focus-overlay, .empowered .mat-dialog-container .mat-icon-button.cdk-keyboard-focused .mat-button-focus-overlay {
  opacity: 0;
}
.empowered .mat-tab-group .mat-tab-header {
  border-bottom: 0.0625rem solid #5b5b5b;
}
.empowered .mat-tab-group .mon-tab-sub-wrapper {
  padding: 0 1.875rem;
}
.empowered .mat-tab-group .mon-tab-sub-wrapper h1 {
  margin-top: 2.5rem;
  margin-bottom: 1.875rem;
}
.empowered .mat-tab-group .mat-tab-label-container {
  background-color: #f8f8f8;
}
.empowered .mat-tab-group .mat-tab-label-container .mat-ink-bar {
  background-color: #5b5b5b;
  height: 0;
}
.empowered .mat-tab-group .mat-tab-label-container .mat-tab-label {
  color: #121212;
  font-size: 1rem;
  font-weight: normal;
  opacity: 1;
  padding: 0.9375rem 1.875rem;
  font-family: Roboto, sans-serif;
  border-right: 0;
  border-left: 0;
  border-bottom: 0.125rem solid transparent;
  min-width: auto;
}
.empowered .mat-tab-group .mat-tab-label-container .mat-tab-label.mat-ripple {
  height: auto !important;
  width: auto !important;
}
.empowered .mat-tab-group .mat-tab-label-container .mat-tab-label-active, .empowered .mat-tab-group .mat-tab-label-container .mat-tab-label:active, .empowered .mat-tab-group .mat-tab-label-container .mat-tab-label:focus {
  font-family: Roboto-Medium, sans-serif;
  color: #121212;
  opacity: 1;
  border-bottom: 0.125rem solid #5b5b5b;
}
.empowered .mat-tab-group .mat-tab-label-container .mat-tab-label:hover {
  border-bottom: 0.125rem solid #5b5b5b;
}
.empowered .mat-tab-group.vertical-tab.mat-tab-group {
  flex-direction: column;
}
.empowered .mat-tab-group.vertical-tab.mat-tab-group .mat-tab-label-container .mat-tab-label {
  padding: 0.625rem 0.9375rem;
  height: 2.75rem !important;
  border-bottom: 0.0625rem solid #6e6e6e;
  width: 13.75rem !important;
  border-right: 0.0625rem solid #6e6e6e;
  color: #000;
  display: flex;
  justify-content: space-between;
}
.empowered .mat-tab-group.vertical-tab.mat-tab-group .mat-tab-label-container .mat-tab-label .mat-tab-label-content {
  display: flex;
  justify-content: space-between;
  color: #000;
  flex: 1;
}
.empowered .mat-tab-group.vertical-tab.mat-tab-group .mat-tab-label-container .mat-tab-label .mat-tab-label-content span {
  width: auto;
  white-space: normal;
  text-align: left;
}
.empowered .mat-tab-group.vertical-tab.mat-tab-group .mat-tab-label-container .mat-tab-label-active,
.empowered .mat-tab-group.vertical-tab.mat-tab-group .mat-tab-label-container .mat-tab-label:hover {
  color: #fff !important;
  font-weight: normal !important;
  background-color: #0c6cd7;
  opacity: 1;
  border-right: 0;
}
.empowered .mat-tab-group.vertical-tab.mat-tab-group .mat-tab-label-container .mat-tab-label-active .mat-tab-label-content,
.empowered .mat-tab-group.vertical-tab.mat-tab-group .mat-tab-label-container .mat-tab-label:hover .mat-tab-label-content {
  color: #fff !important;
  flex: 1;
}
.empowered .mat-tab-group.vertical-tab.mat-tab-group .mat-tab-label-container .mat-tab-label-active .mat-tab-label-content .icon-primary .mat-icon,
.empowered .mat-tab-group.vertical-tab.mat-tab-group .mat-tab-label-container .mat-tab-label-active .mat-tab-label-content .icon-success .mat-icon,
.empowered .mat-tab-group.vertical-tab.mat-tab-group .mat-tab-label-container .mat-tab-label-active .mat-tab-label-content .icon-danger .mat-icon,
.empowered .mat-tab-group.vertical-tab.mat-tab-group .mat-tab-label-container .mat-tab-label:hover .mat-tab-label-content .icon-primary .mat-icon,
.empowered .mat-tab-group.vertical-tab.mat-tab-group .mat-tab-label-container .mat-tab-label:hover .mat-tab-label-content .icon-success .mat-icon,
.empowered .mat-tab-group.vertical-tab.mat-tab-group .mat-tab-label-container .mat-tab-label:hover .mat-tab-label-content .icon-danger .mat-icon {
  fill: #fff;
}
.empowered .mat-tab-group.vertical-tab.mat-tab-group .mat-tab-label-container .mat-tab-label-active .mat-tab-label-content .icon-primary .mat-icon .cls-1,
.empowered .mat-tab-group.vertical-tab.mat-tab-group .mat-tab-label-container .mat-tab-label-active .mat-tab-label-content .icon-success .mat-icon .cls-1,
.empowered .mat-tab-group.vertical-tab.mat-tab-group .mat-tab-label-container .mat-tab-label-active .mat-tab-label-content .icon-danger .mat-icon .cls-1,
.empowered .mat-tab-group.vertical-tab.mat-tab-group .mat-tab-label-container .mat-tab-label:hover .mat-tab-label-content .icon-primary .mat-icon .cls-1,
.empowered .mat-tab-group.vertical-tab.mat-tab-group .mat-tab-label-container .mat-tab-label:hover .mat-tab-label-content .icon-success .mat-icon .cls-1,
.empowered .mat-tab-group.vertical-tab.mat-tab-group .mat-tab-label-container .mat-tab-label:hover .mat-tab-label-content .icon-danger .mat-icon .cls-1 {
  fill: #fff;
}
@media (min-width: 62em) {
  .empowered .mat-tab-group.vertical-tab.mat-tab-group .mat-tab-label-container .mat-tab-label-active:after {
    border-right: 0.625rem solid #fff;
    border-bottom: 0.625rem solid transparent;
    border-top: 0.625rem solid transparent;
    content: " ";
    position: absolute;
    right: 0;
    display: flex;
  }
}
.empowered .mat-tab-group.vertical-tab.mat-tab-group .mat-tab-header {
  border-bottom: none;
  margin: 0;
}
.empowered .mat-tab-group.vertical-tab.mat-tab-group .mat-tab-header-pagination {
  display: none !important;
}
.empowered .mat-tab-group.vertical-tab.mat-tab-group .mat-tab-labels {
  flex-direction: column;
}
.empowered .mat-tab-group.vertical-tab.mat-tab-group .mat-tab-labels .mat-ink-bar {
  visibility: hidden !important;
}
.empowered .mat-tab-group.vertical-tab.mat-tab-group .mat-tab-body-wrapper {
  flex: 1 1 auto !important;
}
.empowered .mat-tab-group.vertical-tab.mat-tab-group .mat-tab-label-container {
  border-bottom: 0rem !important;
}
.empowered .mat-tab-group.vertical-tab.mat-tab-group .mat-tab-label-container .mat-tab-list {
  background-color: #fff;
}
.empowered .mat-tab-group.accounts-list-tab .mat-tab-label-container .mat-tab-label:nth-last-child(2) {
  flex-grow: 3;
  justify-content: flex-end;
  padding-right: 0px !important;
}
.empowered .mat-tab-group.accounts-list-tab .mat-tab-label-container .mat-tab-label:hover {
  border-bottom: 0.125rem solid transparent;
  padding: 0.9375rem 1.875rem;
}
.empowered .mat-stepper-vertical {
  margin-top: 1.25rem;
}
.empowered .mat-stepper-vertical .sub-step {
  padding: 0;
  list-style: none;
  margin-left: 1.5625rem;
  line-height: 1.5rem;
  margin-top: 0;
  font-size: 0.75rem;
}
.empowered .mat-stepper-vertical .sub-step li a,
.empowered .mat-stepper-vertical .sub-step li .sub-step-title {
  text-decoration: none;
  color: #000;
}
.empowered .mat-stepper-vertical .sub-step li .sub-step-title {
  padding: 0rem;
  font-size: 0.75rem;
  min-width: auto;
  text-align: left;
  line-height: 1.5rem;
}
.empowered .mat-stepper-vertical .sub-step li.active a,
.empowered .mat-stepper-vertical .sub-step li.active .sub-step-title {
  font-family: Roboto-Bold, sans-serif;
}
.empowered .mat-stepper-vertical .sub-step li.active .highlight {
  font-family: Roboto-Bold, sans-serif;
}
.empowered .mat-stepper-vertical .sub-step li.future-step a,
.empowered .mat-stepper-vertical .sub-step li.future-step .sub-step-title {
  color: #5b5b5b;
}
.empowered .mat-stepper-vertical .mat-select-value {
  display: none;
}
.empowered .mat-stepper-vertical .mat-step-icon-state-edit .mat-step-icon-content {
  opacity: 0;
}
.empowered .mat-stepper-vertical .mat-stepper-vertical-line:before {
  border-left-width: 0.125rem;
  border-left-style: dotted;
}
.empowered .mat-stepper-vertical .mat-vertical-stepper-header {
  padding: 0.3125rem 1.5625rem;
}
.empowered .mat-stepper-vertical .mat-vertical-content {
  padding: 0;
}
.empowered .mat-stepper-vertical .mat-vertical-content-container {
  margin-left: 1.8125rem;
  margin-top: 0.375rem;
}
.empowered .mat-stepper-vertical.employee-stepper [aria-selected=false]:hover {
  background-color: #f2f2f2;
}
.empowered .mat-step-header .mat-step-icon {
  background-color: transparent;
  margin-right: 0.625rem;
}
.empowered .mat-step-header .mat-step-icon-selected {
  background-color: #0c6cd7;
}
.empowered .mat-step-header .mat-step-icon-selected .mat-step-icon-content > span {
  display: none;
}
.empowered .mat-step-header .mat-step-icon-state-done {
  background-color: #3d862f;
}
.empowered .mat-step-header .mat-step-label {
  font-size: 1rem;
}
.empowered .mat-step-header .mat-step-label-selected {
  font-family: Roboto-Bold, sans-serif;
}
.empowered .mat-step-header .mat-step-label-active {
  color: #000;
}
.empowered .mat-step-header[aria-selected=false]:hover {
  background-color: transparent;
}
.empowered .enrollment-stepper .mat-horizontal-stepper-header-container {
  display: none;
}
.empowered .enrollment-stepper .mat-horizontal-content-container {
  padding: 0;
}
.empowered .review-enrollments .mat-horizontal-stepper-header-container {
  border-bottom: 0.0625rem solid #6e6e6e;
}
.empowered .review-enrollments .mat-horizontal-stepper-header-container .mat-horizontal-stepper-header[aria-selected=true] {
  border-bottom: 0.125rem solid #6e6e6e;
}
.empowered .review-enrollments .mat-horizontal-stepper-header-container .mat-stepper-horizontal-line {
  display: none;
}
.empowered .review-enrollments .mat-horizontal-stepper-header-container .material-icons {
  display: none;
}
.empowered .review-enrollments .mat-horizontal-stepper-header-container .mat-step-header .mat-step-icon {
  margin-right: 0;
}
.empowered .mat-step-icon {
  height: 1rem;
  width: 1rem;
}
.empowered .mat-step-icon .mat-icon,
.empowered .mat-step-icon .mat-step-icon-content {
  display: inline-flex;
}
.empowered .mat-step-icon svg .cls-1 {
  fill: #fff;
}
.empowered .mat-step-icon-content {
  vertical-align: middle;
}
.empowered .mat-stepper-vertical .mat-vertical-content-container {
  margin-left: 2rem;
  margin-bottom: 0.375rem;
}
.empowered .dialog-horizontal-stepper .mat-horizontal-stepper-header-container {
  display: none;
}
.empowered .dialog-horizontal-stepper .mat-horizontal-content-container {
  padding: 1.25rem 0 0;
}
.empowered .dialog-horizontal-stepper .mat-horizontal-stepper-close-container {
  display: flex;
  justify-content: flex-end;
}
.empowered .dialog-horizontal-stepper .mat-dialog-content {
  padding: 0rem 3.125rem 3.125rem;
}
.empowered .dialog-horizontal-stepper .mat-dialog-content .content-wrapper mat-label span,
.empowered .dialog-horizontal-stepper .mat-dialog-content .content-wrapper .mat-label span {
  font-family: Roboto, sans-serif;
  font-size: 0.75rem;
}
.empowered .dialog-horizontal-stepper .mon-dialog-footer .mon-btn-link {
  min-width: auto;
}
.empowered .dialog-horizontal-stepper .mon-dialog-footer .mon-btn-disabled {
  border: 0.0625rem solid #c6c6c6;
  background-color: #e2e2e2;
  color: #666666;
  cursor: not-allowed;
}
.empowered .dialog-horizontal-stepper .mon-dialog-footer .mon-btn-disabled .mon-icon {
  color: #5b5b5b;
}
.empowered .dialog-horizontal-stepper .mon-dialog-footer .mon-btn-primary .mon-icon * {
  fill: #fff;
}
.empowered .mat-stepper-vertical-line::before {
  top: -9px !important;
  bottom: -9px !important;
}
.empowered .stepper-overlay-trigger {
  display: none !important;
}
.empowered .stepper-overlay {
  position: absolute;
  width: 100% !important;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.7);
  max-height: 25rem;
  overflow: auto;
  z-index: 100;
  display: none;
}
.empowered .stepper-overlay.shown {
  display: block;
}
.empowered .stepperTrigger {
  display: block;
  border-bottom: 0.0625rem solid #adadad;
  padding: 0.625rem 1.875rem;
}
.empowered .stepperTrigger.mon-btn-link {
  display: block;
  text-decoration: none;
}
@media (min-width: 62em) {
  .empowered .stepperTrigger {
    display: none;
  }
}
.empowered .paginator-wrapper {
  position: relative;
  color: #5b5b5b;
}
.empowered .paginator-wrapper .mat-paginator {
  font-size: 0.875rem;
}
.empowered .paginator-wrapper .mat-paginator .mat-paginator-container {
  padding: 0;
  color: #5b5b5b;
}
.empowered .paginator-wrapper .mat-paginator .mat-paginator-container .mat-paginator-page-size {
  margin-right: 0;
}
.empowered .paginator-wrapper .mat-paginator .mat-paginator-container .mat-paginator-page-size .mat-paginator-page-size-select .mat-form-field-flex .mat-form-field-outline-start {
  border: 0 !important;
  min-width: 0;
}
.empowered .paginator-wrapper .mat-paginator .mat-paginator-container .mat-paginator-page-size .mat-paginator-page-size-select .mat-form-field-flex .mat-form-field-outline-end {
  border: 0.0625rem solid !important;
  border-radius: 0.25rem !important;
  min-width: 0;
}
.empowered .paginator-wrapper .mat-paginator .mat-paginator-container .mat-paginator-page-size .mat-paginator-page-size-label {
  order: 2;
  border-right: 0.0625rem solid #adadad;
  padding: 0 0.625rem 0 0;
  line-height: 0.75rem;
  margin-right: 0.625rem;
}
.empowered .paginator-wrapper .mat-paginator .mat-paginator-container .mat-paginator-page-size .mat-paginator-page-size-select {
  order: 1;
  margin: 0;
}
.empowered .paginator-wrapper .mat-paginator .mat-paginator-container .mat-paginator-page-size .mat-paginator-page-size-select .mat-select-trigger {
  font-size: 0.875rem;
}
.empowered .paginator-wrapper .mat-paginator .mat-paginator-container .mat-paginator-page-size .mat-paginator-page-size-select .mat-form-field-infix {
  padding: 0.4375rem 0;
}
.empowered .paginator-wrapper .mat-paginator .mat-paginator-container .mat-paginator-range-actions {
  flex-grow: 1;
}
@media (max-width: 35.9375em) {
  .empowered .paginator-wrapper .mat-paginator .mat-paginator-container .mat-paginator-range-actions {
    justify-content: center;
  }
}
.empowered .paginator-wrapper .mat-paginator .mat-paginator-container .mat-paginator-range-actions .mat-icon-button {
  color: #5b5b5b;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.empowered .paginator-wrapper .mat-paginator .mat-paginator-container .mat-paginator-range-actions .mat-icon-button:hover, .empowered .paginator-wrapper .mat-paginator .mat-paginator-container .mat-paginator-range-actions .mat-icon-button:focus {
  background: #0c6cd7;
  border-radius: 0.25rem;
  color: #fff;
}
.empowered .paginator-wrapper .mat-paginator .mat-paginator-container .mat-paginator-range-actions .mat-icon-button[disabled] {
  color: #c6c6c6;
}
.empowered .paginator-wrapper .mat-paginator .mat-paginator-container .mat-paginator-range-actions .mat-icon-button[disabled]:hover, .empowered .paginator-wrapper .mat-paginator .mat-paginator-container .mat-paginator-range-actions .mat-icon-button[disabled]:focus {
  background: unset;
  border-radius: unset;
}
.empowered .paginator-wrapper .mat-paginator .mat-paginator-container .mat-paginator-range-actions .mat-paginator-range-label {
  flex-grow: 1;
  margin-left: 0;
}
@media (max-width: 35.9375em) {
  .empowered .paginator-wrapper .mat-paginator .mat-paginator-container .mat-paginator-range-actions .mat-paginator-range-label {
    position: absolute;
  }
}
.empowered .paginator-wrapper .mat-paginator .mat-paginator-container .mat-paginator-range-actions .mat-paginator-navigation-previous {
  margin-right: 7.5rem;
}
@media (max-width: 35.9375em) {
  .empowered .paginator-wrapper .mat-paginator .mat-paginator-container .mat-paginator-range-actions .mat-paginator-navigation-previous {
    margin-right: 8.75rem;
  }
}
.empowered .paginator-wrapper .paginator-input-wrapper {
  position: absolute;
  top: 0;
  right: 3.75rem;
  width: 7.9375rem;
  font-size: 0.875rem;
  margin-top: 0.625rem;
  margin-bottom: 0;
}
@media (max-width: 35.9375em) {
  .empowered .paginator-wrapper .paginator-input-wrapper {
    display: none;
  }
}
.empowered .paginator-wrapper .paginator-input-wrapper .mat-form-field-infix {
  display: flex;
  align-items: center;
  padding: 0.1875rem 0 0 0;
}
.empowered .paginator-wrapper .paginator-input-wrapper .mat-form-field-infix .paginator-input {
  text-align: center;
  width: 2rem;
  height: 2rem;
  border: 0.0625rem solid;
  border-radius: 0.25rem;
  margin: 0 0.3125rem;
}
.empowered .paginator-wrapper .paginator-input-wrapper .mat-form-field-flex {
  margin-top: 0;
}
.empowered .paginator-wrapper .paginator-input-wrapper .mat-form-field-flex .mat-form-field-outline-end,
.empowered .paginator-wrapper .paginator-input-wrapper .mat-form-field-flex .mat-form-field-outline-start {
  border-color: transparent;
}
.empowered .paginator-wrapper .paginator-input-wrapper .mat-form-field-flex:hover .mat-form-field-outline-thick > div, .empowered .paginator-wrapper .paginator-input-wrapper .mat-form-field-flex:focus .mat-form-field-outline-thick > div, .empowered .paginator-wrapper .paginator-input-wrapper .mat-form-field-flex:active .mat-form-field-outline-thick > div {
  border-color: transparent;
}
.empowered .paginator-wrapper.range-actions-hide .mat-paginator-range-actions,
.empowered .paginator-wrapper.range-actions-hide .paginator-input-wrapper {
  display: none;
}
.empowered .paginator-wrapper.range-actions-hide .mat-paginator-container {
  justify-content: flex-start;
}
.empowered .min-range-label {
  padding: 0.625rem 0 0.625rem 0;
  color: #5b5b5b;
  font-size: 0.875rem;
}
.empowered .w-50 {
  width: 3.125rem !important;
}
.empowered .w-80 {
  width: 5rem !important;
}
.empowered .w-100 {
  width: 6.25rem !important;
}
.empowered .w-120 {
  width: 7.5rem !important;
}
.empowered .w-130 {
  width: 8.125rem !important;
}
.empowered .w-150 {
  width: 9.375rem !important;
}
.empowered .w-175 {
  width: 10.9375rem !important;
}
.empowered .w-195 {
  width: 12.1875rem !important;
}
.empowered .w-200 {
  width: 12.5rem !important;
}
.empowered .w-250 {
  width: 15.625rem !important;
}
.empowered .w-285 {
  width: 17.8125rem !important;
}
.empowered .w-300 {
  width: 18.75rem !important;
}
.empowered .w-400 {
  width: 25rem !important;
}
.empowered .w-500 {
  width: 31.25rem !important;
}
.empowered .w-600 {
  width: 37.5rem !important;
}
.empowered .w-800 {
  width: 50rem !important;
}
.empowered .w-1000 {
  width: 62.5rem !important;
}
.empowered .w-1200 {
  width: 75rem !important;
}
.empowered .w-1600 {
  width: 100rem !important;
}
.empowered .seperator {
  border-bottom: 1px dotted #adadad;
}
.empowered .divider {
  border-bottom: 1px solid #adadad;
}
.empowered .text-center {
  text-align: center !important;
}
.empowered .text-right {
  text-align: right !important;
}
.empowered .hidden,
.empowered .hide {
  display: none;
}
.empowered .flex-container {
  display: flex;
  padding: 0 1.875rem;
}
.empowered .flex-container .flex-grow-one {
  flex-grow: 1;
  width: 13.75rem;
}
.empowered .flex-container .flex-grow-two {
  flex-grow: 2;
  flex-basis: 100%;
}
.empowered .line-height {
  line-height: 0.625rem;
}
.empowered .wrapper-margin {
  margin: 0 1.875rem;
}
.empowered .space-between {
  justify-content: space-between;
}
.empowered .upload-input .file-not-dragged {
  margin: 0.625rem 0 0 0;
}
.empowered .dotted-line-bottom {
  background-image: linear-gradient(to right, #5b5b5b 50%, rgb(255, 255, 255) 0%);
  background-position: bottom;
  background-size: 0.0625rem 0.0625rem;
  background-repeat: repeat-x;
  padding: 0.3125rem;
  margin-bottom: 0.3125rem;
}
.empowered .truncate-middle .firstPart,
.empowered .truncate-middle .lastPart {
  display: inline-block;
  vertical-align: bottom;
  white-space: nowrap;
  overflow: hidden;
}
.empowered .truncate-middle .firstPart {
  max-width: calc(100% - 8);
  min-width: 6;
  text-overflow: ellipsis;
}
.empowered .truncate-middle .lastPart {
  max-width: calc(100% - 6);
  direction: rtl;
}
.empowered .truncate-middle .container {
  white-space: nowrap;
  overflow: hidden;
}
.empowered .panel-white-out {
  position: relative;
}
.empowered .panel-white-out:before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
@media (max-width: 61.9375em) {
  .empowered .mat-paginator-page-size {
    display: none;
  }
}
@media (max-width: 61.9375em) {
  .empowered .hidden-md {
    display: none;
  }
}
@media (max-width: 74.9375em) {
  .empowered .hidden-max-xl {
    display: none;
  }
}
.empowered .dotted-border-right {
  background-image: linear-gradient(to bottom, #6e6e6e 20%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 0.0625rem 0.25rem;
  background-repeat: repeat-y;
}
.empowered .dotted-border-left {
  background-image: linear-gradient(to bottom, #6e6e6e 20%, rgba(255, 255, 255, 0) 0%);
  background-position: left;
  background-size: 0.0625rem 0.25rem;
  background-repeat: repeat-y;
}
.empowered .dotted-border-top {
  background-image: linear-gradient(to right, #6e6e6e 20%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 0.25rem 0.0625rem;
  background-repeat: repeat-x;
}
.empowered .dotted-border-bottom {
  background-image: linear-gradient(to right, #6e6e6e 20%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 0.25rem 0.0625rem;
  background-repeat: repeat-x;
}
.empowered #OnlineHelp {
  position: fixed;
  right: -10000px;
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 2147483644;
  background: #fff;
  border: 1px solid white;
  border-radius: 4px;
  /* Custom06 - ADA Compliance */
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.empowered #OnlineHelp {
  transition: all 0.5s ease-in-out;
}
.empowered #OnlineHelp.standard {
  height: 100%;
}
.empowered #OnlineHelp.compacted {
  height: 450px;
}
.empowered #OnlineHelp.minimized {
  right: -10000px;
}
.empowered #OnlineHelp.alerting {
  right: 2px;
  top: 0px;
}
.empowered #launcherminimized,
.empowered #launcher {
  z-index: 999;
  cursor: pointer;
  position: fixed;
  align-items: center;
  top: 56px;
  right: 0px;
  height: 29px;
  margin-right: 0px;
  padding: 6px 15px;
  gap: 10px;
  border-radius: 4px 4px 0px 0px;
  background: #fc8a30;
  color: #fff;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.32px;
  transform: rotate(-90deg);
  transform-origin: right bottom 0px;
  display: none;
}
.empowered #launcherminimized:focus-visible {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 4px #000;
}
.empowered iframe#pegaChatWidget {
  z-index: 9999;
  bottom: 35px !important;
}
.empowered #launcher:hover {
  right: 0;
}
.empowered #unreadCounter {
  position: absolute;
  top: -13px;
  right: -9px;
  background-color: red;
  height: 23px;
  width: 22px;
  font-size: 16px;
  border-radius: 14px;
  transform: rotate(90deg);
  color: white;
  display: none;
  z-index: 2147483645;
}
@media (min-width: 768px) {
  .empowered #OnlineHelp {
    width: 450px;
    top: 50%;
    margin: -275px 0;
    /* Custom06 - ADA Compliance */
    border-radius: 4px;
  }
  .empowered #OnlineHelp.standard {
    /* Custom01 - Update height from original value of 550px */
    height: 95%;
  }
  .empowered #OnlineHelp.compacted {
    height: 450px;
  }
  .empowered #OnlineHelp.alerting {
    right: 2px;
    /* Custom01 - Add margin and top properties */
    margin: -275px 0;
    top: 275px;
  }
  .empowered #OnlineHelp.showLeftPanel {
    width: 900px;
    transition: width 1s;
  }
  .empowered #OnlineHelp.hideLeftPanel {
    width: 450px;
    transition: width 1s;
  }
}
.empowered .mat-table {
  width: 100%;
  border-collapse: collapse;
}
.empowered .mat-table .mat-header-row {
  height: 2.375rem;
}
.empowered .mat-table .mat-header-row .result-not-found {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.empowered .mat-table .mat-header-row .mat-header-cell {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-weight: 500;
}
.empowered .mat-table .mat-header-row .mat-sort-header-sorted {
  color: #000;
  font-family: Roboto-Medium, sans-serif;
}
.empowered .mat-table .mat-header-row .mat-sort-header-sorted .mat-sort-header-arrow {
  color: #000;
}
.empowered .mat-table .mat-header-row > th:focus-within {
  box-shadow: 0rem 0rem 0.0625rem 0.0625rem #54a0f5, 0rem 0rem 0.1875rem 0.25rem #b4d6fb;
}
.empowered .mat-table .mat-row:nth-child(even) {
  background-color: #f2f2f2;
}
.empowered .mat-table .mat-row:nth-child(odd) {
  background-color: #fff;
}
.empowered .mat-table .mat-row .infoicon {
  margin-left: 0rem;
}
.empowered .mat-table .mat-row .more-option,
.empowered .mat-table .mat-row .infoicon,
.empowered .mat-table .mat-row .visible-on-row-hover {
  opacity: 0;
}
.empowered .mat-table .mat-row:hover, .empowered .mat-table .mat-row.sticky-head {
  background-color: #e4f0fe;
  outline: 0.0625rem solid #0c6cd7;
  outline-offset: -1px;
}
.empowered .mat-table .mat-row:hover a, .empowered .mat-table .mat-row.sticky-head a {
  color: #0c6cd7 !important;
  text-decoration: none !important;
}
.empowered .mat-table .mat-row:hover a:hover, .empowered .mat-table .mat-row.sticky-head a:hover {
  text-decoration: underline !important;
}
.empowered .mat-table .mat-row:hover td, .empowered .mat-table .mat-row.sticky-head td {
  border-bottom-color: transparent;
}
.empowered .mat-table .mat-row:hover .more-option,
.empowered .mat-table .mat-row:hover .infoicon,
.empowered .mat-table .mat-row:hover .visible-on-row-hover, .empowered .mat-table .mat-row.sticky-head .more-option,
.empowered .mat-table .mat-row.sticky-head .infoicon,
.empowered .mat-table .mat-row.sticky-head .visible-on-row-hover {
  opacity: 1;
}
.empowered .mat-table .mat-row .mat-icon-button.mat-icon-button[aria-expanded=true] .more-option {
  opacity: 1;
}
.empowered .mat-table .mat-row:last-child .mat-cell {
  border-bottom-width: 0.125rem;
  border-bottom-color: #6e6e6e;
  width: 5rem;
}
.empowered .mat-table .mat-row .mat-cell {
  border-bottom-color: #c6c6c6;
  font-size: 1rem;
  color: #000;
}
.empowered .mat-table .mat-row .mat-cell .mat-icon-button {
  height: auto;
  line-height: initial;
}
.empowered .mat-table .mat-row .mat-cell .mat-icon-button .more-option {
  display: inline-flex;
  margin: 0;
}
.empowered .mat-table .mat-row .mat-cell .mat-icon-button.mat-icon-button[aria-expanded=true] .more-option {
  opacity: 1;
}
.empowered .mat-table .mat-row td.mat-cell:first-of-type {
  font-family: Roboto-Bold, sans-serif;
}
.empowered .mat-table .mat-row td.mat-cell:first-of-type span a {
  padding-left: 0.625rem;
  font-family: Roboto, sans-serif;
}
.empowered .mat-table .mat-row.inactive td,
.empowered .mat-table .mat-row.inactive td:first-of-type {
  font-family: Roboto, sans-serif;
  color: #5b5b5b;
}
.empowered .mat-table .mat-row.inactive td a,
.empowered .mat-table .mat-row.inactive td:first-of-type a {
  font-family: inherit;
  color: inherit;
}
.empowered .mat-table td.mat-cell.sorted-column {
  background-color: rgba(0, 0, 0, 0.02);
}
.empowered .mat-table td.mat-cell:first-of-type a,
.empowered .mat-table td.mat-footer-cell:first-of-type a,
.empowered .mat-table th.mat-header-cell:first-of-type a {
  color: #000;
  text-decoration: none;
}
.empowered .mat-table td.mat-cell {
  padding: 0.625rem;
}
.empowered .mat-table .mat-column-renewalDate .mat-sort-header-container, .empowered .mat-table .mat-column-employeeCount .mat-sort-header-container, .empowered .mat-table .mat-column-productsCount .mat-sort-header-container, .empowered .mat-table .mat-column-writingno .mat-sort-header-container, .empowered .mat-table .mat-column-manage .mat-sort-header-container, .empowered .mat-table .mat-column-wNO .mat-sort-header-container, .empowered .mat-table .mat-column-notificationCount .mat-sort-header-container {
  justify-content: flex-end;
}
.empowered .mat-table .mat-column-manage {
  text-align: right;
}
.empowered .mat-table .mat-column-registered .mat-sort-header-container {
  justify-content: center;
}
.empowered .mat-table .mat-header-row .mat-column-productsCount, .empowered .mat-table .mat-header-row .mat-column-notificationCount, .empowered .mat-table .mat-header-row .mat-column-wNO, .empowered .mat-table .mat-header-row .mat-column-writingno {
  padding-right: 2.1875rem;
}
.empowered .mat-table .mat-row .mat-column-renewalDate, .empowered .mat-table .mat-row .mat-column-employeeCount, .empowered .mat-table .mat-row .mat-column-productsCount, .empowered .mat-table .mat-row .mat-column-notificationCount, .empowered .mat-table .mat-row .mat-column-wNO, .empowered .mat-table .mat-row .mat-column-writingno, .empowered .mat-table .mat-row .mat-column-manage {
  direction: rtl;
}
.empowered .mat-table .mat-sort-header-container .mat-sort-header-arrow {
  height: 0;
  opacity: 1 !important;
}
.empowered .mat-table .mat-sort-header-container .mat-sort-header-arrow .mat-sort-header-stem {
  height: 0;
  width: 0;
}
.empowered .mat-table .mat-sort-header-container .mat-sort-header-arrow .mat-sort-header-indicator {
  color: #6e6e6e;
  transform: none;
}
.empowered .mat-table .mat-sort-header-container .mat-sort-header-arrow .mat-sort-header-indicator .mat-sort-header-pointer-left,
.empowered .mat-table .mat-sort-header-container .mat-sort-header-arrow .mat-sort-header-indicator .mat-sort-header-pointer-right {
  height: 1px;
}
.empowered .mat-table .mat-sort-header-container .mat-sort-header-arrow .mat-sort-header-indicator .mat-sort-header-pointer-middle {
  height: 1px;
  width: 1px;
}
.empowered .mat-table .mat-footer-cell,
.empowered .mat-table .mat-header-cell {
  border-bottom-width: 0.125rem;
  border-bottom-color: #6e6e6e;
  color: #6e6e6e;
  font-size: 0.875rem;
}
.empowered .mat-table .mat-footer-cell {
  border-bottom-width: 0.0625rem;
  border-bottom-color: #c6c6c6;
}
.empowered .mat-table tr.mat-footer-row,
.empowered .mat-table tr.mat-row {
  height: auto;
}
.empowered .mat-sort-header-arrow {
  opacity: 1 !important;
  transform: none !important;
}
.empowered .mat-sort-header-arrow:before {
  content: url('sort_arrow_down.034e08848801c1dc.svg');
  top: -0.375rem;
  position: absolute;
  width: 0.9375rem;
  height: 0.9375rem;
  opacity: 0.5 !important;
}
.empowered .mat-sort-header-arrow .mat-sort-header-stem {
  display: none;
}
.empowered .mat-sort-header-arrow .mat-sort-header-indicator {
  opacity: 1;
  color: #000;
  font-weight: bold;
}
.empowered .mat-sort-header-arrow .mat-sort-header-indicator .mat-sort-header-pointer-left,
.empowered .mat-sort-header-arrow .mat-sort-header-indicator .mat-sort-header-pointer-right,
.empowered .mat-sort-header-arrow .mat-sort-header-indicator .mat-sort-header-pointer-middle {
  display: none;
}
.empowered [aria-sort=ascending] .mat-sort-header-arrow:before {
  content: url('sort_arrow_up.2725b9f821b33dc0.svg');
  opacity: 1 !important;
}
.empowered [aria-sort=descending] .mat-sort-header-arrow:before {
  content: url('sort_arrow_down.034e08848801c1dc.svg');
  opacity: 1 !important;
}
.empowered .is-touch .mat-table .mat-row:hover {
  background-color: #e4f0fe;
}
.empowered .w-50 {
  width: 3.125rem !important;
}
.empowered .w-80 {
  width: 5rem !important;
}
.empowered .w-100 {
  width: 6.25rem !important;
}
.empowered .w-120 {
  width: 7.5rem !important;
}
.empowered .w-130 {
  width: 8.125rem !important;
}
.empowered .w-150 {
  width: 9.375rem !important;
}
.empowered .w-175 {
  width: 10.9375rem !important;
}
.empowered .w-195 {
  width: 12.1875rem !important;
}
.empowered .w-200 {
  width: 12.5rem !important;
}
.empowered .w-250 {
  width: 15.625rem !important;
}
.empowered .w-285 {
  width: 17.8125rem !important;
}
.empowered .w-300 {
  width: 18.75rem !important;
}
.empowered .w-400 {
  width: 25rem !important;
}
.empowered .w-500 {
  width: 31.25rem !important;
}
.empowered .w-600 {
  width: 37.5rem !important;
}
.empowered .w-800 {
  width: 50rem !important;
}
.empowered .w-1000 {
  width: 62.5rem !important;
}
.empowered .w-1200 {
  width: 75rem !important;
}
.empowered .w-1600 {
  width: 100rem !important;
}
.empowered .seperator {
  border-bottom: 1px dotted #adadad;
}
.empowered .divider {
  border-bottom: 1px solid #adadad;
}
.empowered .text-center {
  text-align: center !important;
}
.empowered .text-right {
  text-align: right !important;
}
.empowered .hidden,
.empowered .hide {
  display: none;
}
.empowered .flex-container {
  display: flex;
  padding: 0 1.875rem;
}
.empowered .flex-container .flex-grow-one {
  flex-grow: 1;
  width: 13.75rem;
}
.empowered .flex-container .flex-grow-two {
  flex-grow: 2;
  flex-basis: 100%;
}
.empowered .line-height {
  line-height: 0.625rem;
}
.empowered .wrapper-margin {
  margin: 0 1.875rem;
}
.empowered .space-between {
  justify-content: space-between;
}
.empowered .upload-input .file-not-dragged {
  margin: 0.625rem 0 0 0;
}
.empowered .dotted-line-bottom {
  background-image: linear-gradient(to right, #5b5b5b 50%, rgb(255, 255, 255) 0%);
  background-position: bottom;
  background-size: 0.0625rem 0.0625rem;
  background-repeat: repeat-x;
  padding: 0.3125rem;
  margin-bottom: 0.3125rem;
}
.empowered .truncate-middle .firstPart,
.empowered .truncate-middle .lastPart {
  display: inline-block;
  vertical-align: bottom;
  white-space: nowrap;
  overflow: hidden;
}
.empowered .truncate-middle .firstPart {
  max-width: calc(100% - 8);
  min-width: 6;
  text-overflow: ellipsis;
}
.empowered .truncate-middle .lastPart {
  max-width: calc(100% - 6);
  direction: rtl;
}
.empowered .truncate-middle .container {
  white-space: nowrap;
  overflow: hidden;
}
.empowered .panel-white-out {
  position: relative;
}
.empowered .panel-white-out:before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
@media (max-width: 61.9375em) {
  .empowered .mat-paginator-page-size {
    display: none;
  }
}
@media (max-width: 61.9375em) {
  .empowered .hidden-md {
    display: none;
  }
}
@media (max-width: 74.9375em) {
  .empowered .hidden-max-xl {
    display: none;
  }
}
.empowered .dotted-border-right {
  background-image: linear-gradient(to bottom, #6e6e6e 20%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 0.0625rem 0.25rem;
  background-repeat: repeat-y;
}
.empowered .dotted-border-left {
  background-image: linear-gradient(to bottom, #6e6e6e 20%, rgba(255, 255, 255, 0) 0%);
  background-position: left;
  background-size: 0.0625rem 0.25rem;
  background-repeat: repeat-y;
}
.empowered .dotted-border-top {
  background-image: linear-gradient(to right, #6e6e6e 20%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 0.25rem 0.0625rem;
  background-repeat: repeat-x;
}
.empowered .dotted-border-bottom {
  background-image: linear-gradient(to right, #6e6e6e 20%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 0.25rem 0.0625rem;
  background-repeat: repeat-x;
}
.empowered #OnlineHelp {
  position: fixed;
  right: -10000px;
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 2147483644;
  background: #fff;
  border: 1px solid white;
  border-radius: 4px;
  /* Custom06 - ADA Compliance */
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.empowered #OnlineHelp {
  transition: all 0.5s ease-in-out;
}
.empowered #OnlineHelp.standard {
  height: 100%;
}
.empowered #OnlineHelp.compacted {
  height: 450px;
}
.empowered #OnlineHelp.minimized {
  right: -10000px;
}
.empowered #OnlineHelp.alerting {
  right: 2px;
  top: 0px;
}
.empowered #launcherminimized,
.empowered #launcher {
  z-index: 999;
  cursor: pointer;
  position: fixed;
  align-items: center;
  top: 56px;
  right: 0px;
  height: 29px;
  margin-right: 0px;
  padding: 6px 15px;
  gap: 10px;
  border-radius: 4px 4px 0px 0px;
  background: #fc8a30;
  color: #fff;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.32px;
  transform: rotate(-90deg);
  transform-origin: right bottom 0px;
  display: none;
}
.empowered #launcherminimized:focus-visible {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 4px #000;
}
.empowered iframe#pegaChatWidget {
  z-index: 9999;
  bottom: 35px !important;
}
.empowered #launcher:hover {
  right: 0;
}
.empowered #unreadCounter {
  position: absolute;
  top: -13px;
  right: -9px;
  background-color: red;
  height: 23px;
  width: 22px;
  font-size: 16px;
  border-radius: 14px;
  transform: rotate(90deg);
  color: white;
  display: none;
  z-index: 2147483645;
}
@media (min-width: 768px) {
  .empowered #OnlineHelp {
    width: 450px;
    top: 50%;
    margin: -275px 0;
    /* Custom06 - ADA Compliance */
    border-radius: 4px;
  }
  .empowered #OnlineHelp.standard {
    /* Custom01 - Update height from original value of 550px */
    height: 95%;
  }
  .empowered #OnlineHelp.compacted {
    height: 450px;
  }
  .empowered #OnlineHelp.alerting {
    right: 2px;
    /* Custom01 - Add margin and top properties */
    margin: -275px 0;
    top: 275px;
  }
  .empowered #OnlineHelp.showLeftPanel {
    width: 900px;
    transition: width 1s;
  }
  .empowered #OnlineHelp.hideLeftPanel {
    width: 450px;
    transition: width 1s;
  }
}
.empowered .mat-menu-panel.after {
  margin-left: 2.5rem;
  margin-top: -0.9375rem;
  margin-right: -4rem;
}
.empowered .mat-menu-panel.before {
  margin-right: 2.375rem;
  margin-top: -0.9375rem;
}
.empowered .mat-menu-panel {
  box-shadow: 0px 0px 3px #6e6e6e;
  border-radius: 0.25rem;
}
.empowered .mat-menu-panel div.mat-menu-content {
  padding: 0.625rem 0;
  padding-bottom: 0.625rem;
  min-width: 7.5rem;
  border-radius: 0.25rem;
  font-weight: normal;
  font-size: 0.875rem;
  text-align: left;
}
.empowered .mat-menu-panel div.mat-menu-content .seperator {
  margin: 0 0.9375rem;
}
.empowered .mat-menu-panel div.mat-menu-content .mat-menu-item {
  line-height: inherit;
  height: auto;
  color: #000;
  padding: 0.625rem 0.9375rem;
  margin: 0 0.25rem;
  width: calc(100% - 0.5rem);
}
.empowered .mat-menu-panel div.mat-menu-content .mat-menu-item.text-danger {
  color: #c54843;
}
.empowered .mat-menu-panel div.mat-menu-content .mat-menu-item.text-danger:hover {
  background-color: #c54843;
  color: #fff;
}
.empowered .mat-menu-panel div.mat-menu-content .mat-menu-item:focus {
  background-color: #fff;
  box-shadow: 0 0 0.0625rem 0.0625rem #54a0f5, 0 0 0.1875rem 0.25rem #84bbf8;
}
.empowered .mat-menu-panel div.mat-menu-content .mat-menu-item:hover {
  background-color: #0c6cd7;
  color: #fff;
}
.empowered .mat-menu-panel div.mat-menu-content .mat-menu-item:disabled {
  color: #5b5b5b;
  cursor: not-allowed;
}
.empowered .mat-menu-panel div.mat-menu-content .mat-menu-item:disabled:hover {
  background-color: #e2e2e2;
  color: #5b5b5b;
}
.empowered .infoicon {
  cursor: pointer !important;
}
.empowered .mat-bottom-sheet-container {
  padding: 0px 0px;
  min-width: 100vw;
  min-height: calc(100vh - 100px);
}
.empowered .mat-bottom-sheet-container-medium {
  min-width: 100vw;
}
.empowered .mat-bottom-sheet-container-large {
  min-width: 100vw;
}
.empowered .mat-bottom-sheet-container-xlarge {
  min-width: 100vw;
}
.empowered .mat-bottom-sheet-container-large,
.empowered .mat-bottom-sheet-container-medium,
.empowered .mat-bottom-sheet-container-xlarge {
  border-radius: 0;
}
.empowered .w-50 {
  width: 3.125rem !important;
}
.empowered .w-80 {
  width: 5rem !important;
}
.empowered .w-100 {
  width: 6.25rem !important;
}
.empowered .w-120 {
  width: 7.5rem !important;
}
.empowered .w-130 {
  width: 8.125rem !important;
}
.empowered .w-150 {
  width: 9.375rem !important;
}
.empowered .w-175 {
  width: 10.9375rem !important;
}
.empowered .w-195 {
  width: 12.1875rem !important;
}
.empowered .w-200 {
  width: 12.5rem !important;
}
.empowered .w-250 {
  width: 15.625rem !important;
}
.empowered .w-285 {
  width: 17.8125rem !important;
}
.empowered .w-300 {
  width: 18.75rem !important;
}
.empowered .w-400 {
  width: 25rem !important;
}
.empowered .w-500 {
  width: 31.25rem !important;
}
.empowered .w-600 {
  width: 37.5rem !important;
}
.empowered .w-800 {
  width: 50rem !important;
}
.empowered .w-1000 {
  width: 62.5rem !important;
}
.empowered .w-1200 {
  width: 75rem !important;
}
.empowered .w-1600 {
  width: 100rem !important;
}
.empowered .seperator {
  border-bottom: 1px dotted #adadad;
}
.empowered .divider {
  border-bottom: 1px solid #adadad;
}
.empowered .text-center {
  text-align: center !important;
}
.empowered .text-right {
  text-align: right !important;
}
.empowered .hidden,
.empowered .hide {
  display: none;
}
.empowered .flex-container {
  display: flex;
  padding: 0 1.875rem;
}
.empowered .flex-container .flex-grow-one {
  flex-grow: 1;
  width: 13.75rem;
}
.empowered .flex-container .flex-grow-two {
  flex-grow: 2;
  flex-basis: 100%;
}
.empowered .line-height {
  line-height: 0.625rem;
}
.empowered .wrapper-margin {
  margin: 0 1.875rem;
}
.empowered .space-between {
  justify-content: space-between;
}
.empowered .upload-input .file-not-dragged {
  margin: 0.625rem 0 0 0;
}
.empowered .dotted-line-bottom {
  background-image: linear-gradient(to right, #5b5b5b 50%, rgb(255, 255, 255) 0%);
  background-position: bottom;
  background-size: 0.0625rem 0.0625rem;
  background-repeat: repeat-x;
  padding: 0.3125rem;
  margin-bottom: 0.3125rem;
}
.empowered .truncate-middle .firstPart,
.empowered .truncate-middle .lastPart {
  display: inline-block;
  vertical-align: bottom;
  white-space: nowrap;
  overflow: hidden;
}
.empowered .truncate-middle .firstPart {
  max-width: calc(100% - 8);
  min-width: 6;
  text-overflow: ellipsis;
}
.empowered .truncate-middle .lastPart {
  max-width: calc(100% - 6);
  direction: rtl;
}
.empowered .truncate-middle .container {
  white-space: nowrap;
  overflow: hidden;
}
.empowered .panel-white-out {
  position: relative;
}
.empowered .panel-white-out:before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
@media (max-width: 61.9375em) {
  .empowered .mat-paginator-page-size {
    display: none;
  }
}
@media (max-width: 61.9375em) {
  .empowered .hidden-md {
    display: none;
  }
}
@media (max-width: 74.9375em) {
  .empowered .hidden-max-xl {
    display: none;
  }
}
.empowered .dotted-border-right {
  background-image: linear-gradient(to bottom, #6e6e6e 20%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 0.0625rem 0.25rem;
  background-repeat: repeat-y;
}
.empowered .dotted-border-left {
  background-image: linear-gradient(to bottom, #6e6e6e 20%, rgba(255, 255, 255, 0) 0%);
  background-position: left;
  background-size: 0.0625rem 0.25rem;
  background-repeat: repeat-y;
}
.empowered .dotted-border-top {
  background-image: linear-gradient(to right, #6e6e6e 20%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 0.25rem 0.0625rem;
  background-repeat: repeat-x;
}
.empowered .dotted-border-bottom {
  background-image: linear-gradient(to right, #6e6e6e 20%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 0.25rem 0.0625rem;
  background-repeat: repeat-x;
}
.empowered #OnlineHelp {
  position: fixed;
  right: -10000px;
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 2147483644;
  background: #fff;
  border: 1px solid white;
  border-radius: 4px;
  /* Custom06 - ADA Compliance */
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.empowered #OnlineHelp {
  transition: all 0.5s ease-in-out;
}
.empowered #OnlineHelp.standard {
  height: 100%;
}
.empowered #OnlineHelp.compacted {
  height: 450px;
}
.empowered #OnlineHelp.minimized {
  right: -10000px;
}
.empowered #OnlineHelp.alerting {
  right: 2px;
  top: 0px;
}
.empowered #launcherminimized,
.empowered #launcher {
  z-index: 999;
  cursor: pointer;
  position: fixed;
  align-items: center;
  top: 56px;
  right: 0px;
  height: 29px;
  margin-right: 0px;
  padding: 6px 15px;
  gap: 10px;
  border-radius: 4px 4px 0px 0px;
  background: #fc8a30;
  color: #fff;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.32px;
  transform: rotate(-90deg);
  transform-origin: right bottom 0px;
  display: none;
}
.empowered #launcherminimized:focus-visible {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 4px #000;
}
.empowered iframe#pegaChatWidget {
  z-index: 9999;
  bottom: 35px !important;
}
.empowered #launcher:hover {
  right: 0;
}
.empowered #unreadCounter {
  position: absolute;
  top: -13px;
  right: -9px;
  background-color: red;
  height: 23px;
  width: 22px;
  font-size: 16px;
  border-radius: 14px;
  transform: rotate(90deg);
  color: white;
  display: none;
  z-index: 2147483645;
}
@media (min-width: 768px) {
  .empowered #OnlineHelp {
    width: 450px;
    top: 50%;
    margin: -275px 0;
    /* Custom06 - ADA Compliance */
    border-radius: 4px;
  }
  .empowered #OnlineHelp.standard {
    /* Custom01 - Update height from original value of 550px */
    height: 95%;
  }
  .empowered #OnlineHelp.compacted {
    height: 450px;
  }
  .empowered #OnlineHelp.alerting {
    right: 2px;
    /* Custom01 - Add margin and top properties */
    margin: -275px 0;
    top: 275px;
  }
  .empowered #OnlineHelp.showLeftPanel {
    width: 900px;
    transition: width 1s;
  }
  .empowered #OnlineHelp.hideLeftPanel {
    width: 450px;
    transition: width 1s;
  }
}
.empowered .mat-snack-bar-container {
  font-size: 0.875rem;
  min-width: 15rem;
  max-width: 100%;
  min-height: 3.125rem;
  margin: 0rem 1.25rem auto !important;
  padding: 0rem;
  box-shadow: #6e6e6e 0rem 0.1875rem 0.3125rem 0rem;
  color: #000;
  background-color: #fff;
  border: 0.0625rem solid;
  border-left-width: 0.625rem;
  position: relative;
  top: -4.375rem;
  border-color: #dc3545;
}
.empowered .mat-snack-bar-container.success {
  border-color: #28a745;
}
.empowered .mat-snack-bar-container.warning {
  border-color: #ffc107;
}
.empowered .mat-snack-bar-container.information {
  border-color: #007bff;
}
.empowered .empowered-portal-wrapper {
  background-color: #fff;
  border-radius: 0.25rem;
  border: 0.0625rem solid #6e6e6e;
}
.empowered .empowered-portal-wrapper.list-grid-filter {
  max-width: 27.5rem;
  font-size: 0.875rem !important;
  display: flex;
  flex-direction: column;
  max-height: 20rem;
}
.empowered .empowered-portal-wrapper.select-job-class-portal {
  width: 10rem;
  max-height: 14.375rem !important;
}
.empowered .empowered-portal-wrapper.quote-shop, .empowered .empowered-portal-wrapper.quick-quote {
  margin: 1.125rem 0;
  padding: 1.25rem;
}
.empowered .empowered-portal-wrapper.location-settings {
  max-width: 16.6875rem;
}
.empowered .empowered-portal-wrapper.more-settings {
  max-height: 29.625rem;
  overflow-y: auto;
}
.empowered .empowered-portal-wrapper.quick-quote {
  padding: 0rem;
}
.empowered .empowered-portal-wrapper.producer-shop {
  max-height: 75vh;
  margin: 1.125rem 0;
  width: 22rem;
}
.empowered .empowered-portal-wrapper.producer-shop.occupation {
  width: 9.5rem;
}
.empowered .empowered-portal-wrapper.producer-shop.more {
  width: 29.5rem;
}
.empowered .empowered-portal-wrapper.producer-shop.benefit {
  width: 9.5rem;
  margin: 0.3125rem 1.25rem 0 0;
}
.empowered .empowered-portal-wrapper.producer-shop.elimination {
  width: 9.5rem;
  margin: 0.3125rem 1.25rem 0 0;
}
.empowered .empowered-portal-wrapper.producer-shop.riders {
  width: 17rem;
  margin: 0.3125rem 1.25rem 0 0;
}
.empowered .empowered-portal-wrapper.producer-shop.dependent {
  width: 9.5rem;
  margin: 0.3125rem 1.25rem 0 0;
}
.empowered .empowered-portal-wrapper.producer-shop .content {
  display: block;
  padding: 1.25rem;
  padding-bottom: 0.625rem;
  overflow-y: auto;
  overflow-y: overlay;
  height: calc(100% - 53px);
}
.empowered .empowered-portal-wrapper.rate-sheets {
  max-height: 50vh;
  margin-top: 0.875rem;
  width: 22rem;
}
.empowered .empowered-portal-wrapper.rate-sheets.state {
  width: 14.5rem;
  margin: 0.3125rem 1.25rem 0 0;
}
.empowered .empowered-portal-wrapper.rate-sheets.channel {
  width: 11.8125rem;
  margin: 0.3125rem 1.25rem 0 0;
}
.empowered .empowered-portal-wrapper.rate-sheets.payment {
  width: 14.5rem;
  margin: 0.3125rem 1.25rem 0 0;
}
.empowered .empowered-portal-wrapper.rate-sheets.job {
  width: 9.5rem;
  margin: 0.3125rem 1.25rem 0 0;
}
.empowered .empowered-portal-wrapper.rate-sheets.age, .empowered .empowered-portal-wrapper.rate-sheets.tobacco {
  width: 16.875rem;
}
.empowered .empowered-portal-wrapper.rate-sheets.age-bands, .empowered .empowered-portal-wrapper.rate-sheets.gender {
  width: 9.375rem;
}
.empowered .empowered-portal-wrapper.rate-sheets .content {
  display: block;
  padding: 1.25rem;
  padding-bottom: 0.625rem;
  overflow-y: auto;
  overflow-y: overlay;
  height: calc(100% - 53px);
}
.empowered .mat-expansion-panel:not(.mat-expansion-panel-spacing) {
  border-radius: 0 !important;
  box-shadow: none;
}
.empowered .mat-accordion .mat-expansion-panel {
  border-radius: 0 !important;
}
.empowered .shop-expansion-panel .mat-expansion-panel-header {
  padding: 0.9375rem 1.875rem;
  border-radius: 0;
  position: relative;
  background-color: #f2f2f2;
  border-top: 0.0625rem solid #5b5b5b;
  color: #000;
  font-size: 1rem;
}
.empowered .shop-expansion-panel .mat-expansion-panel-header-title {
  flex-grow: 1 !important;
  align-items: center;
}
.empowered .shop-expansion-panel .mat-expansion-panel-header-description {
  min-width: 15rem;
  color: #000;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  flex-grow: 0;
  align-items: center;
}
.empowered .shop-expansion-panel .mat-expansion-panel-header-description .mat-icon {
  margin-bottom: 0.1875rem;
  vertical-align: bottom;
}
.empowered .shop-expansion-panel .mat-expansion-panel-header .tax-title {
  justify-content: flex-end;
  line-height: 1.875rem !important;
  text-align: end;
  min-width: 5.625rem;
}
.empowered .shop-expansion-panel .mat-expansion-panel-header .mat-expansion-indicator {
  position: absolute;
  left: 0.9375rem;
  display: flex;
}
.empowered .shop-expansion-panel .mat-expansion-panel-header::after {
  margin-top: -0.375rem;
}
.empowered .shop-expansion-panel .mat-expansion-content-filterSection {
  display: flex;
  margin: 0 -1.5rem 0.625rem;
  border-bottom: 0.0625rem solid #adadad;
  border-top: -0.0625rem solid #adadad;
}
.empowered .shop-expansion-panel .mat-expansion-content-filterSection-selectCntr {
  display: flex;
  padding-left: 0.9375rem;
  align-items: center;
  border-right: 0.0625rem solid #adadad;
  height: 2.5rem;
}
.empowered .shop-expansion-panel .mat-expansion-content-filterSection-selectCntr .coverage-setting {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3125rem 0 0 0.3125rem;
}
.empowered .shop-expansion-panel .mat-expansion-content-filterSection-selectCntr .coverage-setting .mat-text-coverage {
  color: #0c6cd7;
  font-family: Roboto, sans-serif;
  margin-bottom: 0.1875rem;
}
.empowered .shop-expansion-panel .mat-expansion-content-filtersettings-controlsSection-selectCntr:first-child {
  padding-left: 0.9375rem;
}
.empowered .shop-expansion-panel.mat-expanded {
  border-top: 0;
}
.empowered .mat-expansion-panel-spacing {
  margin: 0 !important;
  box-shadow: none;
}
.empowered .mat-accordion .mat-expansion-panel:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 0.0625rem solid #5b5b5b;
}
.empowered .mat-expanded {
  border-left: 0.0625rem solid #adadad;
  border-right: 0.0625rem solid #adadad;
}
.empowered .mat-expanded .mat-expansion-panel-header {
  background-color: #fff;
  border-bottom: 0 solid #adadad !important;
  border-left: 0;
  border-right: 0;
}
.empowered .mat-expanded .mat-expansion-panel-header .mat-expansion-panel-header-title {
  font-size: 1rem;
  font-family: Roboto-Bold, sans-serif;
}
.empowered .mat-accordion .mat-expansion-panel.group-expand:last-of-type,
.empowered .mat-accordion .mat-expansion-panel.group-title-expand:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 0 !important;
}
.empowered .mat-expansion-panel.group-expand .mat-expansion-panel-content .mat-expansion-panel-body {
  padding: 0 0 1rem;
}
.empowered .mat-expansion-panel.group-expand.mat-expanded {
  border: 0;
}
.empowered .mat-expansion-panel.group-expand .mat-expansion-panel-header {
  border-top: 0.0625rem solid #5b5b5b;
  border-bottom: 0;
  padding: 0 0.9375rem;
  height: auto;
}
.empowered .mat-expansion-panel.group-expand .mat-expansion-panel-header.mat-expanded {
  padding: 0;
}
.empowered .mat-expansion-panel.group-expand .mat-expansion-panel-header .mat-expansion-panel-header-title {
  flex-grow: 0;
  margin: 0;
}
.empowered .mat-expansion-panel.group-expand .mat-expansion-panel-header .mat-expansion-panel-header-title h4 {
  margin: 0.625rem 0.625rem 0 0;
}
.empowered .mat-expansion-panel.group-expand .mat-expansion-panel-header .mat-expansion-panel-header-title div {
  margin: 0 0.625rem;
  display: flex;
  align-content: center;
  align-items: center;
  align-self: center;
}
.empowered .mat-expansion-panel.group-expand .mat-expansion-panel-header .mat-expansion-panel-header-title span {
  margin: 0.625rem;
}
.empowered .mat-expansion-panel.group-expand .mat-expansion-panel-header .mat-expansion-panel-header-description {
  flex-grow: 1;
}
.empowered .mat-expansion-panel.group-title-expand.mat-expanded {
  border: 0;
}
.empowered .mat-expansion-panel.group-title-expand.mat-expanded .mat-expansion-panel-body .edit-form-wrapper h3 {
  margin-top: 0;
}
.empowered .mat-expansion-panel.group-title-expand .mat-expansion-panel-header {
  background-color: #f2f2f2;
}
.empowered .mat-expansion-panel.group-title-expand .mat-expansion-panel-header .mat-expansion-panel-header-title {
  flex-grow: 0;
}
.empowered .mat-expansion-panel.group-title-expand .mat-expansion-panel-header .mat-expansion-panel-header-description {
  display: flex;
  align-items: center;
}
.empowered .accordion-default .mat-expansion-indicator {
  display: none;
}
.empowered .accordion-default .mon-icon.accordion-indicator {
  position: absolute;
  top: 1.25rem;
  left: 0.625rem;
  margin: 0;
  transition: 0.5s;
}
.empowered .accordion-default .mat-expansion-panel {
  border: 0.0625rem solid #5b5b5b;
  border-width: 0 0 0.0625rem;
  background: #f2f2f2;
}
.empowered .accordion-default .mat-expansion-panel:first-of-type {
  border-top-width: 0.0625rem;
}
.empowered .accordion-default .mat-expansion-panel-header {
  position: relative;
  padding: 0 1.875rem 0 1.875rem;
}
.empowered .accordion-default .mat-expansion-panel-header:hover {
  background-color: transparent !important;
}
.empowered .accordion-default .mat-expansion-panel-body {
  padding: 0 1.875rem 1.25rem;
}
.empowered .accordion-default .mat-expansion-panel-header-description, .empowered .accordion-default .mat-expansion-panel-header-title {
  margin-right: 0;
}
.empowered .accordion-default .mat-expansion-panel.mat-expanded {
  background: #fff;
  border-width: 0.0625rem 0 0.125rem;
}
.empowered .accordion-default .mat-expansion-panel.mat-expanded:first-of-type {
  border-top-width: 0.125rem;
}
.empowered .accordion-default .mat-expansion-panel.mat-expanded .mon-icon.accordion-indicator {
  transform: rotate(180deg);
}
.empowered .card-list.mat-accordion .mat-expansion-panel,
.empowered .card-list.mat-accordion .mat-expansion-panel:last-of-type {
  border: 0.0625rem solid #c6c6c6;
  padding: 0;
  margin-bottom: 1.25rem !important;
  border-radius: 0.3125rem !important;
  min-height: 6.25rem;
}
.empowered .card-list.mat-accordion .mat-expansion-panel.disabled,
.empowered .card-list.mat-accordion .mat-expansion-panel:last-of-type.disabled {
  background-color: #f2f2f2;
}
.empowered .card-list.mat-accordion .mat-expansion-panel:hover {
  border-left-width: 0.3125rem;
  box-shadow: 0 0 0.375rem 0 rgba(0, 0, 0, 0.25);
}
.empowered .card-list.mat-accordion .mat-expansion-panel:hover .mat-expansion-indicator {
  opacity: 1;
}
.empowered .card-list.mat-accordion .mat-expansion-panel:not(.mat-expanded):hover .mat-expansion-panel-header {
  margin-left: 1.4375rem;
}
.empowered .card-list.mat-accordion .mat-expansion-panel.mat-expanded,
.empowered .card-list.mat-accordion .mat-expansion-panel.mat-expanded:last-of-type {
  border-color: #f3b946;
  border-left-width: 0.3125rem;
  box-shadow: 0 0 0.375rem 0 rgba(0, 0, 0, 0.25);
}
.empowered .card-list.mat-accordion .mat-expansion-panel.mat-expanded .mat-expansion-indicator,
.empowered .card-list.mat-accordion .mat-expansion-panel.mat-expanded:last-of-type .mat-expansion-indicator {
  bottom: 0;
}
.empowered .card-list.mat-accordion .mat-expansion-panel.mat-expanded .mat-expansion-indicator::after,
.empowered .card-list.mat-accordion .mat-expansion-panel.mat-expanded:last-of-type .mat-expansion-indicator::after {
  border-color: #f3b946;
}
.empowered .card-list.mat-accordion .mat-expansion-panel-header {
  height: auto !important;
  padding: 0 0 1.6875rem 4.75rem;
  margin: 1.6875rem 1.6875rem 0;
  border-radius: 0;
  font-size: 1rem;
  position: relative;
}
.empowered .card-list.mat-accordion .mat-expansion-panel-header .plan-icon {
  position: absolute;
  left: 0;
}
.empowered .card-list.mat-accordion .mat-expansion-panel-header .plan-rate {
  font-size: 1.375rem;
}
.empowered .card-list.mat-accordion .mat-expansion-panel-header .bottom-spliter {
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  border: none;
  padding: 0;
  margin: 0;
}
.empowered .card-list.mat-accordion .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]).cdk-keyboard-focused,
.empowered .card-list.mat-accordion .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]).cdk-program-focused,
.empowered .card-list.mat-accordion .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]):hover {
  background-color: transparent;
}
.empowered .card-list.mat-accordion .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header.dotted-border-bottom {
  background: none;
}
.empowered .card-list.mat-accordion .mat-expansion-panel-body {
  margin: 0 1.6875rem 1.6875rem 1.6875rem;
}
.empowered .card-list.mat-accordion .mat-expanded .mat-expansion-panel-header {
  margin-bottom: 1.6875rem;
}
.empowered .card-list.mat-accordion .mat-expanded .mat-expansion-indicator {
  opacity: 1;
}
.empowered .card-list.mat-accordion .mat-expansion-panel-header-title {
  flex-direction: column;
  color: #000;
  font-size: 1rem;
  font-family: Roboto-Bold, sans-serif;
  line-height: 1.375rem;
  width: 40%;
}
.empowered .card-list.mat-accordion .mat-expansion-panel-header-title a {
  font-weight: normal;
}
.empowered .card-list.mat-accordion .mat-expansion-panel-header-description {
  margin: 0;
  padding-left: 0.625rem;
  box-sizing: border-box;
  width: 60%;
  justify-content: flex-end;
}
.empowered .card-list.mat-accordion .mat-expansion-panel-header-description .plan-rates {
  max-width: 9.75rem;
  min-width: 9.75rem;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  margin-left: 1.875rem;
  color: #5b5b5b;
}
.empowered .card-list.mat-accordion .mat-expansion-panel-header-description .status-icon {
  position: absolute;
  top: 0.625rem;
  left: 60%;
  display: flex;
  padding-top: 0.1875rem;
}
.empowered .card-list.mat-accordion .mat-expansion-panel-header-description .status-icon .mon-icon {
  margin: 0.125rem 0.3125rem 0 0;
}
@media (max-width: 61.9375em) {
  .empowered .card-list.mat-accordion .mat-expansion-panel-header-description .status-icon-tpi {
    position: absolute;
    left: 45%;
  }
}
.empowered .card-list.mat-accordion .mat-expansion-panel-header-description .plan-brief {
  width: 60%;
}
.empowered .card-list.mat-accordion .plan-coverage {
  color: #3d3d3d;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.375rem;
}
.empowered .card-list.mat-accordion .plan-cost {
  color: #000;
  font-size: 1.375rem;
  font-weight: bold;
}
.empowered .card-list.mat-accordion .plan-frequency {
  color: #5b5b5b;
  font-size: 1rem;
  font-weight: normal;
}
.empowered .card-list.mat-accordion .mat-expansion-indicator {
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 0.8125rem;
}
.empowered .card-list.mat-accordion .mat-expansion-indicator::after {
  border-width: 0 0.125rem 0.125rem 0;
  padding: 0.4375rem;
}
.empowered .prevent-click {
  pointer-events: none;
}
.empowered .authorize-click {
  pointer-events: initial;
  display: flex;
  align-items: center;
}
.empowered .mat-ripple {
  height: 0 !important;
  width: 0 !important;
}

/* FUNCTIONS
 *
 * This file is rolls up all shared Sass functions for simplified importing via `@import "utilities/functions";`.
 * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
 */
/* VARIABLES
 *
 * This file is rolls up all shared Sass variables for simplified importing via `@import "utilities/variables";`.
 * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
 */
/* MIXINS
 *
 * This file is rolls up all shared Sass mixins for simplified importing via `@import "utilities/mixins";`.
 * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
 */
html,
body {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

* {
  box-sizing: border-box;
}

/**
 * Bootstrap overrides
 */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.mon-m-0 {
  margin: 0rem !important;
}

.mon-mt-0,
.mon-my-0 {
  margin-top: 0rem !important;
}

.mon-mr-0, .flex-form-wrapper .flex-item:last-child,
.mon-mx-0 {
  margin-right: 0rem !important;
}

.mon-mb-0,
.mon-my-0 {
  margin-bottom: 0rem !important;
}

.mon-ml-0,
.mon-mx-0 {
  margin-left: 0rem !important;
}

.mon-m-5 {
  margin: 0.3125rem !important;
}

.mon-mt-5,
.mon-my-5 {
  margin-top: 0.3125rem !important;
}

.mon-mr-5,
.mon-mx-5 {
  margin-right: 0.3125rem !important;
}

.mon-mb-5,
.mon-my-5 {
  margin-bottom: 0.3125rem !important;
}

.mon-ml-5,
.mon-mx-5 {
  margin-left: 0.3125rem !important;
}

.mon-m-10 {
  margin: 0.625rem !important;
}

.mon-mt-10,
.mon-my-10 {
  margin-top: 0.625rem !important;
}

.mon-mr-10,
.mon-mx-10 {
  margin-right: 0.625rem !important;
}

.mon-mb-10,
.mon-my-10 {
  margin-bottom: 0.625rem !important;
}

.mon-ml-10,
.mon-mx-10 {
  margin-left: 0.625rem !important;
}

.mon-m-15 {
  margin: 0.9375rem !important;
}

.mon-mt-15,
.mon-my-15 {
  margin-top: 0.9375rem !important;
}

.mon-mr-15,
.mon-mx-15 {
  margin-right: 0.9375rem !important;
}

.mon-mb-15,
.mon-my-15 {
  margin-bottom: 0.9375rem !important;
}

.mon-ml-15,
.mon-mx-15 {
  margin-left: 0.9375rem !important;
}

.mon-m-20 {
  margin: 1.25rem !important;
}

.mon-mt-20,
.mon-my-20 {
  margin-top: 1.25rem !important;
}

.mon-mr-20, .flex-form-wrapper .flex-item,
.mon-mx-20 {
  margin-right: 1.25rem !important;
}

.mon-mb-20,
.mon-my-20 {
  margin-bottom: 1.25rem !important;
}

.mon-ml-20,
.mon-mx-20 {
  margin-left: 1.25rem !important;
}

.mon-m-25 {
  margin: 1.5625rem !important;
}

.mon-mt-25,
.mon-my-25 {
  margin-top: 1.5625rem !important;
}

.mon-mr-25,
.mon-mx-25 {
  margin-right: 1.5625rem !important;
}

.mon-mb-25,
.mon-my-25 {
  margin-bottom: 1.5625rem !important;
}

.mon-ml-25,
.mon-mx-25 {
  margin-left: 1.5625rem !important;
}

.mon-m-30 {
  margin: 1.875rem !important;
}

.mon-mt-30,
.mon-my-30 {
  margin-top: 1.875rem !important;
}

.mon-mr-30,
.mon-mx-30 {
  margin-right: 1.875rem !important;
}

.mon-mb-30,
.mon-my-30 {
  margin-bottom: 1.875rem !important;
}

.mon-ml-30,
.mon-mx-30 {
  margin-left: 1.875rem !important;
}

.mon-m-35 {
  margin: 2.1875rem !important;
}

.mon-mt-35,
.mon-my-35 {
  margin-top: 2.1875rem !important;
}

.mon-mr-35,
.mon-mx-35 {
  margin-right: 2.1875rem !important;
}

.mon-mb-35,
.mon-my-35 {
  margin-bottom: 2.1875rem !important;
}

.mon-ml-35,
.mon-mx-35 {
  margin-left: 2.1875rem !important;
}

.mon-m-40 {
  margin: 2.5rem !important;
}

.mon-mt-40,
.mon-my-40 {
  margin-top: 2.5rem !important;
}

.mon-mr-40,
.mon-mx-40 {
  margin-right: 2.5rem !important;
}

.mon-mb-40,
.mon-my-40 {
  margin-bottom: 2.5rem !important;
}

.mon-ml-40,
.mon-mx-40 {
  margin-left: 2.5rem !important;
}

.mon-m-45 {
  margin: 2.8125rem !important;
}

.mon-mt-45,
.mon-my-45 {
  margin-top: 2.8125rem !important;
}

.mon-mr-45,
.mon-mx-45 {
  margin-right: 2.8125rem !important;
}

.mon-mb-45,
.mon-my-45 {
  margin-bottom: 2.8125rem !important;
}

.mon-ml-45,
.mon-mx-45 {
  margin-left: 2.8125rem !important;
}

.mon-m-50 {
  margin: 3.125rem !important;
}

.mon-mt-50,
.mon-my-50 {
  margin-top: 3.125rem !important;
}

.mon-mr-50,
.mon-mx-50 {
  margin-right: 3.125rem !important;
}

.mon-mb-50,
.mon-my-50 {
  margin-bottom: 3.125rem !important;
}

.mon-ml-50,
.mon-mx-50 {
  margin-left: 3.125rem !important;
}

.mon-p-0 {
  padding: 0rem !important;
}

.mon-pt-0,
.mon-py-0 {
  padding-top: 0rem !important;
}

.mon-pr-0,
.mon-px-0 {
  padding-right: 0rem !important;
}

.mon-pb-0,
.mon-py-0 {
  padding-bottom: 0rem !important;
}

.mon-pl-0,
.mon-px-0 {
  padding-left: 0rem !important;
}

.mon-p-5 {
  padding: 0.3125rem !important;
}

.mon-pt-5,
.mon-py-5 {
  padding-top: 0.3125rem !important;
}

.mon-pr-5,
.mon-px-5 {
  padding-right: 0.3125rem !important;
}

.mon-pb-5,
.mon-py-5 {
  padding-bottom: 0.3125rem !important;
}

.mon-pl-5,
.mon-px-5 {
  padding-left: 0.3125rem !important;
}

.mon-p-10 {
  padding: 0.625rem !important;
}

.mon-pt-10,
.mon-py-10 {
  padding-top: 0.625rem !important;
}

.mon-pr-10,
.mon-px-10 {
  padding-right: 0.625rem !important;
}

.mon-pb-10,
.mon-py-10 {
  padding-bottom: 0.625rem !important;
}

.mon-pl-10,
.mon-px-10 {
  padding-left: 0.625rem !important;
}

.mon-p-15 {
  padding: 0.9375rem !important;
}

.mon-pt-15,
.mon-py-15 {
  padding-top: 0.9375rem !important;
}

.mon-pr-15,
.mon-px-15 {
  padding-right: 0.9375rem !important;
}

.mon-pb-15,
.mon-py-15 {
  padding-bottom: 0.9375rem !important;
}

.mon-pl-15,
.mon-px-15 {
  padding-left: 0.9375rem !important;
}

.mon-p-20 {
  padding: 1.25rem !important;
}

.mon-pt-20,
.mon-py-20 {
  padding-top: 1.25rem !important;
}

.mon-pr-20,
.mon-px-20 {
  padding-right: 1.25rem !important;
}

.mon-pb-20,
.mon-py-20 {
  padding-bottom: 1.25rem !important;
}

.mon-pl-20,
.mon-px-20 {
  padding-left: 1.25rem !important;
}

.mon-p-25 {
  padding: 1.5625rem !important;
}

.mon-pt-25,
.mon-py-25 {
  padding-top: 1.5625rem !important;
}

.mon-pr-25,
.mon-px-25 {
  padding-right: 1.5625rem !important;
}

.mon-pb-25,
.mon-py-25 {
  padding-bottom: 1.5625rem !important;
}

.mon-pl-25,
.mon-px-25 {
  padding-left: 1.5625rem !important;
}

.mon-p-30 {
  padding: 1.875rem !important;
}

.mon-pt-30,
.mon-py-30 {
  padding-top: 1.875rem !important;
}

.mon-pr-30,
.mon-px-30 {
  padding-right: 1.875rem !important;
}

.mon-pb-30,
.mon-py-30 {
  padding-bottom: 1.875rem !important;
}

.mon-pl-30,
.mon-px-30 {
  padding-left: 1.875rem !important;
}

.mon-p-35 {
  padding: 2.1875rem !important;
}

.mon-pt-35,
.mon-py-35 {
  padding-top: 2.1875rem !important;
}

.mon-pr-35,
.mon-px-35 {
  padding-right: 2.1875rem !important;
}

.mon-pb-35,
.mon-py-35 {
  padding-bottom: 2.1875rem !important;
}

.mon-pl-35,
.mon-px-35 {
  padding-left: 2.1875rem !important;
}

.mon-p-40 {
  padding: 2.5rem !important;
}

.mon-pt-40,
.mon-py-40 {
  padding-top: 2.5rem !important;
}

.mon-pr-40,
.mon-px-40 {
  padding-right: 2.5rem !important;
}

.mon-pb-40,
.mon-py-40 {
  padding-bottom: 2.5rem !important;
}

.mon-pl-40,
.mon-px-40 {
  padding-left: 2.5rem !important;
}

.mon-p-45 {
  padding: 2.8125rem !important;
}

.mon-pt-45,
.mon-py-45 {
  padding-top: 2.8125rem !important;
}

.mon-pr-45,
.mon-px-45 {
  padding-right: 2.8125rem !important;
}

.mon-pb-45,
.mon-py-45 {
  padding-bottom: 2.8125rem !important;
}

.mon-pl-45,
.mon-px-45 {
  padding-left: 2.8125rem !important;
}

.mon-p-50 {
  padding: 3.125rem !important;
}

.mon-pt-50,
.mon-py-50 {
  padding-top: 3.125rem !important;
}

.mon-pr-50,
.mon-px-50 {
  padding-right: 3.125rem !important;
}

.mon-pb-50,
.mon-py-50 {
  padding-bottom: 3.125rem !important;
}

.mon-pl-50,
.mon-px-50 {
  padding-left: 3.125rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .mon-m-sm-0 {
    margin: 0rem !important;
  }
  .mon-mt-sm-0,
  .mon-my-sm-0 {
    margin-top: 0rem !important;
  }
  .mon-mr-sm-0,
  .mon-mx-sm-0 {
    margin-right: 0rem !important;
  }
  .mon-mb-sm-0,
  .mon-my-sm-0 {
    margin-bottom: 0rem !important;
  }
  .mon-ml-sm-0,
  .mon-mx-sm-0 {
    margin-left: 0rem !important;
  }
  .mon-m-sm-5 {
    margin: 0.3125rem !important;
  }
  .mon-mt-sm-5,
  .mon-my-sm-5 {
    margin-top: 0.3125rem !important;
  }
  .mon-mr-sm-5,
  .mon-mx-sm-5 {
    margin-right: 0.3125rem !important;
  }
  .mon-mb-sm-5,
  .mon-my-sm-5 {
    margin-bottom: 0.3125rem !important;
  }
  .mon-ml-sm-5,
  .mon-mx-sm-5 {
    margin-left: 0.3125rem !important;
  }
  .mon-m-sm-10 {
    margin: 0.625rem !important;
  }
  .mon-mt-sm-10,
  .mon-my-sm-10 {
    margin-top: 0.625rem !important;
  }
  .mon-mr-sm-10,
  .mon-mx-sm-10 {
    margin-right: 0.625rem !important;
  }
  .mon-mb-sm-10,
  .mon-my-sm-10 {
    margin-bottom: 0.625rem !important;
  }
  .mon-ml-sm-10,
  .mon-mx-sm-10 {
    margin-left: 0.625rem !important;
  }
  .mon-m-sm-15 {
    margin: 0.9375rem !important;
  }
  .mon-mt-sm-15,
  .mon-my-sm-15 {
    margin-top: 0.9375rem !important;
  }
  .mon-mr-sm-15,
  .mon-mx-sm-15 {
    margin-right: 0.9375rem !important;
  }
  .mon-mb-sm-15,
  .mon-my-sm-15 {
    margin-bottom: 0.9375rem !important;
  }
  .mon-ml-sm-15,
  .mon-mx-sm-15 {
    margin-left: 0.9375rem !important;
  }
  .mon-m-sm-20 {
    margin: 1.25rem !important;
  }
  .mon-mt-sm-20,
  .mon-my-sm-20 {
    margin-top: 1.25rem !important;
  }
  .mon-mr-sm-20,
  .mon-mx-sm-20 {
    margin-right: 1.25rem !important;
  }
  .mon-mb-sm-20,
  .mon-my-sm-20 {
    margin-bottom: 1.25rem !important;
  }
  .mon-ml-sm-20,
  .mon-mx-sm-20 {
    margin-left: 1.25rem !important;
  }
  .mon-m-sm-25 {
    margin: 1.5625rem !important;
  }
  .mon-mt-sm-25,
  .mon-my-sm-25 {
    margin-top: 1.5625rem !important;
  }
  .mon-mr-sm-25,
  .mon-mx-sm-25 {
    margin-right: 1.5625rem !important;
  }
  .mon-mb-sm-25,
  .mon-my-sm-25 {
    margin-bottom: 1.5625rem !important;
  }
  .mon-ml-sm-25,
  .mon-mx-sm-25 {
    margin-left: 1.5625rem !important;
  }
  .mon-m-sm-30 {
    margin: 1.875rem !important;
  }
  .mon-mt-sm-30,
  .mon-my-sm-30 {
    margin-top: 1.875rem !important;
  }
  .mon-mr-sm-30,
  .mon-mx-sm-30 {
    margin-right: 1.875rem !important;
  }
  .mon-mb-sm-30,
  .mon-my-sm-30 {
    margin-bottom: 1.875rem !important;
  }
  .mon-ml-sm-30,
  .mon-mx-sm-30 {
    margin-left: 1.875rem !important;
  }
  .mon-m-sm-35 {
    margin: 2.1875rem !important;
  }
  .mon-mt-sm-35,
  .mon-my-sm-35 {
    margin-top: 2.1875rem !important;
  }
  .mon-mr-sm-35,
  .mon-mx-sm-35 {
    margin-right: 2.1875rem !important;
  }
  .mon-mb-sm-35,
  .mon-my-sm-35 {
    margin-bottom: 2.1875rem !important;
  }
  .mon-ml-sm-35,
  .mon-mx-sm-35 {
    margin-left: 2.1875rem !important;
  }
  .mon-m-sm-40 {
    margin: 2.5rem !important;
  }
  .mon-mt-sm-40,
  .mon-my-sm-40 {
    margin-top: 2.5rem !important;
  }
  .mon-mr-sm-40,
  .mon-mx-sm-40 {
    margin-right: 2.5rem !important;
  }
  .mon-mb-sm-40,
  .mon-my-sm-40 {
    margin-bottom: 2.5rem !important;
  }
  .mon-ml-sm-40,
  .mon-mx-sm-40 {
    margin-left: 2.5rem !important;
  }
  .mon-m-sm-45 {
    margin: 2.8125rem !important;
  }
  .mon-mt-sm-45,
  .mon-my-sm-45 {
    margin-top: 2.8125rem !important;
  }
  .mon-mr-sm-45,
  .mon-mx-sm-45 {
    margin-right: 2.8125rem !important;
  }
  .mon-mb-sm-45,
  .mon-my-sm-45 {
    margin-bottom: 2.8125rem !important;
  }
  .mon-ml-sm-45,
  .mon-mx-sm-45 {
    margin-left: 2.8125rem !important;
  }
  .mon-m-sm-50 {
    margin: 3.125rem !important;
  }
  .mon-mt-sm-50,
  .mon-my-sm-50 {
    margin-top: 3.125rem !important;
  }
  .mon-mr-sm-50,
  .mon-mx-sm-50 {
    margin-right: 3.125rem !important;
  }
  .mon-mb-sm-50,
  .mon-my-sm-50 {
    margin-bottom: 3.125rem !important;
  }
  .mon-ml-sm-50,
  .mon-mx-sm-50 {
    margin-left: 3.125rem !important;
  }
  .mon-p-sm-0 {
    padding: 0rem !important;
  }
  .mon-pt-sm-0,
  .mon-py-sm-0 {
    padding-top: 0rem !important;
  }
  .mon-pr-sm-0,
  .mon-px-sm-0 {
    padding-right: 0rem !important;
  }
  .mon-pb-sm-0,
  .mon-py-sm-0 {
    padding-bottom: 0rem !important;
  }
  .mon-pl-sm-0,
  .mon-px-sm-0 {
    padding-left: 0rem !important;
  }
  .mon-p-sm-5 {
    padding: 0.3125rem !important;
  }
  .mon-pt-sm-5,
  .mon-py-sm-5 {
    padding-top: 0.3125rem !important;
  }
  .mon-pr-sm-5,
  .mon-px-sm-5 {
    padding-right: 0.3125rem !important;
  }
  .mon-pb-sm-5,
  .mon-py-sm-5 {
    padding-bottom: 0.3125rem !important;
  }
  .mon-pl-sm-5,
  .mon-px-sm-5 {
    padding-left: 0.3125rem !important;
  }
  .mon-p-sm-10 {
    padding: 0.625rem !important;
  }
  .mon-pt-sm-10,
  .mon-py-sm-10 {
    padding-top: 0.625rem !important;
  }
  .mon-pr-sm-10,
  .mon-px-sm-10 {
    padding-right: 0.625rem !important;
  }
  .mon-pb-sm-10,
  .mon-py-sm-10 {
    padding-bottom: 0.625rem !important;
  }
  .mon-pl-sm-10,
  .mon-px-sm-10 {
    padding-left: 0.625rem !important;
  }
  .mon-p-sm-15 {
    padding: 0.9375rem !important;
  }
  .mon-pt-sm-15,
  .mon-py-sm-15 {
    padding-top: 0.9375rem !important;
  }
  .mon-pr-sm-15,
  .mon-px-sm-15 {
    padding-right: 0.9375rem !important;
  }
  .mon-pb-sm-15,
  .mon-py-sm-15 {
    padding-bottom: 0.9375rem !important;
  }
  .mon-pl-sm-15,
  .mon-px-sm-15 {
    padding-left: 0.9375rem !important;
  }
  .mon-p-sm-20 {
    padding: 1.25rem !important;
  }
  .mon-pt-sm-20,
  .mon-py-sm-20 {
    padding-top: 1.25rem !important;
  }
  .mon-pr-sm-20,
  .mon-px-sm-20 {
    padding-right: 1.25rem !important;
  }
  .mon-pb-sm-20,
  .mon-py-sm-20 {
    padding-bottom: 1.25rem !important;
  }
  .mon-pl-sm-20,
  .mon-px-sm-20 {
    padding-left: 1.25rem !important;
  }
  .mon-p-sm-25 {
    padding: 1.5625rem !important;
  }
  .mon-pt-sm-25,
  .mon-py-sm-25 {
    padding-top: 1.5625rem !important;
  }
  .mon-pr-sm-25,
  .mon-px-sm-25 {
    padding-right: 1.5625rem !important;
  }
  .mon-pb-sm-25,
  .mon-py-sm-25 {
    padding-bottom: 1.5625rem !important;
  }
  .mon-pl-sm-25,
  .mon-px-sm-25 {
    padding-left: 1.5625rem !important;
  }
  .mon-p-sm-30 {
    padding: 1.875rem !important;
  }
  .mon-pt-sm-30,
  .mon-py-sm-30 {
    padding-top: 1.875rem !important;
  }
  .mon-pr-sm-30,
  .mon-px-sm-30 {
    padding-right: 1.875rem !important;
  }
  .mon-pb-sm-30,
  .mon-py-sm-30 {
    padding-bottom: 1.875rem !important;
  }
  .mon-pl-sm-30,
  .mon-px-sm-30 {
    padding-left: 1.875rem !important;
  }
  .mon-p-sm-35 {
    padding: 2.1875rem !important;
  }
  .mon-pt-sm-35,
  .mon-py-sm-35 {
    padding-top: 2.1875rem !important;
  }
  .mon-pr-sm-35,
  .mon-px-sm-35 {
    padding-right: 2.1875rem !important;
  }
  .mon-pb-sm-35,
  .mon-py-sm-35 {
    padding-bottom: 2.1875rem !important;
  }
  .mon-pl-sm-35,
  .mon-px-sm-35 {
    padding-left: 2.1875rem !important;
  }
  .mon-p-sm-40 {
    padding: 2.5rem !important;
  }
  .mon-pt-sm-40,
  .mon-py-sm-40 {
    padding-top: 2.5rem !important;
  }
  .mon-pr-sm-40,
  .mon-px-sm-40 {
    padding-right: 2.5rem !important;
  }
  .mon-pb-sm-40,
  .mon-py-sm-40 {
    padding-bottom: 2.5rem !important;
  }
  .mon-pl-sm-40,
  .mon-px-sm-40 {
    padding-left: 2.5rem !important;
  }
  .mon-p-sm-45 {
    padding: 2.8125rem !important;
  }
  .mon-pt-sm-45,
  .mon-py-sm-45 {
    padding-top: 2.8125rem !important;
  }
  .mon-pr-sm-45,
  .mon-px-sm-45 {
    padding-right: 2.8125rem !important;
  }
  .mon-pb-sm-45,
  .mon-py-sm-45 {
    padding-bottom: 2.8125rem !important;
  }
  .mon-pl-sm-45,
  .mon-px-sm-45 {
    padding-left: 2.8125rem !important;
  }
  .mon-p-sm-50 {
    padding: 3.125rem !important;
  }
  .mon-pt-sm-50,
  .mon-py-sm-50 {
    padding-top: 3.125rem !important;
  }
  .mon-pr-sm-50,
  .mon-px-sm-50 {
    padding-right: 3.125rem !important;
  }
  .mon-pb-sm-50,
  .mon-py-sm-50 {
    padding-bottom: 3.125rem !important;
  }
  .mon-pl-sm-50,
  .mon-px-sm-50 {
    padding-left: 3.125rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .mon-m-md-0 {
    margin: 0rem !important;
  }
  .mon-mt-md-0,
  .mon-my-md-0 {
    margin-top: 0rem !important;
  }
  .mon-mr-md-0,
  .mon-mx-md-0 {
    margin-right: 0rem !important;
  }
  .mon-mb-md-0,
  .mon-my-md-0 {
    margin-bottom: 0rem !important;
  }
  .mon-ml-md-0,
  .mon-mx-md-0 {
    margin-left: 0rem !important;
  }
  .mon-m-md-5 {
    margin: 0.3125rem !important;
  }
  .mon-mt-md-5,
  .mon-my-md-5 {
    margin-top: 0.3125rem !important;
  }
  .mon-mr-md-5,
  .mon-mx-md-5 {
    margin-right: 0.3125rem !important;
  }
  .mon-mb-md-5,
  .mon-my-md-5 {
    margin-bottom: 0.3125rem !important;
  }
  .mon-ml-md-5,
  .mon-mx-md-5 {
    margin-left: 0.3125rem !important;
  }
  .mon-m-md-10 {
    margin: 0.625rem !important;
  }
  .mon-mt-md-10,
  .mon-my-md-10 {
    margin-top: 0.625rem !important;
  }
  .mon-mr-md-10,
  .mon-mx-md-10 {
    margin-right: 0.625rem !important;
  }
  .mon-mb-md-10,
  .mon-my-md-10 {
    margin-bottom: 0.625rem !important;
  }
  .mon-ml-md-10,
  .mon-mx-md-10 {
    margin-left: 0.625rem !important;
  }
  .mon-m-md-15 {
    margin: 0.9375rem !important;
  }
  .mon-mt-md-15,
  .mon-my-md-15 {
    margin-top: 0.9375rem !important;
  }
  .mon-mr-md-15,
  .mon-mx-md-15 {
    margin-right: 0.9375rem !important;
  }
  .mon-mb-md-15,
  .mon-my-md-15 {
    margin-bottom: 0.9375rem !important;
  }
  .mon-ml-md-15,
  .mon-mx-md-15 {
    margin-left: 0.9375rem !important;
  }
  .mon-m-md-20 {
    margin: 1.25rem !important;
  }
  .mon-mt-md-20,
  .mon-my-md-20 {
    margin-top: 1.25rem !important;
  }
  .mon-mr-md-20,
  .mon-mx-md-20 {
    margin-right: 1.25rem !important;
  }
  .mon-mb-md-20,
  .mon-my-md-20 {
    margin-bottom: 1.25rem !important;
  }
  .mon-ml-md-20,
  .mon-mx-md-20 {
    margin-left: 1.25rem !important;
  }
  .mon-m-md-25 {
    margin: 1.5625rem !important;
  }
  .mon-mt-md-25,
  .mon-my-md-25 {
    margin-top: 1.5625rem !important;
  }
  .mon-mr-md-25,
  .mon-mx-md-25 {
    margin-right: 1.5625rem !important;
  }
  .mon-mb-md-25,
  .mon-my-md-25 {
    margin-bottom: 1.5625rem !important;
  }
  .mon-ml-md-25,
  .mon-mx-md-25 {
    margin-left: 1.5625rem !important;
  }
  .mon-m-md-30 {
    margin: 1.875rem !important;
  }
  .mon-mt-md-30,
  .mon-my-md-30 {
    margin-top: 1.875rem !important;
  }
  .mon-mr-md-30,
  .mon-mx-md-30 {
    margin-right: 1.875rem !important;
  }
  .mon-mb-md-30,
  .mon-my-md-30 {
    margin-bottom: 1.875rem !important;
  }
  .mon-ml-md-30,
  .mon-mx-md-30 {
    margin-left: 1.875rem !important;
  }
  .mon-m-md-35 {
    margin: 2.1875rem !important;
  }
  .mon-mt-md-35,
  .mon-my-md-35 {
    margin-top: 2.1875rem !important;
  }
  .mon-mr-md-35,
  .mon-mx-md-35 {
    margin-right: 2.1875rem !important;
  }
  .mon-mb-md-35,
  .mon-my-md-35 {
    margin-bottom: 2.1875rem !important;
  }
  .mon-ml-md-35,
  .mon-mx-md-35 {
    margin-left: 2.1875rem !important;
  }
  .mon-m-md-40 {
    margin: 2.5rem !important;
  }
  .mon-mt-md-40,
  .mon-my-md-40 {
    margin-top: 2.5rem !important;
  }
  .mon-mr-md-40,
  .mon-mx-md-40 {
    margin-right: 2.5rem !important;
  }
  .mon-mb-md-40,
  .mon-my-md-40 {
    margin-bottom: 2.5rem !important;
  }
  .mon-ml-md-40,
  .mon-mx-md-40 {
    margin-left: 2.5rem !important;
  }
  .mon-m-md-45 {
    margin: 2.8125rem !important;
  }
  .mon-mt-md-45,
  .mon-my-md-45 {
    margin-top: 2.8125rem !important;
  }
  .mon-mr-md-45,
  .mon-mx-md-45 {
    margin-right: 2.8125rem !important;
  }
  .mon-mb-md-45,
  .mon-my-md-45 {
    margin-bottom: 2.8125rem !important;
  }
  .mon-ml-md-45,
  .mon-mx-md-45 {
    margin-left: 2.8125rem !important;
  }
  .mon-m-md-50 {
    margin: 3.125rem !important;
  }
  .mon-mt-md-50,
  .mon-my-md-50 {
    margin-top: 3.125rem !important;
  }
  .mon-mr-md-50,
  .mon-mx-md-50 {
    margin-right: 3.125rem !important;
  }
  .mon-mb-md-50,
  .mon-my-md-50 {
    margin-bottom: 3.125rem !important;
  }
  .mon-ml-md-50,
  .mon-mx-md-50 {
    margin-left: 3.125rem !important;
  }
  .mon-p-md-0 {
    padding: 0rem !important;
  }
  .mon-pt-md-0,
  .mon-py-md-0 {
    padding-top: 0rem !important;
  }
  .mon-pr-md-0,
  .mon-px-md-0 {
    padding-right: 0rem !important;
  }
  .mon-pb-md-0,
  .mon-py-md-0 {
    padding-bottom: 0rem !important;
  }
  .mon-pl-md-0,
  .mon-px-md-0 {
    padding-left: 0rem !important;
  }
  .mon-p-md-5 {
    padding: 0.3125rem !important;
  }
  .mon-pt-md-5,
  .mon-py-md-5 {
    padding-top: 0.3125rem !important;
  }
  .mon-pr-md-5,
  .mon-px-md-5 {
    padding-right: 0.3125rem !important;
  }
  .mon-pb-md-5,
  .mon-py-md-5 {
    padding-bottom: 0.3125rem !important;
  }
  .mon-pl-md-5,
  .mon-px-md-5 {
    padding-left: 0.3125rem !important;
  }
  .mon-p-md-10 {
    padding: 0.625rem !important;
  }
  .mon-pt-md-10,
  .mon-py-md-10 {
    padding-top: 0.625rem !important;
  }
  .mon-pr-md-10,
  .mon-px-md-10 {
    padding-right: 0.625rem !important;
  }
  .mon-pb-md-10,
  .mon-py-md-10 {
    padding-bottom: 0.625rem !important;
  }
  .mon-pl-md-10,
  .mon-px-md-10 {
    padding-left: 0.625rem !important;
  }
  .mon-p-md-15 {
    padding: 0.9375rem !important;
  }
  .mon-pt-md-15,
  .mon-py-md-15 {
    padding-top: 0.9375rem !important;
  }
  .mon-pr-md-15,
  .mon-px-md-15 {
    padding-right: 0.9375rem !important;
  }
  .mon-pb-md-15,
  .mon-py-md-15 {
    padding-bottom: 0.9375rem !important;
  }
  .mon-pl-md-15,
  .mon-px-md-15 {
    padding-left: 0.9375rem !important;
  }
  .mon-p-md-20 {
    padding: 1.25rem !important;
  }
  .mon-pt-md-20,
  .mon-py-md-20 {
    padding-top: 1.25rem !important;
  }
  .mon-pr-md-20,
  .mon-px-md-20 {
    padding-right: 1.25rem !important;
  }
  .mon-pb-md-20,
  .mon-py-md-20 {
    padding-bottom: 1.25rem !important;
  }
  .mon-pl-md-20,
  .mon-px-md-20 {
    padding-left: 1.25rem !important;
  }
  .mon-p-md-25 {
    padding: 1.5625rem !important;
  }
  .mon-pt-md-25,
  .mon-py-md-25 {
    padding-top: 1.5625rem !important;
  }
  .mon-pr-md-25,
  .mon-px-md-25 {
    padding-right: 1.5625rem !important;
  }
  .mon-pb-md-25,
  .mon-py-md-25 {
    padding-bottom: 1.5625rem !important;
  }
  .mon-pl-md-25,
  .mon-px-md-25 {
    padding-left: 1.5625rem !important;
  }
  .mon-p-md-30 {
    padding: 1.875rem !important;
  }
  .mon-pt-md-30,
  .mon-py-md-30 {
    padding-top: 1.875rem !important;
  }
  .mon-pr-md-30,
  .mon-px-md-30 {
    padding-right: 1.875rem !important;
  }
  .mon-pb-md-30,
  .mon-py-md-30 {
    padding-bottom: 1.875rem !important;
  }
  .mon-pl-md-30,
  .mon-px-md-30 {
    padding-left: 1.875rem !important;
  }
  .mon-p-md-35 {
    padding: 2.1875rem !important;
  }
  .mon-pt-md-35,
  .mon-py-md-35 {
    padding-top: 2.1875rem !important;
  }
  .mon-pr-md-35,
  .mon-px-md-35 {
    padding-right: 2.1875rem !important;
  }
  .mon-pb-md-35,
  .mon-py-md-35 {
    padding-bottom: 2.1875rem !important;
  }
  .mon-pl-md-35,
  .mon-px-md-35 {
    padding-left: 2.1875rem !important;
  }
  .mon-p-md-40 {
    padding: 2.5rem !important;
  }
  .mon-pt-md-40,
  .mon-py-md-40 {
    padding-top: 2.5rem !important;
  }
  .mon-pr-md-40,
  .mon-px-md-40 {
    padding-right: 2.5rem !important;
  }
  .mon-pb-md-40,
  .mon-py-md-40 {
    padding-bottom: 2.5rem !important;
  }
  .mon-pl-md-40,
  .mon-px-md-40 {
    padding-left: 2.5rem !important;
  }
  .mon-p-md-45 {
    padding: 2.8125rem !important;
  }
  .mon-pt-md-45,
  .mon-py-md-45 {
    padding-top: 2.8125rem !important;
  }
  .mon-pr-md-45,
  .mon-px-md-45 {
    padding-right: 2.8125rem !important;
  }
  .mon-pb-md-45,
  .mon-py-md-45 {
    padding-bottom: 2.8125rem !important;
  }
  .mon-pl-md-45,
  .mon-px-md-45 {
    padding-left: 2.8125rem !important;
  }
  .mon-p-md-50 {
    padding: 3.125rem !important;
  }
  .mon-pt-md-50,
  .mon-py-md-50 {
    padding-top: 3.125rem !important;
  }
  .mon-pr-md-50,
  .mon-px-md-50 {
    padding-right: 3.125rem !important;
  }
  .mon-pb-md-50,
  .mon-py-md-50 {
    padding-bottom: 3.125rem !important;
  }
  .mon-pl-md-50,
  .mon-px-md-50 {
    padding-left: 3.125rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .mon-m-lg-0 {
    margin: 0rem !important;
  }
  .mon-mt-lg-0,
  .mon-my-lg-0 {
    margin-top: 0rem !important;
  }
  .mon-mr-lg-0,
  .mon-mx-lg-0 {
    margin-right: 0rem !important;
  }
  .mon-mb-lg-0,
  .mon-my-lg-0 {
    margin-bottom: 0rem !important;
  }
  .mon-ml-lg-0,
  .mon-mx-lg-0 {
    margin-left: 0rem !important;
  }
  .mon-m-lg-5 {
    margin: 0.3125rem !important;
  }
  .mon-mt-lg-5,
  .mon-my-lg-5 {
    margin-top: 0.3125rem !important;
  }
  .mon-mr-lg-5,
  .mon-mx-lg-5 {
    margin-right: 0.3125rem !important;
  }
  .mon-mb-lg-5,
  .mon-my-lg-5 {
    margin-bottom: 0.3125rem !important;
  }
  .mon-ml-lg-5,
  .mon-mx-lg-5 {
    margin-left: 0.3125rem !important;
  }
  .mon-m-lg-10 {
    margin: 0.625rem !important;
  }
  .mon-mt-lg-10,
  .mon-my-lg-10 {
    margin-top: 0.625rem !important;
  }
  .mon-mr-lg-10,
  .mon-mx-lg-10 {
    margin-right: 0.625rem !important;
  }
  .mon-mb-lg-10,
  .mon-my-lg-10 {
    margin-bottom: 0.625rem !important;
  }
  .mon-ml-lg-10,
  .mon-mx-lg-10 {
    margin-left: 0.625rem !important;
  }
  .mon-m-lg-15 {
    margin: 0.9375rem !important;
  }
  .mon-mt-lg-15,
  .mon-my-lg-15 {
    margin-top: 0.9375rem !important;
  }
  .mon-mr-lg-15,
  .mon-mx-lg-15 {
    margin-right: 0.9375rem !important;
  }
  .mon-mb-lg-15,
  .mon-my-lg-15 {
    margin-bottom: 0.9375rem !important;
  }
  .mon-ml-lg-15,
  .mon-mx-lg-15 {
    margin-left: 0.9375rem !important;
  }
  .mon-m-lg-20 {
    margin: 1.25rem !important;
  }
  .mon-mt-lg-20,
  .mon-my-lg-20 {
    margin-top: 1.25rem !important;
  }
  .mon-mr-lg-20,
  .mon-mx-lg-20 {
    margin-right: 1.25rem !important;
  }
  .mon-mb-lg-20,
  .mon-my-lg-20 {
    margin-bottom: 1.25rem !important;
  }
  .mon-ml-lg-20,
  .mon-mx-lg-20 {
    margin-left: 1.25rem !important;
  }
  .mon-m-lg-25 {
    margin: 1.5625rem !important;
  }
  .mon-mt-lg-25,
  .mon-my-lg-25 {
    margin-top: 1.5625rem !important;
  }
  .mon-mr-lg-25,
  .mon-mx-lg-25 {
    margin-right: 1.5625rem !important;
  }
  .mon-mb-lg-25,
  .mon-my-lg-25 {
    margin-bottom: 1.5625rem !important;
  }
  .mon-ml-lg-25,
  .mon-mx-lg-25 {
    margin-left: 1.5625rem !important;
  }
  .mon-m-lg-30 {
    margin: 1.875rem !important;
  }
  .mon-mt-lg-30,
  .mon-my-lg-30 {
    margin-top: 1.875rem !important;
  }
  .mon-mr-lg-30,
  .mon-mx-lg-30 {
    margin-right: 1.875rem !important;
  }
  .mon-mb-lg-30,
  .mon-my-lg-30 {
    margin-bottom: 1.875rem !important;
  }
  .mon-ml-lg-30,
  .mon-mx-lg-30 {
    margin-left: 1.875rem !important;
  }
  .mon-m-lg-35 {
    margin: 2.1875rem !important;
  }
  .mon-mt-lg-35,
  .mon-my-lg-35 {
    margin-top: 2.1875rem !important;
  }
  .mon-mr-lg-35,
  .mon-mx-lg-35 {
    margin-right: 2.1875rem !important;
  }
  .mon-mb-lg-35,
  .mon-my-lg-35 {
    margin-bottom: 2.1875rem !important;
  }
  .mon-ml-lg-35,
  .mon-mx-lg-35 {
    margin-left: 2.1875rem !important;
  }
  .mon-m-lg-40 {
    margin: 2.5rem !important;
  }
  .mon-mt-lg-40,
  .mon-my-lg-40 {
    margin-top: 2.5rem !important;
  }
  .mon-mr-lg-40,
  .mon-mx-lg-40 {
    margin-right: 2.5rem !important;
  }
  .mon-mb-lg-40,
  .mon-my-lg-40 {
    margin-bottom: 2.5rem !important;
  }
  .mon-ml-lg-40,
  .mon-mx-lg-40 {
    margin-left: 2.5rem !important;
  }
  .mon-m-lg-45 {
    margin: 2.8125rem !important;
  }
  .mon-mt-lg-45,
  .mon-my-lg-45 {
    margin-top: 2.8125rem !important;
  }
  .mon-mr-lg-45,
  .mon-mx-lg-45 {
    margin-right: 2.8125rem !important;
  }
  .mon-mb-lg-45,
  .mon-my-lg-45 {
    margin-bottom: 2.8125rem !important;
  }
  .mon-ml-lg-45,
  .mon-mx-lg-45 {
    margin-left: 2.8125rem !important;
  }
  .mon-m-lg-50 {
    margin: 3.125rem !important;
  }
  .mon-mt-lg-50,
  .mon-my-lg-50 {
    margin-top: 3.125rem !important;
  }
  .mon-mr-lg-50,
  .mon-mx-lg-50 {
    margin-right: 3.125rem !important;
  }
  .mon-mb-lg-50,
  .mon-my-lg-50 {
    margin-bottom: 3.125rem !important;
  }
  .mon-ml-lg-50,
  .mon-mx-lg-50 {
    margin-left: 3.125rem !important;
  }
  .mon-p-lg-0 {
    padding: 0rem !important;
  }
  .mon-pt-lg-0,
  .mon-py-lg-0 {
    padding-top: 0rem !important;
  }
  .mon-pr-lg-0,
  .mon-px-lg-0 {
    padding-right: 0rem !important;
  }
  .mon-pb-lg-0,
  .mon-py-lg-0 {
    padding-bottom: 0rem !important;
  }
  .mon-pl-lg-0,
  .mon-px-lg-0 {
    padding-left: 0rem !important;
  }
  .mon-p-lg-5 {
    padding: 0.3125rem !important;
  }
  .mon-pt-lg-5,
  .mon-py-lg-5 {
    padding-top: 0.3125rem !important;
  }
  .mon-pr-lg-5,
  .mon-px-lg-5 {
    padding-right: 0.3125rem !important;
  }
  .mon-pb-lg-5,
  .mon-py-lg-5 {
    padding-bottom: 0.3125rem !important;
  }
  .mon-pl-lg-5,
  .mon-px-lg-5 {
    padding-left: 0.3125rem !important;
  }
  .mon-p-lg-10 {
    padding: 0.625rem !important;
  }
  .mon-pt-lg-10,
  .mon-py-lg-10 {
    padding-top: 0.625rem !important;
  }
  .mon-pr-lg-10,
  .mon-px-lg-10 {
    padding-right: 0.625rem !important;
  }
  .mon-pb-lg-10,
  .mon-py-lg-10 {
    padding-bottom: 0.625rem !important;
  }
  .mon-pl-lg-10,
  .mon-px-lg-10 {
    padding-left: 0.625rem !important;
  }
  .mon-p-lg-15 {
    padding: 0.9375rem !important;
  }
  .mon-pt-lg-15,
  .mon-py-lg-15 {
    padding-top: 0.9375rem !important;
  }
  .mon-pr-lg-15,
  .mon-px-lg-15 {
    padding-right: 0.9375rem !important;
  }
  .mon-pb-lg-15,
  .mon-py-lg-15 {
    padding-bottom: 0.9375rem !important;
  }
  .mon-pl-lg-15,
  .mon-px-lg-15 {
    padding-left: 0.9375rem !important;
  }
  .mon-p-lg-20 {
    padding: 1.25rem !important;
  }
  .mon-pt-lg-20,
  .mon-py-lg-20 {
    padding-top: 1.25rem !important;
  }
  .mon-pr-lg-20,
  .mon-px-lg-20 {
    padding-right: 1.25rem !important;
  }
  .mon-pb-lg-20,
  .mon-py-lg-20 {
    padding-bottom: 1.25rem !important;
  }
  .mon-pl-lg-20,
  .mon-px-lg-20 {
    padding-left: 1.25rem !important;
  }
  .mon-p-lg-25 {
    padding: 1.5625rem !important;
  }
  .mon-pt-lg-25,
  .mon-py-lg-25 {
    padding-top: 1.5625rem !important;
  }
  .mon-pr-lg-25,
  .mon-px-lg-25 {
    padding-right: 1.5625rem !important;
  }
  .mon-pb-lg-25,
  .mon-py-lg-25 {
    padding-bottom: 1.5625rem !important;
  }
  .mon-pl-lg-25,
  .mon-px-lg-25 {
    padding-left: 1.5625rem !important;
  }
  .mon-p-lg-30 {
    padding: 1.875rem !important;
  }
  .mon-pt-lg-30,
  .mon-py-lg-30 {
    padding-top: 1.875rem !important;
  }
  .mon-pr-lg-30,
  .mon-px-lg-30 {
    padding-right: 1.875rem !important;
  }
  .mon-pb-lg-30,
  .mon-py-lg-30 {
    padding-bottom: 1.875rem !important;
  }
  .mon-pl-lg-30,
  .mon-px-lg-30 {
    padding-left: 1.875rem !important;
  }
  .mon-p-lg-35 {
    padding: 2.1875rem !important;
  }
  .mon-pt-lg-35,
  .mon-py-lg-35 {
    padding-top: 2.1875rem !important;
  }
  .mon-pr-lg-35,
  .mon-px-lg-35 {
    padding-right: 2.1875rem !important;
  }
  .mon-pb-lg-35,
  .mon-py-lg-35 {
    padding-bottom: 2.1875rem !important;
  }
  .mon-pl-lg-35,
  .mon-px-lg-35 {
    padding-left: 2.1875rem !important;
  }
  .mon-p-lg-40 {
    padding: 2.5rem !important;
  }
  .mon-pt-lg-40,
  .mon-py-lg-40 {
    padding-top: 2.5rem !important;
  }
  .mon-pr-lg-40,
  .mon-px-lg-40 {
    padding-right: 2.5rem !important;
  }
  .mon-pb-lg-40,
  .mon-py-lg-40 {
    padding-bottom: 2.5rem !important;
  }
  .mon-pl-lg-40,
  .mon-px-lg-40 {
    padding-left: 2.5rem !important;
  }
  .mon-p-lg-45 {
    padding: 2.8125rem !important;
  }
  .mon-pt-lg-45,
  .mon-py-lg-45 {
    padding-top: 2.8125rem !important;
  }
  .mon-pr-lg-45,
  .mon-px-lg-45 {
    padding-right: 2.8125rem !important;
  }
  .mon-pb-lg-45,
  .mon-py-lg-45 {
    padding-bottom: 2.8125rem !important;
  }
  .mon-pl-lg-45,
  .mon-px-lg-45 {
    padding-left: 2.8125rem !important;
  }
  .mon-p-lg-50 {
    padding: 3.125rem !important;
  }
  .mon-pt-lg-50,
  .mon-py-lg-50 {
    padding-top: 3.125rem !important;
  }
  .mon-pr-lg-50,
  .mon-px-lg-50 {
    padding-right: 3.125rem !important;
  }
  .mon-pb-lg-50,
  .mon-py-lg-50 {
    padding-bottom: 3.125rem !important;
  }
  .mon-pl-lg-50,
  .mon-px-lg-50 {
    padding-left: 3.125rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .mon-m-xl-0 {
    margin: 0rem !important;
  }
  .mon-mt-xl-0,
  .mon-my-xl-0 {
    margin-top: 0rem !important;
  }
  .mon-mr-xl-0,
  .mon-mx-xl-0 {
    margin-right: 0rem !important;
  }
  .mon-mb-xl-0,
  .mon-my-xl-0 {
    margin-bottom: 0rem !important;
  }
  .mon-ml-xl-0,
  .mon-mx-xl-0 {
    margin-left: 0rem !important;
  }
  .mon-m-xl-5 {
    margin: 0.3125rem !important;
  }
  .mon-mt-xl-5,
  .mon-my-xl-5 {
    margin-top: 0.3125rem !important;
  }
  .mon-mr-xl-5,
  .mon-mx-xl-5 {
    margin-right: 0.3125rem !important;
  }
  .mon-mb-xl-5,
  .mon-my-xl-5 {
    margin-bottom: 0.3125rem !important;
  }
  .mon-ml-xl-5,
  .mon-mx-xl-5 {
    margin-left: 0.3125rem !important;
  }
  .mon-m-xl-10 {
    margin: 0.625rem !important;
  }
  .mon-mt-xl-10,
  .mon-my-xl-10 {
    margin-top: 0.625rem !important;
  }
  .mon-mr-xl-10,
  .mon-mx-xl-10 {
    margin-right: 0.625rem !important;
  }
  .mon-mb-xl-10,
  .mon-my-xl-10 {
    margin-bottom: 0.625rem !important;
  }
  .mon-ml-xl-10,
  .mon-mx-xl-10 {
    margin-left: 0.625rem !important;
  }
  .mon-m-xl-15 {
    margin: 0.9375rem !important;
  }
  .mon-mt-xl-15,
  .mon-my-xl-15 {
    margin-top: 0.9375rem !important;
  }
  .mon-mr-xl-15,
  .mon-mx-xl-15 {
    margin-right: 0.9375rem !important;
  }
  .mon-mb-xl-15,
  .mon-my-xl-15 {
    margin-bottom: 0.9375rem !important;
  }
  .mon-ml-xl-15,
  .mon-mx-xl-15 {
    margin-left: 0.9375rem !important;
  }
  .mon-m-xl-20 {
    margin: 1.25rem !important;
  }
  .mon-mt-xl-20,
  .mon-my-xl-20 {
    margin-top: 1.25rem !important;
  }
  .mon-mr-xl-20,
  .mon-mx-xl-20 {
    margin-right: 1.25rem !important;
  }
  .mon-mb-xl-20,
  .mon-my-xl-20 {
    margin-bottom: 1.25rem !important;
  }
  .mon-ml-xl-20,
  .mon-mx-xl-20 {
    margin-left: 1.25rem !important;
  }
  .mon-m-xl-25 {
    margin: 1.5625rem !important;
  }
  .mon-mt-xl-25,
  .mon-my-xl-25 {
    margin-top: 1.5625rem !important;
  }
  .mon-mr-xl-25,
  .mon-mx-xl-25 {
    margin-right: 1.5625rem !important;
  }
  .mon-mb-xl-25,
  .mon-my-xl-25 {
    margin-bottom: 1.5625rem !important;
  }
  .mon-ml-xl-25,
  .mon-mx-xl-25 {
    margin-left: 1.5625rem !important;
  }
  .mon-m-xl-30 {
    margin: 1.875rem !important;
  }
  .mon-mt-xl-30,
  .mon-my-xl-30 {
    margin-top: 1.875rem !important;
  }
  .mon-mr-xl-30,
  .mon-mx-xl-30 {
    margin-right: 1.875rem !important;
  }
  .mon-mb-xl-30,
  .mon-my-xl-30 {
    margin-bottom: 1.875rem !important;
  }
  .mon-ml-xl-30,
  .mon-mx-xl-30 {
    margin-left: 1.875rem !important;
  }
  .mon-m-xl-35 {
    margin: 2.1875rem !important;
  }
  .mon-mt-xl-35,
  .mon-my-xl-35 {
    margin-top: 2.1875rem !important;
  }
  .mon-mr-xl-35,
  .mon-mx-xl-35 {
    margin-right: 2.1875rem !important;
  }
  .mon-mb-xl-35,
  .mon-my-xl-35 {
    margin-bottom: 2.1875rem !important;
  }
  .mon-ml-xl-35,
  .mon-mx-xl-35 {
    margin-left: 2.1875rem !important;
  }
  .mon-m-xl-40 {
    margin: 2.5rem !important;
  }
  .mon-mt-xl-40,
  .mon-my-xl-40 {
    margin-top: 2.5rem !important;
  }
  .mon-mr-xl-40,
  .mon-mx-xl-40 {
    margin-right: 2.5rem !important;
  }
  .mon-mb-xl-40,
  .mon-my-xl-40 {
    margin-bottom: 2.5rem !important;
  }
  .mon-ml-xl-40,
  .mon-mx-xl-40 {
    margin-left: 2.5rem !important;
  }
  .mon-m-xl-45 {
    margin: 2.8125rem !important;
  }
  .mon-mt-xl-45,
  .mon-my-xl-45 {
    margin-top: 2.8125rem !important;
  }
  .mon-mr-xl-45,
  .mon-mx-xl-45 {
    margin-right: 2.8125rem !important;
  }
  .mon-mb-xl-45,
  .mon-my-xl-45 {
    margin-bottom: 2.8125rem !important;
  }
  .mon-ml-xl-45,
  .mon-mx-xl-45 {
    margin-left: 2.8125rem !important;
  }
  .mon-m-xl-50 {
    margin: 3.125rem !important;
  }
  .mon-mt-xl-50,
  .mon-my-xl-50 {
    margin-top: 3.125rem !important;
  }
  .mon-mr-xl-50,
  .mon-mx-xl-50 {
    margin-right: 3.125rem !important;
  }
  .mon-mb-xl-50,
  .mon-my-xl-50 {
    margin-bottom: 3.125rem !important;
  }
  .mon-ml-xl-50,
  .mon-mx-xl-50 {
    margin-left: 3.125rem !important;
  }
  .mon-p-xl-0 {
    padding: 0rem !important;
  }
  .mon-pt-xl-0,
  .mon-py-xl-0 {
    padding-top: 0rem !important;
  }
  .mon-pr-xl-0,
  .mon-px-xl-0 {
    padding-right: 0rem !important;
  }
  .mon-pb-xl-0,
  .mon-py-xl-0 {
    padding-bottom: 0rem !important;
  }
  .mon-pl-xl-0,
  .mon-px-xl-0 {
    padding-left: 0rem !important;
  }
  .mon-p-xl-5 {
    padding: 0.3125rem !important;
  }
  .mon-pt-xl-5,
  .mon-py-xl-5 {
    padding-top: 0.3125rem !important;
  }
  .mon-pr-xl-5,
  .mon-px-xl-5 {
    padding-right: 0.3125rem !important;
  }
  .mon-pb-xl-5,
  .mon-py-xl-5 {
    padding-bottom: 0.3125rem !important;
  }
  .mon-pl-xl-5,
  .mon-px-xl-5 {
    padding-left: 0.3125rem !important;
  }
  .mon-p-xl-10 {
    padding: 0.625rem !important;
  }
  .mon-pt-xl-10,
  .mon-py-xl-10 {
    padding-top: 0.625rem !important;
  }
  .mon-pr-xl-10,
  .mon-px-xl-10 {
    padding-right: 0.625rem !important;
  }
  .mon-pb-xl-10,
  .mon-py-xl-10 {
    padding-bottom: 0.625rem !important;
  }
  .mon-pl-xl-10,
  .mon-px-xl-10 {
    padding-left: 0.625rem !important;
  }
  .mon-p-xl-15 {
    padding: 0.9375rem !important;
  }
  .mon-pt-xl-15,
  .mon-py-xl-15 {
    padding-top: 0.9375rem !important;
  }
  .mon-pr-xl-15,
  .mon-px-xl-15 {
    padding-right: 0.9375rem !important;
  }
  .mon-pb-xl-15,
  .mon-py-xl-15 {
    padding-bottom: 0.9375rem !important;
  }
  .mon-pl-xl-15,
  .mon-px-xl-15 {
    padding-left: 0.9375rem !important;
  }
  .mon-p-xl-20 {
    padding: 1.25rem !important;
  }
  .mon-pt-xl-20,
  .mon-py-xl-20 {
    padding-top: 1.25rem !important;
  }
  .mon-pr-xl-20,
  .mon-px-xl-20 {
    padding-right: 1.25rem !important;
  }
  .mon-pb-xl-20,
  .mon-py-xl-20 {
    padding-bottom: 1.25rem !important;
  }
  .mon-pl-xl-20,
  .mon-px-xl-20 {
    padding-left: 1.25rem !important;
  }
  .mon-p-xl-25 {
    padding: 1.5625rem !important;
  }
  .mon-pt-xl-25,
  .mon-py-xl-25 {
    padding-top: 1.5625rem !important;
  }
  .mon-pr-xl-25,
  .mon-px-xl-25 {
    padding-right: 1.5625rem !important;
  }
  .mon-pb-xl-25,
  .mon-py-xl-25 {
    padding-bottom: 1.5625rem !important;
  }
  .mon-pl-xl-25,
  .mon-px-xl-25 {
    padding-left: 1.5625rem !important;
  }
  .mon-p-xl-30 {
    padding: 1.875rem !important;
  }
  .mon-pt-xl-30,
  .mon-py-xl-30 {
    padding-top: 1.875rem !important;
  }
  .mon-pr-xl-30,
  .mon-px-xl-30 {
    padding-right: 1.875rem !important;
  }
  .mon-pb-xl-30,
  .mon-py-xl-30 {
    padding-bottom: 1.875rem !important;
  }
  .mon-pl-xl-30,
  .mon-px-xl-30 {
    padding-left: 1.875rem !important;
  }
  .mon-p-xl-35 {
    padding: 2.1875rem !important;
  }
  .mon-pt-xl-35,
  .mon-py-xl-35 {
    padding-top: 2.1875rem !important;
  }
  .mon-pr-xl-35,
  .mon-px-xl-35 {
    padding-right: 2.1875rem !important;
  }
  .mon-pb-xl-35,
  .mon-py-xl-35 {
    padding-bottom: 2.1875rem !important;
  }
  .mon-pl-xl-35,
  .mon-px-xl-35 {
    padding-left: 2.1875rem !important;
  }
  .mon-p-xl-40 {
    padding: 2.5rem !important;
  }
  .mon-pt-xl-40,
  .mon-py-xl-40 {
    padding-top: 2.5rem !important;
  }
  .mon-pr-xl-40,
  .mon-px-xl-40 {
    padding-right: 2.5rem !important;
  }
  .mon-pb-xl-40,
  .mon-py-xl-40 {
    padding-bottom: 2.5rem !important;
  }
  .mon-pl-xl-40,
  .mon-px-xl-40 {
    padding-left: 2.5rem !important;
  }
  .mon-p-xl-45 {
    padding: 2.8125rem !important;
  }
  .mon-pt-xl-45,
  .mon-py-xl-45 {
    padding-top: 2.8125rem !important;
  }
  .mon-pr-xl-45,
  .mon-px-xl-45 {
    padding-right: 2.8125rem !important;
  }
  .mon-pb-xl-45,
  .mon-py-xl-45 {
    padding-bottom: 2.8125rem !important;
  }
  .mon-pl-xl-45,
  .mon-px-xl-45 {
    padding-left: 2.8125rem !important;
  }
  .mon-p-xl-50 {
    padding: 3.125rem !important;
  }
  .mon-pt-xl-50,
  .mon-py-xl-50 {
    padding-top: 3.125rem !important;
  }
  .mon-pr-xl-50,
  .mon-px-xl-50 {
    padding-right: 3.125rem !important;
  }
  .mon-pb-xl-50,
  .mon-py-xl-50 {
    padding-bottom: 3.125rem !important;
  }
  .mon-pl-xl-50,
  .mon-px-xl-50 {
    padding-left: 3.125rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

.filter-wrapper {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  padding-left: 1.25rem;
  font-size: 0.875rem;
}
.filter-wrapper .filter-sub-wrapper {
  outline: none;
  font-size: 0.8125rem;
}
.filter-wrapper .filter-sub-wrapper .mat-form-field {
  padding: 0 0.625rem 0 0;
  display: inline-block;
  height: -moz-fit-content;
  height: fit-content;
}
.filter-wrapper .filter-sub-wrapper .mat-form-field.mat-focused .mat-form-field-outline-thick {
  box-shadow: none;
}
.filter-wrapper .filter-sub-wrapper .mat-form-field .filter-label {
  cursor: pointer;
}
.filter-wrapper .filter-sub-wrapper .mat-form-field .mat-select {
  display: flex;
  width: auto;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.filter-wrapper .filter-sub-wrapper .mat-form-field .mat-select .mat-select-arrow-wrapper {
  display: none;
}
.filter-wrapper .filter-sub-wrapper .mat-form-field .mat-form-field-infix {
  width: auto;
  padding: 0;
  border-top: none;
}
.filter-wrapper .filter-sub-wrapper .mat-form-field .mat-form-field-flex {
  padding: 0.4375rem 1.25rem;
  margin: 0;
  border-radius: 1.25rem;
  background-color: #f2f2f2;
  border: 1px solid #adadad;
  font-size: 0.875rem;
  color: #212121;
}
.filter-wrapper .filter-sub-wrapper .mat-form-field .mat-form-field-flex:hover {
  background: #e2e2e2;
  color: #212121;
}
.filter-wrapper .filter-sub-wrapper .mat-form-field .mat-form-field-flex:hover .mat-select-value-text {
  color: #212121;
}
.filter-wrapper .filter-sub-wrapper .mat-form-field .mat-form-field-flex:active, .filter-wrapper .filter-sub-wrapper .mat-form-field .mat-form-field-flex:focus, .filter-wrapper .filter-sub-wrapper .mat-form-field .mat-form-field-flex:focus-within {
  background: #3d3d3d;
  border-color: #3d3d3d;
  color: #fff;
  font-family: Roboto-Bold, sans-serif;
}
.filter-wrapper .filter-sub-wrapper .mat-form-field .mat-form-field-appearance-outline {
  border-radius: 1.25rem;
  padding: 0;
}
.filter-wrapper .filter-sub-wrapper .mat-form-field .mat-select-arrow {
  border: none;
  margin: 0;
  padding: 0;
}
.filter-wrapper .filter-sub-wrapper .mat-form-field .mat-select-arrow-wrapper {
  display: none;
}
.filter-wrapper .filter-sub-wrapper .mat-form-field .mat-select-value {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.filter-wrapper .filter-sub-wrapper .mat-form-field .mat-select-value:focus, .filter-wrapper .filter-sub-wrapper .mat-form-field .mat-select-value:hover {
  color: #fff;
}
.filter-wrapper .filter-sub-wrapper .mat-form-field.mat-form-field-should-float .mat-select-value-text, .filter-wrapper .filter-sub-wrapper .mat-form-field.filter-selected .mat-select-value-text {
  display: flex;
  color: #fff !important;
  font-size: 0.875rem;
  font-family: Roboto-Bold, sans-serif;
}
.filter-wrapper .filter-sub-wrapper .mat-form-field.mat-form-field-should-float .mat-form-field-flex, .filter-wrapper .filter-sub-wrapper .mat-form-field.filter-selected .mat-form-field-flex {
  background: #3d3d3d;
  color: #fff;
  border-color: #3d3d3d;
  font-family: Roboto-Bold, sans-serif;
}
.filter-wrapper .filter-sub-wrapper .mat-form-field.mat-form-field-should-float:hover .mat-form-field-flex, .filter-wrapper .filter-sub-wrapper .mat-form-field.filter-selected:hover .mat-form-field-flex {
  background: #212121;
}
.filter-wrapper .filter-sub-wrapper .mat-form-field.mat-form-field-should-float:active .mat-form-field-flex, .filter-wrapper .filter-sub-wrapper .mat-form-field.filter-selected:active .mat-form-field-flex {
  background: #121212;
}
.filter-wrapper .filter-sub-wrapper .mat-form-field-appearance-outline .mat-form-field-outline-start, .filter-wrapper .filter-sub-wrapper .mat-form-field-appearance-outline .mat-form-field-outline-end {
  border: none;
  min-width: auto;
}

.mat-select-panel-wrap .list-grid-filter {
  position: absolute;
  margin-top: 1.375rem !important;
  font-size: 0.875rem !important;
  display: flex;
  flex-direction: column;
  max-height: 20rem;
}
.mat-select-panel-wrap .list-grid-filter.filter-status {
  margin-left: -2.5rem !important;
}
.mat-select-panel-wrap .list-grid-filter.filter-renewal {
  margin-left: -3.0625rem !important;
}
.mat-select-panel-wrap .list-grid-filter.filter-enroll-date {
  right: -3.75rem;
}
.mat-select-panel-wrap .list-grid-filter.filter-split-applied {
  margin-left: -13.875rem !important;
}
.mat-select-panel-wrap .list-grid-filter.filter-send-date {
  margin-left: -3.75rem !important;
}
.mat-select-panel-wrap .list-grid-filter.filter-producer-status {
  margin-left: -6rem !important;
  width: 14.0625rem !important;
}
.mat-select-panel-wrap .list-grid-filter.filter-producer-status .mat-option {
  height: auto;
  margin-top: 0.5rem;
  padding: 0rem;
}
.mat-select-panel-wrap .list-grid-filter.filter-producer-status .mon-clear {
  justify-content: flex-end !important;
}
.mat-select-panel-wrap .list-grid-filter.filter-producer-status .mat-radio-button {
  display: flex;
  padding: 0rem;
}
.mat-select-panel-wrap .list-grid-filter.filter-producer-status .mat-radio-button:hover {
  background: transparent;
  padding: 0rem;
}
.mat-select-panel-wrap .list-grid-filter.filter-carriers {
  padding-top: 1.25rem;
  padding-bottom: 0;
  margin-left: -6.5625rem !important;
  margin-top: 0.9375rem !important;
}
.mat-select-panel-wrap .list-grid-filter.filter-carriers.mat-select-panel .mat-option {
  margin-top: 0;
  padding: 1.25rem;
}
.mat-select-panel-wrap .list-grid-filter.filter-riders {
  padding-top: 1.25rem;
  padding-bottom: 0;
  margin-left: -7.1875rem !important;
  margin-top: 0.9375rem !important;
}
.mat-select-panel-wrap .list-grid-filter.filter-planstate {
  padding-top: 1.25rem;
  padding-bottom: 0;
  margin-left: -8rem !important;
  margin-top: 0.9375rem !important;
}
.mat-select-panel-wrap .list-grid-filter.filter-covergeprice {
  margin-left: -5.25rem !important;
  font-size: 0.875rem;
}
.mat-select-panel-wrap .list-grid-filter.filter-covergeprice .no-mat-pseudo-checkbox {
  display: none;
}
.mat-select-panel-wrap .list-grid-filter.filter-covergeprice .mat-radio-button {
  margin-top: 0;
}
.mat-select-panel-wrap .list-grid-filter.filter-covergeprice .mat-radio-button:hover {
  background: transparent;
}
.mat-select-panel-wrap .list-grid-filter.filter-covergedate {
  margin-left: -12rem !important;
  padding-top: 1.25rem;
  max-width: none !important;
}
@media (max-width: 61.9375em) {
  .mat-select-panel-wrap .list-grid-filter.filter-covergedate {
    margin-left: -13rem !important;
  }
}
.mat-select-panel-wrap .list-grid-filter.filter-covergedate .no-mat-pseudo-checkbox {
  display: none;
}
.mat-select-panel-wrap .list-grid-filter.filter-covergedate .mat-radio-button {
  margin-top: 0;
}
.mat-select-panel-wrap .list-grid-filter.filter-covergedate .mat-radio-button:hover {
  background: transparent;
}
.mat-select-panel-wrap .list-grid-filter.filter-state {
  margin-left: -2rem !important;
  width: 21.5625rem;
  padding: 0;
}
.mat-select-panel-wrap .list-grid-filter.filter-state.mat-select-panel {
  min-width: 21.875rem !important;
}
.mat-select-panel-wrap .list-grid-filter.filter-state.mat-select-panel .mat-option {
  padding: 1.25rem;
  margin-top: 0;
}
.mat-select-panel-wrap .list-grid-filter.filter-state.mat-select-panel .mat-option:hover {
  background-color: #f2f2f2;
}
.mat-select-panel-wrap .list-grid-filter.filter-state.mat-select-panel .mat-option.mat-selected {
  background-color: #0c6cd7;
}
.mat-select-panel-wrap .list-grid-filter.filter-state.mat-select-panel .mat-option.mat-selected .mat-option-text {
  color: #fff;
}
.mat-select-panel-wrap .list-grid-filter.filter-state.mat-select-panel .mat-option.mat-selected:hover {
  background-color: #0954a7 !important;
}
.mat-select-panel-wrap .list-grid-filter.filter-state.mat-select-panel .mat-option.mat-selected:hover .mat-option-text {
  color: #fff;
}
.mat-select-panel-wrap .list-grid-filter.filter-state.mat-select-panel .mat-option .mat-pseudo-checkbox,
.mat-select-panel-wrap .list-grid-filter.filter-state.mat-select-panel .mat-option .mat-checkbox-inner-container {
  opacity: 0;
  margin: 0;
  height: 0 !important;
  width: 0 !important;
  border: 0;
}
.mat-select-panel-wrap .list-grid-filter.filter-state.mat-select-panel .mon-clear {
  padding: 1.5625rem 1.25rem 1.25rem;
}
.mat-select-panel-wrap .list-grid-filter.filter-state .mat-chip-list-wrapper {
  margin: 0;
}
.mat-select-panel-wrap .list-grid-filter.filter-state .mat-chip-list-wrapper .mat-standard-chip {
  margin-top: 0;
  justify-content: space-between;
  min-width: 4.625rem;
  padding: 0.375rem 0.625rem;
}
.mat-select-panel-wrap .list-grid-filter.filter-state .mat-chip-list-wrapper .mat-standard-chip .mat-chip-trailing-icon {
  width: auto;
}
.mat-select-panel-wrap .list-grid-filter.filter-state .mat-input-element {
  padding: 0.3125rem 0.375rem;
  margin: 0;
}
.mat-select-panel-wrap .list-grid-filter.filter-state div.filter-options {
  padding: 0;
}
.mat-select-panel-wrap .list-grid-filter.filter-state .mat-checkbox {
  margin-top: 0;
}
.mat-select-panel-wrap .list-grid-filter.filter-date-submitted {
  max-width: 31.25rem !important;
  margin-left: -100px;
}
.mat-select-panel-wrap .list-grid-filter.filter-account {
  max-width: 31.25rem !important;
  margin-left: -55px;
}
.mat-select-panel-wrap .list-grid-filter.filter-account .filter-options {
  min-width: 28rem !important;
}
.mat-select-panel-wrap .list-grid-filter.filter-coverge .mat-radio-button {
  display: flex;
}
.mat-select-panel-wrap .list-grid-filter.filter-coverage {
  margin-left: -3.4375rem !important;
}
.mat-select-panel-wrap .list-grid-filter.filter-coverage-notification {
  margin-left: -3.75rem !important;
}
.mat-select-panel-wrap .list-grid-filter.filter-employeeCount {
  margin-left: -5.1875rem !important;
}
.mat-select-panel-wrap .list-grid-filter.filter-notification {
  margin-left: -4.5625rem !important;
}
.mat-select-panel-wrap .list-grid-filter .mat-option {
  padding: 0;
  height: 1.125rem;
  margin-top: 1.25rem;
  color: #212121 !important;
}
.mat-select-panel-wrap .list-grid-filter .mat-option:first-child {
  margin-top: 0;
}
.mat-select-panel-wrap .list-grid-filter .mat-radio-button {
  display: flex;
  padding: 0.625rem 1.25rem;
}
.mat-select-panel-wrap .list-grid-filter .mat-radio-button:hover {
  background: #f2f2f2;
}
.mat-select-panel-wrap .list-grid-filter.mat-select-panel {
  border: 0.0625rem solid #6e6e6e;
  min-width: 11.25rem !important;
}
.mat-select-panel-wrap .list-grid-filter.mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0 0 0 0;
  border-radius: 0.25rem;
}
.mat-select-panel-wrap .list-grid-filter.mat-select-panel .mat-option.mat-active {
  color: #212121;
  background: transparent;
}
.mat-select-panel-wrap .list-grid-filter.mat-select-panel .mat-option:focus:not(.mat-option-disabled) {
  color: #212121;
  background: transparent;
}
.mat-select-panel-wrap .list-grid-filter.mat-select-panel .mat-option:hover:not(.mat-option-disabled) {
  color: #212121;
  background: transparent !important;
}
.mat-select-panel-wrap .list-grid-filter.mat-select-panel .mat-option .mat-pseudo-checkbox {
  width: 1.125rem !important;
  height: 1.125rem !important;
}
.mat-select-panel-wrap .list-grid-filter.mat-select-panel .mat-option .mat-pseudo-checkbox.mat-pseudo-checkbox-checked {
  border-color: #3d3d3d;
  background: #3d3d3d;
}
.mat-select-panel-wrap .list-grid-filter.mat-select-panel .mat-option .mat-pseudo-checkbox.mat-pseudo-checkbox-indeterminate {
  border-color: #3d3d3d;
}
.mat-select-panel-wrap .list-grid-filter.mat-select-panel .mat-option .mat-pseudo-checkbox-checked::after {
  top: 0.1875rem;
  left: 0.125rem;
}
.mat-select-panel-wrap .list-grid-filter.mat-select-panel .filter-options {
  flex-grow: 1;
  overflow-y: auto;
  min-width: 10rem;
  padding: 0.1875rem 1.25rem 0;
}
.mat-select-panel-wrap .list-grid-filter.mat-select-panel .mon-clear {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: 0.9375rem 1.25rem 0.625rem;
  font-size: 0.875rem;
}
.mat-select-panel-wrap .list-grid-filter.mat-select-panel .mon-clear a {
  text-decoration: none;
  color: #212121;
}
.mat-select-panel-wrap .list-grid-filter.mat-select-panel .mon-clear .mon-apply {
  color: #0c6cd7;
}
.mat-select-panel-wrap .list-grid-filter.mat-select-panel .mon-clear .mat-flat-button {
  line-height: 1;
  padding: 0;
}
.mat-select-panel-wrap .list-grid-filter.mat-select-panel.product-availability {
  min-width: 15.625rem !important;
}
.mat-select-panel-wrap .list-grid-filter.mat-select-panel.product-availability .filter-options {
  padding: 0.625rem 1.25rem 0;
}
.mat-select-panel-wrap .list-grid-filter.mat-select-panel.product-availability .filter-options .mat-radio-button {
  padding: 0;
}
.mat-select-panel-wrap .list-grid-filter.mat-select-panel.filter-enroll-date .filter-options {
  padding: 0.625rem 1.25rem 0;
}
.mat-select-panel-wrap .list-grid-filter.mat-select-panel.filter-enroll-date .filter-options .mat-radio-button {
  padding: 0rem;
}
.mat-select-panel-wrap .list-grid-filter.mat-select-panel.filter-send-date .filter-options {
  padding: 0.625rem 1.25rem 0;
}
.mat-select-panel-wrap .list-grid-filter.mat-select-panel.filter-send-date .filter-options .mat-radio-button {
  padding: 0rem;
}
.mat-select-panel-wrap .list-grid-filter.mat-select-panel.filter-coveragedate {
  min-width: 25rem !important;
  padding: 1.25rem;
  margin-left: -23.125rem !important;
}
.mat-select-panel-wrap .list-grid-filter.mat-select-panel.product-status .filter-options {
  padding: 0.625rem 1.25rem 0;
}
.mat-select-panel-wrap .list-grid-filter.mat-select-panel.product-status .filter-options .mat-radio-button {
  padding: 0rem;
}
.mat-select-panel-wrap .list-grid-filter.mat-select-panel.filter-unsent {
  min-width: 25rem !important;
  margin-left: -13.875rem !important;
}
.mat-select-panel-wrap .list-grid-filter .mat-divider {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  border-color: #adadad;
}
.mat-select-panel-wrap .list-grid-filter .mat-radio-button {
  margin-top: 20px;
}
.mat-select-panel-wrap .list-grid-filter .mat-radio-button:first-child {
  margin-top: 0;
}

.results-grid .infoicon .mat-icon {
  vertical-align: bottom;
}

.table-mask-wrapper {
  position: relative;
}
.table-mask-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  background-color: #fff;
  opacity: 0.78;
  z-index: 1;
}
.table-mask-wrapper.grid-overlay:before {
  height: 100%;
}

.no-results-found {
  border-bottom: 0.125rem solid #6e6e6e;
}

.mat-select-panel-wrap .filter-riders {
  right: -2.8125rem !important;
}
.mat-select-panel-wrap .filter-carriers {
  left: -2.8125rem !important;
}
.mat-select-panel-wrap .filter-planstate {
  left: -2rem !important;
}
.mat-select-panel-wrap .filter-product {
  left: -0.625rem !important;
}
.mat-select-panel-wrap .filter-product .mat-radio-button {
  padding: 0 1.25rem 0.3125rem;
}
.mat-select-panel-wrap .filter-activity {
  left: -0.75rem !important;
}
.mat-select-panel-wrap .filter-activity .mat-radio-button {
  padding: 0 1.25rem 0.3125rem;
}
.mat-select-panel-wrap .product-availability {
  left: -5.375rem !important;
  padding-bottom: 0;
}
.mat-select-panel-wrap .product-availability .mat-radio-button {
  display: flex;
}
.mat-select-panel-wrap .product-availability .mon-date-field {
  margin: 0.625rem 0 0 1.375rem;
}
.mat-select-panel-wrap .filter-enroll-date .mon-date-field {
  margin: 0.625rem 0 0 1.375rem !important;
}
.mat-select-panel-wrap .product-status {
  left: -3.125rem;
  padding-bottom: 0;
}

.search-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
}
.search-wrapper .mat-form-field {
  margin-bottom: 0;
}
.search-wrapper .mat-form-field-ripple {
  background-color: transparent;
}
.search-wrapper .mat-form-field-wrapper {
  padding-bottom: 0.3125rem;
  width: 12.6875rem;
}
.search-wrapper .mat-form-field-wrapper .mat-form-field-infix {
  padding: 0.5rem 0;
}

.search-box-wrapper {
  position: absolute;
  top: 3.3125rem;
  background: #fff;
  z-index: 2;
}
.search-box-wrapper .search-box-sub-wrapper {
  border-radius: 0 0 0.25rem 0.25rem;
  box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.24);
}
.search-box-wrapper .search-box-sub-wrapper .mat-action-list {
  padding-bottom: 0.5rem;
}
.search-box-wrapper .search-box-sub-wrapper .mat-action-list .search-account-menu {
  display: flex;
}
.search-box-wrapper .search-box-sub-wrapper .mat-action-list .search-account-menu mat-label,
.search-box-wrapper .search-box-sub-wrapper .mat-action-list .search-account-menu .mat-label {
  width: 6.875rem;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 0.625rem;
  margin-bottom: 0;
}
.search-box-wrapper .search-box-sub-wrapper .mat-action-list .search-account-menu .field-value {
  background-image: linear-gradient(to bottom, #6e6e6e 20%, rgba(255, 255, 255, 0) 0%);
  background-position: left;
  background-size: 0.0625rem 0.25rem;
  background-repeat: repeat-y;
  display: block;
  padding: 0 0.625rem;
  min-width: 7.5rem;
}
.search-box-wrapper .search-box-sub-wrapper .mat-action-list .search-account-menu .field-value:hover {
  background: #0c6cd7;
}
.search-box-wrapper .search-box-sub-wrapper .mat-action-list .search-account-menu .field-value:hover a {
  background: #0c6cd7;
  color: #fff;
}
.search-box-wrapper .search-box-sub-wrapper .mat-action-list .search-account-menu .field-value a {
  padding: 0;
  display: block;
  border-radius: 0;
}
.search-box-wrapper .search-box-sub-wrapper .mat-action-list .search-account-menu .field-value a:hover {
  color: #fff;
  background: #0c6cd7;
}
.search-box-wrapper .search-box-sub-wrapper .mat-action-list .search-account-menu .field-value a .mat-button-wrapper {
  display: flex;
  font-size: 0.875rem;
  font-weight: normal;
}

.search-filter-wraper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.9375rem;
}
.search-filter-wraper .mon-btn-regular {
  margin-top: 1.25rem;
}
.search-filter-wraper .search-wrapper {
  background-image: linear-gradient(to bottom, #6e6e6e 20%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 0.0625rem 0.25rem;
  background-repeat: repeat-y;
  padding-right: 1.25rem;
}
.search-filter-wraper .search-wrapper .mat-form-field-flex {
  height: 2rem;
}
.search-filter-wraper .search-wrapper .mat-form-field-infix {
  padding: 0.25rem 0;
}
.search-filter-wraper .search-wrapper .mat-form-field-infix .mon-input {
  margin-top: 0.1875rem;
}

.mat-hint {
  font-size: 0.75rem;
  color: #6e6e6e;
  font-weight: normal;
}

.account-count {
  font-size: 1.5rem;
}

.status {
  display: inline-flex;
  flex-direction: column;
}

.mon-clear {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  font-size: 0.875rem;
}
.mon-clear a {
  text-decoration: none;
  color: #212121;
}
.mon-clear .mon-apply {
  color: #0c6cd7;
}

.flex-form-wrapper .flex-form-item {
  border-bottom: 0.0625rem solid #adadad;
  margin-top: 2.5rem;
  padding-bottom: 1.25rem;
}
.flex-form-wrapper .flex-form-item:first-of-type {
  margin-top: 0;
}
.flex-form-wrapper .flex-form-item:last-of-type {
  border: none;
}
.flex-form-wrapper .flex-item mat-label .mon-icon,
.flex-form-wrapper .flex-item .mat-label .mon-icon {
  margin: 0 0.3125rem;
}
.flex-form-wrapper .mon-alert {
  margin-top: 1.5625rem;
}

.flex-form-footer {
  display: flex;
  justify-content: flex-end;
  background: #f8f8f8;
  border-top: 0.0625rem solid #c6c6c6;
  padding: 1.5625rem 1.875rem;
}

.fixed-position {
  position: fixed;
  bottom: 0rem;
  left: 0rem;
  right: 0rem;
}

.is-footer-fixed .fixed-position {
  position: absolute;
}

.accordian-wrapper .mat-expansion-panel-header:not([aria-disabled=true]) {
  cursor: pointer;
  background-color: #f2f2f2;
}
.accordian-wrapper .mat-content,
.accordian-wrapper .mat-expanded,
.accordian-wrapper .mat-expansion-panel-content {
  background-color: #f2f2f2;
}
.accordian-wrapper .mat-expansion-panel-body {
  background-color: #fff;
}
.accordian-wrapper .mat-expansion-indicator::after {
  border: none;
}
.accordian-wrapper .panel-height {
  height: 55px;
}
.accordian-wrapper .mat-panel-title {
  padding-top: 11px;
}
.accordian-wrapper .mat-form-field-wrapper {
  padding-bottom: 0;
}
.accordian-wrapper .mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.accordian-wrapper .mat-form-field {
  background-color: #fff;
  padding: 0;
  margin: 0;
}

.top-header-container {
  border-bottom: 0.0625rem solid #3d3d3d;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.settings-container {
  display: flex;
  border-bottom: 0.0625rem solid #6e6e6e;
  padding: 0.9375rem 0rem;
  align-items: center;
}
.settings-container .settings-content {
  display: flex;
  flex: 2;
  color: #6e6e6e;
  align-items: flex-start;
}
.settings-container .settings-content .settings-controls:first-child {
  margin-left: 0.625rem;
}
.settings-container .settings-content .settings-controls {
  display: flex;
  align-items: center;
  position: relative;
}
@media all and (-ms-high-contrast: none) {
  .settings-container .settings-content .settings-controls {
    display: -ms-flexbox;
    max-width: 10.9375rem;
  }
  .settings-container .settings-content .settings-controls:nth-child(1) {
    max-width: 19.0625rem;
  }
  .settings-container .settings-content .settings-controls:nth-child(2) {
    max-width: 13.75rem;
  }
  .settings-container .settings-content .settings-controls:nth-child(3) {
    max-width: 18.75rem;
  }
  .settings-container .settings-content .settings-controls:nth-child(4) {
    max-width: 11.25rem;
  }
}
.settings-container .settings-content .settings-controls .plan-settings {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.09375rem 0 0 0.3125rem;
  position: relative;
}
.settings-container .settings-content .settings-controls .plan-settings .mat-text-settings {
  color: #0c6cd7 !important;
  margin-bottom: 0;
  font-size: 1rem;
  font-family: Roboto, sans-serif;
}
.settings-container .settings-header,
.settings-container .settings-footer {
  display: flex;
  align-items: center;
  color: #767676;
  letter-spacing: 0.125rem;
  font-size: 0.875rem;
}
.settings-container .settings-header {
  margin-right: 0.625rem;
}
.settings-container .settings-footer {
  background-image: linear-gradient(to bottom, #5b5b5b 50%, rgb(255, 255, 255) 0%);
  background-position: left;
  background-size: 0.0625rem 0.25rem;
  background-repeat: repeat-y;
  height: 1.875rem;
  padding-left: 1.875rem;
  margin: 0.8125rem 0;
  align-items: center;
}
.settings-container .settings-footer a {
  margin-left: 0.9375rem;
  text-decoration: none;
}

.reset-apply-link {
  padding: 0.9375rem 1.25rem 0 0;
  display: flex;
  justify-content: space-between;
}
.reset-apply-link .dropDown-anchorLink {
  font-size: 0.875rem;
  color: #0c6cd7 !important;
  cursor: pointer;
  min-width: auto;
  padding: 0;
}
.reset-apply-link .reset-txt-btn {
  color: #000 !important;
}
.reset-apply-link .mat-button {
  line-height: 1.00625rem;
}

.CustomRadio-OptionsCntr {
  max-height: 5.875rem;
  overflow: auto;
  display: block;
  padding: 0 0 0.5rem 0;
}
.CustomRadio-OptionsCntr .radioElement {
  width: 100%;
  line-height: 2.1875rem;
}
.CustomRadio-OptionsCntr .radioElement .CustomRadioOption {
  display: block;
}
.CustomRadio-OptionsCntr .radioElement .CustomRadioOption .mat-radio-label {
  white-space: normal;
}
.CustomRadio-OptionsCntr .radioElement .CustomRadioOption .mat-radio-outer-circle,
.CustomRadio-OptionsCntr .radioElement .CustomRadioOption .mat-radio-inner-circle {
  height: 1.25rem;
  width: 1.25rem;
}

.select-state-options {
  max-height: 11.875rem;
}

.elimination-block {
  max-height: 10.5rem !important;
}

.benefit-select-block {
  max-height: 10.625rem;
}

.job-class-select-block {
  max-height: 10.625rem;
}

.custom-select-withoutBorder.mat-form-field {
  margin-bottom: 0;
}
.custom-select-withoutBorder.mat-form-field .mat-form-field-wrapper {
  padding: 0rem !important;
}
.custom-select-withoutBorder.mat-form-field .mat-form-field-wrapper .mat-form-field-underline {
  height: 0rem !important;
}
.custom-select-withoutBorder.mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline div {
  border: 0rem !important;
}
.custom-select-withoutBorder.mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline.mat-form-field-outline-thick {
  box-shadow: none !important;
}
.custom-select-withoutBorder.mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix {
  width: 100%;
  padding: 0.3125rem 0;
}
.custom-select-withoutBorder.mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label mat-label,
.custom-select-withoutBorder.mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label .mat-label {
  font-weight: normal !important;
  color: #0c6cd7 !important;
}
.custom-select-withoutBorder.mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .filter-select .mat-select-trigger {
  display: block;
  height: auto;
}
.custom-select-withoutBorder.mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .filter-select .mat-select-trigger .mat-select-arrow-wrapper .mat-select-arrow {
  width: 0;
  height: 0;
  margin: -0.1875rem 0.25rem -0.125rem !important;
  border: solid #6e6e6e !important;
  border-width: 0rem 0.0625rem 0.0625rem 0 !important;
  display: inline-block !important;
  padding: 0.1875rem !important;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.custom-select-withoutBorder.mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .filter-select .mat-select-value {
  width: auto;
}
.custom-select-withoutBorder.mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .filter-select .mat-select-panel-wrap .mat-select-panel {
  max-width: 100% !important;
}
.custom-select-withoutBorder.mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .filter-select .mat-select-panel-wrap .mat-select-panel .mat-option {
  line-height: 1.25rem;
}
.custom-select-withoutBorder.mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .filter-select .mat-select-panel-wrap .mat-select-panel .mat-option p {
  font-size: 0.875rem;
  word-break: break-word;
  white-space: normal;
  line-height: 1.125rem;
}

.mat-label-settings {
  position: absolute;
  top: 0.8125rem;
  left: 1.25rem;
}

.settings-controls-dropdown-content {
  position: absolute;
  top: -0.3125rem;
  z-index: 2;
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: none;
  border: 0.0625rem solid #6e6e6e;
}
.settings-controls-dropdown-content .reset-apply-link {
  padding: 0.125rem 1.25rem 1.25rem 0.3125rem;
}

.settings-controls-label {
  line-height: 2.5rem;
  cursor: pointer;
  margin-right: 0.625rem;
  color: #0c6cd7;
  font-size: 1rem;
  font-family: Roboto, sans-serif;
  display: flex;
}
.settings-controls-label .dropdown-arrow {
  width: 0;
  height: 0;
  margin: 0.9375rem 0.25rem 0.1875rem 0.625rem;
  border: solid #6e6e6e !important;
  border-width: 0 0.0625rem 0.0625rem 0 !important;
  display: inline-block;
  padding: 0.1875rem;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  cursor: pointer;
}
@media (max-width: 74.9375em) {
  .settings-controls-label {
    line-height: 1.25rem;
    flex-direction: column;
  }
}
@media (max-width: 74.9375em) {
  .settings-controls-label .plan-settings {
    justify-content: start !important;
  }
}

.custom-mat-menu-large-container {
  max-width: 32rem;
  height: 100%;
  padding: 0.9375rem;
}
.custom-mat-menu-large-container h6 {
  font-size: 1rem;
  font-weight: normal;
  color: #000;
  margin-bottom: 1.25rem;
  margin-top: 0;
}
.custom-mat-menu-large-container .pl-0 {
  padding-left: 0 !important;
}
.custom-mat-menu-large-container .pr-0 {
  padding-left: 0 !important;
}
.custom-mat-menu-large-container .mb-10 {
  margin-bottom: 0.625rem !important;
}
.custom-mat-menu-large-container .custom-input-align {
  margin-left: 2.1875rem !important;
  margin-bottom: 0.625rem !important;
}
.custom-mat-menu-large-container .custom-mat-menu-large-content {
  display: flex;
}
.custom-mat-menu-large-container .custom-mat-menu-large-content .applicant-info-container,
.custom-mat-menu-large-container .custom-mat-menu-large-content .spouse-info-container {
  margin-bottom: 1.875rem;
}
.custom-mat-menu-large-container .custom-mat-menu-large-content .applicant-info-container .custom-mat-menu-content-heading,
.custom-mat-menu-large-container .custom-mat-menu-large-content .spouse-info-container .custom-mat-menu-content-heading {
  font-size: 1rem;
  font-weight: normal;
  color: #5b5b5b;
  margin-bottom: 0.625rem;
}
.custom-mat-menu-large-container .custom-mat-menu-large-content .applicant-info-container .custom-mat-menu-content-option,
.custom-mat-menu-large-container .custom-mat-menu-large-content .spouse-info-container .custom-mat-menu-content-option {
  margin-bottom: 0;
}
.custom-mat-menu-large-container .custom-mat-menu-large-content .applicant-info-container .custom-mat-menu-content-option ::ng-deep .default-mat-select-cntr,
.custom-mat-menu-large-container .custom-mat-menu-large-content .spouse-info-container .custom-mat-menu-content-option ::ng-deep .default-mat-select-cntr {
  width: 7.1875rem !important;
}
.custom-mat-menu-large-container .custom-mat-menu-large-content .applicant-info-container .custom-mat-menu-content-option ::ng-deep .default-mat-select-cntr .mat-form-field-wrapper,
.custom-mat-menu-large-container .custom-mat-menu-large-content .spouse-info-container .custom-mat-menu-content-option ::ng-deep .default-mat-select-cntr .mat-form-field-wrapper {
  padding-bottom: 0.3125rem !important;
}
.custom-mat-menu-large-container .custom-mat-menu-large-content .applicant-info-container .custom-mat-menu-content-option .custom-mat-input-cntr,
.custom-mat-menu-large-container .custom-mat-menu-large-content .spouse-info-container .custom-mat-menu-content-option .custom-mat-input-cntr {
  width: 4.25rem;
}
.custom-mat-menu-large-container .custom-mat-menu-large-content .applicant-info-container .applicant-info-row ::ng-deep .custom-mat-menu-content-checkboxoption-cntr ::ng-deep .mat-checkbox-frame,
.custom-mat-menu-large-container .custom-mat-menu-large-content .applicant-info-container .spouse-info-row ::ng-deep .custom-mat-menu-content-checkboxoption-cntr ::ng-deep .mat-checkbox-frame,
.custom-mat-menu-large-container .custom-mat-menu-large-content .spouse-info-container .applicant-info-row ::ng-deep .custom-mat-menu-content-checkboxoption-cntr ::ng-deep .mat-checkbox-frame,
.custom-mat-menu-large-container .custom-mat-menu-large-content .spouse-info-container .spouse-info-row ::ng-deep .custom-mat-menu-content-checkboxoption-cntr ::ng-deep .mat-checkbox-frame {
  border: 0.0625rem solid #6e6e6e;
  border-radius: 0;
}
.custom-mat-menu-large-container .custom-mat-menu-large-content .applicant-info-container .applicant-info-row ::ng-deep .custom-mat-menu-content-checkboxoption-cntr ::ng-deep .mat-checkbox-checked .mat-checkbox-background,
.custom-mat-menu-large-container .custom-mat-menu-large-content .applicant-info-container .spouse-info-row ::ng-deep .custom-mat-menu-content-checkboxoption-cntr ::ng-deep .mat-checkbox-checked .mat-checkbox-background,
.custom-mat-menu-large-container .custom-mat-menu-large-content .spouse-info-container .applicant-info-row ::ng-deep .custom-mat-menu-content-checkboxoption-cntr ::ng-deep .mat-checkbox-checked .mat-checkbox-background,
.custom-mat-menu-large-container .custom-mat-menu-large-content .spouse-info-container .spouse-info-row ::ng-deep .custom-mat-menu-content-checkboxoption-cntr ::ng-deep .mat-checkbox-checked .mat-checkbox-background {
  background-color: #212121;
}
.custom-mat-menu-large-container .custom-mat-menu-large-content .spouse-info-container,
.custom-mat-menu-large-container .custom-mat-menu-large-content .non-spouse-info-container {
  margin-bottom: 1.875rem;
}
.custom-mat-menu-large-container .custom-mat-menu-large-content .custom-mat-menu-content-option {
  margin-bottom: 1.25rem;
}
.custom-mat-menu-large-container .custom-mat-menu-large-content .custom-mat-menu-content-option .custom-mat-menu-content-heading {
  font-size: 1rem;
  font-weight: normal;
  color: #5b5b5b;
}
.custom-mat-menu-large-container .custom-mat-menu-large-content .custom-mat-menu-content-option .custom-mat-menu-content-label {
  font-size: 0.875rem;
  font-weight: bold;
  color: #000;
}
.custom-mat-menu-large-container .custom-mat-menu-large-content .custom-mat-menu-content-option .custom-mat-input-cntr {
  width: 7.625rem;
  margin-right: 0.9375rem;
}
.custom-mat-menu-large-container .custom-mat-menu-large-content .custom-mat-menu-content-option .custom-mat-input-cntr ::ng-deep .mat-form-field-wrapper {
  padding: 0 !important;
}
.custom-mat-menu-large-container .custom-mat-menu-large-content .custom-mat-menu-content-option .custom-mat-input-cntr ::ng-deep .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline .mat-form-field-outline-start {
  border-radius: 0.3125rem 0 0 0.3125rem;
}
.custom-mat-menu-large-container .custom-mat-menu-large-content .custom-mat-menu-content-option .custom-mat-input-cntr ::ng-deep .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline .mat-form-field-outline-end {
  border-radius: 0 0.3125rem 0.3125rem 0;
}
.custom-mat-menu-large-container .custom-mat-menu-large-content .custom-mat-menu-content-option .custom-mat-input-cntr ::ng-deep .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix {
  padding: 0.625rem 0 0.5625rem 0 !important;
}
.custom-mat-menu-large-container .custom-mat-menu-large-content .custom-mat-menu-content-option .income_radio_cntr {
  width: 100%;
}
.custom-mat-menu-large-container .custom-mat-menu-large-content .custom-mat-menu-content-option .income_radio_cntr .income_radio_option {
  width: 100%;
  margin: 0.3125rem 0px 0.625rem 0px;
}
.custom-mat-menu-large-container .custom-mat-menu-large-content .custom-mat-menu-content-option:last-child {
  margin-bottom: 0 !important;
}

.empowered-drop-down-portal .settings-controls-dropdown-content {
  position: static;
  border: none;
}
.empowered-drop-down-portal .custom-mat-menu-large-container {
  padding: 0rem;
}
.empowered-drop-down-portal .reset-apply-link {
  padding: 0rem;
  padding-bottom: 0.9375rem;
}

.shopping-container {
  border-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.shopping-container:hover {
  text-decoration: none;
}
.shopping-container .cart-icon-cntr {
  position: relative;
}
.shopping-container .cart-icon-cntr .shopping-cart-icon .mat-icon.mat-primary {
  vertical-align: baseline;
}
.shopping-container .cart-amount-cntr {
  display: flex;
  flex-direction: column;
  line-height: 1.375rem;
  min-width: auto;
}
.shopping-container .cart-amount-cntr:hover {
  text-decoration: none;
}
.shopping-container .cart-amount-cntr .cart-amount,
.shopping-container .cart-amount-cntr .cart-term {
  font-size: 1.375rem;
  font-weight: normal;
  color: #000;
  letter-spacing: 0;
  font-family: Roboto, sans-serif;
}
.shopping-container .cart-amount-cntr .cart-amount {
  text-align: right;
  display: flex;
  font-family: Roboto, sans-serif;
}
.shopping-container .cart-amount-cntr .cart-term {
  font-size: 1rem;
  color: #6e6e6e;
  text-align: right;
  font-weight: normal;
  text-transform: lowercase;
}

.cursor-pointer {
  cursor: pointer;
}

.short-term {
  color: #6e6e6e;
  text-align: right;
}

.layout-header-2column {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.layout-header-2column .header {
  display: flex;
  align-items: center;
  padding: 0 1.875rem 0 1.25rem;
  border-bottom: 0.0625rem solid #adadad;
}
.layout-header-2column .header h2 {
  font-size: 2.25rem;
  font-family: Roboto-Light, sans-serif;
}
.layout-header-2column .columns {
  display: flex;
  flex-grow: 1;
}
.layout-header-2column .columns .sidenav-area {
  width: 15rem;
  border-right: 0.0625rem solid #adadad;
}
.layout-header-2column .columns .content-area {
  flex-grow: 1;
}

/* SHARED STYLES BARREL
 *
 * This file rolls up a minimized list of variables & functions required for component styling.
 * Unlike the main entry file for applications (`styles.scss`), this file should only include the *bare* minimums required for component styling.
 * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
 */
/* FUNCTIONS
 *
 * This file is rolls up all shared Sass functions for simplified importing via `@import "utilities/functions";`.
 * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
 */
/* VARIABLES
 *
 * This file is rolls up all shared Sass variables for simplified importing via `@import "utilities/variables";`.
 * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
 */
/* MIXINS
 *
 * This file is rolls up all shared Sass mixins for simplified importing via `@import "utilities/mixins";`.
 * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
 */
.w-50 {
  width: 3.125rem !important;
}

.w-80 {
  width: 5rem !important;
}

.w-100 {
  width: 6.25rem !important;
}

.w-120 {
  width: 7.5rem !important;
}

.w-130 {
  width: 8.125rem !important;
}

.w-150 {
  width: 9.375rem !important;
}

.w-175 {
  width: 10.9375rem !important;
}

.w-195 {
  width: 12.1875rem !important;
}

.w-200 {
  width: 12.5rem !important;
}

.w-250 {
  width: 15.625rem !important;
}

.w-285 {
  width: 17.8125rem !important;
}

.w-300 {
  width: 18.75rem !important;
}

.w-400 {
  width: 25rem !important;
}

.w-500 {
  width: 31.25rem !important;
}

.w-600 {
  width: 37.5rem !important;
}

.w-800 {
  width: 50rem !important;
}

.w-1000 {
  width: 62.5rem !important;
}

.w-1200 {
  width: 75rem !important;
}

.w-1600 {
  width: 100rem !important;
}

.seperator {
  border-bottom: 1px dotted #adadad;
}

.divider {
  border-bottom: 1px solid #adadad;
}

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

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

.hidden,
.hide {
  display: none;
}

.flex-container {
  display: flex;
  padding: 0 1.875rem;
}
.flex-container .flex-grow-one {
  flex-grow: 1;
  width: 13.75rem;
}
.flex-container .flex-grow-two {
  flex-grow: 2;
  flex-basis: 100%;
}

.line-height {
  line-height: 0.625rem;
}

.wrapper-margin {
  margin: 0 1.875rem;
}

.space-between {
  justify-content: space-between;
}

.upload-input .file-not-dragged {
  margin: 0.625rem 0 0 0;
}

.dotted-line-bottom {
  background-image: linear-gradient(to right, #5b5b5b 50%, rgb(255, 255, 255) 0%);
  background-position: bottom;
  background-size: 0.0625rem 0.0625rem;
  background-repeat: repeat-x;
  padding: 0.3125rem;
  margin-bottom: 0.3125rem;
}

.truncate-middle .firstPart,
.truncate-middle .lastPart {
  display: inline-block;
  vertical-align: bottom;
  white-space: nowrap;
  overflow: hidden;
}
.truncate-middle .firstPart {
  max-width: calc(100% - 8);
  min-width: 6;
  text-overflow: ellipsis;
}
.truncate-middle .lastPart {
  max-width: calc(100% - 6);
  direction: rtl;
}
.truncate-middle .container {
  white-space: nowrap;
  overflow: hidden;
}

.panel-white-out {
  position: relative;
}
.panel-white-out:before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}

@media (max-width: 61.9375em) {
  .mat-paginator-page-size {
    display: none;
  }
}

@media (max-width: 61.9375em) {
  .hidden-md {
    display: none;
  }
}

@media (max-width: 74.9375em) {
  .hidden-max-xl {
    display: none;
  }
}

.dotted-border-right {
  background-image: linear-gradient(to bottom, #6e6e6e 20%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 0.0625rem 0.25rem;
  background-repeat: repeat-y;
}

.dotted-border-left {
  background-image: linear-gradient(to bottom, #6e6e6e 20%, rgba(255, 255, 255, 0) 0%);
  background-position: left;
  background-size: 0.0625rem 0.25rem;
  background-repeat: repeat-y;
}

.dotted-border-top {
  background-image: linear-gradient(to right, #6e6e6e 20%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 0.25rem 0.0625rem;
  background-repeat: repeat-x;
}

.dotted-border-bottom {
  background-image: linear-gradient(to right, #6e6e6e 20%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 0.25rem 0.0625rem;
  background-repeat: repeat-x;
}

/* IAC widget sizing and helper classes */
#OnlineHelp {
  position: fixed;
  right: -10000px;
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 2147483644;
  background: #fff;
  border: 1px solid white;
  border-radius: 4px;
  /* Custom06 - ADA Compliance */
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

#OnlineHelp {
  transition: all 0.5s ease-in-out;
}

#OnlineHelp.standard {
  height: 100%;
}

#OnlineHelp.compacted {
  height: 450px;
}

#OnlineHelp.minimized {
  right: -10000px;
}

#OnlineHelp.alerting {
  right: 2px;
  top: 0px;
}

#launcherminimized,
#launcher {
  z-index: 999;
  cursor: pointer;
  position: fixed;
  align-items: center;
  top: 56px;
  right: 0px;
  height: 29px;
  margin-right: 0px;
  padding: 6px 15px;
  gap: 10px;
  border-radius: 4px 4px 0px 0px;
  background: #fc8a30;
  color: #fff;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.32px;
  transform: rotate(-90deg);
  transform-origin: right bottom 0px;
  display: none;
}

#launcherminimized:focus-visible {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 4px #000;
}

iframe#pegaChatWidget {
  z-index: 9999;
  bottom: 35px !important;
}

#launcher:hover {
  right: 0;
}

#unreadCounter {
  position: absolute;
  top: -13px;
  right: -9px;
  background-color: red;
  height: 23px;
  width: 22px;
  font-size: 16px;
  border-radius: 14px;
  transform: rotate(90deg);
  color: white;
  display: none;
  z-index: 2147483645;
}

@media (min-width: 768px) {
  #OnlineHelp {
    width: 450px;
    top: 50%;
    margin: -275px 0;
    /* Custom06 - ADA Compliance */
    border-radius: 4px;
  }
  #OnlineHelp.standard {
    /* Custom01 - Update height from original value of 550px */
    height: 95%;
  }
  #OnlineHelp.compacted {
    height: 450px;
  }
  #OnlineHelp.alerting {
    right: 2px;
    /* Custom01 - Add margin and top properties */
    margin: -275px 0;
    top: 275px;
  }
  #OnlineHelp.showLeftPanel {
    width: 900px;
    transition: width 1s;
  }
  #OnlineHelp.hideLeftPanel {
    width: 450px;
    transition: width 1s;
  }
}
.pill-filter-label {
  font-size: 0.875rem;
  border-radius: 3.125rem;
  display: inline-block;
  cursor: pointer;
  height: 2rem;
  line-height: 2rem;
  white-space: nowrap;
  padding: 0rem 1.25rem;
}
.pill-filter-label-active, .pill-filter-label[aria-expanded=true] {
  font-weight: 800;
  background-color: #3d3d3d;
  color: #fff;
}
.pill-filter-label-active:hover, .pill-filter-label[aria-expanded=true]:hover {
  background-color: #212121;
}
.pill-filter-label-active:active, .pill-filter-label[aria-expanded=true]:active {
  background-color: #121212;
}
.pill-filter-label-inactive {
  font-weight: 400;
  background-color: #f2f2f2;
  color: #000;
  border: 0.0625rem solid #adadad;
}
.pill-filter-label-inactive:hover {
  background-color: #e2e2e2;
}
.pill-filter-label-inactive:active {
  background-color: #adadad;
}
.pill-filter-panel.mat-menu-panel {
  margin-top: 0.625rem;
  max-height: 20rem;
  max-width: 25rem;
  border: 0.0625rem solid black;
  box-shadow: none;
  border-radius: 0.25rem;
}
.pill-filter-panel.mat-menu-panel .mat-menu-content {
  height: 100%;
  padding: 0rem;
}
.pill-filter-panel.mat-menu-panel .apply-button {
  font-size: 0.875rem;
}

.select-state,
.select-method,
.select-job-class,
.select-elimination-period,
.select-rider,
.select-benefit-amount {
  border-radius: 0.25rem !important;
  border: 0.0625rem solid #6e6e6e !important;
  position: absolute;
  top: 0.9375rem;
  padding: 1.25rem 0 0 1.25rem;
  overflow: hidden !important;
}

.select-state,
.select-method,
.select-job-class {
  right: -0.9375rem;
}

.select-elimination-period,
.select-rider,
.select-benefit-amount {
  right: -1.3125rem;
}

.select-state {
  max-height: 23.125rem !important;
  width: 15.8125rem;
}

.select-method {
  width: 18.125rem;
  max-width: initial !important;
  overflow-y: scroll;
}

.select-job-class {
  width: 10rem;
  max-height: 14.375rem !important;
}

.select-elimination-period {
  width: 10.375rem;
  max-height: 14.375rem !important;
}

.select-rider {
  max-height: 16.4375rem !important;
  width: 31rem;
  overflow-y: auto !important;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}
.select-rider .CustomCheckBox-Wrapper {
  overflow: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.select-benefit-amount {
  width: 9.6875rem;
}

.select-elimination-period,
.select-rider,
.select-benefit-amount {
  margin-top: 0.9375rem !important;
}

.situs-group.mat-select-panel {
  max-height: 15.625rem !important;
  width: 20.625rem;
  max-width: inherit;
  overflow-y: auto !important;
}
@media (max-width: 61.9375em) {
  .situs-group.mat-select-panel {
    right: -11.125rem;
  }
}
.situs-group.mat-select-panel .custom-radio {
  max-height: initial;
}
.situs-group.mat-select-panel .custom-radio .mon-alert {
  margin: 0 1.25rem 1.25rem 0;
}

.section-container {
  line-height: 1.5rem;
  margin: 1.875rem 0rem 1.875rem 0rem;
}
.section-container .question-container {
  margin-top: 1.875rem;
}
.section-container .response-block {
  margin-top: 1.25rem;
}
.section-container .response-block.inline {
  display: flex;
}
.section-container .response-block.inline .mat-form-field {
  margin-right: 15px;
}
.section-container .response-block .sign-in {
  border-bottom: 0.0625rem solid #adadad;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}
.section-container .response-block .response-type {
  margin-left: 1.25rem;
}
.section-container .response-block .response-type.radio .mat-radio-group {
  display: flex;
  flex-direction: column;
}
.section-container .response-block .response-type.radio .mat-radio-group .mat-radio-button {
  display: flex;
  margin-bottom: 0.625rem;
}
.section-container .response-block .response-type.radio .mat-radio-group .mat-radio-button .mat-radio-label {
  align-items: flex-start;
}
.section-container .response-block .response-type.radio .mat-radio-group .mat-radio-button .mat-radio-label .mat-radio-container {
  margin-top: 0.125rem;
}
.section-container .response-block .response-type.checkbox .mat-checkbox {
  margin-bottom: 0.3125rem;
  display: block;
}
.section-container .response-block .response-type.checkbox .mat-checkbox .mat-checkbox-inner-container {
  margin: 0;
  top: 0.1875rem;
  margin-right: 0.5rem;
}
.section-container .response-block .response-type.checkbox .mat-checkbox .mat-checkbox-layout {
  margin-bottom: 0.3125rem;
}
.section-container .text-danger {
  margin-top: 0.625rem;
  text-decoration: underline;
  cursor: pointer;
}
.section-container .next-product-button {
  display: flex;
  justify-content: flex-end;
}

.plan-card {
  border-radius: 0;
  border: 0.0625rem solid #adadad;
  width: 11.875rem;
  box-shadow: none;
  margin: 0 1.25rem 1.25rem 0;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  height: calc(100% - 20px);
}
.plan-card:hover {
  box-shadow: 0px 0px 0.375rem 0px rgba(0, 0, 0, 0.25);
}
.plan-card .coverage-head {
  height: 100%;
  color: #5b5b5b;
  text-align: center;
  border-bottom: 0.0625rem solid #adadad;
}
.plan-card .coverage-head p {
  font-family: Roboto-Bold, sans-serif;
  color: #5b5b5b;
  line-height: initial;
  text-align: center;
  padding: 0 0.625rem 0.625rem 0.625rem;
  white-space: normal;
}
.plan-card .coverage-head.active {
  background: #0c6cd7;
  color: #fff;
}
.plan-card .coverage-head.active p {
  color: #fff;
}
.plan-card .hsa-fsa {
  border-bottom: none;
}
.plan-card .benefit-amount,
.plan-card .elimination-period {
  height: 100%;
}
.plan-card .benefit-amount p,
.plan-card .elimination-period p {
  margin: 0;
  padding: 0 0.625rem;
  font-size: 2.25rem;
  font-family: RobotoSlab-Regular, sans-serif;
  font-weight: 300;
}
.plan-card div {
  height: 2.8125rem;
  margin: 0;
  text-align: center;
}
.plan-card div p {
  padding: 0.625rem;
}

.elimination-card {
  width: 9.375rem;
}

.plan-select,
.rider-elimination-coverage {
  margin-bottom: 1.25rem;
}
.plan-select .mat-form-field,
.rider-elimination-coverage .mat-form-field {
  margin-bottom: 0.625rem;
}
.plan-select p,
.rider-elimination-coverage p {
  color: #5b5b5b;
}

.rider-elimination-coverage {
  margin-left: 2.5rem;
}

.plan-selection-radio .mat-radio-container {
  position: absolute;
  opacity: 0;
}
.plan-selection-radio .mat-radio-label-content {
  padding-left: 0;
}

/* SHARED STYLES BARREL
 *
 * This file rolls up a minimized list of variables & functions required for component styling.
 * Unlike the main entry file for applications (`styles.scss`), this file should only include the *bare* minimums required for component styling.
 * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
 */
/* FUNCTIONS
 *
 * This file is rolls up all shared Sass functions for simplified importing via `@import "utilities/functions";`.
 * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
 */
/* VARIABLES
 *
 * This file is rolls up all shared Sass variables for simplified importing via `@import "utilities/variables";`.
 * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
 */
/* MIXINS
 *
 * This file is rolls up all shared Sass mixins for simplified importing via `@import "utilities/mixins";`.
 * For more information on this project's Sass architecture SEE: /libs/shared/src/lib/scss/README.md
 */
.w-50 {
  width: 3.125rem !important;
}

.w-80 {
  width: 5rem !important;
}

.w-100 {
  width: 6.25rem !important;
}

.w-120 {
  width: 7.5rem !important;
}

.w-130 {
  width: 8.125rem !important;
}

.w-150 {
  width: 9.375rem !important;
}

.w-175 {
  width: 10.9375rem !important;
}

.w-195 {
  width: 12.1875rem !important;
}

.w-200 {
  width: 12.5rem !important;
}

.w-250 {
  width: 15.625rem !important;
}

.w-285 {
  width: 17.8125rem !important;
}

.w-300 {
  width: 18.75rem !important;
}

.w-400 {
  width: 25rem !important;
}

.w-500 {
  width: 31.25rem !important;
}

.w-600 {
  width: 37.5rem !important;
}

.w-800 {
  width: 50rem !important;
}

.w-1000 {
  width: 62.5rem !important;
}

.w-1200 {
  width: 75rem !important;
}

.w-1600 {
  width: 100rem !important;
}

.seperator {
  border-bottom: 1px dotted #adadad;
}

.divider {
  border-bottom: 1px solid #adadad;
}

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

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

.hidden,
.hide {
  display: none;
}

.flex-container {
  display: flex;
  padding: 0 1.875rem;
}
.flex-container .flex-grow-one {
  flex-grow: 1;
  width: 13.75rem;
}
.flex-container .flex-grow-two {
  flex-grow: 2;
  flex-basis: 100%;
}

.line-height {
  line-height: 0.625rem;
}

.wrapper-margin {
  margin: 0 1.875rem;
}

.space-between {
  justify-content: space-between;
}

.upload-input .file-not-dragged {
  margin: 0.625rem 0 0 0;
}

.dotted-line-bottom {
  background-image: linear-gradient(to right, #5b5b5b 50%, rgb(255, 255, 255) 0%);
  background-position: bottom;
  background-size: 0.0625rem 0.0625rem;
  background-repeat: repeat-x;
  padding: 0.3125rem;
  margin-bottom: 0.3125rem;
}

.truncate-middle .firstPart,
.truncate-middle .lastPart {
  display: inline-block;
  vertical-align: bottom;
  white-space: nowrap;
  overflow: hidden;
}
.truncate-middle .firstPart {
  max-width: calc(100% - 8);
  min-width: 6;
  text-overflow: ellipsis;
}
.truncate-middle .lastPart {
  max-width: calc(100% - 6);
  direction: rtl;
}
.truncate-middle .container {
  white-space: nowrap;
  overflow: hidden;
}

.panel-white-out {
  position: relative;
}
.panel-white-out:before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}

@media (max-width: 61.9375em) {
  .mat-paginator-page-size {
    display: none;
  }
}

@media (max-width: 61.9375em) {
  .hidden-md {
    display: none;
  }
}

@media (max-width: 74.9375em) {
  .hidden-max-xl {
    display: none;
  }
}

.dotted-border-right {
  background-image: linear-gradient(to bottom, #6e6e6e 20%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 0.0625rem 0.25rem;
  background-repeat: repeat-y;
}

.dotted-border-left {
  background-image: linear-gradient(to bottom, #6e6e6e 20%, rgba(255, 255, 255, 0) 0%);
  background-position: left;
  background-size: 0.0625rem 0.25rem;
  background-repeat: repeat-y;
}

.dotted-border-top {
  background-image: linear-gradient(to right, #6e6e6e 20%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 0.25rem 0.0625rem;
  background-repeat: repeat-x;
}

.dotted-border-bottom {
  background-image: linear-gradient(to right, #6e6e6e 20%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 0.25rem 0.0625rem;
  background-repeat: repeat-x;
}

/* IAC widget sizing and helper classes */
#OnlineHelp {
  position: fixed;
  right: -10000px;
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 2147483644;
  background: #fff;
  border: 1px solid white;
  border-radius: 4px;
  /* Custom06 - ADA Compliance */
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

#OnlineHelp {
  transition: all 0.5s ease-in-out;
}

#OnlineHelp.standard {
  height: 100%;
}

#OnlineHelp.compacted {
  height: 450px;
}

#OnlineHelp.minimized {
  right: -10000px;
}

#OnlineHelp.alerting {
  right: 2px;
  top: 0px;
}

#launcherminimized,
#launcher {
  z-index: 999;
  cursor: pointer;
  position: fixed;
  align-items: center;
  top: 56px;
  right: 0px;
  height: 29px;
  margin-right: 0px;
  padding: 6px 15px;
  gap: 10px;
  border-radius: 4px 4px 0px 0px;
  background: #fc8a30;
  color: #fff;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.32px;
  transform: rotate(-90deg);
  transform-origin: right bottom 0px;
  display: none;
}

#launcherminimized:focus-visible {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 4px #000;
}

iframe#pegaChatWidget {
  z-index: 9999;
  bottom: 35px !important;
}

#launcher:hover {
  right: 0;
}

#unreadCounter {
  position: absolute;
  top: -13px;
  right: -9px;
  background-color: red;
  height: 23px;
  width: 22px;
  font-size: 16px;
  border-radius: 14px;
  transform: rotate(90deg);
  color: white;
  display: none;
  z-index: 2147483645;
}

@media (min-width: 768px) {
  #OnlineHelp {
    width: 450px;
    top: 50%;
    margin: -275px 0;
    /* Custom06 - ADA Compliance */
    border-radius: 4px;
  }
  #OnlineHelp.standard {
    /* Custom01 - Update height from original value of 550px */
    height: 95%;
  }
  #OnlineHelp.compacted {
    height: 450px;
  }
  #OnlineHelp.alerting {
    right: 2px;
    /* Custom01 - Add margin and top properties */
    margin: -275px 0;
    top: 275px;
  }
  #OnlineHelp.showLeftPanel {
    width: 900px;
    transition: width 1s;
  }
  #OnlineHelp.hideLeftPanel {
    width: 450px;
    transition: width 1s;
  }
}
.empowered.safari .mat-dialog-content .step-two-content .select-role .select-role-title button {
  line-height: 0.75rem !important;
}
.empowered.safari .mat-sidenav-container .mat-sidenav-content {
  overflow: auto;
}
.empowered.safari .mat-drawer-container:not(:root:root) {
  height: calc(100vh - 168px);
}
.empowered.safari .comm-splits-select {
  min-width: calc(100% + 32px) !important;
}
.empowered.safari .quasi-modal svg,
.empowered.safari .info-modal svg {
  transform: scale(1) !important;
}
.empowered.safari .mat-form-field.mat-form-field-type-mat-input .mat-form-field-infix {
  padding: 0.53125rem 0 !important;
}
.empowered.safari .search-wrapper .mat-form-field-flex .mat-form-field-infix,
.empowered.safari .prod-search-wrapper .mat-form-field-flex .mat-form-field-infix {
  padding: 0.3125rem 0 !important;
}
.empowered.safari .search-wrapper .mat-form-field-flex .mat-form-field-infix .mon-input,
.empowered.safari .prod-search-wrapper .mat-form-field-flex .mat-form-field-infix .mon-input {
  margin: 0 !important;
  padding: 0 !important;
}
.empowered.safari .mat-stepper-vertical .mat-vertical-content-container {
  margin-bottom: 0.625rem !important;
}
.empowered.safari .mat-select-panel-wrap .filter-riders {
  right: -4.0625rem !important;
}
.empowered.safari .mat-select-panel-wrap .myhierarchy-carrier {
  margin-left: -1.25rem;
}
.empowered.safari .mat-select-panel-wrap .myhierarchy-state {
  margin-left: -0.625rem;
}
.empowered.safari .mat-select-panel-wrap .list-grid-filter.filter-status {
  margin-left: -1.375rem !important;
}
.empowered.safari .mat-select-panel-wrap .list-grid-filter.filter-adminlist.filter-role {
  margin-left: -0.75rem !important;
}
.empowered.safari .mat-select-panel-wrap .list-grid-filter.filter-renewal {
  margin-left: -2rem !important;
}
.empowered.safari .mat-select-panel-wrap .list-grid-filter.filter-enroll-date {
  margin-left: -2.8125rem !important;
}
.empowered.safari .mat-select-panel-wrap .list-grid-filter.filter-split-applied {
  margin-left: -5.9375rem !important;
}
.empowered.safari .mat-select-panel-wrap .list-grid-filter.filter-send-date {
  margin-left: -2.5rem !important;
}
.empowered.safari .mat-select-panel-wrap .list-grid-filter.filter-producer-status {
  margin-left: -5rem !important;
}
.empowered.safari .mat-select-panel-wrap .list-grid-filter.filter-carriers {
  margin-left: -5.3125rem !important;
}
.empowered.safari .mat-select-panel-wrap .list-grid-filter.filter-riders {
  margin-left: -5.9375rem !important;
}
.empowered.safari .mat-select-panel-wrap .list-grid-filter.filter-planstate {
  margin-left: -6.9375rem !important;
}
.empowered.safari .mat-select-panel-wrap .list-grid-filter.filter-covergeprice {
  margin-left: -4rem !important;
}
.empowered.safari .mat-select-panel-wrap .list-grid-filter.filter-covergedate {
  margin-left: -8.75rem !important;
}
.empowered.safari .mat-select-panel-wrap .list-grid-filter.filter-state {
  margin-left: -0.9375rem !important;
}
.empowered.safari .mat-select-panel-wrap .list-grid-filter.filter-date-submitted {
  margin-left: -80px;
}
.empowered.safari .mat-select-panel-wrap .list-grid-filter.filter-account {
  margin-left: -35px;
}
.empowered.safari .mat-select-panel-wrap .list-grid-filter.filter-coverage {
  margin-left: -2.375rem !important;
}
.empowered.safari .mat-select-panel-wrap .list-grid-filter.filter-coverage-notification {
  margin-left: -2.5rem !important;
}
.empowered.safari .mat-select-panel-wrap .list-grid-filter.filter-employeeCount {
  margin-left: -4.125rem !important;
}
.empowered.safari .mat-select-panel-wrap .list-grid-filter.filter-notification {
  margin-left: -3.3125rem !important;
}
.empowered.safari .mat-select-panel-wrap .list-grid-filter .filter-options {
  max-height: 16.25rem;
}
.empowered.safari .mat-select-panel-wrap .product-availability {
  left: -5.4375rem !important;
}
.empowered.safari .mat-select-panel-wrap .product-status {
  left: -3.5625rem !important;
}
.empowered.safari .mat-select-panel-wrap .filter-riders {
  right: -4rem !important;
}
.empowered.safari .mat-select-panel-wrap .filter-carriers {
  left: -2.6875rem !important;
}
.empowered.safari .mat-select-panel-wrap .filter-planstate {
  left: -0.75rem !important;
}
.empowered.safari .mat-select-panel-wrap .filter-product {
  left: 0.625rem !important;
}
.empowered.safari .mat-select-panel-wrap .filter-activity {
  left: 0.5rem !important;
}
.empowered.safari .paginator-wrapper .paginator-input-wrapper {
  margin-top: 0.1875rem;
}
.empowered.safari .tpi-app-flow {
  height: calc(100vh - 187px) !important;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .header-container {
    padding-top: 2.5rem !important;
  }
}
.notification-badge {
  display: flex;
  justify-content: flex-end;
}
.notification-badge .mat-badge-medium .mat-badge-content {
  top: 0;
  top: 0.3125rem;
  height: 0.875rem;
  width: 0.875rem;
  min-width: 0.875rem !important;
  font-size: 0.6875rem;
  background-color: #c54843;
  line-height: 0.9375rem;
  color: #fff;
  right: 0.3125rem !important;
}

.notification-count {
  min-width: 0.875rem;
  height: 0.875rem;
  background: #c54843;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  line-height: normal;
  text-align: center;
  color: #fff;
  border-radius: 0.5rem;
  padding: 0 0.25rem;
  margin: 0.25rem 0.3125rem 0 0;
  margin-top: 0.3125rem;
}
