/* node_modules/flexboxgrid/css/flexboxgrid.css */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}
.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}
.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}
.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}
.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}
.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}
.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}
.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}
.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.col-xs-offset-1 {
  margin-left: 8.333%;
}
.col-xs-offset-2 {
  margin-left: 16.667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.333%;
}
.col-xs-offset-5 {
  margin-left: 41.667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.333%;
}
.col-xs-offset-8 {
  margin-left: 66.667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.333%;
}
.col-xs-offset-11 {
  margin-left: 91.667%;
}
.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}
.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}
.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}
.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}
.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}
@media only screen and (min-width: 48em) {
  .container {
    width: 46rem;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 62em) {
  .container {
    width: 61rem;
  }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 71rem;
  }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

/* src/styles.scss */
.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, #6d0dd5);
}
.mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, #ff4081);
}
.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 {
  color: rgba(0, 0, 0, 0.54);
}
.mat-pseudo-checkbox::after {
  color: #fafafa;
}
.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #6d0dd5;
}
.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate,
.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #ff4081;
}
.mat-warn .mat-pseudo-checkbox-checked,
.mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #f44336;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}
.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}
.mat-mdc-option {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif));
  font-size: var(--mdc-typography-body1-font-size, 1rem);
  line-height: var(--mdc-typography-body1-line-height, 1.5rem);
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, 0);
}
.mat-mdc-card {
  box-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-elevated-card-container-color: #fff;
}
.mat-mdc-card-outlined {
  box-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-outline-color: #e0e0e0;
}
.mat-mdc-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-card-title {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif));
  font-size: var(--mdc-typography-headline6-font-size, 1.25rem);
  line-height: var(--mdc-typography-headline6-line-height, 2rem);
  font-weight: var(--mdc-typography-headline6-font-weight, 500);
  letter-spacing: var(--mdc-typography-headline6-letter-spacing, 0);
  text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
  text-transform: var(--mdc-typography-headline6-text-transform, none);
}
.mat-mdc-card-subtitle {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif));
  font-size: var(--mdc-typography-subtitle2-font-size, 0.875rem);
  line-height: var(--mdc-typography-subtitle2-line-height, 1.375rem);
  font-weight: var(--mdc-typography-subtitle2-font-weight, 500);
  letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, 0);
  text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle2-text-transform, none);
}
.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #6d0dd5;
}
.mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(109, 13, 213, 0.25)'/%3E%3C/svg%3E");
}
.mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(109, 13, 213, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #ff4081;
}
.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(255, 64, 129, 0.25)'/%3E%3C/svg%3E");
}
.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(255, 64, 129, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f44336;
}
.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(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);
}
.mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: white;
}
.mat-mdc-tooltip {
  --mdc-plain-tooltip-supporting-text-font:
    "IBM Plex Sans",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  --mdc-plain-tooltip-supporting-text-size: 0.75rem;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: 0;
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.87);
}
@media all {
  .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
@media all {
  .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
.mdc-text-field .mdc-text-field__input {
  caret-color: var(--mdc-theme-primary, #6d0dd5);
}
.mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-text-field--filled .mdc-text-field__ripple::before,
.mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87));
}
.mdc-text-field--filled:hover .mdc-text-field__ripple::before,
.mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before,
.mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: whitesmoke;
}
.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.42);
}
.mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.87);
}
.mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-primary, #6d0dd5);
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-primary, #6d0dd5);
}
[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon,
.mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
}
[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon,
.mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
}
.mdc-text-field--outlined .mdc-text-field__ripple::before,
.mdc-text-field--outlined .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, transparent);
}
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
}
.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(109, 13, 213, 0.87);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.38);
}
@media all {
  .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
@media all {
  .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
.mdc-text-field--disabled .mdc-floating-label {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--disabled .mdc-text-field-character-counter,
.mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--disabled .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.3);
}
.mdc-text-field--disabled .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.3);
}
.mdc-text-field--disabled .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--disabled .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}
.mdc-text-field--disabled .mdc-notched-outline__leading,
.mdc-text-field--disabled .mdc-notched-outline__notch,
.mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-floating-label {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field-character-counter,
  .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__icon--leading {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__icon--trailing {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__affix--prefix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__affix--suffix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-notched-outline__leading,
  .mdc-text-field--disabled .mdc-notched-outline__notch,
  .mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
}
.mdc-text-field--disabled.mdc-text-field--filled {
  background-color: #fafafa;
}
[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__input,
.mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
}
[dir=rtl] .mdc-floating-label--required,
.mdc-floating-label--required[dir=rtl] {
}
.mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field-focus-overlay {
  background-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.04;
}
.mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.12;
}
.mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(109, 13, 213, 0.87);
}
.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(255, 64, 129, 0.87);
}
.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(244, 67, 54, 0.87);
}
.mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-form-field.mat-accent .mdc-text-field__input {
  caret-color: var(--mdc-theme-secondary, #ff4081);
}
.mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, #ff4081);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(255, 64, 129, 0.87);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-secondary, #ff4081);
}
.mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(244, 67, 54, 0.87);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}
[dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}
.mat-mdc-form-field-infix {
  min-height: 56px;
}
.mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 28px;
}
.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY( -34.75px) scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
.mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 24px;
  padding-bottom: 8px;
}
.mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
.mdc-text-field__input {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0);
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
}
.mdc-text-field__affix {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0);
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
}
[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon,
.mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
}
[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon,
.mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
}
.mdc-text-field--textarea .mdc-text-field__input {
  line-height: 1.5rem;
}
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
}
[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__input,
.mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
}
.mdc-floating-label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0);
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
}
[dir=rtl] .mdc-floating-label--required,
.mdc-floating-label--required[dir=rtl] {
}
.mat-mdc-form-field-subscript-wrapper,
.mat-mdc-form-field-bottom-align::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif));
  font-size: var(--mdc-typography-caption-font-size, 0.75rem);
  line-height: var(--mdc-typography-caption-line-height, 1.25rem);
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0);
  text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: var(--mdc-typography-caption-text-transform, none);
}
.mat-mdc-form-field,
.mat-mdc-floating-label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif));
  font-size: var(--mdc-typography-body1-font-size, 1rem);
  line-height: var(--mdc-typography-body1-line-height, 1.5rem);
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, 0);
  text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
  text-transform: var(--mdc-typography-body1-text-transform, none);
}
.mat-mdc-form-field .mdc-text-field--outlined .mdc-floating-label--float-above {
  font-size: calc(1rem * var(--mat-mdc-form-field-floating-label-scale, 0.75));
}
.mat-mdc-form-field .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  font-size: 1rem;
}
.mdc-menu-surface {
  box-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.mdc-list-item--disabled .mdc-list-item__start,
.mdc-list-item--disabled .mdc-list-item__content,
.mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--selected .mdc-list-item__primary-text,
.mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #6d0dd5);
}
.mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #6d0dd5);
}
.mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mdc-list-divider::after {
  border-bottom-color: white;
}
.mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-select-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.mat-mdc-select-disabled .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(109, 13, 213, 0.87);
}
.mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(255, 64, 129, 0.87);
}
.mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-select-panel {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0);
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
  line-height: 1.5rem;
}
.mat-mdc-select {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif));
  font-size: var(--mdc-typography-body1-font-size, 1rem);
  line-height: var(--mdc-typography-body1-line-height, 1.5rem);
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, 0);
  text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
  text-transform: var(--mdc-typography-body1-text-transform, none);
}
.mdc-menu-surface {
  box-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.mdc-list-item--disabled .mdc-list-item__start,
.mdc-list-item--disabled .mdc-list-item__content,
.mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--selected .mdc-list-item__primary-text,
.mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #6d0dd5);
}
.mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #6d0dd5);
}
.mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mdc-list-divider::after {
  border-bottom-color: white;
}
.mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-autocomplete-panel {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0);
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
  line-height: 1.5rem;
}
.mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  --mdc-dialog-with-divider-divider-color: rgba(0, 0, 0, 0.12);
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}
.mat-mdc-dialog-container {
  --mdc-dialog-subhead-font:
    "IBM Plex Sans",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  --mdc-dialog-subhead-line-height: 2rem;
  --mdc-dialog-subhead-size: 1.25rem;
  --mdc-dialog-subhead-weight: 500;
  --mdc-dialog-subhead-tracking: 0;
  --mdc-dialog-supporting-text-font:
    "IBM Plex Sans",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  --mdc-dialog-supporting-text-line-height: 1.5rem;
  --mdc-dialog-supporting-text-size: 1rem;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: 0;
}
.mat-mdc-standard-chip {
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
}
.mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected,
.mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #6d0dd5;
  --mdc-chip-elevated-disabled-container-color: #6d0dd5;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected,
.mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #ff4081;
  --mdc-chip-elevated-disabled-container-color: #ff4081;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected,
.mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.mat-mdc-chip-focus-overlay {
  background: black;
}
.mat-mdc-chip {
  height: 32px;
}
.mat-mdc-standard-chip {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0);
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
.mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-unselected-icon-color: #fff;
}
.mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-state-layer-color: #5c0bb3;
  --mdc-switch-selected-handle-color: #5c0bb3;
  --mdc-switch-selected-hover-state-layer-color: #5c0bb3;
  --mdc-switch-selected-pressed-state-layer-color: #5c0bb3;
  --mdc-switch-selected-focus-handle-color: #28054e;
  --mdc-switch-selected-hover-handle-color: #28054e;
  --mdc-switch-selected-pressed-handle-color: #28054e;
  --mdc-switch-selected-focus-track-color: #a153f5;
  --mdc-switch-selected-hover-track-color: #a153f5;
  --mdc-switch-selected-pressed-track-color: #a153f5;
  --mdc-switch-selected-track-color: #a153f5;
}
.mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #d81b60;
  --mdc-switch-selected-handle-color: #d81b60;
  --mdc-switch-selected-hover-state-layer-color: #d81b60;
  --mdc-switch-selected-pressed-state-layer-color: #d81b60;
  --mdc-switch-selected-focus-handle-color: #880e4f;
  --mdc-switch-selected-hover-handle-color: #880e4f;
  --mdc-switch-selected-pressed-handle-color: #880e4f;
  --mdc-switch-selected-focus-track-color: #f06292;
  --mdc-switch-selected-hover-track-color: #f06292;
  --mdc-switch-selected-pressed-track-color: #f06292;
  --mdc-switch-selected-track-color: #f06292;
}
.mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e53935;
  --mdc-switch-selected-handle-color: #e53935;
  --mdc-switch-selected-hover-state-layer-color: #e53935;
  --mdc-switch-selected-pressed-state-layer-color: #e53935;
  --mdc-switch-selected-focus-handle-color: #b71c1c;
  --mdc-switch-selected-hover-handle-color: #b71c1c;
  --mdc-switch-selected-pressed-handle-color: #b71c1c;
  --mdc-switch-selected-focus-track-color: #e57373;
  --mdc-switch-selected-hover-track-color: #e57373;
  --mdc-switch-selected-pressed-track-color: #e57373;
  --mdc-switch-selected-track-color: #e57373;
}
.mat-mdc-slide-toggle {
  --mdc-switch-state-layer-size: 48px;
}
.mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0);
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
.mat-mdc-radio-button {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mat-mdc-radio-ripple-color: #000;
}
.mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mat-mdc-radio-button .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-primary {
  --mdc-radio-selected-focus-icon-color: #6d0dd5;
  --mdc-radio-selected-hover-icon-color: #6d0dd5;
  --mdc-radio-selected-icon-color: #6d0dd5;
  --mdc-radio-selected-pressed-icon-color: #6d0dd5;
  --mat-mdc-radio-checked-ripple-color: #6d0dd5;
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-selected-focus-icon-color: #ff4081;
  --mdc-radio-selected-hover-icon-color: #ff4081;
  --mdc-radio-selected-icon-color: #ff4081;
  --mdc-radio-selected-pressed-icon-color: #ff4081;
  --mat-mdc-radio-checked-ripple-color: #ff4081;
}
.mat-mdc-radio-button.mat-warn {
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.mat-mdc-radio-button .mdc-radio {
  padding: calc((40px - 20px) / 2);
}
.mat-mdc-radio-button .mdc-radio .mdc-radio__background::before {
  top: calc(-1 * (40px - 20px) / 2);
  left: calc(-1 * (40px - 20px) / 2);
  width: 40px;
  height: 40px;
}
.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control {
  top: calc((40px - 40px) / 2);
  right: calc((40px - 40px) / 2);
  left: calc((40px - 40px) / 2);
  width: 40px;
  height: 40px;
}
.mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0);
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
.mat-mdc-slider {
  --mdc-slider-label-container-color: black;
  --mdc-slider-label-label-text-color: white;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-mdc-slider-value-indicator-opacity: 0.6;
}
.mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #6d0dd5;
  --mdc-slider-focus-handle-color: #6d0dd5;
  --mdc-slider-hover-handle-color: #6d0dd5;
  --mdc-slider-active-track-color: #6d0dd5;
  --mdc-slider-inactive-track-color: #6d0dd5;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #6d0dd5;
  --mat-mdc-slider-ripple-color: #6d0dd5;
  --mat-mdc-slider-hover-ripple-color: rgba(109, 13, 213, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(109, 13, 213, 0.2);
}
.mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #ff4081;
  --mdc-slider-focus-handle-color: #ff4081;
  --mdc-slider-hover-handle-color: #ff4081;
  --mdc-slider-active-track-color: #ff4081;
  --mdc-slider-inactive-track-color: #ff4081;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #ff4081;
  --mat-mdc-slider-ripple-color: #ff4081;
  --mat-mdc-slider-hover-ripple-color: rgba(255, 64, 129, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(255, 64, 129, 0.2);
}
.mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mat-mdc-slider-ripple-color: #f44336;
  --mat-mdc-slider-hover-ripple-color: rgba(244, 67, 54, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(244, 67, 54, 0.2);
}
.mat-mdc-slider {
  --mdc-slider-label-label-text-font:
    "IBM Plex Sans",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  --mdc-slider-label-label-text-font-size: 0.875rem;
  --mdc-slider-label-label-text-line-height: 1.375rem;
  --mdc-slider-label-label-text-tracking: 0;
  --mdc-slider-label-label-text-weight: 500;
}
.mdc-menu-surface {
  box-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.mdc-list-item--disabled .mdc-list-item__start,
.mdc-list-item--disabled .mdc-list-item__content,
.mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--selected .mdc-list-item__primary-text,
.mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #6d0dd5);
}
.mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #6d0dd5);
}
.mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mdc-list-divider::after {
  border-bottom-color: white;
}
.mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-menu-item[disabled],
.mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.mat-mdc-menu-item[disabled] .mat-icon-no-color {
  color: var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, 0.38));
}
.mat-mdc-menu-item .mat-icon-no-color,
.mat-mdc-menu-submenu-icon {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mat-mdc-menu-item:hover:not([disabled]),
.mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.mat-mdc-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-mdc-menu-content {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0);
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
  line-height: 1.5rem;
}
.mat-mdc-menu-content,
.mat-mdc-menu-content .mat-mdc-menu-item .mdc-list-item__primary-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif));
  font-size: var(--mdc-typography-body1-font-size, 1rem);
  line-height: var(--mdc-typography-body1-line-height, 1.5rem);
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, 0);
  text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
  text-transform: var(--mdc-typography-body1-text-transform, none);
}
.mat-mdc-list-item-interactive::before {
  background: black;
}
.mat-mdc-list-item-interactive:not(:focus):not(.mdc-list-item--disabled):hover::before {
  opacity: 0.04;
}
.mat-mdc-list-item-interactive.mdc-list-item--selected::before {
  background: #6d0dd5;
  opacity: 0.08;
}
.mat-mdc-list-item-interactive.mdc-list-item--selected:not(:focus):not(.mdc-list-item--disabled):hover::before {
  opacity: 0.12;
}
.mat-mdc-list-item-interactive:focus::before {
  opacity: 0.12;
}
.mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.mdc-list-item--disabled .mdc-list-item__start,
.mdc-list-item--disabled .mdc-list-item__content,
.mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--selected .mdc-list-item__primary-text,
.mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #6d0dd5);
}
.mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #6d0dd5);
}
.mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mdc-list-divider::after {
  border-bottom-color: white;
}
.mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-list-option .mdc-list-item__start,
.mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #6d0dd5;
  --mdc-checkbox-selected-hover-icon-color: #6d0dd5;
  --mdc-checkbox-selected-icon-color: #6d0dd5;
  --mdc-checkbox-selected-pressed-icon-color: #6d0dd5;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-list-option.mat-accent .mdc-list-item__start,
.mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #ff4081;
  --mdc-checkbox-selected-hover-icon-color: #ff4081;
  --mdc-checkbox-selected-icon-color: #ff4081;
  --mdc-checkbox-selected-pressed-icon-color: #ff4081;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-list-option.mat-warn .mdc-list-item__start,
.mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-list-item.mdc-list-item--with-one-line {
  height: 48px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-radio.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-switch.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-image.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-video.mdc-list-item--with-one-line {
  height: 72px;
}
.mat-mdc-list-item.mdc-list-item--with-two-lines {
  height: 64px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines {
  height: 72px;
}
.mat-mdc-list-item.mdc-list-item--with-three-lines {
  height: 88px;
}
.mat-mdc-list-option-with-trailing-avatar.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-option-with-trailing-avatar.mdc-list-item--with-two-lines {
  height: 72px;
}
.mdc-list {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0);
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
  line-height: 1.5rem;
}
.mdc-list-item__primary-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0);
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
}
.mdc-list-item__secondary-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0);
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
.mdc-list-item__overline-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-overline-font-family, var(--mdc-typography-font-family, "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif));
  font-size: var(--mdc-typography-overline-font-size, 0.75rem);
  line-height: var(--mdc-typography-overline-line-height, 2rem);
  font-weight: var(--mdc-typography-overline-font-weight, 500);
  letter-spacing: var(--mdc-typography-overline-letter-spacing, 0);
  text-decoration: var(--mdc-typography-overline-text-decoration, none);
  text-transform: var(--mdc-typography-overline-text-transform, none);
}
.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif));
  font-size: var(--mdc-typography-caption-font-size, 0.75rem);
  line-height: var(--mdc-typography-caption-line-height, 1.25rem);
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0);
  text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: var(--mdc-typography-caption-text-transform, none);
}
.mdc-list-group__subheader {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0);
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
}
.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif));
  font-size: var(--mdc-typography-caption-font-size, 0.75rem);
  line-height: var(--mdc-typography-caption-line-height, 1.25rem);
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0);
  text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: var(--mdc-typography-caption-text-transform, none);
}
@media all and (-ms-high-contrast: none) {
  .mat-mdc-list-option .mdc-list-item__start .mdc-checkbox .mdc-checkbox__focus-ring,
  .mat-mdc-list-option .mdc-list-item__end .mdc-checkbox .mdc-checkbox__focus-ring {
    display: none;
  }
}
.mat-mdc-list-item .mdc-list-item__primary-text {
  font:
    400 1rem / 1.5rem "IBM Plex Sans",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  letter-spacing: 0;
}
.mat-mdc-paginator {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.54);
}
.mat-mdc-paginator-decrement,
.mat-mdc-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.mat-mdc-paginator-first,
.mat-mdc-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.mat-mdc-icon-button[disabled] .mat-mdc-paginator-last {
  border-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.12);
}
.mat-mdc-paginator .mat-mdc-form-field-infix {
  min-height: 40px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 20px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY( -26.75px) scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: none;
}
.mat-mdc-paginator-container {
  min-height: 56px;
}
.mat-mdc-paginator {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif));
  font-size: var(--mdc-typography-caption-font-size, 0.75rem);
  line-height: var(--mdc-typography-caption-line-height, 1.25rem);
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0);
  text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: var(--mdc-typography-caption-text-transform, none);
}
.mat-mdc-paginator .mat-mdc-select-value {
  font-size: 0.75rem;
}
.mat-mdc-tab,
.mat-mdc-tab-link {
  background-color: transparent;
}
.mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab__text-label,
.mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab__text-label {
  color: rgba(0, 0, 0, 0.6);
}
.mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #6d0dd5;
}
.mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: #6d0dd5;
}
.mdc-tab__ripple::before,
.mat-mdc-tab .mat-ripple-element,
.mat-mdc-tab-header-pagination .mat-ripple-element,
.mat-mdc-tab-link .mat-ripple-element {
  background-color: #6d0dd5;
}
.mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #ff4081;
}
.mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: #ff4081;
}
.mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element,
.mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: #ff4081;
}
.mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #f44336;
}
.mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: #f44336;
}
.mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element,
.mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: #f44336;
}
.mat-mdc-tab-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-mdc-tab-header-with-background-background-color: #6d0dd5;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.mat-mdc-tab-group.mat-background-accent,
.mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-mdc-tab-header-with-background-background-color: #ff4081;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.mat-mdc-tab-group.mat-background-warn,
.mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-mdc-tab-header-with-background-background-color: #f44336;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.mat-mdc-tab-header-pagination-chevron {
  border-color: var(--mdc-theme-on-surface, #000);
}
.mat-mdc-tab-header .mdc-tab {
  height: 48px;
}
.mdc-tab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif));
  font-size: var(--mdc-typography-button-font-size, 0.875rem);
  line-height: var(--mdc-typography-button-line-height, 2.25rem);
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: var(--mdc-typography-button-letter-spacing, 0);
  text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}
.mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #000;
}
.mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #6d0dd5;
  --mdc-checkbox-selected-hover-icon-color: #6d0dd5;
  --mdc-checkbox-selected-icon-color: #6d0dd5;
  --mdc-checkbox-selected-pressed-icon-color: #6d0dd5;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(109, 13, 213, 0.1);
}
.mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #6d0dd5;
}
.mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #ff4081;
  --mdc-checkbox-selected-hover-icon-color: #ff4081;
  --mdc-checkbox-selected-icon-color: #ff4081;
  --mdc-checkbox-selected-pressed-icon-color: #ff4081;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(255, 64, 129, 0.1);
}
.mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #ff4081;
}
.mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(244, 67, 54, 0.1);
}
.mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #f44336;
}
.mat-mdc-checkbox-disabled label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-checkbox .mdc-checkbox {
  padding: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  margin: calc((var(--mdc-checkbox-touch-target-size, 40px) - 40px) / 2);
}
.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background {
  top: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  left: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
}
.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control {
  top: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  right: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  left: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  width: var(--mdc-checkbox-touch-target-size, 40px);
  height: var(--mdc-checkbox-touch-target-size, 40px);
}
@media all and (-ms-high-contrast: none) {
  .mdc-checkbox .mdc-checkbox__focus-ring {
    display: none;
  }
}
.mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0);
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
.mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000;
}
.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #6d0dd5;
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #ff4081;
}
.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: #6d0dd5;
  --mdc-filled-button-label-text-color: #fff;
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #ff4081;
  --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: #6d0dd5;
  --mdc-protected-button-label-text-color: #fff;
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #ff4081;
  --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: #6d0dd5;
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #ff4081;
}
.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: #6d0dd5;
  --mat-mdc-button-ripple-color: rgba(109, 13, 213, 0.1);
}
.mat-mdc-button.mat-accent,
.mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #ff4081;
  --mat-mdc-button-ripple-color: rgba(255, 64, 129, 0.1);
}
.mat-mdc-button.mat-warn,
.mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.mat-mdc-raised-button,
.mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before,
.mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before,
.mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-raised-button.mat-primary,
.mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-accent,
.mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #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;
}
.mdc-button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif));
  font-size: var(--mdc-typography-button-font-size, 0.875rem);
  line-height: var(--mdc-typography-button-line-height, 2.25rem);
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: var(--mdc-typography-button-letter-spacing, 0);
  text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}
.mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #6d0dd5;
  --mat-mdc-button-ripple-color: rgba(109, 13, 213, 0.1);
}
.mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #ff4081;
  --mat-mdc-button-ripple-color: rgba(255, 64, 129, 0.1);
}
.mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #6d0dd5;
}
.mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #ff4081;
}
.mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
}
.mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-icon-button.mat-mdc-button-base {
  width: 48px;
  height: 48px;
  padding: 12px;
}
.mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 48px;
  max-width: 48px;
}
.mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  margin-left: 4px;
}
.mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 48px;
  left: 50%;
  width: 48px;
  transform: translate(-50%, -50%);
}
.mat-mdc-fab,
.mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before,
.mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before,
.mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-fab.mat-primary,
.mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-fab.mat-accent,
.mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-fab.mat-warn,
.mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-fab.mat-unthemed,
.mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #fff;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.mat-mdc-fab.mat-primary,
.mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #6d0dd5;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.mat-mdc-fab.mat-accent,
.mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #ff4081;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.mat-mdc-fab.mat-warn,
.mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.mat-mdc-fab[disabled][disabled],
.mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(0, 0, 0, 0.12);
  --mdc-fab-icon-color: rgba(0, 0, 0, 0.38);
  --mat-mdc-fab-color: rgba(0, 0, 0, 0.38);
}
.mdc-fab--extended {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif));
  font-size: var(--mdc-typography-button-font-size, 0.875rem);
  line-height: var(--mdc-typography-button-line-height, 2.25rem);
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: var(--mdc-typography-button-letter-spacing, 0);
  text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}
.mat-mdc-snack-bar-container {
  --mat-mdc-snack-bar-button-color: #ff4081;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
}
.mat-mdc-snack-bar-container {
  --mdc-snackbar-supporting-text-font:
    "IBM Plex Sans",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  --mdc-snackbar-supporting-text-line-height: 1.25rem;
  --mdc-snackbar-supporting-text-size: 0.875rem;
  --mdc-snackbar-supporting-text-weight: 400;
}
.mdc-data-table {
  background-color: var(--mdc-theme-surface, #fff);
  border-color: rgba(0, 0, 0, 0.12);
}
.mdc-data-table__row {
  background-color: inherit;
}
.mdc-data-table__header-cell {
  background-color: var(--mdc-theme-surface, #fff);
}
.mdc-data-table__row--selected {
  background-color: rgba(109, 13, 213, 0.04);
}
.mdc-data-table__pagination-rows-per-page-select:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.mdc-data-table__pagination-rows-per-page-select:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.mdc-data-table__pagination-rows-per-page-select:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.12);
}
.mdc-data-table__cell,
.mdc-data-table__header-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.mdc-data-table__pagination {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.mdc-data-table__header-cell {
  color: rgba(0, 0, 0, 0.87);
}
.mdc-data-table__pagination-total,
.mdc-data-table__pagination-rows-per-page-label,
.mdc-data-table__cell {
  color: rgba(0, 0, 0, 0.87);
}
[dir=rtl] .mdc-data-table__pagination-button .mdc-button__icon,
.mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
}
.mat-mdc-table {
  background: white;
}
.mat-mdc-table .mdc-data-table__row {
  height: 52px;
}
.mat-mdc-table .mdc-data-table__pagination {
  min-height: 52px;
}
.mat-mdc-table .mdc-data-table__header-row {
  height: 56px;
}
.mdc-data-table__content {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0);
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
.mdc-data-table__cell {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0);
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
.mdc-data-table__header-cell {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif));
  font-size: var(--mdc-typography-subtitle2-font-size, 0.875rem);
  line-height: var(--mdc-typography-subtitle2-line-height, 1.375rem);
  font-weight: var(--mdc-typography-subtitle2-font-weight, 500);
  letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, 0);
  text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle2-text-transform, none);
}
[dir=rtl] .mdc-data-table__pagination-button .mdc-button__icon,
.mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
}
.mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #6d0dd5;
}
.mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #ff4081;
}
.mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #f44336;
}
.mat-badge {
  position: relative;
}
.mat-badge.mat-badge {
  overflow: visible;
}
.mat-badge-hidden .mat-badge-content {
  display: none;
}
.mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
.ng-animate-disabled .mat-badge-content,
.mat-badge-content._mat-animation-noopable {
  transition: none;
}
.mat-badge-content.mat-badge-active {
  transform: none;
}
.mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
.mat-badge-content {
  color: white;
  background: #6d0dd5;
}
.cdk-high-contrast-active .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}
.mat-badge-accent .mat-badge-content {
  background: #ff4081;
  color: white;
}
.mat-badge-warn .mat-badge-content {
  color: white;
  background: #f44336;
}
.mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
}
.mat-badge-small .mat-badge-content {
  font-size: 9px;
}
.mat-badge-large .mat-badge-content {
  font-size: 24px;
}
.mat-bottom-sheet-container {
  box-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-bottom-sheet-container {
  font:
    400 0.875rem / 1.25rem "IBM Plex Sans",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  letter-spacing: 0;
}
.mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.mat-button-toggle-group:not([class*=mat-elevation-z]) {
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #e0e0e0;
}
[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e0e0e0;
}
.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #e0e0e0;
}
.mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
.mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.mat-button-toggle-group-appearance-standard {
  border: solid 1px #e0e0e0;
}
.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 48px;
}
.mat-button-toggle {
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
}
.mat-calendar-arrow {
  fill: rgba(0, 0, 0, 0.54);
}
.mat-datepicker-toggle,
.mat-datepicker-content .mat-calendar-next-button,
.mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
.mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
.mat-calendar-table-header,
.mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-calendar-body-cell-content,
.mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
.mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}
.mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}
.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.18);
}
.mat-calendar-body-in-range::before {
  background: rgba(109, 13, 213, 0.2);
}
.mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-calendar-body-comparison-bridge-start::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(109, 13, 213, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-calendar-body-comparison-bridge-end::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(109, 13, 213, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-calendar-body-selected {
  background-color: #6d0dd5;
  color: white;
}
.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(109, 13, 213, 0.4);
}
.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(109, 13, 213, 0.3);
}
@media (hover: hover) {
  .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(109, 13, 213, 0.3);
  }
}
.mat-datepicker-content {
  box-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(255, 64, 129, 0.2);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(255, 64, 129, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(255, 64, 129, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #ff4081;
  color: white;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(255, 64, 129, 0.4);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(255, 64, 129, 0.3);
}
@media (hover: hover) {
  .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(255, 64, 129, 0.3);
  }
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(244, 67, 54, 0.2);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f44336;
  color: white;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(244, 67, 54, 0.3);
}
@media (hover: hover) {
  .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(244, 67, 54, 0.3);
  }
}
.mat-datepicker-content-touch {
  box-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-datepicker-toggle-active {
  color: #6d0dd5;
}
.mat-datepicker-toggle-active.mat-accent {
  color: #ff4081;
}
.mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}
.mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  width: 40px;
  height: 40px;
  padding: 8px;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 40px;
  left: 50%;
  width: 40px;
  transform: translate(-50%, -50%);
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}
.mat-calendar {
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
}
.mat-calendar-body {
  font-size: 13px;
}
.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 0.875rem;
  font-weight: 500;
}
.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}
.mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
.mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),
.mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),
.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
.mat-expansion-panel-header-description,
.mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.mat-expansion-panel-header {
  height: 48px;
}
.mat-expansion-panel-header.mat-expanded {
  height: 64px;
}
.mat-expansion-panel-header {
  font-family:
    "IBM Plex Sans",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
}
.mat-expansion-panel-content {
  font:
    400 0.875rem / 1.25rem "IBM Plex Sans",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  letter-spacing: 0;
}
.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 0.875rem;
}
.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 0.75rem;
}
.mat-icon.mat-primary {
  color: #6d0dd5;
}
.mat-icon.mat-accent {
  color: #ff4081;
}
.mat-icon.mat-warn {
  color: #f44336;
}
.mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-drawer.mat-drawer-push {
  background-color: white;
}
.mat-drawer:not(.mat-drawer-side) {
  box-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
[dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
[dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.mat-step-header.cdk-keyboard-focused,
.mat-step-header.cdk-program-focused,
.mat-step-header:hover:not([aria-disabled]),
.mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .mat-step-header:hover {
    background: none;
  }
}
.mat-step-header .mat-step-label,
.mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
}
.mat-step-header .mat-step-icon-selected,
.mat-step-header .mat-step-icon-state-done,
.mat-step-header .mat-step-icon-state-edit {
  background-color: #6d0dd5;
  color: white;
}
.mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.mat-step-header.mat-accent .mat-step-icon-selected,
.mat-step-header.mat-accent .mat-step-icon-state-done,
.mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #ff4081;
  color: white;
}
.mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.mat-step-header.mat-warn .mat-step-icon-selected,
.mat-step-header.mat-warn .mat-step-icon-state-done,
.mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #f44336;
  color: white;
}
.mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #f44336;
}
.mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.mat-step-header .mat-step-label.mat-step-label-error {
  color: #f44336;
}
.mat-stepper-horizontal,
.mat-stepper-vertical {
  background-color: white;
}
.mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.mat-horizontal-stepper-header::before,
.mat-horizontal-stepper-header::after,
.mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-horizontal-stepper-header {
  height: 72px;
}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,
.mat-vertical-stepper-header {
  padding: 24px 24px;
}
.mat-stepper-vertical-line::before {
  top: -16px;
  bottom: -16px;
}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after,
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before {
  top: 36px;
}
.mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
  top: 36px;
}
.mat-stepper-vertical,
.mat-stepper-horizontal {
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
}
.mat-step-label {
  font-size: 0.875rem;
  font-weight: 400;
}
.mat-step-sub-label-error {
  font-weight: normal;
}
.mat-step-label-error {
  font-size: 1rem;
}
.mat-step-label-selected {
  font-size: 1rem;
  font-weight: 400;
}
.mat-sort-header-arrow {
  color: #757575;
}
.mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  background: #6d0dd5;
  color: white;
}
.mat-toolbar.mat-accent {
  background: #ff4081;
  color: white;
}
.mat-toolbar.mat-warn {
  background: #f44336;
  color: white;
}
.mat-toolbar .mat-form-field-underline,
.mat-toolbar .mat-form-field-ripple,
.mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.mat-toolbar .mat-form-field-label,
.mat-toolbar .mat-focused .mat-form-field-label,
.mat-toolbar .mat-select-value,
.mat-toolbar .mat-select-arrow,
.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.mat-toolbar-multiple-rows {
  min-height: 64px;
}
.mat-toolbar-row,
.mat-toolbar-single-row {
  height: 64px;
}
@media (max-width: 599px) {
  .mat-toolbar-multiple-rows {
    min-height: 56px;
  }
  .mat-toolbar-row,
  .mat-toolbar-single-row {
    height: 56px;
  }
}
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font:
    500 1.25rem / 2rem "IBM Plex Sans",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  letter-spacing: 0;
  margin: 0;
}
.mat-tree {
  background: white;
}
.mat-tree-node,
.mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}
.mat-tree-node {
  min-height: 48px;
}
.mat-tree {
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
}
.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 0.875rem;
}
.mat-typography {
  font-family:
    "IBM Plex Sans",
    "Helvetica Neue",
    helvetica,
    arial,
    sans-serif;
}
.mat-typography h1,
.mat-typography h3 {
  font-weight: 400;
}
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
.toast-info {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+);
}
.toast-error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+);
}
.toast-success {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==);
}
.toast-warning {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==);
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
}
.page-body,
.page-body.layout-desktop {
  background-color: #FFF;
  min-height: 100vh;
  margin-left: 282px !important;
  width: calc(100vw - 282px);
}
.page-body.darkTheme,
.page-body.layout-desktop.darkTheme {
  background-color: #131313;
}
@media (max-width: 420px) {
  .padding-0-15 {
    padding: 0 15px;
  }
}
.page-body.layout-tablet,
.page-body.layout-mobile {
  margin-left: 0 !important;
  width: 100vw !important;
}
.page-block {
  padding: 20px;
  margin-bottom: 20px;
  box-shadow:
    0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.14),
    0 1px 18px 0 rgba(0, 0, 0, 0.12);
  border-radius: 10px;
}
.info {
  padding: 2rem;
  height: calc(100% - 185px);
  max-width: 420px;
  position: absolute;
  right: 0;
  border-left: 1px solid #D2D2D2;
  background: #FFF;
  box-shadow: -1px 0px 10px 0px rgba(0, 0, 0, 0.07);
}
a.removed-underline {
  text-decoration: none;
}
.padding-important {
  padding: 0 !important;
}
.mat-mdc-form-field-icon-prefix span {
  padding-left: 5px;
}
.form-error-msg {
  color: #f44336;
}
.form-warn-msg {
  color: #f44336;
}
.form-actions {
  display: flex;
}
.form-actions .right-side {
  margin-left: auto;
}
.file-input input {
  position: absolute;
  visibility: hidden;
}
.file-input label {
  cursor: pointer;
}
.file-input label button {
  pointer-events: none;
}
.checkbox-form-margin {
  margin-bottom: 10px;
}
.mb-form {
  margin-bottom: 19px;
}
.field-required {
  color: #f44336;
}
.mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 17px;
}
.mobile-only,
.mat-divider.mobile-only {
  display: none;
}
@media (min-width: 560px) {
  .desktop-hide {
    display: none;
  }
}
@media (max-width: 760px) {
  .content-block .display-flex {
    flex-wrap: wrap;
  }
  .content-block .content-block-header {
    font-size: 16px;
    font-weight: 600;
    padding-top: 1rem;
  }
  .mobile-only,
  .mat-divider.mobile-only {
    display: block;
  }
  .mobile-hide {
    display: none;
  }
}
.darkTheme .mat-mdc-form-field {
  color: #D9D9D9;
}
.darkTheme .mat-mdc-form-field.mat-focused {
  color: #D9D9D9 !important;
}
.darkTheme .mat-mdc-form-field.mat-focused .mdc-notched-outline__leading,
.darkTheme .mat-mdc-form-field.mat-focused .mdc-notched-outline__notch,
.darkTheme .mat-mdc-form-field.mat-focused .mdc-notched-outline__trailing {
  border-color: #3498DB !important;
}
.darkTheme .mat-mdc-form-field .mat-mdc-input-element,
.darkTheme .mat-mdc-form-field .mat-mdc-input-element::placeholder {
  color: #D9D9D9;
  caret-color: #D9D9D9;
}
.darkTheme .mat-mdc-form-field .mat-mdc-form-field-label {
  color: #D9D9D9;
}
.darkTheme .mat-mdc-form-field .mat-mdc-form-field-underline {
  background-color: #D9D9D9;
}
.darkTheme .mat-mdc-form-field .mat-mdc-form-field-ripple {
  background-color: #D9D9D9;
}
.darkTheme .mat-mdc-form-field .mat-mdc-form-field-required-marker {
  color: #D9D9D9;
}
.darkTheme .mat-mdc-form-field .mat-mdc-icon-button {
  background-color: #1C1C1C;
  color: #D9D9D9;
}
.darkTheme .mat-mdc-form-field .mat-mdc-icon-button:hover {
  background: #6D11D6;
}
.darkTheme .mat-mdc-form-field .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: #D9D9D9 !important;
}
.darkTheme .mat-mdc-form-field-appearance-legacy .mat-mdc-form-field-label,
.darkTheme .mat-mdc-form-field-appearance-legacy .mat-mdc-form-field-appearance-legacy {
  color: #D9D9D9;
}
.darkTheme .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: $dark-tongo-button-primary-text;
  --mdc-checkbox-selected-focus-icon-color: $dark-tongo-button-primary-text;
  --mdc-checkbox-selected-hover-icon-color: $dark-tongo-button-primary-text;
  --mdc-checkbox-selected-icon-color: $dark-tongo-button-primary-text;
  --mdc-checkbox-selected-pressed-icon-color: $dark-tongo-button-primary-text;
  --mdc-checkbox-unselected-focus-icon-color: $dark-tongo-button-primary-text;
  --mdc-checkbox-unselected-hover-icon-color: $dark-tongo-button-primary-text;
  --mdc-checkbox-disabled-selected-icon-color: $dark-tongo-button-disabled;
  --mdc-checkbox-disabled-unselected-icon-color: $dark-tongo-button-disabled;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.darkTheme .mat-checkbox-ripple .mat-ripple-element,
.darkTheme .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #6D11D6 !important;
}
.add-disclaimer-form .mat-mdc-form-field .mat-mdc-text-field-wrapper {
  background-color: #FFF;
}
.table-filters {
  background: #e0e0e0;
  border-radius: 0.5rem 0.5rem 0 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding: 1.5rem 0.5rem 0.31rem;
  width: 100%;
}
.table-filters .table-filter-btn {
  margin-bottom: auto;
  margin-top: auto;
}
.table-filters.table-filters-full {
  flex-wrap: wrap;
}
@media (min-width: 1440px) {
  .table-filters.table-filters-full {
    flex-wrap: nowrap;
  }
}
.table-filters.table-filters-full .table-filter {
  width: calc(50% - 2rem);
}
@media (min-width: 768px) {
  .table-filters.table-filters-full .table-filter {
    width: calc(25% - 2rem);
  }
}
@media (min-width: 768px) {
  .table-filters.table-filters-full .table-filter:first-child:nth-last-child(5),
  .table-filters.table-filters-full .table-filter:first-child:nth-last-child(5) ~ .table-filter {
    width: calc(33% - 2rem);
  }
}
@media (min-width: 1440px) {
  .table-filters.table-filters-full .table-filter:first-child:nth-last-child(5),
  .table-filters.table-filters-full .table-filter:first-child:nth-last-child(5) ~ .table-filter {
    width: calc(20% - 2rem);
  }
}
@media (min-width: 1024px) {
  .table-filters.table-filters-full .table-filter:first-child:nth-last-child(6),
  .table-filters.table-filters-full .table-filter:first-child:nth-last-child(6) ~ .table-filter {
    width: calc(33% - 2rem);
  }
}
@media (min-width: 1440px) {
  .table-filters.table-filters-full .table-filter:first-child:nth-last-child(6),
  .table-filters.table-filters-full .table-filter:first-child:nth-last-child(6) ~ .table-filter {
    width: calc(16.6% - 2rem);
  }
}
@media (min-width: 1024px) {
  .table-filters.table-filters-full .table-filter:first-child:nth-last-child(7),
  .table-filters.table-filters-full .table-filter:first-child:nth-last-child(7) ~ .table-filter {
    width: calc(25% - 2rem);
  }
}
@media (min-width: 1440px) {
  .table-filters.table-filters-full .table-filter:first-child:nth-last-child(7),
  .table-filters.table-filters-full .table-filter:first-child:nth-last-child(7) ~ .table-filter {
    width: calc(14.28% - 2rem);
  }
}
@media (min-width: 1024px) {
  .table-filters.table-filters-full .table-filter:first-child:nth-last-child(8),
  .table-filters.table-filters-full .table-filter:first-child:nth-last-child(8) ~ .table-filter {
    width: calc(25% - 2rem);
  }
}
@media (min-width: 1440px) {
  .table-filters.table-filters-full .table-filter:first-child:nth-last-child(8),
  .table-filters.table-filters-full .table-filter:first-child:nth-last-child(8) ~ .table-filter {
    width: calc(12.5% - 2rem);
  }
}
.table-filters .mat-form-field-appearance-fill .mat-mdc-text-field-wrapper {
  background: #f4f4f4;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
}
.table-filters .mdc-line-ripple {
  display: none;
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}
.table-filters .mat-mdc-floating-label {
  max-width: 130%;
}
.table-filter {
  margin-left: 1rem;
  margin-right: 1rem;
}
h3.page-header {
  color: #261c04;
  display: flex;
  font-family:
    "IBM Plex Sans",
    "Helvetica Neue",
    helvetica,
    arial,
    sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.75rem;
  justify-content: space-between;
  left: 5rem;
  line-height: 2rem;
  margin-bottom: 0;
  position: absolute;
  top: 1rem;
  width: calc(100% - 9rem);
  margin-top: 0;
}
h3.page-header h1 {
  margin: auto 0 auto 20px;
  color: white;
}
h3.page-header--with-subhead {
  font-size: 1rem;
  line-height: 1.5rem;
  top: 1.25rem;
}
.page-subheader {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 1rem;
  margin-top: -1rem;
  width: 100%;
  display: flex;
  font-family:
    "IBM Plex Sans",
    "Helvetica Neue",
    helvetica,
    arial,
    sans-serif;
}
.page-subheader .card-header-with-balance {
  font-family:
    "IBM Plex Sans",
    "Helvetica Neue",
    helvetica,
    arial,
    sans-serif;
}
.page-subheader button {
  margin-right: 1.25rem;
}
.page-subheader .mat-mdc-icon-button {
  align-items: center;
  background-color: transparent;
  display: flex;
  height: 1.75rem;
  justify-content: center;
  line-height: 1.75rem;
  width: 1.75rem;
  padding: 0;
}
.page-subheader .mat-mdc-icon-button .mat-icon {
  height: 1rem;
  line-height: 1rem;
  width: 1rem;
}
.darkTheme.content-wrapper {
  background-color: #131313;
  color: #D9D9D9;
}
.mat-toolbar {
  background-color: #FFF;
}
.mat-toolbar.mat-primary {
  background-color: #FFF;
  border-bottom: 1px solid #E7E7E9;
  margin: 25px 0 0 0;
  padding-bottom: 25px;
}
.menu-logo-toolbar .menu-logo-toolbar-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.menu-logo-toolbar .menu-logo-toolbar-container .sidenav-sidenav__logo {
  height: 35px;
  margin-top: 5px;
}
.menu-logo-toolbar .menu-logo-toolbar-container .menu-button {
  height: 40px;
  width: 40px;
  min-width: 40px;
  margin: 0;
  border: 1px solid #B5B5B5 !important;
}
.menu-logo-toolbar .menu-logo-toolbar-container .menu-button.mdc-button.mat-mdc-button:not(:disabled) {
  color: #B5B5B5;
}
.menu-logo-toolbar .menu-logo-toolbar-container .menu-button .menu-button-close-icon {
  height: 40px;
  width: 40px;
  min-width: 40px;
  font-size: 38px;
  padding: 0;
  margin: 0;
}
.menu-logo-toolbar.layout-desktop {
  display: none;
}
.darkTheme .mat-toolbar.mat-primary {
  background-color: #131313;
}
.darkTheme .p-header__logo {
  filter: grayscale(1) invert(1);
}
.sidenav-sidenav {
  height: 100vh;
  overflow-y: auto;
  padding: 0;
  position: fixed;
  top: 0;
  width: 250px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.sidenav-sidenav .menu-logo-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.sidenav-sidenav .menu-logo-container .sidenav-sidenav__logo {
  height: 30px;
  margin-top: 5px;
}
.sidenav-sidenav .menu-logo-container .menu-button {
  height: 40px;
  width: 40px;
  min-width: 40px;
  margin: 0;
  border-radius: 4.44px;
  border: 1px solid #B5B5B5 !important;
}
.sidenav-sidenav .menu-logo-container .menu-button.mdc-button.mat-mdc-button:not(:disabled) {
  color: #B5B5B5;
}
.sidenav-sidenav .menu-logo-container .menu-button .menu-button-close-icon {
  height: 40px;
  width: 40px;
  min-width: 40px;
  font-size: 38px;
  padding: 0;
  margin: 0;
}
.sidenav-sidenav .mat-drawer-inner-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-x: hidden;
  padding: 0 1rem;
  width: auto;
}
.sidenav-sidenav .mat-drawer-header {
  align-items: center;
  color: #000;
  display: flex;
  flex-direction: row;
  height: 56px;
  justify-content: left;
  text-align: left;
}
@media (min-width: 576px) {
  .sidenav-sidenav .mat-drawer-header {
    height: 64px;
  }
}
.sidenav-sidenav .mat-drawer-header img {
  box-sizing: border-box;
  height: calc(56px - (0.6875rem * 1.5));
  padding: 0.5rem;
  width: auto;
}
@media (min-width: 576px) {
  .sidenav-sidenav .mat-drawer-header img {
    height: calc(64px - (0.6875rem * 1.5));
  }
}
.sidenav-sidenav .version-number {
  color: #fff;
  display: block;
  font-size: 0.6875rem;
  padding: 1.75rem 0;
}
.sidenav-sidenav .sidenav-content {
  margin-top: 2rem;
  margin-bottom: auto;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.sidenav-sidenav .sidenav-content .mat-divider {
  margin-top: 16px;
  margin-bottom: 16px;
}
.sidenav-sidenav .sidenav-content .mat-divider:last-of-type {
  padding-bottom: 74px;
}
.sidenav-sidenav .mat-mdc-nav-list {
  padding-top: 0;
}
.sidenav-sidenav .mat-mdc-nav-list .mat-mdc-list-item {
  padding: 0 0.5rem;
}
.sidenav-sidenav .mat-mdc-nav-list .mat-mdc-list-item .mat-mdc-list-item-unscoped-content {
  padding-bottom: 0.2rem;
  display: flex;
}
.sidenav-sidenav .mat-mdc-nav-list .mat-mdc-list-item.active {
  background-color: #571b98;
  border-radius: 0.25rem;
}
.sidenav-sidenav .mat-mdc-nav-list .mat-mdc-list-item .navbar-item-text,
.sidenav-sidenav .mat-mdc-nav-list .mat-mdc-list-item .material-icons-outlined {
  color: white;
}
.sidenav-sidenav .navbar-item-text {
  font-size: 1rem;
  padding-left: 0.6em;
}
.sidenav-sidenav .mat-expansion-panel {
  background-color: transparent;
  box-shadow: none;
}
.sidenav-sidenav .mat-expansion-panel-header,
.sidenav-sidenav .mat-expansion-panel-header.mat-expanded {
  height: 2rem;
  padding: 0;
  padding-right: 0.5rem;
}
.sidenav-sidenav .mat-expansion-panel-header-title {
  font-size: 16px;
}
.sidenav-sidenav .mat-expansion-indicator::after {
  color: #B5B5B5;
}
.sidenav-sidenav .mat-expansion-panel-body {
  padding: 0;
}
.sidenav-sidenav .mat-list-base .mat-list-item .mat-list-item-content,
.sidenav-sidenav .mat-list-base .mat-list-option .mat-list-item-content {
  padding: 0 4px;
  width: 100%;
}
.mat-toolbar-row,
.mat-toolbar-single-row {
  height: 56px;
}
.sidenav-container.layout-tablet .mat-drawer-opened {
  width: 290px;
  height: 100vh;
}
.sidenav-container.layout-mobile .mat-drawer-opened {
  width: 100vw;
  height: 100vh;
}
.sidenav-container.layout-tablet .sidenav-sidenav .mat-drawer-inner-container .sidenav-content,
.sidenav-container.layout-mobile .sidenav-sidenav .mat-drawer-inner-container .sidenav-content {
  margin-top: 0;
}
.sidenav-container.layout-tablet .sidenav-sidenav .mat-drawer-inner-container .sidenav-content .menu-logo-container,
.sidenav-container.layout-mobile .sidenav-sidenav .mat-drawer-inner-container .sidenav-content .menu-logo-container {
  margin: 20px 0;
}
.sidenav-container.layout-mobile .sidenav-sidenav,
.sidenav-container.layout-mobile .sidenav-footer {
  width: calc(100vw - 40px);
}
.darkTheme .mat-divider {
  border-top-color: #262930 !important;
}
.darkTheme .sidenav-sidenav__logo,
.darkTheme .agreement-logo {
  filter: grayscale(1) invert(1);
}
.p-footer {
  font-size: 11px;
  padding: 0;
  width: 100%;
}
.p-footer a {
  color: #535353;
  text-decoration: underline;
}
.p-footer__body {
  padding: 13px 0;
  align-items: center;
  background-color: #FFF;
  color: #535353;
  display: flex;
  min-height: 40px;
}
.p-footer__company {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  width: 5.3rem;
}
.p-footer__copyright {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
  grid-column: 2/span 2;
}
@media (min-width: 960px) {
  .p-footer__copyright {
    justify-content: space-between;
  }
}
.p-footer__copyright span:not(.contact-info) {
  margin-right: 32px;
}
.p-footer__copyright a,
.p-footer__copyright .contact-info {
  margin-right: 32px;
}
.p-footer__copyright a + a,
.p-footer__copyright a + .contact-info,
.p-footer__copyright .contact-info + a,
.p-footer__copyright .contact-info + .contact-info {
  margin-left: 0;
}
.page-footer.darkTheme {
  background-color: #131313;
  border-top: solid 1px #262930;
}
.page-footer.darkTheme .p-footer {
  background-color: #131313;
  color: #D9D9D9;
}
.page-footer.darkTheme .p-footer .p-footer__body {
  background-color: #131313;
  color: #D9D9D9;
  border-top: solid 1px #262930;
}
.page-footer.darkTheme .p-footer a {
  color: #D9D9D9;
}
.svg--b-on-w {
  height: 5.4rem;
  width: auto;
}
.login-page-wrapper {
  height: 100vh;
  display: flex;
  flex-direction: column;
  background: #F8F7F9;
}
.login-page {
  background: #F8F7F9;
  display: flex;
  padding: 132px 180px 32px 200px;
  position: relative;
}
.login-page .logo {
  z-index: 100;
  padding-right: 100px;
  max-width: 570px;
}
.login-page .logo img {
  width: 136px;
  height: 44px;
}
.login-page .logo div {
  font-size: 72px;
  font-weight: 500;
  line-height: 110%;
  margin-top: 56px;
}
.login-page .login-form {
  width: 500px;
  font-family:
    "IBM Plex Sans",
    "Helvetica Neue",
    helvetica,
    arial,
    sans-serif;
  margin-left: auto;
  padding: 70px 48px;
  border-radius: 16px;
  box-shadow: 0 0 35px 0 rgba(237, 237, 237, 0.9);
  z-index: 100;
  height: fit-content;
}
.login-page .login-form .mat-mdc-card-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}
.login-page .login-form .mat-mdc-card-content {
  display: flex;
  flex-direction: column;
}
.login-page .login-form .mat-mdc-card-content form {
  display: flex;
  flex-direction: column;
}
.login-page .login-form .mat-mdc-card-content form .mat-error {
  margin: 0;
  color: #c73831;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.login-page .login-form .mat-mdc-card-content form .password-input {
  margin-top: 16px;
  margin-bottom: 4px;
}
.login-page .login-form .mat-mdc-card-content form .mat-mdc-form-field:first-child {
  margin-top: 48px;
  margin-bottom: 4px;
}
.login-page .login-form .mat-mdc-card-content form .mat-mdc-form-field-wrapper {
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.login-page .login-form .mat-mdc-card-content form .forgot-password-block {
  display: flex;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 48px;
}
.login-page .login-form .mat-mdc-card-content form .forgot-password-block .mat-mdc-checkbox {
  font-family:
    "IBM Plex Sans",
    "Helvetica Neue",
    helvetica,
    arial,
    sans-serif;
  color: #535353;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
.login-page .login-form .mat-mdc-card-content form .forgot-password-block a {
  margin-left: auto;
  text-decoration: none;
  color: #6D11D6;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.login-page .login-form .mat-mdc-card-content form .p-button.p-button--rounded {
  height: 46px;
  padding: 10px 16px;
  margin-bottom: 16px;
}
.login-page .login-form .mat-mdc-card-content form .p-button.p-button--rounded:disabled {
  border: none !important;
}
.login-page .login-form .mat-mdc-card-content .signup-block {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 32px;
}
.login-page .login-form .mat-mdc-card-content .signup-block a {
  margin-left: 8px;
  color: #6D11D6;
  font-size: 14px;
}
.login-page .login-form .mat-mdc-card-content .policy {
  display: flex;
  flex-direction: row;
  gap: 32px;
  margin: auto;
}
.login-page .login-form .mat-mdc-card-content .policy a {
  color: #b5b5b5;
  font-size: 11px;
  font-weight: 400;
  text-decoration-line: underline;
}
.login-page .mat-mdc-card .mat-mdc-card-header .mat-mdc-card-header-text {
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.login-page .mat-mdc-form-field-subscript-wrapper {
  display: none;
}
.img-houses {
  margin-top: auto;
  background-color: #F8F7F9;
}
.img-houses img {
  position: relative;
  width: 100vw;
  max-height: 259px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 960px) {
  .login-page-wrapper {
    height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #fafafa;
  }
  .login-page {
    flex-direction: column;
    padding: 48px 0 0 0;
    height: unset;
  }
  .login-page .logo {
    margin: 0 auto 48px auto;
    padding: 0;
  }
  .login-page .logo div {
    display: none;
  }
  .login-page .login-form {
    margin-left: auto;
    margin-right: auto;
    padding: 50px 20px;
    min-width: unset;
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
  .login-page .login-form .mat-mdc-card-title {
    margin-bottom: 0;
  }
  .login-page .login-form .mat-mdc-card-header-text {
    margin: 0 auto;
  }
  .login-page .login-form .mat-mdc-card-content form .mat-mdc-form-field:first-child {
    margin-top: 40px;
  }
  .login-page .login-form .mat-mdc-card-content form .mat-mdc-form-field:last-child.mat-mdc-form-field-wrapper {
    margin-bottom: 8px;
  }
  .login-page .login-form .mat-mdc-card-content form .forgot-password-block {
    margin-bottom: 40px;
  }
  .login-page .login-form .mat-mdc-card-content .signup-block {
    margin-bottom: 24px;
  }
  .img-houses {
    margin-top: auto;
    padding-top: 42px;
    min-height: 120px;
    overflow: hidden;
  }
  .img-houses img {
    position: relative;
    height: 120px;
    object-fit: cover;
  }
}
.name-page {
  max-width: 612px;
}
.name-page .mobile-link {
  display: none;
}
.name-page .signup-title {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 13px;
}
.name-page .slogan {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}
.name-page .back-btn {
  height: 55px;
  width: 96px;
  padding: 12px 37px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.name-page .back-btn ::ng-deep .mdc-button__label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}
.name-page .next-submit {
  width: auto;
  height: 40px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 18px;
}
.name-page .btn-center {
  margin: 0 auto;
  display: flex;
}
.name-page .url-text {
  text-align: left;
  text-decoration: underline;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}
.name-page .dis-flex {
  display: flex;
  flex-direction: column;
}
.password-err {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  max-width: 386px;
  max-height: 56px;
  padding: 0px 20px 8px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  vertical-align: middle;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .password-err {
    margin-right: auto;
  }
}
.password-err .password-rules {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5em;
  width: 100%;
  font-weight: 400;
}
.password-err .password-rules .password-rule {
  width: 45%;
  max-width: 167px;
  display: flex;
  gap: 10px;
}
.password-err .password-rules .password-rule:nth-child(1),
.password-err .password-rules .password-rule:nth-child(2) {
  padding-bottom: 5px;
}
.password-err .password-rules .password-rule:nth-child(3),
.password-err .password-rules .password-rule:nth-child(4) {
  padding-top: 5px;
}
.password-err .password-rules .password-rule:nth-child(2),
.password-err .password-rules .password-rule:nth-child(4) {
  padding-left: 16px;
}
.password-err .password-rules .password-rule span {
  margin-left: 5px;
}
.green-icon {
  color: #066F5A;
}
.red-icon {
  color: #C73831;
}
.signup-container {
  display: flex;
  flex-direction: row;
  gap: 0px;
  margin: 0px;
  padding: 0px;
  background-color: #FFF;
  min-height: 950px;
  height: 100vh;
  overflow: hidden;
}
.signup-container .signup-wrapper {
  display: flex;
  flex-direction: column;
}
.signup-container .signup-wrapper.signup-wrapper-left {
  background-color: #F8F7F9;
  position: relative;
  min-width: 518px;
  max-width: 518px;
  text-align: center;
}
.signup-container .signup-wrapper.signup-wrapper-left .corner-top-left {
  position: absolute;
  left: 0;
  top: 0;
}
.signup-container .signup-wrapper.signup-wrapper-left .corner-bottom-right {
  position: absolute;
  right: 0;
  bottom: 0;
}
.signup-container .signup-wrapper.signup-wrapper-left .signup-wrapper-left-text {
  margin: 100px 40px 64px;
  text-align: left;
}
.signup-container .signup-wrapper.signup-wrapper-left .signup-wrapper-left-text h2 {
  font-weight: 400;
  font-size: 34px;
  line-height: 40px;
}
.signup-container .signup-wrapper.signup-wrapper-left .signup-main-image {
  width: 361px;
  position: absolute;
  bottom: calc(50% - 258px);
  left: 0;
  right: 0;
  margin: auto;
}
.signup-container .signup-wrapper.signup-wrapper-left.signup-wrapper-brokerage-details {
  background-color: #49009B;
}
.signup-container .signup-wrapper.signup-wrapper-left.signup-wrapper-brokerage-details .signup-wrapper-left-text {
  color: #FFF;
}
.signup-container .signup-wrapper.signup-wrapper-left.signup-wrapper-brokerage-details .signup-main-image {
  width: 518px;
  bottom: 0px;
}
.signup-container .signup-wrapper.signup-wrapper-left.signup-wrapper-account-info .signup-main-image {
  width: 518px;
  bottom: 0px;
}
.signup-container .signup-wrapper.signup-wrapper-left.signup-wrapper-completed {
  background-color: #49009B;
}
.signup-container .signup-wrapper.signup-wrapper-left.signup-wrapper-completed .signup-wrapper-left-text {
  color: #FFF;
}
.signup-container .signup-wrapper.signup-wrapper-left.signup-wrapper-completed .signup-main-image {
  width: 450px;
  bottom: 120px;
}
.signup-container .signup-wrapper.signup-wrapper-right {
  width: 100%;
  padding: 64px;
}
.signup-wrapper-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.signup-wrapper-header .already-have-account {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.signup-wrapper-header .already-have-account .already-have-account-text {
  display: flex;
}
.signup-wrapper-header .already-have-account .signup-logo-image {
  display: none;
}
.signup-horizontal-fields {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.signup-personal-details {
  display: flex;
  flex-direction: column;
  gap: 44px;
  margin-top: 70px;
}
.signup-brokerage-details {
  display: flex;
  flex-direction: column;
  gap: 44px;
  margin-top: 30px;
}
.signup-account-info {
  display: flex;
  flex-direction: column;
  gap: 44px;
  margin-top: 30px;
}
.signup-account-info .signup-account-info-form .name-page .signup-account-info-form-fields {
  margin-top: 44px;
}
.signup-account-info .signup-account-info-form .name-page .signup-account-info-form-fields .tongo-form-field {
  max-width: 386px;
}
.signup-account-info .signup-account-info-form .name-page .next-submit {
  margin-top: 30px;
}
.signup-verify-identity {
  display: flex;
  flex-direction: column;
  gap: 44px;
  margin-top: 205px;
}
.signup-verify-identity .signup-verify-identity-form .name-page .subheader {
  color: #000;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin-top: 60px;
}
.signup-verify-identity .signup-verify-identity-form .name-page .dis-flex {
  gap: 60px;
}
.signup-verify-identity .signup-verify-identity-form .name-page .dis-flex .slogan {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.signup-verify-identity .signup-verify-identity-form .name-page .dis-flex .slogan .url-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.signup-completed {
  display: flex;
  flex-direction: column;
  gap: 44px;
  margin-top: 180px;
}
.signup-completed .name-page {
  max-width: none;
}
.doc-agreement-block {
  margin-left: -10px;
  max-width: 544px;
}
.doc-agreement {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.url {
  cursor: pointer;
  color: #6D11D6;
  text-decoration: underline;
  font-size: 15px;
  font-weight: 600;
}
.url.print-agreement {
  text-align: left !important;
}
.signup-page-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.back-button {
  display: flex;
  padding: 4px 10px 4px 0px;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
}
.back-button:hover {
  background-color: #eee;
  border: 1px solid #ddd;
}
.back-button[hidden] {
  visibility: hidden;
  display: block !important;
}
.back-button span {
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  vertical-align: top;
  margin-left: 10px;
  align-items: center;
}
.signup-contract-form {
  padding: 64px;
}
.darkTheme > app-signup-phone > form .name-page .signup-title {
  color: #D9D9D9 !important;
}
.darkTheme > app-signup-phone > form .password-err {
  background-color: #131313;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.14);
}
.darkTheme > app-signup-phone > form .password-err .password-rules .password-rule:nth-child(1) {
  border-right: 1px solid #95A5A6;
  border-bottom: 1px solid #95A5A6;
}
.darkTheme > app-signup-phone > form .password-err .password-rules .password-rule:nth-child(2) {
  border-bottom: 1px solid #95A5A6;
}
.darkTheme > app-signup-phone > form .password-err .password-rules .password-rule:nth-child(3) {
  border-right: 1px solid #95A5A6;
}
.darkTheme {
  background-color: #131313;
}
.darkTheme .name-page .signup-title {
  color: #D9D9D9;
}
@media (max-width: 560px) {
  .signup-container {
    overflow-y: auto;
  }
  .name-page {
    max-width: 520px;
  }
  .name-page .signup-title.signup-sms {
    margin-bottom: 16px;
  }
  .name-page .mobile-link {
    display: flex;
  }
  .name-page .signup-title {
    margin-bottom: 32px;
  }
  .name-page .signup-page-buttons {
    margin-top: 28px;
  }
  .name-page .signup-page-buttons .next-submit {
    width: 100%;
  }
  .signup-container .signup-wrapper.signup-wrapper-left {
    display: none !important;
  }
  .signup-container .signup-wrapper.signup-wrapper-right {
    padding: 0px;
  }
  .signup-container .signup-wrapper.signup-wrapper-right .signup-wrapper-header {
    margin-top: 10px;
    padding: 0 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1019607843);
  }
  .signup-container .signup-wrapper.signup-wrapper-right .signup-wrapper-header .back-button {
    display: none;
  }
  .signup-container .signup-wrapper.signup-wrapper-right .signup-wrapper-header .already-have-account {
    width: 100%;
  }
  .signup-container .signup-wrapper.signup-wrapper-right .signup-wrapper-header .already-have-account .signup-logo-image {
    display: flex;
  }
  .signup-container .signup-wrapper.signup-wrapper-right .signup-wrapper-header .already-have-account .already-have-account-text {
    display: none;
  }
  .signup-container .signup-wrapper.signup-wrapper-right .signup-wrapper-header .already-have-account .login-button {
    width: 72px;
    height: 40px;
  }
  .signup-container .signup-wrapper.signup-wrapper-right .signup-wrapper-body {
    margin-top: 12px;
    padding: 20px;
    gap: 24px;
  }
  .signup-container .signup-wrapper.signup-wrapper-right .signup-verify-identity .signup-verify-identity-form .dis-flex {
    flex-direction: column-reverse;
    gap: 24px;
  }
  .signup-container .signup-wrapper.signup-wrapper-right .signup-verify-identity .signup-verify-identity-form .dis-flex .slogan {
    text-align: center;
  }
  .signup-container .signup-wrapper.signup-wrapper-right .signup-verify-identity .signup-verify-identity-form .signup-page__form {
    margin: 62px 0 36px 0;
  }
}
.kyb-modal .step-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
}
.kyb-modal .step-block .header {
  max-width: 800px;
}
.kyb-modal .step-block .header .header-name-step {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  vertical-align: middle;
  margin: 0;
}
.kyb-modal .step-block .header .subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  vertical-align: middle;
  color: #535353;
  margin: 40px auto;
}
.kyb-modal .step-block .action-btn.bank-step {
  min-width: 350px;
}
.kyb-modal .step-block .action-btn {
  margin-top: 40px;
  display: flex;
  gap: 16px;
}
.kyb-modal .step-block .action-btn button.close-button {
  border: none !important;
  background: #F8F7F9;
  color: #6D11D6;
}
@media (max-width: 560px) {
  .kyb-modal .step-block {
    min-height: 50vh;
  }
  .kyb-modal .step-block .action-btn {
    width: 100%;
  }
  .kyb-modal .step-block .action-btn button {
    width: 100%;
  }
}
.mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.09);
}
.mat-mdc-card {
  padding: 32px;
  box-shadow: none;
}
.mat-mdc-card .mat-mdc-card-content {
  padding: 0;
}
.mat-mdc-card .mat-mdc-card-content:first-child {
  padding-top: 0;
}
.mat-mdc-card .mat-mdc-card-title {
  font-size: 34px;
  margin-bottom: 1.5rem;
  padding: 0;
  font-weight: 300;
}
.mat-card-actions {
  margin-bottom: -8px;
  padding-bottom: 0;
}
.mat-mdc-card-content {
  margin-bottom: 16px;
}
.card-actions-with-margin button:not(:first-child) {
  margin-left: 10px;
}
.card-header-with-balance {
  align-items: center;
  display: flex;
  width: 100%;
}
.card-header-with-balance .balance-wrapper {
  display: flex;
  margin-left: auto;
}
.card-header-with-balance .balance-wrapper .balance-items {
  margin-right: 20px;
}
.card-header-with-balance .balance-wrapper .balance-items .balance-item {
  display: flex;
  width: 100%;
  margin: auto 0;
}
.card-header-with-balance .balance-wrapper .balance-items .balance-item:last-child {
  margin-bottom: 15px;
}
.card-header-with-balance .balance-wrapper .balance-items .balance-item .balance-item--title {
  font-weight: bold;
  min-width: 65px;
  text-align: right;
}
.card-header-with-balance .balance-wrapper .balance-items .balance-item .balance-item--value {
  margin-left: 5px;
}
.card-header-with-balance .balance-wrapper .apply-payment,
.card-header-with-balance .balance-wrapper .manual-payout,
.card-header-with-balance .balance-wrapper .schedule-payment {
  height: fit-content;
  margin-left: 1.5rem;
}
.card-header-with-balance .balance-wrapper .apply-payment {
  margin-right: 0;
}
.balance-wrapper {
  display: flex;
  margin-left: auto;
}
.balance-wrapper .balance-items {
  display: flex;
}
.balance-wrapper .balance-items .balance-item {
  display: flex;
  margin: auto 0;
}
.balance-wrapper .balance-items .balance-item:not(:last-child) {
  margin-right: 1.75rem;
}
.balance-wrapper .balance-items .balance-item .balance-item--title {
  font-weight: 600;
}
.balance-wrapper .balance-items .balance-item .balance-item--value {
  margin-left: 0.5em;
}
.mat-header-with-buttons {
  display: flex;
  margin-bottom: 5px;
}
.mat-header-with-buttons .header-button {
  margin-left: auto;
}
mat-icon.card-title-icon {
  font-size: 19px;
  height: 19px;
  width: 19px;
  margin-left: 2px;
}
.darkTheme .mat-mdc-card {
  color: #D9D9D9;
  background-color: #131313;
}
.darkTheme .mat-mdc-card .mat-mdc-card-header {
  color: #D9D9D9;
}
.darkTheme .support,
.darkTheme .support-email {
  background-color: #2980B9 !important;
}
@media (max-width: 760px) {
  .mat-mdc-card {
    padding: 32px 20px;
  }
}
.mat-drawer-container {
  background-color: #fff;
  height: 100%;
}
.mat-drawer-content.layout-desktop {
  overflow-x: hidden;
}
.mat-drawer {
  height: fit-content;
}
.darkTheme.mat-drawer-container {
  background-color: #131313;
}
.mat-mdc-tab-link-container,
.mat-mdc-tab-label-container {
  margin-bottom: 0;
}
.mat-mdc-tab-nav-bar,
.mat-mdc-tab-header {
  border: none;
  margin-bottom: 2rem;
}
.mat-mdc-link.mdc-link--active {
  opacity: 1;
}
.mat-mdc-tab-labels {
  width: fit-content;
}
.mat-mdc-tab-links {
  width: fit-content;
}
.mat-mdc-tab-group:not(.default) .mat-mdc-tab,
.mat-mdc-tab-group:not(.default) .mat-mdc-tab-link {
  border-radius: 3rem;
  color: #261c04;
  font-weight: normal;
  height: 2.25rem !important;
  min-width: 2rem !important;
  opacity: 1 !important;
  padding: 0.5rem 1rem !important;
  overflow: hidden;
}
.mat-mdc-tab-group:not(.default) .mat-mdc-tab.mdc-tab--active,
.mat-mdc-tab-group:not(.default) .mat-mdc-tab.mdc-link--active,
.mat-mdc-tab-group:not(.default) .mat-mdc-tab-link.mdc-tab--active,
.mat-mdc-tab-group:not(.default) .mat-mdc-tab-link.mdc-link--active {
  background: rgba(109, 13, 213, 0.16);
}
.mat-mdc-tab-group:not(.default) .mat-mdc-tab.mdc-tab--active .mdc-tab__content .mdc-tab__text-label,
.mat-mdc-tab-group:not(.default) .mat-mdc-tab.mdc-tab--active .mdc-tab__content .mdc-link__text-label,
.mat-mdc-tab-group:not(.default) .mat-mdc-tab.mdc-tab--active .mdc-link__content .mdc-tab__text-label,
.mat-mdc-tab-group:not(.default) .mat-mdc-tab.mdc-tab--active .mdc-link__content .mdc-link__text-label,
.mat-mdc-tab-group:not(.default) .mat-mdc-tab.mdc-link--active .mdc-tab__content .mdc-tab__text-label,
.mat-mdc-tab-group:not(.default) .mat-mdc-tab.mdc-link--active .mdc-tab__content .mdc-link__text-label,
.mat-mdc-tab-group:not(.default) .mat-mdc-tab.mdc-link--active .mdc-link__content .mdc-tab__text-label,
.mat-mdc-tab-group:not(.default) .mat-mdc-tab.mdc-link--active .mdc-link__content .mdc-link__text-label,
.mat-mdc-tab-group:not(.default) .mat-mdc-tab-link.mdc-tab--active .mdc-tab__content .mdc-tab__text-label,
.mat-mdc-tab-group:not(.default) .mat-mdc-tab-link.mdc-tab--active .mdc-tab__content .mdc-link__text-label,
.mat-mdc-tab-group:not(.default) .mat-mdc-tab-link.mdc-tab--active .mdc-link__content .mdc-tab__text-label,
.mat-mdc-tab-group:not(.default) .mat-mdc-tab-link.mdc-tab--active .mdc-link__content .mdc-link__text-label,
.mat-mdc-tab-group:not(.default) .mat-mdc-tab-link.mdc-link--active .mdc-tab__content .mdc-tab__text-label,
.mat-mdc-tab-group:not(.default) .mat-mdc-tab-link.mdc-link--active .mdc-tab__content .mdc-link__text-label,
.mat-mdc-tab-group:not(.default) .mat-mdc-tab-link.mdc-link--active .mdc-link__content .mdc-tab__text-label,
.mat-mdc-tab-group:not(.default) .mat-mdc-tab-link.mdc-link--active .mdc-link__content .mdc-link__text-label {
  color: #000;
  font-weight: 600;
}
.mat-mdc-tab-group:not(.default) .mat-mdc-tab .mdc-tab-indicator,
.mat-mdc-tab-group:not(.default) .mat-mdc-tab .mdc-link-indicator,
.mat-mdc-tab-group:not(.default) .mat-mdc-tab-link .mdc-tab-indicator,
.mat-mdc-tab-group:not(.default) .mat-mdc-tab-link .mdc-link-indicator {
  display: none;
}
.mat-mdc-tab-group:not(.default) .mat-mdc-tab .mdc-tab__content,
.mat-mdc-tab-group:not(.default) .mat-mdc-tab .mdc-link__content,
.mat-mdc-tab-group:not(.default) .mat-mdc-tab-link .mdc-tab__content,
.mat-mdc-tab-group:not(.default) .mat-mdc-tab-link .mdc-link__content {
  margin: auto;
  height: fit-content;
}
.mat-mdc-tab-group:not(.default).profile-settings-tabs .mat-mdc-tab,
.mat-mdc-tab-group:not(.default).profile-settings-tabs .mat-mdc-tab-link {
  border-radius: 0 !important;
  background: none !important;
}
.mat-mdc-tab-group:not(.default).profile-settings-tabs .mat-mdc-tab .mdc-tab-indicator,
.mat-mdc-tab-group:not(.default).profile-settings-tabs .mat-mdc-tab .mdc-link-indicator,
.mat-mdc-tab-group:not(.default).profile-settings-tabs .mat-mdc-tab-link .mdc-tab-indicator,
.mat-mdc-tab-group:not(.default).profile-settings-tabs .mat-mdc-tab-link .mdc-link-indicator {
  display: flex;
}
.mat-mdc-tab-group:not(.default).profile-settings-tabs .mat-mdc-tab .mdc-tab-indicator .mdc-tab-indicator__content,
.mat-mdc-tab-group:not(.default).profile-settings-tabs .mat-mdc-tab .mdc-link-indicator .mdc-tab-indicator__content,
.mat-mdc-tab-group:not(.default).profile-settings-tabs .mat-mdc-tab-link .mdc-tab-indicator .mdc-tab-indicator__content,
.mat-mdc-tab-group:not(.default).profile-settings-tabs .mat-mdc-tab-link .mdc-link-indicator .mdc-tab-indicator__content {
  opacity: 1;
  border-color: #D9D9D9;
}
.mat-mdc-tab-group:not(.default).profile-settings-tabs .mat-mdc-tab.mdc-tab--active .mdc-tab-indicator__content,
.mat-mdc-tab-group:not(.default).profile-settings-tabs .mat-mdc-tab.mdc-link--active .mdc-tab-indicator__content,
.mat-mdc-tab-group:not(.default).profile-settings-tabs .mat-mdc-tab-link.mdc-tab--active .mdc-tab-indicator__content,
.mat-mdc-tab-group:not(.default).profile-settings-tabs .mat-mdc-tab-link.mdc-link--active .mdc-tab-indicator__content {
  border-color: #6d0dd5;
}
.mat-mdc-tab-group:not(.default).profile-settings-tabs .mat-mdc-tab .mdc-tab__content .mdc-tab__text-label,
.mat-mdc-tab-group:not(.default).profile-settings-tabs .mat-mdc-tab .mdc-tab__content .mdc-link__text-label,
.mat-mdc-tab-group:not(.default).profile-settings-tabs .mat-mdc-tab .mdc-link__content .mdc-tab__text-label,
.mat-mdc-tab-group:not(.default).profile-settings-tabs .mat-mdc-tab .mdc-link__content .mdc-link__text-label,
.mat-mdc-tab-group:not(.default).profile-settings-tabs .mat-mdc-tab-link .mdc-tab__content .mdc-tab__text-label,
.mat-mdc-tab-group:not(.default).profile-settings-tabs .mat-mdc-tab-link .mdc-tab__content .mdc-link__text-label,
.mat-mdc-tab-group:not(.default).profile-settings-tabs .mat-mdc-tab-link .mdc-link__content .mdc-tab__text-label,
.mat-mdc-tab-group:not(.default).profile-settings-tabs .mat-mdc-tab-link .mdc-link__content .mdc-link__text-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  gap: 10px;
}
.mat-ink-bar {
  display: none;
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}
.mat-mdc-table .mdc-data-table__row {
  height: 3.4rem;
}
.mat-mdc-table th.mat-mdc-header-cell,
.mat-mdc-table td.mat-mdc-cell {
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 14px;
  font-weight: 400;
}
.mat-mdc-table .mat-column-actionEdit .agent-action .agent-request-action-approve {
  width: 81px;
}
@media (max-width: 760px) {
  .mat-mdc-table .mat-column-actionEdit .agent-action {
    min-width: fit-content;
  }
  .mat-mdc-table .mat-column-actionEdit .statements-table-actions {
    width: 100%;
  }
  .mat-mdc-table .mat-column-actionEdit .statements-table-actions div {
    width: auto;
  }
  .mat-mdc-table .mat-column-actionEdit .administrators-action {
    min-width: fit-content;
  }
}
.mat-mdc-card.mat-card--table {
  overflow-x: scroll;
  padding: 0;
}
mat-mdc-row,
mat-mdc-header-row,
mat-mdc-footer-row {
  border-bottom: none;
}
tr.mat-header-row {
  height: 3.2rem !important;
}
th.mat-header-cell:last-of-type,
th.mat-mdc-header-cell:last-of-type,
td.mat-mdc-cell:last-of-type,
td.mat-mdc-footer-cell:last-of-type {
  padding-right: 24px;
}
.mat-table .mat-header-row .mat-header-cell,
.mat-table .mat-table-row .mat-header-cell,
.mat-mdc-table .mat-mdc-header-row .mat-mdc-header-cell {
  color: #535353;
  border-bottom: 1px solid #E7E7E9;
  font-size: 15px;
  line-height: 24px;
  font-family:
    "IBM Plex Sans",
    "Helvetica Neue",
    helvetica,
    arial,
    sans-serif;
  text-wrap: nowrap;
}
.mat-table .mat-header-row .mat-header-cell,
.mat-table .mat-table-row .mat-header-cell {
  font-weight: 600;
}
.mat-mdc-table .mat-mdc-header-row .mat-mdc-header-cell {
  font-weight: 700;
}
@media (max-width: 760px) {
  .mat-mdc-table .mat-mdc-header-row .mat-mdc-header-cell.mat-column-onboardingStatus,
  .mat-mdc-table .mat-mdc-header-row .mat-mdc-header-cell.mat-column-line1Address,
  .mat-mdc-table .mat-mdc-header-row .mat-mdc-header-cell.mat-column-phoneNumber {
    min-width: 165px;
  }
  .mat-column-nickname {
    min-width: 170px;
  }
  .mat-mdc-table .mat-mdc-header-row .mat-mdc-header-cell.mat-column-paymentStatus,
  .mat-mdc-table .mat-mdc-header-row .mat-mdc-header-cell.mat-column-status {
    min-width: 130px;
  }
  .mat-mdc-table .mat-mdc-header-row .mat-mdc-header-cell.mat-column-netCommission {
    min-width: 145px;
  }
  .mat-mdc-table .mat-mdc-header-row .mat-mdc-header-cell.mat-column-setting {
    min-width: 100px;
  }
  .mat-mdc-table .mat-mdc-header-row .mat-mdc-header-cell.mat-column-name {
    min-width: 152px;
  }
}
.mat-mdc-cell {
  align-items: baseline;
  padding: 1rem 0.75rem 0.5rem;
}
.mat-table--wide {
  border-collapse: collapse;
  margin-bottom: 1rem;
}
.mat-table--wide .mat-header-cell {
  border-color: rgba(0, 0, 0, 0.12);
}
.mat-table--wide th.mat-header-cell,
.mat-table--wide td.mat-cell {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 1rem 1rem 0.5rem;
  text-align: center;
}
.mat-table--wide th.mat-header-cell .mat-icon {
  color: rgba(0, 0, 0, 0.3);
  display: block;
  margin: 0 auto 0.3rem;
  user-select: none;
}
.mat-table--wide td.mat-cell {
  white-space: nowrap;
  border-color: rgba(0, 0, 0, 0.12);
  font-family:
    "IBM Plex Sans",
    "Helvetica Neue",
    helvetica,
    arial,
    sans-serif;
  font-size: 14px;
}
.mat-table--wide td.mat-cell:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.table-info .mat-header-cell {
  text-align: left;
  float: left;
  min-width: 100px;
  width: calc(100% - 3.5rem);
}
.table-info .mat-header-cell.mat-header-cell--short {
  min-width: 50px;
}
.table-info th.mat-header-cell,
.table-info td.mat-cell {
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1rem;
}
.table-info td.mat-cell {
  padding-left: 5px;
  line-height: 1px;
}
.table-info.table-info--gray {
  background: #fafafa;
}
.table-info.table-info--mb {
  margin-bottom: 20px;
}
.table-card .table-info.table-info--mb {
  margin-bottom: 20px;
}
.table-button {
  background: #FFF;
  color: #6D11D6;
  border: 1px solid #6D11D6 !important;
  border-radius: 3px;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.5rem 1rem;
}
.table-button.mat-mdc-button-base.mat-primary {
  background: #6D11D6;
  color: #FFF;
  border: 1px solid #6D11D6 !important;
}
.table-button.mat-mdc-button-base.mat-primary:hover {
  background-color: #000;
}
.table-button:hover {
  background-color: #6D11D6;
  color: #FFF;
}
.table-button:not(.mat-accent):not(.mat-warn):not(.mat-primary) {
  background: #FFF;
  color: #6D11D6;
  border: 1px solid #6D11D6 !important;
}
.table-button .mdc-button__label {
  white-space: nowrap;
}
.p-actions-remove:not(.mat-accent):not(.mat-warn):not(.mat-primary) .table-button {
  color: #C73831;
  border-color: #C73831 !important;
}
.p-actions-remove:not(.mat-accent):not(.mat-warn):not(.mat-primary) .table-button:disabled {
  color: rgba(0, 0, 0, 0.38);
  background-color: #D9D9D9;
  border: none !important;
}
@media (max-width: 760px) {
  .p-actions-remove:not(.mat-accent):not(.mat-warn):not(.mat-primary) .table-button {
    margin-bottom: 0;
    height: 36px;
  }
}
.p-actions-remove:not(.mat-accent):not(.mat-warn):not(.mat-primary) .table-button:hover {
  color: #C73831;
  border-color: #C73831 !important;
  color: #FFF;
}
.white-space-nowrap {
  white-space: nowrap;
}
.table-link {
  cursor: pointer;
  text-decoration: underline;
  color: #6D11D6;
}
.color-primary {
  color: #6d0dd5;
}
.color-accent {
  color: #dadada;
}
.color-warn {
  color: #f44336;
}
.circle-icon-list {
  display: flex;
  flex-direction: row;
}
.circle-icon-list__item {
  background-color: #E0C2FF;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  line-height: 2.1;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  border: 2px solid white;
  margin-left: -6px;
}
.circle-icon-list :first-child {
  margin-left: -2px;
}
.mat-mdc-table .mdc-data-table__header-row {
  height: 30px;
}
.mat-sort-header-content p {
  margin-top: 0;
}
.div-table {
  display: flex;
  width: 100%;
}
.div-table .div-table-item {
  width: 100%;
}
.div-table .div-table-item:not(:first-child) {
  margin-left: 16px;
}
.div-table .div-table-item .table-header {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 14px;
}
.div-table .div-table-item .table-col {
  font-size: 14px;
  font-weight: 600;
}
.primary-text-box {
  color: #6D11D6;
  border-radius: 2px;
  background-color: #F7EFFF;
  padding: 3px;
  display: table-cell;
}
.disabled-text-box {
  color: #535353;
  border-radius: 2px;
  background-color: #F8F7F9;
  padding: 3px;
  display: table-cell;
}
.green-text-box {
  color: #066F5A;
  border-radius: 2px;
  background-color: #E4FBE6;
  padding: 3px;
  display: table-cell;
}
.red-text-box {
  color: #C73831;
  border-radius: 2px;
  background-color: #FDEFEE;
  padding: 3px;
  display: table-cell;
}
.yellow-text-box {
  color: #D35400;
  border-radius: 2px;
  background-color: #FEF7D9;
  padding: 3px;
  display: table-cell;
}
.gray-text-box {
  color: #585858;
  border-radius: 2px;
  background-color: #F6F6F6;
  padding: 3px;
  display: table-cell;
}
.primary-content {
  color: #6D11D6;
  border-radius: 48px;
  background-color: #F8F7F9;
  padding: 4px 12px;
  display: flex;
  width: fit-content;
}
table {
  width: 100%;
  border-collapse: separate;
  border-radius: 4px;
}
.mat-table,
.mat-mdc-table {
  background-color: transparent !important;
  border: 1px solid #D9D9D9 !important;
}
.mat-table th.mat-mdc-header-cell:first-of-type,
.mat-table td.mat-mdc-cell:first-of-type,
.mat-mdc-table th.mat-mdc-header-cell:first-of-type,
.mat-mdc-table td.mat-mdc-cell:first-of-type {
  padding-left: 16px;
}
.mat-table th.mat-mdc-header-cell:last-of-type,
.mat-table td.mat-mdc-cell:last-of-type,
.mat-mdc-table th.mat-mdc-header-cell:last-of-type,
.mat-mdc-table td.mat-mdc-cell:last-of-type {
  padding-right: 16px;
}
.mat-mdc-table tr.mat-mdc-header-row {
  height: 3.4rem;
}
.mat-mdc-table th.mat-mdc-header-cell {
  border-bottom: 1px solid #D9D9D9;
}
.expand-element-detail {
  background-color: #F9F9F9;
  padding: 0;
}
.expand-element-detail table {
  border-collapse: collapse;
  margin-bottom: 0;
}
.darkTheme .mat-mdc-paginator {
  color: #D9D9D9;
  background-color: #131313;
}
.darkTheme .mat-mdc-select-value {
  color: #D9D9D9;
}
.darkTheme .mdc-notched-outline__leading,
.darkTheme .mdc-notched-outline__notch,
.darkTheme .mdc-notched-outline__trailing {
  border-color: #D9D9D9 !important;
}
.darkTheme .mat-mdc-select-arrow {
  color: #D9D9D9;
}
.darkTheme .mdc-data-table__pagination-total,
.darkTheme .mdc-data-table__pagination-rows-per-page-label,
.darkTheme .mdc-data-table__cell {
  color: #D9D9D9 !important;
}
.darkTheme .color-primary {
  color: #D9D9D9 !important;
}
.darkTheme .mat-table,
.darkTheme .mat-mdc-table {
  border: none !important;
  background-color: #1C1C1C !important;
}
.darkTheme .mat-table .mat-header-row .mat-header-cell,
.darkTheme .mat-table .mat-table-row .mat-header-cell,
.darkTheme .mat-mdc-table .mat-mdc-header-row .mat-mdc-header-cell,
.darkTheme th.mat-mdc-header-cell,
.darkTheme td.mat-mdc-cell {
  color: #D9D9D9;
  border-bottom: 1px solid #262930;
}
.darkTheme .expand-element-detail {
  background-color: #1C1C1C;
}
.darkTheme .table-link {
  color: #D9D9D9;
}
.darkTheme .circle-icon-list__item {
  background-color: #AD7BE8;
}
.darkTheme .icon-svg {
  filter: grayscale(1) invert(1);
}
.darkTheme.mat-mdc-select-panel {
  background-color: #131313;
  border: 1px solid #95A5A6;
}
.darkTheme.mat-mdc-select-panel .mdc-list-item:not(.mdc-list-item--selected) .mdc-list-item__primary-text {
  color: #D9D9D9;
}
.darkTheme.mat-mdc-select-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled),
.darkTheme.mat-mdc-select-panel .mat-mdc-option:focus:not(.mdc-list-item--disabled),
.darkTheme.mat-mdc-select-panel .mat-mdc-option.mat-mdc-option-active,
.darkTheme.mat-mdc-select-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background-color: #6D11D6;
}
.darkTheme.mat-mdc-select-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,
.darkTheme.mat-mdc-select-panel .mat-mdc-option:focus:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,
.darkTheme.mat-mdc-select-panel .mat-mdc-option.mat-mdc-option-active .mdc-list-item__primary-text,
.darkTheme.mat-mdc-select-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: #FFF;
}
.mat-column-isSelected {
  width: 55px;
}
.table-wrapper {
  overflow: auto;
  margin-right: -32px;
  padding-right: 32px;
  margin-left: -32px;
  padding-left: 32px;
}
.mat-elevation-z8.edit .mat-column-firstName,
.mat-elevation-z8.edit .mat-column-lastName,
.mat-elevation-z8.edit .mat-column-phoneNumber,
.mat-elevation-z8.edit .mat-column-email {
  width: 19%;
}
.mat-elevation-z8.edit .mat-column-status {
  width: 14%;
}
.mat-elevation-z8.edit .mat-column-actions {
  width: 5%;
}
.mat-elevation-z8.edit .mat-column-removed {
  width: 5%;
}
.mat-elevation-z8.edit .mat-form-field {
  padding: 0 5px;
}
.mat-elevation-z8.edit .mat-mdc-text-field-wrapper {
  padding: 0 5px;
}
.mat-elevation-z8.edit .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  min-height: 0;
}
.mat-elevation-z8.edit .mat-mdc-form-field-subscript-wrapper {
  display: none;
}
.role-permission h1 {
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
}
.role-permission .info-permission {
  color: #535353;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 40px;
}
.role-permission .content {
  gap: 24px;
}
.role-permission .content .full-permissions {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
}
.role-permission .content .full-permissions .header-card {
  padding: 24px;
  border-bottom: 1px solid #D9D9D9;
  background: #F8F7F9;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.role-permission .content .full-permissions .content {
  padding: 24px;
}
.role-permission .content .full-permissions .content .permissions-list {
  color: #535353;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
}
.role-permission .content .full-permissions .content .permission-name {
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
  font-size: 15px;
}
.role-permission .content .full-permissions .content .permission-name .permission-size {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.role-permission .content .full-permissions .content .permission-name.last {
  margin-bottom: 0px;
}
.role-modal {
  overflow-y: auto;
}
.role-modal .mat-mdc-dialog-container .mdc-dialog__surface {
  overflow-y: scroll;
}
@media (max-width: 760px) {
  .role-permission .content {
    flex-direction: column;
  }
  .role-permission .content .full-permissions .content {
    padding-left: 16px;
    padding-right: 16px;
  }
  .role-permission .content .full-permissions .permission-name {
    padding-left: 16px;
  }
}
.mat-mdc-paginator-container {
  font-family:
    "IBM Plex Sans",
    "Helvetica Neue",
    helvetica,
    arial,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #535353;
}
@media (max-width: 560px) {
  .mat-mdc-paginator-container .mat-mdc-paginator-range-label {
    margin: 0;
  }
}
.mat-mdc-paginator-container .mat-mdc-select-value {
  font-family:
    "IBM Plex Sans",
    "Helvetica Neue",
    helvetica,
    arial,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #535353;
}
.mat-mdc-paginator-container .mdc-icon-button:not(:disabled) {
  color: #535353;
}
.mat-mdc-paginator-container .mat-mdc-paginator-page-size,
.mat-mdc-paginator-container .mat-mdc-paginator-range-actions {
  margin-bottom: 10px;
}
@media (max-width: 760px) {
  .mat-mdc-paginator-container {
    flex-direction: column;
  }
}
.dialog-without-padding .mat-dialog-container {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.mat-mdc-dialog-surface {
  padding: 32px;
}
.mat-mdc-dialog-surface .mdc-dialog__title + .mdc-dialog__content {
  padding-left: 0;
  padding-right: 0;
}
.mat-mdc-dialog-surface .mdc-dialog__title {
  padding-left: 0;
  padding-right: 0;
}
.mat-mdc-dialog-surface .mdc-dialog__title::before {
  content: initial;
}
.mat-mdc-dialog-surface .p-0-24.mdc-dialog__title {
  padding: 0 24px;
}
.mat-mdc-dialog-surface .mdc-dialog__actions {
  padding-left: 0;
  padding-right: 0;
}
.mat-mdc-dialog-surface .mat-mdc-dialog-content .msg {
  margin-top: 2px;
  font-size: 16px;
  font-weight: 400 !important;
  color: #535353;
}
.mat-mdc-dialog-surface .mat-mdc-dialog-content .link {
  cursor: pointer;
  color: #6D11D6;
  text-decoration-line: underline;
}
.personal .mat-mdc-form-field .mat-mdc-text-field-wrapper {
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  background-color: #F8F7F9;
}
.personal .mat-mdc-form-field .mat-mdc-text-field-wrapper .mat-mdc-input-element {
  padding-top: 8px;
}
.personal .mat-mdc-form-field .mat-mdc-text-field-wrapper .mdc-line-ripple {
  display: none;
}
.personal-info-divider {
  margin: 20px 0 30px !important;
}
.mat-mdc-dialog-surface .mat-mdc-dialog-actions {
  justify-content: space-between;
}
.close-dialog-holder {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.close-dialog-holder .close-dialog-button {
  padding-top: 1rem;
  right: 0;
  text-align: right;
}
.close-dialog-holder .close-dialog-button .mat-icon-button .mat-icon {
  line-height: 1.4rem;
  height: 1.4rem;
  width: 1.4rem;
  font-size: 1.4rem;
}
.mat-mdc-dialog-container {
  --mdc-dialog-subhead-weight: 600;
}
.mat-mdc-dialog-container .mdc-dialog__surface {
  overflow: hidden;
}
.mdc-dialog .dialog-with-subheader.mat-mdc-dialog-content {
  padding-top: 0;
}
.mdc-dialog .dialog-with-subheader.mat-mdc-dialog-content .dialog-subheader {
  margin-bottom: 2rem;
}
@media (max-width: 760px) {
  .mat-mdc-dialog-container .mdc-dialog__surface .mat-mdc-dialog-content {
    position: relative;
  }
  .mat-mdc-dialog-container .mdc-dialog__surface .mat-mdc-dialog-content .tile-container {
    width: auto;
    height: 120px;
  }
  .mat-mdc-dialog-container .mdc-dialog__surface .mat-mdc-dialog-content .drag-drop-container {
    width: 100%;
  }
  .mat-mdc-dialog-container .mdc-dialog__surface .mat-mdc-dialog-content .selected-file-container {
    min-width: 0;
    width: 230px;
  }
  .mat-mdc-dialog-container .mdc-dialog__surface .dictionary-agents {
    min-width: 0;
  }
  .mat-mdc-dialog-container .mdc-dialog__surface .mat-mdc-dialog-actions {
    flex-wrap: nowrap;
  }
  .mat-mdc-dialog-container .mdc-dialog__surface .mat-mdc-dialog-actions .mdc-button {
    min-width: 60px;
  }
}
.dialog-two-tiles .mat-mdc-dialog-surface {
  padding: 24px;
}
.dialog-two-tiles .mat-mdc-dialog-title {
  color: #000;
  padding-bottom: 8px;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
}
.dialog-two-tiles .mdc-dialog .mdc-dialog__content {
  padding-bottom: 40px;
}
.dialog-two-tiles__description {
  color: #000;
  margin-bottom: 40px;
}
.dialog-two-tiles__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.dialog-two-tiles__item {
  display: flex;
  flex-direction: row;
  border: 1px solid #D9D9D9;
  cursor: pointer;
}
.dialog-two-tiles__item:not(:last-child) {
  margin-bottom: 16px;
}
.dialog-two-tiles__item .dialog-tile-icon {
  min-width: 110px;
  min-height: 104px;
  display: flex;
  justify-content: center;
  background-color: #F8F7F9;
}
.dialog-two-tiles__item .dialog-tile-icon img {
  width: 40px;
}
.dialog-two-tiles__item .dialog-tile-content {
  flex-grow: 1;
  line-height: 20px;
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #000;
}
.dialog-two-tiles__item .dialog-tile-content__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}
.dialog-two-tiles__item .dialog-tile-radio {
  padding: 16px;
}
.dialog-two-tiles__item.selected {
  color: #6D11D6;
  border: 1px solid #6D11D6;
  background-color: #F7EFFF;
}
.dialog-two-tiles__item.selected .dialog-tile-icon {
  background-color: #E0C2FF;
}
.dialog-two-tiles .mdc-dialog__actions {
  padding: 0;
  min-height: unset;
  border: 0;
}
.remove-bank-account {
  max-width: 600px !important;
  max-height: 90vh !important;
}
.remove-bank-account .mat-mdc-dialog-container .mdc-dialog__surface {
  overflow-y: auto;
}
.edit-bank-account .mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-surface h1 {
  margin: 0 0 20px 0;
}
.view-bank-account-agreement .mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-surface {
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.view-bank-account-agreement .mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-surface .view-bank-agreement-header {
  display: flex;
  padding: 12px 24px;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  background-color: #F8F7F9;
}
.view-bank-account-agreement .mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-surface .view-bank-agreement-header h1 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.view-bank-account-agreement .mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-surface .view-bank-agreement-header .mat-mdc-icon-button {
  display: flex;
  margin-right: 40px;
}
.view-bank-account-agreement .mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-surface .view-bank-agreement-modal {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
.view-bank-account-agreement .mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-surface .view-bank-agreement-modal .existing-disclaimer-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid #E0C2FF;
}
.view-bank-account-agreement .mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-surface .view-bank-agreement-modal .existing-disclaimer-container .existing-disclaimer-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
}
.view-bank-account-agreement .mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-surface .view-bank-agreement-modal .existing-disclaimer-container .existing-disclaimer-info .existing-disclaimer-info-header {
  display: flex;
  padding: 12px 16px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 4px 4px 0 0;
  background-color: #F7EFFF;
  color: #49009B;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.view-bank-account-agreement .mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-surface .view-bank-agreement-modal .existing-disclaimer-container .existing-disclaimer-info .existing-disclaimer-info-content {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.view-bank-account-agreement .mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-surface .view-bank-agreement-modal .existing-disclaimer-container .existing-disclaimer-info .existing-disclaimer-info-content .existing-disclaimer-info-content-title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.view-bank-account-agreement .mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-surface .view-bank-agreement-modal .existing-disclaimer-container .existing-disclaimer-info .existing-disclaimer-info-content .existing-disclaimer-info-content-description {
  color: #535353;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.view-bank-account-agreement .mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-surface .view-bank-agreement-modal .existing-disclaimer-container .existing-disclaimer-info .existing-disclaimer-info-content .existing-disclaimer-info-content-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 5px;
}
.view-bank-account-agreement .mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-surface .view-bank-agreement-modal .existing-disclaimer-container .existing-disclaimer-info .existing-disclaimer-info-content .existing-disclaimer-info-content-link .button-link {
  color: #49009B;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
@media (max-width: 760px) {
  .dialog-two-tiles {
    min-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .dialog-two-tiles .mdc-dialog__actions {
    flex-direction: column;
  }
  .dialog-two-tiles .mdc-dialog__actions .mdc-button,
  .dialog-two-tiles .mdc-dialog__actions .mat-mdc-button-base + .mat-mdc-button-base {
    margin-left: 0;
    width: 100%;
  }
  .dialog-two-tiles__item .dialog-tile-radio {
    position: fixed;
    right: 50px;
  }
  .account-nickname-edit .mat-mdc-dialog-content {
    margin-top: 20px;
  }
  .account-nickname-edit .mat-mdc-text-field-wrapper.mdc-text-field {
    height: 43px !important;
  }
  .account-nickname-edit mat-label {
    font-size: 14px;
    font-weight: 300;
  }
  .account-nickname-edit .mat-mdc-floating-label {
    top: 25px;
  }
  .account-nickname-edit .mat-form-field-hide-placeholder .mat-mdc-floating-label {
    top: 13px;
  }
  .account-nickname-edit .mdc-text-field--outlined .mdc-text-field__input {
    margin-top: 0.5rem;
    font-size: 14px;
    font-weight: 300;
  }
  .account-nickname-edit .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
    padding-top: 0;
    padding-bottom: 0;
    height: 35px;
  }
  .account-nickname-edit .mat-mdc-form-field-subscript-wrapper {
    display: none;
  }
  .all-agent-invite,
  .remove-draft-commission-actions,
  .account-nickname-edit,
  .default-bank-account,
  .remove-bank-account {
    max-width: 600px !important;
    max-height: 90vh !important;
  }
  .all-agent-invite .mat-mdc-dialog-container .mdc-dialog__surface,
  .remove-draft-commission-actions .mat-mdc-dialog-container .mdc-dialog__surface,
  .account-nickname-edit .mat-mdc-dialog-container .mdc-dialog__surface,
  .default-bank-account .mat-mdc-dialog-container .mdc-dialog__surface,
  .remove-bank-account .mat-mdc-dialog-container .mdc-dialog__surface {
    overflow-y: auto;
  }
  .all-agent-invite .mat-mdc-dialog-container .mdc-dialog__title,
  .remove-draft-commission-actions .mat-mdc-dialog-container .mdc-dialog__title,
  .account-nickname-edit .mat-mdc-dialog-container .mdc-dialog__title,
  .default-bank-account .mat-mdc-dialog-container .mdc-dialog__title,
  .remove-bank-account .mat-mdc-dialog-container .mdc-dialog__title {
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
  }
  .all-agent-invite .mat-mdc-dialog-container .mdc-dialog__content,
  .remove-draft-commission-actions .mat-mdc-dialog-container .mdc-dialog__content,
  .account-nickname-edit .mat-mdc-dialog-container .mdc-dialog__content,
  .default-bank-account .mat-mdc-dialog-container .mdc-dialog__content,
  .remove-bank-account .mat-mdc-dialog-container .mdc-dialog__content {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 2rem;
  }
  .all-agent-invite .mdc-dialog__actions,
  .remove-draft-commission-actions .mdc-dialog__actions,
  .account-nickname-edit .mdc-dialog__actions,
  .default-bank-account .mdc-dialog__actions,
  .remove-bank-account .mdc-dialog__actions {
    flex-direction: column-reverse;
  }
  .all-agent-invite .mdc-dialog__actions .mdc-button,
  .all-agent-invite .mdc-dialog__actions .mat-mdc-button-base + .mat-mdc-button-base,
  .remove-draft-commission-actions .mdc-dialog__actions .mdc-button,
  .remove-draft-commission-actions .mdc-dialog__actions .mat-mdc-button-base + .mat-mdc-button-base,
  .account-nickname-edit .mdc-dialog__actions .mdc-button,
  .account-nickname-edit .mdc-dialog__actions .mat-mdc-button-base + .mat-mdc-button-base,
  .default-bank-account .mdc-dialog__actions .mdc-button,
  .default-bank-account .mdc-dialog__actions .mat-mdc-button-base + .mat-mdc-button-base,
  .remove-bank-account .mdc-dialog__actions .mdc-button,
  .remove-bank-account .mdc-dialog__actions .mat-mdc-button-base + .mat-mdc-button-base {
    margin-left: 0;
    width: 100%;
  }
}
.dialog-upload-csv .mat-mdc-dialog-container .mdc-dialog__title {
  padding-bottom: 8px;
}
.dialog-upload-csv .upload-csv--subtext {
  margin-bottom: 8px;
  color: #000;
}
.dialog-upload-csv .mdc-dialog .mdc-dialog__content {
  padding-bottom: 40px;
}
.dialog-upload-csv .mdc-dialog__actions {
  padding: 0;
  min-height: unset;
}
.dialog-upload-csv .drag-drop-container {
  width: 510px;
  height: 245px;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 40px;
}
.dialog-upload-csv .drag-drop-container #select-csv-file {
  display: none;
}
.dialog-upload-csv .drag-drop-container.dragging {
  background-color: rgba(26, 188, 156, 0.5);
  cursor: pointer;
}
.dialog-upload-csv .drag-drop-container--select-file {
  margin: auto auto 3px;
  font-size: 16px;
}
.dialog-upload-csv .drag-drop-container--subtext {
  margin: 0 auto 5px;
  color: #000;
  font-size: 16px;
}
.dialog-upload-csv .drag-drop-container--supported {
  margin: 0 auto auto;
  color: #7F8C8D;
  font-size: 12px;
}
.dialog-upload-csv .drag-drop-container--not-supported {
  margin: 0 auto auto;
  color: #E74C3C;
  font-size: 12px;
}
.dialog-upload-csv .mat-mdc-dialog-container .mdc-dialog__surface .mat-mdc-dialog-content .selected-file-container {
  margin-bottom: 40px;
}
@media (max-width: 760px) {
  .dialog-upload-csv {
    min-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .dialog-upload-csv .mat-mdc-dialog-surface {
    padding: 24px;
  }
  .dialog-upload-csv .mat-mdc-dialog-container .mdc-dialog__surface .mat-mdc-dialog-content .drag-drop-container {
    width: calc(100% - 2px);
  }
  .dialog-upload-csv .mat-mdc-dialog-actions {
    flex-direction: column;
  }
  .dialog-upload-csv .mat-mdc-dialog-actions .mdc-button {
    width: 100%;
  }
  .dialog-upload-csv .mat-mdc-dialog-actions .mat-mdc-button-base + .mat-mdc-button-base {
    margin: 0;
  }
  .dialog-upload-csv .mat-mdc-dialog-container .mdc-dialog__surface .mat-mdc-dialog-content .selected-file-container {
    width: calc(100% - 28px);
    margin-bottom: 40px;
  }
}
.dialog-agent-join-requests mat-dialog-container .mat-mdc-dialog-surface .close-dialog-holder,
.dialog-agent-join-request-high-risk mat-dialog-container .mat-mdc-dialog-surface .close-dialog-holder {
  justify-content: flex-end;
}
.dialog-agent-join-requests mat-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-content,
.dialog-agent-join-request-high-risk mat-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-content {
  padding: 0 !important;
}
.dialog-agent-join-requests mat-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-content h1.mat-mdc-dialog-title,
.dialog-agent-join-request-high-risk mat-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-content h1.mat-mdc-dialog-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
}
.dialog-agent-join-requests mat-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-content .review-agent-join-requests-description,
.dialog-agent-join-request-high-risk mat-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-content .review-agent-join-requests-description {
  text-align: center;
  line-height: 20px;
  color: #000;
  margin-block-start: 0;
  margin-block-end: 2px;
}
.dialog-agent-join-requests mat-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-content.review-agent-join-requests-container,
.dialog-agent-join-request-high-risk mat-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-content.review-agent-join-requests-container {
  max-height: 100% !important;
}
.dialog-agent-join-requests mat-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-content.review-agent-join-requests-container app-table.review-size .table-wrapper,
.dialog-agent-join-request-high-risk mat-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-content.review-agent-join-requests-container app-table.review-size .table-wrapper {
  padding-top: 46px;
}
.dialog-agent-join-requests mat-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-content.review-agent-join-requests-container app-table .table-wrapper,
.dialog-agent-join-request-high-risk mat-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-content.review-agent-join-requests-container app-table .table-wrapper {
  margin-right: 0;
  padding-right: 0;
  margin-left: 0;
  padding-left: 0;
}
.dialog-agent-join-requests mat-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-content .review-agent-join-requests-img-houses,
.dialog-agent-join-request-high-risk mat-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-content .review-agent-join-requests-img-houses {
  margin-bottom: 48px;
}
.dialog-agent-join-requests mat-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-content .review-agent-join-requests-img-houses img,
.dialog-agent-join-request-high-risk mat-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-content .review-agent-join-requests-img-houses img {
  position: relative;
  width: 100%;
  max-height: 237px;
  left: 50%;
  transform: translateX(-50%);
}
.dialog-agent-join-request-match-existing mat-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-content .dialog-two-tiles__list {
  display: flex;
  flex-direction: row;
  gap: 26px;
}
.dialog-agent-join-request-match-existing mat-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-content .dialog-two-tiles__list .dialog-two-tiles__item {
  width: 50%;
  margin: 0;
  border-radius: 4px;
}
.dialog-agent-join-request-match-existing mat-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-content .dialog-two-tiles__list .dialog-two-tiles__item .dialog-tile-content {
  padding: 0;
  gap: 0;
}
.dialog-agent-join-request-match-existing mat-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-content .dialog-two-tiles__list .dialog-two-tiles__item .dialog-tile-content .dialog-tile-content__title {
  padding: 18px 14px;
  color: #535353;
  background-color: #F8F7F9;
  border-radius: 4px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}
.dialog-agent-join-request-match-existing mat-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-content .dialog-two-tiles__list .dialog-two-tiles__item .dialog-tile-content .dialog-tile-content__title.color-green {
  color: #066F5A;
  background-color: #E4FBE6;
}
.dialog-agent-join-request-match-existing mat-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-content .dialog-two-tiles__list .dialog-two-tiles__item .dialog-tile-content .dialog-tile-content__row {
  padding: 17px 10px;
  color: #535353;
  border-top: 1px solid #D9D9D9;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}
.dialog-signup-agreement mat-dialog-container .mdc-dialog__container .mdc-dialog__surface {
  padding: 48px;
  border-radius: 20px;
}
.dialog-signup-agreement mat-dialog-container .mdc-dialog__container .mdc-dialog__surface .agreement-dialog-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}
.dialog-signup-agreement mat-dialog-container .mdc-dialog__container .mdc-dialog__surface .agreement-dialog-header h1 {
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
  margin-block-start: 0;
  margin-block-end: 0;
}
.dialog-signup-agreement mat-dialog-container .mdc-dialog__container .mdc-dialog__surface .agreement-dialog-header .agreement-content app-agreement-text .agreement-block {
  margin: 0px;
}
.dialog-signup-agreement mat-dialog-container .mdc-dialog__container .mdc-dialog__surface .mat-mdc-dialog-content {
  padding-bottom: 32px;
}
.mat-mdc-form-field.mat-input-v2 .mat-mdc-form-field .mat-mdc-floating-label.mdc-floating-label {
  color: red;
}
.mat-mdc-form-field.mat-input-v2 .mat-mdc-form-field-subscript-wrapper {
  display: none;
}
.mat-mdc-form-field.mat-input-v2 .mat-mdc-text-field-wrapper {
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  background: #F8F7F9;
}
.mat-mdc-form-field.mat-input-v2 .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix {
  padding-top: 25px;
}
.mat-mdc-form-field.mat-input-v2 .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix label mat-label {
  font-size: 15px;
  color: #535353;
}
.mat-mdc-form-field.mat-input-v2 .mdc-line-ripple {
  display: none;
}
@media (max-width: 760px) {
  .mat-mdc-form-field.mat-input-v2 mat-error {
    text-align: right;
  }
}
.dialog-save-draft .mat-mdc-dialog-container .mdc-dialog__title {
  padding: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 16px;
}
.dialog-save-draft .mdc-dialog__title + .mdc-dialog__content {
  padding: 0;
}
.dialog-save-draft .mdc-dialog__title + .mdc-dialog__content p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 32px;
}
.dialog-save-draft .mat-mdc-dialog-surface .mat-mdc-dialog-actions {
  padding: 0;
  min-height: 0;
}
.darkTheme .mat-mdc-dialog-container .mdc-dialog__title {
  color: #D9D9D9;
}
.darkTheme .mat-mdc-dialog-container .mdc-dialog__surface {
  color: #D9D9D9;
  background-color: #1C1C1C !important;
}
.darkTheme .mat-mdc-dialog-container .mdc-dialog__surface .mat-mdc-dialog-content {
  color: #D9D9D9;
}
.darkTheme .mat-mdc-dialog-container .mdc-dialog__surface .mat-mdc-dialog-actions {
  background-color: #1C1C1C !important;
}
.darkTheme .mat-mdc-dialog-container .mdc-dialog__surface .tongo-link {
  color: #D9D9D9;
}
.darkTheme .mat-mdc-dialog-container .mdc-dialog__surface .drag-drop-container--subtext {
  color: #D9D9D9;
}
.darkTheme .mat-mdc-dialog-container .mdc-dialog__surface .selected-file-container span {
  color: #D9D9D9;
}
@media (max-width: 760px) {
  .dialog-confirm-actions {
    min-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .dialog-confirm-actions .mat-mdc-dialog-container .mdc-dialog__title {
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 16px;
  }
  .dialog-confirm-actions .mat-mdc-dialog-content {
    padding-bottom: 32px;
  }
  .dialog-confirm-actions .mdc-dialog__actions {
    flex-direction: column;
    padding: 0;
  }
  .dialog-confirm-actions .mdc-dialog__actions .mdc-button {
    width: 100%;
  }
  .dialog-confirm-actions .mdc-dialog__actions .mdc-button:last-child {
    margin: 0;
  }
  .dialog-agent-join-request-match-existing {
    max-width: 90vw !important;
  }
  .dialog-agent-join-request-match-existing mat-dialog-container .mat-mdc-dialog-surface {
    padding: 0;
  }
  .dialog-agent-join-request-match-existing mat-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-content .mat-mdc-dialog-title {
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    padding: 0;
  }
  .dialog-agent-join-request-match-existing mat-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-content .review-agent-join-requests-description {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }
  .dialog-agent-join-request-match-existing mat-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-content .dialog-two-tiles__list {
    flex-direction: column;
  }
  .dialog-agent-join-request-match-existing mat-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-content .dialog-two-tiles__list .dialog-two-tiles__item {
    width: 100%;
  }
  .dialog-agent-join-request-match-existing mat-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-actions {
    flex-direction: column-reverse;
  }
  .dialog-agent-join-request-match-existing mat-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-actions .mdc-button {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .dialog-agent-join-request-match-existing mat-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-actions .actions {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
  .dialog-signup-agreement {
    max-width: 90vw !important;
    height: 90vh !important;
  }
  .dialog-signup-agreement mat-dialog-container .mdc-dialog__container .mdc-dialog__surface {
    padding: 48px 20px;
  }
  .dialog-signup-agreement mat-dialog-container .mdc-dialog__container .mdc-dialog__surface .agreement-dialog-header {
    margin-bottom: 20px;
  }
  .dialog-signup-agreement mat-dialog-container .mdc-dialog__container .mdc-dialog__surface .agreement-dialog-header h1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 20px;
  }
  .dialog-signup-agreement mat-dialog-container .mdc-dialog__container .mdc-dialog__surface .agreement-dialog-header .agreement-content app-agreement-text .agreement-block {
    margin: 0px;
  }
  .dialog-signup-agreement mat-dialog-container .mdc-dialog__container .mdc-dialog__surface .mat-mdc-dialog-content {
    padding-bottom: 12px;
  }
}
.mat-mdc-card .mat-mdc-card-header {
  color: #261c04;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.75rem;
  padding: 0;
}
.mat-mdc-card .mat-mdc-card-header.header-with-actions {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.mat-mdc-card .mat-mdc-card-header .mat-mdc-card-title {
  margin-bottom: 0;
}
.mat-mdc-card .mat-mdc-card-header .mat-mdc-card-header-text {
  margin-bottom: 1.5rem;
}
.mat-mdc-card .mat-mdc-card-header .mat-button,
.mat-mdc-card .mat-mdc-card-header .mat-icon-button,
.mat-mdc-card .mat-mdc-card-header .mat-stroked-button,
.mat-mdc-card .mat-mdc-card-header .mat-mdc-unelevated-button {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.mat-mdc-card .mat-mdc-card-header .mat-button .mat-icon,
.mat-mdc-card .mat-mdc-card-header .mat-icon-button .mat-icon,
.mat-mdc-card .mat-mdc-card-header .mat-stroked-button .mat-icon,
.mat-mdc-card .mat-mdc-card-header .mat-mdc-unelevated-button .mat-icon {
  color: #6D11D6;
}
.mat-mdc-card .mat-mdc-card-header .mat-button:first-of-type,
.mat-mdc-card .mat-mdc-card-header .mat-icon-button:first-of-type,
.mat-mdc-card .mat-mdc-card-header .mat-stroked-button:first-of-type,
.mat-mdc-card .mat-mdc-card-header .mat-mdc-unelevated-button:first-of-type {
  margin-left: auto;
}
.mat-mdc-card .mat-mdc-card-header .mat-button .mat-button-wrapper,
.mat-mdc-card .mat-mdc-card-header .mat-icon-button .mat-button-wrapper,
.mat-mdc-card .mat-mdc-card-header .mat-stroked-button .mat-button-wrapper,
.mat-mdc-card .mat-mdc-card-header .mat-mdc-unelevated-button .mat-button-wrapper {
  align-items: center;
  display: flex;
}
.mat-mdc-card .mat-mdc-card-header .mat-mdc-unelevated-button.icon-color .mat-icon {
  color: #FFF;
  height: 16px;
  width: 15px;
}
.mat-mdc-card .mat-mdc-card-header .mat-icon {
  height: 0.75rem;
  margin-right: 0.5rem;
  width: 0.75rem;
}
.mat-mdc-card .mat-mdc-card-header .material-icons {
  font-size: 1rem;
  user-select: none;
}
.mat-mdc-card .mat-mdc-card-header .mat-card-avatar {
  margin-right: 0.5rem;
}
.mat-mdc-card .mat-mdc-card-header .mat-card-avatar .mat-icon {
  color: #6d0dd5;
  height: 40px;
  margin: 0;
  width: 40px;
}
.mat-mdc-card .mat-mdc-card-header .mat-card-avatar .material-icons {
  font-size: 40px;
}
.mat-mdc-card .mat-mdc-card-header .mat-card-header-text {
  margin: 0;
}
.card-header-with-buttons {
  margin-bottom: 1.5rem;
}
.filter-block .mat-mdc-text-field-wrapper.mdc-text-field {
  height: 35px !important;
}
.filter-block mat-label {
  font-size: 14px;
  font-weight: 300;
}
.filter-block .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 25px;
}
.filter-block .mat-form-field-hide-placeholder .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 13px;
}
.filter-block .mdc-text-field--outlined .mdc-text-field__input {
  margin-top: 0.4rem;
  font-size: 14px;
  font-weight: 300;
}
.filter-block .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 0;
  padding-bottom: 0;
  height: 35px;
}
.filter-block .mat-mdc-form-field-subscript-wrapper {
  display: none;
}
.button-block {
  display: flex;
  flex-direction: row;
  margin-left: auto;
}
mr-ngx-plaid-link-button button.launch-plaid-link-button {
  background-color: #6D11D6 !important;
  color: #FFF !important;
  border: 1px solid #6D11D6 !important;
  border-radius: 3px;
  margin: initial !important;
  height: initial !important;
  padding: 0.5rem 1rem !important;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif)) !important;
  font-weight: 600 !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  letter-spacing: var(--mdc-typography-button-letter-spacing, 0.0892857143em) !important;
}
mr-ngx-plaid-link-button button.launch-plaid-link-button:hover {
  background-color: #000 !important;
  border: 1px solid #000 !important;
}
.card-header-with-controls {
  flex-direction: column;
}
.card-header-with-controls .card-header--controls {
  display: flex;
  flex-direction: row;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.agent-join-request-info {
  padding: 10px;
  margin-top: 10px;
  border-radius: 5px;
  background: #FEF7D9;
  color: #D35400;
  font-size: 14px;
  align-items: center;
}
.agent-join-request-info .agent-join-request-info-text {
  display: flex;
  align-items: center;
}
.agent-join-request-info .agent-join-request-info-text .icon-size-20 {
  width: 20px;
  height: 20px;
  line-height: 19px;
}
.agents-invite-broker-link {
  padding: 24px;
  margin-top: 10px;
  border-radius: 5px;
  background: #F8F7F9;
  color: #000;
  font-size: 14px;
  flex-direction: column;
}
.agents-invite-broker-link .invite-broker-link-info-text {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
.agents-invite-broker-link .invite-broker-link-info-text .icon-size-20 {
  width: 20px;
  height: 20px;
  line-height: 19px;
}
.agents-invite-broker-link .copylink-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  padding: 8px 12px;
  border-radius: 4px;
  background-color: #FFF;
  color: black;
  font-family:
    "IBM Plex Sans",
    "Helvetica Neue",
    helvetica,
    arial,
    sans-serif;
}
.agents-invite-broker-link .copylink-container .copylink-container-link-text {
  color: black;
  font-size: 15px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.agents-invite-broker-link .copylink-container .copylink-link {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0 12px 0 10px;
  color: #49009B;
  cursor: pointer;
  white-space: nowrap;
}
.agents-invite-broker-link .copylink-container .copylink-link:hover {
  color: white;
}
.agents-invite-broker-link .copylink-container .copylink-link:hover .mat-icon {
  color: white;
}
.agents-invite-broker-link .copylink-container .copylink-link .mat-icon {
  width: 1.6rem;
  height: 1rem;
  transform: rotate(-45deg);
}
@media (max-width: 760px) {
  .agent-join-request-info {
    padding: 16px;
  }
  .agent-join-request-info .agent-join-request-info-text {
    align-items: flex-start;
    margin-bottom: 1rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
  }
  .agent-join-request-info .agent-join-request-info-text .icon-size-20 {
    width: 32px;
  }
  .agent-join-request-info .card-header-buttons .view-agent-join-requests-button {
    margin-bottom: 0;
  }
  .agents-invite-broker-link {
    width: 100%;
    box-sizing: border-box;
    padding: 16px;
    margin-bottom: 0.7rem;
  }
  .agents-invite-broker-link .copylink-container {
    gap: 12px;
  }
  .agents-invite-broker-link .copylink-container .copylink-link {
    margin: 0;
  }
}
.mdc-button.mat-mdc-button.view-agent-join-requests-button:not(:disabled) {
  color: #D35400;
  border-color: #D35400 !important;
}
.mdc-button.mat-mdc-button.view-agent-join-requests-button:not(:disabled):hover {
  background-color: #D35400;
}
@media (max-width: 760px) {
  .card-header-with-controls {
    margin-bottom: 30px;
  }
  .card-header-with-controls .card-header--controls {
    margin-bottom: 20px;
  }
  .card-header-with-controls .filter-block {
    margin-bottom: 24px;
    width: 100%;
  }
  .card-header-with-controls .button-block {
    width: 100%;
  }
  .card-header-with-controls .button-block .mdc-button {
    width: 100%;
  }
  .card-header-with-controls .mat-mdc-unelevated-button.mat-mdc-button-base {
    margin-bottom: 0;
  }
}
.mat-mdc-card-actions .mat-button,
.mat-mdc-card-actions .mat-icon-button,
.mat-mdc-card-actions .mat-stroked-button,
.mat-mdc-card-actions .mat-mdc-unelevated-button {
  box-sizing: border-box;
  min-width: 4rem;
  line-height: 2.25rem;
  margin: 0;
  border-radius: 3px;
}
.mat-mdc-card-actions .mat-button + .mat-button,
.mat-mdc-card-actions .mat-button + .mat-icon-button,
.mat-mdc-card-actions .mat-button + .mat-stroked-button,
.mat-mdc-card-actions .mat-button + .mat-mdc-unelevated-button,
.mat-mdc-card-actions .mat-icon-button + .mat-button,
.mat-mdc-card-actions .mat-icon-button + .mat-icon-button,
.mat-mdc-card-actions .mat-icon-button + .mat-stroked-button,
.mat-mdc-card-actions .mat-icon-button + .mat-mdc-unelevated-button,
.mat-mdc-card-actions .mat-stroked-button + .mat-button,
.mat-mdc-card-actions .mat-stroked-button + .mat-icon-button,
.mat-mdc-card-actions .mat-stroked-button + .mat-stroked-button,
.mat-mdc-card-actions .mat-stroked-button + .mat-mdc-unelevated-button,
.mat-mdc-card-actions .mat-mdc-unelevated-button + .mat-button,
.mat-mdc-card-actions .mat-mdc-unelevated-button + .mat-icon-button,
.mat-mdc-card-actions .mat-mdc-unelevated-button + .mat-stroked-button,
.mat-mdc-card-actions .mat-mdc-unelevated-button + .mat-mdc-unelevated-button {
  margin-left: 2rem;
}
.table-top-buttons {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
  width: 100%;
}
.table-top-buttons .mat-button .mat-button,
.table-top-buttons .mat-button .mat-icon-button,
.table-top-buttons .mat-button .mat-stroked-button,
.table-top-buttons .mat-button .mat-mdc-unelevated-button,
.table-top-buttons .mat-icon-button .mat-button,
.table-top-buttons .mat-icon-button .mat-icon-button,
.table-top-buttons .mat-icon-button .mat-stroked-button,
.table-top-buttons .mat-icon-button .mat-mdc-unelevated-button,
.table-top-buttons .mat-stroked-button .mat-button,
.table-top-buttons .mat-stroked-button .mat-icon-button,
.table-top-buttons .mat-stroked-button .mat-stroked-button,
.table-top-buttons .mat-stroked-button .mat-mdc-unelevated-button,
.table-top-buttons .mat-mdc-unelevated-button .mat-button,
.table-top-buttons .mat-mdc-unelevated-button .mat-icon-button,
.table-top-buttons .mat-mdc-unelevated-button .mat-stroked-button,
.table-top-buttons .mat-mdc-unelevated-button .mat-mdc-unelevated-button {
  margin-left: 1rem;
}
.mat-dialog-content--columns {
  min-width: 360px;
}
.button--table-columns {
  align-items: center;
  background: transparent;
  border: none;
  color: #757575;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-left: auto;
  margin-right: 1rem;
  margin-bottom: 1.34375em;
}
.button--table-columns .mat-icon {
  margin-left: 0.3em;
}
.mdc-button .mdc-button__label {
  display: flex;
}
.mdc-button .mdc-button__label .mat-mdc-progress-spinner {
  margin-right: 5px;
  margin-top: -3px;
}
.mdc-button {
  background-color: #FFF;
  color: #6D11D6;
  border-radius: 3px;
}
.mdc-button:not(.btn-warn) {
  border: 1px solid #6D11D6 !important;
}
.mdc-button:disabled {
  background: #D9D9D9;
  color: #7F8C8D;
  border: 1px solid #D9D9D9 !important;
}
.mdc-button:not(:disabled):hover {
  background: #6D11D6;
  color: #FFF;
}
.mdc-button.btn-warn {
  border: 1px solid #C73831;
}
.mdc-button.btn-warn.mat-mdc-button:not(:disabled):hover {
  background: #A12D28;
  color: #FFF;
}
.mdc-button.btn-warn.mat-mdc-button:not(:disabled) {
  background: #FFF;
  color: #A12D28;
}
.mdc-button.mat-mdc-button:not(:disabled) {
  color: #6D11D6;
}
@media (max-width: 760px) {
  .mdc-button.mat-mdc-button:not(:disabled) {
    min-width: max-content;
    text-wrap: nowrap;
  }
}
.mdc-button.mat-mdc-button:not(:disabled):hover {
  color: #FFF;
}
.mdc-button.mat-mdc-unelevated-button,
.mdc-button.mat-primary,
.mat-mdc-raised-button.btn-tongo-primary,
.mdc-button.mat-mdc-outlined-button {
  background-color: #6D11D6;
  border: 1px solid #6D11D6 !important;
  color: #FFF;
  border-radius: 3px;
}
.mdc-button.mat-mdc-unelevated-button:disabled,
.mdc-button.mat-primary:disabled,
.mat-mdc-raised-button.btn-tongo-primary:disabled,
.mdc-button.mat-mdc-outlined-button:disabled {
  background: #D9D9D9;
  color: #7F8C8D;
  border: 1px solid #D9D9D9 !important;
}
.mdc-button.mat-mdc-unelevated-button:not(:disabled),
.mdc-button.mat-primary:not(:disabled),
.mat-mdc-raised-button.btn-tongo-primary:not(:disabled),
.mdc-button.mat-mdc-outlined-button:not(:disabled) {
  background-color: #6D11D6;
  color: #FFF;
}
.mdc-button.mat-mdc-unelevated-button:not(:disabled):hover,
.mdc-button.mat-primary:not(:disabled):hover,
.mat-mdc-raised-button.btn-tongo-primary:not(:disabled):hover,
.mdc-button.mat-mdc-outlined-button:not(:disabled):hover {
  background: #000;
  border: 1px solid #000 !important;
}
.p-actions-remove .mdc-button.mat-mdc-unelevated-button,
.p-actions-remove .mdc-button.mat-primary,
.p-actions-remove .mat-mdc-raised-button.btn-tongo-primary,
.p-actions-remove .mdc-button.mat-mdc-outlined-button {
  background-color: #FFF;
  color: #C73831;
  border: 1px solid #C73831 !important;
}
.p-actions-remove .mdc-button.mat-mdc-unelevated-button:not(:disabled),
.p-actions-remove .mdc-button.mat-primary:not(:disabled),
.p-actions-remove .mat-mdc-raised-button.btn-tongo-primary:not(:disabled),
.p-actions-remove .mdc-button.mat-mdc-outlined-button:not(:disabled) {
  background-color: #FFF;
  color: #C73831;
  border: 1px solid #C73831 !important;
}
.p-actions-remove .mdc-button.mat-mdc-unelevated-button:not(:disabled):hover,
.p-actions-remove .mdc-button.mat-primary:not(:disabled):hover,
.p-actions-remove .mat-mdc-raised-button.btn-tongo-primary:not(:disabled):hover,
.p-actions-remove .mdc-button.mat-mdc-outlined-button:not(:disabled):hover {
  background-color: #C73831;
  color: #FFF;
  border: 1px solid #C73831 !important;
}
.mat-mdc-raised-button.btn-tongo-primary {
  font-weight: bold;
}
.button-link {
  padding: 0;
  min-width: 1rem;
}
.button-link:hover {
  text-decoration: underline;
}
@media (max-width: 760px) {
  .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: 45px;
    margin-bottom: 1rem;
  }
}
.darkTheme .mdc-button {
  background-color: #1C1C1C;
  border: 1px solid #D9D9D9 !important;
  color: #D9D9D9;
}
.darkTheme .mdc-button:disabled {
  background: #D9D9D9;
  color: #7F8C8D;
  border: 1px solid #D9D9D9 !important;
}
.darkTheme .mdc-button:not(:disabled):hover {
  background: #6D11D6;
  color: #FFF;
  border: 1px solid #6D11D6 !important;
}
.darkTheme .mdc-button.mat-mdc-button:not(:disabled) {
  color: #D9D9D9;
}
.darkTheme .mdc-button.mat-mdc-button:not(:disabled):hover {
  color: #FFF;
}
.darkTheme .mdc-button.mat-mdc-unelevated-button,
.darkTheme .mdc-button.mat-primary,
.darkTheme .mat-mdc-raised-button.btn-tongo-primary,
.darkTheme .mdc-button.mat-mdc-outlined-button {
  background-color: #6D11D6;
  border: 1px solid #6D11D6 !important;
  color: #FFF;
}
.darkTheme .mdc-button.mat-mdc-unelevated-button:disabled,
.darkTheme .mdc-button.mat-primary:disabled,
.darkTheme .mat-mdc-raised-button.btn-tongo-primary:disabled,
.darkTheme .mdc-button.mat-mdc-outlined-button:disabled {
  background: #D9D9D9;
  color: #7F8C8D;
  border: 1px solid #D9D9D9 !important;
}
.darkTheme .mdc-button.mat-mdc-unelevated-button:not(:disabled),
.darkTheme .mdc-button.mat-primary:not(:disabled),
.darkTheme .mat-mdc-raised-button.btn-tongo-primary:not(:disabled),
.darkTheme .mdc-button.mat-mdc-outlined-button:not(:disabled) {
  background-color: #6D11D6;
  color: #FFF;
}
.darkTheme .mdc-button.mat-mdc-unelevated-button:not(:disabled):hover,
.darkTheme .mdc-button.mat-primary:not(:disabled):hover,
.darkTheme .mat-mdc-raised-button.btn-tongo-primary:not(:disabled):hover,
.darkTheme .mdc-button.mat-mdc-outlined-button:not(:disabled):hover {
  background: #480BB7;
  border: 1px solid #480BB7 !important;
}
.darkTheme .p-actions-remove .mdc-button.mat-mdc-unelevated-button,
.darkTheme .p-actions-remove .mdc-button.mat-primary,
.darkTheme .p-actions-remove .mat-mdc-raised-button.btn-tongo-primary,
.darkTheme .p-actions-remove .mdc-button.mat-mdc-outlined-button {
  background-color: #1C1C1C;
  border: 1px solid #C73831 !important;
  color: #C73831;
}
.darkTheme .p-actions-remove .mdc-button.mat-mdc-unelevated-button:not(:disabled),
.darkTheme .p-actions-remove .mdc-button.mat-primary:not(:disabled),
.darkTheme .p-actions-remove .mat-mdc-raised-button.btn-tongo-primary:not(:disabled),
.darkTheme .p-actions-remove .mdc-button.mat-mdc-outlined-button:not(:disabled) {
  background-color: #1C1C1C;
  color: #C73831;
}
.darkTheme .p-actions-remove .mdc-button.mat-mdc-unelevated-button:not(:disabled):hover,
.darkTheme .p-actions-remove .mdc-button.mat-primary:not(:disabled):hover,
.darkTheme .p-actions-remove .mat-mdc-raised-button.btn-tongo-primary:not(:disabled):hover,
.darkTheme .p-actions-remove .mdc-button.mat-mdc-outlined-button:not(:disabled):hover {
  background-color: #C73831 !important;
  color: #FFF;
  border: 1px solid #C73831 !important;
}
.remove-draft-commission-actions .mdc-button.remove {
  background-color: #C73831;
  border-color: #C73831 !important;
}
.remove-draft-commission-actions .mdc-button.remove:hover {
  background-color: #000;
  border-color: #C73831;
}
.light-purple-btn {
  color: #6D11D6;
  background: #F8F7F9;
  border: none;
  padding: 8px 12px;
  height: 36px;
  border-radius: 4px;
}
.light-purple-btn:hover {
  background: #E0C2FF;
}
.light-purple-btn:disabled {
  background: #D9D9D9;
  color: #7F8C8D;
  border: 1px solid #D9D9D9 !important;
}
.mat-button-toggle {
  box-sizing: border-box;
  font-size: 0.875rem;
  height: 2.25rem;
  min-width: 2rem;
  padding: 0.5rem 1rem;
}
.mat-button-toggle.mat-button-toggle-appearance-standard,
.mat-button-toggle-group-appearance-standard {
  border-radius: 3px !important;
}
.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 1;
  padding: 0 !important;
}
.mat-button-toggle-checked {
  background: #6D11D6;
  color: #FFF;
  font-weight: 600;
}
.mat-mdc-slide-toggle.tongo-slide .mdc-switch.mdc-switch--unselected:enabled:focus:not(:active) .mdc-switch__handle::after {
  background: #FFF;
}
.mat-mdc-slide-toggle.tongo-slide .mdc-switch.mdc-switch--selected:enabled .mdc-switch__handle::after {
  background: #FFF !important;
}
.mat-mdc-slide-toggle.tongo-slide .mdc-switch .mdc-switch__handle {
  width: 18px;
  height: 18px;
}
.mat-mdc-slide-toggle.tongo-slide .mdc-switch.mdc-switch--unselected:enabled .mdc-switch__handle::after {
  background: #FFF;
}
.mat-mdc-slide-toggle.tongo-slide .mdc-form-field .mdc-switch {
  width: 48px;
}
.mat-mdc-slide-toggle.tongo-slide .mdc-form-field .mdc-switch:disabled {
  background: none !important;
}
.mat-mdc-slide-toggle.tongo-slide .mdc-form-field .mdc-switch:disabled .mdc-switch__track::after {
  background: #424242 !important;
}
.mat-mdc-slide-toggle.tongo-slide .mdc-form-field .mdc-switch.mdc-switch--selected .mdc-switch__handle-track {
  left: -1px;
}
.mat-mdc-slide-toggle.tongo-slide .mdc-form-field .mdc-switch .mdc-switch__handle-track {
  left: 3px;
}
.mat-mdc-slide-toggle.tongo-slide .mdc-form-field .mdc-switch:enabled:hover:not(:focus):not(:active) {
  background: none !important;
}
.mat-mdc-slide-toggle.tongo-slide .mdc-form-field .mdc-switch .mdc-switch__track {
  height: 26px;
  border-radius: 20px;
}
.mat-mdc-slide-toggle.tongo-slide .mdc-form-field .mdc-switch .mdc-switch__track::after {
  background: #6D11D6 !important;
}
.mat-icon.mat-icon--crossed-out {
  position: relative;
}
.mat-icon.mat-icon--crossed-out:before {
  content: " ";
  display: block;
  position: absolute;
  left: -1px;
  top: 10px;
  width: 110%;
  height: 2px;
  background: white;
  transform: rotate(45deg);
  border-top: 2px solid #dadada;
}
.mat-icon.mat-icon--crossed-out.mat-warn:before {
  border-color: #f44336;
}
.mat-icon.mat-icon--crossed-out.mat-accent:before {
  border-color: #dadada;
}
.mat-icon.mat-icon--crossed-out.mat-primary:before {
  border-color: #6d0dd5;
}
.mdc-switch--selected .mdc-switch__icon--on,
.mdc-switch--unselected .mdc-switch__icon--off {
  opacity: 0 !important;
}
.mat-mdc-slide-toggle.mat-mdc-slide-toggle-checked .mdc-form-field {
  color: #FFF !important;
}
.mat-mdc-slide-toggle .mdc-form-field {
  color: #000;
}
.mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-disabled-selected-handle-color: #9e9e9e;
  --mdc-switch-disabled-unselected-handle-color: #9e9e9e;
  --mdc-switch-disabled-selected-track-color: #9e9e9e;
  --mdc-switch-disabled-unselected-track-color: #9e9e9e;
  --mdc-switch-unselected-focus-state-layer-color: #9e9e9e;
  --mdc-switch-unselected-pressed-state-layer-color: #9e9e9e;
  --mdc-switch-unselected-hover-state-layer-color: #9e9e9e;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-unselected-focus-handle-color: #fff;
  --mdc-switch-unselected-hover-handle-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #fff;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-unselected-handle-color: #fff;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-selected-handle-color: #6d0dd5;
  --mdc-switch-selected-pressed-handle-color: #6d0dd5;
  --mdc-switch-selected-focus-handle-color: #6d0dd5;
  --mdc-switch-selected-hover-handle-color: #6d0dd5;
  --mdc-switch-selected-focus-track-color: #44107c;
  --mdc-switch-selected-hover-track-color: #44107c;
  --mdc-switch-selected-pressed-track-color: #44107c;
  --mdc-switch-selected-track-color: #44107c;
}
.mat-mdc-slide-toggle .mdc-form-field--align-end > label {
  padding-right: 16px !important;
}
.full-width {
  width: 100%;
}
.width-60 {
  width: 60% !important;
}
.t-a-center {
  text-align: center;
}
.slogan.f-z-15 {
  font-size: 15px;
  margin-bottom: 0;
}
.slogan {
  color: #7F8C8D;
  font-size: 18px;
  margin-bottom: 20px;
}
.url-text {
  color: #6D11D6;
  text-align: right;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.24px;
  text-decoration: none;
}
.p-error-message {
  margin-bottom: 1.5rem;
  color: #E74C3C;
}
.p-error-message:first-letter {
  text-transform: uppercase;
}
.c-p-p {
  color: #6D11D6;
}
.t_a-r {
  text-align: right;
}
.f-s-64 {
  font-size: 64px;
}
.f-s-32 {
  font-size: 32px;
}
.f-s-16 {
  font-size: 16px;
}
.m-l-auto {
  margin-left: auto !important;
}
.m-t-a {
  margin-top: auto;
}
.m-l-16 {
  margin-left: 16px;
}
.m-l-0 {
  margin-left: 0;
}
.m-t-24 {
  margin-top: 24px;
}
.m-b-16 {
  margin-bottom: 16px;
}
.m-b-32 {
  margin-bottom: 32px;
}
.f-z-14 {
  font-size: 14px;
  font-weight: 600;
}
.m-t-24 {
  margin-top: 24px;
}
.cursor-default {
  cursor: default;
}
mat-icon.dashboard {
  color: #7F8C8D;
}
.display-flex {
  display: flex;
}
.cursor-pointer {
  cursor: pointer;
}
.csv-block {
  margin-left: auto;
}
.csv-block label {
  cursor: pointer;
}
.csv-block input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.csv-block button {
  pointer-events: none;
}
.file-block label {
  cursor: pointer;
}
.file-block input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.file-block a {
  pointer-events: none;
}
.tongo-link {
  color: #6D11D6;
}
@media (max-width: 760px) {
  .full-width-mobile {
    width: 100%;
  }
  .mat-mdc-card-content .mat-mdc-card .display-flex {
    display: block;
  }
  .mat-mdc-card-content .mat-mdc-card .mat-mdc-card-content {
    overflow-x: scroll;
  }
}
.darkTheme .tongo-link {
  color: #D9D9D9;
}

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