:root {
  --review-calculator-height: 596px;
}

google-review-calculator #inputControlContainer .mat-focused,
google-review-calculator #inputControlContainer .mdc-text-field--focused {
  border: none !important;
  outline: none !important;
}

google-review-calculator #inputControlContainer mat-form-field {
  margin-top: auto;
  margin-bottom: auto;
  top: -1px !important;
}

google-review-calculator #inputControlContainer .mat-mdc-form-field-infix {
  margin-top: auto;
  margin-bottom: auto;
  top: -1px !important;
}

google-review-calculator #inputControlContainer .mdc-notched-outline__leading,
google-review-calculator #inputControlContainer .mdc-notched-outline__notch,
google-review-calculator #inputControlContainer .mdc-notched-outline__trailing {
  border-color: var(--pl) !important;
  border: none !important;
}

google-review-calculator #inputControlContainer .mdc-text-field--focused .mdc-notched-outline__leading,
google-review-calculator #inputControlContainer .mdc-text-field--focused .mdc-notched-outline__notch,
google-review-calculator #inputControlContainer .mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--pl) !important;
  border: none !important;
}

google-review-calculator .form-field-container {
  height: max-content;
}

google-review-calculator .component-footer__actions button {
  width: max-content !important;
}

google-review-calculator .component-footer__actions button .mdc-button__label {
  font-size: 14px !important;
  line-height: 20px !important;
  color: #fff !important;
  font-weight: 500 !important;
  letter-spacing: normal !important;
}

google-review-calculator #inputControlContainer .mat-mdc-input-element {
  font-size: 14px !important;
  line-height: 20px !important;
  color: #222222 !important;
  font-weight: 500 !important;
}

google-review-calculator .component-content h2 {
  font-size: 24px !important;
  line-height: 30px !important;
}

google-review-calculator .component-content ul {
  list-style-type: disc !important;
}
google-review-calculator #inputControlContainer .mat-mdc-form-field-icon-prefix {
  padding: 0 !important;
}

google-review-calculator .component-content ul li {
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
}

google-review-calculator .component-container[_ngcontent-ng-c869897291] {
  margin-bottom: 0 !important;
}

google-review-calculator .component-footer {
  overflow: hidden;
}

.pac-container {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
  border-top: none !important;
  /* border: 2px solid var(--pl); */
  transform: translateY(-4px);
  box-shadow: 0 6px 6px 0px rgba(0,0,0,.3) !important;
}

.pac-container * {
  font-size: 12px !important;
  line-height: 32px !important;
}

.pac-container .pac-item {
  /* padding-left: 16px !important; */
  padding-left: 16px !important;
  padding-right: 16px !important;
  border-top: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.pac-icon {
  display: none !important;
}

.pac-logo::after {
  background-position: calc(100% - 16px) center !important;
  padding: 16px !important;
  height: 48px !important;
}

@media (min-width: 640px) {

  google-review-calculator .main.desktop {
    /* left: calc(((100vw - 100%) / 2) + 2rem) !important; */
    bottom: unset;
    top: 64px;
    left: 0;
  }

  google-review-calculator .main.desktop .component {
    display: flex;
    flex-direction: column;
  }

  google-review-calculator .main.desktop .component-footer {
    z-index: 100;
  }

  google-review-calculator .component-container {
    margin-bottom: 0 !important;
    min-height: calc(var(--review-calculator-height) + 48px) !important;
  }

  google-review-calculator .component-container {
    width: calc(100% - 480px - 2rem - 2rem - 2rem) !important;
    max-width: calc(1280px - 480px - 2rem - 2rem - 2rem) !important;
  }



  google-review-calculator.step--0 {
    min-height: var(--review-calculator-height) !important;
    height: unset !important;
  }

  google-review-calculator.step--1 {
    min-height: unset;
    height: unset !important;
  }

  google-review-calculator.step--1 h2 {
    /* opacity: 0 !important; */
  }

  google-review-calculator div.component-content > div:nth-child(4) {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  google-review-calculator div.component-content > div:nth-child(4) > p {
    margin-bottom: 16px;
  }

  google-review-calculator .component-container .maps {
    width: calc(100% + (100vw - 100% - var(--scrollbarWidth))) !important;
    align-self: center;
  }

  google-review-calculator h2 {
    margin-top: 0 !important;
  }
}

@media (min-width: 1024px) {
  google-review-calculator.step--1 {
    min-height: 3100px !important;
  }
}


google-review-calculator #nameControlContainer mat-form-field,
google-review-calculator #emailControlContainer mat-form-field {
  /* background-color: rgb(245 245 245/1); */
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

google-review-calculator #nameControlContainer mat-form-field mat-label,
google-review-calculator #emailControlContainer mat-form-field mat-label {
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

google-review-calculator #nameControlContainer mat-form-field .mdc-floating-label--float-above,
google-review-calculator #emailControlContainer mat-form-field .mdc-floating-label--float-above {
  transform: translateY(-94%) scale(0.75) !important;
}

google-review-calculator #nameControlContainer mat-form-field .mat-mdc-input-element,
google-review-calculator #emailControlContainer mat-form-field .mat-mdc-input-element {
  /* background-color: rgb(245 245 245/1); */
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  height: unset !important;
}

google-review-calculator #nameControlContainer mat-form-field .mat-mdc-form-field-infix,
google-review-calculator #emailControlContainer mat-form-field .mat-mdc-form-field-infix {
  padding-bottom: 8px!important;
  padding-top: 17px!important;
  max-height: 48px;
}

google-review-calculator.step--1 .component-footer {
  grid-gap: 24px !important;
}

google-review-calculator.step--1 .component-footer h3 {
  font-size: 20px !important;
}

google-review-calculator > div > div.main.desktop > div > div.component-content,
google-review-calculator div.component-content > div:nth-child(5) {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

google-review-calculator > div > div.main.mobile > div.component-content > div:nth-child(4) {
  gap: 0;
}

google-review-calculator > div > div.main.desktop > div > div.component-content > div:nth-child(4) {
  gap: 0;
}

mat-error {
  color: #ff3737 !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  letter-spacing: normal !important;
}

@media (max-width: 639px) {
  #inputControlContainer {
    margin-top: 0 !important;
  }
  google-review-calculator > div > div.main.mobile > div.component-content > ul {
    padding-left: 16px !important;
  }

  google-review-calculator .component-content h2 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  google-review-calculator h2 {
    margin-top: 4px !important;
  }
}



#mat-mdc-form-field-label-8 > span::after {
  content: none !important;
}

#nameControlContainer > mat-form-field .mdc-line-ripple,
#emailControlContainer > mat-form-field .mdc-line-ripple {
  display: none !important;
}

#inputControlContainer {
  max-height: 48px !important;
}

google-review-calculator .component-content > div:nth-child(4) > p {
  margin-bottom: 16px;
}

#inputControlContainer .placeholder {
  top: 0 !important;
  font-weight: 500 !important;
  left: 38px !important;
}

google-review-calculator .component-content ul li {
  margin: 0 !important;
}

google-review-calculator #inputControlContainer .mat-mdc-form-field-infix {
  top: -0.9px !important;
}

google-review-calculator  #inputControlContainer .mat-mdc-form-field-icon-prefix>.mat-icon {
  padding: 12px 5px 12px 10px !important;
}

#reviewCalculatorSection #logos2Desktop {
  width: calc(100% - 480px - 2rem - 2rem - 2rem) !important;
  max-width: calc(1280px - 480px - 2rem - 2rem - 2rem) !important;
}

google-review-calculator .component-container {
  width: 100% !important;
  max-width: 100% !important;
}

/* google-review-calculator .component-container .stats.desktop {
  width: calc(100% - 480px - 2rem - 2rem - 2rem) !important;
  max-width: calc(1280px - 480px - 2rem - 2rem - 2rem) !important;
} */

@media (max-width: 1279px) {
  .component-container .main .component-content > div:not(#googleMyBusinessIcon) {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/@angular-builders/custom-webpack/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/@angular-builders/custom-webpack/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./apps/dein-ruf-de-01/src/styles.scss?ngGlobalStyle ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
  .bg-radial-gradient-p1 {
    background-image: radial-gradient(circle, rgb(40, 171, 227) 0%, rgb(26, 86, 219) 390%) !important;
    background-position: center center !important;
    background-size: 131% 131% !important;
  }

  .bg-linear-gradient-p1 {
    background-color: #28abe3 !important;
    background-image: linear-gradient(39deg, #28abe3 0%, rgba(26, 86, 219, 0.5) 222%) !important;
    background-position: center center !important;
    background-size: 333% 333% !important;
  }

  .bg-linear-gradient-s1 {
    background-color: #214679 !important;
    background-image: linear-gradient(31deg, rgba(0, 32, 77, 0.5) 0%, #214679 25%, rgba(26, 86, 219, 0.5) 333%) !important;
    background-position: center center !important;
    background-size: 333% 333% !important;
  }

  /* .bg-linear-gradient-custom1 {
    background-color: #0066ff !important;
    background-image: linear-gradient(139.9deg,#0066ff 49.15%,#28abe3 141.13%);
    background-position: center center !important;
    background-size: 222% 222% !important;
  } */
  .bg-linear-gradient-custom1 {
    background-color: var(--p) !important;
    background-image: linear-gradient(39deg, rgb(0, 102, 255) 30%, #28abe3 90%) !important;
    background-position: center center !important;
    background-size: 222% 222% !important;
    transition: all 75ms ease;
  }

  .bg-linear-gradient-custom1:hover {
    background-color: var(--pl) !important;
    background-image: linear-gradient(39deg, rgba(0, 102, 255, 0.75) 30%, #28abe3 90%) !important;
    background-position: center center !important;
    background-size: 222% 222% !important;
  }

  .bg-linear-gradient-p1 {
    background-color: #28abe3 !important;
  }

  .mat-ripple {
    overflow: hidden;
    position: relative;
  }
  .mat-ripple:not(:empty) {
    transform: translateZ(0);
  }

  .mat-ripple.mat-ripple-unbounded {
    overflow: visible;
  }

  .mat-ripple-element {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
    transform: scale3d(0, 0, 0);
    background-color: var(--mat-ripple-color, rgba(0, 0, 0, 0.1));
  }
  .cdk-high-contrast-active .mat-ripple-element {
    display: none;
  }

  .cdk-visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    left: 0;
  }
  [dir=rtl] .cdk-visually-hidden {
    left: auto;
    right: 0;
  }

  .cdk-overlay-container, .cdk-global-overlay-wrapper {
    pointer-events: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }

  .cdk-overlay-container {
    position: fixed;
    z-index: 1000;
  }
  .cdk-overlay-container:empty {
    display: none;
  }

  .cdk-global-overlay-wrapper {
    display: flex;
    position: absolute;
    z-index: 1000;
  }

  .cdk-overlay-pane {
    position: absolute;
    pointer-events: auto;
    box-sizing: border-box;
    z-index: 1000;
    display: flex;
    max-width: 100%;
    max-height: 100%;
  }

  .cdk-overlay-backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    pointer-events: auto;
    -webkit-tap-highlight-color: transparent;
    transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
    opacity: 0;
  }
  .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: 1;
  }
  .cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0.6;
  }

  .cdk-overlay-dark-backdrop {
    background: rgba(0, 0, 0, 0.32);
  }

  .cdk-overlay-transparent-backdrop {
    transition: visibility 1ms linear, opacity 1ms linear;
    visibility: hidden;
    opacity: 1;
  }
  .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0;
    visibility: visible;
  }

  .cdk-overlay-backdrop-noop-animation {
    transition: none;
  }

  .cdk-overlay-connected-position-bounding-box {
    position: absolute;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    min-width: 1px;
    min-height: 1px;
  }

  .cdk-global-scrollblock {
    position: fixed;
    width: 100%;
    overflow-y: scroll;
  }

  textarea.cdk-textarea-autosize {
    resize: none;
  }

  textarea.cdk-textarea-autosize-measuring {
    padding: 2px 0 !important;
    box-sizing: content-box !important;
    height: auto !important;
    overflow: hidden !important;
  }

  textarea.cdk-textarea-autosize-measuring-firefox {
    padding: 2px 0 !important;
    box-sizing: content-box !important;
    height: 0 !important;
  }

  @keyframes cdk-text-field-autofill-start { /*!*/ }
  @keyframes cdk-text-field-autofill-end { /*!*/ }
  .cdk-text-field-autofill-monitored:-webkit-autofill {
    animation: cdk-text-field-autofill-start 0s 1ms;
  }

  .cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
    animation: cdk-text-field-autofill-end 0s 1ms;
  }

  .mat-focus-indicator {
    position: relative;
  }
  .mat-focus-indicator::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    box-sizing: border-box;
    pointer-events: none;
    display: var(--mat-focus-indicator-display, none);
    border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
    border-radius: var(--mat-focus-indicator-border-radius, 4px);
  }
  .mat-focus-indicator:focus::before {
    content: "";
  }

  .cdk-high-contrast-active {
    --mat-focus-indicator-display: block;
  }

  .mat-mdc-focus-indicator {
    position: relative;
  }
  .mat-mdc-focus-indicator::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    box-sizing: border-box;
    pointer-events: none;
    display: var(--mat-mdc-focus-indicator-display, none);
    border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
    border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
  }
  .mat-mdc-focus-indicator:focus::before {
    content: "";
  }

  .cdk-high-contrast-active {
    --mat-mdc-focus-indicator-display: block;
  }

  .mat-mdc-button {
    --mdc-text-button-label-text-color: #fff;
    --mdc-text-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
    --mat-text-button-state-layer-color: #fff;
    --mat-text-button-ripple-color: rgba(255, 255, 255, 0.1);
    --mat-text-button-hover-state-layer-opacity: 0.08;
    --mat-text-button-focus-state-layer-opacity: 0.24;
    --mat-text-button-pressed-state-layer-opacity: 0.24;
  }
  .mat-mdc-button.mat-primary {
    --mdc-text-button-label-text-color: #28abe3;
    --mat-text-button-state-layer-color: #28abe3;
    --mat-text-button-ripple-color: rgba(40, 171, 227, 0.1);
  }
  .mat-mdc-button.mat-accent {
    --mdc-text-button-label-text-color: #214679;
    --mat-text-button-state-layer-color: #214679;
    --mat-text-button-ripple-color: rgba(33, 70, 121, 0.1);
  }
  .mat-mdc-button.mat-warn {
    --mdc-text-button-label-text-color: #f44336;
    --mat-text-button-state-layer-color: #f44336;
    --mat-text-button-ripple-color: rgba(244, 67, 54, 0.1);
  }

  .mat-mdc-unelevated-button {
    --mdc-filled-button-container-color: #424242;
    --mdc-filled-button-label-text-color: #fff;
    --mdc-filled-button-disabled-container-color: rgba(255, 255, 255, 0.12);
    --mdc-filled-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
    --mat-filled-button-state-layer-color: #fff;
    --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
    --mat-filled-button-hover-state-layer-opacity: 0.08;
    --mat-filled-button-focus-state-layer-opacity: 0.24;
    --mat-filled-button-pressed-state-layer-opacity: 0.24;
  }
  .mat-mdc-unelevated-button.mat-primary {
    --mdc-filled-button-container-color: #28abe3;
    --mdc-filled-button-label-text-color: #000;
    --mat-filled-button-state-layer-color: #000;
    --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  }
  .mat-mdc-unelevated-button.mat-accent {
    --mdc-filled-button-container-color: #214679;
    --mdc-filled-button-label-text-color: #fff;
    --mat-filled-button-state-layer-color: #fff;
    --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
  }
  .mat-mdc-unelevated-button.mat-warn {
    --mdc-filled-button-container-color: #f44336;
    --mdc-filled-button-label-text-color: #fff;
    --mat-filled-button-state-layer-color: #fff;
    --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
  }

  .mat-mdc-raised-button {
    --mdc-protected-button-container-color: #424242;
    --mdc-protected-button-label-text-color: #fff;
    --mdc-protected-button-disabled-container-color: rgba(255, 255, 255, 0.12);
    --mdc-protected-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
    --mat-protected-button-state-layer-color: #fff;
    --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
    --mat-protected-button-hover-state-layer-opacity: 0.08;
    --mat-protected-button-focus-state-layer-opacity: 0.24;
    --mat-protected-button-pressed-state-layer-opacity: 0.24;
    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-mdc-raised-button.mat-primary {
    --mdc-protected-button-container-color: #28abe3;
    --mdc-protected-button-label-text-color: #000;
    --mat-protected-button-state-layer-color: #000;
    --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  }
  .mat-mdc-raised-button.mat-accent {
    --mdc-protected-button-container-color: #214679;
    --mdc-protected-button-label-text-color: #fff;
    --mat-protected-button-state-layer-color: #fff;
    --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
  }
  .mat-mdc-raised-button.mat-warn {
    --mdc-protected-button-container-color: #f44336;
    --mdc-protected-button-label-text-color: #fff;
    --mat-protected-button-state-layer-color: #fff;
    --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
  }
  .mat-mdc-raised-button:hover, .mat-mdc-raised-button:focus {
    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-mdc-raised-button:active, .mat-mdc-raised-button:focus:active {
    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-mdc-outlined-button {
    --mdc-outlined-button-disabled-outline-color: rgba(255, 255, 255, 0.12);
    --mdc-outlined-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
    --mdc-outlined-button-label-text-color: #fff;
    --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
    --mat-outlined-button-state-layer-color: #fff;
    --mat-outlined-button-ripple-color: rgba(255, 255, 255, 0.1);
    --mat-outlined-button-hover-state-layer-opacity: 0.08;
    --mat-outlined-button-focus-state-layer-opacity: 0.24;
    --mat-outlined-button-pressed-state-layer-opacity: 0.24;
  }
  .mat-mdc-outlined-button.mat-primary {
    --mdc-outlined-button-label-text-color: #28abe3;
    --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
    --mat-outlined-button-state-layer-color: #28abe3;
    --mat-outlined-button-ripple-color: rgba(40, 171, 227, 0.1);
  }
  .mat-mdc-outlined-button.mat-accent {
    --mdc-outlined-button-label-text-color: #214679;
    --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
    --mat-outlined-button-state-layer-color: #214679;
    --mat-outlined-button-ripple-color: rgba(33, 70, 121, 0.1);
  }
  .mat-mdc-outlined-button.mat-warn {
    --mdc-outlined-button-label-text-color: #f44336;
    --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
    --mat-outlined-button-state-layer-color: #f44336;
    --mat-outlined-button-ripple-color: rgba(244, 67, 54, 0.1);
  }

  .mat-mdc-button {
    --mdc-text-button-container-height: 36px;
  }

  .mat-mdc-raised-button {
    --mdc-protected-button-container-height: 36px;
  }

  .mat-mdc-unelevated-button {
    --mdc-filled-button-container-height: 36px;
  }

  .mat-mdc-outlined-button {
    --mdc-outlined-button-container-height: 36px;
  }

  html {
    --mdc-elevated-card-container-shape: 4px;
    --mdc-outlined-card-container-shape: 4px;
    --mdc-outlined-card-outline-width: 1px;
    --mdc-elevated-card-container-color: #424242;
    --mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    --mdc-outlined-card-container-color: #424242;
    --mdc-outlined-card-outline-color: rgba(255, 255, 255, 0.12);
    --mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
    --mat-card-subtitle-text-color: rgba(255, 255, 255, 0.7);
    --mdc-checkbox-disabled-selected-checkmark-color: #fff;
    --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
    --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
    --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
    --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
    --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
    --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
    --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
    --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
    --mdc-checkbox-selected-checkmark-color: #fff;
    --mdc-checkbox-selected-focus-icon-color: #214679;
    --mdc-checkbox-selected-hover-icon-color: #214679;
    --mdc-checkbox-selected-icon-color: #214679;
    --mdc-checkbox-selected-pressed-icon-color: #214679;
    --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
    --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
    --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
    --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
    --mdc-checkbox-selected-focus-state-layer-color: #214679;
    --mdc-checkbox-selected-hover-state-layer-color: #214679;
    --mdc-checkbox-selected-pressed-state-layer-color: #214679;
    --mdc-checkbox-unselected-focus-state-layer-color: white;
    --mdc-checkbox-unselected-hover-state-layer-color: white;
    --mdc-checkbox-unselected-pressed-state-layer-color: white;
  }

  .mat-mdc-checkbox.mat-primary {
    --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
    --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
    --mdc-checkbox-selected-checkmark-color: #000;
    --mdc-checkbox-selected-focus-icon-color: #28abe3;
    --mdc-checkbox-selected-hover-icon-color: #28abe3;
    --mdc-checkbox-selected-icon-color: #28abe3;
    --mdc-checkbox-selected-pressed-icon-color: #28abe3;
    --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
    --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
    --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
    --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
    --mdc-checkbox-selected-focus-state-layer-color: #28abe3;
    --mdc-checkbox-selected-hover-state-layer-color: #28abe3;
    --mdc-checkbox-selected-pressed-state-layer-color: #28abe3;
    --mdc-checkbox-unselected-focus-state-layer-color: white;
    --mdc-checkbox-unselected-hover-state-layer-color: white;
    --mdc-checkbox-unselected-pressed-state-layer-color: white;
  }
  .mat-mdc-checkbox.mat-warn {
    --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
    --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
    --mdc-checkbox-selected-checkmark-color: #fff;
    --mdc-checkbox-selected-focus-icon-color: #f44336;
    --mdc-checkbox-selected-hover-icon-color: #f44336;
    --mdc-checkbox-selected-icon-color: #f44336;
    --mdc-checkbox-selected-pressed-icon-color: #f44336;
    --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
    --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
    --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
    --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
    --mdc-checkbox-selected-focus-state-layer-color: #f44336;
    --mdc-checkbox-selected-hover-state-layer-color: #f44336;
    --mdc-checkbox-selected-pressed-state-layer-color: #f44336;
    --mdc-checkbox-unselected-focus-state-layer-color: white;
    --mdc-checkbox-unselected-hover-state-layer-color: white;
    --mdc-checkbox-unselected-pressed-state-layer-color: white;
  }
  .mat-mdc-checkbox .mdc-form-field {
    color: var(--mdc-theme-text-primary-on-background, white);
  }
  .mat-mdc-checkbox.mat-mdc-checkbox-disabled label {
    color: rgba(255, 255, 255, 0.5);
  }

  html {
    --mdc-checkbox-state-layer-size: 28px;
  }

  .mat-mdc-checkbox-touch-target {
    display: none;
  }

  .mat-mdc-standard-chip {
    --mdc-chip-container-shape-family: rounded;
    --mdc-chip-container-shape-radius: 16px 16px 16px 16px;
    --mdc-chip-with-avatar-avatar-shape-family: rounded;
    --mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;
    --mdc-chip-with-avatar-avatar-size: 28px;
    --mdc-chip-with-icon-icon-size: 18px;
    --mdc-chip-disabled-label-text-color: #fafafa;
    --mdc-chip-elevated-container-color: #595959;
    --mdc-chip-elevated-disabled-container-color: #595959;
    --mdc-chip-focus-state-layer-color: white;
    --mdc-chip-focus-state-layer-opacity: 0.12;
    --mdc-chip-label-text-color: #fafafa;
    --mdc-chip-with-icon-icon-color: #fafafa;
    --mdc-chip-with-icon-disabled-icon-color: #fafafa;
    --mdc-chip-with-icon-selected-icon-color: #fafafa;
    --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;
    --mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa;
  }
  .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
    --mdc-chip-disabled-label-text-color: white;
    --mdc-chip-elevated-container-color: #28abe3;
    --mdc-chip-elevated-disabled-container-color: #28abe3;
    --mdc-chip-focus-state-layer-color: white;
    --mdc-chip-focus-state-layer-opacity: 0.12;
    --mdc-chip-label-text-color: white;
    --mdc-chip-with-icon-icon-color: white;
    --mdc-chip-with-icon-disabled-icon-color: white;
    --mdc-chip-with-icon-selected-icon-color: white;
    --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
    --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  }
  .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
    --mdc-chip-disabled-label-text-color: white;
    --mdc-chip-elevated-container-color: #214679;
    --mdc-chip-elevated-disabled-container-color: #214679;
    --mdc-chip-focus-state-layer-color: white;
    --mdc-chip-focus-state-layer-opacity: 0.12;
    --mdc-chip-label-text-color: white;
    --mdc-chip-with-icon-icon-color: white;
    --mdc-chip-with-icon-disabled-icon-color: white;
    --mdc-chip-with-icon-selected-icon-color: white;
    --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
    --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  }
  .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
    --mdc-chip-disabled-label-text-color: white;
    --mdc-chip-elevated-container-color: #f44336;
    --mdc-chip-elevated-disabled-container-color: #f44336;
    --mdc-chip-focus-state-layer-color: white;
    --mdc-chip-focus-state-layer-opacity: 0.12;
    --mdc-chip-label-text-color: white;
    --mdc-chip-with-icon-icon-color: white;
    --mdc-chip-with-icon-disabled-icon-color: white;
    --mdc-chip-with-icon-selected-icon-color: white;
    --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
    --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  }

  .mat-mdc-chip.mat-mdc-standard-chip {
    --mdc-chip-container-height: 32px;
  }

  html {
    --mdc-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
    --mdc-dialog-container-shadow-color: #000;
    --mdc-dialog-container-shape: 4px;
    --mdc-dialog-container-color: #424242;
    --mdc-dialog-subhead-color: rgba(255, 255, 255, 0.87);
    --mdc-dialog-supporting-text-color: rgba(255, 255, 255, 0.6);
    --mat-divider-width: 1px;
    --mat-divider-color: rgba(255, 255, 255, 0.12);
    --mdc-filled-text-field-active-indicator-height: 1px;
    --mdc-filled-text-field-focus-active-indicator-height: 2px;
    --mdc-filled-text-field-container-shape: 4px;
    --mdc-outlined-text-field-outline-width: 1px;
    --mdc-outlined-text-field-focus-outline-width: 2px;
    --mdc-outlined-text-field-container-shape: 4px;
    --mdc-filled-text-field-caret-color: #28abe3;
    --mdc-filled-text-field-focus-active-indicator-color: #28abe3;
    --mdc-filled-text-field-focus-label-text-color: rgba(40, 171, 227, 0.87);
    --mdc-filled-text-field-container-color: #4a4a4a;
    --mdc-filled-text-field-disabled-container-color: #464646;
    --mdc-filled-text-field-label-text-color: rgba(255, 255, 255, 0.6);
    --mdc-filled-text-field-disabled-label-text-color: rgba(255, 255, 255, 0.38);
    --mdc-filled-text-field-input-text-color: rgba(255, 255, 255, 0.87);
    --mdc-filled-text-field-disabled-input-text-color: rgba(255, 255, 255, 0.38);
    --mdc-filled-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
    --mdc-filled-text-field-error-focus-label-text-color: #f44336;
    --mdc-filled-text-field-error-label-text-color: #f44336;
    --mdc-filled-text-field-error-caret-color: #f44336;
    --mdc-filled-text-field-active-indicator-color: rgba(255, 255, 255, 0.42);
    --mdc-filled-text-field-disabled-active-indicator-color: rgba(255, 255, 255, 0.06);
    --mdc-filled-text-field-hover-active-indicator-color: rgba(255, 255, 255, 0.87);
    --mdc-filled-text-field-error-active-indicator-color: #f44336;
    --mdc-filled-text-field-error-focus-active-indicator-color: #f44336;
    --mdc-filled-text-field-error-hover-active-indicator-color: #f44336;
    --mdc-outlined-text-field-caret-color: #28abe3;
    --mdc-outlined-text-field-focus-outline-color: #28abe3;
    --mdc-outlined-text-field-focus-label-text-color: rgba(40, 171, 227, 0.87);
    --mdc-outlined-text-field-label-text-color: rgba(255, 255, 255, 0.6);
    --mdc-outlined-text-field-disabled-label-text-color: rgba(255, 255, 255, 0.38);
    --mdc-outlined-text-field-input-text-color: rgba(255, 255, 255, 0.87);
    --mdc-outlined-text-field-disabled-input-text-color: rgba(255, 255, 255, 0.38);
    --mdc-outlined-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
    --mdc-outlined-text-field-error-caret-color: #f44336;
    --mdc-outlined-text-field-error-focus-label-text-color: #f44336;
    --mdc-outlined-text-field-error-label-text-color: #f44336;
    --mdc-outlined-text-field-outline-color: rgba(255, 255, 255, 0.38);
    --mdc-outlined-text-field-disabled-outline-color: rgba(255, 255, 255, 0.06);
    --mdc-outlined-text-field-hover-outline-color: rgba(255, 255, 255, 0.87);
    --mdc-outlined-text-field-error-focus-outline-color: #f44336;
    --mdc-outlined-text-field-error-hover-outline-color: #f44336;
    --mdc-outlined-text-field-error-outline-color: #f44336;
    --mat-form-field-focus-select-arrow-color: rgba(40, 171, 227, 0.87);
    --mat-form-field-disabled-input-text-placeholder-color: rgba(255, 255, 255, 0.38);
    --mat-form-field-state-layer-color: rgba(255, 255, 255, 0.87);
    --mat-form-field-error-text-color: #f44336;
    --mat-form-field-select-option-text-color: rgba(0, 0, 0, 0.87);
    --mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, 0.38);
    --mat-form-field-enabled-select-arrow-color: rgba(255, 255, 255, 0.54);
    --mat-form-field-disabled-select-arrow-color: rgba(255, 255, 255, 0.38);
    --mat-form-field-hover-state-layer-opacity: 0.08;
    --mat-form-field-focus-state-layer-opacity: 0.24;
  }

  .mat-mdc-form-field.mat-accent {
    --mdc-filled-text-field-caret-color: #214679;
    --mdc-filled-text-field-focus-active-indicator-color: #214679;
    --mdc-filled-text-field-focus-label-text-color: rgba(33, 70, 121, 0.87);
    --mdc-outlined-text-field-caret-color: #214679;
    --mdc-outlined-text-field-focus-outline-color: #214679;
    --mdc-outlined-text-field-focus-label-text-color: rgba(33, 70, 121, 0.87);
    --mat-form-field-focus-select-arrow-color: rgba(33, 70, 121, 0.87);
  }

  .mat-mdc-form-field.mat-warn {
    --mdc-filled-text-field-caret-color: #f44336;
    --mdc-filled-text-field-focus-active-indicator-color: #f44336;
    --mdc-filled-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
    --mdc-outlined-text-field-caret-color: #f44336;
    --mdc-outlined-text-field-focus-outline-color: #f44336;
    --mdc-outlined-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
    --mat-form-field-focus-select-arrow-color: rgba(244, 67, 54, 0.87);
  }

  html {
    --mat-form-field-container-height: 56px;
    --mat-form-field-filled-label-display: block;
    --mat-form-field-container-vertical-padding: 16px;
    --mat-form-field-filled-with-label-container-padding-top: 24px;
    --mat-form-field-filled-with-label-container-padding-bottom: 8px;
    --mdc-linear-progress-active-indicator-height: 4px;
    --mdc-linear-progress-track-height: 4px;
    --mdc-linear-progress-track-shape: 0;
  }

  .mat-mdc-progress-bar {
    --mdc-linear-progress-active-indicator-color: #28abe3;
    --mdc-linear-progress-track-color: rgba(40, 171, 227, 0.25);
  }
  @keyframes mdc-linear-progress-buffering {
    from {
      /* @noflip */ /*rtl:ignore*/
    }
  }
  .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
    background-color: rgba(40, 171, 227, 0.25);
    /* @alternate */
    background-color: var(--mdc-linear-progress-track-color, rgba(40, 171, 227, 0.25));
  }
  @media (forced-colors: active) {
    .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
      background-color: ButtonBorder;
    }
  }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
      background-color: transparent;
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(40, 171, 227, 0.25)'/%3E%3C/svg%3E");
    }
  }
  .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
    background-color: rgba(40, 171, 227, 0.25);
    /* @alternate */
    background-color: var(--mdc-linear-progress-track-color, rgba(40, 171, 227, 0.25));
  }
  .mat-mdc-progress-bar.mat-accent {
    --mdc-linear-progress-active-indicator-color: #214679;
    --mdc-linear-progress-track-color: rgba(33, 70, 121, 0.25);
  }
  @keyframes mdc-linear-progress-buffering {
    from {
      /* @noflip */ /*rtl:ignore*/
    }
  }
  .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
    background-color: rgba(33, 70, 121, 0.25);
    /* @alternate */
    background-color: var(--mdc-linear-progress-track-color, rgba(33, 70, 121, 0.25));
  }
  @media (forced-colors: active) {
    .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
      background-color: ButtonBorder;
    }
  }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
      background-color: transparent;
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(33, 70, 121, 0.25)'/%3E%3C/svg%3E");
    }
  }
  .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
    background-color: rgba(33, 70, 121, 0.25);
    /* @alternate */
    background-color: var(--mdc-linear-progress-track-color, rgba(33, 70, 121, 0.25));
  }
  .mat-mdc-progress-bar.mat-warn {
    --mdc-linear-progress-active-indicator-color: #f44336;
    --mdc-linear-progress-track-color: rgba(244, 67, 54, 0.25);
  }
  @keyframes mdc-linear-progress-buffering {
    from {
      /* @noflip */ /*rtl:ignore*/
    }
  }
  .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
    background-color: rgba(244, 67, 54, 0.25);
    /* @alternate */
    background-color: var(--mdc-linear-progress-track-color, rgba(244, 67, 54, 0.25));
  }
  @media (forced-colors: active) {
    .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
      background-color: ButtonBorder;
    }
  }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
      background-color: transparent;
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E");
    }
  }
  .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
    background-color: rgba(244, 67, 54, 0.25);
    /* @alternate */
    background-color: var(--mdc-linear-progress-track-color, rgba(244, 67, 54, 0.25));
  }
  html {
    --mdc-circular-progress-active-indicator-width: 4px;
    --mdc-circular-progress-size: 48px;
    --mdc-circular-progress-active-indicator-color: #28abe3;
  }
  html .mat-accent {
    --mdc-circular-progress-active-indicator-color: #214679;
  }
  html .mat-warn {
    --mdc-circular-progress-active-indicator-color: #f44336;
  }

  html {
    --mat-ripple-color: rgba(255, 255, 255, 0.1);
    --mat-select-panel-background-color: #424242;
    --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
    --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
    --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
    --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
    --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
    --mat-select-focused-arrow-color: rgba(40, 171, 227, 0.87);
    --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
  }
  html .mat-mdc-form-field.mat-accent {
    --mat-select-panel-background-color: #424242;
    --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
    --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
    --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
    --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
    --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
    --mat-select-focused-arrow-color: rgba(33, 70, 121, 0.87);
    --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
  }
  html .mat-mdc-form-field.mat-warn {
    --mat-select-panel-background-color: #424242;
    --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
    --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
    --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
    --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
    --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
    --mat-select-focused-arrow-color: rgba(244, 67, 54, 0.87);
    --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
  }

  .mdc-switch {
    --mdc-switch-disabled-handle-opacity: 0.38;
    --mdc-switch-disabled-selected-icon-opacity: 0.38;
    --mdc-switch-disabled-track-opacity: 0.12;
    --mdc-switch-disabled-unselected-icon-opacity: 0.38;
    --mdc-switch-handle-height: 20px;
    --mdc-switch-handle-shape: 10px;
    --mdc-switch-handle-width: 20px;
    --mdc-switch-selected-icon-size: 18px;
    --mdc-switch-track-height: 14px;
    --mdc-switch-track-shape: 7px;
    --mdc-switch-track-width: 36px;
    --mdc-switch-unselected-icon-size: 18px;
    --mdc-switch-state-layer-size: 40px;
    --mdc-switch-selected-focus-state-layer-opacity: 0.12;
    --mdc-switch-selected-hover-state-layer-opacity: 0.04;
    --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
    --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
    --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
    --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  }

  .mat-mdc-slide-toggle {
    --mdc-switch-selected-focus-state-layer-color: #69c4eb;
    --mdc-switch-selected-handle-color: #69c4eb;
    --mdc-switch-selected-hover-state-layer-color: #69c4eb;
    --mdc-switch-selected-pressed-state-layer-color: #69c4eb;
    --mdc-switch-selected-focus-handle-color: #94d5f1;
    --mdc-switch-selected-hover-handle-color: #94d5f1;
    --mdc-switch-selected-pressed-handle-color: #94d5f1;
    --mdc-switch-selected-focus-track-color: #24a4e0;
    --mdc-switch-selected-hover-track-color: #24a4e0;
    --mdc-switch-selected-pressed-track-color: #24a4e0;
    --mdc-switch-selected-track-color: #24a4e0;
    --mdc-switch-disabled-selected-handle-color: #000;
    --mdc-switch-disabled-selected-icon-color: #212121;
    --mdc-switch-disabled-selected-track-color: #f5f5f5;
    --mdc-switch-disabled-unselected-handle-color: #000;
    --mdc-switch-disabled-unselected-icon-color: #212121;
    --mdc-switch-disabled-unselected-track-color: #f5f5f5;
    --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
    --mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    --mdc-switch-handle-shadow-color: black;
    --mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
    --mdc-switch-selected-icon-color: #212121;
    --mdc-switch-unselected-focus-handle-color: #fafafa;
    --mdc-switch-unselected-focus-state-layer-color: #f5f5f5;
    --mdc-switch-unselected-focus-track-color: #616161;
    --mdc-switch-unselected-handle-color: #9e9e9e;
    --mdc-switch-unselected-hover-handle-color: #fafafa;
    --mdc-switch-unselected-hover-state-layer-color: #f5f5f5;
    --mdc-switch-unselected-hover-track-color: #616161;
    --mdc-switch-unselected-icon-color: #212121;
    --mdc-switch-unselected-pressed-handle-color: #fafafa;
    --mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;
    --mdc-switch-unselected-pressed-track-color: #616161;
    --mdc-switch-unselected-track-color: #616161;
  }
  .mat-mdc-slide-toggle .mdc-form-field {
    color: var(--mdc-theme-text-primary-on-background, white);
  }
  .mat-mdc-slide-toggle .mdc-switch--disabled + label {
    color: rgba(255, 255, 255, 0.5);
  }
  .mat-mdc-slide-toggle.mat-accent {
    --mdc-switch-selected-focus-state-layer-color: #647ea1;
    --mdc-switch-selected-handle-color: #647ea1;
    --mdc-switch-selected-hover-state-layer-color: #647ea1;
    --mdc-switch-selected-pressed-state-layer-color: #647ea1;
    --mdc-switch-selected-focus-handle-color: #90a3bc;
    --mdc-switch-selected-hover-handle-color: #90a3bc;
    --mdc-switch-selected-pressed-handle-color: #90a3bc;
    --mdc-switch-selected-focus-track-color: #1d3f71;
    --mdc-switch-selected-hover-track-color: #1d3f71;
    --mdc-switch-selected-pressed-track-color: #1d3f71;
    --mdc-switch-selected-track-color: #1d3f71;
  }
  .mat-mdc-slide-toggle.mat-warn {
    --mdc-switch-selected-focus-state-layer-color: #e57373;
    --mdc-switch-selected-handle-color: #e57373;
    --mdc-switch-selected-hover-state-layer-color: #e57373;
    --mdc-switch-selected-pressed-state-layer-color: #e57373;
    --mdc-switch-selected-focus-handle-color: #ef9a9a;
    --mdc-switch-selected-hover-handle-color: #ef9a9a;
    --mdc-switch-selected-pressed-handle-color: #ef9a9a;
    --mdc-switch-selected-focus-track-color: #e53935;
    --mdc-switch-selected-hover-track-color: #e53935;
    --mdc-switch-selected-pressed-track-color: #e53935;
    --mdc-switch-selected-track-color: #e53935;
  }

  .mat-mdc-slide-toggle {
    --mdc-switch-state-layer-size: 48px;
  }

  html {
    --mdc-snackbar-container-shape: 4px;
    --mdc-snackbar-container-color: #d9d9d9;
    --mdc-snackbar-supporting-text-color: rgba(66, 66, 66, 0.87);
    --mat-snack-bar-button-color: rgba(0, 0, 0, 0.87);
    --mat-stepper-header-icon-foreground-color: white;
    --mat-stepper-header-selected-state-icon-background-color: #28abe3;
    --mat-stepper-header-selected-state-icon-foreground-color: white;
    --mat-stepper-header-done-state-icon-background-color: #28abe3;
    --mat-stepper-header-done-state-icon-foreground-color: white;
    --mat-stepper-header-edit-state-icon-background-color: #28abe3;
    --mat-stepper-header-edit-state-icon-foreground-color: white;
    --mat-stepper-container-color: #424242;
    --mat-stepper-line-color: rgba(255, 255, 255, 0.12);
    --mat-stepper-header-hover-state-layer-color: rgba(255, 255, 255, 0.04);
    --mat-stepper-header-focus-state-layer-color: rgba(255, 255, 255, 0.04);
    --mat-stepper-header-label-text-color: rgba(255, 255, 255, 0.7);
    --mat-stepper-header-optional-label-text-color: rgba(255, 255, 255, 0.7);
    --mat-stepper-header-selected-state-label-text-color: white;
    --mat-stepper-header-error-state-label-text-color: #f44336;
    --mat-stepper-header-icon-background-color: rgba(255, 255, 255, 0.7);
    --mat-stepper-header-error-state-icon-foreground-color: #f44336;
    --mat-stepper-header-error-state-icon-background-color: transparent;
  }
  html .mat-step-header.mat-accent {
    --mat-stepper-header-icon-foreground-color: white;
    --mat-stepper-header-selected-state-icon-background-color: #214679;
    --mat-stepper-header-selected-state-icon-foreground-color: white;
    --mat-stepper-header-done-state-icon-background-color: #214679;
    --mat-stepper-header-done-state-icon-foreground-color: white;
    --mat-stepper-header-edit-state-icon-background-color: #214679;
    --mat-stepper-header-edit-state-icon-foreground-color: white;
  }
  html .mat-step-header.mat-warn {
    --mat-stepper-header-icon-foreground-color: white;
    --mat-stepper-header-selected-state-icon-background-color: #f44336;
    --mat-stepper-header-selected-state-icon-foreground-color: white;
    --mat-stepper-header-done-state-icon-background-color: #f44336;
    --mat-stepper-header-done-state-icon-foreground-color: white;
    --mat-stepper-header-edit-state-icon-background-color: #f44336;
    --mat-stepper-header-edit-state-icon-foreground-color: white;
  }

  html {
    --mat-stepper-header-height: 72px;
    --mdc-tab-indicator-active-indicator-height: 2px;
    --mdc-tab-indicator-active-indicator-shape: 0;
    --mdc-secondary-navigation-tab-container-height: 48px;
    --mat-tab-header-divider-color: transparent;
    --mat-tab-header-divider-height: 0;
  }

  .mat-mdc-tab-group, .mat-mdc-tab-nav-bar {
    --mdc-tab-indicator-active-indicator-color: #28abe3;
    --mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, 0.5);
    --mat-tab-header-pagination-icon-color: #fff;
    --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
    --mat-tab-header-active-label-text-color: #28abe3;
    --mat-tab-header-active-ripple-color: #28abe3;
    --mat-tab-header-inactive-ripple-color: #28abe3;
    --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
    --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
    --mat-tab-header-active-focus-label-text-color: #28abe3;
    --mat-tab-header-active-hover-label-text-color: #28abe3;
    --mat-tab-header-active-focus-indicator-color: #28abe3;
    --mat-tab-header-active-hover-indicator-color: #28abe3;
  }
  .mat-mdc-tab-group.mat-accent, .mat-mdc-tab-nav-bar.mat-accent {
    --mdc-tab-indicator-active-indicator-color: #214679;
    --mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, 0.5);
    --mat-tab-header-pagination-icon-color: #fff;
    --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
    --mat-tab-header-active-label-text-color: #214679;
    --mat-tab-header-active-ripple-color: #214679;
    --mat-tab-header-inactive-ripple-color: #214679;
    --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
    --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
    --mat-tab-header-active-focus-label-text-color: #214679;
    --mat-tab-header-active-hover-label-text-color: #214679;
    --mat-tab-header-active-focus-indicator-color: #214679;
    --mat-tab-header-active-hover-indicator-color: #214679;
  }
  .mat-mdc-tab-group.mat-warn, .mat-mdc-tab-nav-bar.mat-warn {
    --mdc-tab-indicator-active-indicator-color: #f44336;
    --mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, 0.5);
    --mat-tab-header-pagination-icon-color: #fff;
    --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
    --mat-tab-header-active-label-text-color: #f44336;
    --mat-tab-header-active-ripple-color: #f44336;
    --mat-tab-header-inactive-ripple-color: #f44336;
    --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
    --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
    --mat-tab-header-active-focus-label-text-color: #f44336;
    --mat-tab-header-active-hover-label-text-color: #f44336;
    --mat-tab-header-active-focus-indicator-color: #f44336;
    --mat-tab-header-active-hover-indicator-color: #f44336;
  }
  .mat-mdc-tab-group.mat-background-primary, .mat-mdc-tab-nav-bar.mat-background-primary {
    --mat-tab-header-with-background-background-color: #28abe3;
    --mat-tab-header-with-background-foreground-color: white;
  }
  .mat-mdc-tab-group.mat-background-accent, .mat-mdc-tab-nav-bar.mat-background-accent {
    --mat-tab-header-with-background-background-color: #214679;
    --mat-tab-header-with-background-foreground-color: white;
  }
  .mat-mdc-tab-group.mat-background-warn, .mat-mdc-tab-nav-bar.mat-background-warn {
    --mat-tab-header-with-background-background-color: #f44336;
    --mat-tab-header-with-background-foreground-color: white;
  }

  .mat-mdc-tab-header {
    --mdc-secondary-navigation-tab-container-height: 48px;
  }

  .revert-tailwind {
    all: initial;
  }

  .revert-tailwind > * {
    all: revert;
  }

  ::before,
  ::after {
    border-style: none;
  }

  /*# sourceMappingURL=styles.css.map*/

  google-review-calculator .main.mobile {
    margin-top: 0 !important;
    z-index: 99999 !important;
  }