/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/scss/styles.scss?ngGlobalStyle ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}

.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}

.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
}
.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;
}

/*
    used on '/orders' or '/quotes' pages
*/
@page {
  size: A4;
}
/*
primary
secondary
tertiary
quaternary
quinary
senary
septenary
octonary
nonary
denary
duodenary
black
white
warning
*/
.datePicker-custom .mat-mdc-icon-button .mat-mdc-button-persistent-ripple {
  margin: 5px;
}

.mat-mdc-button-base {
  font-weight: 600;
}

.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(255, 255, 255, 0) !important;
}

/* TODO(mdc-migration): The following rule targets internal classes of menu that may no longer apply for the MDC version.*/
/* TODO(mdc-migration): The following rule targets internal classes of menu that may no longer apply for the MDC version.*/
.mat-menu {
  padding: 0 1rem;
}
.mat-menu.mat-mdc-menu-panel {
  border: 1px solid #CCD3DC;
  border-radius: 4px;
  box-shadow: 0 6px 16px grey;
}
.mat-menu a {
  line-height: 3rem;
  width: 100%;
  color: #07192C;
  text-decoration: none;
  box-sizing: border-box;
  border-bottom: 1px solid #CCD3DC;
}
.mat-menu a:hover {
  border-radius: 4px;
  background-color: #F2F2F3;
  border-bottom: 1px solid #F2F2F3;
}

.mat-mdc-paginator__modern {
  background: none !important;
  max-width: 3840px;
  margin: 0 auto;
}
.mat-mdc-paginator__modern .mat-mdc-paginator-outer-container {
  margin-top: 1rem;
}
.mat-mdc-paginator__modern .mat-mdc-paginator-page-size {
  display: none;
}
.mat-mdc-paginator__modern .mat-mdc-paginator-range-label {
  order: 3;
  color: #000;
  font-weight: 600;
}
.mat-mdc-paginator__modern button.mat-mdc-tooltip-trigger {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-paginator__modern button.mat-mdc-tooltip-trigger.mat-button-disabled {
  opacity: 0.5;
}
.mat-mdc-paginator__modern button.mat-mdc-tooltip-trigger:not(.mat-button-disabled):hover .mat-mdc-paginator-icon {
  background-color: #266CDE;
}
.mat-mdc-paginator__modern button.mat-mdc-tooltip-trigger:not(.mat-button-disabled):hover .mat-mdc-paginator-icon path {
  fill: #fff;
}
.mat-mdc-paginator__modern button.mat-mdc-tooltip-trigger .mat-mdc-paginator-icon {
  border-radius: 0.2rem;
  font-weight: 800;
  width: 24px;
  background-color: #e3e4ea;
  padding: 0.5rem 0.1rem 0.5rem 0.1rem;
  transition: background-color 0.2s ease-in-out;
}
.mat-mdc-paginator__modern button.mat-mdc-tooltip-trigger .mat-mdc-paginator-icon path {
  fill: #000;
  transition: fill 0.2s ease-in-out;
}
.mat-mdc-paginator__modern .mat-mdc-paginator-navigation-first {
  order: 1;
}
.mat-mdc-paginator__modern .mat-mdc-paginator-navigation-previous {
  order: 2;
}
.mat-mdc-paginator__modern .mat-mdc-paginator-navigation-next {
  order: 4;
}
.mat-mdc-paginator__modern .mat-mdc-paginator-navigation-last {
  order: 5;
}

.mat-mdc-tooltip {
  background-color: #07192C !important;
  -webkit-user-select: none;
          user-select: none;
}

.mat-mdc-unelevated-button__primary {
  padding: 0 20px;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-unelevated-button__primary .mat-ripple-element {
  background-color: rgba(38, 108, 222, 0.3);
}
.mat-mdc-unelevated-button__primary.mat-mdc-unelevated-button {
  height: auto !important;
  line-height: 2rem;
  padding: 6px 25px;
}
.mat-mdc-unelevated-button__primary.mat-mdc-unelevated-button:not(:disabled) {
  background-color: #266cde;
  color: #ffffff;
  border: 1px solid #266cde;
}
.mat-mdc-unelevated-button__primary--inactive.mat-mdc-unelevated-button:not(:disabled) {
  background-color: #e5edfb;
  color: #266cde;
  border: 1px solid #e5edfb;
}
.mat-mdc-unelevated-button__primary:hover:not(.mat-button-disabled) {
  background-color: #174fd1;
  color: #ffffff;
}
.mat-mdc-unelevated-button__primary:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-unelevated-button__primary-small {
  padding: 0 20px;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-unelevated-button__primary-small .mat-ripple-element {
  background-color: rgba(38, 108, 222, 0.3);
}
.mat-mdc-unelevated-button__primary-small.mat-mdc-unelevated-button {
  line-height: 1.9rem;
  padding: 4px 15px;
  background-color: #266cde;
  color: #ffffff;
  border: 1px solid #266cde;
  font-size: 0.75rem;
}
.mat-mdc-unelevated-button__primary-small:hover:not(.mat-button-disabled) {
  background-color: #174fd1;
  color: #ffffff;
}
.mat-mdc-unelevated-button__primary-small:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-unelevated-button__primary-large {
  padding: 0 20px;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-unelevated-button__primary-large .mat-ripple-element {
  background-color: rgba(38, 108, 222, 0.3);
}
.mat-mdc-unelevated-button__primary-large.mat-mdc-unelevated-button {
  line-height: 2.1rem;
  padding: 9px 45px;
  background-color: #266cde;
  color: #ffffff;
  border: 1px solid #266cde;
}
.mat-mdc-unelevated-button__primary-large:hover:not(.mat-button-disabled) {
  background-color: #174fd1;
  color: #ffffff;
}
.mat-mdc-unelevated-button__primary-large:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-button__primary {
  background-image: linear-gradient(#266cde, #266cde) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__primary .mat-ripple-element {
  background-color: rgba(38, 108, 222, 0.3);
}
.mat-mdc-button__primary.mat-mdc-button:not(.mat-button-disabled) {
  padding: 6px 25px;
  border-color: #266cde;
}
.mat-mdc-button__primary:hover:not(.mat-button-disabled) {
  color: #ffffff;
}
.mat-mdc-button__primary.mat-mdc-button {
  line-height: 2rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__primary.mat-mdc-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-button__primary:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-button__primary-small {
  background-image: linear-gradient(#266cde, #266cde) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__primary-small .mat-ripple-element {
  background-color: rgba(38, 108, 222, 0.3);
}
.mat-mdc-button__primary-small.mat-mdc-button:not(.mat-button-disabled) {
  padding: 6px 15px;
  border-color: #266cde;
}
.mat-mdc-button__primary-small:hover:not(.mat-button-disabled) {
  color: #ffffff;
}
.mat-mdc-button__primary-small.mat-mdc-button {
  line-height: 1.9rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  font-size: 0.75rem;
}
.mat-mdc-button__primary-small.mat-mdc-button:hover {
  background-size: 100% 100%;
}
.mat-mdc-button__primary-small:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-button__primary-large {
  background-image: linear-gradient(#266cde, #266cde) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__primary-large .mat-ripple-element {
  background-color: rgba(38, 108, 222, 0.3);
}
.mat-mdc-button__primary-large.mat-mdc-button:not(.mat-button-disabled) {
  padding: 9px 45px;
  border-color: #266cde;
}
.mat-mdc-button__primary-large:hover:not(.mat-button-disabled) {
  color: #ffffff;
}
.mat-mdc-button__primary-large.mat-mdc-button {
  line-height: 2.1rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  font-size: 0.75rem;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__primary-large.mat-mdc-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-button__primary-large:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-outlined-button__primary {
  background-image: linear-gradient(#266cde, #266cde) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__primary .mat-ripple-element {
  background-color: rgba(38, 108, 222, 0.3);
}
.mat-mdc-outlined-button__primary.mat-mdc-outlined-button:not(.mat-button-disabled) {
  padding: 6px 25px;
  border-color: #266cde;
}
.mat-mdc-outlined-button__primary:hover:not(.mat-button-disabled) {
  color: #ffffff;
}
.mat-mdc-outlined-button__primary.mat-mdc-outlined-button {
  line-height: 2rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__primary.mat-mdc-outlined-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-outlined-button__primary:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-outlined-button__primary-small {
  background-image: linear-gradient(#266cde, #266cde) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__primary-small .mat-ripple-element {
  background-color: rgba(38, 108, 222, 0.3);
}
.mat-mdc-outlined-button__primary-small.mat-mdc-outlined-button:not(.mat-button-disabled) {
  padding: 4px 15px;
  border-color: #266cde;
}
.mat-mdc-outlined-button__primary-small:hover:not(.mat-button-disabled) {
  color: #ffffff;
}
.mat-mdc-outlined-button__primary-small.mat-mdc-outlined-button {
  line-height: 1.9rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  font-size: 0.75rem;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__primary-small.mat-mdc-outlined-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-outlined-button__primary-small:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-outlined-button__primary-large {
  background-image: linear-gradient(#266cde, #266cde) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__primary-large .mat-ripple-element {
  background-color: rgba(38, 108, 222, 0.3);
}
.mat-mdc-outlined-button__primary-large.mat-mdc-outlined-button:not(.mat-button-disabled) {
  padding: 9px 45px;
  border-color: #266cde;
}
.mat-mdc-outlined-button__primary-large:hover:not(.mat-button-disabled) {
  color: #ffffff;
}
.mat-mdc-outlined-button__primary-large.mat-mdc-outlined-button {
  line-height: 2.1rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__primary-large.mat-mdc-outlined-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-outlined-button__primary-large:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-radio-group {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.mat-mdc-radio-button__primary {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.mat-mdc-radio-button__primary.mat-radio-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.mat-mdc-radio-button__primary.mat-radio-disabled.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-form-field {
  border: 1px solid #CCD3DC;
  filter: drop-shadow(0 0.2rem 0.04rem #CCD3DC, 0.1);
}
.mat-mdc-radio-button__primary.mat-radio-disabled.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__outer-circle {
  border-width: 3px;
  border-color: #CCD3DC;
}
.mat-mdc-radio-button__primary.mat-radio-disabled.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__inner-circle {
  background-color: #CCD3DC;
}
.mat-mdc-radio-button__primary label {
  font-weight: bold;
  font-size: 0.75rem;
  width: auto;
}
.mat-mdc-radio-button__primary .mdc-form-field {
  padding-right: 0.5rem;
  border-radius: 4px;
}
.mat-mdc-radio-button__primary .mdc-form-field {
  border: 1px solid #CCD3DC;
}
.mat-mdc-radio-button__primary.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-form-field {
  border: 1px solid #266cde;
  filter: drop-shadow(0 0.2rem 0.04rem rgba(38, 108, 222, 0.1));
}
.mat-mdc-radio-button__primary .mat-radio__outer-circle {
  border-color: #266cde;
  border-width: 1px;
}
.mat-mdc-radio-button__primary.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__outer-circle {
  border-width: 3px;
  border-color: #266cde !important;
}
.mat-mdc-radio-button__primary.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__inner-circle {
  border-color: #266cde !important;
}
.mat-mdc-radio-button__primary--large {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.mat-mdc-radio-button__primary--large .mdc-form-field {
  border: none;
  padding: 0.7rem 1.6rem 0.7rem 0.5rem;
  background-color: none;
  font-weight: bold;
  font-size: 0.75rem;
  width: auto;
}
.mat-mdc-radio-button__primary--large .mat-radio-container {
  width: 25px;
  height: 25px;
}
.mat-mdc-radio-button__primary--large.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-form-field {
  border: none;
  filter: none;
}
.mat-mdc-radio-button__primary--large .mdc-radio__outer-circle {
  border-color: #266cde;
  border-width: 1px;
  height: 25px;
  width: 25px;
}
.mat-mdc-radio-button__primary--large .mdc-radio__inner-circle {
  height: 25px;
  width: 25px;
}
.mat-mdc-radio-button__primary--large.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__outer-circle {
  border-width: 4px;
  border-color: #266cde;
}
.mat-mdc-radio-button__primary--large.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__inner-circle {
  background-color: #266cde;
}
.mat-mdc-radio-button__primary .mat-mdc-radio-button {
  display: flex;
}

.mat-mdc-checkbox__primary {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__primary.mat-checkbox-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__primary.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mdc-checkbox__background {
  background-color: #CCD3DC !important;
}
.mat-mdc-checkbox__primary .mat-mdc-checkbox .mat-ripple {
  background-color: #266cde !important;
}
.mat-mdc-checkbox__primary .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple {
  background-color: #266cde !important;
}
.mat-mdc-checkbox__primary .mat-checkbox-inner-container {
  height: 25px;
  width: 25px;
}
.mat-mdc-checkbox__primary .mat-checkbox-frame {
  border-color: #266cde;
}
.mat-mdc-checkbox__primary.mat-mdc-checkbox-checked .mdc-form-field .mdc-checkbox .mdc-checkbox__background {
  background-color: #266cde !important;
  border-color: #266cde !important;
}
.mat-mdc-checkbox__primary .mdc-checkbox__checkmark {
  color: #ffffff !important;
}

.mat-mdc-checkbox__primary-small {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__primary-small.mat-checkbox-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__primary-small.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #CCD3DC !important;
}
.mat-mdc-checkbox__primary-small .mat-mdc-checkbox .mat-ripple-element {
  background-color: #266cde !important;
}
.mat-mdc-checkbox__primary-small .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple {
  background-color: #266cde !important;
}
.mat-mdc-checkbox__primary-small .mat-checkbox-frame {
  border-color: #266cde;
}
.mat-mdc-checkbox__primary-small.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #266cde !important;
}
.mat-mdc-checkbox__primary-small .mat-checkbox-checkmark-path {
  stroke: #ffffff !important;
}

.mat-mdc-checkbox__primary-small-border {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__primary-small-border.mat-checkbox-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__primary-small-border.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #CCD3DC !important;
}
.mat-mdc-checkbox__primary-small-border.mat-checkbox-disabled.mat-mdc-checkbox {
  padding: 0.5rem;
  border-radius: 4px;
  border: 1px solid #CCD3DC;
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__primary-small-border.mat-checkbox-disabled.mat-mdc-checkbox.mat-checkbox-checked {
  border: 1px solid #CCD3DC;
  box-shadow: 0 0.2rem 0.04rem rgba(204, 211, 220, 0.1);
}
.mat-mdc-checkbox__primary-small-border .mat-mdc-checkbox .mat-ripple-element {
  background-color: #266cde !important;
}
.mat-mdc-checkbox__primary-small-border .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple {
  background-color: #266cde !important;
}
.mat-mdc-checkbox__primary-small-border.mat-mdc-checkbox {
  padding: 0.5rem;
  border-radius: 4px;
  border: 1px solid #CCD3DC;
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__primary-small-border.mat-mdc-checkbox.mat-checkbox-checked {
  border: 1px solid #266cde;
  box-shadow: 0 0.2rem 0.04rem rgba(38, 108, 222, 0.1);
}
.mat-mdc-checkbox__primary-small-border .mat-checkbox-frame {
  border-color: #266cde;
}
.mat-mdc-checkbox__primary-small-border.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #266cde !important;
}
.mat-mdc-checkbox__primary-small-border .mat-checkbox-checkmark-path {
  stroke: #ffffff !important;
}

/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
.mat-button-toggle__primary {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-button-toggle__primary .mat-ripple-element {
  background-color: rgba(38, 108, 222, 0.3);
}
.mat-button-toggle__primary.mat-button-toggle-group-appearance-standard {
  border: 1px solid #266cde;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-button-toggle__primary.mat-button-toggle-group-appearance-standard .mat-button-toggle-label-content {
  padding: 0 25px;
  line-height: 46px;
}
.mat-button-toggle__primary .mat-button-toggle-checked {
  background-color: #266cde;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-button-toggle__primary .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: #ffffff;
}

.mat-expansion-panel__primary mat-panel-description {
  font-size: 0.85rem;
}
.mat-expansion-panel__primary .mat-expansion-panel-header-title {
  font-weight: bold;
}
.mat-expansion-panel__primary.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0), 0px 2px 2px 0px rgba(0, 0, 0, 0), 0px 1px 5px 0px rgba(0, 0, 0, 0);
  border: 1px solid #CCD3DC;
}
.mat-expansion-panel__primary.mat-expansion-panel:not([class*=mat-elevation-z]).mat-expanded {
  border: 1px solid #266cde;
}

.mat-expansion-panel__ghost .mat-expansion-panel-header-title {
  font-weight: bold;
}
.mat-expansion-panel__ghost.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0), 0px 2px 2px 0px rgba(0, 0, 0, 0), 0px 1px 5px 0px rgba(0, 0, 0, 0);
  background: none;
}
.mat-expansion-panel__ghost .mat-content {
  flex-direction: column;
}
.mat-expansion-panel__ghost mat-panel-description {
  font-size: 0.85rem;
}
.mat-expansion-panel__ghost .mat-expansion-panel-header {
  flex-direction: row-reverse;
}
.mat-expansion-panel__ghost .mat-expansion-panel-header-title, .mat-expansion-panel__ghost .mat-expansion-panel-header-description {
  margin-left: 28px;
  margin-right: 0;
}
.mat-expansion-panel__ghost.mat-expansion-panel-body {
  padding: 0 24px 16px 57px;
}
.mat-expansion-panel__ghost.mat-expanded .mat-expansion-indicator::after {
  transform: rotate(-135deg) !important;
}
.mat-expansion-panel__ghost .mat-expansion-indicator {
  transform: rotate(90deg);
}
.mat-expansion-panel__ghost .mat-expansion-indicator::after {
  color: #266CDE;
  transform: rotate(-45deg);
}

.mat-divider__primary.mat-divider {
  border-top-color: #266cde;
}

.mat-ripple__primary .mat-ripple-element {
  background-color: rgba(38, 108, 222, 0.3);
}

.mat-mdc-table__product-list {
  width: calc(100% - 10px);
  min-width: calc(100% - 10px);
  table-layout: fixed;
}
.mat-mdc-table__product-list .mat-mdc-cell {
  padding: 0;
}
.mat-mdc-table__product-list th.mat-sort-header__scheme, .mat-mdc-table__product-list th.mat-header__scheme {
  width: 92px;
}
.mat-mdc-table__product-list th.mat-sort-header__orderRef, .mat-mdc-table__product-list th.mat-sort-header__partCount, .mat-mdc-table__product-list th.mat-header__orderRef, .mat-mdc-table__product-list th.mat-header__partCount {
  width: 100px;
}
.mat-mdc-table__product-list th.mat-sort-header__status, .mat-mdc-table__product-list th.mat-header__status {
  width: 100px;
}
.mat-mdc-table__product-list th.mat-sort-header__delayedParts, .mat-mdc-table__product-list th.mat-sort-header__net, .mat-mdc-table__product-list th.mat-sort-header__orderRef, .mat-mdc-table__product-list th.mat-header__delayedParts, .mat-mdc-table__product-list th.mat-header__net, .mat-mdc-table__product-list th.mat-header__orderRef {
  width: 120px;
}
.mat-mdc-table__product-list th.mat-sort-header__orderDate, .mat-mdc-table__product-list th.mat-header__orderDate {
  width: 125px;
}
.mat-mdc-table__product-list th.mat-sort-header__details, .mat-mdc-table__product-list th.mat-sort-header__link, .mat-mdc-table__product-list th.mat-header__details, .mat-mdc-table__product-list th.mat-header__link {
  width: 150px;
}
.mat-mdc-table__product-list th.mat-sort-header__quoteNumber, .mat-mdc-table__product-list th.mat-header__quoteNumber {
  width: 180px;
}
.mat-mdc-table__product-list th,
.mat-mdc-table__product-list td {
  box-sizing: border-box;
  max-width: 150px;
}
.mat-mdc-table__product-list--fixed-header {
  padding-top: 62px;
}
.mat-mdc-table__product-list--fixed-header thead {
  position: fixed;
  background: #fff !important;
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.05);
  top: 12rem;
  left: 0;
  z-index: 10;
  table-layout: fixed;
  display: table;
}
@media only screen and (max-width: 950px) {
  .mat-mdc-table__product-list--fixed-header thead {
    top: 12rem;
  }
}
@media only screen and (max-width: 755px) {
  .mat-mdc-table__product-list--fixed-header thead {
    top: 13rem;
  }
}
.mat-mdc-table__product-list--fixed-header tbody {
  table-layout: fixed;
  display: table;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-scheme {
  width: 92px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-orderRef, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-status, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-partCount {
  width: 100px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-delayedParts, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-net, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-orderRef {
  width: 120px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-orderDate {
  width: 125px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-details, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-link {
  width: 150px;
}
.mat-mdc-table__product-list thead {
  min-width: 1000px;
}
.mat-mdc-table__product-list thead > tr {
  position: relative;
  width: 100%;
}
.mat-mdc-table__product-list thead, .mat-mdc-table__product-list tbody, .mat-mdc-table__product-list tr {
  width: calc(100% - 10px);
}
.mat-mdc-table__product-list tbody {
  overflow: hidden;
  border-spacing: 0 0.25rem;
}

.mat-mdc-table__parts-list {
  width: 100%;
  min-width: 1050px;
}
.mat-mdc-table__parts-list--fixed-header {
  padding-top: 80px !important;
}
.mat-mdc-table__parts-list--fixed-header thead {
  position: fixed;
  display: table;
  background: #fff !important;
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.05);
  min-width: 1050px;
  top: 7.8rem;
  z-index: 10;
  left: 0;
  border-right: 1.4rem solid white;
  border-left: 1.4rem solid white;
}
.mat-mdc-table__parts-list thead > tr {
  width: 100%;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__docs {
  width: 50px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__item {
  width: 2rem;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__partId {
  width: 170px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__description {
  width: auto;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__edit {
  width: 35px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__quantity {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__rrp {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__surcharge {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__discount {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__net, .mat-mdc-table__parts-list thead > tr .mat-sort-header__unit {
  width: 140px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__remove {
  width: 80px;
}
.mat-mdc-table__parts-list thead > tr th {
  box-sizing: border-box;
}
.mat-mdc-table__parts-list thead, .mat-mdc-table__parts-list tbody, .mat-mdc-table__parts-list tr {
  width: 100%;
}
.mat-mdc-table__parts-list tbody {
  overflow: hidden;
  border-spacing: 0 0.25rem;
}
.mat-mdc-table__parts-list tbody .mat-column-docs {
  width: 50px;
}
.mat-mdc-table__parts-list tbody .mat-column-item {
  min-width: 2rem;
  width: 2rem;
}
.mat-mdc-table__parts-list tbody .mat-column-partId {
  min-width: 170px;
  width: 170px;
}
.mat-mdc-table__parts-list tbody .mat-column-description {
  width: auto;
}
.mat-mdc-table__parts-list tbody .mat-column-edit {
  width: 35px;
}
.mat-mdc-table__parts-list tbody .mat-column-quantity {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-rrp {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-surcharge {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-discount {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-net, .mat-mdc-table__parts-list tbody .mat-column-unit {
  width: 140px;
}
.mat-mdc-table__parts-list tbody .mat-column-remove {
  width: 80px;
}
.mat-mdc-table__parts-list tbody td {
  box-sizing: border-box;
}

/* TODO(mdc-migration): The following rule targets internal classes of slide-toggle that may no longer apply for the MDC version.*/
.mat-slide-toggle-thumb {
  background-color: #000 !important;
}

.mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-surface {
  padding: 24px;
  width: 100%;
  height: 100%;
  min-height: inherit;
  max-height: inherit;
  border-radius: 4px;
}
.mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-title {
  padding: 0px;
  margin: 0px;
}

.mat-mdc-unelevated-button__secondary {
  padding: 0 20px;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-unelevated-button__secondary .mat-ripple-element {
  background-color: rgba(2, 61, 157, 0.3);
}
.mat-mdc-unelevated-button__secondary.mat-mdc-unelevated-button {
  height: auto !important;
  line-height: 2rem;
  padding: 6px 25px;
}
.mat-mdc-unelevated-button__secondary.mat-mdc-unelevated-button:not(:disabled) {
  background-color: #023D9D;
  color: #ffffff;
  border: 1px solid #023D9D;
}
.mat-mdc-unelevated-button__secondary--inactive.mat-mdc-unelevated-button:not(:disabled) {
  background-color: #E1E8F3;
  color: #023D9D;
  border: 1px solid #E1E8F3;
}
.mat-mdc-unelevated-button__secondary:hover:not(.mat-button-disabled) {
  background-color: #012781;
  color: #ffffff;
}
.mat-mdc-unelevated-button__secondary:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-unelevated-button__secondary-small {
  padding: 0 20px;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-unelevated-button__secondary-small .mat-ripple-element {
  background-color: rgba(2, 61, 157, 0.3);
}
.mat-mdc-unelevated-button__secondary-small.mat-mdc-unelevated-button {
  line-height: 1.9rem;
  padding: 4px 15px;
  background-color: #023D9D;
  color: #ffffff;
  border: 1px solid #023D9D;
  font-size: 0.75rem;
}
.mat-mdc-unelevated-button__secondary-small:hover:not(.mat-button-disabled) {
  background-color: #012781;
  color: #ffffff;
}
.mat-mdc-unelevated-button__secondary-small:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-unelevated-button__secondary-large {
  padding: 0 20px;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-unelevated-button__secondary-large .mat-ripple-element {
  background-color: rgba(2, 61, 157, 0.3);
}
.mat-mdc-unelevated-button__secondary-large.mat-mdc-unelevated-button {
  line-height: 2.1rem;
  padding: 9px 45px;
  background-color: #023D9D;
  color: #ffffff;
  border: 1px solid #023D9D;
}
.mat-mdc-unelevated-button__secondary-large:hover:not(.mat-button-disabled) {
  background-color: #012781;
  color: #ffffff;
}
.mat-mdc-unelevated-button__secondary-large:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-button__secondary {
  background-image: linear-gradient(#023D9D, #023D9D) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__secondary .mat-ripple-element {
  background-color: rgba(2, 61, 157, 0.3);
}
.mat-mdc-button__secondary.mat-mdc-button:not(.mat-button-disabled) {
  padding: 6px 25px;
  border-color: #023D9D;
}
.mat-mdc-button__secondary:hover:not(.mat-button-disabled) {
  color: #ffffff;
}
.mat-mdc-button__secondary.mat-mdc-button {
  line-height: 2rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__secondary.mat-mdc-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-button__secondary:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-button__secondary-small {
  background-image: linear-gradient(#023D9D, #023D9D) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__secondary-small .mat-ripple-element {
  background-color: rgba(2, 61, 157, 0.3);
}
.mat-mdc-button__secondary-small.mat-mdc-button:not(.mat-button-disabled) {
  padding: 6px 15px;
  border-color: #023D9D;
}
.mat-mdc-button__secondary-small:hover:not(.mat-button-disabled) {
  color: #ffffff;
}
.mat-mdc-button__secondary-small.mat-mdc-button {
  line-height: 1.9rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  font-size: 0.75rem;
}
.mat-mdc-button__secondary-small.mat-mdc-button:hover {
  background-size: 100% 100%;
}
.mat-mdc-button__secondary-small:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-button__secondary-large {
  background-image: linear-gradient(#023D9D, #023D9D) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__secondary-large .mat-ripple-element {
  background-color: rgba(2, 61, 157, 0.3);
}
.mat-mdc-button__secondary-large.mat-mdc-button:not(.mat-button-disabled) {
  padding: 9px 45px;
  border-color: #023D9D;
}
.mat-mdc-button__secondary-large:hover:not(.mat-button-disabled) {
  color: #ffffff;
}
.mat-mdc-button__secondary-large.mat-mdc-button {
  line-height: 2.1rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  font-size: 0.75rem;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__secondary-large.mat-mdc-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-button__secondary-large:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-outlined-button__secondary {
  background-image: linear-gradient(#023D9D, #023D9D) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__secondary .mat-ripple-element {
  background-color: rgba(2, 61, 157, 0.3);
}
.mat-mdc-outlined-button__secondary.mat-mdc-outlined-button:not(.mat-button-disabled) {
  padding: 6px 25px;
  border-color: #023D9D;
}
.mat-mdc-outlined-button__secondary:hover:not(.mat-button-disabled) {
  color: #ffffff;
}
.mat-mdc-outlined-button__secondary.mat-mdc-outlined-button {
  line-height: 2rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__secondary.mat-mdc-outlined-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-outlined-button__secondary:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-outlined-button__secondary-small {
  background-image: linear-gradient(#023D9D, #023D9D) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__secondary-small .mat-ripple-element {
  background-color: rgba(2, 61, 157, 0.3);
}
.mat-mdc-outlined-button__secondary-small.mat-mdc-outlined-button:not(.mat-button-disabled) {
  padding: 4px 15px;
  border-color: #023D9D;
}
.mat-mdc-outlined-button__secondary-small:hover:not(.mat-button-disabled) {
  color: #ffffff;
}
.mat-mdc-outlined-button__secondary-small.mat-mdc-outlined-button {
  line-height: 1.9rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  font-size: 0.75rem;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__secondary-small.mat-mdc-outlined-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-outlined-button__secondary-small:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-outlined-button__secondary-large {
  background-image: linear-gradient(#023D9D, #023D9D) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__secondary-large .mat-ripple-element {
  background-color: rgba(2, 61, 157, 0.3);
}
.mat-mdc-outlined-button__secondary-large.mat-mdc-outlined-button:not(.mat-button-disabled) {
  padding: 9px 45px;
  border-color: #023D9D;
}
.mat-mdc-outlined-button__secondary-large:hover:not(.mat-button-disabled) {
  color: #ffffff;
}
.mat-mdc-outlined-button__secondary-large.mat-mdc-outlined-button {
  line-height: 2.1rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__secondary-large.mat-mdc-outlined-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-outlined-button__secondary-large:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-radio-group {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.mat-mdc-radio-button__secondary {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.mat-mdc-radio-button__secondary.mat-radio-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.mat-mdc-radio-button__secondary.mat-radio-disabled.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-form-field {
  border: 1px solid #CCD3DC;
  filter: drop-shadow(0 0.2rem 0.04rem #CCD3DC, 0.1);
}
.mat-mdc-radio-button__secondary.mat-radio-disabled.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__outer-circle {
  border-width: 3px;
  border-color: #CCD3DC;
}
.mat-mdc-radio-button__secondary.mat-radio-disabled.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__inner-circle {
  background-color: #CCD3DC;
}
.mat-mdc-radio-button__secondary label {
  font-weight: bold;
  font-size: 0.75rem;
  width: auto;
}
.mat-mdc-radio-button__secondary .mdc-form-field {
  padding-right: 0.5rem;
  border-radius: 4px;
}
.mat-mdc-radio-button__secondary .mdc-form-field {
  border: 1px solid #CCD3DC;
}
.mat-mdc-radio-button__secondary.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-form-field {
  border: 1px solid #023D9D;
  filter: drop-shadow(0 0.2rem 0.04rem rgba(2, 61, 157, 0.1));
}
.mat-mdc-radio-button__secondary .mat-radio__outer-circle {
  border-color: #023D9D;
  border-width: 1px;
}
.mat-mdc-radio-button__secondary.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__outer-circle {
  border-width: 3px;
  border-color: #023D9D !important;
}
.mat-mdc-radio-button__secondary.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__inner-circle {
  border-color: #023D9D !important;
}
.mat-mdc-radio-button__secondary--large {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.mat-mdc-radio-button__secondary--large .mdc-form-field {
  border: none;
  padding: 0.7rem 1.6rem 0.7rem 0.5rem;
  background-color: none;
  font-weight: bold;
  font-size: 0.75rem;
  width: auto;
}
.mat-mdc-radio-button__secondary--large .mat-radio-container {
  width: 25px;
  height: 25px;
}
.mat-mdc-radio-button__secondary--large.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-form-field {
  border: none;
  filter: none;
}
.mat-mdc-radio-button__secondary--large .mdc-radio__outer-circle {
  border-color: #023D9D;
  border-width: 1px;
  height: 25px;
  width: 25px;
}
.mat-mdc-radio-button__secondary--large .mdc-radio__inner-circle {
  height: 25px;
  width: 25px;
}
.mat-mdc-radio-button__secondary--large.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__outer-circle {
  border-width: 4px;
  border-color: #023D9D;
}
.mat-mdc-radio-button__secondary--large.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__inner-circle {
  background-color: #023D9D;
}
.mat-mdc-radio-button__secondary .mat-mdc-radio-button {
  display: flex;
}

.mat-mdc-checkbox__secondary {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__secondary.mat-checkbox-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__secondary.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mdc-checkbox__background {
  background-color: #CCD3DC !important;
}
.mat-mdc-checkbox__secondary .mat-mdc-checkbox .mat-ripple {
  background-color: #023D9D !important;
}
.mat-mdc-checkbox__secondary .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple {
  background-color: #023D9D !important;
}
.mat-mdc-checkbox__secondary .mat-checkbox-inner-container {
  height: 25px;
  width: 25px;
}
.mat-mdc-checkbox__secondary .mat-checkbox-frame {
  border-color: #023D9D;
}
.mat-mdc-checkbox__secondary.mat-mdc-checkbox-checked .mdc-form-field .mdc-checkbox .mdc-checkbox__background {
  background-color: #023D9D !important;
  border-color: #023D9D !important;
}
.mat-mdc-checkbox__secondary .mdc-checkbox__checkmark {
  color: #ffffff !important;
}

.mat-mdc-checkbox__secondary-small {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__secondary-small.mat-checkbox-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__secondary-small.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #CCD3DC !important;
}
.mat-mdc-checkbox__secondary-small .mat-mdc-checkbox .mat-ripple-element {
  background-color: #023D9D !important;
}
.mat-mdc-checkbox__secondary-small .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple {
  background-color: #023D9D !important;
}
.mat-mdc-checkbox__secondary-small .mat-checkbox-frame {
  border-color: #023D9D;
}
.mat-mdc-checkbox__secondary-small.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #023D9D !important;
}
.mat-mdc-checkbox__secondary-small .mat-checkbox-checkmark-path {
  stroke: #ffffff !important;
}

.mat-mdc-checkbox__secondary-small-border {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__secondary-small-border.mat-checkbox-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__secondary-small-border.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #CCD3DC !important;
}
.mat-mdc-checkbox__secondary-small-border.mat-checkbox-disabled.mat-mdc-checkbox {
  padding: 0.5rem;
  border-radius: 4px;
  border: 1px solid #CCD3DC;
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__secondary-small-border.mat-checkbox-disabled.mat-mdc-checkbox.mat-checkbox-checked {
  border: 1px solid #CCD3DC;
  box-shadow: 0 0.2rem 0.04rem rgba(204, 211, 220, 0.1);
}
.mat-mdc-checkbox__secondary-small-border .mat-mdc-checkbox .mat-ripple-element {
  background-color: #023D9D !important;
}
.mat-mdc-checkbox__secondary-small-border .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple {
  background-color: #023D9D !important;
}
.mat-mdc-checkbox__secondary-small-border.mat-mdc-checkbox {
  padding: 0.5rem;
  border-radius: 4px;
  border: 1px solid #CCD3DC;
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__secondary-small-border.mat-mdc-checkbox.mat-checkbox-checked {
  border: 1px solid #023D9D;
  box-shadow: 0 0.2rem 0.04rem rgba(2, 61, 157, 0.1);
}
.mat-mdc-checkbox__secondary-small-border .mat-checkbox-frame {
  border-color: #023D9D;
}
.mat-mdc-checkbox__secondary-small-border.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #023D9D !important;
}
.mat-mdc-checkbox__secondary-small-border .mat-checkbox-checkmark-path {
  stroke: #ffffff !important;
}

/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
.mat-button-toggle__secondary {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-button-toggle__secondary .mat-ripple-element {
  background-color: rgba(2, 61, 157, 0.3);
}
.mat-button-toggle__secondary.mat-button-toggle-group-appearance-standard {
  border: 1px solid #023D9D;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-button-toggle__secondary.mat-button-toggle-group-appearance-standard .mat-button-toggle-label-content {
  padding: 0 25px;
  line-height: 46px;
}
.mat-button-toggle__secondary .mat-button-toggle-checked {
  background-color: #023D9D;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-button-toggle__secondary .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: #ffffff;
}

.mat-expansion-panel__secondary mat-panel-description {
  font-size: 0.85rem;
}
.mat-expansion-panel__secondary .mat-expansion-panel-header-title {
  font-weight: bold;
}
.mat-expansion-panel__secondary.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0), 0px 2px 2px 0px rgba(0, 0, 0, 0), 0px 1px 5px 0px rgba(0, 0, 0, 0);
  border: 1px solid #CCD3DC;
}
.mat-expansion-panel__secondary.mat-expansion-panel:not([class*=mat-elevation-z]).mat-expanded {
  border: 1px solid #023D9D;
}

.mat-expansion-panel__ghost .mat-expansion-panel-header-title {
  font-weight: bold;
}
.mat-expansion-panel__ghost.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0), 0px 2px 2px 0px rgba(0, 0, 0, 0), 0px 1px 5px 0px rgba(0, 0, 0, 0);
  background: none;
}
.mat-expansion-panel__ghost .mat-content {
  flex-direction: column;
}
.mat-expansion-panel__ghost mat-panel-description {
  font-size: 0.85rem;
}
.mat-expansion-panel__ghost .mat-expansion-panel-header {
  flex-direction: row-reverse;
}
.mat-expansion-panel__ghost .mat-expansion-panel-header-title, .mat-expansion-panel__ghost .mat-expansion-panel-header-description {
  margin-left: 28px;
  margin-right: 0;
}
.mat-expansion-panel__ghost.mat-expansion-panel-body {
  padding: 0 24px 16px 57px;
}
.mat-expansion-panel__ghost.mat-expanded .mat-expansion-indicator::after {
  transform: rotate(-135deg) !important;
}
.mat-expansion-panel__ghost .mat-expansion-indicator {
  transform: rotate(90deg);
}
.mat-expansion-panel__ghost .mat-expansion-indicator::after {
  color: #266CDE;
  transform: rotate(-45deg);
}

.mat-divider__secondary.mat-divider {
  border-top-color: #023D9D;
}

.mat-ripple__secondary .mat-ripple-element {
  background-color: rgba(2, 61, 157, 0.3);
}

.mat-mdc-table__product-list {
  width: calc(100% - 10px);
  min-width: calc(100% - 10px);
  table-layout: fixed;
}
.mat-mdc-table__product-list .mat-mdc-cell {
  padding: 0;
}
.mat-mdc-table__product-list th.mat-sort-header__scheme, .mat-mdc-table__product-list th.mat-header__scheme {
  width: 92px;
}
.mat-mdc-table__product-list th.mat-sort-header__orderRef, .mat-mdc-table__product-list th.mat-sort-header__partCount, .mat-mdc-table__product-list th.mat-header__orderRef, .mat-mdc-table__product-list th.mat-header__partCount {
  width: 100px;
}
.mat-mdc-table__product-list th.mat-sort-header__status, .mat-mdc-table__product-list th.mat-header__status {
  width: 100px;
}
.mat-mdc-table__product-list th.mat-sort-header__delayedParts, .mat-mdc-table__product-list th.mat-sort-header__net, .mat-mdc-table__product-list th.mat-sort-header__orderRef, .mat-mdc-table__product-list th.mat-header__delayedParts, .mat-mdc-table__product-list th.mat-header__net, .mat-mdc-table__product-list th.mat-header__orderRef {
  width: 120px;
}
.mat-mdc-table__product-list th.mat-sort-header__orderDate, .mat-mdc-table__product-list th.mat-header__orderDate {
  width: 125px;
}
.mat-mdc-table__product-list th.mat-sort-header__details, .mat-mdc-table__product-list th.mat-sort-header__link, .mat-mdc-table__product-list th.mat-header__details, .mat-mdc-table__product-list th.mat-header__link {
  width: 150px;
}
.mat-mdc-table__product-list th.mat-sort-header__quoteNumber, .mat-mdc-table__product-list th.mat-header__quoteNumber {
  width: 180px;
}
.mat-mdc-table__product-list th,
.mat-mdc-table__product-list td {
  box-sizing: border-box;
  max-width: 150px;
}
.mat-mdc-table__product-list--fixed-header {
  padding-top: 62px;
}
.mat-mdc-table__product-list--fixed-header thead {
  position: fixed;
  background: #fff !important;
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.05);
  top: 12rem;
  left: 0;
  z-index: 10;
  table-layout: fixed;
  display: table;
}
@media only screen and (max-width: 950px) {
  .mat-mdc-table__product-list--fixed-header thead {
    top: 12rem;
  }
}
@media only screen and (max-width: 755px) {
  .mat-mdc-table__product-list--fixed-header thead {
    top: 13rem;
  }
}
.mat-mdc-table__product-list--fixed-header tbody {
  table-layout: fixed;
  display: table;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-scheme {
  width: 92px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-orderRef, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-status, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-partCount {
  width: 100px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-delayedParts, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-net, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-orderRef {
  width: 120px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-orderDate {
  width: 125px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-details, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-link {
  width: 150px;
}
.mat-mdc-table__product-list thead {
  min-width: 1000px;
}
.mat-mdc-table__product-list thead > tr {
  position: relative;
  width: 100%;
}
.mat-mdc-table__product-list thead, .mat-mdc-table__product-list tbody, .mat-mdc-table__product-list tr {
  width: calc(100% - 10px);
}
.mat-mdc-table__product-list tbody {
  overflow: hidden;
  border-spacing: 0 0.25rem;
}

.mat-mdc-table__parts-list {
  width: 100%;
  min-width: 1050px;
}
.mat-mdc-table__parts-list--fixed-header {
  padding-top: 80px !important;
}
.mat-mdc-table__parts-list--fixed-header thead {
  position: fixed;
  display: table;
  background: #fff !important;
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.05);
  min-width: 1050px;
  top: 7.8rem;
  z-index: 10;
  left: 0;
  border-right: 1.4rem solid white;
  border-left: 1.4rem solid white;
}
.mat-mdc-table__parts-list thead > tr {
  width: 100%;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__docs {
  width: 50px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__item {
  width: 2rem;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__partId {
  width: 170px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__description {
  width: auto;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__edit {
  width: 35px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__quantity {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__rrp {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__surcharge {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__discount {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__net, .mat-mdc-table__parts-list thead > tr .mat-sort-header__unit {
  width: 140px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__remove {
  width: 80px;
}
.mat-mdc-table__parts-list thead > tr th {
  box-sizing: border-box;
}
.mat-mdc-table__parts-list thead, .mat-mdc-table__parts-list tbody, .mat-mdc-table__parts-list tr {
  width: 100%;
}
.mat-mdc-table__parts-list tbody {
  overflow: hidden;
  border-spacing: 0 0.25rem;
}
.mat-mdc-table__parts-list tbody .mat-column-docs {
  width: 50px;
}
.mat-mdc-table__parts-list tbody .mat-column-item {
  min-width: 2rem;
  width: 2rem;
}
.mat-mdc-table__parts-list tbody .mat-column-partId {
  min-width: 170px;
  width: 170px;
}
.mat-mdc-table__parts-list tbody .mat-column-description {
  width: auto;
}
.mat-mdc-table__parts-list tbody .mat-column-edit {
  width: 35px;
}
.mat-mdc-table__parts-list tbody .mat-column-quantity {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-rrp {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-surcharge {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-discount {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-net, .mat-mdc-table__parts-list tbody .mat-column-unit {
  width: 140px;
}
.mat-mdc-table__parts-list tbody .mat-column-remove {
  width: 80px;
}
.mat-mdc-table__parts-list tbody td {
  box-sizing: border-box;
}

/* TODO(mdc-migration): The following rule targets internal classes of slide-toggle that may no longer apply for the MDC version.*/
.mat-slide-toggle-thumb {
  background-color: #000 !important;
}

.mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-surface {
  padding: 24px;
  width: 100%;
  height: 100%;
  min-height: inherit;
  max-height: inherit;
  border-radius: 4px;
}
.mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-title {
  padding: 0px;
  margin: 0px;
}

.mat-mdc-unelevated-button__tertiary {
  padding: 0 20px;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-unelevated-button__tertiary .mat-ripple-element {
  background-color: rgba(49, 240, 161, 0.3);
}
.mat-mdc-unelevated-button__tertiary.mat-mdc-unelevated-button {
  height: auto !important;
  line-height: 2rem;
  padding: 6px 25px;
}
.mat-mdc-unelevated-button__tertiary.mat-mdc-unelevated-button:not(:disabled) {
  background-color: #31F0A1;
  color: #000000;
  border: 1px solid #31F0A1;
}
.mat-mdc-unelevated-button__tertiary--inactive.mat-mdc-unelevated-button:not(:disabled) {
  background-color: #E6FDF4;
  color: #31F0A1;
  border: 1px solid #E6FDF4;
}
.mat-mdc-unelevated-button__tertiary:hover:not(.mat-button-disabled) {
  background-color: #1FE985;
  color: #000000;
}
.mat-mdc-unelevated-button__tertiary:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-unelevated-button__tertiary-small {
  padding: 0 20px;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-unelevated-button__tertiary-small .mat-ripple-element {
  background-color: rgba(49, 240, 161, 0.3);
}
.mat-mdc-unelevated-button__tertiary-small.mat-mdc-unelevated-button {
  line-height: 1.9rem;
  padding: 4px 15px;
  background-color: #31F0A1;
  color: #000000;
  border: 1px solid #31F0A1;
  font-size: 0.75rem;
}
.mat-mdc-unelevated-button__tertiary-small:hover:not(.mat-button-disabled) {
  background-color: #1FE985;
  color: #000000;
}
.mat-mdc-unelevated-button__tertiary-small:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-unelevated-button__tertiary-large {
  padding: 0 20px;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-unelevated-button__tertiary-large .mat-ripple-element {
  background-color: rgba(49, 240, 161, 0.3);
}
.mat-mdc-unelevated-button__tertiary-large.mat-mdc-unelevated-button {
  line-height: 2.1rem;
  padding: 9px 45px;
  background-color: #31F0A1;
  color: #000000;
  border: 1px solid #31F0A1;
}
.mat-mdc-unelevated-button__tertiary-large:hover:not(.mat-button-disabled) {
  background-color: #1FE985;
  color: #000000;
}
.mat-mdc-unelevated-button__tertiary-large:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-button__tertiary {
  background-image: linear-gradient(#31F0A1, #31F0A1) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__tertiary .mat-ripple-element {
  background-color: rgba(49, 240, 161, 0.3);
}
.mat-mdc-button__tertiary.mat-mdc-button:not(.mat-button-disabled) {
  padding: 6px 25px;
  border-color: #31F0A1;
}
.mat-mdc-button__tertiary:hover:not(.mat-button-disabled) {
  color: #000000;
}
.mat-mdc-button__tertiary.mat-mdc-button {
  line-height: 2rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__tertiary.mat-mdc-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-button__tertiary:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-button__tertiary-small {
  background-image: linear-gradient(#31F0A1, #31F0A1) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__tertiary-small .mat-ripple-element {
  background-color: rgba(49, 240, 161, 0.3);
}
.mat-mdc-button__tertiary-small.mat-mdc-button:not(.mat-button-disabled) {
  padding: 6px 15px;
  border-color: #31F0A1;
}
.mat-mdc-button__tertiary-small:hover:not(.mat-button-disabled) {
  color: #000000;
}
.mat-mdc-button__tertiary-small.mat-mdc-button {
  line-height: 1.9rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  font-size: 0.75rem;
}
.mat-mdc-button__tertiary-small.mat-mdc-button:hover {
  background-size: 100% 100%;
}
.mat-mdc-button__tertiary-small:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-button__tertiary-large {
  background-image: linear-gradient(#31F0A1, #31F0A1) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__tertiary-large .mat-ripple-element {
  background-color: rgba(49, 240, 161, 0.3);
}
.mat-mdc-button__tertiary-large.mat-mdc-button:not(.mat-button-disabled) {
  padding: 9px 45px;
  border-color: #31F0A1;
}
.mat-mdc-button__tertiary-large:hover:not(.mat-button-disabled) {
  color: #000000;
}
.mat-mdc-button__tertiary-large.mat-mdc-button {
  line-height: 2.1rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  font-size: 0.75rem;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__tertiary-large.mat-mdc-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-button__tertiary-large:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-outlined-button__tertiary {
  background-image: linear-gradient(#31F0A1, #31F0A1) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__tertiary .mat-ripple-element {
  background-color: rgba(49, 240, 161, 0.3);
}
.mat-mdc-outlined-button__tertiary.mat-mdc-outlined-button:not(.mat-button-disabled) {
  padding: 6px 25px;
  border-color: #31F0A1;
}
.mat-mdc-outlined-button__tertiary:hover:not(.mat-button-disabled) {
  color: #000000;
}
.mat-mdc-outlined-button__tertiary.mat-mdc-outlined-button {
  line-height: 2rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__tertiary.mat-mdc-outlined-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-outlined-button__tertiary:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-outlined-button__tertiary-small {
  background-image: linear-gradient(#31F0A1, #31F0A1) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__tertiary-small .mat-ripple-element {
  background-color: rgba(49, 240, 161, 0.3);
}
.mat-mdc-outlined-button__tertiary-small.mat-mdc-outlined-button:not(.mat-button-disabled) {
  padding: 4px 15px;
  border-color: #31F0A1;
}
.mat-mdc-outlined-button__tertiary-small:hover:not(.mat-button-disabled) {
  color: #000000;
}
.mat-mdc-outlined-button__tertiary-small.mat-mdc-outlined-button {
  line-height: 1.9rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  font-size: 0.75rem;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__tertiary-small.mat-mdc-outlined-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-outlined-button__tertiary-small:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-outlined-button__tertiary-large {
  background-image: linear-gradient(#31F0A1, #31F0A1) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__tertiary-large .mat-ripple-element {
  background-color: rgba(49, 240, 161, 0.3);
}
.mat-mdc-outlined-button__tertiary-large.mat-mdc-outlined-button:not(.mat-button-disabled) {
  padding: 9px 45px;
  border-color: #31F0A1;
}
.mat-mdc-outlined-button__tertiary-large:hover:not(.mat-button-disabled) {
  color: #000000;
}
.mat-mdc-outlined-button__tertiary-large.mat-mdc-outlined-button {
  line-height: 2.1rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__tertiary-large.mat-mdc-outlined-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-outlined-button__tertiary-large:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-radio-group {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.mat-mdc-radio-button__tertiary {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.mat-mdc-radio-button__tertiary.mat-radio-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.mat-mdc-radio-button__tertiary.mat-radio-disabled.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-form-field {
  border: 1px solid #CCD3DC;
  filter: drop-shadow(0 0.2rem 0.04rem #CCD3DC, 0.1);
}
.mat-mdc-radio-button__tertiary.mat-radio-disabled.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__outer-circle {
  border-width: 3px;
  border-color: #CCD3DC;
}
.mat-mdc-radio-button__tertiary.mat-radio-disabled.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__inner-circle {
  background-color: #CCD3DC;
}
.mat-mdc-radio-button__tertiary label {
  font-weight: bold;
  font-size: 0.75rem;
  width: auto;
}
.mat-mdc-radio-button__tertiary .mdc-form-field {
  padding-right: 0.5rem;
  border-radius: 4px;
}
.mat-mdc-radio-button__tertiary .mdc-form-field {
  border: 1px solid #CCD3DC;
}
.mat-mdc-radio-button__tertiary.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-form-field {
  border: 1px solid #31F0A1;
  filter: drop-shadow(0 0.2rem 0.04rem rgba(49, 240, 161, 0.1));
}
.mat-mdc-radio-button__tertiary .mat-radio__outer-circle {
  border-color: #31F0A1;
  border-width: 1px;
}
.mat-mdc-radio-button__tertiary.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__outer-circle {
  border-width: 3px;
  border-color: #31F0A1 !important;
}
.mat-mdc-radio-button__tertiary.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__inner-circle {
  border-color: #31F0A1 !important;
}
.mat-mdc-radio-button__tertiary--large {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.mat-mdc-radio-button__tertiary--large .mdc-form-field {
  border: none;
  padding: 0.7rem 1.6rem 0.7rem 0.5rem;
  background-color: none;
  font-weight: bold;
  font-size: 0.75rem;
  width: auto;
}
.mat-mdc-radio-button__tertiary--large .mat-radio-container {
  width: 25px;
  height: 25px;
}
.mat-mdc-radio-button__tertiary--large.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-form-field {
  border: none;
  filter: none;
}
.mat-mdc-radio-button__tertiary--large .mdc-radio__outer-circle {
  border-color: #31F0A1;
  border-width: 1px;
  height: 25px;
  width: 25px;
}
.mat-mdc-radio-button__tertiary--large .mdc-radio__inner-circle {
  height: 25px;
  width: 25px;
}
.mat-mdc-radio-button__tertiary--large.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__outer-circle {
  border-width: 4px;
  border-color: #31F0A1;
}
.mat-mdc-radio-button__tertiary--large.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__inner-circle {
  background-color: #31F0A1;
}
.mat-mdc-radio-button__tertiary .mat-mdc-radio-button {
  display: flex;
}

.mat-mdc-checkbox__tertiary {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__tertiary.mat-checkbox-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__tertiary.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mdc-checkbox__background {
  background-color: #CCD3DC !important;
}
.mat-mdc-checkbox__tertiary .mat-mdc-checkbox .mat-ripple {
  background-color: #31F0A1 !important;
}
.mat-mdc-checkbox__tertiary .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple {
  background-color: #31F0A1 !important;
}
.mat-mdc-checkbox__tertiary .mat-checkbox-inner-container {
  height: 25px;
  width: 25px;
}
.mat-mdc-checkbox__tertiary .mat-checkbox-frame {
  border-color: #31F0A1;
}
.mat-mdc-checkbox__tertiary.mat-mdc-checkbox-checked .mdc-form-field .mdc-checkbox .mdc-checkbox__background {
  background-color: #31F0A1 !important;
  border-color: #31F0A1 !important;
}
.mat-mdc-checkbox__tertiary .mdc-checkbox__checkmark {
  color: #000000 !important;
}

.mat-mdc-checkbox__tertiary-small {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__tertiary-small.mat-checkbox-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__tertiary-small.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #CCD3DC !important;
}
.mat-mdc-checkbox__tertiary-small .mat-mdc-checkbox .mat-ripple-element {
  background-color: #31F0A1 !important;
}
.mat-mdc-checkbox__tertiary-small .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple {
  background-color: #31F0A1 !important;
}
.mat-mdc-checkbox__tertiary-small .mat-checkbox-frame {
  border-color: #31F0A1;
}
.mat-mdc-checkbox__tertiary-small.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #31F0A1 !important;
}
.mat-mdc-checkbox__tertiary-small .mat-checkbox-checkmark-path {
  stroke: #000000 !important;
}

.mat-mdc-checkbox__tertiary-small-border {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__tertiary-small-border.mat-checkbox-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__tertiary-small-border.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #CCD3DC !important;
}
.mat-mdc-checkbox__tertiary-small-border.mat-checkbox-disabled.mat-mdc-checkbox {
  padding: 0.5rem;
  border-radius: 4px;
  border: 1px solid #CCD3DC;
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__tertiary-small-border.mat-checkbox-disabled.mat-mdc-checkbox.mat-checkbox-checked {
  border: 1px solid #CCD3DC;
  box-shadow: 0 0.2rem 0.04rem rgba(204, 211, 220, 0.1);
}
.mat-mdc-checkbox__tertiary-small-border .mat-mdc-checkbox .mat-ripple-element {
  background-color: #31F0A1 !important;
}
.mat-mdc-checkbox__tertiary-small-border .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple {
  background-color: #31F0A1 !important;
}
.mat-mdc-checkbox__tertiary-small-border.mat-mdc-checkbox {
  padding: 0.5rem;
  border-radius: 4px;
  border: 1px solid #CCD3DC;
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__tertiary-small-border.mat-mdc-checkbox.mat-checkbox-checked {
  border: 1px solid #31F0A1;
  box-shadow: 0 0.2rem 0.04rem rgba(49, 240, 161, 0.1);
}
.mat-mdc-checkbox__tertiary-small-border .mat-checkbox-frame {
  border-color: #31F0A1;
}
.mat-mdc-checkbox__tertiary-small-border.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #31F0A1 !important;
}
.mat-mdc-checkbox__tertiary-small-border .mat-checkbox-checkmark-path {
  stroke: #000000 !important;
}

/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
.mat-button-toggle__tertiary {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-button-toggle__tertiary .mat-ripple-element {
  background-color: rgba(49, 240, 161, 0.3);
}
.mat-button-toggle__tertiary.mat-button-toggle-group-appearance-standard {
  border: 1px solid #31F0A1;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-button-toggle__tertiary.mat-button-toggle-group-appearance-standard .mat-button-toggle-label-content {
  padding: 0 25px;
  line-height: 46px;
}
.mat-button-toggle__tertiary .mat-button-toggle-checked {
  background-color: #31F0A1;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-button-toggle__tertiary .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: #000000;
}

.mat-expansion-panel__tertiary mat-panel-description {
  font-size: 0.85rem;
}
.mat-expansion-panel__tertiary .mat-expansion-panel-header-title {
  font-weight: bold;
}
.mat-expansion-panel__tertiary.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0), 0px 2px 2px 0px rgba(0, 0, 0, 0), 0px 1px 5px 0px rgba(0, 0, 0, 0);
  border: 1px solid #CCD3DC;
}
.mat-expansion-panel__tertiary.mat-expansion-panel:not([class*=mat-elevation-z]).mat-expanded {
  border: 1px solid #31F0A1;
}

.mat-expansion-panel__ghost .mat-expansion-panel-header-title {
  font-weight: bold;
}
.mat-expansion-panel__ghost.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0), 0px 2px 2px 0px rgba(0, 0, 0, 0), 0px 1px 5px 0px rgba(0, 0, 0, 0);
  background: none;
}
.mat-expansion-panel__ghost .mat-content {
  flex-direction: column;
}
.mat-expansion-panel__ghost mat-panel-description {
  font-size: 0.85rem;
}
.mat-expansion-panel__ghost .mat-expansion-panel-header {
  flex-direction: row-reverse;
}
.mat-expansion-panel__ghost .mat-expansion-panel-header-title, .mat-expansion-panel__ghost .mat-expansion-panel-header-description {
  margin-left: 28px;
  margin-right: 0;
}
.mat-expansion-panel__ghost.mat-expansion-panel-body {
  padding: 0 24px 16px 57px;
}
.mat-expansion-panel__ghost.mat-expanded .mat-expansion-indicator::after {
  transform: rotate(-135deg) !important;
}
.mat-expansion-panel__ghost .mat-expansion-indicator {
  transform: rotate(90deg);
}
.mat-expansion-panel__ghost .mat-expansion-indicator::after {
  color: #266CDE;
  transform: rotate(-45deg);
}

.mat-divider__tertiary.mat-divider {
  border-top-color: #31F0A1;
}

.mat-ripple__tertiary .mat-ripple-element {
  background-color: rgba(49, 240, 161, 0.3);
}

.mat-mdc-table__product-list {
  width: calc(100% - 10px);
  min-width: calc(100% - 10px);
  table-layout: fixed;
}
.mat-mdc-table__product-list .mat-mdc-cell {
  padding: 0;
}
.mat-mdc-table__product-list th.mat-sort-header__scheme, .mat-mdc-table__product-list th.mat-header__scheme {
  width: 92px;
}
.mat-mdc-table__product-list th.mat-sort-header__orderRef, .mat-mdc-table__product-list th.mat-sort-header__partCount, .mat-mdc-table__product-list th.mat-header__orderRef, .mat-mdc-table__product-list th.mat-header__partCount {
  width: 100px;
}
.mat-mdc-table__product-list th.mat-sort-header__status, .mat-mdc-table__product-list th.mat-header__status {
  width: 100px;
}
.mat-mdc-table__product-list th.mat-sort-header__delayedParts, .mat-mdc-table__product-list th.mat-sort-header__net, .mat-mdc-table__product-list th.mat-sort-header__orderRef, .mat-mdc-table__product-list th.mat-header__delayedParts, .mat-mdc-table__product-list th.mat-header__net, .mat-mdc-table__product-list th.mat-header__orderRef {
  width: 120px;
}
.mat-mdc-table__product-list th.mat-sort-header__orderDate, .mat-mdc-table__product-list th.mat-header__orderDate {
  width: 125px;
}
.mat-mdc-table__product-list th.mat-sort-header__details, .mat-mdc-table__product-list th.mat-sort-header__link, .mat-mdc-table__product-list th.mat-header__details, .mat-mdc-table__product-list th.mat-header__link {
  width: 150px;
}
.mat-mdc-table__product-list th.mat-sort-header__quoteNumber, .mat-mdc-table__product-list th.mat-header__quoteNumber {
  width: 180px;
}
.mat-mdc-table__product-list th,
.mat-mdc-table__product-list td {
  box-sizing: border-box;
  max-width: 150px;
}
.mat-mdc-table__product-list--fixed-header {
  padding-top: 62px;
}
.mat-mdc-table__product-list--fixed-header thead {
  position: fixed;
  background: #fff !important;
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.05);
  top: 12rem;
  left: 0;
  z-index: 10;
  table-layout: fixed;
  display: table;
}
@media only screen and (max-width: 950px) {
  .mat-mdc-table__product-list--fixed-header thead {
    top: 12rem;
  }
}
@media only screen and (max-width: 755px) {
  .mat-mdc-table__product-list--fixed-header thead {
    top: 13rem;
  }
}
.mat-mdc-table__product-list--fixed-header tbody {
  table-layout: fixed;
  display: table;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-scheme {
  width: 92px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-orderRef, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-status, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-partCount {
  width: 100px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-delayedParts, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-net, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-orderRef {
  width: 120px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-orderDate {
  width: 125px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-details, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-link {
  width: 150px;
}
.mat-mdc-table__product-list thead {
  min-width: 1000px;
}
.mat-mdc-table__product-list thead > tr {
  position: relative;
  width: 100%;
}
.mat-mdc-table__product-list thead, .mat-mdc-table__product-list tbody, .mat-mdc-table__product-list tr {
  width: calc(100% - 10px);
}
.mat-mdc-table__product-list tbody {
  overflow: hidden;
  border-spacing: 0 0.25rem;
}

.mat-mdc-table__parts-list {
  width: 100%;
  min-width: 1050px;
}
.mat-mdc-table__parts-list--fixed-header {
  padding-top: 80px !important;
}
.mat-mdc-table__parts-list--fixed-header thead {
  position: fixed;
  display: table;
  background: #fff !important;
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.05);
  min-width: 1050px;
  top: 7.8rem;
  z-index: 10;
  left: 0;
  border-right: 1.4rem solid white;
  border-left: 1.4rem solid white;
}
.mat-mdc-table__parts-list thead > tr {
  width: 100%;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__docs {
  width: 50px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__item {
  width: 2rem;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__partId {
  width: 170px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__description {
  width: auto;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__edit {
  width: 35px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__quantity {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__rrp {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__surcharge {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__discount {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__net, .mat-mdc-table__parts-list thead > tr .mat-sort-header__unit {
  width: 140px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__remove {
  width: 80px;
}
.mat-mdc-table__parts-list thead > tr th {
  box-sizing: border-box;
}
.mat-mdc-table__parts-list thead, .mat-mdc-table__parts-list tbody, .mat-mdc-table__parts-list tr {
  width: 100%;
}
.mat-mdc-table__parts-list tbody {
  overflow: hidden;
  border-spacing: 0 0.25rem;
}
.mat-mdc-table__parts-list tbody .mat-column-docs {
  width: 50px;
}
.mat-mdc-table__parts-list tbody .mat-column-item {
  min-width: 2rem;
  width: 2rem;
}
.mat-mdc-table__parts-list tbody .mat-column-partId {
  min-width: 170px;
  width: 170px;
}
.mat-mdc-table__parts-list tbody .mat-column-description {
  width: auto;
}
.mat-mdc-table__parts-list tbody .mat-column-edit {
  width: 35px;
}
.mat-mdc-table__parts-list tbody .mat-column-quantity {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-rrp {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-surcharge {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-discount {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-net, .mat-mdc-table__parts-list tbody .mat-column-unit {
  width: 140px;
}
.mat-mdc-table__parts-list tbody .mat-column-remove {
  width: 80px;
}
.mat-mdc-table__parts-list tbody td {
  box-sizing: border-box;
}

/* TODO(mdc-migration): The following rule targets internal classes of slide-toggle that may no longer apply for the MDC version.*/
.mat-slide-toggle-thumb {
  background-color: #000 !important;
}

.mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-surface {
  padding: 24px;
  width: 100%;
  height: 100%;
  min-height: inherit;
  max-height: inherit;
  border-radius: 4px;
}
.mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-title {
  padding: 0px;
  margin: 0px;
}

.mat-mdc-unelevated-button__quaternary {
  padding: 0 20px;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-unelevated-button__quaternary .mat-ripple-element {
  background-color: rgba(136, 102, 201, 0.3);
}
.mat-mdc-unelevated-button__quaternary.mat-mdc-unelevated-button {
  height: auto !important;
  line-height: 2rem;
  padding: 6px 25px;
}
.mat-mdc-unelevated-button__quaternary.mat-mdc-unelevated-button:not(:disabled) {
  background-color: #8866c9;
  color: #ffffff;
  border: 1px solid #8866c9;
}
.mat-mdc-unelevated-button__quaternary--inactive.mat-mdc-unelevated-button:not(:disabled) {
  background-color: #f1edf9;
  color: #8866c9;
  border: 1px solid #f1edf9;
}
.mat-mdc-unelevated-button__quaternary:hover:not(.mat-button-disabled) {
  background-color: #6b49b5;
  color: #ffffff;
}
.mat-mdc-unelevated-button__quaternary:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-unelevated-button__quaternary-small {
  padding: 0 20px;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-unelevated-button__quaternary-small .mat-ripple-element {
  background-color: rgba(136, 102, 201, 0.3);
}
.mat-mdc-unelevated-button__quaternary-small.mat-mdc-unelevated-button {
  line-height: 1.9rem;
  padding: 4px 15px;
  background-color: #8866c9;
  color: #ffffff;
  border: 1px solid #8866c9;
  font-size: 0.75rem;
}
.mat-mdc-unelevated-button__quaternary-small:hover:not(.mat-button-disabled) {
  background-color: #6b49b5;
  color: #ffffff;
}
.mat-mdc-unelevated-button__quaternary-small:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-unelevated-button__quaternary-large {
  padding: 0 20px;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-unelevated-button__quaternary-large .mat-ripple-element {
  background-color: rgba(136, 102, 201, 0.3);
}
.mat-mdc-unelevated-button__quaternary-large.mat-mdc-unelevated-button {
  line-height: 2.1rem;
  padding: 9px 45px;
  background-color: #8866c9;
  color: #ffffff;
  border: 1px solid #8866c9;
}
.mat-mdc-unelevated-button__quaternary-large:hover:not(.mat-button-disabled) {
  background-color: #6b49b5;
  color: #ffffff;
}
.mat-mdc-unelevated-button__quaternary-large:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-button__quaternary {
  background-image: linear-gradient(#8866c9, #8866c9) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__quaternary .mat-ripple-element {
  background-color: rgba(136, 102, 201, 0.3);
}
.mat-mdc-button__quaternary.mat-mdc-button:not(.mat-button-disabled) {
  padding: 6px 25px;
  border-color: #8866c9;
}
.mat-mdc-button__quaternary:hover:not(.mat-button-disabled) {
  color: #ffffff;
}
.mat-mdc-button__quaternary.mat-mdc-button {
  line-height: 2rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__quaternary.mat-mdc-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-button__quaternary:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-button__quaternary-small {
  background-image: linear-gradient(#8866c9, #8866c9) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__quaternary-small .mat-ripple-element {
  background-color: rgba(136, 102, 201, 0.3);
}
.mat-mdc-button__quaternary-small.mat-mdc-button:not(.mat-button-disabled) {
  padding: 6px 15px;
  border-color: #8866c9;
}
.mat-mdc-button__quaternary-small:hover:not(.mat-button-disabled) {
  color: #ffffff;
}
.mat-mdc-button__quaternary-small.mat-mdc-button {
  line-height: 1.9rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  font-size: 0.75rem;
}
.mat-mdc-button__quaternary-small.mat-mdc-button:hover {
  background-size: 100% 100%;
}
.mat-mdc-button__quaternary-small:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-button__quaternary-large {
  background-image: linear-gradient(#8866c9, #8866c9) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__quaternary-large .mat-ripple-element {
  background-color: rgba(136, 102, 201, 0.3);
}
.mat-mdc-button__quaternary-large.mat-mdc-button:not(.mat-button-disabled) {
  padding: 9px 45px;
  border-color: #8866c9;
}
.mat-mdc-button__quaternary-large:hover:not(.mat-button-disabled) {
  color: #ffffff;
}
.mat-mdc-button__quaternary-large.mat-mdc-button {
  line-height: 2.1rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  font-size: 0.75rem;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__quaternary-large.mat-mdc-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-button__quaternary-large:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-outlined-button__quaternary {
  background-image: linear-gradient(#8866c9, #8866c9) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__quaternary .mat-ripple-element {
  background-color: rgba(136, 102, 201, 0.3);
}
.mat-mdc-outlined-button__quaternary.mat-mdc-outlined-button:not(.mat-button-disabled) {
  padding: 6px 25px;
  border-color: #8866c9;
}
.mat-mdc-outlined-button__quaternary:hover:not(.mat-button-disabled) {
  color: #ffffff;
}
.mat-mdc-outlined-button__quaternary.mat-mdc-outlined-button {
  line-height: 2rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__quaternary.mat-mdc-outlined-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-outlined-button__quaternary:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-outlined-button__quaternary-small {
  background-image: linear-gradient(#8866c9, #8866c9) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__quaternary-small .mat-ripple-element {
  background-color: rgba(136, 102, 201, 0.3);
}
.mat-mdc-outlined-button__quaternary-small.mat-mdc-outlined-button:not(.mat-button-disabled) {
  padding: 4px 15px;
  border-color: #8866c9;
}
.mat-mdc-outlined-button__quaternary-small:hover:not(.mat-button-disabled) {
  color: #ffffff;
}
.mat-mdc-outlined-button__quaternary-small.mat-mdc-outlined-button {
  line-height: 1.9rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  font-size: 0.75rem;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__quaternary-small.mat-mdc-outlined-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-outlined-button__quaternary-small:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-outlined-button__quaternary-large {
  background-image: linear-gradient(#8866c9, #8866c9) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__quaternary-large .mat-ripple-element {
  background-color: rgba(136, 102, 201, 0.3);
}
.mat-mdc-outlined-button__quaternary-large.mat-mdc-outlined-button:not(.mat-button-disabled) {
  padding: 9px 45px;
  border-color: #8866c9;
}
.mat-mdc-outlined-button__quaternary-large:hover:not(.mat-button-disabled) {
  color: #ffffff;
}
.mat-mdc-outlined-button__quaternary-large.mat-mdc-outlined-button {
  line-height: 2.1rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__quaternary-large.mat-mdc-outlined-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-outlined-button__quaternary-large:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-radio-group {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.mat-mdc-radio-button__quaternary {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.mat-mdc-radio-button__quaternary.mat-radio-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.mat-mdc-radio-button__quaternary.mat-radio-disabled.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-form-field {
  border: 1px solid #CCD3DC;
  filter: drop-shadow(0 0.2rem 0.04rem #CCD3DC, 0.1);
}
.mat-mdc-radio-button__quaternary.mat-radio-disabled.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__outer-circle {
  border-width: 3px;
  border-color: #CCD3DC;
}
.mat-mdc-radio-button__quaternary.mat-radio-disabled.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__inner-circle {
  background-color: #CCD3DC;
}
.mat-mdc-radio-button__quaternary label {
  font-weight: bold;
  font-size: 0.75rem;
  width: auto;
}
.mat-mdc-radio-button__quaternary .mdc-form-field {
  padding-right: 0.5rem;
  border-radius: 4px;
}
.mat-mdc-radio-button__quaternary .mdc-form-field {
  border: 1px solid #CCD3DC;
}
.mat-mdc-radio-button__quaternary.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-form-field {
  border: 1px solid #8866c9;
  filter: drop-shadow(0 0.2rem 0.04rem rgba(136, 102, 201, 0.1));
}
.mat-mdc-radio-button__quaternary .mat-radio__outer-circle {
  border-color: #8866c9;
  border-width: 1px;
}
.mat-mdc-radio-button__quaternary.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__outer-circle {
  border-width: 3px;
  border-color: #8866c9 !important;
}
.mat-mdc-radio-button__quaternary.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__inner-circle {
  border-color: #8866c9 !important;
}
.mat-mdc-radio-button__quaternary--large {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.mat-mdc-radio-button__quaternary--large .mdc-form-field {
  border: none;
  padding: 0.7rem 1.6rem 0.7rem 0.5rem;
  background-color: none;
  font-weight: bold;
  font-size: 0.75rem;
  width: auto;
}
.mat-mdc-radio-button__quaternary--large .mat-radio-container {
  width: 25px;
  height: 25px;
}
.mat-mdc-radio-button__quaternary--large.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-form-field {
  border: none;
  filter: none;
}
.mat-mdc-radio-button__quaternary--large .mdc-radio__outer-circle {
  border-color: #8866c9;
  border-width: 1px;
  height: 25px;
  width: 25px;
}
.mat-mdc-radio-button__quaternary--large .mdc-radio__inner-circle {
  height: 25px;
  width: 25px;
}
.mat-mdc-radio-button__quaternary--large.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__outer-circle {
  border-width: 4px;
  border-color: #8866c9;
}
.mat-mdc-radio-button__quaternary--large.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__inner-circle {
  background-color: #8866c9;
}
.mat-mdc-radio-button__quaternary .mat-mdc-radio-button {
  display: flex;
}

.mat-mdc-checkbox__quaternary {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__quaternary.mat-checkbox-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__quaternary.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mdc-checkbox__background {
  background-color: #CCD3DC !important;
}
.mat-mdc-checkbox__quaternary .mat-mdc-checkbox .mat-ripple {
  background-color: #8866c9 !important;
}
.mat-mdc-checkbox__quaternary .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple {
  background-color: #8866c9 !important;
}
.mat-mdc-checkbox__quaternary .mat-checkbox-inner-container {
  height: 25px;
  width: 25px;
}
.mat-mdc-checkbox__quaternary .mat-checkbox-frame {
  border-color: #8866c9;
}
.mat-mdc-checkbox__quaternary.mat-mdc-checkbox-checked .mdc-form-field .mdc-checkbox .mdc-checkbox__background {
  background-color: #8866c9 !important;
  border-color: #8866c9 !important;
}
.mat-mdc-checkbox__quaternary .mdc-checkbox__checkmark {
  color: #ffffff !important;
}

.mat-mdc-checkbox__quaternary-small {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__quaternary-small.mat-checkbox-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__quaternary-small.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #CCD3DC !important;
}
.mat-mdc-checkbox__quaternary-small .mat-mdc-checkbox .mat-ripple-element {
  background-color: #8866c9 !important;
}
.mat-mdc-checkbox__quaternary-small .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple {
  background-color: #8866c9 !important;
}
.mat-mdc-checkbox__quaternary-small .mat-checkbox-frame {
  border-color: #8866c9;
}
.mat-mdc-checkbox__quaternary-small.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #8866c9 !important;
}
.mat-mdc-checkbox__quaternary-small .mat-checkbox-checkmark-path {
  stroke: #ffffff !important;
}

.mat-mdc-checkbox__quaternary-small-border {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__quaternary-small-border.mat-checkbox-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__quaternary-small-border.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #CCD3DC !important;
}
.mat-mdc-checkbox__quaternary-small-border.mat-checkbox-disabled.mat-mdc-checkbox {
  padding: 0.5rem;
  border-radius: 4px;
  border: 1px solid #CCD3DC;
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__quaternary-small-border.mat-checkbox-disabled.mat-mdc-checkbox.mat-checkbox-checked {
  border: 1px solid #CCD3DC;
  box-shadow: 0 0.2rem 0.04rem rgba(204, 211, 220, 0.1);
}
.mat-mdc-checkbox__quaternary-small-border .mat-mdc-checkbox .mat-ripple-element {
  background-color: #8866c9 !important;
}
.mat-mdc-checkbox__quaternary-small-border .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple {
  background-color: #8866c9 !important;
}
.mat-mdc-checkbox__quaternary-small-border.mat-mdc-checkbox {
  padding: 0.5rem;
  border-radius: 4px;
  border: 1px solid #CCD3DC;
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__quaternary-small-border.mat-mdc-checkbox.mat-checkbox-checked {
  border: 1px solid #8866c9;
  box-shadow: 0 0.2rem 0.04rem rgba(136, 102, 201, 0.1);
}
.mat-mdc-checkbox__quaternary-small-border .mat-checkbox-frame {
  border-color: #8866c9;
}
.mat-mdc-checkbox__quaternary-small-border.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #8866c9 !important;
}
.mat-mdc-checkbox__quaternary-small-border .mat-checkbox-checkmark-path {
  stroke: #ffffff !important;
}

/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
.mat-button-toggle__quaternary {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-button-toggle__quaternary .mat-ripple-element {
  background-color: rgba(136, 102, 201, 0.3);
}
.mat-button-toggle__quaternary.mat-button-toggle-group-appearance-standard {
  border: 1px solid #8866c9;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-button-toggle__quaternary.mat-button-toggle-group-appearance-standard .mat-button-toggle-label-content {
  padding: 0 25px;
  line-height: 46px;
}
.mat-button-toggle__quaternary .mat-button-toggle-checked {
  background-color: #8866c9;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-button-toggle__quaternary .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: #ffffff;
}

.mat-expansion-panel__quaternary mat-panel-description {
  font-size: 0.85rem;
}
.mat-expansion-panel__quaternary .mat-expansion-panel-header-title {
  font-weight: bold;
}
.mat-expansion-panel__quaternary.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0), 0px 2px 2px 0px rgba(0, 0, 0, 0), 0px 1px 5px 0px rgba(0, 0, 0, 0);
  border: 1px solid #CCD3DC;
}
.mat-expansion-panel__quaternary.mat-expansion-panel:not([class*=mat-elevation-z]).mat-expanded {
  border: 1px solid #8866c9;
}

.mat-expansion-panel__ghost .mat-expansion-panel-header-title {
  font-weight: bold;
}
.mat-expansion-panel__ghost.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0), 0px 2px 2px 0px rgba(0, 0, 0, 0), 0px 1px 5px 0px rgba(0, 0, 0, 0);
  background: none;
}
.mat-expansion-panel__ghost .mat-content {
  flex-direction: column;
}
.mat-expansion-panel__ghost mat-panel-description {
  font-size: 0.85rem;
}
.mat-expansion-panel__ghost .mat-expansion-panel-header {
  flex-direction: row-reverse;
}
.mat-expansion-panel__ghost .mat-expansion-panel-header-title, .mat-expansion-panel__ghost .mat-expansion-panel-header-description {
  margin-left: 28px;
  margin-right: 0;
}
.mat-expansion-panel__ghost.mat-expansion-panel-body {
  padding: 0 24px 16px 57px;
}
.mat-expansion-panel__ghost.mat-expanded .mat-expansion-indicator::after {
  transform: rotate(-135deg) !important;
}
.mat-expansion-panel__ghost .mat-expansion-indicator {
  transform: rotate(90deg);
}
.mat-expansion-panel__ghost .mat-expansion-indicator::after {
  color: #266CDE;
  transform: rotate(-45deg);
}

.mat-divider__quaternary.mat-divider {
  border-top-color: #8866c9;
}

.mat-ripple__quaternary .mat-ripple-element {
  background-color: rgba(136, 102, 201, 0.3);
}

.mat-mdc-table__product-list {
  width: calc(100% - 10px);
  min-width: calc(100% - 10px);
  table-layout: fixed;
}
.mat-mdc-table__product-list .mat-mdc-cell {
  padding: 0;
}
.mat-mdc-table__product-list th.mat-sort-header__scheme, .mat-mdc-table__product-list th.mat-header__scheme {
  width: 92px;
}
.mat-mdc-table__product-list th.mat-sort-header__orderRef, .mat-mdc-table__product-list th.mat-sort-header__partCount, .mat-mdc-table__product-list th.mat-header__orderRef, .mat-mdc-table__product-list th.mat-header__partCount {
  width: 100px;
}
.mat-mdc-table__product-list th.mat-sort-header__status, .mat-mdc-table__product-list th.mat-header__status {
  width: 100px;
}
.mat-mdc-table__product-list th.mat-sort-header__delayedParts, .mat-mdc-table__product-list th.mat-sort-header__net, .mat-mdc-table__product-list th.mat-sort-header__orderRef, .mat-mdc-table__product-list th.mat-header__delayedParts, .mat-mdc-table__product-list th.mat-header__net, .mat-mdc-table__product-list th.mat-header__orderRef {
  width: 120px;
}
.mat-mdc-table__product-list th.mat-sort-header__orderDate, .mat-mdc-table__product-list th.mat-header__orderDate {
  width: 125px;
}
.mat-mdc-table__product-list th.mat-sort-header__details, .mat-mdc-table__product-list th.mat-sort-header__link, .mat-mdc-table__product-list th.mat-header__details, .mat-mdc-table__product-list th.mat-header__link {
  width: 150px;
}
.mat-mdc-table__product-list th.mat-sort-header__quoteNumber, .mat-mdc-table__product-list th.mat-header__quoteNumber {
  width: 180px;
}
.mat-mdc-table__product-list th,
.mat-mdc-table__product-list td {
  box-sizing: border-box;
  max-width: 150px;
}
.mat-mdc-table__product-list--fixed-header {
  padding-top: 62px;
}
.mat-mdc-table__product-list--fixed-header thead {
  position: fixed;
  background: #fff !important;
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.05);
  top: 12rem;
  left: 0;
  z-index: 10;
  table-layout: fixed;
  display: table;
}
@media only screen and (max-width: 950px) {
  .mat-mdc-table__product-list--fixed-header thead {
    top: 12rem;
  }
}
@media only screen and (max-width: 755px) {
  .mat-mdc-table__product-list--fixed-header thead {
    top: 13rem;
  }
}
.mat-mdc-table__product-list--fixed-header tbody {
  table-layout: fixed;
  display: table;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-scheme {
  width: 92px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-orderRef, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-status, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-partCount {
  width: 100px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-delayedParts, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-net, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-orderRef {
  width: 120px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-orderDate {
  width: 125px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-details, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-link {
  width: 150px;
}
.mat-mdc-table__product-list thead {
  min-width: 1000px;
}
.mat-mdc-table__product-list thead > tr {
  position: relative;
  width: 100%;
}
.mat-mdc-table__product-list thead, .mat-mdc-table__product-list tbody, .mat-mdc-table__product-list tr {
  width: calc(100% - 10px);
}
.mat-mdc-table__product-list tbody {
  overflow: hidden;
  border-spacing: 0 0.25rem;
}

.mat-mdc-table__parts-list {
  width: 100%;
  min-width: 1050px;
}
.mat-mdc-table__parts-list--fixed-header {
  padding-top: 80px !important;
}
.mat-mdc-table__parts-list--fixed-header thead {
  position: fixed;
  display: table;
  background: #fff !important;
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.05);
  min-width: 1050px;
  top: 7.8rem;
  z-index: 10;
  left: 0;
  border-right: 1.4rem solid white;
  border-left: 1.4rem solid white;
}
.mat-mdc-table__parts-list thead > tr {
  width: 100%;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__docs {
  width: 50px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__item {
  width: 2rem;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__partId {
  width: 170px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__description {
  width: auto;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__edit {
  width: 35px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__quantity {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__rrp {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__surcharge {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__discount {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__net, .mat-mdc-table__parts-list thead > tr .mat-sort-header__unit {
  width: 140px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__remove {
  width: 80px;
}
.mat-mdc-table__parts-list thead > tr th {
  box-sizing: border-box;
}
.mat-mdc-table__parts-list thead, .mat-mdc-table__parts-list tbody, .mat-mdc-table__parts-list tr {
  width: 100%;
}
.mat-mdc-table__parts-list tbody {
  overflow: hidden;
  border-spacing: 0 0.25rem;
}
.mat-mdc-table__parts-list tbody .mat-column-docs {
  width: 50px;
}
.mat-mdc-table__parts-list tbody .mat-column-item {
  min-width: 2rem;
  width: 2rem;
}
.mat-mdc-table__parts-list tbody .mat-column-partId {
  min-width: 170px;
  width: 170px;
}
.mat-mdc-table__parts-list tbody .mat-column-description {
  width: auto;
}
.mat-mdc-table__parts-list tbody .mat-column-edit {
  width: 35px;
}
.mat-mdc-table__parts-list tbody .mat-column-quantity {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-rrp {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-surcharge {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-discount {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-net, .mat-mdc-table__parts-list tbody .mat-column-unit {
  width: 140px;
}
.mat-mdc-table__parts-list tbody .mat-column-remove {
  width: 80px;
}
.mat-mdc-table__parts-list tbody td {
  box-sizing: border-box;
}

/* TODO(mdc-migration): The following rule targets internal classes of slide-toggle that may no longer apply for the MDC version.*/
.mat-slide-toggle-thumb {
  background-color: #000 !important;
}

.mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-surface {
  padding: 24px;
  width: 100%;
  height: 100%;
  min-height: inherit;
  max-height: inherit;
  border-radius: 4px;
}
.mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-title {
  padding: 0px;
  margin: 0px;
}

.mat-mdc-unelevated-button__quinary {
  padding: 0 20px;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-unelevated-button__quinary .mat-ripple-element {
  background-color: rgba(235, 175, 35, 0.3);
}
.mat-mdc-unelevated-button__quinary.mat-mdc-unelevated-button {
  height: auto !important;
  line-height: 2rem;
  padding: 6px 25px;
}
.mat-mdc-unelevated-button__quinary.mat-mdc-unelevated-button:not(:disabled) {
  background-color: #EBAF23;
  color: #000000;
  border: 1px solid #EBAF23;
}
.mat-mdc-unelevated-button__quinary--inactive.mat-mdc-unelevated-button:not(:disabled) {
  background-color: #fefaf1;
  color: #EBAF23;
  border: 1px solid #fefaf1;
}
.mat-mdc-unelevated-button__quinary:hover:not(.mat-button-disabled) {
  background-color: #E29615;
  color: #000000;
}
.mat-mdc-unelevated-button__quinary:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-unelevated-button__quinary-small {
  padding: 0 20px;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-unelevated-button__quinary-small .mat-ripple-element {
  background-color: rgba(235, 175, 35, 0.3);
}
.mat-mdc-unelevated-button__quinary-small.mat-mdc-unelevated-button {
  line-height: 1.9rem;
  padding: 4px 15px;
  background-color: #EBAF23;
  color: #000000;
  border: 1px solid #EBAF23;
  font-size: 0.75rem;
}
.mat-mdc-unelevated-button__quinary-small:hover:not(.mat-button-disabled) {
  background-color: #E29615;
  color: #000000;
}
.mat-mdc-unelevated-button__quinary-small:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-unelevated-button__quinary-large {
  padding: 0 20px;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-unelevated-button__quinary-large .mat-ripple-element {
  background-color: rgba(235, 175, 35, 0.3);
}
.mat-mdc-unelevated-button__quinary-large.mat-mdc-unelevated-button {
  line-height: 2.1rem;
  padding: 9px 45px;
  background-color: #EBAF23;
  color: #000000;
  border: 1px solid #EBAF23;
}
.mat-mdc-unelevated-button__quinary-large:hover:not(.mat-button-disabled) {
  background-color: #E29615;
  color: #000000;
}
.mat-mdc-unelevated-button__quinary-large:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-button__quinary {
  background-image: linear-gradient(#EBAF23, #EBAF23) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__quinary .mat-ripple-element {
  background-color: rgba(235, 175, 35, 0.3);
}
.mat-mdc-button__quinary.mat-mdc-button:not(.mat-button-disabled) {
  padding: 6px 25px;
  border-color: #EBAF23;
}
.mat-mdc-button__quinary:hover:not(.mat-button-disabled) {
  color: #000000;
}
.mat-mdc-button__quinary.mat-mdc-button {
  line-height: 2rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__quinary.mat-mdc-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-button__quinary:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-button__quinary-small {
  background-image: linear-gradient(#EBAF23, #EBAF23) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__quinary-small .mat-ripple-element {
  background-color: rgba(235, 175, 35, 0.3);
}
.mat-mdc-button__quinary-small.mat-mdc-button:not(.mat-button-disabled) {
  padding: 6px 15px;
  border-color: #EBAF23;
}
.mat-mdc-button__quinary-small:hover:not(.mat-button-disabled) {
  color: #000000;
}
.mat-mdc-button__quinary-small.mat-mdc-button {
  line-height: 1.9rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  font-size: 0.75rem;
}
.mat-mdc-button__quinary-small.mat-mdc-button:hover {
  background-size: 100% 100%;
}
.mat-mdc-button__quinary-small:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-button__quinary-large {
  background-image: linear-gradient(#EBAF23, #EBAF23) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__quinary-large .mat-ripple-element {
  background-color: rgba(235, 175, 35, 0.3);
}
.mat-mdc-button__quinary-large.mat-mdc-button:not(.mat-button-disabled) {
  padding: 9px 45px;
  border-color: #EBAF23;
}
.mat-mdc-button__quinary-large:hover:not(.mat-button-disabled) {
  color: #000000;
}
.mat-mdc-button__quinary-large.mat-mdc-button {
  line-height: 2.1rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  font-size: 0.75rem;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__quinary-large.mat-mdc-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-button__quinary-large:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-outlined-button__quinary {
  background-image: linear-gradient(#EBAF23, #EBAF23) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__quinary .mat-ripple-element {
  background-color: rgba(235, 175, 35, 0.3);
}
.mat-mdc-outlined-button__quinary.mat-mdc-outlined-button:not(.mat-button-disabled) {
  padding: 6px 25px;
  border-color: #EBAF23;
}
.mat-mdc-outlined-button__quinary:hover:not(.mat-button-disabled) {
  color: #000000;
}
.mat-mdc-outlined-button__quinary.mat-mdc-outlined-button {
  line-height: 2rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__quinary.mat-mdc-outlined-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-outlined-button__quinary:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-outlined-button__quinary-small {
  background-image: linear-gradient(#EBAF23, #EBAF23) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__quinary-small .mat-ripple-element {
  background-color: rgba(235, 175, 35, 0.3);
}
.mat-mdc-outlined-button__quinary-small.mat-mdc-outlined-button:not(.mat-button-disabled) {
  padding: 4px 15px;
  border-color: #EBAF23;
}
.mat-mdc-outlined-button__quinary-small:hover:not(.mat-button-disabled) {
  color: #000000;
}
.mat-mdc-outlined-button__quinary-small.mat-mdc-outlined-button {
  line-height: 1.9rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  font-size: 0.75rem;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__quinary-small.mat-mdc-outlined-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-outlined-button__quinary-small:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-outlined-button__quinary-large {
  background-image: linear-gradient(#EBAF23, #EBAF23) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__quinary-large .mat-ripple-element {
  background-color: rgba(235, 175, 35, 0.3);
}
.mat-mdc-outlined-button__quinary-large.mat-mdc-outlined-button:not(.mat-button-disabled) {
  padding: 9px 45px;
  border-color: #EBAF23;
}
.mat-mdc-outlined-button__quinary-large:hover:not(.mat-button-disabled) {
  color: #000000;
}
.mat-mdc-outlined-button__quinary-large.mat-mdc-outlined-button {
  line-height: 2.1rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__quinary-large.mat-mdc-outlined-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-outlined-button__quinary-large:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-radio-group {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.mat-mdc-radio-button__quinary {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.mat-mdc-radio-button__quinary.mat-radio-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.mat-mdc-radio-button__quinary.mat-radio-disabled.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-form-field {
  border: 1px solid #CCD3DC;
  filter: drop-shadow(0 0.2rem 0.04rem #CCD3DC, 0.1);
}
.mat-mdc-radio-button__quinary.mat-radio-disabled.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__outer-circle {
  border-width: 3px;
  border-color: #CCD3DC;
}
.mat-mdc-radio-button__quinary.mat-radio-disabled.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__inner-circle {
  background-color: #CCD3DC;
}
.mat-mdc-radio-button__quinary label {
  font-weight: bold;
  font-size: 0.75rem;
  width: auto;
}
.mat-mdc-radio-button__quinary .mdc-form-field {
  padding-right: 0.5rem;
  border-radius: 4px;
}
.mat-mdc-radio-button__quinary .mdc-form-field {
  border: 1px solid #CCD3DC;
}
.mat-mdc-radio-button__quinary.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-form-field {
  border: 1px solid #EBAF23;
  filter: drop-shadow(0 0.2rem 0.04rem rgba(235, 175, 35, 0.1));
}
.mat-mdc-radio-button__quinary .mat-radio__outer-circle {
  border-color: #EBAF23;
  border-width: 1px;
}
.mat-mdc-radio-button__quinary.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__outer-circle {
  border-width: 3px;
  border-color: #EBAF23 !important;
}
.mat-mdc-radio-button__quinary.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__inner-circle {
  border-color: #EBAF23 !important;
}
.mat-mdc-radio-button__quinary--large {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.mat-mdc-radio-button__quinary--large .mdc-form-field {
  border: none;
  padding: 0.7rem 1.6rem 0.7rem 0.5rem;
  background-color: none;
  font-weight: bold;
  font-size: 0.75rem;
  width: auto;
}
.mat-mdc-radio-button__quinary--large .mat-radio-container {
  width: 25px;
  height: 25px;
}
.mat-mdc-radio-button__quinary--large.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-form-field {
  border: none;
  filter: none;
}
.mat-mdc-radio-button__quinary--large .mdc-radio__outer-circle {
  border-color: #EBAF23;
  border-width: 1px;
  height: 25px;
  width: 25px;
}
.mat-mdc-radio-button__quinary--large .mdc-radio__inner-circle {
  height: 25px;
  width: 25px;
}
.mat-mdc-radio-button__quinary--large.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__outer-circle {
  border-width: 4px;
  border-color: #EBAF23;
}
.mat-mdc-radio-button__quinary--large.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__inner-circle {
  background-color: #EBAF23;
}
.mat-mdc-radio-button__quinary .mat-mdc-radio-button {
  display: flex;
}

.mat-mdc-checkbox__quinary {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__quinary.mat-checkbox-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__quinary.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mdc-checkbox__background {
  background-color: #CCD3DC !important;
}
.mat-mdc-checkbox__quinary .mat-mdc-checkbox .mat-ripple {
  background-color: #EBAF23 !important;
}
.mat-mdc-checkbox__quinary .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple {
  background-color: #EBAF23 !important;
}
.mat-mdc-checkbox__quinary .mat-checkbox-inner-container {
  height: 25px;
  width: 25px;
}
.mat-mdc-checkbox__quinary .mat-checkbox-frame {
  border-color: #EBAF23;
}
.mat-mdc-checkbox__quinary.mat-mdc-checkbox-checked .mdc-form-field .mdc-checkbox .mdc-checkbox__background {
  background-color: #EBAF23 !important;
  border-color: #EBAF23 !important;
}
.mat-mdc-checkbox__quinary .mdc-checkbox__checkmark {
  color: #000000 !important;
}

.mat-mdc-checkbox__quinary-small {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__quinary-small.mat-checkbox-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__quinary-small.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #CCD3DC !important;
}
.mat-mdc-checkbox__quinary-small .mat-mdc-checkbox .mat-ripple-element {
  background-color: #EBAF23 !important;
}
.mat-mdc-checkbox__quinary-small .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple {
  background-color: #EBAF23 !important;
}
.mat-mdc-checkbox__quinary-small .mat-checkbox-frame {
  border-color: #EBAF23;
}
.mat-mdc-checkbox__quinary-small.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #EBAF23 !important;
}
.mat-mdc-checkbox__quinary-small .mat-checkbox-checkmark-path {
  stroke: #000000 !important;
}

.mat-mdc-checkbox__quinary-small-border {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__quinary-small-border.mat-checkbox-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__quinary-small-border.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #CCD3DC !important;
}
.mat-mdc-checkbox__quinary-small-border.mat-checkbox-disabled.mat-mdc-checkbox {
  padding: 0.5rem;
  border-radius: 4px;
  border: 1px solid #CCD3DC;
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__quinary-small-border.mat-checkbox-disabled.mat-mdc-checkbox.mat-checkbox-checked {
  border: 1px solid #CCD3DC;
  box-shadow: 0 0.2rem 0.04rem rgba(204, 211, 220, 0.1);
}
.mat-mdc-checkbox__quinary-small-border .mat-mdc-checkbox .mat-ripple-element {
  background-color: #EBAF23 !important;
}
.mat-mdc-checkbox__quinary-small-border .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple {
  background-color: #EBAF23 !important;
}
.mat-mdc-checkbox__quinary-small-border.mat-mdc-checkbox {
  padding: 0.5rem;
  border-radius: 4px;
  border: 1px solid #CCD3DC;
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__quinary-small-border.mat-mdc-checkbox.mat-checkbox-checked {
  border: 1px solid #EBAF23;
  box-shadow: 0 0.2rem 0.04rem rgba(235, 175, 35, 0.1);
}
.mat-mdc-checkbox__quinary-small-border .mat-checkbox-frame {
  border-color: #EBAF23;
}
.mat-mdc-checkbox__quinary-small-border.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #EBAF23 !important;
}
.mat-mdc-checkbox__quinary-small-border .mat-checkbox-checkmark-path {
  stroke: #000000 !important;
}

/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
.mat-button-toggle__quinary {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-button-toggle__quinary .mat-ripple-element {
  background-color: rgba(235, 175, 35, 0.3);
}
.mat-button-toggle__quinary.mat-button-toggle-group-appearance-standard {
  border: 1px solid #EBAF23;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-button-toggle__quinary.mat-button-toggle-group-appearance-standard .mat-button-toggle-label-content {
  padding: 0 25px;
  line-height: 46px;
}
.mat-button-toggle__quinary .mat-button-toggle-checked {
  background-color: #EBAF23;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-button-toggle__quinary .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: #000000;
}

.mat-expansion-panel__quinary mat-panel-description {
  font-size: 0.85rem;
}
.mat-expansion-panel__quinary .mat-expansion-panel-header-title {
  font-weight: bold;
}
.mat-expansion-panel__quinary.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0), 0px 2px 2px 0px rgba(0, 0, 0, 0), 0px 1px 5px 0px rgba(0, 0, 0, 0);
  border: 1px solid #CCD3DC;
}
.mat-expansion-panel__quinary.mat-expansion-panel:not([class*=mat-elevation-z]).mat-expanded {
  border: 1px solid #EBAF23;
}

.mat-expansion-panel__ghost .mat-expansion-panel-header-title {
  font-weight: bold;
}
.mat-expansion-panel__ghost.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0), 0px 2px 2px 0px rgba(0, 0, 0, 0), 0px 1px 5px 0px rgba(0, 0, 0, 0);
  background: none;
}
.mat-expansion-panel__ghost .mat-content {
  flex-direction: column;
}
.mat-expansion-panel__ghost mat-panel-description {
  font-size: 0.85rem;
}
.mat-expansion-panel__ghost .mat-expansion-panel-header {
  flex-direction: row-reverse;
}
.mat-expansion-panel__ghost .mat-expansion-panel-header-title, .mat-expansion-panel__ghost .mat-expansion-panel-header-description {
  margin-left: 28px;
  margin-right: 0;
}
.mat-expansion-panel__ghost.mat-expansion-panel-body {
  padding: 0 24px 16px 57px;
}
.mat-expansion-panel__ghost.mat-expanded .mat-expansion-indicator::after {
  transform: rotate(-135deg) !important;
}
.mat-expansion-panel__ghost .mat-expansion-indicator {
  transform: rotate(90deg);
}
.mat-expansion-panel__ghost .mat-expansion-indicator::after {
  color: #266CDE;
  transform: rotate(-45deg);
}

.mat-divider__quinary.mat-divider {
  border-top-color: #EBAF23;
}

.mat-ripple__quinary .mat-ripple-element {
  background-color: rgba(235, 175, 35, 0.3);
}

.mat-mdc-table__product-list {
  width: calc(100% - 10px);
  min-width: calc(100% - 10px);
  table-layout: fixed;
}
.mat-mdc-table__product-list .mat-mdc-cell {
  padding: 0;
}
.mat-mdc-table__product-list th.mat-sort-header__scheme, .mat-mdc-table__product-list th.mat-header__scheme {
  width: 92px;
}
.mat-mdc-table__product-list th.mat-sort-header__orderRef, .mat-mdc-table__product-list th.mat-sort-header__partCount, .mat-mdc-table__product-list th.mat-header__orderRef, .mat-mdc-table__product-list th.mat-header__partCount {
  width: 100px;
}
.mat-mdc-table__product-list th.mat-sort-header__status, .mat-mdc-table__product-list th.mat-header__status {
  width: 100px;
}
.mat-mdc-table__product-list th.mat-sort-header__delayedParts, .mat-mdc-table__product-list th.mat-sort-header__net, .mat-mdc-table__product-list th.mat-sort-header__orderRef, .mat-mdc-table__product-list th.mat-header__delayedParts, .mat-mdc-table__product-list th.mat-header__net, .mat-mdc-table__product-list th.mat-header__orderRef {
  width: 120px;
}
.mat-mdc-table__product-list th.mat-sort-header__orderDate, .mat-mdc-table__product-list th.mat-header__orderDate {
  width: 125px;
}
.mat-mdc-table__product-list th.mat-sort-header__details, .mat-mdc-table__product-list th.mat-sort-header__link, .mat-mdc-table__product-list th.mat-header__details, .mat-mdc-table__product-list th.mat-header__link {
  width: 150px;
}
.mat-mdc-table__product-list th.mat-sort-header__quoteNumber, .mat-mdc-table__product-list th.mat-header__quoteNumber {
  width: 180px;
}
.mat-mdc-table__product-list th,
.mat-mdc-table__product-list td {
  box-sizing: border-box;
  max-width: 150px;
}
.mat-mdc-table__product-list--fixed-header {
  padding-top: 62px;
}
.mat-mdc-table__product-list--fixed-header thead {
  position: fixed;
  background: #fff !important;
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.05);
  top: 12rem;
  left: 0;
  z-index: 10;
  table-layout: fixed;
  display: table;
}
@media only screen and (max-width: 950px) {
  .mat-mdc-table__product-list--fixed-header thead {
    top: 12rem;
  }
}
@media only screen and (max-width: 755px) {
  .mat-mdc-table__product-list--fixed-header thead {
    top: 13rem;
  }
}
.mat-mdc-table__product-list--fixed-header tbody {
  table-layout: fixed;
  display: table;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-scheme {
  width: 92px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-orderRef, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-status, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-partCount {
  width: 100px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-delayedParts, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-net, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-orderRef {
  width: 120px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-orderDate {
  width: 125px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-details, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-link {
  width: 150px;
}
.mat-mdc-table__product-list thead {
  min-width: 1000px;
}
.mat-mdc-table__product-list thead > tr {
  position: relative;
  width: 100%;
}
.mat-mdc-table__product-list thead, .mat-mdc-table__product-list tbody, .mat-mdc-table__product-list tr {
  width: calc(100% - 10px);
}
.mat-mdc-table__product-list tbody {
  overflow: hidden;
  border-spacing: 0 0.25rem;
}

.mat-mdc-table__parts-list {
  width: 100%;
  min-width: 1050px;
}
.mat-mdc-table__parts-list--fixed-header {
  padding-top: 80px !important;
}
.mat-mdc-table__parts-list--fixed-header thead {
  position: fixed;
  display: table;
  background: #fff !important;
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.05);
  min-width: 1050px;
  top: 7.8rem;
  z-index: 10;
  left: 0;
  border-right: 1.4rem solid white;
  border-left: 1.4rem solid white;
}
.mat-mdc-table__parts-list thead > tr {
  width: 100%;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__docs {
  width: 50px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__item {
  width: 2rem;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__partId {
  width: 170px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__description {
  width: auto;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__edit {
  width: 35px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__quantity {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__rrp {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__surcharge {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__discount {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__net, .mat-mdc-table__parts-list thead > tr .mat-sort-header__unit {
  width: 140px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__remove {
  width: 80px;
}
.mat-mdc-table__parts-list thead > tr th {
  box-sizing: border-box;
}
.mat-mdc-table__parts-list thead, .mat-mdc-table__parts-list tbody, .mat-mdc-table__parts-list tr {
  width: 100%;
}
.mat-mdc-table__parts-list tbody {
  overflow: hidden;
  border-spacing: 0 0.25rem;
}
.mat-mdc-table__parts-list tbody .mat-column-docs {
  width: 50px;
}
.mat-mdc-table__parts-list tbody .mat-column-item {
  min-width: 2rem;
  width: 2rem;
}
.mat-mdc-table__parts-list tbody .mat-column-partId {
  min-width: 170px;
  width: 170px;
}
.mat-mdc-table__parts-list tbody .mat-column-description {
  width: auto;
}
.mat-mdc-table__parts-list tbody .mat-column-edit {
  width: 35px;
}
.mat-mdc-table__parts-list tbody .mat-column-quantity {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-rrp {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-surcharge {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-discount {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-net, .mat-mdc-table__parts-list tbody .mat-column-unit {
  width: 140px;
}
.mat-mdc-table__parts-list tbody .mat-column-remove {
  width: 80px;
}
.mat-mdc-table__parts-list tbody td {
  box-sizing: border-box;
}

/* TODO(mdc-migration): The following rule targets internal classes of slide-toggle that may no longer apply for the MDC version.*/
.mat-slide-toggle-thumb {
  background-color: #000 !important;
}

.mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-surface {
  padding: 24px;
  width: 100%;
  height: 100%;
  min-height: inherit;
  max-height: inherit;
  border-radius: 4px;
}
.mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-title {
  padding: 0px;
  margin: 0px;
}

.mat-mdc-unelevated-button__senary {
  padding: 0 20px;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-unelevated-button__senary .mat-ripple-element {
  background-color: rgba(250, 160, 119, 0.3);
}
.mat-mdc-unelevated-button__senary.mat-mdc-unelevated-button {
  height: auto !important;
  line-height: 2rem;
  padding: 6px 25px;
}
.mat-mdc-unelevated-button__senary.mat-mdc-unelevated-button:not(:disabled) {
  background-color: #FAA077;
  color: #ffffff;
  border: 1px solid #FAA077;
}
.mat-mdc-unelevated-button__senary--inactive.mat-mdc-unelevated-button:not(:disabled) {
  background-color: #FEF4EF;
  color: #FAA077;
  border: 1px solid #FEF4EF;
}
.mat-mdc-unelevated-button__senary:hover:not(.mat-button-disabled) {
  background-color: #F8845A;
  color: #ffffff;
}
.mat-mdc-unelevated-button__senary:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-unelevated-button__senary-small {
  padding: 0 20px;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-unelevated-button__senary-small .mat-ripple-element {
  background-color: rgba(250, 160, 119, 0.3);
}
.mat-mdc-unelevated-button__senary-small.mat-mdc-unelevated-button {
  line-height: 1.9rem;
  padding: 4px 15px;
  background-color: #FAA077;
  color: #ffffff;
  border: 1px solid #FAA077;
  font-size: 0.75rem;
}
.mat-mdc-unelevated-button__senary-small:hover:not(.mat-button-disabled) {
  background-color: #F8845A;
  color: #ffffff;
}
.mat-mdc-unelevated-button__senary-small:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-unelevated-button__senary-large {
  padding: 0 20px;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-unelevated-button__senary-large .mat-ripple-element {
  background-color: rgba(250, 160, 119, 0.3);
}
.mat-mdc-unelevated-button__senary-large.mat-mdc-unelevated-button {
  line-height: 2.1rem;
  padding: 9px 45px;
  background-color: #FAA077;
  color: #ffffff;
  border: 1px solid #FAA077;
}
.mat-mdc-unelevated-button__senary-large:hover:not(.mat-button-disabled) {
  background-color: #F8845A;
  color: #ffffff;
}
.mat-mdc-unelevated-button__senary-large:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-button__senary {
  background-image: linear-gradient(#FAA077, #FAA077) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__senary .mat-ripple-element {
  background-color: rgba(250, 160, 119, 0.3);
}
.mat-mdc-button__senary.mat-mdc-button:not(.mat-button-disabled) {
  padding: 6px 25px;
  border-color: #FAA077;
}
.mat-mdc-button__senary:hover:not(.mat-button-disabled) {
  color: #ffffff;
}
.mat-mdc-button__senary.mat-mdc-button {
  line-height: 2rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__senary.mat-mdc-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-button__senary:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-button__senary-small {
  background-image: linear-gradient(#FAA077, #FAA077) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__senary-small .mat-ripple-element {
  background-color: rgba(250, 160, 119, 0.3);
}
.mat-mdc-button__senary-small.mat-mdc-button:not(.mat-button-disabled) {
  padding: 6px 15px;
  border-color: #FAA077;
}
.mat-mdc-button__senary-small:hover:not(.mat-button-disabled) {
  color: #ffffff;
}
.mat-mdc-button__senary-small.mat-mdc-button {
  line-height: 1.9rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  font-size: 0.75rem;
}
.mat-mdc-button__senary-small.mat-mdc-button:hover {
  background-size: 100% 100%;
}
.mat-mdc-button__senary-small:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-button__senary-large {
  background-image: linear-gradient(#FAA077, #FAA077) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__senary-large .mat-ripple-element {
  background-color: rgba(250, 160, 119, 0.3);
}
.mat-mdc-button__senary-large.mat-mdc-button:not(.mat-button-disabled) {
  padding: 9px 45px;
  border-color: #FAA077;
}
.mat-mdc-button__senary-large:hover:not(.mat-button-disabled) {
  color: #ffffff;
}
.mat-mdc-button__senary-large.mat-mdc-button {
  line-height: 2.1rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  font-size: 0.75rem;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__senary-large.mat-mdc-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-button__senary-large:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-outlined-button__senary {
  background-image: linear-gradient(#FAA077, #FAA077) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__senary .mat-ripple-element {
  background-color: rgba(250, 160, 119, 0.3);
}
.mat-mdc-outlined-button__senary.mat-mdc-outlined-button:not(.mat-button-disabled) {
  padding: 6px 25px;
  border-color: #FAA077;
}
.mat-mdc-outlined-button__senary:hover:not(.mat-button-disabled) {
  color: #ffffff;
}
.mat-mdc-outlined-button__senary.mat-mdc-outlined-button {
  line-height: 2rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__senary.mat-mdc-outlined-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-outlined-button__senary:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-outlined-button__senary-small {
  background-image: linear-gradient(#FAA077, #FAA077) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__senary-small .mat-ripple-element {
  background-color: rgba(250, 160, 119, 0.3);
}
.mat-mdc-outlined-button__senary-small.mat-mdc-outlined-button:not(.mat-button-disabled) {
  padding: 4px 15px;
  border-color: #FAA077;
}
.mat-mdc-outlined-button__senary-small:hover:not(.mat-button-disabled) {
  color: #ffffff;
}
.mat-mdc-outlined-button__senary-small.mat-mdc-outlined-button {
  line-height: 1.9rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  font-size: 0.75rem;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__senary-small.mat-mdc-outlined-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-outlined-button__senary-small:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-outlined-button__senary-large {
  background-image: linear-gradient(#FAA077, #FAA077) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__senary-large .mat-ripple-element {
  background-color: rgba(250, 160, 119, 0.3);
}
.mat-mdc-outlined-button__senary-large.mat-mdc-outlined-button:not(.mat-button-disabled) {
  padding: 9px 45px;
  border-color: #FAA077;
}
.mat-mdc-outlined-button__senary-large:hover:not(.mat-button-disabled) {
  color: #ffffff;
}
.mat-mdc-outlined-button__senary-large.mat-mdc-outlined-button {
  line-height: 2.1rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__senary-large.mat-mdc-outlined-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-outlined-button__senary-large:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-radio-group {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.mat-mdc-radio-button__senary {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.mat-mdc-radio-button__senary.mat-radio-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.mat-mdc-radio-button__senary.mat-radio-disabled.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-form-field {
  border: 1px solid #CCD3DC;
  filter: drop-shadow(0 0.2rem 0.04rem #CCD3DC, 0.1);
}
.mat-mdc-radio-button__senary.mat-radio-disabled.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__outer-circle {
  border-width: 3px;
  border-color: #CCD3DC;
}
.mat-mdc-radio-button__senary.mat-radio-disabled.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__inner-circle {
  background-color: #CCD3DC;
}
.mat-mdc-radio-button__senary label {
  font-weight: bold;
  font-size: 0.75rem;
  width: auto;
}
.mat-mdc-radio-button__senary .mdc-form-field {
  padding-right: 0.5rem;
  border-radius: 4px;
}
.mat-mdc-radio-button__senary .mdc-form-field {
  border: 1px solid #CCD3DC;
}
.mat-mdc-radio-button__senary.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-form-field {
  border: 1px solid #FAA077;
  filter: drop-shadow(0 0.2rem 0.04rem rgba(250, 160, 119, 0.1));
}
.mat-mdc-radio-button__senary .mat-radio__outer-circle {
  border-color: #FAA077;
  border-width: 1px;
}
.mat-mdc-radio-button__senary.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__outer-circle {
  border-width: 3px;
  border-color: #FAA077 !important;
}
.mat-mdc-radio-button__senary.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__inner-circle {
  border-color: #FAA077 !important;
}
.mat-mdc-radio-button__senary--large {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.mat-mdc-radio-button__senary--large .mdc-form-field {
  border: none;
  padding: 0.7rem 1.6rem 0.7rem 0.5rem;
  background-color: none;
  font-weight: bold;
  font-size: 0.75rem;
  width: auto;
}
.mat-mdc-radio-button__senary--large .mat-radio-container {
  width: 25px;
  height: 25px;
}
.mat-mdc-radio-button__senary--large.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-form-field {
  border: none;
  filter: none;
}
.mat-mdc-radio-button__senary--large .mdc-radio__outer-circle {
  border-color: #FAA077;
  border-width: 1px;
  height: 25px;
  width: 25px;
}
.mat-mdc-radio-button__senary--large .mdc-radio__inner-circle {
  height: 25px;
  width: 25px;
}
.mat-mdc-radio-button__senary--large.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__outer-circle {
  border-width: 4px;
  border-color: #FAA077;
}
.mat-mdc-radio-button__senary--large.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__inner-circle {
  background-color: #FAA077;
}
.mat-mdc-radio-button__senary .mat-mdc-radio-button {
  display: flex;
}

.mat-mdc-checkbox__senary {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__senary.mat-checkbox-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__senary.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mdc-checkbox__background {
  background-color: #CCD3DC !important;
}
.mat-mdc-checkbox__senary .mat-mdc-checkbox .mat-ripple {
  background-color: #FAA077 !important;
}
.mat-mdc-checkbox__senary .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple {
  background-color: #FAA077 !important;
}
.mat-mdc-checkbox__senary .mat-checkbox-inner-container {
  height: 25px;
  width: 25px;
}
.mat-mdc-checkbox__senary .mat-checkbox-frame {
  border-color: #FAA077;
}
.mat-mdc-checkbox__senary.mat-mdc-checkbox-checked .mdc-form-field .mdc-checkbox .mdc-checkbox__background {
  background-color: #FAA077 !important;
  border-color: #FAA077 !important;
}
.mat-mdc-checkbox__senary .mdc-checkbox__checkmark {
  color: #ffffff !important;
}

.mat-mdc-checkbox__senary-small {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__senary-small.mat-checkbox-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__senary-small.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #CCD3DC !important;
}
.mat-mdc-checkbox__senary-small .mat-mdc-checkbox .mat-ripple-element {
  background-color: #FAA077 !important;
}
.mat-mdc-checkbox__senary-small .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple {
  background-color: #FAA077 !important;
}
.mat-mdc-checkbox__senary-small .mat-checkbox-frame {
  border-color: #FAA077;
}
.mat-mdc-checkbox__senary-small.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #FAA077 !important;
}
.mat-mdc-checkbox__senary-small .mat-checkbox-checkmark-path {
  stroke: #ffffff !important;
}

.mat-mdc-checkbox__senary-small-border {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__senary-small-border.mat-checkbox-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__senary-small-border.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #CCD3DC !important;
}
.mat-mdc-checkbox__senary-small-border.mat-checkbox-disabled.mat-mdc-checkbox {
  padding: 0.5rem;
  border-radius: 4px;
  border: 1px solid #CCD3DC;
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__senary-small-border.mat-checkbox-disabled.mat-mdc-checkbox.mat-checkbox-checked {
  border: 1px solid #CCD3DC;
  box-shadow: 0 0.2rem 0.04rem rgba(204, 211, 220, 0.1);
}
.mat-mdc-checkbox__senary-small-border .mat-mdc-checkbox .mat-ripple-element {
  background-color: #FAA077 !important;
}
.mat-mdc-checkbox__senary-small-border .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple {
  background-color: #FAA077 !important;
}
.mat-mdc-checkbox__senary-small-border.mat-mdc-checkbox {
  padding: 0.5rem;
  border-radius: 4px;
  border: 1px solid #CCD3DC;
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__senary-small-border.mat-mdc-checkbox.mat-checkbox-checked {
  border: 1px solid #FAA077;
  box-shadow: 0 0.2rem 0.04rem rgba(250, 160, 119, 0.1);
}
.mat-mdc-checkbox__senary-small-border .mat-checkbox-frame {
  border-color: #FAA077;
}
.mat-mdc-checkbox__senary-small-border.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #FAA077 !important;
}
.mat-mdc-checkbox__senary-small-border .mat-checkbox-checkmark-path {
  stroke: #ffffff !important;
}

/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
.mat-button-toggle__senary {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-button-toggle__senary .mat-ripple-element {
  background-color: rgba(250, 160, 119, 0.3);
}
.mat-button-toggle__senary.mat-button-toggle-group-appearance-standard {
  border: 1px solid #FAA077;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-button-toggle__senary.mat-button-toggle-group-appearance-standard .mat-button-toggle-label-content {
  padding: 0 25px;
  line-height: 46px;
}
.mat-button-toggle__senary .mat-button-toggle-checked {
  background-color: #FAA077;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-button-toggle__senary .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: #ffffff;
}

.mat-expansion-panel__senary mat-panel-description {
  font-size: 0.85rem;
}
.mat-expansion-panel__senary .mat-expansion-panel-header-title {
  font-weight: bold;
}
.mat-expansion-panel__senary.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0), 0px 2px 2px 0px rgba(0, 0, 0, 0), 0px 1px 5px 0px rgba(0, 0, 0, 0);
  border: 1px solid #CCD3DC;
}
.mat-expansion-panel__senary.mat-expansion-panel:not([class*=mat-elevation-z]).mat-expanded {
  border: 1px solid #FAA077;
}

.mat-expansion-panel__ghost .mat-expansion-panel-header-title {
  font-weight: bold;
}
.mat-expansion-panel__ghost.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0), 0px 2px 2px 0px rgba(0, 0, 0, 0), 0px 1px 5px 0px rgba(0, 0, 0, 0);
  background: none;
}
.mat-expansion-panel__ghost .mat-content {
  flex-direction: column;
}
.mat-expansion-panel__ghost mat-panel-description {
  font-size: 0.85rem;
}
.mat-expansion-panel__ghost .mat-expansion-panel-header {
  flex-direction: row-reverse;
}
.mat-expansion-panel__ghost .mat-expansion-panel-header-title, .mat-expansion-panel__ghost .mat-expansion-panel-header-description {
  margin-left: 28px;
  margin-right: 0;
}
.mat-expansion-panel__ghost.mat-expansion-panel-body {
  padding: 0 24px 16px 57px;
}
.mat-expansion-panel__ghost.mat-expanded .mat-expansion-indicator::after {
  transform: rotate(-135deg) !important;
}
.mat-expansion-panel__ghost .mat-expansion-indicator {
  transform: rotate(90deg);
}
.mat-expansion-panel__ghost .mat-expansion-indicator::after {
  color: #266CDE;
  transform: rotate(-45deg);
}

.mat-divider__senary.mat-divider {
  border-top-color: #FAA077;
}

.mat-ripple__senary .mat-ripple-element {
  background-color: rgba(250, 160, 119, 0.3);
}

.mat-mdc-table__product-list {
  width: calc(100% - 10px);
  min-width: calc(100% - 10px);
  table-layout: fixed;
}
.mat-mdc-table__product-list .mat-mdc-cell {
  padding: 0;
}
.mat-mdc-table__product-list th.mat-sort-header__scheme, .mat-mdc-table__product-list th.mat-header__scheme {
  width: 92px;
}
.mat-mdc-table__product-list th.mat-sort-header__orderRef, .mat-mdc-table__product-list th.mat-sort-header__partCount, .mat-mdc-table__product-list th.mat-header__orderRef, .mat-mdc-table__product-list th.mat-header__partCount {
  width: 100px;
}
.mat-mdc-table__product-list th.mat-sort-header__status, .mat-mdc-table__product-list th.mat-header__status {
  width: 100px;
}
.mat-mdc-table__product-list th.mat-sort-header__delayedParts, .mat-mdc-table__product-list th.mat-sort-header__net, .mat-mdc-table__product-list th.mat-sort-header__orderRef, .mat-mdc-table__product-list th.mat-header__delayedParts, .mat-mdc-table__product-list th.mat-header__net, .mat-mdc-table__product-list th.mat-header__orderRef {
  width: 120px;
}
.mat-mdc-table__product-list th.mat-sort-header__orderDate, .mat-mdc-table__product-list th.mat-header__orderDate {
  width: 125px;
}
.mat-mdc-table__product-list th.mat-sort-header__details, .mat-mdc-table__product-list th.mat-sort-header__link, .mat-mdc-table__product-list th.mat-header__details, .mat-mdc-table__product-list th.mat-header__link {
  width: 150px;
}
.mat-mdc-table__product-list th.mat-sort-header__quoteNumber, .mat-mdc-table__product-list th.mat-header__quoteNumber {
  width: 180px;
}
.mat-mdc-table__product-list th,
.mat-mdc-table__product-list td {
  box-sizing: border-box;
  max-width: 150px;
}
.mat-mdc-table__product-list--fixed-header {
  padding-top: 62px;
}
.mat-mdc-table__product-list--fixed-header thead {
  position: fixed;
  background: #fff !important;
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.05);
  top: 12rem;
  left: 0;
  z-index: 10;
  table-layout: fixed;
  display: table;
}
@media only screen and (max-width: 950px) {
  .mat-mdc-table__product-list--fixed-header thead {
    top: 12rem;
  }
}
@media only screen and (max-width: 755px) {
  .mat-mdc-table__product-list--fixed-header thead {
    top: 13rem;
  }
}
.mat-mdc-table__product-list--fixed-header tbody {
  table-layout: fixed;
  display: table;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-scheme {
  width: 92px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-orderRef, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-status, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-partCount {
  width: 100px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-delayedParts, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-net, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-orderRef {
  width: 120px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-orderDate {
  width: 125px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-details, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-link {
  width: 150px;
}
.mat-mdc-table__product-list thead {
  min-width: 1000px;
}
.mat-mdc-table__product-list thead > tr {
  position: relative;
  width: 100%;
}
.mat-mdc-table__product-list thead, .mat-mdc-table__product-list tbody, .mat-mdc-table__product-list tr {
  width: calc(100% - 10px);
}
.mat-mdc-table__product-list tbody {
  overflow: hidden;
  border-spacing: 0 0.25rem;
}

.mat-mdc-table__parts-list {
  width: 100%;
  min-width: 1050px;
}
.mat-mdc-table__parts-list--fixed-header {
  padding-top: 80px !important;
}
.mat-mdc-table__parts-list--fixed-header thead {
  position: fixed;
  display: table;
  background: #fff !important;
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.05);
  min-width: 1050px;
  top: 7.8rem;
  z-index: 10;
  left: 0;
  border-right: 1.4rem solid white;
  border-left: 1.4rem solid white;
}
.mat-mdc-table__parts-list thead > tr {
  width: 100%;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__docs {
  width: 50px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__item {
  width: 2rem;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__partId {
  width: 170px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__description {
  width: auto;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__edit {
  width: 35px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__quantity {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__rrp {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__surcharge {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__discount {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__net, .mat-mdc-table__parts-list thead > tr .mat-sort-header__unit {
  width: 140px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__remove {
  width: 80px;
}
.mat-mdc-table__parts-list thead > tr th {
  box-sizing: border-box;
}
.mat-mdc-table__parts-list thead, .mat-mdc-table__parts-list tbody, .mat-mdc-table__parts-list tr {
  width: 100%;
}
.mat-mdc-table__parts-list tbody {
  overflow: hidden;
  border-spacing: 0 0.25rem;
}
.mat-mdc-table__parts-list tbody .mat-column-docs {
  width: 50px;
}
.mat-mdc-table__parts-list tbody .mat-column-item {
  min-width: 2rem;
  width: 2rem;
}
.mat-mdc-table__parts-list tbody .mat-column-partId {
  min-width: 170px;
  width: 170px;
}
.mat-mdc-table__parts-list tbody .mat-column-description {
  width: auto;
}
.mat-mdc-table__parts-list tbody .mat-column-edit {
  width: 35px;
}
.mat-mdc-table__parts-list tbody .mat-column-quantity {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-rrp {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-surcharge {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-discount {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-net, .mat-mdc-table__parts-list tbody .mat-column-unit {
  width: 140px;
}
.mat-mdc-table__parts-list tbody .mat-column-remove {
  width: 80px;
}
.mat-mdc-table__parts-list tbody td {
  box-sizing: border-box;
}

/* TODO(mdc-migration): The following rule targets internal classes of slide-toggle that may no longer apply for the MDC version.*/
.mat-slide-toggle-thumb {
  background-color: #000 !important;
}

.mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-surface {
  padding: 24px;
  width: 100%;
  height: 100%;
  min-height: inherit;
  max-height: inherit;
  border-radius: 4px;
}
.mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-title {
  padding: 0px;
  margin: 0px;
}

.mat-mdc-unelevated-button__septenary {
  padding: 0 20px;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-unelevated-button__septenary .mat-ripple-element {
  background-color: rgba(35, 177, 113, 0.3);
}
.mat-mdc-unelevated-button__septenary.mat-mdc-unelevated-button {
  height: auto !important;
  line-height: 2rem;
  padding: 6px 25px;
}
.mat-mdc-unelevated-button__septenary.mat-mdc-unelevated-button:not(:disabled) {
  background-color: #23B171;
  color: #000000;
  border: 1px solid #23B171;
}
.mat-mdc-unelevated-button__septenary--inactive.mat-mdc-unelevated-button:not(:disabled) {
  background-color: #E5F6EE;
  color: #23B171;
  border: 1px solid #E5F6EE;
}
.mat-mdc-unelevated-button__septenary:hover:not(.mat-button-disabled) {
  background-color: #159854;
  color: #000000;
}
.mat-mdc-unelevated-button__septenary:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-unelevated-button__septenary-small {
  padding: 0 20px;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-unelevated-button__septenary-small .mat-ripple-element {
  background-color: rgba(35, 177, 113, 0.3);
}
.mat-mdc-unelevated-button__septenary-small.mat-mdc-unelevated-button {
  line-height: 1.9rem;
  padding: 4px 15px;
  background-color: #23B171;
  color: #000000;
  border: 1px solid #23B171;
  font-size: 0.75rem;
}
.mat-mdc-unelevated-button__septenary-small:hover:not(.mat-button-disabled) {
  background-color: #159854;
  color: #000000;
}
.mat-mdc-unelevated-button__septenary-small:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-unelevated-button__septenary-large {
  padding: 0 20px;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-unelevated-button__septenary-large .mat-ripple-element {
  background-color: rgba(35, 177, 113, 0.3);
}
.mat-mdc-unelevated-button__septenary-large.mat-mdc-unelevated-button {
  line-height: 2.1rem;
  padding: 9px 45px;
  background-color: #23B171;
  color: #000000;
  border: 1px solid #23B171;
}
.mat-mdc-unelevated-button__septenary-large:hover:not(.mat-button-disabled) {
  background-color: #159854;
  color: #000000;
}
.mat-mdc-unelevated-button__septenary-large:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-button__septenary {
  background-image: linear-gradient(#23B171, #23B171) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__septenary .mat-ripple-element {
  background-color: rgba(35, 177, 113, 0.3);
}
.mat-mdc-button__septenary.mat-mdc-button:not(.mat-button-disabled) {
  padding: 6px 25px;
  border-color: #23B171;
}
.mat-mdc-button__septenary:hover:not(.mat-button-disabled) {
  color: #000000;
}
.mat-mdc-button__septenary.mat-mdc-button {
  line-height: 2rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__septenary.mat-mdc-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-button__septenary:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-button__septenary-small {
  background-image: linear-gradient(#23B171, #23B171) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__septenary-small .mat-ripple-element {
  background-color: rgba(35, 177, 113, 0.3);
}
.mat-mdc-button__septenary-small.mat-mdc-button:not(.mat-button-disabled) {
  padding: 6px 15px;
  border-color: #23B171;
}
.mat-mdc-button__septenary-small:hover:not(.mat-button-disabled) {
  color: #000000;
}
.mat-mdc-button__septenary-small.mat-mdc-button {
  line-height: 1.9rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  font-size: 0.75rem;
}
.mat-mdc-button__septenary-small.mat-mdc-button:hover {
  background-size: 100% 100%;
}
.mat-mdc-button__septenary-small:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-button__septenary-large {
  background-image: linear-gradient(#23B171, #23B171) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__septenary-large .mat-ripple-element {
  background-color: rgba(35, 177, 113, 0.3);
}
.mat-mdc-button__septenary-large.mat-mdc-button:not(.mat-button-disabled) {
  padding: 9px 45px;
  border-color: #23B171;
}
.mat-mdc-button__septenary-large:hover:not(.mat-button-disabled) {
  color: #000000;
}
.mat-mdc-button__septenary-large.mat-mdc-button {
  line-height: 2.1rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  font-size: 0.75rem;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__septenary-large.mat-mdc-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-button__septenary-large:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-outlined-button__septenary {
  background-image: linear-gradient(#23B171, #23B171) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__septenary .mat-ripple-element {
  background-color: rgba(35, 177, 113, 0.3);
}
.mat-mdc-outlined-button__septenary.mat-mdc-outlined-button:not(.mat-button-disabled) {
  padding: 6px 25px;
  border-color: #23B171;
}
.mat-mdc-outlined-button__septenary:hover:not(.mat-button-disabled) {
  color: #000000;
}
.mat-mdc-outlined-button__septenary.mat-mdc-outlined-button {
  line-height: 2rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__septenary.mat-mdc-outlined-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-outlined-button__septenary:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-outlined-button__septenary-small {
  background-image: linear-gradient(#23B171, #23B171) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__septenary-small .mat-ripple-element {
  background-color: rgba(35, 177, 113, 0.3);
}
.mat-mdc-outlined-button__septenary-small.mat-mdc-outlined-button:not(.mat-button-disabled) {
  padding: 4px 15px;
  border-color: #23B171;
}
.mat-mdc-outlined-button__septenary-small:hover:not(.mat-button-disabled) {
  color: #000000;
}
.mat-mdc-outlined-button__septenary-small.mat-mdc-outlined-button {
  line-height: 1.9rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  font-size: 0.75rem;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__septenary-small.mat-mdc-outlined-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-outlined-button__septenary-small:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-outlined-button__septenary-large {
  background-image: linear-gradient(#23B171, #23B171) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__septenary-large .mat-ripple-element {
  background-color: rgba(35, 177, 113, 0.3);
}
.mat-mdc-outlined-button__septenary-large.mat-mdc-outlined-button:not(.mat-button-disabled) {
  padding: 9px 45px;
  border-color: #23B171;
}
.mat-mdc-outlined-button__septenary-large:hover:not(.mat-button-disabled) {
  color: #000000;
}
.mat-mdc-outlined-button__septenary-large.mat-mdc-outlined-button {
  line-height: 2.1rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__septenary-large.mat-mdc-outlined-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-outlined-button__septenary-large:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-radio-group {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.mat-mdc-radio-button__septenary {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.mat-mdc-radio-button__septenary.mat-radio-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.mat-mdc-radio-button__septenary.mat-radio-disabled.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-form-field {
  border: 1px solid #CCD3DC;
  filter: drop-shadow(0 0.2rem 0.04rem #CCD3DC, 0.1);
}
.mat-mdc-radio-button__septenary.mat-radio-disabled.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__outer-circle {
  border-width: 3px;
  border-color: #CCD3DC;
}
.mat-mdc-radio-button__septenary.mat-radio-disabled.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__inner-circle {
  background-color: #CCD3DC;
}
.mat-mdc-radio-button__septenary label {
  font-weight: bold;
  font-size: 0.75rem;
  width: auto;
}
.mat-mdc-radio-button__septenary .mdc-form-field {
  padding-right: 0.5rem;
  border-radius: 4px;
}
.mat-mdc-radio-button__septenary .mdc-form-field {
  border: 1px solid #CCD3DC;
}
.mat-mdc-radio-button__septenary.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-form-field {
  border: 1px solid #23B171;
  filter: drop-shadow(0 0.2rem 0.04rem rgba(35, 177, 113, 0.1));
}
.mat-mdc-radio-button__septenary .mat-radio__outer-circle {
  border-color: #23B171;
  border-width: 1px;
}
.mat-mdc-radio-button__septenary.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__outer-circle {
  border-width: 3px;
  border-color: #23B171 !important;
}
.mat-mdc-radio-button__septenary.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__inner-circle {
  border-color: #23B171 !important;
}
.mat-mdc-radio-button__septenary--large {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.mat-mdc-radio-button__septenary--large .mdc-form-field {
  border: none;
  padding: 0.7rem 1.6rem 0.7rem 0.5rem;
  background-color: none;
  font-weight: bold;
  font-size: 0.75rem;
  width: auto;
}
.mat-mdc-radio-button__septenary--large .mat-radio-container {
  width: 25px;
  height: 25px;
}
.mat-mdc-radio-button__septenary--large.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-form-field {
  border: none;
  filter: none;
}
.mat-mdc-radio-button__septenary--large .mdc-radio__outer-circle {
  border-color: #23B171;
  border-width: 1px;
  height: 25px;
  width: 25px;
}
.mat-mdc-radio-button__septenary--large .mdc-radio__inner-circle {
  height: 25px;
  width: 25px;
}
.mat-mdc-radio-button__septenary--large.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__outer-circle {
  border-width: 4px;
  border-color: #23B171;
}
.mat-mdc-radio-button__septenary--large.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__inner-circle {
  background-color: #23B171;
}
.mat-mdc-radio-button__septenary .mat-mdc-radio-button {
  display: flex;
}

.mat-mdc-checkbox__septenary {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__septenary.mat-checkbox-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__septenary.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mdc-checkbox__background {
  background-color: #CCD3DC !important;
}
.mat-mdc-checkbox__septenary .mat-mdc-checkbox .mat-ripple {
  background-color: #23B171 !important;
}
.mat-mdc-checkbox__septenary .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple {
  background-color: #23B171 !important;
}
.mat-mdc-checkbox__septenary .mat-checkbox-inner-container {
  height: 25px;
  width: 25px;
}
.mat-mdc-checkbox__septenary .mat-checkbox-frame {
  border-color: #23B171;
}
.mat-mdc-checkbox__septenary.mat-mdc-checkbox-checked .mdc-form-field .mdc-checkbox .mdc-checkbox__background {
  background-color: #23B171 !important;
  border-color: #23B171 !important;
}
.mat-mdc-checkbox__septenary .mdc-checkbox__checkmark {
  color: #000000 !important;
}

.mat-mdc-checkbox__septenary-small {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__septenary-small.mat-checkbox-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__septenary-small.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #CCD3DC !important;
}
.mat-mdc-checkbox__septenary-small .mat-mdc-checkbox .mat-ripple-element {
  background-color: #23B171 !important;
}
.mat-mdc-checkbox__septenary-small .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple {
  background-color: #23B171 !important;
}
.mat-mdc-checkbox__septenary-small .mat-checkbox-frame {
  border-color: #23B171;
}
.mat-mdc-checkbox__septenary-small.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #23B171 !important;
}
.mat-mdc-checkbox__septenary-small .mat-checkbox-checkmark-path {
  stroke: #000000 !important;
}

.mat-mdc-checkbox__septenary-small-border {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__septenary-small-border.mat-checkbox-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__septenary-small-border.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #CCD3DC !important;
}
.mat-mdc-checkbox__septenary-small-border.mat-checkbox-disabled.mat-mdc-checkbox {
  padding: 0.5rem;
  border-radius: 4px;
  border: 1px solid #CCD3DC;
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__septenary-small-border.mat-checkbox-disabled.mat-mdc-checkbox.mat-checkbox-checked {
  border: 1px solid #CCD3DC;
  box-shadow: 0 0.2rem 0.04rem rgba(204, 211, 220, 0.1);
}
.mat-mdc-checkbox__septenary-small-border .mat-mdc-checkbox .mat-ripple-element {
  background-color: #23B171 !important;
}
.mat-mdc-checkbox__septenary-small-border .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple {
  background-color: #23B171 !important;
}
.mat-mdc-checkbox__septenary-small-border.mat-mdc-checkbox {
  padding: 0.5rem;
  border-radius: 4px;
  border: 1px solid #CCD3DC;
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__septenary-small-border.mat-mdc-checkbox.mat-checkbox-checked {
  border: 1px solid #23B171;
  box-shadow: 0 0.2rem 0.04rem rgba(35, 177, 113, 0.1);
}
.mat-mdc-checkbox__septenary-small-border .mat-checkbox-frame {
  border-color: #23B171;
}
.mat-mdc-checkbox__septenary-small-border.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #23B171 !important;
}
.mat-mdc-checkbox__septenary-small-border .mat-checkbox-checkmark-path {
  stroke: #000000 !important;
}

/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
.mat-button-toggle__septenary {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-button-toggle__septenary .mat-ripple-element {
  background-color: rgba(35, 177, 113, 0.3);
}
.mat-button-toggle__septenary.mat-button-toggle-group-appearance-standard {
  border: 1px solid #23B171;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-button-toggle__septenary.mat-button-toggle-group-appearance-standard .mat-button-toggle-label-content {
  padding: 0 25px;
  line-height: 46px;
}
.mat-button-toggle__septenary .mat-button-toggle-checked {
  background-color: #23B171;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-button-toggle__septenary .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: #000000;
}

.mat-expansion-panel__septenary mat-panel-description {
  font-size: 0.85rem;
}
.mat-expansion-panel__septenary .mat-expansion-panel-header-title {
  font-weight: bold;
}
.mat-expansion-panel__septenary.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0), 0px 2px 2px 0px rgba(0, 0, 0, 0), 0px 1px 5px 0px rgba(0, 0, 0, 0);
  border: 1px solid #CCD3DC;
}
.mat-expansion-panel__septenary.mat-expansion-panel:not([class*=mat-elevation-z]).mat-expanded {
  border: 1px solid #23B171;
}

.mat-expansion-panel__ghost .mat-expansion-panel-header-title {
  font-weight: bold;
}
.mat-expansion-panel__ghost.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0), 0px 2px 2px 0px rgba(0, 0, 0, 0), 0px 1px 5px 0px rgba(0, 0, 0, 0);
  background: none;
}
.mat-expansion-panel__ghost .mat-content {
  flex-direction: column;
}
.mat-expansion-panel__ghost mat-panel-description {
  font-size: 0.85rem;
}
.mat-expansion-panel__ghost .mat-expansion-panel-header {
  flex-direction: row-reverse;
}
.mat-expansion-panel__ghost .mat-expansion-panel-header-title, .mat-expansion-panel__ghost .mat-expansion-panel-header-description {
  margin-left: 28px;
  margin-right: 0;
}
.mat-expansion-panel__ghost.mat-expansion-panel-body {
  padding: 0 24px 16px 57px;
}
.mat-expansion-panel__ghost.mat-expanded .mat-expansion-indicator::after {
  transform: rotate(-135deg) !important;
}
.mat-expansion-panel__ghost .mat-expansion-indicator {
  transform: rotate(90deg);
}
.mat-expansion-panel__ghost .mat-expansion-indicator::after {
  color: #266CDE;
  transform: rotate(-45deg);
}

.mat-divider__septenary.mat-divider {
  border-top-color: #23B171;
}

.mat-ripple__septenary .mat-ripple-element {
  background-color: rgba(35, 177, 113, 0.3);
}

.mat-mdc-table__product-list {
  width: calc(100% - 10px);
  min-width: calc(100% - 10px);
  table-layout: fixed;
}
.mat-mdc-table__product-list .mat-mdc-cell {
  padding: 0;
}
.mat-mdc-table__product-list th.mat-sort-header__scheme, .mat-mdc-table__product-list th.mat-header__scheme {
  width: 92px;
}
.mat-mdc-table__product-list th.mat-sort-header__orderRef, .mat-mdc-table__product-list th.mat-sort-header__partCount, .mat-mdc-table__product-list th.mat-header__orderRef, .mat-mdc-table__product-list th.mat-header__partCount {
  width: 100px;
}
.mat-mdc-table__product-list th.mat-sort-header__status, .mat-mdc-table__product-list th.mat-header__status {
  width: 100px;
}
.mat-mdc-table__product-list th.mat-sort-header__delayedParts, .mat-mdc-table__product-list th.mat-sort-header__net, .mat-mdc-table__product-list th.mat-sort-header__orderRef, .mat-mdc-table__product-list th.mat-header__delayedParts, .mat-mdc-table__product-list th.mat-header__net, .mat-mdc-table__product-list th.mat-header__orderRef {
  width: 120px;
}
.mat-mdc-table__product-list th.mat-sort-header__orderDate, .mat-mdc-table__product-list th.mat-header__orderDate {
  width: 125px;
}
.mat-mdc-table__product-list th.mat-sort-header__details, .mat-mdc-table__product-list th.mat-sort-header__link, .mat-mdc-table__product-list th.mat-header__details, .mat-mdc-table__product-list th.mat-header__link {
  width: 150px;
}
.mat-mdc-table__product-list th.mat-sort-header__quoteNumber, .mat-mdc-table__product-list th.mat-header__quoteNumber {
  width: 180px;
}
.mat-mdc-table__product-list th,
.mat-mdc-table__product-list td {
  box-sizing: border-box;
  max-width: 150px;
}
.mat-mdc-table__product-list--fixed-header {
  padding-top: 62px;
}
.mat-mdc-table__product-list--fixed-header thead {
  position: fixed;
  background: #fff !important;
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.05);
  top: 12rem;
  left: 0;
  z-index: 10;
  table-layout: fixed;
  display: table;
}
@media only screen and (max-width: 950px) {
  .mat-mdc-table__product-list--fixed-header thead {
    top: 12rem;
  }
}
@media only screen and (max-width: 755px) {
  .mat-mdc-table__product-list--fixed-header thead {
    top: 13rem;
  }
}
.mat-mdc-table__product-list--fixed-header tbody {
  table-layout: fixed;
  display: table;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-scheme {
  width: 92px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-orderRef, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-status, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-partCount {
  width: 100px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-delayedParts, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-net, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-orderRef {
  width: 120px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-orderDate {
  width: 125px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-details, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-link {
  width: 150px;
}
.mat-mdc-table__product-list thead {
  min-width: 1000px;
}
.mat-mdc-table__product-list thead > tr {
  position: relative;
  width: 100%;
}
.mat-mdc-table__product-list thead, .mat-mdc-table__product-list tbody, .mat-mdc-table__product-list tr {
  width: calc(100% - 10px);
}
.mat-mdc-table__product-list tbody {
  overflow: hidden;
  border-spacing: 0 0.25rem;
}

.mat-mdc-table__parts-list {
  width: 100%;
  min-width: 1050px;
}
.mat-mdc-table__parts-list--fixed-header {
  padding-top: 80px !important;
}
.mat-mdc-table__parts-list--fixed-header thead {
  position: fixed;
  display: table;
  background: #fff !important;
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.05);
  min-width: 1050px;
  top: 7.8rem;
  z-index: 10;
  left: 0;
  border-right: 1.4rem solid white;
  border-left: 1.4rem solid white;
}
.mat-mdc-table__parts-list thead > tr {
  width: 100%;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__docs {
  width: 50px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__item {
  width: 2rem;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__partId {
  width: 170px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__description {
  width: auto;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__edit {
  width: 35px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__quantity {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__rrp {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__surcharge {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__discount {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__net, .mat-mdc-table__parts-list thead > tr .mat-sort-header__unit {
  width: 140px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__remove {
  width: 80px;
}
.mat-mdc-table__parts-list thead > tr th {
  box-sizing: border-box;
}
.mat-mdc-table__parts-list thead, .mat-mdc-table__parts-list tbody, .mat-mdc-table__parts-list tr {
  width: 100%;
}
.mat-mdc-table__parts-list tbody {
  overflow: hidden;
  border-spacing: 0 0.25rem;
}
.mat-mdc-table__parts-list tbody .mat-column-docs {
  width: 50px;
}
.mat-mdc-table__parts-list tbody .mat-column-item {
  min-width: 2rem;
  width: 2rem;
}
.mat-mdc-table__parts-list tbody .mat-column-partId {
  min-width: 170px;
  width: 170px;
}
.mat-mdc-table__parts-list tbody .mat-column-description {
  width: auto;
}
.mat-mdc-table__parts-list tbody .mat-column-edit {
  width: 35px;
}
.mat-mdc-table__parts-list tbody .mat-column-quantity {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-rrp {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-surcharge {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-discount {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-net, .mat-mdc-table__parts-list tbody .mat-column-unit {
  width: 140px;
}
.mat-mdc-table__parts-list tbody .mat-column-remove {
  width: 80px;
}
.mat-mdc-table__parts-list tbody td {
  box-sizing: border-box;
}

/* TODO(mdc-migration): The following rule targets internal classes of slide-toggle that may no longer apply for the MDC version.*/
.mat-slide-toggle-thumb {
  background-color: #000 !important;
}

.mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-surface {
  padding: 24px;
  width: 100%;
  height: 100%;
  min-height: inherit;
  max-height: inherit;
  border-radius: 4px;
}
.mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-title {
  padding: 0px;
  margin: 0px;
}

.mat-mdc-unelevated-button__octonary {
  padding: 0 20px;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-unelevated-button__octonary .mat-ripple-element {
  background-color: rgba(159, 240, 249, 0.3);
}
.mat-mdc-unelevated-button__octonary.mat-mdc-unelevated-button {
  height: auto !important;
  line-height: 2rem;
  padding: 6px 25px;
}
.mat-mdc-unelevated-button__octonary.mat-mdc-unelevated-button:not(:disabled) {
  background-color: #9FF0F9;
  color: #000000;
  border: 1px solid #9FF0F9;
}
.mat-mdc-unelevated-button__octonary--inactive.mat-mdc-unelevated-button:not(:disabled) {
  background-color: #F3FDFE;
  color: #9FF0F9;
  border: 1px solid #F3FDFE;
}
.mat-mdc-unelevated-button__octonary:hover:not(.mat-button-disabled) {
  background-color: #83E9F6;
  color: #000000;
}
.mat-mdc-unelevated-button__octonary:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-unelevated-button__octonary-small {
  padding: 0 20px;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-unelevated-button__octonary-small .mat-ripple-element {
  background-color: rgba(159, 240, 249, 0.3);
}
.mat-mdc-unelevated-button__octonary-small.mat-mdc-unelevated-button {
  line-height: 1.9rem;
  padding: 4px 15px;
  background-color: #9FF0F9;
  color: #000000;
  border: 1px solid #9FF0F9;
  font-size: 0.75rem;
}
.mat-mdc-unelevated-button__octonary-small:hover:not(.mat-button-disabled) {
  background-color: #83E9F6;
  color: #000000;
}
.mat-mdc-unelevated-button__octonary-small:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-unelevated-button__octonary-large {
  padding: 0 20px;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-unelevated-button__octonary-large .mat-ripple-element {
  background-color: rgba(159, 240, 249, 0.3);
}
.mat-mdc-unelevated-button__octonary-large.mat-mdc-unelevated-button {
  line-height: 2.1rem;
  padding: 9px 45px;
  background-color: #9FF0F9;
  color: #000000;
  border: 1px solid #9FF0F9;
}
.mat-mdc-unelevated-button__octonary-large:hover:not(.mat-button-disabled) {
  background-color: #83E9F6;
  color: #000000;
}
.mat-mdc-unelevated-button__octonary-large:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-button__octonary {
  background-image: linear-gradient(#9FF0F9, #9FF0F9) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__octonary .mat-ripple-element {
  background-color: rgba(159, 240, 249, 0.3);
}
.mat-mdc-button__octonary.mat-mdc-button:not(.mat-button-disabled) {
  padding: 6px 25px;
  border-color: #9FF0F9;
}
.mat-mdc-button__octonary:hover:not(.mat-button-disabled) {
  color: #000000;
}
.mat-mdc-button__octonary.mat-mdc-button {
  line-height: 2rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__octonary.mat-mdc-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-button__octonary:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-button__octonary-small {
  background-image: linear-gradient(#9FF0F9, #9FF0F9) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__octonary-small .mat-ripple-element {
  background-color: rgba(159, 240, 249, 0.3);
}
.mat-mdc-button__octonary-small.mat-mdc-button:not(.mat-button-disabled) {
  padding: 6px 15px;
  border-color: #9FF0F9;
}
.mat-mdc-button__octonary-small:hover:not(.mat-button-disabled) {
  color: #000000;
}
.mat-mdc-button__octonary-small.mat-mdc-button {
  line-height: 1.9rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  font-size: 0.75rem;
}
.mat-mdc-button__octonary-small.mat-mdc-button:hover {
  background-size: 100% 100%;
}
.mat-mdc-button__octonary-small:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-button__octonary-large {
  background-image: linear-gradient(#9FF0F9, #9FF0F9) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__octonary-large .mat-ripple-element {
  background-color: rgba(159, 240, 249, 0.3);
}
.mat-mdc-button__octonary-large.mat-mdc-button:not(.mat-button-disabled) {
  padding: 9px 45px;
  border-color: #9FF0F9;
}
.mat-mdc-button__octonary-large:hover:not(.mat-button-disabled) {
  color: #000000;
}
.mat-mdc-button__octonary-large.mat-mdc-button {
  line-height: 2.1rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  font-size: 0.75rem;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__octonary-large.mat-mdc-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-button__octonary-large:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-outlined-button__octonary {
  background-image: linear-gradient(#9FF0F9, #9FF0F9) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__octonary .mat-ripple-element {
  background-color: rgba(159, 240, 249, 0.3);
}
.mat-mdc-outlined-button__octonary.mat-mdc-outlined-button:not(.mat-button-disabled) {
  padding: 6px 25px;
  border-color: #9FF0F9;
}
.mat-mdc-outlined-button__octonary:hover:not(.mat-button-disabled) {
  color: #000000;
}
.mat-mdc-outlined-button__octonary.mat-mdc-outlined-button {
  line-height: 2rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__octonary.mat-mdc-outlined-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-outlined-button__octonary:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-outlined-button__octonary-small {
  background-image: linear-gradient(#9FF0F9, #9FF0F9) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__octonary-small .mat-ripple-element {
  background-color: rgba(159, 240, 249, 0.3);
}
.mat-mdc-outlined-button__octonary-small.mat-mdc-outlined-button:not(.mat-button-disabled) {
  padding: 4px 15px;
  border-color: #9FF0F9;
}
.mat-mdc-outlined-button__octonary-small:hover:not(.mat-button-disabled) {
  color: #000000;
}
.mat-mdc-outlined-button__octonary-small.mat-mdc-outlined-button {
  line-height: 1.9rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  font-size: 0.75rem;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__octonary-small.mat-mdc-outlined-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-outlined-button__octonary-small:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-outlined-button__octonary-large {
  background-image: linear-gradient(#9FF0F9, #9FF0F9) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__octonary-large .mat-ripple-element {
  background-color: rgba(159, 240, 249, 0.3);
}
.mat-mdc-outlined-button__octonary-large.mat-mdc-outlined-button:not(.mat-button-disabled) {
  padding: 9px 45px;
  border-color: #9FF0F9;
}
.mat-mdc-outlined-button__octonary-large:hover:not(.mat-button-disabled) {
  color: #000000;
}
.mat-mdc-outlined-button__octonary-large.mat-mdc-outlined-button {
  line-height: 2.1rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__octonary-large.mat-mdc-outlined-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-outlined-button__octonary-large:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-radio-group {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.mat-mdc-radio-button__octonary {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.mat-mdc-radio-button__octonary.mat-radio-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.mat-mdc-radio-button__octonary.mat-radio-disabled.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-form-field {
  border: 1px solid #CCD3DC;
  filter: drop-shadow(0 0.2rem 0.04rem #CCD3DC, 0.1);
}
.mat-mdc-radio-button__octonary.mat-radio-disabled.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__outer-circle {
  border-width: 3px;
  border-color: #CCD3DC;
}
.mat-mdc-radio-button__octonary.mat-radio-disabled.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__inner-circle {
  background-color: #CCD3DC;
}
.mat-mdc-radio-button__octonary label {
  font-weight: bold;
  font-size: 0.75rem;
  width: auto;
}
.mat-mdc-radio-button__octonary .mdc-form-field {
  padding-right: 0.5rem;
  border-radius: 4px;
}
.mat-mdc-radio-button__octonary .mdc-form-field {
  border: 1px solid #CCD3DC;
}
.mat-mdc-radio-button__octonary.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-form-field {
  border: 1px solid #9FF0F9;
  filter: drop-shadow(0 0.2rem 0.04rem rgba(159, 240, 249, 0.1));
}
.mat-mdc-radio-button__octonary .mat-radio__outer-circle {
  border-color: #9FF0F9;
  border-width: 1px;
}
.mat-mdc-radio-button__octonary.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__outer-circle {
  border-width: 3px;
  border-color: #9FF0F9 !important;
}
.mat-mdc-radio-button__octonary.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__inner-circle {
  border-color: #9FF0F9 !important;
}
.mat-mdc-radio-button__octonary--large {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.mat-mdc-radio-button__octonary--large .mdc-form-field {
  border: none;
  padding: 0.7rem 1.6rem 0.7rem 0.5rem;
  background-color: none;
  font-weight: bold;
  font-size: 0.75rem;
  width: auto;
}
.mat-mdc-radio-button__octonary--large .mat-radio-container {
  width: 25px;
  height: 25px;
}
.mat-mdc-radio-button__octonary--large.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-form-field {
  border: none;
  filter: none;
}
.mat-mdc-radio-button__octonary--large .mdc-radio__outer-circle {
  border-color: #9FF0F9;
  border-width: 1px;
  height: 25px;
  width: 25px;
}
.mat-mdc-radio-button__octonary--large .mdc-radio__inner-circle {
  height: 25px;
  width: 25px;
}
.mat-mdc-radio-button__octonary--large.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__outer-circle {
  border-width: 4px;
  border-color: #9FF0F9;
}
.mat-mdc-radio-button__octonary--large.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__inner-circle {
  background-color: #9FF0F9;
}
.mat-mdc-radio-button__octonary .mat-mdc-radio-button {
  display: flex;
}

.mat-mdc-checkbox__octonary {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__octonary.mat-checkbox-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__octonary.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mdc-checkbox__background {
  background-color: #CCD3DC !important;
}
.mat-mdc-checkbox__octonary .mat-mdc-checkbox .mat-ripple {
  background-color: #9FF0F9 !important;
}
.mat-mdc-checkbox__octonary .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple {
  background-color: #9FF0F9 !important;
}
.mat-mdc-checkbox__octonary .mat-checkbox-inner-container {
  height: 25px;
  width: 25px;
}
.mat-mdc-checkbox__octonary .mat-checkbox-frame {
  border-color: #9FF0F9;
}
.mat-mdc-checkbox__octonary.mat-mdc-checkbox-checked .mdc-form-field .mdc-checkbox .mdc-checkbox__background {
  background-color: #9FF0F9 !important;
  border-color: #9FF0F9 !important;
}
.mat-mdc-checkbox__octonary .mdc-checkbox__checkmark {
  color: #000000 !important;
}

.mat-mdc-checkbox__octonary-small {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__octonary-small.mat-checkbox-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__octonary-small.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #CCD3DC !important;
}
.mat-mdc-checkbox__octonary-small .mat-mdc-checkbox .mat-ripple-element {
  background-color: #9FF0F9 !important;
}
.mat-mdc-checkbox__octonary-small .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple {
  background-color: #9FF0F9 !important;
}
.mat-mdc-checkbox__octonary-small .mat-checkbox-frame {
  border-color: #9FF0F9;
}
.mat-mdc-checkbox__octonary-small.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #9FF0F9 !important;
}
.mat-mdc-checkbox__octonary-small .mat-checkbox-checkmark-path {
  stroke: #000000 !important;
}

.mat-mdc-checkbox__octonary-small-border {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__octonary-small-border.mat-checkbox-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__octonary-small-border.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #CCD3DC !important;
}
.mat-mdc-checkbox__octonary-small-border.mat-checkbox-disabled.mat-mdc-checkbox {
  padding: 0.5rem;
  border-radius: 4px;
  border: 1px solid #CCD3DC;
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__octonary-small-border.mat-checkbox-disabled.mat-mdc-checkbox.mat-checkbox-checked {
  border: 1px solid #CCD3DC;
  box-shadow: 0 0.2rem 0.04rem rgba(204, 211, 220, 0.1);
}
.mat-mdc-checkbox__octonary-small-border .mat-mdc-checkbox .mat-ripple-element {
  background-color: #9FF0F9 !important;
}
.mat-mdc-checkbox__octonary-small-border .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple {
  background-color: #9FF0F9 !important;
}
.mat-mdc-checkbox__octonary-small-border.mat-mdc-checkbox {
  padding: 0.5rem;
  border-radius: 4px;
  border: 1px solid #CCD3DC;
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__octonary-small-border.mat-mdc-checkbox.mat-checkbox-checked {
  border: 1px solid #9FF0F9;
  box-shadow: 0 0.2rem 0.04rem rgba(159, 240, 249, 0.1);
}
.mat-mdc-checkbox__octonary-small-border .mat-checkbox-frame {
  border-color: #9FF0F9;
}
.mat-mdc-checkbox__octonary-small-border.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #9FF0F9 !important;
}
.mat-mdc-checkbox__octonary-small-border .mat-checkbox-checkmark-path {
  stroke: #000000 !important;
}

/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
.mat-button-toggle__octonary {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-button-toggle__octonary .mat-ripple-element {
  background-color: rgba(159, 240, 249, 0.3);
}
.mat-button-toggle__octonary.mat-button-toggle-group-appearance-standard {
  border: 1px solid #9FF0F9;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-button-toggle__octonary.mat-button-toggle-group-appearance-standard .mat-button-toggle-label-content {
  padding: 0 25px;
  line-height: 46px;
}
.mat-button-toggle__octonary .mat-button-toggle-checked {
  background-color: #9FF0F9;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-button-toggle__octonary .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: #000000;
}

.mat-expansion-panel__octonary mat-panel-description {
  font-size: 0.85rem;
}
.mat-expansion-panel__octonary .mat-expansion-panel-header-title {
  font-weight: bold;
}
.mat-expansion-panel__octonary.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0), 0px 2px 2px 0px rgba(0, 0, 0, 0), 0px 1px 5px 0px rgba(0, 0, 0, 0);
  border: 1px solid #CCD3DC;
}
.mat-expansion-panel__octonary.mat-expansion-panel:not([class*=mat-elevation-z]).mat-expanded {
  border: 1px solid #9FF0F9;
}

.mat-expansion-panel__ghost .mat-expansion-panel-header-title {
  font-weight: bold;
}
.mat-expansion-panel__ghost.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0), 0px 2px 2px 0px rgba(0, 0, 0, 0), 0px 1px 5px 0px rgba(0, 0, 0, 0);
  background: none;
}
.mat-expansion-panel__ghost .mat-content {
  flex-direction: column;
}
.mat-expansion-panel__ghost mat-panel-description {
  font-size: 0.85rem;
}
.mat-expansion-panel__ghost .mat-expansion-panel-header {
  flex-direction: row-reverse;
}
.mat-expansion-panel__ghost .mat-expansion-panel-header-title, .mat-expansion-panel__ghost .mat-expansion-panel-header-description {
  margin-left: 28px;
  margin-right: 0;
}
.mat-expansion-panel__ghost.mat-expansion-panel-body {
  padding: 0 24px 16px 57px;
}
.mat-expansion-panel__ghost.mat-expanded .mat-expansion-indicator::after {
  transform: rotate(-135deg) !important;
}
.mat-expansion-panel__ghost .mat-expansion-indicator {
  transform: rotate(90deg);
}
.mat-expansion-panel__ghost .mat-expansion-indicator::after {
  color: #266CDE;
  transform: rotate(-45deg);
}

.mat-divider__octonary.mat-divider {
  border-top-color: #9FF0F9;
}

.mat-ripple__octonary .mat-ripple-element {
  background-color: rgba(159, 240, 249, 0.3);
}

.mat-mdc-table__product-list {
  width: calc(100% - 10px);
  min-width: calc(100% - 10px);
  table-layout: fixed;
}
.mat-mdc-table__product-list .mat-mdc-cell {
  padding: 0;
}
.mat-mdc-table__product-list th.mat-sort-header__scheme, .mat-mdc-table__product-list th.mat-header__scheme {
  width: 92px;
}
.mat-mdc-table__product-list th.mat-sort-header__orderRef, .mat-mdc-table__product-list th.mat-sort-header__partCount, .mat-mdc-table__product-list th.mat-header__orderRef, .mat-mdc-table__product-list th.mat-header__partCount {
  width: 100px;
}
.mat-mdc-table__product-list th.mat-sort-header__status, .mat-mdc-table__product-list th.mat-header__status {
  width: 100px;
}
.mat-mdc-table__product-list th.mat-sort-header__delayedParts, .mat-mdc-table__product-list th.mat-sort-header__net, .mat-mdc-table__product-list th.mat-sort-header__orderRef, .mat-mdc-table__product-list th.mat-header__delayedParts, .mat-mdc-table__product-list th.mat-header__net, .mat-mdc-table__product-list th.mat-header__orderRef {
  width: 120px;
}
.mat-mdc-table__product-list th.mat-sort-header__orderDate, .mat-mdc-table__product-list th.mat-header__orderDate {
  width: 125px;
}
.mat-mdc-table__product-list th.mat-sort-header__details, .mat-mdc-table__product-list th.mat-sort-header__link, .mat-mdc-table__product-list th.mat-header__details, .mat-mdc-table__product-list th.mat-header__link {
  width: 150px;
}
.mat-mdc-table__product-list th.mat-sort-header__quoteNumber, .mat-mdc-table__product-list th.mat-header__quoteNumber {
  width: 180px;
}
.mat-mdc-table__product-list th,
.mat-mdc-table__product-list td {
  box-sizing: border-box;
  max-width: 150px;
}
.mat-mdc-table__product-list--fixed-header {
  padding-top: 62px;
}
.mat-mdc-table__product-list--fixed-header thead {
  position: fixed;
  background: #fff !important;
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.05);
  top: 12rem;
  left: 0;
  z-index: 10;
  table-layout: fixed;
  display: table;
}
@media only screen and (max-width: 950px) {
  .mat-mdc-table__product-list--fixed-header thead {
    top: 12rem;
  }
}
@media only screen and (max-width: 755px) {
  .mat-mdc-table__product-list--fixed-header thead {
    top: 13rem;
  }
}
.mat-mdc-table__product-list--fixed-header tbody {
  table-layout: fixed;
  display: table;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-scheme {
  width: 92px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-orderRef, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-status, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-partCount {
  width: 100px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-delayedParts, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-net, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-orderRef {
  width: 120px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-orderDate {
  width: 125px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-details, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-link {
  width: 150px;
}
.mat-mdc-table__product-list thead {
  min-width: 1000px;
}
.mat-mdc-table__product-list thead > tr {
  position: relative;
  width: 100%;
}
.mat-mdc-table__product-list thead, .mat-mdc-table__product-list tbody, .mat-mdc-table__product-list tr {
  width: calc(100% - 10px);
}
.mat-mdc-table__product-list tbody {
  overflow: hidden;
  border-spacing: 0 0.25rem;
}

.mat-mdc-table__parts-list {
  width: 100%;
  min-width: 1050px;
}
.mat-mdc-table__parts-list--fixed-header {
  padding-top: 80px !important;
}
.mat-mdc-table__parts-list--fixed-header thead {
  position: fixed;
  display: table;
  background: #fff !important;
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.05);
  min-width: 1050px;
  top: 7.8rem;
  z-index: 10;
  left: 0;
  border-right: 1.4rem solid white;
  border-left: 1.4rem solid white;
}
.mat-mdc-table__parts-list thead > tr {
  width: 100%;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__docs {
  width: 50px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__item {
  width: 2rem;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__partId {
  width: 170px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__description {
  width: auto;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__edit {
  width: 35px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__quantity {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__rrp {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__surcharge {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__discount {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__net, .mat-mdc-table__parts-list thead > tr .mat-sort-header__unit {
  width: 140px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__remove {
  width: 80px;
}
.mat-mdc-table__parts-list thead > tr th {
  box-sizing: border-box;
}
.mat-mdc-table__parts-list thead, .mat-mdc-table__parts-list tbody, .mat-mdc-table__parts-list tr {
  width: 100%;
}
.mat-mdc-table__parts-list tbody {
  overflow: hidden;
  border-spacing: 0 0.25rem;
}
.mat-mdc-table__parts-list tbody .mat-column-docs {
  width: 50px;
}
.mat-mdc-table__parts-list tbody .mat-column-item {
  min-width: 2rem;
  width: 2rem;
}
.mat-mdc-table__parts-list tbody .mat-column-partId {
  min-width: 170px;
  width: 170px;
}
.mat-mdc-table__parts-list tbody .mat-column-description {
  width: auto;
}
.mat-mdc-table__parts-list tbody .mat-column-edit {
  width: 35px;
}
.mat-mdc-table__parts-list tbody .mat-column-quantity {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-rrp {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-surcharge {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-discount {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-net, .mat-mdc-table__parts-list tbody .mat-column-unit {
  width: 140px;
}
.mat-mdc-table__parts-list tbody .mat-column-remove {
  width: 80px;
}
.mat-mdc-table__parts-list tbody td {
  box-sizing: border-box;
}

/* TODO(mdc-migration): The following rule targets internal classes of slide-toggle that may no longer apply for the MDC version.*/
.mat-slide-toggle-thumb {
  background-color: #000 !important;
}

.mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-surface {
  padding: 24px;
  width: 100%;
  height: 100%;
  min-height: inherit;
  max-height: inherit;
  border-radius: 4px;
}
.mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-title {
  padding: 0px;
  margin: 0px;
}

.mat-mdc-unelevated-button__nonary {
  padding: 0 20px;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-unelevated-button__nonary .mat-ripple-element {
  background-color: rgba(52, 198, 252, 0.3);
}
.mat-mdc-unelevated-button__nonary.mat-mdc-unelevated-button {
  height: auto !important;
  line-height: 2rem;
  padding: 6px 25px;
}
.mat-mdc-unelevated-button__nonary.mat-mdc-unelevated-button:not(:disabled) {
  background-color: #34C6FC;
  color: #000000;
  border: 1px solid #34C6FC;
}
.mat-mdc-unelevated-button__nonary--inactive.mat-mdc-unelevated-button:not(:disabled) {
  background-color: #E7F8FF;
  color: #34C6FC;
  border: 1px solid #E7F8FF;
}
.mat-mdc-unelevated-button__nonary:hover:not(.mat-button-disabled) {
  background-color: #21B1FB;
  color: #000000;
}
.mat-mdc-unelevated-button__nonary:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-unelevated-button__nonary-small {
  padding: 0 20px;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-unelevated-button__nonary-small .mat-ripple-element {
  background-color: rgba(52, 198, 252, 0.3);
}
.mat-mdc-unelevated-button__nonary-small.mat-mdc-unelevated-button {
  line-height: 1.9rem;
  padding: 4px 15px;
  background-color: #34C6FC;
  color: #000000;
  border: 1px solid #34C6FC;
  font-size: 0.75rem;
}
.mat-mdc-unelevated-button__nonary-small:hover:not(.mat-button-disabled) {
  background-color: #21B1FB;
  color: #000000;
}
.mat-mdc-unelevated-button__nonary-small:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-unelevated-button__nonary-large {
  padding: 0 20px;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-unelevated-button__nonary-large .mat-ripple-element {
  background-color: rgba(52, 198, 252, 0.3);
}
.mat-mdc-unelevated-button__nonary-large.mat-mdc-unelevated-button {
  line-height: 2.1rem;
  padding: 9px 45px;
  background-color: #34C6FC;
  color: #000000;
  border: 1px solid #34C6FC;
}
.mat-mdc-unelevated-button__nonary-large:hover:not(.mat-button-disabled) {
  background-color: #21B1FB;
  color: #000000;
}
.mat-mdc-unelevated-button__nonary-large:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-button__nonary {
  background-image: linear-gradient(#34C6FC, #34C6FC) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__nonary .mat-ripple-element {
  background-color: rgba(52, 198, 252, 0.3);
}
.mat-mdc-button__nonary.mat-mdc-button:not(.mat-button-disabled) {
  padding: 6px 25px;
  border-color: #34C6FC;
}
.mat-mdc-button__nonary:hover:not(.mat-button-disabled) {
  color: #000000;
}
.mat-mdc-button__nonary.mat-mdc-button {
  line-height: 2rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__nonary.mat-mdc-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-button__nonary:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-button__nonary-small {
  background-image: linear-gradient(#34C6FC, #34C6FC) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__nonary-small .mat-ripple-element {
  background-color: rgba(52, 198, 252, 0.3);
}
.mat-mdc-button__nonary-small.mat-mdc-button:not(.mat-button-disabled) {
  padding: 6px 15px;
  border-color: #34C6FC;
}
.mat-mdc-button__nonary-small:hover:not(.mat-button-disabled) {
  color: #000000;
}
.mat-mdc-button__nonary-small.mat-mdc-button {
  line-height: 1.9rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  font-size: 0.75rem;
}
.mat-mdc-button__nonary-small.mat-mdc-button:hover {
  background-size: 100% 100%;
}
.mat-mdc-button__nonary-small:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-button__nonary-large {
  background-image: linear-gradient(#34C6FC, #34C6FC) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__nonary-large .mat-ripple-element {
  background-color: rgba(52, 198, 252, 0.3);
}
.mat-mdc-button__nonary-large.mat-mdc-button:not(.mat-button-disabled) {
  padding: 9px 45px;
  border-color: #34C6FC;
}
.mat-mdc-button__nonary-large:hover:not(.mat-button-disabled) {
  color: #000000;
}
.mat-mdc-button__nonary-large.mat-mdc-button {
  line-height: 2.1rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  font-size: 0.75rem;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__nonary-large.mat-mdc-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-button__nonary-large:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-outlined-button__nonary {
  background-image: linear-gradient(#34C6FC, #34C6FC) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__nonary .mat-ripple-element {
  background-color: rgba(52, 198, 252, 0.3);
}
.mat-mdc-outlined-button__nonary.mat-mdc-outlined-button:not(.mat-button-disabled) {
  padding: 6px 25px;
  border-color: #34C6FC;
}
.mat-mdc-outlined-button__nonary:hover:not(.mat-button-disabled) {
  color: #000000;
}
.mat-mdc-outlined-button__nonary.mat-mdc-outlined-button {
  line-height: 2rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__nonary.mat-mdc-outlined-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-outlined-button__nonary:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-outlined-button__nonary-small {
  background-image: linear-gradient(#34C6FC, #34C6FC) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__nonary-small .mat-ripple-element {
  background-color: rgba(52, 198, 252, 0.3);
}
.mat-mdc-outlined-button__nonary-small.mat-mdc-outlined-button:not(.mat-button-disabled) {
  padding: 4px 15px;
  border-color: #34C6FC;
}
.mat-mdc-outlined-button__nonary-small:hover:not(.mat-button-disabled) {
  color: #000000;
}
.mat-mdc-outlined-button__nonary-small.mat-mdc-outlined-button {
  line-height: 1.9rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  font-size: 0.75rem;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__nonary-small.mat-mdc-outlined-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-outlined-button__nonary-small:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-outlined-button__nonary-large {
  background-image: linear-gradient(#34C6FC, #34C6FC) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__nonary-large .mat-ripple-element {
  background-color: rgba(52, 198, 252, 0.3);
}
.mat-mdc-outlined-button__nonary-large.mat-mdc-outlined-button:not(.mat-button-disabled) {
  padding: 9px 45px;
  border-color: #34C6FC;
}
.mat-mdc-outlined-button__nonary-large:hover:not(.mat-button-disabled) {
  color: #000000;
}
.mat-mdc-outlined-button__nonary-large.mat-mdc-outlined-button {
  line-height: 2.1rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__nonary-large.mat-mdc-outlined-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-outlined-button__nonary-large:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-radio-group {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.mat-mdc-radio-button__nonary {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.mat-mdc-radio-button__nonary.mat-radio-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.mat-mdc-radio-button__nonary.mat-radio-disabled.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-form-field {
  border: 1px solid #CCD3DC;
  filter: drop-shadow(0 0.2rem 0.04rem #CCD3DC, 0.1);
}
.mat-mdc-radio-button__nonary.mat-radio-disabled.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__outer-circle {
  border-width: 3px;
  border-color: #CCD3DC;
}
.mat-mdc-radio-button__nonary.mat-radio-disabled.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__inner-circle {
  background-color: #CCD3DC;
}
.mat-mdc-radio-button__nonary label {
  font-weight: bold;
  font-size: 0.75rem;
  width: auto;
}
.mat-mdc-radio-button__nonary .mdc-form-field {
  padding-right: 0.5rem;
  border-radius: 4px;
}
.mat-mdc-radio-button__nonary .mdc-form-field {
  border: 1px solid #CCD3DC;
}
.mat-mdc-radio-button__nonary.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-form-field {
  border: 1px solid #34C6FC;
  filter: drop-shadow(0 0.2rem 0.04rem rgba(52, 198, 252, 0.1));
}
.mat-mdc-radio-button__nonary .mat-radio__outer-circle {
  border-color: #34C6FC;
  border-width: 1px;
}
.mat-mdc-radio-button__nonary.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__outer-circle {
  border-width: 3px;
  border-color: #34C6FC !important;
}
.mat-mdc-radio-button__nonary.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__inner-circle {
  border-color: #34C6FC !important;
}
.mat-mdc-radio-button__nonary--large {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.mat-mdc-radio-button__nonary--large .mdc-form-field {
  border: none;
  padding: 0.7rem 1.6rem 0.7rem 0.5rem;
  background-color: none;
  font-weight: bold;
  font-size: 0.75rem;
  width: auto;
}
.mat-mdc-radio-button__nonary--large .mat-radio-container {
  width: 25px;
  height: 25px;
}
.mat-mdc-radio-button__nonary--large.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-form-field {
  border: none;
  filter: none;
}
.mat-mdc-radio-button__nonary--large .mdc-radio__outer-circle {
  border-color: #34C6FC;
  border-width: 1px;
  height: 25px;
  width: 25px;
}
.mat-mdc-radio-button__nonary--large .mdc-radio__inner-circle {
  height: 25px;
  width: 25px;
}
.mat-mdc-radio-button__nonary--large.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__outer-circle {
  border-width: 4px;
  border-color: #34C6FC;
}
.mat-mdc-radio-button__nonary--large.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__inner-circle {
  background-color: #34C6FC;
}
.mat-mdc-radio-button__nonary .mat-mdc-radio-button {
  display: flex;
}

.mat-mdc-checkbox__nonary {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__nonary.mat-checkbox-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__nonary.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mdc-checkbox__background {
  background-color: #CCD3DC !important;
}
.mat-mdc-checkbox__nonary .mat-mdc-checkbox .mat-ripple {
  background-color: #34C6FC !important;
}
.mat-mdc-checkbox__nonary .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple {
  background-color: #34C6FC !important;
}
.mat-mdc-checkbox__nonary .mat-checkbox-inner-container {
  height: 25px;
  width: 25px;
}
.mat-mdc-checkbox__nonary .mat-checkbox-frame {
  border-color: #34C6FC;
}
.mat-mdc-checkbox__nonary.mat-mdc-checkbox-checked .mdc-form-field .mdc-checkbox .mdc-checkbox__background {
  background-color: #34C6FC !important;
  border-color: #34C6FC !important;
}
.mat-mdc-checkbox__nonary .mdc-checkbox__checkmark {
  color: #000000 !important;
}

.mat-mdc-checkbox__nonary-small {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__nonary-small.mat-checkbox-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__nonary-small.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #CCD3DC !important;
}
.mat-mdc-checkbox__nonary-small .mat-mdc-checkbox .mat-ripple-element {
  background-color: #34C6FC !important;
}
.mat-mdc-checkbox__nonary-small .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple {
  background-color: #34C6FC !important;
}
.mat-mdc-checkbox__nonary-small .mat-checkbox-frame {
  border-color: #34C6FC;
}
.mat-mdc-checkbox__nonary-small.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #34C6FC !important;
}
.mat-mdc-checkbox__nonary-small .mat-checkbox-checkmark-path {
  stroke: #000000 !important;
}

.mat-mdc-checkbox__nonary-small-border {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__nonary-small-border.mat-checkbox-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__nonary-small-border.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #CCD3DC !important;
}
.mat-mdc-checkbox__nonary-small-border.mat-checkbox-disabled.mat-mdc-checkbox {
  padding: 0.5rem;
  border-radius: 4px;
  border: 1px solid #CCD3DC;
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__nonary-small-border.mat-checkbox-disabled.mat-mdc-checkbox.mat-checkbox-checked {
  border: 1px solid #CCD3DC;
  box-shadow: 0 0.2rem 0.04rem rgba(204, 211, 220, 0.1);
}
.mat-mdc-checkbox__nonary-small-border .mat-mdc-checkbox .mat-ripple-element {
  background-color: #34C6FC !important;
}
.mat-mdc-checkbox__nonary-small-border .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple {
  background-color: #34C6FC !important;
}
.mat-mdc-checkbox__nonary-small-border.mat-mdc-checkbox {
  padding: 0.5rem;
  border-radius: 4px;
  border: 1px solid #CCD3DC;
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__nonary-small-border.mat-mdc-checkbox.mat-checkbox-checked {
  border: 1px solid #34C6FC;
  box-shadow: 0 0.2rem 0.04rem rgba(52, 198, 252, 0.1);
}
.mat-mdc-checkbox__nonary-small-border .mat-checkbox-frame {
  border-color: #34C6FC;
}
.mat-mdc-checkbox__nonary-small-border.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #34C6FC !important;
}
.mat-mdc-checkbox__nonary-small-border .mat-checkbox-checkmark-path {
  stroke: #000000 !important;
}

/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
.mat-button-toggle__nonary {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-button-toggle__nonary .mat-ripple-element {
  background-color: rgba(52, 198, 252, 0.3);
}
.mat-button-toggle__nonary.mat-button-toggle-group-appearance-standard {
  border: 1px solid #34C6FC;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-button-toggle__nonary.mat-button-toggle-group-appearance-standard .mat-button-toggle-label-content {
  padding: 0 25px;
  line-height: 46px;
}
.mat-button-toggle__nonary .mat-button-toggle-checked {
  background-color: #34C6FC;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-button-toggle__nonary .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: #000000;
}

.mat-expansion-panel__nonary mat-panel-description {
  font-size: 0.85rem;
}
.mat-expansion-panel__nonary .mat-expansion-panel-header-title {
  font-weight: bold;
}
.mat-expansion-panel__nonary.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0), 0px 2px 2px 0px rgba(0, 0, 0, 0), 0px 1px 5px 0px rgba(0, 0, 0, 0);
  border: 1px solid #CCD3DC;
}
.mat-expansion-panel__nonary.mat-expansion-panel:not([class*=mat-elevation-z]).mat-expanded {
  border: 1px solid #34C6FC;
}

.mat-expansion-panel__ghost .mat-expansion-panel-header-title {
  font-weight: bold;
}
.mat-expansion-panel__ghost.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0), 0px 2px 2px 0px rgba(0, 0, 0, 0), 0px 1px 5px 0px rgba(0, 0, 0, 0);
  background: none;
}
.mat-expansion-panel__ghost .mat-content {
  flex-direction: column;
}
.mat-expansion-panel__ghost mat-panel-description {
  font-size: 0.85rem;
}
.mat-expansion-panel__ghost .mat-expansion-panel-header {
  flex-direction: row-reverse;
}
.mat-expansion-panel__ghost .mat-expansion-panel-header-title, .mat-expansion-panel__ghost .mat-expansion-panel-header-description {
  margin-left: 28px;
  margin-right: 0;
}
.mat-expansion-panel__ghost.mat-expansion-panel-body {
  padding: 0 24px 16px 57px;
}
.mat-expansion-panel__ghost.mat-expanded .mat-expansion-indicator::after {
  transform: rotate(-135deg) !important;
}
.mat-expansion-panel__ghost .mat-expansion-indicator {
  transform: rotate(90deg);
}
.mat-expansion-panel__ghost .mat-expansion-indicator::after {
  color: #266CDE;
  transform: rotate(-45deg);
}

.mat-divider__nonary.mat-divider {
  border-top-color: #34C6FC;
}

.mat-ripple__nonary .mat-ripple-element {
  background-color: rgba(52, 198, 252, 0.3);
}

.mat-mdc-table__product-list {
  width: calc(100% - 10px);
  min-width: calc(100% - 10px);
  table-layout: fixed;
}
.mat-mdc-table__product-list .mat-mdc-cell {
  padding: 0;
}
.mat-mdc-table__product-list th.mat-sort-header__scheme, .mat-mdc-table__product-list th.mat-header__scheme {
  width: 92px;
}
.mat-mdc-table__product-list th.mat-sort-header__orderRef, .mat-mdc-table__product-list th.mat-sort-header__partCount, .mat-mdc-table__product-list th.mat-header__orderRef, .mat-mdc-table__product-list th.mat-header__partCount {
  width: 100px;
}
.mat-mdc-table__product-list th.mat-sort-header__status, .mat-mdc-table__product-list th.mat-header__status {
  width: 100px;
}
.mat-mdc-table__product-list th.mat-sort-header__delayedParts, .mat-mdc-table__product-list th.mat-sort-header__net, .mat-mdc-table__product-list th.mat-sort-header__orderRef, .mat-mdc-table__product-list th.mat-header__delayedParts, .mat-mdc-table__product-list th.mat-header__net, .mat-mdc-table__product-list th.mat-header__orderRef {
  width: 120px;
}
.mat-mdc-table__product-list th.mat-sort-header__orderDate, .mat-mdc-table__product-list th.mat-header__orderDate {
  width: 125px;
}
.mat-mdc-table__product-list th.mat-sort-header__details, .mat-mdc-table__product-list th.mat-sort-header__link, .mat-mdc-table__product-list th.mat-header__details, .mat-mdc-table__product-list th.mat-header__link {
  width: 150px;
}
.mat-mdc-table__product-list th.mat-sort-header__quoteNumber, .mat-mdc-table__product-list th.mat-header__quoteNumber {
  width: 180px;
}
.mat-mdc-table__product-list th,
.mat-mdc-table__product-list td {
  box-sizing: border-box;
  max-width: 150px;
}
.mat-mdc-table__product-list--fixed-header {
  padding-top: 62px;
}
.mat-mdc-table__product-list--fixed-header thead {
  position: fixed;
  background: #fff !important;
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.05);
  top: 12rem;
  left: 0;
  z-index: 10;
  table-layout: fixed;
  display: table;
}
@media only screen and (max-width: 950px) {
  .mat-mdc-table__product-list--fixed-header thead {
    top: 12rem;
  }
}
@media only screen and (max-width: 755px) {
  .mat-mdc-table__product-list--fixed-header thead {
    top: 13rem;
  }
}
.mat-mdc-table__product-list--fixed-header tbody {
  table-layout: fixed;
  display: table;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-scheme {
  width: 92px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-orderRef, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-status, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-partCount {
  width: 100px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-delayedParts, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-net, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-orderRef {
  width: 120px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-orderDate {
  width: 125px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-details, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-link {
  width: 150px;
}
.mat-mdc-table__product-list thead {
  min-width: 1000px;
}
.mat-mdc-table__product-list thead > tr {
  position: relative;
  width: 100%;
}
.mat-mdc-table__product-list thead, .mat-mdc-table__product-list tbody, .mat-mdc-table__product-list tr {
  width: calc(100% - 10px);
}
.mat-mdc-table__product-list tbody {
  overflow: hidden;
  border-spacing: 0 0.25rem;
}

.mat-mdc-table__parts-list {
  width: 100%;
  min-width: 1050px;
}
.mat-mdc-table__parts-list--fixed-header {
  padding-top: 80px !important;
}
.mat-mdc-table__parts-list--fixed-header thead {
  position: fixed;
  display: table;
  background: #fff !important;
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.05);
  min-width: 1050px;
  top: 7.8rem;
  z-index: 10;
  left: 0;
  border-right: 1.4rem solid white;
  border-left: 1.4rem solid white;
}
.mat-mdc-table__parts-list thead > tr {
  width: 100%;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__docs {
  width: 50px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__item {
  width: 2rem;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__partId {
  width: 170px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__description {
  width: auto;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__edit {
  width: 35px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__quantity {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__rrp {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__surcharge {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__discount {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__net, .mat-mdc-table__parts-list thead > tr .mat-sort-header__unit {
  width: 140px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__remove {
  width: 80px;
}
.mat-mdc-table__parts-list thead > tr th {
  box-sizing: border-box;
}
.mat-mdc-table__parts-list thead, .mat-mdc-table__parts-list tbody, .mat-mdc-table__parts-list tr {
  width: 100%;
}
.mat-mdc-table__parts-list tbody {
  overflow: hidden;
  border-spacing: 0 0.25rem;
}
.mat-mdc-table__parts-list tbody .mat-column-docs {
  width: 50px;
}
.mat-mdc-table__parts-list tbody .mat-column-item {
  min-width: 2rem;
  width: 2rem;
}
.mat-mdc-table__parts-list tbody .mat-column-partId {
  min-width: 170px;
  width: 170px;
}
.mat-mdc-table__parts-list tbody .mat-column-description {
  width: auto;
}
.mat-mdc-table__parts-list tbody .mat-column-edit {
  width: 35px;
}
.mat-mdc-table__parts-list tbody .mat-column-quantity {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-rrp {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-surcharge {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-discount {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-net, .mat-mdc-table__parts-list tbody .mat-column-unit {
  width: 140px;
}
.mat-mdc-table__parts-list tbody .mat-column-remove {
  width: 80px;
}
.mat-mdc-table__parts-list tbody td {
  box-sizing: border-box;
}

/* TODO(mdc-migration): The following rule targets internal classes of slide-toggle that may no longer apply for the MDC version.*/
.mat-slide-toggle-thumb {
  background-color: #000 !important;
}

.mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-surface {
  padding: 24px;
  width: 100%;
  height: 100%;
  min-height: inherit;
  max-height: inherit;
  border-radius: 4px;
}
.mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-title {
  padding: 0px;
  margin: 0px;
}

.mat-mdc-unelevated-button__denary {
  padding: 0 20px;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-unelevated-button__denary .mat-ripple-element {
  background-color: rgba(255, 53, 87, 0.3);
}
.mat-mdc-unelevated-button__denary.mat-mdc-unelevated-button {
  height: auto !important;
  line-height: 2rem;
  padding: 6px 25px;
}
.mat-mdc-unelevated-button__denary.mat-mdc-unelevated-button:not(:disabled) {
  background-color: #FF3557;
  color: #000000;
  border: 1px solid #FF3557;
}
.mat-mdc-unelevated-button__denary--inactive.mat-mdc-unelevated-button:not(:disabled) {
  background-color: #FFE7EB;
  color: #FF3557;
  border: 1px solid #FFE7EB;
}
.mat-mdc-unelevated-button__denary:hover:not(.mat-button-disabled) {
  background-color: #FF223C;
  color: #000000;
}
.mat-mdc-unelevated-button__denary:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-unelevated-button__denary-small {
  padding: 0 20px;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-unelevated-button__denary-small .mat-ripple-element {
  background-color: rgba(255, 53, 87, 0.3);
}
.mat-mdc-unelevated-button__denary-small.mat-mdc-unelevated-button {
  line-height: 1.9rem;
  padding: 4px 15px;
  background-color: #FF3557;
  color: #000000;
  border: 1px solid #FF3557;
  font-size: 0.75rem;
}
.mat-mdc-unelevated-button__denary-small:hover:not(.mat-button-disabled) {
  background-color: #FF223C;
  color: #000000;
}
.mat-mdc-unelevated-button__denary-small:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-unelevated-button__denary-large {
  padding: 0 20px;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-unelevated-button__denary-large .mat-ripple-element {
  background-color: rgba(255, 53, 87, 0.3);
}
.mat-mdc-unelevated-button__denary-large.mat-mdc-unelevated-button {
  line-height: 2.1rem;
  padding: 9px 45px;
  background-color: #FF3557;
  color: #000000;
  border: 1px solid #FF3557;
}
.mat-mdc-unelevated-button__denary-large:hover:not(.mat-button-disabled) {
  background-color: #FF223C;
  color: #000000;
}
.mat-mdc-unelevated-button__denary-large:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-button__denary {
  background-image: linear-gradient(#FF3557, #FF3557) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__denary .mat-ripple-element {
  background-color: rgba(255, 53, 87, 0.3);
}
.mat-mdc-button__denary.mat-mdc-button:not(.mat-button-disabled) {
  padding: 6px 25px;
  border-color: #FF3557;
}
.mat-mdc-button__denary:hover:not(.mat-button-disabled) {
  color: #000000;
}
.mat-mdc-button__denary.mat-mdc-button {
  line-height: 2rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__denary.mat-mdc-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-button__denary:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-button__denary-small {
  background-image: linear-gradient(#FF3557, #FF3557) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__denary-small .mat-ripple-element {
  background-color: rgba(255, 53, 87, 0.3);
}
.mat-mdc-button__denary-small.mat-mdc-button:not(.mat-button-disabled) {
  padding: 6px 15px;
  border-color: #FF3557;
}
.mat-mdc-button__denary-small:hover:not(.mat-button-disabled) {
  color: #000000;
}
.mat-mdc-button__denary-small.mat-mdc-button {
  line-height: 1.9rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  font-size: 0.75rem;
}
.mat-mdc-button__denary-small.mat-mdc-button:hover {
  background-size: 100% 100%;
}
.mat-mdc-button__denary-small:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-button__denary-large {
  background-image: linear-gradient(#FF3557, #FF3557) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__denary-large .mat-ripple-element {
  background-color: rgba(255, 53, 87, 0.3);
}
.mat-mdc-button__denary-large.mat-mdc-button:not(.mat-button-disabled) {
  padding: 9px 45px;
  border-color: #FF3557;
}
.mat-mdc-button__denary-large:hover:not(.mat-button-disabled) {
  color: #000000;
}
.mat-mdc-button__denary-large.mat-mdc-button {
  line-height: 2.1rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  font-size: 0.75rem;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__denary-large.mat-mdc-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-button__denary-large:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-outlined-button__denary {
  background-image: linear-gradient(#FF3557, #FF3557) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__denary .mat-ripple-element {
  background-color: rgba(255, 53, 87, 0.3);
}
.mat-mdc-outlined-button__denary.mat-mdc-outlined-button:not(.mat-button-disabled) {
  padding: 6px 25px;
  border-color: #FF3557;
}
.mat-mdc-outlined-button__denary:hover:not(.mat-button-disabled) {
  color: #000000;
}
.mat-mdc-outlined-button__denary.mat-mdc-outlined-button {
  line-height: 2rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__denary.mat-mdc-outlined-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-outlined-button__denary:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-outlined-button__denary-small {
  background-image: linear-gradient(#FF3557, #FF3557) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__denary-small .mat-ripple-element {
  background-color: rgba(255, 53, 87, 0.3);
}
.mat-mdc-outlined-button__denary-small.mat-mdc-outlined-button:not(.mat-button-disabled) {
  padding: 4px 15px;
  border-color: #FF3557;
}
.mat-mdc-outlined-button__denary-small:hover:not(.mat-button-disabled) {
  color: #000000;
}
.mat-mdc-outlined-button__denary-small.mat-mdc-outlined-button {
  line-height: 1.9rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  font-size: 0.75rem;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__denary-small.mat-mdc-outlined-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-outlined-button__denary-small:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-outlined-button__denary-large {
  background-image: linear-gradient(#FF3557, #FF3557) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__denary-large .mat-ripple-element {
  background-color: rgba(255, 53, 87, 0.3);
}
.mat-mdc-outlined-button__denary-large.mat-mdc-outlined-button:not(.mat-button-disabled) {
  padding: 9px 45px;
  border-color: #FF3557;
}
.mat-mdc-outlined-button__denary-large:hover:not(.mat-button-disabled) {
  color: #000000;
}
.mat-mdc-outlined-button__denary-large.mat-mdc-outlined-button {
  line-height: 2.1rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__denary-large.mat-mdc-outlined-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-outlined-button__denary-large:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-radio-group {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.mat-mdc-radio-button__denary {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.mat-mdc-radio-button__denary.mat-radio-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.mat-mdc-radio-button__denary.mat-radio-disabled.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-form-field {
  border: 1px solid #CCD3DC;
  filter: drop-shadow(0 0.2rem 0.04rem #CCD3DC, 0.1);
}
.mat-mdc-radio-button__denary.mat-radio-disabled.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__outer-circle {
  border-width: 3px;
  border-color: #CCD3DC;
}
.mat-mdc-radio-button__denary.mat-radio-disabled.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__inner-circle {
  background-color: #CCD3DC;
}
.mat-mdc-radio-button__denary label {
  font-weight: bold;
  font-size: 0.75rem;
  width: auto;
}
.mat-mdc-radio-button__denary .mdc-form-field {
  padding-right: 0.5rem;
  border-radius: 4px;
}
.mat-mdc-radio-button__denary .mdc-form-field {
  border: 1px solid #CCD3DC;
}
.mat-mdc-radio-button__denary.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-form-field {
  border: 1px solid #FF3557;
  filter: drop-shadow(0 0.2rem 0.04rem rgba(255, 53, 87, 0.1));
}
.mat-mdc-radio-button__denary .mat-radio__outer-circle {
  border-color: #FF3557;
  border-width: 1px;
}
.mat-mdc-radio-button__denary.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__outer-circle {
  border-width: 3px;
  border-color: #FF3557 !important;
}
.mat-mdc-radio-button__denary.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__inner-circle {
  border-color: #FF3557 !important;
}
.mat-mdc-radio-button__denary--large {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.mat-mdc-radio-button__denary--large .mdc-form-field {
  border: none;
  padding: 0.7rem 1.6rem 0.7rem 0.5rem;
  background-color: none;
  font-weight: bold;
  font-size: 0.75rem;
  width: auto;
}
.mat-mdc-radio-button__denary--large .mat-radio-container {
  width: 25px;
  height: 25px;
}
.mat-mdc-radio-button__denary--large.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-form-field {
  border: none;
  filter: none;
}
.mat-mdc-radio-button__denary--large .mdc-radio__outer-circle {
  border-color: #FF3557;
  border-width: 1px;
  height: 25px;
  width: 25px;
}
.mat-mdc-radio-button__denary--large .mdc-radio__inner-circle {
  height: 25px;
  width: 25px;
}
.mat-mdc-radio-button__denary--large.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__outer-circle {
  border-width: 4px;
  border-color: #FF3557;
}
.mat-mdc-radio-button__denary--large.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__inner-circle {
  background-color: #FF3557;
}
.mat-mdc-radio-button__denary .mat-mdc-radio-button {
  display: flex;
}

.mat-mdc-checkbox__denary {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__denary.mat-checkbox-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__denary.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mdc-checkbox__background {
  background-color: #CCD3DC !important;
}
.mat-mdc-checkbox__denary .mat-mdc-checkbox .mat-ripple {
  background-color: #FF3557 !important;
}
.mat-mdc-checkbox__denary .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple {
  background-color: #FF3557 !important;
}
.mat-mdc-checkbox__denary .mat-checkbox-inner-container {
  height: 25px;
  width: 25px;
}
.mat-mdc-checkbox__denary .mat-checkbox-frame {
  border-color: #FF3557;
}
.mat-mdc-checkbox__denary.mat-mdc-checkbox-checked .mdc-form-field .mdc-checkbox .mdc-checkbox__background {
  background-color: #FF3557 !important;
  border-color: #FF3557 !important;
}
.mat-mdc-checkbox__denary .mdc-checkbox__checkmark {
  color: #000000 !important;
}

.mat-mdc-checkbox__denary-small {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__denary-small.mat-checkbox-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__denary-small.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #CCD3DC !important;
}
.mat-mdc-checkbox__denary-small .mat-mdc-checkbox .mat-ripple-element {
  background-color: #FF3557 !important;
}
.mat-mdc-checkbox__denary-small .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple {
  background-color: #FF3557 !important;
}
.mat-mdc-checkbox__denary-small .mat-checkbox-frame {
  border-color: #FF3557;
}
.mat-mdc-checkbox__denary-small.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #FF3557 !important;
}
.mat-mdc-checkbox__denary-small .mat-checkbox-checkmark-path {
  stroke: #000000 !important;
}

.mat-mdc-checkbox__denary-small-border {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__denary-small-border.mat-checkbox-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__denary-small-border.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #CCD3DC !important;
}
.mat-mdc-checkbox__denary-small-border.mat-checkbox-disabled.mat-mdc-checkbox {
  padding: 0.5rem;
  border-radius: 4px;
  border: 1px solid #CCD3DC;
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__denary-small-border.mat-checkbox-disabled.mat-mdc-checkbox.mat-checkbox-checked {
  border: 1px solid #CCD3DC;
  box-shadow: 0 0.2rem 0.04rem rgba(204, 211, 220, 0.1);
}
.mat-mdc-checkbox__denary-small-border .mat-mdc-checkbox .mat-ripple-element {
  background-color: #FF3557 !important;
}
.mat-mdc-checkbox__denary-small-border .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple {
  background-color: #FF3557 !important;
}
.mat-mdc-checkbox__denary-small-border.mat-mdc-checkbox {
  padding: 0.5rem;
  border-radius: 4px;
  border: 1px solid #CCD3DC;
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__denary-small-border.mat-mdc-checkbox.mat-checkbox-checked {
  border: 1px solid #FF3557;
  box-shadow: 0 0.2rem 0.04rem rgba(255, 53, 87, 0.1);
}
.mat-mdc-checkbox__denary-small-border .mat-checkbox-frame {
  border-color: #FF3557;
}
.mat-mdc-checkbox__denary-small-border.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #FF3557 !important;
}
.mat-mdc-checkbox__denary-small-border .mat-checkbox-checkmark-path {
  stroke: #000000 !important;
}

/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
.mat-button-toggle__denary {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-button-toggle__denary .mat-ripple-element {
  background-color: rgba(255, 53, 87, 0.3);
}
.mat-button-toggle__denary.mat-button-toggle-group-appearance-standard {
  border: 1px solid #FF3557;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-button-toggle__denary.mat-button-toggle-group-appearance-standard .mat-button-toggle-label-content {
  padding: 0 25px;
  line-height: 46px;
}
.mat-button-toggle__denary .mat-button-toggle-checked {
  background-color: #FF3557;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-button-toggle__denary .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: #000000;
}

.mat-expansion-panel__denary mat-panel-description {
  font-size: 0.85rem;
}
.mat-expansion-panel__denary .mat-expansion-panel-header-title {
  font-weight: bold;
}
.mat-expansion-panel__denary.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0), 0px 2px 2px 0px rgba(0, 0, 0, 0), 0px 1px 5px 0px rgba(0, 0, 0, 0);
  border: 1px solid #CCD3DC;
}
.mat-expansion-panel__denary.mat-expansion-panel:not([class*=mat-elevation-z]).mat-expanded {
  border: 1px solid #FF3557;
}

.mat-expansion-panel__ghost .mat-expansion-panel-header-title {
  font-weight: bold;
}
.mat-expansion-panel__ghost.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0), 0px 2px 2px 0px rgba(0, 0, 0, 0), 0px 1px 5px 0px rgba(0, 0, 0, 0);
  background: none;
}
.mat-expansion-panel__ghost .mat-content {
  flex-direction: column;
}
.mat-expansion-panel__ghost mat-panel-description {
  font-size: 0.85rem;
}
.mat-expansion-panel__ghost .mat-expansion-panel-header {
  flex-direction: row-reverse;
}
.mat-expansion-panel__ghost .mat-expansion-panel-header-title, .mat-expansion-panel__ghost .mat-expansion-panel-header-description {
  margin-left: 28px;
  margin-right: 0;
}
.mat-expansion-panel__ghost.mat-expansion-panel-body {
  padding: 0 24px 16px 57px;
}
.mat-expansion-panel__ghost.mat-expanded .mat-expansion-indicator::after {
  transform: rotate(-135deg) !important;
}
.mat-expansion-panel__ghost .mat-expansion-indicator {
  transform: rotate(90deg);
}
.mat-expansion-panel__ghost .mat-expansion-indicator::after {
  color: #266CDE;
  transform: rotate(-45deg);
}

.mat-divider__denary.mat-divider {
  border-top-color: #FF3557;
}

.mat-ripple__denary .mat-ripple-element {
  background-color: rgba(255, 53, 87, 0.3);
}

.mat-mdc-table__product-list {
  width: calc(100% - 10px);
  min-width: calc(100% - 10px);
  table-layout: fixed;
}
.mat-mdc-table__product-list .mat-mdc-cell {
  padding: 0;
}
.mat-mdc-table__product-list th.mat-sort-header__scheme, .mat-mdc-table__product-list th.mat-header__scheme {
  width: 92px;
}
.mat-mdc-table__product-list th.mat-sort-header__orderRef, .mat-mdc-table__product-list th.mat-sort-header__partCount, .mat-mdc-table__product-list th.mat-header__orderRef, .mat-mdc-table__product-list th.mat-header__partCount {
  width: 100px;
}
.mat-mdc-table__product-list th.mat-sort-header__status, .mat-mdc-table__product-list th.mat-header__status {
  width: 100px;
}
.mat-mdc-table__product-list th.mat-sort-header__delayedParts, .mat-mdc-table__product-list th.mat-sort-header__net, .mat-mdc-table__product-list th.mat-sort-header__orderRef, .mat-mdc-table__product-list th.mat-header__delayedParts, .mat-mdc-table__product-list th.mat-header__net, .mat-mdc-table__product-list th.mat-header__orderRef {
  width: 120px;
}
.mat-mdc-table__product-list th.mat-sort-header__orderDate, .mat-mdc-table__product-list th.mat-header__orderDate {
  width: 125px;
}
.mat-mdc-table__product-list th.mat-sort-header__details, .mat-mdc-table__product-list th.mat-sort-header__link, .mat-mdc-table__product-list th.mat-header__details, .mat-mdc-table__product-list th.mat-header__link {
  width: 150px;
}
.mat-mdc-table__product-list th.mat-sort-header__quoteNumber, .mat-mdc-table__product-list th.mat-header__quoteNumber {
  width: 180px;
}
.mat-mdc-table__product-list th,
.mat-mdc-table__product-list td {
  box-sizing: border-box;
  max-width: 150px;
}
.mat-mdc-table__product-list--fixed-header {
  padding-top: 62px;
}
.mat-mdc-table__product-list--fixed-header thead {
  position: fixed;
  background: #fff !important;
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.05);
  top: 12rem;
  left: 0;
  z-index: 10;
  table-layout: fixed;
  display: table;
}
@media only screen and (max-width: 950px) {
  .mat-mdc-table__product-list--fixed-header thead {
    top: 12rem;
  }
}
@media only screen and (max-width: 755px) {
  .mat-mdc-table__product-list--fixed-header thead {
    top: 13rem;
  }
}
.mat-mdc-table__product-list--fixed-header tbody {
  table-layout: fixed;
  display: table;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-scheme {
  width: 92px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-orderRef, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-status, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-partCount {
  width: 100px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-delayedParts, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-net, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-orderRef {
  width: 120px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-orderDate {
  width: 125px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-details, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-link {
  width: 150px;
}
.mat-mdc-table__product-list thead {
  min-width: 1000px;
}
.mat-mdc-table__product-list thead > tr {
  position: relative;
  width: 100%;
}
.mat-mdc-table__product-list thead, .mat-mdc-table__product-list tbody, .mat-mdc-table__product-list tr {
  width: calc(100% - 10px);
}
.mat-mdc-table__product-list tbody {
  overflow: hidden;
  border-spacing: 0 0.25rem;
}

.mat-mdc-table__parts-list {
  width: 100%;
  min-width: 1050px;
}
.mat-mdc-table__parts-list--fixed-header {
  padding-top: 80px !important;
}
.mat-mdc-table__parts-list--fixed-header thead {
  position: fixed;
  display: table;
  background: #fff !important;
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.05);
  min-width: 1050px;
  top: 7.8rem;
  z-index: 10;
  left: 0;
  border-right: 1.4rem solid white;
  border-left: 1.4rem solid white;
}
.mat-mdc-table__parts-list thead > tr {
  width: 100%;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__docs {
  width: 50px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__item {
  width: 2rem;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__partId {
  width: 170px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__description {
  width: auto;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__edit {
  width: 35px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__quantity {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__rrp {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__surcharge {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__discount {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__net, .mat-mdc-table__parts-list thead > tr .mat-sort-header__unit {
  width: 140px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__remove {
  width: 80px;
}
.mat-mdc-table__parts-list thead > tr th {
  box-sizing: border-box;
}
.mat-mdc-table__parts-list thead, .mat-mdc-table__parts-list tbody, .mat-mdc-table__parts-list tr {
  width: 100%;
}
.mat-mdc-table__parts-list tbody {
  overflow: hidden;
  border-spacing: 0 0.25rem;
}
.mat-mdc-table__parts-list tbody .mat-column-docs {
  width: 50px;
}
.mat-mdc-table__parts-list tbody .mat-column-item {
  min-width: 2rem;
  width: 2rem;
}
.mat-mdc-table__parts-list tbody .mat-column-partId {
  min-width: 170px;
  width: 170px;
}
.mat-mdc-table__parts-list tbody .mat-column-description {
  width: auto;
}
.mat-mdc-table__parts-list tbody .mat-column-edit {
  width: 35px;
}
.mat-mdc-table__parts-list tbody .mat-column-quantity {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-rrp {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-surcharge {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-discount {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-net, .mat-mdc-table__parts-list tbody .mat-column-unit {
  width: 140px;
}
.mat-mdc-table__parts-list tbody .mat-column-remove {
  width: 80px;
}
.mat-mdc-table__parts-list tbody td {
  box-sizing: border-box;
}

/* TODO(mdc-migration): The following rule targets internal classes of slide-toggle that may no longer apply for the MDC version.*/
.mat-slide-toggle-thumb {
  background-color: #000 !important;
}

.mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-surface {
  padding: 24px;
  width: 100%;
  height: 100%;
  min-height: inherit;
  max-height: inherit;
  border-radius: 4px;
}
.mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-title {
  padding: 0px;
  margin: 0px;
}

.mat-mdc-unelevated-button__duodenary {
  padding: 0 20px;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-unelevated-button__duodenary .mat-ripple-element {
  background-color: rgba(7, 25, 44, 0.3);
}
.mat-mdc-unelevated-button__duodenary.mat-mdc-unelevated-button {
  height: auto !important;
  line-height: 2rem;
  padding: 6px 25px;
}
.mat-mdc-unelevated-button__duodenary.mat-mdc-unelevated-button:not(:disabled) {
  background-color: #07192C;
  color: #ffffff;
  border: 1px solid #07192C;
}
.mat-mdc-unelevated-button__duodenary--inactive.mat-mdc-unelevated-button:not(:disabled) {
  background-color: #E1E3E6;
  color: #07192C;
  border: 1px solid #E1E3E6;
}
.mat-mdc-unelevated-button__duodenary:hover:not(.mat-button-disabled) {
  background-color: #040E1B;
  color: #ffffff;
}
.mat-mdc-unelevated-button__duodenary:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-unelevated-button__duodenary-small {
  padding: 0 20px;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-unelevated-button__duodenary-small .mat-ripple-element {
  background-color: rgba(7, 25, 44, 0.3);
}
.mat-mdc-unelevated-button__duodenary-small.mat-mdc-unelevated-button {
  line-height: 1.9rem;
  padding: 4px 15px;
  background-color: #07192C;
  color: #ffffff;
  border: 1px solid #07192C;
  font-size: 0.75rem;
}
.mat-mdc-unelevated-button__duodenary-small:hover:not(.mat-button-disabled) {
  background-color: #040E1B;
  color: #ffffff;
}
.mat-mdc-unelevated-button__duodenary-small:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-unelevated-button__duodenary-large {
  padding: 0 20px;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-unelevated-button__duodenary-large .mat-ripple-element {
  background-color: rgba(7, 25, 44, 0.3);
}
.mat-mdc-unelevated-button__duodenary-large.mat-mdc-unelevated-button {
  line-height: 2.1rem;
  padding: 9px 45px;
  background-color: #07192C;
  color: #ffffff;
  border: 1px solid #07192C;
}
.mat-mdc-unelevated-button__duodenary-large:hover:not(.mat-button-disabled) {
  background-color: #040E1B;
  color: #ffffff;
}
.mat-mdc-unelevated-button__duodenary-large:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-button__duodenary {
  background-image: linear-gradient(#07192C, #07192C) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__duodenary .mat-ripple-element {
  background-color: rgba(7, 25, 44, 0.3);
}
.mat-mdc-button__duodenary.mat-mdc-button:not(.mat-button-disabled) {
  padding: 6px 25px;
  border-color: #07192C;
}
.mat-mdc-button__duodenary:hover:not(.mat-button-disabled) {
  color: #ffffff;
}
.mat-mdc-button__duodenary.mat-mdc-button {
  line-height: 2rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__duodenary.mat-mdc-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-button__duodenary:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-button__duodenary-small {
  background-image: linear-gradient(#07192C, #07192C) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__duodenary-small .mat-ripple-element {
  background-color: rgba(7, 25, 44, 0.3);
}
.mat-mdc-button__duodenary-small.mat-mdc-button:not(.mat-button-disabled) {
  padding: 6px 15px;
  border-color: #07192C;
}
.mat-mdc-button__duodenary-small:hover:not(.mat-button-disabled) {
  color: #ffffff;
}
.mat-mdc-button__duodenary-small.mat-mdc-button {
  line-height: 1.9rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  font-size: 0.75rem;
}
.mat-mdc-button__duodenary-small.mat-mdc-button:hover {
  background-size: 100% 100%;
}
.mat-mdc-button__duodenary-small:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-button__duodenary-large {
  background-image: linear-gradient(#07192C, #07192C) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__duodenary-large .mat-ripple-element {
  background-color: rgba(7, 25, 44, 0.3);
}
.mat-mdc-button__duodenary-large.mat-mdc-button:not(.mat-button-disabled) {
  padding: 9px 45px;
  border-color: #07192C;
}
.mat-mdc-button__duodenary-large:hover:not(.mat-button-disabled) {
  color: #ffffff;
}
.mat-mdc-button__duodenary-large.mat-mdc-button {
  line-height: 2.1rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  font-size: 0.75rem;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__duodenary-large.mat-mdc-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-button__duodenary-large:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-outlined-button__duodenary {
  background-image: linear-gradient(#07192C, #07192C) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__duodenary .mat-ripple-element {
  background-color: rgba(7, 25, 44, 0.3);
}
.mat-mdc-outlined-button__duodenary.mat-mdc-outlined-button:not(.mat-button-disabled) {
  padding: 6px 25px;
  border-color: #07192C;
}
.mat-mdc-outlined-button__duodenary:hover:not(.mat-button-disabled) {
  color: #ffffff;
}
.mat-mdc-outlined-button__duodenary.mat-mdc-outlined-button {
  line-height: 2rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__duodenary.mat-mdc-outlined-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-outlined-button__duodenary:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-outlined-button__duodenary-small {
  background-image: linear-gradient(#07192C, #07192C) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__duodenary-small .mat-ripple-element {
  background-color: rgba(7, 25, 44, 0.3);
}
.mat-mdc-outlined-button__duodenary-small.mat-mdc-outlined-button:not(.mat-button-disabled) {
  padding: 4px 15px;
  border-color: #07192C;
}
.mat-mdc-outlined-button__duodenary-small:hover:not(.mat-button-disabled) {
  color: #ffffff;
}
.mat-mdc-outlined-button__duodenary-small.mat-mdc-outlined-button {
  line-height: 1.9rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  font-size: 0.75rem;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__duodenary-small.mat-mdc-outlined-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-outlined-button__duodenary-small:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-outlined-button__duodenary-large {
  background-image: linear-gradient(#07192C, #07192C) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__duodenary-large .mat-ripple-element {
  background-color: rgba(7, 25, 44, 0.3);
}
.mat-mdc-outlined-button__duodenary-large.mat-mdc-outlined-button:not(.mat-button-disabled) {
  padding: 9px 45px;
  border-color: #07192C;
}
.mat-mdc-outlined-button__duodenary-large:hover:not(.mat-button-disabled) {
  color: #ffffff;
}
.mat-mdc-outlined-button__duodenary-large.mat-mdc-outlined-button {
  line-height: 2.1rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__duodenary-large.mat-mdc-outlined-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-outlined-button__duodenary-large:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-radio-group {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.mat-mdc-radio-button__duodenary {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.mat-mdc-radio-button__duodenary.mat-radio-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.mat-mdc-radio-button__duodenary.mat-radio-disabled.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-form-field {
  border: 1px solid #CCD3DC;
  filter: drop-shadow(0 0.2rem 0.04rem #CCD3DC, 0.1);
}
.mat-mdc-radio-button__duodenary.mat-radio-disabled.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__outer-circle {
  border-width: 3px;
  border-color: #CCD3DC;
}
.mat-mdc-radio-button__duodenary.mat-radio-disabled.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__inner-circle {
  background-color: #CCD3DC;
}
.mat-mdc-radio-button__duodenary label {
  font-weight: bold;
  font-size: 0.75rem;
  width: auto;
}
.mat-mdc-radio-button__duodenary .mdc-form-field {
  padding-right: 0.5rem;
  border-radius: 4px;
}
.mat-mdc-radio-button__duodenary .mdc-form-field {
  border: 1px solid #CCD3DC;
}
.mat-mdc-radio-button__duodenary.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-form-field {
  border: 1px solid #07192C;
  filter: drop-shadow(0 0.2rem 0.04rem rgba(7, 25, 44, 0.1));
}
.mat-mdc-radio-button__duodenary .mat-radio__outer-circle {
  border-color: #07192C;
  border-width: 1px;
}
.mat-mdc-radio-button__duodenary.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__outer-circle {
  border-width: 3px;
  border-color: #07192C !important;
}
.mat-mdc-radio-button__duodenary.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__inner-circle {
  border-color: #07192C !important;
}
.mat-mdc-radio-button__duodenary--large {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.mat-mdc-radio-button__duodenary--large .mdc-form-field {
  border: none;
  padding: 0.7rem 1.6rem 0.7rem 0.5rem;
  background-color: none;
  font-weight: bold;
  font-size: 0.75rem;
  width: auto;
}
.mat-mdc-radio-button__duodenary--large .mat-radio-container {
  width: 25px;
  height: 25px;
}
.mat-mdc-radio-button__duodenary--large.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-form-field {
  border: none;
  filter: none;
}
.mat-mdc-radio-button__duodenary--large .mdc-radio__outer-circle {
  border-color: #07192C;
  border-width: 1px;
  height: 25px;
  width: 25px;
}
.mat-mdc-radio-button__duodenary--large .mdc-radio__inner-circle {
  height: 25px;
  width: 25px;
}
.mat-mdc-radio-button__duodenary--large.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__outer-circle {
  border-width: 4px;
  border-color: #07192C;
}
.mat-mdc-radio-button__duodenary--large.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__inner-circle {
  background-color: #07192C;
}
.mat-mdc-radio-button__duodenary .mat-mdc-radio-button {
  display: flex;
}

.mat-mdc-checkbox__duodenary {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__duodenary.mat-checkbox-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__duodenary.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mdc-checkbox__background {
  background-color: #CCD3DC !important;
}
.mat-mdc-checkbox__duodenary .mat-mdc-checkbox .mat-ripple {
  background-color: #07192C !important;
}
.mat-mdc-checkbox__duodenary .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple {
  background-color: #07192C !important;
}
.mat-mdc-checkbox__duodenary .mat-checkbox-inner-container {
  height: 25px;
  width: 25px;
}
.mat-mdc-checkbox__duodenary .mat-checkbox-frame {
  border-color: #07192C;
}
.mat-mdc-checkbox__duodenary.mat-mdc-checkbox-checked .mdc-form-field .mdc-checkbox .mdc-checkbox__background {
  background-color: #07192C !important;
  border-color: #07192C !important;
}
.mat-mdc-checkbox__duodenary .mdc-checkbox__checkmark {
  color: #ffffff !important;
}

.mat-mdc-checkbox__duodenary-small {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__duodenary-small.mat-checkbox-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__duodenary-small.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #CCD3DC !important;
}
.mat-mdc-checkbox__duodenary-small .mat-mdc-checkbox .mat-ripple-element {
  background-color: #07192C !important;
}
.mat-mdc-checkbox__duodenary-small .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple {
  background-color: #07192C !important;
}
.mat-mdc-checkbox__duodenary-small .mat-checkbox-frame {
  border-color: #07192C;
}
.mat-mdc-checkbox__duodenary-small.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #07192C !important;
}
.mat-mdc-checkbox__duodenary-small .mat-checkbox-checkmark-path {
  stroke: #ffffff !important;
}

.mat-mdc-checkbox__duodenary-small-border {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__duodenary-small-border.mat-checkbox-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__duodenary-small-border.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #CCD3DC !important;
}
.mat-mdc-checkbox__duodenary-small-border.mat-checkbox-disabled.mat-mdc-checkbox {
  padding: 0.5rem;
  border-radius: 4px;
  border: 1px solid #CCD3DC;
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__duodenary-small-border.mat-checkbox-disabled.mat-mdc-checkbox.mat-checkbox-checked {
  border: 1px solid #CCD3DC;
  box-shadow: 0 0.2rem 0.04rem rgba(204, 211, 220, 0.1);
}
.mat-mdc-checkbox__duodenary-small-border .mat-mdc-checkbox .mat-ripple-element {
  background-color: #07192C !important;
}
.mat-mdc-checkbox__duodenary-small-border .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple {
  background-color: #07192C !important;
}
.mat-mdc-checkbox__duodenary-small-border.mat-mdc-checkbox {
  padding: 0.5rem;
  border-radius: 4px;
  border: 1px solid #CCD3DC;
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__duodenary-small-border.mat-mdc-checkbox.mat-checkbox-checked {
  border: 1px solid #07192C;
  box-shadow: 0 0.2rem 0.04rem rgba(7, 25, 44, 0.1);
}
.mat-mdc-checkbox__duodenary-small-border .mat-checkbox-frame {
  border-color: #07192C;
}
.mat-mdc-checkbox__duodenary-small-border.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #07192C !important;
}
.mat-mdc-checkbox__duodenary-small-border .mat-checkbox-checkmark-path {
  stroke: #ffffff !important;
}

/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
.mat-button-toggle__duodenary {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-button-toggle__duodenary .mat-ripple-element {
  background-color: rgba(7, 25, 44, 0.3);
}
.mat-button-toggle__duodenary.mat-button-toggle-group-appearance-standard {
  border: 1px solid #07192C;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-button-toggle__duodenary.mat-button-toggle-group-appearance-standard .mat-button-toggle-label-content {
  padding: 0 25px;
  line-height: 46px;
}
.mat-button-toggle__duodenary .mat-button-toggle-checked {
  background-color: #07192C;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-button-toggle__duodenary .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: #ffffff;
}

.mat-expansion-panel__duodenary mat-panel-description {
  font-size: 0.85rem;
}
.mat-expansion-panel__duodenary .mat-expansion-panel-header-title {
  font-weight: bold;
}
.mat-expansion-panel__duodenary.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0), 0px 2px 2px 0px rgba(0, 0, 0, 0), 0px 1px 5px 0px rgba(0, 0, 0, 0);
  border: 1px solid #CCD3DC;
}
.mat-expansion-panel__duodenary.mat-expansion-panel:not([class*=mat-elevation-z]).mat-expanded {
  border: 1px solid #07192C;
}

.mat-expansion-panel__ghost .mat-expansion-panel-header-title {
  font-weight: bold;
}
.mat-expansion-panel__ghost.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0), 0px 2px 2px 0px rgba(0, 0, 0, 0), 0px 1px 5px 0px rgba(0, 0, 0, 0);
  background: none;
}
.mat-expansion-panel__ghost .mat-content {
  flex-direction: column;
}
.mat-expansion-panel__ghost mat-panel-description {
  font-size: 0.85rem;
}
.mat-expansion-panel__ghost .mat-expansion-panel-header {
  flex-direction: row-reverse;
}
.mat-expansion-panel__ghost .mat-expansion-panel-header-title, .mat-expansion-panel__ghost .mat-expansion-panel-header-description {
  margin-left: 28px;
  margin-right: 0;
}
.mat-expansion-panel__ghost.mat-expansion-panel-body {
  padding: 0 24px 16px 57px;
}
.mat-expansion-panel__ghost.mat-expanded .mat-expansion-indicator::after {
  transform: rotate(-135deg) !important;
}
.mat-expansion-panel__ghost .mat-expansion-indicator {
  transform: rotate(90deg);
}
.mat-expansion-panel__ghost .mat-expansion-indicator::after {
  color: #266CDE;
  transform: rotate(-45deg);
}

.mat-divider__duodenary.mat-divider {
  border-top-color: #07192C;
}

.mat-ripple__duodenary .mat-ripple-element {
  background-color: rgba(7, 25, 44, 0.3);
}

.mat-mdc-table__product-list {
  width: calc(100% - 10px);
  min-width: calc(100% - 10px);
  table-layout: fixed;
}
.mat-mdc-table__product-list .mat-mdc-cell {
  padding: 0;
}
.mat-mdc-table__product-list th.mat-sort-header__scheme, .mat-mdc-table__product-list th.mat-header__scheme {
  width: 92px;
}
.mat-mdc-table__product-list th.mat-sort-header__orderRef, .mat-mdc-table__product-list th.mat-sort-header__partCount, .mat-mdc-table__product-list th.mat-header__orderRef, .mat-mdc-table__product-list th.mat-header__partCount {
  width: 100px;
}
.mat-mdc-table__product-list th.mat-sort-header__status, .mat-mdc-table__product-list th.mat-header__status {
  width: 100px;
}
.mat-mdc-table__product-list th.mat-sort-header__delayedParts, .mat-mdc-table__product-list th.mat-sort-header__net, .mat-mdc-table__product-list th.mat-sort-header__orderRef, .mat-mdc-table__product-list th.mat-header__delayedParts, .mat-mdc-table__product-list th.mat-header__net, .mat-mdc-table__product-list th.mat-header__orderRef {
  width: 120px;
}
.mat-mdc-table__product-list th.mat-sort-header__orderDate, .mat-mdc-table__product-list th.mat-header__orderDate {
  width: 125px;
}
.mat-mdc-table__product-list th.mat-sort-header__details, .mat-mdc-table__product-list th.mat-sort-header__link, .mat-mdc-table__product-list th.mat-header__details, .mat-mdc-table__product-list th.mat-header__link {
  width: 150px;
}
.mat-mdc-table__product-list th.mat-sort-header__quoteNumber, .mat-mdc-table__product-list th.mat-header__quoteNumber {
  width: 180px;
}
.mat-mdc-table__product-list th,
.mat-mdc-table__product-list td {
  box-sizing: border-box;
  max-width: 150px;
}
.mat-mdc-table__product-list--fixed-header {
  padding-top: 62px;
}
.mat-mdc-table__product-list--fixed-header thead {
  position: fixed;
  background: #fff !important;
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.05);
  top: 12rem;
  left: 0;
  z-index: 10;
  table-layout: fixed;
  display: table;
}
@media only screen and (max-width: 950px) {
  .mat-mdc-table__product-list--fixed-header thead {
    top: 12rem;
  }
}
@media only screen and (max-width: 755px) {
  .mat-mdc-table__product-list--fixed-header thead {
    top: 13rem;
  }
}
.mat-mdc-table__product-list--fixed-header tbody {
  table-layout: fixed;
  display: table;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-scheme {
  width: 92px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-orderRef, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-status, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-partCount {
  width: 100px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-delayedParts, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-net, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-orderRef {
  width: 120px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-orderDate {
  width: 125px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-details, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-link {
  width: 150px;
}
.mat-mdc-table__product-list thead {
  min-width: 1000px;
}
.mat-mdc-table__product-list thead > tr {
  position: relative;
  width: 100%;
}
.mat-mdc-table__product-list thead, .mat-mdc-table__product-list tbody, .mat-mdc-table__product-list tr {
  width: calc(100% - 10px);
}
.mat-mdc-table__product-list tbody {
  overflow: hidden;
  border-spacing: 0 0.25rem;
}

.mat-mdc-table__parts-list {
  width: 100%;
  min-width: 1050px;
}
.mat-mdc-table__parts-list--fixed-header {
  padding-top: 80px !important;
}
.mat-mdc-table__parts-list--fixed-header thead {
  position: fixed;
  display: table;
  background: #fff !important;
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.05);
  min-width: 1050px;
  top: 7.8rem;
  z-index: 10;
  left: 0;
  border-right: 1.4rem solid white;
  border-left: 1.4rem solid white;
}
.mat-mdc-table__parts-list thead > tr {
  width: 100%;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__docs {
  width: 50px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__item {
  width: 2rem;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__partId {
  width: 170px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__description {
  width: auto;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__edit {
  width: 35px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__quantity {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__rrp {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__surcharge {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__discount {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__net, .mat-mdc-table__parts-list thead > tr .mat-sort-header__unit {
  width: 140px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__remove {
  width: 80px;
}
.mat-mdc-table__parts-list thead > tr th {
  box-sizing: border-box;
}
.mat-mdc-table__parts-list thead, .mat-mdc-table__parts-list tbody, .mat-mdc-table__parts-list tr {
  width: 100%;
}
.mat-mdc-table__parts-list tbody {
  overflow: hidden;
  border-spacing: 0 0.25rem;
}
.mat-mdc-table__parts-list tbody .mat-column-docs {
  width: 50px;
}
.mat-mdc-table__parts-list tbody .mat-column-item {
  min-width: 2rem;
  width: 2rem;
}
.mat-mdc-table__parts-list tbody .mat-column-partId {
  min-width: 170px;
  width: 170px;
}
.mat-mdc-table__parts-list tbody .mat-column-description {
  width: auto;
}
.mat-mdc-table__parts-list tbody .mat-column-edit {
  width: 35px;
}
.mat-mdc-table__parts-list tbody .mat-column-quantity {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-rrp {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-surcharge {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-discount {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-net, .mat-mdc-table__parts-list tbody .mat-column-unit {
  width: 140px;
}
.mat-mdc-table__parts-list tbody .mat-column-remove {
  width: 80px;
}
.mat-mdc-table__parts-list tbody td {
  box-sizing: border-box;
}

/* TODO(mdc-migration): The following rule targets internal classes of slide-toggle that may no longer apply for the MDC version.*/
.mat-slide-toggle-thumb {
  background-color: #000 !important;
}

.mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-surface {
  padding: 24px;
  width: 100%;
  height: 100%;
  min-height: inherit;
  max-height: inherit;
  border-radius: 4px;
}
.mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-title {
  padding: 0px;
  margin: 0px;
}

.mat-mdc-unelevated-button__basicblack {
  padding: 0 20px;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-unelevated-button__basicblack .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.3);
}
.mat-mdc-unelevated-button__basicblack.mat-mdc-unelevated-button {
  height: auto !important;
  line-height: 2rem;
  padding: 6px 25px;
}
.mat-mdc-unelevated-button__basicblack.mat-mdc-unelevated-button:not(:disabled) {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}
.mat-mdc-unelevated-button__basicblack--inactive.mat-mdc-unelevated-button:not(:disabled) {
  background-color: #e0e0e0;
  color: #000000;
  border: 1px solid #e0e0e0;
}
.mat-mdc-unelevated-button__basicblack:hover:not(.mat-button-disabled) {
  background-color: #000000;
  color: #ffffff;
}
.mat-mdc-unelevated-button__basicblack:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-unelevated-button__basicblack-small {
  padding: 0 20px;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-unelevated-button__basicblack-small .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.3);
}
.mat-mdc-unelevated-button__basicblack-small.mat-mdc-unelevated-button {
  line-height: 1.9rem;
  padding: 4px 15px;
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
  font-size: 0.75rem;
}
.mat-mdc-unelevated-button__basicblack-small:hover:not(.mat-button-disabled) {
  background-color: #000000;
  color: #ffffff;
}
.mat-mdc-unelevated-button__basicblack-small:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-unelevated-button__basicblack-large {
  padding: 0 20px;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-unelevated-button__basicblack-large .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.3);
}
.mat-mdc-unelevated-button__basicblack-large.mat-mdc-unelevated-button {
  line-height: 2.1rem;
  padding: 9px 45px;
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}
.mat-mdc-unelevated-button__basicblack-large:hover:not(.mat-button-disabled) {
  background-color: #000000;
  color: #ffffff;
}
.mat-mdc-unelevated-button__basicblack-large:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-button__basicblack {
  background-image: linear-gradient(#000000, #000000) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__basicblack .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.3);
}
.mat-mdc-button__basicblack.mat-mdc-button:not(.mat-button-disabled) {
  padding: 6px 25px;
  border-color: #000000;
}
.mat-mdc-button__basicblack:hover:not(.mat-button-disabled) {
  color: #ffffff;
}
.mat-mdc-button__basicblack.mat-mdc-button {
  line-height: 2rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__basicblack.mat-mdc-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-button__basicblack:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-button__basicblack-small {
  background-image: linear-gradient(#000000, #000000) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__basicblack-small .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.3);
}
.mat-mdc-button__basicblack-small.mat-mdc-button:not(.mat-button-disabled) {
  padding: 6px 15px;
  border-color: #000000;
}
.mat-mdc-button__basicblack-small:hover:not(.mat-button-disabled) {
  color: #ffffff;
}
.mat-mdc-button__basicblack-small.mat-mdc-button {
  line-height: 1.9rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  font-size: 0.75rem;
}
.mat-mdc-button__basicblack-small.mat-mdc-button:hover {
  background-size: 100% 100%;
}
.mat-mdc-button__basicblack-small:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-button__basicblack-large {
  background-image: linear-gradient(#000000, #000000) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__basicblack-large .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.3);
}
.mat-mdc-button__basicblack-large.mat-mdc-button:not(.mat-button-disabled) {
  padding: 9px 45px;
  border-color: #000000;
}
.mat-mdc-button__basicblack-large:hover:not(.mat-button-disabled) {
  color: #ffffff;
}
.mat-mdc-button__basicblack-large.mat-mdc-button {
  line-height: 2.1rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  font-size: 0.75rem;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__basicblack-large.mat-mdc-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-button__basicblack-large:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-outlined-button__basicblack {
  background-image: linear-gradient(#000000, #000000) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__basicblack .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.3);
}
.mat-mdc-outlined-button__basicblack.mat-mdc-outlined-button:not(.mat-button-disabled) {
  padding: 6px 25px;
  border-color: #000000;
}
.mat-mdc-outlined-button__basicblack:hover:not(.mat-button-disabled) {
  color: #ffffff;
}
.mat-mdc-outlined-button__basicblack.mat-mdc-outlined-button {
  line-height: 2rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__basicblack.mat-mdc-outlined-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-outlined-button__basicblack:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-outlined-button__basicblack-small {
  background-image: linear-gradient(#000000, #000000) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__basicblack-small .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.3);
}
.mat-mdc-outlined-button__basicblack-small.mat-mdc-outlined-button:not(.mat-button-disabled) {
  padding: 4px 15px;
  border-color: #000000;
}
.mat-mdc-outlined-button__basicblack-small:hover:not(.mat-button-disabled) {
  color: #ffffff;
}
.mat-mdc-outlined-button__basicblack-small.mat-mdc-outlined-button {
  line-height: 1.9rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  font-size: 0.75rem;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__basicblack-small.mat-mdc-outlined-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-outlined-button__basicblack-small:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-outlined-button__basicblack-large {
  background-image: linear-gradient(#000000, #000000) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__basicblack-large .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.3);
}
.mat-mdc-outlined-button__basicblack-large.mat-mdc-outlined-button:not(.mat-button-disabled) {
  padding: 9px 45px;
  border-color: #000000;
}
.mat-mdc-outlined-button__basicblack-large:hover:not(.mat-button-disabled) {
  color: #ffffff;
}
.mat-mdc-outlined-button__basicblack-large.mat-mdc-outlined-button {
  line-height: 2.1rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__basicblack-large.mat-mdc-outlined-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-outlined-button__basicblack-large:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-radio-group {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.mat-mdc-radio-button__basicblack {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.mat-mdc-radio-button__basicblack.mat-radio-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.mat-mdc-radio-button__basicblack.mat-radio-disabled.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-form-field {
  border: 1px solid #CCD3DC;
  filter: drop-shadow(0 0.2rem 0.04rem #CCD3DC, 0.1);
}
.mat-mdc-radio-button__basicblack.mat-radio-disabled.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__outer-circle {
  border-width: 3px;
  border-color: #CCD3DC;
}
.mat-mdc-radio-button__basicblack.mat-radio-disabled.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__inner-circle {
  background-color: #CCD3DC;
}
.mat-mdc-radio-button__basicblack label {
  font-weight: bold;
  font-size: 0.75rem;
  width: auto;
}
.mat-mdc-radio-button__basicblack .mdc-form-field {
  padding-right: 0.5rem;
  border-radius: 4px;
}
.mat-mdc-radio-button__basicblack .mdc-form-field {
  border: 1px solid #CCD3DC;
}
.mat-mdc-radio-button__basicblack.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-form-field {
  border: 1px solid #000000;
  filter: drop-shadow(0 0.2rem 0.04rem rgba(0, 0, 0, 0.1));
}
.mat-mdc-radio-button__basicblack .mat-radio__outer-circle {
  border-color: #000000;
  border-width: 1px;
}
.mat-mdc-radio-button__basicblack.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__outer-circle {
  border-width: 3px;
  border-color: #000000 !important;
}
.mat-mdc-radio-button__basicblack.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__inner-circle {
  border-color: #000000 !important;
}
.mat-mdc-radio-button__basicblack--large {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.mat-mdc-radio-button__basicblack--large .mdc-form-field {
  border: none;
  padding: 0.7rem 1.6rem 0.7rem 0.5rem;
  background-color: none;
  font-weight: bold;
  font-size: 0.75rem;
  width: auto;
}
.mat-mdc-radio-button__basicblack--large .mat-radio-container {
  width: 25px;
  height: 25px;
}
.mat-mdc-radio-button__basicblack--large.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-form-field {
  border: none;
  filter: none;
}
.mat-mdc-radio-button__basicblack--large .mdc-radio__outer-circle {
  border-color: #000000;
  border-width: 1px;
  height: 25px;
  width: 25px;
}
.mat-mdc-radio-button__basicblack--large .mdc-radio__inner-circle {
  height: 25px;
  width: 25px;
}
.mat-mdc-radio-button__basicblack--large.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__outer-circle {
  border-width: 4px;
  border-color: #000000;
}
.mat-mdc-radio-button__basicblack--large.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__inner-circle {
  background-color: #000000;
}
.mat-mdc-radio-button__basicblack .mat-mdc-radio-button {
  display: flex;
}

.mat-mdc-checkbox__basicblack {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__basicblack.mat-checkbox-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__basicblack.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mdc-checkbox__background {
  background-color: #CCD3DC !important;
}
.mat-mdc-checkbox__basicblack .mat-mdc-checkbox .mat-ripple {
  background-color: #000000 !important;
}
.mat-mdc-checkbox__basicblack .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple {
  background-color: #000000 !important;
}
.mat-mdc-checkbox__basicblack .mat-checkbox-inner-container {
  height: 25px;
  width: 25px;
}
.mat-mdc-checkbox__basicblack .mat-checkbox-frame {
  border-color: #000000;
}
.mat-mdc-checkbox__basicblack.mat-mdc-checkbox-checked .mdc-form-field .mdc-checkbox .mdc-checkbox__background {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.mat-mdc-checkbox__basicblack .mdc-checkbox__checkmark {
  color: #ffffff !important;
}

.mat-mdc-checkbox__basicblack-small {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__basicblack-small.mat-checkbox-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__basicblack-small.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #CCD3DC !important;
}
.mat-mdc-checkbox__basicblack-small .mat-mdc-checkbox .mat-ripple-element {
  background-color: #000000 !important;
}
.mat-mdc-checkbox__basicblack-small .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple {
  background-color: #000000 !important;
}
.mat-mdc-checkbox__basicblack-small .mat-checkbox-frame {
  border-color: #000000;
}
.mat-mdc-checkbox__basicblack-small.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #000000 !important;
}
.mat-mdc-checkbox__basicblack-small .mat-checkbox-checkmark-path {
  stroke: #ffffff !important;
}

.mat-mdc-checkbox__basicblack-small-border {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__basicblack-small-border.mat-checkbox-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__basicblack-small-border.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #CCD3DC !important;
}
.mat-mdc-checkbox__basicblack-small-border.mat-checkbox-disabled.mat-mdc-checkbox {
  padding: 0.5rem;
  border-radius: 4px;
  border: 1px solid #CCD3DC;
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__basicblack-small-border.mat-checkbox-disabled.mat-mdc-checkbox.mat-checkbox-checked {
  border: 1px solid #CCD3DC;
  box-shadow: 0 0.2rem 0.04rem rgba(204, 211, 220, 0.1);
}
.mat-mdc-checkbox__basicblack-small-border .mat-mdc-checkbox .mat-ripple-element {
  background-color: #000000 !important;
}
.mat-mdc-checkbox__basicblack-small-border .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple {
  background-color: #000000 !important;
}
.mat-mdc-checkbox__basicblack-small-border.mat-mdc-checkbox {
  padding: 0.5rem;
  border-radius: 4px;
  border: 1px solid #CCD3DC;
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__basicblack-small-border.mat-mdc-checkbox.mat-checkbox-checked {
  border: 1px solid #000000;
  box-shadow: 0 0.2rem 0.04rem rgba(0, 0, 0, 0.1);
}
.mat-mdc-checkbox__basicblack-small-border .mat-checkbox-frame {
  border-color: #000000;
}
.mat-mdc-checkbox__basicblack-small-border.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #000000 !important;
}
.mat-mdc-checkbox__basicblack-small-border .mat-checkbox-checkmark-path {
  stroke: #ffffff !important;
}

/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
.mat-button-toggle__basicblack {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-button-toggle__basicblack .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.3);
}
.mat-button-toggle__basicblack.mat-button-toggle-group-appearance-standard {
  border: 1px solid #000000;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-button-toggle__basicblack.mat-button-toggle-group-appearance-standard .mat-button-toggle-label-content {
  padding: 0 25px;
  line-height: 46px;
}
.mat-button-toggle__basicblack .mat-button-toggle-checked {
  background-color: #000000;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-button-toggle__basicblack .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: #ffffff;
}

.mat-expansion-panel__basicblack mat-panel-description {
  font-size: 0.85rem;
}
.mat-expansion-panel__basicblack .mat-expansion-panel-header-title {
  font-weight: bold;
}
.mat-expansion-panel__basicblack.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0), 0px 2px 2px 0px rgba(0, 0, 0, 0), 0px 1px 5px 0px rgba(0, 0, 0, 0);
  border: 1px solid #CCD3DC;
}
.mat-expansion-panel__basicblack.mat-expansion-panel:not([class*=mat-elevation-z]).mat-expanded {
  border: 1px solid #000000;
}

.mat-expansion-panel__ghost .mat-expansion-panel-header-title {
  font-weight: bold;
}
.mat-expansion-panel__ghost.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0), 0px 2px 2px 0px rgba(0, 0, 0, 0), 0px 1px 5px 0px rgba(0, 0, 0, 0);
  background: none;
}
.mat-expansion-panel__ghost .mat-content {
  flex-direction: column;
}
.mat-expansion-panel__ghost mat-panel-description {
  font-size: 0.85rem;
}
.mat-expansion-panel__ghost .mat-expansion-panel-header {
  flex-direction: row-reverse;
}
.mat-expansion-panel__ghost .mat-expansion-panel-header-title, .mat-expansion-panel__ghost .mat-expansion-panel-header-description {
  margin-left: 28px;
  margin-right: 0;
}
.mat-expansion-panel__ghost.mat-expansion-panel-body {
  padding: 0 24px 16px 57px;
}
.mat-expansion-panel__ghost.mat-expanded .mat-expansion-indicator::after {
  transform: rotate(-135deg) !important;
}
.mat-expansion-panel__ghost .mat-expansion-indicator {
  transform: rotate(90deg);
}
.mat-expansion-panel__ghost .mat-expansion-indicator::after {
  color: #266CDE;
  transform: rotate(-45deg);
}

.mat-divider__basicblack.mat-divider {
  border-top-color: #000000;
}

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

.mat-mdc-table__product-list {
  width: calc(100% - 10px);
  min-width: calc(100% - 10px);
  table-layout: fixed;
}
.mat-mdc-table__product-list .mat-mdc-cell {
  padding: 0;
}
.mat-mdc-table__product-list th.mat-sort-header__scheme, .mat-mdc-table__product-list th.mat-header__scheme {
  width: 92px;
}
.mat-mdc-table__product-list th.mat-sort-header__orderRef, .mat-mdc-table__product-list th.mat-sort-header__partCount, .mat-mdc-table__product-list th.mat-header__orderRef, .mat-mdc-table__product-list th.mat-header__partCount {
  width: 100px;
}
.mat-mdc-table__product-list th.mat-sort-header__status, .mat-mdc-table__product-list th.mat-header__status {
  width: 100px;
}
.mat-mdc-table__product-list th.mat-sort-header__delayedParts, .mat-mdc-table__product-list th.mat-sort-header__net, .mat-mdc-table__product-list th.mat-sort-header__orderRef, .mat-mdc-table__product-list th.mat-header__delayedParts, .mat-mdc-table__product-list th.mat-header__net, .mat-mdc-table__product-list th.mat-header__orderRef {
  width: 120px;
}
.mat-mdc-table__product-list th.mat-sort-header__orderDate, .mat-mdc-table__product-list th.mat-header__orderDate {
  width: 125px;
}
.mat-mdc-table__product-list th.mat-sort-header__details, .mat-mdc-table__product-list th.mat-sort-header__link, .mat-mdc-table__product-list th.mat-header__details, .mat-mdc-table__product-list th.mat-header__link {
  width: 150px;
}
.mat-mdc-table__product-list th.mat-sort-header__quoteNumber, .mat-mdc-table__product-list th.mat-header__quoteNumber {
  width: 180px;
}
.mat-mdc-table__product-list th,
.mat-mdc-table__product-list td {
  box-sizing: border-box;
  max-width: 150px;
}
.mat-mdc-table__product-list--fixed-header {
  padding-top: 62px;
}
.mat-mdc-table__product-list--fixed-header thead {
  position: fixed;
  background: #fff !important;
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.05);
  top: 12rem;
  left: 0;
  z-index: 10;
  table-layout: fixed;
  display: table;
}
@media only screen and (max-width: 950px) {
  .mat-mdc-table__product-list--fixed-header thead {
    top: 12rem;
  }
}
@media only screen and (max-width: 755px) {
  .mat-mdc-table__product-list--fixed-header thead {
    top: 13rem;
  }
}
.mat-mdc-table__product-list--fixed-header tbody {
  table-layout: fixed;
  display: table;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-scheme {
  width: 92px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-orderRef, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-status, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-partCount {
  width: 100px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-delayedParts, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-net, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-orderRef {
  width: 120px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-orderDate {
  width: 125px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-details, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-link {
  width: 150px;
}
.mat-mdc-table__product-list thead {
  min-width: 1000px;
}
.mat-mdc-table__product-list thead > tr {
  position: relative;
  width: 100%;
}
.mat-mdc-table__product-list thead, .mat-mdc-table__product-list tbody, .mat-mdc-table__product-list tr {
  width: calc(100% - 10px);
}
.mat-mdc-table__product-list tbody {
  overflow: hidden;
  border-spacing: 0 0.25rem;
}

.mat-mdc-table__parts-list {
  width: 100%;
  min-width: 1050px;
}
.mat-mdc-table__parts-list--fixed-header {
  padding-top: 80px !important;
}
.mat-mdc-table__parts-list--fixed-header thead {
  position: fixed;
  display: table;
  background: #fff !important;
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.05);
  min-width: 1050px;
  top: 7.8rem;
  z-index: 10;
  left: 0;
  border-right: 1.4rem solid white;
  border-left: 1.4rem solid white;
}
.mat-mdc-table__parts-list thead > tr {
  width: 100%;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__docs {
  width: 50px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__item {
  width: 2rem;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__partId {
  width: 170px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__description {
  width: auto;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__edit {
  width: 35px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__quantity {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__rrp {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__surcharge {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__discount {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__net, .mat-mdc-table__parts-list thead > tr .mat-sort-header__unit {
  width: 140px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__remove {
  width: 80px;
}
.mat-mdc-table__parts-list thead > tr th {
  box-sizing: border-box;
}
.mat-mdc-table__parts-list thead, .mat-mdc-table__parts-list tbody, .mat-mdc-table__parts-list tr {
  width: 100%;
}
.mat-mdc-table__parts-list tbody {
  overflow: hidden;
  border-spacing: 0 0.25rem;
}
.mat-mdc-table__parts-list tbody .mat-column-docs {
  width: 50px;
}
.mat-mdc-table__parts-list tbody .mat-column-item {
  min-width: 2rem;
  width: 2rem;
}
.mat-mdc-table__parts-list tbody .mat-column-partId {
  min-width: 170px;
  width: 170px;
}
.mat-mdc-table__parts-list tbody .mat-column-description {
  width: auto;
}
.mat-mdc-table__parts-list tbody .mat-column-edit {
  width: 35px;
}
.mat-mdc-table__parts-list tbody .mat-column-quantity {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-rrp {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-surcharge {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-discount {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-net, .mat-mdc-table__parts-list tbody .mat-column-unit {
  width: 140px;
}
.mat-mdc-table__parts-list tbody .mat-column-remove {
  width: 80px;
}
.mat-mdc-table__parts-list tbody td {
  box-sizing: border-box;
}

/* TODO(mdc-migration): The following rule targets internal classes of slide-toggle that may no longer apply for the MDC version.*/
.mat-slide-toggle-thumb {
  background-color: #000 !important;
}

.mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-surface {
  padding: 24px;
  width: 100%;
  height: 100%;
  min-height: inherit;
  max-height: inherit;
  border-radius: 4px;
}
.mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-title {
  padding: 0px;
  margin: 0px;
}

.mat-mdc-unelevated-button__basicwhite {
  padding: 0 20px;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-unelevated-button__basicwhite .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.3);
}
.mat-mdc-unelevated-button__basicwhite.mat-mdc-unelevated-button {
  height: auto !important;
  line-height: 2rem;
  padding: 6px 25px;
}
.mat-mdc-unelevated-button__basicwhite.mat-mdc-unelevated-button:not(:disabled) {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #ffffff;
}
.mat-mdc-unelevated-button__basicwhite--inactive.mat-mdc-unelevated-button:not(:disabled) {
  background-color: #ffffff;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.mat-mdc-unelevated-button__basicwhite:hover:not(.mat-button-disabled) {
  background-color: #F0F0F0;
  color: #000000;
}
.mat-mdc-unelevated-button__basicwhite:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-unelevated-button__basicwhite-small {
  padding: 0 20px;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-unelevated-button__basicwhite-small .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.3);
}
.mat-mdc-unelevated-button__basicwhite-small.mat-mdc-unelevated-button {
  line-height: 1.9rem;
  padding: 4px 15px;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #ffffff;
  font-size: 0.75rem;
}
.mat-mdc-unelevated-button__basicwhite-small:hover:not(.mat-button-disabled) {
  background-color: #F0F0F0;
  color: #000000;
}
.mat-mdc-unelevated-button__basicwhite-small:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-unelevated-button__basicwhite-large {
  padding: 0 20px;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-unelevated-button__basicwhite-large .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.3);
}
.mat-mdc-unelevated-button__basicwhite-large.mat-mdc-unelevated-button {
  line-height: 2.1rem;
  padding: 9px 45px;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #ffffff;
}
.mat-mdc-unelevated-button__basicwhite-large:hover:not(.mat-button-disabled) {
  background-color: #F0F0F0;
  color: #000000;
}
.mat-mdc-unelevated-button__basicwhite-large:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-button__basicwhite {
  background-image: linear-gradient(#ffffff, #ffffff) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__basicwhite .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.3);
}
.mat-mdc-button__basicwhite.mat-mdc-button:not(.mat-button-disabled) {
  padding: 6px 25px;
  border-color: #ffffff;
}
.mat-mdc-button__basicwhite:hover:not(.mat-button-disabled) {
  color: #000000;
}
.mat-mdc-button__basicwhite.mat-mdc-button {
  line-height: 2rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__basicwhite.mat-mdc-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-button__basicwhite:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-button__basicwhite-small {
  background-image: linear-gradient(#ffffff, #ffffff) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__basicwhite-small .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.3);
}
.mat-mdc-button__basicwhite-small.mat-mdc-button:not(.mat-button-disabled) {
  padding: 6px 15px;
  border-color: #ffffff;
}
.mat-mdc-button__basicwhite-small:hover:not(.mat-button-disabled) {
  color: #000000;
}
.mat-mdc-button__basicwhite-small.mat-mdc-button {
  line-height: 1.9rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  font-size: 0.75rem;
}
.mat-mdc-button__basicwhite-small.mat-mdc-button:hover {
  background-size: 100% 100%;
}
.mat-mdc-button__basicwhite-small:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-button__basicwhite-large {
  background-image: linear-gradient(#ffffff, #ffffff) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__basicwhite-large .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.3);
}
.mat-mdc-button__basicwhite-large.mat-mdc-button:not(.mat-button-disabled) {
  padding: 9px 45px;
  border-color: #ffffff;
}
.mat-mdc-button__basicwhite-large:hover:not(.mat-button-disabled) {
  color: #000000;
}
.mat-mdc-button__basicwhite-large.mat-mdc-button {
  line-height: 2.1rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  font-size: 0.75rem;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__basicwhite-large.mat-mdc-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-button__basicwhite-large:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-outlined-button__basicwhite {
  background-image: linear-gradient(#ffffff, #ffffff) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__basicwhite .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.3);
}
.mat-mdc-outlined-button__basicwhite.mat-mdc-outlined-button:not(.mat-button-disabled) {
  padding: 6px 25px;
  border-color: #ffffff;
}
.mat-mdc-outlined-button__basicwhite:hover:not(.mat-button-disabled) {
  color: #000000;
}
.mat-mdc-outlined-button__basicwhite.mat-mdc-outlined-button {
  line-height: 2rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__basicwhite.mat-mdc-outlined-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-outlined-button__basicwhite:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-outlined-button__basicwhite-small {
  background-image: linear-gradient(#ffffff, #ffffff) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__basicwhite-small .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.3);
}
.mat-mdc-outlined-button__basicwhite-small.mat-mdc-outlined-button:not(.mat-button-disabled) {
  padding: 4px 15px;
  border-color: #ffffff;
}
.mat-mdc-outlined-button__basicwhite-small:hover:not(.mat-button-disabled) {
  color: #000000;
}
.mat-mdc-outlined-button__basicwhite-small.mat-mdc-outlined-button {
  line-height: 1.9rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  font-size: 0.75rem;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__basicwhite-small.mat-mdc-outlined-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-outlined-button__basicwhite-small:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-outlined-button__basicwhite-large {
  background-image: linear-gradient(#ffffff, #ffffff) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__basicwhite-large .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.3);
}
.mat-mdc-outlined-button__basicwhite-large.mat-mdc-outlined-button:not(.mat-button-disabled) {
  padding: 9px 45px;
  border-color: #ffffff;
}
.mat-mdc-outlined-button__basicwhite-large:hover:not(.mat-button-disabled) {
  color: #000000;
}
.mat-mdc-outlined-button__basicwhite-large.mat-mdc-outlined-button {
  line-height: 2.1rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__basicwhite-large.mat-mdc-outlined-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-outlined-button__basicwhite-large:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-radio-group {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.mat-mdc-radio-button__basicwhite {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.mat-mdc-radio-button__basicwhite.mat-radio-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.mat-mdc-radio-button__basicwhite.mat-radio-disabled.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-form-field {
  border: 1px solid #CCD3DC;
  filter: drop-shadow(0 0.2rem 0.04rem #CCD3DC, 0.1);
}
.mat-mdc-radio-button__basicwhite.mat-radio-disabled.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__outer-circle {
  border-width: 3px;
  border-color: #CCD3DC;
}
.mat-mdc-radio-button__basicwhite.mat-radio-disabled.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__inner-circle {
  background-color: #CCD3DC;
}
.mat-mdc-radio-button__basicwhite label {
  font-weight: bold;
  font-size: 0.75rem;
  width: auto;
}
.mat-mdc-radio-button__basicwhite .mdc-form-field {
  padding-right: 0.5rem;
  border-radius: 4px;
}
.mat-mdc-radio-button__basicwhite .mdc-form-field {
  border: 1px solid #CCD3DC;
}
.mat-mdc-radio-button__basicwhite.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-form-field {
  border: 1px solid #ffffff;
  filter: drop-shadow(0 0.2rem 0.04rem rgba(255, 255, 255, 0.1));
}
.mat-mdc-radio-button__basicwhite .mat-radio__outer-circle {
  border-color: #ffffff;
  border-width: 1px;
}
.mat-mdc-radio-button__basicwhite.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__outer-circle {
  border-width: 3px;
  border-color: #ffffff !important;
}
.mat-mdc-radio-button__basicwhite.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__inner-circle {
  border-color: #ffffff !important;
}
.mat-mdc-radio-button__basicwhite--large {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.mat-mdc-radio-button__basicwhite--large .mdc-form-field {
  border: none;
  padding: 0.7rem 1.6rem 0.7rem 0.5rem;
  background-color: none;
  font-weight: bold;
  font-size: 0.75rem;
  width: auto;
}
.mat-mdc-radio-button__basicwhite--large .mat-radio-container {
  width: 25px;
  height: 25px;
}
.mat-mdc-radio-button__basicwhite--large.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-form-field {
  border: none;
  filter: none;
}
.mat-mdc-radio-button__basicwhite--large .mdc-radio__outer-circle {
  border-color: #ffffff;
  border-width: 1px;
  height: 25px;
  width: 25px;
}
.mat-mdc-radio-button__basicwhite--large .mdc-radio__inner-circle {
  height: 25px;
  width: 25px;
}
.mat-mdc-radio-button__basicwhite--large.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__outer-circle {
  border-width: 4px;
  border-color: #ffffff;
}
.mat-mdc-radio-button__basicwhite--large.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__inner-circle {
  background-color: #ffffff;
}
.mat-mdc-radio-button__basicwhite .mat-mdc-radio-button {
  display: flex;
}

.mat-mdc-checkbox__basicwhite {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__basicwhite.mat-checkbox-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__basicwhite.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mdc-checkbox__background {
  background-color: #CCD3DC !important;
}
.mat-mdc-checkbox__basicwhite .mat-mdc-checkbox .mat-ripple {
  background-color: #ffffff !important;
}
.mat-mdc-checkbox__basicwhite .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple {
  background-color: #ffffff !important;
}
.mat-mdc-checkbox__basicwhite .mat-checkbox-inner-container {
  height: 25px;
  width: 25px;
}
.mat-mdc-checkbox__basicwhite .mat-checkbox-frame {
  border-color: #ffffff;
}
.mat-mdc-checkbox__basicwhite.mat-mdc-checkbox-checked .mdc-form-field .mdc-checkbox .mdc-checkbox__background {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.mat-mdc-checkbox__basicwhite .mdc-checkbox__checkmark {
  color: #000000 !important;
}

.mat-mdc-checkbox__basicwhite-small {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__basicwhite-small.mat-checkbox-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__basicwhite-small.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #CCD3DC !important;
}
.mat-mdc-checkbox__basicwhite-small .mat-mdc-checkbox .mat-ripple-element {
  background-color: #ffffff !important;
}
.mat-mdc-checkbox__basicwhite-small .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple {
  background-color: #ffffff !important;
}
.mat-mdc-checkbox__basicwhite-small .mat-checkbox-frame {
  border-color: #ffffff;
}
.mat-mdc-checkbox__basicwhite-small.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #ffffff !important;
}
.mat-mdc-checkbox__basicwhite-small .mat-checkbox-checkmark-path {
  stroke: #000000 !important;
}

.mat-mdc-checkbox__basicwhite-small-border {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__basicwhite-small-border.mat-checkbox-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__basicwhite-small-border.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #CCD3DC !important;
}
.mat-mdc-checkbox__basicwhite-small-border.mat-checkbox-disabled.mat-mdc-checkbox {
  padding: 0.5rem;
  border-radius: 4px;
  border: 1px solid #CCD3DC;
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__basicwhite-small-border.mat-checkbox-disabled.mat-mdc-checkbox.mat-checkbox-checked {
  border: 1px solid #CCD3DC;
  box-shadow: 0 0.2rem 0.04rem rgba(204, 211, 220, 0.1);
}
.mat-mdc-checkbox__basicwhite-small-border .mat-mdc-checkbox .mat-ripple-element {
  background-color: #ffffff !important;
}
.mat-mdc-checkbox__basicwhite-small-border .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple {
  background-color: #ffffff !important;
}
.mat-mdc-checkbox__basicwhite-small-border.mat-mdc-checkbox {
  padding: 0.5rem;
  border-radius: 4px;
  border: 1px solid #CCD3DC;
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__basicwhite-small-border.mat-mdc-checkbox.mat-checkbox-checked {
  border: 1px solid #ffffff;
  box-shadow: 0 0.2rem 0.04rem rgba(255, 255, 255, 0.1);
}
.mat-mdc-checkbox__basicwhite-small-border .mat-checkbox-frame {
  border-color: #ffffff;
}
.mat-mdc-checkbox__basicwhite-small-border.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #ffffff !important;
}
.mat-mdc-checkbox__basicwhite-small-border .mat-checkbox-checkmark-path {
  stroke: #000000 !important;
}

/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
.mat-button-toggle__basicwhite {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-button-toggle__basicwhite .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.3);
}
.mat-button-toggle__basicwhite.mat-button-toggle-group-appearance-standard {
  border: 1px solid #ffffff;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-button-toggle__basicwhite.mat-button-toggle-group-appearance-standard .mat-button-toggle-label-content {
  padding: 0 25px;
  line-height: 46px;
}
.mat-button-toggle__basicwhite .mat-button-toggle-checked {
  background-color: #ffffff;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-button-toggle__basicwhite .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: #000000;
}

.mat-expansion-panel__basicwhite mat-panel-description {
  font-size: 0.85rem;
}
.mat-expansion-panel__basicwhite .mat-expansion-panel-header-title {
  font-weight: bold;
}
.mat-expansion-panel__basicwhite.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0), 0px 2px 2px 0px rgba(0, 0, 0, 0), 0px 1px 5px 0px rgba(0, 0, 0, 0);
  border: 1px solid #CCD3DC;
}
.mat-expansion-panel__basicwhite.mat-expansion-panel:not([class*=mat-elevation-z]).mat-expanded {
  border: 1px solid #ffffff;
}

.mat-expansion-panel__ghost .mat-expansion-panel-header-title {
  font-weight: bold;
}
.mat-expansion-panel__ghost.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0), 0px 2px 2px 0px rgba(0, 0, 0, 0), 0px 1px 5px 0px rgba(0, 0, 0, 0);
  background: none;
}
.mat-expansion-panel__ghost .mat-content {
  flex-direction: column;
}
.mat-expansion-panel__ghost mat-panel-description {
  font-size: 0.85rem;
}
.mat-expansion-panel__ghost .mat-expansion-panel-header {
  flex-direction: row-reverse;
}
.mat-expansion-panel__ghost .mat-expansion-panel-header-title, .mat-expansion-panel__ghost .mat-expansion-panel-header-description {
  margin-left: 28px;
  margin-right: 0;
}
.mat-expansion-panel__ghost.mat-expansion-panel-body {
  padding: 0 24px 16px 57px;
}
.mat-expansion-panel__ghost.mat-expanded .mat-expansion-indicator::after {
  transform: rotate(-135deg) !important;
}
.mat-expansion-panel__ghost .mat-expansion-indicator {
  transform: rotate(90deg);
}
.mat-expansion-panel__ghost .mat-expansion-indicator::after {
  color: #266CDE;
  transform: rotate(-45deg);
}

.mat-divider__basicwhite.mat-divider {
  border-top-color: #ffffff;
}

.mat-ripple__basicwhite .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.3);
}

.mat-mdc-table__product-list {
  width: calc(100% - 10px);
  min-width: calc(100% - 10px);
  table-layout: fixed;
}
.mat-mdc-table__product-list .mat-mdc-cell {
  padding: 0;
}
.mat-mdc-table__product-list th.mat-sort-header__scheme, .mat-mdc-table__product-list th.mat-header__scheme {
  width: 92px;
}
.mat-mdc-table__product-list th.mat-sort-header__orderRef, .mat-mdc-table__product-list th.mat-sort-header__partCount, .mat-mdc-table__product-list th.mat-header__orderRef, .mat-mdc-table__product-list th.mat-header__partCount {
  width: 100px;
}
.mat-mdc-table__product-list th.mat-sort-header__status, .mat-mdc-table__product-list th.mat-header__status {
  width: 100px;
}
.mat-mdc-table__product-list th.mat-sort-header__delayedParts, .mat-mdc-table__product-list th.mat-sort-header__net, .mat-mdc-table__product-list th.mat-sort-header__orderRef, .mat-mdc-table__product-list th.mat-header__delayedParts, .mat-mdc-table__product-list th.mat-header__net, .mat-mdc-table__product-list th.mat-header__orderRef {
  width: 120px;
}
.mat-mdc-table__product-list th.mat-sort-header__orderDate, .mat-mdc-table__product-list th.mat-header__orderDate {
  width: 125px;
}
.mat-mdc-table__product-list th.mat-sort-header__details, .mat-mdc-table__product-list th.mat-sort-header__link, .mat-mdc-table__product-list th.mat-header__details, .mat-mdc-table__product-list th.mat-header__link {
  width: 150px;
}
.mat-mdc-table__product-list th.mat-sort-header__quoteNumber, .mat-mdc-table__product-list th.mat-header__quoteNumber {
  width: 180px;
}
.mat-mdc-table__product-list th,
.mat-mdc-table__product-list td {
  box-sizing: border-box;
  max-width: 150px;
}
.mat-mdc-table__product-list--fixed-header {
  padding-top: 62px;
}
.mat-mdc-table__product-list--fixed-header thead {
  position: fixed;
  background: #fff !important;
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.05);
  top: 12rem;
  left: 0;
  z-index: 10;
  table-layout: fixed;
  display: table;
}
@media only screen and (max-width: 950px) {
  .mat-mdc-table__product-list--fixed-header thead {
    top: 12rem;
  }
}
@media only screen and (max-width: 755px) {
  .mat-mdc-table__product-list--fixed-header thead {
    top: 13rem;
  }
}
.mat-mdc-table__product-list--fixed-header tbody {
  table-layout: fixed;
  display: table;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-scheme {
  width: 92px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-orderRef, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-status, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-partCount {
  width: 100px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-delayedParts, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-net, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-orderRef {
  width: 120px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-orderDate {
  width: 125px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-details, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-link {
  width: 150px;
}
.mat-mdc-table__product-list thead {
  min-width: 1000px;
}
.mat-mdc-table__product-list thead > tr {
  position: relative;
  width: 100%;
}
.mat-mdc-table__product-list thead, .mat-mdc-table__product-list tbody, .mat-mdc-table__product-list tr {
  width: calc(100% - 10px);
}
.mat-mdc-table__product-list tbody {
  overflow: hidden;
  border-spacing: 0 0.25rem;
}

.mat-mdc-table__parts-list {
  width: 100%;
  min-width: 1050px;
}
.mat-mdc-table__parts-list--fixed-header {
  padding-top: 80px !important;
}
.mat-mdc-table__parts-list--fixed-header thead {
  position: fixed;
  display: table;
  background: #fff !important;
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.05);
  min-width: 1050px;
  top: 7.8rem;
  z-index: 10;
  left: 0;
  border-right: 1.4rem solid white;
  border-left: 1.4rem solid white;
}
.mat-mdc-table__parts-list thead > tr {
  width: 100%;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__docs {
  width: 50px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__item {
  width: 2rem;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__partId {
  width: 170px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__description {
  width: auto;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__edit {
  width: 35px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__quantity {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__rrp {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__surcharge {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__discount {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__net, .mat-mdc-table__parts-list thead > tr .mat-sort-header__unit {
  width: 140px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__remove {
  width: 80px;
}
.mat-mdc-table__parts-list thead > tr th {
  box-sizing: border-box;
}
.mat-mdc-table__parts-list thead, .mat-mdc-table__parts-list tbody, .mat-mdc-table__parts-list tr {
  width: 100%;
}
.mat-mdc-table__parts-list tbody {
  overflow: hidden;
  border-spacing: 0 0.25rem;
}
.mat-mdc-table__parts-list tbody .mat-column-docs {
  width: 50px;
}
.mat-mdc-table__parts-list tbody .mat-column-item {
  min-width: 2rem;
  width: 2rem;
}
.mat-mdc-table__parts-list tbody .mat-column-partId {
  min-width: 170px;
  width: 170px;
}
.mat-mdc-table__parts-list tbody .mat-column-description {
  width: auto;
}
.mat-mdc-table__parts-list tbody .mat-column-edit {
  width: 35px;
}
.mat-mdc-table__parts-list tbody .mat-column-quantity {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-rrp {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-surcharge {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-discount {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-net, .mat-mdc-table__parts-list tbody .mat-column-unit {
  width: 140px;
}
.mat-mdc-table__parts-list tbody .mat-column-remove {
  width: 80px;
}
.mat-mdc-table__parts-list tbody td {
  box-sizing: border-box;
}

/* TODO(mdc-migration): The following rule targets internal classes of slide-toggle that may no longer apply for the MDC version.*/
.mat-slide-toggle-thumb {
  background-color: #000 !important;
}

.mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-surface {
  padding: 24px;
  width: 100%;
  height: 100%;
  min-height: inherit;
  max-height: inherit;
  border-radius: 4px;
}
.mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-title {
  padding: 0px;
  margin: 0px;
}

.mat-mdc-unelevated-button__warning {
  padding: 0 20px;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-unelevated-button__warning .mat-ripple-element {
  background-color: rgba(240, 134, 134, 0.3);
}
.mat-mdc-unelevated-button__warning.mat-mdc-unelevated-button {
  height: auto !important;
  line-height: 2rem;
  padding: 6px 25px;
}
.mat-mdc-unelevated-button__warning.mat-mdc-unelevated-button:not(:disabled) {
  background-color: #f08686;
  color: #ffffff;
  border: 1px solid #f08686;
}
.mat-mdc-unelevated-button__warning--inactive.mat-mdc-unelevated-button:not(:disabled) {
  background-color: #fdf0f0;
  color: #f08686;
  border: 1px solid #fdf0f0;
}
.mat-mdc-unelevated-button__warning:hover:not(.mat-button-disabled) {
  background-color: #e96969;
  color: #ffffff;
}
.mat-mdc-unelevated-button__warning:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-unelevated-button__warning-small {
  padding: 0 20px;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-unelevated-button__warning-small .mat-ripple-element {
  background-color: rgba(240, 134, 134, 0.3);
}
.mat-mdc-unelevated-button__warning-small.mat-mdc-unelevated-button {
  line-height: 1.9rem;
  padding: 4px 15px;
  background-color: #f08686;
  color: #ffffff;
  border: 1px solid #f08686;
  font-size: 0.75rem;
}
.mat-mdc-unelevated-button__warning-small:hover:not(.mat-button-disabled) {
  background-color: #e96969;
  color: #ffffff;
}
.mat-mdc-unelevated-button__warning-small:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-unelevated-button__warning-large {
  padding: 0 20px;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-unelevated-button__warning-large .mat-ripple-element {
  background-color: rgba(240, 134, 134, 0.3);
}
.mat-mdc-unelevated-button__warning-large.mat-mdc-unelevated-button {
  line-height: 2.1rem;
  padding: 9px 45px;
  background-color: #f08686;
  color: #ffffff;
  border: 1px solid #f08686;
}
.mat-mdc-unelevated-button__warning-large:hover:not(.mat-button-disabled) {
  background-color: #e96969;
  color: #ffffff;
}
.mat-mdc-unelevated-button__warning-large:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-button__warning {
  background-image: linear-gradient(#f08686, #f08686) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__warning .mat-ripple-element {
  background-color: rgba(240, 134, 134, 0.3);
}
.mat-mdc-button__warning.mat-mdc-button:not(.mat-button-disabled) {
  padding: 6px 25px;
  border-color: #f08686;
}
.mat-mdc-button__warning:hover:not(.mat-button-disabled) {
  color: #ffffff;
}
.mat-mdc-button__warning.mat-mdc-button {
  line-height: 2rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__warning.mat-mdc-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-button__warning:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-button__warning-small {
  background-image: linear-gradient(#f08686, #f08686) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__warning-small .mat-ripple-element {
  background-color: rgba(240, 134, 134, 0.3);
}
.mat-mdc-button__warning-small.mat-mdc-button:not(.mat-button-disabled) {
  padding: 6px 15px;
  border-color: #f08686;
}
.mat-mdc-button__warning-small:hover:not(.mat-button-disabled) {
  color: #ffffff;
}
.mat-mdc-button__warning-small.mat-mdc-button {
  line-height: 1.9rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  font-size: 0.75rem;
}
.mat-mdc-button__warning-small.mat-mdc-button:hover {
  background-size: 100% 100%;
}
.mat-mdc-button__warning-small:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-button__warning-large {
  background-image: linear-gradient(#f08686, #f08686) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__warning-large .mat-ripple-element {
  background-color: rgba(240, 134, 134, 0.3);
}
.mat-mdc-button__warning-large.mat-mdc-button:not(.mat-button-disabled) {
  padding: 9px 45px;
  border-color: #f08686;
}
.mat-mdc-button__warning-large:hover:not(.mat-button-disabled) {
  color: #ffffff;
}
.mat-mdc-button__warning-large.mat-mdc-button {
  line-height: 2.1rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  font-size: 0.75rem;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-button__warning-large.mat-mdc-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-button__warning-large:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-outlined-button__warning {
  background-image: linear-gradient(#f08686, #f08686) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__warning .mat-ripple-element {
  background-color: rgba(240, 134, 134, 0.3);
}
.mat-mdc-outlined-button__warning.mat-mdc-outlined-button:not(.mat-button-disabled) {
  padding: 6px 25px;
  border-color: #f08686;
}
.mat-mdc-outlined-button__warning:hover:not(.mat-button-disabled) {
  color: #ffffff;
}
.mat-mdc-outlined-button__warning.mat-mdc-outlined-button {
  line-height: 2rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__warning.mat-mdc-outlined-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-outlined-button__warning:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-outlined-button__warning-small {
  background-image: linear-gradient(#f08686, #f08686) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__warning-small .mat-ripple-element {
  background-color: rgba(240, 134, 134, 0.3);
}
.mat-mdc-outlined-button__warning-small.mat-mdc-outlined-button:not(.mat-button-disabled) {
  padding: 4px 15px;
  border-color: #f08686;
}
.mat-mdc-outlined-button__warning-small:hover:not(.mat-button-disabled) {
  color: #ffffff;
}
.mat-mdc-outlined-button__warning-small.mat-mdc-outlined-button {
  line-height: 1.9rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  font-size: 0.75rem;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__warning-small.mat-mdc-outlined-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-outlined-button__warning-small:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-outlined-button__warning-large {
  background-image: linear-gradient(#f08686, #f08686) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__warning-large .mat-ripple-element {
  background-color: rgba(240, 134, 134, 0.3);
}
.mat-mdc-outlined-button__warning-large.mat-mdc-outlined-button:not(.mat-button-disabled) {
  padding: 9px 45px;
  border-color: #f08686;
}
.mat-mdc-outlined-button__warning-large:hover:not(.mat-button-disabled) {
  color: #ffffff;
}
.mat-mdc-outlined-button__warning-large.mat-mdc-outlined-button {
  line-height: 2.1rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-mdc-outlined-button__warning-large.mat-mdc-outlined-button:hover:not(.mat-button-disabled) {
  background-size: 100% 100%;
}
.mat-mdc-outlined-button__warning-large:disabled {
  border-color: #CCD3DC;
}

.mat-mdc-radio-group {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.mat-mdc-radio-button__warning {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.mat-mdc-radio-button__warning.mat-radio-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.mat-mdc-radio-button__warning.mat-radio-disabled.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-form-field {
  border: 1px solid #CCD3DC;
  filter: drop-shadow(0 0.2rem 0.04rem #CCD3DC, 0.1);
}
.mat-mdc-radio-button__warning.mat-radio-disabled.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__outer-circle {
  border-width: 3px;
  border-color: #CCD3DC;
}
.mat-mdc-radio-button__warning.mat-radio-disabled.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__inner-circle {
  background-color: #CCD3DC;
}
.mat-mdc-radio-button__warning label {
  font-weight: bold;
  font-size: 0.75rem;
  width: auto;
}
.mat-mdc-radio-button__warning .mdc-form-field {
  padding-right: 0.5rem;
  border-radius: 4px;
}
.mat-mdc-radio-button__warning .mdc-form-field {
  border: 1px solid #CCD3DC;
}
.mat-mdc-radio-button__warning.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-form-field {
  border: 1px solid #f08686;
  filter: drop-shadow(0 0.2rem 0.04rem rgba(240, 134, 134, 0.1));
}
.mat-mdc-radio-button__warning .mat-radio__outer-circle {
  border-color: #f08686;
  border-width: 1px;
}
.mat-mdc-radio-button__warning.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__outer-circle {
  border-width: 3px;
  border-color: #f08686 !important;
}
.mat-mdc-radio-button__warning.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__inner-circle {
  border-color: #f08686 !important;
}
.mat-mdc-radio-button__warning--large {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.mat-mdc-radio-button__warning--large .mdc-form-field {
  border: none;
  padding: 0.7rem 1.6rem 0.7rem 0.5rem;
  background-color: none;
  font-weight: bold;
  font-size: 0.75rem;
  width: auto;
}
.mat-mdc-radio-button__warning--large .mat-radio-container {
  width: 25px;
  height: 25px;
}
.mat-mdc-radio-button__warning--large.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-form-field {
  border: none;
  filter: none;
}
.mat-mdc-radio-button__warning--large .mdc-radio__outer-circle {
  border-color: #f08686;
  border-width: 1px;
  height: 25px;
  width: 25px;
}
.mat-mdc-radio-button__warning--large .mdc-radio__inner-circle {
  height: 25px;
  width: 25px;
}
.mat-mdc-radio-button__warning--large.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__outer-circle {
  border-width: 4px;
  border-color: #f08686;
}
.mat-mdc-radio-button__warning--large.mat-mdc-radio-button.mat-accent.mat-radio-checked .mdc-radio__inner-circle {
  background-color: #f08686;
}
.mat-mdc-radio-button__warning .mat-mdc-radio-button {
  display: flex;
}

.mat-mdc-checkbox__warning {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__warning.mat-checkbox-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__warning.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mdc-checkbox__background {
  background-color: #CCD3DC !important;
}
.mat-mdc-checkbox__warning .mat-mdc-checkbox .mat-ripple {
  background-color: #f08686 !important;
}
.mat-mdc-checkbox__warning .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple {
  background-color: #f08686 !important;
}
.mat-mdc-checkbox__warning .mat-checkbox-inner-container {
  height: 25px;
  width: 25px;
}
.mat-mdc-checkbox__warning .mat-checkbox-frame {
  border-color: #f08686;
}
.mat-mdc-checkbox__warning.mat-mdc-checkbox-checked .mdc-form-field .mdc-checkbox .mdc-checkbox__background {
  background-color: #f08686 !important;
  border-color: #f08686 !important;
}
.mat-mdc-checkbox__warning .mdc-checkbox__checkmark {
  color: #ffffff !important;
}

.mat-mdc-checkbox__warning-small {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__warning-small.mat-checkbox-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__warning-small.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #CCD3DC !important;
}
.mat-mdc-checkbox__warning-small .mat-mdc-checkbox .mat-ripple-element {
  background-color: #f08686 !important;
}
.mat-mdc-checkbox__warning-small .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple {
  background-color: #f08686 !important;
}
.mat-mdc-checkbox__warning-small .mat-checkbox-frame {
  border-color: #f08686;
}
.mat-mdc-checkbox__warning-small.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #f08686 !important;
}
.mat-mdc-checkbox__warning-small .mat-checkbox-checkmark-path {
  stroke: #ffffff !important;
}

.mat-mdc-checkbox__warning-small-border {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__warning-small-border.mat-checkbox-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__warning-small-border.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #CCD3DC !important;
}
.mat-mdc-checkbox__warning-small-border.mat-checkbox-disabled.mat-mdc-checkbox {
  padding: 0.5rem;
  border-radius: 4px;
  border: 1px solid #CCD3DC;
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__warning-small-border.mat-checkbox-disabled.mat-mdc-checkbox.mat-checkbox-checked {
  border: 1px solid #CCD3DC;
  box-shadow: 0 0.2rem 0.04rem rgba(204, 211, 220, 0.1);
}
.mat-mdc-checkbox__warning-small-border .mat-mdc-checkbox .mat-ripple-element {
  background-color: #f08686 !important;
}
.mat-mdc-checkbox__warning-small-border .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple {
  background-color: #f08686 !important;
}
.mat-mdc-checkbox__warning-small-border.mat-mdc-checkbox {
  padding: 0.5rem;
  border-radius: 4px;
  border: 1px solid #CCD3DC;
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-checkbox__warning-small-border.mat-mdc-checkbox.mat-checkbox-checked {
  border: 1px solid #f08686;
  box-shadow: 0 0.2rem 0.04rem rgba(240, 134, 134, 0.1);
}
.mat-mdc-checkbox__warning-small-border .mat-checkbox-frame {
  border-color: #f08686;
}
.mat-mdc-checkbox__warning-small-border.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #f08686 !important;
}
.mat-mdc-checkbox__warning-small-border .mat-checkbox-checkmark-path {
  stroke: #ffffff !important;
}

/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
.mat-button-toggle__warning {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-button-toggle__warning .mat-ripple-element {
  background-color: rgba(240, 134, 134, 0.3);
}
.mat-button-toggle__warning.mat-button-toggle-group-appearance-standard {
  border: 1px solid #f08686;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-button-toggle__warning.mat-button-toggle-group-appearance-standard .mat-button-toggle-label-content {
  padding: 0 25px;
  line-height: 46px;
}
.mat-button-toggle__warning .mat-button-toggle-checked {
  background-color: #f08686;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-button-toggle__warning .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: #ffffff;
}

.mat-expansion-panel__warning mat-panel-description {
  font-size: 0.85rem;
}
.mat-expansion-panel__warning .mat-expansion-panel-header-title {
  font-weight: bold;
}
.mat-expansion-panel__warning.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0), 0px 2px 2px 0px rgba(0, 0, 0, 0), 0px 1px 5px 0px rgba(0, 0, 0, 0);
  border: 1px solid #CCD3DC;
}
.mat-expansion-panel__warning.mat-expansion-panel:not([class*=mat-elevation-z]).mat-expanded {
  border: 1px solid #f08686;
}

.mat-expansion-panel__ghost .mat-expansion-panel-header-title {
  font-weight: bold;
}
.mat-expansion-panel__ghost.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0), 0px 2px 2px 0px rgba(0, 0, 0, 0), 0px 1px 5px 0px rgba(0, 0, 0, 0);
  background: none;
}
.mat-expansion-panel__ghost .mat-content {
  flex-direction: column;
}
.mat-expansion-panel__ghost mat-panel-description {
  font-size: 0.85rem;
}
.mat-expansion-panel__ghost .mat-expansion-panel-header {
  flex-direction: row-reverse;
}
.mat-expansion-panel__ghost .mat-expansion-panel-header-title, .mat-expansion-panel__ghost .mat-expansion-panel-header-description {
  margin-left: 28px;
  margin-right: 0;
}
.mat-expansion-panel__ghost.mat-expansion-panel-body {
  padding: 0 24px 16px 57px;
}
.mat-expansion-panel__ghost.mat-expanded .mat-expansion-indicator::after {
  transform: rotate(-135deg) !important;
}
.mat-expansion-panel__ghost .mat-expansion-indicator {
  transform: rotate(90deg);
}
.mat-expansion-panel__ghost .mat-expansion-indicator::after {
  color: #266CDE;
  transform: rotate(-45deg);
}

.mat-divider__warning.mat-divider {
  border-top-color: #f08686;
}

.mat-ripple__warning .mat-ripple-element {
  background-color: rgba(240, 134, 134, 0.3);
}

.mat-mdc-table__product-list {
  width: calc(100% - 10px);
  min-width: calc(100% - 10px);
  table-layout: fixed;
}
.mat-mdc-table__product-list .mat-mdc-cell {
  padding: 0;
}
.mat-mdc-table__product-list th.mat-sort-header__scheme, .mat-mdc-table__product-list th.mat-header__scheme {
  width: 92px;
}
.mat-mdc-table__product-list th.mat-sort-header__orderRef, .mat-mdc-table__product-list th.mat-sort-header__partCount, .mat-mdc-table__product-list th.mat-header__orderRef, .mat-mdc-table__product-list th.mat-header__partCount {
  width: 100px;
}
.mat-mdc-table__product-list th.mat-sort-header__status, .mat-mdc-table__product-list th.mat-header__status {
  width: 100px;
}
.mat-mdc-table__product-list th.mat-sort-header__delayedParts, .mat-mdc-table__product-list th.mat-sort-header__net, .mat-mdc-table__product-list th.mat-sort-header__orderRef, .mat-mdc-table__product-list th.mat-header__delayedParts, .mat-mdc-table__product-list th.mat-header__net, .mat-mdc-table__product-list th.mat-header__orderRef {
  width: 120px;
}
.mat-mdc-table__product-list th.mat-sort-header__orderDate, .mat-mdc-table__product-list th.mat-header__orderDate {
  width: 125px;
}
.mat-mdc-table__product-list th.mat-sort-header__details, .mat-mdc-table__product-list th.mat-sort-header__link, .mat-mdc-table__product-list th.mat-header__details, .mat-mdc-table__product-list th.mat-header__link {
  width: 150px;
}
.mat-mdc-table__product-list th.mat-sort-header__quoteNumber, .mat-mdc-table__product-list th.mat-header__quoteNumber {
  width: 180px;
}
.mat-mdc-table__product-list th,
.mat-mdc-table__product-list td {
  box-sizing: border-box;
  max-width: 150px;
}
.mat-mdc-table__product-list--fixed-header {
  padding-top: 62px;
}
.mat-mdc-table__product-list--fixed-header thead {
  position: fixed;
  background: #fff !important;
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.05);
  top: 12rem;
  left: 0;
  z-index: 10;
  table-layout: fixed;
  display: table;
}
@media only screen and (max-width: 950px) {
  .mat-mdc-table__product-list--fixed-header thead {
    top: 12rem;
  }
}
@media only screen and (max-width: 755px) {
  .mat-mdc-table__product-list--fixed-header thead {
    top: 13rem;
  }
}
.mat-mdc-table__product-list--fixed-header tbody {
  table-layout: fixed;
  display: table;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-scheme {
  width: 92px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-orderRef, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-status, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-partCount {
  width: 100px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-delayedParts, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-net, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-orderRef {
  width: 120px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-orderDate {
  width: 125px;
}
.mat-mdc-table__product-list--fixed-header tbody td.mat-column-details, .mat-mdc-table__product-list--fixed-header tbody td.mat-column-link {
  width: 150px;
}
.mat-mdc-table__product-list thead {
  min-width: 1000px;
}
.mat-mdc-table__product-list thead > tr {
  position: relative;
  width: 100%;
}
.mat-mdc-table__product-list thead, .mat-mdc-table__product-list tbody, .mat-mdc-table__product-list tr {
  width: calc(100% - 10px);
}
.mat-mdc-table__product-list tbody {
  overflow: hidden;
  border-spacing: 0 0.25rem;
}

.mat-mdc-table__parts-list {
  width: 100%;
  min-width: 1050px;
}
.mat-mdc-table__parts-list--fixed-header {
  padding-top: 80px !important;
}
.mat-mdc-table__parts-list--fixed-header thead {
  position: fixed;
  display: table;
  background: #fff !important;
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.05);
  min-width: 1050px;
  top: 7.8rem;
  z-index: 10;
  left: 0;
  border-right: 1.4rem solid white;
  border-left: 1.4rem solid white;
}
.mat-mdc-table__parts-list thead > tr {
  width: 100%;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__docs {
  width: 50px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__item {
  width: 2rem;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__partId {
  width: 170px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__description {
  width: auto;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__edit {
  width: 35px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__quantity {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__rrp {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__surcharge {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__discount {
  width: 100px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__net, .mat-mdc-table__parts-list thead > tr .mat-sort-header__unit {
  width: 140px;
}
.mat-mdc-table__parts-list thead > tr .mat-sort-header__remove {
  width: 80px;
}
.mat-mdc-table__parts-list thead > tr th {
  box-sizing: border-box;
}
.mat-mdc-table__parts-list thead, .mat-mdc-table__parts-list tbody, .mat-mdc-table__parts-list tr {
  width: 100%;
}
.mat-mdc-table__parts-list tbody {
  overflow: hidden;
  border-spacing: 0 0.25rem;
}
.mat-mdc-table__parts-list tbody .mat-column-docs {
  width: 50px;
}
.mat-mdc-table__parts-list tbody .mat-column-item {
  min-width: 2rem;
  width: 2rem;
}
.mat-mdc-table__parts-list tbody .mat-column-partId {
  min-width: 170px;
  width: 170px;
}
.mat-mdc-table__parts-list tbody .mat-column-description {
  width: auto;
}
.mat-mdc-table__parts-list tbody .mat-column-edit {
  width: 35px;
}
.mat-mdc-table__parts-list tbody .mat-column-quantity {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-rrp {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-surcharge {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-discount {
  width: 100px;
}
.mat-mdc-table__parts-list tbody .mat-column-net, .mat-mdc-table__parts-list tbody .mat-column-unit {
  width: 140px;
}
.mat-mdc-table__parts-list tbody .mat-column-remove {
  width: 80px;
}
.mat-mdc-table__parts-list tbody td {
  box-sizing: border-box;
}

/* TODO(mdc-migration): The following rule targets internal classes of slide-toggle that may no longer apply for the MDC version.*/
.mat-slide-toggle-thumb {
  background-color: #000 !important;
}

.mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-surface {
  padding: 24px;
  width: 100%;
  height: 100%;
  min-height: inherit;
  max-height: inherit;
  border-radius: 4px;
}
.mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-title {
  padding: 0px;
  margin: 0px;
}

.mdc-dialog .mat-mdc-dialog-content.mdc-dialog__content {
  padding: 0px;
}

.mat-mdc-form-field .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 10px;
  padding-bottom: 8px;
  min-height: 0px;
}
.mat-mdc-form-field .mdc-notched-outline__notch {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.mat-mdc-form-field .mdc-floating-label {
  padding-bottom: 10px;
}

.cdk-overlay-backdrop--blurred {
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

/*
    used on '/orders' or '/quotes' pages
*/
@page {
  size: A4;
}
/*
primary
secondary
tertiary
quaternary
quinary
senary
septenary
octonary
nonary
denary
duodenary
black
white
warning
*/
.mat-form-field__modern,
.mat-mdc-form-field__modern {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-form-field__modern .mat-mdc-form-field-flex,
.mat-mdc-form-field__modern .mat-mdc-form-field-flex {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-form-field__modern .mat-mdc-form-field-flex .mat-form-field-outline-thick,
.mat-mdc-form-field__modern .mat-mdc-form-field-flex .mat-form-field-outline-thick {
  color: #266CDE;
}
.mat-form-field__modern .mat-mdc-form-field-infix,
.mat-mdc-form-field__modern .mat-mdc-form-field-infix {
  font-size: 12px;
  width: initial;
}
.mat-form-field__modern.mat-focused,
.mat-mdc-form-field__modern.mat-focused {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-form-field__modern.mat-focused .mat-mdc-form-field-flex,
.mat-mdc-form-field__modern.mat-focused .mat-mdc-form-field-flex {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-form-field__modern.mat-focused .mat-mdc-form-field-flex .mat-mdc-form-field-outline-thick,
.mat-mdc-form-field__modern.mat-focused .mat-mdc-form-field-flex .mat-mdc-form-field-outline-thick {
  color: #000;
}

.mat-mdc-form-field__currency {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__currency .mat-form-field-flex {
  max-height: 2.35rem;
}
.mat-mdc-form-field__currency .mat-form-field-wrapper {
  background: #fff;
  padding-bottom: 0;
  border-radius: 4px;
}
.mat-mdc-form-field__currency .mat-form-field-prefix {
  font-weight: 600;
  top: 0 !important;
  padding-right: 0.15rem;
  padding-left: 15%;
  color: grey;
}
.mat-mdc-form-field__currency .mat-form-field-flex {
  margin-left: auto;
}
.mat-mdc-form-field__currency .mat-form-field-infix {
  font-weight: 600;
  width: 4.5rem;
  padding: 0.1rem 0 0.8rem 0 !important;
}
.mat-mdc-form-field__currency .mat-form-field-suffix {
  color: #CCD3DC;
  font-weight: 600;
  top: 0 !important;
  padding-left: 0.5rem;
}
.mat-mdc-form-field__currency--fixed-width-suffix {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__currency--fixed-width-suffix .mat-form-field-suffix {
  width: 1.5rem;
  max-width: 1.5rem;
}

.mat-form-field__standard,
.mat-mdc-form-field__standard {
  max-width: 16.25rem;
  width: 100%;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-form-field__standard .mat-form-field-flex,
.mat-mdc-form-field__standard .mat-form-field-flex {
  line-height: 1.34rem;
}
.mat-form-field__standard .mat-form-field-wrapper,
.mat-mdc-form-field__standard .mat-form-field-wrapper {
  background: #fff;
  padding-bottom: 0 !important;
  border-radius: 4px;
}
.mat-form-field__standard .mat-form-field-infix,
.mat-mdc-form-field__standard .mat-form-field-infix {
  font-size: 12px;
  width: initial !important;
  padding-top: 0.2rem !important;
  padding-bottom: 0.6rem !important;
}
.mat-form-field__standard--error,
.mat-mdc-form-field__standard--error {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-form-field__standard--error .mat-form-field-subscript-wrapper,
.mat-mdc-form-field__standard--error .mat-form-field-subscript-wrapper {
  top: calc(100% - 0.2rem);
}

.sidebar__invoice--content-input .mat-form-field-wrapper .mat-form-field-subscript-wrapper div mat-error {
  margin-top: 0.95em;
}

.mat-mdc-form-field__description {
  min-width: 16.25rem;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__description .mat-form-field-wrapper {
  background: #fff;
  padding-bottom: 0;
  border-radius: 4px;
}
.mat-mdc-form-field__description .mat-form-field-infix {
  width: initial;
  padding-top: 0.2rem !important;
  padding-bottom: 0.6rem !important;
}
.mat-mdc-form-field__description .mat-form-field-suffix {
  font-size: 1.2rem;
  top: 0 !important;
}
.mat-mdc-form-field__description .mat-form-field-suffix > button {
  justify-content: end !important;
  background: none !important;
  color: #000 !important;
}
.mat-mdc-form-field__description .mat-form-field-suffix ion-icon {
  fill: #07192C;
}

.mat-mdc-form-field__email {
  text-align: right !important;
  min-width: 16.25rem;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__email .mat-form-field-wrapper {
  background: #fff;
  padding-bottom: 0;
  border-radius: 4px;
}
.mat-mdc-form-field__email .mat-form-field-infix {
  width: initial;
  padding: 0.4rem 0 0.8rem 0 !important;
}
.mat-mdc-form-field__email .mat-form-field-suffix {
  top: 0 !important;
  color: grey;
}

.mat-mdc-form-field__suffix {
  min-width: 5.6rem;
  text-align: right !important;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__suffix .mat-form-field-wrapper {
  background: #fff;
  padding-bottom: 0;
  border-radius: 4px;
}
.mat-mdc-form-field__suffix .mat-form-field-suffix {
  color: grey;
  top: 0 !important;
}
.mat-mdc-form-field__suffix .mat-form-field-infix {
  padding-top: 0.6rem !important;
  padding-bottom: 0.8rem !important;
  padding-right: 0.5rem;
  padding-left: 2.2rem;
  width: initial;
}

.mat-form-field__search,
.mat-mdc-form-field__search {
  min-width: 12rem;
  max-height: 2.5rem;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-form-field__search.mat-form-field-appearance-outline .mdc-notched-outline,
.mat-mdc-form-field__search.mat-form-field-appearance-outline .mdc-notched-outline {
  border-radius: 2rem;
  border: 1px solid #CCD3DC;
  max-height: 2.5rem;
}
.mat-form-field__search.mat-form-field-appearance-outline .mdc-notched-outline__leading,
.mat-mdc-form-field__search.mat-form-field-appearance-outline .mdc-notched-outline__leading {
  border-radius: 2rem 0 0 2rem !important;
  min-width: 2rem !important;
  max-height: 2.5rem;
}
.mat-form-field__search.mat-form-field-appearance-outline .mdc-notched-outline__trailing,
.mat-mdc-form-field__search.mat-form-field-appearance-outline .mdc-notched-outline__trailing {
  border-radius: 0 2rem 2rem 0 !important;
  max-height: 2.5rem;
}
.mat-form-field__search.mat-form-field-appearance-outline .mat-mdc-form-field-infix,
.mat-mdc-form-field__search.mat-form-field-appearance-outline .mat-mdc-form-field-infix {
  padding: 0.5rem 0 0.5rem 0 !important;
  font-size: 12px;
}
.mat-form-field__search .mat-mdc-text-field-wrapper,
.mat-mdc-form-field__search .mat-mdc-text-field-wrapper {
  padding: 0;
  background: #fff;
  padding-bottom: 0;
  border-radius: 2rem;
}
.mat-form-field__search .mat-mdc-form-field-flex,
.mat-mdc-form-field__search .mat-mdc-form-field-flex {
  padding-left: 0.8rem !important;
  padding-right: 0.8rem !important;
  max-height: 2.5rem;
}
.mat-form-field__search input.mat-mdc-input-element,
.mat-mdc-form-field__search input.mat-mdc-input-element {
  line-height: 1.5rem;
}
.mat-form-field__search ion-icon,
.mat-mdc-form-field__search ion-icon {
  font-size: 2rem;
  line-height: 0.625;
  position: relative;
  top: 1px;
  left: 6px;
  fill: #07192C;
}

.mat-mdc-form-field__search_groups {
  min-width: 12rem;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__search_groups.mat-form-field-appearance-outline {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__search_groups.mat-form-field-appearance-outline .mat-form-field-outline {
  border-radius: 6px;
  border: 1px solid #CCD3DC;
  background-color: #E3F2FC;
}
.mat-mdc-form-field__search_groups.mat-form-field-appearance-outline .mat-form-field-outline-start {
  min-width: 2rem !important;
}
.mat-mdc-form-field__search_groups.mat-form-field-appearance-outline .mat-form-field-infix {
  display: flex;
  padding: 0.2rem 0 0.5rem 0 !important;
}
.mat-mdc-form-field__search_groups.mat-form-field-appearance-outline .mat-form-field-suffix {
  top: 0.4em;
}
.mat-mdc-form-field__search_groups .mat-form-field-wrapper {
  padding: 0;
  background: #fff;
  padding-bottom: 0;
}
.mat-mdc-form-field__search_groups .mat-form-field-flex {
  padding-left: 0.8rem !important;
  padding-right: 0.8rem !important;
}
.mat-mdc-form-field__search_groups input.mat-mdc-input-element {
  line-height: 1.5rem;
}
.mat-mdc-form-field__search_groups ion-icon {
  font-size: 1rem;
  line-height: 0.625;
  position: relative;
  margin-right: 6px;
  top: 3px;
  fill: #07192C;
}

.mat-mdc-form-field__quantity {
  /* Chrome */
  /* Firefox */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
@media print {
  .mat-mdc-form-field__quantity button {
    display: none;
  }
}
.mat-mdc-form-field__quantity input::-webkit-outer-spin-button,
.mat-mdc-form-field__quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.mat-mdc-form-field__quantity input[type=number] {
  -moz-appearance: textfield;
  line-height: 2.05rem;
  margin-top: -0.7rem;
  background-color: rgba(0, 0, 0, 0.1215686275);
  margin-bottom: -0.1rem;
}
.mat-mdc-form-field__quantity .mat-button-wrapper {
  display: flex;
  justify-content: center;
}
.mat-mdc-form-field__quantity .mat-form-field-wrapper {
  padding: 0;
  max-width: 8rem;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__quantity .mat-form-field-wrapper .mat-form-field-infix {
  padding: 0.2rem 0 0 0;
  min-width: 2rem;
  max-width: 2rem;
}
.mat-mdc-form-field__quantity .mat-form-field-flex {
  align-items: stretch !important;
  overflow: hidden;
  text-align: center;
  padding: 0 0 2px 0 !important;
  font-weight: 600;
  z-index: 0;
}
.mat-mdc-form-field__quantity .mat-form-field-outline {
  background-color: transparent !important;
  z-index: 1;
}
.mat-mdc-form-field__quantity .mat-form-field-prefix,
.mat-mdc-form-field__quantity .mat-form-field-suffix {
  overflow: hidden;
  position: relative;
}
.mat-mdc-form-field__quantity .mat-form-field-prefix > button,
.mat-mdc-form-field__quantity .mat-form-field-suffix > button {
  min-width: 2rem !important;
  padding: 0;
  border-radius: 0;
  height: 100%;
  background-color: transparent;
  transition: background-color 600ms cubic-bezier(0.25, 0.8, 0.25, 1), color 600ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.mat-mdc-form-field__quantity .mat-form-field-prefix > button ion-icon,
.mat-mdc-form-field__quantity .mat-form-field-suffix > button ion-icon {
  --ionicon-stroke-width: 72px;
}
.mat-mdc-form-field__quantity .mat-form-field-prefix > button:disabled,
.mat-mdc-form-field__quantity .mat-form-field-suffix > button:disabled {
  color: #909fb2;
}
.mat-mdc-form-field__quantity .mat-form-field-prefix > button:not(:disabled):hover,
.mat-mdc-form-field__quantity .mat-form-field-suffix > button:not(:disabled):hover {
  background-color: #266CDE;
  color: white;
}
.mat-mdc-form-field__quantity .mat-form-field-prefix {
  border-radius: 5px 0 0 5px;
  overflow: hidden;
}
.mat-mdc-form-field__quantity .mat-form-field-suffix {
  border-radius: 0 5px 5px 0;
  overflow: hidden;
}
.mat-mdc-form-field__quantity--rounded {
  margin: 0 0.6rem;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__quantity--rounded .mat-form-field-flex {
  overflow: initial;
}
.mat-mdc-form-field__quantity--rounded .mat-form-field-outline {
  visibility: hidden;
}
.mat-mdc-form-field__quantity--rounded .mat-form-field-wrapper {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__quantity--rounded .mat-form-field-wrapper .mat-form-field-infix {
  min-width: 3rem;
  max-width: 3rem;
}
.mat-mdc-form-field__quantity--rounded input[type=number] {
  background-color: transparent;
  width: 1.2rem;
}
.mat-mdc-form-field__quantity--rounded .mat-button-wrapper {
  font-size: 1.2rem;
}
.mat-mdc-form-field__quantity--rounded .mat-form-field-prefix,
.mat-mdc-form-field__quantity--rounded .mat-form-field-suffix {
  overflow: initial;
}
.mat-mdc-form-field__quantity--rounded .mat-form-field-prefix > button,
.mat-mdc-form-field__quantity--rounded .mat-form-field-suffix > button {
  border-radius: 100%;
  outline: 2px solid;
  background-color: transparent !important;
}
.mat-mdc-form-field__quantity--rounded .mat-form-field-prefix > button:not(:disabled):hover, .mat-mdc-form-field__quantity--rounded .mat-form-field-prefix > button:not(:disabled):focus, .mat-mdc-form-field__quantity--rounded .mat-form-field-prefix > button:not(:disabled):active,
.mat-mdc-form-field__quantity--rounded .mat-form-field-suffix > button:not(:disabled):hover,
.mat-mdc-form-field__quantity--rounded .mat-form-field-suffix > button:not(:disabled):focus,
.mat-mdc-form-field__quantity--rounded .mat-form-field-suffix > button:not(:disabled):active {
  outline-color: #266cde;
}
.mat-mdc-form-field__quantity--rounded .mat-form-field-prefix > button:not(:disabled):hover > span, .mat-mdc-form-field__quantity--rounded .mat-form-field-prefix > button:not(:disabled):focus > span, .mat-mdc-form-field__quantity--rounded .mat-form-field-prefix > button:not(:disabled):active > span,
.mat-mdc-form-field__quantity--rounded .mat-form-field-suffix > button:not(:disabled):hover > span,
.mat-mdc-form-field__quantity--rounded .mat-form-field-suffix > button:not(:disabled):focus > span,
.mat-mdc-form-field__quantity--rounded .mat-form-field-suffix > button:not(:disabled):active > span {
  color: #266cde;
}

.mat-mdc-form-field__name {
  min-width: 16.25rem;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__name .mat-form-field-wrapper {
  background: #fff;
  padding-bottom: 0;
  border-radius: 4px;
}
.mat-mdc-form-field__name .mat-form-field-infix {
  width: initial;
  padding: 0.4rem 0.2rem 0.8rem 0.2rem !important;
}
.mat-mdc-form-field__name .mat-form-field-prefix {
  opacity: 0.3;
  font-size: 1.5rem;
}

.mat-mdc-form-field__password {
  min-width: 17.5rem;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__password .mat-form-field-wrapper {
  background: #fff;
  padding-bottom: 0;
  border-radius: 4px;
}
.mat-mdc-form-field__password .mat-form-field-infix {
  width: initial;
  padding: 0.4rem 0.2rem 0.8rem 0.2rem !important;
}
.mat-mdc-form-field__password .mat-form-field-suffix,
.mat-mdc-form-field__password .mat-form-field-prefix {
  opacity: 0.5;
  font-size: 1rem;
  top: 0.15rem !important;
}
.mat-mdc-form-field__password .mat-mdc-form-field__password-visibility {
  background: 0 !important;
  color: #000 !important;
  border: 0;
  opacity: 0.5;
  cursor: pointer;
}
.mat-mdc-form-field__password .mat-mdc-form-field__password-visibility--opaque {
  opacity: 1;
}

.mat-mdc-form-field.mat-form-field__dropdown,
.mat-mdc-form-field__dropdown {
  min-width: 11.25rem;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field.mat-form-field__dropdown .mat-mdc-text-field-wrapper,
.mat-mdc-form-field__dropdown .mat-mdc-text-field-wrapper {
  background: #fff;
  padding-bottom: 0;
  border-radius: 4px;
}
.mat-mdc-form-field.mat-form-field__dropdown .mat-mdc-form-field-infix,
.mat-mdc-form-field__dropdown .mat-mdc-form-field-infix {
  width: initial;
  padding: 0.6rem 0 !important;
  min-height: 0px;
}
.mat-mdc-form-field.mat-form-field__dropdown .mat-mdc-form-field-infix .mat-mdc-select-trigger,
.mat-mdc-form-field__dropdown .mat-mdc-form-field-infix .mat-mdc-select-trigger {
  font-size: 12px;
}
.mat-mdc-form-field.mat-form-field__dropdown .mat-mdc-select-arrow-wrapper,
.mat-mdc-form-field__dropdown .mat-mdc-select-arrow-wrapper {
  display: flex;
  align-items: center;
}
.mat-mdc-form-field.mat-form-field__dropdown .mat-mdc-form-field-subscript-wrapper,
.mat-mdc-form-field__dropdown .mat-mdc-form-field-subscript-wrapper {
  height: 0px;
}

.mat-mdc-form-field__tagged {
  min-width: 19.375rem;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__tagged .mat-form-field-wrapper {
  background: #fff;
  padding-bottom: 0;
  border-radius: 4px;
}
.mat-mdc-form-field__tagged .mat-form-field-infix {
  width: initial;
  padding-top: 0.4rem !important;
  padding-bottom: 0.8rem !important;
}
.mat-mdc-form-field__tagged [contentEditable]:focus {
  outline: 0px solid transparent;
}
.mat-mdc-form-field__tagged .mat-mdc-form-field__tagged-tag {
  background: #EFEAFC;
  color: #8866C9;
  font-weight: bold;
  border-radius: 0.25rem;
  padding: 0.4rem 0.2rem 0.4rem 0.2rem;
}

.mat-mdc-form-field__address-search {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__address-search .mat-form-field-wrapper {
  background: #fff;
  padding-bottom: 0;
  border-radius: 4px;
}
.mat-mdc-form-field__address-search .mat-form-field-flex {
  align-items: stretch !important;
  overflow: hidden;
  padding: 0 0 2px 0 !important;
  font-weight: 600;
  z-index: 0;
}
.mat-mdc-form-field__address-search .mat-form-field-outline {
  z-index: 1;
  background-color: transparent !important;
}
.mat-mdc-form-field__address-search .mat-form-field-infix {
  padding: 0.8rem 0.6rem 0.8rem 0.6rem !important;
}
.mat-mdc-form-field__address-search .mat-form-field-suffix {
  overflow: hidden;
  position: relative;
}
.mat-mdc-form-field__address-search .mat-form-field-suffix > button {
  min-width: 2rem !important;
  padding: 0 0.6rem;
  border-radius: 0;
  height: 100%;
  background-color: #266CDE;
  color: white;
  font-size: 12px;
}
.mat-mdc-form-field__address-search .mat-form-field-suffix {
  border-radius: 0 5px 5px 0;
  overflow: hidden;
}

.mat-mdc-form-field__parts-panel {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__parts-panel .mat-form-field-wrapper {
  background: #fff;
  padding-bottom: 0;
  border-radius: 4px;
}
.mat-mdc-form-field__parts-panel .mat-form-field-flex {
  align-items: stretch !important;
  overflow: hidden;
  font-weight: 600;
  padding-right: 0.25rem !important;
}
.mat-mdc-form-field__parts-panel .mat-form-field-prefix {
  line-height: 3.4rem;
  padding-right: 0.15rem;
  padding-left: 15%;
  color: grey;
}
.mat-mdc-form-field__parts-panel .mat-form-field-suffix {
  padding: 0.2rem 0 0.4rem 0;
}
.mat-mdc-form-field__parts-panel .mat-form-field-suffix > button {
  height: 100%;
  background-color: #266CDE;
  color: #fff;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
}

.mat-mdc-form-field__card-details {
  min-width: 16.25rem;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__card-details .mat-form-field-wrapper {
  background: #fff;
  padding-bottom: 0;
  border-radius: 4px;
}
.mat-mdc-form-field__card-details .mat-form-field-infix {
  width: initial;
  padding-top: 0.4rem !important;
  padding-bottom: 0.8rem !important;
}
.mat-mdc-form-field__card-details .mat-form-field-suffix {
  top: 0.35rem !important;
}

.mat-mdc-form-field__datepicker {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__datepicker .mat-form-field-wrapper .mat-form-field-flex {
  display: flex;
  align-items: center;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__datepicker .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix {
  padding-bottom: 0.5rem;
}
.mat-mdc-form-field__datepicker .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline {
  background-color: #fff;
  border-radius: 4px;
}
.mat-mdc-form-field__datepicker .mat-datepicker-toggle .mat-mdc-icon-button {
  width: 36px;
  height: 36px;
  padding: 6px;
}

.mat-mdc-form-field__textarea {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__textarea .mat-form-field-wrapper .mat-form-field-flex {
  display: flex;
  align-items: center;
  border-radius: 4px;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__textarea .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline {
  background-color: #fff;
}
.mat-mdc-form-field__textarea .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix {
  padding: 0 0 1rem 0;
}

.mat-mdc-form-field__menu.mat-mdc-menu-panel ion-icon {
  font-size: 1.6rem;
  margin-right: 1rem;
}
.mat-mdc-form-field__menu.mat-mdc-menu-panel .mat-mdc-menu-item {
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
}
.mat-mdc-form-field__menu.mat-mdc-menu-panel .mat-mdc-menu-item .dash__underlay-icon,
.mat-mdc-form-field__menu.mat-mdc-menu-panel .mat-mdc-menu-item .group-dash__underlay-icon {
  position: absolute;
  left: 1.7rem;
  font-size: 0.6rem;
  top: 1.2rem;
}
.mat-mdc-form-field__menu.mat-mdc-menu-panel .mat-mdc-menu-item .dash__overlay-icon,
.mat-mdc-form-field__menu.mat-mdc-menu-panel .mat-mdc-menu-item .group-dash__overlay-icon {
  transform: scaleX(-1) rotate(90deg);
}

.mat-mdc-form-field__primary {
  /*
      the outline colour on hover always changes based on the colour class applied.
  */
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*
      add classes here where you want the background/ text colour of any child buttons of the prexix /
      suffix class to be only be applied on hover.
  */
  /*
      add classes here where you want the background/ text colour of any child buttons of the prexix /
      suffix class to be always applied.
  */
}
.mat-mdc-form-field__primary .mat-form-field-flex {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__primary .mat-form-field-flex .mat-form-field-outline-thick {
  color: #266cde;
}
.mat-mdc-form-field__primary.mat-mdc-form-field__quantity {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__primary.mat-mdc-form-field__quantity .mat-form-field-prefix > button:not(:disabled):hover,
.mat-mdc-form-field__primary.mat-mdc-form-field__quantity .mat-form-field-suffix > button:not(:disabled):hover {
  background-color: #266cde;
  color: #ffffff;
}
@media print {
  .mat-mdc-form-field__primary.mat-mdc-form-field__quantity .mat-form-field-prefix > button,
  .mat-mdc-form-field__primary.mat-mdc-form-field__quantity .mat-form-field-suffix > button {
    display: none;
  }
}
.mat-mdc-form-field__primary--read-only {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__primary--read-only input {
  color: #CCD3DC;
}
.mat-mdc-form-field__primary--read-only .mat-form-field-flex {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__primary--read-only .mat-form-field-flex .mat-form-field-outline-thick {
  color: #CCD3DC;
}
.mat-mdc-form-field__primary--read-only .mat-form-field-flex .mat-form-field-outline-thick .mat-form-field-outline-start,
.mat-mdc-form-field__primary--read-only .mat-form-field-flex .mat-form-field-outline-thick .mat-form-field-outline-end,
.mat-mdc-form-field__primary--read-only .mat-form-field-flex .mat-form-field-outline-thick .mat-form-field-outline-gap {
  border-width: 1px;
  color: #CCD3DC;
}
.mat-mdc-form-field__primary.mat-mdc-form-field__address-search, .mat-mdc-form-field__primary.mat-form-field__parts-panel {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__primary.mat-mdc-form-field__address-search .mat-form-field-prefix > button,
.mat-mdc-form-field__primary.mat-mdc-form-field__address-search .mat-form-field-suffix > button, .mat-mdc-form-field__primary.mat-form-field__parts-panel .mat-form-field-prefix > button,
.mat-mdc-form-field__primary.mat-form-field__parts-panel .mat-form-field-suffix > button {
  background-color: #266cde;
  color: #ffffff;
}

.mat-mdc-form-field__secondary {
  /*
      the outline colour on hover always changes based on the colour class applied.
  */
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*
      add classes here where you want the background/ text colour of any child buttons of the prexix /
      suffix class to be only be applied on hover.
  */
  /*
      add classes here where you want the background/ text colour of any child buttons of the prexix /
      suffix class to be always applied.
  */
}
.mat-mdc-form-field__secondary .mat-form-field-flex {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__secondary .mat-form-field-flex .mat-form-field-outline-thick {
  color: #023D9D;
}
.mat-mdc-form-field__secondary.mat-mdc-form-field__quantity {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__secondary.mat-mdc-form-field__quantity .mat-form-field-prefix > button:not(:disabled):hover,
.mat-mdc-form-field__secondary.mat-mdc-form-field__quantity .mat-form-field-suffix > button:not(:disabled):hover {
  background-color: #023D9D;
  color: #ffffff;
}
@media print {
  .mat-mdc-form-field__secondary.mat-mdc-form-field__quantity .mat-form-field-prefix > button,
  .mat-mdc-form-field__secondary.mat-mdc-form-field__quantity .mat-form-field-suffix > button {
    display: none;
  }
}
.mat-mdc-form-field__secondary--read-only {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__secondary--read-only input {
  color: #CCD3DC;
}
.mat-mdc-form-field__secondary--read-only .mat-form-field-flex {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__secondary--read-only .mat-form-field-flex .mat-form-field-outline-thick {
  color: #CCD3DC;
}
.mat-mdc-form-field__secondary--read-only .mat-form-field-flex .mat-form-field-outline-thick .mat-form-field-outline-start,
.mat-mdc-form-field__secondary--read-only .mat-form-field-flex .mat-form-field-outline-thick .mat-form-field-outline-end,
.mat-mdc-form-field__secondary--read-only .mat-form-field-flex .mat-form-field-outline-thick .mat-form-field-outline-gap {
  border-width: 1px;
  color: #CCD3DC;
}
.mat-mdc-form-field__secondary.mat-mdc-form-field__address-search, .mat-mdc-form-field__secondary.mat-form-field__parts-panel {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__secondary.mat-mdc-form-field__address-search .mat-form-field-prefix > button,
.mat-mdc-form-field__secondary.mat-mdc-form-field__address-search .mat-form-field-suffix > button, .mat-mdc-form-field__secondary.mat-form-field__parts-panel .mat-form-field-prefix > button,
.mat-mdc-form-field__secondary.mat-form-field__parts-panel .mat-form-field-suffix > button {
  background-color: #023D9D;
  color: #ffffff;
}

.mat-mdc-form-field__tertiary {
  /*
      the outline colour on hover always changes based on the colour class applied.
  */
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*
      add classes here where you want the background/ text colour of any child buttons of the prexix /
      suffix class to be only be applied on hover.
  */
  /*
      add classes here where you want the background/ text colour of any child buttons of the prexix /
      suffix class to be always applied.
  */
}
.mat-mdc-form-field__tertiary .mat-form-field-flex {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__tertiary .mat-form-field-flex .mat-form-field-outline-thick {
  color: #31F0A1;
}
.mat-mdc-form-field__tertiary.mat-mdc-form-field__quantity {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__tertiary.mat-mdc-form-field__quantity .mat-form-field-prefix > button:not(:disabled):hover,
.mat-mdc-form-field__tertiary.mat-mdc-form-field__quantity .mat-form-field-suffix > button:not(:disabled):hover {
  background-color: #31F0A1;
  color: #000000;
}
@media print {
  .mat-mdc-form-field__tertiary.mat-mdc-form-field__quantity .mat-form-field-prefix > button,
  .mat-mdc-form-field__tertiary.mat-mdc-form-field__quantity .mat-form-field-suffix > button {
    display: none;
  }
}
.mat-mdc-form-field__tertiary--read-only {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__tertiary--read-only input {
  color: #CCD3DC;
}
.mat-mdc-form-field__tertiary--read-only .mat-form-field-flex {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__tertiary--read-only .mat-form-field-flex .mat-form-field-outline-thick {
  color: #CCD3DC;
}
.mat-mdc-form-field__tertiary--read-only .mat-form-field-flex .mat-form-field-outline-thick .mat-form-field-outline-start,
.mat-mdc-form-field__tertiary--read-only .mat-form-field-flex .mat-form-field-outline-thick .mat-form-field-outline-end,
.mat-mdc-form-field__tertiary--read-only .mat-form-field-flex .mat-form-field-outline-thick .mat-form-field-outline-gap {
  border-width: 1px;
  color: #CCD3DC;
}
.mat-mdc-form-field__tertiary.mat-mdc-form-field__address-search, .mat-mdc-form-field__tertiary.mat-form-field__parts-panel {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__tertiary.mat-mdc-form-field__address-search .mat-form-field-prefix > button,
.mat-mdc-form-field__tertiary.mat-mdc-form-field__address-search .mat-form-field-suffix > button, .mat-mdc-form-field__tertiary.mat-form-field__parts-panel .mat-form-field-prefix > button,
.mat-mdc-form-field__tertiary.mat-form-field__parts-panel .mat-form-field-suffix > button {
  background-color: #31F0A1;
  color: #000000;
}

.mat-mdc-form-field__quaternary {
  /*
      the outline colour on hover always changes based on the colour class applied.
  */
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*
      add classes here where you want the background/ text colour of any child buttons of the prexix /
      suffix class to be only be applied on hover.
  */
  /*
      add classes here where you want the background/ text colour of any child buttons of the prexix /
      suffix class to be always applied.
  */
}
.mat-mdc-form-field__quaternary .mat-form-field-flex {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__quaternary .mat-form-field-flex .mat-form-field-outline-thick {
  color: #8866c9;
}
.mat-mdc-form-field__quaternary.mat-mdc-form-field__quantity {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__quaternary.mat-mdc-form-field__quantity .mat-form-field-prefix > button:not(:disabled):hover,
.mat-mdc-form-field__quaternary.mat-mdc-form-field__quantity .mat-form-field-suffix > button:not(:disabled):hover {
  background-color: #8866c9;
  color: #ffffff;
}
@media print {
  .mat-mdc-form-field__quaternary.mat-mdc-form-field__quantity .mat-form-field-prefix > button,
  .mat-mdc-form-field__quaternary.mat-mdc-form-field__quantity .mat-form-field-suffix > button {
    display: none;
  }
}
.mat-mdc-form-field__quaternary--read-only {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__quaternary--read-only input {
  color: #CCD3DC;
}
.mat-mdc-form-field__quaternary--read-only .mat-form-field-flex {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__quaternary--read-only .mat-form-field-flex .mat-form-field-outline-thick {
  color: #CCD3DC;
}
.mat-mdc-form-field__quaternary--read-only .mat-form-field-flex .mat-form-field-outline-thick .mat-form-field-outline-start,
.mat-mdc-form-field__quaternary--read-only .mat-form-field-flex .mat-form-field-outline-thick .mat-form-field-outline-end,
.mat-mdc-form-field__quaternary--read-only .mat-form-field-flex .mat-form-field-outline-thick .mat-form-field-outline-gap {
  border-width: 1px;
  color: #CCD3DC;
}
.mat-mdc-form-field__quaternary.mat-mdc-form-field__address-search, .mat-mdc-form-field__quaternary.mat-form-field__parts-panel {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__quaternary.mat-mdc-form-field__address-search .mat-form-field-prefix > button,
.mat-mdc-form-field__quaternary.mat-mdc-form-field__address-search .mat-form-field-suffix > button, .mat-mdc-form-field__quaternary.mat-form-field__parts-panel .mat-form-field-prefix > button,
.mat-mdc-form-field__quaternary.mat-form-field__parts-panel .mat-form-field-suffix > button {
  background-color: #8866c9;
  color: #ffffff;
}

.mat-mdc-form-field__quinary {
  /*
      the outline colour on hover always changes based on the colour class applied.
  */
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*
      add classes here where you want the background/ text colour of any child buttons of the prexix /
      suffix class to be only be applied on hover.
  */
  /*
      add classes here where you want the background/ text colour of any child buttons of the prexix /
      suffix class to be always applied.
  */
}
.mat-mdc-form-field__quinary .mat-form-field-flex {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__quinary .mat-form-field-flex .mat-form-field-outline-thick {
  color: #EBAF23;
}
.mat-mdc-form-field__quinary.mat-mdc-form-field__quantity {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__quinary.mat-mdc-form-field__quantity .mat-form-field-prefix > button:not(:disabled):hover,
.mat-mdc-form-field__quinary.mat-mdc-form-field__quantity .mat-form-field-suffix > button:not(:disabled):hover {
  background-color: #EBAF23;
  color: #000000;
}
@media print {
  .mat-mdc-form-field__quinary.mat-mdc-form-field__quantity .mat-form-field-prefix > button,
  .mat-mdc-form-field__quinary.mat-mdc-form-field__quantity .mat-form-field-suffix > button {
    display: none;
  }
}
.mat-mdc-form-field__quinary--read-only {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__quinary--read-only input {
  color: #CCD3DC;
}
.mat-mdc-form-field__quinary--read-only .mat-form-field-flex {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__quinary--read-only .mat-form-field-flex .mat-form-field-outline-thick {
  color: #CCD3DC;
}
.mat-mdc-form-field__quinary--read-only .mat-form-field-flex .mat-form-field-outline-thick .mat-form-field-outline-start,
.mat-mdc-form-field__quinary--read-only .mat-form-field-flex .mat-form-field-outline-thick .mat-form-field-outline-end,
.mat-mdc-form-field__quinary--read-only .mat-form-field-flex .mat-form-field-outline-thick .mat-form-field-outline-gap {
  border-width: 1px;
  color: #CCD3DC;
}
.mat-mdc-form-field__quinary.mat-mdc-form-field__address-search, .mat-mdc-form-field__quinary.mat-form-field__parts-panel {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__quinary.mat-mdc-form-field__address-search .mat-form-field-prefix > button,
.mat-mdc-form-field__quinary.mat-mdc-form-field__address-search .mat-form-field-suffix > button, .mat-mdc-form-field__quinary.mat-form-field__parts-panel .mat-form-field-prefix > button,
.mat-mdc-form-field__quinary.mat-form-field__parts-panel .mat-form-field-suffix > button {
  background-color: #EBAF23;
  color: #000000;
}

.mat-mdc-form-field__senary {
  /*
      the outline colour on hover always changes based on the colour class applied.
  */
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*
      add classes here where you want the background/ text colour of any child buttons of the prexix /
      suffix class to be only be applied on hover.
  */
  /*
      add classes here where you want the background/ text colour of any child buttons of the prexix /
      suffix class to be always applied.
  */
}
.mat-mdc-form-field__senary .mat-form-field-flex {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__senary .mat-form-field-flex .mat-form-field-outline-thick {
  color: #FAA077;
}
.mat-mdc-form-field__senary.mat-mdc-form-field__quantity {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__senary.mat-mdc-form-field__quantity .mat-form-field-prefix > button:not(:disabled):hover,
.mat-mdc-form-field__senary.mat-mdc-form-field__quantity .mat-form-field-suffix > button:not(:disabled):hover {
  background-color: #FAA077;
  color: #ffffff;
}
@media print {
  .mat-mdc-form-field__senary.mat-mdc-form-field__quantity .mat-form-field-prefix > button,
  .mat-mdc-form-field__senary.mat-mdc-form-field__quantity .mat-form-field-suffix > button {
    display: none;
  }
}
.mat-mdc-form-field__senary--read-only {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__senary--read-only input {
  color: #CCD3DC;
}
.mat-mdc-form-field__senary--read-only .mat-form-field-flex {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__senary--read-only .mat-form-field-flex .mat-form-field-outline-thick {
  color: #CCD3DC;
}
.mat-mdc-form-field__senary--read-only .mat-form-field-flex .mat-form-field-outline-thick .mat-form-field-outline-start,
.mat-mdc-form-field__senary--read-only .mat-form-field-flex .mat-form-field-outline-thick .mat-form-field-outline-end,
.mat-mdc-form-field__senary--read-only .mat-form-field-flex .mat-form-field-outline-thick .mat-form-field-outline-gap {
  border-width: 1px;
  color: #CCD3DC;
}
.mat-mdc-form-field__senary.mat-mdc-form-field__address-search, .mat-mdc-form-field__senary.mat-form-field__parts-panel {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__senary.mat-mdc-form-field__address-search .mat-form-field-prefix > button,
.mat-mdc-form-field__senary.mat-mdc-form-field__address-search .mat-form-field-suffix > button, .mat-mdc-form-field__senary.mat-form-field__parts-panel .mat-form-field-prefix > button,
.mat-mdc-form-field__senary.mat-form-field__parts-panel .mat-form-field-suffix > button {
  background-color: #FAA077;
  color: #ffffff;
}

.mat-mdc-form-field__septenary {
  /*
      the outline colour on hover always changes based on the colour class applied.
  */
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*
      add classes here where you want the background/ text colour of any child buttons of the prexix /
      suffix class to be only be applied on hover.
  */
  /*
      add classes here where you want the background/ text colour of any child buttons of the prexix /
      suffix class to be always applied.
  */
}
.mat-mdc-form-field__septenary .mat-form-field-flex {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__septenary .mat-form-field-flex .mat-form-field-outline-thick {
  color: #23B171;
}
.mat-mdc-form-field__septenary.mat-mdc-form-field__quantity {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__septenary.mat-mdc-form-field__quantity .mat-form-field-prefix > button:not(:disabled):hover,
.mat-mdc-form-field__septenary.mat-mdc-form-field__quantity .mat-form-field-suffix > button:not(:disabled):hover {
  background-color: #23B171;
  color: #000000;
}
@media print {
  .mat-mdc-form-field__septenary.mat-mdc-form-field__quantity .mat-form-field-prefix > button,
  .mat-mdc-form-field__septenary.mat-mdc-form-field__quantity .mat-form-field-suffix > button {
    display: none;
  }
}
.mat-mdc-form-field__septenary--read-only {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__septenary--read-only input {
  color: #CCD3DC;
}
.mat-mdc-form-field__septenary--read-only .mat-form-field-flex {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__septenary--read-only .mat-form-field-flex .mat-form-field-outline-thick {
  color: #CCD3DC;
}
.mat-mdc-form-field__septenary--read-only .mat-form-field-flex .mat-form-field-outline-thick .mat-form-field-outline-start,
.mat-mdc-form-field__septenary--read-only .mat-form-field-flex .mat-form-field-outline-thick .mat-form-field-outline-end,
.mat-mdc-form-field__septenary--read-only .mat-form-field-flex .mat-form-field-outline-thick .mat-form-field-outline-gap {
  border-width: 1px;
  color: #CCD3DC;
}
.mat-mdc-form-field__septenary.mat-mdc-form-field__address-search, .mat-mdc-form-field__septenary.mat-form-field__parts-panel {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__septenary.mat-mdc-form-field__address-search .mat-form-field-prefix > button,
.mat-mdc-form-field__septenary.mat-mdc-form-field__address-search .mat-form-field-suffix > button, .mat-mdc-form-field__septenary.mat-form-field__parts-panel .mat-form-field-prefix > button,
.mat-mdc-form-field__septenary.mat-form-field__parts-panel .mat-form-field-suffix > button {
  background-color: #23B171;
  color: #000000;
}

.mat-mdc-form-field__octonary {
  /*
      the outline colour on hover always changes based on the colour class applied.
  */
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*
      add classes here where you want the background/ text colour of any child buttons of the prexix /
      suffix class to be only be applied on hover.
  */
  /*
      add classes here where you want the background/ text colour of any child buttons of the prexix /
      suffix class to be always applied.
  */
}
.mat-mdc-form-field__octonary .mat-form-field-flex {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__octonary .mat-form-field-flex .mat-form-field-outline-thick {
  color: #9FF0F9;
}
.mat-mdc-form-field__octonary.mat-mdc-form-field__quantity {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__octonary.mat-mdc-form-field__quantity .mat-form-field-prefix > button:not(:disabled):hover,
.mat-mdc-form-field__octonary.mat-mdc-form-field__quantity .mat-form-field-suffix > button:not(:disabled):hover {
  background-color: #9FF0F9;
  color: #000000;
}
@media print {
  .mat-mdc-form-field__octonary.mat-mdc-form-field__quantity .mat-form-field-prefix > button,
  .mat-mdc-form-field__octonary.mat-mdc-form-field__quantity .mat-form-field-suffix > button {
    display: none;
  }
}
.mat-mdc-form-field__octonary--read-only {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__octonary--read-only input {
  color: #CCD3DC;
}
.mat-mdc-form-field__octonary--read-only .mat-form-field-flex {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__octonary--read-only .mat-form-field-flex .mat-form-field-outline-thick {
  color: #CCD3DC;
}
.mat-mdc-form-field__octonary--read-only .mat-form-field-flex .mat-form-field-outline-thick .mat-form-field-outline-start,
.mat-mdc-form-field__octonary--read-only .mat-form-field-flex .mat-form-field-outline-thick .mat-form-field-outline-end,
.mat-mdc-form-field__octonary--read-only .mat-form-field-flex .mat-form-field-outline-thick .mat-form-field-outline-gap {
  border-width: 1px;
  color: #CCD3DC;
}
.mat-mdc-form-field__octonary.mat-mdc-form-field__address-search, .mat-mdc-form-field__octonary.mat-form-field__parts-panel {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__octonary.mat-mdc-form-field__address-search .mat-form-field-prefix > button,
.mat-mdc-form-field__octonary.mat-mdc-form-field__address-search .mat-form-field-suffix > button, .mat-mdc-form-field__octonary.mat-form-field__parts-panel .mat-form-field-prefix > button,
.mat-mdc-form-field__octonary.mat-form-field__parts-panel .mat-form-field-suffix > button {
  background-color: #9FF0F9;
  color: #000000;
}

.mat-mdc-form-field__nonary {
  /*
      the outline colour on hover always changes based on the colour class applied.
  */
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*
      add classes here where you want the background/ text colour of any child buttons of the prexix /
      suffix class to be only be applied on hover.
  */
  /*
      add classes here where you want the background/ text colour of any child buttons of the prexix /
      suffix class to be always applied.
  */
}
.mat-mdc-form-field__nonary .mat-form-field-flex {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__nonary .mat-form-field-flex .mat-form-field-outline-thick {
  color: #34C6FC;
}
.mat-mdc-form-field__nonary.mat-mdc-form-field__quantity {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__nonary.mat-mdc-form-field__quantity .mat-form-field-prefix > button:not(:disabled):hover,
.mat-mdc-form-field__nonary.mat-mdc-form-field__quantity .mat-form-field-suffix > button:not(:disabled):hover {
  background-color: #34C6FC;
  color: #000000;
}
@media print {
  .mat-mdc-form-field__nonary.mat-mdc-form-field__quantity .mat-form-field-prefix > button,
  .mat-mdc-form-field__nonary.mat-mdc-form-field__quantity .mat-form-field-suffix > button {
    display: none;
  }
}
.mat-mdc-form-field__nonary--read-only {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__nonary--read-only input {
  color: #CCD3DC;
}
.mat-mdc-form-field__nonary--read-only .mat-form-field-flex {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__nonary--read-only .mat-form-field-flex .mat-form-field-outline-thick {
  color: #CCD3DC;
}
.mat-mdc-form-field__nonary--read-only .mat-form-field-flex .mat-form-field-outline-thick .mat-form-field-outline-start,
.mat-mdc-form-field__nonary--read-only .mat-form-field-flex .mat-form-field-outline-thick .mat-form-field-outline-end,
.mat-mdc-form-field__nonary--read-only .mat-form-field-flex .mat-form-field-outline-thick .mat-form-field-outline-gap {
  border-width: 1px;
  color: #CCD3DC;
}
.mat-mdc-form-field__nonary.mat-mdc-form-field__address-search, .mat-mdc-form-field__nonary.mat-form-field__parts-panel {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__nonary.mat-mdc-form-field__address-search .mat-form-field-prefix > button,
.mat-mdc-form-field__nonary.mat-mdc-form-field__address-search .mat-form-field-suffix > button, .mat-mdc-form-field__nonary.mat-form-field__parts-panel .mat-form-field-prefix > button,
.mat-mdc-form-field__nonary.mat-form-field__parts-panel .mat-form-field-suffix > button {
  background-color: #34C6FC;
  color: #000000;
}

.mat-mdc-form-field__denary {
  /*
      the outline colour on hover always changes based on the colour class applied.
  */
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*
      add classes here where you want the background/ text colour of any child buttons of the prexix /
      suffix class to be only be applied on hover.
  */
  /*
      add classes here where you want the background/ text colour of any child buttons of the prexix /
      suffix class to be always applied.
  */
}
.mat-mdc-form-field__denary .mat-form-field-flex {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__denary .mat-form-field-flex .mat-form-field-outline-thick {
  color: #FF3557;
}
.mat-mdc-form-field__denary.mat-mdc-form-field__quantity {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__denary.mat-mdc-form-field__quantity .mat-form-field-prefix > button:not(:disabled):hover,
.mat-mdc-form-field__denary.mat-mdc-form-field__quantity .mat-form-field-suffix > button:not(:disabled):hover {
  background-color: #FF3557;
  color: #000000;
}
@media print {
  .mat-mdc-form-field__denary.mat-mdc-form-field__quantity .mat-form-field-prefix > button,
  .mat-mdc-form-field__denary.mat-mdc-form-field__quantity .mat-form-field-suffix > button {
    display: none;
  }
}
.mat-mdc-form-field__denary--read-only {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__denary--read-only input {
  color: #CCD3DC;
}
.mat-mdc-form-field__denary--read-only .mat-form-field-flex {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__denary--read-only .mat-form-field-flex .mat-form-field-outline-thick {
  color: #CCD3DC;
}
.mat-mdc-form-field__denary--read-only .mat-form-field-flex .mat-form-field-outline-thick .mat-form-field-outline-start,
.mat-mdc-form-field__denary--read-only .mat-form-field-flex .mat-form-field-outline-thick .mat-form-field-outline-end,
.mat-mdc-form-field__denary--read-only .mat-form-field-flex .mat-form-field-outline-thick .mat-form-field-outline-gap {
  border-width: 1px;
  color: #CCD3DC;
}
.mat-mdc-form-field__denary.mat-mdc-form-field__address-search, .mat-mdc-form-field__denary.mat-form-field__parts-panel {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__denary.mat-mdc-form-field__address-search .mat-form-field-prefix > button,
.mat-mdc-form-field__denary.mat-mdc-form-field__address-search .mat-form-field-suffix > button, .mat-mdc-form-field__denary.mat-form-field__parts-panel .mat-form-field-prefix > button,
.mat-mdc-form-field__denary.mat-form-field__parts-panel .mat-form-field-suffix > button {
  background-color: #FF3557;
  color: #000000;
}

.mat-mdc-form-field__duodenary {
  /*
      the outline colour on hover always changes based on the colour class applied.
  */
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*
      add classes here where you want the background/ text colour of any child buttons of the prexix /
      suffix class to be only be applied on hover.
  */
  /*
      add classes here where you want the background/ text colour of any child buttons of the prexix /
      suffix class to be always applied.
  */
}
.mat-mdc-form-field__duodenary .mat-form-field-flex {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__duodenary .mat-form-field-flex .mat-form-field-outline-thick {
  color: #07192C;
}
.mat-mdc-form-field__duodenary.mat-mdc-form-field__quantity {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__duodenary.mat-mdc-form-field__quantity .mat-form-field-prefix > button:not(:disabled):hover,
.mat-mdc-form-field__duodenary.mat-mdc-form-field__quantity .mat-form-field-suffix > button:not(:disabled):hover {
  background-color: #07192C;
  color: #ffffff;
}
@media print {
  .mat-mdc-form-field__duodenary.mat-mdc-form-field__quantity .mat-form-field-prefix > button,
  .mat-mdc-form-field__duodenary.mat-mdc-form-field__quantity .mat-form-field-suffix > button {
    display: none;
  }
}
.mat-mdc-form-field__duodenary--read-only {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__duodenary--read-only input {
  color: #CCD3DC;
}
.mat-mdc-form-field__duodenary--read-only .mat-form-field-flex {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__duodenary--read-only .mat-form-field-flex .mat-form-field-outline-thick {
  color: #CCD3DC;
}
.mat-mdc-form-field__duodenary--read-only .mat-form-field-flex .mat-form-field-outline-thick .mat-form-field-outline-start,
.mat-mdc-form-field__duodenary--read-only .mat-form-field-flex .mat-form-field-outline-thick .mat-form-field-outline-end,
.mat-mdc-form-field__duodenary--read-only .mat-form-field-flex .mat-form-field-outline-thick .mat-form-field-outline-gap {
  border-width: 1px;
  color: #CCD3DC;
}
.mat-mdc-form-field__duodenary.mat-mdc-form-field__address-search, .mat-mdc-form-field__duodenary.mat-form-field__parts-panel {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__duodenary.mat-mdc-form-field__address-search .mat-form-field-prefix > button,
.mat-mdc-form-field__duodenary.mat-mdc-form-field__address-search .mat-form-field-suffix > button, .mat-mdc-form-field__duodenary.mat-form-field__parts-panel .mat-form-field-prefix > button,
.mat-mdc-form-field__duodenary.mat-form-field__parts-panel .mat-form-field-suffix > button {
  background-color: #07192C;
  color: #ffffff;
}

.mat-mdc-form-field__basicblack {
  /*
      the outline colour on hover always changes based on the colour class applied.
  */
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*
      add classes here where you want the background/ text colour of any child buttons of the prexix /
      suffix class to be only be applied on hover.
  */
  /*
      add classes here where you want the background/ text colour of any child buttons of the prexix /
      suffix class to be always applied.
  */
}
.mat-mdc-form-field__basicblack .mat-form-field-flex {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__basicblack .mat-form-field-flex .mat-form-field-outline-thick {
  color: #000000;
}
.mat-mdc-form-field__basicblack.mat-mdc-form-field__quantity {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__basicblack.mat-mdc-form-field__quantity .mat-form-field-prefix > button:not(:disabled):hover,
.mat-mdc-form-field__basicblack.mat-mdc-form-field__quantity .mat-form-field-suffix > button:not(:disabled):hover {
  background-color: #000000;
  color: #ffffff;
}
@media print {
  .mat-mdc-form-field__basicblack.mat-mdc-form-field__quantity .mat-form-field-prefix > button,
  .mat-mdc-form-field__basicblack.mat-mdc-form-field__quantity .mat-form-field-suffix > button {
    display: none;
  }
}
.mat-mdc-form-field__basicblack--read-only {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__basicblack--read-only input {
  color: #CCD3DC;
}
.mat-mdc-form-field__basicblack--read-only .mat-form-field-flex {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__basicblack--read-only .mat-form-field-flex .mat-form-field-outline-thick {
  color: #CCD3DC;
}
.mat-mdc-form-field__basicblack--read-only .mat-form-field-flex .mat-form-field-outline-thick .mat-form-field-outline-start,
.mat-mdc-form-field__basicblack--read-only .mat-form-field-flex .mat-form-field-outline-thick .mat-form-field-outline-end,
.mat-mdc-form-field__basicblack--read-only .mat-form-field-flex .mat-form-field-outline-thick .mat-form-field-outline-gap {
  border-width: 1px;
  color: #CCD3DC;
}
.mat-mdc-form-field__basicblack.mat-mdc-form-field__address-search, .mat-mdc-form-field__basicblack.mat-form-field__parts-panel {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__basicblack.mat-mdc-form-field__address-search .mat-form-field-prefix > button,
.mat-mdc-form-field__basicblack.mat-mdc-form-field__address-search .mat-form-field-suffix > button, .mat-mdc-form-field__basicblack.mat-form-field__parts-panel .mat-form-field-prefix > button,
.mat-mdc-form-field__basicblack.mat-form-field__parts-panel .mat-form-field-suffix > button {
  background-color: #000000;
  color: #ffffff;
}

.mat-mdc-form-field__basicwhite {
  /*
      the outline colour on hover always changes based on the colour class applied.
  */
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*
      add classes here where you want the background/ text colour of any child buttons of the prexix /
      suffix class to be only be applied on hover.
  */
  /*
      add classes here where you want the background/ text colour of any child buttons of the prexix /
      suffix class to be always applied.
  */
}
.mat-mdc-form-field__basicwhite .mat-form-field-flex {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__basicwhite .mat-form-field-flex .mat-form-field-outline-thick {
  color: #ffffff;
}
.mat-mdc-form-field__basicwhite.mat-mdc-form-field__quantity {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__basicwhite.mat-mdc-form-field__quantity .mat-form-field-prefix > button:not(:disabled):hover,
.mat-mdc-form-field__basicwhite.mat-mdc-form-field__quantity .mat-form-field-suffix > button:not(:disabled):hover {
  background-color: #ffffff;
  color: #000000;
}
@media print {
  .mat-mdc-form-field__basicwhite.mat-mdc-form-field__quantity .mat-form-field-prefix > button,
  .mat-mdc-form-field__basicwhite.mat-mdc-form-field__quantity .mat-form-field-suffix > button {
    display: none;
  }
}
.mat-mdc-form-field__basicwhite--read-only {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__basicwhite--read-only input {
  color: #CCD3DC;
}
.mat-mdc-form-field__basicwhite--read-only .mat-form-field-flex {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__basicwhite--read-only .mat-form-field-flex .mat-form-field-outline-thick {
  color: #CCD3DC;
}
.mat-mdc-form-field__basicwhite--read-only .mat-form-field-flex .mat-form-field-outline-thick .mat-form-field-outline-start,
.mat-mdc-form-field__basicwhite--read-only .mat-form-field-flex .mat-form-field-outline-thick .mat-form-field-outline-end,
.mat-mdc-form-field__basicwhite--read-only .mat-form-field-flex .mat-form-field-outline-thick .mat-form-field-outline-gap {
  border-width: 1px;
  color: #CCD3DC;
}
.mat-mdc-form-field__basicwhite.mat-mdc-form-field__address-search, .mat-mdc-form-field__basicwhite.mat-form-field__parts-panel {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__basicwhite.mat-mdc-form-field__address-search .mat-form-field-prefix > button,
.mat-mdc-form-field__basicwhite.mat-mdc-form-field__address-search .mat-form-field-suffix > button, .mat-mdc-form-field__basicwhite.mat-form-field__parts-panel .mat-form-field-prefix > button,
.mat-mdc-form-field__basicwhite.mat-form-field__parts-panel .mat-form-field-suffix > button {
  background-color: #ffffff;
  color: #000000;
}

.mat-mdc-form-field__warning {
  /*
      the outline colour on hover always changes based on the colour class applied.
  */
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*
      add classes here where you want the background/ text colour of any child buttons of the prexix /
      suffix class to be only be applied on hover.
  */
  /*
      add classes here where you want the background/ text colour of any child buttons of the prexix /
      suffix class to be always applied.
  */
}
.mat-mdc-form-field__warning .mat-form-field-flex {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__warning .mat-form-field-flex .mat-form-field-outline-thick {
  color: #f08686;
}
.mat-mdc-form-field__warning.mat-mdc-form-field__quantity {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__warning.mat-mdc-form-field__quantity .mat-form-field-prefix > button:not(:disabled):hover,
.mat-mdc-form-field__warning.mat-mdc-form-field__quantity .mat-form-field-suffix > button:not(:disabled):hover {
  background-color: #f08686;
  color: #ffffff;
}
@media print {
  .mat-mdc-form-field__warning.mat-mdc-form-field__quantity .mat-form-field-prefix > button,
  .mat-mdc-form-field__warning.mat-mdc-form-field__quantity .mat-form-field-suffix > button {
    display: none;
  }
}
.mat-mdc-form-field__warning--read-only {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__warning--read-only input {
  color: #CCD3DC;
}
.mat-mdc-form-field__warning--read-only .mat-form-field-flex {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__warning--read-only .mat-form-field-flex .mat-form-field-outline-thick {
  color: #CCD3DC;
}
.mat-mdc-form-field__warning--read-only .mat-form-field-flex .mat-form-field-outline-thick .mat-form-field-outline-start,
.mat-mdc-form-field__warning--read-only .mat-form-field-flex .mat-form-field-outline-thick .mat-form-field-outline-end,
.mat-mdc-form-field__warning--read-only .mat-form-field-flex .mat-form-field-outline-thick .mat-form-field-outline-gap {
  border-width: 1px;
  color: #CCD3DC;
}
.mat-mdc-form-field__warning.mat-mdc-form-field__address-search, .mat-mdc-form-field__warning.mat-form-field__parts-panel {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field__warning.mat-mdc-form-field__address-search .mat-form-field-prefix > button,
.mat-mdc-form-field__warning.mat-mdc-form-field__address-search .mat-form-field-suffix > button, .mat-mdc-form-field__warning.mat-form-field__parts-panel .mat-form-field-prefix > button,
.mat-mdc-form-field__warning.mat-form-field__parts-panel .mat-form-field-suffix > button {
  background-color: #f08686;
  color: #ffffff;
}

/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
:disabled .mat-form-field-appearance-outline:not(.mat-form-field-disabled) .mat-form-field-flex:hover .mat-form-field-outline {
  color: #CCD3DC;
}

/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
:disabled .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-start,
:disabled .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-end,
:disabled .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-gap {
  border-width: 1px;
}

/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
@media print {
  .mat-form-field-appearance-outline .mat-form-field-outline {
    color: rgba(0, 0, 0, 0) !important;
  }
}

.mat-mdc-snack-bar-container {
  position: relative;
}

.mat-snack-bar-container--info {
  background: #EAEEFC !important;
  outline-color: #266CDE;
}

.mat-snack-bar-container--success {
  background: #BAF8D7 !important;
  outline-color: #09915E;
}

.mat-snack-bar-container--error {
  background: #FFDDDD !important;
  outline-color: #D16666;
}

.mat-snack-bar-container--warn {
  background: #FDEEC9 !important;
  outline-color: #A77806;
}

.mat-snack-bar-container--outlined {
  box-shadow: initial !important;
  outline-width: 1px;
  outline-style: solid;
  outline-offset: -1px;
}

.col-auto {
  grid-column: auto;
}

.col-span-1 {
  grid-column: span 1/span 1;
}

.col-span-2 {
  grid-column: span 2/span 2;
}

.col-span-3 {
  grid-column: span 3/span 3;
}

.col-span-4 {
  grid-column: span 4/span 4;
}

.col-span-5 {
  grid-column: span 5/span 5;
}

.col-span-6 {
  grid-column: span 6/span 6;
}

.col-span-7 {
  grid-column: span 7/span 7;
}

.col-span-8 {
  grid-column: span 8/span 8;
}

.col-span-9 {
  grid-column: span 9/span 9;
}

.col-span-10 {
  grid-column: span 10/span 10;
}

.col-span-11 {
  grid-column: span 11/span 11;
}

.col-span-12 {
  grid-column: span 12/span 12;
}

.force-min-width-0 {
  min-width: 0 !important;
}
.force-min-height-0 {
  min-height: 0 !important;
}

.w-0 {
  width: 0px;
}
.w-0-important {
  width: 0px !important;
}

.h-0 {
  height: 0px;
}
.h-0-important {
  height: 0px !important;
}

.w-1 {
  width: 1px;
}
.w-1-important {
  width: 1px !important;
}

.h-1 {
  height: 1px;
}
.h-1-important {
  height: 1px !important;
}

.w-2 {
  width: 2px;
}
.w-2-important {
  width: 2px !important;
}

.h-2 {
  height: 2px;
}
.h-2-important {
  height: 2px !important;
}

.w-3 {
  width: 3px;
}
.w-3-important {
  width: 3px !important;
}

.h-3 {
  height: 3px;
}
.h-3-important {
  height: 3px !important;
}

.w-4 {
  width: 4px;
}
.w-4-important {
  width: 4px !important;
}

.h-4 {
  height: 4px;
}
.h-4-important {
  height: 4px !important;
}

.w-5 {
  width: 5px;
}
.w-5-important {
  width: 5px !important;
}

.h-5 {
  height: 5px;
}
.h-5-important {
  height: 5px !important;
}

.w-6 {
  width: 6px;
}
.w-6-important {
  width: 6px !important;
}

.h-6 {
  height: 6px;
}
.h-6-important {
  height: 6px !important;
}

.w-7 {
  width: 7px;
}
.w-7-important {
  width: 7px !important;
}

.h-7 {
  height: 7px;
}
.h-7-important {
  height: 7px !important;
}

.w-8 {
  width: 8px;
}
.w-8-important {
  width: 8px !important;
}

.h-8 {
  height: 8px;
}
.h-8-important {
  height: 8px !important;
}

.w-9 {
  width: 9px;
}
.w-9-important {
  width: 9px !important;
}

.h-9 {
  height: 9px;
}
.h-9-important {
  height: 9px !important;
}

.w-10 {
  width: 10px;
}
.w-10-important {
  width: 10px !important;
}

.h-10 {
  height: 10px;
}
.h-10-important {
  height: 10px !important;
}

.w-11 {
  width: 11px;
}
.w-11-important {
  width: 11px !important;
}

.h-11 {
  height: 11px;
}
.h-11-important {
  height: 11px !important;
}

.w-12 {
  width: 12px;
}
.w-12-important {
  width: 12px !important;
}

.h-12 {
  height: 12px;
}
.h-12-important {
  height: 12px !important;
}

.w-13 {
  width: 13px;
}
.w-13-important {
  width: 13px !important;
}

.h-13 {
  height: 13px;
}
.h-13-important {
  height: 13px !important;
}

.w-14 {
  width: 14px;
}
.w-14-important {
  width: 14px !important;
}

.h-14 {
  height: 14px;
}
.h-14-important {
  height: 14px !important;
}

.w-15 {
  width: 15px;
}
.w-15-important {
  width: 15px !important;
}

.h-15 {
  height: 15px;
}
.h-15-important {
  height: 15px !important;
}

.w-16 {
  width: 16px;
}
.w-16-important {
  width: 16px !important;
}

.h-16 {
  height: 16px;
}
.h-16-important {
  height: 16px !important;
}

.w-17 {
  width: 17px;
}
.w-17-important {
  width: 17px !important;
}

.h-17 {
  height: 17px;
}
.h-17-important {
  height: 17px !important;
}

.w-18 {
  width: 18px;
}
.w-18-important {
  width: 18px !important;
}

.h-18 {
  height: 18px;
}
.h-18-important {
  height: 18px !important;
}

.w-19 {
  width: 19px;
}
.w-19-important {
  width: 19px !important;
}

.h-19 {
  height: 19px;
}
.h-19-important {
  height: 19px !important;
}

.w-20 {
  width: 20px;
}
.w-20-important {
  width: 20px !important;
}

.h-20 {
  height: 20px;
}
.h-20-important {
  height: 20px !important;
}

.w-21 {
  width: 21px;
}
.w-21-important {
  width: 21px !important;
}

.h-21 {
  height: 21px;
}
.h-21-important {
  height: 21px !important;
}

.w-22 {
  width: 22px;
}
.w-22-important {
  width: 22px !important;
}

.h-22 {
  height: 22px;
}
.h-22-important {
  height: 22px !important;
}

.w-23 {
  width: 23px;
}
.w-23-important {
  width: 23px !important;
}

.h-23 {
  height: 23px;
}
.h-23-important {
  height: 23px !important;
}

.w-24 {
  width: 24px;
}
.w-24-important {
  width: 24px !important;
}

.h-24 {
  height: 24px;
}
.h-24-important {
  height: 24px !important;
}

.w-25 {
  width: 25px;
}
.w-25-important {
  width: 25px !important;
}

.h-25 {
  height: 25px;
}
.h-25-important {
  height: 25px !important;
}

.w-26 {
  width: 26px;
}
.w-26-important {
  width: 26px !important;
}

.h-26 {
  height: 26px;
}
.h-26-important {
  height: 26px !important;
}

.w-27 {
  width: 27px;
}
.w-27-important {
  width: 27px !important;
}

.h-27 {
  height: 27px;
}
.h-27-important {
  height: 27px !important;
}

.w-28 {
  width: 28px;
}
.w-28-important {
  width: 28px !important;
}

.h-28 {
  height: 28px;
}
.h-28-important {
  height: 28px !important;
}

.w-29 {
  width: 29px;
}
.w-29-important {
  width: 29px !important;
}

.h-29 {
  height: 29px;
}
.h-29-important {
  height: 29px !important;
}

.w-30 {
  width: 30px;
}
.w-30-important {
  width: 30px !important;
}

.h-30 {
  height: 30px;
}
.h-30-important {
  height: 30px !important;
}

.w-31 {
  width: 31px;
}
.w-31-important {
  width: 31px !important;
}

.h-31 {
  height: 31px;
}
.h-31-important {
  height: 31px !important;
}

.w-32 {
  width: 32px;
}
.w-32-important {
  width: 32px !important;
}

.h-32 {
  height: 32px;
}
.h-32-important {
  height: 32px !important;
}

.w-33 {
  width: 33px;
}
.w-33-important {
  width: 33px !important;
}

.h-33 {
  height: 33px;
}
.h-33-important {
  height: 33px !important;
}

.w-34 {
  width: 34px;
}
.w-34-important {
  width: 34px !important;
}

.h-34 {
  height: 34px;
}
.h-34-important {
  height: 34px !important;
}

.w-35 {
  width: 35px;
}
.w-35-important {
  width: 35px !important;
}

.h-35 {
  height: 35px;
}
.h-35-important {
  height: 35px !important;
}

.w-36 {
  width: 36px;
}
.w-36-important {
  width: 36px !important;
}

.h-36 {
  height: 36px;
}
.h-36-important {
  height: 36px !important;
}

.w-37 {
  width: 37px;
}
.w-37-important {
  width: 37px !important;
}

.h-37 {
  height: 37px;
}
.h-37-important {
  height: 37px !important;
}

.w-38 {
  width: 38px;
}
.w-38-important {
  width: 38px !important;
}

.h-38 {
  height: 38px;
}
.h-38-important {
  height: 38px !important;
}

.w-39 {
  width: 39px;
}
.w-39-important {
  width: 39px !important;
}

.h-39 {
  height: 39px;
}
.h-39-important {
  height: 39px !important;
}

.w-40 {
  width: 40px;
}
.w-40-important {
  width: 40px !important;
}

.h-40 {
  height: 40px;
}
.h-40-important {
  height: 40px !important;
}

.w-41 {
  width: 41px;
}
.w-41-important {
  width: 41px !important;
}

.h-41 {
  height: 41px;
}
.h-41-important {
  height: 41px !important;
}

.w-42 {
  width: 42px;
}
.w-42-important {
  width: 42px !important;
}

.h-42 {
  height: 42px;
}
.h-42-important {
  height: 42px !important;
}

.w-43 {
  width: 43px;
}
.w-43-important {
  width: 43px !important;
}

.h-43 {
  height: 43px;
}
.h-43-important {
  height: 43px !important;
}

.w-44 {
  width: 44px;
}
.w-44-important {
  width: 44px !important;
}

.h-44 {
  height: 44px;
}
.h-44-important {
  height: 44px !important;
}

.w-45 {
  width: 45px;
}
.w-45-important {
  width: 45px !important;
}

.h-45 {
  height: 45px;
}
.h-45-important {
  height: 45px !important;
}

.w-46 {
  width: 46px;
}
.w-46-important {
  width: 46px !important;
}

.h-46 {
  height: 46px;
}
.h-46-important {
  height: 46px !important;
}

.w-47 {
  width: 47px;
}
.w-47-important {
  width: 47px !important;
}

.h-47 {
  height: 47px;
}
.h-47-important {
  height: 47px !important;
}

.w-48 {
  width: 48px;
}
.w-48-important {
  width: 48px !important;
}

.h-48 {
  height: 48px;
}
.h-48-important {
  height: 48px !important;
}

.w-49 {
  width: 49px;
}
.w-49-important {
  width: 49px !important;
}

.h-49 {
  height: 49px;
}
.h-49-important {
  height: 49px !important;
}

.w-50 {
  width: 50px;
}
.w-50-important {
  width: 50px !important;
}

.h-50 {
  height: 50px;
}
.h-50-important {
  height: 50px !important;
}

.w-51 {
  width: 51px;
}
.w-51-important {
  width: 51px !important;
}

.h-51 {
  height: 51px;
}
.h-51-important {
  height: 51px !important;
}

.w-52 {
  width: 52px;
}
.w-52-important {
  width: 52px !important;
}

.h-52 {
  height: 52px;
}
.h-52-important {
  height: 52px !important;
}

.w-53 {
  width: 53px;
}
.w-53-important {
  width: 53px !important;
}

.h-53 {
  height: 53px;
}
.h-53-important {
  height: 53px !important;
}

.w-54 {
  width: 54px;
}
.w-54-important {
  width: 54px !important;
}

.h-54 {
  height: 54px;
}
.h-54-important {
  height: 54px !important;
}

.w-55 {
  width: 55px;
}
.w-55-important {
  width: 55px !important;
}

.h-55 {
  height: 55px;
}
.h-55-important {
  height: 55px !important;
}

.w-56 {
  width: 56px;
}
.w-56-important {
  width: 56px !important;
}

.h-56 {
  height: 56px;
}
.h-56-important {
  height: 56px !important;
}

.w-57 {
  width: 57px;
}
.w-57-important {
  width: 57px !important;
}

.h-57 {
  height: 57px;
}
.h-57-important {
  height: 57px !important;
}

.w-58 {
  width: 58px;
}
.w-58-important {
  width: 58px !important;
}

.h-58 {
  height: 58px;
}
.h-58-important {
  height: 58px !important;
}

.w-59 {
  width: 59px;
}
.w-59-important {
  width: 59px !important;
}

.h-59 {
  height: 59px;
}
.h-59-important {
  height: 59px !important;
}

.w-60 {
  width: 60px;
}
.w-60-important {
  width: 60px !important;
}

.h-60 {
  height: 60px;
}
.h-60-important {
  height: 60px !important;
}

.w-61 {
  width: 61px;
}
.w-61-important {
  width: 61px !important;
}

.h-61 {
  height: 61px;
}
.h-61-important {
  height: 61px !important;
}

.w-62 {
  width: 62px;
}
.w-62-important {
  width: 62px !important;
}

.h-62 {
  height: 62px;
}
.h-62-important {
  height: 62px !important;
}

.w-63 {
  width: 63px;
}
.w-63-important {
  width: 63px !important;
}

.h-63 {
  height: 63px;
}
.h-63-important {
  height: 63px !important;
}

.w-64 {
  width: 64px;
}
.w-64-important {
  width: 64px !important;
}

.h-64 {
  height: 64px;
}
.h-64-important {
  height: 64px !important;
}

.w-65 {
  width: 65px;
}
.w-65-important {
  width: 65px !important;
}

.h-65 {
  height: 65px;
}
.h-65-important {
  height: 65px !important;
}

.w-66 {
  width: 66px;
}
.w-66-important {
  width: 66px !important;
}

.h-66 {
  height: 66px;
}
.h-66-important {
  height: 66px !important;
}

.w-67 {
  width: 67px;
}
.w-67-important {
  width: 67px !important;
}

.h-67 {
  height: 67px;
}
.h-67-important {
  height: 67px !important;
}

.w-68 {
  width: 68px;
}
.w-68-important {
  width: 68px !important;
}

.h-68 {
  height: 68px;
}
.h-68-important {
  height: 68px !important;
}

.w-69 {
  width: 69px;
}
.w-69-important {
  width: 69px !important;
}

.h-69 {
  height: 69px;
}
.h-69-important {
  height: 69px !important;
}

.w-70 {
  width: 70px;
}
.w-70-important {
  width: 70px !important;
}

.h-70 {
  height: 70px;
}
.h-70-important {
  height: 70px !important;
}

.w-71 {
  width: 71px;
}
.w-71-important {
  width: 71px !important;
}

.h-71 {
  height: 71px;
}
.h-71-important {
  height: 71px !important;
}

.w-72 {
  width: 72px;
}
.w-72-important {
  width: 72px !important;
}

.h-72 {
  height: 72px;
}
.h-72-important {
  height: 72px !important;
}

.w-73 {
  width: 73px;
}
.w-73-important {
  width: 73px !important;
}

.h-73 {
  height: 73px;
}
.h-73-important {
  height: 73px !important;
}

.w-74 {
  width: 74px;
}
.w-74-important {
  width: 74px !important;
}

.h-74 {
  height: 74px;
}
.h-74-important {
  height: 74px !important;
}

.w-75 {
  width: 75px;
}
.w-75-important {
  width: 75px !important;
}

.h-75 {
  height: 75px;
}
.h-75-important {
  height: 75px !important;
}

.w-76 {
  width: 76px;
}
.w-76-important {
  width: 76px !important;
}

.h-76 {
  height: 76px;
}
.h-76-important {
  height: 76px !important;
}

.w-77 {
  width: 77px;
}
.w-77-important {
  width: 77px !important;
}

.h-77 {
  height: 77px;
}
.h-77-important {
  height: 77px !important;
}

.w-78 {
  width: 78px;
}
.w-78-important {
  width: 78px !important;
}

.h-78 {
  height: 78px;
}
.h-78-important {
  height: 78px !important;
}

.w-79 {
  width: 79px;
}
.w-79-important {
  width: 79px !important;
}

.h-79 {
  height: 79px;
}
.h-79-important {
  height: 79px !important;
}

.w-80 {
  width: 80px;
}
.w-80-important {
  width: 80px !important;
}

.h-80 {
  height: 80px;
}
.h-80-important {
  height: 80px !important;
}

.w-81 {
  width: 81px;
}
.w-81-important {
  width: 81px !important;
}

.h-81 {
  height: 81px;
}
.h-81-important {
  height: 81px !important;
}

.w-82 {
  width: 82px;
}
.w-82-important {
  width: 82px !important;
}

.h-82 {
  height: 82px;
}
.h-82-important {
  height: 82px !important;
}

.w-83 {
  width: 83px;
}
.w-83-important {
  width: 83px !important;
}

.h-83 {
  height: 83px;
}
.h-83-important {
  height: 83px !important;
}

.w-84 {
  width: 84px;
}
.w-84-important {
  width: 84px !important;
}

.h-84 {
  height: 84px;
}
.h-84-important {
  height: 84px !important;
}

.w-85 {
  width: 85px;
}
.w-85-important {
  width: 85px !important;
}

.h-85 {
  height: 85px;
}
.h-85-important {
  height: 85px !important;
}

.w-86 {
  width: 86px;
}
.w-86-important {
  width: 86px !important;
}

.h-86 {
  height: 86px;
}
.h-86-important {
  height: 86px !important;
}

.w-87 {
  width: 87px;
}
.w-87-important {
  width: 87px !important;
}

.h-87 {
  height: 87px;
}
.h-87-important {
  height: 87px !important;
}

.w-88 {
  width: 88px;
}
.w-88-important {
  width: 88px !important;
}

.h-88 {
  height: 88px;
}
.h-88-important {
  height: 88px !important;
}

.w-89 {
  width: 89px;
}
.w-89-important {
  width: 89px !important;
}

.h-89 {
  height: 89px;
}
.h-89-important {
  height: 89px !important;
}

.w-90 {
  width: 90px;
}
.w-90-important {
  width: 90px !important;
}

.h-90 {
  height: 90px;
}
.h-90-important {
  height: 90px !important;
}

.w-91 {
  width: 91px;
}
.w-91-important {
  width: 91px !important;
}

.h-91 {
  height: 91px;
}
.h-91-important {
  height: 91px !important;
}

.w-92 {
  width: 92px;
}
.w-92-important {
  width: 92px !important;
}

.h-92 {
  height: 92px;
}
.h-92-important {
  height: 92px !important;
}

.w-93 {
  width: 93px;
}
.w-93-important {
  width: 93px !important;
}

.h-93 {
  height: 93px;
}
.h-93-important {
  height: 93px !important;
}

.w-94 {
  width: 94px;
}
.w-94-important {
  width: 94px !important;
}

.h-94 {
  height: 94px;
}
.h-94-important {
  height: 94px !important;
}

.w-95 {
  width: 95px;
}
.w-95-important {
  width: 95px !important;
}

.h-95 {
  height: 95px;
}
.h-95-important {
  height: 95px !important;
}

.w-96 {
  width: 96px;
}
.w-96-important {
  width: 96px !important;
}

.h-96 {
  height: 96px;
}
.h-96-important {
  height: 96px !important;
}

.w-97 {
  width: 97px;
}
.w-97-important {
  width: 97px !important;
}

.h-97 {
  height: 97px;
}
.h-97-important {
  height: 97px !important;
}

.w-98 {
  width: 98px;
}
.w-98-important {
  width: 98px !important;
}

.h-98 {
  height: 98px;
}
.h-98-important {
  height: 98px !important;
}

.w-99 {
  width: 99px;
}
.w-99-important {
  width: 99px !important;
}

.h-99 {
  height: 99px;
}
.h-99-important {
  height: 99px !important;
}

.w-100 {
  width: 100px;
}
.w-100-important {
  width: 100px !important;
}

.h-100 {
  height: 100px;
}
.h-100-important {
  height: 100px !important;
}

.w-101 {
  width: 101px;
}
.w-101-important {
  width: 101px !important;
}

.h-101 {
  height: 101px;
}
.h-101-important {
  height: 101px !important;
}

.w-102 {
  width: 102px;
}
.w-102-important {
  width: 102px !important;
}

.h-102 {
  height: 102px;
}
.h-102-important {
  height: 102px !important;
}

.w-103 {
  width: 103px;
}
.w-103-important {
  width: 103px !important;
}

.h-103 {
  height: 103px;
}
.h-103-important {
  height: 103px !important;
}

.w-104 {
  width: 104px;
}
.w-104-important {
  width: 104px !important;
}

.h-104 {
  height: 104px;
}
.h-104-important {
  height: 104px !important;
}

.w-105 {
  width: 105px;
}
.w-105-important {
  width: 105px !important;
}

.h-105 {
  height: 105px;
}
.h-105-important {
  height: 105px !important;
}

.w-106 {
  width: 106px;
}
.w-106-important {
  width: 106px !important;
}

.h-106 {
  height: 106px;
}
.h-106-important {
  height: 106px !important;
}

.w-107 {
  width: 107px;
}
.w-107-important {
  width: 107px !important;
}

.h-107 {
  height: 107px;
}
.h-107-important {
  height: 107px !important;
}

.w-108 {
  width: 108px;
}
.w-108-important {
  width: 108px !important;
}

.h-108 {
  height: 108px;
}
.h-108-important {
  height: 108px !important;
}

.w-109 {
  width: 109px;
}
.w-109-important {
  width: 109px !important;
}

.h-109 {
  height: 109px;
}
.h-109-important {
  height: 109px !important;
}

.w-110 {
  width: 110px;
}
.w-110-important {
  width: 110px !important;
}

.h-110 {
  height: 110px;
}
.h-110-important {
  height: 110px !important;
}

.w-111 {
  width: 111px;
}
.w-111-important {
  width: 111px !important;
}

.h-111 {
  height: 111px;
}
.h-111-important {
  height: 111px !important;
}

.w-112 {
  width: 112px;
}
.w-112-important {
  width: 112px !important;
}

.h-112 {
  height: 112px;
}
.h-112-important {
  height: 112px !important;
}

.w-113 {
  width: 113px;
}
.w-113-important {
  width: 113px !important;
}

.h-113 {
  height: 113px;
}
.h-113-important {
  height: 113px !important;
}

.w-114 {
  width: 114px;
}
.w-114-important {
  width: 114px !important;
}

.h-114 {
  height: 114px;
}
.h-114-important {
  height: 114px !important;
}

.w-115 {
  width: 115px;
}
.w-115-important {
  width: 115px !important;
}

.h-115 {
  height: 115px;
}
.h-115-important {
  height: 115px !important;
}

.w-116 {
  width: 116px;
}
.w-116-important {
  width: 116px !important;
}

.h-116 {
  height: 116px;
}
.h-116-important {
  height: 116px !important;
}

.w-117 {
  width: 117px;
}
.w-117-important {
  width: 117px !important;
}

.h-117 {
  height: 117px;
}
.h-117-important {
  height: 117px !important;
}

.w-118 {
  width: 118px;
}
.w-118-important {
  width: 118px !important;
}

.h-118 {
  height: 118px;
}
.h-118-important {
  height: 118px !important;
}

.w-119 {
  width: 119px;
}
.w-119-important {
  width: 119px !important;
}

.h-119 {
  height: 119px;
}
.h-119-important {
  height: 119px !important;
}

.w-120 {
  width: 120px;
}
.w-120-important {
  width: 120px !important;
}

.h-120 {
  height: 120px;
}
.h-120-important {
  height: 120px !important;
}

.w-121 {
  width: 121px;
}
.w-121-important {
  width: 121px !important;
}

.h-121 {
  height: 121px;
}
.h-121-important {
  height: 121px !important;
}

.w-122 {
  width: 122px;
}
.w-122-important {
  width: 122px !important;
}

.h-122 {
  height: 122px;
}
.h-122-important {
  height: 122px !important;
}

.w-123 {
  width: 123px;
}
.w-123-important {
  width: 123px !important;
}

.h-123 {
  height: 123px;
}
.h-123-important {
  height: 123px !important;
}

.w-124 {
  width: 124px;
}
.w-124-important {
  width: 124px !important;
}

.h-124 {
  height: 124px;
}
.h-124-important {
  height: 124px !important;
}

.w-125 {
  width: 125px;
}
.w-125-important {
  width: 125px !important;
}

.h-125 {
  height: 125px;
}
.h-125-important {
  height: 125px !important;
}

.w-126 {
  width: 126px;
}
.w-126-important {
  width: 126px !important;
}

.h-126 {
  height: 126px;
}
.h-126-important {
  height: 126px !important;
}

.w-127 {
  width: 127px;
}
.w-127-important {
  width: 127px !important;
}

.h-127 {
  height: 127px;
}
.h-127-important {
  height: 127px !important;
}

.w-128 {
  width: 128px;
}
.w-128-important {
  width: 128px !important;
}

.h-128 {
  height: 128px;
}
.h-128-important {
  height: 128px !important;
}

.w-129 {
  width: 129px;
}
.w-129-important {
  width: 129px !important;
}

.h-129 {
  height: 129px;
}
.h-129-important {
  height: 129px !important;
}

.w-130 {
  width: 130px;
}
.w-130-important {
  width: 130px !important;
}

.h-130 {
  height: 130px;
}
.h-130-important {
  height: 130px !important;
}

.w-131 {
  width: 131px;
}
.w-131-important {
  width: 131px !important;
}

.h-131 {
  height: 131px;
}
.h-131-important {
  height: 131px !important;
}

.w-132 {
  width: 132px;
}
.w-132-important {
  width: 132px !important;
}

.h-132 {
  height: 132px;
}
.h-132-important {
  height: 132px !important;
}

.w-133 {
  width: 133px;
}
.w-133-important {
  width: 133px !important;
}

.h-133 {
  height: 133px;
}
.h-133-important {
  height: 133px !important;
}

.w-134 {
  width: 134px;
}
.w-134-important {
  width: 134px !important;
}

.h-134 {
  height: 134px;
}
.h-134-important {
  height: 134px !important;
}

.w-135 {
  width: 135px;
}
.w-135-important {
  width: 135px !important;
}

.h-135 {
  height: 135px;
}
.h-135-important {
  height: 135px !important;
}

.w-136 {
  width: 136px;
}
.w-136-important {
  width: 136px !important;
}

.h-136 {
  height: 136px;
}
.h-136-important {
  height: 136px !important;
}

.w-137 {
  width: 137px;
}
.w-137-important {
  width: 137px !important;
}

.h-137 {
  height: 137px;
}
.h-137-important {
  height: 137px !important;
}

.w-138 {
  width: 138px;
}
.w-138-important {
  width: 138px !important;
}

.h-138 {
  height: 138px;
}
.h-138-important {
  height: 138px !important;
}

.w-139 {
  width: 139px;
}
.w-139-important {
  width: 139px !important;
}

.h-139 {
  height: 139px;
}
.h-139-important {
  height: 139px !important;
}

.w-140 {
  width: 140px;
}
.w-140-important {
  width: 140px !important;
}

.h-140 {
  height: 140px;
}
.h-140-important {
  height: 140px !important;
}

.w-141 {
  width: 141px;
}
.w-141-important {
  width: 141px !important;
}

.h-141 {
  height: 141px;
}
.h-141-important {
  height: 141px !important;
}

.w-142 {
  width: 142px;
}
.w-142-important {
  width: 142px !important;
}

.h-142 {
  height: 142px;
}
.h-142-important {
  height: 142px !important;
}

.w-143 {
  width: 143px;
}
.w-143-important {
  width: 143px !important;
}

.h-143 {
  height: 143px;
}
.h-143-important {
  height: 143px !important;
}

.w-144 {
  width: 144px;
}
.w-144-important {
  width: 144px !important;
}

.h-144 {
  height: 144px;
}
.h-144-important {
  height: 144px !important;
}

.w-145 {
  width: 145px;
}
.w-145-important {
  width: 145px !important;
}

.h-145 {
  height: 145px;
}
.h-145-important {
  height: 145px !important;
}

.w-146 {
  width: 146px;
}
.w-146-important {
  width: 146px !important;
}

.h-146 {
  height: 146px;
}
.h-146-important {
  height: 146px !important;
}

.w-147 {
  width: 147px;
}
.w-147-important {
  width: 147px !important;
}

.h-147 {
  height: 147px;
}
.h-147-important {
  height: 147px !important;
}

.w-148 {
  width: 148px;
}
.w-148-important {
  width: 148px !important;
}

.h-148 {
  height: 148px;
}
.h-148-important {
  height: 148px !important;
}

.w-149 {
  width: 149px;
}
.w-149-important {
  width: 149px !important;
}

.h-149 {
  height: 149px;
}
.h-149-important {
  height: 149px !important;
}

.w-150 {
  width: 150px;
}
.w-150-important {
  width: 150px !important;
}

.h-150 {
  height: 150px;
}
.h-150-important {
  height: 150px !important;
}

.w-151 {
  width: 151px;
}
.w-151-important {
  width: 151px !important;
}

.h-151 {
  height: 151px;
}
.h-151-important {
  height: 151px !important;
}

.w-152 {
  width: 152px;
}
.w-152-important {
  width: 152px !important;
}

.h-152 {
  height: 152px;
}
.h-152-important {
  height: 152px !important;
}

.w-153 {
  width: 153px;
}
.w-153-important {
  width: 153px !important;
}

.h-153 {
  height: 153px;
}
.h-153-important {
  height: 153px !important;
}

.w-154 {
  width: 154px;
}
.w-154-important {
  width: 154px !important;
}

.h-154 {
  height: 154px;
}
.h-154-important {
  height: 154px !important;
}

.w-155 {
  width: 155px;
}
.w-155-important {
  width: 155px !important;
}

.h-155 {
  height: 155px;
}
.h-155-important {
  height: 155px !important;
}

.w-156 {
  width: 156px;
}
.w-156-important {
  width: 156px !important;
}

.h-156 {
  height: 156px;
}
.h-156-important {
  height: 156px !important;
}

.w-157 {
  width: 157px;
}
.w-157-important {
  width: 157px !important;
}

.h-157 {
  height: 157px;
}
.h-157-important {
  height: 157px !important;
}

.w-158 {
  width: 158px;
}
.w-158-important {
  width: 158px !important;
}

.h-158 {
  height: 158px;
}
.h-158-important {
  height: 158px !important;
}

.w-159 {
  width: 159px;
}
.w-159-important {
  width: 159px !important;
}

.h-159 {
  height: 159px;
}
.h-159-important {
  height: 159px !important;
}

.w-160 {
  width: 160px;
}
.w-160-important {
  width: 160px !important;
}

.h-160 {
  height: 160px;
}
.h-160-important {
  height: 160px !important;
}

.w-161 {
  width: 161px;
}
.w-161-important {
  width: 161px !important;
}

.h-161 {
  height: 161px;
}
.h-161-important {
  height: 161px !important;
}

.w-162 {
  width: 162px;
}
.w-162-important {
  width: 162px !important;
}

.h-162 {
  height: 162px;
}
.h-162-important {
  height: 162px !important;
}

.w-163 {
  width: 163px;
}
.w-163-important {
  width: 163px !important;
}

.h-163 {
  height: 163px;
}
.h-163-important {
  height: 163px !important;
}

.w-164 {
  width: 164px;
}
.w-164-important {
  width: 164px !important;
}

.h-164 {
  height: 164px;
}
.h-164-important {
  height: 164px !important;
}

.w-165 {
  width: 165px;
}
.w-165-important {
  width: 165px !important;
}

.h-165 {
  height: 165px;
}
.h-165-important {
  height: 165px !important;
}

.w-166 {
  width: 166px;
}
.w-166-important {
  width: 166px !important;
}

.h-166 {
  height: 166px;
}
.h-166-important {
  height: 166px !important;
}

.w-167 {
  width: 167px;
}
.w-167-important {
  width: 167px !important;
}

.h-167 {
  height: 167px;
}
.h-167-important {
  height: 167px !important;
}

.w-168 {
  width: 168px;
}
.w-168-important {
  width: 168px !important;
}

.h-168 {
  height: 168px;
}
.h-168-important {
  height: 168px !important;
}

.w-169 {
  width: 169px;
}
.w-169-important {
  width: 169px !important;
}

.h-169 {
  height: 169px;
}
.h-169-important {
  height: 169px !important;
}

.w-170 {
  width: 170px;
}
.w-170-important {
  width: 170px !important;
}

.h-170 {
  height: 170px;
}
.h-170-important {
  height: 170px !important;
}

.w-171 {
  width: 171px;
}
.w-171-important {
  width: 171px !important;
}

.h-171 {
  height: 171px;
}
.h-171-important {
  height: 171px !important;
}

.w-172 {
  width: 172px;
}
.w-172-important {
  width: 172px !important;
}

.h-172 {
  height: 172px;
}
.h-172-important {
  height: 172px !important;
}

.w-173 {
  width: 173px;
}
.w-173-important {
  width: 173px !important;
}

.h-173 {
  height: 173px;
}
.h-173-important {
  height: 173px !important;
}

.w-174 {
  width: 174px;
}
.w-174-important {
  width: 174px !important;
}

.h-174 {
  height: 174px;
}
.h-174-important {
  height: 174px !important;
}

.w-175 {
  width: 175px;
}
.w-175-important {
  width: 175px !important;
}

.h-175 {
  height: 175px;
}
.h-175-important {
  height: 175px !important;
}

.w-176 {
  width: 176px;
}
.w-176-important {
  width: 176px !important;
}

.h-176 {
  height: 176px;
}
.h-176-important {
  height: 176px !important;
}

.w-177 {
  width: 177px;
}
.w-177-important {
  width: 177px !important;
}

.h-177 {
  height: 177px;
}
.h-177-important {
  height: 177px !important;
}

.w-178 {
  width: 178px;
}
.w-178-important {
  width: 178px !important;
}

.h-178 {
  height: 178px;
}
.h-178-important {
  height: 178px !important;
}

.w-179 {
  width: 179px;
}
.w-179-important {
  width: 179px !important;
}

.h-179 {
  height: 179px;
}
.h-179-important {
  height: 179px !important;
}

.w-180 {
  width: 180px;
}
.w-180-important {
  width: 180px !important;
}

.h-180 {
  height: 180px;
}
.h-180-important {
  height: 180px !important;
}

.w-181 {
  width: 181px;
}
.w-181-important {
  width: 181px !important;
}

.h-181 {
  height: 181px;
}
.h-181-important {
  height: 181px !important;
}

.w-182 {
  width: 182px;
}
.w-182-important {
  width: 182px !important;
}

.h-182 {
  height: 182px;
}
.h-182-important {
  height: 182px !important;
}

.w-183 {
  width: 183px;
}
.w-183-important {
  width: 183px !important;
}

.h-183 {
  height: 183px;
}
.h-183-important {
  height: 183px !important;
}

.w-184 {
  width: 184px;
}
.w-184-important {
  width: 184px !important;
}

.h-184 {
  height: 184px;
}
.h-184-important {
  height: 184px !important;
}

.w-185 {
  width: 185px;
}
.w-185-important {
  width: 185px !important;
}

.h-185 {
  height: 185px;
}
.h-185-important {
  height: 185px !important;
}

.w-186 {
  width: 186px;
}
.w-186-important {
  width: 186px !important;
}

.h-186 {
  height: 186px;
}
.h-186-important {
  height: 186px !important;
}

.w-187 {
  width: 187px;
}
.w-187-important {
  width: 187px !important;
}

.h-187 {
  height: 187px;
}
.h-187-important {
  height: 187px !important;
}

.w-188 {
  width: 188px;
}
.w-188-important {
  width: 188px !important;
}

.h-188 {
  height: 188px;
}
.h-188-important {
  height: 188px !important;
}

.w-189 {
  width: 189px;
}
.w-189-important {
  width: 189px !important;
}

.h-189 {
  height: 189px;
}
.h-189-important {
  height: 189px !important;
}

.w-190 {
  width: 190px;
}
.w-190-important {
  width: 190px !important;
}

.h-190 {
  height: 190px;
}
.h-190-important {
  height: 190px !important;
}

.w-191 {
  width: 191px;
}
.w-191-important {
  width: 191px !important;
}

.h-191 {
  height: 191px;
}
.h-191-important {
  height: 191px !important;
}

.w-192 {
  width: 192px;
}
.w-192-important {
  width: 192px !important;
}

.h-192 {
  height: 192px;
}
.h-192-important {
  height: 192px !important;
}

.w-193 {
  width: 193px;
}
.w-193-important {
  width: 193px !important;
}

.h-193 {
  height: 193px;
}
.h-193-important {
  height: 193px !important;
}

.w-194 {
  width: 194px;
}
.w-194-important {
  width: 194px !important;
}

.h-194 {
  height: 194px;
}
.h-194-important {
  height: 194px !important;
}

.w-195 {
  width: 195px;
}
.w-195-important {
  width: 195px !important;
}

.h-195 {
  height: 195px;
}
.h-195-important {
  height: 195px !important;
}

.w-196 {
  width: 196px;
}
.w-196-important {
  width: 196px !important;
}

.h-196 {
  height: 196px;
}
.h-196-important {
  height: 196px !important;
}

.w-197 {
  width: 197px;
}
.w-197-important {
  width: 197px !important;
}

.h-197 {
  height: 197px;
}
.h-197-important {
  height: 197px !important;
}

.w-198 {
  width: 198px;
}
.w-198-important {
  width: 198px !important;
}

.h-198 {
  height: 198px;
}
.h-198-important {
  height: 198px !important;
}

.w-199 {
  width: 199px;
}
.w-199-important {
  width: 199px !important;
}

.h-199 {
  height: 199px;
}
.h-199-important {
  height: 199px !important;
}

.w-200 {
  width: 200px;
}
.w-200-important {
  width: 200px !important;
}

.h-200 {
  height: 200px;
}
.h-200-important {
  height: 200px !important;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

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

.flex-col {
  flex-direction: column;
}

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

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

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

.bg-transparent {
  background-color: transparent;
}
.bg-transparent-important {
  background-color: transparent !important;
}

.border-none {
  border: 0;
}
.border-none-important {
  border: 0 !important;
}

.border-box {
  box-sizing: border-box;
}
.border-box-important {
  box-sizing: border-box !important;
}

.text-xs {
  font-size: 12px;
}
.text-xs-important {
  font-size: 12px !important;
}
.text-sm {
  font-size: 14px;
}
.text-sm-important {
  font-size: 14px !important;
}
.text-base {
  font-size: 16px;
}
.text-base-important {
  font-size: 16px !important;
}
.text-lg {
  font-size: 18px;
}
.text-lg--important {
  font-size: 18px !important;
}

.padding-0 {
  padding: 0;
}
.padding-0-important {
  padding: 0 !important;
}

.padding-x-6 {
  padding: 0 6px;
}
.padding-x-6--important {
  padding: 0 6px !important;
}

.border-radius-4 {
  border-radius: 4px;
}
.border-radius-4--important {
  border-radius: 4px !important;
}

form .input__input {
  background: #E3F2FC;
  border-color: #0A74CA !important;
  height: 38px !important;
}
form .input__absolute-left-items {
  top: 2px !important;
}
form .input__absolute-right-items .input__search-icon {
  margin-top: -10px !important;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.upload-button {
  transition: background-color 0.1s linear, color 0.1s linear, width 0.1s linear;
  -webkit-transition: width 0.1s linear;
  -moz-transition: width 0.1s linear;
  min-height: 48px;
  min-width: 334px;
  border: 0px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  padding: 0 16px;
}
.upload-button:not(.upload-button--uploading) {
  background-color: #E3F2FC;
  color: #0364B8;
  outline: 1px dashed #0364B8;
  text-align: left;
}
.upload-button:hover {
  background-color: #BADDF8;
  color: #004699;
}
.upload-button--uploading {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0364B8;
  color: #ffffff;
  border: none;
}
.upload-button--uploading:hover, .upload-button--uploading--active {
  background-color: #004699;
  color: #ffffff;
}
.upload-button ion-icon {
  --ionicon-stroke-width: 80px;
  font-size: 22px;
}

lib-expander .parts-list {
  padding: 0 !important;
}

.add-part-expanded .parts-list-header__main {
  background-color: transparent !important;
}

.expander--parts-remove {
  background-color: transparent;
  border-width: 1px;
  border-style: dashed;
  border-color: transparent;
  transition: 0.3s ease-in-out border-color, 0.3s ease-in-out background-color;
}
.expander--parts-remove.mat-expanded, .expander--parts-remove:hover {
  background-color: #FCF7E2;
  border-color: #1F1F1F;
}
.expander--parts-remove .mat-expansion-panel-header {
  background: transparent !important;
}
.expander--parts-remove .mat-expansion-panel-body {
  padding: 0 12px 0 14px;
}

@font-face {
  font-family: "Ubuntu Mono";
  src: url('UbuntuMono-Regular.0b3baa332147bfba.ttf');
}
.ubuntu-mono {
  font-family: "Ubuntu Mono", "Open Sans";
}

.parts-list-row__row-container *,
.app-slider * {
  font-family: "Ubuntu Mono", "Open Sans";
}

.parts-status-dropdown .dropdown {
  position: relative;
}
.parts-status-dropdown .dropdown__label, .parts-status-dropdown .dropdown__contents {
  background-color: #F4DD86 !important;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 3px;
  width: 90px;
  min-width: 90px !important;
  box-sizing: border-box;
  white-space: nowrap;
  border-color: transparent !important;
  border-radius: 2px !important;
}
.parts-status-dropdown .dropdown__label--wide, .parts-status-dropdown .dropdown__contents--wide {
  width: 160px !important;
}
.parts-status-dropdown .dropdown__contents {
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 100%;
  margin-top: 0px !important;
  gap: 4px !important;
}
.parts-status-dropdown .dropdown__contents button {
  border-radius: 2px !important;
  text-align: center !important;
}
.parts-status-dropdown .dropdown__contents button:not(:last-child) {
  margin-bottom: 6px;
}
.parts-status-dropdown .dropdown__contents button:nth-child(1) {
  background-color: #1F1F1F !important;
  color: #ffffff !important;
}
.parts-status-dropdown .dropdown__contents button:nth-child(2) {
  background-color: #1F1F1F !important;
  color: #F4DD86 !important;
}
.parts-status-dropdown .dropdown__contents button:nth-child(3) {
  background-color: #FFFFFF !important;
  color: #000 !important;
}
.parts-status-dropdown .dropdown__label-placeholder {
  padding: 0px 8px 0px 0px !important;
  border-right: 1px solid;
  box-sizing: border-box;
}
.parts-status-dropdown .dropdown__label > div {
  gap: 4px !important;
}

.parts-list__app > lib-dropdown .dropdown {
  position: relative;
}
.parts-list__app > lib-dropdown .dropdown__contents {
  margin-top: 6px;
  position: absolute;
  z-index: 10;
  top: 100%;
  width: 100%;
  box-sizing: border-box;
}

.parts-list-row-app > lib-dropdown .dropdown {
  position: relative;
}
.parts-list-row-app > lib-dropdown .dropdown__contents {
  margin-top: 6px;
  position: absolute;
  z-index: 10;
  top: 100%;
  width: -moz-fit-content;
  width: fit-content;
  box-sizing: border-box;
  white-space: nowrap;
}
.parts-list-row-app > lib-dropdown .dropdown__chevron {
  display: none;
}

.part-group__parts .parts-list-row__part-num {
  min-width: 100px !important;
}

.part-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background-color: #EDEDED;
  border: 1px dashed #BBBBBB;
  padding: 4px;
  border-radius: 2px;
}
.part-group__parts {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.part-group__part {
  display: inline-flex;
  flex-direction: row;
  margin-left: 15px;
  gap: 5px;
}
.part-group__part:not(:first-child) lib-parts-list-row {
  margin-top: 6px;
}
.part-group__part:not(:first-child) .part-group__vertical-line {
  padding-top: 6px;
}
.part-group__part:not(:first-child) .part-group__horizontal-line {
  margin-top: 30px;
}
.part-group__part:not(:first-child) .part-group__connector-sq {
  margin-top: 28px;
}
.part-group__part lib-parts-list-row {
  flex: 1;
  width: 100%;
}
.part-group__connector {
  display: inline-flex;
  gap: 1px;
}
.part-group__vertical-line {
  width: 1px;
  height: 100%;
  background-color: #1F1F1F;
}
.part-group__vertical-line--short {
  height: 50%;
}
.part-group__horizontal-line {
  height: 1px;
  width: 7px;
  background-color: #1F1F1F;
  margin-top: 24px;
}
.part-group__connector-sq {
  height: 5px;
  width: 5px;
  background-color: #1F1F1F;
  margin-top: 22px;
}

* {
  font-family: "Open Sans", sans-serif;
}

h1 {
  color: #07192C;
  font-size: 44px;
  font-weight: 600;
  line-height: 60px;
}

h2 {
  color: #07192C;
  font-size: 34px;
  font-weight: 600;
  line-height: 46px;
}

h3 {
  color: #07192C;
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
}

h4 {
  color: #07192C;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

label {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

small {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.bg-primary-50 {
  background-color: #E3F2FC;
}
.bg-primary-50--important {
  background-color: #E3F2FC !important;
}

.bg-red-50 {
  background-color: #FDF0F0;
}
.bg-red-50--important {
  background-color: #FDF0F0 !important;
}

.bg-white-50 {
  background-color: #FFFFFF;
}
.bg-white-50--important {
  background-color: #FFFFFF !important;
}

.bg-white-200 {
  background-color: #F5F5F5;
}
.bg-white-200--important {
  background-color: #F5F5F5 !important;
}

.border-yellow {
  border-color: #EBBC29;
}
.border-yellow--important {
  border-color: #EBBC29 !important;
}

.text-primary-800 {
  color: #0364B8;
}
.text-primary-800--important {
  color: #0364B8 !important;
}

.text-white {
  color: #FFFFFF;
}
.text-white--important {
  color: #FFFFFF !important;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-corner {
  display: none;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border: 2pt solid transparent;
  border-radius: 3pt;
  background-clip: content-box;
}

::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
  border: 3pt solid transparent;
  background-clip: content-box;
}

.custom-scroll-vertical-hover::-webkit-scrollbar-thumb:vertical {
  background: #1F1F1F;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
  border: none;
}

.custom-scroll-vertical-hover::-webkit-scrollbar-track:vertical {
  background: #F4F4F4;
  border-radius: 3px;
}

.notifications-filter-list .expander--expanded .expander__body {
  overflow: visible;
  animation: delay-overflow 0.5s;
}

@keyframes delay-overflow {
  from {
    overflow: auto;
  }
}
.tooltip, .tooltip * {
  font-family: "Open Sans", sans-serif;
}

.dropdown, .dropdown * {
  font-family: "Open Sans", sans-serif;
}

@font-face {
  font-family: "Ubuntu Mono";
  src: url('UbuntuMono-Regular.0b3baa332147bfba.ttf');
}
.ubuntu-mono {
  font-family: "Ubuntu Mono", "Open Sans";
}

@font-face {
  font-family: "Roboto";
  src: url('Roboto-Regular.8ff6965283b25d97.ttf');
}
.roboto {
  font-family: "Roboto", "Open Sans";
}

@media only screen and (width >= 1512px) {
  .hide-above-1512 {
    display: none;
  }
}

@media only screen and (width < 1512px) {
  .hide-below-1512 {
    display: none;
  }
}

.parts-list-row__row-container *,
.app-slider * {
  font-family: "Ubuntu Mono", "Open Sans";
}

.parts-status-dropdown .dropdown {
  position: relative;
}
.parts-status-dropdown .dropdown__label, .parts-status-dropdown .dropdown__contents {
  background-color: #F4DD86 !important;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 3px;
  width: 90px;
  min-width: 90px !important;
  box-sizing: border-box;
  white-space: nowrap;
  border-color: transparent !important;
  border-radius: 2px !important;
}
.parts-status-dropdown .dropdown__label--wide, .parts-status-dropdown .dropdown__contents--wide {
  width: 160px !important;
}
.parts-status-dropdown .dropdown__contents {
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 100%;
  margin-top: 0px !important;
  gap: 4px !important;
}
.parts-status-dropdown .dropdown__contents button {
  border-radius: 2px !important;
  text-align: center !important;
}
.parts-status-dropdown .dropdown__contents button:not(:last-child) {
  margin-bottom: 6px;
}
.parts-status-dropdown .dropdown__contents button:nth-child(1) {
  background-color: #1F1F1F !important;
  color: #ffffff !important;
}
.parts-status-dropdown .dropdown__contents button:nth-child(2) {
  background-color: #1F1F1F !important;
  color: #F4DD86 !important;
}
.parts-status-dropdown .dropdown__contents button:nth-child(3) {
  background-color: #FFFFFF !important;
  color: #000 !important;
}
.parts-status-dropdown .dropdown__label-placeholder {
  padding: 0px 8px 0px 0px !important;
  border-right: 1px solid;
  box-sizing: border-box;
}
.parts-status-dropdown .dropdown__label > div {
  gap: 4px !important;
}

.parts-list__app > lib-dropdown .dropdown {
  position: relative;
}
.parts-list__app > lib-dropdown .dropdown__contents {
  margin-top: 6px;
  position: absolute;
  z-index: 10;
  top: 100%;
  width: 100%;
  box-sizing: border-box;
}

.parts-list-row-app > lib-dropdown .dropdown {
  position: relative;
}
.parts-list-row-app > lib-dropdown .dropdown__contents {
  margin-top: 6px;
  position: absolute;
  z-index: 10;
  top: 100%;
  width: -moz-fit-content;
  width: fit-content;
  box-sizing: border-box;
  white-space: nowrap;
}
.parts-list-row-app > lib-dropdown .dropdown__chevron {
  display: none;
}

.parts-list-row__item > lib-dropdown .dropdown__label {
  padding: 0px !important;
}
.parts-list-row__item > lib-dropdown .dropdown--green {
  background: transparent;
  color: #006138;
}
.parts-list-row__item > lib-dropdown .dropdown--green .dropdown__label {
  background: transparent;
}

.part-group__parts .parts-list-row__part-num {
  min-width: 100px !important;
}

.part-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background-color: #EDEDED;
  border: 1px dashed #BBBBBB;
  padding: 4px;
  border-radius: 2px;
}
.part-group__parts {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.part-group__part {
  display: inline-flex;
  flex-direction: row;
  margin-left: 15px;
  gap: 5px;
}
.part-group__part:not(:first-child) app-parts-list-row,
.part-group__part:not(:first-child) app-parts-list-row-added {
  margin-top: 6px;
}
.part-group__part:not(:first-child) .part-group__vertical-line {
  padding-top: 6px;
}
.part-group__part:not(:first-child) .part-group__horizontal-line {
  margin-top: 30px;
}
.part-group__part:not(:first-child) .part-group__connector-sq {
  margin-top: 28px;
}
.part-group__part .part-group__removedTag {
  position: absolute;
  margin-left: 17px;
  margin-top: 4px;
  background-color: #fff;
  border: 1px solid #9c9c9c;
  border-radius: 2px;
  padding: 1px;
  font-weight: 700;
  font-size: 12px;
  color: #000;
  z-index: 99;
  line-height: 14px;
}
.part-group__part app-parts-list-row,
.part-group__part app-parts-list-row-added {
  flex: 1;
  width: 100%;
}

.parts-list-row__connector,
.part-group__connector {
  display: inline-flex;
  gap: 1px;
}
.parts-list-row__connector--margin-lg,
.part-group__connector--margin-lg {
  margin-left: 252px;
}
.parts-list-row__vertical-line,
.part-group__vertical-line {
  width: 1px;
  height: 100%;
  background-color: #1F1F1F;
}
.parts-list-row__vertical-line--short,
.part-group__vertical-line--short {
  height: 50%;
}
.parts-list-row__horizontal-line,
.part-group__horizontal-line {
  height: 1px;
  width: 7px;
  background-color: #1F1F1F;
  margin-top: 24px;
}
.parts-list-row__connector-sq,
.part-group__connector-sq {
  height: 5px;
  width: 5px;
  background-color: #1F1F1F;
  margin-top: 22px;
}

.parts-list-row__vertical-line {
  background-color: #00B375;
}
.parts-list-row__horizontal-line {
  background-color: #00B375;
}
.parts-list-row__connector-sq {
  background-color: #00B375;
}

.parts-status-dropdown {
  display: inline-flex;
}
.parts-status-dropdown__ready-btn {
  background-color: #F4DD86;
  padding: 0px 6px;
  font-size: 12px;
  border: 0px;
  cursor: pointer;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-color: transparent !important;
  white-space: nowrap;
}
.parts-status-dropdown__ready-btn:hover {
  background-color: #EEC539 !important;
}
.parts-status-dropdown .dropdown {
  height: 100%;
}
.parts-status-dropdown .dropdown__label {
  height: 100%;
  min-width: 0px !important;
  width: 40px !important;
  display: inline-flex;
  justify-content: center;
  padding: 0 5px !important;
}
.parts-status-dropdown .dropdown__label-placeholder {
  padding: 6px 8px !important;
}
.parts-status-dropdown .dropdown__label:hover ion-icon {
  background-color: #EEC539 !important;
}
.parts-status-dropdown .dropdown__label > div {
  border-left: 1px solid #000;
}
.parts-status-dropdown .dropdown__label ion-icon {
  margin-left: 5px;
}
.parts-status-dropdown .dropdown__label-placeholder {
  display: none !important;
}

.parts-list-row--green .copy-btn {
  background-color: #E5F6EE !important;
}
.parts-list-row--green .copy-btn:hover {
  background-color: #BAE8D4 !important;
}

.order-details__non-ordered-parts .mat-expansion-panel-body {
  padding: 0px !important;
}

.undo-all__icon ion-icon svg {
  height: 60%;
  width: 60%;
  margin-left: 20%;
  margin-top: 20%;
}

.part-group__part:not(:first-child) app-parts-list-row,
.part-group__part:not(:first-child) app-parts-list-row-added {
  margin-top: 6px;
}

.parts-list__removed-tag,
.part-group__removed-tag {
  position: absolute;
  margin-left: -3px;
  margin-top: -3px;
  background-color: #fff;
  border: 1px solid #9c9c9c;
  border-radius: 2px;
  padding: 1px;
  font-weight: 700;
  font-size: 12px;
  color: #000;
  z-index: 99;
  line-height: 14px;
}

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

.mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mat-mdc-option:hover:not(.mdc-list-item--disabled), .mat-mdc-option:focus:not(.mdc-list-item--disabled), .mat-mdc-option.mat-mdc-option-active, .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: rgba(0, 0, 0, 0.04);
}

.mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #266cde);
}

.mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, white);
}

.mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-error, #f08686);
}

.mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, 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: #266cde;
}
.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #266cde;
}
.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: white;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: white;
}
.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: white;
}
.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: white;
}
.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: #f08686;
}
.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #f08686;
}
.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-option {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, "open sans", sans-serif));
  font-size: var(--mdc-typography-body1-font-size, 14px);
  line-height: var(--mdc-typography-body1-line-height, 24px);
  font-weight: var(--mdc-typography-body1-font-weight, 500);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, normal);
}

.mat-mdc-card {
  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);
  --mdc-elevated-card-container-color: #fff;
}

.mat-mdc-card-outlined {
  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);
  --mdc-outlined-card-outline-color: #e0e0e0;
}

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

.mat-mdc-card-title {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, "open sans", sans-serif));
  font-size: var(--mdc-typography-headline6-font-size, 20px);
  line-height: var(--mdc-typography-headline6-line-height, 32px);
  font-weight: var(--mdc-typography-headline6-font-weight, 500);
  letter-spacing: var(--mdc-typography-headline6-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
          text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
  text-transform: var(--mdc-typography-headline6-text-transform, none);
}

.mat-mdc-card-subtitle {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, "open sans", sans-serif));
  font-size: var(--mdc-typography-subtitle2-font-size, 15px);
  line-height: var(--mdc-typography-subtitle2-line-height, 24px);
  font-weight: var(--mdc-typography-subtitle2-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle2-text-transform, none);
}

.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #266cde;
}
.mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  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(38, 108, 222, 0.25)'/%3E%3C/svg%3E");
}
.mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(38, 108, 222, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: white;
}
.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  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(255, 255, 255, 0.25)'/%3E%3C/svg%3E");
}
.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(255, 255, 255, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f08686;
}
.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  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(240, 134, 134, 0.25)'/%3E%3C/svg%3E");
}
.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(240, 134, 134, 0.25);
}
.mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: white;
}

.mat-mdc-tooltip {
  --mdc-plain-tooltip-supporting-text-font: "open sans", sans-serif;
  --mdc-plain-tooltip-supporting-text-size: 12px;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: normal;
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.87);
}
@media all {
  .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
@media all {
  .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
.mdc-text-field .mdc-text-field__input {
  caret-color: var(--mdc-theme-primary, #266cde);
}
.mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-text-field--filled .mdc-text-field__ripple::before,
.mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87));
}
.mdc-text-field--filled:hover .mdc-text-field__ripple::before, .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: whitesmoke;
}
.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.42);
}
.mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.87);
}
.mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-primary, #266cde);
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-primary, #266cde);
}
[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.mdc-text-field--outlined .mdc-text-field__ripple::before,
.mdc-text-field--outlined .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, transparent);
}
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined, .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(38, 108, 222, 0.87);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f08686);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f08686);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f08686);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f08686);
}
.mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f08686);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f08686);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f08686);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f08686);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f08686);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f08686);
}
.mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.38);
}
@media all {
  .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
@media all {
  .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
.mdc-text-field--disabled .mdc-floating-label {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--disabled .mdc-text-field-character-counter,
.mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--disabled .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.3);
}
.mdc-text-field--disabled .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.3);
}
.mdc-text-field--disabled .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--disabled .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}
.mdc-text-field--disabled .mdc-notched-outline__leading,
.mdc-text-field--disabled .mdc-notched-outline__notch,
.mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-floating-label {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field-character-counter,
  .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__icon--leading {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__icon--trailing {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__affix--prefix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__affix--suffix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-notched-outline__leading,
  .mdc-text-field--disabled .mdc-notched-outline__notch,
  .mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
}
.mdc-text-field--disabled.mdc-text-field--filled {
  background-color: #fafafa;
}
[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__input, .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #f08686);
}

.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(38, 108, 222, 0.87);
}
.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(255, 255, 255, 0.87);
}
.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(240, 134, 134, 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-text-field__input {
  caret-color: var(--mdc-theme-secondary, white);
}
.mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, white);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(255, 255, 255, 0.87);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f08686);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f08686);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f08686);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f08686);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f08686);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f08686);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f08686);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f08686);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f08686);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f08686);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-secondary, white);
}

.mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f08686);
}
.mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f08686);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(240, 134, 134, 0.87);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f08686);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f08686);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f08686);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f08686);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f08686);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f08686);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f08686);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f08686);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f08686);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f08686);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f08686);
}

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

.mdc-text-field__input {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, "open sans", sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
}
.mdc-text-field__affix {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, "open sans", sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
}
[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.mdc-text-field--textarea .mdc-text-field__input {
  line-height: 1.5rem;
}
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined, .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__input, .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.mdc-floating-label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, "open sans", sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
}

[dir=rtl] .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.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(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, "open sans", sans-serif));
  font-size: var(--mdc-typography-caption-font-size, 12px);
  line-height: var(--mdc-typography-caption-line-height, 20px);
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: var(--mdc-typography-caption-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
          text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: var(--mdc-typography-caption-text-transform, none);
}

.mat-mdc-form-field,
.mat-mdc-floating-label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, "open sans", sans-serif));
  font-size: var(--mdc-typography-body1-font-size, 14px);
  line-height: var(--mdc-typography-body1-line-height, 24px);
  font-weight: var(--mdc-typography-body1-font-weight, 500);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
  text-transform: var(--mdc-typography-body1-text-transform, none);
}

.mat-mdc-form-field .mdc-text-field--outlined .mdc-floating-label--float-above {
  font-size: calc(14px * var(--mat-mdc-form-field-floating-label-scale, 0.75));
}
.mat-mdc-form-field .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  font-size: 14px;
}

.mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}

.mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}

.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item--disabled .mdc-list-item__start,
.mdc-list-item--disabled .mdc-list-item__content,
.mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}

.mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}

.mdc-list-item--selected .mdc-list-item__primary-text,
.mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #266cde);
}
.mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #266cde);
}

.mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mdc-list-divider::after {
  border-bottom-color: white;
}

.mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}

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

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

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

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

.mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(38, 108, 222, 0.87);
}
.mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(255, 255, 255, 0.87);
}
.mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(240, 134, 134, 0.87);
}
.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(240, 134, 134, 0.87);
}
.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-select-panel {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, "open sans", sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  line-height: var(--mdc-typography-subtitle1-line-height, 28px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
  /* @alternate */
  line-height: 24px;
}

.mat-mdc-select {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, "open sans", sans-serif));
  font-size: var(--mdc-typography-body1-font-size, 14px);
  line-height: var(--mdc-typography-body1-line-height, 24px);
  font-weight: var(--mdc-typography-body1-font-weight, 500);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
  text-transform: var(--mdc-typography-body1-text-transform, none);
}

.mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}

.mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}

.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item--disabled .mdc-list-item__start,
.mdc-list-item--disabled .mdc-list-item__content,
.mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}

.mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}

.mdc-list-item--selected .mdc-list-item__primary-text,
.mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #266cde);
}
.mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #266cde);
}

.mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mdc-list-divider::after {
  border-bottom-color: white;
}

.mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-mdc-autocomplete-panel {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, "open sans", sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  line-height: var(--mdc-typography-subtitle1-line-height, 28px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
  /* @alternate */
  line-height: 24px;
}

.mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  --mdc-dialog-with-divider-divider-color: rgba(0, 0, 0, 0.12);
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}

.mat-mdc-dialog-container {
  --mdc-dialog-subhead-font: "open sans", sans-serif;
  --mdc-dialog-subhead-line-height: 32px;
  --mdc-dialog-subhead-size: 20px;
  --mdc-dialog-subhead-weight: 500;
  --mdc-dialog-subhead-tracking: normal;
  --mdc-dialog-supporting-text-font: "open sans", sans-serif;
  --mdc-dialog-supporting-text-line-height: 24px;
  --mdc-dialog-supporting-text-size: 14px;
  --mdc-dialog-supporting-text-weight: 500;
  --mdc-dialog-supporting-text-tracking: normal;
}

.mat-mdc-standard-chip {
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
}
.mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected, .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #266cde;
  --mdc-chip-elevated-disabled-container-color: #266cde;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected, .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: white;
  --mdc-chip-elevated-disabled-container-color: white;
  --mdc-chip-label-text-color: black;
  --mdc-chip-disabled-label-text-color: black;
  --mdc-chip-with-icon-icon-color: black;
  --mdc-chip-with-icon-disabled-icon-color: black;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: black;
  --mdc-chip-with-trailing-icon-trailing-icon-color: black;
  --mdc-chip-with-icon-selected-icon-color: black;
}
.mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected, .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #f08686;
  --mdc-chip-elevated-disabled-container-color: #f08686;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}

.mat-mdc-chip-focus-overlay {
  background: black;
}

.mat-mdc-chip {
  height: 32px;
}

.mat-mdc-standard-chip {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "open sans", sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}

.mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-unselected-icon-color: #fff;
}
.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-primary {
  --mdc-switch-selected-focus-state-layer-color: #2264da;
  --mdc-switch-selected-handle-color: #2264da;
  --mdc-switch-selected-hover-state-layer-color: #2264da;
  --mdc-switch-selected-pressed-state-layer-color: #2264da;
  --mdc-switch-selected-focus-handle-color: #0d3dc8;
  --mdc-switch-selected-hover-handle-color: #0d3dc8;
  --mdc-switch-selected-pressed-handle-color: #0d3dc8;
  --mdc-switch-selected-focus-track-color: #6798e8;
  --mdc-switch-selected-hover-track-color: #6798e8;
  --mdc-switch-selected-pressed-track-color: #6798e8;
  --mdc-switch-selected-track-color: #6798e8;
}
.mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #c2c2c2;
  --mdc-switch-selected-handle-color: #c2c2c2;
  --mdc-switch-selected-hover-state-layer-color: #c2c2c2;
  --mdc-switch-selected-pressed-state-layer-color: #c2c2c2;
  --mdc-switch-selected-focus-handle-color: #a7a7a7;
  --mdc-switch-selected-hover-handle-color: #a7a7a7;
  --mdc-switch-selected-pressed-handle-color: #a7a7a7;
  --mdc-switch-selected-focus-track-color: #d9d9d9;
  --mdc-switch-selected-hover-track-color: #d9d9d9;
  --mdc-switch-selected-pressed-track-color: #d9d9d9;
  --mdc-switch-selected-track-color: #d9d9d9;
}
.mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #ee7e7e;
  --mdc-switch-selected-handle-color: #ee7e7e;
  --mdc-switch-selected-hover-state-layer-color: #ee7e7e;
  --mdc-switch-selected-pressed-state-layer-color: #ee7e7e;
  --mdc-switch-selected-focus-handle-color: #e55656;
  --mdc-switch-selected-hover-handle-color: #e55656;
  --mdc-switch-selected-pressed-handle-color: #e55656;
  --mdc-switch-selected-focus-track-color: #f5aaaa;
  --mdc-switch-selected-hover-track-color: #f5aaaa;
  --mdc-switch-selected-pressed-track-color: #f5aaaa;
  --mdc-switch-selected-track-color: #f5aaaa;
}

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

.mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "open sans", sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
.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-focus-icon-color: #212121;
  --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: #266cde;
  --mdc-radio-selected-hover-icon-color: #266cde;
  --mdc-radio-selected-icon-color: #266cde;
  --mdc-radio-selected-pressed-icon-color: #266cde;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #266cde;
}
.mat-mdc-radio-button.mat-primary .mdc-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-focus-icon-color: #212121;
  --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: white;
  --mdc-radio-selected-hover-icon-color: white;
  --mdc-radio-selected-icon-color: white;
  --mdc-radio-selected-pressed-icon-color: white;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: white;
}
.mat-mdc-radio-button.mat-accent .mdc-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-focus-icon-color: #212121;
  --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: #f08686;
  --mdc-radio-selected-hover-icon-color: #f08686;
  --mdc-radio-selected-icon-color: #f08686;
  --mdc-radio-selected-pressed-icon-color: #f08686;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f08686;
}
.mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-radio-button .mdc-radio {
  padding: calc((40px - 20px) / 2);
}
.mat-mdc-radio-button .mdc-radio .mdc-radio__background::before {
  top: calc(-1 * (40px - 20px) / 2);
  left: calc(-1 * (40px - 20px) / 2);
  width: 40px;
  height: 40px;
}
.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control {
  top: calc((40px - 40px) / 2);
  right: calc((40px - 40px) / 2);
  left: calc((40px - 40px) / 2);
  width: 40px;
  height: 40px;
}

.mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "open sans", sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
.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: #266cde;
  --mdc-slider-focus-handle-color: #266cde;
  --mdc-slider-hover-handle-color: #266cde;
  --mdc-slider-active-track-color: #266cde;
  --mdc-slider-inactive-track-color: #266cde;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #266cde;
  --mat-mdc-slider-ripple-color: #266cde;
  --mat-mdc-slider-hover-ripple-color: rgba(38, 108, 222, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(38, 108, 222, 0.2);
}
.mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: white;
  --mdc-slider-focus-handle-color: white;
  --mdc-slider-hover-handle-color: white;
  --mdc-slider-active-track-color: white;
  --mdc-slider-inactive-track-color: white;
  --mdc-slider-with-tick-marks-active-container-color: #000;
  --mdc-slider-with-tick-marks-inactive-container-color: white;
  --mat-mdc-slider-ripple-color: white;
  --mat-mdc-slider-hover-ripple-color: rgba(255, 255, 255, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(255, 255, 255, 0.2);
}
.mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #f08686;
  --mdc-slider-focus-handle-color: #f08686;
  --mdc-slider-hover-handle-color: #f08686;
  --mdc-slider-active-track-color: #f08686;
  --mdc-slider-inactive-track-color: #f08686;
  --mdc-slider-with-tick-marks-active-container-color: #000;
  --mdc-slider-with-tick-marks-inactive-container-color: #f08686;
  --mat-mdc-slider-ripple-color: #f08686;
  --mat-mdc-slider-hover-ripple-color: rgba(240, 134, 134, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(240, 134, 134, 0.2);
}

.mat-mdc-slider {
  --mdc-slider-label-label-text-font: "open sans", sans-serif;
  --mdc-slider-label-label-text-size: 15px;
  --mdc-slider-label-label-text-line-height: 24px;
  --mdc-slider-label-label-text-tracking: normal;
  --mdc-slider-label-label-text-weight: 400;
}

.mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}

.mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}

.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item--disabled .mdc-list-item__start,
.mdc-list-item--disabled .mdc-list-item__content,
.mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}

.mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}

.mdc-list-item--selected .mdc-list-item__primary-text,
.mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #266cde);
}
.mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #266cde);
}

.mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mdc-list-divider::after {
  border-bottom-color: white;
}

.mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-mdc-menu-item[disabled],
.mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.mat-mdc-menu-item[disabled] .mat-icon-no-color {
  color: var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, 0.38));
}

.mat-mdc-menu-item .mat-icon-no-color,
.mat-mdc-menu-submenu-icon {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

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

.mat-mdc-menu-content {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, "open sans", sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  line-height: var(--mdc-typography-subtitle1-line-height, 28px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
  /* @alternate */
  line-height: 24px;
}
.mat-mdc-menu-content,
.mat-mdc-menu-content .mat-mdc-menu-item .mdc-list-item__primary-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, "open sans", sans-serif));
  font-size: var(--mdc-typography-body1-font-size, 14px);
  line-height: var(--mdc-typography-body1-line-height, 24px);
  font-weight: var(--mdc-typography-body1-font-weight, 500);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
  text-transform: var(--mdc-typography-body1-text-transform, none);
}

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

.mat-mdc-list-option .mdc-list-item__start, .mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #266cde;
  --mdc-checkbox-selected-hover-icon-color: #266cde;
  --mdc-checkbox-selected-icon-color: #266cde;
  --mdc-checkbox-selected-pressed-icon-color: #266cde;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-list-option .mdc-list-item__start, .mat-mdc-list-option .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --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: #266cde;
  --mdc-radio-selected-hover-icon-color: #266cde;
  --mdc-radio-selected-icon-color: #266cde;
  --mdc-radio-selected-pressed-icon-color: #266cde;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #266cde;
}
.mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label, .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-list-option.mat-accent .mdc-list-item__start, .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: white;
  --mdc-checkbox-selected-hover-icon-color: white;
  --mdc-checkbox-selected-icon-color: white;
  --mdc-checkbox-selected-pressed-icon-color: white;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-list-option.mat-accent .mdc-list-item__start, .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --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: white;
  --mdc-radio-selected-hover-icon-color: white;
  --mdc-radio-selected-icon-color: white;
  --mdc-radio-selected-pressed-icon-color: white;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: white;
}
.mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label, .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-list-option.mat-warn .mdc-list-item__start, .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #f08686;
  --mdc-checkbox-selected-hover-icon-color: #f08686;
  --mdc-checkbox-selected-icon-color: #f08686;
  --mdc-checkbox-selected-pressed-icon-color: #f08686;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-list-option.mat-warn .mdc-list-item__start, .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --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: #f08686;
  --mdc-radio-selected-hover-icon-color: #f08686;
  --mdc-radio-selected-icon-color: #f08686;
  --mdc-radio-selected-pressed-icon-color: #f08686;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f08686;
}
.mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label, .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}

.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: #266cde;
}
.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: #266cde;
}

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

.mat-mdc-list-base {
  --mdc-list-list-item-label-text-font: "open sans", sans-serif;
  --mdc-list-list-item-label-text-line-height: 24px;
  --mdc-list-list-item-label-text-size: 14px;
  --mdc-list-list-item-label-text-tracking: normal;
  --mdc-list-list-item-label-text-weight: 500;
  --mdc-list-list-item-supporting-text-font: "open sans", sans-serif;
  --mdc-list-list-item-supporting-text-line-height: 20px;
  --mdc-list-list-item-supporting-text-size: 14px;
  --mdc-list-list-item-supporting-text-tracking: normal;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: "open sans", sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height: 20px;
  --mdc-list-list-item-trailing-supporting-text-size: 12px;
  --mdc-list-list-item-trailing-supporting-text-tracking: normal;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
}

.mdc-list-group__subheader {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: "open sans", sans-serif;
  letter-spacing: normal;
}

.mat-mdc-paginator {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}

.mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.54);
}

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

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

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

.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-paginator-container {
  min-height: 56px;
}

.mat-mdc-paginator {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, "open sans", sans-serif));
  font-size: var(--mdc-typography-caption-font-size, 12px);
  line-height: var(--mdc-typography-caption-line-height, 20px);
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: var(--mdc-typography-caption-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
          text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: var(--mdc-typography-caption-text-transform, none);
}

.mat-mdc-paginator .mat-mdc-select-value {
  font-size: 12px;
}

.mat-mdc-tab, .mat-mdc-tab-link {
  background-color: transparent;
}
.mat-mdc-tab .mdc-tab__text-label, .mat-mdc-tab-link .mdc-tab__text-label {
  color: rgba(0, 0, 0, 0.6);
}
.mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element, .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #266cde;
}
.mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #266cde);
}
.mdc-tab__ripple::before,
.mat-mdc-tab .mat-ripple-element,
.mat-mdc-tab-header-pagination .mat-ripple-element,
.mat-mdc-tab-link .mat-ripple-element {
  background-color: #266cde;
}

.mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: white;
}
.mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, white);
}
.mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element, .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: white;
}
.mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #f08686;
}
.mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #f08686);
}
.mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element, .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: #f08686;
}

.mat-mdc-tab-group.mat-background-primary, .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-mdc-tab-header-with-background-background-color: #266cde;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.mat-mdc-tab-group.mat-background-accent, .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-mdc-tab-header-with-background-background-color: white;
  --mat-mdc-tab-header-with-background-foreground-color: #000;
}
.mat-mdc-tab-group.mat-background-warn, .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-mdc-tab-header-with-background-background-color: #f08686;
  --mat-mdc-tab-header-with-background-foreground-color: #000;
}

.mat-mdc-tab-header-pagination-chevron {
  border-color: var(--mdc-theme-on-surface, #000);
}

.mat-mdc-tab-header .mdc-tab {
  height: 48px;
}

.mdc-tab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, "open sans", sans-serif));
  font-size: var(--mdc-typography-button-font-size, 14px);
  line-height: var(--mdc-typography-button-line-height, 14px);
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: var(--mdc-typography-button-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
          text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}
.mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #000;
}
.mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #266cde;
  --mdc-checkbox-selected-hover-icon-color: #266cde;
  --mdc-checkbox-selected-icon-color: #266cde;
  --mdc-checkbox-selected-pressed-icon-color: #266cde;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(38, 108, 222, 0.1);
}
.mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #266cde;
}
.mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: white;
  --mdc-checkbox-selected-hover-icon-color: white;
  --mdc-checkbox-selected-icon-color: white;
  --mdc-checkbox-selected-pressed-icon-color: white;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: white;
}
.mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #f08686;
  --mdc-checkbox-selected-hover-icon-color: #f08686;
  --mdc-checkbox-selected-icon-color: #f08686;
  --mdc-checkbox-selected-pressed-icon-color: #f08686;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(240, 134, 134, 0.1);
}
.mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #f08686;
}

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

.mat-mdc-checkbox .mdc-checkbox {
  padding: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  margin: calc((var(--mdc-checkbox-touch-target-size, 40px) - 40px) / 2);
}
.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background {
  top: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  left: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
}
.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control {
  top: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  right: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  left: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  width: var(--mdc-checkbox-touch-target-size, 40px);
  height: var(--mdc-checkbox-touch-target-size, 40px);
}

@media all and (-ms-high-contrast: none) {
  .mdc-checkbox .mdc-checkbox__focus-ring {
    display: none;
  }
}

.mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "open sans", sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
.mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000;
}
.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #266cde;
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: white;
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f08686;
}
.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: #266cde;
  --mdc-filled-button-label-text-color: #fff;
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: #000;
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f08686;
  --mdc-filled-button-label-text-color: #000;
}
.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: #266cde;
  --mdc-protected-button-label-text-color: #fff;
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: #000;
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f08686;
  --mdc-protected-button-label-text-color: #000;
}
.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: #266cde;
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: white;
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f08686;
}
.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: #266cde;
  --mat-mdc-button-ripple-color: rgba(38, 108, 222, 0.1);
}
.mat-mdc-button.mat-accent, .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: white;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-button.mat-warn, .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f08686;
  --mat-mdc-button-ripple-color: rgba(240, 134, 134, 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: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 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;
}

.mdc-button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, "open sans", sans-serif));
  font-size: var(--mdc-typography-button-font-size, 14px);
  line-height: var(--mdc-typography-button-line-height, 14px);
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: var(--mdc-typography-button-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
          text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}

.mat-mdc-icon-button {
  --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: #266cde;
  --mat-mdc-button-ripple-color: rgba(38, 108, 222, 0.1);
}
.mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: white;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f08686;
  --mat-mdc-button-ripple-color: rgba(240, 134, 134, 0.1);
}
.mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #266cde;
}
.mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: white;
}
.mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f08686;
}
.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 {
  width: 48px;
  height: 48px;
  padding: 12px;
}
.mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 48px;
  max-width: 48px;
}
.mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  margin-left: 4px;
}
.mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 48px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 48px;
  transform: translate(-50%, -50%);
}

.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: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-fab.mat-unthemed, .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #fff;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.mat-mdc-fab.mat-primary, .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #266cde;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.mat-mdc-fab.mat-accent, .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: white;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.mat-mdc-fab.mat-warn, .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #f08686;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.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);
}

.mdc-fab--extended {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, "open sans", sans-serif));
  font-size: var(--mdc-typography-button-font-size, 14px);
  line-height: var(--mdc-typography-button-line-height, 14px);
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: var(--mdc-typography-button-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
          text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}
.mat-mdc-snack-bar-container {
  --mat-mdc-snack-bar-button-color: white;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
}

.mat-mdc-snack-bar-container {
  --mdc-snackbar-supporting-text-font: "open sans", sans-serif;
  --mdc-snackbar-supporting-text-line-height: 20px;
  --mdc-snackbar-supporting-text-size: 14px;
  --mdc-snackbar-supporting-text-weight: 400;
}

.mdc-data-table {
  background-color: var(--mdc-theme-surface, #fff);
  border-color: rgba(0, 0, 0, 0.12);
}
.mdc-data-table__row {
  background-color: inherit;
}

.mdc-data-table__header-cell {
  background-color: var(--mdc-theme-surface, #fff);
}

.mdc-data-table__row--selected {
  background-color: rgba(38, 108, 222, 0.04);
}

.mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.12);
}
.mdc-data-table__cell,
.mdc-data-table__header-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

.mdc-data-table__pagination {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.mdc-data-table__header-cell {
  color: rgba(0, 0, 0, 0.87);
}

.mdc-data-table__pagination-total,
.mdc-data-table__pagination-rows-per-page-label,
.mdc-data-table__cell {
  color: rgba(0, 0, 0, 0.87);
}

[dir=rtl] .mdc-data-table__pagination-button .mdc-button__icon, .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.mat-mdc-table {
  background: white;
}

.mat-mdc-table .mdc-data-table__row {
  height: 52px;
}
.mat-mdc-table .mdc-data-table__pagination {
  min-height: 52px;
}
.mat-mdc-table .mdc-data-table__header-row {
  height: 56px;
}

.mdc-data-table__content {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "open sans", sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}

.mdc-data-table__cell {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "open sans", sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}

.mdc-data-table__header-cell {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, "open sans", sans-serif));
  font-size: var(--mdc-typography-subtitle2-font-size, 15px);
  line-height: var(--mdc-typography-subtitle2-line-height, 24px);
  font-weight: var(--mdc-typography-subtitle2-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle2-text-transform, none);
}

[dir=rtl] .mdc-data-table__pagination-button .mdc-button__icon, .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #266cde;
}
.mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: white;
}
.mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #f08686;
}

.mat-badge {
  position: relative;
}

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

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

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

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

.mat-badge-content {
  color: white;
  background: #266cde;
}
.cdk-high-contrast-active .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.mat-badge-accent .mat-badge-content {
  background: white;
  color: black;
}

.mat-badge-warn .mat-badge-content {
  color: white;
  background: #f08686;
}

.mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}

.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: "open sans", sans-serif;
}

.mat-badge-small .mat-badge-content {
  font-size: 9px;
}

.mat-badge-large .mat-badge-content {
  font-size: 24px;
}

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

.mat-bottom-sheet-container {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: "open sans", sans-serif;
  letter-spacing: normal;
}

.mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.mat-button-toggle-group: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-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}

.mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}

.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #e0e0e0;
}

[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e0e0e0;
}

.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #e0e0e0;
}

.mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}

.mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}

.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.mat-button-toggle-group-appearance-standard {
  border: solid 1px #e0e0e0;
}

.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 48px;
}

.mat-button-toggle {
  font-family: "open sans", sans-serif;
}

.mat-calendar-arrow {
  fill: rgba(0, 0, 0, 0.54);
}

.mat-datepicker-toggle,
.mat-datepicker-content .mat-calendar-next-button,
.mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}

.mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}

.mat-calendar-table-header,
.mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}

.mat-calendar-body-cell-content,
.mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}

.mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(0, 0, 0, 0.38);
}

.mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}

.mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}

.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.18);
}

.mat-calendar-body-in-range::before {
  background: rgba(38, 108, 222, 0.2);
}

.mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}

.mat-calendar-body-comparison-bridge-start::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(38, 108, 222, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.mat-calendar-body-comparison-bridge-end::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(38, 108, 222, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}

.mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}

.mat-calendar-body-selected {
  background-color: #266cde;
  color: white;
}

.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(38, 108, 222, 0.4);
}

.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}

.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(38, 108, 222, 0.3);
}

@media (hover: hover) {
  .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(38, 108, 222, 0.3);
  }
}
.mat-datepicker-content {
  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);
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(255, 255, 255, 0.2);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: white;
  color: black;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(255, 255, 255, 0.4);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px black;
}
.mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(255, 255, 255, 0.3);
}
@media (hover: hover) {
  .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(255, 255, 255, 0.3);
  }
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(240, 134, 134, 0.2);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(240, 134, 134, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(240, 134, 134, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f08686;
  color: white;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(240, 134, 134, 0.4);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(240, 134, 134, 0.3);
}
@media (hover: hover) {
  .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(240, 134, 134, 0.3);
  }
}

.mat-datepicker-content-touch {
  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-datepicker-toggle-active {
  color: #266cde;
}
.mat-datepicker-toggle-active.mat-accent {
  color: white;
}
.mat-datepicker-toggle-active.mat-warn {
  color: #f08686;
}

.mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}

.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  width: 40px;
  height: 40px;
  padding: 8px;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 40px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 40px;
  transform: translate(-50%, -50%);
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}

.mat-calendar {
  font-family: "open sans", sans-serif;
}

.mat-calendar-body {
  font-size: 13px;
}

.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}

.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}

.mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}

.mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-expansion-panel: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-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(0, 0, 0, 0.04);
}

@media (hover: none) {
  .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}

.mat-expansion-panel-header-description,
.mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}

.mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}

.mat-expansion-panel-header {
  height: 48px;
}
.mat-expansion-panel-header.mat-expanded {
  height: 64px;
}

.mat-expansion-panel-header {
  font-family: "open sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.mat-expansion-panel-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: "open sans", sans-serif;
  letter-spacing: normal;
}

.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}
.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}

.mat-icon.mat-primary {
  color: #266cde;
}
.mat-icon.mat-accent {
  color: white;
}
.mat-icon.mat-warn {
  color: #f08686;
}

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

.mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-drawer.mat-drawer-push {
  background-color: white;
}
.mat-drawer:not(.mat-drawer-side) {
  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-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}

[dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
[dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}

.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}

.mat-step-header.cdk-keyboard-focused, .mat-step-header.cdk-program-focused, .mat-step-header:hover:not([aria-disabled]), .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .mat-step-header:hover {
    background: none;
  }
}
.mat-step-header .mat-step-label,
.mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
}
.mat-step-header .mat-step-icon-selected,
.mat-step-header .mat-step-icon-state-done,
.mat-step-header .mat-step-icon-state-edit {
  background-color: #266cde;
  color: white;
}
.mat-step-header.mat-accent .mat-step-icon {
  color: black;
}
.mat-step-header.mat-accent .mat-step-icon-selected,
.mat-step-header.mat-accent .mat-step-icon-state-done,
.mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: white;
  color: black;
}
.mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.mat-step-header.mat-warn .mat-step-icon-selected,
.mat-step-header.mat-warn .mat-step-icon-state-done,
.mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #f08686;
  color: white;
}
.mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #f08686;
}
.mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.mat-step-header .mat-step-label.mat-step-label-error {
  color: #f08686;
}

.mat-stepper-horizontal, .mat-stepper-vertical {
  background-color: white;
}

.mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}

.mat-horizontal-stepper-header::before,
.mat-horizontal-stepper-header::after,
.mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-horizontal-stepper-header {
  height: 72px;
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,
.mat-vertical-stepper-header {
  padding: 24px 24px;
}

.mat-stepper-vertical-line::before {
  top: -16px;
  bottom: -16px;
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after, .mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before {
  top: 36px;
}

.mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
  top: 36px;
}

.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: "open sans", sans-serif;
}

.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}

.mat-step-sub-label-error {
  font-weight: normal;
}

.mat-step-label-error {
  font-size: 14px;
}

.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}

.mat-sort-header-arrow {
  color: #757575;
}

.mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  background: #266cde;
  color: white;
}
.mat-toolbar.mat-accent {
  background: white;
  color: black;
}
.mat-toolbar.mat-warn {
  background: #f08686;
  color: white;
}
.mat-toolbar .mat-form-field-underline,
.mat-toolbar .mat-form-field-ripple,
.mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.mat-toolbar .mat-form-field-label,
.mat-toolbar .mat-focused .mat-form-field-label,
.mat-toolbar .mat-select-value,
.mat-toolbar .mat-select-arrow,
.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.mat-toolbar .mat-input-element {
  caret-color: currentColor;
}

.mat-toolbar-multiple-rows {
  min-height: 64px;
}

.mat-toolbar-row, .mat-toolbar-single-row {
  height: 64px;
}

@media (max-width: 599px) {
  .mat-toolbar-multiple-rows {
    min-height: 56px;
  }
  .mat-toolbar-row, .mat-toolbar-single-row {
    height: 56px;
  }
}
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  font-family: "open sans", sans-serif;
  letter-spacing: normal;
  margin: 0;
}

.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-tree {
  font-family: "open sans", sans-serif;
}

.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}

.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: "open sans", sans-serif;
}

.mat-badge-small .mat-badge-content {
  font-size: 9px;
}

.mat-badge-large .mat-badge-content {
  font-size: 24px;
}

.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  font-family: "open sans", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h2,
.mat-headline-6,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6,
.mat-typography h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  font-family: "open sans", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: "open sans", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h4,
.mat-body-1,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  font-family: "open sans", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px * 0.83) / 20px "open sans", sans-serif;
  margin: 0 0 12px;
}

.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px * 0.67) / 20px "open sans", sans-serif;
  margin: 0 0 12px;
}

.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  font-family: "open sans", sans-serif;
  letter-spacing: normal;
}

.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: "open sans", sans-serif;
  letter-spacing: normal;
}
.mat-body p,
.mat-body-2 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-2 p,
.mat-typography p {
  margin: 0 0 12px;
}

.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  font-family: "open sans", sans-serif;
  letter-spacing: normal;
}

.mat-headline-1,
.mat-typography .mat-headline-1 {
  font-size: 112px;
  font-weight: 300;
  line-height: 112px;
  font-family: "open sans", sans-serif;
  letter-spacing: normal;
  margin: 0 0 56px;
}

.mat-headline-2,
.mat-typography .mat-headline-2 {
  font-size: 56px;
  font-weight: 400;
  line-height: 56px;
  font-family: "open sans", sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}

.mat-headline-3,
.mat-typography .mat-headline-3 {
  font-size: 45px;
  font-weight: 400;
  line-height: 48px;
  font-family: "open sans", sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}

.mat-headline-4,
.mat-typography .mat-headline-4 {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  font-family: "open sans", sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}

.mat-bottom-sheet-container {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: "open sans", sans-serif;
  letter-spacing: normal;
}

.mat-button-toggle {
  font-family: "open sans", sans-serif;
}

.mat-calendar {
  font-family: "open sans", sans-serif;
}

.mat-calendar-body {
  font-size: 13px;
}

.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}

.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}

.mat-expansion-panel-header {
  font-family: "open sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.mat-expansion-panel-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: "open sans", sans-serif;
  letter-spacing: normal;
}

.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}
.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}

.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: "open sans", sans-serif;
}

.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}

.mat-step-sub-label-error {
  font-weight: normal;
}

.mat-step-label-error {
  font-size: 14px;
}

.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}

.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  font-family: "open sans", sans-serif;
  letter-spacing: normal;
  margin: 0;
}

.mat-tree {
  font-family: "open sans", sans-serif;
}

.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}

.mat-mdc-option {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, "open sans", sans-serif));
  font-size: var(--mdc-typography-body1-font-size, 14px);
  line-height: var(--mdc-typography-body1-line-height, 24px);
  font-weight: var(--mdc-typography-body1-font-weight, 500);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, normal);
}

.mat-mdc-card-title {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, "open sans", sans-serif));
  font-size: var(--mdc-typography-headline6-font-size, 20px);
  line-height: var(--mdc-typography-headline6-line-height, 32px);
  font-weight: var(--mdc-typography-headline6-font-weight, 500);
  letter-spacing: var(--mdc-typography-headline6-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
          text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
  text-transform: var(--mdc-typography-headline6-text-transform, none);
}

.mat-mdc-card-subtitle {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, "open sans", sans-serif));
  font-size: var(--mdc-typography-subtitle2-font-size, 15px);
  line-height: var(--mdc-typography-subtitle2-line-height, 24px);
  font-weight: var(--mdc-typography-subtitle2-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle2-text-transform, none);
}

.mat-mdc-tooltip {
  --mdc-plain-tooltip-supporting-text-font: "open sans", sans-serif;
  --mdc-plain-tooltip-supporting-text-size: 12px;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: normal;
}

.mdc-text-field__input {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, "open sans", sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
}
.mdc-text-field__affix {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, "open sans", sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
}
[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.mdc-text-field--textarea .mdc-text-field__input {
  line-height: 1.5rem;
}
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined, .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__input, .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.mdc-floating-label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, "open sans", sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
}

[dir=rtl] .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.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(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, "open sans", sans-serif));
  font-size: var(--mdc-typography-caption-font-size, 12px);
  line-height: var(--mdc-typography-caption-line-height, 20px);
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: var(--mdc-typography-caption-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
          text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: var(--mdc-typography-caption-text-transform, none);
}

.mat-mdc-form-field,
.mat-mdc-floating-label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, "open sans", sans-serif));
  font-size: var(--mdc-typography-body1-font-size, 14px);
  line-height: var(--mdc-typography-body1-line-height, 24px);
  font-weight: var(--mdc-typography-body1-font-weight, 500);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
  text-transform: var(--mdc-typography-body1-text-transform, none);
}

.mat-mdc-form-field .mdc-text-field--outlined .mdc-floating-label--float-above {
  font-size: calc(14px * var(--mat-mdc-form-field-floating-label-scale, 0.75));
}
.mat-mdc-form-field .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  font-size: 14px;
}

.mat-mdc-select-panel {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, "open sans", sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  line-height: var(--mdc-typography-subtitle1-line-height, 28px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
  /* @alternate */
  line-height: 24px;
}

.mat-mdc-select {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, "open sans", sans-serif));
  font-size: var(--mdc-typography-body1-font-size, 14px);
  line-height: var(--mdc-typography-body1-line-height, 24px);
  font-weight: var(--mdc-typography-body1-font-weight, 500);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
  text-transform: var(--mdc-typography-body1-text-transform, none);
}

.mat-mdc-autocomplete-panel {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, "open sans", sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  line-height: var(--mdc-typography-subtitle1-line-height, 28px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
  /* @alternate */
  line-height: 24px;
}

.mat-mdc-dialog-container {
  --mdc-dialog-subhead-font: "open sans", sans-serif;
  --mdc-dialog-subhead-line-height: 32px;
  --mdc-dialog-subhead-size: 20px;
  --mdc-dialog-subhead-weight: 500;
  --mdc-dialog-subhead-tracking: normal;
  --mdc-dialog-supporting-text-font: "open sans", sans-serif;
  --mdc-dialog-supporting-text-line-height: 24px;
  --mdc-dialog-supporting-text-size: 14px;
  --mdc-dialog-supporting-text-weight: 500;
  --mdc-dialog-supporting-text-tracking: normal;
}

.mat-mdc-standard-chip {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "open sans", sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}

.mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "open sans", sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
.mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "open sans", sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
.mat-mdc-slider {
  --mdc-slider-label-label-text-font: "open sans", sans-serif;
  --mdc-slider-label-label-text-size: 15px;
  --mdc-slider-label-label-text-line-height: 24px;
  --mdc-slider-label-label-text-tracking: normal;
  --mdc-slider-label-label-text-weight: 400;
}

.mat-mdc-menu-content {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, "open sans", sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  line-height: var(--mdc-typography-subtitle1-line-height, 28px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
  /* @alternate */
  line-height: 24px;
}
.mat-mdc-menu-content,
.mat-mdc-menu-content .mat-mdc-menu-item .mdc-list-item__primary-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, "open sans", sans-serif));
  font-size: var(--mdc-typography-body1-font-size, 14px);
  line-height: var(--mdc-typography-body1-line-height, 24px);
  font-weight: var(--mdc-typography-body1-font-weight, 500);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
  text-transform: var(--mdc-typography-body1-text-transform, none);
}

.mat-mdc-list-base {
  --mdc-list-list-item-label-text-font: "open sans", sans-serif;
  --mdc-list-list-item-label-text-line-height: 24px;
  --mdc-list-list-item-label-text-size: 14px;
  --mdc-list-list-item-label-text-tracking: normal;
  --mdc-list-list-item-label-text-weight: 500;
  --mdc-list-list-item-supporting-text-font: "open sans", sans-serif;
  --mdc-list-list-item-supporting-text-line-height: 20px;
  --mdc-list-list-item-supporting-text-size: 14px;
  --mdc-list-list-item-supporting-text-tracking: normal;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: "open sans", sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height: 20px;
  --mdc-list-list-item-trailing-supporting-text-size: 12px;
  --mdc-list-list-item-trailing-supporting-text-tracking: normal;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
}

.mdc-list-group__subheader {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: "open sans", sans-serif;
  letter-spacing: normal;
}

.mat-mdc-paginator {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, "open sans", sans-serif));
  font-size: var(--mdc-typography-caption-font-size, 12px);
  line-height: var(--mdc-typography-caption-line-height, 20px);
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: var(--mdc-typography-caption-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
          text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: var(--mdc-typography-caption-text-transform, none);
}

.mat-mdc-paginator .mat-mdc-select-value {
  font-size: 12px;
}

.mdc-tab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, "open sans", sans-serif));
  font-size: var(--mdc-typography-button-font-size, 14px);
  line-height: var(--mdc-typography-button-line-height, 14px);
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: var(--mdc-typography-button-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
          text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}
@media all and (-ms-high-contrast: none) {
  .mdc-checkbox .mdc-checkbox__focus-ring {
    display: none;
  }
}

.mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "open sans", sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
.mdc-button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, "open sans", sans-serif));
  font-size: var(--mdc-typography-button-font-size, 14px);
  line-height: var(--mdc-typography-button-line-height, 14px);
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: var(--mdc-typography-button-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
          text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}

.mdc-fab--extended {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, "open sans", sans-serif));
  font-size: var(--mdc-typography-button-font-size, 14px);
  line-height: var(--mdc-typography-button-line-height, 14px);
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: var(--mdc-typography-button-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
          text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}
.mat-mdc-snack-bar-container {
  --mdc-snackbar-supporting-text-font: "open sans", sans-serif;
  --mdc-snackbar-supporting-text-line-height: 20px;
  --mdc-snackbar-supporting-text-size: 14px;
  --mdc-snackbar-supporting-text-weight: 400;
}

.mdc-data-table__content {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "open sans", sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}

.mdc-data-table__cell {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "open sans", sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}

.mdc-data-table__header-cell {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, "open sans", sans-serif));
  font-size: var(--mdc-typography-subtitle2-font-size, 15px);
  line-height: var(--mdc-typography-subtitle2-line-height, 24px);
  font-weight: var(--mdc-typography-subtitle2-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle2-text-transform, none);
}

[dir=rtl] .mdc-data-table__pagination-button .mdc-button__icon, .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

@media print {
  * {
    overflow: visible !important;
  }
}
html,
body {
  height: 100%;
  background-color: #f6f6f6;
  color: #07192C;
}

body {
  margin: 0;
}

/* Material overrides START */
.mat-mdc-menu-panel.header__mobile-menu {
  display: none;
}
@media only screen and (max-width: 970px) {
  .mat-mdc-menu-panel.header__mobile-menu {
    display: block;
  }
}
.mat-mdc-menu-panel.header__mobile-menu.header__mobile-menu .mat-mdc-menu-item.header__tab--active {
  background-color: #e4edfb;
}

.mat-mdc-paginator-container {
  justify-content: center !important;
}

.remove-parts-dialog mat-dialog-container {
  background-color: #fdfcf8;
}

/* parts list discount adornment */
.discAdornment {
  background-color: transparent !important;
}

app-paginator {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.tla-slider-outer__optimum-overlay-icon {
  top: 11px !important;
}

.app-slider__active-bar {
  bottom: 6px !important;
}

.app-slider__handle {
  bottom: -2px !important;
}

.cdk-overlay-pane--rounded .mdc-dialog__surface {
  border-radius: 16px !important;
  padding: 30px !important;
}

.unconfirmed-ordered-parts .expander__title, .ordered-parts .expander__title, .removed-parts .expander__title {
  line-height: 20px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
}
.unconfirmed-ordered-parts .expander:hover, .ordered-parts .expander:hover, .removed-parts .expander:hover {
  position: relative;
  z-index: 999;
}

.notifications-filter-list .expander__header {
  display: grid !important;
  grid-template-columns: 2fr 1fr 2fr !important;
}

.notifications-filter-list .expander--expanded .expander__body {
  overflow-y: auto;
  padding-left: 0.6rem;
  margin-left: -0.6rem;
  margin-right: -0.4rem;
}

.arcus-insights-grey {
  color: #404040;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
}

.arcus-insights-blue {
  color: #0365B8;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
}

app-parts-import app-part-import-row app-parts-quantity-input .parts-quantity {
  max-height: 46px;
  justify-content: center;
}
app-parts-import app-part-import-row app-parts-quantity-input .parts-quantity.parts-quantity__parts-qty {
  border: 0;
  background-color: transparent;
  max-height: 46px;
}
app-parts-import app-part-import-row app-parts-quantity-input .parts-quantity.parts-quantity__parts-qty:hover {
  border: 0;
}
app-parts-import app-part-import-row app-parts-quantity-input .parts-quantity.parts-quantity__parts-qty input:focus {
  outline: none;
}
app-parts-import app-part-import-row app-parts-quantity-input .parts-quantity.parts-quantity__parts-qty lib-button button {
  position: relative;
  top: 5px;
  font-size: 10px;
}
app-parts-import app-part-import-row app-parts-quantity-input .parts-quantity.parts-quantity__parts-qty lib-button button.button--primary.button--flat {
  background-color: transparent;
  color: #1F1F1F;
}
/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/filepond/dist/filepond.min.css?ngGlobalStyle ***!
  \***************************************************************************************************************************************************************************************************************************************************/
/*!
 * FilePond 4.31.1
 * Licensed under MIT, https://opensource.org/licenses/MIT/
 * Please visit https://pqina.nl/filepond/ for details.
 */

/* eslint-disable */
.filepond--assistant{position:absolute;overflow:hidden;height:1px;width:1px;padding:0;border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);white-space:nowrap}.filepond--browser.filepond--browser{position:absolute;margin:0;padding:0;left:1em;top:1.75em;width:calc(100% - 2em);opacity:0;font-size:0}.filepond--data{position:absolute;width:0;height:0;padding:0;margin:0;border:none;visibility:hidden;pointer-events:none;contain:strict}.filepond--drip{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;opacity:.1;pointer-events:none;border-radius:.5em;background:rgba(0,0,0,.01)}.filepond--drip-blob{transform-origin:center center;width:8em;height:8em;margin-left:-4em;margin-top:-4em;background:#292625;border-radius:50%}.filepond--drip-blob,.filepond--drop-label{position:absolute;top:0;left:0;will-change:transform,opacity}.filepond--drop-label{right:0;margin:0;color:#4f4f4f;display:flex;justify-content:center;align-items:center;height:0;-webkit-user-select:none;user-select:none}.filepond--drop-label.filepond--drop-label label{display:block;margin:0;padding:.5em}.filepond--drop-label label{cursor:default;font-size:.875em;font-weight:400;text-align:center;line-height:1.5}.filepond--label-action{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;text-decoration-color:#a7a4a4;cursor:pointer}.filepond--root[data-disabled] .filepond--drop-label label{opacity:.5}.filepond--file-action-button.filepond--file-action-button{font-size:1em;width:1.625em;height:1.625em;font-family:inherit;line-height:inherit;margin:0;padding:0;border:none;outline:none;will-change:transform,opacity}.filepond--file-action-button.filepond--file-action-button span{position:absolute;overflow:hidden;height:1px;width:1px;padding:0;border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);white-space:nowrap}.filepond--file-action-button.filepond--file-action-button svg{width:100%;height:100%}.filepond--file-action-button.filepond--file-action-button:after{position:absolute;left:-.75em;right:-.75em;top:-.75em;bottom:-.75em;content:""}.filepond--file-action-button{cursor:auto;color:#fff;border-radius:50%;background-color:rgba(0,0,0,.5);background-image:none;box-shadow:0 0 0 0 hsla(0,0%,100%,0);transition:box-shadow .25s ease-in}.filepond--file-action-button:focus,.filepond--file-action-button:hover{box-shadow:0 0 0 .125em hsla(0,0%,100%,.9)}.filepond--file-action-button[disabled]{color:hsla(0,0%,100%,.5);background-color:rgba(0,0,0,.25)}.filepond--file-action-button[hidden]{display:none}.filepond--action-edit-item.filepond--action-edit-item{width:2em;height:2em;padding:.1875em}.filepond--action-edit-item.filepond--action-edit-item[data-align*=center]{margin-left:-.1875em}.filepond--action-edit-item.filepond--action-edit-item[data-align*=bottom]{margin-bottom:-.1875em}.filepond--action-edit-item-alt{border:none;line-height:inherit;background:transparent;font-family:inherit;color:inherit;outline:none;padding:0;margin:0 0 0 .25em;pointer-events:all;position:absolute}.filepond--action-edit-item-alt svg{width:1.3125em;height:1.3125em}.filepond--action-edit-item-alt span{font-size:0;opacity:0}.filepond--file-info{position:static;display:flex;flex-direction:column;align-items:flex-start;flex:1;margin:0 .5em 0 0;min-width:0;will-change:transform,opacity;pointer-events:none;-webkit-user-select:none;user-select:none}.filepond--file-info *{margin:0}.filepond--file-info .filepond--file-info-main{font-size:.75em;line-height:1.2;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%}.filepond--file-info .filepond--file-info-sub{font-size:.625em;opacity:.5;transition:opacity .25s ease-in-out;white-space:nowrap}.filepond--file-info .filepond--file-info-sub:empty{display:none}.filepond--file-status{position:static;display:flex;flex-direction:column;align-items:flex-end;flex-grow:0;flex-shrink:0;margin:0;min-width:2.25em;text-align:right;will-change:transform,opacity;pointer-events:none;-webkit-user-select:none;user-select:none}.filepond--file-status *{margin:0;white-space:nowrap}.filepond--file-status .filepond--file-status-main{font-size:.75em;line-height:1.2}.filepond--file-status .filepond--file-status-sub{font-size:.625em;opacity:.5;transition:opacity .25s ease-in-out}.filepond--file-wrapper.filepond--file-wrapper{border:none;margin:0;padding:0;min-width:0;height:100%}.filepond--file-wrapper.filepond--file-wrapper>legend{position:absolute;overflow:hidden;height:1px;width:1px;padding:0;border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);white-space:nowrap}.filepond--file{position:static;display:flex;height:100%;align-items:flex-start;padding:.5625em;color:#fff;border-radius:.5em}.filepond--file .filepond--file-status{margin-left:auto;margin-right:2.25em}.filepond--file .filepond--processing-complete-indicator{pointer-events:none;-webkit-user-select:none;user-select:none;z-index:3}.filepond--file .filepond--file-action-button,.filepond--file .filepond--processing-complete-indicator,.filepond--file .filepond--progress-indicator{position:absolute}.filepond--file [data-align*=left]{left:.5625em}.filepond--file [data-align*=right]{right:.5625em}.filepond--file [data-align*=center]{left:calc(50% - .8125em)}.filepond--file [data-align*=bottom]{bottom:1.125em}.filepond--file [data-align=center]{top:calc(50% - .8125em)}.filepond--file .filepond--progress-indicator{margin-top:.1875em}.filepond--file .filepond--progress-indicator[data-align*=right]{margin-right:.1875em}.filepond--file .filepond--progress-indicator[data-align*=left]{margin-left:.1875em}[data-filepond-item-state*=error] .filepond--file-info,[data-filepond-item-state*=invalid] .filepond--file-info,[data-filepond-item-state=cancelled] .filepond--file-info{margin-right:2.25em}[data-filepond-item-state~=processing] .filepond--file-status-sub{opacity:0}[data-filepond-item-state~=processing] .filepond--action-abort-item-processing~.filepond--file-status .filepond--file-status-sub{opacity:.5}[data-filepond-item-state=processing-error] .filepond--file-status-sub{opacity:0}[data-filepond-item-state=processing-error] .filepond--action-retry-item-processing~.filepond--file-status .filepond--file-status-sub{opacity:.5}[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing svg{animation:fall .5s linear .125s both}[data-filepond-item-state=processing-complete] .filepond--file-status-sub{opacity:.5}[data-filepond-item-state=processing-complete] .filepond--file-info-sub,[data-filepond-item-state=processing-complete] .filepond--processing-complete-indicator:not([style*=hidden])~.filepond--file-status .filepond--file-status-sub{opacity:0}[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing~.filepond--file-info .filepond--file-info-sub{opacity:.5}[data-filepond-item-state*=error] .filepond--file-wrapper,[data-filepond-item-state*=error] .filepond--panel,[data-filepond-item-state*=invalid] .filepond--file-wrapper,[data-filepond-item-state*=invalid] .filepond--panel{animation:shake .65s linear both}[data-filepond-item-state*=busy] .filepond--progress-indicator svg{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes shake{10%,90%{transform:translateX(-.0625em)}20%,80%{transform:translateX(.125em)}30%,50%,70%{transform:translateX(-.25em)}40%,60%{transform:translateX(.25em)}}@keyframes fall{0%{opacity:0;transform:scale(.5);animation-timing-function:ease-out}70%{opacity:1;transform:scale(1.1);animation-timing-function:ease-in-out}to{transform:scale(1);animation-timing-function:ease-out}}.filepond--hopper[data-hopper-state=drag-over]>*{pointer-events:none}.filepond--hopper[data-hopper-state=drag-over]:after{content:"";position:absolute;left:0;top:0;right:0;bottom:0;z-index:100}.filepond--progress-indicator{z-index:103}.filepond--file-action-button{z-index:102}.filepond--file-status{z-index:101}.filepond--file-info{z-index:100}.filepond--item{position:absolute;top:0;left:0;right:0;z-index:1;padding:0;margin:.25em;will-change:transform,opacity;touch-action:none}.filepond--item>.filepond--panel{z-index:-1}.filepond--item>.filepond--panel .filepond--panel-bottom{box-shadow:0 .0625em .125em -.0625em rgba(0,0,0,.25)}.filepond--item>.filepond--file-wrapper,.filepond--item>.filepond--panel{transition:opacity .15s ease-out}.filepond--item[data-drag-state]{cursor:grab}.filepond--item[data-drag-state]>.filepond--panel{transition:box-shadow .125s ease-in-out;box-shadow:0 0 0 transparent}.filepond--item[data-drag-state=drag]{cursor:grabbing}.filepond--item[data-drag-state=drag]>.filepond--panel{box-shadow:0 .125em .3125em rgba(0,0,0,.325)}.filepond--item[data-drag-state]:not([data-drag-state=idle]){z-index:2}.filepond--item-panel{background-color:#64605e}[data-filepond-item-state=processing-complete] .filepond--item-panel{background-color:#369763}[data-filepond-item-state*=error] .filepond--item-panel,[data-filepond-item-state*=invalid] .filepond--item-panel{background-color:#c44e47}.filepond--item-panel{border-radius:.5em;transition:background-color .25s}.filepond--list-scroller{position:absolute;top:0;left:0;right:0;margin:0;will-change:transform}.filepond--list-scroller[data-state=overflow] .filepond--list{bottom:0;right:0}.filepond--list-scroller[data-state=overflow]{overflow-y:scroll;overflow-x:hidden;-webkit-overflow-scrolling:touch;mask:linear-gradient(180deg,#000 calc(100% - .5em),transparent)}.filepond--list-scroller::-webkit-scrollbar{background:transparent}.filepond--list-scroller::-webkit-scrollbar:vertical{width:1em}.filepond--list-scroller::-webkit-scrollbar:horizontal{height:0}.filepond--list-scroller::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3);border-radius:99999px;border:.3125em solid transparent;background-clip:content-box}.filepond--list.filepond--list{position:absolute;top:0;margin:0;padding:0;list-style-type:none;will-change:transform}.filepond--list{left:.75em;right:.75em}.filepond--root[data-style-panel-layout~=integrated]{width:100%;height:100%;max-width:none;margin:0}.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root,.filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root{border-radius:0}.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root>*,.filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root>*{display:none}.filepond--root[data-style-panel-layout~=circle] .filepond--drop-label,.filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label{bottom:0;height:auto;display:flex;justify-content:center;align-items:center;z-index:7}.filepond--root[data-style-panel-layout~=circle] .filepond--item-panel,.filepond--root[data-style-panel-layout~=integrated] .filepond--item-panel{display:none}.filepond--root[data-style-panel-layout~=compact] .filepond--list-scroller,.filepond--root[data-style-panel-layout~=integrated] .filepond--list-scroller{overflow:hidden;height:100%;margin-top:0;margin-bottom:0}.filepond--root[data-style-panel-layout~=compact] .filepond--list,.filepond--root[data-style-panel-layout~=integrated] .filepond--list{left:0;right:0;height:100%}.filepond--root[data-style-panel-layout~=compact] .filepond--item,.filepond--root[data-style-panel-layout~=integrated] .filepond--item{margin:0}.filepond--root[data-style-panel-layout~=compact] .filepond--file-wrapper,.filepond--root[data-style-panel-layout~=integrated] .filepond--file-wrapper{height:100%}.filepond--root[data-style-panel-layout~=compact] .filepond--drop-label,.filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label{z-index:7}.filepond--root[data-style-panel-layout~=circle]{border-radius:99999rem;overflow:hidden}.filepond--root[data-style-panel-layout~=circle]>.filepond--panel{border-radius:inherit}.filepond--root[data-style-panel-layout~=circle]>.filepond--panel>*{display:none}.filepond--root[data-style-panel-layout~=circle] .filepond--file-info,.filepond--root[data-style-panel-layout~=circle] .filepond--file-status{display:none}.filepond--root[data-style-panel-layout~=circle] .filepond--action-edit-item{opacity:1!important;visibility:visible!important}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none) and (stroke-color:transparent){.filepond--root[data-style-panel-layout~=circle]{will-change:transform}}}.filepond--panel-root{border-radius:.5em;background-color:#f1f0ef}.filepond--panel{position:absolute;left:0;top:0;right:0;margin:0;height:100%!important;pointer-events:none}.filepond-panel:not([data-scalable=false]){height:auto!important}.filepond--panel[data-scalable=false]>div{display:none}.filepond--panel[data-scalable=true]{transform-style:preserve-3d;background-color:transparent!important;border:none!important}.filepond--panel-bottom,.filepond--panel-center,.filepond--panel-top{position:absolute;left:0;top:0;right:0;margin:0;padding:0}.filepond--panel-bottom,.filepond--panel-top{height:.5em}.filepond--panel-top{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important;border-bottom:none!important}.filepond--panel-top:after{content:"";position:absolute;height:2px;left:0;right:0;bottom:-1px;background-color:inherit}.filepond--panel-bottom,.filepond--panel-center{will-change:transform;backface-visibility:hidden;transform-origin:left top;transform:translate3d(0,.5em,0)}.filepond--panel-bottom{border-top-left-radius:0!important;border-top-right-radius:0!important;border-top:none!important}.filepond--panel-bottom:before{content:"";position:absolute;height:2px;left:0;right:0;top:-1px;background-color:inherit}.filepond--panel-center{height:100px!important;border-top:none!important;border-bottom:none!important;border-radius:0!important}.filepond--panel-center:not([style]){visibility:hidden}.filepond--progress-indicator{position:static;width:1.25em;height:1.25em;color:#fff;margin:0;pointer-events:none;will-change:transform,opacity}.filepond--progress-indicator svg{width:100%;height:100%;vertical-align:top;transform-box:fill-box}.filepond--progress-indicator path{fill:none;stroke:currentColor}.filepond--list-scroller{z-index:6}.filepond--drop-label{z-index:5}.filepond--drip{z-index:3}.filepond--root>.filepond--panel{z-index:2}.filepond--browser{z-index:1}.filepond--root{box-sizing:border-box;position:relative;margin-bottom:1em;font-size:1rem;line-height:normal;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:450;text-align:left;text-rendering:optimizeLegibility;direction:ltr;contain:layout style size}.filepond--root *{box-sizing:inherit;line-height:inherit}.filepond--root :not(text){font-size:inherit}.filepond--root[data-disabled]{pointer-events:none}.filepond--root[data-disabled] .filepond--list-scroller{pointer-events:all}.filepond--root[data-disabled] .filepond--list{pointer-events:none}.filepond--root .filepond--drop-label{min-height:4.75em}.filepond--root .filepond--list-scroller{margin-top:1em;margin-bottom:1em}.filepond--root .filepond--credits{position:absolute;right:0;opacity:.175;line-height:.85;font-size:11px;color:inherit;text-decoration:none;z-index:3;bottom:-14px}.filepond--root .filepond--credits[style]{top:0;bottom:auto;margin-top:14px}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/filepond-plugin-image-preview/dist/filepond-plugin-image-preview.min.css?ngGlobalStyle ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
/*!
 * FilePondPluginImagePreview 4.6.12
 * Licensed under MIT, https://opensource.org/licenses/MIT/
 * Please visit https://pqina.nl/filepond/ for details.
 */

/* eslint-disable */
.filepond--image-preview-markup{position:absolute;left:0;top:0}.filepond--image-preview-wrapper{z-index:2}.filepond--image-preview-overlay{display:block;position:absolute;left:0;top:0;width:100%;min-height:5rem;max-height:7rem;margin:0;opacity:0;z-index:2;pointer-events:none;-webkit-user-select:none;user-select:none}.filepond--image-preview-overlay svg{width:100%;height:auto;color:inherit;max-height:inherit}.filepond--image-preview-overlay-idle{mix-blend-mode:multiply;color:rgba(40,40,40,.85)}.filepond--image-preview-overlay-success{mix-blend-mode:normal;color:#369763}.filepond--image-preview-overlay-failure{mix-blend-mode:normal;color:#c44e47}@supports (-webkit-marquee-repetition:infinite) and (object-fit:fill){.filepond--image-preview-overlay-idle{mix-blend-mode:normal}}.filepond--image-preview-wrapper{-webkit-user-select:none;user-select:none;position:absolute;left:0;top:0;right:0;height:100%;margin:0;border-radius:.45em;overflow:hidden;background:rgba(0,0,0,.01)}.filepond--image-preview{position:absolute;left:0;top:0;z-index:1;display:flex;align-items:center;height:100%;width:100%;pointer-events:none;background:#222;will-change:transform,opacity}.filepond--image-clip{position:relative;overflow:hidden;margin:0 auto}.filepond--image-clip[data-transparency-indicator=grid] canvas,.filepond--image-clip[data-transparency-indicator=grid] img{background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' fill='%23eee'%3E%3Cpath d='M0 0h50v50H0M50 50h50v50H50'/%3E%3C/svg%3E");background-size:1.25em 1.25em}.filepond--image-bitmap,.filepond--image-vector{position:absolute;left:0;top:0;will-change:transform}.filepond--root[data-style-panel-layout~=integrated] .filepond--image-preview-wrapper{border-radius:0}.filepond--root[data-style-panel-layout~=integrated] .filepond--image-preview{height:100%;display:flex;justify-content:center;align-items:center}.filepond--root[data-style-panel-layout~=circle] .filepond--image-preview-wrapper{border-radius:99999rem}.filepond--root[data-style-panel-layout~=circle] .filepond--image-preview-overlay{top:auto;bottom:0;transform:scaleY(-1)}.filepond--root[data-style-panel-layout~=circle] .filepond--file .filepond--file-action-button[data-align*=bottom]:not([data-align*=center]){margin-bottom:.325em}.filepond--root[data-style-panel-layout~=circle] .filepond--file [data-align*=left]{left:calc(50% - 3em)}.filepond--root[data-style-panel-layout~=circle] .filepond--file [data-align*=right]{right:calc(50% - 3em)}.filepond--root[data-style-panel-layout~=circle] .filepond--progress-indicator[data-align*=bottom][data-align*=left],.filepond--root[data-style-panel-layout~=circle] .filepond--progress-indicator[data-align*=bottom][data-align*=right]{margin-bottom:.5125em}.filepond--root[data-style-panel-layout~=circle] .filepond--progress-indicator[data-align*=bottom][data-align*=center]{margin-top:0;margin-bottom:.1875em;margin-left:.1875em}
