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

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

.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}

.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}

.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}

.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}

.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}

.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}

.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}

.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}

.cdk-overlay-backdrop-noop-animation {
  transition: none;
}

.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}

.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

textarea.cdk-textarea-autosize {
  resize: none;
}

textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}

textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}

@keyframes cdk-text-field-autofill-start { /*!*/ }
@keyframes cdk-text-field-autofill-end { /*!*/ }
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}

.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}

.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}

.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}

.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}

.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}

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

.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, #acb0bc);
}

.mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, #5d4fa6);
}

.mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-error, #f44336);
}

.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: #acb0bc;
}
.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #acb0bc;
}
.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: #5d4fa6;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #5d4fa6;
}
.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: #5d4fa6;
}
.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #5d4fa6;
}
.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}

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

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

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

.mat-elevation-z0, .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z1, .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z2, .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z3, .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z4, .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z5, .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z6, .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z7, .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z8, .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z9, .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z10, .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z11, .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z12, .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z13, .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z14, .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z15, .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z16, .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z17, .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z18, .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z19, .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z20, .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z21, .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z22, .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z23, .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z24, .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.mat-theme-loaded-marker {
  display: none;
}

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

.mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #fff;
  --mdc-filled-button-label-text-color: #000;
}
.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #acb0bc;
  --mdc-filled-button-label-text-color: #000;
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #5d4fa6;
  --mdc-filled-button-label-text-color: #fff;
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: #fff;
}
.mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-label-text-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #fff;
  --mdc-protected-button-label-text-color: #000;
}
.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #acb0bc;
  --mdc-protected-button-label-text-color: #000;
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #5d4fa6;
  --mdc-protected-button-label-text-color: #fff;
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: #fff;
}
.mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation: 0;
}

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

.mat-mdc-button, .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-button.mat-primary, .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #acb0bc;
  --mat-mdc-button-ripple-color: rgba(172, 176, 188, 0.1);
}
.mat-mdc-button.mat-accent, .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #5d4fa6;
  --mat-mdc-button-ripple-color: rgba(93, 79, 166, 0.1);
}
.mat-mdc-button.mat-warn, .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}

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

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

.mat-icon.mat-primary {
  color: #acb0bc;
}
.mat-icon.mat-accent {
  color: #5d4fa6;
}
.mat-icon.mat-warn {
  color: #f44336;
}

.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 120%;
  font-family: Graphie;
  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: 0.875rem;
  font-weight: 700;
  line-height: 120%;
  font-family: Graphie;
  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: 1.25rem;
  font-weight: 700;
  line-height: 120%;
  font-family: Graphie;
  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: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  font-family: Graphie;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(1rem * 0.83) / 150% Graphie;
  margin: 0 0 12px;
}

.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(1rem * 0.67) / 150% Graphie;
  margin: 0 0 12px;
}

.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%;
  font-family: Graphie;
  letter-spacing: normal;
}

.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  font-family: Graphie;
  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: 0.75rem;
  font-weight: 400;
  line-height: 150%;
  font-family: Graphie;
  letter-spacing: normal;
}

.mat-headline-1,
.mat-typography .mat-headline-1 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 120%;
  font-family: Graphie;
  letter-spacing: normal;
  margin: 0 0 56px;
}

.mat-headline-2,
.mat-typography .mat-headline-2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 120%;
  font-family: Graphie;
  letter-spacing: normal;
  margin: 0 0 64px;
}

.mat-headline-3,
.mat-typography .mat-headline-3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%;
  font-family: Graphie;
  letter-spacing: normal;
  margin: 0 0 64px;
}

.mat-headline-4,
.mat-typography .mat-headline-4 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 120%;
  font-family: Graphie;
  letter-spacing: normal;
  margin: 0 0 64px;
}

.primary-1-text {
  color: #242424;
}

.primary-2-text {
  color: #676b77;
}

.primary-3-text {
  color: #898d96;
}

.primary-4-text {
  color: #acb0bc;
}

.primary-1-bg {
  background: #242424;
}

.primary-2-bg {
  background: #676b77;
}

.primary-3-bg {
  background: #898d96;
}

.primary-4-bg {
  background: #acb0bc;
}

.secondary-1-text {
  color: #57479c;
}

.secondary-2-text {
  color: #8f7ed7;
}

.secondary-1-bg {
  background: #57479c;
}

.secondary-2-bg {
  background: #8f7ed7;
}

.gray-1-text,
.gray-area-1-text {
  color: #d4d1df;
}

.gray-2-text,
.gray-area-2-text {
  color: #e3e1eb;
}

.gray-3-text,
.gray-area-3-text {
  color: #f2f2fa;
}

.gray-4-text,
.gray-area-4-text {
  color: #fafafd;
}

.gray-5-text,
.gray-area-5-text {
  color: #fff;
}

.gray-1-bg,
.gray-area-1-bg {
  background: #d4d1df;
}

.gray-2-bg,
.gray-area-2-bg {
  background: #e3e1eb;
}

.gray-3-bg,
.gray-area-3-bg {
  background: #f2f2fa;
}

.gray-4-bg,
.gray-area-4-bg {
  background: #fafafd;
}

.gray-5-bg,
.gray-area-5-bg {
  background: #fff;
}

.blue-area-1-text {
  color: #b2d2eb;
}

.blue-area-2-text {
  color: #cee3f4;
}

.blue-area-3-text {
  color: #deedf8;
}

.blue-area-4-text {
  color: #ebf4fc;
}

.blue-area-1-bg {
  background: #b2d2eb;
}

.blue-area-2-bg {
  background: #cee3f4;
}

.blue-area-3-bg {
  background: #deedf8;
}

.blue-area-4-bg {
  background: #ebf4fc;
}

.green-area-1-text {
  color: #cae3c6;
}

.green-area-2-text {
  color: #d7f0d3;
}

.green-area-3-text {
  color: #e5f6e3;
}

.green-area-4-text {
  color: #eff9ed;
}

.green-area-1-bg {
  background: #cae3c6;
}

.green-area-2-bg {
  background: #d7f0d3;
}

.green-area-3-bg {
  background: #e5f6e3;
}

.green-area-4-bg {
  background: #eff9ed;
}

.purple-area-1-text {
  color: #d7cff3;
}

.purple-area-2-text {
  color: #e5dff9;
}

.purple-area-3-text {
  color: #ebe6fa;
}

.purple-area-4-text {
  color: #f2eefc;
}

.purple-area-1-bg {
  background: #d7cff3;
}

.purple-area-2-bg {
  background: #e5dff9;
}

.purple-area-3-bg {
  background: #ebe6fa;
}

.purple-area-4-bg {
  background: #f2eefc;
}

.orange-area-1-text {
  color: #fddec6;
}

.orange-area-2-text {
  color: #ffe7d3;
}

.orange-area-3-text {
  color: #fff0e4;
}

.orange-area-4-text {
  color: #fdf2e9;
}

.orange-area-1-bg {
  background: #fddec6;
}

.orange-area-2-bg {
  background: #ffe7d3;
}

.orange-area-3-bg {
  background: #fff0e4;
}

.orange-area-4-bg {
  background: #fdf2e9;
}

.error-1-text {
  color: #e45275;
}

.error-2-text {
  color: #ffdee6;
}

.error-1-bg {
  background: #e45275;
}

.error-2-bg {
  background: #ffdee6;
}

.success-1-text {
  color: #49ae72;
}

.success-2-text {
  color: #eff9ed;
}

.success-1-bg {
  background: #49ae72;
}

.success-2-bg {
  background: #eff9ed;
}

.info-1-text {
  color: #5c9dcc;
}

.info-2-text {
  color: #ebf4fc;
}

.info-1-bg {
  background: #5c9dcc;
}

.info-2-bg {
  background: #ebf4fc;
}

.warn-1-text {
  color: #e4a13c;
}

.warn-2-text {
  color: #fff4d6;
}

.warn-1-bg {
  background: #e4a13c;
}

.warn-2-bg {
  background: #fff4d6;
}

.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}

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

.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}

.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}

.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}

.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}

.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}

.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}

.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}

.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}

.cdk-overlay-backdrop-noop-animation {
  transition: none;
}

.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}

.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

textarea.cdk-textarea-autosize {
  resize: none;
}

textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}

textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}

@keyframes cdk-text-field-autofill-start { /*!*/ }
@keyframes cdk-text-field-autofill-end { /*!*/ }
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}

.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}

.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}

.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}

.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}

.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}

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

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

.mat-form-field.mat-focused .mat-form-field-label {
  color: #acb0bc;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #39216e;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #ff5252;
}

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

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

.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #acb0bc;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #39216e;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #ff5252;
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: #acb0bc;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: #39216e;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: #ff5252;
}

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

.mat-error {
  color: #ff5252;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* You can add global styles to this file, and also import other style files */
html,
body {
  height: 100%;
}

* {
  font-family: "Graphie";
}

body {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px;
  line-height: normal;
}

div {
  box-sizing: border-box;
}

app-shell {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.snackbar-config {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
  height: 64px !important;
  max-width: none !important;
  min-height: 64px !important;
  padding: 20px 38px !important;
  border-radius: 8px !important;
  box-shadow: 0 12px 30px rgba(36, 36, 36, 0.1) !important;
}

.msg-success {
  color: #eff9ed;
  background-color: #96ceaa;
}
.msg-success .mat-simple-snackbar-action {
  color: #eff9ed;
}
.msg-success .mdc-snackbar__surface {
  width: 100% !important;
  background-color: #96ceaa !important;
  box-shadow: none !important;
}
.msg-success .mdc-snackbar__surface span {
  color: #eff9ed !important;
}

.msg-error {
  color: #ffdee6;
  background-color: #f094ac;
}
.msg-error .mat-simple-snackbar-action {
  color: #ffdee6;
}
.msg-error .mdc-snackbar__surface {
  background-color: #f094ac !important;
  box-shadow: none !important;
}
.msg-error .mdc-snackbar__surface span {
  color: #ffdee6 !important;
}

.msg-warning {
  color: #fff4d6;
  background-color: #f1e367;
}
.msg-warning .mat-simple-snackbar-action {
  color: #fff4d6;
}
.msg-warning .mdc-snackbar__surface {
  color: #fff4d6;
  background-color: #f1e367 !important;
  box-shadow: none !important;
}
.msg-warning .mdc-snackbar__surface span {
  color: #f1e367 !important;
}

.msg-default {
  color: #ebf4fc;
  background-color: #79c4e6;
}
.msg-default .mat-simple-snackbar-action {
  color: #ebf4fc;
}
.msg-default .mdc-snackbar__surface {
  background-color: #79c4e6 !important;
  box-shadow: none !important;
}
.msg-default .mdc-snackbar__surface span {
  color: #ebf4fc !important;
}

.component-title {
  font-size: 1.5rem !important;
}

.card {
  border-radius: 0.5rem;
  background-color: #fafafd;
  box-shadow: 0 12px 40px rgba(36, 36, 36, 0.2);
}
/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/@montebravo.tech/design-system-icons/assets/css/mb.css?ngGlobalStyle ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: 'mb';
  src: url('mb.eot?89851010');
  src: url('mb.eot?89851010#iefix') format('embedded-opentype'),
    url('mb.woff2?89851010') format('woff2'),
    url('mb.woff?89851010') format('woff'),
    url('mb.ttf?89851010') format('truetype'),
    url('mb.svg?89851010#mb') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'mb';
    src: url('../font/mb.svg?89851010#mb') format('svg');
  }
}
*/
[class^='icon-mb-']:before,
[class*=' icon-mb-']:before {
  font-family: 'mb';
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  /* margin-right: .2em; */
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* margin-left: .2em; */

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-mb-client:before {
  content: '\e800';
} /* '' */
.icon-mb-dashboard:before {
  content: '\e801';
} /* '' */
.icon-mb-cdnn:before {
  content: '\e802';
} /* '' */
.icon-mb-nps:before {
  content: '\e803';
} /* '' */
.icon-mb-performance:before {
  content: '\e804';
} /* '' */
.icon-mb-opportunity:before {
  content: '\e805';
} /* '' */
.icon-mb-lead:before {
  content: '\e806';
} /* '' */
.icon-mb-panels:before {
  content: '\e807';
} /* '' */
.icon-mb-transfer:before {
  content: '\e808';
} /* '' */
.icon-mb-task:before {
  content: '\e809';
} /* '' */
.icon-mb-arrow-after:before {
  content: '\e80a';
} /* '' */
.icon-mb-arrow-before:before {
  content: '\e80b';
} /* '' */
.icon-mb-arrow-double-left:before {
  content: '\e80c';
} /* '' */
.icon-mb-arrow-double-right:before {
  content: '\e80d';
} /* '' */
.icon-mb-arrow-double-up:before {
  content: '\e80e';
} /* '' */
.icon-mb-arrow-down:before {
  content: '\e80f';
} /* '' */
.icon-mb-arrow-up:before {
  content: '\e810';
} /* '' */
.icon-mb-arrow-double-down:before {
  content: '\e811';
} /* '' */
.icon-mb-select-down:before {
  content: '\e812';
} /* '' */
.icon-mb-select-left:before {
  content: '\e813';
} /* '' */
.icon-mb-select-up:before {
  content: '\e814';
} /* '' */
.icon-mb-select-right:before {
  content: '\e815';
} /* '' */
.icon-mb-chart1:before {
  content: '\e816';
} /* '' */
.icon-mb-chart4:before {
  content: '\e817';
} /* '' */
.icon-mb-drag-drop:before {
  content: '\e818';
} /* '' */
.icon-mb-date-check:before {
  content: '\e819';
} /* '' */
.icon-mb-helpdesk:before {
  content: '\e81a';
} /* '' */
.icon-mb-insight:before {
  content: '\e81b';
} /* '' */
.icon-mb-blocked-user:before {
  content: '\e81c';
} /* '' */
.icon-mb-ai:before {
  content: '\e81d';
} /* '' */
.icon-mb-blocked:before {
  content: '\e81e';
} /* '' */
.icon-mb-chart3:before {
  content: '\e81f';
} /* '' */
.icon-mb-chart2:before {
  content: '\e820';
} /* '' */
.icon-mb-column:before {
  content: '\e821';
} /* '' */
.icon-mb-list-kanban:before {
  content: '\e822';
} /* '' */
.icon-mb-list-view:before {
  content: '\e823';
} /* '' */
.icon-mb-filter:before {
  content: '\e824';
} /* '' */
.icon-mb-no-filter:before {
  content: '\e825';
} /* '' */
.icon-mb-insight-doubt:before {
  content: '\e826';
} /* '' */
.icon-mb-pin:before {
  content: '\e827';
} /* '' */
.icon-mb-ia:before {
  content: '\e828';
} /* '' */
.icon-mb-insight-info:before {
  content: '\e829';
} /* '' */
.icon-mb-menu:before {
  content: '\e82a';
} /* '' */
.icon-mb-settings:before {
  content: '\e82b';
} /* '' */
.icon-mb-microphone:before {
  content: '\e82c';
} /* '' */
.icon-mb-sort-ascendant:before {
  content: '\e82d';
} /* '' */
.icon-mb-news:before {
  content: '\e82e';
} /* '' */
.icon-mb-mobile:before {
  content: '\e82f';
} /* '' */
.icon-mb-mountain:before {
  content: '\e830';
} /* '' */
.icon-mb-intelligence:before {
  content: '\e831';
} /* '' */
.icon-mb-no-user:before {
  content: '\e832';
} /* '' */
.icon-mb-todolist:before {
  content: '\e833';
} /* '' */
.icon-mb-other:before {
  content: '\e834';
} /* '' */
.icon-mb-pause:before {
  content: '\e835';
} /* '' */
.icon-mb-slider:before {
  content: '\e836';
} /* '' */
.icon-mb-play:before {
  content: '\e837';
} /* '' */
.icon-mb-sort-descending:before {
  content: '\e838';
} /* '' */
.icon-mb-star-full:before {
  content: '\e839';
} /* '' */
.icon-mb-user-desk:before {
  content: '\e83a';
} /* '' */
.icon-mb-star:before {
  content: '\e83b';
} /* '' */
.icon-mb-user-favorite:before {
  content: '\e83c';
} /* '' */
.icon-mb-web:before {
  content: '\e83d';
} /* '' */
.icon-mb-goals:before {
  content: '\e83e';
} /* '' */
.icon-mb-insight-money:before {
  content: '\e83f';
} /* '' */
.icon-mb-team:before {
  content: '\e840';
} /* '' */
.icon-mb-whatsapp:before {
  content: '\e841';
} /* '' */
.icon-mb-tag:before {
  content: '\e842';
} /* '' */
.icon-mb-history:before {
  content: '\e843';
} /* '' */
.icon-mb-restricted-user:before {
  content: '\e844';
} /* '' */
.icon-mb-admin:before {
  content: '\e845';
} /* '' */
.icon-mb-archive:before {
  content: '\e846';
} /* '' */
.icon-mb-asset-allocation:before {
  content: '\e847';
} /* '' */
.icon-mb-attach:before {
  content: '\e848';
} /* '' */
.icon-mb-add:before {
  content: '\e849';
} /* '' */
.icon-mb-call:before {
  content: '\e84a';
} /* '' */
.icon-mb-alert:before {
  content: '\e84b';
} /* '' */
.icon-mb-calendar:before {
  content: '\e84c';
} /* '' */
.icon-mb-change:before {
  content: '\e84d';
} /* '' */
.icon-mb-check:before {
  content: '\e84e';
} /* '' */
.icon-mb-close:before {
  content: '\e84f';
} /* '' */
.icon-mb-contract:before {
  content: '\e850';
} /* '' */
.icon-mb-copy:before {
  content: '\e851';
} /* '' */
.icon-mb-dash:before {
  content: '\e852';
} /* '' */
.icon-mb-comment:before {
  content: '\e853';
} /* '' */
.icon-mb-chat:before {
  content: '\e854';
} /* '' */
.icon-mb-delete:before {
  content: '\e855';
} /* '' */
.icon-mb-download:before {
  content: '\e856';
} /* '' */
.icon-mb-edit:before {
  content: '\e857';
} /* '' */
.icon-mb-email:before {
  content: '\e858';
} /* '' */
.icon-mb-expand:before {
  content: '\e859';
} /* '' */
.icon-mb-eye-close:before {
  content: '\e85a';
} /* '' */
.icon-mb-flag-others:before {
  content: '\e85b';
} /* '' */
.icon-mb-eye-open:before {
  content: '\e85c';
} /* '' */
.icon-mb-info:before {
  content: '\e85d';
} /* '' */
.icon-mb-link:before {
  content: '\e85e';
} /* '' */
.icon-mb-list:before {
  content: '\e85f';
} /* '' */
.icon-mb-loading:before {
  content: '\e860';
} /* '' */
.icon-mb-location:before {
  content: '\e861';
} /* '' */
.icon-mb-logout:before {
  content: '\e862';
} /* '' */
.icon-mb-minus:before {
  content: '\e863';
} /* '' */
.icon-mb-more:before {
  content: '\e864';
} /* '' */
.icon-mb-others:before {
  content: '\e865';
} /* '' */
.icon-mb-phone:before {
  content: '\e866';
} /* '' */
.icon-mb-profile:before {
  content: '\e867';
} /* '' */
.icon-mb-notification:before {
  content: '\e868';
} /* '' */
.icon-mb-redo:before {
  content: '\e869';
} /* '' */
.icon-mb-report:before {
  content: '\e86a';
} /* '' */
.icon-mb-search:before {
  content: '\e86b';
} /* '' */
.icon-mb-save:before {
  content: '\e86c';
} /* '' */
.icon-mb-send-nps:before {
  content: '\e86d';
} /* '' */
.icon-mb-undo:before {
  content: '\e86e';
} /* '' */
.icon-mb-upload:before {
  content: '\e86f';
} /* '' */
.icon-mb-wait:before {
  content: '\e870';
} /* '' */
.icon-mb-doc:before {
  content: '\e871';
} /* '' */
.icon-mb-docx:before {
  content: '\e872';
} /* '' */
.icon-mb-jpg:before {
  content: '\e873';
} /* '' */
.icon-mb-mp3:before {
  content: '\e874';
} /* '' */
.icon-mb-pdf:before {
  content: '\e875';
} /* '' */
.icon-mb-png:before {
  content: '\e876';
} /* '' */
.icon-mb-rar:before {
  content: '\e877';
} /* '' */
.icon-mb-svg:before {
  content: '\e878';
} /* '' */
.icon-mb-txt:before {
  content: '\e879';
} /* '' */
.icon-mb-xls:before {
  content: '\e87a';
} /* '' */
.icon-mb-xlsx:before {
  content: '\e87b';
} /* '' */
.icon-mb-zip:before {
  content: '\e87c';
} /* '' */


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