/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./apps/HotelSearch/src/styles.scss?ngGlobalStyle ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* You can add global styles to this file, and also import other style files */
.nex-app-bar-container {
  display: flex;
  height: 64px;
  flex-direction: column;
}
.nex-app-bar-container__back-button {
  width: 32px;
  padding: 36px;
  justify-content: center;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.nex-app-bar-container__back-button__back-icon {
  margin-right: 1.5rem;
}
.nex-app-bar-container__icon {
  margin-top: 0 1.5rem;
}
.nex-app-bar-container__title {
  margin: 0 1.5rem;
}
.nex-app-bar-container__section1 {
  width: 100%;
}
.nex-app-bar-container__additional-content {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

:root {
  --nex-appbar-brand-height: 42px;
  --nex-appbar-brand-font-size: 20px;
}

.nex-app-bar-brand {
  display: inline-flex;
  align-items: center;
  max-height: var(--mat-toolbar-standard-height, 64px);
  margin-right: 0.5rem;
  -webkit-tap-highlight-color: transparent;
}

a.nex-app-bar-brand {
  cursor: pointer;
  text-decoration: none;
}

span.nex-app-bar-brand {
  font-size: var(--nex-appbar-brand-font-size);
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

svg.nex-app-bar-brand,
.nex-app-bar-brand img {
  height: var(--nex-appbar-brand-height);
  width: var(--nex-appbar-brand-height);
  fill: currentColor;
}

img.nex-app-bar-brand,
.nex-app-bar-brand img {
  height: var(--nex-appbar-brand-height);
  width: auto;
  object-fit: contain;
  background-repeat: no-repeat;
}

.nex-button__icon,
.nex-button .mdc-button__label {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}
.nex-button__icon .mat-icon,
.nex-button__icon nex-icon {
  font-size: 18px;
  height: 18px;
  width: 18px;
}
.nex-button__icon--end > nex-icon, .nex-button__icon--end > mat-icon {
  margin-left: 8px;
}
.nex-button__icon--start > nex-icon, .nex-button__icon--start > mat-icon {
  margin-right: 8px;
}

nex-card * {
  box-sizing: border-box;
}
nex-card,
nex-card mat-card {
  display: block;
  width: 100%;
}
nex-card mat-card {
  height: 100%;
}
nex-card mat-card > .nex-card__inner {
  display: block;
}
nex-card.nex-card-with-card-section mat-card, nex-card.nex-card-with-card-sections mat-card {
  display: flex;
  flex-direction: column;
}
nex-card.nex-card-with-card-section .nex-card__inner, nex-card.nex-card-with-card-sections .nex-card__inner {
  flex: 1;
  display: flex;
  flex-wrap: nowrap;
  padding: var(--nex-card-content-padding, 1rem);
}
nex-card.nex-card-with-card-sections .nex-card__inner {
  flex-direction: column;
}

.nex-card-sections,
.nex-card-section {
  display: flex;
  color: currentColor;
  display: flex;
}

nex-card {
  --nex-card-background-shape-base: var(--mat-sys-corner-medium, 12px);
  --nex-overlay-card-height: "";
  --nex-card-background-height: auto;
  --nex-card-background-width: 100%;
  --nex-card-background-gradient: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
}

.mat-mdc-card:has(> nex-card-background) {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
.mat-mdc-card:has(> nex-card-background) > .nex-card-background {
  flex: 0 0 auto;
  z-index: 1;
  color: currentColor;
}
.mat-mdc-card:has(> nex-card-background) > .nex-card__inner {
  z-index: 2;
  color: currentColor;
  padding: var(--nex-card-content-padding, 1rem);
}

.nex-card-background {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  height: var(--nex-card-background-height, auto);
  width: var(--nex-card-background-width, 100%);
  border-radius: var(--nex-card-background-shape, 0);
}
.nex-card-background > img {
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  z-index: 1;
  transition: opacity 0.5s ease-in-out;
}
.nex-card-background__content-wrapper {
  position: relative;
  display: block;
  width: 100%;
  z-index: 3;
  padding: var(--nex-card-background-overlay-padding, 16px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
}
.nex-card-background__overlay, .nex-card-background > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.nex-card-background__overlay {
  z-index: 2;
  content: "";
  background-color: transparent;
  background: var(--nex-card-background-gradient, transparent);
  pointer-events: none;
  transition: background 0.3s;
}

.nex-card-with-background-split {
  --nex-card-background-height: 100%;
  --nex-card-background-width: 242px;
  --nex-card-background-shape: var(--nex-card-background-shape-base) 0 0 var(--nex-card-background-shape-base);
}
.nex-card-with-background-split > .mat-mdc-card {
  display: grid;
  grid-template-columns: var(--nex-card-background-width) 1fr;
}

.nex-card-with-background-stack {
  --nex-card-background-height: 300px;
  --nex-card-background-gradient: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 60%);
  --nex-card-background-shape: var(--nex-card-background-shape-base) var(--nex-card-background-shape-base) 0 0;
}

.nex-card-with-background-hero {
  height: var(--nex-overlay-card-height);
  --nex-card-background-height: 100%;
  --nex-card-background-shape: var(--nex-card-background-shape-base);
}
.nex-card-with-background-hero > .mat-mdc-card {
  position: relative;
}
.nex-card-with-background-hero > .mat-mdc-card > .nex-card__inner {
  z-index: 1;
}
.nex-card-with-background-hero > .mat-mdc-card > .nex-card-background {
  position: absolute;
  top: 0;
  left: 0;
}

.mat-mdc-card {
  border-radius: 12px !important;
}

.nex-callout-card-container {
  border-radius: 12px;
  display: flex;
  align-items: flex-start;
  flex: 1 0 0;
}
.nex-callout-card-container__media {
  display: flex;
  flex-shrink: 0;
  width: 168px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
.nex-callout-card-container__media img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.nex-callout-card-container__media--icon {
  display: flex;
  align-items: center;
  align-self: stretch;
}
.nex-callout-card-container__media--icon img {
  width: 120px;
  height: 120px;
}
.nex-callout-card-container__text {
  width: 100%;
}
.nex-callout-card-container__text .mat-mdc-card-header {
  display: unset;
  padding: unset;
}
.nex-callout-card-container__text-description {
  padding-left: 24px;
}
.nex-callout-card-container__text__header {
  display: flex;
  padding: 12px 0px 0px 24px;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.nex-callout-card-container__text__header__content {
  display: flex;
  padding: 12px 16px 0px 0px;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
}
.nex-callout-card-container__text__header__content__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  flex: 1 0 0;
}
.nex-callout-card-container__text__header__content__text__title {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nex-callout-card-container__text__header__content__text__subtitle {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.nex-callout-card-container__text__header__content .mat-mdc-icon-button.mat-mdc-button-base {
  width: 27px;
  height: 27px;
  padding: unset;
}
.nex-callout-card-container__text__content {
  display: flex;
  padding: 8px 16px 24px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.nex-callout-card-container__text__content .mat-mdc-card-content:first-child {
  padding: unset;
}
.nex-callout-card-container__text__content--url {
  display: block;
  margin-top: 1rem;
}
.nex-callout-card-container__text__content__actions {
  display: flex;
  padding: unset !important;
  padding-top: 8px !important;
  align-items: flex-end !important;
  gap: 16px;
  align-self: stretch;
}

.nex-callout-card--small {
  display: block;
  width: 312px;
}
.nex-callout-card--small .nex-callout-card-container {
  flex-direction: column;
  align-items: stretch;
}
.nex-callout-card--small .nex-callout-card-container .mat-mdc-card-header {
  padding: unset;
  justify-content: space-between;
}
.nex-callout-card--small .nex-callout-card-container .mat-mdc-card-header .mat-mdc-icon-button.mat-mdc-button-base {
  margin: 12px 0 0;
}
.nex-callout-card--small .nex-callout-card-container__media {
  width: 100%;
  border-radius: unset;
}
.nex-callout-card--small .nex-callout-card-container__media img {
  height: 168px;
}
.nex-callout-card--small .nex-callout-card-container__media--icon {
  display: flex;
  align-items: center;
  align-self: stretch;
}
.nex-callout-card--small .nex-callout-card-container__media--icon img {
  width: 120px;
  height: 120px;
}
.nex-callout-card--small .nex-callout-card-container__text__header {
  display: flex;
  padding: 24px 4px 12px 24px;
  align-items: flex-start;
  align-self: stretch;
  gap: 4px;
  flex-direction: column;
}
.nex-callout-card--small .nex-callout-card-container__text__header__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  flex: 1 0 0;
}
.nex-callout-card--small .nex-callout-card-container__text__header__text__title {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nex-callout-card--small .nex-callout-card-container__text__header__text__subtitle {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.nex-callout-card--small .nex-callout-card-container__text__content {
  display: flex;
  padding: 8px 16px 24px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.nex-callout-card--small .nex-callout-card-container__text__content .mat-mdc-card-content:first-child {
  padding: unset;
}
.nex-callout-card--small .nex-callout-card-container__text__content__actions {
  display: flex;
  padding: unset !important;
  padding-top: 8px !important;
  gap: 8px;
  flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
  align-items: center !important;
}
.nex-callout-card--small .nex-callout-card-container__text__content__actions .nex-button {
  width: 100%;
}
.nex-callout-card--small .nex-callout-card-container__text__content__actions .nex-button button {
  width: 100%;
}

.skeleton-loader {
  animation: loading 1.1s infinite linear;
  border-radius: 4px;
  height: 20px;
  margin-bottom: 10px;
}

.title-loader {
  width: 374px;
  height: 23px;
}

.subtitle-loader {
  width: 65px;
  height: 12px;
}

.header-loader {
  width: 105px;
  height: 8px;
}

.description-loader {
  height: 8px;
  margin-left: 24px;
  width: 338px;
}

.description-second-url-loader {
  height: 12px;
  width: 80px;
}

.media-loader {
  display: flex;
  width: 96px;
  height: 96px;
  justify-content: center;
  align-items: center;
}

.icon-loader {
  width: 120px;
  height: 120px;
}

.btn-loader {
  width: 143px;
  height: 32px;
  margin-top: 10px;
}

.close-btn-loader {
  width: 10px;
  height: 10px;
}

@keyframes loading {
  0% {
    background-position: -100px;
  }
  100% {
    background-position: 200px;
  }
}
.nex-selectable-card {
  display: block;
  border-radius: 8px;
  outline: none;
  position: relative;
  --mdc-elevated-card-container-shape: 8px;
}
.nex-selectable-card .mat-mdc-card-actions {
  padding: 0 16px 24px;
  margin-top: 24px;
}
.nex-selectable-card__header {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.nex-selectable-card__header .mat-icon {
  margin-right: 8px;
}
.nex-selectable-card__actions--align-between {
  justify-content: space-between;
}
.nex-selectable-card--disabled {
  pointer-events: none;
}
.nex-selectable-card::after, .nex-selectable-card::before {
  position: absolute;
  border-radius: 8px;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 2;
}

.nex-chips .mdc-evolution-chip__text-label {
  align-items: center;
  display: flex;
}
.nex-chips .mdc-evolution-chip__text-label .material-icons {
  font-size: 18px;
  margin-top: 5px;
}

.nex-datepicker-control:has([slot=reset-button]) {
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

nex-datepicker-header .mat-mdc-icon-button img, nex-datepicker-header .mat-mdc-icon-button svg {
  width: var(--mdc-icon-button-icon-size, 24px);
  height: var(--mdc-icon-button-icon-size, 24px);
  vertical-align: baseline;
}
nex-datepicker-header .mat-calendar-header-title {
  font-size: 14px;
  line-height: 20px;
  margin: 4px;
  font-weight: 600;
}

.nex-datepicker__panel.hide-calendar-label .mat-calendar-body-label {
  opacity: 0;
}
.nex-datepicker__panel.hide-calendar-label .mat-calendar-body-label[colspan="7"] {
  display: none;
}
.nex-datepicker__panel .mat-tooltip-trigger {
  z-index: 1;
}
.nex-datepicker__panel .mat-calendar-body-cell:focus {
  outline: none;
}
.nex-datepicker__panel .mat-calendar-body-cell.mat-calendar-body-active:focus .mat-calendar-body-cell-content:not(.mat-calendar-body-selected).mat-focus-indicator {
  background-color: transparent;
}
.nex-datepicker__panel .mat-calendar-body-cell.unavailable .mat-calendar-body-cell-content:hover::after {
  content: "No availability found";
  position: absolute;
  font-size: 10px;
  padding: 10px;
  border-radius: 5px;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 100;
}

.nex-document-list {
  max-width: 939px;
}
.nex-document-list__column-name {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  max-width: 615px;
}
.nex-document-list__column-name > p {
  font-weight: 600;
}
.nex-document-list__column-name .error-message {
  display: none;
}
.nex-document-list__column-errorMessage {
  width: 220px;
}
.nex-document-list__column-size {
  width: 110px;
}
.nex-document-list__column-format {
  width: 59px;
}
.nex-document-list__column-status {
  width: 40px;
}
.nex-document-list__column-status--dot-public {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.nex-document-list__column-status--dot-internal {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.nex-document-list__column-public {
  width: 84px;
}
.nex-document-list__column-progress {
  width: 40px;
}
.nex-document-list__column-progress-check-circle {
  display: inline-flex;
  vertical-align: middle;
}
.nex-document-list__column-progress-check-cancel {
  display: inline-flex;
  vertical-align: middle;
}
.nex-document-list__column-progress-check-error {
  display: inline-flex;
  vertical-align: middle;
}
.nex-document-list__column-progress-container-progress {
  display: inline-flex;
  vertical-align: middle;
}
.nex-document-list__column-action {
  width: 64px;
}
.nex-document-list__column-action-delete {
  display: inline-flex;
  vertical-align: middle;
}
.nex-document-list__column-action-cancel {
  display: inline-flex;
  vertical-align: middle;
}
.nex-document-list--row-selected .mat-mdc-row .mat-mdc-cell {
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  cursor: pointer;
}
.nex-document-list--row-selected .mat-mdc-row:hover .mat-mdc-cell {
  border-color: currentColor;
}

@media (width <= 767px) {
  .nex-document-list__column-errorMessage {
    display: none;
  }
  .nex-document-list__column-name .error-message {
    display: block;
  }
}
.nex-upload-file__container {
  display: inherit;
  align-items: center;
  padding: 24px;
  text-align: center;
  border-radius: 8px;
  margin: 0 auto;
}
.nex-upload-file__container-icon-box {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 24px;
}
.nex-upload-file__container-title--text {
  text-align: center;
  margin-bottom: 8px;
}
.nex-upload-file__container-description {
  margin-bottom: 24px;
}
.nex-upload-file__container-description--text {
  text-align: center;
}

.nex-dropdown__option-all.mat-mdc-option.mdc-list-item {
  bottom: 0;
  position: sticky;
  transform: translateY(8px);
}
.nex-dropdown .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 15px;
}
.nex-dropdown .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.nex-dropdown .mat-mdc-form-field {
  width: 100%;
}
.nex-dropdown .mat-mdc-form-field-icon-prefix > .mat-icon {
  padding-right: 5px;
}

.nex-dropdown-searchable__input-container {
  margin-top: 8px;
}
.nex-dropdown-searchable__input-container .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.nex-dropdown-searchable__input-container .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.nex-dropdown-searchable__panel-buttons {
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  padding: 5px 5px 5px;
  position: sticky;
  transform: translateY(8px);
}
.nex-dropdown-searchable__chip-set--vertical > .mdc-evolution-chip-set__chips {
  flex-direction: column;
}

.cdk-overlay-container .mat-mdc-option {
  padding-right: 0px;
}
.cdk-overlay-container .mat-mdc-option .mdc-list-item__primary-text {
  width: 230px;
}
.cdk-overlay-container .mat-mdc-option .mdc-list-item__primary-text .mat-mdc-checkbox {
  width: 100%;
}
.cdk-overlay-container .mat-mdc-option .mdc-list-item__primary-text .mat-mdc-checkbox .mdc-form-field {
  width: 100%;
}
.cdk-overlay-container .mat-mdc-option .mdc-list-item__primary-text .mat-mdc-checkbox .mdc-form-field > label {
  width: 100%;
  padding: 14px 0px;
}

.nex-dropdown-searchable-group__input-container {
  border-radius: 10px 10px 40px 40px;
  margin-top: 0px;
}
.nex-dropdown-searchable-group__input-container .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.nex-dropdown-searchable-group__input-container .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.nex-dropdown-searchable-group__panel-buttons {
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  padding: 5px 5px 5px;
  position: sticky;
  transform: translateY(8px);
}
.nex-dropdown-searchable-group__chip-set--vertical > .mdc-evolution-chip-set__chips {
  flex-direction: column;
}
.nex-dropdown-searchable-group__list-checkbox {
  list-style-type: none;
}
.nex-dropdown-searchable-group__search-icon {
  padding: 0 12px;
}
.nex-dropdown-searchable-group__sub-option {
  padding-left: 2rem !important;
}

.nex-dropdown-searchable-timezone__input-container {
  border-radius: 10px 10px 40px 40px;
  margin-top: 0px;
}
.nex-dropdown-searchable-timezone__input-container .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.nex-dropdown-searchable-timezone__input-container .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.nex-dropdown-searchable-timezone .mat-mdc-form-field {
  width: 100%;
}
.nex-dropdown-searchable-timezone__search-icon {
  padding: 0 12px;
}
.nex-dropdown-searchable-timezone__arrow-down-icon {
  padding: 0 12px;
}

.nex-dropdown-searchable-highlight__input-container {
  margin-top: 8px;
}
.nex-dropdown-searchable-highlight__input-container .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.nex-dropdown-searchable-highlight__input-container .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.nex-dropdown-searchable-highlight__input-container .mat-mdc-form-field-icon-prefix {
  padding: 0 12px;
}
.nex-dropdown-searchable-highlight__sub-option {
  padding-left: 1rem !important;
}

.nex-searchable-highlight-panel.mat-mdc-autocomplete-panel mat-optgroup .mat-mdc-optgroup-label {
  font-size: small;
  font-weight: bolder;
}

.highlight__searched-query {
  font-weight: bold;
}

.nex-selection__panel {
  --mat-optgroup-label-text-size: small;
  --mat-optgroup-label-text-weight: 700;
}
.nex-selection__panel--multiple.nex-selection__panel--group-selectable {
  --mat-optgroup-label-text-size: 16px;
  --mat-optgroup-label-text-weight: normal;
}
.nex-selection__panel .mat-mdc-option .mdc-list-item__primary-text,
.nex-selection__panel .mat-mdc-optgroup-label .mdc-list-item__primary-text {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 100%;
  min-height: 100%;
}
.nex-selection__panel .mat-mdc-optgroup-label,
.nex-selection__panel .mat-mdc-optgroup .mat-mdc-option:not(.mat-mdc-option-multiple),
.nex-selection__panel .mat-mdc-option {
  padding: 0;
}
.nex-selection__panel .mat-mdc-option {
  min-height: var(--nex-option-height, 48px);
  height: var(--nex-option-height, 48px);
  align-items: stretch;
  background: var(--nex-option-background-color);
}
.nex-selection__panel .mat-mdc-option.mdc-list-item > mat-pseudo-checkbox {
  display: none;
}
.nex-selection__panel .mat-mdc-option.nex-option--selected:not(.mdc-list-item--disabled) {
  background-color: var(--mat-option-selected-state-layer-color, var(--mat-sys-secondary-container));
  color: var(--mat-option-selected-state-label-text-color, var(--mat-sys-on-secondary-container));
}
.nex-selection__panel .mat-mdc-option .mat-pseudo-checkbox-full,
.nex-selection__panel .mat-mdc-optgroup-label .mat-pseudo-checkbox-full {
  margin-right: 16px;
}
.nex-selection__panel .nex-option__selected-indicator {
  margin-left: auto;
}
.nex-selection__panel .nex-option__selected-indicator .mat-icon {
  margin: 0;
}
.nex-selection__panel .nex-option-content {
  padding: var(--nex-option-padding, 0 16px);
}
.nex-selection__panel .mat-mdc-optgroup .mat-mdc-option {
  --nex-option-padding: 0 16px 0 calc(var(--nex-option-indent-multiplier, 2) * 16px);
}

.mat-mdc-option.mdc-list-item--disabled.nex-option-special {
  pointer-events: auto;
  background-color: var(--mat-sys-surface-container, var(--mat-select-panel-background-color, white));
}
.mat-mdc-option.mdc-list-item--disabled.nex-option-special .mat-icon {
  margin-right: 0;
  margin-left: 0;
}
.mat-mdc-option.mdc-list-item--disabled.nex-option-special .mdc-list-item__primary-text {
  opacity: 1;
}
.mat-mdc-option.mdc-list-item--disabled.nex-option-special:hover:not(.nex-option-special--readonly) .mdc-list-item__primary-text {
  background-color: var(--mat-option-hover-state-layer-color, color-mix(in srgb, var(--mat-sys-on-surface) calc(var(--mat-sys-hover-state-layer-opacity) * 100%), transparent));
}
.mat-mdc-option.mdc-list-item--disabled.nex-option-special:not(.nex-option-special--readonly) {
  cursor: pointer;
}

.mat-mdc-option.nex-option__select-all {
  margin-top: -8px;
  position: sticky;
  top: -8px;
  z-index: 2;
}

.nex-activity-card__content:not([class*=mat-elevation-z]) {
  border-radius: 10px;
  padding: 1rem 1.5rem 1rem 1rem;
}
.nex-activity-card .mat-expansion-panel-header {
  padding: 0;
}
.nex-activity-card .mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.nex-activity-card .mat-content {
  flex-direction: column;
}
.nex-activity-card__content:hover:not(.mat-expanded) {
  cursor: pointer;
}
.nex-activity-card__content.mat-activity-card:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.nex-activity-card__header.mat-expansion-panel-header {
  height: 4rem;
}
.nex-activity-card .mat-expansion-panel-header-description {
  font-weight: 400;
  margin-top: 0.75rem;
  margin-left: 2rem;
}
.nex-activity-card__icon {
  margin-right: 8px;
}

.nex-expansion-panel__content:not([class*=mat-elevation-z]) {
  border-radius: 0;
  box-shadow: none;
}
.nex-expansion-panel__content:hover:not(.mat-expanded) {
  cursor: pointer;
}
.nex-expansion-panel__content.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.nex-expansion-panel__header.mat-expansion-panel-header {
  height: 4rem;
}
.nex-expansion-panel__title.mat-expansion-panel-header-title {
  flex-grow: 0;
  font-weight: 600;
  margin-right: 8px;
  white-space: nowrap;
}
.nex-expansion-panel__title--badge {
  margin-left: 1.25rem;
}
.nex-expansion-panel__title--tag {
  margin-left: 1.25rem;
}
.nex-expansion-panel__title--disabled {
  opacity: 0.5;
}
.nex-expansion-panel__description {
  font-weight: 400;
}
.nex-expansion-panel__icon {
  margin-right: 16px;
}
.nex-expansion-panel .mat-expansion-indicator {
  border-radius: 15px;
  height: 24px;
  text-align: center;
  width: 24px;
  display: inline-block;
}

.nex-filter-list ul {
  padding: 0;
  list-style-type: none;
}

.nex-multiselect-filter .mat-mdc-form-field {
  width: 100%;
}
.nex-multiselect-filter nex-chips {
  max-width: 100%;
}
.nex-multiselect-filter .mdc-evolution-chip-set .mat-mdc-standard-chip .mdc-evolution-chip__cell--primary,
.nex-multiselect-filter .mdc-evolution-chip-set .mat-mdc-standard-chip .mdc-evolution-chip__action--primary,
.nex-multiselect-filter .mdc-evolution-chip-set .mat-mdc-standard-chip .mat-mdc-chip-action-label {
  overflow: hidden;
}
.nex-multiselect-filter .mdc-evolution-chip-set__chips {
  align-items: flex-start;
}

.nex-quick-filters__search-input {
  margin-top: 5px;
}
.nex-quick-filters__search-input .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading {
  border-top-left-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
  width: 15px !important;
}
.nex-quick-filters__search-input .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
}
.nex-quick-filters__search-input .mat-mdc-form-field-icon-prefix > .mat-icon {
  padding-right: 5px;
}
.nex-quick-filters__option {
  height: fit-content;
  margin-left: 0.5rem;
}
.nex-quick-filters__option .mdc-evolution-chip__text-label {
  font-weight: 600;
}
.nex-quick-filters__clear {
  height: fit-content;
  margin-left: 1rem;
}
.nex-quick-filters .mat-mdc-text-field-wrapper {
  align-items: center;
  height: 2rem;
  width: 11.75rem;
}

.nex-empty-state {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  text-align: center;
}
.nex-empty-state__image-container {
  pointer-events: none;
}
.nex-empty-state__img {
  max-height: 8.75rem;
  max-width: 8.75rem;
}
.nex-empty-state .nex-empty-state__title {
  margin-top: 1rem;
  margin-bottom: 0;
}
.nex-empty-state .nex-empty-state__description {
  margin-top: 0.25rem;
}
.nex-empty-state__actions {
  margin-top: 1rem;
}
.nex-empty-state__actions nex-button + nex-button {
  margin-left: 1rem;
}

.nex-grid-table-container {
  overflow: auto;
}
.nex-grid-table-container .nex-grid-table {
  border-bottom: 1px solid #d0d0d0;
}
.nex-grid-table-container .nex-grid-table__checkbox-th {
  width: 56px;
}
.nex-grid-table-container .nex-grid-table--row-selected .mat-mdc-row .mat-mdc-cell {
  cursor: pointer;
}
.nex-grid-table-container .nex-grid-table__td--drag-icon {
  cursor: move;
}
.nex-grid-table-container .nex-grid-table.nex-grid-table-calendar {
  border-collapse: collapse;
}
.nex-grid-table-container .nex-grid-table.nex-grid-table-calendar td:nth-child(n+2),
.nex-grid-table-container .nex-grid-table.nex-grid-table-calendar th:nth-child(n+2) {
  min-width: 73px;
  min-height: 73px;
}
.nex-grid-table-container .nex-grid-table.nex-grid-table-calendar th:first-child {
  border-top: none;
  border-left: none;
}
.nex-grid-table-container .nex-grid-table.nex-grid-table-calendar td:first-child, .nex-grid-table-container .nex-grid-table.nex-grid-table-calendar th:first-child {
  border-left: none;
}
.nex-grid-table-container .nex-grid-table.nex-grid-table-calendar td:last-child, .nex-grid-table-container .nex-grid-table.nex-grid-table-calendar th:last-child {
  border-right: none;
}
.nex-grid-table-container .nex-grid-table.nex-grid-table-calendar .th-calendar {
  text-align: left;
  white-space: initial;
  max-width: 10px;
}
.nex-grid-table-container .mat-sort-header-content,
.nex-grid-table-container .mat-mdc-table .mdc-data-table__row {
  white-space: nowrap;
}

.nex-grid-table__tr-clickable.mdc-data-table__row:hover, .nex-grid-table-container__tr-clickable.mdc-data-table__row:hover {
  cursor: pointer;
}

.cdk-drag-preview {
  border-radius: 5px;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  display: table;
  height: 3rem;
}

.cdk-drag-preview td {
  flex-grow: 2;
  padding: 4px;
  vertical-align: middle;
  padding-left: 16px;
  padding-right: 16px;
}

.cdk-drag-animating {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

.cdk-drop-list-dragging .mat-row:not(.cdk-drag-placeholder) {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

.nex-paginator div.mat-mdc-paginator-container {
  justify-content: space-between;
}
.nex-paginator .g-bubble-container {
  display: flex;
  gap: 4px;
}
.nex-paginator .g-bubble {
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black !important;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
}
.nex-paginator .g-bubble:hover {
  background-color: #919191;
}
.nex-paginator .g-bubble__active {
  color: white !important;
  background-color: #02583F;
}
.nex-paginator mat-paginator {
  background: transparent !important;
}
.nex-paginator .mat-mdc-paginator-range-actions {
  margin-right: 12px !important;
}
.nex-paginator .g-bubble-dots {
  font-size: 18px;
  margin-right: 8px;
  padding-top: 6px;
  color: grey;
}

.nex-grid-column-filter nex-chips.mat-mdc-menu-trigger mat-chip.mat-mdc-chip {
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  border: 2px solid transparent;
}
.nex-grid-column-filter__column-menu-options {
  display: flex;
  flex-direction: column;
  padding: 8px 12px;
  max-height: 10%;
  overflow: visible;
  max-height: 75vh;
}
.nex-grid-column-filter__visibility-icon {
  display: flex;
  align-items: end;
  justify-content: center;
  transform: translateY(4px);
  font-size: 18px;
}
.nex-grid-column-filter__column-menu-options label {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 2rem;
  font-size: 14px;
  padding: 0px 6px;
}

.cdk-overlay-pane .mat-mdc-menu-panel.nex-grid-column-filter__column-menu-panel {
  margin-top: 7px;
}

.header-menu__search + div {
  margin-left: 12px;
}

.header-menu {
  padding-left: 28px !important;
}
.header-menu__logo {
  margin-right: 12px;
}
.header-menu__logo__img {
  height: auto;
}
.header-menu__search .mat-mdc-text-field-wrapper {
  border-radius: 8px !important;
  border-style: none !important;
  height: 40px;
}
.header-menu__search .mat-mdc-form-field-flex {
  height: 40px !important;
}
.header-menu__search .mat-mdc-form-field-infix {
  height: 40px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.header-menu__search .mat-mdc-input-element {
  height: 40px !important;
  font-family: "Poppins" !important;
  font-weight: 600 !important;
  font-size: 14px !important;
}
.header-menu__spacer {
  flex: 1 1 auto;
}
.header-menu__profile-section {
  align-items: center;
  display: flex;
}
.header-menu__avatar img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 12px;
}
.header-menu__user-name span {
  font-weight: 600 !important;
  font-size: 14px !important;
}
.header-menu__item .mat-mdc-button:not(:disabled),
.header-menu__item .mat-mdc-unelevated-button:not(:disabled),
.header-menu__item .mat-mdc-raised-button:not(:disabled),
.header-menu__item .mat-mdc-outlined-button:not(:disabled) {
  height: 40px !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.header-menu__item button span {
  font-weight: 600 !important;
  font-size: 14px !important;
}
.header-menu__item__submenu span {
  font-weight: 400 !important;
  font-size: 14px !important;
}
.header-menu__item__submenu__subtitle {
  font-size: 14px !important;
  padding: 0.5rem;
  font-weight: 700;
}

.nex-dialog-legacy .mat-mdc-dialog-container .mdc-dialog__container .mdc-dialog__surface {
  border-radius: 28px;
}
.nex-dialog-legacy .mat-mdc-dialog-container .mdc-dialog__content.nex-dialog__content {
  padding-left: 24px;
  padding-top: 0;
  padding-right: 24px;
  padding-bottom: 24px;
}

.nex-dialog__content {
  padding-left: 24px;
  padding-top: 0;
  padding-right: 24px;
  padding-bottom: 24px;
}

.nex-dialog__header-title {
  font-size: 16px;
  padding-left: 24px;
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 16px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nex-dialog-legacy .mat-mdc-dialog-actions.nex-dialog__actions {
  padding: 24px;
  padding-top: 0px;
  display: flex;
  justify-content: flex-end;
}

.nex-dialog__actions {
  padding: 24px;
  padding-top: 0px;
  gap: 0.5rem;
  display: flex;
  justify-content: flex-end;
}

.mat-mdc-raised-button:not(:disabled).nex-dialog__actions-btn-confirm {
  margin-left: 8px;
}

.nex-fullscreen-dialog .mat-mdc-dialog-container .mdc-dialog__container .mdc-dialog__surface {
  border-radius: 0px;
}
.nex-fullscreen-dialog__content {
  padding: 1rem;
}

.nex-phone__input .ngx-mat-input-tel-container {
  display: flex;
  gap: 4px;
}
.nex-phone__input button.country-selector {
  opacity: 0;
  width: auto;
  position: relative;
}
.nex-phone__input input:not(.country-search) {
  padding: 0 !important;
}
.nex-phone__input.ngx-floating button.country-selector {
  opacity: 1;
}
.nex-phone__input .mdc-button__label {
  margin-right: 20px;
}

.nex-focus-outline:focus {
  outline: 3px solid;
  outline-offset: var(--nex-focus-outline-width, 2px);
}

.nex-error-template {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  gap: 80px;
}
.nex-error-template .nex-error-template__title {
  margin-bottom: 40px;
}
.nex-error-template .nex-error-template__subtitle {
  margin-bottom: 8px;
}
.nex-error-template .nex-error-template__description {
  margin-bottom: 40px;
}
.nex-error-template .nex-error-template__actions {
  display: flex;
  gap: 24px;
}
.nex-error-template__container-img {
  min-width: 360px;
  min-height: 360px;
}

.nex-metadata-label {
  align-items: flex-start;
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
}
.nex-metadata-label__title, .nex-metadata-label__value {
  display: flex;
  font-style: normal;
  gap: 4px;
  letter-spacing: 0.12px;
  text-align: right;
}
.nex-metadata-label__icon.mat-icon {
  font-size: 1rem;
  height: 1rem;
  width: 1rem;
}

.nex-div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nex-div__icon-container {
  display: flex;
  align-items: center;
}

.nex-metadata-link .mat-mdc-form-field {
  width: 100%;
}
.nex-metadata-link .mat-mdc-form-field-has-icon-suffix .mat-mdc-text-field-wrapper {
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 8px;
}
.nex-metadata-link__flex-container {
  display: flex;
  align-items: center;
}
.nex-metadata-link__icon-group {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nex-clickable {
  cursor: pointer;
}

.nex-text-trim {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: var(--nex-text-trim-lines, 1);
  line-clamp: var(--nex-text-trim-lines, 1);
}

.nex-status-indicator {
  display: flex;
  align-items: center;
}
.nex-status-indicator .nex-status-indicator__icon {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nex-status-indicator .nex-status-indicator__label {
  margin-left: 0.5rem;
}
.nex-status-indicator .nex-status-indicator__button {
  margin-left: 0.25rem;
}
.nex-status-indicator .nex-status-indicator__button .nex-status-indicator__button__icon {
  margin-bottom: 2px;
}

.nex-switch .mat-mdc-slide-toggle .mdc-switch {
  width: 52px;
}
.nex-switch .mat-mdc-slide-toggle .mdc-switch .mdc-switch__handle {
  width: 28px;
  height: 28px;
  border-radius: 400px;
}
.nex-switch .mat-mdc-slide-toggle .mdc-switch:enabled .mdc-switch__track {
  height: 32px !important;
  border-radius: 100px !important;
}
.nex-switch .mat-mdc-slide-toggle .mdc-switch .mdc-switch__handle-track {
  transform: translateX(15%);
}
.nex-switch .mat-mdc-slide-toggle .mdc-switch--selected .mdc-switch__handle-track {
  transform: translateX(65%);
}
.nex-switch .mat-mdc-slide-toggle .mdc-switch .mdc-switch__icons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nex-switch--icon {
  font-size: 20px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.nex-switch .mat-mdc-slide-toggle .mdc-switch:disabled {
  width: 52px;
  padding: 4px;
  height: 32px;
  border-radius: 100px;
}

.nex-tag {
  height: 32px;
  width: fit-content;
  position: relative;
}
.nex-tag, .nex-tag .nex-tag__img-container__img {
  display: flex;
  align-items: center;
}
.nex-tag .nex-tag__img-container__img {
  justify-content: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin: 0 0.25rem;
}
.nex-tag .nex-tag__img-container:empty {
  margin-right: 0.5rem;
}
.nex-tag .nex-tag__img-container:empty + * {
  margin-left: 0;
}
.nex-tag .nex-tag__label {
  margin-right: 0.5rem;
}
.nex-tag .nex-tag__label > span {
  display: block;
  line-height: 30px;
}

.nex-tag-variant {
  display: flex;
  padding: 4px 8px 4px 4px;
  border-radius: 4px;
  width: fit-content;
}
.nex-tag-variant .nex-tag__icon {
  display: flex;
  align-items: center;
  height: 16px;
  width: auto;
  font-size: small;
}

.nex-tag__label {
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 4px;
}

nex-tag .nex-tag,
nex-tag.nex-tag-outlined {
  border: 1px dashed var(--nex-tag-border-color);
  border-radius: 100px;
}

nex-tag.nex-tag-outlined,
nex-tag.nex-tag-filled {
  display: inline-flex;
  align-items: center;
}
nex-tag.nex-tag-outlined .mat-icon,
nex-tag.nex-tag-outlined .nex-icon,
nex-tag.nex-tag-filled .mat-icon,
nex-tag.nex-tag-filled .nex-icon {
  flex: 0 0 auto;
  border-radius: inherit;
  font-size: var(--nex-tag-icon-font-size, 16px);
  width: var(--nex-tag-icon-size, 16px);
  height: var(--nex-tag-icon-size, 16px);
  min-width: var(--nex-tag-icon-size, 16px);
  color: currentColor;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
nex-tag.nex-tag-outlined .nex-tag__icon-wrapper,
nex-tag.nex-tag-filled .nex-tag__icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
nex-tag.nex-tag-outlined .nex-tag__label,
nex-tag.nex-tag-filled .nex-tag__label {
  display: flex;
  align-items: center;
  min-width: 0;
}
nex-tag.nex-tag-outlined .nex-tag__label-text,
nex-tag.nex-tag-filled .nex-tag__label-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
nex-tag.nex-tag-outlined.nex-tag-outlined,
nex-tag.nex-tag-filled.nex-tag-outlined {
  gap: 4px;
  height: 32px;
  padding: 4px 12px 4px 4px;
  flex-flow: row nowrap;
}
nex-tag.nex-tag-outlined.nex-tag-outlined > *,
nex-tag.nex-tag-filled.nex-tag-outlined > * {
  justify-content: flex-start;
  align-items: center;
}
nex-tag.nex-tag-outlined.nex-tag-outlined .nex-tag__icon-wrapper,
nex-tag.nex-tag-filled.nex-tag-outlined .nex-tag__icon-wrapper {
  width: 22px;
  height: 22px;
  min-width: 22px;
  overflow: hidden;
  background: var(--nex-tag-icon-background);
  padding: 3px;
  border-radius: 100px;
}
nex-tag.nex-tag-outlined.nex-tag-filled,
nex-tag.nex-tag-filled.nex-tag-filled {
  --nex-tag-icon-size: 13px;
  --nex-tag-icon-font-size: small;
  height: 24px;
}

.test-component {
  padding: 1.5rem;
}

.nex-toolbar {
  display: grid;
  grid-template-columns: 4fr 1fr;
  grid-template-areas: "quickFilters tableOptions";
}
.nex-toolbar__quick-filters {
  display: flex;
  grid-area: quickFilters;
}
.nex-toolbar__quick-filters--switch-filter {
  margin-top: 5px;
  margin-right: 1.5rem;
}
.nex-toolbar__quick-filters--switch-filter .mat-mdc-standard-chip .mdc-evolution-chip__action--primary {
  cursor: pointer;
}
.nex-toolbar__quick-filters--switch-filter .mat-mdc-chip {
  font-weight: 600;
}
.nex-toolbar__table-options {
  align-items: center;
  display: flex;
  grid-area: tableOptions;
  height: fit-content;
  justify-content: flex-end;
  white-space: nowrap;
}
.nex-toolbar__table-options--sort {
  display: flex;
  align-items: center;
}
.nex-toolbar__table-options--sort .mat-mdc-button .mdc-button__label {
  font-weight: 600;
}
.nex-toolbar__table-options--view-column {
  cursor: pointer;
  margin-left: 1.5rem;
}
.nex-toolbar__table-options--view-column .mat-icon {
  padding-top: 0.25rem;
}

nex-mat-menu .trigger-dropdown {
  padding: 4px 16px;
  align-items: center;
  margin: 4px 4px 4px 16px;
  height: 32px;
  display: flex;
  cursor: pointer;
  border-radius: 100px;
  transition: all 0.1s ease-in;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.02em;
}
nex-mat-menu .trigger-dropdown .check-icon {
  width: 18px;
  height: 18px;
  font-size: 18px;
  margin-right: 4px;
}
nex-mat-menu .trigger-dropdown__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mat-menu-filter-container {
  margin-top: 4px;
  margin-left: 16px;
}
.mat-menu-filter-container .mat-mdc-menu-content {
  width: 200px;
}
.mat-menu-filter-container .mat-menu-list__item .mat-pseudo-checkbox {
  margin-right: 16px;
}
.mat-menu-filter-container .mat-menu-list__item .label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.tooltip-container {
  padding: 8px 16px;
  background: white;
  color: black;
  border-radius: 4px;
  position: relative;
}

.nex-rich-tooltip.max-width .tooltip-container {
  max-width: 312px;
}

.nex-rich-tooltip.max-width .tooltip-container p {
  word-break: break-all;
  white-space: normal;
}

.panel-bottom .tooltip-container {
  margin-top: 4px;
}

.nex-tooltip-header {
  display: block;
}

.nex-tooltip-actions {
  display: flex;
  gap: 8px;
}

.nex-toggle-number {
  width: 100%;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
.nex-toggle-number .nex-button-group {
  align-items: center;
  border-radius: 10px;
  display: flex;
  font-size: 1.5rem;
  height: 56px;
  width: fit-content;
}
.nex-toggle-number .nex-button-group .nex-button {
  border-left: none !important;
  font-size: 1.5rem;
  padding: 0.25rem 0px;
}
.nex-toggle-number .mat-button-toggle-disabled {
  opacity: 0.5;
}

.nex-menu-card__container.mdc-button {
  padding: 24px 16px 24px 24px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 2.5rem;
  box-sizing: border-box;
  border-radius: 12px;
  height: 88px;
}
.nex-menu-card__container.mdc-button > .mdc-button__label {
  width: 100%;
}

.nex-menu-card__icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1.5rem;
  box-sizing: border-box;
  border-radius: 200px;
  max-width: 40px;
  width: 100%;
  height: 40px;
}
.nex-menu-card__icon--disabled {
  opacity: 0.38;
}

.nex-menu-card__content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
}
.nex-menu-card__content > .nex-menu-card__labels {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  box-sizing: border-box;
  width: -webkit-fill-available;
}
.nex-menu-card__content > .nex-menu-card__arrow-icon--disabled {
  opacity: 0.38;
}

.nex-editable-widget {
  width: 100%;
  display: grid;
  gap: 5px;
  grid-template-rows: 50px auto;
}
.nex-editable-widget__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nex-editable-widget__header-menu > * {
  display: grid;
}
.nex-editable-widget__content {
  display: flex;
  overflow: auto;
}
.nex-editable-widget__content--top {
  align-items: start;
}
.nex-editable-widget__content--center {
  align-items: center;
}
.nex-editable-widget__content--bottom {
  align-items: end;
}
.nex-editable-widget__actions {
  display: flex;
  align-items: end;
}
.nex-editable-widget__footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
}

.nex-editable-widget:has(nex-editable-widget-update) {
  grid-template-rows: 50px auto 50px;
}

.nex-editable-widget-title {
  display: flex;
  align-items: center;
  gap: 2px;
}

.nex-list {
  display: grid;
  gap: 1em;
}

.nex-list-item {
  width: 100%;
  display: grid;
  column-gap: 1em;
}
.nex-list-item--prefix {
  grid-template-columns: auto 1fr;
}
.nex-list-item--suffix {
  grid-template-columns: 1fr auto;
}
.nex-list-item--prefix-suffix {
  grid-template-columns: auto 1fr auto;
}

.nex-selectable-chips__hide-icon .mdc-evolution-chip__graphic {
  display: none;
}
.nex-selectable-chips__custom-icon {
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  height: 18px;
  width: 18px;
  padding-left: 8px;
}
.nex-selectable-chips .mdc-evolution-chip__text-label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nex-selectable-chips.mat-mdc-standard-chip.mdc-evolution-chip--disabled .mdc-evolution-chip__text-label,
.nex-selectable-chips.mat-mdc-standard-chip.mdc-evolution-chip--disabled .mdc-evolution-chip__checkmark {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.28px;
  opacity: 0.38;
}
.nex-selectable-chips.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__text-label,
.nex-selectable-chips.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__checkmark {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.28px;
}
.nex-selectable-chips.mat-mdc-standard-chip.mdc-evolution-chip--selected.mdc-evolution-chip--disabled .mdc-evolution-chip__text-label,
.nex-selectable-chips.mat-mdc-standard-chip.mdc-evolution-chip--selected.mdc-evolution-chip--disabled .mdc-evolution-chip__checkmark {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.28px;
  opacity: 0.38;
}
.nex-selectable-chips.mat-mdc-chip-selected.mdc-evolution-chip--selected:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__text-label,
.nex-selectable-chips.mat-mdc-chip-selected.mdc-evolution-chip--selected:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__checkmark {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.28px;
}

mat-slider.mat-mdc-slider.mdc-slider {
  display: flex;
}

.slider-range__inputs {
  display: flex;
  gap: 0.25rem;
}
.slider-range__inputs .nex-input .mat-mdc-form-field-error-wrapper {
  position: relative;
}
.slider-range__inputs .nex-input .mat-mdc-form-field-subscript-wrapper {
  display: flex;
}
.slider-range__inputs nex-input {
  width: 50%;
}
.slider-range__buttons {
  display: flex;
  float: right;
  gap: 15px;
}

mat-slider.mat-mdc-slider mat-slider-visual-thumb:first-of-type .mdc-slider__value-indicator,
mat-slider.mat-mdc-slider mat-slider-visual-thumb:last-of-type .mdc-slider__value-indicator {
  width: 2.5rem;
  height: 2.5rem;
  background-image: url("/assets/icons/pointer.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  display: flex;
  justify-content: center;
}
mat-slider.mat-mdc-slider mat-slider-visual-thumb:first-of-type .mdc-slider__value-indicator-text,
mat-slider.mat-mdc-slider mat-slider-visual-thumb:last-of-type .mdc-slider__value-indicator-text {
  font-weight: bolder;
  font-size: x-small;
}

mat-slider.mat-mdc-slider.slider-start-thumb mat-slider-visual-thumb:first-of-type .mdc-slider__value-indicator {
  display: none;
}

mat-slider.mat-mdc-slider.slider-end-thumb mat-slider-visual-thumb:last-of-type .mdc-slider__value-indicator {
  display: none;
}

.nex-slider-filter .mat-mdc-form-field {
  width: 100%;
}

.nex-menu-action-footer {
  display: flex;
  justify-content: flex-end;
  margin: 1rem 0;
}

.nex-data-point {
  display: flex;
  gap: 5px;
  flex-direction: row;
  flex-wrap: wrap;
}

.nex-data-point__title {
  font-weight: 700;
}

.nex-data-point-list {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-wrap: wrap;
}

.nex-info-card-icon {
  display: grid;
  justify-content: center;
  width: 50px;
}
.nex-info-card-icon__icon-container {
  width: 40px;
  height: 40px;
  display: grid;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.nex-info-card-content {
  display: flex;
  height: 100%;
  flex-direction: column;
  gap: 0.5rem;
}
.nex-info-card-content__title {
  font-weight: 700;
}

.nex-info-card-menu {
  display: grid;
  gap: 1rem;
  height: 100%;
}
.nex-info-card-menu__content {
  display: flex;
  flex-wrap: wrap;
  justify-items: right;
  justify-content: right;
  gap: 1rem;
}
.nex-info-card-menu__warning {
  display: grid;
  grid-template-columns: 30px auto;
  align-items: center;
  justify-content: right;
}

.nex-info-card-footer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 1rem;
}

.nex-info-card {
  border-width: 1px;
  border-style: solid;
  border-radius: 12px;
  min-height: 104px;
  padding: 24px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: auto minmax(280px, 1fr) auto;
  gap: 1rem;
  grid-template-areas: "icon content menu" "icon footer footer";
}
.nex-info-card__icon {
  grid-area: icon;
}
.nex-info-card__content {
  grid-area: content;
}
.nex-info-card__content--span-row {
  grid-row: span 2;
}
.nex-info-card__content--span-icon {
  grid-column-start: 1;
}
.nex-info-card__content--span-menu {
  grid-column: span 2;
}
.nex-info-card__menu {
  grid-area: menu;
}
.nex-info-card__menu--span-row {
  grid-row: span 2;
}
.nex-info-card__footer {
  grid-area: footer;
}
.nex-info-card__footer--span-icon {
  grid-column-start: 1;
}
.nex-info-card__footer--span-menu {
  grid-column: span 2;
}

@media (768px <= width <= 1023px) {
  .nex-info-card {
    grid-template-columns: auto minmax(218px, 1fr) auto;
  }
  .nex-info-card-footer {
    flex-direction: column;
  }
}
@media (width <= 767px) {
  .nex-info-card {
    grid-template-columns: auto minmax(218px, 1fr) auto;
    grid-template-areas: "icon content content" "icon footer footer" "icon menu menu";
  }
  .nex-info-card-menu__warning,
  .nex-info-card-menu__content {
    justify-content: left;
    align-items: initial;
  }
  .nex-info-card__menu--span-icon {
    grid-column-start: 1;
  }
  .nex-info-card-footer,
  .nex-info-card-menu__content {
    flex-direction: column;
  }
  .nex-info-card-menu__status-indicator,
  .nex-info-card-menu__text {
    margin-top: 0px;
  }
}
.nex-info-card-selectable-list {
  display: grid;
  gap: 2rem;
}
.nex-info-card-selectable-list .nex-info-card {
  cursor: pointer;
}

.nex-info-card-check-list {
  display: grid;
  padding: 0.5rem;
  gap: 0.25rem;
}
.nex-info-card-check-list__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nex-info-card-check-list .nex-info-card {
  cursor: pointer;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #e0e0e0;
}
.nex-info-card-check-list .nex-info-card__menu--span-row .nex-info-card-menu .nex-info-card-menu__content {
  align-items: center;
}
.nex-info-card-check-list .nex-metadata-label__title {
  text-decoration: underline;
}

.nex-info-card-check-list nex-info-card:last-child .nex-info-card {
  border-bottom: none;
}

.nex-status-tracker {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15px, 1fr));
}

@media (width <= 500px) {
  .nex-status-tracker {
    grid-template-columns: 1fr;
  }
}
.nex-step-status-tracker {
  width: 100%;
  height: 36px;
  border-width: 1px;
  border-style: solid;
  display: flex;
  padding-left: 0.5rem;
  align-items: center;
  border-radius: 100px;
  position: relative;
}
.nex-step-status-tracker::after {
  content: "";
  display: inline;
  height: 36px;
  width: 50px;
  position: absolute;
  right: -32px;
  z-index: 1;
  background-color: inherit;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.nex-step-status-tracker__next-indicator {
  display: grid;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: -20px;
}
.nex-step-status-tracker__next-indicator mat-icon {
  font-size: 16px;
  display: grid;
  justify-content: center;
  align-items: center;
}

.nex-step-status-tracker__state-name {
  width: calc(100% - 0.5rem);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: bold;
}

.nex-status-tracker > :not(:first-child) .nex-step-status-tracker {
  padding-left: 40px;
}

@media (width <= 500px) {
  .nex-status-tracker > :not(:first-child) .nex-step-status-tracker {
    padding-left: 0.5rem;
  }
  nex-step-status-tracker .nex-step-status-tracker--active.nex-step-status-tracker::after {
    display: none;
  }
  nex-step-status-tracker .nex-step-status-tracker--active .nex-step-status-tracker__next-indicator {
    position: initial;
  }
  nex-step-status-tracker nav:not(.nex-step-status-tracker--active) {
    display: none;
  }
}
.nex-checkbox__error {
  margin-left: 10px;
}

.nex-alert-notification-container {
  width: 100%;
  padding: 16px 0px 16px 0px;
  border-radius: 12px;
}
.nex-alert-notification-container.__pinned {
  border-radius: unset;
}
.nex-alert-notification-container__header {
  display: flex;
  padding-right: 5px;
  gap: 16px;
}
.nex-alert-notification-container__header-icon {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0px 0px 0px 16px;
}
.nex-alert-notification-container__header-description {
  flex-grow: 1;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.nex-alert-notification-container__header-description.__pinned {
  flex-direction: row;
  justify-content: unset;
  align-items: center;
  gap: 16px;
}
.nex-alert-notification-container__header-description-title {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  font-weight: 600;
}
.nex-alert-notification-container__header-description-text {
  margin: 0;
}
.nex-alert-notification-container__header-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}
.nex-alert-notification-container__header-close-btn {
  margin-top: -12px;
}

@media (max-width: 600px) {
  .nex-alert-notification-container {
    display: flex;
    width: 100%;
    padding: 4px 16px 16px 16px;
    border-radius: 12px;
  }
  .nex-alert-notification-container__header {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    justify-content: space-between;
    width: 100%;
  }
  .nex-alert-notification-container__header-col-icon {
    display: inline-flex;
    vertical-align: top;
    justify-content: center;
    padding-right: 16px;
    padding-top: 13px;
  }
  .nex-alert-notification-container__header-col-items {
    display: inline-block;
    align-items: center;
    justify-content: center;
  }
  .nex-alert-notification-container__header-col-items-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .nex-alert-notification-container__header-col-items-row-actions {
    display: flex;
    justify-content: center;
    padding-top: 16px;
    gap: 16px;
  }
  .nex-alert-notification-container__header-col-items-row-actions--btn {
    margin-left: 16px;
  }
  .nex-alert-notification-container__header-col-items-row-title {
    width: 66.6666666667%;
    display: inline-block;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
  }
  .nex-alert-notification-container__header-col-items-row-title--text {
    margin: 0 !important;
    font-weight: 500 !important;
    font-size: 18px !important;
  }
  .nex-alert-notification-container__header-col-items-row-close {
    display: inline-block;
    vertical-align: middle;
  }
  .nex-alert-notification-container__header-col-items-row-close--btn {
    margin-left: 16px;
  }
}
.nex-modal__header-title {
  display: flex;
  align-items: center;
  font-weight: 400;
  gap: 1em;
}

.nex-name-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  line-height: 27px;
  letter-spacing: 0.01em;
  text-align: center;
}

.nex-flyout-menu {
  display: grid;
  height: 100vh;
  width: 100%;
}
.nex-flyout-menu mat-sidenav {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.nex-flyout-menu mat-sidenav-container {
  height: 100%;
}

.flyout-nav-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0.5rem;
  border-radius: 50px;
  min-height: 36px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.94px;
  letter-spacing: 0.01em;
}

.flyout-nav-item a,
a.flyout-nav-item {
  text-decoration: inherit;
  color: inherit;
}

.nex-flyout-sidenav {
  display: grid;
  height: 100%;
  gap: 12px;
  padding-top: 1.5rem;
  grid-template-rows: 24px 1fr 71px;
  width: 288px;
}
.nex-flyout-sidenav__content {
  overflow: auto;
  padding: 0 1.5rem;
}
.nex-flyout-sidenav__close-btn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 0 1.5rem;
}
.nex-flyout-sidenav__close-btn button {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  font-size: 24px;
}
.nex-flyout-sidenav__logout-btn {
  width: 100%;
  display: flex !important;
  text-align: left;
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 12px;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 22.78px !important;
  letter-spacing: 0.01em !important;
  height: 100% !important;
  border-top-right-radius: initial !important;
  border-top-left-radius: initial !important;
}

.nex-flyout-sidenav:has([nexFlyoutSidenavHeader]),
.nex-flyout-sidenav:has(nex-flyout-sidenav-header) {
  grid-template-rows: 24px auto 1fr 71px;
}

.nex-flyout-sidenav:has([nexFlyoutSidenavHeader]):has([nexFlyoutSidenavFooter]),
.nex-flyout-sidenav:has(nex-flyout-sidenav-header):has([nexFlyoutSidenavFooter]) {
  grid-template-rows: 24px auto 1fr auto 71px;
}

.nex-flyout-sidenav nex-flyout-sidenav-header,
.nex-flyout-sidenav [nexFlyoutSidenavFooter] {
  padding: 0 1.5rem;
}

.nex-flyout-sidenav-header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 288px;
}
.nex-flyout-sidenav-header__title {
  word-wrap: break-word;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.nex-flyout-sidenav-header__user-avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 12.5rem;
}

.flyout-sidenav-section {
  display: grid;
  gap: 12px;
}
.flyout-sidenav-section__title {
  padding: 0 0.5rem;
  font-size: 11px;
  font-weight: 600;
  line-height: 19.94px;
  letter-spacing: 0.01em;
  text-align: left;
}

.nex-media-display-container__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 12px;
}
.nex-media-display-container__enlarge .mat-mdc-chip.mat-mdc-standard-chip {
  height: auto;
  padding: 8px 12px;
}
.nex-media-display-container__enlarge mat-chip.mat-mdc-standard-chip {
  border-radius: 100px;
}
.nex-media-display-container__enlarge nex-chips:focus-visible {
  border-radius: 100px;
}
.nex-media-display-container__enlarge .mdc-evolution-chip__cell .mdc-evolution-chip__text-label {
  font-weight: bold;
}
.nex-media-display-container .mat-mdc-fab-base .mdc-button__label,
.nex-media-display-container .mat-mdc-fab-base .mat-icon {
  margin-right: 0px !important;
}

.nex-media-display-main {
  max-width: 1152px;
}
.nex-media-display-main__main-image {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  aspect-ratio: 16/9;
  width: 100%;
  margin: auto;
}
.nex-media-display-main__fullscreen-btn.mdc-fab.mat-mdc-mini-fab.mat-accent {
  box-shadow: none;
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 2;
}
.nex-media-display-main__thumbs {
  display: flex;
  align-items: center;
  overflow: hidden;
  scroll-behavior: smooth;
  gap: 8px;
  padding: 0 4px 4px;
  justify-content: center;
  min-width: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
  pointer-events: none;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  backface-visibility: hidden;
}
.nex-media-display-main__thumbs::-webkit-scrollbar {
  display: none;
}
.nex-media-display-main__thumbs.is-overflowing {
  justify-content: flex-start;
}
.nex-media-display-main__item {
  margin-top: 12px;
  flex: 0 0 auto;
  width: 98px;
  height: 55px;
  aspect-ratio: 16/9;
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  pointer-events: auto;
}
.nex-media-display-main__item--inactive {
  position: relative;
}
.nex-media-display-main__item--inactive::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
}
.nex-media-display-main__item img {
  object-fit: cover !important;
}
.nex-media-display-main__prev-btn.mdc-fab.mat-mdc-mini-fab.mat-accent, .nex-media-display-main__next-btn.mdc-fab.mat-mdc-mini-fab.mat-accent {
  position: absolute;
  top: 50%;
  z-index: 2;
}
.nex-media-display-main__prev-btn.mdc-fab.mat-mdc-mini-fab.mat-accent {
  left: 12px;
  transform: translateY(-50%);
}
.nex-media-display-main__next-btn.mdc-fab.mat-mdc-mini-fab.mat-accent {
  right: 12px;
  transform: translateY(-50%);
}
.nex-media-display-main__slider {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  position: absolute;
  left: 0;
  top: 0;
}
.nex-media-display-main__img-btn {
  width: 100%;
  height: 100%;
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0;
  border: none;
  background: none;
  z-index: 1;
  cursor: default;
}
.nex-media-display-main__img-btn.is-clickable {
  cursor: pointer;
}
.nex-media-display-main__img-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.nex-media-display-fullscreen-container__header {
  padding: 32px 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.nex-media-display-fullscreen-container__header button {
  margin-right: auto;
}
.nex-media-display-fullscreen-container__current-image {
  flex: 1;
  text-align: center;
}
.nex-media-display-fullscreen-container__back.mdc-fab.mat-mdc-fab-base {
  box-shadow: none;
}
.nex-media-display-fullscreen-container__close {
  visibility: hidden;
}
.nex-media-display-fullscreen-container__wrapper {
  box-sizing: border-box;
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 0 80px 60px 80px;
}
@media (max-width: 590px) {
  .nex-media-display-fullscreen-container__wrapper {
    padding-left: max(16px, 100vw - 590px + 80px);
    padding-right: max(16px, 100vw - 590px + 80px);
  }
}
.nex-media-display-fullscreen-container__wrapper nex-basic-media-display {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  max-height: 100%;
  min-width: 330px;
  min-height: 185px;
  height: 100%;
  width: auto;
  box-sizing: border-box;
}
.nex-media-display-fullscreen-container__wrapper .nex-media-display-main {
  flex: 1 1 0%;
  height: 100%;
  width: auto;
  align-content: center;
}
.nex-media-display-fullscreen-container__wrapper .nex-media-display-main__main-image {
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1152px;
  max-height: 648px;
  height: 100%;
}
@media (max-width: 1312px) {
  .nex-media-display-fullscreen-container__wrapper .nex-media-display-main__main-image {
    max-width: 100%;
    max-height: 100%;
    height: 90%;
  }
  .nex-media-display-fullscreen-container__wrapper .nex-media-display-main__main-image.no-thumbnails {
    height: 100%;
  }
}

.fullscreen-media-display-dialog .mat-mdc-dialog-surface {
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  position: fixed;
  display: flex;
  flex-direction: column;
  min-width: 330px;
}
.fullscreen-media-display-dialog .mat-mdc-dialog-surface,
.fullscreen-media-display-dialog .mat-mdc-dialog-container .mat-mdc-dialog-surface {
  border-radius: 0;
}
.fullscreen-media-display-dialog .mat-mdc-fab-base .mdc-button__label,
.fullscreen-media-display-dialog .mat-mdc-fab-base .mat-icon {
  margin-right: 0px !important;
}

.nex-dialog-panel .mat-mdc-dialog-surface.mat-mdc-dialog-surface {
  transform: scale(1);
  animation: scaleUp 0.23s cubic-bezier(0, 0, 0.2, 1) forwards;
}

.nex-dialog-panel.cdk-overlay-pane.mat-mdc-dialog-panel {
  --mat-dialog-container-max-width: 80vw;
  max-height: var(--mat-dialog-container-max-height, 80vh);
  width: var(--mat-dialog-container-width, auto);
  min-width: var(--mat-dialog-container-min-width);
  height: var(--mat-dialog-container-height, auto);
}
.nex-dialog-sidesheet {
  --nex-sidesheet-position: 1;
  --mat-dialog-container-max-height: 100vh;
  --mat-dialog-container-height: 100%;
  --mat-dialog-container-max-width: 860px;
  --mat-dialog-container-width: 45%;
  --mat-dialog-container-min-width: 460px;
  --mat-dialog-content-max-height: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: auto;
  --mat-dialog-container-elevation-shadow:
    calc(-10px * var(--nex-sidesheet-position, 1)) 0px 15px -3px rgba(0, 0, 0, 0.1),
    calc(-4px * var(--nex-sidesheet-position, 1)) 0px 6px -2px rgba(0, 0, 0, 0.05);
}
.nex-dialog-sidesheet--left.nex-dialog-sidesheet {
  margin-left: 0;
  margin-right: auto;
  --nex-sidesheet-position: -1;
}
.nex-dialog-sidesheet .mat-mdc-dialog-surface.mat-mdc-dialog-surface {
  transform: scale(1);
  animation: slideIn 0.23s cubic-bezier(0, 0, 0.2, 1) forwards;
}
.nex-dialog--fullscreen:not(.nex-dialog-sidesheet).cdk-overlay-pane.mat-mdc-dialog-panel {
  --mat-dialog-container-max-width: 100vw;
  --mat-dialog-container-max-height: 100vh;
  --mat-dialog-container-width: 100%;
  --mat-dialog-container-height: 100%;
  --mat-dialog-content-max-height: 100%;
  --mat-dialog-container-elevation-shadow: none;
}
.nex-dialog--shape-rounded {
  --mdc-dialog-container-shape: 28px;
}
.nex-dialog--shape-none, .nex-dialog-sidesheet, .nex-dialog--fullscreen {
  --mdc-dialog-container-shape: 0;
}
.nex-dialog-panel .mat-mdc-dialog-content {
  max-height: var(--mat-dialog-content-max-height, 65vh);
}
.nex-dialog-actions {
  padding: 0.5rem 1rem 1rem;
}

.cdk-overlay-container:has(.nex-dialog-sidesheet:not(.nex-dialog-sidesheet--backdrop)) > .cdk-overlay-backdrop {
  display: none;
}

@keyframes slideIn {
  from {
    transform: translate3d(calc(var(--nex-sidesheet-position, 1) * 60px), 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes scaleUp {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}
.photo-grid {
  display: grid;
  width: 100%;
  height: 300px;
  gap: 8px;
  position: relative;
}
.photo-grid__item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background: var(--photo-grid-item-bg);
}
.photo-grid__item img {
  -webkit-user-select: none;
          user-select: none;
}
.photo-grid__item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: inherit;
}
.photo-grid__item-internal img {
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.photo-grid__item--loaded img {
  opacity: 1;
}
.photo-grid--1 {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.photo-grid--2 {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
}
.photo-grid--3 {
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.photo-grid--3 > :nth-child(1) {
  grid-row: 1/span 2;
}
.photo-grid--4 {
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.photo-grid--4 > :nth-child(1) {
  grid-row: 1/span 2;
}
.photo-grid--4 > :nth-child(2) {
  grid-column: 2/span 2;
}
.photo-grid--5 {
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.photo-grid--5 > :nth-child(1) {
  grid-row: 1/span 2;
}
.photo-grid > photo-grid-actions {
  position: absolute;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  display: flex;
  flex-direction: column;
  z-index: 10;
  align-items: flex-end;
  justify-content: flex-end;
  pointer-events: none;
}
.photo-grid > photo-grid-actions > * {
  pointer-events: auto;
}

.nex-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.nex-icon > mat-icon {
  height: inherit;
  width: inherit;
  font-size: inherit;
}

input:is(:-webkit-autofill, :-moz-autofill, :autofill),
textarea:is(:-webkit-autofill, :-moz-autofill, :autofill),
select:is(:-webkit-autofill, :-moz-autofill, :autofill) {
  box-shadow: 0 0 0 1000px var(--nex-input-autofill-background-color, #fff) inset !important;
  -webkit-text-fill-color: var(--nex-input-autofill-color, inherit) !important;
  -moz-text-fill-color: var(--nex-input-autofill-color, inherit) !important;
  -webkit-transition: background-color 9999s ease-in-out 0s !important;
  -moz-transition: background-color 9999s ease-in-out 0s !important;
  transition: background-color 9999s ease-in-out 0s !important;
}

.nex-input .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.nex-input .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.nex-input__text-prefix::after {
  content: " ";
}
.nex-input .mat-mdc-form-field-icon-prefix {
  padding: 0 12px;
}

.nex-radio__error {
  margin-left: 10px;
}
.nex-radio .nex-radio__item ~ .nex-radio__item {
  margin-left: 20px;
}

.nex-textarea {
  display: block;
  --mdc-outlined-text-field-container-shape: 8px;
  --mat-form-field-container-height: 48px;
  --nex-input-disabled-text-color: var(--mdc-outlined-text-field-disabled-input-text-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent));
  --mat-form-field-disabled-leading-icon-color: var(--nex-input-disabled-text-color);
  --mat-form-field-disabled-trailing-icon-color: var(--nex-input-disabled-text-color);
}
.nex-textarea .mat-mdc-text-field-wrapper.mdc-text-field--outlined {
  padding-right: 8px;
}
.nex-textarea .mat-mdc-form-field-has-icon-prefix .mat-mdc-text-field-wrapper {
  padding-left: 12px;
  --mat-mdc-form-field-label-offset-x: -4px;
}
.nex-textarea .mdc-text-field--outlined .mat-mdc-form-field-infix,
.nex-textarea .mdc-text-field--no-label .mat-mdc-form-field-infix {
  padding-bottom: 8px;
  padding-top: 12px;
}
.mat-mdc-form-field-icon-prefix > .nex-textarea__suffix-icon.mat-icon, .mat-mdc-form-field-icon-suffix > .nex-textarea__suffix-icon.mat-icon {
  padding: 0 4px;
}
.nex-textarea .mat-mdc-form-field {
  width: 100%;
}
.nex-textarea .mat-mdc-form-field-icon-prefix, .nex-textarea .mat-mdc-form-field-icon-suffix {
  align-self: flex-start;
  padding-top: 12px;
}
.nex-textarea .mat-mdc-form-field-text-prefix {
  align-self: flex-start;
  padding-top: 12px;
}
.nex-textarea .mat-mdc-form-field-icon-suffix {
  display: flex;
  align-items: center;
}
.nex-textarea .mat-mdc-form-field-icon-suffix button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nex-textarea .mat-mdc-form-field-icon-suffix button.mat-mdc-icon-button {
  --mdc-icon-button-state-layer-size: 40px;
}
.nex-textarea .mat-mdc-form-field-icon-suffix button.mat-mdc-icon-button .mat-mdc-button-touch-target {
  height: 40px;
  width: 40px;
}
.nex-textarea .mat-mdc-form-field-icon-suffix button .mat-icon {
  height: 24px;
  width: 16px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.nex-textarea textarea {
  resize: none;
}
.nex-textarea--resizable textarea {
  resize: vertical;
  min-height: 92px;
}
.nex-textarea__clear {
  margin-top: -8px;
}
.nex-textarea__text-prefix::after {
  content: " ";
}
.nex-textarea .mat-form-field-disabled .mat-mdc-form-field-text-prefix,
.nex-textarea .mat-form-field-disabled mat-hint {
  color: var(--mdc-outlined-text-field-disabled-input-text-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent));
}

.nex-field {
  display: block;
  --mdc-outlined-text-field-container-shape: 8px;
  --mat-form-field-container-height: 56px;
  --nex-input-disabled-text-color: var(--mdc-outlined-text-field-disabled-input-text-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent));
  --mat-form-field-disabled-leading-icon-color: var(--nex-input-disabled-text-color);
  --mat-form-field-disabled-trailing-icon-color: var(--nex-input-disabled-text-color);
}
.nex-field.mat-mdc-form-field-has-icon-prefix .mat-mdc-text-field-wrapper {
  padding-left: 12px;
  --mat-mdc-form-field-label-offset-x: -4px;
}
.mat-mdc-form-field-icon-prefix > .nex-field__suffix-icon.mat-icon, .mat-mdc-form-field-icon-suffix > .nex-field__suffix-icon.mat-icon {
  padding: 0 4px;
}
.nex-field.mat-mdc-form-field {
  width: 100%;
}
.nex-field.mat-mdc-form-field .mat-mdc-form-field-icon-prefix,
.nex-field.mat-mdc-form-field .mat-mdc-form-field-icon-suffix {
  padding-right: 8px;
}
.nex-field.mat-mdc-form-field .mat-mdc-form-field-icon-suffix {
  display: flex;
  align-items: center;
}
.nex-field.mat-mdc-form-field .mat-mdc-form-field-icon-suffix button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nex-field.mat-mdc-form-field .mat-mdc-form-field-icon-suffix button.mat-mdc-icon-button {
  --mdc-icon-button-state-layer-size: 40px;
}
.nex-field.mat-mdc-form-field .mat-mdc-form-field-icon-suffix button.mat-mdc-icon-button .mat-mdc-button-touch-target {
  height: 40px;
  width: 40px;
}
.nex-field.mat-mdc-form-field .mat-mdc-form-field-icon-suffix button .mat-icon {
  height: 24px;
  width: 16px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.nex-field__text-prefix::after {
  content: " ";
}
.nex-field .mat-form-field-disabled .mat-mdc-form-field-text-prefix,
.nex-field .mat-form-field-disabled mat-hint {
  color: var(--mdc-outlined-text-field-disabled-input-text-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent));
}

.nex-form-field-input .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.nex-form-field-input .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.nex-form-field-input .mat-mdc-form-field-icon-prefix {
  padding: 0 12px;
}

.nex-form-field-textarea {
  display: block;
  --mdc-outlined-text-field-container-shape: 8px;
  --mdc-filled-text-field-container-shape: 8px;
  --mat-form-field-container-height: 48px;
  --nex-input-disabled-text-color: var(
    --mdc-outlined-text-field-disabled-input-text-color,
    color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent)
  );
  --mat-form-field-disabled-leading-icon-color: var(--nex-input-disabled-text-color);
  --mat-form-field-disabled-trailing-icon-color: var(--nex-input-disabled-text-color);
}
.nex-form-field-textarea .mat-mdc-text-field-wrapper.mdc-text-field--outlined,
.nex-form-field-textarea .mat-mdc-text-field-wrapper.mdc-text-field--filled {
  padding-right: 8px;
}
.nex-form-field-textarea .mat-mdc-form-field-has-icon-prefix .mat-mdc-text-field-wrapper {
  padding-left: 12px;
  --mat-mdc-form-field-label-offset-x: -4px;
}
.nex-form-field-textarea .mdc-text-field--outlined .mat-mdc-form-field-infix,
.nex-form-field-textarea .mdc-text-field--no-label .mat-mdc-form-field-infix {
  padding-bottom: 8px;
  padding-top: 12px;
}
.nex-form-field-textarea .mat-mdc-form-field-icon-prefix > .mat-icon,
.nex-form-field-textarea .mat-mdc-form-field-icon-suffix > .mat-icon {
  padding: 0 4px;
}
.nex-form-field-textarea .mat-mdc-form-field {
  width: 100%;
}
.nex-form-field-textarea .mat-mdc-form-field-icon-prefix, .nex-form-field-textarea .mat-mdc-form-field-icon-suffix, .nex-form-field-textarea .mat-mdc-form-field-text-prefix {
  align-self: flex-start;
  padding-top: 12px;
}
.nex-form-field-textarea .mat-mdc-form-field-icon-suffix:has(nex-field-action) {
  padding-top: 2px;
}
.nex-form-field-textarea textarea {
  resize: none;
}
.nex-form-field-textarea .nex-field-textarea--resizable {
  resize: vertical;
  min-height: 92px;
}
.nex-form-field-textarea .mat-form-field-disabled .mat-mdc-form-field-text-prefix,
.nex-form-field-textarea .mat-form-field-disabled mat-hint {
  color: var(--mdc-outlined-text-field-disabled-input-text-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent));
}

.nex-field-action {
  display: flex;
  min-width: 48px;
  min-height: 48px;
  justify-content: center;
  align-items: center;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-family: "SourceSans3-Regular";
  src: url('SourceSans3-Regular.ttf') format("truetype");
}
@font-face {
  font-family: "SourceSans3-Bold";
  src: url('SourceSans3-Bold.ttf') format("truetype");
}
@font-face {
  font-family: "SourceSans3-SemiBold";
  src: url('SourceSans3-SemiBold.ttf') format("truetype");
}
@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v109/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2) format("woff2");
}
.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

body,
span,
label,
li,
h4,
h6,
p,
figure,
blockquote,
dl,
dd {
  font-family: "SourceSans3-Regular";
}

h5 {
  font-family: "SourceSans3-Regular";
}

h1,
h2,
h3 {
  font-family: "SourceSans3-Regular";
}

.mat-display-1 {
  font-family: "SourceSans3-SemiBold";
  font-weight: 400;
  font-size: 32px;
  line-height: normal;
  letter-spacing: 0.32px;
  margin: 0;
  color: #181319;
}

.mat-sys-title-small {
  font-family: "SourceSans3-SemiBold";
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.12px;
  color: #181319;
}

.mat-header-semi-bold-1 {
  font-family: "SourceSans3-SemiBold";
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0.24px;
  margin: 0;
}

.mat-header-semi-bold-2 {
  font-family: "SourceSans3-SemiBold";
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0.2px;
  margin: 0;
  color: #181319;
}

.mat-header-semi-bold-3 {
  font-family: "SourceSans3-SemiBold";
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.16px;
  margin: 0;
  color: #181319;
}

.mat-header-semi-bold-4 {
  font-family: "SourceSans3-SemiBold";
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.14px;
  margin: 0;
  color: #181319;
}

.mat-body-1 {
  font-family: "SourceSans3-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.16px;
  margin: 0;
  color: #3F3842;
}

.mat-body-semi-bold-1 {
  font-family: "SourceSans3-Regular";
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.16px;
  margin: 0;
  color: #2A242D;
}

.mat-body-2 {
  font-family: "SourceSans3-Regular";
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.14px;
  margin: 0;
  color: #3F3842;
}

.mat-body-semi-bold-2 {
  font-family: "SourceSans3-Regular";
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.14px;
  margin: 0;
  color: #2A242D;
}

.mat-body-bold-2 {
  font-family: "SourceSans3-Regular";
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.14px;
  margin: 0;
  color: #181319;
}

.mat-caption-semi-bold {
  font-family: "SourceSans3-Regular";
  font-weight: 600;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.12px;
  margin: 0;
  color: #2A242D;
}

.mat-caption-bold {
  font-family: "SourceSans3-Regular";
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.12px;
  margin: 0;
  color: #181319;
}

.mat-body-small-2 {
  font-family: "SourceSans3-SemiBold";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.12px;
}

.mat-body-medium-2 {
  font-family: "SourceSans3-SemiBold";
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.14px;
  margin: 0;
  color: #181319;
}

h1 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.24px;
  margin: 0;
}

h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
  margin: 0;
}

h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.16px;
  margin: 0;
}

h4 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.14px;
  margin: 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}

.row--gap-40 {
  margin-top: calc(-1 * 40px);
  margin-right: calc(-0.5 * 16px);
  margin-left: calc(-0.5 * 16px);
}
.row--gap-40 > * {
  padding-right: calc(16px * 0.5);
  padding-left: calc(16px * 0.5);
  margin-top: 40px;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 0px) {
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xs-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xs-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xs-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xs-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xs-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xs-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xs-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.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 {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
}

html {
  --mat-option-selected-state-label-text-color: #4a0755;
  --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: #1a1a1a;
  --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: #ba1a1a;
  --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: #1a1a1a;
  --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: #1a1a1a;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

.mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #4a0755;
  --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: #4a0755;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

.mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #1a1a1a;
  --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: #1a1a1a;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

.mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #ba1a1a;
  --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: #ba1a1a;
  --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: SourceSans3-Regular;
  --mat-option-label-text-line-height: 24px;
  --mat-option-label-text-size: 16px;
  --mat-option-label-text-tracking: 0.03125em;
  --mat-option-label-text-weight: 400;
}

html {
  --mat-optgroup-label-text-font: SourceSans3-Regular;
  --mat-optgroup-label-text-line-height: 24px;
  --mat-optgroup-label-text-size: 16px;
  --mat-optgroup-label-text-tracking: 0.03125em;
  --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: SourceSans3-Regular;
  --mat-card-title-text-line-height: 32px;
  --mat-card-title-text-size: 24px;
  --mat-card-title-text-tracking: normal;
  --mat-card-title-text-weight: 400;
  --mat-card-subtitle-text-font: SourceSans3-Regular;
  --mat-card-subtitle-text-line-height: 27px;
  --mat-card-subtitle-text-size: 18px;
  --mat-card-subtitle-text-tracking: normal;
  --mat-card-subtitle-text-weight: 500;
}

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: #4a0755;
  --mdc-linear-progress-track-color: rgba(74, 7, 85, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #1a1a1a;
  --mdc-linear-progress-track-color: rgba(26, 26, 26, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #ba1a1a;
  --mdc-linear-progress-track-color: rgba(186, 26, 26, 0.25);
}

html {
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
}

html {
  --mdc-plain-tooltip-container-color: #5f5f5f;
  --mdc-plain-tooltip-supporting-text-color: #fff;
}

html {
  --mdc-plain-tooltip-supporting-text-font: SourceSans3-Regular;
  --mdc-plain-tooltip-supporting-text-size: 12px;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: 0.12px;
}

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: #4a0755;
  --mdc-filled-text-field-focus-active-indicator-color: #4a0755;
  --mdc-filled-text-field-focus-label-text-color: rgba(74, 7, 85, 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: #ba1a1a;
  --mdc-filled-text-field-error-focus-label-text-color: #ba1a1a;
  --mdc-filled-text-field-error-label-text-color: #ba1a1a;
  --mdc-filled-text-field-error-caret-color: #ba1a1a;
  --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: #ba1a1a;
  --mdc-filled-text-field-error-focus-active-indicator-color: #ba1a1a;
  --mdc-filled-text-field-error-hover-active-indicator-color: #ba1a1a;
}
html {
  --mdc-outlined-text-field-caret-color: #4a0755;
  --mdc-outlined-text-field-focus-outline-color: #4a0755;
  --mdc-outlined-text-field-focus-label-text-color: rgba(74, 7, 85, 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: #ba1a1a;
  --mdc-outlined-text-field-error-focus-label-text-color: #ba1a1a;
  --mdc-outlined-text-field-error-label-text-color: #ba1a1a;
  --mdc-outlined-text-field-error-hover-label-text-color: #ba1a1a;
  --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: #ba1a1a;
  --mdc-outlined-text-field-error-hover-outline-color: #ba1a1a;
  --mdc-outlined-text-field-error-outline-color: #ba1a1a;
}
html {
  --mat-form-field-focus-select-arrow-color: rgba(74, 7, 85, 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: #ba1a1a;
  --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: #1a1a1a;
  --mdc-filled-text-field-focus-active-indicator-color: #1a1a1a;
  --mdc-filled-text-field-focus-label-text-color: rgba(26, 26, 26, 0.87);
}
.mat-mdc-form-field.mat-accent {
  --mdc-outlined-text-field-caret-color: #1a1a1a;
  --mdc-outlined-text-field-focus-outline-color: #1a1a1a;
  --mdc-outlined-text-field-focus-label-text-color: rgba(26, 26, 26, 0.87);
}
.mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: rgba(26, 26, 26, 0.87);
}

.mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #ba1a1a;
  --mdc-filled-text-field-focus-active-indicator-color: #ba1a1a;
  --mdc-filled-text-field-focus-label-text-color: rgba(186, 26, 26, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mdc-outlined-text-field-caret-color: #ba1a1a;
  --mdc-outlined-text-field-focus-outline-color: #ba1a1a;
  --mdc-outlined-text-field-focus-label-text-color: rgba(186, 26, 26, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: rgba(186, 26, 26, 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: SourceSans3-Regular;
  --mdc-filled-text-field-label-text-size: 16px;
  --mdc-filled-text-field-label-text-tracking: 0.03125em;
  --mdc-filled-text-field-label-text-weight: 400;
}
html {
  --mdc-outlined-text-field-label-text-font: SourceSans3-Regular;
  --mdc-outlined-text-field-label-text-size: 16px;
  --mdc-outlined-text-field-label-text-tracking: 0.03125em;
  --mdc-outlined-text-field-label-text-weight: 400;
}
html {
  --mat-form-field-container-text-font: SourceSans3-Regular;
  --mat-form-field-container-text-line-height: 24px;
  --mat-form-field-container-text-size: 16px;
  --mat-form-field-container-text-tracking: 0.03125em;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 16px;
  --mat-form-field-subscript-text-font: SourceSans3-Regular;
  --mat-form-field-subscript-text-line-height: normal;
  --mat-form-field-subscript-text-size: 12px;
  --mat-form-field-subscript-text-tracking: 0.12px;
  --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(74, 7, 85, 0.87);
  --mat-select-invalid-arrow-color: rgba(186, 26, 26, 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(26, 26, 26, 0.87);
  --mat-select-invalid-arrow-color: rgba(186, 26, 26, 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(186, 26, 26, 0.87);
  --mat-select-invalid-arrow-color: rgba(186, 26, 26, 0.87);
}

html {
  --mat-select-arrow-transform: translateY(-8px);
}

html {
  --mat-select-trigger-text-font: SourceSans3-Regular;
  --mat-select-trigger-text-line-height: 24px;
  --mat-select-trigger-text-size: 16px;
  --mat-select-trigger-text-tracking: 0.03125em;
  --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: SourceSans3-Regular;
  --mdc-dialog-subhead-line-height: 32px;
  --mdc-dialog-subhead-size: 24px;
  --mdc-dialog-subhead-weight: 400;
  --mdc-dialog-subhead-tracking: normal;
  --mdc-dialog-supporting-text-font: SourceSans3-Regular;
  --mdc-dialog-supporting-text-line-height: 24px;
  --mdc-dialog-supporting-text-size: 16px;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: 0.03125em;
}
.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: #4a0755;
  --mdc-chip-elevated-selected-container-color: #4a0755;
  --mdc-chip-elevated-disabled-container-color: #4a0755;
  --mdc-chip-flat-disabled-selected-container-color: #4a0755;
  --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: #1a1a1a;
  --mdc-chip-elevated-selected-container-color: #1a1a1a;
  --mdc-chip-elevated-disabled-container-color: #1a1a1a;
  --mdc-chip-flat-disabled-selected-container-color: #1a1a1a;
  --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: #ba1a1a;
  --mdc-chip-elevated-selected-container-color: #ba1a1a;
  --mdc-chip-elevated-disabled-container-color: #ba1a1a;
  --mdc-chip-flat-disabled-selected-container-color: #ba1a1a;
  --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: SourceSans3-Regular;
  --mdc-chip-label-text-line-height: 20px;
  --mdc-chip-label-text-size: 14px;
  --mdc-chip-label-text-tracking: 0.0178571429em;
  --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: #9a32ad;
  --mdc-switch-selected-handle-color: #9a32ad;
  --mdc-switch-selected-hover-state-layer-color: #9a32ad;
  --mdc-switch-selected-pressed-state-layer-color: #9a32ad;
  --mdc-switch-selected-focus-handle-color: #4a0755;
  --mdc-switch-selected-hover-handle-color: #4a0755;
  --mdc-switch-selected-pressed-handle-color: #4a0755;
  --mdc-switch-selected-focus-track-color: #e6c9eb;
  --mdc-switch-selected-hover-track-color: #e6c9eb;
  --mdc-switch-selected-pressed-track-color: #e6c9eb;
  --mdc-switch-selected-track-color: #e6c9eb;
  --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: #171717;
  --mdc-switch-selected-handle-color: #171717;
  --mdc-switch-selected-hover-state-layer-color: #171717;
  --mdc-switch-selected-pressed-state-layer-color: #171717;
  --mdc-switch-selected-focus-handle-color: #080808;
  --mdc-switch-selected-hover-handle-color: #080808;
  --mdc-switch-selected-pressed-handle-color: #080808;
  --mdc-switch-selected-focus-track-color: #5f5f5f;
  --mdc-switch-selected-hover-track-color: #5f5f5f;
  --mdc-switch-selected-pressed-track-color: #5f5f5f;
  --mdc-switch-selected-track-color: #5f5f5f;
}
html .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #b31717;
  --mdc-switch-selected-handle-color: #b31717;
  --mdc-switch-selected-hover-state-layer-color: #b31717;
  --mdc-switch-selected-pressed-state-layer-color: #b31717;
  --mdc-switch-selected-focus-handle-color: #940808;
  --mdc-switch-selected-hover-handle-color: #940808;
  --mdc-switch-selected-pressed-handle-color: #940808;
  --mdc-switch-selected-focus-track-color: #cf5f5f;
  --mdc-switch-selected-hover-track-color: #cf5f5f;
  --mdc-switch-selected-pressed-track-color: #cf5f5f;
  --mdc-switch-selected-track-color: #cf5f5f;
}

html {
  --mdc-switch-state-layer-size: 40px;
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-font: SourceSans3-Regular;
  --mat-switch-label-text-line-height: 20px;
  --mat-switch-label-text-size: 14px;
  --mat-switch-label-text-tracking: 0.0178571429em;
  --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: #4a0755;
  --mdc-radio-selected-hover-icon-color: #4a0755;
  --mdc-radio-selected-icon-color: #4a0755;
  --mdc-radio-selected-pressed-icon-color: #4a0755;
}
.mat-mdc-radio-button.mat-primary {
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #4a0755;
  --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: #1a1a1a;
  --mdc-radio-selected-hover-icon-color: #1a1a1a;
  --mdc-radio-selected-icon-color: #1a1a1a;
  --mdc-radio-selected-pressed-icon-color: #1a1a1a;
}
.mat-mdc-radio-button.mat-accent {
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #1a1a1a;
  --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: #ba1a1a;
  --mdc-radio-selected-hover-icon-color: #ba1a1a;
  --mdc-radio-selected-icon-color: #ba1a1a;
  --mdc-radio-selected-pressed-icon-color: #ba1a1a;
}
.mat-mdc-radio-button.mat-warn {
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #ba1a1a;
  --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: SourceSans3-Regular;
  --mat-radio-label-text-line-height: 20px;
  --mat-radio-label-text-size: 14px;
  --mat-radio-label-text-tracking: 0.0178571429em;
  --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: #4a0755;
  --mdc-slider-focus-handle-color: #4a0755;
  --mdc-slider-hover-handle-color: #4a0755;
  --mdc-slider-active-track-color: #4a0755;
  --mdc-slider-inactive-track-color: #4a0755;
  --mdc-slider-with-tick-marks-inactive-container-color: #4a0755;
  --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: #4a0755;
  --mat-slider-hover-state-layer-color: rgba(74, 7, 85, 0.05);
  --mat-slider-focus-state-layer-color: rgba(74, 7, 85, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
}
html .mat-accent {
  --mdc-slider-handle-color: #1a1a1a;
  --mdc-slider-focus-handle-color: #1a1a1a;
  --mdc-slider-hover-handle-color: #1a1a1a;
  --mdc-slider-active-track-color: #1a1a1a;
  --mdc-slider-inactive-track-color: #1a1a1a;
  --mdc-slider-with-tick-marks-inactive-container-color: #1a1a1a;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
html .mat-accent {
  --mat-slider-ripple-color: #1a1a1a;
  --mat-slider-hover-state-layer-color: rgba(26, 26, 26, 0.05);
  --mat-slider-focus-state-layer-color: rgba(26, 26, 26, 0.2);
}
html .mat-warn {
  --mdc-slider-handle-color: #ba1a1a;
  --mdc-slider-focus-handle-color: #ba1a1a;
  --mdc-slider-hover-handle-color: #ba1a1a;
  --mdc-slider-active-track-color: #ba1a1a;
  --mdc-slider-inactive-track-color: #ba1a1a;
  --mdc-slider-with-tick-marks-inactive-container-color: #ba1a1a;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
html .mat-warn {
  --mat-slider-ripple-color: #ba1a1a;
  --mat-slider-hover-state-layer-color: rgba(186, 26, 26, 0.05);
  --mat-slider-focus-state-layer-color: rgba(186, 26, 26, 0.2);
}

html {
  --mdc-slider-label-label-text-font: SourceSans3-Regular;
  --mdc-slider-label-label-text-size: 18px;
  --mdc-slider-label-label-text-line-height: 27px;
  --mdc-slider-label-label-text-tracking: normal;
  --mdc-slider-label-label-text-weight: 500;
}

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: SourceSans3-Regular;
  --mat-menu-item-label-text-size: 16px;
  --mat-menu-item-label-text-tracking: 0.03125em;
  --mat-menu-item-label-text-line-height: 24px;
  --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: #4a0755;
  --mdc-radio-selected-hover-icon-color: #4a0755;
  --mdc-radio-selected-icon-color: #4a0755;
  --mdc-radio-selected-pressed-icon-color: #4a0755;
}

.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: #1a1a1a;
  --mdc-radio-selected-hover-icon-color: #1a1a1a;
  --mdc-radio-selected-icon-color: #1a1a1a;
  --mdc-radio-selected-pressed-icon-color: #1a1a1a;
}

.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: #ba1a1a;
  --mdc-radio-selected-hover-icon-color: #ba1a1a;
  --mdc-radio-selected-icon-color: #ba1a1a;
  --mdc-radio-selected-pressed-icon-color: #ba1a1a;
}

.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: #4a0755;
  --mdc-checkbox-selected-hover-icon-color: #4a0755;
  --mdc-checkbox-selected-icon-color: #4a0755;
  --mdc-checkbox-selected-pressed-icon-color: #4a0755;
  --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: #4a0755;
  --mdc-checkbox-selected-hover-state-layer-color: #4a0755;
  --mdc-checkbox-selected-pressed-state-layer-color: #4a0755;
  --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: #1a1a1a;
  --mdc-checkbox-selected-hover-icon-color: #1a1a1a;
  --mdc-checkbox-selected-icon-color: #1a1a1a;
  --mdc-checkbox-selected-pressed-icon-color: #1a1a1a;
  --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: #1a1a1a;
  --mdc-checkbox-selected-hover-state-layer-color: #1a1a1a;
  --mdc-checkbox-selected-pressed-state-layer-color: #1a1a1a;
  --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: #ba1a1a;
  --mdc-checkbox-selected-hover-icon-color: #ba1a1a;
  --mdc-checkbox-selected-icon-color: #ba1a1a;
  --mdc-checkbox-selected-pressed-icon-color: #ba1a1a;
  --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: #ba1a1a;
  --mdc-checkbox-selected-hover-state-layer-color: #ba1a1a;
  --mdc-checkbox-selected-pressed-state-layer-color: #ba1a1a;
  --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: #4a0755;
}

.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: SourceSans3-Regular;
  --mdc-list-list-item-label-text-line-height: 24px;
  --mdc-list-list-item-label-text-size: 16px;
  --mdc-list-list-item-label-text-tracking: 0.03125em;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: SourceSans3-Regular;
  --mdc-list-list-item-supporting-text-line-height: 20px;
  --mdc-list-list-item-supporting-text-size: 14px;
  --mdc-list-list-item-supporting-text-tracking: 0.0178571429em;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: SourceSans3-Regular;
  --mdc-list-list-item-trailing-supporting-text-line-height: normal;
  --mdc-list-list-item-trailing-supporting-text-size: 12px;
  --mdc-list-list-item-trailing-supporting-text-tracking: 0.12px;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
}
.mdc-list-group__subheader {
  font: 400 22px / 30px SourceSans3-Regular;
  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: SourceSans3-Regular;
  --mat-paginator-container-text-line-height: normal;
  --mat-paginator-container-text-size: 12px;
  --mat-paginator-container-text-tracking: 0.12px;
  --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: #4a0755;
}
.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: #4a0755;
  --mat-tab-header-active-ripple-color: #4a0755;
  --mat-tab-header-inactive-ripple-color: #4a0755;
  --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: #4a0755;
  --mat-tab-header-active-hover-label-text-color: #4a0755;
  --mat-tab-header-active-focus-indicator-color: #4a0755;
  --mat-tab-header-active-hover-indicator-color: #4a0755;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #1a1a1a;
}
.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: #1a1a1a;
  --mat-tab-header-active-ripple-color: #1a1a1a;
  --mat-tab-header-inactive-ripple-color: #1a1a1a;
  --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: #1a1a1a;
  --mat-tab-header-active-hover-label-text-color: #1a1a1a;
  --mat-tab-header-active-focus-indicator-color: #1a1a1a;
  --mat-tab-header-active-hover-indicator-color: #1a1a1a;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #ba1a1a;
}
.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: #ba1a1a;
  --mat-tab-header-active-ripple-color: #ba1a1a;
  --mat-tab-header-inactive-ripple-color: #ba1a1a;
  --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: #ba1a1a;
  --mat-tab-header-active-hover-label-text-color: #ba1a1a;
  --mat-tab-header-active-focus-indicator-color: #ba1a1a;
  --mat-tab-header-active-hover-indicator-color: #ba1a1a;
}
.mat-mdc-tab-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #4a0755;
  --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: #1a1a1a;
  --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: #ba1a1a;
  --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: SourceSans3-Regular;
  --mat-tab-header-label-text-size: 14px;
  --mat-tab-header-label-text-tracking: 0.02em;
  --mat-tab-header-label-text-line-height: 20px;
  --mat-tab-header-label-text-weight: 600;
}
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: #1a1a1a;
  --mdc-checkbox-selected-hover-icon-color: #1a1a1a;
  --mdc-checkbox-selected-icon-color: #1a1a1a;
  --mdc-checkbox-selected-pressed-icon-color: #1a1a1a;
  --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: #1a1a1a;
  --mdc-checkbox-selected-hover-state-layer-color: #1a1a1a;
  --mdc-checkbox-selected-pressed-state-layer-color: #1a1a1a;
  --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: #4a0755;
  --mdc-checkbox-selected-hover-icon-color: #4a0755;
  --mdc-checkbox-selected-icon-color: #4a0755;
  --mdc-checkbox-selected-pressed-icon-color: #4a0755;
  --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: #4a0755;
  --mdc-checkbox-selected-hover-state-layer-color: #4a0755;
  --mdc-checkbox-selected-pressed-state-layer-color: #4a0755;
  --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: #ba1a1a;
  --mdc-checkbox-selected-hover-icon-color: #ba1a1a;
  --mdc-checkbox-selected-icon-color: #ba1a1a;
  --mdc-checkbox-selected-pressed-icon-color: #ba1a1a;
  --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: #ba1a1a;
  --mdc-checkbox-selected-hover-state-layer-color: #ba1a1a;
  --mdc-checkbox-selected-pressed-state-layer-color: #ba1a1a;
  --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: SourceSans3-Regular;
  --mat-checkbox-label-text-line-height: 20px;
  --mat-checkbox-label-text-size: 14px;
  --mat-checkbox-label-text-tracking: 0.0178571429em;
  --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: #4a0755;
}
.mat-mdc-button.mat-primary {
  --mat-text-button-state-layer-color: #4a0755;
  --mat-text-button-ripple-color: rgba(74, 7, 85, 0.1);
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #1a1a1a;
}
.mat-mdc-button.mat-accent {
  --mat-text-button-state-layer-color: #1a1a1a;
  --mat-text-button-ripple-color: rgba(26, 26, 26, 0.1);
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #ba1a1a;
}
.mat-mdc-button.mat-warn {
  --mat-text-button-state-layer-color: #ba1a1a;
  --mat-text-button-ripple-color: rgba(186, 26, 26, 0.1);
}

.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #4a0755;
  --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: #1a1a1a;
  --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: #ba1a1a;
  --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: #4a0755;
  --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: #1a1a1a;
  --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: #ba1a1a;
  --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: #4a0755;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-outlined-button.mat-primary {
  --mat-outlined-button-state-layer-color: #4a0755;
  --mat-outlined-button-ripple-color: rgba(74, 7, 85, 0.1);
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #1a1a1a;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-outlined-button.mat-accent {
  --mat-outlined-button-state-layer-color: #1a1a1a;
  --mat-outlined-button-ripple-color: rgba(26, 26, 26, 0.1);
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #ba1a1a;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-outlined-button.mat-warn {
  --mat-outlined-button-state-layer-color: #ba1a1a;
  --mat-outlined-button-ripple-color: rgba(186, 26, 26, 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: SourceSans3-Regular;
  --mdc-text-button-label-text-size: 14px;
  --mdc-text-button-label-text-tracking: 0.02em;
  --mdc-text-button-label-text-weight: 600;
  --mdc-text-button-label-text-transform: none;
}
html {
  --mdc-filled-button-label-text-font: SourceSans3-Regular;
  --mdc-filled-button-label-text-size: 14px;
  --mdc-filled-button-label-text-tracking: 0.02em;
  --mdc-filled-button-label-text-weight: 600;
  --mdc-filled-button-label-text-transform: none;
}
html {
  --mdc-protected-button-label-text-font: SourceSans3-Regular;
  --mdc-protected-button-label-text-size: 14px;
  --mdc-protected-button-label-text-tracking: 0.02em;
  --mdc-protected-button-label-text-weight: 600;
  --mdc-protected-button-label-text-transform: none;
}
html {
  --mdc-outlined-button-label-text-font: SourceSans3-Regular;
  --mdc-outlined-button-label-text-size: 14px;
  --mdc-outlined-button-label-text-tracking: 0.02em;
  --mdc-outlined-button-label-text-weight: 600;
  --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: #4a0755;
}
html .mat-mdc-icon-button.mat-primary {
  --mat-icon-button-state-layer-color: #4a0755;
  --mat-icon-button-ripple-color: rgba(74, 7, 85, 0.1);
}
html .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #1a1a1a;
}
html .mat-mdc-icon-button.mat-accent {
  --mat-icon-button-state-layer-color: #1a1a1a;
  --mat-icon-button-ripple-color: rgba(26, 26, 26, 0.1);
}
html .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #ba1a1a;
}
html .mat-mdc-icon-button.mat-warn {
  --mat-icon-button-state-layer-color: #ba1a1a;
  --mat-icon-button-ripple-color: rgba(186, 26, 26, 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(44, 44, 44, 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(44, 44, 44, 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: #4a0755;
}
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: #1a1a1a;
}
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: #ba1a1a;
}
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: #4a0755;
}
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: #1a1a1a;
}
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: #ba1a1a;
}
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: SourceSans3-Regular;
  --mdc-extended-fab-label-text-size: 14px;
  --mdc-extended-fab-label-text-tracking: 0.02em;
  --mdc-extended-fab-label-text-weight: 600;
}
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: #f8f0f9;
}

html {
  --mdc-snackbar-supporting-text-font: SourceSans3-Regular;
  --mdc-snackbar-supporting-text-line-height: 20px;
  --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: SourceSans3-Regular;
  --mat-table-header-headline-line-height: 27px;
  --mat-table-header-headline-size: 18px;
  --mat-table-header-headline-weight: 500;
  --mat-table-header-headline-tracking: normal;
  --mat-table-row-item-label-text-font: SourceSans3-Regular;
  --mat-table-row-item-label-text-line-height: 20px;
  --mat-table-row-item-label-text-size: 14px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: 0.0178571429em;
  --mat-table-footer-supporting-text-font: SourceSans3-Regular;
  --mat-table-footer-supporting-text-line-height: 20px;
  --mat-table-footer-supporting-text-size: 14px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: 0.0178571429em;
}

html {
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
}

html {
  --mdc-circular-progress-active-indicator-color: #4a0755;
}
html .mat-accent {
  --mdc-circular-progress-active-indicator-color: #1a1a1a;
}
html .mat-warn {
  --mdc-circular-progress-active-indicator-color: #ba1a1a;
}

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: #4a0755;
  --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: #1a1a1a;
  --mat-badge-text-color: white;
}

.mat-badge-warn {
  --mat-badge-background-color: #ba1a1a;
  --mat-badge-text-color: white;
}

html {
  --mat-badge-text-font: SourceSans3-Regular;
  --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: SourceSans3-Regular;
  --mat-bottom-sheet-container-text-line-height: 20px;
  --mat-bottom-sheet-container-text-size: 14px;
  --mat-bottom-sheet-container-text-tracking: 0.0178571429em;
  --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: #c7c7c7;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color: rgb(224.5, 224.5, 224.5);
  --mat-legacy-button-toggle-disabled-selected-state-background-color: rgb(173.5, 173.5, 173.5);
}
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: #c7c7c7;
  --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: rgb(173.5, 173.5, 173.5);
  --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: SourceSans3-Regular;
  --mat-legacy-button-toggle-label-text-line-height: 24px;
  --mat-legacy-button-toggle-label-text-size: 16px;
  --mat-legacy-button-toggle-label-text-tracking: 0.03125em;
  --mat-legacy-button-toggle-label-text-weight: 400;
}
html {
  --mat-standard-button-toggle-label-text-font: SourceSans3-Regular;
  --mat-standard-button-toggle-label-text-line-height: 24px;
  --mat-standard-button-toggle-label-text-size: 16px;
  --mat-standard-button-toggle-label-text-tracking: 0.03125em;
  --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: #4a0755;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(74, 7, 85, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(74, 7, 85, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(74, 7, 85, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #4a0755;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(74, 7, 85, 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: #1a1a1a;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(26, 26, 26, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(26, 26, 26, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(26, 26, 26, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(26, 26, 26, 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: #ba1a1a;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(186, 26, 26, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(186, 26, 26, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(186, 26, 26, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(186, 26, 26, 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: #1a1a1a;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #ba1a1a;
}

.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: SourceSans3-Regular;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 14px;
  --mat-datepicker-calendar-body-label-text-weight: 600;
  --mat-datepicker-calendar-period-button-text-size: 14px;
  --mat-datepicker-calendar-period-button-text-weight: 600;
  --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(44, 44, 44, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(44, 44, 44, 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: SourceSans3-Regular;
  --mat-expansion-header-text-size: 18px;
  --mat-expansion-header-text-weight: 500;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: SourceSans3-Regular;
  --mat-expansion-container-text-line-height: 20px;
  --mat-expansion-container-text-size: 14px;
  --mat-expansion-container-text-tracking: 0.0178571429em;
  --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: #4a0755;
}
.mat-icon.mat-accent {
  --mat-icon-color: #1a1a1a;
}
.mat-icon.mat-warn {
  --mat-icon-color: #ba1a1a;
}

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: #4a0755;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #4a0755;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #4a0755;
  --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(44, 44, 44, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(44, 44, 44, 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: #ba1a1a;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #ba1a1a;
  --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: #1a1a1a;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #1a1a1a;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #1a1a1a;
  --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: #ba1a1a;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ba1a1a;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ba1a1a;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}

html {
  --mat-stepper-header-height: 72px;
}

html {
  --mat-stepper-container-text-font: SourceSans3-Regular;
  --mat-stepper-header-label-text-font: SourceSans3-Regular;
  --mat-stepper-header-label-text-size: 14px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-size: 16px;
  --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: white;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}

.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #4a0755;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #1a1a1a;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #ba1a1a;
  --mat-toolbar-container-text-color: white;
}

html {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}

html {
  --mat-toolbar-title-text-font: SourceSans3-Regular;
  --mat-toolbar-title-text-line-height: 32px;
  --mat-toolbar-title-text-size: 24px;
  --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: SourceSans3-Regular;
  --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;
}

.mat-brand1 {
  --mdc-text-button-label-text-color: #ba60ca;
}
.mat-brand1 {
  --mat-text-button-state-layer-color: #ba60ca;
}
.mat-brand1 {
  --mdc-filled-button-container-color: #ba60ca;
}
.mat-brand1 {
  --mdc-filled-button-label-text-color: white;
}
.mat-brand1 {
  --mat-filled-button-state-layer-color: #ba60ca;
}
.mat-brand1 {
  --mdc-protected-button-container-color: #ba60ca;
}
.mat-brand1 {
  --mdc-protected-button-label-text-color: white;
}
.mat-brand1 {
  --mat-protected-button-state-layer-color: white;
}
.mat-brand1 {
  --mdc-outlined-button-label-text-color: #ba60ca;
}
.mat-brand1 {
  --mat-outlined-button-state-layer-color: white;
}

.mat-brand2 {
  --mdc-text-button-label-text-color: #d4a57b;
}
.mat-brand2 {
  --mat-text-button-state-layer-color: #d4a57b;
}
.mat-brand2 {
  --mdc-filled-button-container-color: #d4a57b;
}
.mat-brand2 {
  --mdc-filled-button-label-text-color: black;
}
.mat-brand2 {
  --mat-filled-button-state-layer-color: #d4a57b;
}
.mat-brand2 {
  --mdc-protected-button-container-color: #d4a57b;
}
.mat-brand2 {
  --mdc-protected-button-label-text-color: black;
}
.mat-brand2 {
  --mat-protected-button-state-layer-color: black;
}
.mat-brand2 {
  --mdc-outlined-button-label-text-color: #d4a57b;
}
.mat-brand2 {
  --mat-outlined-button-state-layer-color: black;
}

.mat-success {
  --mdc-text-button-label-text-color: #41a57b;
}
.mat-success {
  --mat-text-button-state-layer-color: #41a57b;
}
.mat-success {
  --mdc-filled-button-container-color: #41a57b;
}
.mat-success {
  --mdc-filled-button-label-text-color: black;
}
.mat-success {
  --mat-filled-button-state-layer-color: #41a57b;
}
.mat-success {
  --mdc-protected-button-container-color: #41a57b;
}
.mat-success {
  --mdc-protected-button-label-text-color: black;
}
.mat-success {
  --mat-protected-button-state-layer-color: black;
}
.mat-success {
  --mdc-outlined-button-label-text-color: #41a57b;
}
.mat-success {
  --mat-outlined-button-state-layer-color: black;
}

.nex-button .mdc-button {
  line-height: 20px;
  border-radius: 8px;
}
.nex-button .mat-mdc-button.mat-mdc-button-base,
.nex-button .mat-mdc-raised-button.mat-mdc-button-base,
.nex-button .mat-mdc-unelevated-button.mat-mdc-button-base,
.nex-button .mat-mdc-outlined-button.mat-mdc-button-base {
  height: 40px;
  padding: 0 20px;
}

.nex-button__icon--end > nex-icon, .nex-button__icon--end > mat-icon {
  margin-right: -8px;
}
.nex-button__icon--start > nex-icon, .nex-button__icon--start > mat-icon {
  margin-left: -8px;
}

.nex-document-list__column-errorMessage {
  color: #ba1a1a !important;
}
.nex-document-list__column-name .error-message {
  color: #ba1a1a !important;
  font-weight: normal;
}
.nex-document-list__column-status--dot-public {
  background-color: #41a57b;
}
.nex-document-list__column-status--dot-internal {
  background-color: #828282;
}
.nex-document-list__column-uploadingDate-delete.mat-mdc-icon-button.mat-mdc-button-base {
  color: #828282;
}
.nex-document-list__column-uploadingDate-download.mat-mdc-icon-button.mat-mdc-button-base {
  color: #828282;
}
.nex-document-list__column-progress-check-circle {
  color: #41a57b;
}
.nex-document-list__column-progress-check-cancel {
  color: #4a0755;
}
.nex-document-list__column-progress-check-error {
  color: #ba1a1a;
}
.nex-document-list__column-progress-container-progress--spinner.mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #d4a57b;
}
.nex-document-list__column-action-delete.mat-mdc-icon-button.mat-mdc-button-base {
  color: #828282;
}
.nex-document-list__column-action-cancel.mat-mdc-icon-button.mat-mdc-button-base {
  color: #828282;
}
.nex-document-list__tr-active.mdc-data-table__row {
  background-color: #f3f3f3;
}

.nex-upload-file__container {
  border: dashed 1px #9c9c9c;
  background-color: rgba(130, 130, 130, 0.08);
}
.nex-upload-file__container-icon-box--icon {
  color: white;
}
.nex-upload-file__container-icon-box i {
  font-size: 26px;
}
.nex-upload-file__container-title--text {
  color: #4a0755;
}
.nex-upload-file__container-description {
  margin-bottom: 24px;
}
.nex-upload-file__container-description--text {
  color: #4a0755;
}

.dragover {
  border: 2px dashed #9c9c9c;
  background-color: rgba(130, 130, 130, 0.16);
}

.nex-chips .mdc-evolution-chip__text-label .material-icons {
  color: #1a1a1a;
}
.nex-chips.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled), .nex-chips.mat-mdc-standard-chip.mdc-evolution-chip--disabled {
  background-color: white;
  border: 1px solid #dcdcdc;
}
.nex-chips.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__text-label,
.nex-chips.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__icon--trailing, .nex-chips.mat-mdc-standard-chip.mdc-evolution-chip--disabled .mdc-evolution-chip__text-label,
.nex-chips.mat-mdc-standard-chip.mdc-evolution-chip--disabled .mdc-evolution-chip__icon--trailing {
  color: #1a1a1a;
}
.nex-chips.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled).mdc-evolution-chip--disabled .mdc-evolution-chip__text-label, .nex-chips.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled).mdc-evolution-chip--disabled .mdc-evolution-chip__icon--trailing, .nex-chips.mat-mdc-standard-chip.mdc-evolution-chip--disabled.mdc-evolution-chip--disabled .mdc-evolution-chip__text-label, .nex-chips.mat-mdc-standard-chip.mdc-evolution-chip--disabled.mdc-evolution-chip--disabled .mdc-evolution-chip__icon--trailing {
  color: #4e4e4e;
}

.nex-dialog-legacy .mat-mdc-dialog-container .mdc-dialog__container .mdc-dialog__surface {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3), 0px 8px 12px 6px rgba(0, 0, 0, 0.15);
}

.nex-dialog__content-message {
  color: #4e4e4e;
}

.nex-tag-brand2 .nex-tag__label {
  color: #d4a57b;
}

nex-tag {
  --nex-tag-border-color: #d0d0d0;
}

.nex-tag .nex-tag__label {
  color: #4e4e4e;
}

.nex-tag__success {
  background-color: #e8f4ef;
}
.nex-tag__success .nex-tag__icon {
  color: #1c794b;
}
.nex-tag__warn {
  background-color: #f7e4e4;
}
.nex-tag__warn .nex-tag__icon {
  color: #940808;
}
.nex-tag__alert {
  background-color: #fdf1e9;
}
.nex-tag__alert .nex-tag__icon {
  color: #e85c22;
}

.nex-grid-table, .nex-grid-table-container {
  /* Focused border color */
  /* Hover border color */
}
.nex-grid-table .mdc-text-field:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.nex-grid-table .mdc-text-field:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.nex-grid-table .mdc-text-field:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing, .nex-grid-table-container .mdc-text-field:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.nex-grid-table-container .mdc-text-field:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.nex-grid-table-container .mdc-text-field:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: #828282;
}
.nex-grid-table .mdc-text-field:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.nex-grid-table .mdc-text-field:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.nex-grid-table .mdc-text-field:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing, .nex-grid-table-container .mdc-text-field:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.nex-grid-table-container .mdc-text-field:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.nex-grid-table-container .mdc-text-field:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: #02583f;
}
.nex-grid-table .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.nex-grid-table .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.nex-grid-table .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing, .nex-grid-table-container .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.nex-grid-table-container .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.nex-grid-table-container .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: #1a1a1a;
}
.nex-grid-table .mat-mdc-select-value, .nex-grid-table-container .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.nex-grid-table__tr-active.mdc-data-table__row, .nex-grid-table-container__tr-active.mdc-data-table__row {
  background-color: #f3f3f3;
}
.nex-grid-table__tr-clickable.mdc-data-table__row:hover, .nex-grid-table-container__tr-clickable.mdc-data-table__row:hover {
  background-color: #f3f3f3;
}
.nex-grid-table .cdk-drag-placeholder, .nex-grid-table-container .cdk-drag-placeholder {
  background-color: #828282;
}

.mat-mdc-table-sticky-border-elem-left {
  border-right: 1px solid #d0d0d0;
}

.nex-grid-table-container .nex-grid-table.nex-grid-table-calendar th,
.nex-grid-table-container .nex-grid-table.nex-grid-table-calendar td {
  border: 1px solid #d0d0d0;
}
.nex-grid-table-container .nex-grid-table.nex-grid-table-calendar .th-calendar {
  color: black;
}

.cdk-drag-preview td {
  background-color: white;
}

.nex-paginator {
  /* Focused border color */
  /* Hover border color */
}
.nex-paginator .mat-mdc-select-arrow {
  --mat-select-enabled-arrow-color: #828282;
}
.nex-paginator .mdc-text-field:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.nex-paginator .mdc-text-field:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.nex-paginator .mdc-text-field:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: #828282;
}
.nex-paginator .mdc-text-field:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.nex-paginator .mdc-text-field:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.nex-paginator .mdc-text-field:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: #02583f;
}
.nex-paginator .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.nex-paginator .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.nex-paginator .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: #1a1a1a;
}
.nex-paginator .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.87);
}

.nex-grid-column-filter nex-chips.mat-mdc-menu-trigger mat-chip.mat-mdc-chip:hover,
.nex-grid-column-filter nex-chips.mat-mdc-menu-trigger[aria-expanded=true] mat-chip.mat-mdc-chip {
  border-color: #1a5e85;
}
.nex-grid-column-filter__disabled-filter-label {
  color: #9c9c9c;
}

.cdk-overlay-pane .mat-mdc-menu-panel.nex-grid-column-filter__column-menu-panel {
  box-shadow: 0px 2px 4px #d0d0d0;
}

nex-metadata-icon .mat-mdc-fab.mat-brand1,
nex-metadata-icon .mat-mdc-mini-fab.mat-brand1 {
  --mdc-fab-container-color: #ba60ca;
}
nex-metadata-icon .mat-mdc-fab.mat-brand1,
nex-metadata-icon .mat-mdc-mini-fab.mat-brand1 {
  --mdc-fab-small-container-color: #ba60ca;
}
nex-metadata-icon .mat-mdc-fab.mat-brand1,
nex-metadata-icon .mat-mdc-mini-fab.mat-brand1 {
  --mat-fab-state-layer-color: #ba60ca;
}
nex-metadata-icon .mat-mdc-fab.mat-brand1,
nex-metadata-icon .mat-mdc-mini-fab.mat-brand1 {
  --mat-fab-small-state-layer-color: #ba60ca;
}
nex-metadata-icon .mat-mdc-fab.mat-brand1,
nex-metadata-icon .mat-mdc-mini-fab.mat-brand1 {
  --mat-fab-foreground-color: white;
}
nex-metadata-icon .mat-mdc-fab.mat-brand1,
nex-metadata-icon .mat-mdc-mini-fab.mat-brand1 {
  --mat-fab-small-foreground-color: white;
}
nex-metadata-icon .mat-mdc-icon-button.mat-brand1 {
  --mdc-icon-button-icon-color: #ba60ca;
}
nex-metadata-icon .mat-mdc-icon-button.mat-brand1 {
  --mat-icon-button-state-layer-color: #ba60ca;
}

nex-metadata-icon .mat-mdc-fab.mat-brand2,
nex-metadata-icon .mat-mdc-mini-fab.mat-brand2 {
  --mdc-fab-container-color: #d4a57b;
}
nex-metadata-icon .mat-mdc-fab.mat-brand2,
nex-metadata-icon .mat-mdc-mini-fab.mat-brand2 {
  --mdc-fab-small-container-color: #d4a57b;
}
nex-metadata-icon .mat-mdc-fab.mat-brand2,
nex-metadata-icon .mat-mdc-mini-fab.mat-brand2 {
  --mat-fab-state-layer-color: #d4a57b;
}
nex-metadata-icon .mat-mdc-fab.mat-brand2,
nex-metadata-icon .mat-mdc-mini-fab.mat-brand2 {
  --mat-fab-small-state-layer-color: #d4a57b;
}
nex-metadata-icon .mat-mdc-fab.mat-brand2,
nex-metadata-icon .mat-mdc-mini-fab.mat-brand2 {
  --mat-fab-foreground-color: black;
}
nex-metadata-icon .mat-mdc-fab.mat-brand2,
nex-metadata-icon .mat-mdc-mini-fab.mat-brand2 {
  --mat-fab-small-foreground-color: black;
}
nex-metadata-icon .mat-mdc-icon-button.mat-brand2 {
  --mdc-icon-button-icon-color: #d4a57b;
}
nex-metadata-icon .mat-mdc-icon-button.mat-brand2 {
  --mat-icon-button-state-layer-color: #d4a57b;
}

.nex-status-indicator .nex-status-indicator__icon--green {
  color: #41a57b;
}
.nex-status-indicator .nex-status-indicator__icon--red {
  color: #ba1a1a;
}
.nex-status-indicator .nex-status-indicator__icon--blue {
  color: #2a242d;
}
.nex-status-indicator .nex-status-indicator__icon--orange {
  color: #f28c4a;
}
.nex-status-indicator .nex-status-indicator__icon--darkGreen {
  color: #ba60ca;
}
.nex-status-indicator .nex-status-indicator__icon--gray {
  color: #9c9c9c;
}
.nex-status-indicator .nex-status-indicator__icon--lavender {
  color: #bc96da;
}
.nex-status-indicator .nex-status-indicator__icon--darkBlue {
  color: #29395a;
}

.mat-mdc-slide-toggle .mdc-switch:disabled {
  border: 2px solid #dcdcdc;
}

.nex-switch .mat-mdc-slide-toggle .mdc-switch:enabled .mdc-switch__track::before {
  border: 2px solid #828282;
}
.nex-switch--icon {
  color: white;
}
.nex-switch--icon-selected {
  color: #4a0755;
}
.nex-switch {
  --mdc-switch-disabled-selected-icon-color: #dcdcdc;
}
.nex-switch {
  --mdc-switch-disabled-unselected-icon-color: #dcdcdc;
}
.nex-switch {
  --mdc-switch-selected-icon-color: #4a0755;
}
.nex-switch {
  --mdc-switch-unselected-focus-handle-color: #828282;
}
.nex-switch {
  --mdc-switch-unselected-focus-track-color: #dcdcdc;
}
.nex-switch {
  --mdc-switch-unselected-handle-color: #828282;
}
.nex-switch {
  --mdc-switch-unselected-hover-handle-color: #828282;
}
.nex-switch {
  --mdc-switch-unselected-hover-track-color: #dcdcdc;
}
.nex-switch {
  --mdc-switch-unselected-icon-color: white;
}
.nex-switch {
  --mdc-switch-unselected-pressed-handle-color: #828282;
}
.nex-switch {
  --mdc-switch-unselected-pressed-track-color: #dcdcdc;
}
.nex-switch {
  --mdc-switch-unselected-track-color: #dcdcdc;
}
.nex-switch {
  --mdc-switch-selected-handle-color: white;
}
.nex-switch {
  --mdc-switch-selected-hover-state-layer-color: #dcdcdc;
}
.nex-switch {
  --mdc-switch-selected-pressed-state-layer-color: #dcdcdc;
}
.nex-switch {
  --mdc-switch-selected-focus-handle-color: #dcdcdc;
}
.nex-switch {
  --mdc-switch-selected-hover-handle-color: #dcdcdc;
}
.nex-switch {
  --mdc-switch-selected-pressed-handle-color: #dcdcdc;
}
.nex-switch {
  --mdc-switch-selected-focus-track-color: #4a0755;
}
.nex-switch {
  --mdc-switch-selected-hover-track-color: #4a0755;
}
.nex-switch {
  --mdc-switch-selected-pressed-track-color: #4a0755;
}
.nex-switch {
  --mdc-switch-selected-track-color: #4a0755;
}

.nex-dropdown, .nex-dropdown-searchable, .nex-dropdown-searchable-group {
  /* Focused border color */
  /* Hover border color */
  --mdc-outlined-text-field-input-text-placeholder-color: #4e4e4e;
}
.nex-dropdown .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.nex-dropdown .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.nex-dropdown .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing, .nex-dropdown-searchable .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.nex-dropdown-searchable .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.nex-dropdown-searchable .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing, .nex-dropdown-searchable-group .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.nex-dropdown-searchable-group .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.nex-dropdown-searchable-group .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: #828282;
}
.nex-dropdown .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.nex-dropdown .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.nex-dropdown .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing, .nex-dropdown-searchable .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.nex-dropdown-searchable .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.nex-dropdown-searchable .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing, .nex-dropdown-searchable-group .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.nex-dropdown-searchable-group .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.nex-dropdown-searchable-group .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: #02583f;
}
.nex-dropdown .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.nex-dropdown .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.nex-dropdown .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing, .nex-dropdown-searchable .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.nex-dropdown-searchable .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.nex-dropdown-searchable .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing, .nex-dropdown-searchable-group .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.nex-dropdown-searchable-group .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.nex-dropdown-searchable-group .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: #1a1a1a;
}
.nex-dropdown .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__leading,
.nex-dropdown .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__notch,
.nex-dropdown .mdc-text-field--outlined.mdc-text-field--disabled .mdc-floating-label.mat-mdc-floating-label,
.nex-dropdown .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__trailing, .nex-dropdown-searchable .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__leading,
.nex-dropdown-searchable .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__notch,
.nex-dropdown-searchable .mdc-text-field--outlined.mdc-text-field--disabled .mdc-floating-label.mat-mdc-floating-label,
.nex-dropdown-searchable .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__trailing, .nex-dropdown-searchable-group .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__leading,
.nex-dropdown-searchable-group .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__notch,
.nex-dropdown-searchable-group .mdc-text-field--outlined.mdc-text-field--disabled .mdc-floating-label.mat-mdc-floating-label,
.nex-dropdown-searchable-group .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(130, 130, 130, 0.12);
  color: rgba(78, 78, 78, 0.1) !important;
}
.nex-dropdown .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above, .nex-dropdown-searchable .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above, .nex-dropdown-searchable-group .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  color: rgba(0, 0, 0, 0.87);
}
.nex-dropdown ::-webkit-input-placeholder, .nex-dropdown-searchable ::-webkit-input-placeholder, .nex-dropdown-searchable-group ::-webkit-input-placeholder {
  color: #828282 !important;
}
.nex-dropdown .mat-mdc-select, .nex-dropdown .mat-mdc-select-placeholder, .nex-dropdown-searchable .mat-mdc-select, .nex-dropdown-searchable .mat-mdc-select-placeholder, .nex-dropdown-searchable-group .mat-mdc-select, .nex-dropdown-searchable-group .mat-mdc-select-placeholder {
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-placeholder-text-color: ;
}
.nex-dropdown.mat-mdc-form-field .mat-mdc-select .mat-mdc-select-value-text, .nex-dropdown .mat-mdc-autocomplete-trigger, .nex-dropdown-searchable.mat-mdc-form-field .mat-mdc-select .mat-mdc-select-value-text, .nex-dropdown-searchable .mat-mdc-autocomplete-trigger, .nex-dropdown-searchable-group.mat-mdc-form-field .mat-mdc-select .mat-mdc-select-value-text, .nex-dropdown-searchable-group .mat-mdc-autocomplete-trigger {
  color: rgba(0, 0, 0, 0.87) !important;
}
.nex-dropdown .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label,
.nex-dropdown .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-floating-label,
.nex-dropdown .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label--float-above, .nex-dropdown-searchable .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label,
.nex-dropdown-searchable .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-floating-label,
.nex-dropdown-searchable .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label--float-above, .nex-dropdown-searchable-group .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label,
.nex-dropdown-searchable-group .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-floating-label,
.nex-dropdown-searchable-group .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label--float-above {
  --mdc-outlined-text-field-label-text-color: #828282;
}

.nex-dropdown__option-all.mat-mdc-option.mdc-list-item {
  background-color: white;
  border-top: 1px solid #d0d0d0;
}
.nex-dropdown__option-all.mat-mdc-option.mdc-list-item:hover {
  background-color: white;
}

.nex-dropdown-searchable__panel-buttons {
  background-color: white;
  border-top: 1px solid #d0d0d0;
}

.nex-dropdown-searchable-group__input-container {
  background-color: white;
}
.nex-dropdown-searchable-group__panel-buttons {
  background-color: white;
  border-top: 1px solid #d0d0d0;
}

.nex-selection__panel {
  --mat-option-label-text-color: #2A242D;
}
.nex-selection__panel {
  --mat-option-selected-state-label-text-color: #2A242D;
}
.nex-selection__panel {
  --mat-full-pseudo-checkbox-selected-icon-color: #2A242D;
}
.nex-selection__panel {
  --mat-full-pseudo-checkbox-unselected-icon-color: #2A242D;
}
.nex-selection__panel {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #2A242D;
}

mat-icon.mat-brand1 {
  --mat-icon-color: #ba60ca;
}
mat-icon.mat-brand2 {
  --mat-icon-color: #d4a57b;
}
mat-icon.mat-brand3 {
  --mat-icon-color: #f1f3f7;
}
mat-icon.mat-brand4 {
  --mat-icon-color: #fceee3;
}

html .mat-accent {
  --mdc-circular-progress-active-indicator-color: #1a1a1a;
}
html .mat-warn {
  --mdc-circular-progress-active-indicator-color: #ba1a1a;
}
html .mat-brand1 {
  --mdc-circular-progress-active-indicator-color: #ba60ca;
}
html .mat-brand2 {
  --mdc-circular-progress-active-indicator-color: #d4a57b;
}
html .mat-brand3 {
  --mdc-circular-progress-active-indicator-color: #f1f3f7;
}
html .mat-brand4 {
  --mdc-circular-progress-active-indicator-color: #fceee3;
}
html .mat-brand5 {
  --mdc-circular-progress-active-indicator-color: #29395a;
}
html .mat-light {
  --mdc-circular-progress-active-indicator-color: white;
}

html .mat-accent {
  --mdc-linear-progress-active-indicator-color: #1a1a1a;
}
html .mat-warn {
  --mdc-linear-progress-active-indicator-color: #ba1a1a;
}
html .mat-brand1 {
  --mdc-linear-progress-active-indicator-color: #ba60ca;
}
html .mat-brand2 {
  --mdc-linear-progress-active-indicator-color: #d4a57b;
}
html .mat-brand3 {
  --mdc-linear-progress-active-indicator-color: #f1f3f7;
}
html .mat-brand4 {
  --mdc-linear-progress-active-indicator-color: #fceee3;
}
html .mat-brand5 {
  --mdc-linear-progress-active-indicator-color: #29395a;
}

.nex-selectable-card:hover:not(.nex-selectable-card--disabled)::after, .nex-selectable-card:focus:not(.nex-selectable-card--disabled)::after {
  background-color: rgba(44, 44, 44, 0.04);
}
.nex-selectable-card--selected:not(.nex-selectable-card--disabled)::before {
  border: 3px solid #4a0755;
}
.nex-selectable-card--selected:not(.nex-selectable-card--disabled) .mat-mdc-card {
  --mdc-elevated-card-container-color: #f8f0f9;
}
.nex-selectable-card--disabled::after {
  background-color: rgba(255, 255, 255, 0.22);
}

.nex-focus-outline:focus {
  outline-color: #fceee3;
}

.nex-input {
  --mdc-outlined-text-field-input-text-placeholder-color: #828282;
  /* Focused border color */
  /* Hover border color */
}
.nex-input .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.nex-input .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.nex-input .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: #828282;
}
.nex-input .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.nex-input .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.nex-input .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: #02583f;
}
.nex-input .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.nex-input .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.nex-input .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: #1a1a1a;
}
.nex-input .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__leading,
.nex-input .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__notch,
.nex-input .mdc-text-field--outlined.mdc-text-field--disabled .mdc-floating-label.mat-mdc-floating-label,
.nex-input .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(130, 130, 130, 0.12);
  color: rgba(78, 78, 78, 0.1) !important;
}
.nex-input .mat-form-field-disabled.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  color: rgba(0, 0, 0, 0.87);
}
.nex-input ::-webkit-input-placeholder {
  color: !important;
}
.nex-input.mat-mdc-form-field .mat-mdc-input-element {
  color: rgba(0, 0, 0, 0.87) !important;
}
.nex-input .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label,
.nex-input .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-floating-label,
.nex-input .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label--float-above {
  --mdc-outlined-text-field-label-text-color: #828282;
}

mat-form-field {
  --nex-input-autofill-background-color: #ffffff;
  --nex-input-autofill-color:black;
}

.mat-mdc-radio-button.mat-accent .mdc-form-field {
  --mdc-radio-unselected-pressed-icon-color: #828282;
  --mdc-radio-unselected-hover-icon-color: #828282;
  --mdc-radio-unselected-icon-color: #828282;
}

.nex-radio__item--error .mdc-radio__outer-circle, .nex-radio__item--error .mdc-radio__inner-circle {
  border-color: #ba1a1a;
}

.nex-field,
.nex-textarea {
  --mdc-outlined-text-field-outline-color: #828282;
  --mdc-outlined-text-field-hover-outline-color: #1a1a1a;
  --mdc-outlined-text-field-focus-outline-color: #02583f;
}

.nex-datepicker {
  /* Focused border color */
  /* Hover border color */
}
.nex-datepicker .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.nex-datepicker .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.nex-datepicker .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: #828282;
}
.nex-datepicker .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.nex-datepicker .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.nex-datepicker .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: #02583f;
}
.nex-datepicker .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.nex-datepicker .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.nex-datepicker .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: #1a1a1a;
}
.nex-datepicker .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__leading,
.nex-datepicker .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__notch,
.nex-datepicker .mdc-text-field--outlined.mdc-text-field--disabled .mdc-floating-label.mat-mdc-floating-label,
.nex-datepicker .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(130, 130, 130, 0.12);
  color: rgba(78, 78, 78, 0.1) !important;
}
.nex-datepicker .mat-form-field-disabled.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  color: rgba(0, 0, 0, 0.87);
}
.nex-datepicker ::-webkit-input-placeholder {
  color: !important;
}
.nex-datepicker.mat-mdc-form-field .mat-mdc-input-element {
  color: rgba(0, 0, 0, 0.87) !important;
}
.nex-datepicker .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label,
.nex-datepicker .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-floating-label,
.nex-datepicker .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label--float-above {
  --mdc-outlined-text-field-label-text-color: #828282;
}
.nex-datepicker__panel .mat-calendar-body-cell.unavailable .mat-calendar-body-cell-content:hover::after {
  background-color: #e6c9eb;
  color: white;
  opacity: 0.8;
}
.nex-datepicker__panel .highlight-range::before {
  background: var(--mat-datepicker-calendar-date-in-range-state-background-color);
}

.nex-phone {
  /* Focused border color */
  /* Hover border color */
}
.nex-phone .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.nex-phone .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.nex-phone .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: #828282;
}
.nex-phone .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.nex-phone .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.nex-phone .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: #02583f;
}
.nex-phone .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.nex-phone .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.nex-phone .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: #1a1a1a;
}
.nex-phone .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__leading,
.nex-phone .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__notch,
.nex-phone .mdc-text-field--outlined.mdc-text-field--disabled .mdc-floating-label.mat-mdc-floating-label,
.nex-phone .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(130, 130, 130, 0.12);
  color: rgba(78, 78, 78, 0.1) !important;
}
.nex-phone .mat-form-field-disabled.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  color: rgba(0, 0, 0, 0.87);
}
.nex-phone ::-webkit-input-placeholder {
  color: !important;
}
.nex-phone.mat-mdc-form-field .mat-mdc-input-element {
  color: rgba(0, 0, 0, 0.87) !important;
}
.nex-phone .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label,
.nex-phone .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-floating-label,
.nex-phone .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label--float-above {
  --mdc-outlined-text-field-label-text-color: #828282;
}

.mat-mdc-tab-group, .mat-mdc-tab-nav-bar {
  --mat-tab-header-active-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: #828282;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.87);
}

.nex-menu-card__icon {
  color: #ba60ca;
  background-color: #fdf8fe;
}

.nex-selectable-chips.mat-mdc-standard-chip.mdc-evolution-chip--disabled {
  background: white;
  border: 1px solid rgba(78, 78, 78, 0.12);
}
.nex-selectable-chips.mat-mdc-standard-chip.mdc-evolution-chip--disabled .mdc-evolution-chip__text-label,
.nex-selectable-chips.mat-mdc-standard-chip.mdc-evolution-chip--disabled .mdc-evolution-chip__checkmark {
  color: #1a1a1a;
}
.nex-selectable-chips.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) {
  background: white;
  border: 1px solid #d0d0d0;
}
.nex-selectable-chips.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled):focus {
  background: rgba(78, 78, 78, 0.12);
  border: 1px solid #828282;
}
.nex-selectable-chips.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled):focus .mdc-evolution-chip__text-label,
.nex-selectable-chips.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled):focus .mdc-evolution-chip__checkmark {
  color: #4e4e4e;
}
.nex-selectable-chips.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled):hover {
  background: rgba(78, 78, 78, 0.08);
}
.nex-selectable-chips.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled):hover .mdc-evolution-chip__text-label,
.nex-selectable-chips.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled):hover .mdc-evolution-chip__checkmark {
  color: #4e4e4e;
}
.nex-selectable-chips.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__text-label,
.nex-selectable-chips.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__checkmark {
  color: #4e4e4e;
}
.nex-selectable-chips .mdc-evolution-chip__action:before {
  border: 1px solid #d0d0d0;
}
.nex-selectable-chips.mat-mdc-standard-chip.mdc-evolution-chip--selected.mdc-evolution-chip--disabled {
  background: white;
  border: 1px solid rgba(78, 78, 78, 0.12);
}
.nex-selectable-chips.mat-mdc-standard-chip.mdc-evolution-chip--selected.mdc-evolution-chip--disabled .mdc-evolution-chip__text-label,
.nex-selectable-chips.mat-mdc-standard-chip.mdc-evolution-chip--selected.mdc-evolution-chip--disabled .mdc-evolution-chip__checkmark {
  color: #1a1a1a;
}
.nex-selectable-chips.mat-mdc-chip-selected.mdc-evolution-chip--selected:not(.mdc-evolution-chip--disabled) {
  border: 1px solid #1a1a1a;
  background: white;
}
.nex-selectable-chips.mat-mdc-chip-selected.mdc-evolution-chip--selected:not(.mdc-evolution-chip--disabled):focus {
  background: rgba(26, 26, 26, 0.12);
  border: 1px solid #828282;
}
.nex-selectable-chips.mat-mdc-chip-selected.mdc-evolution-chip--selected:not(.mdc-evolution-chip--disabled):focus .mdc-evolution-chip__text-label,
.nex-selectable-chips.mat-mdc-chip-selected.mdc-evolution-chip--selected:not(.mdc-evolution-chip--disabled):focus .mdc-evolution-chip__checkmark {
  color: #1a1a1a;
}
.nex-selectable-chips.mat-mdc-chip-selected.mdc-evolution-chip--selected:not(.mdc-evolution-chip--disabled):hover {
  background: rgba(26, 26, 26, 0.08);
}
.nex-selectable-chips.mat-mdc-chip-selected.mdc-evolution-chip--selected:not(.mdc-evolution-chip--disabled):hover .mdc-evolution-chip__text-label,
.nex-selectable-chips.mat-mdc-chip-selected.mdc-evolution-chip--selected:not(.mdc-evolution-chip--disabled):hover .mdc-evolution-chip__checkmark {
  color: #1a1a1a;
}
.nex-selectable-chips.mat-mdc-chip-selected.mdc-evolution-chip--selected:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__text-label,
.nex-selectable-chips.mat-mdc-chip-selected.mdc-evolution-chip--selected:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__checkmark {
  color: #1a1a1a;
}

.nex-flyout-menu {
  background-color: #fafafa !important;
}

.flyout-nav-item--active {
  background-color: #e8e8e8;
}

.nex-flyout-sidenav__logout-btn {
  background-color: #e8e8e8 !important;
}

.flyout-sidenav-section__title {
  color: #71757a;
}

.header-menu {
  background-color: #ba60ca !important;
}
.header-menu__icon {
  color: gainsboro !important;
}
.header-menu__search .mat-mdc-text-field-wrapper {
  background-color: rgba(220, 220, 220, 0.16);
  color: gainsboro !important;
}
.header-menu__search .mat-mdc-form-field-infix {
  color: gainsboro !important;
}
.header-menu__search .mat-mdc-input-element {
  color: gainsboro !important;
}
.header-menu__search .mat-mdc-input-element::placeholder {
  color: gainsboro !important;
}
.header-menu__notification {
  color: gainsboro !important;
}
.header-menu__user-name span {
  color: gainsboro !important;
}
.header-menu__item button {
  background-color: #ba60ca !important;
  color: gainsboro !important;
}
.header-menu__item button:hover {
  background-color: rgba(220, 220, 220, 0.16) !important;
}
.header-menu__item__submenu span {
  color: #ba60ca !important;
}
.header-menu__item__submenu__subtitle {
  color: #ba60ca !important;
}

.nex-info-card-icon__icon-container--background {
  color: #ba60ca;
  background-color: #fdf8fe;
}

.nex-info-card-menu__warning {
  color: #ba1a1a;
}

.nex-info-card {
  border-color: #d0d0d0;
}
.nex-info-card:hover:not(.nex-info-card--selected) {
  background-color: rgba(44, 44, 44, 0.04);
}
.nex-info-card--selected {
  border: 3px solid #4a0755;
  background-color: #fdf8fe;
}

.nex-step-status-tracker {
  background-color: #fafafa;
  border-color: #d0d0d0;
  color: black;
}
.nex-step-status-tracker::after {
  border-top-color: #d0d0d0;
  border-bottom-color: #d0d0d0;
  border-right-color: #d0d0d0;
}

.nex-step-status-tracker--active {
  color: #fafafa;
}

.nex-step-status-tracker__next-indicator {
  background-color: #d0d0d0;
}

.nex-step-status-tracker--active .nex-step-status-tracker__next-indicator {
  background-color: #fafafa;
}

.nex-checkbox .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true]) ~ .mdc-checkbox__background {
  border-color: #1a1a1a;
}
.nex-checkbox .mat-mdc-checkbox .mdc-checkbox:hover .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true]) ~ .mdc-checkbox__background, .nex-checkbox .mat-mdc-checkbox .mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true]) ~ .mdc-checkbox__background, .nex-checkbox .mat-mdc-checkbox .mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true]) ~ .mdc-checkbox__background {
  border-color: #1a1a1a;
}
.nex-checkbox .mat-mdc-checkbox .mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true]) ~ .mdc-checkbox__background {
  border-color: #1a1a1a;
}
.nex-checkbox__error .mat-mdc-form-field-error {
  color: #ba1a1a;
}
.nex-checkbox__component--error.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true]) ~ .mdc-checkbox__background {
  border-color: #ba1a1a;
}
.nex-checkbox__component--error .mdc-checkbox .mdc-checkbox__native-control:focus ~ .mdc-checkbox__ripple {
  background: #ba1a1a;
}

.nex-alert-notification-container {
  border: 1px solid #d0d0d0;
}
.nex-alert-notification-container.__success {
  border: 1px solid #41a57b;
}
.nex-alert-notification-container.__warn {
  border: 1px solid #f28c4a;
}
.nex-alert-notification-container.__danger {
  border: 1px solid #ba1a1a;
}
.nex-alert-notification-container.__info {
  border: 1px solid #d0d0d0;
}
.nex-alert-notification-container.__dark {
  background-color: #1a1a1a;
  color: #dcdcdc;
}
.nex-alert-notification-container__header-icon.__success {
  color: #41a57b;
}
.nex-alert-notification-container__header-icon.__warn {
  color: #f28c4a;
}
.nex-alert-notification-container__header-icon.__danger {
  color: #ba1a1a;
}
.nex-alert-notification-container__header-icon.__info {
  color: #d0d0d0;
}
.nex-alert-notification-container__header-icon.__dark {
  color: #dcdcdc;
}

@media (max-width: 600px) {
  .nex-alert-notification-container {
    border: 1px solid #d0d0d0;
  }
  .nex-alert-notification-container.__success {
    border: 1px solid #41a57b;
  }
  .nex-alert-notification-container.__warn {
    border: 1px solid #f28c4a;
  }
  .nex-alert-notification-container.__danger {
    border: 1px solid #ba1a1a;
  }
  .nex-alert-notification-container.__info {
    border: 1px solid #d0d0d0;
  }
  .nex-alert-notification-container__header-col-icon--content.__success {
    color: #41a57b;
  }
  .nex-alert-notification-container__header-col-icon--content.__warn {
    color: #f28c4a;
  }
  .nex-alert-notification-container__header-col-icon--content.__danger {
    color: #ba1a1a;
  }
  .nex-alert-notification-container__header-col-icon--content.__info {
    color: #d0d0d0;
  }
  .nex-alert-notification-container__header-col-icon--content.__dark {
    color: #dcdcdc;
  }
}
.nex-callout-card-container__text__content .body-2 {
  color: #4e4e4e;
}

.nex-callout-card--small .nex-callout-card-container__text__content .body-2 {
  color: #4e4e4e;
}

.skeleton-loader {
  background-image: linear-gradient(to right, #dedfe1 0%, #f2f3f5 20%, #dedfe1 40%, #dedfe1 100%);
}

.nex-activity-card__content:not([class*=mat-elevation-z]) {
  border: 1px solid #d0d0d0;
}
.nex-activity-card__content:hover:not(.mat-expanded) {
  background-color: #f3f3f3;
}
.nex-activity-card__content:hover:not(.mat-expanded) .nex-activity-card__header:hover:not([aria-disabled=true]) {
  background-color: #f3f3f3;
}
.nex-activity-card .mat-expansion-panel-header-description {
  color: #1a1a1a;
}

.nex-expansion-panel__content:not([class*=mat-elevation-z]) {
  border-bottom: 1px solid #d0d0d0;
}
.nex-expansion-panel__content:hover:not(.mat-expanded) {
  background-color: #f3f3f3;
}
.nex-expansion-panel__content:hover:not(.mat-expanded) .nex-expansion-panel__header:hover:not([aria-disabled=true]) {
  background-color: #f3f3f3;
}
.nex-expansion-panel__description {
  color: #4e4e4e;
}
.nex-expansion-panel .mat-expansion-indicator {
  background-color: #e4e4e4;
}
.nex-expansion-panel .mat-expansion-indicator::after {
  border: 1px solid #1a1a1a;
  border-width: 0 2px 2px 0;
  margin-bottom: 8px;
}

.nex-toggle-number {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
.nex-toggle-number .nex-button-group {
  border: 1px solid #828282;
}
.nex-toggle-number .mat-button-toggle-checked {
  background-color: #fafafa !important;
}

.nex-rich-tooltip.dark .tooltip-container {
  background-color: #e6c9eb;
  color: #090a0b;
}

.nex-rich-tooltip.shadow .tooltip-container {
  border-radius: 12px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.nex-rich-tooltip .tooltip-container {
  background-color: white;
  color: #e6c9eb;
}

.mat-mdc-slider mat-slider-visual-thumb .mdc-slider__value-indicator {
  color: black;
}

.mat-toolbar.mat-brand1 {
  background-color: #ba60ca;
  color: white;
}
.mat-toolbar.mat-neutral {
  background-color: #908a95;
  color: white;
}

.nex-media-display-container__enlarge nex-chips:focus-visible {
  outline: none;
}
.nex-media-display-container__enlarge nex-chips:focus-visible mat-chip.mat-mdc-standard-chip {
  box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 4px #1a5e85;
}
.nex-media-display-container__enlarge nex-chips mat-chip.mat-mdc-standard-chip.mat-primary {
  border: 1px solid #9c9c9c;
}

.nex-media-display-main__main-image {
  background: black;
}
.nex-media-display-main__fullscreen-btn.mdc-fab.mat-mdc-mini-fab.mat-accent {
  background-color: #090a0b;
}
.nex-media-display-main__item {
  background-color: black;
}
.nex-media-display-main__item:focus-visible {
  box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 4px #1a5e85;
  outline: none;
}
.nex-media-display-main__item--inactive::after {
  background: rgba(255, 255, 255, 0.5);
}
.nex-media-display-main__item--inactive {
  background: #ffffff;
}
.nex-media-display-main__prev-btn.mdc-fab.mat-mdc-mini-fab.mat-accent:focus-visible, .nex-media-display-main__next-btn.mdc-fab.mat-mdc-mini-fab.mat-accent:focus-visible, .nex-media-display-main__fullscreen-btn.mdc-fab.mat-mdc-mini-fab.mat-accent:focus-visible {
  box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 4px #1a5e85;
}
.nex-media-display-main__prev-btn.mdc-fab.mat-mdc-mini-fab.mat-accent, .nex-media-display-main__next-btn.mdc-fab.mat-mdc-mini-fab.mat-accent {
  color: black;
  background-color: #ffffff;
}

.nex-media-display-fullscreen-container__back.mdc-fab.mat-mdc-fab-base {
  background-color: #00593F;
}
.nex-media-display-fullscreen-container__back.mdc-fab.mat-mdc-fab-base:focus-visible {
  box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 4px #1a5e85;
}

.photo-grid {
  --photo-grid-item-bg: #dcdcdc;
}

nex-mat-menu .trigger-dropdown {
  color: #4e4e4e;
  background-color: transparent;
  border: 1px solid #dcdcdc;
}
nex-mat-menu .trigger-dropdown.selected {
  border: 1px solid #1a1a1a;
}
nex-mat-menu .trigger-dropdown:hover {
  background: rgba(78, 78, 78, 0.12);
}

.nex-form-field-input {
  --mdc-outlined-text-field-input-text-placeholder-color: #828282;
  /* Focused border color */
  /* Hover border color */
}
.nex-form-field-input .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.nex-form-field-input .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.nex-form-field-input .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: #828282;
}
.nex-form-field-input .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.nex-form-field-input .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.nex-form-field-input .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: #828282;
}
.nex-form-field-input .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.nex-form-field-input .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.nex-form-field-input .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: #02583f;
}
.nex-form-field-input .mdc-text-field--filled:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.nex-form-field-input .mdc-text-field--filled:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.nex-form-field-input .mdc-text-field--filled:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: #02583f;
}
.nex-form-field-input .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.nex-form-field-input .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.nex-form-field-input .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: #1a1a1a;
}
.nex-form-field-input .mdc-text-field--filled:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.nex-form-field-input .mdc-text-field--filled:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.nex-form-field-input .mdc-text-field--filled:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: #1a1a1a;
}
.nex-form-field-input .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__leading,
.nex-form-field-input .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__notch,
.nex-form-field-input .mdc-text-field--outlined.mdc-text-field--disabled .mdc-floating-label.mat-mdc-floating-label,
.nex-form-field-input .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(130, 130, 130, 0.12);
  color: rgba(78, 78, 78, 0.1) !important;
}
.nex-form-field-input .mdc-text-field--filled.mdc-text-field--disabled .mdc-notched-outline__leading,
.nex-form-field-input .mdc-text-field--filled.mdc-text-field--disabled .mdc-notched-outline__notch,
.nex-form-field-input .mdc-text-field--filled.mdc-text-field--disabled .mdc-floating-label.mat-mdc-floating-label,
.nex-form-field-input .mdc-text-field--filled.mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(130, 130, 130, 0.12);
  color: rgba(78, 78, 78, 0.1) !important;
}
.nex-form-field-input .mat-form-field-disabled.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  color: rgba(0, 0, 0, 0.87);
}
.nex-form-field-input .mat-form-field-disabled.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--fill .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  color: rgba(0, 0, 0, 0.87);
}
.nex-form-field-input ::-webkit-input-placeholder {
  color: !important;
}
.nex-form-field-input.mat-mdc-form-field .mat-mdc-input-element {
  color: rgba(0, 0, 0, 0.87) !important;
}
.nex-form-field-input .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label,
.nex-form-field-input .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-floating-label,
.nex-form-field-input .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label--float-above {
  --mdc-outlined-text-field-label-text-color: #828282;
}
.nex-form-field-input .mdc-text-field--filled:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label,
.nex-form-field-input .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-floating-label,
.nex-form-field-input .mdc-text-field--filled:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label--float-above {
  --mdc-outlined-text-field-label-text-color: #828282;
}

mat-form-field {
  --nex-input-autofill-background-color: #ffffff;
  --nex-input-autofill-color: black;
}

.nex-form-field-textarea {
  --mdc-outlined-text-field-outline-color: #828282;
  --mdc-outlined-text-field-hover-outline-color: #1a1a1a;
  --mdc-outlined-text-field-focus-outline-color: #02583f;
  --mdc-fill-text-field-outline-color: #828282;
  --mdc-fill-text-field-hover-outline-color: #1a1a1a;
  --mdc-fill-text-field-focus-outline-color: #02583f;
}

.mat-h1,
.mat-headline-5,
.mat .mat-h1,
.mat .mat-headline-5,
.mat h1 {
  font: 600 28px / 36px SourceSans3-Regular;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h2,
.mat-headline-6,
.mat .mat-h2,
.mat .mat-headline-6,
.mat h2 {
  font: 400 24px / 32px SourceSans3-Regular;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h3,
.mat-subtitle-1,
.mat .mat-h3,
.mat .mat-subtitle-1,
.mat h3 {
  font: 400 22px / 30px SourceSans3-Regular;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h4,
.mat-body-1,
.mat .mat-h4,
.mat .mat-body-1,
.mat h4 {
  font: 400 16px / 24px SourceSans3-Regular;
  letter-spacing: 0.03125em;
  margin: 0 0 16px;
}

.mat-h5,
.mat .mat-h5,
.mat h5 {
  font: 400 calc(14px * 0.83) / 20px SourceSans3-Regular;
  margin: 0 0 12px;
}

.mat-h6,
.mat .mat-h6,
.mat h6 {
  font: 400 calc(14px * 0.67) / 20px SourceSans3-Regular;
  margin: 0 0 12px;
}

.mat-body-strong,
.mat-subtitle-2,
.mat .mat-body-strong,
.mat .mat-subtitle-2 {
  font: 500 18px / 27px SourceSans3-Regular;
  letter-spacing: normal;
}

.mat-body,
.mat-body-2,
.mat .mat-body,
.mat .mat-body-2,
.mat {
  font: 400 14px / 20px SourceSans3-Regular;
  letter-spacing: 0.0178571429em;
}
.mat-body p,
.mat-body-2 p,
.mat .mat-body p,
.mat .mat-body-2 p,
.mat p {
  margin: 0 0 12px;
}

.mat-small,
.mat-caption,
.mat .mat-small,
.mat .mat-caption {
  font: 400 12px / normal SourceSans3-Regular;
  letter-spacing: 0.12px;
}

.mat-headline-1,
.mat .mat-headline-1 {
  font: 400 24px / normal SourceSans3-Regular;
  letter-spacing: 0.24px;
  margin: 0 0 56px;
}

.mat-headline-2,
.mat .mat-headline-2 {
  font: 400 20px / normal SourceSans3-Regular;
  letter-spacing: 0.2px;
  margin: 0 0 64px;
}

.mat-headline-3,
.mat .mat-headline-3 {
  font: 400 16px / normal SourceSans3-Regular;
  letter-spacing: 0.16px;
  margin: 0 0 64px;
}

.mat-headline-4,
.mat .mat-headline-4 {
  font: 400 14px / normal SourceSans3-Regular;
  letter-spacing: 0.14px;
  margin: 0 0 64px;
}

.mat-overline,
.overline,
.mat .mat-overline,
.mat .overline {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  font-family: SourceSans3-Regular;
  letter-spacing: 0.12px;
}

.mat-button-label,
.mat .mat-button-label {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  font-family: SourceSans3-Regular;
  letter-spacing: 0.02em;
}

.mat-h1,
.mat-headline-5,
.mat .mat-h1,
.mat .mat-headline-5,
.mat h1,
.mat-h2,
.mat-headline-6,
.mat .mat-h2,
.mat .mat-headline-6,
.mat h2,
.mat-h3,
.mat-subtitle-1,
.mat .mat-h3,
.mat .mat-subtitle-1,
.mat h3,
.mat-h4,
.mat-body-1,
.mat .mat-h4,
.mat .mat-body-1,
.mat h4,
.mat-h5,
.mat .mat-h5,
.mat h5,
.mat-h6,
.mat .mat-h6,
.mat h6,
.mat-headline-1,
.mat .mat-headline-1,
.mat-headline-2,
.mat .mat-headline-2,
.mat-headline-3,
.mat .mat-headline-3,
.mat-headline-4,
.mat .mat-headline-4 {
  margin: 0;
}

.mat-body p,
.mat-body-2 p,
.mat .mat-body p,
.mat .mat-body-2 p,
.mat p {
  margin: 0;
}

:root {
  --mdc-outlined-text-field-focus-outline-color: #9A32AD;
}
:root {
  --mdc-outlined-text-field-focus-label-text-color: #800D95;
}

.white-text {
  color: #fff;
}

.split-vertical-line {
  width: 1px;
  height: 12px;
  background-color: #C7C3CA;
}

:root {
  --error-snackbar-color: #240001;
  --error-snackbar-bg-color: #fceded;
  --success-snackbar-color: #00240b;
  --success-snackbar-bg-color: #edfcf2;
  --neutrals-200: #e1dfe2;
  --neutrals-300: #ccc9cf;
  --neutrals-400: #ada8b1;
  --neutrals-700: #58515c;
  --neutrals-950: #181319;
  --negative-400: #e0383b;
  --negative-700: #820002;
  --primary-100: #f8f0f9;
  --primary-950: #36023f;
}
:root {
  --mdc-outlined-text-field-container-shape: 4px;
}

html {
  --mdc-radio-state-layer-size: 36px;
  --mat-datepicker-calendar-date-selected-state-background-color: var(
    --primary-950
  );
  --mat-datepicker-calendar-date-in-range-state-background-color: var(
    --primary-100
  );
  --mat-datepicker-calendar-date-disabled-state-text-color: var(--neutrals-400);
  --mdc-outlined-text-field-label-text-color: var(--neutrals-700);
  --mat-datepicker-calendar-container-shape: 12px;
}

mat-datepicker-content {
  border-radius: 12px;
  border: 1px solid var(--neutrals-200);
}

mat-multi-year-view .mat-calendar-body-cell-content,
mat-year-view .mat-calendar-body-cell-content {
  font-family: "SourceSans3-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: 0.14px;
}

div.mat-calendar-controls button span.mdc-button__label {
  color: var(--primary-950);
  font-family: "SourceSans3-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: 0.14px;
}

html,
body {
  height: 100%;
  margin: 0; /* Removes default browser margins */
}

/* Remove arrows in input number For Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.mat-mdc-tab-body-wrapper {
  flex-grow: 1;
}

a:link,
a:visited,
a:hover,
a:active {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  text-underline-offset: 3px;
  color: #3f3842;
}

.mat-mdc-snack-bar-container {
  --mat-snack-bar-button-color: #fff;
  border-radius: 5px;
  margin-left: 38px !important;
  margin-bottom: 32px !important;
}
.mat-mdc-snack-bar-container div div.mat-mdc-snack-bar-label.mdc-snackbar__label {
  padding: 12px 16px !important;
}

.mat-mdc-snack-bar-container.snackbar-success {
  --mdc-snackbar-container-color: var(--success-snackbar-bg-color);
  --mdc-snackbar-supporting-text-color: var(--success-snackbar-color);
  border: 1px solid var(--success-snackbar-color);
  color: var(--success-snackbar-color);
}

.mat-mdc-snack-bar-container.snackbar-error {
  --mdc-snackbar-container-color: var(--error-snackbar-bg-color);
  --mdc-snackbar-supporting-text-color: var(--error-snackbar-color);
  border: 1px solid var(--error-snackbar-color);
  color: var(--error-snackbar-color);
}

div.mat-mdc-select-panel {
  max-height: 500px !important;
}

mat-option mat-pseudo-checkbox {
  display: none !important;
}

.aspect-square {
  aspect-ratio: 1/1;
}

.block {
  display: block;
}

.hidden {
  display: none;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

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

.flex-grow {
  flex-grow: 1;
}

.mt-0 {
  margin-top: 0;
}

.mt-4 {
  margin-top: 1rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.\!mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-4 {
  padding-right: 1rem; /* 16px */
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-5 {
  padding-left: 1.25rem; /* 20px */
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem; /* 12px */
}

.gap-4 {
  gap: 1rem;
}

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

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

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.h-full {
  height: 100%;
}

.w-full {
  width: 100%;
}

.w-px {
  width: 1px;
}

.font-semibold {
  font-weight: 600;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-right {
  text-align: right;
}

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

.text-white {
  color: #fff;
}

.text-neutrals-950 {
  color: #181319;
}

.text-neutrals-800 {
  color: #3F3842;
}

.text-primary-950 {
  color: #36023F;
}

.text-pale-gray {
  color: #3F3842;
}

.text-negative-700 {
  color: var(--negative-700);
}

.bg-pale-purple {
  background-color: #F8F0F9;
}

.bg-neutrals-50 {
  background-color: #FBFAFC;
}

.text-neutrals-700 {
  color: #58515C;
}

.bg-neutrals-300 {
  background-color: var(--neutrals-300);
}

.capitalize {
  text-transform: capitalize;
}

.border-solid {
  border-style: solid;
}

.border-light-gray {
  border-color: #e1dfe2;
}

.center-icon-in-text {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.tooltip-container {
  background-color: #3F3842 !important;
  padding: 8px 16px !important;
  border-radius: 8px !important;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.07);
}

.hide-element {
  height: 0;
  width: 0 !important;
  visibility: hidden;
}

nex-button.pill-button button {
  height: 34px !important;
  border-radius: 100px !important;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

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