@charset "UTF-8";

/* node_modules/.pnpm/@typeform+embed@5.5.0/node_modules/@typeform/embed/build/css/popup.css */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.tf-v1-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .75);
  transition: opacity .25s ease-in-out;
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tf-v1-popup .tf-v1-iframe-wrapper {
  position: relative;
  transition: opacity .25s ease-in-out;
  min-width: 360px;
  min-height: 360px;
}
.tf-v1-popup .tf-v1-iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  overflow: hidden;
  border-radius: 8px;
}
.tf-v1-popup .tf-v1-close {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  font-size: 32px;
  font-weight: normal;
  line-height: 24px;
  width: 24px;
  height: 24px;
  text-align: center;
  text-transform: none;
  cursor: pointer;
  opacity: .75;
  transition: opacity .25s ease-in-out;
  text-decoration: none;
  color: #000;
  top: -34px;
  right: 0;
  background: none;
  border: none;
  border-radius: 0;
}
.tf-v1-popup .tf-v1-close:hover {
  opacity: 1;
}
@media (min-width: 481px) {
  .tf-v1-popup .tf-v1-close {
    color: #fff !important;
  }
}
.tf-v1-popup .tf-v1-spinner {
  border: 3px solid #aaa;
  font-size: 40px;
  width: 1em;
  height: 1em;
  border-radius: .5em;
  box-sizing: border-box;
  animation: spin 1s linear infinite;
  border-top-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
}
@media (max-width: 480px) {
  .tf-v1-popup {
    width: 100% !important;
    height: 100% !important;
  }
  .tf-v1-popup .tf-v1-iframe-wrapper {
    position: relative;
    transition: opacity .25s ease-in-out;
    min-width: 100%;
    min-height: 100%;
  }
  .tf-v1-popup .tf-v1-iframe-wrapper iframe {
    border-radius: 0;
  }
  .tf-v1-popup .tf-v1-close {
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    font-size: 32px;
    font-weight: normal;
    line-height: 24px;
    width: 24px;
    height: 24px;
    text-align: center;
    text-transform: none;
    cursor: pointer;
    opacity: .75;
    transition: opacity .25s ease-in-out;
    text-decoration: none;
    color: #000;
    top: 6px;
    right: 8px;
    background: none;
    border: none;
    border-radius: 0;
  }
  .tf-v1-popup .tf-v1-close:hover {
    opacity: 1;
  }
}
@media (max-width: 480px)and (min-width: 481px) {
  .tf-v1-popup .tf-v1-close {
    color: #fff !important;
  }
}

/* node_modules/.pnpm/@typeform+embed@5.5.0/node_modules/@typeform/embed/build/css/widget.css */
.tf-v1-widget {
  width: 100%;
  height: 100%;
  min-height: inherit;
  position: relative;
}
.tf-v1-widget iframe {
  width: 100%;
  height: 100%;
  border: none;
  overflow: hidden;
  border-radius: 8px;
  min-height: inherit;
}
.tf-v1-widget-close {
  display: none;
}
.tf-v1-widget-iframe-overlay {
  width: 100%;
  height: 100%;
  border: none;
  overflow: hidden;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
}
.tf-v1-widget-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10001;
  width: 100% !important;
  height: 100% !important;
}
.tf-v1-widget-fullscreen .tf-v1-widget-close {
  display: block;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  font-size: 32px;
  font-weight: normal;
  line-height: 24px;
  width: 24px;
  height: 24px;
  text-align: center;
  text-transform: none;
  cursor: pointer;
  opacity: .75;
  transition: opacity .25s ease-in-out;
  text-decoration: none;
  color: #000;
  top: 6px;
  right: 8px;
  background: none;
  border: none;
  border-radius: 0;
  z-index: 1;
}
.tf-v1-widget-fullscreen .tf-v1-widget-close:hover {
  opacity: 1;
}
@media (min-width: 481px) {
  .tf-v1-widget-fullscreen .tf-v1-widget-close {
    color: #fff !important;
  }
}
.tf-v1-widget-fullscreen iframe {
  border-radius: 0;
}

/* node_modules/.pnpm/@danielmoncada+angular-datetime-picker@20.0.0_@angular+cdk@19.2.19_@angular+common@19.2_ccd50152c4f70042727f62c7540b0e38/node_modules/@danielmoncada/angular-datetime-picker/assets/style/picker.min.css */
.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: -webkit-box;
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: -webkit-box;
  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: rgba(0, 0, 0, 0);
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
@media screen and (-ms-high-contrast: active) {
  .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: .6;
  }
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, .288);
}
.cdk-overlay-transparent-backdrop,
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
.owl-dialog-container {
  position: relative;
  pointer-events: auto;
  box-sizing: border-box;
  display: block;
  padding: 1.5em;
  box-shadow:
    0 11px 15px -7px rgba(0, 0, 0, .2),
    0px 24px 38px 3px rgba(0, 0, 0, .14),
    0px 9px 46px 8px rgba(0, 0, 0, .12);
  border-radius: 2px;
  overflow: auto;
  background: #fff;
  color: rgba(0, 0, 0, .87);
  width: 100%;
  height: 100%;
  outline: none;
}
.owl-dt-container,
.owl-dt-container * {
  box-sizing: border-box;
}
.owl-dt-container {
  display: block;
  font-size: 1rem;
  background: #fff;
  pointer-events: auto;
  z-index: 1000;
}
.owl-dt-container-row {
  border-bottom: 1px solid rgba(0, 0, 0, .12);
}
.owl-dt-container-row:last-child {
  border-bottom: none;
}
.owl-dt-calendar {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
}
.owl-dt-calendar-control {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 1em;
  width: 100%;
  padding: .5em;
  color: #000;
}
.owl-dt-calendar-control .owl-dt-calendar-control-content {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.owl-dt-calendar-control .owl-dt-calendar-control-content .owl-dt-calendar-control-button {
  padding: 0 .8em;
}
.owl-dt-calendar-control .owl-dt-calendar-control-content .owl-dt-calendar-control-button:hover {
  background-color: rgba(0, 0, 0, .12);
}
.owl-dt-calendar-main {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  padding: 0 .5em .5em;
  outline: 0;
}
.owl-dt-calendar-view {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
}
.owl-dt-calendar-multi-year-view {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.owl-dt-calendar-multi-year-view .owl-dt-calendar-table {
  width: calc(100% - 3em);
}
.owl-dt-calendar-multi-year-view .owl-dt-calendar-table .owl-dt-calendar-header th {
  padding-bottom: .25em;
}
.owl-dt-calendar-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.owl-dt-calendar-table .owl-dt-calendar-header {
  color: rgba(0, 0, 0, .4);
}
.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-weekdays th {
  font-size: .7em;
  font-weight: 400;
  text-align: center;
  padding-bottom: 1em;
}
.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-calendar-table-divider {
  position: relative;
  height: 1px;
  padding-bottom: .5em;
}
.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-calendar-table-divider:after {
  content: "";
  position: absolute;
  top: 0;
  left: -0.5em;
  right: -0.5em;
  height: 1px;
  background: rgba(0, 0, 0, .12);
}
.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-calendar-table-divider.owl-calendar-weeks:after {
  left: -1.8em;
}
.owl-dt-calendar-table .owl-dt-calendar-cell {
  position: relative;
  height: 0;
  line-height: 0;
  text-align: center;
  outline: 0;
  color: rgba(0, 0, 0, .85);
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-dt-calendar-table .owl-dt-calendar-cell-content {
  position: absolute;
  top: 5%;
  left: 5%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  box-sizing: border-box;
  width: 90%;
  height: 90%;
  font-size: .8em;
  line-height: 1;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 999px;
  color: inherit;
  cursor: pointer;
}
.owl-dt-calendar-table .owl-dt-calendar-cell-out {
  opacity: .2;
}
.owl-dt-calendar-table .owl-dt-calendar-cell-today:not(.owl-dt-calendar-cell-selected) {
  border-color: rgba(0, 0, 0, .4);
}
.owl-dt-calendar-table .owl-dt-calendar-cell-selected {
  color: rgba(255, 255, 255, .85);
  background-color: #3f51b5;
}
.owl-dt-calendar-table .owl-dt-calendar-cell-selected.owl-dt-calendar-cell-today {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .85);
}
.owl-dt-calendar-table .owl-dt-calendar-cell-disabled {
  cursor: default;
}
.owl-dt-calendar-table .owl-dt-calendar-cell-disabled > .owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected) {
  color: rgba(0, 0, 0, .4);
}
.owl-dt-calendar-table .owl-dt-calendar-cell-disabled > .owl-dt-calendar-cell-content.owl-dt-calendar-cell-selected {
  opacity: .4;
}
.owl-dt-calendar-table .owl-dt-calendar-cell-disabled > .owl-dt-calendar-cell-today:not(.owl-dt-calendar-cell-selected) {
  border-color: rgba(0, 0, 0, .2);
}
.owl-dt-calendar-table .owl-dt-calendar-cell-active:focus > .owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected),
.owl-dt-calendar-table :not(.owl-dt-calendar-cell-disabled):hover > .owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected) {
  background-color: rgba(0, 0, 0, .04);
}
.owl-dt-calendar-table .owl-dt-calendar-cell-in-range {
  background: rgba(63, 81, 181, .2);
}
.owl-dt-calendar-table .owl-dt-calendar-cell-in-range.owl-dt-calendar-cell-range-from {
  border-top-left-radius: 999px;
  border-bottom-left-radius: 999px;
}
.owl-dt-calendar-table .owl-dt-calendar-cell-in-range.owl-dt-calendar-cell-range-to {
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
}
.owl-dt-calendar-table.owl-calendar-weeks .owl-dt-calendar-cell-content {
  height: 86%;
}
.owl-dt-timer {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  height: 7em;
  padding: .5em;
  outline: none;
}
.owl-dt-timer-box {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  width: 25%;
  height: 100%;
}
.owl-dt-timer-content {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  margin: .2em 0;
}
.owl-dt-timer-content .owl-dt-timer-input {
  display: block;
  width: 2em;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, .5);
  border-radius: 3px;
  outline: medium none;
  font-size: 1.2em;
  padding: .2em;
}
.owl-dt-timer-divider {
  display: inline-block;
  align-self: flex-end;
  position: absolute;
  width: .6em;
  height: 100%;
  left: -0.3em;
}
.owl-dt-timer-divider:before,
.owl-dt-timer-divider:after {
  content: "";
  display: inline-block;
  width: .35em;
  height: .35em;
  position: absolute;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: currentColor;
}
.owl-dt-timer-divider:before {
  top: 35%;
}
.owl-dt-timer-divider:after {
  bottom: 35%;
}
.owl-dt-control-button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1em;
  color: inherit;
}
.owl-dt-control-button .owl-dt-control-button-content {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  outline: none;
}
.owl-dt-control-period-button .owl-dt-control-button-content {
  height: 1.5em;
  padding: 0 .5em;
  border-radius: 3px;
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}
.owl-dt-control-period-button:hover > .owl-dt-control-button-content {
  background-color: rgba(0, 0, 0, .12);
}
.owl-dt-control-period-button .owl-dt-control-button-arrow {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 1em;
  height: 1em;
  margin: .1em;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}
.owl-dt-control-arrow-button .owl-dt-control-button-content {
  padding: 0;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
}
.owl-dt-control-arrow-button[disabled] {
  color: rgba(0, 0, 0, .4);
  cursor: default;
}
.owl-dt-control-arrow-button svg {
  width: 50%;
  height: 50%;
  fill: currentColor;
}
.owl-dt-inline-container,
.owl-dt-popup-container {
  position: relative;
  width: 18.5em;
  box-shadow:
    0 5px 5px -3px rgba(0, 0, 0, .2),
    0 8px 10px 1px rgba(0, 0, 0, .14),
    0 3px 14px 2px rgba(0, 0, 0, .12);
}
.owl-dt-inline-container .owl-dt-calendar,
.owl-dt-inline-container .owl-dt-timer,
.owl-dt-popup-container .owl-dt-calendar,
.owl-dt-popup-container .owl-dt-timer {
  width: 100%;
}
.owl-dt-inline-container .owl-dt-calendar,
.owl-dt-popup-container .owl-dt-calendar {
  height: 20.25em;
}
.owl-dt-dialog-container {
  max-height: 95vh;
  margin: -1.5em;
}
.owl-dt-dialog-container .owl-dt-calendar {
  min-width: 250px;
  min-height: 330px;
  max-width: 750px;
  max-height: 750px;
}
.owl-dt-dialog-container .owl-dt-timer {
  min-width: 250px;
  max-width: 750px;
}
@media all and (orientation: landscape) {
  .owl-dt-dialog-container .owl-dt-calendar {
    width: 58vh;
    height: 62vh;
  }
  .owl-dt-dialog-container .owl-dt-timer {
    width: 58vh;
  }
}
@media all and (orientation: portrait) {
  .owl-dt-dialog-container .owl-dt-calendar {
    width: 80vw;
    height: 80vw;
  }
  .owl-dt-dialog-container .owl-dt-timer {
    width: 80vw;
  }
}
.owl-dt-container-buttons {
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: 2em;
  color: #3f51b5;
}
.owl-dt-container-control-button {
  font-size: 1em;
  width: 50%;
  height: 100%;
  border-radius: 0;
}
.owl-dt-container-control-button .owl-dt-control-button-content {
  height: 100%;
  width: 100%;
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}
.owl-dt-container-control-button:hover .owl-dt-control-button-content {
  background-color: rgba(0, 0, 0, .1);
}
.owl-dt-container-info {
  padding: 0 .5em;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-dt-container-info .owl-dt-container-range {
  outline: none;
}
.owl-dt-container-info .owl-dt-container-range .owl-dt-container-range-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: .5em 0;
  font-size: .8em;
}
.owl-dt-container-info .owl-dt-container-range:last-child {
  border-top: 1px solid rgba(0, 0, 0, .12);
}
.owl-dt-container-info .owl-dt-container-info-active {
  color: #3f51b5;
}
.owl-dt-container-disabled,
.owl-dt-trigger-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
  cursor: default !important;
}
.owl-dt-timer-hour12 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  color: #3f51b5;
}
.owl-dt-timer-hour12 .owl-dt-timer-hour12-box {
  border: 1px solid currentColor;
  border-radius: 2px;
  -webkit-transition: background 200ms ease;
  transition: background 200ms ease;
}
.owl-dt-timer-hour12 .owl-dt-timer-hour12-box .owl-dt-control-button-content {
  width: 100%;
  height: 100%;
  padding: .5em;
}
.owl-dt-timer-hour12 .owl-dt-timer-hour12-box:focus .owl-dt-control-button-content,
.owl-dt-timer-hour12 .owl-dt-timer-hour12-box:hover .owl-dt-control-button-content {
  background: #3f51b5;
  color: #fff;
}
.owl-dt-calendar-only-current-month .owl-dt-calendar-cell-out {
  visibility: hidden;
  cursor: default;
}
.owl-dt-inline {
  display: inline-block;
}
.owl-dt-control {
  outline: none;
  cursor: pointer;
}
.owl-dt-control .owl-dt-control-content {
  outline: none;
}
.owl-dt-control:focus > .owl-dt-control-content {
  background-color: rgba(0, 0, 0, .12);
}
.owl-dt-control:not(:-moz-focusring):focus > .owl-dt-control-content {
  box-shadow: none;
}
.owl-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* src/styles.scss */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #503bff;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
.mat-mdc-radio-button.custom-radio-button.custom-payment-option {
  cursor: pointer;
  border: 1px solid #dadada;
  border-radius: 10px;
  padding: 24px 20px;
  flex: 1;
}
.mat-mdc-radio-button.custom-radio-button.custom-payment-option .mdc-label {
  display: flex;
  flex-flow: row-reverse nowrap;
  align-items: center;
  justify-content: space-between;
}
.mat-mdc-radio-button.custom-radio-button.custom-payment-option .mdc-label img {
  margin: 0 12px;
}
.mat-mdc-radio-button.custom-radio-button.custom-payment-option--selected {
  border: 1px solid #503bff;
  box-shadow: 0 0 0 3px #babaf6;
}
.mat-mdc-radio-button.custom-radio-button.custom-plan-option .mdc-radio {
  margin-top: -6px;
  align-self: baseline;
}
.custom-radio-group {
  display: flex;
  flex-flow: row nowrap;
  gap: 14px;
}
.mat-mdc-radio-button.custom-radio-button-tax-form {
  --mdc-radio-state-layer-size: 20px;
}
.mat-mdc-radio-button.custom-radio-button-tax-form .mdc-label {
  padding-left: 6px;
}
.mat-mdc-progress-bar.custom-progress-bar .mdc-linear-progress__buffer-dots {
  animation-direction: reverse;
}
.mat-mdc-progress-bar.allocation-bar {
  border-radius: 20px;
}
.mat-mdc-progress-bar.allocation-bar .mdc-linear-progress__buffer-bar {
  background-color: #ededed;
}
.mat-mdc-progress-bar.onboarding-bar {
  border-radius: 2px;
  --mdc-linear-progress-track-color: rgba(0, 0, 0, 0.2);
}
.mat-mdc-progress-bar.mat-success {
  --mdc-linear-progress-active-indicator-color: #00b071;
}
.mat-mdc-menu-panel.custom-menu {
  border-radius: 10px;
  outline: 1px solid rgba(0, 0, 0, 0.1);
  width: 221px;
  margin: 0 0 14px 14px;
  box-shadow: 0px 10px 13px 0px rgba(17, 16, 33, 0.1) !important;
}
.mat-mdc-menu-panel.custom-menu.no-width {
  width: auto;
}
.mat-mdc-menu-panel.custom-menu .mat-mdc-menu-content {
  padding: 0;
}
.mat-mdc-menu-panel.custom-menu .menu {
  display: flex;
  flex-direction: column;
  padding: 6px;
}
.mat-mdc-menu-panel.custom-menu .menu .item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 5px;
  color: #3b414f;
  padding: 14px;
  column-gap: 4px;
}
.mat-mdc-menu-panel.custom-menu .menu .item--advanced {
  justify-content: space-between;
  padding: 14px;
}
.mat-mdc-menu-panel.custom-menu .menu .item--download {
  justify-content: space-between;
}
.mat-mdc-menu-panel.custom-menu .menu .item__options {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 4px;
}
.mat-mdc-menu-panel.custom-menu .menu .item__options p.body-14-med {
  color: #808594;
}
.mat-mdc-menu-panel.custom-menu .menu .item:hover:not(.item--warn) {
  background: #f8f9fc;
}
.mat-mdc-menu-panel.custom-menu .menu .item:hover:not(.item--warn) p {
  color: #1e2029;
}
.mat-mdc-menu-panel.custom-menu .menu .item:hover:not(.item--warn) p.item__details {
  color: #808594;
}
.mat-mdc-menu-panel.custom-menu .menu .item .sponsorship-chip {
  background: #d8fff0;
  color: #00492f;
  padding: 1px 4px;
  font-size: 12px;
  border-radius: 3px;
}
.mat-mdc-menu-panel.custom-menu .menu .item--locked {
  cursor: default;
}
.mat-mdc-menu-panel.custom-menu .menu .item--locked > p {
  opacity: 40%;
}
.mat-mdc-menu-panel.custom-menu .menu .item--warn {
  justify-content: space-between;
  background: #ffdce4;
}
.mat-mdc-menu-panel.custom-menu .menu .item__details {
  color: #808594;
}
.mat-mdc-menu-panel.custom-menu .menu .action {
  cursor: pointer;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  column-gap: 11px;
}
.mat-mdc-menu-panel.custom-menu .menu .action p {
  color: #808594;
}
.mat-mdc-menu-panel.custom-menu .menu .action__icon-logout {
  width: 20px;
  height: 20px;
  background: url(/assets/img/icons/logout.svg) no-repeat center center;
}
.mat-mdc-menu-panel.custom-menu .menu .action__icon-logout::before {
  content: "";
  background: url(/assets/img/icons/logout-active.svg) no-repeat center center;
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
}
.mat-mdc-menu-panel.custom-menu .menu .action__icon-delete {
  width: 20px;
  height: 20px;
  background: url(/assets/img/icons/delete.svg) no-repeat center center;
}
.mat-mdc-menu-panel.custom-menu .menu .action__icon-delete::before {
  content: "";
  background: url(/assets/img/icons/delete-active.svg) no-repeat center center;
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
}
.mat-mdc-menu-panel.custom-menu .menu .action:hover {
  background: #ffeef0;
}
.mat-mdc-menu-panel.custom-menu .menu .action:hover p {
  color: #930000;
}
.mat-mdc-menu-panel.custom-menu .menu .action:hover .action__icon-logout {
  background: url(/assets/img/icons/logout-active.svg) no-repeat center center;
}
.mat-mdc-menu-panel.custom-menu .menu .action:hover .action__icon-delete {
  background: url(/assets/img/icons/delete-active.svg) no-repeat center center;
}
.mat-mdc-menu-panel.custom-menu .menu--settings {
  padding: 0;
  gap: 2px;
}
.mat-mdc-menu-panel.custom-menu .menu--settings .item {
  margin: 0 6px 6px 6px;
}
.mat-mdc-menu-panel.custom-menu .menu--settings .item:first-child {
  margin: 6px 6px 0 6px;
}
.mat-mdc-menu-panel.custom-menu .menu--settings .item--margin {
  margin: 6px;
}
.custom-menu.documents {
  position: absolute;
  left: 105px;
  bottom: -90px;
  min-width: 0;
  width: 95px;
}
.mat-sort-header.custom-sort-header .mat-sort-header-container .mat-sort-header-arrow {
  opacity: 0.54 !important;
  transform: translateY(0px) !important;
}
.mat-sort-header.custom-sort-header--start .mat-sort-header-container {
  justify-content: flex-start;
}
.mat-sort-header.custom-sort-header--end .mat-sort-header-container {
  justify-content: flex-end;
}
.mat-expansion-panel.custom-expansion-panel {
  width: 100%;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: visible;
}
.mat-expansion-panel.custom-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
}
.mat-expansion-panel.custom-expansion-panel .mat-expansion-panel-header {
  height: 74px;
  padding: 0 25px;
}
.mat-expansion-panel.custom-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-title {
  margin: 0;
  justify-content: space-between;
}
.mat-expansion-panel.custom-expansion-panel .mat-expansion-panel-body {
  padding: 0;
}
.mat-expansion-panel.custom-expansion-panel .mat-expansion-indicator {
  margin-bottom: 8px;
}
.mat-expansion-panel.custom-expansion-panel .mat-content.mat-content-hide-toggle {
  margin: 0;
}
.mat-mdc-tab-group.custom-tab-group {
  --mat-tab-header-active-ripple-color: transparent;
  --mat-tab-header-inactive-ripple-color: transparent;
}
.mat-mdc-tab-group.custom-tab-group .mat-mdc-tab-header {
  padding: 0 25px;
  border-bottom: 1px solid #d4d8e1;
  margin-bottom: 14px;
}
.mat-mdc-tab-group.custom-tab-group .mat-mdc-tab-body-wrapper {
  height: 100%;
}
.mat-mdc-tab-group.custom-tab-group .mdc-tab__text-label {
  margin-bottom: 8px;
}
.mat-mdc-tab-group.custom-tab-group .mat-mdc-tab:not(.mdc-tab--active) .mdc-tab__text-label {
  color: #808594;
}
.mat-mdc-tab-group.custom-tab-group .mat-mdc-tab.mdc-tab--active .mdc-tab__text-label {
  font-family: "Roobert-SemiBold", sans-serif;
  color: #3b414f;
}
.mat-mdc-tab-group.custom-tab-group.transaction-panel-tab-group .mat-mdc-tab-labels {
  gap: 50px;
}
.mat-mdc-tab-group.custom-tab-group.transaction-panel-tab-group .mat-mdc-tab {
  min-width: fit-content;
}
.mat-mdc-tab-group.custom-tab-group.transaction-panel-tab-group .mat-mdc-tab-body-wrapper {
  height: 565px;
}
.mat-mdc-tab-group.custom-tab-group.transaction-panel-tab-group.mat-mdc-tab-group-stretch-tabs > .mat-mdc-tab-header .mat-mdc-tab {
  flex-grow: unset;
  padding-left: 0;
  padding-right: 0;
}
.mat-mdc-tab-group.custom-tab-group.transaction-panel-tab-group .mat-mdc-tab-header {
  background: #f8f9fc;
  margin-bottom: 0;
}
.mat-mdc-tab-group.custom-tab-group.documents-dialog-tab-group .mat-mdc-tab-body-wrapper {
  padding-bottom: 14px;
}
.mat-mdc-tab-group.custom-tab-group.dashboard-settings-tab-group .mat-mdc-tab-labels {
  gap: 24px;
}
.mat-mdc-tab-group.custom-tab-group.dashboard-settings-tab-group .mat-mdc-tab {
  min-width: fit-content;
}
.mat-mdc-tab-group.custom-tab-group.dashboard-settings-tab-group.mat-mdc-tab-group-stretch-tabs > .mat-mdc-tab-header .mat-mdc-tab {
  flex-grow: unset;
  padding-left: 0;
  padding-right: 0;
}
.mat-mdc-tab-group.custom-tab-group.dashboard-settings-tab-group .mat-mdc-tab-header {
  padding: 0 25px;
  margin-bottom: 0;
}
.mat-select-search-input {
  border-radius: 7px;
  padding: 0 10px 0 46px !important;
  height: 38px !important;
  margin: 8px 0 0px 0;
  border: none;
  color: #1e2029;
  outline-offset: -1px;
  background: url(/assets/img/icons/search-grey.svg) no-repeat 14px 8px, #f8f9fc !important;
}
.mat-select-search-input::placeholder {
  color: #808594;
}
.mat-select-search-input:hover {
  outline: 1px solid #d4d8e1 !important;
  background: url(/assets/img/icons/search-grey.svg) no-repeat 14px 8px, background-grey !important;
}
.mat-select-search-input:focus-visible {
  outline: 1px solid #8678ff !important;
  background: url(/assets/img/icons/search-active.svg) no-repeat 14px 8px, white !important;
}
.mat-select-search-clear {
  display: none !important;
}
.custom-select-variant-panel {
  min-width: 443px !important;
}
.custom-select-variant-panel p.body-12-med {
  margin: 0 4px 8px 4px;
  color: #8b8e97;
}
.mat-mdc-select.custom-select-variant {
  border-radius: 4px;
  padding: 2px 6px;
  width: fit-content;
}
.mat-mdc-select.custom-select-variant .mat-mdc-select-trigger {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  column-gap: 8px;
}
.mat-mdc-select.custom-select-variant .mat-mdc-select-arrow-wrapper {
  width: 13px;
  background: url(/assets/img/icons/select-arrow-down-active.svg) no-repeat 0px 9px;
}
.mat-mdc-select.custom-select-variant .mat-mdc-select-arrow {
  opacity: 0;
}
.mat-mdc-select.custom-select-variant .mat-mdc-select-value {
  height: 32px;
  overflow: visible;
}
.mat-mdc-select.custom-select-variant .mat-mdc-select-min-line {
  font-size: 25px;
  color: #503bff;
}
.mat-mdc-select.custom-select-variant--active:not(.mat-mdc-select-disabled) {
  background: #dcd8ff;
}
.mat-mdc-select.custom-select-variant--active:not(.mat-mdc-select-disabled) .mat-mdc-select-arrow-wrapper {
  background: url(/assets/img/icons/select-arrow-up-active.svg) no-repeat 0px 9px;
}
.mat-mdc-select.custom-select {
  border: 1px solid #d4d8e1;
  background: white;
  border-radius: 7px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.06);
  padding: 5px 14px;
}
.mat-mdc-select.custom-select .mat-mdc-select-arrow-wrapper {
  width: 13px;
  background: url(/assets/img/icons/select-arrow-down.svg) no-repeat 0px 9px;
}
.mat-mdc-select.custom-select .mat-mdc-select-arrow {
  opacity: 0;
}
.mat-mdc-select.custom-select .mat-mdc-select-value {
  height: 18px;
}
.mat-mdc-select.custom-select .mat-mdc-select-min-line {
  font-family: "Roobert-Medium", sans-serif;
  font-size: 14px;
}
.mat-mdc-select.custom-select:hover {
  border: 1px solid #adaeb7;
}
.mat-mdc-select.custom-select--active:not(.mat-mdc-select-disabled) {
  border: 1px solid #503bff !important;
}
.mat-mdc-select.custom-select--active:not(.mat-mdc-select-disabled) .mat-mdc-select-arrow-wrapper {
  background: url(/assets/img/icons/select-arrow-up.svg) no-repeat 0px 9px;
}
.mat-mdc-select.custom-select:focus {
  border: 1px solid #91c2e4;
}
.mat-mdc-select.custom-select-language {
  max-width: 85px;
  width: 100%;
}
.mat-mdc-select.custom-select-language .mat-mdc-select-arrow-wrapper {
  width: 13px;
  background: url(/assets/img/icons/select-arrow-down-black.svg) no-repeat 0px 9px;
}
.mat-mdc-select.custom-select-language .mat-mdc-select-arrow {
  opacity: 0;
}
.mat-mdc-select.custom-select-language .mat-mdc-select-value {
  height: 18px;
}
.mat-mdc-select.custom-select-language .mat-mdc-select-min-line {
  font-family: "Roobert-Medium", sans-serif;
  font-size: 12px;
  color: black;
}
.mat-mdc-select.custom-select-language--active:not(.mat-mdc-select-disabled) .mat-mdc-select-arrow-wrapper {
  background: url(/assets/img/icons/select-arrow-up-black.svg) no-repeat 0px 9px;
}
.custom-chart-select-panel {
  max-height: none !important;
}
.mat-mdc-select.custom-chart-select {
  border: 1px solid #d4d8e1;
  background: white;
  border-radius: 7px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.06);
  padding: 2px 10px;
}
.mat-mdc-select.custom-chart-select .mat-mdc-select-trigger {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  column-gap: 8px;
}
.mat-mdc-select.custom-chart-select .mat-mdc-select-arrow-wrapper {
  width: 13px;
  height: 25px;
  background: url(/assets/img/icons/select-arrow-down.svg) no-repeat 0px 9px;
}
.mat-mdc-select.custom-chart-select .mat-mdc-select-arrow {
  opacity: 0;
}
.mat-mdc-select.custom-chart-select .mat-mdc-select-value {
  height: 15px;
}
.mat-mdc-select.custom-chart-select .mat-mdc-select-min-line {
  font-family: "Roobert-Medium", sans-serif;
  font-size: 15px;
}
.mat-mdc-select.custom-chart-select:hover {
  border: 1px solid #adaeb7;
}
.mat-mdc-select.custom-chart-select--active:not(.mat-mdc-select-disabled) {
  border: 1px solid #503bff !important;
}
.mat-mdc-select.custom-chart-select--active:not(.mat-mdc-select-disabled) .mat-mdc-select-arrow-wrapper {
  background: url(/assets/img/icons/select-arrow-up.svg) no-repeat 0px 9px;
}
.mat-mdc-select.custom-chart-select:focus {
  border: 1px solid #91c2e4;
}
.mat-mdc-select.custom-swapper-select {
  background: transparent;
  border: none;
  border-radius: 26px;
  padding: 4px 12px 2px 4px;
  width: 108px;
}
.mat-mdc-select.custom-swapper-select:hover,
.mat-mdc-select.custom-swapper-select:focus {
  background: rgba(0, 0, 0, 0.1);
}
.mat-mdc-select.custom-swapper-select .mat-mdc-select-arrow-wrapper {
  width: 13px;
  background: url(/assets/img/icons/swapper-select-down.svg) no-repeat 0px 9px;
}
.mat-mdc-select.custom-swapper-select .mat-mdc-select-arrow {
  opacity: 0;
}
.custom-swapper-select-panel {
  flex: 1;
  margin-left: 8px !important;
}
.chart-index {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 4px;
}
.chart-index p.body-14-med {
  color: #1e2029;
}
.chart-index p.body-13 {
  color: #808594;
}
.active-chart-index {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 8px;
}
.active-chart-index--disabled {
  opacity: 0.5;
}
.active-chart-index__caption {
  border-radius: 2px;
  background: #fb7718;
  width: 8px;
  height: 8px;
}
.active-chart-index p.body-12 {
  color: #808594;
}
.active-chart-index__eye {
  width: 16px;
  height: 12px;
  background: url(/assets/img/icons/eye.svg) center center no-repeat;
}
.active-chart-index__eye::before {
  content: "";
  background: url(/assets/img/icons/eye-hover.svg) no-repeat center center;
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
}
.active-chart-index__eye:hover {
  background: url(/assets/img/icons/eye-hover.svg) center center no-repeat;
}
.active-chart-index__eye-close {
  width: 16px;
  height: 12px;
  background: url(/assets/img/icons/eye-close.svg) center center no-repeat;
}
.active-chart-index__eye-close::before {
  content: "";
  background: url(/assets/img/icons/eye-close-hover.svg) no-repeat center center;
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
}
.active-chart-index__eye-close:hover {
  background: url(/assets/img/icons/eye-close-hover.svg) center center no-repeat;
}
div.mat-mdc-select-panel {
  min-width: 100%;
  margin: 16px 0 0 0;
  padding: 6px !important;
  border-radius: 10px !important;
  border: 1px solid #d4d8e1 !important;
  background: #fff !important;
  box-shadow: 0px 10px 13px 0px rgba(17, 16, 33, 0.1) !important;
}
div.mat-mdc-select-panel .mat-mdc-option.mdc-list-item {
  border-radius: 5px;
  font-family: "Roobert-Medium", sans-serif;
  font-size: 14px;
  min-height: 38px;
}
div.mat-mdc-select-panel .mat-mdc-option.mdc-list-item:not(:first-child) {
  margin-top: 2px;
}
div.mat-mdc-select-panel .mat-mdc-option.mdc-list-item:hover {
  background: #e6e8ed;
  color: #1e2029;
}
div.mat-mdc-select-panel .mat-mdc-option.mdc-list-item:hover .language-option,
div.mat-mdc-select-panel .mat-mdc-option.mdc-list-item:hover .platform-option {
  color: #1e2029;
}
div.mat-mdc-select-panel .mat-mdc-option.mdc-list-item:hover .language-option p.body-12,
div.mat-mdc-select-panel .mat-mdc-option.mdc-list-item:hover .platform-option p.body-12 {
  color: #808594;
}
div.mat-mdc-select-panel .mat-mdc-option.mdc-list-item.mat-mdc-option-active {
  color: #1e2029;
  background: #eeebff;
}
div.mat-mdc-select-panel .mat-mdc-option.mdc-list-item.mat-mdc-option-active .language-option,
div.mat-mdc-select-panel .mat-mdc-option.mdc-list-item.mat-mdc-option-active .platform-option {
  color: #1e2029;
}
div.mat-mdc-select-panel .mat-mdc-option.mdc-list-item.mat-mdc-option-active .language-option p.body-12,
div.mat-mdc-select-panel .mat-mdc-option.mdc-list-item.mat-mdc-option-active .platform-option p.body-12 {
  color: #808594;
}
div.mat-mdc-select-panel .mat-mdc-option.mdc-list-item .mdc-list-item__primary-text {
  color: #1e2029;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  gap: 8px;
}
.language-option,
.platform-option {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  column-gap: 12px;
}
.mat-pseudo-checkbox-full {
  border-radius: 6px !important;
  border: 1px solid #808594 !important;
}
.subtype-select-btn {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  column-gap: 4px;
  height: 22px;
  width: fit-content;
  border-radius: 4px;
  padding: 6px 4px;
  background: white;
}
.subtype-select-btn p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.subtype-select-btn .icon {
  width: 8px;
  height: 8px;
  visibility: hidden;
  background: url(/assets/img/icons/arrow-down.svg) no-repeat center;
}
.subtype-select-btn:hover {
  outline: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.1) !important;
}
.subtype-select-btn:hover .icon {
  visibility: visible;
}
.mat-mdc-select.custom-select-warnings {
  border: 1px solid #d4d8e1;
  background: white;
  border-radius: 7px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.06);
  padding: 5px 14px;
}
.mat-mdc-select.custom-select-warnings .mat-mdc-select-trigger {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  column-gap: 8px;
}
.mat-mdc-select.custom-select-warnings .mat-mdc-select-placeholder {
  font-family: "Roobert-Medium", sans-serif;
  font-size: 14px;
  color: #3b414f;
}
.mat-mdc-select.custom-select-warnings .mat-mdc-select-arrow-wrapper {
  width: 13px;
  background: url(/assets/img/icons/select-arrow-down.svg) no-repeat 0px 9px;
}
.mat-mdc-select.custom-select-warnings .mat-mdc-select-arrow {
  opacity: 0;
}
.mat-mdc-select.custom-select-warnings .mat-mdc-select-min-line {
  font-family: "Roobert-Medium", sans-serif;
  font-size: 14px;
}
.mat-mdc-select.custom-select-warnings:hover {
  border: 1px solid #adaeb7;
}
.mat-mdc-select.custom-select-warnings--active:not(.mat-mdc-select-disabled) {
  border: 1px solid #503bff !important;
  outline: 3px solid #c4bffc !important;
}
.mat-mdc-select.custom-select-warnings--active:not(.mat-mdc-select-disabled) .mat-mdc-select-arrow-wrapper {
  background: url(/assets/img/icons/select-arrow-up.svg) no-repeat 0px 9px;
}
.mat-mdc-select.custom-select-warnings:focus {
  border: 1px solid #91c2e4;
  outline: 3px solid #b3e3ff;
}
.mat-mdc-select.custom-token-select {
  border: 1px solid #d4d8e1;
  background: white;
  border-radius: 7px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.06);
  padding: 5px 14px;
}
.mat-mdc-select.custom-token-select .mat-mdc-select-arrow-wrapper {
  width: 13px;
  background: url(/assets/img/icons/select-arrow-down.svg) no-repeat 0px 9px;
}
.mat-mdc-select.custom-token-select .mat-mdc-select-arrow {
  opacity: 0;
}
.mat-mdc-select.custom-token-select .mat-mdc-select-min-line {
  font-family: "Roobert-Medium", sans-serif;
  font-size: 14px;
}
.mat-mdc-select.custom-token-select:hover {
  border: 1px solid #adaeb7;
}
.mat-mdc-select.custom-token-select--active:not(.mat-mdc-select-disabled) {
  border: 1px solid #503bff !important;
}
.mat-mdc-select.custom-token-select--active:not(.mat-mdc-select-disabled) .mat-mdc-select-arrow-wrapper {
  background: url(/assets/img/icons/select-arrow-up.svg) no-repeat 0px 9px;
}
.mat-mdc-select.custom-token-select:focus {
  border: 1px solid #91c2e4;
}
.mat-mdc-card-header {
  padding: 16px !important;
}
.mat-mdc-card.custom-card {
  border: 1px solid #eceff1;
  box-shadow: 0px 1px 2px rgba(5, 7, 10, 0.08);
}
.mat-mdc-card.custom-card .mat-mdc-card-header {
  padding: 32px 24px;
}
.mat-mdc-card.custom-card .mat-mdc-card-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #05070a;
  margin: 0;
}
.mat-mdc-card.custom-card .mat-mdc-card-content {
  padding: 24px;
}
.mat-mdc-chip-listbox.custom-chip-listbox .custom-chip--selected {
  background: #503bff !important;
}
.mat-mdc-chip-listbox.custom-chip-listbox .custom-chip--selected .mdc-evolution-chip__text-label {
  color: white !important;
}
.mat-mdc-chip-listbox.custom-chip-listbox .mat-mdc-standard-chip {
  border-radius: 24px;
  background: transparent;
}
.mat-mdc-chip-listbox.custom-chip-listbox .mat-mdc-chip-selected {
  background: #503bff;
  color: white;
}
.mat-mdc-chip-listbox.custom-chip-listbox .mat-mdc-chip-selected .sponsorship-gain {
  background: white;
}
.mat-mdc-chip-listbox.custom-chip-listbox .mat-mdc-chip-selected .sponsorship-gain p {
  color: #503bff;
}
.mat-mdc-chip-listbox.custom-chip-listbox .mat-mdc-chip-option:not(.mat-mdc-chip-selected):hover {
  background: #e6e8ed;
}
.mat-mdc-chip-listbox.custom-chip-listbox .mdc-evolution-chip__text-label {
  font-family: "Roobert-Medium", sans-serif;
  font-size: 14px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  column-gap: 8px;
}
.mat-mdc-chip-listbox.custom-chip-listbox .mdc-evolution-chip-set__chips {
  flex-flow: row nowrap;
}
.mat-mdc-paginator.custom-paginator {
  border-top: 1px solid rgba(224, 225, 226, 0.7);
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.mat-mdc-paginator.custom-paginator .mat-mdc-paginator-container {
  justify-content: space-between;
  height: 87px;
}
.mat-mdc-paginator.custom-paginator .mat-mdc-paginator-container .mat-mdc-paginator-range-actions:first-child > span {
  margin-right: auto;
}
.mat-mdc-paginator.custom-paginator .mat-mdc-paginator-container .mat-mdc-paginator-range-actions:last-child > span {
  margin-left: auto;
}
.mat-mdc-paginator.custom-paginator .mat-mdc-paginator-container .mat-mdc-paginator-range-actions .mat-mdc-paginator-range-label {
  display: none;
}
.mat-mdc-paginator.waltio-paginator {
  background: none;
}
.mat-mdc-paginator.waltio-paginator .mat-mdc-paginator-container {
  height: 32px;
  min-height: 0;
  padding: 0;
}
.mat-mdc-paginator.waltio-paginator .mat-mdc-paginator-container .mat-mdc-paginator-range-actions {
  column-gap: 4px;
}
.mat-mdc-paginator.waltio-paginator .mat-mdc-paginator-container .mat-mdc-paginator-range-actions .mat-mdc-paginator-range-label {
  color: #808594;
  margin: 0;
}
.mat-mdc-paginator.waltio-paginator .mat-mdc-paginator-container .mat-mdc-paginator-range-actions .mat-mdc-paginator-icon {
  --mdc-icon-button-icon-size: 20px;
  --mat-paginator-enabled-icon-color: #3b414f;
  --mat-paginator-disabled-icon-color: #808594;
}
.mat-mdc-paginator.waltio-paginator .mat-mdc-paginator-container .mat-mdc-paginator-range-actions button {
  border-radius: 5px;
  padding: 6px;
  width: 32px;
  height: 32px;
}
.mat-mdc-paginator.waltio-paginator .mat-mdc-paginator-container .mat-mdc-paginator-range-actions button:hover {
  background: #f1efff;
}
.mat-mdc-paginator.waltio-paginator .mat-mdc-paginator-container .mat-mdc-paginator-range-actions button:hover .mat-mdc-paginator-icon {
  fill: #503bff;
}
.mat-mdc-paginator.waltio-paginator .mat-mdc-paginator-container .mat-mdc-paginator-range-actions button span {
  display: none;
}
input[matinput].custom-account-input {
  border-radius: 4px;
  background: white;
  border: 1px solid #d4d8e1;
  padding: 4px 6px;
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.15);
  font-family: "Roobert-Medium", sans-serif;
  color: #1e2029;
}
input[matinput].custom-account-input:focus {
  outline: none;
}
input[matinput].custom-input {
  width: 100%;
  font-family: "Roobert-Medium", sans-serif;
  border-radius: 7px;
  background: white;
  border: 1px solid #d4d8e1;
  padding: 7.2px 14px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.06);
  color: #1e2029;
}
input[matinput].custom-input::placeholder {
  color: #808594;
}
input[matinput].custom-input:disabled {
  color: #808594;
  background: #f8f9fc;
  border: 1px solid #d4d8e1;
}
input[matinput].custom-input:hover:not(:disabled) {
  border: 1px solid #adaeb7 !important;
  background: white;
}
input[matinput].custom-input:focus {
  border: 1px solid #91c2e4;
  outline: 3px solid #b3e3ff;
  background: white;
  color: #3b414f;
}
input[matinput].custom-input.currency-input {
  padding-left: 32px;
}
input[matinput].custom-input--active {
  color: #1e2029;
  border: 1px solid #503bff !important;
  outline: 3px solid #c4bffc !important;
  background: white;
  pointer-events: none;
}
input[matinput].custom-input--error {
  color: #1e2029;
  border: 1px solid #e3535c;
  background: #ffeef0;
}
input[matinput].custom-input--search {
  padding: 14px 14px 14px 45px;
  background: url(/assets/img/icons/search.svg) no-repeat 14px 11px, white;
}
input[matinput].custom-input--search:hover:not(:disabled) {
  background: url(/assets/img/icons/search.svg) no-repeat 14px 11px, white;
}
input[matinput].custom-input--search:focus {
  background: url(/assets/img/icons/search.svg) no-repeat 14px 11px, white;
}
input[matinput].custom-swapper-input {
  width: 100%;
  background: transparent;
  border: none;
  font-family: "Roobert-Medium", sans-serif;
  font-size: 26px;
  color: #3b414f;
}
input[matinput].custom-swapper-input::placeholder {
  opacity: 0.4;
}
input[matinput].custom-swapper-input:focus-visible {
  border: none;
  outline: none;
}
.input-error {
  margin-top: 10px !important;
  color: #ef2e39;
  font-size: 12px;
}
.searchbar {
  width: 100%;
  padding: 12px 0 12px 57px;
  border-radius: 50px;
  background: url(/assets/img/icons/search.svg) no-repeat 21px 11px, #e6e8ed;
  border: 1px solid transparent;
}
.searchbar::placeholder {
  color: #808594;
}
.searchbar:hover {
  outline: 1px solid #adaeb7;
  background: url(/assets/img/icons/search.svg) no-repeat 21px 11px, #e3e5ea;
}
.searchbar:focus-visible {
  border: 1px solid transparent;
  outline: 3px solid transparent;
  background: url(/assets/img/icons/search.svg) no-repeat 21px 11px, #e3e5ea;
  color: #1e2029;
}
.searchbar--focus:focus-visible {
  border: 1px solid #503bff;
  outline: 3px solid #c4bffc;
  background: url(/assets/img/icons/search-active.svg) no-repeat 21px 11px, white;
  color: #1e2029;
}
.swapper-searchbar {
  width: 100%;
  padding: 10px 0 10px 46px;
  border-radius: 7px;
  margin-bottom: 4px;
  background: url(/assets/img/icons/search.svg) no-repeat 14px 8px, #f8f9fc;
  border: 1px solid transparent;
}
.swapper-searchbar::placeholder {
  color: #808594;
}
.swapper-searchbar:hover {
  outline: 1px solid #adaeb7;
  background: url(/assets/img/icons/search.svg) no-repeat 14px 8px, #e3e5ea;
}
.swapper-searchbar:focus-visible {
  border: 1px solid #503bff;
  outline: 3px solid #c4bffc;
  background: url(/assets/img/icons/search-active.svg) no-repeat 14px 8px, white;
  color: #1e2029;
}
.subtype-searchbar {
  width: 338px;
  padding: 8px 0 8px 36px;
  border-radius: 50px;
  background: url(/assets/img/icons/search.svg) no-repeat 10px 7px, white;
  border: 1px solid #adaeb7;
}
.subtype-searchbar::placeholder {
  color: #808594;
}
.subtype-searchbar:focus-visible {
  border: 1px solid #503bff;
  outline: 3px solid #c4bffc;
  background: url(/assets/img/icons/search.svg) no-repeat 10px 7px, white;
  color: #1e2029;
}
.token-input-container {
  position: relative;
}
table {
  width: 100%;
}
.mat-mdc-no-data-row .mat-mdc-cell {
  border: none;
  padding: 0 20px 0 26px;
}
.mat-mdc-table.tokens-table {
  --mat-table-row-item-container-height: 58px;
}
.mat-mdc-table.tokens-table .mat-mdc-header-cell {
  font-family: "Roobert-Medium", sans-serif;
  font-size: 12px;
  color: #808594;
  border-bottom: none;
}
.mat-mdc-table.tokens-table .mat-mdc-header-cell:last-child {
  padding: 0 52px 0 16px;
}
.mat-mdc-table.tokens-table .mdc-data-table__content .spacer:first-child {
  display: none;
}
.mat-mdc-table.tokens-table .mdc-data-table__content .spacer:last-child {
  display: none;
}
.mat-mdc-table.tokens-table .mat-mdc-cell {
  border-bottom: none;
}
.mat-mdc-table.tokens-table .mat-column-price .mat-sort-header-container {
  justify-content: flex-end;
}
.mat-mdc-table.tokens-table .mat-column-amount,
.mat-mdc-table.tokens-table .mat-column-pnl {
  min-width: 15%;
  text-align: right;
}
.mat-mdc-table.tokens-table tr.token-row .mdc-data-table__cell:first-child {
  border-radius: 6px 0 0 6px;
  padding: 0 12px;
}
.mat-mdc-table.tokens-table tr.token-row .mdc-data-table__cell:last-child {
  border-radius: 0 6px 6px 0;
  padding: 0 18px;
}
.mat-mdc-table.tokens-table tr.token-breakdown-row .mdc-data-table__cell {
  padding: 0;
}
.mat-mdc-table.loans-table {
  --mat-table-row-item-container-height: 58px;
}
.mat-mdc-table.loans-table .mat-mdc-header-cell {
  font-family: "Roobert-Medium", sans-serif;
  font-size: 12px;
  color: #808594;
  border-bottom: none;
}
.mat-mdc-table.loans-table .mdc-data-table__content .spacer:first-child {
  display: none;
}
.mat-mdc-table.loans-table .mdc-data-table__content .spacer:last-child {
  display: none;
}
.mat-mdc-table.loans-table .mat-mdc-cell {
  border-bottom: none;
}
.mat-mdc-table.loans-table .mat-column-name {
  width: 40%;
}
.mat-mdc-table.loans-table .mat-column-price {
  width: 15%;
}
.mat-mdc-table.loans-table .mat-column-trendDay {
  width: 15%;
}
.mat-mdc-table.loans-table .mat-column-trendWeek {
  width: 15%;
}
.mat-mdc-table.loans-table .mat-column-value {
  text-align: right;
}
.mat-mdc-table.loans-table tr.loan-row .mdc-data-table__cell:first-child {
  border-radius: 6px 0 0 6px;
  padding: 0 12px;
}
.mat-mdc-table.loans-table tr.loan-row .mdc-data-table__cell:last-child {
  border-radius: 0 6px 6px 0;
  padding: 0 18px;
}
.mat-mdc-table.loans-table tr.loan-breakdown-row .mdc-data-table__cell {
  padding: 0;
}
.mat-mdc-table.scams-table .mat-mdc-header-cell,
.mat-mdc-table.scams-table .mat-mdc-cell {
  border-bottom: none;
}
.mat-mdc-table.scams-table .mdc-data-table__cell:first-child {
  padding: 0 16px 0 0;
}
.mat-mdc-table.scams-table .mdc-data-table__cell:last-child {
  padding: 0 0 0 16px;
}
.mat-mdc-table.scams-table .mat-column-actions {
  text-align: right;
}
.mat-mdc-table.platforms-table {
  --mat-table-row-item-container-height: 58px;
}
.mat-mdc-table.platforms-table .mat-mdc-header-cell,
.mat-mdc-table.platforms-table .mat-mdc-cell {
  border-bottom: none;
}
.mat-mdc-table.platforms-table .mdc-data-table__content .spacer:first-child {
  display: none;
}
.mat-mdc-table.platforms-table .mdc-data-table__content .spacer:last-child {
  display: none;
}
.mat-mdc-table.platforms-table .mat-column-value {
  text-align: right;
}
.mat-mdc-table.platforms-table tr.platform-row .mdc-data-table__cell:first-child {
  border-radius: 6px 0 0 6px;
  padding: 0 12px;
}
.mat-mdc-table.platforms-table tr.platform-row .mdc-data-table__cell:last-child {
  border-radius: 0 6px 6px 0;
  padding: 0 18px;
}
.mat-mdc-table.platforms-table tr.platform-breakdown-row .mdc-data-table__cell {
  padding: 0;
}
.mat-mdc-table.protocols-table {
  --mat-table-row-item-container-height: 58px;
}
.mat-mdc-table.protocols-table .mat-mdc-header-cell,
.mat-mdc-table.protocols-table .mat-mdc-cell {
  border-bottom: none;
}
.mat-mdc-table.protocols-table .mdc-data-table__content .spacer:first-child {
  display: none;
}
.mat-mdc-table.protocols-table .mdc-data-table__content .spacer:last-child {
  display: none;
}
.mat-mdc-table.protocols-table .mat-column-value {
  text-align: right;
}
.mat-mdc-table.protocols-table tr.protocol-row .mdc-data-table__cell:first-child {
  border-radius: 6px 0 0 6px;
  padding: 0 12px;
}
.mat-mdc-table.protocols-table tr.protocol-row .mdc-data-table__cell:last-child {
  border-radius: 0 6px 6px 0;
  padding: 0 18px;
}
.mat-mdc-table.protocols-table tr.protocol-breakdown-row .mdc-data-table__cell {
  padding: 0;
}
.mat-mdc-table.transactions-table {
  --mat-table-header-container-height: 41px;
  --mat-table-row-item-container-height: 62px;
}
.mat-mdc-table.transactions-table .mat-mdc-row .mat-mdc-cell {
  border-bottom: 1px solid #e0e0e0;
}
.mat-mdc-table.transactions-table .mdc-data-table__cell:not(:first-child):not(:last-child),
.mat-mdc-table.transactions-table .mdc-data-table__header-cell:not(:first-child):not(:last-child) {
  padding: 0 6px;
}
.mat-mdc-table.transactions-table .mdc-data-table__cell:first-child,
.mat-mdc-table.transactions-table .mdc-data-table__header-cell:first-child {
  padding: 0 20px 0 26px;
}
.mat-mdc-table.transactions-table .mdc-data-table__cell:last-child,
.mat-mdc-table.transactions-table .mdc-data-table__header-cell:last-child {
  padding: 0 26px 0 20px;
}
.mat-mdc-table.transactions-table .mat-mdc-header-cell {
  font-family: "Roobert", sans-serif;
  font-size: 13px;
  color: #808594;
}
.mat-mdc-table.transactions-table .mat-column-select {
  width: 70px;
}
.mat-mdc-table.transactions-table .mat-column-type .transaction-type {
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 6px;
}
.mat-mdc-table.transactions-table .mat-column-type .transaction-type app-subtype-select {
  position: absolute;
  margin-left: 40px;
  z-index: 9999;
}
.mat-mdc-table.transactions-table .mat-column-type .transaction-type--trade img:first-child {
  margin-right: 4px;
}
.mat-mdc-table.transactions-table .mat-column-transactionDate {
  width: 20%;
}
.mat-mdc-table.transactions-table .mat-column-transactionDate p.body-12-med,
.mat-mdc-table.transactions-table .mat-column-transactionDate p.body-12 {
  color: #808594;
}
.mat-mdc-table.transactions-table .mat-column-transactionDate p.body-12 {
  margin-top: 8px;
}
.mat-mdc-table.transactions-table .mat-column-platform p.body-12-med {
  color: #808594;
}
.mat-mdc-table.transactions-table .mat-column-fromAmount {
  padding: 0 0 0 6px !important;
  width: 18%;
}
.mat-mdc-table.transactions-table .mat-column-trade {
  width: 4%;
  padding: 0 !important;
}
.mat-mdc-table.transactions-table .mat-column-toAmount {
  padding: 0 6px 0 0 !important;
  width: 18%;
}
.mat-mdc-table.transactions-table .mat-column-transferPrice,
.mat-mdc-table.transactions-table .mat-column-actions {
  text-align: right;
}
.mat-mdc-table.transactions-table .mat-column-transferPrice p,
.mat-mdc-table.transactions-table .mat-column-actions p {
  text-wrap: nowrap;
}
.mat-mdc-table.transactions-table .mat-column-quantity .quantity {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  column-gap: 6px;
}
.mat-mdc-table.transactions-table .mat-column-quantity .quantity p.body-14-med {
  color: #808594;
}
.mat-mdc-table.transactions-table .mat-column-quantity .quantity p.body-14-bold {
  color: #1e2029;
}
.mat-mdc-table.transactions-table .mat-column-price p.body-14-med,
.mat-mdc-table.transactions-table .mat-column-buyingCost p.body-14-med,
.mat-mdc-table.transactions-table .mat-column-sellingCost p.body-14-med,
.mat-mdc-table.transactions-table .mat-column-pnl p.body-14-med {
  color: #808594;
}
.mat-mdc-table.transactions-table .mat-column-price p.body-14-bold,
.mat-mdc-table.transactions-table .mat-column-buyingCost p.body-14-bold,
.mat-mdc-table.transactions-table .mat-column-sellingCost p.body-14-bold,
.mat-mdc-table.transactions-table .mat-column-pnl p.body-14-bold {
  color: #1e2029;
}
.mat-mdc-table.transactions-table .mat-mdc-row:hover:not(.cost-basis) {
  background: #f7f6ff;
}
.mat-mdc-table.transactions-table .mat-mdc-row:hover:not(.cost-basis) .subtype-select-btn {
  background: rgba(0, 0, 0, 0.06);
}
.mat-mdc-table.transactions-table .mat-mdc-row:hover:not(.cost-basis) .subtype-select-btn .icon {
  visibility: visible;
}
.mat-mdc-table.transactions-table .mat-mdc-row.disable-hover:hover {
  background: none;
  cursor: default;
}
.mat-mdc-table.transactions-table.sticky .mat-mdc-header-cell {
  top: 111px !important;
}
.mat-mdc-table.transactions-creator-table {
  --mat-table-header-container-height: 41px;
  --mat-table-row-item-container-height: 60px;
}
.mat-mdc-table.transactions-creator-table .mdc-data-table__cell:not(:first-child):not(:last-child),
.mat-mdc-table.transactions-creator-table .mdc-data-table__header-cell:not(:first-child):not(:last-child) {
  padding: 0 6px;
}
.mat-mdc-table.transactions-creator-table .mdc-data-table__cell:first-child,
.mat-mdc-table.transactions-creator-table .mdc-data-table__header-cell:first-child {
  padding: 0 20px 0 26px;
}
.mat-mdc-table.transactions-creator-table .mdc-data-table__cell:last-child,
.mat-mdc-table.transactions-creator-table .mdc-data-table__header-cell:last-child {
  padding: 0 26px 0 20px;
}
.mat-mdc-table.transactions-creator-table .mat-mdc-header-cell {
  font-family: "Roobert", sans-serif;
  font-size: 13px;
  color: #808594;
}
.mat-mdc-table.transactions-creator-table .mat-column-type {
  min-width: 175px;
}
.mat-mdc-table.transactions-creator-table .mat-column-type .transaction-type {
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 6px;
}
.mat-mdc-table.transactions-creator-table .mat-column-type .transaction-type app-subtype-select {
  position: absolute;
  margin-left: 40px;
  z-index: 9999;
}
.mat-mdc-table.transactions-creator-table .mat-column-type .transaction-type--trade img:first-child {
  margin-right: 4px;
}
.mat-mdc-table.transactions-creator-table .mat-column-platform {
  min-width: 120px;
}
.mat-mdc-table.transactions-creator-table .mat-column-transactionDate {
  min-width: 250px;
}
.mat-mdc-table.transactions-creator-table .mat-column-fromAmount {
  min-width: 250px;
}
.mat-mdc-table.transactions-creator-table .mat-column-toAmount {
  min-width: 250px;
}
.mat-mdc-table.transactions-creator-table .mat-column-actions {
  text-align: right;
}
.mat-mdc-table.transactions-creator-table .mat-column-actions p {
  text-wrap: nowrap;
}
.mat-mdc-table.accounts-table {
  --mat-table-header-container-height: 38px;
  --mat-table-row-item-container-height: 74px;
  background: white;
  border: 1px solid #e0e0e0;
  border-spacing: 0 4px;
  border-radius: 7px;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
}
.mat-mdc-table.accounts-table .mat-mdc-header-cell {
  font-family: "Roobert-SemiBold", sans-serif;
  font-size: 12px;
  color: #3b414f;
}
.mat-mdc-table.accounts-table .mdc-data-table__header-cell:first-child,
.mat-mdc-table.accounts-table .mdc-data-table__cell:first-child {
  padding: 0 16px 0 25px;
}
.mat-mdc-table.accounts-table .mdc-data-table__cell:last-child {
  padding: 0 25px 0 16px;
}
.mat-mdc-table.accounts-table .mdc-data-table__header-cell:last-child {
  padding: 0 72px 0 16px;
}
.mat-mdc-table.accounts-table .mat-mdc-cell {
  background: unset;
  overflow: visible;
}
.mat-mdc-table.accounts-table .mat-column-platform {
  width: 25%;
}
.mat-mdc-table.accounts-table .mat-column-platform .name {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  column-gap: 8px;
}
.mat-mdc-table.accounts-table .mat-column-platform .account-infos {
  display: flex;
  flex-flow: column nowrap;
  row-gap: 2px;
}
.mat-mdc-table.accounts-table .mat-column-platform .account-infos__name {
  padding: 4px 6px;
  border-radius: 4px;
  width: fit-content;
}
.mat-mdc-table.accounts-table .mat-column-platform .account-infos__name:hover {
  background: #eff0f3;
}
.mat-mdc-table.accounts-table .mat-column-platform .account-infos__name--default {
  padding: 4px 6px;
  border-radius: 4px;
}
.mat-mdc-table.accounts-table .mat-column-platform .account-infos p.body-14-med {
  color: #1e2029;
}
.mat-mdc-table.accounts-table .mat-column-platform .account-infos p.body-13 {
  padding-left: 6px;
  color: #808594;
}
.mat-mdc-table.accounts-table .mat-column-actions,
.mat-mdc-table.accounts-table .mat-column-status {
  text-align: end;
}
.mat-mdc-table.accounts-table .mat-column-actions .mat-sort-header-container,
.mat-mdc-table.accounts-table .mat-column-status .mat-sort-header-container {
  justify-content: flex-end;
}
.mat-mdc-table.unknown-prices-table {
  --mat-table-header-container-height: 46px;
  --mat-table-row-item-container-height: 54px;
  background: white;
  border: 1px solid #e0e0e0;
}
.mat-mdc-table.unknown-prices-table .mdc-data-table__cell:nth-child(2),
.mat-mdc-table.unknown-prices-table .mdc-data-table__header-cell:nth-child(2) {
  padding: 0 16px 0 0;
}
.mat-mdc-table.unknown-prices-table .mdc-data-table__cell:first-child,
.mat-mdc-table.unknown-prices-table .mdc-data-table__header-cell:first-child {
  padding: 0 10px 0 6px;
}
.mat-mdc-table.unknown-prices-table .mdc-data-table__cell:last-child,
.mat-mdc-table.unknown-prices-table .mdc-data-table__header-cell:last-child {
  padding: 0 26px 0 20px;
}
.mat-mdc-table.unknown-prices-table .mdc-data-table__cell:last-child .mat-sort-header-container,
.mat-mdc-table.unknown-prices-table .mdc-data-table__header-cell:last-child .mat-sort-header-container {
  justify-content: flex-end;
}
.mat-mdc-table.unknown-prices-table .mat-mdc-header-cell {
  font-family: "Roobert", sans-serif;
  font-size: 13px;
  color: #808594;
}
.mat-mdc-table.unknown-prices-table .mat-column-bar {
  width: 5px;
}
.mat-mdc-table.unknown-prices-table .mat-column-bar .bar {
  width: 5px;
  border-radius: 10px;
  background: #f7931a;
  height: 41px;
}
.mat-mdc-table.unknown-prices-table .mat-column-bar .bar--success {
  background: #00b071;
}
.mat-mdc-table.unknown-prices-table .mat-column-token .token {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  column-gap: 7px;
}
.mat-mdc-table.unknown-prices-table .mat-column-token .token img {
  margin-right: 5px;
}
.mat-mdc-table.unknown-prices-table .mat-column-token .token p.body-14 {
  color: #808594;
}
.mat-mdc-table.unknown-prices-table .mat-column-price .price {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  column-gap: 6px;
  padding: 2px 6px;
  width: fit-content;
}
.mat-mdc-table.unknown-prices-table .mat-column-price .price-warning {
  border-radius: 4px;
  border: 1px solid rgba(195, 79, 0, 0.1);
  background: #ffeab9;
}
.mat-mdc-table.unknown-prices-table .mat-column-balance {
  text-align: right;
}
.mat-mdc-table.unknown-prices-table .mat-mdc-row:hover {
  background: #f7f6ff;
}
.mat-mdc-table.unknown-prices-table .scam-token .price,
.mat-mdc-table.unknown-prices-table .scam-token .volume,
.mat-mdc-table.unknown-prices-table .scam-token .balance {
  opacity: 0.5;
}
.mat-mdc-table.unknown-prices-table .scam-token .token img {
  opacity: 0.5;
}
.mat-mdc-table.platforms-fees-table {
  --mat-table-header-container-height: 46px;
  --mat-table-row-item-container-height: 48px;
  border-radius: 6px;
  border-collapse: separate;
  border-spacing: 0 4px;
}
.mat-mdc-table.platforms-fees-table .mat-mdc-header-cell {
  font-family: "Roobert-Medium", sans-serif;
  font-size: 12px;
  color: #808594;
}
.mat-mdc-table.platforms-fees-table .mat-mdc-header-cell.mat-column-waltioAverageFees,
.mat-mdc-table.platforms-fees-table .mat-mdc-header-cell.mat-column-averageFees {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.mat-mdc-table.platforms-fees-table .mat-mdc-header-cell.mat-column-waltioAverageFees .f-row-gap,
.mat-mdc-table.platforms-fees-table .mat-mdc-header-cell.mat-column-averageFees .f-row-gap {
  justify-content: flex-end;
}
.mat-mdc-table.platforms-fees-table .mdc-data-table__cell:first-child,
.mat-mdc-table.platforms-fees-table .mdc-data-table__header-cell:first-child {
  padding: 0 16px 0 16px;
}
.mat-mdc-table.platforms-fees-table .mdc-data-table__cell:last-child,
.mat-mdc-table.platforms-fees-table .mdc-data-table__header-cell:last-child {
  padding: 0 16px 0 16px;
}
.mat-mdc-table.platforms-fees-table .mat-mdc-cell {
  border-bottom: none;
}
.mat-mdc-table.platforms-fees-table .mat-column-fees p.body-14 {
  width: fit-content;
  color: #3b414f;
}
.mat-mdc-table.platforms-fees-table .mat-column-waltioAverageFees {
  text-align: right;
}
.mat-mdc-table.platforms-fees-table .mat-column-waltioAverageFees .f-row-gap {
  justify-content: flex-end;
}
.mat-mdc-table.platforms-fees-table .mat-column-averageFees {
  text-align: right;
}
.mat-mdc-table.platforms-fees-table .mat-column-averageFees .f-row-gap {
  justify-content: flex-end;
}
.mat-mdc-table.platforms-fees-table .mat-column-instruction {
  min-width: 120px;
}
.mat-mdc-table.positions-table {
  --mat-table-header-container-height: 46px;
  --mat-table-row-item-container-height: 52px;
  border-spacing: 0 4px;
  border-radius: 6px;
}
.mat-mdc-table.positions-table .mat-mdc-cell {
  border-bottom: none;
}
.mat-mdc-table.positions-table .mat-mdc-header-cell {
  font-family: "Roobert-Medium", sans-serif;
  font-size: 12px;
  color: #808594;
}
.mat-mdc-table.positions-table .mdc-data-table__cell:first-child,
.mat-mdc-table.positions-table .mdc-data-table__header-cell:first-child {
  padding: 0 16px;
}
.mat-mdc-table.positions-table .mdc-data-table__cell:last-child,
.mat-mdc-table.positions-table .mdc-data-table__header-cell:last-child {
  padding: 0 16px;
}
.mat-mdc-table.positions-table .mat-column-actions,
.mat-mdc-table.positions-table .mat-column-estimatedReward {
  text-align: right;
}
.mat-mdc-table.positions-table .mat-column-actions .mat-sort-header-container,
.mat-mdc-table.positions-table .mat-column-estimatedReward .mat-sort-header-container {
  justify-content: flex-end;
}
.mat-mdc-table.positions-table .platform {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 10px;
}
.mat-mdc-table.positions-table .platform p.body-14-med {
  color: #3b414f;
}
.custom-dialog-container .mat-mdc-dialog-surface.mdc-dialog__surface {
  border-radius: 14px;
}
.custom-dialog-container.slide-dialog .mat-mdc-dialog-surface.mdc-dialog__surface {
  transform-origin: bottom center;
  animation: slideIn 300ms ease-out;
}
.custom-dialog-container--no-shadow .mat-mdc-dialog-surface.mdc-dialog__surface {
  box-shadow: none;
}
.custom-dialog-container .mdc-dialog__title {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 14px;
  border-bottom: 1px solid #d4d8e1;
  margin: 0;
}
.custom-dialog-container .mdc-dialog__title::before {
  display: none;
}
.custom-dialog-container .mdc-dialog .mdc-dialog__content {
  padding: 25px !important;
  background: #f8f9fc;
  height: 100%;
}
.custom-dialog-container .mdc-dialog .mdc-dialog__content.available-chains {
  height: calc(100% - 86px);
}
.custom-dialog-container .mat-mdc-dialog-actions {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  position: sticky;
  bottom: 0;
  background: white;
  border-top: 1px solid #d4d8e1;
}
.custom-dialog-container .mat-mdc-dialog-actions button {
  flex: 1;
}
.custom-dialog-backdrop {
  background: rgba(0, 0, 0, 0.4);
}
.warnings-dialog-panel {
  position: absolute !important;
  top: 160px;
  left: 45%;
}
.badge-unlocked-dialog {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 43.5px 0px rgba(17, 16, 33, 0.18);
}
@keyframes slideIn {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.mdc-button {
  --mat-mdc-button-persistent-ripple-color: white !important;
  padding: 14px 20px;
  min-width: 0 !important;
}
.mdc-button.large {
  padding: 14px 50px;
}
.mdc-button.custom-button-bulk-toolbar {
  border-radius: 7px;
}
.mdc-button.custom-button-bulk-toolbar .mdc-button__label {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #3b414f;
}
.mdc-button.mat-primary {
  border-radius: 7px;
  border: 1px solid #3b24fc;
}
.mdc-button.mat-primary .mdc-button__label {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  column-gap: 4px;
}
.mdc-button.mat-primary:hover {
  border: 1px solid #1400bd;
  background:
    radial-gradient(
      135.14% 135.14% at 50% 0%,
      #503bff 0%,
      #2b14e8 100%);
}
.mdc-button.mat-primary:focus {
  border: 1px solid #1400bd;
  background:
    radial-gradient(
      135.14% 135.14% at 50% 0%,
      #503bff 0%,
      #2b14e8 100%);
  outline: 4px solid #b3e3ff;
}
.mdc-button.mat-primary:disabled {
  border: 1px solid #c9cad4;
  background: #e6e8ed;
  color: #808594;
}
.mdc-button.mat-orange {
  border-radius: 47px;
  border: 1px solid #ff5300;
  background: #ff5300 !important;
  color: white !important;
}
.mdc-button.mat-primary-revert {
  border-radius: 7px;
  border: 1px solid white;
}
.mdc-button.mat-primary-revert .mdc-button__label {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  column-gap: 4px;
  color: #503bff;
}
.mdc-button.mat-primary-revert:disabled {
  border: 1px solid #c9cad4;
  background: #e6e8ed;
  color: #808594;
}
.mdc-button.mat-black {
  border-radius: 47px;
  border: 1px solid black;
  background: black !important;
  color: white !important;
}
.mdc-button.mat-primary-flash {
  border-radius: 7px;
  border: 1px solid #503bff;
  background:
    radial-gradient(
      50% 100% at 50% 100%,
      #9453ff 0%,
      #503bff 100%);
  box-shadow: 0px 1px 5px 0px rgba(80, 59, 255, 0.2);
  color: white !important;
}
.mdc-button.mat-warn {
  border-radius: 7px;
  border: 1px solid #d30101;
}
.mdc-button.mat-warn:hover {
  border: 1px solid #930000;
  background:
    radial-gradient(
      121.62% 121.62% at 50% 0%,
      #ef2e39 0%,
      #d11823 100%);
}
.mdc-button.mat-warn:focus {
  border: 1px solid #930000;
  background:
    radial-gradient(
      121.62% 121.62% at 50% 0%,
      #ef2e39 0%,
      #d11823 100%);
  outline: 4px solid #b3e3ff;
}
.mdc-button.mat-warn:disabled {
  opacity: 0.5;
  color: white;
  background: #ef2e39;
}
.mdc-button.mat-secondary {
  border-radius: 7px;
  border: 1px solid #c9cad4;
  background: white !important;
}
.mdc-button.mat-secondary .mdc-button__label {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  column-gap: 8px;
}
.mdc-button.mat-secondary:hover {
  border: 1px solid #adaeb7;
  background: white;
}
.mdc-button.mat-secondary:focus {
  border: 1px solid #adaeb7;
  outline: 4px solid #b3e3ff;
}
.mdc-button.mat-secondary:disabled {
  opacity: 0.5;
  background: white;
}
.mdc-button.mat-secondary-menu {
  height: 38px;
  border-radius: 7px;
  border: 1px solid #c9cad4;
  background: white !important;
}
.mdc-button.mat-secondary-menu .mdc-button__label {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  column-gap: 8px;
  font-family: "Roobert-Medium", sans-serif;
  font-size: 14px;
  color: #1e2029;
}
.mdc-button.mat-secondary-menu:hover {
  border: 1px solid #adaeb7;
  background: white;
}
.mdc-button.mat-secondary-menu:focus {
  border: 1px solid #adaeb7;
  outline: 4px solid #b3e3ff;
}
.mdc-button.mat-secondary-menu:disabled {
  opacity: 0.5;
  background: white;
}
.mdc-button.mat-secondary-warn {
  border-radius: 7px;
  border: 1px solid #c9cad4;
  background: white !important;
}
.mdc-button.mat-secondary-warn .mdc-button__label {
  color: #ef2e39;
}
.mdc-button.mat-secondary-warn:hover {
  border: 1px solid #adaeb7;
  background: white;
}
.mdc-button.mat-secondary-warn:focus {
  border: 1px solid #adaeb7;
  outline: 4px solid #b3e3ff;
}
.mdc-button.mat-secondary-warn:disabled {
  opacity: 0.5;
  background: white;
}
.mdc-button.mat-secondary-round {
  border-radius: 37px;
  border: 1px solid #c9cad4;
  background: white !important;
}
.mdc-button.mat-secondary-round .mdc-button__label {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  column-gap: 2px;
}
.mdc-button.mat-secondary-round:hover {
  border: 1px solid #adaeb7;
  background: white !important;
}
.mdc-button.mat-secondary-round:focus {
  border: 1px solid #adaeb7;
  outline: 4px solid #b3e3ff;
}
.mdc-button.mat-secondary-round:disabled {
  opacity: 0.5;
  background: white !important;
}
.mdc-button.mat-secondary-flash {
  border-radius: 7px;
  border: 1px solid #c9cad4;
  background: white !important;
  color: #503bff !important;
}
.mdc-button.mat-secondary-flash .mdc-button__label {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  column-gap: 4px;
}
.mdc-button.mat-secondary-flash:hover {
  border: 1px solid #adaeb7;
  background: white !important;
}
.mdc-button.mat-secondary-flash:focus {
  border: 1px solid #adaeb7;
  outline: 4px solid #b3e3ff;
}
.mdc-button.mat-secondary-flash:disabled {
  opacity: 0.5;
  background: white !important;
}
.mdc-button.mat-secondary-flash-round {
  border-radius: 24px;
  border: 1px solid #503bff;
  background: white !important;
  color: #503bff !important;
}
.mdc-button.mat-secondary-flash-round .mdc-button__label {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  column-gap: 4px;
}
.mdc-button.mat-secondary-flash-round:hover {
  border: 1px solid #503bff;
  background: white !important;
}
.mdc-button.mat-sync {
  border-radius: 7px;
  background: #0052ff !important;
  color: white !important;
}
.mdc-button.mat-sync:hover {
  background: #0042ce;
}
.mdc-button.mat-sync .mdc-button__label {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  column-gap: 6px;
}
.mat-mdc-snack-bar-container.custom-toast {
  margin: 8px 8px 35px 8px;
}
.mat-mdc-snack-bar-container.custom-toast .mdc-snackbar__label {
  padding: 0;
}
.mat-mdc-snack-bar-container.custom-toast .mdc-snackbar__surface {
  min-width: 0;
  border-radius: 7px;
  box-shadow: 0px 10px 18px 0px rgba(17, 16, 33, 0.18);
  background: #111021;
  padding: 14px;
}
.mat-mdc-form-field.custom-field {
  background: white;
  border: 1px solid #d4d8e1;
  border-radius: 7px;
  height: 36px;
}
.mat-mdc-form-field.custom-field .mat-mdc-form-field-subscript-wrapper,
.mat-mdc-form-field.custom-field .mdc-line-ripple {
  display: none;
}
.mat-mdc-form-field.custom-field .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: transparent;
}
.mat-mdc-form-field.custom-field .mat-mdc-form-field-infix {
  min-height: 0;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.mat-mdc-form-field.custom-field .mat-mdc-button-persistent-ripple,
.mat-mdc-form-field.custom-field .mat-mdc-button-ripple {
  display: none !important;
}
.mat-mdc-form-field.custom-field button:hover svg {
  fill: #503bff;
}
.mat-mdc-form-field.custom-field .mat-mdc-form-field-icon-suffix .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 36px;
  padding: 6px 12px 6px 0;
}
.mat-mdc-form-field.custom-field.custom-date-picker .mat-mdc-form-field-infix {
  display: flex;
}
.mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: transparent !important;
}
.mat-mdc-form-field-focus-overlay {
  background-color: transparent !important;
}
.mat-datepicker-content {
  box-shadow:
    0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 4px 5px rgba(0, 0, 0, 0.1411764706),
    0 1px 10px rgba(0, 0, 0, 0.1215686275);
  background-color: #fff;
  color: rgba(0, 0, 0, 0.8705882353);
}
.mat-calendar-body-cell:hover {
  background-color: #503bff;
  color: #fff;
  border-radius: 999px;
}
.mat-calendar-body-selected {
  background-color: #503bff;
  color: #fff;
}
.mat-calendar-body-cell-content {
  border: none !important;
}
.mat-calendar-body-disabled {
  color: #808594;
}
.mat-calendar-body-disabled:hover {
  background-color: unset;
  color: #808594;
}
.mat-mdc-tooltip {
  white-space: pre-line;
}
.mat-mdc-tooltip .mdc-tooltip__surface {
  max-width: 300px;
  text-align: left;
  background: #111021 !important;
  padding: 4px 6px !important;
  border-radius: 8px !important;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.15) !important;
  color: white !important;
}
* {
  --mdc-checkbox-state-layer-size: 14px;
}
.mat-mdc-checkbox.custom-checkbox:focus-within .mdc-checkbox__background {
  border: 1px solid #91c2e4 !important;
  outline: 3px solid #b3e3ff !important;
}
.mat-mdc-checkbox.custom-checkbox .mat-mdc-checkbox-touch-target {
  width: 14px;
  height: 14px;
}
.mat-mdc-checkbox.custom-checkbox .mdc-checkbox__background {
  border: 1px solid #808594;
  border-radius: 6px;
}
.mat-mdc-checkbox.custom-checkbox .mat-mdc-checkbox-ripple,
.mat-mdc-checkbox.custom-checkbox .mdc-checkbox__ripple {
  display: none;
}
.mat-mdc-checkbox.custom-checkbox .mdc-checkbox__checkmark {
  width: 60%;
  top: 3px;
  left: 3px;
}
.custom-checkbox.custom-toggle .mdc-checkbox__background {
  border-radius: 50%;
}
.demo {
  border-radius: 11px;
  padding: 2px 7px;
  font-family: "Robbert-Medium", sans-serif;
  font-size: 13px;
  background: #adaeb7;
  color: white;
}
.mat-button-toggle-group.custom-button-toggle-group {
  --mat-standard-button-toggle-height: 40px;
  border-radius: 10px;
  border: 1px solid #d4d8e1;
  background: white;
  padding: 5px;
}
.mat-button-toggle-group.custom-button-toggle-group .mat-button-toggle {
  flex: 1;
  border-radius: 7px;
  background: white;
  border: none !important;
  font-family: "Roobert-Medium", sans-serif;
  font-size: 14px;
  color: #8b8e97;
}
.mat-button-toggle-group.custom-button-toggle-group .mat-button-toggle:hover {
  background: #f6f7fa;
  color: #40434b;
}
.mat-button-toggle-group.custom-button-toggle-group .mat-button-toggle:hover .demo {
  background: #8b8e97;
}
.mat-button-toggle-group.custom-button-toggle-group .mat-button-toggle-checked {
  font-family: "Roobert-SemiBold", sans-serif;
  border: 1px solid rgba(80, 59, 255, 0.1);
  background:
    radial-gradient(
      70.46% 150% at 50% 91.86%,
      rgba(80, 59, 255, 0.3) 0%,
      rgba(190, 183, 255, 0.3) 100%);
  color: #503bff;
}
.mat-button-toggle-group.custom-button-toggle-group .mat-button-toggle-checked .demo {
  background: #503bff;
}
.mat-button-toggle-group.custom-button-toggle-group .mat-button-toggle-checked:hover {
  font-family: "Roobert-SemiBold", sans-serif;
  border: 1px solid rgba(80, 59, 255, 0.1);
  background:
    radial-gradient(
      70.46% 150% at 50% 91.86%,
      rgba(80, 59, 255, 0.3) 0%,
      rgba(190, 183, 255, 0.3) 100%);
  color: #503bff;
}
.mat-button-toggle-group.custom-button-toggle-group .mat-button-toggle-checked:hover .demo {
  background: #503bff;
}
.mat-button-toggle-group.custom-button-toggle-group .mat-button-toggle .mat-button-toggle-label-content {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
}
.custom-button-toggle-group-guide {
  --mat-standard-button-toggle-height: 33px !important;
  --mat-standard-button-toggle-shape: 6px;
  background: #e3e5ea;
  padding: 4px;
  height: 43px;
}
.custom-button-toggle-group-guide .mat-button-toggle {
  flex: 1;
  border-radius: 4px;
  background: transparent;
  border: none !important;
  font-family: "Roobert-Medium", sans-serif;
  font-size: 14px;
  color: #40434b;
}
.custom-button-toggle-group-guide .mat-button-toggle:hover {
  background: #f6f7fa;
}
.custom-button-toggle-group-guide .mat-button-toggle-checked {
  font-family: "Roobert-SemiBold", sans-serif;
  background-color: white !important;
  color: #40434b !important;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
.custom-button-toggle-group-guide .mat-button-toggle-disabled {
  background-color: transparent !important;
}
.mat-mdc-slide-toggle.custom-slide-toggle {
  --mdc-switch-unselected-track-color: #e6e8ed;
  --mdc-switch-unselected-hover-track-color: #e6e8ed;
  --mdc-switch-disabled-selected-track-color: #e6e8ed;
  --mdc-switch-disabled-unselected-track-color: #e6e8ed;
  --mdc-switch-unselected-focus-track-color: #e6e8ed;
  --mdc-switch-unselected-pressed-track-color: #e6e8ed;
  --mdc-switch-unselected-handle-color: white;
  --mdc-switch-unselected-hover-handle-color: white;
  --mdc-switch-disabled-selected-handle-color: white;
  --mdc-switch-disabled-unselected-handle-color: white;
  --mdc-switch-unselected-focus-handle-color: white;
  --mdc-switch-unselected-pressed-handle-color: white;
}
.mat-mdc-slide-toggle.custom-slide-toggle .mdc-form-field > label {
  padding-left: 17px;
}
.mat-mdc-slide-toggle.custom-slide-toggle.mat-primary {
  --mdc-switch-selected-track-color: #503bff;
  --mdc-switch-selected-focus-track-color: #503bff;
  --mdc-switch-selected-hover-track-color: #503bff;
  --mdc-switch-selected-pressed-track-color: #503bff;
  --mdc-switch-selected-handle-color: white;
  --mdc-switch-selected-focus-handle-color: white;
  --mdc-switch-selected-hover-handle-color: white;
  --mdc-switch-selected-pressed-handle-color: white;
}
.mat-mdc-slide-toggle.custom-slide-toggle .mdc-switch {
  width: 41px;
}
.mat-mdc-slide-toggle.custom-slide-toggle .mdc-switch .mdc-switch__handle {
  width: 21px;
  height: 21px;
  border: 1px solid #cfd1d5;
}
.mat-mdc-slide-toggle.custom-slide-toggle .mdc-switch .mdc-switch__track {
  height: 22px;
  border: 1px solid #d4d8e1;
  border-radius: 13px;
}
.mat-mdc-slide-toggle.custom-slide-toggle .mdc-switch--checked .mdc-switch__handle {
  border: 1px solid #4735e6;
}
.mat-mdc-slide-toggle.custom-slide-toggle .mdc-switch--checked .mdc-switch__track {
  border: 1px solid #4735e6;
}
.mat-mdc-slide-toggle.custom-slide-toggle .mdc-switch__icons {
  display: none;
}
.mat-mdc-slide-toggle.custom-slide-toggle .mdc-switch__ripple {
  display: none;
}
.mat-mdc-slide-toggle.custom-token-slide-toggle {
  pointer-events: unset !important;
  -webkit-user-select: unset !important;
  user-select: unset !important;
  --mdc-switch-unselected-track-color: #e6e8ed;
  --mdc-switch-unselected-hover-track-color: #e6e8ed;
  --mdc-switch-disabled-selected-track-color: #503bff;
  --mdc-switch-disabled-unselected-track-color: #e6e8ed;
  --mdc-switch-unselected-focus-track-color: #e6e8ed;
  --mdc-switch-unselected-pressed-track-color: #e6e8ed;
  --mdc-switch-unselected-handle-color: white;
  --mdc-switch-unselected-hover-handle-color: white;
  --mdc-switch-disabled-selected-handle-color: white;
  --mdc-switch-disabled-unselected-handle-color: white;
  --mdc-switch-unselected-focus-handle-color: white;
  --mdc-switch-unselected-pressed-handle-color: white;
  --mdc-switch-disabled-track-opacity: 1;
  --mat-switch-disabled-selected-handle-opacity: 1;
  --mat-switch-disabled-unselected-handle-opacity: 1;
}
.mat-mdc-slide-toggle.custom-token-slide-toggle.mat-primary {
  --mdc-switch-selected-track-color: #503bff;
  --mdc-switch-selected-focus-track-color: #503bff;
  --mdc-switch-selected-hover-track-color: #503bff;
  --mdc-switch-selected-pressed-track-color: #503bff;
  --mdc-switch-selected-handle-color: white;
  --mdc-switch-selected-focus-handle-color: white;
  --mdc-switch-selected-hover-handle-color: white;
  --mdc-switch-selected-pressed-handle-color: white;
}
.mat-mdc-slide-toggle.custom-token-slide-toggle .mdc-switch {
  width: 41px;
}
.mat-mdc-slide-toggle.custom-token-slide-toggle .mdc-switch .mdc-switch__handle {
  width: 21px;
  height: 21px;
  border: 1px solid #cfd1d5;
  pointer-events: unset !important;
  cursor: pointer !important;
}
.mat-mdc-slide-toggle.custom-token-slide-toggle .mdc-switch .mdc-switch__handle-track {
  pointer-events: unset !important;
  cursor: pointer !important;
}
.mat-mdc-slide-toggle.custom-token-slide-toggle .mdc-switch .mdc-switch__track {
  height: 22px;
  border: 1px solid #d4d8e1;
  border-radius: 13px;
}
.mat-mdc-slide-toggle.custom-token-slide-toggle .mdc-switch--checked .mdc-switch__handle {
  border: 1px solid #4735e6;
}
.mat-mdc-slide-toggle.custom-token-slide-toggle .mdc-switch--checked .mdc-switch__track {
  border: 1px solid #4735e6;
}
.mat-mdc-slide-toggle.custom-token-slide-toggle .mdc-switch__icons {
  display: none;
}
.mat-mdc-slide-toggle.custom-token-slide-toggle .mdc-switch__ripple {
  display: none;
}
div.mat-mdc-autocomplete-panel {
  max-height: 348px !important;
}
.mat-mdc-autocomplete-panel.custom-autocomplete {
  padding: 0;
  margin-top: 8px;
  border-top-left-radius: 7px !important;
  border-top-right-radius: 7px !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 18px 0px rgba(17, 16, 33, 0.18);
}
.mat-mdc-autocomplete-panel.custom-autocomplete .autocomplete-title {
  display: flex;
  justify-content: space-between;
  padding: 14px;
}
.mat-mdc-autocomplete-panel.custom-autocomplete .autocomplete-title p.body-14-med {
  color: #808594;
}
.mat-mdc-autocomplete-panel.custom-autocomplete .mat-mdc-option {
  padding: 14px;
}
.mat-mdc-autocomplete-panel.custom-autocomplete .mat-mdc-option .mdc-list-item__primary-text {
  display: flex;
  row-gap: 4px;
  margin: 0;
  flex: 1;
}
.mat-mdc-autocomplete-panel.custom-autocomplete .mat-mdc-option:hover:not(.mdc-list-item--disabled) {
  background-color: #eff0f3;
}
.mat-mdc-autocomplete-panel.custom-autocomplete .mat-mdc-option label {
  display: flex;
  flex-flow: row nowrap;
  column-gap: 4px;
}
.mat-mdc-autocomplete-panel.custom-autocomplete .mat-mdc-option .valid-icon {
  display: none;
}
.mat-mdc-autocomplete-panel.custom-autocomplete .mat-mdc-option--selected {
  background-color: #d8fff0;
}
.mat-mdc-autocomplete-panel.custom-autocomplete .mat-mdc-option--selected .valid-icon {
  display: block;
}
.mat-mdc-autocomplete-panel.custom-autocomplete .mat-mdc-option--delete {
  background-color: #ffeef0;
}
.mat-mdc-autocomplete-panel.custom-autocomplete .mat-mdc-option--delete label {
  display: flex;
  flex-flow: row nowrap;
  column-gap: 4px;
}
.mat-mdc-autocomplete-panel.custom-autocomplete .mat-mdc-option--delete label p {
  color: #930000;
}
.mat-mdc-autocomplete-panel.custom-autocomplete .mat-mdc-option--delete:hover {
  background: #ffdce4 !important;
}
.mat-mdc-autocomplete-panel.custom-autocomplete .mat-mdc-option--article {
  background: white !important;
  padding: 28px;
}
.mat-mdc-autocomplete-panel.custom-autocomplete .mat-mdc-option--article.mdc-list-item {
  justify-content: center;
}
.mat-mdc-autocomplete-panel.custom-autocomplete.subtypes-autocomplete .mat-mdc-option .mdc-list-item__primary-text {
  flex-flow: column nowrap;
}
w3m-modal {
  --wui-cover: rgba(0, 0, 0, 0.4);
  --w3m-z-index: 1001;
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, none);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, none);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, none);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, none);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, none);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, none);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, none);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, none);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, none);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, none);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, none);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, none);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, none);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, none);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, none);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, none);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, none);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, none);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, none);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, none);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, none);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, none);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, none);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, none);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, none);
}
html {
  --mat-sys-on-surface: initial;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-sys-background, transparent));
  color: var(--mat-app-text-color, var(--mat-sys-on-background, inherit));
}
html {
  --mdc-checkbox-state-layer-size: 36px;
}
html {
  --mat-checkbox-touch-target-display: block;
}
.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font: 400 25px / 25px Roobert-SemiBold;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2,
.mat-headline-6,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6,
.mat-typography h2 {
  font: 400 20px / 20px Roobert-SemiBold;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
  font: 400 20px / 20px Roobert-Medium;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h4,
.mat-body-1,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
  font: 400 14px / 14px Roobert;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px * 0.83) / 14px Roobert;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px * 0.67) / 14px Roobert;
  margin: 0 0 12px;
}
.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font: 400 20px / 20px Roobert-Medium;
  letter-spacing: normal;
}
.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font: 400 14px / 14px Roobert;
  letter-spacing: normal;
}
.mat-body p,
.mat-body-2 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-2 p,
.mat-typography p {
  margin: 0 0 12px;
}
.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 12px / 12px Roobert;
  letter-spacing: normal;
}
.mat-headline-1,
.mat-typography .mat-headline-1 {
  font: 400 25px / 25px Roobert-SemiBold;
  letter-spacing: normal;
  margin: 0 0 56px;
}
.mat-headline-2,
.mat-typography .mat-headline-2 {
  font: 400 25px / 25px Roobert-SemiBold;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-headline-3,
.mat-typography .mat-headline-3 {
  font: 400 25px / 25px Roobert-SemiBold;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-headline-4,
.mat-typography .mat-headline-4 {
  font: 400 25px / 25px Roobert-SemiBold;
  letter-spacing: normal;
  margin: 0 0 64px;
}
html {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
}
html {
  --mat-option-selected-state-label-text-color: #503bff;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.mat-accent {
  --mat-option-selected-state-label-text-color: #503bff;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.mat-warn {
  --mat-option-selected-state-label-text-color: #ef2e39;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
html {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-full-pseudo-checkbox-selected-icon-color: #503bff;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
}
html {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #503bff;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #503bff;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
}
.mat-primary {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #503bff;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #503bff;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
}
.mat-accent {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #503bff;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #ef2e39;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
}
.mat-warn {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ef2e39;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
html {
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:
    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-app-elevation-shadow-level-1:
    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-app-elevation-shadow-level-2:
    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-app-elevation-shadow-level-3:
    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-app-elevation-shadow-level-4:
    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-app-elevation-shadow-level-5:
    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-app-elevation-shadow-level-6:
    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-app-elevation-shadow-level-7:
    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-app-elevation-shadow-level-8:
    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-app-elevation-shadow-level-9:
    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-app-elevation-shadow-level-10:
    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-app-elevation-shadow-level-11:
    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-app-elevation-shadow-level-12:
    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-app-elevation-shadow-level-13:
    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-app-elevation-shadow-level-14:
    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-app-elevation-shadow-level-15:
    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-app-elevation-shadow-level-16:
    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-app-elevation-shadow-level-17:
    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-app-elevation-shadow-level-18:
    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-app-elevation-shadow-level-19:
    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-app-elevation-shadow-level-20:
    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-app-elevation-shadow-level-21:
    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-app-elevation-shadow-level-22:
    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-app-elevation-shadow-level-23:
    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-app-elevation-shadow-level-24:
    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);
}
html {
  --mat-option-label-text-font: Roobert;
  --mat-option-label-text-line-height: 14px;
  --mat-option-label-text-size: 14px;
  --mat-option-label-text-tracking: normal;
  --mat-option-label-text-weight: 400;
}
html {
  --mat-optgroup-label-text-font: Roobert;
  --mat-optgroup-label-text-line-height: 14px;
  --mat-optgroup-label-text-size: 14px;
  --mat-optgroup-label-text-tracking: normal;
  --mat-optgroup-label-text-weight: 400;
}
html {
  --mdc-elevated-card-container-shape: 4px;
}
html {
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
}
html {
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
}
html {
  --mat-card-title-text-font: Roobert-SemiBold;
  --mat-card-title-text-line-height: 20px;
  --mat-card-title-text-size: 20px;
  --mat-card-title-text-tracking: normal;
  --mat-card-title-text-weight: 400;
  --mat-card-subtitle-text-font: Roobert-Medium;
  --mat-card-subtitle-text-line-height: 20px;
  --mat-card-subtitle-text-size: 20px;
  --mat-card-subtitle-text-tracking: normal;
  --mat-card-subtitle-text-weight: 400;
}
html {
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
}
.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #503bff;
  --mdc-linear-progress-track-color: rgba(80, 59, 255, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #503bff;
  --mdc-linear-progress-track-color: rgba(80, 59, 255, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #ef2e39;
  --mdc-linear-progress-track-color: rgba(239, 46, 57, 0.25);
}
html {
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
}
html {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
}
html {
  --mdc-plain-tooltip-supporting-text-font: Roobert;
  --mdc-plain-tooltip-supporting-text-size: 12px;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: normal;
}
html {
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
}
html {
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
}
html {
  --mdc-filled-text-field-caret-color: #503bff;
  --mdc-filled-text-field-focus-active-indicator-color: #503bff;
  --mdc-filled-text-field-focus-label-text-color: rgba(80, 59, 255, 0.87);
  --mdc-filled-text-field-container-color: rgb(244.8, 244.8, 244.8);
  --mdc-filled-text-field-disabled-container-color: rgb(249.9, 249.9, 249.9);
  --mdc-filled-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #ef2e39;
  --mdc-filled-text-field-error-focus-label-text-color: #ef2e39;
  --mdc-filled-text-field-error-label-text-color: #ef2e39;
  --mdc-filled-text-field-error-caret-color: #ef2e39;
  --mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #ef2e39;
  --mdc-filled-text-field-error-focus-active-indicator-color: #ef2e39;
  --mdc-filled-text-field-error-hover-active-indicator-color: #ef2e39;
}
html {
  --mdc-outlined-text-field-caret-color: #503bff;
  --mdc-outlined-text-field-focus-outline-color: #503bff;
  --mdc-outlined-text-field-focus-label-text-color: rgba(80, 59, 255, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-error-caret-color: #ef2e39;
  --mdc-outlined-text-field-error-focus-label-text-color: #ef2e39;
  --mdc-outlined-text-field-error-label-text-color: #ef2e39;
  --mdc-outlined-text-field-error-hover-label-text-color: #ef2e39;
  --mdc-outlined-text-field-outline-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #ef2e39;
  --mdc-outlined-text-field-error-hover-outline-color: #ef2e39;
  --mdc-outlined-text-field-error-outline-color: #ef2e39;
}
html {
  --mat-form-field-focus-select-arrow-color: rgba(80, 59, 255, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #ef2e39;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
}
.mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #503bff;
  --mdc-filled-text-field-focus-active-indicator-color: #503bff;
  --mdc-filled-text-field-focus-label-text-color: rgba(80, 59, 255, 0.87);
}
.mat-mdc-form-field.mat-accent {
  --mdc-outlined-text-field-caret-color: #503bff;
  --mdc-outlined-text-field-focus-outline-color: #503bff;
  --mdc-outlined-text-field-focus-label-text-color: rgba(80, 59, 255, 0.87);
}
.mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: rgba(80, 59, 255, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #ef2e39;
  --mdc-filled-text-field-focus-active-indicator-color: #ef2e39;
  --mdc-filled-text-field-focus-label-text-color: rgba(239, 46, 57, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mdc-outlined-text-field-caret-color: #ef2e39;
  --mdc-outlined-text-field-focus-outline-color: #ef2e39;
  --mdc-outlined-text-field-focus-label-text-color: rgba(239, 46, 57, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: rgba(239, 46, 57, 0.87);
}
html {
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
}
html {
  --mdc-filled-text-field-label-text-font: Roobert;
  --mdc-filled-text-field-label-text-size: 14px;
  --mdc-filled-text-field-label-text-tracking: normal;
  --mdc-filled-text-field-label-text-weight: 400;
}
html {
  --mdc-outlined-text-field-label-text-font: Roobert;
  --mdc-outlined-text-field-label-text-size: 14px;
  --mdc-outlined-text-field-label-text-tracking: normal;
  --mdc-outlined-text-field-label-text-weight: 400;
}
html {
  --mat-form-field-container-text-font: Roobert;
  --mat-form-field-container-text-line-height: 14px;
  --mat-form-field-container-text-size: 14px;
  --mat-form-field-container-text-tracking: normal;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 14px;
  --mat-form-field-subscript-text-font: Roobert;
  --mat-form-field-subscript-text-line-height: 12px;
  --mat-form-field-subscript-text-size: 12px;
  --mat-form-field-subscript-text-tracking: normal;
  --mat-form-field-subscript-text-weight: 400;
}
html {
  --mat-select-container-elevation-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);
}
html {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(80, 59, 255, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 46, 57, 0.87);
}
html .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(80, 59, 255, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 46, 57, 0.87);
}
html .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(239, 46, 57, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 46, 57, 0.87);
}
html {
  --mat-select-arrow-transform: translateY(-8px);
}
html {
  --mat-select-trigger-text-font: Roobert;
  --mat-select-trigger-text-line-height: 14px;
  --mat-select-trigger-text-size: 14px;
  --mat-select-trigger-text-tracking: normal;
  --mat-select-trigger-text-weight: 400;
}
html {
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-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);
}
html {
  --mat-autocomplete-background-color: white;
}
html {
  --mdc-dialog-container-shape: 4px;
}
html {
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
}
html {
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}
html {
  --mdc-dialog-subhead-font: Roobert-SemiBold;
  --mdc-dialog-subhead-line-height: 20px;
  --mdc-dialog-subhead-size: 20px;
  --mdc-dialog-subhead-weight: 400;
  --mdc-dialog-subhead-tracking: normal;
  --mdc-dialog-supporting-text-font: Roobert;
  --mdc-dialog-supporting-text-line-height: 14px;
  --mdc-dialog-supporting-text-size: 14px;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: normal;
}
.mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
}
.mat-mdc-standard-chip {
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
}
.mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-elevated-selected-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-elevated-disabled-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-flat-disabled-selected-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
}
.mat-mdc-standard-chip {
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #503bff;
  --mdc-chip-elevated-selected-container-color: #503bff;
  --mdc-chip-elevated-disabled-container-color: #503bff;
  --mdc-chip-flat-disabled-selected-container-color: #503bff;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #503bff;
  --mdc-chip-elevated-selected-container-color: #503bff;
  --mdc-chip-elevated-disabled-container-color: #503bff;
  --mdc-chip-flat-disabled-selected-container-color: #503bff;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ef2e39;
  --mdc-chip-elevated-selected-container-color: #ef2e39;
  --mdc-chip-elevated-disabled-container-color: #ef2e39;
  --mdc-chip-flat-disabled-selected-container-color: #ef2e39;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}
.mat-mdc-standard-chip {
  --mdc-chip-label-text-font: Roobert;
  --mdc-chip-label-text-line-height: 14px;
  --mdc-chip-label-text-size: 14px;
  --mdc-chip-label-text-tracking: normal;
  --mdc-chip-label-text-weight: 400;
}
html {
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
}
html .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
html {
  --mdc-switch-selected-focus-state-layer-color: #503bff;
  --mdc-switch-selected-handle-color: #503bff;
  --mdc-switch-selected-hover-state-layer-color: #503bff;
  --mdc-switch-selected-pressed-state-layer-color: #503bff;
  --mdc-switch-selected-focus-handle-color: #503bff;
  --mdc-switch-selected-hover-handle-color: #503bff;
  --mdc-switch-selected-pressed-handle-color: #503bff;
  --mdc-switch-selected-focus-track-color: #503bff;
  --mdc-switch-selected-hover-track-color: #503bff;
  --mdc-switch-selected-pressed-track-color: #503bff;
  --mdc-switch-selected-track-color: #503bff;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: rgba(0, 0, 0, 0.87);
}
html .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #503bff;
  --mdc-switch-selected-handle-color: #503bff;
  --mdc-switch-selected-hover-state-layer-color: #503bff;
  --mdc-switch-selected-pressed-state-layer-color: #503bff;
  --mdc-switch-selected-focus-handle-color: #503bff;
  --mdc-switch-selected-hover-handle-color: #503bff;
  --mdc-switch-selected-pressed-handle-color: #503bff;
  --mdc-switch-selected-focus-track-color: #503bff;
  --mdc-switch-selected-hover-track-color: #503bff;
  --mdc-switch-selected-pressed-track-color: #503bff;
  --mdc-switch-selected-track-color: #503bff;
}
html .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #ef2e39;
  --mdc-switch-selected-handle-color: #ef2e39;
  --mdc-switch-selected-hover-state-layer-color: #ef2e39;
  --mdc-switch-selected-pressed-state-layer-color: #ef2e39;
  --mdc-switch-selected-focus-handle-color: #ef2e39;
  --mdc-switch-selected-hover-handle-color: #ef2e39;
  --mdc-switch-selected-pressed-handle-color: #ef2e39;
  --mdc-switch-selected-focus-track-color: #ef2e39;
  --mdc-switch-selected-hover-track-color: #ef2e39;
  --mdc-switch-selected-pressed-track-color: #ef2e39;
  --mdc-switch-selected-track-color: #ef2e39;
}
html {
  --mdc-switch-state-layer-size: 40px;
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-font: Roobert;
  --mat-switch-label-text-line-height: 14px;
  --mat-switch-label-text-size: 14px;
  --mat-switch-label-text-tracking: normal;
  --mat-switch-label-text-weight: 400;
}
html {
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
}
.mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #503bff;
  --mdc-radio-selected-hover-icon-color: #503bff;
  --mdc-radio-selected-icon-color: #503bff;
  --mdc-radio-selected-pressed-icon-color: #503bff;
}
.mat-mdc-radio-button.mat-primary {
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #503bff;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #503bff;
  --mdc-radio-selected-hover-icon-color: #503bff;
  --mdc-radio-selected-icon-color: #503bff;
  --mdc-radio-selected-pressed-icon-color: #503bff;
}
.mat-mdc-radio-button.mat-accent {
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #503bff;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #ef2e39;
  --mdc-radio-selected-hover-icon-color: #ef2e39;
  --mdc-radio-selected-icon-color: #ef2e39;
  --mdc-radio-selected-pressed-icon-color: #ef2e39;
}
.mat-mdc-radio-button.mat-warn {
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #ef2e39;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mdc-radio-state-layer-size: 40px;
}
html {
  --mat-radio-touch-target-display: block;
}
html {
  --mat-radio-label-text-font: Roobert;
  --mat-radio-label-text-line-height: 14px;
  --mat-radio-label-text-size: 14px;
  --mat-radio-label-text-tracking: normal;
  --mat-radio-label-text-weight: 400;
}
html {
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
}
html {
  --mdc-slider-handle-color: #503bff;
  --mdc-slider-focus-handle-color: #503bff;
  --mdc-slider-hover-handle-color: #503bff;
  --mdc-slider-active-track-color: #503bff;
  --mdc-slider-inactive-track-color: #503bff;
  --mdc-slider-with-tick-marks-inactive-container-color: #503bff;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
}
html {
  --mat-slider-ripple-color: #503bff;
  --mat-slider-hover-state-layer-color: rgba(80, 59, 255, 0.05);
  --mat-slider-focus-state-layer-color: rgba(80, 59, 255, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
}
html .mat-accent {
  --mdc-slider-handle-color: #503bff;
  --mdc-slider-focus-handle-color: #503bff;
  --mdc-slider-hover-handle-color: #503bff;
  --mdc-slider-active-track-color: #503bff;
  --mdc-slider-inactive-track-color: #503bff;
  --mdc-slider-with-tick-marks-inactive-container-color: #503bff;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
html .mat-accent {
  --mat-slider-ripple-color: #503bff;
  --mat-slider-hover-state-layer-color: rgba(80, 59, 255, 0.05);
  --mat-slider-focus-state-layer-color: rgba(80, 59, 255, 0.2);
}
html .mat-warn {
  --mdc-slider-handle-color: #ef2e39;
  --mdc-slider-focus-handle-color: #ef2e39;
  --mdc-slider-hover-handle-color: #ef2e39;
  --mdc-slider-active-track-color: #ef2e39;
  --mdc-slider-inactive-track-color: #ef2e39;
  --mdc-slider-with-tick-marks-inactive-container-color: #ef2e39;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
html .mat-warn {
  --mat-slider-ripple-color: #ef2e39;
  --mat-slider-hover-state-layer-color: rgba(239, 46, 57, 0.05);
  --mat-slider-focus-state-layer-color: rgba(239, 46, 57, 0.2);
}
html {
  --mdc-slider-label-label-text-font: Roobert-Medium;
  --mdc-slider-label-label-text-size: 20px;
  --mdc-slider-label-label-text-line-height: 20px;
  --mdc-slider-label-label-text-tracking: normal;
  --mdc-slider-label-label-text-weight: 400;
}
html {
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-container-elevation-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);
}
html {
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-menu-item-label-text-font: Roobert;
  --mat-menu-item-label-text-size: 14px;
  --mat-menu-item-label-text-tracking: normal;
  --mat-menu-item-label-text-line-height: 14px;
  --mat-menu-item-label-text-weight: 400;
}
html {
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
}
html {
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
}
html {
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #503bff;
  --mdc-radio-selected-hover-icon-color: #503bff;
  --mdc-radio-selected-icon-color: #503bff;
  --mdc-radio-selected-pressed-icon-color: #503bff;
}
.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #503bff;
  --mdc-radio-selected-hover-icon-color: #503bff;
  --mdc-radio-selected-icon-color: #503bff;
  --mdc-radio-selected-pressed-icon-color: #503bff;
}
.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #ef2e39;
  --mdc-radio-selected-hover-icon-color: #ef2e39;
  --mdc-radio-selected-icon-color: #ef2e39;
  --mdc-radio-selected-pressed-icon-color: #ef2e39;
}
.mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #503bff;
  --mdc-checkbox-selected-hover-icon-color: #503bff;
  --mdc-checkbox-selected-icon-color: #503bff;
  --mdc-checkbox-selected-pressed-icon-color: #503bff;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #503bff;
  --mdc-checkbox-selected-hover-state-layer-color: #503bff;
  --mdc-checkbox-selected-pressed-state-layer-color: #503bff;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #503bff;
  --mdc-checkbox-selected-hover-icon-color: #503bff;
  --mdc-checkbox-selected-icon-color: #503bff;
  --mdc-checkbox-selected-pressed-icon-color: #503bff;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #503bff;
  --mdc-checkbox-selected-hover-state-layer-color: #503bff;
  --mdc-checkbox-selected-pressed-state-layer-color: #503bff;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ef2e39;
  --mdc-checkbox-selected-hover-icon-color: #ef2e39;
  --mdc-checkbox-selected-icon-color: #ef2e39;
  --mdc-checkbox-selected-pressed-icon-color: #ef2e39;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ef2e39;
  --mdc-checkbox-selected-hover-state-layer-color: #ef2e39;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef2e39;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #503bff;
}
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
html {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
}
html {
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
html {
  --mdc-list-list-item-label-text-font: Roobert;
  --mdc-list-list-item-label-text-line-height: 14px;
  --mdc-list-list-item-label-text-size: 14px;
  --mdc-list-list-item-label-text-tracking: normal;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: Roobert;
  --mdc-list-list-item-supporting-text-line-height: 14px;
  --mdc-list-list-item-supporting-text-size: 14px;
  --mdc-list-list-item-supporting-text-tracking: normal;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: Roobert;
  --mdc-list-list-item-trailing-supporting-text-line-height: 12px;
  --mdc-list-list-item-trailing-supporting-text-size: 12px;
  --mdc-list-list-item-trailing-supporting-text-tracking: normal;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
}
.mdc-list-group__subheader {
  font: 400 20px / 20px Roobert-Medium;
  letter-spacing: normal;
}
html {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
}
html {
  --mat-paginator-container-text-font: Roobert;
  --mat-paginator-container-text-line-height: 12px;
  --mat-paginator-container-text-size: 12px;
  --mat-paginator-container-text-tracking: normal;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 12px;
}
html {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
html {
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
}
html {
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #503bff;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #503bff;
  --mat-tab-header-active-ripple-color: #503bff;
  --mat-tab-header-inactive-ripple-color: #503bff;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #503bff;
  --mat-tab-header-active-hover-label-text-color: #503bff;
  --mat-tab-header-active-focus-indicator-color: #503bff;
  --mat-tab-header-active-hover-indicator-color: #503bff;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #503bff;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #503bff;
  --mat-tab-header-active-ripple-color: #503bff;
  --mat-tab-header-inactive-ripple-color: #503bff;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #503bff;
  --mat-tab-header-active-hover-label-text-color: #503bff;
  --mat-tab-header-active-focus-indicator-color: #503bff;
  --mat-tab-header-active-hover-indicator-color: #503bff;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #ef2e39;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #ef2e39;
  --mat-tab-header-active-ripple-color: #ef2e39;
  --mat-tab-header-inactive-ripple-color: #ef2e39;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #ef2e39;
  --mat-tab-header-active-hover-label-text-color: #ef2e39;
  --mat-tab-header-active-focus-indicator-color: #ef2e39;
  --mat-tab-header-active-hover-indicator-color: #ef2e39;
}
.mat-mdc-tab-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #503bff;
  --mat-tab-header-with-background-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-accent,
.mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #503bff;
  --mat-tab-header-with-background-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-warn,
.mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #ef2e39;
  --mat-tab-header-with-background-foreground-color: white;
}
.mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
.mat-mdc-tab-header {
  --mat-tab-header-label-text-font: Roobert-Medium;
  --mat-tab-header-label-text-size: 14px;
  --mat-tab-header-label-text-tracking: normal;
  --mat-tab-header-label-text-line-height: 14px;
  --mat-tab-header-label-text-weight: 400;
}
html {
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
}
html {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #503bff;
  --mdc-checkbox-selected-hover-icon-color: #503bff;
  --mdc-checkbox-selected-icon-color: #503bff;
  --mdc-checkbox-selected-pressed-icon-color: #503bff;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #503bff;
  --mdc-checkbox-selected-hover-state-layer-color: #503bff;
  --mdc-checkbox-selected-pressed-state-layer-color: #503bff;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
html {
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #503bff;
  --mdc-checkbox-selected-hover-icon-color: #503bff;
  --mdc-checkbox-selected-icon-color: #503bff;
  --mdc-checkbox-selected-pressed-icon-color: #503bff;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #503bff;
  --mdc-checkbox-selected-hover-state-layer-color: #503bff;
  --mdc-checkbox-selected-pressed-state-layer-color: #503bff;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ef2e39;
  --mdc-checkbox-selected-hover-icon-color: #ef2e39;
  --mdc-checkbox-selected-icon-color: #ef2e39;
  --mdc-checkbox-selected-pressed-icon-color: #ef2e39;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ef2e39;
  --mdc-checkbox-selected-hover-state-layer-color: #ef2e39;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef2e39;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
html {
  --mdc-checkbox-state-layer-size: 40px;
}
html {
  --mat-checkbox-touch-target-display: block;
}
html {
  --mat-checkbox-label-text-font: Roobert;
  --mat-checkbox-label-text-line-height: 14px;
  --mat-checkbox-label-text-size: 14px;
  --mat-checkbox-label-text-tracking: normal;
  --mat-checkbox-label-text-weight: 400;
}
html {
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
}
html {
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
}
html {
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-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);
  --mdc-protected-button-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-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);
  --mdc-protected-button-hover-container-elevation-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);
  --mdc-protected-button-pressed-container-elevation-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);
}
html {
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
}
html {
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
}
html {
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
}
html {
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
}
html {
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
}
html {
  --mdc-text-button-label-text-color: black;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html {
  --mat-text-button-state-layer-color: black;
  --mat-text-button-disabled-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
}
html {
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: black;
  --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);
}
html {
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-disabled-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
}
html {
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: black;
  --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);
}
html {
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-disabled-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
}
html {
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: black;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-disabled-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
}
.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #503bff;
}
.mat-mdc-button.mat-primary {
  --mat-text-button-state-layer-color: #503bff;
  --mat-text-button-ripple-color: rgba(80, 59, 255, 0.1);
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #503bff;
}
.mat-mdc-button.mat-accent {
  --mat-text-button-state-layer-color: #503bff;
  --mat-text-button-ripple-color: rgba(80, 59, 255, 0.1);
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #ef2e39;
}
.mat-mdc-button.mat-warn {
  --mat-text-button-state-layer-color: #ef2e39;
  --mat-text-button-ripple-color: rgba(239, 46, 57, 0.1);
}
.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #503bff;
  --mdc-filled-button-label-text-color: white;
}
.mat-mdc-unelevated-button.mat-primary {
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #503bff;
  --mdc-filled-button-label-text-color: white;
}
.mat-mdc-unelevated-button.mat-accent {
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #ef2e39;
  --mdc-filled-button-label-text-color: white;
}
.mat-mdc-unelevated-button.mat-warn {
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #503bff;
  --mdc-protected-button-label-text-color: white;
}
.mat-mdc-raised-button.mat-primary {
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #503bff;
  --mdc-protected-button-label-text-color: white;
}
.mat-mdc-raised-button.mat-accent {
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #ef2e39;
  --mdc-protected-button-label-text-color: white;
}
.mat-mdc-raised-button.mat-warn {
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #503bff;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-outlined-button.mat-primary {
  --mat-outlined-button-state-layer-color: #503bff;
  --mat-outlined-button-ripple-color: rgba(80, 59, 255, 0.1);
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #503bff;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-outlined-button.mat-accent {
  --mat-outlined-button-state-layer-color: #503bff;
  --mat-outlined-button-ripple-color: rgba(80, 59, 255, 0.1);
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #ef2e39;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-outlined-button.mat-warn {
  --mat-outlined-button-state-layer-color: #ef2e39;
  --mat-outlined-button-ripple-color: rgba(239, 46, 57, 0.1);
}
html {
  --mdc-text-button-container-height: 36px;
}
html {
  --mdc-filled-button-container-height: 36px;
}
html {
  --mdc-protected-button-container-height: 36px;
}
html {
  --mdc-outlined-button-container-height: 36px;
}
html {
  --mat-text-button-touch-target-display: block;
}
html {
  --mat-filled-button-touch-target-display: block;
}
html {
  --mat-protected-button-touch-target-display: block;
}
html {
  --mat-outlined-button-touch-target-display: block;
}
html {
  --mdc-text-button-label-text-font: Roobert-Medium;
  --mdc-text-button-label-text-size: 14px;
  --mdc-text-button-label-text-tracking: normal;
  --mdc-text-button-label-text-weight: 400;
  --mdc-text-button-label-text-transform: none;
}
html {
  --mdc-filled-button-label-text-font: Roobert-Medium;
  --mdc-filled-button-label-text-size: 14px;
  --mdc-filled-button-label-text-tracking: normal;
  --mdc-filled-button-label-text-weight: 400;
  --mdc-filled-button-label-text-transform: none;
}
html {
  --mdc-protected-button-label-text-font: Roobert-Medium;
  --mdc-protected-button-label-text-size: 14px;
  --mdc-protected-button-label-text-tracking: normal;
  --mdc-protected-button-label-text-weight: 400;
  --mdc-protected-button-label-text-transform: none;
}
html {
  --mdc-outlined-button-label-text-font: Roobert-Medium;
  --mdc-outlined-button-label-text-size: 14px;
  --mdc-outlined-button-label-text-tracking: normal;
  --mdc-outlined-button-label-text-weight: 400;
  --mdc-outlined-button-label-text-transform: none;
}
html {
  --mdc-icon-button-icon-size: 24px;
}
html {
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}
html {
  --mat-icon-button-state-layer-color: black;
  --mat-icon-button-disabled-state-layer-color: black;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
}
html .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #503bff;
}
html .mat-mdc-icon-button.mat-primary {
  --mat-icon-button-state-layer-color: #503bff;
  --mat-icon-button-ripple-color: rgba(80, 59, 255, 0.1);
}
html .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #503bff;
}
html .mat-mdc-icon-button.mat-accent {
  --mat-icon-button-state-layer-color: #503bff;
  --mat-icon-button-ripple-color: rgba(80, 59, 255, 0.1);
}
html .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #ef2e39;
}
html .mat-mdc-icon-button.mat-warn {
  --mat-icon-button-state-layer-color: #ef2e39;
  --mat-icon-button-ripple-color: rgba(239, 46, 57, 0.1);
}
html {
  --mat-icon-button-touch-target-display: block;
}
.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}
html {
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-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);
  --mdc-fab-focus-container-elevation-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);
  --mdc-fab-hover-container-elevation-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);
  --mdc-fab-pressed-container-elevation-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);
}
html {
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-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);
  --mdc-fab-small-focus-container-elevation-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);
  --mdc-fab-small-hover-container-elevation-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);
  --mdc-fab-small-pressed-container-elevation-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);
}
html {
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-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);
  --mdc-extended-fab-focus-container-elevation-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);
  --mdc-extended-fab-hover-container-elevation-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);
  --mdc-extended-fab-pressed-container-elevation-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);
}
html {
  --mdc-fab-container-color: white;
}
html {
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-disabled-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
}
html {
  --mdc-fab-small-container-color: white;
}
html {
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #503bff;
}
html .mat-mdc-fab.mat-primary {
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #503bff;
}
html .mat-mdc-fab.mat-accent {
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #ef2e39;
}
html .mat-mdc-fab.mat-warn {
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #503bff;
}
html .mat-mdc-mini-fab.mat-primary {
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #503bff;
}
html .mat-mdc-mini-fab.mat-accent {
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #ef2e39;
}
html .mat-mdc-mini-fab.mat-warn {
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
html {
  --mat-fab-touch-target-display: block;
}
html {
  --mat-fab-small-touch-target-display: block;
}
html {
  --mdc-extended-fab-label-text-font: Roobert-Medium;
  --mdc-extended-fab-label-text-size: 14px;
  --mdc-extended-fab-label-text-tracking: normal;
  --mdc-extended-fab-label-text-weight: 400;
}
html {
  --mdc-snackbar-container-shape: 4px;
}
html {
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
}
html {
  --mat-snack-bar-button-color: #503bff;
}
html {
  --mdc-snackbar-supporting-text-font: Roobert;
  --mdc-snackbar-supporting-text-line-height: 14px;
  --mdc-snackbar-supporting-text-size: 14px;
  --mdc-snackbar-supporting-text-weight: 400;
}
html {
  --mat-table-row-item-outline-width: 1px;
}
html {
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
}
html {
  --mat-table-header-headline-font: Roobert-Medium;
  --mat-table-header-headline-line-height: 20px;
  --mat-table-header-headline-size: 20px;
  --mat-table-header-headline-weight: 400;
  --mat-table-header-headline-tracking: normal;
  --mat-table-row-item-label-text-font: Roobert;
  --mat-table-row-item-label-text-line-height: 14px;
  --mat-table-row-item-label-text-size: 14px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: normal;
  --mat-table-footer-supporting-text-font: Roobert;
  --mat-table-footer-supporting-text-line-height: 14px;
  --mat-table-footer-supporting-text-size: 14px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: normal;
}
html {
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
}
html {
  --mdc-circular-progress-active-indicator-color: #503bff;
}
html .mat-accent {
  --mdc-circular-progress-active-indicator-color: #503bff;
}
html .mat-warn {
  --mdc-circular-progress-active-indicator-color: #ef2e39;
}
html {
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
}
html {
  --mat-badge-background-color: #503bff;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #b9b9b9;
  --mat-badge-disabled-state-text-color: rgba(0, 0, 0, 0.38);
}
.mat-badge-accent {
  --mat-badge-background-color: #503bff;
  --mat-badge-text-color: white;
}
.mat-badge-warn {
  --mat-badge-background-color: #ef2e39;
  --mat-badge-text-color: white;
}
html {
  --mat-badge-text-font: Roobert;
  --mat-badge-line-height: 22px;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-small-size-line-height: 16px;
  --mat-badge-large-size-text-size: 24px;
  --mat-badge-large-size-line-height: 28px;
}
html {
  --mat-bottom-sheet-container-shape: 4px;
}
html {
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
}
html {
  --mat-bottom-sheet-container-text-font: Roobert;
  --mat-bottom-sheet-container-text-line-height: 14px;
  --mat-bottom-sheet-container-text-size: 14px;
  --mat-bottom-sheet-container-text-tracking: normal;
  --mat-bottom-sheet-container-text-weight: 400;
}
html {
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
}
html {
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
}
html {
  --mat-legacy-button-toggle-text-color: rgba(0, 0, 0, 0.38);
  --mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.54);
  --mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;
}
html {
  --mat-standard-button-toggle-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: black;
  --mat-standard-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-standard-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-divider-color: rgb(224.4, 224.4, 224.4);
}
html {
  --mat-standard-button-toggle-height: 48px;
}
html {
  --mat-legacy-button-toggle-label-text-font: Roobert;
  --mat-legacy-button-toggle-label-text-line-height: 14px;
  --mat-legacy-button-toggle-label-text-size: 14px;
  --mat-legacy-button-toggle-label-text-tracking: normal;
  --mat-legacy-button-toggle-label-text-weight: 400;
}
html {
  --mat-standard-button-toggle-label-text-font: Roobert;
  --mat-standard-button-toggle-label-text-line-height: 14px;
  --mat-standard-button-toggle-label-text-size: 14px;
  --mat-standard-button-toggle-label-text-tracking: normal;
  --mat-standard-button-toggle-label-text-weight: 400;
}
html {
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-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-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #503bff;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(80, 59, 255, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(80, 59, 255, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(80, 59, 255, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #503bff;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(80, 59, 255, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: black;
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, 0.18);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.24);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #503bff;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(80, 59, 255, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(80, 59, 255, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(80, 59, 255, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(80, 59, 255, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ef2e39;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(239, 46, 57, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(239, 46, 57, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(239, 46, 57, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(239, 46, 57, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #503bff;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #ef2e39;
}
.mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
html {
  --mat-datepicker-calendar-text-font: Roobert;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 14px;
  --mat-datepicker-calendar-body-label-text-weight: 400;
  --mat-datepicker-calendar-period-button-text-size: 14px;
  --mat-datepicker-calendar-period-button-text-weight: 400;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
}
html {
  --mat-divider-width: 1px;
}
html {
  --mat-divider-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
}
html {
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
}
html {
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
}
html {
  --mat-expansion-header-text-font: Roobert-Medium;
  --mat-expansion-header-text-size: 20px;
  --mat-expansion-header-text-weight: 400;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: Roobert;
  --mat-expansion-container-text-line-height: 14px;
  --mat-expansion-container-text-size: 14px;
  --mat-expansion-container-text-tracking: normal;
  --mat-expansion-container-text-weight: 400;
}
html {
  --mat-grid-list-tile-header-primary-text-size: 14px;
  --mat-grid-list-tile-header-secondary-text-size: 12px;
  --mat-grid-list-tile-footer-primary-text-size: 14px;
  --mat-grid-list-tile-footer-secondary-text-size: 12px;
}
html {
  --mat-icon-color: inherit;
}
.mat-icon.mat-primary {
  --mat-icon-color: #503bff;
}
.mat-icon.mat-accent {
  --mat-icon-color: #503bff;
}
.mat-icon.mat-warn {
  --mat-icon-color: #ef2e39;
}
html {
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-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-sidenav-container-width: auto;
}
html {
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
}
html {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #503bff;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #503bff;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #503bff;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #ef2e39;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #ef2e39;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
html .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #503bff;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #503bff;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #503bff;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ef2e39;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ef2e39;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ef2e39;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
html {
  --mat-stepper-header-height: 72px;
}
html {
  --mat-stepper-container-text-font: Roobert;
  --mat-stepper-header-label-text-font: Roobert;
  --mat-stepper-header-label-text-size: 14px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 14px;
  --mat-stepper-header-selected-state-label-text-size: 14px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
}
html {
  --mat-sort-arrow-color: rgb(117.3, 117.3, 117.3);
}
html {
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #503bff;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #503bff;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #ef2e39;
  --mat-toolbar-container-text-color: white;
}
html {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}
html {
  --mat-toolbar-title-text-font: Roobert-SemiBold;
  --mat-toolbar-title-text-line-height: 20px;
  --mat-toolbar-title-text-size: 20px;
  --mat-toolbar-title-text-tracking: normal;
  --mat-toolbar-title-text-weight: 400;
}
html {
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-tree-node-min-height: 48px;
}
html {
  --mat-tree-node-text-font: Roobert;
  --mat-tree-node-text-size: 14px;
  --mat-tree-node-text-weight: 400;
}
html {
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-elevation-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);
}
html {
  --mat-timepicker-container-background-color: white;
}
* {
  box-sizing: border-box;
  line-height: normal;
  margin: 0;
  padding: 0;
  font-feature-settings: "liga" off;
  -webkit-font-smoothing: antialiased;
}
html,
body {
  height: 100%;
  font-size: 100%;
  scroll-behavior: smooth;
}
h1 {
  margin: 0 !important;
  color: #1e2029;
}
h2,
h3,
h4 {
  margin: 0 !important;
  color: #40434b;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.body-18-med {
  font-family: "Roobert-Medium", sans-serif;
  font-size: 18px;
}
.body-16-bold {
  font-family: "Roobert-SemiBold", sans-serif;
  font-size: 16px;
  color: #40434b;
}
.body-14-bold {
  font-family: "Roobert-SemiBold", sans-serif;
  font-size: 14px;
  color: #40434b;
}
.body-14-med {
  font-family: "Roobert-Medium", sans-serif;
  font-size: 14px;
  color: #40434b;
}
.body-14 {
  font-family: "Roobert", sans-serif;
  font-size: 14px;
  line-height: 140%;
}
.body-14-light {
  font-family: "Roobert", sans-serif;
  font-size: 14px;
  line-height: 140%;
  color: #8b8e97;
}
.body-13-bold {
  font-family: "Roobert-SemiBold", sans-serif;
  font-size: 13px;
  color: #40434b;
}
.body-13-med {
  font-family: "Roobert-Medium", sans-serif;
  font-size: 13px;
  color: #3b414f;
}
.body-13-med .select {
  color: #503bff;
}
.body-13 {
  font-family: "Roobert", sans-serif;
  font-size: 13px;
  color: #40434b;
}
.body-12-med {
  font-family: "Roobert-Medium", sans-serif;
  font-size: 12px;
  color: #40434b;
}
.body-12-bold {
  font-family: "Roobert-SemiBold", sans-serif;
  font-size: 12px;
  color: #1e2029;
}
.body-12 {
  font-family: "Roobert", sans-serif;
  font-size: 12px;
  color: #40434b;
}
.mat-typography p {
  margin: 0;
}
.body-14-bold-underline {
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}
.pointer {
  cursor: pointer !important;
}
.pointer-events {
  pointer-events: unset !important;
}
.zoom-in {
  cursor: zoom-in;
}
.error {
  display: inline-block;
  color: #ef2e39;
  margin-top: 8px;
}
.error-color {
  color: #ef2e39;
  margin: 0 4px;
}
.bold-text {
  font-family: "Roobert-SemiBold", sans-serif;
}
a {
  color: #503bff;
}
.custom-link {
  color: #9f93ff;
  text-underline-offset: 2px;
}
.custom-underline {
  font-family: "Roobert-SemiBold", sans-serif;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.underline {
  text-underline-offset: 2px !important;
  text-decoration: underline !important;
  font-family: "Roobert-Medium", sans-serif !important;
}
.custom-textarea {
  width: 100%;
  border-radius: 7px;
  border: 1px solid #d4d8e1;
  background: #fff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.06);
  resize: none;
  font-family: inherit;
  color: #808594;
}
.custom-textarea:focus {
  outline: none;
}
.uppercase {
  text-transform: uppercase;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  color: #828384;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
.margin-12 {
  margin: 12px 12px !important;
}
.margin-36-auto {
  margin: 36px auto !important;
}
.margin-0-auto {
  margin: 0 auto !important;
}
.margin-auto-0 {
  margin: auto 0 !important;
}
.margin-0 {
  margin: 0 0 !important;
}
.width-100 {
  width: 100%;
}
.width-95 {
  width: 95%;
}
.width-90 {
  width: 90%;
}
.width-80 {
  width: 80%;
}
.width-75 {
  width: 75%;
}
.width-70 {
  width: 70%;
}
.width-60 {
  width: 60%;
}
.width-50 {
  width: 50%;
}
.width-55 {
  width: 55%;
}
.width-40 {
  width: 40%;
}
.width-30 {
  width: 30%;
}
.width-25 {
  width: 25%;
}
.width-20 {
  width: 20%;
}
.width-15 {
  width: 15%;
}
.width-12 {
  width: 12%;
}
.width-8 {
  width: 8%;
}
.f-row {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.f-row-10 {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 10px;
}
.f-row-gap {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 4px;
}
.f-row-end {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
}
.f-row-between {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.f-column {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.f-column-start {
  display: flex;
  flex-flow: column nowrap;
  gap: 4px;
}
.flex-1 {
  flex: 1;
}
.popover {
  background: #363655;
  border-radius: 3px;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #ffffff;
  padding: 8px 16px;
  z-index: 5;
}
.success-chip {
  background: rgba(31, 211, 173, 0.15);
  border-radius: 4px;
  padding: 4px 8px;
  width: fit-content;
  font-family: "Roobert-Medium", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #00a985;
}
.info-chip {
  background: rgba(26, 26, 225, 0.1);
  border-radius: 4px;
  padding: 4px 8px;
  font-family: "Roobert-Medium", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #503bff;
}
.m-b-8 {
  margin-bottom: 12px !important;
}
.m-b-12 {
  margin-bottom: 12px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.m-t-30 {
  margin-top: 30px !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-t-12 {
  margin-top: 12px !important;
}
.m-t-14 {
  margin-top: 14px !important;
}
.m-t-16 {
  margin-top: 16px !important;
}
.m-t-22 {
  margin-top: 22px !important;
}
.m-t-25 {
  margin-top: 25px !important;
}
.m-b-25 {
  margin-bottom: 25px !important;
}
.m-l-0 {
  margin-left: 0 !important;
}
.m-l-25 {
  margin-left: 25px !important;
}
.m-l-30 {
  margin-left: 30px !important;
}
.m-l-33 {
  margin-left: 33px !important;
}
.m-l-4 {
  margin-left: 4px !important;
}
.m-l-36 {
  margin-left: 36px !important;
}
.m-r-16 {
  margin-right: 16px !important;
}
.label {
  border-radius: 3px;
  font-size: 12px;
  padding: 6px;
  line-height: 9px;
}
.label--success {
  background: #d8fff0;
  color: #00492f;
}
.label--warning {
  background: #ffeab9;
  color: #c34f00;
}
.label--error {
  background: #ffdce4;
  color: #930000;
}
.invisible {
  display: none !important;
}
.transparent {
  color: transparent !important;
  background: transparent !important;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.account-type {
  width: fit-content;
  border-radius: 4px;
  outline: 1px solid #e3e5ea;
  padding: 5px 7px;
}
.account-type:hover {
  cursor: pointer;
  outline: 3px solid rgba(80, 59, 255, 0.3);
}
.account-type--default {
  width: fit-content;
  border-radius: 4px;
  outline: 1px solid #e3e5ea;
  padding: 5px 7px;
}
.actions {
  border-radius: 4px;
  cursor: pointer;
}
.actions:hover {
  background: #eff0f3;
}
.actions--active {
  background: rgba(80, 59, 255, 0.1);
}
.badge {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  background: #503bff;
  font-family: "Roobert-SemiBold", sans-serif;
  font-size: 12px;
  color: white;
  text-align: center;
}
.info-tooltip {
  cursor: pointer;
  width: 14px;
  height: 12px;
  background: url(/assets/img/icons/info-banner-grey.svg) no-repeat;
}
.info-tooltip:hover:not(.info-tooltip--disabled) {
  background: url(/assets/img/icons/info-banner.svg) no-repeat;
}
.info-tooltip--disabled {
  width: 14px;
  height: 12px;
  background: url(/assets/img/icons/info-banner-grey.svg) no-repeat;
}
.info-button {
  display: inline-block;
  cursor: pointer;
  width: 13px;
  height: 13px;
  background: url(/assets/img/icons/info-button.svg) no-repeat;
}
.info-button:hover {
  background: url(/assets/img/icons/info-button-active.svg) no-repeat;
}
.portfolio-chart-tooltip {
  width: 260px !important;
  border-radius: 7px !important;
  padding: 12px 16px !important;
  display: flex !important;
  flex-flow: column nowrap;
  gap: 4px;
}
.portfolio-chart-tooltip__caption {
  width: 7px;
  height: 7px;
  border-radius: 2px;
}
.portfolio-chart-tooltip__caption--green {
  background-color: #00b071;
}
.portfolio-chart-tooltip__caption--orange {
  background-color: #fb7718;
}
.portfolio-chart-tooltip__item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
.portfolio-chart-tooltip__item__value {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 4px;
}
.portfolio-chart-tooltip .gain {
  color: #00b071;
}
.portfolio-chart-tooltip .loss {
  color: #ef2e39;
}
.opportunities-chart-tooltip {
  width: 252px !important;
  border-radius: 7px !important;
  padding: 14px 18px 14px 14px !important;
  display: flex !important;
  flex-flow: column nowrap;
  gap: 4px;
}
.opportunities-chart-tooltip p.body-12-bold:first-child {
  color: #808594;
  margin: 0 0 6px 0 !important;
}
.opportunities-chart-tooltip__caption {
  width: 7px;
  height: 7px;
  border-radius: 2px;
}
.opportunities-chart-tooltip__caption--purple {
  background-color: #8e80ff;
}
.opportunities-chart-tooltip__caption--pink {
  background-color: #e1deff;
}
.opportunities-chart-tooltip__item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
.opportunities-chart-tooltip__item__label {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 4px;
}
.coin-icon {
  border-radius: 50%;
}
.account-logo-container {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.account-logo-container .certified {
  position: absolute;
  right: -6px;
  top: -4px;
}
.account-logo {
  border-radius: 6px;
}
.feedback {
  padding: 5px 10px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.08);
}
.feedback:hover {
  background: rgba(0, 0, 0, 0.15);
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-50 {
  opacity: 0.5;
}
.blur-amount {
  mask-image:
    linear-gradient(
      to left,
      transparent 0%,
      black 10%);
}
.blur {
  filter: blur(4px);
}
.blur-8 {
  filter: blur(8px);
}
.currency-option {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 4px;
}
.currency-option p.body-14-med {
  color: #3b414f;
}
.mat-drawer-content {
  z-index: unset !important;
  margin: 0 !important;
  padding-left: 250px;
}
.text-warning {
  color: #c34f00 !important;
}
.bronze {
  filter: drop-shadow(0px 4px 4px rgba(235, 197, 150, 0.1));
}
.silver {
  filter: drop-shadow(0px 4px 4px rgba(80, 59, 255, 0.05));
}
.gold {
  filter: drop-shadow(0px 4px 4px rgba(249, 218, 150, 0.4));
}
@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(400%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.early-access-chip {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  background:
    linear-gradient(
      270deg,
      #d1a23c 0%,
      #bf822d 100%);
  padding: 2.5px 6px;
  overflow: hidden;
}
.early-access-chip::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  background: #ffd47a;
  filter: blur(10px);
  animation: shimmer 2.5s infinite ease-in-out;
}
.early-access-chip p {
  text-align: center;
  color: white;
  font-family: "Roobert-Bold", sans-serif;
  position: relative;
  z-index: 1;
}
.feature-highlight {
  color: #3d4061;
  font-family: "Roobert-Bold", sans-serif;
}
.content-container .cdk-virtual-scroll-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  scrollbar-width: none;
  padding: 25px 25px 0 25px !important;
  background: #f8f9fc;
  height: 100%;
  overflow-y: scroll;
}
.content-container .cdk-virtual-scroll-spacer {
  height: 0 !important;
}

/* src/assets/fonts/roobert/font-file.scss */
@font-face {
  font-family: "Roobert";
  src: url("./media/Roobert-Regular-CQAV6QVI.woff2") format("woff2");
}
@font-face {
  font-family: "Roobert-Bold";
  src: url("./media/Roobert-Bold-HTG47COL.woff2") format("woff2");
}
@font-face {
  font-family: "Roobert-Heavy";
  src: url("./media/Roobert-Heavy-6Z6TIEAX.woff2") format("woff2");
}
@font-face {
  font-family: "Roobert-Light";
  src: url("./media/Roobert-Light-B3LZS53Z.woff2") format("woff2");
}
@font-face {
  font-family: "Roobert-Medium";
  src: url("./media/Roobert-Medium-6R7WR7NT.woff2") format("woff2");
}
@font-face {
  font-family: "Roobert-Regular";
  src: url("./media/Roobert-Regular-CQAV6QVI.woff2") format("woff2");
}
@font-face {
  font-family: "Roobert-SemiBold";
  src: url("./media/Roobert-SemiBold-KRPIKOLN.woff2") format("woff2");
}

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